﻿div.servicerecord__title.action-title a.button.link {
    text-decoration: underline;
}

button.action-menu__button.button #text {
    text-decoration: underline;
}

li.breadcrumbs__crumb.breadcrumbs__crumb--previous span.breadcrumbs__text {
    text-decoration: underline;
}

li.breadcrumbs__crumb.breadcrumbs__crumb--active a.breadcrumbs__anchor {
    text-decoration: none;
}

span.user-nav__anchor {
    text-decoration: underline;
}

div.user-nav__buttons a.button.link {
    text-decoration: underline;
}

body {
    padding-top: 90px;
}

div#additional-links a {
    text-decoration: underline;
}

div.list-wrapper a {
    text-decoration: underline;
}

    div.list-wrapper a:hover {
        text-decoration: underline;
    }

div.banner.information a {
    text-decoration: underline;
}

div.preferences a {
    text-decoration: underline;
}

div.divSpace a {
    text-decoration: underline;
}

span.paginator__base button.button.link {
    text-decoration: underline;
}

    span.paginator__base button.button.link:disabled {
        text-decoration: none;
    }

span.anchorInsideHeading a {
    text-decoration: underline;
}

div.grid-wrapper a {
    text-decoration: underline;
}

div.MainNavBlockText a {
    text-decoration: underline;
}

span.LinkSpace a {
    text-decoration: underline;
}

td.tdOneThird a {
    text-decoration: underline;
}

span.export-link-wrapper a {
    margin-left: 5px;
    font-size: 13px;
    text-decoration: underline;
    padding: 0;
    border: none;
    background: none;
    color: #00688C;
    cursor: pointer;
}

.export-link-wrapper-button {
    margin-left: 5px;
    font-size: 13px;
    text-decoration: underline;
    padding: 0;
    border: none;
    background: none;
    color: #00688C;
    cursor: pointer;
}

.requestObligationButton {
    background: none;
    color: #00688C;
    cursor: pointer;
    display: inline;
    margin: 0;
    font: inherit;
    border: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: underline;
    padding-left: 20px;
}

.addCommunicationButton {
    margin-left: 5px;
    font-size: 16px;
    text-decoration: underline;
    padding: 0;
    border: none;
    background: none;
    color: #00688C;
    cursor: pointer;
    padding-left: 20px;
    display: inline;
}

.KBASearchRedirect {
    background: none;
    color: #00688C;
    cursor: pointer;
    display: inline;
    margin: 0;
    font: inherit;
    border: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: underline;
}

.continueToSubmitSR {
    background: none;
    color: #00688C;
    cursor: pointer;
    display: inline;
    margin: 0;
    font: inherit;
    border: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: underline;
}

a.anchorInsideHeading {
    text-decoration: underline;
}

p.summary a {
    text-decoration: underline;
}

#content {
    padding: 2rem;
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.view {
    width: calc(100% - 74px);
    padding-left: 30px;
}

.separator {
    height: 2rem;
}

html body {
    color: #2f3337;
    min-height: 100%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    line-height: 1.3;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding-top: 90px;
}

#cts-header #additional-links a, #cts-header #additional-links span {
    margin-left: 6px;
}

#cts-header #additional-links a {
    padding-right: 8px;
    border-right: 1px solid #2f3337;
}

    #cts-header #additional-links a:nth-child(2) {
        margin-left: 0px !important;
    }

    #cts-header #additional-links a:last-child {
        border: none;
    }

.ektronContent ol {
    list-style-type: decimal;
}

.boldText {
    font-weight: bold;
}

.homeWrapper {
    padding-bottom: 28em;
}

label:not(.button) {
    font-weight: 600;
    margin-right: 10px;
}

.summary {
    margin-bottom: 20px;
}

#logo {
    cursor: default !important;
}

    #logo > div {
        background: url("/include/images/eService-Logo.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left top;
        width: 173px;
        height: 23px;
    }

@media (min-width: 380px) {
    #logo > div {
        background-image: url("/include/images/eService-Logo.png");
        width: 233px;
        height: 30px;
    }
}

#cts-footer {
    position: static;
}

#footer {
    position: absolute;
    bottom: 0 !important;
    height: 1px;
    width:100%;
}

.leftContent .cts-action-menu {
    display: inline-block;
    padding-left: 20px;
}

    .leftContent .cts-action-menu .action-menu {
        width: 300px;
        font-size: 14px;
    }

