.nav.nav-tabs.custom{
	padding-top: 8px;
	text-align: center;
	font-size: 20px;
	border-bottom: none;
}


.navbar-inverse .nav .active>a, .navbar-inverse .nav .active>a:hover, .navbar-inverse .nav .active>a:focus {
	color: #5F5F5F;
	background-color: #E7E7E7;	
}

/*.row-fluid [class*="span"]:nth-child(5n+1) {
   margin-left: 0;
}*/

body {
    color: #868686;
    /*background: rgb(143, 184, 81) url('../img/texture.png');*/
    background-color: #F8F8F8;
}

a, a:hover {
    text-shadow: none !important;
    color: #f19300;
}
ul.faq-list li a:hover, ul.faq-list li a.active{
    background: #22C0CB;
}
#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-user-dropdown {
    color: #999;
}

#header .navbar-inner .nav #header-user-dropdown:hover, .navbar-inner .nav .dropdown.open #header-user-dropdown {
    background-color: rgba(0,0,0,0.1) !important;
}

#header-user-dropdown .caret, #header-user-dropdown:hover .caret, .dropdown.open #header-user-dropdown .caret{
    border-top-color: #999;
    border-bottom-color: #999;
}

#header.navbar-inverse .divider-vertical {
    border-left-color: #2c2d2f;
    border-right-color: #181a1b;
}

#sidebar{
    background-color: #fff;
}

#sidebar > ul > li > a {
    color: #2D2D2D !important;
}

#sidebar > ul > li a i {
    color: #2D2D2D !important;
}

#sidebar > ul > li >a:hover, #sidebar > ul > li:hover>a {
    color: #2D2D2D !important;
}

#sidebar > ul > li.active > a{
    /*background: url("../img/side-bar-list-bg.png");*/
    background-color: #FFEFD6;
}

#sidebar > ul > li > ul.sub > li > a {
    /*color: #2D2D2D !important;*/
    color: #707070 !important;
    background: #f4f4f4;
}

#sidebar > ul > li.active a i {
    color: #F19300 !important;
}

.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 #f19300;*/
}

#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 #2f8e95;
}

.chats li.in .message .arrow {
    border-right: 8px solid #2f8e95;
}

.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 {
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
    }

    #sidebar > ul > li > a {
        border-bottom: 1px solid #868686 !important;
    }

    #sidebar > ul > li.active > a, #sidebar > ul > li:hover > a, #sidebar > ul > li > a:hover {
        border-bottom: 1px solid #868686 !important;
    }
}

/*----*/

/*lock*/

.lock-avatar-row, .lock-form-row .tarquoise  {
    background: #30c1cb;
}

.lock-avatar-row img {
    border:10px solid #5aced6;
}

.lock-identity span {
    color:#30c1cb;;
}

.lock-form-row .tarquoise {
    border:1px solid #30c1cb !important;
}

/*coming soon*/

.coming-soon .input-append .submit-btn {
    background: #2fbfca;
    color: #195e63;
}

.twt-color , .twt-color:hover, .blog .date .day{
    color: #2fbfca !important;
}

ul.social-link li a:hover, .blog .date .month {
    background: #2fbfca;
}


/*blog*/

.blog .date {
    border: 1px solid #2fc0ca;
}

.blog ul li a:hover, .blog-side-bar ul li a:hover { color: #2fc0ca; text-decoration: none;}

.blog .btn:hover {
    background: #2fc0ca;
}

.blog-side-bar ul.tag li a {
    background: #2fc0ca;
}

/*invoice-list*/


.invoice-list h5 {
    color: #2fc0ca;
}

/*about us*/

.about-us h4, .team-member h3, .team-member ul li a:hover, .contact-us h4 {
    color: #2badb6;
}
