﻿.carte_thumb {
    height: 52%;
    width: 26%;
    position: absolute;
    left: 10%;
    top: 39%;
    -moz-transform: scale(0.8, 0.8);
    zoom: 0.8;
}

/* Chrome 29 and newer */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .carte_thumb {
        height: 41%;
        width: 21%;
        position: absolute;
        left: 10%;
        top: 39%;
    }
}

/* Chrome 22-28 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .carte_thumb {
        height: 41%;
        width: 21%;
        position: absolute;
        left: 10%;
        top: 39%;
    }
}

.imgPhoto-dimension {
    width: 281px;
}


.carte_image {
    border-radius: 25px;
    border: 1px solid;
}

#my_camera video {
    margin-left: 152px !important;
}

.hr-pass-underscore {
    color: #335368;
    border-top: 2px solid;
    margin: 2px 0px 2px 0px;
}

.table-align-data {
    border: none !important;
    border-top : none !important;
    margin-top : 20px;
    margin-bottom : 20px;
}

.table-align-data td {
    border: none !important;
    border-top: none !important;
    padding-top:0px !important;
}

.table-align-data .radio {
    padding-top: 0px !important;
}

.table-border-grey {
    border-color: #ddd !important;
    border-top-color: #ddd !important;
}

.table-border-grey th {
    border-color: #ddd !important;
    border-top-color: #ddd !important;
}

.table-border-grey td {
    border-color: #ddd !important;
    border-top-color: #ddd !important;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.radio-vertical-spacing-5 label{
    margin-top : 8px;
    margin-bottom : 8px;
}

.fileupload-hidden-field {
    margin-left: -20000000px;
    margin-top: -30px;
}

.statutdemandetarification-ko {
    color:red;
}

.statutdemandetarification-ok {
    color:forestgreen;
}

.statutdemandetarification-undefined {
    color:#000000;
}

.jcrop-keymgr {
    display:none !important;
}