body, a, td, tr, input, textarea, select, head, table, p, br, h1, h2, h3, h4 ,h5, h6 {
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: left;
    font-size: 11px;
}

/* some classes to format the output some better */
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0;
    padding: 5px 5px 5px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.pointer {
    cursor: pointer;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../../images/interface/guideline/information.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../../images/interface/guideline/accept.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../../images/interface/guideline/error.png');
}

.warningTitle {
    font-weight: bold;
    font-size: 11pt;
    text-decoration: underline;
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../../images/interface/guideline/delete.png');
}

.errorTitle {
    font-weight: bold;
    font-size: 11pt;
    text-decoration: underline;
}

td.topbar_link {
    background-color: #00385A;
    color: white;
    border-right: 1px solid white;
    padding: 1pt;
    text-align: center;
}

td.topbar_inactive {
    background-color: #808080;
    color: white;
    border-right: 1px solid white;
    padding: 1pt;
    text-align: center;
}

a.topbar_link {
    color: white;
}

body {
    background-color: white;
}

/*@todo : this can never work */
body.body_poet_bar {
    background-image: url("../../../images/interface/guideline/bg_frame_t_1800x81.gif");
    background-repeat: no-repeat;
}

body.tree {
    background-color: white;
}

body.popup {
    background-color: #FFF;
}

table {
    font-family: verdana, helvetica;
    font-size: 8pt;
}

td {
    font-family: verdana, helvetica;
    font-size: 8pt;
}

.body_page {
    margin-left: 20;
    margin-top: 20;
}

.tree_menu_bar {
    background-color: #EAF2FF;
    padding: 2px;
}

.button_image {
    background-color: white;
    border: 1px solid #C0C5C9;
    cursor: pointer;
}

.button_denied {
    background-color: white;
    border: 1px solid #C0C5C9;
}

.button_image_active {
    background-color: white;
    border: 1px solid black;
    cursor: pointer;
}

.button_single {
    cursor: pointer;
}

.checkbox {
    margin: 0;
    border: 0;
    padding: 0;
}

input.button {
    text-align: center;
    border-left: 0 solid #C0C5C9;
    border-bottom: 0 solid #C0C5C9;
    border-top: 0 solid #C0C5C9;
    border-right: 0 solid #C0C5C9;
    cursor: pointer;
}

.tree_td {
    border: 1px solid #C0C5C9;
}

.field_edit1 {
    border-left: 1px solid #C0C5C9;
    border-bottom: 1px solid #C0C5C9;
    border-top: 1px solid #C0C5C9;
    border-right: 1px solid #C0C5C9;
}

.text_edit_table {
    width: 100%;
}

.text_edit_textarea {
    width: 100%;
    height: 100%;
    border: 0;
}

.record_info_item {
    background-color: white;
    width: 140px;
}

.record_info_title {
    color: black;
    padding: 2px;
    font-weight: bold;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: #9E9E9E;
}

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

h1 {
    font-family: arial, helvetica;
    color: #646664;
    font-size: 16pt;
    font-weight: bold;
}

h2 {
    font-family: arial, helvetica;
    color: #5A6D8D;
    font-size: 14pt;
    font-weight: bold;
}

h3 {
    font-family: arial, helvetica;
    color: #406BA2;
    font-size: 12pt;
}

h4 {
    font-family: arial, helvetica;
    color: #000;
    font-size: 9pt;
    font-weight: bold;
}

h5 {
    font-family: arial, helvetica;
    font-size: 8pt;
}

h6 {
    font-family: arial, helvetica;
    font-size: 6pt;
}

.menu_comment {
    color: #FFF;
    font-size: 8pt;
    font-family: arial, helvetica;
    padding-left: 2pt;
    padding-right: 2pt;
}

.menu_item {
    color: #FFF;
    font-size: 8pt;
    font-family: arial, helvetica;
    padding-left: 5pt;
    padding-right: 2pt;
}

.symbol_ok {
    font-family: arial;
}

.menu_table {
    margin-left: 15px;
    border: 1px solid #E50003;
    font-family: arial, helvetica;
}

.menu_header {
    text-align: center;
    background-color: #E50003;
}

.topbalk_link {
    font-family: arial;
    color: white;
    font-weight: bold;
}

/*.subtitle {*/
/*    font-family: arial, helvetica;*/
/*    font-size: 10pt;*/
/*    font-weight: bold;*/
/*}*/

body.font_warning {
    background-color: #E00;
}

fieldset.font_download {
    border: 1px silver solid;
    color: #E00;
}

body.no_borders {
    margin: 0;
}

select.large_1 {
    border: 10px solid blue;
    background-color: red;
}

a.direct_link {
    color: black;
    text-decoration: underline;
}

.legend1 {
    color: black;
    font-weight: bold;
}

.dummycel1 {
    border: 1px solid red;
}

.dummycel2 {
    border: 1px solid green;
}

.table_record_info {
    width: 100%;
    padding: 0;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
#table_record_info_td,
#clipboard_td {
    border-top: 1px dashed #cccccc;
}
#clip_form {
    padding: 0;
    margin: 0;
}
#clip_form table {
    width: 100%;
    padding: 0;
    margin: 0;
}
#clipboard_frame {
    height: 77px;
}

.class_detail_item {
    border: 1px solid grey;
    background-color: white;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0;
}

.class_detail_itemheader {
    border-bottom: 2px solid white;
    background-color: #EEE;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: top;
}

