﻿
#page-wrapper {
    padding: 0;
}

.border-bottom.row, .wrapper.row {
    margin-left: 0;
    margin-right: 0;
}

.hidden {
    display: none;
}

a {
    text-decoration: none;
}

.dropdown-menu li a {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.dropdown-item {
    display: flex;
}

.navbar-default li {
    width: 100%;
}

.nav-link, .nav-second-level li a {
    display: block;
    color: rgba(255,255,255,.75);
}

    .nav-link:hover, .nav-second-level li a:hover,
    .nav-link:focus, .nav-second-level li a:focus {
        display: block;
        color: rgba(255,255,255,1);
    }

.navbar-default .nav .nav-second-level li a:focus,
.navbar-default .nav .nav-second-level li a:hover {
    background: #4d788a;
}

.second-level-li-active {
    background: #4d788a;
    color: #fff;
}

.navbar-top-links a, .footer a {
    color: #777;
    position: relative;
}

#tour_taskreminder .dropdown-menu {
    right: 0;
    left: auto;
}

    #tour_taskreminder .dropdown-menu li {
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #ececec;
    }

        #tour_taskreminder .dropdown-menu li:last-child {
            border-bottom: 1px solid #ececec;
        }

#tour_taskreminder .count-info {
    border-radius: 4px;
}

label {
    font-weight: 600;
}

.form-group {
    margin-bottom: 15px;
}

    .form-group label + div {
        position: relative;
    }

.dropdown-menu a:hover {
    background: #ececec;
}

.dropdown-menu a img {
    max-width: 22px;
}

