body {
    margin-bottom: 300px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 400px;
}

li.lc-fc-separator {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

@media(min-width: 768px) {
    .padding-left-sm {
        padding-left: 0;
    }

    .img-xs-center {
        margin-left: auto;
        margin-right: auto;
    }

    .lc-fc-welcome-image {
        background-color: #090708;
        background-image: url('../Images/banner_background.gif');
        background-position-x: -500px;
        background-repeat: no-repeat;
        -ms-background-size: auto 300px;
        background-size: auto 300px;
        border-bottom: 1px solid #d5d5d7;
        min-height: 150px;
    }
}


.jumbotron {
    background-color: #FFF;
    padding: 19px 0;
}

@media(max-width: 767px) {
    .jumbotron {
        padding-top: 15px;
        padding-bottom: 0;
    }
}

@media(min-width: 768px) {
    .lc-fc-domain-container {
        background-color: #FFF;
        -ms-border-radius: 0 6px 6px 0;
        border-radius: 0 6px 6px 0;
        /*padding: 15px;*/
        -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
        -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
        box-shadow: 0 0 10px 0 #323232;
        box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.3);
    }

        .lc-fc-domain-container img {
            max-height: 150px;
            max-width: 300px;
            padding: 19px;
        }
}

@media(max-width: 767px) {
    .lc-fc-domain-container img {
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

.lc-dm-logo-container {
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0 0 10px 0 #323232;
    box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.3);
}

    .lc-dm-logo-container img {
        max-height: 150px;
        max-width: 300px;
        padding: 19px;
        margin-left: 15px;
    }

.lc-dm-logo-row {
    min-height: 150px;
    align-items: center;
}

.lc-dm-logo-page-header {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 780px;
}

@media(min-width: 576px) {
    .lc-dm-logo-page-header {
        padding-right: 5rem;
        padding-left: 5rem;
    }
}

.jumbotron {
    margin-bottom: 0;
}

/*Panel*/
.panel {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.panel-group {
    max-width: 679px;
    margin-right: auto;
    margin-left: auto;
}

    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
        border-top: none;
    }

    .panel-group .panel-heading {
        border: 1px solid #d5d5d7;
        background-color: #f5f5f5;
        -ms-border-radius: 6px;
        border-radius: 6px;
        padding: 6px 0;
    }

.panel-title {
    font-size: 14px;
}

.main-panel-title {
    font-weight: 600;
}

.panel-body h2 {
    margin-bottom: 15px;
}

.lc-fc-icon {
    position: relative;
    top: 1px;
    display: inline-block;
}

.summary-status {
    border: 1px solid darkgray;
    color: #3c3c3e;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 22px;
    background-color: #FFF;
    position: absolute;
    left: 2px;
    top: 0;
}

.stepCircle {
    display: inline-block;
    line-height: 7px;
    width: 7px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: #34515b;
    margin-left: -46px;
}

.lc-panel-timeline {
    padding-left: 42px;
    border: 1px solid #DDD;
}

/*.lc-panel-timeline.well {
        -ms-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }*/

.lc-fc-panel-custom-padding {
    padding: 0 8px;
}

.lc-vertical-align-middle {
    vertical-align: middle;
}

.lc-xs-table-cell {
    display: table-cell;
}


.lc-fc-table-column-compressed {
    width: 1%;
    white-space: nowrap;
}

.lc-fc-text-align-right,
th.lc-fc-text-align-right,
td.lc-fc-text-align-right {
    text-align: right;
}


.no-text-decoration:hover {
    text-decoration: none;
}

.toggle-menu-position {
    position: absolute;
    right: 32px;
    top: 6px;
    font-size: 12px;
    color: #3c3c3e;
}

@media (max-width: 767px) {

    .navbar-nav {
        margin: 0px -15px 7.5px -15px;
    }

    .lc-xs-table-cell {
        display: block;
    }

    .summary-status {
        display: none;
    }

    .toggle-menu-position {
        right: 32px;
        top: 18px;
        font-size: 10px;
    }

    .lc-fc-text-align-right,
    th.lc-fc-text-align-right,
    td.lc-fc-text-align-right {
        text-align: right;
    }

    .lc-fc-xs-display-none {
        display: none;
    }

    .lc-fc-responsive-button {
        display: block;
        width: 100%;
    }

    .lc-fc-responsive-textbox {
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .lc-fc-sm-left-border {
        border-left: 2px solid #d5d5d7;
    }

    .lc-fc-sm-center-element {
        margin-right: auto;
        margin-left: auto;
    }

    .lc-fc-sm-footer-cell {
        padding: 10px 15px 15px 15px;
    }

    .lc-fc-sm-display-none {
        display: none;
    }
}


.lc-fc-businessCard-wrapper {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.lc-fc-businessCard-headerTable {
    width: 100%;
    padding: 15px;
    background-color: #34515b;
    border-radius: 4px 4px 0 0;
}

.lc-fc-businessCard-image {
    border: 3px solid #FFF;
    background-color: #FFF;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #34515b;
    text-align: center;
    line-height: 53px;
    font-size: 38px;
}

.lc-fc-businessCard-contentTable {
    width: 100%;
    padding: 15px;
}

.lc-fc-businessCard-name {
    margin-bottom: 0;
    color: #FFF;
}

.lc-fc-businessCard-title {
    margin-top: 6px;
    margin-bottom: 0;
    color: #FFF;
}

@media(max-width: 767px) {
    .lc-fc-title-description {
        margin-bottom: 16px;
        margin-top: 16px;
    }
}

@media(min-width: 768px) {
    .lc-fc-title-description {
        margin-bottom: 37px;
        margin-top: 37px;
        font-size: 16px;
    }
}

.lc-fc-payment-row {
    background-color: #f5f5f5;
    border: 1px solid #d5d5d7;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 6px 0;
}

.lc-fc-first-page-payment {
    /*background-color: #f5f5f5;
    border-bottom: 1px solid #d5d5d7;
    padding: 6px 0;*/
    background-color: #f5f5f5;
    border: 1px solid #d5d5d7;
    padding: 6px 0;
    margin-top: 2px;
    border-radius: 4px;
}

.lc-fc-row-highlight {
    font-weight: 700;
}

.lc-fc-centered-row {
    max-width: 679px;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 767px) {
    .lc-fc-tile-description-header {
        font-size: 20px;
        position: absolute;
        left: 9px;
        top: 14px;
        font-weight: normal;
    }
}

.lc-fc-tile-image {
    background-color: #FFF;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 78px;
    height: 78px;
    line-height: 68px;
    font-size: 32px;
}

@media(max-width: 768px) {
    .lc-fc-tile-image {
        width: 48px;
        height: 48px;
        line-height: 42px;
        font-size: 24px;
    }
}

.lc-fc-tile-image-1 {
    border: 6px solid #323e49;
    color: #323e49;
}

.lc-fc-tile-image-2 {
    border: 6px solid #52455e;
    color: #52455e;
}

.lc-fc-tile-image-3 {
    border: 6px solid #593643;
    color: #593643;
}

@media(max-width: 768px) {
    .lc-fc-tile-image-1 {
        border: 3px solid #323e49;
    }

    .lc-fc-tile-image-2 {
        border: 3px solid #52455e;
    }

    .lc-fc-tile-image-3 {
        border: 3px solid #593643;
    }
}

@media(min-width: 768px) {
    .lc-fc-tile-image-padding {
        padding: 12px 0 24px 0;
    }
}

.lc-stack-panel-tile h2 {
    margin-bottom: 9px;
}

.lc-fc-note-container {
    border: 1px solid lightgray;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.lc-fc-note-container-title {
    border-bottom: 1px solid lightgray;
    padding: 20px;
    background-color: #f5f5f5;
}

.lc-fc-note {
    padding: 20px;
}

    .lc-fc-note ul {
        list-style: disc;
        padding-left: 40px;
    }

    .lc-fc-note h1 {
        color: #3c3c3e;
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .lc-fc-note h2 {
        color: #3c3c3e;
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .lc-fc-note h3 {
        color: #3c3c3e;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .lc-fc-note h4 {
        color: #3c3c3e;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .lc-fc-note h5 {
        color: #3c3c3e;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 10px;
    }

/*.lc-fc-note-title {
    font-size: 18px;
    font-weight: 600;
}

.lc-fc-note-date {
    font-size: 18px;
    font-weight: 600;
    margin-right: 9px;
}*/

.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.lc-fc-button-row:hover {
    color: #3c3c3e;
    background-color: #f6fafc;
    border-color: #abd2e3;
}

hr {
    margin: 0;
    border-color: #d5d5d7;
}

.footer-img {
    max-height: 100px;
    max-width: 150px;
}

.lc-fc-container-footer-margin {
    padding-bottom: 15px;
    padding-top: 15px;
}

.remove-border-radius {
    border-radius: 0;
}

.lc-fc-detailsArrow {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    position: absolute;
    right: 24px;
    font-size: 10px;
    top: 50%;
    margin-top: -5px;
}

@media (max-width: 767px) {

    .lc-fc-detailsArrow {
        top: 50%;
        margin-top: -5px;
    }
}


.lc-fc-application-status {
    margin-left: 72px;
}

@media (max-width: 767px) {
    .lc-fc-application-status {
        margin-left: 9px;
    }
}

.lc-fc-row-action {
    padding: 9px;
    font-size: 18px;
    border-radius: 6px;
    background-color: #eaeaeb;
    border: 1px solid #c5c3c3;
    /*vertical-align: sub;*/
}

    .lc-fc-row-action:hover {
        border: 1px solid #57a5c7;
        background: #f6fafc;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        cursor: pointer;
    }

    .lc-fc-row-action.pos {
        position: absolute;
        right: 14px;
        top: 5px;
    }

.lc-fc-pending-details-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    position: absolute;
    right: 74px;
    font-size: 10px;
    top: 14px;
}

label.horizontal {
    display: inline-block;
    font-size: inherit;
    margin-bottom: 0;
}

    label.horizontal:after {
        content: ':\00a0';
    }

.lc-fc-form-tooltip-display-none {
    display: none;
}

.lc-fc-form-icon-tooltip {
    margin-left: 9px;
}

    .lc-fc-form-icon-tooltip:hover {
        background-color: #3d3d3b;
        color: #FFF;
        cursor: pointer;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

.lc-fc-form-text-tooltip {
    z-index: 99;
    display: none;
    background-color: #FFF;
    border: 1px solid #b6b6b9;
    border-radius: 6px;
    box-shadow: 2px 2px 10px #000000;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
    min-width: 200px;
    position: absolute;
    top: -25px;
    left: 25px;
}


    .lc-fc-form-text-tooltip > p {
        padding: 9px 14px;
        font-size: 14px;
        font-weight: normal;
    }

.lc-fc-tooltipHeader {
    display: inline-block;
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    width: 100%;
}



.lc-fc-form-header-inline {
    display: inline;
}

.lc-fc-closeTooltip {
    border: 1px solid black;
    border-radius: 50%;
    position: absolute;
    right: 9px;
    top: 8px;
    cursor: pointer;
}

    .lc-fc-closeTooltip:hover {
        background-color: #3d3d3b;
        color: #FFF;
        border-radius: 50%;
    }

.lc-fc-tooltipWrapper {
    position: relative;
    display: inline-block;
}

.lc-fc-labelwrapper input, textarea, select {
    font-weight: normal;
}

.required:after {
    content: "*";
    color: #ff9b27;
    margin-left: 4px;
}

.lc-fc-form label {
    display: inline-block;
}

.lc-fc-readonly-form label + span:not(.field-validation-valid):after, h4 + span:after {
    content: "\A";
    white-space: pre;
}

.lc-fc-readonly-form h1 {
    margin-bottom: 30px;
}

.lc-fc-readonly-form h3 {
    margin-top: 29px;
}

.lc-fc-readonly-form table {
    margin-bottom: 16px;
}

.lc-fc-readonly-form h4 {
    margin-top: 9px;
}

.lc-fc-readonly-form span.field-validation-error + input[type="text"] {
    top: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

@media (max-width: 767px) {
    .lc-fc-form-text-tooltip {
        z-index: 99;
        display: none;
        background-color: #FFF;
        border: 1px solid #b6b6b9;
        border-radius: 6px;
        box-shadow: 2px 2px 10px #000000;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
        position: fixed;
        left: 10px;
        right: 10px;
        top: 65px;
        margin-bottom: 25%;
        margin-top: 25%;
    }

    #blocker {
        display: none;
        z-index: 98;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: black;
        opacity: 0.5;
    }
}

.new-row-button {
    background: transparent;
    border: 1px dotted #57a5c7;
    width: 100%;
    color: #337b99;
    font-weight: 600;
    margin-bottom: 6px;
    border-radius: 6px;
}

.new-row-button-desktop {
    background: transparent;
    border: 1px dotted #57a5c7;
    width: 100%;
    color: #2B6781;
    font-weight: 600;
}

    .new-row-button:hover,
    .new-row-button-desktop:hover,
    .new-row-button:focus,
    .new-row-button-desktop:focus {
        background-color: #f6fafc;
        border-color: #abd2e3;
        outline: none;
    }

    .new-row-button:active,
    .new-row-button-desktop:active {
        background-color: #f6fafc;
        border-color: #57a5c7;
    }

    .new-row-button-desktop.active,
    .new-row-button.active {
        color: #337b99;
        background-color: #f6fafc;
        border-color: #337b99;
    }

.form-remove-button {
    border-radius: 0;
    width: 100%;
}

.pos-relative {
    position: relative;
}

/*To add spacing in form*/
.lc-fc-horizontal-space-3 {
    margin-right: 3px;
}

/*Tag indicating element is allow to navigate*/
.lc-fc-canleave {
}

@media (min-width: 768px) {
    .lc-fc-approval-modal {
        position: fixed;
        display: block;
        z-index: 99;
        background-color: #FFF;
        border: 1px solid #b6b6b9;
        border-radius: 6px;
        box-shadow: 2px 2px 10px #000000;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
        max-width: 600px;
        height: 60%;
        margin: 0 0 0 -300px;
        left: 50%;
        top: 105px;
        padding-bottom: 32px;
        overflow: hidden;
    }

    td.input-validation-error input {
        background-color: #fcf6f6 !important;
    }

    td.input-validation-error {
        border: 1px double #c75757;
        background-color: #fcf6f6 !important;
    }
}


td .field-validation-error {
    margin: 6px 10px;
}

.field-validation-error {
    position: absolute;
    z-index: 999;
    display: inline-block;
    margin-top: 1px;
    padding: 3px 13px;
    background-color: #D51067;
    border: 1px solid #D51067;
    border-radius: 0.6rem;
    font-size: 1.2rem;
    color: #fff;
}

.lc-fc-approval-modal-header-wrapper {
    height: 32px;
}

.lc-fc-approval-modal-content {
    padding: 14px;
    position: relative;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}

.lc-fc-tooltipContent {
    padding: 14px;
}

@media (max-width: 767px) {
    .lc-fc-approval-modal {
        z-index: 99;
        display: none;
        background-color: #FFF;
        border: 1px solid #b6b6b9;
        border-radius: 6px;
        box-shadow: 2px 2px 10px #000000;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
        position: fixed;
        padding-bottom: 32px;
        left: 10px;
        right: 10px;
        top: 65px;
        bottom: 10px;
    }

    td .field-validation-error {
        margin: 10px 15px;
    }

    td.input-validation-error input {
        border: 1px double #c75757;
        background-color: #fcf6f6 !important;
    }
}

/*Validation error styling*/
input.input-validation-error + input[type="hidden"] + label:before {
    background-color: #fcf6f6 !important;
    /* #e3abab 10% fill style guide? */
}

input.input-validation-error + input[type="hidden"] + label,
input.input-validation-error + input[type="hidden"] + label + .field-validation-error {
    color: #993333;
}

.form-control.input-validation-error {
    border: 1px solid #c75757;
    padding-left: 9px;
}

input::-ms-clear {
    display: none;
}

span[class="field-validation-error"][data-valmsg-for^="radiogroup_"] {
    position: relative;
    display: block;
    margin: auto;
    text-align: left;
    color: #993333;
    opacity: 1;
    margin-bottom: 9px;
}

    span[class="field-validation-error"][data-valmsg-for^="radiogroup_"] > span {
        background: #fcf6f6;
        border: 1px solid #c75757;
        border-radius: 7px;
        padding: 3px 6px;
    }


/*To adjust the size of current menu to fit better to theese screen sizes.*/
@media (max-width:1024px) and (min-width:768px) {
    .nav > li > a {
        padding-right: 10px;
        padding-left: 10px;
    }
}


.lc-dm-warning-message-container {
    display: none;
    border: 1px solid #993333;
    padding: 15px;
    background-color: #c75757;
    background-color: rgba(153, 51, 51, 0.15);
    cursor: pointer;
}

    .lc-dm-warning-message-container > span[class="lc-icon-Alert"] {
        font-size: 30px;
        position: absolute;
        left: 20px;
        top: 12px;
        color: #993333;
    }

    .lc-dm-warning-message-container > span:last-child {
        font-size: 16px;
        font-weight: 600;
    }

@media (max-width: 767px) {
    .lc-dm-warning-message-container > span[class="lc-icon-Alert"] {
        display: none;
    }
}

.lc-confirmation-message-container {
    border: 3px solid #168152;
    border-radius: 30px;
    padding: 15px;
    background-color: #95dbbb;
    background-color: rgba(149, 219, 187, 0.25);
}

@media(max-width: 767px) {
    .lc-confirmation-message-container > span[class="lc-icon-Check"] {
        display: none;
    }
}

@media(min-width: 768px) {
    .lc-confirmation-message-container > span[class="lc-icon-Check"] {
        font-size: 30px;
        position: absolute;
        left: 20px;
        top: 12px;
        color: #168152;
    }
}

.lc-confirmation-message-container > span:last-child {
    font-size: 16px;
    font-weight: 700;
}

.lc-fc-show-all-button {
    border-radius: 25px;
    border: 3px solid #eaeaeb;
    background-color: #FFF;
    color: #6d6d6d;
}


.lc-posts-missing {
    border: 3px solid #eaeaeb;
    color: #6d6d6d;
    background-color: #fafafa;
    border-radius: 30px;
    padding: 15px;
}

    .lc-posts-missing > span[class="lc-icon-Info"] {
        font-size: 30px;
        position: absolute;
        left: 20px;
        top: 12px;
    }

    .lc-posts-missing > span:last-child {
        font-size: 16px;
        font-weight: 700;
    }

.lc-fc-relative {
    position: relative;
}

.lc-fc-date-width-fixed {
    width: 115px;
}

td > .lc-fc-date-width-fixed {
    width: 100%;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

@media(max-width: 768px) {
    .footer {
        bottom: -125px;
    }
}

.lc-fc-readonly-form p + p,
.lc-fc-form p + p {
    margin-top: 0;
}

.lc-fc-line-height-24 {
    line-height: 24px;
}

textarea {
    resize: none;
    height: auto !important;
}

.container {
    max-width: 780px !important;
}

.labelRed {
    color: red !important;
}

@media(max-width: 767px) {
    .col-sm-12 > span[class="lc-icon-Check"] {
        display: none;
    }
}

@media(min-width: 768px) {
    .col-sm-12 > h2 > span[class="lc-icon-Check"] {
        font-size: 34px;
        left: -20px;
        top: 8px;
        color: #168152;
        position: relative;
    }
}

.nonselectable-rows tr:hover, .nonselectable-rows tr.active {
    cursor: default !important;
}

.lc-fc-read-only-table__row-action {
    margin: 0 6px 0 0;
    padding: 4px;
    font-size: 18px;
    border-radius: 6px;
    background-color: #eaeaeb !important;
    border: 1px solid #c5c3c3;
    vertical-align: sub;
}

.errorField
{
    border-style: solid;
    border-color: red !important;
    border-width: thin;
    padding: 0.5px;
}

input[type=radio].input-validation-error + label:before
{
    border: 1px solid red;            
}

.table-background{
    background-color:inherit !important;
}

.lc-notification {
    position: relative;
    left: 0;
    right: 0;
    color: #ffffff;
}

.lc-notification.information {
    background-color: #337b99;
}

@media (min-width: 768px) {
    .lc-notification {
        left: 0px;
        right: 0px;
    }
}

.lc-notification > div {
    display: table;
    width: 100%;
}

.lc-notification > div > div {
    display: table-row;
    height: 40px;
}

.lc-notification > div > div div {
    display: table-cell;
    vertical-align: middle;
}

.lc-notification-image {
    width: 40px;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.15);
    font-size: 22px;
}

.lc-notification-text {
    padding: 6px 12px;
}

.lc-deviationweb-modal-header {
    padding-top: 3.5rem;
}

.lc-deviationweb-modal-footer {
    padding-top: 1rem;
    padding-right: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 3.5rem;
}

.lc-deviationweb-searchbox {
    display: flex;
    align-items: center;
}

.lc-deviationweb-searchbox-icon {
    position: absolute;
    margin-left: 1rem;
    line-height: 1;
    color: #999;
}

.lc-deviationweb-searchbox-input {
    padding: 0 0 0 3rem;
}

.lc-dm-application-attachments .lc-read-only-table__toolbar > button {
    width: max-content;
}

.lc-dm-application-attachments-actions-header {
    width: 29%;
}

@media (max-width: 991.98px) {
    .lc-dm-application-attachments-actions-header {
        width: 29%;
    }
}

@media (max-width: 767.98px) {
    .lc-dm-application-attachments .lc-dm-application-attachment td {
        width: auto;
    }

        .lc-dm-application-attachments .lc-dm-application-attachment td:before {
            width: 20%;
        }
}
.lc-editable-table {
    color: #3c3c3e;
    border-collapse: collapse;
    width: 100%;
}

    .lc-editable-table thead tr {
        border-top: 1px solid #c5c3c3;
        border-bottom: 1px solid #c5c3c3;
        height: 34px;
    }

    .lc-editable-table th {
        font-weight: bold;
        background: #eaeaeb;
        text-align: left;
        padding: 0 6px;
        font-size: 12px;
        vertical-align: middle;
        border-right: 1px solid #c5c3c3;
    }

        .lc-editable-table th:first-child {
            border-left: 1px solid #c5c3c3;
        }

    .lc-editable-table tbody tr {
        border-bottom: 1px solid #d0d0d0;
        height: 37px;
    }

    .lc-editable-table td {
        padding: 0 6px;
        vertical-align: middle;
        text-align: left;
        border: 1px solid #d0d0d0;
    }

.lc-fc-loadingLayer .loading {
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 20px;
    width: 100px;
}

.lc-fc-loadingLayer div[class^="ball-"] {
    position: relative;
    background-color: #4e7987;
    width: 5px;
    height: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
    float: left;
    margin: 5px;
    -ms-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
}

.lc-fc-loadingLayer .ball-1 {
    -ms-animation: ease-in-out bounce 2s infinite;
    -moz-animation: ease-in-out bounce 2s infinite;
    -webkit-animation: ease-in-out bounce 2s infinite;
    animation: ease-in-out bounce 2s infinite;
}

.lc-fc-loadingLayer .ball-2 {
    -ms-animation: ease-in-out bounce 2s infinite 0.25s;
    -moz-animation: ease-in-out bounce 2s infinite;
    -webkit-animation: ease-in-out bounce 2s infinite 0.25s;
    animation: ease-in-out bounce 2s infinite 0.25s;
}

.lc-fc-loadingLayer .ball-3 {
    -ms-animation: ease-in-out bounce 2s infinite 0.5s;
    -webkit-animation: ease-in-out bounce 2s infinite 0.5s;
    animation: ease-in-out bounce 2s infinite 0.5s;
}

.lc-fc-loadingLayer .ball-4 {
    -ms-animation: ease-in-out bounce 2s infinite 0.75s;
    -moz-animation: ease-in-out bounce 2s infinite;
    -webkit-animation: ease-in-out bounce 2s infinite 0.75s;
    animation: ease-in-out bounce 2s infinite 0.75s;
}

btn-default-deviation-focus:focus {
    border: 1px solid #FFF;
    border-radius: 6px;
    box-shadow: 0 0 0 2px #000 inset;
}
.loadingLayer {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../Images/ajax-loader.gif') 50% 50% no-repeat;
}

body.loading .loadingLayer {
    overflow: hidden;
}

body.loading .loadingLayer {
    display: block;
}

.remove-padding {
    padding: 0px !important;
}

.rw-form-invalid-box-icon p:before {
    content: '\e908';
    color: white;
    font-family: "Lovicons", sans-serif;
    margin-right: 5px;
}

p {
    margin-bottom: 0;
}

.rw-form-invalid-box {
    cursor: pointer;
    color: white;
    border: 1px solid #D51067;
    background-color: #D51067;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    position: relative;
}

.deviation-report-tooltip {
    position: absolute;
    top: -5px;
    right: 10px;
    padding: 7px;
    color: #57a5c7;
}

.deviation-report-tooltip:hover {
    background-color: #b6b6b9;
    color: #2b6781;
}
.deviation-report-tooltip:focus {
    background-color: #b6b6b9;
    color: #2b6781;
    box-shadow: none;
}
.deviation-report-tooltip:focus-visible {
    outline: 1px solid #57a5c7;
    background: none;
}

.tooltip .tooltip-inner {
    background-color: #3c3c3e !important;
    padding: 10px;
}

.tooltip .arrow::before {
    border-top-color: #3c3c3e !important;
}

.tooltip-inner {
    white-space: pre-wrap;
}
