﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
* {
    margin: 0;
}

html, body {
    height: 100%;
}
.row{
    width:100%;
}
.secondlevel .collapse{

}
.select2-results__options[id*="select2-creditNoteColor"] .select2-results__option:nth-child(1) {
    background: #fff;
    color: #000 !important;
}
p {
    margin-top: 0;
    margin-bottom: 0.35rem;
}

.select2-results__options[id*="select2-creditNoteColor"] .select2-results__option:nth-child(2) {
    background: #fbd2d2;
}

.select2-results__options[id*="select2-creditNoteColor"] .select2-results__option:nth-child(3) {
    background: #f7f1a3;
}
.select2-results__options[id*="select2-creditNoteColor"] .select2-results__option:nth-child(4) {
    background: #c9a3f7;
}
.select2-results__options[id*="select2-creditNoteColor"] .select2-results__option:nth-child(5) {
    background: #a3f7b8;
}
.bg-light-success {
    background: #dfffe5;
}
.border-radius-15{
    border-radius:15px;
}
.bg-light-pending {
    background: #f8ffd2;
}
.bg-gray-1{
    background:#fafafa;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}
.readOnlyForm #hp_header a{
    color:#000;
}
.readOnlyForm .drildown-container .rest_btn{
    display:none;
}
.dataTable thead tr th.sorting_disabled{
    padding-left:0 !important;
}
.lunchBreakRec {
    background: #eaeaea !important
}
nav .brand-logo {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0;
}
.alert.alert-warning {
    border: 1px solid #f7de66;
}
.alert.alert-danger {
    border: 1px solid #f78a9f;
}
.alert-dismiss {
    background: #ececec;
}
.oldnote{
    font-size:0.6rem !important;
}
    .oldnote .title {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin: 0px !important;
    }
.minimizeboxproblem .details{
    display:none;
}
.minimizeboxproblem, .reportProblemPOBox {
    width: 100%;
}
.receivedspan.incomplete {
    background: #B9EFF1;
    color: #116F74;
}
.receivedspan.intransit {
    background: #FFEBC5;
    color: #8C6A25;
}
.receivedspan.received {
    background: #B0E2CA;
    color: #005A2E;
}
.receivedspan.pastdue {
    background: #F1BDBA;
    color: #731812;
}
.receivedspan {
    border-radius: 5px;
    padding-top: 0px !important;
    padding-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
}
.norightborder{
    border-right:none !important;
}
.noleftborder {
    border-left: none !important;
}
.card {
    border: 0;
    background: #fefefe;
}
.content-wrapper {
    background: #f2f0f0 !important;
}
.mainboxclose {
    font-size: 34pt;
    color: #820303;
}
.bigmodal {
    min-height: 100%;
    background: #fafafaa8;
}
.bigmodal .modal-dialog {
    max-width: 80%;
    margin: 10% auto !important;
    margin-left: auto !important;
}

a.text-primary:hover, .list-wrapper .completed a.remove:hover, a.text-primary:focus, .list-wrapper .completed a.remove:focus {
    color: #0299a3 !important;
}
.input-group {
    margin-left: auto;
    margin-right: auto;
}
.infoforelemnt{
    font-size:0.8rem;
}
div.dt-buttons {
    float: left;
}
.dataTables_length{
    width:40%;
    padding-left:10px;
}
#btnrow .form-group{
    margin-left:8px;
    margin-right:8px;
}
div.dt-button-collection {
    width: calc(100vw - 230px) !important
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f4f4f4;
}
.btn-gradient-warning:not(.btn-gradient-light) {
    color: #000;
}
    div.dt-button-collection button.dt-button {
        width: 100px;
        float: left;
        margin: 0;
        margin-right: 5px;
        margin-bottom: 5px !important;
    }
        div.dt-button-collection button.dt-button.buttons-columnVisibility.active {
            background: #50bec6;
        }
    .dataTables_filter label {
        text-align: left;
        display: flex;
        align-items: baseline;
    }
.input-group-prepend .btn.dropdown-toggle{
    border:none;
    height:1rem;
}
    .input-group-prepend .btn.dropdown-toggle:hover, .input-group-prepend .btn.dropdown-toggle:focus {
        background-color: transparent;
    }
.myfontbold {
    font-weight: bold;
    font-size: 1.2rem;
}
.btn-transparent {
    background-color: transparent;
}
button.btn-transparent:focus {
    outline: none;
    background-color: transparent;
}
.btn.btn-transparent:hover {
    background-color: transparent;
}
.input-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.simpleloader2 {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
    left: 46%;
    position: absolute;
    top: 1px;
    z-index: 999;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

.boxform1 {
    /*    position: absolute;
    top: 50%;
    left: 50%;*/
    /*    transform: translate3d(-50%, -50%, 0);
    background-color: rgba(0, 0, 0, 0.5);*/
    width: 100%;
    /*    max-width: 600px;*/
    padding: 5px;
    border: 2px solid #39b4b7;
}

    .boxform1:before, .boxform1:after {
        content: "•";
        position: absolute;
        width: 14px;
        height: 14px;
        font-size: 14px;
        color: #39b4b7;
        border: 2px solid #39b4b7;
        line-height: 12px;
        top: 5px;
        text-align: center;
    }

    .boxform1:before {
        left: 5px;
    }

    .boxform1:after {
        right: 5px;
    }

    .boxform1 .box-inner {
        position: relative;
        border: 2px solid #39b4b7;
        padding: 20px;
        width: 100%;
    }

        .boxform1 .box-inner:before, .boxform1 .box-inner:after {
            content: "•";
            position: absolute;
            width: 14px;
            height: 14px;
            font-size: 14px;
            color: #39b4b7;
            border: 2px solid #39b4b7;
            line-height: 12px;
            bottom: -2px;
            text-align: center;
        }

        .boxform1 .box-inner:before {
            left: -2px;
        }

        .boxform1 .box-inner:after {
            right: -2px;
        }


.formRefunderParent .btnAddrefund {
    margin-left: calc(100% - 30px);
    margin-bottom: 15px;
}










.ql-editor {
    background: #fff;
}
    .table th img, .table td img.avatar, .table td img.img-circle {
    width: 45px;
    height: 45px;
    transition: all 200ms linear;
}
.table.dtr-inline.cards th img, .table.dtr-inline.cards td img.avatar:hover {
    width: 75px;
    height: 75px;
    margin-top: -90px;
    transition: all 200ms linear;
}

.mybox {
    background: #f7fafb;
}
#memberTree{
    z-index:9999;
}

.mydisabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
    background-color: gray !important;
}
.modal-body .row h6 {
    width: 100%;
}
.select2-results__option span .circle {
    width: 33px !important;
    float: left;
    height:35px;
    margin-right:5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fcf9f9;
    border: 2px solid #10a0a8;
}
.select2-selection__rendered span .circle {
    width: 28px !important;
    float: left;
    height: 28px;
    margin-right: 5px;
    margin-top: 0px;
}
.btn.btn-fw {
    margin-bottom: 5px;
    margin-top: 5px;
}


#mapModal {
    z-index: 9999999999;
}
.input-group-append .btn {
    height: 2.2rem;
    vertical-align: middle;
    text-align: center;
}
.windowminimized .window{
    top:auto !important;
    bottom:-400px !important;

}
.pdfclassimg {
    position: absolute !important;
    right: 0 !important;
    top: -3px !important;
    width: 30px !important;
    height: 30px !important;
    left: auto !important;
}
.myuploadedtumb :hover .pdftumb {
    transform: scale(2);
    transition: all 200ms linear;
}
.myuploadedtumb :hover .pdfclassimg {
   opacity:0;
    transition: all 100ms linear;
}
i {
    font-style: normal;
}
.itemBoxhdrmenu {
    height: 22px;
    background: linear-gradient(0deg, #d8d8d8, #ececec);
    border-top: 1px solid white;
    border-bottom: 1px solid #b3b3b3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: rgba(0, 0, 0, 0.7);
    /*font-size: 13px;*/
    line-height: 22px;
    text-align: center;
}
.itemisbreaklunch {
    border-radius: 20px;
    padding: 1px 0px 1px 5px;
    background: rgb(255 153 0 / 0.72);
    width: fit-content;
}
.txtcopyinput {
    position: absolute;
    top: 9px;
    left: -5px;
}
.mymovingout {
    animation: fadeInLeft 1 1s;
    /*animation: lightSpeedOut infinite 1s;*/
}
.myrotatein {
    animation: rotateIn 1 1.5s;
}
.newreadolyform .col-form-label{
    font-size:0.8rem !important;
}
.newreadolyform .title{
    font-size:1.1rem !important;
}
#catTableApprove tr.even {
    background: #f0f0f0;
}



.answering {
    width: 100%;
}

.responseing {
    width: 100%;
    background: #ecfbf7;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    border: 1px solid #4db096;
    min-height: 60px;
}

.userresponsetitle {
    margin-right: 10px;
    float: left;
    color: #008095;
    margin-top: 15px;
    margin-left: 10px;
}

.noteresponse {
    width: 100%;
    display: inline-block;
    padding-left: 60px;
    padding-right: 30px;
}

.dateresponse {
    float: right;
}

.responsefile a img {
    border-radius: 5px;
    border: 1px solid #000;
}
.refunditemviewmodeitem {
    background: #fff5eb;
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid #f98113;
}


.leaflet-container {
    cursor: pointer !important;
}
/*input:not([type]), input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea.materialize-textarea {
    width: calc(100% - 100px);
}*/
#addressPostalCode {
    width: calc(100% - 100px);
}
.searchResultMap {
    border: 1px solid #acbdbf;
    border-radius: 5px;
    padding: 10px 3px;
}
#findAddressList li {
    padding: 10px 8px;
    margin-top: 5px;
    border: 1px solid #eee;
    border-left-color: rgb(238, 238, 238);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: 6px solid #5a5d5e;
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    
}
    #findAddressList li:hover {
        border-left: 6px solid #049aa4;
        background: #e9f2ee;
    }
    #findAddressList li.active {
        border-left: 6px solid #049aa4;
        box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    }
.box-shadow-1 {
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
}
.editable-error-block{
    color:rgba(255, 82, 82, 1);
}
#findAddressList li.active:after {
    content: "\f00c";
    width: 30px;
    height: 30px;
    font-family: 'Font Awesome 5 Pro';
    float: right;
    color: #009ca7;
}
.container-scroller {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -60px;
    background: #f2edf3;
}
.leaflet-container {
    border: 2px solid #089ca7;
    border-radius: 5px;
}
table.dataTable > thead .sorting, table.dataTable > thead .sorting_asc, table.dataTable > thead .sorting_desc, table.dataTable > thead .sorting_asc_disabled, table.dataTable > thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}
table.dataTable > thead .sorting::before, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_desc_disabled::before {
    left: 0px;
    content: "↑";
}
.swal2-html-container {

    padding: 1em 0.3em .3em;
}
    table .dataTable > thead .sorting::after, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc_disabled::after {
        left: .3em;
        content: "↓";
    }
table.dataTable > thead .sorting::before, table.dataTable > thead .sorting::after, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc_disabled::before, table.dataTable > thead .sorting_desc_disabled::after {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3;
}
    table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_desc::after {
        opacity: 1;
    }
.rowCreditDisregard{
    background:rgb(182 179 179 / 0.68);
}
.btn-small-small {
    width: 20px !important;
    height: 20px !important;
}
.modal-backdrop {
    z-index: 10;

}
#myprofile {
    cursor: pointer;
}
#pdfModal .modal-dialog .modal-content, #pdfModal .modal-dialog .modal-content .modal-header {
    padding: 0.30rem;
}
    #pdfModal .modal-dialog .modal-content .modal-body object {
     height: calc(100vh - 130px) !important;
    }
#pdfModal .close {
    margin: 0 !important;
    padding: 0.35rem !important;
}
.subprofile {
    position: absolute;
    top: 45px;
    right: 35px;
    left: auto;
    z-index: 999;
    background: #fff;
    width: 150px;
    border-radius: 7px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border: 1px solid #009ca7;
}
    .subprofile:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

    .subprofile  a:hover{
        background:#49c7d0;
    }
    .subprofile a{
        width:100%;
        text-decoration:none;
        color:#000;
        padding:5px;
    }
    .subprofile a i{
        width:30px;
    }
nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
    font-size: 18px;
    height: 20px;
    margin-right: 10px;
}
#findAddressList {
    width: 100%;
    height: auto;
    min-height: 300px;
    overflow-y: auto;
}
.btnMainMapSearch .input-group-text {
    background: #0299a3;
}
/*#rightSideBoxShow .mynewaddress{
    width:60%;
}*/
#rightSideBoxShow .autocomplete{
    margin-left:55px;
}
.fixed-action-btn {
    position: fixed !important;
}
.card-img-holder {
    padding: 0.3rem;
}
.card-img-holder h2{
    font-size:1.3rem;
}
    .card-img-holder .card-body i {
        position: absolute;
        right: 20px;
        bottom:15px;
      /*  top: 54px;*/
    }
.card {
    position: relative;
    margin: 0.4rem 0 0.4rem 0;
}
.grid-margin {
    margin-bottom: 0.4rem;
}
    .btn[disabled] {
    background: #3d3d3d;
    border: 2px solid #000;
}
.btn-small{
    height:30px !important;
}
#clockinDiscLocation {
    /*padding:5px;*/
    margin-top: 10px;
}
.myRequired strong.text-danger {
    font-size: 10pt;
    padding: 1px;
    vertical-align: text-top;
    position: absolute;
}
form-group.row{
    margin-left:0 !important;
    margin-right:0 !important;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 0.435em;
    width: 100%;
    padding-bottom: 0.435em;
}
.container-scroller:after {
    content: "";
    display: block;
}
    footer, .container-scroller:after {
        height: 45px;
        padding:5px !important;
    }
.table .child ul li{
    width: 100%;
    float: left;
    text-align:left;
}
table.dataTable > tbody > tr.child ul.dtr-details {
    width: 90%;
}
.mydtbtn .dtr-title{
    display:none !important;
}
/*table.dataTable > tbody > tr.child ul.dtr-details > li {
     border-bottom: none;*/
    /* padding: .5em 0; */
