/* ANEKOL */

/* BODY */
body {
    font-size:12px;
}
p {
    padding-bottom: 10px;
}
/* override bootstrap.css 
   fix caption on modal windows*/
h1 {
    font-size:14px;
    line-height:14px;
}
h2, h3, h4{
    font-size:12px;
    line-height:12px;
}

/* NAVIGATION */
.navbar {
    color:white;
    text-shadow:none;
    margin-bottom:5px;
}
.navbar-inner{
    background-color:#2f76be;
    background:none;
    font-size:12px;
}
.navbar .nav > li > a {
    margin-top:5px;
    padding:8px;
    text-shadow:none;
}
.navbar .nav > li > a:hover {
    background-color:white;
}
p.navbar-text, .navbar span.disabled{
    margin: 5px;
    padding: 8px;
    text-shadow: none;
    line-height:14px;
}
.navbar li span span.disabled{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#555;
    background-color:white;
    display:block;
}
/* TABS */
.nav-tabs {
    margin:0;
    padding:0;
    font-size:small;
}
.nav-tabs li a{
    padding-top:5px;
    padding-bottom:8px;
    line-height:normal;
    margin-bottom:-3px;
    color:#888;
    background-color:#ddd;
}
.nav-tabs li.active a,
.nav-tabs li a:hover{
    color:#555;
    font-weight:bold;
}
.tab-panel {
    background-color:white;
    padding:5px;
    border: 1px solid silver;
}
.tab-row{
    clear:left;
}

/* PANELS */
.panel {
    background-color: #f4f4f4;
    vertical-align: top;
    border: #d0d0dd 1px solid;
    margin: 0.5em auto;
    padding:0 0.5em;
    overflow:hidden;
}
.panel.heading {
    margin: -0.5em -0.5em 0 -0.5em;
    padding: 0.3em 2em;
}
.panel.heading h1 {
    font: bold 12px verdana;
    color: #123356;
    margin-top: 0;
}

/* BRANDING BAR */
#brandingBar {
    border: 1px solid #000066;
    padding: 0.4em;
    font-weight: bold;
    font-size: medium;
    color: white;
    background-color: #083d7a;
}

/* OBJECT BAR*/
.objectBar {
    margin: 0.5em auto;
    padding: 5px;
    color: #0082b2;
    border: #000066 0.1em solid;
    clear:both;
    background-color:white;
    font-weight:bold;
    font-size:12px;
}

/* FORMS */
.form-horizontal .form-group{
    margin:0;
}
.form-group-sm .form-control{
    line-height: normal;
    margin: 0;
    padding:0px 5px;
    height:1.75em
}
.form-horizontal .control-label {
    color:#286090;
    font-weight:normal;
    text-align:left;
    margin:0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background-color:white;
    color:black;
}
div.form-group {
    padding:0;
    margin:0;
}
input[type=radio], input[type=checkbox]{
    margin:0 5px;
}
input[type=radio]+label, input[type=checkbox]+label{
    font-weight:normal;
}
input[type=submit]{
    font-weight:normal
}
.dateEditor input{
    border:0;
}
.feedbackPanelINFO, .feedbackPanelERROR  {
    color: #FD2928;
}
.feedback ul {
    margin-left:1em;
    margin-bottom:1em;
    padding:0;
}
div.feedback {
    float:none;
    margin:auto;
    clear:both;
    border:none;
}
fieldset.beanPanel{
    margin:1em auto; 
}
fieldset.beanPanel legend, legend {
    margin:0;
    font-size: 12px;
}

/* Finder */
div.finder div{
    float: left;
}
/* 
.finder textarea {
    width:20em !important;
} */
div.finder img{
    margin-left:0.5em;
}
.buttonBar {
    min-height: 20px;
    margin:5px 0px;
    padding:0;
    color: #000066;
    background-color: #D0D0DD;
    text-align: right;
    font-weight: bold;
    width:100%;
    clear:both;
}
.buttonBar .cancel {
    text-align: left;
    width:100%;
}

