

html {
  	height: 100%;
  	box-sizing: border-box;
}
*,*:before,*:after {
  	box-sizing: inherit;
}
body {
	font-family:'Roboto',Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	position: relative;
	margin: 0;
	background:#c2cbd5;
	color:#4F6265 !important;
	font-size: 16px !important;
	
}
/* th{
	color:#111111
} */
a{
	color:#007aff;
	outline: 0;
}
a:hover{
	text-decoration:none;
	color:#0060df;
	outline: 0;
}
#searchResult a:visited{
	color:gray !important;
	outline: 0;
}
ul,ol{
	margin-left:-20px
}
.f-13{
	font-size:13px !important
}
.f-14{
	font-size:14px !important
}
.f-16{
	font-size:16px !important;
}
.f-18{
	font-size:18px !important
}
.f-20{
	font-size:20px !important
}
.f-22{
	font-size:22px !important
}
.f-24{
	font-size:24px !important
}
.f-25{
	font-size:25px !important;
}
.f-33{
	font-size:33px !important;
}
.f-36{
	font-size: 36px !important;
}
.padt-16{
	padding-top: 16px !important;
}
.padl-28{
	padding-left: 28px !important;
}
.padl-56{
	padding-left: 56px !important;
}
.padl-45{
	padding-left: 45px !important;
}
.padl-38{
	padding-left: 38px !important;
}
.padl-52{
	padding-left: 52px !important;
}
.h-100{
	height: 100%;
}
.border-radius-16 {
	border-radius: 16px !important;
}
.box-container {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
    width: 100%;
}

