/** @format */
::marker {
    display: none;
    opacity: 0;
    content: '';
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 13px;
    font-weight: normal;
    height: 32px;
    line-height: 29px;
    color: #666;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    padding: 0px 15px 0px 18px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 75%;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 1px solid #1c9ed9;
    border-right: 1px solid #1c9ed9;
    content: "";
    display: block;
    height: 7px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 7px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    /*width: 118px;*/
    width: -moz-available;
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 1px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 30px;
    list-style: none;
    min-height: 25px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus {
    background-color: #f6f6f6;
}


/* .nice-select .option.selected {
      font-weight: bold;
  } */

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.SumoSelect p {
    margin: 0;
}

.SumoSelect {
    width: 100%;
}

.SelectBox {
    padding: 5px 40px 5px 12px;
}
.SelectBox:after {
    border-bottom: 1px solid #1c9ed9;
    border-right: 1px solid #1c9ed9;
    content: "";
    display: block;
    height: 7px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
            -webkit-transform: rotate(
        45deg
        );
            -ms-transform: rotate(45deg);
            transform: rotate(
        45deg
        );
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 7px;
}
.sumoStopScroll {
    overflow: hidden;
}

/* Filtering style */

.SumoSelect .hidden {
    display: none;
}

.SumoSelect .search-txt {
    display: none;
    outline: none;
}

.SumoSelect .no-match {
    display: none;
    padding: 6px;
}

.SumoSelect.open .search-txt {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 5px 8px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

.SumoSelect.open>.search>span,
.SumoSelect.open>.search>label {
    visibility: hidden;
}


/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */

.SelectClass,
.SumoUnder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.SelectClass {
    z-index: 1;
}

.SumoSelect>.optWrapper>.options li.opt label,
.SumoSelect>.CaptionCont,
.SumoSelect .select-all>label {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    color: #666;
    font-size: 13px;
}

.SumoSelect {
    display: inline-block;
    position: relative;
    outline: none;
    color: #666;
    font-size: 13px;
    margin-right: 0px  !important;
    margin-left: 0px  !important;
}


/* .SumoSelect:focus>.CaptionCont, .SumoSelect:hover>.CaptionCont, .SumoSelect.open>.CaptionCont {
      box-shadow: 0 0 2px #7799D0;
      border-color: #7799D0;
  } */

.SumoSelect>.CaptionCont {
    position: relative;
    border: solid 1px #e8e8e8;
    min-height: 14px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.SumoSelect>.CaptionCont>span {
    display: block;
    padding-right: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
}
.setonoff{
    display: none;
}

/*placeholder style*/

.SumoSelect>.CaptionCont>span.placeholder {
    color: #ccc;
}

.SumoSelect>.CaptionCont>label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
}

.SumoSelect>.CaptionCont>label>i {
    /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII='); */
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.SumoSelect>.optWrapper {
    display: none;
    z-index: 1000;
    top: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    /* box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11); */
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.SumoSelect.open>.optWrapper {
    top: 30px;
    display: block;
}

.SumoSelect.open>.optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px;
}

.SumoSelect>.optWrapper ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto;
}

.SumoSelect>.optWrapper>.options {
    border-radius: 2px;
    position: relative;
    /*Set the height of pop up here (only for desktop mode)*/
    max-height: 250px;
    /*height*/
}

.SumoSelect>.optWrapper.okCancelInMulti>.options {
    border-radius: 2px 2px 0 0;
}

.SumoSelect>.optWrapper.selall>.options {
    border-radius: 0 0 2px 2px;
}

.SumoSelect>.optWrapper.selall.okCancelInMulti>.options {
    border-radius: 0;
}

.SumoSelect>.optWrapper>.options li.group.disabled>label {
    opacity: 0.5;
}

.SumoSelect>.optWrapper>.options li ul li.opt {
    padding-left: 22px;
}


/* .SumoSelect>.optWrapper.multiple>.options li ul li.opt {
      padding-left: 50px;
  } */

.SumoSelect>.optWrapper.isFloating>.options {
    max-height: 100%;
    box-shadow: 0 0 100px #595959;
}

.SumoSelect>.optWrapper>.options li.opt {
    /* padding: 0px 6px; */
    position: relative;
    /* border-bottom: 1px solid #f5f5f5; */
}

.SumoSelect>.optWrapper>.options>li.opt:first-child {
    border-radius: 2px 2px 0 0;
}

.SumoSelect>.optWrapper.selall>.options>li.opt:first-child {
    border-radius: 0;
}

.SumoSelect>.optWrapper>.options>li.opt:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom: none;
}

.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child {
    border-radius: 0;
}

.SumoSelect>.optWrapper>.options li.opt:hover {
    background-color: #e4e4e4;
}

.SumoSelect>.optWrapper>.options li.opt.sel,
.SumoSelect .select-all.sel {
    background-color: #a1c0e4;
}

.SumoSelect>.optWrapper>.options li label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer;
    color: #666;
    font-size: 14px;
    padding-top: 8px;
}

