@charset "utf-8";
/* CSS Document */
.u28s1{width:100%;}
a, a:link, a:visited {
    color: #bc6c37 !important;
}

.elq-item-input:focus{color:#3F3A36 !important;background-color:#fff;border-color:#6A9D67;outline-offset:0}
.LV_invalid_field{
	background-color:#fff;border-color:#E55844 !important;outline-offset:0; outline:none !important;
}
input.LV_invalid_field:hover{border:none}
.LV_validation_message {
    margin: 5px 0 0 5px !important;
	color:#E55844 !important;
	
}
.LV_invalid{
	display:none;
}
.elq-item-select[name="multipleSelectMenu"]{
	height:auto !important;
	padding-top: 10px
}
.elq-item-select[name="multipleSelectMenu"]:after{
	display:none !important;
}
.LV_valid_field{border:none !important;}
.field-control-wrapper {
    margin-left: 10px;}
.elq-form .list-order{white-space:normal !important}

.elq-label { font-weight:bold !important; margin-bottom: 10px !important;}
.elq-label span{color:#E55844 !important;}
.elq-item-input, .elq-item-select{display: inline-block;
    width: 100%;
    height: 3em;
    padding: 0 0.8em;
    margin: .35em 0 !important;
    font-family: inherit;
    font-size: 1em;
    line-height: 1;
    color: #3F3A36;
    border: 0;
    border-left: 2px solid transparent;
    background-color: #fff;
    outline: 0;
    caret-color: #CBC5BF;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
	
.elq-item-input, .elq-item-select{
	width: 100%;
    display: inline-block;
    box-shadow: 0 0 4px 0 rgba(26,24,22,0.1), 0 1px 2px 0 rgba(26,24,22,0.2);
    border-radius: 4px;
    padding: 0;
    background: #fff;
	padding-left: 15px;
}

.elq-item-select[name="goButton"] {
  background: red;
}
.label-checkbox, .label-checkbox-checked{padding-right:7px;}

/*.elq-item-select{
	width: 100%;
    height: 3em;
    padding: 0 0 0 0.8em;
    margin: .35em 0 !important;
    z-index: 1;
    color: #CBC5BF;
    background-color: #fff;
    border: 0px;
    border-radius: 0;
    outline: 0;
    border-left: 2px solid transparent;
    font-size: 1em;
    font-family: inherit;
    -webkit-appearance: none;
}*/
.elq-item-select:after{
	    position: absolute;
    z-index: 2;
    display: block;
    top: 50%;
    right: 0.1em;
    width: 1em;
    height: 0.6em;
    margin-top: -0.3em;
    font-size: 2.2em;
    font-family: 'oracleicons' !important;
    content: "\ea8a";
    color: #999;
    vertical-align: top;
    pointer-events: none;
    line-height: 0.7;
}
.submit-button-style {
	font-size: 1em;
    font-weight: 500;
    font-family: inherit;
    line-height: 1.4;
    display: inline-block;
    padding: .893em 1.4286em .893em;
    border-radius: 4px;
    cursor: pointer;
    color: #fff !important;
    background: #6A9D67!important;
    position: relative;
    border: 0;
}
.submit-button-style:hover{
	background: #467146 !important;
}

.submit-button-style-disable {
	font-size: 1em;
    font-weight: 500;
    font-family: inherit;
    line-height: 1.4;
    display: inline-block;
    padding: .893em 1.4286em .893em;
    border-radius: 4px;
    cursor:auto;
    color: #fff !important;
    background: #c3c3c3!important;
    position: relative;
    border: 0;
}
.submit-button-style-disable:hover{
	background: #c3c3c3 !important;
}
.LV_invalid {
    font-size: 10px !important;
}
.checkbox-aligned{margin-left:20px !important;}