/*
font-family: 'Poppins', sans-serif;
*/

* {
    max-height: 100000px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.d_table {
    height: 100%;
    width: 100%;
    display: table;
}

.v_middle {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

header,
footer,
article,
section,
hgroup,
nav,
figure {
    display: block;
}

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

.d-table {
    width: 100%;
    height: 100%;
    display: table;
}

.v-middle,
.v-bottom {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.v-bottom {
    vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #141414;
}

.hidden {
    display: none;
}

figure {
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    margin: 0;
    color: #616161;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    font: 400 16px/21px 'Poppins', sans-serif;
    background: #eceef3 url('../images/body_bg.jpg') no-repeat 0 100%;
    background-size: 100% 100%;
}

body.no_bg_img {
    background-image: none;
}

input[type="submit"] {
    cursor: pointer;
}

img {
    vertical-align: top;
    border-style: none;
}

input:focus,
select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: #0289d5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

a:hover {
    color: #e64d43;
    text-decoration: none;
}

.list_none {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list_inline {
    letter-spacing: -5px;
}

.list_inline li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
}

.list_inline * {
    letter-spacing: 0;
}

.no_border {
    border: none !important;
}

.no_padding {
    padding: 0 !important;
}

.no_bg {
    background: none !important;
}

.no_shadow {
    box-shadow: none !important;
}

.tab_holder.dashboard_view {
    box-shadow: none !important;
    background: none !important;
    padding: 0 !important;
    border: none !important;
}

input[type=text],
input[type=password],
input[type=file],
input[type=image],
input[type=submit],
input[type=button],
input[type=search],
input[type=email],
input[type=checkbox],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
}

input,
textarea,
select {
    font-size: 100%;
    font-family: 'Poppins', sans-serif;
    vertical-align: middle;
    color: #000;
    width: 100%;
    height: 38px;
    padding: 5px 7px;
    display: block;
    border-radius: 0;
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #bfc0c0 !important;
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/inactive_tip.png') no-repeat 100% 50%;
}

input[type="checkbox"] {
    margin-right: 7px;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    -webkit-appearance: checkbox;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    border-style: none;
}

a:focus {
    outline: none;
}

.img-responsive {
    width: 100%;
    height: auto;
    display: block;
}

.img-responsive.max_width {
    width: auto;
    max-width: 100%;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

#sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 20%;
    background: #008ad6;
}

.logo {
    padding: 30px 0px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.logo img {
    max-width: 100%;
    display: block;
    margin: 0 auto 13px;
}

.logo span {
    display: block;
    text-align: center;
}

#nav {
    overflow: hidden;
    padding: 0 0 0 24px;
    overflow-y: auto;
    max-height: 500px;
}

#nav ul a {
    display: block;
    color: #fff;
    border-radius: 30px 0px 0px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #f6f8f8;
    padding: 15px 0px 15px 15px;
}

#nav ul li.has_drop>a {
    background-image: url('../images/down_tip.png') !important;
    background-repeat: no-repeat !important;
    background-position: 92% 50% !important;
}

#nav ul li.has_drop.active>a {
    background-image: url('../images/up_tip.png') !important;
    background-repeat: no-repeat !important;
    background-position: 92% 50% !important;
}

#nav ul a img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 3px 0;
}

ul.inner_menu {
    padding: 0 0 9px;
    background: #006fc3;
    border-radius: 30px 0 0px 30px;
    display: none;
}

#nav ul.inner_menu li a {
    padding: 11px 5px 11px 69px;
}

#nav ul.inner_menu li:first-child a {
    padding-top: 0;
}

#nav ul li.has_drop.active>a,
#nav ul li.has_drop.active .inner_menu a,
#nav ul li.has_drop.active {
    background-color: #006fc3 !important;
    border-radius: 30px 0px 0px 30px;
    color: #ccdbec;
}

#nav ul li.active.temp-deactive a {
    background-color: transparent !important;
    border-radius: 0px;
}

#nav ul li.has_drop.active .inner_menu li.active a {
    background-color: #008ad6 !important;
    padding-top: 10px;
}

#nav ul li.active a,
#nav ul li a:hover {
    color: #fff;
    background: #147eca;
}

#content {
    padding-left: 20%;
    overflow: hidden;
}

.content_header {
    overflow: hidden;
    padding: 17px 69px 14px 69px;
    border-bottom: 1px solid #e0e0e0;
}

.content_header .align_left {
    float: left;
    max-width: 48%;
}

.content_header .align_left img {
    display: inline-block;
    vertical-align: top;
    margin: 3px 0 0;
}

.content_header .align_left strong {
    font-weight: 600;
    font-size: 13px;
    color: #4d4d4d;
    padding: 0px 0 0 8px;
    line-height: 17px;
    display: inline-block;
    vertical-align: top;
}

.content_header .align_left strong span {
    font-weight: 400;
}

.content_header .align_right {
    float: right;
    max-width: 30%;
}

.content_header .logout {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 23px;
    font-size: 13px;
    color: #0289d5;
    font-weight: 500;
    background: url('../images/logout_icon.png') no-repeat 0 50%;
}

.tabset li a {
    color: #8e8e8e;
    font-size: 14px;
}

.tabset li.active a {
    color: #0f0f0f;
    font-weight: 500;
}

.tabset li.active span {
    background: #0289d5;
}

.text_area {
    max-width: 939px;
    margin: 0 auto;
    padding: 59px 0 0;
}

.text_area.add {
    padding-top: 19px;
}

.text_area:after {
    display: block;
    clear: both;
    content: '';
}

.tabset {
    margin: 0 0 38px;
    letter-spacing: -5px;
    position: relative;
    overflow: hidden;
    padding: 3px 0px;
}

.tabset:after {
    position: absolute;
    content: '';
    left: 0;
    background: #c6c8c9;
    top: 49%;
    height: 1px;
    width: 93%;
    z-index: 5;
}

.update-workers-documents.tabset {
    text-align: center;
}

.update-workers-documents.tabset li:last-child {
    padding: 0 12px;
    margin-right: 3%;
}

.update-workers-documents.tabset:after {
    width: 46%;
    left: 30%;
}

.tabset * {
    letter-spacing: 0;
}

.tabset li {
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
    background: #f6f8f7;
    position: relative;
    z-index: 50;
    padding: 0 12px;
}

.tabset li:first-child {
    padding-left: 0;
}

.tabset li:last-child {
    margin: 0;
    padding-right: 0;
}

.tabset li span {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    background: #8e8e8e;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    padding: 2px 0 0;
    margin-right: 5px;
}

.tabset li a {
    color: #8e8e8e;
    font-size: 14px;
    pointer-events: none;
}

#tab_content {
    padding: 24px 0;
}

.tab_holder {
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    padding: 31px 40px 20px 41px;
    box-shadow: 0 0 30px -20px #000;
}

.tab_holder.login {
    max-width: 705px;
    background: #fff url('../images/bg-login.png') no-repeat;
    background-size: 341px 100%;
}

.form_right_side {
    float: right;
    height: 410px;
    margin-right: 20px;
    width: 250px;
}

