body .ui-state-disabled {
    opacity: 1.0;
    filter: Alpha(Opacity=100);
    background-image: none;
    background: #e2e2e2 !important;
    color: #2d353c;
}

body .ui-radiobutton {
    display: inline;
    vertical-align: middle;
    margin: 0;
    width: 16px;
    height: 16px;
    float: left;
}

body .ui-selectmanycheckbox.ui-grid label, body .ui-selectoneradio.ui-grid label {
    display: block;
    vertical-align: middle;
    margin: 0 0 0 19px;
}

.stripped-table {
}

.stripped-table tr:nth-child(even), .stripped-table .ui-grid .ui-g:nth-child(even), .stripped-table .ui-g:nth-child(even) {
    background: #ffffff !important;
}

.stripped-table tr:nth-child(odd), .stripped-table .ui-grid .ui-g:nth-child(odd), .stripped-table .ui-g:nth-child(odd) {
    background: #f5f8f9 !important;
}

.text-center {
    text-align: center;
}

.label {
    color: #ffffff;
    padding: 2px 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.label.label-success {
    background-color: #9fd037;
}

.label.label-danger {
    background-color: #f18983;
}

.label.label-warning {
    background-color: #f1cb8d;
}

.label.label-default {
    background-color: #848484;
}

#menuform ul a {
    white-space: nowrap;
    width: auto !important;
}

.expired-personal-data {
    background: #bf4a4a;
    color: #ffffff;
    font-weight: bold;
}

.handled-personal-data {
    background: #1e7f3e;
    color: #ffffff;
    font-weight: bold;
}

.dm_calc_base_date {
    font-weight: bold;
    color: #ffffff;
    padding: 2px 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #d0903f;
}

.cursor_help {
    cursor: help;
}

.bold {
    font-weight: bold;
}

#dataManagementDisplayForm tfoot td {
    font-weight: bold;
}

#dataManagementDisplayForm .ui-column-customfilter span {
    font-size: 12px;
}

.slideout-menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 400px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    border-left: 2px solid #e2e2e2;
    color: #333333;
    background: #ffffff;
    text-align: justify;
}

.slideout-panel {
    /*position: relative;
    z-index: 1;
    will-change: transform;*/
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    /*overflow: hidden;*/
}

.slideout-open .slideout-menu {
    display: block;
}

.slideout-close {
    float: right;
    padding: 5px;
    font-weight: bold;
}

.help-loading {
    position: relative;
    top: 250px;
    text-align: center;
}

#helper_content {
    font-size: 14px;
    line-height: 25px;
}

#helper_content button {
    cursor: default;
    margin-bottom: 3px;
}

#menu h2 {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 5px;
}

.label.risk-acceptable {
    background-color: #9fd037;
    color: #000000 !important;
}

.label.risk-low {
    background-color: #f1ea7b;
    color: #000000 !important;
}

.label.risk-medium {
    background-color: #f1eb52;
    /*background-color: #f1b048;*/
    color: #000000 !important;
}

.label.risk-high {
    background-color: #f1b048;
    /*background-color: #f13b33;*/
}

.label.risk-critical {
    background-color: #f13b33;
    /*background-color: #9c2826;*/
}

.hidden {
    display: none;
}

.ui-trigger-calendar .ui-datepicker-trigger {
    top: -5px !important;
}

.log-table {
    border-collapse: collapse;
}

.log-table td {
    padding: 7px 5px;
    text-align: center;
}

.log-table tr:nth-child(even) {
    background: rgba(156, 156, 156, 0.1);
}

.log-table th {
    padding: 5px 0px;
}

.label-login {
    background-color: #6fd03d;
}

.label-logout {
    background-color: #f13b33;
}

.label-delete {
    background-color: #9c2826;
}

.label-create {
    background-color: #1e7f3e;
}

.label-update {
    background-color: #f1b048;
}

.label-create_batch {
    background-color: #8414f1;
}

.template_used {
    font-weight: bold;
}

span.mark {
    background: #f4cf82;
}

h1 {
    font-size: 20px;
    margin: 10px 0px;
}

.epd-even {
    background: #f4cf82 !important;
}

.repd-even {
    background: #82c2f4;
}

.revdm-even {
    background: #ff988e;
}

.ui-calendar .ui-inputfield {
    width: 250px !important;
}

.smallLabel .ui-selectonemenu-label {
    font-size: 10px !important;
}

.ui-selectmanycheckbox .ui-selectmanycheckbox-item-group {
    font-size: 14px;
    line-height: 15px;
    color: #ffffff;
    padding: 3px 5px;
    background-color: #7a7a95;
    display: block;
}

body .ui-selectmanycheckbox.ui-grid label, body .ui-selectoneradio.ui-grid label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 2px;
}