.box-container div {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.25rem;
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{
	border-bottom-color: #fafafa;
}
.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{
	border-top-color: #fafafa;
}
.navbar{
	background-image:linear-gradient(to bottom, #192122 , #10415D);
}
.navbar-light .navbar-nav .nav-link{
	color:#FFFFFF !important;
	border-bottom:2px solid transparent;
	padding-bottom:.25rem;
	font-weight:bold
}

.element-x-center{
	display: flex;
	justify-content: center;
}

.element-y-center{
	display: flex;
	align-items: center;
}

.element-xy-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar-expand-sm .navbar-nav .nav-link{
	padding-right: 0rem;
    padding-left: 0rem;
    margin-right:.5rem;
    margin-left:.5rem
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,1);
    opacity:.6;
    cursor:not-allowed
}

.navbar-light .navbar-nav .nav-link:hover{
	color:#ffffff;
	border-bottom:2px solid #ffffff
}
.navbar-light .navbar-nav .nav-link.noti:hover,
.navbar-light .navbar-nav .nav-link.noti:focus,
.navbar-light .navbar-nav .show>.nav-link.noti{
	border-bottom:2px solid transparent;
}
.navbar-light .navbar-nav .nav-link.home:hover{
	border-bottom:2px solid transparent;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link{
	color:#ffffff;
	border-bottom:2px solid #ffffff;
	font-weight:bold
}
.navbar-light .navbar-nav .active>.nav-link.home{
	border-bottom:2px solid transparent;
}
.btn{
	font-size:20px;
	font-weight:bold;
	padding: .375rem .75rem;
}
.btn-secondary {
	background-color: #576C6F;
}
.btn-sm{
	font-size:14px;
	font-weight:normal;
	padding: .25rem .5rem;
}

.btn-nb {
	color: #007aff !important;
	font-size: 16px;
	border: 1px solid transparent;
	border-radius: 5px;
	background: none;
	font-weight:normal;
	transition: all 0.2s ease;
	padding-right: 10px;
	height:50px
}

.disabled{
	opacity:.5;
	cursor:not-allowed;
}
.navbar.navbar-expand-sm.navbar-light {
	background-image:linear-gradient(to bottom, #192122 , #10415D);
	 top: 0 !important;
	 min-width:1130px !important;
	 
}
.navbar.navbar-expand-sm.navbar-light .navbar-collapse,
.navbar.navbar-expand-sm.navbar-light .navbar-collapse.in {
	background: transparent !important;
}
select.form-control {
 	font-size: 16px !important;
}
.footer {
	font-size:14px;
	color:#666666;
	text-align: center;
	background-color: #F1F7FA;
	padding: 1rem;
	min-width: 1130px;
	max-width: 1130px;
    margin: 0 auto;
    border-top: 0.5px solid #666666;
}
.footer-fluid{
	font-size:14px;
	color:#666666;
	text-align: center;
	background-color: #F1F7FA;
	padding: 1rem;
    padding-left: 48px;
    padding-right: 48px;
	width: calc(100vw - 60px);
	max-width:1200px;
    margin: 0 auto;
    border-top: 0.5px solid #666666;
}


.container.main{
	background:#F1F7FA;
	padding-left:78px;
	padding-right:78px;
	padding-top:25px;
	padding-bottom:36px;
	min-height:calc(100vh - 110px);
	min-width:1130px !important;
}
.container-fluid.main{
	background:#F1F7FA;
	padding-left:48px;
	padding-right:48px;
	padding-top:36px;
	padding-bottom:36px;
	min-height:calc(100vh - 110px);
	width: calc(100vw - 60px);
	max-width:1200px;
	min-width:1000px !important;
}
.underline {
	text-decoration: underline;
}
.card{
	border: 1px solid #F1F7FA;
	background:#F1F7FA;
}
.card.postjob-card{
	border: 1px solid #D3E9EE;
	background:#D3E9EE;
	color:#1E3F62
}
.card .card-header{
	background:#F1F7FA;
}
.card .card-footer{
	background:#F1F7FA;
}
.card.account-detail .card-header{
	background:#52676A url('../images/icon/account.png') no-repeat;
	background-size: 18px;
	background-position: center left 15px;
	padding-left: 45px !important;
	color:#ffffff
}
.card.account-detail .card-body{
	color:#444444;
	font-size:14px;
	padding:12px;
	background:#FAFAFA;
	border:1px solid #d9d9d9;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.card.contact-cs .card-header{
	background:#52676A url('../images/icon/help.png') no-repeat;
	background-size: 28px;
	background-position: top 10px left 14px;
	padding-left: 45px !important;
	color:#ffffff
}
.card.contact-cs .card-body{
	color:#444444;
	font-size:14px;
	background:#FAFAFA;
	padding:12px;
	border:1px solid #d9d9d9;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.name-cs{
	color:#0060Df
}
.title-cs{
	font-size:13px
}
.phone-cs{
	background:#FAFAFA url('../images/icon/phone.svg') no-repeat;
	background-position: center left 2px;
	padding-left: 30px !important;
	font-size:13px;
}
.mail-cs{
	background:#FAFAFA url('../images/icon/mail.svg') no-repeat;
	background-position: top 5px  left 2px;
	padding-left: 30px !important;
	font-size:13px;
}
.header{
	font-size: 20px;
	color:#00968F
}
.manage-account-button {
	border: 1px solid #B5C7D3;
	border-radius: 4px;
	background: #F8FFFF;
	text-align: center;
	height: 176px;
}
.manage-account-button:hover {
	border: 1px solid #B5C7D3;
	border-radius: 4px;
	background: #D3E9EE;
	text-align: center;
}
.btn-manage-post{
	display:block;
	height:70px;
	font-size:24px;
	color:#1861BF;
	background:#F1F7FA url('../images/icon/managepostjob1.png') no-repeat;
	background-size: 63px;
	background-position: center left;
	padding-left: 80px !important;
	padding-top:5px;
	line-height:28px;
}
.btn-manage-post:hover{
	text-decoration:none;
	background:#F1F7FA url('../images/icon/managepostjob2.png') no-repeat;
	background-size: 63px;
	background-position: center left;
}
.btn-one-search{
	display:block;
	height:100%;
	font-size:24px;
	color:#1861BF;
	background:#F1F7FA url('../images/icon/logosupersearch1.png') no-repeat;
	background-size: 60px;
	background-position: top left;
	padding-left: 85px !important;
	padding-top:5px;
	line-height:28px;
}
.btn-one-search:hover{
	text-decoration:none;
	background:#F1F7FA url('../images/icon/logosupersearch2.png') no-repeat;
	background-size: 60px;
	background-position: top left;
}
.view-post-job{
	font-size:16px;
	font-weight:normal;
	text-align:center;
	background:#F1F7FA url('../images/icon/viewpostjob.png') no-repeat;
    background-position: top 2px center;
    background-size: 50px 45px;
	padding-top:50px;
	line-height:25px
}
.manage-resume{
	font-size:16px;
	font-weight:normal;
	text-align:center;
	background:#F1F7FA url('../images/icon/viewallresume.png') no-repeat;
	background-position: top center;
    background-size: 55px 47px;
	padding-top:50px;
	line-height:25px
}
.manage-shortlist{
	font-size:16px;
	font-weight:normal;
	text-align:center;
	background:#F1F7FA url('../images/icon/shortlist.png') no-repeat;
	background-position: top center;
    background-size: 61px 48px;
	padding-top:50px;
	line-height:25px
}
.one-click-search{
	font-size:16px;
	font-weight:normal;
	text-align:center;
	background:#F1F7FA url('../images/icon/1clicksearch.png') no-repeat;
	background-position: top center;
    background-size: 68px;
	padding-top:50px;
	line-height:25px
}
.btn-tag{    
	border:1px dashed rgb(79, 98, 101) !important;
	color:rgb(79, 98, 101) !important;
	border-radius: 15px;
	padding: .3rem 1rem .2rem;
	font-size:14px;
	font-weight:normal;
}
.btn-tag:hover{
	background:rgb(79, 98, 101) !important;
	color:#ffffff !important;
	border-radius: 15px;
	padding: .3rem 1rem .2rem;
	font-size:14px;
	font-weight:normal;
}
.btn-filter{
	font-weight:normal;
	text-align:center;
	background:#F1F7FA url('../images/icon/filter.svg') no-repeat;
    background-position: center left;
    padding-left: 25px;
    background-size: 20px;
}
.account-section{
	background: #F1F7FA url('../images/icon/account-b.png') no-repeat !important;
    background-position: top 9px left 12px !important;
    padding-left: 44px;
    background-size: 19px 18px !important;
}
.password-section{
	background: #F1F7FA url('../images/icon/password-b.png') no-repeat !important;
    background-position: top 9px left 12px !important;
    padding-left: 44px;
    background-size: 19px 18px !important;
}
.work-exp-section{
	background: #F1F7FA url(../images/icon/exp.png) no-repeat;
    background-position: top 0px left 13px;
    padding-left: 50px;
    background-size: 20px;
}
.degree-section{
	background: #F1F7FA url(../images/icon/education.png) no-repeat;
    background-position: top 0px left 13px;
    padding-left: 50px;
    background-size: 20px;
}
.salary-section{
	background: #F1F7FA url(../images/icon/salary.png) no-repeat;
    background-position: top 0px left 13px;
    padding-left: 50px;
    background-size: 20px;
}

.address-section{
	background: #F1F7FA url(../images/icon/address.png) no-repeat;
    background-position: top 0px left 13px;
    padding-left: 50px;
    background-size: 15px;
}
.skill-section{
	background: #F1F7FA url(../images/icon/skill.png) no-repeat;
    background-position: top 0px left 13px;
    padding-left: 50px;
    background-size: 25px;
}
.resume-attach-section{
	background: #F1F7FA url(../images/icon/resumeAttach.png) no-repeat;
    background-position: top 0px left 13px;
    padding-left: 50px;
    background-size: 15px 20px;
}

.remark-section{
	background: #F1F7FA url(../images/icon/tag.png) no-repeat;
    background-position: top 5px left 13px;
    padding-left: 50px;
    background-size: 20px;
    padding-top: .25rem;
}
.add-remark-section{
	background: #F1F7FA url('../images/icon/plus-blue.svg') no-repeat !important;
    background-position: top 5px left 12px !important;
    padding-left: 40px;
    background-size: 19px 18px !important;
}
.btn-success{
	background:#00AEA5 !important;
	border:1px solid #00AEA5 !important
}
.btn-success:hover{
	background:#008982 !important;
	border:1px solid #008982 !important
}
.btn-danger{
	background:#cb2d42 !important;
	border:1px solid #cb2d42 !important
}
.btn-danger:hover{
	background:#a81f32 !important;
	border:1px solid #a81f32 !important
}
.btn-outline-danger{
	color:#cb2d42;
	border:1px solid #cb2d42
}

.cursor-pointer {
	cursor: pointer;
}

.bg-info{
	background:#D3E9EE!important
}

.shortlist-to-position-btn{
	background: transparent url(../images/icon/copy.svg) no-repeat;
    background-size:24px;
	display: inline-block;
	background-position:center left;
    padding-left: 35px;
    position: relative;
}
.shortlist-btn{
	background: transparent url(../images/icon/check-circle.svg) no-repeat;
	background-position: top 3px left;
    background-size:24px;
	display: inline-block;
    padding-left: 35px;
    position: relative;
    height:28px;
}
.shortlist-btn-blue{
	background: transparent url(../images/icon/check-circle-blue.svg) no-repeat;
    background-size:24px;
	display: inline-block;
    padding-left: 35px;
    position: relative;
    height:28px;
}
.forward-btn{
	background: transparent url(../images/icon/email-sent-w.svg) no-repeat;
	background-position: top 3px left;
    background-size:26px;
	display: inline-block;
    padding-left: 35px;
    position: relative;
    height:28px;
}
.not-interest-btn{
	background: transparent url(../images/icon/x-circle.svg) no-repeat;
    background-position: top 3px left;
    background-size:24px;
	display: inline-block;
    padding-left: 30px;
    position: relative;
    height:28px;
}
.not-interest-btn-blue{
	background: transparent url(../images/icon/cancel-partial.svg) no-repeat;
    background-position: top left;
    background-size:24px;
	display: inline-block;
    padding-left: 35px;
    position: relative;
    height:28px;
}
.lh-1d413{
	line-height: 1.413;
}
/* .shortlist-btn::before{
	content:'';
	position:absolute;
	top:0;
	left:-5px;
	width:30px;
	height:30px;
	background: transparent url(../images/icon/x-circle.svg) no-repeat;
    background-position: top left;
    background-size:25px
    
}
.not-interest-btn::before{
	content:'';
	position:absolute;
	top:0;
	left:-5px;
	width:30px;
	height:30px;
	
    padding-left: 25px;
} */
.settingTitle {
	font-size: 20px;
	color: #444444;
	font-weight: bold;
}
.btn-border-color {
	border: 2px solid #488BF8 !important;
}
.border-2px {
	border: 2px solid #32A5EC !important;
}
.width-220 {
	width: 220px;
}
.width-180 {
	width: 180px !important;
}
.width-190 {
	width: 190px !important;
}
.width-60 {
	width: 60px;
}
.width-69 {
	width: 69px;
}
.width-70 {
	width: 70px;
}
.height-46 {
	height: 46px;
}
.noBullet{
	list-style-type: none;
}
.one-click-search .highlight, .color-highlight{
	color:#cb2d42
}

.one-click-search-form::placeholder{
	font-size:13px
}
.form-control{
	min-height:40px;
}
.border-bottom-32A5EC {
	border-bottom: 1px solid #32A5EC !important;
}
.bk-FFFFFF {
	background-color: #FFFFFF !important;
}
.bk-F2EEE1 {
	background-color: #F2EEE1 !important;
}
.bk-F1F7FA {
	background-color: #F1F7FA !important;
}
.bk-FAF7E9 {
	background-color: #FAF7E9 !important;
}

.bk-F7F4E6 {
	background-color: #F7F4E6 !important;
}

.bk-F7F4E7 {
	background-color: #F7F4E7 !important;
}
.bk-FAF7EA {
	background-color: #FAF7EA !important;
}
.BK-32A5EC {
	background-color: #32A5EC !important;
}
.border-32A5EC {
	border:1px solid #32A5EC !important;
}
.borderbottom-666666 {
	border-bottom:0.5px solid #666666 !important;
}
.borderbottom-0 {
	border-bottom: 0px;
}

.BK-32A5EC.border-32A5EC:hover {
	background-color: #0069d9 !important;
	border-color: #0062cc !important;
}

input[type="number"].form-control,
input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control,
input[type="search"].form-control{
	background:#ffffff;
	font-size:16px;
}
select.form-control,
select.form-control:focus{
	background:#ffffff;
}
/* input[type="number"].form-control:focus,
input[type="text"].form-control:focus,
input[type="email"].form-control:focus,
input[type="password"].form-control:focus,
input[type="search"].form-control:focus{
	font-size:16px;
} */
textarea.form-control{
	background:#ffffff;
}
select.form-control{
	height:40px
}
/* select.form-control{
	font-size:13px;
}
select.form-control:focus{
	font-size:16px;
} */
 .joblist a{
	font-size:18px !important;
}
.joblist-home .result{
	font-size:18px;
} */
.joblist a.disabled,.joblist a.disabled:hover{
	color:#999;
	cursor:not-allowed;
	text-decoration:none
}
.form-control.input-sm{
	font-size:13px !important;
}
.form-control.input-sm:focus{
	font-size:16px !important;
}
.radio, .checkbox {
	padding-left: 0px;
}
input[type="checkbox"], input[type="radio"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.checkbox+.checkbox {
	margin-top: 0px
}
label.radioButton {
	position: relative;
	display: inline-block;
	padding: 0 0 0 2em;
	height: 1.5em;
	font-weight:bold;
	line-height: 1.5;
	cursor: pointer;
	color:#444
}
label.checkboxButton {
	position: relative;
	display: inline-block;
	padding: 0 0 2em 2em;
	height: 1.5em;
	font-weight:bold;
	line-height: 1.5;
	cursor: pointer;
	color:#444444
}

label.radioButton.hauto, label.checkboxButton.hauto {
	height: auto
}
label.radioButton .sub, label.checkboxButton .sub {
	font-weight: normal;
	font-size: 18px;
	color: #666666
}
label.radioButton::before, label.radioButton::after, label.checkboxButton::before,
	label.checkboxButton::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1.5em;
	height: 1.5em;
}

label.radioButton::before, label.checkboxButton::before {
	content: " ";
	border: 1px solid #0061A3;
	border-radius: 20%;
	z-index: 1;
	background-color: #FFFFFF;
}

/* Checkbox */
input[type="checkbox"]+label::after {
	content: "\2714\fe0e";
    top: 2px;
    left: 0px;
	color: #007AFF !important;
	line-height: 1.5;
	text-align: center;
}
/* Radio */
input[type="radio"]+label::before {
	border-radius: 50%;
}
input[type="radio"]:disabled+label::before,input[type="checkbox"]:disabled+label::before {
	border:1px solid #d9d9d9
}
input[type="radio"]:disabled+label,input[type="checkbox"]:disabled+label {
	color:#999999
}
input[type=radio]+label::after {
	content: " ";
	top: .25em;
	left: .25em;
	width: 1.0em;
	height: 1.0em;
	background: #0061A3;
	border: .2em solid #0061A3;
	border-radius: 50%;
}
/* :checked */
input[type="checkbox"]:checked+label::before, input[type="radio"]:checked+label::before
	{
	background: none;
	border-color: #0061A3;
}
/* :checked :disabled */
input[type="checkbox"]:checked:disabled+label::before, input[type="radio"]:checked:disabled+label::before
	{
	background: none;
	border-color: #0061A3;
}
input[type="checkbox"]+label::after, input[type=radio]+label::after {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
input[type="checkbox"]:checked+label::after, input[type=radio]:checked+label::after
	{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
input[type="checkbox"]:checked:disabled+label::after, input[type=radio]:checked:disabled+label::after{
	color:#999999
}	
/* Transition */
label::before, label::after {
	-webkit-transition: .1s all ease;
	-o-transition: .1s all ease;
	transition: .1s all ease;
}

#createPostJobForm ul{
	list-style-type: none;
	
}
#createPostJobForm ul li{
	color:#666;
	position:relative;
	padding-left:5px;
	margin-bottom:2px;
}
#createPostJobForm ul li:before{
	content: "\2713";
    position: absolute;
    top: -7px;
    left: -25px;
    font-size: 22px;
    color: #2E2F36;
}
.nav-tabs .nav-item{
	position:relative;
	margin:0px 15px;
}
.nav-tabs .nav-item:first-child{
	margin:0px 15px;
	margin-left:0px;
}
.nav-tabs .nav-item:after{
	content:"";
	position:absolute;
	top:0px;
	left:-15px;
	height:33px;
	width:2px;
	background:#EAEAEA;
}

.joblist.nav-tabs .nav-item:after{
	content:"";
	width:0px;
}
.nav-tabs .nav-item:first-child:after{
	display:none
}

/* .nav-tabs .nav-item{
	border-right:1px solid #eaeaea
}
.nav-tabs .nav-item:last-child{
	border-right:0px solid transparent
} */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link, .nav-tabs a.nav-link{
	font-size: 20px;
	color:#32a5ec;
	border:0px solid transparent;
	border-bottom:3px solid transparent;
	transition:all .1s;
	padding:0px;
	cursor:pointer;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	border-radius: 5px;	
	background-color: #F1F7FA;
	color: #0061a3;	
	font-weight: bold;
	border:0px solid transparent;
	border-bottom:3px solid #0061a3;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	position:relative;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus, .nav-tabs a.nav-link:hover{
	color:#1861BF;
    border-color: transparent;
    border:0px solid #d9d9d9;
    border-bottom:3px solid #32A5EC;
}
.joblist-instruction{
	font-size:16px;
	color: #444444;
}
.joblist-pagination{
	color: #444444;	
	font-size: 16px;
}
table.joblist tr th{
	font-size:16px;
	color: #666666;
}
table.joblist tr td,
table.joblist tr td a{
	font-size:16px;
}
table.joblist tr td a.job{
	font-size:18px;
}
table.joblist tr td .sub{
	font-size:14px;
	color: #666666;
}
table.joblist tr td .sub-result{
	font-size:14px
}

.oldCheckbox {
	position: unset !important;
	opacity: 1 !important;
	z-index: 1 !important;
}
.btn-primary{
	background-color:#0578CC;
	border:1px solid #0578CC;
	border-bottom:2px solid #0061A3;
}

.btn-outline-nohover{
	border: 2px solid #32A5EC;
	color: #0093D8;
}

.btn-outline-primary{
	border:1px dashed #32A5EC !important;
	color:#0093d8;
}

.btn-outline-primary:hover{
	background:#32A5EC;
	border:1px solid #32A5EC;
	color:#ffffff;
}

.border-outline-btn{
	border:1px dashed #32A5EC !important;
	color:#0093d8 !important;
}

.border-outline-btn:hover{
	background:#32A5EC;
	border:1px solid #32A5EC;
}

.btn-outline-solid{
	border:1px solid #32A5EC;
	color:#0093d8;
}

.btn-outline-solid:hover{
	background:#32A5EC;
	border:1px solid #32A5EC;
	color:#ffffff;
}

.btn-fill-primary{
	border:1px solid rgb(79, 98, 101)!important;
	color:rgb(79, 98, 101);
}
.btn-fill-primary.active{
	background-color: rgb(79, 98, 101) !important;
	color:#ffffff !important;
}
.btn-fill-primary:hover{
	border:1px solid rgb(79, 98, 101);
	background-color:rgb(79, 98, 101);
	color:#ffffff;
}

.btn-fill-tag{
	border:1px solid rgb(79, 98, 101) !important;
	color:rgb(79, 98, 101);
}
.btn-fill-tag:hover{
	border:1px solid rgb(79, 98, 101);
	background-color:#EBF5F4;
	color:rgb(79, 98, 101);
}

.btn-addtag{
	font-size:16px;
	font-weight:normal
}

.btn-primary:disabled{
	background:#32A5EC;
	border:1px solid #32A5EC;
	opacity: 0.5;
}
#commandBar .command-bar-container{
	background:#ffffff;
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.28);
}
#commandBar .command-bar-container .choosen-jobs{
	font-size:20px
}
#commandBar .command-bar-container .choosen-jobs b{
	font-size:22px;
	color:#32A5EC;
}
.info-badge{
	display:inline-block;
	padding-right:28px;
	background:#FFFFFF url('../images/icon/info.svg') no-repeat;
	background-position:center right;
	background-size:20px
}

