* {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
    font: small Verdana, Sans-serif;
    line-height: 1.4em;
    text-align: left;
    color: #333;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    display: table;

}


html {
    padding-right: 1em;
    /*
    border-color: blue;
    border-width: 8px;
    border-style: dashed;
*/
}

body {
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    display: table;
    text-align: left;
    /*
    overflow: scroll;
    position: relative;
    top:0;
    bottom:0;
    */
}

body {
    /*
    border-color: red;
    border-width: 6px;
    border-style: dashed;
    */
}

.page_body_wrapper {
    height: 100%;

    /*min-height: 100%;
    Use vh instaed of percantage for mozilla
    */
    min-height: 98vh;
    width: 100%;
    min-width: 100%;

    box-sizing: border-box;

    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: auto;
    text-align: left;
    /*
        border-color: black;
        border-width: 4px;
        border-style: solid;
        */
}

.page_header {
    width: auto;
    min-width: 100%;
    box-sizing: border-box;
    order: 1;
    flex-grow: 0;


    display: block;
    text-align: left;

    position: relative;
    top: 0;
    left: 0;
    right: 0;

    /*
        border-color: red;
        border-width: 4px;
        border-style: double;

    */
}

.page_footer {
    width: auto;
    min-width: 100%;
    box-sizing: border-box;
    order: 3;
    flex-grow: 0;

    align-self: flex-end;
    text-align: left;

    display: block;

    /*
    border-color: red;
    border-width: 4px;
    border-style: double;
    */

    /*
    float: bottom;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
*/

}

.page_content_wrapper {

    order: 2;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-grow: 1;

    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /*
        border-color: green;
        border-width: 4px;
        border-style: solid;
        */

}

.page_content_center_panel {
    width: 100%;
    height: 100%;
    order: 2;
    flex-grow: 1;
    min-height: 100%;

    padding-left: 0.2em;
    padding-right: 0.2em;
    /*
        box-sizing: border-box;
        border-color: magenta;
        border-width: 4px;
        border-style: solid;
        */

}

.page_content_left_panel {
    padding-right: 10px;
    width: auto;
    order: 1;
    flex-grow: 0;
    box-sizing: border-box;
    min-height: 100%;
    background: url('/images/left_col_bgr.gif') -20px 0 repeat-y;
    /*
    margin-right: 0.2em;
    border-color: magenta;
    border-width: 4px;
    border-style: solid;
*/
}

.page_left_menu_panel {
    min-height: 100%;
    background: url('/images/left_col_bgr.gif') -20px 0 repeat-y;

}


.page_content_right_panel {
    width: auto;
    order: 3;
    flex-grow: 0;
    box-sizing: border-box;
    min-height: 100%;
    float: right;
    /*
    margin-left: 0.2em;
        border-color: magenta;
        border-width: 4px;
        border-style: solid;
        */

}


img {
    border: 0;
}

p {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #222;
    text-align: left;
    vertical-align: top;
    text-indent: 15px;
}

h1 {
    margin: .8em 0 .5em 0;
    padding-bottom: 4px;
    clear: both;
    font: 145%/1.3em Georgia, Serif;
    line-height: 0.65em;
    /*color:#776;      */
    color: #245;
    border-bottom: 1px solid #776;
}

h1 span.header_desc {
    color: #776;
}

h2 {
    margin: .3em 0 .5em 0;
    padding-top: .45em;
    font: 135%/1.3em Arial, Georgia, Serif;
    color: #245;
    clear: both;
}

h2 span.desc {
    color: #555;
    font-size: 12px;
    line-height: 16px;
    /*border-top:1px solid #DCDCDC;      */
    display: block
}

h2 span.desc-nb {
    color: #555;
    font-size: 12px;
    line-height: 16px;
    display: block
}

h2 span.desc b {
    color: #999;
    font-size: 10px;
    text-transform: uppercase;
}

h2 span.desc-nb b {
    color: #999;
    font-size: 10px;
    text-transform: uppercase;
}

h2 span.inc_pack {
    color: #009933;
}

h2 span.out_pack {
    color: #003399;
}

a {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #3333CC;
    text-align: left;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.left {
    font-weight: bold;
}

hr {
    border: 1px solid gray;
}

input, textarea, select {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

select {
    padding: 1px 0 1px 2px;
}

table {
    font-family: Arial, Helvetica, San-Serif;
}

#pagetitletd {
    clear: both;
    font: 120%/1.0em Georgia, Serif;
    color: #776;
}

#copyrighttd {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #444;
    padding: 2px 2px 2px 20px;
}

#logged_right {
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #444;
    text-align: right;
    vertical-align: top;
}

.leftPanel {
    width: 215px;
    float: left;
    padding-left: 15px;
}

.rightPanel {
    margin-left: 25px;
    float: left;
    width: 650px;
}

