@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');

html,
body {
    height: 100%;
    background-color: #fafafb;
    font-family: 'Nunito', sans-serif;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap>.container {
    padding: 0px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content:
        /*"\e113"*/
        "\e151";
}

a.desc:after {
    content:
        /*"\e114"*/
        "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

#searchbox {
    display:inline;
    width: 50%;
    height: 35px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin-left: 10px;
}

.banner {
    width: 100%;
    max-height: 300px;
    margin-bottom: 30px;
}

.panel {
    margin-top: 10%;
}

.box-item {
    background: white;
    /* width: 285px; */
    height: 520px;
    padding: 10px;
    margin-top: 5px;
    border: 2px solid #fbfbfb;
}
.box-item:hover {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1), 0 -1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1), 0 -1px 2px 0 rgba(0,0,0,.1);
}

.box-item p {
    font-size: 16px;
}

.box-item img {
    width: 265px;
    height: 250px;
}

.color-blue {
    color: #337ab7;
}

.color-orange {
    color: #FF9800;
}

.regular-price {
    text-decoration: line-through;
    font-weight: 100;
}

.rest-percent {
    font-weight: 100;
}

.price {
    width: 125px;
    font-weight: 200;
}
.large-label {
    font-weight: 200;
}
.description-general{
    background: #c5e0eb;
    padding: 10px;
}
.contact-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.contact-links li {
    display: inline;
}

.contact-links li a {
    text-decoration: none;
    margin-right: 5%;
    color: #339bb7;
    font-size: 15px;
    font-weight: bold;
}

.contact-links li a:hover{
    color:#155fa9;
}

#searchicon {
    top: 3px;
    margin-left: 0px;
    /*background: #339bb7;*/
    background: rgb(0,182,231);
    background: linear-gradient(90deg, rgba(0,182,231,1) 49%, rgba(51,155,183,1) 100%);
    color: white;
    border-radius: 5px;
    padding: 9px;
}

/* align the logout "link" (button in form) of the navbar */
.navbar {
    background-color: white;
    border-bottom: solid 2px #f5f5f5;
    margin-bottom: 5px;
}
.navbar-form{
    margin-right: 0px;
    margin-left: 0px;
}
.nav-mobile{
    margin-top:0px;
    background: #f5f5f5;
}
.navbar-toggle {
    background: cornflowerblue;
}

.navbar-toggle .icon-bar {
    background:white;
}
.search-btn {
    background: none;
    border:none;
}

.nav li>form>button.logout {
    padding: 15px;
    border: none;
}

.right{
    float:right;
}
/*Slide*/
.modal-content, .modal-dialog {
    max-width:700px;
}
.modal-title{
    float: left;
    text-transform: uppercase;
}
.datePublicated{
    margin-top:1px;
}
.modal-header{
    background: #3390b7;
    color:white;
}
.modal-footer{
    background: #eef0f1;
}
#detailsLightbox .modal-body{
    padding:0px;
    overflow-y:auto;
    max-height:700px;
}

#contactMessage .modal-body, #telephoneDirect .modal-body{
    background-color: #fafafa;
}

/* Hide the images by default */
.mySlides, .homeSlides {
    display: none;
}
.mySlides img{
    width: 100%;
    height: 400px;
}
.box-slide{
    background: #f0f2f3;
    padding: 6px;
    border-bottom: 1px solid #e5e6e6;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #3390b7;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row-thumbnail{
    padding:10px;
}

.row-thumbnail:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

/*** CONTACT ***/
#contact label {
    color: #717576;
}
#contact input, #contact textarea{
    background-color: white;
    border: 2px solid #dadddf;
}
.telephoneLabel{
    text-align: center;
}
.callNumber{
    background: #88C425;
    padding: 10px;
    border-radius: 5px;
    font-size:20px;
}
.callNumber a{
    color: white;
    text-decoration: none;
}

.btn-send {
    background: #88C425;
    width: 100px;
    border: 2px solid #79bc0a;
    color: white;
}

.padding-0{
    padding:0px !important;
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
}

.nav>li>form>button.logout:focus {
    outline: none;
}
.ingresar a{
    color: #1270ce;
    font-size: 15px;
}
/*** Page Search***/
.title-results{
    background: #088ffb30;
    padding: 5px;
    color: dimgrey;
}

#newStuff {
    padding:0px;
}

/*** Pagination ***/
.p-active a{
    color: white !important;
    background: rgb(0,182,231);
    background: linear-gradient(90deg, rgb(71, 181, 210) 49%, rgba(51,155,183,1) 100%);
}
#registrarMedicina {
    font-weight: bold;
}
#registrarMedicina i{
    color: #86e714;
}
#addMedicinesAlert {
    text-align:center;
}

/** icons**/
.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
            animation: rotator 1.4s linear infinite;
  }
  
  @-webkit-keyframes rotator {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
    }
  }
  
  @keyframes rotator {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
    }
  }
  .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
            animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
  }
  
  @-webkit-keyframes colors {
    0% {
      stroke: #4285F4;
    }
    25% {
      stroke: #DE3E35;
    }
    50% {
      stroke: #F7C223;
    }
    75% {
      stroke: #1B9A59;
    }
    100% {
      stroke: #4285F4;
    }
  }
  
  @keyframes colors {
    0% {
      stroke: #4285F4;
    }
    25% {
      stroke: #DE3E35;
    }
    50% {
      stroke: #F7C223;
    }
    75% {
      stroke: #1B9A59;
    }
    100% {
      stroke: #4285F4;
    }
  }
  @-webkit-keyframes dash {
    0% {
      stroke-dashoffset: 187;
    }
    50% {
      stroke-dashoffset: 46.75;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
    }
    100% {
      stroke-dashoffset: 187;
      -webkit-transform: rotate(450deg);
              transform: rotate(450deg);
    }
  }
  @keyframes dash {
    0% {
      stroke-dashoffset: 187;
    }
    50% {
      stroke-dashoffset: 46.75;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
    }
    100% {
      stroke-dashoffset: 187;
      -webkit-transform: rotate(450deg);
              transform: rotate(450deg);
    }
  }