.pad0 {
    padding: 0px !important;
}

.marg0 {
    margin:0px !important;
}

.treeview-menu .treeview-menu {
    padding-left: 10px;
}

.treeview-menu .treeview-menu li a {
    font-size: 12px;
}

.serach-top-col {
    padding: 0px 0px;
}

.add-new-col {
    padding: 10px 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
}

.table-bordered {
    border: 1px solid #dedede;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #dedede;
        border-bottom-width: 1px;
        border-left-width: 1px;
}

.table-responsive {
    overflow-x: auto;
}

.calendar-icon {
    background-image: url(../../dist/img/calendar.png) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    padding: 6px 6px !important;
}

.red-star {
    color: red;
}

.green-excel {
    color: #00a65a;
}

textarea {
    resize: none;
}

.modal-info .btn-outline {
    border: 1px solid #ff2323;
    background: #f90505;
    color: #fff;
}

.de-active-red {
    background: #d33724;
    color: #fff;
    padding: 2px 5px;
}

.active-green {
    background: #00a65a;
    color: #fff;
    padding: 2px 5px;
}

.accord-invoice .panel-default > a > .panel-heading {
    color: #fff;
    background-color: #3c8dbc;
    border-color: #ddd;
}

.accord-invoice .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f055";
    padding-right: 5px;
}

.accord-invoice .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f056";
}

.accord-invoice .panel-title > a:hover, 
.accord-invoice .panel-title > a:active, 
.accord-invoice .panel-title > a:focus  {
    text-decoration:none;
}

.border-room-type-right {
    border-right: 1px solid #ccc;
}

.modal .nav-tabs-custom {
    color: #000;
}

.t-receipt-detailsbg {
    background: #ccc;
    padding: 10px
}

hr{border-top: 1px solid #cfcfcf;}

.modal-info .modal-body {
    background: #fff !important;
    color: #000 !important;
}

.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #a4a4a4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

@media only screen and (min-width:768px){
    .modal-dialog {
        width: 936px;
    }
}

@media only screen and (min-width:768px){
   .hotel .modal-dialog {
        width: 700px;
    }
}


@media only screen and (max-width: 768px){
    .tabs-mob .nav-tabs {
        overflow-x: scroll;
        white-space: nowrap;
    }
    .tabs-mob .nav-tabs li {
        display: inline;
        float: none;
    }
    .tabs-mob .nav-tabs li a {
        display: inline-block;
        width: auto;
    }
    .border-room-type-right {
        border-right: none;
    }
}
