/* your styles go here */

section.dashboard-counts .row {
	padding: 10px 15px;!important;
	margin: 0;	
}

.form-control-label {
    font-size: .9rem;
    color: #777;
    font-weight: 300;
    margin-top: 10px;!important;
}

nav.side-navbar span.heading {
	
  text-transform: uppercase;
  font-weight: 400;
  margin-left: 20px;
  padding-bottom:3px;
  color: #000;
  font-size: 0.8em;  
  
}

.bg-green {
    background: #4CAF50 !important;
    color: #fff;
}

.img-topo {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.red {
  color: #D8000C !important;
  
}

.green {
  color: #4F8A10 !important;
  background-color: #DFF2BF !important;
}
.orange {
  color: #9F6000 !important;
  
}

@font-face {
  font-family: 'password';
  font-style: normal;
  font-weight: 400;
  src:url("../fonts/password.ttf");
  /* src: url(https://jsbin-user-assets.s3.amazonaws.com/rafaelcastrocouto/password.ttf); */
}

input.key {
  font-family: 'password'; 
}

.ajuste-imagem-root {
	display: flex;
	justify-content: center;
}
.ajuste-imagem {
	width: 460px;
}

.ajuste-imagem img {
   width: 100%;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}