.activity-link {
    display: table;
}

.detailpage {
    margin-left: 10px;
}

/* overflow: scroll; */
/*top: 99px;
    bottom: 12%;
    position: fixed;
    overflow-y: auto;
    overflow-x: auto;
    width: 11%;*/
.border {
    border-bottom: 1px solid #cec8c8;
}

.space {
    padding-top: 8px;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
    color: gray;
}

.not-active {
    pointer-events: none;
    cursor: default;
    color: black !important;
}

.details-saperator {
    padding-bottom: 10px;
}

.misc-node {
    min-width: 350px;
    padding: 0 20px;
}

#color-bar .horizontal-menu .cts-action-menu span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

/*Daterange picker overrides*/
html body .calendarIcon {
    float: right;
    position: relative;
    right: 365px;
    top: 28px;
    z-index: 1;
}

html body .daterangepicker.dropdown-menu {
    display: none;
}

html body .daterangepicker .calendar th {
    background: #00688C;
    color: white;
}

.MainNavBlocks {
    padding-bottom: 100px;
    width: 100%;
    padding-left: 20px;
    float: left;
    height: 100%;
}

    .MainNavBlocks .MainNavBlock {
        width: 33%;
        float: left;
        padding-bottom: 25px;
        padding-right: 22px !important;
    }

        .MainNavBlocks .MainNavBlock h1 {
            font-weight: bold !important;
            font-size: 1.57em !important;
            padding-bottom: 14px;
        }

        .MainNavBlocks .MainNavBlock .MainNavBlockText {
            padding-top: 35px;
            padding-bottom: 8px;
            padding-right: 20px;
            line-height: 180%;
        }

            .MainNavBlocks .MainNavBlock .MainNavBlockText .Description {
                font-size: 1.05em;
                border-top: 2px solid #F5F5F5;
            }

.ShiftTop {
    margin-top: -10px;
}

textarea {
    resize: both;
    -ms-word-break: break-word;
    word-break: break-word;
    overflow: auto;
    width: 100% !important;
}

.ui-wrapper {
    max-height: 566px !important;
    min-height: 147px !important;
    min-width: 310px !important;
    width: 50% !important;
}

.ui-resizable-se {
    bottom: 32px;
    right: -4px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -82px -224px;
}

.KnowledgeBaseBox {
    background-color: #F5F5F5;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 6px #969CA0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#E4E4E4, Strength=6, Direction=0)", "progid:DXImageTransform.Microsoft.Shadow(Color=#E4E4E4, Strength=6, Direction=90)", "progid:DXImageTransform.Microsoft.Shadow(Color=#E4E4E4, Strength=6, Direction=180)", "progid:DXImageTransform.Microsoft.Shadow(Color=#E4E4E4, Strength=6, Direction=270)";
    padding: 18px 0 0px 30px;
    height: 135px;
    color: #212121;
    margin-top: -30px;
    max-width: 100%;
    min-width: 914px;
}

    .KnowledgeBaseBox input {
        width: 475px;
    }

.KnowledgeListGreyBox {
    background-color: #F5F5F5;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 6px #969CA0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#E4E4E4, Strength=6, Direction=0)", "progid:DXImageTransform.Microsoft.Shadow(Color=#E4E4E4, Strength=6, Direction=90)", "progid:DXImageTransform.Microsoft.Shadow(Color=#E4E4E4, Strength=6, Direction=180)", "progid:DXImageTransform.Microsoft.Shadow(Color=#E4E4E4, Strength=6, Direction=270)";
    padding: 18px 0 0 0;
    height: 150px;
    color: #212121;
    margin-top: -30px;
    max-width: 100%;
    min-width: 914px;
}

.kbPageCenter {
    position: relative;
    width: 40%;
    margin: auto;
}

    .kbPageCenter input, .kbPageCenter button {
        position: absolute;
    }

    .kbPageCenter .button.primary {
        left: calc(100% + 10px);
    }

    .kbPageCenter .button.link {
        left: calc(100% + 85px);
    }

.kbHeader {
    font-size: 25px;
    text-align: center;
    color: #2f3337;
}

.kbDescription {
    font-size: 14px;
    text-align: center;
    color: #2f3337;
}

.kbTextField {
    left: 50%;
    transform: translateX(-50%);
}

.SubmitButtonPlacement {
    margin-left: 30px
}

.HelpTextPlacement {
    margin-top: -0.2em;
    margin-left: 11.4rem;
}