.tab_holder:after,
#tab_content:after {
    display: block;
    clear: both;
    content: '';
}

.tab_holder.medium {
    max-width: 720px;
}

.tab_holder.fluid {
    width: 100%;
    max-width: none;
}

.steps_number {
    display: block;
    font-size: 13px;
    color: #3b3f3e;
    margin: 0 0 13px;
}

.tab_text h2 {
    font-size: 22px;
    line-height: 26px;
    color: #0289d5;
    font-weight: 500;
    margin: 0 0 26px;
    position: relative;
}

.tab_text h2 a {
    position: absolute;
    right: 0;
    top: -17px;
}

.tab_form {
    overflow: hidden;
}

.tab_form .row {
    margin: 0 0 24px;
    position: relative;
    overflow: hidden;
}

.tab_form .row.captcha {
    margin: 0 0 10px;
}

.tab_form .row.captcha label.error {
    margin-top: -4px;
    margin-bottom: 0px;
}

.tab_form .row span {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #7c7c7c;
    padding: 0 8px;
    left: 0;
    right: 0;
    cursor: text;
    bottom: 2px;
    top: 0;
    background: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

.tab_form .row span.static {
    /* position: static; */
    transform: translate(0, -50px);
}

.tab_form .row.active span {
    font-size: 11px;
    line-height: 15px;
    position: static;
}

.work-require-isolation-prompt.row.active span {
    font-size: 16px;
    font-weight: 600;
}
.work-require-isolation-prompt.row.active span span {
    color: #E82864;
    padding: 0px;
}

.tab_form .row.active select {
    background: url('../images/active_tip.png') no-repeat 100% 50%;
}

.tab_form .row.active input {
    border-color: #000 !important;
}

.tab_form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7c7c7c;
    opacity: 1;
    /* Firefox */
}

.tab_form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #7c7c7c;
}

.tab_form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #7c7c7c;
}

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

.btn_primary,
#fitout-application-submit-wrapper span#s2bpay-button {
    margin-left: 10px;
    padding: 8px 24px;
    display: inline-block;
    vertical-align: top;
    background: #0289d5;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: 30px;
    font-size: 17px;
    color: #fff;
    position: relative;
}

#fitout-application-submit-wrapper span#s2bpay-button {
    min-width: 200px;
    min-height: 45px;
    width: auto !important;
    height: auto !important;
    padding: 8px 24px;
}

#fitout-application-submit-wrapper span#s2bpay-button .s2bpay-element {
    color: #ffffff !important;
    background-color: transparent;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}

.prev_step_btn.btn_primary,
.cancel_btn.btn_primary {
    background: #b3b3b3;
    color: #f7fafc;
}

.btn_primary .feedback {
    position: absolute;
    width: 360px;
    height: 360px;
    background-color: rgba(255, 255, 255, 0.5);
    left: 0;
    top: 0;
    border-radius: 50%;
    margin-left: -180px;
    margin-top: -180px;
    -webkit-transform: scaleX(0) scaleY(0);
    transform: scaleX(0) scaleY(0);
}

.btns_row {
    padding: 10px 0 12px;
}

#tab_content .tab {
    display: none;
}

#tab_content .tab.active {
    display: block;
}

input.date {
    padding-right: 26px;
    background: url('../images/date_icon.png') no-repeat 100% 50%;
}

.date {
    background: url('../images/date_icon.png') no-repeat 100% 50%;
}

.DatePickerInput::-webkit-inner-spin-button,
.DatePickerInput::-webkit-calendar-picker-indicator {
    opacity: 0;
    -webkit-appearance: none;
}

.daterangepicker .calendar-table th {
    background-color: #357ebd;
    color: #ffffff;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    color: #fff;
}

.daterangepicker .calendar-table td {
    background-color: #fff;
}

textarea {
    height: 70px;
    resize: none;
    display: block;
}

.row .word_counter {
    display: block;
    text-align: right;
    font-style: normal;
    font-size: 11px;
}

.row .word_counter em {
    font-style: normal;
}

.check input[type="checkbox"],
.check input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 20px;
    border: none;
    -webkit-appearance: checkbox;
    visibility: hidden;
    margin-right: 0px;
}

.check label {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 3px 39px;
    position: relative;
}

.check label:after {
    width: 23px;
    height: 23px;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url('../images/checkboxes.png') no-repeat;
}

.check input[type="checkbox"]:checked+label:after,
.check input[type="radio"]:checked+label:after {
    background-position: 0 -62px;
}

.file_attacher {
    float: left;
    background: #0289d5;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    padding: 7px 15px;
    margin: 0 15px 0 0 !important;
    cursor: pointer;
}

em.file_text {
    float: left;
    width: 70%;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #b3b4b4;
    padding: 4px 0 9px;
    border-bottom: 1px solid #b3b4b4;
}

.app_table .dataTables_length,
.app_table #example_filter,
.app_table .dataTables_info,
.app_table .dataTables_paginate.paging_simple_numbers {
    display: none;
}

.app_table.t_pagination .dataTables_paginate.paging_simple_numbers,
.app_table.t_pagination .dataTables_info,
.app_table.t_pagination .dataTables_length {
    display: block;
}

table {
    border-collapse: collapse;
}

.app_table {
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom: none;
    border-radius: 8px;
    position: relative;
}

.app_table:after {
    display: block;
    clear: both;
    content: '';
}

table thead th {
    border-bottom: 1px solid #dbdbdb;
    background: #dedfe3;
    padding: 12px 0px 11px 15px;
    font-size: 14px;
}

table th,
table td {
    padding: 13px 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #4d4d4d;
    text-align: left;
}