.SumoSelect>.optWrapper>.options li span {
    display: none;
}

.SumoSelect>.optWrapper>.options li.group>label {
    cursor: default;
    padding: 8px 34px;
    font-weight: 600;
    background-color: #f5f5f5;
    font-size: 11px;
    color: #999999;
    margin-right: 15px;
}


/*Floating styles*/

.SumoSelect>.optWrapper.isFloating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    bottom: 0;
    margin: auto;
    max-height: 90%;
}


/*disabled state*/

.SumoSelect>.optWrapper>.options li.opt.disabled {
    background-color: inherit;
    pointer-events: none;
}

.SumoSelect>.optWrapper>.options li.opt.disabled * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}


/*styling for multiple select*/

.SumoSelect>.optWrapper.multiple>.options li.opt {
    padding-left: 28px;
    cursor: pointer;
    border-bottom: 1px solid #cccccc;
    margin-left: 12px;
    margin-right: 15px;
}

.SumoSelect>.optWrapper.multiple>.options li.opt span,
.SumoSelect .select-all>span {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    bottom: 0;
    margin-left: -35px;
}

.SumoSelect>.optWrapper.multiple>.options li.opt span i,
.SumoSelect .select-all>span i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    background-color: #fff;
}

.SumoSelect>.optWrapper>.MultiControls {
    display: none;
    border-top: 1px solid #ccc;
    background-color: #fff;
    height: 70px;
    /* box-shadow: 0 0 2px rgba(0, 0, 0, 0.13); */
    /* border-radius: 0 0 3px 3px; */
}

.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
    display: block;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
    display: block;
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p {
    padding: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 35%;
    margin-right: 35%;
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus {
    box-shadow: 0 0 2px #a1c0e4;
    border-color: #a1c0e4;
    outline: none;
    background-color: #a1c0e4;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    width: 27%;
    box-sizing: border-box;
    text-align: center;
}


/* .SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
      background-color: #f1f1f1;
  } */

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
    border-right: 1px solid #dbdbdb;
    border-radius: 0 0 0 3px;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
    border-radius: 0 0 3px 0;
}


/*styling for select on popup mode*/

.SumoSelect>.optWrapper.isFloating>.options li.opt {
    padding: 12px 6px;
}


/*styling for only multiple select on popup mode*/

.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt {
    padding-left: 35px;
}

.SumoSelect>.optWrapper.multiple.isFloating {
    padding-bottom: 43px;
}

.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i,
.SumoSelect .select-all.selected>span i,
.SumoSelect .select-all.partial>span i {
    /* background-color: rgb(17, 169, 17); */
    box-shadow: none;
    /* border-color: transparent; */
    background-image: url("../images/icon/right_tick.png");
    background-repeat: no-repeat;
    background-position: center center;
}


/*disabled state*/

.SumoSelect.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.SumoSelect.disabled>.CaptionCont {
    border-color: #ccc;
    box-shadow: none;
}


/**Select all button**/

