@charset "utf-8";


@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('fonts/webfonts/glyphicons-halflings-regular.eot');
  src: url('fonts/webfonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/webfonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/webfonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/webfonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/webfonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
	font-family: 'thegem-icons';
	src:url('fonts/thegem-icons.eot?-yiqymz');
	src:url('fonts/thegem-icons.eot?#iefix-yiqymz') format('embedded-opentype'),
		url('fonts/thegem-icons.woff?-yiqymz') format('woff'),
		url('fonts/thegem-icons.ttf?-yiqymz') format('truetype'),
		url('fonts/thegem-icons.svg?-yiqymz#thegem-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*--------------Logos------------*/
/*--Added here for fast editing--*/

.menu-wrapper{display:none;}

.header-light .header-logo{background-image:url(../images/logo-small.png)!important;}
.header-dark .header-logo{background-image:url(../images/logo-light.png)!important;}
.header-logo{background-size:74px 14px;	width:74px;	height:55px;}

.footer-logo{height:25px; background-size:120px 23px;}
.footer-light .footer-logo{background-image:url(../images/logo-small.png);}
.footer-dark .footer-logo{background-image:url(../images/logo-light.png);}

.menu-dark.menu-large .menu-logo{background-image:url(../images/logo-small.png);}
.menu-light.menu-large .menu-logo{background-image:url(../images/logo-small.png);}
.menu-large .menu-logo{background-size:100px 50px;}

.menu-perspective .menu-logo{background-image:url(../images/logo-small.png);}
.menu-perspective .menu-logo{background-size:100px 50px;}
.menu-perspective-background{background-image:url(../images/pictures_vertical/bg-perspective.png);}

.menu-thumbnails .menu-logo .menu-logo-image{height:20px; background-size:100px 19px;}
.menu-dark.menu-thumbnails .menu-logo .menu-logo-image{background-image:url(../images/logo-small.png);}
.menu-light.menu-thumbnails .menu-logo .menu-logo-image{background-image:url(../images/logo-small.png);}

.menu-list-logo{background-size:140px 27px;	width:140px; height:27px;}
.menu-dark .menu-list-logo{background-image:url(../images/logo-light.png);}
.menu-light .menu-list-logo{background-image:url(../images/logo-small.png);}

.preloader-dark h1{background:url(../images/logo-light.png) center center no-repeat;}
.dark-mode .preloader-light h1{background:url(../images/logo-light.png) center center no-repeat;}
.preloader-light h1{background:url(../images/logo-small.png) center center no-repeat;}

.timeline-logo{background-size:74px 14px; height:55px;	background-image:url(../images/logo-light.png);}
.profile-logo{background-image:url(../images/logo-small.png);	background-size:74px 14px;	height:55px;}


/*----Preloader----*/ 
/*-----------------*/

.preloader-dark{background-color:#1b1d26;}
.preloader-dark .cp1, .preloader-dark .cp2{opacity:0.05; background-color:#FFFFFF;}
.preloader-dark em{color:rgba(255,255,255,0.3);}

.preloader-light{background-color:#FFFFFF;}
.preloader-light .cp1, .preloader-dark .cp2{opacity:0.05; background-color:#000000;}
.preloader-light em{color:rgba(0,0,0,0.8);}

.dark-mode .preloader-light{background-color:#1b1d26!important;}


#preloader h1{
width: 100%;
    height: 50px;
    background-size: 100px 50px;
    margin-top: 110px;
}

#preloader em{
	position:fixed;
	width:100%;
	bottom:20px;
	font-style: normal;
	text-align:center;
	font-size:10px;
	line-height:22px;
}

#preloader p{text-align:center;	font-size:12px;}
#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#FFF; 
	z-index:999999999!important; 
    pointer-events: none;
    opacity:1;
    transition:all 500ms ease;
}

.hide-preloader{pointer-events: none; opacity:0!important; transition:all 500ms ease;}
.page-change-preloader{
	opacity:0;
	pointer-events:none;
	position:fixed;
	background-size:100px; 60px;
	background-repeat: no-repeat;
	background-position: center center;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:9999999;
	pointer-events: none;
	transition:all 250ms ease!important;
}
.show-change-preloader{opacity:1; transition:all 250ms ease!important;}

#preload-spinner, .preload-spinner {
	animation: preload-spin1 1.2s ease infinite;
	clip: rect(0, 40px, 40px, 20px); 
	height: 40px;
	width: 40px;
	position: absolute;
	left: 50%;
	margin-left:-20px;
	top:50%;
	margin-top:-20px;
}

#preload-spinner:after, .preload-spinner:after {
	animation: preload-spin2 1.2s ease-in-out infinite;
	clip: rect(0, 40px, 40px, 20px);
	content:'';
	border-radius: 50%; 
	height: 40px;
	width: 40px;
	position: absolute; 
	box-shadow:inset #8CC152 0 0 0 1px;

} 
@keyframes preload-spin1 {25% {transform: rotate(0deg)}  100% {transform: rotate(185deg)}}
@keyframes preload-spin2 {0% {transform: rotate(-175deg);}	100% {transform: rotate(175deg);}}

.spinner-yellow:after{box-shadow:inset #F6BB42 0 0 0 1px!important;}
.spinner-green:after{box-shadow:inset #27ae60 0 0 0 1px!important;}
.spinner-red:after{box-shadow:inset #D8334A 0 0 0 1px!important;}
.spinner-pink:after{box-shadow:inset #EC87C0 0 0 0 1px!important;}
.spinner-blue:after{box-shadow:inset #5D9CEC 0 0 0 1px!important;}
.spinner-teal:after{box-shadow:inset #A0CECB 0 0 0 1px!important;}
.spinner-magenta:after{box-shadow:inset #8067B7 0 0 0 1px!important;}
.spinner-black:after{box-shadow:inset #000000 0 0 0 1px!important;}
.spinner-brown:after{box-shadow:inset #8E8271 0 0 0 1px!important;}


.animate {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -o-animation-duration: 0.5s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  -ms-animation-duration: 0.5s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both; }

button.button,
input[type='submit'].button
{
  -webkit-appearance: none;
}



small
{
  font-size: 0.8em;
}

.form-horizontal
{
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%; 
}

.form-horizontal .button
{
  width: 100%;
}

.max-650,
.form-horizontal.max-650
{
  max-width:650px;
  margin-left: auto !important;
  margin-right: auto !important;
}


.footerDataGroup
{
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 300px;
  margin-bottom: 0px;
}
.trackerDiv
{
  text-align: center;
}
.trackerImg
{
  margin: auto;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  max-width: 704px;
}

.clasy
{
    -webkit-animation: clasy 1.5s ease-in-out infinite both;
    animation: clasy 1.5s ease-in-out infinite both;
}




.rideHelpDiv
{
  display: block;
  margin:auto;
  margin-top: 10px;
  margin-bottom: 5px;
  max-width: 704px;
  text-align: center;
}
.rideHelpDiv a
{
  display: block;
    max-height: 100px;
    background: red;
    bottom: 0;
    z-index: 1;
    float: none;
    margin-bottom: 0px !important; 
    text-align: center; 
}
.rideHelpDiv a img
{
  margin:auto;
  height:100%;
  width: auto;
  max-height: 100px;

}

.bizPageFooter p.footerPx
{
  color: #9698a3;
  text-align: center;
  margin:0px;
  padding:0px;
  font-size: 17px;
  line-height: normal;

}

.clasy
{
  max-height:100px;
  background:red;bottom:0;
  z-index:1;
  float:none;
  margin-bottom:0px !important
}

.clasy img
{
  max-height:100px
}
.clasy
{
  -webkit-animation:clasy 1.5s ease-in-out infinite both;
  animation:clasy 1.5s ease-in-out infinite both;
}

@-webkit-keyframes
{
  0%
  {
    -webkit-transform:scale(1);
    transform:scale(1)
  }
  50%
  {
    -webkit-transform:scale(0.95);
    transform:scale(0.95);
  }
  100%
  {
    -webkit-transform:scale(1);
    transform:scale(1);
  }
}
@keyframes clasy
{
  0%
  {
    -webkit-transform:scale(1);
    transform:scale(1);
  }
  50%
  {
    -webkit-transform:scale(0.95);
    transform:scale(0.95);
  }
  100%
  {
    -webkit-transform:scale(1);
    transform:scale(1);
  }
}



@media (max-width: 650px)
{
  .content.max-650,
  .content
  {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  

}


.form-horizontal .item
{
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #ddd dotted;
}
.form-horizontal .item::after,
.form-horizontal .item::before
{
  content:'';
  display: table;
  clear: both;
}

.form-horizontal .item .control-label,
.form-horizontal .item .input-area
{
  float: left;
}
.form-horizontal .item .control-label
{
  width: 40%;
  line-height: 16px;
  padding-top: 10px;
  font-weight: 500;
}

.form-horizontal .item .input-area
{
  width: 60%;
}
.form-horizontal br
{
  font-size: 10px;
  height: 0px;
}

.form-horizontal .form-control,
.dataTables_wrapper .form-control 
{
    width: 100%;
    border: 1px #ccc solid;
    padding: 10px 5px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;    
}
.dataTables_wrapper .form-control
{
  padding: 6px 5px;
}

textarea.form-control
{
  height: 65px;
}

.mainError
{
    margin-left: 20px;
    margin-right: 20px;
    /*
    margin: auto;
    width: 100%;
    max-width: 550px;
    */
}



@media (max-width:650px)
{
  .form-horizontal .item .control-label,
  .form-horizontal .item .input-area
  {
    float: none;
    display: block;
    width: 100%;
  }
  .form-horizontal .item .control-label
  {
    padding-top: 0px;
    margin-bottom: 10px;
  }
  
  

}


.popupHiddenButton
{
  display: none;
}
#popupAskText
{
  line-height: normal;
}


.page-content-signup .page-login .page-login-field input,
.page-content-signup .page-login .page-login-field select,
.page-content-signup .page-login .page-login-field .inputTextOnly,
#yourEmail,
#staffSelect,
.qto,
.tq
{
  padding-left: 0px;
  width: 100%;
  border: 1px #ccc solid;
  padding: 0px 5px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  padding-right: 50px;  
  -webkit-appearance: none;
  background: #fff;
}
.qto select
{
  display: none;
}
.page-content-signup .page-login .page-login-field select option
{
    font-size: 15px;
}
.page-content-signup .page-login .page-login-field .inputTextOnly
{
    background: #f0f0f0;
}

.page-content-signup .page-login .page-login-field .selectDiv select
{
      display: none;
}
.page-content-signup .page-login .page-login-field .selectDiv
{
    padding-left: 0px;
    width: 100%;
    border: 1px #ccc solid;
    padding: 0px 5px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    padding-right: 50px;
    -webkit-appearance: none;
    background: transparent;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    position: relative;
    z-index: 4; 
}
.page-content-signup .page-login .page-login-field .selectDiv.opened
{
    z-index: 8;
}

.select-selected
{
  position: relative;
}
/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #333 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 10px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
    color: #000;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    
}
.select-items div
{
  padding-left: 10px;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #fafafa;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px #ccc solid;
    margin-left: -1px;
    margin-right: -1px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.select-items div:hover
{
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}



.page-content-signup .page-login .page-login-field input.required,
.page-content-signup .page-login .page-login-field select.required,
.page-content-signup .page-login .page-login-field .selectDiv.required,
.form-horizontal .form-control.required
{
  border-color: #990000;
}
.page-content-signup .page-login .page-login-field .selectDiv.required
{
  z-index: 1;
}

.page-content-signup .page-login .page-login-field em {
    right: 5px;
    width: 45px;
}

.clearAfter::after,
.clearAfter::before,
#page-content-scroll::before,
#page-content-scroll::after,
.loginLogoDiv::before,
.loginLogoDiv::after,
.loginLogoDiv form::before,
.loginLogoDiv form::after,
.loginLogoDiv .form::before,
.loginLogoDiv .form::after
{
  content: '';
  clear: both;
  display: table;
}

span.required
{
  color: #990000;
}

.page-content-signup .page-login .page-login-field span.before
{
  font-weight: 500;
}



@media (max-width: 550px)
{
  .page-content.login-style-page-content
  {
    padding-top: 10px;
  }
  .page-content-signup
  {
    padding-top: 0px !important;
  }
  .page-content-signup .login_wrapper
  {
    padding-top: 5px !important;
  }
}




.label
{
  background: #efefef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 8px;
  font-size: 11px;
}

.label.label-success
{
  background: #8bd13e;
  color: #fff;
}
.label.label-danger
{
  background: #d93748;
  color: #fff;
}
.label.label-info
{
  background: #2faeb9;
  color: #fff;
}



#header .label
{
    position: absolute;
    background: #fff;
    color: #000;
    border: none;
    height: 15px;
    line-height: 15px;
    width: 15px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top: 5px;
    right: 5px;
    padding: 0;

}

#header .label-info
{
    background: #08fce1;
}

.menu-large .menu-item i.label,
.menu-large .submenu-item i.label
{
    height: 15px;
    line-height: 15px;
    width: 15px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff !important;
    padding: 2px 5px !important;
    font-size: 11px;
}



.newBusinessDiv
{
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 20px;
  /*background: #fafafa;*/
  margin-bottom: 0px;
  border-top:1px dotted #ccc;
  border-bottom:1px dotted #ccc;
  position: relative;
}

.newBusinessDiv .removeBiz
{
    position: absolute;
    right: 20px;
    top: 10px;
    color: #990000;
    font-size: 20px;

}

.newBusinessDiv + .newBusinessDiv
{
  border-top: 0;
}
.newBusinessDiv h3.full-top
{
  margin-top: 0px !important;
}

.addOptionsPopup
{
  width: 100%;
  text-align: left;
}
.addOptionsPopup p
{
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 8px;
}
.addOptionsPopup .opt
{
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px #ddd solid;
  
}
.addOptionsPopup .opt::before,
.addOptionsPopup .opt::after
{
  display: table;
  clear: both;
  content: '';
}
.addOptionsPopup .opt span
{
  float: left;
    padding-top: 3px;
    color: #000;  
}
.addOptionsPopup .opt .ios-switch
{
  float: right;
}

.addOptionsPopup .opt .ios-switch-label
{
      height: 22px;
}
.addOptionsPopup .opt .ios-switch-label:before
{
      width: 20px;
      right: 23px;
}

.addOptionsPopup .opt:last-child
{
  border-bottom: 1px #ddd solid;
}

.bizNameDiv
{
    background: #000;
    display: block;
    padding: 40px 25px;
    color: #fff;
    margin-bottom: 0px;
    
}
.bizNameDiv h1
{
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.bizNameDiv h1 + p
{
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}


.bizNameDiv .button
{
    margin-top: 15px;
    width: 100%;
    height: 50px;
    line-height: normal;
    font-size: 16px;  
    background: #aa0000;  
    border-color: #660000;
}

.starBoxHidden
{
  display: none;
}

.ratingBox
{
  margin: auto;
  margin-top: 0px;
  /*background: rgba(0,0,0,0.01);*/
  color: #fff;
  max-width: 650px;
  padding: 25px;
  text-align: center;  
  padding-top: 0px;
}
.ratingBox .fa-star
{
  font-size: 25px;
  color: #aaa;
    padding: 0;
    margin: 0;      
  
}
 
.ratingBox .rateStar
{
    width: 45px;
    height: 45px;
    line-height: 38px;
    border: 3px #bbb solid;
    margin-right: 15px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    cursor: pointer;


}

  .ratingBox .rateStar
  {
    width: 60px;
    height: 60px;
    line-height: 48px;
    margin-right: 12px;
    font-size: 30px;
    border: 5px #bbb solid;
  } 

.ratingBox .rateStar.over,
.ratingBox .rateStar.clicked
{
  color: #ff9800;
}



@media (max-width:991px)
{
  .ratingBox .fa-star
  {
    font-size: 20px;
  }
  .ratingBox .rateStar
  {
    width: 50px;
    height: 50px;
    line-height: 40px;
    margin-right: 10px;
    font-size: 24px;
  }  
}

.ratingBox span.none
{
  display: block;
  color: #aaa;
  font-size: 11px;
}
.ratingBox span.que
{
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    /* padding-top: 5px; */
    margin-bottom: 15px;
    text-transform: uppercase;
}

table.text-left td
{
  text-align:left;
  padding-left: 5px;
}
table.myBizPageTable tr td:first-child
{
  max-width: 180px;
  width: 180px;
}

.business-page
{
  padding-top: 0 !important;
  background: #222 !important;
}
.bizPageFooter
{
  padding: 15px 25px;
  color: #fff;
  text-align: center;
}
.bizPageFooter p
{
  color: #fff;
  text-align: center;
  margin-bottom: 10px;

}
.bizPageFooter p img
{
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 150px;
}

.socialRedirect,
.addSocials a
{
  margin: auto;
  display: inline-block;
  padding-right: 10px;
  
}
.addSocials a
{
  padding-right: 5px;
  white-space: unset;
}

.socialRedirect:last-child,
.addSocials a:last-child
{
  padding-right: 0px;
}






.socialRedirect .fa,
.socialRedirect .fab,
.addSocials .fa,
.addSocials .fab,
.visitBoxes .fa,
.visitBoxes .fab
{
    width: 35px;
    height: 35px;
    line-height: 34px;
    margin-right: 10px;
    background: #000;
    color: #fff;
    font-size: 18px;
    text-align: center;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 0;
    margin: 0;      
}
.visitBoxes .fa,
.visitBoxes .fab
{
  margin-right: auto;
}

.socialRedirect .fa-facebook-f,
.addSocials .fa-facebook-f,
.visitBoxes .fa-facebook-f
{
    background: #42599e;
}




.socialRedirect .fa-twitter,
.addSocials .fa-twitter,
.visitBoxes .fa-twitter
{
    background: #1da1f2;
}
                                                                                           
.socialRedirect .fa-instagram,
.addSocials .fa-instagram,
.visitBoxes .fa-instagram
{
    background: #ab3cb1;
}

.socialRedirect .fa-linkedin,
.addSocials .fa-linkedin,
.visitBoxes .fa-linkedin
{
    background: #0074b3;
}
.socialRedirect .fa-snapchat-ghost,
.addSocials .fa-snapchat-ghost,
.visitBoxes .fa-snapchat-ghost
{
    background: #f9f600;
}



.socialRedirect .fa-google-plus-g,
.addSocials .fa-google-plus-g,
.visitBoxes .fa-google-plus-g
{
    background: #db4437;
}

.socialRedirect .fa-tripadvisor,
.addSocials .fa-tripadvisor,
.visitBoxes .fa-tripadvisor
{
    background: #579542;

}        

.socialRedirect .fa-foursquare,
.addSocials .fa-foursquare,
.visitBoxes .fa-foursquare
{
    background: #0732a2;

}

.socialRedirect .fa-star,
.addSocials .fa-star,
.visitBoxes .fa-star
{
    background: #00b67a;

}

.socialRedirect .fa-file,
.addSocials .fa-file,
.visitBoxes .fa-file
{
    background: #fce400;
}

.business-page .socials
{
  text-align: center;
  
}

@media (max-width:450px)
{
  .bizNameDiv
  {
      padding: 25px 15px;
  }
  
  .ratingBox .fa-star
  {
    font-size: 16px;
  }
  .ratingBox .rateStar
  {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 20px;
    border: 2px #bbb solid;
    margin: 0;
    padding: 0;
    margin-right: 5px;
  }  
  .socialRedirect .fa,
  .socialRedirect .fab
  {
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin-right: 5px;
      font-size: 16px;
      margin: 0;
      padding: 0;
  }  
}

.RateThanks
{
  color: #000;
  text-align: center;
}
.RateThanks p,
.errorPRating
{
  color: #000;
  margin: auto;
  text-align: center;
  padding: 0;
  padding-bottom:3px;
}
.RateThanks p.thanks,
.errorPRating
{
  font-size: 20px;
  
}
.errorPRating
{
  color: #990000;
}
.ratingBox .starBox .rateStarLast
{
  margin-right: 0px;
}

.starBox.yourEmailDiv
{
  background:#111;
  padding-top:15px;
}

.starBox
{
    margin: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /* border: 1px #fafafa solid; */
    padding-bottom: 10px;
    background: #fafafa;
    margin-bottom: 10px;
    max-width: 650px;
    background:#000;
}
.starBox label
{
    color: #000;
    font-size: 13px;
    font-weight: 500;
    color:#fff;
}
.starBox .page-login
{
  margin: 0px;
  text-align: center;
  max-width: 100%;
}

.starBox .page-login .fieldCheckbox,.starBox .page-login .fieldCheckbox
{
  max-width: 100%;
}
.visitBoxes
{
    display: block;
    max-width: 650px;
    margin: auto;
    
}
.visitBoxes::before,
.visitBoxes::after
{
    content:'';
    display: table;
    clear: both;
}

.visitBoxes .visitDataBox {
    font-size: 14px;
    float: left;
    width: 16.66666666666667%;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
    padding: 2px;
}



.visitBoxes .visitDataBox .fixedW {
    max-width: 150px;
    margin: auto;
    border: 1px #dadada solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);
    background: #f9f9f9;
    background: -moz-linear-gradient(top,#f9f9f9 0%,#dbdbdb 100%);
    background: -webkit-linear-gradient(top,#f9f9f9 0%,#dbdbdb 100%);
    background: linear-gradient(to bottom,#f9f9f9 0%,#dbdbdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#dbdbdb',GradientType=0);
}

.visitBoxes .visitDataBox .fa,
.visitBoxes .visitDataBox .fab
{
    margin: auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 1px;
}

.visitBoxes .visitDataBox span {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 2px;
}

@media (max-width: 992px)
{
  .visitBoxes .visitDataBox
  {
    width: 33.3333333333%;
  }
  .visitBoxes .visitDataBox .fixedW
  {
    max-width: 120px;
  }
  .visitBoxes .visitDataBox img
  {
      max-width: 30px;
  }  

}


@media (max-width: 600px)
{
  .visitBoxes .visitDataBox
  {
    width: 33%;
  }
  .visitBoxes .visitDataBox .fixedW
  {
    max-width: 110px;
  }
}


@media (max-width: 430px)
{
  .visitBoxes .visitDataBox
  {
    width: 50%;
  }
  .visitBoxes .visitDataBox .fixedW
  {
      max-width: 140px;
  }

}

.doughnutDiv
{
  margin: auto;
  text-align: center;
  max-width:500px; 
}
.ratingDataDiv
{
  margin: auto;
  min-width: 25px;
  padding: 10px;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px #f0f0f0 solid;
  background: #fafafa;
  max-width: 380px;
  text-align: center; 
  margin-top: 10px;
  margin-bottom: 20px; 
}
.ratingDataDiv .starDiv
{
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}
.ratingDataDiv .starDiv:last-child
{
    margin-right:0;
}
.ratingDataDiv .starDiv span.count
{
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-top: 5px;
}
.ratingDataDiv .starDiv .fa-star
{
    width: 45px;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    color: #ff9800;
    background: #eee;
    font-size: 25px;
}

.ratingDataDiv .avgDiv
{
    margin: auto;
    padding: 3px 5px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    /* margin-top: 10px; */
    background: #efefef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ratingDataDiv .avgDiv.wallet
{
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #d74809;
}
.ratingDataDiv .avgDiv.affUrl
{
  font-size: 14px;
  color: #009900;
}

@media (max-width: 450px)
{
  .ratingDataDiv .starDiv .fa-star
  {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    font-size: 16px;
  }
  .ratingDataDiv .starDiv span.count
  {
    font-size: 12px;
    padding-top: 3px;
  }
  .ratingDataDiv .avgDiv
  {
      padding: 2px 3px;
      text-align: center;
      font-size: 13px;
      font-weight: 500;
  }
  .ratingDataDiv .avgDiv.wallet
  {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
  }
  .ratingDataDiv .avgDiv.affUrl
  {
    font-size: 12px;
  }  
  
}


.form-horizontal .combineRange button
{
  width: 40px;
  height: 38px;
  padding: 0;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  margin: 0;
  position: relative;
  top: 2px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;  
}

.form-horizontal .combineRange input.form-control
{
  height: 38px;
  line-height: 38px;
  width: calc((100% - 45px)/2);
  width: -moz-calc((100% - 45px)/2);
  width: -webkit-calc((100% - 45px)/2);
  display: inline-block;
  margin: 0;
}
.form-horizontal .combineRange input.form-control.date_start
{
  -webkit-border-top-right-radius: 0 !important;
  -moz-border-radius-topright: 0 !important;
  border-top-right-radius: 0 !important;
  
  -webkit-border-bottom-right-radius: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  border-bottom-right-radius: 0 !important;

}
.form-horizontal .combineRange input.form-control.date_end
{
  -webkit-border-radius:  0 !important;
  -moz-border-radius:  0 !important;
  border-radius:  0 !important;

}

.qPop
{
  font-size: 15px;
  padding-left: 3px;
}
.menu-modal.customInfoPopup
{
    max-width: 600px;
    margin: auto !important;
    min-width: 300px;
    left: auto;
    right: auto;
    top: 10px !important;
    height: auto !important;
    max-height: 550px;
}
.menu-modal.customInfoPopup::before,
.menu-modal.customInfoPopup::after
{
    content: '';
    display: table;
}
@media (min-width:992px)
{
  .menu-modal.customInfoPopup
  {
    min-width: 500px;
  }
}
.customInfoPopup h1
{
  font-size: 16px;
  margin-bottom: 10px !important;
}
.customInfoPopup p strong
{
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: block;
  color: #2980b9;
}
.customInfoPopup p span.subTextShow
{
  display: block;

}
.customInfoPopup p span.subTextShow span
{
    display: block;
    color: #333;
    font-size: 13px;
    line-height: 18px;
}

@media (max-width: 650px)
{
    .menu-modal.customInfoPopup
    {
      max-height: 450px;
      max-width: calc(100vw - 20px);
      max-width: -moz-calc(100vw - 20px);
      max-width: -webkit-calc(100vw - 20px);
      width: calc(100vw - 20px);
      width: -moz-calc(100vw - 20px);
      width: -webkit-calc(100vw - 20px);
      left: 10px !important;
      
    }
    .customInfoPopup p span.subTextShow span
    {
      font-size: 13px;
      display: inline-block;
      margin-right: 5px;
      line-height: 17px;
    }
    .customInfoPopup p span.subTextShow span::after
    {
        content:'|';
        color: #8cc152;
        padding-left: 5px;
    }
    .customInfoPopup p span.subTextShow span:last-child
    {
      margin-right: 0;
    }
    .customInfoPopup p span.subTextShow span:last-child::after
    {
      display: none;
    }
}

.page-login .page-login-field.tosBox
{
  height: auto;
  line-height: 16px;
  font-size: 11px;
}
.page-login .page-login-field.tosBox a
{
  display: inline;
}
.page-login .page-login-links
{
  text-align: center;
}
.page-login .page-login-links a.to_forgot,
.page-login .page-login-links a.to_login
{
    color: #333;
    display: block;
    float: none;
    margin: auto;
    width: 120px;
    background: #efefef;
    padding: 6px 7px;
    height: auto;
    line-height: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#preloader.overlay2
{
    background: rgba(255,255,255,0.7);
    pointer-events: all;
}
#preloader.overlay2.hide-preloader
{
    pointer-events: none;

}
    
#staff
{
  display: none;
}    

.starBox.staffDiv
{
  background: #dedede;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  position: relative;
  z-index: 3;  
  padding: 0;
  display: none;
  
-webkit-border-top-left-radius: 250px;
-webkit-border-bottom-left-radius: 250px;
-moz-border-radius-topleft: 250px;
-moz-border-radius-bottomleft: 250px;
border-top-left-radius: 250px;
border-bottom-left-radius: 250px;

margin-top: 25px;
margin-bottom: 25px;
  
}
.staffDiv::before,
.staffDiv::after
{
  content: '';
  display: table;
}

.staffDiv .imgx,
.staffDiv .staffText
{
  display: block;
  position: relative;
}
.staffDiv .staffText
{
  position: absolute;
  z-index: 4;
  color: #000;
  height: 20px;
  line-height: 20px;
  padding: 0;
  top: calc((100% - 20px)/2);
  top: -webkit-calc((100% - 20px)/2);
  top: -moz-calc((100% - 20px)/2);
  left: 120px;
  font-size: 15px;
  font-weight: 500;
}
.staffDiv .imgx img
{
  width: 100%;
  height: auto;
  max-width: 90px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  position: relative;
  z-index: 4;  
}
.staffDiv .imgx:before
{
  content:'';
  display: block;
  position: absolute;
  z-index: 3px;
  background: #dedede;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;    
  top: -5px;
  left: -5px;
}


@media (max-width:450px)
{
  .staffDiv .imgx img
  {
      max-width: 80px;
  }
  .staffDiv .imgx:before
  {
    width: 90px;
    height: 90px;
    top: -5px;
    left: -5px;
  }
}

@media (max-width:450px)
{
    table.text-left th,
    table.text-left td
    {
      font-size: 12px;
    }
}

#copyURL
{
  margin-top: 10px;
}
#affUrlInput
{
  position:absolute;
  left:-9999px  
}


.table-responsive div.row
{
    overflow-y: auto;
    overflow-x:auto;
    
}

@media (max-width:992px)
{
    .table-responsive div.row::-webkit-scrollbar
    {
        width: 15px;
        height: 15px;
        border-bottom: 1px solid #eee; 
        border-top: 1px solid #eee;
        display: block;
    }
    .table-responsive div.row::-webkit-scrollbar-thumb
    {
        border-radius: 8px;
        background-color: #C3C3C3;
        border: 2px solid #eee;
    }
    
    .table-responsive div.row::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
    } 


}


.rideHelpDiv p
{
  margin: auto;
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
}
.rideHelpDiv p.p2
{
  margin-bottom: 10px;
  font-weight: 700;
}