/*#region BODY*/
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 0;
    height: 100%;
    font-size: 14px;
}
/*----------------------------------------------*/
/*#endregion*/

/* Hide the password eye icon on Edge */
input::-ms-reveal,
input::-ms-clear {
    display: none;
}

/*#region NAV*/
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-bottom-color: var(--primary-color);
    border-bottom: 4px solid;
}

.nav-tabs > li > a,
.text-secondary {
    color: var(--secondary-color);
}

.nav-tabs > li > a {
    padding: 10px 10px 10px 0px
}

    .nav-tabs > li > a:hover {
        color: var(--navigation-item-hover-color);
        border: 1px solid transparent;
        /*//can't say none, otherwise the element shifts slightly on hover*/
    }

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

    .nav > li > a:hover,
    .nav > li > a:focus {
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0);
    }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: var(--bs-nav-link-color);
}

.nav-justified > li > a.active,
.nav-justified > li > a.active:hover,
.nav-justified > li > a.active:focus {
    border-bottom: 4px solid !important;
}

.show-detail,
.clickable {
    cursor: pointer;
}

/* Mobile Nav bar */
.icon-nav {
    overflow: auto;
    white-space: nowrap;
    width: auto;
    float: none;
    margin-bottom: 20px;
}

    .icon-nav > li {
        float: none;
        display: inline-block;
    }

        .icon-nav > li > a {
            text-align: center;
            margin: 0;
            padding: 10px 12px;
        }

/*----------------------------------------------*/
/*#endregion*/

/* #region STUFFER TOP BAR */
@media screen and (min-width: 768px) {
    body {
        padding-top: 0px;
    }
}

.stuffer-topbar {
    display: block;
    padding: 15px 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

    .stuffer-topbar.mobile-version-login {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -50px;
    }

    .stuffer-topbar.mobile-version {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .stuffer-topbar:hover,
    .stuffer-topbar:focus {
        text-decoration: none;
    }
/*----------------------------------------------*/
/*#endregion*/

/*#region LOGIN PAGE */
#sign_in .header {
    text-align: center;
    margin: 0;
}

    #sign_in .header h4 {
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 20px;
        line-height: 38px;
    }

    #sign_in .header .social {
        margin-bottom: 15px;
    }

        #sign_in .header .social a.circle {
            width: 20%;
            border-radius: 100%;
            margin: 0 2%;
            display: inline-block;
        }

#sign_in a {
    text-align: center;
    color: var(--secondary-color);
    font-size: 0.9em;
}

#sign_in .btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.loginPageHamburgerButton {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    background-color: rgba(255, 255, 255, .70);
    border: none;
    border-radius: 15px;
}

.loginHamburgerIcon {
    fill: black;
    margin: 4px 0px;
}

.circle img {
    width: 100%;
}

.division {
    margin: 0 auto 15px;
    float: none;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.line {
    border-top: 1px solid var(--primary-color);
    width: 40%;
    top: 11px;
    position: absolute;
}

.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 2;
    top: 0;
    left: -300px;
    background-color: white;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.3s;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 16px;
        display: block;
    }

.topSideNavATag {
    margin-top: 0px;
}

.sidenav .closebtn {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 25px;
    border: none;
    background-color: transparent;
}

.loginPageCompanyLogoDiv {
    margin-bottom: 35px;
}

.loginPageCompanyLogoImage {
    max-height: 100px;
}

.signin {
    margin-top: 45px;
}

.mobileFooterDiv {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

@media screen and (max-width: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }

    .loginPageCompanyLogoDiv {
        margin-bottom: 0px;
    }

    .loginPageCompanyLogoImage {
        max-height: 65px;
    }

    .signin {
        margin-top: 0px;
    }

    .topSideNavATag {
        margin-top: 50px;
    }
}

.dropdown-menu > li.active > a .text-secondary {
    color: var(--gray-lighter);
}
/*----------------------------------------------*/
/*#endregion*/

/* #region MISC */
.prop {
    white-space: nowrap;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    background-color: #e6e6e6;
    padding: 4px 6px 2px;
    border-radius: 4px;
}

.prop-payment {
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #e6e6e6;
    padding: 4px 11px 2px;
    border-radius: 4px;
}

a.payment-panel-heading:hover,
a.payment-panel-heading:focus,
.autoRenewCheckBox {
    text-decoration: none !important;
}

.notFocused {
    opacity: 0.4;
}

    .notFocused:hover {
        opacity: 1.0;
    }

