.inputFld:focus:not([disabled]),.sSelect:focus:not([disabled])		{
    outline:none;
    box-shadow:none;
}


/* LABEL ======================================= */
.slabel 				 {
    /*color:#999;*/
    color:#c6c6c6;
    /*font-size:14px;*/
    font-weight:normal;
    position:absolute;
    /*left:5px;*/
    pointer-events:none;
    /*top:10px;*/
    top:4px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
    text-align: left;
}


/* active state *//*input:disabled ~ .slabel*/
input:focus ~ .slabel, input:valid ~ .slabel ,select:focus ~ .slabel, select:valid ~ .slabel{
    top:-20px;
    color: rgb(102, 102, 102);
    /*font-family: "OpenSansRegular", "tahoma", "verdana", "arial", "sans-serif";*/
    font-size: 92.8%;
    font-weight: 400;
    letter-spacing: 0.1px;
}

input:focus ~ .slabel,.sSelect:focus ~ .slabel
{
    color:rgb(13, 135, 233);
    font-size: 92.8%;
    /*font-weight: bold;*/
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:100%; }
.bar:before, .bar:after 	{
    content:'';
    height:1px;
    width:0;
    /*bottom:0.5px;*/
    position:absolute;
    /*background:rgb(117, 117, 117);*/
    background:rgb(183, 183, 183);
    /*background:red;*/
    transition:0.3s ease all;
    -moz-transition:0.3s ease all;
    -webkit-transition:0.3s ease all;
}
.bar:before {
    left:50%;
}
.bar:after {
    right:50%;
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after ,select:focus ~ .bar:before, select:focus ~ .bar:after{
    width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position:absolute;
    height:60%;
    width:100px;
    top:25%;
    left:0;
    pointer-events:none;
    opacity:0.5;
}
/*input:hover,input:focus,select:hover
{
    background-color:white !important;
}*/
.inputFld
{
    height:40px
}
.boxShadowFocus:disabled
{
    background: white;
}

.boxShadowFocus:focus
{
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
input:hover,select:hover
{
    background-color:white !important;
}
input:focus ~ .highlight,select:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
}
.highlight {
    position:absolute;
    height:60%;
    width:100px;
    top:25%;
    left:0;
    pointer-events:none;
    opacity:0.5;
}
.sSelect {

    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 0;
    padding-right: 0 \9;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
    -webkit-background-size: 13px 13px;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;
    /*font-size: 114%;*/
    line-height: 1.5;

}
.boxShadowFocus:focus:not([disabled]),.boxShadowFocus:focus:not([disabled]),.boxShadowFocus:active,.boxShadowFocus:active		{ outline:none;border:0 }
.sSelect:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}





.btnTransition {

    color: #ffffff !important;
    background-color: #3b3f51 !important;;
    border-color: transparent !important;;
    border-radius: 3px !important;;
    -webkit-background-size: 200% 200% !important;;
    background-size: 200% 200% !important;;
    background-position: 50% !important;;
    padding: 6px 25px !important;

}


.btnTransition:focus {
    background-color: #3b3f51;
    color:white;
    padding: 6px 30px;
}

.btnTransition:hover, .btnTransition:active:hover {
    background-color: #0d87e9;
    color:white
}

.btnTransition:active {
    background-color: #0b76cc;
    background-image: -webkit-radial-gradient(circle, #0b76cc 10%, #3b3f51 11%);
    background-image: -o-radial-gradient(circle, #0b76cc 10%, #3b3f51 11%);
    background-image: radial-gradient(circle, #0b76cc 10%, #3b3f51 11%);
    background-repeat: no-repeat;
    -webkit-background-size: 1000% 1000%;
    background-size: 1000% 1000%;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4)
}

.btnCancel
{
    background: #F0F0F0;
    padding: 7px 25px;
}


