.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

img {border : none;}

a{color : #151e50;}

blockquote { font-style: italic; }

.required {font-weight : bold;}


button, input[type=button], input[type=submit] {
    outline : none;
}

.clear {clear: both; height:0;}
.txt-left { text-align : left !important; }
.txt-right { text-align : right !important;}
.txt-center { text-align : center !important; }
.uppercase { text-transform : uppercase !important; }
.underline { text-decoration : underline !important; }
.bold { font-weight: bold !important; }
.italic { font-style: italic !important; }
.no-border { border : none !important;}
.left { float : left !important; }
.right { float : right !important; }

.notif-block {
    position : relative;
    margin : 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align : left;
    padding : 20px 22px;
    font-size: 0.85em;
    line-height : 1.4em;
}
.notif-alert {
    background : transparent url(../images/bg-alert.png) repeat top left;
    color : #e52b2b;
}

.notif  {
    position : relative;
    border-radius: 10px;
    color: #FFF;
    text-align: left;
    padding: 2px 15px 0 15px;
    margin-top: 8px;
}
.notif.notif-valid {
    border-bottom: 5px solid #379B12;
    background: #66B848;    
}
.notif .close-notif {    
    position: absolute;
    right: 15px;
    top: 15px;
    width: 18px;
    cursor : pointer;
}
.notif.notif-error {
    border-bottom: 5px solid #9B2812;
    background: #B84848;    
}

.notif.notif-warning {
    border-bottom: 5px solid #CE871D;
    background: #F0A029;   
}
.notif .little {
    font-size : 12px;
    line-height : 29px;
}

.btn-blue{
    margin-right: 20px;
}

.btn-blue,
.btn-orange {
    background : #ffffff;
    color : #878787;
    border : none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-bottom : 3px solid #999999;
    text-transform : uppercase;
    font-size: 1.3em;
    padding : 3px 15px !important;
    width : auto !important;
    outline : none;
    cursor: pointer;
}
.btn-blue:hover,
.btn-orange:hover {
    color: #ffffff;
    background-color : #999999;
    border-bottom : 3px solid #555555;
}
.btn-blue:active,
.btn-orange:active {
    border-bottom: none;
    border-top : 3px solid #555555;
}


.btn-orange {
    background-color : #FFA533;
    border-color : #CD7300;
    color : #504215;
}
.btn-orange:hover {
    background-color : #FFBC66;
}
.btn-orange:active {
    border-color : #CD7300;
}

.btn-export, .btn-desactivation {
    float : right;
    text-transform: none;
    text-decoration: none;
}

.btn-desactivation {
    background-image : url(../images/pictos/user-desactivate.png);
    background-position : left center;
    background-repeat: no-repeat;
    line-height : 35px;
    padding-left: 35px !important;
}

.btn-action {
    width : 45px !important;
    height : 45px !important;
    padding : 0 !important;
    margin-left: 10px;
    -moz-border-radius : 14px;
    -webkit-border-radius : 14px;
    border-radius : 14px;
    float : right;
}
.btn-action:active {
    margin-top : 2px;
}

.btn-text-img {
    line-height: 2.3em;    
}

html{
    padding : 0;
    margin : 0;
}

body{
    padding : 0;
    margin : 0;
    /*text-align : center;*/
    font-size : 14px;
    font-family : Arial,Helvetica,sans-serif;
    color : #000000;
}

#content {
    position : relative;
    margin: 0 auto;
    width: 980px;
}

.intranet-log {
    /*background : url(../images/connexion/bg-log.png) no-repeat top left;*/
}

#header {
    height : 115px;
    height : 130px\0;   /* Hack IE 11 */
    /*background : url(../images/connexion/bg-header.jpg) repeat-x top left;*/
    background-color: #CECECE;
    text-align : center;
    margin-bottom: 10px;
}

.bordure_basse_header{
    height: 5px;
    width: 100%;
    background-color: #9F9F9F;
}

