.img100 {
  width: 100%;
  height: auto;
}
body {
  font-family: 'Century Gothic';
}
select {
  box-shadow: none;
  background: none;
  background-color: transparent;
  border: 0px solid transparent !important;
  border-radius: 0;
  //width: 80%;
  margin: auto;
  display: block;
  font-size: 16px;
  -webkit-appearance: none;
  display: inline-block;
}
select:focus {
  outline: none;
}
.text-right {
  text-align: right;
}
.item-animate.ng-hide {
  height: 0;
  opacity: 0;
  padding: 0;
}
.item-animate.ng-hide-remove,
.item-animate.ng-hide-add {
  display: block !important;
  transition: all linear 300ms;
}
.bar.bar-stable {
  background-color: #407f9c;
}
.bar.bar-stable .title,
.bar.bar-stable .button.button-icon,
.bar.bar-stable .button.button-clear {
  color: #FFF !important;
}
.button.button-stable {
  background-color: #407f9c;
  color: #FFF;
}
.imagesatt {
  position: relative;
  text-align: center;
  width: 90%;
  margin: auto;
}
.imagesatt img {
  margin: 8px;
  border: 1px solid #5c626f;
  width: 100%;
  padding: 8px;
}
.imagesatt a {
  position: absolute;
  top: 0;
  right: -0.5em;
  color: red;
  z-index: 10;
  font-size: 2em;
}
.bgorange {
  background: url(../img/bgorange.png);
  background-size: cover;
  background-color: transparent;
}
.btnaranja {
  background-color: #eb8535 !important;
  color: #FFF !important;
}
.myround {
  webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.menu {
  background: url(../img/bgorange.png);
  background-size: cover;
  background-color: transparent;
}
.menu .logo {
  text-align: center;
  display: block;
}
.menu .logo img {
  width: 70%;
  padding: 2em 0;
}
.menu .item {
  background-color: transparent;
  border-color: #FFF;
}
.menu .item a {
  background-color: transparent;
  color: #FFF;
}
.nodata {
  padding: 4em 0;
  text-align: center;
  color: #407f9c;
  font-size: 2em;
  line-height: 2em;
}
#login {
  height: 100%;
  color: #FFF;
  background: url(../img/bghome.png) no-repeat center bottom;
  background-size: contain;
}
#login .logo {
  text-align: center;
  padding: 20% 0;
}
#login .logo img {
  width: 40%;
}
#login #loginForm {
  width: 80%;
  margin: auto;
}
#login #loginForm .mlabel {
  font-size: 1em;
  margin: 4px;
}
#login #loginForm input {
  margin-bottom: 20px;
  width: 100%;
  background-color: #e88a70;
  font-size: 1.8em;
  padding: 0.8em 0.5em;
  color: #FFF;
}
#home .contsol {
  background: #d7383e;
  color: #FFF;
  text-align: center;
  padding: 5% 0;
  font-size: 1.5em;
}
#home .contsol a {
  text-decoration: none;
  color: #FFF;
}
#home .contsol .mcont {
  background: #eb8535;
  padding: 1em 0;
  webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#home .contsol .mcont .num {
  font-size: 3em;
  line-height: 1em;
}
#home .contsol .mcont .estatus {
  font: 0.4em;
  border-bottom: 1px solid #FFF;
  margin: 0 8px;
  padding: 0.5em 0;
  display: inline-block;
}
#home .contsol .brr {
  border-right: 1px solid #FFF;
}
#home .contsol .col {
  padding: 0 10px;
}
#home .contagenda {
  background: #5c626f;
  padding: 2em 0;
  text-align: center;
}
#home .mmcont {
  padding: 3em 0;
  text-align: center;
  margin-top: 0.8em;
}
#home .mmcont a {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  border: 1px solid #FFF;
  webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5em 1em;
  font-size: 2.5em;
}
#home .contagenda {
  background: #5c626f;
}
#home .contsolicitudes {
  background: #407a82;
}
#agenda .mes {
  text-transform: uppercase;
  color: #FFF;
  background: #5c626f;
  padding: 0.5em 0.5em;
  font-size: 1.3em;
}
#agenda .dia {
  background: #dadada;
  padding: 0.5em 0.5em;
}
#agenda .dia .num {
  font-size: 3em;
  text-align: center;
}
#agenda .dia .asuntos {
  font-weight: bold;
}
#agenda .detalle {
  background: #FFF;
  margin-bottom: 0.5em;
}
#agenda .detalle .asunto {
  font-weight: bold;
}
#agenda .detalle .empleados img {
  max-width: 100%;
}
#agenda .detalle .versol {
  text-align: center;
}
#agenda .detalle .versol a {
  webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #00385e;
  color: #FFF;
  text-decoration: none;
  font-size: 1.2em;
  display: inline-block;
  padding: 0.5em 0.2em;
  width: 80%;
}
#solicitudes .item-complex .item-content {
  padding: 0;
}
#solicitudes .solicitud {
  padding: 0.3em 0;
}
#solicitudes .filtros {
  background: #5c626f;
  padding: 0.6em 0.2em;
}
#solicitudes .filtros span {
  color: #FFF;
}
#solicitudes .filtros select {
  color: #FFF;
}
#solicitudes .filtros select option {
  color: #FFF;
}
#solicitudes .crearnueva {
  padding: 1em;
  text-align: center;
  background: #407a82;
}
#solicitudes .crearnueva a {
  color: #FFF;
  display: inline-block;
  padding: 0.5em 2em;
  text-decoration: none;
  border: 1px solid #FFF;
}
#solicitudesDetail h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  background: #5c626f;
  color: #FFF;
  padding: 0.2em;
  margin: 0;
}
#solicitudesDetail .cabecera {
  border-bottom: 1px solid #5c626f;
}
#solicitudesDetail .respuesta {
  text-align: right;
  border-bottom: 1px solid #5c626f;
}
#solicitudesDetail .respuesta a.btbt {
  background: #407a82;
  color: #FFF;
  display: inline-block;
  padding: 0.5em 2em;
  text-decoration: none;
  margin: 0.5em;
}
#solicitudesDetail .respuesta .nuevarespuesta {
  text-align: left;
  padding: .5em 0;
}
#solicitudesDetail .detalle {
  border-bottom: 1px solid #5c626f;
}
#solicitudesDetail .detalle .texto img {
  max-width: 100%;
  height: auto !important;
}
#solicitudesEncuesta h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  background: #5c626f;
  color: #FFF;
  padding: 0.2em;
  margin: 0;
}
#solicitudesEncuesta h1 {
  font-size: 18px;
  padding: 0 10px;
  margin: 0;
  font-weight: bold;
}
#solicitudesEncuesta .gracias {
  text-align: center;
}
#solicitudesEncuesta .pregunta {
  background: #f2f2f2;
  width: 95%;
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
  padding: 20px 10px;
  margin-top: 20px;
}
#solicitudesEncuesta .pregunta .item,
#solicitudesEncuesta .pregunta .item-complex .item-content,
#solicitudesEncuesta .pregunta .item-radio .item-content {
  background-color: transparent;
}
#solicitudesEncuesta .pregunta .item-radio .item-content {
  padding: 10px 49px 10px 16px;
}
#solicitudesEncuesta .pregunta .item-radio {
  border: 0;
}
#solicitudesEncuesta .pregunta .myinput {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f6f6f7;
}
#solicitudesNueva h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  background: #5c626f;
  color: #FFF;
  padding: 0.2em;
  margin: 0;
}
