/*
 * Globals
 */
 html, body {
  height: 100%;
  width: 100%;
 }
/*
 * Base structure
 */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #343434;
}
h1, h2, h3, h4, h5 {
  font-family: 'Open Sans', sans-serif;
}
a{
  text-decoration: none;
  color: #343434;
}
a:hover{
  text-decoration: none;
  color: #337ab7;
}
hr{
  margin-top: 5px;
  margin-bottom: 5px;
}
.btn{
  border-radius: 0;
  margin-top: 0px;	
}
input[type="text"], input[type="date"]{
  border-radius: 0;
  border: none;
}
.form-control{
  font-size: 13px;
}
.text-dark{
  color: #2993d1;
}
.text-light{
  font-weight: 300;
}
.bold{
  font-weight: 500;
}
.msg-read{
  font-weight: 500;
  color:rgba(196, 56, 42, 0.8);
}
.padding-left{
  padding-left: 20px;
}
button[type="submit"]{
  border: none;
  border-radius: 0;
  padding: 5px 10px;
}
.btn-blue{
  background-color: #337ab7;
  color: #fff;
  border: 1px solid #337ab7;
}
.btn-blue:hover{
  border: 1px solid #337ab7;
  background-color: transparent;
  color: #337ab7;
}
.btn-clear-blue{
  border: 1px solid rgba(0,0,0,0.1);
  background-color: transparent;
}
.btn-clear-blue:hover, .btn-clear-blue:focus{
  background-color: #337ab7;
  color: #fff;
}
.btn-success-clear{
  border: 1px solid #5cb85c;
  color: #5cb85c;
  background-color: transparent;
}
.btn-success-clear:hover{
  background-color: #4cae4c;
  color: #fff;
}
.btn-danger-clear{
  border: 1px solid #d9534f;
  color: #d9534f;
  background-color: transparent;
}
.btn-danger-clear:hover{
  background-color: #d43f3a;
  color: #fff;
}
.no-border.btn{
  border: 0;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #777777;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#777777;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #777777;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #777777;
}
input:focus,
select:focus,
textarea:focus,
button.submit:focus {
    outline: none;
}
select.form-control{
  outline: 1px solid #CCC;
  background-color: white;
  border: 0;
}
.primary{
  background-color:  #337ab7;
}
.text-primary{
  color:  #337ab7;
}
.text-red{
  color: #ED143D;
}
span.info-sheet {
  font-size: 14px;
  color: #337ab7;
  cursor: pointer;
}
span.info-sheet:hover{
  color:#2e6da4;
}
.badge{
  border-radius: 4px;
}
.table-box{
  border: 1px solid #ddd;
  border-collapse: separate;
}
.dropdown-menu > li > input:checked ~ label, 
.dropdown-menu > li > input:checked ~ label:hover, 
.dropdown-menu > li > input:checked ~ label:focus, 
.dropdown-menu > .active > label, 
.dropdown-menu > .active > label:hover, 
.dropdown-menu > .active > label:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #c4382a;
}
ul..dropdown-menu > li > input:checked ~ label{
  color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #c4382a;
}
@media (max-width: 991px){
  body, .btn {
    font-size: 12px;
  }
  .lead {
    font-size: 16px;
  }
  h3{
    font-size: 21px;
  }
  h4{
    font-size: 16px;
  }
}

/*
 * NAVIGATION
 */
