/*
 * Skin: Green
 * ----------
 */
.skin-dp {
  background: url(../../img/bg-page-dp.png) no-repeat center center fixed;
  background-size: cover;
  /* General Links */
  /* datasheets styles */
  /* Materialize Form */
  /*Drop Zone*/
  /* SRS public description card */
  /* -------- Widget styles into "box-body" div -------- */
  /* -------- Styles in box widget -------- */
}
.skin-dp #bg-color {
  background-color: #00548e;
  display: none;
}
.skin-dp a {
  color: #00548e;
}
.skin-dp a:hover,
.skin-dp a:active,
.skin-dp a:focus {
  outline: none;
  text-decoration: none;
  color: #0081db;
}
.skin-dp .main-header .header-navbar .sidebar-toggle {
  color: #00548e;
}
.skin-dp .main-header .header-navbar .sidebar-toggle:hover {
  background-color: #004575;
}
@media (max-width: 767px) {
  .skin-dp .main-header .header-navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-dp .main-header .header-navbar .dropdown-menu li a {
    color: #00548e;
  }
  .skin-dp .main-header .header-navbar .dropdown-menu li a:hover {
    background: #004575;
  }
}
.skin-dp .main-header li.user-header {
  background-color: #00548e;
}
.skin-dp .main-header .header-title > h1 {
  color: #00548e;
}
.skin-dp .content-header {
  background: transparent;
}
.skin-dp .content-header .record-history .rh-nav-pills li a:hover,
.skin-dp .content-header .record-history .rh-nav-pills li a:active,
.skin-dp .content-header .record-history .rh-nav-pills li a:focus {
  color: #0081db;
}
.skin-dp .content-header .link-options a.btn-primary {
  color: #fff;
  background-color: #00548e;
  border-color: #004575;
}
.skin-dp .content-header .link-options a.btn-primary:focus,
.skin-dp .content-header .link-options a.btn-primary.focus {
  color: #fff;
  background-color: #00365b;
  border-color: #000000;
}
.skin-dp .content-header .link-options a.btn-primary:hover {
  color: #fff;
  background-color: #00365b;
  border-color: #002137;
}
.skin-dp .content-header .link-options a.btn-primary:active,
.skin-dp .content-header .link-options a.btn-primary.active,
.open > .dropdown-toggle.skin-dp .content-header .link-options a.btn-primary {
  color: #fff;
  background-color: #00365b;
  border-color: #002137;
}
.skin-dp .content-header .link-options a.btn-primary:active:hover,
.skin-dp .content-header .link-options a.btn-primary.active:hover,
.open > .dropdown-toggle.skin-dp .content-header .link-options a.btn-primary:hover,
.skin-dp .content-header .link-options a.btn-primary:active:focus,
.skin-dp .content-header .link-options a.btn-primary.active:focus,
.open > .dropdown-toggle.skin-dp .content-header .link-options a.btn-primary:focus,
.skin-dp .content-header .link-options a.btn-primary:active.focus,
.skin-dp .content-header .link-options a.btn-primary.active.focus,
.open > .dropdown-toggle.skin-dp .content-header .link-options a.btn-primary.focus {
  color: #fff;
  background-color: #002137;
  border-color: #000000;
}
.skin-dp .content-header .link-options a.btn-primary:active,
.skin-dp .content-header .link-options a.btn-primary.active,
.open > .dropdown-toggle.skin-dp .content-header .link-options a.btn-primary {
  background-image: none;
}
.skin-dp .content-header .link-options a.btn-primary.disabled:hover,
.skin-dp .content-header .link-options a.btn-primary[disabled]:hover,
fieldset[disabled] .skin-dp .content-header .link-options a.btn-primary:hover,
.skin-dp .content-header .link-options a.btn-primary.disabled:focus,
.skin-dp .content-header .link-options a.btn-primary[disabled]:focus,
fieldset[disabled] .skin-dp .content-header .link-options a.btn-primary:focus,
.skin-dp .content-header .link-options a.btn-primary.disabled.focus,
.skin-dp .content-header .link-options a.btn-primary[disabled].focus,
fieldset[disabled] .skin-dp .content-header .link-options a.btn-primary.focus {
  background-color: #00548e;
  border-color: #004575;
}
.skin-dp .content-header .link-options a.btn-primary .badge {
  color: #00548e;
  background-color: #fff;
}
.skin-dp .wrapper,
.skin-dp .main-sidebar,
.skin-dp .left-side {
  background-color: transparent;
}
.skin-dp .user-panel > .info,
.skin-dp .user-panel > .info > a {
  color: #444;
}
.skin-dp .sidebar-menu > li {
  transition: border-left-color 0.3s ease;
}
.skin-dp .sidebar-menu > li.header {
  color: #848484;
  background: transparent;
}
.skin-dp .sidebar-menu > li > a {
  font-weight: 600;
}
.skin-dp .sidebar-menu > li:hover > a,
.skin-dp .sidebar-menu > li.active > a {
  color: #000;
  background: transparent;
}
.skin-dp .sidebar-menu > li.active {
  border-left-color: #00548e;
}
.skin-dp .sidebar-menu > li.active > a {
  font-weight: 600;
}
.skin-dp .sidebar-menu > li > .treeview-menu {
  background: transparent;
}
.skin-dp .sidebar a {
  color: #444;
}
.skin-dp .sidebar a:hover {
  text-decoration: none;
}
.skin-dp .treeview-menu > li > a {
  color: #777;
}
.skin-dp .treeview-menu > li.active > a,
.skin-dp .treeview-menu > li > a:hover {
  color: #0098e8;
}
.skin-dp .treeview-menu > li.active > a {
  font-weight: 600;
}
.skin-dp .sidebar-form {
  border-radius: 3px;
  border: 1px solid #d2d6de;
  margin: 10px 10px;
}
.skin-dp .sidebar-form input[type="text"],
.skin-dp .sidebar-form .btn {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid transparent;
  height: 35px;
}
.skin-dp .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-dp .sidebar-form input[type="text"]:focus,
.skin-dp .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-dp .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-dp .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .skin-dp.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    border-left: 1px solid #d2d6de;
  }
}
.skin-dp .wrapper {
  background-color: transparent;
}
.skin-dp .wrapper .content-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  /* fallback color if gradients are not supported */
  /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
  /* For Firefox (3.6 to 15) */
  /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  /* Standard syntax; must be last */
}
.skin-dp .wrapper .content-wrapper:before {
  content: "";
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 84, 142, 0.8), rgba(0, 0, 0, 0));
}
.skin-dp .sidebar-menu > li.active > .treeview-menu {
  border-color: #00548e;
}
.skin-dp .sidebar-menu > li.active > a:before {
  border: 1px solid #00548e;
}
.skin-dp .treeview-menu > li.active > a,
.skin-dp .treeview-menu > li > a:hover {
  color: #00548e;
}
@media (max-width: 767px) {
  .skin-dp .main-footer {
    transform: translate(0, 0);
  }
}
.skin-dp .info-box.info-box-tasks {
  border-left-color: #00548e;
}
.skin-dp .info-box-title {
  color: #00548e;
}
.skin-dp .tasks-prog {
  background-color: #a8dbff;
}
.skin-dp .portal-content .box-header .box-title {
  color: #00548e;
}
.skin-dp .info-box.info-box-tasks {
  border-left-color: #00548e;
}
.skin-dp .info-box-title {
  color: #00548e;
}
.skin-dp .tasks-prog {
  background-color: #a8dbff;
}
.skin-dp .portal-publics .box-header .box-title,
.skin-dp .portal-content .box-header .box-title {
  color: #00548e;
}
.skin-dp .desktop.content table.data > thead > tr > th {
  background-color: #00548e;
}
.skin-dp .sf_admin_list table.table > thead > tr > th {
  vertical-align: bottom;
  background-color: #00548e;
  color: #ffffff;
}
.skin-dp .sf_admin_list table.table > thead > tr > th a {
  color: #ffffff;
}
.skin-dp .sf_admin_list table.table > thead > tr > th a:hover {
  border-bottom: 1px solid #ffffff;
}
.skin-dp.layout-top-nav .main-header > .logo {
  background-color: #00548e;
  color: #fff;
  border-bottom: 0 solid transparent;
}
.skin-dp .article-card .thumbnail .date {
  background: #00548e;
}
.skin-dp .article-card .content-card header h1.title {
  color: #00548e;
}
.skin-dp .article-card .content-card .footer > a {
  color: #ffffff;
}
.skin-dp .article-card .content-card .footer a.learn-btn {
  color: #00548e !important;
  border-color: #00548e;
}
.skin-dp .article-card .content-card .footer a.social-link {
  border-color: #00548e;
  color: #00548e;
  background-color: transparent;
}
.skin-dp .article-card .content-card .footer a.social-link > i {
  color: #00548e;
}
.skin-dp .article-card .content-card .footer a.social-link:hover {
  border-color: #00548e;
  color: transparent;
  background-color: #00548e;
}
.skin-dp .article-card .content-card .footer a.social-link:hover > i {
  color: #ffffff;
}
.skin-dp .article-title > h1 {
  color: #00548e;
}
.skin-dp .article-body .article-footer > a.article-social-link {
  border-color: #00548e;
  color: #00548e;
}
.skin-dp .article-body .article-footer > a.article-social-link > i {
  color: #00548e;
}
.skin-dp .article-body .article-footer > a.article-social-link:hover {
  border-color: #00548e;
  background-color: #00548e;
}
.skin-dp .article-body .article-footer > a.article-social-link:hover > i {
  color: #ffffff;
}
.skin-dp .portal-video-container .portal-video-content {
  /* panel navigation */
  /* panel video player */
}
.skin-dp .portal-video-container .portal-video-content .content-left h3.title {
  color: #00548e;
}
.skin-dp .portal-video-container .portal-video-content .content-left ul.entries li a {
  color: #777777;
}
.skin-dp .portal-video-container .portal-video-content .content-left ul.entries li a:hover {
  color: #00548e;
}
.skin-dp .portal-video-container .portal-video-content .content-left .content-left-select {
  border: 0.0625rem solid #00548e;
  color: #00548e;
}
.skin-dp .portal-video-container .portal-video-content .content-right .content-title h2 {
  color: #00548e;
}
.skin-dp .box.box-skin {
  border-top-color: #00548e;
}
.skin-dp .box.box-solid.box-skin {
  border: 1px solid #00548e;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.skin-dp .box.box-solid.box-skin > .box-header {
  color: #fff;
  background: #00548e;
  background-color: #00548e;
}
.skin-dp .box.box-solid.box-skin > .box-header a,
.skin-dp .box.box-solid.box-skin > .box-header .btn {
  color: #fff;
}
.skin-dp .box-datasheet-widget {
  border-left-color: #00548e;
}
.skin-dp .todo-list .skin {
  border-left-color: #00548e;
}
.skin-dp ul.file-list a {
  color: #00548e;
}
.skin-dp .group textarea:focus ~ label {
  color: #00548e;
}
.skin-dp .group select:focus ~ label {
  color: #00548e;
}
.skin-dp .group label.active {
  color: #00548e;
}
.skin-dp .group span.bar:before,
.skin-dp .bar:after {
  background: #00548e;
}
.skin-dp .dropzone.hover {
  border: 2px solid #00548e;
  color: #00548e;
}
.skin-dp .srs-ticket-card .srs-ticket-head .srs-ticket-title > span {
  color: #00548e;
}
.skin-dp .srs-ticket-card .srs-ticket-body .srs-ticket-label {
  color: #00548e;
}
.skin-dp .bg-skin {
  color: #ffffff !important;
  background-color: #00548e !important;
}
.skin-dp .color-skin {
  color: #00548e !important;
}
.skin-dp .modal-header {
  background-color: #00548e;
}
.skin-dp .modal-module-list .modal-header {
  background-color: #ffffff;
}
.skin-dp .modal-module-list .modal-header .close {
  color: #00548e;
}
.skin-dp .modal-module-list .modal-title {
  color: #00548e;
}
.skin-dp .modal_ajax_form_wrapper .modal_ajax_form_header,
.skin-dp .modal_modules_wrapper .modal_ajax_form_header,
.skin-dp .modal_ajax_form_wrapper .modal_modules_header,
.skin-dp .modal_modules_wrapper .modal_modules_header {
  color: #00548e;
}
.skin-dp div.box-body ul.list_card_unsafe_action li.unsafe_actions {
  border-color: #00548e;
}
.skin-dp div.box-body ul.list-card-skin li.card-skin {
  border-color: #00548e;
}
.skin-dp a.btn-primary,
.skin-dp a.btn-warning,
.skin-dp a.btn-danger,
.skin-dp a.btn-info,
.skin-dp a.btn-success {
  color: #FFFFFF;
}
.skin-dp a.btn-primary:hover,
.skin-dp a.btn-warning:hover,
.skin-dp a.btn-danger:hover,
.skin-dp a.btn-info:hover,
.skin-dp a.btn-success:hover {
  color: #FFFFFF;
}
.skin-dp a.btn-default {
  color: #444444;
}
.skin-dp a.btn-default:hover {
  color: #444444;
}
.skin-dp table.table-skin th {
  background-color: #00548e !important;
}
.skin-dp .pace .pace-progress {
  background: #00548e;
}
.skin-dp .pace .pace-progress-inner {
  box-shadow: 0 0 10px #00548e, 0 0 5px #00548e;
}
.skin-dp .pace .pace-activity:before {
  border-top-color: #00548e;
  border-left-color: #00548e;
}
.skin-dp .toast-message a.tq_mailto_none {
  color: #00548e;
}
.skin-dp .toast-message a.tq_mailto_none:hover,
.skin-dp .toast-message a.tq_mailto_none:active,
.skin-dp .toast-message a.tq_mailto_none:focus {
  outline: none;
  text-decoration: none;
  color: #0081db;
}
.skin-dp fieldset.box-group:hover {
  border: 1px solid #00548e;
}
.skin-dp .nav-tabs-custom .nav-tabs li.active {
  border-top-color: #00548e;
}
.skin-dp span.clickable.active {
  border-bottom-color: #00548e !important;
}
