/* CSS Document */

#nex-forms .theme-blue .ui-nex-forms-container  .input-field label {
 color: #9e9e9e;
}
/* label focus color */
#nex-forms .theme-blue .ui-nex-forms-container  .input-field input[type=text]:focus + label,
#nex-forms .theme-blue .ui-nex-forms-container  .input-field textarea:focus + label {
 color: #2979FF !important;
}
/* label underline focus color */
#nex-forms .theme-blue .ui-nex-forms-container  .input-field input[type=text],
#nex-forms .theme-blue .ui-nex-forms-container  .input-field textarea{
	/*border-bottom: 1px solid #9e9e9e !important;*/
}
#nex-forms .theme-blue .ui-nex-forms-container  .input-field input[type=text]:focus,
#nex-forms .theme-blue .ui-nex-forms-container  .input-field textarea:focus {
 border-bottom: 1px solid #2979FF !important;
 box-shadow: 0 1px 0 0 #2979FF !important;
}


/* ICONS */
/* icon prefix focus color */
#nex-forms .theme-blue .ui-nex-forms-container  .input-field .prefix {
 color: #2979FF !important;
 opacity:0.7;
 
}
#nex-forms .theme-blue .ui-nex-forms-container  .input-field .prefix.active {
 color: #2979FF !important;
 opacity:1;
}


/* RADIOS */

#nex-forms .theme-blue .ui-nex-forms-container  [type="radio"]:checked + label::after, #nex-forms .theme-blue .ui-nex-forms-container  .with-gap[type="radio"]:checked + label::before, #nex-forms .theme-blue .ui-nex-forms-container  .with-gap[type="radio"]:checked + label::after {
   /* border: 2px solid #2979FF;*/
   border: 2px solid #2979FF !important;
}

#nex-forms .theme-blue .ui-nex-forms-container  [type="radio"]:checked + label::after, #nex-forms .theme-blue .ui-nex-forms-container  .with-gap[type="radio"]:checked + label::after {
	background-color: #2979FF !important;
}

/* CHECKS */

#nex-forms .theme-blue .ui-nex-forms-container  [type="checkbox"] + label::before, #nex-forms .theme-blue .ui-nex-forms-container  [type="checkbox"]:not(.filled-in) + label::after {
	border: 2px solid #9e9e9e !important;
}
#nex-forms .theme-blue .ui-nex-forms-container  [type="checkbox"]:checked + label::before{
	border-color: transparent #2979FF #2979FF transparent !important;
}


/* SELECTS */
#nex-forms .theme-blue .ui-nex-forms-container  .dropdown-content li > a, #nex-forms .theme-blue .ui-nex-forms-container  .dropdown-content li > span{
	color:#2979FF !important;
}


/* BUTTONS */
#nex-forms .theme-blue .mb-btn{
	 background-color: #2979FF !important;
	 color: #fff !important;
}

/* modal popup */
#nex-forms .theme-blue .modal .modal-header {
    background: #2979FF ;
}

/* PANELS */
#nex-forms .theme-blue .ui-nex-forms-container  .panel .panel-heading {
	background:#2979FF;
}


/* DO NOT EDIT */
/* valid color */
#nex-forms .theme-blue .ui-nex-forms-container  .input-field input[type=text].valid,
#nex-forms .theme-blue .ui-nex-forms-container  .input-field textarea.valid  {
 border-bottom: 1px solid #4caf50 !important;
 box-shadow: 0 1px 0 0 #4caf50 !important;
}
/* invalid color */
#nex-forms .theme-blue .ui-nex-forms-container  .input-field input[type=text].invalid,
#nex-forms .theme-blue .ui-nex-forms-container  .input-field textarea.invalid {
 border-bottom: 1px solid #2979FF !important;
 box-shadow: 0 1px 0 0 #2979FF !important;
}

/* SLIDERS */
#nex-forms .theme-blue .ui-slider-range {
    background: #2979FF !important;
    border: none;
    border-radius: 0 !important;
}

#nex-forms .theme-blue .noUi-target.noUi-horizontal .noUi-tooltip{
	background: #2979FF !important;
}
#nex-forms .theme-blue .material_field .nex-submit.btn.the_input_element{
    background: #2979FF;
    color: #fff;
    border-color: #2979FF;
}


/* DATEPICKER */
.dtp.theme-blue div.dtp-date, .dtp div.dtp-time{
	background:#77AAFF none repeat scroll 0 0 !important;
}
.dtp.theme-blue .p10 > a {
    color: #2979FF !important;
}
.dtp.theme-blue > .dtp-content > .dtp-date-view > header.dtp-header,
.dtp.theme-blue table.dtp-picker-days tr > td > a.selected,
.dtp.theme-blue .dtp-buttons .btn{
	background: #2979FF none repeat scroll 0 0 !important;
}