@font-face {
	font-family: 'soursesansprobold';
	src: url('https://www.consalud.cl/recurso/SourceSansPro-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'soursesansprolight';
	src: url('https://www.consalud.cl/recurso/SourceSansPro-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'soursesansproregular';
	src: url('https://www.consalud.cl/recurso/SourceSansPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'soursesansproitalic';
	src: url('https://www.consalud.cl/recurso/SourceSansPro-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*Open sans*/
@font-face {
	font-family: 'open_sansregular';
	src: url('https://www.consalud.cl/recurso/opensans-regular-webfont.eot');
	src: url('https://www.consalud.cl/recurso/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('https://www.consalud.cl/recurso/opensans-regular-webfont.woff') format('woff'),  url('https://www.consalud.cl/recurso/opensans-regular-webfont.ttf') format('truetype'),  url('https://www.consalud.cl/recurso/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
 @font-face {
   font-family: 'FontAwesome';
   src: url('https://www.consalud.cl/recurso/fontawesome-webfont.eot?v=4.7.0');
   src: url('https://www.consalud.cl/recurso/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://www.consalud.cl/recurso/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://www.consalud.cl/recurso/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://www.consalud.cl/recurso/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
   font-weight: normal;
   font-style: normal;
 }
body {
  color: #636466;
  font-family: 'soursesansproregular', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* :focus {
  outline: 0;
}
.right {
  float: right !important;
}
.left {
  float: left !important;
}
.block {
  display: block;
}
.dNone{
  display: none;
}
.no-border {
  border: none !important;
}
.no-margin-top {
  margin-top: 0;
}
.no-border-top {
  border-top: none !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.see-all {
  text-transform: uppercase;
  padding: 5px 0;
  font-size: 13px;
  font-weight: 500 !important;
}
.relative {
  position: relative;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.bg-blue-clean {
  background-color: #eff9f8;
  /*background-image: url("../../bower_components/consalud-framework/assets/img/pattern-background.png");*/
  padding-bottom: 30px;
}
.bg-blue-clean .header-with-menu {
  background-color: #fff;
}
.bg-blue-clean #footer,
.bg-blue-clean .bg-section {
  border: none;
  background: transparent;
}
.bg-blue-clean .bg-section {
  padding-bottom: 0;
}
.bg-blue-clean #footer {
  padding-bottom: 30px;
}
.bg-blue-clean #footer .btn {
  margin-right: 15px;
  margin-left: 0;
}
.bg-blue-clean .center-block {
  float: none;
}
.login-form {
  padding: 30px 0;
}
.login-form .logo-consalud-login {
  margin-bottom: 30px;
}
.login-form .center-block {
  float: none;
}
.login-form .btn-link {
  text-transform: uppercase;
  margin-top: 20px;
}
#sidebar .main-title,
#sidebar .main-subtitle {
  margin-top: 0;
}
#sidebar .social-list {
  margin-left: 0;
  padding-left: 0;
}
#sidebar .social-list:before,
#sidebar .social-list:after {
  content: " ";
  display: table;
}
#sidebar .social-list:after {
  clear: both;
}
#sidebar .social-list:before,
#sidebar .social-list:after {
  content: " ";
  display: table;
}
#sidebar .social-list:after {
  clear: both;
}
#sidebar .social-list li {
  float: left;
  list-style-type: none;
  margin-left: 20px;
}
#sidebar .social-list li:first-child {
  margin-left: 0;
}
#sidebar .social-list li a {
  font-size: 13px;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  padding: 10px;
}
#sidebar .social-list li a img {
  width: 100%;
  height: auto;
  display: block;
}
#sidebar .btn {
  margin-bottom: 10px;
}
.bottom-btn.right .btn {
  margin-left: 30px;
}
.bottom-btn.left .btn {
  margin-right: 30px;
}
*::-webkit-input-placeholder {
  color: rgba(99, 100, 102, 0.5) !important;
}
*:-moz-placeholder {
  /* FF 4-18 */
  color: rgba(99, 100, 102, 0.5) !important;
}
*::-moz-placeholder {
  /* FF 19+ */
  color: rgba(99, 100, 102, 0.5) !important;
}
*:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(99, 100, 102, 0.5) !important;
}
@media (min-width: 1200px) {
  .container {
    width: 960px !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 51px;
  }
  .bg-blue-clean #footer {
    padding-bottom: 0;
  }
  #sidebar .main-title,
  #sidebar .main-subtitle {
    margin-top: 0;
  }
  #sidebar .social-list {
    margin-left: 0;
    padding-left: 0;
  }
  #sidebar .social-list:before,
  #sidebar .social-list:after {
    content: " ";
    display: table;
  }
  #sidebar .social-list:after {
    clear: both;
  }
  #sidebar .social-list:before,
  #sidebar .social-list:after {
    content: " ";
    display: table;
  }
  #sidebar .social-list:after {
    clear: both;
  }
  #sidebar .social-list li {
    float: left;
    list-style-type: none;
    margin-left: 20px;
    margin-right: 0;
    width: 33px;
    height: 33px;
  }
  #sidebar .social-list li:first-child {
    margin-left: 0;
  }
  #sidebar .social-list li a {
    font-size: 13px;
    width: 33px;
    height: 33px;
    display: block;
    line-height: 50px;
    padding: 10px;
    margin: 0;
  }
  #sidebar .social-list li a img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  #sidebar .btn {
    margin-bottom: 10px;
  }

}
.content {
  padding: 40px 0 60px 0;
}
.content .h-modulo {
  margin-top: 0;
}
.content .h-publicacion {
  font-weight: 300;
}
.content .h-publicacion:first-child {
  margin-top: 0;
}
.box-novedad {
  border-left: 1px solid #D6D6D6;
  padding: 0 25px 40px 25px;
  float: left;
}
.box-novedad p {
  padding-right: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.box-novedad h3 {
  font-size: 21px;
  /*font-weight: 900;*/
  margin-top: 0;
}
.box-novedad.destacada {
  width: 100%;
  padding: 0;
  position: relative;
}
.box-novedad.destacada .box-destacada-content {
  width: 60%;
  float: left;
}
.box-servicio-index {
  padding: 0 15px;
  margin-top: 20px;
   border-right: 1px solid #FFFFFF !important;
}
.box-servicio-index:last-child {
    border-right: none !important;
}
.box-servicio-index h3 {
  margin: 15px 0 20px 0;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}
.box-servicio-index p {
  color: #fff;
  text-align: center;
  font-weight: 300;
}
.box-servicio-index img {
  opacity: .8;
}
.box-servicio-index:hover img {
  opacity: 1;
}
.box-servicio {
  padding-top: 25px;
}
.box-plan,
.box-servicio {
  margin-bottom: 30px;
}
.box-plan h3,
.box-servicio h3 {
  font-family: 'soursesansprobold', Helvetica, Arial, sans-serif !important;
  text-transform: none;
  margin: 0 0 10px 0;
}
/*.box-plan h3 {
  font-weight: 700;
}
.box-servicio h3 {
  font-weight: 900;
}*/
.box-plan p,
.box-servicio p {
  font-size: 13px;
}
.box-servicio .icon-servicio {
  padding: 2px;
  background-color: #00837B;
  border-radius: 50%;
  overflow: hidden;
}
.box-plan.asociado,
.box-servicio.asociado {
  margin-top: 14px;
}
.box-terminos {
  margin: 30px 0;
  padding-left: 40px !important;
}
.box-terminos h5 {
  margin-top: 0;
}
.box-terminos p {
  margin-bottom: 10px;
}
.box-complemento-index,
.box-beneficio-index {
  margin-bottom: 30px;
  text-align: center;
}
.box-complemento-index .sprite-complemento,
.box-beneficio-index .sprite-complemento {
  margin: 20px auto;
}
.box-complemento-index h3,
.box-beneficio-index h3 {
  margin-top: 0;
  font-weight: 900;
  text-transform: none;
}

.text-uppercase-complementos h3{
text-transform: none;
}


.box-complemento,
.box-beneficio {
  margin-top: 30px;
  width: 100%;
  height: 105px;
  padding: 20px;
  display: -webkit-flex;
  display: flex;
}
.box-complemento .vertically-centered,
.box-beneficio .vertically-centered {
  margin: auto 0;
  display: table-cell;
}
.box-complemento h3,
.box-beneficio h3 {
  margin-top: 0;
  font-weight: 300;
}
.box-complemento .complemento,
.box-beneficio .complemento,
.box-complemento .beneficio,
.box-beneficio .beneficio {
  /*float: left;
  margin-left: 15px;*/
  float: none;
  margin-left: auto;
}
.box-sub-menu {
  padding: 26px 0 46px 0;
  max-width: 280px;
  margin: 0 auto;
}
.box-sub-menu h3,
.box-sub-menu h5 {
  color: #1de9d9 !important;
  margin-top: 0;
}
.box-sub-menu p {
  color: #fff;
  font-size: 15px;
  padding-bottom: 20px;
}
.box-sub-menu p:last-of-type {
  padding-bottom: 0px;
}
.box-sub-menu a {
  color: #1de9d9;
}
.box-sub-menu a:hover {
  color: rgba(34, 211, 197, 0.7);
}
.box-sub-menu.no-h {
  padding-top: 55px;
}
.box-faq {
  margin-bottom: 20px;
}
.box-faq .h-publicacion {
  text-transform: none;
}
.button-plan h6,
.box-cliente-plan h6 {
  /*font-weight: 300;*/
  font-size: 16px !important;
  text-shadow: 0px 1px 1px rgba(0,0,0, 0.2);
}
.box-img.novedad {
  width: auto; /* 230px */
  height: 200px;
  position: absolute;
  right: -10px;
  bottom: -35px;
  overflow: hidden;
}
.box-img.novedad img {
  height: 100%;
  float: right;
}
.box-img.servicio {
  width: 100%;
  height: 167px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.box-img.servicio img {
  width: 102%;
  position: absolute;
  top: -3%;
  left: -1%;
}
.box-img.icon-servicio {
  width: 140px;
  margin: 0 auto;
}
.box-img.icon-servicio img {
  width: 70%; /*100%*/
}
.box-img.plan {
  width: 100%;
  height: 172px;
  overflow: hidden;
}
.box-img.plan img {
  width: 110%;
}
.box-img.page {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.box-img.page img {
  position: absolute;
  width: 960px;
  top: 50%;
  left: 50%;
  margin-top: -175px;
  margin-left: -480px;
}
.box-video-img:hover {
  cursor: pointer;
}
.box-video-img:hover .preview-servicio img {
  opacity: .8;
}
.box-video-img .preview-servicio {
  width: 100%;
  margin-bottom: 20px;
  height: 270px;
  overflow: hidden;
  background-color: #000;
}
.box-video-img .preview-servicio img {
  width: 115%;
}
.box-video-img .open-video {
  height: 74px;
  position: absolute;
  width: 100%;
  top: 20%;
  display: block;
  text-align: center;
  margin: 0 auto;
  z-index: 10;
}
.box-video-img .open-video img {
  width: 100%;
}
.box-icon {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.box-icon .sprites-servicios {
  margin: 0 auto;
}
.box-icon.comp-detail {
  width: 76px;
  height: 75px;
  float: left;
  margin-right: 24px;
}
.box-icon.comp-detail img {
  width: 100%;
  /**/
    height: auto;
    position: initial;
}
.box-icon.comp-asociados {
  width: 55px;
  height: 55px;
  min-width: 55px;
  float: left;
  /* margin: auto 0; */
  margin: auto 15px auto 0;
}
.box-icon.comp-asociados img {
  width: 100%;
}
.box-icon.comp-index {
  width: 74px;
  height: 75px;
  margin-bottom: 20px;
}
.box-icon.comp-index img {
  width: 100%;
}
.box-well {
  padding: 20px;
}
.margin-top-md {
  margin-top: 20px;
}
.margin-bottom-lg {
  margin-bottom: 30px;
}
.no-margin-top {
  margin-top: 0 !important;
  display: block;
}
.box-login {
  border: 1px solid #00afaa;
  padding: 20px 80px;
  -webkit-box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.box-login .data-login {
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
}
.box-login .data-login p,
.box-login .data-login a {
  font-size: 13px;
  font-weight: 300;
}
.box-form,
.box-tab {
  margin-bottom: 20px;
}
.box-form h4,
.box-tab h4 {
  margin-top: 0;
  font-weight: 700;
}
.box-form.box-tab-iframe,
.box-tab.box-tab-iframe {
  margin-bottom: 0;
}
.bg-img {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px !important;
  width: 100%;
  height: 294px !important;
}
.bg-img img {
  /*top: -50%;*/
  top: 0;
  /*width: 120%;*/
  position: absolute;
  z-index: -1;
}
.bg-white {
  background-color: #fff;
}
.bg-white.page-tipo {
  display: block;
  padding: 0 0 100px 0;
  margin-top: 30px;
}
.bg-novedades {
  padding-top: 10px;
  padding-bottom: 20px;
  overflow: hidden;
}
.bg-planes {
  padding-top: 10px;
  padding-bottom: 20px;
  overflow: hidden;
}
.bg-planes .box-img.plan{
  height: auto !important;
}
@media (min-width: 768px) {
  /*.bg-novedades {
    padding-bottom: 0;
  }*/
}
.bg-servicios {
  background-color: #00a49d;
  padding-top: 10px;
  padding-bottom: 30px;
}
/*.bg-servicios h3 {
  font-weight: 900;
}*/
.bg-servicios h3,
.bg-servicios a {
  color: #FECC2F !important;
}
.bg-servicios a h3:hover,
.bg-servicios a:hover {
  color: #e5ae02 !important; /*#00FFF5*/
}
.bg-servicios h1 {
  color: #FECC2F  !important;
}
.bg-comunidad {
  padding-top: 35px;
  padding-bottom: 35px;
}
.bg-section {
  padding: 30px 0 60px 0;
  border-bottom: 1px solid #00afaa;
}
.bg-section.no-border {
  border-bottom: none;
}
.bg-section h1 {
  margin-top: 20px;
  margin-bottom: 0;
}
.bg-section.section-index {
  height: 135px;
}
/*.bg-section.section-index.bg-img , .bg-height294{
    height: 294px;
}*/
.bg-section.section-index h1 {
  margin-top: 0;
}
.bg-section.no-tab {
  padding: 30px 0 40px 0;
  height: auto;
  border-bottom: none;
}
.bg-section.no-tab #breadcrumb {
  margin-bottom: 20px;
}
.bg-section.no-tab h1 {
  margin: 0;
}
.bg-section-post {
  /*background-image: url("../../bower_components/consalud-framework/assets/img/pattern-background.png");*/
  background-color: #eff9f8;
  padding: 30px 0 60px 0;
}
.bg-page {
  padding-top: 40px;
  padding-bottom: 30px;
}
.orientacion-description,
.orientacion-img {
  width: 50%;
  float: left;
}
.orientacion-description {
  padding: 25px 0 20px 20px;
}
.orientacion-img {
  padding: 25px 0 0 0;
}
.description-box h5 {
  color: #00afaa;
  font-weight: 300;
  margin-top: 0;
}
.description-box p {
  font-size: 13px;
}
.description-box ul {
  margin-top: 17px;
}
.description-box ul li {
  list-style: square;
  font-size: 13px;
  font-weight: 300;
  color: #00afaa;
}
.description-box ul li p {
  color: #636466;
}
.search-plan {
  margin: 0 auto;
  text-align: center;
  margin: 77px 0 20px 0;
}
.search-plan h2 {
  color: #00afaa;
  margin-bottom: 20px;
}
.search-plan a {
  margin-bottom: 26px;
}
.contact-plan {
  padding-top: 60px;
}
.contact-plan h3 {
  margin-bottom: 15px;
  font-weight: 300;
}
.contact-plan a:after {
  top: 27% !important;
}
.box-orientacion {
  padding-top: 10px;
  padding-bottom: 30px;
}
.orientacion-img {
  overflow: hidden;
}
.orientacion-img img {
  width: 100%;
}
.banner-content {
  margin-top: 20px;
  padding: 20px;
}
.banner-content h1 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
  color: #00AFAA;
  line-height: 40px;
}
.add-complemento h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
.mobile-search {
  padding: 30px 0;
}
.mobile-search p {
  padding: 20px 0;
}
.mobile-search .input-group .form-control {
  height: 46px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box-img.novedad {
    width: auto;
    right: 0;
    height: 180px;
  }
  .box-img.novedad img {
    height: 100%;
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-novedad {
    margin-bottom: 30px;
  }
  .box-novedad.destacada .box-destacada-content {
    width: 100%;
    padding: 0;
  }
  .box-complemento,
  .box-beneficio {
    /*height: 70px;*/
  max-height: 120px;
  }
  .box-complemento h3,
  .box-beneficio h3 {
    /*font-size: 18px !important;*/
  font-size: 14px !important;
    margin-bottom: 0;
  }
  .box-complemento .box-icon.comp-asociados,
  .box-beneficio .box-icon.comp-asociados {
    height: 45px;
    width: 45px;
    min-width: 45px;
  }
  .box-img.servicio {
    height: 120px;
  }
   .nav-tabs li > a{
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .bg-img {
    height: 90px;
    margin-top: 0;
  }
  .bg-img img {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: -35%;
  }
  .bg-height294{
    margin-top: 0;
  }
  .bg-height294 img{
    width: 100%;
    position: absolute;
    z-index: -1;
    top:0; 
    height: 100%;
  }

  .box-novedad {
    border-left: none;
    padding: 20px 0 0 0;
    float: left;
  }
  .box-novedad p {
    font-size: 13px;
  }
  .box-novedad h3 {
    color: #00AFAA;
    font-size: 21px;
  }
  .box-novedad.destacada {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .box-novedad.destacada .box-destacada-content {
    width: 100%;
  }
  .box-complemento-index,
  .box-beneficio-index {
    text-align: left;
  }
  .box-complemento-index .sprite-complemento,
  .box-beneficio-index .sprite-complemento {
    margin: 0 15px 0 0;
    float: left;
  }
  .box-complemento-index h3,
  .box-beneficio-index h3 {
    margin-top: 5px;
    font-size: 17px !important;
  }
  .box-complemento-index p,
  .box-beneficio-index p {
    padding: 10px 0;
  }
  .box-img.page {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .box-img.page img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .box-plan,
  .box-servicio {
    margin: 20px 0 0 0;
  }
  .box-plan h3,
  .box-servicio h3 {
    font-size: 17px;
    line-height: 1.3;
  }
  .box-plan p,
  .box-servicio p {
    font-size: 13px;
    margin-bottom: 0;
  }
  .box-servicio-index {
    padding-top: 20px;
    border:none !important;
  }
  .box-servicio-index h3 {
    margin: 10px 0;
  }
  .box-servicio-index h3,
  .box-servicio-index p {
    text-align: center;
  }

  /**/

  .box-faq,
  .white-box {
    margin-bottom: 20px;
  }
  .box-faq p,
  .white-box p {
    margin-bottom: 0;
  }
  .box-faq h3 {
    margin-bottom: 10px;
  }
  .box-complemento,
  .box-beneficio {
    height: auto;
    margin: 10px 0;
  }
  .box-complemento h3,
  .box-beneficio h3 {
    font-size: 17px !important;
    margin-bottom: 0;
  }
  .box-complemento .box-icon.comp-asociados,
  .box-beneficio .box-icon.comp-asociados {
    height: 35px;
    width: 35px;
    min-width: 35px;
  }
  .box-icon.comp-detail {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  .box-icon.comp-index {
    width: 35px;
    height: 35px;
    margin: 0 15px 0 0;
    float: left;
  }
  .box-login {
    border: none;
    padding: 20px;
    box-shadow: none;
  }
  .box-login .data-login {
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
  }
  .box-login .data-login p,
  .box-login .data-login a {
    font-size: 13px;
    font-weight: 300;
  }
  .box-login .btn {
    height: 43px !important;
  }
  .bg-section {
    padding: 20px 0;
  }
  .bg-section h1 {
    margin-top: 8px;
  }
  .bg-section.no-tab {
    padding: 20px 0;
  }
  .bg-section.no-tab .h-with-icon {
    margin-top: 8px;
  }
  #mobile-plan {
    background-color: rgba(255, 255, 255, 0.9);
    height: 220px;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
  }
  #mobile-plan h5 {
    font-size: 13px;
  }
  #mobile-plan .choose-plan {
    text-align: center;
    margin-top: 20px;
  }
  #mobile-plan .arrow-right {
    height: 33px;
    min-width: 150px;
    width: 49%;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
  }
  #mobile-plan .arrow-right:after {
    display: none;
  }
  .contact-plan {
    padding-top: 0px;
  }
  .contact-plan span {
    float: left;
    margin-top: 11px;
  }
  .contact-plan .arrow-right {
    min-width: 130px !important;
    float: right;
  }
  .add-complemento {
    width: 100%;
    /*box-shadow: none !important;*/
    border-top: 1px solid #cccccc !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    float: right;
    text-align: right;
  }
  .bg-section.section-index {
    height: auto;
  }
  .bg-section.section-index h1 {
    margin-top: 0;
  }
  .bg-white.page-tipo {
    padding: 0 0 30px 0;
    margin-top: 0px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .bg-index-servicios {
    padding-top: 0px;
  }
  .bg-section-post {
    padding: 0;
  }
  .content {
    padding: 20px 0;
  }
  .box-well {
    padding: 15px 20px 20px 20px;
  }
}
@media (max-width: 426px) {
.bg-img {
    height: auto !important;
}
.bg-img img{
  top: 0;
}

}
.btn {
  border-radius: 50px !important;
  position: relative;
  /* Arrow */
}
.btn.primary {
  font-size: 15px;
  height: 43px;
  padding: 11px 20px 14px 20px;
}
/*.btn.btn-light {
  background: #EDEDED;
  background-image: -o-linear-gradient(-89deg, #f7f7f7 0%, #ededed 100%);
  background-image: -moz-linear-gradient(-89deg, #f7f7f7 0%, #ededed 100%);
  background-image: -ms-linear-gradient(-89deg, #f7f7f7 0%, #ededed 100%);
  background-image: linear-gradient(-179deg, #f7f7f7 0%, #ededed 100%);
  border: 1px solid #CCCCCC;
  -moz-box-shadow: inset 0px 2px 0px 0px #FFFFFF;
  box-shadow: inset 0px 2px 0px 0px #FFFFFF;
  border-radius: 0;
  color: #00afaa;
}
.btn.btn-dark {
  background: #009797;
  background-image: -o-linear-gradient(-89deg, #00afaa 0%, #009797 100%);
  background-image: -moz-linear-gradient(-89deg, #00afaa 0%, #009797 100%);
  background-image: -ms-linear-gradient(-89deg, #00afaa 0%, #009797 100%);
  background-image: linear-gradient(-179deg, #00afaa 0%, #009797 100%);
  border: 1px solid #007E7E;
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);
  border-radius: 0;
  color: #fff;
}*/
.btn.btn-light {
  background-color: #EDEDED;
  background-image: -o-linear-gradient(-89deg, #f7f7f7 0%, #ededed 100%);
  background-image: -moz-linear-gradient(-89deg, #f7f7f7 0%, #ededed 100%);
  background-image: -ms-linear-gradient(-89deg, #f7f7f7 0%, #ededed 100%);
  background-image: linear-gradient(-179deg, #f7f7f7 0%, #ededed 100%);
  /*border: 1px solid #CCCCCC;
  -moz-box-shadow: inset 0px 2px 0px 0px #FFFFFF;
  box-shadow: inset 0px 2px 0px 0px #FFFFFF;*/
  border-radius: 0;
  color: #00afaa;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f7f7f7, endColorstr=#ededed)";
}
.btn.btn-dark {
  background-color: #00afaa;
  /*background-image: -o-linear-gradient(-89deg, #00afaa 0%, #009797 100%);
  background-image: -moz-linear-gradient(-89deg, #00afaa 0%, #009797 100%);
  background-image: -ms-linear-gradient(-89deg, #00afaa 0%, #009797 100%);
  background-image: linear-gradient(-179deg, #00afaa 0%, #009797 100%);
  border: 1px solid #007E7E;
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);*/
  border-radius: 0;
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#00afaa, endColorstr=#009797)";
}
.btn.btn-yellow {
  background-color: #FECC2F;
  /*background-image: -o-linear-gradient(-89deg, #FFD351 0%, #FECC2F 100%);
  background-image: -moz-linear-gradient(-89deg, #FFD351 0%, #FECC2F 100%);
  background-image: -ms-linear-gradient(-89deg, #FFD351 0%, #FECC2F 100%);
  background-image: linear-gradient(-179deg, #FFD351 0%, #FECC2F 100%);
  border: 1px solid #F9C539;
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);*/
  border-radius: 0;
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFD351, endColorstr=#FECC2F)";
}
.btn.btn-primary {
  background-color: #00afaa;
  right: 14px !important;
}
.btn.btn-transparent-green{
background: transparent;
border: 1px solid #00a19b;
color: #00a19b;
}
.btn.btn-transparent-white{
background: transparent;
border: 1px solid #fff;
color: #fff;
}
.btn.btn-green-border-yellow{
      border: solid 2px #FECC2F;
    padding: 2px;
    background-clip: content-box;
    background-color: #00afaa;
    border-radius: 50px;
    list-style: none;
    text-align: center;
}


.btn.btn-select {
  background-color: white;
  color: #00afaa !important;
  padding-top: 0;
  margin-top: 10px;
  height: 27px;
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.btn.btn-white-box {
  border: 1px solid #00afaa;
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);
  font-size: 15px;
  color: #00afaa;
  line-height: 20px;
  font-weight: 500;
  white-space: normal;
}
.btn.btn-white {
  background-color: #fff;
}
.btn.search {
  padding: 10px 20px 15px 20px;
}
.btn.arrow-right {
  min-width: 220px;
  padding-right: 40px;
}
.btn.arrow-right:after {
  content: "\e080";
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 12px;
  font-family: 'Glyphicons-Custom';
}
.btn.full-width {
  width: 100%;
}
.btn.btn-lg {
  min-width: 300px;
}
.btn:hover.btn-transparent-green{
  background-color:#00a19b; 
  color: #fff;
}

.btn:hover.btn-transparent-white{
background-color: #fff; 
}
.btn:hover.btn-light {
  background: #F7F7F7;
  background-image: -o-linear-gradient(-89deg, #ffffff 0%, #ededed 100%);
  background-image: -moz-linear-gradient(-89deg, #ffffff 0%, #ededed 100%);
  background-image: -ms-linear-gradient(-89deg, #ffffff 0%, #ededed 100%);
  background-image: linear-gradient(-179deg, #ffffff 0%, #ededed 100%);
  border: 1px solid #C2C2C2;
  -moz-box-shadow: inset 0px 2px 0px 0px #FFFFFF;
  box-shadow: inset 0px 2px 0px 0px #FFFFFF;
  color: #00afaa;
}
.btn:hover.btn-dark {
  background-image: -o-linear-gradient(-89deg, #00b9b0 0%, #009797 100%);
  background-image: -moz-linear-gradient(-89deg, #00b9b0 0%, #009797 100%);
  background-image: -ms-linear-gradient(-89deg, #00b9b0 0%, #009797 100%);
  background-image: linear-gradient(-179deg, #00b9b0 0%, #009797 100%);
  border: 1px solid #007070;
  color: #fff;
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);
}
.btn:hover.btn-yellow {
  background-image: #fecc2f;
  background-image: -webkit-linear-gradient(top, #FECC2F 0%, #FFD349 100%);
  background-image: -o-linear-gradient(top, #FECC2F 0%, #FFD349 100%);
  background-image: linear-gradient(to bottom, #FECC2F 0%, #FFD349 100%);
  color: #fff;
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);
}
.btn:hover.btn-select {
  background-color: white;
  color: #005d58 !important;
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.btn:hover.btn-white {
  color: #00afaa;
  background-color: #dcf2f0;
}
.btn.btn-arrow {
  position: relative;
  /* Gradients arrows */
}
.btn.btn-arrow.btn-default:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #fafafa, #e1e1e1);
  background-image: -o-linear-gradient(135deg, #fafafa, #e1e1e1);
  background-image: linear-gradient(135deg, #fafafa, #e1e1e1);
}
.btn.btn-arrow.btn-default:hover:before {
  background-image: none;
  background-color: #e1e1e1;
}
.btn.btn-arrow.btn-default.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #cccccc, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #cccccc;
  box-shadow: inset 2px 0 0 -1px #cccccc, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #cccccc;
}
.btn.btn-arrow.btn-default.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #adadad, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #adadad;
  box-shadow: inset 2px 0 0 -1px #adadad, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #adadad;
}
.btn.btn-arrow.btn-default.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #cccccc, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #cccccc;
  box-shadow: inset 0 2px 0 -1px #cccccc, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #cccccc;
}
.btn.btn-arrow.btn-default.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #adadad, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #adadad;
  box-shadow: inset 0 2px 0 -1px #adadad, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #adadad;
}
.btn.btn-arrow.btn-primary:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #00afaa, #007c78);
  background-image: -o-linear-gradient(135deg, #00afaa, #007c78);
  background-image: linear-gradient(135deg, #00afaa, #007c78);
}
.btn.btn-arrow.btn-primary:hover:before {
  background-image: none;
  background-color: #007c78;
}
.btn.btn-arrow.btn-primary.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #009089, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #009089;
  box-shadow: inset 2px 0 0 -1px #009089, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #009089;
}
.btn.btn-arrow.btn-primary.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #00524e, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #00524e;
  box-shadow: inset 2px 0 0 -1px #00524e, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #00524e;
}
.btn.btn-arrow.btn-primary.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #009089, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #009089;
  box-shadow: inset 0 2px 0 -1px #009089, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #009089;
}
.btn.btn-arrow.btn-primary.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #00524e, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #00524e;
  box-shadow: inset 0 2px 0 -1px #00524e, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #00524e;
}
.btn.btn-arrow.btn-success:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #60a800, #437500);
  background-image: -o-linear-gradient(135deg, #60a800, #437500);
  background-image: linear-gradient(135deg, #60a800, #437500);
}
.btn.btn-arrow.btn-success:hover:before {
  background-image: none;
  background-color: #437500;
}
.btn.btn-arrow.btn-success.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #518f00, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #518f00;
  box-shadow: inset 2px 0 0 -1px #518f00, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #518f00;
}
.btn.btn-arrow.btn-success.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #2e5100, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #2e5100;
  box-shadow: inset 2px 0 0 -1px #2e5100, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #2e5100;
}
.btn.btn-arrow.btn-success.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #518f00, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #518f00;
  box-shadow: inset 0 2px 0 -1px #518f00, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #518f00;
}
.btn.btn-arrow.btn-success.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #2e5100, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #2e5100;
  box-shadow: inset 0 2px 0 -1px #2e5100, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #2e5100;
}
.btn.btn-arrow.btn-info:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #0861c8, #064997);
  background-image: -o-linear-gradient(135deg, #0861c8, #064997);
  background-image: linear-gradient(135deg, #0861c8, #064997);
}
.btn.btn-arrow.btn-info:hover:before {
  background-image: none;
  background-color: #064997;
}
.btn.btn-arrow.btn-info.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #0755af, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #0755af;
  box-shadow: inset 2px 0 0 -1px #0755af, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #0755af;
}
.btn.btn-arrow.btn-info.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #053975, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #053975;
  box-shadow: inset 2px 0 0 -1px #053975, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #053975;
}
.btn.btn-arrow.btn-info.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #0755af, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #0755af;
  box-shadow: inset 0 2px 0 -1px #0755af, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #0755af;
}
.btn.btn-arrow.btn-info.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #053975, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #053975;
  box-shadow: inset 0 2px 0 -1px #053975, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #053975;
}
.btn.btn-arrow.btn-warning:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #bea400, #8b7800);
  background-image: -o-linear-gradient(135deg, #bea400, #8b7800);
  background-image: linear-gradient(135deg, #bea400, #8b7800);
}
.btn.btn-arrow.btn-warning:hover:before {
  background-image: none;
  background-color: #8b7800;
}
.btn.btn-arrow.btn-warning.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #a58e00, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #a58e00;
  box-shadow: inset 2px 0 0 -1px #a58e00, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #a58e00;
}
.btn.btn-arrow.btn-warning.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #675900, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #675900;
  box-shadow: inset 2px 0 0 -1px #675900, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #675900;
}
.btn.btn-arrow.btn-warning.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #a58e00, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #a58e00;
  box-shadow: inset 0 2px 0 -1px #a58e00, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #a58e00;
}
.btn.btn-arrow.btn-warning.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #675900, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #675900;
  box-shadow: inset 0 2px 0 -1px #675900, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #675900;
}
.btn.btn-arrow.btn-danger:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #d9534f, #c9302c);
  background-image: -o-linear-gradient(135deg, #d9534f, #c9302c);
  background-image: linear-gradient(135deg, #d9534f, #c9302c);
}
.btn.btn-arrow.btn-danger:hover:before {
  background-image: none;
  background-color: #c9302c;
}
.btn.btn-arrow.btn-danger.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #d43f3a, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #d43f3a;
  box-shadow: inset 2px 0 0 -1px #d43f3a, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #d43f3a;
}
.btn.btn-arrow.btn-danger.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #ac2925, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #ac2925;
  box-shadow: inset 2px 0 0 -1px #ac2925, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #ac2925;
}
.btn.btn-arrow.btn-danger.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #d43f3a, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #d43f3a;
  box-shadow: inset 0 2px 0 -1px #d43f3a, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #d43f3a;
}
.btn.btn-arrow.btn-danger.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #ac2925, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #ac2925;
  box-shadow: inset 0 2px 0 -1px #ac2925, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #ac2925;
}
.btn-gradient {
  background-image: -webkit-linear-gradient(top, #009797 0%, #009797 100%) !important;
  background-image: -o-linear-gradient(top, #009797 0%, #009797 100%) !important;
  background-image: linear-gradient(to bottom, #009797 0%, #009797 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009797', endColorstr='#ff009797', GradientType=0) !important;
}
.btn-gradient:hover {
  background-image: -webkit-linear-gradient(top, #00a9a1 0%, #009f97 100%) !important;
  background-image: -o-linear-gradient(top, #00a9a1 0%, #009f97 100%) !important;
  background-image: linear-gradient(to bottom, #00a9a1 0%, #009f97 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a9a1', endColorstr='#ff009f97', GradientType=0) !important;
}
.btn-arrow::before {
  background-color: inherit;
  background-image: inherit;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a9a1', endColorstr='#ff00a9a1', GradientType=0) !important;
}
.btn-arrow:hover::before {
  background-color: inherit;
  background-image: inherit;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a9a1', endColorstr='#ff009f97', GradientType=0) !important;
}
.btn.btn-arrow.btn-primary.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #00524e, inset 0 0px 0px -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #00524e !important;
  box-shadow: inset 2px 0 0 -1px #00524e, inset 0 0px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #00524e !important;
}
.btn-tab {
  background: #EFF9F8;
}
.btn-plan {
  padding: 10px 10px 15px 10px;
}
.btn-footer {
  font-weight: 500;
}
.btn-add-complemento {
  font-size: 18px;
  font-weight: 500;
}
.button-plan {
  padding-bottom: 20px;
  /* margin-top: -30px; */
  display: block;
  margin-left: 19%;
}
.btn-close-menu {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
  height: 34px;
  width: 34px;
  color: #cccccc;
  background-image: -o-linear-gradient(-89deg, #f7f7f7 0%, #ededed 100%);
  background-image: -moz-linear-gradient(-89deg, #f7f7f7 0%, #ededed 100%);
  background-image: -ms-linear-gradient(-89deg, #f7f7f7 0%, #ededed 100%);
  background-image: linear-gradient(-179deg, #f7f7f7 0%, #ededed 100%);
  border: 1px solid #CCCCCC;
  -moz-box-shadow: inset 0px 2px 0px 0px #FFFFFF;
  box-shadow: inset 0px 2px 0px 0px #FFFFFF;
}
@media (max-width: 767px) {
  .btn {
    font-size: 13px;
    padding: 6px 10px 9px 10px;
  }
  .btn.primary {
    height: 33px;
    padding: 6px 11px;
    font-size: 13px;
  }
  .btn.arrow-right {
    height: 43px;
    min-width: 205px;/*70px*/
    padding: 11px;
    padding-right: 40px;
    font-weight: 300;
  }
  .arrow-right {
    padding: 10px 38px 15px 10px;
  }
  .social-media:first-of-type {
    margin: 0;
  }
  .social-media img {
    width: 100%;
  }
  .btn.btn-arrow.btn-arrow-right:before {
    right: -16px !important;
  }
  .btn.btn-arrow.btn-arrow-left:before {
    left: -16px !important;
  }
  .btn.btn-arrow.btn-arrow-right {
    padding-right: 15px !important;
  }
  .btn.btn-arrow.btn-arrow-left {
    padding-left: 15px !important;
  }
  .btn.btn-arrow:before {
    top: 5px !important;
    width: 30px !important;
    height: 31px !important;
  }
  .btn.btn-arrow {
    height: 43px !important;
    padding-top: 10px !important;
  }
}
p,
a {
  font-family: "open_sansregular", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
p {
  color: #636466;
  font-weight: 300;
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #636466 !important;
  font-weight: 500;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
}
a {
  color: #00afaa;
}
a:hover {
  color: #005d58;
  text-decoration: underline;
}
a .glyphicon {
  text-decoration: none;
  display: inline-block;
  padding: 0 5px;
}
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  color: #00afaa !important;
}
a h1:hover,
a h2:hover,
a h3:hover,
a h4:hover,
a h5:hover,
a h6:hover {
  color: #005d58 !important;
}
hr {
  border-top: 1px solid #cccccc;
  border-bottom: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.h-modulo {
  font-family: 'soursesansprobold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  /*font-weight: 700;*/
}
/*.h-modulo .bold {
  font-weight: 900 !important;
}*/
.h-publicacion {
  font-family: 'soursesansprobold', Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.h-faq {
  margin-top: 32px;
}
h1 {
  /*font-size: 35px !important;*/
  font-size: 30px !important;
}
h2 {
  font-size: 26px !important;
  line-height: 1.3;
}
h3 {
  font-size: 19px !important;
}
h4 {
  font-size: 20px !important;
}
h5 {
  font-size: 17px !important;
}
h6 {
  font-size: 15px !important;
}
h1 {
  margin: 25px 0 30px 0;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: 700 !important;
}
.light {
  font-weight: 300;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.h-header {
  /*margin-top: 86px;
  font-size: 45px !important; cambio a 40px por que el texto es mas largo */
  font-size: 40px !important;
  line-height: 45px;
  /*font-weight: 700 !important;*/
  font-family: 'soursesansprobold', Helvetica, Arial, sans-serif;
  text-shadow: 0px 1px 1px rgba(0,0,0, 0.2);
}
/* Top Menú */
.centros-atencion, .telefonos-top {
  font-size: 12px;
  font-weight: 500;
  padding-right: 10px;
}
/* se borra icono de carta, para dejar solo el texto de contact center 291020*/
.centros-atencion span {
    display: none;
}
.header-home .centros-atencion,
.header-home .telefonos-top {
  text-shadow: 0px 1px 1px rgba(0,0,0, 0.2);
  /*color: #000 !important;
  color: #ffffff !important;*/
}
.centros-atencion:first-child {
  padding-bottom: 7px;
}
.centros-atencion {
  font-size: 13px;
  padding-right: 10px;
  padding-top:0;
}
.telefonos-top {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none !important;
}
.telefonos-top:hover .glyphicon:before {
  /* content: "\e145"; */
}
.telefonos-top .telefonos-top-push {
  position: relative;
  display: inline-block;
  /* -webkit-transition: transform 0.5s ease; */
  -moz-transition: transform 0.5s ease;
  /* transition: transform 0.5s ease; */
}
.telefonos-top .telefonos-top-push:before{  
  content: attr(data-phone);
  position: absolute;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3D(0,0,0);
  transform: translate3d(0,0,0);
}
.telefonos-top-push {
  color: inherit;
}
.telefonos-top .glyphicon {
  margin-right: 0;
  transition: margin 0.5s ease;
}
.telefonos-top:hover .glyphicon {
  /* margin-right: 7px; */
}
.telefonos-top:hover .telefonos-top-push {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* Fix para Glyphicon de Sucursal Virtual :hover */
.btn .glyphicon {
  line-height: 1.5;
}
/* Botón para llamar a Call Center de menú mobile*/
.btn-llamanos {
  width: 80%;
  min-width: 260px;
  margin-left: 10px;
}
.ver-mas {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: block;
}
@media (min-width: 480px) {
  .ver-mas {
    font-size: 13px;
    font-weight: 900;
  }

}
.terminos-y-condiciones {
  padding-right: 10px;
  position: relative;
}
.terminos-y-condiciones:before {
  position: absolute;
  top: 6px;
  margin: 0px 0 0 -25px;
  vertical-align: middle;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: "\e022";
  font-family: 'Glyphicons-Custom';
}
.value-title {
  color: #60a800;
  font-size: 17px;
}
.value-price {
  color: #60a800;
  font-size: 21px;
  font-weight: 700;
}
.action-btn-detail {
  font-size: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
.action-btn-detail .text {
  margin-right: 15px;
}
/* new */
.main-title {
  text-transform: uppercase;
  font-family: 'soursesansproregular', Helvetica, Arial, sans-serif;
  font-size: 35px;
  margin-bottom: 20px !important;
  font-weight: 500;
}
.main-content-title {
  text-transform: uppercase;
  font-family: 'soursesansproregular', Helvetica, Arial, sans-serif;
  font-size: 26px;
  margin-bottom: 20px !important;
  font-weight: 500;
}
.main-subtitle {
  text-transform: uppercase;
  font-family: 'soursesansproregular', Helvetica, Arial, sans-serif;
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: 500;
}
.main-content-subtitle {
  font-size: 21px;
  margin-top: 0;
}
.checklist {
  list-style: none;
  margin-bottom: 30px;
  padding-left: 20px;
}
.checklist li {
  position: relative;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 15px;
}
.checklist li:last-child {
  padding-bottom: 0;
}
.checklist li:before {
  position: absolute;
  top: 3px;
  margin: 0px 0 0 -25px;
  vertical-align: middle;
  display: inline-block;
  width: 4px;
  height: 4px;
}
.checklist .atributo:before {
  content: "\e013";
  font-family: 'Glyphicons-Custom';
  color: #60a800;
}
.checklist .exclusion:before {
  content: "\e083";
  font-family: 'Glyphicons-Custom';
  color: #d0021b;
}
ul {
  list-style-type: none;
}
ul.list-points {
  padding-left: 20px;
}
ul.list-points li {
  position: relative;
}
ul.list-points li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #00afaa;
  position: absolute;
  left: -18px;
  top: 8px;
}
ul li {
  list-style: none;
  list-style-type: none;
  font-size: 15px;
  font-weight: 300;
  color: #00afaa;
  margin-bottom: 10px;
}
ul li p {
  color: #636466;
  font-size: 15px;
  margin-bottom: 10px;
}
.atributo,
.exclusion {
  font-size: 15px;
  color: #636466;
}
.form-control {
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: none;
  height: 43px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 14px 10px;
  margin-bottom: ;
}
/* enable absolute positioning */
.inner-addon {
  position: relative;
}
/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 15px;
  pointer-events: none;
  color: #00afaa;
}
/* align icon */
.left-addon .glyphicon {
  left: 0px;
}
.right-addon .glyphicon {
  right: 0px;
}
/* add padding  */
.left-addon input {
  padding-left: 30px;
}
.right-addon input {
  padding-right: 30px;
}
.phone,
.address {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.phone .glyphicon,
.address .glyphicon {
  position: absolute;
  left: 0;
  top: 6px;
}
#av-watermark {
  color: #999;
  font-family: "soursesansproregular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  position: absolute;
  right: 0;
  margin-top: -2px;
}
@media (max-width: 767px) {
  p {
    font-size: 13px;
  }
  h1 {
    font-size: 20px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  h4 {
    font-size: 15px !important;
  }
  h5 {
    font-size: 14px !important;
  }
  .h-header {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 21px !important;
    font-weight: 700;
    line-height: 1.3;
  }
  .h-modulo.post {
    margin: 20px 0;
  }
  .main-title {
    font-size: 20px;
    margin-bottom: 20px !important;
  }
  .main-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .main-content-subtitle {
    font-size: 17px !important;
    margin-bottom: 10px;
  }
  .sucursal-movil {
    position: absolute;
    top: 9px;
    left: 50%;
    width: 130px;
    margin-left: -65px;
    padding-left: 10px;
    display: inline-block;
    text-decoration: none;
    color: #636466;
  }
  .action-btn-detail {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .phone,
  .address {
    font-size: 13px;
  }
  ul.list-points li a {
    font-size: 13px;
  }
  ul li p {
    font-size: 13px;
  }
  .checklist {
    margin-bottom: 30px;
    padding-left: 25px;
  }
  .checklist li {
    position: relative;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 15px;
  }
  .checklist li:before {
    position: absolute;
    top: 3px;
    margin: 0px 0 0 -25px;
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 4px;
  }
  #av-watermark {
    top: 23px;
  }
}
#main-home {
  position: relative;
  width: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
@media (max-width: 767px){
  #main-home[style]{
    background-position: -500px 0px !important;
  }

}
@media (min-width: 768px) and (max-width: 991px) {
  #main-home {
    background-position: center center;
  }
  #main-home:not(.dark):before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../assets/img/sprites/contrast.png) center center no-repeat;
  }
}
#main-home.image-left {
  background: fixed;
  background-repeat: no-repeat;
  background-size: 130%;
  background-position: 0% 0;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#main-home.image-left .header-with-menu,
#main-home.image-left .header-text {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#main-home.image-left .header-with-menu {
  z-index: 10;
}
#main-home.image-center {
  background: fixed;
  background-repeat: no-repeat;
  background-size: 128%;
  background-position: 0% 0;
}
.light,
.dark,
.semi-light,
.semi-dark {
  color: white;
  /*height: 545px;*/
  height: 410px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.semi-light:before {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.2) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0.2)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.2) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.2) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.2) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#33ffffff', GradientType=0);
  /* IE6-8 */
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: '';
}
.semi-dark:before {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iOTglIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(98%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0);
  /* IE6-8 */
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: '';
}
.light,
.semi-light {
  background-repeat: no-repeat;
}
.light .logo-consalud-index,
.semi-light .logo-consalud-index {
  /*background: url('../img/iconos/logo-consalud.png');*/
  background-size: 100%;
  background-repeat: no-repeat;
  height: 65px;
  display: inline-block;
}
.light .h-header span,
.semi-light .h-header span {
  color: #00afaa;
}
.light .btn-group.open ul li a,
.semi-light .btn-group.open ul li a {
  color: #00afaa;
}
.dark .logo-consalud-index,
.semi-dark .logo-consalud-index {
  /*background: url('../img/iconos/logo-consalud-white.png');*/
  background-size: contain;
  background-repeat: no-repeat;
  height: 65px;
  display: inline-block;
}
.dark .header-with-menu a,
.semi-dark .header-with-menu a,
.dark .header-with-menu p,
.semi-dark .header-with-menu p,
.dark .header-with-menu h6,
.semi-dark .header-with-menu h6 {/*color: #fff;*/ color: #009690; }
.dark .h-header span,
.semi-dark .h-header span {
  color: #00afaa;
}
.dark .check-here a,
.semi-dark .check-here a {
  color: #00afaa;
}
.dark .btn-group.open ul li a,
.semi-dark .btn-group.open ul li a {
  color: #00afaa;
}
.dark .btn-select,
.semi-dark .btn-select {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-top: transparent !important;
  box-shadow: none;
}
.dark .btn-select:hover,
.semi-dark .btn-select:hover {
  color: #F5F5F5;
}
.dark .sticky a,
.semi-dark .sticky a {
  color: #00afaa;
}
.dark .h-header span {
  color: #22d3c5;
}
.dark .h-header,
.dark .button-plan h6,
.dark .box-cliente-plan h6,
.dark .check-here {
  color: #fff !important;
}
.dark .check-here a {
  color: #22d3c5;
}
.dark .btn-group.open ul li a {
  color: #22d3c5;
}
.dark .btn-select {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-top: transparent !important;
  box-shadow: none;
}
.dark .btn-select:hover {
  color: #22d3c5 !important;
}
.dark .sticky a {
  color: #00afaa;
}
#wrap-main-nav {
  position: relative;
}
.nav-home, .nav-page {
  height: 62px;
  position: relative;
}
#header {
  position: relative;
  background-color: transparent;
  padding-top: 15px;
}
#header .centros-atencion .glyphicon {
  font-size: 13px;
  margin-right: 5px;
}
#header .btn-dark .glyphicon {
  font-size: 13px;
  margin-right: 2px;
}
#header .btn-select {
  padding-right: 20px;
  padding-left: 20px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: none;
}
.header-with-menu {
  height: 135px;
}
#header .header-brand {
  height: 55px !important;
  margin-bottom: 10px;
}
.header-brand-mate {
  padding-top: 10px;
}
#main-nav {
  font-size: 15px;
  display: inline-block;
  width: 100%;
}
#main-nav ul {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
    justify-content:space-evenly;
}
#main-nav ul li {
  float: left;
  display: block;
  position: relative;
  color: #00AFAA;
  margin-bottom: 0;
}
#main-nav ul li:first-child {
  padding-left: 0;
}
#main-nav ul li a {
  height: 99px;
  display: block;
  position: relative;
  font-family: 'soursesansproregular', Helvetica, Arial, sans-serif;
  padding-top: 35px;
  font-weight: 500;
  font-size: 14px;
  /*text-shadow: 0px 1px 1px rgba(0,0,0, 0.2);*/
}
#wrap-main-nav:not(.sticky) #main-nav ul li a {
  height: 60px;
  display: table-cell;
  padding-top: 0;
  vertical-align: middle;
}
.header-home #wrap-main-nav:not(.sticky) #main-nav ul li a {
  /*text-shadow: 0px 1px 1px rgba(0,0,0, 0.2);*/
}

