html {
  height: 100%;
  overflow: auto;
  font-family: 'Open Sans', sans-serif !important;
}

body {
  color: #333;
  margin: 0;
  margin-top:-25px;
  padding: 0;
  padding-top:25px;
  height: 100%;
  font-family: 'Open Sans', sans-serif !important;

}

#screen-container {
  min-height: 100%;
}

pre {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  margin: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight:light;
}

h2 {
  font-size: 21px !important;
}
.header-text {
    color: #006493;
}

a {
  font-family: 'Open Sans', sans-serif !important;
  color: #3e3e3e;
  text-decoration: underline;
}

a:hover {
  color: #6d6d6d;
}

a:focus, a:active {
  outline: 0;
}

#tos-link {
  color: #3e3e3e;
  text-decoration: underline;
}

.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-default .navbar-nav > li > a {
  color: #fff !important;
  text-decoration: none !important;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #fff !important;
}

.navbar-default {
  background-color: #3e3e3e; !important;
  border: 0;
}

.navbar {
  border-radius: 0 !important;
  margin-bottom: 50px;
  height:53px;
}

.navbar-brand {
  color:#fff !important;
  text-decoration: none !important;
  padding-left:60px;
}

.fa-shield-quartered {
  font-size:50px;
}

#navbar-logo {
  width: 140px;
  height: 35px;
  padding-left:50px;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 18px;
  }
}

.form-control {
  background-color: #f5f5f5 !important;
  border: 1px solid #e0e0e0;
  color: #333;
}

.btn-default {
  background-color: #e0e0e0 !important;
  border:0px;
}
.btn-primary, .btn-primary:active, .btn-primary:focus {
  background-color: #4a90e2 !important;
  border:0px;
}

.btn-primary:hover {
  background-color: #6d6d6d;
  border:0px;
}

.btn-primary[disabled] {
  background-color: #9bb7d9;
}

.container:first {
  margin-top: 50px;
}

.body-container {
    margin-left: 300px;
    min-width: 965px;
}
.logged-in {
  padding-right:100px;
  padding-top:25px;
  margin-bottom:25px;
  padding-bottom:30px;
}

.panel {
  border: 1px solid #ccc;
  background-color: #eee !important;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
  transition: box-shadow 0.3s ease;
}

.panel:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); 
}

.panel-heading header {
  font-size: 18px;
  font-weight: 200;
  display: inline;
}

.panel-primary > .panel-heading {
  color:#fff;
  background-color: #006493 !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-content {
  border: 1px solid #e0e0e0;
  border-radius: 0;
}

.panel-tabs {
  border-top: 0;
}

.panel-content .panel-heading {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

.panel-content .panel-footer {
  border: 0 !important;
}

footer {
  position: relative;
  bottom: 0;
  width: 100vw;
  height: 40px;
  margin-top: -40px;
  padding: 10px;
  background: #f5f5f5;
}

.modal-content, .modal-header, .modal-body, .modal-footer {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif !important;
}

.modal-header {
  border-bottom: 1px solid #e0e0e0;
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}

.modal-footer {
  border-top: 1px solid #e0e0e0;
  border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
}

.modal {
  z-index: 1002;
}

.modal-large {
  width: 60% !important;
}

.error-input {
  border: 1px solid #f20020;
}

.content-container {
  padding-top: 100px;
  margin-left: 50px;
  margin-right: 50px;
}

.btn-default {
  background-color: #fff;
  color: #6d6d6d;
  border-color: #6d6d6d;
}

.btn-default[disabled] {
  background-color: #fff;
}

textarea {
  resize: none;
}

.top-margin {
  margin-top: 20px;
}

.pointer-hover:hover {
  cursor: pointer;
}

.popover-container {
  font-size: 14px;
}

.hidden {
  display: none;
}

.nav-tabs {
  border-bottom: 1px solid #e0e0e0;
}

.nav-tabs a {
  color: #6d6d6d;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #3e3e3e;
  border-bottom: 1px solid #fff;
}

.nav-tabs > li > a:hover {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
}

.table th {
  background-color: #f5f5f5;
}

#text-header {
  color: #3e3e3e;
  font-size: 18px;
}

