﻿/* ########################################################################################################################################
 - LEGENDA
######################################################################################################################################## */

/* COLORS
    qompas corporate: 0099d8 , used for buttons and nav bar
*/


/* CSS MAP

    1.0 GLOBAL STANDARDS
        PREEXISTING
        1.1 CLASSES
        1.1.2 COLOR CLASSES


/* ########################################################################################################################################
 - 1.0 GLOBAL STANDARDS
######################################################################################################################################## */
body {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #edeef2;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
  border: 1px solid #b7b7b7;
  border-radius: 0 0 10px 10px;
}

.navbar {
  background: #0099d8;
  border-color: #61707d;
}

.navbar-inverse .navbar-brand {
  color: #333;
}

.navbar-inverse .navbar-nav > li > a{
  color: #333;
  /*.active
{color:peachpuff;
}*/
}



/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  width: 280px;
  max-width: 360px;
  max-height: 600px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     - 1.1 CLASSES
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.spacer {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
}

  .spacer:before,
  .spacer:after {
    content: "";
    clear: both;
    display: block;
  }


.testFormClass {
  width: 100%;
}

.CodeMirrorWarning {
  padding-top: 15px;
  padding-bottom: 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     - 1.1.2 COLOR CLASSES
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.nav > li.color-ProfielKeuze {
  color: white;
  background-color: #eab818 !important;
  border-bottom: 0px;
}

.nav > li > a {
  color: white;
}

  .nav > li > a:active {
    color: white;
    background-color: #ddd !important;
  }

.nav > li.color-StudieKeuze {
  color: white;
  background-color: #f05325 !important;
  border-bottom: 0px;
}

.nav > li.color-Burgerschap {
  color: white;
  background-color: #40e0d0 !important;
  border-bottom: 0px;
}

.nav > li.color-VmboMavo {
  color: white;
  background-color: #0090b3 !important;
  border-bottom: 0px;
}

.nav > li.color-Mbo {
  color: white;
  background-color: #dabf8c !important;
  border-bottom: 0px;
}

.nav > li.color-Start {
  color: white;
  background-color: #d49d51 !important;
  border-bottom: 0px;
}

/*li{
    min-height: 15px;

}*/

.nav-tabs {
  white-space: nowrap;
  overflow: auto;
}

  .nav-tabs li {
    float: none;
    display: inline;
  }

  .nav-tabs > li.active a {
    border-bottom: 1px solid;
  }

.tab-content {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     - 1.3 TABLE FORMAT
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.table tbody tr td {
  border: 0;
  border-bottom: 1px solid #ddd;
}

  .table tbody tr td:last-of-type {
    border: 0;
    border-bottom: 1px solid #ddd;
  }


.table tbody tr:last-of-type td {
  border-bottom: 0;
}


.table tbody tr th {
  border: 0;
  border-bottom: 2px solid #ddd;
  background-color: #fff !important;
}

  .table tbody tr th:last-of-type {
    border-right: 0;
  }


.table tbody tr th {
  font-size: 18px !important;
  font-weight: 400 !important;
  padding: 10px !important;
}

.table tbody tr:hover td {
  background-color: #f5f5f5 !important;
}

.table tbody tr:hover th {
  background-color: #fff !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     - 1.3 BUTTONS
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary {
  border: 1px solid #333;
  background: #0099d8;
}
