@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700');

.bibliografia{
  overflow: auto;
}

.lista_usuarios{
  max-height: 606px;
}

.lista_usuarios tr td:first-child, td:nth-child(5), td:nth-child(6),td:nth-child(7) {
  text-align: center;
}

.lista_usuarios tr th:nth-child(5){
  color: red;
}

.lista_usuarios .btn_editar{
  margin-left: 1em;
}

.lista_eventos tr td:nth-child(2){
  min-width:65px;
}
.lista_eventos tr td:nth-child(4){
  min-width:175px;
}
.lista_eventos tr td:nth-child(7), td:nth-child(8){
  min-width:70px;
}
.lista_eventos tr td:nth-child(10){
  min-width:60px;
}
.lista_eventos tr td:nth-child(11){
  min-width:100px;
}

.asistenteEncontrado {
  background-color: rgba(95,187,99,0.2) !important;
}

.lista_usuarios input {
  padding: initial;
  text-align: center;
}

#drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  margin: 35px auto 40px auto;
  padding: 19px 15px 30px;
  position: relative;
}

#drop-area.highlight {
  border-color: #02689f;
}

#image-drop.highlight {
  pointer-events: none;
  background: url('../imagenes/icon_csv.svg') center no-repeat;
  background-color: #ffffffe0;
  width: 98%;
  height: 100%;
  margin-top: -1.4em;
  position: absolute;
}

#importarCsv {
  display: none;
}

.csvButton {
  min-width: 80px;
  margin-top: 1em;
  display: inline-block;
  padding: 10px;
  text-shadow: none;
  color: #333 !important;
  background: #ccc !important;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: none;
}
.csvButton:hover {
  background: #ddd !important;
  border-color: #ccc !important;
}

.caja-asistentes{
  margin-bottom: 0.3em;
}

#pre-load-web {
  width:100%;
  position:absolute;
  background:#ffffff;
  opacity: 0.7;
  filter: alpha(opacity=60); /* For IE8 and earlier */
  left:0px;
  top:0px;
  z-index:100000
}

/*contenedor donde se muestra el material didactico recuperado de la BD*/
.mate_recu{
  border: 0px !important;
}

.sinborde{
  border: 0px !important;
}

.form-control{
  box-sizing: border-box;
}

.notificacion{
  text-align: center;
}

.notificacion h1 {
  font-weight: bold;
  color: #2e77bb;
}

.notificacion h4 {
  font-size: 20px;
  font-weight: 300;
  color: #7d7d7d;
}

.centrado{
  width: 100%;
  height: 30%;
  margin: 0 auto;
  position: center;
}

.centrado_normal{
  width: 100%;
  height: 10% !important;
  margin: 0 auto;
  position: center;
}

#login .nueve {
  display:inline-table;
}

#login .icons_container{
  margin-top: 5em;

}

#login .bottom {
  margin-top: 2em;
  font-size: small;
  color: #757575;
}

.login {
  border-radius: 5px;
  background-color: #ffffff;
  color:white;
}

.login.panel {
  width: 100%;
  max-width: 425px;
}

.login-wrong {
  background: #ff5b5b;
  border-radius: 1em;
}

.login-heading{
  background: #0277bd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.login-heading, .login-wrong{
  font-size: larger;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}

.login input {
  font-size: larger;
  font-weight: 200;
}

.btnsinfondo-container{
  width: 100%;
  margin: 2em auto 4em;
}

.login .btnsinfondo {
  background-color: #0277bd;
  color: #ffffff;
  text-decoration: none;
  border-radius: 2em;
  padding: 4px 20px;
  width: initial;
}

.login .btnBuscarFolio {
  background-color: transparent;
  background-color: #0277bd;
  text-decoration: none;
  border-radius: 9px;
  border: none;
  padding: 4px 20px;
  color: #ffffff;
  width: 141px;
}

.login .inputContainer {
  display: block;
}

.login .centrado{
  width: 100%;
  max-width: 275px;
}

.login .btnLogin{
  padding: 8px 18px;
}

.login .middleGround{
  background-color: white;
}

.middleGroundContainer{
  background-color: #e0e0e0;
  margin-top: 5em !important;
}

.ancho_pagina{
	width: 100%;
	margin: 0 auto;
}

#contenedor {
  margin-top: 2em;
  width: 100%;
}

