/* base css */
nav.bg-color{
    background-color: rgba(2, 101, 92, 0.71);
}
div.bg-color-sidebar{
    background-color: #1d3030;
}
/* cursorNavBar */
ul > li > a.cursor-navbar{
    cursor: pointer;
}

body{
    font-family: "Montserrat", sans-serif; 
    background-color: rgba(185, 168, 168, 0.32);
    color: #0a3e72;
}
.nav-link{
    transform: scale(1);
    transition: all, 400ms;
}
.nav-link:hover{
    color: #ffffff;
    transform: scale(1.1);
}
.btn.btn-primary{
    border-radius: 25px !important;
    border-color: #0f7168 !important;
    color: #0f7168;
    background-color: white;
    transform: scale(1);
    transition: transform 400ms;
}
.btn.btn-primary:hover{
    color: #fff !important;
    background-color: rgba(2, 101, 92, 0.71) !important;
    /* background-color: rgba(2, 22, 22, 0.89) !important; */
    transform: scale(1.05);
}
.btn:disabled{
    color: #0f7168 !important;
    background-color: rgb(248, 244, 244) !important;
    transform: scale(1);
}
.btn:disabled:hover{
    cursor: no-drop;
    transform: scale(1);
}
select{
    border-radius: 25px !important; 
    font-family: "Montserrat", sans-serif; 
}
input{
    border-radius: 25px !important; 
    font-family: "Montserrat", sans-serif;
}
/*Page login*/
input[name=password]{
    font-family: "Montserrat", sans-serif;
    border-top-right-radius: 0% !important;
    border-bottom-right-radius: 0% !important;
}
input[name=password]:focus{
    font-family: "Montserrat", sans-serif;
    border-top-right-radius: 0% !important;
    border-bottom-right-radius: 0% !important;
}
/*Page register*/
input[name=password1]{
    font-family: "Montserrat", sans-serif;
    border-top-right-radius: 0% !important;
    border-bottom-right-radius: 0% !important;
}
input[name=password1]:focus{
    font-family: "Montserrat", sans-serif;
    border-top-right-radius: 0% !important;
    border-bottom-right-radius: 0% !important;
}
input[name=password2]{
    font-family: "Montserrat", sans-serif;
    border-top-right-radius: 0% !important;
    border-bottom-right-radius: 0% !important;
}
input[name=password2]:focus{
    font-family: "Montserrat", sans-serif;
    border-top-right-radius: 0% !important;
    border-bottom-right-radius: 0% !important;
}
.form-control:focus{
    border-color: #9b94944d; 
    outline: none; 
}
.form-select:focus{
    border-color: #9b94944d; 
    outline: none; 
}
/* input[type=email]:focus{
    border: 2px solid #19796f !important;
} */
/* input[type=email]:not(:focus):invalid{
    border: 2px solid #e2212a !important;
} */
/* ---------------------menu hamburger animation -------------------*/
.animated-icon1 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
    cursor: pointer;
}
.animated-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}
.animated-icon1 span {
    background: #e3f2fd;
}
.animated-icon1 span:nth-child(1) {
    top: 0px;
}
    
.animated-icon1 span:nth-child(2) {
    top: 10px;
}
    
.animated-icon1 span:nth-child(3) {
    top: 20px;
}
    
.animated-icon1.open span:nth-child(1) {
    top: 11px;
    transform: rotate(135deg);
}
    
.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
    
.animated-icon1.open span:nth-child(3) {
    top: 11px;
    transform: rotate(-135deg);
}
/* affichage calendrier */

.input-group {
    border-radius: 5px;
}

input.form-personaliser {
    border-radius: 5px 0 0 5px;
    border: solid 1px rgba(0,0,0,.15);
    border-right: none;
}

input.form-personaliser:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.15);
}

input.form-personaliser::placeholder {
    font-family: 'Open sans', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
}

.input-group-append {
    border: solid 1px rgba(0,0,0,.15);
    border-left: none;
    border-radius: 0 5px 5px 0;
}

.input-group-text {
    border-radius: 0 5px 5px 0;
    color: #04c;
    background-color: #fff;
    border: none;
}


.datepicker-dropdown {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    /* margin-top: 102px; */
}

.datepicker {
    padding: 0;
}

.datepicker-dropdown:after {
    border-bottom-color: #08c;
}

.datepicker-days .table-condensed thead tr:nth-child(2), .datepicker-months .table-condensed thead tr:nth-child(2),
.datepicker-years .table-condensed thead tr:nth-child(2), .datepicker-decades .table-condensed thead tr:nth-child(2),
.datepicker-centuries .table-condensed thead tr:nth-child(2) {
    background: linear-gradient(to bottom,#08c,#04c);
    color: #fff;
}
.datepicker-days .table-condensed thead tr:nth-child(2) th:hover, .datepicker-months .table-condensed thead tr:nth-child(2) th:hover,
.datepicker-years .table-condensed thead tr:nth-child(2) th:hover,.datepicker-decades .table-condensed thead tr:nth-child(2) th:hover,
.datepicker-centuries .table-condensed thead tr:nth-child(2) th:hover {
    background: linear-gradient(to bottom,#08c,#04c);
    color: #fff;
}

.datepicker-days .table-condensed tfoot, .datepicker-months .table-condensed tfoot, .datepicker-years .table-condensed tfoot,
.datepicker-decades .table-condensed tfoot, .datepicker-centuries .table-condensed tfoot {
    border-top: solid 1px rgba(0,0,0,.15);
}

/* animation carte stats */
.animatestats{
    transform: scale(1.0);
    transition: transform 400ms;
  }
.animatestats:hover{
    transform: scale(1.1);
}
.boxShadowCartestats{
    box-shadow: none;
    transition: box-shadow 400ms;
}
.boxShadowCartestats:hover{
    /* box-shadow: 2px 2px 5px #c378eed5 ; */
    /* box-shadow: 2px 2px 5px #45daa8d5 ; */
    box-shadow: -2px -2px 5px #45daa8d5, 2px -2px 5px #45daa8d5, -2px 2px 5px #45daa8d5, 2px 2px 5px #45daa8d5;
}

/* Datetimepicker Congé page */
/* enleve les arrondi droit et arrondi haut et bas gauche du calendrier */
div.dbdp > input[type=text]{
    border-right: none; 
    border-top-right-radius: 0% !important; 
    border-bottom-right-radius: 0% !important;
}
div.dbdp > div.input-group-append{
    border: solid 1px #3d37374d; 
    border-top-right-radius: 25px; 
    border-bottom-right-radius: 25px;
}