﻿body {
    font-size: .80em;
    font-family: Calibri;
    margin: 0px;
    padding: 5px;
    color: #696969;
}

.advertisementCommunicationSMS {
    padding: 10px;
    width: 80%;
    margin: 20px auto;
    border: 2px solid red;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.siteBody {
    margin-top: 30px;
}

.fieldsetMain {
    padding: 10px;
    align-content: center;
    border-color: #f6f6f6;
}

.fieldsetSub {
    padding: 10px;
    align-content: center;
    white-space: nowrap;
    margin: 10px;
    border-color: #f6f6f6;
}

legend {
    color: white;
    font-variant: small-caps;
    font-family: Calibri;
    text-transform: none;
    margin: 0px;
    font-size: 1.2em;
    padding: 0px 0px 6px 0px;
    width: 100%;
    background-color: #808080;
}


.table {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    height: 24px;
}

.tableButtons {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    height: 24px;
    width: 100%;
}


.tableHeader {
    width: 150px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    height: 24px;
}

.tableHeaderWide {
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    height: 24px;
}

.tableData {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    height: 24px;
    width: 227px;
}

span {
    font-size: 12px;
    font-family: Arial, sans-serif;
}

/*textbox*/
input[type="text"] {
    font-size: 12px;
    font-family: Arial, sans-serif;
}

/*buttons*/
input[type="submit"] {
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 120px;
    height: 30px;
    background:#808080;
    color:white;
}

/*dropdown boxes*/
select {
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.tableDataWide {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    height: 24px;
    width: 300px;
    column-span: all;
}

.validator {
    padding: 0px;
    margin: 0px;
    color: Red;
    font-weight: bold;
    font-size: medium;
    vertical-align: top;
}

.leftAlign {
    text-align: left;
    outline: none;
}

.rightAlign {
    text-align: right;
    outline: none;
}



.collapse {
    cursor: pointer;
    display: block;
    margin-left: 20px;
}

    .collapse + input {
        display: none;
    }

        .collapse + input + div {
            display: none;
        }

        .collapse + input:checked + div {
            display: block;
        }

.validatorMessage {
    font-size: .9em;
    color: red;
    margin-left: 10px;
}

:required {
    border-color: red;
}

.creneauDiv {
    width: 100%;
    height: 190px;
    overflow: auto;
}


.boxJourPreferentiel
{
    border-width:1px;
    border-style:solid;
}



.checkmark {
    display:inline-block;
    width: 22px;
    height:22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkmark_circle {
    position: absolute;
    width:220px;
    height:220px;
    background-color: #7cfc00;
    border-radius:110px;
    left:0;
    top:0;
}

.checkmark_stem {
    position: absolute;
    width:30px;
    height:100px;
    background-color:#fff;
    left:110px;
    top:60px;
    border-radius:110px;
}

.checkmark_kick {
    position: absolute;
    width:60px;
    height:35px;
    background-color:#fff;
    left:80px;
    top:125px;
    border-radius:110px;   
}

/*Canal_Plus_Contact*/
.fieldsetSub legend {
    padding-left: 10px;
}
.fieldsetMain legend{
    padding-left:10px;
}
/*End Canal_Plus_Contact*/


