@import url('https://fonts.googleapis.com/css?family=Oswald:400,600|Roboto:400,700&display=swap');

/*
font-family: 'Roboto', sans-serif;
font-family: 'Oswald', sans-serif;


naranja - E37222
naranja claro - eeaa7b
verdoso - 07889B
verdoso claro - 666b9bf
---
azul - 4484ce
gris - d9d9d9
amarillo - f9cf00
naranja - f19f4d

*/

body{
	font-family: 'Roboto', sans-serif;
	font-size: .9rem;
	background-color: #eee !important;
}

.form-check-label{
	cursor: pointer;
}

.custom-control-label{
	cursor: pointer;
}

.row-max-114{
	width: 114px !important;
}

.row-max-90{
	width: 90px !important;
}

.row-max-80 {
    width: 80px !important;
}

.cell-client{
    max-width: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 15px !important;
}

#load {
    display: block;
    margin:0 auto;
	width: 150px;
    height: 150px;
    position: relative;	
}

#load span{
	position: absolute;
	left: -62px;
	top: 0;
}

.loader {
    width: calc(100% - 0px);
	height: calc(100% - 0px);
	border: 8px solid #162534;
	border-top: 8px solid #09f;
	border-radius: 50%;
	animation: rotate 5s linear infinite;
}

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

.border-s1{
	border-top: 3px solid #4484ce;
}

.text-s1{
	color: #4484ce;
}

.text-s1:hover,
.text-s1:focus{
	color: #4263C4;
}

.border-s2{
	border-top: 3px solid #f9cf00;
}

.text-s2{
	color: #f9cf00;
}

.text-s2:hover,
.text-s2:focus{
	color: #FFC300;
}

.form-duplicate{
	display: none;
}