/*
File Name: custom.style.css
Author: Ankit
Author URI: akrana1990.github.io
Description: Custom Style is used to write the all custom css regarding the template
*/
/*Override bootstrap header size*/
.h1, h1 {
    font-size:28px;
}
.h2, h2 {
    font-size:24px;
}
.h3, h3 {
    font-size:20px;
}
.h4, h4 {
    font-size:16px;
}

#template{
    min-height: 100vh;
}
@media print {
    a[href]:after {
        content: none !important;
    }
}

@media(min-width: 768px) {
    .container{
        width: 100%;
    }
}
@media(min-width: 1281px) {
    .container{
        width: 90%;
    }
}
/*Override bootstrap table td padding*/
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th
{
    padding: 4px 6px;
    line-height:1.2;
    vertical-align: middle;
}

.card {
    min-height: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.alert {
    padding: 8px 30px 8px 8px;
}

/*New class for a fixed alert*/
.alert-fixed{
    position: absolute;
    top: 13.5%;
    left: 40%;
    width: 100%;
    max-width: 300px;
    z-index: 999;
}
/*Override bootstrap table td padding*/


.circle-info-icon{
    background: transparent;
    margin: 0 5px;
    font-size: 18px;
    color: #46B8DA;
    border-radius: 50%;
    vertical-align: middle;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px -1px 0px rgba(0, 0, 0, 0.15) inset;
}

.required:before{
    font-family: "Glyphicons Halflings";
    content: "\2a";
    font-size: 10px;
    color: #a94442;
}
span.filter{
    color: #336699;
    background-color:#C8CEE1;
}

.AnyTime-win{
    z-index: 9999 !important;
}

ul.question-sort-list{
    margin: 0;
    padding: 0;
}

ul.question-sort-list li{
    list-style: none;
    margin: 0 0 4px 0;
    padding: 5px 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    background: none repeat scroll 0% 0% #f4f4f4;
    border: 1px solid #E5E5E5;
    cursor: move;
}

.f-14{
    font-size: 14px;
}

/*-------------Ajax loader (Centered)--------------*/
#ajax-loader .overlay{
    z-index: 999;
    position: fixed;
    display: block;
    background: #000000;
    opacity: .2;
    top: 0; right: 0; bottom: 0; left: 0;
    overflow: hidden;
}
#ajax-loader-inner{
    width: 80px;
    height: 80px;
    position: fixed;
    top: 40%;
    left: 45%;
    background: #000000;
    border-radius: 4px;
    opacity: .7;
    text-align: center;
    padding: 3px ;
    z-index: 999;
}

#ajax-loader-inner img{
    max-width: 75px;
}

.check-bg{
    background: url("../../assets/images/blank-check.png");
    background-size: 215.9mm 279.9mm;
    height: 279.4mm;
    width: 215.9mm;
    background-repeat: no-repeat;
    background-position: top center;
}
.check-view{
    min-height: 279.4mm;
    max-height: 279.4mm;
    min-width: 215.9mm;
    max-width: 215.9mm;
}

.check-view table{
    max-width: 850px;
}

.check-view .table-bordered > tbody > tr > td {
    border: 1px solid transparent;
    padding: 0;
}
.has-accommodation{
    color:blue!important;
}
/*------------------Bootstrap Modal Custom-----------------------*/

.modal {overflow-y: scroll}

/*----------Footer Custom css--------------*/
footer{
    background: none repeat scroll 0% 0% #333;
    margin-top: 10px;
}
footer p{
    color: #EFEFEF;
    font-size: 13px;
}
footer .footer-primary{
    padding: 20px 0 10px 0;
}
footer .footer-secondary{
    padding: 10px 0;
    background: #272727;
}
span.copyright {
    color: #EFEFEF;
    font-size: 14px;
}
/*** US2380 show report settings checkboxes in two columns ***/
div.report-settings select.form-control{
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.two-col-checkbox{
    column-count: 2;
}
.two-col-checkbox .checkbox {
    break-inside: avoid-column;
    margin: 0;
}
.two-col-checkbox .checkbox label{
    margin-bottom:5px;
}
/*----------Footer Custom css--------------*/

