﻿/*Main Colors for PLM */
:root {
	--PLM_maincolor_yellow: #EAC906;
	--PLM_maincolor_grey: #999999;
	--PLM_maincolor_green: #065B2D;
}

*,
*:before,
*:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.popup-body * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    word-break: normal;
}

.data-process-report ul {
    margin: 10px;
}

    .data-process-report ul > li {
        list-style: none;
    }


/* SITE MASTER WIDTH - START */
.body_panel {
    border-radius: 8px;
    background: #FFFFFF;
    min-width: 880px;
    width: auto;
    padding: 20px;
    box-sizing: content-box;
    grid-area: bodywrap;
}

    .body_panel.join {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

/* full width of the body panel with no padding and no navbar on the left*/
.fw {
    width: 100%; /* takes up parent width*/
    grid-column: span 2;
}

/* width optimised for printing (window.print())*/
.pw {
    width: 100% !important;
    padding: 0 !important;
}

/* full width of the body panel with padding and no navbar on the left*/
.fwp {
    width: auto;
    padding: 20px;
    grid-column: span 2;
}

.fullwidth {
    width: 100%;
    padding: 0px;
    border-radius: 0px;
    grid-column: span 2;
}

/* Min-width for Login, Register, Account Recovery and Reset Password pages */
.mw600 {
    min-width: 600px !important;
}

/* Width of the body panel With Navbar on the left*/
.wwn {
    width: 100%;
}

/* Width of the body panel including Padding With Navbar on the left*/
.wwnp {
    width: auto;
    padding: 20px;
}

/* .cnpmh - connect navbar padding min-height */
.body_panel.cnpmh {
    min-height: 322px;
    padding: 20px;
}

/* .cnmh - connect navbar no-padding min-height */
.body_panel.cnmh {
    min-height: 312px;
}

/* .cnmh - admin navbar padding min-height */
.body_panel.anpmh {
    min-height: 240px;
}

.body_panel.resc {
    padding: 0 20px 20px 20px;
}

.fa.fa-plus-square.navicon {
    min-height: 56px;
    vertical-align: middle;
    padding-top: 16px;
    font-size: 32pt;
    text-align: center;
    color: #999999;
}

    .fa.fa-plus-square.navicon:hover {
        color: #003E7D;
        text-decoration: none;
    }

/* fwt - full width table */
.fwt {
    width: 100%;
}

    /* full width table with standard padding */
    .fwt.sp td {
        padding: 2px;
    }

td {
    word-break: break-all;
    word-break: break-word;
}

/* SITE MASTER WIDTH - END */

.pad-top-bottom {
    padding: 10px 0px;
}

.pad-left {
    padding-left: 15px;
}

.nodisplay {
    display: none;
}

.noscroll {
    overflow: hidden;
}

.hidden-window {
    visibility: hidden !important;
    width: 0 !important;
}

.readonly {
    pointer-events: none;
}

.faded {
    opacity: 0.5;
}

.waiting {
    pointer-events: none;
    opacity: 0.5;
    transition: all 0.3s;
}

.invisible {
    visibility: hidden;
}

.loading {
    pointer-events: none;
    opacity: 0.5;
    position: relative;
}

    .loading:before {
        content: "Loading...";
        font-size: 25px;
        position: absolute;
        z-index: 3;
        text-align: center;
        color: black;
        opacity: 1;
        top: 45%;
        left: 42%;
        background: white;
        padding: 1%;
        border-radius: 10px;
    }

.ui-dialog-content.loading {
    padding: 0 !important;
    overflow: hidden !important;
}

    .ui-dialog-content.loading:before {
        padding: 22%;
        width: 56%;
        top: 0;
        left: 0;
    }

.aright {
    text-align: right;
}

.aleft {
    text-align: left;
}

.acenter {
    text-align: center;
}

.readonly-text {
    padding: 0;
    border: none;
    outline: none;
}

html,
body {
    font-size: 12px;
}

html {
    height: 100%;
}

body {
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Geneva, sans-serif !important;
}

ul, li {
    padding: 0px;
    margin: 0px;
}

h1, h2, h3, h4 {
    margin: 0px;
}

a {
    text-decoration: none;
    color: #003E7D;
}

.row {
    display: block;
    margin: 0;
}

    .row.half {
        width: 50%;
        display: inline-block;
        float: left;
    }

    .row.full {
        width: 100%;
        display: inline-block;
        float: left;
    }

.btn {
    font-size: 12px;
}

.btn-plain {
    background: transparent;
    border: none;
    outline: none;
    padding: 0px;
}

.cb-dd-m table {
    width: 215px !important;
}

table.td-top td {
    vertical-align: top;
}

.application {
    margin: 0px auto;
    padding: 0.5% 1%;
    min-width: 980px; /*Full Width - comment out to use the full width*/
    max-width: 1800px; /*Avoid parallex at large screens*/
}

.adminheader {
    background-color: #6699CC;
    color: #FFF;
    font-weight: bold;
    padding: 8px 0 8px 10px;
}

.header {
    background: #FFFFFF;
    height: 140px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.heading_text {
    font-size: medium;
    font-weight: bold;
    padding: 20px 0px 20px 0px;
    margin-top: 5px;
    color: Navy;
}

.bold_text {
    font-weight: bold;
}

.header_left {
    display: flex;
    flex-direction: row;
    float: left;
    width: fit-content;
    align-items: center;
}

.header_center {
    margin: auto;
    width: 60%;
    padding: 10px;
    text-align: center;
}

/* Remove the rounded edges for the header*/
.unrounded_block {
    border-radius: 0px !important;
}

.logo {
    padding: 20px;
}

.PLMlogo {
    padding-top: 22px;
}

.header_right {
    float: right;
    width: fit-content;
    align-self: center;
}

.mini_logo {
    padding: 10px 10px 0px 0px;
    float: right;
    text-align: right;
    height: 75px;
    box-sizing: content-box;
}

.header_icon {
    padding: 0px 10px 0 0px;
    clear: both;
}

    .header_icon ul {
        list-style: none;
    }

        .header_icon ul li {
            float: right;
            padding: 0px 0px 0px 5px;
            min-height: 40px;
            min-width: 40px;
        }

            .header_icon ul li a {
                display: block;
                height: 40px;
                width: 40px;
            }

                .header_icon ul li a:hover {
                    text-decoration: none;
                }

.footerwrap {
    min-height: 5%;
}

.footer {
    margin: 0px auto;
    width: 980px;
}

.guest_footer {
    margin: 0px auto;
    width: 100%;
    background-color: #ffffff;
    grid-column: span 2;
}

.application_body {
    overflow: hidden;
    display: grid;
    grid-template-columns: 60px auto;
    grid-template-areas:
        "breadcrumbs breadcrumbs"
        "fullwidthbody fullwidthbody"
        "iconshortcut body";
}

/* Remove the rounded edges for the body*/
.unrounded_body {
    background: #FFF;
    margin: 0px;
    width: 100%;
}

/*Whole page is white and not a box in the center of the page */
.fullbody_white {
    background-color: White !important;
    height: initial;
}


.view_title {
	background-color: var(--PLM_maincolor_green);
	color: #FFF;
	font-size: x-large;
	padding: 23px;
	margin: 0px 0 10px 0;
}

.subheader_title {
    background-color: var(--PLM_maincolor_green);
    color: #FFF;
    padding: 15px;
    margin: 0px 0 10px 0;
}


.icon_row {
    min-height: 80px;
    padding: 20px 0;
    border-bottom: 2px #8AA6C3 solid;
}

    .icon_row.no-border {
        border-bottom: none;
    }

.df_icon_row {
    padding: 20px 0px 28px 0px;
    display: inline-block;
    width: 100%;
    height: 108px;
    box-sizing: content-box;
    grid-column: span 2;
}


.row_heading {
    float: left;
    width: 168px;
    display: table;
    height: 100%;
    padding: 0px 10px;
    margin-right: 10px;
}

    .row_heading h3 {
        color: #003E7D;
        display: table-cell;
        vertical-align: middle;
    }

.df_row_icons {
    float: left;
    padding: 10px 0px 0px 0px;
}

    .df_row_icons ul {
        list-style: none;
    }

        .df_row_icons ul li {
            float: left;
            padding: 0px 0px 0px 0px;
            margin: 0px 20px 0px 0px;
            width: 92px;
            min-height: 84px;
            position: relative;
        }

            .df_row_icons ul li a {
                min-height: 84px;
                width: 92px;
                display: block;
            }

.row_icons {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 20px;
}

    .row_icons ul {
        list-style: none;
    }

        .row_icons ul li {
            float: left;
            padding: 0px 0px 0px 0px;
            margin: 0px 20px 0px 0px;
            width: 92px;
            min-height: 84px;
            position: relative;
        }

            .row_icons ul li a {
                min-height: 84px;
                width: 92px;
                display: block;
            }

    .row_icons input {
        height: 84px;
        width: 84px;
    }

.row_icons_resource {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

    .row_icons_resource ul {
        list-style: none;
        padding-left: 20px;
    }

        .row_icons_resource ul li {
            float: left;
            padding: 0px 0px 0px 0px;
            margin: 0px 20px 0px 0px;
            width: 92px;
            min-height: 84px;
            position: relative;
        }

            .row_icons_resource ul li a {
                min-height: 84px;
                width: 92px;
                display: block;
            }

    .row_icons_resource input {
        height: 84px;
        width: 84px;
    }

.caption_wrap {
    clear: both;
    padding: 0px 0px 0px 0px;
}

    .caption_wrap ul {
        list-style: none;
    }

        .caption_wrap ul li {
            float: left;
            padding: 0px 0px 0px 0px;
            margin: 0px 20px 0px 0px;
            min-height: 18px;
            position: relative;
        }

            .caption_wrap ul li a {
                min-height: 18px;
                display: block;
            }

.icon_caption {
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 0px 0px 10px 0px;
}

a.icon_caption:hover {
    text-decoration: underline;
}

.row_icons_menu {
    float: left;
    width: 890px;
    padding: 0px 0px 0px 20px;
}

    .row_icons_menu ul {
        list-style: none;
    }

        .row_icons_menu ul li {
            float: left;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            width: 92px;
            min-height: 84px;
            position: relative;
        }

            .row_icons_menu ul li a {
                min-height: 84px;
                width: 92px;
                display: block;
            }

    .row_icons_menu .caption_wrap ul {
        list-style: none;
    }

        .row_icons_menu .caption_wrap ul li {
            float: left;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            min-height: 18px;
            position: relative;
        }

            .row_icons_menu .caption_wrap ul li a {
                min-height: 18px;
                display: block;
            }

    .row_icons_menu .caption_wrap {
        clear: both;
        padding: 10px 0px 0px 0px;
    }

    .row_icons_menu .icon_caption {
        font-size: 12px;
        display: block;
        text-align: center;
    }

    .row_icons_menu a.icon_caption:hover {
        text-decoration: underline;
    }

.saveBtnDisable {
    float: left;
}

.tblType * {
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif !important;
}

.tblType table {
    margin: 10px 0;
    width: 100%;
}

.tblType textarea {
    resize: none;
}

/* register page */

.registrationformcheckbox {
    float: none;
    justify-self: left;
    font-size: 14px;
    padding: 2px 0px 0px 0px;
}

/* login page */

.formwrap {
    width: 500px;
    margin: 0px auto;
    padding: 100px 0px 0px 0px;
    background: transparent;
}

    .formwrap label {
        display: block;
        float: left;
        padding: 0px 40px 0px 0px;
        min-width: 120px;
        text-align: right;
        line-height: 34px;
        font-weight: normal;
    }

    .formwrap fieldset {
        display: block;
        width: 400px;
        margin: 0px auto;
        padding: 10px 0px 10px 0px;
    }

    .formwrap input[type="checkbox"] {
        float: none;
        display: inline-block;
        margin: 0;
        position: relative;
        top: 3px;
    }

.inputbox {
    height: 30px;
    float: left;
    width: 150px;
    border: solid 1px #9E9E9E !important;
    line-height: 16px;
    background: #FFF !important;
    margin: 0px;
    border-radius: 5px !important;
    outline: none;
    outline-offset: 0;
    box-shadow: none !important;
    font-size: 16px;
    padding: 0px;
}
/* Default textbox style for the PLM 5.0 and higher. Check the pages before renaming the style class */
.grey_textbox {
    height: 10px;
    width: 250px;
    border: solid 2px #9E9E9E !important;
    line-height: 16px;
    background: #FFF !important;
    margin-top: 10px;
    border-radius: 5px !important;
    outline: none;
    outline-offset: 0;
    box-shadow: none !important;
    font-size: 16px;
    padding: 10px;
}
/*Default disabled textbox style for the PLM 5.0 and higher. Check the pages before renaming the style class */
.grey_textbox_disabled {
    height: 10px;
    border: solid 2px #9E9E9E !important;
    line-height: 16px;
    background: #F0F0F0 !important;
    margin-top: 10px;
    border-radius: 5px !important;
    outline: none;
    outline-offset: 0;
    box-shadow: none !important;
    font-size: 16px;
    padding: 10px;
}

.grey_textbox_error {
    color: Red;
    height: 10px;
    width: 250px;
    border: solid 2px #9E9E9E !important;
    line-height: 16px;
    background: #FFF !important;
    margin-top: 10px;
    border-radius: 5px !important;
    outline: none;
    outline-offset: 0;
    box-shadow: none !important;
    font-size: 16px;
    padding: 10px;
}

.centered_div_row {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.centered_div_column {
    display: flex;
    align-items: center;
    flex-direction: column;
    grid-column: span 2;
    /*  padding-block: 15px;*/
}

.padding_top {
    padding-top: 10px;
}

.padding_bottom {
    padding-bottom: 10px;
}

.padding_right {
    padding-right: 40px;
}

.flex_display {
    display: flex;
}

.inputbox input[type="text"],
.inputbox input[type="password"],
.inputbox input[type="text"]:hover,
.inputbox input[type="text"]:focus,
.inputbox input[type="text"]:active,
.inputbox textarea,
.inputbox textarea:hover,
.inputbox textarea:focus,
.inputbox textarea:active {
    height: 26px;
    line-height: 24px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    outline: none;
    background: #FFFFFF;
    width: 140px;
    padding: 2px 5px;
}

.inputbox input[type="checkbox"] {
    height: 24px;
}

h1.formtitle {
    background-color: #00203F;
    color: #FFF;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 20px;
    font-size: 12pt;
    padding: 15px 0px;
    display: block;
    width: 100%;
}

    h1.formtitle span {
        padding: 0px 20px;
        font-weight: 700;
    }

.formbody {
    background: linear-gradient(RGB(229, 229, 229), RGB(255,255,255));
    padding: 10px 0px 10px 0px;
    border-right: 1px #9E9E9E solid;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-left: 1px #9E9E9E solid;
    border-bottom: 1px #9E9E9E solid;
    font-size: 12px;
}

.form_intro {
    padding: 0px 0px 0px 15px;
    line-height: 18px;
}

fieldset.checkbox_field {
    text-align: center;
    width: 100%;
    padding: 0;
}

.formwrap .lbl_checkbox {
    float: none;
    display: inline-block;
    padding: 0px 0px 0px 5px;
}

input[type="checkbox"] {
    float: left;
}

.addUserButtons {
    text-align: center;
}

    .addUserButtons .btn {
        width: 50px;
        margin: 0px 5px;
    }

.submitbutton_wrap {
    padding-top: 30px;
    text-align: center;
}

.submitbutton {
    background-image: url(../image/icons/loginbutton.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 91px;
    height: 37px;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 14px;
    outline: none;
    padding: 0px;
}

.PLMColor_button {
	background-color: var(--PLM_maincolor_green);
	color: #ffffff;
	border-color: transparent;
	width: 150px;
	height: 25px;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px;
}

.submitbutton span {
    display: block;
}

/* Login page - END */

/* ADMIN PAGES - START */

.MultiLineTextBox {
    overflow: auto;
    resize: none;
    display: block;
    float: left;
}

.col {
    display: inline-block;
}

.col-width {
    width: auto;
}

.col-caption {
    background-color: #6699CC;
    color: #FFF;
    font-weight: bold;
    padding: 2px 5px;
}

.site-admin-main-menu {
    width: 90px;
    height: 90px;
    padding: 0px;
    border-style: none;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
}

.admin-sm {
    display: block;
    color: #003E7D;
    font-size: 14px;
}

.row-centered {
    text-align: center;
}

    .row-centered.middle {
        display: table-cell;
        vertical-align: middle;
    }

        .row-centered.middle > div {
            padding: 0px;
        }

.row-pad {
    padding: 10px 0px;
    display: block;
}

.edituser-centeredcheckbox {
    display: flex;
    align-items: center;
}

    .edituser-centeredcheckbox label {
        margin-bottom: 0px;
    }

.adduser-textbox {
    width: 80%;
}

.addUser {
    margin-top: 3px;
    margin-bottom: 25px;
    width: 100%;
}

    .addUser .th {
        background-color: #6699CC;
        color: #FFF;
        font-weight: bold;
        border-bottom: 5px solid white;
    }

        .addUser .th td {
            padding: 2px 5px;
        }

    .addUser td {
        text-indent: 5px;
        text-align: left;
    }
    /*
	.addUser.cols td:nth-child(odd) {
		width: 16%;
	}

	.addUser.cols td:nth-child(even) {
		width: 34%;
	}
	*/
    .addUser .rgRow,
    .addUser .rgAltRow {
        font-size: 12px;
    }

    .addUser .rgNoRecords {
        display: none;
    }

.dataitemicons {
    display: block;
    border-right: 2px solid #93B4DF;
}

    .dataitemicons input,
    .dataitemicons a {
        border: none;
        outline: none;
        cursor: pointer;
        display: block;
        height: 60px;
        width: 60px;
    }

/* ADMIN PAGES - END */

/* Library */

.breadcrumbs {
    grid-area: breadcrumbs;
    line-height: 30px;
    min-height: 10px;
    padding-left: 5px;
}

    .breadcrumbs img[alt="Skip Navigation Links"] {
        display: none;
    }

    .breadcrumbs.hideb {
        visibility: hidden;
        max-height: 10px;
    }

.icon_shortcut_left_wrap {
    grid-area: iconshortcut;
    float: left;
    width: 40px;
    border-radius: 8px;
    background: #FFFFFF;
    padding: 20px 4px 0px 4px;
    margin-right: 12px;
    box-sizing: content-box;
    height: fit-content;
}

    .icon_shortcut_left_wrap.exp {
        padding: 0px 15px 0px 10px;
        border-right: 2px solid #93B4DF;
        border-radius: 0px;
    }

        .icon_shortcut_left_wrap.exp li {
            margin-bottom: 20px;
        }

.panel_wrap {
    grid-column-start: fullwidthbody;
    grid-column-end: body;
    grid-row-start: body;
    grid-row-end: body;
    float: right;
    padding: 0px;
    margin-bottom: 10px;
    max-width: 1800px;
    display: grid;
    grid-template-columns: 60px auto;
    grid-template-rows: max-content auto;
    grid-template-areas:
        "optionalheader optionalbodywrap"
        "donotuse bodywrap";
}

.icon_shortcut_left_wrap ul {
    list-style: none;
}

.icon_shortcut_left_wrap li {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    width: 40px;
    min-height: 40px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon_shortcut_left_wrap ul li a {
    min-height: 40px;
    width: 40px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.panel_header {
    border-radius: 8px;
    background: #FFFFFF;
    width: 100%;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

    .panel_header.join {
        grid-area: optionalbodywrap;
    }

    .panel_header .icon_row {
        padding: 10px 0px 10px 0px;
    }

    .panel_header .row_icons ul {
        list-style: none;
    }

    .panel_header .row_icons li {
        float: left;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        width: 51px;
        min-height: 72px;
        position: relative;
    }

    .panel_header .row_icons ul li a {
        min-height: 72px;
        width: 51px;
        display: block;
    }

    .panel_header .row_icons_resource li {
        float: left;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        width: 72px;
        min-height: 72px;
        position: relative;
    }

    .panel_header .row_icons_resource ul li a {
        min-height: 72px;
        width: 72px;
        display: block;
    }

    .panel_header .icon_row {
        padding: 10px 0px 10px 0px;
    }

    .panel_header .row_icons_menu ul {
        list-style: none;
    }

    .panel_header .row_icons_menu li {
        float: left;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 20px 0px;
        width: 72px;
        min-height: 72px;
        position: relative;
    }

    .panel_header .row_icons_menu ul li a {
        min-height: 72px;
        width: 72px;
        display: block;
    }

    .panel_header .caption_wrap ul {
        list-style: none;
    }

        .panel_header .caption_wrap ul li {
            float: left;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            min-height: 18px;
            position: relative;
        }

            .panel_header .caption_wrap ul li a {
                min-height: 18px;
                display: block;
            }

.row_iconsUnit {
    font-size: 12px;
    z-index: 1;
}

.chbx {
    float: right;
    width: 18%;
    display: none;
}

.lbl-noitems {
    display: block;
    clear: both;
}

.cl-actions {
    min-height: 60px;
    min-width: 1px;
    padding: 0 0 25px 0;
    float: left;
    display: inline-block;
}

    .cl-actions .sml-btn-block:first-of-type {
        margin-left: 0;
    }

.cl-image {
    position: relative;
    width: 100% !important;
}

    .cl-image i {
        cursor: pointer;
        display: inline;
    }

.cl-layout {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

    .cl-layout > div.lv-outer-item:nth-last-of-type(2) {
        border-bottom: 1px solid #c0c0c0;
    }

    .cl-layout > div.lv-outer-item:nth-last-of-type(2) {
        margin-bottom: 10px !important;
    }

.cl-chbx {
    position: absolute;
    left: 105px;
    top: -8px;
    display: none;
}

.cl-outer {
    float: left;
    height: 140px;
    width: 125px;
    margin: 10px;
    padding: 0;
}

.cl-itemname {
    text-align: center;
    display: inline-block;
    padding: 2px 5px;
    height: 50px;
    width: 115px;
    overflow: hidden;
    word-break: break-all;
    word-break: break-word;
}

.di-lock {
    position: absolute;
    top: -10px;
    left: 5px;
    font-size: 18px;
    color: white;
    background-color: #999999;
    padding: 4px 4px 3px 4px;
    border-radius: 6px;
    display: none;
    min-width: 18px;
}

.lv-outer.lv-header {
    background-color: LightSteelBlue;
    position: relative;
}

    .lv-outer.lv-header th {
        border-right-color: RGB(221,221,221);
    }

        .lv-outer.lv-header th:last-child {
            border-right-color: #c0c0c0;
        }

.lv-header .lv-exports {
    position: absolute;
    right: 0;
    top: -25px;
}

    .lv-header .lv-exports i, .al-exports i {
        padding: 4px;
        cursor: pointer;
        border-radius: 3px;
        font-size: 17px;
        background-color: transparent;
    }

        .lv-header .lv-exports i:hover, .al-exports i:hover {
            color: white;
            background-color: #003e7d;
        }

    .lv-header .lv-exports div {
        cursor: pointer;
        width: 20px;
        height: 20px;
        display: inline-block;
        position: relative;
        top: 4px;
        padding-left: 2px;
    }

    .lv-header .lv-exports label {
        margin: 0;
        position: relative;
        top: 7px;
    }

.lv-outer td, .lv-outer th {
    border-color: #c0c0c0;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    border-bottom-width: 0px;
    min-height: 20px;
    word-break: break-all;
    word-break: break-word;
}

.lv-outer-item tr:hover {
    background-color: #f0f0f0;
}

.lv-item-status {
    min-width: 50px;
    text-align: center;
}

.lv-item-editedby {
    min-width: 120px;
}

.lv-item-editedon {
    min-width: 90px;
}

.lv-item-selected {
    width: 50px;
    text-align: center;
}

.chk-select input[type="checkbox"] {
    float: none !important;
}

.lv-item-date {
    min-width: 160px;
}

.lv-item-version {
    min-width: 65px;
}

.lv-item-bspversion {
    display: none;
}

.lv-item-archivename {
    min-width: 250px;
}

.lv-item-datagroup {
    min-width: 125px;
}

.lv-item-comment {
    min-width: 300px;
}

.lv-item-name {
    min-width: 200px;
}

    .lv-item-name.action,
    .lv-item-archivename.action {
        cursor: pointer;
    }

        .lv-item-name.action:hover,
        .lv-item-archivename.action:hover {
            text-decoration: underline;
        }

.lv-item-docname {
    min-width: 608px;
}

    .lv-item-docname.action {
        cursor: pointer;
    }

        .lv-item-docname.action:hover {
            text-decoration: underline;
        }

.lv-item-dateuploaded {
    min-width: 120px;
}

.lv-item-description {
    width: 250px;
}

.cl-layout div.lv-outer-item:nth-child(4n+1),
.cl-layout-alt div.lv-outer-item:nth-child(2n+1) {
    background-color: #f9f9f9;
}

.RadDataPager.cl-pager {
    padding: 10px 0 0;
    background: none;
    border: none;
    clear: both;
}

.cl-pager.cl-pager-bottom {
    text-align: center;
}

    .cl-pager.cl-pager-bottom .rdpWrap {
        float: none;
        display: inline-block;
        margin: 0px 10px;
    }

a.rdpCurrentPage,
a.rgCurrentPage {
    background-color: #999999 !important;
    border-color: grey !important;
}

.il-SetTop img {
    cursor: pointer;
}

.spanLabel {
    max-width: 95px;
    overflow: hidden;
    display: inline-block;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
}

.lblStyle {
    color: #003E7D;
    font-weight: bold;
}

    .lblStyle.prop {
        padding-left: 20px;
        padding-right: 5px;
        vertical-align: top;
    }

a.ParametersImage, .ParametersImage, .FacilityImage, .DatasetImage, a.DocumentImage, .DocumentImage {
    float: left;
    cursor: pointer;
}

    a.ParametersImage span, a.DocumentImage span {
        clear: both;
        text-align: center;
        width: 100%;
        float: left;
        color: #000;
        padding: 10px 0 0;
        color: #003E7D;
        text-decoration: none;
    }

#mnuParameterSet.RadMenu .rmHorizontal .rmText,
#mnuDataset.RadMenu .rmHorizontal .rmText {
    padding-right: 5px !important;
}

#mnuParameterSet {
    outline: none;
    z-index: 10;
}

.LoginError li {
    list-style: none;
    margin: 5px 0px;
}

.ErrorMsg {
    color: Red;
    font-size: 11px;
    margin: 5px;
    display: block;
}

.SuccessMsg {
    color: var(--PLM_maincolor_green);
    font-size: 12px;
    margin: 5px;
    display: block;
}

.ErrorMsgHidden {
    color: Red;
    font-size: 11px;
    margin: 5px;
    display: none;
}

.loginfieldset {
    border: none !important;
    outline: none !important;
    padding: 0px;
}

label {
    font-weight: normal;
}

input[type=checkbox] + label {
    padding-left: 3px;
}

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #003E7D;
    outline: none;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

.dib {
    display: inline-block;
    padding: 5px;
}
/* user policy icon */
.upi {
    width: 84px;
    height: 84px;
    vertical-align: middle;
    outline: none;
}

.displayNone {
    display: none !important;
}

.icon_rowforUnit {
    padding: 20px 0 0 0;
    border-bottom: 2px #8AA6C3 solid;
}

    .icon_rowforUnit.no-border {
        border-bottom: none;
    }


/* Dataset manager icon style   */
.row_icons_dataset {
    float: left;
    width: 890px;
    padding: 0px 0px 0px 20px;
}

    .row_icons_dataset.dataset-mng {
        width: 100%;
        padding: 0;
    }

    .row_icons_dataset ul {
        list-style: none;
    }

    .row_icons_dataset.dataset-mng > ul {
        width: 100%;
        float: left;
        height: 48px;
    }

        .row_icons_dataset.dataset-mng > ul > li {
            display: block;
        }

    .row_icons_dataset ul li {
        float: left;
        padding: 0px 0px 0px 0px;
        margin: 0px 5px 0px 5px;
        min-height: 40px;
        position: relative;
    }

        .row_icons_dataset ul li a {
            min-height: 40px;
            width: 40px;
            display: block;
        }

    .row_icons_dataset.id-mh ul li,
    .row_icons_dataset.id-mh ul li a {
        min-height: 45px;
    }

    .row_icons_dataset .caption_wrap ul {
        list-style: none;
    }

        .row_icons_dataset .caption_wrap ul li {
            float: left;
            width: 80px !important;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            min-height: 18px;
            position: relative;
        }

            .row_icons_dataset .caption_wrap ul li a {
                min-height: 18px;
                display: block;
                width: auto !important;
            }

    .row_icons_dataset .caption_wrap {
        clear: both;
        padding: 0px 0px 0px 0px;
    }

    .row_icons_dataset .icon_caption {
        font-size: 12px;
        display: block;
        text-align: center;
    }

    .row_icons_dataset a.icon_caption:hover {
        text-decoration: underline;
    }

.full {
    width: 100%;
    float: left;
}

.sml-btn-block {
    width: 40px;
    margin: 0 5px;
    float: left;
    font-size: 12px;
    text-align: center;
    color: #003E7D;
    cursor: pointer;
}

    .sml-btn-block.mb {
        margin-bottom: 15px;
    }

    .sml-btn-block.l {
        width: 100px;
    }

    .sml-btn-block span {
        width: 100%;
        padding-top: 5px;
        float: left;
        font-size: 12px;
        text-align: center;
        color: #003E7D;
    }

.rcbLabel {
    display: block;
    width: 100%;
    color: #003E7D;
}

.rcbLabelLeft {
    width: 100%;
    color: #003E7D;
}

.tags-filters .TagRefresh {
    height: 27px;
}

.TagRefresh {
    vertical-align: middle;
    cursor: pointer;
}

#addNewUser {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

.c-label {
    position: relative;
    top: -14px;
}

#createUser_icon {
    padding: 0px 0px 5px 0px;
    float: left;
}

    #createUser_icon a {
        display: inline-block;
    }

        #createUser_icon a:hover {
            text-decoration: none;
        }

.u-search {
    text-align: right;
    padding-top: 15px;
    float: right;
    width: 300px;
}

.PdfIcon, .WordIcon, .ExcelIcon {
    display: block;
    float: right;
    margin-right: 5px;
    margin-bottom: 3px;
    margin-top: 3px;
    min-height: 16px;
    min-width: 16px;
    padding: 0;
    border-width: 0;
}

.PdfIcon {
    background-position: left 0 top -100px;
}

.WordIcon {
    background-position: left 0 top -50px;
}

.ExcelIcon {
    display: block;
}

/* no padding */
.np {
    padding: 0px;
}

/* no margin */
.nm {
    margin: 0px;
}

/* paddings */
.pb8 {
    padding-bottom: 8px !important;
}

.pl20 {
    padding-left: 20px !important;
}

/* margins */
.mb10 {
    margin-bottom: 10px !important;
}

.mb12 {
    margin-bottom: 12px !important;
}

.mb16 {
    margin-bottom: 16px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml80 {
    margin-left: 80px !important
}

.mr10 {
    margin-right: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.required {
    color: Red;
}

.list_documents {
    margin-bottom: 15px;
}

.clearfix:after {
    clear: both;
    display: table;
    content: " ";
}

.tags-filters {
    float: right;
}

    .tags-filters .RadComboBox {
        width: 220px;
    }

        .tags-filters .RadComboBox .rcbLabel {
            display: block;
        }

.bps-combo label {
    padding: 2px 0px;
    cursor: pointer;
    display: block;
    margin: 0;
}

.shared,
.private {
    display: block;
}

    .shared label,
    .private label {
        margin: 3px 0px 3px 0px;
        padding: 0 !important;
        width: 90%;
        cursor: pointer;
        font-size: 12px;
    }

    .shared label,
    label.shared {
        color: red;
    }

    .private label,
    label.private {
        color: black;
    }

    .shared input[type=checkbox],
    .private input[type=checkbox] {
        margin: 6px 0px 3px 0px !important;
        width: 10%;
        padding: 0;
        cursor: pointer;
    }

/* Icons Library - START */

.il-outer {
    padding: 10px 25px 10px 25px;
    width: 120px;
    box-sizing: content-box;
}

    .il-outer .clearfix {
        height: 84px;
        overflow: hidden;
    }

.il-SetTop {
    float: left;
    width: 80%;
}

.il-SetBottom {
    line-height: 18px;
    margin: 5px 0px;
    max-height: 72px;
    min-height: 36px;
    overflow: hidden;
    width: 94px;
    word-wrap: break-word;
}

.il-chbx {
    display: none;
    float: right;
    width: 18%;
}

.il-row_iconsUnit {
    text-align: center;
}

    .il-row_iconsUnit > table {
        width: 100%;
    }

    .il-row_iconsUnit td {
        vertical-align: top;
    }

/* Icons Library - END */

/* Context menu - START */

#cmroot {
    font-family: Verdana, Geneva, sans-serif !important;
    font-size: 11pt;
    border: solid 2px #336699;
    color: #336699;
    margin: 0;
    width: 150px;
    left: 99px;
    top: 117px;
    display: none;
    border-radius: 6px;
}

    #cmroot .b-m-item:hover {
        cursor: pointer;
        background-color: #336699;
        color: aliceblue;
    }

/* Context menu - END */

.fontsmall {
    font-size: 12px;
}

.bps-rg .rgPager:nth-child(2) .rgAdvPart {
    display: inline-block;
    float: left;
}

/* top pager controls */

.bps-rg .rgCommandRow {
    display: none;
}

/* bottom pager controls */

.bps-rg tfoot .rgAdvPart {
    display: inline-block;
    float: none !important;
}

.bps-rg tfoot .rgInfoPart {
    float: none;
    display: inline-block;
    margin-top: 0;
    font-weight: bold;
    position: relative;
    padding-top: 9px;
    vertical-align: top;
    padding-left: 15px !important;
    margin-top: 10px !important;
}

    .bps-rg tfoot .rgInfoPart strong {
        font-weight: bold !important;
    }

.bps-rg .rgWrap.rgExportsPart {
    float: right;
    position: relative;
    top: 3px;
}

.bps-rg .rgPagerCell {
    background: white !important;
}

.bps-rg-gp {
    border-top: 1px solid #ddd;
}

.bps-rg .bps-gc,
.bps-rg th:first-of-type,
.bps-rg .rgFilterRow td:first-of-type,
.bps-rg tbody tr.rgRow td:first-of-type,
.bps-rg tbody tr.rgAltRow td:first-of-type {
    border-left-width: 1px;
    border-left-color: #ddd;
    border-left-style: solid;
}

.bps-rg .bps-gc,
.bps-rg th:last-of-type,
.bps-rg .rgFilterRow td:last-of-type,
.bps-rg tbody tr.rgRow td:last-of-type,
.bps-rg tbody tr.rgAltRow td:last-of-type {
    border-right-width: 1px;
    border-right-color: #ddd;
    border-right-style: solid;
}

.auo-sl {
    background-color: transparent;
    position: relative;
    top: 8px;
    z-index: 10;
    left: 10px;
    padding: 0px 3px;
}

.auo-sb {
    position: relative;
    background-color: white;
    width: 81px;
    height: 3px;
    z-index: 9;
    display: block;
    top: 17px;
    left: 10px;
}

.warningMessage {
    color: maroon;
}

/* RadWindow/JQuery Popup */

.upload-control {
    float: left;
    margin-right: 5px;
    height: 25px;
}

#upImport label[for$=txtName] {
    position: relative;
    top: -10px;
}

#ImportDataUpdateProgress {
    position: absolute;
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    background: white;
    opacity: 0.7;
}

    #ImportDataUpdateProgress div {
        text-align: center;
        position: relative;
        top: 50%;
    }

.di-progress {
    position: relative;
}

.ui-widget,
.ui-widget * {
    font-family: Verdana, Geneva, sans-serif !important;
}

.ui-dialog {
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

    .ui-dialog .ui-dialog-titlebar-close,
    .ui-dialog .ui-dialog-titlebar-close:hover,
    .ui-dialog .ui-dialog-titlebar-close:focus {
        background-color: transparent !important;
        border: none !important;
        outline: none !important;
    }

    .ui-dialog .ui-dialog-title {
        width: 80% !important;
    }

div.ui-dialog-titlebar {
    background-color: #003e7d;
    color: white;
    padding-left: 2px !important;
}

span.rg-popupIcon,
span.ui-dialog-titleicon {
    height: 14px;
    width: 15px;
    margin: 2px 5px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
}

span.rg-popupTitle {
    color: white;
    font-size: 12px;
    font-family: Verdana;
    font-weight: 700;
    padding-left: 2px;
}

span.rg-popupIcon,
span.rg-popupTitle {
    display: none;
    margin: 2px;
}

/* only display in the header */
.rgHeader span.rg-popupIcon,
.rgHeader span.rg-popupTitle {
    display: inline-block;
}

.popup-body {
    margin: 10px 10px 10px 10px;
}

.p-separator {
    height: 20px;
}

.bps-cb .rcbScroll {
    min-height: 300px !important;
    max-height: 400px !important;
}

input[type=checkbox] {
    margin: 5px 3px !important;
    cursor: pointer;
}

label.cbx {
    padding: 5px !important;
    cursor: pointer !important;
}

#ManageTagsModal {
    padding: 0;
}

    #ManageTagsModal .popup-body {
        margin: 0;
    }

