html {
    /*height: 100%;*/
    
    /*font-family: verdana;    */
    /*font-family: "Century Gothic", CenturyGothic, AppleGothic, Calibri, Verdana;**/
    /*font-family: Calibri, Verdana;*/
    font-family: Verdana;
}


body {
    color: #00457D;
    margin: 0;
    background-color: white!important;
    font-family: Arial;
    font-size: 1em;    
    background-image: url('images/background.png');
    padding: 0;
}

/*LAYOUT PRINCIPAL*/

#pageContainer {
    margin: 0 auto;
    width: 100%;    
}

/*LOGIN*/

#pageLogin {
    position: absolute; 
    top: 50%;
    left: 50%; 
    height: 150px;
    margin-top: -75px; 
    width: 400px;
    margin-left: -200px;
}

#pageLogin div.error {
    margin-top: 5px;
    margin-bottom: 10px;
    color:#F00;
    font-style: italic;
    font-weight: bold;
}

/*HEADER*/

#pageHeader {    
    width: 100%;
}

#pageHeader img.logo {
    width: 120px;
    margin: 10px;
}

/*BODY*/

#pageBody {
    width: 99.85%;  
    min-height: 700px;
    border: 1px solid #FFF;
    background-color: #EEE;
}


/*FOOTER*/

#pageFooter {
    width: 99.85%;   
    background: url('images/menu_bg.png') repeat;
    /*background-color: #00468A;*/
    text-align: center;    
    color: #FFF;
    font-size: 0.8em;
    padding-top: 5px;        
    padding-bottom: 5px;        
    
    border: 1px solid #FFF;
}

/*BORDURE POUR LES BLOCKS*/

div.blockBorder {
    border: 1px solid #000;
}

/*ESPACEUR POUR LES BLOCKS*/

div.blockSpacer {
    margin-top: 5px;
    margin-bottom: 5px;    
}

/* MENU */

#menu {    
    width: 99.85%;
    /*background-color: #00468A;    */
    background: url('images/menu_bg.png') repeat;
    border: 1px solid #FFF;
    height: 25px;
}

#menu ul {
    list-style: none;
    text-indent: 0;
    margin: 0px;
    /*margin-left: 10px;*/
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 1px; 
    width: 100%;    
    vertical-align: middle;
}

#menu li.item {
    display: inline;        
    color: #FFF !important;
    padding: 2px;    
    border-left: 1px solid #CCC;
}

#menu li.item.selected {    
    color: #00468A !important;
    font-weight: bold;
    background-color: #FFF;
}

#menu li.item:hover {
    cursor: pointer;
    color: #00468A !important;
    font-weight: bold;
    background-color: #FFF;
}

#menu li.item.last {
    border-right: none;
}

#menu li.item.first {
    border-left: none;
}

#menu li.item a {
    text-decoration: none;
    color: #FFF;
    padding-left: 5px;
    padding-right: 5px;
}

#menu li.item.selected a {
    text-decoration: none;
    color: #00468A;
}

#menu li.item a:hover {
    text-decoration: none;
    color: #00468A;
}

#menu li.item img {
    vertical-align: middle;
    margin-top: -2px;
    border: none;
}

div.error {
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #F00;
}

/*MENU OVIDENTIA*/

#ctx_menu {
    border-bottom: 1px solid #666666;
    /*float: left;*/
    display: inline-block;
    font-size: 95%;
    width: 100%;
    padding-left: 0px !important;
    margin-top: 0px;
}

#ctx_menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 10px 10px 0 0px;
}
#ctx_menu li {
     display: inline;
    margin: 0;
    padding: 0;
}

#ctx_menu a, #ctx_menu span { 
    color: #000000;
    display: block;
    float: left;
    padding: 4px 6px;
    text-decoration: none;
    font-style: italic;
    background-color:#CCCCCC !important;
    font-weight: bolder;
}

#ctx_menu a:hover { 
    background-color:#CCCCCC !important;
    text-decoration: none !important;  
}
#ctx_menu a:hover span { 
     background-color:#CCCCCC !important;
    text-decoration: none !important; 
}
#ctx_menu li.enabled  a, #ctx_menu  li.enabled span { 
    color: #000000;
    display: block;
    float: left;
    padding: 4px 6px;
    text-decoration: none;
    font-style: normal;
    font-weight: normal; 
    background-color:#EBEBEB !important;
}

 
#ctx_menu a span {
    float: none;
}

