.div
{
    display:inline-block;
}
  .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  white-space: normal;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  width:90%;
  margin-left:20px;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.closebtn {
  margin-left: 15px;
  color: green;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
body {
  font-family: "Lato", sans-serif;
}
.ft
{
    font-family: Helvetica;
}
/* Fixed sidenav, full height */
/* Style the sidenav links and the dropdown button */

/* On mouse-over */
.sidenav a:hover,
.dropdown-btn:hover,
.dropdown-btn1:hover{
  color: #ffffff;
  text-decoration: none;
  background-color: #4B6F6E;
  border-radius:5px;
}
.dropdown-btn1,
.dropdown-btn{
  padding: 4px 4px 4px 8px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  height:auto;
  display: flex;
  border-radius:5px;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 15px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: #067370;
  color: white;
  height:40px;
  text-decoration: none;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #4B6F6E;
  padding-left: 4px;
  text-decoration: none;
  vertical-align:middle;
}
a
{
    text-decoration: none;
}
/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 15px;}
} 
input[type=text],
input[type=password]{
  width: 80%;
  font-family: Arial;
  font-size: 14px;
  color: #000;  
  width: 150px;
  box-sizing: border-box;
  border: 1px solid #A8CFAC;
  background-color: #F7FAF5; 
  background-position: 5px 5px; 
  background-repeat: no-repeat;
  padding: 10px 5px 12px 5px;
  height:26px;
  transition: width 0.4s ease-in-out;
  outline:none;
  text-indent: 35px;
}
textarea[type=text]
{
  width: 80%;
  font-family: Arial;
  font-size: 14px;
  color: #000;  
  box-sizing: border-box;
  border: 1px solid #A8CFAC;
  background-color: #F7FAF5; 
  background-position: 5px 5px; 
  background-repeat: no-repeat;
  padding: 10px 5px 12px 5px;
  height:40%;
  transition: width 0.4s ease-in-out;
  outline:none;
  text-indent: 35px;
}
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}

.imagen:hover {filter: grayscale(80%);}
body,td,th {
	font-family: "Lato", sans-serif;
}
body {
  font-family: "Lato", sans-serif;
}
/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #DEC07E;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a,
.dropdown-btn2{
  padding: 4px 4px 4px 8px;
  text-decoration: none;
  font-size: 20px;
  color: #FFFFFF;
  border: none;
  background: #5B906F;
  width: 60%;
  text-align: center;
  cursor: pointer;
  outline: none;
  height:auto;
  border-radius:5px;
}
.dropdown-btn3{
  padding: 4px 4px 4px 8px;
  text-decoration: none;
  font-size: 20px;
  color: #FFFFFF;
  border: none;
  background: #9F3636;
  width: 60%;
  text-align: center;
  cursor: pointer;
  outline: none;
  height:auto;
  border-radius:5px;
}

/* On mouse-over */
.sidenav a:hover,
.dropdown-btn:hover,
.dropdown-btn1:hover{
  color: #f1f1f1;
}
/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: #067370;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #F6F8F5;
  padding-left: 4px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */

body {
	background-color: #F7FAF5;
}
.icono,
.icono1,
.icono2{
    font-family: "fontello";
	font-size: calc(1.8em + 1.8vw);
	alignment-adjust:central;
}
.icono{
    	color:#1774AD;
}
.icono1{
    color:#da5a11;
}
.icono2{
    color:#548266;
}

.ibox{
    color:#E5A52D;
}
.ichart
{
    color:#C7CDA5;
}

