/*Modified CSS for Open application ATS web form*/

html {
background-color: #fff;
}
html body {
    min-width: 289px;
    background-color: #F6F6F6;
    color: #007734; 
    font-family: "Open Sans Webfont","Arial","Helvetica", sans-serif;
	font-feature-settings: "kern" 1,"calt" 0;
	font-size-adjust: initial;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	margin-top: 1rem;
        font-size: 12px;
	line-height:28px; 
   padding: 0; 
-webkit-font-smoothing: antialiased;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
}

.form-header {
    /*uncomment to set a min height of header*/
    /*min-height: 150px;*/
    max-width: 800px;
    /*uncomment to center logo on header*/
    /*margin-right: auto;
        margin-left: auto;*/
    -webkit-font-smoothing: antialiased;
}

.form-header-content {
    display: block;
    width: 100%;
    margin-top: 10px;
}

    .form-header-content .logo:after {
        /*Uncomment below to center log on header*/
        /*margin-left: auto;
            margin-right: auto;*/
        /*set url to image you wish to display for logo, set width to resize*/
        content: url(/Content/org/MVATLN5TRYGUVCFY/centric_logo.png);
        width: 250px;
    }

#formBody {
    margin-top: 80px;
    margin-bottom: 35px;
width: inherit;
}

.form-container {
    position: relative;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
    top: 25px;
    margin-bottom: auto;
}

.form-horizontal {
    margin: 1em;
}

.form-horizontal .control-group {
    margin-bottom: 16px;
	width:100%;
}

.form-horizontal .control-label {
	float: left;
	width: 540px;
	text-align: left;
	margin-bottom: 4px;
	font-weight: 400;
	color: #007734;
	font-size: 16px;
}
.form-horizontal .control-label label {
font-weight: 400;
}

    /*Hides grid labels*/
    .form-horizontal .label-div-grid .control-label {
        display: none;
    }

.form-control, .k-numerictextbox {
    width: 300px;
}

.requiredfield {
    font-weight: 700;
    color: red;
}

    .requiredfield:after {
        content: " *";
    }

.k-primary, .k-button, a.k-button.k-button-icontext.k-grid-add {
	font: 95% Open Sans, Arial, sans-serif;
	padding: 16px 20px 16px 20px;
	color: #FFF;
	background-color: #ee7f00;
	border: 2px;
	border-color:#ee7f00;
	cursor: pointer;
	border-radius: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-appearance: none;
	font-size:16px;
	font-weight:bold;
	min-width:200px;
}

.toolbar {
    text-align: left;
}

.k-grid-header .k-header, .k-grid-header .k-header .k-link, .k-grid-header .k-link, .k-grid-header .k-link:link, .k-pager-info, .k-scheduler-agendaview .k-scheduler-datecolumn, .k-scheduler-header {
    color: #333333;
}

.k-grid {
    border: 0;
}

.k-grid-header, .k-grid-header-wrap, .k-header, k-grid-content {
    border: 0;
    background-color: #F9F9F9;
}

.k-grid-toolbar {
    border: 0;
    background-color: transparent;
}

span.fa.fa-times {
    padding-right: 0;
}

.k-upload {
    margin-bottom: 0;
    /*uncomment to give upload control a border*/
    /*border: 1px solid #ABABAB;
        border-bottom-color: #ABABAB;*/
    background-color: transparent;
    border: 0;
}

.file-upload-footer {
    margin-bottom: 30px;
    /*background-color: #ABABAB;*/
}

    .file-upload-footer span {
        margin-left: 10px;
        font-size: .9em;
    }

    .file-upload-footer span {
     display: none;
}


button .fa {
    line-height: inherit;
    width: auto;
    margin-left: 0;
    padding-left: 4px;
    padding-right: 4px;
}

button .k-sprite.fa {
    font-size: inherit;
    overflow: inherit;
}

.k-multiselect.k-header {
    padding-bottom: 4px;
}

.form-horizontal .control-label {
    display: inline-block;
}

.control-div {
    display: inline-block;
    width: 100%;
}