.SumoSelect .select-all {
    border-radius: 3px;
    position: relative;
    /* border-bottom: 1px solid #ddd; */
    background-color: #fff;
    padding: 8px 0 3px 35px;
    height: 30px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.SumoSelect .select-all>label,
.SumoSelect .select-all>span i {
    cursor: pointer;
}

.SumoSelect .select-all.partial>span i {
    background-color: #ccc;
}


/*styling for optgroups*/

.SumoSelect>.optWrapper>.options li.optGroup {
    padding-left: 5px;
    text-decoration: underline;
}

.breadcrumb__inner {
    display: flex;
    flex-direction: column;
    margin-left: 7em;
    margin-top: -70px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.placeholder {
    margin-left: 0px !important;
    font-size: 13px;
}

 ::-webkit-scrollbar-thumb {
    background: #999999;
    max-height: 0% !important;
    height: 4% !important;
}

.podTbl {
    text-align: end !important;
}

.card-counter {
    /* box-shadow: 2px 2px 10px #DADADA; */
    background-color: #fff;
    height: 30px;
    /* border-radius: 5px; */
}

.card-counter:hover {
    /* box-shadow: 4px 4px 20px #DADADA; */
    transition: 0.3s linear all;
}

.card-counter.primary {
    /* background-color: #007bff; */
    color: #00aae2;
}

.card-counter.danger {
    /* background-color: #ef5350; */
    color: #00aae2;
    margin-left: 7px;
}

.card-counter.success {
    /* background-color: #66bb6a; */
    color: #00aae2;
}

.card-counter.info {
    /* background-color: #26c6da; */
    color: #00aae2;
}

.card-counter i {
    font-size: 5em;
    opacity: 0.2;
}

.card-counter .count-numbers {
    position: relative;
    right: 35px;
    left: 118px;
    top: -7px;
    font-size: 28px;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
}

.card-counter .count-name {
    position: absolute;
    /* right: 121px; */
    top: 3px;
    /* font-style: italic; */
    text-transform: capitalize;
    /* opacity: 1; */
    display: block;
    font-size: 15px;
    color: #666666;
}

.summrybar {
    margin-bottom: 8px;
    margin-top: 8px;
}

.sumrycount {
    max-width: 19.667%;
    flex: 0 0 19.667%;
}

.sum1stclm {
    flex: 0 0 23.667%;
    max-width: 23.667%;
}

.parent~.cchild {
    display: none;
}

.open .parent~.cchild {
    display: table-row;
}

.parent~.cchild {
    display: none;
}

.open .parent~.cchild {
    display: table-row;
}

.parent {
    cursor: pointer;
}

.parent>*:last-child {
    width: 30px;
}

.parent i {
    transform: rotate(0deg);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    margin: 0px;
    padding: .5rem;
    padding-top: 0px;
    padding-bottom: 0px;
}

.open .parent i {
    transform: rotate(180deg)
}

.down::after {
    background: url('./assets_timeline/images/icon/down.png');
    height: 6px;
}

.down::before {
    background: url('./assets_timeline/images/icon/up.png');
    height: 6px;
}

.tblBrdrNne {
    border-top: none !important;
    border-bottom: none !important;
}

.tblBtmBrdr {
    border-bottom: 1px solid #dee2e6 !important;
}

.table th,
.table td {
    padding: 16px 16px;
    font-size: 13px;
    vertical-align: middle;
    /* border-top: 1px solid #dee2e6;  */
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

tr.hover-tr:hover {
    background-color: #fff;
    box-shadow: 0px 2px 5px 2px rgba(207, 207, 207, 1);
    cursor: pointer;
    border-radius: 8px;
}

tr.hover-tr:hover div.grid-row-actions {
    display: block;
    cursor: pointer;
}

@media (min-width: 576px) {
    .col-sm-2 {
        -webkit-box-flex: 0;
        flex: 0 0 25.667%;
        max-width: 25.667%;
    }
}

.down::after {
    background: url('/assets/images/icon/up.png');
}

.progress {
    width: 100% !important;
    height: 12px !important;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.d-table-cell {
    display: table-cell;
}

.tar {
    text-align: right;
}

.m-l-8 {
    margin-left: 8px;
}

.ImgSearch {
    width: 33px !important;
    height: 33px !important;
    margin-left: -14px;
}

.hei-32 {
    height: 32px;
}

.col-md-11 {
    flex: 0 0 90%;
    max-width: 90%;
}

.RptWid {
    flex: 0 0 20.2%;
    max-width: 20.2%;
}



.RprtBtn {
    background: transparent;
    border: none;
}

.p-l-1 {
    padding-left: 1px !important;
}

.BtnFa {
    background: transparent;
    border: none;
}

.TblTrClr {
    color: #a317e9;
}

.TblRow {
    color: #ed1c24;
}

.hei-15 {
    height: 15px;
}

.TblChild {
    border-top: none;
    border-bottom: none;
}

.smryml {
    margin-left: -13px !important;
}

@media (min-width: 1280px) and (min-height: 800px) {
    .table th,
    .table td {
        padding: 12px 15.98px !important;
    }
  
    .Smry {
        margin-left: -1px !important;
    }
    .smry-m-l {
        margin-left: -14px !important;
    }
    .smryTrvl {
        margin-left: -16px !important;
    }
    .vstsmry {
        margin-left: 13px !important;
    }
    .col-md-8half {
        -webkit-box-flex: 0;
        flex: 0 0 97.667% !important;
        max-width: 97.667% !important;
    }
    .col-md-2half {
        -webkit-box-flex: 0;
        flex: 0 0 20.667%;
        max-width: 20.667%;
    }
    .col-md-11 {
        flex: 0 0 96% !important;
        max-width: 96% !important;
    }
   
}

@media (min-width: 1440px) and (min-height: 990px) {
    .pcoded-main-container {
        padding-right: 70px;
    }
    .navbar-nav {
        padding-right: 0px;
        margin-right: -14px;
    }
    .pcoded-content {
        padding-right: 39px;
    }
    .head-border {
        border-bottom: 1px solid #cccccc;
        margin-left: 97px;
        width: 76.1em !important;
    }
  .pcoded-header .navbar-nav > li:last-child {
        padding-right: 9px;
        padding-left: 9px !important;
    }
    .WS-tablist {
        margin-left: -25px;
        margin-right: -105px !important;
    }
    .m-r-7 {
        margin-right: -89px !important;
    }
    .RowSummary {
        margin-right: -110px !important;
    }
    .mr-5 {
        margin-right: -97px !important;
    }
    .table {
        width: 100% !important;
    }
    .leaveTab {
        margin-right: -87px !important;
    }
    .leaveSumBar {
        margin-right: -110px !important;
    }
    .leaveTbl {
        margin-left: -2px;
        margin-right: -8px !important;
    }
    .table th,
    .table td {
        padding: 12px 23.1px !important;
    }
    .userbtn {
        margin-right: -122px !important;
    }
    .HolidayBrdr {
        border-bottom: 1px solid #cccccc;
        width: 82.5em !important;
        margin-left: -23px !important;
        margin-right: 52px;
    }
    .ModCotn3 {
        margin-left: 24.5em !important;
    }
    .ModCotn {
        margin-right: 235px !important;
    }
    .RprtSmry {
        margin-left: 2px !important;
    }
    
    .col-md-8half {
        -webkit-box-flex: 0;
        flex: 0 0 91.667% !important;
        max-width: 91.667% !important;
    }
    .col-md-11 {
        flex: 0 0 91% !important;
        max-width: 91% !important;
    }
}

@media (min-width: 1440px) and (min-height: 900px) {
    .pcoded-main-container {
        padding-right: 70px;
    }
    .navbar-nav {
        padding-right: 0px;
        margin-right: -14px;
    }
    .pcoded-content {
        padding-right: 39px;
    }
    .head-border {
        border-bottom: 1px solid #cccccc;
        margin-left: 97px;
        width: 76.1em !important;
    }
  .pcoded-header .navbar-nav > li:last-child {
        padding-right: 9px;
        padding-left: 9px !important;
    }
    .WS-tablist {
        margin-left: -25px;
        margin-right: -105px !important;
    }
    .m-r-7 {
        margin-right: -89px !important;
    }
    .RowSummary {
        margin-right: -110px !important;
    }
    .mr-5 {
        margin-right: -97px !important;
    }
    .leaveTab {
        margin-right: -87px !important;
    }
    .leaveSumBar {
        margin-right: -110px !important;
    }
    .leaveTbl {
        margin-left: -2px;
        margin-right: -8px !important;
    }
    .table th,
    .table td {
        padding: 12px 23.1px !important;
    }
    .HolidayBrdr {
        border-bottom: 1px solid #cccccc;
        width: 82.5em !important;
        margin-left: -23px !important;
        margin-right: 52px;
    }
    .ModCotn3 {
        margin-left: 24.5em !important;
    }
    .ModCotn {
        margin-right: 235px !important;
    }
    .RprtSmry {
        margin-left: 2px !important;
    }
   
    .col-md-8half {
        -webkit-box-flex: 0;
        flex: 0 0 91.667% !important;
        max-width: 91.667% !important;
    }
    .col-md-11 {
        flex: 0 0 91% !important;
        max-width: 91% !important;
    }
}
.relative {
    position: relative;
}
.ReportCross {
    height: 17px;
    width: 18px;
    margin-top: 6px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    z-index: 9;
}
.ReportCross1 {
float: right;
height: 7px;
width: 13px;
cursor: pointer;
margin: 11px 7px 0px 0px;
}

small,
.small {
    font-size: 13px;
    font-weight: 400;
    color: #999;
    font-style: italic;
}

.rptFnt {
    font-style: italic;
}

.m-l-38 {
    margin-left: 38px;
}

.m-l-62 {
    margin-left: 62px;
}

.RptVst {
    flex: 0 0 90.667% !important;
    max-width: 90.667% !important;
}

/*shashi*/

/* header*/
.pcoded-header.headerpos-fixed ~ .pcoded-main-container {
    padding-top: 0px;
}
.pcoded-navbar.navbar-collapsed ~ .pcoded-main-container {
    padding-right: 25px;
}
.pcoded-navbar.navbar-collapsed ~ .pcoded-main-container {
    margin-left: 77px;
}
.pcoded-main-container {
    top: 0;
}
.pcoded-header .navbar-nav {
    margin-right: 25px !important;
}
.pcoded-content {
    padding-top: 65px;
}
.pcoded-content {
    padding-right: 0px !important;
}
.container-fluid-ch {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
/*page*/
.btnExpt{
    padding: 0px 0px;
    text-align: center;
    margin-right: 30px;
}
.btnZip{
    padding: 0px 0px;
    text-align: center;
}
.card-counter-Made {
    display: inline-flex;
    padding: 0px 30px 0px 10px;
    border-right: 1px solid #ccc;
    margin: 10px 0px;
}
/*
.card-counter-Day{
    display: inline-block;
    padding: 5px 30px 5px 10px;
    border-right: 1px solid #ccc;
    margin: 10px 0px;
}
.card-counter-Time{
    display: inline-block;
    padding: 10px 30px 10px 10px;
}
.card-counter-Duration{
    display: inline-block;
    padding: 10px 30px 10px 10px;
}
*/
.card-counter-Made .count-name {
    text-transform: capitalize;
    display: inline-block;
    font-size: 15px;
    color: #666666;
    padding-top: 4px;
    margin-right: 15px;
}


.card-counter-Made .count-numbers {
    color: #00aae2;
    font-size: 28px;
    line-height: 30px;
    min-width: 50px;
}

/*table*/
#VisitReport tr th,#VisitReport tr td{ 
    width: 10%;
    white-space: normal;
    padding-left: 2px;
    padding-right: 2px;
    vertical-align: top;
    text-align: center;
}
#VisitReport tr th:nth-child(1),#VisitReport tr td:nth-child(1){ 
    padding-left: 10px !important;
    text-align: left;
}

.card-counter-Made:last-child{
    border-right: 0px solid #ccc;
}
.insightsDate{
padding-right: 20px;
}
#reportrange{
    position: relative;
}
.insightsDatearrow{
    position: absolute;
    right: 7px;
    top: 13px;
    width: 12px;
}

#VisitReport tr.parent td:last-child {
    padding-left: 3px !important;
    text-align: right;
    padding-right: 7px !important;
    min-width: 60px;
}
#VisitReport tr.parent .down{
padding-right: 8px;}



