body{
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 1.42857143;
    color: #555759;
    background-color: #FFF;
    padding-right: 0 !important;
}
a {
    color: #FF8366;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Nunito';
    color: #555759;
    font-weight: 600;
}

.rv-primary-color{
    color: #f95555;
}
.rv-primary-btn{
    background-color: #f95555;
    border-radius: 5px;
    font-weight: 600;
    padding: 18px 28.8px;
    text-transform: uppercase;
}
.rv-primary-btn:hover{
    background-color: #f93f3e;
}

.readivet-dark-red{
    color: #F95555 !important;
}
.readivet-red{
    color: #FF6A66 !important;
}
.readivet-lite-red{
    color: #FF8366 !important;
}
.readivet-yellow{
    color: #F4C969 !important;
}
.readivet-dark-gray{
    color: #555759 !important;
}
.readivet-gray{
    color: #DBD9D6 !important;
}
.readivet-smoke{
    color: #F2F2F2 !important;
}
a:hover, a:focus, a:active {
    color: #F95555;
    text-decoration: none;
    background-color: transparent;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button-center{
    width: 100%;
    text-align: center;
    margin-top: 4%;
}
.panel-center{
    text-align: center;
    margin-top: 7%;
    margin-bottom: 5%;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

/* Hide the browser's default checkbox */
.checkbox-container  input[type=checkbox]{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 21%;
    height: 28px;
    width: 28px;
/*     border-radius: 50%; */
    border:1px solid #66bb6a;
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input[type=checkbox]:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 8px;
    height: 14px;
    border:1px solid #66bb6a;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Calendar css */
.fc-view-container{
    width: 80%;
    margin: 0 auto;
}

.fc-row{
    height: 10% !important;
}
.fc-scroller{
    height: initial !important;
}

.fc-highlight:before {
    content: '\00a0';
/*     border: 2px solid #2e6da4; */
    border: 2px solid #f95555;
    height: 100%;
    display: block;
    position: relative;
/*     background: transparent; */
    background: #f95555;
    opacity: 85%;
}
.fc-highlight {
    background: none !important;
    opacity: 1;
}
.fc-unthemed td.fc-today {
    background: #fff4a6;
/*     background: #fff4a6; */
/*     background: transparent; */
}
.fc-prev-button, .fc-next-button{
    background: transparent;
    border-radius: 50% !important;
    height: 37px !important;
    width: 37px !important;
    border: 1px solid #2e6da4;
}
.fc-today-button{
    background: transparent;
    border: 1px solid #2e6da4;
    color:#2e6da4;
}
.fc-today-button.fc-state-disabled{
    opacity: 0.2;
    cursor:not-allowed;
}

.fc-icon-left-single-arrow, fc-icon-right-single-arrow{
    margin:0 !important;
    color:#2e6da4;
}
.fc-disabled-day{
    cursor: not-allowed !important;
}
.fc-day{
    cursor: pointer;
    padding-right: 5px !important;
}
.confirmation{
    margin-top: 15% !important;
    padding: 13%;
    border: 1px solid;
    border-radius: 10px;
    text-align: center;
}

.text-centered{
    text-align: center;
}
.text-right{
    text-align: right;
}
.pet-block{
    border: 2px solid lightgray;
    border-radius: 10px;
    padding: 20px;
    background-color: rgba(244, 244, 244, 1);
    margin-bottom: 15px;
}
.pet-avatar{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5rem;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    object-fit: cover;
}
.btn-close{
    position: relative;
    margin-left: auto;
    margin-right: 0;
    display: block;
}
.btn-left{
    position: relative;
    margin-left: auto;
    margin-right: 0;
    display: block;
}
.btn-right{
    position: relative;
    margin-left: auto;
    margin-right: 0;
    display: block;
}
#property-loader img{
  width: 100%;
  max-width: 200px;
}
.swal2-popup {
  font-size: 1.6rem !important;
}

.float-right{
    float: right;
}
.row{
    margin:0;
}
.header{
    padding: 10px;
}
.header a{
    font-size:18px;
    padding:12px;
}
.user .header{
    background-color: #f1f1f1;
}
.user .header a{
    color:black;
}
.center{
    text-align:center;
}
.error{
    color: red;
    font-size: 18px;
    padding-bottom: 2%;
}
.success{
    color: green;
    font-size: 18px;
    padding-bottom: 2%;
}
.success-gray{
    color: #DBD9D6;
    font-size: 18px;
    padding-bottom: 2%;
}
#main-header .dropdown{
    padding: 12px;
    cursor: pointer;
}

#main-header .open>.dropdown-menu{
    background-color: transparent;
    border-color:white;
}