.overlay {
    z-index: 101;
}

.MainNavBlockText h2 {
    font-size: 20px !important;
    padding: 12px;
}

.MainNavBlockText h3 {
    font-size: 16px !important;
    padding: 8px;
}

.slide-panel .slide-panel__expander:before {
    display: inline-block !important;
}

.slide-panel__button {
    color:  #00688C !important;
}

.slide-panel {
    box-shadow: 0 0 8px #9B9FA1;
}

    .slide-panel.slide-panel--open .slide-panel__details {
        box-shadow: 0 0 8px #9B9FA1;
    }

.breadcrumbs {
    margin-bottom: 4rem;
}

.ListItem {
    display: block;
    overflow: auto;
}

.NumPrepend {
    padding-right: 5px;
}

.FieldLabel {
    padding-right: 5px;
    font-weight: 600;
}

.greyBottomBorder {
    border-bottom: 2px solid #a8a8a8;
}

.kbArticleSecion {
    background-color: #F4F4F4;
    max-width: 90%;
}

.submitSrKbLeftMargin {
    margin-left: 4%;
}

.subSrKbListMaxWidth {
    max-width: 95%;
}

.noResultsTopSpace {
    padding-top: 20px;
}

.feedbackSection {
    width: 100%;
}

    .feedbackSection .floatLeft {
        float: left;
    }

    .feedbackSection .floatRight {
        float: right;
    }

.feedbackMargin {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -0.5em;
}

.feedbackSection .tooltip {
    color: black;
    margin-top: -19rem !important;
    right: 60px !important;
    width: 222px;
    height: 170px;
    text-align: center;
}

    .feedbackSection .tooltip:before {
        content: none;
    }

.feedbackSection p {
    margin-top: 0.6rem;
}

.feedbackSection .tooltip:after {
    content: none;
}

.available-solution {
    padding-left: 6rem;
}

#cts-header #additional-links a:not(:last-child) {
    padding-right: 8px;
    border-right: 1px solid #2f3337;
}

.right-listpage.overlay-wrapper .indicator {
    top: 60px;
    transform: none;
}

.misc-node {
    min-width: 380px;
    padding-right: 65px;
}

.associateMiscNode .misc-node {
    padding-right: 0px;
}

.misc-node .feedBackPanelForAssociate {
    padding-right: 0px;
    float: right;
}

.preferences .box-header {
    margin-bottom: 0.5rem;
}

.preferences .expandable__header-content {
    width: 99%;
    padding: 0;
}

.preferences .button__icon {
    display: inline-block;
}

.preferences .cts-display .cts-display__label {
    display: inline-block;
    margin-right: 1rem;
}

.preferences .cts-display .cts-display__value {
    display: inline-block;
}

    .preferences .cts-display .cts-display__value:not(:last-child):after {
        content: ";";
        margin-right: 5px;
    }

.savedSearch__search .cts-display .cts-display__label {
    display: inline-block;
    margin-right: 1rem;
}

.savedSearch__search .cts-display .cts-display__value {
    display: inline-block;
}

    .savedSearch__search .cts-display .cts-display__value:not(:last-child):after {
        content: ";";
        margin-right: 5px;
    }

.daterangepicker .icon {
    min-height: 0;
    min-width: 0;
}

.preferences .preferences__search {
    margin-bottom: 5px;
}

.preferences .preferences__searches,
.preferences .preferences__solutions {
    margin-bottom: 6rem;
}

.preferences .preferences__search-header {
    display: table;
    width: 100%;
}

    .preferences .preferences__search-header .checkbox,
    .preferences .preferences__search-header .preferences__search-button {
        display: table-cell;
        vertical-align: middle;
    }

    .preferences .preferences__search-header .checkbox {
        width: 100%;
    }

    .preferences .preferences__search-header .preferences__search-button {
        padding: 0 1rem;
    }

    .preferences .preferences__search-header .checkbox__text {
        white-space: pre-wrap;
    }

    .preferences .preferences__search-header .decline {
        /*position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 10px;*/
        /*font-size: 1.8rem;
            color: #e50000;
            border: none;
            background: none;
            cursor: pointer;*/
    }

.preferences .preferences__search-descriptions {
    list-style: disc;
}

.savedSearch__search {
    margin-bottom: 5px;
}

.savedSearch__searches,
.savedSearch__solutions {
    margin-bottom: 6rem;
}

