﻿.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    color: #333;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    vertical-align: bottom;
}

.table th {
    background: #dfe0e1;
}

.table td, .table th {
    padding: .5rem;
}

.table a, .table a:hover, .table a:focus, .table a:active {
    font-weight: 600;
    text-decoration: none;
}

.table a, .table a:hover, .table a:focus, .table a:active, .reportDownload {
    color: #333;
}
/*
.btn{
    font-size: 12px;
}*/

/*buttons*/
.btn-default {
    color: #4d4d4f;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    border: 1px solid #ccc;
}

    .btn-default:hover {
        background-color: #dddddd;
        border-color: #4d4d4f;
        color: #4d4d4f;
    }

.btn-primary.disabled, .btn-primary[disabled], .btn-primary.disabled:hover, .btn-primary[disabled]:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, .btn-primary.disabled.active, .btn-primary[disabled].active,
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .page-item.active .page-link,
.btn-primary,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #007BB6;
    border-color: #007BB6;
    color: #ffffff;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary:active:hover,
    .btn-primary.active:hover,
    .open > .dropdown-toggle.btn-primary {
        background-color: #4d4d4f;
        border-color: #4d4d4f;
        color: #ffffff;
    }


/*forms*/
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.form-border-none{
    border:none;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input[disabled] ~ .form-check-label,
    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

    .form-check-input {
        cursor: pointer;
        pointer-events: visible;
    }
    .form-check-input[disabled], .form-check-input:disabled {
        cursor: not-allowed;
        pointer-events: visible;
    }

    .form-check-label {
        margin-bottom: 0;
    }

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.fa-checkbox-wrapper-font-normal label {
    font-weight: normal;
}

.fa-radio-wrapper > span, .fa-checkbox-wrapper > span {
    margin-right: 1.5em;
}

.fa-checkbox-wrapper input[type=checkbox] + label, .fa-radio-wrapper input[type=radio] + label {
    cursor: pointer;
}

.fa-checkbox-wrapper input[type=checkbox][disabled=disabled] + label, .fa-radio-wrapper input[type=radio][disabled=disabled] + label {
    font-weight: 300;
    cursor: not-allowed !important;
    opacity: 0.5;
}

.fa-radio-wrapper input[type=radio], .fa-checkbox-wrapper input[type=checkbox] {
    opacity: 0;
    margin-left: -10px;
}

    .fa-checkbox-wrapper input[type=checkbox]:focus + label:before {
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #76829f;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #76829f;
    }

    .fa-radio-wrapper input[type=radio]:focus + label:before {
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #76829f;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #76829f;
        border-radius: 50px;
    }

    .fa-radio-wrapper input[type=radio] + label::before {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        content: "\f111";
        margin-right: 6px;
        font-size: 1.5em;
        color: #76829f;
        cursor: pointer;
    }

    .fa-radio-wrapper input[type=radio]:checked + label::before {
        font-family: 'Font Awesome 5 Pro';
        content: "\f058";
        font-weight: 900;
        margin-right: 6px;
        font-size: 1.5em;
        color: #76829f;
        cursor: pointer;
    }

    .fa-checkbox-wrapper input[type=checkbox] + label::before {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        content: "\f0c8";
        margin-right: 6px;
        font-size: 1.5em;
        color: #76829f;
        cursor: pointer;
    }

    .fa-checkbox-wrapper input[type=checkbox][disabled=disabled] + label::before {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        content: "\f0c8";
        margin-right: 6px;
        font-size: 1.5em;
        color: #76829f;
        opacity: 0.5;
        cursor: not-allowed !important;
    }

    .fa-checkbox-wrapper input[type=checkbox]:checked + label::before {
        font-family: 'Font Awesome 5 Pro';
        content: "\f14a";
        font-weight: 300;
        margin-right: 6px;
        font-size: 1.5em;
        color: #76829f;
        cursor: pointer;
    }

    .fa-checkbox-wrapper input[type=checkbox][disabled=disabled]:checked + label::before {
        font-family: 'Font Awesome 5 Pro';
        content: "\f14a";
        font-weight: 300;
        margin-right: 6px;
        font-size: 1.5em;
        cursor: not-allowed !important;
        opacity: 0.5;
    }

/*Edit Nodes - Accordion Menu*/
.accordion, .accordion-item, .accordion-header, .accordion-header > div:nth-child(2) {
    width: 100%
}

.accordion-collapse-l2 {
    border-top: 1px solid rgba(0,0,0,.125);
    padding-top: 1rem;
}

.accordion-item {
    border-left: none;
    border-right: none;
}

.accordion-header {
    display: flex;
}

.accordion-button, .accordion-static {
    padding: 0.8rem 1.25rem 0.8rem 0rem;
    font-weight: bold;
}

.accordion-static {
    opacity: 0.8;
}

.accordion-l1 {
    font-size: 1.1rem;
}

.accordion-l1-selectall, .accordion-l2-selectall {
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
}

.accordion-l2 {
    font-size: 0.9rem;
}

.accordion-l3 {
    font-size: 0.7rem;
    font-weight: bold;
}

.accordion-checkbox {
    padding: 0rem 1.25rem;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #ffffff;
    box-shadow: none;
}

/*Edit Nodes - Form Wrapper*/
.form-check-node {
    margin-top: 0.8rem;
    justify-content: center;
    font-size: 1.1rem;
    margin-left: 1.2rem;
}

.form-check-node-l2 {
    font-size: 0.9rem;
}
/*Edit Nodes - Loading dots*/
.loading-animation {
    height: 200px;
    background: url(img/loading.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.btn-form-border {
    border: 1px solid #ced4da;
}


.btn-primary {
    background-color: #007bb6;
    border-color: #007bb6;
    color: #ffffff;
}

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bb6;
        border-color: #007bb6;
    }

/*Standard Form Control*/

/*.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #007bff;
        background-color: #007bff;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #80bdff;
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
        border-color: #b3d7ff;
    }

    .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50% / 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: 0.5rem;
    }

    .custom-switch .custom-control-label::after {
        top: calc(0.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: 0.5rem;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    }
*/

/*text classes*/
.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

/*font classes*/
.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.fa-2 {
    font-size: 1.5em !important;
}

/*custom checkbox/radio*/


/*custom paddings*/
.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}


.m-lower-1 {
    margin: 0.125rem !important;
}


.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
}

.well, .card-header {
    background-color: #dfe0e1;
}

.ctrlSearch .btn, .btn-group .btn, .btn-group .btn-group .btn, .btn.btn-plain {
    box-shadow: none;
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.system-admin {
    color: #eace27;
}

/*pagination*/
.pagination {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0 !important;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    border-color: #ddd !important;
}

.pagination > * > .page-link {
    padding: .5rem 1rem;
}

.pagination a {
    text-decoration: none;
}

.pagination > li {
    list-style-type: none !important;
}

.h4, h4 {
    font-size: 1.5rem;
}

.page-header h4 {
    margin-bottom: 0;
}

/*.btn, .btn:focus, .btn:active, .btn:hover {
    text-decoration: none !important;
}
*/
.main a.btn {
    color: #4d4d4f;
    text-decoration: none;
}

.info-popover{
    min-width:300px;
}

.downloadReportText {
    font-size: 1rem;
}

.input-group-prepend {
    margin-right: -4px;
    display:flex;
}

.login-icon{
    border-radius: 0.25rem 0 0 0.25rem;
}

.login-textfield {
    border-radius: 0 0.25rem 0.25rem 0;
}