#ApproveDataItemModal .popup-body .row {
    padding: 0;
}

.top-row-options {
    width: 100%;
    display: table;
}

.top-option {
    width: 32%;
    margin-right: 2%;
    float: left;
    text-align: center;
    height: 30px;
    background-color: lightgrey;
    cursor: pointer;
    display: table;
}

    .top-option.active {
        background-color: white;
        font-weight: bold;
    }

    .top-option:last-child {
        margin-right: 0;
    }

    .top-option span {
        display: table-cell;
        vertical-align: middle;
    }

.popups-container {
    height: 0px;
    width: 0px;
    display: none;
}

.popup-fields {
    padding: 15px 15px 10px 15px;
}

    .popup-fields .row {
        padding-bottom: 10px;
    }

        .popup-fields .row:last-of-type {
            padding-bottom: 0px;
        }

    .popup-fields span:first-of-type {
        width: 80px;
        float: left;
        line-height: 24px;
    }

    .popup-fields.long span:first-of-type {
        width: 90px;
    }

    .popup-fields.longer span:first-of-type {
        width: 130px;
    }

    .popup-fields.longer textarea {
        width: 198px;
        resize: none;
    }

    .popup-fields input[type=checkbox] {
        margin: 7px 0 0 0 !important;
        outline: none;
    }

    .popup-fields span.ro {
        width: 272px;
        float: right;
        line-height: inherit;
        text-align: left;
    }

    .popup-fields input[type=text] {
        width: 267px;
        height: 20px;
    }

    .popup-fields .RadComboBox input[type=text] {
        width: inherit;
        height: auto;
    }

    .popup-fields select {
        width: 272px;
        height: 24px;
    }

    .popup-fields .btn,
    .popup-confirm .btn {
        width: 100px;
        margin-bottom: 10px;
    }

    .popup-fields .required {
        margin: 0;
        padding: 0;
    }

