/*
File Name: custom.style.css
Author: Parker
Author URI:
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: calc(100vh - 226.5px); */
    min-height: 716.312px;
}
main{
    padding-top: 15px;
    width: 90% !important;
}
main  a:focus, main a:hover {
    color: #23527c;
    text-decoration: underline;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
a {
    color: #337ab7;
    text-decoration: none;
}
.hide {
    display: none;
}
.search-icon{
    color: white;
}
.dropdown-menu a{
    color: #333;

}
.fade.in {
    opacity: 1;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.navbar-nav > li > a {
    text-decoration: none;
    margin: 0 1px;
    color: #333;
    font-weight: 500;
    padding: 7px 11px;
    border-radius: 4px;
}
.navbar-nav > li > a#accountDropdown{
    color: #fff;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512;
}

 .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a:hover {
    color: #eee;
    background-color: #336699;
}

a#accountDropdown:hover{
    color: #eee;
    background-color: #d58512;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
    padding: 8px 30px 8px 8px;
}
a {
    color: #337ab7;
    text-decoration: none;
}

.text-right {
    text-align: right;
}
.bg-info{
    background-color: #d9edf7 !important;
}
.border-info{
    color: #d9edf7;
}
.card-header{
    color: #333 !important;
}
.card-body{
    color: #333 !important;
}
@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--------------*/

.dropdown-menu {
    padding: 4px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    width: 220px;
}

.dropdown-menu > li > a {
    padding: 3px 20px;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.3;
    text-indent: 0;
    padding-left: 20px !important;
    display: block;
}
nav#main-menu {
    /* border: 1px solid #e7e7e7;  */
    /* margin-bottom: 10px; */
}
.alert.alert-info {
    align-items: center;
    justify-content: flex-start;
    /* display: flex; */
;
}
.dropdown-menu > li {
    margin: 0;
    padding: 0;
}
.bg-primary {
    color: #fff !important;
    background-color: #337ab7 !important;
}
/* .bg-light{
    background-color: #fff !important;
} */

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1800px;
    }
}

/* Fix: Right-align dropdown menu for account dropdown to prevent overflow */
.navbar-nav > li > a#accountDropdown + .dropdown-menu,
.navbar-nav > li.open > a#accountDropdown + .dropdown-menu,
.navbar-nav > li > .dropdown-menu.account-dropdown-menu {
    right: 0;
    left: auto;
}

/* Dropdown open on hover for desktop */
@media (min-width: 992px) {
    .navbar-nav > li.dropdown:hover > .dropdown-menu,
    .navbar-nav > li.open:hover > .dropdown-menu {
        display: block;
    }
    .navbar-nav > li.dropdown:hover > a,
    .navbar-nav > li.open:hover > a {
        background: #336699;
        color: #eee;
    }
}
