/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

body,
body, button, input, select, textarea,
h1, h2, h3, h4, h5, h6 {
    font-family: 'exo', Arial, sans-serif;
}

.h4, h4 {
    color: #00838C;
}

body {
    line-height: 1.6;
}

body {
  background-color: transparent !important;
}

a, a:active, a:focus {
    color: #0081d3;
    text-decoration: none;
}

a:hover {
    color: #0081d3;
    text-decoration: none;
}

.text-primary {
  color: #1976d2;
}

a.list-group-item, button.list-group-item {
    transition: all 100ms;
}

section#header {
    position: relative;
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: rgba(0,164,166,.1);
}

.color-green {
  color: #00838C;
}

.color-blue {
  color: #1976d2;
}

#header ul, #header ul li, #header ol, #header ol li {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.main-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container {
    width: 1170px;
    padding-left: 0;
    padding-right: 0;
}

.tile .icon {
  color: #00a4a6 !important;
}

/* HOME PAGE */

.tile .title {
    color: #00838C;
    font-weight: 600;
}

.tile .stat {
    color: #00838C;
    font-size: 36px;
    font-weight: 600;
    margin: 10px 0 5px 0;
}

.tile .icon {
    top: 15px;
    right: 22px;
}

.tiles .tile .highlight {
    display: none;
}

.tiles .tile {
    position: relative;
    border: none;
    background-color: rgba(0, 131, 140, 0.06);
    border-bottom: 4px solid rgba(0, 131, 140, 0.1);
    padding: 12px 30px 20px 20px;
    transition: all 150ms;
}

.tiles .tile:hover {
    background-color: rgba(0, 131, 140, 0.1);
}

.tiles .tile:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: calc(100% + 5px);
    background-color: #fff;
    z-index: 2;
}

.tiles .tile:last-child {
    border: none;
    border-bottom: 4px solid rgba(0, 131, 140, 0.1);
}

.home-kb-search .form-control {
    color: #00a4a6;
    padding-left: 60px;
    border-color: rgba(0, 164, 166, 0.12);
    box-shadow: 1px 1px 0px 1px rgba(0, 164, 166, 0.12);
    margin: -8px 0;
}

.home-kb-search .form-control::placeholder {
    color: rgba(0, 164, 166, 0.7);
    opacity: 1;
}

.home-kb-search .form-control:-ms-input-placeholder {
    color: rgba(0, 164, 166, 0.7);
}

.home-kb-search .form-control::-ms-input-placeholder {
    color: rgba(0, 164, 166, 0.7);
}

.home-kb-search .form-control:active,
.home-kb-search .form-control:focus {
    border-color: rgba(0, 164, 166, 0.22);
    box-shadow: 2px 2px 0px 1px rgba(0, 164, 166, 0.22);
}

.home-kb-search i {
    color: rgba(0, 164, 166, 0.5);
}

.home-kb-search i {
    font-size: 22px;
    margin-top: -25px;
}

/* TOP MAIN */

.label {
    font-weight: 600;
    padding: 5px 10px;
    transition: all 150ms;
}

.label-info {
  background-color: #00838C !important;
}

.label-success {
    background-color: #00838C;
}

.requestor-type-operator {
  background-color: #1976d2;
}

.requestor-type-owner {
  background-color: #00838C;
}

section#main-menu {
  background-color: transparent;
}

.navbar-main {
  background-color: #00838C;
  border-radius: 0px;
}

.navbar-main li.account {
  background-color: #00a4a6;
}

.navbar-main .navbar-nav > .active > a, .navbar-main .navbar-nav > .active > a:focus, .navbar-main .navbar-nav > .active > a:hover, .navbar-main .navbar-nav > .open > a, .navbar-main .navbar-nav > .open > a:focus, .navbar-main .navbar-nav > .open > a:hover, .navbar-main .navbar-nav > li > a:focus, .navbar-main .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #00a4a6;
}

ul.top-nav > li > a {
  color: #00838C;
}

ul.top-nav>li:active>a,
ul.top-nav>li:focus>a,
ul.top-nav>li:hover>a,
ul.top-nav>li>a:focus {
  color:#00a4a6;
  text-decoration:none;
}

ul.top-nav > li.primary-action > a.btn {
  background-color: #00838C !important;
}

ul.top-nav > li.primary-action > a.btn:hover {
  background-color: #00a4a6 !important;
}

.dropdown-menu > li > a {
  color: #00838C;
  padding: 4px 20px;
}

