﻿.disableselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.disabledrag {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

.ng-aside .modal-xlg {
    max-width: 1100px;
    width: 1100px;
}

.box {
    /*border: 1px solid #cecece;*/
    /* margin: 10px; */
    border: 1px solid #ecebeb !important;
    /* margin: 10px; */
    box-shadow: 1px 1px 1px #e6e6e6;
    border-radius: 4px;
}

.ng-aside .modal-lg {
    max-width: 800px;
    width: 800px;
}

.ng-aside .modal-md {
    max-width: 500px;
    width: 500px;
}

.p-0 {
    padding: 0px !important;
}

.ng-aside .modal-sm {
    max-width: 300px;
    width: 300px;
}

.page {
    height: 100%; /* needed for proper layout */
    display: flex;
    flex-direction: column;
}

.report-page {
    height: 100%; /* needed for proper layout */
    display: flex;
    flex-direction: column;
    border: 1px solid #cacfd3;
    margin-bottom: 3px;
}

.page-header {
    flex: 0 0 auto;
    background-color: #44588f;
    color: #fff;
    padding: 15px;
    font-size: 15px;
}

.report-page-header {
    flex: 0 0 auto;
    background-color: #4b5157;
    color: #fff;
    padding: 10px 15px 20px 15px;
    font-size: 15px;
}

.expandcollapse-heading-collapsed:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.expandcollapse-heading-expanded:after {
    content: '\2212';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.page-content {
    flex: 1 1 auto;
    position: relative; /* need this to position inner content */
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
}

.page-footer {
    flex: 0 0 auto;
    border-top: 1px solid #dcdcdc;
    padding: 15px;
    text-align: right;
    background: #f2f2f2;
}

img {
    -webkit-user-drag: none;
}

a {
    -webkit-user-drag: none;
}

.logo {
    text-align: center;
}

    .logo .main {
        width: 140px;
        height: 100px;
        border-right: 1px solid #d9e3ea;
    }

    .logo .accent {
        height: 70px;
        padding-left: 15px;
    }

.layout .main {
    width: 90px;
    height: 55px;
}

.layout .accent {
    height: 50px;
}

.table-custom {
    overflow: hidden !important;
    font-size: 13px !important;
}

    .table-custom tfoot {
        background: #f3f6f8;
    }

.logo-box {
    width: 150px;
    height: 90px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 150px;
}


    .logo-box img {
        width: 150px;
        height: 150px;
    }

.page-title-box a img {
    height: 50px;
    padding: 5px;
}

.role-name {
    position: absolute;
    line-height: 0;
    top: 38px;
    font-size: 12px;
    left: 48px;
    color: #7c8e9a;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Open Sans,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.user-name {
    line-height: 0;
    position: relative;
    top: -6px;
}

.njii-logo {
    opacity: 0.8;
}

    .njii-logo img {
        display: block;
        width: 150px;
        margin: 10px auto 0;
    }

.account-pages footer {
    left: 0 !important;
    text-align: center !important;
}

.hide {
    display: none !important;
}

.wrap-box {
    text-align: center;
    width: 600px;
    height: 90px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 30px;
    text-shadow: 1px 1px 1px #333;
    font-weight: bold;
}

.large .accountbg {
    width: calc(100% - 500px);
}

.large .account-page-full {
    width: 500px;
}

.mini .accountbg {
    width: calc(100% - 500px);
}

.mini .account-page-full {
    width: 500px;
}

.link-text {
    color: #000000;
    font-size: 13px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

.link-text-bold {
    color: #000000;
    font-size: 13px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}

.pager-box {
    padding: 10px 15px;
    font-size: 13px;
}

.no-data {
    padding: 50px;
    text-align: center;
}

    .no-data img {
        width: 50px;
        margin-bottom: 15px;
        color: #484848;
    }

    .no-data .fa-spin {
        font-size: 18px;
    }

/*.table th {
    color: #44588f;
    font-weight: 600;
    border-bottom: 2px solid #44588f !important;
}*/

.table th {
    border: none !important;
    background: #f3f6f8;
    font-weight: normal;
}

.table-serial thead th:first-child {
    min-width: 40px;
    text-align: center;
}

.table-serial tbody td:first-child {
    min-width: 40px;
    text-align: center;
}

.table-bordered {
    border: none !important;
}

.pagination-sm .page-link {
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 15px !important;
}

.pager-info {
    margin: 0;
    line-height: 25px;
    font-style: italic;
    font-weight: 600;
    font-size: 12px;
    color: #44588f;
}

.custom-select {
    border-color: #d9e3e9 !important;
}

    .custom-select:focus {
        border-color: #a2b9ca !important;
    }

.filters-form .form-group label {
    margin-bottom: 0.3rem !important;
    font-size: 13px !important;
}

.btn-sm .fi {
    position: relative;
    top: -2px;
}

.center-logo {
    position: absolute;
    left: 45%;
}

    .center-logo img {
        height: 50px;
        margin-top: -5px;
    }

.page-link:focus {
    box-shadow: none !important;
}


.clock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
}

    .clock svg {
        width: 100%;
        height: 100%;
    }

        .clock svg path {
            stroke-width: 12px;
            fill: #fff;
            stroke: #d9d9d9;
        }

            .clock svg path.time-out {
                fill: none;
                stroke: #5e7f38;
            }

.seconds {
    font-size: 42px;
    color: #5e7f38;
    padding-right: 7px;
}

.mail-list a {
    padding: 5px 0;
    font-size: 13px;
    background: transparent;
}

.mail-list ul {
    padding: 0;
}

    .mail-list ul li {
        padding: 5px 30px 0px 0px;
        font-size: 13px;
        background: transparent;
        font-family: "Rubik", sans-serif;
        color: #797979;
    }

.text-accent {
    color: #ef7f30 !important;
}

.table-messages {
    margin-top: -10px;
}

    .table-messages th {
        border-top: 0 !important;
    }

.custom-invalid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.transaction-header {
    background: #e9ecef;
    padding: 10px 20px;
    margin-top: -15px;
}

tr.selected td {
    background: #f2f2f2;
}

.fade.show {
    background: #000000;
    background: rgba(0, 0, 0, 0.25);
}

#topnav .navigation-menu > li .submenu li.active a {
    color: #ef7f30 !important;
}

.validations {
    font-size: 13px;
    line-height: 25px;
    margin-top: 5px;
    color: #717171;
    margin-bottom: 0 !important;
}

.uib-datepicker .btn-secondary {
    outline: none !important;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #40568d;
    font-size: 12px;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
}

    .uib-datepicker .btn-secondary:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    .uib-datepicker .btn-secondary svg {
        width: 10px !important;
        height: 10px !important;
    }

    .uib-datepicker .btn-secondary:not(:disabled):focus, .uib-datepicker .btn-secondary:not(:disabled):hover {
        background-color: #f2f2f2;
        border-color: #f2f2f2;
    }

    .uib-datepicker .btn-secondary:disabled:focus, .uib-datepicker .btn-secondary:disabled:hover {
        background-color: #fff;
        border-color: #fff;
    }

    .uib-datepicker .btn-secondary:disabled {
        text-decoration: line-through;
    }

.uib-title {
    width: 100% !important;
    color: #ef7f30 !important;
}

.uib-datepicker .btn-secondary:not(:disabled):not(.disabled).active, .uib-datepicker .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #fff;
    border-color: #fff;
    color: #40568d;
}

