
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

::-webkit-scrollbar-track
{
	background-color: #d8d8d8;
}
body.dark ::-webkit-scrollbar-track
{
	background-color: #333333;
}

::-webkit-scrollbar
{
    width: 0;
    height: 3px;
}

::-webkit-scrollbar-thumb
{
	background-color: #000;
}

body.dark ::-webkit-scrollbar-thumb
{
	background-color: #808080;
}

body.dark ::selection {
  background: #000000; /* WebKit/Blink Browsers */
	color:#a0a0a0;
}
body.dark ::-moz-selection {
  background: #000000; /* Gecko Browsers */
	color:#a0a0a0;
}


html {
  font-family: 'Geogrotesque', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-weight: normal;
  font-size: 16px;
}

body {
  font-family: 'Geogrotesque', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5625em;
  margin: 0;
  background: #F2F2F2;
  position: relative;
}

div#pageStuff p,
div#pageStuff ul,
div#pageStuff ol,
div#pageStuff table
 {
    font-size: .875em;
}

table {
    margin-bottom: 10px;
}

td, th {
    padding: 2px 5px;
    white-space: nowrap;
}
.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;
}

/* TABLE rotated Headers */

.table-header-rotated>tbody>tr>td:last-child, .table-header-rotated>tbody>tr>th:last-child, .table-header-rotated>tfoot>tr>td:last-child, .table-header-rotated>tfoot>tr>th:last-child, .table-header-rotated>thead>tr>td:last-child {
         border-right: 1px solid #404040 !important;
}
.table-header-rotated {
  border-collapse: collapse;
}
.csstransforms .table-header-rotated td {
  width: 30px;
}
.no-csstransforms .table-header-rotated th,
.csstransforms .table-header-rotated th {
  padding: 5px 10px;
  border: none !important;
}
.table-header-rotated td {
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #404040;
}
.csstransforms .table-header-rotated th.rotate {
  height: 160px;
  white-space: nowrap;
}
.csstransforms .table-header-rotated th.rotate > div {
  -webkit-transform: translate(25px, -5px) rotate(315deg);
          transform: translate(25px, -5px) rotate(315deg);
  width: 30px;
}
.csstransforms .table-header-rotated th.rotate > div > span {
  border-bottom: 1px solid #404040;
  padding: 5px 10px;
}

.dragscroll {
    cursor: grab;
    cursor : -o-grab;
    cursor : -moz-grab;
    cursor : -webkit-grab;
}
/* END: TABLE rotated Headers*/

.table-hover>tbody>tr:hover {
	background-color: #cccccc;
	color: #434343;
}

picture {
    margin: 0 0 10px;
    display: block;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);*/
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  /*-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);*/
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: 0;
}

.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  /*text-shadow: 0 1px 0 #fff;*/
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #CCCCCC;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #CCCCCC;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #CCCCCC;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #000000;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #000000;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #cccccc !important;
    color: #8c8c8c !important;
  background-image: none;
  cursor: not-allowed;
filter: alpha(opacity=100);
-webkit-box-shadow: none;
box-shadow: none;
opacity: 1;
    border-color: #8c8c8c !important;
}