.row {
    margin-left: 0;
    margin-right: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

axButton.disabled {
    cursor: not-allowed;
}

.btn {
    font-size: 14px;
}

label {
    font-weight: 700;
}

.card {
    margin-bottom: 20px;
}

a.bg-primary:hover, a.bg-primary:focus {
    color: var(--body-bg);
}

hr {
    margin-bottom: 30px;
}

.nospace-textwrap {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}
/*----------------------------------------------*/
/*#endregion*/

/* #region HOMEPAGE*/
@media screen and (max-width: 494px) {
    h4.alignbottom {
        margin-bottom: 25px;
    }
}

.table-table {
    display: table;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

#siteVersion {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
}

    #siteVersion:hover {
        opacity: 1;
        -moz-animation: show 2.0s ease-in;
        -o-animation: show 2.0s ease-in;
        -webkit-animation: show 2.0s ease-in;
        animation: show 2.0s ease-in;
    }

@-moz-keyframes show {
    0% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.ps-container > .ps-scrollbar-x-rail {
    opacity: 0.5;
}

/*----------------------------------------------*/
/*#endregion*/

/* #region MY ROUTER */
.my-router-border {
    border: 1px solid black;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 5px
}

/*----------------------------------------------*/
/*#endregion*/

/* #region INVOICE ESTIMATE */
.panel-price {
    margin-top: 10px;
}

@media (max-width: 480px) {
    .panel-price {
        margin-top: -7px;
        margin-right: 20px;
    }
}
/*----------------------------------------------*/
/*#endregion*/

/* #region CUSTOM MESSAGE*/
.customMessageAlert {
    position: relative !important;
}

.customMessageClose {
    float: none !important;
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    margin-top: -10px !important;
}

.bg-white {
    background-color: white;
}

/*----------------------------------------------*/
/*#endregion*/

/*#region A TAG*/
a {
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: underline;
    }
/*----------------------------------------------*/
/*#endregion*/


/*#region OVERWRITING SOME BOOTSTRAP COL BEHAVIOR*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9,
.col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

@media (min-width: 576px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
}

@media (min-width: 768px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
}

@media (min-width: 992px) {
    .col-lg-1, .col-lg-2,
    .col-lg-3, .col-lg-4,
    .col-lg-5, .col-lg-6,
    .col-lg-7, .col-lg-8,
    .col-lg-9, .col-lg-10,
    .col-lg-11, .col-lg-12 {
        float: left;
    }
}
/*----------------------------------------------*/
/*#endregion*/

/*#region OVERWRITING HEADER TAG*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
    .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small,
    h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small,
    .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: 400;
        line-height: 1;
        color: #777777;
    }

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small, .h1 small,
    h2 small, .h2 small,
    h3 small, .h3 small,
    h1 .small, .h1 .small,
    h2 .small, .h2 .small,
    h3 .small, .h3 .small {
        font-size: 65%;
    }

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small, .h4 small,
    h5 small, .h5 small,
    h6 small, .h6 small,
    h4 .small, .h4 .small,
    h5 .small, .h5 .small,
    h6 .small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

h1 {
    font-size: 2em;
    line-height: 1.25;
}

@media (min-width: 43.75em) {
    h1 {
        font-size: 2.5em;
        line-height: 1.125;
    }
}

@media (min-width: 56.25em) {
    h1 {
        font-size: 3em;
        line-height: 1.05;
    }
}

h2 {
    font-size: 1.625em;
    line-height: 1.15384615;
}

@media (min-width: 43.75em) {
    h2 {
        font-size: 2em;
        line-height: 1.25;
    }
}

@media (min-width: 56.25em) {
    h2 {
        font-size: 2.25em;
        line-height: 1.25;
    }
}

h3 {
    font-size: 1.375em;
    line-height: 1.13636364;
}

@media (min-width: 43.75em) {
    h3 {
        font-size: 1.5em;
        line-height: 1.25;
    }
}

@media (min-width: 56.25em) {
    h3 {
        font-size: 1.75em;
        line-height: 1.25;
    }
}

h4 {
    font-size: 1.125em;
    line-height: 1.11111111;
}

@media (min-width: 43.75em) {
    h4 {
        line-height: 1.22222222;
    }
}
/*----------------------------------------------*/
/*#endregion*/


/*#region ACCORDION COLLAPSE*/
.accordion-button:before {
    /* symbol for "opening" panels */
    font-family: "Font Awesome 6 Free";
    content: "\f078";
    float: right !important;
    padding-left: 20px;
    font-weight: 900;
}

.accordion-button.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\f054";
}

.card-title .accordion-button:hover {
    cursor: pointer;
}
/*----------------------------------------------*/
/*#endregion*/

/*#region MISC*/
#directorySearchForm {
    margin-top: -20px;
}

.form-control, .form-select, .form-text {
    font-size: 14px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

table tr:last-child td,
table tr:last-child th {
    border-bottom: none;
}

.table {
    margin-bottom: 0px;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

input[readonly] {
    background-color: #e6e6e6;
}
/*----------------------------------------------*/
/*#endregion*/
