<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#source_other{
	display:none;
}
.jiness-icon-lock {
    background: url('../../../assets/images/icon/jiness_icon_lock.png') no-repeat left center;
    padding-left: 24px;
    display: inline;
    /* Other styles here */
}
.jiness-icon-board {
    background: url('../../../assets/images/icon/jiness_icon_board.png') no-repeat left center;
    padding-left: 24px;
    display: inline;
    /* Other styles here */
}
.jiness-icon-checked {
    background: url('../../../assets/images/icon/jiness_icon_checked.png') no-repeat left center;
    padding-left: 24px;
    display: inline;
    /* Other styles here */
}
.jiness-icon-power {
    background: url('../../../assets/images/icon/jiness_icon_power.png') no-repeat left center;
    padding-left: 24px;
    display: inline;
    /* Other styles here */
}

.jiness-card-font {
    font-family: sans-serif;
}
.margin10center{
    margin:10px;
    text-align:center;
}
.hasDatepicker{
    height:36px;
}
#userguide{
	position:fixed;
    z-index:9999;
    right:0px;
    bottom:0px;
}
#userguide1{
	position:fixed;
    z-index:9999;
    right:0px;
    bottom:0px;
}
#userguide2{
	position:fixed;
    z-index:9999;
    right:265px;
    bottom:0px;
}
#searchByTagsAuto{
    position:absolute;
    z-index:9999;
    opacity: 0.2;
    filter: alpha(opacity=20);
    width:240px;
    height:1px;
    overflow:hidden;
}

#jinessLogo {
    width:100%;
    max-width:300px;
}

#footer_dashboard {
    display:none;
}

#small_logo {
    margin-top:0.55rem;
    display:none;
}
.margintop5{
    margin-top: 5px;
}
.card {
    margin-bottom:0.5rem;
    margin-left:0rem;
    margin-right:0rem;
}

.media &gt; .p-2 {
    padding: 0rem 1.5rem !important;
}

.accordion-header {
    padding: 0.2rem 0.5rem;
}

.accordion-card {
    margin-bottom: 0.0rem;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag {
    margin-right: 0px;
    padding: 0.3rem 0.15rem;
    font-size: 80%;
}

.floatright{
    float:right;
}

.error-msg{
    line-height:110%;
    margin:10px;
    color:red;
    text-align:center;
    display:none;
    font-weight:600;
}

#companydesc{
    height:160px;
}
/*  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
padding-right: 4px;
padding-left: 4px;
}*/

/* html body .content .content-wrapper {
padding: 0.5rem;
}*/
.table-bordered {
    border: 0px solid #eceeef;
}

.register-page{
    max-width:1024px;
    width:100%;
    margin:20px auto;
}
.step{
    width:25%;
    height:50px;
    line-height:50px;
    float:left;
    padding-right:40px;
    color:#FFF;
    background:#cdcdcd;
    font-size:18px;
}
.step i{
    padding: 0 20px 0 10px;
}
.card-title-center{
    text-align: center;
}

.label-control{
    margin:6px 0px;
}
.navbar-lang{
    position:absolute;
    right:10px;
    z-index:99;	
}
.navbar-lang .dropdown-toggle::after {
    top: -14px;
}
.navbar-lang .dropdown .dropdown-menu {
    min-width: 100px;
    margin-left: -40px;
}
.star{
    color:red;
    font-weight:bold;
}

#register-form-step1 .form-section{
    font-weight:600;
    color:#0cace0;
    border-bottom:0px;
}
#register-form-step4 h2{
    font-size:18px;
}
.pwdbox{
    line-height:130%;
    color:green;
    margin:20px 0px;
}
.canclick{
    cursor: pointer;
}
.form-line{
    padding: 5px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 20px;
}
.card-step1{
    width:29%;
}
.card-step2{
    width:25%;
}
.card-step3{
    width:25%;
}
.card-step4{
    width:21%;
}
.card-step{
    height:45px;
    line-height:45px;
    background:url(../images/greybg.png);
    float:left;
    font-size:18px;
    color:#FFF;
    text-align: center;
}
.card-step.active{
    background:url(../images/bluebg.png);
}
.card-subtitle{
    background:url(../images/bluebg2.png);
    height:35px;
    line-height:35px;
    color:#FFF;
    padding-left:30px;
}
.card-footer2{
    text-align: right;
    margin:20px 5px;
}
#register-form-step3{
    max-width:740px;
    width:100%;
    margin:20px auto;
}

.step1 .card-step1:after{
    content:url(../images/arr3.png);
    float: right;
}
.step1 .card-step2:after{
    content:url(../images/arr.png);
    float: right;
}
.step1 .card-step3:after{
    content:url(../images/arr.png);
    float: right;
}

.step3 .card-step1:after{
    content:url(../images/arr.png);
    float: right;
}
.step3 .card-step2:after{
    content:url(../images/arr4.png);
    float: right;
}
.step3 .card-step3:after{
    content:url(../images/arr3.png);
    float: right;
}

