body {
	font-size: 15px;
	background-color: white;
}
.modal-body {
	padding: 25px;
}
.modal-header {
	padding: 10px 25px;
}
.navbar {
}
.line-t-orange {
	border-top: 3px solid #ea8c1b;
}
.navbar-brand img {
	max-height: inherit;
	margin-top: inherit;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left !important;
}
.p-t {
	padding-top: 15px;
}
.dataTable {
	border: 1px solid #e8e8e8;
}
.dataTable > thead > tr > th {
	background-color: #9e9e9e;
}
.dataTables_wrapper input {
	width: initial;
}
.dataTables_wrapper input[type="checkbox"] {
	width: 16px !important;
	height: 16px !important;
}
.dataTables_wrapper .table {
	border: 1px solid #eee;
	border-width: thin;
}
table.table > thead > tr > th {
	/*text-align: center;*/
}

.nowrap {
	white-space: nowrap;
}

.control-label {
	font-weight: bold;
}

.control-label-table {
	font-weight: bold;
}

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 5000;
}
.overlay img.loading {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -28px 0 0 -25px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}
.require-star {
	color: red;
}
.text-danger {
	color: #fb6b5b;
  }
.text-yellow {
	color: #ffff00;
}
.text-grey {
	color: rgb(176, 176, 176);
}
.search-button-group {
	text-align: right;
}
.search-button-group a {
	color: #fff;
}

.modal-header > .modal-title {
	color: #181818;
	font-weight: 700;
}

.btn-save {
	/*background-color:#a9216d;*/
	background-color: #65bd77;
}
.modal-footer .doc-buttons .btn + .btn {
	margin-bottom: 5px;
	margin-left: 0px;
}
.btn-action-bar {
	margin-left: 10px;
}
.panel .panel-heading {
	/*color: #e34099;*/
}

.no-rf {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.clear-both {
	clear: both;
}
.validate-language-group {
	display: none;
}

div.img-wrapper {
	position: relative;
}
div.img-wrapper img {
	transition: 0.5s ease;
}

div.img-wrapper .img-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: right;
	transition: 0.5s ease;
}

div.img-wrapper .img-overlay button {
	transition: 0.5s ease;
}

div.img-wrapper .img-overlay:before {
	content: " ";
	display: block;
	/* adjust 'height' to position overlay content vertically */
	/*height: 50%;*/
}

div.img-wrapper .img-overlay button {
	opacity: 0;
	color: black;
	background-color: rgba(135, 133, 133, 0.25);
}

div.img-wrapper:hover img {
	opacity: 0.3;
}

