@charset "utf-8";
/* CSS Document */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CCC;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}
#show-option-box{
	width: 90%;
	height: auto;
	max-height: 250px;
	overflow: auto;
	background-color: #FFF;
	box-shadow: 2px 2px 5px #ccc;
	margin-top: 35px;
	left: 0px;
	position:absolute;
	z-index: 5500;
	border: 1px solid #D6D6D6;
	
}
#show-option-box a{
	float:left;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5%;
	padding-right:5%;
	width:90%;
	text-decoration:none;
	color:#666;
	font-size:14px;
	text-align:left;
	
}
#show-option-box a:hover{
	background-color: #E2E2E2;
	color:#333;
}

.login-wrap {
	height: 350px;
	width: 30%;
	margin: auto;
	background-color: #FFF;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	border: 1px solid #CCC;
}
.input-box-z {
	float: left;
	height: 35px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	margin-bottom: 10px;
	border-top-color: #09F;
	border-right-color: #09F;
	border-left-color: #09F;
}
.button-z {
	background-color: #09F;
	float: left;
	height: 40px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 20px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.admin-nav {
	float: right;
	height: auto;
	width: auto;
	clear: right;
	
}
.admin-nav-item {
	height: 30px;
	width: auto;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 30px;
	text-align: center;
	background-image: url(../img/job.png);
	background-position: center top 5px;
	background-repeat: no-repeat;
	padding-top: 17px;
	color: #fff;
	font-size: 13px;
	margin-top:-5px;
}
.item-icon {
	background-image: url(../img/job.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 100%;
	display: block;
	float: left;
}
#admin-frame {
	float: left;
	height: 89vh;
	width: 100%;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	border-top-color: #EEE;
}
.show-box {
	float: left;
	height: auto;
	width: 96%;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-right: 2%;
	padding-left: 2%;
}
.logout {
	float: left;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 29px;
	text-decoration: none;
	height: 30px;
	background-color: #F60;
	color: #FFF;
	border-radius: 5px 5px;
	font-size:12px;
	margin-top:5px;
	margin-left:30px;
}
#each-nav-item {
	float: left;
	width: auto;
}
#each-nav-item ul {
	display: none;
	position: absolute;
	height: auto;
	width: 200px;
	top: 57px;
	background-color: #FFF;
	box-shadow: 0px 0px 10px #CCC;
	margin:0px;
	padding:0px;
	max-height:600px;
	overflow:auto;
}
#each-nav-item ul li{
	float:left;
	width:100%;
	list-style:none;
}
#each-nav-item ul li a{
	float:left;
	width:84%;
	display:block;
	text-decoration:none;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8%;
	padding-right:8%;
	font-size:12px;
	color:#666;
}
#each-nav-item ul li a:hover{
	background-color:#CCC;
}
#each-nav-item:hover ul{
	display:block;
}
#each-nav-item:hover {
	background-color: #E2E2E2;
}

.admin-nav-item{
	
}

.each-post-item{
	width: 46%;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	float: left;
	height: auto;
	border-radius: 5px 5px;
	margin-bottom: 5px;
	
	position:relative;
	z-index:500;
}
.post-input{
	width: 59%;
	float: left;
	height: 30px;
	padding-right: 1%;
	padding-left: 1%;
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-left-width: 1px;
	border-left-color: #F60;
	transition: all 0.3s 0.1s ease-in;
}
.post-input:hover{
	background-color: #FFF;
	box-shadow: 3px 3px 3px #E1E1E1;
	border-bottom-color: #F30;
}

.post-input2{
	width: 80%;
	float: right;
	height: 30px;
	padding-right: 1%;
	padding-left: 1%;
	background-color: transparent;
	transition: all 0.3s 0.1s ease-in;
	border: 1px solid #999999;
	
}
.post-input-wrap{
	float:right;
	width:62%;
	margin-top:5px;
	height:auto;
	margin-right:6%;
}
.post-input-del{
	float:right;
	width:10%;
	text-decoration:none;
	color:#F60;
	font-size:10px;
	margin-top:5px;
	margin-right:5%;
	margin-left:1%;
}
.post-item-label{
	float: left;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	width: 30%;
	text-align: right;
	margin-right: 2%;
	margin-top: 6px;
}
#new-post-item{
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	float: right;
	background-color: #CCC;
	color: #333;
	border-radius: 3px 3px;
	margin-top: 10px;
	font-weight: bold;
	line-height: 20px;
	cursor:pointer;
	transition: all 0.3s 0.1s ease-out;
}
#new-post-item:hover{
	background-color: #FC3;
}
#post-textarea, #job-desc{
	border: 1px solid #CCC;
	width:94%;
}
#post-specialization{
	height: 100px;
	border: 1px solid #ccc;
	overflow: auto;
	padding-left: 2%;
	padding-top: 5px;
}
#post-specialization option{
	padding-top:2px;
	padding-bottom:2px;
}

