/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  //padding-bottom: 150px;
  color: #5a5a5a;
  font-family: 'Montserrat', sans-serif;
}
.container {
    background-color: #FFF;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clearfix {
    clear: both;
}
.bold {
    font-weight: bold;
}
.color_alert {
    color: #ff0000;
}
.color1 {
    color: #16BCB2;
}
.color_alert {
    color: #ff0000;
}
.color1 {
    color: #0cb29e;
}
.color2 {
    color: #f07801;
}
.color3 {
    color: #05629B;
}
.color4 {
    color: #00cc00;
}
.color-open {
    color: #00cc00;
    font-weight: bold;
}
.color-deliveredpaid {
    color: #000;
    font-weight: bold;
}
.color-nodeliveredpaid {
    color: #003366;
    font-weight: bold;
}
.color-deliverednopaid {
    color: #0b259f;
    font-weight: bold;
}
.color-canceled {
    color: #ff0000;
    font-weight: bold;
}
.bold300 {
  font-weight: 300;
}
.bold {
  font-weight: bold;
}
.logo {
    float: left;
    width: 120px;
    margin: 0.3em 2em 0 0.5em;
}
.logo img{
    width: 100%;
}
.icon32 {
    max-width: 32px;
}
#navbar {
    float: left;
}
#navbar .login-buttons-mobile {
    display: none;
}
.login-buttons {
    display: block;
    float: right;
    margin: 10px 5px;
}
.registered-buttons {
    display: block;
    float: right;
    margin: 10px 5px;    
}
/* .modal-header h4 {
  //margin: 0 0 0 0;
  padding: 0;
} */
.margintopbottom20 {
  min-height: 50px;
  //margin: 20px 0;
}
/* HORIZONTAL NAVIGATION BAR ***********************************/
#HorizontalNav {
    width: 100%;
    margin: 57px 0 0 0;
    //background-color: #95a7b1;
}
#HorizontalNav nav {
    float: left;
    width: 100%;
    //border-bottom: 1px #95a7b1 solid;
    background-color: #00bfac;
}
#HorizontalNav nav ul {
    list-style: none;
    margin: 0 -30px;

}
#HorizontalNav nav ul li {
    float: left;
    display: inline;
}
#HorizontalNav nav a:link, #HorizontalNav nav a:visited {
    //color: #95a7b1;
    color: #FFF;
    display: inline-block;
    padding: 8px 9px;
    font-size: 1.2em;
    text-decoration: none;
}
#HorizontalNav nav a:hover, #HorizontalNav nav a:active {
    color: #000;
    display: inline-block;
    padding: 8px 9px;
    color: teal;
    font-size: 1.2em;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background-color: #FFF;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.nav-header {
    background-color: #FFF;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #57c3bd;
    //color: #0088cc;
}
.navbar-default .navbar-mymenu {
    width: 90px;
}
#registered-buttons {
    float: right;
    margin: 10px 5px;
}

/* BODY CONTACT INFO
-------------------------------------------------- */

.body-contact-info {
    text-align: center;
    padding: 5px;
}
.body-contact-info a {
    margin: 4px;
}

/* BODY HOURS INFO
-------------------------------------------------- */

.body-hours-info {
    text-align: center;
    padding: 5px;
    /* max-width: 768px; */
}
.body-hours-info a {
    margin: 4px;
}

/*********************** HOME CONTACT INFO *************************/
.home-contact-info {
    display: none;
    font-size: 0.8em;
    width: 290px;
    padding: 5px 5px 0px 5px;
    margin: 0 0 0 85px;
}
.home-contact-info-cell {
    padding: 0px 10px;
}
.home-contact-info span{
    padding: 0 0 0 25px;
}
/*********************** END HOME CONTACT INFO *************************/

