/*==============================================================================
    Common style sheet ---

    Summery of style
        0.00 Default
        0.01 Content Wrapper and Headers.
        0.02 Images sizes.height
        0.03 Card accordion.
        0.04 Paginations.
        0.05 Heading (Special).
        0.06 Notification.
        0.07 Search
        0.08 Footer
        0.09 Status
        0.10 Table
        0.11 Sub Menu
        0.12 Input and select
        0.13 Line Tab
        0.14 Users image overlap
        0.15 File Upload
        0.16 Drag drop
        0.17 Status circle
        0.18 Permission page
        0.19 Popup Selector
        0.20 Scroll Bar
==============================================================================*/

/*==============================================================================
    0.0 Default.
==============================================================================*/
.max-h-450 {
    max-height: 450px;
}
.min-h-400 {
    min-height: 400px;
}
.min-h-450 {
    min-height: 450px;
}
.min-h-500 {
    min-height: 500px;
}
.min-h-300 {
    min-height: 300px;
}
.switch-right .lcs_wrap {
    float: right !important;
}

/*-----------------------------------------------------------------------------
    0.0.1 Font weight,Sizemb
---------------------------------------------------------------------------- */

.f-ex-light {
    font-weight: 100 !important;
}

.f-light {
    font-weight: 300 !important;
}

.f-regular {
    font-weight: 400 !important;
}

.f-medium {
    font-weight: 500 !important;
}

