/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019-02-12, 10:00:22
    Author     : Sygif
*/
.page-connexion .bg-photo {
    background:url(img/photo_sygaction-min.jpg);
    background-size:cover;
    background-position: center center;
}
body {
    background:#f8f9fc;
}
#page-content-wrapper {
    width:100%;
}
.anno .anno-inner .anno-content {
    font-family: 'Nunito', sans-serif !important;
    font-size: 15px !important;
}
.custom-checkbox .error {
    display:block;
    color: #9f3a38;
}
strong {
    font-family: 'Nunito', sans-serif;
}
.border-left-primary {
    border-left: .20rem solid #007bff!important; 
}
.border-left-danger {
    border-left: .20rem solid #dc3545!important; 
}
.alert-small {
    font-family: 'Nunito', sans-serif;
}
.card-principal {
    border-width:3px;
}
.shadow {
    -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}
h1, h2, h3, h4, h5, h6,  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Nunito', sans-serif;
}
.breadcrumb {
    background-color: #e8ebef;
    margin-bottom: 30px;
}
p {
    font-family: 'Nunito', sans-serif;
    color: #485261;
    font-weight: 400;
    font-size:0.9rem;
}
ul li, ol li {
    font-family: 'Nunito', sans-serif;
    color: #485261;
    font-weight: 400;
    font-size:0.9rem;
}
.text-secondary {
    color: #82909e !important;
}
.max-container {
    max-width: 1300px;
}
label {
    font-family: 'Nunito', sans-serif;
    font-weight:bold;
}
.btn-lg {
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    font-weight: 700;
}
.alert-aide.alert-primary {
    color: #004085;
    background-color: #f5f6f7;
    border-color: #007bff;
}
.aide {
    font-family: 'Nunito', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
}
.alert-aide strong {
    font-size: 1.1rem;
}
table {
    font-family: 'Nunito', sans-serif;
}
.badge {
    font-weight: 300;
}
.btn {
    font-family: 'Nunito', sans-serif;
    font-size: 0.85rem;
}
.list-group-flush .list-group-item {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
}

/**********************************************/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    font-size: 0.90rem;
    font-weight: 700;
    color: #fff;
}
/*.navbar-dark .navbar-nav .nav-link.active {
    background: rgba(255, 255, 255, 0.20);
    border-radius: 300px; 
}*/
.navbar-brand {
    font-family: 'Quicksand', sans-serif;
    font-weight:700;
    font-size:0.9rem;
}
.navbar {
    min-height:53px;
} 
.fa-mondossier {
    font-size:36px;
    color: #dddfeb;
}
.fa-question {
    font-size:14px;
}
.not-allowed { cursor: not-allowed; }


/*****************************************************/
body {
    background-color: #f5f6f7;
}
.ui.form .field>label {
    display: block;
    margin: 0 0 .28571429rem 0;
    color: #212121;
    font-size: .9em;
    font-weight: 300;
    text-transform: none;
}
.page-100 {
    padding-top:106px
}
.icon-36 {
    font-size:36px !important;
}
.ui.form select {
    padding: 1em 1.2em;
}
.form-control {
    font-family: 'Nunito', sans-serif !important;
    margin: 0em;
    outline: none;
    -webkit-appearance: none;
    tap-highlight-color: rgba(255, 255, 255, 0);
    line-height: 1.21428571em;
    padding: 1em 1.2em;
    font-size: 1em;
    background: #ffffff;
    border: 2px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
    border-radius: 0.28571429rem;
    box-shadow: 0em 0em 0em 0em transparent inset;
    transition: color 0.1s ease, border-color 0.1s ease;
    height: auto;
}
.form-control.error {
    background: #fff6f6;
    border-color: #e0b4b4;
    color: #9f3a38;
    border-radius: '';
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control + .error {
    color: #9f3a38;
}
/*.page-connexion {
    margin-top:100px;
}*/
@media (min-width: 1200px) { 
    .page-connexion .bg-white {
        margin-top:0px;
        height:100%;
        min-height: calc(100vh - 50px);
    }
}
.icon-app {
    font-size:48px;
}
.form-group.required label::after{
    content:"*";
    color:red;
}
.form-check label.error {
    display:none !important;
}
.bold {
    font-weight:bold;
}
.nom-organisation {
    font-weight: 500;
    color: #000 !important;
}
.breadcrumb {
    font-size: 0.9rem;
}
.stripe-button-el {
    display:none !important;
}
.navbar-toggler {
    background: #fff;
    color: #007bff;
    height: 45px;
    width: 45px;
    border:0px;
    outline:none;
    font-size: 16px;
}
.navbar-dark .navbar-toggler {
    color: #007bff;
}