.panel{
  margin-top: initial;
  border:0 !important;
}
.panel-heading{
  background-image: linear-gradient(to bottom,#004789 0,#004789 100%) !important;
}

.panel-body
{
  margin: auto 20px;
  /*background:url('../imagenes/fondo_form.png');*/
  background-size: fixed;
}

.todo-contenido{
  width:100%;
  margin: 0 auto;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat !important;
  /*Gradiend color background */
  background: #e3e4e5; /* Old browsers */
  background: -moz-linear-gradient(top, #e3e4e5 0%, #ffffff 8%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e3e4e5 0%,#ffffff 8%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e3e4e5 0%,#ffffff 8%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e4e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.ancho{
  width: 55%;
}

section{
  margin-bottom: 15px;
}

#actividad_academica{
  margin:5px 0px 5px 0px;
}

.registroEventos{
  width:800px;
  margin:10px auto;
}

label{
  font-size: 14px;
  margin-top: auto;
  font-weight: normal;
  /*text-align: justify;*/
}
div label{
    vertical-align: middle;
}
.boton{
	text-decoration: none;
  display: inline-block;
}

iframe{
  border: none;
  border-radius: 5px;
  display: block;
  width: 100%;
  max-width: 600px;
  height: 405px;
  position:absolute;
}

.removeBoxShadow{
  -webkit-box-shadow: 0 1px 2px rgb(255, 255, 255) !important;
}

#mensajes{
	background: #d9edf7;
	font-size: 12px;
  padding-left: 15px;
}

.mensajes{
  color:green !important;
}

#asignar_txt{
  margin-top: 10px;
  margin-bottom: 2px;
}

.separador{
  margin-right: 10px;
  display: inline-block;
}

.btn_floatRight {
  float: right;
}

.caja-elementos{
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border:solid 1px #B7B7B7;
  max-height: 188px;
  overflow-y: auto;
  padding: 4px;
}

.separadorFila{
  border-top: solid 1px #E4E4E4;
  padding-top: 2px;
  margin-bottom: 2px;
}

.inputDisabled{
  background-color: rgb(238, 238, 238);
  cursor:not-allowed;
}

.right{
  text-align: right;
}

.left{
  text-align: left;
}
.zero, .uno, .dos, .tres, .cuatro,
.cinco, .seis, .siete, .ocho,
.nueve, .diez, .once, .doce{
  display: inline-flex;
  vertical-align: middle;
}

.zero{
  width: 1%;
}

/* custom */
.punto7{
  width: 7%;
  min-width: 80px;
}

.punto10{
  width: 10% !important;
  min-width: 110px;
}

.contieneCV{
  width: 8% !important;
  min-width: auto !important;
}

.uno{
  width:13%;
  min-width: 80px;
}

.dos{
  width:16%;
}

.tres{
 width:25%;
}

.cuatro{
 width:33%;
}

.cinco{
 width: 41%;
}

.seis{
  width: 50%;
}

.siete{
  width:58%;
}

.ocho{
 width: 66%;
}

.nueve{
  width: 74%;
}

.diez{
  width: 83%;
}

.once{
  width:91%;
}

.doce{
  width: 100%;
}

footer{
  margin: 2em auto;
  text-align: center;
  font-size: 13px;
  color: gray;
}

.titulo{
  text-indent: -3em;
  border-radius: 0.3em;
  padding: 9px;
  background: #2072b9;
  text-align: center;
  color: #ffffff;
  font-size: larger;
  font-weight: 300;
}

.view_doc{
  width: 35px;
  height: 35px;
  background-image: url('../imagenes/doc.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.temario{
  border:1px solid #71DCFF;
  padding:5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.tema {
  background:#F1F1F1;
  border:1px solid #B0B0B0;
  max-height: 510px !important;
}

.item-tema{
  width: 70%;
  margin-top: 4px;
}

.apartado-tema{
  width: 10%;
  display: inline-flex;
  font-size: 10px;
  margin-top: 4px;
}

.quitarElemento, .quitarTema{
  vertical-align: middle;
  float: right;
}

#temario h3{
  cursor: pointer;
}

#acordeon ul ul{
 display: none;
}

#acordeon {
  color: white;
  /*Some cool shadow and glow effect*/
  box-shadow:
    0 5px 10px 1px rgba(0, 0, 0, 0.3),
    0 0 100px 1px rgba(255, 255, 255, 0.3);
}
/*heading styles*/
#acordeon h3 {
  font-size: 12px;
  line-height: 34px;
  padding: 0 10px;
  cursor: pointer;
  /*fallback for browsers not supporting gradients*/
  background: #BFBFBF;
  background: linear-gradient(#BFBFBF, #8D8D8D);
}
/*heading hover effect*/
#acordeon h3:hover {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#acordeon h3 span {
  font-size: 16px;
  margin-right: 10px;
}
/*list items*/
#acordeon li {
  list-style-type: none;
}
/*links*/
#acordeon ul ul li a {
  color: white;
  text-decoration: none;
  font-size: 11px;
  line-height: 27px;
  display: block;
  padding: 0 15px;
  /*transition for smooth hover animation*/
  transition: all 0.15s;
}
/*hover effect on links*/
#acordeon ul ul li a:hover {
  background: #003545;
  border-left: 5px solid lightgreen;
}
/*Lets hide the non active LIs by default*/
#acordeon ul ul {
  display: none;
}
#acordeon li.active ul {
  display: block;
}

