.syntax-container {
    background: #FCFCFC;
    -webkit-border-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px;
    -moz-background-clip: padding;
    border-radius: 7px;
    background-clip: padding-box;
    border: 1px solid #e3e3e3;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.isloading-wrapper.isloading-right {
    margin-left: 10px;
}

.isloading-overlay {
    position: relative;
    text-align: center;
}

    .isloading-overlay .isloading-wrapper {
        -webkit-border-radius: 7px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 7px;
        -moz-background-clip: padding;
        border-radius: 7px;
        background-clip: padding-box;
        display: inline-block;
        margin: 0 auto;
        padding: 8px 40px 10px 20px;
        top: 10%;
        z-index: 9000;
        background: url(../images/load.gif) no-repeat #FFFFFF 90% 10px;
        -webkit-box-shadow: 1px 1px 12px -4px rgba(0,0,0,0.5);
        -moz-box-shadow: 1px 1px 12px -4px rgba(0,0,0,0.5);
        box-shadow: 1px 1px 12px -4px rgba(0,0,0,0.5);
    }

/*changes*/
.redcolor {
    color: red;
}

.requirement .hide {
    display: none;
}

.fadebg {
    background: rgba(37, 37, 37, 0.9);
}

.update-vhcl {
    width: 100%;
}

.update-vhcldtl {
    float: left;
    padding: 5px 0 10px 5px;
}

.update-vhclradio {
    float: left;
    padding: 10px 0 0px 0px;
}

input.alert {
    border: 1px solid #C00 !important;
}

textarea.alert {
    border: 1px solid #C00 !important;
}

select.alert {
    border: 1px solid #C00 !important;
}


.customerinfo-popup {
    width: 725px !important;
}

.loan-logpop {
    width: 385px !important;
}

.user-popup {
    width: 735px !important;
}
.oem-popup {
    width: 681px !important;
}
.activity-popup {
    width: 360px !important;
   
}
.activity-popup img{
     min-height:460px;
}
.customernotes-popup {
    width: 550px !important;
}
.customertodos-popup {
    width: 496px !important;
}


table.gridtable {
    margin-top: 10px;
    font-size: 12px;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
    width: 70%;
    margin: 20px auto;
}

    table.gridtable a {
        text-decoration: underline;
        color: #157fcc !important;
        font-size: 10px;
    }

    table.gridtable th {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #666666;
        background-color: #dedede;
        text-align:center;
    }

    table.gridtable td {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #666666;
        background-color: #E5E9EC;
    }



.tblseparator {
    background: #E5E9EC !important;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 0px !important;
    border-top: 0px !important;
}


.empty-report {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .empty-report:before {
        height: 60%;
        vertical-align: middle;
        display: inline-block;
        content: '';
    }

.empty-report p {
    color: #666666;
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
}

.overlay-hide {
    display: none;
}


.activity-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #e5e5e5;
}

    .activity-overlay center {
        padding: 20px 10px 10px 10px;
        margin-top: 70%;
        background-image: url(../images/loading.gif);
        background-repeat: no-repeat;
        background-position: center top;
    }

.calendar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,0.2);
}


.disbale-anchor{
    background-color:#ccc;
    cursor:default;
}

.fixed-header{  position: relative;z-index: 0 !important;}

.sumTotal{width:250px;}

.progress-info{background-color:#fff;border:1px solid #ccc;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;box-shadow:-1px 0 8px -4px #000;padding:10px;position:absolute;z-index:9999;}
.progress-info tr{border-bottom:1px solid #fff;line-height:20px}
.progress-info b{background:#fff;padding:2px 0px}
.x-td-focused{
    background:#c1ddf1 !important;
}


.priceInfo{background-color:#fff;border:1px solid #ccc;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;box-shadow:-1px 0 8px -4px #000;padding:10px;position:absolute}
.priceInfo tr{border-bottom:1px solid #fff;line-height:20px}
.priceInfo td{background:#fff;padding:2px 10px}


.activity-info{    background-color:#fff;border:1px solid #ccc;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;box-shadow:-1px 0 8px -4px #000;padding:10px;position:absolute;z-index:9999; text-transform:uppercase; font-size:12px;}
.activity-info tr{line-height:20px}
.activity-info b{background:#fff;padding:2px 0px}

.activity-info .subDept{ font-size:10px; text-transform:none;}
.btn-online{float:right; background-color:#2b303b;border-radius:5px;color:#ffffff;cursor:pointer;display:inline-block;font-size:12px;margin:10px 0px 0;padding:4px 10px;text-decoration:none;border:0; font-weight:normal;}
.btn-online:hover{background-color:#05A5E9;text-decoration:none}

