/* TODO (DP) Should be checked and redefined! */

button:focus {
	outline: 0;
}

/* JQuery Datepicker Style */

select[class="ui-datepicker-month"], select[class="ui-datepicker-year"] {
	padding: 0;
}

div[id="ui-datepicker-div"] {
	font-size: 0.85em;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	height: 2.5em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 2px;
}

/* Error page(s) style */
.errorPage {
	height: 100%;
	text-align: center;
	background-color: white;
}

.errorPage div {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.errorPage table#wrapperTable {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: midle;
}

.errorPage table#contentTable {
	margin: auto;
	text-align: center;
	vertical-align: midle;
	border-color: #990000;
	border-style: double;
	border-spacing: 4px;
	background-color: white;
}

.errorPage td#contentCell {
	padding: 10px;
	text-align: left;
	color: black;
	font-family: arial, verdana;
	font-size: smaller;
}

.errorPage h4 {
	font-size: larger;
}

@media only screen and (max-width: 40em) {
	.tooltipCustom {
		outline: none;
		font-weight: lighter;
		text-align: left;
	}
	
	.tooltipCustom strong {
		line-height: 30px;
	}
	
	.tooltipCustom:hover {
		text-decoration: none;
	}
	
	.tooltipCustom span {
		z-index: 10;
		display: none;
		padding: 14px 20px;
		margin-left: 13px;
		margin-top: -35px;
		width: 120px;
		line-height: 16px;
	}
	
	.tooltipCustom:hover span {
		display: inline;
		position: absolute;
		color: #111;
		border: 1px solid #DCA;
		background: #fffAF0;
	}
	
	.calloutCustom {
		z-index: 20;
		position: absolute;
		top: 30px;
		border: 0;
		left: -12px;
	}
}

@media only screen and (max-width: 20em) {
	.tooltipCustom span {
		width: 100px;
	}
}

@media ( min-width : 40.063em) {
	.tooltipCustom {
		outline: none;
		font-weight: lighter;
		text-align: left;
	}
	
	.tooltipCustom strong {
		line-height: 30px;
	}
	
	.tooltipCustom:hover {
		text-decoration: none;
	}
	
	.tooltipCustom span {
		z-index: 10;
		display: none;
		padding: 14px 20px;
		margin-left: 13px;
		margin-top: -35px;
		width: 250px;
		line-height: 16px;
	}
	
	.tooltipCustom:hover span {
		display: inline;
		position: absolute;
		color: #111;
		border: 1px solid #DCA;
		background: #fffAF0;
	}
	
	.calloutCustom {
		z-index: 20;
		position: absolute;
		top: 30px;
		border: 0;
		left: -12px;
	}
}

/*CSS3 extras*/
.tooltip span {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 5px 5px 8px #CCC;
	-webkit-box-shadow: 5px 5px 8px #CCC;
	box-shadow: 5px 5px 8px #CCC;
}

.tableCustom {
	border-style: solid;
	border-width: 1px;
	border-color: #d9d9d9;
	text-align: center;
	width: 100%;
}

.tableCustom tr td {
	border-style: solid;
	border-width: 1px;
	border-color: #d9d9d9;
	text-align: center;
	min-height: 2.35em;
}

.tableCustom tr:hover {
	background-color: #DDE9E7;
}

.allWhiteRows tr td {
	background-color: white;
}

.rowDistinctionTable tr td:not ([id$="excludeDistinction"] ) {
	border-bottom-width: medium;
}

.caption th {
	font-weight: normal;
	background: #d0d0d0;
	text-align: center;
	border: 1px solid #909090;
	color: #eeeeee;
	font-size: 14px;
	background: #333333;
}

.selectableTable .ui-selecting {
	background: #FECA40;
}

.selectableTable .ui-selected {
	background: #F39814;
	color: white;
}

.selectableTable .markRow {
	background: #eea69d !important;
	outline: thin solid #c60f13;
}

.selectableTable .ui-selected:hover {
	background: #f3bd14;
	color: white;
}

.buttonSpacer {
	margin-left: 0.8em;
	margin-right: 0.8em;
}

.buttonPhotoCap {
	width: 100% !important;	
}

.buttonRight {
	margin-right: 0;
}

.buttonLeft {
	margin-left: 0;
}

.buttonNoRadius {
	border-radius: 0;
	-webkit-border-radius: 0;
}

.floatLeft {
	float: left;
}

.noHoverOnTable tr:hover {
	background-color: transparent;
}

.extraPadding {
	padding: 15px 15px 15px 15px;
}

#recaptcha_area input[type="text"] {
	display: inline-block;
	height: auto;
}

.right-off-canvas-info {
	background: #e5e5e5;
	padding-top: 3.75em;
	padding-left: 0.75em;
	top: -3.0em;
	overflow-y: scroll;
	overflow-x: hidden;
}

.textGreen {
	color: green;
}

.textBlue {
	color: blue;
}

.textOrange {
	color: orange;
}

.textRed {
	color: red;
}

.textBlack {
	color: Black;
}

.textGray {
	color: #999999;
}