/*}*/
.pagination li.active {
    background-color: transparent;
}
.input-group-text {
    /* background: #f0f4f4;*/
    background: #fff;
}
td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;

}
.divider1 {
    background: rgba(1,15,30,.1);
    height: 3px;
    overflow: hidden;
    position: relative;
    border: 0;
    clear: both;
    display: block;
    text-align: center;
    width: 100%
}

    .divider1::before {
        animation-duration: 4s;
        animation-delay: 500ms;
        animation-timing-function: ease;
        animation-iteration-count: 1;
        animation-name: progressdevider;
        background: #a87ef0;
        background: linear-gradient(30deg,#fb9fd5,#817cec);
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        right: 0;
        width: 100%
    }
.voiceController {
    width: 35px;
    text-align: center;
    font-size: 25pt;
    color: #555;
    float: left;
    padding-top: 0.5rem;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
    .voiceController i {
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.wavefrom {
    width: 250px;
    float: right;
    overflow: visible !important;
    height: 53px;
}
    .wavefrom wave{
        overflow:visible;
    }


    .divider2 {
        background: rgba(1,15,30,.1);
        height: 3px;
        overflow: hidden;
        position: relative;
        border: 0;
        clear: both;
        display: block;
        text-align: center;
        width: 100%
    }

    .divider2::before {
        animation-duration: 4s;
        animation-delay: 500ms;
        animation-timing-function: ease;
        animation-iteration-count: 1;
        animation-name: progressdevider;
        background: #a87ef0;
        background: linear-gradient(30deg,#9fdffb,#0299a3);
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        right: 0;
        width: 100%
    }
.divider {
    background: rgba(1,15,30,.1);
    height: 1px;
    overflow: hidden;
    position: relative;
    border: 0;
    clear: both;
    display: block;
    text-align: center;
    width: 100%
}
    hr {
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
    }
table .dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
    top: 45%;
    left: -20px;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: #0d0d0d;
    border: .2em solid #049aa4;
    border-radius: 1em;
    box-shadow: 0 0 .2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    /*font-family: "Courier New",Courier,monospace;*/
    font-family: 'Roboto','Droid Sans', sans-serif;
    line-height: 1em;
    content: "+";
    background: none !important;
    font-size: 13pt;
    font-weight: bold;
    min-width: 18px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control::before {
    content: "-";
    background:none !important;
    border: 0.2rem solid #d33;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: linear-gradient(to right, #84d9d2, #0299a3) !important;
    border: none !important;
    color: #000 !important;
}
    .border-right-noradious{
    border-top-right-radius:0px !important;
    border-bottom-right-radius:0px !important;
    border-right:none;
}
.input-group-append  {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
}
.swal2-styled.swal2-cancel {
    margin-left: 1.5rem !important;
}
.datepicker-controls .select-month input {
    width: 90px;
}
table.dataTable tbody tr {
    background-color: #fff;
    cursor: pointer;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 500px) {
    .money {
        width: 222px !important;
    }
    .mycontainer.minimize {
        width:90%;
    }
    .table th, .table td {
        padding: 0.25rem;
    }


}
@media only screen and (min-device-width: 700px) and (max-device-width: 780px) {
    .container {
        width: 100% !important;
        max-width:100%;
    }
    .mycontainer.minimize {
        width: 90%;
    }


}
.input-group {
    flex-wrap: nowrap;
}
@media only screen and (min-width: 300px) and (max-width: 900px) {
   .input-group{
       flex-wrap:wrap;
   }
    .card .card-body {
        padding: 0.2rem 0.2rem !important;
    }

    .card-img-holder h6 {
        opacity: 0 !important;
    }
    .row {
        margin-right: 1px !important;
        margin-left: 1px !important;
    }
    .search-input {
        left: 5% !important;
        right:5%;
    }
 }
    /*.input-group-append .input-group-text, .input-group-prepend .input-group-text {
    border-color: #acbdbf !important;
}*/
    .img-responsive {
        margin: 0 auto;
        width: 100%;
    }

    a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
    }
    /* Provide sufficient contrast against white background */
    a {
        color: #0366d6;
    }

    .btn-primary {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

    .modal {
        height: auto;
    }
.fullmodal {
    min-height: 100%;
    background: #fafafaa8;
}
    .fullmodal .modal-dialog {
        max-width: 90%;
        margin: 30px auto;
    }


.timepicker-display-column .text-primary, .timepicker-display-column .text-primary {
    color: #fff !important;
}

    .timepicker-container {
        background: #fff !important;
    }

    .btn-lg {
        height: 65px !important;
    }

    .swal2-styled.swal2-confirm {
        min-width: 85px;
    }

    .btn.btn-icon-text .btn-icon-prepend {
        margin-right: .5rem;
        margin-bottom: 0.5rem;
    }

    .border-o::after {
        width: 100%;
        height: 0;
        border-width: 0 1px 0 1px;
        top: 0;
        left: -1px;
    }

    .border-o::before, .border-o::after {
        content: "";
        border-style: solid;
        position: absolute;
        z-index: 5;
        border-radius: 3px;
        box-sizing: content-box;
    }
.form-control.inputTypeForSign, .inputTypeForSign option {
    font-weight: bold;
    padding: 0.1rem;
    font-size: 16pt !important;
}


.border-o::before {
    width: 0;
    height: 100%;
    border-width: 1px 0 1px 0;
    top: -1px;
    left: 0;
    transition-delay: 0.05s;
}

    .border-o {
        background-color: transparent;
        border: 1px solid #d0d0d0;
        color: #B8B8B8;
    }

        .border-o.borderteal::before, .border-o.borderteal::after {
            border-color: #008492;
        }


    .dz-success-mark path {
        fill: #009ca7;
    }

    .dz-error-mark path {
        fill: rgba(255, 82, 82, 1);
    }



    #formBody {
        position: relative;
    }

        .dz-drag-hover {
            border: 2px dashed var(--color-selected-border);
            border-radius: 4px;
        }

#formBody.dz-drag-hover .fields, .formBody.dz-drag-hover .fields {
    opacity: 0.1;
}

            .dz-drag-hover .mydrop {
                position: absolute;
                border: 2px dashed #009ca7;
                left: 24px;
                top: 24px;
                right: 24px;
                bottom: 24px;
                background-color: #fff;
                background-image: url(/images/bgupload.svg);
                background-position: center;
                background-repeat: no-repeat;
                background-size: 20%;
                z-index:2;
            }

    .dz-remove button {
        width: 35px;
        padding: 4px;
        margin-top: 4px;
        position: absolute;
        bottom: 5px;
        left: 5px;
        z-index: 30;
        padding: 0;
        margin: 0;
        display: none;
        height: 35px !important;
        text-align: center;
    }
.fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
    width:65vw !important;
}
.btn-floating.circlebtnwithtext i {
    width: 35px;
    height: 35px;
    background: #26a69a;
    border-radius: 50%;
    position: absolute;
    top: -5px;
}
.btn-floating.circlebtnwithtext {
    background-color: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    white-space: nowrap;
    width: 70px;
    height: 80px;
}
.circlebtnwithtext.btn-outline-success:hover{
    background-color:transparent;
    background:none;
}
.dz-preview.dz-processing.dz-image-preview.dz-success.dz-complete .btn-danger, .dz-preview .btn-warning {
    display: block;
}

    .dz-remove button i {
        margin: 0 !important;
    }

    .dropzone .dz-preview {
        border: 3px solid;
        border-radius: 10px;
        margin: 5px !important;
        border-color: rgba(255, 177, 66, 1);
    }

    .myfieldset {
        width: 100%;
        border: 2px solid #009ca7;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 5px;
    }
.tr-active {
   
}
    .tr-active td {
        background: rgb(195, 228, 232) !important;
    }
        .tr-active td:first-child, tr.selected td:first-child {
            border-radius: 0;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }
        .tr-active td:last-child, tr.selected td:last-child {
            border-radius: 0;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .dataTables_wrapper .dataTables_paginate {
            float: left;
            text-align: left;
            padding-top: .25em;
            padding-right: 1.5rem;
        }
#catTable .btn, #dailyTable .btn, .spanIcon {
    height: 25px;
    width: 25px;
    padding: 4px;
    margin-left:30%;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 3px 3px !important;
    overflow:hidden;
}
    .mylegend {
        width: auto !important;
        padding-right: 10px;
        padding-left: 10px;
    }
.sidebar .nav .nav-item {
    padding: 0 !important;
}
    .sidebar .nav .nav-item .nav-link {
        padding:0.63rem;
    }
.sidebar-icon-only .sidebar .nav-link i{
    font-size:1.5rem;
}
.sidebar-icon-only .sidebar .nav .nav-item .nav-link.active i {
    /*color: #fff;*/
    box-shadow: 0px 0px 3px 3px #011627;
    padding: 4px;
    width: 35px;
    height: 35px;
    border-radius: 10px;
  /*  font-weight: bold;*/
}
.notReceived {
    margin-bottom: 0;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
    top: 50%;
    left: -3px;
}
    /* Sticky footer styles
-------------------------------------------------- */
    html {
        font-size: 14px;
    }

    @media (min-width: 768px) {
        html {
            font-size: 16px;
        }
    }

    .border-top {
        border-top: 1px solid #e5e5e5;
    }

    .border-bottom {
        border-bottom: 1px solid #e5e5e5;
    }

    .box-shadow {
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    }

    button.accept-policy {
        font-size: 1rem;
        line-height: inherit;
    }

    ul li {
        list-style: none !important;
        transition: all .2s ease-in-out;
    }
.pictoolsup button{
    padding:0.4rem;
    margin-right:0.4rem;
    margin-left:0.4rem;
}
nav ul a:hover {
    background: none !important;
}
.sidebar .nav .nav-item:hover {
    background: none;
    color: #009ca7;
    font-weight: bold;
}
.sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: #fff;
   
}
.sidebar .nav .nav-item .nav-link i.menu-arrow::before {
    content: "\f107";
    font-size: inherit;
    color: inherit;
}
.sidebar .nav .nav-item .nav-link[aria-expanded="true"] .menu-arrow::before {
    content: "\f106";
}
.sidebar .nav.sub-menu .nav-item .nav-link::before
{
    content:'';
}
.sidebar .nav-link.active {
    color: #009ca7 !important;
    font-weight: bold;
    color: #fff;
    border-left-color: #009ca7 !important;
}
.sidebar .nav .nav-item.open:hover {
    background: #011c31;
}
.sidebar .nav.sub-menu .nav-item .nav-link, .sidebar .nav.sub-menu .nav-item .nav-link::before {
    color: #fafafa;
}
    .sidebar .nav.sub-menu .nav-item .nav-link:hover {
        color: #009ca7;
    }

    .sidebar .nav.sub-menu .nav-item .nav-link::before {
        font-family: 'Font Awesome 5 Pro';
    }
.sidebar {
    /*background: #011627;*/
    background: #242C33;
    color: #fafafa !important;
    margin-top: -1px;
}
button:focus {
    outline: none;
    background-color: transparent;
}
nav{
box-shadow: none !important;
}
    .sidebar .nav.sub-menu, .sidebar .nav {
        margin-bottom: 5px;
        margin-top: 0;
        list-style: none;
    }
.menu-arrow{
    margin-left:auto;
}
    .sidebar .nav .nav-item .nav-link i.menu-icon {
        color: inherit;
    }

    .sidebar .nav.sub-menu .nav-item .nav-link{
        padding: 0.75rem !important;
    }
    .sidebar .nav .nav-item .nav-link i.menu-icon {
        margin-left: 0
    }
.sidebar .nav .nav-item .collapse {
    padding-left: 10px;
}
.collapse.show {
    visibility:visible !important;
}
.sidebar .nav .nav-item .nav-link.active i.menu-icon {
    color: #009ca7 !important;
   
}
.sidebar .nav .nav-item.secondlevel .collapse {
    padding-left: 10px;
}
.sidebar .nav .nav-item .nav-link.active i.menu-icon, .sidebar .nav .nav-item .nav-link.active i.menu-icon {
    color: inherit;
    /*box-shadow: 0px 0px 3px 3px #021f21;*/
    /*box-shadow: 0px 0px 2px 2px #009ca7;*/
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    /* font-weight: bold;*/
}
.sidebar .nav:not(.sub-menu) > .nav-item:hover:not(.nav-category):not(.nav-profile) > .nav-link {
    color: #009ca7 !important;
}
.logo {
    background: url("../images/logoblue.png") no-repeat;
    background-size: contain;
    width: 190px;
    height: 45px;   
/*    margin-left: auto;
    margin-right: auto;*/
}

.mydatepickerfixedButton .modal.datepicker-modal.open {
    top:-380px !important;
}
.border-bottom1 {
    border-bottom: 1px solid #ccc;
}
.sidebar-icon-only .logo {
    background: url("../images/logocircle.png") no-repeat;
    background-size: contain;
    width:70px;
}
.mymodal {
    max-height: 100%;
    height: 100%;
    opacity: 0.95;
    background: #fafafa80;
}
.mymodal .modal-content{
    background:#fff;
    border:4px solid #009ca7;
    border-radius:5px;
}


.mylink {
    color: #000;
    text-decoration: none;
    width: 100%;
}
    .mylink:hover h2 {
        color:#011627;
        -webkit-animation: neon5 1.5s ease-in-out infinite alternate;
        -moz-animation: neon5 1.5s ease-in-out infinite alternate;
        animation: neon5 1.5s ease-in-out infinite alternate;
    }
    .mylink:hover {
        text-decoration: none;
    }
    .mylink:hover h6 {
        color: #000;
        
    }
    @-webkit-keyframes neon5 {
        from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff9900, 0 0 70px #ff9900, 0 0 80px #ff9900, 0 0 100px #ff9900, 0 0 150px #ff9900;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff9900, 0 0 35px #ff9900, 0 0 40px #ff9900, 0 0 50px #ff9900, 0 0 75px #ff9900;
    }
}


/*.sidebar-icon-only .mynavtop{
    margin-left:70px;
}*/
.sidebar-icon-only .main-panel {
    width: calc(100% - 70px);
   /* margin-left:70px;*/
}
.sidebar .nav .nav-item.active > .nav-link .menu-title {
    color: #011627;
}
.sidebar .nav .nav-item.active > .nav-link i {
    color: #011627;
}
/*.mynavtop {
    margin-left: 260px !important;
}
.sidebar-icon-only .mynavtop{
    margin-left:70px !important;
}*/
.switch-on.btn-sm {
    padding-top: 0.85rem;
}
.sidebar .nav .nav-item .nav-link i.menu-arrow, .dropdown .dropdown-toggle::after {
    font: normal normal normal 24px/1 'Font Awesome 5 Pro';
    font-size: 24px;
    line-height: 1;
    line-height: 1;
    font-size: 1.125rem;
    margin-left: auto;
    color: #fff;
    opacity:0;
}
.dropdown .dropdown-toggle::after {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    font: normal normal normal 24px/1 'Font Awesome 5 Pro';
    content: "\f078";
    width: auto;
    height: auto;
    vertical-align: baseline;
    font-size: .5rem;
    opacity:1;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    color: #011627;
    font-size: 0.75rem;
    margin-left: 5px;
}
.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #009ca7;
}
.navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
    padding-left: 15px;
    padding-right: 11px;
    border-right: none;
}
.sidebar .nav .nav-item.active {
    background: #009ca7;
}
    .sidebar .nav .nav-item.active .nav-link .menu-title, .sidebar .nav .nav-item.active .nav-link i {
        color: #fff;
    }
.sidebar nav ul a{
    padding:0;
}
.text-primary, .list-wrapper .completed .remove {
    color: #009ca7 !important;
}
.nav-link.active {
    border-left: 3px solid #009ca7 !important;
}

.sidebar .nav .nav-item .nav-link:hover i.menu-arrow {
    opacity: 1;
}


@media only screen and (max-width: 850px) {
    .sidebar-icon-only .sidebar-offcanvas {
        background: url("../images/logoblue.png") no-repeat;
        background-size: contain;
        width: 190px;
        height: 45px;
        margin-left: auto;
        margin-right: auto;
    }
    .mynavtop{
        margin-left:0 !important;
    }
}


.myfilePicher.dropdown-toggle::after, .myfilePicherpart2.dropdown-toggle::after {
    display: none;
    border: none;
}
.myupload.dropdown-menu{
    margin:0;
    padding:0;

}
    .myupload.dropdown-menu button{
        height:40px;
    }
    .myupload.dropdown-menu button:hover{
        color:#009ca7;
        background:none;
    }

.rowWithPo {
    background-color: #d9f7f278 !important;
}
    /*    .nav-link:hover {
        background: #009ca7;
    }*/
    a .text-light:hover, a.text-light:focus {
        color: #fff !important;
    }
    /* Sticky footer styles
-------------------------------------------------- */
    html {
        position: relative;
        min-height: 100%;
    }
    /*body {*/
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;
}*/
    .footer {
        /*  position: absolute;*/
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 30px; /* Vertically center the text there */
        color: #000;
    }

    .card-group {
        box-shadow: rgba(0, 0, 0, 0.94) 0px 20px 20px
    }
.card .card-body {
    padding: 0.75rem 0.75rem;
}
    .hidden {
        display: none;
    }

    .card-group {
        background: #fff !important;
    }

    .btn-outline-secondary {
        color: #575757 !important;
        border-color: #736d6d !important;
    }

    .input-group-text {
        font-size: 1rem !important;
    }

    .input-group-append .input-group-text, .input-group-prepend .input-group-text {
        border-color: #ebedf2;
        padding: 0.6rem 0.5rem !important;
        color: #2f2f2f;
        border: none;
    }

    .input-group-append {
        border-color: #ebedf2;
        border: 1px solid;
        transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    }

    .input-group-append, .input-group-prepend {
        border: 1px solid #f1f4f4;
    }

    .swal2-icon.swal2-success {
        border-color: #009ca7;
        color: #009ca7;
    }

.dt-button-collection{
    position:relative !important;
    margin-top:5px !important;
    /*top:1px;*/
}
.dt-button-background{
    position : relative !important;
    width:0px;
    height:0px;
}
.form-control:focus, .myform-control:focus {
    border-color: #029f89 !important;
    box-shadow: 0 0 0 0.2rem rgb(196, 225, 217) !important;
}

        .form-control:focus + .input-group-append, .myform-control:focus + .input-group-append {
            border-color: #029f89 !important;
            box-shadow: 3px 0 0 0.2rem rgb(196, 225, 217) !important;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            transition: box-shadow .399s, border .399s;
            transition: box-shadow .399s, border .399s, -webkit-box-shadow .399s;
        }
/*.form-group:focus-within .input-group-prepend {
    background: #ff9900;
}*/
.form-group:focus-within .col-form-label, .form-group:focus-within .mylable{
    font-weight:bold;
}
.form-group:focus-within .input-group-prepend {
    border-color: #029f89 !important;
    box-shadow: -1px 0 0 0.2rem rgb(196, 225, 217) !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}



.border-right-noradious:focus {
    border-right: none !important;
    box-shadow: -3px 0 0 0.2rem rgb(196, 225, 217) !important;
}
.border-left-noradious {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.border-left-noradious:focus {
    border-left: none !important;
    box-shadow: 3px 0 0 0.2rem rgb(196, 225, 217) !important;
}

.form-group label, .mylable {
    text-align: left;
    vertical-align: middle !important;
    line-height: 20px !important;
    /*   margin-top: 0.7rem !important;*/
    margin-top: 0.35rem !important;
    font-size: 0.875rem;
}

    .form-check .form-check-label {
        margin-left: 1.6rem;
    }

.form-control::placeholder, .myform-control::placeholder {
    color: #8a8888 !important;
    opacity: 1;
}
.form-control.disabled {
    pointer-events: none;
    cursor: text;
    background:#f7f6f6;
}
.readOnlyForm .form-control, .readOnlyForm .myform-control, .readOnlyForm .input-group-append,
.readOnlyForm .input-group-text, .readOnlyForm .select2-choice, .readOnlyForm .select2-container,
.readOnlyForm .select2-container--default .select2-selection--single, .readOnlyForm .form-check-label {
    pointer-events: none;
    cursor: text;
    background: #f7f6f6;
    border: none !important;
    background: transparent;
    font-size: 1rem !important;
    font-weight: bold;
    color: #000 !important;
}
.readOnlyForm .form-control, .readOnlyForm .myform-control {
    pointer-events: initial;
    cursor: text;
    background: #f7f6f6;
    border: none !important;
    background: transparent;
    font-size: 1rem !important;
    font-weight: bold;
    color: #000 !important;
}
.readOnlyForm .ql-toolbar{
    display:none;
}
/*.readOnlyForm .form-check-input :not(:checked) + .form-check-label {
    display: none;
}
*/
.readOnlyForm .select2-container--default .select2-selection--single .select2-selection__arrow,
.readOnlyForm .input-group-append,
.readOnlyForm .myfilePicher, .readOnlyForm .image-set .mydelete, .readOnlyForm #submiter, .readOnlyForm #canceling,
.readOnlyForm .input-group-prepend, .readOnlyForm .submitbtndiv, .readOnlyForm .mydropzone, .readOnlyForm #deleter {
    display: none !important;
}