#logo {
    display : block;
    float : left;
    margin-right: 3px;
    height: 68px;
}

.ensemble_logos{
    height: 53px;
    /*opacity: 0.8;*/
}

.ensemble_logos img{
    border: solid 1px #000000;
    /*border: solid 1px transparent;*/
    max-height: 50px;
}

#logo img{
    height: 100%;
}

#usermenu {
    float : right;
    color : white;
    margin-top : 26px;
}

#usermenu .disconnect-button {
    float : right;
    display : block;
    margin-top : -9px;
    margin-left : 35px;
    display : block;
    padding:3px 5px !important;
}
#usermenu .disconnect-button:active {
    margin-top : -4px;
}

#fil-ariane {
    text-align : left;
    padding : 10px;
}
#fil-ariane a{
    text-decoration: none;
}
#fil-ariane a:hover{
    text-decoration: underline;
}


.shadow-log {
    background : url(../images/connexion/shadow-log.png) no-repeat top center;
    height : 160px;
}


.block-center {
    margin : 0 auto 0 auto;
    position : relative;
    height: 100%;
    width: 100%;
    min-width: 990px;
    text-align: center;
}

.bloc_txt_authentification{
    font-weight: normal;
    font-size: 30px;
    color: #ffffff;
    margin: auto;
    text-align: center;
    width: 100%;
}

.bloc_txt_authentification p{
    color: #ffffff;
    line-height: 115px;
    width:100%;
    margin: 0;
}

.bloc_txt_general{
    margin-top: 3px;
    margin-left : 10px;
}

.bloc_txt_general p{
    color: #ffffff;
    font-size: 28px;
    font-weight: normal;
    margin: 0;
}

.block-log {
    padding-top : 70px;
    width : 470px;
    margin : 0 auto;
    color : #151e50;
    position : relative;
}

.block-log .title {
    font-size : 1.15em;
    text-transform: uppercase;
    color : gray;
    font-weight: bold;
    background : #ffffff;
    padding : 20px 0;
    border-radius: 5px 5px 0 0;
}

.block-log .footer-log {
    text-decoration: underline;
    text-align : left;
    font-size : 0.85em;
    padding : 10px 42px 12px 7px;
    background : url(../images/sfi-logo-min.jpg) no-repeat right center;
}
.block-log .footer-log .powered{
    float : right;
}

.block-log .form {
    color : white;
    text-align : left;
    background : gray url(../images/connexion/lock.png) 14px 20px no-repeat;
    background-size: 20%;
    padding-left : 135px;
    border-radius: 0 0 5px 5px;
}

.block-log .form form{
    padding-top : 30px;
}

.row {
    /*position : relative;*/
}

.block-log .form .row-form{
    padding-right : 60px;
}

.row-form{
    padding : 10px 0;
}

.row-form label {
    display : block;
    float : left;
    width : 88px;
    padding-right : 12px;
    line-height: 2.2em;
    text-align : right;
}


.row-form input {
    width : 136px;
    padding : 4px 6px;
    margin-left : 8px;
}

.submit-row{
    padding-top :0px; 
    height : 35px;
    text-align : right;
}

.form-block-demi,
.block-demi { 
    margin : 0 10px;
    float : left;
    width : 470px;
}
.form-block-demi {
    width : 44%;
    padding-left : 3%;
    border-left : 1px solid #666;
    margin : 0 19px 0 0;
}
.form-block-demi.first {
    border-left : none;
}

.block-tab {
    text-align : left;
    position : relative;
}

.block-tab-com,
.block-tab-gestion,
.block-tab-search{
    padding-top : 50px;
    background-color : transparent;
    background-repeat: no-repeat;
    background-position: 40px 0;
}
.block-tab-search{
    padding-top : 20px;
}
.block-tab-com {
    background-image : url(../images/logo-communication.png);
}
.block-tab-gestion {
    background-image : url(../images/logo-gestion.png);
}

.logo-search {
    position : absolute;
    top : -30px;
    left : 25px;
}


