/*@media (min-width:1240px) {
    .container {
       padding-left: 0px;
       padding-right: 0px;
    }
}*/

/* Generic Styles */
.off-screen-elem {
    position: absolute;
    top: -9999px;
    left: -9999px;
}


.font-arial {
    font-family: Arial;
}

ul.font-arial li {
    font-family: Arial;
}

.pad-20-30 {
    padding: 20px 30px 10px 30px;
}

.btn-select {
    min-width: 50px;
    max-width: unset;
}

.dropdown-width {
    width: calc(100% - 15px);
}

.date-width {
    width: 100%;
    min-width: 100px;
}

.border-top-none {
    border-top: none;
}

.table-head {
    width: 25%;
    min-width: 150px;
    padding: 13px 20px;
    font-size: 16px;
}

.fullWidth {
    width: 100%;
    min-width: 620px;
}

.display-inline-table {
    display: inline-table;
}

.display-table-cell {
    display: table-cell;
}

.display-inline {
    display: inline;
}

.pad-3-top {
    padding-top: 3px;
}

.pagination span {
    font-family: Arial;
    font-size: 14px;
    color: #666;
    padding: 2px 6px;
}

.pagination span.active {
    border-radius: 50%;
    background: #002D72;
    color: #ffffff;
}

.pagination {
    padding-right:23px;
    text-align: right;
}

.show-perpage-dropdown {
    width: 75px !important;
}

.show-perpage-dropdown ul li {
    text-overflow: unset !important;
    /*padding-left: 25px;*/
}

.show-perpage-dropdown ul {
    top: 38px !important;
    left: 17px;
}

.btn-select ul{
    top: 50px;
}

.no-Vpad {
    padding-left: 0px;
    padding-right: 0px;
}

.datepicker-icon {
    top: 37px;
    right: 25px;
    color: #002D72;
    position: absolute;
}

.no-border-right {
    border-right: none;
}

.lm-form-control.date-width:focus {
    outline: none !important;
}

.lm-form-control-select-box:after {
    top: 22px;
    right: 15px;
}

.lm-form-show-perpage:after {
    top: -3px;
    right: 15px;
}

.min-width-179 {
    min-width: 179px;
}

.min-width-75 {
    min-width: 75px;
}

.txtWhite.borderGrey th {
    cursor: pointer;
}

.txtWhite.borderGrey th.active {
    background: #002D72;
}


.disabled-link {
    pointer-events: none !important;
    color: #d4d4d4 !important;
    text-decoration: underline !important;
}

.btn-select .btn-select-value-pagination {
    top: -2px;
}

.tooltip.fade.in {
    pointer-events: none;
}

.display-inline-block {
    display: inline-block;
}

/*This for Calendar customization for Lucky*/
.fullWidth td {
    padding: 15px 0px;
    border: 1px solid #d4d4d4;
    border-top: none;
}

.ui-state-default {
    background-color: none !important;
    line-height: 18px !important;
    color: #002D72 !important;
    font-size: 14px !important;
    margin: auto;
    width: 27px;
}

.ui-state-default.ui-state-highlight.ui-state-active {
    padding: 0px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none !important;
    background: none !important;
    font-weight: bold;
    color: #111111 !important;
}

.ui-state-default {
    text-align: center !important;
    padding: 0px !important;
    font-size: 12px;
}

.ui-datepicker-calendar thead {
    background-color: #F4F4F4;
    padding: 0px 17px;
    display: block;
}

.ui-datepicker-calendar thead,
.ui-datepicker-calendar thead tr {
    height: 30px;
}

.ui-datepicker-calendar thead tr th {
    margin: 6px 2.5px !important;
    padding: 0px !important;
    display: inline-block;
    width: 27px;
}