.readOnlyForm textarea{
    pointer-events:all !important;
}
#modalawarnPO{
    position:absolute !important;
}
#formEditingBtn {
    display: none;
}
.readOnlyForm #formEditingBtn{
    display:inline-block;
}
.approvedRow {
    background-color: rgb(228, 253, 225) !important;
}
.disapprovedRow {
    background-color: rgb(255, 238, 244) !important;
}
input.money {
    width: 40% !important;
}
ul.dropdown-content.select-dropdown {
    min-height: 300px !important;
    z-index: 99999;
}
textarea.form-control {
    min-height: 90px;
}

/*    .dropzone {
			background: white;
			border-radius: 5px;
			border: 2px dashed rgb(0, 135, 247);
			border-image: none;
			margin-left: auto;
			margin-right: auto;
		}*/
.mydelete {
    height: 30px;
    width: 100%;
}

#innerformBody .card .card-action {
    padding: 0;
}

#innerformBody .card-image img {
    height: 120px;
}

#innerformBody .dz-remove button {
    width: 35px;
    padding: 4px;
    margin-top: 4px;
    display: block;
}

#innerformBody .myfilePicher, #innerformBody .myfilePicherpart2 {
    height: 120px;
    vertical-align: middle;
    border: 2px dashed;
    width: 120px;
    text-align: center;
    padding-top: 30px;
    border-radius: 10px;
    margin: 5px;
    color: #868383;
}
#rightSideBoxShow .myfilePicher, .myfilePicher, .myfilePicherpart2 {
    height: 70px;
    vertical-align: middle;
    border: 2px dashed;
    width: 70px;
    text-align: center;
    padding-top: 8px;
    border-radius: 10px;
    margin: 5px;
    color: #868383;
}
.mydropzonepart2 .fallback input{
    display:none;
}
#rightSideBoxShow .dz-remove button {
    width: 25px !important;
    height: 25px !important;
}
#rightSideBoxShow .dropzone .dz-preview{
    min-height:70px;
}
    #rightSideBoxShow .dropzone .dz-preview .dz-image{
        width:70px;
        height:70px;
    }
    #rightSideBoxShow .dropzone .dz-preview .dz-details{
        padding:0;
        padding-top:3px;
    }
    .swal2-container {
        z-index: 9999999 !important
    }
#innerformBody .myuploadedtumb, .myuploadedtumb {
    height: 120px;
    vertical-align: middle;
    border: 3px solid #009ca7;
    width: 120px;
    text-align: center;
    padding-top: 30px;
    border-radius: 10px;
    margin: 5px;
}

    #innerformBody .myuploadedtumb .card-action button {
       /* position: absolute;
        bottom: 5px;
        left: 5px;*/
       position:relative;
        width: 30px;
        padding: 0;
        height: 30px;
        margin-top:-32px;
    }
.boxtoogle {
    /*  transform: scale(1);*/
    opacity: 1;
    -webkit-animation: anim 0.3s ease-in-out;
    animation: anim 0.3s ease-in-out;
}

        .boxtoogle.hide {
            transform: scale(0);
            opacity: 0;
        }

    @-webkit-keyframes anim {
        0% {
            display: none;
            opacity: 0;
        }

        1% {
            display: block;
            opacity: 0;
            transform: scale(0);
        }

        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    @keyframes anim {
        0% {
            display: none;
            opacity: 0;
        }

        1% {
            display: block;
            opacity: 0;
            transform: scale(0);
        }

        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    table thead {
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        color: #02585e;
        border: none;
        border-bottom: 2px solid #009ca7;
        /*background: #3e4b5b;*/
        /*border-color: #3e4b5b;*/
    }

    .table thead th {
        font-weight: bold;
    }
table.dataTable thead th {
    padding: 10px 5px 10px 20px;
    border-bottom: 1px solid #111;
}

    td, th {
        text-align: left;
    }
        td i {
            padding: 2px 2rem;
        }
        td .btn i{
            padding : 0;
        }

    tr {
        border-bottom: 1px solid #009ca7;
    }

    .table th, .table td {
        border-top: none;
    }

    .table-hover tbody tr:hover {
        color: #212529;
        background-color: #f2f4f4;
        border-bottom: 2px solid #009ca7;
    }

    .table.datatable {
        border-collapse: collapse !important;
    }
.dataTables_length select {
    display: inline-block;
    width: 60px;
    height: 30px;
}

.pagination {
    float: right;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
    margin-right:0.5rem;
    margin-left:0.5rem;
    height : 60px;
}
.navbar .navbar-menu-wrapper{
    padding-right:0px;
    right:24px;
}
.mystar {
    color: rgba(255, 82, 82, 1);
}

    .addbtn {
        position: absolute;
        top: 75px;
        right: 30px;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        z-index:1040;
    }

    .swal2-icon.swal2-success [class^="swal2-success-line"] {
        background-color: #009ca7 !important;
    }

    .swal2-icon.swal2-success .swal2-success-ring {
        border: .25em solid rgba(165, 207, 210,0.3) !important;
    }

    .swal2-icon.swal2-success {
        border-color: #009ca7 !important;
        color: #009ca7 !important;
    }

    .swal2-icon-success .swal2-timer-progress-bar {
        background: rgb(0, 156, 167) !important;
    }

    .swal2-icon-error .swal2-timer-progress-bar {
        background: #f27474;
    }

    #catTable_wrapper {
        width: 100%;
    }

    .noCapitize {
        text-transform: none;
    }

    .addbtn.black {
        transition: all 0.5s ease-in-out;
        transform: rotate(-90deg);
    }

    .addbtn.blue {
        transition: all 0.5s ease-in-out;
        transform: rotate(-90deg);
    }

    .blob.black {
        background: #3e4b5b;
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
        animation: pulse-black 2s infinite;
    }

    .form-control {
        border-radius: 5px;
        font-size: 0.8125rem !important;
    }

    .select2-container .select2-selection--single {
        height: 38px !important;
        padding: 0.4rem 0.375rem;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 9px !important;
    }

.datepicker-modal.open {
    height: auto !important;
    z-index: 99999998 !important;
}

.select2-container {
    width: calc(100% - 19px) !important
    /*  z-index: 99999;*/
}
input:not([type]), input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea.materialize-textarea {
    width: calc(100% - 45px) !important
}
.input-group-append {
    margin-right: 7px;
}
.z-999 {
z-index:999;
}
.z-99 {
    z-index: 99;
}
.page-body-wrapper {
    min-height: calc(100vh - 65px) !important;
}
    .showfilteritem .mybox {
    border: 1px solid #0299a3;
    border-radius: 5px;
    height: 40px;
    padding-top: 5px;
}
    .showfilteritem .showfilteritemIcon {
        color: gray;
    }
.showfilteritem .fa-cog {
    color: #0299a3;
    position: absolute;
    top: 8px;
    right: 5px;
}

.select2-container--open {
    z-index: 99999;
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
    overflow: hidden;
}

.myloader1 {
    display:none;
/*    color: #0299a3;
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: fixed;
    top: 40%;
    right: 50%;
    z-index: 99;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);*/
}

@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
label {
    color: #444;
    width: 100%;
}

    .btn, .btn-large, .btn-small, .btn-flat {
        height: 43px;
    }

    .datepicker-container {
        background: #f2f1f1;
    }

    .btn.disabled, .disabled.btn-large, .disabled.btn-small, .btn-floating.disabled, .btn-large.disabled, .btn-small.disabled, .btn-flat.disabled, .btn:disabled, .btn-large:disabled, .btn-small:disabled, .btn-floating:disabled, .btn-large:disabled, .btn-small:disabled, .btn-flat:disabled, .btn[disabled], .btn-large[disabled], .btn-small[disabled], .btn-floating[disabled], .btn-large[disabled], .btn-small[disabled], .btn-flat[disabled] {
        color: #000 !important;
    }

    .pagination li a {
        font-size: 13px !important;
    }

    .dataTables_info {
        font-size: 13px !important;
    }

    .dataTables_filter input {
        height: 14px;
    }

    .nav-tabs li a:hover, .nav-tabs li a:focus {
        outline: none;
        text-decoration: none;
    }

    .tabs .tab a:focus, .tabs .tab a:focus.active {
        background-color: #fff;
        outline: none;
    }

    .tab .nav-tabs li {
        float: left;
    }

    .tabs {
        overflow: hidden !important;
    }

    .tab {
        text-align: center;
    }

        .tab .nav-tabs {
            display: inline-block;
            position: relative;
            border-bottom: none;
            height: 100px !important;
        }

    .tabs .tab {
        height: 100px;
        line-height: 3px;
    }

    .tab .nav-tabs li {
        margin: 0;
    }

        .tab .nav-tabs li a {
            display: block;
            padding: 80px 20px 10px;
            background: #fff;
            font-size: 17px;
            font-weight: 700;
            color: #999;
            text-transform: uppercase;
            text-align: center;
            border-radius: 0;
            border: none;
            border-bottom: 2px solid #fff;
            margin-right: 0;
            overflow: hidden;
            z-index: 1;
            position: relative;
            transition: all 0.3s ease 0s;
        }

            .tab .nav-tabs li a span {
                display: block;
                width: 50px;
                height: 50px;
                line-height: 50px;
                background: #f2f2f2;
                margin: auto;
                font-size: 22px;
                color: #999;
                border-radius: 5px;
                position: absolute;
                top: 10px;
                left: 0;
                right: 0;
                transform: rotate(45deg);
                border:2px solid;
            }

            .tab .nav-tabs li a.active span {
                background: #29335c;
                color: #fff;
            }

            .tab .nav-tabs li a span i {
                transform: rotate(-45deg);
            }

            .tab .nav-tabs li a.active,
            .tab .nav-tabs li a:hover {
                color: #171c31;
                border: none;
                border-bottom: 2px solid #fff;
            }

                .tab .nav-tabs li a:hover span {
                    background: #29335c;
                    color: #fff;
                }

            .tab .nav-tabs li a.active {
                border-bottom: 2px solid #29335c;
            }

    .tab .tab-content {
        padding: 20px;
        margin-top: -5px;
        font-size: 15px;
        color: #757575;
        line-height: 26px;
        text-align: left;
        border-top: 1px solid #e5e5e5;
        background: #fff;
        width:100%;
    }

        .tab .tab-content h3 {
            font-size: 24px;
            margin-top: 0;
        }

    .tab .tabs {
        height: 75px;
    }

    .row {
        margin-right: 5px;
        margin-left: 5px;
    }
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link .nav-profile-img .availability-status {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    top: -2px;
    right: -4px;
}
.footer {
    background: #e6e6e6;
    border-top: 1px solid #dee3e9;
}
.btn, .btn-large, .btn-small, .btn-flat {
    text-transform: capitalize;
}
    .z-99999{
    z-index:99999;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link .nav-profile-img img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link .nav-profile-img {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
display:none;
}
    .rightsidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 7;
    top: 0;
    right: 0;
    background-color: #fefeff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
    border: 1px solid #eae7e6;
    overflow-y: auto;
    box-shadow: -3px 0px 3px 1px #ddd8d8;
}

    .rightsidenav .rightSideBoxmenu a {
        padding: 8px 8px 8px 10px;
        text-decoration: none;
        font-size: 25px;
        color: #000;
        display: block;
        transition: 0.3s;
    }

        .rightsidenav a:hover, .offcanvas a:focus {
            color: #0299a3;
        }
.rightSideBoxmenu {
    width: 100%;
    height: 50px;
    padding-right: 18px;
}
.rightsidenav .rightSideBoxmenu a {
    font-size: 1.25rem;
    margin-left: 5px;
    float: right;
}
#databox .availability-status.online {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    bottom: 15px;
    left: 30px;
    background: #1bcfb4;
}
/* .rightsidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }*/

#menu {
    position: fixed;
    width: 200px;
    height: 100vh;
    overflow: scroll;
}
.sidebar-icon-only #menu{
    width:70px;
}

.rightsidenav.maximize {
    width: 95%;
    z-index: 9999;
    margin-top: 66px;
    padding-top:0px;
}
.table th, .table td {
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 1;
    white-space: pre-line;
    word-break: normal;
}
.rightsidenav.standard {
    width: 48%;
    z-index: 1000;
    padding-top:60px;
    /*max-width: 700px;*/
}
.rightsidenav .fixed-action-btn a {
    display: none;
}
.rightsidenav .btn-fw {
    min-width: 4.5rem;
    padding: 1px;
    font-size: 9pt;
}
.rightsidenav.maximize .btn-fw {
    min-width: 150px;
    padding: 1px;
    font-size: 12pt;
}
.rightsidenav .row {
    margin-right: 2px;
    margin-left: 2px;
}
.rightsidenav .col-md-12,.rightsidenav .col-*{
    padding-right:2px;
    padding-left:2px;
    
}
.performaceDate{
    padding-top:3px;
    padding-bottom:3px;
    padding-left:3px;
    
}
.performaceDate span {
    padding-top: 6px;
    padding-bottom: 3px;
    padding-left: 3px;
    display:inline-block;
}
.perfDate0 {
    background: rgb(255 153 0 / 0.62);
    width: 100%;
    border-radius: 5px;
    height: 100%;
}
.fa-square-full.perfDate0 {
    width: 30px;
    color: rgb(255 153 0 / 0.62);
    background: transparent;
}
.fa-square-full.perfDate-1 {
    width: 30px;
    color: rgb(255 55 0 / 0.70);
    background: transparent;
}
.fa-square-full.perfDate5 {
    width: 30px;
    color: rgb(255 250 0 / 0.69);
    background: transparent;
}
.perfDate5 {
    background: rgb(255 250 0 / 0.69);
    width: 100%;
    border-radius: 5px;
}
.perfDate-1 {
    background: rgb(255 55 0 / 0.70);
    width: 100%;
    border-radius: 5px;
}
.mycontainer.minimize {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 53%;
    min-height: 300px;
    height: 100%;
    scrollbar-color: #009ca7 #e4e4e4;
    scrollbar-width: thin;
}
/*.modal-open.sidebar-icon-only .modal-dialog{
    margin-left:70px !important;
}*/
.modal .modal-content {
    background: #fff;
}
div, body {
    scrollbar-width: thin;
}
    *::-webkit-scrollbar {
        width: 8px;
    }

    *::-webkit-scrollbar-track {
        background-color: #e4e4e4;
        border-radius: 100px;
    }

   *::-webkit-scrollbar-thumb {
        border-radius: 100px;
        border: 4px solid rgba(0, 0, 0, 0.18);
        border-left: 0;
        border-right: 0;
        background-color: #009ca7;
    }

#notif_box {
    width: 270px;
    height:auto;
    max-height: 500px;
    overflow-y: auto;
    align-content:baseline;
}

.tooltip-main {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: 700;
    background: #f3f3f3;
    border: 2px solid #737373;
    color: #737373;
    margin: 4px 121px 0 5px;
    float: right;
    text-align: left !important;
}

.tooltip-qm {
    float: left;
    margin: -2px 0px 3px 4px;
    font-size: 12px;
}

.tooltip-inner {
    max-width: 236px !important;
    height: 76px;
    font-size: 12px;
    padding: 10px 15px 10px 20px;
    background: #d0f1ee;
    color: rgba(0, 0, 0, 1);
    border: 2px solid #737373;
    text-align: left;
}


.tooltip.show {
    opacity: 1;
}
.mainheadertop, .navbar .navbar-brand-wrapper .navbar-brand, .navbar .navbar-brand-wrapper {
    background-color: #242C33;
    padding: 0;
}
.mainheadertop {
    z-index: 9999;
}
.navbar .navbar-menu-wrapper{
    top:0;
}
    .mainheadertop .navbar .nav-item, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-toggle::after,
    .notification::before, .notification::after, .navbar .navbar-menu-wrapper .navbar-toggler {
        color: #FDFFFC !important;
    }
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #049aa4;
    /* Red */
}
input[type="search"]:not(.browser-default).select2-search__field {
   width: calc(100% - 10px) !important
}
.priorityContainer .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.priorityContainer .select2-container--default .select2-selection--single {
    border:none !important;
}
.priorityContainer .select2-container {
    /*width: 110px !important;*/
    z-index: 9;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    color: #888;
    width: 16px;
}
#gradient-horizontal {
    --color-stop-1: #a770ef;
    --color-stop-2: #cf8bf3;
    --color-stop-3: #9d51fe;
}
#gradient-horizontal2 {
    --color-stop-1: #a566f7;
    --color-stop-2: #4d4358;
    --color-stop-3: #cba6fc;
}

