﻿/*!
 * Global
 * Copyright 2013 ATG Media
 */


/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html, body {
    height: 100%;
}

body {
    color: #5a5a5a;
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
}

#wrap {
    height: auto;
    margin: 0 auto -60px auto;
    min-height: 100%;
    padding: 0 0 60px;
}

footer {
    height: 60px;
}

/* Clip method for hiding copy visually but keeping it exposed to assistive technology
(http://snook.ca/archives/html_and_css/hiding-content-for-accessibility)*/
.a11y {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

/* SPRITE
-------------------------------------------------- */
.sprite {
    background:url(/images/sprite.png) 0 0 no-repeat;
}

.logo.sprite {
    width: 37px;
    height: 37px;
    background-position: -161px -41px;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.navbar-wrapper .navbar {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-brand .logo {
    float: left;
}

.navbar-inverse .navbar-brand .text {
    float: left;
    margin: 8px 0 0 10px;
}

.navbar-toggle {
    margin-top: 15px;
}

.nav.navbar-nav {
    text-align: center;    
}

#signInLink {
    border-top: 1px solid #999999;
    padding-top: 10px;
}

#signInLink a {
    color: #fff;
    margin: 0 15px;
}

#signInLink a:hover {
    background-color: #3276B1;
    border-color: #285E8E;
}

/* Jumbotron
------------------------- */
.jumbotron {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.jumbotron.bluefade {
    background: url("/images/bluefade.jpg") top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* Announcement Panel
------------------------- */
#announcementPanel {
    margin: 0 20px;
    display: none;
}

.announcementOn #announcementPanel {
    display: block;
}

#announcementPanel h2 {
    font-size: 1.2em;
    font-weight: bold;
}

#announcementPanel .panel-body {
    font-size: 13px;
}


/* Login
------------------------- */
#logInForm {
    margin-top: 60px;
}

.announcementOn #logInForm {
    margin-top: 40px;
}

#logInPanel {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px;
}

#logInForm input[type="text"],
#logInForm input[type="password"] {
    height: 39px;
    margin-bottom: 10px;
    padding-left: 48px;
}

#logInForm input.password {
    background-position: -911px -372px;
}

#logInForm input.mail {
    background-position: -911px -132px;
}

#logInForm .submit label{
    font-weight: normal;
}

#logInForm .submit .box.right {
    margin-top: 15px;
}

#noAccess {
    color: #428BCA;
    cursor: pointer;
    margin-top: 10px;
}

#noAccess:hover {
    text-decoration: underline;
}

#logInPage .validation-summary-errors {
    border: 1px solid #EE3132;
    color: #EE3132;
    margin: 0 -15px 15px -15px;
    border-radius: 4px;
    padding: 10px;
}

#logInPage .validation-summary-errors ul {
    margin-bottom: 0;
}

#logInPage .field-validation-error {
    color: #EE3132;
    margin-bottom: 5px;
    display: block;
}


/*--------------------------------------------------------
				Reset password form
--------------------------------------------------------*/
.resetEmail 
{
    display: block;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.password_strength
{
    display: block;
    margin-top: -5px;
    margin-bottom: 5px;
}

.password_strength:empty 
{
    display: none;
}
	
.password_strength_1
{
    color:#EE3132;
}

.password_strength_2
{
    color:#D9CA00;
}
	
.password_strength_3
{
    color:#3DC200;
}
	
.password_strength_4
{
    color:#00C298;
}
	
.password_strength_5
{
    color:#0067C2;
}

/* Can Not Access 
------------------------- */
#canNotAccessPanel {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px;
}

.announcementOn #canNotAccess {
    margin-top: 30px;
}

#canNotAccessPanel p {
    margin: 0 -15px 15px -15px;
}

#canNotAccessPanel input[type="text"] {
    height: 39px;
    margin-bottom: 10px;
    padding-left: 48px;
}

#canNotAccessPanel input.mail {
    background-position: -911px -132px;
}



/* ----  Banner  ---- */
#siteBanner
{
    overflow:hidden;
    position:relative;
    width: 635px;
    margin: 70px auto 0;
    margin-top: 70px
}


#bannerLocation
{
    position:absolute;
    bottom:0;
    z-index:410;
    background:#333333;
    height:16px;
    width:100%;
    text-align:center;
   /* line-height:0;*/
    margin-bottom: 0;
}