.ui-datepicker-calendar thead tr th:first-child,
.ui-datepicker-calendar thead tr th:last-child {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

td.ui-datepicker-current-day, td[class="  ui-datepicker-current-day"], td[class=" ui-datepicker-days-cell-over  ui-datepicker-current-day ui-datepicker-today"] {
    background-color: #002D72 !important;
    color: #ffffff !important;
    border-radius: 0px;
    margin-right: 2px;
    margin-top: 2px;
}

    .ui-datepicker-calendar td:hover {
        background-color: #ffffff !important;
        color: #002D72 !important;
        border-radius: 0px;
        outline: 1px solid #d4d4d4;
    }

    .ui-datepicker-calendar td:hover a {
        font-weight: bold;
    }

    .ui-datepicker-calendar td.ui-state-disable:hover {
        background-color: transparent !important;
        color: unset !important;
        border-radius: 0;
    }

    .ui-datepicker-calendar td.ui-datepicker-current-day:hover {
        background-color: #002D72 !important;
        color: #ffffff !important;
    }

.ui-widget-content .ui-state-active {
    color: #ffffff !important;
}

.ui-datepicker-calendar tbody {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-top: none !important;

    padding: 10px 17px !important;
    display: inline-block;
}

    .ui-datepicker-calendar tbody tr {
        padding: 5px !important;
    }

    .ui-datepicker-calendar tbody tr td:first-child {
        padding-left: 0px !important;
    }

    .ui-datepicker-calendar tbody tr td:last-child {
        padding-right: 0px !important;
    }

        /* .ui-datepicker-calendar tbody tr:first-child {
            padding-bottom: 15px !important;
        } */

        /* .ui-datepicker-calendar tbody tr:last-child {
            padding-bottom: 15px !important;
        } */

.ui-datepicker td {
    margin: 2px 2.5px !important;
    padding: 4px 0px !important;
    display: inline-block;
}

.ui-datepicker-unselectable .ui-state-default {
    color: #d4d4d4 !important;
}

.ui-datepicker .ui-datepicker-header {
    padding: 0px !important;
}

.ui-datepicker-title span {
    line-height: 18px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ui-datepicker-title {
    padding: 5px 0px;
}

#datepicker-template {
    padding: unset !important;
    border: none !important;
    width: auto !important;
}

.ui-datepicker-calendar {
    margin-bottom: unset !important;
}

.ui-datepicker-header.ui-widget-header {
    background: #00549a !important;
    border: none !important;
    border-radius: unset !important;
    color: #002D72 !important;
    box-shadow: 3px 0 8px -4px rgba(31, 73, 125, 0.8), -3px 0 8px -4px rgba(31, 73, 125, 0.8);
}

/*#datepicker-template:before {
    content: "";
    display: block;
    border-width: 15px 15px 15px 15px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-top-color: #f9f9f9;
    border-style: solid;
    left: calc(50% - 17px);
    top: 236px;
    position: relative;
    margin-top: -30px;
    z-index: 1;
}*/

#datepicker-template:after {
    content: "";
    display: block;
    border-width: 13px 13px 13px 13px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-top-color: #e1e1e1;
    border-style: solid;
    left: calc(50% - 15px);
    top: 0px;
    position: relative;
    margin-bottom: -30px;
}

#datepicker-template tr:last-child td:nth-child(4)::after {
    content: "";
    display: block;
    border-width: 13px 13px 13px 13px;
    width: 0;
    height: 30px;
    border-color: transparent;
    border-top-color: transparent;
    border-top-color: #ffffff;
    border-style: solid;
    left: calc(50% - 15px);
    /* top: 275px; */
    position: absolute;
    margin-top: 16px;
    z-index: 1;
}

.datepicker-glyph-icon {
    border: 2px solid #d4d4d4;
    border-radius: 2px;
    border-left: none;
}

.datepicker-glyph-icon:hover {
    background: #fff;
}

.ui-datepicker-next .icon-chevron-bold:before {
    content: "\e012";
}

.ui-datepicker-prev .icon-chevron-bold:before {
    content: "\e012";
}