.recorddetails_td_header {
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #B9C5D0;
    font-weight: bold;
    text-transform: capitalize;
}

.recorddetails_td_item {
    border-top: 0 solid silver;
    border-left: 0 solid silver;
    border-right: 0 solid silver;
    border-bottom: 1px solid #B9C5D0;
    background-color: white;
    padding: 5px;
    vertical-align: top;
}

.recorddetails_td_itemheader {
    border-top: 0 solid silver;
    border-left: 0 solid transparent;
    border-right: 0 solid silver;
    border-bottom: 1px solid #B9C5D0;
    background-color: #EEE;
    padding-top: 4px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    vertical-align: top;
}

.recorddetails_td_lang {
    color: gray;
    font-size: 7pt;
    border-bottom: 1px solid silver;
    background-color: #EEE;
}

.recorddetails_td_lang_header {
    border-bottom: 2px solid white;
    background-color: #EEE;
    padding-left: 3px;
    padding-right: 3px;
    color: gray;
    text-align: right;
    cursor: pointer;
}

.hidden_textarea {
    position: absolute;
    display: none;
}

.input_textarea,.input_text_autocomplete {
    background-color: white;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-left: 0;
    border: 0;
    vertical-align: top;
}

input[disabled].input_textarea {
    background-color: white;
    border: 0;
}

input[disabled].input_text {
    background-color: white;
    border: 0;
}

textarea[disabled].input_textarea {
    background-color: white;
}

select[disabled].input_textarea {
    background-color: white;
}

.optgr_all {
    text-indent: 0;
    background-color: white;
}

.optgr_db {
    background-color: #F66;
}

.optgr_file {
    background-color: #9FF;
}

.link_description {
    color: #360;
}

.topbalk_new_table {
    background-color: #1F5B8B;
    color: white;
}

.options_table_td {
    border-left: 1px solid #C0C5C9;
    border-right: 1px solid #C0C5C9;
    border-bottom: 1px solid #C0C5C9;
}

a.option:link {
    color: #000;
    text-decoration: none;
    font-size: 8pt;
}

a.option:hover {
    color: #C0C0C0;
    text-decoration: none;
    font-size: 8pt;
}

a.option:visited {
    color: #000;
    text-decoration: none;
    font-size: 8pt;
}

a.check:link {
    color: #CC0001;
    text-decoration: none;
    font-size: 8pt;
}

a.check:hover {
    color: #CC0001;
    text-decoration: none;
    font-size: 8pt;
}

a.check:visited {
    color: #CC0001;
    text-decoration: none;
    font-size: 8pt;
}

a.language:link {
    color: #FFF;
    text-decoration: none;
    font-size: 7pt;
}

a.language:hover {
    color: #FFF;
    text-decoration: none;
    font-size: 7pt;
}

a.language:visited {
    color: #FFF;
    text-decoration: none;
    font-size: 7pt;
}

a.lookup:link {
    color: #057417;
    text-decoration: none;
}

a.lookup:hover {
    color: #9E9E9E;
    text-decoration: none;
}

a.lookup:visited {
    color: #057417;
    text-decoration: none;
}

a.red:link {
    color: red;
    text-decoration: none;
}

a.red:hover {
    color: red;
    text-decoration: none;
}

a.red:visited {
    color: red;
    text-decoration: none;
}

.bottom_bar {
    color: white;
    padding-left: 10pt;
    padding-right: 10pt;
    font-size: 7pt;
}

.bottom_bar_title {
    color: white;
    padding-left: 10pt;
    padding-right: 10pt;
    font-size: 7pt;
    background-color: #3474A8;
}

td.record_details {
    border: 1px solid silver;
    padding: 2pt;
}

td.record_details_header {
    background-color: #EEE;
    padding: 2pt;
}

.navigator_tree {
    border-top: 1px solid white;
    border-left: 1px solid #C0C5C9;
    border-right: 1px solid #C0C5C9;
    border-bottom: 1px solid #C0C5C9;
    background-color: white;
}

.navigator_highlights {
    border-top: 1px solid #C0C5C9;
    border-left: 1px solid #C0C5C9;
    border-right: 1px solid #C0C5C9;
    border-bottom: 1px solid #C0C5C9;
    background-color: #EEE;
}

.navigator_editor {
    background-color: #EEE;
    padding: 0;
    border-top: 0 solid #C0C5C9;
    border-left: 0 solid #C0C5C9;
    border-right: 0 solid #C0C5C9;
    border-bottom: 1px solid #C0C5C9;
}

.navigator_menu_bar {
    background-color: #EEE;
    padding: 0;
    border-top: 1px solid #C0C5C9;
    border-left: 1px solid #C0C5C9;
    border-right: 1px solid #C0C5C9;
    border-bottom: 1px solid #C0C5C9;
}

.detail_menu_bar {
    background-color: #EEE;
    padding: 0;
    border-top: 0 solid #C0C5C9;
    border-left: 0 solid #C0C5C9;
    border-right: 0 solid #C0C5C9;
    border-bottom: 1px solid #C0C5C9;
}

.navigator_left_menu_bar {
    background-color: #EEE;
    padding: 0;
    border-top: 0 solid #C0C5C9;
    border-left: 0 solid #C0C5C9;
    border-right: 0 solid #C0C5C9;
    border-bottom: 1px solid #C0C5C9;
}

.navigator_menu_bar_editor {
    padding: 0;
    border-top: 1px solid #C0C5C9;
    border-left: 1px solid #C0C5C9;
    border-right: 1px solid #C0C5C9;
    border-bottom: 0 solid #C0C5C9;
}