.dropdown-menu > li > a:focus,
.navbar-main .dropdown-menu > li > a:hover {
    background-color: rgba(0,164,166,.1) !important;
    color: #00838C !important;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: rgba(0,164,166,.1) !important;
    color: #00838C !important;
}

.language-popover {
  background-color: rgba(0,164,166,.98);
  border-radius: 0 0 6px 6px;
  border: 1px solid rgba(0,164,166,.98);
  margin-left: 10px;
  max-width: 200px;
}

.language-popover.popover.bottom > .arrow::after {
  border-bottom-color: rgba(0,164,166,.98);
}

.popover.bottom > .arrow {
  border-bottom-color: rgba(0,164,166,.98);
}

.language-popover .popover-content li a {
  color: #fff;
  font-size: 15px;
}

.status-active, .status-completed, .status-open {
  color: #00838C;
  border-color: #00838C;
}

.status-grace, .status-pending-registration, .status-redemption {
  color: #f89406;
  border-color: #f89406;
}

.form-control {
  margin-bottom: 10px;
  color: #00838C;
}

#order-standard_cart .domain-selection-options .option {
    margin-bottom: 10px !important;
    background-color: rgba(0,164,166,.1) !important;
}

#order-standard_cart .field-icon i {
  color: #00838C !important;
}

#order-standard_cart label, #order-standard_cart p.domain-renewal-desc {
  color: #00838C !important;
}

#order-standard_cart .sub-heading span, #order-standard_cart .sub-heading-borderless span {
  color: #00838C !important;
}

#order-standard_cart .sub-heading {
  border-top: 1px solid #00838C !important;
}

#order-standard_cart .panel-addon .panel-price {
  background-color: rgba(240, 173, 78, 0.09) !important;
  color: #f0ad4e;
}

.panel-body {
  border-color: rgba(0, 164, 166, 0.3);
  background-color: rgba(0, 164, 166, 0.01);
  border-bottom: 4px solid rgba(0, 164, 166, 0.1);
}

#order-standard_cart .panel-addon-selected {
  border-color: rgba(0, 164, 166, 0.3) !important;
}

#order-standard_cart .panel-addon .panel-add {
  background-color: #00838C !important;
}


#order-standard_cart .order-summary {
border-bottom: 3px solid #00838C !important;
background-color: transparent !important;
}

#order-standard_cart .order-summary h2{
background-image: linear-gradient(to left, #00838C 0%, #00a4a6 100%) !important;
}

#order-standard_cart .order-summary .summary-totals {
  border-top: 1px solid rgba(0, 164, 166, 0.3) !important;
  border-bottom: 1px solid rgba(0, 164, 166, 0.3) !important;
}

#order-standard_cart .order-summary .subtotal {
  border-bottom: 1px solid rgba(0, 164, 166, 0.3) !important;
}

#order-standard_cart .order-summary .bordered-totals {
  border-bottom: 1px solid rgba(0, 164, 166, 0.3) !important;
}

#order-standard_cart .order-summary .btn-continue-shopping {
  color: #fff !important;
  border-color: eea236;
  background: #eea236;
  margin: 10px;
  text-decoration: none;
}

#order-standard_cart .order-summary .btn-continue-shopping.active,
#order-standard_cart .order-summary .btn-continue-shopping:hover,
#order-standard_cart .order-summary .btn-continue-shopping:active,
.open > .dropdown-toggle.btn-continue-shopping {
    border-color: #df8a13;
    background: linear-gradient(to right, #df8a13 0%, #ec971f 100%);
    text-decoration: none;
}

#order-standard_cart .view-cart-items-header {
    background-image: linear-gradient(to left, #00838C 0%, #00a4a6 100%) !important;
    border-radius: 0 0 0 0 !important;
}

#order-standard_cart .empty-cart .btn {
    background-image: linear-gradient(to left, #00838C 0%, #00a4a6 100%) !important;
}

#order-standard_cart .summary-container {
background-color: rgba(0, 164, 166, 0.06) !important;
border-radius: 0 0 3px 3px !important;
}

#order-standard_cart .view-cart-items .item:nth-child(2n) {
    background-color: rgba(0,164,166,.1) !important;
}

#order-standard_cart .view-cart-items .item {
  background-color: rgba(0,164,166,.02) !important;
}

#order-standard_cart .view-cart-items {
  border-bottom: 2px solid #00838C !important;
}