.uib-datepicker .btn-secondary span.text-info {
    color: #ef7f30 !important;
    font-weight: 600 !important;
}

.pointer {
    cursor: pointer !important;
}

.dripicons {
    position: relative;
    top: 2px;
}

.topbar-date {
    position: absolute;
    line-height: 60px;
    width: 250px;
    margin: 0 auto;
    display: block;
    height: 60px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}

.btn-action {
    padding: 0 10px;
    font-size: 12px;
}

.line-height-0 {
    line-height: 0 !important;
}

.jq-toast-wrap {
    width: 350px !important;
}

.datepicker-days table thead tr {
    background: #e9ecef;
}

    .datepicker-days table thead tr td {
        font-weight: 600;
    }

span.input-loading-text {
    position: absolute;
    right: 10px;
    top: 55%;
    font-size: 12px;
    z-index: 5;
}

.invalid-feedback {
    font-family: "Rubik";
}

.ng-aside.horizontal.right .modal-dialog {
    animation: none !important;
}

.b-a {
    border: 1px solid #dee2e6 !important;
}

.b-t-1 {
    border-top: 1px solid #dee2e6 !important;
}

.btn-sm {
    font-size: 13px;
}

.custom-buttons {
    margin-top: 1.6rem;
}

.practice-block {
    padding: 15px;
    border-left: 4px solid #44588f;
    /* font-weight: 500; */
    background-color: #f1f1f1;
    margin-bottom: 10px;
    cursor: pointer;
}

    .practice-block.practice-active {
        background-color: #44588f;
        color: #FFF;
    }

