body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 14px;
}

textarea, input {
    border: 1px solid #888888;
    padding: 3px;
    font-family: Arial;
    font-size: 14px;
}

a, a:active {
    color: #03446C;
}

input.checkbox, input.radio {
    border: 0;
}

a:hover {
    color: #000;
}

h1 {
    background-color: transparent;
    color: #03446C;
/*    border-bottom: 1px solid #03446C;*/
    font-size: 18px;
    margin: 0;
    padding: 0;
}

h1.abs {
    margin-top: 20px;
}

h1 a { margin-left: 20px;
       font-size: 50%;
       color: #ffffff;
       vertical-align: text-top;
       display: inline-block;
       margin-top: 8px;
}

h2 {
    font-size: 14px;
    margin: 5px 0;
    color: #03446C;
}

h2.abs {
    margin-top: 14px;
}

h3 {
    color: #03446C;
    font-size: 13px;
    margin: 0;
    padding: 4px 0;
}

h4 {
    background-color: #E4ECEF;
    color: #03446C;
    margin: 0;
    padding: 4px;
}

h5 {
    background-color: #F3F3F3;
    margin: 0;
    padding-left: 4px;
    font-size: 9px;
}

table {
    overflow: auto;
    margin: 5px 0;
}

tr.pre {
    border: 0;
}

th.pre {
    border: 0 none;
    font-size: 10px;
    font-weight: normal;
    padding: 0 5px;
}

th.orderable {
    background-image: url(https://dericon.derif.in/cache/dericon_view/img/icon-sort-inactive.gif);
    background-repeat: no-repeat;
    background-position: 1px 6px;
    padding-left: 10px;
}

th.orderable.active.desc {
    background-image: url(https://dericon.derif.in/cache/dericon_view/img/icon-sort-active-desc.gif);
}
th.orderable.active.asc {
    background-image: url(https://dericon.derif.in/cache/dericon_view/img/icon-sort-active-asc.gif);
}

table.big td {
    padding: 10px 5px 6px;
}
table.big .buttons {
    margin-top: -4px;
    padding-bottom: 0;
}
    
table.small th, table.small td {
    font-size: 10px;
}


.sum td {
    font-weight: bold;
    border-top: 2px solid #999;
    border-bottom: 3px double #999;
}

ul {
    padding-left: 5px;
}

.info {
    margin: 10px 5px;
    font-size: 12px;
}

p.small {
    margin: 0;
    padding: 0;
    font-size: 10px;
    color: #333;
}

td.number, th.number {
    text-align: right;
}

td.number.zero {
    color: #999;
}

.toggler td {
    text-align: center;
    font-size: 9px;
    padding: 0;
    margin: 0;
    background-color: #EEEEEE;
    color: #000;
    font-weight: bold;
    cursor: default;
}

.toggler td:hover {
    background-color: #03446C;
    color: #fff;
}

th.threeLetter {
    text-transform: uppercase;
    vertical-align: bottom;
    width: 40px;
    text-align: right;
}

.clear {
    clear: both;
}

.settings {
    background-color: #F3F3F3;
}

.action {
    color: #03446C;
    cursor: pointer;
}

.action:hover {
    cursor: pointer;
    text-decoration: underline;
}

th.consultant {
    text-align: right;
    padding: 0 3px;
    vertical-align: bottom;
}

th a {
    text-decoration: none;
}

#actionbar{
    padding: 15px 0px;
    height: 100%;
    float: left;
}

#actionbar .menuEntry {
    padding: 0 0 0 4px;
/*    width: 150px;*/
    height: 26px;
    cursor: pointer;
    font-size: 12px;
    margin: 3px;
}

#actionbar .menuEntry.over {
    padding: 0;
    border-left: 4px solid #6e6e6e;
    background-color: #EFEFEF;
}

#actionbar .menuEntry.active, #actionbar .menuEntry.active.over {
    padding: 0;
    border-left: 4px solid #03446C;
    font-weight: bold;
}

#actionbar .menuEntry .menuEntryIcon {
    background-repeat: no-repeat;
    background-position: 2px 2px;
    width: 26px;
    height: 26px;
    float: left;
    margin-left: 1px;
    margin-right: 1px;
}

#actionbar .menuEntry .menuEntryLabel {
    margin-left: 5px;
    margin-top: 4px;
    margin-right: 15px;
    width: 90px;
    float: left;
}

#actionBarToggler {
    background-color: #6b6b6b;
    height: 11px;
    margin-left: 10px;
    float: left;
    width: 22px;
    background-position: 5px 1px;
    background-repeat: no-repeat;
    cursor: pointer;
}

#actionBarToggler.collapse {
    background-image: url(https://dericon.derif.in/cache/dericon_view/img/collapse.png);
}
#actionBarToggler.expand {
    background-image: url(https://dericon.derif.in/cache/dericon_view/img/expand.png);
}

#contentwrapper {
    height: 100%;
    float: left;
    padding: 15px;
}

#messages, #errors {
    margin: 10px;
    padding: 10px 20px;
    border: 1px solid #EFEFEF;
    background-color: #FEFEFE;
}

#messages h1, #errors h1 {
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    color: red;
}

#errors p {
    background-image: url(https://dericon.derif.in/cache/dericon_view/img/bullet_error.png);
    background-repeat: no-repeat;
    padding-left: 20px;
}

#messages p {
    background-image: url(https://dericon.derif.in/cache/dericon_view/img/tick.png);
    background-repeat: no-repeat;
    padding-left: 20px;
}


table {
    border-collapse: collapse;
}

th, td {
    padding: 3px 5px;
    margin: 0;
}

