/* from ASKOE CI */
body {
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 14px;
    line-height: 13.5pt;
    color: #000000;
    margin: 0px;
}

.bggrey {
    background-color: #f4f4f4;
}
.bgwhite {
    background-color: #ffffff;
}

.ui-widget {
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 14px !important;
}
h1 {
    font-size: 14pt;
    line-height: 18pt;

    font-weight: bold;
}
/* CI End */

h2 {
    font-size: 14pt;
    line-height: 16pt;

    font-weight: normal;
}

#content {
    padding-left: 10px;
    padding-right: 10px;

}

div.panel {
    padding: 1em;
}

ul.errorlist {
    margin: 0;
    padding-left: 2em;
}

div.form-errors {
    margin-bottom: 0.5em;
}
div.form-input {
    margin-bottom: 1em;
}

div.has-logo-30 {
    background-position: 0 30px;
    background-repeat: no-repeat;
    padding-top: 90px;
}

div.logo-askoe-30 {
    background-image: url("../img/logo_askoe_30.png");
}

div.logo-spoe-30 {
    background-image: url("../img/logo_spoe_30.png");
}

div.logo-pvoe-30 {
    background-image: url("../img/logo_pvoe_30.png");
}

h1.login-top {
    margin-top: 0px;
}

div.form-errors {
    /* display:none; */
}
div#top-bar {
    background-color: #EDEDF3;
    height: 26px;
    padding: 2px;
    position: absolute;
    right: 9px;
    top: 30px;
}
div#top-bar div {
    background-color: #F9F9F9;
    display: inline-block;
    float: left;
    height: 22px;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding-left: 0.25em;
    padding-right: 0.25em;
    padding-top: 4px;
}
div#top-bar div:first-child {
    margin-left: 0px;
}
div#top-bar div.logout {
    background-color: #EDEDF3;
    padding: 0;
    margin-right: 0px;
}

div.base-page-1366 {
    width: 1366px;
    position: relative;
    padding-bottom: 2em;
}
div.base-page-1024 {
    width: 1024px;
    position: relative;
    padding-bottom: 2em;
    margin: auto;
}

.simple-table {
    width: 1004px;
    margin-bottom: 20px;
    border-collapse: collapse;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.simple-table th, .simple-table td {
    box-shadow: inset 0 -1px #e1e1e1,
    inset 0 1px #e1e1e1;
}
.simple-table th {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    padding: 1em;
    color: rgba(0, 0, 0, 0.45);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-size: 1.1em;
}

.simple-table th td {
    padding-bottom: 9px;
}

.simple-table td {
    padding: 9px 0.5em 0px 0.5em;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    font-size: 1em;
}

.simple-table tr {
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}

.simple-table {
    background: #f6f6f6;
}

.simple-table tr:hover {
    background: #ececec;
}

.simple-table th.action {
    width: 480px;
}

.simple-table td.date {
    text-align: center;
}

.simple-table td.bool {
    text-align: center;
}

.simple-table td.center {
    text-align: center;
}

.simple-table td.decimal {
    text-align: right;
}

div.delete-info {
    margin-bottom: 1em;
}

div#inside-form {
    float: left;
}

div#bp-footer {
    clear: both;
}

div.addon-heading-text {
    border-color: #0055a4;
    border-style: solid;
    border-width: 1px;
    padding: 15px;
    background-color: #9bcfff;
    margin-bottom: 1.5em;
    margin-left: 2em;
    margin-right: 2em;
}

div.breadcrumb {
    margin-bottom: 1.5em;
    padding-left: 10px;
}

div.breadcrumb a {

}

div.float-row > div {
    float: left;
}

div.float-row + div {
    clear: both;
}

div.column-2-1 {
    width: 490px;
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
}

div.column-2-2 {
    width: 490px;
    vertical-align: top;
    display: inline-block;
    margin-left: 10px;
}

div.head-bar {
    background-color: #EDEDF3;

    padding: 5px;
}

div.head-bar span.quarter {
    font-weight: bold;
    margin-right: 1em;
}

.rright {
    text-align: right;
}

.rleft {
    text-align: left;
}

div.help-text {
    color: darkgrey;
    font-size: 0.9em;
}

div.form-input.booleanfield div.input {
    display: inline-block;
    margin-right: 0.5em;
}

div.form-input.booleanfield div.label {
    display: inline-block;
}

tr {
    position: relative;
}

tr.deleted-not td:before { /* Create a new element that       */
    content: " "; /* …has no text content            */
    position: absolute; /* …is absolutely positioned       */
    left: 0;
    top: 50%;
    width: 100%; /* …with the top across the middle */
    border-bottom: 1px solid #000; /* …and with a border on the top   */
}

tr.deleted td {
    text-decoration: line-through;
}

div#orgheader {
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 5px;
}

div#treas-home a {
    color: blue;
}

div#treas-home li.read-only a {
    color: mediumslateblue;
}