#gradient-vertical  {
    --color-stop-1: #00c3ff;
    --color-stop-2: #77e190;
    --color-stop-3: #ffff1c;
}
.icon-hgradient {
    fill: url(#gradient-horizontal) gray;
    /* We could use it as a stroke fill too:
  stroke: url(#gradient-horizontal) gray; */
}
.icon-hgradient2 {
    fill: url(#gradient-horizontal2) gray;
    /* We could use it as a stroke fill too:
  stroke: url(#gradient-horizontal) gray; */
}

.icon-vgradient {
    fill: url(#gradient-vertical) gray;
}
table.dataTable tbody .rowCreditApproved td.select-checkbox::before {
    background: #0299a3;
}
table.dataTable tbody .rowcreditUserPaid td.select-checkbox::before {
    background: #022da3;
}


.minimize .dataTable tr th:nth-child(4),
.minimize .dataTable tr th:nth-child(5),
.minimize .dataTable tr th:nth-child(7),
.minimize .dataTable tr td:nth-child(4),
.minimize .dataTable tr td:nth-child(5),
.minimize .dataTable tr td:nth-child(7) {
    display: none;
}
.rightsidenav .container {
    padding-right: 10px !important;
    padding-left: 10px !important;
}


@media screen and (max-height: 450px) {
    .rightsidenav {
        padding-top: 15px;
    }

        .rightsidenav a {
            font-size: 18px;
        }
}

.bg-gradient-1 {
    background: #FEAC5E; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4BC0C8, #C779D0, #FEAC5E); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4BC0C8, #C779D0, #FEAC5E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-gradient-2 {
    background: #ED4264; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFEDBC, #ED4264); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFEDBC, #ED4264); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-gradient-3 {
    background: #3D7EAA; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3D7EAA,#FFE47A); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3D7EAA,#FFE47A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-gradient-4 {
    background: #f7ff00; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #db36a4, #f7ff00); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #db36a4, #f7ff00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-gradient-5 {
    background: #f79d00; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #64f38c, #f79d00); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #64f38c, #f79d00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-gradient-6 {
    background: #A1FFCE; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FAFFD1, #A1FFCE); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FAFFD1, #A1FFCE); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-gradient-7 {
    background: #5433FF; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #A5FECB, #20BDFF, #7967D9); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #A5FECB, #20BDFF, #7967D9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.card-img-holder{
    border:2px solid #0c0b0b;
    min-height:110px;
    height:auto;
}
.row .col {

    padding: 0 0.4rem;
}

/*autocomplete*/

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }
.autocomplete-suggestion {
    cursor: pointer;
}
.autocomplete-suggestions {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}
/*autocomplete*/
.row{
    margin-bottom:6px;
}


body {
    font-family: 'Roboto','Droid Sans', sans-serif;
}
/* Set droplist names - -item is the currently selected font, -label is the font's appearance in the droplist*/
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='']::before {
    content: 'Default';
    font-family: 'Roboto';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='times-new-roman']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='times-new-roman']::before {
    content: 'Times New Roman';
    font-family: 'Times New Roman';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='arial']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='arial']::before {
    content: 'Arial';
    font-family: 'Arial';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='Roboto']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='Roboto']::before {
    content: 'Roboto';
    font-family: 'Roboto';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='Tangerine']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='Tangerine']::before {
    content: 'Tangerine';
    font-family: 'Tangerine';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='DroidSans']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='DroidSans']::before {
    content: 'Droid Sans';
    font-family: 'Droid Sans';
}

/****************************************************
    Set the font-family content used for the HTML content.
    *****************************************************/
.ql-font-arial {
    font-family: 'Arial';
}

.ql-font-times-new-roman {
    font-family: 'Times New Roman';
}

.ql-font-Roboto {
    font-family: 'Roboto';
}

.ql-font-Tangerine {
    font-family: 'Tangerine';
}

.ql-font-DroidSans {
    font-family: 'Droid Sans';
}

.form-control, .select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    border: 1px solid #acbdbf2b;
    font-family: 'Roboto','Droid Sans', sans-serif;
    font-size: 0.8125rem;
}

    .form-control:hover, .myform-control:hover, .select2-container--default .select2-selection--single:hover, .select2-container--default .select2-selection--multiple:hover {
        border: 1px solid #acbdbf;
    }
.standalone-container:hover .ql-toolbar.ql-snow, .standalone-container:hover .ql-container.ql-snow {
    border-color: #acbdbf;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select-dropdown.dropdown-content li.selected {
    /* background-color: rgb(0 156 167 / 0.80);*/
    /*background: -webkit-gradient(linear, left top, right top, from(#84d9d2), to(#009ca7));*/
    /*background: linear-gradient(to right, #84d9d2, #0299a3);*/
    background: #0299a3;
    color: white;
}
    .select-dropdown.dropdown-content li.selected span{
        color:#fff;
    }
.is-today{
    border : 2px solid #62d4dc;

}
.table tr.selected {
    /*background-color: #fff !important;*/
    /*    background: -webkit-gradient(linear, left top, right top, from(#84d9d23d), to(#7bc6cad4));
    background: linear-gradient(to right,#84d9d23d,#7bc6cad4);*/
    background-color: #7bc6cad4 !important;
}
.is-today button{
    color:#000;
    font-weight:bold;
}
.content-wrapper {
    padding: 5px;
    padding-bottom:0px;
    /*padding-top: 20px;*/
}
#modalawarnPO{
    z-index : 999 !important;
}
/* @media(max-width:1150px) {
        .mynavtop {SS
            margin-left: 260px;
        }
    }

    .mynavtop.max {
        margin-left: 0px;
    }*/
.dataTables_wrapper .custom-select-sm {
    width: 100px !important;
}

    div.dataTables_wrapper div.dataTables_filter label {
        font-weight: normal;
        white-space: nowrap;
        /* text-align: right;*/
    }
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: .35em 0.5em;
    border-radius: 5px;
}
    .page-item.active .page-link {
        z-index: 3;
        color: #fff;
        background-color: #36b3b6;
        border-color: #14a2aa;
    }

    .page-link:hover {
        z-index: 2;
        color: #0d777d;
        text-decoration: none;
        background-color: #d7e6e3;
        border-color: #b8d2cd;
    }

    .btn:hover, .btn-large:hover, .btn-small:hover {
        background-color: #2bbbad;
        color: #000 !important;
        font-weight: bolder;
    }

    .content-wrapper {
        background: #fbfbfb !important;
    }

    @media only screen and (max-width: 479px) {
        .tab .nav-tabs li {
           /* width: 100%;*/
            text-align: center;
            margin-bottom: 5px;
        }

            .tab .nav-tabs li:last-child {
                margin-bottom: 0;
            }
    }

    @keyframes pulse-black {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        }

        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        }
    }

    .blob.white {
        background: white;
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
        animation: pulse-white 2s infinite;
    }

    @keyframes pulse-white {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        }

        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        }
    }

    .blob.red {
        background: rgba(255, 82, 82, 1);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
        animation: pulse-red 2s infinite;
    }

    @keyframes pulse-red {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
        }

        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
        }
    }

    .blob.orange {
        background: rgba(255, 121, 63, 1);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
        animation: pulse-orange 2s infinite;
    }

    @keyframes pulse-orange {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
        }

        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
        }
    }

    .blob.yellow {
        background: rgba(255, 177, 66, 1);
        box-shadow: 0 0 0 0 rgba(255, 177, 66, 1);
        animation: pulse-yellow 2s infinite;
    }

    @keyframes pulse-yellow {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
        }

        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
        }
    }

    .blob.blue {
        background: rgba(52, 172, 224, 1);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
        animation: pulse-blue 2s infinite;
    }

    @keyframes pulse-blue {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
        }

        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
        }
    }

    .blob.green {
        background: linear-gradient(to right, #84d9d2, #0299a3);
        box-shadow: 0 0 0 0 #016e75;
        animation: pulse-green 2s infinite;
    }

    @keyframes pulse-green {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
        }

        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
        }
    }

    .blob.purple {
        background: rgba(142, 68, 173, 1);
        box-shadow: 0 0 0 0 rgba(142, 68, 173, 1);
        animation: pulse-purple 2s infinite;
    }
    .blob.purple_nobg {
    background: transparent;
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 1);
    animation: pulse-purple 2s infinite;
}




@keyframes pulse-purple {
    0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
        }

        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
        }
    }

.blob.gredient1 {
    background: #f31a68;
    background: linear-gradient(60deg, #f31a68, #f8e85b);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 1);
    animation: pulse-orange 2s infinite;
}


    .squiggle {
        stroke-dasharray: 5800;
        stroke-dashoffset: 5800;
        animation: draw 2s linear forwards 0.5s;
    }

    .overlay:not(.loaded) .squiggleLoadding {
        stroke-dasharray: 5800;
        stroke-dashoffset: 5800;
        animation: draw 1.5s linear forwards infinite 0.3s;
    }

    .navbar-toggler:focus {
        background: transparent !important;
    }
    /*.dalay1{
    animation-delay:0.3s
}
.dalay2 {
    animation-delay:0.6s
}
.dalay3 {
    animation-delay: 1s
}
.dalay4 {
    animation-delay: 1.5s
}
.dalay5 {
    animation-delay: 2s
}
*/
    @keyframes draw {
        to {
            stroke-dashoffset: 0;
        }
    }
    /*user cards*/
    :root {
        --d: 700ms;
        --e: cubic-bezier(0.19, 1, 0.22, 1);
        --font-sans: "Rubik", sans-serif;
        --font-serif: "Cardo", serif;
    }

    .page-content {
        display: grid;
        grid-gap: 1rem;
        padding: 1rem;
        max-width: 1024px;
        margin: 0 auto;
        font-family: var(--font-sans);
    }

    @media (min-width: 600px) {
        .page-content {
            grid-template-columns: repeat(2, 1fr);
        }

        }
@media (max-width: 600px) {

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
        display: none;
    }

    .rightsidenav.standard {
        width: 95% !important;
    }
}


    @media (min-width: 800px) {
        .page-content {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    .userCard.card {
        position: relative;
        display: flex;
        align-items: flex-end;
        overflow: hidden;
        padding: 1rem;
        width: 100%;
        text-align: center;
        color: whitesmoke;
        background-color: whitesmoke;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
    }

    @media (min-width: 600px) {
        .userCard.card {
            height: 350px;
        }
    }

    .userCard.card {
        content: "";
        width: 150px;
        height: 200px;
        background-size: cover;
        background-position: center;
        transition: transform calc(var(--d) * 1.5) var(--e);
        pointer-events: none;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
    }

        .userCard.card:hover {
            content: "";
            display: block;
            width: 100%;
            height: 200%;
            pointer-events: none;
            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
            transform: translateY(-50%);
            transition: transform calc(var(--d) * 2) var(--e);
        }

    .dropdown-content.select-dropdown {
        height: 200px;
        min-width: 130px;
    }

.swal2-styled.swal2-confirm {
    background-color: #006580 !important;
}

    #catTable_filter input {
        width: 70%;
        float: right;
        margin-top: -10px;
    }

    .content {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 1rem;
        transition: transform var(--d) var(--e);
        /*  z-index: 1;*/
    }

        .content > * + * {
            margin-top: 1rem;
        }

    .title {
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 1.2;
    }

    .copy {
        font-family: var(--font-serif);
        font-size: 1.125rem;
        font-style: italic;
        line-height: 1.35;
    }




.notification {
    display: inline-block;
    position: relative;
    /*background: #fff;*/
    border-radius: 0.2em;
    font-size: 1.3em;
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
}

    .notification::before,
    .notification::after {
        color: #000;
       /* text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);*/
    }

    .notification::before {
        display: block;
        content: "\f0f3";
        font-family: 'Font Awesome 5 Pro';
        transform-origin: top center;
    }
#notif_box h6 {
    border-bottom: 1px dashed #14a2a9;
    text-align: center;
}
#notif_box p{
    margin-bottom:0;
}
#notif_box .btn-sm {
    height: 25px;
    width: 30px;
    padding: 5px;
    float:right;
}
#notif_box span.time{
    float:right;
    color:#0299a3;
}
.navbar .navbar-brand-wrapper .navbar-brand img {
    margin-left: 0;
}

.notification::after {
    font-family: 'Roboto','Droid Sans', sans-serif;
    font-size: 0.7em;
    font-weight: 700;
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 5px 5px;
    line-height: 100%;
    /*border: 2px #fff solid;*/
    border-radius: 60px;
    /*background: #94d6da;*/
    background: #D12B20;
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

    .notification.notify::before {
        animation: ring 1.5s ease;
    }

    .notification.show-count::after {
        transform: scale(1);
        opacity: 1;
    }

@keyframes ring {
    0% {
        transform: rotate(35deg);
    }

    12.5% {
        transform: rotate(-30deg);
    }

    25% {
        transform: rotate(25deg);
    }

    37.5% {
        transform: rotate(-20deg);
    }

    50% {
        transform: rotate(15deg);
    }

    62.5% {
        transform: rotate(-10deg);
    }

    75% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.leaflet-control-attribution.leaflet-control {
    display: none;
}

.avataronmap {
    width: 100px;
    height: 100px;
}

/*.form-control{
    width:100% !important;
}*/
.myform-control {
    border: 1px solid #acbdbf2b;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    display: block;
    width: calc(100% - 69px) !important;
    height: 1rem;
    padding: 0.6rem 0.8rem;
    font-size: 0.8125rem !important;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}


    @media (hover: hover) and (min-width: 600px) {
        .userCard.card:after {
            transform: translateY(0);
        }

        .content {
            transform: translateY(calc(100% - 4.5rem));
        }

            .content > *:not(.title) {
                opacity: 0;
                transform: translateY(1rem);
                transition: transform var(--d) var(--e), opacity var(--d) var(--e);
            }

        .userCard.card:hover,
        .userCard.card:focus-within {
            align-items: center;
        }

            .userCard.card:hover:before,
            .userCard.card:focus-within:before {
                transform: translateY(-4%);
            }

            .userCard.card:hover:after,
            .userCard.card:focus-within:after {
                transform: translateY(-50%);
            }

            .userCard.card:hover .content,
            .userCard.card:focus-within .content {
                transform: translateY(0);
            }

                .userCard.card:hover .content > *:not(.title),
                .userCard.card:focus-within .content > *:not(.title) {
                    opacity: 1;
                    transform: translateY(0);
                    transition-delay: calc(var(--d) / 8);
                }

                .userCard.card:focus-within:before, .userCard.card:focus-within:after,
                .userCard.card:focus-within .content,
                .userCard.card:focus-within .content > *:not(.title) {
                    transition-duration: 0s;
                }
    }

@keyframes pulse {
    from {
        transform: scale3d(0.8, 0.8, 0.8);
    }

    50% {
        transform: scale3d(1.5, 1.5, 1.5);
        font-weight:bold;
    }

    to {
        transform: scale3d(0.8, 0.8, 0.8);
    }
}

.mypulse {
    animation-name: pulse;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration:1s;
    font-size:17px;
  
}


    @keyframes bounce {
        from, 20%, 53%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }

    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0) scaleY(0.95);
    }

    90% {
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

.mybounce {
    animation-name: bounce;
    transform-origin: center bottom;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    font-size: 17px;
}
@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.mytada {
    animation-name: tada;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    font-size: 17px;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
.inRightloading {
    display: none;
}
.rightLoading {
    position: absolute;
    top: 200px;
    right: 40%;
    height: 50px;
    width: 50px;
    display:block;
    z-index:2;
}

    .rightLoading i {
        color: #008492;
    }
#cardsListBox1 .creditcard .front, #cardsListBox1 .creditcard .back{
    max-width:200px;
    opacity:0.5;
}
#cardsListBox1 .selected .creditcard .front, #cardsListBox1 .selected .creditcard .back {
    max-width: 200px;
    opacity: 1;
}
#cardsListBox1 .cardcontainer {
    max-width: 200px;
    height:140px;
}
.card-img-holder .card-body{
    padding:0.3rem 0.3rem !important;
}
.fixed-bottom {
    position: fixed !important;
    right: -4px;
    bottom: -4px !important;
    left: -4px;
    z-index: 1030 !important;
    transform-style: preserve-3d;
    transition: transform 0.3s ease-in-out;
    border: 2px solid #1085e1;
}
.autocompelete-highlight {
    font-weight: bold;
    font-size: 1.05rem;
}
.autocomplete {
    width: calc( 100% - 45px);
}

.fixed-bottom.box1 {
    /* -webkit-animation: spinbox 0.5s linear 1;
        -moz-animation: spinbox 0.5s linear 1;
        animation: spinbox 0.5s linear 1;
        border:2px solid rgba(255, 82, 82, 1);*/
    /*transform: translate(0, 0) rotateX(0deg);*/
    transform-origin: bottom;
    /*transform: translate(0, 0) rotateX(360deg);*/
}
    .fixed-bottom.box2 {
        /* -webkit-animation: spinbox2 0.5s linear 1;
        -moz-animation: spinbox2 0.5s linear 1;
        animation: spinbox2 0.5s linear 1;
        */
        border: 2px solid rgba(255, 82, 82, 1);
        transform: translate(0, 0) rotateX(360deg);
        transform-origin: bottom;
    }

