@font-face{
    font-family: 'Danube';
    src: url('fonts/DANUBE__.TTF') format('truetype');
}

@font-face{
    font-family: 'Kozuka';
    src: url("fonts/KozGoPro-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Unity";
    src: url("fonts/TCCC-UnityText-Regular.ttf");
}

@font-face {
    font-family: "Unity";
    src: url("fonts/TCCC-UnityText-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Unity";
    src: url("fonts/TCCC-UnityText-Italic.ttf");
    font-style: italic;
}

@font-face {
    font-family: "Unity";
    src: url("fonts/TCCC-UnityText-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
}



html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Unity';
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.5;
}




body img {max-width: 100%;}
a {
    text-decoration: none;
    color: black;
}
.space5 {height: 5px;}
.space10 {height: 10px;}
.space15 {height: 15px;}
.space20 {height: 20px;}

.expandable {
    /* overflow set to hidden to hide the expanded text */
    overflow: hidden;
    /* all style changes will ease-in-out for 1s */
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s;
}

.emsar {
    font-family: Danube;
}

.bg {
    background: #ffffff url(/images/casemate-loginpage-bg-main.png) no-repeat center center;
    position: relative;
    background-size: cover;
    min-height: 100vh;
}

.login-image {
    height:540px;
    position:absolute;
    left:50%;
    margin-left:-600px;
    top:50%;
    margin-top:-270px;
}

.login {
    position: absolute;
    top: 50%;
    margin-top: -370px;
    right: 50%;
    margin-right: -500px;
    border-radius: 20px;
    width: 100%;
    max-width: 460px;
    text-align: center;
    color: black;
}


.chiro-redtop {
    height: 10px;
    background-color: #db3c32;
    border-bottom: 2px solid white;
    position: absolute;
    width: 100%;
}

.attorney-blacktop {
    height: 10px;
    background-color: black;
    border-bottom: 2px solid white;
    position: absolute;
    width: 100%;
}

.dashboard {
    margin: 0px auto;
    width: calc(100% - 20px);
    min-width: 1009px;
    position: relative;
    display: table;
    box-sizing: border-box;
    border-spacing: 20px;
    height: calc(100vh - 30px);
}


.chiro-nav {
    width: 190px;
    display: table-cell;
    height: 100%;
    vertical-align: top;
}

.chiro-link-1 {
    display:inline-block;
    margin:5px 0px;
    background-color:#e6e8ea;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    width: 40px;
    height:40px;
    box-sizing:border-box;
    vertical-align:middle;
    line-height:40px;
    text-align:center;
}

.chiro-link-2 {
    display:inline-block;
    vertical-align:middle;
    margin:5px 0px;
    background-color:white;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    width: 128px;
    height:40px;
    box-sizing:border-box;
    line-height:40px;
    padding-left:10px;
}

.chiro-link-1 a {
    display:inline-block;
    width: 100%;
    height: 100%;
    color: #6e7a8e;
}

.chiro-link-2 a {
    display:inline-block;
    width: 100%;
    height: 100%;
    margin-left: -10px;
    padding-left: 10px;
    color: black;
}
//google chart tooltip flicker
svg > g > g.google-visualization-tooltip { pointer-events: none }

.xray-table {
    width: 100%;
    border-spacing: 0px;
}

.xray-table td {
    border-bottom: 1px solid #c4c6c7;
    padding: 0px 3px;
}

.xray-table tr:last-of-type td {
    border-bottom: 0px;
}

.nav-footer {
    color: white;
    text-align: center;
    font-size: 9.2px;
    margin-top: 10px;
    line-height: 1.8;
}

.nav-footer a {
    color: white;
}

.info {
    display: table-cell;
    height: 100%;
    position: relative;
}

.chiro-right, .attorney-right {
    width: 380px;
    display: table-cell;
    height: 100%;
    vertical-align:top;
}


.chiro-footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    color: white;
    text-align:center;
    font-size: 13px;
}

.chiro-footer a {
    color: white;
    font-size: 13px;
}

.detail {
  position: relative;
}
/*DO NOT CHANGE -- BREAKS NAV*/
.detail table, .detail thead, .detail tbody {
    /* DO NOT CHANGE -- MENU WRAPS FOR SOME ODD REASON */
    max-width: calc(100vw - 285px);
}
.detail table {
  position: relative;
  background-color: #f0f4f6;
  overflow: hidden;
  border-collapse: collapse;
}
/*thead*/
.detail thead {
  position: relative;
  display: block;
  overflow: visible;
}
.detail thead th {
  background-color: #99a;
  min-width: 120px;
  height: 32px;
  border: 1px solid #222;
  font-size:10px;
}
.detail thead th:nth-child(1) {
  /*first cell in the header*/
  position: relative;
  display: block;
  /*seperates the first cell in the header from the header*/
  background-color: #88b;

  line-height: 32px;
  margin-top: -1px;
}
/*tbody*/
.detail tbody {
  position: relative;
  display: block;
  height: calc(100vh - 233px);
  overflow: auto;
}
.detail tbody td {
  background-color: #bbc;
  min-width: 120px;
  border: 1px solid #222;
  font-size: 10px;
  text-align: center;
}
.detail tbody td .ellipsis, .detail thead th .ellipsis {
    width: 120px;
}
.detail tbody tr td:nth-child(1) {
  position: relative;
  display: block;
  height: 32px;
  background-color: #99a;
  text-align: center;
  z-index: 2;
  width: 120px;
  margin-top: -1px;
}

.flex-center {
    display:flex;
    justify-content:center;
    align-items:center;
    height:100%;
}

.signupbutton {
    font-size: 14px;
    border: 0px solid #575757;
    background: black;
    color: #fff;
    text-align: center;
    padding: 0px 24px;
    height: 50px;
    vertical-align: middle;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #7fc5d2 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.nomobile-table {
    display:table;
    width:100%;
}

.headerlinkmobile {
    vertical-align:middle;
    border-bottom:1px solid #c2c2c2;
    padding:20px;
    box-sizing:border-box;
}

.headerlinkmobile a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
}

