/*
Google Fonts
Montserrat
Varela Round
Muli
Oxygen
Raleway
Maven Pro
*/
ul.nav-tabs
{
    background-color: #ffffff;
    padding: 70px 0 0 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
    background-color: #f8f8f8;
    cursor: pointer;
}
.nav-tabs>li:first-child
{
    margin-left: 16px;
}

/* --- MENU --- */
.navbar-fixed-top
{
    box-shadow: 0px 2px 2px #aaa;
    border-color: #337ab7;
    border-bottom-width: 3px;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover,
.nav>li.disabled>a
{
    color: #999999;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover
{
    color: #777;
    background-color: #f8f8f8;
}
.navbar-default .navbar-nav > .active > a:hover
{
    color: #333;
}

@media (min-width: 768px)
{
.navbar .container-fluid .navbar-right
{
    margin: 0;
}
}

.navbar-right > li
{
    padding: 0 0 0 15px;
}

li>.dropdown-menu
{
    border-top: none;
    border-left: 1px solid #337ab7;
    border-right: 1px solid #337ab7;
    border-bottom: 3px solid #337ab7;
    background-color: #f8f8f8;
    box-shadow: 2px 2px 2px #aaa;
}
.dropdown-menu>li>a
{
    color: #333;
    padding: 5px 20px;
}
.dropdown-menu>li>a:hover
{
    background-color: #337ab7;
    color: #ffffff;
}
.dropdown-menu span.glyphicon
{
    padding: 0 8px 0 0;
}

.input-group-btn .dropdown-menu,
.btn-group .dropdown-menu
{
    border: 1px solid #999;
    box-shadow: 2px 2px 4px #ccc;
}
.panel-footer .btn-group
{
    margin: 1px 0 1px 0;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus
{
    background-color: #f8f8f8;
}

.navbar-brand
{
    padding: 2px 15px;
    line-height: 50px;
    display: flex;
}
/*.navbar-brand>small
{
    font-size: 14px;
}*/
/* --- FIN MENU --- */

input:focus, select:focus
{
    outline: none;
}

/*.nav-tabs
{
    margin-bottom: 16px;
}*/
div.nav-responsive
{
    overflow: auto;
    border: none;
    background-color: #f8f8f8;
}
div.table-responsive
{
    overflow: auto;
    border: solid 1px #cccccc;
    border-radius: 4px;
    margin: 15px 0 15px 0;
    background-color: #ffffff;
    padding: 0;
}
.table-footer
{
    margin: 20px;
}
div.table-responsive table
{
    border-collapse: separate;
}
.nav-scroll-left
{
    position: absolute;
    top: 100px;
    left: 0px;
    color: #999999;
    z-index: 1;
    font-size: 8px;
}
.nav-scroll-right
{
    position: absolute;
    top: 100px;
    right: 1px;
    color: #999999;
    z-index: 0;
    font-size: 8px;
}
.table-scroll-left
{
    position: absolute;
    left: 0px;
    color: #999999;
    z-index: 1;
    font-size: 8px;
}
.table-scroll-right
{
    position: absolute;
    right: 1px;
    color: #999999;
    z-index: 0;
    font-size: 8px;
}

.alert-anim
{
    position: absolute;
    top: 0px;
    left: 15px;
    right: 15px;
    opacity: 0;
    z-index: 1;
}
.alert-blank
{
    background-color: #ffffff;
    border-color: #cccccc;
    color: #333333;
}
.alert-grey
{
    background-color: #eeeeee;
    border-color: #cccccc;
    color: #333333;
}
.alert
{
    padding: 6px 15px;
    margin-bottom: 15px;
}
.breadcrumb
{
    border: solid 1px #cccccc;
}
.breadcrumb>li+li:before
{
    color: #666666;
}
.modal-body
{
    background-color: #f8f8f8;
}
.modal-body>p
{
    margin: 20px 0 20px 0;
    text-align: justify;
}
span.important
{
    font-weight: bold;
    color: #333333;
    margin-left: 2px;
    margin-right: 2px;
}
.control-label
{
    font-weight: normal;
    color: #666666;
    text-align: left !important;
}
.form-control
{
    font-weight: bold;
}
form
{
    /*background-color: #f8f8f8;*/
}

@media screen and (max-width: 767px)
{
    .table-responsive>.table
    {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px)
{
    .form-image
    {
        background-repeat: no-repeat;
        background-position: top right;
        background-color: #f8f8f8;
    }
    .form-content
    {
        border: solid 1px #ccc;
        border-radius: 4px;
        padding: 40px 20px 20px 20px;
        margin-bottom: 20px;
    }
    .panel-content
    {
        padding: 10px 20px 20px 20px !important;
    }
}
@media (min-height: 168px)
{
    .form-image
    {
        min-height: 854px;
    }
}
@media (min-height: 1024px)
{
    .form-image
    {
        min-height: 1024px;
    }
}

table.table th
{
    color: #999;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
}
 
table.table tbody a:hover
{
    text-decoration: none;
}

.panel-separator 
{
    float: left;
    position: relative;
    margin-left: 20px;
    display: block;
    margin-bottom: 20px;
}
.popover-content
{
    text-align:justify;
}
/*
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td
{
    vertical-align: baseline;
    border-top: none;
    border-bottom: solid 1px #ccc;
}*/
 

.modal-label-sz-1
{
    width: 160px;
    text-align: left;
}
.modal-body
{
    max-height: 400px;
    overflow-y: auto;
}

h5
{
    font-weight: bold;
}

span.dropdown-color
{
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
}

.dropdown-menu-limited-ht
{
    max-height: 228px;
    overflow-y: auto;
}

tr.visible
{
    visibility: visible;
    display: table-row;
}
tr.invisible
{
    visibility: hidden;
    display: none;
}
table.table td.pad
{
    padding-left: 30px;
}
table.table span.glyphicon 
{
    margin-right: 4px;
}

th.col-indice
{
    width: 40px;
}
th.col-slot
{
    width: 125px;
}
th.col-wait
{
    width: 120px;
}
th.col-150 {
    width: 150px;
}
.col-timer
{
    width: 70px;
    float: right;
}

small.grey
{
    color: #666666;
    font-weight: bold;
}
small.red
{
    color: #CC0000;
    font-weight: bold;
}

.jumbotron
{
    border: solid 1px #ccc;
    border-radius: 4px;
    padding-top: 0;
    padding-bottom: 0;
}

.panel
{
    padding-left: 0;
    padding-right: 0;
}
.panel-body, panel-footer
{
    padding: 10px 20px;
}

.panel-body .btn
{
    margin-bottom: 4px;
}

.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group
{
    margin-right: 10px;
}
.toolbar-info
{
    display: block;
    padding: 7px 0;
    float: left;
}
.toolbar-info:not(:first-child) 
{
    padding-left: 10px;
}
.toolbar-margin
{
    margin-top: 15px;
    margin-bottom: 15px;
}

.no-plan
{
    height: 318px;
    text-align: center;
    padding-top: 70px;
}

.div-footer
{
    background-color: #337ab7;
    margin: 0 0 0 0;
    display: block;
    width: 100%;
    position: relative;
    float: left;
}
.div-footer>div
{
    display: block;
    margin: 20px 0;
    padding: 0;
}
.div-footer>div>a
{
    color: #fff;
}
.div-footer>div>a:hover
{
    color: #eee;
    text-decoration: none;
}

.btn-grey
{
    color: #999;
    background-color: #fff;
    border-color: #ccc;
}

.form-margin
{
    margin-top: 40px;
}
.lb-table
{
    font-size: 14px;
    padding: 4px 2px 4px 2px;
    margin: 0px;
    color: #333;
    background-color: #f8f8f8;
    position: relative;
    left: -7px;
}

.control-label sup
{
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #cc3333;
}

h5.modal-title span.align-right
{
    float: right;
    color: #cc3333;
}

.form-sep
{
    border-top: solid 1px #ccc;
    margin-top: 15px;
}

.form-50p
{
    width: 50% !important;
}

.form-34p {
    width: 34% !important;
}

.form-33p {
    width: 33.3333% !important;
}

.form-no-border
{
    border-left-width: 0px;
}

span.duration
{
    display: inline-block;
}
span.duration-sm
{
    display: inline-block;
    font-size: 10px;
    margin-left: 5px;
}

small.icon
{
    display: inline-block;
    width: 24px;
    padding-bottom: 4px;
}

.divAjax {
    background-color: #ffffff;
    height: 150px;
    overflow: auto;
    position: absolute;
    z-index: 31000;
    border: solid 1px #bbbbbb;
    box-shadow: 1px 1px 12px #555;
}

.divRounded
{
    background-color:#ffffff !important; 
    padding: 15px;
    border: 1px solid #bbbbbb !important;
    margin-bottom:5px;
}

 /*.unlocker
 {
     color: #ffffff !important;
 }*/
 
 .modalOver
 {
     z-index: 9999 !important;  
 }
 
  .selected
 {
    background-color: #337ab7;
    cursor: pointer;   
    color: #fff;
 }
  
 .refresh
 {
     width: 34px;
     height: 34px;
     border:1px solid #337ab7;
 }

div.red {
    width: 45px;
    padding: 3px;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

i.red {
    color: #d9534f;
}

i.green {
    color: #449d44;
}

i.orange {
    color: #ff9933;
}

div.green {
    width:45px;
    padding:3px;
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.calope {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.calfer {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.calferm {
    color: #fff;
    background-color: #d43f3a;
}

.calclo {
    color: #fff;
    background-color: #FFAF47;
}

.calmod {
    color: #fff;
    background-color: #337ab7; 
}

.caltod {
    color: #fff;
    background-color: fcf8e3;
}

.nomodif {
    cursor: not-allowed;
}

.lrefresh {
    font-size: 9px;
    color: #fff;
    font-family: Verdana;
}

.bdicon {
    /*margin-right:3px;*/ 
}

.multiplelabel {
    height: 100%;
    width: 15px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 3px;
    font-weight: normal !important;
}

.smalltxt {
    width:1px;
}

span.required
{
   /*color:#cc3333;*/
   font-weight:900 !important;
   color: #111;
}

.datedujour
{
    font-size:18px;
    font-weight:bold;
}

div.iconresource
{
    width:7px;
    height:7px;
    border:1px solid;
}

div.calendrier
{
    height:330px;
}

.colorpicker-selectors {
    width: 500px !important;   
}

.colorpicker-selectors-color {
    margin-bottom: 3px !important;
    margin-left: 3px !important;
    height: 25px !important;
    width: 25px !important;
}

.table-hover-presta tbody tr:hover td, .table-hover-presta tbody tr:hover th {
    background-color: #ddd;
}

td.disabled-date
{
    color: #cc3333 !important;
}

#lblClipboard {
    height: 34px;
    /*background-color: #ffffff !important;     
    border: 1px solid #bbbbbb !important;   
    border-radius: 5px;*/
}

.datehidden
{
    display:none;
}

.tooltip-fc {
    background-color: #ffffff !important;
    border: 1px solid #bbbbbb !important;
    border-radius: 5px;
    width: auto;
    height: auto; 
    position: absolute;
    z-index: 10001;
    padding: 5px; 
}

th.fc-resource-cell a 
{
    color:#000 !important;
    text-decoration: none;
}

th.fc-day-header a {
    color: #000 !important;
    text-decoration: none;
}

textarea {
    resize: none;
}

.photoGalerie{
    padding : 5px;
    
    margin-right : 5px;
    border-radius : 5px;
    border : solid 1px #000;
}

.logoSalon {
    padding: 5px;
    margin-right: 5px;    
}

div#galerie
{
    margin: 15px;
    padding: 5px;
}

.slider-selection {
    background: #BABABA !important;
}

tr.td-passe
{
    background:#eeeeee !important;
}



table.bilanhover tr:hover {
    cursor: pointer !important;
}

#chkpc
{
    margin-left:8px;
}

.datedujour{
    line-height:34px!important;
}

.sortable-ghost {
    opacity: 0.2;
}

.trDraggable {
    cursor: move !important;
}

.panel-body .select .btn{
    margin-bottom: 0px !important;
}

span.rose {
    color: #fc51ae !important;
}

span.bleu {
    color: #545bf0 !important;
}

#btnSetGender{
    width: 39px !important;
    padding: 6px 6px !important;
}

i.gris{
    color: #eeeeee;
}

i.fs8 {
    font-size: 0.8em;
}

i.fs12 {
    font-size: 1.2em;
}

i.fs14{
    font-size:1.4em;
}

i.fs16 {
    font-size: 1.6em;
}

i.fs18 {
    font-size: 1.8em;
}

i.fs24 {
    font-size: 2.4em;
}

.margin-left-10px {
    margin-left: 10px;
}

.bg-danger-gpl {
    background-color: #fff;
    padding: 4px 16px;
    color: #c00;
    font-weight: bold;
    text-align: left;
    border-top: solid 1px #c66;
    border-bottom: solid 1px #c66;
}

.dropdown-menu > li > a > span {
    margin-left: 8px;
}

i.fa-gplborder {
   text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

.login-label {  
    cursor: pointer;
    border: 1px solid;
    border-radius: 3px;
    padding: 2px; 
}

.divArrondiBlanc{
    border-radius:3px;
    border:1px solid black;
    background-color:#fff;
    padding:3px;
}

.colorpicker-2x .colorpicker-saturation {
    width: 220px;
    height: 220px;
}

.colorpicker-2x .colorpicker-hue, .colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 220px;
}

.colorpicker-2x .colorpicker-color, .colorpicker-2x .colorpicker-color div {
    height: 30px;
}

.carrecouleur i {
    display: inline-block;
    cursor: pointer;
    height: 16px;
    vertical-align: text-top;
    width: 16px;
}

.list-heure-item {  
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 80px;
    margin: 2px;
}

.list-heure-item-success {
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 80px;
    margin: 2px;
    color: #3c763d;
    background-color: #d0e9c6;
}

.list-heure-item-disabled {
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 80px;
    margin: 2px;
    background-color: #d2d2d2;
    cursor: not-allowed;
}

.list-heure-item:hover {
    background-color: #e2e2e2;
}

button.list-heure-item {    
    text-align: center;
}

div.modal-navbar div ul.nav-tabs {
    padding: 0 !important;
}

tr[code='prestation']{
    cursor: pointer;
}

div.modal-dialog.dialog-xs{
    width: 300px !important;
}

#divNextMonday span{
    line-height: 34px;
}

.img32 {
    width:96px;
    height:96px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid black;
}