@import url("/resources/global-v2/css/new/styledselect.css");

.evm-bootstrap .has-success .form-control,.has-success .form-control {
  border-color: #1d8f1f;
  border-width: 2px;
}

.evm-bootstrap .titlesColor {
    color: #f15a29;
}
.evm-bootstrap .sectionsColor {
    background-color: #19719F;
    color: white;
    padding: 5px;
    padding-left: 20px;
}

.evm-bootstrap label.form-name {
    padding-top: 4px;
}

.evm-bootstrap label.form-name, span.form-name {
    padding-top: 4px;
    display: inline-block;
    font-weight: 400;
}

.evm-bootstrap .form-name span.required {
    color: red;
}
.evm-bootstrap .form-name p {
    display: inline;
}

.evm-bootstrap .static-message {
    padding-top: 4px;
}

.evm-bootstrap .form-control {
    font-size: 16px;
    padding: 0px 0px 1px 6px;
}

.evm-bootstrap input[type="radio"]{
    display:none;
}

.evm-bootstrap input[type="radio"] + label
{
    display:inline-block;
    vertical-align: top;
    background: url("/resources/global-v2/images/radio.png") no-repeat top center;
    height: 20px;
    width: 20px;
    display:inline-block;
    padding: 0 0 0 0px;
}

.evm-bootstrap input[type="radio"]:checked + label
{
    background: url("/resources/global-v2/images/radio.png") no-repeat bottom center;
    height: 20px;
    width: 20px;
    display:inline-block;
    padding: 0 0 0 0px;
}

.evm-bootstrap input[type="radio"].newradio + label
{
    background: url("/resources/global-v2/images/radio2.svg") no-repeat center;
    height: 24px;
    width: 24px;
    padding: 0 0 0 0px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.evm-bootstrap input[type="radio"].newradio:checked + label
{
    background: url("/resources/global-v2/images/radio1.svg") no-repeat center;
    height: 24px;
    width: 24px;
    padding: 0 0 0 0px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.evm-bootstrap .radio-group label {
    font-weight: normal;
}


/*.evm-bootstrap input[type="checkbox"]{
    display:none;
}

.evm-bootstrap li > label > input[type="checkbox"] {
    display: inline-block;
}

.evm-bootstrap input[type="checkbox"] + label, input[type="checkbox"] + input[type="hidden"] + label {
    display:inline-block;
    vertical-align: top;
    background: url("/resources/global-v2/images/checkbox2.png") no-repeat bottom ;
    height: 22px;
    width: 22px;
    display:inline-block;
    padding: 0 0 0 0px;
    margin-top: 5px;
}

.evm-bootstrap input[type="checkbox"]:checked + label, input[type="checkbox"]:checked + input[type="hidden"] + label {
    background: url("/resources/global-v2/images/checkbox2.png") no-repeat top ;
    height: 22px;
    width: 22px;
    display:inline-block;
    padding: 0 0 0 0px;
}*/


.regform-checkbox-wrapp input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    /* left: -9999px; */
    padding: 0;
    margin: 0;
    height: 22px;
    width: 22px;
}

.regform-checkbox-wrapp label {
    display: inline-block;
}

#certainFix.regform-checkbox-wrapp input + label {
    margin-bottom: 17px;
}

#certainFix.regform-checkbox-wrapp input + label:before,#certainFix.regform-checkbox-wrapp input + label:after {
    left: inherit;
    top: inherit;
}


.regform-checkbox-wrapp label::before,
.regform-checkbox-wrapp label::after {
    position: absolute;
    content: "";
    display: inline-block;
}



.regform-checkbox-wrapp label::before{
    height: 22px;
    width: 22px;
    background: url("/resources/global-v2/images/checkbox2.png") no-repeat bottom;
    left: 0px;
    top: 0;
}

.regform-checkbox-wrapp label::after {
    height: 22px;
    width: 22px;
    left: 0px;
    background: url("/resources/global-v2/images/checkbox2.png") no-repeat top;
    top: 0;
}


.regform-checkbox-wrapp input[type="checkbox"] + label::after {
    content: none;
}

.regform-checkbox-wrapp input[type="checkbox"]:checked + label::after {
    content: "";
}




.evm-bootstrap .combodate select {
    padding: 4px 34px 4px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
/*    background: url("/resources/global-v2/images/arrow_select.png") no-repeat right;*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance:none;
    -o-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
/*    background-position-x: 100%;*/
}

.evm-bootstrap .combodate .day {
    min-width: 75px;
}
.evm-bootstrap .combodate .month {
    min-width: 105px;
}
.evm-bootstrap .combodate .year {
    min-width: 90px;
}


