/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13/10/2016, 09:36:52 AM
    Author     : Rolavsp
*/

.hideCalendar .ui-datepicker-calendar {
    display: none;
 }
 .fileUpload {
	position: relative;
	overflow: hidden;
}
.fileUpload input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
}
.progress {
    margin-bottom: 0;
}
.optionSelect{
    cursor:pointer;
    
    
}
.optionSelect:hover{
   color: #eedc1e;
    
    
}
.authError
{
    color:#f3093d;
    
}
.nav>li {
    padding-left: 10px;
}