﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

.workflowSearchSet {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 4px 10px #e5e5e5;
    border-radius: 5px;
    width: 219px;
    height: 38px;
    float: right;
    margin-right: 20px;
    padding-left: 10px;
    font-family: 'Poppins', sans-serif;
}

.searchButtonSet {
    position: absolute;
    top: 12px;
    right: 28px;
}

.postionRel {
    position: relative;
}

.FilterButtonSet {
    background: #19A7C8 !important;
    box-shadow: 0px 4px 10px rgba(25, 167, 200, 0.25);
    border-radius: 5px;
    width: 104px;
    height: 37px;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    float: right;
    font-family: 'Poppins', sans-serif;
}

.FilterButtonSet img {
    float: right;
    margin-top: 3px;
}

.tokenHistory {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: lowercase;
    color: #333333;
    font-family: 'Poppins', sans-serif;
}

.tokenHistory span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: lowercase;
    color: #797D80;
}

.workflowCard {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 4px 10px #E5E5E5;
    border-radius: 10px;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    margin-bottom: 15px;
    min-height: 283px;
}

.workflowCard h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
    margin: 0px;
}

.labelSet {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #19A7C8;
    margin-bottom: 2px;
}

.daySet {
    border-radius: 5px;
    font-size: 12px;
    height: 24px;
    padding: 2px 10px;
    color: #fff;
}

.daySetGreen {
    background: #34C38F;
}

.daySetOrange {
    background: #FB871C;
}

.daySetRed {
    background: #EE4F6D;
}

.textSet {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #797D7F;
    margin-bottom:4px;
}

.textSet span {
    color: #333;
    font-weight: 500;
}

.mt4 {
    margin-top: 4px;
}

.contentSet {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #333333;
}

.progress {
    background: #E5E5E5;
    height: 4px;
}

.progress-bar {
    background: linear-gradient(90deg, #19A7C8 0%, #00D6E6 100%);
}

.progressSet {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
}

.progressStat {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #4D4D4D;
}

.progressStat span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
}

.ApprovalHistorySet {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #505050;
}

.marginSet {
    margin-top: 10px;
    margin-bottom: 15px;
}

.workflowCard:hover {
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
}

.footerFixed {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    padding: 4px 20px;
    box-shadow: 0px 6px 0px #888, 0px 1px 5px #888;
    padding-left: 90px;
}


.page-link {
    border: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    margin-right: 8px;
    color: #797D7F;
    padding: 0.125rem 0.55rem;
}

.page-item.active .page-link {
    background: #333333;
    border-radius: 4px;
}

.pagination {
    margin-bottom: 0px;
    margin-top: 2px;
}

.navigation p {
    margin-bottom: 0px;
    margin-right: 4px;
    margin-top: 5px;
}

.paginationPageSize {
    height: 26px;
    margin-right: 5px;
    border-color: #ccc;
    border-radius: 6px;
    text-align: center;
}

.paginationRecordSet {
    height: 26px;
    padding: 0px 4px;
    max-width: 49px;
    border-color: #ccc;
    border-radius: 6px;
}

.width50 {
    width: 50px;
}

.width30 {
    width: 30px;
}

.navigation p.TotalRecordsSet {
    background: #daf0f2;
    color: #00a3af;
    padding: 2px 4px;
    font-weight: 500;
    margin-top: 3px;
    border-radius: 4px;
}

.width30 {
    width: 30px;
}

.pagination > li > a {
    background: #fafafa;
    color: #666;
    border: none;
    padding: 4px 6px;
}

.modal {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: rgba(51, 51, 51, 0.15);
}

#mdlFilter {
    font-family: 'Poppins', sans-serif;
}

    #mdlFilter .modal-dialog {
        width: 430px;
    }

.modal.fade.slide-right .close {
    position: absolute;
    top: 31px;
    right: 4px;
    margin-right: 10px;
    z-index: 10;
    font-size: 23px;
}

.modal label {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
}

