/* fix for buggy-default-css */
.nodata, .warning,
p.nodata, p.warning {
    min-height: auto;
    padding: 6px;
}

/* additional icons */
.icon.icon-external {
    background-image: url(/images/external.png);
}

.icon.icon-reorder {
    background-image: url(/plugin_assets/mre_base_extensions/images/drag_reorder.png);
}

.icon.icon-info {
    background-image: url(/plugin_assets/mre_base_extensions/images/info.png);
    cursor: help;
}

.icon.icon-page {
    background-image: url(/plugin_assets/mre_base_extensions/images/page_white.png);
}

.icon.icon-page-code {
    background-image: url(/plugin_assets/mre_base_extensions/images/page_white_code.png);
}

.icon.icon-page-key {
    background-image: url(/plugin_assets/mre_base_extensions/images/page_white_key.png);
}

.icon.icon-page-lightning {
    background-image: url(/plugin_assets/mre_base_extensions/images/page_white_lightning.png);
}

.icon.icon-page-link {
    background-image: url(/plugin_assets/mre_base_extensions/images/page_white_link.png);
}

.icon.icon-page-magnify {
    background-image: url(/plugin_assets/mre_base_extensions/images/page_white_magnify.png);
}

.icon.icon-page-pdf {
    background-image: url(/plugin_assets/mre_base_extensions/images/page_white_pdf.png);
}

.icon.icon-page-ruby {
    background-image: url(/plugin_assets/mre_base_extensions/images/page_white_ruby.png);
}

.icon.icon-page-stack {
    background-image: url(/plugin_assets/mre_base_extensions/images/page_white_stack.png);
}

.mre-plugin-line.mre-plugin-disabled .name,
.mre-plugin-line.mre-plugin-disabled .version {
    font-style: italic;
    color: #B2B0B2;
}

.overflow-container {
    overflow: auto;
    position: relative;
}

/* non tabular labels */
.tabular label.non_tabular {
    font-weight: bold;
    float: none;
    text-align: left;
    margin: 0;
    width: auto;
}

.tabular label.non_tabular_plain {
    font-weight: normal;
    float: none;
    text-align: left;
    margin: 0;
    width: auto;
}

/* additional table-sets */

table.no-border {
    border: 0 !important;
}

table.fixed {
    table-layout: fixed;
}