.MenuWithoutBullets li {
	margin: 10px 10px 0px 50px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

.divCard {
	width: 30%;
	min-width: 210px;
	height: 100px;
	background: #008cba;
	position: relative;
	margin: 15px 15px;
	line-height: 33px;
	font-size: 1.5em;
	overflow: hidden;
	text-align: center;
	color: white;
	display: table;
	font-family: Segoe UI, Tahoma, Verdana, Arial, sans-serif;
	cursor: pointer;
	float: left;
}

.divCard div {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}

.divCard[id$="NotificationCard"] {
	height: 250px;
	font-size: 1.35em;
	cursor: default;
}

.serversNotificationCard[id$="NotificationCard"] {
	height: 170px;
}

.divCard[id$="NotificationCard"] div {
	display: block;
	vertical-align: middle;
	padding: 15px;
	text-align: left;
	margin-left: 13px;
	line-height: 28px;
	cursor: default;
}

.divCard[id$="NotificationCard"] ul {
	list-style: none;
	font-size: 0.6em;
	text-align: left;
	width: 100%;
	vertical-align: middle;
	padding-left: 5%;
	position: absolute;
	bottom: 0;
}

.divCard[id$="NotificationCard"] ul li .dashboardButtons {
	display: block;
	width: 41%;
	height: 28px;
	position: relative;
	float: left;
	background: white;
	color: #008cba;
	font-size: 1em;
	text-align: center;
	padding: 0;
	margin: 0 11px 0 0;
	cursor: pointer;
}

.divCard[id$="NotificationCard"] ul li a {
	color: white;
}

.divCard[id$="NotificationCard"] hr {
	width: 85%;
	border-width: thin;
	border-color: white;
}

.rightTextAlign {
	text-align: right;
}

.whiteAndGrayTable {
	border: solid 0px #dddddd;
	margin-left: 0;
	width: 100%;
}

.whiteAndGrayTable * {
	list-style: none;
	line-height: 1;
	font-size: 14px;
}

.whiteAndGrayTable .whiteAndGrayTd {
	padding-left : 0;
	padding-right: 0;
}

.whiteAndGrayTable .cta-button {
	font-size: 16px;
	padding-bottom: 0.55em;
	padding-top: 0.55em;
	padding-left: 0.55em;
}

.whiteAndGrayTable .cta-dropdown {
	vertical-align: middle;	
}

.whiteAndGrayTable .cta-thin-row {
	vertical-align: middle;
	padding-bottom: 0.15em;
	padding-top: 0.15em;
}

.whiteAndGrayTable tr {   
    background-color: transparent !important;   
}

.whiteAndGraySelect {
	margin: 0;
}

/*CUSTOMISATION START*/
.whiteAndGraySelect:focus{
	outline:3px Solid #ffbf47;
/*CUSTOMISATION END*/}

.leftTextAlign {
	text-align: left;
}

.centerTextAlign {
	text-align: center;
}

.backToTop {
	position: fixed;
	bottom: 5em;
	right: 0px;
	text-decoration: none;
	color: gray;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
	z-index: 100;
}

.backToTop:hover {
	background-color: rgba(135, 135, 135, 0.50);
}

.smallScreenButtonWidth {
	width: 49%;
}

.rightBorderWhite {
	width: 10px;
	border-right-color: white !important;
}

.breakWordCustom {
	max-width: 100px;
	word-wrap: break-word;
}

.leftPadding-30 {
	padding-left: 30px;
}

.reportAvailability {
	max-height: 10px;
	min-width: 10px;
}

.tableDonorData {
	border: solid 1px #dddddd;
	margin-left: 0;
	width: 90%;
	margin-left: 5%;
	font-size: 15px;
}

.tableDonorData * {
	list-style: none;
	line-height: 1;
	color: #000000;
}

.tableDonorData .title {
	background-color: #dddddd;
	padding: 0.6375em 1.25em;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	border-bottom: solid 2px white;
}

.tableDonorData .title-small {
	background-color: #dddddd;
	padding: 0.6375em 1.25em;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	border-bottom: solid 2px white
}

.tableDonorData .title-gray-small {
	background-image: linear-gradient(rgb(140, 140, 140), rgb(128, 128, 128) 60%, rgb(102, 102, 102));
	padding: 0.6375em 1.25em;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	border-bottom: solid 2px white;
	color: white !important;	
}

.tableDonorData .title-gray-small .spanFontColor {	
	color: white ;	
}

.tableDonorData .price {
	background-color: #eeeeee;
	padding: 0.9375em 1.25em;
	text-align: center;
	color: #333333;
	font-weight: normal;
	font-size: 1.25em;
}

.tableDonorData .description {
	background-color: white;
	padding: 0.9375em;
	text-align: center;
	color: #777777;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.4;
	border-bottom: solid 1px #dddddd;
}

.tableDonorData .bullet-item {
	background-color: white;
	padding: 0.6375em 1.25em;
	text-align: left;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	border-bottom: solid 1px #dddddd;
}

.tableDonorData .bullet-item-head {
	background-color: white;
	padding: 0.6375em 1.25em;
	text-align: left;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	border-bottom: solid 1px #dddddd;
}

.tableDonorData .bullet-item-small {
	background-color: white;
	padding: 0.6375em 1.25em;
	text-align: center;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	border-bottom: solid 1px #dddddd;
}

.tableDonorData .cta-button {
	background-color: whitesmoke;
	text-align: center;
	padding: 1.25em 1.25em 0;
}

.tableDonorData .cta-dropdown {
	background-color: whitesmoke;
	vertical-align: middle;
	padding-bottom: 0.25em;
	padding-top: 0.25em;
	padding-left: 1.25em;
	border-bottom: solid 1px #dddddd;
}

.tableDonorData .cta-dropdown-small {
	background-color: whitesmoke;
	vertical-align: middle;
	text-align: left;
	padding-bottom: 0.25em;
	padding-top: 0.25em;
	padding-left: 20%;
	padding-right: 20%;
	border-bottom: solid 1px #dddddd;
}

@media only screen and (max-width: 40em) {
	.donor-data-dirty-flag {
		vertical-align: middle;
		display: none;
		line-height: 27px;
		height: 15px;
		color: white;
		font-size: 30px;
	}
	
	.donor-data-bottom-label  {	
		margin-top: 0.2375em;
		margin-left: 0;		
		font-size: 17px;
		display: none;
	}
	
	.donor-data-bottom-label label  {
		color: #aa010e;
	}
}

@media ( min-width : 40.063em) {
	.donor-data-dirty-flag {
		vertical-align: middle;
		display: none;
		line-height: 20px;
		height: 15px;
		color: #aa010e;
	}
	
	.donor-data-bottom-label  {	
		margin-top: -0.9375em;
		margin-left: 0;
		width: 90% !important;
		margin-left: 5%;
		font-size: 15px;
		display: none;
	}
	
	.donor-data-bottom-label label  {
		color: #aa010e;
	}
}

.fontSize-13 {
	font-size: 13px;
}

.marginTop-10 {
	margin-top: 10px;
}

.leftPadding-20 {
	padding-left: 20px;
}

.pricing-table .title-custom {
	background-color: #dddddd;
	padding: 0.9375em 1.25em;
	text-align: center;
	color: #333333;
	font-weight: bold;
	font-size: 1em;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.displayNone {
	display: none;
}

.htmlCaption1 {
	width: 177px;
	height: 285px;
	display: inline-block;
	background: white
		url(../img/common/slider/custom_img/caption1.png)
		no-repeat 0 0;
	border-radius: 4px;
}

.htmlCaption2 {
	width: 121px;
	height: 168px;
	display: inline-block;
	background: white
		url(../img/common/slider/custom_img/caption2.png)
		no-repeat 0 0;
	border-radius: 4px;
}

.htmlCaption3 {
	width: 190px;
	height: 240px;
	display: inline-block;
	background: white
		url(../img/common/slider/custom_img/caption3.png)
		no-repeat 0 0;
	border-radius: 4px;
}

.htmlCaption4 {
	width: 190px;
	height: 240px;
	display: inline-block;
	background: white
		url(../img/common/slider/custom_img/caption4.png)
		no-repeat 0 0;
	border-radius: 4px;
}

.redColorCustom {
	color: #c60f13;
}

.imageTooltipCustom {
	float: right;
	width: 50px;
	margin-left: 2px
}

.pricingTableFirstTd {
	color: #c60f13;
	font-size: 14px;
}

.pricingTableSecondTd {
	vertical-align: middle;
	font-size: 14px;
}

.fontSize-14 {
	font-size: 14px;
}

.noBorderAndBottomMargin {
	margin-bottom: 0;
	border: 0px;
}

.paddingTop-0_4 {
	padding-top: 0.4em !important;
}

.padding-0 {
	padding: 0 !important;
}

.lableStyleSearchError {
	color: red;
	visibility: hidden;
}

.centerTableData {
	text-align: center;
}

.centerTableData td th tr {
	text-align: center;
}

.contentMap {
	height: 450px;
	margin: 0;
	margin-bottom: 0px;
	width: auto;
}

.row .rowCustomMargin {
	margin: 0 -0.5em;
}

.showMap tr:first-child {
	vertical-align: top;
}

.showMap td:first-child {
	width: 35%;
}

.showMap td:nth-child(2) {
	width: 65%;
	border: 1px solid #A2A4AB;
}

.grayBorder-1 {
	border: 1px solid #dddddd;
}

.geoLocationData {
	text-indent: 20px;
	text-align: middle;
	border: 0px solid #666;
	width: 100%;
	height: 100px;
	overflow: auto;
}

.grayBorder-0 {
	border: 0px solid #dddddd;
}

.emptySpaceHeight-100 {
	width: 100%;
	height: 100px;
}

.smallAndTouchScreenButton {
	width: 100%;
	height: 40px;
}

.widthOnePercent {
	width: 1%;
}

.scrollbarSizeBigScreen {
	width: 100%;
	height: 380px;
	overflow: auto;
}

.scrollbarSizeSmallScreen {
	width: 100%;
	height: 200px;
	overflow: auto;
}

.tableCustomTs {
	border-style: solid;
	border-width: 1px;
	border-color: #d9d9d9;
	text-align: center;
	width: 100%;
}

.tableCustomTs tr td {
	border-style: solid;
	border-width: 1px;
	border-color: #d9d9d9;
	text-align: center;
}

.tableInnerCustom {
	border-style: solid;
	border-width: 0px;
	border-color: #d9d9d9;
	text-align: center;
	width: 100%;
}

.tableInnerCustom tr td {
	border-style: solid;
	border-width: 0px;
	border-color: #d9d9d9;
	text-align: center;
	border-right: 0px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 15px;
}

.padErrorDiv {
	width: 96%;
	padding-left: 2%;
}

.tooltipLabelCustom {
	margin-top: -2px
}

.noMargin {
	margin: 0 0 0 0 !important;
}

.height-30 {
	height: 30px;
}

.height-10 {
	height: 10px;
}

.roundedDiv {
	margin-left: 0px;
	border: 1px solid #A2A4AB;
	border-top-left-radius: 10px 10px;
	height: auto;
	min-height: 500px;
}

.divCustomMargin {
	margin: 0.2em 0 !important;
}

.noBorder {
	border: 0px;
}

.leftMarginMinus-4 {
	margin-left: -4px
}

.greenColorCustom {
	color: #298A08
}

.greenCursor {
	color: #298A08;
	cursor: pointer
}

.redCursor {
	color: #B40404;
	cursor: pointer
}

.leftMarginMinus-12 {
	margin-left: -12px
}

.errorDivCustom {
	position: relative;
	bottom: 0;
	margin-left: -7px;
}

.buttonNoMargin {
	margin: 0;
}

.formNoMargin {
	margin: 0;
}

.markedMenuEntry {
	background-image: linear-gradient(rgb(218, 35, 50), rgb(189, 3, 18) 60%, rgb(164, 0, 13));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d72332, endColorstr=#a4000d);
}

.markedMenuEntry a {
	color: white !important;
}


@media only screen and (min-width: 40.063em) {
	.markedHeaderRounded {
		background-image: linear-gradient(rgb(0, 0, 0), rgb(20, 20, 20) 60%,
			rgb(40, 40, 40));
		color: white;
		border-radius: 1000px;
		width: 100%;
	}
	
	.quesDescription {
		text-align: center;
		padding-top: 2em;
		width: 80%;
		padding-left: 20%;
		font-size: x-large !important;
	}	
	
	.quesDescriptionMediaContainer {		
		text-align: left;
		right: 0;
		padding-left: 25px;
		display: table-cell;
	    height: 12em;
		vertical-align: middle;
		position: relative;
	}
	
	.quesDescriptionMedia {	   
	    font-size: x-large !important;
  		line-height: normal;
	    width: 100%;
	    display: table-cell;
	    height: 8em;
		vertical-align: middle;
		position: relative;
	}
	
	.quesDescriptionImage {	   
	    width: 30%;
	    padding-right: 30px;
	    height: 10.275em;
	    display: table-cell;
	   	vertical-align: middle;
		position: relative;
	}
	
	.quesDescriptionImage img {
		max-height: 10.275em;
	}
	
	.quesMedia {
		display: table-cell;
		float: right;
		vertical-align: middle;		
	}
		
	.quesMedia video {		
		
	}
	
	.quesMedia audio {			
		
	}
	
	.quesMediaVideo {		
		display: table-cell; 
	    height: 12em; 
		vertical-align: middle;	
		right: -8px;	
		position: relative;		
	}
	
	.quesMediaAudio {		
		display: table-cell;
	    height: 12em;
		vertical-align: middle;
		right: -15px;
		position: relative;		
	}
	
	.quesMediaImage {
		display: table-cell;
	    height: 12em;
		vertical-align: middle;
	    float: right;
		position: relative;
	}
	
	.quesMediaImage img {		
	    max-height: 12em;	   
	}
	
	.saveQuestButton {
		width: 24.063em !important;
		padding-left: 2% !important;
		left: 0 !important;
		margin-left: 1px !important;
	}
}

@media only screen and (max-width: 40em) {
	.markedHeaderRounded {
		background-image: linear-gradient(rgb(0, 0, 0), rgb(20, 20, 20) 60%,
			rgb(40, 40, 40));
		color: white;
		border-radius: 1000px;
		width: 104%;
		margin-left: -2%;
	}
	
	.quesDescriptionImage {	   
	    width: 30%;
	    padding-right: 30px;
	    display: table-cell;
	   	vertical-align: middle;
		position: relative;
	}
	
	.quesDescriptionImage img {		
		max-height: 8em;
	}
	
	.quesMediaImage {		
		display: table-cell;
		vertical-align: middle;
	    float: left;
		position: relative;
		margin-left: -0.925em;
	}
	
	.quesMediaImage img {		
		max-height: 8em;
	}
}

.signBtnSmall {
	background-image: linear-gradient(rgb(218, 35, 50), rgb(189, 3, 18) 60%, rgb(164, 0, 13));
	width: 49%; 
	font-size: 0.85em; 
	font-weight: 500;
	box-shadow: 2px 2px 4px #666;
}

.btnSmallBlackRect {
    font-weight: normal;
    background: #d0d0d0;
    text-align: center;
    border: 1px solid #909090;
    color: #eeeeee;
    font-size: 14px;
    background: #333333;
    margin-bottom: 0.45em;
    padding-top: 0.45em;
    padding-bottom: 0.45em;
    outline: 0;
}

btnSmallBlackRect:hover, btnSmallBlackRect:focus, .btnSmallBlackRect:hover, .btnSmallBlackRect:focus {
    background-color: #333333 !important; 
}

btnSmallBlackRect:disabled, .btnSmallBlackRect:disabled {
    background-color: #333333; 
    outline: 0;
    border: 0;
}

.signInBtnSmall {
	background-image: linear-gradient(rgb(218, 35, 50), rgb(189, 3, 18) 60%, rgb(164, 0, 13));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d72332, endColorstr=#a4000d);
	width: 49%; 
	font-size: 0.85em; 
	font-weight: 500;
	box-shadow: 2px 2px 4px #666;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important; 
	margin-left: 0 !important;
	margin-right: 0 !important;	
	padding-top: 0.885em !important;
	padding-bottom: 0.885em !important;
	min-height: 3.25715em;	
}

.signUpBtnSmall {
	background-image: linear-gradient(rgb(218, 35, 50), rgb(189, 3, 18) 60%, rgb(164, 0, 13));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d72332, endColorstr=#a4000d);
	width: 49%; 
	font-size: 0.85em; 
	font-weight: 500;
	box-shadow: 2px 2px 4px #666;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important; 
	margin-left: 0 !important;
	margin-right: 0 !important;	
	padding-top: 0.885em !important;
	padding-bottom: 0.885em !important;
	min-height: 3.25715em;	
}

.signInBtn100 {
	min-height: 3.25715em !important;	
	padding-top: 0.875em !important;
}

.btnSmallRed100 {
	background-image: linear-gradient(rgb(218, 35, 50), rgb(189, 3, 18) 60%, rgb(164, 0, 13));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#da2332, endColorstr=#a4010d);
	width: 100%; 
	font-size: 0.85em; 
	font-weight: 500;
	box-shadow: 2px 2px 4px #666;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important; 
	margin-left: 0 !important;
	margin-right: 0 !important;	
	padding-top: 0.285em !important;
	padding-bottom: 0.885em !important;
	
}

.inputSmallRed100 {
	background-image: linear-gradient(rgb(218, 35, 50), rgb(189, 3, 18) 60%, rgb(164, 0, 13));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#da2332, endColorstr=#a4010d);
	width: 100%; 
	font-size: 0.85em; 
	font-weight: 500;
	box-shadow: 2px 2px 4px #666;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important; 
	margin-left: 0 !important;
	margin-right: 0 !important;	
	padding-top: 0.785em !important;
	padding-bottom: 0.885em !important;
	height: 3.5em !important;
	
}

.btnSmallBlue100 {
	background-image: linear-gradient(rgb(0, 83, 159), rgb(0, 79, 153) 60%, rgb(0, 66, 128));
	width: 100%; 
	font-size: 0.85em; 
	font-weight: 500;
	box-shadow: 2px 2px 4px #666;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important; 
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-top: 0.285em !important;
	padding-bottom: 0.885em !important;
}

.btnSmallBlue50 {
	background-image: linear-gradient(rgb(0, 83, 159), rgb(0, 79, 153) 60%, rgb(0, 66, 128));
	width: 50%; 
	font-size: 0.85em; 
	font-weight: 500;
	box-shadow: 2px 2px 4px #666;
}

.btnSmallGreen100 {
	background-image: linear-gradient(rgb(117, 191, 64), rgb(105, 172, 57) 60%, rgb(99, 164, 54));
	width: 100%; 
	font-size: 0.85em; 
	font-weight: 500;
	box-shadow: 2px 2px 4px #666;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important; 
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-top: 0.285em !important;
	padding-bottom: 0.885em !important;
}

.btnSmallGray100 {
	background-image: linear-gradient(rgb(102, 102, 102), rgb(89, 89, 89) 60%, rgb(77, 77, 77));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8c8c8c, endColorstr=#666666);
	width: 100%; 
	font-size: 0.85em; 
	font-weight: 500;
	box-shadow: 2px 2px 4px #666;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important; 
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-top: 0.285em !important;
	padding-bottom: 0.885em !important;
}

.btnSmallGray50 {
	background-image: linear-gradient(rgb(140, 140, 140), rgb(128, 128, 128) 60%, rgb(102, 102, 102));
	width: 50%; 
	font-size: 0.85em; 
	font-weight: 500;
	box-shadow: 2px 2px 4px #666;
}

.btnSmallBlack100 {
	background-image: linear-gradient(rgb(0,0,0), rgb(20,20,20) 60%, rgb(40,40,40));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000, endColorstr=#282828);
	width: 100%; 
	font-size: 0.85em; 
	font-weight: 500;	
	box-shadow: 2px 2px 4px #666;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important; 
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-top: 0.285em !important;
	padding-bottom: 0.885em !important;	
}

.btnSmallMyApp100 {
	background-image: linear-gradient(rgb(218, 35, 50), rgb(189, 3, 18) 60%, rgb(164, 0, 13));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#da2332, endColorstr=#a4010d);
	width: 100%; 
	font-size: 0.85em; 
	font-weight: 500;
	box-shadow: 2px 2px 4px #666;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important; 
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-top: 0.285em !important;
	padding-bottom: 0.885em !important;
}

.homeButtonSmall {
	height: 35px !important;
	padding-top: 10px !important;
}

@media only screen and (min-width: 64.063em) {
	.btnSmallRedRoundAdd {
		background-image: linear-gradient(rgb(218, 35, 50), rgb(189, 3, 18) 60%,
			rgb(164, 0, 13));
		font-size: 0.65em;
		box-shadow: 2px 2px 4px #666;
		margin-left: 93%;
		
	}
	.divSmallRedRoundAdd {
		margin-top: -3.35em;		
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {	
	.btnSmallRedRoundAdd {
		background-image: linear-gradient(rgb(218, 35, 50), rgb(189, 3, 18) 60%,
			rgb(164, 0, 13));
		font-size: 0.65em;
		box-shadow: 2px 2px 4px #666;
		margin-left: 88%;
		
	}
	.divSmallRedRoundAdd {
		margin-top: -3.35em;		
	}
}

@media only screen and (max-width: 40em) {
	.btnSmallRedRoundAdd {
		background-image: linear-gradient(rgb(218, 35, 50), rgb(189, 3, 18) 60%,
			rgb(164, 0, 13));
		font-size: 0.65em;
		box-shadow: 2px 2px 4px #666;
		margin-left: 80%;
	}
	.divSmallRedRoundAdd {
		margin-top: -3.35em;
	}
}

.divSmallShareOld {	
	margin-top: -2.135em;	
	margin-left: 87%;
	z-index: 100;
}

.divSmallShare {	
	margin-top: -4.335em;	
	margin-left: 78%;
	z-index: 100;
}

.divSmallMap {	
	margin-top: -2.215em;	
	margin-right: 0.265em;
	float: right;
	z-index: 100;		
}

.divSmallWallet {	
	margin-top: -4.515em;	
	margin-left: 44%;
	z-index: 1;
}

@media only screen and (min-width: 40.063em) {
	.btnSmallBlackRound {
		background-color: #141414;
		font-size: 0.65em;
		margin-bottom: 0;
		box-shadow: 2px 2px 4px #666;
		opacity: 0.8;
	}
	.btnSmallBlueRound {
		/*background-image: linear-gradient(rgb(0,0,0), rgb(20,20,20) 60%, rgb(40,40,40));*/
		background-color: #0066ff;
		font-size: 0.65em;
		margin-bottom: 0;
		box-shadow: 2px 2px 4px #666;
		opacity: 0.8;
	}
}

@media only screen and (max-width: 40em) {
	.btnSmallBlackRound {
		background-image: linear-gradient(rgb(0, 0, 0), rgb(20, 20, 20) 60%,
			rgb(40, 40, 40));
		filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000, endColorstr=#282828);
		font-size: 0.65em;
		margin-bottom: 0;
		box-shadow: 2px 2px 4px #666;
	}
	.btnSmallBlueRound {
		/*background-image: linear-gradient(rgb(0,0,0), rgb(20,20,20) 60%, rgb(40,40,40));*/
		background-color: #0066ff;
		font-size: 0.65em;
		margin-bottom: 0;
		box-shadow: 2px 2px 4px #666;
	}
}

.btnSmallWhiteRoundBorder {
	position: absolute;
	background-color: #0066ff;
	width: 6em; 
	height: 6em;
	background-image: linear-gradient(rgb(204, 0, 0), rgb(179, 0, 0) 60%, rgb(153, 0, 0));
	font-size: 0.65em;	
	left: 45%;
	bottom: 5px;
 	border: thin solid #bfbfbf; 
 	border-width: 3px; 
}

.btnSmallGrayYesNo {
	background-image: linear-gradient(rgb(140, 140, 140), rgb(128, 128, 128)
		60%, rgb(102, 102, 102));
	font-size: 0.65em;
	margin-bottom: 0;
	box-shadow: 2px 2px 4px #666;
	border: 2px !important;
	z-index: 0;
	width: 40%;
	border-style: solid;
	border-width: 0px;
	border-radius: 4px;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 1.25em;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1.0625em;
	padding-left: 2em;
	font-size: 1em;
	background-color: #008cba;
	border-color: #007095;
	color: white;
	transition: background-color 300ms ease-out;
}

.btnSmallGreenYesNo {
	background-image: linear-gradient(rgb(57, 172, 57), rgb(51, 153, 51) 60%, rgb(45, 134, 45));
	font-size: 0.65em;
	margin-bottom: 0;
	box-shadow: 2px 2px 4px #666;
	border: 2px !important;
	z-index: 0;
	width: 40%;
	border-style: solid;
	border-width: 0px;
	border-radius: 4px;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 1.25em;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1.0625em;
	padding-left: 2em;
	font-size: 1em;
	background-color: #008cba;
	border-color: #007095;
	color: white;
	transition: background-color 300ms ease-out;
}

.btnSmallRadioSelected {
	background-image: linear-gradient(rgb(57, 172, 57), rgb(51, 153, 51) 60%, rgb(45, 134, 45));
	font-size: 0.65em;
	margin-bottom: 0;
	box-shadow: 2px 2px 4px #666;
	border: 2px !important;
	z-index: 0;
	width: 100%;	
	border-style: solid;
	border-width: 0px;
	border-radius: 4px;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 1.25em;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1.0625em;
	padding-left: 2em;
	font-size: 1em;
	background-color: #008cba;
	border-color: #007095;
	color: white;
	transition: background-color 300ms ease-out;
}

.btnSmallRadioDeSelected {
	background-image: linear-gradient(rgb(140, 140, 140), rgb(128, 128, 128)
		60%, rgb(102, 102, 102));
	font-size: 0.65em;
	margin-bottom: 0;
	box-shadow: 2px 2px 4px #666;
	border: 2px !important;
	z-index: 0;
	width: 100%;
	border-style: solid;
	border-width: 0px;
	border-radius: 4px;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 1.25em;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1.0625em;
	padding-left: 2em;
	font-size: 1em;
	background-color: #008cba;
	border-color: #007095;
	color: white;
	transition: background-color 300ms ease-out;
}

.btnSmallRadioSelectedM {
	background-image: linear-gradient(rgb(57, 172, 57), rgb(51, 153, 51) 60%, rgb(45, 134, 45));
	font-size: 0.65em;
	margin-bottom: 0;
	box-shadow: 2px 2px 4px #666;
	border: 2px !important;
	z-index: 0;
	width: 100%;	
	border-style: solid;
	border-width: 0px;
	border-radius: 4px;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 1.25em;
	position: relative;
	text-decoration: none;
	text-align: left;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5625em;
	padding-left: 1em;
	font-size: 1em;
	background-color: #008cba;
	border-color: #007095;
	color: white;
	transition: background-color 300ms ease-out;
}

.btnSmallRadioDeSelectedM {
	background-image: linear-gradient(rgb(140, 140, 140), rgb(128, 128, 128)
		60%, rgb(102, 102, 102));
	font-size: 0.65em;
	margin-bottom: 0;
	box-shadow: 2px 2px 4px #666;
	border: 2px !important;
	z-index: 0;
	width: 100%;
	border-style: solid;
	border-width: 0px;
	border-radius: 4px;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 1.25em;	
	position: relative;
	text-decoration: none;
	text-align: left;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5625em;
	padding-left: 1em;
	font-size: 1em;
	background-color: #008cba;
	border-color: #007095;
	color: white;
	transition: background-color 300ms ease-out;
}

.inputYesNo {
	margin-right: -2.25em !important;
}

.inputYesNoMulty {
	margin-right: -2.25em !important;
}

.selectNoBorder {
	border:0px !important;
    outline:0px;
    background-color: white !important;
    text-align: left !important;
    box-shadow: none !important;
}

.optionNoBorder {
	border:0px !important;
    outline:0px;
    background-color: white !important;
    box-shadow: none !important;
}

.selectUnderlined {
	color: #00539f !important;
	text-decoration: underline !important;
}

.inputHourStartSmall {	
	border: none !important;
    outline:0px;
    background-color: white !important;
    width: 4.15em !important;
    height: 1.85em !important;
    font-size: 0.95em !important;
	font-weight: bold !important;
	margin-top: -0.15em !important;
	text-align: center !important;
	box-shadow: none !important;
}

.inputHourEndSmall {
	border:0px !important;
    outline:0px;
    background-color: white !important;
    width: 4.15em !important;
    height: 1.85em !important;
    font-size: 0.95em !important;
	font-weight: bold !important;
	margin-top: -0.15em !important;
	text-align: center !important;
	box-shadow: none !important;
}

.inputHourMidSmall {
	border:0px !important;
    outline:0px;
    background-color: white !important;    
    font-size: 0.95em !important;
	font-weight: bold !important;
	margin-top: 0.15em !important;	
	text-align: center !important; 
}

.backYelloDiv {
	background-color: #cc9900;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    height: 25%;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
}

.lblBoldFront {	
    z-index: 0 !important;
    right: 0;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; /* For IE8 and earlier */
    font-size: 80%;
    padding: 0.35em;
    color: white;
}

.lblBoldFrontBlack {	
    z-index: 0 !important;
    right: 0;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; /* For IE8 and earlier */
    font-size: 80%;
    padding: 0px;
    color: black;
}

.lblBoldFrontBlue {	
    z-index: 0 !important;
    right: 0;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; /* For IE8 and earlier */
    font-size: 80%;
    padding: 0.35em;
    color: #00539f;
}

.alpha60 {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,
		endColorstr=#99000000);
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	height: 25%;
	position: absolute;
	bottom: 0;
	z-index: 1;
	right: 0;
	border-radius: 0.85em;	
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	
}

@media only screen and (min-width: 90.063em) {
	.alphaWhite {
		background-color: white;
		height: 8.85em;
		position: absolute;		
		margin-top: 30.185em !important;
		z-index: 1;
		right: 0;
		border-radius: 0.85em;
		width: 68%;
		margin-left: 16%;
		margin-right: 16%;		
		box-shadow: 2px 2px 4px #666;
	}
	
	.alphaTransparent {
		opacity: 0.8;
		background-color: black;
		background-repeat: no-repeat;
		border: none;
		cursor: pointer;
		overflow: hidden;
		background-color: #141414;		
		font-size: 0.85em;
		font-weight: lighter;
		margin-bottom: 0;
		box-shadow: 2px 2px 4px #666;	
	}
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
	.alphaWhite {
		background-color: white;
		height: 8.85em;
		position: absolute;		
		margin-top: 30.185em !important;
		z-index: 1;
		right: 0;
		border-radius: 0.85em;
		width: 82%;
		margin-left: 9%;
		margin-right: 9%;		
		box-shadow: 2px 2px 4px #666;
	}
	
	.alphaTransparent {
		opacity: 0.8;
		background-color: black;
		background-repeat: no-repeat;
		border: none;
		cursor: pointer;
		overflow: hidden;
		background-color: #141414;	
		font-size: 0.85em;
		font-weight: lighter;
		margin-bottom: 0;
		box-shadow: 2px 2px 4px #666;	
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.alphaWhite {
		background-color: white;
		height: 8.85em;
		position: absolute;		
		margin-top: 30.185em !important;
		z-index: 1;
		right: 0;
		border-radius: 0.85em;
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;		
		box-shadow: 2px 2px 4px #666;
	}
	
	.alphaTransparent {
		opacity: 0.8;
		background-color: black;
		background-repeat: no-repeat;
		border: none;
		cursor: pointer;
		overflow: hidden;
		background-color: #141414;	
		font-size: 0.85em;
		font-weight: lighter;
		margin-bottom: 0;
		box-shadow: 2px 2px 4px #666;	
	}
}

@media only screen and (max-width: 40em) {
	.alphaWhite {
		background-color: white;
		height: 8.85em;
		position: absolute;
		bottom: 0;
		z-index: 1;
		right: 0;
		border-radius: 0.85em;
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 2%;
		box-shadow: 2px 2px 4px #666;
	}
	
	.alphaTransparent {
		opacity: 0.8;
		background-color: black;
		background-repeat: no-repeat;
		border: none;
		cursor: default;
		overflow: hidden;
		background-color: #141414;	
		font-size: 0.85em;
		font-weight: lighter;
		margin-bottom: 0;
		box-shadow: 2px 2px 4px #666;	
	}
}

.alphaWhiteList {
	background-color: white;
	height: inherit;
	z-index: 1;
	right: 0;
	border-radius: 0.85em;	
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 2%;	
	box-shadow: 2px 2px 4px #666;
	position: relative;
	padding: 10px;
}

.betaWhiteList {
	background-color: white;
	height: inherit;
	padding: 10px;
	z-index: 1;
	right: 0;
	border-radius: 0.85em;	
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 2%;	
	box-shadow: 2px 2px 4px #666;
	padding-top: 0.65em;	
}

.gamaWhiteList {
	background-color: white;
	height: 6.85em;	
	z-index: 1;
	right: 0;
	border-radius: 0.85em;	
	width: 100%;
	margin-bottom: 2%;	
	box-shadow: 2px 2px 4px #666;
	padding: 10px;
}

.gamaWhiteListLarge {
	background-color: white;
	height: inherit; 
	padding: 10px; 
	margin-bottom: 20px;
	z-index: 1;
	right: 0;
	border-radius: 0.85em;	
	width: 100%;	
	box-shadow: 2px 2px 4px #666;
	padding-left: 0.45em;
	padding-top: 0.45em;
}
.gamaWhiteListLarge p{
	margin-bottom: 0px;
}

/*EN added in fix for element*/

.betaWhiteListContainer {	
	height: 2.85em;	
	z-index: 1;
	right: 0;	
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 2%;	
	padding-top: 0.65em;	
}

.rowMobileContainer {	
	z-index: 1;
	right: 0;	
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-bottom: 1.10em;
}

.rowMobileContainerNoMargin {	
	z-index: 1;
	right: 0;	
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	
}

.column6Container {	
	padding-left: 0 !important;
    font-weight: bold;
}

.roundedCorners {	
	border-radius: 0.85em;
}

.zetaWhiteListLarge {
	background-color: white;
	height: auto;	
	z-index: 1;
	right: 0;
	border-radius: 0.85em;	
	width: 100%;	
	box-shadow: 2px 2px 4px #666;
	padding-left: 0.25em;
	margin-bottom: 0.75em;
	padding: 0.5em;
}

.timeContainer {
	padding: 1.35em;
	padding-top: 0;
	margin: 0;
	margin-top: -1.8295em;
	width: 107%;
	margin-left: -3.5%;
	/*background-color:  #000066;*/
	background-color:  white;
}

.timeContainerHead {	
	background-image: linear-gradient(rgb(242, 242, 242), rgb(230, 230, 230) 60%, rgb(204, 204, 204));
	margin: 0;
	margin-top: 0.515em;
	margin-bottom: 0.775em;
	width: 110%;
	left: -4%;
	background-color: white;	
	text-align: center;
	padding: 0.275em;
}

.lblTimeContainerHead {	
	color: #1a1a1a;	
}

.timeBlueListContainer {	
	z-index: 1;
	padding: 0.215em;	
	float: left !important;
}

.timeBlueList {
	background-image: linear-gradient(rgb(242, 242, 242), rgb(230, 230, 230) 60%, rgb(204, 204, 204));
	background-color: white;
	height: 2.25em;
	z-index: 1;
	right: 0;
	border-radius: 0.55em;
	box-shadow: 2px 2px 4px #666;
	vertical-align: middle !important;
	padding: 0;
	padding-top: 0.65em;
	text-align: center;
	font-weight: normal;
	color: #39516f;
}

.timeEmptyLines {
	height: 7.5em;
}

.timeEmptyLinesNoMap {
	height: 7.5em;
}

.timeEmptyLinesDirect {
	height: 7.5em;
}

.drivesEmptyLines {
	height: 7.5em;
}

.drivesEmptyLinesNoMap {
	height: 7.5em;
}

.whiteLabel {
	color: white;
}

.iconLarge {	
	font-size: 2em;
}

.iconMenu {	
	font-size: 1.2em;
	padding-right: 0.3em;
	
}

.iconPadLarge {	
	font-size: 1.9em;	
	position: relative;
	top: 0.15715em;
	margin-right: 0.25715em;
}

.noIconPadLarge {	
	min-height: 3.25715em;
	padding-top: 0.885em !important;
}

.iconPadCentarLarge {	
	font-size: 1.9em;	
	position: absolute;
	top: 0.32715em;	
	left: 38%;
}

.iconOwnerPadLarge {	
	height:  3.3125em;	
}

.iconOwnerPadLargeConfirm {	
	height:  4.3125em;	
	width: 100%;
}

.iconSmall {	
	font-size: 1.15em;
}

@media only screen and (min-width: 40.063em) {
	.bottomRightDiv {
		text-align: left;	
		right: 0;
		padding-left: 7.15em;
	}
	.bottomLeftDiv {
		text-align: right;		
		left: 0;
		padding-right: 7.15em;		
	}
}

@media only screen and (max-width: 40em) {
	.bottomRightDiv {
		text-align: right;
		position: fixed;
		bottom: 0;
		right: 0;
	}
	.bottomLeftDiv {
		text-align: left;
		position: fixed;
		bottom: 0;
		left: 0;
	}
}

.optionRed {
	color: red important;
}

.backTop {
	position: absolute;
    top: 0; 
	width: 20%;	
	margin-top: 2.915em;
	width: 3.015em;
	margin-right: 0;
	z-index: 1;
	right: 2.315em;
}

.insertMarginBottom {
	margin: 0 0 1em 0;
}

.logoInDeviceMenu {
	width: 6.75em;
	position: absolute;
	margin-top: -2.35em;
	right: 36%;
}

.deviceMenuStickOnTop {	
	position: fixed;
	margin-top: 0;
	z-index: 10;	
}


@media ( min-width : 40.063em) {
	.insertMarginBottom {
		margin: 0;
	}
}

.button.customColor {
	background-color: #333333;
	border-color: #333333;
	color: #eeeeee;
}

.button.customColor:hover, .button.customColor:focus {
	background-color: #4d4d4d;
}

.button.customColor:hover, .button.customColor:focus {
	color: #eeeeee;
}

.noBorderRadius {
	border-radius: 0px;
}

.tableAwardTypes {
	width: 100%;
	margin-left: 0;
}

.noWrap {
	white-space: nowrap;
}

@media ( min-width : 40.063em) {
	.align-right-medium-up {
		float: right !important;
	}
}

.maxWidthNone {
	max-width: none;
}

select {
	font-size: 0.85em;
	margin: 0 0 1rem 0;
}

/* CUSTOMISATION START*/
select:focus{
	outline: 3px solid #ffbf47;
}
/* CUSTOMISATION END*/
textarea {
	font-size: 0.875em;
}

.whiteButton {
	border-radius: 1px;
	margin: 0em;
	color: black;
	border-style: solid;
	border-color: #7b7b7b;
	border-width: 1px;
	background: white;
}

.button.whiteButton:hover, .button.whiteButton:focus, .button.whiteButton:hover, .button.whiteButton:focus {
	background-color: black;
	color: white;
}

.button.whiteButton:hover, .button.whiteButton:focus, .button.whiteButton:hover, .button.whiteButton:focus {
	color: #333333;
	color: white;
}

.button.disabled.whiteButton, .button[disabled].whiteButton, .button.disabled.whiteButton, .button[disabled].whiteButton {
      background-color: white;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; 
}
      
.button.disabled.whiteButton:hover, .button.disabled.whiteButton:focus, .button[disabled].whiteButton:hover, .button[disabled].whiteButton:focus, .button.disabled.whiteButton:hover, .button.disabled.whiteButton:focus, .button[disabled].whiteButton:hover, .button[disabled].whiteButton:focus {
        background-color: #b9b9b9; 
}
        
.button.disabled.whiteButton:hover, .button.disabled.whiteButton:focus, .button[disabled].whiteButton:hover, .button[disabled].whiteButton:focus, .button.disabled.whiteButton:hover, .button.disabled.whiteButton:focus, .button[disabled].whiteButton:hover, .button[disabled].whiteButton:focus {
        color: #333333; 
}
        
.button.disabled.whiteButton:hover, .button.disabled.whiteButton:focus, .button[disabled].whiteButton:hover, .button[disabled].whiteButton:focus, .button.disabled.whiteButton:hover, .button.disabled.whiteButton:focus, .button[disabled].whiteButton:hover, .button[disabled].whiteButton:focus {
        background-color: white; 
}

@media ( min-width : 40.063em) {
	.paddingRemover {
		padding: 0 !important;
	}
}

.bulletErrorButton {
	background-color: #FD9898 !important;
}

.bulletErrorButton:hover {
	background-color: #FF7777 !important;
}

.bulletWarningButton {
	background-color: #F5D396 !important;
}

.bulletWarningButton:hover {
	background-color: #EFBE65 !important;
}

.bulletInfoButton {
	background-color: #94D494 !important;
}

.bulletInfoButton:hover {
	background-color: #61B361 !important;
}

.forceHide {
	display: none !important;
}

.padLeft2 {
	padding: 0 !important; 
	padding-left: 2px !important;
}

.padLeft13 {
	margin: 0;
	padding-left: 13px;
}

.padLeft15 {
	width: 100%;
	height: 28px;
	border: 0;
	padding-left: 15px;
}

.padLeftEmail {
	width: 100%;
	height: 28px !important;
	border: 0 !important;
	padding-left: 15px !important;
	color: #333333 !important;
	height: 28px !important;
	border: 1px solid red;
	font-size: 1.00915em !important;
}

.padLeft5 {
	width: 100%;
	height: 28px;
	border: 0;
	padding-left: 5px;	
}

.marginTopBottom10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;	
}

.padRight10 {	
	padding-right: 10px !important;	
}

.maxWidth {
	padding: 0;
	margin: 0;
	width: 100%;
}

.donorDataSmallTab {
	font-size: x-small;
	font-weight: bold;
	margin-left: 0.15em;
}

.donorDataSmallTabDD {
	background-image: linear-gradient(rgb(140, 140, 140), rgb(128, 128, 128) 60%, rgb(102, 102, 102));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8c8c8c, endColorstr=#666666);
	width: 100%;	
	font-size: 0.85em; 
	font-weight: 500;
	box-shadow: 0px 2px 4px #666;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 1.25em;	
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important; 
	margin-left: 0 !important;
	margin-right: 0 !important;	
	padding-top: 0.285em !important;
	padding-bottom: 0.885em !important;	
}

.donorDataSmallTabActive {
	 background-image: linear-gradient(rgb(218, 35, 50), rgb(189, 3, 18) 60%, rgb(164, 0, 13));
	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d72332, endColorstr=#a4000d);
}

.up-5 {
	margin-top: -5px;
	margin-bottom: 10px;
}

.tooltipUp {
	
}

.tooltipUp .tooltiptextUp {
	visibility: hidden;
	width: 100%;
	background-color: gray;
	color: #fff;
	border-color: gray;
	text-align: left;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 0;
	padding-left: 10px;
	/* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
	opacity : 0;
	transition: opacity 1s;
	opacity: 0
}

.tooltipUp .tooltiptextUp::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: gray transparent transparent transparent;
}

.tooltipUp:hover .tooltiptextUp {
	visibility: visible;
	opacity: 1;
}

@media only screen and (max-width : 25em) {
	.paddingCustomMap {
		padding-left: 1.615em !important; 
		padding-right: 1.615em !important;
	}
	
	.paddingCustomMapDate {		
  		padding-right: 0.815em !important;  		
  		padding-left: 0.815em !important;
	}
	
	.noPaddingSmall {
		padding-left: 0em !important;
		padding-right: 0em !important;
	}
	
}

.disabledEffect {	
	background-image: linear-gradient(rgb(183, 183, 183), rgb(179, 179, 179)
		60%, rgb(166, 166, 166));
	box-shadow: 2px 2px 4px #bfbfbf;
	background-color: #008cba;
	border-color: #007095;
	cursor: default;
}

.logoutInputButton {
	display: block;
    width: 100%;
	padding-left: 13px;
    height: 44px;
    line-height: 1.428571429;
    font-size: 16px;
    font-weight: normal;
     color: #cccccc;
    padding: 0 10px;
    background-color: transparent;
    border: none;
    background-origin: padding-box;
    text-align: left !important;
}

.logoutInputButton:active, .logoutInputButton:focus {
	outline: 0;
}

.formHover:hover {
	 background-color: #272b30 !important;
}

.logoutDescInputButton {
	display: block;
    width: 100%;
	padding-left: 25px !important;
    height: 26px;
    line-height: 1.428571429;
    font-size: 14px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    padding: 0 20px;
    background-color: transparent;
    border: none;
    background-origin: padding-box;
    text-align: left !important;
}

.logoutDescInputButton:active, .logoutDescInputButton:focus {
	outline: 0;
}

.errorSmall {
	font-size: 0.8em;
	padding-left: 0.5em;
}

@media only screen and (max-width: 40em) {
	.signUpSubmit {		
		background-image: linear-gradient(rgb(218, 35, 50), rgb(189, 3, 18) 60%, rgb(164, 0, 13));
		filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#da2332, endColorstr=#a4010d);
		width: 100%; 
		font-size: 0.85em; 
		font-weight: 500;
		box-shadow: 2px 2px 4px #666;
	}	
}

@media ( min-width : 40.063em) {
	.signUpSubmit {		
		background-image: linear-gradient(rgb(0, 83, 159), rgb(0, 79, 153) 60%, rgb(0, 66, 128));
		filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#00539f, endColorstr=#004280);
		font-size: 0.85em; 
		font-weight: 500;
		box-shadow: 2px 2px 4px #666;
	}	
}

.mobiscroll-custom .mbsc-fr-w {
	
}

.mobiscroll-custom .mbsc-fr-hdr {
	color: #757575;
	font-size: 1.075em;
	text-transform: none;
}

.mobiscroll-custom .mbsc-sc-whl-l {
	border-color: #00539f;
}

.mbsc-mobiscroll .mbsc-fr-btn {
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 1em;
	color: #00539f;
	text-transform: uppercase
}

.mbsc-mobiscroll .mbsc-fr-btn:hover {	
	background: rgba(0, 83, 159, 0.3) !important;	
}

.mbsc-mobiscroll .mbsc-range-btn {
	margin: 0 .3333em;
	padding: .3333em;
	border: 1px solid #00539f;
	font-size: .75em
}

.mbsc-mobiscroll.mbsc-range .mbsc-range-btn-t .mbsc-range-btn-sel .mbsc-range-btn
	{
	background: #00539f;
	color: #f7f7f7
}

.mbsc-mobiscroll.mbsc-range .mbsc-range-btn-t:hover .mbsc-range-btn-sel:hover .mbsc-range-btn:hover
	{
	background: rgba(0, 83, 159, 0.3) !important;	
}

.mbsc-mobiscroll.mbsc-range .mbsc-range-btn:hover
	{
	background: rgba(0, 83, 159, 0.3) !important;	
}

.mbsc-mobiscroll .mbsc-sc-whl-l {
	border-top: 1px solid #00539f;
	border-bottom: 1px solid #00539f
}

.mbsc-mobiscroll .mbsc-sc-itm.mbsc-btn-a {
	background: rgba(0, 83, 159, 0.3)
}

/* View Map definitions */

@media only screen and (min-width: 90.063em) {
	#mapVg {
		width: 70%;		
		height: 40.063em;
		border: 1px solid gray;
		margin-bottom: 3% !important;		
		/*max-width: 68.063em;*/	
		margin-right: auto; 
		margin-left: auto; 
	}
	#backVg {		
		position: relative;
		margin-top: -7.263em;				
		margin-left: 16%;
		width: 4em;		
	}
	#listVg {		
		position: relative;
		margin-top: -6.263em;
		margin-left: 16%;
		width: 4em;
		
	}
	#dateVg {		
		position: relative;
		margin-top: -7.263em;				
		margin-left: 16%;
		width: 23em;
	}
	
	.alphaWhitePosVg {
		position: relative;
		margin-top: -2.763em;	
		margin-left: 16%;
		margin-right: 16%;
		width: 68%;		
		background-color: white;		
		z-index: 0;
		right: 0;
		border-radius: 0.85em;					
		box-shadow: 2px 2px 4px #666;		
		padding: 10px;
		min-height: 135px;
	}
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
	#mapVg {
		width: 84%;		
		height: 40.063em;		
		border: 1px solid gray;
		margin-bottom: 3% !important;		
		margin-right: auto; 
		margin-left: auto; 
	}
	#backVg {		
		position: relative;
		margin-top: -7.063em;
		margin-left: 9%;
		width: 4em;
		
	}
	#listVg {		
		position: relative;
		margin-top: -6.263em;
		margin-left: 9%;
		width: 4em;
		
	}
	#dateVg {		
		position: relative;
		margin-top: -7.063em;
		margin-left: 9%;		
		width: 23em;
	}
	
	.alphaWhitePosVg {
		position: relative;
		margin-top: -3.363em;	
		width: 82%;
		margin-left: 9%;
		margin-right: 9%;		
		background-color: white;		
		z-index: 0;
		right: 0;
		border-radius: 0.85em;					
		box-shadow: 2px 2px 4px #666;		
		padding: 10px;
		min-height: 135px;
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	#mapVg {
		width: 100%;		
		height: 40.063em;		
		border: 1px solid gray;
		margin-bottom: 3% !important;		
		max-width: 68.063em;		
		margin-right: auto; 
		margin-left: auto; 
	}
	#backVg {		
		position: relative;
		margin-top: -7.263em;
		margin-left: 1%;
		width: 4em;
		
	}
	#listVg {		
		position: relative;
		margin-top: -6.263em;
		margin-left: 1%;
		width: 4em;
		
	}
	#dateVg {		
		position: relative;
		margin-top: -5.563em;
		margin-left: 1%;
		width: 23em;
	}
	
	.alphaWhitePosVg {
		position: relative;
		margin-top: -3.363em;	
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;			
		background-color: white;		
		z-index: 0;
		right: 0;
		border-radius: 0.85em;					
		box-shadow: 2px 2px 4px #666;
		padding: 10px;
		min-height: 135px
	}
}

