﻿.company {
    height: 14px;
    color: #163059;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
}
.app-name {
    height: 28px;
    color: #163059;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
}

.version {
    height: 9px;
    color: #163059;
    font-family: Roboto;
    font-size: 9px;
    font-weight: 300;
    line-height: 9px;
    text-align: center;
}

.w3-dark-blue, .w3-hover-dark-blue:hover, .w3-dark-blue, .w3-hover-dark-blue:hover {
    color: #fff !important;
    background-color: #07385f !important
}

.w3-reallytiny {
    font-size: 2pt !important
}

.w3-border-dark-blue, .w3-hover-border-dark-blue:hover {
    border-color: #07385f !important
}

.w3-main-border-top {
    border-top: 4px solid #07385f !important
}

.w3-main-border-bottom {
    border-bottom: 4px solid #07385f !important
}

.w3-salmon, .w3-hover-salmon:hover, .w3-salmon, .w3-hover-salmon:hover {
    color: #fff !important;
    background-color: #F15B5C !important
}

.w3-button, .w3-btn {
    border-radius:4px;
}

.w3-dropdown {
    padding: 5px 0;
    width: auto;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px !important
}

.w3-dropdown-tiny {
    padding: 5px 0;
    width: 30px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px !important
}

.w3-dropdown-small {
    padding: 5px 0;
    width: 60px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px !important
}

.w3-dropdown-normal {
    padding: 5px 0;
    width: 90px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px !important
}

.w3-dropdown-large {
    padding: 5px 0;
    width: 120px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px !important
}

.w3-dropdown-xlarge {
    padding: 5px 0;
    width: 150px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px !important
}

.nav-button, .AspNet-Menu-Selected, .AspNet-Menu-ChildSelected, .AspNet-Menu-ParentSelected {
    background-color: #FAF9F8;
    display: inline-block;
    empty-cells: hide;
    padding: 1px 1px;
    margin-top: 1px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 12px;
}

.nav-button-selected, .AspNet-Menu-Selected, .AspNet-Menu-ChildSelected, .AspNet-Menu-ParentSelected {
    text-decoration: none;
    background-color: #07385f;
    text-align: left;
    color: #CCCCCC;
    font-size: 12pt;
}

.nav-button a {
    text-decoration: none;
    white-space: nowrap;
    list-style: none;
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 12px;
}

div.hideSkiplink {
    background-color: #FAF9F8;
    width: 100%;
}

.textbox {
    border-radius: 4px;
    font-size: 12px !important
}

.textbox-tiny {
    width: 30px;
    border-radius: 4px;
    font-size: 12px !important
}

.textbox-small {
    width: 60px;
    border-radius: 4px;
    font-size: 12px !important
}

.textbox-normal {
    width: 90px;
    border-radius: 4px;
    font-size: 12px !important
}

.textbox-large {
    width: 120px;
    border-radius: 4px;
    font-size: 12px !important
}

.textbox-xlarge {
    width: 150px;
    border-radius: 4px;
    font-size: 12px !important
}

.textbox-xxlarge {
    width: 175px;
    border-radius: 4px;
    font-size: 12px !important
}

.textbox-xxxlarge {
    width: 200px;
    border-radius: 4px;
    font-size: 12px !important
}

.textbox-jumbo {
    width: 250px;
    border-radius: 4px;
    font-size: 12px !important
}

.red {
    border: none;
    color: red;
    padding: 0px;
    margin: 0px;
}

.clear {
    clear: both;
}

.w3-width-30 {
    width: 30%;
}
.w3-width-40 {
    width:40%;
}

.w3-width-50 {
    width: 50%;
}

.w3-width-60 {
    width: 60%;
}

.w3-width-70 {
    width: 70%;
}

.w3-width-80 {
    width: 80%;
}

.modalBackground {
    background-color: #000000;
    filter: alpha(opacity=30);
    opacity: 0.30;
    position: absolute;
    z-index: 5;
}

.ContentFrame {
    border-left: #5377A9 1px solid;
    border-right: #5377A9 1px solid;
    border-top: #5377A9 1px solid;
    border-bottom: #5377A9 1px solid;
    background-color: white;
    font-family: Tahoma, Arial;
    font-size: 10pt;
}
