﻿body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.caseACocher {
    vertical-align:top;
}

.btn-default {
    background-color: #f5f5f5 !important;
}

/*.navbar .divider-vertical {
height: 40px;
margin: 0 9px;
border-left: 1px solid #f2f2f2;
border-right: 1px solid #ffffff;
}*/

.form-signin {
    max-width: 360px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin input[type="text"],
    .form-signin input[type="password"] {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
    }

.message-container {
    margin-bottom: 10px;
}

.message-bar {
    padding: 2px;
    color: #fff;
}

.message-public {
    border: 1px solid rgb(73, 148, 55);
    background-color: rgb(87, 191, 71);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.message-drive {
    border: 1px solid rgb(76, 130, 196);
    background-color: rgb(92, 158, 239);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.message-admin {
    border: 1px solid rgb(155, 104, 13);
    background-color: rgb(250, 188, 77);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.message-body {
    padding: 2px 2px 99999px 5px;
    background-color: #fff;
    min-height: 105px !important;
    margin-bottom: -99999px;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.message-admintool {
    margin-top: 3px;
}

.menu-nav-tabs ul > li > a {
    min-width: 180px !important;
    max-width: 230px !important;
    font-size: 10px !important;
}

.modele-panel, .message-panel {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 5px 2px #bebebe;
    box-shadow: 1px 1px 5px 2px #bebebe;
    padding: 5px;
    height: 100%;
    overflow: auto;
}

.modele-tab-content, .message-tab-content {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

label {
    font-weight: bold;
}

.form-legende {
    font-size: 12px;
    color: #adadad;
    margin-top: -8px;
    margin-bottom: 10px;
}

.traitDroite {
    border-right-style: double;
    border-right-width: thin;
    border-right-color: #C0C0C0;
    border-bottom-style: hidden;
    background-color: #F0F0F0;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hidden {
    display:none;
}