body.dark .btn-primary.disabled,
body.dark .btn-primary[disabled],
body.dark fieldset[disabled] .btn-primary,
body.dark .btn-primary.disabled:hover,
body.dark .btn-primary[disabled]:hover,
body.dark fieldset[disabled] .btn-primary:hover,
body.dark .btn-primary.disabled:focus,
body.dark .btn-primary[disabled]:focus,
body.dark fieldset[disabled] .btn-primary:focus,
body.dark .btn-primary.disabled.focus,
body.dark .btn-primary[disabled].focus,
body.dark fieldset[disabled] .btn-primary.focus,
body.dark .btn-primary.disabled:active,
body.dark .btn-primary[disabled]:active,
body.dark fieldset[disabled] .btn-primary:active,
body.dark .btn-primary.disabled.active,
body.dark .btn-primary[disabled].active,
body.dark fieldset[disabled] .btn-primary.active
{
    background: #0D0D0D !important;
        color: #525252 !important;
    background-image: none;
    cursor: not-allowed;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    border-color:#525252 !important;
}

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
figure img, img, .responsive-image {
  /*width: 100%;*/
  max-width: 100%;
  height: auto;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
body.dark .dropdown-header
{
    border-bottom: 1px solid rgba(255,255,255,.15);
}

.dropdown-header {
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

.dropdown-menu {
    background-color: #fff;
    border: 1px solid #c1c1c1;
    font-size: .75em;
}
body.dark .dropdown-menu {
    background-color: #0b0b0b;
    border: 1px solid rgba(255,255,255,.15);
}
.dropdown-menu>li>a {
    font-weight: 400;
}
body.dark .dropdown-menu>li>a {
    color: #797979;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: none;
  background-color: #d8d8d8;
    border-bottom: none;
}
body.dark .dropdown-menu > li > a:hover,
body.dark .dropdown-menu > li > a:focus {
  background-image: none;
  background-color: #303030;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: none;
  background-color: #2e6da4;
}
body.dark .dropdown-menu > .active > a,
body.dark .dropdown-menu > .active > a:hover,
body.dark .dropdown-menu > .active > a:focus {
  background-image: none;
  background-color: #303030;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #000;
}

body.dark .dropdown-menu>li>a:focus,
body.dark .dropdown-menu>li>a:hover {
    color: #b7b7b4;
}


.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);*/
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.alert {
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);*/
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  /*text-shadow: 0 -1px 0 #286090;*/
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}

#manual-content h1:before,
#manual-content h2:before,
#manual-content h3:before,
#manual-content h4:before
{
	display: block;
 	content: " ";
  	height: 70px;
        margin-top: -70px;
        visibility: hidden;
}

.affix {
  padding-top: 0px;
}
#toc ul#nav {
    padding-top: 21px;
		padding-bottom: 50px;
    margin-left: -15px;
    -webkit-transition: margin-left .1s ease;
		height: 90%;
    overflow-y: auto;
}
#toc.opened ul#nav {
    display: block !important;
    padding-top: 70px;
    z-index: 1000;
}
#toc + div {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    -webkit-transition: opacity .1s ease;
}
#toc.opened + div {
    opacity: 0.05;
    filter: alpha(opacity=5); /* For IE8 and earlier */
}
#pageStuff {
	padding-top: 45px;
}
@media (min-width: 992px) {
  .affix {
    width: 213px;
  }
  #manual-content h1:before,
  #manual-content h2:before,
  #manual-content h3:before,
  #manual-content h4:before
  {
  	display: block;
   	content: " ";
    	height: 21px;
          margin-top: -21px;
          visibility: hidden;
  }
	#pageStuff {
		padding-top: 0;
	}
}

@media (min-width: 1200px) {
  .affix {
    width: 263px;
  }
}
@media (min-width: 1600px) {
  .affix {
    width: 363px;
  }
}
@media (min-width: 1900px) {
  .affix {
    width: 443px;
  }
}

.affix-bottom {
  position: absolute;
  width: 213px;
}

@media (min-width: 1200px) {
  .affix-bottom {
    width: 263px;
  }
}

.nav .active {
  /*font-weight: 400;*/

}

.nav .nav,
.nav .nav .nav,
.nav .active .nav .nav {
  display: none;
}

.nav .active .nav,
.nav .active .nav .active .nav{
  display: block;
}

.nav .nav a
{
  font-size: .85em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav .nav span {
  margin: 0 5px 0 2px;
}

.nav .nav .active a,
.nav .nav .active:hover a,
.nav .nav .active:focus a {
  /*font-weight: 400;*/
  padding-left: 0;
  /*border-left: 1px solid black;*/
}

.nav .nav .active span,
.nav .nav .active:hover span,
.nav .nav .active:focus span {
  display: none;
}

a#toggleSidebar {
    position: fixed;
    top: 7px;
    right: 10px;
    font-size: 1.375em;
    z-index: 1010;
    font-family: "Lato", sans-serif;
    color: #333;
    background: #fff;
    border-radius: 5px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

a#toggleSidebar.active {
    line-height: 28px;
}



