﻿body {
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}

html, body, #gen_body {
    height: 100%;
}

h1 {
    border-bottom: 1px solid #b1b3b3;
    padding: 10px 0px;
}

.hide {
    display: none !important
}


input::-ms-clear {
    display: none;
}

.errorBody {
    width: 800px;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px black;
    padding: 30px;
}
.leftBlock{
    width:40%;
    float:left;
}
.rightBlock {
    width: 55%;
    float: left;
    margin-left:5%;
}
.errorText{
    font-weight:bold;
    color:grey;
}
@media(max-width:1024px)
{
    .errorBody {
        width: 85%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 5px;
        background-color: white;
        box-shadow: none;
        padding: 15px;
    }
    .leftBlock{
        width:100%;
        float:left;
    }
    .rightBlock {
        width: 100%;
        float: left;
    }
}

/* 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;
}

#gen_header_logo {
    position: relative;
    height: 100px;
}

#gen_page_title {
    font-size: 25px;
    line-height: 30px;
    margin: 10px 40px;
    color: white;
}

.header_logo {
    margin-right: 50px;
    /*box-shadow: rgba(79, 79, 79, 0.7) 3px 3px;*/
    float: left;
}

#gen_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;*/
}

.gen-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;
}

.gen-small-text {
    color: #211f23;
    line-height: 25px;
}


.gen_link {
    color: #004fa3;
    text-decoration: none;
}

.gen_link_black {
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}

.gen_link_white {
    color: #ffff;
    text-decoration: underline;
    cursor: pointer;
}

.gen_link:hover {
    color: #004fa3;
    text-decoration: underline;
}

.gen_link_black:hover {
    color: #000000;
}

.gen_link_white:hover {
    color: #fff;
}

.gen-footerlink {
    color: white;
    text-decoration: none;
}

    .gen-footerlink:hover {
        color: white;
        text-decoration: underline;
    }

    .gen-footerlink:visited {
        color: white;
        text-decoration: none;
    }

.gen-form-panel {
    padding: 30px;
    max-width: 500px;
    margin: 40px auto;
}
.main-content {
    padding-top: 40px;
    padding-bottom: 40px;
    border: thin solid #A9A9A9;
    margin-top: 150px;
    width:30%;
}
/*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;
}

#gen_body {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
}

#gen_header {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
    /*background: #fff url('images/header-bg.gif') 50% 0% repeat-y;*/
}

#gen_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-gen-standard {
    background: #00457c;
    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-gen-standard:hover,
    .btn-gen-standard:focus {
        background-color: #00457c;
        background-position: 54px;
        background-image: none;
        color: white;
    }

    .btn-gen-standard:active,
    .btn-gen-standard.active {
        background-color: #00457c;
        border-color: #00457c;
    }

.btn-gen-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;
}

.horizontal-div {
    display: inline-block;
}

.gen_error_panel {
    float: left;
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 50px;
    color: white;
    background-color: #00457c;
    width: 100%;
    line-height: 50px;
    padding: 0px 15px;
    margin-bottom: 20px;
}

.gen-icon-button {
    cursor: pointer;
}

    .gen-icon-button:hover {
        color: #00457c;
    }

.gen-label {
    color: #00457c;
}

.gen-lbl-sm {
    color: #00457c;
    font-size: 10px;
}

/*Nav Bar*/
.gen-navbar {
    color: white;
    background-color: #00457c;
}

    .gen-navbar .navbar-brand {
        color: white;
    }

    .gen-navbar .navbar-text {
        color: white;
    }

    .gen-navbar .navbar-nav > li > a {
        color: white;
    }

.gen-navbar {
    background-image: -webkit-linear-gradient(top, #00457c 0%, #00457c 100%);
    background-image: -o-linear-gradient(top, #00457c 0%, #00457c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00457c), to(#00457c));
    background-image: linear-gradient(to bottom, #00457c 0%, #00457c 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);
}

    .gen-navbar .navbar-brand:hover,
    .gen-navbar .navbar-brand:focus {
        color: white;
        background-color: #009ee3;
    }

    .gen-navbar .navbar-nav > li > a:hover,
    .gen-navbar .navbar-nav > li > a:focus {
        color: white;
        background-color: #009ee3;
    }

    .gen-navbar .navbar-nav > .active > a,
    .gen-navbar .navbar-nav > .active > a:hover,
    .gen-navbar .navbar-nav > .active > a:focus {
        color: white;
        background-color: #009ee3;
    }


/******* 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;
}

#gen_pdf_body {
    max-width: 1300px;
    margin: 20px auto;
    width: 100%;
}

#gen_pdf_header {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
    background: #fff url('images/header-bg.gif') 50% 0% repeat-y;
}

#gen_pdf_header_logo {
    height: 60px;
    position: relative
}

#gen_pdf_divider {
    max-width: 1300px;
    min-height: 10px;
    background-image: -webkit-linear-gradient(top, #00457c 0%, #00457c 100%);
    background-image: -o-linear-gradient(top, #00457c 0%, #00457c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00457c), to(#00457c));
    background-image: linear-gradient(to bottom, #00457c 0%, #00457c 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: #00457c;
    cursor: pointer;
    margin-left: 10px;
}

    .pdf_icon:hover {
        color: #febe10;
    }
@media (max-width: 767px) {
    .main-content {
        width: 100%;
    }
}
/*#00457c*/
/*#009ee3*/