.btn-create-post{
  display:block;	
  width: 100%;
  font-size:18px;
  background:#F1F7FA url('../images/icon/createpostjob2.png') no-repeat;
  background-position: top center;
  background-size: 131px;
  padding-top:130px;
  transition:all .3s
}
.btn-create-post:hover{
  text-decoration:none;
  background:#F1F7FA url('../images/icon/createpostjob1.png') no-repeat;
  background-position: top center;
  background-size: 131px;
}
.btn-copypaste-post{
  display:block;
  height: 131px;	
  width: 100%;
  font-size:18px;
  background:#F1F7FA url('../images/icon/copypastepostjob2.png') no-repeat;
  background-position: top center;
  background-size: 131px;
  padding-top:130px;
  transition:all .3s
}
.btn-copypaste-post:hover{
  text-decoration:none;
  background:#F1F7FA url('../images/icon/copypastepostjob1.png') no-repeat;
  background-position: top center;
  background-size: 131px;
}
.btn-organize-post{
  display:block;
  height: 131px;	
  width: 100%;
  font-size:18px;
  background:#F1F7FA url('../images/icon/organizepostjob2.png') no-repeat;
  background-position: top center;
  background-size: 131px;
  padding-top:130px;
  transition:all .3s;
}
.btn-organize-post:hover{
  text-decoration:none;
  background:#F1F7FA url('../images/icon/organizepostjob1.png') no-repeat;
  background-position: top center;
  background-size: 131px;
}
.btn-organize-current-post{
  display:block;
  height: 131px;	
  width: 100%;
  font-size:18px;
  background:#F1F7FA url('../images/icon/organizecurrentpostjob2.png') no-repeat;
  background-position: top center;
  background-size: 131px;
  padding-top:130px;
  transition:all .3s
}
.btn-organize-current-post:hover{
  text-decoration:none;
  background:#F1F7FA url('../images/icon/organizecurrentpostjob1.png') no-repeat;
  background-position: top center;
  background-size: 131px;
}

