body {
    color: #868686;
    background: #ab0605 url(../img/bg-navy-blue.jpg) !important;
}
#main-content {
    box-shadow: 0 0 10px #102D58;
    -moz-box-shadow: 0 0 10px #102D58;
    -webkit-box-shadow:0 0 10px #102D58 ;
}
a, a:hover {
    text-shadow: none !important;
    color: #999;
}
ul.faq-list li a:hover, ul.faq-list li a.active{
    background: #19488e;
}
#header.navbar-inverse .navbar-inner {
    background:#fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e4e4e',endColorstr='#4e4e4e',GradientType=0)
    border-width: 0;
}

#header .navbar-inner .nav .dropdown-toggle:hover, .navbar-inner .nav .dropdown.open .dropdown-toggle {
    background-color: #333 !important;
}

#header.navbar-inverse .divider-vertical {
    border-left-color: #000F27;
    border-right-color: #002864;
}

#sidebar > ul > li > a {
    color: #D9FFE3 !important;
}

#sidebar > ul > li a i {
    color: #fff !important;
}

#sidebar > ul > li >a:hover, #sidebar > ul > li:hover>a {
    color: #fff !important;
    background: url("../img/side-bar-list-bg.png");
}

#sidebar > ul > li.active > a{
    background: url("../img/side-bar-list-bg.png");
}

#sidebar > ul > li > ul.sub > li > a {
    color: #BEC2C5;
}

#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;
}

#sidebar > ul > li > ul.sub > li {
    border-bottom: 1px solid #1E3310;
}

#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: #19488e !important;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
    }

    #sidebar > ul > li > a {
        border-bottom: 1px solid #1f2d3b !important;
    }

    #sidebar > ul > li.active > a, #sidebar > ul > li:hover > a, #sidebar > ul > li > a:hover {
        border-bottom: 1px solid #1f2d3b !important;
    }
}

/*----*/

/*lock*/

.lock-avatar-row, .lock-form-row .tarquoise  {
    background: #137211;
}


.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*/


.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;
}