.icon-cancel-circle {
    font-family: "icomoon";
  color:#2C5858;
  font-size:40px;
}
.icon-cancel-circle1 {
  font-family: "icomoon";
  color:#FFFFFF;
  font-size:1em;
  padding-right:6px;
}
fieldset {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
    .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 400px; /* Could be more or less, depending on screen size */
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px; 
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
input[type=text],input[type=password] {
   box-sizing: border-box;
  border: 1px solid #A8CFAC;
  border-radius: 4px;
  font-size: 14px;
  background-color:#F7FAF5; 
  background-position: 5px 5px; 
  background-repeat: no-repeat;
  padding: 10px 5px 12px 5px;
  height:26px;
  outline:none;
  width:100%;
}
textarea[type=text]
{
  width: 80%;
  font-family: Arial;
  font-size: 14px;
  color: #000;  
  box-sizing: border-box;
  border: 1px solid #A8CFAC;
  background-color: #F7FAF5; 
  background-position: 5px 5px; 
  background-repeat: no-repeat;
  padding: 10px 5px 12px 5px;
  height:40%;
  transition: width 0.4s ease-in-out;
  outline:none;
  text-indent: 35px;
}

.modal {
  	top: 0;
  	left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .modal-content{
    clear: both;
    width: 100%;
                border-top-left-radius: 10px; 
  border-top-right-radius: 10px; 
  } 

  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }

}
@media (max-width : 37.500rem) {
  .modal {
  	top: 0;
  	left: 0;
    width: 100%;
    height: 150%;
    margin: 0;
    border-top-left-radius: 10px; 
  border-top-right-radius: 10px; 
  }
  .modal-content{
    clear: both;
    width: 100%;
    height: 150%;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px; 
    
  } 
  .imgr,
  .imgr5
  {
      position: absolute;
        z-index: 999;
        padding-left:7%;
        top:100%; 
  }
  .imgr1,
  .imgr4
  {
        position: absolute;
        z-index: 999;
        padding-left:2%;
        padding-right:8%;
        top: 5%; 
  }
   .imgr2,
   .imgr6
  {
        position: absolute;
        z-index: 999;
        margin-left: 5%;
        margin-right: 5%;
        top: 110%; 
  }
  .imgr3,
  .imgr7
  {
        top: 130%; 
        padding-left:2%;
  }
}
body {font-family: Arial, Helvetica, sans-serif;}

/* Full-width input fields */
input[type=text], input[type=password] {
   box-sizing: border-box;
  border: 1px solid #A8CFAC;
  border-radius: 4px;
  background-color:#F7FAF5; 
  box-shadow: 0 4px 4px #999;
  background-position: 5px 5px; 
  background-repeat: no-repeat;
  padding: 10px 5px 12px 5px;
  height:28px;
  outline:none;
  width:80%;
  font-family: Helvetica;
  font-size: 14px;
}
textarea[type=text]
{
  width: 80%;
  font-family: Arial;
  font-size: 14px;
  color: #000;  
  box-sizing: border-box;
  border: 1px solid #A8CFAC;
  background-color: #F7FAF5; 
  background-position: 5px 5px; 
  background-repeat: no-repeat;
  padding: 10px 5px 12px 5px;
  height:40%;
  transition: width 0.4s ease-in-out;
  outline:none;
  text-indent: 35px;
}

.label
{
   padding: 4px 4px 4px 8px;
  text-decoration: none;
  font-size: 16px;
  color: #638466;
  border: none;
  background: transparent;
  width: 60%;
  text-align: center;
  cursor: pointer;
  outline: none;
  height:auto;
  border-radius:5px;
}
.select-css {
    font-size: calc(0.5em + 0.5vw);
    font-family: Helvetica;
    color: #030;
    height: 26px;
    padding: .0em 0.8em .1em 0.3em;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 1px auto;
    margin-left:1px;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #FFFFFF 0%,#D2DACF 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    outline:none;
}
/* Set a style for all buttons */
button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 50%;
}
.usuarioheader{
    font-family: "fontello";
      font-style: normal;
      font-weight: normal;
	  font-size: calc(4em + 4vw);
	  color:#FFFFFF;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      background: #A8CFAC;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 4px #999;
  margin-left:10px;
  text-align:center;
  outline:none;
  margin-top: 1px;
  width:1.5em;
      
}
.iconof{
    font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: never;
      text-decoration: inherit;
      display: inline-block;
}
.button3,
.button4{
  position: absolute;
  background: #A8CFAC;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 4px #999;
  text-align:center;
  width:35px;
  font-size:10px;
}
.button3
{
  margin-top: 2px;
}
.button4{
  margin-bottom: 2px;
}
.flecha
{
    font-size: 1.2em;
	  color:#818181;
	  padding-left:5px;
	  display: flex;
}
.informacion
{
     font-size: 1em;
	  color:#E07420;
	  padding-right:5px;
	  display: flex;
}
.infofuncionamiento
{
     font-size: 1em;
	  color:#20D1E0;
	  padding-right:5px;
	  display: flex;
}

