﻿body {
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}

html, body, #bgc_body { height: 100%; }

h1{
    border-bottom: 1px solid #b1b3b3;
    padding: 10px 0px;
}

.hide{display:none!important}


input::-ms-clear {
    display: none;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.letter-portal {
  font-size: 25px;
  line-height: 25px;
  float: left;
  margin-top: 75px;
}

#bgc_header_logo{
    height: 180px;
    position: relative;
}

#bgc_page_title{
    font-size:25px;
    line-height: 30px;
    margin:10px 40px;
}

.header_logo{
    margin: 35px 40px 35px 40px;
    box-shadow: rgba(79, 79, 79, 0.7) 3px 3px;
    float:left;
}

#bgc_body{
    height: auto; /*min-height: 100%;*/
    margin: 20px 40px;
}

.paginationContent{
    position: absolute;
    bottom:10px;
    right: 40px;
}

#content {
    padding-bottom: 30px;
    min-height: 500px; 
    margin: 0px 40px;
    position: relative;
    /*margin: 0px 0px;*/
    /*background-image: url('/content/images/pncs-master-bus.jpg');*/
}
.navbar {
    /*margin-bottom: 0px!important;*/
}
.bgc-home-container {
    position: relative;
    top: 100px;
}

.form-login{
    max-width:400px;
    padding: 15px;
    margin: 50px auto;
    /*border: 2px solid red;
    border-radius: 10px;*/
}

.form-login > #login_header{
    margin-bottom:20px;
    font-size: 22px;
    font-weight: bold;
}

.form-login > #login_footer{
    margin-top:10px;
    display:block;
    padding-top: 10px;
}

#userbox {
    position: absolute;
    right: 40px;
    top: -25px;
    color: black;
}

.searchBox{ width: 100%; }

.searchFooter{ margin-top: 15px; }

.searchHeader{
    margin-bottom:15px;
    font-size:1.5em;
}

#searchResults{
    margin-top:20px;
}

#reportTable{font-size:10px;}

.pointer:hover{ cursor: pointer!important; }

.bgc-small-text{color: #004fa3; line-height:25px;}

.bgc_link{
    color: #004fa3;
    text-decoration: none;
}

.bgc_link_black{
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}

.bgc_link_white{
    color: #ffff;
    text-decoration: underline;
    cursor: pointer;
}

.bgc_link:hover{
    color: #004fa3;
    text-decoration: underline;
}

.bgc_link_black:hover { color: #000000; }

.bgc_link_white:hover { color: #fff; }

.bgc-footerlink{
    color: white;
    text-decoration: none;
}

.bgc-footerlink:hover{
    color: white;
    text-decoration: underline;
}

.bgc-footerlink:visited{
    color: white;
    text-decoration: none;
}

.bgc-form-panel{
    padding: 30px;
    max-width: 500px;
    margin: 40px auto;
}

/*Ajax loading overlay*/
#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index:1000;
}
#loading {
    align-content:center;
    text-align:center;
    width: 100px;
    height: 87px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}

#bgc_body{
    width:100%;
    max-width:1300px;
    margin: 0px auto;
}

#bgc_header{
    width:100%;
    max-width:1300px;
    margin: 0px auto;
    background: #fff url('images/header-bg.gif') 50% 0% repeat-y;
}

#bgc_footer{
    max-width:1300px;
    width:100%;
    margin: 0px auto;
    background-color: #505050;
    color: white;
    height: 50px;
    padding:20px;
    font-size:10px;
}



/*Bootstrap style css*/

.btn-bgc-standard {
  background: #004fa3;
  margin-right: 5px;
  color:white;
  padding: 0 10px 0 10px;
  line-height: 2.7em;
  height: 2.7em;
  font-size: 1em;
  min-width:100px;
  background-repeat: repeat-x;
  background-position: 0% 0%;
  background-image: linear-gradient(to bottom, #004690 0%, #004fa3 100%);
  border-radius: 2px;
  border: 1px solid #373737 !important;
}
.btn-bgc-standard:hover,
.btn-bgc-standard:focus {
  background-color: #004690;
  background-position: 54px;
  background-image: none;
}
.btn-bgc-standard:active,
.btn-bgc-standard.active {
  /*background-color: #75787b;
  border-color: #75787b;*/
}
.btn-bgc-sm{
  padding: 5px 10px;
  line-height: 1.5em;
  font-size: 10px;
  min-width:50px;
}

.vertical-space-after{
    margin-bottom: 20px;
}

.vertical-space-before{
    margin-top: 20px;
}

.bgc_error_panel{
    float: left;
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 50px;
    color: white;
    background-color: #004fa3;
    width: 100%;
    line-height:50px;
    padding: 0px 15px;
    margin-bottom:20px;
}
.bgc_error_panel_login {
    float: left;
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 50px;
    color: white;
    background-color: #004fa3;
    width: 100%;
    line-height: 25px;
    padding: 0px 15px;
    margin-bottom: 20px;
}
.bgc-icon-button{
    cursor:pointer;
}

.bgc-icon-button:hover{
    color: #004fa3;
}

.bgc-label{
    color: #004fa3;
}


/******* PDF Preview Page *******/
.header_logo_sml{
    margin: 15px 20px 15px 20px;
    box-shadow: rgba(79, 79, 79, 0.7) 3px 3px;
    float: left;
}

#pdf_title{
    font-size: 20px;
    line-height: 20px;
    float: left;
    margin-top: 20px;
}

#bgc_pdf_body{
    max-width:1300px;
    margin:20px auto;
    width: 100%;
}

#bgc_pdf_header{
    width:100%;
    max-width:1300px;
    margin: 0px auto;
    background: #fff url('images/header-bg.gif') 50% 0% repeat-y;
}

#bgc_pdf_header_logo{
    height: 60px; position:relative
}

#bgc_pdf_divider{
    max-width:1300px;
    min-height:10px;

    background-image: -webkit-linear-gradient(top, #004690 0%, #004fa3 100%);
    background-image:      -o-linear-gradient(top, #004690 0%, #004fa3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#004690), to(#004fa3));
    background-image:         linear-gradient(to bottom, #004690 0%, #004fa3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.pdf_icon{
    font-size: 20px;
    color:#004fa3;
    cursor:pointer;
    margin-left:10px;
}

.pdf_icon:hover{
    color:#febe10;
}


.progress {
    position: relative;
}

.progress span {
    position: absolute;
    font-weight: bold;
    display: block;
    width: 100%;
    color: black;
}


#lstCustCode {
    width: 370px;
    /*margin-top: 20px;*/
    border-color: #e2e2e2;

}

.ui-autocomplete {
    overflow-x: scroll;
    overflow-y: scroll;
    max-height: 200px;
}