table.left-aligned td,
table.left-aligned th {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

table.center-aligned td,
table.center-aligned th {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

table.right-aligned td,
table.right-aligned th {
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
}

table td.left,
table th.left {
    text-align: left;
}

table td.center,
table th.center {
    text-align: center;
}

table td.right,
table th.right {
    text-align: right
}

table td.space-right,
table th.space-right {
    padding-right: 20px;
}

table td.space-right-10,
table th.space-right-10 {
    padding-right: 10px;
}

table td.space-left,
table th.space-left {
    padding-left: 20px;
}

table td.space-left-10,
table th.space-left-10 {
    padding-left: 10px;
}

table td.col-1,
table th.col-1 {
    width: 100%;
}

table td.col-2,
table th.col-2 {
    width: 50%;
}

table td.col-3,
table th.col-3 {
    width: 33%;
}

table td.col-3-2,
table th.col-3-2 {
    width: 66%;
}

table td.col-4,
table th.col-4 {
    width: 25%;
}

table td.col-4-2,
table th.col-4-2 {
    width: 50%;
}

table td.col-4-3,
table th.col-4-3 {
    width: 75%;
}

table td.col-5,
table th.col-5 {
    width: 19.5%;
}

table td.col-5-4,
table th.col-5-4 {
    width: 80%;
}

table td.col-5-3,
table th.col-5-3 {
    width: 60%;
}

table td.col-5-2,
table th.col-5-2 {
    width: 40%;
}

table td.col-6,
table th.col-6 {
    width: 16%;
}

table td.col-7,
table th.col-7 {
    width: 14%;
}

table td.col-8,
table th.col-8 {
    width: 12.5%;
}

table td.col-fix-25,
table th.col-fix-25 {
    width: 25px;
}

table td.col-fix-30,
table th.col-fix-30 {
    width: 30px;
}

table td.col-fix-40,
table th.col-fix-40 {
    width: 40px;
}

table td.col-fix-50,
table th.col-fix-50 {
    width: 50px;
}

table td.col-fix-60,
table th.col-fix-60 {
    width: 60px;
}

table td.col-fix-70,
table th.col-fix-70 {
    width: 70px;
}

table td.col-fix-80,
table th.col-fix-80 {
    width: 80px;
}

table td.col-fix-100,
table th.col-fix-100 {
    width: 100px;
}

table td.col-fix-120,
table th.col-fix-120 {
    width: 120px;
}

table td.col-fix-150,
table th.col-fix-150 {
    width: 150px;
}

table td.col-fix-200,
table th.col-fix-200 {
    width: 200px;
}

table td.col-fix-250,
table th.col-fix-250 {
    width: 250px;
}

table td.col-fix-300,
table th.col-fix-300 {
    width: 300px;
}

table td.col-fix-400,
table th.col-fix-400 {
    width: 400px;
}

table td.col-fix-500,
table th.col-fix-500 {
    width: 500px;
}

table td.col-fix,
table th.col-fix {
    overflow: hidden;
    white-space: nowrap;
}

table td.info,
table th.info {
    font-style: italic;
    color: #C7C7C7;
}

/* additional table-color-sets */

table.list:not(.odd-even) tbody tr:nth-child(even) td.row-red,
table.list:not(.odd-even) tbody tr.row-red-light td {
    background-color: #fbe0e2;
    color: #333;
}

table.list:not(.odd-even) tbody tr:nth-child(odd) td.row-red,
table.list:not(.odd-even) tbody tr.row-red td {
    background-color: #f7c2c6;
    color: #333;
}

table.list th.row-red, .table-list-header.row-red {
    background-color: #f2949b;
}

table.list:not(.odd-even) tbody tr:nth-child(even) td.row-brown,
table.list:not(.odd-even) tbody tr.row-brown-light td {
    background-color: #FFDFC0;
    color: #333;
}

table.list:not(.odd-even) tbody tr:nth-child(odd) td.row-brown,
table.list:not(.odd-even) tbody tr.row-brown td {
    background-color: #D0975F;
    color: #333;
}

table.list:not(.odd-even) tbody tr:nth-child(odd) td.row-brown em,
table.list:not(.odd-even) tbody tr.row-brown td em {
    color: #f8f8f8;
}

table.list th.row-brown, .table-list-header.row-brown {
    background-color: #A76C32;
}

table.list:not(.odd-even) tbody tr:nth-child(even) td.row-blue,
table.list:not(.odd-even) tbody tr.row-blue-light td {
    background-color: #9BA9C7;
    color: #333;
}

table.list:not(.odd-even) tbody tr:nth-child(even) td.row-blue em,
table.list:not(.odd-even) tbody tr.row-blue-light td em {
    color: #333;
}

table.list:not(.odd-even) tbody tr:nth-child(odd) td.row-blue,
table.list:not(.odd-even) tbody tr.row-blue td {
    background-color: #475C8B;
    color: #f8f8f8;
}

table.list:not(.odd-even) tbody tr:nth-child(odd) td.row-blue em,
table.list:not(.odd-even) tbody tr.row-blue td em {
    color: #f8f8f8;
}

table.list th.row-blue, .table-list-header.row-blue {
    background-color: #2A3F70;
}

table.list:not(.odd-even) tbody tr:nth-child(even) td.row-green,
table.list:not(.odd-even) tbody tr.row-green-light td {
    background-color: #A7DDA7;
    color: #333;
}

table.list:not(.odd-even) tbody tr:nth-child(odd) td.row-green,
table.list:not(.odd-even) tbody tr.row-green td {
    background-color: #4CA74C;
    color: #f8f8f8;
}

table.list:not(.odd-even) tbody tr:nth-child(odd) td.row-green em,
table.list:not(.odd-even) tbody tr.row-green td em {
    color: #333;
}

table.list th.row-green, .table-list-header.row-green {
    background-color: #288628;
}

table.list:not(.odd-even) tbody tr:nth-child(even) td.row-yellow,
table.list:not(.odd-even) tbody tr.row-yellow-light td {
    background-color: #F7F6B3;
    color: #333;
}

table.list:not(.odd-even) tbody tr:nth-child(odd) td.row-yellow,
table.list:not(.odd-even) tbody tr.row-yellow td {
    background-color: #E6E564;
    color: #333;
}

table.list th.row-yellow, .table-list-header.row-yellow {
    background-color: #E1DF43;
}

/* additional input-sets */

input.size-100,
select.size-100,
textarea.size-100,
input.size-full,
select.size-full,
textarea.size-full {
    width: 95%;
}

input.size-90,
select.size-90,
textarea.size-90 {
    width: 90%;
}

input.size-50,
select.size-50,
textarea.size-50,
input.size-half,
select.size-half,
textarea.size-half {
    width: 50%;
}

input.size-33,
select.size-33,
textarea.size-33 {
    width: 33%;
}

input.size-25,
select.size-25,
textarea.size-25 {
    width: 25%;
}

input.size-20,
select.size-20,
textarea.size-20 {
    width: 20%;
}

input.size-fixed-number,
select.size-fixed-number,
textarea.size-fixed-number {
    width: 50px;
}

input.size-fixed-date,
select.size-fixed-date,
textarea.size-fixed-date {
    width: 65px;
}

input.size-fixed-50,
select.size-fixed-50,
textarea.size-fixed-50 {
    width: 50px;
}

input.size-fixed-70,
select.size-fixed-70,
textarea.size-fixed-70 {
    width: 70px;
}

input.size-fixed-80,
select.size-fixed-80,
textarea.size-fixed-80 {
    width: 80px;
}

input.size-fixed-100,
select.size-fixed-100,
textarea.size-fixed-100 {
    width: 100px;
}

input.size-fixed-120,
select.size-fixed-120,
textarea.size-fixed-120 {
    width: 120px;
}

input.size-fixed-150,
select.size-fixed-150,
textarea.size-fixed-150 {
    width: 150px;
}

input.size-fixed-200,
select.size-fixed-200,
textarea.size-fixed-200 {
    width: 200px;
}

input.size-fixed-250,
select.size-fixed-250,
textarea.size-fixed-250 {
    width: 250px;
}

input.size-fixed-300,
select.size-fixed-300,
textarea.size-fixed-300 {
    width: 300px;
}

input.size-fixed-350,
select.size-fixed-350,
textarea.size-fixed-350 {
    width: 350px;
}

input.size-fixed-400,
select.size-fixed-400,
textarea.size-fixed-400 {
    width: 400px;
}

input.size-fixed-500,
select.size-fixed-500,
textarea.size-fixed-500 {
    width: 500px;
}

/* additional splitcontent-sets */

.splitcontent-1 {
    width: 99%;
    float: left;
}

.splitcontent-2 {
    width: 49%;
    float: left;
}

.splitcontent-3 {
    width: 33%;
    float: left;
}

.splitcontent-3-2 {
    width: 66%;
    float: left;
}

.splitcontent-4 {
    width: 24.5%;
    float: left;
}

.splitcontent-4-3 {
    width: 75%;
    float: left;
}

.splitcontent-4-2 {
    width: 50%;
    float: left;
}

.splitcontent-4-1 {
    width: 25%;
    float: left;
}

.splitcontent-5 {
    width: 19.5%;
    float: left;
}

.splitcontent-5-4 {
    width: 80%;
    float: left;
}

.splitcontent-5-3 {
    width: 60%;
    float: left;
}

.splitcontent-5-2 {
    width: 40%;
    float: left;
}

.splitcontent-6 {
    width: 16%;
    float: left;
}

.splitcontent-6-5 {
    width: 83%;
    float: left;
}

.splitcontent-7 {
    width: 14%;
    float: left;
}

.splitcontent-7-6 {
    width: 85%;
    float: left;
}

.splitcontent-7-5 {
    width: 71%;
    float: left;
}

.splitcontent-8 {
    width: 12%;
    float: left;
}

.splitcontent-8-7 {
    width: 87%;
    float: left;
}

.splitcontent-8-6 {
    width: 75%;
    float: left;
}

.splitcontent-8-5 {
    width: 62.5%;
    float: left;
}

.splitcontent-right {
    float: right !important;
}

.splitcontent-left {
    float: left !important;
}

.splitcontent .splitcontent-content {
    margin: 0 10px;
    overflow: hidden;
}

.splitcontent-static {
    position: absolute;
    width: 99%;
    overflow: hidden;
}

/* fix for broken icons in tabs */
.tabContainer .tabs ul > li > a span.icon {
    padding-bottom: 2px;
}