@import "sbizfont.css";
@import "sbizext.css";

:root {
    /*--bg-img-url: url('img/apptbg1.jpg');*/
    --sbiz-color1: #e2e5e7; /*theme color 1*/
    --sbiz-color2: grey; /*theme color 2*/
    /*--sbiz-color3: #e2e5e7; !*theme color 3*!*/
    --sbiz-color4: white;
    --sbiz-color5: black;
   /* --sbiz-font1: 'Hypatia Sans Pro'; *//*body*/
   /* --sbiz-font2: 'Proza Libre'; *//*title*/
   /* --sbiz-font3: 'Open Sans'; */ /* subtitle */
   
	--sbiz-font1: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	--sbiz-font2: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	--sbiz-font3: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	/*--sbiz-font3: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', "'egoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';*/
	
    --sbiz-fontsize1: 14px; /*body*/
    --sbiz-fontsize2: 26px; /*title*/
    --sbiz-fontsize3: 20px; /*subtitle*/
}


html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.SbizSiteWrapper {
    width: 100%;
    text-align: center;
    margin: 0 auto;

}

.SbizBodyWrapper {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-color: var(--sbiz-color4);
    border: none;

}

.row {
    margin-top: 2px;
    margin-left: 0;
}

.SbizMContent {
    font-family: var(--sbiz-font1) !important;
    font-size: var(--sbiz-fontsize1);
    float: left;
    min-height: 680px;
    z-index: 1;
    width: 80%;
    margin: 50px 10% 10px 10%;
    overflow: auto;
    text-align: center;
    background: transparent;
    color: var(--sbiz-color2);
    line-height: normal;
}

.SbizMContent h1 {
    font-family: var(--sbiz-font2) !important;
    font-style: normal;
    font-weight: bolder;
    font-size: var(--sbiz-fontsize2);
    color: var(--sbiz-color5);
    text-transform: uppercase;
}

.SbizMContent h5 {
    font-family: var(--sbiz-font3) !important;
    font-size: var(--sbiz-fontsize3) !important;
    margin-bottom: 8px !important;
}

.SbizFooter {
    float: right;
    position: relative;
}

.SbizDiv3 {
    background: transparent;
    height: fit-content !important;
}

.SbizBox2 {
    width: 98%;
    text-align: left;
    margin-left: 1%;
}

.SbizBoxLeft {
    width: inherit;
    height: 26vh !important;
    text-align: left;
    border-color: var(--sbiz-color1);
    border-radius: 10px;
    border-width: 1px 1px 3px 1px;
    padding: 6px 0px 0px 0px;
    margin-top: 8px;
    margin-bottom: 8px !important;
    margin-left: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);

}

.SbizBox1 {
    background: var(--sbiz-color4);
    width: 96%;
    clear: both !important;
    border-radius: 10px;
    border: 1px solid var(--sbiz-color1) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

.jumbotron {
    padding: 3rem 1rem 1rem 1rem;
}

.SbizTblStyle7 th {
    background-color: var(--sbiz-color1);
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);*/
    border-collapse: collapse;
}

#DTPicker2 .SbizTblStyle7 th:nth-child(1) {
    border-radius: 5px 0 0 5px;
}

#DTPicker2 .SbizTblStyle7 th:nth-last-child(1) {
    border-radius: 0 5px 5px 0;
}

.SbizTblStyle7 td {
    background-color: var(--sbiz-color1);
}

