﻿.bold {
    font-weight: bold;
    /*font-size:16px;*/
}

.required {
    color: red;
}

.panel-heading {
    padding: 6px 14px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modal-header {
    border-bottom-color: #f4f4f4;
    color: #fff;
    background-color: #3c8dbc;
}
.imageDelete {
    height: 18px;
    width: 18px;
}

.form-group {
    margin-bottom: 6px;
}

.select2 .select2-container .select2-container--default .select2-container--focus {
    width: 242px;
}

.input-sm {
    height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 20px;
}

.table-price {
    border: 1px solid #999;
    background-color: transparent !important;
    margin-bottom: 10px;
}

    .table-price th, .table-price td {
        border: 1px solid #999 !important;
        padding: 0px 8px !important;
    }

.table-inventory {
    padding: 10px;
}

    .table-inventory .th-inventory {
        /*background-color:#3c8dbc;*/
        font-size: 21px;
        font-weight: normal;
        text-align: center;
    }

    .table-inventory .roomcategory {
        /*background-color:#3c8dbc;*/
    }

.InventoryQty {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
}

.select2-container--default .select2-selection--single {
    height: 28px !important;
    border-radius: 0px !important;
    border: 1px solid #ccc !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
}
/*------------------------Validation CSS--------------------------*/

.CustomValidatorCalloutStyle div, .CustomValidatorCalloutStyle td {
    background-color: firebrick;
    color: white;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
    text-align: left;
}

.CustomValidatorCalloutStyle .ajax__validatorcallout_icon_cell {
    display: none;
}

.CustomValidatorCalloutStyle .ajax__validatorcallout_popup_table {
    width: 150px;
}

.imageButton {
    height: 16px;
    width: 16px;
}
/*----------------------------------paging------------------------------------*/
.Pager span {
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    color: #000;
    display: inline-block;
    width: 29px;
    height: 27px;
    background-color: #E0F2F1;
    margin-right: 3px;
    line-height: 150%;
    border: 1px solid #3AC0F2;
}

.Pager a {
    width: 29px;
    height: 27px;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    display: inline-block;
    background-color: #fff !important;
    color: #000;
    border: 1px solid #3AC0F2 !important;
    margin: 0 3px;
    line-height: 150%;
    text-decoration: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: white;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: white;
}

.btn {
    border-radius: 0px;
}

.table > thead > .thead {
    background-color: #3c8dbc;
    color: #fff;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #61b6c5;
    border-color: #ddd;
    font-size: 16PX;
}

.btn-success {
    background-color: #3c8dbc;
    border-color: #3c8dbc;
}
.price
{
    text-align: right;
}
.login-logoInvoice{
        font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight:bold
}
.popupheader
{
    padding-bottom: 5px
}
.popupmsgheading{
    margin-top: -8px;
}
.popupmsg
{
    font-weight: 600;font-size: 18px;
}
.popupfoot
{
    padding-bottom: 5px;
    margin-top:0px
}
.popupfootbtn
{
    margin-top: -9px;
}