@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,500,700);
	
	
body {
padding-top: 54px;
background: #E7E7E7 !important;  /* Adding !important forces the browser to overwrite the default style applied by Bootstrap */	
font-family: "Roboto", Helvetica, sans-serif !important; /* Adding !important forces the browser to overwrite the default style applied by Bootstrap */
color: #78899A;	
	
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Roboto", Helvetica, sans-serif !important; /* Adding !important forces the browser to overwrite the default style applied by Bootstrap */	
	
}

h4 {
font-weight: 400;	
	
}
.container-top{
	
	margin-top: 5em;
}
.text-adminplex {
color:rgba(86,170,28,1.00)	!important;
	
}

.btn-adminplex2 {
color:rgba(86,170,28,1.00)	!important;
	
}

.btn-adminplex {
  color:#fff;
  background-color: rgba(86,170,28,1.00)	;
  border-color: rgba(86,170,28,1.00)	;
}

.btn-adminplex:hover {
  color: #fff;
  background-color: rgba(74,147,24,1.00);
  border-color: rgba(74,147,24,1.00);
}

.btn-adminplex:focus, .btn-adminplex.focus {
  box-shadow: 0 0 0 0.2rem rgba(27,112,46,0.50);
}

.btn-adminplex.disabled, .btn-adminplex:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-adminplex:not(:disabled):not(.disabled):active, .btn-adminplex:not(:disabled):not(.disabled).active,
.show > .btn-adminplex.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-adminplex:not(:disabled):not(.disabled):active:focus, .btn-adminplex:not(:disabled):not(.disabled).active:focus,
.show > .btn-adminplex.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.font-weight-100 {
font-weight: 100;	
}
.font-weight-400 {
font-weight: 400;	
}
.font-weight-500 {
font-weight: 500;	
}
.font-weight-700 {
font-weight: 700;	
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}