.notification-details {
    display: block;
    font-size: 12px;
    white-space: nowrap;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.form-check input {
    float: left;
    margin-left: -1.5em;
    margin-top: .25rem;
}

.form-check label {
    font-weight: normal;
}

.search-form {
    margin-bottom: 10px;
    position: relative;
}

    .search-form .input-group {
        flex-wrap: nowrap;
    }

    .search-form .btn-calender {
        border-width: 0px;
        padding-top: .7rem;
        padding-bottom: .7rem;
    }

.autosuggest {
    width: 100%;
}

    .autosuggest input[type=text] {
        border-radius: 4px 0 0 4px;
    }

.search-form input[type=submit] {
    border-radius: 0px 4px 4px 0px;
}

.autosuggest input[type="text"] {
    height: 48px
}

.btn-group a {
    min-width: 100px;
}

.form-control {
    font-size: 14px;
    border-radius: 4px;
}

.form-control-static {
    padding-top: 7px;
}

p.form-control-static {
    margin-bottom: 0;
}

.position-options .form-control {
    min-width: 150px;
}

.FormMessageText p {
    margin-bottom: 0;
}

.img-circle {
    border-radius: 50%;
}

.dropdown-toggle::after {
    display: none;
}

.note-editor .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

select.form-control {
    background-image: url(../../images/angle-down_dark.png);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px;
    padding-right: 45px;
}

/*.input-group-btn {
    display: flex;
}

    .input-group-btn select {
        height: 100%;
    }*/

.count-info {
    position: absolute;
    right: -13px;
    top: -10px;
    border-radius: 6px;
    font-size: 10px;
    background: #00aeef;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
/*Switch...............................*/
.switch {
    margin-top: 7px;
}

div.pq-select-button.form-control {
    background: transparent;
    display: block;
    width: 100% !important;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    box-shadow: none;
}

.btn-default.dropdown-toggle {
    line-height: 1;
}

.search-form .row {
    width: 100%;
    align-items: center;
}

.page-heading {
    align-items: center;
}

    .page-heading .col-md-5 .m-t-lg {
        margin-top: 0;
    }

.autosuggest-input {
    width: 100%;
}

    .autosuggest-input input {
        height: 100%;
    }

.inline-radio-table td input {
    margin-right: 10px;
    margin-top: 5px;
}

    .inline-radio-table td input + label {
        margin-right: 20px;
    }

.alert p {
    margin-bottom: 0;
}

.alert i {
    font-size: 1.5rem;
}

.advance-search .btn-group {
    margin-bottom: 5px;
}

    .advance-search .btn-group .form-control {
        min-width: 235px;
    }

    .advance-search .btn-group .radio-inline + table {
        margin-left: 20px;
    }

.nav-header .dropdown-menu > li:last-child {
    border-top: 1px solid #ececec;
}

.auto-suggest .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*.table-striped > tbody > tr:nth-of-type(odd):not(.GridViewHeader) > * {
    --bs-table-bg-type: rgba(255,255,255,1);
    border: 0;
}
*/
input[type=checkbox], input[type=radio] {
    margin-right: 5px;
    vertical-align: middle;
}

.radio-inline {
    display: inline-flex;
    align-items: center;
    margin-right: 30px;
}

    .radio-inline:last-child {
        margin-right: 0px;
    }

table.radio-inline tr td {
    padding-right: 30px;
}

    table.radio-inline tr td:last-child {
        padding-right: 0px;
    }

table.radio-inline td input[type="radio"] + label,
.radio-inline > label,
table.radio-inline td input[type="checkbox"] + label {
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
}

.input-lg {
    padding: .75rem 1rem;
    font-size: 16px;
}

.large-searchbox .input-lg {
    border-radius: 0;
}

input .input-lg::placeholder {
    opacity: 0.5;
    font-size: 16px;
}

.large-searchbox .input-search-icon i {
    top: -30px;
}

.radio-inline-group table td:not(:first-child) {
    padding-left: 30px
}

.image-radio input[type="radio"] {
    display: none;
}

.radio-excel label {
    background-image: url(../../images/ReportIcons/xls.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: center left;
    min-height: 30px;
    padding-top: 9px;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
}

.image-radio .radio-excel input:checked + label {
    border-bottom: 3px solid #099246;
}

.radio-csv label {
    background-image: url(../../images/ReportIcons/csv.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: center left;
    min-height: 30px;
    padding-top: 9px;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
}

.image-radio .radio-csv input:checked + label {
    border-bottom: 3px solid #e05073;
}


.radio-tab label {
    background-image: url(../../images/ReportIcons/tab.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: center left;
    min-height: 30px;
    padding-top: 9px;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
}

.image-radio .radio-tab input:checked + label {
    border-bottom: 3px solid #723278;
}

.radio-preview label {
    background-image: url(../../images/ReportIcons/search.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: center left;
    min-height: 30px;
    padding-top: 9px;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
}

.image-radio .radio-preview input:checked + label {
    border-bottom: 3px solid #00a79b;
}

.stepwizard-row ~ div {
    position: relative;
}

.filedrag {
    font-weight: bold;
    text-align: center;
    color: #928c8c;
    border: 2px dashed #928c8c;
    border-radius: 7px;
    cursor: default;
    padding: 1.5rem
}

.fileupload {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    opacity: 0;
}

.help-question {
    margin-bottom: 15px;
}

.help-answer {
    margin-bottom: 40px;
}

.help-address > div > span:first-child {
    width: 13px;
    text-align: right;
}

.help-address .help-email {
    color: #333;
}

.extra-small-user-image img, .user-image img, .profile-img-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.input-group .input-group-btn .btn-calender {
    border-radius: 0;
}

.input-group .input-group-btn .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
}

.progress-bar.bg-primary {
    background-color: #599bfc !important;
}

.progress-bar.bg-success, .wln-progress .base-progress {
    background-color: #71ba98 !important;
}

.progress-bar.bg-warning, .wln-progress .amber-progress {
    background-color: #fad25b !important;
}

.progress-bar.bg-danger, .wln-progress .red-progress {
    background-color: #e35d6a !important;
}

.wln-progress {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e7e7e7;
}

    .wln-progress + span {
        font-weight: 600;
        white-space: nowrap;
        flex-shrink: 0;
        font-size: 13px;
        width: 30px;
    }

.table-pointer tr:not(:first-child) {
    cursor: pointer;
}

.tab-custom-button {
    background-color: #e5e5e5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    padding: 10px 15px;
    min-width: 120px;
    text-align: center;
    color: #333;
}

    .tab-custom-button:hover {
        background-color: #c9c9c9;
    }

.box-bg {
    background-color: #efefef;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.compliance-report .hr-line-dashed {
    border-color: #c1c1c1;
}

.team-links-container {
    display: flex;
    width: 100%;
    height: 100%;
}

.team-links-left,
.team-links-right {
    display: flex;
    align-items: center;
}

.team-links-left {
    width: 40%; /* if 2 children */
}

.team-links-right {
    width: 60%; /* if 3 children */
}

.team-link {
    width: 33.33%;
    display: flex;
    align-items: center;
}

    .team-link div:first-child {
        margin-right: 5px;
    }

    .team-link a {
        color: #333;
        font-weight: 600;
    }

.team-links-left .team-link {
    width: 50%;
}

.nav-second-level li a.sp-nav,
.navbar-default .nav > li > a.sp-nav:hover,
.navbar-default .nav > li > a.sp-nav:focus {
    color: #f4d408;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-default {
    border-color: #ddd;
}

.panel-group .panel {
    border: 1px solid #ddd;
    margin-bottom: 0;
    border-radius: 4px;
}

    .panel-group .panel + .panel {
        margin-top: 5px;
    }

.panel-group .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-color: #ddd;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-group .panel-body {
    padding: 15px;
}

    .panel-group .panel-title a {
        font-size: inherit;
        color: #333;
    }

    .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: 1px solid #ddd;
    }

.modal-header .close, .modal-header .btn-close {
    font-size: 22px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    z-index: 9;
    background-color: #fff;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 50%);
    border-radius: 50%;
    opacity: 1;
    line-height: 1;
    border: 0;
    padding: 0;
    background-size: 10px;
}

.modal-header h4 {
    margin-top: 0;
}

.modal-header .close, .modal-header .btn-close {
    font-size: 22px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    z-index: 9;
    background-color: #fff;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 50%);
    border-radius: 50%;
    opacity: 1;
    line-height: 1;
    border: 0;
    padding: 0;
    background-size: 10px;
}

.note-form-group .note-form-label {
    padding: 0;
}

.left-input-dropdown {
    max-width: max-content;
    background-color: #ececec;
}

.ui-dialog .ui-widget-header {
    border: 1px solid #ccc;
    background: transparent;
    border-radius: 0;
}

.ui-dialog .modal-confirm-dialog .ui-dialog-titlebar-close, .ui-dialog-titlebar-close {
    background: url(../../images/close.png) 50% 50% no-repeat;
}

.date input[type="text"] {
    max-width: 160px;
}

.ajax__tab_header, .ajax__tab_default .ajax__tab_tab {
    display: flex !important;
}

.message-label:not([style*="display: none"]) {
    display: block;
    margin-bottom: 10px;
}

.table .GridViewHeader th a, .table .SubGridViewHeader th a {
    line-height: 1;
    vertical-align: middle;
}

.advance-search-link {
    flex-shrink: 0;
}

.my-popover {
    min-width: 350px;
}

.btn:disabled, .btn:disabled:hover, .btn:disabled:active, .btn:disabled:focus,
.btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, .btn.disabled.active,
.btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active, .btn.active[disabled],
fieldset[disabled] .btn, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus,
fieldset[disabled] .btn:active, fieldset[disabled] .btn.active {
    opacity: .5;
    cursor: not-allowed;
    background-color: #0d576e;
    border-color: #0d576e
}

.btn-group .btn.disabled, .btn-group .btn.disabled:hover, .btn-group .btn.disabled:focus,
.btn-group .btn.disabled:active, .btn-group .btn.disabled.active,
.btn-group .btn[disabled], .btn-group .btn[disabled]:hover, .btn-group .btn[disabled]:focus,
.btn-group .btn[disabled]:active, .btn-group .btn.active[disabled] {
    opacity: 1;
    cursor: not-allowed;
    color: #fff;
}

.btn-group .btn-primary.disabled, .btn-group .btn-primary.disabled:hover, .btn-group .btn-primary.disabled:focus,
.btn-group .btn-primary.disabled:active, .btn-group .btn-primary.disabled.active,
.btn-group .btn-primary[disabled], .btn-group .btn-primary[disabled]:hover, .btn-group .btn-primary[disabled]:focus,
.btn-group .btn-primary[disabled]:active, .btn-group .btn-primary.active[disabled] {
    background-color: #0d576e;
}

.btn-group .btn-success.disabled, .btn-group .btn-success.disabled:hover, .btn-group .btn-success.disabled:focus,
.btn-group .btn-success.disabled:active, .btn-group .btn-success.disabled.active,
.btn-group .btn-success[disabled], .btn-group .btn-success[disabled]:hover, .btn-group .btn-success[disabled]:focus,
.btn-group .btn-success[disabled]:active, .btn-group .btn-success.active[disabled] {
    background-color: #198754;
}

.btn-group .btn-danger.disabled, .btn-group .btn-danger.disabled:hover, .btn-group .btn-danger.disabled:focus,
.btn-group .btn-danger.disabled:active, .btn-group .btn-danger.disabled.active,
.btn-group .btn-danger[disabled], .btn-group .btn-danger[disabled]:hover, .btn-group .btn-danger[disabled]:focus,
.btn-group .btn-danger[disabled]:active, .btn-group .btn-danger.active[disabled] {
    background-color: #dc3545;
}

.video-js .vjs-big-play-button {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

/*Responsive class....................................*/
@media (min-width: 768px) {
    .form-horizontal .form-group .control-label {
        text-align: right;
        font-weight: bold;
    }

    .form-check label {
        font-weight: normal;
    }

    .form-group label.onoffswitch-label {
        text-align: right;
        padding-top: 0;
    }
}
