.redStar{
    color: red;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

.page-title{
    padding: 15px 0 !important;
}
.alert{
    padding: 8px;
}
.pdLeft0{
    padding-left: 0px !important;
}
.pdRight0{
    padding-right: 0px !important;
}
.extra-panel{ border: 1px solid #ddd; padding: 10px 15px !important;}
.extra-panel div.panel-heading{ font-size: 14px; color: #FF0000; border-bottom: 1px solid #f5f5f5 !important;}
.medium-text-box{ width: 80% !important;}
@media screen and (max-width: 767px) {
    .add-more-group-size,.remove-more-group-size {
        float:left ;
    }
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}
.rest_with_opt_ul{ width: 100%; list-style: none;}
.rest_with_opt_ul ul li{ list-style: none; display: inline-block;}
.rest-option-panel{ border: 1px solid #ddd; padding-bottom: 10px; padding-top: 10px;}
.table-view{ width: 100%;}
.table-view tbody tr td{ padding:5px; width: 50%;}
.table>thead>tr>td{ color: #000; font-weight: bold;}
.table>tbody>tr>td{ color: #000;}
.refund-table{ width: 100%;}
.refund-table>tbody>tr>td{ padding: 5px 5px; vertical-align: top;}
.sign-in-txt{
    display: block;
    font-size: 22px;
    padding: 18px 0px;
    color: #2c4264;
    text-align: center;
}
.dash-tile {
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
}
.dash-tile .tile-title {
    font-size: 85%;
    text-transform: uppercase;
}
.dash-tile .tile-title.title-heading {
    position: relative;
    width: 100%;
}
.dash-tile .tile-title.title-heading::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    border-top: 1px solid rgba(133, 133, 133, 0.01);
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
}
.dash-tile .tile-stats {
    font-size: 24px;
    margin-top: 15px;
}
.dash-tile .tile-chart {
    bottom: 25px;
    height: 40px;
    left: 0;
    position: absolute !important;
    right: 0;
    width: 100%;
}
.dash-tile .tile-bottom {
    display: block;
    margin-top: 1px;
    white-space: nowrap;
}
.dash-tile .tile-icon {
    color: rgba(0, 0, 0, 0.1);
    font-size: 80px;
    line-height: 0;
    margin-top: -40px;
    position: absolute;
    right: 15px;
    top: 50%;
}
.rounded-circle{
    border-radius: 50%;
}
.dash-div{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #DDDDBB;
    padding: 60px 0;
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    border:1px solid #b2c326;
    margin: auto;
}
.reprt-dur{
    font-weight: bold;
}
.reprt-filter{
    display: none;
    border:1px solid #ddd;
    padding: 10px 2px;
}
.reprt-filter > input[type="text"]{
    font-weight: normal;
}
.filter-option-p{
    font-weight: normal;
    font-size: 15px;
    padding-left: 15px;
}
.filter-opt-l{
    font-weight: normal;
    font-size: 14px;
}
.qtn_continer{ padding: 10px 10px;
    border: 1px solid #ddd;
    margin-bottom: 5px;}
.expand_qtn{ cursor: pointer; font-size: 14px; }
.no_qtn{ float: right; color: #0b4b97; font-size: 12px;}
.expanded_div{ background-color: #ffffff; margin-top: 10px;}
.logo-env{ background-color: #ffffff !important;}
.user-info-navbar{ min-height: 95px !important;}
.sidebar-menu{ background: #2c4264;}
.flight_info_panel{
    background: #eee;
    padding-left: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 99.5%;
    border: 1px solid #ddd;
}
.option_container_with{
    padding-top: 10px; padding-bottom: 10px;border: 1px solid #ddd;
}
.option_container_without{
    padding-top: 10px; padding-bottom: 10px; background: #eee; border: 1px solid #ddd; opacity: 0.9;
}
.header_div_in_voucher{ height: 30px;
    background: #eee;
    padding: 7px 61px;
    font-weight: bold; margin-bottom: 20px;}
#divOverlay { display: none; background-color:Silver; text-align:center;  position:absolute; z-index:10000; opacity:0.5; }
.invoice_rate,.invoice_quantity,.invoice_in_total{ text-align: right;}