.doingchangebtn {
    padding: 5px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@-moz-keyframes spinbox {
    100% {
        -moz-transform: rotateX(90deg);
    }
}

@-webkit-keyframes spinbox {
    100% {
        -webkit-transform: rotateX(90deg);
    }
}

@keyframes spinbox2 {
    100% {
        -webkit-transform: rotateX(-90deg);
        
    }
}

@-moz-keyframes spinbox2 {
    100% {
        -moz-transform: rotateX(-90deg);
    }
}

@-webkit-keyframes spinbox2 {
    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@keyframes spinbox2 {
    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

.readOnlyForm .form-check-label{
    white-space:nowrap;
}
.btn.btn-small {
    padding:0.1rem
}
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
* {
    margin: 0;
}

html, body {
    height: 100%;
}
.row{
    width:100%;
}
.secondlevel .collapse{

}
.select2-results__options[id*="select2-creditNoteColor"] .select2-results__option:nth-child(1) {
    background: #fff;
    color: #000 !important;
}
p {
    margin-top: 0;
    margin-bottom: 0.35rem;
}
.select2-results__options[id*="select2-creditNoteColor"] .select2-results__option:nth-child(2) {
    background: #fbd2d2;
}

.select2-results__options[id*="select2-creditNoteColor"] .select2-results__option:nth-child(3) {
    background: #f7f1a3;
}
.select2-results__options[id*="select2-creditNoteColor"] .select2-results__option:nth-child(4) {
    background: #c9a3f7;
}
.select2-results__options[id*="select2-creditNoteColor"] .select2-results__option:nth-child(5) {
    background: #a3f7b8;
}
.bg-light-success {
    background: #dfffe5;
}
.border-radius-15{
    border-radius:15px;
}
.bg-light-pending {
    background: #f8ffd2;
}
.bg-gray-1{
    background:#fafafa;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}
.readOnlyForm #hp_header a{
    color:#000;
}
.readOnlyForm .drildown-container .rest_btn{
    display:none;
}
.dataTable thead tr th.sorting_disabled{
    padding-left:0 !important;
}
.lunchBreakRec {
    background: #eaeaea !important
}
nav .brand-logo {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0;
}
.alert.alert-warning {
    border: 1px solid #f7de66;
}
.alert.alert-danger {
    border: 1px solid #f78a9f;
}
.alert-dismiss {
    background: #ececec;
}
.oldnote{
    font-size:0.6rem !important;
}
    .oldnote .title {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin: 0px !important;
    }
.minimizeboxproblem .details{
    display:none;
}
.minimizeboxproblem, .reportProblemPOBox {
    width: 100%;
}
.receivedspan.incomplete {
    background: #B9EFF1;
    color: #116F74;
}
.receivedspan.intransit {
    background: #FFEBC5;
    color: #8C6A25;
}
.receivedspan.received {
    background: #B0E2CA;
    color: #005A2E;
}
.receivedspan.pastdue {
    background: #F1BDBA;
    color: #731812;
}
.receivedspan {
    border-radius: 5px;
    padding-top: 0px !important;
    padding-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
}
.norightborder{
    border-right:none !important;
}
.noleftborder {
    border-left: none !important;
}
.card {
    border: 0;
    background: #fefefe;
}
.content-wrapper {
    background: #f2f0f0 !important;
}
.mainboxclose {
    font-size: 34pt;
    color: #820303;
}
.bigmodal {
    min-height: 100%;
    background: #fafafaa8;
}
.bigmodal .modal-dialog {
    max-width: 80%;
    margin: 10% auto !important;
    margin-left: auto !important;
}

a.text-primary:hover, .list-wrapper .completed a.remove:hover, a.text-primary:focus, .list-wrapper .completed a.remove:focus {
    color: #0299a3 !important;
}
.input-group {
    margin-left: auto;
    margin-right: auto;
}
.infoforelemnt{
    font-size:0.8rem;
}
div.dt-buttons {
    float: left;
}
.dataTables_length{
    width:40%;
    padding-left:10px;
}
#btnrow .form-group{
    margin-left:8px;
    margin-right:8px;
}
div.dt-button-collection {
    width: calc(100vw - 230px) !important
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f4f4f4;
}
.btn-gradient-warning:not(.btn-gradient-light) {
    color: #000;
}
    div.dt-button-collection button.dt-button {
        width: 100px;
        float: left;
        margin: 0;
        margin-right: 5px;
        margin-bottom: 5px !important;
    }
        div.dt-button-collection button.dt-button.buttons-columnVisibility.active {
            background: #50bec6;
        }
    .dataTables_filter label {
        text-align: left;
        display: flex;
        align-items: baseline;
    }
.input-group-prepend .btn.dropdown-toggle{
    border:none;
    height:1rem;
}
    .input-group-prepend .btn.dropdown-toggle:hover, .input-group-prepend .btn.dropdown-toggle:focus {
        background-color: transparent;
    }
.myfontbold {
    font-weight: bold;
    font-size: 1.2rem;
}
.btn-transparent {
    background-color: transparent;
}
button.btn-transparent:focus {
    outline: none;
    background-color: transparent;
}
.btn.btn-transparent:hover {
    background-color: transparent;
}
.input-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.simpleloader2 {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
    left: 46%;
    position: absolute;
    top: 1px;
    z-index: 999;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

.boxform1 {
    /*    position: absolute;
    top: 50%;
    left: 50%;*/
    /*    transform: translate3d(-50%, -50%, 0);
    background-color: rgba(0, 0, 0, 0.5);*/
    width: 100%;
    /*    max-width: 600px;*/
    padding: 5px;
    border: 2px solid #39b4b7;
}

    .boxform1:before, .boxform1:after {
        content: "•";
        position: absolute;
        width: 14px;
        height: 14px;
        font-size: 14px;
        color: #39b4b7;
        border: 2px solid #39b4b7;
        line-height: 12px;
        top: 5px;
        text-align: center;
    }

    .boxform1:before {
        left: 5px;
    }

    .boxform1:after {
        right: 5px;
    }

    .boxform1 .box-inner {
        position: relative;
        border: 2px solid #39b4b7;
        padding: 20px;
        width: 100%;
    }

        .boxform1 .box-inner:before, .boxform1 .box-inner:after {
            content: "•";
            position: absolute;
            width: 14px;
            height: 14px;
            font-size: 14px;
            color: #39b4b7;
            border: 2px solid #39b4b7;
            line-height: 12px;
            bottom: -2px;
            text-align: center;
        }

        .boxform1 .box-inner:before {
            left: -2px;
        }

        .boxform1 .box-inner:after {
            right: -2px;
        }


.formRefunderParent .btnAddrefund {
    margin-left: calc(100% - 30px);
    margin-bottom: 15px;
}










.ql-editor {
    background: #fff;
}
    .table th img, .table td img.avatar, .table td img.img-circle {
    width: 45px;
    height: 45px;
    transition: all 200ms linear;
}
.table.dtr-inline.cards th img, .table.dtr-inline.cards td img.avatar:hover {
    width: 75px;
    height: 75px;
    margin-top: -90px;
    transition: all 200ms linear;
}

.mybox {
    background: #f7fafb;
}
#memberTree{
    z-index:9999;
}

.mydisabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
    background-color: gray !important;
}
.modal-body .row h6 {
    width: 100%;
}
.select2-results__option span .circle {
    width: 33px !important;
    float: left;
    height:35px;
    margin-right:5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fcf9f9;
    border: 2px solid #10a0a8;
}
.select2-selection__rendered span .circle {
    width: 28px !important;
    float: left;
    height: 28px;
    margin-right: 5px;
    margin-top: 0px;
}
.btn.btn-fw {
    margin-bottom: 5px;
    margin-top: 5px;
}


#mapModal {
    z-index: 9999999999;
}
.input-group-append .btn {
    height: 2.2rem;
    vertical-align: middle;
    text-align: center;
}
.windowminimized .window{
    top:auto !important;
    bottom:-400px !important;

}
.pdfclassimg {
    position: absolute !important;
    right: 0 !important;
    top: -3px !important;
    width: 30px !important;
    height: 30px !important;
    left: auto !important;
}
.myuploadedtumb :hover .pdftumb {
    transform: scale(2);
    transition: all 200ms linear;
}
.myuploadedtumb :hover .pdfclassimg {
   opacity:0;
    transition: all 100ms linear;
}
i {
    font-style: normal;
}
.itemBoxhdrmenu {
    height: 22px;
    background: linear-gradient(0deg, #d8d8d8, #ececec);
    border-top: 1px solid white;
    border-bottom: 1px solid #b3b3b3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: rgba(0, 0, 0, 0.7);
    /*font-size: 13px;*/
    line-height: 22px;
    text-align: center;
}
.itemisbreaklunch {
    border-radius: 20px;
    padding: 1px 0px 1px 5px;
    background: rgb(255 153 0 / 0.72);
    width: fit-content;
}
.txtcopyinput {
    position: absolute;
    top: 9px;
    left: -5px;
}
.mymovingout {
    animation: fadeInLeft 1 1s;
    /*animation: lightSpeedOut infinite 1s;*/
}
.myrotatein {
    animation: rotateIn 1 1.5s;
}
.newreadolyform .col-form-label{
    font-size:0.8rem !important;
}
.newreadolyform .title{
    font-size:1.1rem !important;
}
#catTableApprove tr.even {
    background: #f0f0f0;
}



.answering {
    width: 100%;
}

.responseing {
    width: 100%;
    background: #ecfbf7;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    border: 1px solid #4db096;
    min-height: 60px;
}

.userresponsetitle {
    margin-right: 10px;
    float: left;
    color: #008095;
    margin-top: 15px;
    margin-left: 10px;
}

.noteresponse {
    width: 100%;
    display: inline-block;
    padding-left: 60px;
    padding-right: 30px;
}

.dateresponse {
    float: right;
}

.responsefile a img {
    border-radius: 5px;
    border: 1px solid #000;
}
.refunditemviewmodeitem {
    background: #fff5eb;
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid #f98113;
}


.leaflet-container {
    cursor: pointer !important;
}
/*input:not([type]), input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea.materialize-textarea {
    width: calc(100% - 100px);
}*/
#addressPostalCode {
    width: calc(100% - 100px);
}
.searchResultMap {
    border: 1px solid #acbdbf;
    border-radius: 5px;
    padding: 10px 3px;
}
#findAddressList li {
    padding: 10px 8px;
    margin-top: 5px;
    border: 1px solid #eee;
    border-left-color: rgb(238, 238, 238);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: 6px solid #5a5d5e;
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    
}
    #findAddressList li:hover {
        border-left: 6px solid #049aa4;
        background: #e9f2ee;
    }
    #findAddressList li.active {
        border-left: 6px solid #049aa4;
        box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    }
.box-shadow-1 {
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
}
.editable-error-block{
    color:rgba(255, 82, 82, 1);
}
#findAddressList li.active:after {
    content: "\f00c";
    width: 30px;
    height: 30px;
    font-family: 'Font Awesome 5 Pro';
    float: right;
    color: #009ca7;
}
.container-scroller {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -60px;
    background: #f2edf3;
}
.leaflet-container {
    border: 2px solid #089ca7;
    border-radius: 5px;
}
table.dataTable > thead .sorting, table.dataTable > thead .sorting_asc, table.dataTable > thead .sorting_desc, table.dataTable > thead .sorting_asc_disabled, table.dataTable > thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}
table.dataTable > thead .sorting::before, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_desc_disabled::before {
    left: 0px;
    content: "↑";
}
.swal2-html-container {

    padding: 1em 0.3em .3em;
}
    table .dataTable > thead .sorting::after, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc_disabled::after {
        left: .3em;
        content: "↓";
    }
table.dataTable > thead .sorting::before, table.dataTable > thead .sorting::after, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc_disabled::before, table.dataTable > thead .sorting_desc_disabled::after {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3;
}
    table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_desc::after {
        opacity: 1;
    }
.rowCreditDisregard{
    background:rgb(182 179 179 / 0.68);
}
.btn-small-small {
    width: 20px !important;
    height: 20px !important;
}
.modal-backdrop {
    z-index: 10;

}
#myprofile {
    cursor: pointer;
}
#pdfModal .modal-dialog .modal-content, #pdfModal .modal-dialog .modal-content .modal-header {
    padding: 0.30rem;
}
    #pdfModal .modal-dialog .modal-content .modal-body object {
     height: calc(100vh - 130px) !important;
    }
#pdfModal .close {
    margin: 0 !important;
    padding: 0.35rem !important;
}
.subprofile {
    position: absolute;
    top: 45px;
    right: 35px;
    left: auto;
    z-index: 999;
    background: #fff;
    width: 150px;
    border-radius: 7px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border: 1px solid #009ca7;
}
    .subprofile:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

    .subprofile  a:hover{
        background:#49c7d0;
    }
    .subprofile a{
        width:100%;
        text-decoration:none;
        color:#000;
        padding:5px;
    }
    .subprofile a i{
        width:30px;
    }
nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
    font-size: 18px;
    height: 20px;
    margin-right: 10px;
}
#findAddressList {
    width: 100%;
    height: auto;
    min-height: 300px;
    overflow-y: auto;
}
.btnMainMapSearch .input-group-text {
    background: #0299a3;
}
/*#rightSideBoxShow .mynewaddress{
    width:60%;
}*/
#rightSideBoxShow .autocomplete{
    margin-left:55px;
}
.fixed-action-btn {
    position: fixed !important;
}
.card-img-holder {
    padding: 0.3rem;
}
.card-img-holder h2{
    font-size:1.3rem;
}
    .card-img-holder .card-body i {
        position: absolute;
        right: 20px;
        bottom:15px;
      /*  top: 54px;*/
    }
.card {
    position: relative;
    margin: 0.4rem 0 0.4rem 0;
}
.grid-margin {
    margin-bottom: 0.4rem;
}
    .btn[disabled] {
    background: #3d3d3d;
    border: 2px solid #000;
}
.btn-small{
    height:30px !important;
}
#clockinDiscLocation {
    /*padding:5px;*/
    margin-top: 10px;
}
.myRequired strong.text-danger {
    font-size: 10pt;
    padding: 1px;
    vertical-align: text-top;
    position: absolute;
}
form-group.row{
    margin-left:0 !important;
    margin-right:0 !important;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 0.435em;
    width: 100%;
    padding-bottom: 0.435em;
}
.container-scroller:after {
    content: "";
    display: block;
}
    footer, .container-scroller:after {
        height: 45px;
        padding:5px !important;
    }
.table .child ul li{
    width: 100%;
    float: left;
    text-align:left;
}
table.dataTable > tbody > tr.child ul.dtr-details {
    width: 90%;
}
.mydtbtn .dtr-title{
    display:none !important;
}
/*table.dataTable > tbody > tr.child ul.dtr-details > li {
     border-bottom: none;*/
    /* padding: .5em 0; */