.nav i, .nav img{
  padding-right: 10px;
}
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-static-top {
    top:0;
    position:fixed;
    width: 100%;
    z-index: 30;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    border-bottom: 5px solid #c4382a;
    background-color:#414242;
}
.navbar-top li > a,.navbar-toggle  {
   color:#efefef;
}
.navbar-top li>a:hover, .navbar-top li>a:focus, .navbar-top .open, .navbar-top .open>a, .navbar-top .open>a:hover, .navbar-top .open>a:focus {
   background-color:#343434;
   color:#fff;
}
@media (max-width: 768px){
  .navbar-static-top{
    margin-left: -100px;
    padding-left: 100px;
    width: 768px;
  }
  .navbar-nav.navbar-top{
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-nav>li>a{
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* SIDEBAR
 * --------------------------------------------------
 */
#sidebar {
  padding:0px;
  background: #414242; 
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#414242+0,303030+100 */
background: #414242; /* Old browsers */
background: -moz-linear-gradient(left,  #414242 0%, #303030 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #414242 0%,#303030 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #414242 0%,#303030 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414242', endColorstr='#303030',GradientType=1 ); /* IE6-9 */

  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 50;
}
#sidebar, #sidebar a, #sidebar-footer a {
    color:#ffffff;
    text-shadow:0 0 2px #000000;
}
#sidebar .nav li a{
  padding: 7.5px 15px;
}
#sidebar .nav li.active{
   background-color:#2d2d2d;
}
#sidebar .nav li a.navbar-brand{
  padding: 2px 15px 0;
}
#sidebar .nav li a:hover, 
#sidebar .nav li a:focus {
    background-color:#2d2d2d;
}
#sidebar .nav li>a.navbar-brand:hover {
    background-color:transparent;
}
.navbar-brand img {
  height:  65px;
}
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #393939;
}
@media (max-width: 991px){
 .navbar-brand img {
    height:  55px;
  }
  #sidebar .nav li a{
    padding: 8px 5px;
  }
  #sidebar .nav li a.navbar-brand{
    padding: 2px;
  }
  #lg-menu.nav>li>a>img {
    width: 25px;
  }
}
/* off canvas sidebar
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
  /*.row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-left.active {
    left: 33%;
  }
  .row-offcanvas-left.active .sidebar-offcanvas {
    left: -33%;
    position: absolute;
    top: 0;
    width: 33%;
    margin-left: 5px;
  }*/
/*  #sidebar, #sidebar a, #sidebar-footer a {
    padding-left:3px;
  }*/
}
/* Sub-Navigations
 * --------------------------------------------------
 */
.sub-nav-one{
  border-bottom: 1px solid rgba(196, 56, 42, 0.2);
  margin-bottom: 15px;
}
.sub-nav-one li{
  display: inline-block;
}
.sub-nav-one li a{
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  color: #404141;
}
.sub-nav-one li.active a,.sub-nav-one li a:hover, .sub-nav-one li a:focus{
  border-bottom: 4px solid rgba(196, 56, 42, 1);
  color: rgba(196, 56, 42, 1);
  background-color: transparent;
}
.badge.sub-nav-badge{
  margin-left: 6px;
  background-color: #404141;
}
.sub-nav-one li.active .badge.sub-nav-badge, 
.sub-nav-one li a:hover .badge.sub-nav-badge,
.sub-nav-one li a:focus .badge.sub-nav-badge{
  background-color: rgba(196, 56, 42, 1);
}
.sub-nav-two{
  margin-top: -12px;
}
.sub-nav-two .btn-group{
  margin-bottom: 5px;
}
@media (max-width: 991px){
  .sub-nav-one li a{
    font-size: 12px;
  }
}
@media (max-width: 768px){
  .nav.sub-nav-one{
    margin-top: 36px;
  }
  .nav.navbar-top{
    padding-left: 15px;
  }
}
/* Main Content
 * --------------------------------------------------
 */ 
.wrapper, .row.row-offcanvas.row-offcanvas-left {
   height: 100%;
   margin-left:0;
   margin-right:0;
}
.wrapper:before, .wrapper:after,
.column:before, .column:after {
    content: "";
    display: table;
}
.wrapper:after,
.column:after {
    clear: both;
}
.column {
    height: 100%;
    overflow: auto;
    *zoom:1;
}
.column .padding {
    padding: 20px;
}
.full{
	padding-top:60px;
  height: 800px;
  width: 100%;
}
.box {
  	bottom: 0; /* increase for footer use */
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color:#444444;
}
#main {
   background-color:#fff;
   padding-left:0;
   padding-right:0;
}
#footer {
  margin-bottom:20px;
}
.col-sm-9.full {
    width: 100%;
}
@media (max-width: 991px){
   .wrapper{
    min-width: 768px;
  }
}
@media (max-width: 768px){
  .box, .full{
    width: 768px;
  }
}
/*
 *Inner-wrapper general
 */