.navigator_menu_bar_table {
    background-color: #EEE;
    padding: 0;
    border-top: 0 solid #C0C5C9;
    border-left: 0 solid #C0C5C9;
    border-right: 0 solid #C0C5C9;
    border-bottom: 1px solid #C0C5C9;
}

.navigator_menu_bar_options {
    background-color: #EEE;
    padding: 0;
    border-top: 1px solid #C0C5C9;
    border-left: 0 solid #C0C5C9;
    border-right: 0 solid #C0C5C9;
    border-bottom: 1px solid #C0C5C9;
}

.navigator_title {
    padding: 0;
    margin: 0;
}

.recorddetails_withtopbar {
    border-top: 1px solid white;
    border-left: 1px solid #C0C5C9;
    border-right: 1px solid #C0C5C9;
    border-bottom: 1px solid #C0C5C9;
    background-color: #EEE;
}

.recorddetails {
    border-top: 1px solid #C0C5C9;
    border-left: 1px solid #C0C5C9;
    border-right: 1px solid #C0C5C9;
    border-bottom: 1px solid #C0C5C9;
    background-color: #EEE;
}

.recorddetails_body {
    background-color: #EEE;
}

.recordmeta {
    border-top: 1px solid #C0C5C9;
    border-left: 1px solid #C0C5C9;
    border-right: 1px solid #C0C5C9;
    border-bottom: 1px solid #C0C5C9;
    background-color: #EEE;
}

td.td_tab_space {
    font-size: 11px;
}

td.tab_active {
    background-color: #3474A8;
    color: white;
    font-weight: bold;
}

td.tab_nonactive {
    background-color: #B9C5D0;
    color: white;
    font-weight: bold;
}

.tableheader {
    font-weight: bold;
}

.row {
    background-color: #FFF;
}

.row_over {
    background-color: #CCC;
}

.row_down {
    background-color: #808080;
}

.table_td_cell {
    color: black;
    border: 1px solid #808080;
}

.table_td_cell_padding {
    color: black;
    border: 1px solid #808080;
    padding-left: 5px;
}

.role_fieldset {
    border: 1px solid #808080;
}

.role_legend {
    color: #808080;
    font-weight: bold;
}

/* The main submit button option */
table.font_warning {
    border: 1px black solid;
    padding: 0;
    background-color: white;
}

table.wegwijzer {
    color: #8C0000;
}

table.file_table {
    border-width: 0;
    border-spacing: 0;
    border-style: none;
    border-color: yellow;
    border-collapse: collapse;
}

td.file_table {
    border-width: 1px;
    padding: 5px;
    border-style: inset;
    border-color: black;
}

table.assignment {
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    border-collapse: collapse;
    background-color: white;
}

table.asset {
    border: 1px solid silver;
}

table.asset_red {
    border: 1px solid red;
}

.property_div {
    background-color: #EEE;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #C0C5C9;
    height: 22px;
    padding-top: 4px;
    padding-left: 5px;
}

.mdi, .fa, .fad, .fal, .fas, .far {
    color: #666666;
}
i.mdi,
span.fa {
    text-align: center;
    font-size: 18px;
    width: 20px;
    max-width: 20px;
    line-height: 20px;
}
i.fad,
i.fab,
i.fa,
i.fas,
i.far,
i.fal  {
    font-size: 18px;
    width: 20px;
    max-width: 20px;
    line-height: 20px;
    display: inline-block;
}
span.fa-stack {
    height: 20px;
    max-width: 20px;
}
span.fa-stack i.fa {
    text-align: center;
    width: 20px;
    max-width: 20px;
    line-height: 20px;
}
span.fa-stack i.fa.fa-stack-2x {
    font-size: 18px;
}
span.fa-stack i.fa.fa-stack-1x {
    font-size: 10px;
}
span.fa-stack i.fa.fa-pull-left {
    left: -5px;
}
span.fa-stack i.fa.fa-pull-right {
    left: 3px;
}
span.fa-stack i.fa.fa-pull-up {
    top: -5px;
}
.fa-black {
    color: #000;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.fa-white {
    color: #ffffff;
    text-shadow: 1px 0 0 #666, -1px 0 0 #666, 0 1px 0 #666, 0 -1px 0 #666, 1px 1px #666, -1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666;
}
.fa-blue {
    color: #0000ff;
    text-shadow: 1px 0 0 #666, -1px 0 0 #666, 0 1px 0 #666, 0 -1px 0 #666, 1px 1px #666, -1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666;
}
.fa-red {
    color: #ff0000;
    text-shadow: 1px 0 0 #666, -1px 0 0 #666, 0 1px 0 #666, 0 -1px 0 #666, 1px 1px #666, -1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666;
}
.fa-green {
    color: #00ff00;
    text-shadow: 1px 0 0 #666, -1px 0 0 #666, 0 1px 0 #666, 0 -1px 0 #666, 1px 1px #666, -1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666;
}
.fa-yellow {
    color: #ffff00;
    text-shadow: 1px 0 0 #666, -1px 0 0 #666, 0 1px 0 #666, 0 -1px 0 #666, 1px 1px #666, -1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666;
}

