/* Styles pour les programmes d'assistance de validation
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}



#linkSendPassword {
    color: #3643BA;
    background: white;
    border: 1px solid #3643BA;
    font-weight: bold;
    width: 100%;
}

    #linkSendPassword:hover {
        cursor: pointer;
    }

.buttonDownload {
    background: #0073b2;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: bold;
    padding:10px 16px;
    font: bold 16px Arial, Helvetica, sans-serif;
    text-transform:uppercase;
}

.buttonDownload:hover {
    background: #7ab2d0;
    cursor: pointer;
}


#btnChangeLang:hover {
    border: 1px solid #f0f8ff42;
}

.lientracking:hover {
    cursor: pointer;
}
.lienpopup:hover {
    cursor: pointer;
}



.expeditorinfo_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.header_close {
}

.FollowDocumentForm .OrderFollowParameter
{            
    white-space:nowrap;
}

/*.FollowDocumentForm input[type="text"].login-input-text {
    width: 200px;
}*/

img.header-dkp-logo {
    
    max-height: 45px;
    width: auto;
    height: auto;
}

img.footer-dkp-logo {            
    max-height: 35px;
    width: auto;
    height: auto;

}

.information_log_moving {
    background-color: #0082C6;
    color: white;
    position: relative;
    padding: 1px;
    margin: 0px;
}

#ManagePassword label {
    text-align: left;
    cursor: auto;
}