.comofunciona
{
    font-size: 1em;
	  color:#085A90;
	  padding-right:5px;
	  display: flex;
}
.contactenos
{
     font-size: 1em;
	  color:#818181;
	  padding-right:5px;
	  vertical-align:middle;
	  padding-top:-1em;
	  display: flex;
}
.contactenos2
{
      font-size: 1.2em;
	  color:#FFFFFF;
	  padding-right:5px;
	  padding-top:-1em;
}
.registrarse
{
    font-size: 1em;
	color:#E9A208;
	padding-right:5px;
	vertical-align:middle;
	padding-top:-1em;
}
.registrarse1
{
    font-size: 1em;
	color:#FFFFFF;
	padding-right:5px;
	display: inline-block;
	padding-top:-1em;
	
}
.iconoi
{
    
	 font-family: "icomoon";
      font-style: normal;
      font-weight: normal;
      speak: never;
      text-decoration: inherit;
      vertical-align: middle;
}
.correoconsignatario,
.telefonofijoconsignatario
	{
	  font-size: 1.2em;
	  color:#527C7C;
      speak: never;
	}
.ciudadremitente
	{
	  font-size: 1.2em;
	  color:#0F4F75;
	}
.menu
{
    color:#0F4F75;
}
.ciudad
{
    font-size: 1.2em;
	  color:#FFFFFF;
}
.pais
{
    font-size: 1.2em;
	  color:#FFFFFF;
}
.usuarioheader1
{
    font-size: 1.2em;
	  color:#FFFFFF;
}
.empresa
{
    font-size: 1.2em;
	  color:#FFFFFF;
}
.pass
{
    font-size: 1.2em;
	color:#FFFFFF;
	padding-left:7px;
}
.pass1
{
    font-size: 1.2em;
	color:#FFFFFF;
	padding-left:7px;
}
.telefono
{
    font-size: 1.2em;
	color:#FFFFFF;
}
.mobile
{
    font-size: 1.2em;
	color:#FFFFFF;
}
.extension
{
    font-size: 1.2em;
	color:#FFFFFF;
}
.registro
{
    font-size: 1.2em;
	color:#ffffff;
}
.correoremitente
{
    font-size: 1.2em;
	color:#FFFFFF;
}
button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

.container {
  text-align:center;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #F7FAF5; /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 20px;
}

/* Modal Content/Box */
.modal1-content {
  background-color: #F7FAF5;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 400px; /* Could be more or less, depending on screen size */
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px; 
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}
/* The Modal (background) */
.modalexpo,
.modalgenlocal,
.modaltranspoin,
.modaltransponal,
.modalagenca,
.modalagenad{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #F7FAF5; /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 20px;
}