/*}*/
.pagination li.active {
    background-color: transparent;
}
.input-group-text {
    /* background: #f0f4f4;*/
    background: #fff;
}
td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;

}
.divider1 {
    background: rgba(1,15,30,.1);
    height: 3px;
    overflow: hidden;
    position: relative;
    border: 0;
    clear: both;
    display: block;
    text-align: center;
    width: 100%
}

    .divider1::before {
        animation-duration: 4s;
        animation-delay: 500ms;
        animation-timing-function: ease;
        animation-iteration-count: 1;
        animation-name: progressdevider;
        background: #a87ef0;
        background: linear-gradient(30deg,#fb9fd5,#817cec);
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        right: 0;
        width: 100%
    }
.voiceController {
    width: 35px;
    text-align: center;
    font-size: 25pt;
    color: #555;
    float: left;
    padding-top: 0.5rem;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
    .voiceController i {
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.wavefrom {
    width: 250px;
    float: right;
    overflow: visible !important;
    height: 53px;
}
    .wavefrom wave{
        overflow:visible;
    }


    .divider2 {
        background: rgba(1,15,30,.1);
        height: 3px;
        overflow: hidden;
        position: relative;
        border: 0;
        clear: both;
        display: block;
        text-align: center;
        width: 100%
    }

    .divider2::before {
        animation-duration: 4s;
        animation-delay: 500ms;
        animation-timing-function: ease;
        animation-iteration-count: 1;
        animation-name: progressdevider;
        background: #a87ef0;
        background: linear-gradient(30deg,#9fdffb,#0299a3);
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        right: 0;
        width: 100%
    }
.divider {
    background: rgba(1,15,30,.1);
    height: 1px;
    overflow: hidden;
    position: relative;
    border: 0;
    clear: both;
    display: block;
    text-align: center;
    width: 100%
}
    hr {
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
    }
table .dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
    top: 45%;
    left: -20px;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: #0d0d0d;
    border: .2em solid #049aa4;
    border-radius: 1em;
    box-shadow: 0 0 .2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    /*font-family: "Courier New",Courier,monospace;*/
    font-family: 'Roboto','Droid Sans', sans-serif;
    line-height: 1em;
    content: "+";
    background: none !important;
    font-size: 13pt;
    font-weight: bold;
    min-width: 18px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control::before {
    content: "-";
    background:none !important;
    border: 0.2rem solid #d33;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: linear-gradient(to right, #84d9d2, #0299a3) !important;
    border: none !important;
    color: #000 !important;
}
    .border-right-noradious{
    border-top-right-radius:0px !important;
    border-bottom-right-radius:0px !important;
    border-right:none;
}
.input-group-append  {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
}
.swal2-styled.swal2-cancel {
    margin-left: 1.5rem !important;
}
.datepicker-controls .select-month input {
    width: 90px;
}
table.dataTable tbody tr {
    background-color: #fff;
    cursor: pointer;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 500px) {
    .money {
        width: 222px !important;
    }
    .mycontainer.minimize {
        width:90%;
    }
    .table th, .table td {
        padding: 0.25rem;
    }


}
@media only screen and (min-device-width: 700px) and (max-device-width: 780px) {
    .container {
        width: 100% !important;
        max-width:100%;
    }
    .mycontainer.minimize {
        width: 90%;
    }


}
.input-group {
    flex-wrap: nowrap;
}
@media only screen and (min-width: 300px) and (max-width: 900px) {
   .input-group{
       flex-wrap:wrap;
   }
    .card .card-body {
        padding: 0.2rem 0.2rem !important;
    }

    .card-img-holder h6 {
        opacity: 0 !important;
    }
    .row {
        margin-right: 1px !important;
        margin-left: 1px !important;
    }
    .search-input {
        left: 5% !important;
        right:5%;
    }
 }
    /*.input-group-append .input-group-text, .input-group-prepend .input-group-text {
    border-color: #acbdbf !important;
}*/
    .img-responsive {
        margin: 0 auto;
        width: 100%;
    }

    a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
    }
    /* Provide sufficient contrast against white background */
    a {
        color: #0366d6;
    }

    .btn-primary {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

    .modal {
        height: auto;
    }
.fullmodal {
    min-height: 100%;
    background: #fafafaa8;
}
    .fullmodal .modal-dialog {
        max-width: 90%;
        margin: 30px auto;
    }


.timepicker-display-column .text-primary, .timepicker-display-column .text-primary {
    color: #fff !important;
}

    .timepicker-container {
        background: #fff !important;
    }

    .btn-lg {
        height: 65px !important;
    }

    .swal2-styled.swal2-confirm {
        min-width: 85px;
    }

    .btn.btn-icon-text .btn-icon-prepend {
        margin-right: .5rem;
        margin-bottom: 0.5rem;
    }

    .border-o::after {
        width: 100%;
        height: 0;
        border-width: 0 1px 0 1px;
        top: 0;
        left: -1px;
    }

    .border-o::before, .border-o::after {
        content: "";
        border-style: solid;
        position: absolute;
        z-index: 5;
        border-radius: 3px;
        box-sizing: content-box;
    }
.form-control.inputTypeForSign, .inputTypeForSign option {
    font-weight: bold;
    padding: 0.1rem;
    font-size: 16pt !important;
}


.border-o::before {
    width: 0;
    height: 100%;
    border-width: 1px 0 1px 0;
    top: -1px;
    left: 0;
    transition-delay: 0.05s;
}

    .border-o {
        background-color: transparent;
        border: 1px solid #d0d0d0;
        color: #B8B8B8;
    }

        .border-o.borderteal::before, .border-o.borderteal::after {
            border-color: #008492;
        }


    .dz-success-mark path {
        fill: #009ca7;
    }

    .dz-error-mark path {
        fill: rgba(255, 82, 82, 1);
    }



    #formBody {
        position: relative;
    }

        .dz-drag-hover {
            border: 2px dashed var(--color-selected-border);
            border-radius: 4px;
        }

#formBody.dz-drag-hover .fields, .formBody.dz-drag-hover .fields {
    opacity: 0.1;
}

            .dz-drag-hover .mydrop {
                position: absolute;
                border: 2px dashed #009ca7;
                left: 24px;
                top: 24px;
                right: 24px;
                bottom: 24px;
                background-color: #fff;
                background-image: url(/images/bgupload.svg);
                background-position: center;
                background-repeat: no-repeat;
                background-size: 20%;
                z-index:2;
            }

    .dz-remove button {
        width: 35px;
        padding: 4px;
        margin-top: 4px;
        position: absolute;
        bottom: 5px;
        left: 5px;
        z-index: 30;
        padding: 0;
        margin: 0;
        display: none;
        height: 35px !important;
        text-align: center;
    }
.fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
    width:65vw !important;
}
.btn-floating.circlebtnwithtext i {
    width: 35px;
    height: 35px;
    background: #26a69a;
    border-radius: 50%;
    position: absolute;
    top: -5px;
}
.btn-floating.circlebtnwithtext {
    background-color: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    white-space: nowrap;
    width: 70px;
    height: 80px;
}
.circlebtnwithtext.btn-outline-success:hover{
    background-color:transparent;
    background:none;
}
.dz-preview.dz-processing.dz-image-preview.dz-success.dz-complete .btn-danger, .dz-preview .btn-warning {
    display: block;
}

    .dz-remove button i {
        margin: 0 !important;
    }

    .dropzone .dz-preview {
        border: 3px solid;
        border-radius: 10px;
        margin: 5px !important;
        border-color: rgba(255, 177, 66, 1);
    }

    .myfieldset {
        width: 100%;
        border: 2px solid #009ca7;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 5px;
    }
.tr-active {
   
}
    .tr-active td {
        background: rgb(195, 228, 232) !important;
    }
        .tr-active td:first-child, tr.selected td:first-child {
            border-radius: 0;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }
        .tr-active td:last-child, tr.selected td:last-child {
            border-radius: 0;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .dataTables_wrapper .dataTables_paginate {
            float: left;
            text-align: left;
            padding-top: .25em;
            padding-right: 1.5rem;
        }
#catTable .btn, #dailyTable .btn, .spanIcon {
    height: 25px;
    width: 25px;
    padding: 4px;
    margin-left:30%;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 3px 3px !important;
    overflow:hidden;
}
    .mylegend {
        width: auto !important;
        padding-right: 10px;
        padding-left: 10px;
    }
.sidebar .nav .nav-item {
    padding: 0 !important;
}
    .sidebar .nav .nav-item .nav-link {
        padding:0.63rem;
    }
.sidebar-icon-only .sidebar .nav-link i{
    font-size:1.5rem;
}
.sidebar-icon-only .sidebar .nav .nav-item .nav-link.active i {
    /*color: #fff;*/
    box-shadow: 0px 0px 3px 3px #011627;
    padding: 4px;
    width: 35px;
    height: 35px;
    border-radius: 10px;
  /*  font-weight: bold;*/
}
.notReceived {
    margin-bottom: 0;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
    top: 50%;
    left: -3px;
}
    /* Sticky footer styles
-------------------------------------------------- */
    html {
        font-size: 14px;
    }

    @media (min-width: 768px) {
        html {
            font-size: 16px;
        }
    }

    .border-top {
        border-top: 1px solid #e5e5e5;
    }

    .border-bottom {
        border-bottom: 1px solid #e5e5e5;
    }

    .box-shadow {
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    }

    button.accept-policy {
        font-size: 1rem;
        line-height: inherit;
    }

    ul li {
        list-style: none !important;
        transition: all .2s ease-in-out;
    }
.pictoolsup button{
    padding:0.4rem;
    margin-right:0.4rem;
    margin-left:0.4rem;
}
nav ul a:hover {
    background: none !important;
}
.sidebar .nav .nav-item:hover {
    background: none;
    color: #009ca7;
    font-weight: bold;
}
.sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: #fff;
   
}
.sidebar .nav .nav-item .nav-link i.menu-arrow::before {
    content: "\f107";
    font-size: inherit;
    color: inherit;
}
.sidebar .nav .nav-item .nav-link[aria-expanded="true"] .menu-arrow::before {
    content: "\f106";
}
.sidebar .nav.sub-menu .nav-item .nav-link::before
{
    content:'';
}
.sidebar .nav-link.active {
    color: #009ca7 !important;
    font-weight: bold;
    color: #fff;
    border-left-color: #009ca7 !important;
}
.sidebar .nav .nav-item.open:hover {
    background: #011c31;
}
.sidebar .nav.sub-menu .nav-item .nav-link, .sidebar .nav.sub-menu .nav-item .nav-link::before {
    color: #fafafa;
}
    .sidebar .nav.sub-menu .nav-item .nav-link:hover {
        color: #009ca7;
    }

    .sidebar .nav.sub-menu .nav-item .nav-link::before {
        font-family: 'Font Awesome 5 Pro';
    }
.sidebar {
    /*background: #011627;*/
    background: #242C33;
    color: #fafafa !important;
    margin-top: -1px;
}
button:focus {
    outline: none;
    background-color: transparent;
}
nav{
box-shadow: none !important;
}
    .sidebar .nav.sub-menu, .sidebar .nav {
        margin-bottom: 5px;
        margin-top: 0;
        list-style: none;
    }
.menu-arrow{
    margin-left:auto;
}
    .sidebar .nav .nav-item .nav-link i.menu-icon {
        color: inherit;
    }

    .sidebar .nav.sub-menu .nav-item .nav-link{
        padding: 0.75rem !important;
    }
    .sidebar .nav .nav-item .nav-link i.menu-icon {
        margin-left: 0
    }
.sidebar .nav .nav-item .collapse {
    padding-left: 10px;
}
.collapse.show {
    visibility:visible !important;
}
.sidebar .nav .nav-item .nav-link.active i.menu-icon {
    color: #009ca7 !important;
   
}
.sidebar .nav .nav-item.secondlevel .collapse {
    padding-left: 10px;
}
.sidebar .nav .nav-item .nav-link.active i.menu-icon, .sidebar .nav .nav-item .nav-link.active i.menu-icon {
    color: inherit;
    /*box-shadow: 0px 0px 3px 3px #021f21;*/
    /*box-shadow: 0px 0px 2px 2px #009ca7;*/
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    /* font-weight: bold;*/
}
.sidebar .nav:not(.sub-menu) > .nav-item:hover:not(.nav-category):not(.nav-profile) > .nav-link {
    color: #009ca7 !important;
}
.logo {
    background: url("../images/logoblue.png") no-repeat;
    background-size: contain;
    width: 190px;
    height: 45px;   
/*    margin-left: auto;
    margin-right: auto;*/
}

.mydatepickerfixedButton .modal.datepicker-modal.open {
    top:-380px !important;
}
.border-bottom1 {
    border-bottom: 1px solid #ccc;
}
.sidebar-icon-only .logo {
    background: url("../images/logocircle.png") no-repeat;
    background-size: contain;
    width:70px;
}
.mymodal {
    max-height: 100%;
    height: 100%;
    opacity: 0.95;
    background: #fafafa80;
}
.mymodal .modal-content{
    background:#fff;
    border:4px solid #009ca7;
    border-radius:5px;
}


.mylink {
    color: #000;
    text-decoration: none;
    width: 100%;
}
    .mylink:hover h2 {
        color:#011627;
        -webkit-animation: neon5 1.5s ease-in-out infinite alternate;
        -moz-animation: neon5 1.5s ease-in-out infinite alternate;
        animation: neon5 1.5s ease-in-out infinite alternate;
    }
    .mylink:hover {
        text-decoration: none;
    }
    .mylink:hover h6 {
        color: #000;
        
    }
    @-webkit-keyframes neon5 {
        from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff9900, 0 0 70px #ff9900, 0 0 80px #ff9900, 0 0 100px #ff9900, 0 0 150px #ff9900;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff9900, 0 0 35px #ff9900, 0 0 40px #ff9900, 0 0 50px #ff9900, 0 0 75px #ff9900;
    }
}


/*.sidebar-icon-only .mynavtop{
    margin-left:70px;
}*/
.sidebar-icon-only .main-panel {
    width: calc(100% - 70px);
   /* margin-left:70px;*/
}
.sidebar .nav .nav-item.active > .nav-link .menu-title {
    color: #011627;
}
.sidebar .nav .nav-item.active > .nav-link i {
    color: #011627;
}
/*.mynavtop {
    margin-left: 260px !important;
}
.sidebar-icon-only .mynavtop{
    margin-left:70px !important;
}*/
.switch-on.btn-sm {
    padding-top: 0.85rem;
}
.sidebar .nav .nav-item .nav-link i.menu-arrow, .dropdown .dropdown-toggle::after {
    font: normal normal normal 24px/1 'Font Awesome 5 Pro';
    font-size: 24px;
    line-height: 1;
    line-height: 1;
    font-size: 1.125rem;
    margin-left: auto;
    color: #fff;
    opacity:0;
}
.dropdown .dropdown-toggle::after {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    font: normal normal normal 24px/1 'Font Awesome 5 Pro';
    content: "\f078";
    width: auto;
    height: auto;
    vertical-align: baseline;
    font-size: .5rem;
    opacity:1;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    color: #011627;
    font-size: 0.75rem;
    margin-left: 5px;
}
.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #009ca7;
}
.navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
    padding-left: 15px;
    padding-right: 11px;
    border-right: none;
}
.sidebar .nav .nav-item.active {
    background: #009ca7;
}
    .sidebar .nav .nav-item.active .nav-link .menu-title, .sidebar .nav .nav-item.active .nav-link i {
        color: #fff;
    }
.sidebar nav ul a{
    padding:0;
}
.text-primary, .list-wrapper .completed .remove {
    color: #009ca7 !important;
}
.nav-link.active {
    border-left: 3px solid #009ca7 !important;
}

.sidebar .nav .nav-item .nav-link:hover i.menu-arrow {
    opacity: 1;
    font-size: 0.75rem;
    display: inline-block;
    align-content: center;
}
.sidebar-icon-only .sidebar .nav .nav-item .nav-link:hover i.menu-arrow {
    opacity: 1;
    font-size: 0.75rem;
    display: inline-block;
    position: absolute;
    right: -5px;
    margin-top: 5px;
}

@media only screen and (max-width: 850px) {
    .sidebar-icon-only .sidebar-offcanvas {
        background: url("../images/logoblue.png") no-repeat;
        background-size: contain;
        width: 190px;
        height: 45px;
        margin-left: auto;
        margin-right: auto;
    }
    .mynavtop{
        margin-left:0 !important;
    }
   
}




.myfilePicher.dropdown-toggle::after, .myfilePicherpart2.dropdown-toggle::after {
    display: none;
    border: none;
}
.myupload.dropdown-menu{
    margin:0;
    padding:0;

}
    .myupload.dropdown-menu button{
        height:40px;
    }
    .myupload.dropdown-menu button:hover{
        color:#009ca7;
        background:none;
    }

.rowWithPo {
    background-color: #d9f7f278 !important;
}
    /*    .nav-link:hover {
        background: #009ca7;
    }*/
    a .text-light:hover, a.text-light:focus {
        color: #fff !important;
    }
    /* Sticky footer styles
-------------------------------------------------- */
    html {
        position: relative;
        min-height: 100%;
    }
    /*body {*/
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;
}*/
    .footer {
        /*  position: absolute;*/
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 30px; /* Vertically center the text there */
        color: #000;
    }

    .card-group {
        box-shadow: rgba(0, 0, 0, 0.94) 0px 20px 20px
    }
.card .card-body {
    padding: 0.75rem 0.75rem;
}
    .hidden {
        display: none;
    }

    .card-group {
        background: #fff !important;
    }

    .btn-outline-secondary {
        color: #575757 !important;
        border-color: #736d6d !important;
    }

    .input-group-text {
        font-size: 1rem !important;
    }

    .input-group-append .input-group-text, .input-group-prepend .input-group-text {
        border-color: #ebedf2;
        padding: 0.6rem 0.5rem !important;
        color: #2f2f2f;
        border: none;
    }

    .input-group-append {
        border-color: #ebedf2;
        border: 1px solid;
        transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    }

    .input-group-append, .input-group-prepend {
        border: 1px solid #f1f4f4;
    }

    .swal2-icon.swal2-success {
        border-color: #009ca7;
        color: #009ca7;
    }

.dt-button-collection{
    position:relative !important;
    margin-top:5px !important;
    /*top:1px;*/
}
.dt-button-background{
    position : relative !important;
    width:0px;
    height:0px;
}
.form-control:focus, .myform-control:focus {
    border-color: #029f89 !important;
    box-shadow: 0 0 0 0.2rem rgb(196, 225, 217) !important;
}

        .form-control:focus + .input-group-append, .myform-control:focus + .input-group-append {
            border-color: #029f89 !important;
            box-shadow: 3px 0 0 0.2rem rgb(196, 225, 217) !important;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            transition: box-shadow .399s, border .399s;
            transition: box-shadow .399s, border .399s, -webkit-box-shadow .399s;
        }
/*.form-group:focus-within .input-group-prepend {
    background: #ff9900;
}*/
.form-group:focus-within .col-form-label, .form-group:focus-within .mylable{
    font-weight:bold;
}
.form-group:focus-within .input-group-prepend {
    border-color: #029f89 !important;
    box-shadow: -1px 0 0 0.2rem rgb(196, 225, 217) !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}



.border-right-noradious:focus {
    border-right: none !important;
    box-shadow: -3px 0 0 0.2rem rgb(196, 225, 217) !important;
}
.border-left-noradious {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.border-left-noradious:focus {
    border-left: none !important;
    box-shadow: 3px 0 0 0.2rem rgb(196, 225, 217) !important;
}

.form-group label, .mylable {
    text-align: left;
    vertical-align: middle !important;
    line-height: 20px !important;
    /*   margin-top: 0.7rem !important;*/
    margin-top: 0.35rem !important;
    font-size: 0.875rem;
}

    .form-check .form-check-label {
        margin-left: 1.6rem;
    }

.form-control::placeholder, .myform-control::placeholder {
    color: #8a8888 !important;
    opacity: 1;
}
.form-control.disabled {
    pointer-events: none;
    cursor: text;
    background:#f7f6f6;
}
.readOnlyForm .form-control, .readOnlyForm .myform-control, .readOnlyForm .input-group-append,
.readOnlyForm .input-group-text, .readOnlyForm .select2-choice, .readOnlyForm .select2-container,
.readOnlyForm .select2-container--default .select2-selection--single, .readOnlyForm .form-check-label {
    pointer-events: none;
    cursor: text;
    background: #f7f6f6;
    border: none !important;
    background: transparent;
    font-size: 1rem !important;
    font-weight: bold;
    color: #000 !important;
}
.readOnlyForm .form-control, .readOnlyForm .myform-control {
    pointer-events: initial;
    cursor: text;
    background: #f7f6f6;
    border: none !important;
    background: transparent;
    font-size: 1rem !important;
    font-weight: bold;
    color: #000 !important;
}
.readOnlyForm .ql-toolbar{
    display:none;
}
/*.readOnlyForm .form-check-input :not(:checked) + .form-check-label {
    display: none;
}
*/
.readOnlyForm .select2-container--default .select2-selection--single .select2-selection__arrow,
.readOnlyForm .input-group-append,
.readOnlyForm .myfilePicher, .readOnlyForm .image-set .mydelete, .readOnlyForm #submiter, .readOnlyForm #canceling,
.readOnlyForm .input-group-prepend, .readOnlyForm .submitbtndiv, .readOnlyForm .mydropzone, .readOnlyForm #deleter {
    display: none !important;
}