@media only screen and (max-width: 40em) {
	#mapVg {
		position: absolute;
		top: 2.8em;
		width: 102%;
		height: 94%;
		margin-left: -5%;
	}	
	#backVg {
		position: absolute;
		bottom: 0;
		width: 40%;
		margin-left: 4%;
		margin-bottom: 20%;		
		left: 0;
		width: 4em;
	}
	#listVg {
		position: absolute;
		bottom: 2.2em;
		width: 40%;
		margin-left: 4%;
		margin-bottom: 20%;		
		left: 0;
		width: 4em;
	}
	#dateVg {		
		position: absolute;	 	
		bottom: 0;
		margin-left: 4%;
		margin-bottom: 0;		
		left: 0;
			
	}
	
	.alphaWhitePosVg {
		background-color: white;		
		position: absolute;
		bottom: 0;
		z-index: 1;
		right: 0;
		border-radius: 0.85em;
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 2%;
		box-shadow: 2px 2px 4px #666;		
		padding: 10px;
		min-height: 135px
	}
}

/* View Map definitions end */

/* Available Drives definitions */

@media only screen and (min-width: 40.063em) {
	#backDg {
		position: absolute;
		bottom: 10%;
		width: 10%;
		margin-left: 10%;
		z-index: 1;
		left: 0;
	}
	#mapDg {
		position: absolute;
		bottom: 10%;
		width: 10%;
		margin-left: 10%;
		z-index: 1;
		left: 0;
	}
}

