﻿ul {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

hr {
    margin-top: unset;
    margin-bottom: unset;
    margin-top: 0px;
    margin-bottom: 0px;
}

.dataTable a:hover {
    color: #f37021;
    text-decoration: underline;
}

.greenText {
    color: green;
}

.redText {
    color: red;
}

.greyText {
    color: silver;
}

.greyBackground {
    background-color: #FAFAFA !important;
}

.darkgreyBackground {
    background-color: darkgray;
}

.linkButton {
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    color: #ffffff !important;
    background-color: #f37021;
}

.dataLink {
    /*color: #B8C0C2 !important;*/
}

.iconButton {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    text-decoration: none;
    color: #B8C0C2 !important;
    text-align: center;
}

    .iconButton:hover {
        color: #0185ab !important;
    }

.iconWithTextButton {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 500;
    font-family: 'Gotham SSm A','Gotham SSm B','Helvetica Neue',Helvetica,Arial,sans-serif;
    text-decoration: none;
    color: inherit;
}

    .iconWithTextButton:hover {
        color: #B8C0C2 !important;
        text-decoration: none;
    }

    .iconWithTextButton i, .iconWithTextButton svg {
        color: #B8C0C2 !important;
    }

.linkButton:hover {
    color: #fff;
    background-color: #414041;
}

.rdbl {
    border-color: #4e555b;
}

    .rdbl:hover {
        background-color: #B8C0C2;
    }

    .rdbl:not(:disabled):not(.disabled):active, .rdbl:not(:disabled):not(.disabled).active,
    .show > .rdbl.dropdown-toggle {
        background-color: #B8C0C2;
    }

.helpLink {
    color: #223E7B;
    text-align: center;
}

    .helpLink:hover {
        color: #0185ab;
    }

.helpPanel > .card-body {
    padding: 0.5rem;
    background-color: #FAFAFA;
}

.popover {
}

.popoverlink {
    /*white-space: nowrap;
    border-bottom: 1px dashed;*/
}

.readmoreLink {
    font-size: 80%;
    font-style: italic;
}

.custom-control-inline-radio {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.custom-control-label::after, .custom-control-label::before {
    top: 0rem !important;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #B8C0C2;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #B8C0C2;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: unset !important;
    color: black;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: unset !important;
    color: black;
}

.add-on {
    cursor: pointer;
    border: 0;
    margin: 0;
    color: #fff !important;
    background-color: #B8C0C2 !important;
    padding: 0.5rem;
    height: auto;
    line-height: 1em;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

/*.table td, .table th {
    padding: 0.5rem 2.0rem 0.5rem 0.5rem;
}*/

.btn-icon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    text-decoration: none;
    color: #B8C0C2 !important;
    text-align: center;
}

    .btn-icon:hover {
        color: #0185ab !important;
    }

.btn-iconwithtext {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 500;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    text-decoration: none;
    color: inherit;
}

    .btn-iconwithtext:hover {
        color: #B8C0C2 !important;
        text-decoration: none;
    }

    .btn-iconwithtext i, .btn-iconwithtext svg {
        color: #B8C0C2 !important;
    }

.RequiredMark::after {
    content: " *";
    color: red;
    padding-left: 2px;
}

.ulSpacing {
    margin-top: 0;
    margin-bottom: 0;
}

    .ulSpacing li {
        margin-top: 0.5em;
    }

        .ulSpacing li:first-child {
            margin-top: 0.5em;
        }

        .ulSpacing li:last-child {
            margin-bottom: 0.75em !important;
        }

.completenessTable td, .completenessTable th {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
}

.form-control.is-invalid.dropdownList {
    background-position: center right calc(.9em + .1875rem) !important;
}

.overflowBreakWord {
    overflow-wrap: break-word;
}

.olNoSpacing {
    margin-left: 1.1em;
    padding-left: 0;
}

    .olNoSpacing li {
        margin-left: 0;
        padding-left: 0;
    }

        .olNoSpacing li:first-child {
            margin-bottom: 0.25em;
        }

        .olNoSpacing li:last-child {
            margin-top: 0.25em !important;
        }

a[aria-expanded=true] .fa-chevron-right {
    display: none;
}

a[aria-expanded=false] .fa-chevron-down {
    display: none;
}

.disabledButton {
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    pointer-events: none;
    background-color: #838383;
}

    .disabledButton:hover {
        color: #838383 !important;
    }

.btn-icon.disabledIcnButton {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    text-decoration: none;
    color: #838383 !important;
    text-align: center;
    pointer-events: none;
}

.btn-icon:hover {
    color: #838383 !important;
}


/*.ck.ck-editor__editable_inline {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}*/

.ck-editor__editable_inline {
    min-height: 200px;
}

.no-border {
    border: 0;
    box-shadow: none;
}

    .no-border:focus {
        outline: none;
        border-color: #cccccc;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.greyBG {
    background-color: #e9ecef;
}

/*Code to remove the spinners on input type=number*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

/*used with PrinPages stop prevent ExpertPDF from breaking*/
.doNotBreak {
    page-break-inside: avoid;
}

.menuheadertext {
    display: inline-block;
    width: -webkit-calc(100% - 1.5rem);
    width: -moz-calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
    color: #ffffff;
}
