/*
* Adform my account css
* @author Troy Moses
* @since Adform 2.0 - 07-06-15
*/

.my-account .entry-title { 
	margin: 20px 0 20px 0;
	color: #555;
}

.my-account .entry-title span.user-first-name {
	margin: 0 0 0 10px;
	text-transform: none;
	font-size: .90em;
	display: inline-block;
}

.my-account h3 {
	color: #555;
	margin: 0 0 15px 0;
	font-size: 1.1em;
}

.logout-box {
	float: right;
}

.logout-button {
	font-size: .90em;
}

.my-profile {
	overflow: hidden;
}

.profile-left-col {
	width: 48%;
	float: left;
}

.profile-right-col {
	width: 48%;
	float: right;
}

.my-profile label {
	display: block;
	font-size: .90em;
}

.my-profile .required {
	color: #f71e08;
}

.my-profile input[type="text"],
.my-profile input[type="email"],
.my-profile input[type="password"] {
	width: 100%;
	background: #dbf2b5;
}

#up-processing, #up-message {
	font-weight: bold;
	margin: 0 0 20px 0;
}

#up-processing {
	display: none;
}

#up-message {
}

.up-success {
	font-weight: bold;
}

.up-error {
	margin: 0;
}

/*my projects*/
.projects-list {
	margin: 0;
	padding: 0;
	background: #dbf2b5;
}

.projects-list li {
	margin: 0;
	padding: 0;
}

.projects-list .no-projects {
	padding: 15px 7px 15px 7px;
	display: block;
	
}

.projects-list li a {
	padding: 7px;
	color: #555;
	text-decoration: none;
	display: block;
}

.projects-list li a:hover,
.projects-list li a:focus {
	background: #c2e884;
	color: #333;
}

/*work orders*/
.work-order .post-title {
	margin: 0 0 10px 0;
}

.work-order .entry-header p {
	margin: 5px 0 0 0;
	padding: 0;
	color: #444;
	font-weight: bold;
}

.work-order .entry-content {
	margin: 0 0 35px 0;
}

.work-order h3 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #333;
	font-size: 1.2em;
	text-transform: uppercase;
}

.work-order h4 {
	padding: 0;
	margin: 0 0 5px 0;
	color: #444;
	font-size: 1.1em;
}

.work-order .input-wrap {
	margin: 40px 0 0 0;
	text-align: right;
}

.work-order .input-wrap button {
	float: none;
	margin: 0 0 0 35px
}

.work-order .input-wrap label {
	font-size: 1em;
	margin: 0 5px 0 0;
}

.work-order-pdf {
	margin: 20px 0 25px 0;
}

.view-work-order, .file-upload {
	background: #8fd500;
	border: none;
	color: #fff !important;
	display: inline-block;
	padding: 8px 10px 8px 10px;
	text-decoration: none !important;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}

.view-work-order:hover {
	background: #8ac70c;
	color: #fff;
}

.work-order-form {
	margin: 30px 0 30px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #8fd500;
}

#sigs {
	margin: 0;
	padding: 0;
	border-top: 1px solid #8fd500;
}

.work-order-form label {
	font-size: .85em;
	font-weight: bold;
	color: #555;
}

.file-upload-wrap {
	margin: 0 0 30px 0;
}

.file-upload {
	margin: 15px 0 10px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.file-upload input#bef_image,
.file-upload input#aft_image,
.file-upload input#ret_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.aft-file-name, .bef-file-name, .ret-file-name { 
    margin: 0 0 0 5px;
    padding: 0;
    color: #555;
    background: transparent;
    font-size: .85em;
    position: relative;
    bottom: 15px;
    display: inline;
}

.wo-added-images {
	margin: 10px 0 0 0;
}

.wo-added-images p {
	margin: 0 0 5px 0;
	padding: 0;
	color: #666;
	font-weight: bold;
	font-size: .90em;
}

.wo-added-images ul {
	margin: 0;
	padding: 0;
}

.wo-added-images ul li {
	width: 120px;
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.wo-added-images ul li img {
	width: 100%;
	height: auto;
}

.wo-sig-image {
	width: 30%;
	height: auto;
	border: 1px solid #ccc;
}

.return-req-box {
	margin: 30px 0 0 0;
	overflow: hidden;
}

.return-req-box label {
	display: block;
}

.return-req-box p, .return-req-box input[type="checkbox"] {
	display: inline-block;
}

.return-req-box input[type="checkbox"] {
}

.return-req-box input[type="checkbox"]:checked {
}

.wo-error, .wo-updated {
	padding:7px;
	background: #eee;
	font-weight: bold;
}

.wo-error {
	color: #f71e08;
}

.final-submitted {
	font-weight: bold;
	font-size: 1em;
}

.final-submitted a {
	color: #8fd500;
}

/*repsonsive*/
@media (max-width: 980px) {

	.profile-left-col,
	.profile-right-col {
		width: 100%;
		float: none;
	}

}

@media (max-width: 769px) {

	.single-work-order #secondary {
		display: none !important;
	}

	.single-work-order #primary {
		-webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	}

	.wo-sig-image {
		width: 100%;
	}

}