﻿.helper {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    background-image: url('images/helper.gif');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.divForm {
    clear: both;
    display: block;
    margin-bottom: 5px;
}
/*.divForm label {
    display: table-cell;
}*/

.labelForm {
    display: block;
    width: 250px;
    float: left;
    clear: both;
    margin-right: 5px;
}

.labelFormRight {
    display: table-cell;
    /*background-color: #ddd;
    border: 1px solid #cccccc;
    display: block;
    float: left;
    padding: 3px 0;
    width: 302px;*/
}

.labelTitleCarte {
    display: block;
    font-weight: bold;
}

.clear {
    display: block;
    clear: both;
    font-size: 0px;
    height: 1px;
}

.tb100px {
    color: inherit;
    width: 100px;
    /*border: solid 1px #B7B7B7;*/
}

.tb300px {
    color: inherit;
    width: 300px;
    /*border: solid 1px #B7B7B7;*/
}

.tb500px {
    color: inherit;
    width: 500px;
    /*border: solid 1px #B7B7B7;*/
}

.textareaNoWidth {
    /*border: solid 1px #B7B7B7;*/
}

.ddl300px {
    width: 304px;
    /*border: solid 1px #B7B7B7;*/
}

.chklist300px {
    background-color: #ffffff;
    width: 302px;
    display: block;
    float: left;
    height: 160px;
    overflow-x: auto;
    /*border: solid 1px #B7B7B7;*/
}

    .chklist300px label {
    }

    .chklist300px input {
    }


.chklist300pxnoheight {
    background-color: #ffffff;
    width: 302px;
    display: block;
    float: left;
    overflow-x: auto;
    /*border: solid 1px #B7B7B7;*/
}

.chklistnoheight {
    display: block;
    float: left;
    overflow-x: auto;
}

.myCustomDialogBackGround {
    border: 1px solid #aaaaaa;
    background: #EFEFEF;
}

.bluebold {
    font-weight: bold;
    color: #005B7D;
}

.bold {
    font-weight: bold;
}

.downloadCV {
    background-image: url("images/download.png");
    background-repeat: no-repeat;
    display: inline-block;
    font-weight: bold;
    height: 27px;
    padding-left: 28px;
}

fieldset {
    background-color: #f5f8fd;
    border: 1px solid rgba(204, 0, 0, 0.4);
    margin-bottom: 5px;
}

legend {
    color: #005b7d !important;
    font-size: 12px;
    font-weight: bold !important;
    text-transform: uppercase;
}