.block-tab .entete-light,
.block-tab .entete{
    height : 62px;
    background : url(../images/bg-tab-entete.jpg);
    padding : 0 13px;
    color : white;
    font-size : 1.2em;
    line-height : 3.9em;
}
.block-tab .entete-light {
    background : url(../images/bg-tab-entete-light.jpg);
    height : 42px;
    line-height : 2.7em;
}

.block-tab .content {
    background : #e7e8ed;
    padding : 18px 6px 25px 6px;
}
.block-tab .content ul.mainlinks{
    list-style: none;
    padding : 0;
    margin : 0;
}
.block-tab .content ul.mainlinks li{
    line-height : 2em;
    padding-left : 18px;
    background : transparent url(../images/puce-fleche.png) no-repeat left center;
}


.search-form{
    margin-bottom : 20px;
    margin-top : -10px;
}
.search-form .content {
    padding-bottom : 0;
}

.search-form fieldset {
    border-color : #C0C0C0;
}
.search-form fieldset legend {
    display : block !important;
    cursor : pointer;
    color: #8A8A8A;
    text-shadow: 1px 1px 1px #FFF;
}
.search-form fieldset legend *{    
    display : inline !important;
}
.search-form fieldset legend:hover {
    text-shadow: 1px 1px 1px #98A3DD;    
}
.search-form fieldset.unselected *{
    display : none;
}

.search-table{
    border-collapse: collapse;
    width : 100%;
}
.search-table .search-cell{
    width : 320px;
    border-left : 1px solid #C0C0C0;
    display : table-cell;
    padding : 0 20px;
}

.search-table label {
    float : left;
    width : 100px;
    margin-top : 5px;
}
.search-table input{
    width : 150px;
    padding : 2px 5px;
}
.search-table select{
    width : 164px;
    padding : 2px 2px 2px 5px;
    margin : 2px 0;
}
.search-table .submit-row {
    float : right;
    padding : 10px;
}
.search-table .submit-row input,
.search-table .submit-row a {
    float: left;
    padding: 3px 8px !important;
    font-weight: bold;
    margin : 2px;
    font-size: 1em;
}
.search-table .submit-row input:active,
.search-table .submit-row a:active {
    margin-top : 5px;
}

#manage-menu-container {
    /*    height : 55px;
        padding-right : 45px;
        margin-top: -65px;
        margin-bottom : 10px;*/
    margin-bottom : 10px;
}

#manage-menu {
    float : right;
    margin-top : -18px;
    height : 50px;
}

#dialog_content{
    padding : 0;
}

#dialog_content .dialog-ajax-loader {
    position : absolute;
    width : 100%;
    height : 100%;
    background : rgba(255,255,255,.5) url(loading.gif) no-repeat center center;
    z-index: 9999;
    display: none;
    transition-timing-function: ease;
    transition-property: display;
    transition-duration: .5s;
}


#dialog_content form{ 
    position : relative;
}

#dialog_content .form_content {
    padding : 25px;
}

#dialog_content .btn-action {
    width : 30px !important;
    height : 30px !important;
    -moz-border-radius : 6px;
    -webkit-border-radius : 6px;
    border-radius : 6px;
}

#dialog_content {
    text-align : left;
}
#dialog_content label{
    display : block;
    float : left;
    width : 33%;
    margin-top : 5px;
}
#dialog_content .row{
    padding : 5px 0;
}

#dialog_content .user-manage label{
    width : 220px;
}
#dialog_content .user-manage input{
    width : 160px;
}

#dialog_content .row.buttons{
    background : url(../images/bg-tab-entete.jpg) repeat-x scroll left top #FFF;
    text-align : left;
    color : white;
    margin : 3px 0;
    padding : 7px 14px;
}

#dialog_content .row.buttons .page_title{
    margin : 7px 0;
}
.search-table .submit-row input.waiting {
    background-image : url(../images/pictos/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position : 106px center;
    padding-right : 26px !important;
}

#dialog_content input, #dialog_content select {
    width : 230px;
    padding : 2px 2px 2px 5px;
}
#dialog_content select{
    width : 240px;
}

