/*body.white, html.white {
  background: white !important;
  color:#333;
}*/
.table-hover > tbody > tr:hover {
    background-color: #282828;
}

div#solutions {
    margin-bottom: 3em;
}

#instructions {
  font-family: "BrandonTextWeb-Regular";
  font-size: 16px;
  background: #1e1e1e;
  color: #797979;
}
body.instructions, html.instructions {
  background: #1e1e1e;
}
body.instructions .navbar-inverse {
  border-color: #000;
  background: #000;
}
/*body.white #instructions {
  font-family: inherit;
}*/
#instructions a {
color: #cccccc;
}
#instructions a:hover, #instructions a:active, #instructions a:focus {
color: #0099cc;
}
#solutions h3 a {
    color: #9D9D9D !important;
}
#solutions img {
  max-width: 100%;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.5));
  filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.5));
  margin: 10px 0;
}
#solutions ul.list-unstyled li {
  line-height: 1.7;
}

#solutions .list-group-item {
    padding: 10px 0 0;
    background-color: transparent;
    border: none;
}
.breadcrumb {
  margin-top: 21px;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}
.breadcrumb a {
    color: #919191 !important;
}
.breadcrumb a:hover {
    color: #b2afae !important;
}
/*body.white .breadcrumb {
  background-color: #d8d8d8;
}
body.white .breadcrumb a {
  color: #333;
}
body.white .breadcrumb>.active {
  color: #979ca0;
}*/
.breadcrumb>.active {
  color: #6a6c71;
}

.breadcrumb>li+li:before {
  content: "\00BB";
  color: #94908f;
}
/*body.white .breadcrumb>li+li:before {
  color: #979ca0;
}*/


blockquote, #solutions .fr-text-bordered {
  padding: 9px 14px;
  margin: 20px 0;
  font-size: inherit;
  border: none;
  background: #333333;
  color: #808080;
  border: 1px solid #333333;
  border-radius: 3px;
}


/*body.white #solutions .fr-text-bordered {
  background-color: #d8d8d8;
}*/
#folderTable tr {
  border-bottom: 1px solid #080809;
}

div#toc {
  font-size: 14px;
}
div#toc h3{
  color: #797979;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 23px;
  margin-bottom: 6px;
}
div#toc h3.active{
  color: #919191;
}
#solutions ul.submenu {
  margin: 0;
}
#solutions ul.submenu li.title {
  margin-left: 0;
}
#solutions ul.submenu li {
  margin-left: 1em;
}
#solutions ul.submenu li a, #solutions ul.submenu li.readed a {
  color: #797979;
}
#solutions ul.submenu li a {
  color: #919191;
}
#solutions ul.submenu li a:hover {
  color: #cacaca;
}
#solutions ul.submenu li.readed a:hover {
  color: #cacaca;
}
#solutions ul.submenu li.active a{
  color: #cacaca !important;
}
/*body.white #solutions ul.submenu li.readed.active a{
  color: #333 !important;
}*/
#solutions ul.submenu li::before {
  content: " ";
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 4px 0 -8px;
  color: #94908f;
}
/*body.white #solutions ul.submenu li::before {
  color: #e8e8e8;
}
body.white #solutions ul.submenu li.readed::before {
  color: #beca21;
}*/
#solutions .table>thead>tr>th {
    color: #9D9D9D;
}
#solutions ul.submenu li.readed::before, #solutions ul.submenu li.active::before {
  content: '\e013';
  margin: 0 4px 0 -14px;
  font-size: 6px;
  color: #797979;
  top: -1px;
}
#solutions ul.submenu li.title::before {
  content: "";
}
.uppercase {
  text-transform: uppercase;
}
#solutions h1 {
  text-transform: uppercase;
  color: #cfdc2c;
  font-size: 30px;
}
#solutions strong, #solutions b {
  color: #9D9D9D;
}
#solutions h2,#solutions h3,#solutions h4,#solutions h5,#solutions h6 {
  color: #9D9D9D;
  margin-top: 30px;
}
#solutions h3 {
  font-size: 24px;
}
#solutions h4 {
  font-size: 18px;
}

.dragscroll {
    cursor: grab;
    cursor : -o-grab;
    cursor : -moz-grab;
    cursor : -webkit-grab;
}
tr.table_divider {
  border-top: 1px solid #404040;
}
tr.table_divider td:first-child {
  font-weight: bold;
  color: #9D9D9D;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #404040;
}
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: none;
}
.table-responsive>.table {
    margin-bottom: 0;
}
.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 1px solid #404040;
}
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
     border-right: 1px solid #404040;
}
.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 1px solid #404040;
}
.table-responsive .table {
    border: none;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
/*border-top: 1px solid #404040;*/
}
/*body.white #solutions h2,body.white #solutions h3,body.white #solutions h4,body.white #solutions h5,body.white #solutions h6 {
  color: #333 !important;
}
body.white .table-striped>tbody>tr:nth-of-type(odd) {
  background: transparent !important;
}
body.white .footable {
    background-color: transparent;
}
body.white #solutions h1 {
    color: #beca21 !important;
}

body.white .green {
  color: #beca21 !important;
}
body.white a {
  color: #157AD1;
}
body.white a:active, body.white a:hover {
  color: #157AD1;
  border-bottom: 1px solid #157AD1;
  text-decoration: none;
}*/

/* Toggle switch START
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    float: right;
    right: 10px;
    top: 10px;
  }
  @media (min-width: 992px) {
    .switch {
        top: 54px;
      }
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #080809;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #080809;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
  }

  /* Rounded sliders
  .slider.round {
    border-radius: 17px;
  }

  .slider.round:before {
    border-radius: 50%;
  }
  /* Toggle switch END*/
@media (min-width: 992px) {
  div#toc {
    /* position: fixed;
    top: 80px;
    width: 21%; */
  }
}