.table-list, .patient-table-list {
    display:table;
    width:100%;
    border-spacing: 0px;
}

.patient-table-list {
    border-spacing: 0px;
    border-radius: 20px;
    background-color: #7fc5d2;
}

.patient-table-list .row-header {
    color: white;
}

.patient-table-list .row-header a {
    color: white;
    text-decoration: underline;
}

.patient-table-list .row-header .simplecell {
    padding-top: 10px;
}

.row-header {
    display:table-row;
}

.table-list .row-header .simplecell {
    border-bottom:1px solid #b2b2b2;
    padding:5px 5px 15px 5px;
}

.patient-table-list .row-list .simplecell:nth-child(1), .patient-table-list .row-list .simplecell:nth-child(3), 
.patient-table-list .row-header .simplecell:nth-child(1), .patient-table-list .row-header .simplecell:nth-child(3) {
    width: 110px;
}

.patient-table-list .row-list .simplecell:nth-child(1), .patient-table-list .row-header .simplecell:nth-child(1) {
    padding-left: 10px;
}

.patient-table-list .row-list .simplecell:nth-child(5), .patient-table-list .row-header .simplecell:nth-child(5) {
    width: 85px;
}




.patient-table-list .row-list .simplecell:nth-child(6), .patient-table-list .row-list .simplecell:nth-child(7),
.patient-table-list .row-header .simplecell:nth-child(6), .patient-table-list .row-header .simplecell:nth-child(7) {
    width: 20px;
}

.patient-table-list .simplecell {
    padding: 5px;
    vertical-align: middle;
    position: relative;
}

.patient-table-list .row-list .simplecell:nth-child(2) i:nth-child(1) {
    position: absolute;
    margin-left:-40px;
    margin-top: 5px;
}

.patient-table-list .row-list .simplecell:nth-child(2) i:nth-child(2) {
    position: absolute;
    margin-left:-20px;
    margin-top: 5px;
}

.row-list {
    display:table-row;
}

.row-list:nth-child(odd) {
    background: white;
}
.row-list:nth-child(even) {
    background: #f0f4f6;
}

.cell-list, .cell-list1 {
    display:table-cell;
    vertical-align:middle;
    padding: 5px;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}
.cell-center {
    text-align: center;
}
.cell-right {
    text-align: right;
}


.mobiletable {
    display: table;
    width: 100%;
}
.mobilerow {display: table-row;}
.mobilecell {display: table-cell;}
.simpletable {
    display: table;
    width: 100%;
}
.row {display: table-row;}
.simplecell {display: table-cell; text-align: left;}
.simplebox {   
    border: 1px solid #dddddd;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 10px;
}
.simpleboxg {   
    border: 0px solid #dddddd;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0px;
	width: 700px;
    margin-bottom: 0px;
}
.simpleinline {
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
}
.footerinline {
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    font-size: 1vw;
}