body.dark  a#toggleSidebar {
background: #303030;
color: #9D9D9D;
}

a#toggleSidebar:hover,  a#toggleSidebar:focus,  a#toggleSidebar:active   {
    text-decoration: none;
    border: none;
    color: inherit;
}

#main {
    transition: margin-left .5s;
    padding: 0 16px;
    padding-bottom: 80px;
    /*margin-top: 70px;*/
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 1.125em;}
}

.navmenu li {
  padding: 0.5em 0;
  white-space: nowrap;
  overflow: hidden;
}

.nav>li {
    text-transform: uppercase;

}
.nav>li a{
    color: #797979;
    white-space: nowrap;
    overflow: hidden;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 0;
}

.nav li.active>a{
    text-transform: uppercase;
    color: #333;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav>li a:focus, .nav>li a:hover {
    text-decoration: none;
    background-color: transparent;
    border: none !important;
    color: #333;
}

body.dark .nav>li {

    color: #797979;

}
body.dark .nav>li a{
    color: #797979;
}

body.dark .nav li.active>a{
    color: #cacaca;
}

body.dark .nav>li>a:focus, body.dark .nav>li>a:hover,
body.dark .nav>li a:focus, body.dark .nav>li a:hover {
    color: #cacaca;
}

.fa-caret-right{
  transition: all .4s ease;
  margin-right: 5px;
}
.active > a i.fa-caret-right{
  transform: rotate(90deg);
}

.sidebarTitle {font-weight: bold;}
/* Round Button */
/**************************
  DEFAULT BOOTSTRAP STYLES
**************************/

.btn {
    border: 0.11em solid #000;
    padding: 0 10px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    font-size: 0.875em;
    line-height: 1.7;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    outline: 0 none;
}

body.dark .btn {
    border-color: #717171;
}
#nextButton {
    margin-left: 8px;
}


.btn-lg {
  font-size: 1.125em;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-primary,
.btn-primary:focus {
  color: #000;
  background-color: #ccc;

}

.btn-primary:hover,

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #ccc;
  background-color: #000;
  border-color: #000;
}

body.dark .btn-primary {
    background: #0D0D0D !important;
    color: #818181;
    font-size: .875em;
    font-weight: 500;
}

body.dark .btn-primary:hover,
body.dark .btn-primary:active,
body.dark .btn-primary.active,
body.dark .open .dropdown-toggle.btn-primary {
    color: #0D0D0D;
      background-color: #818181 !important;
      border-color: #818181;
}

.mobileHoverFix:hover,
.mobileHoverFix.hover{
    color: #000;
    background-color: #ccc;
}

body.dark .mobileHoverFix:hover,
body.dark .mobileHoverFix.hover{
    background: #0D0D0D !important;
    color: #818181;
}

.blur-up {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
	-webkit-filter: blur(0);
	filter: blur(0);
    -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.25));
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.25));
}

body.dark .blur-up.lazyloaded {
    -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));
}


/***********************
  ROUND BUTTONS
************************/
.round {
  border-radius: 24px;
}

/***********************
  CUSTON BTN VALUES
************************/

.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0 none;
}


/* END: Round Button */

/*  highlighted  */

div.highlighted {
    background: #263240;
    position: relative;
    margin: 30px 0;
    color: #cccccc;
}

div.highlighted:after {
    content: "";

    background-color: #263240;
    display: block;
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    z-index: -1;
    border-radius: 12px;
}

#manual-content div.highlighted h1:before,
#manual-content div.highlighted h2:before,
#manual-content div.highlighted h3:before,
#manual-content div.highlighted h4:before {
    display: none;
}