div.img-wrapper:hover button {
	opacity: 1;
}
.btn-sentmail {
	padding: 10px 50px;
}
.btn-red {
	color: #fff !important;
	background-color: #e82415;
	border-color: #e82415;
}
.btn-green {
	color: #fff !important;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#99db4f),
		color-stop(#8bd148),
		color-stop(#7dc741),
		color-stop(#6fbe3b),
		to(#61b434)
	);
	background-image: linear-gradient(
		to right,
		#99db4f,
		#8bd148,
		#7dc741,
		#6fbe3b,
		#61b434
	);
	border-color: #4caf50;
}

.btn-gray {
	color: #fff !important;
	background-color: #9e9e9e;
}

.btn-blue {
	color: #fff !important;
	background-color: #0346ff;
}

.btn-jsk1 {
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#52c4f2),
		color-stop(#36b7f3),
		color-stop(#20a9f4),
		color-stop(#1f9af2),
		to(#348aee)
	);
	background-image: linear-gradient(
		to right,
		#52c4f2,
		#36b7f3,
		#20a9f4,
		#1f9af2,
		#348aee
	);
	color: #fff !important;
}

.fa-1_5x {
	font-size: 1.5em;
}
.guide {
	font-size: 12px;
}
.guide-upload {
	color: red;
}

.color-green {
	color: #8bc34a !important;
}

.color-blue {
	color: #3f51b5 !important;
}

input.input-datepicker,
input.input-datepicker-start,
input.input-datepicker-end,
input.input-timepicker {
	text-align: left;
}

input.input-int,
input.input-decimal {
	text-align: right;
}

.lang_top {
	padding-top: 10px;
	padding-bottom: 10px;
}

.parsley-errors-list {
	color: red !important;
}

.bg-pink {
	background-color: #dcf3fc;
}

.p0 {
	padding: 0px;
}

.pl0 {
	padding-left: 0px;
}

.pr0 {
	padding-right: 0px;
}

.pr5 {
	padding-right: 5px;
}

.pl5 {
	padding-left: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pl10 {
	padding-left: 10px;
}

.pt0 {
	padding-top: 0px !important;
}

.pt7 {
	padding-top: 7px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.plr20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.box-list {
	background-color: #f5f5f5;
	border-bottom: 1px solid #bdbdbd;
	padding-top: 10px;
	padding-bottom: 10px;
}

.result-list {
	max-height: 500px;
	overflow-y: auto;
}

.box-detail {
	padding-top: 10px;
	padding-bottom: 10px;
}

.bg-facebook {
	color: #3f51b5;
}

.bg-twitter {
	color: #2196f3;
}

.bg-share {
	color: #e34099;
}

.bg-gray {
	background-color: #eee;
}

img.media-object {
	width: 60px;
	height: 60px;
}

.p10 {
	padding: 10px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mt7 {
	margin-top: 7px;
}
.m-b-10 {
	margin-bottom: 10px;
}
.mb0 {
	margin-bottom: 0px;
}

.m-b-20,
.mb20 {
	margin-bottom: 20px !important;
}

label.label-title {
	font-weight: bold;
}

img.logo-detail {
	width: 60px;
	height: 60px;
}

.employeeExperience {
	text-align: right;
	padding-top: 15px;
}

img.image-resume-employee {
	width: 90px;
	height: 90px;
	margin-top: 10px;
}

.button-bss-confirm {
	position: relative;
	margin-left: 8px;
	float: right;
}

.breadcrumb {
	border: none !important;
}

.jobannounce-list-style {
	background-color: #f5f5f5;
}

#errorAge,
#errorAgeMax {
	color: red;
}

#map {
	height: 250px;
	width: 100%;
	background-color: grey;
}

.img-respon-companypic {
	max-width: 100%;
	max-height: 260px;
	/*height: auto;*/
}

.title-header {
	color: #348aee;
	font-weight: bold;
}

.link-container {
	border: 0px solid;
	width: 50%;
	height: 100px;
	float: left;
}

.link-container a {
	display: block;
	background: #f8f8f8;
	height: 100%;
	text-align: center;
}

.pull-right-stat {
	float: right;
	/*padding-top: 20px;*/
}

.body-choose-language {
	height: 150px;
}
.body-loginedModal {
	display: flex;
	align-items: center;
	justify-content: center;
}
#modalLogined .modal-header {
	background-color: #36b7f3;
	border-radius: 5px 5px 0 0;
}
#modalLogined .modal-body {
	padding: 5em 25px;
}
#modalLogined .modal-header > .modal-title {
	color: white;
}
#modalLogined .link-container {
	height: auto;
	width: 33.3%;
}
#modalLogined .link-container a {
	background: none;
}
#modalLogined .link-container a:hover h5 {
	color: #36b7f3 !important;
}
#modalLogined .link-container img {
	margin-bottom: 10px;
}
.replace_login {
	margin-right: 0px !important;
}

#section_menu_user #navbar-collapse-02 a {
	color: #555;
	font-weight: 400;
	margin-left: 20px;
	font-size: 14px;
}

#section_menu_user #navbar-collapse-02 button {
	margin-left: 20px;
	font-size: 14px;
}

div.int40 {
	margin-bottom: 40px !important;
}

div.int40 > label.control-label {
	font-weight: bold !important;
}

.box-result-top {
	border: 2px solid #9e9e9e;
	border-radius: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.display-block {
	display: inline-block;
}

.w20 {
	width: 20%;
}

.w50 {
	width: 50%;
}

/* JOBIT */

.background-jobit {
	background-image: url(../images/bg-jobit.jpg);
	background-size: 100% 270px;
	background-repeat: no-repeat;
	margin-right: 0px !important;
}

.background-jobitnew {
	background-image: url(../images/bg-new.png);
	background-color: #568f1a;
	background-position-y: -60px;
	background-size: 450px;
	margin-right: 0px !important;
}

.background-jobit2 {
	background-image: url(../images/bg-jobit.jpg);
	background-size: 100% 150px;
	background-repeat: no-repeat;
}

.text-jobit {
	color: rgb(70, 124, 14);
}

div#section-jobit {
	height: 150px;
}