.help-yellow {
    display: none;
    position: absolute;
    border: 1px solid black;
    z-index: 100;
    background-color: rgb(255, 255, 153);
    padding: 5px;
    text-align: left;
    line-height: 15px;
    font-weight: normal;
    font-size: 10px;
    max-width: 275px;
    box-sizing: border-box;
    color: black;
    left: 0px;
}

.help-warning {
    bottom: 14px;
}

.help-contact {
    top: 25px;
}

.ellipsis {
    overflow:hidden;
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.gray-title {
    color: #6d6e70;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
}
.green-title {
    color: #4fb05f;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
}

.special-price {
    color: #4fb05f;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

#full-width-slider {
  width: 100%;
  color: #000;
}
#full-width-slider * {
   -webkit-backface-visibility: inherit;
}

.sidemenu
{
 	font-weight:bold;
        font-size:14px;
	line-height: 14px;
        padding:10px;
        box-sizing:border-box;
        line-height:25px;
        width:270px;
        color:white;
        cursor:pointer;
}

.bluemenu
{
	background: rgba(0,186,233,1); 
	background: -moz-linear-gradient(top, rgba(0,186,233,1) 0%, rgba(0,153,214,1) 100%); 
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,186,233,1)), color-stop(100%, rgba(0,153,214,1))); 
	background: -webkit-linear-gradient(top, rgba(0,186,233,1) 0%, rgba(0,153,214,1) 100%); 
	background: -o-linear-gradient(top, rgba(0,186,233,1) 0%, rgba(0,153,214,1) 100%); 
	background: -ms-linear-gradient(top, rgba(0,186,233,1) 0%, rgba(0,153,214,1) 100%); 
	background: linear-gradient(to bottom, rgba(0,186,233,1) 0%, rgba(0,153,214,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bae9', endColorstr='#0099d6', GradientType=0 );
}

.bluemenuflat
{
	background-color:#0179ae;
}

.filter {
    padding:0px 33px 0px 20px;
    border-radius:5px;
    border: 1px solid #ccc;
    height:34px;
}
#filtersubmit {
    position: relative;
    z-index: 1;
    right: 30px;
    top: 1px;
    width: 0;
    font-size: 20px;
    color: #666666;
}

.mid-border {
    border-left:2px solid black;
    border-right:2px solid black;
}


.inline-container .simpleinline:last-child {margin-right: 0px;}
.last-right {
    text-align: right;
}

.inline-1-5, .mobinline-1-5 {
    width: 19%;
    margin-right: 1.25%;
}
.inline-2-5, .mobinline-2-5 {
    width: 38%;
    margin-right: 1.25%;
}
.inline-3-5, .mobinline-3-5 {
    width: 57%;
    margin-right: 1.25%;
}
.inline-4-5, .mobinline-4-5 {
    width: 76%;
    margin-right: 1.25%;
}
.inline-5-5 {
    width: 100%;
    margin-right: 0%;
}



.inline-1-12, .mobinline-1-12 {
    width: 7.325%;
    margin-right: 0.0%;
    vertical-align: top;
}
.inline-2-12, .mobinline-2-12 {
    width: 15.75%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-3-12, .mobinline-3-12 {
    width: 24.175%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-4-12, .mobinline-4-12 {
    width: 32.6%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-5-12, .mobinline-5-12 {
    width: 41.025%;
    margin-right: 1.1%;
    vertical-align: top;
}

.inline-6-12, .mobinline-6-12 {
    width: 49.45%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-7-12, .mobinline-7-12 {
    width: 57.875%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-8-12, .mobinline-8-12 {
    width: 66.3%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-9-12, .mobinline-9-12 {
    width: 74.725%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-10-12, .mobinline-10-12 {
    width: 83.15%;
    padding-right: 1.1%;
}
.inline-11-12, .mobinline-11-12 {
    width: 91.575%;
    margin-right: 1.1%;
}
.inline-12-12 {
    width: 100%;
    margin: 0;
}
#cvv {
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.75);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
}
#cvv-wrapper {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 1002;
    border: 4px solid #ccc;
    padding: 10px;
    width: 400px;
    margin: -100px 0 0 -200px;
    background: #fff;
}
#cvv-wrapper #iframe {
    height: auto;
    padding: 0;
}

#rental-contact {
    background-image: url("/images/car-rental.jpg");*/
    height: 51.43vw;
    max-height: 500px;
    width: 100%;
    background-repeat:no-repeat;
    background-size: cover;
    background-color: #e8e8e1;
    background-position: center center;
}

#chauffeur-contact {
    background-image: url("/images/chauffeur-service.jpg");
    height: 51.43vw;
    max-height: 500px;
    width: 100%;
    background-repeat:no-repeat;
    background-size: cover;
    background-color: #e8e8e1;
    background-position: center center;
}

#picture-contact {
    background-image: url("/images/car-rental.jpg");*/
    height: 51.43vw;
    max-height: 500px;
    width: 100%;
    background-repeat:no-repeat;
    background-size: cover;
    background-color: #e8e8e1;
    background-position: center center;
}