#dialog_content input[type=checkbox],
#dialog_content input[type=radio],
#dialog_content span label,
.search-table input[type=checkbox],
.search-table input[type=radio],
.search-table span label {
    width : auto;
    float : none;
    display : inline;
}
#dialog_content .btn-action:active {
    margin-top : 0;
}

#dialog_content .inline-fields label{
    width : auto;
    line-height: 26px;
    padding-right: 5px;
}
#dialog_content .inline-fields .row{
    float : left;    
    padding-right : 9px;
}

.errorMessage, .errorSummary {
    color : red;
    padding-left : 30px;
    font-style: italic;
}
.errorSummary {
    padding-left : 20px;
}

.admin-actions {
    text-align : center;
}
.admin-actions img{
    margin : 2px;
}

.odd .admin-actions{
    background : #D3D5DF;
}
.even .admin-actions{
    background : #F3F3F3;
}

.form-loader {
    height : 120px;
    width : 100%;
    background : url(loading.gif) center center no-repeat;
    position : absolute;
}

fieldset {
    padding : 10px 20px;
    border : 1px solid #151E50;
}


.parametersmenu {
    display: inline;
    position : relative;
}
.toggle-parametersmenu {
}
.parametersmenu-content {
    display : none;
    position: absolute;
    top: 10px;
    left: 20px;
    width: 100px;
    padding: 12px 9px;
    background: #FFF;
    -moz-box-shadow : #858585 0px 0px 5px;
    -webkit-box-shadow : #858585 0px 0px 5px;
    box-shadow : #858585 0px 0px 5px;
    z-index : 9999;
}

.export-row label {
    width : 32px;
    height : 32px;
    background : white;
    border : 1px solid #151E50;
    cursor : pointer;
}
.export-row label.checked {
    background : #33B9FF;
}
.export-row input[type=radio] {
    display : none;
}

.order-view {
    border: 1px solid #151E50;
    width: 45%;
    float: left;
    margin-right: -1px;
    margin-top: -1px;
    padding : 2%;
}
.orders-list, .vehicles-list {
    margin : 20px;
    margin-top: 0px;
    border-top: 1px solid #333;
}
.orders-list .grid-view table.items th {
    padding: 10px;    
}
.orders-list .total-row td{
    border-top : 1px solid #D0E3EF;
    color : white;
    background : #0087CD;
    font-weight : bold;
}

.grid-view .orderlines-row table.items thead tr,
.grid-view .orderlines-row table.items tbody tr{
    cursor : default;
}


.grid-view table.items td {
    border-left: 1px solid #D0E3EF;
}

.vehicle-view {
    border : 1px solid #333;
    margin-bottom : 7px;
}
.vehicle-view:hover {
    background : #E5F5FF;
}
.vehicle-view .accordion-header {
    background : #33B9FF;
    border-bottom : 1px solid #151E50;
    margin : 0;
    padding : 8px 10px;
}
.vehicle-view .vehicule-item{
    padding : 8px 10px;
}


.popup-city {
    position: absolute;
    border: 1px solid #A7A7A7;
    left: 128px;
    top: 30px;
    z-index: 9999;
    background: #FFF;
    width: 239px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 120px;
    display : none;
}
.popup-city p{
    margin : 0;
    padding : 4px 8px;
    border-bottom : 1px solid #E2E2E2;
}
.popup-city p:hover{
    background: #33B9FF;
    color: #FFF;
    cursor: pointer;
}


.orderlines-row {
    display : none;
}


.grid-view .orderlines-row table.items {
    margin : 0;
}
.grid-view .orderlines-row table.items {
    border-bottom: 6px #66CAFF solid;
}

.block-log .errorMessage {
    margin-top : 4px;
}

.comsec .menusmall {
    display: none;
}