table td {
    font-weight: 400;
    background: none;
    padding: 10px 10px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.export_info {
    padding: 30px 0 30px;
    overflow: hidden;
}

.export_info img {
    display: inline-block;
    vertical-align: top;
    margin: 4px 5px 0 0;
}

.export_info a {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.docs_list {
    margin: 0 0 30px;
    overflow: hidden;
    color: #3b3f3e;
    font-size: 14px;
}

.docs_list li {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}

.docs_list li.active,
.docs_list li:hover {
    background: #f5f5f5;
}

.docs_list li.active i,
.docs_list li:hover i {
    display: block;
}

.docs_list li a {
    padding: 12px 50px 12px 10px;
    display: block;
    position: relative;
}

.docs_list li a i {
    position: absolute;
    top: 11px;
    right: 16px;
    color: #0289d5;
    font-size: 17px;
    display: none;
}

.drop_text {
    height: 216px;
    margin: 0 0 30px;
    text-align: center;
    background: #f6f8f8;
    border: 3px dashed #ccc;
}

.file_loader span {
    color: #4a4a4a;
    font-size: 20px;
}

.file_loader img {
    display: inline-block;
    vertical-align: top;
    margin: -5px 0 0 7px;
}

.docs_holder {
    position: relative;
}

.required_docs {
    bottom: 42px;
    position: absolute;
    right: -43px;
    width: 385px;
    padding: 16px 4px 22px 29px;
    ;
    text-align: left;
    font-size: 13px;
    border-radius: 5px;
    background: #231f20;
    color: #cdcdcd;
    display: none;
    box-shadow: 0 0 30px -20px #000;
}

.docs_opener {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.docs_opener:hover .required_docs {
    display: block;
}

.required_docs:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -12px;
    width: 0;
    margin-left: -19px;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 20px solid #231f20;
}

.required_docs ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    overflow: hidden;
}

.required_docs ul li {
    position: relative;
    padding: 0 0 0 13px;
}

.required_docs ul li:after {
    width: 6px;
    height: 9px;
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    background: url('../images/list-bullet.png') no-repeat;
}

.required_docs strong {
    display: block;
    font-size: 14px;
    color: #fff;
    margin: 0 0 12px;
    font-weight: 500;
}

.radio_holder {
    margin: 0 0 10px;
    overflow: hidden;
}

.radio_holder label {
    width: 100%;
    display: block;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 20px 26px 20px 78px;
    position: relative;
    border: 1px solid transparent;
}

.radio_holder label:after {
    width: 32px;
    height: 34px;
    position: absolute;
    content: '';
    left: 22px;
    top: 16px;
    background: url('../images/inactive_radio.png') no-repeat;
}

.radio_holder input[type="radio"]:checked+label {
    border-color: #76c213;
}

.radio_holder input[type="radio"]:checked+label:after {
    left: 26px;
    top: 20px;
    background: url('../images/active_radio.png') no-repeat;
}

.field_row {
    position: relative;
    margin: 0 0 31px;
}

.field_row:after {
    display: block;
    clear: both;
    content: '';
}

.field_row strong {
    display: block;
    color: #c3c3c3;
    font-weight: 500;
    margin: 0 0 11px;
    font-size: 13px;
}

.field_row .required_docs strong {
    color: #fff;
}

.field_row select {
    display: inline-block;
    vertical-align: top;
    width: 90%;
}

.field_row .docs_opener {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin: 9px 0 0;
}

.field_row .required_docs ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.field_row .required_docs {
    width: 325px;
}

.field_row .required_docs:after {
    left: auto;
    right: 37px;
}

.fit_check {
    padding: 21px 0 0;
    font-weight: 600;
    color: #3b3f3e;
    overflow: hidden;
}

.tab_holder .fit_check.first {
    border-top: 1px solid #dcdede;
}

.fit_check input[type="checkbox"] {
    margin-right: 7px;
    width: 16px;
    height: 16px;
    -webkit-appearance: checkbox;
}

.pay_fit_form {
    margin: 10px 0 80px;
}

.required_docs ul li span {
    color: #a7d3ec;
}

.success_payment img {
    max-width: 100%;
    display: block;
    margin: 27px auto 24px;
}

.success_payment {
    margin: 0 0 31px;
    font-size: 14px;
    color: #3b3f3e;
    text-align: center;
    overflow: hidden;
}

.success_payment h2 {
    margin: 0 0 28px;
    color: #3b3f3e;
    font-weight: 600;
    font-size: 24px;
}

.success_payment p {
    margin: 0 0 20px;
}

.success_payment p:last-child {
    margin: 0 0 40px;
}

.btn_primary.continue {
    padding: 13px 40px;
}

.posts {
    overflow: hidden;
}

.post {
    margin: 0 0 27px;
    padding: 0 0 20px;
    border-bottom: 1px solid #cecece;
    overflow: hidden;
}

.posts_holder .post:last-child {
    padding-bottom: 80px;
}

.post .column:first-child {
    float: left;
}

.post .column {
    float: right;
    width: 48%;
}

.post .column .title {
    margin: 0 0 19px;
    display: block;
}

.post .column .title span {
    display: inline-block;
    vertical-align: middle;
    background: #ececec;
    border-radius: 30px;
    font-size: 14px;
    color: #3b3f3e;
    font-weight: 700;
    padding: 7px 24px;
    text-transform: uppercase;
}

.post .column .title a {
    color: #0289d5;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.post .column .title.add-remarks-wrapper a img {
    width: 45px;
    margin-top: 15px;
}

.post .column ul {
    color: #727474;
    overflow: hidden;
    font-size: 14px;
}

.post .column ul li {
    overflow: hidden;
    margin: 0 0 7px;
}

.post .column ul span:first-child {
    color: #3b3f3e;
    font-weight: 500;
}

.post .column ul span {
    min-width: 49%;
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.post .column.full {
    width: 100%;
}

.post .column.medium {
    width: 85%;
}

.docs_sidebar_list li {
    display: block;
}

.docs_sidebar_list a {
    color: #0289d5;
}

.post .column.xs_medium {
    width: 65%;
}

.post .column.small {
    width: 28%;
}

.agreement_checks {
    overflow: hidden;
}

.agreement_checks .field_row input {
    float: left;
}

.agreement_checks .field_row label {
    color: #3b3f3e;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    display: block;
}

.agreement_checks .field_row label a {
    text-decoration: underline;
    color: #0289d5;
}

.agreement_checks .field_row {
    margin: 0 0 20px;
}

.decisions {
    padding: 0 0 40px;
    text-align: center;
    overflow: hidden;
}

.btn_primary.query {
    background: #ea7d23 url('../images/icon1.png') no-repeat 13px 50%;
}

.btn_primary.reject {
    background: #cd3b48 url('../images/icon2.png') no-repeat 13px 50%;
}

.btn_primary.approve {
    background: #2ab766 url('../images/icon3.png') no-repeat 13px 50%;
}

.btn_primary.print-application {
    background: #008ad6 url('../images/export2.png') no-repeat 13px 50%;
}

.decisions .btn_primary {
    padding: 11px 21px 11px 41px;
}

.decisions .btn_primary.prev_step_btn {
    padding: 11px 21px;
}

.decisions .btn_primary:hover {
    color: #fff;
    background-color: #008ad6;
}

.sec_header .align_right {
    float: right;
    text-align: right;
    max-width: 30%;
}

.sec_header .align_right.application-details-info {
    max-width: 80%;
    width: auto;
}

.sec_header h2 {
    overflow: hidden;
}

.sec_header .align_right strong {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.sec_header .align_right span {
    display: block;
    font-size: 12px;
}

.sec_header {
    margin: 0 0 20px;
    overflow: hidden;
}

.sec_header b {
    text-decoration: underline;
}

.completion {
    height: 450px;
}

.options_opener.circle {
    border-radius: 100%;
    padding: 8px 6px 7px;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    max-width: 33px;
    margin: 0 auto;
}

.status_table .options_opener.circle {
    padding: 0;
}

.status_table .options_opener.circle:hover {
    background: none;
}

.status_table .view_details_btn {
    padding-top: 0px;
}

.options_opener.circle:hover {
    background: #e9e9e9;
}

.view_details_btn {
    padding-top: 20px;
    position: absolute;
    top: 20px;
    left: -40px;
    z-index: 5;
    display: none;
}

.view_details {
    background: #6d6d6d;
    border-radius: 30px;
    width: 124px;
    color: #fff;
    padding: 6px 3px;
    z-index: 5;
    display: block;
}

.options_opener.circle:hover .view_details_btn {
    display: block;
}

#example_info {
    padding: 18px 0 0;
    font-size: 14px;
    color: #6a6a6a;
    float: left;
}

#example_paginate {
    padding: 18px 0 0;
    font-size: 14px;
    float: right;
}

#example_paginate a {
    margin-left: 36px;
    color: #6a6a6a;
    font-size: 0;
    width: 9px;
    height: 14px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    background: url('../images/table_pagination.png') no-repeat;
}

