/* Modificações Orintec */

.divLoaderRefreshTree {
    width: 100%;
    height: 700px;
    padding-top: 50px;
	text-align: center;
}

@media (max-height: 767px) {

	.divLoaderRefreshTree {
		height: 400px;
		padding-top: 160px;
	}	
}

@media (max-height: 1200px) and (min-height: 768px) {
	
	.divLoaderRefreshTree {
		height: 760px;
		padding-top: 280px;
	}	
}


.loaderRefreshTree {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;	
    animation: spinTree 2s linear infinite;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0px;
	display: inline-block;
}

@media (max-width: 767px) {
/*
	.CardHorizontal>.divLoaderRefreshProd {
		height: 45px;
		padding-top: 5px;	
	}
	
	.CardHorizontal>.divLoaderRefreshProd>.loaderRefreshProd {
		width: 45px;
		height: 45px;	
	}
	*/
}

@keyframes spinTree {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