#main-header .open>.dropdown-menu a{
    color:white;
    cursor: pointer
}
#main-header .open>.dropdown-menu a:hover{
    color:white;
    background-color: transparent;
    text-decoration: underline;
}
.navbar-default {
    background: #FFFFFF;
}
.navbar {
    margin-bottom: 0;
}
a.navbar-toggle-readivet {
    float: left;
    padding: 12px 4px 0px 10px;
    font-size: 30px;
    color: #989898;
    text-decoration: none;
    font-weight: normal;
}
.navbar-brand {
    float: left;
    padding: 23px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 66px;
}
.navbar-brand {
    padding: 11px 0 0 15px;
}
.navbar .navbar-btn {
    margin-left: 20px;
}
.navbar-mobile-walker-link {
    float: right;
    padding: 2px 10px 0 0;
}
.navbar-btn {
    margin-top: 16px;
    margin-bottom: 12px;
}
.navbar-btn .btn {
    font-size: 14px;
}
.navbar-mobile-walker-link .btn {
    font-size: 13px;
    padding: 8px 9px !important;
    line-height: 1em;
}
.btn {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
}
.btn-primary {
    color: #fff;
    background-color: #F95554;
    border-radius: 50px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 20px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #F93F3E;
    border-color: transparent;
    outline: 0;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
    color: #fff;
    background-color: #F93F3E;
    border-color: transparent;
    outline: 0;
}
.btn-yellow {
    color: #fff;
    background-color: #f4c06f;
    border-radius: 50px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 20px;
}
.btn-yellow:hover, btn-yellow.hover, .btn-yellow:focus, .btn-yellow.focus, .btn-yellow:active, .btn-yellow.active {
    color: #fff;
    background-color: #f3b453;
    border-color: transparent;
    outline: 0;
}
.btn-yellow.active.focus, .btn-yellow.active:focus, .btn-yellow.active:hover, .btn-yellow:active.focus, .btn-yellow:active:focus, .btn-yellow:active:hover, .open>.dropdown-toggle.btn-yellow.focus, .open>.dropdown-toggle.btn-yellow:focus, .open>.dropdown-toggle.btn-yellow:hover{
    color: #fff;
    background-color: #f3b453;
    border-color: transparent;
    outline: 0;
}

.btn-disabled {
    color: #fff;
    background-color: #DDDDDD;
    border-radius: 50px;
    font-weight: 400;
    text-transform: uppercase;
    cursor:not-allowed;
    padding: 8px 20px;
}
.btn-disabled:hover, .btn-disabled:focus, .btn-disabled.focus, .btn-disabled:active, .btn-disabled.active {
    color: #fff;
    background-color: #DDDDDD;
    border-color: transparent;
    outline: 0;
}
.btn-disabled.active.focus, .btn-disabled.active:focus, .btn-disabled.active:hover, .btn-disabled:active.focus, .btn-disabled:active:focus, .btn-disabled:active:hover, .open>.dropdown-toggle.btn-disabled.focus, .open>.dropdown-toggle.btn-disabled:focus, .open>.dropdown-toggle.btn-disabled:hover{
    color: #fff;
    background-color: #DDDDDD;
    border-color: transparent;
    outline: 0;
}

