﻿
/* FORMATTING BLOCKS starts */

body {
	
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	margin:5px 0px; padding:0px;
	color:#424241;
	background-color:#eae9e7;
	
}
p {
	text-align:justify;
	line-height:1.7em;
}

#Content {
	width:1020px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	}

#header {
	width: 1020px;
	height: 120px;

}

td.pagebar {
    border-radius: 8px;
}

/* NEW MENU start */

#primary_nav_wrap
{
	margin-top:15px
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:right;
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-weight:300;

}

#primary_nav_wrap ul a
{
	display:block;
	text-decoration:none;
	font-size:16px;
	padding:0 15px;
	color:#424241;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;	
	border-right: thin #019db5 solid;

}

#primary_nav_wrap ul li:last-child  { border-right: none; margin-right:-15px }

#primary_nav_wrap ul li.current-menu-item
{
	color:#ddd
}

#primary_nav_wrap ul a:hover
{
	color:#019db5;
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}

.menu-line {
	border-right: thin #373636;
	height: 5px; 
	
	}

/* NEW MENU End */

.k-grid tbody .k-button .k-button2, .k-button2 .k-ie8 .k-grid tbody button.k-button .k-button2 {
    min-width: 100%;

}

.k-grid tbody > .k-alt
{
 background-color: #e4e4e4;
}

.k-grid .k-button  {
    margin: 6px .16em;
}

.k-button2{	 
background-color: #019db5;
color: #fff;
border-radius: 6px;
margin: 6px .17em;
box-shadow: none;display: inline-block;
padding: 2px 7px 2px;
font-family: inherit;
line-height: 1.72em;
text-align: center;
cursor: pointer;
text-decoration: none;
}
.k-button2:hover
{
color: #fff;
text-decoration: none;
}


a.k-button2 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.k-ff input.k-textbox {
    height: 2.8em;
}

.logo-block {
	width: 250px;
	float:left;	
	
	}
	
.menu-block {
	float: right;
	margin-top:40px;
	}	
	
#Footer {

	height: 75px;
	padding-bottom: 8px;
	background-color: #019db5;
	color: #fff;
	font-size:13px;
	font-weight:300;
}

a.footer-links:link {
    color: #fff;
}

a.footer-links:visited {
    color: #fff;
}

a.footer-links:hover {
    color: #424241;
	text-decoration:none;
}

a.footer-links:active {
    color: #fff;
}



#banner {
	background-image:url(../images/iTRIP_Home-Cuffs01.png);
	background-repeat:no-repeat; 
	width:1020px;
	height:480px;

}

#banner2 {
	background-image:url(../images/iTRIP_Banner2.png);
	width:815px;
	height:250px;
	margin:0px auto;
	float:left;
}

.animations {
	width:200px;
	height:224px;
	margin-top:10px;
	float:left;
}

#freeKMs {
	background-image:url(../images/Free-Kilometers-ani.gif);
	width:200px;
	height:224px;
	margin-top:10px;
	float:left;
}
#AppLaunch {
	background-image:url(../images/App-Launch-ani.gif);
	width:200px;
	height:224px;
	margin-top:10px;
	float:left;
	
	}

.clear {
	clear:both
}


#what{
	width:700px;
	height:100px;
	clear:both;

}

#join{
	width:200px;
	height:100px;
	clear:both;
	margin:0px auto;
}

#how{
	background-image:url(../images/DontLet-bar.png);
	width:600px;
	height:314px;

}

#operating-hours{
	width:398px;
	height:200px;
	clear:both;
	margin:0px auto;
	padding-left:15px;
}

#services{
	width:398px;
	height:400px;
	clear:both;
	margin:0px auto;
	padding-left:15px;
}


.line {
	background-image:url(../images/bottom-underline.png);
	width: 100%;
	height: 10px;
}


/* FORMATTING BLOCKS ends */


/* SLIDER */

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 1020px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}


/* COPY STYLES starts */
h1
{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-align: left;
    font-weight: 300;
	
}

h2
{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-size: 18px;
	color:#424241;	
}

h3
{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
  	font-size: 16px;
	color:#fff;	
}

h4
{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
  	font-size: 16px;
	color:#019db5;
	text-transform:uppercase;
}

h5
{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
  	font-size: 14px;
	color:#424241;


}

.booking-heading {
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
  	font-size: 16px;
	color:#424241;
	padding-top: 15px;
}

.booking-subheading {
	   font-family: 'Roboto', sans-serif;
    font-weight: 500;
  	font-size: 14px;
	color:#424241;
	padding: 15px 0;
}

hr.style1{
	border-top: 1px solid #8c8b8b;
}


hr.style2 {
	border-top: 3px double #8c8b8b;
}

hr.style3 {
	border-top: 1px dashed #8c8b8b;
}

