/*********** GENERAL ***********************/
body{
    font-size: 15px;
}

body p{
    color:white;
    text-shadow:1px 1px 1px black;
}


/*********** FENETRE MODALE *************** */
.modal-content{
    /*    background-color: rgba(0,0,0,0.8);*/
    background-image:url('../../src2/img/bg/7.jpg');
    background-size: cover;
    background-repeat:no-repeat;
    border:1px dotted rgba(100,100,130,0.95);
    border-radius: 10px !important;
    box-shadow: 0 0 50px black;
}
.modal-backdrop{
    background-color:rgb(255,255,255);

}
.modal-backdrop.show {
    opacity: 0.3;
}
.modal-title {
    color: #FFF;
    font-weight: 700;
    text-shadow:1px 1px 1px black;
}
button.close{
    color:white;
    transition: transform 1s;
}
button.close:hover{

    transform: rotateY(-360deg) scale(2,2);
    color:white;
}
.submit_wait {
    -webkit-animation: fa-spin 2s linear infinite; 
    animation: fa-spin 2s linear infinite;
}
/*************************************************************/



/******** SIDEBAR ***********/
.user__name{
    color:white;
}
.dropdown-menu{
/*    color:white;*/
    border: 1px dotted rgba(255,255,255,0.25);
    background-color: rgba(255, 255, 255, 1);
}
.dropdown-item{
    color:black;
    border: 1px dotted rgba(255,255,255,0.25);
    text-shadow:none !important;
}


/*************************************************************/


/************ TITRES ***********/
h1, h2,h3,h4,h5,h6{
    text-shadow:1px 1px 2px black;
    color:white;
}

h2{
    margin-top: 5px;
    margin-bottom: 30px;
}
/***********************************************************/



/********** FORMULAIRES ***********/

.form-control:focus{
    border-color: rgba(255,255,255,0.95);
}
label{
    color:white;
    text-shadow:1px 1px 2px black;
}
label.required:after{
    color:red;
    content:' *';
}
.form-control{
    color: #fff;
    /*text-shadow:1px 1px 1px black;*/
    font-size: 16px;
}

.form-control:focus{
    color:#FFF;
    text-shadow:1px 1px 1px black !important;
    /*    font-weight:bold;*/
    border-color:white;
    border-width: 0px 0px 1px 0px;
}

.input-group-addon {
    padding: 0.6rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    color:#114;
    text-shadow:1px 1px 2px white;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    border-radius: 0;
}

::placeholder{
    color: #eee;
    font-style: italic;
    text-shadow:none;
    font-weight:normal;
    font-family:trebuchet, helvetica, sans-serif;
}


.card-body > label {
    color:red;
} 

select option{
    color:black;
}

select:after{
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent !important;
}


.form-control-lg{
    font-size: 1em;
}

.btn-rounded{
    border-radius: 100%;
    padding:5px;
}

.submit_wait{
    background-color: none;
    color: rgb(30,255,70) !important;
    text-shadow:1px 1px 1px black;
    margin: 1px;
    font-size:31px;

    .alert-danger{
        background-color:#ffa8af !important;
    }

    font-weight:bold;
}

.hide {
    display:none;
}

.return_error{
    background-color: rgba(220, 53, 69, 0.95);
    color:white;
    text-shadow:1px 1px 1px black;
    padding:5px;
}

.return_info{
    background-color: rgba(23,162,184,.95);
    color:white;
    text-shadow:1px 1px 1px black;
    padding:5px;
}

.login__block{
    min-width:35vw !important;
}

.card{
    background-color: rgba(255,255,255, 0.15);
    border-radius: 3px;
    border: 1px dotted rgba(255,255,255,0.3) !important;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
}

.dataTable{
    background-color:rgba(255,255,255,0.5);
    border-radius:2px;
    color:#333;
    /*    text-shadow:1px 1px 1px white;*/
}

/*.content__inner:not(.content__inner--sm) {
    max-width: 1450px;
}*/

@media (min-width: 1200px) {
    .content:not(.content--boxed):not(.content--full) {
        padding: 60px 20px 0 270px;
    }

}

@media (max-width: 1199px) and (min-width: 576px){
    .content:not(.content--boxed):not(.content--full) {
        padding: 60px 30px 0;
    }



}

h3{
    width:100%;
    padding-bottom: 3px;
    border-bottom: 1px dotted white;
}

.table thead > tr > th {
    background-color: rgba(255,255,255,0.95);
    border-top: 0;
    border-bottom: 0;
}

.dataTables_length > label select, .dataTables_length > label input[type=search], .dataTables_filter > label select, .dataTables_filter > label input[type=search] {
    color:white;
    text-shadow:1px 1px 1px black;
    /*    text-shadow:1px1px 1px white;*/
}

.dataTable{
    background-color:rgba(255,255,255,0.4)!important;
}

.table-bordered th, .table-bordered td {
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.dataTable thead > tr > th {
    background-color:rgba(255,255,255,0.5) !important;
    font-weight: bold  !important;
    color:black !important;
    text-shadow:1px 1px 2px white!important;}
.dataTable tbody > tr > td {
    cursor:black!important;font-weight:normal;
}

.table th, .table td {
    padding: 0.5rem 0.75rem;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
}
.dataTable tbody > tr > td:hover {
    cursor:pointer;}
.dataTables_length:after, .dataTables_filter:after {
    color:white;
    text-shadow:1px 1px 1px black;
}
.btn{
    margin:2px;
}
.btn-primary{
    color:white !important;
    background-color: #43c15f !important;
    text-shadow:1px 1px 2px black;
}

.btn-primary:hover{
    background-color: #349649 !important;
    text-shadow:2px 2px 2px rgba(0,0,0,0.8);
    box-shadow: 
        /*        0px 0px 3px 3px rgba(0,0,0,0.25) inset,*/
        2px 2px 2px 2px rgba(0,0,0,0.4);
    border: 1px dotted rgb(30,255,70);
    cursor: pointer;
    transform: scale(1.1,1.1);
}

.breadcrumb-item.active {
    color : rgb(30,255,70);
    text-shadow: 1px 1px 1px black;
}

@media (max-width: 768px) {
    th.min-tablet, td.min-tablet{
        display:none!important;
    }
}

@media (max-width: 992px) {
    th.min-desktop, td.min-desktop{
        display:none!important;
    }
}
.gj-datepicker-md {
    line-height: 1;
    color: rgba(255,255,255,.87);
    position: relative;
}

.gj-textbox-md{
    font-family:"Nunito", sans-serif;
}

.gj-datepicker-md [role=right-icon] {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 24px;
}