/*
    Created on : 2 nov. 2018, 16:53:35
    Author     : Fenomanana
*/
/*
couleur orange: #e63812;
couleur bleu: #142b67;
couleur bleu clair : #324D91;
*/
@font-face {
    font-family: "Gotham Light";
    src: url(../font/Gotham-Light.woff);
}
body {
    background: #fafafa;
    font-family: "Gotham Light", Verdana, Helvetica, Sans-Serif;
    font-size: small;
    background-size: cover;
    background-repeat: no-repeat;
}

header.entete {
    position: absolute;
    left: 73%;
    top: 1%;
    margin-top: -17px;
    font-size: small;
}

a#logout, a#changerAeroport {
    color: #212529 !important;
}
a#logout:hover, a#changerAeroport:hover {
    color: #6C757D !important;
    text-decoration: none;
}
.tooltip-inner {
    background-color: #324D91 !important;
    padding: 5px 10px;
}
.arrow:before {
    border-top-color: #324D91 !important;
    border-bottom-color: #324D91 !important;
}
li.nav-item a.nav-link {
    color: #FFF !important;
}
li.nav-item a.nav-link:hover {
    background-color: #EEE !important;
    color: #6C757D !important;
}
.nav-pills .nav-link {
    border-radius: 0 !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #EEE !important;
    color: #6C757D !important;
}
/*
* position notif toast
*/
.toast-top-right {
    top: 100px !important;
}

.errorEmail, .errorUsername {
    color: red;
}
.enteteTable>thead>tr {
    background-color: #e63812;
    color: #FFF;
}

table.dataTable {
    border-collapse: collapse!important;
}
.page-item.active .page-link, .btn-primary {
    /*background-color: #142b67 !important;*/
    background-color: #324D91 !important;
    border-color: #324D91 !important;
}
.page-item.active .page-link:hover, .btn-primary:hover {
    background-color: #142b67 !important;
    /*border-color: #324D91 !important;*/
}
li:not(.disabled) .page-link i {
    color: #324D91 !important;
}
li:not(.active) .page-link {
    color: #324D91 !important;
}
li[class*="disabled"] .page-link i {
    color: #6c757d !important;
}
#second-nav {
    background-color: #142b67;
}
a {
    color: #324D91;
}
a:hover {
    color: #142b67;
}
/*#searchByNomPrenom, #searchByPassager {
    padding: 1px !important;
}*/
.rouge {
    color: red; 
}
.airport {
    padding-left: 50px;
}
#bloc-i18n ul li:first-child:after {
    content: "|";
}
#bloc-i18n ul li.list-inline-item:not(:last-child) {
    margin-right: 0 !important;
}
#bloc-i18n ul {
    margin-bottom: 0 !important;
}
.fa-autorite {
    background: url("../img/icons8-customs-officer-24.png") no-repeat;
    width: 20px;
    height: 20px;
    margin-left: -6px;
}


/* Sidebar definition */

i,
span {
    display: inline-block;
}
p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
a[data-toggle="collapse"] {
    position: relative;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /*  background: #6d7fcc;*/
}

ul.navbar-lateral{
    float:right!important;
}
ul.navbar-lateral li{
    margin:0 10px;
}
ul.navbar-lateral li:hover i{
    color: #f00;
}
ul.filariane li{
    display:inline;
    color:#fafafa;
    font-size:14px;
    margin-left:10px;
    vertical-align: bottom;
}

.wrapper {
    display: flex;
    align-items: stretch;
}
#pca .feathered{
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}
#pca .feathered span{
    margin-left:20px;
    width:100%;
}
#sidebar {
    min-width: 250px;
    max-width: 250px;
    /*    background: #142b67; */
    color: #3f3f3f;
    transition: all 0.3s;
    border-right: 1px solid #F6F6F6 ;
    background: linear-gradient(to bottom, #DDE6EA, #fff);

}
#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    min-height: 50px;
    text-align: center;
}
#sidebar .navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
}
#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}
#sidebar.active .sidebar-header strong {
    display: block;
}
#sidebar.active ul li {
    min-width: 80px;
}
#sidebar ul li a {
    text-align: left;
    width:100%;
}
#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 1em;
    display: block;
}
#sidebar.active ul li a i {
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}
#sidebar.active ul ul a {
    padding: 10px !important;
}
#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
#sidebar .sidebar-header {
    padding: 15px 5px 15px 10px;
    height: 70px;
    /* background: #142b67; */
}
#sidebar .sidebar-header span.featured{
    margin: 10px 0;
}
#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}
#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover, #sidebar ul li a.active {
    color: #FFF;
    background: #142b67;
    font-size: 1.1em;
}
#sidebar ul li a i {
    margin: 0 10px;
    font-size: 1.3em;
    min-width: 30px;
}