@media only screen and (max-width: 40em) {
	#backDg {
		position: fixed;
		bottom: 3.6em;
		width: 40%;
		margin-left: 4%;
		margin-bottom: 2%;
		z-index: 2;
		left: 0;
	}
	#backDgNoMap {
		position: fixed;
		bottom: 3.6em;
		width: 40%;
		margin-left: 4%;
		margin-bottom: 2%;
		z-index: 2;
		left: 0;		
	}
	#mapDgNoMap {
		position: fixed;
		bottom: 6.8em;
		width: 40%;
		margin-left: 4%;
		margin-bottom: 2%;
		z-index: 2;
		left: 0;
	}	
	#mapDg {
		position: fixed;
		bottom: 6.8em;
		width: 40%;
		margin-left: 4%;
		margin-bottom: 2%;
		z-index: 2;
		left: 0;
	}	
	#dateDg {
		/* CUSTOMISATION START */
		/* position: fixed; */
		/* bottom: 0; */
		/* CUSTOMISATION END */
		margin-left: 4%;
		margin-bottom: 0;
		z-index: 2;
		left: 0;
	}
}

/* Available Drives definitions end */

/* Appointment Review definitions */

@media only screen and (min-width: 40.063em) {
	#backArg {
		display: none;
	}
}

@media only screen and (max-width: 40em) {
	#backArg {
		position: fixed;
		bottom: 0;
		width: 40%;
		margin-left: 4%;
		margin-bottom: 2%;
		z-index: 2;
		left: 0;
	}	
}

