﻿.left-menu li a,
.ui-body-b .left-menu li a.ui-link {
    box-sizing: content-box;
}

.decoration-no:hover {
    text-decoration: none;
}

.radio-btn-modal {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #222;
    font-size: 12px;
    line-height: 20px;
}

.radio-btn-modal input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-btn-modal input:checked~.checkmark:after {
    display: block;
}

.radio-btn-modal .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #18a4d7;
    border-radius: 50%;
}

.radio-btn{
    margin: 5px 0;
}

.radio-btn [type="radio"]:checked,[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-btn [type="radio"]:checked + label,[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #222;
}
.radio-btn [type="radio"]:checked + label:before,[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.radio-btn [type="radio"]:checked + label:after,[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #18a4d7;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-btn [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio-btn [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio-btn label{
    border: none;
    color: #222;
    font-size: 12px;
    background: transparent !important;
    text-shadow: none !important;
}
.radio-btn .ui-btn-inner{
    padding: 0 !important;
    border: none;
}
.radio-btn .ui-btn-text{
    font-size: 12px !important;
}

.radio-btn .ui-icon{
    background: transparent;
    border: none;
    display: none !important;
}

.checkbox-btn {
    margin: 5px 0;
}

.checkbox-btn [type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.checkbox-btn [type="checkbox"]:checked+label,
[type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #222;
}

.checkbox-btn [type="checkbox"]:checked+label:before,
[type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.checkbox-btn [type="checkbox"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 5px;
    height: 10px;
    border: solid #18a4d7;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-btn [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.checkbox-btn [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1) rotate(45deg);
}

.checkbox-btn label {
    border: none;
    color: #222;
    font-size: 12px;
    background: transparent !important;
    text-shadow: none !important;
}

.checkbox-btn .ui-btn-inner {
    padding: 0 !important;
    border: none;
}

.checkbox-btn .ui-btn-text {
    font-size: 12px !important;
}

.checkbox-btn .ui-icon {
    background: transparent;
    border: none;
    display: none !important;
}

/* *, *::before, *::after{
    box-sizing: initial;
} */

.border-box *,
.border-box *::before,
.border-box *::after {
    box-sizing: border-box;
}

.border-box input {
    height: 100%;
}

.inline-box.els2.els2--sm .inline-el {
    width: 49.5%;
}

.button-wrapper {
    margin-right: auto;
    max-width: 200px;
    width: 100%;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    cursor: pointer;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}


.fade {
    transition: opacity 0.15s linear;
}



.custom-tabs .nav-link {
    font-size: 14px;
    padding: 5px 10px;
    text-shadow: none;
    font-weight: 400;
    line-height: 21px;
}

.modal-open {
    overflow: hidden !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    height: 100vh;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    max-height: 100%;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    overflow: auto;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-header.modal-header--custom .ui-btn-corner-all {
    border: none;
}

.modal-header.modal-header--custom .ui-btn {
    margin: 0;
}

.modal-header.modal-header--custom .ui-shadow {
    box-shadow: none;
}

.modal-header.modal-header--custom .ui-btn-up-b {
    background: transparent;
    color: #222;
}

.modal-header.modal-header--custom .ui-btn-hover-b {
    background: transparent;
    color: #222;
}

.modal-header.modal-header--custom .ui-btn-inner {
    padding: 5px 10px;
    line-height: 21px;
}

.modal-header.modal-header--custom .close {
    padding: 0;
    margin: 0;
}

.modal-footer.modal-footer--custom a {
    width: 100%;
}

.footer-background {
    background: #ccc;
    border: none;
}

.ots-logo {
    background-image: url(images/ots-logo.png);
    background-repeat: no-repeat;
    height: 48px;
    width: 214px;
    margin: auto;
}

.lookout-logo {
    background-image: url(images/lookout-logo.png);
    background-repeat: no-repeat;
    height: 56px;
    width: 133px;
    margin: auto;
}

.ots-footer-logo-text {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 0.8em;
    text-align: center;
    text-shadow: none;
    color: #7b7b7b;
}

.loading-box {
    display: none;
}

.loading-box-fade:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1051;
    opacity: 0.7;
    background: #000;
}

.loading-box-content {
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    height: 100px;
    width: 100px;
    position: fixed;
    background: white;
    border: 3px solid #18a4d7;
    border-radius: 4px;
    z-index: 1052;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.text-label-inline {
    display: inline;
    font-size: 14px;
}

.text-label-inline-bold {
    display: inline;
    font-size: 14px;
    font-weight: 600;
}

.text-label {
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    color: #5C5C5C;
    margin-top: 5px;
}

.btn-blue.btn-blue--quickbooks {
    background-image: url("images/C2QB_green_btn_lg_default.png") !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    margin-right: auto;
    max-width: 185px;
    width: 100%;
    transition: all .2s;
    cursor: pointer;
}

.btn-blue.btn-blue--quickbooks:hover {
    background-image: url("images/C2QB_green_btn_lg_hover.png") !important;
}