.SbizPopupPnl {
    top: 50%;
    left: 50%;
    color: var(--sbiz-color5);
    background: var(--sbiz-color1);
    border-radius: 10px;
    height: 100px;
    /*border: solid 1px var(--sbiz-color4);*/
    /*border-bottom: solid 10px var(--sbiz-color1);*/
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

.SbizSubPopupPnl {
    color: var(--sbiz-color5);
    background: var(--sbiz-color1);
    font-size: 12px;
}

.SbizHL {
    color: var(--sbiz-color5);
    background-color: var(--sbiz-color4);
    border: solid var(--sbiz-color1);
    border-radius: 5px;
    border-width: 1px 1px 2px 1px;
}

.SbizHL1 td {
    background-color: var(--sbiz-color4);
}

input[type=button] {
    border: 1px solid var(--sbiz-color1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

.SbizBtn {
    font-weight: 200;
    color: var(--sbiz-color5);
    min-width: 80px !important;
    border-radius: 5px;
    padding: 8px;
    background-color: var(--sbiz-color1);
    margin-bottom: 10px !important;
}

.SbizLnkBtn {
    background-color: var(--sbiz-color4);
	 color: var(--sbiz-color5);    
    border-radius: 3px;
    margin-bottom: 12px !important;
    font-size: 14px;
    padding: 8px;
}

.SbizToggleBtn{
    background-color: var(--sbiz-color4);
	 color: var(--sbiz-color5);    
}


.SbizH1 {
    font-weight: bold;
    font-style: normal;
    font-size: 48px;
    padding: 10px 20px;
    margin: 0 0 20px 0;
    color: var(--sbiz-color5);
}

.divTimeSetterContainer {
    font-size: 1.02em;
}

.divTimeSetterContainer .timeValueBorder {

    border: 1px solid var(--sbiz-color1);
    border-radius: 5px;
    height: 28px;

}

.divTimeSetterContainer input.timePart {

    height: 20px;
    border-width: 0 !important;
}

.divTimeSetterContainer .button-time-control div.updownButton {

    border: 0px solid #bebebe;
    background: transparent;

}

.divTimeSetterContainer span.timeDelimiter {
    margin: -3px 2px 0 2px;
}

.divTimeSetterContainer .button-time-control div.updownButton:hover {
    background-color: #281d19;
}

li .SbizMenuLbl + input[type=checkbox] {
    background-color: var(--sbiz-color1);
}

.SbizVList ul {
    margin: 0px 5px 2px 10px;

}

.SbizVList li {
    padding: 0;
    margin: 0px 5px 2px 10px;

}

.SbizLink2 {
    color: #808080 !important;
}

.SbizMenu {

    margin: 8px 8% 8px 2%;
}

.SbizMenu2 {

    top: 40px;
    font-size: 10px;
    width: 70%;
    margin: 0px 2% 10px 10%;
}

.SbizLnkBtn2 {
    font-size: 10px;
    text-align: center;
    font-weight: bolder;
    /*margin: 4px 2px 4px 2px;*/
    background-color: transparent;
    border-width: 0px;
    border-style: none;
    cursor: pointer;
}

.SbizChkBx {
    background-color: var(--sbiz-color4);
}

.SbizChkBx + label {
    background-color: var(--sbiz-color4);
    border: 1px solid var(--sbiz-color1);
    border-radius: 5px;
    border-width: 1px 1px 3px 1px;
    margin-left: 10px;
    margin-bottom: 2px !important;
    min-width: 60px;
    font-size: 18px;
}

.SbizChkBx:checked + label {
    background-color: var(--sbiz-color4);
    border: solid var(--sbiz-color2);
    color: var(--sbiz-color5)!important;
    border-radius: 5px;
    border-width: 1px 1px 3px 1px;
    /*box-shadow: 0 1px 2px rgb(128, 128, 128), inset 0px -15px 10px -12px rgb(128, 128, 128);*/
}

.SbizChkBx:checked + label::after {
    color: var(--sbiz-color5) !important;
}

#SbizStaffChkBxLi_-999 {
    font-size: 14px;
    font-weight: bolder;

    color: var(--sbiz-color5) !important;
    background: var(--sbiz-color4) !important;
}

.SbizRBtnLbl {
    font-family: var(--sbiz-font3);
    font-size: var(--sbiz-fontsize3);
}

.SbizRBtnLbl .SbizRBtnSpn {
    border: 2px solid var(--sbiz-color2);
}

.SbizRBtnLbl .SbizRBtnSpn::before {
    background: var(--sbiz-color2);

}

.SbizRBtnLbl .SbizRBtnSpn2 {
    border: 2px solid var(--sbiz-color1);
}

.SbizRBtnLbl .SbizRBtnSpn2::before {
    background: var(--sbiz-color2) !important;
}

#SbizDeliveryPnl .SbizRBtnLbl {
    font-size: var(--sbiz-fontsize1);
}

.SbizTblStyle2-1 {
    border: 1px solid var(--sbiz-color1);
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    border-collapse: separate;
    border-spacing: 0;
}

.SbizTblStyle2-1 td {
    background: var(--sbiz-color1);;
    /*color: var(--sbiz-color4) !important;*/

}

.SbizMContent h7 {
    color: var(--sbiz-color4) !important;

}

.SbizMContent h4 {
    /*font-family: var(--sbiz-font3) !important;*/
}

.SbizMContent p {
    margin-top: 5vh;
}

.SbizChkBx1 + span:before {
    color: var(--sbiz-color1);;

}

.DTPicker {
    width: 60%;
    min-width: 172px;
    border: none;
    border-color: var(--sbiz-color1);
    border-width: 10px 0px 10px 0px;
    border-radius: 10px;
    margin-left: 25%;
}

#DTPicker, #DTPickerTo {
    border-top: solid 10px var(--sbiz-color1);
    border-bottom: solid 10px var(--sbiz-color1);
}

