*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
	outline: none;
}

.icono{
	font-size: 1.1rem;
    color: #50b847;
	padding: 5px 10px !important;
}

.btnIco{
	background-color: #fff !important;
}


.btnIco:hover{
	background-color: #f0f0f0 !important;
}

.table-dark{
	background-color: #2e2d2d !important;
}

th{
	font-weight: 500 !important;
}

.modal-title{
	font-size: 1.2em !important;
}

.btn-default{
	font-size: 0.9em !important;
}

.contBreadcrumb{
	width: 85% !important; 
	margin: 1% 7% 0% 10% !important; 
}

.breadcrumb-item a{
	color: #2e2d2d !important;
	text-decoration: none !important;
	font-size: 0.9em !important;
}

.breadcrumb{
	font-size: 0.9em !important;
	background-color: #f0f0f0 !important;
	padding: 10px 20px !important;
	border-radius: 50px !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "|" !important;
}

.btn-icon{
	color: #308828 !important;
}

@media (max-width:800px) {
	.contBreadcrumb{
		width: 90% !important; 
		margin: 1% 3% 0% 5% !important; 
	}	
}



/*----------------LOADER----------------*/

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #FFAB3E;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
}
