﻿body {
}


.invalid {
    border: 1px solid red !important;
}

.fl {
    float: left;
}

.slabpanelMain {
    width: 100%;
    height: 50px;
    border: 1px solid #b7d4f1;
    padding-left: 20px;
}

.Active_slab {
    background-color: #c8daed;
}

.Inactive_slab {
    background-color: #eceff2;
}

.setReset {
    background: #fc9e29 linear-gradient(to bottom, #fc9e29 5%, #fa751d 100%) repeat scroll 0 0;
    border: 1px solid #f84611;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #fdbe6f inset;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding: 1px 4px;
    text-decoration: none;
    text-shadow: 0 1px 0 #f8411c;
    width: 46px;
}

    .setReset:hover {
        background: #fa751d linear-gradient(to bottom, #fa751d 5%, #fc9e29 100%) repeat scroll 0 0;
    }

    .setReset:active {
        position: relative;
    }

.slabWidth {
    /*width:100%;*/
}

.agencyNamdeDv {
    float: left;
    font-size: 12px;
    font-family: Open Sans;
    /*padding: 7px 8px;*/
    text-transform: uppercase;
}

.viewButtonDv {
    float: right;
    padding: 5px 8px;
    /*margin-right:10px;*/
}



.martp15 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.slabmargin {
    width: calc(100%) !important;
    margin: 2px 0px;
}

div#dvRule {
    float: none;
    width: 100% !important;
}

.markupbtn {
    background: #1e1c66;
    color: #FFF;
    font-size: 14px;
    padding: 6px;
}

.ruletd1 {
    border-right: 1px solid #b7d4f1;
    border-bottom: 1px solid #b7d4f1;
    border-top: 1px solid #b7d4f1;
    background-color: #1e1c66;
    color: #ffffff;
    text-align: center;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    min-width: 50px;
}

.ui-widget-overlay {
    position: fixed;
}

.ruletd2 {
    border-bottom: 1px solid #b7d4f1;
    background-color: #53534f;
    color: #ffffff;
}

.ruletdcontent {
    border-right: 1px solid #b7d4f1;
    border-bottom: 1px solid #b7d4f1;
    background-color: #ffffff;
}

.ruletdlast {
    border-bottom: 1px solid #b7d4f1;
}

.editspan {
    display: inline-block;
    margin-left: 10px;
}

th {
    text-align: left;
    padding: 1px !important;
}


.tableDiv {
    float: left;
    width: 955px !important;
    border: 1px solid #b7d4f1 !important;
    border-top: 0px;
    margin-top: 10px;
    overflow-y: hidden;
}


.main {
    padding-left: 15px;
    float: left;
    padding-bottom: 20px;
}

.ui-dialog {
    overflow: visible;
}

.model-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 10px;
    background-image: url(/bookingReport/Content/images/closebox.png);
    cursor: pointer;
}

.popup_head {
    width: 100%;
    background-color: #0084a8;
    color: #fff;
    padding: 10px 0px 10px 0px;
}

.p15 {
    padding: 15px;
}

.btnEdit {
    background: transparent url('/Content/Images/edit_icon.png')no-repeat scroll 0% 0%;
    border: none;
    height: 10px;
    cursor: pointer;
}

.error_msg {
    background-clip: padding-box;
    background-color: #f6861f;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: none;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857;
    margin-top: -15px;
    max-width: 275px;
    padding: 2px 5px;
    position: absolute;
    text-align: left;
    white-space: normal;
    z-index: 1060;
}

    .error_msg:after, .error_msg:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .error_msg:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #f6861f;
        border-width: 6px;
        margin-left: -50px;
    }

.ui-autocomplete {
    max-height: 200px !important;
    overflow: auto !important;
    margin-top: 45px;
}

    .ui-autocomplete:after {
        border-color: rgba(136, 183, 213, 0) !important;
        border-bottom-color: #f6861f !important;
        border-width: 6px !important;
        margin-left: -50px !important;
    }


.ui-dialog {
    z-index: 1000;
    overflow: visible;
    top: 5% !important;
    margin-bottom: 30px;
}

.loader_bg {
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: #aaaaaa url(/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    position: fixed;
    top: 0;
    left: 0;
}

/* fix rtl for demo */
.chosen-rtl .chosen-drop {
    left: -9000px;
}

.viewPoolButton {
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 12px;
    text-decoration: none;
}

    .viewPoolButton:hover {
        background: #fa751d linear-gradient(to bottom, #fa751d 5%, #fc9e29 100%) repeat scroll 0 0;
    }

.slabWidth {
    display: flex;
    justify-content: space-between;
}

.agencyNamdeDv {
    flex: 1;
    display: flex;
    align-items: center;
}

.viewButtonDv {
    order: 3;
}

#circularG {
    position: fixed;
    width: 60px;
    height: 60px;
    margin: auto;
    top: 40%;
    left: 50%;
    z-index: 1002;
    display: block;
}


.ruletdcontent input {
    position: relative;
    left: 28px;
    width: 14px;
}

.agencyNamdeDv input {
    position: relative;
    top: 20px;
}

.navbar-default {
    height: 50px;
}

.markupbtn {
    width: 250px;
}

.Active_slab {
    background-color: transparent;
    border: none;
    border-bottom: 1px Dashed #DDD;
    padding-bottom: 45px;
}

.yellowbtn {
    background: #0d47a1;
}

.agencyinfo {
    padding: 5px 0;
    border-bottom: 1px solid #DDD;
    position: relative;
    top: -13px;
}
