﻿.bee-loading-bg-40 {
    background-image: url(/img/preloader.gif);
    background-repeat: no-repeat;
    background-attachment: local;
    background-position-x: right;
    background-position-y: 0px;
    background-size: 40px;
}

.footer-content {
    position:fixed; 
    bottom:0px;
    left:0px;
    right:0px;
    background-color: rgba(92, 205, 222, 0.9);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index : 1028;
}
.footer-margin {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.row-60 {
    height: 60%;
    color: white;
    background-color: #800;
}
.row-40 {
    height: 40%;
    color: white;
    background-color: #080;
}

.no-hpadding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-vpadding{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.padding-left-content {
    padding-left: 40px;
    margin-top: -80px;
}

.no-vmargin{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.no-hmargin{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.truncated-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.avatar {
    width:128px;
    margin: 10px;
}

.panel-round-heading{
    border-radius: 12px 12px 12px 12px !important;
}

.val-input-integer-not-negative {

}

.val-input-float-not-negative {

}

/*editable image*/

.editable-image {
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
}

.editable-image-btn {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.editable-image-container:hover .editable-image {
  opacity: 0.3;
}

.editable-image-container:hover .editable-image-btn {
  opacity: 1;
}

.editable-image-input{
    opacity:0;
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0
}
.editable-image-croppie {
    height: 200px;
    width:200px;
    display:none;
    margin: auto;
    padding-bottom:40px;
}

/*Image croppie Overrides*/
.croppie-custom-slider-left .cr-slider-wrap {
    width: 50% !important;
    margin-left: 0 !important;
    margin-top: 8px !important;
}

/*Date edit*/
.input-date-format.form-control{   /*Removes the cursor and gray background*/
    cursor:auto !important;
    background-color:white !important;
}

.input-date-format.form-control[disabled]{   /*Removes the cursor and gray background*/
    cursor:not-allowed !important;
    background-color:#eee !important;
}

@media screen and (max-width: 767px) {
    .drug-search-image {
        width: 90px;
        height: 40px;
        border: 2px solid #E4E4E2;
    }
}
@media screen and (min-width: 768px) {
    .drug-search-image {
        max-width: 100px;
        max-height: 50px;
    }
}

@media screen and (max-width: 767px) {
    .drug-availability-image {
        width: 40px;
        height: 40px;
    }
}

@media screen and (min-width: 768px) {
    .drug-availability-image {
        width: 50px;
        height: 50px;
    }
}

.img-resize-fit-center {
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}

.img-medium-resize-fit-center {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}


.img-small-resize-fit-center {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.img-medium-logo-pharmacy{
    width: 75px;
    height: 55px;
    vertical-align: middle;
}

.img-medium-logo-pharmacy-medium {
    width: 180px;
    height: 140px;
    vertical-align: middle;
}
/* Fix for DatePicker, calendar popup uses this class and it was initialized with transform: scale(0) in main.css */
.date .dropdown-menu{
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: inherit; 
    transform-origin: inherit;
}

.col-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (max-width: 767px) {
    .img-medium-logo-pharmacy {
        width: 60px;
        height: 50px;
        vertical-align: middle;
    }

    .img-medium-logo-pharmacy-medium {
        width: 180px;
        height: 140px;
        vertical-align: middle;
    }

    .img-medium-resize-fit-center {
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }
}

.button-border{
   width:100px;
   height:70px;
   border:3px solid #f0ab1f;
   border-radius:22px;
   margin-top:5px;
}

.section-detail {
    
    text-align: center;
    margin: 1% auto;
    padding: 10px;
    border-radius: 5px;
    border: thin solid #444;
    overflow: hidden;
    border-color: orange;
    background-color: antiquewhite;
    }
    
    a.disabled {
    color: gray;
}

.alert-message {
    left: 120px;
    border-radius: 20px;
    background-color: #050609;
    color: white;
    font-weight: 600;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.card-modal {
    margin: 10px;
}

/* prueba
.card {
    margin: auto;
    width: 38%;
    max-width: 800px;
    padding: 4vh 0;
}

@media(max-width:768px) {
    .card {
        width: 90%
    }
}

.title {
    color: rgb(252, 103, 49);
    font-weight: 600;
    margin-bottom: 2vh;
    padding: 0 8%;
    font-size: initial
}

#details {
    font-weight: 400
}

.info {
    padding: 5% 8%
}

.info .col-5 {
    padding: 0
}

#heading {
    color: grey;
    line-height: 6vh
}

#progressbar {
    margin-bottom: 5vh;
    overflow: hidden;
    color: rgb(252, 103, 49);
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 5vh
}

#progressbar li {
    list-style-type: none;
    font-size: x-small;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400;
    color: rgb(160, 159, 159)
}


#progressbar #step-0:before {
    content: "";
    color: rgb(252, 103, 49);
    width: 5px;
    height: 5px;
    margin-left: 0px !important
}

#progressbar #step-1:before {
    content: "";
    color: #fff;
    width: 5px;
    height: 5px;
    margin-left: 0px !important
}

#progressbar #step-2:before {
    content: "";
    color: #fff;
    width: 5px;
    height: 5px;
    margin-left: 0px !important
}

#progressbar #step-3:before {
    content: "";
    color: #fff;
    width: 5px;
    height: 5px;
    margin-left: 0px !important
}

#progressbar #step-4:before {
    content: "";
    color: #fff;
    width: 5px;
    height: 5px;
    margin-left: 0px !important
}

#progressbar #step-5:before {
    content: "";
    color: #fff;
    width: 5px;
    height: 5px;
    margin-right: 0px !important
}


#progressbar li:before {
    line-height: 35px;
    display: block;
    font-size: 12px;
    background: #ddd;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    margin-bottom: 1vh
}

#progressbar li:after {
    content: '';
    height: 3px;
    background: #ddd;
    position: absolute;
    left: 0%;
    right: 0%;
    margin-bottom: 2vh;
    top: 1px;
    z-index: 1
}

.progress-track {
    padding: 0 8%
}

#progressbar li:nth-child(2):after {
    margin-right: auto
}

#progressbar li:nth-child(1):after {
    margin: auto
}

#progressbar li:nth-child(3):after {
    float: left;
    width: 68%
}

#progressbar li:nth-child(4):after {
    margin-left: auto;
    width: 132%
}

#progressbar li.active {
    color: black
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: rgb(252, 103, 49)
}*/



/* Icon progressbar */

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455a64;
    padding-left: 0;
    margin-top: 30px;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
}

#progressbar .step0::before {
    font-family: FontAwesome;
    content: '\f10c';
    color: #fff;
}

#progressbar li::before {
    width: 40px;
    height: 40px;
    line-height: 2em;
    display: block;
    font-size: 20px;
    background: #D2CBCB;
    border-radius: 50%;
    margin: auto;
    padding: 0;
    z-index: 1;
    position: relative;
}

/* Progressbar connector */
#progressbar li::after {
    content: '';
    width: 100%;
    height: 12px;
    background-color: #D2CBCB;
    position: absolute;
    top: 16px;
    left: 0 !important;
    z-index: 0;
}

#progressbar li:last-child::after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50% !important;
}

#progressbar li:nth-child(2)::after,
#progressbar li:nth-child(3)::after,
#progressbar li:nth-child(4)::after {
    left: -50% !important;
}

#progressbar li:first-child::after {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: 50% !important;
}

/* Color number of the step and the connect tor before it */

#progressbar li.active::before,
#progressbar li.active::after {
    background-color: #fea014;
}

#progressbar li.active::before {
    font-family: FontAwesome;
    content: '\f00c';
}

.icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.icon-content {
    padding-bottom: 20px;
}


.card {
    margin: auto;
    width: 38%;
    max-width: 600px;
    padding: 1px;
   
    border-left: none;
    border-right: none
}

@media screen and (max-width: 992px) {
    .icon-content {
        width: 50%;
    }
}

@media(max-width:768px) {
    .card {
        width: 90%
    }
    
    #progressbar li::before {
        width: 30px;
        height: 30px;
        line-height: 1.5em;
    }
    
    #progressbar li {
        padding-top: 5px;
    }
}