#example_paginate a.next {
    background: url('../images/table_pagination.png') no-repeat -45px 0;
}

#example_paginate span {
    display: none;
}

.dataTables_length {
    position: absolute;
    bottom: 0;
    right: 100px;
    width: 151px;
    font-size: 14px;
}

.dataTables_length label {
    display: inline-block;
    vertical-align: middle;
}

.dataTables_length select {
    width: 40px;
    color: #6a6a6a;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    border: none !important;
    margin-right: 10px;
}

.t_header {
    overflow: hidden;
}

.t_header h2 {
    overflow: hidden;
    margin: 10px 0 26px;
    color: #2c485f;
}

.approvers-view .t_header h2#main-page-title {
    display: inline-block;
}

.t_header span {
    display: inline-block;
    vertical-align: top;
}

.t_header .notifications {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #cd3b48;
    border-radius: 30px;
    padding: 0px 15px;
    font-style: normal;
    font-size: 15px;
    font-weight: 600;
    margin-left: 5px;
}

.apply_ptw {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    float: right;
    padding: 6px 9px 6px 17px;
    text-transform: capitalize;
}

.apply_ptw img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.apply_ptw.btn_export_users img {
    padding: 6px 0px;
}

.btn_primary:hover,
#fitout-application-submit-wrapper span#s2bpay-button:hover {
    background-color: #008ad6;
    color: #fff;
}

img.status_icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.side_search {
    border-radius: 4px;
    background: #f6f8f8 url('../images/search_icon2.png') no-repeat 10px 50%;
    overflow: hidden;
    max-width: 90%;
    height: 44px;
    padding: 0 0 0 30px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.side_search input {
    background: none;
    font-size: 13px;
    color: #828282;
    border: none !important;
    font-weight: 400;
    height: 44px;
}

.accordion {
    padding: 60px 0 0;
    overflow: hidden;
}

.accordion_row {
    overflow: hidden;
}

.accordion_row .text {
    display: none;
    overflow: hidden;
}

.accordion_opener {
    font-size: 16px;
    color: #2c485f;
    display: block;
    background: #d6d9e3;
    font-weight: 600;
    padding: 17px 20px;
    border-radius: 5px;
}

.accordion table {
    background: #fff;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.accordion table th {
    background: #e3e6ed;
    padding: 8px 4px;
}

.accordion table b {
    font-weight: 500;
}

.accordion table td img {
    margin-right: 5px;
}

.accordion tr td {
    padding: 15px 10px;
}

.accordion_opener i {
    float: right;
    color: #0287d2;
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
}

.accordion_opener:hover {
    color: #0287d2;
}

.fa-angle-down.active:before {
    content: "\f106";
}

.account_heading {
    margin: 0 0 50px;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: #787878;
}

#content.sign_screen {
    padding: 0;
}

#header {
    padding: 12px 23px;
    background: #fff;
}

#header:after {
    display: block;
    clear: both;
    content: '';
}

.menu {
    font-size: 13px;
    font-weight: 500;
    float: left;
}

.menu li {
    position: relative;
    margin-right: 22px;
    display: inline-block;
    vertical-align: top;
}

.menu li:hover .drop_down {
    display: block;
}

.menu a {
    display: block;
    color: #4d4d4d;
    border-radius: 30px;
    padding: 4px 17px;
}

.menu li.active a,
.menu li a:hover,
.menu li:hover a {
    background: #e6e8ec;
}

.menu li .drop_down {
    width: 120px;
    padding: 0;
    position: absolute;
    left: 0;
    background: #e6e8ec;
    display: none;
}

.menu li .drop_down li {
    display: block;
    margin: 0;
}

.menu li .drop_down li a {
    display: block;
    padding: 4px 4px;
    text-align: center;
}

.user_links {
    float: right;
    max-width: 48%;
}

.user_links li {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
}

.user_links a {
    color: #0289d5;
    border: 2px solid #0289d5;
    display: block;
    border-radius: 30px;
    font-size: 14px;
    padding: 2px 12px;
    font-weight: 600;
}

.user_links li.active a,
.user_links li a:hover {
    color: #fff;
    background: #0289d5;
}

input[type="submit"].submit_btn {
    width: 100%;
    display: block;
    border-radius: 30px;
    border: 2px solid #fff !important;
    color: #fff;
    height: 48px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    box-shadow: 0 5px 8px -3px #989595;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0079cb+0,0394dc+50,05a8e9+100 */
    background: #0079cb;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0079cb 0%, #0394dc 50%, #05a8e9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0079cb 0%, #0394dc 50%, #05a8e9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0079cb 0%, #0394dc 50%, #05a8e9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0079cb', endColorstr='#05a8e9', GradientType=1);
    /* IE6-9 */
}

input[type="submit"].submit_btn:hover {
    box-shadow: 0 5px 8px -3px #049ce4;
}

.login_info {
    font-size: 14px;
    color: #858585;
    text-align: center;
    font-weight: 500;
}

.login_info a {
    color: #858585;
}

.tab_form .row.submit_row {
    padding-bottom: 20px;
    margin-bottom: 0;
}

.login_info .q {
    padding: 10px 0 0;
    overflow: hidden;
}

.login_info .q a {
    color: #00a0e6;
}

.form_right_side h3 {
    font-weight: 600;
    text-align: center;
    margin: 0 0 20px;
    color: #959595;
    font-size: 23px;
}

.add_worker_holder {
    border-radius: 5px;
    background: #fff;
    max-width: 470px;
    margin: 0 auto;
    padding: 50px 40px 0;
    overflow-y: auto;
    max-height: 550px;
}

.landing-page-notice .add_worker_holder {
    max-width: 750px;
}

.landing-page-notice-links-wrapper {
    margin-top: 30px;
    text-align: center;
}

.landing-page-notice-links-wrapper a {
    font-size: 20px;
    color: #000000;
    text-decoration: underline;
}

.popup {
    width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    top: 0;
    bottom: 0;
    display: none;
}

.form_submitter {
    margin-left: 10px;
    padding: 8px 24px;
    display: inline-block;
    vertical-align: top;
    background: #0289d5;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: 30px !important;
    font-size: 17px;
    color: #fff;
    width: auto;
    height: auto;
}

.add_worker_heading {
    color: #0289d5;
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 31px;
    display: block;
    line-height: 1.3;
}

.misc_label {
    margin: 0 0 6px;
    display: block;
    color: #858585;
    font-size: 13px;
    font-weight: 500;
}

.login_select select {
    border-radius: 30px;
    background-color: #fafbfd;
    border: 1px solid #bfc0c0 !important;
    font-weight: 400;
    padding: 0 21px;
    height: 44px;
    background-position: 92% 50%;
}