a.leftMenu {
    display: block;
    height: 24px;
    background: url(../images/link.gif) 2px 50% no-repeat;
    padding-left: 17px;
    line-height: 22px;
    border-bottom: 1px solid #DDD;
    color: #555;
}

a.leftMenu:hover {
    text-decoration: none;
    color: #000;
    background-color: #DDD;
    border-bottom-color: #990000;
}

a.current, a.current:hover {
    font-weight: bold;
    background-color: #DDD;
    border-bottom-color: #CCC;
}

a.disabled, a.disabled:hover {
    text-decoration: none;
    color: #aca899;
    background-image: url(../images/link_disabled.gif);
    background-color: transparent;
    border-bottom-color: #dddddd;
    cursor: default;
}

.bottombar {
    background: #DCDCDC;
    height: 7px;
    border-top: #D1CFCF solid 1px;
}

.navigate, .navigate a {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #660000;
    text-decoration: none;
}

.navigate a {
    font-weight: bold;
}

.navigate a:hover {
    text-decoration: underline;
}

.border1 {
    border: 1px solid #CDCDCD;
}

table.datatable tr th,
table.grid tr td,
table.grid tr th {
    padding: 1px;
}

table.datatable {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    border-collapse: collapse;
    text-indent: 5px;
}

table.datatable tr th {
    font-family: Arial, Helvetica, San-Serif;
    font-weight: normal;
    color: #222;
    background-color: #f0f0f0;
    text-align: left;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    height: 20px;
}

table.grid tr th {
    background: url(../images/bg1.jpg) 0 0 repeat-x;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CDCDCD;
}

table.datatable tr td {
    border-bottom: 1px solid #DCDCDC;
    height: 20px;
}

table.datatable select {
    width: 50%;
    padding: 1px 0 1px 2px;
}

tr.footer {
    font-weight: bold;
    background-color: #AA0000;
    color: white;
}

tr.lastRow th, tr.lastRow td {
    border-bottom-width: 0 !important;
}

tr.alterRow {
    background-color: #f6f6f6;
}


div.fixedtable {
    /*width: 800px;
    max-height: 500px;*/
    width: 80vw;
    max-height: 45vw;
    overflow-x: scroll;
    overflow-y: scroll;
    padding: 0;
    resize: both;
}

.fixedheader {

    z-index: 1;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0px;
}

.fixedfirstrow {
    white-space: nowrap;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    left: 0px;
    background-color: #f0f0f0;
}

.image_button {
    border: 0px;
}

input.textField, textarea.textField, select {
    padding: 2px 0 2px 3px;
    margin: 1px 0;
    font-family: Tahoma, Arial, Helvetica, San-Serif;
    font-size: 12px;
    width: 95%;
    /* CSS hacks for IE7*/
    *width: 98%;
    *background: #fff url("/images/input-bg.png") -3px -3px no-repeat;
    *border: 1px solid;
    /*border-color:#aaa #eee #eee #aaa;*/
    *border-color: #7f9db9;
    *color: #333;
}

.notice,
.message,
.warning,
.success,
.error {
    display: block;
    text-align: left;
    padding: 0.6em 2em 0.6em 60px;
    margin: 1em 0;
    border: 1px dashed #ffd324;
    border-width: 1px 0;
}

.notice {
    background: #d8e9f9 url(../images/message_ico.gif) 15px 50% no-repeat;
    border-color: #97ccc4;
}

.message {
    background: #d8e9f9 url(../images/message_ico.gif) 15px 50% no-repeat;
    border-color: #97ccc4;
}

.warning {
    background: #f9f9d1 url(../images/warning_ico.gif) 15px 50% no-repeat;
    border-color: #e3d8b9;
}

.success {
    background: #66E167 15px 50% no-repeat;
    border-color: #D6E9C6;
}

.error {
    background: #ffe4d9 url(../images/error_ico.gif) 15px 50% no-repeat;
    border-color: #ff7349
}

.errorExplanation {
    display: block;
    text-align: left;
    padding: 0.6em 2em 0.6em 60px;
    margin: 1em 0;
    border: 1px dashed #ffd324;
    border-width: 1px 0;
    background: #ffe4d9 url(../images/error_ico.gif) 15px 12px no-repeat;
    border-color: #ff7349
}

.errorExplanation h2 {
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    color: #660000;
}

.errorExplanation p {
    margin: 0;
    font-weight: bold;
    color: #555;
}

.errorExplanation ul {
    margin-top: 0;
    margin-bottom: 0;
}

.fieldWithErrors {
    display: inline;
}

.requiredField {
    color: #990000;
    padding: .5em 0 0 .5em
}

.comment p {
    font-size: 8pt;
    color: #333;
}

.comment .point {
    font-weight: bold;
    color: #feaf16;
}