.btn-attach{
	text-decoration: none;
    background: #FFFFFF url(../images/icon/clip.svg) no-repeat;
    background-position: left 5px center;
    background-size: 20px;
    padding-left: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    color: #007aff;
    font-weight: normal;
    vertical-align: baseline;
}
.btn-attach:hover{
	color:#0060df;
}

.btn-manage-address{
  display:block;
  height: 150px;	
  width: 100%;
  background:#F1F7FA url('../images/manage-address-b.png') no-repeat;
  background-position: top center;
  background-size: 120px;
  transition:all .3s
}
.btn-manage-address:hover{
  text-decoration:none;
  height: 150px;
  background:#F1F7FA url('../images/manage-address-bh.png') no-repeat;
  background-position: top center;
  background-size: 120px;
}
.btn-change-un-pw{
  display:block;
  height: 150px;	
  width: 100%;
  background:#F1F7FA url('../images/change-un-pw-b.png') no-repeat;
  background-position: top center;
  background-size: 120px;
  transition:all .3s
}
.btn-change-un-pw:hover{
  text-decoration:none;
  height: 150px;
  background:#F1F7FA url('../images/change-un-pw-bh.png') no-repeat;
  background-position: top center;
  background-size: 120px;
}
.btn-organize-create{
  display:block;
  height: 150px;	
  width: 100%;
  background:#F1F7FA url('../images/organize-create-b.png') no-repeat;
  background-position: top center;
  background-size: 120px;
  transition:all .3s
}
.btn-organize-create:hover{
  text-decoration:none;
  height: 150px;
  background:#F1F7FA url('../images/organize-create-bh.png') no-repeat;
  background-position: top center;
  background-size: 120px;
}
.btn-lang-display{
  display:block;
  height: 150px;	
  width: 100%;
  background:#F1F7FA url('../images/lang-display-b.png') no-repeat;
  background-position: top center;
  background-size: 120px;
  transition:all .3s
}
.btn-lang-display:hover{
  text-decoration:none;
  height: 150px;
  background:#F1F7FA url('../images/lang-display-bh.png') no-repeat;
  background-position: top center;
  background-size: 120px;
}
.btn-copy-to-shortlist{
  display:block;
  height: 150px;	
  width: 100%;
  background:#F1F7FA url('../images/copy-to-shortlist-b.png') no-repeat;
  background-position: top center;
  background-size: 120px;
  transition:all .3s
}
.btn-copy-to-shortlist:hover{
  text-decoration:none;
  height: 150px;
  background:#F1F7FA url('../images/copy-to-shortlist-bh.png') no-repeat;
  background-position: top center;
  background-size: 120px;
}
.btn-email-noti{
  display:block;
  height: 150px;	
  width: 100%;
  background:#F1F7FA url('../images/email-noti-b.png') no-repeat;
  background-position: top center;
  background-size: 120px;
  transition:all .3s
}
.btn-email-noti:hover{
  text-decoration:none;
  height: 150px;
  background:#F1F7FA url('../images/email-noti-bh.png') no-repeat;
  background-position: top center;
  background-size: 120px;
}

.copy-button{
	border: 1px solid #32A5EC;
	border-radius: 2px;
	padding: 5px 10px 5px 10px;
	background-color: #0578CC;
	color: #FFFFFF;
	white-space:nowrap;
}
.copy-button:hover{
	background-color: #32A5EC;
	color: #ffffff;
}
.copy-button img{
  -webkit-filter: grayscale(100%) brightness(200%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) brightness(200%);
}
.copy-button:hover img{
  -webkit-filter: grayscale(100%) brightness(200%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) brightness(200%);
}

.book-sec{
	padding:0px 60px;
	margin-bottom:4em;
}
.book-sec img:first-child{
	border:1px solid #d9d9d9;
	margin-bottom:0.5em
}
.book-sec u{
	color:#0060cf
}
.book-sec span{
	color:#444444
}
.book-header{
 	letter-spacing:0px;
 	line-height:1.5em;
 	color:#444444
 }
 
.new-ribbon{
	position:absolute;
	top:-10px;
	left:52px
}
.title{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}
.manageJobPostMenu-Title{
	color: #111111;
	font-size: 24px;
}
.tooltip{
	z-index:800 !important;
}
.srs-tooltip {
  width: 100%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.srs-tooltip ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  left:0;
  overflow: hidden;
      z-index: 9999;
}

.srs-tooltip li {
  height: 0;
  overflow: hidden;
}

.srs-tooltip li p {
  background-color: #FAFAFA;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #BBBBBB;
  border-radius: 3px;
  font-size: 14px;
  z-index: 0;
  box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);
}

.srs-tooltip li p::after,
.srs-tooltip li p::before {
  width: 0;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: auto;
}

.srs-tooltip li p::after {
  border-bottom: 10px solid #FAFAFA;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 1;
  margin-top: 1px;
}

.srs-tooltip li p::before {
  border-bottom: 11px solid #BBBBBB;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  margin-top: -1px;
  margin-left: -1px;
  z-index: -100;
}

.srs-tooltip.hover:hover li {
  height: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
}

.dropdown-toggle{
	cursor:pointer
}
 .no-carat.dropdown-toggle::after{
	display:none
} 

