html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	background: #ddd;
	font-family: sans-serif;
	position: relative;
}
.content{
	height: 130px;
	width: 94%;
	margin: auto;
	background: #fff;
	border-radius: 9px;
	position: relative;
	margin-top: 10pt;
}
html, body a{
	text-decoration: none;
}
.content_desc{
	height: auto;
	width: 94%;
	margin: auto;
	background: #fff;
	border-radius: 9px;
	position: relative;
	margin-top: 10pt;
}
.login{
	position: absolute;
	top: -14pt;
	right: 10pt;
}
.login a{
	color: #888;
}
.content_1{
	width: 95%;
	margin: auto;
	border-radius: 9px;
	position: relative;
	margin-top: 10pt;
}
.name_hold{
	padding: 4pt 10pt;
	width: calc(100% - 20pt);
	border-radius: 9px 9px 0 0;
	color: #000;
}
.job_name_hld{
	background: #96d6eb;
	height: 19pt;
	font-weight: bold;
	line-height: 24pt;
}
.logo_side_txt{
	width: calc(100% - 40pt);
	margin-left: 45pt;
}
.trim_text{
	line-height: 19pt;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.job_agency_logo{
	width: 40pt;
	height: 40pt;
	border-radius: 20pt;
	background: #fff;
	position: absolute;
	top: 6pt;
	left: 5pt;
	border: 2pt solid #96d6eb;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.s_bar_tbl{
	margin: auto;
}
#search{
	width: 99%;
	height: 22pt;
	border-radius: 10px 0 0 10px;
	border: 1px solid #555;
	text-align: center;
}
#j_search{
	height: 25pt;
	width: 100%;
	border-radius: 0 10px 10px 0;
	border: 1px solid #555;
}
.tbl_jb{
	width: 100%;
}
.tbl_f_col{
	width: 35%;
}
.tbl_s_col{
	width: 65%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.adnw{
	width: calc(100% - 14px);
	padding: 4px 7px;
	font-size: 16px;
	overflow: hidden;
	border-radius: 10px;
	border: 2px solid #999;
	margin-bottom: 10px;
}
.adnw_rd{
	border: 2px solid #999;
	margin-bottom: 10px;
}
.adnw_bt{
	border-radius: 15px;
	background: #175a9f;
	padding: 10px 30px;
	font-size: 15pt;
	border: 0;
	color: #fff;
	font-size: 15px;
	margin-bottom: 50px;
	text-align: center;
	left: calc( 50% - 50px);
	position: absolute;
}
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 21px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 23px;
}

.slider.round:before {
  border-radius: 50%;
}
.sw_hld{
	position: absolute;
	top: -8px;
	right: -3px;
}
.sub_tx{
	color: #999;
}
.j_desc td{
	padding: 5pt;
}
.my_box{
	height: 130px;
	width: 94%;
	margin: auto;
	border-radius: 9px;
	position: relative;
	margin-top: 10pt;
	/*background-image: url(../img/Ad/1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
}
/* {box-sizing: border-box;}*/
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* The dots/bullets/indicators */
.dot {
  height: 5px;
  width: 5px;
  margin: 2px;
  background-color: #222;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dtc{
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.active {
  background-color: #ddd;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}