.help_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.help_popup {
    background: whitesmoke;
    border: 1px solid #dadada;
    font-family: sans-serif;
    padding: 5px 10px 10px 10px;
    border-radius: 5px;
    position: absolute;
    width: 500px;
    /*
    left: 50%;
    margin-left: -250px;
    */
}

.help_button {
    cursor: pointer;
}

.package_list a.pic {
    padding-left: 18px;
}

.package_list a[class="inc_pack pic"] {
    background: url(../images/arrow_right.gif) 0 0 no-repeat;
}

.package_list a[class="out_pack pic"] {
    background: url(../images/arrow_left.gif) 0 0 no-repeat;
}

.package_list a.inc_pack {
    color: #009933;
}

.package_list a.out_pack {
    color: #003399;
}

.legend {
    margin-top: 1em;
    font-size: 8pt;
    line-height: 8pt;
}

.legend .txt {
    padding: 0 .3em;
}

.legend .color {
    width: 30px;
}

.legend .inc {
    background-color: #009933;
}

.legend .out {
    background-color: #003399;
}

table.datagrid {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;

    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;

    padding-top: 0px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 2px;

    border-collapse: collapse;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 5px;
}

table.datagrid tr th {
    font-family: Arial, Helvetica, San-Serif;
    font-weight: bold;
    color: #222;
    background-color: #e8e8e8;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 2px;
    height: 20px;
    white-space: nowrap;
}


table.datagrid tr td {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 2px;
    height: 20px;
    white-space: nowrap;
}


table.datagrid input {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 2px;
}

/*
table.datagrid tr.alterRow {
    background-color: #f8f8f8;
}
*/
table.datagrid tr:nth-child(odd) td {
    background-color: #f8f8f8;
}

table.datagrid tr:nth-child(even) td {
    background-color: #f0f0f0;
}


table.datagrid tr:first-child td {
    /*
    border-collapse: collapse;
    border-top: 1px solid black;
    */
}

table.datagrid tr:last-child td {
    border-collapse: collapse;
    border-bottom: 1px solid black;
}