div.highlighted blockquote,
body.dark div.highlighted blockquote {
    background: #3c4754;
    color: #cccccc;
    border: 1px solid #3c4754;
}
div.highlighted strong,
body.dark div.highlighted strong {
color: #FFFFFF;
}

.mark, mark {

    background: #bfbfbf;
    color: #000;
    padding: 0;
    border-radius: 3px;
}

body.dark .mark, body.dark mark {
    background: #797979;
    color: #1e1e1e;
}

.mark.highlighted, mark.highlighted {
    color:#F2F2F2;
    background: #333;
}

body.dark .mark.highlighted, body.dark mark.highlighted {
    background: #fff;
    color: #000;
}
/*  END: highlighted  */

/*  PRELOADER */
.no-js #loader { display: none;  }
.js #loader { display: block; position: fixed; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/spinner.gif) center no-repeat #1e1e1e;
}
/*  END: PRELOADER */

span.bullet {
  margin-left: 2em;
}
span.bullet::before {
	content: "•";
  font-size: 1.2em;
  padding-right: .6em;
  font-family: auto;
  margin-left: -1em;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul ul {
  margin-left: 0.5em;
}
ul ul ul {
  margin-left: 0.5em;
}
ul ul ul ul {
  margin-left: 0.5em;
}
ol ul li {
    margin-left: 01em;
    list-style-type: disc !important;
}
ul.bullets li{
	margin-left: 2em;
}
ul.bullets li::before {
	content: "•";
  font-size: 1.2em;
  padding-right: .6em;
  font-family: auto;
  margin-left: -1em;
}
li a {
  text-decoration: none;
  padding: 0;
  -webkit-transition: font-size 0.3s ease, color 0.3s ease;
  -moz-transition: font-size 0.3s ease, color 0.3s ease;
  -o-transition: font-size 0.3s ease, color 0.3s ease;
  -ms-transition: font-size 0.3s ease, color 0.3s ease;
  transition: font-size 0.3s ease, color 0.3s ease;
}
li a:hover {
  text-decoration: none;
}
.navmenu-default .navmenu-nav > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-default .navmenu-nav > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-default .navmenu-nav > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #000 !important;
  background-color: transparent !important;
  border-bottom: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/* LIGHT */
h1,
.h1 {
  color: #000;
  font-size: 1.875em;
}
h2,
.h2 {
  color: #E61717;
  font-size: 1.31em;
}
h3,
.h3 {
  color: #E64B17;
  font-size: 1.185em;
}
h4,
.h4 {
  color: #E67E17;
  font-size: 1.1em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin-top: 26px;
  margin-bottom: 2px;
  display: block;
  font-weight: 500;
}

h5,
.h5 {
  color: #1A1A1A;
  font-size: 1em;
  font-weight: 500;
}

body.dark h5,
body.dark .h5 {
  color: #B3B3B3;
}

h1,
.h1 {
    font-weight: 400;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
text-transform: uppercase;
letter-spacing: .2pt;
}
/**/
b, strong {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1pt;
}

em {
    color:#4DBFF4;
    font-weight: 700;
    font-style: normal;
    white-space: nowrap;
}

a {
    color: #157AD1;
    text-decoration: none;
}
a:active, a:hover {
    color: #157AD1;
    border-bottom: 1px solid #157AD1;
    text-decoration: none;
}

a:hover.underline.none,  a:active.underline.none {
    border-bottom: none;
}

del, del > em {
    text-decoration: none;
}
del, del > em {
    color: #4E8907;
    font-weight: 400;
    font-style: normal;
}
strong > em {
    color: #cb44d4;
    font-weight: 200;
    text-transform: none;
}
blockquote {
		padding: 10px;
		margin: 20px 0;
		font-size: inherit;
		border: none;
		background: #d8d8d8;
		color: #000000;
		border: 1px solid #d8d8d8;
		border-radius: 3px;
		/* text-transform: uppercase; */
		/* letter-spacing: 0.035em; */
		/* line-height: 1.5625em; */
}

pre {
    display: block;
    padding: 10px;
    margin: 0;
    font-size: 10pt;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #696969;
    border-radius: 5px;
}

hr {
    display: none;
}

.long_word, del, a {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

/* DARK */
body.dark h1,
body.dark .h1 {
  color: #a8a8a8;
}
body.dark h2,
body.dark .h2 {
  color: #debb26;
}
body.dark h3,
body.dark .h3 {
  color: #e88f15;
}
body.dark h4,
body.dark .h4 {
  color: #dc6215;
}

/**/


body.dark em {
    color:#1ca1dd;
}

body.dark a {
    color: #40a6ff;
}

body.dark del, del > em {
    color: #84DD1C;
}

body.dark strong  {
    color: #9D9D9D;
}

body.dark strong > em {
    color: #cb44d4;
}


body.dark blockquote {
    background: #333333;
    color: #808080;
    border: 1px solid #333333;
}

body.dark pre {
    color: #696969;
}


body.dark {
  color: #797979;
  background: #1e1e1e;
}

body.dark .footer > .container {
    border-top: 1px solid #363636;
}

/* SWITCH */
.switch_container { margin: 10px ;}
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  margin: 0;
}

.switch input {display:none;}

.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: #2196F3;
}

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

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%;
}
/* END:SWITCH */

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container .text-muted {
  margin: 20px 0;
}
.footer {
  margin-top: 10px;
  margin-bottom: 40px;
}
.footer > .container {
  border-top: 1px solid #e0e0e0;
}


