/***********************************************************************************************************************
**** Customisation du body
***********************************************************************************************************************/
html {
    width: 100%;
    height: 100%;
}

body {
    /*background-color: rgba(222, 222, 222, 0.41);*/
    background-color: #263646;
    position: relative;
    font-family: Roboto, 'Helvetica Neue', sans-serif !important;
    width: 100%;
    height: 100%;
    overflow: auto;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../../font/Montserrat/Montserrat-Regular.ttf');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat-Regular';
}

.inline-block-nax {
    display: inline-block;
    border: 1px solid #73AD21;
    margin: auto;
    padding: 10px;
}

.ul-main-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.li-main-menu {
    float: left;
    font-family: 'Montserrat-Regular';
}

.li-main-menu a {
    display: block;
    color: white;
    text-align: center;
    padding: 18px 13px;
    text-decoration: none;
}

.nax-no-padding {
    padding: 0 !important;
}

.nax-no-padding-right {
    padding-right: 0 !important;
}

.nax-no-padding-left {
    padding-left: 0 !important;
}

.nax-tab {
    height: 60px;
    margin-bottom: 25px;
}

.li-nax-tab-menu {
    float: left;
}

.li-nax-tab-menu a {
    display: block;
    color: black;
    text-align: center;
    padding: 18px 13px;
    text-decoration: none;
}

.activeMainMenu {
    border-bottom: 4px solid #DF691A;
    color: #cfcfcf;
    font-weight: bold;
}

ul.dropdown-menu {
    z-index: 1500;
}

.nax-cursor-pointer {
    cursor: pointer !important;
}

.nax-cursor-none {
    cursor: default;
}

.nax-whiteframe-lite {
    background-color: #ffffff;
    /*-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.23);*/
    /*-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.23);*/
    /*box-shadow: 0 0 7px rgba(0, 0, 0, 0.23);*/
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 5px;
    padding: 15px;
}

.nax-whiteframe {
    background-color: #909DAB;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.23);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.23);
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 5px;
    /*padding: 15px;*/
    height: 99%;
    width: 90%;

}

/*TODO a supprimer a terme, quand la class nax-whiteframe est dimensifie*/
.nax-whiteframe-free-dim {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.23);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.23);
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 5px;
}

.nax-whiteframe-margins {
    height: 100%;
    width: 5%;
}

.nax-main-frame {
    height: calc(100% - 60px);
}

.nax-whiteframe-title {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 20px;
    color: black;
}

.nax-whiteframe-title-highlighted {
    padding: 5px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #FF9800;
    border-bottom: 2px solid #eee;
}

.nax-box-shadow-wrapper {
    position: absolute;
    top: 120px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.23);
    border: 1px solid rgba(0, 0, 0, 0.23);
}

.nax-box-shadow-wrapper-inner {
    position: absolute;
    top: 150px;
    top: 61px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    overflow-y: auto;
}

.nax-panel-container {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.23);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.23);
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 5px;

}

.nax-panel-header {
    min-height: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.26);
    border-radius: 3px 3px 0 0;
    margin-bottom: 15px;
}

.nax-panel-header-search {
    padding-right: 5px;
    width: 40%;
    margin-top: 8px;
}

.nax-panel-title {
    font-weight: bold;
    color: white;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 15px;
    margin-left: 10px;
    display: inline-block;

}

.nax-panel-content {
    padding: 10px;
}