.inner-wrapper h3{
  margin-top: 0;
}
.input-group .icon-addon .form-control {
    border-radius: 0;
    border-top: none;
}
#search-addon.input-group-addon{
  background-color: #337ab7;
  border-radius: 0;
  color: #fff;
  border: none;
}
textarea.form-control /*select.form-control*/{
  border-radius: 0;
  border: 1px solid rgba(0,0,0,.1);
}
input.form-control{
  border: 1px solid rgba(0,0,0,.1);
}
.header-row{
  padding-bottom: 15px;
}
.header-row i, .header-row img{
  padding-right: 5px;
}
.nav-pills>li>a {
    border-radius: 0;
}
.nav-pills>li>a:hover, .nav-pills>li>a:focus, .nav-pills>li.active >a, .nav-pills>li.active >a:hover, .nav-pills>li.active >a:focus {
    color: rgba(0,0,0,1);
    background-color: transparent;
}
.nav-pills>.active>a>i, .nav-pills>li>a:hover>i{
  color: #337ab7;
}
.nav-pills>li>a:hover>.badge, .nav-pills>.active>a>.badge{
  background-color: #337ab7;
  color: #fff;
}
@media (max-width: 991px){
  .nav-messages.nav-pills>li>a{
    padding-left: 2px;
  }
  .nav-pills>li>a>.badge{
    font-size: 10px;
  }
}
/*
 *Messages
 */
.messages .nav-pills>.li>a>.badge{
  background-color:  rgba(0,0,0,.5);
}

.nav-messages.nav-stacked>li {
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.nav-messages.nav-pills>li>a {
   color: rgba(0,0,0,.5);
}
.table thead .btn.btn-clear-blue{
  padding: 4px 8px;
}
#mail-open{
  width: 42px;
  height: 34px;
  background: url('../img/mail-open.png') no-repeat left top; 
}
ul.cc li:first-child{
  font-weight: 400;
}
#mail-open:hover{
  background-position: -42px 0px; 
}
/*
 *TABLE
 */
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    vertical-align: middle;
    padding: 6px;
}
.table{
  font-size: 13px;
  margin-bottom: 15px;
}
.table hr{
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 10px;
}
.table tbody tr.parent,
.table-overleg tbody tr:hover{
  cursor: pointer;
}
.table tbody tr.child{
  background-color: #f4f4f4;
}
.table tbody tr.child:hover{
  background-color: #f0f0f0;
}
.table>tbody>tr.child td{
  padding: 20px 20px 5px 5px;
}
/* action
.table>tbody>tr td:nth-last-child(1){
	text-align: right;
}*/
.unread{
  font-weight: 500;
  color: rgba(27, 99, 167, 1);
}
tr.unread .label{
  font-weight: normal;
}
thead{
 background-color: #f2f2f2;
}
td.trash{
  text-align: right;
}
td.checkbox-messages{
  width: 10%;
  padding-left: 25px;
}
.message-sender{
  width: 25%;
}
.message-date{
  width: 15%;
}
.message-title{
  width: 50%;
}
.btn-clear-blue.btn-trash{
  border: 0;
  padding: 1px 6px;
}
select#groups{
  margin-top: 20px;
}
.checkbox+.checkbox {
    margin-top: 10px;
}
/*** page specific styles ***/