.bg {
    height: 100%;
    margin-left: -11px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.chiller_cb {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
}

    .chiller_cb input {
        display: none;
    }

        .chiller_cb input:checked ~ span {
            background: #2d7bf4;
            border-color: #2d7bf4;
        }

            .chiller_cb input:checked ~ span:before {
                width: 1rem;
                height: 0.15rem;
                transition: width 0.1s;
                transition-delay: 0.3s;
            }

            .chiller_cb input:checked ~ span:after {
                width: 0.4rem;
                height: 0.15rem;
                transition: width 0.1s;
                transition-delay: 0.2s;
            }

        .chiller_cb input:disabled ~ span {
            background: #ececec;
            border-color: #dcdcdc;
        }

        .chiller_cb input:disabled ~ label {
            color: #dcdcdc;
        }

            .chiller_cb input:disabled ~ label:hover {
                cursor: default;
            }

    .chiller_cb label {
        padding-left: 2rem;
        position: relative;
        z-index: 2;
        cursor: pointer;
        margin-bottom: 0;
    }

    .chiller_cb span {
        display: inline-block;
        width: 1.2rem;
        height: 1.2rem;
        border: 2px solid #ccc;
        position: absolute;
        left: 0;
        transition: all 0.2s;
        z-index: 1;
        box-sizing: content-box;
    }

        .chiller_cb span:before {
            transform: rotate(-55deg);
            top: 1rem;
            left: 0.37rem;
        }

        .chiller_cb span:after {
            transform: rotate(35deg);
            bottom: 0.35rem;
            left: 0.2rem;
        }

thead {
    font-weight: bolder !important;
    font-size: initial !important;
}

.p-bottom-5 {
    padding-bottom: 5px;
}

.total-records-txt {
    padding: 0px 0px 5px 17px;
}

.provider-filter-row {
    margin-top: -20px;
}

.navbar-nav li:hover > a.nav-link {
    color: #ffffff !important;
}

.navbar-nav li:focus > a.nav-link {
    color: #ffffff !important;
}

.navbar-nav li.active a.nav-link {
    color: #ffffff;
}

.navbar-nav li a.nav-link {
    color: rgba(255, 255, 255, 0.7);
}

.nav-link span.menu-label {
    margin-left: 5px;
}


/* button recolor */
.nav-pills > li.active > a, .btn-primary {
    background-color: #6C6C6C !important;
    border-radius: 25px;
}

.ccd-section {
    font-size: 13px !important;
}

    .ccd-section h5 {
        font-size: 13px !important;
    }

    .ccd-section div h5 a {
        color: #44588f;
    }

    .ccd-section div.card-header {
        background-color: #dcdcdce0 !important;
        border-color: #fff !important;
    }

    .ccd-section div.card-collapse {
        border: 1px solid #dcdcdce0;
    }

.ccd-header {
    flex: 0 0 auto;
    background-color: #fff;
    font-size: 13px;
}

    .ccd-header table {
        width: 100%;
    }

        .ccd-header table tr td {
            padding: 2px 3px;
            border: 1px solid #f1f1f1;
            font-size: 13px;
        }

            .ccd-header table tr td.td_label {
                background-color: #f1f1f1;
                color: #212529;
            }

.ccd-icon {
    padding-right: 3px;
}

.sectiontext .narr_table {
    width: 100%;
}

    .sectiontext .narr_table tr td {
        padding: 2px 3px;
        border: 1px solid #44588f;
        font-size: 13px;
    }

    .sectiontext .narr_table tr th {
        background-color: #44588f;
        color: #fff;
        font-size: 13px !important;
    }

    .sectiontext .narr_table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

.ccd-close {
    float: right;
    font-size: 22px;
    /* font-weight: 700; */
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    /* opacity: .5; */
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.ccd-alert {
    border: 2px dotted #44588f !important;
    background-color: #fff !important;
    color: #44588f !important;
}

.ccd-menu {
    z-index: 10000000;
    overflow-y: auto;
    max-height: 340px;
}

.ccd-menu-right {
    right: 0 !important;
    left: auto !important;
}

.ccd-menu > li > a {
    display: block;
    padding: 4px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

    .ccd-menu > li > a:hover {
        background-color: #f1f1f1;
    }

    .ccd-menu > li > a.active {
        background-color: #f1f1f1;
    }

.ccd-more-button {
    border: none;
    background: none;
    line-height: 0 !important;
}

.ccd-footer {
    flex: 0 0 auto;
    border-top: 1px solid #dcdcdc;
    padding: 15px;
    text-align: right;
    background: #f2f2f2;
    width: 100%;
}

.ccd-body {
    padding-top: 4px;
}


.secth3 {
    color: #102a71;
    font-weight: bold;
    font-size: 15px;
}

.sectiontext {
    font-size: 13px !important;
}

.ccd-body div ul li a.active {
    color: #44588f !important;
}

.ccd-body div ul li a {
    color: #495057 !important;
}

/*Service Ticket*/
.breach-section {
    padding: 10px 0px 0px 0px;
}

.date-incident {
    padding: 10px 0px 10px 0px;
}

.problem-date {
    width: 75% !important;
}

.error-span-text {
    font-family: "Rubik";
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

/* Chrome, Safari, Edge, Opera */
.telephone-input::-webkit-outer-spin-button,
.telephone-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.telephone-input {
    -moz-appearance: textfield;
}

.invalid-error-msg {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-error-border {
    border: 1px solid red !important;
}

.invalid-error-span {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.inbox-table th a {
    color: #212529 !important;
}

.selecteddate-label {
    color: #212529;
}

.message-sort {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: -0.125em;
    fill: currentcolor;
}

.dashboard-row {
    margin-top: -50px !important;
}

.dashboard-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    display: block;
    position: relative;
    color: #fff !important;
}

    .dashboard-box .inner {
        padding: 7px;
    }

    .dashboard-box .icon {
        color: rgba(0,0,0,.15);
        z-index: 0;
        font-size: 70px;
        top: 20px;
    }

        .dashboard-box .icon i {
            font-size: 60px;
            position: absolute;
            right: 2px;
            top: 15px;
            transition: -webkit-transform .3s linear;
            transition: transform .3s linear;
            transition: transform .3s linear,-webkit-transform .3s
        }

#recaptcha {
    margin-top: 10px;
}

.btn-primary-md {
    background-color: #ef802f !important;
    width: 100px;
    height: 33px;
    font-weight: 500;
    color: #ffffff !important;
    border: 1px solid #f9bc0b;
}

    .btn-primary-md:hover {
        background-color: #f9bc0b !important;
    }

.btn-small {
    border: 1px solid;
}