#contact {
    background-image: url("/images/contact-page.jpg");
    height: 51.43vw;
    max-height: 500px;
    width: 100%;
    background-repeat:no-repeat;
    background-size: cover;
    background-color: #e8e8e1;
    background-position: center center;
}

#main-contact {
    height: 51.43vw;
    max-height: 500px;
    width: 100%;
    background-repeat:no-repeat;
    background-size: cover;
    background-color: #e8e8e1;
    background-position: center center;
}


#hdr-container {
    width: 100%;
    z-index: 1001;
    top: 0;
}

.toptable {
    display:table;
    width:100%;
    max-width:1320px;
    padding:0px 10px;
    box-sizing:border-box;
    margin:0 auto;
}

#topline-container .leftcell {
    display: none;
}


#topline-container {
    width: 100%;
    z-index: 9999;
    height: 155px;
    background-color: white;
    color: black;
    box-sizing: border-box;
    border-bottom: 1px solid black;
}

#topline-container-main {
    width: 100%;
    z-index: 9999;
    height: 100px;
    background-color: white;
    color: black;
    box-sizing: border-box;
    border-bottom: 1px solid #d2d2d2;
}

#topline-container .toptable {
    line-height: 155px;
}

#topline-container a, #topline-container-main .toptable {
    color:black;
}

#topline-container .middlecell {
    text-align:left;
}

#topline-container .middlecell img, #topline-container-main .leftcell img {
    width: 220px;
}

#topline-container .rightcell img {
    height: 45px;
    vertical-align:middle;
}

#topline-container .rightcell a {
    padding-left: 9px;
}

#topline-container .rightcell a:nth-child(2), #topline-container .rightcell a:nth-child(3) {
    padding-left: 14px;
}

.slidemenu-center {
    display:flex;
    justify-content:center;
    align-items:center;
    height:100px;
}

#top-container {
    width: 100%;
    z-index: 999;
    box-sizing:border-box;
    background-color: #f4f4f4;
    height: 45px;
    color: black;
    vertical-align:middle;
    font-size: 14px;
    line-height: 45px;
    position: relative;
    border-bottom: 1px solid #d4d4d4;
    font-weight: bold;
}

#top-container i {
    color: #7f7f7f;
}

#top-container img, #footer2 img {
    width: 30px;
    vertical-align:middle;
}

#top-container .leftcell a {
    margin-right: 20px;
}

#footer2 .rightcell a, #footer2 .socialmobile a, #top-container .rightcell a {
    margin-left: 20px;
}

.leftcell {
    display: table-cell;
    text-align:left;
}

.middlecell {
    display:table-cell;
    text-align:center;
}
.rightcell {
    display:table-cell;
    text-align:right;
}


.toptext {
    padding: 0px 15px;
    border-left: 1px solid #cdccc9;
    display: inline-block;
}

.toptext:last-of-type {
    border-right: 1px solid #cdccc9;
}

.index-container {
    width: 100%; 
    padding:10px 40px;
    box-sizing:border-box;
}


.bdy {
    padding:0px 10px;
    width:100%;
    max-width: 1024px;
    box-sizing:border-box;
    margin: 0 auto;
}

ol {
    margin-block-start: 0px;
    padding-inline-start: 20px;
    font-weight: 600;
}

ol li::marker {
    color: black;
}