.SumoSelect > .CaptionCont > span {
    margin-top: -2px;
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    font-weight: normal !important;
    padding-left: 10px;
    padding-top: 2px;
}

.btnApplySet {
    background: #19A7C8 !important;
    border-radius: 5px;
    height: 31px;
    padding: 5px 14px;
}

.SumoSelect > .optWrapper > .options {
    height: 140px;
}

.SumoSelect.open > .optWrapper {
    height: 208px;
}

.cancelBtnSet {
    border: 1px solid #19A7C8;
    background: none !important;
    color: #19A7C8;
    padding: 8px 12px;
    height: 30px;
}

.calendarSet {
    font-size: 16px;
    position: absolute;
    top: 30px;
    right: 10px;
}

.box {
    background: #FFFFFF;
    border-radius: 10px;
}

.table {
    font-family: 'Poppins', sans-serif;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    background: #fff;
    text-shadow: 0 0px 0px rgb(0 0 0 / 30%) !important;
    color: #797D7F;
}

.table tbody tr {
    cursor: pointer;
}

.table tbody tr td {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #4D4D4D;
}

.table tbody tr td p {
    margin-bottom: 0px;
}

.tableSubText {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #797D7F;
}

.tableSubText span {
    color: #333;
}

.normalTableDate {
    color: #19A7C8;
}

.expiredTableDate {
    color: #E64865;
}

.closeToexpTableDate {
    color: #EA981C;
}

.tableCircleBG {
    background: #19A7C8;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
}

    .tableCircleBG img {
        margin-top: 5px;
    }

/* Switch Slide
==========================*/
.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 125px;
    height: 30px;
    padding: 3px;
    margin: 0 0px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    margin-bottom: 6px !important;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}

.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaaaaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked ~ .switch-label {
    background: #69d7f1;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-label:before {
opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked ~ .switch-handle {
    left: 93px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
/* Transition
        ========================== */
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

#mdlFilter .modal-body {
    padding: 15px !important;
}
.workflowSelect {
    position: absolute;
    right: -12px;
    top: -1px;
}

    .workflowSelect .checkbox label, .footerFixedSelectAll .checkbox label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        margin-right: 15px;
        min-width: 20px;
        min-height: 20px;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0;
        color: #444;
    }

    .workflowSelect label:before, .footerFixedSelectAll label:before {
        top: 1.4px;
        border-radius: 50%;
        transition: border .2s linear 0s,color .2s linear 0s;
    }

    .workflowSelect .checkbox label:before, .footerFixedSelectAll .checkbox label:before {
        width: 20px;
        height: 20px;
        border: 1px solid #333;
    }

    .workflowSelect .checkbox input[type=checkbox]:checked + label:before, .footerFixedSelectAll .checkbox input[type=checkbox]:checked + label:before {
        border-width: 10px;
    }

    .workflowSelect .checkbox.check-success input[type=checkbox]:checked + label:before, .footerFixedSelectAll .checkbox.check-success input[type=checkbox]:checked + label:before {
        border-color: #333;
    }

    .workflowSelect .checkbox label::after, .footerFixedSelectAll .checkbox label::after {
        left: 3.5px;
        top: 1px;
        font-size: 12px;
    }

.workflowCard .pr24 {
    padding-right: 24px;
}

.workflowSelected {
    border: solid thin #c7c7c7;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
}

.footerFixedSelectAll .checkbox {
    margin-top: 5px;
}
#mdlWorkFlowApproveAll .close {
    outline:none;
    border:none;
    background:none;
    font-size: 18px;
    margin-top: 6px
}
#mdlWorkFlowApproveAll .modal-content {
    padding: 0px; 
}

.mb10 { margin-bottom:10px;
}

#mdlWorkFlowApproveAll .table tbody tr td {
    font-size: 13px;
}

#mdlWorkFlowApproveAll .modal-dialog {
    width: 70%;
}

#HighrisemdlWorkflowDetails .modal-header .close {
    margin-top: -37px !important;
}