/* Appointment Review definitions end */

/* Make Appointment definitions */
 
@media only screen and (max-width: 40em) {
	#backMa {
		position: fixed;
		bottom: 0;
		width: 40%;
		margin-left: 4%;
		margin-bottom: 2%;
		z-index: 2;
		left: 0;
	}
	
	#endLineMa {		
	}
	
	#endLineMag {		
	}
	
	#upLineMag {		
	}
}

/* Make Appointment definitions end */

/* Available Time slots definitions */

@media only screen and (min-width: 40.063em) {
	#backAtg {
		display: none;
	}
	
	#backAtg_2 {
		display: none;
	}
	
	#goDateAtg_2 {
		display: none;
	}
	
	#goDateAtg_2_freeEntry{
		display: none;
	}
	
	#mapAtg {
		display: none;
	}
	
	#listAtg {
		display: none;
	}
	
	#dateAtg {		
		display: none;
	}
}

@media only screen and (max-width: 40em) {
	#backAtg {
		position: fixed;
		bottom: 0;
		width: 40%;
		margin-left: 4%;
		margin-bottom: 2%;
		z-index: 2;
		left: 0;
	}
	
	#backAtg_2 {
		position: fixed;
		bottom: 7.2em;
		width: 40%;
		margin-left: 4%;
		margin-bottom: 2%;
		z-index: 2;
		left: 0;
	}
	
	#goDateAtg_2 {
		position: fixed;
		bottom: 3.9em;
		margin-left: 4%;
		margin-bottom: 2%;
		z-index: 2;
		left: 0;
		border: 1px solid gray;
		min-width: 15em;
		background-color: white;
	}
		
	#goDateAtg_2_freeEntry {
		position: absolute;
		bottom: 18.3em;
		margin-left: 0;
		z-index: 2;
		left: 0;
		min-width: 15em;
		background-color: white;
	}
	
	#mapAtg {
		position: fixed;
		bottom: 3.2em;
		width: 40%;
		margin-left: 4%;
		margin-bottom: 2%;
		z-index: 2;
		left: 0;
	}
	#listAtg {
		position: fixed;
		bottom: 6.4em;
		width: 40%;
		margin-left: 4%;
		margin-bottom: 2%;
		z-index: 2;
		left: 0;
	}
	
	#dateAtg {		
		position: fixed;
		bottom: 0;
		margin-left: 4%;
		margin-bottom: 0;
		z-index: 2;
		left: 0;
	}

}