.savedSearch__search-header {
    display: table;
    width: 100%;
}

    .savedSearch__search-header .savedSearch__search-button {
        display: table-cell;
        vertical-align: middle;
        /*float:right*/
    }

    .savedSearch__search-header .savedSearch__search-button {
        padding: 0 1rem;
    }

.savedSearch__search-descriptions {
    list-style: disc;
}

.savedSearchs__search-displaytext {
    padding-right: 470px;
}

.kba .kba__attachment,
.kba .kba__attachment-header,
.kba h2 {
    font-size: inherit !important;
}

    .kba .kba__attachment .bold,
    .kba .kba__attachment-header .bold,
    .kba h2 .bold {
        margin-right: 1rem;
    }

    .kba .kba__attachment .cts-display__label,
    .kba .kba__attachment-header .cts-display__label,
    .kba h2 .cts-display__label {
        display: inline-block;
        margin-right: 1rem;
    }

.kba .cts-display {
    margin-bottom: 2rem;
}

.articles {
    padding-left: 4%;
}

    .articles .articles__list {
        padding: 0 3rem;
        background-color: #F4F4F4;
        max-width: 90%;
    }

    .articles .articles__view-all {
        display: inline-block;
        padding: 1rem;
        margin: 1rem 0;
    }

    .articles .articles__no-results {
        padding: 2rem 0;
    }

.article {
    padding: 2rem 0;
}

    .article:not(:last-child) {
        border-bottom: 2px solid #a8a8a8;
    }

    .article .article__label,
    .article .article__type {
        font-weight: 600;
        white-space: nowrap;
        margin: .5rem 0;
    }


.resolution-details-top {
    padding-top: 20px;
}

.article_typeline {
    font-weight: 100;
    display: inline-block;
}

.resolution-width {
    display: block;
}

.resolution-file-saperator {
    border-bottom: 2px solid #B8B8B8;
    padding-bottom: 20px;
}

html body {
    /*Daterange picker overrides*/
}

    html body .oblReqDeliveryDate .filter-item .calendarIcon {
        float: right;
        right: 370px !important;
    }

    html body .calendarIcon {
        float: right;
        position: relative;
        right: 365px;
        top: 28px;
        z-index: 1;
    }

    html body .daterangepicker.dropdown-menu {
        display: none;
    }

    html body .daterangepicker .calendar th {
        background: #00688C;
        color: white;
    }

    html body table.table-condensed {
        border-spacing: 5px;
        border-collapse: separate;
    }

