﻿a {
    color: #133463;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
}

    a:hover {
        color: #133463;
        text-decoration: underline;
    }

    a:visited {
        /*color: #133463;*/
        text-decoration: none;
    }

        a:visited:hover {
            color: #133463;
            text-decoration: underline;
        }

.alert-background {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    z-index: 5001;
    background: rgba(255, 255,255, .75);
}

.alert-dialog {
    background-color: White;
    display: inline-block;
    width: 400px;
    position: absolute;
    border: 5px solid #000;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.alert-message ul li {
    list-style-image: none;
    list-style-type: none;
}

.alert-title {
    height: 50px;
    color: White;
    font-family: Calibri;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 45px;
    line-height: 45px;
    padding-left: 10px;
    overflow: hidden;
    background: black;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.alert-message {
    max-height: 90px;
    overflow: auto;
    padding: 5px;
    font-family: Calibri;
    font-size: 20px;
    line-height: 20px;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.alert-footer {
    height: 45px;
    text-align: center;
    padding-top: 5px;
    background: black;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.alert-close.alert-button {
    position: absolute;
    top: 5px;
    right: 5px;
}

.alert-button {
    color: black;
    font-weight: bold;
    font-size: 24px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px outset Silver;
    background: rgb(254,252,234); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(241,218,54,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
}

.alert-prompt {
    margin-top: 5px;
    width: 100%;
}

.app-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #AAA;
}

    .app-table td,
    .app-table th {
        padding: 5px;
        text-align: left;
        border: 1px solid #AAA;
    }

.button-list {
    clear: both;
    margin-top: 20px;
}

body {
    font-size: 14px;
    color: black;
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
    padding: 0px;
    margin: 0px;
    background-color: rgb(210,211,213);
}

.body {
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.bold {
    font-weight: bold;
}

.button,
.button:visited {
    text-indent: 0;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-family: Verdana,Arial !important;
    background-color: #153B70;
    font-weight: bold;
    border: 1px solid;
    border-color: #2D7EEF #153B70 #153B70 #2D7EEF;
    cursor: pointer;
    color: White;
}

    .button:hover,
    .button:visited:hover {
        text-decoration: none;
        color: #c36b00;
    }

    .button:active {
        position: relative;
        top: 1px;
    }


.fixed {
    width: 132px;
}

.fixed_small {
    width: 65px;
}

.button.regular {
    font-size: 12px !important;
    padding: 5px 10px 5px 10px;
}

    .button.regular.disabled {
        background: rgb(206,220,231); /* Old browsers */
        background: rgb(181,189,200); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(181,189,200,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(100%,rgba(181,189,200,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(181,189,200,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(181,189,200,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(181,189,200,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(181,189,200,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#b5bdc8',GradientType=0 ); /* IE6-9 */
        cursor: not-allowed;
        font-weight: normal;
        font-style: italic;
        color: #999;
        border-color: silver;
        text-shadow: 0 0 0;
    }

.button.small {
    padding: 3px 5px 3px 5px;
    font-size: 10px;
    color: white !important;
    text-shadow: 0 0 0 #BBB;
}

    .button.small:hover {
        font-size: 10px;
    }

    .button.small.disabled {
        font-size: 10px;
        background-color: #FFFFFF;
    }

.clear {
    clear: both;
    float: none;
}

.content {
    display: inline-block;
    padding: 10px;
    overflow: auto;
    font-size: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.data-entry-field {
    display: inline-block;
    float: left;
    width: 375px;
    height: 100px;
    margin: 0;
    overflow: hidden;
    color: #333;
    background-color: White;
    padding: 0;
}

    .data-entry-field.wide {
        width: 770px;
    }

    .data-entry-field.tall {
        height: 215px;
    }

    .data-entry-field.auto-height {
        height: auto;
        margin-bottom: 10px;
    }

    .data-entry-field a,
    .data-entry-field a:hover,
    .data-entry-field a:visited {
        color: white;
        font-size: 18px;
    }

    .data-entry-field input[type=text],
    .data-entry-field input[type=date],
    .data-entry-field input[type=time],
    .data-entry-field input[type=password],
    .data-entry-field input[type=email],
    .data-entry-field input[type=tel],
    .data-entry-field input[type=number],
    .data-entry-field input[type=file],
    .data-entry-field textarea,
    .data-entry-field select {
        font-size: 24px;
    }

    .data-entry-field .checkbox,
    .data-entry-field .checkbox_small {
        margin-top: 24px;
    }

    .data-entry-field input[type=checkbox] {
        height: 30px;
        width: 30px;
        vertical-align: middle;
    }

    .data-entry-field .select2-container {
        font-size: 18px;
        max-width: 100%;
        max-height: 90px;
        overflow: auto;
    }

.data-entry-field-label {
    font-weight: bold;
    color: #333;
}

.disabled {
    background-color: lightgrey !important;
}

.editor-label {
    color: #555;
}

.error-field {
    border-color: #ff1a00 !important;
    background: rgb(252,236,252) !important;
}

.error-text {
    line-height: 12px;
    font-size: 12px;
    color: #ff1a00;
    display: inline-block;
}

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

.filter-field {
    display: inline-block;
    float: left;
    width: 200px;
    height: 75px;
    margin: 0px 10px 5px 0px;
    overflow: hidden;
    color: #333;
    background-color: white;
    padding: 0px 5px;
    font-size: 14px;
}

    .filter-field.wide {
        width: 415px;
    }

    .filter-field.tall {
        height: 115px;
    }

    .filter-field input[type=text],
    .filter-field input[type=date],
    .filter-field input[type=time],
    .filter-field input[type=password],
    .filter-field input[type=email],
    .filter-field input[type=tel],
    .filter-field input[type=number],
    .filter-field input[type=file],
    .filter-field textarea,
    .filter-field select {
        font-size: 14px;
        width: 100%;
        height: 32px;
    }

    .filter-field .checkbox,
    .filter-field .checkbox_small {
        margin-top: 14px;
    }

    .filter-field input[type=checkbox] {
        height: 15px;
        width: 15px;
        vertical-align: middle;
    }

    .filter-field .ui-widget {
        font-size: 14px;
        max-width: 100%;
    }

    .filter-field .select2-container {
        font-size: 14px;
        max-width: 100%;
        max-height: 60px;
        overflow: auto;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #666666;
    font-variant: small-caps;
}

.logo {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
}

.field-validation-error {
    font-size: 16px;
    line-height: 18px;
    color: #f00;
    display: inline-block;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00 !important;
    background: #fee !important;
}

footer {
    font-size: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgb(210,211,213);
    display: inline-block;
    text-align: left;
    float: left;
}

header {
    font-size: 16px;
    display: inline-block;
    text-align: center;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #eee;
    height: 75px;
}

h1.title {
    margin: 0 0 0 0;
    padding: 0;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    font-variant: small-caps;
    font-family: Verdana;
    font-weight: bold;
    color: rgb(0,65,133);
}

h2 {
    margin-left: 5px;
    MARGIN-TOP: 0px;
    FONT-SIZE: 20px;
    MARGIN-BOTTOM: 10px;
    COLOR: #365FB7;
    FONT-FAMILY: Verdana,Arial;
    font-weight: bold;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=date],
input[type=datetime],
input[type=time],
input[type=tel],
input[type=url],
textarea,
select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 375px;
    height: 37px;
    display: inline-block;
    border: 1px solid #999;
    padding: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.wide input[type=text],
.wide input[type=password],
.wide input[type=number],
.wide input[type=email],
.wide input[type=date],
.wide input[type=datetime],
.wide input[type=time],
.wide input[type=tel],
.wide input[type=url],
.wide input[type=file],
.wide textarea,
.wide select {
    width: 770px;
}

.tall textarea {
    height: 152px;
}

select {
    padding: 1px;
    height: 37px;
}

.menu-item {
    border: 1px solid white;
    margin-bottom: 2px;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    background-color: #133463;
    list-style-type: none;
}

    .menu-item:hover {
        text-decoration: none;
        background-color: RoyalBlue;
    }

    .menu-item a,
    .menu-item span,
    .menu-item a:hover,
    .menu-item span:hover {
        display: inline-block;
        padding: 12px 5px 12px 5px;
        font-weight: bold;
        color: white;
        width: 100%;
        font-size: 16px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .menu-item > .submenu {
        display: none;
    }

    .menu-item:hover > .submenu {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 135px;
        width: 200px;
        background-color: black;
        z-index: 10;
        padding: 5px 0px;
        -moz-box-shadow: 0 8px 15px -2px #000000;
        -webkit-box-shadow: 0 8px 15px -2px #000000;
        box-shadow: 0 8px 15px -2px #000000;
    }

.submenu > .menu-item:hover > .submenu {
    left: 180px;
}

.message {
    padding: 20px;
    margin-bottom: 20px;
}

    .message.error {
        border: 1px solid #cc0303 !important;
        background: #fcf1f1 !important;
        color: #cc0303;
        font-weight: bold;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
        box-shadow: 0 0 10px rgba(0,0,0,.3);
    }

    .message.information {
        border: 1px solid #05abe0 !important;
        background: #f3f3ff !important;
        color: #02789d;
        font-weight: bold;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
        box-shadow: 0 0 10px rgba(0,0,0,.3);
    }

.modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5001;
    background: rgba(255, 255,255, .75);
}

.modal-button {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 5003;
    color: white;
    font-size: 16px;
    padding: 10px;
    font-weight: bold;
    border: 2px outset white;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b7ea+0,009ec3+100;Blue+3D+%2315 */
    background: #00b7ea; /* Old browsers */
    background: -moz-linear-gradient(top, #00b7ea 0, #009ec3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00b7ea 0,#009ec3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00b7ea 0,#009ec3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: -5px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -5px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -5px 10px 5px 0px rgba(0,0,0,0.75);
}

.modal-frame {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 5002;
}

.login_info {
    text-align: right;
    display: inline-block;
    font-family: Calibri;
    color: white;
}

    .login_info a {
        color: white;
    }

nav.main-menu {
    display: inline-block;
    width: 150px;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    background-color: #eee;
    color: White;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10pt;
    vertical-align: top;
}

nav > ul {
    margin: 0;
    margin-top: 20px;
    padding: 0;
}

.page-link,
.page-link:visited {
    display: inline-block;
    margin-right: 3px;
    margin-top: 5px;
    color: #555;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border: 3px solid #DDD;
    border-radius: 5px;
    background: White;
}

    .page-link:hover {
        text-decoration: none;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    }

    .page-link.selected {
        text-decoration: none;
        border: 3px solid transparent;
        background: rgb(255,255,136); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,136,1) 0%, rgba(255,255,136,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,136,1)), color-stop(100%,rgba(255,255,136,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,136,1) 0%,rgba(255,255,136,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,136,1) 0%,rgba(255,255,136,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255,255,136,1) 0%,rgba(255,255,136,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255,255,136,1) 0%,rgba(255,255,136,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffff88',GradientType=0 ); /* IE6-9 */
    }

.pid {
    font-size: 12px;
    color: white;
    font-style: italic;
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
    margin-left: 10px;
}

.registered {
    font-size: 18px;
    vertical-align: super;
}

.required-field {
    color: #ff1a00;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}

.row {
    font-size: 12px;
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
    vertical-align: middle;
}

    .row.even {
        COLOR: black;
        BACKGROUND-COLOR: #a0c0e0;
    }

    .row.table-header {
        font-weight: bold;
        color: white;
        text-align: left;
        font-size: 16px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c539e+0,2c539e+100;Blue+3D+%232 */
        background: linear-gradient(to bottom, rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

        .row.table-header a {
            font-weight: bold;
            color: white;
            text-align: left;
            text-decoration: none;
        }

    .row.inactive,
    .row.odd.inactive,
    .row.even.inactive {
        background-color: lightgrey;
    }

    .row.odd {
        color: black;
        background-color: white;
    }

    .row.selected {
        color: black;
        background-color: yellow;
    }

    .row.selectable:hover {
        background-color: lightgoldenrodyellow;
        cursor: pointer;
    }

section.main-content {
    display: inline-block;
    background-color: white;
    vertical-align: top;
    margin: 0px;
    font-size: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    float: left;
}

.sort-link {
    background-position: right center;
    padding-right: 20px;
    background-repeat: no-repeat;
}

    .sort-link.up {
        background-image: url(../images/sort_up.png);
    }

    .sort-link.down {
        background-image: url(../images/sort_down.png);
    }

.timeout {
    font-weight: bold;
    font-size: 16pt;
    vertical-align: middle;
    color: white;
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
    text-align: center;
    position: fixed;
    z-index: 102;
    background-color: red;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

    .timeout input {
        background: gold;
        border-right: gray ridge;
        border-top: gray ridge;
        border-left: gray ridge;
        border-bottom: gray ridge;
        cursor: pointer;
        font-weight: bold;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.working {
    text-align: center;
    padding-top: 8px;
    padding-left: 40px;
    padding-bottom: 10px;
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: royalblue;
    margin: 3px;
    overflow: hidden;
    position: fixed;
    top: 10%;
    left: 30%;
    width: 250px;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: white;
    background-image: url(../images/working.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.working-background {
    overflow: hidden;
    position: fixed;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: white;
}


.check-box-list {
    position: absolute;
    background-color: lightgray;
    border: 1px solid;
    border-color: gray;
    z-index: 500;
    width: 375px;
    height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .check-box-list input[type='checkbox'] {
        margin-top: 0px;
    }

.check-box-button {
    width: 375px;
    height: 33px;
    overflow-y: auto;
    background-color: white;
    color: black;
    !important border: 1px solid #999;
}

.remove-padding {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
}

.vertical-align {
    position: relative;
}

    .vertical-align input[type='checkbox'] {
        vertical-align: middle;
    }

    .vertical-align label {
        vertical-align: middle;
    }

.overlay {
    background-color: #fff;
    opacity: .5;
    filter: alpha(opacity=70);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.password-label {
    color: black !important;
}

.version {
    display: inline-block;
    font-size: 14px;
    width: 70px;
    height: 70px;
}