.table-home tbody tr:hover{
  color: #000;
  background-color: rgba(27, 99, 167, 0.2);
}
.table-afs thead tr, 
.table-overleg thead tr{
  font-size: 14px;
  font-weight: 500;
}
.table-overleg td.date, td.class{
  width: 12%;
}
.table-overleg td.overleg{
  width: 35%;
}
.table-overleg td.student{
  width: 25%;
}
.table-afs tbody tr td:first-child,
.table-afs thead tr td:first-child{
  padding-left:15px;
  padding-right: 10px;
}
.table-afs tr.child .form-group input.form-control{
  background-color: #ddd;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.table-afs td.afs-title, .table-afs td.origin{
  width: 30%;
}
.table-flash .message-title{
  width: 40%;
}
.table-flash .message-sender{
  width: 20%;
}
.table-flash .student{
  width: 20%;
}
.table-flash .message-date{
  width: 17%;
}
.table-flash td.checkbox-messages{
  width: 8%;
}
.table-flash .flash-student{
  font-weight: 500;
  font-size: 15px;
}
.table-flash p.flash-student, .table-flash p.subject,  .table-flash p.sender{
  margin-bottom: 10px;
} 
.server-details a:hover{
  text-decoration: underline;
  color: #343434;
}
.server-details i{
  padding-left: 5px;
  padding-right: 5px;
}
.server-details li{
  padding-bottom: 10px;
}
/*** forms ***/
input.checkbox-primary[type="checkbox"] {
    display:none;
}
input.checkbox-primary[type="checkbox"] + label {
    display:inline-block;
    width:16px;
    height:16px;
    background:url('../img/checkbox.png') left top no-repeat;
    margin:0 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
}
input.checkbox-primary[type="checkbox"] + label:hover {
    background:url('../img/checkbox.png') -16px top no-repeat;
}
input.checkbox-primary[type="checkbox"]:checked + label {
    background:url('../img/checkbox.png') -32px top no-repeat;
}
input.radio-c {
  display: none;
}
input.radio-c + label{
    display:inline-block;
    width:16px;
    height:16px;
    vertical-align:middle;
    cursor:pointer;
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0 2px 2px 0
}
input.radio-green + label {
    background-image:url('../img/radio-green.png');
}
input.radio-yellow + label {
    background-image:url('../img/radio-yellow.png');
}
input.radio-red + label {
    background-image:url('../img/radio-red.png');
}
input.radio-black + label {
    background-image:url('../img/radio-black.png');
}
.table input.radio-c + label{
  background-position: -16px top;
}
.table input.radio-c + label:hover{
  background-position: left top;
}
.table input.radio-c:checked + label{
  background-position: -32px top;
}
.row.recipient-select{
  margin-left: 0px;
}
.recipient-select .checkbox{
  margin-bottom: 0;
}
.form-group.send{
  margin-top: 30px;
  text-align: right;
  margin-bottom: 0;
}

@media (max-width: 991px){
  .table{
    font-size: 12px;
  }
}

/*
 *READ MESSAGE
 */
.message-detail{
  padding: 10px;
}
p.subject{
  margin-bottom: 10px;
}
/*
 *Overleg
 */
.nav-overleg.nav-pills>li>a {
   color: rgba(0,0,0,.8);
}
.nav-overleg{
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.title-overleg{
  padding-left: 30px;
}
/*
 *Afspraken
 */
.table-afs .form-group{
  margin-bottom: 0px;
}
.btn-afs-check{
  width: 120px;
  margin-top: 8px;
}
/*
 *User Profile
 */
form#user-preferences{
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #f2f2f2;
}
 
.profile-pic img{
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}
@media (max-width: 991px){
  form#user-preferences{
    padding-left: 10px;
  }
}

/*
 *MODAL
 */
.modal {
  text-align: center;
}
@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#compose {
  color: rgba(0,0,0,0.8);
}
#compose .modal-header{
  color: #fff;
  border-bottom: 0;
}
.modal-content{
  border-radius: 0;
}
/* adjust the contents on smaller devices */
@media (max-width: 768px) {
  .column .padding {
    padding: 7px;
  }

  .full{
	padding-top:20px;
  }
/*  .navbar-dark {
    top:0;
    width:100%;
    position:relative;
  }*/

}

