.img-login {
    display: block;
    max-height: 400px;    
    max-width: 400px;
    padding-top: 310px;
}

.img-login img {
    width: 380px;
    height: 290px;
    opacity: 0.7;
}

@media (min-width: 1050px) and (max-width: 1070px) {
  .img-login {
    max-height: 300px !important;    
    max-width: 300px !important;
    padding-top: 330px !important;
  }

  .img-login img {
    width: 280px !important;
    height: 250px !important;
}
}

@media (min-width: 768px) and (max-width: 1040px) {
  .img-login {
    max-height: 200px !important;    
    max-width: 200px !important;
    padding-top: 390px !important;
  }

  .img-login img {
    width: 200px !important;
    height: 150px !important;
}
}

@media (max-width: 768px) {
  .img-login {
    display: none !important;
  }
}

.bg-login {
	background-image: url("../../images/bg-mdx1.png");
    background-position: center;
    /*background-repeat: no-repeat;*/
    /*background-size: 100%;*/
    /*width: 50%;*/
    background-repeat: repeat;
}

.login-box-body, .register-box-body {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    border-top: 3.5px solid #3c8dbc;
    border-left: 1.5px solid #3c8dbc;
    border-right: 1.5px solid #3c8dbc;
    border-bottom: 1.5px solid #3c8dbc;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    color: #666;
    padding: 20px;
}

.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 5px;
    text-align: right;
}

label {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    max-width: 100%;
}

.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 13x;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.btn-default {
    background-color: #fff;
    border-color: #d2d6de;
    color: #444;
}

.btn-default:hover, .btn-default:active, .btn-default.hover {
    background-color: #f5f5f5 !important;
    border-color: #d2d6de;
    color: #444;
    border-radius: 5px;
}

.btn-social *:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0;
    font-size: 1em !important;
    left: 0;
    line-height: 32px !important;
    position: absolute;
    text-align: center;
    top: 0;
    width: 32px !important;
}

.content-header {
    padding: 15px 18px 0;
    position: relative;
}

.content-header > .breadcrumb {
    background: transparent none repeat scroll 0 0;
    border-radius: 2px;
    float: right;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 7px 12px;
    position: absolute;
    right: 10px;
    top: 15px;
}

/*.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #d2d6de;
    border-color: #d2d6de;
    color: #fff;
    cursor: default;
    z-index: 2;
}*/

.timeline > li > .timeline-item {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    position: relative;
}

.center {
	text-align: center;
}
 
.left {
	text-align: left;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.img-user {
	border: 1px solid #fff;
	border-radius: 100%;
}

.img-qr-lista {
    height: 30px;
    width: 30px;
}

.btn-submit {
	width: 100px;
	margin-top: 7px;
	margin-right: 10px;
	font-size: 13px;
}

.btn-reset{
	width: 100px;
	margin-top: 7px;
	font-size: 13px;
}

.icon-title {
	margin-right: 5px;
}

.bg-btn-action {
	background: #f7f7f7;
}

body {
    background-color: #fff;
    color: #333;
    font-size: 13px !important;
    line-height: 1.42857;
}

.btn-action-view {
    color: #3c8dbc;
}

.btn-action-edit {
    color: #00a65a;
}

.btn-action-delete {
    color: #dd4b39;
}

.btn-action-mover {
    color: #f39c12;
}

.circulo {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: gray solid 2px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: -8px auto;
    padding-bottom: 6px;
    padding-left: 4px;
}

.circulo > h2 {
    font-family: sans-serif;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    color: gray;
}

.circulo2 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: gray solid 2px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: -8px auto;
    padding-bottom: 8px;
}

.circulo2 > h2 {
    font-family: sans-serif;
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    color: gray;
}

.circulo_icon_menu_modulos {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px dashed;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    font-size: 30px;
    padding-left: 5px; 
    padding-top: 6px; 
    padding-right: 5px; 
    padding-bottom: 5px;
}

.link_disabled {
    cursor: not-allowed;
    pointer-events: disabled;
}

/* Botones de accion dataTables */ 
.dt-btn-copy {
    color: #3c8dbc;
}

.dt-btn-excel {
    color: #00a65a;
}

.dt-btn-csv {
    color: #00a65a;
}

.dt-btn-pdf {
    color: #dd4b39;
}

.dt-btn-print {
    color: #3c8dbc;
}

/* DataTable ============================ */
.dataTables_wrapper {
  position: relative;
}
  
.dataTables_wrapper .dt-buttons {
  float: left; 
}  
  
/* CANBIAR EL TEXTO A MAYUSCULA CON CSS */
.text_mayuscula {
  text-transform: uppercase;
}

/* PARA EL FOOTER DEL MENU DE LA BARRA LATERAL */
.sidebar .legal {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #eee;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 12px;
  padding-top: 12px;
  /*padding: 10px;*/
  overflow: hidden; 
}

/* DIV PARA EL BOTON CERRAR EN EL FOOTER DEL MENU LATERAL */
.circulo-footer-menu {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: gray solid 2px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: -8px auto;
    padding-bottom: 6px;
    padding-left: 4px;
}

/* DIV PARA MOSTRAR EL NOMBRE DE LA INSTITUCIÓN EDUCATIVA LOGUEADA */
.div-nombre-inst-educ {
    position: absolute !important;
    color: #ffffff !important;
    display: inline-flex;    
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.nombre-inst-educ {
    margin-left: -300px;
    border: dashed 1px #fff;
    border-radius: 0px 0px 10px 10px;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

/* Nombre Plataforma - Logo Mini */
.logo-circulo {
    margin-top: 3px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: #fff dashed 1px;
    font-size: 1.3rem !important;
}