﻿html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited, a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #CCC;
        cursor: pointer;
    }

    a:disabled {
        pointer-events: none;
        cursor: default;
    }

h1, h2, h3, h4, h5, h6 {
    color: #333;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

table a {
    text-decoration: underline;
}

.borderNone {
    border: 0;
}


@media print {
    a[href]:after {
        content: none;
    }
    @page {
        size: auto;
        margin: 15mm 15mm 15mm 15mm;
    }

    body {
        margin: 0px;
    }

    .dataTables_length { display: none  }
    .dataTables_filter { display: none }
    .dataTables_info { display: none }
    .paginate_button { display: none }
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


/* main layout
----------------------------------------------------------*/
.background {
    background-color: #CCCCCC;
}

header, footer {
    clear: both;
    display: block;
}

header {
    background-color: #999999;
    border-bottom: 8px solid #990033;
    -webkit-border-radius: 35px 35px 0px 0px;
    -moz-border-radius: 35px 35px 0px 0px;
    border-radius: 35px 35px 0px 0px;
    margin-top: 20px;
    padding: 10px 10px 5px 10px;
}

footer {
    background-color: #999;
    border-top: 4px solid #990033;
    -webkit-border-radius: 0px 0px 25px 25px;
    -moz-border-radius: 0px 0px 25px 25px;
    border-radius: 0px 0px 25px 25px;
    padding: 5px 10px 10px 10px;
    margin-bottom: 20px;
}

#content {
    background-color: white;
    padding: 5px;
    min-height: 100%;
    height: 100%;
}

.global-menu {
    position: relative;
    z-index: 1001;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    bottom: 0;
}

/* Common Headers
----------------------------------------------------------*/
.siteHeader {
    text-shadow: 2px 2px 0px #777777;
    color: white;
    font-weight: bold;
    font-size: 2.5em;
}

.pageHeader {
    font-size: 1.25em;
    text-shadow: 0px 1px 0px #FFFFFF;
    color: #777777;
    font-weight: bold;
    margin-top: 0;
}

.collapse-header {
    padding: 8px;
    color: #777777;
    font-weight: bold;
    text-transform: uppercase;
}

    .collapse-header a {
        color: #b94a48;
        text-decoration: none;
    }

/* Customizations 
----------------------------------------------------------*/
.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.nounderline {
    text-decoration: none !important
}

.italic {
    font-style: italic;
}

.green {
    color: green;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.black {
    color: black;
}

.white {
    color: white;
}

.dark-blue {
    color: #145669;
}

.dark-orange {
    color: #543307;
}

.dark-yellow {
    color: #fbfa69;
}

.dark-gray {
    color: #333333;
}

.royal-blue {
    color: #0044cc;
}

.padB10 {
    padding-bottom: 10px;
}

.padB20 {
    padding-bottom: 20px;
}

.padB30 {
    padding-bottom: 30px;
}

.padT3 {
    padding-top: 3px;
}

.padT05 {
    padding-top: 5px;
}

.padT10 {
    padding-top: 10px;
}

.padT20 {
    padding-top: 20px;
}

.padT30 {
    padding-top: 50px;
}

.padL04 {
    padding-left: 4px;
}

.padL08 {
    padding-left: 6px;
}

.padL12 {
    padding-left: 12px;
}

.padL15 {
    padding-left: 15px;
}

.padR04 {
    padding-right: 4px;
}

.padR08 {
    padding-right: 6px;
}

.padR12 {
    padding-right: 12px;
}

.padR15 {
    padding-right: 15px;
}

.marginL04 {
    margin-left: 4px;
}

.marginL12 {
    margin-left: 12px;
}

.marginL20 {
    margin-left: 20px;
}

.marginR20 {
    margin-right: 20px;
}


.marginT-15 {
    margin-top: -15px;
}

.marginT10 {
    margin-top: 10px;
}

.marginT20 {
    margin-top: 20px;
}

.marginT30 {
    margin-top: 30px;
}

.marginB-25 {
    margin-bottom: -25px;
}

.marginB5 {
    margin-bottom: 5px;
}

.marginB10 {
    margin-bottom: 10px;
}

.marginB20 {
    margin-bottom: 20px;
}

.marginB30 {
    margin-bottom: 30px;
}

.small {
    font-size: .85em;
}

.small-text {
    font-size: .5em;
}

.extra-small {
    font-size: .75em;
}

.extra-extra-small {
    font-size: .60em;
}

.border-Top-hidden {
    border-top-style: hidden;
}

.border-Top-bold {
    border-top: 2px solid black;
}

.icon {
    color: #888888;
}

.btn-extra-large {
    height: 100px;
    font-size: 1.5em;
}

a.no-hover:hover {
    background-color: transparent;
}

a.white {
    color: white;
}

a.dark-blue {
    color: #145669;
}

a.dark-orange {
    color: #543307;
}

.pointer-hover {
    cursor: pointer;
}

.spin {
    -webkit-animation: spin .75s infinite linear;
    -moz-animation: spin .75s infinite linear;
    -o-animation: spin .75s infinite linear;
    animation: spin .75s infinite linear;
    -webkit-transform-origin: 50% 58%;
    -ms-transform-origin: 50% 58%;
    -moz-transform-origin: 50% 58%;
    -o-transform-origin: 50% 58%;
    transform-origin: 50% 58%; /* IE 9 */
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* JQuery UI Overrides 
----------------------------------------------------------*/
.ui-autocomplete {
    max-height: 600px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    z-index: 1000;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 600px;
}

.dynamicFont {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 10px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eeeeee;
}

.even {
    background-color: #ebebea;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.toggle-color:nth-of-type(odd) > .compare-1 {
    background-color: #D2DCEF;
}

.toggle-color:nth-of-type(even) > .compare-1 {
    background-color: #ECF6FF;
}

.toggle-color:nth-of-type(odd) > .compare-2 {
    background-color: #C9EBCB;
}

.toggle-color:nth-of-type(even) > .compare-2 {
    background-color: #E3FFE5;
}

.toggle-color:nth-of-type(odd) {
    background-color: #efefef;
}

.toggle-color:nth-of-type(even) {
    background-color: #ffffff;
}

/* 
    Data table grouping
 */
tr.group,
tr.group:hover {
    background-color: #ddd !important;
    font-weight: bold;
}