.submit-job {
	font-size: 12px;
	float: left;
	width: auto;
	text-decoration: none;
	display: block;
	height: 40px;
	text-align: center;
	border-radius: 20px 20px;
	border-radius: 20px 20px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;	
	transition: all 0.3s 0.1s ease-out;
}
#submit-buton:hover{
	background-color: #D90000;
}
#save-draft:hover{
	background-color: #666;
}
.more-sub-job {
	font-size: 12px;
	float: right;
	width: auto;
	text-decoration: none;
	display: block;
	height: 35px;
	text-align: center;
	border-radius: 5px 5px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #0CF;
	cursor:pointer;
	line-height:35px;
}

.remove-sub-job {
	font-size: 11px;
	float: right;
	width: auto;
	text-decoration: none;
	display: block;
	height: 25px;
	text-align: center;
	border-radius: 15px 15px;
	padding-right: 8px;
	padding-left: 28px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FC3;
	cursor: pointer;
	line-height: 25px;
	background-image: url(../img/delete-form.png);
	background-repeat: no-repeat;
	background-position: left 9px center;
	color: #900;
	transition: all 0.3s 0.1s ease-out;
}

.remove-sub-job:hover {
	background-color: #F0B500;
}

#new-company{
	overflow:hidden;
	height:0px;
	display:none;
}

.submit-post-sec{
	width:79%;
	padding-left:16%;
	padding-right:5%;
	float:left;
}

.each-sub-job{
	float: left;
	width: 100%;
	height: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	overflow:hidden;
}

#sub_jobs_house{
	float:left;
	width:100%;
	height:auto;
}

#sub-job-0{
	display:none;
}

#remove-subjob
{
	background-color:#FC0
}
#remove-subjob:hover
{
	background-color: #F90
}

.textarea-box{
	float:right; 
	width:85%;
}

#title {
	height: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	margin-left: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A6A6;
}
.title2 {
	text-transform: capitalize;
}
#content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-left: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A6A6;
}
#content2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-left: 2%;
}
#content-ul {
	list-style-type: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
	color: #0E0E0E;
}
#content-ul2 {
	list-style-type: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #0E0E0E;
}
#content-ul3 {
	list-style-type: none;
	padding-bottom: 10px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	color: #0E0E0E;
	height: 30px;
	width: 96%;
}
.textbox1 {
	width: 150px;
	border: 1px solid #D0D0D0;
}
.float1 {
	float: left;
	width: 200px;
}
.float2 {
	float: left;
	width: 180px;
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
	font-size: 11px;
}
.float_textbox {
	float: left;
	width: 220px;
}
.clear {
	clear: both;
}
.link {
	font-size: 11px;
	text-decoration: none;
	height: 23px;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 180px;
	float: right;
	background-color: #E00;
	line-height: 23px;
	text-align: center;
	border: 1px solid #444;
	margin-right: 10px;
}



.bold {
	font-weight: bold;
}
.ash {
	color: #949494;
	font-weight: bold;
}
.error {
	font-weight: bold;
	color: #A00;
	padding-bottom: 6px;
}
.border {
	border: 1px solid #BABABA;
}
.all {	border: 1px dotted #CCCCCC; }
.all_round {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-attachment: fixed;
	background-repeat: repeat-x;
	border: 1px none #CCCCCC;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
.del_title {	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #FFCC00;
	text-align: center;
}
.subul {
	padding: 0px;
	list-style-type: none;
}
.subli {
	margin-bottom: 8px;
	float: left;
	width: 270px;
	margin-left: 5px;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.submit {
	clear: left;
	margin-bottom: 4px;
}
.anoda {
	float: right;
	clear: left;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
li {
	list-style-type: none;
}
.lis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F1F1F1;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 7px;
}
.red {
	color: #B00;
}
.generic-txtbox {
	padding: 3px;
	width: 200px;
	background-image: url(../pics/inputbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #DDD;
	margin-bottom: 5px;
}
#testli ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 852px;
	height: 200px;
	clear: both;
	float: left;
}
#testli ul li {
	float: left;
	width: 230px;
}
#testli {
	float: left;
	margin-top: 14px;
	margin-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	clear: both;
}
.comli {
	font-weight: bold;
	color: #D00;
}
.comli2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBB;
	padding-top: 3px;
	padding-bottom: 3px;
}
.comli-a {
	color: #B00;
	text-decoration: none;
}
.span-name {
	width: 140px;
	display: block;
	clear: both;
	float: left;
}
#form1 ul .lis #small_fonts a {
	font-size: 10px;
	color: #E00;
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;
}
#banner {
	background-color: #9CF;
	height: 90px;
}
#banner ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#banner li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-color: #6CC;
	height: 45px;
	width: 89px;
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-right: 15px;
	display: block;
}
#banner a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-color: #CCF;
	height: 45px;
	width: 89px;
	float: left;
	text-align: center;
	display: block;
	padding-top: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border: 1px outset #777;
}
#banner a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-color: #CFF;
	height: 45px;
	width: 89px;
	float: left;
	text-align: center;
	display: block;
	padding-top: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border: 1px outset #777;
}
#banner ul li ul {
	padding: 0px;
	display: none;
	z-index: 6;
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 70px;
}
#banner li:hover ul {
	margin: 0px;
	padding: 0px;
	display: block;
}
#banner ul li ul li {
	margin: 0px;
	width: 200px;
	height: 29px;
	line-height: 29px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	padding: 0px;
	clear: both;
}
#banner ul li ul li a {
	width: 200px;
	height: 29px;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#banner ul li ul li a:hover {
	width: 200px;
	height: 29px;
	margin: 0px;
	background-color: #FFFBF0;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#post-tag-box{
	float: left;
	border-top-width: 1px;
	min-height:60px;
	height:auto;
	border-top-style: solid;
	border-top-color: #CCC;
	width:98%;
	padding-left:1%;
	padding-right:1%;
	padding-top:10px;
	padding-bottom:10px;
	overflow:auto;
}