.busqueda{
  color:black;
  margin-left: -40px;
}

.error{
  color:red;
  font-weight: normal;
  margin-left: 2px;
}

.rol_del_usuario {
  margin-left: 1%;
  font-weight: 500;
}

.valid{
  background-color: rgba(76, 175, 80, 0.08) !important;
}

.valid input{
  background-color: rgba(76, 175, 80, 0.04);
}

.opthidden{
  display: none;
}

.imgbutton{
  text-indent:100%;
  width: 100%;
  /* display: table-cell; */
  display: inline-block;
  vertical-align: middle;
  width:35px;
  height:35px;
}

.icon_SIRV_logo_mini{
  cursor: none !important;
  height: auto !important;
  padding: 1em;
  display: block;
  background:url('../imagenes/icon_sirv_small.svg');
  background-size: 100% 100%;
}

.icon_SIRV_logo_medium{
  width: auto;
  margin: 5em;
  padding: 3em;
  display: block;
  background:url('../imagenes/icon_sirv_medium.svg');
  background-size: 100% 100%;
}

.SRIVlogoLogin {
  margin:auto !important;
  margin-bottom:3em !important;
  padding: 2em !important;
}

.icon_key{
  margin: 8px;
  padding: 7%;
  display: block;
  background:url('../imagenes/icon_key.svg');
  background-size: 100% 100%;
}

.icon_busqueda {
  margin: 5em auto;
  padding: 2em;
  display: block;
  background:url('../imagenes/icon_buscar.svg');
  background-size: 100% 100%;
}

.icon_unach{
  padding: 2em;
  background:url('../imagenes/icon_unach.svg');
  background-size: 100% 100%;
}

.icon_unach_virtual{
  padding: 1.7em;
  background:url('../imagenes/marcaunach.png');
  background-size: 100% 100%;
  margin-left: 20px;
}

.login_icon{
    background:url('../imagenes/login_icon.png');
    background-size: 100% 100%;
}

.img_menuPrincipal {
  background-size: 100% 100% !important;
  padding: 30px;
  display: block;
  width: auto;
  margin-top: 38px;
  margin-bottom: 19px;
  
}

.size_administrativo {
  margin: auto;
  margin-bottom: 12px;
}

.icon_nuevaActividad{
    background:url('../imagenes/icon_nuevaActividad.svg');
}

.icon_editarActividad{
    background:url('../imagenes/icon_editarActividad.svg');
}

.icon_completadaActividad{
    background:url('../imagenes/icon_completadaActividad.svg');
}

.icon_incompletosActividad{
    background:url('../imagenes/icon_incompletosActividad.svg');
}

.icon_usuario {
  background:url('../imagenes/icon_usuarios.svg');
}

.icon_permisos {
  background:url('../imagenes/icon_permisos.svg');
}

.icon_rolesyrecursos {
  background:url('../imagenes/icon_rolesyrecursos.svg');
}

.icon_sede {
  background:url('../imagenes/icon_sede.svg');
}

.icon_reporte {
  background:url('../imagenes/icon_reporte.svg');
}

.icon_asistentes {
  background:url('../imagenes/icon_asistentes.svg');
}

.icon_drop_csv {
  background:url('../imagenes/icon_csv.svg') center no-repeat;
  background-color: #ffffffe0;
}

.admin_icon{
    background:url('../imagenes/admin_icon.png');
    background-size: 100% 100%;
}

.admin_asistentes_icon{
    background:url('../imagenes/doc.png');
    background-size: 100% 100%;
}

.admin_users{
    background:url('../imagenes/admin_users.png');
    background-size: 100% 100%;
}

.permisos_users{
    background:url('../imagenes/permisos_users.png');
    background-size: 100% 100%;
}

.roles_users{
    background:url('../imagenes/roles_users.png');
    background-size: 100% 100%;
}

.add_sedes{
    background:url('../imagenes/location.png');
    background-size: 100% 100%;
}

.add_persona{
    background:url('../imagenes/eventplanner.png');
    background-size: 100% 100%;
}

