body {
	padding: 3px;
}
.check {
width:18px;
height:18px;
}
.cont_btn a {
  outline: none !important;
  text-decoration: none !important; 
	color: #ffffff !important; 
}
.noSort{
	padding-right: 5px !important;
}

.btn-subir{
	display: none;
}

.loader-file {
  position:relative;
  width: 70px;
  height: 70px;
  border: 10px solid rgba(90, 198, 255, 0.63);
  border-top: 10px solid #1d00ff;
  border-radius: 50%;
  animation-name: girar;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
input[type="checkbox"] + label:before {
	content: "";
	width: 26px;
	height: 26px;
	border: 2px solid #6d6d6d;
	float: left;
	margin: 0.5em 0.5em 0 0;
	background: #fff;
}
input[type="checkbox"]:checked + label:before {
	border-color: #0fbf12;
}
input[type="checkbox"]:checked + label:after {
    content: "";
    width: 12px;
    height: 6px;
    border: 4px solid #0fbf12;
    float: left;
    margin-left: -1.95em;
    border-right: 0;
    border-top: 0;
    margin-top: 1em;
    transform: rotate(-55deg);
}
.check input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label {
    font-weight: bold;
    line-height: 3em;
    color: #ccc;
}
input[type="checkbox"]:checked + label {
    color: #0fbf12;
}

.container__file{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 20px 0;
}
.form__file-btn{
	background: rgb(240, 117, 142);
	padding: 10px;
	display: block;
	width: 40%;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	font-size: 1.1em;
}
.file__txt{
	width: 58%;
	padding: 8px;
	font-size: 1em;
}

a:link {
	text-decoration: none 
}
a:hover {
	outline: none;
	cursor: pointer;
	text-decoration: none 
}
a:visited {
	color: black; 
	text-decoration: none 
}
.cuadros{
	border: 1px solid;	
	padding: 2px;
	margin: 0px;
	display: inline-block;
}
.chkBox{
	position: fixed;
	z-index: 2;
	top: 64px;
}
.codBar{
	position: fixed;
	z-index: 2;
	right: 4px;
	top: 64px;
}
/*inicia pantalla de carga*/
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../imagenes/mg_girando.png') no-repeat;
	background-size: 20%;
	background-position: center;
	animation-name: girar;
	animation-duration: 1.5s;
  	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*termina pantalla de carga*/
.modal{
  height: auto;
  width: 100%;
  overflow-y: auto;
}
.centro {
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
}
.fragmento{
	max-width: 150px;
}
.alert{
	padding: 0px !important;
	margin: 0px !important;
}

/* ---- ----- ----- Carrusel ----- ----- ----- */
.contenedor-grupos {
	margin-bottom: 10px;
	background: #729d72;
}

/* ---- ----- ----- Carousel ----- ----- ----- */
.contenedor-grupos .contenedor-carousel {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	overflow-x: scroll;
}


/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.contenedor-grupos .contenedor-carousel::-webkit-scrollbar {
    -webkit-appearance: none;
}

.contenedor-grupos .contenedor-carousel::-webkit-scrollbar:vertical {
    width:20px;
}

.contenedor-grupos .contenedor-carousel::-webkit-scrollbar-button:increment,.contenedor-grupos .contenedor-carousel::-webkit-scrollbar-button {
    display: none;
} 

.contenedor-grupos .contenedor-carousel::-webkit-scrollbar:horizontal {
    height: 15px;
}

.contenedor-grupos .contenedor-carousel::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.62);
    border-radius: 20px;
    border: 1px solid #f1f2f3;
}
.contenedor-grupos .contenedor-carousel::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.87);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.contenedor-grupos .contenedor-carousel::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, 0.33);
    border-radius: 10px;  
}

/* Termina Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.contenedor-grupos .contenedor-carousel .carousel {
	display: flex;
	flex-wrap: nowrap;
}

.contenedor-grupos .contenedor-carousel .carousel .grupos {
	background: #206020;
	border: 2px solid;
	min-width: 100px;
	max-width: 130px;
	transition: .3s ease all;
	box-shadow: 5px 5px 10px rgba(0,0,0, .3);
	display: flex;
	justify-content: center;
    align-items: center;
}

.contenedor-grupos .contenedor-carousel .carousel .grupos:hover {
	transform: scale(1.35);
	transform-origin: center;
}

.contenedor-grupos .contenedor-carousel .carousel .grupos img {
	width: 100%;
}
/************************** fin carrusel **/

.contender_img {
	width: 100%;
	max-width: 500px;
	height:auto;
	margin: 0 auto;
}
.imagen1 {
	max-width: 100%;
	height: auto;
	background: rgba(11, 101, 11, 0.53);
	border-radius: 5px;
}