.btn-fb{
    background-color: #4267b2;
    color: #fff;
    border-radius: 5px;
    font-weight: 400;
    text-transform: uppercase;
}
.btn-fb:hover, .btn-fb:focus, .btn-fb.focus, .btn-fb:active, .btn-fb.active {
    color: #fff;
    background-color: #365899;
    border-color: transparent;
}
.navbar-btn .btn {
    font-size: 14px;
}
.navbar-nav>li>a {
    padding-top: 23px;
    padding-bottom: 23px;
}
.image-section {
    /*position: fixed;*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-size: 18px;
    height: 500px;
    overflow: hidden;
    text-align: center;
    width:100%;
}
.image-section-home, .image-section-home-shadow {
    height: 90vh;
}
.image-section .image-section-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 500px;
    width: 100%;
}
@media only screen and (max-width: 505px) {
    .image-section-home .header-content-home {
        padding-top: 20px;
    }
}
@media only screen and (min-width: 505px) {
    .image-section-home .header-content-home {
        padding-top: 35px;
    }
}
@media only screen and (min-width: 672px) {
    .image-section-home .header-content-home {
        padding-top: 60px;
    }
}
.image-section h1 {
    font-size: 46px;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    line-height: 1.1em;
    margin-bottom: 15px;
}
.nav-brand-heading{
    font-size: 20px;
    position: absolute;
    padding: 12px 0px 0px 12px;
    color: #555759 !important;
}
@media screen and (min-width: 768px){
    .btn-lg {
        font-size: 26px;
        font-weight: normal;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .btn-lg:not(.btn-block) {
        padding-left: 40px;
        padding-right: 40px;
    }
    .btn.btn-wide {
        padding-left: 48px;
        padding-right: 48px;
    }
    .btn-lg.btn-wide {
        padding-left: 90px;
        padding-right: 90px;
    }
    .image-section .btn-lg {
        font-size: 28px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

/* CSS Loader */
.lds-facebook {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: #F95555;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}
@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }
    50%, 100% {
        top: 19px;
        height: 26px;
    }
}
/* CSS Loader End*/