.informes_icon{
    background:url('../imagenes/informes_icon.png');
    background-size: 100% 100%;
}

.ficha_actividades_icon{
    background:url('../imagenes/ficha_actividades_icon.png');
    background-size: 100% 100%;
}

.btnsinfondo{
  background-color:transparent;
  border: none;
}

.btnsinfondo:active{
  box-shadow: none;
  /*background-color: #01578b;*/
  border-color: #494F57;
  box-shadow:none;
  outline: none !important;
   border:none !important;
    outline:none !important;
    box-shadow:none;
}

body{
  font-family: 'Roboto', sans-serif;
}

thead {color:#2e6da4;}
tbody {color:#545454;}
tfoot {color:red;}

th{
  text-align: center !important;
}

/*   ./FUsuarios.php   */

.formNuevoUsuario {
  max-width: 1136px;
}

.overlay {
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.overlay:target {
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;
  display: block;
}

.popup {
  margin: 7em auto;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 600px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup #btn_close {
  position: absolute;
  top: 0%;
  right: 2%;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

.popup #btn_close:hover {
  color: #fff;
}

#popup_NuevaActividad .popup {
  max-width: 300px;
  margin: 30em auto;
}

#popup_NuevaActividad .popup a{
  color: black;
}

#popup_NuevaActividad .crearActividad{
  text-align: center;
  margin-top: 18px;
}

#popup_NuevaActividad .btn-success {
  background-color: #0096e2;
}

#popup_NuevaActividad .btn-success:hover {
  background-color: #0082c3;
}

/*   ./FAsistentes.php   */

#btn_updateTotal{
  margin-left: 0.5em;
}

#totalAsistentes{
  text-align: center;
}

.ejemploDocumento{
  margin-top: -0.5em;
  margin-left: 0.5em;
}

.eliminarAsistente{
  margin-top: -0.25em;
}

.estadoFolio{
  color: orange;
  margin-left: -1em;
}

#btn_buscar{
  margin-left: 4px;
}

/* ================= */

.actividades {
  margin:0px;padding:0px;
  width:100%;
  border:1px solid #ffffff;
  font-size: 11px !important;

  -moz-border-radius:5px 5px 5px 5px;
  -webkit-border-radius:5px 5px 5px 5px;
  border-radius:5px 5px 5px 5px;
}

.actividades table{
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
}

.actividades tr:last-child td:last-child {
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-right-radius:5px;
  border-bottom-right-radius:5px;
}

.actividades table tr:first-child td:first-child {
  -moz-border-radius-topleft:5px;
  -webkit-border-top-left-radius:5px;
  border-top-left-radius:5px;
}

.actividades table tr:first-child td:last-child {
  -moz-border-radius-topright:5px;
  -webkit-border-top-right-radius:5px;
  border-top-right-radius:5px;
}

.actividades tr:last-child td:first-child{
  -moz-border-radius-bottomleft:5px;
  -webkit-border-bottom-left-radius:5px;
  border-bottom-left-radius:5px;
}