.text_area.vh {
    height: 92vh;
}

.row_holder {
    overflow: hidden;
}

.file_togler {
    margin: 0 0 16px;
    display: none;
    overflow: hidden;
}

.file_togler.active {
    display: block;
}

.drager {
    width: 100%;
    display: block;
    cursor: pointer;
}

.action_options {
    width: 120px;
    position: absolute;
    background: #fff;
    top: 92%;
    right: 39px;
    display: none;
    box-shadow: 0 0 5px 3px #dedfe3;
    border-radius: 3px;
    z-index: 5;
}

.action_options a {
    display: block;
    color: #000;
    font-weight: 500;
    padding: 9px 20px;
    border-bottom: 1px solid #dedfe3;
}

.action_options a:last-child {
    border: none;
}

.serial_link,
.serial_link:hover {
    color: #0289d5;
    text-decoration: underline;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    padding: 1px 2px;
    border-radius: 0;
}

table tr:hover {
    background: #f1f2f6;
}

.menu_opener {
    position: absolute;
    right: 10px;
    z-index: 50;
    color: #fff;
    font-size: 23px;
    top: 9px;
    display: none;
}

.responsive_header {
    overflow: hidden;
    background: #008ad6;
    z-index: 9999;
    position: relative;
    padding: 10px 30px;
    display: none;
}

.responsive_header .small_logo,
.responsive_header span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
    font-size: 13px;
}

.nav_opener {
    color: #fff;
    font-size: 19px;
    position: absolute;
    right: 20px;
    top: 10px;
    display: none;
}

.alert {
    padding: 5px;
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-heading {
    color: inherit;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block>p,
.alert-block>ul {
    margin-bottom: 0;
}

.alert-block p+p {
    margin-top: 5px;
}

label.error {
    display: block;
    margin-top: -15px;
    color: #ff0000;
    margin-bottom: 10px;
}

#tab2 .file_togler input[type="file"].hidden,
#tab5 .file_togler input[type="file"].hidden,
.required-file-field .file_togler input[type="file"].hidden,
#payment-evidence-popup .file_togler input[type="file"].hidden {
    visibility: hidden;
    padding: 0px;
    display: inherit;
    height: 0px;
}

#tab5 .file_togler+label.error{
    margin-top: 0px;
}

#fitout-deposit-preview,
.mastercard-transaction-preview,
.cheque-transaction-preview,
.approver-cheque-received,
.work-require-isolation-prompt,
.logged-in.user .contact-us-page .tab_holder.contact-form,
#fitout-application-submit-wrapper,
#sidebar .logo a {
    display: none;
}

#fitout-deposit-amount-preview {
    color: #727474;
    font-weight: normal;
}

#fitout-deposit .tab_holder {
    max-width: 650px;
    overflow-y: auto;
    max-height: 450px;
}

#fitout-deposit .payment-option-info-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}

#fitout-deposit .payment-option-info-wrapper .payment-option-info-item {
    width: 100%;
    font-size: 12px;
}

#fitout-deposit #qr-code-fitout-wrapper img {
    max-width: 150px;
}

#fitout-deposit .payment-option-info-wrapper .payment-option-info-item span {
    display: inline-block;
}

#fitout-deposit .payment-option-info-wrapper .payment-option-info-item span:first-child {
    font-weight: 600;
    min-width: 180px;
}

#fitout-deposit .radio_holder label {
    font-size: 14px;
    padding: 10px 25px 10px 65px;
}

#fitout-deposit .fitout-deposit-terms label,
#fitout-deposit .fitout-deposit-info p,
#fitout-deposit .fitout-deposit-info p b {
    font-size: 12px;
}
#fitout-deposit .radio_holder label:after,
#fitout-deposit .radio_holder input[type="radio"]:checked+label:after {
    background-size: contain;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#fitout-deposit .radio_holder label:after {
    width: 22px;
    height: 22px;
}
#fitout-deposit .radio_holder input[type="radio"]:checked+label:after {
    width: 18px;
    height: 18px;
}
#fitout-deposit .required_docs {
    bottom: auto;
    right: -10px;
    z-index: 2;
    top: 50px;
}
#fitout-deposit .required_docs:after{
    right: 4px;
    top: -12px;
    margin-left: 0px;
    border-bottom: 18px solid #231f20;
    border-top: 0px;
}

#fitout-deposit .check label:after,
#fitout-deposit .check input[type="checkbox"]:checked+label:after {
    width: 16px;
    height: 16px;
    background-size: cover;
}
#fitout-deposit .check input[type="checkbox"]:checked+label:after {
    background-position: 0px -42px;
}
.fitout-payment-evidence-wrapper {
    clear: both;
    padding-top: 5px;
}
.fitout-payment-evidence-wrapper .row.active span {
    font-size: 14px;
    padding-left: 0px;
    color: #3b3f3e;
    font-weight: 500;
}
.fitout-payment-evidence-wrapper .row.active .file_togler {
    margin-top: 8px;
    margin-bottom: 5px;
}
.fitout-payment-evidence-wrapper .row.active .fit_check {
    padding: 12px 0 0;
}
.fitout-payment-evidence-wrapper .row.active .fit_check input[type="checkbox"] {
    margin-right: 0px;
    width: 0px;
}
#tab4 .fit_check {
    padding: 10px 0 10px;
}
#tab4 .fit_check label {
    width: 90%;
}
#tab4 .fit_check+.error {
    width: 89%;
    margin-left: auto;
    margin-top: auto;
}
.export_info .file_togler {
    display: inline-block;
}

.export_info .file_togler label {
    margin-right: 30px;
    color: #235932;
    cursor: pointer;
}

.export_info .file_togler label:hover {
    color: #e64d43;
}
.upload-payment-evidence img {
    width: 17px;
}

.daterangepicker td.active {
    background-color: #357ebd;
}

.register_login_info {
    font-size: 14px;
    color: #858585;
    text-align: center;
    font-weight: 500;
}

.register_login_info .q {
    padding: 0px 0 0 30px;
    overflow: hidden;
}

.register_login_info .q a {
    color: #00a0e6;
}

#add_cms .add_worker_holder {
    max-width: 70%;
}

#addCmsForm .row_holder .file_togler {
    display: block;
}

#changeRedirectForm .row .ui-autocomplete-multiselect {
    width: 100% !important;
}

.tab_form #changeRedirectForm .row.active input {
    border-color: transparent !important;
}

body.admin #content .text_area {
    max-width: 90%;
}

#checque-payment-information .tab_holder,
#terms_conditions_popup .tab_holder {
    max-height: 520px;
    overflow-y: auto;
}
.app_table.admin-reports-table {
    max-height: 800px;
    overflow-y: auto;
}

#checque-payment-information .tab_holder {
    max-width: 550px;
}

#terms_conditions_popup .tab_holder {
    max-width: 70%;
}

.cheque-transfer-information {
    padding: 5px 20px;
    background-color: #e6e6e6;
    border-radius: 10px;
    margin: 20px 0px;
}

.cheque-transfer-information ul {
    list-style: none;
    padding-left: 0px;
}

