body {
    background-image: none;
}

/*Pls Loader Icon */
.pls-loader {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: url(../images/pls/pls-loader.gif) no-repeat center center;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    right: 0;
}

.confirm-submit-pls-loader {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: url(../images/pls/pls-loader.gif) no-repeat center center;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    right: 0;
}

.pls-panel-default {
    position: relative;
    height: 100%;
    width: 100%;
}

.pls-panel-default .panel-body {
    position: relative;
    height: 100%;
}


.page-number {
    width: 70px !important;
}

.fa-hand-paper-o:before {
    margin-right: 15px;
}


/* Custom File Input */
.pls-cfu {
    display: inline-block;
    vertical-align: middle;
}
.pls-cfu input[type="file"] {
    display: none;
}
.pls-cfu .custom-file-upload {
    border: 1px solid #344f70;
    display: inline-block;
    padding: 6px 8px;
    cursor: pointer;
    color: #344f70;
    background-color: #e6eaef;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 0;
    width: 32px;
    height: 32px;
}
.pls-cfu .custom-file-upload:hover{
    background-color: #c7d0db;
}
@media screen and (min-width: 768px) {
    .pls-cfu .custom-file-upload {
        padding: 6px 10px;
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
    .mid-icons {
        text-align: center;
    }
}


@media screen and (min-width: 768px) {
    .panel-grey-body {
        text-align: left !important;
    }
}
/* Custom File Input Ends */


.pls-custom-form-element .pls-checkbox.checkmark {
    position: absolute;
    opacity: 1;
    top: -3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #bac5d6;
    margin: 0;
}

.pls-checkbox-validate input[type=text] {
    width: 89%;
    margin-bottom: 2px;
}

.pls-badge {
    background-color: white;
    border-radius: 2px;
    padding: 15px 0;
    text-align: center;
    margin: 15px auto;
    color: #616161;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.pls-badge.active {
    background-color: #cceeff;
    color: #616161;
}
.pls-badge p {
    margin: 0 0 10px;
    font-size: 18px;
}

.pls-badge h3 {
    margin: 0;
    font-size: 30px;
    color: #344f70;
}


@media (min-width: 768px){
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1  {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }


}

.pls-cursor {
    cursor: pointer;
    color: #0383e1;
}

.pls-part-remains .form-group.form-align input[type=text] {
    width: 100%;
}

.pls-part-remains .form-group.form-align .pls-validated-confirm {
    margin-left: 0;
}

.document-manager-container .pls-form-container {
    padding-bottom: 0 !important;
}

/* Fixing height of Page - starts */
@media screen and (min-width: 768px) {
    .fix-layout-height {
        height: 600px;
    }
}
@media screen and (min-width: 992px) {
    .fix-layout-height {
        height: 760px;
    }
}
/* Fixing height of Page - ends */

.has-error input {
    background: powderblue;
}

/* PLS Logo Standardization starts */
@media screen and (min-width: 768px) {
    body {
        padding-top: 66px;
    }

    .pls-std {
        margin: 5px 0;
    }

    .pls-std .pls-navbar-left .icon-bar {
        width: 45px;
        height: 5px;
        background-color: #c4c4c4;
    }

    .pls-std .pls-navbar-left:hover .icon-bar {
        background-color: #f6f6f6;
    }

    .pls-std .pls-navbar-left {
        top: 5px;
    }
    .pls-std .pls-navbar-left .icon-bar {
        margin-top: 6px;
    }
    .pls-std .pls-pageheader-title {
        /* left: 220px; */
        top: 13px;
    }
    .pls-std .pls-navbar-brand img {
        top: 15px;
        width: 110px;
    }
}
/* PLS Logo Standardization ends */

.pls-wbk {
    word-break: break-all;
}

.pls-link-buttons .btn-link {
    word-break: break-all;
}

/* Claim Form Starts */
.claim-view {
    height: 9em;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 4px;
    background-color: #fff;
}
.claim-view label {
    color: #616161 !important;
    text-transform: capitalize !important;
    font-weight: normal;
}
.claim-view p {
    margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
    .claim-form input[type="text"]{
        width: 50%;
    }
    .claim-view {
        height: 12em;
    }
}
/* Claim Form Ends */
.pls-multi-search .glyphicon-search.enabled {
    cursor:pointer;
    color:#5e5e5e;
}
.pls-multi-search .glyphicon-search.disabled {
    cursor:default;
    color:#ccc;
}

.pls-label {
    padding-left: 220px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.batch-db-hide-prev li:first-child{display: none;}
.batch-db-hide-next li:last-child{display: none;}

.pls-tab-container {
    padding-left: 5px; padding-right: 5px;
}

.pls-tab-btn {
    padding:15px 30px 15px 30px;
}

@media (max-width: 768px) {
    .pls-tab-container {
        width:100%;
        padding-left: 15px; padding-right: 15px;
    }

    .pls-tab {
        width:100%;
    }

    .pls-tab-btn {
        width: 100%;
    }
}

.approve-comments {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.approve-comments li {
    border-top: 1px solid #9d9d9d;
    padding-top: 10px;
}

.approve-comments li label {
    text-transform: capitalize;
}

.approve-comments li label span {
    color: #9d9d9d;
    font-weight: normal;
    margin-left: 5px;
}

.approve-comments li p span {
    font-weight: bold;
}

.batch-list-error {
    border-width: 2px;border-color: #761c19;
    background-color: #eeedf0;
    z-index: 2;
}

.batch-list-normal-view {
    border-width: 1px;border-color: #ccc;
}

.doc-header {
    color: #344f70;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 20px;
}

.pricingRadio .form-text-radio {
    text-align: center;
    padding-left: 10px;
}

.pls-btnradio-toggle {
    display: flex;
}

.pls-btnradio-toggle label {
    text-transform: none;
}

.pricingRadio input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
    display: none;

}

.plsLabel {
    margin-top: 0 !important;
    width: 20%;
    text-align: center;
    cursor: pointer;
    padding: 10px 14px;
    font-weight: 800;

}

.btnradio input[type="radio"]:checked + label {
    background: #d3deea;
    border-radius: 28px;
    padding: 10px 14px;
    font-weight: 800;
}

.pricing-card-row-added {
    background-color: #c8c8c8;
    padding: 5px;
    border-bottom: 1px solid #b7b7b7;
}

.pricingRadio input[type="radio"]:checked + label {
    text-align: left;
    border-radius: 14px;
    text-transform: none;
    background-color: #298edb;
    border: 0px;
    font-family: 'Nunito', Helvetica, sans-serif, Arial;
    font-weight: 300;
    color: #fff;
    padding-right: 10px;
    padding-left: 10px;
}

.txt-primary {
    color: #344f70;
}

.pls-flexy-right {
    flex-grow: 2;
}

.pls-flexy-controls {
    display: flex;
}

.pls-button-bar {
    display: flex;
    margin-bottom: 20px;
}

.pls-button-bar > * {
    margin-left: 5px;
    margin-right: 5px;
    flex-grow: 1;
}

html {
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
    -ms-font-smoothing: antialiased!important;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color:#555555;
}

.stepper-container {
    max-width: 75%;
    margin-left: 0;
}

.md-stepper-horizontal {
    display:table;
    width:100%;
    margin:0 auto;
    /*background-color:#FFFFFF;*/
    box-shadow: 0 3px 8px -6px rgba(0,0,0,.50);
}
.md-stepper-horizontal .md-step {
    display:table-cell;
    position:relative;
    padding:15px;
}
.md-stepper-horizontal .md-step:hover,
.md-stepper-horizontal .md-step:active {
    background-color:rgba(0,0,0,0.04);
}
.md-stepper-horizontal .md-step:active {
    border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
    background-color:#757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
    display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
    width:24px;
    height:24px;
    margin:0 auto;
    background-color:#999999;
    border-radius: 50%;
    text-align: center;
    line-height:24px;
    font-size: 12px;
    font-weight: 600;
    color:#FFFFFF;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
    background-color:#00AE4D;
    /*background-color:rgba(170,193,122,0.75);;*/
}
/*.md-stepper-horizontal.orange .md-step.active .md-step-circle {*/
/*    background-color:#344f70;*/
/*}*/
.md-stepper-horizontal .md-step.active .md-step-circle {
    background-color: #344f70;
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
    font-family:'FontAwesome';
    font-weight:100;
    content: "\f00c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
    display:none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
    font-family: Nunito-SemiBold,Helvetica,sans-serif;
    font-weight:100;
    content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
    font-size:18px;
    font-weight:600;
    white-space: nowrap;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
    text-align: center;
    color:rgba(0,0,0,.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
    font-weight: 600;
    color:rgba(0,0,0,.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
    font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
    font-size:12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
    color:rgba(0,0,0,.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
    position:absolute;
    top:27px;
    height:1px;
    border-top:1px solid #DDDDDD;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
    right:0;
    left:50%;
    margin-left:20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
    left:0;
    right:50%;
    margin-right:20px;
}

.md-step-bar-right-new {
    right:0;
    left:80%;
    position:absolute;
    top:27px;
    height:1px;
    border-top:2px solid #DDDDDD;
}
.list-selected {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
}
.dropdown-menu li:hover {
    background-color: #f5f5f5;
}

@media screen and (min-width: 768px) {
    .v-line-l {
        position: relative;
        z-index: 0;
    }

    .v-line-l:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        border-right: 1px solid #8c8c8c;
        display: block;
        height: 100%;
    }

    .v-line-r {
        position: relative;
        z-index: 0;
    }

    .v-line-r:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: -1px;
        border-left: 1px solid #8c8c8c;
        display: block;
        height: 100%;
    }
}

/* Disable spin when input type is number */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.even-row {
    background-color: rgb(226, 239, 205)!important;;
}

.odd-row {
    background-color: rgb(237, 245, 224)!important;;
}

.even-row-2 {
    background-color: rgb(245, 245, 245)!important;;
}

.odd-row-2 {
    background-color: rgb(255, 255, 255)!important;;
}

.editing-disabled {
    color: darkgrey;
    pointer-events: none;
}

.pls-rounded-button {
    border-radius: 50px;

}
.att-history-item {
    margin-bottom: 20px;
}
.active-doc-batch-att-id {
    width:105px;
    border-width: 6px;
    border-color: rgb(207, 230, 242);
    border-style: solid;
}

.selected-doc-batch-att-id {
    width:105px;
    border-width: 10px;
    border-color: rgb(148, 229, 161);
    border-style: solid;
}

.non-active-doc-batch-att-id {
    width:100px;
}
.document-viewer-menu-button-not-selected {
    color: darkgrey;
    background-color: rgb(245,245,245);
}

.normal-font {
    font-weight: normal;
}

.pls-header-active {
    background-color: #cceeff;
    color: #616161;
}
.pls-header-in-active {
    background-color: rgb(61,62,64);
    color: white;
}

.pls-header-in-active:hover {
    background-color: #616161;
}
.filter-active {
    background-color: #0F3255;
    color: white;
    padding: 2px 5px;
    border-radius: 5px;
}
.new-ui-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.new-ui-table > thead {
    white-space: nowrap;
}

.new-ui-table > tbody > tr > td,
.new-ui-table > tbody > tr > th,
.new-ui-table > tfoot > tr > td,
.new-ui-table > tfoot > tr > th,
.new-ui-table > thead > tr > td,
.new-ui-table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    font-size: 16px;
    border-top: 1px solid #ddd
}

.views-row-flex {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.views-row-flex > div {
    flex: 1 1 0;
    min-width: 0;
    padding: 2px;
    height: 60px;
    margin-bottom: 10px;
    margin-top: 0;
    height: 100px;
}
.views-row-flex .view-box {
    padding: 5px 2px 2px 2px;
    margin-bottom: 10px;
    height: 60px;
    cursor: pointer;
}
.views-row-flex .view-box div:first-child {
    font-size: 20px;
    margin-bottom: -5px;
}
.views-row-flex .view-box div:last-child {
    font-size: 12px;
}
.views-row-flex-separator > div:not(:first-child)::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10%;
    bottom: 10%;
    width: 1px;
    background: #ccc;
}
.views-row-flex-separator > div {
    position: relative;
}