.rv-footer {
    background-color: #555759;
    color: #fff;
    font-family: 'Nunito','Montserrat',sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 28px;
    padding: 40px 0 20px 0;
    display: block;
}
.rv-footer .container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    width: 90%;
}
.rv-footer h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.rv-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.rv-footer a {
    color: #fff;
}
.rv-footer a:hover {
    color: #fff;
    text-decoration: none;
}
.rv-footer .social-media {
    display: table;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.rv-footer .social-media li {
    display: table-cell;
    width: 28px;
}
.rv-footer .divider {
    margin-top: 35px;
}
.rv-footer hr {
    border-top: 2px solid hsla(0, 0%, 100%, .21);
}
.rv-footer .copyright {
    font-size: 12px;
    font-weight: 400;
}
.rv-box{
    border: 2px solid #c5c5c5;
    padding: 20px 20px;
    border-radius: 10px;
}
.rv-box h2{
    margin-top: 5px;
    margin-bottom: 25px;
}
.section-header{
    font-weight: 900;
    color: #F95555;
    font-size: 32pt;
    margin: 65px 0px;
}
.testimonial{
    margin-bottom: 25px;
    font-size: 18px;
}
.testimonial-name{
    font-weight: bold;
}
.testimonial-place{
    display: block;
    margin-bottom: 10px;
}
.testimonial-quote{
    font-style: italic;
    font-size: 14px;
}
.rv-nav-active{
    background-color: #FF6A66;
}
.rv-nav-active a{
    color: white !important;
    font-weight: 600;
}
.rv-nav-inactive:hover{
    background-color: #F2F2F2;
}
.rv-nav-active:hover{
    background-color: #FF6A66;
}
.gradient-section{
    background: rgba(244,200,105,1) !important;
    background: -moz-linear-gradient(left, rgba(244,200,105,1) 0%, rgba(249,85,85,1) 70%, rgba(249,85,85,1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(244,200,105,1)), color-stop(70%, rgba(249,85,85,1)), color-stop(100%, rgba(249,85,85,1))) !important;
    background: -webkit-linear-gradient(left, rgba(244,200,105,1) 0%, rgba(249,85,85,1) 70%, rgba(249,85,85,1) 100%) !important;
    background: -o-linear-gradient(left, rgba(244,200,105,1) 0%, rgba(249,85,85,1) 70%, rgba(249,85,85,1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(244,200,105,1) 0%, rgba(249,85,85,1) 70%, rgba(249,85,85,1) 100%) !important;
    background: linear-gradient(to right, rgba(244,200,105,1) 0%, rgba(249,85,85,1) 70%, rgba(249,85,85,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c869', endColorstr='#f95555', GradientType=1 ) !important;
}
.coming-soon .header-content-home {
    padding-top: 32vh !important;
}
.coming-soon h1{
    font-size: 9vw !important;
    font-weight: 900 !important;
    text-shadow: none !important;
}
.block{
    border:1px solid #555759;
    border-radius: 5px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    margin-top: 10%; 
}



nav.nav-justified > li > a { position: relative; }
.nav.nav-justified > li > a:hover,
.nav.nav-justified > li > a:focus { background-color: transparent; }
.nav.nav-justified > li > a > .quote {
    position: absolute;
    left: 0px;
    top: 0;
    opacity: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #13c0ba;
    border-radius: 15px;
    color: #fff;  
}
.nav.nav-justified > li.active > a > .quote { opacity: 1; }
.nav.nav-justified > li > a > img { box-shadow: 0 0 0 5px #13c0ba; }
.nav.nav-justified > li > a > img { 
    max-width: 100%; 
    opacity: .3; 
    -webkit-transform: scale(.8,.8);
            transform: scale(.8,.8);
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav.nav-justified > li.active > a > img,
.nav.nav-justified > li:hover > a > img,
.nav.nav-justified > li:focus > a > img { 
    opacity: 1; 
    -webkit-transform: none;
            transform: none;
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.tab-pane .tab-inner { padding: 30px 0 20px; }

@media (min-width: 768px) {
    .nav.nav-justified > li > a > .quote {
        left: auto;
        top: auto;
        right: 20px;
        bottom: 0px;
    }  
}
input.fileUpload{
    display: none;
}
.multi-image-link{
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 15px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: block;
  opacity: 0;
  transition: .3s ease;
  background-color: black;
}

.pet-overlay:hover .overlay {
  opacity: 0.35;
  cursor: pointer;
}

.icon {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

/*.fa-user:hover {*/
  /*color: #FF8366;*/
/*}*/
.icon:hover{
    color:white;
}
.pet-overlay{
    height: 100px;
    width: 110px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: block;
    text-align: center
}
.border{
    border:1px solid lightgray;
    border-radius: 2px;
    padding: 15px;
    margin: 5px;
    display: inline;
}
.circle img{
  border-radius: 50%;
  height:200px;
  width:200px;
}


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100px;
    height: 100px;
    border-radius: 3px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    /*height: 100%;*/
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    cursor:pointer;
    height: auto;
    margin-top: 15px;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slider-img{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-height: 95px;
    max-width:95px;
    margin:0 auto;
    height: 100vh;
    border-radius: 50%;
    background-position: center;
}
.fa-arrow-left.slick-arrow{
    position: absolute;
    top: 40%;
    font-size: 18px;
    cursor:pointer;
}
.fa-arrow-right.slick-arrow{
    left: 99%;
    position: absolute;
    top: 40%;
    font-size: 18px;
    cursor:pointer;
}

@media only screen and (max-width: 1024px) {
  /* For mobile phones: */
     .slider-img{
        max-height: 110px;
        max-width: 110px;
    }
    .fa-arrow-left.slick-arrow{
        top: 60%;
    }
    .fa-arrow-right.slick-arrow{
        top: 60%;
        left: 99%;
    }
}

.menu .accordion-heading {  position: relative; }
.menu .accordion-heading .edit {
    position: absolute;
    top: 8px;
    right: 30px; 
}
.menu .area span{color:#FF8366; display: inline-block;font-size: 20px;}
.menu .area {cursor: pointer; margin-bottom: 10px;}
.menu .equipamento { border-left: 4px solid #65c465; }
.menu .ponto { border-left: 4px solid #98b3fa; }
.menu .collapse.in { overflow: visible; }
.menu .area label {max-width: 90%}
.pet-coverage label{
    cursor:pointer;
    position: relative;
    /*border:1px solid #ff6965;
    padding:5px;*/
}
.pet-coverage label img{
    border-radius: 50%;
}
.pet-coverage label div.checkbox{
    margin: 0px;
}


input.pet-cover:checked + label div.checkbox {
    background-image: url(/front-end/images/red-check.png);
    width: 30%;
    height: 30%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    z-index: 1000;
}
.pet-coverage label .overlay{
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      transition: .5s ease;
      background-color: black;
}

.pet-coverage label:hover .overlay{
    opacity: 0.5;
}
.pet-coverage label .overlay .text{
    font-size: 1.5rem;
    color: white;
    margin: 0 auto;
    margin-top: 42%;
}


.vet_info label div.info{
    margin: 0px;
    background-image: url(/front-end/images/info-circle.png);
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    z-index: 1000;
    cursor:pointer;
}

.slide-overlay{
   /* background-color: rgba(0,0,0,0.5) !important;*/
  position: relative;
} 
.slide-overlay:focus{
    outline: none;
} 
.slide-overlay div{
    /*opacity: 0.5;*/

}
.slide-overlay::before{
    content:"";
    display: block;
    background-image: url(/front-end/images/green_check.png);
    width: 30px;
    height: 35px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -10px;
    right:0;
    z-index: 999;
}

.slide-preselected{
   /* background-color: rgba(0,0,0,0.5) !important;*/
} 
.slide-preselected:focus{
    outline: none;
} 
.slide-preselected div{
    opacity: 0.5;
    cursor: not-allowed;
}

.vet-preselected:focus{
    outline: none;
} 
.vet-preselected{
    opacity: 0.5;
    cursor: not-allowed;
}
.ud-btn{
    font-size: 14px;
    text-transform: capitalize;
}

.service {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
}

/* Hide the browser's default checkbox */
.service input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.service .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
/*     border-radius:50%; */
    border-color: transparent;
}

/* On mouse-over, add a grey background color */
.service:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.service input:checked ~ .checkmark {
    background-color: #F4C96A;
}

/* Create the checkmark/indicator (hidden when not checked) */
.service .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.service input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.service .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordion-toggle p {
    color: #555759;
}

.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 40px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 14px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 12px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #FF8366; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #F4C969; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #FF8366;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard > .disabled {background: transparent !important;}
/*END Form Wizard*/

.register-btns{
  height: 40px;
  width: 100%;
  border-width: 0;
  border-radius: 5px;
  white-space: nowrap;
/*   box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.05); */
  transition-property: background-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
  padding: 0;
  margin-bottom: 10px;
}

.login-btns{
  min-width: 252px;
  font-size: 14px;
  text-align: center;
}

.google-button {
  background: white;
  color: #737373;
  border: 2px solid rgba(0,0,0,0.1);
}

.facebook-button {
  background: #4C69BA;
  color: #ffffff;
}

.readivet-button {
  background: #F93F3E;
  color: #ffffff;
}

.button__icon {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0 8px 8px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
}

.button__text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 24px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Roboto',arial,sans-serif;
}

.button__icon-facebook{
  width: 18px;
  height: 18px;
}
p.datedAside {
  background: rgba(0,0,0,0.2);
  height:1px;
  margin-top:10px;
  text-align:center;}
p.datedAside span{background: #fff; color:rgba(0,0,0,0.3); padding:10px; position:relative; top:-10px; font-weight: 700;}
.congrats_swal{
  background:url(/front-end/images/congrats.png);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  background-color: white;
}
.congrats_swal .swal2-title{
  color: black;
}
.congrats_swal .swal2-content{
  font-weight:500;
}
.app-calendar .fc-time{
  display:none;
}
.app-calendar .fc-event:hover,.app-calendar .fc-event {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.app-calendar .fc-event .fc-content {
  text-align:center;
  position: absolute;
  top: -22px;
}
.fc-event-container {
/*     padding-top: 24px !important; */
  position: relative;
  top: 1px !important;
}
.fc-title {
  font-size: 8px;
  white-space: normal !important;
  overflow-wrap: break-word;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #FF6A66 !important;
}
.booking-pills li{
  border:1px solid #FF6A66;
  float:none;
  display:inline-block;
  border-radius:5px;
}
.booking-pills {
  text-align:center;
}
.booking-pills>li+li {
  margin-left: 0px;
}
@media only screen and (max-device-width : 767px) {
  .swal2-popup {
    font-size: 1.25rem !important;
  }
  .fc-view-container{
    width: 100%;
    margin: 0 auto;
  }
  .fc-center h2{
    font-size: 18px;
    padding-top: 2rem;
  }
  .cal-img {
    max-width: 12px;
    max-height: 12px;
  }
  .fc-event-container {
    position: relative;
    top: 20px !important;
  }
  .pignose-calendar {
    width: 95%;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1223px) {
  .swal2-popup {
    font-size: 1.25rem !important;
  }
  .cal-img {
    max-width: 20px;
    max-height: 20px;
    position: relative;
    padding: 5px 0px 5px 5px;
    margin-right: auto;
    display: block;
  }
  .fc-event-container {
    position: relative;
    top: 1px !important;
  }
  .modal-dialog {
    width: 450px;
  }
  .pignose-calendar {
    width: 95%;
  }
}

@media only screen  and (min-device-width : 1224px) {
  .cal-img {
    max-width: 20px;
    max-height: 20px;
    position: relative;
    padding: 5px 0px 5px 5px;
    margin-right: auto;
    display: block;
  }
  .fc-event-container {
    position: relative;
    top: 1px !important;
  }
  .modal-dialog {
    width: 450px;
  }
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f94948;
  outline: 0;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.rv-card {
  border-radius: 10px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.rv-card-body {
  padding: 45px 15px;
}

.swal2-confirm,.swal2-cancel{
  border-radius: 50px !important;
  padding: 8px 20px !important;
  text-transform: uppercase !important;
}

.rv-summary-heading {
  display: block;
  margin: 1.5rem 0px .5rem 0px;
  font-weight: bold;
  text-transform: capitalize;
}

body .modal-open > :not(.modal) {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

.carousel-vet-name {
  text-align: center;
  margin: 2rem 0;
  font-weight: 700;
  font-size: 28px;
}
.carousel-vet-img {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto;
}
.carousel-vet-bio {
  text-align: justify;
  margin: 3rem 0;
  padding: 0 5rem;
  white-space: break-spaces;
  font-weight: 500;
}
.carousel-check {	
  width: 30px;	
  height: 30px;	
  margin: 2rem auto 0 auto;	
  display: block;	
}	
.carousel-vet-control {
  width:60px !important;
  height:60px !important;
  position:relative !important;
  top:17.5% !important;
}
.carousel-control {
  width: 7.5% !important;
  opacity: .75 !important;
  color: #555759 !important;
}
.carousel-control.left,.carousel-control.right {
  background-image: none !important;
}
.glyphicon {
  top: 25% !important;
  cursor: pointer;
}
#provider-slider1 .carousel-control.right {
  right: auto;
  left: calc(100% - 62px);
}
#providerModal1 #modalBody {
  background: rgb(244,201,105);
  background: linear-gradient(0deg, rgba(244,201,105,0.15449929971988796) 0%, rgba(255,131,102,0.14889705882352944) 75%);
}
#fpM-logo {
  width: 2rem;
  display: inline-flex;
  vertical-align: sub;
  float: left;
}
#fpM-header {
  display: block;
  text-align: center;
}
#fpM-body {
  background: rgb(244,201,105);
  background: linear-gradient(0deg, rgb(244 201 105 / 0.35) 0%, rgb(255 131 102 / 35%) 40%);
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top {
  background-color: #f95555 !important;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
  background-color: #f95555 !important;
}
.move-day {
  border-radius: 25px !important;
  border-color: #ddd !important;
  width: 36px !important;
  margin: 0 .25rem .25rem .25rem !important;
}
.move-day:active:focus, .move-day:focus {
  outline: 0 !important;
}
#renderRange {
  display: inline-block;
  font-size: 19px;
  vertical-align: middle;
}
.tui-full-calendar-dayname-leftmargin {
  margin-left: 0px !important;
  border-left: 1px solid #e5e5e5 !important;
  border-right: 1px solid #e5e5e5 !important;
}
.tui-full-calendar-month {
  min-height: 75px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.tui-full-calendar-month-dayname-item {
  /* width: 14% !important; */
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-align: center !important;
}
.tui-full-calendar-month-week-item .tui-full-calendar-today .tui-full-calendar-weekday-grid-date-decorator {
  background: #f4c06f;
}
.tui-full-calendar-weekday-grid-line, .tui-full-calendar-month-guide-block {
  height: 50px !important;
}
.tui-full-calendar-weekday-grid-line:active {
  background: #f95555;
}
#menu {
  text-align: center;
  margin-bottom: 2rem;
}
.tui-selected-date {
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #f95555 !important;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  margin-left: 2px;
}