.readOnlyForm textarea{
    pointer-events:all !important;
}
#modalawarnPO{
    position:absolute !important;
}
#formEditingBtn {
    display: none;
}
.readOnlyForm #formEditingBtn{
    display:inline-block;
}
.approvedRow {
    background-color: rgb(228, 253, 225) !important;
}
.disapprovedRow {
    background-color: rgb(255, 238, 244) !important;
}
input.money {
    width: 40% !important;
}
ul.dropdown-content.select-dropdown {
    min-height: 300px !important;
    z-index: 99999;
}
textarea.form-control {
    min-height: 90px;
}

/*    .dropzone {
			background: white;
			border-radius: 5px;
			border: 2px dashed rgb(0, 135, 247);
			border-image: none;
			margin-left: auto;
			margin-right: auto;
		}*/
.mydelete {
    height: 30px;
    width: 100%;
}

#innerformBody .card .card-action {
    padding: 0;
}

#innerformBody .card-image img {
    height: 120px;
}

#innerformBody .dz-remove button {
    width: 35px;
    padding: 4px;
    margin-top: 4px;
    display: block;
}

#innerformBody .myfilePicher, #innerformBody .myfilePicherpart2 {
    height: 120px;
    vertical-align: middle;
    border: 2px dashed;
    width: 120px;
    text-align: center;
    padding-top: 30px;
    border-radius: 10px;
    margin: 5px;
    color: #868383;
}
#rightSideBoxShow .myfilePicher, .myfilePicher, .myfilePicherpart2 {
    height: 70px;
    vertical-align: middle;
    border: 2px dashed;
    width: 70px;
    text-align: center;
    padding-top: 8px;
    border-radius: 10px;
    margin: 5px;
    color: #868383;
}
.mydropzonepart2 .fallback input{
    display:none;
}
#rightSideBoxShow .dz-remove button {
    width: 25px !important;
    height: 25px !important;
}
#rightSideBoxShow .dropzone .dz-preview{
    min-height:70px;
}
    #rightSideBoxShow .dropzone .dz-preview .dz-image{
        width:70px;
        height:70px;
    }
    #rightSideBoxShow .dropzone .dz-preview .dz-details{
        padding:0;
        padding-top:3px;
    }
    .swal2-container {
        z-index: 9999999 !important
    }
#innerformBody .myuploadedtumb, .myuploadedtumb {
    height: 120px;
    vertical-align: middle;
    border: 3px solid #009ca7;
    width: 120px;
    text-align: center;
    padding-top: 30px;
    border-radius: 10px;
    margin: 5px;
}

    #innerformBody .myuploadedtumb .card-action button {
       /* position: absolute;
        bottom: 5px;
        left: 5px;*/
       position:relative;
        width: 30px;
        padding: 0;
        height: 30px;
        margin-top:-32px;
    }
.boxtoogle {
    /*  transform: scale(1);*/
    opacity: 1;
    -webkit-animation: anim 0.3s ease-in-out;
    animation: anim 0.3s ease-in-out;
}

        .boxtoogle.hide {
            transform: scale(0);
            opacity: 0;
        }

    @-webkit-keyframes anim {
        0% {
            display: none;
            opacity: 0;
        }

        1% {
            display: block;
            opacity: 0;
            transform: scale(0);
        }

        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    @keyframes anim {
        0% {
            display: none;
            opacity: 0;
        }

        1% {
            display: block;
            opacity: 0;
            transform: scale(0);
        }

        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    table thead {
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        color: #02585e;
        border: none;
        border-bottom: 2px solid #009ca7;
        /*background: #3e4b5b;*/
        /*border-color: #3e4b5b;*/
    }

    .table thead th {
        font-weight: bold;
    }
table.dataTable thead th {
    padding: 10px 5px 10px 20px;
    border-bottom: 1px solid #111;
}

    td, th {
        text-align: left;
    }
        td i {
            padding: 2px 2rem;
        }
        td .btn i{
            padding : 0;
        }

    tr {
        border-bottom: 1px solid #009ca7;
    }

    .table th, .table td {
        border-top: none;
    }

    .table-hover tbody tr:hover {
        color: #212529;
        background-color: #f2f4f4 !important;
        border-bottom: 2px solid #009ca7;
    }

    .table.datatable {
        border-collapse: collapse !important;
    }
.dataTables_length select {
    display: inline-block;
    width: 60px;
    height: 30px;
}

.pagination {
    float: right;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
    margin-right:0.5rem;
    margin-left:0.5rem;
    height : 60px;
}
.navbar .navbar-menu-wrapper{
    padding-right:0px;
    right:24px;
}
.mystar {
    color: rgba(255, 82, 82, 1);
}

    .addbtn {
        position: absolute;
        top: 75px;
        right: 30px;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        z-index:1040;
    }

    .swal2-icon.swal2-success [class^="swal2-success-line"] {
        background-color: #009ca7 !important;
    }

    .swal2-icon.swal2-success .swal2-success-ring {
        border: .25em solid rgba(165, 207, 210,0.3) !important;
    }

    .swal2-icon.swal2-success {
        border-color: #009ca7 !important;
        color: #009ca7 !important;
    }

    .swal2-icon-success .swal2-timer-progress-bar {
        background: rgb(0, 156, 167) !important;
    }

    .swal2-icon-error .swal2-timer-progress-bar {
        background: #f27474;
    }

    #catTable_wrapper {
        width: 100%;
    }

    .noCapitize {
        text-transform: none;
    }

    .addbtn.black {
        transition: all 0.5s ease-in-out;
        transform: rotate(-90deg);
    }

    .addbtn.blue {
        transition: all 0.5s ease-in-out;
        transform: rotate(-90deg);
    }

    .blob.black {
        background: #3e4b5b;
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
        animation: pulse-black 2s infinite;
    }

    .form-control {
        border-radius: 5px;
        font-size: 0.8125rem !important;
    }

    .select2-container .select2-selection--single {
        height: 38px !important;
        padding: 0.4rem 0.375rem;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 9px !important;
    }

.datepicker-modal.open {
    height: auto !important;
    z-index: 99999998 !important;
}

.select2-container {
    width: calc(100% - 19px) !important
    /*  z-index: 99999;*/
}
input:not([type]), input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea.materialize-textarea {
    width: calc(100% - 45px) !important
}
.input-group-append {
    margin-right: 7px;
}
.z-999 {
z-index:999;
}
.showfilteritem .mybox {
    border: 1px solid #0299a3;
    border-radius: 5px;
    height: 40px;
    padding-top: 5px;
}
    .showfilteritem .showfilteritemIcon {
        color: gray;
    }
.showfilteritem .fa-cog {
    color: #0299a3;
    position: absolute;
    top: 8px;
    right: 5px;
}

.select2-container--open {
    z-index: 99999;
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
    overflow: hidden;
}

.myloader1 {
    display:none;
/*    color: #0299a3;
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: fixed;
    top: 40%;
    right: 50%;
    z-index: 99;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);*/
}

@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
label {
    color: #444;
    width: 100%;
}

    .btn, .btn-large, .btn-small, .btn-flat {
        height: 43px;
    }

    .datepicker-container {
        background: #f2f1f1;
    }

    .btn.disabled, .disabled.btn-large, .disabled.btn-small, .btn-floating.disabled, .btn-large.disabled, .btn-small.disabled, .btn-flat.disabled, .btn:disabled, .btn-large:disabled, .btn-small:disabled, .btn-floating:disabled, .btn-large:disabled, .btn-small:disabled, .btn-flat:disabled, .btn[disabled], .btn-large[disabled], .btn-small[disabled], .btn-floating[disabled], .btn-large[disabled], .btn-small[disabled], .btn-flat[disabled] {
        color: #000 !important;
    }

    .pagination li a {
        font-size: 13px !important;
    }

    .dataTables_info {
        font-size: 13px !important;
    }

    .dataTables_filter input {
        height: 14px;
    }

    .nav-tabs li a:hover, .nav-tabs li a:focus {
        outline: none;
        text-decoration: none;
    }

    .tabs .tab a:focus, .tabs .tab a:focus.active {
        background-color: #fff;
        outline: none;
    }

    .tab .nav-tabs li {
        float: left;
    }

    .tabs {
        overflow: hidden !important;
    }

    .tab {
        text-align: center;
    }

        .tab .nav-tabs {
            display: inline-block;
            position: relative;
            border-bottom: none;
            height: 100px !important;
        }

    .tabs .tab {
        height: 100px;
        line-height: 3px;
    }

    .tab .nav-tabs li {
        margin: 0;
    }

        .tab .nav-tabs li a {
            display: block;
            padding: 80px 20px 10px;
            background: #fff;
            font-size: 17px;
            font-weight: 700;
            color: #999;
            text-transform: uppercase;
            text-align: center;
            border-radius: 0;
            border: none;
            border-bottom: 2px solid #fff;
            margin-right: 0;
            overflow: hidden;
            z-index: 1;
            position: relative;
            transition: all 0.3s ease 0s;
        }

            .tab .nav-tabs li a span {
                display: block;
                width: 50px;
                height: 50px;
                line-height: 50px;
                background: #f2f2f2;
                margin: auto;
                font-size: 22px;
                color: #999;
                border-radius: 5px;
                position: absolute;
                top: 10px;
                left: 0;
                right: 0;
                transform: rotate(45deg);
                border:2px solid;
            }

            .tab .nav-tabs li a.active span {
                background: #29335c;
                color: #fff;
            }

            .tab .nav-tabs li a span i {
                transform: rotate(-45deg);
            }

            .tab .nav-tabs li a.active,
            .tab .nav-tabs li a:hover {
                color: #171c31;
                border: none;
                border-bottom: 2px solid #fff;
            }

                .tab .nav-tabs li a:hover span {
                    background: #29335c;
                    color: #fff;
                }

            .tab .nav-tabs li a.active {
                border-bottom: 2px solid #29335c;
            }

    .tab .tab-content {
        padding: 20px;
        margin-top: -5px;
        font-size: 15px;
        color: #757575;
        line-height: 26px;
        text-align: left;
        border-top: 1px solid #e5e5e5;
        background: #fff;
        width:100%;
    }

        .tab .tab-content h3 {
            font-size: 24px;
            margin-top: 0;
        }

    .tab .tabs {
        height: 75px;
    }

    .row {
        margin-right: 5px;
        margin-left: 5px;
    }
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link .nav-profile-img .availability-status {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    top: -2px;
    right: -4px;
}
.footer {
    background: #f9f9f9;
    border-top: 1px solid #dee3e9;
}
.btn, .btn-large, .btn-small, .btn-flat {
    text-transform: capitalize;
}
    .z-99999{
    z-index:99999;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link .nav-profile-img img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link .nav-profile-img {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
display:none;
}
    .rightsidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 7;
    top: 0;
    right: 0;
    background-color: #fefeff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
    border: 1px solid #eae7e6;
    overflow-y: auto;
    box-shadow: -3px 0px 3px 1px #ddd8d8;
}

    .rightsidenav .rightSideBoxmenu a {
        padding: 8px 8px 8px 10px;
        text-decoration: none;
        font-size: 25px;
        color: #000;
        display: block;
        transition: 0.3s;
    }

        .rightsidenav a:hover, .offcanvas a:focus {
            color: #0299a3;
        }
.rightSideBoxmenu {
    width: 100%;
    height: 50px;
    padding-right: 18px;
}
.rightsidenav .rightSideBoxmenu a {
    font-size: 1.25rem;
    margin-left: 5px;
    float: right;
}
#databox .availability-status.online {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    bottom: 15px;
    left: 30px;
    background: #1bcfb4;
}
/* .rightsidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }*/

#menu {
    position: fixed;
    width: 200px;
    height: 100vh;
    overflow: scroll;
}
.sidebar-icon-only #menu{
    width:70px;
}

.rightsidenav.maximize {
    width: 95%;
    z-index: 9999;
    margin-top: 66px;
    padding-top:0px;
}
.table th, .table td {
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 1;
    white-space: pre-line;
    word-break: normal;
}
.rightsidenav.standard {
    width: 48%;
    z-index: 1000;
    padding-top:60px;
    /*max-width: 700px;*/
}
.rightsidenav .fixed-action-btn a {
    display: none;
}
.rightsidenav .btn-fw {
    min-width: 4.5rem;
    padding: 1px;
    font-size: 9pt;
}
.rightsidenav.maximize .btn-fw {
    min-width: 150px;
    padding: 1px;
    font-size: 12pt;
}
.rightsidenav .row {
    margin-right: 2px;
    margin-left: 2px;
}
.rightsidenav .col-md-12,.rightsidenav .col-*{
    padding-right:2px;
    padding-left:2px;
    
}
.performaceDate{
    padding-top:3px;
    padding-bottom:3px;
    padding-left:3px;
    
}
.performaceDate span {
    padding-top: 6px;
    padding-bottom: 3px;
    padding-left: 3px;
    display:inline-block;
}
.perfDate0 {
    background: rgb(255 153 0 / 0.62);
    width: 100%;
    border-radius: 5px;
    height: 100%;
}
.fa-square-full.perfDate0 {
    width: 30px;
    color: rgb(255 153 0 / 0.62);
    background: transparent;
}
.fa-square-full.perfDate-1 {
    width: 30px;
    color: rgb(255 55 0 / 0.70);
    background: transparent;
}
.fa-square-full.perfDate5 {
    width: 30px;
    color: rgb(255 250 0 / 0.69);
    background: transparent;
}
.perfDate5 {
    background: rgb(255 250 0 / 0.69);
    width: 100%;
    border-radius: 5px;
}
.perfDate-1 {
    background: rgb(255 55 0 / 0.70);
    width: 100%;
    border-radius: 5px;
}
.mycontainer.minimize {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 53%;
    min-height: 300px;
    height: 100%;
    scrollbar-color: #009ca7 #e4e4e4;
    scrollbar-width: thin;
}
/*.modal-open.sidebar-icon-only .modal-dialog{
    margin-left:70px !important;
}*/
.modal .modal-content {
    background: #fff;
}
div, body {
    scrollbar-width: thin;
}
    *::-webkit-scrollbar {
        width: 8px;
    }

    *::-webkit-scrollbar-track {
        background-color: #e4e4e4;
        border-radius: 100px;
    }

   *::-webkit-scrollbar-thumb {
        border-radius: 100px;
        border: 4px solid rgba(0, 0, 0, 0.18);
        border-left: 0;
        border-right: 0;
        background-color: #009ca7;
    }

#notif_box {
    width: 270px;
    height:auto;
    max-height: 500px;
    overflow-y: auto;
    align-content:baseline;
}

.tooltip-main {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: 700;
    background: #f3f3f3;
    border: 2px solid #737373;
    color: #737373;
    margin: 4px 121px 0 5px;
    float: right;
    text-align: left !important;
}

.tooltip-qm {
    float: left;
    margin: -2px 0px 3px 4px;
    font-size: 12px;
}

.tooltip-inner {
    max-width: 236px !important;
    height: 76px;
    font-size: 12px;
    padding: 10px 15px 10px 20px;
    background: #d0f1ee;
    color: rgba(0, 0, 0, 1);
    border: 2px solid #737373;
    text-align: left;
}


.tooltip.show {
    opacity: 1;
}
.mainheadertop, .navbar .navbar-brand-wrapper .navbar-brand, .navbar .navbar-brand-wrapper {
    background-color: #242C33;
    padding: 0;
}
.mainheadertop {
    z-index: 9999;
}
.navbar .navbar-menu-wrapper{
    top:0;
}
    .mainheadertop .navbar .nav-item, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-toggle::after,
    .notification::before, .notification::after, .navbar .navbar-menu-wrapper .navbar-toggler {
        color: #FDFFFC !important;
    }
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #049aa4;
    /* Red */
}
input[type="search"]:not(.browser-default).select2-search__field {
   width: calc(100% - 10px) !important
}
.priorityContainer .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.priorityContainer .select2-container--default .select2-selection--single {
    border:none !important;
}
.priorityContainer .select2-container {
    /*width: 110px !important;*/
    z-index: 9;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    color: #888;
    width: 16px;
}
#gradient-horizontal {
    --color-stop-1: #a770ef;
    --color-stop-2: #cf8bf3;
    --color-stop-3: #9d51fe;
}
#gradient-horizontal2 {
    --color-stop-1: #a566f7;
    --color-stop-2: #4d4358;
    --color-stop-3: #cba6fc;
}

