﻿html
{
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #fff;
	color: #333;
	font-size: 12px;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	background: url(../../Images/sitebg.jpg) top left repeat-x;
}

a
{
	color: #333;
	outline: none;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
	cursor: pointer;
}

	a:link, a:visited,
	a:active, a:hover
	{
	}

	a:hover
	{
	}

header, footer, hgroup,
nav, section
{
	display: block;
}

mark
{
	background-color: #a6dbed;
	padding-left: 5px;
	padding-right: 5px;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.clear-fix:after
{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

h1, h2, h3,
h4, h5, h6
{
	color: #000;
	margin-bottom: 0;
	padding-bottom: 0;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.75em;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}

	h5 a:link, h5 a:visited, h5 a:active
	{
		padding: 0;
		text-decoration: none;
	}

/* top blue area
----------------------------------------------------------*/
.bluetext
{
	font-size: 13px;
	font-weight: bold;
	color: #005978;
}

.bluetext20px
{
	font-size: 20px;
	font-weight: bold;
	color: #005978;
}
.logos
{
	min-height: 66px;
	padding: 10px 15px;
	padding-left: 200px;
	background: url(../../Images/logo.png) left top no-repeat;
}

.clientlogo
{
	display: inline-block;
	float: left;
	height: 66px;
	padding-left: 15px;
	line-height: 66px;
}

	.clientlogo img
	{
		max-height: 66px;
	}

.wardnametop
{
	font-size: 18px;
	float: right;
	font-weight: bold;
	color: #FFDF00;
}

.top-nav
{
	display: inline-block;
	float: right;
	text-align: left;
}

	.top-nav p
	{
		margin: 0px;
		padding: 0px;
		margin-bottom: 10px;
		text-align: right;
		margin-top: 3px;
	}

.options
{
	display: block;
	float: left;
	text-align: right;
    padding-left: 18px !important;
}

	.options a
	{
		color: #52bef9;
		font-size: 12px;
		margin-left: 12px;
		margin-right: 12px;
		text-decoration: none;
	}

		.options a:hover
		{
			background-color: none!important;
			color: #fff;
		}

.logininfo
{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	clear: both;
	padding-top: 15px;
	display: block;
}

	.logininfo a
	{
		color: #fff;
		font-size: 14px;
		text-decoration: none;
	}

.usertop
{
	background: url(../../Images/logout.png) left 2px no-repeat;
	padding-left: 21px;
	margin-left: 20px;
}

.datetop
{
	background: url(../../Images/date-icon.png) left 2px no-repeat;
	padding-left: 21px;
	margin-left: 20px;
}

.timetop
{
	background: url(../../Images/time-icon.png) left 2px no-repeat;
	padding-left: 21px;
	margin-left: 20px;
}

.dashboardtop
{
	background: url(../../Images/dashboard.png) left 2px no-repeat;
	padding-left: 21px;
	margin-left: 20px;
}

.bookingstop
{
	background: url(../../Images/bookings.png) left 2px no-repeat;
	padding-left: 21px;
	margin-left: 20px;
}


/* login area
----------------------------------------------------------*/



.login-area
{
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	background-color: #f5f5f5;
	padding: 25px;
	border: 1px solid #e2e2e2;
	width: 500px;
	margin: 0px auto;
	margin-top: 80px;
}

.login-heading
{
	font-size: 18px;
	color: #005978;
	display: block;
	line-height: 35px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	/*margin-bottom: 20px;*/
}

.div-fields
{
	display: block;
	float: left;
	padding: 8px 0px;
	width: 500px;
	text-align: left;
}

.textpadding
{
	padding: 7px!important;
}

.abcinput
{
	line-height: 30px!important;
	padding-top: 0px!important;
	padding-left: 5px;
	border: 1px solid #ccc;
}

.innerinput
{
	line-height: 22px!important;
	height: 22px!important;
	padding-top: 0px!important;
	padding-top: 8px;
	margin-bottom: 10px!important;
}

	.innerinput td li, .innerinput td, .innerinput td input
	{
		margin-bottom: 0px!important;
		padding: 2px 4px 0px!important;
	}

ul.rcbList li
{
	padding: 4px!important;
}

.innerinput td li, .innerinput td, .innerinput td input
{
	margin-bottom: 0px!important;
	padding: 1px 4px!important;
}

ul.rcbList li
{
	padding: 4px!important;
}

.singinbutton
{
	padding: 5px 15px!important;
	margin-left: 150px;
}


.login-text
{
	padding: 25px;
	width: 950px;
	margin: 0px auto;
	text-align: center;
}

.redd
{
	color: red;
}
/* main layout
----------------------------------------------------------*/
.content-wrapper
{
	margin: 0 auto;
	max-width: 960px;
}

#body
{
	background-color: #efeeef;
	clear: both;
	padding-bottom: 35px;
}

.main-content
{
	background: url("../Images/accent.png") no-repeat;
	padding-left: 10px;
	padding-top: 30px;
}

.featured + .main-content
{
	background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper
{
	padding-top: 20px;
}

footer
{
	clear: both;
	background-color: #e2e2e2;
	font-size: .8em;
	height: 100px;
}



/********************
*   Dashboard *
********************/

.dboard-wrapper
{
	width: 960px;
	margin: 20px auto 10px;
	display: block;
}

.dboard-heading
{
	padding-left: 55px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	font-size: 16px;
	display: inline-block;
	float: left;
	background: url(../../Images/dboard-heading-image.png) left top no-repeat;
}

.booking-activity-button
{
	/*background-color: #ff8000;*/

	padding: 10px 0px;
	text-align: center;
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: bold;
	/*float: right;*/
}




.dboard-col1
{
	width: 400px;
	margin-right: 7px;
	display: block;
	float: left;
	margin-top: 15px;
}

.col1headings
{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	display: block;
	padding: 0px 0px 20px 0;
}

.dboard-blueblock-admin
{
	width: 380px;
	max-height: 421px;
	height: 421px;
	margin-bottom: 7px;
	display: block;
	float: left;
	padding: 20px 0px 0px 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}



.dboard-blueblock
{
	width: 340px;
	height: 85px;
	margin-bottom: 7px;
	display: block;
	float: left;
	padding: 20px 0px 0px 60px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

	.dboard-blueblock a
	{
		color: #0A5B83;
		font-weight: normal;
		margin-right: 20px;
		display: inline-block;
		float: left;
		cursor: pointer;
        border: 1px solid #ABD5D4;
 		padding: 5px 8px;
  		margin-right: 15px;
  		display: inline-block;
  		border-radius: 3px;
          font-size:14px;
          text-transform:uppercase;
          background-color:#fffefd;

	}

.nomargin-right {
    margin-right:0px!important;
}
    
		.dboard-blueblock a:hover
		{
			color: #ff8000;
		}

.dboard-patient-taxi
{
	background: url(../../Images/patient-taxi-icon.png) left top no-repeat #e1f1f7;
}

.dboard-admin-info
{
	background: url(../../Images/info-admin.png) left top no-repeat #e1f1f7;
}

.dboard-staff-taxi
{
	background: url(../../Images/staff-taxi-icon.png) left top no-repeat #e1f1f7;
}

.dboard-goods-taxi
{
	background: url(../../Images/goods-taxi-icon.png) left top no-repeat #e1f1f7;
}

.dboard-ambulance
{
	background: url(../../Images/ambulance-icon.png) left top no-repeat #e9f1d8;
	height: 88px;
}


.dboard-col2
{
	width: 301px;
	margin-right: 7px;
	display: block;
	float: left;
	margin-top: 15px;
}

.dboard-col2-search
{
	background-color: #f5f5f5;
	padding: 20px 20px 44px 20px;
	display: block;
	margin-bottom: 7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.dboard-search-heading
{
	color: #000;
	display: block;
	padding-left: 25px;
	line-height: 16px;
	background: url(../../Images/dboard-search-icon.png) left top no-repeat;
	font-size: 16px;
  font-weight: bold;
  
}

.dboard-search-heading-input
{
	padding: 5px!important;
	float: left;
	margin-right: 5px;
	display: inline-block;
	width:140px;
}

.dboard-search-button
{
	color: #fff;
	font-size: 15px;
	background-color: #404040;
	padding: 5px 15px 5px;
	border:1px solid #111;
	display: inline-block;
	margin-top: 0px;
	float: right;
    border-radius:4px;

}

    .dboard-search-button:hover {
    background-color: #ff8000;
    border:1px solid #ff8000;
    }

.dboard-col2-summary
{
	background-color: #f5f5f5;
	padding: 20px;
	display: block;
	margin-bottom: 7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	min-height: 245px;
}

.dboard-col2-summary-label
{
	font-size: 16px;
	color: #005978;
	display: block;
	text-align: center;
	font-weight: normal;
	line-height: 30px;
}

.dboard-col2-summary-number
{
	font-size: 75px;
	color: #005978;
	display: block;
	text-align: center;
	line-height: 100%;
	cursor: pointer;
}

.dboard-summary-onethird
{
	width: 33%;
	text-align: center;
	float: left;
	display: block;
	color: #808080;
}

	.dboard-summary-onethird span
	{
		font-size: 26px;
		color: #005978;
		display: block;
		text-align: center;
	}

	.dboard-col3a
{
	width: 245px;
	display: block;
	float: left;
	text-align:center;
	background-color: #ff8000;
	margin-top: 15px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;

}

    .dboard-col3a:hover {
background-color:#000;
cursor:pointer;
}

.dboard-col3
{
	width: 205px;
	display: block;
	float: left;
	background-color: #f5f5f5;
	margin-top: 7px;
	padding: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	min-height: 356px;
	height: 356px;
}

.dboad-col3-heading
{
	padding-left: 35px;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	display: block;
	background: url(../../Images/dboard-col3-info.png) left top no-repeat;
	font-weight: bold;
}

.information-options
{
	display: block;
	padding: 15px 0 0 30px;
}

	.information-options a
	{
		font-size: 14px;
		line-height: 38px;
		color: #005978;
		display: block;
	}

		.information-options a:hover
		{


			color: #000;
			display: block;
		}

		.information-options a img
		{
			display: inline-block;
			margin-right: 7px;
			margin-bottom: -2px;
		}


.fpage-rounded-footer
{
	width: 1210px;
	display: block;
	float: left;
	background-color: #d6d6d6;
	margin-top: 0px;
	padding: 5px 10px!important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	color: #515151;
	font-size: 12px;
}


.dboard-footer-col1
{
	width: 689px;
	display: block;
	float: left;
	background-color: #d6d6d6;
	margin-top: 0px;
	padding: 5px 10px!important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin-right: 7px;
	color: #515151;
	font-size: 12px;
}

	.dboard-footer-col1 table tr td img
	{
		display: inline-block;
		float: left;
		margin-right: 5px;
		margin-top: 4px;
	}

.dboard-footer-col1-span
{
	font-size: 15px;
	font-weight: bold;
	color: #005978;
}

.footer-user-email
{
	background: url(../../Images/footer-user-email-icon.png) left top no-repeat;
	padding-left: 18px;
}

.dboard-footer-col2
{
	width: 170px;
	float: left;
	background-color: #d6d6d6;
	margin-top: 0px;
	padding: 7px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.dboard-footer-col2a
{
	width: 244px;
	float: left;
	background-color: #006C94;
	margin-top: 0px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-align: center;

}
.private-taxi
{
	display:inline-block;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding-left:25px;
		padding: 9px 10px 8px 32px;
		background:url(../../Images/single-taxi.png) 0px 7px no-repeat;
		background-size:18%;
}

.footer-ambinet
{
	color: #005978;
	font-size: 11px;
	background: url(../../Images/fambinetlogo-sml.png) left top no-repeat;
	padding-left: 18px;
}
/********************
*   Mobile Styles   *
********************/

.footer
{
	width: 960px;
	display: block;
	margin: 0px auto;
	padding: 15px 0px;
	margin-top: 25px;
	border-top: 1px solid #eee;
	font-size: 13px;
}

.videobtn
{
	display: inline-block;
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px solid #005978;
	float: left;
}

.vid-btn
{
	background: url(../../Images/vid-icon.png) left top no-repeat;
	padding-left: 24px;
}

.footer-journey-summary
{
	display: inline-block;
	padding-right: 10px;
	margin-right: 25px;
	float: left;
	color: #808080;
}

	.footer-journey-summary span
	{
		color: black;
		margin-right: 15px;
		font-weight: bold;
		margin-left: 5px;
	}


.copyrights
{
	color: #808080;
	padding-left: 25px;
	background: url(../../Images/fambinetlogo.png) left top no-repeat;
	float: right;
}




/********************
*   Mian   *
********************/

.main
{
	width: 1240px;
	display: block;
	margin: 0px auto;
	background-color: #f5f5f5!important;
}


.contents
{
	width: 980px;
	padding: 0px 10px 30px 0px;
	float: left;
	border-right: 1px solid #FF8000;
	background-color: #fff!important;
}

.page-heading
{
	/*
    font-size: 16px;
	color: #fff;
	display: block;*/
    font-size: 24px;
    color: #FFDF00;
    display: block;

}

	.page-heading img
	{
		display: inline-block;
		float: left;
		margin-top: 18px;
		margin-right: 10px;
	}

.labeltag
{
	padding-left: 45px;
}

.festival-name
{
	color: #005978;
	font-weight: bold;
}

.fifty
{
	width: 47%;
	float: left;
	padding-top: 15px;
	padding-left: 3%;
}

.numbers
{
	font-size: 16px;
	color: #005978;
	display: block;
	clear: both;
	width: 90%!important;
	padding-left: 0px !important;
	
}


.numbersx
{
	font-size: 16px;
	color: #005978;
	font-weight: bold;
	padding-left: 0px !important;
    line-height:40px;
}

	.numbers strong
	{
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		background-color: #FF8000;
		color: #fff;
		border: 1px solid #FF8000;
		display: inline-block;
		float: left;
		margin-right: 5px;
		font-weight: bold;
		font-size: 13px;
		width: 17px;
		height: 17px;
		line-height: 16px;
		text-align: center;
		font-size: 12px;
		margin-right: 10px;
	}

	.numbers i
	{
		color: #005978;
		font-size: 12px;
		font-weight: normal;
	}

.form-blocks
{
	padding: 0px;
	margin-top: 16px;
	display: block!important;
	float: left;
	clear: both;
	font-size:14px;
	/*min-height:180px;*/
    margin-bottom:30px;
	
	
}

	.form-blocks span
	{
		width: 161px;
		display: inline-block;
		float: left;
		margin-bottom: 15px;
	height: 11px;
}

	.form-blocks input[type="text"], .form-blocks select
	{
		display: inline-block;
		float: left;
		margin-bottom: 5px;
		font-family:"Segoe UI", Verdana, Helvetica, Sans-Serif !important;
		font-size:14px;
	}

 textarea {
	font-family:"Segoe UI", Verdana, Helvetica, Sans-Serif !important;
    }
	

	.form-blocks textarea, .form-blocks select
	{
		border:1px solid #e5e5e5;
        /*padding:2px 5px;*/
        /*height:26px !important;*/
	}

	.form-blocks table
	{
		margin-left: 30px;
	}

		.form-blocks table tr td
		{
			vertical-align: top!important;
			padding: 0px;
	margin-left: 80px;
}



.footer-buttons
{
	clear: both;
	display: block;
	float: left;
	border-top: 1px solid #ccc;
	width: 95%;
	padding: 20px 0px;
	/*margin-top: 20px;*/
	text-align: center;
}

.back-button
{
	display: inline-block;
	float: left;
   font-size:15px; 
    text-transform:uppercase;
}

.booking-button
{
	display: inline-block;
	float: right;
}

.footer-buttons a
{
	display: inline-block;
	padding: 10px 25px ;
	background-color: #333;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
    font-size:15px;
    text-transform:uppercase;
	/*height: 24px;*/
}

	.footer-buttons a:hover
	{
		background-color: #FF8000;
	}

.sidebar
{
	width: 219px;
	padding: 20px 0px 30px 30px;
	float: left;
	font-size: 16px;
}

.approx-costs
{
	color: #ff8000;
	font-size: 30px;
	display: block;
	padding-bottom: 25px;
}

.distance
{
	color: #005978;
	font-size: 30px;
	display: block;
	padding-bottom: 25px;
}

.distanceDetail {
	color: #005978;
	font-size: 12px;
	display: block;
	padding-bottom: 25px;
}


.carbon-fprint
{
	color: #222;
	font-size: 30px;
	display: block;
	padding-bottom: 25px;
}

.cost-centre
{
	color: #005978;
	font-size: 24px;
	display: block;
	padding-bottom: 25px;
}

.atom-ref
{
	color: #005978;
	font-size: 30px;
	display: block;
	padding-bottom: 25px;
}



.copy-btn
{
	background-color: #0A5B83;
	padding: 4px 15px;
	font-size: 15px;
	display: inline-block;
	color: #fff;
	margin-left: 8px;
    border:none;
}

.copy-btnx
{
	background-color: #0A5B83;
	padding: 4px 8px 6px;
	font-size: 13px;
	display: inline-block;
	color: #fff;
	margin-left: 0px;
    border:none;
}

.no-width
{
	width: auto!important;
}



.full-bgcolor
{
	display: block;
	padding: 15px;
	background-color: #f1f1f1;
	border: #f5f5f5;
	width: 92%;
}

.full-bgcolor-full
{
	display: block;
	padding: 15px;
	background-color: #f1f1f1;
	border: #f5f5f5;
    margin-bottom:20px;
	
}

.full-simple
{
	display: block;
	padding: 15px;
}

.p-number
{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.nowidth
{
	width: auto!important;
}

.paddingrf
{
	padding-left: 5px;
	padding-right: 20px;
	color: #005978;
}


.fbutton-single a
{
	display: inline-block;
	padding: 5px 25px 7px;
	background-color: #333;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

	.fbutton-single a:hover
	{
		background-color: #FF8000;
	}

/********************
*   full width pages *
********************/

.fullwidth-wrapper
{
	width: 1240px;
	display: block;
	padding: 0px;
	margin: 0px auto;
}

.fullwidht-contents
{
	padding: 20px 0px;
	display: block;
}

.span_label
{
	width: 150px;
	display: inline-block;
	float: left;
}

.buttons a
{
	display: inline-block;
	padding: 9px 25px;
	background-color: #333;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

	.buttons a:hover
	{
		background-color: #FF8000;
	}

.orange-buttons a
{
	display: inline-block;
	padding: 9px 25px;
	background-color: #333;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color: #ff8000;
    font-size:15px; 
    text-transform:uppercase;
}

	.orange-buttons a:hover
	{
		background-color: #333;
	}


.red-buttons a
{
	display: inline-block;
	padding: 4px 25px 5px;
	background-color: #c00;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

	.red-buttons a:hover
	{
		background-color: #333;
	}

.blue-buttons a
{
	display: inline-block;
	padding: 9px 25px;
	background-color: #333;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color: #0A5B83;
   /* width: 134px;*/
}

	.blue-buttons a:hover
	{
		background-color: #333;
	}

.buttons input[type=submit], .buttons input[type=button]
{
	display: inline-block;
	padding: 9px 25px;
	background-color: #333;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
        font-size:15px; 
    text-transform:uppercase;
}

	.buttons input[type=submit]:hover, .buttons input[type=button]:hover
	{
		background-color: #FF8000;
	}

table.tdpadding
{
	width: 100%;
}

	table.tdpadding td
	{
		padding-left: 10px;
	}

	table.tdpadding .riTextBox
	{
		padding: 13px 5px!important;
	}

.fullwidth-block
{
	display: block;
	clear: both;
	padding-top: 10px;
}

.nobgnopaddingnohover
{
	background-color: none!important;
	color: inherit!important;
}
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px)
{

	/* header
    ----------------------------------------------------------*/
	header .float-left, header .float-right
	{
		float: none;
	}

	/* logo */
	header .site-title
	{
		margin: 10px;
		text-align: center;
	}

	/* login */
	#login
	{
		font-size: .85em;
		margin: 0 0 12px;
		text-align: center;
	}

		#login ul
		{
			margin: 5px 0;
			padding: 0;
		}

		#login li
		{
			display: inline;
			list-style: none;
			margin: 0;
			padding: 0;
		}

		#login a
		{
			background: none;
			color: #999;
			font-weight: 600;
			margin: 2px;
			padding: 0;
		}

			#login a:hover
			{
				color: #333;
			}

	/* menu */
	nav
	{
		margin-bottom: 5px;
	}

	ul#menu
	{
		margin: 0;
		padding: 0;
		text-align: center;
	}

		ul#menu li
		{
			margin: 0;
			padding: 0;
		}


	/* main layout
    ----------------------------------------------------------*/
	.main-content,
	.featured + .main-content
	{
		background-position: 10px 0;
	}

	.content-wrapper
	{
		padding-right: 10px;
		padding-left: 10px;
	}

	.featured .content-wrapper
	{
		padding: 10px;
	}

	/* page content */
	article, aside
	{
		float: none;
		width: 100%;
	}

	/* ordered list */
	ol.round
	{
		list-style-type: none;
		padding-left: 0;
	}

		ol.round li
		{
			padding-left: 10px;
			margin: 25px 0;
		}

			ol.round li.zero,
			ol.round li.one,
			ol.round li.two,
			ol.round li.three,
			ol.round li.four,
			ol.round li.five,
			ol.round li.six,
			ol.round li.seven,
			ol.round li.eight,
			ol.round li.nine
			{
				background: none;
			}

	/* features */
	section.feature
	{
		float: none;
		padding: 10px;
		width: auto;
	}

		section.feature img
		{
			color: #999;
			content: attr(alt);
			font-size: 1.5em;
			font-weight: 600;
		}

	/* forms */
	input
	{
		width: 90%;
	}



	/* login page */
	#loginForm
	{
		border-right: none;
		float: none;
		width: auto;
	}

		#loginForm .validation-error
		{
			display: block;
			margin-left: 15px;
		}

	#socialLoginForm
	{
		margin-left: 0;
		float: none;
		width: auto;
	}

	/* footer
    ----------------------------------------------------------*/
	footer .float-left,
	footer .float-right
	{
		float: none;
	}

	footer
	{
		text-align: center;
		height: auto;
		padding: 10px 0;
	}

		footer p
		{
			margin: 0;
		}
}
/* END: Mobile Styles */


.rgMasterTable
{
	border: 1px solid #005978;
}


.rgHeader
{
	background-color: #005978!important;
	color: #fff!important;
	font-weight: bold!important;
	padding-top: 8px!important;
	padding-bottom: 8px!important;
}

table.symbolkey
{
	width: 100%;
}

	table.symbolkey tr td
	{
		padding: 15px 0px 15px 5px!important;
		border-bottom: 1px solid #f5f5f5;
	}

		table.symbolkey tr td img
		{
			display: inline-block;
			float: left;
			margin-right: 10px;
		}

		table.symbolkey tr td span
		{
			line-height: 24px;
		}

#enq
{font-size:14px;
}
#enq .inputss, #enq .innerinput
{
	padding:5px!important; font-size:14px;
	margin-bottom:5px;
}
	#enq .innerinput
	{
		height:40px!important;
	}

.inputss
{
	border: 1px solid #e5e5e5;
	padding: 2px 4px;
	}

.fright
{
	display: inline-block;
	float: right;
}

.fleft
{
	display: inline-block;
	float: left;
}
.main-admin
{
	width: 1241px;
	display: block;
	margin: 0px auto;
	background-color: #fff!important;
	padding-top: 15px;
}

.page-heading-admin
{
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.admin-setup-sidebar
{
	width: 210px;
	padding-right: 24px;
	border-right: 1px solid #bbb;
	margin-right: 25px;
	float: left;
	font-size: 13px;
	padding-top: 25px;
	padding-left: 40px;
}
	.admin-setup-sidebar hr
	{
		background-color: #bbb;
		border-width: 0;
		color: #bbb;
		height: 1px;
		line-height: 0;
		page-break-after: always;
		text-align: center;
	}

hr:after
{
	font-size: 1.25em;
}


.admin-setup-sidebar a
{
	color: #005978;
	display: block;
	padding: 6px 0px;
}

.inactive-links
{
	color: #bbb!important;
	cursor: default!important;
     border: 1px solid #ddd!important;
     pointer-events:none;

}

.inactive-links-text
{
	color: #bbb!important;
	cursor: default!important;
     pointer-events:none;

    

}

.admin-setup-contents
{
	width: 920px;
	float: left;
	padding-top: 15px;
	padding-left: 20px;
}

.smltext
{
	font-size: 11px;
	color: #808080;
}

.admin-setup-table tr td
{
	padding: 3px 0px;
}
    .admin-setup-table tr td .xpadd {
    padding-left:5px !important;
    }
     .admin-setup-table tr td .inputss{
    padding-left:5px !important;
    }
.big
{
	font-weight:bold;
	font-size:16px;
	line-height:35px;
}
.xpadd
{
	  padding: 6px 0px 6px;
}

.newbtn{
  display: inline-block;
  padding: 10px 25px;
  background-color: #333;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  /* height: 24px; */
	border:1px solid #111;
	height: 44px;
}

.rl-margin
{
	margin: 0 5px;
}
.fleft
{
float:left!important;
}

th.rgHeader a
{
	color:#fff!important;
}

th.rgHeader a:after
{
	content:"↓";
	text-align:right;
	display:inline-block;
	float:right;
}

.bigpadding
{
	padding:8px;
}


.f14 {
    font-size:14px!important;
}
.f15 {
    font-size:15px!important;
}
.f16 {
    font-size:16px!important;
}
.captxt {
    text-transform:uppercase!important;
}
input[type="submit"] {
    cursor:pointer!important;
    text-transform:uppercase!important;
    height: 31px;
}
input[type="button"] {
    cursor:pointer!important;
    
}
.scndrytxt {
font-style:italic!important;
color:#0C96AE;
 font-size:12px;
}

.getqoute {
    background-color:#0A5B83!important;
}
.getqoute:hover {
    background-color:#ff8000!important;
    border:1px solid #ff8000!important;
}

.flred {
    float:left; color:red;
}
.martop20 {
    margin-top:30px; border-radius:5px; margin-left:25px; margin-bottom:10px;

}

.sp {
    font-size: 16px;
  color: #005978;
  padding-right:5px;

  font-weight: bold;
}
.w100px {
width:107px;
}
.w150px {
width:150px;
}

.w200px {
width:200px;
}

.rcbList {
    width: 98% !important;
}
.RadComboBox_Metro .rcbReadOnly .rcbInputCell {
  border-color: #e5e5e5;
  color: black;
  background-color: #FFFFFF!important;
}
.RadComboBox_Metro .rcbArrowCell {
  border-color: #e5e5e5;
  color: black;
  background-color: #FFFFFF!important;
}

.dbgrid .RadGrid_Metro .rgRow > td:first-child {
padding-top:12px;
padding-bottom:12px;
}
.dbgrid .RadGrid_Metro .rgAltRow>td:first-child{
padding-top:13px;
padding-bottom:13px;
}
.zscroll {
height:400px; overflow: scroll; overflow-x:hidden;
}

.zscroll-p-search {
    height: 400px;
    overflow: scroll;
    overflow-x: hidden;
}
.margin-right10 {
    margin-right: 10px;
}

.bordr4 {
    border-radius:4px;
}


.tvideolinks {

    display: inline-block; margin:8px 15px; border-bottom:1px solid #eee; width:235px; float:left; line-height:40px; padding-left:51px; font-size:15px; background:url(../../Images/video-48.png) 10px 0 no-repeat #fff;
}
    .tvideolinks:hover {
        background: url(../../Images/video-48.png) 10px 0 no-repeat #f5f5f5;
    }
td.vidsidebar {
width:300px; padding:0px 30px 20px; border-right:1px solid #ccc;vertical-align:top;
}

    td.vidsidebar a {
        display: block;
        margin:5px;
        border-bottom: 1px solid #eee;
        line-height: 34px;
        padding-left: 45px;
        font-size: 15px;
        background: url(../../Images/video-24.png) 10px 0 no-repeat #fff;
    height: 34px;
}

   td.vidsidebar a:hover {
      border-bottom:1px solid #000;
    }

.vidtd {
    padding:0px 30px 20px;
    vertical-align:top;
}
table.adminupdatejourney { width:100%
}
    table.adminupdatejourney td {
        vertical-align: top;
        padding: 15px;
        margin: 15px;
        background-color:#f5f5f5;
    }

.padrightmarright {
    padding-right:25px; margin-right:20px; border-right:1px solid #eee; font-size:18px; 
}
.blockx {
   
    min-width:150px;
    padding:10px;
    display:block;
    float:left;
    margin-right:5px;
    background-color:#f1f1f1;
    margin-bottom:20px;
}
    .blockx span {
        font-size:14px; 
    }


    .blocky{
   
    width:190px;
    padding:20px;
    display:block;
    float:left;
    margin-right:5px;
    background-color:#f4f4f4;
    margin-bottom:10px;
}

        .sepline {
            margin: 15px 0px; height:1px; background-color:#bababa;
        }

    .blocky span {
        font-size:14px; 
    }
.autowidth input {
    width:15px!important;
}


/*.aprv { width:675px; padding: 15px; background-color: #f1ffe4; margin-right: 10px; float: left; font-size:15px; display: block; margin-bottom:10px;}
.deny { width:675px;padding:15px; background-color:#fff3f3; margin-right:0px; float:left; font-size:15px; display: block;}*/



.aprv { width:315px; padding: 15px; background-color: #f1ffe4; margin-right: 10px; float: left; font-size:15px; display: block; margin-bottom:10px;}
.deny { width:315px;padding:15px; background-color:#fff3f3; margin-right:0px; float:left; font-size:15px; display: block;}

.bigtxt {
font-size:18px;
}

.captxt {
    text-transform: uppercase;
}

.dateright {
float:right; display:inline-block;
}


/*.reports-div {
    width: 844px;
    margin: 20px auto 50px;
  
    
}
.reportbtn {
width:100%; display:block; float:left; margin-top:8px;background-color: #f5f5f5; border:1px solid #e5e5e5;padding:10px; text-align:left; line-height:34px;
}


    .reportbtn img {
        height:32px; width:32px; float:left;  margin-right:12px;
    }

    .reportbtn strong {
    float:left; padding-right:15px; 
    }

.normargin {
    margin-right:0px !important;
}

.reportbtn strong {
    font-weight: normal; font-size:18px; display:block; line-height:30px; color:#005978;
}

a.reportbtn:hover {
background-color: #f5f5f5; border:1px solid #bbb; 
}

a.reportbtn:active {
background-color: #0da81e; border:1px solid #00460c; color:#fff;
}

a.reportbtn:active strong {
color:#fff;
}*/



.reports-div {
    width: 844px;
    margin: 20px auto 50px;
  
    
}
.reportbtn {
width:180px; display:block; float:left;background-color: #f5f5f5; border:1px solid #e5e5e5;padding:10px 10px 10px 10px; text-align:center; 
line-height:20px; margin:8px 8px 8px 0px; min-height:150px;
}


    .reportbtn img {
        height:32px; width:32px;  margin:0px auto;
    }




.reportbtn strong {
    font-weight: normal; font-size:18px; display:block; line-height:24px; color:#005978;  display:block; width:100%;
}

a.reportbtn:hover {
background-color: #fff; border:1px solid #bbb; 
}

a.reportbtn:active {
background-color: #0da81e; border:1px solid #00460c; color:#fff;
}

a.reportbtn:active strong {
color:#fff;
}

.dboard-col2-summary-number:hover {
    color:#ff8000;
}

.festive-staff-heading{
    font-size:30px;width:190px;color:#FF8000;vertical-align:middle;padding:0px 5px 0px 20px;
}

table.staff-fest tr:first-child {
background-color:#f1f1f1;
}

table.staff-fest {
margin-left:0px !important;
border-collapse: collapse;
}

table.staff-fest tr td {
padding-right:11px !important;
padding-left:11px !important;
padding-top: 7px;
padding-bottom:7px;
border:1px solid #ddd;
}

/*Sticker Div Functionality below */
div#wrapper {
    margin:0 auto;
    width:900px;
    background:#FFF;
}
div#mainContent {
    width:560px;
    padding:20px;
    float:left;
}
div#sideBar {
    /*width:230px;
    padding:20px;
    margin-left:30px;
    float:left;*/
}
.clear { 
    clear:both; 
}
div#sticker { 
    
    /*
    margin:20px 0;padding:20px;
    background:#AAA;
    width:190px;*/
}
.stick {
    position:fixed;
    top:0px;
}

.btn-popup-ward-book
{
    padding: 8px 25px; 
    background-color: #2E8D4D; 
    color: #000000; 
    text-decoration: none; 
    border-radius: 3px;
    display: inline-block;
    float:right;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
      border:none;
      width:100px;
  /* height: 24px; 
	    border:1px solid #111;*/


}

.btn-popup-ward-cancel
{
     padding: 8px 25px; 
    background-color: #e5e5e5; 
    color: #000; 
    text-decoration: none; 
    border-radius: 3px;
    display: inline-block;
    float:left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border:1px solid #bbb;
     width:100px;
	

}

.RadControlCSS
{
	height:24px !important;
}



.preloaderX {
	position: absolute; /* Position relative to the container */
	top: 50%; /* Center vertically */
	left: 50%; /* Center horizontally */
	transform: translate(-50%, -50%); /* Adjust to center the element exactly */
}