.footer > .container > .row div {
  margin-top: 10px;
}
code {
  font-size: 80%;
}
div#toc_panel {
  margin: 1em 0 0 0;
}
@media only screen and (min-width: 768px) {
  .is-table-row {
    display: table;
  }
  div#toc_panel {
    float: right;
    width: 40%;
    margin: 2.5em 0 1em 1em;
  }
  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
/* Responsive Text Align
-------------------------------------------------- */
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1372;
    }
}
@media (min-width: 1600px) {
  .container {
    width: 1572px;
    }
}
@media (min-width: 1900px) {
  .container {
    width: 1872px;
    }
}
/* Search in header
-------------------------------------------------- */
#search-demo-container ul#results-container {
  z-index: -1;
  width: 270px;
  padding: 10px;
}
ul#results-container a {
  background-color: transparent;
}
ul#results-container a:hover {
  color: black;
}
#search-demo-container a:hover {
  color: black;
}
#search-input {
  margin: 10px auto;
  width: 270px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0.5em;
}
input[type=text],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 0 none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
input[type=text]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #337ab7;
  box-shadow: 0 0 5px #337ab7;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #337ab7;
}
/* end search */
/*
 * navmenu
 * --------------------------------------------------
 */
html,
body {
  height: 100%;
}
.navmenu {
  padding-top: 50px;
}
.navbar {
  display: block;
  text-align: center;
}
.navbar-brand {
  display: inline-block;
  float: none;
}
.navbar-toggle {
  position: absolute;
  float: left;
  margin-left: 15px;
}
.container {
  max-width: 100%;
}
@media (min-width: 1px) {
  .navbar-toggle {
    display: block !important;
  }
}
@media (min-width: 992px) {

  .navmenu {
    padding-top: 0;
  }
  .navbar {
    /*display: none !important;*/
    /* IE8 fix */
  }
  #toc.opened .nav .nav a {
      overflow: visible;
  }
  #toc.opened ul#nav {
    margin-left: 20px;
    }
}
.flex {
    display: flex;
}