.pixfort_normal_1 .header_style_jobit {
	background-color: #f2f0f2;
	box-shadow: 0 0px rgba(0, 0, 0, 0.15) inset;
	padding-top: 10px;
	padding-bottom: 10px;
}

#section_header .blackit-tx {
	color: #444 !important;
}

.font-sty-bold-jit span {
	color: #444;
}

.jobit_bg {
	/*background-image: url(../images/banner1.jpg);*/
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.btn-jobit {
	padding: 6px 12px !important;
}

.btn-danger {
	padding: inherit !important;
}

thead.jobit_table {
	font-weight: 400;
	background-color: #ffffff;
	color: #73b400;
}

table.table > thead > tr > th.left {
	text-align: left;
}

.table > thead > tr > th.jobit_home {
	border-bottom: 0px !important;
	background-color: #ffffff !important;
}

.h100 {
	height: 100%;
}

div#item_banner > .item {
	height: 100%;
}

div#item_banner > .item > a,
div#item_banner > .item > a > img {
	width: 100%;
	height: inherit;
}

ol#indicators > li {
	margin-right: 5px;
}

.jibit-header {
	color: rgb(88, 133, 36) !important;
}

.jibit-header {
	color: rgb(88, 133, 36) !important;
}

a.btn-infjsk-appply:hover {
	color: #36b7f3;
	/*text-shadow: 0 0 1px #4bff00;*/
}

.header-searchjobit {
	min-height: 120px;
	border: solid #83cb38;
	background-color: #ffffff;
	margin-bottom: 20px;
	border-radius: 3px;
	padding: 0px 10px;
	border-width: 5px 1px 1px 1px;
}
.footer-jit {
	border-top: 5px solid #83cb38 !important;
}

a .link-jit,
a:visited.link-jit {
	color: #068215 !important;
	font-weight: 300;
}

.btn-green-nopad {
	background-color: #6cb528;
	color: #fff !important;
}

.join-jobit-header {
	width: 100%;
	background-color: #000000ba;
	height: 187px;
	z-index: 1;
	position: fixed;
}

.stat_jit {
	margin-bottom: 20px;
}

.chart-left-jit {
	border-right: 1px solid #83cb38;
}

/* END JOBIT */

.list-pda:before {
	content: "\f040" !important;
	font-family: FontAwesome;
}

.btn-danger-actas {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger-closejob {
	padding: 5px 10px !important;
}

.btn-file {
	width: 100%;
}

/*jit css*/
.control-bg {
	background-color: #fff;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 2px !important;
}
.control-headlogin {
	border-radius: 6px 6px 0 0;
	padding: 9px;
	border-bottom: none;
}
.control-bodylogin {
	border-radius: 0 0 6px 6px;
}
.control-bg li.active {
	pointer-events: none;
}
.control-bg li.active > a:hover,
.control-bg li.active > a:focus {
	pointer-events: none !important;
}
#tab-jobit .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555555;
	cursor: default;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-bottom-color: transparent;
	border-radius: 6px 6px 0 0;
	font-weight: inherit;
}

.jit-information {
	padding: 0px 20px 0px 20px;
}