.control-div-multiselect {
    border: 1px solid #bfbfbf;
}

.textarea {
    resize: vertical;
}

.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.control-group {
    overflow: hidden;
    padding-bottom: 4px;
}

    .control-group > .control-label > label {
        display: inline;
    }

    .control-group > .control-div-checkbox > label {
        width: 300px
    }


.captcha-formatting {
    padding-top: 25px;
    padding-bottom: 10px;
}

.acknowledgement-formatting {
    margin-bottom: 32px;
	margin-top:16px;
	font-size:16px;
	color:#007734;
}

.consent-formatting {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #d3d3d3;
    box-shadow: 1px 1px 1px rgba(0,0,0,.085);
    background-color: #E7FFFF;
}
.h5, h5{
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #007734;
}
.h4, .h5, .h6, h4, h5,h6 {
  margin-top: 1rem; 
  margin-bottom: 1rem;
}
input.k-textbox, textarea.k-textbox {
  padding: 4px .3em;
  text-indent:0;
}
.k-input, .k-multiselect-wrap, .k-textbox>input, input.k-textbox, input.k-textbox:hover, textarea.k-textbox, textarea.k-textbox:hover {
    background-color: #f1f1f1;
    color: #000;
    width: inherit;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "kern" 1, "calt" 0;
    font-family: "Open Sans Webfont", "Arial", "Helvetica", sans-serif;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    display: inline-block;
    padding: 0 16px;
    transition: color .25s ease-out, background-color .25s ease-out,border-color .25s ease-out;
    vertical-align: bottom;
    white-space: nowrap;
    margin: 0px 0;
}
.form-control, .k-numerictextbox {
    width: inherit;
    background-color: #f1f1f1;
    color: #000;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "kern" 1, "calt" 0;
    font-family: "Open Sans Webfont", "Arial", "Helvetica", sans-serif;
    min-height: 40px;
    line-height: 20px;
    overflow: hidden;
    display: inline-block;
    padding: 0 16px;
    transition: color .25s ease-out, background-color .25s ease-out,border-color .25s ease-out;
    vertical-align: bottom;
    white-space: nowrap;
    margin: 0px 0;
}
.k-textbox>input, span.k-autocomplete .k-input, span.k-dropdown-wrap .k-input, span.k-numeric-wrap .k-input, span.k-picker-wrap .k-input, span.k-selectbox .k-input {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    height:40px;
    padding:0;
    border:none;
}
.k-dropdown .k-input, .k-dropdown .k-state-focused .k-input, .k-menu .k-popup {
    color: #000;
}
.k-textbox:focus, .k-textbox:hover{
	border-color:#007734 !important;
	background-color: #fff !important;
}
.k-dropzone{
	border-style:solid;
	border-width:0;
	background-color:transparent;
}
.k-upload .k-upload-button {
	padding: 6px 20px 8px 20px;
	min-height: 40px;
	vertical-align: bottom;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	background-color: #fff;
	border: 2px solid #009036;
	border-radius: 4px;
	color: #009036;
}
.k-state-hover>.k-select {
	border-color: #007734;
}
.k-datetimepicker .k-select+.k-select, .k-dropdown-wrap .k-select, .k-list-container.k-state-border-right,.k-numeric-wrap .k-select, .k-picker-wrap .k-select {
	border-radius: 0;
	border-color: #f1f1f1 !important;
	background-color: #f1f1f1;
	min-height: 40px;
}
.k-autocomplete.k-state-default, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
    background-image: none;
    background-position: 50% 50%;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    height: 40px;
    vertical-align:bottom;
    border:none;
}
.k-gantt-navigation>.k-header,.k-header.k-datepicker,.k-header.k-datetimepicker,.k-header.k-dropdown,.k-header.k-gantt-views,.k-header.k-scheduler-views,.k-header.k-timepicker,.k-scheduler-navigation>.k-header{
	background-color:transparent;
	height:inherit;
        border: none;
}
.k-autocomplete.k-state-hover, .k-dropdown-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-picker-wrap.k-state-hover {
    background-color: #fff !important;
	background-image: none;
    background-position: 50% 50%;
    border-color: #007734 !important;
    min-height: 40px;
}
.k-button.k-state-focused,.k-button.k-state-hover,.k-button:focus,.k-button:hover,.k-draghandle:hover,.k-listbox .k-item:hover,.k-other-month.k-state-hover .k-link,.k-pager-wrap .k-link:hover,.k-state-hover,.k-state-hover:hover,.k-textbox:hover,div.k-filebrowser-dropzone em {
    background-image: none;
	background-color:#fff;
	color:#035928;
	border:2px;
	border-color:#035928;
}
.k-primary:hover {
    color: #fff;
    border-color: #c76200;
    background-image: none;
    background-color: #c76200;
	padding-bottom:16px;
	padding-top:16px;
	padding-left:20px;
	padding-right:20px;
	font-size:16px;
	font-weight:bold;
	min-width:200px;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-checkbox-label:hover:before,.k-checkbox:checked+.k-checkbox-label:hover:before,.k-checkbox:checked:hover+.k-checkbox-label:before,.k-checkbox:hover+.k-checkbox-label:before {
    border-color: #007734;
}
.k-checkbox:checked+.k-checkbox-label:before,.k-checkbox:checked:active+.k-checkbox-label:before {
    border-color: #007734;
}
.k-checkbox:checked+.k-checkbox-label:before {
	background-color:#fff;
    color: #007734;
}
.k-checkbox-label:before{
	border-radius:4px;
}
a:focus, a:hover{
	color:#007734;
	text-decoration:underline;
}
a{
	color:#007734;
	text-decoration:underline;
}
.k-overflow-container .k-primary,.k-primary {
    color: #fff;
    border-color: #007734;
    background-image: none;
    background-position: 50% 50%;
    background-color: #007734;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.k-button.k-state-disabled,.k-button.k-state-disabled:active,.k-button.k-state-disabled:hover,.k-button[disabled],.k-listbox .k-button.k-state-disabled,.k-state-disabled .k-button,.k-state-disabled .k-button:active,.k-state-disabled .k-button:hover {
    color: #7d7d7d;
    border-color: #f2f2f2;
    background-color: #f2f2f2;
    background-image: none;
	padding-top:16px;
	padding-bottom:16px;
	padding-left:20px;
	padding-right:20px;
    font-size:16px;
	font-weight:bold;
	min-width:200px;
	margin-bottom:90px;
	
}
button,html input[type="button"], input[type="reset"],input[type="submit"] {
  -webkit-appearance: button; 
  cursor: pointer;
  margin-bottom:90px !important;
}
.k-overflow-container .k-primary,.k-primary {
    color: #fff;
    background-image: none;
    background-position: 50% 50%;
    background-color: #ee7f00;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-upload .k-file .fileinfo {
    display: flex;
    align-items: center;
}

.k-upload .k-file .fileinfo .resumeSelection {
    min-width: 32px;
    min-height: 32px;
    padding-left: 25px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.k-upload .k-file .fileinfo .resumeSelection label.k-radio-label{
    margin-bottom: 0;
    position: relative;
    padding: 0;
}
.k-upload .k-file .fileinfo .resumeSelection label.k-radio-label:before{
    position: unset;
    display: flex;
}
.k-upload .k-file .fileinfo .resumeSelection label.k-radio-label:after{
    display: flex;
}
.k-upload-status button.k-button.k-button-bare.k-upload-action {
    min-width: 32px;
    height: 32px;
}
#formBody .k-select, #formBody .k-datetimepicker{
    display: flex;
    align-items: center;
    justify-content: center;
}

.k-dropdown .k-input{
   display: flex !important;
   align-items:center;
}


@media (max-width:768px) {
    .form-container {
        top: 0;
    }

    .form-horizontal .control-label {
        padding-top: 7px;
        margin-right: 0;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        margin-right: auto;
        margin-left: auto;
    }

    /*Uncomment to left align grids with inputs. Must set left equal to control-label width plus margin*/
    /*.control-div-grid, .control-div-textarea {
          margin-left: 200px;
      }*/
}