
/*
body {
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
}
*/
header, main, footer {
    padding-left: 300px;
}

@media only screen and (max-width : 992px) {
    header, main, footer {
        padding-left: 0;
    }
}

md-sidenav, md-sidenav.md-locked-open, md-sidenav.md-closed.md-locked-open-add-active {
    min-width: 200px !important;
    width: 50vw !important;
    max-width: 200px !important;
    position:relative;
}

.side-nav .user-view, .side-nav .userView {
    position: relative;
    padding: 5px 32px 0;
    margin-bottom: 8px;
}

.side-nav .user-view .background, .side-nav .userView .background {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.table-paginator a ,
.table-paginator .current {
    padding:6px;
    margin:0 4px;
    text-decoration: underline;
}

.table-paginator .current {
    font-style: italic;
    text-decoration: none;
    font-weight: bold;
}

ul.adresses {
    padding:0px;
}

li.adresseBlock {
    list-style-type:none;
    border-style:solid;
    padding:20px;
    margin:5px;
    border-width:2px;
}

/* Nouveaux styles à reporter sur le arg base */
/*
ul li{
    list-style-type:none;
}
*/

.context-bar .context-bar-right{
    text-align:right;
}
ul .text{
    line-height: 33px;
}
ul.values{
    padding-left:0;
}
.actionButtonsTable{
    text-align:right;
    width:20px;
}
.actionButtonsTable input{
    display:none;
}
.actionButtonsTable a,.actionButtonsTable form{
    display:inline-block;
    width:15px;
    margin: 0 2px;
}

.card-note .left i.mdi {
    color: #009EE2;
    border: solid 2px #009EE2;
    border-radius: 50px;
    /* text-align: center; */
    vertical-align: middle;
    line-height: 46px;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 26px;
    display: block;
}

.note-amount {
    font-size:1.7em;
    color:gray;
    font-weight:300;
    padding:5px;
}

.card-note .middle .value {
    font-size:1.2em;
}

.card-note .users {
    font-size:0.8em;
    font-weight:300;
}

.card-note .guests {
    font-size:0.8em;
    font-weight:300;
}


/* ==========================================================================
   Adri - 12/07
   ========================================================================== */

.login-header .navbar-brand>img {
    height: 79px;
}

.navbar-default .navbar-nav>li>a,
.navbar-header .navbar-right>li>a,
.navbar-right .navbar-nav .dropdown a,
.navbar-default .navbar-nav>.active>a  {
    color: #1b4496;
}

.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-header .navbar-right>li>a:focus,
.navbar-header .navbar-right>li>a:hover,
.navbar-right .navbar-nav .dropdown a:focus,
.navbar-right .navbar-nav .dropdown a:hover {
    color: #e51524;
}

.navbar-nav>li>a:not(.dropdown-toggle) {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navbar-nav>li>a .ionicon {
    margin-right: 0;
}

.navbar-brand>img {
    height: 44px;
}

@media (min-width: 769px) {
    .navbar-default .navbar-nav>.active>a:after {
        background-color: #e51524;
    }
    .navbar-xs .navbar-nav>li>a {
        padding-bottom: 13px;
    }
}

@media (min-width: 769px) {
    .nav-tabs.nav-tabs-highlight > li.active > a,
    .nav-tabs.nav-tabs-highlight > li.active > a:hover,
    .nav-tabs.nav-tabs-highlight > li.active > a:focus {
        border-top-color: #e51524;
    }
}

td .list-icons > a {
    margin: 0 3px;
    color: #333;
}
td .list-icons i {
    font-size: 20px;
}

.icons-list {
    opacity: 1;
    position: relative;
    left: 0;
    right: auto;
    top :0;
    bottom: auto;
}

.tab-pane .icons-list i {
    font-size: 22px;
}

/*=================================================================
 *=== Modifs Adlayn 10/2018
 *===============================================================*/

/*==================================================
 *== General
 *================================================*/

.pt-20{ padding-top: 20px; }
.pt-30{ padding-top: 30px; }
.pt-40{ padding-top: 40px; }
.pt-50{ padding-top: 50px; }
.mb-0 { margin-bottom: 0px !important;}
.mb-10{ margin-bottom: 10px;}
.mb-20{ margin-bottom: 20px; }
.mb-30{ margin-bottom: 30px; }
.mb-40{ margin-bottom: 40px; }
.mb-50{ margin-bottom: 50px; }
.mt-20{ margin-top: 20px; }
.pl-20{ padding-left: 20px; }
.pl-30{ padding-left: 30px; }
.pl-40{ padding-left: 40px; }
.pl-50{ padding-left: 50px; }
.text-center{ text-align: center; }
.text-center img{ margin: 0 auto; }

/*==================================================
 *== Page Title - Titre seul
 *================================================*/

.page-header-content {
    background-color: white;
    padding: 0 45px;
}

/*==================================================
 *== Panels
 *================================================*/

.tab-content .panel.panel-flat{
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.tab-content .panel .panel-headings{
    padding: 10px 15px;
    border-bottom: 1px solid #e51524;
}

.tab-content .panel .panel-headings h3{
    margin: 0;
}

#project-info-tab .header-section{
    text-align: center;
    padding: 10px;
}

#project-info-tab .header-section.info-general{
    background: #ffeba0;
    color: #b16437;
}

#project-info-tab .header-section.info-descriptif{
    background: #c7e9ce;
    color: #24622e;
}

#project-info-tab .header-section.info-contact{
    background: #ffc9d4;
    color: #cb3118;
}

#project-info-tab .header-section.archive-general {
    background: #cb3118;
    color: #ffffff;
}

.page-info .row{
    padding: 3px 0;
}

.page-info .row:nth-child(odd){
    background-color: rgba(0,0,0,0.05);
}

.tab-content .panel-body [class*=col-] {
    padding: 5px 10px;
}

.end-block{
    margin-bottom: 20px;
}

.sideform-filter {
    padding: 0 16px 0 16px;
}

i.not-done{
    color: #cb3118;
}

i.done {
    color: green;
}

.alert-intermediaire {
    display:flex;
    align-items:center;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(52 58 64 / 50%);
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgb(52 58 64 / 50%);
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}