#order-standard_cart .view-cart-tabs .nav-tabs a[aria-expanded="true"] {
  border-color: rgba(0, 164, 166, 0.1) !important;
  background-color: rgba(0, 164, 166, 0.06) !important;
}

#order-standard_cart .view-cart-tabs .tab-content {
  background-color: rgba(0, 164, 166, 0.1) !important;
}

#order-standard_cart .field, #order-standard_cart .form-control {
  border: 1px solid rgba(0, 164, 166, 0.2) !important;
  background-color: rgba(0, 164, 166, 0.1) !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: rgba(0, 164, 166, 0.05);
}

.nav-tabs {
    border-bottom: 1px solid rgba(0, 164, 166, 0.1);
}

.nav-tabs > li > a {
    transition: all 150ms;
    border-color: rgba(0, 164, 166, 0.1) !important;
    border-radius: 0px !important;
    border-bottom: none !important;
}

.nav-tabs>li>a:hover {
    border-color: rgba(0, 164, 166, 0.1) !important;
    border-bottom: none !important;
    color: #00838C;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #00838C;
    background-color: rgba(0, 164, 166, 0.1) !important;
    border-color: rgba(0, 164, 166, 0.1) !important;
    border-radius: 0px !important;
    border-bottom: none !important;
}

.alert-success {
    background-color: rgba(0, 164, 166, 0.1) !important;
    color: #00838C !important;
    border-color: rgba(0, 164, 166, 0.4) !important;
}

.popover-user-notifications ul li i.far.fa-check-circle, .popover-user-notifications ul li i.fas.fa-check-circle {
  color: #00a4a6 !important;
}

.input-group-addon {
    background-color: #fff;
}

.input-group-addon:first-child {
    border-right-color: currentcolor;
    border-color: rgba(0, 164, 166, 0.2);
    -webkit-box-shadow: 1px 1px 0px 1px rgba(0, 164, 166, 0.12);
    box-shadow: 1px 1px 0px 1px rgba(0, 164, 166, 0.12);
}

.spotlight-tld {
  background-color: rgba(0, 164, 166, 0.08) !important;
  border: 1px solid rgba(0, 164, 166, 0.06) !important;
  border-radius: 2px !important;
  color: #00838C !important;
}

.spotlight-tlds {
  background-color: rgba(0, 164, 166, 0.06) !important;
  border-bottom: 4px solid rgba(0, 164, 166, 0.1) !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

.spotlight-tld .btn:not(.domain-contact-support) {
    background: linear-gradient(to right, #00a4a6 0%, #00838C 100%);
    border-color: #00838C !important;
    color: #fff;
}

.spotlight-tld .btn:not(.domain-contact-support):hover {
    border-color: #00838C;
    background: linear-gradient(to right, #00838C 0%, #00a4a6 100%);
}

.spotlight-tld-hot {
    transform: none !important;
    -webkit-transform: none !important;
    top: 5px !important;
    right: 0px !important;
    background-color: #1976d2 !important;
}

#order-standard_cart .domain-checker-available {
  color: #00838C !important;
  background-color: rgba(0,164,166,.1);
  border-bottom: 3px solid rgba(0,164,166,.3);
}

.product-desc .type,
#order-standard_cart .product-info .type {
    display: none;
}

#order-standard_cart .product-info {
  background-color: rgba(0, 164, 166, 0.06) !important;
  border-top: none !important;
  border-bottom: 4px solid rgba(0, 164, 166, 0.1) !important;
}

#order-standard_cart .product-info .product-title {
    margin: 5px !important;
    color: #00838C;
}

.tld-filters a.badge-secondary {
  background-color: #1976d2;
}

.tld-filters a.badge-success {
  background-color: #00838C;
}

.tld-filters a.badge-secondary[href]:focus,
.tld-filters a.badge-secondary[href]:hover {
 background-color: #1695e6;
}

.domain-renewals {
  border-top: 4px solid rgba(0,164,166,.08) !important;
  background-color: rgba(0,164,166,.05) !important;
}

.domain-renewals .domain-renewal {
  border-bottom: 1px solid #00a4a6 !important;
}

.domain-renewals .domain-renewal:nth-child(2n) {
  background-color: rgba(0,164,166,.09) !important;
}

.domain-pricing .tld-pricing-header div:nth-child(2n+1) {
  border-color: #00838C !important;
  background-color: rgba(0, 164, 166, 0.09) !important;
}

