/*
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*/
html {
    font-size: 87.5%;
    /* 1rem = 14px */
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.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;
}

label {
    font-weight: 700;
}

#frmSearch label {
    text-align: right;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74;
}
a.btn:focus {

    text-decoration: none;
    color: white;
}

a.btn img {
    width: 14px;
    height: 14px;
}

a.btn:hover {
    text-decoration: none;
}

.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-top: 5px;
    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;
}

button.btn img {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-right: 2px;
}
.icon-big img{
    width: 18px !important;
    height: 18px !important;
}
.btn-outline-secondary,.btn-light{
    border: 1px solid #d4d6d8;
}
.btn-sm {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    
}
.btn-success:hover{
    background-color: #439d44;
    border-color: #439d44;
}

.list-group a {
    color: #337ab7 !important;
    text-decoration: none !important;
}
.list-group a:focus, .list-group a:hover {
    color: #23527c !important;
    text-decoration: underline !important;
}
#cellPhone_ubzywj6hj{
    width: 46% !important;
    display: inline !important;
}
.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;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
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;
}
.form-check-label{
    font-weight: 400;
}

/* Global fix for horizontal forms using your existing structure */
.card-body .mb-3 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    /* Top aligns label with input */
    margin-bottom: 1rem;
}

/* Ensures labels are right-aligned as seen in your screenshot */
.card-body .form-label {
    text-align: right;
    padding-right: 15px;
    margin-bottom: 0;
    /* Removes Bootstrap 5 default bottom margin */
    font-weight: bold;
}

.navbar {
    margin-bottom: 15px;
    border-radius: 0;
}

/* Handles the submit button offset */
.col-sm-offset-4 {
    margin-left: 33.333333%;
}

/* Mobile Responsiveness: Stack them on small screens */
@media (max-width: 576px) {
    .card-body .mb-3 {
        display: block;
    }

    .form-label,
    .col-form-label {
        text-align: left !important;
        margin-bottom: 0.5rem;
    }

    .col-sm-offset-4,
    .col-sm-offset-3 {
        margin-left: 0;
    }
}
.form-check-input{
    appearance: auto;
}
.ui-dialog .ui-dialog-titlebar-close {
            background: url(/assets-new/bootstrap-icons/remove.svg);
            background-size: contain;
            background-repeat: no-repeat;
        }
@media print {
    a[href]:after {
        content: none !important;
    }
}

@media(min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media(min-width: 1281px) {
    .container {
        width: 90%;
    }
}

.bg-danger {
    background-color: #d9534f !important;
}

.bg-success {
    background-color: #5cb85c !important;
}

tbody tr.odd>td {
    background-color: #ebf2fa !important;
}
.content-width .form-select{
    width: auto !important;
}
/*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;
    margin-bottom: 10px;
}

.card-header {
    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: 28px;
    color: #a94442;
    position: relative;
    top: 8px;
    left: 0px;
    margin-right: 4px;
}

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;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #d9edf7;
}
.hidden {
    display: none !important;
}
/*-------------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
}

.form-select {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}


/* Custom style for modal close button - position at far right with no background */
.modal-header .close {
    margin-left: auto;
    background: none;
    border: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}

.modal-header .close:hover {
    opacity: .75;
    background: none;
    border: none;
}

.modal-header .close:focus {
    outline: none;
    box-shadow: none;
    background: none;
    border: none;
}
.modal-header {
  display: flex;
  justify-content: space-between; /* Applied to space elements out */
  align-items: center;
}
/*----------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;
}

.table .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;
}

input[type=checkbox],
input[type=radio] {
    line-height: normal !important;
}

.checkbox label,
.radio label {
    min-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.d-flex .form-select {
    /* min-width: 20%; */
    margin-top: 0px;
    
}

.list-group-item-info
 {
    color: #31708f !important;
    background-color: #d9edf7 !important;
}
.form-select.w-100{
    width: 100% !important;
}
.w-100-reset .form-select.w-100 {
    width: auto !important;
}
.col-sm-8 .form-select,
.col-md-8 .form-select {
    width: 100%;
}
/*----------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;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
 {
    background-color: #eee;
    opacity: 1;
}
/* .bg-light{
    background-color: #fff !important;
} */
.table-striped.table-blue>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #ebf2fa !important;
}
.tablesorter tbody tr.odd{
    background-color: #ebf2fa !important;
}
.tablesorter tbody tr.odd > td{
     background-color: #ebf2fa !important;
}

.form-select {
    display: inline-block;
    width: auto !important;
    min-height: 34px;
    margin-top: 10px;
    padding: 8px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.checkbox, .radio {
    margin-top: 5px;
    margin-bottom: 5px;
}
#frmSearch .form-select{
    width: 100% !important;
}
textarea.form-control {
    color: #999;
    margin-top: 10px;
}
checkbox .form-control{
    margin-left: 5px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
input.form-control.input-sm.w-auto.mt-2 {
    margin-left: 5px;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
b, strong {
    font-weight: 700;
}
.card-body .panel-title {
    background: #337AB7;
    padding: 4px 6px;
    line-height: 1.2;
    vertical-align: middle;
    color: #FFFFFF;
}
.card-body input[type=checkbox], input[type=radio] {
    line-height: normal !important;
    margin-right: 5px;
}
.text-center {
    text-align: center ;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid #cccccc;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: #dff1d8;
    --bs-alert-border-color: #d6e9c6;
    --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.text-danger {
   color: #a94442 !important;
}
.alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
}

.bg-light {
    background-color: #f5f5f5 !important;
}
.tox-tinymce {
    border-radius: 0px !important;
}

.tox .tox-toolbar-overlord {
    background-color: #fff;
    border: 1px solid #d7d4d4;
}

.tox .tox-tbtn {
    margin: 6px 2px 5px 0 !important;
    border: 1px solid rgb(188 188 188) !important;
}

body#tinymce {
    font-size: 13px !important;
}

.tox-statusbar {
    /* background-color: #e5e7e6 !important; */
    background: linear-gradient(to bottom, #ebebeb, #cfd1cf) !important;
}

.tox .tox-toolbar__group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0;
    padding: 0 6px 0 6px !important;
}


.tox .tox-toolbar-overlord>.tox-toolbar,
.tox .tox-toolbar-overlord>.tox-toolbar__overflow,
.tox .tox-toolbar-overlord>.tox-toolbar__primary {
    background-position: center top 0;
    background-size: 0 !important;
    background: none !important;
    font-size: 14px !important;

}

.tox .tox-anchorbar,
.tox .tox-toolbar-overlord {
    background: linear-gradient(to bottom, #ebebeb, #cfd1cf) !important;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
    padding: 0px 0px !important;
    overflow: hidden;

}

.accordion-button,
.accordion-button:not(.collapsed) {
    background-color: #f5f5f5;
}

@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;
    }
}