/*
Template Name: Color Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.6
Version: 2.0.0
Author: Sean Ngu
Website: http://www.seantheme.com/color-admin-v2.0/admin/html/
*/

.navbar-logo,
.coming-soon .brand .logo,
.login .login-header .brand .logo {
    border-color: #4DCACA #31A3A3 #1D8888;
}
.navbar.navbar-inverse .navbar-brand,
.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:focus,
.sidebar .nav > li.active > a:hover,
.page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a,
.page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a,
.page-sidebar-minified .sidebar .nav > li.has-sub.active > a,
.label.label-theme,
.btn.btn-scroll-to-top {
    background: #00acac;
}
.navbar.navbar-inverse .navbar-brand {
    color: #fff !important;
}
.text-theme,
.sidebar .sub-menu > li.active > a:before {
    color: #00acac;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-header {
        background: #00acac;
    }
}


/* Added in v1.5 */

.gradient-enabled .navbar.navbar-inverse .navbar-brand,
.gradient-enabled .sidebar .nav > li.active > a,
.gradient-enabled .sidebar .nav > li.active > a:focus,
.gradient-enabled .sidebar .nav > li.active > a:hover,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active > a,
.gradient-enabled .label.label-theme,
.gradient-enabled .btn.btn-scroll-to-top,
.gradient-enabled .top-menu .nav > li.active > a,
.gradient-enabled .top-menu .nav > li.active > a:focus,
.gradient-enabled .top-menu .nav > li.active > a:hover {
    background: rgb(0,210,210); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGFjYWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,210,210,1) 0%, rgba(0,172,172,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,210,210,1)), color-stop(100%,rgba(0,172,172,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,210,210,1) 0%,rgba(0,172,172,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,210,210,1) 0%,rgba(0,172,172,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,210,210,1) 0%,rgba(0,172,172,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,210,210,1) 0%,rgba(0,172,172,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2d2', endColorstr='#00acac',GradientType=0 ); /* IE6-8 */
}
.pace-progress {
    background: #00acac;
}
.pace .pace-activity {
    border-top-color: #00acac;
    border-left-color: #00acac;
}


/* Added in v1.7 */

.page-with-light-sidebar .sidebar .nav > li.active > a > i {
    color: #00acac;
}
.page-with-light-sidebar .sidebar .nav > li.active > a .badge,
.page-with-light-sidebar .sidebar .nav > li.active > a .label.label-theme {
    background: #00acac;
}


/* Added in v1.9 */

.top-menu .nav > li.active > a,
.top-menu .nav > li.active > a:focus,
.top-menu .nav > li.active > a:hover {
    background: #00acac;
}

/***PROFILE***/

.td-one { width: 1px !important;}
.td-two { width: 1px !important;}

.btn-credit-card {
    margin-top: 25px;
    margin-bottom: 10px;
    background: #00acac !important;
    border-color: #00acac !important;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-credit-card-danger {
    margin-top: 25px;
    margin-bottom: 10px;
    background: #ff5b57 !important;
    border-color: #ff5b57 !important;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-credit-card:hover {
    background: #02b7b7 !important;
}

.table-credit { min-height: 182px;}

.td-credit { border-top: solid 1px #00acac !important;}

.credit-title { margin-bottom: 20px;}

.credit-subtitle { margin-top: 10px !important;}

.seacoast-news { font-size: 18px !important;}

.table.table-profile>tbody>tr>td, .table.table-profile>thead>tr>th, .select-profile { color: #000 !important; font-size: 15px;}

.form-control.input-xs { height: auto;}

.message { font-size: 15px !important; color: #000 !important;}

/***NAV***/

.nav-header { color: #fff !important;}

/***HOME***/

.bold-text { font-weight: bold !important;}

.seacoast-news-text { font-size: 15px !important;}
.seacoast-news-title { font-size: 22px !important;}

.navbar-brand-sitc { width: 330px !important;}

.widget-stats .stats-link a { background: transparent !important;}

.panel-transparent { background-color: transparent !important;}

.margin-guessfeeds { margin-top: 50px;}

.col-data-table {
    padding: 0 !important;
    margin: 0 10px 15px 0px;
    width: 49% !important;
}

.stats-link2 {
    min-height: 30px;
}

.panel-calendar-body {
    background: #00acac !important;
    color: #fff;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #484848 !important;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: rgba(238, 238, 238, 0.33) !important;
    cursor: pointer;
}

.datepicker table tr td span.active.active, .datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover:hover, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover, .open .dropdown-toggle.datepicker table tr td.active:hover {
    background: rgb(0, 119, 119)!important;
    color: #fff!important;
}

.btn-up { border: solid 1px rgba(0, 0, 0, 0.2) !important;}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
     background: rgba(238, 238, 238, 0.33) !important;
}

.datepicker table tr td span:hover { background: rgba(238, 238, 238, 0.33) !important;}

.title-two { font-size: 15px;}

.data-table-two { font-size: 15px !important; color: #000 !important;}

.bg-lightblue { background: rgba(48, 141, 255, 0.72) !important;}

@media (max-width: 1795px){
    .col-data-table {
        padding: 0 !important;
        margin: 10px 0;
        width: 100% !important;
    }

}

@media (max-width: 768px){
    .navbar-brand-sitc { width: 100% !important;}
    .seacoast-news { font-size: 18px !important;}
}

/***MY PROFILE***/

.todolist {
    font-size: 14px !important;
}

.table-2 {
    margin-bottom: 0;
    font-size: 12px;
}

/***INVOICES***/

#detail-invoice {
    max-width: 20px !important;
}

@media (max-width: 992px) {
    #detail-invoice {
        margin: 0 auto !important;
    }
}

@media (max-width: 768px) {
    #detail-invoice {
        margin: 10px 0 !important;
    }
}