#sidebar .sidebarCollapse{
    cursor:pointer;
    float: right;
    margin-top: 13px;
}
#sidebar.active .sidebarCollapse {
    float: none;
}
.navbar {
    padding: 15px 10px;
    background-color: #142b67;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
/*
.navbar-lateral .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    color:#FFF;
}
*/
/*
.navbar-lateral ul li.active>a,
.navbar-lateral ul li.active>a[aria-expanded="true"] */
.navbar-lateral .dropdown-menu.show{
    background: #142b67;
}
.navbar-lateral .dropdown-menu.show li a{
    color: #fff;
    font-size: 14px !important;
}

.navbar-lateral .dropdown-toggle::after {
    color:#FFF;
}

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

.vCenter{
    vertical-align: middle;
}
.iCenter{
    align-items: center;
}
.dFlex{
    display: inline-flex;
}

span.select2-container span.selection{
    width:100%;
}

ul.navbar-lateral img{
    width:20px;
}

ul.navbar-lateral a.dropdown-toggle img{
    border-radius: 50%;
    width: 23px;
    height: 23px;
}

.box{
    padding:20px;
    border:2px solid #FCFCFC;
    border-radius: 10px;
    background: linear-gradient(to bottom, #f1f1f1, #FFF);
    box-shadow: 0 0 2em #999; /*box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);*/
}
.box-marge{
    margin-bottom: 20px;
}

.list-container{
    min-height: 600px;
    overflow: hidden;
}
.list-container table {
    margin-top: 30px;
}
.list-container table thead tr  {
    background-color: #DDE6EA;
    text-transform: uppercase;
    font-weight: 700;
}
.list-container table thead th  {
    padding:15px 0;
}
.list-container table tbody tr  {  
    /* line-height: 30pt; */
}
.list-container table tr td  {
    vertical-align: middle;
}
.list-container table.table-striped tbody tr:nth-of-type(2n) {
    background-color: #EEF0F0;
}
.list-container table.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,0);
}

.btn-inverse{
    border: 1px solid #999;
    box-shadow: 4px 4px 4px #999;
}

ul.pagination li.paginate_button a.page-link {
    position: relative;
    display: block;
   /*  width: 35px; */
    height: 35px;
    margin-left : 5px;
    line-height: 1.25;
    color: #FFF;
    border: 1px solid #DDE6EA; 
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    box-shadow: 4px 4px 4px #999;
}

ul.pagination li.paginate_button.active a.page-link {
    /*     box-shadow : 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) */
    box-shadow: 4px 4px 4px #999;

}

.list-container table td.dropleft{
    vertical-align: middle;
    text-align: center;
}
.list-container table td.dropleft span{
    background-color: #DDE6EA; 
    border-radius: 50%;
    width: 24px;
    font-size: 0pt;
    box-shadow: 1px 3px 5px #999;
    cursor: pointer;
    line-height: inherit;
}
.list-container table td.dropleft span:hover{
    background-color: #142b67; 
    color: #DDE6EA; 
}

.list-container table td.dropleft a.dropdown-toggle::after {
    color:#FFF;
}

.list-container table td.dropleft .dropdown-menu.show {
    /*transform: translate3d(894px, 70px, 0px)!important;-
    right:70px;
    left:auto!important;*/
}

.list-container table td.dropleft .dropdown-menu.show li{
    padding: 5px 10px;
}


.list-container table td.dropleft.dropleft .dropdown-toggle::before {
    border:none;
}

.list-container table.table-striped{
    border:1px solid #dee2e6;
}

.list-container table tr td ul{
      margin-bottom: 0;
}


.box h3{
    margin-left:15px;
    margin-bottom: 40px;
    font-weight: 600;
    font-size:1.5rem;
}

.box .box-bouton{
    float:right;
    margin-right: 15px;
}

.box #airport{
    margin-top: 15px;
}

#calendrier .pignose-calendar-unit-active a.cejour{
    background-color:#FFF!important;
    color : #142b67!important;
}