.dropdown-menu{
	background-color:F1F7FA;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.dropdown-menu a,.dropdown-menu a:hover{
	color:#007aff
}
.dropdown-menu.info-container{
	top:48px;
	border-radius:2px;
	border:0px solid transparent;
	border-bottom:1px solid #d9d9d9;
	background:#fafafa;
	min-width:12rem;
	box-shadow: -1px -1px 2px 0 rgba(0,0,0,0.23);
}
.dropdown-menu.info-container::after{
	content:"";
	position:absolute;
	top:-15px;
	right:18px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #FFFCEF;
}
.dropdown-item:focus, .dropdown-item:hover{
	background:#e6f0f5;
}

.dropdown.noti .dropdown-menu{
	width:400px;
	right:-40px;
	padding:0px;
}
.dropdown.noti .dropdown-menu.info-container{
	border:1px solid #BBBBBB;
	border-radius:4px;
	
}
.dropdown.noti  .dropdown-menu.info-container::after{
	right:45px;
}


.online{
	 color:#00968F
}
.offline{
	color:#cb2d42
}
   
.line-text{
 	display: table;
	white-space: nowrap;
	width:100%;
	color:#1861BF
}
.line-text::before, .line-text::after {
   	border-top: 1px solid #488BF8;
   	content: '';
   	display: table-cell;
   	position: relative;
   	top: 0.8em;
   	width: 47%;
}
.line-text::before { 
	right: 1.5%; 
}
.line-text::after { 
	left: 1.5%; 
}
.sub-text{
	font-size:14px;
}
.red-outline-atag {
	display:block;
	max-width: 390px;
	height: 47px;
	border: 2px solid #C22C4F;
	border-radius: 4px;
	color: #C1274B;
}
.border-divider{
	border-top:4px solid #CBCBCB;
}
.border-dashed{
	border: 1px dashed #CBCBCB;
}
.color52676A {
	color: #52676A;
}
.color111111{
	color: #111111;
}
.color0061A3{
	color:#0061A3
}
.colorC1274B {
	color:#C1274B;
}
.color495057{
	color:#495057;
}
.color32A5EC{
	color:#32a5ec
}
.color1861BF{
	color:#1861BF
}
.color0060DF {
	color: #0060DF;
}
.color4F6265{
	color: #4F6265 !important;
}
.color1E3F62{
	color:#1E3F62
}
.color2E2F36{
	color:#2E2F36	
}
.colorCB2D42{
	color:#cb2d42	
}
.color007AFF{
	color: #007aff !important;
}
.color0093D8 {
	color: #0093D8 !important;
}
.color0061A3{
	color:#0061A3 !important
}
.color444444 {
	color: #444444;
}
.color888888 {
	color: #888888;
}
.color333333 {
	color: #333333;
}
.color666666 {
	color: #666666;
}
.color9B744E {
	color: #9B744E;
}
.color00AEA5{
	color:#00AEA5
}
.colorD11124{
	color:#D11124
}
.color104974{
	color:#104974
}
.colorCE4641{
	color:#CE4641
}
.color-danger{
	
}
.jppreviewPanel{
	border-radius: 0px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}
.JobTitle {
	font-size: 24px;
	font-weight: bold;
	color: #0060DF;
}

.JobPostStatus {
	font-size: 18px;
	text-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}
.srtable-section{
}
.pt-6px {
	padding-top: 6px !important;
}
.height-33 {
	height: 33px;
}
.height-50 {
	height: 50px;
}
.font-14 {
	font-size: 14px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}
.font-20 {
	font-size: 20px;
}
.font-22 {
	font-size: 22px;
}
.font-24 {
	font-size: 24px;
}
.interview-question-style{
	font-size: 18px;
	color: #00AEA5;
}
.jobpostPreview-Subtitle {
	font-size: 16px;
	color: #333333;
}

.color-0060DF {
	color: #0060DF;
}
.color-666666 {
	color: #666666;
}
.color-18ADD0 {
	color:#18add0;
}
.border-color-488BF8  {
	border-color: #488BF8 !important;
}
.color-D0021B {
	color: #D0021B;
}
.pointer {
	cursor: pointer;
}
.btn-edit{
	background:url('/images/icon/white-pen.svg') no-repeat;
	background-color: #32A5EC;
	background-position: center left 12px;
	color: #ffffff;
	padding-left: 35px !important;
	border: 1px solid #32A5EC;
	border-radius: 4px;
	padding: 5px 8px;
	height:36px;
	display:inline-block
}
.btn-edit:hover{
	color: #ffffff;
}

.btn-extend{
	background:url('/images/icon/white-rollback.svg') no-repeat;
	background-color: #32A5EC;
	background-position: center left 12px;
	color: #ffffff;
	padding-left: 35px !important;
	border: 1px solid #32A5EC;
	border-radius: 4px;
	padding: 5px 8px;
	height:36px;
}

.btn-offline{
	background:url('/images/icon/white-xwithcircle.svg') no-repeat;
	background-color: #32A5EC;
	background-position: center left 12px;
	color: #ffffff;
	padding-left: 35px !important;
	border: 1px solid #32A5EC;
	border-radius: 4px;
	padding: 5px 8px;
	height:36px;
}

.btn-copy{
	background:url('/images/icon/white-copy.svg') no-repeat;
	background-color: #32A5EC;
	background-position: center left 12px;
	color: #ffffff;
	padding-left: 35px !important;
	border: 1px solid #32A5EC;
	border-radius: 4px;
	padding: 5px 8px;
}

.btn-print{
	background:url('/images/icon/bluecircle-print.svg') no-repeat;
	background-position: center left;
	padding-left: 35px !important;
	border: 0px solid #32A5EC;
	border-radius: 4px;
	padding: 5px;
}

.btn-share{
	background:url('/images/icon/bluecircle-share.svg') no-repeat;
	background-position: center left;
	padding-left: 35px !important;
	border: 0px solid #32A5EC;
	border-radius: 4px;
	padding: 5px;
}

.modal-content {
	background: #F1F7FA;	
}

ul.ui-autocomplete {
	width:400px;
	background:#FFFFFF;
	box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;
	height: 40vh;
    overflow: scroll;
    list-style-type:none;
    padding-inline-start: 0px;
    border:1px solid #d9d9d9
}
ul.ui-autocomplete li{
	padding:6px 15px;
	border-bottom:1px solid #d9d9d9;
	cursor:pointer
}
ul.ui-autocomplete li:hover{
	background:#e6f0f5;
}

a .one-click-button,
a .one-click-button:hover,
a .supersearch-button,
a .supersearch-button:hover{
	color:#0060DF
}
.one-click-button,.supersearch-button{
	border:1px solid #d9d9d9;
	border-top:7px solid #32A5EC;
	background:#fafafa
}
.one-click-button:hover,.supersearch-button:hover{
	border:1px solid #32A5EC;
	border-top:7px solid #32A5EC
}

.one-click-button .content,.supersearch-button .content{
	height:270px;
	font-size:18px;
}

/* .one-click-button .content{
	background:#F7F4E7 url('../images/icon/oneClickSearch.svg') no-repeat;
	background-position:center top;
	background-size:85px;
	padding-top:70px;
} */
.img-oneclickseach {
	height: 70px;
}

.one-click-button:hover .img-oneclickseach {
	-webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.075));
	filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.075));
}

/* .supersearch-button .content{
	background:#F7F4E7 url('../images/icon/supersearch.svg') no-repeat;
	background-position:center top 40px;
	background-size:85px;
	padding-top:140px;
} */

.recommend-ribbon{
    position: absolute;
    top: -2px;
    left: -2px;
    height: 79px;
    width: 79px;
}
.one-click-button:hover .recommend-ribbon {
	-webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.075));
	filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.075));
}

.img-supersearch {
	height: 70px;
}

.supersearch-button:hover .img-supersearch {
	-webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.075));
	filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.075));
}

.multiselect__tags{
	border:1px solid #ced4da!important;
	border-radius:5px !important;
	background:#FFFFFF !important
}
/* .multiselect__select{
	border-radius:5px !important;
} */
.multiselect,
.multiselect__select,
.multiselect__single,
.multiselect__input,
multiselect__spinner{
	background:none !important
}
.multiselect__element{
	font-size:15px !important;
	width:100%;
}

.multiselect__content-wrapper{
	background:#fafafa !important;
	border:1px solid #93BFCB !important;
	overflow-x:hidden !important;
	/*Comment by benz 14 May 2019
	top: 36px;*/
}
.multiselect__option--highlight{
	background:#e6f0f5 !important;
	color:#444444 !important
}
.multiselect__option--highlight:after{
	background:#e6f0f5 !important;
	color:#444444 !important
}

.multiselect__option--selected{
	background:#e6f0f5 !important
}

.multiselect__option--selected.multiselect__option--highlight,
.multiselect__option--selected.multiselect__option--highlight:after{
	background:#32A5EC !important;
	color:#fff!important
}

.job-title{
	font-size:24px;
	font-weight:bold;
	color:#007AFF;
}

.text-success{
	color:#00AEA5 !important
}
.text-danger{
	color:#d11124 !important
}
.text-primary{
	color:#1E3F62 !important
}
.text-tertiary{
	color:#9B744E !important
}
.text-dark{
	color:#222222
}
.text-info{
	color:#32A5EC !important
}
.text-muted{
	color:#999999
}
.border-bottom {
    border-bottom: 1px solid #b6d7e0!important;
}
.border-primary{
	border-color:#93BFCB !important
}
.border-secondary{
	border-color:#b9b9b9 !important
}
.border-dark{
	border-color:#888888 !important
}
.btn-job-search:hover{
	background:#F1F7FA !important
}
.divider{
	width:100%;
	border-top:2px solid #F0EDE0;
	margin-top:1rem;
	margin-bottom:1rem
}
.bootbox .modal-header h4 {
	float: none;
}
.bootbox .modal-header .close {
	position: absolute;
	right: 15px;
}


