




body {
    color: #333;
    background: #033152;
    padding-top: 60px !important;
}

a, a:hover {
    text-shadow: none !important;
    color: #999;
}
ul.faq-list li a:hover, ul.faq-list li a.active{
    background: #19488e;
}
.navbar-inverse .brand, .navbar-inverse .nav>li>a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
#header.navbar-inverse .navbar-inner {
    background: #000000 !important;
    box-shadow: 1px 3px 7px rgb(0 0 0 / 34%);
}
#header .navbar-inner .nav .dropdown-toggle:hover, .navbar-inner .nav .dropdown.open .dropdown-toggle {
    background-color:transparent !important;
}

#header.navbar-inverse .divider-vertical {
    border-left-color: #000F27;
    border-right-color: #002864;
}
#sidebar {
    margin-top: 5em;
}








#sidebar > ul > li > a {
    color: #fff!important;
    border-bottom: 1px solid rgb(12, 21, 43)!IMPORTANT;
    border-top: 1px solid rgba(245, 245, 245, 0.58)!IMPORTANT;
    text-transform: capitalize;
    font-size: 14px!important;
    margin-top: 0px;
    PADDING: 0px 23px 3px 17px!important;
    FONT-WEIGHT: 500;
    letter-spacing: 0.3px;
    transition-duration: 0.6s;
}

#sidebar > ul > li a i {
    color: #fff !important;
}

#sidebar > ul > li >a:hover, #sidebar > ul > li:hover>a {
    color: #fff !important;
    background: #f38736;
    padding-left: 10px !important;
    transition-duration: 0.6s;
}

#sidebar > ul > li.active > a {
    background: url(../img/side-bar-list-bg.png);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#sidebar > ul > li > ul.sub > li > a {
    color: rgba(243, 240, 240, 0.82)!IMPORTANT;
    padding: 10px 50px!IMPORTANT;
    font-size: 14px!IMPORTANT;
    color: #f5f7fa!IMPORTANT;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18)!IMPORTANT;
    /* font-family: 'Hind', sans-serif!IMPORTANT; */
    font-weight: 500!IMPORTANT;
}
#sidebar > ul > li > ul.sub > li > a:hover , #sidebar > ul > li > ul.sub > li.active a{
    color: #fff;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background-color: #EEEEEE;
    background-image: none;
    color: #333333;
    filter: none;
    text-decoration: none;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 10px;
    clear: both;
    font-weight: normal;
    line-height: 17px;
    color: #333;
    white-space: nowrap;
    margin: 0px;
}
.dropdown-menu>li>a:hover {
    background: #f38736;
    color: #fff;
}
.dropdown-menu>li>a i {
    padding-right: 10px;
}

/*#sidebar > ul > li > ul.sub > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    border-top: 1px solid #eaeaea;
}*/

#sidebar > ul > li > ul.sub > li:last-child {
    border-bottom:none;
}

.chats li.out .name {
    color: #b14c4c;
}

.chats li.in .message {
    border-left: 2px solid #19488e;
}

.chats li.in .message .arrow {
    border-right: 8px solid #19488e;
}

.chats li.out .message .arrow {
    border-left: 8px solid #b14c4c;
}

.chats li.out .message {
    border-right: 2px solid #b14c4c;
}

/* Landscape phone to portrait tablet */
@media (max-width:979px) {
    #sidebar {
        background-color:#043d63 !important;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
    }

    #sidebar > ul > li > a {
        border-bottom: 0px solid #1f2d3b !important;
    }

    #sidebar > ul > li.active > a, #sidebar > ul > li:hover > a, #sidebar > ul > li > a:hover {
        border-bottom: 0px solid #1f2d3b !important;
    }
}

/*----*/

/*lock*/

.lock-avatar-row, .lock-form-row .tarquoise  {
    background: #19488e;
}


.lock-identity span {
    color:#19488e;;
}

.lock-form-row .tarquoise {
    border:1px solid #19488e !important;
}

/*coming soon*/

.coming-soon .input-append .submit-btn {
    background: #19488e;
    color: #102D58;
}

.twt-color , .twt-color:hover, .blog .date .day{
    color: #19488e !important;
}

ul.social-link li a:hover, .blog .date .month {
    background: #19488e;
}


/*blog*/

.blog .date {
    border: 1px solid #19488e;
}

.blog ul li a:hover, .blog-side-bar ul li a:hover { color: #19488e; text-decoration: none;}

.blog .btn:hover {
    background: #19488e;
}

.blog-side-bar ul.tag li a, .inbox-compose-btn button:hover, .btn.colored, .inbox .inbox-header {
    background: #19488e;
}

/*invoice-list*/
#sidebar > ul > li a i {
    color: #fff !important;
}

#sidebar > ul > li a i {
         color: #eaeaea;
    padding-right: 0;
    font-size: 17px;
}

.invoice-list h5 {
    color: #19488e;
}

/*about us*/

.about-us h4, .team-member h3, .team-member ul li a:hover, .contact-us h4, .news h1 {
    color: #19488e;
}

/*form */
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border:1px solid #19488e;
}
@media(max-width:768px){
    body {
    color: #333;
    background: #f5f5f5;
    padding-top: 0px !important;
}
}