#gradient-vertical  {
    --color-stop-1: #00c3ff;
    --color-stop-2: #77e190;
    --color-stop-3: #ffff1c;
}
.icon-hgradient {
    fill: url(#gradient-horizontal) gray;
    /* We could use it as a stroke fill too:
  stroke: url(#gradient-horizontal) gray; */
}
.icon-hgradient2 {
    fill: url(#gradient-horizontal2) gray;
    /* We could use it as a stroke fill too:
  stroke: url(#gradient-horizontal) gray; */
}

.icon-vgradient {
    fill: url(#gradient-vertical) gray;
}
table.dataTable tbody .rowCreditApproved td.select-checkbox::before {
    background: #0299a3;
}
table.dataTable tbody .rowcreditUserPaid td.select-checkbox::before {
    background: #022da3;
}


.minimize .dataTable tr th:nth-child(4),
.minimize .dataTable tr th:nth-child(5),
.minimize .dataTable tr th:nth-child(7),
.minimize .dataTable tr td:nth-child(4),
.minimize .dataTable tr td:nth-child(5),
.minimize .dataTable tr td:nth-child(7) {
    display: none;
}
.rightsidenav .container {
    padding-right: 10px !important;
    padding-left: 10px !important;
}


@media screen and (max-height: 450px) {
    .rightsidenav {
        padding-top: 15px;
    }

        .rightsidenav a {
            font-size: 18px;
        }
}

.bg-gradient-1 {
    background: #FEAC5E; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4BC0C8, #C779D0, #FEAC5E); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4BC0C8, #C779D0, #FEAC5E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-gradient-2 {
    background: #ED4264; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFEDBC, #ED4264); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFEDBC, #ED4264); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-gradient-3 {
    background: #3D7EAA; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3D7EAA,#FFE47A); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3D7EAA,#FFE47A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-gradient-4 {
    background: #f7ff00; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #db36a4, #f7ff00); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #db36a4, #f7ff00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-gradient-5 {
    background: #f79d00; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #64f38c, #f79d00); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #64f38c, #f79d00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-gradient-6 {
    background: #A1FFCE; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FAFFD1, #A1FFCE); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FAFFD1, #A1FFCE); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-gradient-7 {
    background: #5433FF; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #A5FECB, #20BDFF, #7967D9); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #A5FECB, #20BDFF, #7967D9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.card-img-holder{
    border:2px solid #0c0b0b;
    min-height:110px;
    height:auto;
}
.row .col {

    padding: 0 0.4rem;
}

/*autocomplete*/

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }
.autocomplete-suggestion {
    cursor: pointer;
}
.autocomplete-suggestions {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}
/*autocomplete*/
.row{
    margin-bottom:6px;
}


body {
    font-family: 'Roboto','Droid Sans', sans-serif;
}
/* Set droplist names - -item is the currently selected font, -label is the font's appearance in the droplist*/
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='']::before {
    content: 'Default';
    font-family: 'Roboto';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='times-new-roman']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='times-new-roman']::before {
    content: 'Times New Roman';
    font-family: 'Times New Roman';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='arial']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='arial']::before {
    content: 'Arial';
    font-family: 'Arial';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='Roboto']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='Roboto']::before {
    content: 'Roboto';
    font-family: 'Roboto';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='Tangerine']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='Tangerine']::before {
    content: 'Tangerine';
    font-family: 'Tangerine';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='DroidSans']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='DroidSans']::before {
    content: 'Droid Sans';
    font-family: 'Droid Sans';
}

/****************************************************
    Set the font-family content used for the HTML content.
    *****************************************************/
.ql-font-arial {
    font-family: 'Arial';
}

.ql-font-times-new-roman {
    font-family: 'Times New Roman';
}

.ql-font-Roboto {
    font-family: 'Roboto';
}

.ql-font-Tangerine {
    font-family: 'Tangerine';
}

.ql-font-DroidSans {
    font-family: 'Droid Sans';
}

.form-control, .select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    border: 1px solid #acbdbf2b;
    font-family: 'Roboto','Droid Sans', sans-serif;
    font-size: 0.875rem;
}

    .form-control:hover, .myform-control:hover, .select2-container--default .select2-selection--single:hover, .select2-container--default .select2-selection--multiple:hover {
        border: 1px solid #acbdbf;
    }
.standalone-container:hover .ql-toolbar.ql-snow, .standalone-container:hover .ql-container.ql-snow {
    border-color: #acbdbf;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select-dropdown.dropdown-content li.selected {
    /* background-color: rgb(0 156 167 / 0.80);*/
    /*background: -webkit-gradient(linear, left top, right top, from(#84d9d2), to(#009ca7));*/
    /*background: linear-gradient(to right, #84d9d2, #0299a3);*/
    background: #0299a3;
    color: white;
}
    .select-dropdown.dropdown-content li.selected span{
        color:#fff;
    }
.is-today{
    border : 2px solid #62d4dc;

}
.table tr.selected {
    /*background-color: #fff !important;*/
    /*    background: -webkit-gradient(linear, left top, right top, from(#84d9d23d), to(#7bc6cad4));
    background: linear-gradient(to right,#84d9d23d,#7bc6cad4);*/
    background-color: #7bc6cad4 !important;
}
.is-today button{
    color:#000;
    font-weight:bold;
}
.content-wrapper {
    padding: 5px;
    /*padding-top: 20px;*/
}


   /* @media(max-width:1150px) {
        .mynavtop {SS
            margin-left: 260px;
        }
    }

    .mynavtop.max {
        margin-left: 0px;
    }*/

    .dataTables_wrapper .custom-select-sm {
        width: 100px !important;
    }

    div.dataTables_wrapper div.dataTables_filter label {
        font-weight: normal;
        white-space: nowrap;
        /* text-align: right;*/
    }
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: .35em 0.5em;
    border-radius: 5px;
}
    .page-item.active .page-link {
        z-index: 3;
        color: #fff;
        background-color: #36b3b6;
        border-color: #14a2aa;
    }

    .page-link:hover {
        z-index: 2;
        color: #0d777d;
        text-decoration: none;
        background-color: #d7e6e3;
        border-color: #b8d2cd;
    }

    .btn:hover, .btn-large:hover, .btn-small:hover {
        background-color: #2bbbad;
        color: #000 !important;
        font-weight: bolder;
    }

    .content-wrapper {
        background: #fbfbfb !important;
    }

    @media only screen and (max-width: 479px) {
        .tab .nav-tabs li {
           /* width: 100%;*/
            text-align: center;
            margin-bottom: 5px;
        }

            .tab .nav-tabs li:last-child {
                margin-bottom: 0;
            }
    }

    @keyframes pulse-black {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        }

        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        }
    }

    .blob.white {
        background: white;
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
        animation: pulse-white 2s infinite;
    }

    @keyframes pulse-white {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        }

        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        }
    }

    .blob.red {
        background: rgba(255, 82, 82, 1);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
        animation: pulse-red 2s infinite;
    }

    @keyframes pulse-red {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
        }

        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
        }
    }

    .blob.orange {
        background: rgba(255, 121, 63, 1);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
        animation: pulse-orange 2s infinite;
    }

    @keyframes pulse-orange {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
        }

        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
        }
    }

    .blob.yellow {
        background: rgba(255, 177, 66, 1);
        box-shadow: 0 0 0 0 rgba(255, 177, 66, 1);
        animation: pulse-yellow 2s infinite;
    }

    @keyframes pulse-yellow {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
        }

        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
        }
    }

    .blob.blue {
        background: rgba(52, 172, 224, 1);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
        animation: pulse-blue 2s infinite;
    }

    @keyframes pulse-blue {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
        }

        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
        }
    }

    .blob.green {
        background: linear-gradient(to right, #84d9d2, #0299a3);
        box-shadow: 0 0 0 0 #016e75;
        animation: pulse-green 2s infinite;
    }

    @keyframes pulse-green {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
        }

        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
        }
    }

    .blob.purple {
        background: rgba(142, 68, 173, 1);
        box-shadow: 0 0 0 0 rgba(142, 68, 173, 1);
        animation: pulse-purple 2s infinite;
    }
    .blob.purple_nobg {
    background: transparent;
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 1);
    animation: pulse-purple 2s infinite;
}




@keyframes pulse-purple {
    0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
        }

        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
        }
    }

.blob.gredient1 {
    background: #f31a68;
    background: linear-gradient(60deg, #f31a68, #f8e85b);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 1);
    animation: pulse-orange 2s infinite;
}


    .squiggle {
        stroke-dasharray: 5800;
        stroke-dashoffset: 5800;
        animation: draw 2s linear forwards 0.5s;
    }

    .overlay:not(.loaded) .squiggleLoadding {
        stroke-dasharray: 5800;
        stroke-dashoffset: 5800;
        animation: draw 1.5s linear forwards infinite 0.3s;
    }

    .navbar-toggler:focus {
        background: transparent !important;
    }
    /*.dalay1{
    animation-delay:0.3s
}
.dalay2 {
    animation-delay:0.6s
}
.dalay3 {
    animation-delay: 1s
}
.dalay4 {
    animation-delay: 1.5s
}
.dalay5 {
    animation-delay: 2s
}
*/
    @keyframes draw {
        to {
            stroke-dashoffset: 0;
        }
    }
    /*user cards*/
    :root {
        --d: 700ms;
        --e: cubic-bezier(0.19, 1, 0.22, 1);
        --font-sans: "Rubik", sans-serif;
        --font-serif: "Cardo", serif;
    }

    .page-content {
        display: grid;
        grid-gap: 1rem;
        padding: 1rem;
        max-width: 1024px;
        margin: 0 auto;
        font-family: var(--font-sans);
    }

    @media (min-width: 600px) {
        .page-content {
            grid-template-columns: repeat(2, 1fr);
        }

        }
@media (max-width: 600px) {

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
        display: none;
    }

    .rightsidenav.standard {
        width: 95% !important;
    }
}


    @media (min-width: 800px) {
        .page-content {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    .userCard.card {
        position: relative;
        display: flex;
        align-items: flex-end;
        overflow: hidden;
        padding: 1rem;
        width: 100%;
        text-align: center;
        color: whitesmoke;
        background-color: whitesmoke;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
    }

    @media (min-width: 600px) {
        .userCard.card {
            height: 350px;
        }
    }

    .userCard.card {
        content: "";
        width: 150px;
        height: 200px;
        background-size: cover;
        background-position: center;
        transition: transform calc(var(--d) * 1.5) var(--e);
        pointer-events: none;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
    }

        .userCard.card:hover {
            content: "";
            display: block;
            width: 100%;
            height: 200%;
            pointer-events: none;
            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
            transform: translateY(-50%);
            transition: transform calc(var(--d) * 2) var(--e);
        }

    .dropdown-content.select-dropdown {
        height: 200px;
        min-width: 130px;
    }

.swal2-styled.swal2-confirm {
    background-color: #006580 !important;
}

    #catTable_filter input {
        width: 70%;
        float: right;
        margin-top: -10px;
    }

    .content {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 1rem;
        transition: transform var(--d) var(--e);
        /*  z-index: 1;*/
    }

        .content > * + * {
            margin-top: 1rem;
        }

    .title {
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 1.2;
    }

    .copy {
        font-family: var(--font-serif);
        font-size: 1.125rem;
        font-style: italic;
        line-height: 1.35;
    }




.notification {
    display: inline-block;
    position: relative;
    /*background: #fff;*/
    border-radius: 0.2em;
    font-size: 1.3em;
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
}

    .notification::before,
    .notification::after {
        color: #000;
       /* text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);*/
    }

    .notification::before {
        display: block;
        content: "\f0f3";
        font-family: 'Font Awesome 5 Pro';
        transform-origin: top center;
    }
#notif_box h6 {
    border-bottom: 1px dashed #14a2a9;
    text-align: center;
}
#notif_box p{
    margin-bottom:0;
}
#notif_box .btn-sm {
    height: 25px;
    width: 30px;
    padding: 5px;
    float:right;
}
#notif_box span.time{
    float:right;
    color:#0299a3;
}
.navbar .navbar-brand-wrapper .navbar-brand img {
    margin-left: 0;
}

.notification::after {
    font-family: 'Roboto','Droid Sans', sans-serif;
    font-size: 0.7em;
    font-weight: 700;
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 5px 5px;
    line-height: 100%;
    /*border: 2px #fff solid;*/
    border-radius: 60px;
    /*background: #94d6da;*/
    background: #D12B20;
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

    .notification.notify::before {
        animation: ring 1.5s ease;
    }

    .notification.show-count::after {
        transform: scale(1);
        opacity: 1;
    }

@keyframes ring {
    0% {
        transform: rotate(35deg);
    }

    12.5% {
        transform: rotate(-30deg);
    }

    25% {
        transform: rotate(25deg);
    }

    37.5% {
        transform: rotate(-20deg);
    }

    50% {
        transform: rotate(15deg);
    }

    62.5% {
        transform: rotate(-10deg);
    }

    75% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.leaflet-control-attribution.leaflet-control {
    display: none;
}

.avataronmap {
    width: 100px;
    height: 100px;
}

/*.form-control{
    width:100% !important;
}*/
.myform-control {
    border: 1px solid #acbdbf2b;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    display: block;
    width: calc(100% - 69px) !important;
    height: 1rem;
    padding: 0.6rem 0.8rem;
    font-size: 0.8125rem !important;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}


    @media (hover: hover) and (min-width: 600px) {
        .userCard.card:after {
            transform: translateY(0);
        }

        .content {
            transform: translateY(calc(100% - 4.5rem));
        }

            .content > *:not(.title) {
                opacity: 0;
                transform: translateY(1rem);
                transition: transform var(--d) var(--e), opacity var(--d) var(--e);
            }

        .userCard.card:hover,
        .userCard.card:focus-within {
            align-items: center;
        }

            .userCard.card:hover:before,
            .userCard.card:focus-within:before {
                transform: translateY(-4%);
            }

            .userCard.card:hover:after,
            .userCard.card:focus-within:after {
                transform: translateY(-50%);
            }

            .userCard.card:hover .content,
            .userCard.card:focus-within .content {
                transform: translateY(0);
            }

                .userCard.card:hover .content > *:not(.title),
                .userCard.card:focus-within .content > *:not(.title) {
                    opacity: 1;
                    transform: translateY(0);
                    transition-delay: calc(var(--d) / 8);
                }

                .userCard.card:focus-within:before, .userCard.card:focus-within:after,
                .userCard.card:focus-within .content,
                .userCard.card:focus-within .content > *:not(.title) {
                    transition-duration: 0s;
                }
    }

@keyframes pulse {
    from {
        transform: scale3d(0.8, 0.8, 0.8);
    }

    50% {
        transform: scale3d(1.5, 1.5, 1.5);
        font-weight:bold;
    }

    to {
        transform: scale3d(0.8, 0.8, 0.8);
    }
}

.mypulse {
    animation-name: pulse;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration:1s;
    font-size:17px;
  
}


    @keyframes bounce {
        from, 20%, 53%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }

    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0) scaleY(0.95);
    }

    90% {
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

.mybounce {
    animation-name: bounce;
    transform-origin: center bottom;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    font-size: 17px;
}
@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.mytada {
    animation-name: tada;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    font-size: 17px;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
.inRightloading {
    display: none;
}
.rightLoading {
    position: absolute;
    top: 200px;
    right: 40%;
    height: 50px;
    width: 50px;
    display:block;
    z-index:2;
}

    .rightLoading i {
        color: #008492;
    }
#cardsListBox1 .creditcard .front, #cardsListBox1 .creditcard .back{
    max-width:200px;
    opacity:0.5;
}
#cardsListBox1 .selected .creditcard .front, #cardsListBox1 .selected .creditcard .back {
    max-width: 200px;
    opacity: 1;
}
#cardsListBox1 .cardcontainer {
    max-width: 200px;
    height:140px;
}
.card-img-holder .card-body{
    padding:0.3rem 0.3rem !important;
}
.fixed-bottom {
    position: fixed !important;
    right: -4px;
    bottom: -4px !important;
    left: -4px;
    z-index: 1030 !important;
    transform-style: preserve-3d;
    transition: transform 0.3s ease-in-out;
    border: 2px solid #1085e1;
}
.autocompelete-highlight {
    font-weight: bold;
    font-size: 1.05rem;
}
.autocomplete {
    width: calc( 100% - 45px);
}

.fixed-bottom.box1 {
    /* -webkit-animation: spinbox 0.5s linear 1;
        -moz-animation: spinbox 0.5s linear 1;
        animation: spinbox 0.5s linear 1;
        border:2px solid rgba(255, 82, 82, 1);*/
    /*transform: translate(0, 0) rotateX(0deg);*/
    transform-origin: bottom;
    /*transform: translate(0, 0) rotateX(360deg);*/
}
    .fixed-bottom.box2 {
        /* -webkit-animation: spinbox2 0.5s linear 1;
        -moz-animation: spinbox2 0.5s linear 1;
        animation: spinbox2 0.5s linear 1;
        */
        border: 2px solid rgba(255, 82, 82, 1);
        transform: translate(0, 0) rotateX(360deg);
        transform-origin: bottom;
    }

.doingchangebtn {
    padding: 5px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@-moz-keyframes spinbox {
    100% {
        -moz-transform: rotateX(90deg);
    }
}

@-webkit-keyframes spinbox {
    100% {
        -webkit-transform: rotateX(90deg);
    }
}

@keyframes spinbox2 {
    100% {
        -webkit-transform: rotateX(-90deg);
        
    }
}

@-moz-keyframes spinbox2 {
    100% {
        -moz-transform: rotateX(-90deg);
    }
}

@-webkit-keyframes spinbox2 {
    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@keyframes spinbox2 {
    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

.readOnlyForm .form-check-label{
    white-space:nowrap;
}
.btn.btn-small {
    padding:0.1rem
}

@media (min-width: 992px) {
    .sidebar-icon-only .sidebar .nav .nav-item .collapse.show {
       padding-left: 0px;
       display:inline-block; 
    }
}