form .form-icons {
  text-align: left;
}

form .form-icons h4 {
  margin-bottom: 1rem;
}

form .form-icons .input-group-label {
    background-color: #7b7b7b;
    border-color: #d2d2d2;
    float: left;
    width: 36px;
    height: 36px;
    line-height: 3;
	text-align: center!important;
}
form .form-icons .input-group-field {
  border-color: #7d7d7d;
}

form .form-icons .fa {
  color: white;
  width: 1rem;
}
input[type="text"]{
	width: 80%!important;
}
input[type="password"]{
	width: 80%!important;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #efefef!important;
}
input.form-control[type="text"] {
    width: 35%!important;
}
select.form-control {
  width: 35%!important;
  height: 2.1em;
}
.column_attr .fas .icono{
	color: #878787;
	margin: 10px 10px 0 10px;
}
.column_attr .fas {
    float: left;
    color: #878787;
    margin: 10px 10px 0 10px;
}
.terminales{
	float: left;
	color: #878787;
	margin: 0px 10px 10px 0px;
}
.column_attr H4{
	COLOR: #e30613;
}
/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #e6e6e6;
  background-image: none;
}
/* Custom Select */
.select {
  position: relative;
  display: block;
  width: 100%;
  height: 3em;
  line-height: 3;
  background: #e6e6e6;
  overflow: hidden;
  border-radius: .25em;
}
.select2 {
  position: relative;
  display: block;
  width: 100%;
  height: 3em;
  line-height: 3;
  background: #e6e6e6;
  overflow: hidden;
  border-radius: .25em;
  float: right
}
select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #444;
    cursor: pointer;
    font-size: 15px;
}
select::-ms-expand {
  display: none;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #d4d4d4;
  pointer-events: none;
}
/* Transition */
.select:hover::after {
  color: #f39c12;
}
.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

/* Transition */
.select:hover::after {
  color: #3a3a39;
}
.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
.select2::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #d4d4d4;
  pointer-events: none;
}
/* Transition */
.select2:hover::after {
  color: #f39c12;
}
.select2::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

/* Transition */
.select2:hover::after {
  color: #3a3a39;
}
.select2::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

/* 3 columnas */
.columnas {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
}

.columna {
	flex: 1;
	border: 0px solid gray;
	margin: 2px;
	padding: 10px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }

}
.paginaactivamenu{
	content: ' ';
    text-decoration: none;
    position: relative;
    height: 100%;
    border-bottom: solid 3px #e6332a;
	padding-bottom: 2px;
}
.column_fancy_heading{
	margin-top: 0px;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: center !important;
}

#pagination {
    display: inline-block;
    margin-top: 20px;
}
#Action_bar .social li a {
    color: #B3B3B3!important;
    font-size: 12px!important;
	font-weight: 600;
}
#Footer h4{
	margin-bottom: 15px!important;
}

@media screen and (max-width: 980px) {
  .columnas .columna {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
	h3 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -1px;
		}
	form .form-icons .input-group-field {
    width: 71%;
}
	form .form-icons {
    text-align: center;
}
.input-group {
    margin-left: 10%;
}
.with_aside .sections_group {
    width: 100%;
}
.aside_left .four.columns {
display: none!important;
}
	input.form-control[type="text"] {
    width: 100%!important;
}
}

@media screen and (max-width: 680px) {
	.columnas .columna {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
	h3 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -1px;
  }
	table {
    margin: 0px!important;
  }
	form .form-icons .input-group-field {
    width: 100%;
	}
	form .form-icons {
    text-align: center;
  }
	.input-group {
    margin-left: 10%;
  }
	.with_aside .sections_group {
    width: 100%;
  }
	.aside_left .four.columns {
    display: none!important;
  }
	input.form-control[type="text"] {
    width: 100%!important;
  }
}

/* Hide the default Google Translate banner */
#google_translate_element {
  display: none !important;
}