﻿html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-size: 14px;
}

.form-control {
    font-size: 14px;
}
/* login page */
.form-signin {
    margin: 0 auto;
    max-width: 330px;
    padding: 15px;
}

    .form-signin .form-signin-heading {
        margin-bottom: 10px;
    }

    .form-signin .form-control {
        box-sizing: border-box;
        font-size: 16px;
        height: auto;
        padding: 10px;
        position: relative;
    }

.form-control:disabled, .form-control[readonly] {
    background-color: #f7f7f7;
    color: #333333;
    opacity: 1
}

.form-signin .input-username {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 10px;
}

.form-signin .input-password {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 10px;
}

.header__title-department {
    font-size: 14px;
}

/* branding bar */
#ppc-admin-header {
    background-color: #277c78;
    margin-bottom: 0;
    border: none;
}

    #ppc-admin-header .navbar-brand {
        color: #2ecc71;
    }

.navbar-login-name {
    font-weight: bold;
    color: #FFFFFF;
}

#ppc-admin-header #menulist > ul > li > a,
#ppc-admin-header #header-login-view .navbar-text,
#ppc-admin-header #header-login-view .navbar-link {
    color: #FFFFFF;
}

#ppc-admin-header #header-login-view .navbar-link {
    text-decoration: underline;
}

    #ppc-admin-header #header-login-view .navbar-link:hover {
        text-decoration: none;
    }

#ppc-admin-header .navbar-toggle {
    background-color: #bfcbd6;
}

    #ppc-admin-header .navbar-toggle.collapsed {
        background-color: #3a4f63;
    }

    #ppc-admin-header .navbar-toggle .icon-bar {
        background-color: #fff;
    }

#ppc-admin-header #menulist ul li.has-popup > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
    margin-top: 5px;
    margin-right: -10px;
}

#ppc-admin-header #menulist ul.dropdown-menu li.has-popup > a:after {
    border-left-color: #000;
}

#ppc-admin-header #menulist ul li.has-popup > a:hover:after,
#ppc-admin-header #menulist ul li.has-popup > a.highlighted:after {
    border-left-color: #465c71;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

#ppc-admin-header #menulist > ul.navbar-nav li a:hover,
#ppc-admin-header #menulist > ul.navbar-nav li.dropdown-toggle.open > a:first-child {
    background-color: #bfcbd6;
    color: #2c3e50;
}

@media screen and (max-width: 767px) {
    .dropdown-submenu > a.popout:after {
        border-left-color: #fff;
    }

    #ppc-admin-header .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a.level2 {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a.level3 {
        padding: 5px 15px 5px 35px;
    }
}

#ppc-admin-header .dropdown-menu > li > a:focus {
    background-color: #fff;
    color: #000;
}


@media(max-width: 767px) {
    #menulist {
        float: none !important;
    }
}

/* footer */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #277c78;
    color: #ffffff;
    padding: 20px 0;
}

.footerNew {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    color: #ffffff;
    padding: 20px 0;
}

a.skippy {
    position: absolute;
    top: 200px;
    left: 200px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
    background-color: yellow;
}


    a.skippy:active, a.skippy:focus, a.skippy:hover {
        top: 0;
        left: 0;
        font-size: 1.2em;
        font-weight: 700;
        color: #fff;
        background-color: #075290;
        height: auto;
        overflow: auto;
        width: 99%;
        padding: 5px;
        z-index: 100;
        text-align: center;
    }

/* generic helper classes */
.caret-right {
    border-left: 4px solid;
    border-right: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

@media (max-width: 767px) {
    .pull-xs-left {
        float: left;
    }

    .pull-xs-right {
        float: right;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pull-sm-left {
        float: left;
    }

    .pull-sm-right {
        float: right;
    }
}

@media (min-width: 992px) and (max-width: 1119px) {
    .pull-md-left {
        float: left;
    }

    .pull-md-right {
        float: right;
    }
}

@media (min-width: 1200px) {
    .pull-lg-left {
        float: left;
    }

    .pull-lg-right {
        float: right;
    }
}

.section-header {
    border-bottom: 1px solid #eee;
}

.sm-padding-bottom {
    padding-bottom: 5px;
}

.sm-margin-top {
    margin-top: 5px;
}

.md-margin-top {
    margin-top: 10px;
}

.md-margin-bottom {
    margin-bottom: 10px;
}

.md-margin-sides {
    margin-left: 10px;
    margin-right: 10px;
}

.display-block {
    display: block;
}

.help-block.error {
    color: #a94442;
    font-weight: bold;
}

.no-padding-top,
.no-padding-top.control-label {
    padding-top: 0;
}

/* lookup table: special code */
#MainContent_SpecialCodeEditModalPanel {
    margin-top: 15px;
}

/* GridView pagination */
.ppc-pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .ppc-pagination table > tbody > tr > td {
        display: inline;
    }

        .ppc-pagination table > tbody > tr > td > a,
        .ppc-pagination table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #ffffff;
            background-color: #4b6c9e;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .ppc-pagination table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            background-color: #4b6c9e;
            color: #ffffff;
            border-color: #dddddd;
            cursor: default;
        }

        .ppc-pagination table > tbody > tr > td:first-child > a,
        .ppc-pagination table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .ppc-pagination table > tbody > tr > td:last-child > a,
        .ppc-pagination table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .ppc-pagination table > tbody > tr > td > a:hover,
        .ppc-pagination table > tbody > tr > td > a:focus,
        .ppc-pagination table > tbody > tr > td > span:focus {
            background-color: #bfcbd6;
            color: #465c71;
            border-color: #dddddd;
        }

.labelDisplay {
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* maintain user */
#lnkFilterContainer {
    padding: 10px 0;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 99%;
}

/* session search */
#MainContent_SessionSearch {
    margin-top: 10px;
}

/* checkboxlist */
.radio.radiobuttonlist input[type="radio"],
.checkbox.checkboxlist input[type="checkbox"] {
    margin-left: 0;
}

.radio.radiobuttonlist label,
.checkbox.checkboxlist label {
    margin-bottom: 4px;
    margin-left: 0;
}

fieldset legend {
    border: 0;
    font-size: inherit;
    font-weight: 700;
    margin-bottom: 0;
}

fieldset .radio,
fieldset .checkbox {
    margin-top: 4px;
}

/* simple pager */
.ppc-simple-pager > ul.pager {
    text-align: left;
}


/* report page */
.ppc-reprot-form {
    border-top: 1px dashed grey;
    margin-top: 20px;
    padding-top: 20px;
}

.HiddenCol {
    visibility: hidden;
}

.HiddenHeader {
    text-indent: -9999px;
    background-color: #f7f7f7;
}

.Hiddenlbl {
    visibility: hidden;
}

.table {
    font-size: 14px;
}

.btn {
    font-size: 14px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.footerlable {
    color: #ffffff;
    opacity: 1;
    background-color: #161618;
    padding: 6px 0;
}