#bannerLocation .dot
{
    background:rgba(255,255,255,0.6);
    height:6px;
    width:6px;
    display:inline-block;
    margin:4px 2px;
    border:1px solid transparent;
    border-radius:5px;
}

#bannerLocation .dot.active
{
    background:rgba(255,255,255,1);
}

#bannerList
{
    float:left;
    height:275px;
    position:relative;
    width:635px;
}

#bannerList li
{
    float:none;
    left:0;
    position:absolute;
    top:0;
    z-index:400;
}


#bannerNav .bannerNavBut
{
    border: 1px solid rgba(255, 255, 255, 0.7);
    position:absolute;
    top:50%;
    z-index:500;
    cursor:pointer;
    background-color:rgba(0,0,0, 0.7);
    border-radius:2px 2px 2px 2px;
    color: #fff;
    transition: all 0.4s linear 0.1s;
    width: 32px;
    height: 45px;
    margin-top: -22px;
    font-size: 24px;
    line-height: 0;
    padding: 5px;
    opacity: 0;
}

#bannerNav .bannerNavBut:after {
    display: inline-block;
}

#siteBanner:hover .bannerNavBut,
#siteBanner .bannerNavBut:focus
{
    opacity: 1;
}

#bannerNav .bannerRight
{
    right:10px;
}
#bannerNav .bannerRight:after {
    content: "\25B6"; 
}
#bannerNav .bannerLeft:after {
     content: "\25C0"; 
}


#bannerNav .bannerLeft
{
    left:10px;
}

/* ----  weakBrowser  ---- */
#weakBrowser {
    background: #292929;
    text-align: center;
    font-size: 0.9em;
    color: #ffffff;
    padding: 15px 10px;
    display: none;
    margin-bottom: 40px;
    margin-top: -48px;
}

#weakBrowser .mobile {
    display: none;
}

#weakBrowser a {
    color: #31A8F0;
}

.no-textshadow #weakBrowser,
.no-cssgradients #weakBrowser,
.no-csstransitions #weakBrowser,
.no-borderradius #weakBrowser,
.no-audio #weakBrowser,
.isMobile #weakBrowser,
.ie #weakBrowser
{
    display: block;
}

.isMobile #weakBrowser .mobile
{
    display: inline;
}


.choose-client #logInPanel {
    max-width: 650px;
}

.choose-client h2 {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.choose-client h2 strong {
    display: block;
}

.choose-client .row {
    margin: 0;
}

.choose-client ul {
    list-style: none;
    padding-left: 0;
}

.choose-client li {
    margin-bottom: 5px;
}

.choose-client li a {
    display: block;
    padding: 10px;
    background-color: rgb(242, 243, 244);
}

.choose-client li a:hover {
    background-color: rgb(231, 231, 231);
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px)
{
    .choose-client li {
        width: 48%;
        float: left;
        margin: 5px 1%;
    }

    .navbar-wrapper {
        margin-top: 20px;
    }

    .navbar-wrapper .container {
        padding-left:  15px;
        padding-right: 15px;
    }

    .navbar .container {
        margin-bottom: 10px;
        margin-top: 10px;
        transition: margin 0.2s ease-in-out 0s;
    }

    .navbar-wrapper .navbar {
        padding-left:  0;
        padding-right: 0;
    }

    .navbar.navbar-inverse {
        background: rgba(0, 0, 0, 0.4);
        border-bottom: 1px solid #585858;
    }

    .navbar.sticky {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
        border-bottom: 1px solid #252525;
    }

    .navbar.sticky .container {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        background: transparent;
    }

    .nav.navbar-nav.navbar-right {
        margin-top: 9px;
    }

    .nav.navbar-nav {
    text-align: left;    
    }

    #signInLink {
        border-top: 0;
        padding-top: 0;
    }

    #signInLink a {
        margin-top: 4px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #signInLink .extraText,
    #signInLink .glyphicon {
        display: none;
    }

    /* Jumbotron
    ------------------------- */
    .jumbotron {
        padding-top: 110px;
    }  

    
    /* Announcement Panel
    ------------------------- */
    #announcementPanel {
        margin: 0 auto;
        max-width: 758px;
    }

    /* Login
    ------------------------- */
    #logInForm .submit .box.right {
        text-align: right;
        margin-top: 0;
    }

    #canNotAccessPanel .submit .box.right  {
        text-align: right;
    }
}


@media (min-width: 992px)
{
    .container {
        width: 970px;
    }
}

.adsContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 70px;
} 