/** @format */

.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: #666666;
    outline: none;
    padding-left: 8px;
    padding-right: 30px;
    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: 100%;
}

.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: 100%;
    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 8px;
}

.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;
}


/* .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 #dcd3d3;
    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: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
}


/*placeholder style*/

.SumoSelect>.CaptionCont>span.placeholder {
    color: #666666;
}

.SumoSelect>.CaptionCont>label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
}

.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: 40px;
    /* 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: 6px;
    margin-bottom: 6px;
    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 40px;
    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; */
    background-image: url(../images/icon/minus-chk.png);
}


/*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;
}

.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%;
}

.profile-img {
    text-align: center;
}

.profile-img img {
    width: 110px;
    height: 110px;
}

.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -13%;
    /* width: 70%; */
    /* font-size: 15px; */
    /* background: #212529b8; */
}

.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}

.userImg {
    height: 28px !important;
    width: 28px !important;
    margin-left: -5px;
    cursor: pointer;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.nice-select {
    border: solid 1px #dcd3d3;
}

.customerform {
    margin-left: 0px;
    margin-top: 0px !important;
}

.nice-select {
    line-height: 28px !important;
}

.ChkSelect {
    color: #0099cc;
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
}

.table th,
.table td {
    padding: 12px 19.58px;
    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%;
    }
}

.btn-circle.btn-sm {
    width: 32px;
    height: 32px;
    /* padding: 6px 0px; */
    border-radius: 22px;
    font-size: 15px;
    text-align: center;
}

.dataTables_filter {
    display: none;
}

.TblUser {
    margin-bottom: -9px;
}

.BtnUser {
    position: absolute;
    right: -2px;
    /* padding-left: 14px; */
}

.popover-html ul {
    list-style: none;
    margin: 0;
    padding: 5px;
    margin-right: 14px;
}

.popover-html {
    width: 180px;
}

.popover-html.bottom .arrow {
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-width: 0 10px 10px;
}

.popover-html.bottom .arrow:after {
    top: -4px;
    left: -11px;
    border-bottom-color: blue;
    border-width: 0 11px 11px;
}

.BrdrWid {
    border-bottom: 1px solid #cccccc;
    width: 114%;
    margin-left: -13px !important;
}

.popover-html ul li {
    display: inline-block;
    white-space: nowrap;
}

.popover-html ul li+li {
    padding-left: 5px;
}

.popA {
    color: #666666;
    margin-left: 6px;
}

.popover-html ul li a :hover {
    color: #666666;
}

.page-link {
    position: relative;
    display: block;
    padding: 5px 14px;
    margin-left: -1px;
    line-height: 1.25;
    color: #999999;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border: none;
    font-size: 14px;
}

.page-link:hover {
    /* z-index: 2; */
    color: #666666;
    /* text-decoration: none; */
    background-color: transparent;
    border-color: none;
}

div.dataTables_length {
    padding-left: 6em;
    margin-top: -48px;
}

.pagination {
    margin-top: -63px;
}

.m-l-12 {
    margin-left: 12px;
}

.MdlInpt {
    margin-left: -4px;
}

.HolidayBrdr {

}

.SplHld {
    color: #cccccc;
}

.checkbox input[type=checkbox]+.cr:before {
    content: "\e83f";
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
}

.m-t-8 {
    margin-top: 8px;
}

.m-b-8 {
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .col-md-3half {
        -webkit-box-flex: 0;
        flex: 0 0 31%;
        max-width: 31%;
    }
    .col-md-2half {
        -webkit-box-flex: 0;
        flex: 0 0 19.667%;
        max-width: 19.667%;
    }
}

.daterangepicker {
    z-index: 9999 !important;
}

.HldCldr {
    height: 18px;
    float: right;
    margin-top: -26px;
    margin-right: 6px;
}

.gj-datepicker-bootstrap [role=right-icon] button .gj-icon,
.gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    position: absolute;
    font-size: 21px;
    top: 7px !important;
    left: 20px !important;
}

.gj-picker {
    position: absolute;
    z-index: 99999 !important;
    background-color: #fff;
}

.gj-picker div[role=navigator] div[role=period] {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 13px !important;
}