.actividades tr:nth-child(odd){ background-color:#ececec; }

.actividades tr:nth-child(even){ background-color:#ffffff; }

.actividades tr:last-child td{
  border-width:0px 1px 0px 0px;
}

.actividades tr td:last-child{
  border-width:0px 0px 1px 0px;
  text-align: center;
}

.actividades tr td:nth-last-child(2){
  border-width:0px 0px 1px 0px;
}

.lista_completa_usuarios tr td:nth-child(2){
  text-align: left;
}

.lista_completa_usuarios tr td:nth-child(3){
  text-align: left;
}

.lista_completa_usuarios tr:nth-child(odd){
  background-color:#ffffff;
}

.lista_completa_usuarios tr th:nth-last-child(3){
  width: 14%;
}
.lista_completa_usuarios tr th:nth-last-child(2){
  width: 19%;
}

.lista_completa_usuarios tr td {
  text-align: center;
}

.lista_completa_usuarios .editarBtn{
  width: auto !important;
}

.editarBtnAsistente{
  background-color: #5cb5b8 !important;
}

.btn_guardar_actividad{
  margin-left: 4px;
}

#Modificar_edicion{
  margin-left: 4px;
}

.barraBusqueda{
  margin-bottom: 1em;
}

.btnImprimirDisabled {
  background-color: #616161 !important;
}

/* - El texto verde 'Validado' no es centrado con display block. Solamente se necesita centrar el boton rojo. */
/*.lista_completa_usuarios tr td:nth-last-child(2){
  display: block;
}*/

.actividades tr:last-child td:last-child{
  border-width:0px 0px 0px 0px;
}
.actividades tr:first-child th{
  background:-o-linear-gradient(bottom, #2072b9 5%, #2072b9 100%);  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2072b9), color-stop(1, #2072b9) );
  background:-moz-linear-gradient( center top, #2072b9 5%, #2072b9 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#2072b9", endColorstr="#2072b9");  background: -o-linear-gradient(top,#2072b9,00b1d1);
  background-color:#2072b9;
  border:0px solid #ffffff;
  text-align:center;
  border-width:0px 0px 1px 1px;
  font-size:11px;
  font-weight:bold;
  color:#ffffff;
}

.actividades tr:hover td{
  /*background:-o-linear-gradient(bottom, #2072b9 5%, #2072b9 100%);
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2072b9), color-stop(1, #2072b9) );
  background:-moz-linear-gradient( center top, #2072b9 5%, #2072b9 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#2072b9", endColorstr="#2072b9");  background: -o-linear-gradient(top,#2072b9,00b1d1);*/
  background-color:#EEEEEE;
}

.actividades tr:first-child td:first-child{
  border-width:0px 0px 1px 0px;
}

.actividades tr:first-child td:last-child{
  border-width:0px 0px 1px 1px;
}

.logout{
  color: white;
  text-align: center;
  background: #2072b9;
  min-width: 473px;
}

.logout span{
  margin-right: 10px;
}

.logout .userName {
  font-weight: 300;
  margin-right: auto;
}

.logout .sirvName {
  font-size: small;
}

.logout .btn-exit{
  color: #fff;
  font-weight: 300;
}

#roles{
  background-color: #2072b9;
  font-weight: 300;
  color: white;
  border: 0px;
  min-width: 115px;
}

.menu_principal_legend{
  color: #0096e2;
  text-align: center;
  font-size: 20px;
  margin-bottom: auto;
  border-bottom: none;
}

.menu_principal p{
  text-align: center;
  margin: 0 0 50px;
  font-size: 16px;
  color: #757575;
}

.menu_principal_divisor{
  margin-top: 60px;
  border-bottom: 1px solid #e5e5e5;
}

#administracion_usuarios{
  margin-bottom: 45px;
}

.boton_principal{
  color: #0096e2;
  background-color: white;
  border-radius: 14px;
  border: 0 !important;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1), 0 0 100px 1px rgba(255, 255, 255, 0.3);
  width: 40%;
  max-width: 220px;
  margin: auto 10px;
}

.boton_principal:hover{
  background-color: #f3f3f3;
  color: #0096e2;
}

.boton_principal_text{
  font-size: 16px;
  margin-bottom: 35px;
}

.botones_principales {
  text-align: center;
}

.administrativo_border {
  box-shadow: none;
  border-radius: 0;
  width: auto;
  margin: 0;
  padding: 30px 30px 0px 30px;
}

.containerCustom{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.containerFormulario {
  max-width: 1334px;
  min-width: 460px;
}

.busquedaContainer{
  display: inline-flex;
  margin-bottom: 1em;
}

.busquedaContainer .leyenda{
  padding: 7px 12px;
}

.lineaSuperior {
  border-top: 1px solid #efefef;
}

.busquedaContainer .leyendaGris{
  color: #9a9a9a;
}

.busquedaContainer .leyendaAzul{
  color: #0096e2;
}

.divisionDerecha{
  width: 35%;
  border-right: 1px solid #e5e5e5;
}

.divisionIzquierda{
  width: 55%;
  float: right;
  margin: 3em 3em;
}

.layoutSingle{
  min-width: 500px;
  margin-top: 8em;
}

.layoutDouble{
  margin-top: 8em;
  max-width: 900px !important;
  min-width: 860px;
}

.layoutSingle .fieldsetContainer {
  background-color: white;
}

.layoutDouble .fieldsetContainer {
  background-color: white;
}

.customNombreAct{
  margin-bottom: 3px;
  margin-top: -12px;
  margin-left: 6px;
  width: 96%;
}

.customNombreAct span {
  width: 92%;
  text-align: left;
}

.botonesAdministrativos {
  float:left;
  margin-right:1em;
}

.hidden{
  display: none;
}

.actividades tr td {
  position: relative;
}

.actividades tr .eliminar {
    display: none;
}
.actividades tr:hover .eliminar {
  display: inline-block;
  position: absolute;
}

.actividades .validado{
  color: green;
  margin-top: 0.5em;
}

form{
  margin-bottom: 12px;
}

#sidenav{
  display: none;
}

.sinPadding {
  padding: 0;
}

@media(max-width: 1500px){
  .formNuevoUsuario{
    width: 90%;
  }
}
