/** apenas testes **/
.testes {
    position:fixed; 
    top:220px;  
    right:20px; 
    
    background-color: #f5f5f5;  
    color: #000 !important;
    font-size: 10px !important;

    padding:20px;    
    width: 90%;
    max-width: 400px;
    height: 90%;
    max-height: 400px; 
    
    overflow: auto; 

    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    border: 2px dotted rgb(77, 9, 77); 
    z-index: 999;
}
/** apenas testes **/

/*************************************
############## TRIGGER ###############
*************************************/
.trigger_modal { z-index: 1100 !important; };
.login-register .trigger_ajax{ display: block; }


/***********************************
############## GERAL ###############
***********************************/
/*DISPLAY*/
.ds_block{display: block;}
.ds_inblock{display: inline-block;}
.ds_none, .none{display: none;}

/* SEM COR AO PASSAR MOUSE */
.no-hover:hover { 
    color: inherit !important;
    background-color: transparent !important;
    border: 0 !important;
}

/*TRIGGER*/
.trigger{
    position: relative;
    width: 100%;
    padding: 15px;
    background: #333;
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}

.trigger_none{margin-bottom: 0;}
.trigger p{margin-top: 10px;}
.trigger_ajax{display: none; cursor: pointer;}
.trigger_success{background-color: #00B494;}
.trigger_info{background-color: #0E96E5;}
.trigger_alert{background-color: #FAAD50;}
.trigger_error{background-color: #F45563;}

.trigger_modal{
    position: fixed;
    right: 0;
    top: 0;
    width: 460px;
    max-width: 80%;
    padding: 20px 20px 0 0;
    cursor: pointer;
    z-index: 999;
}

.trigger_modal .trigger{
    padding: 20px;
    margin: auto 30px auto auto;
}



/*BAR UPLOAD*/
.upload_bar{
    display: block;
    background: #eee;
    clear: both;
}

.upload_bar .upload_progress{
    display: inline-block;
    padding: 5px;
    background: #008068;
    color: #fff;
    text-align: center;
    width: 0%;
    max-width: 100%;
    font-size: 0.8em;
    font-weight: 600;
}

.intelident_upload{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 998;
    vertical-align: middle;
    display: none;
}

.intelident_upload_bar{
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin: auto;
}

.intelident_upload_bar p{
    display: block;
    margin: 0;
    font-size: 0.8em;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #555;
}


/** form **/
.nav-pills .nav-link { border-radius: 0; }

.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #01c0c8;
}
a.nav-link { color: #01c0c8; }

/** alert **/
.alert {
    border: 0;
    border-radius: 0;
}

.alert-danger {
    color: #fff;
    background-color: #ae151c;
}

/** buttons **/
.btn-info { color: #fff !important; }

.disable {
    cursor: default !important;
    background-color: #ccc !important;
    color: rgb(153, 153, 153) !important;
    border: 1px solid #ccc;
}
.disable:active,
.disable:hover { border: 1px solid #ccc; }

.btn-big { 
    padding: 0 !important;
    min-height: 90px;
}

.btn-big .card-body {
    padding: 10px;
 }

 .btn-big .card-body h6 {
     padding: 0;
     margin: 10px 0 0 0;
 }

 .btn-click { cursor: pointer; }

 .btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.btn-circle.btn-sm {
    width: 20px;
    height: 20px;
    padding: 5px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 8px;
    line-height: 0.5;
}

.agenda-horizontal .row {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
}

.agenda-horizontal .row > .dados-dia {
    display: inline-block;
    float: none;
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}