#iconSelection {
    padding: 0;
    margin: 0;
}
#iconSelection a {
    display: block;
    float: left;
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
    padding: 2px;
    width: 20px;
}
#iconSelection .defSelectIcon,
#iconSelection .selectIcon {
    border: 1px solid #eeeeee;
}
#iconSelection .selectIcon.active {
    border: 1px solid #ff0000;
}
#iconSelection .selectColour {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
#iconSelection #iconTable {
    padding: 0;
    margin: 0;
}
#iconSelection #iconTable td {
    vertical-align: top;
    padding: 4px;
}
#iconSelection #iconTable td:first-child {
    background-color: #ffffff;
    border-right: 1px solid #dddddd;
    text-align: center;
}
#iconSelection #iconTable td:last-child {
    width: 180px;
}
#iconSelection #iconTable td:last-child hr {
    clear: both;
    margin: 4px 4px;
    border-color: #eeeeee;
    background-color: #eeeeee;
}
#iconSelection #iconTable td:last-child p {
    margin: 0;
    padding: 0;
    clear: both;
}

@font-face {
    font-family: 'Kelson Sans';
    src: url('fonts/KelsonSans-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kelson Sans';
    src: url('fonts/KelsonSans-Bold.otf');
    font-weight: bold;
    font-style: normal;
}

/* Start redesign 11/2017 */
/* Font import */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.svg#open_sanssemibold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Italic-webfont.eot');
    src: url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: 200;
    font-style: normal;
}


@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body, a, td, tr, input, textarea, select, head, table, p, br, h1, h2, h3, h4 ,h5, h6{
    font-family: 'Open Sans', Arial, sans-serif!important;
}

body{
    margin: 0;
    padding: 0;
    color: #252d35;
}

/* left part tree iframe */

.tree_table{
    background: #f3f5f6;
}

.navigator_tree{
    border: none;
    background-color: transparent;
}

td.divider, .scroll-bar.divider {
    position: relative;
    background: #f3f5f6;
    width: 10px;
    text-align: right;
    z-index: 1;
}

td.divider img, .scroll-bar.divider img{
    margin-right: 0!important;
}
td.divider:after, .scroll-bar.divider:after {
    left: 100%;
    top: 22px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #e6ebee;
    border-width: 10px;
    margin-top: 10px;
}
td.noArrow:after {
    display: none;
}

/* main content */
.main_content{
    padding: 0 0 0 15px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: -3px 0 8px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: -3px 0 8px 0 rgba(0,0,0,0.05);
    box-shadow: -3px 0 8px 0 rgba(0,0,0,0.05);
}

.hideshowboxrecord_details,
.hideshowbox{
    z-index: 9999;
    border: 1px solid #ddd !important;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    border-radius: 3px;
    background: white;
    font-size: 11px;
    min-width: 220px;
}
.hideshowboxrecord_details i,
.hideshowbox i{
    margin-right: 15px;
}
.hideshowboxrecord_details div,
.hideshowbox div{
    cursor: pointer;
}
.hideshowboxrecord_details div:hover,
.hideshowbox div:hover{
    background-color: #e4e8ec;
}

/* tabs */
.record_details_tabs,
.navigator_tabs{
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1.2em;
    height: 42px;
    border-bottom: 1px solid #e4e8ec;
    margin-top: -4px;
}

.record_details_tabs .mdi,
.navigator_tabs .mdi{
    top: 0px;
    position: relative;
    font-size: 13px;
}

.record_details_tabs table,
.navigator_tabs table{
    border: none;
    table-layout: fixed;
}

.record_details_tabs table td,
.navigator_tabs table td{
    margin: 0;
    padding: 0;
}

.record_details_tabs a,
.navigator_tabs a{
    display: block;
    padding: 5px 5px 10px;
    margin: 0 20px 0 0;
    border-bottom: 3px solid transparent;
    font-weight: 200;
    font-size: 13px;
    position: relative;
    top: 4px;
}


.record_details_tabs a:hover,
.navigator_tabs a:hover{
    color: #3690e0;
}

.record_details_tabs .tab_active a,
.navigator_tabs .tab_active a{
    border-bottom: 3px solid #3690e0;
    color: #3690e0;
    font-weight: bold;
}

#tabnavdiv{
    padding: 0 15px;
}

.navigator_tabs .tab_active a{
    border-bottom: 3px solid #3c4a57;
    color: #3c4a57;
    font-weight: bold;
}

.record_details_tabs td,
.record_details_tabs td.tab_nonactive,
.record_details_tabs td.tab_active,
.navigator_tabs td,
.navigator_tabs td.tab_nonactive,
.navigator_tabs td.tab_active{
    background: none;
}

.record_details_tabs td.td_tab_space,
.navigator_tabs td.td_tab_space{
   display: none;
}

/* right part iframe */
.recorddetails{
    border: none;
}

.recorddetails_body{
    background: white !important;
}

iframe#record_details{
    background: white !important;
}

/* icon bar below tabs */
.detail_menu_bar,
.navigator_menu_bar{
    background: white;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #e4e8ec;
    font-size: 0;
}

.navigator_menu_bar{
    padding: 0 15px 0 0;
    background: transparent;
    z-index: 9;
}

.recorddetails_body .navigator_menu_bar.fixed{
    background: white;
    position: fixed;
    width: 100%;
}

.recorddetails_body .navigator_menu_bar.fixed + form,
.recorddetails_body .navigator_menu_bar.fixed ~ div:not(.divPaginator),
.recorddetails_body .navigator_menu_bar.fixed ~ form#select_view_form,
.recorddetails_body .navigator_menu_bar.fixed + table{
    padding-top: 60px !important;
    margin-top: 0 !important;
}