#main-nav ul li.active a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #fecc2f;
  -webkit-transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out;
}
#main-nav ul li:not(.active) a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: transparent;
  -webkit-transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out;
}
#main-nav ul li:not(.active) a.hovered:before {
  height: 5px;
  background: #fecc2f;
}
#main-nav ul li a.hovered.glyphicon {
  border-bottom: none;
}
#main-nav ul .sucursal-sticky a.hovered {
  border-bottom: none;
}
#wrap-main-nav:not(.sticky) .nav-home:before,
#wrap-main-nav:not(.sticky) .nav-page:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 0;
  right: 0;
}
#wrap-main-nav:not(.sticky) .logo-consalud-index, 
#wrap-main-nav:not(.sticky) .logo-consalud {
  display: none;
}
#wrap-main-nav.sticky #main-nav ul li a {
  height: 65px;
}
.sticky {
  height: 80px !important;
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 15px !important;
  margin-top: 0 !important;
  background-color: #fff;
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}
.sticky .nav-home,
.sticky .nav-page {
  border: none;
  padding: 0 !important;
}
.sticky #main-nav {
  position: absolute;
  left: 60px;
  width: 94%;
}
.sticky #main-nav ul li {
  /*padding-left: 20px;*/
}
.sticky #main-nav ul li a {
  padding-top: 15px;
  font-size: 12px;
}
.sticky .nav-home,
.sticky .nav-page {
  position: relative;
  width: 100%;
}
.sticky .sucursal-sticky {
  display: block !important;
  margin-top: 11px;
}
.sticky .sucursal-sticky a {
  background-color: #FECC2F;
  background-image: -o-linear-gradient(-89deg, #FFD351 0%, #FECC2F 100%);
  background-image: -moz-linear-gradient(-89deg, #FFD351 0%, #FECC2F 100%);
  background-image: -ms-linear-gradient(-89deg, #FFD351 0%, #FECC2F 100%);
  background-image: linear-gradient(-179deg, #FFD351 0%, #FECC2F 100%);
  border: 1px solid #F9C539;
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 6px 15px 0 10px !important;
  height: 30px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  border-radius: 50px;
}
.sticky .sucursal-sticky a.hovered:before {
  height: 5px;
  background: transparent !important;
}
.sticky .logo-consalud-index,
.sticky .logo-consalud {
  /*background: url(/Estaticos/ConSalud/img/consalud-isotipo.png);*/
  background-repeat: no-repeat;
  display: block !important;
  margin-top: 5px;
  width: 50px !important;
  display: none;
  background-size: 100%;
}
.sticky .logo-consalud-index img,
.sticky .logo-consalud img {
  width: 100%;
}
.sticky .active-nav {
  padding-bottom: 24.5px;
}
.sticky #sub-navs {
  top: 80px !important;
}
#sub-navs {
  position: absolute;
  top: 99px;
  left: 0;
  right: 0;
  z-index: 100;
}
#sub-navs .ver-mas {
  padding: 10px 0;
}
#main-nav > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  z-index: 100;
  right: 0;
}
#main-nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  position: absolute;
}
.sucursal-sticky {
  display: none !important;
}
.menu-sub {
  background-color: #00837B;
  filter: alpha(opacity=97);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=97);
  opacity: 0.97;
  -moz-opacity: 0.97;
  width: 100%;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.1);
}
.logo-consalud {
  /*background: url('../img/iconos/logo-consalud.png');*/
  background-size: contain;
  background-repeat: no-repeat;
  height: 65px !important;
  display: inline-block;
  background-position: 0 -0.5px !important;
}
.logo-consalud-index,
.logo-consalud {
  width: 100% !important;
}
.navbar-btn-header {
  border: 1px solid #CCCCCC;
  -moz-box-shadow: inset 0px 2px 0px 0px #FFFFFF;
  box-shadow: inset 0px 2px 0px 0px #FFFFFF;
  padding-top: 5px;
  width: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  height: 30px;
}
.navbar-btn-header a {
  font-size: 13px;
  color: #636466 !important;
}
.navbar-btn-header .navbar-brand {
  padding: 0 6px;
  height: auto;
}
.navbar {
  min-height: 70px;
}
.navbar-nav {
  margin: 5.5px 0 20px 0;
  padding-top: 25px;
}
.navbar-collapse {
  background-color: #F7F7F7;
}
.navbar-collapse hr {
  border-top: 1px solid #cccccc;
}
.navbar-nav > li > a {
  color: #00afaa !important;
  font-size: 16px;
  padding-left: 0;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 100%;
}
#breadcrumb {
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
}
#breadcrumb ul,
#breadcrumb li a,
#breadcrumb li p {
  font-family: 'soursesansproregular', Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 0;
  margin: 0;
}
#breadcrumb ul li {
  display: inline-block;
  list-style: none;
  margin-bottom: -7px;
}
.navbar-collapse {
  border: none;
}
.navbar-brand {
  color: #00AFAA !important;
}
.navbar-collapse {
  background-color: #f2f2f2;
}
.complemento-header {
  background-color: orange;
  float: left;
  margin-right: 24px;
  border-radius: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*#main-home {
    background-position: 80% 0 !important;
  }*/
  #main-home.image-left {
    background-size: 155%;
    background-position: 0% 0 !important;
  }
  #main-home.image-center {
    background-size: 155%;
    background-position: 25% 0 !important;
  }
  #main-nav ul li {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  /*#main-home {
    background-position: 55% 0 !important;
  }*/
  #main-home.image-left {
    background-size: 210%;
    background-position: 5% 0 !important;
  }
  #main-home.image-center {
    background-size: 210%;
    background-position: 40% 0 !important;
  }
  #main-nav {
    margin-top: 6px;
  }
  #main-nav ul li a {
    font-size: 14px;
    height: 92px;
  }
  #main-nav ul li {
    padding-left: 25px;
  }
  #main-nav ul li:first-child {
    padding-left: 0;
  }
  .sticky #main-nav {
    left: 50px;
  }
  .sticky .sucursal-sticky {
    display: none !important;
  }
  #wrap-main-nav.sticky #main-nav ul li a {
    height: 59px;
    padding-top: 10px;
  }
  .logo-consalud-index img,
  .logo-consalud img {
    width: 100%;
  }
  /*.light,
  .dark {
    height: 575px;
  }*/
}
@media (max-width: 767px) {
  .navbar {
    margin-bottom: 0;
    min-height: 53px;
  }
  .sticky {
    display: none;
  }
  .header-with-menu {
    height: auto;
  }
  #header {
    padding: 0;
  }
  #main-home {
    height: 320px;
    background-position: 75% 0 !important;
  }
  #main-home.image-left {
    background-size: 380%;
    background-position: 5% 0 !important;
  }
  #main-home.image-center {
    background-size: 365%;
    background-position: 50% 0 !important;
  }
  .light,
  .dark {
    height: 528px;
  }
  .dark {
    color: grey;
  }
  .dark .h-header,
  .dark p,
  .dark h6 {
    color: #fff !important;
  }
  .dark #mobile-plan {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .logo-consalud {
    width: 40px !important;
    position: absolute;
    right: 10px;
    top: 0;
    margin-top: 10px;
    height: 32px !important;
    background: url(https://www.consalud.cl/recurso/consalud-isotipo-st.png);
    background-position: 0px !important;
    background-size: 100%;
  }
  #wrap-main-nav {
    display: none;
  }
  .btn-close-menu {
    display: none;
  }
  #mobile-plan {
    background-color: rgba(255, 255, 255, 0.9);
    height: 220px;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
  }
  #mobile-plan h5 {
    font-size: 13px;
  }
  #mobile-plan h6 {
    margin-top: 0;
    font-size: 12px;
  }
  #mobile-plan p,
  #mobile-plan a {
    margin-top: 8px;
    font-size: 13px;
  }
  #mobile-plan .choose-plan {
    text-align: center;
    margin-top: 20px;
  }
  #mobile-plan .arrow-right {
    min-width: 150px;
    width: 49%;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 5px;
  }
  #mobile-plan .arrow-right:after {
    display: none;
  }
  .navbar-collapse {
    padding: 0;
  }
  .navbar-collapse ul {
    margin: 0 0 20px;
  }
  .navbar-collapse ul.navbar-nav {
    padding-top: 5px;
  }
  .navbar-collapse ul.navbar-nav li {
    margin-bottom: 0;
    margin-left: 0;
  }
  .navbar-collapse ul.navbar-nav li a {
    padding: 10px;
  }
  .navbar-collapse ul.navbar-nav li.social-media {
    margin: 0 10px;
    width: 40px;
    height: 40px;
  }
  .navbar-collapse ul.navbar-nav li.social-media a {
    padding: 5px;
  }
  .navbar-collapse ul.navbar-nav li.social-media a img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 30px;
  }
  .navbar-collapse ul.navbar-nav li.social-media a.icon-social {
    padding: 5px !important;
  }
  .navbar-collapse ul.navbar-nav .navbar-nav-submenu {
    padding-top: 0;
    margin-bottom: 0;
  }
  .navbar-collapse ul.navbar-nav .navbar-nav-submenu li a {
    color: #00e2dc !important;
    background-color: #005d58 !important;
  }
  .navbar-collapse ul.navbar-nav hr {
    margin: 10px;
  }
}
#footer,
#footer-mobile {
  position: relative !important;
  bottom: 0;
  right: 0;
  width: 100%;
  border-top: 1px solid #00afaa;
  z-index: 50;
  height: 250px;
  background-color: #eff9f8 !important;
  /*background-image: url("../../bower_components/consalud-framework/assets/img/pattern-background.png");*/
}
#footer h3,
#footer-mobile h3 {
  margin: 8px 0 0 0;
 /* font-weight: 700;*/
}
#footer .container,
#footer-mobile .container {
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 35px;
}
#footer.footer-clean,
#footer-mobile.footer-clean {
  border-top: none;
  margin-top: 0;
  height: auto;
}
#footer.footer-clean #footer-header,
#footer-mobile.footer-clean #footer-header {
  border-bottom: none;
  padding: 0;
}
#footer.footer-clean #footer-header hr,
#footer-mobile.footer-clean #footer-header hr {
  border-top: 1px solid #ccc;
  border-bottom: none;
  margin-bottom: 30px;
}
#footer-header {
  border-bottom: 1px solid #CCCCCC;
  padding: 30px 0;
}
#footer-header .btn {
  margin-left: 20px;
}
#footer-header .btn:first-child {
  margin-left: 0;
}
#footer-header .btn .glyphicon {
  font-size: 14px;
}
#footer-content {
  float: left;
  position: relative;
  padding: 30px 0 0 0;
  width: 100%;
}
#footer-content ul {
  padding: 0;
}
#footer-content ul li {
  color: #00AFAA;
  float: left;
  list-style: none;
  padding: 0 7px;
  font-size: 13px;
  font-weight: 500;
  width: auto;
}
#footer-content ul li a {
  font-size: 13px;
}
#footer-content [class*="col"] {
  min-height: 10px !important;
}
#footer-content .btn {
  padding: 6px;
}
#footer-content .btn.icon-social {
  height: 33px;
  width: 33px;
  padding: 5px 7px !important;
  background-image: linear-gradient(-179deg, #00a09b 0%, #00a09b 100%) !important;
}
#footer-content .btn:hover.icon-social {
  box-shadow: none !important;
  background-image: linear-gradient(-179deg, #00a09b 0%, #00a09b 100%) !important;
}

