﻿body {
    font-size: 13px;
    font-family: Arial;
    color: #000;
    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;
}

/* Boostrap overwrite*/
.navbar-default {
    background-image: -webkit-linear-gradient(top, #58585a 0%, #58585a 100%);
    background-image: -o-linear-gradient(top, #58585a 0%, #58585a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#58585a ), to(#58585a ));
    background-image: linear-gradient(to bottom, #58585a 0%, #58585a 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);
}


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;
}

.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;
}

.header_logo {
    margin-left: 30px;
    float: left;
    border: 0px;
    cursor: pointer;
}

.createBox {
    box-shadow: 2px 2px grey;
    background: lightgray;
    height: 75px;
    text-align: center;
    padding: 1.5rem;
}

#gen_header {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
    border: 0px;
}

#gen_header_logo {
    padding: 10px 0 10px 0;
    height: 140px;
    position: relative;
    background: #fff;
    color: black;
    border: 0px;
}

/*Portal Name*/
.letter-portal {
    margin: 50px 0px 10px 20px;
    font-size: 25px;
    line-height: 25px;
    float: left;
}

.setPrefMargin {

}
/*Nav Bar*/
.navbar {
    /*position: relative;*/
    min-height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    border: 0px;
}

.gen-navbar {
    color: #fff;
    background-color: #58585a;
}

.gen-navbar .navbar-brand {
    color: #fff;
}

.gen-navbar .navbar-text {
    color: #fff;
}

.gen-navbar .navbar-nav > li > a {
    color: #fff;
}

.gen-navbar {
    background-image: -o-linear-gradient(top, #58585a 0%, #58585a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#58585a ), to(#58585a ));
    background-image: linear-gradient(to bottom, #58585a 0%, #58585a 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: #58585a;
    background-color: #facc01;
}

.gen-navbar .navbar-nav > li > a:hover,
.gen-navbar .navbar-nav > li > a:focus {
    color: #58585a;
    background-color: #facc01;
}

.gen-navbar .navbar-nav > .active > a,
.gen-navbar .navbar-nav > .active > a:hover,
.gen-navbar .navbar-nav > .active > a:focus {
    color: #58585a;
    background-color: #facc01;
}

#userbox {
    margin-top: 60px;
    float: right;
    color: black;
    padding-right: 20px;
}

#usermenu {
}

#gen_body {
    height: auto;
    max-width: 1300px;
}

#gen_footer {
    max-width: 1300px;
    width: 100%;
    margin: 0px auto;
    background-color: #58585a;
    color: white;
    height: 50px;
    padding: 20px;
    font-size: 12px;
}



/* -----------------------------------Buttons-------------------------------------*/
.btn-gen-standard {
    background: #58585a;
    margin-right: 5px;
    color: white;
    padding: 0 10px 0 10px;
    line-height: 2.7em;
    height: 2.7em;
    font-size: 1em;
    min-width: 84px;
    background-repeat: repeat-x;
    background-position: 0% 0%;
    border-radius: 5px;
    border: 1px solid #ccc !important;
}

.btn-gen-standard:hover {
    background-color: #facc01;
    background-position: 54px;
    background-image: none;
    color: #58585a;
}

.btn-gen-standard:focus {
    background-color: #facc01;
    background-position: 54px;
    background-image: none;
    color: #58585a;
}

.btn-gen-standard:focus:hover {
    background-color: #facc01;
    background-position: 54px;
    background-image: none;
    color: #58585a;
}

.btn-gen-standard.active {
    background-color: #58585a;
    border-color: #facc01;
}

.btn-gen-sm {
    padding: 5px 10px;
    line-height: 1.5em;
    font-size: 10px;
    min-width: 50px;
}

.btn-gen-add {
    background: white;
    padding: 0 10px 0 10px;
    font-size: 1em;
    color: #58585a;
    font-weight: bolder;
    margin-left: -10px
}

.btn-gen-add:hover,
.btn-gen-add:focus {
    color: #007050;
}

.gen-page-title {
    font-size: 1.167em;
    font-size: 1.5em;
    margin-bottom: 0.2em;
    font-weight: normal;
    color: #000000;
}

.gen-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    color: black;
}

/*Email Signature*/
.signatureLogo {
    
}

.signatureCommunityImg {
    
}

.signatureSocialIcon {
    
}

#reportTable {
    font-size: 10px;
}

#auditTable {
    font-size: 13px;
}

#reportTable tbody tr td {
    background: none repeat scroll 0 0 #FFFFFF;
}

#reportTable tbody tr:hover td {
    background: none repeat scroll 0 0 #facc01;
    color: #58585a;
}

#reportTable tbody tr.selected td {
    background: none repeat scroll 0 0 #facc01;
    color: #58585a;
}

.paginationContent {
    position: absolute;
    right: 40px;
}