/* Available Time slots definitions end */

/* Share Social definitions */

@media only screen and (max-width: 40em) {
	#backSs {
		position: fixed;
		bottom: 0;
		width: 40%;
		margin-left: 4%;
		margin-bottom: 2%;
		z-index: 2;
		left: 0;
	}
}

/* Share Social definitions end */

/* Overwriting foundationD.css button hover */
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #141414; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  btnSmallBlueRound:hover, btnSmallBlueRound:focus, .btnSmallBlueRound:hover, .btnSmallBlueRound:focus {
    background-color: #007095 ; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #141414;
    border-color: #141414;
    color: white;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
  button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #141414; }
  button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #141414; }

/* END Overwriting foundationD.css*/

@media only screen and (min-width: 40.063em) {
	.deleteAppWhiteList {
		margin-top: -4.815em;
		margin-right: - 0.115em;
		float: right;
		width: 1.415em;
		cursor: pointer;
		z-index: 100 !important;
	}
	
	.lblUsualSiteDetails {
		z-index: 0 !important;
	    right: 0;
	    opacity: 1 !important;
	    filter: alpha(opacity=100) !important; /* For IE8 and earlier */
	    font-size: 75%;
	    padding: 0.1em;
	    color: black;
	    padding-bottom: 0.75em;
	}
	
	.lblAllSiteDetails {
		z-index: 0 !important;
	    right: 0;
	    opacity: 1 !important;
	    filter: alpha(opacity=100) !important; /* For IE8 and earlier */
	    font-size: 75%;
	    padding: 0.1em;
	    color: black;
	    padding-bottom: 0.75em;
	}
}

@media only screen and (max-width: 40em) {
	.deleteAppWhiteList {
		width: 1.415em;
		margin-top: -8.315em;
		margin-right: 0.515em;
		float: right;
	}
	.deleteGamaWhiteList {
		width: 1.415em;
		position: absolute;
		float: right;		
		right: 0.0415em;
		top: 0.2415em;
	}
	
	.lblUsualSiteDetails {
		z-index: 0 !important;
	    right: 0;
	    opacity: 1 !important;
	    filter: alpha(opacity=100) !important; /* For IE8 and earlier */
	    font-size: 75%;
	    padding-left: 1.257em;
	    color: black;
	    padding-bottom: 0.75em;
	}
	
	.lblAllSiteDetails {
		z-index: 0 !important;
	    right: 0;
	    opacity: 1 !important;
	    filter: alpha(opacity=100) !important; /* For IE8 and earlier */
	    font-size: 75%;
	    padding-left: 0.7257em;
	    color: black;
	    padding-bottom: 0.75em;
	}
}

.formHeightZero {
	height: 0;
}

.parameter-accordion > a:before, .parameter-accordion.active > a:before {
	font-family: "foundation-icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	text-decoration: inherit;
}

.parameter-accordion > a:before {
	content: "\f199";
	position: absolute;
	right: 5%;
}

.parameter-accordion.active > a:before {
	content: "\f176";
	position: absolute;
	right: 5%;
}

.dirtyParameter {
	border: thin solid #c60f13;
}

.dirtyParameter > a {
	background: #f7e7e7 !important;
}

.discriminatedParameter > a:before {
	content: "\f166\00a0\00a0\00a0\f199";
}

.discriminatedParameter.active > a:before {
	content: "\f166\00a0\00a0\00a0\f176";
}

.selectError {
	border: 1px solid #c60f13;
	border-color: #c60f13;
	background-color : rgba(198, 15, 19, 0.1);	
}

@media only screen and (max-width: 40em) {	
	.smiley {		
		z-index: 1;
		height: 5.135em;
		width: 5.135em;			
		position: absolute;
		float: right;		
		right: 0.0415em;
		top: 0.2415em;
	}	
	
	.linkSurvey{
		z-index: 1;
		position: relative;
		float: right;		
		right: 0.0415em;
		top: -1.2415em;
		
	}
}

.dateTimeSlots {
    font-weight: normal;   
    color: #6f6f6f;
    font-size: 14px;   
    margin-bottom: 0.345em;
    padding-top: 0.345em;
    padding-bottom: 0.345em;
    padding-left: 0.345em;
}

.dtsChooseDate {
	margin-right: -4.05em !important;
}

.btnDateTimeSlots {
	height: 1.80em !important;
	padding-top: 0.15em;
}

.dateGoLblTimeSlots {
    font-weight: normal;   
    color: #6f6f6f;
    font-size: 14px;
}

.btnDateGo {
	position: absolute;
	height: 3.315em;
	line-height: 3.315em;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	padding-left: 1.525em !important;
	padding-right: 1.525em !important;
	border-radius: 0;
	
}

.btnDateGo_freeEntry {
	position: absolute;
	height: 2.315em;
	line-height: 2.315em;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	padding-left: 1.525em !important;
	padding-right: 1.525em !important;
}
.inputDateGo {
	margin-top: 0 !important;	
	color: #00539f !important;
	text-decoration: underline !important;
	height: 1.125em !important;	
	vertical-align: middle !important;
	padding-top: 1.525em !important;
}

label.required:after {content: " *"; color: red;}

label.requiredDescription{
	font-size: small;
	display: inline;
}

.tooltipQues {
	display: inline-block;
}

.tooltipQues .tooltipTextQues {
	visibility: hidden;
	width: 100%;
	background-color: gray;
	color: #fff;
	border-color: gray;
	text-align: left;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 0;
	padding-left: 10px;
	/* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
	opacity: 0;
	transition: opacity 1s;
	opacity: 0
}

.tooltipQues .tooltipTextQues::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: gray transparent transparent transparent;
}

.tooltipQues:hover .tooltipTextQues {
	visibility: visible;
	opacity: 1;
}

.tooltipQues img {
	width: 1.225em;
}

/*START CUSTOMISATION*/
.tooltipQues img:focus {
	outline: 3px solid #ffbf47;
}

img.toolTipImage:focus + span.tooltipTextQues {
	visibility: visible;
    opacity: 1;
}
/*END CUSTOMISATION*/

.sfdafText {
	font-size: 0.85em;
	color: #dd4b39;
}

.inputChooseDate {
	margin-right: -3.75em !important;
}

.btnChooseDate {
	height: 1.985em;
	width: 2.75em;
	padding: 0;
	margin-left: 0.55em;
	border-radius: 0;
	background-color: #4e5053;
}

.btnChooseDate:hover {
	background-color: #4e5053;
}

.btnChooseDate img {
	width: 1.225em;
}

@media only screen and (min-width: 40.063em) {
	.btnPrintResults, .btnDownloadPdf  {
		/*font-weight: normal;*/
		background: #d0d0d0;
		text-align: center;
		/*border: 1px solid #909090;*/
		color: #eeeeee;
		font-size: 14px;
		background: #333333;
		/*margin-bottom: 0.45em;*/
		margin-left: 0.00em;
		padding-top: 0.45em;
		padding-bottom: 0.45em;
		overflow: hidden;
		/*background-image: linear-gradient(rgb(51, 51, 51), rgb(38, 38, 38) 60%,
			rgb(26, 26, 26));*/
	}
}

@media only screen and (max-width: 40em) {
	.btnPrintResults, .btnDownloadPdf  {
		font-weight: 500;
		background: #d0d0d0;
		text-align: center;
		border: 1px solid #909090;
		color: #eeeeee;
		font-size: 14px;
		background: #333333;
		margin-bottom: 1.00em;
		margin-left: 0.00;
		padding-top: 0.45em;
		padding-bottom: 0.45em;
		overflow: hidden;
		width: 100%;
		min-height: 3.25715em;
		background-image: linear-gradient(rgb(218, 35, 50), rgb(189, 3, 18) 60%, rgb(164, 0, 13));
	}
}

.macSiteSelectedLoader {
	margin-top: -0.818em !important;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.macLblSubSectionHead {
	padding-bottom: 0.745em;
	font-weight: bold;
}

.macLblSubSecSectionHead {
	padding-bottom: 0.745em;
}

@media only screen and (max-width: 40em) {
	.maclblSelectedSiteDetails {
		z-index: 0 !important;
		right: 0;
		opacity: 1 !important;
		filter: alpha(opacity = 100) !important; /* For IE8 and earlier */
		padding-left: 0;
		color: black;
		padding-bottom: 0 !important;
	}
	
	.macLblAvailableTimesHead {
		display: table !important;
		margin: 0 auto !important;
		width: 100% !important;
		padding-left: 0.25em !important;
	}
	
	.macLblAvailableTimesCont {
		display: table !important;
		margin: 0 auto !important;
		width: 100% !important;
		padding-top: 0.45em !important;
	}
	
	#calendar_mac {
		width: 100% !important;
	}
	
	.ui-datepicker-month,.ui-datepicker-year{ margin-right:2px !important;; margin-right:2px !important; padding-left: 10px !important; padding-right: 10px !important;}
	.ui-datepicker-month:hover,.ui-datepicker-year:hover{ cursor: pointer; background-color: inherit; border-color:  inherit}
	.ui-datepicker .ui-datepicker-header{ border-radius: 0px; }
	.ui-datepicker-next,.ui-datepicker-prev{ border-radius: 0px !important }
	.ui-datepicker td span, .ui-datepicker td a{ padding: 8px; font-size: 15px; }
	.ui-datepicker{ width: inherit}
}

@media only screen and (min-width: 40.063em) {
	.maclblSelectedSiteDetails {
		z-index: 0 !important;
		right: 0;
		opacity: 1 !important;
		filter: alpha(opacity = 100) !important; /* For IE8 and earlier */
		font-size: 90%;
		padding-left: 0;
		color: black;
		padding-bottom: 0 !important;
	}
	
	.macLblAvailableTimesHead {
		display: table !important;
		margin: 0 auto !important;
		width: 18.65em !important;
		padding-left: 0.25em !important;
	}
	
	.macLblAvailableTimesCont {
		display: table !important;
		margin: 0 auto !important;
		width: 18.65em !important;
		padding-top: 0.45em !important;
	}
	
	#calendar_mac {
		width: 18.65em;
	}
	
	.ui-datepicker-month,.ui-datepicker-year{ margin-right:2px !important;; margin-right:2px !important; padding-left: 10px !important; padding-right: 10px !important;}
	.ui-datepicker-month:hover,.ui-datepicker-year:hover{ cursor: pointer; background-color: inherit; border-color:  inherit}
	.ui-datepicker .ui-datepicker-header{ border-radius: 0px; }
	.ui-datepicker-next,.ui-datepicker-prev{ border-radius: 0px !important }
	.ui-datepicker td span, .ui-datepicker td a{ padding: 8px; font-size: 15px; }
	.ui-datepicker{ width: inherit}
}