.evm-bootstrap .styled-select {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.evm-bootstrap .styled-select:before {
  content: "";
  width: 34px;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: #19719F;
  border-radius: 0 5px 5px 0;
  pointer-events: none;
}

.evm-bootstrap .styled-select:after {
  content: "▼";
  height: 1em;
  margin-top: -0.5em;
  font-size: 10px;
  line-height: 1;
  color: white;
  position: absolute;
  right: 12px;
  top: 50%;
  pointer-events: none;
}



.evm-bootstrap .styled-select select {
    padding: 4px 34px 4px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    /*background: url("/resources/global-v2/images/arrow_select.png") no-repeat right;*/
    background: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance:none;
    -o-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

.evm-bootstrap .styled-select-short select {
    padding: 5px 34px 5px 5px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #ccc;
    height: 34px;
    background: url("/resources/global-v2/images/arrow_select.png") no-repeat right;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance:none;
    -o-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /*    background-position-x: 153px;*/
    background-position-x: 100%;
}



.evm-bootstrap #forms, .evm-bootstrap #forms-2{
    max-width: 800px;
    /* margin: 0 auto; */
    margin-left: 10%;
}

.evm-bootstrap #forms-3 {
    max-width: 800px;
}

.evm-bootstrap .form-control.fieldError {
    border-color: red;
}

.evm-bootstrap .ng-invalid {
    border-color: red !important;
}

.evm-bootstrap .form-error-text {
    color: red;
    font-size: 14px;
}

.evm-bootstrap #form-names, .evm-bootstrap #forms, .evm-bootstrap #forms-2, .evm-bootstrap #forms-3 {
    padding-left: 20px;
    padding-top: 20px;
    font-size: 16px;
}

.evm-bootstrap #form-names span{
    color: #c0c0c0;
}

.evm-bootstrap #forms textarea, .evm-bootstrap .modal-body textarea {
    height: 150px;
    max-height: 150px;
    max-width: 420px;
    resize: none;
}

.evm-bootstrap #forms textarea.short, .evm-bootstrap .modal-body textarea.short {
    height: 65px;
    max-height: 150px;
    max-width: 420px;
    resize: none;
}

.evm-bootstrap #form-1 span{
    margin-left: 13px !important;
    display:inline-block;
    vertical-align: top;
}

.evm-bootstrap #form-name-1,
.evm-bootstrap #form-name-2,
.evm-bootstrap #form-name-3,
.evm-bootstrap #form-name-4,
.evm-bootstrap #form-name-5,
.evm-bootstrap #form-name-6,
.evm-bootstrap #form-name-7,
.evm-bootstrap .form-name{
    /*font-family: "Roboto";*/
    font-weight: 700;
}

.evm-bootstrap #form-1,
.evm-bootstrap #form-2,
.evm-bootstrap #form-3,
.evm-bootstrap #form-4,
.evm-bootstrap #form-5,
.evm-bootstrap #form-6,
.evm-bootstrap #form-7,
.evm-bootstrap #form-name-1,
.evm-bootstrap #form-name-2,
.evm-bootstrap #form-name-3,
.evm-bootstrap #form-name-4,
.evm-bootstrap #form-name-5,
.evm-bootstrap #form-name-6,
.evm-bootstrap #form-name-7,
.evm-bootstrap #form-2-3,
.evm-bootstrap #form-2-4,
.evm-bootstrap #form-2-1,
.evm-bootstrap #form-2-5{
    margin-bottom: 0px;
}

.evm-bootstrap .form-name {
    margin-bottom: 10px;
}

.evm-bootstrap #form-2-2, .evm-bootstrap #form-2-3{
    max-width: 420px;
    position: relative;
    margin-bottom: 10px;
    min-height: 34px;
}

.evm-bootstrap #form-2-1{
    line-height: 17px;
}

.evm-bootstrap #form-5, .evm-bootstrap #form-6, .evm-bootstrap #form-7{
    max-width: 421px;
}

.evm-bootstrap #form-7{
    margin-bottom: 10px;
}

.evm-bootstrap #form-4 select{
    max-width: 313px !important;
    direction: rtl !important;
    float: left;
    margin-left: -2px;
    border-left: none;
    border-radius: 0px 4px 4px 0px;
    background-color: white;
    box-shadow: none;
}

.evm-bootstrap #form-4{
    min-width: 430px;
}

.evm-bootstrap #form-4 .input-group-addon{
    float: left;
    width: 110px;
    background-color: white;
    height: 34px;
    padding-top: 3px !important;
    line-height: 1.5;
    font-size: 16px;
    text-align: left;
    color: #c0c0c0;

}

.evm-bootstrap #form-4 select:focus{
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.evm-bootstrap #form-6 .input-group-addon{
    text-align: left !important;
    width: 105px;
    background-color: #f15a29;
    color: #ffffff;
}