#bdy-container {
    min-height: calc(100vh - 294px);
    width: 100%;
    z-index: 1001;
}
.ftr-container {
    width: 100%;
    text-align: center;
    z-index: 1001;
    border-top:1px solid #d2d2d2;
    padding: 20px;
    box-sizing: border-box;
}
.ftr-container a {
    margin:0px 10px;
 
}

#whitefooter {
    background-color:white;
    color:black;
    width:100%;
    padding: 15px 40px;
    box-sizing:border-box;
    font-size: 14px;
    line-height: 14px;
}

#footer2 {
    background-color:#f6f6f6;
    color:#a7a7a7;
    width:100%;
    padding: 30px 0px;
    box-sizing:border-box;
    font-size: 12px;
    line-height: 2;
    border-top:1px solid #d2d2d2;
}

#footer2 a {
    color: #a7a7a7;
}



#ftr-mob {display: none;}
.iframeWrapper {
    position: relative;
    padding-bottom: 46%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.iframeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.divider {
    border: 0;
    border-top: 1px solid #d0d1d2;
    margin: 15px 0px;
}

#code1,
#code4 {
    width: 40px;
    height: 52px;
    background-color: white;
    border: 1px solid #e0e1e4;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 40px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

#code2,
#code5 {
    width: 40px;
    height: 52px;
    background-color: white;
    border: 1px solid #e0e1e4;
    font-size: 40px;
    text-align: center;
    border-left: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

#code3,
#code6 {
    width: 40px;
    height: 52px;
    background-color: white;
    border: 1px solid #e0e1e4;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 40px;
    text-align: center;
    border-left: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

#code3 {
    margin-right: 10px;
}

#code4 {
    margin-left: 10px;
}

/* Create a custom checkbox */
.container {
    display: inline;
    position: relative;
    padding-left: 25px;
    line-height: 45px;
    cursor: pointer;
    font-size: 16px;
    color: black;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.checkmark {
  position: absolute;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 5px;
  border:1px solid #96989c;
}

.radiobox {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 50%;
  border:1px solid black;
}

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

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark, .container input:checked ~ .radiobox {
  background-color: #2196F3;
}

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

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

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

.container .radiobox:after {
  left: 7px;
  top: 7px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color:white;
}



/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}




/* forms */
.formrow {margin: 5px 0px;}
.formlabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-align: right;
    width: 34%;
    margin-right: 1%;
    font-weight: bold;
}
.formbox {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
    width: 65%;
}
.formbox input[type='text'], .formbox input[type='number'], .formbox input[type='date'], .formbox input[type='email'], .formbox input[type='password'], .niceinput {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 1.7%;
    border: 1px solid #7fc5d2;
    height: 40px;
    border-radius: 5px;
}
.formbox button[type='submit'], .green-button {
    box-sizing: border-box;
    background: #1a5522;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    border-radius: 4px;
    padding: 0px 30px;
    cursor: pointer;
    height: 40px;
}

.formbox button[type='submit']:hover, .green-button:hover {opacity: 0.90;}

.formbox select, .niceselect {
    box-sizing: border-box;
    width: 100%;
    padding: 4px 0px;
    border: 1px solid #7fc5d2;
    height: 40px;
    border-radius: 5px;
}



.formbox textarea, .full-textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 1.7%;
    border: 1px solid #7fc5d2;
    border-radius: 5px;
    height: 100px;
}


.days-open td, .days-open input {
    vertical-align: top;
}

.days-open td:last-of-type {
    padding-top: 0px;
}

.days-open td {
    padding-top: 10px;
    padding-right: 20px;
    color: #555555;
}
    

.blue-button {
    border: 0px;
    background: #007cd1;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    width: 160px;
}

.white-button {
    border: 0px;
    background: white;
    color: #888888;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #7fc5d2;
    
}

.login-button {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    color: white;
    border: 0px;
    cursor: pointer;
    font-size:18px;
    background-color: #5587c0;
}

.verify-button {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    color: white;
    border: 0px;
    cursor: pointer;
    font-size:18px;
    background-color: #da3b32;
}

.more-phone-button {
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 18px;
    color: #888888;
    border: 1px solid #7fc5d2;
    border-radius: 5px;
}

.more-specialist-button {
    width: 100%;
    height: 40px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #7fc5d2;
    color: #888888;
}

.red-button {
    width: 100%;
    height: 40px;
    cursor: pointer;
    font-size: 18px;
    color: white;
    background-color: #da3b32;
    border: 0px;
    border-radius: 5px;
}

