@charset "utf-8";
/* CSS Document 
   For Job Description Wizard
*/

/* Begin Display NONE */
select#txtState {
    display: none;
}

div#txtOCode_chosen::after {
    content: "California";
    font-weight: 700;
    margin: 8px;
    position: relative;
    top: 12px;
    font-size: 1rem;
    color: #072a5d;
	display:none;
}
/* End Display NONE */

.btn-primary {
    border-width: 0px;
    border-radius: 3px;
    padding: 2px 8px;
}

.col-md-6 strong:first-of-type {
    font-size: 1.1rem !important;
}

.row .p-1 .col-md-6 {
    background-color: #f1f1f1;
    padding: 8px;
	margin-top: 10px;
}

.chosen-container-single .chosen-single {
   height: initial;
}

.chosen-container {
    font-size: 14px;;
}

button#jobDescriptionSubmit {
    float: right;
    margin: 0px 6px 6px 0px;
}

.btn-info {
    color: #fff;
    background-color: #06a053;
    border-color: #019a4e;
    border: 0px;
    padding: 4px 14px;
    border-radius: 3px;
    float: right;
    margin-bottom: 25px;
	margin-bottom: 45px;
    font-size: 1.1rem;
}


.bg-secondary {
    background: #4690bd !important;
}

.bg-secondary .forms {
    width: 50% !important;
    margin: 0 auto !important;
    min-height: 100px !important;
    padding-top: 16px !important;
}

.bg-light.rounded {
    background: none !important;
    margin: 0px 15px 12px 15px;
    font-size: 1rem;
}

	.bg-light .col-md-6 strong {
		color: #246b8e;
	}

	.bg-light .p-1 .col-md-6 {
		background: #e2f1ff !important;
	}

.chosen-container-single .chosen-single {
    line-height: 28px !important;
}

button#jobDescriptionReset {
    border-radius: 3px;
    border: none;
    background: #e2e2e2;
}

.JobDescriptionSection .row {
    margin-left: 0px;
    margin-right: 0px;
}

span.float-right.pr-3.divExclude {
    margin-top: 3px;
}



@media print {
   .col-md-6 strong:first-of-type {
    font-size: 1.1rem !important;
  }
}