﻿
nav {
    background-color: #3598DC;
}

.nav li li a:hover, .nav li li a.active {
    background-color: #2F86C2 !important;
    border: 1px solid #3673C2;
    -moz-box-shadow: 1px 1px 5px 0px #3B66A9;
    -webkit-box-shadow: 1px 1px 5px 0px #3B66A9;
    -o-box-shadow: 1px 1px 5px 0px #3B66A9;
    box-shadow: 1px 1px 5px 0px #3B66A9;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#3B66A9, Direction=134, Strength=5);
}

.top {
    /*background-color: #DD8080;*/
    background-color: #3598DC;
}

thead {
    background-color: #3598DC;
}

tbody tr:nth-child(odd) {
    background-color: #FDF2E9;
    background-color: rgba(53, 152, 220, 0.05);
}

tfoot {
    background-color: #3598DC;
}

.login {
    background-color: rgb(77, 174, 255) !important;
    border-radius: 5px;
    color: white;
}

.k-text-login {
    border-radius: 5px 0px 0px 5px !important;
    border-color: rgb(48, 136, 210) !important;
}

.styled_grid tbody tr:nth-child(odd) {
    background-color: #FDF2E9;
    background-color: rgba(53, 152, 220, 0.05);
    border-top: 1px solid rgba(53,152,220,0.1);
    border-bottom: 1px solid rgba(53,152,220,0.1);
}

.styled_grid tfoot {
    background-color: #3598DC;
}

.styled_grid_footer_td {
    /* background-color: #3598DC; */
}

.buttonYesNo.buttonSelected {
    background-color: #3598DC;
}

.buttonSelected:hover {
    background-color: #1A71D3 !important;
}

.buttonThree {
    background-color: #3DA1E8;
}

.buttonThree:hover {
    background-color: #1A71D3 !important;
}
.button:hover {
    background-color: #3089C7;
}


.ph-button {
    background-color: #3598DC !important;
    border-color: #2282D2 !important;
}

.ph-button:hover, .ph-button:focus, .ph-button:active {
    background: none repeat scroll 0 0 #227BD2 !important;
    border-color: #0A5DAD !important;
}

.nav a:hover, .nav li.open > a {
    background-color: #2F86C2 !important;
    color: #FFF;
}

.nav .open i {
    background-color: #2F86C2;
}

nav::-webkit-scrollbar-thumb {
    background-color: #2975A9;
    /*border-radius: 10px;*/
}

nav::-webkit-scrollbar-thumb:hover {
    background-color: #1D5276;
    /*border: 1px solid #333333;*/
}

nav::-webkit-scrollbar-thumb:active {
    background-color: #1D5276;
    /*border: 1px solid #333333;*/
}

.navTopRight a:hover, .navTopRight li.open > a {
    background-color: #3598DC;
    color: #FFF;
}

.buttonYesNo {
    background-color: #3598DC;
}

.buttonYesNo:hover {
    background-color: #2F86C2;
}

.buttonValider {
    background-color: #3598DC;
}

.buttonValider:hover {
    background-color: #2F86C2 !important;
}

.ui-widget-header {
    background: #3598DC !important;
    border: #2F86C2 !important;
}

.ui-dialog .ui-dialog-buttonpane button {
    background: #3598DC !important;
    color: #FFF;
    font-size: 15px;
}

.ajax__tab_xp .ajax__tab_body {
    border: 3px !important;
    border-color: #e84c3d;
}

.ajax__tab_outer:hover {
    border-bottom: none;
    background-color: #2F86C2;
}

.ajax__tab_outer {
    background-color: #3598DC;
}

.ajax__tab_active .ajax__tab_outer {
    border-top-color: #3598DC;
}

.ajax__tab_active .ajax__tab_outer .ajax__tab_inner a {
    color: #3598DC;
}

.customtabs-container a,
.customtabs-container a:active,
.customtabs-container a:visited {
    color: #DD8080 !important;
    border-top-color: #DD8080;
}

.customtabs-container a:hover,
.customtabs-container a.active-tab {
    /*background-color: #3598DC;
	border-top-color: #3598DC;*/
}

.header-notification i {
    color: #B5D9F2;
}

.header-notification:hover i {
    color: #7DBCE8;
}

.header-notification-nb {
    background-color: #E84C3D;
}

.header-notification-center:after {
    border-color: #3598DC transparent;
}

.header-notification-center-label {
    background-color: #3598DC;
}

.notification {
    border-bottom: 1px solid #E6E6E6;
}

.notification:hover {
    background-color: rgba(53, 152, 220, 0.1);
}

/**** TBB Soci�t� ****/
.tbb-section-header {
    background-color: #3598DC;
}

.graphe_container {
    border: 1px solid #80C1ED !important;
}

.graphe_header {
    /*color: #767676;*/
    color: rgb(246, 252, 255);
    /*background-color: #f6f6f6;*/
    background-color: #80C1ED;
    border-bottom-color: #80C1ED;
}

.tbb-header {
    padding: 6px;
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #3598DC;
    margin-top: 25px;
}

.dropdownlist {
    background-color: #3598DC !important;
    color: white;
    border: #5C84A0 solid 1px;
}
