html {
    font-family: Open Sans !important;
  }

.row-full{/*largeur pleine page crud*/
 width: 98vw;
 position: relative;
 margin-left: -49vw;
 left: 50%;
}

.bg-img {
background-image:  url('../img/carousel/2.jpg');
background-position: center, center;
background-size: cover;
background-repeat: no-repeat, no-repeat;
}

.bg-color {/*couleur de fond*/
background-color: #FFF5EE;
}

.bg-login-img {
background-image:  url('../img/pages/private.jpg');
background-position: center, center;
background-size: cover;
background-repeat: no-repeat, no-repeat;
}

.inline-icon {/*icon aligné sur texte*/
    vertical-align: bottom !important;
 }

.card {
    border-radius: 5px !important;
}

.card-transparent {/* card transparence*/
    opacity: 0.8;
 }

.card .page-chapo {
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}

/* side nav */
.side-nav {
width: auto;
}
.side-nav li > a {
    padding: 0 16px;
}

.dropdown-content {
    min-width: 250px ;
 }

.ui-autocomplete li.ui-menu-item  {
    font-size: 1rem !important;
}

.card .card-title {
    font-size: 1.8rem !important;
    font-weight: 500 !important;
}
.card .card-content > h1 {
    font-size: 1.8rem !important;
    font-weight: 500 !important;
    margin: 0 0 0.5em 0;
}

.transform:hover {/*image au survol*/
    transform: scale(1.08);
}
.tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.tabs .indicator {
    color: transparent !important;
}

.tabs .tab a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 1.3rem;
    color: #009688;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease;
    transition: color .28s ease;
}

.tabs .tab a:hover, .tabs .tab a.active {
    background-color:#009688;;
    color: #ffffff;
}
.tabs .tab-required a {
    color: rgb(196, 29, 17);
}

.tabs .tab-required a:hover, .tabs .tab-required a.active {
    background-color:rgb(196, 29, 17) !important;
    color: #ffffff;
}

/*input des résultats de calcul biométrie*/
input.biometry-result {
        text-align: center !important;
        border: 3px solid #009688 !important;
        background-color:#00a500 !important;
        font-size: 1.8rem !important;
        padding: 5px !important;
        color:#ffffff !important;
    }
/* span longueur d'aile */
input[type=range] + .thumb.active .value {
    font-size: 0.8rem !important;
    color: #ffffff !important;
  }

/* input label */
.input-field label, .range-field label {
   font-size: 1.3rem !important;
   }
   
/* multi select */
.input-field .dropdown-content [type="checkbox"]+label {
    top: 0; /* previously 1px; */
    display: inline; /* previously inherits `display: inline-block;` from `[type="checkbox"]+label` */
  }
.checkbox-red[type="checkbox"].filled-in:checked + label:after{
    border: 2px solid red;
    background-color: red;
}
.checkbox-orange[type="checkbox"].filled-in:checked + label:after{
    border: 2px solid orange;
    background-color: orange;
}
/*input de outils/coordonnées*/
input.coord-input {
        text-align: center !important;
        border: 3px solid #d9534f !important;
        font-size: 1.8rem !important;
        padding: 5px !important;
        color:#d9534f !important;
    }
input.coord-output {
        text-align: center !important;
        border: 2px solid #93979A !important;
        font-size: 1.8rem !important;
        padding: 5px !important;
        color:#93979A !important;
    }
input.coord-output-green {
        text-align: center !important;
        border: 2px solid #009688 !important;
        font-size: 1.8rem !important;
        padding: 5px !important;
        color:#009688 !important;
    }

.table bordered th,td {
        border: 1px solid;
}