.accordion-inner{
	padding-left:15px
}
.input-boxshadow {
	box-shadow: inset 5px 0 0 0 #3bb2dc !important;
	font-weight:bold !important;
	background-color: #FFFFFF;
	color: #444444 !important;
}
input[type="text"].form-control.jobfield-input-container{
	background-color:#FFFFFF ;
	background-image:url('../images/icon/occupation.png'), url(../images/icon/arrow-down-blue.png);
	background-repeat:no-repeat !important;
	background-size:21px, 18px;
	background-position:left 15px center, right 8px center;
	padding-left: 45px;
	padding-right: 35px;
    text-overflow: ellipsis;
    cursor:pointer;
}
input[type="text"].form-control.keyword-input-container{
	background-color:#FFFFFF ;
	/* background-image:url('../images/icon/search.svg'); */
	background-repeat:no-repeat !important;
	background-position:left 15px center, right 8px center;
	/* padding-left: 45px; */
	padding-right: 35px;
    text-overflow: ellipsis;
    cursor:pointer;
    background-size: 23px;
}
select.form-control {
	background-image:url(../images/arrow-down-blue.png);
	background-size:18px 9px;
	background-repeat:no-repeat !important;
	background-position:right 8px center;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.edit
{
	background:url(images/edit.png) no-repeat;
	width:32px;
	height:32px;
	display:inline-block;
	cursor: pointer;
	margin-left:10px;
}
.edit-box-adsoc {
	border: 1px solid #0bb1db;
	background-color: #FFFFFF !important;
}

input[type="text"].form-control.location-input-container{
	background-color:#ffffff ;
	background-image:url('../images/icon/address-line.png'), url(../images/icon/arrow-down-blue.png);
	background-repeat:no-repeat !important;
	background-size: 16px,18px;
	background-position:left 15px center, right 10px center;
	padding-left: 45px;
	padding-right: 35px;
    text-overflow: ellipsis;
    cursor:pointer;
}
input[type="text"].form-control.degree-input-container,
select.form-control.degree-input-container{
	background-color:#ffffff ;
	background-image:url('../images/icon/education-line.png') , url(../images/icon/arrow-down-blue.png);
	background-repeat:no-repeat !important;
	background-size: 22px,18px;
	background-position:left 12px center, right 10px center;
	padding-left: 45px;
	padding-right: 35px;
    text-overflow: ellipsis;
    cursor:pointer;
}
input[type="text"].form-control.exp-input-container{
	background-color:#ffffff ;
	background-image:url('../images/icon/exp-line.png'), url(../images/icon/arrow-down-blue.png);
	background-repeat:no-repeat !important;
	background-size: 22px,18px;
	background-position:left 12px center, right 10px center;
	padding-left: 45px;
	padding-right: 35px;
    text-overflow: ellipsis;
    cursor:pointer;
}

input[type="text"].form-control.salary-input-container{
	background-color:#ffffff ;
	background-image: url('../images/icon/salary-line.png'), url(../images/icon/arrow-down-blue.png);
	background-repeat:no-repeat !important;
	background-size: 22px,18px;
	background-position:left 12px center, right 10px center;
	padding-left: 45px;
	padding-right: 35px;
    text-overflow: ellipsis;
    cursor:pointer;
}
input[type="text"].form-control.industry-input-container{
	background-color:#ffffff ;
	background-image:url('../images/icon/industry.png'), url(../images/icon/arrow-down-blue.png);
	background-repeat:no-repeat !important;
	background-size: 22px,18px;
	background-position:left 12px center, right 10px center;
	padding-left: 45px;
	padding-right: 35px;
    text-overflow: ellipsis;
    cursor:pointer;
}
input[type="text"].form-control.business-input-container{
	background-color:#ffffff ;
	background-image:url('../images/icon/business.png'), url(../images/icon/arrow-down-blue.png);
	background-repeat:no-repeat !important;
	background-size: 22px,18px;
	background-position:left 12px center, right 10px center;
	padding-left: 45px;
	padding-right: 35px;
    text-overflow: ellipsis;
    cursor:pointer;
}
input[type="text"].form-control.age-input-container{
	background-color:#ffffff ;
	background-image:url('../images/icon/age.png') , url(../images/icon/arrow-down-blue.png);
	background-repeat:no-repeat !important;
	background-size: 24px,18px;
	background-position:left 12px center, right 10px center;
	padding-left: 45px;
	padding-right: 35px;
    text-overflow: ellipsis;
    cursor:pointer;
}
input[type="text"].form-control.current-address-input-container{
	background-color:#ffffff ;
	background-image:url('../images/icon/current-address.png'), url(../images/icon/arrow-down-blue.png);
	background-repeat:no-repeat !important;
	background-size: 22px,18px;
	background-position:left 12px center, right 10px center;
	padding-left: 45px;
	padding-right: 35px;
    text-overflow: ellipsis;
    cursor:pointer;
}
select.form-control.last-login-input-container{
	background-color:#ffffff ;
	background-image: url('../images/icon/last-login.png'), url(../images/icon/arrow-down-blue.png);
	background-repeat:no-repeat !important;
	background-size: 22px,18px;
	background-position:left 12px center, right 10px center;
	padding-left: 45px;
	padding-right: 35px;
    text-overflow: ellipsis;
	-webkit-appearance: none; 
    -moz-appearance: none;
    cursor:pointer;
}
select.form-control.gender-input-container{
	background-color:#ffffff ;
	background-image:url('../images/icon/gender.png'), url(../images/icon/arrow-down-blue.png);
	background-repeat:no-repeat !important;
	background-size: 22px,18px;
	background-position:left 12px center, right 10px center;
	padding-left: 45px;
	padding-right: 35px;
    text-overflow: ellipsis;
	-webkit-appearance: none; 
    -moz-appearance: none;
    cursor:pointer;
}
input[type="text"].form-control.major-in-prof-input-container{
	background-color:#ffffff ;
	background-image:url('../images/icon/major-in-prof.png'), url(../images/icon/arrow-down-blue.png);
	background-repeat:no-repeat !important;
	background-size: 22px,18px;
	background-position:left 12px center, right 10px center;
	padding-left: 45px;
	padding-right: 35px;
    text-overflow: ellipsis;
    cursor:pointer;
}
input[type="text"].form-control.skill-lang-input-container{
	background-color:#ffffff ;
	background-image:url('../images/icon/skill-lang.png'), url(../images/icon/arrow-down-blue.png);
	background-repeat:no-repeat !important;
	background-size: 22px,18px;
	background-position:left 12px center, right 10px center;
	padding-left: 45px;
	padding-right: 35px;
    text-overflow: ellipsis;
    cursor:pointer;
}

input[type="text"].form-control.education-score-input-container{
	background-color:#ffffff ;
	background-image:url('../images/gradeScore.png'), url(../images/icon/arrow-down-blue.png);
	background-repeat:no-repeat !important;
	background-size: 26px,18px;
	background-position:left 12px center, right 10px center;
	padding-left: 45px;
	padding-right: 35px;
    text-overflow: ellipsis;
    cursor:pointer;
}


.university-input-container{
	background:#ffffff;
	background:#ffffff url('../images/icon/university.png') !important;
	background-repeat:no-repeat !important;
	background-position:left 12px center !important;
	padding-left: 45px;
    text-overflow: ellipsis;
	-webkit-appearance: none; 
    -moz-appearance: none;
}
/* 
select.form-control.degree-input-container{
	background-color:#FFFCEF;
	background-image:url(../images/icon/education.svg), url(../images/icon/green-arrow.svg);
	background-repeat:no-repeat !important;
	background-position:left 8px center, right 8px center;
	padding-left: 45px;
	padding-right: 35px;
    text-overflow: ellipsis;
} */
.modal-backdrop.in, .modal-backdrop{
		    opacity: .5 !important;
}
ul.holder{
	border: 1px solid #93BFCB !important;
}
.holder {
	background:#ffffff ;
	background:#ffffff url('../images/icon/university.png') !important;
	background-size: 22px 21px !important;
	background-repeat:no-repeat !important;
	background-position:left 12px center !important;
	padding-left: 45px !important;
    text-overflow: ellipsis;
	-webkit-appearance: none; 
    -moz-appearance: none;
}
.maininput.fcbkInputfont{
	background:#ffffff !important;	
}
.bit-input{
	background:#FFFFFF !important;	
}
.arrow-container{
	background:#FFFFFF ;
	background:url('../images/arrow-down-blue.png') !important;
	background-repeat:no-repeat !important;
	background-position:right 12px center !important;
	padding-right: 45px;
    text-overflow: ellipsis;
	-webkit-appearance: none; 
    -moz-appearance: none;
}

.note-icon-caret:before{
	content:"" !important;
}
.note-editor.panel{
	overflow:unset !important
}
.note-editor p,.note-editor pre{
	margin-bottom:0px 
}
.panel-heading.note-toolbar{
	background:#e6f0f5;
}
.note-btn{
	border:1px solid #888888
}
.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu{
	min-width:200px !important;
	background:#F7F4E7 !important;
}
.note-btn-group .dropdown-menu li{
	padding:0px 15px;
}
.note-btn-group .dropdown-menu li:hover{
	background:#e6f0f5;
}
.note-btn-group .dropdown-menu li a,.note-btn-group .dropdown-menu li h1{
	color:#444444 !important
}
.note-color .btn-group{
	display:inline-block
}
.note-color .btn-group:nth-child(2){
	margin-left:2rem!important
}
.note-color .btn-group .note-palette-title{
	font-weight:bold
}
.note-editor .modal .modal-header{
	text-align:left !important;
	display:block !important
}
.panel-heading.note-toolbar .note-color .dropdown-menu{
	min-width:400px !important
}
.popover-header{
	background:#FAFAFA;
	font-weight:bold
}
.popover-header .close{
	margin-top:-3px;
}
.popover{
	background:#FAFAFA !important;
	z-index:1040 !important;
}
.popover-body{
	background:#FAFAFA;
	border-radius:4px;
}
.bk-F7F4E7 {
	background:#F7F4E7 !important;
}

.modal-header{
	background:#F1F7FA;
}
.viewresume-modal-footer {
	background:#F1F7FA;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
}
.clickAble {
	cursor: pointer;
}
.document-icon {
	background:#F2EEE1 url('../images/icon/account.svg') no-repeat;
	background-position: center left 15px;
	padding-left: 45px !important;
}
.shortlist-function {
	position: fixed;
	z-index: 9999999999;
	left: 0px;
	bottom: 0px;
}
.fixed-bottom{
	z-index: 9999999999 !important;
}
.card .card-body {
	padding: 12px;
}
.documents-icon {
	background: url('../images/icon/view-old-resume.png') no-repeat;
	background-size: 30px;
	background-position: center left;
	padding-left: 35px !important;
	font-family:'Prompt';
	color:#063074
}
.cilp-icon {
	background: url('../images/icon/cilp.png') no-repeat;
	background-size: 20px;
	background-position: center left;
	padding-left: 35px !important;
}
.super-analysis-icon {
	background: url('../images/icon/super-analysis.png') no-repeat;
	background-size: 25px;
	background-position: center left;
	padding-left: 35px !important;
}
.print-icon {
	background: url('../images/icon/print-resume.png') no-repeat;
	background-size:32px;
	background-position: center left;
	padding-left: 35px !important;
	font-family:'Prompt'
}
.print-icon-svg {
	background: url('../images/icon/print-icon.png') no-repeat;
	background-size:26px;
	background-position: center left;
	padding-left: 35px !important;	
}
.print-icon-png {
	background: url('../images/icon/print-icon.png') no-repeat;
	background-size:25px;
	background-position: center left;
	padding-left: 35px !important;	
}
.send-mail-icon {
	background: url('../images/icon/send-mail.png') no-repeat;
	background-size: 25px;
	background-position: top 10px left;
	padding-left: 35px !important;
}
.mail-icon {
	background: url('../images/icon/mail.png') no-repeat;
	background-size: 25px;
	background-position: center left;
	padding-left: 35px !important;
}
.copy-to-shortlist-icon {
	background: url('../images/icon/copy-to-shortlist.png') no-repeat;
	background-size: 24px;
	background-position: top 10px left 2px;
	padding-left: 35px !important;
}
.resume-status-icon {
	background: url('../images/icon/resume-status.png') no-repeat;
	background-size: 20px;
	background-position: center left;
	padding-left: 35px !important;
}
.translate-chinese-icon {
	background: url('../images/icon/translate-chinese.png') no-repeat;
	background-size: 20px;
	background-position: center left;
	padding-left: 35px !important;
}
.translate-english-icon {
	background: url('../images/icon/translate-english.png') no-repeat;
	background-size: 20px;
	background-position: center left;
	padding-left: 35px !important;
}
.save-as-pdf-icon {
	background: url('../images/icon/save-pdf.png') no-repeat;
	background-size: 20px;
	background-position: top 10px left 3px;
	padding-left: 35px !important;
}
.index-wrapper{
	 background:url('../images/bg/bg.png') no-repeat;
	 background-size:cover;
	 background-position:top -3px center;
	 min-height:100vh
}

.index-body{
	min-height: calc(100vh - 60px);
}
.index-body.forget{
	min-height: calc(100vh - 80px);
}
.appearance-none{
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}

.progress-warpper {
	margin-top: 60px;
}

.step {
	display: inline-block;
	background: #999999;
	height: 4px;
	width: 24%;
	position: relative;
}

.step.active {
	background: #488BF8;
}

.progress-icon-warpper .progress-icon {
	position: absolute;
	width: 52px;
	height: 52px;
	top: -24px;
	left: -24px;
	font-size: 22px;
	line-height: 1;
	padding-top: 12px;
	border: 3px solid #999999;
	border-radius: 50%;
	color: #111111;
	text-align: center;
	background-color: #FFFFFF;
	z-index: 2
}

.progress-icon-warpper .progress-icon.last {
	right: -16px;
	left: auto;
	padding-top: 12px;
}

.progress-icon-warpper .progress-icon.active {
	border: 3px solid #488BF8;
	color: #111111;
	font-weight:bold;
	background:#FFFFFF
}

.progress-warpper .progress-label {
	margin-top: 10px;
	color: #999999
}

.progress-warpper .progress-label .active {
	margin-top: 10px;
	color: #444444;
}

.list-group-item{
	background:#F1F7FA;
}
.list-group-item:hover,.list-group-item:active,.list-group-item:focus{
	background:#e6f0f5;
	border:1px solid #e6f0f5;
	color:#444444
}
.alert-secondary{
	background:#fff;
	border:1px solid #fff
}
.alert-danger{
	color: #C32449 !important;
	font-size: 18px !important;
	background-color:#FCDADD;
	border-color:#C32449
}

.cs-profile{
	width:38px;
	height:38px;
	background-size: cover;
	background-position: center;
}
#onlineJob .border-bottom,
#offlineJob .border-bottom{
	border-bottom: 0.5px solid #666666 !important;
}