/*login main site*/
.border0 {
	border: none !important;
}
.content-login {
	border: none;
	padding: 0px;
}
.nav-tabs.head-login {
	margin-bottom: -3px;
}
.head-login li {
	width: 50%;
	text-align: center;
}
.nav-tabs.head-login > li > a {
	color: #7a7a7a;
	background-color: #fafafa;
	padding: 13px;
}
.nav-tabs.head-login > li > a:hover {
	background: #ededed;
}
.nav-tabs.head-login > li.active > a {
	background-color: #fff;
	color: #5f5f5f;
	border-top: solid 5px #348aee;
}
.content-login .panel {
	padding: 20px 44px;
	padding-bottom: 35px;
}
.btn-login a.btn-green {
	color: #fff !important;
}
i.icon-employer {
	background: url(../../assets/images/icon-employer.png) 0 0 no-repeat;
	position: relative;
	width: 45px;
	height: 45px;
	overflow: hidden;
	display: inline-block;
	margin: auto;
	background-size: 45px;
}
i.icon-employee {
	background: url(../../assets/images/icon-employee.png) 0 0 no-repeat;
	position: relative;
	width: 45px;
	height: 45px;
	overflow: hidden;
	display: inline-block;
	margin: auto;
	background-size: 45px;
}
.wrap-text-tab {
	display: -webkit-inline-box;
	vertical-align: top;
	margin: 10px 10px;
}
.mar-b20 {
	margin-bottom: 20px;
}
.background-login {
	/*background-image: url(../images/head_profilepage.jpg);*/
	/*background-size: 100% 220px;*/
	background-repeat: no-repeat;
	background-position: right bottom;
	/*background-color: #fff3f7;*/
}
.control-navmenu#section_menu #navbar-collapse-02 a {
	color: #555 !important;
	font-weight: 400;
	margin: 0px 10px !important;
	font-size: 16px !important;
	padding: 12px;
	min-height: auto;
	border-radius: 0px;
}
.control-navmenu#section_menu #navbar-collapse-02 a:hover {
	opacity: 1;
	border-bottom: solid 0px #348aee;
	color: #36b7f3 !important;
}
.control-navmenu nav.navbar {
	min-height: auto !important;
}
#navbar-collapse-02 a:hover {
	opacity: 1;
	border-bottom: 0px solid #348aee !important;
}
/*hamberger menu-----------------------------*/
.bar1,
.bar2,
.bar3 {
	width: 29px;
	height: 3px;
	background-color: #717171;
	margin: 5px 0;
	transition: 0.4s;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -5px);
	transform: rotate(45deg) translate(-7px, -5px);
}
ul.replace_login {
	text-align: right;
	margin: 0;
	padding: 8px 12px;
}
.replace_login li {
	display: inline-block;
	margin: 0;
}
.replace_login li a {
	font-size: 1.1em;
}
.pix_nav_1 ul li a:hover {
	opacity: 1;
	color: #348aee;
}

/* Officer menu: reduce line height */
#main_menu > li > a {
	padding: 6px 10px !important;
	line-height: 18px !important;
}

/* Flex layout for navbar collapse — vertically center all children (desktop) */
@media (min-width: 768px) {
	#navbar-collapse-03 {
		display: flex !important;
		align-items: center !important;
		position: relative !important;
	}
	#navbar-collapse-03 > .navbar-right.hidden-xs {
		position: absolute !important;
		right: 0 !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
	}
}

/* Vertically align avatar, name, caret inside user dropdown */
#navbar-collapse-03 .navbar-right .dropdown-toggle {
	display: flex !important;
	align-items: center !important;
}
#navbar-collapse-03 .navbar-right .dropdown-toggle .thumb-sm {
	float: none !important;
	line-height: 0 !important;
}
#navbar-collapse-03 .navbar-right .dropdown-toggle .thumb-sm img {
	display: block !important;
}

/* Avatar: force circle */
.thumb-sm {
	width: 40px !important;
	height: 40px !important;
	overflow: hidden !important;
	border-radius: 50% !important;
}
.thumb-sm img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border-radius: 50% !important;
}

/* Navbar must sit above carousel so bell dropdown isn't hidden */
.control-navmenu {
	position: relative;
	z-index: 1050;
}

/* Space between header and carousel */
#myCarousel {
	margin-top: 15px !important;
}
/* Cap carousel height — 35vw keeps ~3:1 ratio relative to screen width */
#myCarousel .carousel-inner .item img {
	max-height: 35vw;
	width: auto !important;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