.pagination > li > a,
.pagination > li > span {
  background-color: #fff;
  border: 1px solid #e0e0e0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  color: #3e3e3e;
}

/* Additional Classes */

.pointer-hover:hover {
  cursor: pointer;
}

.cursor-hover:hover {
  cursor: default;
}

.invisible-option {
  visibility: hidden;
}

.invisible {
  display: none;
}

.cache {
  display: none;
}

.message-exists {
  color: #3e3e3e;
}

.label {
  padding-left: 2px;
  color: #6d6d6d;
}

#message-container:hover .label,
#message-container:hover .message-exists {
  color: #3e3e3e !important;
}

.header-row {
  margin-top: 15px;
}

.radio,
.checkbox {
  min-height: 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  color: #3e3e3e !important;
}

.dropdown-menu {
  background-color: #fff;
}

.dropdown-menu > li > a {
  color: #6d6d6d !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #f5f5f5;
  color: #3e3e3e !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus {
  color: #ffff00 !important;
  background-color: #3e3e3e;
}

.dropdown-menu > .active > a:hover {
color: #fff;
  background-color: #3e3e3e;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #fff;
  color: #3e3e3e !important;
}

.navbar-default .navbar-nav > .active > a:hover {
  background-color: #f5f5f5;
  color: #3e3e3e !important;
}

#table-content {
  margin-top: 20px;
}

.setting-line {
  padding: 1px;
}

.setting-field {
  height: 30px;
  width: 200px;
}

.setting-label,
.setting-options {
  line-height: 2.3em;
}

.nav-side-menu {
  overflow: auto;
  font-family: Verdana,Geneva,sans-serif;;
  font-size: 14px;
  font-weight: 200;
  background-color: #3e3e3e;
  position: fixed;
  top: 0px;
  width: 220px;
  height: 100%;
  color: #a4a5a6;
  z-index:1000;
  border-right:1px solid #000;
  
}
.nav-side-menu .brand {
  background-color: #3e3e3e;
  line-height: 30px;
  display: block;
  text-align: center;
  font-size: 20px;
  padding-top:15px;
  padding-bottom:15px;
  color:#fff;
  font-weight:200;
}
.request-container {
  padding-top:10px;
  padding-bottom:10px;
}
.request-container .btn-primary {
  border:0px;
}

.status-item {
  display:inline;
  padding-left:3px;
  padding-right:3px;
  text-decoration: none
}
.status-item:hover, .normal-status:hover, .red-status:hover, .yellow-status:hover, .blue-status:hover {
  color:#fff;
  text-decoration: none
}
.status-item:active {
  text-decoration: none
}
.suppress-hover:hover {
  cursor:default !important;
  color:#a4a5a6 !important;
}

.nav-side-menu .brand .row {
  font-size:14px;
  font-weight:200;
  margin-right:0px;
  margin-left:0px;
  margin-top:10px;
  margin-bottom:0px;
}
.second-row {
  margin-top:3px !important;
}
.nav-side-menu .brand .row .col-xs-4 {
  padding:0px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
    .collapsed {
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
 }
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #a4a5a6;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #fff;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li a:before,
.nav-side-menu li .sub-menu li a:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 10px;
  padding-top:10px;
  padding-bottom:10px;  
}
.nav-side-menu li a {
  text-decoration: none;
  color: #fff;
  width:100%;
}
.nav-side-menu li a i {
  padding-left: 20px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  background-color: #4f5b69;
  transition: all 1s ease;
}
.nav-side-menu li:hover a {
  color:#fff;
}
.form-control[disabled] {
  background-color: #F0F0F0;
}