.domain-pricing .tld-pricing-header .col-sm-2, .domain-pricing .tld-pricing-header .col-sm-4, .domain-pricing .tld-pricing-header .col-xs-2, .domain-pricing .tld-pricing-header .col-xs-4 {
    border: none;
    border-bottom: 1px solid rgba(0, 164, 166, 0.1);
    background-color: #fff;
    font-weight: 600;
    font-size: 16px;
    color: #00838C;
}

.domain-pricing .two-row-center {
  border-right: 2px solid #00a4a6 !important;
}

.domain-pricing .tld-row.highlighted {
  background: rgba(0, 164, 166, 0.1) !important;
  border: none !important;
}

.domain-checker-container {
    background: transparent !important;
}

.domain-checker-bg {
  background-image: none !important;
  background-color: rgba(0, 164, 166, 0.4) !important;
}

.domain-promo-box {
    border-bottom: 4px solid rgba(0, 164, 166, 0.1) !important;
    padding: 12px 30px 20px 20px !important;
    transition: all 150ms !important;
    background-color: rgba(0, 164, 166, 0.06) !important;
    border-bottom: 4px solid rgba(0, 164, 166, 0.1);
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #00a4a6 !important;
    min-height: 200px;
}

.domain-pricing .tld-pricing-header .tld-column {
  padding-bottom: 10px !important;
  color: #00838C;
  font-size: 16px;
  font-weight: 700;
}

/* ORDER */

#order-standard_cart .products .product header {
    font-size: 1.2em;
    background: rgba(0, 164, 166, 0.06) !important;
    background-color: rgba(0, 164, 166, 0.06) !important;
    box-shadow: none;
    height: auto;
}

#order-standard_cart .products .product footer {
  color: #00838C;
  background-color: rgba(0, 164, 166, 0.06);
  font-weight: 600;
  padding: 10px;
  box-shadow: -10px -10px 0px 0px rgba(0,164,166,.1);
}

#order-standard_cart .products .product {
    background-color: rgba(0, 164, 166, 0.06) !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 4px solid rgba(0, 164, 166, 0.1) !important;
}

#order-standard_cart .products .product header span {
    color: #00838C !important;
}

/* OTHER */
.verification-banner {
  background-color: rgba(254,220,69,.7);
  border-bottom: 1px solid #eee;
  color: #333;
}

/* BTN */
.btn-success {
  background-color: #00838C;
  border-color: #00a4a6;
}

