* {
  box-sizing: border-box;
}
.login-container {
  position: relative;

}

.user-btn {
	padding: 10px 20px!IMPORTANT;
	border: 0.032em solid #808080!IMPORTANT;
	border-bottom: 0.18em solid #808080!IMPORTANT;
	border-radius: 8px!IMPORTANT;
}


.openlogin-btn {
	padding: 10px 20px;
	color: #EE2C2C!IMPORTANT;
	border: 0.032em solid #808080;
	border-bottom: 0.18em solid #808080;
	border-radius: 8px;
}

.login-btn {
	padding: 10px 20px;
	color: #EE2C2C;
	border: 0.032em solid #EE2C2C;
	border-bottom: 0.18em solid #EE2C2C;
	border-radius: 8px;
}

.login-input {
    width: 250px;
    padding: 8px;
    margin-bottom: 3px;
    border: 0;
    outline: 0;
    border-radius: 10px;
	color: #777;
}

.login-form {
  color: white;
  box-shadow: 0px 5px 0 0px rgba(0, 0, 0, 0.4), 0 5px 25px 0 rgba(0, 0, 0, 0.4);
  display: none;
  position: absolute;
  padding: 25px;
  margin-top: 10px;
  background: #ffffff;
  border-radius: 5px;
}

@include keyframes(slide) {
  0% {
    opacity: 0;
    @include transform(translateY(20px));
  }
  100% {
    opacity: 1;
    @include transform(translateY(0));
  }
}

.open {
  @include animation(slide 1s);
  display: block;
}

* { box-sizing:border-box; }

h2 		 { 
  text-align:center; 
  margin-bottom:50px; 
}
h2 small { 
  font-weight:normal; 
  color:#888; 
  display:block; 
}
.footer 	{ text-align:center; }
.footer a  { color:#53B2C8; }

/* form starting stylings ------------------------------- */
.group 			  { 
  position:relative; 
  margin-bottom:20px; 
}
input 				{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:300px;
  border:none;
  border-bottom:1px solid #757575;
}
input:focus 		{ outline:none; }

.shadow {
    box-shadow: 0px 5px 0 0px rgba(0, 0, 0,0.4), 0 5px 25px 0 rgba(0, 0, 0,0.4)!important;
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.4)!important;
    -moz-box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.4)!important;
    box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.4)!important;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  background: url('/publico/img/preloader2.gif') center no-repeat #fff;
}

.table {
  border-collapse: collapse;
  width: 100%;
}

.th {
  text-align: left;
  padding: 10px;
}

.td {
  text-align: left;
  padding: 15px;
}

.tr {
  text-align: left;
  padding: 15px;
}

.card-geral .topo {
    padding-bottom: 20px;
    color: #505050;
    font-size: 23px;
    font-weight: 500;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.pagination {
  display: inline-block;
  display: flex;
  justify-content: center;
  padding: 15px;
}

.pagination a {
  color: #777778;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #777778!important;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}


/* */

.punishimentstypes {
  display: inline-block;
  display: flex;
  justify-content: center;
  padding: 15px;
}

.punishimentstypes a {
  color: #777778;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  box-shadow: 0px 1px 0 0px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(0, 0, 0, 0.4);
}

.punishimentstypes a.active {
  background-color: #777778!important;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
0
.punishimentstypes a:hover:not(.active) {background-color: #ddd;}

.punishimentstypes a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.punishimentstypes a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pesquisainput {
  width: 120px;
  border: 0;
  outline: 0;
  border-radius: 2px;
  display: inline-block!important;
  padding: 10px;
}

.pesquisabutton {
  color: black;
  border: none;
  color: #fff;
  padding: 4px 10px
}


.compra {
    padding: 10px;
    background: #EFEFF6;
    margin-top: 20px;
    text-align: center;
    min-height: 60px;
    border-radius: 15px;
    white-space: nowrap;
    overflow: hidden;
}

.imgboder {
  border-radius: 5px;
}

.g-recaptcha {
    transform:scale(0.83);
    transform-origin:0 0;
}