#tree_table_td .navigator_menu_bar {
    padding: 0 0 0 15px;
}

.navigator_menu_bar:after{
  content: "";
  display: table;
  clear: both;
}

.navigator_button_warning {
    float: right;
    cursor: pointer;
    width: 30px;
    height: 30px;
    max-height: 30px;
    max-width: 30px;
    display: flex; /* Add this line */
    justify-content: center; /* Horizontally center the image */
    align-items: center; /* Vertically center the image */
    border: 1px solid #e4e8ec;
    margin: 7px 15px 8px !important;
}

.navigator_menu_bar .navigator_button_warning .warnings_button {
    max-height: 30px;
    max-width: 30px;
    width: 20px;
    height: auto;
}

.detail_menu_bar .navigator_button,
.navigator_menu_bar .navigator_button,
.detail_menu_bar .navigator_button_warning,
.navigator_menu_bar .navigator_button_warning{
    margin: 7px 0px 8px;
    width: 30px;
    height: 30px;

    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.detail_menu_bar .navigator_button,
.navigator_menu_bar .navigator_button:not(:last-child) {
    margin-right: 1px;
}

.detail_menu_bar .navigator_button.dropdown,
.navigator_menu_bar .navigator_button.dropdown{
    position: relative;
    left: -2px;
}

.detail_menu_bar .navigator_button.input,
.navigator_menu_bar .navigator_button.input{
    width: auto;
}

.detail_menu_bar .navigator_button.input input,
.navigator_menu_bar .navigator_button.input input{
    width: 90px;
    margin-left: 8px;
    margin-right: 8px;
    line-height: 24px;
    padding-left: 5px;
    margin-top: 1px;
}

.detail_menu_bar .navigator_button.paginate,
.navigator_menu_bar .navigator_button.paginate{
    width: auto;
    float: right;
}



.detail_menu_bar .navigator_button ul.topnav,
.navigator_menu_bar .navigator_button ul.topnav{

}

.detail_menu_bar .navigator_button ul.topnav > li > ul.subnav,
.navigator_menu_bar .navigator_button ul.topnav > li > ul.subnav{
   top: 22px!important;
    z-index: 9999;
    border: 1px solid #ddd !important;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    border-radius: 3px;
    padding: 5px;
}

.detail_menu_bar ul.topnav li ul.subnav li,
.navigator_menu_bar ul.topnav li ul.subnav li {
    border-top: 1px solid #EEEEEE;
    border-bottom: 0 solid #EEEEEE;
}

.detail_menu_bar ul.topnav li ul.subnav li:first-child,
.navigator_menu_bar ul.topnav li ul.subnav li:first-child {
    border-top: 0 solid #EEEEEE;
}

.detail_menu_bar .navigator_button.divider,
.navigator_menu_bar .navigator_button.divider{
    width: 0;
    height: 22px;
    border-left: 1px solid #dddddd;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    margin-top: 12px;
}
.detail_menu_bar .navigator_text,
.navigator_menu_bar .navigator_text{
    margin: 16px 8px 8px 0;
    height: 22px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

.hideshowbox i.mdi,
.detail_menu_bar i.mdi,
.navigator_menu_bar i.mdi{
    display: inline-block;
    width: 22px;
}

.hideshowbox i.mdi:before,
.detail_menu_bar i.mdi:before,
.navigator_menu_bar i.mdi:before {
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    border: 1px solid #e4e8ec;
    display: inline-block;
    font-size: 20px;
}


.detail_menu_bar i.fal,
.navigator_menu_bar i.fal,
.detail_menu_bar i.fad,
.navigator_menu_bar i.fad,
.detail_menu_bar i.fab,
.navigator_menu_bar i.fab,
.detail_menu_bar i.fa,
.navigator_menu_bar i.fa,
.detail_menu_bar i.fas,
.navigator_menu_bar i.fas,
.detail_menu_bar i.far,
.navigator_menu_bar i.far,
.navigator_menu_bar i.custom-icon{
    width: 30px;
    height: 30px;
    line-height: 30px;
    max-width: 30px;
    text-align: center;
    border: 1px solid #e4e8ec;
    display: inline-block;
    font-size: 18px;
}

.hideshowbox i.fal,
.hideshowbox i.fad,
.hideshowbox i.fab,
.hideshowbox i.fa,
.hideshowbox i.fas,
.hideshowbox i.far {
    width: 20px;
    height: 20px;
    position: relative;
    top: -8px;
    border: none;
}

.hideshowbox.icon-text {
    display: none;
}

.hideshowbox.icon-text > div {
    padding: 10px;
}

.hideshowbox.icon-text > div > i {
    font-size: 18px;
    float: left;
}

.hideshowbox.icon-text > div > span {
    display: block;
}

.detail_menu_bar .navigator_button:hover i.mdi:before,
.navigator_menu_bar .navigator_button:hover i.mdi:before,
.detail_menu_bar .navigator_button:hover > i.fa,
.navigator_menu_bar .navigator_button:hover > i.fa,
.detail_menu_bar .navigator_button:hover > i.fad,
.navigator_menu_bar .navigator_button:hover > i.fad,
.detail_menu_bar .navigator_button:hover > i.fab,
.navigator_menu_bar .navigator_button:hover > i.fab,
.detail_menu_bar .navigator_button:hover > i.fas,
.navigator_menu_bar .navigator_button:hover > i.fas,
.detail_menu_bar .navigator_button:hover > i.far,
.navigator_menu_bar .navigator_button:hover > i.far,
.detail_menu_bar .navigator_button:hover > i.fal,
.navigator_menu_bar .navigator_button:hover > i.fal,
.detail_menu_bar .navigator_button:hover > i.fa-stack > i.fa,
.navigator_menu_bar .navigator_button:hover > i.fa-stack > i.fa,
.detail_menu_bar .navigator_button:hover > i.fa-stack > i.fad,
.navigator_menu_bar .navigator_button:hover > i.fa-stack > i.fad,
.detail_menu_bar .navigator_button:hover > i.fa-stack > i.fab,
.navigator_menu_bar .navigator_button:hover > i.fa-stack > i.fab,
.detail_menu_bar .navigator_button:hover > i.fa-stack > i.fas,
.navigator_menu_bar .navigator_button:hover > i.fa-stack > i.fas,
.detail_menu_bar .navigator_button:hover > i.fa-stack > i.far,
.navigator_menu_bar .navigator_button:hover > i.fa-stack > i.far,
.detail_menu_bar .navigator_button:hover > i.fa-stack > i.fal,
.navigator_menu_bar .navigator_button:hover > i.fa-stack > i.fal,
.navigator_menu_bar .navigator_button:hover > i.custom-icon{
    color: white;
    background-color: #3690e0;
    border-color: #3690e0;
}

.detail_menu_bar i.mdi:before:hover,
.navigator_menu_bar i.mdi:before:hover{
    color: #358fdf;
    border-color: #358fdf;
}

/* Topbar & bottom bar */
.topbalk_new_table{
    background-color: #3c4a57;
    background-image: none;
    width: 100%;
    height: 40px;
}

.topbalk_navigation{
    text-align: right;
    float: right;
}

.topbalk_navigation div.topbar_link{
    display: inline-block;
    height: 40px;
}

.topbalk_navigation div.topbar_link a{
    display: inline-block;
    padding:  0 20px;
    height: 40px;
    line-height: 40px;
    border-left: 1px solid #4e5a66;
    font-weight: 200;
    font-size: 13px;
    letter-spacing: .03em;
    color: #dedede;
}

.topbalk_navigation div.topbar_link a:hover{
    color: #ffffff;
}

.topbalk_navigation div.topbar_link a{
    position: relative;
    background: #3c4a57;
}
.topbalk_navigation div.topbar_link a.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(60, 74, 87, 0);
    border-top-color: #3c4a57;
    border-width: 10px;
    margin-left: -10px;
}

/* Bottom bar */

.bottom_bar_title{
    background-color: #3c4a57;

}

.bottom_bar{
    color: #c6cfd8;
    letter-spacing: .02em;
    padding: 0;
}

.bottom_bar_title.icon_bar{
    font-size: 0;
}

.bottom_bar_title.icon_bar i.mdi{
    font-size: 13px;
    display: inline-block;
    margin-left: 1px;
}

.bottom_bar i.mdi{
    width: 20px;
    height: 20px;
}

.bottom_bar i.mdi:before{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #5e7386;
    display: inline-block;
    color: #c6cfd8;
    font-size: 13px;
}

.bottom_bar i.mdi:not(.mdi-logout):hover:before{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #3c4a57;
}

.bottom_bar .logout{
    background: #288ae2;
    width:50px;
    text-align: center;

}

.bottom_bar .logout:hover{
    background: #3698f0;

}

.bottom_bar .logout .mdi:before{
    border: none;
    color: white;
    font-size: 20px;
    position: relative;
    left: 2px;
}

.bottom_bar .logout .mdi:before:hover{
    color: white;
}

/* messages */

.info, .success, .warning, .error, .validation {
    border-radius: 3px;
    margin: 10px 0;
}

/* mdi variants */

.mdi-gray{
    color: #888888!important;
}

.mdi-small{
    font-size: 14px!important;
}


/* tables */

table{
    color: #3c4a57;
}
table td{
    color: #3c4a57;
}

.recorddetails_td_itemheader,
.recorddetails_td_header{
    font-weight: 700;
    color: #323232;
    border-color: #e4e8ec;
}

.recorddetails_td_header{
    padding-bottom: 4px;
}

.recorddetails_td_itemheader{
    background: #f3f5f6;
}

.recorddetails_td_item{
    border-color: #e4e8ec;
}

.recorddetails_td_item.linked-field {
    border: 1.5px solid #5A8AC6; /* Muted steel blue */
    background-color: #EBF1F6; /* Soft blue-gray for good contrast */
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border-radius: 4px; /* Slightly rounded corners */
}

/* Highlight effect on focus */
.recorddetails_td_item.linked-field-focus {
    background-color: #DDE7F0; /* Slightly darker on focus */
    box-shadow: 0 0 6px rgba(90, 138, 198, 0.6);
}

.logo{
    margin-left: 5px;
    display: block;
}


/* Modules overview */

.modules_overview{
    margin-left: auto;
    margin-right: auto;
}

.modules_overview .module_panel_title{
    background-color: white;
    color: #40526E;
    font-weight: 600;
    border-bottom: 1px solid #dedede;
    padding: 0;
}


.modules_overview .module_panel_title h3{
    display: inline-block;
    font-size: 13px;
    border-bottom: 3px solid #40526E;
    position: relative;
    bottom: -2px;
    margin: 0;
    padding: 0 8px 10px 0;
}

.modules_overview .module_panel_title h3 .mdi{
    display: inline-block;
}

.modules_overview .module_panel_title h3 .mdi:before{
    font-size: 17px;
    margin-right: 4px;
    color: #40526E;
}

.modules_overview .module_panel_body{
    background-color: white;
    border: none!important;
    font-size: 12px;
    color: #40526E;
    padding: 0;
    background: none!important;
}

.modules_overview .module_panel_body > table{
    width: 100%;
    border: none!important;
}

.modules_overview .module_panel_body > table > tbody{
    border: none!important;
}


.modules_overview .module_panel_body > table > tbody > tr > td{
    border-bottom: 1px solid #dedede;
    padding: 0;
}

.modules_overview .module_panel_body > table > tbody > tr:first-child > td{
    padding-top: 10px;
}


.modules_overview .module_panel_body a,
.modules_overview .module_panel_body a:link,
.modules_overview .module_panel_body a:visited,
.modules_overview .module_panel_body a:hover,
.modules_overview .module_panel_body a:active{
    background-color: white;
    display: block;
    border: none!important;
    font-size: 12px;
    color: #40526E;
    padding: 6px 0;
}


.modules_overview .module_panel_body a:hover{
    color: #288ae2;
    text-decoration: underline;
}

.modules_overview .module_panel_body a .mdi:before{
    color: #40526E;
    font-size: 13px;
    margin-right: 5px;
}

.modules_overview .module_panel_body a:hover .mdi:before{
    color: #288ae2;
}


.top_bar {
    display: inline-block;
    width: 100%;
    max-width: 100vw;
    background-color: #3c4a57;
    padding: 7px 0;

}

.top_bar .logo-wrapper {
    margin-bottom: 10px;
    float: left;
}

@media screen and (min-width: 800px) {
    .top_bar .logo-wrapper {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1600px) {
    .top_bar .logo-wrapper {
        margin-right: 25px;
    }
}

.top_bar .primary-nav {
    clear: both;
}

.top_bar .primary-nav, .top_bar .secondary-nav {
    float: left;
    z-index: 99;
    position: relative;
}

.top_bar .primary-nav > ul > li > a {
    text-transform: capitalize;
}

@media screen and (min-width: 650px) {
    .top_bar .primary-nav {
        clear: none;
    }

    .top_bar .secondary-nav {
        float: right;
    }
}

.top_bar nav {
    margin-top: 3px;
}

.top_bar nav ul {
    margin: 0;
    padding-left: 0
}

.top_bar nav > ul > li {
    display: inline-block;
}

.top_bar nav > ul > li > a {
    padding: 15px;
}

.top_bar nav ul > li > a {
    color: #fff;
    font-size: 10px;
}

.top_bar nav ul > li > a:hover {
    cursor: pointer;
}

@media screen and (min-width: 1600px) {
    .top_bar nav ul > li > a {
        font-size: 11px;
    }
}

.top_bar nav ul li:hover > a, .top_bar nav ul li:hover > a,
.top_bar nav ul li:hover > a > i, .top_bar .primary-nav ul li:hover > a > i {
    color: #5EB3FF;
}

.top_bar nav ul > li > a > i {
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 1px;
}

.top_bar nav ul > li > a > i.mdi-account, .top_bar nav ul > li > a > i.mdi-database {
    top: 0px;
}

.top_bar nav ul li.has-children {
    position: relative;
}

.top_bar nav ul li.has-children a i.down {
    margin-left: 5px;
}

.top_bar nav ul li.has-children ul {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 5;
    background-color: #3c4a57;
    border-top: 1px solid rgba(255,255,255,0.25);
    text-align: left;
    list-style: none;
    left: 0;
    margin-top: 15px;
    min-width: 16em;
}

.top_bar nav ul li.has-children:last-child ul {
    right: 0;
}

.top_bar nav ul li.has-children a span {
    /*display: inline-block;*/
    /*max-width: 150px;*/
    /*top: 2px;*/
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top_bar nav ul li.has-children ul {
    left: auto;
    right: 0;
}

@media screen and (max-width: 985px) {
    .top_bar .primary-nav ul > li > a{
        padding: 15px 10px;
    }
}

@media screen and (min-width: 1200px) {
    .top_bar nav ul li.has-children ul {
        margin-top: 9px;
    }
}


@media screen and (max-width: 1325px) {
    .top_bar nav ul li a span, .top_bar nav ul li.has-children a span , .top_bar nav ul li.has-children a .down {
        display: none;
    }
    .top_bar nav ul li a, .top_bar nav ul li.has-children a {
        padding: 15px 10px;
    }
    .top_bar nav ul li, .top_bar nav ul li.has-children {
        min-width: 0px;
    }
    .top_bar nav ul li.has-children ul {
        margin-top: 11px;
    }
    .top_bar nav ul li.has-children .top-bar-languages + ul {
        margin-top: 13px;
    }
}



.top_bar nav ul li.has-children:hover ul, .top_bar nav ul li.has-children:focus ul {
    display: block;
}

.top_bar nav ul li.has-children ul li a {
    display: block;
    padding: 10px 15px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top_bar nav ul li.has-children ul li a:hover {
    color: #5EB3FF;
}

.top_bar .top-separator {
    margin-top: 5px;
    border-top: 1px solid rgba(94,179,255,.5);
}

.top_bar .flag-icon {
    position: relative;
    margin-right: 10px;
    margin-left: 5px;
    width: 17px;
    height: 15px;
    top: 3px;
    vertical-align: baseline;
}

.top_bar .top-bar-web{
    margin: 0 7px;
}

#storeform, #meta_detail_form {
    padding: 10px 10px 0px 0px;
}

#clip_form .mdi-close {
    float: right;
    width: 30px;
    max-width: 30px;
    height: 30px;
}

.hideshowbox i.mdi:before{
    border: none;
}

.hideshowbox > div > span{
    position: relative;
    top: -1px;
}
.hideshowbox > div {
    border-bottom: 1px solid #eee;
}

#side_nav_button:hover, #side_nav_right_button:hover, #split_button:hover {
    cursor: pointer;
}

#side_nav_button:hover i, #side_nav_right_button:hover i, #split_button:hover i {
    color: #3690e0;
}

