/* Career List */
.divListBtm {height:50px; color:#434343;align-items:center;/*display:flex;justify-content:flex-end;*/border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;border-left: 1px solid #ddd; margin:30px 0;}
.divListPagination {height:auto;float: right;}
.divListNoOfItem {padding-right:20px; height:auto;}
.divListBottomInner{border-left:1px solid #ddd;border-right:none;height:48px;}
.spanPagination {
    display: flex;
    align-items: center;
    height: 48px;
}

.divIndJobItem {margin-bottom:15px;}
.divJobItemTitle {padding: 10px; border: 1px solid #00aff0; width: 100%; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 700;}
.divJobItemDetail {/*border: 1px solid #00aff0; border-top: unset; padding: 30px 15px;*/}
#materialIconsJob:after {content: "expand_more";color: #00aff0;}
.active #materialIconsJob:after {content: "expand_less";color: #00aff0;}
.divExpandTitle {cursor: pointer;}
.lnkpopup, .lnkpopup:hover {color: #00aff0;min-width: 90px; padding-left: 10px;}
/* End of Career List */
/* Buttons */
.PaginationBtm, .btnPagination, .btnPaginationSel {
    color: #858585;
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    border-right: 1px solid #ddd;
    justify-content: center;
    box-sizing: border-box;
}
a.btnPagination:link, a.btnPagination:visited {color:#858585; text-decoration:none;}
a.btnPagination:hover, a.btnPagination:active {color:#00aff0; text-decoration:none;}

.btnPaginationSel {color:#00aff0;}
a.btnPaginationSel:link, a.btnPaginationSel:visited {color:#00aff0; text-decoration:none;}
a.btnPaginationSel:hover, a.btnPaginationSel:active {color:#00aff0; text-decoration:none;}

.imgbtnPageFirst {/*background:url(../img/usr/btn-product-previous.gif) no-repeat 0 3px;*/ outline:none;min-height:14px;min-width:7px;}
.imgbtnPageFirst:hover {/*background:url(../img/usr/btn-product-previous.gif) no-repeat 0px -54px;*/text-decoration:none;}
.imgbtnPageFirst i:after {
    content: "first_page";
    color:#858585;
}
.imgbtnPageFirst:hover i:after {
    content: "first_page";
    color:#292929;
}
.imgbtnPageFirstDisabled {/*background:url(../img/usr/btn-product-previous.gif) no-repeat 0 3px;*/ cursor:default; outline:none;min-height:14px;min-width:7px;}
.imgbtnPageFirstDisabled i:after {
    content: "first_page";
    color:#ddd;
}

.imgbtnPageLast {/*background:url(../img/usr/btn-product-next.gif) no-repeat 0 3px;*/ outline:none;min-height:14px;min-width:7px;}
.imgbtnPageLast:hover {/*background:url(../img/usr/btn-product-next.gif) no-repeat 0px -54px;*/ text-decoration:none;}
.imgbtnPageLast i:after {
    content: "last_page";
    color: #858585;
}
.imgbtnPageLast:hover i:after {
    content: "last_page";
    color: #292929;
}
.imgbtnPageLastDisabled {/*background:url(../img/usr/btn-product-next.gif) no-repeat 0 3px;*/ cursor:default; outline:none;min-height:14px;min-width:7px;}
.imgbtnPageLastDisabled i:after {
    content: "last_page";
    color: #ddd;
}
.imgbtnPageFirstDisabled:hover, .imgbtnPageLastDisabled:hover {text-decoration:none;}
/* End of Buttons */

/* Career Form*/
.divCareerForm .enquiry-title h3 {display: flex; align-items: center; margin-bottom: 25px; justify-content: center; text-align:center;}
.spnJobTitleTxt {font-weight:700;}

.spanResumeSize {font-size:14px;}	
.enquiry-form.career input[type=file] {background: #fff !important;}	
.enquiry-form.career .divLblFileResume {text-align:left; margin-bottom:13px;}	
.enquiry-form input[type=file] {padding: 13px 10px 13px 0;}
.recaptcha .errmsgEnquiry {padding-left:unset;}
.recaptcha .fieldDesc {text-align:center;}

/*.divCareerForm{text-align:center;}*/
/*Custom*/
.divListBtm {display:none;}    
.divJobList .divIndJobItem:nth-child(even) {background: linear-gradient(90deg, rgba(241, 248, 245, 0.00) 0%, #F1F8F5 100%);}
.divJobList .divIndJobItem:nth-child(odd) {background: linear-gradient(90deg, #F1F8F5 0%, rgba(241, 248, 245, 0.00) 100%);}
.divIndJobItemInner {width: 62.5vw;margin: auto;padding: 3.125vw 0;}
.divIndJobItemInnerTop {display: flex;align-items: center;}
.divJobItemTitle {display: unset;width: 29.166vw;border: none;padding: unset;font-size: 0.9375vw;}
.divJobImage {display:inline-flex;width: 28.125vw;padding-left:5.2083vw;}
.divJobList .divIndJobItem:nth-child(even) .divIndJobItemInnerTop {flex-direction: row-reverse;}
.divJobList .divIndJobItem:nth-child(even) .divJobImage {padding-left:0; padding-right:5.2083vw;}
.divJobImage img {width:100%;}
.divIndJobItem {margin-bottom:1.356vw;}
.divIndJobItem:last-child {margin-bottom:0;}
.imgJobIcon {width:1.82292vw; margin-right:0.78125vw;}
.divJobTitleTxt {letter-spacing: 0.01667vw;text-transform: capitalize;color: #000;font-weight: 700;margin-bottom:1.82292vw;display: flex;align-items:center;justify-content:flex-start;}
.divJobSnapshotTxt {display:flex; align-items:center; justify-content:flex-start; padding-bottom:1.5625vw; border-bottom: 1px solid #ddd; margin-bottom:1.5625vw;}
.divSnapshotBox {padding: 0 1.5625vw; height: 2.0833vw; border-radius: 5px; background: #EEE; font-weight: 600; display:flex; align-items:center; justify-content:center; margin-right:0.78125vw;}
.divApplyJob {display:flex; align-items:center; justify-content:flex-start;}
.spnJobBtnTxt {margin-right:15px;}
.spnJobBtnLeftBox {background: #007A46;width: 5px;height: 5px;margin-right: 5px;transform: translateX(0px);transition: all 0.5s;}
.spnJobBtnRightBox {background: #454545;width: 5px;height: 5px;transform: translateX(0px);transition: all 0.5s;}
.fancyboxJob:hover .spnJobBtnLeftBox {transform: translateX(10px);transition: all 0.5s;}
.fancyboxJob:hover .spnJobBtnRightBox {transform: translateX(-10px);transition: all 0.5s;}
#materialIconsJob:after {content: "expand_more"; margin-left:0.78125vw;border-radius: 3px;background: #EEE;display: flex;
    width: 1.04166vw;height: 1.04166vw;justify-content: center;align-items: center;font-size:1.04166vw;color: #333;}
.active #materialIconsJob:after {content: "expand_less";color: #333;}
.lnkexpand:hover #materialIconsJob:after {color:#007A46}
.divJobBtnSplitter {height: 0.7291vw;width: 1px;background: #ddd;margin: 0 1.5625vw;}

/*Apply in desktop view only*/
@media only screen and (min-width:601px) {
    .divCareerForm, .divCareerFormDescPopup {padding:40px 30px 50px; box-sizing:border-box;}	
    .enquiry-form.career .row {display: inline-block;width: 47.5%;position: relative;margin: auto auto 12px auto;}	
    .enquiry-form.career .row:nth-child(1){float: left;clear: left;padding: 0 5% 0 0;}	
    .enquiry-form.career .row:nth-child(2){float: left;clear: left;padding: 0 5% 0 0;}	
    .enquiry-form.career .row:nth-child(3){float: left;clear: left;padding: 0 5% 0 0;}	
    .enquiry-form.career .row:nth-child(4){float: left;clear: left;padding: 0 5% 0 0;}	
    .enquiry-form.career .row:nth-child(5){float: unset; clear: unset; padding: 0;}	
    .enquiry-form.career .row:nth-child(6){width: 100%;margin: auto;text-align: center;padding: unset;float: none;clear: none;display: inline-grid;}
    .enquiry-form.career .row:nth-child(7){padding: 32px 0 0 0;width: 100%;display: flex;align-items: center;justify-content: center;}	
    .enquiry-form.career .row:nth-child(8){padding: 12px 0 0 0;width: 100%;display: flex;align-items: center;justify-content: center;}	
    .enquiry-form.career .row:nth-child(9){margin: auto;text-align: center;padding: 12px 0 0 0;width: 100%;}
    .divSubmitDone {padding:40px 30px 50px; text-align:center;}	
    .divSubmitDone .enquiry-title h3{justify-content:center;}
}
@media only screen and (max-width:600px) {
    .divCareerForm, .divCareerFormDescPopup {padding: 30px 20px;}
    .divCareerOuter {padding:0;}
    .divListNoOfItem {display:none;}
    .divListPagination {float:none;}
    .divListBottomInner {display: flex; align-items: center; justify-content: center; border-left: none;}
    .spanPagination {width: calc(100% - 100px); display:table-cell; vertical-align:middle; text-align:center;}
    .btnPagination, .btnPaginationSel {padding: 0 2px; width: auto; border-right: unset;}
    .imgbtnPageLast, .imgbtnPageLastDisabled {border-left:1px solid #ddd;}
    .divSubmitDone {text-align:justify;}	
    .divIndJobItem {margin-bottom:20px;}
    .divJobList .divIndJobItem:nth-child(even) {background:linear-gradient(180deg, #F1F8F5 0%, rgba(241, 248, 245, 0.00) 100%);}
    .divJobList .divIndJobItem:nth-child(odd) {background:linear-gradient(180deg, #F1F8F5 0%, rgba(241, 248, 245, 0.00) 100%);}
    .divIndJobItemInner {width:100%;margin:auto;padding:20px;box-sizing: border-box;}
    .divIndJobItemInnerTop {/*display:unset;*/}
    .divJobList .divIndJobItemInnerTop, .divJobList .divIndJobItem:nth-child(even) .divIndJobItemInnerTop {flex-direction: column-reverse;}
    .divJobItemTitle {width:100%;/* font-size: 20px; */}
    .divJobImage, .divJobList .divIndJobItem:nth-child(even) .divJobImage {width:100%; padding:0;}
    .divJobTitleTxt {font-size:20px;margin-top:20px;margin-bottom: 20px;}
    .imgJobIcon {width:42px; margin-right:15px;}
    .divJobSnapshotTxt {padding-bottom: 25px;margin-bottom: 25px;}
    .divSnapshotBox {font-size:14px;padding: 0 20px;height: 38px;margin-right: 15px;}
    .divJobBtnSplitter {height:10px;width: 1.2px;margin: 0 10px;}
    #materialIconsJob:after {width:14px;height: 14px;margin-left: 8px;font-size: 20px;}
}
/* End of Career Form*/