.admin-form input[type="submit"],
.registration input[type="submit"],
.login-form input[type="submit"] {
	color: #fff;
    background-color: #9ecb3b;    
    font-size: 13px;
    padding: 11px 18px;
    border-radius: 4px;
}

.admin-form input[type="button"] {
	border-radius: 4px;
}
.admin-form select {
	padding:3px 6px;
	display: inline-block;
}

.admin-form input[type="text"],
.admin-form textarea {
	display: inline-block;
	width: 50%;
}

.login-form input[type="text"],
.login-form input[type="password"] {
	display: inline-block;
}

.req,
.error {
	color: #C00;
}

.error-msg {
	background: #C00;
	border:1px solid #C00;
	color: #FFF;
	padding: 10px 14px 10px 16px;
    margin-top: 0px;
    margin-bottom: 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

p.custom-row {
	margin: 0 !important;
}

p.custom-row span,
p.register-row label {
	float: left;
	width: 25%;
	font-weight: bold;
	font-size: 13px;
	position: relative;
	top:5px;
}

p.custom-row small {
	font-weight: normal;
	font-size: 11px;
}

hr {margin: 20px 0 !important;}

.admin-title h1 {
	float: left;
	width: 50%;
	margin-right: 15px;
}
.admin-title p {
	float: right;
	width: 45%;
	margin: 20px 0 0 0;
	text-align: right;
}

.news-date {
	font-size: 12px;
	display: block;
}

.admin-form.edit {
	float: left;
	margin-right: 5px;
}
.admin-form.delete input {
	background: #222 !important;
}
.admin-form.delete {
	float: left;
	width: 45%;
}

.section.news .col {
	margin-bottom: 0 !important;
}

.details ul {
	background:#fafafa;
	padding: 15px;
	border:1px solid #DDD;
	text-align: left;
	width: 50%;
	margin: 0 auto 20px;
	display: block;
} 

.details ul li {
	list-style: none;
}

.details ul li span.custom-icon-text {
	font-weight: bold;
	display: inline-block;
	width: 40%;
}

.detailedContent ul {
	list-style: none;
}
.detailedContent ul li {
	list-style: none;
}

.detailedContent ul li img {
	display: inline-block;
}

.detailedContent ul li span {
	font-weight: bold;
}

.detailKey {
	margin: 10px 0 0 0;
}

.news-post {
	margin-bottom: 20px;
}
.news-post .news-title {
    background-color: #fafafa;
    border: 1px solid #ddd;
    margin-top: 5px 0 0 0;
    padding: 15px;
}
.news-post .news-title h3 {
	margin:0 !important;
	color: #222 !important;
}
.news-post .news-title span {
	font-size: 11px;
	color: #999;
	display: block;
}
.news-post .news-body {
	border: 1px solid #ddd;
    margin: 5px 0 0 0;
    padding: 15px 15px 30px;
    background-color: #fafafa;
}

.news-post .news-comment {
    background-color: #fff;
    margin: 5px 0 0 0;
    padding: 15px;
}
.client-comment form {
	margin-bottom: 0px !important;
}

.admin-gallery-item {
	display: block;
    float: left;
    margin: 0 3% 0 0;
    width: 22.75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.admin-gallery-item form {
	margin-bottom: 0px !important;
}

.admin-gallery-item.last {
	margin-right: 0px !important;
}

.admin-gallery-item > span {
    word-wrap: break-word;
}

.admin-document-item {
	display: block;
    float: left;
    margin: 0 1.5% 0 0;
    width: 11.36%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.admin-document-item.last {
	margin-right: 0px !important;
}

.admin-document-item > span {
    word-wrap: break-word;
}

ul.project-detail {
	background:#fafafa;
	padding: 15px;
	border:1px solid #DDD;
	text-align: left;
	width: 50%;
	margin: 0 auto 20px;
	display: block;
} 

#progressBox {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 750px;
}

.ui-widget-content {
    background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") repeat-x scroll 50% top;
    border: 1px solid #dddddd;
    color: #333333;
}
.ui-progressbar {
    height: 35px;
    text-align: left;
    margin-bottom: 20px;
}
.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin: -1px;
}
.ui-corner-all {
    border-radius: 8px;
}
.ui-corner-left {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.ui-corner-right {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.ui-widget-header {
    background: #9ecb3c url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") repeat-x scroll 50% 50%;
    border: 1px solid #9ecb3c;
    color: #ffffff;
    font-weight: bold;
}

.text_box.login-faqs {
	margin-top: 0px !important;
}

@media only screen and (max-width: 767px) {
	p.custom-row span, p.register-row label {
		width: 100%;
		top:0px;
	}
	.admin-gallery-item span {
	    word-break: break-all;
	}

	.details ul {
		width: 100%;
	}

	.details ul li span.custom-icon-text {
		width: 100%;
	}
	#progressBox {
		width: 100%;
	}
	ul.project-detail {
		width: 100%;
	}
	.admin-form input[type="text"], .admin-form textarea {
		width: 100%;
	}
	.admin-title h1 {
		width: 100%;
		margin: 0;
	}
	.admin-title p {
		text-align: left;
		width: 100%;
	}
	.admin-document-item {
	    margin: 0;
	    text-align: center;
	    width: 100%;
	}
	.admin-gallery-item {
	    margin: 0;
	    text-align: center;
	    width: 100%;
	}
}