@font-face {
    font-family: Helvetica_Light_LT;
    src: url(fonts/HELVETICALTLIGHT.eot) format('embedded-opentype'), url(fonts/HELVETICALTLIGHT.TTF) format('truetype');
}

html,
body {
    padding: 0px;
    margin: 0px;
    min-height: 100% !important;
    height: 100% !important;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    font-family: Helvetica_Light_LT, Helvetica, Arial, sans-serif;
    color: #333333;
    line-height: 1;
    background-color: #FFF;
}

a:link, a:visited, a:active, a:hover{
	color:#297fb8;
	text-decoration:none;
}

/* Background Image */
body[banner-position="CONTAIN"],
body[banner-position="FILL"] {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body[banner-position="STRETCH"] {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

body[banner-position="TILE"] {
    background-position: top left;
    background-repeat: repeat;
}

body[banner-position="CENTRE"] {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

body,
a:link,
a:visited,
a:hover,
a:active {
    font-family: Helvetica_Light_LT, Arial, Helvetica, sans-serif!important;
    font-weight: 100;
    text-decoration: none;
    max-width: 100%;
}

/* Page */

#org-brand {
    width: 400px;
    height: 100px;
	margin:0 auto;
    background-image: url(../images/logo.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-blend-mode: difference;
}

h1 {
    color: #000;
    font-size: 24px;
    text-align: center;
    padding: 0;
    padding: 8px;
    margin: 0;
    font-weight: normal;
}

h2 {
    color: #000;
    text-align: center;
    font-size: 16px;
    padding: 0;
    padding: 8px;
    margin: 0;
    font-weight: normal;
}

#login-wrapper {
    position: relative;
    height: 100%!important;
}

#login-container {
    position: relative;
}

.login-floating-container {
    height: auto;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.login-form-container{
	width:380px;
	margin:20px auto;
}

#login-form {
    padding: 4px 0 4px 0;
    font-size: 14px;
}

.theme-button {
    border-color: #297fb8;
    color: #297fb8!important;
	cursor:pointer;
}

.theme-text {
    color: #297fb8!important;
}

.link-page-message{
	width:80%;
	font-size:1.2em;
	margin:20px auto 20px;
	text-align:center;
}

/* Inputs */

.ui-text,
.ui-password,
.ui-submit,
.ui-select,
.ui-search {
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-family: inherit;
    color: #000;
    border: 1px solid #000;
    background: transparent;
    width: 100%;
    text-align: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: all 5000s ease-in-out 0s;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    color: #000;
    !important;
    opacity: 1;
}

.ui-submit {
    text-align: center;
    border: 1px solid;
    margin-bottom: 12px;
    font-weight: normal;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #FFF!important;
    background-color: #297fb8!important;
    border-color: #297fb8!important;
}

/* Tiles */

.link-page-links{
	width:840px;
	margin:0 auto;
	margin-top:20px;
	margin-top:10px;
	line-height:24px;
	color: #fff;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}

.tile{
	width:260px;
	height:260px;
	display:table;
	background-color:rgba(233, 17, 140,0.8);
	margin:0 10px 10px 0;
	text-align:center;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	position:relative;
}

.tile:nth-of-type(3){
	margin-right:0;
}

.tile:hover{
	background-color:rgba(233, 17, 140,0.5);
}

.link-page-info{
	position:absolute;
	top:4px;
	left:4px;
	width:20px;
	height:20px;
	pointer-events:all;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border:1px solid #FFF;
}

.link-page-info:after{
	content:"i";
	position:absolute;
	left:0px;
	top:0px;
	width:20px;
	height:20px;
	font-size:16px;
	text-align:center;
	line-height:20px;
	color:#FFF;
	font-family:sisoFont, Helvetica, Arial, sans-serif;
	cursor:pointer;
}

.link-page-version{
	position:absolute;
	top:-2px;
	right:4px;
	width:40px;
	height:20px;
	font-size:10px;
	text-align:right;
	pointer-events:none;
}

.tile > a{
	font-size:18px;
	text-decoration:none;
	display:table-cell;
	vertical-align:middle;
}

.link-page-banned, .link-page-account{
	display:table-cell;
	width:50%;
	text-align:center;
}

.link-page-footer{
	display:table;
	border-collapse:collapse;
	table-layout:fixed;
	width:100%;
	font-size:10px;
	position:absolute;
	bottom:2px;
	left:0px;
	width:100%;
	height:20px;
	pointer-events:none;
}

#desktop-alerts {
    min-height: 30px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
	display:none;
}

.desktop-alerts-notfixed {
    position: relative!important;
    left: none!important;
    bottom: none!important;
}

#desktop-info-header{
    background-color: rgba(0, 0, 0, 0.45);
    background-image: url(../images/additional-info.png);
    background-size: 30px 30px!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 100%;
    cursor: pointer;
}

#desktop-info-body {
    display: none;
    height: auto;
    padding: 20px;
    padding-bottom: 50px;
    background-color: rgba(0, 0, 0, 0.45);
    margin: 0 auto;
}

.login-info-content > ul {
    list-style: none;
    list-style-image: none;
    padding: 0px;
    margin: 0px;
    border: none;
    color: #fff;
}

.login-info-content > ul > li {
    padding: 0px;
    margin: 0px;
    border: none;
}

.desktop-info-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.desktop-info-row {
    display: table-row;
}

.desktop-info-row .login-info-container {
    display: table-cell;
    vertical-align: top;
    min-width: 300px;
    color: #fff;
}

.login-info-container {
    padding-top: 25px;
    padding-bottom: 25px;
}

.login-info-header {
    padding-left: 60px;
    padding-bottom: 15px;
    font-size: 30px;
}

.dt-info-icon {
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    clear: none;
    float: left;
}

#opening_times {
    visibility:hidden;
}

#contact_details {
   visibility:hidden;
}

#useful_links {
    visibility:hidden;
}

#login_message {
	display:none;
    width: 100%!important;
    text-decoration: none;
}

.login-info-content {
    padding-left: 60px;
    line-height: 24px;
    color: #fff;
}

.login-info-content a{
	color:#FFF!important;
	text-decoration:none;
}

.login-footer-copyright {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    bottom: 10px;
    text-align: center;
    font-size: 11px;
    color: #fff;
}

@media (max-width: 700px) {
	.link-page-links{
		width:100%;
	}
    .login-floating-container {
        width: 100%;
    }
    .desktop-info-table {
        display: block;
    }
    #desktop-info-body {
        padding-bottom: 10px;
    }
    .desktop-info-row {
        display: block;
    }
    .desktop-info-row .login-info-container {
        display: block;
        min-width: 100%;
        color: #fff;
    }
	.login-footer-copyright {
        position: static;
        color: #fff;
    }
    .login-footer-certificate {
        margin-top: 10px;
        position: static;
        text-align: center;
    }
}