/* HELPERS */
.red-managa{
	background: #db2c1b!important;
}

.red-managa-text{
	color: #db2c1b!important;
}

.border-red-managa{
	border: solid 3px #db2c1b;
}

.green-managa{
	background: #00963f!important;
}

.green-managa-text{
	color: #00963f!important;
}

.block{
	display: block!important;
}

.disnone{
	display: none!important;
}

.no-margin{
	margin: 0!important;
}

.error{
	padding: 3px;
	border-radius: 5px;
	margin-bottom: 10px;
	background: #db2c1b;
}

.height100{
	height: 100px;
	line-height: 100px;
}

.full-width{
	width: 100%;
}

.margin-top-10{
	margin-top: 10px;
}

.margin-top-20{
	margin-top: 20px;
}

.margin-top-30{
	margin-top: 30px;
}

.margin-top-40{
	margin-top: 40px;
}

/* GENERALES */

body{
	background: white;
}

.container90{
	width: 90%;
	max-width: 1650px;
}

/* NAV */

#icon-principal {
    height: 56px;
    margin-top: 4px;
    line-height: 56px;
    margin-left: 4px;
}

#icon-principal.center{
	margin: 5px auto;
}

.side-nav .collapsible-header{
	padding: 0 32px!important;
}


a#botonatras i {
    transform: rotate(45deg);
}

a#botonatras span {
	position: relative;
	right: 8px;
}

#botonatras {
    padding: 0 0.65rem;
    position: absolute;
    top: 71px;
}

label{
	font-size: 1rem!important;
}

.tabs .tab a {
    color: #db2c1b;
}

.tabs .indicator{
	background-color: #00963f;
}

.border-top{
	border-top: 2px black solid;
}

.modal{
	height: 55%!important;
}

#icon-movil{
	padding: 40px 10px;
    width: 100%;
}

ul.picker__list {
    width: 100%;
}
