/*
    old:CF4A55
    ----------------
primary dark color :#90997A;
primary light color :#CDD4BA;
background-color: #F4F7E9;
    inputtextboxcolor:#CED4DA;
    hover-button:#CDD4BA;

   light grey background:#f8f9fa;
*/
.btn-success {
    color: #ffffff !important;
}
    .primaryc {
    color: #90997A !important;
}
/*header title all page Background color*/
.h-title {
    padding-left: 10px;
    font-size: 18px;
    color: white;
}

a:hover {
    color: #90997A !important;
}

.redrow {
    background: #F9A2A2;
}

.yellowrow {
    background: #fae7b4;
}

.headerback {
    padding: 6px;
    display: flex;
    align-items: center;
    background-color: #90997A;
    color: white;
    margin-left: 8px;
    margin-right: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.headercont {
    margin: 8px;
    padding: 8px;
}

.backbtn {
    font-size: 20px;
    cursor: pointer;
    color: white;
}

.head-main {
    /*margin-top: 10px;*/
}

.headtitleb {
    background-color: #90997A !important;
    color: white;
    padding: 8px 8px 8px 8px;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 10px 0px 10px;
    /*margin-bottom: 8px;*/
}

.bodycont {
    padding: 10px;
    margin: 8px;
}
.bodycontlist {
    margin: 8px;
}

.tabletitle {
    background-color: none !important;
    color: black;
    padding: 8px 8px 8px 8px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #bdb9b9;
    border-bottom: none;
    /*margin-bottom: 8px;*/
}

.content-main {
    padding: 15px 2% !important;
}

.content-header {
    margin-bottom: 20px;
}
/*content-body*/
.content-body {
    /*background: #F5F7FF;*/
    background: #F4F7E9;
    padding: 0.6rem 0.8rem;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.bg-col {
    background-color: #F4F7E9;
}

.d-inl-f {
    display: inline-flex;
}

.f-right {
    float: right;
}

.t-right {
    text-align: right;
}

.w-m20 {
    max-width: 20%;
}

.pad5 {
    padding: 10px;
}

.pad10 {
    padding: 10px;
}

.pad-l10 {
    padding: 10px;
}

.padall10 {
    padding: 16px 10px 10px 10px;
}

.p-cards {
    padding: 30px 15px 20px 15px;
}
.btn-3{
    margin-left:3px;
}
/*table */
.table th, .jsgrid .jsgrid-table th, .table td, .jsgrid .jsgrid-table td {
    padding: 0.6rem 1.0rem !important;
}
/*footer */
.footer {
    padding: 10px 2.45rem !important;
}

/*input change*/
.form-control {
    padding: 0.8rem 0.5rem !important;
}

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #90997A;
        box-shadow: 0 0 0 0.2rem rgba(0, 207, 74, 85);
    }

.pointer {
    cursor: pointer;
}
/*start for loading animation */
.loadinmain {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 48%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loader-wrapper {
    width: 60px;
    height: 60px;
}

.loader {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 3px solid #90997A;
    border-top-color: #CDD4BA;
    border-bottom-color: #CDD4BA;
    border-radius: 50%;
    animation: rotate 5s linear infinite;
}

.loader-inner {
    border-top-color: #CDD4BA;
    border-bottom-color: #CDD4BA;
    animation-duration: 2.5s;
}


/*padding margin font-size all*/

.p-l0 {
    padding-left: 0px;
}

.p-r0 {
    padding-right: 0px;
}

.p-t2 {
    padding-top: 2px;
}

.p-t5 {
    padding-top: 5px;
}

.p-l3 {
    padding-left: 3px !important;
}

.p-r3 {
    padding-right: 3px !important;
}

.p-b5 {
    padding-bottom: 5px;
}

.pad-5 {
    padding: 5px;
}

.pad-8 {
    padding: 8px;
}

.p-l10 {
    padding-left: 10px;
}

.p-r10 {
    padding-right: 10px;
}

.p-b10 {
    padding-bottom: 10px;
}

.p-t7 {
    padding-top: 7px;
}

.p-t10 {
    padding-top: 10px;
}

.p-34 {
    padding-top: 34px !important;
}

.pad10 {
    padding: 10px;
}

.m-l10 {
    margin-left: 10px;
}

.m-r10 {
    margin-right: 10px;
}

.m-t10 {
    margin-top: 10px;
}

.m-t5 {
    margin-top: 5px;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-b15 {
    margin-bottom: 15px;
}

.mg-8 {
    margin: 8px;
}

.mar10 {
    margin: 10px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mlr-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.m-t-9 {
    margin-top: -9px !important;
}

.mp-10 {
    margin: 10px;
    padding: 10px;
}

.p-t8 {
    padding-top: 8px;
}

.fs-8 {
    font-size: 8px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px;
}

.fs-25 {
    font-size: 25px;
}

.fs-30 {
    font-size: 30px;
}

.fs-80 {
    font-size: 80px;
}


.fw-b {
    font-weight: bold
}

.h100 {
    height: 100vh;
}

.wi-100 {
    width: 100% !important;
}

.w-px-150 {
    width: 150px !important;
}

.cp-form {
    padding: 15px 15px 10px 15px;
}

.m-auto {
    margin: auto;
}

.btn-ipb {
    padding: 0.6rem 0.8rem !important;
    border-radius: 1% !important;
    color: white !important;
}

.btn {
    border-radius: 4px !important;
}

.card-col1 {
    background-color: #c4eed0 !important;
    color: #000000;
}

.card-col2 {
    background-color: #c2e7ff !important;
    color: #000000;
}

.card-col3 {
    background-color: #e3e3e3 !important;
    color: #000000;
}

.card-col4 {
    background-color: #d3e3fd !important;
    color: #000000;
}

.card-col5 {
    background-color: #FF73BC !important;
    color: #000000;
}

.card-col6 {
    background-color: #C67AFF !important;
    color: #000000;
}

.validation-message {
    color: red;
}


/*button with icon*/
.bw-icon {
    font-size: 14px;
    line-height: 1;
    vertical-align: initial;
}

.txtright {
    text-align: right !important;
}