.td-cell-fit{
    width: 1%;
    white-space: nowrap;
}
.apperance-none{
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}

.tooltip.popover .popover-inner{
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.vue-popover-theme{
	max-width:365px !important
}
.tooltip.popover .popover-arrow{
	border-color:rgba(0,0,0,0.2)
}
.truncate{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	width:100%;
}

.attachment {
	display: inline-block;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #32A5EC;
	border-radius: 5px;
}
.attachment:hover{
	border: 1px solid #32A5EC;
	background: #32A5EC;
	color:#ffffff
}
.attachment:hover a,.attachment a:hover{
	color:#ffffff
}
.tokenfield .token{
	padding:2px 3px !important;
	height:auto !important;
	margin:3px !important;
	    background-color: #eeeeee;
}
input[type="radio"].notclick+label::before,input[type="checkbox"].notclick+label::before {
	pointer-events:none;
	border:1px solid #d9d9d9
}
input[type="radio"].notclick+label,input[type="checkbox"].notclick+label {
	pointer-events:none;
	color:#999999
}

.btn.disabled, .btn:disabled{
	color:#666666;
	background:#dadada !important;
	border:1px solid #d9d9d9 !important
}

.menu-scroll-fix{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 940px;
    background: #F1F7FA;
    margin:0px -15px !important;
}
.notification-card {
	margin-bottom:15px;
}
.notification-card.read .card .card-body{
	background:#D3E9EE;
}
.notification-card.unread .card .card-body{
	background:#FFF8DE
}
.notification-card.unread.new .card{
	border: 1px solid #BBBBBB !important;
}
.notification-card.unread.new .card .card-body{
	border-left:3px solid #32A5EC
}
.notification-card .card.card-shadow{
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.23);
}

.notification-section{
	padding:5px 15px 0px;
	max-height:calc(100vh - 185px);
	overflow: initial;
	overflow-x: initial;
	overflow-y: auto
}
.view-all-notification{
	border-top:1px solid #bbbbbb;
	text-align:center;
	padding:10px 0px 8px;
	font-size:14px
}
.view-all-notification:hover{
	background:#f2efe1;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.all-notification-wrapper{
	max-height:calc(100vh-80px) !important;
	
}
.comment-input{
	width: 100%;	
	border: 1px solid #979797;
	border-radius:17px;	
	background-color: #FFFFFF;
	padding:5px 15px;
	overflow:auto
}
.comment-input:focus{
	outline:none
}
.single-notification-wrapper .noti-header{
	background:#fafafa;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.23);
	border-top-right-radius:4px;
	border-top-left-radius:4px;
}
.msg-noti-text{
	color:#555555; 
	padding: 0px 30px 0px 30px;
	line-height:1.7
}
.msg-noti-text ol{
	margin-bottom:.5rem !important
}

.noti-page-text{
	line-height:1.8
}
.noti-page-text p{
	margin-bottom:.5rem !important
}
.noti-page-text ol{
	margin-bottom:.5rem !important
}
.content-body{
	font-weight:normal
}
.tooltip-info{
	position: relative;
    padding: .5rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
	color: #444444;
    background-color: #edf5fc;
    border-color: #b8daff;
}

.arrow-left::after {
	content:"";
 	position:absolute;
 	top:12px;
 	left:-10px;
	width: 10; 
	height: 10; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-right:11px solid #edf5fc;
	z-index:109
}
.arrow-left::before {
	content:"";
 	position:absolute;
 	top:12px;
 	left:-11px;
	width: 10; 
	height: 10; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-right:11px solid #b8daff;
	z-index:109
}

.arrow-up::after {
	content:"";
 	position:absolute;
 	top:-12px;
 	left:10px;
	width: 10; 
	height: 10; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent; 
	border-bottom:13px solid #edf5fc;
	z-index:109
}
.arrow-up::before {
	content:"";
 	position:absolute;
 	top:-13px;
 	left:10px;
	width: 10; 
	height: 10; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent; 
	border-bottom:13px solid #b8daff;
	z-index:109
}
ul.holder li{
	white-space:initial !important;
	
}
ul.holder{
	min-height:40px !important;
}
.banner-workshop{
	width:100%;
	height:156px;
	background:url('/images/banner-workshop.png') no-repeat;
	background-size:cover;
	padding:25px 30px
}

.workshop-header{
	padding:10px;
	background:#225B9F;
	color:#ffffff;
	position:relative
}
/*.workshop-header::after{
	content:"";
	position:absolute;
	top:0;
	left:-50px;
	width: 50px;
    height: 50;
    border-bottom: 50px solid #1861BF;
    border-left: 50px solid transparent;
}
.workshop-header::before{
	content:"";
	position:absolute;
	top:0;
	right:-50px;
	width: 50px;
    height: 50;
    border-top: 50px solid #1861BF;
    border-right: 50px solid transparent;
}*/

#positionNameShowText .form-control,
#positionNameOthShowText .form-control,
#additionalPosNameShowText .form-control,
#hashtagShowText .form-control{
	height:auto;
}
.blockUI.blockMsg.blockPage{
	border:1px solid transparent!important;
	padding-top:18px!important;
	padding-bottom:18px!important;
	border-radius:8px!important;
	background: #F1F7FA !important;
}