.blue-button:hover, .white-button:hover, .login-button:hover, .login-button:hover, .red-button:hover, button:hover {
    -webkit-filter: brightness(90%);
}


label {
  display: block;
  transform: translate(0, -2.75rem);
  width: fit-content;
}


@supports (not (-ms-ime-align:auto)) {
    label {
      color: #888;
      transform: translate(10px, -2rem);
      transition: all 0.2s ease-out;
    }

    textarea + label {
        transform: translate(10px, -6rem);
    }
    input:focus + label,
    input:not(:placeholder-shown) + label,
    select:focus + label,
    select:disabled + label,
    select:valid + label {
      color: black;
      transform: translate(0, -3.75rem);
    }

    textarea:focus + label,
    textarea:not(:placeholder-shown) + label
    {
      color: black;
      transform: translate(0, -7.75rem);
    }    
}

.datalist::-webkit-calendar-picker-indicator {
  display: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.blue-header {
    background-color: #7fc5d2; 
    border-top-left-radius: 20px; 
    border-top-right-radius: 20px; 
    position: relative; 
    padding: 10px; 
    box-sizing: border-box;
    text-align:center;
    color:white;
}

.blue-header a {
    color: white;
    text-decoration: underline;
}

.section-body {
    background-color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}

.greybox {
    width: 100%;
    background-color: #f4f4f4;
    padding: 50px;
    box-sizing: border-box;
    text-align: left;
    margin: 0 auto;
    font-size: 13px;
    line-height: 20px;
    border-radius: 10px;
}

.grey-bottom {
    background-color: #f0f4f6; 
    border-bottom-left-radius: 20px; 
    border-bottom-right-radius: 20px;
    padding: 20px;
}

.full-round {
    border-radius: 20px;
}

.name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 5px;
}


.grey-button {
    background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
    border: 1px solid #6c6e73;
    border-radius: 3px;
    height: 30px;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    color: black;
}

.grey-border {
    border-bottom:1px solid #d2d2d2;
}

.grey-product {
    background-color:#f6f6f6;
    padding:5px;
    margin:10px 0px;
    font-size: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
}

.grey-product-2 {
    background-color:#f6f6f6;
    padding:5px;
    margin:10px 0px;
    font-size: 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.white-cell {
    display:table-cell;
    vertical-align:middle;
    padding-right:5px;
}

.white-cell:last-of-type {
    padding-right:0px;
}

.ralign {
    text-align:right;
}


.footer-links a, .footer-text {
    padding-right: 30px;
}

.footer-links a:last-of-type, .footer-text:last-of-type {
    padding-right: 0px;
}

.section-title {
    color: #00a9e4;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    line-height: 20px;
}
.section-subtitle {
    display: inline-block;
    color: #00a9e4;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;   
    margin: 5px 0px; 
}
.indent-mob {
    margin-left: 20px;
    font-size: 10px;
	height: 34px;
}
.indent-mobg {
    margin-left: 40px;
    font-size: 10px;
	height: 34px;
}

/*index.php*/
.topimg-index {
    position: relative;
    margin-bottom: 40px;
    z-index: 101;
}
.index-steps {
    margin-top: -200px;
    position: absolute;
    z-index: 1000;
}
.index-steps .simpleinline {
    text-align: center;
    font-size: 12px;
    vertical-align: top;
}
.index-bottom {
    margin-top: -50px;
}
.indexbox {
    position: relative;
    border-radius: 5px;
    padding: 30px 60px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    height: 287px;
    color: #6e6f71;
    z-index: 1000;
}
.indexbox div {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    position: absolute;
    z-index: 10001;
    padding: 30px 60px;
    font-size: 18px;
    line-height: 30px;
    color: #6e6f71;
}
.index-custom {
    position: relative;
    z-index: 101;
}
.index-custom img {
    position: absolute;
    z-index: 100;
    top: 0;
}
.index-custom span {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    position: absolute;
    z-index: 10001;
    padding: 30px 60px;
    font-size: 18px;
    line-height: 30px;
    color: #6e6f71;
}
.buy-now-index {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 3px solid #fff;
}
.buy-now-index:hover {
    opacity: 0.9;
}


.product-wrapper {
    width:49%;
    margin-right: 2%;
    margin-bottom: 2%;
    border:1px solid #d2d2d2;
    box-sizing:border-box;
    display:inline-block;
    padding: 10px;
    font-size: 16px;
    background-color: #eeeeee;
    position: relative;
}

.product-wrapper img {
    width: 100%;
}

.product-wrapper:nth-of-type(2n) {
    margin-right: 0vw;
}

.toptext a, .full-link {
    display:inline-block;
    width:100%;
    height:100%;
}

/* viewcart.php */
hr.viewcart-hr {
    margin: 10px 0px;
    border: 0;
    border-top: 1px solid #000;
}
.shipping-info {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;    
}
.order-summary {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px; 
}
.order-summary .simpleinline {
    vertical-align: middle;
}
.viewcart-promo {
    background: #fff;
    padding: 15px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 15px;
}
.viewcart-promo a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
#promo-box {
    display: none;
    margin-top: 10px;
}
#promo-box input[type='text'] {
    width: 100%;
    margin: 10px 0px;
    padding: 10px 3%;
    background: #f0f1f3 none repeat scroll 0 0;
    border: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 4px;
    box-sizing: border-box;
}
.addtocart {
    border: 0px;
    border-radius: 25px;
    padding: 10px 35px;
    cursor: pointer;
    color:white;
    background-color: #5a5c5e;
    position: absolute;
    right: 5px;
    top: 3px;
    font-size: 21px;
    height: 44px;
}