/* INFOBAR */
.infobar {
    display: inline-block;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 25px;
    //background: red; /* For browsers that do not support gradients */
    /*    background: -webkit-linear-gradient(-90deg, #00aff0, #16bbb2);  For Safari 5.1 to 6.0
        background: -o-linear-gradient(-90deg, #00aff0, #16bbb2);  For Opera 11.1 to 12.0
        background: -moz-linear-gradient(-90deg, #00aff0, #16bbb2);  For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #eee, #c7f1f7); /* Standard syntax */
}
.infobar-wrapper {
    text-align: center;
    width: 50%; margin: 0 auto; padding: 0;
}
.infobar-item2 {
    width: 33%;
    float: left;
    text-align: center;
    border-right: 5px #c7f1f7 dotted;
    //padding: 0 20px;
    //background-color: #0044cc;
}
.infobar-item {
    float: left;
    text-align: center;
    border-right: 5px #c7f1f7 dotted;
    //padding: 0 20px;
    //background-color: #0044cc;
}
.numbersbar {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0px 35px 45px 35px;
    //background: red; /* For browsers that do not support gradients */
    /*    background: -webkit-linear-gradient(-90deg, #00aff0, #16bbb2);  For Safari 5.1 to 6.0
        background: -o-linear-gradient(-90deg, #00aff0, #16bbb2);  For Opera 11.1 to 12.0
        background: -moz-linear-gradient(-90deg, #00aff0, #16bbb2);  For Firefox 3.6 to 15 */
    //background: linear-gradient(90deg, #eee, #c7f1f7); /* Standard syntax */
    background: linear-gradient(90deg, #eee, #F0F0F1); /* Standard syntax */
}
.testimonialsbar {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 5px 35px 45px 35px;
    text-align: center;
}
.laundryartbar {
    width: 100%;
    margin: 0;
    padding: 0;
    //background: linear-gradient(90deg, #eee, #F0F0F1); /* Standard syntax */
}
.laundryartbar img {
  width: 100%;
  text-align: center;
}
.numbers-wrapper {
    text-align: center;
    width: 80%; margin: 0 auto;
    padding: 10px 0 0 0;
}
.benefitsbar {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0px 20px 45px 35px;
  background: linear-gradient(90deg, #eee, #F4F7F7); /* Standard syntax */
}
.benefits-wrapper {
    text-align: center;
    width: 75%; margin: 0 auto;
    //padding: 10px 0 0 0;
}
.numbers-wrapper div {
  //margin: 10px;
}
.calltoactionbar {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 20px 35px 25px 35px;
    background-color: #16BCB2; /* Standard syntax */
    color: #FFF;
}
.calltoaction-wrapper {
    text-align: center;
    width: 80%; margin: 0 auto; padding: 0;
}
.numbers-wrapper span {
    font-size: 1.8em;
}
.numbers-item {
    float: left;
    text-align: center;
    border-right: 5px #c7f1f7 dotted;
    //padding: 0 20px;
    //background-color: #0044cc;
}
.clients-wrapper {
    text-align: center;
    width: 80%; margin: 0 auto; padding: 0;
}
.benefits-item {
    /* float: left; */
    text-align: center;
    //border-right: 5px #caf3f1 dotted;
    //padding: 0 20px;
    //background-color: #0044cc;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 500px;
    //margin-bottom: 60px;
    margin-top: 0px;
    background-color: #16bdb5;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
.carousel-caption {
    margin-bottom: 35px;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #16bdb5;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

/* INFO BAR
-------------------------------------------------- */
.img-step {
    border: 2px solid #FFF;
    padding: 5px;
}

.img-numbers {
    border: 2px solid #FFF;
    padding: 2px;
}

.modal-body input {
    width: 70%;
    margin: 0 auto;
}
.middle-text-ruler { width:100%; text-align:center; border-bottom: 1px solid #000; line-height:0.1em; margin:10px 0 20px; }
.middle-text-ruler span { background:#fff; padding:0 10px; }

.facebook-login-img {
    width: 240px;
    margin: 0 0 10px 0;
}
#form_status {
    //display: none;
    color: #0088cc;
    margin: 0 0 10px 0;
}
#confirm-info {
    color: #0088cc;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.simple-divider {
  margin: 10px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* DASHBOARD
------------------------- */
.notificaciones-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.container-domicilios {
    padding: 55px 85px;
    text-align: center;
   font-size: 16px;
   border-right: 1px solid #EEE;
}
.container-domicilios:last-child {
    border: 0;
}
.general-card {
    border: 1px solid #EEE;
    padding: 10px;
    margin: 5px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(77,77,77,0.16);
    -moz-box-shadow: 1px 1px 1px 0px rgba(77,77,77,0.16);
    box-shadow: 1px 1px 1px 0px rgba(77,77,77,0.16);
}
.general-card table {
    width: 100%;
    padding: 5px;
    margin: 0px;
    text-align: center;
}
.general-card table .card_list_id {
    font-size: 22px;
    color: teal;
}
.general-card .card_list img {
    width: 24px;
}
.general-card .card-hr-botton {
    margin: 10px;
}

footer {
    background-image: url('../../assets/images/footerptv1.png');
    background-repeat: repeat;
    margin: 0;
    font-size: 0.9em;
    color: #FFF;
}
footer a:link, footer a:visited {
    font-size: 0.9em;
    color: #FFF;
    cursor: pointer;
}
footer .footer_content {
    min-height: 300px;
}
.footer_phone_list {
    font-size: 1.5em;
    margin: 0 0 0 15px;
}
.footer_social img {
    display: inline;
    width: 33px;
}
.footer_social {
    margin: 10px 0 0 0;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 240px)
and (max-width: 480px) {
    .modal input {
        width: 99%;
    }
    .largesize {
        display: none;
    }
    footer .footer_content {
        height: auto;
    }
    .login-buttons {
        display: none;
    }
    #slider_backimg {
        display: none;
    }
    #navbar .login-buttons-mobile {
        display: block;
    }
    #navbar {
        width: 100%;
    }
    #navbar .login-buttons-mobile a {
        margin: 5px auto;
        width: 80%;
        color: #FFF;
    }
}
@media (min-width: 480px)
and (max-width: 768px) {
    .largesize {
        display: block;
    }
    #slider_backimg {
        display: none;
    }
    .login-buttons {
        display: block;
    }
    #navbar .login-buttons-mobile {
        display: block;
    }
    #navbar {
        width: 100%;
    }
    #navbar .login-buttons-mobile a {
        margin: 5px auto;
        width: 80%;
        color: #FFF;
    }
}
@media (min-width: 768px) {
    .login-buttons {
        display: block;
    }
    .body-contact-info {
        display: none;
    }
    .largesize {
        display: none;
    }
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
    .featurette-heading {
      margin-top: 120px;
    }
    .largesize {
        display: block;
    }
}

@media (min-width: 1024px) {
    .featurette-heading {
      margin-top: 120px;
    }
}
@media (min-width: 1180px) {
    .home-contact-info {
        display: block;
    }
}
