﻿
* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #5c87b2;
    font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
    color: #000;
}

#home-main {
    width: 600px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    text-align: center;
}

#home-main input[type="submit"]{
    background-color: #002d3d;
    color: #fff;
    border: none;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

    #home-main input[type="text"]:focus, #home-main input[type="password"]:focus {
        border: 1px solid #002d3d;
        outline: none;
    }

    #home-main input[type="submit"]:hover {
        background-color: #005674;
    }

#home-inner-wrapper {
    border: 1px solid #002d3d;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#home-logo {
    background: url(/Images/school-logo.png?v=1000) no-repeat;
    background-position: center;
    background-size: 180px 180px;
    height: 200px;
    width: 200px;
    float: left;
}

#home-login-wrapper {
    margin: 35px 10px;
    border-left: 1px solid #002d3d;
    float: left;
    padding-left: 35px;
    text-align: left;
}

#home-powered-by {
    font-size: 0.8em;
    font-style: italic;
    color: #002d3d;
    margin-top: 5px;
}

#home-powered-by a:link, #home-powered-by a:active, #home-powered-by a:visited{
    color: #002d3d;
    text-decoration: none;
}

#home-powered-by a:hover{
    color: #002d3d;
    text-decoration: underline;
}

.home-school {
    color: #002d3d;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 5px;
}




.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.transact-error {
    margin-top: 10px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 1.1em;
    color: #f00;
}

.transact-success {
    margin-top: 10px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 1.1em;
    color: #00660c;
}

.highlight-span{
    background-color: #ddd;
}

.link-button{
    font-weight: bold;
    font-size: 1.2em;
}

.link-button:link, .link-button:hover, .link-button:active, .link-button:visited {
    margin-top: 50px;
}

#transaction-left{
    float: left;
    width: 145px;
    padding-top: 10px;
    color: #000;
}

#transaction-right{
    float: left;
    width: 80%;
    padding-top: 10px;
    font-size: 1em;
    color: #000;
}

#transaction-left img{
    width: 125px;
}

#transaction-right input, #transaction-right textarea{
    border: 1px solid #000;
    background: #fff;
    color: #000;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}


#transaction-right input, #transaction-right textarea:focus{
    border: 1px solid #005674;
}

#reserveMainBox{
    padding-top: 10px;
    font-size: 1em;
    color: #000;
}

#reserveMainBox input, #reserveMainBox textarea{
    border: 1px solid #000;
    background: #fff;
    color: #000;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

#returnMainBox
{
    padding-top: 10px;
    font-size: 1em;
    color: #000;
}

#returnMainBox input, #returnMainBox textarea{
    border: 1px solid #000;
    background: #fff;
    color: #000;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

#searchMainBox{
    padding-top: 10px;
    font-size: 1em;
    color: #000;
}

#searchMainBox input, #searchMainBox textarea{
    border: 1px solid #000;
    background: #fff;
    color: #000;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}




#home-img-box{
    width: 150px;
    height: 150px;
    float: left;
    padding: 20px;
}

    #home-img-box img{
        max-height: 100%;
        max-width: 100%;
        width: 100%;
    }

#home-address-box{
    padding: 20px;
    float: left;
    text-align: center;
    color: #000;
}
    #home-address-lib-name{
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .home-address-name{
        font-size: 1.5em;
        font-weight: bold;
    }

.home-heading{
    font-size: 2em;
    color: #000;
    font-weight: bold;
    margin: 10px 0 10px 30px;
}

.home-heading-item{
    font-size: 1.2em;
    color: #000;
}

    .home-heading-item li {
        padding: 2px;
    }

    .home-heading-item ul{
        margin-left: 90px;
    }

.lef-link-buttons {
    padding: 5px 0;
    font-size: 1em;
    font-weight: bold;
}
    .lef-link-buttons a{
        padding: 2px 0;
    }

    .lef-link-buttons a:hover {
        background-color: #002d3d;
        color: #fff;
    }

.paging-box{
    text-align: right;
    padding: 3px 5px;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .paging-box a:link, .paging-box a:visited, .paging-box a:active{
        text-decoration: none;
        padding: 3px 15px 5px 15px;
    }

    .paging-box a:hover{
        background-color: #002d3d;
        color: #fff;
    }


.img-transac img{
    width: 125px;
}

.img-transac{
    text-align: center;
}



/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 0.85em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}