#footer-content .btn.icon-social img {
  width: 100%;
}
.footer-quick-menu a {
  font-weight: 700;
  font-size: 11px;
  float: left;
  padding: 0 15px;
  border-left: 1px solid #cccccc;
}
.footer-quick-menu a:first-child {
  padding-left: 0;
  border-left: none;
}

@media (max-width: 480px) {
 
  .bg-height294 #footer-header .width100{
  width: 100%; {
    height: 100px;
}
section.box-complemento-index.white-box.box-well.equal-height-item {
    height: auto !important;
}
section.box-complemento-index {
    height: 90px !important;
}
  }
.bg-planes .box-plan, .bg-planes .box-servicio{
  height: 155px !important;
}
.box-destacada-content, .box-novedad {
    padding: 13px 8px;
}
.box-novedad{
   border-top: 1px solid rgb(215, 217, 218);
}
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer-content a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  #footer .btn {
    margin: 0;
    font-size: 13px;
  }
  #footer .btn:last-of-type {
    float: right;
  }
  #footer.footer-clean {
    border-top: none;
    margin-top: 0;
    height: auto;
  }
  #footer.footer-clean #footer-header {
    border-bottom: none;
    padding: 0;
  }
  #footer.footer-clean #footer-header hr {
    margin: 10px 0;
  }
  #footer.footer-clean .btn {
    margin: 0;
    font-size: 14px;
    height: auto;
    padding: 10px;
  }
  #footer #footer-header {
    padding: 0 0 0 10px;
  }
  #footer #footer-header h3 {
    font-size: 13px !important;
  }
  #footer #footer-header .btn-primary {
    height: 33px;
    padding: 6px;
  }
  #footer-content {
    float: left;
    padding-top: 20px;
  }
  #footer,
  #footer-mobile {
    height: auto;
    padding-bottom: 20px;
  }
  .footer-quick-menu .separator {
    color: #CCCCCC;
  }
  .footer-quick-menu a {
    display: inline;
    border-bottom: 1px solid;
    float: none;
    padding: 0;
    margin: 0 10px;
    border-left: none;
  }
  .footer-quick-menu a:first-child {
    margin-left: 0;
  }
}
.nav-tabs {
  border-bottom: none !important;
  margin-top: -30px;
}
.nav-tabs li.active > a,
.nav-tabs .nav-tabs > li.active > a:hover,
.nav-tabs .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  color: #636466;
  font-size: 15px;
  font-weight: 500;
  padding-top: 14px !important;
  padding-bottom: 8px !important;
  margin-top: -15px !important;
}
.nav-tabs li.active > a span,
.nav-tabs .nav-tabs > li.active > a:hover span,
.nav-tabs .nav-tabs > li.active > a:focus span {
  border: none;
  padding: 0 18px;
}
.nav-tabs li > a {
  padding: 0px 7px !important;/*padding: 0px 18px !important;*/
  text-transform: uppercase;
  color: #00afaa;
  font-size: 15px;
  font-weight: 500;
  margin: 0 !important;
  border: none;
  border-radius: 0 !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #00afaa !important;
}
.nav-tabs li > a span {
  padding: 0 18px 0 19px !important;
}
.nav-tabs li > a:hover {
  color: #005d58;
  border-right: 1px solid #cccccc;
  border-bottom: none;
}
.nav-tabs li {
  margin-left: -2px !important;
}
.nav-tabs li:last-child a {
  border: none !important;
}
.nav-tabs li.active:last-child a {
  border: 1px solid #00afaa !important;
  border-bottom: 1px solid transparent !important;
}
.nav-tabs.tabs-content {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.nav-tabs.tabs-content li a {
  padding-bottom: 12px;
}
.nav a {
  font-family: 'soursesansproregular';
  font-size: 15px;
  font-weight: 300;
}
.active-mobile {
  display: none;
}
.open-inner-collapse:after {
  content: "\e114";
  font-family: 'Glyphicons-Custom';
  position: absolute;
  padding-left: 15px;
  top: 12px;
  color: #00afaa;
  z-index: 10;
  font-size: 12px;
}
.close-inner-collapse:after {
  content: "\e113";
  font-family: 'Glyphicons-Custom';
  position: absolute;
  padding-left: 15px;
  top: 12px;
  color: #00afaa;
  z-index: 10;
  font-size: 12px;
}
.mobile-tabs {
  margin-top: -46px;
}
.mobile-tabs li.active > a,
.mobile-tabs .nav-tabs > li.active > a:hover,
.mobile-tabs .nav-tabs > li.active > a:focus,
.mobile-tabs .nav-tabs {
  /*background-image: url("../../bower_components/consalud-framework/assets/img/pattern-background.png");*/
  background-color: #eff9f8;
  font-size: 16px;
  color: #636466;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.mobile-tabs li.active > a:hover,
.mobile-tabs .nav-tabs > li.active > a:hover:hover,
.mobile-tabs .nav-tabs > li.active > a:focus:hover,
.mobile-tabs .nav-tabs:hover {
  /*background-image: url("../../bower_components/consalud-framework/assets/img/pattern-background.png");*/
  background-color: #eff9f8;
}
.mobile-tabs li {
  margin-left: 0;
  width: 45%;
  float: left;
  margin-bottom: -1px;
}
.mobile-tabs li a {
  text-align: center;
  font-family: 'soursesansproregular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #00AFAA;
}
.mobile-tabs.tabs-home li.servicios.active a {
  background-color: #00837B;
  color: #fff;
  border-left: none;
  border-top: none;
  border-right: none;
}
.active-nav {
  padding-bottom: 29.5px;
  border-bottom: 5px solid #00afaa;
}
.tab-pane .box-well {
  z-index: 2;
  position: relative;
}
.tab-pane iframe {
  width: 100%;
  z-index: 1;
}
.tab-pane.tab-pane-content {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .tabs-home > .tab-pane {
    display: block !important;
  }
  .tabs-home > .fade {
    opacity: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tabs-home > .tab-pane {
    display: block !important;
  }
  .tabs-home > .fade {
    opacity: 1 ;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tabs-home > .tab-pane {
    display: block !important;
  }
  .tabs-home > .fade {
    opacity: 1 ;
  }
  .nav-tabs li a {
    padding: 0 7px;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 100% !important;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none !important;
  }
  .navbar-nav {
    margin: 5.5px -10px !important;
  }
  .active-mobile {
    display: block !important;
  }
  .responsive-nav-secundary a {
    font-size: 13px !important;
    font-weight: 700;
  }
  .nav-tabs li {
    width: 50%;
  }
  .nav-tabs li a,
  .nav-tabs li.active > a,
  .nav-tabs .nav-tabs > li.active > a:hover,
  .nav-tabs .nav-tabs > li.active > a:focus {
    font-size: 13px;
    padding-left: 8px;
  }
  .nav-tabs li a span,
  .nav-tabs li.active > a span,
  .nav-tabs .nav-tabs > li.active > a:hover span,
  .nav-tabs .nav-tabs > li.active > a:focus span {
    display: block;
    text-align: center;
  }
  #main-nav ul li a {
    font-size: 11px;
  }
}
.main-link-color {
  color: #00afaa !important;
}
.secundary-link-color {
  color: #1de9d9 !important;
}
.green-color {
  color: #60a800;
}
.yellow-color {
  color: #fecc2f !important;
}
.green-principal-color {
  color:#00a19e !important;
}
.white-box {
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,.125);
}
.green-box {
  background-color: #eff9f8;
  /*background-image: url("../../bower_components/consalud-framework/assets/img/pattern-background.png");*/
  border: 1px solid #00afaa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bg-light-blue {
  /*background-image: url("../../bower_components/consalud-framework/assets/img/pattern-background.png");*/
  background-color: #eff9f8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bg-light-blue.border {
  border: 1px solid #cccccc;
}
.bg-light-blue.border-green {
  border: 1px solid #00afaa;
}
.carousel-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #D6D6D6;
}
.carousel-header h2 {
  margin-top: 10px;
  text-transform: uppercase;
  text-align: center;
}
.carousel-header h2 span {
  color: #00AFAA;
}
.carousel-header p {
  font-size: 15px;
}
#carousel-banner {
  border: 1px solid #D6D6D6;
  background-color: #EFF9F8;
  height: 430px;
  overflow: hidden;
}
#carousel-banner .carousel-indicators {
  position: absolute;
  top: 20px;
  z-index: 1;
}
#carousel-banner .tag {
  position: absolute;
  top: 15px;
  background: #00A19B;
  padding: 5px 10px 5px 20px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.banner-content-title {
  font-size: 26px;
  z-index: 2;
  position: relative;
  margin-bottom: 0;
}
.banner-content-title a {
  font-size: 26px;
}
.banner-content p {
  margin-bottom: 10px;
}
.banner-content .ver-mas {
  z-index: 2;
  position: relative;
  padding-top: 0;
}
.carousel-indicators li {
  margin: 0;
}
.carousel-indicators .active {
  background-color: #00afaa;
  height: 10px !important;
  margin: 1px !important;
  width: 10px !important;
}
.carousel-orientacion-control {
  background: #EDEDED;
  background-image: -o-linear-gradient(-89deg, #f7f7f7 0%, #ededed 100%);
  background-image: -moz-linear-gradient(-89deg, #f7f7f7 0%, #ededed 100%);
  background-image: -ms-linear-gradient(-89deg, #f7f7f7 0%, #ededed 100%);
  background-image: linear-gradient(-179deg, #f7f7f7 0%, #ededed 100%);
  border: 1px solid #CCCCCC;
  -moz-box-shadow: inset 0px 2px 0px 0px #FFFFFF;
  box-shadow: inset 0px 2px 0px 0px #FFFFFF;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 43px;
  height: 43px;
}
.carousel-orientacion-control.left {
  left: 0;
}
.carousel-orientacion-control.right {
  right: 0;
}
.carousel-orientacion-control:hover {
  background: #F7F7F7;
  background-image: -o-linear-gradient(-89deg, #ffffff 0%, #ededed 100%);
  background-image: -moz-linear-gradient(-89deg, #ffffff 0%, #ededed 100%);
  background-image: -ms-linear-gradient(-89deg, #ffffff 0%, #ededed 100%);
  background-image: linear-gradient(-179deg, #ffffff 0%, #ededed 100%);
  border: 1px solid #C2C2C2;
  -moz-box-shadow: inset 0px 2px 0px 0px #FFFFFF;
  box-shadow: inset 0px 2px 0px 0px #FFFFFF;
}
.sprite-complemento {
  background: url("../img/sprites/sprite-complemento.png") top left no-repeat;
}
.Celulas-madre {
  width: 85px;
  height: 86px;
  background-position: -10px -10px;
}
.Familia-protegida {
  width: 86px;
  height: 85px;
  background-position: -10px -106px;
}
.Enfermedades-catastroficas {
  width: 86px;
  height: 85px;
  background-position: -10px -201px;
}
.Urgencia-integral {
  width: 86px;
  height: 85px;
  background-position: -10px -296px;
}
.Pharma-benefits {
  width: 86px;
  height: 85px;
  background-position: -10px -391px;
}
.Asistencia-viaje {
  width: 86px;
  height: 85px;
  background-position: -10px -486px;
}
.Cesantia {
  width: 86px;
  height: 85px;
  background-position: -10px -581px;
}
.Complementos-dentales {
  width: 86px;
  height: 85px;
  background-position: -10px -676px;
}
.Santiago-mas {
  width: 86px;
  height: 85px;
  background-position: -10px -771px;
}
.Deporte-protegido {
  width: 86px;
  height: 85px;
  background-position: -10px -866px;
}
.Descuento-vacunas {
  width: 86px;
  height: 85px;
  background-position: -10px -961px;
}
.Bonificacion-optica {
  width: 86px;
  height: 85px;
  background-position: -10px -1056px;
}
.Descuentos-medicamento {
  width: 86px;
  height: 85px;
  background-position: -10px -1151px;
}
.Bonificacion-derma-laser {
  width: 86px;
  height: 85px;
  background-position: -10px -1246px;
}
.Reembolso-gimnasio {
  width: 86px;
  height: 85px;
  background-position: -10px -1341px;
}
.Doctor-en-linea {
  width: 86px;
  height: 85px;
  background-position: -10px -1436px;
}
.Beneficios-dentales {
  width: 86px;
  height: 85px;
  background-position: -10px -1531px;
}
.Descuento-criopreservacion {
  width: 86px;
  height: 85px;
  background-position: -10px -1626px;
}
.Bonos-costo-cero {
  width: 86px;
  height: 85px;
  background-position: -10px -1721px;
}
.Reembolso-running {
  width: 86px;
  height: 85px;
  background-position: -10px -1816px;
}
.Click-doctor {
  width: 86px;
  height: 85px;
  background-position: -10px -1911px;
}
.Reembolso-mountainbike {
  width: 86px;
  height: 85px;
  background-position: -10px -2006px;
}
.Click-doctor-xs {
  width: 35px;
  height: 35px;
  background-position: -10px -2101px;
}
.Familia-protegida-xs {
  width: 35px;
  height: 35px;
  background-position: -55px -2101px;
}
.Enfermedades-catastroficas-xs {
  width: 35px;
  height: 35px;
  background-position: -10px -2146px;
}
.Urgencia-integral-xs {
  width: 35px;
  height: 35px;
  background-position: -55px -2146px;
}
.Pharma-benefits-xs {
  width: 35px;
  height: 35px;
  background-position: -10px -2191px;
}
.Asistencia-viaje-xs {
  width: 35px;
  height: 35px;
  background-position: -55px -2191px;
}
.Cesantia-xs {
  width: 35px;
  height: 35px;
  background-position: -10px -2236px;
}
.Complementos-dentales-xs {
  width: 35px;
  height: 35px;
  background-position: -55px -2236px;
}
.Santiago-mas-xs {
  width: 35px;
  height: 35px;
  background-position: -10px -2281px;
}
.Deporte-protegido-xs {
  width: 35px;
  height: 35px;
  background-position: -55px -2281px;
}
.Celulas-madre-xs {
  width: 35px;
  height: 35px;
  background-position: -10px -2326px;
}
.Descuento-vacunas-xs {
  width: 35px;
  height: 35px;
  background-position: -55px -2326px;
}
.Bonificacion-optica-xs {
  width: 35px;
  height: 35px;
  background-position: -10px -2371px;
}
.Descuentos-medicamentos-xs {
  width: 35px;
  height: 35px;
  background-position: -55px -2371px;
}
.Bonificacion-derma-laser-xs {
  width: 35px;
  height: 35px;
  background-position: -10px -2416px;
}
.Reembolso-gimnasio-xs {
  width: 35px;
  height: 35px;
  background-position: -55px -2416px;
}
.Doctor-en-linea-xs {
  width: 35px;
  height: 35px;
  background-position: -10px -2461px;
}
.Beneficios-dentales-xs {
  width: 35px;
  height: 35px;
  background-position: -55px -2461px;
}
.Crio-preservacion-xs {
  width: 35px;
  height: 35px;
  background-position: -10px -2506px;
}
.Bono-costo-cero-xs {
  width: 35px;
  height: 35px;
  background-position: -55px -2506px;
}
.Reembolso-running-xs {
  width: 35px;
  height: 35px;
  background-position: -10px -2551px;
}
.Reembolso-mountainbike-xs {
  width: 35px;
  height: 35px;
  background-position: -55px -2551px;
}
.sprites-servicios {
  background: url("../img/sprites/sprites-servicios.png") top left no-repeat;
}
.servicio3 {
  width: 140px;
  height: 140px;
  background-position: -10px -10px;
}
.servicio2 {
  width: 140px;
  height: 140px;
  background-position: -10px -160px;
}
.servicio1 {
  width: 140px;
  height: 140px;
  background-position: -10px -310px;
}
.searchform {
  width: 90%;
}
.contact-form {
  margin: 30px 0;
}
.contact-form .main-content-subtitle {
  margin: 10px 0 30px;
}
.contact-form .form-group label {
  font-size: 15px;
}
.contact-form .radio {
  padding-top: 30px;
}
.form-control {
  border-radius: 0;
}
.form-control:focus {
  border-color: #00afaa;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 175, 170, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 175, 170, 0.6);
}
.error-alert {
  color: #D0021B;
  margin-top: 10px;
  display: block;
}
.input-group .btn.primary {
  padding: 0 20px;
  margin-left: 0;
  height: 43px;
  line-height: 43px;
}
.input-group.search-form {
  position: relative;
}
.input-group.search-form:before {
  content: "\e003";
  font-family: 'Glyphicons-Custom';
  position: absolute;
  left: 12px;
  top: 15px;
  color: #00afaa;
  z-index: 10;
  font-size: 16px;
}
.input-group.search-form .form-control {
  padding-left: 40px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 13px;
  position: relative;
  width: 100%;
}
.form-group label .example {
  position: absolute;
  right: 0;
}
.form-group.has-error {
  border-color: #D0021B;
}
.form-group.has-error:focus {
  border-color: #d0021b;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(208, 2, 27, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(208, 2, 27, 0.6);
}
.form-group.has-error.has-feedback {
  position: relative;
}
.form-group.has-error.has-feedback .form-control-feedback {
  position: absolute;
  right: 0;
  top: 46px;
}
@media (max-width: 767px) {
  .searchform {
    width: 100%;
    margin-bottom: 40px;
  }
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "open_sansregular", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00a9a1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005d58;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #f2f2f2;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'soursesansprobold', Helvetica, Arial, sans-serif;
  /*font-weight: 500;*/
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 500;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 22px;
}
h2,
.h2 {
  font-size: 19px;
}
h3,
.h3 {
  font-size: 17px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #00a9a1;
}
a.text-primary:hover {
  color: #007670;
}
.text-success {
  color: #60a800;
}
a.text-success:hover {
  color: #437500;
}
.text-info {
  color: #0861c8;
}
a.text-info:hover {
  color: #064997;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #00a9a1;
}
a.bg-primary:hover {
  background-color: #007670;
}
.bg-success {
  background-color: #e7fce7;
}
a.bg-success:hover {
  background-color: #baf6ba;
}
.bg-info {
  background-color: #e6eff9;
}
a.bg-info:hover {
  background-color: #bdd5ef;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #f2f2f2;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #f2f2f2;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f2f2f2;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: #ffffff;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #e7fce7;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #d0f9d0;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #e7fce7;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0f9d0;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #e6eff9;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #d1e2f4;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f2f2f2;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 36px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 500;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 500;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 23px;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #60a800;
}
.has-success .form-control {
  border-color: #60a800;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #437500;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #98ff0f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #98ff0f;
}
.has-success .input-group-addon {
  color: #60a800;
  border-color: #60a800;
  background-color: #e7fce7;
}
.has-success .form-control-feedback {
  color: #60a800;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 16.96px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #029b99;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #029b99;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #00a9a1;
  border-color: #009089;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #007670;
  border-color: #00524e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00a9a1;
  border-color: #009089;
}
.btn-primary .badge {
  color: #00a9a1;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #60a800;
  border-color: #518f00;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #437500;
  border-color: #2e5100;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #60a800;
  border-color: #518f00;
}
.btn-success .badge {
  color: #60a800;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #0861c8;
  border-color: #0755af;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #064997;
  border-color: #053975;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #0861c8;
  border-color: #0755af;
}
.btn-info .badge {
  color: #0861c8;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #bea400;
  border-color: #a58e00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #8b7800;
  border-color: #675900;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #bea400;
  border-color: #a58e00;
}
.btn-warning .badge {
  color: #bea400;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #00a9a1;
  font-weight: 500;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #005d58;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 500;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #00a9a1;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 12px 16px;
  font-size: 15px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 12px 18px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #00a9a1;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #cccccc;
}
.nav-tabs > li {
  float: left;
  margin-bottom: 0px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: transparent transparent #cccccc;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #00afaa;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #cccccc;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #00a9a1;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #cccccc;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 11px 10px;
  font-size: 15px;
  line-height: 18px;
  height: 40px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -10px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-btn.btn-sm {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 11px;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #cccccc;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #333333;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #cccccc;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #eaeaea;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #00a9a1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #cccccc;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #999999;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 12px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #fcf8e3;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #c09853;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #005d58;
  background-color: #f2f2f2;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #00a9a1;
  border-color: #00a9a1;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 16px;
  font-size: 15px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f2f2f2;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #00a9a1;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #007670;
}
.label-success {
  background-color: #60a800;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #437500;
}
.label-info {
  background-color: #0861c8;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #064997;
}
.label-warning {
  background-color: #bea400;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #8b7800;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #00a9a1;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f2f2f2;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
}
.jumbotron > hr {
  border-top-color: #d9d9d9;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 58.5px;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://www.consalud.cl/recurso/glyphiconshalflingsregular.eot');
  src: url('https://www.consalud.cl/recurso/glyphiconshalflingsregular.eot?#iefix') format('embedded-opentype'), url('https://www.consalud.cl/recurso/glyphiconshalflingregular.woff') format('woff'), url('https://www.consalud.cl/recurso/glyphiconshalflingsregular.ttf') format('truetype'), url('https://www.consalud.cl/recurso/glyphiconshalflingsregular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00a9a1;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
/*.alert-success {
  background-color: #e7fce7;
  border-color: #60a800;
  color: #60a800;
}*/
.alert.alert-success {
        color: #00afaa;
    background-color: #eff9f8;
    border-color: #d1f1f1;
   padding: 20px;
    margin-top: 0;
}
.alert-success hr {
  border-top-color: #acd09e;
}
.alert-success .alert-link {
  color: #acd09e;
}
.alert-yellow{
  background-color: #FFD148;
  border-color: #F9C539;
  color: #FFFFFF;
}
.alert-yellow a{
  color: #047775;
}
.alert-info {
    background-color: #e6eff9;
    border-bottom: 1px solid #80ade2;
    color: #0861c8;
}
.alert-info hr {
  border-top-color: #80ade2;
}
.alert-info .alert-link {
  color: #80ade2;
}
.alert-warning {
  background-color: #fcf8e3;
  border-bottom: 1px solid #c1ba93;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #c1ba93;
}
.alert-warning .alert-link {
  color: #c1ba93;
}
.alert.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-bottom:1px solid #ebccd1;
    padding: 10px;
}
.alert-danger hr {
  border-top-color: #ebccd1
}
.alert-danger .alert-link {
  color: #ebccd1;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  background-color: #00a9a1;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #999999;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #60a800;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #0861c8;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #bea400;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #f2f2f2;
  color: #999999;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #00a9a1;
  border-color: #00a9a1;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #76fff9;
}
.list-group-item-success {
  color: #60a800;
  background-color: #e7fce7;
}
a.list-group-item-success {
  color: #60a800;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #60a800;
  background-color: #d0f9d0;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #60a800;
  border-color: #60a800;
}
.list-group-item-info {
  color: #0861c8;
  background-color: #e6eff9;
}
a.list-group-item-info {
  color: #0861c8;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #0861c8;
  background-color: #d1e2f4;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #0861c8;
  border-color: #0861c8;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #00a9a1;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #00a9a1;
  border-color: #00a9a1;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00a9a1;
}
.panel-primary > .panel-heading .badge {
  color: #00a9a1;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00a9a1;
}
.panel-success {
  border-color: #60a800;
}
.panel-success > .panel-heading {
  color: #60a800;
  background-color: #e7fce7;
  border-color: #60a800;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #60a800;
}
.panel-success > .panel-heading .badge {
  color: #e7fce7;
  background-color: #60a800;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #60a800;
}
.panel-info {
  border-color: #0861c8;
}
.panel-info > .panel-heading {
  color: #0861c8;
  background-color: #e6eff9;
  border-color: #0861c8;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0861c8;
}
.panel-info > .panel-heading .badge {
  color: #e6eff9;
  background-color: #0861c8;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0861c8;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid #00a9a1;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  min-height: 11.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #cccccc;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/*POPUP HOME CONSALUD - 07/08/2020*/
.popup-homeconsalud p{
  color: #333 !important;
}

.popup-homeconsalud .ico-exc{
     width: 100%;
    float: right;
    margin-top: 15px;
}
.popup-homeconsalud .modal-title{
      text-transform: uppercase;
    color: #00afaa !important;
    font-size: 18px !important;
    margin: 20px 0;
}
.popup-homeconsalud .modal-title:after{
  content: '';
    width: 15%;
    height: 5px;
    background-color: #ffcc00;
    display: block;
    margin: 6px 0 0;
}
.popup-homeconsalud .irapop{
  height: 55px;
}
.popup-homeconsalud .irapop span{
color: #fff;
    padding: 5px 25px;
    font-size: 13px;
    text-align: center;
    margin-top: 2px;
    display: block;
}
.popup-homeconsalud .modal-content {
    background-color: #F2F2F2;
    padding: 15px;
    border: none;
}
.popup-homeconsalud .modal-body {
    border: 1px solid #00afaa;
}
.popup-homeconsalud button.close {
    margin: -12px 4px;
}
.popup-homeconsalud .textgreenp{
  color: #00afaa !important;
  font-size: 18px;
  text-align: center;
  margin:20px 0; 
}
.popup-homeconsalud .img-app{
  margin-bottom: 25px;
  width: 55%;
}
@media (max-width: 480px) {
.popup-homeconsalud .ico-exc{
  display: none;
}
.popup-homeconsalud .irapop span {
    padding: 8px 10px;
    font-size: 10px;
}
.img-app{
  margin-bottom: 15px;
  width: 30%;
}
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 2px solid #00AFAA;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #00AFAA;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Isosceles trangle */
.btn {
  /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);*/
  font-weight: 700;
  /* Gradients */
  /* Default */
  /* Primary */
  /* Success */
  /* Info */
  /* Warning */
  /* Danger */
  /* Glyphicon */
  /* Btn link */
  /* Arrow */
  /* Mobile Buttons */
}
.btn.btn-sm,
.btn.btn-xs {
  font-weight: 500;
}
.btn.btn-default {
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe1e1e1', GradientType=0);
}
.btn.btn-default:hover {
  background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #e1e1e1 100%);
  background-image: -o-linear-gradient(top, #e1e1e1 0%, #e1e1e1 100%);
  background-image: linear-gradient(to bottom, #e1e1e1 0%, #e1e1e1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1e1e1', endColorstr='#ffe1e1e1', GradientType=0);
}
.btn.btn-primary {
  background-image: -webkit-linear-gradient(top, #00a9a1 0%, #007670 100%);
  background-image: -o-linear-gradient(top, #00a9a1 0%, #007670 100%);
  background-image: linear-gradient(to bottom, #00a9a1 0%, #007670 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a9a1', endColorstr='#ff007670', GradientType=0);
}
.btn.btn-primary:hover {
  background-image: -webkit-linear-gradient(top, #007670 0%, #007670 100%);
  background-image: -o-linear-gradient(top, #007670 0%, #007670 100%);
  background-image: linear-gradient(to bottom, #007670 0%, #007670 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007670', endColorstr='#ff007670', GradientType=0);
}
.btn.btn-success {
  background-image: -webkit-linear-gradient(top, #60a800 0%, #437500 100%);
  background-image: -o-linear-gradient(top, #60a800 0%, #437500 100%);
  background-image: linear-gradient(to bottom, #60a800 0%, #437500 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff60a800', endColorstr='#ff437500', GradientType=0);
}
.btn.btn-success:hover {
  background-image: -webkit-linear-gradient(top, #437500 0%, #437500 100%);
  background-image: -o-linear-gradient(top, #437500 0%, #437500 100%);
  background-image: linear-gradient(to bottom, #437500 0%, #437500 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff437500', endColorstr='#ff437500', GradientType=0);
}
.btn.btn-info {
  background-image: -webkit-linear-gradient(top, #0861c8 0%, #064997 100%);
  background-image: -o-linear-gradient(top, #0861c8 0%, #064997 100%);
  background-image: linear-gradient(to bottom, #0861c8 0%, #064997 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0861c8', endColorstr='#ff064997', GradientType=0);
}
.btn.btn-info:hover {
  background-image: -webkit-linear-gradient(top, #064997 0%, #064997 100%);
  background-image: -o-linear-gradient(top, #064997 0%, #064997 100%);
  background-image: linear-gradient(to bottom, #064997 0%, #064997 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff064997', endColorstr='#ff064997', GradientType=0);
}
.btn.btn-warning {
  background-image: -webkit-linear-gradient(top, #bea400 0%, #8b7800 100%);
  background-image: -o-linear-gradient(top, #bea400 0%, #8b7800 100%);
  background-image: linear-gradient(to bottom, #bea400 0%, #8b7800 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbea400', endColorstr='#ff8b7800', GradientType=0);
}
.btn.btn-warning:hover {
  background-image: -webkit-linear-gradient(top, #8b7800 0%, #8b7800 100%);
  background-image: -o-linear-gradient(top, #8b7800 0%, #8b7800 100%);
  background-image: linear-gradient(to bottom, #8b7800 0%, #8b7800 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8b7800', endColorstr='#ff8b7800', GradientType=0);
}
.btn.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.btn.btn-danger:hover {
  background-image: -webkit-linear-gradient(top, #c9302c 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #c9302c 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #c9302c 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc9302c', endColorstr='#ffc9302c', GradientType=0);
}
.btn .glyphicon {
  vertical-align: middle;
}
.btn.btn-link:hover {
  text-decoration: none;
}
.btn.btn-arrow {
  position: relative;
  /* General properties */
  /* Mask the inside of the arrow with border-radius */
  /* Default */
  height: 35px;
  /* Large arrow */
  /* Small arrow */
  /* Mini arrow */
  /* Gradients arrows */
}
.btn.btn-arrow:before {
  position: absolute;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}
.btn.btn-arrow.btn-arrow-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn.btn-arrow.btn-arrow-left:before {
  border-top-right-radius: 100%;
  border-bottom-left-radius: 4px;
}
.btn.btn-arrow.btn-arrow-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn.btn-arrow.btn-arrow-right:before {
  border-bottom-left-radius: 100%;
  border-top-right-radius: 4px;
}
.btn.btn-arrow:before {
  top: 5px;
  width: 24px;
  height: 24px;
}
.btn.btn-arrow.btn-arrow-left {
  margin-right: 13px;
  padding-left: 6px;
  left: 23px;
}
.btn.btn-arrow.btn-arrow-left:before {
  left: -13px;
}
.btn.btn-arrow.btn-arrow-right {
  margin-left: 13px;
  padding-right: 6px;
  right: 23px;
}
.btn.btn-arrow.btn-arrow-right:before {
  right: -13px;
}
.btn.btn-arrow.btn-lg {
  height: 44px;
}
.btn.btn-arrow.btn-lg:before {
  top: 6px;
  width: 31px;
  height: 31px;
}
.btn.btn-arrow.btn-lg.btn-arrow-left {
  margin-right: 17px;
  padding-left: 8px;
  left: 27px;
}
.btn.btn-arrow.btn-lg.btn-arrow-left:before {
  left: -17px;
}
.btn.btn-arrow.btn-lg.btn-arrow-right {
  margin-left: 17px;
  padding-right: 8px;
  right: 27px;
}
.btn.btn-arrow.btn-lg.btn-arrow-right:before {
  right: -17px;
}
.btn.btn-arrow.btn-sm {
  height: 28px;
}
.btn.btn-arrow.btn-sm:before {
  top: 4px;
  width: 19px;
  height: 19px;
}
.btn.btn-arrow.btn-sm.btn-arrow-left {
  margin-right: 11px;
  padding-left: 5px;
  left: 21px;
}
.btn.btn-arrow.btn-sm.btn-arrow-left:before {
  left: -11px;
}
.btn.btn-arrow.btn-sm.btn-arrow-right {
  margin-left: 11px;
  padding-right: 5px;
  right: 21px;
}
.btn.btn-arrow.btn-sm.btn-arrow-right:before {
  right: -11px;
}
.btn.btn-arrow.btn-xs {
  height: 20px;
}
.btn.btn-arrow.btn-xs:before {
  top: 3px;
  width: 14px;
  height: 14px;
}
.btn.btn-arrow.btn-xs.btn-arrow-left {
  margin-right: 8px;
  padding-left: 3px;
  left: 18px;
}
.btn.btn-arrow.btn-xs.btn-arrow-left:before {
  left: -8px;
}
.btn.btn-arrow.btn-xs.btn-arrow-right {
  margin-left: 8px;
  padding-right: 3px;
  right: 18px;
}
.btn.btn-arrow.btn-xs.btn-arrow-right:before {
  right: -8px;
}
.btn.btn-arrow.btn-default:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #fafafa, #e1e1e1);
  background-image: -o-linear-gradient(135deg, #fafafa, #e1e1e1);
  background-image: linear-gradient(135deg, #fafafa, #e1e1e1);
}
.btn.btn-arrow.btn-default:hover:before {
  background-image: none;
  background-color: #e1e1e1;
}
.btn.btn-arrow.btn-default.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #cccccc, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #cccccc;
  box-shadow: inset 2px 0 0 -1px #cccccc, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #cccccc;
}
.btn.btn-arrow.btn-default.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #adadad, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #adadad;
  box-shadow: inset 2px 0 0 -1px #adadad, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #adadad;
}
.btn.btn-arrow.btn-default.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #cccccc, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #cccccc;
  box-shadow: inset 0 2px 0 -1px #cccccc, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #cccccc;
}
.btn.btn-arrow.btn-default.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #adadad, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #adadad;
  box-shadow: inset 0 2px 0 -1px #adadad, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #adadad;
}
.btn.btn-arrow.btn-primary:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #00a9a1, #007670);
  background-image: -o-linear-gradient(135deg, #00a9a1, #007670);
  background-image: linear-gradient(135deg, #00a9a1, #007670);
}
.btn.btn-arrow.btn-primary:hover:before {
  background-image: none;
  background-color: #007670;
}
.btn.btn-arrow.btn-primary.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #009089, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #009089;
  box-shadow: inset 2px 0 0 -1px #009089, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #009089;
}
.btn.btn-arrow.btn-primary.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #00524e, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #00524e;
  box-shadow: inset 2px 0 0 -1px #00524e, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #00524e;
}
.btn.btn-arrow.btn-primary.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #009089, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #009089;
  box-shadow: inset 0 2px 0 -1px #009089, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #009089;
}
.btn.btn-arrow.btn-primary.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #00524e, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #00524e;
  box-shadow: inset 0 2px 0 -1px #00524e, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #00524e;
}
.btn.btn-arrow.btn-success:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #60a800, #437500);
  background-image: -o-linear-gradient(135deg, #60a800, #437500);
  background-image: linear-gradient(135deg, #60a800, #437500);
}
.btn.btn-arrow.btn-success:hover:before {
  background-image: none;
  background-color: #437500;
}
.btn.btn-arrow.btn-success.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #518f00, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #518f00;
  box-shadow: inset 2px 0 0 -1px #518f00, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #518f00;
}
.btn.btn-arrow.btn-success.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #2e5100, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #2e5100;
  box-shadow: inset 2px 0 0 -1px #2e5100, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #2e5100;
}
.btn.btn-arrow.btn-success.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #518f00, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #518f00;
  box-shadow: inset 0 2px 0 -1px #518f00, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #518f00;
}
.btn.btn-arrow.btn-success.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #2e5100, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #2e5100;
  box-shadow: inset 0 2px 0 -1px #2e5100, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #2e5100;
}
.btn.btn-arrow.btn-info:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #0861c8, #064997);
  background-image: -o-linear-gradient(135deg, #0861c8, #064997);
  background-image: linear-gradient(135deg, #0861c8, #064997);
}
.btn.btn-arrow.btn-info:hover:before {
  background-image: none;
  background-color: #064997;
}
.btn.btn-arrow.btn-info.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #0755af, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #0755af;
  box-shadow: inset 2px 0 0 -1px #0755af, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #0755af;
}
.btn.btn-arrow.btn-info.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #053975, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #053975;
  box-shadow: inset 2px 0 0 -1px #053975, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #053975;
}
.btn.btn-arrow.btn-info.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #0755af, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #0755af;
  box-shadow: inset 0 2px 0 -1px #0755af, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #0755af;
}
.btn.btn-arrow.btn-info.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #053975, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #053975;
  box-shadow: inset 0 2px 0 -1px #053975, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #053975;
}
.btn.btn-arrow.btn-warning:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #bea400, #8b7800);
  background-image: -o-linear-gradient(135deg, #bea400, #8b7800);
  background-image: linear-gradient(135deg, #bea400, #8b7800);
}
.btn.btn-arrow.btn-warning:hover:before {
  background-image: none;
  background-color: #8b7800;
}
.btn.btn-arrow.btn-warning.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #a58e00, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #a58e00;
  box-shadow: inset 2px 0 0 -1px #a58e00, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #a58e00;
}
.btn.btn-arrow.btn-warning.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #675900, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #675900;
  box-shadow: inset 2px 0 0 -1px #675900, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #675900;
}
.btn.btn-arrow.btn-warning.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #a58e00, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #a58e00;
  box-shadow: inset 0 2px 0 -1px #a58e00, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #a58e00;
}
.btn.btn-arrow.btn-warning.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #675900, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #675900;
  box-shadow: inset 0 2px 0 -1px #675900, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #675900;
}
.btn.btn-arrow.btn-danger:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #d9534f, #c9302c);
  background-image: -o-linear-gradient(135deg, #d9534f, #c9302c);
  background-image: linear-gradient(135deg, #d9534f, #c9302c);
}
.btn.btn-arrow.btn-danger:hover:before {
  background-image: none;
  background-color: #c9302c;
}
.btn.btn-arrow.btn-danger.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #d43f3a, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #d43f3a;
  box-shadow: inset 2px 0 0 -1px #d43f3a, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #d43f3a;
}
.btn.btn-arrow.btn-danger.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #ac2925, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #ac2925;
  box-shadow: inset 2px 0 0 -1px #ac2925, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #ac2925;
}
.btn.btn-arrow.btn-danger.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #d43f3a, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #d43f3a;
  box-shadow: inset 0 2px 0 -1px #d43f3a, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #d43f3a;
}
.btn.btn-arrow.btn-danger.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #ac2925, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #ac2925;
  box-shadow: inset 0 2px 0 -1px #ac2925, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #ac2925;
}
@media (max-width: 767px) {
  .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn.btn-arrow {
    height: 28px;
  }
  .btn.btn-arrow:before {
    top: 4px;
    width: 19px;
    height: 19px;
  }
  .btn.btn-arrow.btn-arrow-left {
    margin-right: 11px;
    padding-left: 5px;
    left: 21px;
  }
  .btn.btn-arrow.btn-arrow-left:before {
    left: -11px;
  }
  .btn.btn-arrow.btn-arrow-right {
    margin-left: 11px;
    padding-right: 5px;
    right: 21px;
  }
  .btn.btn-arrow.btn-arrow-right:before {
    right: -11px;
  }
  .btn.btn-lg {
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 4px;
  }
  .btn.btn-lg.btn-arrow {
    height: 35px;
  }
  .btn.btn-lg.btn-arrow:before {
    top: 5px;
    width: 24px;
    height: 24px;
  }
  .btn.btn-lg.btn-arrow.btn-arrow-left {
    margin-right: 13px;
    padding-left: 6px;
    left: 23px;
  }
  .btn.btn-lg.btn-arrow.btn-arrow-left:before {
    left: -13px;
  }
  .btn.btn-lg.btn-arrow.btn-arrow-right {
    margin-left: 13px;
    padding-right: 6px;
    right: 23px;
  }
  .btn.btn-lg.btn-arrow.btn-arrow-right:before {
    right: -13px;
  }
  .btn.btn-sm {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn.btn-sm.btn-arrow {
    height: 20px;
  }
  .btn.btn-sm.btn-arrow:before {
    top: 3px;
    width: 14px;
    height: 14px;
  }
  .btn.btn-sm.btn-arrow.btn-arrow-left {
    margin-right: 8px;
    padding-left: 3px;
    left: 18px;
  }
  .btn.btn-sm.btn-arrow.btn-arrow-left:before {
    left: -8px;
  }
  .btn.btn-sm.btn-arrow.btn-arrow-right {
    margin-left: 8px;
    padding-right: 3px;
    right: 18px;
  }
  .btn.btn-sm.btn-arrow.btn-arrow-right:before {
    right: -8px;
  }
  .btn.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn.btn-xs.btn-arrow {
    height: 20px;
  }
  .btn.btn-xs.btn-arrow:before {
    top: 3px;
    width: 14px;
    height: 14px;
  }
  .btn.btn-xs.btn-arrow.btn-arrow-left {
    margin-right: 8px;
    padding-left: 3px;
    left: 18px;
  }
  .btn.btn-xs.btn-arrow.btn-arrow-left:before {
    left: -8px;
  }
  .btn.btn-xs.btn-arrow.btn-arrow-right {
    margin-left: 8px;
    padding-right: 3px;
    right: 18px;
  }
  .btn.btn-xs.btn-arrow.btn-arrow-right:before {
    right: -8px;
  }
}
.alert {
  font-size: 12px;
}
.alert.alert-sm {
  padding: 10px 15px;
}
.alert.alert-icon {
  position: relative;
  padding-left: 38px;
}
.alert.alert-icon:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-family: 'Glyphicons-Custom';
  speak: none;
  font-style: normal;
  font-weight: 500;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 18px;
  left: 0;
  font-size: 16px;
  left: 15px;
}
.alert.alert-icon.alert-sm:before {
  top: 15px;
}
.alert .alert-title {
  margin-top: 5px;
  margin-bottom: 5px;
}
.alert .alert-title.alert-title-icon {
  position: relative;
}
.alert .alert-title.alert-title-icon:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-family: 'Glyphicons-Custom';
  speak: none;
  font-style: normal;
  font-weight: 500;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.alert h1.alert-title-icon {
  padding-left: 37px;
}
.alert h1.alert-title-icon:before {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 30px;
}
.alert h2.alert-title-icon {
  padding-left: 32px;
}
.alert h2.alert-title-icon:before {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 25px;
}
.alert h3.alert-title-icon {
  padding-left: 28px;
}
.alert h3.alert-title-icon:before {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 21px;
}
.alert h4.alert-title-icon {
  padding-left: 24px;
}
.alert h4.alert-title-icon:before {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 17px;
}
.alert.alert-icon.alert-success:before,
.alert.alert-success > .alert-title-icon:before {
  content: "\e084";
}
.alert.alert-icon.alert-success:before,
.alert.alert-success > .alert-title-icon:before {
  content: "\e084";
}
.alert.alert-icon.alert-info:before,
.alert.alert-info > .alert-title-icon:before {
  content: "\e086";
}
.alert.alert-icon.alert-info:before,
.alert.alert-info > .alert-title-icon:before {
  content: "\e086";
}
.alert.alert-icon.alert-warning:before,
.alert.alert-warning > .alert-title-icon:before {
  content: "\e101";
}
.alert.alert-icon.alert-warning:before,
.alert.alert-warning > .alert-title-icon:before {
  content: "\e101";
}
.alert.alert-icon.alert-danger:before,
.alert.alert-danger > .alert-title-icon:before {
  content: "\e083";
}
.alert.alert-icon.alert-danger:before,
.alert.alert-danger > .alert-title-icon:before {
  content: "\e083";
}
@media (max-width: 767px) {
  .alert {
    font-size: 11px;
  }
}
.nav > li > .glyphicon {
  vertical-align: middle;
}
.nav.nav-steps {
  padding-top: 12px;
  padding-bottom: 20px;
  counter-reset: section;
}
.nav.nav-steps > li > span.wrap-step {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 15px;
  font-size: 14px;
  color: #999999;
  border-top: 1px solid #999999;
}
.nav.nav-steps > li > span.wrap-step .step-number {
  position: absolute;
  top: -13px;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  padding-top: 2px;
  font-size: 13px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 50%;
  counter-increment: section;
  content: counter(section);
}
.nav.nav-steps > li:last-child > span.wrap-step {
  border-top: none;
}
.nav.nav-steps > li.active > span.wrap-step {
  font-weight: 700;
  color: #555555;
  border-top: 1px solid #555555;
}
.nav.nav-steps > li.active > span.wrap-step .step-number {
  color: #fff;
  background-color: #555555;
  border-color: #555555;
}
@media (max-width: 767px) {
  .nav {
    /* Nav Steps */
  }
  .nav.nav-steps > li {
    display: none;
  }
  .nav.nav-steps > li.active {
    display: block;
  }
  .nav.nav-steps > li.active > span.wrap-step {
    padding-top: 0;
    padding-left: 30px;
    border: none;
  }
  .nav.nav-steps > li.active > span.wrap-step .step-number {
    top: -3px;
  }
}
.pager li.disabled > a,
.pager li > a,
.pager li > span {
  border-radius: 0 !important;
  position: relative;
  /* Arrow */
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  font-weight: 700;
  /* Gradients */
  /* Default */
  /* Primary */
  /* Success */
  /* Info */
  /* Warning */
  /* Danger */
  /* Glyphicon */
  /* Btn link */
  /* Arrow */
  /* Mobile Buttons */
  min-width: 300px;
  padding: 6px 7px 4px 7px;
  border-color: #cccccc;
}
.pager li.disabled > a.primary,
.pager li > a.primary,
.pager li > span.primary {
  font-size: 15px;
  height: 43px;
  padding: 9px 20px 14px 20px;
}
.pager li.disabled > a.btn-light,
.pager li > a.btn-light,
.pager li > span.btn-light {
  background: #EDEDED;
  background-image: -o-linear-gradient(-89deg, #f7f7f7 0%, #ededed 100%);
  background-image: -moz-linear-gradient(-89deg, #f7f7f7 0%, #ededed 100%);
  background-image: -ms-linear-gradient(-89deg, #f7f7f7 0%, #ededed 100%);
  background-image: linear-gradient(-179deg, #f7f7f7 0%, #ededed 100%);
  border: 1px solid #CCCCCC;
  -moz-box-shadow: inset 0px 2px 0px 0px #FFFFFF;
  box-shadow: inset 0px 2px 0px 0px #FFFFFF;
  border-radius: 0;
  color: #00afaa;
}
.pager li.disabled > a.btn-dark,
.pager li > a.btn-dark,
.pager li > span.btn-dark {
  background: #009797;
  background-image: -o-linear-gradient(-89deg, #00afaa 0%, #009797 100%);
  background-image: -moz-linear-gradient(-89deg, #00afaa 0%, #009797 100%);
  background-image: -ms-linear-gradient(-89deg, #00afaa 0%, #009797 100%);
  background-image: linear-gradient(-179deg, #00afaa 0%, #009797 100%);
  border: 1px solid #007E7E;
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);
  border-radius: 0;
  color: #fff;
}
.pager li.disabled > a.btn-primary,
.pager li > a.btn-primary,
.pager li > span.btn-primary {
  background-color: #00afaa;
  right: 14px !important;
}
.pager li.disabled > a.btn-select,
.pager li > a.btn-select,
.pager li > span.btn-select {
  background-color: white;
  color: #00afaa !important;
  padding-top: 0;
  margin-top: 10px;
  height: 27px;
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.pager li.disabled > a.btn-white-box,
.pager li > a.btn-white-box,
.pager li > span.btn-white-box {
  border: 1px solid #00afaa;
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);
  font-size: 15px;
  color: #00afaa;
  line-height: 20px;
  font-weight: 300;
  white-space: normal;
}
.pager li.disabled > a.btn-white,
.pager li > a.btn-white,
.pager li > span.btn-white {
  background-color: #fff;
}
.pager li.disabled > a.search,
.pager li > a.search,
.pager li > span.search {
  padding: 10px 20px 15px 20px;
}
.pager li.disabled > a.arrow-right,
.pager li > a.arrow-right,
.pager li > span.arrow-right {
  min-width: 220px;
  padding-right: 40px;
}
.pager li.disabled > a.arrow-right:after,
.pager li > a.arrow-right:after,
.pager li > span.arrow-right:after {
  content: "\e080";
  font-family: 'Glyphicons-Custom';
  width: 15px;
  height: 17px;
  top: 33%;
  right: 16px;
  position: absolute;
  display: inline-block;
}
.pager li.disabled > a.full-width,
.pager li > a.full-width,
.pager li > span.full-width {
  width: 100%;
}
.pager li.disabled > a.btn-lg,
.pager li > a.btn-lg,
.pager li > span.btn-lg {
  min-width: 300px;
}
.pager li.disabled > a:hover.btn-light,
.pager li > a:hover.btn-light,
.pager li > span:hover.btn-light {
  background: #F7F7F7;
  background-image: -o-linear-gradient(-89deg, #ffffff 0%, #ededed 100%);
  background-image: -moz-linear-gradient(-89deg, #ffffff 0%, #ededed 100%);
  background-image: -ms-linear-gradient(-89deg, #ffffff 0%, #ededed 100%);
  background-image: linear-gradient(-179deg, #ffffff 0%, #ededed 100%);
  border: 1px solid #C2C2C2;
  -moz-box-shadow: inset 0px 2px 0px 0px #FFFFFF;
  box-shadow: inset 0px 2px 0px 0px #FFFFFF;
  color: #00afaa;
}
.pager li.disabled > a:hover.btn-dark,
.pager li > a:hover.btn-dark,
.pager li > span:hover.btn-dark {
  background-image: -o-linear-gradient(-89deg, #00b9b0 0%, #009797 100%);
  background-image: -moz-linear-gradient(-89deg, #00b9b0 0%, #009797 100%);
  background-image: -ms-linear-gradient(-89deg, #00b9b0 0%, #009797 100%);
  background-image: linear-gradient(-179deg, #00b9b0 0%, #009797 100%);
  border: 1px solid #007070;
  color: #fff;
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);
}
.pager li.disabled > a:hover.btn-select,
.pager li > a:hover.btn-select,
.pager li > span:hover.btn-select {
  background-color: white;
  color: #005d58 !important;
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pager li.disabled > a:hover.btn-white,
.pager li > a:hover.btn-white,
.pager li > span:hover.btn-white {
  color: #00afaa;
  background-color: #dcf2f0;
}
.pager li.disabled > a.btn-arrow,
.pager li > a.btn-arrow,
.pager li > span.btn-arrow {
  position: relative;
  /* Gradients arrows */
}
.pager li.disabled > a.btn-arrow.btn-default:before,
.pager li > a.btn-arrow.btn-default:before,
.pager li > span.btn-arrow.btn-default:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #fafafa, #e1e1e1);
  background-image: -o-linear-gradient(135deg, #fafafa, #e1e1e1);
  background-image: linear-gradient(135deg, #fafafa, #e1e1e1);
}
.pager li.disabled > a.btn-arrow.btn-default:hover:before,
.pager li > a.btn-arrow.btn-default:hover:before,
.pager li > span.btn-arrow.btn-default:hover:before {
  background-image: none;
  background-color: #e1e1e1;
}
.pager li.disabled > a.btn-arrow.btn-default.btn-arrow-left:before,
.pager li > a.btn-arrow.btn-default.btn-arrow-left:before,
.pager li > span.btn-arrow.btn-default.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #cccccc, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #cccccc;
  box-shadow: inset 2px 0 0 -1px #cccccc, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #cccccc;
}
.pager li.disabled > a.btn-arrow.btn-default.btn-arrow-left:hover:before,
.pager li > a.btn-arrow.btn-default.btn-arrow-left:hover:before,
.pager li > span.btn-arrow.btn-default.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #adadad, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #adadad;
  box-shadow: inset 2px 0 0 -1px #adadad, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #adadad;
}
.pager li.disabled > a.btn-arrow.btn-default.btn-arrow-right:before,
.pager li > a.btn-arrow.btn-default.btn-arrow-right:before,
.pager li > span.btn-arrow.btn-default.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #cccccc, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #cccccc;
  box-shadow: inset 0 2px 0 -1px #cccccc, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #cccccc;
}
.pager li.disabled > a.btn-arrow.btn-default.btn-arrow-right:hover:before,
.pager li > a.btn-arrow.btn-default.btn-arrow-right:hover:before,
.pager li > span.btn-arrow.btn-default.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #adadad, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #adadad;
  box-shadow: inset 0 2px 0 -1px #adadad, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #adadad;
}
.pager li.disabled > a.btn-arrow.btn-primary:before,
.pager li > a.btn-arrow.btn-primary:before,
.pager li > span.btn-arrow.btn-primary:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #00afaa, #007c78);
  background-image: -o-linear-gradient(135deg, #00afaa, #007c78);
  background-image: linear-gradient(135deg, #00afaa, #007c78);
}
.pager li.disabled > a.btn-arrow.btn-primary:hover:before,
.pager li > a.btn-arrow.btn-primary:hover:before,
.pager li > span.btn-arrow.btn-primary:hover:before {
  background-image: none;
  background-color: #007c78;
}
.pager li.disabled > a.btn-arrow.btn-primary.btn-arrow-left:before,
.pager li > a.btn-arrow.btn-primary.btn-arrow-left:before,
.pager li > span.btn-arrow.btn-primary.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #009089, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #009089;
  box-shadow: inset 2px 0 0 -1px #009089, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #009089;
}
.pager li.disabled > a.btn-arrow.btn-primary.btn-arrow-left:hover:before,
.pager li > a.btn-arrow.btn-primary.btn-arrow-left:hover:before,
.pager li > span.btn-arrow.btn-primary.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #00524e, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #00524e;
  box-shadow: inset 2px 0 0 -1px #00524e, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #00524e;
}
.pager li.disabled > a.btn-arrow.btn-primary.btn-arrow-right:before,
.pager li > a.btn-arrow.btn-primary.btn-arrow-right:before,
.pager li > span.btn-arrow.btn-primary.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #009089, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #009089;
  box-shadow: inset 0 2px 0 -1px #009089, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #009089;
}
.pager li.disabled > a.btn-arrow.btn-primary.btn-arrow-right:hover:before,
.pager li > a.btn-arrow.btn-primary.btn-arrow-right:hover:before,
.pager li > span.btn-arrow.btn-primary.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #00524e, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #00524e;
  box-shadow: inset 0 2px 0 -1px #00524e, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #00524e;
}
.pager li.disabled > a.btn-arrow.btn-success:before,
.pager li > a.btn-arrow.btn-success:before,
.pager li > span.btn-arrow.btn-success:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #60a800, #437500);
  background-image: -o-linear-gradient(135deg, #60a800, #437500);
  background-image: linear-gradient(135deg, #60a800, #437500);
}
.pager li.disabled > a.btn-arrow.btn-success:hover:before,
.pager li > a.btn-arrow.btn-success:hover:before,
.pager li > span.btn-arrow.btn-success:hover:before {
  background-image: none;
  background-color: #437500;
}
.pager li.disabled > a.btn-arrow.btn-success.btn-arrow-left:before,
.pager li > a.btn-arrow.btn-success.btn-arrow-left:before,
.pager li > span.btn-arrow.btn-success.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #518f00, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #518f00;
  box-shadow: inset 2px 0 0 -1px #518f00, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #518f00;
}
.pager li.disabled > a.btn-arrow.btn-success.btn-arrow-left:hover:before,
.pager li > a.btn-arrow.btn-success.btn-arrow-left:hover:before,
.pager li > span.btn-arrow.btn-success.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #2e5100, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #2e5100;
  box-shadow: inset 2px 0 0 -1px #2e5100, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #2e5100;
}
.pager li.disabled > a.btn-arrow.btn-success.btn-arrow-right:before,
.pager li > a.btn-arrow.btn-success.btn-arrow-right:before,
.pager li > span.btn-arrow.btn-success.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #518f00, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #518f00;
  box-shadow: inset 0 2px 0 -1px #518f00, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #518f00;
}
.pager li.disabled > a.btn-arrow.btn-success.btn-arrow-right:hover:before,
.pager li > a.btn-arrow.btn-success.btn-arrow-right:hover:before,
.pager li > span.btn-arrow.btn-success.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #2e5100, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #2e5100;
  box-shadow: inset 0 2px 0 -1px #2e5100, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #2e5100;
}
.pager li.disabled > a.btn-arrow.btn-info:before,
.pager li > a.btn-arrow.btn-info:before,
.pager li > span.btn-arrow.btn-info:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #0861c8, #064997);
  background-image: -o-linear-gradient(135deg, #0861c8, #064997);
  background-image: linear-gradient(135deg, #0861c8, #064997);
}
.pager li.disabled > a.btn-arrow.btn-info:hover:before,
.pager li > a.btn-arrow.btn-info:hover:before,
.pager li > span.btn-arrow.btn-info:hover:before {
  background-image: none;
  background-color: #064997;
}
.pager li.disabled > a.btn-arrow.btn-info.btn-arrow-left:before,
.pager li > a.btn-arrow.btn-info.btn-arrow-left:before,
.pager li > span.btn-arrow.btn-info.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #0755af, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #0755af;
  box-shadow: inset 2px 0 0 -1px #0755af, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #0755af;
}
.pager li.disabled > a.btn-arrow.btn-info.btn-arrow-left:hover:before,
.pager li > a.btn-arrow.btn-info.btn-arrow-left:hover:before,
.pager li > span.btn-arrow.btn-info.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #053975, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #053975;
  box-shadow: inset 2px 0 0 -1px #053975, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #053975;
}
.pager li.disabled > a.btn-arrow.btn-info.btn-arrow-right:before,
.pager li > a.btn-arrow.btn-info.btn-arrow-right:before,
.pager li > span.btn-arrow.btn-info.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #0755af, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #0755af;
  box-shadow: inset 0 2px 0 -1px #0755af, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #0755af;
}
.pager li.disabled > a.btn-arrow.btn-info.btn-arrow-right:hover:before,
.pager li > a.btn-arrow.btn-info.btn-arrow-right:hover:before,
.pager li > span.btn-arrow.btn-info.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #053975, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #053975;
  box-shadow: inset 0 2px 0 -1px #053975, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #053975;
}
.pager li.disabled > a.btn-arrow.btn-warning:before,
.pager li > a.btn-arrow.btn-warning:before,
.pager li > span.btn-arrow.btn-warning:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #bea400, #8b7800);
  background-image: -o-linear-gradient(135deg, #bea400, #8b7800);
  background-image: linear-gradient(135deg, #bea400, #8b7800);
}
.pager li.disabled > a.btn-arrow.btn-warning:hover:before,
.pager li > a.btn-arrow.btn-warning:hover:before,
.pager li > span.btn-arrow.btn-warning:hover:before {
  background-image: none;
  background-color: #8b7800;
}
.pager li.disabled > a.btn-arrow.btn-warning.btn-arrow-left:before,
.pager li > a.btn-arrow.btn-warning.btn-arrow-left:before,
.pager li > span.btn-arrow.btn-warning.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #a58e00, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #a58e00;
  box-shadow: inset 2px 0 0 -1px #a58e00, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #a58e00;
}
.pager li.disabled > a.btn-arrow.btn-warning.btn-arrow-left:hover:before,
.pager li > a.btn-arrow.btn-warning.btn-arrow-left:hover:before,
.pager li > span.btn-arrow.btn-warning.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #675900, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #675900;
  box-shadow: inset 2px 0 0 -1px #675900, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #675900;
}
.pager li.disabled > a.btn-arrow.btn-warning.btn-arrow-right:before,
.pager li > a.btn-arrow.btn-warning.btn-arrow-right:before,
.pager li > span.btn-arrow.btn-warning.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #a58e00, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #a58e00;
  box-shadow: inset 0 2px 0 -1px #a58e00, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #a58e00;
}
.pager li.disabled > a.btn-arrow.btn-warning.btn-arrow-right:hover:before,
.pager li > a.btn-arrow.btn-warning.btn-arrow-right:hover:before,
.pager li > span.btn-arrow.btn-warning.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #675900, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #675900;
  box-shadow: inset 0 2px 0 -1px #675900, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #675900;
}
.pager li.disabled > a.btn-arrow.btn-danger:before,
.pager li > a.btn-arrow.btn-danger:before,
.pager li > span.btn-arrow.btn-danger:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #d9534f, #c9302c);
  background-image: -o-linear-gradient(135deg, #d9534f, #c9302c);
  background-image: linear-gradient(135deg, #d9534f, #c9302c);
}
.pager li.disabled > a.btn-arrow.btn-danger:hover:before,
.pager li > a.btn-arrow.btn-danger:hover:before,
.pager li > span.btn-arrow.btn-danger:hover:before {
  background-image: none;
  background-color: #c9302c;
}
.pager li.disabled > a.btn-arrow.btn-danger.btn-arrow-left:before,
.pager li > a.btn-arrow.btn-danger.btn-arrow-left:before,
.pager li > span.btn-arrow.btn-danger.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #d43f3a, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #d43f3a;
  box-shadow: inset 2px 0 0 -1px #d43f3a, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #d43f3a;
}
.pager li.disabled > a.btn-arrow.btn-danger.btn-arrow-left:hover:before,
.pager li > a.btn-arrow.btn-danger.btn-arrow-left:hover:before,
.pager li > span.btn-arrow.btn-danger.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #ac2925, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #ac2925;
  box-shadow: inset 2px 0 0 -1px #ac2925, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #ac2925;
}
.pager li.disabled > a.btn-arrow.btn-danger.btn-arrow-right:before,
.pager li > a.btn-arrow.btn-danger.btn-arrow-right:before,
.pager li > span.btn-arrow.btn-danger.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #d43f3a, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #d43f3a;
  box-shadow: inset 0 2px 0 -1px #d43f3a, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #d43f3a;
}
.pager li.disabled > a.btn-arrow.btn-danger.btn-arrow-right:hover:before,
.pager li > a.btn-arrow.btn-danger.btn-arrow-right:hover:before,
.pager li > span.btn-arrow.btn-danger.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #ac2925, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #ac2925;
  box-shadow: inset 0 2px 0 -1px #ac2925, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #ac2925;
}
.pager li.disabled > a:focus,
.pager li > a:focus,
.pager li > span:focus,
.pager li.disabled > a:active:focus,
.pager li > a:active:focus,
.pager li > span:active:focus,
.pager li.disabled > a.active:focus,
.pager li > a.active:focus,
.pager li > span.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pager li.disabled > a:hover,
.pager li > a:hover,
.pager li > span:hover,
.pager li.disabled > a:focus,
.pager li > a:focus,
.pager li > span:focus {
  color: #333333;
  text-decoration: none;
}
.pager li.disabled > a:active,
.pager li > a:active,
.pager li > span:active,
.pager li.disabled > a.active,
.pager li > a.active,
.pager li > span.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.pager li.disabled > a.disabled,
.pager li > a.disabled,
.pager li > span.disabled,
.pager li.disabled > a[disabled],
.pager li > a[disabled],
.pager li > span[disabled],
fieldset[disabled] .pager li.disabled > a,
fieldset[disabled] .pager li > a,
fieldset[disabled] .pager li > span {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pager li.disabled > a.btn-sm,
.pager li > a.btn-sm,
.pager li > span.btn-sm,
.pager li.disabled > a.btn-xs,
.pager li > a.btn-xs,
.pager li > span.btn-xs {
  font-weight: 300;
}
.pager li.disabled > a.btn-default,
.pager li > a.btn-default,
.pager li > span.btn-default {
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe1e1e1', GradientType=0);
}
.pager li.disabled > a.btn-default:hover,
.pager li > a.btn-default:hover,
.pager li > span.btn-default:hover {
  background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #e1e1e1 100%);
  background-image: -o-linear-gradient(top, #e1e1e1 0%, #e1e1e1 100%);
  background-image: linear-gradient(to bottom, #e1e1e1 0%, #e1e1e1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1e1e1', endColorstr='#ffe1e1e1', GradientType=0);
}
.pager li.disabled > a.btn-primary,
.pager li > a.btn-primary,
.pager li > span.btn-primary {
  background-image: -webkit-linear-gradient(top, #00a9a1 0%, #007670 100%);
  background-image: -o-linear-gradient(top, #00a9a1 0%, #007670 100%);
  background-image: linear-gradient(to bottom, #00a9a1 0%, #007670 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a9a1', endColorstr='#ff007670', GradientType=0);
}
.pager li.disabled > a.btn-primary:hover,
.pager li > a.btn-primary:hover,
.pager li > span.btn-primary:hover {
  background-image: -webkit-linear-gradient(top, #007670 0%, #007670 100%);
  background-image: -o-linear-gradient(top, #007670 0%, #007670 100%);
  background-image: linear-gradient(to bottom, #007670 0%, #007670 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007670', endColorstr='#ff007670', GradientType=0);
}
.pager li.disabled > a.btn-success,
.pager li > a.btn-success,
.pager li > span.btn-success {
  background-image: -webkit-linear-gradient(top, #60a800 0%, #437500 100%);
  background-image: -o-linear-gradient(top, #60a800 0%, #437500 100%);
  background-image: linear-gradient(to bottom, #60a800 0%, #437500 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff60a800', endColorstr='#ff437500', GradientType=0);
}
.pager li.disabled > a.btn-success:hover,
.pager li > a.btn-success:hover,
.pager li > span.btn-success:hover {
  background-image: -webkit-linear-gradient(top, #437500 0%, #437500 100%);
  background-image: -o-linear-gradient(top, #437500 0%, #437500 100%);
  background-image: linear-gradient(to bottom, #437500 0%, #437500 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff437500', endColorstr='#ff437500', GradientType=0);
}
.pager li.disabled > a.btn-info,
.pager li > a.btn-info,
.pager li > span.btn-info {
  background-image: -webkit-linear-gradient(top, #0861c8 0%, #064997 100%);
  background-image: -o-linear-gradient(top, #0861c8 0%, #064997 100%);
  background-image: linear-gradient(to bottom, #0861c8 0%, #064997 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0861c8', endColorstr='#ff064997', GradientType=0);
}
.pager li.disabled > a.btn-info:hover,
.pager li > a.btn-info:hover,
.pager li > span.btn-info:hover {
  background-image: -webkit-linear-gradient(top, #064997 0%, #064997 100%);
  background-image: -o-linear-gradient(top, #064997 0%, #064997 100%);
  background-image: linear-gradient(to bottom, #064997 0%, #064997 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff064997', endColorstr='#ff064997', GradientType=0);
}
.pager li.disabled > a.btn-warning,
.pager li > a.btn-warning,
.pager li > span.btn-warning {
  background-image: -webkit-linear-gradient(top, #bea400 0%, #8b7800 100%);
  background-image: -o-linear-gradient(top, #bea400 0%, #8b7800 100%);
  background-image: linear-gradient(to bottom, #bea400 0%, #8b7800 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbea400', endColorstr='#ff8b7800', GradientType=0);
}
.pager li.disabled > a.btn-warning:hover,
.pager li > a.btn-warning:hover,
.pager li > span.btn-warning:hover {
  background-image: -webkit-linear-gradient(top, #8b7800 0%, #8b7800 100%);
  background-image: -o-linear-gradient(top, #8b7800 0%, #8b7800 100%);
  background-image: linear-gradient(to bottom, #8b7800 0%, #8b7800 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8b7800', endColorstr='#ff8b7800', GradientType=0);
}
.pager li.disabled > a.btn-danger,
.pager li > a.btn-danger,
.pager li > span.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.pager li.disabled > a.btn-danger:hover,
.pager li > a.btn-danger:hover,
.pager li > span.btn-danger:hover {
  background-image: -webkit-linear-gradient(top, #c9302c 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #c9302c 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #c9302c 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc9302c', endColorstr='#ffc9302c', GradientType=0);
}
.pager li.disabled > a .glyphicon,
.pager li > a .glyphicon,
.pager li > span .glyphicon {
  vertical-align: middle;
}
.pager li.disabled > a.btn-link:hover,
.pager li > a.btn-link:hover,
.pager li > span.btn-link:hover {
  text-decoration: none;
}
.pager li.disabled > a.btn-arrow,
.pager li > a.btn-arrow,
.pager li > span.btn-arrow {
  position: relative;
  /* General properties */
  /* Mask the inside of the arrow with border-radius */
  /* Default */
  height: 35px;
  /* Large arrow */
  /* Small arrow */
  /* Mini arrow */
  /* Gradients arrows */
}
.pager li.disabled > a.btn-arrow:before,
.pager li > a.btn-arrow:before,
.pager li > span.btn-arrow:before {
  position: absolute;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}
.pager li.disabled > a.btn-arrow.btn-arrow-left,
.pager li > a.btn-arrow.btn-arrow-left,
.pager li > span.btn-arrow.btn-arrow-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pager li.disabled > a.btn-arrow.btn-arrow-left:before,
.pager li > a.btn-arrow.btn-arrow-left:before,
.pager li > span.btn-arrow.btn-arrow-left:before {
  border-top-right-radius: 100%;
  border-bottom-left-radius: 4px;
}
.pager li.disabled > a.btn-arrow.btn-arrow-right,
.pager li > a.btn-arrow.btn-arrow-right,
.pager li > span.btn-arrow.btn-arrow-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pager li.disabled > a.btn-arrow.btn-arrow-right:before,
.pager li > a.btn-arrow.btn-arrow-right:before,
.pager li > span.btn-arrow.btn-arrow-right:before {
  border-bottom-left-radius: 100%;
  border-top-right-radius: 4px;
}
.pager li.disabled > a.btn-arrow:before,
.pager li > a.btn-arrow:before,
.pager li > span.btn-arrow:before {
  top: 5px;
  width: 24px;
  height: 24px;
}
.pager li.disabled > a.btn-arrow.btn-arrow-left,
.pager li > a.btn-arrow.btn-arrow-left,
.pager li > span.btn-arrow.btn-arrow-left {
  margin-right: 13px;
  padding-left: 6px;
  left: 23px;
}
.pager li.disabled > a.btn-arrow.btn-arrow-left:before,
.pager li > a.btn-arrow.btn-arrow-left:before,
.pager li > span.btn-arrow.btn-arrow-left:before {
  left: -13px;
}
.pager li.disabled > a.btn-arrow.btn-arrow-right,
.pager li > a.btn-arrow.btn-arrow-right,
.pager li > span.btn-arrow.btn-arrow-right {
  margin-left: 13px;
  padding-right: 6px;
  right: 23px;
}
.pager li.disabled > a.btn-arrow.btn-arrow-right:before,
.pager li > a.btn-arrow.btn-arrow-right:before,
.pager li > span.btn-arrow.btn-arrow-right:before {
  right: -13px;
}
.pager li.disabled > a.btn-arrow.btn-lg,
.pager li > a.btn-arrow.btn-lg,
.pager li > span.btn-arrow.btn-lg {
  height: 44px;
}
.pager li.disabled > a.btn-arrow.btn-lg:before,
.pager li > a.btn-arrow.btn-lg:before,
.pager li > span.btn-arrow.btn-lg:before {
  top: 6px;
  width: 31px;
  height: 31px;
}
.pager li.disabled > a.btn-arrow.btn-lg.btn-arrow-left,
.pager li > a.btn-arrow.btn-lg.btn-arrow-left,
.pager li > span.btn-arrow.btn-lg.btn-arrow-left {
  margin-right: 17px;
  padding-left: 8px;
  left: 27px;
}
.pager li.disabled > a.btn-arrow.btn-lg.btn-arrow-left:before,
.pager li > a.btn-arrow.btn-lg.btn-arrow-left:before,
.pager li > span.btn-arrow.btn-lg.btn-arrow-left:before {
  left: -17px;
}
.pager li.disabled > a.btn-arrow.btn-lg.btn-arrow-right,
.pager li > a.btn-arrow.btn-lg.btn-arrow-right,
.pager li > span.btn-arrow.btn-lg.btn-arrow-right {
  margin-left: 17px;
  padding-right: 8px;
  right: 27px;
}
.pager li.disabled > a.btn-arrow.btn-lg.btn-arrow-right:before,
.pager li > a.btn-arrow.btn-lg.btn-arrow-right:before,
.pager li > span.btn-arrow.btn-lg.btn-arrow-right:before {
  right: -17px;
}
.pager li.disabled > a.btn-arrow.btn-sm,
.pager li > a.btn-arrow.btn-sm,
.pager li > span.btn-arrow.btn-sm {
  height: 28px;
}
.pager li.disabled > a.btn-arrow.btn-sm:before,
.pager li > a.btn-arrow.btn-sm:before,
.pager li > span.btn-arrow.btn-sm:before {
  top: 4px;
  width: 19px;
  height: 19px;
}
.pager li.disabled > a.btn-arrow.btn-sm.btn-arrow-left,
.pager li > a.btn-arrow.btn-sm.btn-arrow-left,
.pager li > span.btn-arrow.btn-sm.btn-arrow-left {
  margin-right: 11px;
  padding-left: 5px;
  left: 21px;
}
.pager li.disabled > a.btn-arrow.btn-sm.btn-arrow-left:before,
.pager li > a.btn-arrow.btn-sm.btn-arrow-left:before,
.pager li > span.btn-arrow.btn-sm.btn-arrow-left:before {
  left: -11px;
}
.pager li.disabled > a.btn-arrow.btn-sm.btn-arrow-right,
.pager li > a.btn-arrow.btn-sm.btn-arrow-right,
.pager li > span.btn-arrow.btn-sm.btn-arrow-right {
  margin-left: 11px;
  padding-right: 5px;
  right: 21px;
}
.pager li.disabled > a.btn-arrow.btn-sm.btn-arrow-right:before,
.pager li > a.btn-arrow.btn-sm.btn-arrow-right:before,
.pager li > span.btn-arrow.btn-sm.btn-arrow-right:before {
  right: -11px;
}
.pager li.disabled > a.btn-arrow.btn-xs,
.pager li > a.btn-arrow.btn-xs,
.pager li > span.btn-arrow.btn-xs {
  height: 20px;
}
.pager li.disabled > a.btn-arrow.btn-xs:before,
.pager li > a.btn-arrow.btn-xs:before,
.pager li > span.btn-arrow.btn-xs:before {
  top: 3px;
  width: 14px;
  height: 14px;
}
.pager li.disabled > a.btn-arrow.btn-xs.btn-arrow-left,
.pager li > a.btn-arrow.btn-xs.btn-arrow-left,
.pager li > span.btn-arrow.btn-xs.btn-arrow-left {
  margin-right: 8px;
  padding-left: 3px;
  left: 18px;
}
.pager li.disabled > a.btn-arrow.btn-xs.btn-arrow-left:before,
.pager li > a.btn-arrow.btn-xs.btn-arrow-left:before,
.pager li > span.btn-arrow.btn-xs.btn-arrow-left:before {
  left: -8px;
}
.pager li.disabled > a.btn-arrow.btn-xs.btn-arrow-right,
.pager li > a.btn-arrow.btn-xs.btn-arrow-right,
.pager li > span.btn-arrow.btn-xs.btn-arrow-right {
  margin-left: 8px;
  padding-right: 3px;
  right: 18px;
}
.pager li.disabled > a.btn-arrow.btn-xs.btn-arrow-right:before,
.pager li > a.btn-arrow.btn-xs.btn-arrow-right:before,
.pager li > span.btn-arrow.btn-xs.btn-arrow-right:before {
  right: -8px;
}
.pager li.disabled > a.btn-arrow.btn-default:before,
.pager li > a.btn-arrow.btn-default:before,
.pager li > span.btn-arrow.btn-default:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #fafafa, #e1e1e1);
  background-image: -o-linear-gradient(135deg, #fafafa, #e1e1e1);
  background-image: linear-gradient(135deg, #fafafa, #e1e1e1);
}
.pager li.disabled > a.btn-arrow.btn-default:hover:before,
.pager li > a.btn-arrow.btn-default:hover:before,
.pager li > span.btn-arrow.btn-default:hover:before {
  background-image: none;
  background-color: #e1e1e1;
}
.pager li.disabled > a.btn-arrow.btn-default.btn-arrow-left:before,
.pager li > a.btn-arrow.btn-default.btn-arrow-left:before,
.pager li > span.btn-arrow.btn-default.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #cccccc, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #cccccc;
  box-shadow: inset 2px 0 0 -1px #cccccc, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #cccccc;
}
.pager li.disabled > a.btn-arrow.btn-default.btn-arrow-left:hover:before,
.pager li > a.btn-arrow.btn-default.btn-arrow-left:hover:before,
.pager li > span.btn-arrow.btn-default.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #adadad, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #adadad;
  box-shadow: inset 2px 0 0 -1px #adadad, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #adadad;
}
.pager li.disabled > a.btn-arrow.btn-default.btn-arrow-right:before,
.pager li > a.btn-arrow.btn-default.btn-arrow-right:before,
.pager li > span.btn-arrow.btn-default.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #cccccc, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #cccccc;
  box-shadow: inset 0 2px 0 -1px #cccccc, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #cccccc;
}
.pager li.disabled > a.btn-arrow.btn-default.btn-arrow-right:hover:before,
.pager li > a.btn-arrow.btn-default.btn-arrow-right:hover:before,
.pager li > span.btn-arrow.btn-default.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #adadad, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #adadad;
  box-shadow: inset 0 2px 0 -1px #adadad, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #adadad;
}
.pager li.disabled > a.btn-arrow.btn-primary:before,
.pager li > a.btn-arrow.btn-primary:before,
.pager li > span.btn-arrow.btn-primary:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #00a9a1, #007670);
  background-image: -o-linear-gradient(135deg, #00a9a1, #007670);
  background-image: linear-gradient(135deg, #00a9a1, #007670);
}
.pager li.disabled > a.btn-arrow.btn-primary:hover:before,
.pager li > a.btn-arrow.btn-primary:hover:before,
.pager li > span.btn-arrow.btn-primary:hover:before {
  background-image: none;
  background-color: #007670;
}
.pager li.disabled > a.btn-arrow.btn-primary.btn-arrow-left:before,
.pager li > a.btn-arrow.btn-primary.btn-arrow-left:before,
.pager li > span.btn-arrow.btn-primary.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #009089, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #009089;
  box-shadow: inset 2px 0 0 -1px #009089, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #009089;
}
.pager li.disabled > a.btn-arrow.btn-primary.btn-arrow-left:hover:before,
.pager li > a.btn-arrow.btn-primary.btn-arrow-left:hover:before,
.pager li > span.btn-arrow.btn-primary.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #00524e, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #00524e;
  box-shadow: inset 2px 0 0 -1px #00524e, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #00524e;
}
.pager li.disabled > a.btn-arrow.btn-primary.btn-arrow-right:before,
.pager li > a.btn-arrow.btn-primary.btn-arrow-right:before,
.pager li > span.btn-arrow.btn-primary.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #009089, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #009089;
  box-shadow: inset 0 2px 0 -1px #009089, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #009089;
}
.pager li.disabled > a.btn-arrow.btn-primary.btn-arrow-right:hover:before,
.pager li > a.btn-arrow.btn-primary.btn-arrow-right:hover:before,
.pager li > span.btn-arrow.btn-primary.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #00524e, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #00524e;
  box-shadow: inset 0 2px 0 -1px #00524e, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #00524e;
}
.pager li.disabled > a.btn-arrow.btn-success:before,
.pager li > a.btn-arrow.btn-success:before,
.pager li > span.btn-arrow.btn-success:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #60a800, #437500);
  background-image: -o-linear-gradient(135deg, #60a800, #437500);
  background-image: linear-gradient(135deg, #60a800, #437500);
}
.pager li.disabled > a.btn-arrow.btn-success:hover:before,
.pager li > a.btn-arrow.btn-success:hover:before,
.pager li > span.btn-arrow.btn-success:hover:before {
  background-image: none;
  background-color: #437500;
}
.pager li.disabled > a.btn-arrow.btn-success.btn-arrow-left:before,
.pager li > a.btn-arrow.btn-success.btn-arrow-left:before,
.pager li > span.btn-arrow.btn-success.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #518f00, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #518f00;
  box-shadow: inset 2px 0 0 -1px #518f00, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #518f00;
}
.pager li.disabled > a.btn-arrow.btn-success.btn-arrow-left:hover:before,
.pager li > a.btn-arrow.btn-success.btn-arrow-left:hover:before,
.pager li > span.btn-arrow.btn-success.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #2e5100, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #2e5100;
  box-shadow: inset 2px 0 0 -1px #2e5100, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #2e5100;
}
.pager li.disabled > a.btn-arrow.btn-success.btn-arrow-right:before,
.pager li > a.btn-arrow.btn-success.btn-arrow-right:before,
.pager li > span.btn-arrow.btn-success.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #518f00, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #518f00;
  box-shadow: inset 0 2px 0 -1px #518f00, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #518f00;
}
.pager li.disabled > a.btn-arrow.btn-success.btn-arrow-right:hover:before,
.pager li > a.btn-arrow.btn-success.btn-arrow-right:hover:before,
.pager li > span.btn-arrow.btn-success.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #2e5100, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #2e5100;
  box-shadow: inset 0 2px 0 -1px #2e5100, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #2e5100;
}
.pager li.disabled > a.btn-arrow.btn-info:before,
.pager li > a.btn-arrow.btn-info:before,
.pager li > span.btn-arrow.btn-info:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #0861c8, #064997);
  background-image: -o-linear-gradient(135deg, #0861c8, #064997);
  background-image: linear-gradient(135deg, #0861c8, #064997);
}
.pager li.disabled > a.btn-arrow.btn-info:hover:before,
.pager li > a.btn-arrow.btn-info:hover:before,
.pager li > span.btn-arrow.btn-info:hover:before {
  background-image: none;
  background-color: #064997;
}
.pager li.disabled > a.btn-arrow.btn-info.btn-arrow-left:before,
.pager li > a.btn-arrow.btn-info.btn-arrow-left:before,
.pager li > span.btn-arrow.btn-info.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #0755af, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #0755af;
  box-shadow: inset 2px 0 0 -1px #0755af, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #0755af;
}
.pager li.disabled > a.btn-arrow.btn-info.btn-arrow-left:hover:before,
.pager li > a.btn-arrow.btn-info.btn-arrow-left:hover:before,
.pager li > span.btn-arrow.btn-info.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #053975, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #053975;
  box-shadow: inset 2px 0 0 -1px #053975, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #053975;
}
.pager li.disabled > a.btn-arrow.btn-info.btn-arrow-right:before,
.pager li > a.btn-arrow.btn-info.btn-arrow-right:before,
.pager li > span.btn-arrow.btn-info.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #0755af, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #0755af;
  box-shadow: inset 0 2px 0 -1px #0755af, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #0755af;
}
.pager li.disabled > a.btn-arrow.btn-info.btn-arrow-right:hover:before,
.pager li > a.btn-arrow.btn-info.btn-arrow-right:hover:before,
.pager li > span.btn-arrow.btn-info.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #053975, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #053975;
  box-shadow: inset 0 2px 0 -1px #053975, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #053975;
}
.pager li.disabled > a.btn-arrow.btn-warning:before,
.pager li > a.btn-arrow.btn-warning:before,
.pager li > span.btn-arrow.btn-warning:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #bea400, #8b7800);
  background-image: -o-linear-gradient(135deg, #bea400, #8b7800);
  background-image: linear-gradient(135deg, #bea400, #8b7800);
}
.pager li.disabled > a.btn-arrow.btn-warning:hover:before,
.pager li > a.btn-arrow.btn-warning:hover:before,
.pager li > span.btn-arrow.btn-warning:hover:before {
  background-image: none;
  background-color: #8b7800;
}
.pager li.disabled > a.btn-arrow.btn-warning.btn-arrow-left:before,
.pager li > a.btn-arrow.btn-warning.btn-arrow-left:before,
.pager li > span.btn-arrow.btn-warning.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #a58e00, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #a58e00;
  box-shadow: inset 2px 0 0 -1px #a58e00, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #a58e00;
}
.pager li.disabled > a.btn-arrow.btn-warning.btn-arrow-left:hover:before,
.pager li > a.btn-arrow.btn-warning.btn-arrow-left:hover:before,
.pager li > span.btn-arrow.btn-warning.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #675900, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #675900;
  box-shadow: inset 2px 0 0 -1px #675900, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #675900;
}
.pager li.disabled > a.btn-arrow.btn-warning.btn-arrow-right:before,
.pager li > a.btn-arrow.btn-warning.btn-arrow-right:before,
.pager li > span.btn-arrow.btn-warning.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #a58e00, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #a58e00;
  box-shadow: inset 0 2px 0 -1px #a58e00, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #a58e00;
}
.pager li.disabled > a.btn-arrow.btn-warning.btn-arrow-right:hover:before,
.pager li > a.btn-arrow.btn-warning.btn-arrow-right:hover:before,
.pager li > span.btn-arrow.btn-warning.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #675900, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #675900;
  box-shadow: inset 0 2px 0 -1px #675900, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #675900;
}
.pager li.disabled > a.btn-arrow.btn-danger:before,
.pager li > a.btn-arrow.btn-danger:before,
.pager li > span.btn-arrow.btn-danger:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #d9534f, #c9302c);
  background-image: -o-linear-gradient(135deg, #d9534f, #c9302c);
  background-image: linear-gradient(135deg, #d9534f, #c9302c);
}
.pager li.disabled > a.btn-arrow.btn-danger:hover:before,
.pager li > a.btn-arrow.btn-danger:hover:before,
.pager li > span.btn-arrow.btn-danger:hover:before {
  background-image: none;
  background-color: #c9302c;
}
.pager li.disabled > a.btn-arrow.btn-danger.btn-arrow-left:before,
.pager li > a.btn-arrow.btn-danger.btn-arrow-left:before,
.pager li > span.btn-arrow.btn-danger.btn-arrow-left:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #d43f3a, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #d43f3a;
  box-shadow: inset 2px 0 0 -1px #d43f3a, inset 3px 0 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #d43f3a;
}
.pager li.disabled > a.btn-arrow.btn-danger.btn-arrow-left:hover:before,
.pager li > a.btn-arrow.btn-danger.btn-arrow-left:hover:before,
.pager li > span.btn-arrow.btn-danger.btn-arrow-left:hover:before {
  -webkit-box-shadow: inset 2px 0 0 -1px #ac2925, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #ac2925;
  box-shadow: inset 2px 0 0 -1px #ac2925, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset 0 -2px 0 -1px #ac2925;
}
.pager li.disabled > a.btn-arrow.btn-danger.btn-arrow-right:before,
.pager li > a.btn-arrow.btn-danger.btn-arrow-right:before,
.pager li > span.btn-arrow.btn-danger.btn-arrow-right:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #d43f3a, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #d43f3a;
  box-shadow: inset 0 2px 0 -1px #d43f3a, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #d43f3a;
}
.pager li.disabled > a.btn-arrow.btn-danger.btn-arrow-right:hover:before,
.pager li > a.btn-arrow.btn-danger.btn-arrow-right:hover:before,
.pager li > span.btn-arrow.btn-danger.btn-arrow-right:hover:before {
  -webkit-box-shadow: inset 0 2px 0 -1px #ac2925, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #ac2925;
  box-shadow: inset 0 2px 0 -1px #ac2925, inset 0 3px 0 -1px rgba(255, 255, 255, 0.2), inset -2px 0 0 -1px #ac2925;
}
@media (max-width: 767px) {
  .pager li.disabled > a,
  .pager li > a,
  .pager li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .pager li.disabled > a.btn-arrow,
  .pager li > a.btn-arrow,
  .pager li > span.btn-arrow {
    height: 28px;
  }
  .pager li.disabled > a.btn-arrow:before,
  .pager li > a.btn-arrow:before,
  .pager li > span.btn-arrow:before {
    top: 4px;
    width: 19px;
    height: 19px;
  }
  .pager li.disabled > a.btn-arrow.btn-arrow-left,
  .pager li > a.btn-arrow.btn-arrow-left,
  .pager li > span.btn-arrow.btn-arrow-left {
    margin-right: 11px;
    padding-left: 5px;
    left: 21px;
  }
  .pager li.disabled > a.btn-arrow.btn-arrow-left:before,
  .pager li > a.btn-arrow.btn-arrow-left:before,
  .pager li > span.btn-arrow.btn-arrow-left:before {
    left: -11px;
  }
  .pager li.disabled > a.btn-arrow.btn-arrow-right,
  .pager li > a.btn-arrow.btn-arrow-right,
  .pager li > span.btn-arrow.btn-arrow-right {
    margin-left: 11px;
    padding-right: 5px;
    right: 21px;
  }
  .pager li.disabled > a.btn-arrow.btn-arrow-right:before,
  .pager li > a.btn-arrow.btn-arrow-right:before,
  .pager li > span.btn-arrow.btn-arrow-right:before {
    right: -11px;
  }
  .pager li.disabled > a.btn-lg,
  .pager li > a.btn-lg,
  .pager li > span.btn-lg {
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 4px;
  }
  .pager li.disabled > a.btn-lg.btn-arrow,
  .pager li > a.btn-lg.btn-arrow,
  .pager li > span.btn-lg.btn-arrow {
    height: 35px;
  }
  .pager li.disabled > a.btn-lg.btn-arrow:before,
  .pager li > a.btn-lg.btn-arrow:before,
  .pager li > span.btn-lg.btn-arrow:before {
    top: 5px;
    width: 24px;
    height: 24px;
  }
  .pager li.disabled > a.btn-lg.btn-arrow.btn-arrow-left,
  .pager li > a.btn-lg.btn-arrow.btn-arrow-left,
  .pager li > span.btn-lg.btn-arrow.btn-arrow-left {
    margin-right: 13px;
    padding-left: 6px;
    left: 23px;
  }
  .pager li.disabled > a.btn-lg.btn-arrow.btn-arrow-left:before,
  .pager li > a.btn-lg.btn-arrow.btn-arrow-left:before,
  .pager li > span.btn-lg.btn-arrow.btn-arrow-left:before {
    left: -13px;
  }
  .pager li.disabled > a.btn-lg.btn-arrow.btn-arrow-right,
  .pager li > a.btn-lg.btn-arrow.btn-arrow-right,
  .pager li > span.btn-lg.btn-arrow.btn-arrow-right {
    margin-left: 13px;
    padding-right: 6px;
    right: 23px;
  }
  .pager li.disabled > a.btn-lg.btn-arrow.btn-arrow-right:before,
  .pager li > a.btn-lg.btn-arrow.btn-arrow-right:before,
  .pager li > span.btn-lg.btn-arrow.btn-arrow-right:before {
    right: -13px;
  }
  .pager li.disabled > a.btn-sm,
  .pager li > a.btn-sm,
  .pager li > span.btn-sm {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .pager li.disabled > a.btn-sm.btn-arrow,
  .pager li > a.btn-sm.btn-arrow,
  .pager li > span.btn-sm.btn-arrow {
    height: 20px;
  }
  .pager li.disabled > a.btn-sm.btn-arrow:before,
  .pager li > a.btn-sm.btn-arrow:before,
  .pager li > span.btn-sm.btn-arrow:before {
    top: 3px;
    width: 14px;
    height: 14px;
  }
  .pager li.disabled > a.btn-sm.btn-arrow.btn-arrow-left,
  .pager li > a.btn-sm.btn-arrow.btn-arrow-left,
  .pager li > span.btn-sm.btn-arrow.btn-arrow-left {
    margin-right: 8px;
    padding-left: 3px;
    left: 18px;
  }
  .pager li.disabled > a.btn-sm.btn-arrow.btn-arrow-left:before,
  .pager li > a.btn-sm.btn-arrow.btn-arrow-left:before,
  .pager li > span.btn-sm.btn-arrow.btn-arrow-left:before {
    left: -8px;
  }
  .pager li.disabled > a.btn-sm.btn-arrow.btn-arrow-right,
  .pager li > a.btn-sm.btn-arrow.btn-arrow-right,
  .pager li > span.btn-sm.btn-arrow.btn-arrow-right {
    margin-left: 8px;
    padding-right: 3px;
    right: 18px;
  }
  .pager li.disabled > a.btn-sm.btn-arrow.btn-arrow-right:before,
  .pager li > a.btn-sm.btn-arrow.btn-arrow-right:before,
  .pager li > span.btn-sm.btn-arrow.btn-arrow-right:before {
    right: -8px;
  }
  .pager li.disabled > a.btn-xs,
  .pager li > a.btn-xs,
  .pager li > span.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .pager li.disabled > a.btn-xs.btn-arrow,
  .pager li > a.btn-xs.btn-arrow,
  .pager li > span.btn-xs.btn-arrow {
    height: 20px;
  }
  .pager li.disabled > a.btn-xs.btn-arrow:before,
  .pager li > a.btn-xs.btn-arrow:before,
  .pager li > span.btn-xs.btn-arrow:before {
    top: 3px;
    width: 14px;
    height: 14px;
  }
  .pager li.disabled > a.btn-xs.btn-arrow.btn-arrow-left,
  .pager li > a.btn-xs.btn-arrow.btn-arrow-left,
  .pager li > span.btn-xs.btn-arrow.btn-arrow-left {
    margin-right: 8px;
    padding-left: 3px;
    left: 18px;
  }
  .pager li.disabled > a.btn-xs.btn-arrow.btn-arrow-left:before,
  .pager li > a.btn-xs.btn-arrow.btn-arrow-left:before,
  .pager li > span.btn-xs.btn-arrow.btn-arrow-left:before {
    left: -8px;
  }
  .pager li.disabled > a.btn-xs.btn-arrow.btn-arrow-right,
  .pager li > a.btn-xs.btn-arrow.btn-arrow-right,
  .pager li > span.btn-xs.btn-arrow.btn-arrow-right {
    margin-left: 8px;
    padding-right: 3px;
    right: 18px;
  }
  .pager li.disabled > a.btn-xs.btn-arrow.btn-arrow-right:before,
  .pager li > a.btn-xs.btn-arrow.btn-arrow-right:before,
  .pager li > span.btn-xs.btn-arrow.btn-arrow-right:before {
    right: -8px;
  }
}
.pager li.disabled > a .glyphicon,
.pager li > a .glyphicon,
.pager li > span .glyphicon {
  vertical-align: middle;
}
.pager li > a,
.pager li > span {
  color: #000;
}
.pager .pager-description {
  position: relative;
  top: 3px;
  margin-right: 10px;
  border: none;
}
.progress-bar-isapre {
  background-color: #a3d0de;
}
.progress-striped .progress-bar-isapre {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-seguros {
  background-color: #eae9a1;
}
.progress-striped .progress-bar-seguros {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-cliente {
  background-color: #60a800;
}
.progress-striped .progress-bar-cliente {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.page-header {
  margin: 0;
}
.text-isapre {
  color: #a3d0de;
}
a.text-isapre:hover {
  color: #7dbdd1;
}
.text-seguros {
  color: #eae9a1;
}
a.text-seguros:hover {
  color: #e1df77;
}
.text-cliente {
  color: #60a800;
}
a.text-cliente:hover {
  color: #437500;
}
@media (max-width: 767px) {
  h1 {
    font-size: 19px;
  }
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 14px;
  }
}
@font-face {
  font-family: 'Glyphicons-Custom';
  src: url('https://www.consalud.cl/recurso/Glyphicons-Custom.eot?-58fw37');
  src: url('https://www.consalud.cl/recurso/Glyphicons-Custom.eot?#iefix-58fw37') format('embedded-opentype'), url('https://www.consalud.cl/recurso/Glyphicons-Custom.woff?-58fw37') format('woff'), url('https://www.consalud.cl/recurso/Glyphicons-Custom.ttf?-58fw37') format('truetype'), url('https://www.consalud.cl/recurso/Glyphicons-Custom.svg?-58fw37#glyphicons-halflings-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicon {
  font-family: 'Glyphicons-Custom';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-examenes:before {
  content: "\e600";
}
.glyphicon-ges:before {
  content: "\e603";
}
.glyphicon-servicios-dentales:before {
  content: "\e604";
}
.glyphicon-atencion-medica:before {
  content: "\e606";
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-donwload:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-briefcase:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-audio:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-uniE139:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disc:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.panel-payment .panel-body {
  padding: 0;
}
.panel-payment .panel-body .row {
  margin-left: 0;
  margin-right: 0;
}
.panel-payment .panel-column {
  border-left: 1px solid #dddddd;
}
.panel-payment .panel-column.panel-excedentes {
  border-bottom: 1px solid #dddddd;
}
.panel-payment .panel-column:first-of-type {
  border-left: none;
}
.panel-payment .panel-column .wrap-panel-column {
  padding: 10px;
}
.panel-button {
  border-color: #dddddd;
  display: block;
  color: #333333;
}
.panel-button > .panel-heading {
  color: #333333;
  background-color: #ffffff;
  border-color: #dddddd;
}
.panel-button > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-button > .panel-heading .badge {
  color: #ffffff;
  background-color: #333333;
}
.panel-button > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-button:hover {
  text-decoration: none;
  border-color: rgba(96, 168, 0, 0.5);
}
.panel-button:hover .panel-heading {
  border-color: rgba(96, 168, 0, 0.5);
}
.panel-button:hover .panel-heading,
.panel-button:hover .panel-body,
.panel-button:hover .panel-footer {
  background: rgba(231, 252, 231, 0.5);
}
.panel-button.panel-active {
  border-color: #60a800;
}
.panel-button.panel-active .panel-heading {
  border-color: #60a800;
}
.panel-button.panel-active .panel-heading,
.panel-button.panel-active .panel-body,
.panel-button.panel-active .panel-footer {
  background: #e7fce7;
}
.panel-button .panel-heading,
.panel-button .panel-body,
.panel-button .panel-footer {
  display: block;
  padding: 10px;
}
.panel-button .panel-heading {
  font-size: 12px;
}
.panel-button .panel-body {
  font-size: 11px;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff0f0f0', GradientType=0);
}
#footer,
#footer-mobile {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 50;
}
#footer .container,
#footer-mobile .container {
  padding-top: 12px;
  padding-bottom: 12px;
}
#footer .container [class*="col"],
#footer-mobile .container [class*="col"] {
  min-height: 44px;
}
#footer-mobile .container [class*="col"] {
  min-height: 35px;
}
.table {
  /* Table Curved */
  /* Table Prestaciones */
  /* Table Prestaciones para moviles */
  /* Table Prestacion Summary */
}
.table td{
  font-size: 12px;
}
.table th{
  font-size: 14px;
}
.table tr.rowselect.active > td {
  border-top: 1px solid #60a800;
  border-bottom: 1px solid #60a800;
  -webkit-box-shadow: 3px -2px 4px 0 #f2f2f2, 3px 2px 4px 0 #f2f2f2;
  box-shadow: 3px -2px 4px 0 #f2f2f2, 3px 2px 4px 0 #f2f2f2;
}
.table tr.rowselect.active > td:first-child {
  border-left: 1px solid #60a800;
}
.table tr.rowselect.active > td:last-child {
  border-right: 1px solid #60a800;
}
.table.table-hover tr {
  /*cursor: pointer;*/
}
.table > thead > tr > th {
  padding: 8px 10px;
  border-width: 0;
  background-color: #f2f2f2;
}
.table > tbody > tr.selected > td {
  background-color: rgba(231, 252, 231, 0.5);
  border-top: 1px solid rgba(96, 168, 0, 0.3);
  border-bottom: 1px solid rgba(96, 168, 0, 0.3);
}
.table > tbody > tr.selected > td:first-child {
  border-left: 1px solid rgba(96, 168, 0, 0.3);
}
.table > tbody > tr.selected > td:last-child {
  border-right: 1px solid rgba(96, 168, 0, 0.3);
}
.table .checkbox {
  float: right;
}
.table .progress {
  margin-bottom: 0;
}
.table .td-middle {
  vertical-align: middle;
}
.table .td-large {
  padding-top: 16px;
  padding-bottom: 16px;
}
.table .td-action {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
.table .td-action .close {
  font-size: 26px;
}
.table.table-curved {
  border-collapse: separate;
  border: 1px solid #dddddd;
  border-top: none;
  border-radius: 4px;
}
.table.table-curved th:first-child {
  border-radius: 4px 0 0 0;
}
.table.table-curved th:last-child {
  border-radius: 0 4px 0 0;
}
.table.table-curved th:only-child {
  border-radius: 4px 4px 0 0;
}
.table.table-curved tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}
.table.table-curved tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}
.table.table-prestaciones {
  border-top: 1px solid #dddddd;
}
.table.table-prestaciones .prestacion-nombre-profesional a,
.table.table-prestaciones .prestacion-codigo-nombre a {
  text-decoration: underline;
  color: #333333;
}
.table.table-prestaciones-mobile {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
}
.table.table-prestaciones-mobile > tbody > tr td,
.table.table-prestaciones-mobile > tbody > tr th {
  padding: 2px 5px;
  font-size: 10px;
  border-top: none;
}
.table.table-prestaciones-mobile > tbody > tr th {
  width: 25%;
  min-width: 120px;
  padding-right: 10px;
  text-align: right;
  color: #000;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.table.table-prestaciones-mobile > tbody > tr td {
  background-color: #fff;
  border-right: 1px solid #cccccc;
}
.table.table-prestaciones-mobile > tbody > tr:first-child td,
.table.table-prestaciones-mobile > tbody > tr:first-child th {
  padding-top: 7px;
  border-top: 1px solid #cccccc;
}
.table.table-prestaciones-mobile > tbody > tr:last-child td,
.table.table-prestaciones-mobile > tbody > tr:last-child th {
  padding-bottom: 7px;
  border-bottom: 1px solid #cccccc;
}
.table.table-prestaciones-mobile:hover,
.table.table-prestaciones-mobile.active {
  -webkit-box-shadow: 3px -2px 4px 0 #f2f2f2, 3px 2px 4px 0 #f2f2f2;
  box-shadow: 3px -2px 4px 0 #f2f2f2, 3px 2px 4px 0 #f2f2f2;
}
.table.table-prestaciones-mobile:hover,
.table.table-prestaciones-mobile:hover > tbody > tr td,
.table.table-prestaciones-mobile:hover > tbody > tr th,
.table.table-prestaciones-mobile.active,
.table.table-prestaciones-mobile.active > tbody > tr td,
.table.table-prestaciones-mobile.active > tbody > tr th {
  cursor: pointer;
  border-color: #60a800;
}
.table.table-prestaciones-mobile:hover > tbody > tr > th,
.table.table-prestaciones-mobile.active > tbody > tr > th {
  background-color: #e7fce7;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #60a800;
}
.table.table-prestaciones-mobile:hover > tbody > tr:last-child > th,
.table.table-prestaciones-mobile.active > tbody > tr:last-child > td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #60a800;
}
.table.table-prestaciones-mobile.table-curved tr:first-child > td {
  border-top-right-radius: 4px;
}
.table .prestacion-valor-cancelado {
  font-weight: 700;
  color: #60a800;
}
.table.table-bono {
  border-top: none;
}
.table.table-bono > tbody > tr > td {
  padding: 15px 10px;
}
.table.table-bono > tbody > tr:first-child > td:first-child {
  border-top-left-radius: 4px;
}
.table.table-bono > tbody > tr:first-child > td:last-child {
  border-top-right-radius: 4px;
}
.table.table-bono > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 4px;
}
.table.table-bono > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 4px;
}
.table.table-bono .prestacion-details,
.table.table-bono .prestacion-agenda {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
.table.table-bono .prestacion-check {
  -webkit-box-shadow: 8px 0 0 -7px #cccccc;
  box-shadow: 8px 0 0 -7px #cccccc;
  text-align: center;
}
.table.table-bono .prestacion-check .wrap-prestacion-check {
  position: relative;
}
.table.table-bono .prestacion-check .wrap-prestacion-check span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
  background-color: transparent;
}
.table.table-bono .prestacion-valor-copago {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 18px;
  margin-bottom: 9px;
  font-size: 17px;
  margin: 0;
  font-weight: 700;
  text-align: right;
  color: #60a800;
}
.table.table-bono .prestacion-valor-copago small,
.table.table-bono .prestacion-valor-copago .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.table.table-bono .prestacion-valor-copago small,
.table.table-bono .prestacion-valor-copago .small {
  font-size: 65%;
}
.table.table-bono .prestacion-valor-total {
  float: right;
  margin-top: 2px;
  font-size: 11px;
  font-weight: bold;
  color: #555555;
}
.table.table-bono .prestacion-valor-details {
  border-left: 1px solid #dddddd;
}
.form-filters .form-filter {
  padding-left: 16px;
  padding-right: 16px;
  border-left: 1px solid rgba(153, 153, 153, 0.3);
}
.form-filters .form-filter:first-child {
  padding-left: 10px;
  border-left: none;
}
.form-filters .form-filter:last-child {
  padding-right: 10px;
}
.form-group label {
  font-weight: normal;
}
.form-group .popover-link .glyphicon {
  vertical-align: middle;
  color: #333333;
}
.form-group .popover-link:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .form-group [class^="col-"] {
    padding-bottom: 10px;
  }
}
.icon,
.logo {
  display: inline-block;
  text-indent: -100000px;
  background-image: url("../../bower_components/consalud-framework/assets/img/sprites.png");
  background-repeat: no-repeat;
}
/* Sprites */
.logo-consalud {
  width: 210px;
  height: 55px;
  background-position: -10px -10px;
}
.icon-pago-presencial {
  width: 227px;
  height: 51px;
  background-position: -10px -75px;
}
.logo-consalud-sm {
  width: 141px;
  height: 37px;
  background-position: -10px -136px;
}
.modal-content {
  font-size: 12px;
  /*-webkit-box-shadow: 0 0 100px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.9);*/
}
.modal-content .modal-header {
  padding-left: 20px;
  padding-right: 20px;
}
.modal-content .modal-header .close-modal:hover {
  text-decoration: none;
}
.modal-content .modal-header .close-modal .glyphicon-remove {
  position: relative;
  top: 2px;
  vertical-align: middle;
}
.modal-content .modal-body p,
.modal-content .modal-body .form-group {
  margin-bottom: 20px;
}
#condiciones-examenes .modal-header .modal-title {
  margin-top: 10px;
  margin-bottom: 5px;
}
#condiciones-examenes .modal-header p {
  font-size: 14px;
}
#condiciones-examenes .modal-body {
  height: 300px;
  overflow: auto;
  background: #eee;
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
}
#condiciones-examenes .modal-footer {
  margin-top: 0;
}
#condiciones-examenes .modal-footer .btn-success {
  margin-top: 5px;
}
.loading {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url("../../bower_components/consalud-framework/assets/img/preloader.gif") no-repeat 0 0;
}
/* Home */
#mask-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 100;
}
#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 155px;
  margin: -80px 0 0 -75px;
  font-size: 16px;
}
#loading .loading {
  position: absolute;
  left: 50%;
  bottom: -64px;
  margin-left: -32px;
}
.loading-text {
  margin-bottom: 0;
  padding: 15px 32px 15px 0;
  text-align: center;
}
.loading-text .loading {
  position: absolute;
  margin-top: -10px;
  margin-left: 5px;
}
.loading-before-pay {
  float: right;
  margin-bottom: 0;
}
.loading-before-pay .loading-text {
  width: 125px;
  margin-top: 16px;
  padding: 0;
  text-align: left;
}
/*-------------------------------------- Class w1-w100 */
/* Normal Widths */
.w-100 {
  width: 100%;
}
.w-99 {
  width: 99%;
}
.w-98 {
  width: 98%;
}
.w-97 {
  width: 97%;
}
.w-96 {
  width: 96%;
}
.w-95 {
  width: 95%;
}
.w-94 {
  width: 94%;
}
.w-93 {
  width: 93%;
}
.w-92 {
  width: 92%;
}
.w-91 {
  width: 91%;
}
.w-90 {
  width: 90%;
}
.w-89 {
  width: 89%;
}
.w-88 {
  width: 88%;
}
.w-87 {
  width: 87%;
}
.w-86 {
  width: 86%;
}
.w-85 {
  width: 85%;
}
.w-84 {
  width: 84%;
}
.w-83 {
  width: 83%;
}
.w-82 {
  width: 82%;
}
.w-81 {
  width: 81%;
}
.w-80 {
  width: 80%;
}
.w-79 {
  width: 79%;
}
.w-78 {
  width: 78%;
}
.w-77 {
  width: 77%;
}
.w-76 {
  width: 76%;
}
.w-75 {
  width: 75%;
}
.w-74 {
  width: 74%;
}
.w-73 {
  width: 73%;
}
.w-72 {
  width: 72%;
}
.w-71 {
  width: 71%;
}
.w-70 {
  width: 70%;
}
.w-69 {
  width: 69%;
}
.w-68 {
  width: 68%;
}
.w-67 {
  width: 67%;
}
.w-66 {
  width: 66%;
}
.w-65 {
  width: 65%;
}
.w-64 {
  width: 64%;
}
.w-63 {
  width: 63%;
}
.w-62 {
  width: 62%;
}
.w-61 {
  width: 61%;
}
.w-60 {
  width: 60%;
}
.w-59 {
  width: 59%;
}
.w-58 {
  width: 58%;
}
.w-57 {
  width: 57%;
}
.w-56 {
  width: 56%;
}
.w-55 {
  width: 55%;
}
.w-54 {
  width: 54%;
}
.w-53 {
  width: 53%;
}
.w-52 {
  width: 52%;
}
.w-51 {
  width: 51%;
}
.w-50 {
  width: 50%;
}
.w-49 {
  width: 49%;
}
.w-48 {
  width: 48%;
}
.w-47 {
  width: 47%;
}
.w-46 {
  width: 46%;
}
.w-45 {
  width: 45%;
}
.w-44 {
  width: 44%;
}
.w-43 {
  width: 43%;
}
.w-42 {
  width: 42%;
}
.w-41 {
  width: 41%;
}
.w-40 {
  width: 40%;
}
.w-39 {
  width: 39%;
}
.w-38 {
  width: 38%;
}
.w-37 {
  width: 37%;
}
.w-36 {
  width: 36%;
}
.w-35 {
  width: 35%;
}
.w-34 {
  width: 34%;
}
.w-33 {
  width: 33%;
}
.w-32 {
  width: 32%;
}
.w-31 {
  width: 31%;
}
.w-30 {
  width: 30%;
}
.w-29 {
  width: 29%;
}
.w-28 {
  width: 28%;
}
.w-27 {
  width: 27%;
}
.w-26 {
  width: 26%;
}
.w-25 {
  width: 25%;
}
.w-24 {
  width: 24%;
}
.w-23 {
  width: 23%;
}
.w-22 {
  width: 22%;
}
.w-21 {
  width: 21%;
}
.w-20 {
  width: 20%;
}
.w-19 {
  width: 19%;
}
.w-18 {
  width: 18%;
}
.w-17 {
  width: 17%;
}
.w-16 {
  width: 16%;
}
.w-15 {
  width: 15%;
}
.w-14 {
  width: 14%;
}
.w-13 {
  width: 13%;
}
.w-12 {
  width: 12%;
}
.w-11 {
  width: 11%;
}
.w-10 {
  width: 10%;
}
.w-9 {
  width: 9%;
}
.w-8 {
  width: 8%;
}
.w-7 {
  width: 7%;
}
.w-6 {
  width: 6%;
}
.w-5 {
  width: 5%;
}
.w-4 {
  width: 4%;
}
.w-3 {
  width: 3%;
}
.w-2 {
  width: 2%;
}
.w-1 {
  width: 1%;
}

/* Footer */

footer {
  height: auto !important;
}
#footer-content .list-points {
  padding: 10px 20px 0 20px;
}
#footer-content .list-points li {
  float: none;
}
.footer-box-container {
  position: relative;
}
#footer-content ul {
  padding: 10px 0;
}
#footer-content ul li {
  padding-left: 0px;
  float: none;
}
#footer-content ul .social-media {
  float: left;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .footer-box-container:first-child .footer-box {
    padding-left: 0;
  }
}
.footer-box {
  padding-left: 10px;
}
@media (min-width: 768px) {
  .footer-box {
    padding-left: 20px;
  }
}

.btn-language {
  float: left !important;
  margin: 20px 0 0 20px !important;
}
@media (max-width: 767px) {
  #footer .social-media .btn:last-of-type {
    float: inherit;
  }
}
@media (min-width: 768px) {
  .btn-language {
    float: right !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
   .footer-box-container:nth-child(-n+2):after {
    content: "";
    height: 100%;
    min-height: 220px;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px dotted #ccc;
  }
}
@media (min-width: 992px) {
  .footer-box {
    min-height: 160px;
  }
  .footer-box-container:not(:first-child):after {
    content: "";
    height: 100%;
    min-height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px dotted #ccc;
  }
}

/* Search Form */

.search-form:before, .search-form-select:before, .search-form-button:before {
  font-family: 'Glyphicons-Custom';
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-form {
  height: 45px;
  position: relative;
  right: 0;
  display: inline-block;
  text-align: left;
  -webkit-transition: right .2s;
  transition: right .2s;
}
.search-form:before {
  content: "\e003";
  position: absolute;
  top: .7em;
  left: .65em;
  font-size: 22px;
}
.search-form input:-moz-placeholder {
  color: transparent;
}
.search-form input::-webkit-input-placeholder {
  color: transparent;
}
.search-form input[type="search"] {
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
}
.search-form input::-webkit-search-decoration {
  display: none;
}
.search-form input::-webkit-search-cancel-button {
  display: none;
}
.search-form.is-focused .search-form-select {
  visibility: inherit;
  opacity: 1;
}
.search-form.is-focused .search-form-input {
  width: 250px !important;
  /*background-color: rgba(255, 255, 255, 0.2);*/
  background-color: rgba(0, 150, 144, 0.65);/*fondo blanco*/
 /* border-color: white;*/
  border-color: #00afaa;
  font-size: 15px;
  box-shadow: none;
  padding-right: 100px !important;
  padding-left: 40px !important;
  cursor: auto;
}
.search-form.is-focused:before {
  left: .4em;
}
.search-form-select {
  display: inline-block;
  position: relative;
  margin-left: -100px;
  height: 100%;
  display: inline-block;
  color: white;
  border-radius: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.search-form-select:before {
  content: "\e114";
  position: absolute;
  right: 1.5em;
  top: 1em;
  font-size: 10px;
  font-weight: bold;
}
.search-form-select select {
  width: 100px;
  -webkit-appearance: none;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 5px 15px 5px 10px;
  border-left: 1.5px dashed white;
  outline: 0;
  background: transparent;
  font-size: 10px;
  text-align: center;
  color: white;
  cursor: pointer;
}
.search-form-select option {
  color: #009797;
}
.search-form-input {
  width: 0px !important;
  height: 100%;
  min-height: 43px;
  border: none !important;
  border-right: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  padding: 8px 25px !important;
  outline: none;
  /* background-color: rgba(0, 150, 144, 0.65); *//* fondo blanco*/
  background-color: rgba(255, 255, 255, 0.29);
  font-size: 1.5em;
  color: white;
  cursor: pointer;
  -webkit-appearance: textfield;
  box-sizing: border-box;
  -webkit-transition: width .2s, background .3s;
  transition: width .2s, background .3s;
}
.search-form-input:hover {
  background-color: rgba(255, 255, 255, 0.2);
  /* background-color: rgba(0, 150, 144, 0.80); *//*fondo blancp*/
}
.search-form-button {
  display: inline-block;
  height: 45px;
  width: 36px;
  position: absolute;
  top: 0;
  right: -32px;
  visibility: hidden;
  opacity: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.search-form-button:before {
  content: "\e080";
  display: block;
  position: absolute;
  top: 40%;
  left: 30%;
  color: #009797;
}
.search-form-button .search-form-submit {
  height: 100%;
  width: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  text-indent: -999px;
  background: rgba(0, 150, 144, 0.3);
  -webkit-transition: width .2s;
  transition: width .2s;
}
.show-search-form-submit {
  right: 36px;
}
.show-search-form-submit .search-form-button {
  visibility: inherit;
  opacity: 1;
}
.show-search-form-submit .search-form-button .search-form-submit {
  width: 100%;
      height: 45px;/*181005*/
}
.search-form-colored:before {
  color: #00a9a1;
}
.search-form-colored:hover:before {
  color: white;
}
.search-form-colored.is-focused:before {
  color: white;
}
.search-form-colored.is-focused .search-form-input {
  background-color: #00a9a1;
}
.search-form-colored .search-form-input {
  border-right: 1px solid #00a9a1 !important;
  border-left: 1px solid #00a9a1 !important;
}
.search-form-colored .search-form-input:hover {
  background-color: #00a9a1;
}
.search-form-colored .search-form-button:before {
  color: white;
}
.search-form-colored .search-form-button .search-form-submit {
  width: 100%;
  background: #005d58;
}
/* HEADER INNER */
.header-pages .search-form.is-focused .search-form-input {
  background-color: rgba(0, 150, 144, 0.1) !important;
  border-color: black;
  color: #000;
}
.header-pages .search-form-select select {
    color: black;
}
.header-pages .search-form-select:before {
    color: #009690;
}
.header-pages .search-form-button .search-form-submit {
    background: rgb(0, 150, 144);
}
.header-pages .search-form-button:before {
    color: #FFFFFF;
}


.search-result-img {
  display: table-cell;
  padding-right: 10px;
  vertical-align: top;
}
.search-result-img img {
  width: 100px;
  display: block;
}
.search-result-content {
  display: table-cell;
  vertical-align: top;
}
.search-title {
  margin-bottom: 28px;
}
/* Ravenous Tooltip */

[data-rvns-tooltip] {
  position: relative;
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 3px 1px;
  background-image: -webkit-linear-gradient(right, #00A19A 30%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to left, #00A19A 30%, rgba(255, 255, 255, 0) 0%);
  color: #00A19A;
  white-space: nowrap;
  cursor: help;
}
[data-rvns-tooltip]:before, [data-rvns-tooltip]:after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: opacity;
          transition-property: opacity;
  -webkit-transition-duration: .75s;
          transition-duration: .75s;
}
[data-rvns-tooltip]:before {
  content: attr(data-rvns-tooltip);
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -125px;
  padding: .4rem .8rem;
  width: 250px;
  border: 0;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.85);
  font-size: 11px;
  line-height: 1.42857143;
  color: white;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
}
[data-rvns-tooltip]:hover:before, [data-rvns-tooltip]:hover:after {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 1070;
}
[data-rvns-tooltip]:after {
  content: " ";
  position: absolute;
  bottom: 110%;
  left: 50%;
  width: 0;
  margin-left: -5px;
  border-top: 5px solid rgba(0, 0, 0, 0.85);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  font-size: 0;
  line-height: 0;
}
/**/

.div-flotante-home {
        bottom: 20px;
    height: 110px;
    right: 0;
    width: 217px;
    background-color: #00afaa;
    border-radius: 5px 0 0 5px;
    padding: 15px;
    text-align: center;
    border-left: 4px solid #ffcc00;
    /* display: none; */
    position: fixed;
    z-index: 999;
}
/*.div-flotante-home.sticky2 {
  display: block;
    position: -webkit-fixed;
    position: fixed!important;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1024;
  }*/
.div-flotante-home p{
  color: #fff;
  font-size: 14px;

}
.div-flotante-home .btn-flotante{
 background-color: #ffcc00;
    color: #00afaa;
    padding: 5px 10px;
    display: block;
    border-radius: 30px;
    width: 40%;
    margin: 8px auto 0;
    text-align: center;
}
/*NAV MOBILE MODIFICATIONS*/
.menu-mobile_overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px;
    height: 100vh;
    text-align: center;
    overflow-x: scroll;
    opacity: 0;
    visibility: hidden;
    background: rgba(255,255,255,.9);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.8)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 100%);
    -webkit-transition: opacity 0.5s ease;
       -moz-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease;
}

.menu-mobile_overlay.active{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease;
       -moz-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease;
}
.menu-mobile_overlay ul {
    padding: 0;
    margin-top: 30px;
}

.menu-mobile_overlay li {
    border-radius: 3px;
    margin: 2px;
    padding: 10px 5px;
}

.menu-mobile_overlay a {
    color: #00afaa !important;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.menu-mobile_overlay a[data-toggle="collapse"] span{
  position: absolute;
  right: -25px;
  top: 4px;
  -webkit-transition: top .5s;
       -o-transition: top .5s;
          transition: top .5s;
}
.menu-mobile_overlay .close span{
  color: #000;
}
.menu-mobile_overlay .navbar-collapse{
  background-color: transparent;
}
.menu-mobile_overlay .navbar-nav-submenu{
  margin: 0 !important;
  padding-top: 0!important;
}
.menu-mobile_overlay .navbar-nav-submenu li{
  padding: 0!important;
}
.menu-mobile_overlay .navbar-nav-submenu li a{
  font-weight: 300;
  color: #747474 !important;
  text-transform: none;
}
.menu-mobile_overlay .logo-consalud {
  width: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 0;
  margin-top: 10px;
  height: 32px;
  background-position: 0px;
}
.menu-mobile_overlay .social-media{
  padding: 0;
}
.menu-mobile_overlay hr{
    border-top: 1px solid #c5c5c5;
}
.body-fixed{
  position: fixed;
  top: 0;
  left: 0;
}
.arrow-mobile{
  -webkit-transition: transform .5s;
  -moz-transition: transform .5s;
  transition: transform .5s;
}
.arrow-mobile_flipped{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -3px !important;
}
.menu-mobile_toggle{
  opacity: .5;
}
.menu-mobile_social{
  display: inline-block;
}
.menu-mobile_social .social-media {
  float: left;
  width: 40px;
  margin-top: 0;
  margin-left: 10px;
}
.menu-mobile_social .social-media .icon-social {
  padding: 7px 7px !important;
}

/* Planes */
@media (max-width: 767px){
  #mobile-plan{
    height: 315px !important;
    bottom: 0px;
    padding-top: 15px;
  }
  #main-nav ul li a {
    font-size: 11px;
  }
  .box-cliente-plan, .button-plan{
    margin-bottom: 5px;
  }
  .box-cliente-plan h6, .button-plan h6{
    margin-bottom: 0px;
  }
  .box-cliente-plan a, .button-plan a{
    min-width: 100% !important;
  }
}

.dcto-valor{
  font-size: 50px;
  font-weight: 700;
  float: left;
  line-height: normal;
  padding-top: 10px;
}

.dcto-porcentaje span{
  font-size: 22px;
  font-weight: 700;
}

.box-richard{
border-left: none;
border-right: 1px solid #00afaa;
padding: 0px;
}

.dcto-item .small{
  font-size: 9px;
  color: #00afaa;
}
.contact-hidden{
  display: none;
}
/*Clases para cuadrados de Planes llamados de Vive Consalud*/
.green-border {
    position: relative;
    border: 1px solid #00afaa;
    border-radius: 18px;
    padding: 10px;
    margin-bottom: 20px;
    }
    .square-item {
    min-height: 200px;
}
.square-item .box-icon strong {
    font-size: 18px;
    line-height: 15px;
}
.square-item .btn-block {
    position: absolute;
    margin: 0 auto;
    max-width: 170px;
    left: 25px;
    bottom: 5px;
}
.square-item .box-icon {
    margin: 25% 30px 20px;
    vertical-align: middle;
}
.contentPaddingTop{
  padding-top: 60px;
}
/*boton caja complemento de vive en planes*/
.col-lg-8.col-md-8.col-sm-8 .square-item .btn-block {
    position: absolute;
    margin: 0 auto;
    max-width: 251px;
    left: 25px;
    bottom: 5px;
}


  /*Largo cajas prestadores*/
  section.box-servicio.white-box.equal-height-item{
    height: 230px;
  }
@media (max-width: 325px) {
 /* .bg-section.section-index.bg-img , .bg-height294{
    height: 70px;
}*/
section.box-complemento-index {
    height: auto !important;
}
  }
.home-digital{
  
    text-align: center;
}
.home-digital img {
       z-index: 999;
       position: relative;
       margin: 15px 0 20px;
       width: 62%;
}
  .bg-multiply{
  background-color: #00afaa;
  mix-blend-mode: multiply;
  position: absolute;
  width: 157%;
  left: -260px;
  height: 100%;
  top: 0;
}
.button-plan-home {
  margin-top: 10px;
    text-align: center;
}
.button-plan-home a {
    min-width: auto !important;
    width: 40%;
}
/*aviso informacion home co cajas*/
.cont-info-alerthome{
 z-index: 1060;
}
.div-info-alerthome{
  background-color: #fff;
  border:1px solid #00afaa;
  padding: 10px;
  text-align: center;
  width: 30%;
    float: left;
    margin: 10px 15px;
}
.div-info-alerthome p{
  color: #00AFAA;
}
.div-info-alerthome a{
  padding: 5px 25px;
}
/*ajuste novedad relevante*/
.content-inforelev {
    display: flex !important;
    display: -ms-flexbox!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.caja-info-relev {
    padding: 10px 30px;
    margin: 10px 5px;
    background-color: #00afaa;
    border-left: 10px solid #ffcc00;
    text-align: center;
    width: 32%;
    cursor: pointer;
    display: flex;
        justify-content: center!important;
}
.caja-info-relev p a{
  color: #fff;
}
.caja-info-relev:hover {
    background-color: #00827e;
}
/*aviso destacado*/
.bg-destacado {
    background-color: #fff;
    border-top: 3px solid #00afaa;
    border-bottom: 3px solid #00afaa;
    padding: 20px;
  /*  -webkit-box-shadow: inset 0px 0px 29px -2px rgba(0,0,0,0.29);
    -moz-box-shadow: inset 0px 0px 29px -2px rgba(0,0,0,0.29);
    box-shadow: inset 0px 0px 29px -2px rgba(0,0,0,0.29);*/
}
.bg-destacado h2{
  color: #00afaa !important;
  margin: 5px 0;
  text-align: center;
}
.bg-planes .box-img.icon-servicio{
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}
.bg-planes .box-img.icon-servicio img{
      width: 110%;
}
.bg-planes .box-servicio.white-box.equal-height-item{
     height: auto;
    padding-top: 0;
        margin-bottom: 0;
    min-height: 384px;
}
.bg-planes .box-servicio .box-well h3{
  text-align: left;
    text-transform: uppercase;
}
@media (max-width: 480px) {
.bg-img .h-modulo {
    display: block !important;
}
#mobile-plan {
    padding-top: 45px;
}
.bg-planes .box-plan, .bg-planes .box-servicio{
  height: 155px !important;
  min-height: auto !important;
}
  
  #main-home[style]{
    background-position: -390px 0px !important;
  }
  .bg-multiply{
    width: 153%;
    left: -185px;
    height: 98%;
  }
  .home-digital {
    margin: 0px;
  }
  .bg-height294 #footer-header .width100{
  width: 100%;
    height: 100px;
}
.home-digital a img {
    width: 85%;
}
.div-info-alerthome {
    width: 100%;
    /* float: left; */
    margin: 10px 5px;
}
.bg-destacado h2 a{
    display: block;
    margin-top: 10px !important;
}
.div-flotante-home {
    bottom: 30px;
    width: 236px;
    }
.caja-info-relev {
    display: block;
    width: 100%;
    margin: 5px auto;
}  
.content-inforelev {
    display: block!important;
    }
}
.white-box.box-well.box-tab {
    display: none;
}
#sidebar{
  display: none;
}

.h-header.home-digital {
    /* display: none; */
}
.carousel .ver-mas {
  display: none;
}