#side_nav_button i, #side_nav_right_button i, #split_button i {
    height: 30px;
    line-height: 30px;
}

#side_nav_button i:before, #side_nav_right_button i:before, #split_button i:before {
    height: 30px;
}

i.fa-stack i.cover {
    position: absolute;
    top: 8px;
    font-size: 8px;
    border: none;
    line-height: 20px;
    right: -26px;
    height: 20px;
    width: 20px;
}

.navigator_button:hover .fa-stack .cover {
    background-color: transparent !important;
    color: #3690e0 !important;
}

.navigator_button:hover .fa-stack .front {
    background-color: transparent !important;
    color: white !important;
}

i.fa-navigator {
    font-size: 13px !important;
}

i.fa-stack i.front {
    position: absolute;
    top: 9px;
    font-size: 7px;
    border: none;
    line-height: 20px;
    right: -26px;
    height: 20px;
    width: 20px;
}

i.cover-copy {
    top: 13px !important;
    right: -30px !important;
    color: #f3f5f6;
}

i.fa-cog.front {
    top: 15px !important;
    right: -32px !important;
    font-size: 11px !important;
}

i.fa-folder.front {
    top: 14px !important;
    right: -33px !important;
    font-size: 11px !important;
}

.navigator_tabs i.fa-cog, .record_details_tabs i.fa-cog {
    font-size: 15px;
    line-height: 15px;
    height: 15px;
}