.popup-confirm {
    padding: 15px;
}

    .popup-confirm .c-question {
        text-align: center;
    }

    .popup-confirm .c-action {
        text-align: center;
        margin-top: 15px;
    }

        .popup-confirm .c-action .btn {
            margin: 0px 5px;
        }

.popup-fieldset {
    padding: 1em;
}

#SelectIconModal .popup-fieldset {
    margin-top: 0;
    margin-bottom: 24px;
}

.popup-legend {
    font-size: 12px;
    font-weight: normal;
    border-bottom: 0;
    padding: 0px 5px;
    line-height: 12px;
    margin: 0;
    width: inherit;
}

/* icons container - paging */
.popup-iconouterbox {
    overflow: hidden;
}

.popup-iconselect {
    min-height: 80px;
    position: relative;
}

    .popup-iconselect img {
        cursor: pointer;
        background-color: transparent;
        padding: 5px;
    }

        .popup-iconselect img:hover {
            background-color: lightgrey;
        }

        .popup-iconselect img.active {
            background-color: lightgrey;
        }

.ic-page {
    height: inherit;
    float: left;
}

.RadDataPager.popup-iconpager {
    display: none; /* only show if populated */
    height: 34px !important;
    margin-top: 10px !important;
    background: none !important;
    border: none !important;
}

