.post-step .form-group .attachments {
	position:relative;
	float: left;
	width: 150px;
	margin-bottom: 15px;
	margin-right:15px;
}

.post-step .form-group .attach-desc {
	float:left;
	margin:5px 0 0 0;	
}

.post-step .form-group input.attach-title {
	border: 1px solid #E2E2E2;
	width: 150px !important;	
}

.post-step .form-group .attachment-thumb {
	position:relative;
	float: left;
}

.post-step .form-group .attachment-thumb img {
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff;
	-moz-box-shadow: 1px 1px 5px #b7b7b7;
	-webkit-box-shadow: 1px 1px 5px #b7b7b7;
	box-shadow: 1px 1px 5px #b7b7b7;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.post-step .form-group .tpo_multi_image_upload {
	  float: left;
	  padding: 60px 36px;
	  cursor:pointer;
	  width: 150px;
	  height: 150px;
	  border: 1px solid #ccc;
	  /* padding: 5px; */
	  background-color: #efefef;
	  -moz-box-shadow: 1px 1px 5px #b7b7b7;
	  -webkit-box-shadow: 1px 1px 5px #b7b7b7;
	  box-shadow: 1px 1px 5px #b7b7b7;
	  -khtml-border-radius: 3px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
}

.post-step .form-group .post-attachments {
	display: inline;
	width: 150px;
	float: left;
}

.post-step .form-group .attachments input[type="text"] {
	 float: left;
	 margin-bottom: 5px;
	 margin-top: 5px;
	 border-radius: 0px;
}

.post-step .form-group .attach-desc {
    float: left;
}


.post-step .form-group .attachments img {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 5px #b7b7b7;
    -webkit-box-shadow: 1px 1px 5px #b7b7b7;
    box-shadow: 1px 1px 5px #b7b7b7;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.post-step .tpo_multi_image_remove {
	  position: absolute;
	  cursor:pointer;
	  right:0px;
  	  top: 0px;
	  padding:0 3px;
  background: #2ea2cc;
  border-color: #0074a2;
  -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
  color: #fff;
  text-decoration: none
}


.attachment-thumb {
    float: left;
}

.post-step .form-group small {
    display: block;
    float: none;
    font-size: 11px;
    color: #000;
}

.post-step .form-group td {
	vertical-align:top;
}


.post-step .form-group .desc {
	font-size:11px;
	font-size: 13px;
	padding-top: 3px;
	font-style: italic;
}

.tpo_admin_input input:focus, .tpo_admin_input textarea:focus {
    background: #fff;
}

.post-step {
	background: #F7F7F7;
	padding: 35px;
	border-radius: 10px;
	margin:0 50px;
}

.post-step .form-group input:focus, .post-step .form-group textarea:focus {
    background: #fff;
}

.tpo_admin_input textarea {
    width: 600px;
    height: 175px;
    font-size: 14px;
    padding: 4px;
    color: #333;
    line-height: 1.5em;
    background: #fff;
}

.post-step .form-group textarea {
    width: 100%;
    height: 175px;
    font-size: 14px;
    padding: 4px;
    color: #333;
    line-height: 1.5em;
    background: #fff;
}


.post-step label {
	float:left;
	width:100%;
	margin-top:30px;
}

.post-step input[type="text"], .post-step input[type="password"], .post-step textarea, .post-step select, .post-step input[type="email"], .post-step input[type="number"]  {
	display:block;
	margin-top: 5px;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
}


.post-step .desc {
	font-size: 12px;
	font-style: italic;
	margin-top: 0;
	line-height: 15px;
}

.post-step .category-list {
	background: #fff;
	border: 1px solid #bcc0bb;
	width:100%;
	margin-top: -1px;
	z-index: 99;
	padding: 20px;
	position: relative;
	height: 460px;
	overflow-y: auto;
	overflow-x: hidden;
}

.post-step .select-list {
	margin:0;
	list-style:none;
}

.post-step .select-list li {
	list-style:none;
	padding: 10px 0px;
	color: #696c69;
	cursor: pointer;
	font-size: 14px;
}

.post-step .select-list li:before {
	width:50px;
	font-family: 'FontAwesome';
    content: "\f096"; /* Checkbox Unchecked */
}

.post-step .select-list li.checked:before {
	width:50px;
	font-family: 'FontAwesome';
    content: "\f046"; /* Checkbox Checked */ 
}
.post-step .select-list li span {
	padding-left:10px;
}

.post-step .select-list li span:hover {
	font-weight:bold;
}

.post-step .select-list-search {
	margin:0;
	border-bottom-left-radius:0 !important;
	border-bottom-right-radius:0 !important;
}

/* ------------------ Image Upload button ------------------- */
span.tpo_post_image_upload {
	float:left;
    background: #F2F2F2 url(../images/white-grad.png) repeat-x scroll 0% 0%;
    text-shadow: white 0px 1px 0px;
    -webkit-box-sizing: content-box;
    border-bottom-left-radius: 14px 14px;
    border-bottom-right-radius: 14px 14px;
    border-style: solid;
    border-width: 1px;
    border-top-left-radius: 14px 14px;
    border-top-right-radius: 14px 14px;
    cursor: pointer;
    font-size: 10px !important;
    line-height: 12px;
    padding: 7px 15px;
    text-decoration: none;
    border-color: #666;
    color: black;
    margin: 0px 10px 0px 5px;
}

/* ------------------ Image remove button ------------------- */
span.tpo_post_image_remove {
    background: #F2F2F2 url(../images/white-grad.png) repeat-x scroll 0% 0%;
    text-shadow: white 0px 1px 0px;
    -webkit-box-sizing: content-box;
    border-bottom-left-radius: 14px 14px;
    border-bottom-right-radius: 14px 14px;
    border-style: solid;
    border-width: 1px;
    border-top-left-radius: 14px 14px;
    border-top-right-radius: 14px 14px;
    cursor: pointer;
    font-size: 10px !important;
    line-height: 12px;
    padding: 7px 15px;
    text-decoration: none;
    border-color: #666;
    color: black;
    margin: 5px 10px 0px 0px;
}

/* ------------------ Google Map ------------------- */
#map {
	margin: 20px 0;
	border: 1px dashed #C0C0C0;
	width: 500px;
	height: 350px;
}

.button {
	cursor:pointer;	
}


