﻿/*********************Claremount***************/
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;
}

/* Boostrap overwrite*/
.navbar-default {
    background-image: -webkit-linear-gradient(top, #211f23 0%, #211f23 100%);
    background-image: -o-linear-gradient(top, #211f23 0%, #211f23 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#211f23 ), to(#211f23 ));
    background-image: linear-gradient(to bottom, #211f23 0%, #211f23 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);
}

/* 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;
}
.setPrefMargin {
    margin-left: 15px;
}
#gen_header_logo {
    height: 150px;
    position: relative;
}

#gen_page_header {
    font-size: 25px;
    line-height: 30px;
    margin: 10px 40px;
    color: white;
}
.createBox {
    box-shadow: 2px 2px grey;
    background: lightgray;
    height: 75px;
    text-align: center;
    padding: 1.5rem;
}
.header_logo {
    margin: 35px 40px 35px 40px;
    width: 80px;
    /*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: 30px 0;
    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;*/
}
.subjectBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.subjectReadOnly {
    width: auto;
    display: inline;
    border-right: none;
}
.subjectEditable{
    width:80%;
    display:inline;
    margin-left:-7px;
    border-left:none;
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
}
.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;
    }
/*Login Page*/
.horizontalRule {
    border-color: #211f23;
}

.loginRegisterBlock {
    width: 30%;
    float: left;
    border: 1px solid darkgrey;
}

.registerHeader {
    background-color: #211f23;
    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
}
/*End Login Page*/


#userbox {
    position: absolute;
    right: 40px;
    top: -25px;
    color: black;
}

.searchBox {
    width: 100%;
}

.searchFooter {
    margin-top: 15px;
}

.searchHeader {
    margin-bottom: 15px;
    font-size: 1.5em;
}
.mediumLabel {
    margin-bottom: 30px;
    font-size: 1.17em;
    font-weight: 700;
}
#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:hover {
    color: #004fa3;
    text-decoration: underline;
}

#gen_footer {
    max-width: 1300px;
    width: 100%;
    margin: 0px auto;
    background-color: #505050;
    color: white;
    height: 50px;
    padding: 20px;
    font-size: 10px;
}

.btn-gen-standard {
    background: #211f23;
    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: 2px;
    border: 1px solid #373737 !important;
}

.btn-gen-standard:hover,
.btn-gen-standard:focus {
    background-color: #00717e;
    background-position: 54px;
    background-image: none;
    color: white;
}

.btn-gen-standard:active,
.btn-gen-standard.active {
    background-color: #00717e;
    border-color: #00717e;
}

.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;
}

.gen_error_panel {
    float: left;
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 50px;
    color: white;
    background-color: #211f23;
    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: #211f23;
    width: 100%;
    line-height: 22px;
    padding: 0px 15px;
    margin-bottom: 20px;
}
.gen-icon-button {
    cursor: pointer;
}

    .gen-icon-button:hover {
        color: #211f23;
    }

.gen-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #211f23;
}

/*Nav Bar*/
.gen-navbar {
    color: white;
    background-color: #211f23;
}

    .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, #211f23 0%, #211f23 100%);
    background-image: -o-linear-gradient(top, #211f23 0%, #211f23 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#211f23 ), to(#211f23 ));
    background-image: linear-gradient(to bottom, #211f23 0%, #211f23 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;

}

    .gen-navbar .navbar-brand:hover,
    .gen-navbar .navbar-brand:focus {
        color: white;
        background-color: #00717e;
    }

    .gen-navbar .navbar-nav > li > a:hover,
    .gen-navbar .navbar-nav > li > a:focus {
        color: white;
        background-color: #00717e;
    }

    .gen-navbar .navbar-nav > .active > a,
    .gen-navbar .navbar-nav > .active > a:hover,
    .gen-navbar .navbar-nav > .active > a:focus {
        color: white;
        background-color: #00717e;
    }


/******* 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, #211f23 0%, #211f23 100%);
    background-image: -o-linear-gradient(top, #211f23 0%, #211f23 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#211f23 ), to(#211f23 ));
    background-image: linear-gradient(to bottom, #211f23 0%, #211f23 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: #211f23;
    cursor: pointer;
    margin-left: 10px;
}

    .pdf_icon:hover {
        color: #febe10;
    }
.hideCustomError {
    display: none;
    margin-left: 10px;
}
.showCustomError {
    display: block;
    margin-left: 10px;
    color:red;
}

input.invalid {
    border: 2px solid red;
}

input.valid {
    border: 2px solid black;
}

/* How to */
.gen_panel-heading {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background: #636363;
    background-repeat: repeat-x;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .gen_panel-heading h4:after {
        font-family: 'Glyphicons Halflings';
        content: "\e114";
        float: right;
        color: white;
    }

    .gen_panel-heading a.collapsed h4:after {
        content: "\e080";
    }


.gen_panel-title {
    color: white
}

    .gen_panel-title:hover {
        text-decoration: none !important;
    }
.btn-margin {
    margin-bottom: 10px;
}
.tableFont {
    font-size: 11px;
}

.modal-dialog.container, #viewPDFModal .modal-dialog {
    width: 75%;
}
.desktopOnly {
    display: inline;
}

.mobileOnly {
    display: none;
}
@media (max-width: 767px) {
    .tableHor {
        overflow: auto;
    }

    .tableFont {
        font-size: 13px;
    }

    .createBox {
        height: 100px;
    }
    #userbox {
        margin-top: 0px;
        margin-left: 40px;
        float: left;
    }
    .modal-dialog.container, #viewPDFModal .modal-dialog {
        width: 100% !important;
        margin: 0 auto;
    }
    .desktopOnly {
        display: none;
    }

    .mobileOnly {
        display: inline;
    }
}