#DTPicker .SbizDTPH3, #DTPickerTo .SbizDTPH3 {
    background-color: var(--sbiz-color4) !important;

}

.DTPicker .SbizHLightFld {
    background-color: var(--sbiz-color4);
}

.SbizDTPH1 {
    font-family: var(--sbiz-font3);
    font-size: var(--sbiz-fontsize3);
    font-style: normal;
    font-weight: bolder;
    /*font-size: 1.32rem;*/
    color: var(--sbiz-color5);
    margin: 5px 2% 2px 3%;
}

.SbizDTPH2 {
    color: var(--sbiz-color5);
    font-size: 12px;
    margin: 2px;
}

.DTPicker .SbizLeft {
    border-color: transparent var(--sbiz-color5) transparent transparent;

}

.DTPicker .SbizRight {
    border-color: transparent transparent transparent var(--sbiz-color5);

}
.DTPicker .SbizLeft, .DTPicker .SbizRight{
    margin-top: 1%;
}
.SbizLink6 {
    /*! text-decoration: line-through !important; */
    display: inline-block;
    position: relative;
}

.SbizLink6:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 1px solid;
    border-color: grey;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
}


.SbizPrompt {
    color: var(--sbiz-color2);                
    background-color: var(--sbiz-color1);    
    font-size: 16px;          
    padding: 10px 15px;
	 border-radius: 10px;
}


.SbizResultDiv {
    border-radius: 10px;
}

.SbizRTDivBtn {
    float: left;
    font-size: 15px;
    font-weight: 200;
    background-color: var(--sbiz-color1);
    color: var(--sbiz-color5);
    border-radius: 3px;
    border: 1px solid var(--sbiz-color1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    margin-top: 5px;
    padding: 4px;
}

.SbizRBDiv .SbizDTPH1 {
    color: var(--sbiz-color2);
}

.SbizRTDiv .SbizChkBx + label {
    font-size: 14px;
    font-weight: bolder;
}

.SbizRTDiv .SbizChkBx:checked + label::after {
    left: 2px;
}

#DTPicker2 {
    margin: 0px 0px 0px 5px;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

#DTPicker2 .SbizTblStyle7 td {
    background-color: var(--sbiz-color4);

}

#DTPicker2 .SbizDTPH1 {
    font-size: 22px;
}

#DTPicker2 .SbizDTPH3 {
    background-color: var(--sbiz-color4) !important;
}

input[type="text"][disabled], textarea[disabled] {
    background-color: var(--sbiz-color4) !important;
}

#SbizTotalCost {
    border-bottom: solid 3px var(--sbiz-color1);
}

.SbizLDiv {
    /*width: 45%;*/
}

#DTPicker2 .SbizDTPH1, #DTPicker2 .SbizDTPH2, #DTPicker2 .SbizDTPH3, #DTPicker2 .SbizLink, #DTPicker2 .SbizLink3, #DTPicker2 .SbizLink5, #DTPicker2 .SbizLink6 {
    padding: auto; /*0.1875rem;*/
}
#DTPicker2 .SbizLink, #DTPicker2 .SbizLink3, #DTPicker2 .SbizLink5, #DTPicker2 .SbizLink6, #DTPicker2 .SbizLink8 {
    font-size: 18px;
}

.SbizLink2 {
    color: #ffffff;
}

.SbizMContent input[type=textarea], .SbizMContent input[type=text], .SbizMContent input[type=password], #SbizReq, #NoteTxt {
    background-color: transparent;
    border: 1px solid var(--sbiz-color1);
    border-radius: 5px;
}

