.btn-mini{
   
    padding:12px!important;
}
.files input {
       color: transparent;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    
   -webkit-appearance: none;
   text-align: left;
   -webkit-rtl-ordering:  left;
}
.files input::-webkit-file-upload-button {
   -webkit-appearance: none;
  visibility: hidden;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
       color: transparent;
       
 }
.files{ position:relative}
.files:after {  pointer-events: none;
    position: absolute;
    top: 120px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
/*.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " Clique ou arraste o arquivo.";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: initial;
    text-align: center;
}*/

#textModelo{
    position: absolute;
    bottom: 10px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    display: block;
    margin: 0 auto;
    color: #4e73df;
    font-weight: 600;
    text-transform: initial;
    text-align: center;
    
}
    
    


.hide{
    display: none!important;
}
.table_campos{
    width:100%;  
    background-color: #fff;
    
    
}
.table_campos input,.table_campos select{
    margin:5px;
}
.table_campos th{
    background-color: #eee;
    text-align: right;
    width:20%;
    padding-right: 5px;
}


.table_campos td{
    background-color: #fff;
}

.table_campos tbody tr{
    height:auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.font12{
    font-size: 12px;
}


.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

.skeleton-text {
  width: 100%;
  height: 0.7rem;
  margin-bottom: 0.5rem !important;
  border-radius: 0.25rem;
}
.skeleton-body{
  width: 90%;
  margin-left: 2%;
  min-height: 100px;
  margin-bottom: 0.5rem !important;
  border-radius: 0.25rem;
}

.skeleton-text__body {
  width: 75%;
}

.skeleton-footer {
  width: 30%;
}

	.home-box{
		width: 100%;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 16px;
		padding-right: 16px;
		margin-bottom: 24px;
		height: 200px;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.05);
	}
	
	.home-side-text{
                width: 100%;
		margin-top: 8px;
		float:left;
	}
	.home-side-text h3{
		font-weight: bold;
		font-size:36px;
	}
	.home-side-text p{
		color: #908F8F;
	}
	
	.home-side-icon{
		margin-top: 8px;
		float:right;

	}
	
	.home-side-icon .icon i{
		font-size:24px;
		padding: 16px;
		border-radius: 10px;
	}
	
	.icon-bg-purple{
		background: rgba(117,121,185,0.1);
		color: #7579B9;
		
	}

	.icon-bg-green{
		background: rgba(0,166,90,0.1);
		color: #00a65a;
	}
	
	.icon-bg-yellow{
		background: rgba(243, 156, 18,0.1);
		color: #f39c12;
	}
	
	.icon-bg-black{
		background: rgba(0, 0, 0,0.1);
		color: #000;
	}