/********************************************************************************
----------------REPORT MODULE & MAIN BANNER----------------------------------------------------
********************************************************************************/
.report .main{
  margin-top: 70px;
  padding-left: 9px;/* align logo*/
  padding-right: 5px;
}
.row-top{
  margin-right: 0;
  margin-left: 0;
}
.header-select{
  margin-top: 7px;
  font-size: 16px;
}
.orange {
  background-color: rgba(252, 143, 61, 1);
  color: #fff;
}
.text-orange{
  color: rgba(252, 143, 61, 1);
}
.btn-orange{
  background-color: rgba(252, 143, 61, 1);
  color: #fff;
  border: 1px solid rgba(252, 143, 61, 1);
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active{
  background-color: #FF7F00;
  color: #fff;
}
.btn-orange i{
  padding-right: 5px;
}
.btn-orange.btn-submit{
  padding: 8px 30px;
  margin-top: 15px;
}
.btn-clear-orange{
  border: 1px solid rgba(0,0,0,0.1);
  background-color: transparent;
  padding: 5px 10px;
}
.btn-clear-orange:hover, .btn-clear-orange:focus{
  background-color: rgba(252, 143, 61, 1);
  color: #fff;
}
h3.sub-head{
  margin-top: 7px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
sup i.fa-star{
  font-size: 8px;
}
/**************NAVIGATION ************/
.report .navbar-brand{
  padding: 2px 20px 0 5px;
}
.report .navbar-fixed-top{
    border-bottom: 5px solid #c4382a;
    background-color: #404141;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    height: 65px;
    color:#fff;
}
.report .navbar-text{
  margin-top: 20px;
  font-size: 14px;
}
.report h3.navbar-text{
  font-size: 22px;
  margin-top: 18px;
}
.report .navbar-nav li>a:hover, .report .navbar-nav li>a:focus, 
.report .navbar-nav .open, .report .navbar-nav .open>a, 
.report .navbar-nav .open>a:hover, .report .navbar-nav .open>a:focus {
   background-color:#343434;
   color:#fff;
}
.report .navbar-nav>li>a{
      padding-top: 20px;
      padding-bottom:20px;
      color:#fff;
      font-size: 14px;
}
.report .nav i{
  padding-right: 5px;
}
.report .nav .glyphicon:empty{
  width: 1.4em;
}
.report .nav .glyphicon{
  font-size: 16.5px;
}
.sub-nav-wrapper{
  border-bottom: 1px solid rgba(196, 56, 42, 0.2);
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
}
.sub-nav-wrapper.sub-nav-two{
  border-bottom: 0;
}
.sub-nav-wrapper .nav-col{
  padding-left: 0;
  padding-right: 0;
}
.sub-nav-wrapper h3{
  margin-top: 7px;
  font-size: 18px;
  font-weight: 600;
}
.sub-nav-wrapper .col-xs-12{
  padding-right: 0;
  padding-left: 0;
}
.sub-nav-wrapper button.btn.dropdown-toggle{
  background-color: transparent;
  padding-top: 8px;
  padding-bottom: 6px;
}
.sub-nav-wrapper button.btn.dropdown-toggle img,
.sub-nav-wrapper button.btn.dropdown-toggle i{
  margin-right: 6px;
}
.sub-nav-wrapper span.caret{
  margin-left: 5px;
}
.sub-nav-wrapper .sub-nav-one{
  margin-bottom: 0px;
  border-bottom: transparent;
}
.sub-nav-wrapper .sub-nav-one li a{
   border-bottom: 4px solid transparent;
}
.sub-nav-wrapper .btn-group:first-child button.btn{
  padding-left: 0px;
}
button.btn.dropdown-toggle:hover, button.btn.dropdown-toggle:active, button.btn.dropdown-toggle:focus{
  color: rgba(196, 56, 42, 1);
}
.sub-nav-wrapper .sub-nav-one li.active a,
.sub-nav-wrapper .sub-nav-one li a:hover, 
.sub-nav-wrapper .sub-nav-one li a:focus{
  border-bottom-color: transparent;
  color: rgba(196, 56, 42, 1);
  background-color: transparent;
}
.sub-nav-wrapper i, .sub-nav-wrapper img{
  padding-right: 2px;
}
.sub-nav-wrapper .subtest-open-nav li{
  border-bottom: 4px solid transparent;
  padding: 8px 15px;
  font-size: 14px;
  color: #404141;
  display: inline-block;
  cursor: pointer;
}
.sub-nav-wrapper .subtest-open-nav li:hover,
.sub-nav-wrapper .subtest-open-nav li:focus,
.sub-nav-wrapper .subtest-open-nav li:active{
  color: rgba(196, 56, 42, 1);
}


.nav.sub-nav-one .btn-back{
  padding: 5px 7px 5px 7px;
  border: 1px solid rgba(0,0,0,0.3);
  color: #343434;
  margin-left: 6px;
}
.nav.sub-nav-one .btn-back:hover, .nav.sub-nav-one .btn-back:focus, .nav.sub-nav-one .btn-back:active{
 background-color: rgba(196, 56, 42, 1);
 color: #fff;
 border-color: transparent;
}
.class-view-header{
  margin-right: 20px;
}
@media (max-width: 991px){
  .report .fa-lg {
    font-size: 1em;
  }
  .report .sub-nav-one li a{
    font-size: 12px;
    padding: 10px;
  }
  .report .btn-group .btn{
    font-size: 12px;
  }
  .report{
    min-width: 768px;
  }
  .report .navbar-nav>li>a {
    padding: 20px 10px;
    font-size: 12px;
  }
  .report h3.navbar-text {
    font-size: 18px;
    margin-top: 18px;
  }
  .report .navbar-text {
    margin: 20px 10px;
    font-size: 12px;
  }
  .report .navbar-brand img {
    height: 56px;
  }
  .report .navbar-nav.navbar-right{
    margin-right: 10px;
  }
  .table-name{
    font-size: 14px;
  }
  .class-view-header{
    margin-right: 0px;
  }
}
@media (max-width: 767px){
    .report h3.navbar-text {
    margin-top: -36px;
    margin-left: 150px;
  }
  .report .navbar-nav.navbar-right{
    margin-top: -56px;
  }
  .report .navbar-text{
    margin-top: -33px;
    margin-right: 20px;
  }
  .navbar-collapse.collapse {
  display: block!important;
  }
  .navbar-nav>li, .navbar-nav {
  float: left !important;
  }
  .navbar-right {
  float: right!important;
  }
}

/**************CONTENT**************/
.report .content{
  padding-left: 20px;
  padding-right: 20px;
}
.report-inner-action h4{
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
}
.report .class-list {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
}
.report .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.report .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.class-list .list-group-item{
  padding:8px 15px;
}
.class-list a.list-group-item{
  color: #343434;
/*  font-size: 15px;*/
}
.class-list a.list-group-item i{
  padding-right: 10px;
}
.class-list a.list-group-item:hover {
  background-color: rgba(252, 143, 61, 0.5);
}
.info-well{
  border-radius: 0;
  font-size: 11px;
  color: rgba(0,0,0,0.7);
  margin-top: 15px;
}

/**************TABLES**************/
.table-report tbody tr:hover{
  cursor: pointer;
  color: #000;
  background-color: rgba(252, 143, 61, 0.4);
}
.table-report thead tr{
  font-size: 14px;
  font-weight: 500;
}
.table-report td:first-child{
  text-align: left;
}
.table-report td{
  text-align: center;
}
.table-report-main td:first-child{
  width: 50%;
}
.table-test-discipline thead tr td.test{
  cursor: pointer;
}
.table-test-discipline thead tr td.test:hover, 
.table-test-discipline thead tr td.test:focus{
  color: rgba(252, 143, 61, 1);
}
tfoot tr td{
  font-weight:500;
  background-color: #f4f4f4;
}
.table-subtest td:first-child{
  width: 50%;
}
.text-red.thema{
  font-size: 10px;
}
.table-subtest-open thead td.points, .table-subtest-open thead td.info-text,  .table-subtest-open tfoot tr td{
  text-align: left;
  padding-left: 10px;
}
.table-subtest-open td:first-child{
  width: 40%;
}
.table-subtest-open td.info-text{
  width: 30%;
}
.table-subtest-open td.points{
  width: 15%;
  text-align: left;
}
.table-subtest-open td.points .form-control{
  display: inline-block;
  float: left;
  width: 60%;
}
.table-subtest-open td.points span.input-feedback.success i{
  font-size: 10px;
  color: #4cae4c;
  padding-left: 5px;
}
.table-subtest-open td.points span.input-feedback.warning{
  color: rgba(252, 143, 61, 1);
  font-size: 10px;
  margin-left: 5px;
  padding: 4px 3px 7px 3px;
}
.table .form-control{
  height: 25px;
}
.table-subtest-open td.i-r{
  display: none;
}
.table-subtest-kid td.thema-block{
  width: 35px;
}
.table-subtest-kid td.subtest{
  width: 45%;
}
.table-subtest-kid td.score, .table-subtest-kid td.max-score, .table-subtest-kid td.date{
  width: 13%;
}
.table-subtest-open>thead>tr>th, .table-subtest-open>thead>tr>td, .table-subtest-open>tbody>tr>td, .table-subtest-open>tfoot>tr>td {
    padding: 5px;
}
.form-control.failed{
  background-color: #ED143D;
  color: #fff;
}
.table-softeval-item td.checkbox-items{
  width: 4%;
}
.table-softeval-item td.item-list{
  text-align: left;
}
.table-name{
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}
.table-softeval-item .table-name{
  padding-left: 20px;
}
.table-softeval-item .form-control{
  height: 25px;
  width: 90%;
  display: inline-block;
}
.table-softeval-item .new-item-action{
  float: right;
  margin-left: 5px;
  padding: 4px 10px;
}
.table-softeval-item .new-item-action:hover{
  background-color: rgba(252, 143, 61, 1);
  color: #fff;
}
.table-softeval-item tr.item-selected{
  background-color: rgba(252, 143, 61, 0.2);
  color: #000;
}
.modal#new_item .form-action .col-sm-12{
  padding-left: 0;
  padding-right: 0;
}
.modal#new_item .form-action .btn{
  margin-left: 10px;
  padding: 5px 10px;
}
.table-softeval-chosen thead>tr>td, 
.table-softeval-chosen tbody>tr>td,
.table-eval-item tbody>tr>td:first-child,
.table-eval-item thead>tr>td:first-child{
  padding-left: 20px;
}
.table-softeval-chosen .label{
  font-weight: normal;
  background-color: rgba(252, 143, 61, 1);
}
.table-eval-item td.radio-btn{
  width: 3%;
  padding-left: 5px;
  padding-right: 5px;
}
td.bg-red{
 border-left: 15px solid rgba(204, 0, 0, 0.8);
 color: #fff;
 font-weight: 500;
}
td.bg-yellow{
  border-left: 15px solid rgba(255, 153, 0, 0.8);
  color: #fff;
  font-weight: 500;
}
td.bg-green{
  border-left: 15px solid rgba(0, 153, 51, 0.8);
  color: #fff;
  font-weight: 500;
}
td.bg-black{
  border-left: 15px solid rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: 500;
}
tr.bg-green{
   background-color: rgba(0, 153, 51, 0.8);
     color: #fff;
    font-weight: 500;
}
tr.bg-red{
   background-color: rgba(204, 0, 0, 0.8);
   color: #fff;
   font-weight: 500;
}
tr.bg-yellow{
   background-color: rgba(255, 153, 0, 0.8);
   color: #fff;
   font-weight: 500;
}
tr.bg-black{
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: 500;
}
td.bg-red:hover, td.bg-green:hover, td.bg-black:hover, td.bg-yellow:hover{
  color: #000;
}
.table-report.table-eval-item .radio-btn.green{
  color: #fff;
  background-color: rgba(0, 153, 51, 1);
  border: 2px solid #f2f2f2;
  cursor: pointer;
}
.table-report.table-eval-item .radio-btn.red{
  color: #fff;
  background-color: rgba(204, 0, 0, 1);
  border: 2px solid #f2f2f2;
  cursor: pointer;
}
.table-report.table-eval-item .radio-btn.yellow{
  color: #fff;
  background-color: rgba(255, 153, 0, 1);
  border: 2px solid #f2f2f2;
  cursor: pointer;
}
.table-report.table-eval-item .radio-btn.black{
  color: #fff;
  background-color: rgba(0, 0, 0, 1);
  border: 2px solid #f2f2f2;
  cursor: pointer;
}
.table-report.table-eval-item thead .radio-btn:hover{
  color: #fff;
  border-width: 4px;
}
.table-eval-item td.eval-detail{
  
}
.table-eval-item td.info-box{
  width: 25%;
}
.table-eval-item .form-control{
  background-color:#f2f2f2;
  width: 95%;
}
.table .table-divider{
  background-color: #ddd;
  font-weight: 500;
}
.table-report tbody tr.table-divider:hover, 
.table-kid-soft-eval tbody tr.table-divider:hover{
  background-color: #ddd;
  cursor: text;
}
.table-class-view td.disc{
  width: 10%;
}
.table-kid-detail thead td.subject{
  text-transform: uppercase;
  width: 70%;
}
.table-kid-detail tbody tr.total td{
  text-transform: uppercase;
  font-weight: 500;
}
.table.table-kid-detail .form-control, .table-kid-soft-eval .form-control{
  height: auto;
} 
/**************FORMS**************/
.form-new-test{
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #f2f2f2;
  margin-bottom: 30px;
}
.form-new-test .radio-inline{
  margin-right: 30px;
}
.form-date-picker{
  width: 170px;
}
.form-date-picker .form-group{
  margin-bottom: 4px;
}
.form-date-picker .form-control{
  height: 32px;
  background-color: #fafafa;
  color: #000;
}
.info-kid-form label{
  font-weight: 500;
  font-size: 13px;
  padding: 5px 5px 5px 20px;
  background-color: #ddd;
  width: 100%;
  margin-bottom: 0;
  border: 1px solid #ddd;
}
.kid-detail-form label{
  font-weight: 500;
  font-size: 13px;
  padding: 5px;
  background-color: #f2f2f2;
  width: 100%;
  margin-bottom: 0;
  border: 1px solid #ddd;
  border-bottom: transparent;
}