.step4 .card-step1:after{
    content:url(../images/arr.png);
    float: right;
}
.step4 .card-step2:after{
    content:url(../images/arr.png);
    float: right;
}
.step4 .card-step3:after{
    content:url(../images/arr4.png);
    float: right;
}

.card-block {
    padding: 1.5rem;
}

.jemployerbtn{
    margin-left:10px;
}

.jstudentbtn{
    margin-left:10px;
}

.jcareerbtn{
    margin-left:10px;
}

.clean{
    height:1px;
    clear:both;
}
.btn-register {
    width:100%;
    border-color: #01b14f;
    background-color: #01b14f;
    color: #FFFFFF;
}
.btn-submit{
    max-width:525px;
    width:100%;
    border-color: #01b14f;
    background-color: #01b14f;
    color: #FFFFFF;
    float:right;
}
.btn-login{
    max-width:525px;
    width:100%;
    border-color: #01b14f;
    background-color: #01b14f;
    color: #FFFFFF;
}
.modal-footer-loading{
    padding:10px 0px;
    padding-bottom:20px;
}
.alert{
    color:red;
}
.form-control-danger{
    border-color: #CE2605;
    box-shadow: 0 0 6px #FCA08E;
}
.sweet-alert .sa-icon.sa-custom{
    width:auto !important;
    height:100px !important;
    margin: 0 !important;
    background-size: cover !important;
}      
.sweet-alert{
    padding: 0px 0px 17px 0px !important;
}
.sweet-alert p{
    padding: 0 17px !important;
}
.card-subtitle i{
    font-size:16px;
}
.form-control-position i{
    font-size:16px;
    color:#008cbe;
}
.jframe3{
    display:none;
}
.modal{
    background:url(../images/bg30.png);
}

form .form-group {
    margin-bottom: 0.5rem; 
}

.iconright{
    width: 50px;
    float: right;
    text-align: right;
}
/*
#jcareerdetailbox .modal-dialog{
    top:50%;
    margin-top:-150px;
    width: 650px;
}
*/
#jcareerdetailbox{
    z-index:99999;
}
.margin10{
    margin:10px;
}
.jcareerrequirementstableRow .title{

}
.jcareerrequirementstableRow .w100{
    width: 100px;
    text-align: center;
}
#jcareerresponsibilitiestable li{
    line-height:140%;
    margin-top:10px;
}
#jcareerbenefitsstable li{
    line-height:140%;
    margin-top:10px;
}
#jcareerrequirementstable li{
    line-height:140%;
    margin-top:10px;
}
#jcareerremarks{
    margin-left:40px;
    line-height:150%;
} 
#jcareerjobform input{
    z-index:1;
}
#jcareerjobdetail .label-control{
    font-weight:600;
}
#jcareerjobdetail .label-control2{
    margin: 6px 0px;
}

.category-qualification{
    color:#DA4453;
    font-weight: 700;
} 
.category-experience{
    color:#3BAFDA;
    font-weight: 700;
} 
.category-skill{
    color:green;
    font-weight: 700;
} 
.category-strength{
    color:#F6BB42;
    font-weight: 700;
} 

.refno{
    font-size:14px;
}

.form-btn-div{
    width:80px;
    float:right;
}
.form-btn-edit{
    float:right;
    margin:0px 8px;
    font-size:14px;
}
.form-btn-delete{
    float:right;
    margin:0px 8px;
    font-size:14px;
    color:#DA4453;
}
.label-control2{
    margin: 6px 0px;
}

.connect-tn {
    width:240px;
}

.div-tn {
    height: 160px;
    border-right:1px solid #eee;
}

div.jframe {
    padding-left: 4px;
    padding-right: 4px;
}

.row {
    margin-right: -5px; 
    margin-left: -5px;
}
.easy-autocomplete{
    max-width:100%;
}
.companyinfo{
    margin-bottom:20px;
    margin-left:30px !important;
    line-height:150%;
}
.companyinfologo{
    max-height:80px;
    margin:10px 20px;
}
.clean10{
    clear:both;
    height:10px;
}
.loginformleft{
    width:45%;
    float:left;
    margin-top: 5px !important;
}
.loginformright{
    width:45%;
    float:right;	
    margin-top: 8px;
}
.bootstrap-tagsinput{
    min-height: 32px;
}
#joblist_tab_morebtn{
    display:none;
}
#joblist_tab_morebtn img{
    display:none;
}

#jconnect_morebtn img{
    display:none;
}

#jrecruit_morebtn img{
    display:none;
}

#talentList_morebtn{
    display:none;
}
#talentList_morebtn img{
    display:none;
}

#jprofile_morebtn img{
    display:none;
}

#talent_morebtn{
    border-top: 0px;
}
#talent_morebtn img{
    display:none;
}

#backtotop{
    position:fixed;
    width:40px;
    text-align:center;
    bottom:7px;
    right:5px;
    z-index:10;
    color:#999;
    height:40px;
    line-height:40px;
    display:none;
    opacity:0.8;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;	
    font-size:30px;	
    font-variant:500;
    text-decoration:none;
}

