.modal-link {
	color: white !important;
}


.estado {
	width: 30px;
}
.aligncenter {
	text-align: center;
}
body {
	/*background-image: url(../images/fondo.jpg);*/
	padding: 0;
	margin: 0 auto;
}
.logo-imagina {
	width: 200px;
	margin: 0 auto;
	text-align: center;
}
#logo-png {
	width: 200px;
    margin: 0 auto;
    position: relative;
    top: 70px;
}
.logo-edit-down {
	width: 27px;
    margin: 5px;
}
.img-pass-user {
	position: relative;
    width: 22px;
    top: 92px;
    left: -8px;
}
.img-user {
	position: relative;
    width: 22px;
    top: 35px;
    left: 14px;
}
.img-pass {
	position: relative;
    width: 22px;
    top: 35px;
    left: 14px;
}
#form {
	background-image: url(../img/fondo-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
#logotype {
	color: white;
	font-family: 'Montserrat', sans-serif;
}
.nav, .justify-content-center{
	padding: 10px;
	background-color: #DEDEDE;
}
.nav-item {
	margin-left: 20px;
}
table {
	text-align: center;
}
#table-form {
	margin: 1rem;
	padding: 1rem;
	font-family: 'Montserrat', sans-serif;
}
#table-content > tbody > tr > td > a.aTD {
	color: #808080 !important;
}
#table-content > tbody > tr:hover {
	color:#1F1F1F !important;
}
.editButton {
	background-color: #364b68;
	color: white;
	padding: 5px;
	margin-left: 10px;
}
#table-form-child {
    margin: auto;
    padding: 30px;
    background-color: rgba(255,255,255,0.40);
	-webkit-box-shadow: 0px 0px 122px -17px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 122px -17px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 122px -17px rgba(0,0,0,0.2);
}
.form-tpl {
	padding: 15px 15px 15px 50px !important;
	color: #425c7d;
    font-weight: 400 !important;
    border-bottom: 1px solid white;
	background-color: rgba(255,255,255,0.3);
	margin-bottom: 10px;
	margin-top: -2px;
}

.form-tpl::placeholder {
	color: #425c7d;
}
.form-tpl, .form-submit {
	padding: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	border: 0;
}
.form-submit {
	margin-top: 10px;
	transition: 0.5s;
	background-color: #425c7d;
	color: white;
}
.form-submit:hover {
	background-color: #198dc6;
}

.title-form {
	text-align: center;
	margin-bottom: 20px;
    font-weight: 700;
}

.account {
	background-color: #364b68!important;
}
.account a:hover {
	color: white;
}

/*RESPONSIVE FORM*/

@media (min-height: 1200px) {
  #form-admin .container2   {
	  position: relative !important;
	  top: 400px !important;
  }

}
/*
@media (min-height: 900px) {
  #form-admin .container2   {
	  position: relative !important;
	  top: 300px !important;
  }

}
@media (min-height: 500px) {
  #form-admin .container2   {
	  position: relative !important;
	  top: 100px !important;
  }
}*/
@media(max-height: 650px) {
	#logo-png {
		display: none;
	}
}
@media (min-width: 300px) {
  #table-form-child,.error-form   {
	  width: 340px;
  }
}
@media (min-width: 500px) {
  	#table-form-child,.error-form {
		width: 410px;
        border-radius: 10px;
	}

}
@media (min-width: 300px) {
  .form-tpl, .form-submit   {
	  width: 280px;	  
  }
}
@media (min-width: 500px) {
  	.form-tpl, .form-submit {
		width: 344px;
	}
}

.submit-busqueda {
	background-color: #1a8bc3 !important;
    position: relative;
    bottom: 46px;
    width: 100px !important;
    color: WHITE !important;
    padding: 0px 100px;
    height: 35px !important;
    left: 270px;
	transition: 0.6s;
	text-transform: uppercase;
	font-weight: 600;
}
.submit-busqueda:hover {
	background-color: #1c5f81 !important;
}
@media(max-width:768px) {
	.submit-busqueda {
		top: 7px; 
	}
}
#programacion > div > div > div.modal-body > form > input.programacionInput, #programacion > div > div > div.modal-body > form > select {
	width: 100%;
    background-color: #e2e2e2;
    height: 50px;
    margin: 20px 0;
    color: black;
    padding: 20px;
	border: 0;
	border-radius: none;
}
a:focus, a:hover {
    color: white !important;
    text-decoration: none !important;
}
#button-logout {
	position: absolute;
    right: 30px;
    top: 28px;
    padding: 10px 30px;
	background-color: #00A7C3;
	color: black;
	text-decoration: none;
	font-weight: bold;
	transition: 0.4s;
}
#button-logout:hover {
	background-color: #59aed6;
	color: white;
	-webkit-box-shadow: 0px 0px 96px -2px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 96px -2px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 96px -2px rgba(0,0,0,0.9);
}
a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}
a:hover{
	text-decoration: none !important;
	color: white;
	
}
.error-form {
    background: rgba(255, 208, 208, 0.6); 
    color: #ae1000; 
    border-left: 4px solid #ae1000; 
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    max-width: 300px;
    margin: 10px auto 0 auto; /* centrado horizontal */
}

/*MODAL*/

@media (min-width: 768px) {
	.modal-dialog {
    	width: 1800px !important;
	}
}

@media (min-width: 576px) {
	.modal-dialog {
    	max-width: 1600px !important;
	}
}

h1 {
    margin-top: -7px !important;
}