.btn.btn-success {
    background: linear-gradient(to right, #00838C 0%, #00a4a6 100%);
    border-color: #00838C;
    transition: color 250ms, background-color 250ms, border-color 250ms;
}

.btn-success.active,
.btn-success:hover,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    border-color: #00838C;
    background: linear-gradient(to right, #00a4a6 0%, #00838C 100%);
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    border-color: #00838C;
    background: linear-gradient(to right, #00a4a6 0%, #00838C 100%);
}

.btn-default {
    color: #00838C;
    border-color: rgba(0, 164, 166, 0.4);
    transition: all 150ms;
}

.btn-default:hover {
    color: #00838C;
    background: #fff;
    border-color: #00838C;
}

.btn-default.focus,
.btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover,
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    background-color: #fff;
    border-color: rgba(0, 164, 166, 0.4);
    color: #00838C;
}

.btn-primary {
    background: linear-gradient(to right, #00a4a6 0%, #00838C 100%);
    border-color: #00838C;
}

.btn-primary:hover {
    border-color: #00838C;
    background: linear-gradient(to right, #00838C 0%, #00a4a6 100%);
}

.btn-primary:active {
    border-color: #00838C;
    background: linear-gradient(to right, #00838C 0%, #00a4a6 100%);
}

.btn-primary.focus,
.btn-primary:focus,
.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 {
    border-color: #00838C;
    background: linear-gradient(to right, #00838C 0%, #00a4a6 100%);
}

/* TABLE LIST */

.dataTables_wrapper .dataTables_length {
  background-color: rgba(0,164,166,.1);
  font-size: 1em;
  color: #00838C;
}

.dataTables_wrapper .dataTables_info {
    background: linear-gradient(to right, #00838C 0%, #00a4a6 100%);
}

.dataTables_wrapper .dataTables_filter label .form-control {
    border-radius: 150px;
}

.dataTables_wrapper .dataTables_length label .form-control {
  margin: 5px;
}

.dataTables_wrapper table.table-list thead th {
    border-bottom: 4px solid #00838C;
    color: #00838C;
    font-weight: 700;
}

.dataTables_wrapper table.table-list thead th:nth-child(2n) {
    border-bottom: 4px solid #00a4a6;
}

div.dataTables_wrapper div.dataTables_filter input,
.dataTables_wrapper .dataTables_filter label .form-control {
    border: none;
    transition: all 150ms;
}

.dataTables_wrapper table.table-list thead th.sorting_asc,
.dataTables_wrapper table.table-list thead th.sorting_desc {
    background-color: rgba(0,164,166,.1);
}

div.dataTables_wrapper div.dataTables_filter input:active,
div.dataTables_wrapper div.dataTables_filter input:focus,
.dataTables_wrapper .dataTables_filter label .form-control:active,
.dataTables_wrapper .dataTables_filter label .form-control:focus {
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
}

.pagination > li > a, .pagination > li > span {
  border: 1px solid #00838C !important;
}

.pagination > li > a, .pagination > li > span {
  color: #00838C;
}

.pagination > li:first-child > a {
  color: #00838C;
}

.pagination > .disabled > a {
  color: #00838C;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #00838C;
  border-color: #00838C;
}

table.table-list tbody td {
    color: #00838C;
    padding: 12px;
    font-size: 1em;
    transition: all 150ms;
}

.table-list > tbody > tr:nth-child(2n) > td {
    background-color: #fff;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid rgba(0, 164, 166, 0.15);
    border-bottom: 2px solid rgba(0, 164, 166, 0.1);
}

table.table-list tbody tr:hover td {
    background-color: rgba(0, 164, 166, 0.05);
}

div.header-lined h1 {
    background: -webkit-linear-gradient(0deg,#00838C 0,#00a4a6 35%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00838C !important;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 190, 188, 0.3);
    color: #00838C !important;
}

div.header-lined .breadcrumb li a {
    color: #00838C;
}

div.header-lined .breadcrumb > .active {
    color: #00a4a6;
}

/* TICKET */

.ticket-reply .user {
  background-color: rgba(0, 164, 166, 0.1);
}

.ticket-reply {
  border: 1px solid rgba(0, 164, 166 0.3);
}

.md-editor .md-footer, .md-editor > .md-header {
  background: rgba(0, 164, 166 0.1);
}

.md-editor > .btn-toolbar {
  background-color: rgba(0, 164, 166 0.1) !important
}

.md-editor {
  border: 1px solid #00838C;
}

div.md-editor.active {
  border: 1px solid rgba(0,164,166,.5);
}

.markdown-editor-status {
  color: #00838C;
}

.md-editor .md-controls .md-control {
  color: #00838C;
}

.md-editor > .md-preview, .md-editor > textarea.markdown-editor {
  border-top: 1px solid #00838C !important;
  border-bottom: 1px solid #00838C !important;
}

.md-editor.md-fullscreen-mode .btn {
  color: #00838C;
}

.md-editor.md-fullscreen-mode .md-fullscreen-controls a {
  color: #00838C;
}

.md-editor > .btn-toolbar {
  background-color: rgba(0, 164, 166, 0.1) !important
}

.md-editor .md-footer, .md-editor > .md-header {
  background: rgba(0, 164, 166, 0.1);
}

.panel {
    font-size: 1em;
    line-height: 1.5;
}

.panel.panel-accent-red {
    border: none;
    border-bottom: 3px solid rgba(217, 83, 79, 0.2);
    background-color: rgba(217, 83, 79, 0.04);
}

.panel.panel-accent-red .panel-title {
    color: rgba(217, 83, 79, 1);
}

.panel.panel-accent-midnight-blue {
    border: none;
    border-bottom: 3px solid rgba(44, 62, 80, 0.2);
    background-color: rgba(44, 62, 80, 0.04);
}

.panel.panel-accent-midnight-blue .panel-title {
    color: rgba(44, 62, 80, 1);
}

.panel.panel-accent-gold {
    border: none;
    border-bottom: 3px solid rgba(240, 173, 78, 0.2);
    background-color: rgba(240, 173, 78, 0.04);
}

.panel.panel-accent-gold .panel-title {
    color: rgba(240, 173, 78, 1);
}

.panel.panel-accent-blue {
    border: none;
    border-bottom: 3px solid rgba(91, 192, 222, 0.2);
    background-color: rgba(91, 192, 222, 0.04);
}

.panel.panel-accent-blue .panel-title {
    color: rgba(91, 192, 222, 1);
}

.panel.panel-accent-emerald {
    border: none;
    border-bottom: 3px solid rgba(46, 204, 113, 0.2);
    background-color: rgba(46, 204, 113, 0.04);
}

.panel.panel-accent-emerald .panel-title {
    color: #00bebc;
}

.panel.panel-accent-teal {
    border: none;
    border-bottom: 3px solid rgba(0, 171, 169, 0.2);
    background-color: rgba(0, 171, 169, 0.04);
}

.panel.panel-accent-teal .panel-title {
    color: rgba(0, 171, 169, 1);
}

.panel.panel-accent-asbestos {
    border: none;
    border-bottom: 3px solid rgba(127, 140, 41, 0.2);
    background-color: rgba(127, 140, 41, 0.04);
}

.panel.panel-accent-asbestos .panel-title {
    color: rgba(127, 140, 41, 1);
}

.client-home-panels .panel > .panel-heading .panel-title .btn:hover {
    color: #333;
    background-color: #1976d2;
    color: #fff;
}

.client-home-panels .panel > .panel-heading .panel-title .btn:active,
.client-home-panels .panel > .panel-heading .panel-title .btn:focus {
    color: #fff;
}

.client-home-panels .panel > .list-group .list-group-item {
    padding: 12px;
}

.client-home-panels .panel > .panel-heading {
    background: transparent;
    color: #fff;
}

.client-home-panels .panel > .panel-heading .panel-title {
    margin: 8px 0 10px 0;
}

.client-home-panels .panel > .panel-heading .panel-title .btn {
    padding: 8px 10px;
    margin-top: -8px;
    transition: all 150ms;
}

.sidebar {
    z-index: 1;
}

.panel-sidebar {
    position: relative;
    margin: 5px 0 15px 0;
    padding: 30px 20px 20px 20px;
    background-color: transparent;
    border: none;
}

.panel-sidebar::before {
    content: '';
    background-color: rgba(0,164,166,.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.panel-sidebar::after {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 30px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 50px);
    z-index: -1;
}

.panel-sidebar .panel-heading {
    position: relative;
    z-index: 2;
}

.panel-sidebar .panel-heading::after {
    content: '';
    position: absolute;
    top: -15px;
    left: 20px;
    width: calc(100% - 40px);
    height: 15px;
    background-color: #00838C;
    transform: skew(50deg);
    z-index: 3;
    box-shadow: -15px 10px 0px 0px rgba(0,164,166,.2);
}

.panel-sidebar > .panel-heading {
    background-color: #fff;
}

.panel-heading i.fab, .panel-heading i.fal, .panel-heading i.far, .panel-heading i.fas {
    margin-right: 5px;
}

.panel-sidebar > .panel-footer {
  background-color: rgba(0, 164, 166, 0.2) !important;
}

.panel-sidebar a.list-group-item.active,
.panel-sidebar a.list-group-item.active:focus,
.panel-sidebar a.list-group-item.active:hover {
    background: linear-gradient(to right, #00838C 0%, #00b7ba 100%);
    border-color: transparent;
}

.panel-sidebar a.list-group-item.active i,
.panel-sidebar a.list-group-item.active:focus i,
.panel-sidebar a.list-group-item.active:hover i {
    color: #fff !important;
}

.panel-sidebar.view-filter-btns .list-group-item.active,
.panel-sidebar.view-filter-btns .list-group-item.active:focus,
.panel-sidebar.view-filter-btns .list-group-item.active:hover {
    color: #fff;
}

.panel-sidebar .panel-minimise {
    color: #00bebc;
}

.panel-sidebar > .panel-heading,
.panel-default.panel-sidebar > .panel-heading {
    background: #fff;
}

.panel-sidebar .panel-title {
    color: #00838C;
    font-weight: 600;
}

.panel-info > .panel-heading {
    color: #00838C;
    border: none;
    background-color: rgba(0, 164, 166, 0.1);
}

.panel-default > .panel-heading {
    background: linear-gradient(to right, #00838C 0%, #00b7ba 100%);
    color: #fff;
}

.panel-default {
  border-color: rgba(0, 164, 166, 0.1);
}

@media (max-width: 1400px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .btn-group-sm > .btn, .btn-sm {
        font-size: 10px !important;
    }

    .dataTables_filter {
        display: none;
    }

    #main-menu .navbar-nav,
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .container {
        width: calc(100% - 20px) !important;
    }

    .nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 1650px) {
    #header .menu-container .motto {
        display: none;
    }
}
