



/* #id_specials .multiselect-container > li > a > label.checkbox */
/*  { */
/*      width: 190px; */
/*  } */

/* #id_specials .btn-group > .btn:first-child */
/*  { */
/*      width: 190px; */
/*  }  */


/* #id_exam_seats .multiselect-container > li > a > label.checkbox */
/*  { */
/*      width: 100px; */
/* } */
/* #id_exam_seats  .btn-group > .btn:first-child */
/*  { */
/*      width: 105px; */
/*  } */

/* #id_seats .multiselect-container > li > a > label.checkbox */
/*  { */
/*      width: 100px; */
/*  } */
/* #id_seats .btn-group > .btn:first-child */
/*  { */
/*      width: 105px; */
/*  } */

/* #id_comp .multiselect-container > li > a > label.checkbox */
/*  { */
/*      width: 115px; */
/*  } */
/* #id_comp .btn-group > .btn:first-child */
/*  { */
/*      width: 105px; */
/*  } */

/*  #id_fac .multiselect-container > li > a > label.checkbox */
/*  { */
/*      width: 110px; */
/*  } */
/* #id_fac .btn-group > .btn:first-child */
/*  { */
/*      width: 110px; */
/*  } */




.btn-custom, .btn-custom:hover, .btn-custom:active, .btn-custom:visited {
    background-color: #1D1C73 !important;
    color:white !important;
}



table{
  //margin: 0 auto;
  width: 100%;
  clear: both;
  //border-collapse: collapse;
  table-layout: fixed; // ***********add this
  word-wrap:break-word; // ***********and this
}

.last_cell {
	border-right-width:1px !important;
}

.bg_header {
    background-color: white;
}


.navbar-detail {
    border-radius:0;
    margin-top:10px;
    margin-bottom:0px;
}
.navbar-custom {
    background-color:white;
    color:black;
    border-radius:0;
    height:30px;
}

.navbar-custom .navbar-nav > li > a {
    color:#fff;
}

.navbar-custom .navbar-nav > .active > a {
    color: #ffffff;
    background-color:transparent;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open >a {
    text-decoration: none;
    background-color: #10B6E6;
}

.navbar-custom .navbar-brand {
    color:black;
}
.navbar-custom .navbar-toggle {
    background-color: #1D1C73;
}
.navbar-custom .icon-bar {
    background-color: white;
}

/* for dropdowns only */
.navbar-custom .navbar-nav .dropdown-menu  {
  background-color: #00A6D6;
}
.navbar-custom .navbar-nav .dropdown-menu>li>a  {
  color: #fff;
}
.navbar-custom .navbar-nav .dropdown-menu>li>a:hover,.navbar-custom .navbar-nav .dropdown-menu>li>a:focus  {
  #color: #00A6D6;
}