﻿/* ///////////////// */
/* --- Framework --- */

* {
    margin: 0;
    padding: 0;
}

html,
body {
    margin:0;
    padding:0;
    height:100%;
}

a:active, a:focus,input:active, input:focus
{
	outline:none;
}

a
{
	white-space:nowrap;
	color: #2c90ca;
	text-decoration: none;
}

#outerFrame
{
    position: relative;
    bottom:0px;
    left:0px;
    right:0px;
    top:0px;
    padding: 0;
    margin:0;
}

#wrapper
{
    position: relative;
    min-height: 100%;
    margin: 0 auto;
}

img {
    border:0;
}

p {
    margin-bottom:0.85em;
}

p:last-child {
    margin-bottom:0;
}


@media \0screen {
  img {
  	width: auto; /* for ie 8 */
  }
}

@font-face {
     font-family: 'Chalet Comprime Cologne Eighty';
     src: url('Fonts/chalet_comprime_cologne_eighty.eot');
     src: url('Fonts/chalet_comprime_cologne_eighty.eot?#iefix') format('embedded-opentype'), url('Fonts/chalet_comprime_cologne_eighty.svg#Chalet Comprime Cologne Eighty') format('svg'), url('Fonts/chalet_comprime_cologne_eighty.woff') format('woff'), url('Fonts/chalet_comprime_cologne_eighty.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
}


/* --- Container --- */

#main-content
{
    float: left;
    position: relative;
    left:265px;
}

.main-content-normal
{
    left:50px;
    top:91px;
    width: 680px;
}

.main-content-large {
    width: 100%;
}

#main-content article {
    margin: 0;
    height: 100%;
    position: relative;
}

#logo {
    border-bottom: 1px solid #939393;
    display: block;
    padding: 0 0 12px;
    position: relative;
    width: 200px;
    height: 380px;
}

/* --- CMS Use  --- */

.nonOpaque {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=1);
	-moz-opacity:1;
	-khtml-opacity: 1;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.opaque {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	zoom: 1;
	filter: alpha(opacity=85);
	opacity: 0.85;
}

.mediumOpaque {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.lightOpaque {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}


.leftFloated {
    float: left;
}

.rightFloated {
    float: right;
}

.firstFloated {
    width: 298px;
}

.leftAligned {
    text-align:left;
}

.rightAligned {
    text-align:right;
}

.centerAligned {
    text-align:center;
}

.wrap {
    white-space:normal;
}

.clear
{
    clear:both;
}

.circleContainer:after
{
    content:'';
    display:table;
}

.hidden {
    display: none;
}

.visible {
    display: inline;
}

.fixed {
   position: fixed;
}

.relative {
   position: relative;
}

.noBorder {
    border:none;
}

.centered {
    text-align:center;
}

.mark
{
    color: #a3242b;
}

#errorMessage {
    display: none;
    visibility: hidden;
}

.warningZone, .loginWarningZone
{
    background-color: #d26f6f;
    border: solid 1px #af6161;
    font-size: 13px;
    line-height: 20px;
    display: none;
    margin-left:25px;
    margin-right:25px;
    margin-bottom:25px;
}

    .warningZone p, .loginWarningZone p {
        padding-top:6px;
    }

.infoZone
{
    width: 600px;
    background-color: #d5ffb9;
    border: solid 1px #56d303;
    font-size: 13px;
    padding: 4px;
    line-height: 20px;
    display: none;
}


input.warningField,
textarea.warningField,
div.warningField
{
    background-color: #fff4e0;
    border: solid 1px #ffa749;
}


/* --- Social Media  --- */

.socialMediaContainer
{
	width:250px;
	height:40px;
    display: block;
    position: absolute;
    right:0px;
    bottom:25px;
    z-index: 3000;
}

/* ////////////// */
/* --- Styles --- */

p
{
  font-family: 'PT Sans', sans-serif, Arial;
	font-size: 15px;
  font-weight: 100;
	color: #5a6670;
	line-height: 25px;
}

p.normalText
{
	color: #5A5757;
	line-height: 16px;
	font-size: 12px;
}

h1, h2, h3, h4 {
    font-family: 'Ubuntu', sans-serif;
}

h1
{
	color: #8c1c1c;
	font-size: 35px;
	line-height: 1.2;
	margin-bottom: 0px;
}

h2 {
    color: #7b7b7b;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    font-style: normal;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

h3
{
	color: #5a6670;
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}


h4
{
	font-size: 18px;
}

.subTitle
{
	color: #AC4A4A;
	font-size: 32px;
	line-height: 25px;
	margin-left: 72px;
	margin-bottom: 29px;
}


#footerTextLeft
{
	float: left;
	color: #aaa;
	margin-top: 35px;
	margin-left: 50px;
	line-height: 14px;
}

p.footerText
{
	color: #fff;
	line-height: 11px;
	font-size: 11px;
}

p.footerTitle {
    font-size: 17px;
}

.col
{
   	float: left;
	margin: 0 0 16px 200px;
	left:200px;
	color: #333;
	padding-left:6px;
}

.ColLinks
{
	float: right;
	margin: 26px 0 16px 00px;
	left:200px;
	color: #333;
	padding-left:6px;
}

/* --- Site GeckoContent --- */

.hidden {
    display: none !important;
}

.visible {
    display: inline;
}


.intend
{
    margin-left:100px;
    padding-left:6px;
}

.eventLink {
    width: 200px;
    height: 30px;
    margin-top: 10px;
    margin-right:29px;
    padding-top:8px;
    padding-left: 18px;
    background-color: #eee;
}

.welcome a {
   margin-left: 15px;
}

/* -------------------------------------------*/
/* --- Architecture ---*/



.ctaBtnSmall {
    border: solid 1px rgb(75,177,246);
    
    border-radius: 5px;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 1em 6px 1em;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-align: center;
}

    .ctaBtnSmall:hover, .ctaBtnSmall:active {
        color: #eee;
    }

.ui-corner, .ui-corner-all {
    border-radius: 4px 4px 4px 4px;
}

.sidebarInner
{
    margin-left:4px;
}

.sidebarInner p
{
    font-size: 12px;
    line-height: 16px;
}

.imageContainer
{
    position: relative;
    border: solid 1px #aaa;
    padding: 6px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.grecaptcha-badge {
    display: none;
}
/* Dialog
----------------------------------------------------------*/
dialog {
    top: 50%;
    left: 50%;
    width: min(100% - 1rem, 850px);
    /* height: min(100% - 1rem, 90%);*/
    overflow-x: hidden;
    padding: 0.5em;
    border: solid var(--clr-primary) 1px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

    ::backdrop, /* for native <dialog> */
    dialog + .backdrop {
        /* for dialog-polyfill */
        /* a transparent shade of gray */
        background-color: rgba(0, 0, 0, 0.2);
    }

    dialog > header > .close-btn {
        border: none;
        color: gray;
        font-size: 24px;
        outline: none;
    }

    dialog h3 {
        padding: 0.15em 0 1em;
    }


/* Login
----------------------------------------------------------*/

.loginContainerShadow
{
    float:right;
    position: relative;
    width: 178px;
    text-align: right;
    margin-right:2px;
    top:86px;
    right: -7px;
    height: 26px;
    border: 0 none;
    background: url('../Images/DropShadow.png') no-repeat;
}

.loginContainer
{
    position: absolute;
    width: 160px;
    height: 19px;
    text-align: center;
    padding:0px;
    left:10px;
    top:-1px;
    border: solid 1px #7f7f7f;
    border-top: 0;
    background-color: #84ac49;
}

.loginContainer p
{
    font-size: 11px;
    line-height: 18px;
}

.loginContainer a
{
    color:#fff;
    font-family: sans-serif;
    padding: 0px 5px;
    display:inline-block;
}

.loginContainer span
{
    color:#fff;
    font-size: smaller;
    font-family: sans-serif;
    padding: 0px 5px;
    display:inline-block;
}

.loginContainer a:hover
{
    color: #f1f1f1;
}

/* Div Classes  - News Box
----------------------------------------------------------*/

.NewsContainer
{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-bottom:1.5em;
    padding-bottom: 0.5em;
    border-bottom: dashed 1px #999;
}

/* Div Classes  - Ad Box
----------------------------------------------------------*/

.hintBoxSprite {
   position: relative;
   float: left;
   width: 980px;
   margin-bottom: 8px;
   height:273px;
}

.hintBoxContainer
{
    width: 318px;
    height: 271px;
    position: relative;
    float: left;
    display: inline;
    margin-right: 12px;
    margin-bottom: 12px;
}

.firstHintBox {
    margin-left:-12px;
}

.lastHintBox {
    margin-right:-12px;
}

.hintBoxImage
{
    position: absolute;
    float: left;
    display: inline-block;
    margin: 11px;
    z-index: 1;
}

.hintBoxFrame
{
    position: absolute;
    float: left;
    display: inline-block;
    z-index: 2;
}

/* -------------------------------------------*/
/* --- Form Styles ---*/

input{
    color:#000;
    outline:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    font-family: arial, sans-serif;
    font-size: 13px;
    padding: 5px;
}

.focusField{
    border:solid 1px #73A6FF;
    background:#FFF;
    color:#000;
}

.idleField
{
	background:#fff;
	color: #000;
	border: solid 1px #DFDFDF;
}

.setField{
	background:#fff;
	color: #000;
	border: solid 1px #DFDFDF;
}

input, select
{
	border: solid 1px #bbb;
	position:relative;
	outline:none;
    height: 25px;
}

fieldset
{

    border-style: none;
    clear: left;
    margin: 0;
    padding: 0;
}

legend
{
    color: #1D577E;
	font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin-top:20px;
    margin-bottom:5px;
}

fieldset ol {
    list-style: none outside none;
    padding: 0;
}

fieldset li {
    clear: left;
    float: left;
    width: 100%;
}

.formHorizontal
{
    background: linear-gradient(#FFFFFF, #F8F8F8) repeat scroll 0 0 transparent;
    border: 1px solid #E5E5E5;
    margin-bottom: 15px;
    padding: 35px;
    padding-bottom: 25px;
    position: relative;
}

.formHorizontal label {
    float: left;
    width: 200px;
    text-align: right;
    padding-top: 5px;
    padding-right: 20px;
}

.normalFont, .infoList span, .infoTable span {
    color: #787878;
    font-size: 15px;
}

.formHorizontal input
{
    float: left;
    font-size: 14px;
    width: 200px;
}

.formHorizontal input[type=radio],
.formHorizontal input[type=checkbox]
{
    width: 20px;
    height: 20px;
    float: left;
}

label[for=Infrastructure]
{
    text-align: left;
}

label[for=Infrastructure] p
{
    line-height: 30px;
    margin-top: -3px;
}

label span {
    font-size:0.85em;
    color:#bbb;
}


input {
    height: 25px;
    margin-bottom: 4px;
    padding-left: 5px;
}

input.fullInput {
    width: 100%;
}

input.hugeInput {
    width: 350px;
}

input.largeInput {
    width: 300px;
}

input.middleInput {
    width: 160px;
}

input.mediumInput {
    width: 200px;
}

input.smallerInput {
    width: 70px;
}

input.smallestInput {
    width: 30px;
}

/* --- Login Form --- */

#userField, #passwordField
{
    width:100%;
    padding-left:7px;
    padding-right:7px;
    padding-top:3px;
    padding-bottom:3px;
    outline:none;
    height:30px;
}

#password-clear {
    display: none;
}

/* -------------------------------------------*/
/* --- Search Field Style ---*/

#fieldSearch, .searchContainer
{
    position: relative;
    height: 18px;
    float:left;
    color: #aaa;
    font-size: 12px;
    padding-top:4px;
    float:right;
}

.searchContainer
{
    height: 25px;
    display: none;
    padding: 18px;
    background-color: #fff;
    border: solid 1px #aaa;
    z-index: 200;
}

/* -------------------------------------------*/
/* --- Custom Form Styles ---*/


legend p span, .intendedInfo
{
	font-size:11px;
}

legend p span
{
	line-height: 14px;
}

.intendedInfo
{
	margin-left:18px;
}


/* -------------------------------------------*/
/* --- Custom Button Styles ---*/

.searchButton {
    float:left;
    cursor: pointer;
}

.clear_input {
    position: absolute;
    cursor: pointer;
    top: 6px;
    left: 195px;
    display: block;
}

/* -------------------------------------------*/
/* --- Table Styles ---*/

.gecko_table {
    border-collapse: collapse;
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 12px;
    text-align: left;
    width: 100%;
}

.gecko_table .alt {
    background-color: #efefef;
}

.gecko_table th
{
	color: #333399;
	background-color: #ddd;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 12px;
	border-left: 1px solid #FFFFFF
}

.gecko_table td
{
	border-top: 1px solid #FFFFFF;
    color: #666699;
    padding: 6px 6px;
}

.gecko_table tbody > tr,
.gecko_subTable tbody > tr:hover
{
	background-color:#F6F6F6;
}

.gecko_table tbody > tr:hover
{
	background-color:#fff;
}

.break-word {
	word-wrap: break-word;
}

/* -------------------------------------------*/
/* --- Custom Listing Styles ---*/

.list
{
    width:100%;
}

.listItemQuarter
{
    width: 22%; /* 4 items per row */
    float: left;
}

.listItemThirds
{
    width: 30%; /* 4 items per row */
    float: left;
}

.listItemHalf
{
    width: 48%; /* 4 items per row */
    float: left;
    margin-right:25px;
}


/* -------------------------------------------*/
/* --- Zen Control Styles ---*/

.actionLink {
    clear:both;
    margin-top:40px;
    padding: 14.5px 1em;
    outline: 0 none;
    white-space: nowrap;
    color:#fff;
    font-size:26px;
    -moz-user-select: none;
    background-color: #8c1c1c;
    border: 0 none;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-weight: lighter;
    letter-spacing: 0.1px;
    line-height: 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