hr.style4 {
	border-top: 1px dotted #8c8b8b;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}


hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

.subheading
{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size: 15px;
	color:#424241;
	line-height: 30px;
}
.cities {
	 font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-size: 18px;
	color:#424241;	}

.contact-copy {
	text-align:right;
	font-family:'Roboto', sans-serif;;
	font-size:18px;
	line-height: 20px;
	color: #424241;
	margin-top:-30px;
}

.copy {
	font-family:'Roboto', sans-serif;
	font-size:10px;
	color:#424241;
	text-align:justify;
}

.copy-big {
	font-family:'Roboto', sans-serif;
	font-size:13px;
	color:#424241;
	text-align:justify;
}

.white-copy {
	font-family:'Roboto', sans-serif;
	font-size:11px;
	color:#FFF;
	line-height:21px;
	text-align:justify;
}

.white-copy-big {
	font-family:'Roboto', sans-serif;
	font-size:18px;
	color:#FFF;
	line-height:25px;
	font-weight:300;
}



.table-heading  {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	color:#019db5;
	font-weight:400;
	border-bottom:thin #333 solid;
}
.small-copy  {
	font-family:'Roboto', sans-serif;
	font-size: 0.95em;
	

}

.blue_copy {
	color: #019db5;

}

.heading {
	color: #019db5;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
}

.white-heading {
	color: #fff;
	font-size:15px;
	font-weight:300;
	text-transform:uppercase;
}



ol
{
	line-height:25px;
	text-align:justify;
}


ul.TMH {

	list-style-image:url(../images/iTrip-bullet.png);
	line-height:2em;
	margin-left:10px;
	
}


ul.why {

	list-style-image:url(../images/iTrip-bullet.png);
	line-height:2.5em;
	
}

a { color: #424241; text-decoration: none; }
a:hover { color: #019db5; text-decoration:underline; }

.services
{
border: 1px solid #424241;
}

.bullet-col {
	width:50%;
	float:left;
}


/* COPY STYLES ends */




.field-validation-error {
	color:red;

	}
	
	.address_textbox
	{
	    width:250px;
	}
	
/* Backoffice */
	
	table.regtable
{
    width:50%;
    color:#84878d;
    padding-right:10px;
}

table.regtable td
{
	
}

table.regtable th
{
    background-color:#eaeaea;
    font-weight:bold;
}


.backofficelogin{
	float:right;
padding: 15px 10px 0 0;
	}
	
	.cleaner{
	clear:both;

	}


	
	/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }



.home-button {
	width:200px;
	height: 40px;
	background:#019db5;
	border-radius: -5px;
	margin: 5px;
	padding: 5px 5px 6px 4px;
	}
.home-button-in {
	color:#fff;
	border:#ffdd00 dashed 2px;
	margin: 5px;
	padding:5px;
	}


/* POP-UP */

.box {
  width: 70%;
  margin: 0 0 15px 0;
  padding: 8px;
  border: 2px solid #ffdd00;
  background-clip: padding-box;
  text-align: center;
  float:left;
 

}

.button {
  font-size: 1em;
  padding: 2px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;

}
.button:hover {
  color: #019db5;
	 text-decoration: none;
}


.button-backend {
    background-color: #019db5; 
    border: none;
    color: #fff;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 4px;
	width: auto;
}


.button-backend:hover {
    background-color: #ffdd00; 
    color: #6a6968;
}


.button-add {
    background-color: #6a6968; 
    border: none;
    color: #fff;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 4px;
	width: auto;
}


.button-add:hover {
    background-color: #ffdd00; 
    color: #6a6968;
}



.editbtn {
	background-color: #ffdd00; 
    border: none;
    color: #6a6968;
    padding: 6px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 4px;
	width: auto;
	margin: 10px 0;
}

.editbtn:hover {
    background-color: #019db5; 
    color: #fff;
}




.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 10px auto;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
  top:100px;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-weight:300;
  margin: 10px 0 0 20px;
}
.popup .close {
  position: absolute;
  top: 10px;
  right: 20px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #019db5;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}



::-webkit-input-placeholder { color:#C6C6C6; }
::-moz-placeholder { color:#C6C6C6; } /* firefox 19+ */
:-ms-input-placeholder { color:#C6C6C6; } /* ie */
input:-moz-placeholder { color:#C6C6C6; }


input[type=text] {
    width: 100%;
    padding: 8px 8px;
    margin: 2px 5px 2px 0;
    box-sizing: border-box;
	border: 1px solid #999;
border-radius: 5px ;
-moz-border-radius: 5px ;
-webkit-border-radius: 5px ;
}


input[type=password] {
    width: 100%;
    padding: 10px 8px;
    margin: 2px 5px 2px 0;
    box-sizing: border-box;
	border: 1px solid #999;
border-radius: 5px ;
-moz-border-radius: 5px ;
-webkit-border-radius: 5px ;
	
}

input.k-textbox {
    height: 3.1em;
    text-indent: .33em;
    line-height: 1.6em;
}


input, textarea, keygen, select {
    text-rendering: auto;
    color: #424241;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    margin: 0;
	padding: 6px;
  	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}

input, textarea, keygen, select,  meter, progress {
    -webkit-writing-mode: horizontal-tb;
}

textarea {
    -webkit-appearance: textarea;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    flex-direction: column;
    resize: auto;
    cursor: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-width: 1px;
    border-style: solid;
 
    padding: 5px;
	width:100%;
	border: 1px solid #999;
border-radius: 5px ;
-moz-border-radius: 5px ;
-webkit-border-radius: 5px ;
}


/* OLD MENU start */

.menu {
	height:30px;
	float:right;
	padding-top:20px;
	list-style: none;
	color:#373636;
	}

.menu li {
	padding: 0;
	margin: 0;
	height: 30px;
	margin-left: 1em;
	list-style: none;

}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 30px;
	
}

.menu li a:hover {
	color:#019db5;
text-decoration: none;
	text-indent: -9999px;
	height: 30px;
	
}

.sign-up { width: 200px; height: 60px; padding-bottom:6px; }
.sign-up a { display: block; width: 200px; height: 6-px; background: url(../images/Sign-up.jpg) no-repeat top left;}
.sign-up a:hover { background-position: bottom left;}




.button1 { width: 80px; height: 30px; padding-bottom:6px; }
.button1 a { display: block; width: 80px; height: 30px; background: url(../images/iTRIP-Menu-iAm.png) no-repeat top left;}
.button1 a:hover { background-position: bottom left;}

.button2 { width: 80px; height: 30px; padding-bottom:6px; }
.button2 a { display: block; width: 80px; height: 30px; background: url(../images/iTRIP-Menu-iDo.png) no-repeat top left;}
.button2 a:hover { background-position: bottom left;}

.button3 { width: 80px; height: 30px; padding-bottom:6px; }
.button3 a { display: block; width: 80px; height: 30px; background: url(../images/iTRIP-Menu-iAsk.png) no-repeat top left;}
.button3 a:hover { background-position: bottom left;}

.button4 { width: 80px; height: 30px; padding-bottom:6px; }
.button4 a { display: block; width: 80px; height: 30px; background: url(../images/iTRIP-Menu-iJoin.png) no-repeat top left;}
.button4 a:hover { background-position: bottom left;}

.button5 { width: 80px; height: 30px; padding-bottom:6px; }
.button5 a { display: block; width: 80px; height: 30px; background: url(../images/iTRIP-Menu-iMeet.png) no-repeat top left;}
.button5 a:hover { background-position: bottom left;}

.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; }

/* MENU ends */


/* Old Menu roll-overs */

.signup1 { width: 92px; height: 37px; padding-bottom:6px; }
.signup1 a { display: block; width: 92px; height: 37px; background: url(../images/iTRIP-Sign-up-1.png) no-repeat top left;}
.signup1 a:hover { background-position: bottom left;}

.signup2 { width: 92px; height: 37px; padding-bottom:6px; }
.signup2 a { display: block; width: 92px; height: 37px; background: url(../images/iTRIP-Sign-up-2.png) no-repeat top left;}
.signup2 a:hover { background-position: bottom left;}

.signup3 { width: 92px; height: 37px; padding-bottom:6px; }
.signup3 a { display: block; width: 92px; height: 37px; background: url(../images/iTRIP-Sign-up-3.png) no-repeat top left;}
.signup3 a:hover { background-position: bottom left;}

.signup4 { width: 92px; height: 37px; padding-bottom:6px; }
.signup4 a { display: block; width: 92px; height: 37px; background: url(../images/iTRIP-Sign-up-4.png) no-repeat top left;}
.signup4 a:hover { background-position: bottom left;}

.signup5 { width: 92px; height: 37px; padding-bottom:6px; }
.signup5 a { display: block; width: 92px; height: 37px; background: url(../images/iTRIP-Sign-up-5.png) no-repeat top left;}
.signup5 a:hover { background-position: bottom left;}




.statusdot {
    width: 16px;
    height: 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.statusdot.green{
    background: #5dd85d;
}

.statusdot.red{
     background: #ff5656;
}

.statusdot.orange{
     background: #e99125;
}

.statusdot.grey{
     background: rgba(0, 0, 0, 0.5);
}

tr.k-alt {
    background-color: #f8f7fa;
}

fl-right{
    float:right;
}

fl-left{
    float:left;
}

fl-clear{
    clear:both;
}






/* -----SPINNER -----*/

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 99999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/** --- END SPINNER*/


.roomy10 {
	padding: 10px 0;
}

.roomy20-sides {
	padding: 0 20px;
}

.roomy20-top {
	padding: 20px 0;
}

.roomy20-all {
	padding: 20px;
}

.fl-right{
    float:right;
}

.fl-left{
    float:left;
}

.hidden{
    display:none;
}

.pointer{
    cursor:pointer;
}


.jconfirm .jconfirm-box div.jconfirm-title-c {
    display: block;
    font-size: 20px;
    line-height: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    padding: 10px 0;
}