/* Mobile user menu - visible-xs header profile */
.mobile-user-menu {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 100;
}
.mobile-user-menu .dropdown-menu.login-dropdown {
	position: fixed !important;
	top: 55px !important;
	right: 0 !important;
	left: auto !important;
	min-width: 250px;
	max-height: calc(100vh - 60px);
	overflow-y: auto;
}
.bg-default {
	/* background-image: url(../images/head_profilepage2.png); */
	background-size: initial;
	background-repeat: no-repeat;
}
.search-name {
	float: right;
	text-align: right;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	background-color: #efefef;
}
.pagination > li > a,
.pagination > li > span {
	color: #36b7f3;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #36b7f3;
}
.lang .dropdown-menu {
	left: unset;
	right: 0px;
}
.panel-heading-arrow {
	display: -webkit-box;
}
.cover-img-logo {
	width: 60px;
	display: -webkit-inline-box;
	float: left;
	margin-right: 15px;
}
.modal-dialog {
	width: 900px;
}
.title-header span.pull-right {
	font-weight: 100;
	font-size: initial;
}
.banner-jit .item.active {
	position: relative;
	padding-bottom: 24.25%; /*16:9*/
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.banner-jit .item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.set-search {
	width: 100%;
}
.set-search input {
	width: 74% !important;
}
.wrap-stat {
	position: absolute;
	left: 50%;
	top: 45%;
}
@media screen and (min-width: 1024px) {
	.pad-lf30-desktop {
		padding: 0 30px;
	}
}
/*ipad*/
@media only screen and (max-width: 959px) {
	.container {
		width: auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	div.boxstatus {
		margin: 0px;
	}
	#section-manual .icon-block {
		padding: 0 20px;
	}
	.pad0-tablet {
		padding: 0px;
	}
	#findjobtype1 .form-control,
	#findjobtype2 .form-control,
	#findjobtype3 .form-control {
		margin-bottom: 5px;
	}
	#findemployeetype1 .form-control,
	#findemployeetype2 .form-control,
	#findemployeetype3 .form-control {
		margin-bottom: 5px;
	}
	.tx-pink label {
		line-height: initial;
	}
	.mt-tablet20 {
		margin-top: 20px !important;
	}
	.manage-adm {
		padding: 0px;
		margin: 5px 0;
	}
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
	.pad-tablet15 {
		padding: 0 15px;
	}
	.btn-green {
		padding: 6px 23px;
	}
	.navbar-nav > li > a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	#section-events h2 {
		margin-bottom: 20px;
	}
	#main-body #content {
		padding: 23px 0;
	}
	.modal-dialog {
		width: 700px;
	}
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.mb10-tablet {
		margin-bottom: 10px;
	}
	.width50-tablet {
		width: 50%;
	}
}
/*mobile*/
@media screen and (max-width: 767px) {
	.chart-number {
		font-size: 2em;
	}
	.wrap-appointment {
		padding: 15px !important;
	}
	.pull-left-mobile {
		float: none !important;
	}
	.mobile-flex {
		display: flex;
	}
	.date-popup-mobile {
		position: absolute;
		bottom: 0;
		top: -13px;
		left: 0;
		right: initial;
	}
	.mt-mobile20 {
		margin-top: 20px !important;
	}
	.modal-body {
		padding: 25px 15px;
	}
	.modal-dialog {
		width: initial;
	}
	.pull-right-stat {
		/*float: left;*/
	}
	.employeeExperience {
		text-align: left;
		padding-top: 0px;
	}
	.score input {
		width: 50%;
	}
	input.input-int,
	input.input-decimal {
		text-align: left;
	}
	.mar-l0-mobile {
		margin-left: 0px;
	}
	.mar-b10-mobile {
		margin-bottom: 10px;
	}
	.search-name {
		float: left;
		text-align: left;
		padding: 0;
	}
	.pad-mobile15 {
		padding: 0 15px;
	}
	.carousel-indicators {
		bottom: -15px;
	}
	.cover-table-mobile {
		width: 100%;
		margin-bottom: 15px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.box-findjob {
		padding: 20px;
	}
	.nav-tabs.search-tab {
		display: -webkit-box;
	}
	.container {
		width: auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	.card {
		margin: 15px;
	}
	#searchjob span,
	#searchemployee span {
		display: -webkit-box;
	}
	.how-to {
		padding: 0 25px;
	}
	.btn-green {
		padding: 6px 15px;
	}
	.wrap-mobile-menu {
		padding: 9px 0;
	}
	.pad0-mobile {
		padding: 0px;
	}
	.mar0-mobile {
		margin: 0px;
	}
	.nav-tabs.head-login {
		display: -webkit-box;
		margin-bottom: -11px;
	}
	.wrap-text-tab {
		margin: 10px 9px;
	}
	.content-login .panel {
		padding: 20px 10px;
	}
	.nav-tabs.head-login > li.active > a,
	.nav-tabs.head-login > li.active > a:hover,
	.nav-tabs.head-login > li.active > a:focus {
		border: 1px solid #e1e4e7;
		border-top: solid 5px #348aee;
		border-bottom: none;
	}
	.top-logo {
		margin-left: 0px;
	}
}
@media screen and (max-width: 360px) {
	.chart-number {
		font-size: 1.5em;
	}
}
/* Custom Datepickk */
#Datepickk .d-table .today {
	border: 2px solid #36b7f3;
	border-radius: 50%;
}