.nax-unselectable-text {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nax-checkbox-normal-size {
    width: 15px;
    height: 15px;
}

.nax-span-cell-table {
    display: inline-block;
    margin-top: 10px
}

.nax-span-header-table {
    margin-top: 15px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}



.dropdown-arrow {
    transition: transform .2s linear;
}

.dropdown-arrow.rotate{
    transform: rotate(90deg);
}

.dropdown-tab-items {
    position: fixed;
    background-color: #ffffff;
    color: black;
    z-index: 100;
    border-radius: 12px;
    overflow-x: hidden;
    border: 1px #b6b6b6 solid;
    overflow-y: auto;
}

.dropdown-tab-items div:hover {
    background-color: #bab8b8;
}

.dropdown-tab-items a {
    display: block;
    color: white;
    text-align: left;
    text-decoration: none;
    padding: 9px 10px;
}

.tab-nav-container {
    height: inherit;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


/***********************************************************************************************************************
**** Customisation des panels
***********************************************************************************************************************/

div.panel-heading {
    background-color: #f8f8f8 !important;
    color: #375a7f !important;
    border-radius: 0;
    max-height: 45px;
    height: 45px;
    border: 1px solid #c1c1c1;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
}

div.panel-heading div {
    height: 100%;
    padding-top: 5px;
}

div.panel-body {
    border: 1px solid #c1c1c1;
    border-radius: 0;
}

/***********************************************************************************************************************
**** Custom by css class
***********************************************************************************************************************/
div.entreprise-fiche-nav-bar.affix {
    top: 94px;
    z-index: 1001;
    margin-top: 0px !important;
    background-color: #ffffff;
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
}

.entreprise-fiche-nav-bar {
    background-color: #ffffff;
    border-bottom: 1px solid #c1c1c1;
}

.entreprise-fiche-nav-bar div.container > ul > li > a {
    color: #375a7f;
    background-color: white;
    border-bottom: 0;
    border-radius: 0;
}

.entreprise-fiche-nav-bar div.container > ul > li > a:focus {
    background-color: #d8d8d8;
    color: #375a7f;
}

.entreprise-fiche-nav-bar div.container > ul > li > a:hover {
    background-color: #d8d8d8;
    color: #375a7f;
}

.entreprise-fiche-nav-bar div.container > ul > li.active > a {
    color: #375a7f;
}

.entreprise-fiche-nav-bar div.container > ul > li.active > a > i {
    display: inline;
}

.entreprise-fiche-nav-bar div.container > ul > li > a > i {
    display: none;
}

.auth-modal-overlay {
    opacity: 1 !important;
    /*background-color: lightgray !important;*/
    background-image: url(../../images/cup-of-coffee-1280537_1920.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.auth-modal-window * {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/***********************************************************************************************************************
**** Custom input type number
***********************************************************************************************************************/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

/*****************************************************************************************
******** validator style
*************************************************************************************/
.form-group .help-block {
    display: none;
}

.form-group.has-error .help-block {
    display: block;
}

.nax-underline-form-group-viewer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nx-info-banner {
    border-radius: 5px;
    margin: 15px;
    padding: 15px;
}

.row.header .user {
    min-width: 130px;
}

.row.header .user > .item {
    width: 65px;
    height: 60px;
    float: right;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.row.header .user > .item a {
    color: #919191;
    display: block;
}

.row.header .user > .item i {
    font-size: 20px;
    line-height: 55px;
}

.row.header .user > .item img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    border-radius: 2px;
}

.row.header .user > .item ul.dropdown-menu {
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.row.header .user > .item ul.dropdown-menu .dropdown-header {
    text-align: center;
}

.row.header .user > .item ul.dropdown-menu li.link {
    text-align: left;
}

.row.header .user > .item ul.dropdown-menu li.link a {
    padding-left: 7px;
    padding-right: 7px;
}

.row.header .user > .item ul.dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 23px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    content: '';
}

.row.header .user > .item ul.dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 24px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.nax-key-hint {
    border: 1px solid rgb(140, 140, 140);
    color: rgb(110, 110, 110);
    padding: 7px;
    text-align: center;
}

md-toolbar {
    background-color: #455361 !important;
}

md-dialog-content {
    background-color: #909DAB;
}

.dropdown-menu {
    background-color: #CED4D6;

}

.dropdown-menu.open {
    background-color: #CED4D6;

}

.dropdown-menu.inner {
    background-color: #CED4D6;

}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #DF691A;
    border-color: #DF691A;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #4E5D6C;
    border: 1px solid transparent;
}

.page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.4);
    border-color: transparent;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(223, 105, 26, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(223, 105, 26, 0.25);
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #DF691A;
    border-color: #DF691A;
}

.page-item.disabled .page-link {
    color: rgba(255, 255, 255, 0.4);
    pointer-events: none;
    cursor: auto;
    background-color: #4E5D6C;
    border-color: transparent;
}

.pagination > li.active > a {
    background: #DF691A;
    color: #fff;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #DF691A;
/ / background color of buttons . Blue by default border-color: #DF691A;
/ / color or borders . Also blue by default color: white;
/ / text color of buttons which is white by default cursor: pointer;
    z-index: 2;
}

.badge-success {
    color: #fff;
    background-color: #5cb85c !important;
}

.badge-danger {
    color: #fff;
    background-color: #d9534f !important;
}

md-switch {
    color: white !important;
}

.jumbotron {
    background-color: #909DAB;
    margin-top: 10px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #6b6b6b;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #6b6b6b;
}
.tab-active {
    float: right;
    color: #FF5722 !important;
    position: relative;
    top: 17px;
    font-size: 12px !important;
}


.turnstile-block { margin-top:16px; text-align: center }
.turnstile-caption {
    font-size:12px; line-height:16px;
    color:#6b7280;
    margin:0 0 6px 2px;
    font-weight:500;
}
#cf-turnstile-container { display:inline-block; margin-top: 5px; }

/*****************************************************************************************
******** gestion profile zitouna color
*************************************************************************************/
