/**********************************
* Generals styles
***********************************/
body {
    font-family : "verdana";
    font-size: 9pt;
    color: #5d5d5d;
    margin: 0; padding: 0;
    background: white;
}

h1 {
    background: url("../../img/ui/cc_picto2.png") no-repeat left top;
    background-size: 40px;
    padding-left: 50px;
    font-size: 2.5em;
    color: #047630;
    font-family: "verdana";
    font-weight: normal;
    margin-bottom: 40px;
    margin-left: 10px;
    line-height: 45px;
}

h2 {
    font-size: 1.8em;
    font-family: "verdana";
    font-weight: normal;
    margin-bottom: 20px;
}

/**********************************
* UI
***********************************/

.header {
    height: 229px;
    width: 1248px;
    margin:0 auto;
    padding: 0;
    position: relative;
}

#main-logo {
    height: 72px;
    z-index : 10;
    width: 400px;
    position:absolute;
    background:url("../../img/ui/logo-creancys-collect2.png") no-repeat left top;
    left: 110px;
    top: 20px;
    background-size:200px;
}

#main-contact-support {
    position: absolute;
    top: 113px;
    right: 108px;
    font-weight: bold;
}
#main-contact-support i {
    color: #047630;
    margin-left: 10px;
}

#main-deco {
    float:right;
    margin-right:40px;
    margin-top:10px;
    font-size:12px;
    letter-spacing:2px;
    color:#1B4849FF!important;
    font-weight: bold!important;
    text-decoration: none!important;
}

i.icon-star {
    color: #b94a48;
}

.iconStarLegend{
    color: #b94a48;
    font-size: 14px;
}

.wrapper-content {
    position: relative;
    background-color:rgb(242,242,242);
}

.content {
    width:100%;
    position: relative;
    z-index: 200;
    min-height: 562px;
}

.content .border {
    height:7px;
    width:100%;
    float:left;
    margin-top:-6px;
    background:url("../../img/ui/contentBorder.png");
    position:relative;
    z-index:2;
}

.content .outer_page {
    width:1100px;
    margin-left:auto;
    margin-right:auto;
}

.content .inner_page {
    width:94%;
    min-height:500px;
    margin-left:auto;
    margin-right:auto;
    padding-left:20px;
    padding-top:15px;
    padding-bottom:15px;
    padding-right:20px;
    position: relative;
}

.greenCC::-webkit-input-placeholder{
    color: #1B4849FF;
}

.connection{
    box-shadow: inset -3px -2px 3px #0000001f, inset 3px 2px 4px #ffffff3b, 0px 3px 6px #00000029 !important;
}

.footer {
    background: rgb(27,72,73);
    height: 70px;
    width: 100%;
    padding-top: 30px;
    margin: 0 auto;
    color:white;
}

.footerTable {
    table-layout: fixed;
    width:90%;
}

.footerTd {
    text-align: center;
    width: 33%;
}

.footerTr1Td3Div {
    font-family: Verdana;
    font-size: 13px;
}

.footerTr1Td3Div a{
    color: rgb(98, 150, 190);
}

.footerTr1Td3Div a:hover{
    color: rgb(98, 150, 190);
}

.footerTr1Td3Span {
    color: white;
}

.cgau,.mentionsLegales {
    font-size: 12px;
    color: #000;
}

#panel {
    background:#0e74b3;
    float:right;
    margin-top:-15px;
    margin-right:-15px;
    padding:0 15px;
    color:white;
    position:relative;
    z-index:4;
    width:240px;
    *padding-top:1px;
}

#intro_co #panel {
    *width:420px;
}

#panel a {
    color:white;
}
#panel.connexion{
    width:385px;
}

#top_panel
{
    background:url("../img/panel/panel_top.png");
    height:10px;
    width:100%;
    float:left;
    margin-top:-10px;
    margin-left:-25px;
    padding:0 15px;
}

#top_panel_left {
    background:url("../img/panel/panel_retour.png");
    height:10px;
    width:10px;
    float:left;
    margin-top:1px;
    margin-left:-15px;
}

#top_panel_right {
    background:url("../img/panel/panel_right.png") right top;
    height:10px;
    width:25px;
    float:right;
    margin-top:1px;
    margin-right:-25px;
    *margin-right:-35px;
    *margin-top:0px;
}

#bot_panel
{
    background:url("../img/panel/bot_fill.png");
    height:6px;
    width:100%;
    float:right;
    position:relative;
    top:6px;
    padding:0 5px;
    *padding:0 10px;
    *margin-left:-10px;
}

#bot_panel_left
{
    background:url("../img/panel/corner_bot_left.png");
    height:6px;
    width:5px;
    float:left;
    margin-left:-10px;
    *margin-left:-15px;
}

#bot_panel_right
{
    background:url("../img/panel/corner_bot_right.png");
    height:6px;
    width:15px;
    float:right;
    margin-right:-20px;
}

.userManage
{
    margin : 0 auto;
    border-radius : 5px;
    border: 1px solid gray;
    padding: 0 15px;
    background: #f0f0f0;
}
.userManage:hover
{
    background : #dedede;

    border: 1px solid #eee;
}

.tabPilotStudy ul li a{
    background: rgb(223, 240, 216);
}
.tabPilotStudy ul li a:hover,.tabPilotStudy ul li.active a:hover{
    background: #76bc77;
    color: #ffffff;
}
.tabPilotStudy ul li a:active,.tabPilotStudy ul li.active a,.tabPilotStudy ul li.active a:focus, .tabPilotStudy ul li a:focus{
    background: #60a561;
    color: #ffffff;
}