/*  edit inline */
.editTd * {
	 padding: 5px 5px;
	 -webkit-transition: all ease-in-out 0.5s;
  	 -o-transition: all ease-in-out 0.5s;
  	 transition: all ease-in-out 0.5s;		 
	}
	.editTd:hover{
	text-decoration-line: underline;
    text-decoration-style: dotted;		
	text-decoration-color: #03a9f4;
 	decoration-skip: ink;		
	}
	
	.editTd:before{
	content: "\f040";
    font-family: FontAwesome;
    display: inline-block;
   	opacity: 0;		
	width: 15px;
	height: 15px;
	color: rgba(65,81,101,0.6);	
	-webkit-transition: all ease-in-out 0.3s;
  	-o-transition: all ease-in-out 0.3s;
  	transition: all ease-in-out 0.3s;	
	}
	
	.editTd:hover:before{
		 opacity: 1;		
	}
	
.inputTd{ 
 	border: 1px solid #bfcbd9;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #494949;
    font-size: 14px;
    -webkit-transition: border-color .7s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .7s cubic-bezier(.645, .045, .355, 1);
    line-height: 1;
	min-width: 100%;
    max-width: 100%;
	padding: 2px;
  }

.inputTd:hover,
.inputTd:active, 
.inputTd:focus{
   border-color: #03a9f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

/* input in form class */
.input{
 display: inline-block;
 border: 1px solid #bfcbd9;
 
}

.input:hover,
.input:active, 
.input:focus{
   border-color: #03a9f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

/* bootbox */
h4.modal-title{
		font-family: 'Roboto', sans-serif;
		font-weight: normal;
	font-size: 14px;}

.bootbox-input-text{
	border: 1px solid #bfcbd9;
}
.bootbox-input-text:focus{
   border-color: #03a9f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

/* bootstrap tweak*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
 padding-left: 0px;
 padding-right: 0px;	
}

/* buttons */
.btn-row-delete{
color: red;
}
.btn-row-delete:hover{
color: white;
background: red;	
}
.btn-row-delete:after{
	content:'\f1f8';
	font-weight: 400; /* light*/
  	font-family: 'Font Awesome 5 Pro'; 	
	 
	
}