@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css");

.test{
    background: #fff;
    position: absolute;
    height: 38px;
    width: 100%;
    bottom: 0;
}

#vLoader1{
    display:none;
}

.back-box{
    padding: 20px;
    padding-left: 20px;
    border: 1px dashed #d8d8d8;
}
span.space-ta {
    /*padding-right: 140px;*/
    font-weight: bold;

}
.space-ta1{
    padding-right: 40px;
}
.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}

.intrinsic-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


.spinner {
    display: inline-block;
    opacity: 0;
    max-width: 0;

    -webkit-transition: opacity 0.25s, max-width 0.45s;
    -moz-transition: opacity 0.25s, max-width 0.45s;
    -o-transition: opacity 0.25s, max-width 0.45s;
    transition: opacity 0.25s, max-width 0.45s; /* Duration fixed since we animate additional hidden width */
}



.has-spinner.active {
    cursor:progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    max-width: 50px; /* More than it will ever come, notice that this affects on animation duration */
}

#loginError,#loginError1,#loginError2,#vSection,#verifyError3,#successEOI,#errorEOI,#pError,#pSuccess{
    display: none;
}

.btnTop{
    margin-top: 20px;
}
.red{
    color:#f96197;
    font-weight: bold;
}
.green{
    color:#00c292;
    font-weight: bold;
}

.mTop20{
    margin-top: 20px;
}
.mBottom20{
    margin-bottom: 20px;
}
.mTop40{
    margin-top: 40px;
}
.mBottom40{
    margin-bottom: 40px;
}
#table1 th, #table2 th{
    font-size: 0.9em;
}

#table1 td, #table2 td{
    font-size: 0.8em;
}

@media (max-width: 4000px){
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

}