.f-bold {
    font-weight: 700 !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.f-12 {
    font-size: 12px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-16 {
    font-size: 16px !important;
}
.f-17 {
    font-size: 17px !important;
}
.f-18 {
    font-size: 18px !important;
}

.f-30 {
    font-size: 30px !important;
}
.f-31 {
    font-size: 31px !important;
}

.f-32 {
    font-size: 32px !important;
}

.f-36 {
    font-size: 32px !important;
}

.f-color-light{
    color: #8f99b3;
}

.txt-dark {
    color: rgba(78, 79, 75, 1) !important;
}

.txt-dark-light {
    color: rgba(78, 79, 75, 0.86) !important;
}

.txt-dark-ex-light {
    color: rgba(78, 79, 75, 0.56) !important;
}

h5.text-red,
.text-red {
    color: #f26b55 !important;
}

h5.text-yellow,
.text-yellow {
    color: rgb(249, 212, 82) !important;
}

h5.text-green,
.text-green {
    color: #4fdb9b !important;;
}

.text-rejected,
h5.details.text-rejected {
    color: #f26b55;
    position: relative;
}

.text-rejected::before {
    background: #f26b55;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.scroll-450 {
    max-height: 450px;
}

/*-----------------------------------------------------------------------------
    0.0.2 Header
---------------------------------------------------------------------------- */

h1.title {
    color: #49b3cc;
    line-height: 34px;
}
h1.title-22 {
    color: #49B3CC;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

.header-with-mn {
    padding: 20px 30px;
}

.header-with-up {
    padding: 45px 60px 0;
}

.header-with-up-30 {
    padding: 40px 30px 20px 30px;
}

h1.title img {
    margin-right: 20px;
    vertical-align: top;
}

.up-case {
    text-transform: uppercase !important;
}

.low-case {
    text-transform: capitalize !important;
}

.text-initial {
    text-transform: initial !important;
}

h5.title-min-hd{
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #49B3CC;
}
/*-----------------------------------------------------------------------------
    0.0.3 Spaces
---------------------------------------------------------------------------- */

/*---------------------------------------------
    Margin and  Padding
----------------------------------------------*/

/* ---------- Margin ---------*/

.m-0 {
    margin: 0 !important;
}

/* ......... Margin top .........*/

.mt-0 {
    margin-top: 0 !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}
.mt-120 {
    margin-top: 120px !important;
}

/* ......... Margin bottom .........*/

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 1px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}


.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

/* ......... Margin Right .........*/

.mr-0 {
    margin-right: 0 !important;
}

.mr-3 {
    margin-right: 3px !important;
}

.mr-5 {
    margin-right: 5px !important;
}


.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

/* ......... Margin Left .........*/

.ml-0 {
    margin-left: 0 !important;
}
.ml-2{
     margin-left: 2px !important;
}

.ml-5 {
    margin-left: 5px !important;
}
.ml-9 {
    margin-left: 9px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.ml-50 {
    margin-left: 50px !important;
}

/*
Margin bottom space
without last element
*/

.mb-not-last-5:not(:last-child) {
    margin-bottom: 5px;
}

.mb-not-last-10:not(:last-child) {
    margin-bottom: 10px;
}

.mb-not-last-15:not(:last-child) {
    margin-bottom: 15px;
}

.mb-not-last-20:not(:last-child) {
    margin-bottom: 20px;
}

.mb-not-last-30:not(:last-child) {
    margin-bottom: 30px;
}

.m-auto {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.mt-up-30 {
    margin-top: -30px !important;
}

/* ---------- Padding ---------*/

/* ...... Padding top and bottom ......*/

.p-0 {
    padding: 0 !important;
}

.ptb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ptb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.ptb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

/* ...... Padding left and right ......*/

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* ...... Padding right ......*/

.pr-0 {
    padding-right: 0 !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

/* ...... Padding left......*/

.pl-0 {
    padding-left: 0 !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

/* ...... Padding Top......*/

.pt-0 {
    padding-top: 0 !important;
}

.pt-2 {
    padding-top: 2px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

/*.pb-10 {
    padding-top: 10px !important;
}*/

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

/* ...... Padding Bottom......*/

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

html, body {
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    padding: 0;
}

.text-limit {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-limit.limit-210 {
    width: 210px;
}

.border-btm-line {
    border-bottom: 1px solid #f3f3f3;
}

.text-dark{
    color:#222220;
}

.text-grey {
    color: #4e4f4b;
}

.text-grey.lighten-800 {
    color: rgba(78, 79, 75, 0.87);
}

.text-grey.lighten-500 {
    color: rgba(78, 79, 75, 0.56);
}

.text-green {
    color: #4fdb9b;
}

.text-yellow {
    color: #f9d452;
}

.text-red {
    color: #f26b55;
}

.text-white {
    color: #ffffff;
}

.text-blue {
    color: #49B3CC;
}

.text-italic{
    font-style: italic;
}

.width-100 {
    width: 100% !important;
}

.bg-blue {
    background: #49B3CC;
}

.bg-dark-grey {
    background: #434849;
}

.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

.bg-white {
    background: #fff;
}

.table-block {
    display: table;
    width: 100%;
    position: relative;
}

.table-block .cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.table-block.cell-width-100 .cell {
    width: 100%;
}

.table-block.cell-width-1 > .cell {
    width: 1px;
}

.table-block .cell.zero-width {
    width: 0;
}

.table-block .w-20 {
    width: 20%;
}

.table-block .w-10 {
    width: 10%;
}

.table-block .w-15 {
    width: 15%;
}

.v-top,
.table-block.v-top .cell {
    vertical-align: top !important;
}

.v-middle,
.table-block.v-middle .cell {
    vertical-align: middle !important;
}

.v-bottom,
.table-block.v-bottom .cell {
    vertical-align: bottom !important;
}

.display-block {
    display: block;
}

.display-block .block {
    float: left;
}

.block.size-15 {
    width: 15%;
}

.block.size-20 {
    width: 20%;
}

.block.size-30 {
    width: 30%;
}

.block.size-75 {
    width: 75%;
}

.block.size-80 {
    width: 80%;
}

.ds-in-block .block {
    display: inline-block !important;
    vertical-align: middle;
}
.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.white-space-nowrap {
    white-space: nowrap;
}

/*==============================================================================
    0.1 Content Wrapper and Headers.
==============================================================================*/

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.item-center {
    display: table;
    margin: 0 auto;
}

#content {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.main-wrapper {
    padding-top: 71px;
    min-height: 100%;
    margin-bottom: -34px;
}

.contert-wrapper {
    background: #fff none repeat scroll 0 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    float: left;
    width: 100%;
}

h4.details {
    color: rgba(78, 79, 75, 0.86);
}

h5.u-name, h5.details {
    color: #4e4f4b;
    font-weight: 400;
}

.details.lighten-5 {
    color: rgba(78, 79, 75, 0.56) !important;
}

h6.title {
    color: rgba(78, 79, 75, 0.56);
}

.name-ellipsis, h5.name-ellipsis {
    width: 170px !important;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.text-percentage {
    position: relative;
    color: inherit;
    font-size: inherit;
}

.text-percentage::after {
    content: '%';
    display: inline-block;
}

.hide-block {
    display: none;
}

.ln-height-22 {
    line-height: 22px;
}

.tip {
    position: absolute;
    display: block;
    z-index: 99;
    padding: 7px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #434849;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    white-space: nowrap;
}

.tip.normal {
    white-space: normal;
    width: 350px;
    line-height: 1.4;
}

.tip::before {
    border-color: transparent transparent #434849;
    border-style: solid;
    border-width: 0 6px 6px;
    content: "";
    display: block;
    position: absolute;
    top: -6px;
}

.selectable {
    cursor: pointer;
}

/*==============================================================================
    0.2 Images sizes.
==============================================================================*/

.img-wrp--160, .img-wrp--160 > div,.img-wrp--200, .img-wrp--200 > div, .img-wrp--80, .img-wrp--80 > div, .img-wrp--60, .img-wrp--60 > div, .img-wrp--50, .img-wrp--50 > div, .img-wrp--35, .img-wrp--35 > div, .img-wrp--20, .img-wrp--20 > div {
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

/*--- Image size 160 ---*/

.img-wrp--160 {
    width: 170px;
    height: 170px;
}

.img-wrp--160 > div {
    width: 160px;
    height: 160px;
    margin: 5px auto;
    background: #fff;
}

.img-wrp--160 > div img {
    width: 100%;
}

/*--- Image size 80 ---*/

.img-wrp--80 {
    width: 86px;
    height: 86px;
}

.img-wrp--80 > div {
    width: 80px;
    height: 80px;
    margin: 3px auto;
    background: #fff;
}

.img-wrp--80 > div img {
    width: 100%;
}

/*--- Image size 60 ---*/

.img-wrp--60 {
    width: 60px;
    height: 60px;
    margin: 8px 15px;
}

.img-wrp--60 > div img {
    width: 100%;
}

/*--- Image size 50 ---*/

.img-wrp--50 {
    width: 50px;
    height: 50px;
}

.img-wrp--50 > div{
    width: 50px;
    height: 50px;
}

.img-wrp--50 img {
    width: 100%;
}

.img-wrp--50.with-border {
    position: relative;
    overflow: visible;
}

.img-wrp--50.with-border::before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    height: 60px;
    width: 60px;
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.hover-img:hover .with-border::before {
    border-color: #54b8cf;
}

/*--- Image size 35 ---*/

.img-wrp--35 {
    width: 35px;
    height: 35px;
}

.img-wrp--35 img {
    width: 100%;
}

/*--- Image size 20 ---*/

.img-wrp--20 {
    width: 20px;
    height: 20px;
}

.img-wrp--20 img {
    width: 100%;
}

/*--- Image size 30 ---*/

.img-wrp--30 {
    width: 30px;
    height: 30px;
}

.img-wrp--30 img {
    width: 100%;
}

/*--- Image size 32 ---*/

.img-wrp--32 {
    width: 32px;
    height: 32px;
}

.img-wrp--32 img {
    width: 100%;
}

.bg-l-white {
    background: rgba(255, 255, 255, 0.6);
}

.bg-blue-gradient {
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, #a2deee 0%, #a2deee 17%, #4d99c0 83%);
}

.img-block {
    float: left;
    width: 100%;
}

.img-block .img-area, .img-block .info-area {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.img-block:not(.center) .info-area {
    padding-left: 10px;
}

.img-block.center .img-area, .img-block.center .info-area {
    display: table;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/*==============================================================================
    0.2 Card accordion.
==============================================================================*/

.card-content-wrp {
    background: #fff;
    position: relative;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: all 1s cubic-bezier(.47, .25, .12, 1.22);
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.card-content-wrp::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    opacity: 0;
    transition: all 1s cubic-bezier(.47, .25, .12, 1.22);
    background: #fff;
}

.card-content-wrp:last-child {
    margin-bottom: 0;
}

.card-content-wrp:hover::after, .on::after {
    opacity: 1;
}

.tab-box {
    /*margin-bottom: 20px;*/
    display: block;
    float: left;
    width: 100%;
}

.tab-box:last-child {
    margin-bottom: 0px;
}

.tab-box .box-head {
    padding: 10px 0;
    float: left;
    width: 100%;
    /*    position: relative;*/
}

.tab-box .box-head-p_0 {
    padding: 0;
}

.tab-box .box-head > div, .tab-box .box-head .btn-expand-wrp {
    display: inline-block;
    vertical-align: middle;
}

.tab-box .box-head > div {
    color: #4e4f4b;
    font-size: 16px;
    text-transform: capitalize;
    width: 100%;
}

.tab-box .box-head .btn-expand-wrp {
    width: 5%;
    text-align: right;
    top: 0;
    position: absolute;
}

.btn-expand-wrp {
    position: absolute;
    right: 0;
}

.btn-expand-wrp a {
    position: absolute;
    right: 30px;
    top: 17px;
    z-index: 99;
}
.btn-expand-wrp .top_8{
    top: 8px !important;
}

.btn-expand {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #dbdbdb url('../../images/system/icon/button/25/ic_25_arrow-down.svg') no-repeat 5px 5px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    vertical-align: middle;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
}

.btn-expand-down {
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.box-body {
    padding: 0 0 30px;
    display: none;
    float: left;
    width: 100%;
}

.active-box {
    display: block;
}

/*==============================================================================
        0.4 Paginations.
==============================================================================*/

.paginations {
    float: right;
    font-size: 14px;
    /*margin: 10px 0 30px;*/
}

.paginations a {
    /*    background: #fff;
        border: 1px solid #DBDBDB;*/
    border-left: none;
    color: #434849;
    padding: 7px 0;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
}

.paginations a:first-child {
    width: auto;
    height: auto;
}

.paginations .disabled {
    color: #4e4f4b;
    color: #4e4f4b;
    padding: 10px;
    display: none;
}

.paginations .current {
    color: #fff;
    border: 1px solid #49b3cc;
    background: #49b3cc;
    /*    padding: 10px;*/

}

.paginations select {
    color: #4e4f4b;
    border-right: none;
    color: #4e4f4b;
    padding: 10px;
}

.paginations a:last-child {
    color: #168CA8;
}

.paginations a:first-child:not(.current) {
    color: #168CA8;
}

/*==============================================================================
    0.5 Heading (Special).
==============================================================================*/
.header-text {
    color: #434949;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

h6.red {
    color: #f26b55;
    text-transform: uppercase;
    background: transparent;
}

h6.green {
    color: #4fdb9b;
    text-transform: uppercase;
}

.sub-header-red, .sub-header-green {
    font-weight: 500;
    text-transform: uppercase;
}

.sub-header-red {
    color: #f26b55;
}

.sub-header-green {
    color: #4fdb9b;
}

/*==============================================================================
    0.6 Notification.
==============================================================================*/

span.req {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    vertical-align: baseline;
}

span.red {
    background: #f26b55;
}

.notification {
    font-size: 13px;
    color: rgba(78, 79, 75, 0.56);
    display: inline;
    margin-right: 15px;
    vertical-align: middle;
    font-weight: 500;
}

.notification .req {
    vertical-align: middle;
    margin-right: 5px;
}

/*==============================================================================
                            0.7 Search
==============================================================================*/

.c-search-wrapper, .c-search-content {
    border-radius: 2px;
    position: relative;
}

.c-search-wrapper {
    margin-bottom: 30px;
}

.c-search-content {
    background: #434849;
    padding: 15px 30px;
    width: 100%;
    display: table;
}

.c-search-content .col_1, 
.c-search-content .col_2, 
.c-search-content .col_3,
.c-search-content .col_14,
.c-search-content .col_15,
.c-search-content .col_16,
.c-search-content .col_17{
    float: left;
    position: relative;
}

.c-search-content .col_1 {
    width: 32.5%;
}

.c-search-content .col_1.drop {
    width: 32%;
    margin-right: 0.5%;
}

.c-search-content .col_2 {
    width: 63.5%;
}

.c-search-content .col_3 {
    width: 4%;
}

.c-search-content .col_14 {
    width: 49.5%;
    margin-right: 0.5%;
}

.c-search-content .col_15 {
    width: 29.5%;
    margin-right: 0.5%;
}

.c-search-content .col_16 {
    width: 20%;
}

.c-search-content .col_17 {
    width: 20.5%;
    margin-right: 0.5%;
}

.c-search-content .col_18 {
    width: 27.5%;
    margin-right: 0.5%;
}

.c-search-content .col_19 {
    width: 21.5%;
    margin-right: 0.5%;
}

.c-search-content .col_20 {
    width: 35.5%;
    margin-right: 0.5%;
}

.c-search-content .col_21 {
    width: 19.5%;
    margin-right: 0.5%;
}

.c-search-content .col_22 {
    width: 7%;
}

.c-search-content .col_23 {
    width: 18.5%;
    margin-right: 0.5%;
}

/*---- Set 1 ------*/

.c-search-content .set_1 {
    width: 100%;
}

.c-search-content .set_1 .col_1 {
    width: 96%;
}

.c-search-content .set_1 .col_1 input[type="text"], 
.c-search-content .set_1 .col_1 select {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
}

.c-search-content .set_1 .col_2 {
    width: 4%;
}

/*---- Set 4 ------*/

.c-search-content .set_4 {
    width: 100%;
}

.c-search-content .set_4 .col_1 {
    width: 24.5%;
    margin-right: 0.5%
}

.c-search-content .set_4 .col_2 {
    width: 24.5%;
    margin-right: 0.5%
}

.c-search-content .set_4 .col_3 {
    width: 46%;    
}

.c-search-content .set_4 .col_4 {
    width: 4%;    
}

.c-search-content .set_4 .col_1, 
.c-search-content .set_4 .col_2, 
.c-search-content .set_4 .col_3,
.c-search-content .set_4 .col_4,
.c-search-content .set_6 .col_1, 
.c-search-content .set_6 .col_2, 
.c-search-content .set_6 .col_3,
.c-search-content .set_6 .col_4,
.c-search-content .set_6 .col_5 {
    float: left;
}

.c-search-content .set_4 .col_1 input[type="text"], 
.c-search-content .set_4 .col_1 select,
.c-search-content .set_6 .col_1 input[type="text"], 
.c-search-content .set_4 .col_1 select{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
}

.c-search-content .set_4 .col_1.drop_d input[type="text"],
.c-search-content .set_4 .col_1.drop_d select,
.c-search-content .set_4 .col_2.drop_d input[type="text"],
.c-search-content .set_4 .col_2.drop_d select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../../images/system/icon/form/27/ic_27_select.png) no-repeat right center;
}
/*---- Set 6 ------*/

.c-search-content .set_6 {
    width: 100%;
}

.c-search-content .set_6 .col_1,
.c-search-content .set_6 .col_2,
.c-search-content .set_6 .col_3,
.c-search-content .set_6 .col_4 {
    width: 17.5%;
    margin-right: 0.5%
}

.c-search-content .set_6 .col_5 {
    width: 24%;    
}

.c-search-content .set_6 .col_6 {
    width: 4%;    
}

.c-search-content .set_6 .col_1, 
.c-search-content .set_6 .col_2, 
.c-search-content .set_6 .col_3,
.c-search-content .set_6 .col_4,
.c-search-content .set_6 .col_5,
.c-search-content .set_6 .col_6 {
    float: left;
}

.c-search-content .set_6 .col_1 input[type="text"], 
.c-search-content .set_6 .col_1 select{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
}

.c-search-content .set_6 .col_1.drop_d input[type="text"],
.c-search-content .set_6 .col_1.drop_d select,
.c-search-content .set_6 .col_2.drop_d input[type="text"],
.c-search-content .set_6 .col_2.drop_d select,
.c-search-content .set_6 .col_3.drop_d input[type="text"],
.c-search-content .set_6 .col_3.drop_d select,
.c-search-content .set_6 .col_4.drop_d input[type="text"],
.c-search-content .set_6 .col_4.drop_d select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../../images/system/icon/form/27/ic_27_select.png) no-repeat right center;
}

.c-search-content input[type="text"], 
.c-search-content .btn-search, 
.c-search-content select, 
.c-search-content select:focus {
    border: 0;
    width: 100%;
}
.c-search-content input[type="text"] {
    background: #fff;
    text-indent: 15px;
    height: 35px;
    outline: none;
}

.c-search-content select, 
.c-search-content select:focus {
    /*    border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("../../images/system/icon/form/27/ic_27_select.png") no-repeat 96% center;
    color: rgba(78, 79, 75, 0.86);
    padding: 0 15px;
    height: 35px;
}

.c-search-content select:focus {
    border-bottom-left-radius: 0px;
}

.c-search-content select option {
    padding: 10px 15px;
    border: 0;
    outline: 0;
}

.c-search-content .btn-search {
    outline: 0;
    background: #f26b55;
    border: none;
    padding: 17.6px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    position: relative;
}

.btn-search:hover {
    background: rgba(242, 107, 85, 0.8);
}

.btn-search::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    background: #000;
    left: 13px;
    background: url('../../images/system/icon/button/20/ic_20_magnify.svg');
}

.c-search-content .btn-search::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    background: #000;
    left: 13px;
    background: url('../../images/system/icon/button/20/ic_20_magnify.svg');
}

.exp-wrp {
    text-align: right;
}

.exp-wrp .top-exp {
    display: none;
    height: 25px;
    width: 25px;
    content: "";
    background-image: url("../../images_new/search/arrow-up.png");
}

.search-group input.full-size[type="text"] {
    width: 100%;
}

.search-group .btn-search.w-45 {
    width: 45px;
}

/*----------------------------------------------
    Quick Search
------------------------------------------------*/

.input-50 {
    height: 50px;
}

.sc-wrapper {
    position: relative;
}

input.input-search {
    padding-left: 25px !important;
    border-bottom-color: #168ca8;
}

.ic_search {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 15px;
    background: url("../../images/system/icon/recruitment/15/ic_15_search.png");
}
.ic_search_up {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 15px;
    background: url("../../images/system/icon/recruitment/15/ic_15_search_up.png");
}
.emp-block, .emp-block .img-border, .emp-info {
    display: inline-block;
    vertical-align: middle;
}

.emp-block {
    width: 100%;
}

.emp-block .u-name, .emp-info h6.title {
    display: block;
    margin-left: 10px;
}

.sc-emp-list.li-inline-block emp-block .u-name,
.sc-emp-list.li-inline-block .emp-info h6.title {
    display: inline-block;
}

/*.emp-block .u-name {*/

/*display: inline;*/

/*margin-left: 10px;*/

/*}*/

.emp-block .u-name.ui-draggable-handle {
    cursor: move;
    padding: 2px 10px 2px 0;
}

.emp-block .u-name.ui-draggable-handle:hover {
    background: #49b3cc none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
}

.img-border {
    width: 45px;
    height: 45px;
    padding: 3px;
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.search-emp .img-border {
    border: 2px solid #53b7cf;
}

.select-resign .img-border {
    border: 2px solid #f26b55;
}

.sc-ab{
    position: absolute;
    z-index: 10;
    border-radius: 4px;
    background: #fff;
    display: block;
    min-width: 555px;
    top: -1px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 6px 32px -11px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 6px 32px -11px rgba(0,0,0,0.37);
    box-shadow: 0px 6px 32px -11px rgba(0,0,0,0.37);
}

.sc-emp-list {
    /* margin: 10px 0 0; */
    /* padding: 10px; */
    /* max-height: 170px; */
    /*height: 170px;*/
    /* background: #fefffb; */
    /* background: #d6e0bb; */
    /* display: block; */
    width: 100%;
    /* position: absolute; */
    /* z-index: 10; */
    /* border: 1px solid #f7f6f6; */
    /* overflow-y: auto; */
   
}



/* .sc-emp-list::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 4px;
  background-color: #fff;
} */
/* 
.sc-emp-list::-webkit-scrollbar
{
  width: 6px;
  background-color: #fff;
} */

/* .sc-emp-list::-webkit-scrollbar-thumb
{
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.23);
  background-color: rgb(225, 228, 239);
} */

.sc-emp-list li {
    list-style: none;
    display: block;
    cursor: pointer;
    padding: 2px 6px;
    margin-top: 10px;
}

.sc-emp-list li .img-border {
    border-color: transparent;
}

.sc-emp-list li:hover .img-border {
    border-color: #53b7cf;
}

.sc-emp-list li:hover h5.u-name, .sc-emp-list li:hover h5.emp-no {
    color: #53b7cf;
}

.sc-emp-list li:not(:last-child) {
    margin-bottom: 5px;
}

.sc-emp-list-row {
    margin: 10px 0 0;
    padding: 0;
    /*max-height: 170px;*/
    /*height: 170px;*/
}

.sc-emp-list-row li {
    list-style: none;
    display: block;
    cursor: pointer;
    float: left;
}

.sc-emp-list-row li .img-border {
    border-color: transparent;
}

.sc-emp-list-row li:hover .img-border {
    border-color: #53b7cf;
}

.sc-emp-list-rowli:hover h5.u-name, .sc-emp-list li:hover h5.emp-no {
    color: #53b7cf;
}

.sc-emp-list-row li:not(:last-child) {
    margin-bottom: 5px;
}



.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.absolute-box {
    position: absolute;
    width: calc(100% - 30px);
    max-height: 300px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    top: 26px;
    z-index: 9;
    background: #fff;
    display: none;
    opacity: 0;
    padding: 10px 0;
}

.selected-emp {
    display: none;
    opacity: 0;
}

/*==============================================================================
                            0.8 Footer
==============================================================================*/

footer {
    padding: 10px 0;
    background: #434849;
    display: table;
    width: 100%;
}

footer .set-right {
    float: right;
}

footer p, footer a {
    color: rgba(255, 255, 255, 0.56);
    font-size: 14px;
    line-height: 14px;
}

footer a, footer a:link, footer a:visited, footer a:hover, footer a:active {
    display: inline-block;
    color: rgba(255, 255, 255, 0.56);
}

footer a:hover {
    color: rgba(255, 255, 255, 1);
}

/*==============================================================================
                            0.9 Status
==============================================================================*/

.status.pending {
    background: rgba(249, 212, 82, 1);
}

.status.approve {
    background: #4fdb9b;
}

.status.reject {
    background: #f26b55;
}

/*==============================================================================
    0.10 Table.
==============================================================================*/

table.cm_table {
}

table.cm_table thead {
    background: #168ca8;
    color: #fff;
}

table.cm_table > thead > tr > th {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 20px 10px;
    border-bottom: 0;
}

table.cm_table > tbody > tr > td {
    color: #434849;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 10px;
    border-bottom: 1px solid #eeeaea;
}

table.cm_table.v-middle > tbody > tr > td {
    vertical-align: middle;
}

table.cm_table > tbody > tr > td.zero-width, table.cm_table > thead > tr > th.zero-width {
    width: 0;
}

table.cm_table > tbody > tr > td.action, table.cm_table > thead > tr > th.action {
    width: 80px;
}

table.cm_table input, table.cm_table select {
    font-size: 14px;
}

table.cm_table select {
    height: 18px;
}

table.cm_table > tbody > tr:hover {
    background: #eeeaea;
}

table.cm_table.no-wrp > thead > tr > th, table.cm_table.no-wrp > tbody > tr > td {
    white-space: nowrap;
}

.table-scroll {
    width: 1080px;
}

.x-scroll .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 12px;
}

/*==============================================================================
    0.11 Quick Search
==============================================================================*/

.quick-search {
    margin: 0;
    padding: 0;
}

.quick-search li {
    list-style: none;
    padding: 10px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.quick-search li:not(:last-child) {
    margin-bottom: 15px;
}

.quick-search li:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.quick-search .emp-block, .quick-search .emp-block .img-border {
    display: inline-block;
    vertical-align: middle;
}

.quick-search .emp-block {
    width: 100%;
}

.quick-search .emp-block .u-name {
    display: inline;
    margin-left: 10px;
}

.quick-search .emp-no {
    padding-top: 18px;
}

.quick-search .img-border {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    padding: 0;
    border: none;
}

.search-content-wrp {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #F9F9F9;
}

/*==============================================================================
    0.11 Sub Menu.
==============================================================================*/

.edit-menu-wrapper {
    background: rgba(0, 0, 0, 0.85);
    padding: 0 16px 16px 16px;
    position: absolute;
    right: 0;
    top: 0;
    /*top: 80px;*/
    width: 49%;
    z-index: 99;
    display: none;
}

.edit-menu-wrapper .main-menu {
    width: 100%;
    float: left;
    margin-top: 54px;
}

.edit-menu-wrapper .sub-menu {
    width: 30%;
    float: left;
    margin-top: 54px;
    display: none;
}

.space {
    margin-bottom: 20px;
}

.row-block {
    width: 100%;
    clear: both;
}

.menu-item {
    margin-bottom: 2%;
    float: left;
    /*    text-align: center;*/
    color: #fff;
    display: flex;
    height: 116px;
    padding: 16px 8px;
    flex-direction: column;
    align-items: center;
    gap: 12px; 

}

.menu-item img {
    margin: 0 auto;
    display: block;
    width: 32px;
    height: 32px;
}

.menu-item img + span {
    width: 92px;
    height: 40px;
    display: -webkit-box;
    display: box; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;     
    -webkit-box-orient: vertical;
    box-orient: vertical;  
    -webkit-line-clamp: 2; 
    line-clamp: 2; 
    text-align: center;
    justify-content: center;

}

.menu-item {
    width: 23%;
    margin-right: 2%;
    background: #49b3cc;
}

.menu-item:hover {
    background: #168ca8;
}

.menu-item.full {
    width: 48%;
    margin-right: 2%;
}

.menu-item.green {
    color: #fff;
    background: #39C05D;
}

.menu-item.green:hover {
    background: #39C05D;
}

.menu-item.yellow {
    background: #f9d452;
}

.menu-item.yellow:hover {
    background: #f9d452;
}

ul.sub-menu-item li {
    list-style: none;
    padding: 4px 10px;
}

ul.sub-menu-item li a {
    color: rgba(256, 256, 256, 0.56);
    font-size: 18px;
    display: block;
    font-size: 18px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.56);
}

ul.sub-menu-item li a:hover {
    color: rgba(256, 256, 256, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.sub-panel {
    display: none;
}

#menu-ic {
    width: 25px;
    height: 25px;
    float: right;
    cursor: pointer;
    position: relative;
    margin-top: -8px;
    margin-right: -18px;
    z-index: 100;
}

#menu-ic::before {
    content: '';
    width: 50px;
    height: 50px;
    background: #4C4C4C;
    /*border-radius: 50%;*/
    position: absolute;
    top: -12px;
    left: -13px;
    transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
}

#menu-ic.close-menu::before {
    background: transparent;
}

#menu-ic ul {
    position: relative;
}

#menu-ic ul li {
    list-style: none;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: #fff;
    /*background: #49B3CC;*/
}

/*#menu-ic:hover ul li {
    background: rgba(256,256,256, 1);
}*/

.close-menu ul li {
    background: #fff;
}

/*==============================================================================
   0.12 Input and select
==============================================================================*/

input[type="text"].no-border-rd, select.no-border-rd {
    border-radius: 0;
}

input[type="text"].dark,
select.dark,
input[type="text"].light,
select.light {
    color: #fff;
    width: 100%;
}

input[type="text"].dark,
select.dark {
    background-color: #939696;
}

input[type="text"].light,
select.light {
    background-color: #a5a8a8;
}

input[type="text"].dark.border-tb, select.dark.border-tb {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

select.dark,
select.light {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 35px;
    padding: 0 15px;
    border: none;
}

select.dark {
    background: #939696 url("../../images/system/icon/form/12/i_12_select-default.png") no-repeat scroll calc(100% - 15px) center;
}

select.dark:focus {
    background: #939696 url("../../images/system/icon/form/12/i_12_select-white-active.png") no-repeat scroll calc(100% - 15px) center
}

select.light {
    background: #a5a8a8 url("../../images/system/icon/form/12/i_12_select-default.png") no-repeat scroll calc(100% - 15px) center;
}

select.light:focus {
    background: #a5a8a8 url("../../images/system/icon/form/12/i_12_select-white-active.png") no-repeat scroll calc(100% - 15px) center
}

/*==============================================================================
    0.13 Line Tab
==============================================================================*/

.line_tab_wrp {
    float: left;
    width: 100%;
}

.line_tab {
    margin: 0;
    padding: 0;
}

.line_tab li {
    float: left;
    list-style: none;
    width: 25%;
}

.line_tab.half li {
    width: 50%;
}

.line_tab.item-5 li {
    width: 20%;
}

.line_tab li a {
    border-bottom: 2px solid #dbdbdb;
    color: #dbdbdb;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 10px 0;
    text-align: left;
    text-transform: uppercase;
}

.line_tab.tab-capitalize li a {
    text-transform: capitalize;
}

.line_tab_auto .line_tab li {
    width: auto;
}

.line_tab_auto .line_tab li a {
    padding-right: 50px;
}

.line_tab li a:hover, .line_tab li.active a {
    border-bottom: 2px solid #49b3cc;
    color: #49b3cc;
}

.line_tab_content, .line_tab_content .tab-items {
    float: left;
    width: 100%;
}

.line_tab_content .tab-items {
    display: none;
}

.line_tab_content .tab-items.active {
    display: block;
}

/*==============================================================================
    0.14 Users image overlap
==============================================================================*/

.emp-list-container {
    float: left;
    width: 100%;
}

.emp-list-wrp {
    display: inline-block;
}

.emp-list {
    float: right;
    position: relative;
}

.emp-list .img-wrp--35:hover {
    border: 3px solid #49b3cc;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1 1.1);
}

.emp-list:not(:first-child) {
    margin-right: -10px;
}

.emp-list .img-wrp--35, .emp-list-sm .emp-list .img-wrp--20 {
    border: 3px solid #fff;
    box-sizing: content-box;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.emp-list-sm .emp-list .img-wrp--20 {
    border: 1px solid #fff;
}

.emp-list-sm .emp-list .img-wrp--20:hover {
    border: 1px solid #49b3cc;
}

.dropArea {
    font-size: 10px;
    color: rgba(67, 72, 73, 0.56);
    float: left;
    background: #eeeaea url("../../images/system/icon/form/50/ic_50-folder-dark.png") no-repeat 6px center;
    border-radius: 33px;
    height: 62px;
    margin-top: 15px;
    position: relative;
    width: 100%;
    padding: 23px 0 23px 80px;
    border: 2px dashed transparent;
}

.dropArea.ui-droppable-active {
    border-color: #6ECCE0;
    background-image: url("../../images/system/icon/form/50/ic_50-folder-bule.png");
}

.dropArea.ui-droppable-active.ui-droppable-hover {
    color: rgba(255, 255, 255, 0.56);
    border-color: #6ECCE0;
    background: #6ECCE0 url("../../images/system/icon/form/50/ic_50-folder-bule.png") no-repeat 6px center;
}

.coverup-pnl, .superior-pnl {
    float: left;
    width: 100%;
}

.tip-emp-name, .emp-list-sm .tip-emp-name {
    display: none;
    left: 6px;
    top: 50px;
    white-space: nowrap;
}

.emp-list-sm .tip-emp-name {
    left: 1px;
    top: 30px;
}

.emp-list .img-wrp--35:hover + .tip-emp-name, .emp-list-sm .img-wrp--20:hover + .tip-emp-name {
    display: block;
}

.emp-list {
    position: relative;
}

.quick-delete {
    background: #f26b55 url("../../images/system/icon/emp/6/ic_6_cross.png") no-repeat scroll center center;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.delete-emp {
    
    left: -6px;
    position: absolute;
    top: 16px;
}

.emp-list:hover .delete-emp {
    display: block;
}

.emp-list:hover {
    z-index: 99;
}

.title-md-14 {
    color: #434949;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

/*==============================================================================
    0.15 File Upload
==============================================================================*/

.upload-box {
    display: table;
    width: 100%;
}

.upload-box .btn-upload, .upload-box .upload-text {
    display: table-cell;
    vertical-align: bottom;
}

.upload-box .btn-upload {
    background: #49b3cc;
    padding: 10px 30px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    float: left;
}

.upload-box .btn-upload:hover {
    background: #4999b2;
}

.upload-box .btn-upload input[type="file"] {
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.upload-box .upload-text {
    width: 100%;
}

.upload-box span {
    font-size: 14px;
    color: rgba(78, 79, 75, 0.86);
    width: 80%;
    margin-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/*==============================================================================
    0.16 Drag drop
==============================================================================*/

/*==============================================================================
    0.17 Status circle
==============================================================================*/
.sm-circle,
.sm-square {
    display: inline-block;
    height: 10px;
    margin-right: 8px;
    width: 10px;
}

.sm-circle {
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}

.sm-circle.yellow,
.status.pending {
    background: rgb(249, 212, 82);
}

.sm-circle.green,
.status.approve {
    background: #4fdb9b;
}

.sm-circle.red,
.status.reject {
    background: #f26b55;
}

.sm-circle.orange{
    background: #f26922;
}

/*.sm-circle.darkred{
    background: #8B0000;
}*/
.sm-circle.darkred{
    background: #ed9a7a;
}

.sm-circle.interdiction{
    background:#3b668e;
}

.sm-circle.retirement {
    background:#7b7b7b;
}
.sm-circle.default {
     background: #dbdbdb;
}


.sm-circle.grey,
.sm-circle.gray,
.status.default {
    background: #dbdbdb;
}

.sm-circle.yellow,
.status.Pending {
    background: rgb(249, 212, 82);
}

.sm-circle.green,
.status.Approve {
    background: #4fdb9b;
}

.sm-circle.red,
.status.Reject {
    background: #f26b55;
}

.sm-circle.status.expired {
    background: #8B0000;
}

/*==============================================================================
    0.18 Status page
==============================================================================*/
.status-page {
    position: relative;
}

.status-page:before {
    content: '';
    top: 61px;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #49B3CC;
    z-index: -1;
}

.status-page .ic-65 {
    width: 65px;
    height: 65px;
    display: inline-block;
    margin-right: 20px;
}

.status-page .ic-65.ic-sadmood {
    background: url("../../images/system/icon/permission/65/ic_65-sadmood.png") no-repeat center center;
}

.status-page .ic-65.ic-check {
    background: url("../../images/system/icon/permission/65/ic_65-check.png") no-repeat center center;
}

.status-page .ic-65.ic-cross {
    background: url("../../images/system/icon/permission/65/ic_65-cross.png") no-repeat center center;
}

.status-page h1 {
    color: rgba(255, 255, 255, 0.86);
    font-weight: 300;
    margin-top: 18%;
}

.error-container {
    margin-top: 15%;
}

.status-page h1 span {
    vertical-align: middle;
}

.error-wrapper {
    width: 100%;
    display: block;
    margin-top: 20%;
}

.error-wrapper > .error-img, .error-wrapper > .no-permission {
    display: inline-block;
    width: 160px;
    height: 160px;    
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius:50%;    
}

.error-img {
    background: url("../../images/system/icon/permission/65/ic_65_brokenLink.png") no-repeat center center;
}

.no-permission {
    background: url("../../images/system/icon/permission/65/ic_65-sad.png") no-repeat center center;
}

.status-page h1.title {
    color: rgba(255, 255, 255, 1);
    font-size: 72px !important;    
    margin-top: 8%;
    margin-bottom: 40px;
}

.status-page h2.sub-title {
    color: rgba(255, 255, 255, 0.86);
    font-size: 24px;
}

/*=============================================================
    Approved,Pending and reject status
*===============================================================*/
/*.cr-status-40 {
    display: inline-block;
    vertical-align: middle;
}

.cr-status-40 i,
.cr-status-40 span {
    display: inline-block;
    vertical-align: middle;
}

.cr-status-40 span {
    color: #434849;
    font-size: 14px;
    margin-left: 8px;
}

.cr-status-40 i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.cr-status-40.pendding i,
.cr-status-40.cr-status_0 i,
.cr-status-40.pending i {
    background: rgba(249, 212, 82, 1) url('../../images/system/icon/leave/20/ic_20_pending.png') no-repeat center center;
}

.cr-status-40.cr-status_1 i,
.cr-status-40.approved i {
    background: rgba(79, 219, 155, 1) url('../../images/system/icon/leave/20/ic_20_approved.png') no-repeat center center;
}

.cr-status-40.cr-status_3 i,
.cr-status-40.rejected i {
    background: rgba(242, 107, 85, 1) url('../../images/system/icon/leave/20/ic_20_rejected.png') no-repeat center center;
}

.st_with_img.status {
    background: transparent;
}

.st_with_img i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.st_with_img.status.status_0::after,
.st_with_img.status.status_1::after,
.st_with_img.status.status_2::after,
.st_with_img.status.pending::after,
.st_with_img.status.approve::after,
.st_with_img.status.reject::after {
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle;
}

Pending
.st_with_img.status.pending i,
.st_with_img.status.status_0 i {
    background: rgba(249, 212, 82, 1) url("../../images/system/icon/status/10/ic_10_pending.png") no-repeat center center;
}

.st_with_img.status.status_0::after,
.st_with_img.status.pending::after {
    content: "Pending";
    color: rgba(249, 212, 82, 1);
}

Approved
.st_with_img.status.status_1 i,
.st_with_img.status.approve i {
    background: #4fdb9b url("../../images/system/icon/status/10/ic_10_approved.png") no-repeat center center;
}

.st_with_img.status.status_1::after,
.st_with_img.status.approve::after {
    content: "Approved";
    color: #4fdb9b;
}

Reject
.st_with_img.status.status_2 i,
.st_with_img.status.reject i {
    background: #f26b55 url("../../images/system/icon/status/10/ic_10_rejected.png") no-repeat center center;
}

.st_with_img.status.status_2::after,
.st_with_img.status.reject::after {
    content: "Rejected";
    color: #f26b55;
}

Approved
.st_with_img.status.status_1 i,
.st_with_img.status.request i {
    background: #4fdb9b url("../../images/system/icon/status/10/account-check-outline.svg") no-repeat center center;
}

.st_with_img.status.status_1::after,
.st_with_img.status.request::after {
    content: "Requested";
    color: #4fdb9b;
}*/


/*=============================================================
    Approved,Pending,reject,request and withdrawn  status update css
*===============================================================*/
.cr-status-40 {
    display: inline-block;
    vertical-align: middle;
}

.cr-status-40 i,
.cr-status-40 span {
    display: inline-block;
    vertical-align: middle;
}

.cr-status-40 span {
    color: #434849;
    font-size: 14px;
    margin-left: 8px;
}

.cr-status-40 i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.cr-status-40.pendding i,
.cr-status-40.cr-status_0 i,
.cr-status-40.pending i {
    background: rgba(249, 212, 82, 1) url('../../images/system/icon/leave/20/ic_20_pending.png') no-repeat center center;
}

.cr-status-40.cr-status_1 i,
.cr-status-40.approved i {
    background: rgba(79, 219, 155, 1) url('../../images/system/icon/leave/20/ic_20_approved.png') no-repeat center center;
}

.cr-status-40.cr-status_2 i,
.cr-status-40.rejected i {
    background: rgba(242, 107, 85, 1) url('../../images/system/icon/leave/20/ic_20_rejected.png') no-repeat center center;
}
.cr-status-40.cr-status_3 i,
.cr-status-40.request i {
    background: #4fdb9b url("../../images/system/icon/status/10/account-check-outline.svg") no-repeat center center;
}
.cr-status-40.cr-status_4 i,
.cr-status-40.withdrawn i {
    background: rgba(79, 219, 155, 1) url("../../images/system/icon/status/10/account-check-outline.svg") no-repeat center center;
}

.st_with_img.status {
    background: transparent;
}

.st_with_img i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.st_with_img.status.status_0::after,
.st_with_img.status.status_1::after,
.st_with_img.status.status_2::after,
.st_with_img.status.status_3::after,
.st_with_img.status.status_4::after,
.st_with_img.status.status_5::after,
.st_with_img.status.pending::after,
.st_with_img.status.approve::after,
.st_with_img.status.approveHR::after,
.st_with_img.status.request::after,
.st_with_img.status.reject::after,
.st_with_img.status.completed::after,
.st_with_img.status.withdrawn::after{
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle;
}

/*Pending*/
.st_with_img.status.pending i,
.st_with_img.status.status_0 i {
    background: rgba(249, 212, 82, 1) url("../../images/system/icon/status/10/ic_10_pending.png") no-repeat center center;
}

.st_with_img.status.status_0::after,
.st_with_img.status.pending::after {
    content: "Pending";
    color: rgba(249, 212, 82, 1);
}

/*Approved*/
.st_with_img.status.status_5 i,
.st_with_img.status.comleted i {
    background: rgba(79, 219, 155, 1) url("../../images/system/icon/status/10/ic_10_approved.png") no-repeat center center;
}

/*Completed*/
.st_with_img.status.status_1 i,
.st_with_img.status.approve i {
    background: rgba(79, 219, 155, 1) url("../../images/system/icon/status/10/ic_10_approved.png") no-repeat center center;
}
/*approveHR*/
.st_with_img.status.status_1 i,
.st_with_img.status.approveHR i {
    background: rgba(79, 219, 155, 1) url("../../images/system/icon/status/10/ic_10_approved.png") no-repeat center center;
}
.st_with_img.status.status_1::after,
.st_with_img.status.approveHR::after {
    content: "Approved By HR";
    color: rgba(79, 219, 155, 1);
}
.st_with_img.status.status_1::after,
.st_with_img.status.approve::after {
    content: "Approved";
    color: rgba(79, 219, 155, 1);
}
.st_with_img.status.status_5::after,
.st_with_img.status.completed::after {
    content: "Completed";
    color: rgba(79, 219, 155, 1);
}
/*Reject*/
.st_with_img.status.status_2 i,
.st_with_img.status.reject i {
    background: #f26b55 url("../../images/system/icon/status/10/ic_10_rejected.png") no-repeat center center;
}

.st_with_img.status.status_2::after,
.st_with_img.status.reject::after {
    content: "Rejected";
    color: #f26b55;
}

/*request*/
.st_with_img.status.status_3 i,
.st_with_img.status.request i {
    background: #4fdb9b url("../../images/system/icon/status/10/account-check-outline.svg") no-repeat center center;
}

.st_with_img.status.status_3::after,
.st_with_img.status.request::after {
    content: "Requested";
    color: #4fdb9b;
}

/*withdrawn*/
.st_with_img.status.status_4 i,
.st_with_img.status.withdrawn i {
    background: rgba(79, 219, 155, 1) url("../../images/system/icon/status/10/ic_10_approved.png") no-repeat center center;
}

.st_with_img.status.status_4::after,
.st_with_img.status.withdrawn::after {
    content: "withdrawn";
    color: rgba(79, 219, 155, 1);
}

/*=============================================================
    0.19 Popup Selector
*===============================================================*/
.cm-popup-select {
    position: relative;
    float: left;
    width: 100%;
}

.cm-select-header {
    float: left;
    width: 100%;
}

.cm-select-header .text,
.cm-select-header .icon-more {
    float: left;
    color: rgba(67, 72, 73, 0.56);
    cursor: pointer;
}

.cm-select-header .text {
    width: 98%;
    font-size: 14px;
    text-align: right;
    padding-right: 8px;
}

.cm-select-header .icon-more {
    width: 2%;
}

.cm-select-header .text span {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: block;
}

.cm-select-header .icon-more i {
    display: block;
    width: 5px;
    height: 18px;
    background: url("../../images/system/icon/button/5/ic_5-more.png");
}

.cm-select-body {
    display: block;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    /*max-height: 150px;*/
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    z-index: 99;
    right: -4px;
    top: 0;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform-origin: right top;;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
}

.cm-select-body ul {
    margin: 0;
    padding: 0;
}

.cm-select-body ul li {
    padding: 5px 15px;
    font-size: 14px;
    color: rgba(67, 72, 73, 0.56);
    display: block;
    white-space: nowrap;
    cursor: pointer;
}

.cm-select-body ul li:hover {
    color: rgba(67, 72, 73, 0.86);
}

.cm-select-body ul li.active {
    background: rgba(67, 72, 73, 0.2);
    color: rgba(67, 72, 73, 0.86);
}

/*=============================================================
    0.20 Scroll Bar
*===============================================================*/
.mCSB_scrollTools:not(.mCSB_scrollTools_horizontal) .mCSB_dragger .mCSB_dragger_bar {
    width: 7px !important;
}

/*=============================================================
    0.21 Dashed Circle
*===============================================================*/
.cr_duration {
    border: 1px dashed #434849;
    border-radius: 50%;
    height: 65px;
    padding: 15px 0;
    text-align: center;
    width: 65px;
}

.cr_duration.size-75 {
    height: 75px;
    padding: 20px 0;
    width: 75px;
}

.cr_duration.size-100 {
    height: 100px;
    padding: 30px 0;
    width: 100px;
}

.cr_duration span,
.cr_duration h6 {
    color: #434849;
    text-align: center;
}

.cr_duration span {
    font-size: 24px;
    font-weight: 500;
    line-height: 18px;
}

.cr_duration h6 {
    font-size: 12px;
}

.cr_duration .right {
    text-align: right;
}

.cr_duration.blue {
    border-color: #49b3cc;
}

.cr_duration.blue span,
.cr_duration.blue h6 {
    color: #49b3cc;
}

.lighten-500 {
    opacity: .56;
}

.arrow-text span {
    position: relative;
}

.arrow-text span::after {
    width: 7px;
    height: 13px;
    display: inline-block;
    content: '';
    margin: 0 10px 0 15px;
}

.arrow-text span:not(:last-child)::after {
    background: url("../../images/system/icon/button/7/ic_7-arrow-right-blue.png");
}

/*Box Tab*/

.box-tab-wrapper,
.box-tab-wrapper .box-tab,
.box-tab-wrapper .box-tab-container {
    float: left;
    width: 100%;
}

.box-tab-wrapper {

}

.box-tab-wrapper .box-tab {
    margin: 0;
    padding: 0;
}

.box-tab-wrapper .box-tab li {
    position: relative;
    float: left;
    list-style: none;
    text-align: center;
}

.box-tab-wrapper .box-tab li:not(:last-child) {
    padding-right: 4px;
}

.box-tab-wrapper .box-tab li.active:before {
    position: absolute;
    content: '';
    border-width: 10px 10px 0 10px;
    border-color: #49b3cc transparent transparent transparent;
    border-style: solid;
    left: calc(50% - 10px);
    bottom: -10px;
}

.box-tab-wrapper .box-tab li a {
    color: rgba(78, 79, 75, 0.86);
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    font-size: 16px;
    padding: 18px 5px;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
}

.box-tab-wrapper .box-tab li.active a {
    background: #49b3cc;
    color: #fff;
}

.box-tab-wrapper .box-tab-container {
    padding: 30px 0;

}

.box-tab-wrapper .box-tab-container .tab-item {
    display: none;
}

.box-tab-wrapper .box-tab-container .tab-item.active {
    display: block;
}
.emp-link:hover h5.details{
    cursor:pointer;
    color: #53b7cf;
}
#dashboardLoadView {
    min-height:3000px
}

.breadcrumbs , .breadcrumbs a, .breadcrumbs:link , .breadcrumbs:visited , .breadcrumbs:active {
    color:#368ca9;
}

.new{
    color:red;
    font-size:11px;
}

/*tab view*/
.sm-tab-view{
    width: 100%;
}
.sm-tab-view li{
    list-style: none;
    display: inline-block !important;
    width: 12%;
    color :#c6c6c2;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding:8px 8px !important;
    cursor:pointer;
    border-bottom: 3px solid #e7e7e7;
}
.sm-tab-view li.active{
    color:#49b3cc;
    border-bottom: 2px solid #49b3cc;
}
.tab-view-line{
    border: 0;
    margin-top: -3px;
    border-top: 3px solid #e7e7e7;
}
.main-title{
    color:#434949;
    font-size: 24px;
    font-weight: bold;
}
.sub-title{
    font-size: 15px;
    font-weight: normal;
    color: #858585;
}
hr {
    border-top: 3px solid #eee;
}

.mtm-15{
    margin-top: -15px;
}

.reject-textarea{
    border: 1px dashed;
    background-color: #ffffff;
}

.rec-small-h5{
    font-size: 12px;
    color: rgba(78, 79, 75, .56);
    font-weight: 400;
}

.rec-medium-h5{
    color: #4e4f4b;
    font-weight: 400;
}

.capitalized-text{
    text-transform: capitalize !important;
}

.clear-l{
    clear: left;
}

.clear-r{
    clear: right;
}

.light-blue-border{
    border: 1px solid #49b3cc;
}

.light-blue-border-bottom{
    border-bottom: 1px solid #49b3cc;
}

.light-blue-border-right{
    border-right: 1px solid #49b3cc;
}

.light-yellow-dashed-border{
    border: 1px dashed #f9d452;
}

.light-green-dashed-border{
    border: 1px dashed #4fdb9b;
}

.light-red-dashed-border{
    border: 1px dashed #f26b55;
}

.light-yellow-solid-border{
    border: 2px solid #f9d452;
}

.light-green-solid-border{
    border: 2px solid #4fdb9b;
}

.light-red-solid-border{
    border: 2px solid #f26b55;
}

.light-grey-dashed-border-bottom{
    border-bottom: 1px dashed #7f868c;
}

.right-0{
    right: 0px !important;
}

.px-100{
    width: 100px !important;
}

.px-85{
    width: 85px !important;
}

.px-75{
    width: 75px !important;
}

.text-left-important{
    text-align: left !important;
}

.text-right-important{
    text-align: right !important;
}

.text-center-important{
    text-align: center !important;
}

.sm-accordian-link{
    font-size: 14px !important;
    color: #4e4f4b !important;
    font-weight: 500 !important;
}

.status-wrp{
    float: right;
}

.status-colour{
    padding-left: 0;
}

.to-left{
    float: left !important;
}

.btn-150{
    min-width: 150px !important;
}

.width-50{
    width: 50% !important;
}

.overflow-hide{
    overflow: hidden;
}

.hide-extra-content{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.notification-span{
    display: block;
    float: left;
}

.notification-span-1{
    width: 40%;
}

.notification-span-2{
    width: 16%;
}

.notification-span-3{
    width: 28%;
    text-align: center;
}

.notification-btn{
    color: #f5eded !important;
}

.notification-btn:hover{
    color: #ffffff !important;
}

/*new added (editer UI Udara)*/
.txt-wrap-break{
     word-wrap:break-word;display: block;
}

.nicEdit-main ol{ 
    list-style:inside;
    list-style-type: decimal;
}

.nicEdit-main ul{ 
    list-style: inside; 
    list-style-type: circle; 
}

.btn-120{
    min-width: 120px !important;
}

.pg-title-header{
    display: flex;
    justify-content: space-between;
    margin-left: 30px;
    margin-right: 30px;
        margin-bottom: 25px;
    margin-bottom: 25px;

}

.pg-title-header h5{
    font-size: 24px;
    font-weight: 700;
}

.pg-title-header .link-trans{

/*.link-trans{*/

    background: transparent;
    border: none;
    color: #8C8FA9;

}

.pg-title-header .link-trans:hover{
    color: #63667b;
}

 .link-trans:hover{
    color: #63667b;
}

.link-trans-ico{
    background: transparent;
    border: none;
    color: #8C8FA9;
    width: 20px;
    height: 20px;
    border-radius: 30px;
}

.link-trans-ico:hover{
    color: #63667b;
    background: #ececec;
}

.add-n-btn{
    color: #49B3CC;
}


.add-n-btn:hover{
    color: #308ea5;
}

.add-n-btn:hover + .add-n-btn span{
    color: #308ea5;
    border-color: #308ea5;
}
.add-n-btn span{
    border: 2px solid #49B3CC;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    margin-right: 8px;
}

.add-nm-sec{
    padding-right: 100px;
}

.m-list .ml-item{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    padding: 5px 0px;
}

.m-list .ml-item:hover{
    border-bottom: 1px solid #f5f5f5;
}
.m-list p{
    color: #2f2f2f;
    font-size: 15px;
}


.del-btn{
    background: url('../../images/del.PNG');
    width: 20px;
    height: 20px;
    background-size: contain;
    opacity: 0.9;
}

.del-btn:hover{
    opacity: 1;

}


.details-block, .top-details{
    /* display: flex !important; */
    align-items: center;
}

.fx-1{
    flex-grow: 1;
}

.bt-light{
    border-top: 1px solid #f3f3f3;
}

.h-l{
    max-height: 69px;
}

.card-content-wrp:hover{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.light-txt-area{
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    padding-left: 6px;
}

.light-b-box{
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    padding: 6px;
}
.bt-p-th{
    padding: 10px 20px;
    background: #49B3CC !important;
    color: #fff;
    border-radius: 3px;
}

.sm-l-font{
    color: #909090;
    font-size: 13px;
}

.pt-sub-t{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-d{
    display: flex;
}

.ai-c-flex{
    align-items: center;
}

.acc-l{
    background: #fff;
    padding: 8px 20px;

    border-radius: 4px;
    margin-bottom: 20px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: all 1s cubic-bezier(.47, .25, .12, 1.22);
}


.acc-l:hover{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);

   /* border: 1px solid #E2E2EE;
    border-radius: 4px;
    margin-bottom: 20px;*/

}

.acc-l p{
    font-size: 13px;
}

.al-left{
    display: flex;
    align-items: center;
}

.prg-circle{
    margin-right: 20px;
    display: flex;

}

.circle-th{
    position: relative;
    display: flex;
}

.prg-circle .tu-percentage{
    position: absolute;
    left: 13px;
    top: 14px;
    font-weight: 600;
    font-size: 12px !important;

    /*left: 16px;
    top: 10px;*/

}


.al-left p{
    font-size: 15px;
    font-weight: 700;
}

.fx-table{

    font-size: 12px;

}

.fx-table .fxt-head{
    display: flex;
   
}

.fx-table .fxt-body{
    display: flex;

}
.fx-table .fxt-head .fxt-d{
    display: flex;
    align-items: center;
}


.ci-btn{
    background: #ccc;
    color: #fff !important;
    border-radius: 40px;
    font-size: 9px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dbdbdb url(../../images/system/icon/button/25/ic_25_arrow-down.svg) no-repeat 5px 5px;
    transform: rotate(0deg);
    transition: transform 0.6s;
}
.ci-btn-acco{
    background: #ccc;
    color: #fff !important;
    border-radius: 40px;
    font-size: 9px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dbdbdb url(../../images/system/icon/button/25/ic_25_arrow-down.svg) no-repeat 5px 5px;
    transform: rotate(0deg);
    transition: transform 0.6s;
}



.c-r {
    transform: rotate(180deg);
}

.ci-btn:hover{
    background-color:  #d2d1d1;

    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ci-btn:hover{
    background: #bdb9b9;


}

.user-ul{
    list-style: none;
    display: flex;
}

.user-ul li{
    width: 30px;
  

    border-radius: 40px;

}

.user-ul li img{
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 40px;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.29);
}

.ul-l-last{
    background: #E4E7E9;
    color: #4E4F4B;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px !important;
    height: 36px !important;
    border: 2px solid #fff;
    border-radius: 40px;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.29);
}

.f-500{
    font-weight: 500;
}

.f-16-500{
    font-weight: 500;
    font-size: 16px;
}
.ft-l-spacing{
    padding-left: 80px;
}

.pb-16-700{
    font-size: 16px;
    font-weight: 700;
}

.pb-13-700{
    font-size: 13px;
    font-weight: 700;
}

.tus-i{
    margin-right: 30px;
    position: relative;
}



.tus-i img{
    position: absolute;
    top: 3px;
    left: 3px;
    width: 38px;
    border-radius: 50px;
}

.tu-ip-sec{
    display: flex;
}

.click-b-b{
    font-size: 13px;

   /* font-size: 15px;*/

    font-weight: 500;
    color: #49B3CC;
}

.tu-percentage{
    font-size: 10px !important;
    font-weight: 300;
    text-align: center;

    /* margin-top: 5px; */

}

.tu-percentage span{
   

    font-size: 12px  !important;;
    font-weight: 600;

    /*font-size: 13px  !important;;
    font-weight: 500;*/

}

.bb-box{
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background: #fff;
    padding: 20px 30px;
}

.f-blue-l{
    font-size: 15px;
    font-weight: 600;
    color: #2AC4DB;

}

.bt-head{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.bl-i{
    border: 1px solid #e6e6e6;
    padding: 5px 10px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.bl-i img{
    margin-right: 15px;
}

.bli-u p{
    font-weight: 600;

}

.bli-u span{
    font-size: 12px;
    color: #858585;
}

.close-b-i{
    color: #4C4C4C;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 30px;
}

.close-b-i:hover{
    background: #efefef;
}

.th-w-btn{
    padding: 10px 20px;
    border: 1px solid #BDE1E9;
    color: #4BCDE1;
    border-radius: 4px;
    font-weight: 600;
}
.th-w-btn:hover{
    background: #f9f8f8;
    
}

.w-100{
    width:100%;
}

.b-head-t{
   display: flex;
   justify-content: space-between;
   margin-bottom: 15px;
}

.f-xb-14{
    font-weight: 600;
    font-size: 14px;
}

.lies-sep{
    color: #e2e2ee;
    margin: 0 10px;
}

.bb-fluid{
    border-bottom: 1px solid #e2e2ee;
    margin: 0 -10px;
}

.task-list .tl-item:last-child .bb-fluid{
    display: none;

}



.cs-btn{
    width:50px;
    background-position: center !important;
    background: url(../../images/system/icon/button/20/ic_20_magnify.svg) no-repeat;
    background-color:#bdbdc7;
  }


  .cs-btn:hover{
    background-color:#acacb5;
  }

  .cs-reset span{
    background: url(../../images/reset.png) no-repeat;
    width: 35px;
    height: 35px;
    background-size: 17px;
    background-position: center;
  }

  .cs-reset a{
    font-size: 13px !important;
    margin-right: 15px;
    color: #797474;
  }

  


  .cs-reset{
    display: flex;
    align-items: center;
    font-size: 12px;
    background: #ececec;
    border-radius: 50px;
    margin-left: 10px;
  }

  .cs-reset:hover{
      background: #dee2e6;
     
  }


  .ac-lb{
    border-top: 1px solid rgb(247, 247, 247);
    margin-top: 6px;
  }

  .user-img{
    border-radius: 50px;
  }

.rr-status{
    width: 200px !important;
}

.h5-light-blue{
    font-size: 16px;
    color: #49b3cc;
    line-height: 16px;
    margin-bottom: 2px;
}

.wrap-all{
    background: #fff; 
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}

.border-grey{
    border: 1px solid #828181;
}

h5.u-name, h5.details-l {
    color: #4e4f4b;
    font-weight: 400;
    text-align: left !important;
}

.details-l.lighten-5 {
    color: rgba(78, 79, 75, 0.56) !important;
}
.width-42{
    width: 42% !important;
} 
.dropzone .dz-preview .dz-error-mark span{
    color : #ee162d !important;
}



.no-box-shadow{
      -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


.no-box-shadow:hover{
    box-shadow: none !important;
}

.sa-button-container .cancel, .sa-button-container .confirm{
    min-width: 250px;
}

/* BREAD CRUMB */
.mydropdowncss .dropdown-menuDash {
    /* opacity: 0; */
    display: none;
    margin-top: 111px;
    /* display: grid;
    margin-top: 118px; */
/*    left: calc(100% - 90%);*/
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
    box-sizing: border-box;
/*    right: calc(100% + 10px);*/
    padding: 10px 15px 10px 10px;
    position: absolute;
    top: -5px;
    width: 230px;
    z-index: 99;
    
}
.mydropdowncss:hover .dropdown-menuDash {
     opacity: 1; 
     display: block;
     transition: visibility 2s, opacity 1s linear !important;
     /*transition: opacity 2s;*/
     
}
/*leave panal specify*/
.mydropdowncssSpecify .dropdown-menuDash {
     display: none;
    margin-top: 111px;
    /* display: grid;
    margin-top: 118px; */
    /*left: calc(100% - 99%);*/
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
    box-sizing: border-box;
    /*right: calc(100% + 10px);*/
    padding: 10px 15px 10px 10px;
    position: absolute;
    top: -5px;
    width: 230px;
    z-index: 99;
}
.mydropdowncssSpecify:hover .dropdown-menuDash {
     opacity: 1;
      display: block;
     transition: visibility 1s, opacity 0.5s linear !important;
     /*transition: opacity 2s;*/
     
}
/*Bell Curve specify*/
.mydropdowncssSpecifySec .dropdown-menuDash {
    display: none;
    margin-top: 126px;
    /* display: grid;
    margin-top: 118px; */
    /*left: calc(100% - 95%);*/
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
    box-sizing: border-box;
    /*right: calc(100% + 10px);*/
    padding: 10px 15px 10px 10px;
    position: absolute;
    top: -5px;
    width: 230px;
    z-index: 99;
}
.mydropdowncssSpecifySec:hover .dropdown-menuDash {
     opacity: 1;
      display: block;
     transition: visibility 1s, opacity 0.5s linear !important;
     /*transition: opacity 2s;*/
     
}

.dropdown-menuDash:before {

    border-color: transparent transparent #fff #fff;
    border-style: solid;
    border-width: 7px;
    top: 1px;
    box-shadow: 0 1px 0px rgb(0 0 0 / 7%);
    box-sizing: border-box;
    content: "";
    height: 0;
   left: calc(100% - 75%);
    position: absolute;
    transform: rotate(135deg);
    transform-origin: 0 0 0;
    width: 0;
}
    
.dropdown-menuDash li{
    list-style: none;
    padding: 1px 5px;
    display: grid;
}

.dropdown-menuDash li a:hover{
    color: #49B3CC !important;
    border-left: 3px solid #49B3CC !important;
    
}
.dropdown-menuDash li a{
    padding: 5px 10px !important;
    color: rgba(78, 79, 75, 0.7) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-top: 5px;
    
    
}
.max-h-500 {
    max-height: 500px;
}


.lbl-regular{
    position: relative !important;
    margin-bottom: 15px;
    display: inline-block;
}


.cmt-txt-limit{
    /* background: #ccc; */
    max-width: 300px;
    overflow: hidden;
    white-space: initial;
}

.scroll-tags{
    /* background: #ccc; */
    overflow-x: auto;
    width: 778px !important;
    padding: 4px;
    scrollbar-color: rgb(203, 203, 203) rgb(255, 255, 255);
  scrollbar-width: thin;
}

.scroll-tags .cloned_wrp{
    white-space: nowrap;
}

.scroll-tags::-webkit-scrollbar {
    width: 12px;  
    height: 12px;             /* width of the entire scrollbar */
  }
.scroll-tags::-webkit-scrollbar-track {
    background: #fff;
}
.scroll-tags::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;    /* color of the scroll thumb */
    border-radius: 20px; 
    border: 2px solid #ffffff;      /* roundness of the scroll thumb */
}

/*custom scroll bar*/

/*.scroll-sub-items{
	height: 300px;
	overflow-y: scroll;
        overflow-x: hidden;
	
}
.scroll-sub-items::-webkit-scrollbar {
  width: 12px;                width of the entire scrollbar 
}

.scroll-sub-items::-webkit-scrollbar-track {
      background: #ffffff;
}

.scroll-sub-items::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 20px;
    border: 3px solid #ffffff;
}

.scroll-sub-items::-webkit-scrollbar-thumb:hover {
  background-color: #5f5d5d91; 
}
.scroll-sub-items {
  scrollbar-width: 2px;         
  scrollbar-color: #ffff #ffffff;  
  scrollbar-track-color: #ffffff;
   
   
}
.scroll-sub-items:hover{
    scrollbar-color: #5f5d5d91 #ffffff;  
    scrollbar-opacity: 0.5;
}*/

.emp_name_up{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #4E4F4B !important;
}
.emp_des_up{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #9A9A98 !important;
}

.name-ellipsis-125{
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 125px;
}
.emp_name_bold{
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #3F3F3F !important;
}
.emp_des_bold{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #3F3F3F !important;
}
.title_semibold-16{
    font-weight: 600;
    font-size: 16px;
    color: #353939 !important;
}
.width-46{
    width: 46px !important;
}
.transform-none{
    text-transform: none !important;
}
.title_medium-14{
    font-weight: 500;
    font-size: 14px;
    color: #353939 !important;
}

.mCSB_scrollTools_vertical .mCSB_draggerContainer{
    background-color: rgb(0 0 0 / 5%) !important;
    width: 6px !important;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
        background-color: rgb(0 0 0 / 0%) !important;
}