.gj-picker-bootstrap table tr td div,
.gj-picker-bootstrap table tr th div {
    font-size: 13px !important;
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    color: #fff;
    background-color: #1c9eda !important;
    border-color: #1c9eda !important;
    border-radius: 4px;
}

.gj-picker-bootstrap {
    margin-top: -5px !important;
}

tr.disabled {
    background-color: #f5f5f5 !important;
    border-collapse: collapse;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.Btnupload {
    /* margin-right: -42px;
    width: auto;
    height: 32px; */
}

.cstColWd {
    flex: 0 0 13.66667%;
    max-width: 13.66667%;
}

.cstWid {
    flex: 0 0 6.66667%;
    max-width: 6.66667%;
}


.pcoded-navbar.navbar-collapsed~.pcoded-main-container {
    padding-right: 25px;
}
.pcoded-content {
    padding-right: 0px !important;
}
.container-fluid-ch {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.m-t-20 {
    margin-top: 20px;
}

.set-left-page{
    padding-left: 55px;
}
.HolidayBrdr-search{
    border-bottom: 1px solid #ccc;
}
.pt5{
    padding-top: 5px;
}
.text-set-right{
    text-align: right;
}
.pt10{
    padding-top: 10px;
}
#ddlYear{
    min-width: 100px;
}
.search-vew1{
display: flex;
padding-left: 15px;
}
.col-set-3 {
    padding-right: 10px;
}
.col-set-8 {
    max-width: 80px;
    margin-right: 40px;
}
.add-Holiday{
    display:inline-block;
    margin-right: 20px;
}
.col-4ch1{
    text-align: right;
}
.uploadbtn {
    min-width: 255px;
    margin-top: -20px;
    font-weight: 600;
}
.hide{
    display: none;
}
#tblHoliday tr th:nth-child(1), #tblHoliday tr td:nth-child(1) {
    min-width: 30px;
    padding-left: 10px !important;
    padding-right: 5px !important;
    max-width: 30px !important;
    line-height: 22px;
}
#tblHoliday tr th:nth-child(2), #tblHoliday tr td:nth-child(2) {
     padding-left: 10px !important;
    padding-right: 5px !important;
    line-height: 22px;
}


#tblHoliday tr th:nth-child(3),#tblHoliday tr th:nth-child(4),#tblHoliday tr th:nth-child(5),
#tblHoliday tr td:nth-child(3),#tblHoliday tr td:nth-child(4),#tblHoliday tr td:nth-child(5){
text-align: left;
line-height: 22px;
}
.col-set-h3 {
    margin-right: 10px;
    min-width: auto;
}
tr.SplHld td:nth-child(6) > div{
    display: none;
}
.sh-datepicker .input-group-append .btn-outline-secondary i{
display: none;
}
.sh-datepicker .input-group-append .btn-outline-secondary::after{
    position: absolute;
    top: 6px;
    content: '';
    width: 20px;
    right: 5px;
    height: 20px;
    background-image: url(../images/calendar.svg);
    background-size: 20px;
    background-repeat: no-repeat;
}
.sh-datepicker .input-group-append .btn-outline-secondary:active{
    background-color: transparent;
    border-color:#ced4da;
}
@media only screen and (max-width: 1100px) {
.col-8ch1{
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-4ch1{
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.text-set-right{
margin-bottom: 15px;
}
  }


@media (min-width: 1280px) and (min-height: 800px) {
    .cust-col {
        flex: 0 0 11.667% !important;
        max-width: 11.667% !important;
    }
}

@media (min-width: 1440px) and (min-height: 990px) {
    .hld-mrgn {
        margin-right: -7.6rem !important;
    }
    .cust-col {
        flex: 0 0 15.667% !important;
        max-width: 15.667% !important;
    }
}

@media (min-width: 1440px) and (min-height: 900px) {
    .hld-mrgn {
        margin-right: -7.6rem !important;
    }
    .cust-col {
        flex: 0 0 15.667% !important;
        max-width: 15.667% !important;
    }
}


.form-control {
    padding: 10px 8px 10px;
}

tr.disabled {
    background-color: grey;
}