.popup-iconpager input {
    float: left;
}

.dl-view-filepath {
    background-color: #f0f0f0;
    padding: 4px 8px;
    width: 450px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.dl-view {
    padding: 4px 8px;
    width: 450px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

    .dl-view-info,
    .dl-view .dl-view-info {
        background-color: #f0f0f0;
    }

.fa.fa-file-o {
    font-size: 84px;
    text-align: center;
    color: #999999;
}

    .fa.fa-file-o:hover,
    .fa-file-o:hover {
        color: #999999;
        cursor: pointer;
    }

.fa.fa-folder {
    font-size: 84px;
    text-align: center;
    color: #97BF0D;
}

.doclibrary_icons {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

    .doclibrary_icons ul {
        list-style: none;
        padding-left: 0;
    }

        .doclibrary_icons ul li {
            float: left;
            padding: 0px 0px 0px 0px;
            margin: 0px 20px 0px 0px;
            width: 40px;
            min-height: 40px;
            position: relative;
        }

            .doclibrary_icons ul li a {
                min-height: 40px;
                width: 40px;
                display: block;
            }

/*Top Menu item in Profile Menu */
.TopMenuItem a {
    text-decoration: none;
    color: var(--PLM_maincolor_grey);
    padding: 0px 10px 0px 10px;
}

    /*Top Menu item in Profile Menu - On Hover */
    .TopMenuItem a:hover {
        text-decoration: underline;
    }

.ProfileMenuItem {
    grid-column: span 2;
    line-height: 40px;
    font-size: 15px;
    padding: 0px 0px 0px 10px;
    border-top: 1px #8AA6C3 solid; /*#93B4DF*/
}

    /*Top Menu item in Profile Menu - Selected */
    .ProfileMenuItem .active a {
        text-decoration: none;
        color: #8FD400 !important
    }


.grey_background {
    background-color: var(--PLM_maincolor_grey);
}

.grid-table {
    padding: 5px;
    width: 100%;
    overflow: hidden;
}

.full_table {
    width: 100%;
}

    .full_table td {
        font-size: medium;
        color: var(--PLM_maincolor_grey);
        padding-left: 15px;
        position: relative;
    }

/*Tooltip styling - Active/visible tooltip */
.active_tooltip {
    display: inline-flex;
    visibility: visible;
    top: 10px;
    position: absolute;
    z-index: 1;
}

.tooltip_content {
    font-size: x-small;
    padding: 8px;
    border-radius: 10px;
    background-color: white;
    border: 1px solid black;
}

.tooltip_arrow {
    position: absolute;
    width: 15px !important;
    height: 15px;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    content: '';
    margin-top: 13px;
    margin-left: -8px;
    transform: rotate(45deg);
    background: white;
}

.active_tooltip div {
    width: 395px;
}

.active_tooltip p {
    margin: 0px;
}

/*Tooltip styling - Hidden tooltip*/
.idle_tooltip {
    display: none;
    visibility: hidden;
}

.register_tooltip {
    left: 100%;
}

.resetpassword_tooltip {
    top: 205px !important;
}

/* The Modal (background) */
.modal_popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 250px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal_content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border-radius: 20px;
    width: 475px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}


/* The Close Button */
.modal_close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .modal_close:hover,
    .modal_close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal_header {
	padding: 5px 10px 10px 15px;
	background-color: var(--PLM_maincolor_green);
	color: white;
	font-size: x-large;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.modal_body {
    padding: 10px 16px;
    font-size: 16px;
    color: var(--PLM_maincolor_grey);
}

.modal_disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.margin_left20 {
    margin-left: 20px;
}

.padding_left5 {
    padding-left: 5px;
}

.expanded_header {
    color: #003E7D;
    font-weight: bold;
    padding: 5px;
    min-width: 95px;
}

.expanded_value {
    padding-right: 15px;
    min-width: 50px;
}

.expanded-title {
    padding: 5px 5px 6px 5px;
    margin-bottom: 0px;
    color: #003E7D;
    font-size: 16px;
    font-weight: bold;
    border: 0px;
    width: auto;
}

.alternate_tablerow {
    background-color: #F2F2F2;
    overflow: hidden;
}

    .alternate_tablerow:nth-child(2n+1) {
        background-color: lightgrey;
    }


.banner-header {
    font-size: 24px;
    text-align: center;
    background-color: #336699;
    border-radius: 7px;
    color: white;
    position: relative;
    display: table;
    width: 98%;
    padding: 1%;
    margin-bottom: 8px;
    vertical-align: middle;
    height: auto;
    box-sizing: content-box;
}

.banner-label {
    display: inline-block;
    max-width: 75%;
    margin-left: 100px;
    word-break: break-all;
    word-break: break-word;
    vertical-align: middle;
}

.banner-version {
    display: table-cell;
    width: 100px;
    font-size: 14px;
    vertical-align: middle;
    height: inherit;
}

.psettings {
    display: table-cell;
    float: left;
    position: absolute;
    left: 15px;
    vertical-align: middle;
}

    .psettings i {
        padding: 0px 3px;
        font-size: 20px;
        cursor: pointer;
        width: 1em;
    }

    .psettings .exp {
        transition: 0.1s all;
        padding: 0px 6px;
    }

        .psettings .exp.active {
            color: lightgrey;
        }

/* Table/Action view section - START */

[tv],
[av] {
    overflow: auto;
    display: none;
}

    [tv] #tableMain,
    [av] #actionMain {
        width: 95%;
        border: 2px solid lightgrey;
        border-radius: 5px;
        float: left;
    }

    /* [uo] a single unitop should span the full width */
    [tv][uo] #tableMain {
        width: 100%;
    }

    [tv] #tableScroll {
        height: 660px;
        overflow: hidden;
    }

    [av] #actionScroll {
        height: 500px;
        overflow: hidden;
    }

    [tv] #tableUO,
    [av] #actionUO {
        position: relative;
    }


    [tv] .row-sm {
        display: block;
        padding: 0px;
        background-color: #F2F2F2;
        overflow: hidden;
        height: 20px;
    }

        [tv] .row-sm:nth-child(2n+1) {
            background-color: lightgrey;
        }

    [tv] .row.arrow,
    [av] .row.arrow {
        height: 20px;
        font-size: 20px;
        text-align: center;
        padding: 5px 10px;
        cursor: pointer;
        display: grid;
        box-sizing: content-box;
    }

    /* [uo] a single unitop doesn't need up and down nav buttons */
    [tv][uo] .row.arrow {
        visibility: hidden;
        padding: 0;
    }

    [tv] .row.arrow:hover,
    [tv] .row.arrow:active,
    [av] .row.arrow:hover,
    [av] .row.arrow:active {
        background-color: #F2F2F2;
    }

    [tv] .fa,
    [av] .fa {
        cursor: pointer;
    }

    [tv] .item-table {
        text-align: center;
        padding: 0px 10px;
    }

    [av] .item-action {
        text-align: center;
        padding: 10px 10px;
        overflow: hidden;
    }

    [av] .uoicon {
        height: 100%;
        margin: 0px;
        position: relative;
    }

        [av] .uoicon .uoimg {
            text-align: center;
            display: table;
            height: 100px;
        }

    [av] .uoimg img {
        position: relative;
        z-index: 5;
        cursor: pointer;
        display: block;
        background-color: white;
    }

    [tv] .uoicon .uoname {
        text-align: left;
        display: table;
        width: 100%;
    }

    [av] .uoicon .uoname {
        box-sizing: content-box;
        text-align: left;
        display: table;
        height: 80px;
        max-height: 80px;
        padding: 10px 0px;
        color: #336699;
    }

        [av] .uoicon .uoname.active {
            color: red;
        }

    [tv] .uoicon span {
        vertical-align: top;
        display: table-cell;
        padding: 0px;
    }

    [av] .uoicon span {
        vertical-align: middle;
        display: table-cell;
        padding: 0px 10px;
    }

    [tv] .uoname span {
        border: 0px solid lightgrey;
        border-radius: 5px;
        padding: 0px 10px;
        text-align: center;
    }

    [av] .uoname span {
        border: 1px solid #336699;
        border-radius: 5px;
    }

    [av] .uoname.active span {
        border-color: red;
    }

    [tv] .uoname p {
        padding: 0px;
        font-size: 13px;
        font-weight: normal;
    }

    [av] .uoname p {
        padding: 0px;
        font-size: 9px;
        font-weight: normal;
        line-height: 11px;
        letter-spacing: 0.03em;
    }

    [tv] .uoname p:first-of-type {
        /*font-size: 14px;
color: black;*/
    }

    [av] .uoname p:first-of-type {
        padding-bottom: 3px;
        padding-top: 3px;
        border-bottom: 1px solid #336699;
    }

    [av] .uoname.active p:first-of-type {
        border-color: red;
    }

    [av] .uoname p:last-of-type {
        margin-top: 3px;
    }

    [tv] .grey,
    [av] .grey {
        color: grey;
    }

    [tv] .black,
    [av] .black {
        color: black;
    }

    [av] .vertical-line {
        position: absolute;
        border-left: 2px solid #336699;
        left: 61px;
        top: 70px;
    }

    [tv] .col-sep-4 .row-sm:nth-child(4n) {
        margin-bottom: 5px;
    }

    [tv] .row-sm > div {
        float: left;
        height: 20px;
    }

    [tv] .row-sm > .name {
        text-align: left;
        width: 65%;
    }

    [tv] .row-sm > .value {
        text-align: center;
        width: 35%;
        background-color: #F2F2F2;
    }

    [tv] .row-sm:nth-child(2n+1) > .value {
        background-color: lightgrey;
    }

    [tv] .row-sm span {
        padding: 0px 5px;
        word-wrap: break-word;
        display: block;
        font-size: 10px;
        line-height: 21px;
        height: 20px;
    }

    [tv] .theader {
        overflow: hidden;
        border: 0px solid lightgrey;
        border-radius: 5px;
    }

    [tv] .ptable {
        overflow-y: auto;
        padding: 0px;
        margin-top: 10px;
        max-height: 400px;
    }

    [av] .paction {
        overflow-y: auto;
        padding-top: 0;
        margin-top: 20px;
        margin-left: 2%;
        height: 460px;
    }

    [av] .operations {
        display: none;
        overflow: hidden;
    }

        [av] .operations.active {
            display: block;
        }

    [tv] #tableNav {
        width: 4%;
        height: 525px;
        float: right;
        display: table;
    }

    /* [uo] single unitop doesn't need any nav */
    [tv][uo] #tableNav {
        display: none;
    }

    [av] #actionNav {
        width: 4%;
        height: 565px;
        float: right;
        display: table;
    }

    [tv] #tableCircles,
    [av] #actionCircles {
        vertical-align: middle;
        text-align: center;
        display: table-cell;
        padding: 5px 0px;
        color: darkgrey;
    }

        [tv] #tableCircles i.fa,
        [av] #actionCircles i.fa {
            font-size: 9px;
            display: block;
            padding: 1px 0px;
            position: relative;
        }

    [av] .row-av {
        padding: 1px 1%;
        margin-bottom: 10px;
        color: white;
        border-radius: 5px;
        border: 1px solid black;
    }

    [av] .row-av-h {
        background-color: white;
        width: 85%;
        cursor: pointer;
        color: #336699;
        border-color: #336699;
    }

    [av] .row-av-i {
        background-color: #336699;
        width: 85%;
    }

    [av] .row-ops {
        overflow: hidden;
    }

    [tv] .itooltip-container,
    [av] .itooltip-container {
        width: 500px;
        left: -500px;
        position: absolute;
        height: 20px;
        top: 0px;
        display: none;
    }

    [tv] .itooltip,
    [av] .itooltip {
        top: 0px;
        left: 0px;
        display: inline-block;
        float: right;
        position: relative;
        width: auto;
        padding: 2px 4px;
        display: none;
        border-radius: 3px;
        background-color: white;
        overflow: hidden;
        line-height: 17px;
        min-height: 15px;
        height: auto !important;
        height: 15px;
        -webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.5);
        box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.5);
        font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    }

/* Table/Action view section - END */

.NestedViewWrap.NestedTable > fieldset {
    padding: 0px;
    border: none;
}

.licensing-Approved {
    height: 10px;
    width: 10px;
    background-color: #8ED400;
    border-radius: 50%;
    display: inline-block;
}

.licensing-Pending {
    height: 10px;
    width: 10px;
    background-color: #FBE23E;
    border-radius: 50%;
    display: inline-block;
}

.licensing-Rejected, .licensing-Expired {
    height: 10px;
    width: 10px;
    background-color: #A6BBD1;
    border-radius: 50%;
    display: inline-block;
}