﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i);

/*
	Copyright (C) 1999-2025 Empresa Limited - All Rights Reserved
	This resource is subject to the terms of WAM source code licensing.				
	A copy of this license can be found at:
		https://www.wam-leisure.co.uk/Licensing.aspx
		licensing@wam-leisure.co.uk
*/

/*
    CSS Stylesheet
    For the styling of the landing page on WAM
    All browsers, all media types
*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}


/*
    HTML Tags
*/

html, body { margin: 0; padding: 0; box-sizing: border-box;}
body { color: #212221; font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 1.4em; }

h1 { color: #00a18e; font-family: Georgia, Serif; font-size: 24px; font-style: italic; font-weight: normal; line-height: 32px; margin: 0; padding: 0; }
h2 { font-family: Georgia, Serif; font-size: 18px; font-style: italic; font-weight: bold; margin: 0 0 10px 0; padding: 0; line-height: 1.6em; }
h3 { background: transparent none no-repeat scroll 0 0; font-family: Georgia, Serif; font-size: 18px; font-style: italic; font-weight: normal; line-height: 20px; margin: 0; padding: 0 0 18px 26px; color: #808080; }
h4 { color: #808080; font-family: Georgia, Serif; font-size: 18px; font-style: italic; font-weight: normal; line-height: 20px; margin: 0; padding: 0; }
h5 { color: #808080; font-family: Georgia, Serif; font-size: 14px; font-style: italic; font-weight: normal; line-height: 20px; margin: 0; padding: 0; }

p { margin: 0; padding: 0; }

ul { list-style: none; margin: 0; padding: 0; }
    ul li { background: transparent url(../Images/CSS/?bullet.png) no-repeat scroll 0 8px; line-height: 19px; margin: 0; padding: 0 0 6px 7px; }

a { color: #faa61d; font-weight: bold; outline: none; text-decoration: none; }
a:hover { text-decoration: underline; }
    a img { border: 0 none; outline: none; }

/*
    Generic
*/

.errorMessage { color: red; font-weight: bold; }

.clear { clear: both; font-size: 0; height: 1px; line-height: 0; margin: 0 0 -1px; padding: 0; }

.outerWrap { float: left; margin: 0; min-width: 960px; padding: 0; width: 100%; }
    .outerWrap .innerWrap { margin: 0 auto; padding: 0; width: 960px; }

.left { float: left; }
.right { float: right; }

.aspNetDisabled, .aspNetDisabled:hover {
    cursor: not-allowed !important;
}

textarea,
input.textbox { 
    -webkit-appearance: none;
    appearance: none;
    line-height: 20px;
    border: none;
    box-sizing: border-box;
    color: #363636;
    padding: 0 8px;
    height: 30px;
    transition: all 500ms cubic-bezier(.68,-.55,.265,1.55);
    font-size: 100%;
    width: 100%;    
    display: block;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
}
textarea { height: 50px; width: 220px; }

textarea:hover,
textarea:focus,
input.textbox:hover,
input.textbox:focus {
    background-color: #ededee;
    outline: 0;
}

.buttonGreen { background: #49aa48 url(../Images/CSS/?button-background-green.png) repeat-x scroll 0 bottom; border: 1px solid #29a349; }
.buttonGrey { background: #8c8c8c url(../Images/CSS/?button-background-grey.png) repeat-x scroll 0 bottom; border: 1px solid #787878; }
.buttonPurple { background: #00a18e url(../Images/CSS/?button-background-purple.png) repeat-x scroll 0 bottom; border: 1px solid #00a18e; }
.buttonRed { background: #da3326 url(../Images/CSS/?button-background-red.png) repeat-x scroll 0 bottom; border: 1px solid #d22e27; }

.progressIndicator { background: rgba(0, 0, 0, 0.7); height: 100%; left: 0; margin: 0; padding: 0; position: fixed; top: 0; width: 100%; z-index: 100; }
    .progressIndicator .inner {
        width: 80px;
        height: 80px;
        background: url(../Images/CSS/?spinner.png) no-repeat;
        position: fixed;
        z-index: 99999999;
        left: calc(50% - 40px);
        top: calc(45% - 80px);
        margin: 100px auto;
        -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
        animation: sk-rotateplane 1.2s infinite ease-in-out;
    }

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(-180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(0deg) }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateY(180deg);
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        transform: perspective(120px) rotateY(360deg);
        -webkit-transform: perspective(120px) rotateY(360deg);
    }
}


/*
    Header
*/

#header { background: #0d0d0d url(../Images/CSS/?header-background.png) repeat-x scroll 0 0; padding: 6px 0 11px; }
    #header a.logo { float: left; margin: 0; padding: 0; width: auto; }
        #header a.logo img { float: left; height: 32px; margin: 0; padding: 0; width: auto; }

/*
    Main
*/

#main { }
    
    #main .leftColumn, #main .leftContainer {background:transparent; margin: 0; padding: 0 10px 0px 0;}
        #main .leftContainer{background: #017b6d url(../Images/CSS/?main-background.png) no-repeat scroll right bottom; position:absolute; left:0;}    
        #main .leftColumn .login { float: left; margin: 0; padding: 30px 0 0 0px; width: 98%; }
            #main .leftColumn .login .top { background: transparent url(../Images/CSS/?login-background-top.png) no-repeat scroll 0 0; float: left; font-size: 0; height: 4px; line-height:0; margin: 0; padding: 0; width: 100%; }
            #main .leftColumn .login .blank { margin-top: 30px; }
            #main .leftColumn .login .middle { background: #00a18e; color: #fff; float: left; margin: 0; padding: 11px 0; width: 100%; border-radius: 5px }
                #main .leftColumn .login .middle input.textbox { float: left; width: 100%; }
                #main .leftColumn .login .middle .left { float: left; margin: 0; padding: 0 0 0 10px; width: 47%; }
                    #main .leftColumn .login .middle .left .checkbox { display: none; }
                    #main .leftColumn .login .middle .left a.checkbox { background: transparent url(../Images/CSS/?input-checkbox.png) no-repeat scroll 0 0; color: #fff; display: inline; float: left; font-weight: normal; height: 12px; line-height: 12px; margin: 9px 0 0; padding: 0 0 0 20px; text-decoration: none; width: auto; }
                    #main .leftColumn .login .middle .left a.checkboxActive { background-position: 0 -12px; }
                #main .leftColumn .login .middle.sso .left { width: calc(100% - 20px); }
                #main .leftColumn .login .middle .center { float: right; margin: 0; padding: 0 10px 0 0; width: 47%; }
                    #main .leftColumn .login .middle .center a.forgottenPassword { background: transparent url(../Images/Icons/?login-forgottenPassword.png) no-repeat scroll 0 0; color: #fff; display: inline; float: right; font-weight: normal; height: 12px; line-height: 12px; margin: 9px 0 0; padding: 0 0 0 29px; width: auto; font-size: 13px; }
                #main .leftColumn .login .middle .right { float: right; margin: 0; padding: 0; }
                    #main .leftColumn .login .middle .right .button { margin: 20px 10px 0 0; }
            #main .leftColumn .login .bottom { background: transparent url(../Images/CSS/?login-background-bottom.png) no-repeat scroll 0 0; float: left; font-size: 0; height: 4px; line-height:0; margin: 0; padding: 0; width: 100%; }
    
        #main .leftColumn .topLeft { background: transparent url(../Images/Logos/?large.png) no-repeat scroll 32px 30px; float: left; height: 236px; margin: 0; padding: 50px 0 0 32px; width: 305px; }
        #main .leftColumn .topRight { float: left; margin: 0; /*padding: 30px 0 0 0px;*/ width: auto; }
            #main .leftColumn .topRight p { color: #fff; font-size: 13px; font-weight: bold; }
            #main .leftColumn .topRight p.tagLine1 { color: #ffe781; font-family: Georgia, Serif; font-size: 22px; line-height: 1.2; margin: 0; padding: 0 0 26px; font-weight: normal; font-style: italic; }
            #main .leftColumn .topRight p.tagLine2 { color: #faa21b; font-family: Georgia, Serif; font-size: 22px; font-style: italic; font-weight: normal; line-height: 1.2; margin: 0; padding: 0 0 20px; }

        #main .leftColumn .bottomLeft { color: #fff; float: left; margin: 0; /*padding: 0px 30px 0 20px;*/}
            #main .leftColumn .bottomLeft ul { padding: 0 0 20px; }
                #main .leftColumn .bottomLeft ul li { background-image: url(../Images/CSS/?bullet-white.png); }
        #main .leftColumn .bottomRight { background: transparent url(../Images/CSS/?devices.png) no-repeat scroll 0 0px; float: left; height: 243px; margin: 0; margin-top: 0px; padding: 26px 0 -10px 50px; width: 100%; }

    #main .rightColumn { background: #f1f0f0 none no-repeat scroll 0 0; border-left: 1px solid #e1e1e0; border-right: 1px solid #e1e1e0; float: left; margin: 0; min-height: 100%; padding: 0; width: 246px; position: relative; left: -24px; }
        #main .rightColumn .clientLogo { background-color: #fff; border-bottom: 1px solid #e1e1e0; float: left; margin: 0; padding: 29px 0; text-align: center; width: 246px; }
            #main .rightColumn .clientLogo img { margin: 0; max-width: 246px; padding: 0; }
        #main .rightColumn .pod { border-top: 1px dotted #b3b2b2; float: left; margin: 0; padding: 29px 19px; width: 208px; }
        #main .rightColumn .firstPod { border: 0 none; }
            #main .rightColumn .pod h3.whatsNew { background-image: url(../Images/Icons/?icon-circle.png); }
            #main .rightColumn .pod h3.userGuide { background-image: url(../Images/Icons/?icon-page.png); }
            #main .rightColumn .pod h3.contactDetails { background-image: url(../Images/Icons/?icon-page.png); }
/*
    Footer
*/

#footer { background: #5a5a59 none no-repeat scroll 0 0; color: #fff;  padding: 14px 0; position: relative; z-index: 2; }
    #footer a { color: #fff; }
    
/*
    Exception Page
*/

#exception { margin: 0; padding: 0px; }
    #exception h1 { margin: 0; padding: 0 0 16px; color: #ffe781; }
    #exception p { color: #fff; margin: 0; padding: 0 0 16px; }
    #exception .form {margin: 0; padding: 0; }
        #exception .form .row { margin: 0; padding: 4px 0; }
            #exception .form .row label { color: #fff; float: left; font-weight: bold; margin: 0; padding: 3px 0; width: 120px; }
            #exception .form .row textarea { float: left; height: 120px; margin: 0; padding: 3px; resize: none; width:100%; }

/*
    Slider
*/

.bjqs { list-style: none; margin: 0; overflow: hidden; padding: 0; position: relative; z-index: 120; }
.bjqsSlide { position: absolute; z-index: 130; }

/*
    Public Page Styles
*/

#publicBody { background: transparent url(../images/public/content-background.jpg) repeat-y scroll center top;  }
    #publicBody .innerWrap { width: 984px; }
        #publicBody a.logo { margin: 0 0 0 10px; }
        
#heroContent { background: transparent none no-repeat scroll 0 0; float: left; height: 768px; margin: 0 0 -743px; padding: 0; position: relative; width: 100%; z-index: 1; }
    #heroContent .slide { background: transparent none no-repeat scroll center top; float: left; height: 768px; left: 0; margin: 0; padding: 0; position: absolute; top: 0; width: 100%; }

#publicMain { padding: 0; position: relative; z-index: 2; }

    #publicMain #headerContent { background: transparent url(../images/public/wam-logo.png) no-repeat scroll 780px top; margin: 0 auto; padding: 7px 0 32px; }
        #publicMain #headerContent h1 { background: #00a18e none no-repeat scroll 0 0; color: #fff; float: left; font-family: Arial, Sans-Serif; font-size: 26px; font-style: normal; font-weight: normal; line-height: 54px; margin: 0 0 32px; padding: 0 24px; width: auto; }
        #publicMain #headerContent .line { background: #fdc145 none no-repeat scroll 0 0; color: #050505; float: left; font-family: Arial, Sans-Serif; font-size: 16px; font-style: normal; font-weight: normal; line-height: 36px; margin: 0 0 4px; padding: 0 16px; width: auto; }
        #publicMain #headerContent .lineTwo { background-color: #ffe67f; margin: 0; }

#content { float: left; margin: 0; min-height: 444px; padding: 0 0 42px; position: relative; width: 100%; z-index: 2; }
    #content #page { background: #fff none no-repeat scroll 0 0; margin: 0 auto; padding: 38px 44px 44px; /*width: 896px;*/ }
        #content #page #title { margin: 0; padding: 0; margin: 0px 0px 30px 0px; border-bottom: 1px solid #d7d7d7; }
            #content #page h2 { color: #00a18e; font-family: Georgia, Serif; font-size: 24px; font-style: italic; font-weight: normal; line-height: 32px; margin: 0; padding: 0; }
        #content #page #leftColumn { float: left; margin: 0; padding: 0; width: 440px; }
        #content #page #rightColumn { float: right; margin: 0; padding: 0; width: 440px; }
            #content #page .section { border: 1px solid #d7d7d7; margin: 0 0 44px; padding: 20px 20px 28px;}
            #content #page .wideSection { margin: 44px 0 0; padding: 20px 0; width: 100%;}
            #content #page .lastSection { margin: 0; }
                #content #page .section h3 { background: #fff none no-repeat scroll 6px 0; color: #000; float: left; font-family: Georgia, Serif; font-size: 22px; font-style: italic; font-weight: normal; line-height: 28px; margin: -32px 0 0; padding: 0 16px 20px 48px; width: auto; }
                #content #page .wideSection h3 { display: inline; margin: -32px 0 0 22px; }
                #content #page .section p { margin: 0; padding: 0 0 20px; }
                #content #page .section .noimage { padding-left: 0px; border: 10px; }

.mainMenu { float: right; margin: 0; padding: 3px 0 0; width: auto; }
    .mainMenu ul { list-style: none; margin: 0; padding: 0; }
        .mainMenu ul li { background: transparent none no-repeat scroll 0 0; display: inline-block; height: 28px; line-height: 28px; margin: 0; padding: 0 22px; }
        .mainMenu ul li.last { padding: 0 0 0 22px; }
            .mainMenu ul li a { color: #fff; font-size: 13px; font-weight: bold; }
            .mainMenu ul li.active a { text-decoration: underline; }

#testimonials { float: left; margin: 0; padding: 0; width: 100%; }
    #testimonials .testimonial { float: left; margin: 0; padding: 0; width: 100%; }
        .testimonial p { font-style: italic; }
            .testimonial p.client { font-weight: bold; }
            
#clientSlider { float: left; margin: 0; padding: 0; width: 100%; }
    #clientSlider a { float: left; margin: 0; padding: 10px; width: auto; }
        #clientSlider a img { float: left; margin: 0; padding: 0; width: auto; }

/*.marginTop{margin-top:30px;}*/
.marginMobileBottom{margin-top:30px; display:none;}

#ScreenshotContainer{width: 400px; margin:0 auto;}

/* ------------------------------
 Privacy Policy styling changes 
--------------------------------*/

#privacy-policy ul li
{
    font-weight:normal;
    margin-bottom:3px;
}

#privacy-policy table td
{
    padding:5px 10px 0 0;

}

.dz-clickable .dz-default{height:initial !important;}


/*-------------------------------
Form width changes
-------------------------------*/
.row input .InputWidth
{
    width:100px;
}

.whatYouKnow div
{
    font-weight:bold;
}

ul.frontPageUl li
{
    margin-bottom:10px;
}

@media (max-width: 1023px)
{
    *, *:before, *:after {
        box-sizing: inherit;
    }

    .marginMobileTop{margin-top:30px; display:block;}
    .marginMobileBottom{margin-bottom:30px; display:block;}

    #publicBody a.logo { margin: 2px 0 0 0px; }
    #content #page {padding: 30px 20px;}

    #main .leftColumn .login .middle .center a.forgottenPassword{margin: 15px 0 0;}

    .mainMenu{float:none;}
        .mainMenu ul li{padding:0;}

    .publicMobileNav ul{
        display:none;
        clear:both;
    }
        .publicMobileNav ul li {
            display:block;
            text-align:right;
            margin-top: 15px;
        }
            .publicMobileNav ul li:last-child{margin-bottom: 15px;}
            .publicMobileNav ul li a {
                /* padding: 50px 0 50px 0; */
                display: block;
                font-size: 16px;
            }
    .publicMobileNav .fa{color:#fff; cursor:pointer;}

    .publicMobileNav #menuText{
        color: #fff;
        font-size: 18px;
        position: relative;
        top: -5px;
        margin-right: 10px;
    }
    
    .mobileLogoContainer{
        margin:50px 0;
    }

    .mobileLogo{
        margin: 0 auto;
        text-align: center;
        padding: 29px 0;
        text-align: center;
        width: 160px;
        background-color: #fff;
        border: 2px solid #000;
    }       

    .outerWrap{
        min-width:inherit;
    }
        .outerWrap .innerWrap{
            width:100%;
        }

    #main .leftColumn{
        /*background:#00a18e;*/
        width:inherit;
        float:none;
        width:100%;
        padding-left: 0px !important;
        font-size:16px;
    }
        #main .leftColumn .login{
            float:none;
            margin:0;
            margin:0 auto;
            padding:0;
            width:450px;
        }
            #main .leftColumn .login .top{display:none;}
            #main .leftColumn .login .bottom{display:none;}
            #main .leftColumn .login .middle{
                padding: 20px;
                width: 100%;
            }
                #main .leftColumn .login .middle .left{
                    padding:0px;
                    float:none;
                    width:100%;
                    margin-bottom:10px;
                }
                #main .leftColumn .login .middle .center{
                    padding: 0;
                    width: 100%;
                    margin-bottom: 20px;
                }

                #main .leftColumn .login .middle input.textbox{
                    float:left;
                    width:inherit;
                    font-size:inherit;
                }

    textarea, input.textbox{width:100%;}
    
    #publicMain #headerContent{background:transparent;}

}


@media (max-width: 768px){
    #mobileLogo{width:100%;}

    /*.rightColumn{margin-top:32px;}*/

        #footer .right{float:left; margin-top:10px;}
}

@media (max-width: 600px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; padding:10px 0; }
 
	#no-more-tables td, #privacy-policy table td { 
		/* Behave  like a "row" */
		/*border: none;
		border-bottom: 1px solid #eee;*/ 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
        width:100% !important;
        word-wrap: break-word;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }

    #main .leftColumn .login{width:100%;}
    #main .leftColumn .bottomLeft{padding:0;}
}

.noWrap{word-wrap: break-word;}

@media (max-width: 480px) 
{
    .mobileLogoContainer {margin: 25px 0;}    
    #ScreenshotContainer, #ScreenshotContainer img{width:auto; height:initial;}
}

@media (max-width: 320px) {
    .fullWidthTable{}
        .fullWidthTable tr td{display:block;}

    img {max-width: 100%;}
}