.primary-nav > ul > li > a > i.fal.fa-images, .primary-nav > ul > li > a > i.fad.fa-images {
    width: 25px;
    max-width: 25px;
    height: 25px;
    line-height: 17px;
    font-size: 18px;
    top: 3px;
}

.primary-nav > ul > li > a > i.fal.fa-puzzle-piece, .primary-nav > ul > li > a > i.fad.fa-puzzle-piece {
    width: 20px;
    max-width: 25px;
    height: 25px;
    line-height: 17px;
    font-size: 16px;
    top: 2px;
}

.secondary-nav > ul > li > a > i.fal.fa-chevron-down{
    font-size: 11px;
    top: 0px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.d-none {
    display: none !important;
}

button#delete-project-button {
    background-color: #f44336;
    border: none;
    color: #FFFFFF;
    padding: 9px 20px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    margin: 16px 0 !important;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}
.field-error {
    border: 2px solid #ff0000;
}


/*!* Notifications *!*/
.notif-bull a {
    position: relative;
}

.notif-bull a .notification-count {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 11px;
    text-align: center;
    line-height: 15px;
    display: none;
}

.notif-bull a .notification-count.show {
    display: inline-block;
}

.notif-bull a .notification-count.hide {
    display: none;
}

.white-popup {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 800px;
    margin: 5px auto;
}

