/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 26, 2015, 11:25:03 PM
    Author     : reeaz
*/
body{
    background-image: url('../images/bg.png');
    padding-top:70px;
}
body .dinregular{font-family:'dinregularwebfont';}

h1.doc_title{
    font-family: 'Passion One', cursive;
    font-weight:400;
    text-align: center;
    padding:5px;
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover{
    color:#cccccc;
    text-decoration: line-through;
}

/*.outerContainer>nav.navbar.navbar-inverse{
    background-image:none;
    background-color: #003366;
}*/
/*.outerContainer>nav.navbar.navbar-inverse>div.container>div.navbar-collapse>ul.nav.navbar-nav>li>a{
    color:#FFFFFF;
}*/
.navbar-inverse .navbar-brand{
    color: #ffffff;
}
.col-md-3{
    overflow: hidden;
}
img.hotel_pics{
    width:100%;
    padding:10px;
    border:1px solid #000000;
    box-shadow:5px 5px 5px #ccc;
    margin-bottom: 10px;
}
label.required{
    border-bottom:2px solid #FF0000;
}
.error_box{
    color:crimson;
    display:none;
}
.error_tab{
    background-color: red !important;
    color: white !important;
}
.error{
    border:1px solid red !important;
}
.hotel-grouping{
    margin-bottom:20px;
    border-bottom:1px solid #cccccc;
    padding:10px;
}
.hotel-grouping:last-child{
    border-bottom: none;
}
#saveBooking{
    border-top:1px solid lightgrey;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background-color: whitesmoke;
}
.noedit{
    /*padding-right:40px;
    background: url('../images/lock.png') 100% 50% no-repeat;*/
    font-family: "dinregularwebfont";
}
.inactive{
    opacity: 0.5;
}
.right-border{
    border-right:1px dotted #cccccc;
}
/*table > thead > tr > th{background-color:#dddddd;}*/
.contract .table>tbody>tr>td, 
.contract .table>tbody>tr>th, 
.contract .table>tfoot>tr>td, 
.contract .table>tfoot>tr>th, 
.contract .table>thead>tr>td, 
.contract .table>thead>tr>th{
    padding:2px;
}

@media print {
    .pb {page-break-before: always;}
}

.stamp{
    position: absolute;
    opacity: 0.6;
    left: -150%;
    z-index:10;
}
.receipt{
    font-size:14px;
}
.strong{
    font-weight: bold;
}
.dataTables_filter input{border:1px solid #cccccc;}
.dataTables_length > label > select{
    padding:5px;
    border:1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.dataTables_length select{
    background-color: #ffffff !important;
    padding: 2px;
    border: 1px solid #cccccc;    
    font-weight: normal;
}
.text-muted-error{
    display:none;
    color:red !important;
}
.validated{
    position: absolute;
    top: 32px;
    right: 16px;
    font-size: 18px;
    color: green !important;
}
#bookings_filter input{
    padding:5px;
    border:1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    font-size:14px;
}
.daterangepicker_block{

}
.daterangepicker_block label{
    margin-left: 5px;
}
.daterangepicker_block input{
    top:20px;
}