.maclblSelectedSiteHeight {
	padding-bottom: 1.55em !important;
}

.macBtnCancel {
	background-image: linear-gradient(rgb(218, 35, 50), rgb(189, 3, 18) 60%,
		rgb(164, 0, 13));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr=#da2332, endColorstr=#a4010d);
	width: auto%;
	font-size: 0.85em;
	font-weight: 500;
	box-shadow: 2px 2px 4px #666;
	padding-left: 0.725em !important;
	padding-right: 0.725em !important;
	text-align: center !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-top: 0.285em !important;
	padding-bottom: 0.885em !important;
}

.macBtnSubmit {
	background-image: linear-gradient(rgb(218, 35, 50), rgb(189, 3, 18) 60%,
		rgb(164, 0, 13));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr=#da2332, endColorstr=#a4010d);
	width: auto%;
	font-size: 0.85em;
	font-weight: 500;
	box-shadow: 2px 2px 4px #666;
	padding-left: 0.725em !important;
	padding-right: 0.725em !important;
	text-align: center !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-top: 0.285em !important;
	padding-bottom: 0.885em !important;
}

.macSiteDetail {
	border: 1px solid #5bb0cb;	
	padding-bottom: 0.875em;
	padding-left: 0.875em;
	margin-top: 0.475em !important;
	text-align: left;
	font-size: 0.825em;
}

.macLocationReveal {
	padding: 0.45em;
}

.macSitesResults {
	border: 1px solid #cccccc;
}

.macSitesResultsOver {
	height: 20em;
	overflow-y: auto;
	overflow-x: hidden;
}

.macSitesResultsList {
	padding: 0.65em;
}

.macLblConfirmInfo {
	padding-bottom: 0.45em;
}

.macBtnSearchSites {
	margin-top: 1em;
	margin-bottom: 0;
	width: 100%;
}

.simpleError {	
	color: #dd4b39 !important;
}

.mbsc-ios .mbsc-cal-hl-now .mbsc-cal-today {
	color: #00539f
}

.mbsc-ios .mbsc-cal-btn-txt {
	color: #00539f;
	font-size: 1.352941em;
	line-height: 40px
}

.mbsc-ios.mbsc-no-touch .mbsc-cal-day.mbsc-cal-day-v:hover .mbsc-cal-day-fg,
	.mbsc-ios .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-fg {
	border: 1px solid #00539f;
	background: #00539f;
	color: #fff
}

.mbsc-ios .mbsc-cal-day-hl .mbsc-cal-day-fg {
	border: 1px solid #00539f;
	background: none;
	color: #000
}

.mbsc-ios .mbsc-cal-tab .mbsc-cal-tab-i {
	padding: 0 .714285em;
	color: #00539f
}

.mbsc-ios .mbsc-cal-tabs .mbsc-cal-tab-sel {
	background: #00539f
}

.mbsc-ios .mbsc-color-active, .mbsc-ios.mbsc-no-touch .mbsc-color-item-c:hover
	{
	border-radius: 3em;
	box-shadow: inset 0 0 0 .1875em #00539f
}

.mbsc-ios .mbsc-range-btn-sel .mbsc-range-btn .mbsc-range-btn-v {
	color: #00539f
}

.mbsc-ios.mbsc-range .mbsc-cal-table .mbsc-cal-day-hl .mbsc-cal-day-i .mbsc-cal-day-fg
	{
	background: #00539f;
	color: #fff
}

.mbsc-ios .mbsc-sc-btn {
	color: #00539f;
	height: 2.666667em !important;
	line-height: 2.666667em !important;
	opacity: 1
}

/* Override bootstrap min/max width Style */
@media ( min-width : 40.063em) {
.navbar-right .dropdown-menu {
	right: 0;
	left: auto;
}

.nav-tabs.nav-justified>li {
	display: table-cell;
	width: 1%;
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 0;
}

.nav-tabs.nav-justified>li>a {
	border-bottom: 1px solid #1c1e22;
	border-radius: 4px 4px 0 0;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:focus {
	border-bottom-color: #272b30;
}

.nav-justified>li {
	display: table-cell;
	width: 1%;
}

.nav-justified>li>a {
	margin-bottom: 0;
}

.nav-tabs-justified>li>a {
	border-bottom: 1px solid #1c1e22;
	border-radius: 4px 4px 0 0;
}

.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover,
	.nav-tabs-justified>.active>a:focus {
	border-bottom-color: #272b30;
}

.navbar {
	border-radius: 4px;
}

.navbar-header {
	float: left;
}

.navbar-collapse {
	width: auto;
	border-top: 0;
	box-shadow: none;
}

.navbar-collapse.collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}

.navbar-collapse.in {
	overflow-y: visible;
}

.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.container>.navbar-header, .container>.navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}

.navbar-static-top {
	border-radius: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0;
}

.navbar>.container .navbar-brand {
	margin-left: -15px;
}

.navbar-toggle {
	display: none;
}

.navbar-nav {
	float: left;
	margin: 0;
}

.navbar-nav>li {
	float: left;
}

.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-nav.navbar-right:last-child {
	margin-right: -15px;
}

.navbar-left {
	float: left !important;
}

.navbar-right {
	float: right !important;
}

.navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.navbar-form .form-control {
	display: inline-block;
}

.navbar-form select.form-control {
	width: auto;
}