th {
    text-align: left;
    font-size: 12px;
    vertical-align: bottom;
    color: #03446C;
    border-bottom: 2px solid #03446C;
}

td {
    font-size: 12px;
    color: #333;
    vertical-align: top;
}

td.numeric {
    text-align: right;
}

td.provision100 {
    color: #0f8b00;
}

td.provision1000 {
    color: #0f8b00;
    font-weight: bold;
}

td.comparsionEquals {
    color: #0f8b00;
}

td.comparsionNotEquals {
    color: #CC0000;
}

tr {
    background-color: #FFFFFF;
    border-bottom: 1px solid #EDEDED;
}

tr.selectable:hover {
    background-color: #F4F4F4;
}

tr.selectable td {
    cursor: default;
}

tr.selected, tr.selected:hover, tr.selectable.selected:hover {
    background-color: #F4F4F4;
    font-weight: bold;
}

tr.red td, td.red {
    background-color: #ff9999;
}

tr.red td.red {
    background-color: #ff3333;
}

#topbar {
    background-color: #FFF;
    height: 30px;
    border-bottom: 1px solid #03446C;
}

#logo {
    margin: 0px;
    padding: 0px;
    float: left;
    height: 100%;
}

#logo img {
    border: 0;
}

#topBarContainer {
    float: right;
    height: 100%;
}

#userBarContainer {
    float: right;
    padding-top: 4px;
}

#userBarContainer .username {
    margin-right: 5px;
}

#menuGroupContainer {
    float: left;
    height: 100%;
    margin-left: 13px;
}

#menuGroupContainer .groupEntry {
    color: #999999;
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin-right: 5px;
    margin-top: 15px;
    text-transform: uppercase;
}

#menuGroupContainer .groupEntry.active {
    color: #03446C;
    font-weight: bold;
}

#reloadBarContainer {
    float: right;
    height: 100%;
}

#reloadBarContainer .reload {
    background-position: 0 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 100%;
    margin: 0 5px 0 0;
    width: 10px;
}

#reloadBarContainer .reload.modules {
    background-image: url(https://dericon.derif.in/cache/dericon_view/img/reload_modules.png);
} 

#reloadBarContainer .reload.cache {
    background-image: url(https://dericon.derif.in/cache/dericon_view/img/reload_cache.png);
} 

#reloadBarContainer .reload.cache.loading, #reloadBarContainer .reload.modules.loading {
    background-image: url(https://dericon.derif.in/cache/dericon_view/img/reload_loader.gif);
} 

.listing {
    font-size: 14px;
    margin-top: 15px;
}

.buttons.listing {
    width: 100%;
}

.listing .listingLabel, .listing .listingValue, .listing .listingValueInput, .listing .listingValueDescription {
    float: left;
    padding: 6px 0;
}

.listing .listingLabel {
    font-weight: bold;
}

.listing .textarea .listingLabel {
    float: none;
}

.listing .textarea .listingValueInput {
    float: none;
    width: 100%;
}

.listing .listingMessage, .listing .listingWarning {
    font-size: 11px;
    margin-top: 5px;
}

.listing .listingWarning {
    color: #D93434;
}

.listing.moduleinfo .listingLabel {
    width: 150px;
}

.listing .seperator {
    margin: 10px 0;
    height: 1px;
    background-color: #efefef;
}

.listing .listingValueInput {
    padding: 2px 0;
}

.listing .listingValueInput input, .listing .listingValueInput textarea {
    border: 1px solid #888;
    padding: 3px;
}

.listing .listingValueInput textarea {
    width: 100%;
}

.listing .listingValueInput input.checkbox {
    margin-top: 6px;
}

.listing .listingValueDescription {
    padding: 0 0 0 5px;
    width: 250px;
    font-size: 12px;
}

.listing h1 {
    font-size: 14px;
    margin: 5px 0 5px;
}

.listing h1.first {
    margin-top: 2px;
}

.listing .container {
    float: left;
    margin-right: 30px;
}


.listing h2 {
    font-size: 12px;
    margin: 2px 0;
}

.listing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.listing li {
    padding: 0;
    margin: 0;    
}

.listing.menuEntryForm .listingLabel {
    width: 100px;
}
.listing.menuGroupForm .listingLabel {
    width: 100px;
}

.paginator .range, .paginator .buttons {
    float: right;
}

.paginator .range {
    font-size: 12px;
    margin: 4px 8px 0 0;
}

.paginator .buttons {
    padding-bottom: 0px;
}

.paginator h1 {
    font-size: 14px;
    margin: 6px 0 0 0;
}

.filter {
    background-color: #F9F9F9;
    border-left: 3px solid #03446C;
    font-size: 12px;
    padding: 5px 0 5px 10px;
}

.filter .buttons {
    float: right;
    padding-bottom: 0px;
    margin-top: 5px;
}

.filter .inputs {
    margin: 10px 0;
}

#debug {
    background-color: #EFEFEF;
    font-size: 9px;
    position: fixed;
    right: 0;
    padding: 20px;
    max-width: 400px;
    z-index: 10;
}

#debug ul, #debug li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.toggler {
    padding-left: 12px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.toggler.open {
    background-image: url(https://dericon.derif.in/cache/dericon_view/img/collapse_r.png);
    background-position: 0 -1px;
}

.toggler.closed {
    background-image: url(https://dericon.derif.in/cache/dericon_view/img/expand_r.png);
    background-position: 0 0px;
    color: #AAA;
}

h1.toggler.open {
    background-position: 0 2px;
}

h1.toggler.closed {
    background-position: 0 3px;
    color: #03446C;
}


h3.toggler.open {
    background-position: 0 2px;
}

h3.toggler.closed {
    background-position: 0 3px;
    color: #03446C;
}