.cheque-transfer-information ul li {
    display: inline-block;
}

.cheque-transfer-information ul li ul li {
    padding: 5px 0px;
}

.cheque-transfer-information ul li ul li:first-child {
    color: #0289d5;
    width: 90px;
    vertical-align: top;
}

.cheque-transfer-information ul li ul li:last-child {
    color: #000000;
    width: 300px;
}

#checque-payment-information .tab_holder span.date {
    display: block;
}

#checque-payment-information .tab_holder .cheque-text,
#checque-payment-information .tab_holder .cheque-information {
    color: #000000;
    font-size: 14px;
}

.receipt-generate-options .receipt-info {
    font-size: 12px;
}

.content-row .image-area .tab_holder.small {
    padding: 10px;
}

.content-row .image-area .tab_holder.small img {
    width: 100%;
}

.user-fields-wrapper {
    margin-top: 30px;
    display: none;
}

.user-fields-wrapper .user-add-title-info {
    font-weight: 700;
    color: #616161;
    font-size: 16px;
    margin-bottom: 24px;
}

.user-roles-field-wrapper {
    margin-bottom: 20px;
}

.posts_holder .post.application-remarks,
.posts_holder .post.application-isolation-work-comments {
    border-radius: 7px;
    padding: 20px;
}

.posts_holder .post.application-remarks {
    background-color: rgb(240, 254, 233);
    border: 1px solid #a5d491;
}
.posts_holder .post.application-isolation-work-comments {
    background-color: #fef5f6;
    border: 1px solid #efcfd4;
}
.posts_holder .post.application-isolation-work-comments .column .title span {
    background-color: transparent;
    padding: initial;
}

.application-remarks.post .column .title {
    margin: 0 0 10px;
}

.application-remarks.post .column .title span {
    background: inherit;
    padding: 0px;
}

.content_header .align_left strong a {
    font-weight: 600;
    font-size: 13px;
    color: #4d4d4d;
}

.password-notes ul {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
}

.date-selection.filters-groups {
    display: inline-block;
    width: 70%;
}

.approvers-view .date-selection.filters-groups {
    text-align: right;
    float: right;
}

.date-selection.filters-groups label,
.date-selection.filters-groups select,
.date-selection.filters-groups input,
#normal-application-submit-wrapper {
    display: inline-block;
}

.workers-bulk-note {
    font-size: 14px;
}

.work_details_wrapper textarea {
    border: 1px solid #bfc0c0 !important;
    padding: 10px 10px 10px 10px;
    min-height: 130px;
    height: auto;
}

#tab2 .tab_holder .row:nth-child(6) {
    margin-bottom: 10px;
}

.daterangepicker td.in-range,
.daterangepicker td.in-range:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}

.daterangepicker td.in-range.start-date,
.daterangepicker td.in-range.start-date:hover,
.daterangepicker td.in-range.end-date,
.daterangepicker td.in-range.end-date:hover {
    background-color: #357ebd;
    color: #fff;
}

.system-generated-wrapper {
    text-align: center;
    margin-bottom: 20px;
    display: none;
    font-size: 12px;
    line-height: normal;
}

.necessary-document-reminder,
.work-require-isolation-cb-wrapper {
    font-size: 14px;
}

.necessary-document-reminder {
    margin-bottom: 30px;
}

.work-require-isolation-cb-wrapper {
    margin-bottom: 10px;
}

table#example tbody tr.unread_application td {
    font-weight: 700;
    border-top: 0px;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-color: #000000;
    border-style: solid;
}

.textarea-editor {
    margin-top: 30px;
}

.file_togler .image-wrapper {
    margin-bottom: 15px;
}

