﻿html, body
{
   background:none;
    background-color: #ffffff;
}
.validation-summary-errors ul
{
    list-style: none;
    padding: 0px;
}
.validation-summary-errors ul li
{
    text-align: left;
    color: #870216;
    font-weight: bold;
    padding-left: 5px;
}
.checkbox
{
    width: 100%;
    text-align: center;
    margin-left: -20px;
}
.checkbox label
{
    font-weight: bold;
}

form a
{
    font-size: 15px; text-decoration: underline;
    color:#20399D; /*webaim link color*/
}
    form a:focus-visible {
        outline: 2px solid #0078D7;
        outline-offset: 4px;
        border-radius: 2px;
    }

.text_news a:focus-visible {
    outline: 2px solid #0078D7;
    outline-offset: 2px;
    border-radius: 2px;
}
/* Bootstrap overwritten classes*/
.input
{
    padding:0px;
}


.top_login_section_login
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 0px 15px 15px 15px;
    border: 1px solid #6cc3d8;
    background-color: #e4e4e4;
    border-radius: 10px;
    background-image: url(/Images/login_background2.png);
}

.login_title {
    font-size: 24px;
}

.page_title {
    font-size: 18px;
}

.forgot-account-info
{
    text-align: center;
}

.login_instructions{
    color:#333333;
}

.login_input
{
    text-align: left;
}


.goaway
{
    display:none;
}
@media screen and (min-width: 801px)
{
    .goaway
    {
        display:block;
    }
}
@media screen and (max-width: 800px)
{
    #page-main
    {
        padding-top: 86px;
    }
    .col-md-5
    {
        width: 100% !important;
    }
    .top_login_section_login
    {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        padding: 15px;
        background: none;
        border-radius: 0px;
        border: none;
    }

    .site-slogan
    {
       display:none;      
    }

    .navbar-header-phaname div:after
    {
        content: '\A HQS Inspection Portal';
        white-space: pre;
    }
}
.alert.alert-info .account-register-link
{
    float: left;
}
@media screen and (max-width: 699px)  {
    .alert.alert-info .account-register-link
    {
        display: table-cell;
    }
    .top_login_section_login {
        border: none;
        background: none;
        margin: 0px;
        margin-top: 20px;
        padding: 0px;
        border-color: none;
    }
}

.text_news
{
  
}

    .text_news:before
    {
        margin-top:5px;
         border-left: 1px #ff9900 solid;
         display:block;
         width:1px;
         height:30px;
    }

#cgi_people
{
    /*background-image: url(/Images/cgi_people4.png);*/
    /*height:360px;*/
    max-width:781px;
    background-repeat:no-repeat;
    margin-top:-0px;
    margin-left:-40px;
    
}
   


.site-slogan {
margin-top: 31px;
font-size: 13px;
float: left;
margin-left:-10px;
font-weight:bold;
}





@media screen and (min-width: 1000px)
{
    #cgi_people img
    {
        width: 90%;
    }  
}


@media screen and (max-width: 999px)
{
    #cgi_people img
    {
        width: 80%;
    }
   
}



.lnfooter
{
    color: white;
    font-size: 12px;
}

lnfooter a:hover
{
   /* color: red;*/
    text-decoration: underline;
}

.lnfooter a
{
    text-decoration: none;
   /* color: rgb(112, 34, 34);*/
}



.terms
{ 
  min-width:340px;
  min-height:200px;
}


#hide_this
{
    border: solid 1px #ccc;
    display:none;
}


#skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    #skip a:focus {
        position: relative;
        top: 60px;
        left: 0px;
        width: 200px;
        height: 0px;
        display: block;
        overflow: visible;
        font-size: 16px;
        font-weight: 700;
        color: #20399D;
    }
.redline
{
    border-left: solid 1px red;
     margin-top: 25px;
      width: 2px;
       float: left;
        height: 130px;
}

ul.horizontal {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
}

    ul.horizontal li + li::before {
        content: "|";
        margin: 0 10px;
        color: #999;
    }