﻿#loader {
    padding-top: 15%;
    padding-left: 40%;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=30);
}

.backgroundConnection {
    background-image: url(../eRH/Images/app/fond_nexpublica.png); 
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

.color_inetum {
    background-image: url(../eRH/Images/app/logonexpublica.png);
    width: 55%;
    height: 20%;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    top: 35px !important;
    position: relative;
    left: 10px;
}

.gfiWhiteAccueil {
    height: 40px;
    width: 80px;
    background: transparent url("") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: contain;
    background-position: -8px;
}

.gfiWhiteHeader {
    height: 40px;
    width: 93px;
    background: transparent url("") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: contain;
    background-position: 0px;
}

#connexionMainContent {
    /*max-height: 145px !important;*/
    min-height: 210px !important;
}

.leftPanel {
    background-color: #232d4b !important;
}

.circle {
    margin: 0;
}

#libelleapp {
    background-color: #f04641 !important;
}

.accordion {
    background-color: #232d4b !important;
    color: #f04641 !important;
    border: 1px double #f04641 !important;
    border-radius:6px;
}

.has-sub{
    /*height:30px !important;*/
}

.accordion label:hover {
    background: #232d4b !important;
}

.has-sub ul > li > a {
    border-color: #00aa9b !important;
}

.accordion input:checked + ul > li:hover {
    background-color: #00aa9b !important;
}

.sidebar a:hover {
    border-color:  #00aa9b !important; 
    text-decoration: none;
}

.accordion label:hover {
    color: #00aa9b !important;
}

#whiteheader{
   /*icone GFI barre top*/
}

#tabs .currentTab, #tabsSpin .currentTab, #menubar {
    z-index: 3;
    background-color: #00aa9b !important;
    color: #232d4b !important;

}

#tabs, #tabsSpin {
background-color:white !important;
}

#deskCenterContentTab {
    background-color: white !important;
}

#tabs .currentTab, #tabsSpin .currentTab, #menubar {
    color: white !important;
}

#tabs li, #tabsSpin li {
    background: #232d4b !important;
    color : white !important;
}

#main {
    background: white !important;
}

.form-control {
    border: 1px solid #00aa9b !important;
}

@media (max-width:960px) {
    #whiteheader {
        visibility: hidden !important;
    }
}

@media (min-width: 992px) {
    #whiteheader {
        visibility: visible !important;
    }

    #loader {
        padding-top: 12% !important;
        padding-left: 42% !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #loader {
        padding-top: 20% !important;
        padding-left: 32% !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #loader {
        padding-top: 22% !important;
        padding-left: 20% !important;
    }
}

@media (min-width:320px) and (max-width: 480px) {
    #loader {
        padding-top: 22% !important;
        padding-left: 5% !important;
    }

}



