﻿html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.xbutton-login {
    float: right;
    border-color: rgb(233, 86, 51);
    margin-top: -10px;
}

.l-background-orange {
    background: rgb(233, 86, 51);
}

.lh-background-orange {
    background: rgb(233, 86, 51);
}

.lh-initDiv {
    border-radius: 0px;
    border: 0px;
    min-height: calc(100vh - 110px);
}

.lh-title-main {
    border-bottom: 1px #000 solid;
    width: fit-content;
    margin-left: 18px;
}

.lh-menu-PL {
    padding-left: 30px;
}

.lh-title-license {
    border-bottom: 1px solid lightgray;
    width: 100%;
}

.lh-button-subsection {
    margin-top: 15px;
    min-width: 165px;
    margin-left: 10px;
    background: rgb(233, 86, 51);
}

.rf-bg-lightgrey {
    background: lightgrey;
}

.rf-initDiv {
    margin: 0 auto;
    margin-top: 20px;
    min-width: 570px;
    max-width: 1100px;
    background: #fff;
}

.rf-main-cardBody {
    max-width: 980px;
    margin: 0 auto;
}

.rf-main-selectIdentification {
    width: 100%;
    height: 39px;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.rf-text-justify {
    text-align: justify;
}

.rf-text-center {
    text-align: center;
}

.rf-title-inputML {
    margin-left: 5%;
}

.rf-tableHeaderCell-min {
    background: rgb(233, 86, 51) !important;
    color: #fff;
    width: 20%;
    vertical-align: text-top;
}

.rf-tableHeaderCell-min30 {
    background: rgb(233, 86, 51) !important;
    color: #fff;
    width: 30%;
    vertical-align: text-top;
}

.rf-tableHeaderCell-mid {
    background: rgb(233, 86, 51) !important;
    color: #fff;
    width: 40%;
}

.rf-button-submit {
    margin-top: 15px;
    float: right;
    background: rgb(233, 86, 51);
}
.rf-button-back {
    margin-top: 0px;
    float: left;
    background: grey;
    min-width: 175px;
}

.rf-count {
    padding-top: 7px;
    padding-left: 0px;
    font-weight: 700;
}

.rr-initDiv {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 490px;
}

.rr-button-register {
    margin-top: 5px;
    float: right;
    background: rgb(233, 86, 51);
}




.lh-background-orange {
    background: rgb(233, 86, 51)
}

.l-initDiv {
    margin: 0 auto;
    margin-top: 20px;
    min-width: 570px
}
.l-link {
    color: rgb(233, 86, 51);
}

.rlp-main-form {
    margin: 0 auto;
    margin-top: 20px;
    min-width: 570px;
}

.rlp-button-login {
    margin-top: 5px;
    float: right;
    background: rgb(233, 86, 51)
}
.mainLayout-background-lightgrey {
    background: lightgrey !important;
}


.mainLayout-banner {
    justify-content: left !important;
    height: 105px;
}

.mainLayout-body {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
    //min-height: calc(100vh - 110px);
    min-height: calc(100vh - 210px);
    background: lightgrey !important;
}

.mainLayout-image-logo {
    height: 90px;
}

.mainCard {
    border-radius: 0px;
    border: 0px;
    min-height: calc(100vh - 200px);
    max-width: 1100px;
    margin: 0 auto
}
.mt-15{
    margin-top:15px;
}
.ml-18{
    margin-left:18px;
}
.ml-5-perc{
    margin-left:4.5%

}
.mr-18{
    margin-right:18px;
}
.ml-15 {
    margin-left: 15px;
}

.mt-0 {
    margin-top: 0px;
}

.main-select-status {
    width: 100%;
    height: 31px;
    border-radius: 0.2rem;
    border: 1px solid #ced4da;
}

.main-select-show-per-page {
    height: 31px;
    border-radius: 0.2rem;
    border: 1px solid #ced4da;
}

.main-rowcell-open {
    padding-right: 0 !important;
    text-align: right;
    min-width: 100px;
}
.old-main-button-back {
    background: grey;
    margin-top: 15px;
    float: right;
    margin-right: 18px;
    min-width: 120px;
}
.main-button-back {
    margin-top: 0px;
    float: left;
    background-color: grey;
    border-color: grey;
    color: #fff;
    min-width: 140px;
}

.main-button-next {
    margin-top: 0px;
    float: right;
    background: grey;
    min-width: 140px;
    margin-left: 10px;
    margin-right: 0px;
    color: #fff;
    background-color: #198754;
}

.main-button-update {
    margin-top: 0px;
    color: #fff;
    background-color: #198754;
    border-color: #198754;
    min-width: 140px;
}

.main-button-approve {
    margin-top: 0px;
    min-width: 140px;
}

.main-button-decline {
    margin-top: 0px;
    min-width: 140px;
}

.modal-button-cancel {
    margin-top: 0px;
    float: left;
    background: grey;
    min-width: 120px;
}
.modal-button-submit {
    margin-top: 0px;
    float: right;
    background: rgb(233, 86, 51);
    min-width: 120px;
}

.main-button-edit {
    color: white;
    min-width: 80px;
}

.main-button-delete {
    background: white;
    border-color: red;
    color: red;
    min-width: 80px;
}

.max-width-1100{
    max-width:1100px!important;
}
.min-width-1100{
    min-width:1100px!important;
}
.min-width-120{
    min-width:120px;
}
.min-width-175{
    min-width:175px;
}

.margin-auto{
    margin:0 auto;
}
.width-50-perc{
    width:50%;
}
.width-90-perc{
    width:90%;
}
.width-96-perc{
    width:96%;
}
.text-justify{
    text-align:justify;
}
.border-0{
    border:0px;
}
.border-radius-0{
    border-radius:0px;
}
.border-bottom-1 {
    border-bottom: 1px solid!important;
}
.border-style-hidden {
    border-style: hidden;
}
.float-right{
    float:right;
}
.padding-0{
    padding:0;
}
.background-grey, .btn-secondary{
    background: #d9d9d9!important;
}
.main-button-search {
    min-width: 100px;
    float: right;
    background-color: #d9d9d9!important;
}
.btn-secondary {
    color: #000 !important;
}
.btn-approve {
    background: rgba(0, 174, 49, 0.25);
    color:black;
}
.btn-add-comment {
    background-color: rgb(233, 86, 51);
    color: white;
    min-width: 175px;
    float: right;
}
.btn-request-information {
    background: rgba(174, 105, 0, 0.25);
    color: black !important;
}
.btn-list-open {
    background: rgb(233, 86, 51);
    color: white;
    width: 100%;
}

.border-black{
    border-color:black!important;
}

.min-height-task {
    min-height: calc(100vh - 130px);
}

.min-height-card {
    min-height: calc(100vh - 200px);
}

.background-tab-active {
    background: rgba(217, 217, 217, 1);
}

.background-tab-inactive {
    background: rgba(217, 217, 217, 0.25);
}

.min-width-645 {
    min-width: 660px;
}

.spinner {
    border: 10px solid silver;
    /*border-top: 10px solid #337AB7;*/
    border-top: 10px solid rgb(233, 86, 51);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: calc(50% - 40px);
    position: absolute;
    z-index: 999999;
}

.sp_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999998;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.main-button-save-popup {
    margin-top: 0px;
    float: right;
    min-width: 120px;
}

.rf-main-selectOccupation {
    width: 75%;
    height: 39px;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.chkbox {
    background: rgba(217, 217, 217, 0.25);
    border: 1px solid #000000;
}

.l-background-green {
    background: rgba(42, 181, 20, 0.5);
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
}

.mr-13 {
    float: right;
    margin-right: 13px;
}

.chkgreen {
    accent-color: green;
}

input.valid {
    margin-right: 5px;
}

.btn-add-remarks {
    background: rgba(42, 181, 20, 0.5);
    border: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    float: right;
    min-width: 100px;
    max-width: 100px;
}

.btn-update-tasks {
    margin-top: 0px;
    color: #fff;
    background-color: #198754;
    border-color: #198754;
    border-radius: 2px;
    float: right;
    min-width: 100px;
    max-width: 100px;
}

.btn-approve {

}

.btn-send-back {
    background-color: burlywood;
    border-color: burlywood;
    border-radius: 2px;
    color: black;
}

/*officer selection for tasks*/
.tasks .blazored-typeahead__input {
    flex: 1;
    width: 250px;
    border: none;
    /*min-height: calc(1.5em + 0.5rem + 2px);*/
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}

.tasks .blazored-typeahead__input,
.tasks .blazored-typeahead__input-mask,
.tasks .blazored-typeahead__clear,
.tasks .blazored-typeahead__result {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.tasks .blazored-typeahead.valid.modified:not([type=checkbox]) {
    outline: 1px solid #bfbfbf;
}

.tasks .blazored-typeahead.valid.modified {
    outline: none !important;
    border: 1px solid #bfbfbf;
}

.tasks .blazored-typeahead {
    position: relative;
    width: 250px;
    border: 1px solid #bfbfbf;
    border-radius: 0.2rem;
}

.tasks .blazored-typeahead__active-item,
.tasks .blazored-typeahead__result:hover,
.tasks .blazored-typeahead__result:focus {
    background-color: rgb(233, 86, 51);
    border-top: 1px solid rgb(233, 86, 51);
    border-bottom: 1px solid rgb(233, 86, 51);
}

div.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*start step by css*/
.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

    .stepper-item::before {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 20px;
        left: -50%;
        z-index: 2;
    }

    .stepper-item::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #E95633;
        width: 100%;
        top: 20px;
        left: 50%;
        z-index: 2;
    }

    .stepper-item .step-counter {
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #ccc;
        margin-bottom: 6px;
        cursor: pointer;
    }

    .stepper-item.active {
        font-weight: bold;
    }

    .stepper-item.completed .step-counter {
        background-color: #E95633;
    }

    .stepper-item.completed::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 20px;
        left: 50%;
        z-index: 3;
    }

    .stepper-item:first-child::before {
        content: none;
    }

    .stepper-item:last-child::after {
        content: none;
    }


    .btn-close-modal {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-continue-modal {
        color: #fff;
        float: right;
        background: rgb(233, 86, 51);
    }

    .min-width-button {
        width: 165px !important;
    }

.table-log tr {
    vertical-align: top;
}
/*end step by css*/