.dmLink {
    color: #000000;
    display: inline-block;
}

.dmLink:hover {
    color: #ffffff;
}

.ui-datatable-odd.pdm-missing-data {
    background-color: #dcf5ff !important;
}

.ui-datatable-even.pdm-missing-data {
    background-color: #e8fdff !important;
}

.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container .layout-menu > li > a {
    padding: 12px 10px !important;
}

.pdm-expired-data {
    background-color: #ffedef !important;
}

.dm-ended {
    background-color: #fff5ea !important;
}

.ui-panelgrid-blank .ui-panel-content {
    padding: 0px !important;
}

#menuform a.optional {
    color: #868699;
}

li.optional {
    color: #999999;
}

.securityInfoPanel {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    margin-bottom: 5px;
    padding: 5px;
    margin-right: 10px;
    text-align: justify;
}

.securityInfoPanel strong {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 2px;
    margin-bottom: 2px;
    display: block;
}

.securityInfoPanel p {
    margin: 3px 0px;
}

.dmdplist .ui-datalist-content {
    background: #ffffff !important;
}

.dmdplist .ui-datalist-item {
    margin-bottom: 3px;
}

.layout-wrapper .topbar #user-display .userrole {
    color: #b0b0b0 !important;
}

table.diffTable {
    border: 1px solid #dddddd;
    border-collapse: collapse;
    width: 100%;
}

table.diffTable th {
    padding: 5px;
    background: #c8c8c8;
    border: 1px solid #e2e2e2;
}

table.diffTable td {
    padding: 5px;
    border: 1px solid #e2e2e2;
}

#loginMsg {
    text-align: center;
    font-size: 18px;
}

#loginMsg .ui-messages-info-icon, #loginMsg .ui-messages-error-icon {
    display: none !important;
}

.login-body {
    padding-top: 40px !important;
}

.label .ui-state-disabled {
    background: none !important;
    color: #636363;
}

.featured-box {
    background: #f3e5ca !important;
}

.templateInfoLink {
    font-weight: bold;
    color: #d76e2c !important;
    font-size: 9px;
    display: block;
    text-transform: uppercase;
}

.go_to_btn {
    font-size: 13px;
    background: #9fd037;
    color: #ffffff;
    padding: 3px 5px;
    border-radius: 3px;
}

.go_to_btn:hover {
    color: #ffffff;
    background: #91c02d;
}

.dmItLink {
    display: inline-block;
    padding: 3px 5px;
    color: #ffffff;
    background: #9fd037;
}

.dmItLink:hover {
    color: #ffffff;
    background: #91c02d;
}

.notificationTab {
    background: #f2dede !important;
    border-color: #eed3d7 !important;
    color: #2d353c !important;
}

.effectTestHelp {
    max-height: 120px;
    overflow: auto;
    text-align: justify;
    background: #eff6fc;
    padding: 5px;
    border: 1px solid #dcdcdc;
}

.ui-wizard-step-title {
    font-size: 14px !important;
}

.ui-wizard-nav-next, .ui-wizard-nav-back {
    width: 100px !important;
}

.ui-wizard-step-titles {
    border-bottom: 2px solid #666;
    padding-bottom: 5px;
}

.ui-wizard-navbar {
    margin-top: 5px;
}

.text-justify {
    text-align: justify;
}

.table {
    border-collapse: collapse;
    font-weight: normal;
}

.table th, .table td {
    padding: 5px;
    border: 1px solid #e2e2e2 !important;
}

.MyOneButton.ui-selectonebutton .ui-button.ui-state-hover,
.MyOneButton.ui-selectonebutton div.ui-state-hover:first-child {
    background-color: #9fd037;
}

.MyOneButton.ui-selectonebutton div.ui-state-active:first-child {
    background-color: #9fd037 !important;
}

.MyOneButton.ui-selectonebutton .ui-button.ui-state-hover,
.MyOneButton.ui-selectonebutton div.ui-state-hover:nth-child(2) {
    background-color: #ee736c;
}

.MyOneButton.ui-selectonebutton div.ui-state-active:nth-child(2) {
    background-color: #ee736c !important;
}

@media (min-width: 1025px) {
    .layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container .layout-menu > li {
        min-width: 25px !important;
    }
}

@media (max-width: 800px) {
    #user-display .userrole {
        display: none !important;
    }
}

@media (min-width: 801px) and (max-width: 1250px) {
    #user-display .userrole {
        width: 350px;
        height: 1.2em;
        overflow: hidden;
    }
}

#dataRequestTable .ui-state-highlight {
    background-color: lightblue !important;
    color: black !important;
}

.docNum {
    font-size: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}