/*LAYOUT*/

/*main layout*/
.cc-layout {
    width: 100%;    
    margin: 0px;
    padding: 0px;        
    border: none;    
    border-collapse: collapse;
    height:100%;
}

/*main layout : header*/
.cc-layout .cc-layout-header {
    /*background: url('images/cc_banner.png') no-repeat;
    background-position: top center;
    !*background-size: 100% auto;*!
    !*text-align: center;*!
    height: 130px !important;
    max-height: 130px !important;    */
    background: linear-gradient(to left, #ffffff 50%, #1960a0 50%);
}

/*main layout : title (fil d'ariane')*/
.cc-layout .cc-layout-breadcrumb {
    /*background-color: #0F0;*/ 
    padding: 0px;
    vertical-align:top;
    height: 25px;
    background-color: #FFF;
    border-bottom: 1px solid #00467E;
    margin-bottom: 5px;       
}

.cc-layout .cc-layout-breadcrumb {
    width: 100%;
    height: 100%;
}

.cc-layout .cc-layout-breadcrumb .icon {
    width: 20px;
    text-align: center;    
}

.cc-layout .cc-layout-breadcrumb .icon img {
    margin-top: 3px;
}

.cc-layout .cc-layout-breadcrumb .breadcrumb {
    font-variant: small-caps;
    font-style: italic;
    color: #00467E;
    font-size: 14px;    
    vertical-align: middle;    
}

.cc-layout .cc-layout-breadcrumb .breadcrumb a {
    text-decoration: none;
    color: #00467E;
}

.cc-layout .cc-layout-breadcrumb .breadcrumb a.last {
    font-weight: bold;    
}

.cc-layout .cc-layout-breadcrumb .breadcrumb a:hover {
    text-decoration: underline;    
}

.cc-layout .cc-layout-breadcrumb .breadcrumb span.separator {
    font-size: 12px;
    font-weight: normal;
}


/*MENU OVIDENTIA*/

.cc-layout .cc-layout-ovmenu {
    padding: 0px;
}
    
.cc-layout .cc-layout-ovmenu ul {
    margin: 0px;   
    padding: 0px;
    margin-left: 5px;
    vertical-align: top;
    position: relative;
    margin-top: 4px;
}

.cc-layout .cc-layout-ovmenu ul li {
    padding: 4px;
    vertical-align: top;
    list-style: none;
    display: inline;
    border: 1px solid #00467E;    
    border-top: none;
    font-size: 12px;    
    background-color: #FFF;
}

.cc-layout .cc-layout-ovmenu ul li.selected {
    border: 1px solid #FFF;    
    border-top:none;
    background-color: #00467E;
}

.cc-layout .cc-layout-ovmenu ul li:hover {
    font-weight: bold;
}

.cc-layout .cc-layout-ovmenu ul li.selected:hover {
    font-weight: normal;
}

.cc-layout .cc-layout-ovmenu ul li a {
    color: #00467E;
    text-decoration: none;    
}

.cc-layout .cc-layout-ovmenu ul li.selected span {
    color: #FFF;
    font-weight: bold;
}


/*main layout : manu*/

div.cc-layout-menu{
    display: inline-block;
    margin-right: 5px;
}

#company_values{
    margin-left: 10%;
    width: 410px;
}

div.cc-layout-menu p{
    color: #00457c;
    font-weight: bold;
}

div.cc-layout-menu div.item{
    width: fit-content;
    display: inline-block;
}

div.cc-layout-menu div.item#adminMenu{
    width: 102px;
}

div.cc-layout-menu div.item {
    background-color: #FFF;
    height: 20px;
    padding: 5px;
    background-color: transparent;
    clear:none;
    margin-left: -5px;
    cursor: pointer;    
}

div.cc-layout-menu div.item div.left {    
    background: url('images/tab_left.png') no-repeat;
    width: 10px;
    height: 22px;
    display: inline-block;
    background-color: transparent;    
    margin: 0px;
    float:left;
    clear:none;  
    
}