#content {
    padding: 30px 0;
    min-height: 500px;
    margin: 0px 40px;
    position: relative;
}

.gen-home-container {
    position: relative;
    top: 100px;
}


.form-login {
    max-width: 500px;
    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;
}

.loginOptionBlock {
    max-width: 500px;
    padding: 15px;
    margin: 50px auto;
    margin-top: 0px;
}

.loginPara {
    font-style: italic;
}

.loginMediumLabel {
    font-weight: bold;
    color: black;
}

.horizontalRule {
    border-color: #58585a;
}

.loginRegisterBlock {
    width: 30%;
    float: left;
    border: 1px solid darkgrey;
}

.registerHeader {
    background-color: black;
    padding: 10px;
    border-bottom: 1px solid darkgrey
}

.registerLastRow {
    padding-top: 10px;
    padding-bottom: 10px
}

.registerRow {
    border-bottom: 1px solid darkgrey;
    padding-top: 10px;
    padding-bottom: 10px
}

.searchBox {
    width: 100%;
}

.searchFooter {
    margin-top: 15px;
}

.searchHeader {
    margin-bottom: 15px;
    font-size: 1.5em;
}

.mediumLabel {
    margin-bottom: 15px;
    font-size: 24px;
    color: black;
}

#searchResults {
    margin-top: 20px;
}

.pointer:hover {
    cursor: pointer !important;
}

.gen-small-text {
    color: #211f23;
    line-height: 25px;
    font-size:12px;
}

.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: #58585a;
}

.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;
}


#gen_body {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
}


/*Bootstrap style css*/
.vertical-space-after {
    margin-bottom: 20px;
}

.vertical-space-before {
    margin-top: 20px;
}

.gen_error_panel {
    float: left;
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 50px;
    color: white;
    background-color: #58585a;
    width: 100%;
    line-height: 50px;
    padding: 0px 15px;
    margin-bottom: 20px;
}

.gen_error_panel_login {
    float: left;
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 50px;
    color: white;
    background-color: #58585a;
    width: 100%;
    line-height: 25px;
    padding: 0px 15px;
    margin-bottom: 20px;
}

.gen-icon-button {
    cursor: pointer;
}

.gen-icon-button:hover {
    color: white;
}


/******* 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, #58585a 0%, #58585a 100%);
    background-image: -o-linear-gradient(top, #58585a 0%, #58585a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#58585a ), to(#58585a ));
    background-image: linear-gradient(to bottom, #58585a 0%, #58585a 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: #25455c;
    cursor: pointer;
    margin-left: 10px;
}

.pdf_icon:hover {
    color: #febe10;
}


#lstItems {
    width: 455px;
    /* margin-top: 20px; */
    border-color: #e2e2e2;
}

.btn-margin {
    margin-bottom: 10px;
}

.tableFont {
    font-size: 11px;
}

.subjectBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.subjectReadOnly {
    width: 520px;
    display: inline;
    border-right: none;
}

.subjectEditable {
    width: 55%;
    display: inline;
    margin-left: -7px;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.modal-dialog.container, #viewPDFModal .modal-dialog {
    width: 75%;
}

.desktopOnly {
    display: inline;
}

.mobileOnly {
    display: none;
}

.dropdown-menu-login {
    position: relative !important;
    padding: 0 !important;
    font-size: 12px;
    box-shadow: none;
    border: 0 !important;
}

.dropdown-menu-nav {
    text-align: left;
    margin: 50px;
}

.dropdown-menu-nav li {
    list-style: none;
    display: inline-block;
    position: relative;
    width: 300px;
    margin: 50px;
    padding: 50px;
}

a.pull-right:active, a.pull-right:visited, a.pull-right:link {
    text-decoration: none;
    color: #000
}


a.pull-right:hover {
    text-decoration: underline;
    color: #000;
}

a.dropdown-toggle {
    text-decoration: none;
    color: #fff;
    background-color: #58585a;
}

a.dropdown-toggle:hover {
    text-decoration: none;
    color: #58585a;
    background-color: #000000;
}

.swal-button {
    background-color: #58585a;
    color: #fff;
}

.swal-button:hover {
    color: #58585a;
    background-color: #facc01;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

@media (max-width: 767px) 
{
    #gen_header_logo {
        height: 180px;
    }

    #userbox {
        margin-top: 0px;
        margin-left: 40px;
        float: left;
    }

    .tableHor {
        overflow: auto;
    }

    .tableFont {
        font-size: 13px;
    }

    .gen-navbar .navbar-nav > li > ul > li > a {
        color: white;
    }

    .createBox {
        height: 100px;
    }

    .modal-dialog.container, #viewPDFModal .modal-dialog {
        width: 100% !important;
        margin: 0 auto;
    }

    .desktopOnly {
        display: none;
    }

    .mobileOnly {
        display: inline;
    }
}