.filtered{
	font-size: 14px;
	background-color: #DBDBDB;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: auto;
	border-radius: 15px 15px;
	color: #666;
	float: left;
	margin-right: 6px;
	cursor:pointer;
	margin-bottom:10px;
}
.filtered:hover .close-filtered{
	color:#FFF;
}
.filtered:hover{
	background-color: #F93;
}

#select-option-box label:hover{
	background-color:#E1E1E1;
}
#select-option-box label{
	width:90%;
	padding-left:5%;
	padding-right:5%;
	cursor:pointer;
	font-size:14px;
	color:#666;
}

.select-option-house{
	position:absolute;
	width:300px;
	height:auto;
	float:left;
	display:none;
	transition: all 0.3s 0.1s ease-out;
	margin-top:0px;
}

#select-option-box{
	width: 100%;
	height:auto;
	float:left;
	padding-top: 10px;
	padding-bottom: 20px;
	border: 1px solid #CCC;
	box-shadow: 0px 0px 5px #ccc;
	overflow:auto;
	max-height:180px;
	position:absolute;
	z-index:10000;
	background-color:#fff;
	bottom:0px;
	
}

.sele-ctry{
	float: right;
	border: 1px solid #F90;
	height: 20px;
	width: 80px;
	margin-right:15px;
	border-radius: 3px 3px;
	margin-top:5px;
}

.search-input-box{
	width: 50%;
	float:left;
}

.search-result-key{
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 1px;
	margin-left: 0px;
}

.search-result-key li{
	float: left;
	height: auto;
	width: 100%;
	list-style-type: none;
	margin-bottom: 3px;
	font-size: 14px;
	background-color: #FFEEB9;
}

.search-r-name{
	width: 15%;
	float: left;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #5D5D5D;
}

.search-r-val{
	width: 72%;
	float: right;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF8E1;
}

.search-result-key li a{
	color: #036;
}

#select-option-box label:hover{
	background-color:#E1E1E1;
}
#select-option-box label{
	width:90%;
	padding-left:5%;
	padding-right:5%;
	cursor:pointer;
	font-size:14px;
	color:#666;
}

.select-option-house{
	position:absolute;
	width:290px;
	height:auto;
	float:left;
	display:none;
	transition: all 0.3s 0.1s ease-out;
	margin-top:48px;
}

#select-option-box{
	width: 100%;
	height:auto;
	float:left;
	padding-top: 10px;
	padding-bottom: 20px;
	border: 1px solid #CCC;
	box-shadow: 0px 0px 5px #ccc;
	overflow:auto;
	max-height:180px;
	position:absolute;
	z-index:10000;
	background-color:#fff;
	
}

#show-option-box{
	width: 100%;
	height: auto;
	max-height: 250px;
	overflow: auto;
	background-color: #FFF;
	box-shadow: 2px 2px 5px #ccc;
	margin-top: 33px;
	left: 0px;
	position:absolute;
	z-index: 5000;
	border: 1px solid #D6D6D6;
	
}
#show-option-box a{
	float:left;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5%;
	padding-right:5%;
	width:90%;
	text-decoration:none;
	color:#666;
	font-size:14px;
	text-align:left;
	
}

#show-option-box a:hover{
	background-color: #E2E2E2;
	color:#333;
}