input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 0.85em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 90%;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 8px 15px 8px 15px;
        margin: 15px 4px;
    }

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#logindisplay {
    font-size: 1.1em;
    margin: 10px 10px 0 10px;
    text-align: right;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

#title h1
{
    font-weight: bold;
    margin: 0 10px 10px 10px;
    color: #fff;
    border: none;
    line-height: 1em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

/* TAB MENU   
---------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display:inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

.main {
    padding: 15px 15px 25px 15px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

#footerSection {
    padding: 10px 0;
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 12px;
    font-style: italic;
    margin: 0 0 30px 0;
    font-size: 0.9em;
    border-top: 2px solid #5c87b2;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

#footerSection a:link, #footerSection a:visited, #footerSection a:active{
    color: #000;
    text-decoration: none;
}

#footerSection a:hover{
    text-decoration: underline;
}


a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul 
{
    margin-bottom: 10px;
}



/* TABLE
----------------------------------------------------------*/

#form_table {
    border-collapse: collapse;
    border: none;
}

    #form_table td {
        padding: 2px 10px;
        border: none;
        font-size: 1em;
        color: #000;
        vertical-align: text-top;
    }

.no_border_table{
    border-collapse: collapse;
    border: none;
}

    .no_border_table td, 
    .no_border_table th {
        padding: 2px 10px;
        border: none;
        font-size: 1em;
        color: #000;
        vertical-align: text-top;
    }

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 2px 5px;
    border: solid 1px #e8eef4;
    font-size: 0.9em;
    color: #000;
}

table th {
    padding: 5px 2px;
    text-align: center;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
    font-size: 0.9em;
    color: #000;
}

.bold_td {
    font-weight: bold;
    background-color: #e8eef4;
    color: #000;
    padding-right: 15px;
}

.empty_td {
    width: 20px;
}


table .display-title{
        font-size: 1em;
        font-weight: bold;
        padding-right: 15px;
    }

#row-style-table{
    border: solid 1px #c5cdd5;
    border-collapse: collapse;
}

#row-style-table td{
    border-bottom: solid 1px #c5cdd5;
    border-left: none;
    border-right: none;
    border-top: solid 1px #c5cdd5;
    font-size: 1.1em;
    color: #000;
    padding: 5px;
}

#transaction-table{
    border-collapse: collapse;
    width: 100%;
    border: none;
}

#transaction-table td {
        padding: 2px 10px;
        border: none;
        font-size: 1em;
        color: #000;
        vertical-align: top;
    }

#transaction-table input {
    border: 1px solid #787878;
    background: #fff;
    color: #000;
    font-size: 1em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 95%;
}

#transaction-table input:focus{
    border: 1px solid #7ac0da;
}

.trans-inside-table{
    border-collapse: collapse;
    width: 100%;
    border: none;
    font-size: 1em;
}

.trans-inside-table td{
    padding: 2px;
    border: none;
    vertical-align: top;
}


/* Fieldset Table */

fieldset table {
    border-collapse: collapse;
    border: 0 none;
}

fieldset table td {
    padding: 2px 5px;
    font-size: 0.9em;
    border: 0 none;
}

fieldset table th {
    padding: 5px 2px;
    text-align: center;
    background-color: #e8eef4;
    font-size: 0.9em;
    color: #000;
    border: 0 none;
}

/* Column Type Divs */

.transaction-left-div{
    float: left;
    width: 16%;
    padding: 2px 10px;
    font-size: 1.2em;
    color: #000;
    margin-left: 5px;
    display: table;
}

.transaction-right-div{
    float: left;
    width: 75%;
    padding: 2px 10px;
    color: #000;
    margin-left: 5px;
    display: table;
}



/* End of Column Type Divs */



/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 0.85em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #5C87B2;
    font-size: 0.85em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
    font-size: 0.85em;
}

.validation-summary-valid {
    display: none;
}

/* login page */

    #home-login-wrapper .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #home-login-wrapper .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }


/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}


.leftPanel
{
    width: 15%;
    float: left;
    padding: 5px;
}

.rightPanel
{
    width: 83%;
    float: left;
    border-left: 1px solid #ddd;
    padding: 5px;
}