#breadcrumbs {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    letter-spacing: 0.04em;
}
#toc_toggler {
    width:53px;
    margin-left: 10px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-fixed-top
{
    background: -webkit-linear-gradient(
        rgba(242, 242, 242, 1) 70%,
        rgba(242, 242, 242, 0) 100%
    );
    background-image: -moz-linear-gradient(
        rgba(242, 242, 242, 1) 70%,
        rgba(242, 242, 242, 0) 100%
    );
    background-image: -o-linear-gradient(
        rgba(242, 242, 242, 1) 70%,
        rgba(242, 242, 242, 0) 100%
    );
    background-image: linear-gradient(
        rgba(242, 242, 242, 1) 70%,
        rgba(242, 242, 242, 0) 100%
    );
    background-image: -ms-linear-gradient(
        rgba(242, 242, 242, 1) 70%,
        rgba(242, 242, 242, 0) 100%
    );
    margin: 0;

}
body.dark .navbar-fixed-top
{
    background: -webkit-linear-gradient(
        rgba(30, 30, 30, 1) 70%,
        rgba(30, 30, 30, 0) 100%
    );
    background-image: -moz-linear-gradient(
        rgba(30, 30, 30, 1) 70%,
        rgba(30, 30, 30, 0) 100%
    );
    background-image: -o-linear-gradient(
        rgba(30, 30, 30, 1) 70%,
        rgba(30, 30, 30, 0) 100%
    );
    background-image: linear-gradient(
        rgba(30, 30, 30, 1) 70%,
        rgba(30, 30, 30, 0) 100%
    );
    background-image: -ms-linear-gradient(
        rgba(30, 30, 30, 1) 70%,
        rgba(30, 30, 30, 0) 100%
    );
}

.navbar-fixed-top .container {
    margin-top: 15px;
    margin-bottom: 35px;
}

body.dark .navbar-fixed-top {

}

.navbar-fixed-bottom {
    height: 130px;
    background: -webkit-linear-gradient(
        rgba(242, 242, 242, 0) 0%,
        rgba(242, 242, 242, 1) 54%
    );
    background-image: -moz-linear-gradient(
        rgba(242, 242, 242, 0) 0%,
        rgba(242, 242, 242, 1) 54%
    );
    background-image: -o-linear-gradient(
        rgba(242, 242, 242, 0) 0%,
        rgba(242, 242, 242, 1) 54%
    );
    background-image: linear-gradient(
        rgba(242, 242, 242, 0) 0%,
        rgba(242, 242, 242, 1) 54%
    );
    background-image: -ms-linear-gradient(
        rgba(242, 242, 242, 0) 0%,
        rgba(242, 242, 242, 1) 54%
    );
}
body.dark .navbar-fixed-bottom {
    background: -webkit-linear-gradient(
        rgba(30, 30, 30, 0) 0%,
        rgba(30, 30, 30, 1) 54%
    );
    background-image: -moz-linear-gradient(
        rgba(30, 30, 30, 0) 0%,
        rgba(30, 30, 30, 1) 54%
    );
    background-image: -o-linear-gradient(
        rgba(30, 30, 30, 0) 0%,
        rgba(30, 30, 30, 1) 54%
    );
    background-image: linear-gradient(
        rgba(30, 30, 30, 0) 0%,
        rgba(30, 30, 30, 1) 54%
    );
    background-image: -ms-linear-gradient(
        rgba(30, 30, 30, 0) 0%,
        rgba(30, 30, 30, 1) 54%
    );
}
#MyPager {
    margin-top: 80px;
}

/*
 * Callout
 * --------------------------------------------------------
 */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.bs-callout-default {
  border-left-color: #777;
}
.bs-callout-default h4 {
  color: #777;
}
.bs-callout-primary {
  border-left-color: #337ab7;
}
.bs-callout-primary h4 {
  color: #337ab7;
}
.bs-callout-success {
  border-left-color: #5cb85c;
}
.bs-callout-success h4 {
  color: #5cb85c;
}
.bs-callout-danger {
  border-left-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}
/*
 * Colors
 * --------------------------------------------------------
 */
.green {
  color: #5cb85c;
}
.blue {
  color: #337ab7;
}
/*# sourceMappingURL=bootstrap-theme.css.map */