#Datepickk .d-table input + label.today text:before {
	background-color: #f9f4f700 !important;
}

#Datepickk .d-table input + label [data-tooltip]:after {
	background-color: #f9f4f700 !important;
}

#Datepickk .d-table input + label:before {
	background-color: #f9f4f700 !important;
}

#Datepickk .d-table input:checked + label {
	color: #222 !important;
}
#news-seeker-list p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 1px;
	margin-bottom: 20px;
}

.ui-autocomplete {
	max-height: 300px !important;
	overflow-y: auto;
	z-index: 1050 !important;
}

/*20190814*/
.form-horizontal .has-feedback .form-control-feedback.isearch {
	top: 0;
	right: -22px;
	cursor: pointer;
}
.form-horizontal .has-feedback .form-control-feedback.isearch:hover {
	background: #36b7f3 !important;
}
.form-horizontal .has-feedback .form-control-feedback.isearch:hover i {
	color: white !important;
}
.none-bg {
	background: none;
}
.mg10 {
	margin: 10px;
}
.right0 {
	right: 0 !important;
}
.datatable_custom2 {
}

.wrap-gray-bg {
	background: #f7f7f7;
	overflow: hidden;
	border: 1px solid #e8e4e4;
	margin-bottom: 20px;
}
.form-for-other {
	display: inline-block !important;
	width: 120px !important;
}

.pb20 {
	padding-bottom: 20px;
}
.panel.noshadow {
	box-shadow: none;
}

.w90px {
	width: 90px;
}
/* .text-div{
  display: none;
} */
.form-control-feedback i:hover {
	cursor: pointer;
}

.responsive_custom.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-x: auto;
	overflow-y: hidden;
}

.select2-container .select2-selection--single {
	font-size: 15px !important;
	display: block;
	width: 100%;
	height: 34px !important;
	/* padding: 6px 12px; */
	line-height: 1.42857143;
	color: #555;
	background-image: none;
	/* border: 2px solid #ccc; */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	border-radius: 2px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 30px !important;
}
.select2-results__options li {
	margin-bottom: 0 !important;
}

.paginate_button.current {
	background-image: linear-gradient(to right, #52c4f2, #36b7f3, #20a9f4, #1f9af2, #348aee) !important;
	color: white !important;
}

.img-gov-logo {
	width: 60px;
	height: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* DataTable header no-wrap */
.dataTable thead th {
	white-space: nowrap !important;
}

/* Fix sort icon inline with header text (override float:right from datatables.css) */
.dataTables_wrapper th:after {
	float: none !important;
	display: inline !important;
	margin-left: 5px !important;
}

/* Reduce edit/delete icon size to match checkbox (16px) */
.dataTable .doc-buttons .fa {
	font-size: 16px !important;
}

/* Reduce edit/delete icon column — prevent wrapping */
.dataTable .doc-buttons {
	white-space: nowrap !important;
}

/* DataTable pagination styling */
.dataTables_paginate .paginate_button {
	display: inline-block !important;
	padding: 5px 10px !important;
	margin: 0 2px !important;
	border: 1px solid #ddd !important;
	border-radius: 3px !important;
	cursor: pointer !important;
	background: #fff !important;
	color: #333 !important;
}
.dataTables_paginate .paginate_button:hover {
	background: #eee !important;
}
.dataTables_paginate .paginate_button.current {
	background-image: linear-gradient(to right, #52c4f2, #36b7f3, #20a9f4, #1f9af2, #348aee) !important;
	color: #fff !important;
	border-color: #36b7f3 !important;
}
.dataTables_paginate .paginate_button.disabled {
	opacity: 0.5 !important;
	cursor: default !important;
}