.SbizDisabled {
    border: 1px solid var(--sbiz-color1);
    background-color: var(--sbiz-color4);
    text-decoration: none !important;
    display: inline-block;
    position: relative;
}

.SbizDisabled:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 1px solid;
    border-color: grey;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.SbizVList {
    margin: 5px auto 10px 2%;

}

.SbizRBtnLbl .SbizRBtnSpn::before, .SbizRBtnLbl .SbizRBtnSpn2::before {
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
}

.SbizRBtnLbl .SbizRBtnSpn, .SbizRBtnLbl .SbizRBtnSpn2 {
    width: 20px;
    height: 20px;
}

.SbizHList {
    left: 42%;
}

.SbizMContent a:hover, .SbizMContent a:focus {
    color: inherit;
}

.SbizMContent ul li {
    margin-left: 1vw;
}

.SbizChkBx1:checked + span::before {
    color: var(--sbiz-color2);

}

.SbizTblStyle4 th {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: var(--sbiz-fontsize1);
}

.SbizDiv4 {
    height: 24vh !important;
}

.SbizBg1 {
    margin-top: 10px
}

.SbizDivLA .SbizRBtnLbl {
    font-size: var(--sbiz-fontsize1) !important;
}

.list-inline-item {
    margin-right: inherit !important;
}

* {
    margin-bottom: 0 !important;
    line-height: 1.8;
    font-size: var(--sbiz-fontsize1);
}

.SbizTblStyle7 {
    line-height: 2.2 !important;
}

.SbizHCenter{
	text-align: center;
}


#SbizPayOptDtl, #SbizPayImg{
	margin-top:30px;
}

#SbizStripePayBtn {
    background-color: var(--sbiz-color4);
 }

.SbizPayBtnImg{
	width: 60%;
	height: 60%;
} 

#OnlinePay-Form-Container{
    width: 100% !important;
}


@media (max-width: 1139px) and (min-width: 960px) {

    .SbizMContent {
        width: 96%;
        margin-left: 2%;
    }

    .h6, h6 {
        font-size: 0.85rem;
    }

}

@media (max-width: 959px) and (min-width: 568px) {
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .SbizMContent {
        width: 94%;
        margin-left: 3%;
    }

    .h6, h6 {
        font-size: 0.85rem;
    }
	.SbizLDiv {
    width: 50%;
	}

}

@media (max-width: 567px) {
html, body {
width: 100% !important;
margin: 0px;
padding: 0px;
}	
   .SbizSiteWrapper, .SbizBodyWrapper, .SbizMContent {
        margin-left: 0!important;
        margin-top: 5px;
    }

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

    .SbizMContent h1 {
        font-size: var(--sbiz-fontsize2) !important;
    }

    .SbizRowHL .row:nth-child(2n+1) {
        background-color: var(--sbiz-color4);
    }

    .SbizRowHL .col-6:nth-child(1), .SbizRowHL .col-6:nth-child(2) {
        background-color: var(--sbiz-color1) !important;
    }

    .SbizRowHL .row:last-child .col-6:nth-child(1), .SbizRowHL .row:last-child .col-6:nth-child(2) {
        background-color: var(--sbiz-color4) !important;;
    }

    .SbizRTDivBtn {
        padding: 1px;
        font-size: 4vw !important; 
    }

    .SbizRTDivSmBtn {        
        font-size: 3vw !important; 
    }    

	.divTimeSetterContainer .button-time-control div.updownButton {  		
  		height: 12px !important;  
	}
	
.SbizBox1 {
    border: none !important;
    box-shadow: none;
}		    
}

@media (max-height: 900px) {
    body {
        line-height: 1.2 !important;
    }
    .SbizTblStyle7 {
        line-height: 1.2 !important;
    }
    .DTPicker .SbizLeft, .DTPicker .SbizRight {
        margin-top: -1%;
    }
    .SbizDiv4{
        height: 23vh !important;
    }
/*
    .SbizDiv3{
        height: 110px !important;
    }
*/
}
@media (max-height: 1536px) and (min-width: 901px) {
    .SbizTblStyle7 td{
        padding-bottom: 10px !important;
    }
}