@charset "utf-8";
/* CSS Document */

/*________CREATE A JOB SECTION CSS START HERE________*/
/*------------***************************-----------*/

.create-a-job-section { padding-top:30px; padding-bottom:95px; min-height:900px;}
.create-a-job{ border:solid 1px #ddd; border-radius:5px; }
.create-a-job > h2{ background:#f0f0f0; font-size:30px; color:#151515; font-weight:400; padding:20px; margin:0; border-radius:5px 5px 0 0; margin-bottom:25px; border-bottom:solid 1px #ddd;}
.create-a-job > h2 span{ float:right; font-size:16px; line-height:30px;}
.create-a-job-form { padding:10px 25px;}
.create-a-job-form label{ font-size:16px; padding:8px 0 6px; font-weight:500; color:#252525;}
.create-a-job-form .form-control{ padding:9px 12px; font-size:16px; height:auto;}
.create-a-job-form button{ float:right; padding:13px 45px; border-radius:5px; color:#fff; font-size:22px; font-weight:bold; text-transform:uppercase; margin:20px 0 0 0; font-weight:900; border:solid 1px #5853aa;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#827de0+0,5853aa+100 */
background: #827de0; /* Old browsers */
background: -moz-linear-gradient(top, #827de0 0%, #5853aa 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #827de0 0%,#5853aa 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #827de0 0%,#5853aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#827de0', endColorstr='#5853aa',GradientType=0 ); /* IE6-9 */
}
.create-a-job-form button:hover{ text-decoration:none;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5853aa+0,827de0+100 */
background: #5853aa; /* Old browsers */
background: -moz-linear-gradient(top, #5853aa 0%, #827de0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #5853aa 0%,#827de0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #5853aa 0%,#827de0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5853aa', endColorstr='#827de0',GradientType=0 ); /* IE6-9 */
}
.create-a-job-form.update-profile button{ float:right; padding:7px 30px; border-radius:5px; color:#353535; font-size:15px; font-weight:bold; text-transform:uppercase; margin:20px 0 0 0; font-weight:600; border:solid 1px #e0e0e0; box-shadow:inset 1px 1px 1px #fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,e5e5e5+100 */
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top, #f9f9f9 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f9f9f9 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f9f9f9 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.create-a-job-form.update-profile button:hover{ text-decoration:none;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,f9f9f9+100 */
background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(top, #e5e5e5 0%, #f9f9f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e5e5e5 0%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e5e5e5 0%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}
.create-a-job-form.update-profile .float-none{ float:none; margin-bottom:20px;}
.update-profile textarea{ width:100%; height:100px; border:solid 1px #ccc; border-radius:5px; padding:10px; text-align:left;}


/*___________Mobile Responsive CSS Here________*/

@media (min-width:300px) and (max-width:767px) {
.create-a-job-section{ padding-top:0; min-height:50px;}
.create-a-job{ margin-top:30px; min-height:50px;}
.create-a-job > h2 span { display: block; float:none; font-size:16px; line-height:30px;}

}

/*___________Ipad Responsive CSS Here________*/

@media (min-width:768px) and (max-width:991px) {
.create-a-job-section{ padding-top:0;}
.create-a-job{ margin-top:30px;}
}