.ui-datepicker-prev, .ui-datepicker-next {
    cursor: pointer;
    top: 10px !important;
    color: #002D72 !important;
}

/*.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: unset !important;
    background: unset !important;
    font-weight: normal;
    color: unset !important;
}*/

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 10px;
    border: none;
    background: transparent;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 11px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 11px;
}

.ui-datepicker .ui-datepicker-next {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev .icon {
    position: relative;
    left: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover .icon {
    left: 1px;
    top: -1px;
}

.ui-datepicker .ui-datepicker-next .icon {
    position: relative;
    left: 7px;
}

.ui-datepicker .ui-datepicker-next-hover .icon {
    left: 6px;
    top: -1px;
}

.ui-datepicker-trigger {
    width: 10px;
    float: right;
    position: relative;
    top: 14px;
    right: 15px;
    color: #002D72;
    font-size: 13px;
    cursor: pointer;
}

.datepicker-hide {
    opacity: 0 !important;
}

/*This for Calendar customization for Lucky END*/



@media (max-width:767px) {
    .pad-15-bottom-xs {
        padding-bottom: 15px;
    }

    .pad-10-bottom-xs {
        padding-bottom: 10px;
    }

    .margin-10-top-xs {
        margin-top: 10px;
    }

    .margin-25-top-xs {
        margin-top: 25px;
    }

    .pad-10-left-xs {
        padding-left: 10px;
    }

    .pad-15-right-xs {
        padding-right: 15px;
    }

    /* .container.liquid-container {
        width: calc(100% - 30px);
    } */

    .vPad20-xs {
        padding: 20px 0px;
    }

    .pad-20-30-xs {
        padding: 20px 15px 10px 15px;
    }

    .no-pad-right-xs {
        padding-right: unset;
    }

    .overflow-auto-xs {
        overflow-x: auto;
    }

    .no-overflow-xs {
        overflow: unset;
    }

    .txtLeft-xs {
        text-align: left;
    }

    .txtRight-xs {
        text-align: right;
    }

    .txtCenter-xs {
        text-align: center;
    }

    .float-left-xs{
        float: left;
    }

    .show-perpage-dropdown ul {
        left: 10px !important;
    }

    .dropdown-width {
        width: 100%;
    }

    .box-shadow-table {
        width: 20px;
        height: 100%;
        position: absolute;
        right: 0px;
        z-index: 5;
        box-shadow: -15px 0 15px -5px rgba(0,0,0,0.4) inset;
        overflow: hidden;
    }

    .table-holder {
        overflow-x: auto;
        overflow-y: hidden;
        position: relative;
        height: auto;
    }

    .table-content .shadow,
    .table-content .shadow-left {
        position: relative;
    }

        .table-content .shadow:after {
            pointer-events: none;
            content: "";
            width: 10%;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 1%, rgba(149, 0, 0, 0) 59%, rgba(0, 0, 0, 0.2) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 1%, rgba(149, 0, 0, 0) 59%, rgba(0, 0, 0, 0.2) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

        .table-content .shadow-left:before {
            pointer-events: none;
            content: "";
            width: 10%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 1%, rgba(149, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 1%, rgba(149, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to left, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

    .top-75-xs {
        top: 75px !important;
    }

    .lm-form-show-perpage:after {
        top: 0px !important;
        left: 60px !important;
        right: 0 !important;
    }

    .lm-form-control-select-box:after {
        top: 22px;
        right: 15px;
    }

}

@media (min-width:768px) and (max-width:999px) {
    .float-right-sm {
        float: right;
    }

    .pad-15-right-sm {
        padding-right: 15px;
    }

    /* .container.liquid-container {
    width: calc(100% - 20px);
    } */

    .show-perpage-dropdown ul {
        top: 38px !important;
        left: unset !important;
    }

    .min-width-179 {
        min-width: 146px;
    }

    .margin-10-top-sm {
        margin-top: 10px;
    }

    .col-sm-2-equal {
        width: 28%;
    }

    .col-sm-1-equal {
        width: calc(44% - 45px);
    }

    .margin-10-top-sm {
        margin-top: 10px;
    }
}

@media (min-width:1000px) {
    .col-md-2-equal {
        width: 22%;
    }

    .col-md-1-equal {
        width: 25.4%;
    }

    .pad-35-top {
        padding-top: 35px;
    }
}

/* START tooltip and tooltip lightbox styles */
.hidden-tooltip-target-xs {
    display: inline-block
}

.hidden-tooltip-target-lg {
    display: none
}

@media screen and (max-width:767px) {
    .close:focus {
        outline: none;
    }

    .hidden-tooltip-target-xs {
        display: none
    }

    .hidden-tooltip-target-lg {
        display: inline-block
    }

    .modal.modal-tooltip {
        position: fixed;
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding-top: 0px;
        padding-bottom: 20px;
        bottom: unset;
    }

        .modal.modal-tooltip .tooltip-dialog {
            margin: auto 20px;
        }

        .modal.modal-tooltip .modal-content {
            min-height: 0;
            background-color: #f9f9f9;
            color: #666;
            border: 1px solid #b9b9b9;
            text-align: left;
        }

        .modal.modal-tooltip .modal-header {
            padding: 15px 30px 10px;
            height: 38px;
        }

        .modal.modal-tooltip .modal-body {
            padding: 0 40px 40px 40px;
        }

        .modal.modal-tooltip .tooltip-inner {
            margin: 0 auto;
            letter-spacing: 0.1px;
            padding-top: 15px;
        }

        .modal.modal-tooltip .tooltip-dialog .close {
            padding: 15px;
            margin: -15px -30px -15px -15px;
            font-size: 12px;
            opacity: 1;
            color: #002D72;
            top: 15px;
        }

    /*Adjust select tag arrow in IE*/
    *::-ms-backdrop, .lm-form-control-select-box:after {
        right: 28px;
    }
}
/* END tooltip and tooltip lightbox styles */

/* This is for Mozilla only */
@-moz-document url-prefix() {
    /*#datepicker-template:before {
        top: 240px;
    }*/
}


/*Custom Scrollbar*/
/* width */
.table-holder-wrapper ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Track */
.table-holder-wrapper ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.table-holder-wrapper ::-webkit-scrollbar-thumb {
    background: #41B6E6;
}

    /* Handle on hover */
    .table-holder-wrapper ::-webkit-scrollbar-thumb:hover {
        background: #1EA5DF;
    }

/*End*/


/*For IE CSS*/
input[type=text]::-ms-clear {
    display: none;
}

*::-ms-backdrop, .ui-widget-content {
    background: transparent;
}

select[id*=UsageCycle]::-ms-expand, select[id*=showPerPage]::-ms-expand, select[id*=selectSubType]::-ms-expand {
    display: none;
}

/* LM.css uses the same class to hide the arrow for webkit and moz browsers. this is for modern IE */
.lm-form-control-select::-ms-expand {
    display: none;
}

*::-ms-backdrop, .margin-vertical-auto {
    top: -2px;
}

*::-ms-backdrop, #datepicker-template::after {
    top: -6px;
}

*::-ms-backdrop, .ui-datepicker-calendar td:hover, *::-ms-backdrop, td.ui-datepicker-current-day {
    border-radius: 0;
}

*::-ms-backdrop, #datepicker-template tr:last-child td:nth-child(4)::after {
    margin-top: 5px;
    border-width: 13px 13px 13px 13px;
    left: calc(50% - 15px);
}



@supports (-ms-ime-align: auto) {
    #datepicker-template::after {
        top: -1px;
    }

    #datepicker-template tr:last-child td:nth-child(4)::after {
        margin-top: 5px;
        border-width: 13px 13px 13px 13px;
        left: calc(50% - 15px);
    }
}