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

body {
    /*background-color: rgba(222, 222, 222, 0.41);*/
    background-color: #F3F3F0;
    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: 3px solid #FF9800;
    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: #fbf8f8;
    -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 : #FF9800;
}

.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;
}



/***********************************************************************************************************************
**** 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;
}