.navbar-form .radio, .navbar-form .checkbox {
	display: inline-block;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"]
	{
	float: none;
	margin-left: 0;
}

.navbar-form {
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-form.navbar-right:last-child {
	margin-right: -15px;
}

.navbar-text {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}

.navbar-text.navbar-right:last-child {
	margin-right: 0;
}

.navbar-nav .open .dropdown-menu {
	position: absolute !important;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: #3c4146 !important;
	border: 0;
	box-shadow: none;
}

.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header
	{
	padding: 5px 15px 5px 25px;
}

.navbar-nav .open .dropdown-menu>li>a {
	line-height: 20px;
}

.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus
	{
	background-image: none;
}
}
/* Override bootstrap min/max width Style end */

/* Override header/body Style */
.header {
	padding: 0 !important;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

@media only screen and (min-width: 40.063em) {
	.body {
		padding: 0 !important;
		padding-bottom: 30px !important; /* Height of the footer */
	}
}

@media only screen and (max-width: 40em) {
	.body {
		padding-left : 0 !important;
		padding-right : 0 !important;
		padding-top: 0;
		padding-bottom: 30px; /* Height of the footer */			
	}
}

.column0 {
	padding: 0;
	margin: 0;
}

.h6_label {
	font-size: 0.925em;
}

/* Override header/body Style end */

.rowNoMarginTB {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.lblTextBoxPadBot {
	padding-bottom: 1.25em;
}

.frmSelectPadMarBot {
	padding-bottom: -10px !important;
	margin-bottom: -10px !important;
}

.asadcErrorMsgMargin {
	margin-top: 28px !important;
}

.lblSubheader {
  line-height: 1.4;
  color: #000000;
  font-weight: normal;
  margin-top: 0.2em;
  margin-bottom: 0.5em; 
  font-size: 1.000em
 }
 
 .modalTable {
	margin-left: 0;
	width: 100%;
}

.modalTable * {
	list-style: none;
	line-height: 1;
	font-size: 14px;
}

.modalTable .td {
	padding-left: 0;
	padding-right: 0;
}

.modalTable tr {
	background-color: transparent !important;
}

.modalTable tr td {
	padding: 0;
}

.modalTable tr td .modalLbl {
	padding-left: 0.5em;
}

.modalButtons {
	margin-left: 0 !important;
}

.modalDiv {
	padding: 0.75em !important;
}

.modalError {
	color: #ff0d00 !important;
	margin-left: 0 !important;
}

.inputChooseDateSignUp {
	margin-right: -3.75em !important;
}

.btnChooseDateSignUp {
	height: 1.985em;
	width: 2.75em;
	padding: 0;
	margin-left: 0.55em;
	border-radius: 0;
	background-color: #4e5053;
}

.btnChooseDateSignUp:hover {
	background-color: #4e5053;
}

.btnChooseDateSignUp img {
	width: 1.225em;
}

@media only screen and (min-width: 40.063em) {
	.infoMsgModal {
		margin-left: -250px;
		width: 500px;
		max-height: 600px;
		overflow: auto;
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 40em) {
	.infoMsgModal {
		top: 50px;
		margin: auto;
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		max-height: 70vh !important;
		overflow: auto !important;
	}
	dialog, .reveal-modal {
		min-height: 50vh;
	}
}

.homeButton {
	font-size: small;
	border-radius: 0;
  	/*background-image: linear-gradient(rgb(218, 35, 50), rgb(189, 3, 18) 60%, rgb(164, 0, 13));*/
  	background-color: #da2332;
  	width: 33%;
  	margin: 0;
}

.homeButton:hover {
	background-color: #da2332;
}

.lblAppConfirmHead {
	font-size: 2em;
	color: #990000;
}

.lblAppConfirmSubHead {
	font-size: 1.5em;
	color: #990000;
}

.lblAppReviewSubHead {
	color: #990000;
	font-size: large !important;
}

.lblAppReviewError {
	 color: #990000;
}

/* AddEvent Plugin */
/* Use Google's hosted "Open Sans" font as display font in button */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600");

/* The button */
.addeventatc 							{display:inline-block;position:relative;font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;font-weight:600;color:#333;text-decoration:none;font-size:0.8125em;cursor:pointer;}
.addeventatc:hover 						{display:inline-block;position:relative;font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;font-weight:600;color:#333;text-decoration:none;font-size:0.8125em;cursor:pointer;}
.addeventatc .start, .addeventatc .end, .addeventatc .timezone, .addeventatc .title, .addeventatc .description, .addeventatc .location, .addeventatc .organizer, .addeventatc .organizer_email, .addeventatc .facebook_event, .addeventatc .all_day_event, .addeventatc .date_format, .addeventatc .alarm_reminder, .addeventatc .recurring, .addeventatc .attendees, .addeventatc .calname, .addeventatc .uid, .addeventatc .status, .addeventatc .method, .addeventatc .client, .addeventatc .transp {display:none!important;}

/* Drop down */
.addeventatc_dropdown 					{width:230px;position:absolute;padding:6px 0px 0px 0px;font-family:"Open Sans",Roboto,"Helvetica Neue",Helvetica,Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;color:#000!important;font-weight:600;line-height:100%;background:#fff;font-size:15px;text-decoration:none;text-align:left;margin-left:-1px;display:none;-moz-border-radius:3px;-webkit-border-radius:3px;-webkit-box-shadow:rgba(0,0,0,0.4) 0px 10px 26px;-moz-box-shadow:rgba(0,0,0,0.4) 0px 10px 26px;box-shadow:rgba(0,0,0,0.4) 0px 10px 26px;transform:scale(.98,.98) translateY(5px);z-index:-1;transition:transform .15s ease;-webkit-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.addeventatc_dropdown.topdown 			{transform:scale(.98,.98) translateY(-5px)!important;}
.addeventatc_dropdown span 				{display:block;line-height:100%;background:#fff;text-decoration:none;cursor:pointer;font-size:15px;color:#333;font-weight:600;padding:14px 10px 14px 55px;-webkit-transition:background-color .3s;transition:background-color .3s;}
.addeventatc_dropdown span:hover 		{background-color:#f4f4f4;color:#000;text-decoration:none;font-size:15px;}
.addeventatc_dropdown em 				{color:#999!important;font-size:12px!important;font-weight:400;}
.addeventatc_dropdown .frs a 			{background:#fff;color:#cacaca!important;cursor:pointer;font-size:9px!important;font-style:normal!important;font-weight:400!important;line-height:110%!important;padding-left:10px;position:absolute;right:10px;text-align:right;text-decoration:none;top:5px;z-index:101;}
.addeventatc_dropdown .frs a:hover 		{color:#999!important;}
.addeventatc_dropdown .ateappleical 	{background:url(https://www.addevent.com//gfx/icon-apple-t5.svg) 18px 40% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .ategoogle 		{background:url(https://www.addevent.com/gfx/icon-google-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .ateoutlook 		{background:url(https://www.addevent.com//gfx/icon-outlook-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .ateoutlookcom 	{background:url(https://www.addevent.com//gfx/icon-outlookcom-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .ateyahoo 		{background:url(https://www.addevent.com//gfx/icon-yahoo-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .atefacebook 		{background:url(https://www.addevent.com//gfx/icon-facebook-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .copyx 			{height:21px;display:block;position:relative;cursor:default;}
.addeventatc_dropdown .brx 				{height:1px;overflow:hidden;background:#e8e8e8;position:absolute;z-index:100;left:10px;right:10px;top:9px;}
.addeventatc_dropdown.addeventatc-selected {transform:scale(1,1) translateY(0px);z-index:99999999999;}
.addeventatc_dropdown.topdown.addeventatc-selected {transform:scale(1,1) translateY(0px)!important;}
.addeventatc_dropdown .drop_markup 		{background-color:#f4f4f4;}
/* AddEvent Plugin End */

.lblTstResultDonation {
	padding-bottom: 0.5em;
	color: #990000;
}

/* Appointment confirmation buttons */
.button.red.small {
	background-image: linear-gradient(rgb(218, 35, 50), rgb(189, 3, 18) 60%, rgb(164, 0, 13));
	background-color: #990000;
	color: white;
}

.button.red.small:hover {
	background-image: none;
	background-color: #ff4250;
}

.button.blue.small {
	background-image: linear-gradient(rgb(73, 156, 232), rgb(34, 119, 197) 20%, rgb(0, 83, 159));
	background-color: #0155a1;
	color: white;
}

.button.blue.small:hover {
	background-image: none;
	background-color: #1f95ff;
}
/* Appointment confirmation buttons End */

.share-buttons {
	display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    justify-content: center;
}

.share {
	text-align: center;
	margin: 3px;
	width: 50px;
	padding: 5px;
	transition: all 25ms cubic-bezier(0.4, 0, 1, 1) 0;
}

.share.facebook {
	background-color: #3b5998;
}

.share.facebook:hover {
	background-color: #89a0d1;
}

.share.twitter {
	background-color: #38A1F3;
}

.share.twitter:hover {
	background-color: #a9d6fa;
}

.share.mail {
	background-color: #36BCEE;
}

.share.mail:hover {
	background-color: #8dd9f5;
}

.share.whatsapp {
	background-color: #25D366;
}

.share.whatsapp i,
.share.facebook i {
	font-size: 25px;
    padding-top: 4px;
}

.share.whatsapp:hover {
	background-color: #76e7a0;
}

.share i {
	font-size: 35px;
	color: white;
}

.donor-communication-entry {
	display: inline-block;
	margin: 5px;
}

.hr-ma {
	border: solid black;
	border-width: 2px 0 0;
	margin: 0.75em 0 0.3875em;
}

.fixed-site-label {
	color: #990000;
	/*font-weight: normal;*/
}

.mobile-site-label {
	color: #0066cc;
	/*font-weight: normal;*/
}

.donorCard {
    width: 500px;
}

.donorCard-label {
	font-size: 16px;
}

.donorCard-label-ordered {
	font-size: 16px;
	color: #cf1726;
}

.donorCard-clickableLinks {
	font-size: 22px;
	font-weight: bold;
}

.donorCard-clickableLinks .printCard {
	color: #cf1726;
	text-decoration: underline;
}

.donorCard-clickableLinks .backProfile, .donorCard-clickableLinks .download-to-pdf {
	color: #393e43;
	text-decoration: underline;
}

.donorCard-subtitle {
	font-size: 20px;
}

.donorCardText {
	height: 86px;
	width: 400px;
	text-align: left;
	position: relative;
	bottom: 200px;
	font-size: 16px;
	left: 50%;
	transform: translateX(-200px);
	text-transform: uppercase;
	color: #333333;
}

@media screen and (max-width : 40.063em) {
	.donorCard {
        width: 290px;
    }
    
    .donorCardText {
    	width: 150px;
    	height: 63px;
   	    font-size: 12px;
	    bottom: 121px;
	    left: 50%;
	    transform: translateX(-118px);
    }
}

@media print {
    .donorCard {
        width: 85.6mm;
        height: 53.98mm;
    }
    
    .donorCard-label {
		font-size: 14px;
	    margin-top: -25px;
	}
    
    .donorCardText {
    	width: 60mm;
   	    font-size: 12px;
	    bottom: 121px;
	    left: 50%;
	    transform: translateX(-130px);
    }
}

.communicationTable {
	width: 100%;
	margin-bottom: 10px;
}

.communicationTable thead tr:nth-child(1) th {
	text-align: center;
}

.communicationTable thead tr:nth-child(2) th:nth-child(2) {
	width: 100px;
}

.communicationTable tbody tr td:nth-child(2) {
	text-align: right;
}

.communicationTable tbody tr {
	height: 30px;
}

.communicationTable .remove {
	color: red;
}

.communicationTable .order.inactive {
	color: grey;
	cursor: default;
}

.communicationTable .order.active {
	color: #008cba;
}

.communicationTable tbody tr td a {
	margin-right: 7px;
}

.communicationTable tbody tr td i {
	font-size: 30px;
}

.communicationTable tbody tr td {
	padding: 0;
	padding-left: 0.625em;
}

.communication-unconfirmed-error {
	color: red;
	padding-bottom: 10px;
}

.tooltipResultsSpace {
	width: 20px;
	margin-left: 10px;
	padding-top: 0;
	float: right;
}

/* TOOLTIP LEFT*/
@media only screen and (max-width: 40em) {
	.tooltipLeft {
		outline: none;
		font-weight: lighter;
		text-align: left;
	}
	.tooltipLeft strong {
		line-height: 30px;
	}
	.tooltipLeft:hover {
		text-decoration: none;
	}
	.tooltipLeft span {
		z-index: 10;
		display: none;
		padding: 14px 20px;
		margin-top: -23px;
		margin-left: -282px;
		width: 250px;
		line-height: 26px;
	}
	.tooltipLeft:hover span {
		display: inline;
		position: absolute;
		color: #111;
		border: 0px solid #818181;
		background: #ffffff;
		box-shadow: 5px 10px 18px #888888;
	}
	.calloutLeft {
		z-index: 20;
		position: absolute;
		top: 15px;
		border: 0;
		left: 238px;
	}
	.imgTooltipLeftInfo {
		width: 17px;
	}
}

@media ( min-width : 40.063em) {
	.tooltipLeft {
		outline: none;
		font-weight: lighter;
		text-align: left;
	}
	.tooltipLeft strong {
		line-height: 30px;
	}
	.tooltipLeft:hover {
		text-decoration: none;
	}
	.tooltipLeft span {
		z-index: 10;
		display: none;
		padding: 14px 20px;
		margin-top: -23px;
		margin-left: -282px;
		width: 250px;
		line-height: 26px;
	}
	.tooltipLeft:hover span {
		display: inline;
		position: absolute;
		color: #111;
		border: 0px solid #818181;
		background: #ffffff;
		box-shadow: 5px 10px 18px #888888;
	}
	.calloutLeft {
		z-index: 20;
		position: absolute;
		top: 15px;
		border: 0;
		left: 238px;
	}
	.imgTooltipLeftInfo {
		width: 17px;
	}
}

.available-drives-button-confirm img:nth-child(1) {
	display: none;
}

.lbl-mq-approve {	 
	font-size: 100%;
}

.parameterSubgroup {
	float: left;
	margin-top: 15px;
}

.parameterSubgroup label {
	font-weight: bold;
	text-transform: uppercase;
}

.parameterSubgroupSeparator {
	border-color: #4d4d4d;
	border-width: thin;
}

.checkbox-switch{
	margin-top: 15px;
}

.checkbox-switch strong{
	color: #6f6f6f; 
	vertical-align: -2px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.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: 14px;
  width: 14px;
  left: 3px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

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

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

.appointment-form{
	padding: 15px;
/*	padding-left: 0; */
}

.appointment .padding-left{
	padding-left:27px;
}

.appointment .padding-bottom{
	padding-bottom:15px;
}

.appointment #searchType label{
	margin-left: 0px;
}

.appointment fieldset{
/*	border: none;  */
}

.appointment fieldset legend{
/*	display: none; */
}

.appointment .error-margin {
 	margin-top: 1rem;
}

.appointment input, .appointment select {
	/* font-size: 1em !important; */
}

.appointment input:focus, .appointment select:focus {
 box-shadow: 0 0 7px #999999;
 outline: none;
}

.appointment .switch input:focus  + .slider{
	box-shadow: 0 0 7px #000;
}

.appointment-label{
	display: inline-block;
	width: 120px;
}

.appointment-field{
	display: inline-block;
	width: 60%;
}

.appointment-form .appointment-field .btnChooseDate {
	width: auto;
    height: 1.9685em;
    padding: 0;
    padding-top: 2px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 12px;
    border-radius: 0;
    background-color: #4e5053;
}

.appointment-btn input{
	color:  #c8c8c8;
	background-color: #222222;
	margin:0;
}

.appointment-btn input:focus{
	box-shadow: 0 0 7px #999999;
	color:  white;
}

.appointment-space{
	margin-left: 125px;
}

.appointment .hour-start{
	display: inline-block;
	width: 120px;
	margin-right: 5px;
}

.appointment .hour-end{
	display: inline-block;
	width: 120px;
	margin-left: 5px;
}

.appointment .hour-start input, 
.appointment .hour-end input {
	text-align: center;
}

.accordionMobile {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.activeMobile, .accordion:hover {
  background-color: #ccc;
}

.accordionMobile:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activeMobile:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.sub_page_title {
	
}

.sub_page_title {
	
}

@media ( min-width : 40.063em) {
	.breadcrumb {
		margin-top: -20px;
	}
}

.breadcrumbs > * a {
    color: #cc1423;
    line-height: 2.2;
}

.breadcrumbs {

    padding: 0.2625em 0.875em 0.2625em;
    border-width: 1px;
    background-color: #ffffff;
    border-color: gainsboro;
    border-radius: 3px;
}

.btnSmallBlackRound:focus {
	background-color: #b9b9b9;
}

.alphaTransparent:focus {
	background-color: #b9b9b9;
}

.backToTopQues {		
	font-size: 0.85em;
	margin-top: 30em !important;
	/* display: none; */
}

.backToTopQuesDiv {
	height: 0.5em;
	display: none;
}

