/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- GENERAL ADD-ON --------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */


header .logo.logo-visiteur, .login .logo.logo-visiteur {
    background: url('../img/siah-nav-logo.svg') no-repeat center;
    background-size: contain;
    height: 90px;
}

.content-medium .row-seance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    height: 80px;
    cursor: pointer;
}

.content-medium .row-seance .title {
    font-weight: bold;
    font-size: 18px;
}

.content-medium .row-seance .subtitle {
    font-size: 14px;
}

.content-medium .row-seance.seance-to-come .title {
    color: #007abd;
}

.content-medium .row-seance .participation-statut {
    font-weight: bold;
}

.content-medium .row-seance .participation-statut .participation-statut-content {
    display: flex;
}

.content-medium .row-seance .participation-statut .participation-statut-content .icon {
    margin-right: 5px;
}

.content-medium .document-container {
    margin-bottom: 50px;

}

.content-medium .document-container .document {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    height: 90px;
    width: 100%;
    color: #ffffff;
    padding: 10px 15px;
    margin-left: 0;
    margin-bottom: 10px;
}

.table-comites {
}

.table-comites td {
    vertical-align: top !important;
}

.table-comites .action-title {
    min-width: 320px;
}

.table-comites ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.table-comites ul li {
    margin-bottom: 15px;
}

.table-comites .date {
    font-weight: bold;
    font-size: 12px;
}

.table-comites .date u {
    text-decoration: none;
    border-bottom: solid 2px #CCC;
}

.table-comites .sceance {
    color: #007abd;
    font-weight: bold;
}

.table-comites .documents {
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}

.table-comites .documents li {
    padding-left: 15px;
    border-left: solid 2px #CCC;
}

.table-comites .documents li a {
    color: #12af52;
}

.table-comites .status {
}

.table-comites .status .icon {
    float: left;
}

.table-comites .status .status-on {
    font-size: 12px;
    color: #12af52;
}

.table-comites .status .status-off {
    font-size: 12px;
    color: #E74C3C;
}

.table-comites .status .status-off:before {
}

.table-comites .status .status-info {
    border-top: solid 2px #EEE;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 12px;
}

.content-medium .status-finish {
    background: #888;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.table-comites .status .status-finish {
    color: #888;
}

.table-comites .action {
}


.form-presence-comite .action label,
.table-comites .action label {
    float: left;
    width: 86px;
    background: #EEE;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.form-presence-comite .action label {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-presence-comite .action label span,
.table-comites .action label span {
    position: relative;
    z-index: 5;
    padding: 5px;
    display: block;
}

.table-comites .action label input[type="radio"] {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0;
    background: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-presence-comite .action label:hover input[type="radio"],
.table-comites .action label:hover input[type="radio"] {
    background: #CCC;
    border: none;
}

.form-presence-comite .action label input[type="radio"]:checked,
.table-comites .action label input[type="radio"]:checked {
    background: #c2c2c2;
    border: none;
    color: #FFF !important;
}

.form-presence-comite .action input[type="radio"]:checked + label,
.table-comites .action label input[type="radio"]:checked + span {
    border: none;
    color: #FFF !important;
}

.form-presence-comite .action input[type="radio"] + label {
    height: 80px !important;
}

.form-presence-comite .action input[type="radio"]:checked + label.success,
.table-comites .action label input[type="radio"]:checked + span.success {
    background: #12af52;
}

.form-presence-comite .action input[type="radio"]:checked + label.danger,
.table-comites .action label input[type="radio"]:checked + span.danger {
    background: #F84545;
}

.form-presence-comite .action input[type="radio"]:checked + label.warning,
.table-comites .action label input[type="radio"]:checked + span.warning {
    background: #FAD46B;
    color: rgb(44, 62, 80) !important;
}

.form-presence-comite .action input[type="radio"],
.form-presence-comite .action input[type="radio"]:checked:before,
.table-comites .action input[type="radio"]:checked:before {
    display: none;
}

.form-presence-comite .action input[type="radio"]:checked:hover,
.table-comites .action input[type="radio"]:checked:hover {
    background: #c2c2c2;
    border: none;
    color: #FFF !important;
}

/*.form-presence-comite .action button,*/
.table-comites .action button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: none;
    background: #02BAF2;
    float: left;
    height: 28px;
    color: #FFF;
}

.form-presence-comite .action button, .form-presence-comite .action label {
    float: none;
    height: inherit;
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-presence-comite .action button:hover,
.table-comites .action button:hover {
    background: #007abd;
}

.form-presence-comite .action-alt {
    border: none;
}

.table-comites .action-alt {
    border-top: solid 2px #CCC;
    margin-top: 10px;
    padding-top: 10px;
}

.form-presence-comite .action-alt b,
.table-comites .action-alt b {
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
}

.form-presence-comite .action-alt select.form-control,
.table-comites .action-alt select.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 15px;
    font-size: 13px;
    background: #FFF url(../img/img-form-select.svg) no-repeat right center;
    border: 1px solid #CCC;
    opacity: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.form-presence-comite .action-alt select.form-control {
    height: 50px;
    font-size: 18px;
}