﻿/*

Add these styles to to the style.css file

*/
h2.finsyncHeader {
	color: white;
}
.section-padding {
	margin: 80px;
}
.finsyncButton {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 14px;
	line-height: 1.4rem;
	transition: all .15s ease-out 0s;
	display: inline-block;
	padding: 14px 21px;
	border: 2px solid #364c5d;
	background: #364c5d;
	color: #fff;
	letter-spacing: 2.16px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.finsyncButton:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}
.primaryBackground {
	background: #2d6cb1;
}
.grayBackground {
	background: #eeeeee;
    color: #000;    
}
.signInHeader {
	font-size: 44px;
	padding-top: 10px;
}
.newToEclubHeader {
	font-size: 44px;
	padding-top: 10px;
	color: #ffffff;
}
.newToEclubText {
	color: #ffffff;
	padding-bottom: 20px;
}
.buttonAlignLeft {
	float:left;
	margin-right: 20px;
}


.page-loading {
	visibility: hidden;
	z-index: 9999;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 50%;
}

.timeoutMessage {
	color: black;
	text-align: center;
	padding: 8px;
}

.timeoutClose {
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.timeoutHeaderAction {
	padding: 4px;
	text-align: right;
	width: 30%;
}

.timeoutHeaderTitle {
	padding: 4px 0px 4px 4px !important;
	color: white;
	width: 70%;
}

.timeoutArea {
	position: absolute;
	top: 44%;
	z-index: 101;
}

.timeOutDialogTitle {
	padding: 12px 0px 12px 0px;
}

.ui-dialog .ui-dialog-content {
	display: contents !important;
}

.timeoutBox {
	border: 1px solid black;
	border-radius: 0.2em;
	background-color: beige;
	width: 300px;
	margin: 0 auto;
	display: table;
}

.timeoutHeader {
	background-color: firebrick;
	display: flex;
	flex-direction: row;
}

/*Carousel*/

.boxess {
}
.carousel-indicators li {
	width: 9px;
	height: 9px;
	margin: 0;
	border-color: #cbd4d4;
}
.carousel-indicators .active {
	background-color: #ec6d07;
	width: 9px;
	height: 9px;
	border-color: #ec6d07;
}
.carousel .btn {
	width: 180px;
	height: 54px;
	margin: 30px 5px;
	line-height: 54px;
	padding: 0;
	font-size: 18px;
	font-weight: 300;
}
.carousel .btn:hover {
}
.carousel-caption {
	top: 50%;
	margin-top: -160px;
	font-size: 14px;
	font-family: Comfortaa, 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #666666;
}
.carousel-caption h1 {
	font-size: 60px;
	line-height: 80px;
	font-family: Comfortaa, 'Open Sans', sans-serif;
	font-weight: 300;
	color: #fff;
}
.carousel-caption h1 span {
	color: #ec6d07;
}
.carousel-caption h1 + p {
	opacity: 0.6;
}
.carousel-control {
	background: none !important;
	opacity: 0.4;
	-moz-opacity: 0.4;
}
.carousel-control .carousel-control-left {
    width: 36px;
    height: 45px;
    top: 50%;
    margin-top: -35px;
    background: url(../images/slider/control.png) no-repeat left top;
    background-size: 195%;
}
.carousel-control .carousel-control-right {
    width: 36px;
    height: 45px;
    top: 50%;
    margin-top: -35px;
    background: url(../images/slider/control.png) no-repeat right top;
    background-size: 195%;
}

.carousel-control .carousel-control-left:hover,  .carousel-control .carousel-control-right:hover {
	opacity: 1;
	-moz-opacity: 1;
}
.boxed .carousel-control .carousel-control-left {
	left: -150px;
	top: 150px;
}
.boxed .carousel-control .carousel-control-right {
	right: -150px;
	top: 150px;
}
.boxed .carousel-caption {
	top: 50px;
}
.boxed .carousel-caption h1 {
	font-size: 40px;
	line-height: 40px;
}
.boxess .carousel-caption h1 {
	font-size: 40px;
	line-height: 40px;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}



/*Responsive - debugging default problems*/

 @media(max-width:1600px) {
.carousel-caption h1 {
	font-size: 40px;
	line-height: 50px;
}
}
 @media(max-width:1310px) {
.carousel-caption {
	font-size: 14px;
	top: 55%;
}
.carousel-caption h1 {
	font-size: 30px;
	line-height: 40px;
}
.slider .btn {
	margin: 0 10px;
}
.carousel-caption p {
	margin: 30px 0;
}
}

 @media(max-width:1024px) {
.carousel-caption {
	font-size: 13px;
	top: 50%;
	margin-top: -110px;
	left: 15%;
	right: 15%;
}
.carousel-caption h1 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.carousel-caption p {
	margin: 10px 0;
}
.boxess .carousel-caption h1 {
	font-size: 20px;
	line-height: 20px;
}
.carousel-control .carousel-control-left {
	left: 5px;
}
.carousel-control .carousel-control-right {
	right: 5px;
}
.carousel-control {
	width: auto;
}
}

@media(max-width:880px) {
.boxess .carousel-caption {
	margin-top: -120px;
}
.carousel-caption h1 {
	font-size: 30px;
	line-height: 30px;
}
}

 @media(max-width:768px) {
.carousel-caption h1 {
	font-size: 20px;
	line-height: 20px;
}
}


 @media(max-width:440px) {
.carousel-caption {
	display: none;
}
}

 /* Listing the App Store badges */
.list-app-store img {
    width: 100%;
    margin: 0 0 0 0;
}
.list-app-store ul,
.list-app-store li {
    list-style-type: none;
    border: 0;
}

.list-app-store ul {
	padding-left: 0 !important;
}

#newusermodal .modal-centered {
	top: 35%;
}
#newusermodal .modal-title {
	margin: 4px 10px;
}

/* Responsive Bug fixes for HRT */
.monitoring .tim-registration-consent {
	display: flex;
	align-items: start;
}