table.datagrid tr:first-child th {
    border-collapse: collapse;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

table.datagrid tr:last-child th {
    /*
    border-collapse: collapse;
    border-bottom: 1px solid black;
    */
}


table.datagrid td:first-child {
    border-collapse: collapse;
    border-left: 1px solid black;
}

table.datagrid td:last-child {
    border-collapse: collapse;
    border-right: 1px solid black;
}


table.datagrid th:first-child {
    border-collapse: collapse;
    border-left: 1px solid black;
}

table.datagrid th:last-child {
    border-collapse: collapse;
    border-right: 1px solid black;
}

table.datagrid tr:hover td {
    background-color: #b0b0b0;
}

/*
table.datagrid tr[selected=true] td
{
    background-color: blue;
}
table.datagrid tr[selected='true'] td
{
    background-color: blue;
}
*/
/*
table.datagrid tr:over td{
    background-color: green;
}
table.datagrid tr:alt td{
    background-color: blue;
}

table.datagrid tr:hover td
{
    background-color: yellow;
}

table.datagrid tr:highlight
{
    background-color: pink;
}
*/
table.datagrid thead {
    /*
    border-collapse: collapse;
    border-bottom: 1px solid  black;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    */
}

table.datagrid tfoot {
    /*
    border-collapse: collapse;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    */
}

table.datagrid tbody {
    /*
    border-collapse: collapse;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    */
}

div.autowitdth {
    width: auto;
}


table.dataedit {

    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;

    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;

    padding-top: 0px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 2px;
    border-collapse: collapse;
    border-bottom: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    text-indent: 5px;
}

table.dataedit tr th {
    font-family: Arial, Helvetica, San-Serif;
    font-weight: bold;
    /*
    color: #222;
    */
    background-color: #f0f0f0;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 2px;
    height: 20px;
    white-space: nowrap;
}


table.dataedit tr td {
    /*background-color: #f0f0f0;*/
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 2px;
    height: 20px;
    white-space: nowrap;
}


table.dataedit input {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 2px;
}

/*
table.datagrid tr.alterRow {
    background-color: #f8f8f8;
}
*/
table.dataedit tr:nth-child(odd) td {
    /*
        background-color: #f8f8f8;
    */
}

table.dataedit tr:nth-child(even) td {
    /*
        background-color: #f0f0f0;
    */
}


table.dataedit tr:first-child td {
    /*
    border-collapse: collapse;
    border-top: 1px solid black;
    */
}

table.dataedit tr:last-child td {
    border-collapse: collapse;
    border-bottom: 1px solid #CDCDCD;
}


table.dataedit tr:first-child th {
    border-collapse: collapse;
    border-top: 1px solid #CDCDCD;
}

table.dataedit tr:last-child th {
    /*
    border-collapse: collapse;
    border-bottom: 1px solid black;
    */
}


table.dataedit td:first-child {
    border-collapse: collapse;
    border-left: 1px solid #CDCDCD;
}

table.dataedit td:last-child {
    border-collapse: collapse;
    border-right: 1px solid #CDCDCD;
}


table.dataedit th:first-child {
    border-collapse: collapse;
    border-left: 1px solid #CDCDCD;
}

table.dataedit th:last-child {
    border-collapse: collapse;
    border-right: 1px solid #CDCDCD;
}

table.dataedit tr:hover td {
    background-color: #b0b0b0;
}

table.datagrid thead {
    /*
    border-collapse: collapse;
    border-bottom: 1px solid  black;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    */
}

table.dataedit tfoot {
    /*
    border-collapse: collapse;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    */
}

table.dataedit tbody {
    /*
    border-collapse: collapse;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    */
}


table.datagrid-noborder {
    width: 100%;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;

    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;

    padding-top: 0px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 2px;

    border: none;

    text-indent: 5px;
}

table.datagrid-noborder tr th {
    font-family: Arial, Helvetica, San-Serif;
    font-weight: bold;
    color: #222;
    background-color: #e8e8e8;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 2px;
    height: 20px;
    white-space: nowrap;
}


table.datagrid-noborder tr td {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 2px;
    height: 20px;
    white-space: nowrap;
}


table.datagrid-noborder input {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 2px;
}

table.datagrid-noborder tr:nth-child(odd) td {
    /*background-color: #f8f8f8;*/
    background-color: LightGray;
}

table.datagrid-noborder tr:nth-child(even) td {
    background-color: #f0f0f0;
}

table.datagrid-noborder tr:hover td {
    /*background-color: #b0b0b0;*/
    background-color: LemonChiffon;
}

table.datagrid-noborder tr:first-child td {
}

table.datagrid-noborder tr:last-child td {
}


table.datagrid-noborder tr:first-child th {
}

table.datagrid-noborder tr:last-child th {
}

table.datagrid-noborder td:first-child {
}

table.datagrid-noborder td:last-child {
}

table.datagrid-noborder th:first-child {
}

table.datagrid-noborder th:last-child {
}

table.datagrid-noborder thead {
}

table.datagrid-noborder tfoot {
}

table.datagrid-noborder tbody {
}

/* Popup container - can be anything you want */
.popup {
    position: relative;
    width: 50%;
    margin: auto;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #d6d6d6;
    color: #000000;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
    border-style: solid;
    border-color: #000000;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

td.inc_pack {
    color: #009933;
}

td.out_pack {
    color: #003399;
}

.link-button-disabled, .link-button-disabled:hover {
    text-decoration: none;
    color: #aca899;
    background-color: transparent;
    border-bottom-color: #dddddd;
    cursor: default;
}

.a_sort_asc:after {
    content: " ▲"
}

.a_sort_desc:after {
    content: " ▼"
}

td.active_transformation {
    color: #009933;
}

td.inactive_transformation {
    color: #ff0f00;
}

.multi_columns_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.first_col_in_flex {
    order: 1;
    flex-grow: 1;
}

.items_panel {
    display: block;
}

.items_list {
    display: block;
}

.actions_panel {
    margin-top: 1em;
    display: block;
    text-align: center;
}

.actions_panel.video_button {
    display: inline-block;
}

.main_area {
    dispaly: block;
}

.section_header {
    dispaly: block;

}

.item_info_area {
    dispaly: block;

}

.item_editor_area {
    border-style: solid;
    border-width: 1px;
    border-color: #CDCDCD;
    order: 1;
    flex-grow: 1;
}
.item_editor_area_fixed {
    border-style: solid;
    border-width: 1px;
    border-color: #CDCDCD;
    order: 1;
    flex-grow: 0;
    width:750px;
    min-width: 750px;
}

.item_editor_area_dynamic {
    border-style: solid;
    border-width: 1px;
    border-color: #CDCDCD;
    order: 1;
    flex-grow: 0;
    min-width: 750px;
}

.item_editor_area_no_border {
    border: none;
    order: 1;
    flex-grow: 1;
}
.item_editor_area_fixed_no_border {
    border: none;
    order: 1;
    flex-grow: 0;
    width:750px;
    min-width: 750px;
    max-width: 750px;
}


fieldset {
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;

    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;

    border-collapse: collapse;

    border-left-color: #CDCDCD;
    border-left-style: solid;
    border-left-width: 1px;

    border-right-color: #CDCDCD;
    border-right-style: solid;
    border-right-width: 1px;

    border-top-color: #CDCDCD;
    border-top-style: solid;
    border-top-width: 1px;

    border-bottom-color: #CDCDCD;
    border-bottom-style: solid;
    border-bottom-width: 1px;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    background-color: inherit;
}