/* TABLES */
table {
    width: 100%;
    border-collapse: separate;
    border-spacing:1px;
}
table caption {
    margin-top: 1em;
    margin-bottom:0.5em;
    font-size:12px;
    font-weight:bold;
    line-height:12px;
    text-align: center;
}
tr {
    vertical-align: middle;
}

/* paging */
tr.navigation td {
    background-color:#d0d0dd;
}
div.navigatorLabel{
    padding-top:3px;
    float:left;
}
div.navigator{
    float:right;
    font-size:11px;
    margin-top:4px;

}
div.navigator p {
    display:inline;
}
div.navigator a{
    padding: 3px;
    font-weight:bold;
    background-color: white;
    color: #08c;
}
div.navigator a[disabled="disabled"]{
    background-color: #d0d0dd;
    color: #d0d0dd;
}
div.navigator span.goto a[disabled="disabled"]{
    font-weight:normal;
    background-color: #08c;
    color: white;
}

/* filters */
div.filterGoAndClear{
    margin-right:30px;
    float:right;
}

div.filterGoAndClear input[type="submit"] {
    padding: 0 10px;
    margin: 0;
}
.filters-tr input {
    margin:0.2em 0;
}
.filter-td input {
    width:auto;
}

/* headers */
thead tr.headers {
    font-size:12px;
    background-color: #d0d0dd;
}

/* body */
tbody {
    padding-left: 0.3em;
    padding-right: 0.3em;
    vertical-align: top;
}
tr.odd {
    background-color: white
}
tr.even {
    background-color: #dfeaf4
}
td, th {
    font-size:12px;
    padding: 0.2em 0.2em;
}
td input[type="radio"],
td input[type="checkbox"] {
    text-align:center;
}
td img {
    height:1em;
}
td.date {
    width:1px;
    white-space: nowrap
}
td.numeric {
    white-space:nowrap;
    text-align:right;
}
.tableButton {
    border: #d0d0dd 0.1em solid;
    padding: 1em;
    background-color: #e4e4f1
}
tfoot tr{
    width:100%;
}

/* DATAMANAGER */
.dataManager tr.title td {
    margin: 0.5em auto;
    padding: 0.3em;
    font-size: small;
    font-weight: normal;
    color: #555;
    border: silver 0.1em solid;
    clear:both;
}
.totals-tr{
    font-weight:bold;
}

/* WICKET WIZARD */
.wicketExtensionsWizard {
    color:#71ACD5;
}
.wicketExtensionsWizardInnerTable {
    width: 100%;
    /* border: thin solid #E6DBC9; */
}
.wicketExtensionsWizardHeaderRow {
    height: 20px;
}
.wicketExtensionsWizardHeader {
    /* border: thin solid #E6DBC9; */
}
.wicketExtensionsWizardView {
    /* border: thin solid #E6DBC9; */
}
.wicketExtensionsWizardViewRow {
    height: 140px;
}
.wicketExtensionsWizardButtonBar {
    text-align: right;
}
.wicketExtensionsWizardButtonBar input {
    width: 80px;
    float:left;
}
.wicketExtensionsWizardHeaderTitle {
    margin: 10px 5px;
    font-weight: bold;
    font-size:small;
}
.wicketExtensionsWizardHeaderSummary {
    margin: 10px 5px 5px 5px;
    font-style: italic;
}
.wicketExtensionsWizard input {
    color:#3079A6;;
    font-weight:bold;
}
.wicketExtensionsWizardViewInner {
    margin: 10px;
}
.wicketExtensionsWizard input[disabled] {
    background-color:white;
    color:#F2A362;
    font-weight:normal;
}
.wicketExtensionsWizardViewInner span.radioChoice input{
    float:left;
    margin-right:1em;
}
wicketExtensionsWizardViewInner span.radioChoice input {
    float:left;
}
.wicketExtensionsWizard .panel {
    border:none;
    color:#71ACD5;
}
/* LOGIN */
#login {
    max-width: 300px;
    margin: 0 auto;
}
/* HELP */
p {
    margin:0;
}
ul {
    list-style-type:square
}