﻿.hero {
    background-image: url(../../Content/Images/printing-press-1920x500.jpg);
    background-size: cover;
    height: 500px;
}

    .hero .opacity-layer {
        background-image: linear-gradient(0deg, rgba(0,0,0,0.00) 0%, #000000 100%);
        z-index: 0;
        height: 100%;
        padding-top: 40px
    }

    .hero h1 {
        font-family:  Lato, Helvetica, sans-serif;
        font-size: 42px;
        color: #FFFFFF;
        text-align: justify;
        padding-left: 40px;        
        font-weight: 100;
    }

    .hero p {
        font-family:  Lato, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 26px;
        color: #FFFFFF;
        text-align: left;
        padding-left: 40px;
        padding-top: 20px;
        font-weight: 100;
    }

.brand-text {
    float: left;
    width: 48%;
}

.login-box {
    float: right;
    max-width: 380px;
    height: 420px;
    min-width: 320px;
    margin-right: 40px;
    //position: relative;
    //top: 50px;
    //right: 40px;
}

    .login-box .title {
        height: 80px;
        background: #0a74c7;
        border-radius: 5px 5px 0px 0px;
        font-family:  Lato, Helvetica, sans-serif;
        font-size: 36px;
        color: #FFFFFF;
        text-align: justify;
        padding-left: 30px;
        font-weight: 100;
    }

        .login-box .title .text {
            margin-top: 29px;
            display: inline-block;
        }

    .login-box .login-body {
        background-color: #FFFFFF;
        padding-left: 30px;
        padding-right: 30px;
        height: 280px;
        padding-top: 20px;
    }

.login-box .login-body .Label {
    font-family:  Lato, Helvetica, sans-serif;
    font-size: 14px;
    color: #5a5d64;
    text-align: justify;
    font-weight: bold;
}

.login-body .input-xlarge {
    width: 96%;
    height: 26px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}

.login-body .login-button {
    border: none; 
    margin-top: 8px; 
    margin-bottom: 8px; 
    background-color: #CD1914; 
    color: white; 
    width: 100%; 
    height: 50px;
    font-family:  Lato, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
}
.login-button:hover{
    background-color: #FF4844;
}

.login-body .action-link{
    font-family:  Lato, Helvetica, sans-serif;
    font-size: 13px;
    color: #0a74c7;
}



.hero-post {
    background-image: url(../../Content/Images/printing-employee-1440x650.jpg);
    background-size: cover;
    //height: 500px;
    //padding-bottom: 30px;
}

.hero-post.small{
    background-image: url(../../Content/Images/printing-employee-1440x500.jpg);
    background-size: cover;
    height: 300px;
    padding-bottom: 30px;
}

    .hero-post .opacity-layer {
        background-color: #ffffff;
        opacity: .8;
        z-index: 0;
        height: 100%;
        padding-top: 40px
    }

    .hero-post h1 {
        font-family:  Lato, Helvetica, sans-serif;
        font-size: 42px;
        color: #000000;
        font-weight: 100;
    }

    .hero-post p {
        font-family:  Lato, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 26px;
        color: #000000;
        padding-top: 20px;
        font-weight: 100;
        padding-bottom: 30px;
    }

.welcome-text {
    text-align: center;
}





.action-link :hover{
        color: #4492cf;
}

.MetaSpan {
    margin-top: 50px;
}

.Label {
    float: left;
    width: 90px;
    padding-top: 5px;
    font-weight: bold;
}

.Label2 {
    float: left;
    width: 150px;
    padding-top: 5px;
    font-weight: bold;
}

    .Label2 > label {
        font-weight: bold !Important;
        display: inline !Important;
    }

.chkbox {
    float: left;
    width: 20px;
}

.chkboxlbl {
    display: inline-block;
    padding-top: 4px;
}

a:hover {
    text-decoration: none;
}

.MessageHeader {
    font-size: x-large;
    font-weight: bold;
}


.MessageContent {
    padding-left: 20px;
    padding-right: 90px;
}

.LeftTabPane {
    /*border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;*/
}

.RightTabPane {
    /*border-right: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;*/
    height: 100%;
    background-color: #f5f5f5;
    height: 100%;
    /*http://ie.microsoft.com/testdrive/graphics/cssgradientbackgroundmaker/default.html*/
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(right, #FFFFFF 0%, #F5F5F5 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(right, #FFFFFF 0%, #F5F5F5 100%);
    /* Opera */
    background-image: -o-linear-gradient(right, #FFFFFF 0%, #F5F5F5 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #FFFFFF), color-stop(1, #F5F5F5));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(right, #FFFFFF 0%, #F5F5F5 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to left, #FFFFFF 0%, #F5F5F5 100%);
}

.MainTabPane {
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #DDD;
    height: 334px;
}

.nav {
    margin-bottom: -1px;
}

.Info {
    border: 1px solid #DDD;
    border-top-left-radius: 8px;
   border-top-right-radius: 8px;
    width: 100%;
    min-height: 185px;
    margin-bottom: 20px;
    background-color: #FFF;
}

    .Info > dl > dd {
        margin-bottom: 15px;
    }

.InfoHeader {
    background-color: #f5f5f5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    line-height: 40px;
    padding-left: 20px;
    border-bottom: 1px solid #DDD;
    font-size: large;
}

.InfoBody {
    margin: 25px 50px 25px 50px;
}

.ToolsList > dl, .MessageContent > dl {
    margin: 10px !Important;
    text-align: center;
}

.Footer {
    width: 100%;
    background-color: #666;
    color: #FFF;
    line-height: 60px;
}

.Contacts {
    font-size: .9em !Important;
    margin: 0px !Important;
}

    .Contacts > dd {
        line-height: normal !Important;
    }

.PortalForm {
    margin: 0px 50px 50px 50px;
}

.Red {
    color: red;
}

.Asterisk {
    font-size: 1.3em;
    padding-right: 5px;
}

.AsteriskPlaceHolder {
    padding-right: 8px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}
/* Styles for validation helpers
-----------------------------------------------------------*/

.MainTabContent {
    height: 100%;
}

.btn {
    line-height: 14px;
    font-size: .85em;
}

.AutoScroll {
    overflow-y: auto;
    overflow-x: hidden;
    /*border: 1px solid #DDD;*/
    padding-left: 10px;
    padding-right: 10px;
}

.NavLink {
    padding: 10px;
}

    .NavLink > a :hover {
        background-color: transparent !Important;
    }

.active {
    background-color: #FFF;
}

.btn-logout {
     margin-top: -71px;
    height: 20px;
    width: 90px;
    background-color: #ffffff !important;
    border: solid 1px #dde1e3;
    padding-top: 10px;
    background:none;
}

    .active > a {
        outline: 0;
    }

    li .active{
        background-color: #FFFFFF;
        color: #000000;
        border: dashed !important;
    }

    .nav-tabs li{
        background-color: #e8ebea;
        color: #0a74c7;
        border: white;
    border-width: 2px;
    border-right-style: solid;
    }

    .nav-tabs li :hover{
        background-color: #e8ebea;
        color: #4492cf;
    }

.main-content {
    padding-left: 0;
    padding-right: 15px;
}

    .main-content h2 {
        color: #0083C5;
        font-size: 170%;
        font-weight: normal;
    }

.paragraph-cta strong {
    color: #0083C5;
    font-size: 105%;
    padding: 20px 0 11px;
    clear: both;
    font-weight: bold;
}

.paragraph-simple strong {
    color: #0083C5;
    font-size: 105%;
    padding: 20px 0 11px;
    clear: both;
    font-weight: bold;
}

.paragraph-simple p {
    clear: both;
    line-height: 1.3;
    font-size: 85%;
    text-align: justify;
}

.paragraph-simple li {
    font-size: 75%;
    line-height: 1.5;
    list-style: disc;
}

.paragraph-cta p {
    clear: both;
    line-height: 1.4;
    font-size: 85%;
    text-align: justify;
}

.paragraph-cta li {
    font-size: 75%;
    line-height: 1.5;
    list-style: disc;
}

.input-xplarge {
    width: 350px;
}

.nav-tabs > li > a,
.nav-stacked > li > a {
    color: #595959;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
    outline: 0;
}

.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.tab-pane-content {
    overflow: auto;
}

.tab-content {
    overflow: visible !important;
}
