/****  floating-Lable style start ****/
.floating-label { 
    position:relative; 
    margin-bottom:20px;
    width: 85%;
}
.floating-input{
    font-size:13px;
    padding:4px 4px;
    display:block;
    height:40px;
    background-color: transparent;
    border:none;
}

.special{
    color:#999; 
    font-size:13px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:5px;
    top:5px;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
}

/*Microsoft Edge 16+*/
/*@supports (-ms-ime-align:auto) { 
    .special{ top:-1em; }
    #menuNormal{display: -ms-flexbox;}
}*/

/*Microsoft Edge 12-15*/
/*@supports (-ms-accelerator:true) {
    .special{ top:-1em; }
    #menuNormal{display: -ms-flexbox;}
}*/
/*Microsoft Edge*/
_:-ms-lang(x), _:-webkit-full-screen, .selector { 
    .special{ top:-1em; }
    #menuNormal{display: -ms-flexbox;}
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .special{ top:-1em; }
    #menuNormal{display: -ms-flexbox;}
}*/


.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top:-18px;
    font-size:13px;
    color:#005581;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after{
    width:50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
    min-height: 30px;
    max-height: 260px; 
    overflow:hidden;
    overflow-x: hidden; 
}

/* animation */
@-webkit-keyframes inputHighlighter {
    from { background:#005581; }
    to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#005581; }
    to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#005581; }
    to 	{ width:0; background:transparent; }
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield{
    -webkit-box-shadow: none;
    border-bottom: #807f83 1px dotted;
    color: black;
    padding-left: 2%;
    padding-right: 2%;
}

.floating-input{
    border-bottom: #807f83 1px dotted;
}


.floating-input:focus{
    outline:none;
    -webkit-box-shadow: none;
    border-bottom: #807f83 1px solid;
    color: black;
}

.ui-inputfield{
    width: 100%;
}

.input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}

/****  floating-Lable style end ****/
.ui-inputfield {
    border-radius:10px;
    box-shadow: none;
}

.not-floating-label{
    top:-18px;
    color: #005581;
    font-size: 13px;
    position: inherit;
}


.calendarClass input, .calendarClass input:focus{
    border: none;
    -webkit-box-shadow: none;
    border-bottom: #807f83 1px dotted;
    font-size: 13px;
    font-family: Arial;
    position: absolute;
    padding-top: 1.4em;
    cursor: pointer;
}

.ui-datepicker{
    width: 30em;
}

.ui-datepicker td span, .ui-datepicker td a{
    height: 100%;
    vertical-align: middle;
    width: 3em;
    text-decoration: none;
    border: #807f83;
    background: rgba(128,127,131,0.9) !important;
    color: #005581 !important;
    text-align: center !important;
    font-size: 16px;
}

.ui-datepicker .ui-datepicker-title select{
    font-size: 13px;
    font-family: Arial;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    background: #005581 !important;
    color: white !important;
}

.ui-datepicker .ui-datepicker-title select{
    font-size: 16px;
    font-family: Arial;
}

.ui-fileupload-filename{
    border-bottom: #807f83 1px dotted;
    font-size: 16px;
    font-family: Arial;
}

.ui-fileupload-content{
    display: none;
}

.ui-fileupload-buttonbar .ui-button{
    color: white;
    border: none;
    background: #E36F1E;
    font-size: 16px;
    font-family: Arial;
}

.ui-fileupload-row{
    color: black;
}

.textvalignmiddle{
    border-bottom: #807f83 1px dotted;
    display: inline-flex;
    align-items: center;
    -ms-word-break: break-word;
    word-break: break-word;
}

.textvalignmiddle > span {
    display: inline-block;
    display: inline-flex;
    align-items: center;
}