.evm-bootstrap #form-6 .input-group{
    min-width: 421px;
}

.evm-bootstrap #form-6-addon{
    position: relative;
    display: block;
    top: -56px;
}

.evm-bootstrap #form-6-1 input{
    border-radius: 0px 4px 0px 0px;
}

.evm-bootstrap #form-6-1 .input-group-addon{
    border-radius: 4px 0px 0px 0px;
}

.evm-bootstrap #form-6-2 textarea{
    border-radius: 0px;
}

.evm-bootstrap #form-6-2 .input-group-addon{
    border-radius: 0px;
}

.evm-bootstrap #form-6-3 input{
    border-radius: 0px;
    max-width: 316px;
}

.evm-bootstrap #form-6-3 .input-group-addon{
    border-radius: 0px;
}

.evm-bootstrap #form-6-4 input{
    border-radius: 0px 0px 4px 0px;
}

.evm-bootstrap #form-6-4 .input-group-addon{
    border-radius: 0px 0px 0px 4px;
}

.evm-bootstrap #sign-div{
    padding-top: 40px ;
    max-width: 420px;
}

.evm-bootstrap #sign-div .col-sm-12.col-xs-12{
    margin-bottom: 10px;
}

.evm-bootstrap #sign-text{
    position: relative;
    top: -5px;
}

.evm-bootstrap .advanced, .evm-bootstrap .advanced-active{
    margin-left: -5px;
    display: inline-block;
    width: 27px;
    height: 21px;
}

.evm-bootstrap .advanced{
    background: url("/resources/global-v2/images/plus_minus.png") no-repeat top;
}

.evm-bootstrap .advanced-active{
    background: url("/resources/global-v2/images/plus_minus.png") no-repeat bottom;
}


.evm-bootstrap #split-header{
    height: 50px;
}
.evm-bootstrap .horizontal-lines-1{
    height: 25px;
    border-bottom: 1px solid #f15a29;
}

.evm-bootstrap .horizontal-text{
    padding-top: 13px;
    height: 50px;
    font-size: 16px;
    /*font-family: "Roboto";*/
    color: #f15a29;
    font-weight: 700;
}

.evm-bootstrap button.datepicker, .evm-bootstrap button.datepicker:hover, .evm-bootstrap button.datepicker:active, .evm-bootstrap button.datepicker:focus {
    background-color: #f15a29 !important;
    color: #ffffff;
}

.evm-bootstrap input[type="number"]::-webkit-outer-spin-button,
.evm-bootstrap input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.evm-bootstrap input[type="number"] {
    -moz-appearance: textfield;
}

.evm-bootstrap .no_selection {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.evm-bootstrap #forms h2, .evm-bootstrap #forms-3 h2 {
    font-size: 18px;
    line-height: 1.333;
    font-weight: bold;
    margin-top: 0px;
}

.evm-bootstrap #timeslotSelect {
    font-weight: 700;
}

.evm-bootstrap .colorpicker-target-span {
    cursor: pointer;
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px;
    border-style: solid;
    border-color: grey;
    margin-right: 10px;
}

.evm-bootstrap .design-edit-button {
    width: 60px;
    height: 20px;
    background-color: #19719F;
    color: white;
    border: 0;
    padding: 0px;
    z-index: 99;
    float: left;
    position: absolute;
}

.evm-bootstrap .design-edit-button:hover{
    background-color: #007aa4;
}

.evm-bootstrap .validation-error {
    color: white;
    background-color: red;
    padding: 10px;
    margin-bottom: 15px;
}

.evm-bootstrap .fields-table tr td {
    padding: 6px !important;
    border-top: 0px !important;
}

.evm-bootstrap .white-popup {
    position: relative;
    background: #FFF;
    padding: 30px;
    width:auto;
    max-width: 400px;
    margin: 20px auto;

}

.evm-bootstrap select:invalid { color: gray; }

.evm-bootstrap .merch-selector {
    /*margin-left: 40px;*/
    table-layout: fixed;
    width: 100%;
}

.evm-bootstrap .merch-sel-odd {
    background-color: #e5e5e5;
}

.evm-bootstrap .merch-selector td, .evm-bootstrap .merch-selector th {
    padding-right: 0px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.evm-bootstrap .quantity {
    font-weight: bold;
}
#feedbackIcon {
  /* display: none; */
  width: 34px;
  height: 33px;
  background-size: cover;

}

span#feedbackIcon.translated{
  right: -38px;
}

span#feedbackIcon.success {
  background-image: url('/resources/global-v2/images/Tick.svg');
}

span#feedbackIcon.error {
  background-image: url('/resources/global-v2/images/X.svg');
  height: 30px !important;
  margin-top: 2px;
}

/*
.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none !important;
}*/
