/****  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;
}

.space{
    margin-left: 2%;
}
.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;
}

.notaFormulario{
    color:#005581; 
    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;
}

.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%;
}

.ui-chips-container{
    height: 50px;
    max-height: 50px;
    overflow: auto;
    font-family: Verdana, Arial, sans-serif; 
    font-size: 14px; 
}

.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:0px;
    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-header .ui-state-active{
    background: #055581 !important;
    color: white !important;
}

.ui-state-active, .ui-widget-content .ui-state-active{
    background: #E36F1E !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;
}