body { font-family: Arial, Helvetica, sans-serif; animation: fadein 2s; -moz-animation: fadein 2s; /* Firefox */ -webkit-animation: fadein 2s; /* Safari and Chrome */ -o-animation: fadein 2s; /* Opera */ color: #1d1d1f; } ::-webkit-input-placeholder { /* Edge */ color: #888888; } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #888888; } ::placeholder { color: #888888; } select:required:invalid { color: #888888 !important; } option[value=""][disabled] { display: none; } option { color: #1d1d1f !important; } .hearder a { font-size: 0.9rem; } .font09 { font-size: 0.9rem; } .font08 { font-size: 0.8rem; } .hide { display: none; } .mobileCat { display: none!important; } .mobileRegister { display: none; } .logined .dropdown-toggle::after { display: none; } /* Hide the browser's default radio button */ .form-check { margin-bottom: 1rem; } .form-control-select { display: block; width: 100%; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .customRadio input { position: absolute; opacity: 0; cursor: pointer; } /* Create a custom radio button */ .billingInformationDetail { display: none; } .checkmark { position: absolute; top: 4px; left: 0; height: 16px; width: 16px; border: 1px solid #6666; background-color: #eee; border-radius: 50%; } /* On mouse-over, add a grey background color */ .customRadio:hover input~.checkmark { background-color: #ccc; } /* When the radio button is checked, add a blue background */ .customRadio input:checked~.checkmark { background-color: #25a946; } /* Create the indicator (the dot/circle - hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } .customRadio { cursor: pointer; padding-left: 30px; font-size: 1rem; } /* Show the indicator (dot/circle) when checked */ .customRadio input:checked~.checkmark:after { display: block; } .candidatesItemDetailNone, .jobPreviewDetailNone{ padding: 100px 20px; } .candidatesDetail { position: absolute; top: 0; left: 0; width: 100%; height: 100%; /* Position the items */ } /* .candidatesItemDetail,.jobPreviewDetail{ display: none; } */ .candidatesDetailWrap,.jobPreviewWrap{ overflow-y: auto; position: -webkit-sticky; position: sticky; top: 0; padding: 0 15px; height: 100vh; } .shoppingCount { border-radius: 50px; font-size: 0.6rem; background-color: #fff; color: #000; bottom: 5px; right: -4px; position: absolute; width: 16px; display: block; height: 16px; } .shoppingBag { position: relative; padding-top: 6px; } .shoppingBag .Icon { color: #fff; font-size: 28px; } .garyLightFont { color: #737373; } .garyFont { color: #888; } .garyDeepFont { color: #515151; } .tooltip .arrow { left: 120px !important; } /* Style the indicator (dot/circle) */ .customRadio .checkmark:after { top: 3px; left: 3px; width: 8px; height: 8px; border-radius: 50%; background: white; } hr { margin-top: 2rem; margin-bottom: 2rem; } hr.nomral { margin-top: 1rem; margin-bottom: 1rem; } select:invalid { color: #666666; } .btn-primary.disabled, .btn-primary:disabled { color: #fff; background-color: #6d6d6d; border-color: #6d6d6d; } .btnWrap { margin-top: 20px; } .methodDetail { width: 100%; } .captcha { width: 200px !important; height: 100% !important; } .bootstrap-select>.dropdown-toggle:after { margin-top: -5px; margin-right: -3px; } .lower-alpha { list-style-type: lower-alpha; } .pointList { padding: 0 0 0 18px; } .loadMore .loadMoreDetail.collapsing, .readMore .loadMoreDetail.collapsing { height: 6rem; } .dropdown-menu{ z-index: 1111; } .loadMore .loadMoreDetail.collapse:not(.show), .readMore .loadMoreDetail.collapse:not(.show) { display: block; height: 6rem; overflow: hidden; } .readMore a.collapsed::after { content: "See more"; } .readMore a:not(.collapsed)::after { content: "See more"; } .loadMore a.collapsed::after { content: "See more >"; } .loadMore a:not(.collapsed)::after { content: "See less >"; } .jobListTitle { position: relative; padding-right: 50px; } .jobListTitle i { position: absolute; right: 0; top: 0; } .d-inline { vertical-align: middle; } .smallText { font-size: 0.9rem; } .warningBg { background-color: #2e57aa; } .grayBg { background-color: #f2f2f2; } .whiteBg { background-color: #fff; } .warpBox { display: block; width: 100%; padding: 20px; border: 1px solid #ececec; } .lightTable { border-bottom: 0; border-top: 0; } .lightTable th { border-top: 0 solid #dee2e6; } .vCenter { top: 50%; left: 50%; transform: translate(-50%, -50%); position: absolute; width: 100%; padding: 0 20px; } .searchWrap { padding: 20px 0px; } .inputline i { color: #fff !important; } .inputline .form-control { background-color: transparent; color: #fff; border: 1px solid #fff; } ::-webkit-input-placeholder { /* Edge */ color: #888; } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #888; } ::placeholder { color: #888; } .inputline .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #fff; opacity: 1; /* Firefox */ } .inputline .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #fff; } .inputline .form-control:-ms-input-placeholder { /* Microsoft Edge */ color: #fff; } .horBorder { left: 50%; position: absolute; height: 100%; border-left: 1px solid #ececec; } .planLabel { position: relative; } .planDes { padding: 0 20px; width: 50%; } .warningDetail { position: relative; padding: 20px 30px; color: #fff; } .warningDetail::before { content: "\f071"; left: 0; position: absolute; font-family: "Font Awesome\ 5 Free"; font-weight: 900; color: #ffee00; } .custom-control-input.grayCheck:checked~.custom-control-label::before { color: #fff; border-color: #4c4c4c; background-color: #4c4c4c; } .warningCloseBtn { right: 0; top: 20px; position: absolute; color: #fff; } .warningCloseBtn:hover { color: #fff; } .loginBox { border-radius: 10px; padding: 30px; color: #fff; background-color: rgba(46, 87, 170, 0.8); } .whiteBtn { background-color: #fff; color: #0066cc; } .whiteBtn:hover { background-color: #0066cc; color: #fff; } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @-moz-keyframes fadein { /* Firefox */ from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fadein { /* Safari and Chrome */ from { opacity: 0; } to { opacity: 1; } } @-o-keyframes fadein { /* Opera */ from { opacity: 0; } to { opacity: 1; } } h1, .h1 { font-size: 29px; font-weight: bold; } h2, .h2 { font-size: 21px; font-weight: bold; } h3, .h3 { font-size: 17px; font-weight: bold; } h4, .h4 { font-size: 1rem; font-weight: bold; } h5, .h5 { font-size: 1rem; font-weight: bold; } .listPadding { margin-left: 20px; } .glyphicon-arrow-left::after { color: #666; content: "\f053"; font-family: "Font Awesome\ 5 Free"; font-weight: 600; } .glyphicon-arrow-right::after { color: #666; content: "\f054"; font-family: "Font Awesome\ 5 Free"; font-weight: 600; } .textunderline { text-decoration: underline; } .input-group>.input-group-append>.inputBtn { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-group>.input-group-append>.inputBtn:hover { background-color: #fff; border-color: #80bdff; border-radius: 4px; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .select2-container--open .select2-selection{ background-color: #fff; border-color: #80bdff; border-radius: 4px; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .mtIcon { vertical-align: middle; padding: 0 10px; font-size: 1.2rem; } /* NECESSARY SECTION */ .only-so-big { height: 100%; max-height: 100px; overflow: hidden; -webkit-transition: max-height .75s; transition: max-height .75s; } .read-more { background: none; border: none; color: #0062cc; cursor: pointer; font-size: 1em; outline: none; padding: 0; } .read-more:hover { text-decoration: underline; } .read-more:focus { outline: none; } .read-more::-moz-focus-inner { border: 0; } .hid { display: none; } .listMargin { margin-left: 30px; } .inputBtn { position: relative; z-index: 10; color: #0066cc; display: inline-block; font-weight: 400; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid #ced4da; padding: 6px 20px !important; font-size: 1rem; line-height: 1.5; border-radius: 0.25rem; } .unbold { font-weight: normal; } .verticalCenter { display: flex; align-items: center; justify-content: center; } .buyWrap .card { border: 0 solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; } .buyWrap .card-body { border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; } .modal { background: rgba(255, 255, 255, 0.8); } .modal-content { box-shadow: 0 2px 8px #b0b0b0; border: 0 solid rgba(0, 0, 0, 0.2); } .borderTop { border-top: 1px solid #ececec; } .cardWrap { position: relative; margin: 40px 0; padding-top: 40px; } .page-item.active .page-link { z-index: 3; padding: 6px 10px !important; color: #666666; background-color: transparent; border: 1px solid #d6d6d6; border-radius: 4px; } .table { width: auto!important; min-width: 1280px; } .scrollTop { display: none; } .scrollBtn { z-index: 1000; position: fixed; bottom: 40px; right: 20px; color: #ffff; background: #cdcdcd; padding: 7px 11px; width: 36px; height: 36px; display: block; text-decoration: none; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 10px; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .page-link { color: #666; } .pagination a { border: 0; } .orangeBtn { background-color: #ffeede; } .multiselect-native-select .btn { padding: 6px 20px 6px 10px !important; } .orangeWord { color: #f1670c; } .multiselectGroup.noborder .multiselect-selected-text { color: #0066cc; } .multiselectGroup.noborder .multiselect-native-select .dropdown-toggle::after { color: #0066cc; } .noborder .multiselect { border: 0 solid; } .border-radius { border-radius: 10px; } .input-group-btn>a { display: inline-block; } .addSelectGroup.blueWord .multiselect-selected-text, .addSelectGroup.blueWord .multiselect-native-select .dropdown-toggle::after { color: #0066cc !important; } .addSelectGroup .multiselect-selected-text, .addSelectGroup .multiselect-native-select .dropdown-toggle::after { color: #1d1d1f; } .addSelectGroup .input-group-btn { padding: 7px 6px; } .addSelectGroup .multiselect-container { padding-bottom: 0px; min-width: 250px; } .singleSelectGroup .multiselect-container { padding-bottom: 0px; } .addSelectGroup input[type='radio'], .singleSelectGroup input[type='radio'] { display: none; } .doneBtn, .addBtn { display: none; } /* Remove outline for non-keyboard :focus */ *:focus:not(.focus-visible) { outline: none; } /* Optional: Customize .focus-visible */ .focus-visible { outline-color: #0066cc; } .btn-primary:hover { color: #fff; background-color: #26528b; border-color: #26528b; } input { border-radius: 0.25rem !important; } .validate { position: relative; padding-left: 20px; } .validate::before { left: 0; content: "\f05a"; font-family: "Font Awesome\ 5 Free"; position: absolute; font-weight: 600; } .plantBtn { border: 1px solid; background-color: #fff; border-radius: 10px; padding: 30px; } .blueWord { color: #0066cc!important; } .fieldWord { color: #666666!important; } .redWord { color: #ea2423!important; } .greenWord { color: #309c47 !important; } .whiteWord { color: #fff!important; } .blackDeepWord { color: #1d1d1f!important; } .blackWord { color: #212529!important; } .word { color: #333333!important; } a.word:hover { color: #0066cc!important; } a.word:hover sup{ color: #0066cc!important; } .col-md-half { width: 50%; } .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { cursor: pointer; display: inline-block; font-weight: bold; border-radius: 50px; background-color: #0066cc; /* padding: 0 8px; */ color: #fff; width: 24px; text-align: center; margin-right: 8px; } .singleSelectGroup.blueWord .multiselect-native-select .dropdown-toggle::after { color: #0066cc!important; } .singleSelectStatusGroup .multiselect-selected-text { color: #1d1d1f; } .singleSelectStatusGroup a:hover { background-color: #fff!important; } .btn-outline-primary:hover { color: #fff; background-color: #26528b; border-color: #26528b; } .markStatu option { color: #0066cc; } .singleSelectGroup.blueWord .multiselect-selected-text { color: #0066cc; } .singleSelectGroup .multiselect-container li:first-child a .radio { color: #0066cc!important; display: none; } .singleSelectStatusGroup .multiselect-container li:nth-child(2) a .radio { color: #309c47 !important; } .singleSelectStatusGroup .multiselect-container li:nth-child(3) a .radio { color: #ea2423!important; } .c-tableTr:hover { background-color: #f4f9ff; } .select2-container--default .select2-selection--multiple { border: 1px solid #ced4da; } .whiteSelecter .multiselect-selected-text { color: #fff; } .whiteSelecter .multiselect-native-select .dropdown-toggle::after { color: #fff !important; } .multiselectGroupIcon .multiselect-native-select .btn { padding: 6px 20px 6px 20px !important; } .uploadBox { position: relative; padding: 20px 20px 20px 20px; /* min-height: 100px; */ border-radius: 10px; /* width: auto; */ display: inline-block; /* min-width: 100px; */ border: 1px solid #ced4da; } .removeupLoadImg { position: relative; } .link:hover { text-decoration: underline; } .tooltip-qm { float: left; margin: -2px 0 3px 4px; font-size: 12px; } .editButton { display: block; margin-bottom: 10px; } .bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-top .arrow::before { border-top-color: #f2f2f2; /* Red */ } .tooltip-inner { max-width: 236px !important; padding: 10px 15px 10px 20px; background: #f2f2f2; color: #333333; text-align: left; } .inlineLabelPadding { padding-top: 15px; margin: 0; } .tooltip.show { opacity: 1; } .datetimepicker td, .datetimepicker th { padding: 10px; } .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-bottom .arrow::before { border-bottom-color: #cdcdcd; /* Red */ } .btn-sm { border: 0; padding: 2px 20px !important; font-size: 0.8rem; line-height: 1.5; border-radius: 0.2rem; } .btn-primary { color: #fff; background-color: #0066cc; border-color: #0066cc; } .d-inlineblock { vertical-align: top; display: inline-block !important; } .maskDisable { position: absolute; width: 100%; height: 100%; z-index: 1; background-color: rgba(255, 255, 255, 0.9); } .planDes{ display: none; } .planBtn { cursor: pointer; margin-right: 1%; text-align: center; vertical-align: middle; border: 1px solid; height: 84px; width: 23%; color: #212529; border-color: #cdcdcd; border-radius: 10px; } .linkWord, .blueWord { color: #0066cc; } .warningWord, .msgWord { color: #105eab; } .blackBg { background-color: #1d1d1f; } .fontBlack { color: #4c4c4c; } .fontWhite { color: #fff; } .iconInput { position: relative; } .iconInput i { position: absolute; color: #666666; left: 10px; font-size: 1rem; z-index: 5; top: 10px; } .iconInput .form-control { padding-left: 40px; position: relative; border-radius: 0.25rem !important; } .inputGroup.err label,.form-group.err label{ color: red!important; } .inputGroup.err input,.custom-control.err .custom-control-label::before, .form-group.err input{ border-color:red; } .loginBox a.link { color: #4c8efc !important; text-decoration: underline; } .loginBox a.link:hover { color: #cdcdcd !important; text-decoration: underline; } .borderBottom { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .form-group { position: relative; } .recommendedWrap { height: 40px; } .buyWrap .card { vertical-align: top; width: 19.6%; display: inline-block; } .passwordInput i { position: absolute; top: 11px; z-index: 10; color: #666666; right: 10px; } .whiteLink { color: #fff; } .whiteLink:hover { color: #fff; text-decoration: underline; } .subMenuDrop .dropdown-menu { min-width: auto; } .dropdownSub a { display: block; margin: 20px 0px; } .rodate180 { transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); } .dropdownSub { position: absolute; width: 100%; z-index: 99; left: 0px; padding: 0px 20px; background-color: #fff; } .lableCredits { display: inline-block; font-weight: 400; color: #fff; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #0066cc; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .subMenuWrap { position: relative !important; padding: 15px; display: -ms-flexbox !important; display: flex !important; border-bottom: 1px solid #ececec; } .subMenu a { font-size: 0.8rem; padding: 0px 10px; } .v-m { vertical-align: middle; } .btn { padding: 6px 20px !important; } .smallFont { font-size: 0.8rem; } a { color: #0066cc; } a:hover { color: #0066cc; text-decoration: underline; } .accordionWrap{ position: relative; } .border-bottomNone a,.border-bottomNone { border-bottom: 0px !important; } .accordionSubHead .h3:hover { color: #0066cc!important; text-decoration: none; } .accordionHead { padding: 20px; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; } .joblogoImg{ margin-bottom: 10px; } .accordionSubHead { /* padding: 20px 0px; */ /* border-bottom: 1px solid #ececec; */ } .accordionSubBody { padding: 0px 0px 20px 0px; border-bottom: 1px solid #ececec; } .jobfunction .dropdown-menu.show { height: 200px; overflow-y: scroll; } .accordionBody { padding: 20px; } .select2-container--default .select2-results__option[role="group"] { padding-right: 15px; padding-left: 15px; } .select2-results__option { padding: 10px 15px; } .accordionSubHead .h3 { display: block; position: relative; padding: 20px 0px; padding-right: 40px; border-bottom: 0px solid #cdcdcd; } .accordionSubHead .collapsed.h3 { border-bottom: 1px solid #cdcdcd; } #accordion .mb-0>a:after { content: "\f067"; font-family: "Font Awesome\ 5 Free"; position: absolute; font-weight: 600; right: 0; top: 25px; } #accordion .mb-0>a[aria-expanded="true"]:after { content: "\f068"; font-family: "Font Awesome\ 5 Free"; position: absolute; font-weight: 600; } /* .accordionSubHead .mb-0>a:after{ display: none; } */ .middleWrap { width: 60%; margin: 0 auto; } .min-height{ min-height: 600px; } .breadcrumbLink a:hover { color: #4ea3ff; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .multiselect-group{ background-color: #f1f1f1; border-bottom: 1px solid #cdcdcd; } .breadcrumbActive:hover { color: #fff !important; text-decoration: underline !important; } .ekko-lightbox .modal-footer { text-align: center; } .download-button a { text-decoration: underline; border-radius: 50px; box-shadow: 0 2px 8px #dadada; padding: 10px 20px; margin: 0 auto; width: 166px; display: block; } .select2-results__option { padding-right: 20px; vertical-align: middle; } .select2-results__options .select2-results__option .select2-results__options .select2-results__option:before { content: ""; display: inline-block; position: relative; height: 20px; width: 20px; border: 2px solid #e9e9e9; border-radius: 4px; background-color: #fff; margin-right: 20px; vertical-align: middle; } .select2-results__options .select2-results__option .select2-results__options .select2-results__option[aria-selected="true"]:before { font-family: "Font Awesome\ 5 Free"; content: "\f00c"; color: #fff; font-weight: 900; background-color: #0065cc; border: 0; font-size: 0.9rem; display: inline-block; padding-left: 3px; } .select2-selection .select2-selection--multiple:after { content: "hhghgh"; } /* select with icons badges single*/ .select-icon .select2-selection__placeholder .badge { display: none; } .select-icon .placeholder { /* display: none; */ } .select-icon .select2-results__option:before, .select-icon .select2-results__option[aria-selected="true"]:before { display: none !important; /* content: "" !important; */ } .select-icon .select2-search--dropdown { display: none; } .iconList { margin: 0; padding-left: 30px; list-style: none; } .iconList li { line-height: 30px; position: relative; } .iconList li i { position: absolute; left: -30px; top: 6px; width: 20px; text-align: center; } .candidatesCard { position: relative; padding-left: 30px; } .form-control { color: #1d1d1f; } .form-control:focus { color: #1d1d1f; } .candidatesCard .form-check-input { margin-left: -30px; } .candidatesCard .candidatesCardCheckBox { position: absolute; left: 24px; } .inputIcon input { padding-right: 45px; } .supplierForm a { text-decoration: underline; } .download-button { position: relative; width: 100%; text-align: center; } .sticklySildeBar{ padding-right: 0; } .updateMessages { color: #fff; position: relative; padding: 20px 0px; } .succseeMessage { position: fixed; bottom: 0px; width: 100%; z-index: 9999; } .modal-title { display: none; } .modal-body { padding: 20px; } .modal-header { padding: 0; } .modal-header .close { position: absolute; top: 0; right: 0; background-color: #fff; z-index: 99; opacity: 1; padding: 8px 12px; border-radius: 50%; } .select2-selection--multiple{ height: auto!important; } .wrapper { min-height: 600px; padding: 50px 0; background-size: cover; background-position: 50% 50%; } .customSelect .selectText { list-style: disc outside none; display: list-item; margin: 0 16px; } .customSelector::after { content: "\f078"; font-family: "Font Awesome\ 5 Free"; font-weight: 600; font-size: 0.7rem; right: 10px; position: absolute; top: 11px; z-index: 1000; } .customSelector:hover { background-color: #fff; border-color: #80bdff; outline: 0; border-radius: 4px; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .dropdown-toggle::after { font-weight: 600; position: absolute; content: "\f078"; font-size: 0.7rem; font-family: "Font Awesome\ 5 Free"; border-top: 0 solid; border-right: 0 solid transparent; border-bottom: 0; border-left: 0 solid transparent; right: 10px; top: 16px; } .jobAdListItem { padding: 10px 30px; } .jobAdListItemDes { padding: 10px 30px; } .c-tableHead { padding: 10px 20px; background-color: #ececec; } .c-table { border: 1px solid #ececec; } .c-tableTr { padding: 10px 20px; } .modal-footer { padding: 30px 20px; border-top: 0; justify-content: initial; } .editBox { position: relative; padding: 20px 70px 20px 20px; } .priorityDate { display: none; } table { table-layout: fixed; word-wrap: break-word; } .editBtn { position: absolute; top: 20px; right: 20px; } .selectpickerWrap { position: relative; } .datepicker.dropdown-menu { z-index: 1000 !important; } .selectpickerWrap i { position: absolute; top: 10px; left: 18px; z-index: 200; } .inputline option { padding: 10px 20px; color: #333333; } .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show>.btn-light.dropdown-toggle { background-color: #fff; border-color: #d3d9df; } .bootstrap-select>.dropdown-toggle { border: 1px solid #ced4da; padding-left: 50px !important; background-color: #fff; } .col-3-Item { width: 31%; margin-bottom: 10px; } .col-4-Item { width: 23%; margin-bottom: 10px; } .customSelect, .customSelect02 { padding-right: 24px; position: relative; z-index: 100; } .customSelect li, .customSelect02 li { list-style: none; z-index: 2; border: 1px solid #ececec; } .customSelect li:not(.init), .customSelect02 li:not(.init) { margin: 0 -13px; display: none; background: #fff; padding: 10px; } .attractivePoint { position: relative; } .white-space { white-space: nowrap; } .customSelect02 li:not(.init):hover, .customSelect02 ul li.selected:not(.init) { background: #ececec; } .customSelect02 li.init { color: #888; cursor: pointer; height: 24px; margin-bottom: 8px; border: 0 solid #ced4da; overflow: hidden; } .customSelect li:not(.init):hover, ul li.selected:not(.init) { background: #ececec; } .customSelect li.init { color: #888; cursor: pointer; height: 24px; margin-bottom: 8px; border: 0 solid #ced4da; overflow: hidden; } .paymentLabel { display: block; cursor: pointer; } .expenContainer { margin: 0 1rem; padding: 0 15px; } .methodItem.disabled:hover, .planBtn:hover { cursor: auto; box-shadow: 0 0 0 2pt #f2f2f2!important; } .methodItem:hover, .planBtn:hover { color: #212529; box-shadow: 0 0 0 2pt #4c4c4c!important; } .jobTable th { font-weight: initial; background-color: #ececec; } .textDropdown { padding-right: 20px; } .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #6c757d; background-color: #ececec; } .textDropdown .dropdown-toggle::after { top: 5px; } .subMenuDropBtn { font-size: 1.2rem !important; } .candidatesWrap,.jobAdWrap{ cursor: pointer; margin-bottom: 0px; } .candidatesWrapBtn { display: block; } .noborder { border: 0; } .candidatesWrap.active,.jobAdWrap.active { background-color: #efefef; } .candidatesWrap:hover ,.jobAdWrap:hover{ border: 1px solid #0066cc; } .navbar-expand-lg { width: 100%; margin: 0 auto; padding: 0 1rem; } .fullWidth { width: 100%; } .invoicePrintBtn { margin-top: 8px; } .roundIcon { border: 1px solid; text-align: center; font-size: 2rem; padding: 6px 18px; border-radius: 50px; } .bootstrap-table .fixed-table-container .table thead th .both { background-image: url('../images/noArrow.png') !important; padding-right: 10px!important; } .bootstrap-table .fixed-table-container .table thead th .desc { background: none !important; } .bootstrap-table .fixed-table-container .table thead th .desc::after { content: "\f078"; font-family: "Font Awesome\ 5 Free"; font-weight: 600; font-size: 0.6rem; margin-left: 10px; } .bootstrap-table .fixed-table-container .table thead th .asc { background: none !important; } .bootstrap-table .fixed-table-container .table thead th .asc::after { content: "\f077"; font-family: "Font Awesome\ 5 Free"; font-weight: 600; font-size: 0.6rem; margin-left: 10px; } .table-hover tbody tr:hover { color: #666666; background-color: #f9f9f9; } .textDropdown .dropdown-menu.show { padding: 10px; } .textDropdown .dropdown-menu.show li { padding: 4px 0; } .pagination-detail { display: none; } .bootstrap-table .fixed-table-pagination>.pagination ul.pagination { margin: 20px auto !important; } .pagination { float: initial !important; } .sw { width: 100px !important; } .mw { width: 200px !important; } .methodItem.active { box-shadow: 0 0 0 2pt #0066cc!important; } .planBtn.active { color: #0066cc; border: 2px solid #0066cc !important; } .methodItem { box-shadow: 0 0 0 1pt #e8e8e8; padding: 20px; border-radius: 10px; } .btn-lg { width: 250px; font-size: 1rem; padding: 20px 40px; border: 0; } .select2-container { position: relative; width: 100% !important; } .select2-container::after { position: absolute; } .mobileShow { display: none; } .subMenuDrop .dropdown-toggle::after { right: 0; top: 0; display: none; } .checkItem { padding: 15px 0px; border-bottom: 1px solid #e8e8e8; } .wrap { padding: 50px 0; background-size: cover; background-position: 50% 50%; } .accordionHead .h2:hover{ text-decoration: none; color: #0066cc!important; } .checkoutPreview { padding: 10px 15px; } .footerWrapper { padding-top: 50px; } .wrapper .breadcrumbTitle { padding-top: 110px; } .wrapper .breadcrumb { height: 200px; } .breadcrumbTitle { padding-top: 150px; } .breadcrumbWarp { z-index: 100; } .breadcrumbLink { text-align: right; } .breadcrumbLink a { color: #fff; } .breadcrumb { position: relative; padding: 0; height: 250px; color: #fff; background-size: cover; background-position: 50% 50%; margin: 0; } .breadcrumb::after { content: ""; position: absolute; width: 100%; height: 100%; z-index: 2; background-color: rgba(0, 38, 67, 0.6); } .mainImg { position: relative; margin: 40px 30%; } .mainLmgDetail { position: absolute; text-align: left; } .topLeft { width: 300px; left: -300px; top: 16px; } .topRight { width: 300px; right: -300px; top: 16px; } .bottomLeft { width: 314px; left: -300px; top: 160px; } .bottomRigth { width: 300px; right: -300px; top: 160px; } .middleLeft { top: 60px; width: 300px; left: -300px; } .fa-eye, .fa-eye-slash { left: auto !important; right: 10px !important; } .btn-group { width: 100% !important; } .multiselectGroupIcon .multiselect-selected-text { padding-left: 20px; padding-right: 20px; } .multiselectGroupIcon i { position: absolute; left: 10px; top: 10px; } .multiselect-selected-text { padding-right: 10px; } .multiselect-container>li>a.doneBtn:hover { background-color: #fff; color: #0066cc; } .jobfunction .doneBtn { position: relative; right: 15px; bottom: 0px; text-align: right; } select { -webkit-appearance: none; -moz-appearance: none; appearance: none; } select { background: transparent; -webkit-appearance: none; } .multiselect-container>li>a:hover { background-color: #f2f7ff; } .multiselect-container>li>a:hover .checkbox { color: #1d1d1f; } .selectionSelecter { position: relative; } .selectionSelecter::after { top: 12px; font-size: 0.6rem; position: absolute; right: 10px; content: "\f078"; font-family: "Font Awesome\ 5 Free"; font-weight: 900; } .recuitDetail li { width: 45%; margin-left: 12px!important; display: inline-block; } .middleRight { top: 60px; width: 300px; right: -300px; } .footerMenuTitle { color: #1d1d1f; margin-bottom: 0.5rem; font-weight: bold; } .blackFont { color: #1d1d1f; } footer ul.footerMenu { margin: 0; padding: 0; } footer ul li { margin-bottom: 0.5rem; list-style: none; } footer a { font-size: 0.9rem; color: #515151; } footer { font-size: 0.9rem; } .media a { padding: 10px 0px; font-size: 1.6rem; color: #666666; } .clickList, .tickList { padding: 0; margin: 0; } .inlinelist li { display: inline-block; } .tickList li { line-height: 30px; list-style: none; padding: 0 10px; margin-left: 20px; position: relative; } .tickList li:before { position: absolute; left: -12px; content: "\f00c"; font-family: "Font Awesome\ 5 Free"; font-weight: 900; } .clickList li { list-style: none; padding: 0 10px; margin-left: 20px; position: relative; } .clickList li:before { position: absolute; left: -12px; content: "\f058"; font-family: "Font Awesome\ 5 Free"; font-weight: 400; } .smsPassword { display: none; } .creditItem { width: 100%; padding: 0 4%; border-left: 1px solid #ececec; } .bold { font-weight: bold; } .creditItem:first-child { border-left: 0 solid #ececec; } .creditWrap { padding: 40px 0%; } .btn-outline-primary { color: #0066cc; background-color: #fff; border-color: #0066cc; border: 1px solid; } .link { background: transparent; border: 0; cursor: pointer; color: #0066cc !important; } .form-group label { color: #1d1d1f; } .ci { padding-bottom: 30px; } select { -webkit-appearance: none; -moz-appearance: none; appearance: none; } .select::after { content: "\f0dc"; font-family: "Font Awesome\ 5 Free"; font-weight: 400; padding: 12px 8px; position: absolute; right: 0; top: 0; z-index: 1; text-align: center; width: 10%; height: 100%; pointer-events: none; box-sizing: border-box; } select { padding-right: 22px !important; -webkit-appearance: none; } .subBanner { background-size: cover; background-position: 50% 50%; padding: 40px 20px; text-align: center; color: #fff; } .successWrap { width: 120px; position: relative; z-index: 1; margin: 0 auto; background-color: #fff; } .success-checkmark::after { content: ""; border-bottom: 1px solid #cdcdcd; } .successLine { margin-top: -66px; border: 0; padding-bottom: 66px; border-top: 2px solid #309c47; } .success-checkmark { width: 86px; height: 115px; margin: 0 auto; } .success-checkmark .check-icon { width: 80px; height: 80px; position: relative; border-radius: 50%; box-sizing: content-box; border: 4px solid #4caf50; } .success-checkmark .check-icon::before { top: 3px; left: -2px; width: 30px; transform-origin: 100% 50%; border-radius: 100px 0 0 100px; } .success-checkmark .check-icon::after { top: 0; left: 30px; width: 60px; transform-origin: 0 50%; border-radius: 0 100px 100px 0; animation: rotate-circle 4.25s ease-in; } .success-checkmark .check-icon::before, .success-checkmark .check-icon::after { content: ""; height: 100px; position: absolute; background: #ffffff; transform: rotate(-45deg); } .success-checkmark .check-icon .icon-line { height: 5px; background-color: #4caf50; display: block; border-radius: 2px; position: absolute; z-index: 10; } .success-checkmark .check-icon .icon-line.line-tip { top: 46px; left: 14px; width: 25px; transform: rotate(45deg); animation: icon-line-tip 0.75s; } .success-checkmark .check-icon .icon-line.line-long { top: 38px; right: 8px; width: 47px; transform: rotate(-45deg); animation: icon-line-long 0.75s; } .success-checkmark .check-icon .icon-circle { top: -4px; left: -4px; z-index: 10; width: 80px; height: 80px; border-radius: 50%; position: absolute; box-sizing: content-box; border: 4px solid rgba(76, 175, 80, 0.5); } .success-checkmark .check-icon .icon-fix { top: 8px; width: 5px; left: 26px; z-index: 1; height: 85px; position: absolute; transform: rotate(-45deg); background-color: #ffffff; } @keyframes rotate-circle { 0% { transform: rotate(-45deg); } 5% { transform: rotate(-45deg); } 12% { transform: rotate(-405deg); } 100% { transform: rotate(-405deg); } } @keyframes icon-line-tip { 0% { width: 0; left: 1px; top: 19px; } 54% { width: 0; left: 1px; top: 19px; } 70% { width: 50px; left: -8px; top: 37px; } 84% { width: 17px; left: 21px; top: 48px; } 100% { width: 25px; left: 14px; top: 45px; } } @keyframes icon-line-long { 0% { width: 0; right: 46px; top: 54px; } 65% { width: 0; right: 46px; top: 54px; } 84% { width: 55px; right: 0; top: 35px; } 100% { width: 47px; right: 8px; top: 38px; } }