/* Modal Content/Box */
.modalexpo-content,
.modalgenlocal-content,
.modaltranspoin-content,
.modaltransponal-content,
.modalagenca-content,
.modalagenad-content{
  background-color: #F7FAF5;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 600px; /* Could be more or less, depending on screen size */
  height: 750px;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px; 
}
/* Change styles for span and cancel button on extra small screens */
@media (min-width: 320px) and (max-width: 1024px) {
    .modalexpo-content,
.modalgenlocal-content,
.modaltranspoin-content,
.modaltransponal-content,
.modalagenca-content,
.modalagenad-content{
  background-color: #F7FAF5;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 85%; /* Could be more or less, depending on screen size */
  height: 120%;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px; 
}
.notificiacion{
  width: 80%;
  height: 430px;
  border-radius: 10px;
  margin-left: 5.5%;
  margin-right: 5.5%;
  text-align:justify;
  font-size: 36px;
}

.notificiacion{
  line-height: 1em;
}
.imgr,
  .imgr5
  {
      position: absolute;
        z-index: 999;
        padding-left:10%;
        padding-right: 10%;
        width: 80%;
        top:100%; 
  }
.imgr1,
  .imgr4
  {
        position: absolute;
        z-index: 999;
        padding-left:1%;
        padding-right:7%;
        width: 95%;
        top: 5%; 
  }
  .imgr2,
   .imgr6
  {
        position: absolute;
        z-index: 999;
        padding-left: 1%;
        padding-right: 7%;
        width: 95%;
        top: 210%; 
  }
  .imgr3,
  .imgr7
  {
        position: absolute;
        z-index: 999;
        padding-left:7%;
        width: 80%;
        top:100%; 
  }
input[type=text], input[type=password] {
   box-sizing: border-box;
  border: 1px solid #A8CFAC;
  border-radius: 4px;
  font-size : 40px;
  background-color:#F7FAF5; 
  background-position: 5px 5px; 
  background-repeat: no-repeat;
  padding: 5px 5px 5px 5px;
  height:15%;
  outline:none;
  width:95%;
  text-indent: 35px;
}
textarea[type=text]
{
  width: 80%;
  font-family: Arial;
  font-size: 14px;
  color: #000;  
  box-sizing: border-box;
  border: 1px solid #F7FAF5;
  background-color: #F7FAF5; 
  background-position: 5px 5px; 
  background-repeat: no-repeat;
  padding: 10px 5px 12px 5px;
  height:40%;
  transition: width 0.4s ease-in-out;
  outline:none;
  text-indent: 35px;
}
.dropdown-btn1,
.dropdown-btn{
  padding: 4px 4px 4px 8px;
  text-decoration: none;
  font-size: 40px;
  color: #818181;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  height:auto;
  display: flex;
  border-radius:5px;
}
.dropdown-btn2{
  padding: 4px 4px 4px 8px;
  text-decoration: none;
  font-size: 40px;
  color: #FFFFFF;
  border: none;
  background: #5B906F;
  width: 80%;
  text-align: center;
  cursor: pointer;
  outline: none;
  height:auto;
  border-radius:5px;
}

.modal1{
    width: 100%;
    height: 140%;
    margin: 0;
    border-top-left-radius: 10px; 
  border-top-right-radius: 10px; 
  }
.modal1-content
{
    width: 80%;
}
.label
{
   padding: 4px 4px 4px 8px;
  text-decoration: none;
  font-size: 40px;
  font-weight: bold;
  color: #006666;
  border: none;
  background: transparent;
  width: 60%;
  text-align: center;
  cursor: pointer;
  outline: none;
  height:auto;
  border-radius:5px;
}
.select-css {
    font-size: 36px;
    font-family: Helvetica;
    color: #030;
    height: 50px;
    padding: 0.1em 0.1em 0.1em 0.1em;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 1px auto;
    margin-left:1px;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #FFFFFF 0%,#D2DACF 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    outline:none;
}
/* Set a style for all buttons */
button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 50%;
  font-size: 40px;
}
.dropdown-btn3{
  padding: 4px 4px 4px 8px;
  text-decoration: none;
  font-size: 30px;
  color: #FFFFFF;
  border: none;
  background: #9F3636;
  width: 60%;
  text-align: center;
  cursor: pointer;
  outline: none;
  height:auto;
  border-radius:5px;
}
.button3,
.button4{
  position: absolute;
  background: #A8CFAC;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 4px #999;
  text-align:center;
  outline:none;
  width:30px;
  font-size:28px;
}
} 
@media (max-width : 37.500rem) {
  .modalexpo-content,
  .modalgenlocal-content,
  .modaltranspoin-content,
.modaltransponal-content,
.modalagenca-content,
.modalagenad-content{
    clear: both;
    width: 100%;
    height: 140%;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px; 
  } 
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}
@media (max-width : 37.500rem) {
  .modal{
  	top: 0;
  	left: 0;
    width: 80%;
    height: 140%;
    margin: 0;
    border-top-left-radius: 10px; 
  border-top-right-radius: 10px; 
  }
  .modalexpo-content,
  .modalgenlocal-content,
  .modaltranspoin-content,
.modaltransponal-content,
.modalagenca-content,
.modalagenad-content{
    clear: both;
    width: 80%;
    height: 140%;
      border-top-left-radius: 0px; 
  border-top-right-radius: 0px; 
    
  } 
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.notificiacion{
  width: 550px;
  height: 430px;
  border-radius: 10px;
  margin-left: 5.5%;
  text-align:justify;
}

.notificiacion{
  line-height: 1em;
}

.notificiacion img{
  float: right;
  margin-left: 3%;
  margin-right: 4%;
}
.margenicono
{
    margin-left: 3%;
    margin-top: 3%;
}
.bordeimagen
{
    border-radius:5px;
}
       #openModal{
    background-color: transparent !important;
}
    .modalDialog {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #F7FAF5;
	z-index: 99999;
	display:none;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: auto;
}
.modalDialog > div {
	width: 400px;
	position: absolute;
    top: 30%;
	left:40%;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
        font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }

