﻿/* DEFAULTS
----------------------------------------------------------*/

@viewport {
	width: device-width;
	zoom: 1.0;
}

body   
{
    background: #b6b7bc;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 2em;
    padding-bottom: 0px;
    margin-bottom: 0px;
	text-align: center;
}

h2
{
    font-size: 1.3em;
    font-weight: 600;
	text-align: center;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    
}

.header
{
    position: relative;
    margin-top: 15px;
    padding: 0px;
    /*background-image: url('../images/banner.png');*/
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
}

.header_demo
{
	background-image: url('../Images/banner_demo.png');
}

.header_beta
{
	background-image: url('../Images/banner_beta.png');
}

.header_dev
{
	background-image: url('../Images/banner_dev.png');
}

.header h1
{
    border-style: none;
	border-color: inherit;
	border-width: medium;
	font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    line-height: 2em;
    font-size: 2em;
	height: 68px;
	width: 118px;
}

.main
{
    /*padding: 0px 12px;
    margin: 12px 8px 8px 8px;*/
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    position: relative;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    /*background-image: url('../images/bottom_line.jpg');*/
    width: 1000px;
    height: 42px;
	top: 0px;
	left: 0px;
	color: White;
}


/* TAB MENU   
----------------------------------------------------------*/

#NavigationMenu
{
	float: left;
}

div.hideSkiplink
{
	position: absolute;
    /*background-color: #EAAA14;*/
    width:75%;
    left: 25%;
	top: 123px;
	height: 25px;
}

div.menu
{
    position: absolute;
    padding: 0px 0px 0px 300px;
    right: 0%;
    top: 0px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    font-size: medium;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #322918;
    color: #FFFFFF;
    display: block;
    line-height: 1.05em;
    padding: 5px 20px 6px;
    text-decoration: none;
    white-space: nowrap;
    border-left: 1px Solid White;
    border-right: 1px Solid White;
}

div.menu ul li a:hover
{
    background-color: #FFFFFF;
    color: #322918;
    text-decoration: none;
}

div.menu ul li a:selected
{
    background-color: #FFFFFF;
    color: #322918;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    /*margin: 1em 0px;*/
    padding: 1em;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
    font-weight: normal;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
	width: inherit;
    font-weight: 600;
	font-size: 16px;
    padding: 2px 4px 8px 4px;
	border-bottom: 0px;
	color: inherit;
}

input.textEntry 
{
    border: 1px solid #ccc;
	color:black;
}

input.passwordEntry 
{
    border: 1px solid #ccc;
	color:black;
}

input.invalid
{
	border: 1px solid red;
}

div.accountInfo
{
    /*width: 430px;*/
    display: inline-block;
	margin-left: auto;
}

input[type="text"] {
    width: 200px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
	height: 130px;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

#Username_Text {
    /*width: 350px;*/
    width: 100%;
    padding-left: 4px;
    border-radius: 5px;
}

#Email_Text {
    width: 300px;
}

#Password_Text {
    /*width: 327px;*/
    width: 94%;
    padding-left: 4px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#Password_Eye {
    margin-left: -5px;
    vertical-align: top;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#Login_Button {
    width: 222px;
    font-size: 16px;
    font-weight: 500;
}

#latest-news {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    border: 1px solid silver;
}

#latest-news-title
{
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px; 
	border-bottom: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	text-align: center; 
	font-size: larger; 
	font-weight: bold; 
	color: White; 
	background-color: #FFBF00; 
}

#latest-news-news-heading
{
	margin: 0px 8px;
	padding: 4px 0px;
	border-bottom: dotted;
	border-bottom-color: black;
	border-bottom-width: 1px;
}

#latest-news-news-txt
{
	margin: 4px 8px;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.leftAlign{
	text-align:left;
}

a.Footer_CSS:link,
a.Footer_CSS:visited 
{
    color: black;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: underline;
}
a.Footer_CSS:hover 
{
    color: White;
}
a.Footer_CSS:active 
{
    color: White;
}

.modal-content{
	width: 260px;
	margin-left: auto ;
	margin-right: auto ;
}

/* Common Classes
----------------------------------------------------------*/


/* Bootstrap Override
----------------------------------------------------------*/
legend
{
	margin-bottom: 0px;
}



/*************************
*******   Carousel  ******
**************************/

.slider {
    position: relative;
    margin-top: 15px;
	margin-bottom: 20px;
}

#carousel-slider {
    position: relative;
}

#carousel-slider .carousel-indicators {
	bottom: -30px;
}

#carousel-slider .carousel-indicators li {
    border: 1px solid #ffbd20;
}

#carousel-slider .carousel-indicators li.active {
    background: #ffbd20;
}

#carousel-slider a i {
	position: absolute;
    top: 40%;
    right: 8px;
}

#carousel-slider a:hover {
    color: #fff;
}

#carousel-slider .carousel-control {
	width: inherit;
}

#carousel-slider .carousel-control.left,
#carousel-slider .carousel-control.right {
	font-size: 32px;
	height: 100%;
	padding: 8px;
	color: gold;
	width: 32px;
}


/*************************
*****  Carousel FADE *****
**************************/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

#NewPwd_Text
{
	width: 322px;
}

#CnfPwd_Text
{
	width: 350px;
}

#NewEmail_Text
{
	width: 350px;
}

.passYes {
	list-style-image: url('/Images/tick.png');
}

.highlightFlash 
{
	background-color:rgb(255, 231, 22);
	padding-left: 10px; 
	padding-right: 10px; 
	color:black; 
	font-weight:500;
}

#loginLogo > img {
    float: left;
    margin-bottom: 10px;
}

#loginLogo > p {
    font-size: xx-small;
    float: right;
}

#divMain {
    text-align: center;
    margin-top: 10%;
}

.login {
    width: 440px;
}

.loginCheckbox {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    padding: 10px !important;
    margin-right: 5px !important;
}

.checkboxLabel {
    font-size: 16px;
    font-weight: 500 !important;
}

@media (max-width: 1100px) {
    #divMain {
        margin-top: 3%;
    }

    .slider {
        margin-top: 0px;
    }
}