.file_togler .image-wrapper img {
    width: 200px;
    object-fit: contain;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.applicant-applications-table tr td:last-child {
    text-align: center;
    width: 90px;
}

.applicant-applications-table tr td:last-child .options_opener {
    margin-right: 5px;
}

.applicant-applications-table tr td:last-child .options_opener:first-child img.status_icon {
    width: 18px;
    height: auto;
}


/*.tab_form #tab2 .tab_holder .row_holder .row.check {
    margin: 0 0 10px;
}*/


/************************************/

.ui-autocomplete-multiselect.ui-state-default {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px 3px;
    padding-bottom: 0px;
    overflow: hidden;
    cursor: text;
}

.ui-autocomplete-multiselect .ui-autocomplete-multiselect-item .ui-icon {
    float: right;
    cursor: pointer;
}

.ui-autocomplete-multiselect .ui-autocomplete-multiselect-item {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1px 3px;
    margin-right: 2px;
    margin-bottom: 3px;
    color: #333;
    background-color: #f6f6f6;
}

.ui-autocomplete-multiselect input {
    display: inline-block;
    border: none;
    outline: none;
    height: auto;
    margin: 2px;
    overflow: visible;
    margin-bottom: 5px;
    text-align: left;
}

.ui-autocomplete-multiselect.ui-state-active {
    outline: none;
    border: 1px solid #7ea4c7;
    -moz-box-shadow: 0 0 5px rgba(50, 150, 255, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(50, 150, 255, 0.5);
    -khtml-box-shadow: 0 0 5px rgba(50, 150, 255, 0.5);
    box-shadow: 0 0 5px rgba(50, 150, 255, 0.5);
}

.ui-autocomplete {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.has-autocomplete-fields .autocomplete-fields-wrapper .ui-autocomplete {
    width: 300px !important;
}


/************************************/


/*****************Tail Select Style Start******************/

.tail-select {
    width: 100%;
    padding: 10px 5px;
}

.tail-select-container {
    margin: 5px 5px;
    padding: 5px;
}

.tail-select.open-top .select-dropdown {
    margin: 15px 0 15px 0;
}

.tail-select.active .select-dropdown {
    position: inherit;
}

.tail-move-container.tail-select-container {
    display: none;
}

.tail-move-container.tail-select-container.show {
    display: block;
    overflow-y: auto;
    max-height: 200px;
}


/******************Tail Select Style End*****************/


/***************Shan CSS Start*************/

.contact-us-page {
    background-color: #ffffff;
    height: 1000px;
}

.contact-us-page .tab_holder {
    box-shadow: unset;
    margin: 0px;
}

.contact-us-page .contact-form,
.contact-us-page .contact-map {
    width: 50%;
    float: left;
}

.contact-us-page .contact-map #map {
    height: 200px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
    border-radius: 20px;
    box-shadow: 0 0 30px -20px #000;
}

.contact-us-page .t_header h2 {
    font-size: 16.5px;
    font-weight: bolder;
    margin: 30px 0px;
}

.contact-us-page .contact-us-row .icon {
    width: 15%;
    float: left;
}

.contact-us-page .contact-us-row .text {
    width: auto;
    float: left;
}

.contact-us-page .contact-us-row .icon i.fa {
    padding: 10px 12px;
    border-radius: 100px;
    color: #ffffff;
    background-color: #0091db;
}

.contact-us-page .contact-us-row .text {
    font-size: 13px;
    padding-top: 8px;
}

.contact-us-page .contact-us-row .partition .icon {
    width: 30%;
    float: left;
}

.contact-us-page .contact-us-row .text {
    width: 80%;
    float: left;
}

.contact-us-page .contact-us-row .partition {
    margin-top: 20px;
    width: 50%;
    float: left;
}

.contact-us-page .tab_holder.contact-map.second {
    padding-top: 0px;
}

.faqs-page .tab_holder {
    max-width: 770px;
}

.faqs-page .accordion .accordion_opener {
    color: #0091db;
    background: #ffffff;
    border-radius: 0px;
    border-top: 1px solid #e6e6e6;
}

.faqs-page .accordion .accordion_row {
    background: #ffffff;
}

.faqs-page .accordion .accordion_row .text p {
    padding: 0px 20px;
    font-size: 13px;
}

.faqs-page .accordion {
    padding-top: 35px;
}

.guides-and-forms-page .link-headings h2 {
    font-size: 23px;
    line-height: 26px;
    color: #2c485f;
    font-weight: 100;
    position: relative;
    margin: 0px;
}

.guides-and-forms-page .links-list {
    padding: 0px 20px 30px 20px;
}

.guides-and-forms-page .links-list li {
    margin-bottom: 5px;
}

.guides-and-forms-page .links-list li a {
    color: #0091db;
}

.guides-and-forms-page .links-list li span {
    padding: 0px 10px;
    color: #2c485f;
}

.guides-and-forms-page .tab_holder {
    max-width: 560px;
    padding: 50px 40px 13px 41px;
}

.admin-detail-page .admin-notify {
    text-align: right;
    padding: 50px 0px;
    border-top: 1px solid #e8e8e8;
}

.admin-detail-page .admin-notify span {
    padding: 0px 10px;
    font-weight: 500;
}

.admin-detail-page .admin-notify a {
    color: #0091db;
    padding: 5px 10px;
    border: 1px solid #0091db;
    border-radius: 2px;
    font-weight: 500;
}

.admin-detail-page .back-button h2 {
    font-size: 16px;
}

.admin-detail-page .back-button h2 i {
    font-size: 19px;
    padding-right: 10px;
    font-weight: 600;
}

.admin-detail-page .posts_holder .post:last-child {
    padding: 20px;
}

.application-details .search input {
    padding: 20px;
    border: 1px solid #e8e8e8;
    font-size: 13px;
    border-radius: 5px;
    width: 300px;
    font-family: FontAwesome, sans-serif;
}

.application-details .search {
    width: 30%;
    float: left;
}

.application-details .date-selection {
    text-align: right;
    font-size: 14px;
}

.application-details .date-selection input {
    width: 90px;
    border: 1px solid #e8e8e8;
    font-size: 13px;
    border-radius: 5px;
    height: 30px;
    display: unset;
    font-weight: 200;
}

.application-details lable,
.approvers-view lable {
    padding: 0px 12px
}

.application-details .date-selection select,
.approvers-view .date-selection select {
    width: 55px;
    display: unset;
    color: #616161;
    border-bottom: 0px !important;
    margin-right: 30px;
}

.application-details .t_header,
.approvers-view .t_header {
    margin-bottom: 30px;
}

.ptw-process .banner {
    text-align: center;
    background-image: url("../images/banner_bg.jpg");
    padding: 100px;
    background-size: contain;
}

.ptw-process .banner .page-title {
    font-size: 33px;
    font-weight: 500;
    padding-bottom: 5px;
}

body.no_bg_color,
.ptw-process#content {
    background-color: #ffffff;
}

.ptw-process#content .content_header {
    background-color: #e4e4e4;
}

.ptw-process .bg_numbers {
    font-size: 160px;
    font-weight: lighter;
    color: #e8e8e8;
}

.ptw-process .row-title h2 {
    font-weight: 500;
    margin-top: -24px;
    padding: 0px 0px 30px 75px;
}

.ptw-process .row-content {
    font-size: 13px;
    line-height: 2;
    padding: 0px 0px 0px 75px;
}

.ptw-process .content-row {
    margin-top: 100px;
}

.ptw-process .info-area {
    width: 55%;
    float: left;
}

.ptw-process .image-area {
    width: 45%;
    float: right;
}

.ptw-process .image-area .tab_holder.small {
    min-height: 250px;
    width: 350px;
    margin: -48px 0px 0px 0px;
    float: right;
}

.ptw-process .buttons-section {
    text-align: center;
    margin: 150px 0px 300px 0px;
}

.ptw-process .buttons-section .btns_row {
    padding-top: 30px;
}

.ptw-process .buttons-section .btns_row .btn_faqs {
    border: 2px solid #0091db;
    background: #ffffff;
    color: #0091db;
    padding: 9px 24px;
}

.ptw-process .buttons-section b {
    font-weight: 500;
}

.departments-table .tab_holder td i {
    padding: 10px 12px;
    color: #858585;
    font-size: 17px;
    margin-right: 16px;
}

.departments-table .tab_holder td i:hover {
    background-color: #e5e5e5;
    border-radius: 100px;
    color: #858585;
}

.departments-table .sorting_1 {
    padding-left: 40px;
    font-weight: 600 !important;
}

.departments-table .tab_holder {
    max-width: 720px;
}

.departments-table .sorting_asc {
    padding-left: 40px;
}

.departments-table .sorting_asc,
.departments-table .sorting {
    font-weight: lighter;
}

.departments-table table thead th:first-child {
    border-top-left-radius: 6px;
}

.departments-table table thead th:nth-child(2) {
    border-top-right-radius: 6px;
}

.landscape-work-details .add_worker_holder {
    max-width: 500px !important;
}

.add_work_margin .btns_row {
    padding-top: 100px;
}

.add_work_margin .tab_form h5 {
    margin-bottom: 20px;
}

.work-back-button {
    width: 720px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
}

.work-back-button .prev_step_btn.popup_closer {
    border-radius: 5px;
    color: #858585;
    background-color: #c0c0c0;
    text-transform: capitalize;
}

.user-details .posts_holder .post:last-child {
    padding-bottom: 80px;
    border: none;
}

.application-details.user-role-manager .date-selection {
    width: 100%;
    text-align: unset;
    font-size: 14px;
}

.application-details.user-role-manager .search input {
    width: 280px;
}

.application-details.user-role-manager tbody td i {
    color: #0091db;
    margin-right: 8px;
    font-size: 18px;
}

.application-details.user-role-manager tbody td:last-child {
    font-weight: 600;
}

.application-details.user-role-manager tbody td:last-child a:hover {
    color: #0091db;
}

.manage-role-main .check_box_title {
    margin-top: 50px;
    margin-bottom: 20px;
}

.manage-role-main .tab_form .row_holder .row {
    margin-bottom: 10px;
}

.manage-role-main .manage-buttons {
    margin-top: 70px;
}

.manage_roles_partition .column-one,
.manage_roles_partition .column-two {
    width: 50%;
    float: left;
}

.manage_roles_partition .check_box_title,
.manage_roles_partition .check_box_title {
    margin-top: 30px;
}

