﻿.view_printdiv {
    background-color: rgb(251, 251, 251);
    border: 2px solid #ddd;
    box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
    left: 22%;
    margin-left: -15em;
    margin-top: -9em;
    max-height: 450px;
    overflow: scroll;
    padding: 12px;
    position: absolute;
    top: 83%;
    width: 84%;
    z-index: 101;
    display: none;
}

#LoadingDiv {
    margin: 0;
    position: fixed;
    height: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    padding-top: 200px;
    padding-left: 50px;
    width: 100%;
    text-align: center;
    clear: none;
    background: rgba(0, 0, 0, 0.61) !important;
    /*background: url(../img/loading_bg.png);*/
}

.img_shad {
    -moz-box-shadow: 0 0 5px #a5a5a5;
    -webkit-box-shadow: 0 0 5px#a5a5a5;
    box-shadow: 0 0 5px #a5a5a5;
}

* html #LoadingDiv {
    position: absolute;
    height: expression(document.body.scrollHeight >;
    document .body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight + 'px');
}

.sr-loading-gif-holder-flight {
    width: 700px;
    /*background: #fff;*/
    height: auto;
    padding-top: 10px;
    /*box-shadow: 0 0 5px #bfbebe;
    -moz-box-shadow: 0 0 5px #bfbebe;
    -webkit-box-shadow: 0 0 5px #bfbebe;*/
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    behavior: url(../ie-support/PIE.htc);
    position: relative;
    top: 4%;
    left: 0;
    z-index: 9999;
    margin: 0 auto;
}

.waiting-logo-holder {
    width: 97%;
    padding-top: 32px;
    text-align: center;
    margin-bottom: 12px;
    margin-left: 10px;
}

    .waiting-logo-holder img {
        width: 35%;
    }

.paddtop-16px {
    padding-top: 16px;
    margin-bottom: 13px;
}

.margin-bottom25px {
    margin-bottom: 25px;
}

.wait-gif-img-holder {
    width: 97%;
    text-align: center;
    margin-bottom: 2px;
}

.wait-img {
    width: 97%;
    text-align: center;
    margin-bottom: 16px;
    padding: 7px 0 7px 0;
    float: none;
}

.padding-waitpage {
    padding: 0 0 20px 0;
}

.margin-leftzero {
    margin-left: 0;
}

.sr-loading-gif-container-flight {
    width: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    height: 100%;
    background: rgba(0, 0, 0, 0.61) none repeat scroll 0% 0%;
    position: fixed;
    z-index: 999;
}

#result {
    color: #fff;
}

.radiobuttonlist input {
    opacity: 1 !important;
    position: static !important;
}

    .radiobuttonlist input [type="radio"] {
        opacity: 1 !important;
        position: static !important;
        background: #f00 !important;
    }


.radiobuttonlist label {
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}


.inscircle {
    background: #FFE494 none repeat scroll 0 0;
    border-radius: 50px;
    color: #333;
    font-weight: bold;
    margin: 3% 0 0;
    padding: 0.5% 0;
}

.border_2px {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.5%; /*modify by hari 11-07-2016*/
}

.step-pane span {
    color: #ac6606;
    font-weight: bold;
    font-size: 12px;
}

.rddlFakeInput {
    font-size: 12px !important;
    color: #444 !important;
}

.Up_back_process_bb {
    top: 0;
    z-index: 999999;
    text-align: center;
    clear: none;
    border-width: 0px;
    position: fixed; /*absolute*/
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .6;
    background-color: #0ca3e2;/*#fff;*/
    color: #333;
    width: 100%;
    height: 100%;
    /*min-height:225%;*/
    margin: 0;
    padding: 15.5% 0% 15.5% 0%;
}

.bg_indicator_div {
    background-color: #DAC553 !important;
}

/*Responsive-aju*/
@media (min-width: 320px) and (max-width: 480px) {

    .Up_back_process_bb {
           padding: 60.5% 8.5% 27.5% 15%
    }
}
@media (min-width: 768px) and (max-width: 1024px) {

    .Up_back_process_bb {
        padding: 60.5% 8.5% 24.5% 40%;
    }
}


/*Responsive-aju*/

/*Creat by : dinesh 05/10/2017*/
/*Spinning*/


#spinning-circle {
    animation-name: spinning-circle;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    width: 40px;
    height: 40px;
    margin-left: 50%;
}

@-webkit-keyframes spinning-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 125% 125%;
        transform-origin: 125% 125%;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: 125% 125%;
        transform-origin: 125% 125%;
    }
}

@media screen and (max-width: 600px) {
    .spinner img {
        margin-top: 147px;
    }
}
