/*----------  Library  ----------*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,700,700i,900');
@import 'plugin/bootstrap.css';

/*----------  css  ----------*/

/* @import 'pages/reset.css'; */
@import 'pages/commonV2.css';
@import 'pages/animations.css';

/* Header buttons */
.button {
  background-color: #1589f9;
  border: none;
  /* color: black; */
  padding: 3px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}
.btn-1 {
  border: none;
  /* color: black; */
  padding: 3px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}

/* body css */
::-ms-reveal {
    display: none;
}
#showVid,#previewVid{
    width: 520px;
    height: 300px;
    object-fit: cover;
}
.error{
    color: #d13241;
    font-size: 12px;
    font-weight: 500;
}
.has-error .floating-label {
    color: #ce3131;
}
.image-uploader .popover{
    top: 100%;
    left: 10%;
}

label.required{
    display: inline-block;
    position: relative;
}
label.required::after {
    position: relative;
    content: '*';
    top: 0;
    left: 2px;
    color: red;
}


div.dropdown-menu.open{
    max-height: 314px !important;
    overflow: hidden;
  }
  ul.dropdown-menu.inner{
    max-height: 265px !important;
    overflow-y: auto;
  }

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* .alert {
    position: relative;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 15px;
    border-left: 4px solid; 
    font-size: 16px;
    padding-left: 20px;
}  
.alert::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid;
    border-bottom: 8px solid transparent;
    margin-top: -7px;
} 
.alert-danger{
    color: #ce3131;
    padding-left: 50px;
    background-image: url(../images/danger.svg);
}
*/
.alert{
    font-size: 16px;
}
.alert-success{
    background-color: #d4edda;
    border-color: #d4edda;
    color: #175825;
}

.alert-info{
    background-color: #cce5ff;
    border-color: #cce5ff;
    color: #204085;
}

.alert-covid{
    /*text-align: left !important;*/
    background-color: #effaf3;
    padding: 25px;
    /*color: #204085; */
    color: #38465B;
    font-weight: bold;
    font-size: 22px;
    /* border-bottom: 7px solid #ffffff; */
    border-radius: 0px;
    text-align: center;
}
.a-covid{
    color: #1589f9;

}

.promo-covid{
    margin-top: 69px;
}
@media(max-width:1024px) {
    .promo-covid{
        margin-top: 55px;
    }
    .alert-covid{
        padding: 12px;
        font-size: 16px;
    }
}

.alert-danger{
    background-color: #f8d7da;
    border-color: #f8d7da;
    color: #721c23;
}

.alert-warning{
    background-color: #fcf3cd;
    border-color: #fcf3cd;
    color: #9b5406;
}

.alert-default{
    background-color: #e2e3e5;
    border-color: #e2e3e5;
    color: #383d41;
}


.alert .close{
    top: -10px;
    right: -10px;
    background: #fff;
    -webkit-box-shadow: 1px -2px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 1px -2px 15px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.alert:hover .close{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.alert .close:hover{background: #eeeeee;}
.pac-container {
    z-index: 10000 !important;
}
.ui-dialog .ui-dialog-titlebar {
    margin: -3px;
    border-radius: 0;
    background: rgba(245, 0, 0, 0.1);
}
body .ui-dialog .ui-dialog-content{
    padding-top: 20px;
    overflow: hidden;
}
body .ui-widget-content .ui-icon.ui-icon-alert {
    background-image: url(../images/danger.svg);
    background-size: 24px;
    background-position: 0px 4px;
    width: 40px;
    height: 40px;
}
.ui-widget-overlay{
    z-index: 999 !important;
    background-color: rgba(86, 101, 125, 0.9) !important;
    opacity: 1 !important;
}
.ui-widget.ui-widget-content{
    z-index: 9991 !important;
}


#setLocation {
    font-size: 14px;
    padding: 0px 5px;
    height: auto;
    border-radius: 3px;
    margin: 5px 0;
}
.datepicker .prev span{
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}

.datepicker .next span{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#regenerate_bill_button_div{
    display: none;
    margin-left: -15px !important;
}
.yesno-btn {
    text-align: center;
}

.yesno-btn .btn {
    margin: 0 15px;
}

.modal-content .sub-head {
    font-size: 17px;
    color: #333333;
    font-weight: 400;
    line-height: 1.6;
    margin: 20px 0 20px 0;
}

.modal-content .popup_icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

body {
    vertical-align: baseline;
    font-family: 'Lato', sans-serif;
}
