﻿/*
 * Styles for the Twerms & Conditions acceptance page
 */

/* layout */

.terms { border-width: 2px; position: absolute; padding: 4em; overflow-y: auto; 
        top: 2em; bottom: 2em; width: 100%; }
.language-picker-panel { position: relative;  float:right;}
.fsi-logo { position: absolute; left: 4em; top: 4em; height: 60px; }
.texts, .text { margin-top: 10em; margin-bottom: 4em; margin-right: 1em;}
body { width: 60em; margin-right: 25%;margin-left:25%; position:relative; }
.contentPlaceHolderPositioner { top:0; }
.buttons { text-align: right; margin-bottom: 2em; }
h1 { margin-left: 0 !important; }



/* colours */
body { background-color: #eee; }
.terms { background-color: white; border-color: #333; border-style: solid; }
.texts > * {display: none; }
.texts .selected { display: block; }

h1, h2, h3, h4, h5, h6 { color: black; }

form { background: none !important; }

.language-picker-panel {text-align: right; line-height: 1.2em; }

.textBoxControl {
    border: none!important;
}

.closeBtn {
    background-color: #0093CF !important;
    color: #fff !important;
    border: 1px solid #0093CF;
    height: 26px;
    width: 75px;
    font-size: 10pt;
    font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif !important;
}

.footer{
    margin-bottom:10px;
}