* {
    box-sizing: border-box;
}

.error{
	    border: 1px solid red;
		color: red;
}

.WPML_body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.WPML_container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}

.WPML_container-fluid:before {
    content: " ";
    display: table;
}

button.disabled {
    cursor: not-allowed;
}

.WPML_row-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

.WPML_row-fluid>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}

.WPML_well-sm {
    padding: 9px;
    border-radius: 3px;
}

.WPML_well {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.WPML_breadcrumbs a {
    color: #428bca;
    text-decoration: none;
}

.WPML_panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.WPML_panel-default {
    border-color: #ddd;
}

.WPML_panel-default>.WPML_panel-heading {
    background-color: #3F5488;
    border-color: #E9E9E9;
    color: #ffffff;
    font-size: 15px;
}

.WPML_panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.WPML_collapsible-search-form {
    border-bottom: 1px solid #ddd;
    padding: 15px 15px 5px;
}

.WPML_form-group {
    margin-bottom: 15px;
}

.WPML_collapsible-search-form label {
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5px;
    color: #373737
}

.WPML_form-group input[type=text] {
    background: transparent !important;
    box-shadow: unset !important;
}

.WPML_form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #575757;
    /* background-color: #DCE1F4; */
    background-color: #fff;
    background-image: none;
    border: 1px solid #8894B4;
    border-radius: 4px;
    /* box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4) inset; */
}

select.WPML_input-sm {
    height: 30px;
    line-height: 30px;
}

.WPML_input-sm {
    height: 30px;
    padding: 5px 10px !important;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
    cursor: default;
}


.WPML_form-group input[type=text]:focus {
    outline: none !important;
}

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

.WPML_btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.WPML_btn-xs,
.WPML_btn-group-xs>.WPML_btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.WPML_btn-jam {
    background-color: #3f5488;
    color: #ffffff;
    border-color: #CCCCCC;
    text-transform: uppercase !important;
}

.WPML_grid-view {
    overflow: auto;
    font-size: 15px;
    padding: 5px 5px 10px;
}

.WPML_grid-view table.WPML_table {
    width: 100%;
    margin-bottom: 20px;
    display: table;
}

.WPML_collapsible-search-form br {
    display: none;
}

.WPML_grid-view .WPML_table {
    max-width: 100%;
    background-color: transparent;
}

.WPML_grid-view .WPML_table {
    border-collapse: collapse;
    border-spacing: 0;
}

.WPML_grid-view .WPML_table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    padding: 5px 10px;
    line-height: 1.42857143;
    text-align: left;
}

.WPML_grid-view .WPML_table>tbody>tr>td {
    padding: 5px 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.WPML_grid-view .WPML_table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.WPML_grid-view a {
    font-size: 15px;
    color: #333333;
    text-decoration: none;
    font-weight: 600;
}

.WPML_grid-view {
    max-height: 300px;
    overflow-y: auto;
    padding: 0;
}

.WPML_grid-view thead {
    position: sticky;
    top: 0;
    background: #fff;
}

.WPML_grid-view .WPML_table thead th {
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
}

.WPML_grid-view .WPML_table thead th,
.WPML_grid-view .WPML_table tbody td {
    font-size: 15px;
    font-weight: 500;
    color: #767676;
}

.WPML_grid-view .WPML_pagination {
    float: right;
    margin: 0 5px 0 0px;
}

.WPML_grid-view .WPML_summary {
    float: right;
    line-height: 25px;
    margin: 0 10px 0 0px;
}

.WPML_grid-view .WPML_pagination>.active>a {
    color: #ffffff;
    background: #3f5488;
    border-color: #3f5488;
}

.WPML_grid-view .WPML_pagination>li>a {
    color: #3f5488;
    font-weight: 400;
}

.WPML_pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.WPML_pagination li {
    list-style: unset;
}

.WPML_pagination>li {
    display: inline;
}

.WPML_hidden {
    display: none !important;
    visibility: hidden !important;
}

.WPML_pagination-sm>li:first-child>a,
.WPML_pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-left: 0;
}

.WPML_pagination-sm>li>a,
.WPML_pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.WPML_pagination>li>a,
.WPML_pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.WPML_grid-view .WPML_table>thead tr th:last-child {
    text-align: center !important;
}

.WPML_grid-view .WPML_table>tbody tr td:nth-child(5) {
    text-align: center !important;
}

/** Modal Css **/
.WPML_modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.WPML_modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border-radius: 12px;
    width: 100%;
    min-width: 500px;
    max-width: 500px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.WPML_spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
}

.WPML_spinner-border,
.WPML_spinner-grow {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

.WPML_visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.WPML_visually-hidden:not(caption) {
    position: absolute !important;
}

.WPML_visually-hidden,
.WPML_visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.WPML_loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
        z-index: 1;
}

.WPML_grid-view {
    position: relative;
}

.WPML_loader:after {
    content: '';
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.WPML_close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: -8px;
    background: #3f5488;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: -12px;
}

.WPML_close:hover,
.WPML_close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.WPML_modal-body {
    padding: 24px;
}

.WPML_modal-body p b {
    background: transparent;
}

.WPML_button {
    display: flex;
    align-items: end;
    justify-content: end;
    height: 100%;
    padding-bottom: 10px;
}

/** Date Picker **/
.ui-timepicker-standard {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 15px !important;
    background-color: transparent !important;
    border: transparent !important;
}

.ui-menu .ui-menu-item a {
    padding: 2px 12px !important;
    line-height: 1 !important;
    text-align: left !important;
    border-radius: 0 !important;
}

.ui-timepicker-standard .ui-state-hover {
    background-color: #005ae0 !important;
    border: 1px solid #005ae0 !important;
    color: #ffffff !important;
}

.ui-timepicker-viewport {
    scrollbar-width: none;
}

.ui-timepicker {
    border: 1px solid #8894B4 !important;
    box-shadow: 0 0px 2px rgba(0, 0, 0, .5) !important;
    padding: 0 !important;
    border-radius: 8px !important;
}

@media all and (max-width: 767px) {

    .WPML_grid-view .WPML_table>thead>tr>th,
    .WPML_grid-view .WPML_table>tbody>tr>td {
        white-space: nowrap;
    }

    .WPML_modal-content {
        min-width: 100%;
        max-width: 100%;
    }

    .WPML_modal-content {
        min-width: 90%;
        max-width: 90%;
    }
}

@media (min-width: 992px) {
    .WPML_col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .WPML_col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .WPML_col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .WPML_col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .WPML_col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .WPML_col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}

/*# sourceMappingURL=jquery.timepicker.min.css.map */