#VisitReport tr.cchild td:last-child {
    padding-left: 0px !important;
    text-align: left;
}

.hide{
    display: none;
}



/*menu changes css*/
.itemhide{
    opacity: 0;
}
.mobilelogshow{
    opacity: 0;
}
#left-nav-submenu{
   opacity: 0;
}
#left-nav-submenu.showmenu{
    opacity: 1;
 }
.submenu-item::marker{
    opacity: 0;
    display: none;
    content: '';
}
.sidebar-submenu li.submenu-header::marker{
    display: none;
    opacity: 0;
    content: '';
}
.pcoded-navbar ul{
    padding-top: 4px;
}
.newMenuRtext{
    opacity: 0;
}
.pcoded-navbar.navbar-collapsed:hover .newMenuRtext{
    opacity: 1;
}
.pcoded-mtext{
    opacity: 0;
}
.pcoded-navbar.navbar-collapsed:hover .pcoded-mtext{
    opacity: 1;
}


.pcoded-navbar .pcoded-inner-navbar li.pcoded-menu-caption{
    padding: 0px;
}
.pcoded-navbar .pcoded-inner-navbar li{
    min-height: 50px;
}
.pcoded-navbar .pcoded-inner-navbar li.pcoded-menu-caption:first-child .logo{
    margin-left: -4px;
}

