


/**********HEADER************/
.page-header {
    margin: 0 20px 20px;
}

.navbar-brand {
    padding: 8px 20px;
}

.navbar {
    margin-bottom: 10px;
}

/******** LOGIN ********/
.card{
    width: 350px;
    padding: 15px 0 25px;
    margin: 100px auto 0;
    border-radius: 5px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    background:#00a1df;
}

.card-login hr{
    margin-top: 15px;
}

.login-title{
    text-align: center;
    color: #000;
}

.form-group-perso{
    margin: 25px 25px;
}


/******** FIN LOGIN ********/

.error{
    color: red;
    font-weight: normal;
}

.texte-auto{
  padding-top: 7px;  
}

.copyright{
    font-family: monospace;
    font-size: 12px;
    position: fixed;
    text-align: center;
    right: 20px;
    bottom: -5px;
}

.badge-notif{
    position:absolute;
    top: 8px; 
    right: 8px; 
    background-color:#fa3e3e; 
    font-size: 10px;
    border-radius: 2px;
    padding: 1px 3px;
    line-height: 1.3;
    min-height: 13px;
}

.dataTable tbody tr .center{
    text-align: center;
}

.dataTable tbody tr .right{
    text-align: right;
}

/*Planning reservation*/
.table-calendrier{
    table-layout: fixed;
    white-space: nowrap;
    font-size: 12px;
    background-color: #fff;
}

.table-calendrier .legend-calendrier{
    width: 40px;
}

.table-calendrier tr td{
    overflow: hidden;
}

.table-calendrier a{
    color: #fff;
}

/*Main courante*/
.table-main-courante{
    /*table-layout: fixed;
    white-space: nowrap;*/
    font-size: 12px;
}

.table-main-courante tr td{
    overflow:hidden;
}

.table-main-courante tr td a{
    display: block; 
    /*height: 100%; 
    width: 100%;*/
}

.table-main-courante tr td a:hover{
    text-decoration: none;
}

.table-main-courante .legend-calendrier{
    /*width: 40px;*/
}

.table-jour{
    background-color: #fff;
}

.table-jour a{
    color: #fff;
}

/*Footer table-main-courante*/
.DTFC_LeftFootWrapper{
    display: none;
}

/*Cacher le ... après input datePicker*/
.ui-datepicker-trigger{
    display: none;
}

/*Element de navigation droite table-main-courante*/
.DTFC_RightWrapper{
    display: none;
}

.table-condensed > tbody > tr > td.td-many-vendu{
    padding: 0;
    background-color: #d1d1d1;
}

.table-condensed > tbody > tr > td.td-vide a{
    /*background-color: #96d4e6;*/
    display: block;
}

.table-condensed > tbody > tr > td .many-vendu{
    display: block;
    font-size: 10px;
    /*border: 1px solid black;*/
}

.table-main-courante > tbody > tr > td a{
    color: #000;
}

.table-condensed > tbody > tr > td .offert a{
    color: #ff7474;
    font-weight: bold;
}

.table-condensed > tbody > tr > td a .has_autre{
    position: absolute;
    padding: 2px;
    margin-top: -5px;
    /*margin-left: 14px;*/
    display: block;
    border: 2px solid white;
    background-color: red;
}

.table-condensed > tbody > tr > td .many-vendu a .has_autre{
    margin-top: 0;
}   

/*PRINT*/
#print_me table tbody tr td{
    padding: 5px;
}

/***********class dans datatables**************/
.table > tbody > .decaisse{
    background-color:#7acbff;
}

/************DESIGN HOTEL************/
.navbar-default {
    background-color: #00a1df;
    border-color: #752497;
}

.navbar-default .navbar-nav > li > a,.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

thead{
    background-color: #00a1df;
    color: #fff;
}

.other-desabled option:disabled,
.other-desabled option[disabled]{
    /*background-color: #ff2d2d;*/
    color: #ececec;
}

.td-main-courante{
    padding: 0 !important;
    text-align: center;
    vertical-align: middle !important;
}

.td-main-courante a{
    padding: 5px 0;
}

.td-main-courante .many-vendu a{
    padding: 0px;
}


.table > tbody > .desactiver{
    background-color:#dcdcdc !important;
}

.table > tbody > .desactiver{
    color:#a7a7a7;
}
