﻿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: red;
    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;
}

/* 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);
}

.forgot-account-info
{
    text-align: center;
}


.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;
}



.redline
{
    border-left: solid 1px red;
     margin-top: 25px;
      width: 2px;
       float: left;
        height: 130px;
}