.nav_select{
    display: none;
}
/* 
.nav-item.active{
   background-color: #147bb6;
} */
/* .nav-item.active .nav_iconshow{
    display: none;
} */

/* .nav-item.active .nav_select{
    display: block;
} */
.submenu-hide{
    display: none;
}
.classtwo{
    display: block  !important;
}




/*productivity Report*/

#VisitReport.productivityReport tr th,#VisitReport.productivityReport tr td{
width: auto;
}
#VisitReport.productivityReport tr th:nth-child(1){
    width: 20%;
}
#VisitReport.productivityReport tr th.Thset1{
    min-width: 100px;
}
#VisitReport.productivityReport tr td.Tdset1{
    padding: 12px 23.1px !important;
}
#VisitReport.productivityReport-sm tr th,#VisitReport.productivityReport-sm tr td{
    width: auto;
    }
    #VisitReport.productivityReport-sm tr th:nth-child(1){
        width: 20%;
    }
    #VisitReport.productivityReport-sm tr th.Thset1{
        min-width: 100px;
    }
    #VisitReport.productivityReport-sm tr td.Tdset1{
        padding: 12px 23.1px !important;
    }


/*my team*/
.fs-usrIcn-team {
    height: 37px;
    width: 37px;
}

.Mteam-name {
    font-size: 18px !important;
    margin-left: 10px;
    margin-top: -1px;
}
.my-span-01{
display: inline-block;
}