.red-badge{
	display:inline-block;
	font-size:12px;
	width:16px;
	height:16px;
	background:#cb2d42;
	border-radius:8px;
	color:#ffffff
}
.blue-badge{
	display:inline-block;
	font-size:12px;
	width:16px;
	height:16px;
	background:#007aff;
	border-radius:8px;
	color:#ffffff
}

.line-red{
	vertical-align:middle;
	width:35px;
	height:1px;
	background:#cb2d42;
	display:inline-block
}
.line-blue{
	vertical-align:middle;
	width:10px;
	height:1px;
	background:#007aff;
	display:inline-block
}

.bs-popover-right>.arrow::after {
    border-right-color: #FAFAFA !important;
}

#editHashtagText{
	word-break:break-word;
}


.btn.btn-hashtag{
	border: 0px solid #1AB1D9;
    font-size: 14px;
    padding: 0px;
    margin-right: 10px;
    background-size:14px;
    margin-top:4px;
    margin-bottom:4px;
    text-align:left!important;
    font-weight:normal
}
.card.suggest-card{
	background:#F1F7FA !important;
	border: 1px solid #a2a2a1;
	margin-top:1em;
	
}

.card.suggest-card::after {
    content: "";
    position: absolute;
    top: -12px;
    left: 20px;
    width: 10;
    height: 10;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 13px solid #F1F7FA;
    z-index: 109;
}
.card.suggest-card::before {
    content: "";
    position: absolute;
    top: -13px;
    left: 20px;
    width: 10;
    height: 10;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 13px solid #A2A2A1;
    z-index: 109;
}
.table.tips td{
    border-top: 1px solid #d9d9d9;
}
.table.tips th {
    border-top: 0px solid transparent;
    border-bottom: 2px solid #0061A3;
}
.shadow-overflow{
		overflow-y:auto;
		max-height:230px;
		padding:.5em .75rem;
		background:
			/* Shadow covers */
			linear-gradient(#F1F7FA 30%, rgba(241,247,250,0)),
			linear-gradient(rgba(241,247,250), #F1F7FA 70%) 0 100%,
			
			/* Shadows */
			radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)),
			radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
		background-repeat: no-repeat;
		background-color: #F1F7FA;
		background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
		
		/* Opera doesn’t support this in the shorthand */
		background-attachment: local, local, scroll, scroll;
		
	}
	/* .shadow-overflow.modal-other{
		max-height:150px
	} */
.btn.btn-del{
    border: 1px solid #87A8A9;
    background:#87A8A9;
    font-size: 16px;
    padding: 3px 12px 2px 12px;
    margin-right: 10px;
    margin-top: 5px;
    border-radius:15px;
    color:#ffffff;
    font-weight:normal
   }
   .btn.btn-add{
    border: 1px solid #A2A2A1;
    font-size: 16px;
    padding: 3px 12px 2px 12px;
    margin-right: 10px;
    margin-top: 5px;
    border-radius:15px;
     color:#4F6265;
    font-weight:normal
   }
.rotate_img_45 {
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
}
.rotate_img_180 {
	-ms-transform: rotate(180deg); /* IE 9 */
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}
.popover.tip-supersearch{
		max-width:300px;
	}
@media (min-width: 1200px){
	.container {
	    max-width: 1000px;
	}

}
.dropdown {
	position: relative;
	display: inline-block; 
}

.dropdown-content {
	padding: 10px 16px;
	display: none;
	position: absolute;
	top: 22px;
	left: -20px;
	background-color: #fafafa !important; 
	border: 1px solid #BBBBBB !important;
	border-radius: 5px;
	min-width: 250px;
	z-index: 99;
	word-warp: break-word;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}

.dropdown-noti {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.dropdown-content-noti {
	padding: 10px 16px;
	display: none;
	position: absolute;
	top: 30px;
	left: -30px;
	background-color: #FFFFFF !important; 
	border: 1px solid #BBBBBB !important;
	border-radius: 5px;
	min-width: 230px;
	z-index: 99;
	word-warp: break-word;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
	text-align: center;
}

.notification-card .popover,
.noti-header .popover,
.notification-wrapper .popover{
	position: fixed;
	font-size: 1rem;
	text-align: center;
	padding: 10px 16px;
	background-color: #FFFFFF !important; 
	border: 1px solid #BBBBBB !important;
	border-radius: 5px;
	max-width:230px;
	min-width:200px;
	margin-top:8px !important;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
} 

.notification-card .popover:before,
.noti-header .popover:before,
.notification-wrapper .popover:before{
	content: '';
	position: absolute;
	right: 48%;
	top: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #BBBBBB;
}
.notification-card .popover:after,
.noti-header .popover:after,
.notification-wrapper .popover:after{
	content: '';
	position: absolute;
	right: 48%;
	top: -5px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #FFFFFF;
}

.dropdown-content:before {
	position: absolute;
	left: 19px;
	top: -6px;
	width: 0;
	height: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #BBBBBB;
}

.dropdown-content:after {
	position: absolute;
	left: 19px;
	top: -5px;
	width: 0;
	height: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #FFFFFF;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown-content-noti:before {
	position: absolute;
	left: 30px;
	top: -6px;
	width: 0;
	height: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #BBBBBB;
}

.dropdown-content-noti:after {
	position: absolute;
	left: 30px;
	top: -5px;
	width: 0;
	height: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #FFFFFF;
}

.dropdown-noti:hover .dropdown-content-noti {
	display: block;
}

.dropdown-content-highlight {
	padding: 10px 16px;
	display: none;
	position: absolute;
	top: 30px;
	left: -20px;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	min-width: 250px;
	z-index: 99;
	word-warp: break-word;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}
.dropdown-content-highlight:before {
	position: absolute;
	left: 39px;
	top: -6px;
	width: 0;
	height: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #bbbbbb;
}
.dropdown-content-highlight:after {
	position: absolute;
	left: 39px;
	top: -5px;
	width: 0;
	height: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
}

.dropdown:hover .dropdown-content-highlight {
	display: block;
}
.badge-noti{
    padding: 3px 5px 2px;
    position: absolute;
    top: 5px;
    right: 1px;
    display: inline-block;
    min-width: 10px;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}
.badge-noti-danger {
    background-color: #db5565;
}
.content-ellipsis-x {
    display: -webkit-box;
    display: block;
    max-height: 140px;
    margin: 0 auto 10px;
    font-size: 16px;
    line-height: 28px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.ellipsis {
    display: block;
    max-height: 160px;
    margin: 0 auto 10px;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.ellipsis.noti-card { 
    line-height: 1.7 !important; 
}

.ellipsis .fade-shadow-bottom { 
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 99%; 
  text-align: center; 
  margin: 0; padding: 30px 0; 
	
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #f2eee1);
  background-image: -moz-linear-gradient(transparent, #f2eee1);
 	background-image: -webkit-linear-gradient( rgba(255,255,255,0)0%, #f2eee1 100%);
  /*background-image: -webkit-linear-gradient(transparent, #f2eee1);
  background-image: -moz-linear-gradient(transparent, #f2eee1);
  background-image: -o-linear-gradient(transparent, #f2eee1);
  background-image: linear-gradient(transparent, #f2eee1);*/
}

.ellipsis .fade-shadow-bottom-unread { 
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 99%; 
  text-align: center; 
  margin: 0; padding: 30px 0; 
	
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #fff8de);
  background-image: -moz-linear-gradient(transparent, #fff8de);
 	background-image: -webkit-linear-gradient( rgba(255,255,255,0)0%, #fff8de 100%);
  /*background-image: -webkit-linear-gradient(transparent, #f2eee1);
  background-image: -moz-linear-gradient(transparent, #f2eee1);
  background-image: -o-linear-gradient(transparent, #f2eee1);
  background-image: linear-gradient(transparent, #f2eee1);*/
}

.overflow-x-hidden{
	overflow-x: hidden;
}

label.error{
	margin: unset;
}
.w-fit-content {
	width: -moz-fit-content;    /* Firefox/Gecko */
  	width: -webkit-fit-content; /* Chrome */
  	width: fit-content;
}
.w-max-content {
	width: -moz-max-content;    /* Firefox/Gecko */
  	width: -webkit-max-content; /* Chrome */
  	width: max-content;
}
.mw-fit-content {
	max-width: -moz-fit-content;    /* Firefox/Gecko */
  	max-width: -webkit-fit-content; /* Chrome */
  	max-width: fit-content;
}
.mw-max-content {
	max-width: -moz-max-content;    /* Firefox/Gecko */
  	max-width: -webkit-max-content; /* Chrome */
  	max-width: max-content;
}
.font-size-initial {
	font-size: initial !important;
}
.font-weight-initial {
	font-weight: initial !important;
}