.checkout {
    display:inline-block;
    width: 320px;
    background-color: #00ac00;
    height:35px;
    color:white;
    margin-top:10px;
    text-align:center;
    cursor:pointer;
    padding-top:12px;
    font-size:20px;
}


.menu-item {
    width:50%;
    display: inline-block;
    min-height:100px;
    margin-top:10px
    display: inline-block;;
    box-sizing:border-box;
    border:0px solid #d3d3d3;
    padding:5px;
}

.checkout:hover {
    opacity: 0.9;
}


.summary-cll1 {
    width: 55%;
    text-align: left;
}
.summary-cll2 {
    width: 45%;
    text-align: right;
    font-weight: bold;
}
.checkout-btn {
    background: #ed4f3e;
    padding: 10px;
    border: 0px solid #3e8220;
    color: #fff;
    font-weight: bold;
    width: 100%;
    margin: 0px;
    cursor: pointer;
}

.smallsearch {
    display: none;
    cursor: pointer;
}

.justmobile {display: none;}

@media (max-height: 850px) {
    .login {
        top: 20px;
        margin-top: 0px;
    }
}

@media (max-width: 1250px) {
    .chiro-right {
        display: none;
    }
}

@media (max-width: 1023px) {
    .inline-1-12, .inline-2-12, .inline-3-12, .inline-4-12, .inline-5-12, .inline-6-12, .inline-7-12, .inline-8-12, .inline-9-12, .inline-10-12, .inline-11-12 {
        width: 100%;
        padding: 0;
        margin: 0px 0px 10px 0px;
    }

    .inline-1-5, .inline-filter {
        width: 44%;
        margin: 3%;
        padding: 0;
    }

    .login {
        position: unset;
        margin: 0 auto;
        padding: 20px 10px;
        box-sizing: border-box;
    }

    .chiro-footer {
        position: unset;
    }

    .table-list {
        display: block;
    }
    .row-header {
        display: none;
    }
    .row-list {
        display:block;
    }
    .cell-list {
        display:inline-block;
        width: 50%;
    }

    .cell-list1 {
        display: block;
        text-align: center;
    }
    .cell-center, .cell-right {
        text-align: left;
    }


    .grey-product-2 {
        height: 52px;
        font-size: 10px;
    }

    .addtocart {
        font-size: 19px;
        padding: 10px;
    }

    .parallax-container {
        height: 350px !important;
    }

    .parallax-container .bdy {
        margin: 0px;
    }

    .newsletter-white {
        width: 100vw;
        margin-left: 0px;
        background: rgba(0,0,0,0.3);
        color: white;
        height: 350px;
    }

    .ralign {
	text-align:left;
    }

    .beigeline {
        width: 150px;
    }

    .duster-header {
        font-size:27px;
    }

    .quality-description {
	font-size:14px;
	line-height:18px;
    }


    .order-online {
	width: 150px;
	line-height: 40px;
    }
	
	.order-online2 {
	line-height: 26px;
    }

    .photo-cell {
        width: 32%;
    }

    .onepointthree {
	font-size: 16px;
	line-height: 2em;
        text-align: justify;
    }

    .mid-border {
	border-left: 0px solid black;
	border-right: 0px solid black;
    }

    #search-container, .center-mobile {
	    text-align:center;
        margin: 0 auto;
        float: none !important;
    }

    #search-container {
    	margin-right:0px;
    	right:auto;
	position:static;
	margin-bottom: 20px;
	//left: 50%;
	//transform: translate(-50%, 0);
	
    }

    .bigscroll .simpleinline:first-of-type {
        text-align:center;
    }

    .bottles, .bottom-meals {
	margin-top: 0px;
    }

    #topline-container {
	    height: 155px;
	    padding: 15px 0px;
    }
    #topline-container .toptable {
        line-height: normal;
    }
    .toptable {
        padding: 0px;
    }

    .toptable .leftcell, .toptable .rightcell {
        width: 45px;
    }


    #topline-container .leftcell {
        display: table-cell;
        vertical-align:middle;
    }


    .slidemenu-center {
        height: 40px;
    }

    .grey-left {
        background: #f4f4f4;
        border-top: 1px solid #d4d4d4;
        border-right: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 10px;
        height:20px;
    }
    #topline-container .middlecell {
        text-align: center;
    }
    #logo {
	    top: 45px;
	    left: 10px;
    }

    #hdr, #topnav-container, {display: none;}

    #topblack-container {
	display: none;
    }

    .join-list {
	width: 240px;
	font-size: 12px;
    }

    .footer-links2 a {
        font-size: 12px;
        line-height: 12px;
    }

    .footer-links2 a:after {
    content:"\A";
    width:5px;
    height:5px;
    border-radius:50%;
    background: black;
    display:inline-block;
    margin:0 7px;
    }

    .footer-links2 a:last-of-type:after {
    content:"";
    width:0px;
    height:0px;
    margin:0px;
    }



    #hdr-mob {display: block;}
    #ftr-mob {
	display:block;
	text-align:center;
        background-color:black;
        border-top: 1px solid #95302d;
    }
    .bdy {
        width: calc(100% - 20px);
        margin: 10px;
        min-height: 0;
        padding: 0;
    }
    #bdy-container {
    	margin-top:0px;
    }
    .index-container {
	padding: 10px;
    }

    #hdr-container {
        width: 100%;
        background-position: right;
        color: #fff;
        z-index: 1001;
        position: static;
        top: auto;
    }

    .ordernow {
    	padding:8px 20px;
    	font-size:12px;
    }

    #thesides, #theburgers, #freshsalads {
	margin-top: 2px;
    }

    .onevw {
	font-size: 12px;
    }

    #home1,#home2,#home3, #home4, #home5, #home6, #home7, #home8, #home9 {
	width: 100%;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    #home2 {
	height: 49vw;
    }

    #home9 {
	height: 60vw;
    }

    #home10, #home11 {
    height:25vw;
    }


    #order-mainbox {
	padding-right:0px;
    }

    #home-purple {
        padding: 0px;
        height: auto;
    }

    .gold-box {
	display: none;
    }

    .mob5 {
        padding: 5px;
    }

    .menu-item {
	width: 100%;
    }

    /* forms */
    .formlabel, .formbox {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    /* index.php */
    .index-bottom {
        margin-top: 0;
    }
    .indexbox {
        padding: 10px;
        line-height: normal;
        font-size: 14px;
        height: auto;
        margin-bottom: 0;
    }
    .index-custom {
        height: 220px;
    }
    .index-custom span {
    }
    .index-steps {
        position: static;
    }
    .indexbox div {
        top: auto;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);

        position: static;
        z-index: auto;
        padding: 0;
        line-height: normal;
        font-size: inherit;
        color: inherit;
    }
    .index-custom span {

        position: absolute;
        z-index: 10001;
        padding: 10px;
        line-height: normal;
        font-size: 14px;
        color: #6e6f71;
    }

    .product-wrapper {
        width:94%;
        margin: 3%;
    }
    .product-wrapper:nth-of-type(4n) {
        margin: 3%;
    }
    .product-wrapper .name {
        height:40px;
        font-size:12px;
    }
    .select {
        font-size:12px;
    }

    .justmobile {display: block;}
    .nomobile, .tinyspace, .nomobile-table {display: none !important;}

    #filters_layer {
        display: none;
    }
}