div.cc-layout-menu div.item div.center {
    background-color: #FFF;
    display: inline-block;    
    margin: 0px;
    float:left;
    clear:none;  
    vertical-align: top;
    margin: auto;    
    height: 22px;  
    
}

div.cc-layout-menu div.item div.center a {
    font-size: 10px;    
    text-decoration: none;
    height: 20px;;
    color: #00457D; 
    top: 2px;
    font-weight: bold;
    font-style: italic;
    font-variant: small-caps;
    vertical-align: bottom;
    top: 50%;
    margin-top: 5px;
}

div.cc-layout-menu div.item div.center img {
    vertical-align: middle;
    top: 50%;
    border: none;
    margin-top: 3px;
    
}

div.cc-layout-menu div.item div.right {
    background: url('images/tab_right.png') no-repeat center;    
    width: 10px;
    height: 22px;
    display: inline-block;
    background-color: transparent;
    margin: 0px;
    float:left;
    clear:none;      
}

div.menuItems {    
    background-color: #FFF;
    border: 1px solid #00457D;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 150px;
    padding: 0px;
}

div.menuItems ul {    
    padding: 0px;    
    list-style: none;
    margin: 0px;
}

div.menuItems ul li {
    font-size: 10px;
    border-bottom: 1px solid #DDD;
    padding: 2px;
}

div.menuItems ul li:hover {
    background-color: #EEE;
}

div.menuItems ul li.last {
    border-bottom: none;
}

div.menuItems ul li a {
    text-decoration: none;
    color: #00457D;    
    vertical-align: middle;
}

div.menuItems ul li img {
    vertical-align: middle;
    border: none;
}

/*main layout : body*/
.cc-layout .cc-layout-body {
    height: 100%;
    /*background-color: #0F0;*/ 
    padding: 2px;
    vertical-align:top;
    /*padding: 5px !important;*/
}


.cc-layout .cc-layout-title {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #AAA;
    font-weight: bold;
    background-color: #FFF;
    height: 20px;
    line-height: 21px;
}

.cc-layout .cc-layout-title img {
    font-weight: bold;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
    margin-right: 5px;
}

.cc-layout .cc-layout-title span {
    font-size: 16px;
    vertical-align: middle;
    margin-left: 5px;
}


.cc-layout .cc-layout-title a {
    text-decoration: none;
    color:#00467E;
}

.cc-layout .cc-layout-version  {
    position: absolute;
    top: 138px;
    font-size: 0.9em;
    right: 0px;
    text-align: right;
    color:#888;
    background-color: #FFF;
    padding-right: 10px;
    vertical-align: middle;
    font-style: italic;
}





/*main layout : footer*/
.cc-layout .cc-layout-footer {
    text-align: center;
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    height: 10px;
}

/**********/
/* BANNER */
/**********/


.cc-banner {
    background: url(images/cc_banner.png) no-repeat;
    background-position: top center;
    background-size: inherit;
    height: 130px !important;
    max-height: 130px !important;
}

.cc-banner .cc-banner-logo{
    display: inline-block;
    margin-left: 7%;
}

.cc-banner .cc-banner-logo > img {
    display: inline-block;
    margin-top: 10px;
}

#homeMenu a div p,
#contactMenu a div p,
#adminMenu a div p {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
    color: #00457D;
    font-weight: bold;
    font-style: italic;
    font-variant: small-caps;
    font-size: 10px;
    animation: all 0.3s linear;
}

.cc-banner .cc-banner-infos {
    display: inline-block;
    float: right;
    margin-right: 20%;
    margin-top: 20px;
}

/**************/
/* LOGIN FROM */
/**************/

.cc-login-form {
   float: right;
   font-size: 10px; 
   color: #FFF;
   
}

.cc-login-form .title {
    font-size: 20px;
    padding-bottom: 5px;
}

.cc-login-form .label {
    width: 85px;
}

.cc-login-form .component input[type=text],
.cc-login-form .component input[type=password] {
    height: 15px;
    font-size: 9px;
    width: 120px;
}


.cc-login-form a.button {
    font-weight: bold;
    cursor: pointer;
    color:#FFF !important;
    background: #e85a4c;
    padding: 2px;
}

.cc-login-form a.button:hover {
    text-decoration: underline;
}

.cc-login-form a.link {
    color:#FFF !important;
}