.my-span-02{
    display: inline-block;
    }

    .text-green {
        color: #0FCC00;
    }
    .wimg-7{
        width: 6px;
    }
.sming{
    height: 37px;
    width: 37px;
}
.dot-med {
    font-size: 2rem;
}
#VisiteReport.w-myteam-summary tr td{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.height-7{
    height: 7px;
}
.text-fs-blue {
    color: #2996D2 !important;
}

.probability-label{position: relative; float: left; left: 50%; top: 9px; font-size: 0.9rem;}
.probability-location-label{position: relative; float: left; left: 81%; top: 9px; font-size: 0.9rem;}

#VisiteReport.w-myteam-summary tr td.w-25{
width: 25% !important;
}
#VisiteReport.w-myteam-summary tr td.w-15{
    width: 15% !important;
    }
    #VisiteReport.w-myteam-summary tr td.w-10{
        width: 10% !important;
        }



        .teamLocation {
            height: calc(100% - 100px);
            width: 100%;
            padding-left: 0px;
            padding-top: 66px;
            padding-bottom: 0px;
        }

        .w100{
            width: 100%;
        }
        .map-responsive{
            width: 100%;
            height: 100vh;
        }
        .fs-main-grad {
            background-image: linear-gradient(to right, #11A4DE , #1A7DC2);
        }
        .location-left-01 {
            position: fixed;
            right: 0;
            top: 77px;
            bottom: 0;
            background: #fff;
        }
        .fs-usrIcn {
            height: 37px;
            width: 37px;
        }


        .text-sm {
            font-size: 0.8rem;
        }

        .text-med-grey {
            color: #9B9B9B;
        }
        .summary-pane{position: absolute;top: 115px; left: 20%; z-index: 1000;}
        .border-search{border: 1px solid #DADADA;}
        .table-left-image{z-index: 900; background-color: #ffffff;}
        .table-right-image{z-index: 900; background-color: #ffffff;}
        .timeline-selected-tab{border-bottom: 3px solid #2996D2 !important;}
        .border-bottom-blue{border-bottom: 1px solid #2996D2 !important;}
        .tab-info{position: absolute;right: 63px;top: 200px;}
        .pl-90{padding-left: 90px;}
        .pad-top-3{padding-top: 3px;}
        .pad-top-12{padding-top: 12px;}
        .pad-bot-22{padding-bottom: 22px;}
        .vline-mar-top{margin-top: -12px;}
        .vline-mar-bottom{margin-bottom: -2px;}
        .text-timeline{color: #989897;}
        .text-timeline-tab{color: #CCCCCC;}
        .tab-nav:hover{color: #2996D2 !important;}
        .border-fs-blue {
            border: 1px solid #2996D2;
        }
        .btn-lite {
            border-radius: 20px;
        }
        .clearfix{
            clear: both;
        }


.right-lScroll {
    overflow: auto;
    height: calc(100vh - 330px) !important;
}

.float-left {
    float: left!important;
}
.w-10{width: 10% !important;}
.w-13{width: 13%;}
.w-15{width: 15%;}
.w-20{width: 20%;}
.w-30{width: 30%;}
.w-35{width: 35%;}
.w-40{width: 40%;}
.w-45{width: 45%;}
.w-27{width: 27%;}
.w-360{width: 360px;}
.tabon{ font-size: 16px !important;}
.tabon.active{
    border-bottom: 3px solid #2996D2 !important;
}
.date-dropdown {
    background: url(../assets_timeline/images/dropdown.png) no-repeat !important;
    background-position: right 10px center !important;
}

#VisitReport tr td:nth-child(2),
#VisitReport tr td:nth-child(3),
#VisitReport tr td:nth-child(4)
{
    /*text-transform: lowercase;*/
}

@media only screen and (max-width: 860px) and (min-width: 768px)  {
  .col-set1{   
      flex: 0 0 75%;
    max-width: 75%;
  }  
  .col-set2{
    flex: 0 0 25%;
  max-width: 25%;
} 


}




@media only screen and (max-width: 1100px) {
    .sm-pl0{
        padding-left: 0px;;
    }
    
  }


@media only screen and (max-width: 1024px) {
    #VisitReport tr th,#VisitReport tr td{ 
        width: 20%;
        white-space: nowrap;
    }
  }



  @media only screen and (max-width: 992px) {


    .location-left-01 {      
        top: 57px;      
    }

    .card-counter-mobSet-1 {
        border: 0px;
        width: 100% !important;
    }
    .card-counter-mobSet-2 {
        border: 0px;
        width: 100% !important;
        display: block;
        padding-right: 15px;
    }

    .mobilelogshow{
        opacity: 1;
    }
      .mob-sm-14{
          padding-left: 15px;
          padding-right: 20px;
      }
    .pcoded-content {
        padding-top: 40px;
        padding-left: 0px;
    }
    .sm-pl0{
        padding-left: 0px;;
    }
    .head-border2{
        width: calc(100% - 0px) !important;
        margin-left: 0px!important;
        padding-left: 0px!important;
    }
    .pcoded-navbar~.pcoded-header {
        width: 100%;
    }
    .head-border2{
        width: 100%;
        box-shadow: 0 1px 0 0px #cccccc !important;
    }
    .mob-sm-1{
        padding-left: 0px;
    }
    .mob-sm-13 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .card-counter-Made{
width: 49%;
    }
    .card-counter-Made:nth-child(2){
        border-right: 0px solid #ccc;
    }
  }
  @media only screen and (max-width: 767px) {
    .card-counter-Made{
        width: 100%;
        border-right: 0px solid #ccc;
            }

    .mob-sm-1 {
        padding-left: 0px;
    }
    .mob-sm-2{
        margin: 0px;
    }

    .mob-sm-6{
    margin: 0px;
    padding: 15px 15px 0px 0px;
    }
    .mob-sm-6i {
        margin-bottom: 0px;
    }
    .mob-sm-6a {
        margin: 0px;
        padding: 0px 15px 0px 0px;
    }
    .mob-sm-8 {
        padding-left: 0px;
        padding-right: 60px;
    }
    .mob-sm-6 .SumoSelect {
        margin: 0px;
        padding: 0px;
        margin-right: 0px !important;
        margin-left: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px;
    }

.mob-sm-9 .ImgSearch{
    position: absolute;
    right: 15px;
    top: -48px;
}
.mob-sm-10{
    justify-content: flex-start !important;
    padding-bottom: 20px !important;  
}
/*my-team*/
.mob-sm-05{
 padding: 15px 0px;        
}
.Mt-12{
    width: 100%;
}

  }
  
  @media only screen and (max-width: 650px) {
    .location-left-01 {
        position: relative;
        top:0;
    }
}

.userfilter {
  display: inline-block;
  margin-left: 0px;
  position: relative;
  width: 80px;
}
.btn-circle.btn-sm {
  width: 32px;
  height: 32px;
  /* padding: 6px 0px; */
  border-radius: 22px;
  font-size: 15px;
  text-align: center;
}
#filter-user03-close {
  width: 32px;
  height: 32px;
  padding-bottom: 5px;
  margin-left: 2px;
  border-radius: 20px;
  border: 0px;
  display: none;
}
.overlay-id03 {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#id03.w3-modal-popup {
  left: -108px;
  z-index: 9;
}
.w3-modal-popup {
  position: absolute;
  left: -109px;
  right: auto;
  top: 43px;
  width: 271px;
  height: 408px;
  padding-top: 0px;
  overflow: initial;
}

.w3-modal-popup .ModCotn3 {
  margin-top: 0px !important;
  margin-left: 0px !important;
}

.UserMDL .nice-select.open ul li:nth-child(1) {
  display: none;
}

.ModCotn3 {
  width: 285px !important;
}

#filter-user03-close {
  width: 32px;
  height: 32px;
  padding-bottom: 5px;
  margin-left: 2px;
  border-radius: 20px;
  border: 0px;
  display: none;
}

.filtermain {
  width: 75px;
  background: #009ccd;
  border-radius: 17px;
}

.filtermain #filter-user03 {
  background-color: #fff;
}

.filtermain #filter-user03-close {
  display: inline-block;
}

.filtermain #filter-user03:hover {
  color: #009ccd;
}

.filtermain #filter-user03-close {
  color: #fff;
}

.hovershow {
  display: none;
}
.w3-modal-popup .ModCotn3 {
  margin-top: 0px !important;
  margin-left: 0px !important;
}
.ModCotn3 {
  width: 285px !important;
}
.ModCotn3 {
  background-color: #fff;
  position: absolute;
  padding: 0;
  outline: 0;
  width: 255px !important;
  float: right;
  margin-top: 40px !important;
  margin-left: 24.6em;
  align-items: center;
  border-radius: 5px;
  width: -moz-max-content !important;
}
.w3-container {
  padding: 0.01em 16px;
  box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}
.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before {
  content: '';
  display: table;
  clear: both;
}

.triangle::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 6px;
  top: 0px;
  left: 50%;
  box-sizing: border-box;
  border: 6px solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.UserMDL {
  padding: 0;
  list-style: none;
}
.UsrLi3 {
  padding: 15px 0px 0px 0px;
}

.UsrLbl {
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  margin-left: 2px;
}
.showbtn {
  display: inline-block;
}
.btnVisit {
  background-color: #009ccd;
  border-color: #009ccd;
  border-radius: 22px;
  color: #fff;
  outline: 0;
  /* width: 158px; */
}

.btnVisit:hover {
  color: #fff;
  background-color: #009ccd;
  border-color: #009ccd;
}

.checkboxfilter {
  padding-top: 5px;
  margin-bottom: 0px;
  border-bottom: 1px solid #e3eaef;
  padding-bottom: 10px;
}
.radiotextsty {
  line-height: 20px;
}
.checkboxsetLeable {
  margin-right: 5px;
  font-size: 13px;
  color: #666;
  display: block;
}
.checkboxfilter .checkbox input[type='checkbox'] + .cr:before {
  margin-right: 5px;
}

.checkboxfilter .checkbox input[type='checkbox'] + .cr:before {
  width: 18px;
  height: 18px;
}
.checkboxfilter .checkbox input[type='checkbox'] + .cr:before {
  font-size: 11px;
}
.radiofilter .customradio .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
}

.radiofilter .checkmark {
  height: 18px;
  width: 18px;
}
.radiofilter .customradio {
  padding-left: 25px;
}