.white-popup-main {
    position: relative;
    background: #FFF;
    padding: 5px;  /*20*/
    width: auto;
    max-width: 800px;
    margin: 5px auto; /* 20px auto*/
}


.loading_multiple {
    content:'';
    clear:both;
    height:20px;
    width:20px;
    display:block;
    background-image: url(/images/interface/guideline/loading.gif);
    background-size:100%;
}
.loading_component {
    content:'';
    clear:both;
    height:20px;
    width:20px;
    display:block;
    background-image: url(/images/interface/guideline/loading.gif);
    background-size:100%;
}

.hidden {
    display: none;
}

.toast {
    font-size: 8pt !important;
}

.recorddetails_td_item.error {
    border: 1px solid #FF0000;
    background-image: none;
}
.recorddetails_td_item .export-feedback-error {

}

/* Record Links hover effect */
a.recordLink_link:hover font {
    text-decoration: underline;
}

/* Required field symbol */
.required_field {
    color: red;
    font-weight: bold;
}

td.recorddetails_td_itemheader.required_missing {
    background-color: #ffebeb !important;
    color: #d9534f !important;
}

/* Required field Progress bar */
.required-progress-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -10px;
}

.required-progress-container .progress-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 35%;
}

.required-progress-container .progress-wrapper p {
    font-weight: bold;
}

.required-progress-container .progress-wrapper .progress {
    flex: 1;
    text-align: center;
    font-size: 8pt;
    height: 20px;
    border-radius: 5px;
    background-color: #e9ecef;
    overflow: hidden;
    border: 1px solid lightgrey;
    margin-left: 10px;
    margin-right: 10px;
}

.required-progress-container .progress-wrapper .progress .progress-bar {
    height: 100%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.6s ease;
    background-color: #3690e0;
    color: #fff;
}

.required-progress-container .progress-wrapper .progress .progress-bar[data-progress="small"] {
    background-color: red;
    color: #fff;
    width: 100% !important;
}





/* Read Mode */
.readonly-banner {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    margin-bottom: 15px;
}