.manage-role-readonly .manage_roles_partition {
    min-height: 250px;
    border-bottom: 2px solid #e8e8e8;
}

.manage-role-main label.file_opener {
    font-size: 15px;
}

.manage-role-main .check_box_title h4 {
    color: #616161;
}

.has-autocomplete-fields .tab_form .row.active span.ui-helper-hidden-accessible {
    display: none !important;
}

.has-autocomplete-fields .tab_form .row.active .ui-autocomplete-input {
    border-bottom: unset !important;
    width: auto !important;
}

.has-autocomplete-fields .tab_form .row.active .ui-autocomplete-multiselect-item {
    background-color: #0091db;
    padding: 5px 10px;
    color: #ffffff;
}

.has-autocomplete-fields .tab_form .row.active .ui-icon.ui-icon-close {
    padding: 3px;
    font-size: 13px;
    color: #ffffff;
    font-weight: 700;
    background: transparent;
    margin-left: 8px;
    text-align: right;
    margin-top: 1px;
}

.has-autocomplete-fields .tab_form .row.active .search_down_icon {
    float: right;
    color: #818181;
    padding: 5px 10px 0px 0px;
    font-size: 23px;
}

.has-autocomplete-fields .tab_form .ui-autocomplete-multiselect.ui-state-active,
.ui-autocomplete-multiselect.ui-state-default.ui-widget {
    padding: 7px;
}

.has-autocomplete-fields .ui-menu-item {
    list-style: none;
    color: #818181;
    background-color: #e8e8e8;
    padding: 10px;
}

.has-autocomplete-fields .row.multiple-select-box ul {
    padding: 0px;
    width: 300px !important;
}

.has-autocomplete-fields .ui-menu-item:hover {
    color: #ffffff;
    background-color: #0091db;
}

.has-autocomplete-fields .ui-menu-item a:hover,
.has-autocomplete-fields .ui-menu-item:hover a {
    color: #ffffff;
}

.has-autocomplete-fields .update_button {
    padding: 8px 24px;
}

.set_approver_icon {
    padding: 5px 8px;
    color: #0091db;
    background-color: #cce8f7;
    border-radius: 50px;
    font-size: 16px;
    margin-top: 20px;
    margin-left: 8px;
}

.has-autocomplete-fields .ui-helper-hidden-accessible {
    display: none !important;
}

.has-autocomplete-fields .ui-autocomplete-multiselect.ui-state-default {
    height: auto;
    border: unset;
    border-bottom: 1px solid #ccc;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    box-shadow: unset !important;
}

.has-autocomplete-fields .tab_form .row.active .search_down_icon {
    padding: 0px;
    padding-top: 5px;
}

.has-autocomplete-fields .tab_form .row {
    margin-bottom: 35px;
}

.work_scrolable_pages table.tab_holder {
    max-height: 400px !important;
    overflow-y: scroll;
    display: block;
    padding: 0px;
}

.work_scrolable_pages table.tab_holder td:nth-child(2) {
    padding-right: 0px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 30px;
}

::-webkit-scrollbar-thumb:hover {
    background: #c0c0c0;
}

.work_scrolable_pages.departments-table table thead th:nth-child(2) {
    border-radius: 0px;
}

.has-autocomplete-fields .tab_form .row .ui-autocomplete-multiselect {
    width: 100% !important;
}

.admin-notify {
    margin-bottom: 20px;
    text-align: right;
}

.admin-notify span:first-child {
    color: #6F7072;
    font-size: 14px;
}

.admin-notify span:nth-child(2) {
    color: #575B5B;
}

.admin-notify a {
    color: #E82864;
    text-decoration: underline;
}

.cookieinfo {
    border: 1px solid #e6e8ec;
}

.row_wrap {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
}

.c-col-4,
.c-col-6,
.c-col-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
}

.row_wrap:before,
.row_wrap:after {
    display: table;
    content: " ";
}

.row_wrap label {
    text-align: left;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.row_wrap select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    border: 1px solid #e8e8e8 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    background: url(../images/inactive_tip.png) no-repeat 97% 50%;
}

.search-report-wrap .form-top .row_wrap label.radio-inline {
    margin-right: 5px;
    font-size: 14px;
}

.search-report-wrap .form-top .row_wrap label.radio-inline input {
    width: 12px;
}

.w-100 {
    width: 100%;
}

.row_wrap input {
    display: block;
    width: 100%;
}

.row_wrap ul {
    list-style: none;
    padding-left: 0;
}

.row_wrap ul li {
    display: inline-block;
    width: 30%;
}


/* The custom-checkbox */

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px !important;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}


/* On mouse-over, add a grey background color */

.custom-checkbox:hover input~.checkmark {
    background-color: #fff;
    border: 1px solid #ccc;
}


/* When the checkbox is checked, add a blue background */

.custom-checkbox input:checked~.checkmark {
    background-color: #008ad6;
    border: 1px solid #008ad6;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.custom-checkbox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.custom-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
}

.btn-report {
    width: auto !important;
    height: auto !important;
    border-radius: 25px !important;
    background-color: #008ad6;
    color: #fff;
    padding: 8px 20px;
    border: none;
}

.btn-reset-c {
    width: auto !important;
    height: auto !important;
    border-radius: 25px !important;
    background-color: #b6b6b6;
    color: #fff;
    padding: 8px 20px;
    border: none;
    cursor: pointer;
}

.overflow-c {
    overflow: visible;
}

.search-report-wrap {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 1px 2px 25px 1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 1px 2px 25px 1px rgba(0, 0, 0, .3);
    margin-bottom: 50px;
}

.form-top label {
    display: inline-block;
}

.form-top input {
    border: 1px solid #e8e8e8;
    font-size: 13px;
    border-radius: 5px;
    height: 30px;
    display: unset;
    font-weight: 200;
}

.search-report-wrap .form-top .date-range input {
    width: 85px;
    height: 34px;
}

.custom-hr {
    position: relative;
    width: 85%;
    height: 1px;
    background: #e8e8e8;
    border: none;
    display: block;
    margin: 30px 0;
    margin-left: -30px;
}

.tbl-low .dt-buttons {
    text-align: right;
    color: #008ad6;
    margin-bottom: 15px;
}

.tbl-low .dt-buttons button {
    background: transparent;
    border: none;
    color: #008ad6;
    font-weight: 600;
    cursor: pointer;
    border-right: 2px solid #008ad6;
    margin-left: 5px;
    padding: 0 10px;
}

.tbl-low .dt-buttons button:last-child {
    border-right: none;
}

.search-report-wrap .form-top .row_wrap label.radio-inline input {
    height: 15px;
}

.show-more-btn a {
    color: #b3b3b3;
}


/***************Shan CSS End*************/


/********Redirect Approver Style Change Start*******/

.approver-department-wrapper {
    margin: 10px 0px;
}

.approver-department-item {
    display: inline-block;
    vertical-align: top;
    padding: 0px 15px;
    margin-bottom: 15px;
}

.approver-department-item:last-child {
    padding: 0px 0px 0px 15px;
}

.approver-department-item-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.approver-department-name {
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
}
/********Redirect Approver Style Change End*******/