#backtotop i{
    display:none;
}

#jprofilecreateprofilepositionsearchresults{
    margin:10px;
}

#jprofilecreateprofilepositionsearchresultsDetail{
    margin:10px;
    display:none;
}

#jprofileback{
    display:none;
}

#jprofilecreateprofilepositionsearchresultsSelect .chosen-choices{
    height:auto !important;
}	

#loadjobtemplateLoading{
    height:200px;
}

#loadjobtemplatelist{
    height:200px;
    overflow-y:auto;
    display:none;
}

#loadjobtemplatelist li{
    text-align:left;
    line-height: 110%;
    margin-bottom: 8px;
}

#loadjobtemplatelist a{
    font-size: 14px;
    text-align:left;
    line-height:110%;
}
.fullscreen{
	font-size: 20px;
}
.jcareericon{
	padding-left:25px;
	background:url(https://jiness.hk/a/assets/images/jcareer.png) no-repeat left center;
}
.jprofileicon{
	padding-left:25px;
	background:url(https://jiness.hk/a/assets/images/jprofile.png) no-repeat left center;
}
.jconnecticon{
	padding-left:25px;
	background:url(https://jiness.hk/a/assets/images/jconnect.png) no-repeat left center;
}
#employerlogo{
	max-height:90px;
	max-width:250px;
}
.review_note{
	color:red;
	line-height:110%;
	margin:10px 0px;
	width:80%; 
}

.desktopHide{
    display:none;
}
 
@media (max-width: 1465px) {

    .connect-tn {
        width:160px;
    }

    .div-tn {
        height: 110px;
    }

    .dropdown-notification {
        margin-top:0.5rem;
    }
}
@media (max-width: 1064px) {

    .connect-tn {
        width:210px;
    }
    .div-tn {
        height: 145px;
    }
    .register-page{
        margin:0px;
        padding: 0px;
    }
    .card {
        box-shadow: 0px 0px 0px #FFFFFF;
        /*            margin-bottom: 0px;*/
    } 
    .card-step{
        /*width: 50%;*/
    }
}

@media (max-width: 992px) {

    div.jframe {
        padding-left: 0px;
        padding-right: 0px;
    }
    .row {
        margin-right: 0px; 
        margin-left: 0px;
    }

    .connect-tn {
        width:210px;
    }
    .div-tn {
        height: 145px;
    }

    form.form-horizontal .form-group .label-control {
        padding-right: 10px;
    }
    .card-block {
        padding: 15px;
    }
    #header_dashboard {
        display:none;
    }
    #footer_dashboard {
        display:block;
    }
    .jframe1{
        display:none;
    }
    .jframe2{
        display:none;
    }
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-header {
        display:none;
    }
    #small_logo {
        display:block;
    }
    #fullscreenLi{
        display:none;
    }
    #supportLi{
        display:none;
    }
}

@media (max-width: 768px) {
	#userguide1{
		max-width:50%;
		top:0px;
	}
	#userguide2{
		max-width:50%;
		position:fixed;
    	z-index:9999;
    	left:0px;
    	top:0px;
	}
    #backtotop i{
        display:block;
    }
    .modal-dialog{
        margin:0px;
    }
    div.jframe {
        padding-left: 0px;
        padding-right: 0px;
    }
    .row {
        margin-right: 0px; 
        margin-left: 0px;
    }
    .connect-tn {
        width:135px;
    }
    .div-tn {
        height: 90px;
    }

    .flexbox-container{
        display:block !important;
    }

    .jinessloginbox{
        margin-left:0px;
        width:100%;
    }

    .jinessloginbox .border-grey.border-lighten-3{
        border: 1px solid #FFFFFF !important;
    }

    .companyinfo{
        margin-bottom:20px;
        margin-left:10px !important;
    }

    #jcareerremarks{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .companyinfologo{
        max-height:80px;
        margin:10px 10px;
    }

    .card-step1{
        width:32%;
    }
    .card-step4{
        width:18%;
    }
    .card-step span{
        display:none;
    }
    .card-step i{
        display:none;
    }
    .navbar-header {
        display:none;
    }
    #small_logo {
        display:block;
    }
    #jcareerresponsibilitiestable{
        padding: 0px;
        padding-left: 10px;
    }
    #jcareerrequirementstable{
        padding: 0px;
        padding-left: 10px;
    }
    #jcareerbenefitsstable{
        padding: 0px;
        padding-left: 10px;
    }
    .mm5{
        margin-top:5px;
    }
    #fullscreenLi{
        display:none;
    }
    #supportLi{
        display:none;
    }
    .mobileHide{
        display:none;
    }
    .mobileMaxWidth{
        max-width: 90%;
    }
    .mobileText{
        width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobileText245{
        width: 245px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobileText270{
        width: 270px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobileText340{
        width: 340px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobileText100{
        width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobileText125{
        width: 125px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobileX{
        padding-left:15px;
        padding-right:0px;
        margin-left:0px;
        margin-right:0px;
    }
}</pre></body></html>