.http-error {
    display: table;
    width: 80%;
    max-width: 90rem;
    margin: auto;
    padding-top: 5rem;
}

    .http-error:before {
        display: none;
        width: 25%;
        font-family: FontAwesome;
        text-align: right;
        color: #f4f5f6;
        font-size: 20rem;
        vertical-align: middle;
    }

    .http-error .http-error__message {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

        .http-error .http-error__message h1 {
            font-weight: normal;
            font-size: 2.5rem;
        }

        .http-error .http-error__message p {
            margin-top: 1.5rem;
        }

    .http-error.http-error--javascript:before {
        content: "\f071";
    }

    .http-error.http-error--403:before {
        content: "\f023";
    }

    .http-error.http-error--404:before {
        content: "\f002";
    }

    .http-error.http-error--500:before {
        content: "\f085";
    }

    .http-error.http-error--503:before {
        content: "\f0ad";
    }

@media (min-width: 600px) {
    .http-error .http-error__message {
        width: 75%;
        padding-left: 4.0rem;
    }

    .http-error:before {
        display: table-cell;
    }
}

.action-title {
    white-space: nowrap;
}

    .action-title > * {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }

    .action-title .action-menu {
        margin-left: 20px;
    }

    .action-title .vertical-rule:after {
        content: "|";
        vertical-align: top;
        line-height: 1;
    }

.t-icon.t-icon--primary {
    margin-left: 10px;
    color: #00688C;
}

.details-view .details-view__main {
    display: table;
    width: 100%;
}

.details-view .details-view__column {
    display: table-cell;
    vertical-align: top;
}

.service-record.details-view {
    /*.details-view__main{ padding-right: 100px; }
    .slide-panel--closed ~ .details-view__main{ padding-right: 0 !important; }*/
}

    .service-record.details-view .details-view__column:nth-child(1) {
        padding-right: 40px;
    }

    .service-record.details-view .details-view__column:nth-child(2) {
        width: 30%;
        padding-top: 50.5px;
    }

    .service-record.details-view .service-record__communications .grid__cell:nth-child(3) {
        vertical-align: middle;
    }

    .service-record.details-view .communication__updates .tabbed {
        margin-left: 15px;
    }

    .service-record.details-view .communication__updates .cts-display + .cts-display {
        margin-top: 0px;
    }

    .service-record.details-view .cts-display + .cts-display {
        margin-top: 20px;
    }

.feedbackEdit {
    color: #00688C;
    font-size: 3.6rem !important;
    margin-right: 15px;
    text-shadow: 2px 2px 2px #ababab, 2px 2px #ababab, 2px 2px #ababab;
    cursor: pointer;
}

.feedbackField {
    width: 100%;
    max-width: 100% !important;
    margin-top: 6%;
    height: 70px;
}

.feedbackTooltip .tooltip {
    margin-left: -157px;
    margin-top: 50px;
}

.feedBackCloseButton {
    margin-left: 10%;
}

.feedbackAfterSubmitButton {
    text-align: right;
}

.feedBackSuccess {
    padding-top: 15px;
    font-size: 14px;
    padding-bottom: 20px;
}

.expandable__header-row {
    width: 100%;
}

.KbHelpTextPlacement {
    text-align: center;
    margin-right: 35%;
    font-size: 14px;
}

.KbHyperLink {
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    margin-left: 5px;
    padding: 0;
    border: none;
    background: none;
    color: #00688C;
    cursor: pointer;
}

    .KbHyperLink:hover {
        text-decoration: underline;
    }

.KbHomeHyperLink {
    /*margin-left: 5px;*/
    text-decoration: underline;
    padding: 0;
    border: none;
    background: none;
    color: #00688C;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    min-width: 48px;
    padding: 10px 12px;
}

.tableHeading {
    width: 100%;
}

    .tableHeading td p {
        color: #2F3337;
    }

    .tableHeading .tdOneThird {
        width: 33.33%;
    }

    .tableHeading .tdOneFull {
        width: 100%;
    }

    .tableHeading .tdHalf {
        width: 50%;
    }

    .tableHeading .tdOneFourth {
        width: 25%;
    }

    .tableHeading .tdOneFifth {
        width: 20%;
    }

    .tableHeading .trPaddingBottom {
        padding-bottom: 26px;
    }

.block-ellipsis {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 28.4px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zeroHeight {
    height: 0px;
}

.preserve-whitespace {
    white-space: pre-wrap;
}

.descheight {
    height: 113px;
}

.descTab {
    margin-top: -25px;
}

.descBottom {
    margin-bottom: -2rem;
}

.searchResultsHelperText {
    margin-top: -5px;
}

.asterisk {
    color: #e50000;
    vertical-align: top;
    font-weight: 600;
    font-size: 1.4rem;
}

.hyperLinkDiv {
    text-decoration: underline;
    color: #00688C;
    font-weight: bold;
}

    .hyperLinkDiv:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.separator .x-small {
    height: 0.7rem;
}

.SR_Details {
    margin-left: -1.5em;
}

.ViewMoreResultsButtonPlacement {
    padding-top: 30px;
}

.ContinueSubmittingButtonPlacement {
    padding-top: 30px;
}

.warningBannerDescription {
    margin-left: -1px;
    width: 92%;
    margin-top: -2em;
}

.warningBannerIssueImapct {
    margin-top: -32px;
}

.button.secondary {
    background: linear-gradient(to bottom, #ffffff 0%, #dedfe0 75%);
    color: #2f3337;
    border-color: #d3d4d4;
}

    .button.secondary:hover {
        background: #dedfe0;
        color: #2f3337;
        border-color: #d3d4d4;
    }

    .button.secondary:focus {
        background: linear-gradient(to bottom, #dedfe0 0%, #ffffff 75%);
        color: #2f3337;
        border-color: #d3d4d4;
    }

    .button.secondary:disabled {
        background: #dedfe0;
        color: #b3b6b9;
        border-color: #d3d4d4;
    }

.input.middle-align {
    vertical-align: middle;
    min-width: 40px;
    resize: horizontal;
}

.solutionFieldPlacement {
    margin-top: -0.5em;
}

.phiPagePadding {
    margin-top: 32px;
}

.impactFieldPlacement {
    margin-top: 30px;
}

.titlePHIBox {
    margin-top: -1em;
    margin-bottom: 3em;
}

.descPHIBox {
    margin-top: -3em;
    margin-bottom: 4em;
}

.interestedPartyPadding {
    margin-top: -2em;
}

.searchResultPHIBox {
    margin-top: -3em;
    margin-bottom: 2.5em;
    width: 92%;
}

.SR_Information_Banner {
    margin-left: -1.5em;
    margin-top: -4em;
}

.kbHomeHeader {
    font-weight: 600;
    display: table;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.kbHomeSummary {
    display: table;
    padding: 0;
    font-size: 1.3rem;
}

.article-wrapper {
    word-break: break-word;
}

.container {
    text-align: center;
}

.toggle-switch {
    position: relative;
    /*    margin-right: 10px;
    */ width: 75px;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: left;
}

    .toggle-switch .floatLeft {
        float: left;
    }

.toggle-switch-checkbox {
    display: none;
}

.toggle-switch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0 solid #bbb;
    border-radius: 20px;
    margin: 0;
}

    .toggle-switch-label:focus {
        outline: none;
    }

        .toggle-switch-label:focus > span {
            box-shadow: 0 0 2px 5px red;
        }

    .toggle-switch-label > span:focus {
        outline: none;
    }

.toggle-switch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .toggle-switch-inner:before, .toggle-switch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 34px;
        padding: 0;
        line-height: 34px;
        font-size: 14px;
        color: white;
        font-weight: bold;
        box-sizing: border-box;
    }

    .toggle-switch-inner:before {
        content: attr(data-yes);
        text-transform: uppercase;
        padding-left: 10px;
        background-color: #00688C;
        color: #fff;
    }

.toggle-switch-disabled .toggle-switch-inner:before {
    background-color: white;
    border: 2px solid black;
    border-radius: 24px;
    opacity: 0.5;
    cursor: not-allowed;
}

.toggle-switch-disabled .toggle-switch-inner:after {
    background-color: white;
    opacity: 0.5;
    border: 2px solid black;
    cursor: not-allowed;
    border-radius: 24px;
}

.toggle-switch-disabled .toggle-switch-switch:after {
    border: 2px solid black;
}

.toggle-switch-disabled:before {
    background-color: #ddd;
    cursor: not-allowed;
}

.toggle-switch-inner:after {
    content: attr(data-no);
    text-transform: uppercase;
    padding-right: 10px;
    background-color: #bbb;
    color: #fff;
    text-align: right;
}

.toggle-switch-switch {
    display: block;
    width: 24px;
    margin: 5px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    border: 1px solid #bbb;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-inner {
    margin-left: 0;
}

.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-switch {
    right: 10px;
}

.toggle-switch.small-switch {
    width: 47px;
}

    .toggle-switch.small-switch .toggle-switch-inner:after, .toggle-switch.small-switch .toggle-switch-inner:before {
        content: "";
        height: 20px;
        line-height: 20px;
    }

    .toggle-switch.small-switch .toggle-switch-switch {
        width: 16px;
        right: 27px;
        margin: 2px;
    }

.cancelErrorButton {
    margin-top: 30px;
}

@media screen and (max-width: 991px) {
    .toggle-switch {
        transform: scale(0.9);
    }
}

@media screen and (max-width: 767px) {
    .toggle-switch {
        transform: scale(0.825);
    }
}

@media screen and (max-width: 575px) {
    .toggle-switch {
        transform: scale(0.75);
    }
}


.toggle-switch-pending, .toggle-switch-pending-off {
    opacity: 0.5;
    pointer-events: none;
}

    .toggle-switch-pending .toggle-switch-checkbox, .toggle-switch-pending-off .toggle-switch-checkbox {
        cursor: wait;
    }

    .toggle-switch-pending .toggle-switch-label, .toggle-switch-pending-off .toggle-switch-label {
        cursor: wait;
    }

    .toggle-switch-pending .toggle-switch-inner:before {
        cursor: wait;
        background-color: #00688C;
        z-index: -1;
    }

    .toggle-switch-pending-off .toggle-switch-inner:after {
        cursor: wait;
        background-color: #00688C;
        z-index: -1;
    }

.toolTipMessage {
    position: relative;
    top: 38px;
    z-index: 1;
}


.customCalendar {
    top: 66px !important;
}

.tabSpace {
    margin-right: -90px;
}
#overlaystyle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    font-size: xx-large;
}