/**************/
/* USER INFOS */
/**************/

.cc-user-infos {
    color: #FFF;
}


.cc-user-infos .logo {
    /*width: 48px;*/
    background: url('images/white_tile.png') no-repeat center center;
    width: 68px;
    text-align: center;
    padding-top: 8px;
    display: inline-block;
}

.cc-user-infos .identity {
    vertical-align: top;
    padding-left: 5px;
    display: inline-block;
}

.cc-user-infos .identity span.surname {
    font-size: 13px;
    font-weight: bold;
    display: block;    
}

.cc-user-infos .identity span.name {
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-bottom: 3px;
}

.cc-user-infos .identity span.company {
    font-size: 10px;
    display: block;
}

.cc-user-infos .identity span.country {
    font-size: 10px;
    display: block;
}

.cc-user-infos .icons {
    padding-top: 10px;
    padding-left: 2px;
}

.cc-user-infos .icons img {
    cursor: pointer;
    margin-right: 2px;
}

.cc-user-infos .icons img:last-of-type {
    cursor: inherit;
}


#flagsToggle {
    position: absolute;
    left: 100%;
    margin-left: -30px;
    top: 108px;
    cursor: pointer;
}

#flagsList {
    background-color: #FFF;
    border: 1px solid #00457D;
    padding: 0px;    
    display: none;
    position: absolute;
    
    list-style: none;
    width: 150px;
    left: 100%;
    margin-left: -155px;
    top: 118px;
    z-index: 1000;
}

#flagsList li {
    border-bottom: 1px solid #DDD;
    padding: 5px;
    cursor: pointer;
}

#flagsList li:hover {
    background-color: #EEE;    
}

#flagsList li.last {
    border-bottom: none;
}

#flagsList li a {
    text-decoration: none;
    color: #00457D;    
}

#flagsList li a {
    vertical-align: middle;
    text-decoration: none;
    color: #00457D;    
}

#flagsList li img {
    vertical-align: middle;
}

/*Campus form*/

#campusForm input {
    width: 150px;
}

#campusForm label {
    width: 180px;
}

@media screen and (min-width: 2100px){
    .cc-banner .cc-banner-infos{
        margin-right: 24%;
    }
}

@media screen and (min-width: 2400px){
    .cc-banner .cc-banner-infos{
        margin-right: 27%;
    }
}

@media screen and (min-width: 2750px){
    .cc-banner .cc-banner-infos{
        margin-right: 30%;
    }
}

@media screen and (min-width: 3100px){
    .cc-banner .cc-banner-infos{
        margin-right: 33%;
    }
}

@media screen and (min-width: 1650px){
    .cc-banner .cc-banner-logo{
        margin-left: 20%;
    }
}

@media screen and (min-width: 2300px){
    .cc-banner .cc-banner-logo{
        margin-left: 28%;
    }
}

@media screen and (max-width: 1800px){
    .cc-banner .cc-banner-infos{
        margin-right: 16%;
    }
}

@media screen and (max-width: 1650px){
    .cc-banner .cc-banner-infos{
        margin-right: 14%;
    }
}

@media screen and (max-width: 1500px){
    .cc-banner .cc-banner-infos{
        margin-right: 10%;
    }
}

@media screen and (max-width: 1340px){
    .cc-banner .cc-banner-infos{
        margin-right: 0.5%;
    }
}

@media screen and (max-width: 1170px){
    .cc-banner .cc-banner-infos{
        margin-right: 0.5%;
    }
}

@media screen and (max-width: 1080px){
    .cc-user-infos .logo{
        display: none;
    }

    .cc-banner .cc-banner-infos{
        margin-right: 5px;
        float: none;
    }

    .cc-layout .cc-banner{
        background-position: 30% !important;
    }

    #company_values{
        margin-left: 0%;
        width: auto;
    }
}

@media screen and (max-width: 700px){
    .cc-banner .cc-banner-infos{
        margin: 0px;
        padding: 0px;
        display: inherit;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .cc-user-infos .identity span.company,
    .cc-user-infos .identity span.country{
        display: none;
    }

    .cc-user-infos .icons{
        padding-top: 0;
    }
}

@media screen and (max-width: 600px){
    div.cc-layout-menu p{
        display: none;
    }
}