/*
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 : 11 juin 2019, 11:01:19
    Author     : toky
*/
@font-face {
    font-family: "Poppins-Regular";
    src: url('../fonts/Poppins-Regular.ttf');
}
a, a:visited{
    color:#000000;
}
a:hover{
    text-decoration: none !important;
}
.navbar{
    padding: 10px 20px;
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 0 0 4px #ccc;
    background-color: #EBF4FF;
}
.navbar-right{
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size:9pt;
    position: fixed;
    right: 20px;
    top: 0;
}
.navbar-brand{
    font-family: Copperplate Gothic Light, Book Antiqua;
    font-weight: 600;
    font-size: 14.5pt;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0;
    margin-right: 2rem;
}
#sidebar .navbar-nav .nav-item .nav-link {
    color:black; 
    font-size:10pt;
    margin: 0 14px;
}
#sidebar.active .navbar-nav .nav-item .nav-link {
    margin: 0 2px;
}
#sidebar .nav-item .dropdown-menu {
    left: 236px !important;
    top: -35px !important;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
#sidebar.active .nav-item .dropdown-menu {
    left: 76px !important;
}
.navbar-nav .dropdown-menu{
    background:#F0F0F0; 
}
.navbar-nav .nav-item.dropdown.show, .navbar-nav .nav-item:hover{
    background:#FFF;
}

.navbar-nav .dropdown-menu .dropdown-item {
    font-size:10pt;
    margin:0; 
}

.page-titre{
    padding: 10px 20px;
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #036FC7;
    box-shadow: 0 1px 3px 1px #aaa;
    border-radius: 4px;
    margin-top: 60px;
    color: white;
}
.page-titre h5 {
    margin-bottom: 0.25em;
}
.toolbar {
    float: left;
    /*margin-top: 10px;*/
}

.toolbar a{
    color:#333;
    /*margin: 0 15px;*/
}

#toolbar-content {
    display: flex;
    float: left;   
    width: 70%;
}

#toolbar-content .form-inline{
    width: 100%;
}

/*@media (min-width: 768px)*/
#toolbar-content label{
    margin-left: 25%;
    margin-right: 5px;
}

#toolbar-content select{
    border-left: none;
    border-right: none;
    border-top: none;
    padding-left: 0;
}

#modalLoader {
    top: 45%;
}

#modalLoader .spinner-border{
    width: 5rem;
    height: 5rem;
}

.tableSearchList input.input-recherche{
    width:100%!important;
    border:1px solid  #CFCFCF;
    font-size: 10pt!important;
    padding-left:10px; 

}

.tableSearchList input.input-recherche::placeholder-shown,
.tableSearchList input.input-recherche::placeholder,
.tableSearchList input.input-recherche::-webkit-input-placeholder,
.tableSearchList input.input-recherche::-moz-placeholder, 
.tableSearchList input.input-recherche:-ms-input-placeholder
{
    font-size: 6px!important;
}

.tableSearchList tfoot {
    display: table-header-group;
}

.form-suppression{
    margin: 20px;
    margin-bottom: 10px;
}

.form-suppression p{
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
}

.multiselect-2{
    width:100%;
}

.multiselect-2-container .select2-container{
    width:100%!important;
}

.select2-container--default .select2-selection--single {
    height: 38px!important;
    padding: 0.375rem 0.75rem;
}
#logo {
    top: 22px;
    position: relative;
    left: 10px;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 1px;
    cursor: default;
    color: #026EC7 !important;
}
a.nav-link:hover {
    color: #026EC7 !important;
}
.container {
    min-width: 96%;
    padding-top: 30px;
}
.dropdown-item {
    padding: 0.5rem 1rem;
}
.dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0 2px 2px #999;
}
.btn-theme {
    background-color: #012D50;
    padding: 6px 15px;
    color: white !important;
    box-shadow: 0 0 2px 1px #aaa;
    transition: all ease-in-out 0.3s;
}
.btn-theme:hover {
    background-color: #00457B;
    box-shadow: 0 0 3px 1px #fff;
    color: white;
}
.btn-140 {
    min-width: 140px;
}
.text-muted {
    color: #000 !important;
}
.btn-primary {
    background-color: #036FC7;
}
.icon-add {
    content: "";
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline-offset: 0;
}
button[type="reset"] {
    min-width: 110px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

#editpassword_btn {
    border:none;
    font-size:14px;
    width:100%;
    padding-right:36px;
}

#editpassword_btn:hover {
    background: #ffffff8c;
}

#editpassword_btn:focus {
    outline:none;
}

@media (max-width: 819px) {
    #nav-content .navbar-nav .nav-item a.nav-link:first-child {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 88px;
    }
}

.green{
    color:green
}
.red{
    color:red;
}

#sidebar .navbar-nav .dropdown-menu .dropdown-item {
    border-left: 4px solid transparent;
    transition: all ease-in-out 0.3s;
}
#sidebar .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #036FC7;
    border-left: 4px solid #036FC7;
}