.mt-1 {
    margin-top: 10px !important;
}


.error {
  color: #ef5350;
  font-size: 12px;
  font-weight: 500; }

.parsley-error {
  border-color: #ef5350 !important; }

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0; }

.parsley-errors-list.filled {
  display: block; }

.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #ef5350; }
  
.datepicker {
background-color: #fff ;
color: #333 ;
}
.btn-intway {
height: 31px;
margin: 0px 0 0 5px;
padding: 0 22px;
font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
cursor: pointer;
}
.dropdown-menu {
left: -30px !important;
min-width: auto !important;
}
.bgfacturacion {

	background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%), url("/img/agenda-analysis-business-990818.jpg") !important;
}
.border-err {
	border: 2px solid red !important;
}
.parsley-errors-list-big > li {
    font-size: 14px !important;
    list-style: none;
    color: #ef5350;
    font-weight: bold !important;
}

.linesPosition {
		top: -10px;
		position: relative;
}
.bigFont {
	font-size:28px;
}

.dashboardPanels {
	border: 1px dotted black;
    margin-left: 10px;
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.removeMargAndPadd {
	margin:0px !important;
	padding:0px !important;
}
.cero-pym {
	padding-top:0px !important;
	padding-bottom:0px !important;
	margin:0px !important;
}
.small-font {
	font-size: 10px !important;	
}
.titulo-section {
	font-size: 10px !important;		
}
.borderleft {
	border-left: 1px dashed gray !important;
}
.fieldsetColor {
	background-color: #edf3ff !important;
}
.txtReadonly {
    background-color: lightgrey !important;
}
.campoNormalizar {
	background-color: #f4e4d6 !important;
}
.hidden-class {
	display:none
}