footer{
    padding: 15px;
}

footer > div > div.row{
    padding-bottom: 12px;
    padding-top: 12px;
}

.home{
    margin-top: 150px;
    min-height: 250px;
}

.home span{
    vertical-align: middle;
}

.home .icon {
    font-size: 3.5em !important;
    color: #fabf4c;
    vertical-align: middle;
}

#newMail{width: 300px;}
.formLre table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.formLre td, .formLre th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.formLre tr:nth-child(even) {
    background-color: #dddddd;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}


.divMysend{
    border-radius: .2em;
    border: 1px solid #cccccc;

    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
.divMysend:focus
{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px     rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

.inline {
    float:left;
    width: 33%;
    font-size: 15px;
}
.clearBoth { clear:both; }

.divLre{
    /*background-color: #4a4544;*/
    background-color: #ffd044;
    margin-top: 30px;
    border: 1px solid #dddddd;
    border-bottom: none;
    padding: 7px;
    /*padding: 15px 10px 15px 10px;*/
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px 4px 0px 0px;
    font-weight: bold;
}

.divLre .inline{
    color: #484b50;
}


.plusInfo {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    text-align: center;
    margin-top: -4px;
}

.textePlusInfo{
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: -16px;
    left: -0px;
}

.status-create {

}

.gras{
    font-weight: bolder;
}

.obligatoire:after{
    content: " *";
    font-weight: bolder;
    color: red;
}

#ui-tabs-1 .ui-accordion-content{
    /*background: orchid !important;*/
}
#ui-tabs-1{
    /*background: orchid !important;*/
}

h3.ui-accordion-header.ui-helper-reset.ui-state-default.ui-corner-all{
    background: #ffffff;
}
h3.ui-accordion-header.ui-helper-reset.ui-state-active.ui-corner-top{
    background: #ffffff;
}

div#ui-tabs-1 .titre{
    font-size: 11px;
    font-weight: bolder;
    color: #484b50;
    background-color: #e2e2e2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 0px;
    border: 1px solid #dddddd;
    border-top: none;
    border-bottom: none;
    padding: 5px 15px 5px 30px;
}

.inlinesTitre {
    float:left;
    width: 25%;
}

.status-create {
    background: #F5D76E;
}
.status-deposit {
    background: #b1e6aa;
}
.status-dispatch {
    background: #2ECC71;
}
.status-mail_error {
    background: #F89406;
}
.status-accepted {
    background: #59ABE3;
}
.status-refused {
    background: #EF4836;
}
.status-ignored {
    background: #6C7A89;
}
.status-opened {
    background: #0c17fc;
}

.status {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -3px;
}

.textLre{
    border: 1px solid #dddddd;
    padding: 10px;
    margin: 20px;
}

.ui-widget-header{
    background: #ffc000 50% 50% repeat-x !important;
}

/*#pageLre input, #pageLre textarea{
    border-color: #ffc000 !important;
}*/

/*.chosen-choices{
    border-width: 2px !important;
    border-bottom-color: #ffc000 !important;
    border-right-color: #ffc000 !important;
    border-left-color: #ab8100 !important;
    border-top-color: #ab8100 !important;
}

.jqte{
    border-width: 2px !important;
    border-bottom-color: #ffc000 !important;
    border-right-color: #ffc000 !important;
    border-left-color: #ab8100 !important;
    border-top-color: #ab8100 !important;
}

.dropzone.dz-clickable{
    border-width: 2px !important;
    border-bottom-color: #ffc000 !important;
    border-right-color: #ffc000 !important;
    border-left-color: #ab8100 !important;
    border-top-color: #ab8100 !important;
}*/

.ui-tabs .ui-tabs-nav {
    padding: 0 !important;
}

.ui-icon{
    position: absolute !important;
    left: .5em !important;
    top: 50% !important;
    margin-top: -8px !important;
}

.bg-faded {
    background-color: #eeeeee !important;
}

.my-panel {
    margin-bottom: 30px;
}


/********************************************
            BLOC ERROR BOOTSTRAP 3 COMPATIBILITY
********************************************/
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a6a6a6;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #d84224;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #d84224;
}


/********************************************
            CUSTOM CSS V2
********************************************/
.fa1 {
    font-size: 1.3em !important;
}
.fa2 {
    font-size: 1.4em !important;
}

.card > .card-block > ul > li {
    list-style: none;
}
.deposit-details {
    margin: 0px;
    border-radius: 4px;
    background-color: white;
    border: 1px solid #dddddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