.exacto {
	padding: 0 15px;
}

.validacion {
	bottom: 100px;
	margin-top: 31px;
	position: absolute;
	left: -8px;
	z-index: 100;
	font-size: 22px;
}

.cont_btn {
	position: absolute;
	right: 5px;
	margin-top: -15px;
	background: #16aac4;
	padding: 2px;
	border-radius: 25px;
	color: #fff;
	text-shadow: 2px 2px 5px #767676;
	box-shadow: 2px 2px 5px #999;
	border: black solid 1px;
}

.btn-insert-varios {
	box-shadow: 2px 2px 5px #767676;
	border: black solid 1px;
	border-radius: 25px;
	padding: 6px;
	margin: 2px;
	background: #56ac56;
}

.table-container {
	max-width: 100%;
	overflow-x: scroll;
}
.estatico {
	position: sticky;
	left: 0;
}

.estatico2 {
	position: sticky;
	left: 110px;
}

.estatico3 {
	position: sticky;
	left: -21px;
}

.mat_agregada {
	padding: 15px;
}

.ico_titulo {
	height: 18px;
}

.list ul {
	list-style-type: decimal !important;
}

thead tr .estatico {
	background: #0089ff;
}

tbody tr .estatico {
	background: #f2f2f2;
}

tbody tr:nth-child(2n) .estatico {
	background: white;
}

table {
	font-size: 12px;
}

th {
	text-align: center;
	vertical-align: middle !important;
}

td {
	text-align: center;
	vertical-align: middle !important;
}

p {
	text-indent: 0.8cm;
	text-align: justify;
}

.cuerpo {
	padding: 2px;
	margin: 0px;
}

.mi_tabla {
	margin: auto;
	width: 50% !important;
}

.carga {
	border: 15px solid #ccc;
	border-top-color: #f4266a;
	border-top-style: groove;
	height: 100px;
	width: 100px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-animation: girar, 1.5s linear infinite;
	-o-animation: girar, 1.5s linear infinite;
	animation: girar, 1.5s linear infinite;
}

.fa {
	color: #fff;
}

.fa:hover {
	color: #fff;
}

.conten_img_perfil {
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	margin-bottom: 20px;
	text-align: center;
	background: green;
	height: 230px;
	width: 200px;
	border: 2px solid #0ea70e;
	justify-content: space-around;
	overflow: hidden;
	flex-wrap: wrap;
}

.cont_img {
	margin: 5px;
	overflow: hidden;
	display: inline-block;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
	width: 300px;
	height: 260px;
	border: 5px solid #0ea70e;
	background: #b4b4b4;
}

.row {
	padding: 0, -20px;
}

.imagen {
	margin: auto;
	background: rgba(122, 172, 198, 0.77);
	text-align: center;
	width: 100%;
}

.cont-img {
	height: 100%;
	width: 100%;
}

.img {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}

.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	margin: 0px 3px;
}
.catalogo{
	width: 250px;
	height: 300px;
	padding: 10px;
	border-radius: 5px;
	background: #80d680;
	display:flex;
    justify-content: center;
    align-items: center;
}
.img .catalogo{
}

/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

section {
	padding: 20px 0;
}

section .section-title {
	text-align: center;
	color: #aaaaaa;
	margin-bottom: 50px;
	text-transform: uppercase;
}

#footer {
	background: #2f2f2f !important;
	border-radius: 5px;
}

#footer h5 {
	padding-left: 10px;
	border-left: 3px solid #aaaaaa;
	padding-bottom: 6px;
	margin-bottom: 20px;
	color: #aaaaaa;
}

#footer a {
	color: #aaaaaa;
	text-decoration: none !important;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

#footer ul.social li {
	padding: 3px 0;
}

#footer ul.social li a i {
	margin-right: 5px;
	font-size: 25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#footer ul.social li:hover a i {
	font-size: 30px;
	margin-top: -10px;
}

#footer ul.social li,
#footer ul.quick-links li {
	color: #aaaaaa;
}

#footer ul.social li a:hover {
	color: #fff;
}

#footer ul.quick-links li {
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#footer ul.quick-links li:hover {
	padding: 3px 0;
	margin-left: 5px;
	font-weight: 700;
}

#footer ul.quick-links li a i {
	margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
	font-weight: 700;
}

.text-center {
	text-align: center !important;
}

.text-white {
	color: #aaaaaa;
}

@media (max-width:767px) {
	#footer h5 {
		padding-left: 0;
		border-left: transparent;
		padding-bottom: 0px;
		margin-bottom: 10px;
	}
}
