/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
@use "sass:map";
ul.treeview {
  margin: 0;
}

ul.treeview li {
  position: relative;
}

ul.treeview li input {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -8px;
  width: 2em;
  height: 1em;
  margin-left: 0;
  cursor: pointer;
  pointer-events: auto !important;
  opacity: 0;
}

ul.treeview li input:checked + ul {
  height: auto;
  margin: 0 0 0 6px;
  border-left: 1px dotted;
}

ul.treeview li input:checked + ul:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
  content: '\f146';
}

ul.treeview li input:checked + ul > li {
  left: -3px;
  display: block;
  margin: 0 0 3px;
}

ul.treeview li input:checked + ul > li last-child {
  margin: 0 0 .063em;
}

ul.treeview li input + ul {
  padding: 0 0 0 15px;
}

ul.treeview li input + ul:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
  content: '\f0fe';
}

ul.treeview li input + ul > li {
  display: none;
  margin-left: -10px;
  padding-left: 1px;
}

ul.treeview li a,
ul.treeview li span {
  margin-bottom: 0;
  margin-left: 17px;
}

ul.tree > li {
  margin-left: -1px !important;
}

.progress {
  position: fixed;
  z-index: 9999;
  margin: 0;
}

table.erm-table {
  font-size: .85rem;
}

table.erm-table td {
  padding: 5px;
}

table.erm-table input,
table.erm-table input[type=text],
table.erm-table input[type=number],
table.erm-table select {
  font-size: inherit;
  height: initial;
  margin: 0;
  border: none;
}

table.erm-table input:focus,
table.erm-table input[type=text]:focus,
table.erm-table input[type=number]:focus,
table.erm-table select:focus {
  border-bottom: none !important;
  box-shadow: none !important;
}

table.erm-table tr.child {
  display: none;
}

table.erm-table tr.child div:first-child {
  padding: 15px 20px 50px 20px;
}

table.erm-table tfoot tr {
  border: none;
}

.brand-sidebar {
  height: 0 !important;
}

.brand-sidebar .logo-wrapper a.navbar-toggler i {
  color: white;
}

.brand-sidebar span.logo-text {
  color: white !important;
}

.sidenav .navigation-header .navigation-header-text {
  margin-top: 0 !important;
  margin-right: 10px !important;
  margin-bottom: 0 !important;
  margin-left: 15px !important;
}

.sidenav .navigation-header .navigation-header-icon {
  margin-top: 0 !important;
  margin-right: 10px !important;
  margin-bottom: 0 !important;
  margin-left: 15px !important;
}

.inside-card {
  position: absolute;
  top: 12px;
  right: 10px;
  border: 1px solid lightgray;
}

.text-danger {
  font-size: .75rem;
  line-height: .9rem;
  display: block;
  color: #f44336;
}

.vertical-align-middle {
  vertical-align: middle;
}

.file-field .btn,
.file-field .btn-large,
.file-field .btn-small {
  line-height: 1rem;
  float: left;
  height: 2rem;
}

.actions-table {
  width: 25px;
}

.action-table {
  padding-left: 7px;
}

.customfields-wrapper {
  border-left: 1px solid #ccc;
}

.object-customfields {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 377px);
}

.login-bg {
  background-image: url("../../images/login.png") !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.multiple-select-dropdown {
  top: 0px !important;
}

.back-to {
  margin-right: 1rem;
}

.hidden {
  display: none;
}

.toast-warning {
  background: #ff6f00;
  background: -webkit-linear-gradient(45deg, #ff6f00, #ffca28) !important;
  background: -moz- oldlinear-gradient(45deg, #ff6f00, #ffca28) !important;
  background: linear-gradient(45deg, #ff6f00, #ffca28) !important;
}

.input-field .prefix.right {
  right: 0;
}

.input-field input#icon_prefix {
  margin-left: 0;
}

.input-field label[for="icon_prefix"] {
  margin-left: 0;
}

.progress-strength {
  position: absolute !important;
  height: 15px !important;
  background: #dadada !important;
  width: 93% !important;
}

.progress-bar-weak {
  background-color: #f44336 !important;
}

.progress-bar-normal {
  background-color: #ff9800 !important;
}

.progress-bar-strong {
  background-color: #00bcd4 !important;
}

.progress-bar-verystrong {
  background-color: #4caf50 !important;
}

.card-header {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    background-color: #00338D;
    border-radius: 0 0 2px 2px;
}

.table-header {
  padding: 24px;
  background-color: #00338D;
  border-radius: 0 0 2px 2px;
}

.form-section {
  color: #0091DA;
}

#main .content-wrapper-before {
  position: absolute;
  z-index: -1;
  /*top: 180px;*/
  left: 0;
  width: 100%;
  height: 260px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

/*SideBard*/
.sidebar-header {
  height: 120px !important;
}

.sidebar .sidebar-content .app-sidebar i {
  font-size: 21px;
  line-height: 0;
  vertical-align: middle;
}

.sidebar .sidebar-content .sidebar-header {
  position: relative;
  top: 0 !important;
}

/*Campaign Management*/
.risk-management .content-area.content-right,
.compliance-menu-management .content-area.content-right {
    float: right;
}

.risk-management .content-area,
.compliance-management .content-area {
    width: calc(100% - 310px);
    margin-top: 49px;
}

.risk-management .content-area .risk-management-header,
.compliance-management .content-area .compliance-management-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}

.risk-management .content-area .risk-management-header .risk-management-title,
.compliance-management .content-area .compliance-management-header .risk-management-title{
  font-size: 1.5rem;
  line-height: 1.5;
}

.management-risk-loader,
.compliance-management-loader {
    display: table;
    margin: 150px auto 0 auto;
}

.risk-menu ul a,
.compliance-menu ul a {
    line-height: 1.75rem;
    padding: .5rem;
    vertical-align: top;
    color: #757575;
}

.risk-menu ul,
.compliance-menu ul {
    line-height: 1.5rem;
}

.risk-menu ul li.functionality,
.compliance-menu ul li.functionality {
  margin-left: -10px;
  padding-top: 8px;
  padding-bottom: 5px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  color: #212121;
}

.risk-menu ul li.menu,
.compliance-menu ul li.menu {
  margin-left: -10px;
  padding-top: 8px;
  text-transform: uppercase;
  color: #212121;
  pointer-events: none;
  opacity: .6;
}

.risk-menu ul li.functionality-menu,
.compliance-menu ul li.functionality-menu {
  margin-left: 18px;
  padding-bottom: 5px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  color: #212121;
}

.risk-menu ul li.active.functionality,
.compliance-menu ul li.active.functionality {
  margin-left: -1.8rem;
  padding-left: 1.1rem;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background-color: #00338D !important;
  box-shadow: 0 0 8px 0 #00338D !important;
}

.risk-menu ul li.active.functionality-menu,
.compliance-menu ul li.active.functionality-menu {
  margin-left: -1.8rem;
  padding-left: 3.0rem;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background-color: #00338D !important;
  box-shadow: 0 0 8px 0 #00338D !important;
}

.risk-menu ul li.active a,
.compliance-menu ul li.active a {
  color: #ffffff !important;
}

.risk-menu ul li.disabled,
.compliance-menu ul li.disabled {
  pointer-events: none;
  opacity: .6;
}

/*Risk Matrix*/
.risk-matrix .label {
  font-size: 1em;
  line-height: 1.4;
  border-radius: 3px;
  color: #fff;
  padding: 5px;
  text-align: center;
}

.risk-matrix .criticality_critical {
    background-color: #c62828;
}

.risk-matrix .criticality_significant {
    background-color: #f57c00;
}

.risk-matrix .criticality_moderate {
    background-color: #ffc107;
}

.risk-matrix .criticality_low {
    background-color: #7cb342;
}

.risk-matrix table {
  border: none !important;
}

.risk-matrix table tr {
  border: none !important;
}

.risk-matrix table td {
  border: none !important;
}

.risk-matrix .rtm-content-tr {
    min-height: 7em;
    display: grid;
}

.risk-matrix .rtm-content-tr table {
    height: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 2px;
}

.risk-matrix .rtm-footer-tr table {
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 5px;
}

.risk-matrix .rtm-footer-tr table td {
  text-align: center;
}

.risk-matrix .rmt-left-td {
    width:50px;
}

.risk-matrix .rmt-left-td .title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.risk-matrix .risk-content {
  margin-top: 2px;
  padding: 2px 5px;
  background: #00338D;
  color: #fff;
  border-radius: 2px;
}

.summary-critical {
    background-color: #FF0000;
}

.summary-criticality_critical {
    background-color: #FF0000;
}

.summary-significant {
  background-color: #f57c00;
}

.summary-criticality_significant {
    background-color: #f57c00;
}

.summary-moderate {
    background-color: #FFFF00;
}

.summary-criticality_moderate {
    background-color: #FFFF00;
}

.summary-possible {
    background-color: #ffff00;
}

.summary-criticality_possible {
    background-color: #ffff00;
}

.summary-low {
  background-color: #7cb342;
}

.summary-criticality_low {
    background-color: #7cb342;
}

.summary-rare {
    background-color: #088A08;
}

.summary-criticality_rare {
    background-color: #088A08;
}

.summary-tr {
  color: white;
  background-color: #00338D;
}

.summary-td {
  color: black;
}

.risksheet-color {
    color: black;
    background-color: #DEDDDD;
}

.risksheet-td {
    background-color: #DEDDDD;
}

.footer-kpmg {
    font-size: 12px !important;
    color: white !important;
}

.title-kpmg {
    font-size: 12px !important;
}

table.dataTable thead td, table.dataTable thead th {
    padding: 3px 18px;
    border-bottom: 1px solid #111;
    text-align: center;
}

table.dataTable tbody td, table.dataTable tbody th {
    padding: 8px 10px;
    text-align: center;
}

td.left-text {
    text-align:left !important;
}

.spaced {
    position: absolute;
}

.spaced:before {
    content: "\00a0";
}

.textarea-layout {
    height: 120px;
    resize: none;
}

.textarea-layout-maxlength4000 {
    height: 120px;
    resize: none;
}

.textarea-layout-maxlength2000 {
    height: 120px;
    resize: none;
}

@media only screen and (max-width: 600px) {
    .textarea-layout {
        height: 320px; 
        resize: none;
    }

    .textarea-layout-maxlength4000 {
        height: 320px;
        resize: none;
    }

    .textarea-layout-maxlength2000 {
        height: 320px;
        resize: none;
    }
}

loaders {
    display: none;
    display: flex !important;
    align-items: start;
    position: absolute !important;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.loader-card {
    filter: blur(2px);
}

.field-validation {
    font-size: 0.8rem;
    font-weight: bold;
    color: #f44336;
}

.textarea-control-disable {
    height: 120px;
    resize: none;
}

.textarea-control {
    height: 120px;
}

.file-button {
    font-size: 35px;
}

.logo {
    display: inline-block;
    width: 100%;
}

.icon-logo, .text-icon {
    display: inline;
}

.text-icon {
    margin-left: 3px;
}

.index-icon-global {
    color: #42a5f5 !important
}

.index-icon-sector {
    color: #1de9b6 !important
}

.search-margin{
    margin-top: 7px;
}

.risk-owner {
    border: 2px solid #00338D;
    border-radius: 4px;
}

.readonly-select {
    background: #EEE;
    pointer-events: none;
    touch-action: none;
    opacity: 0.5
}

.gateway-text {
    color: #00338D;
    font-weight: 900;
}

.title-text {
    font-size: 15px;
    color: #000000;
    padding-left: 70px;
}

.select2-selectionprocess{
    margin-left: 0px !important;
}

.processunit-text {
    margin-left: 0px !important;
    padding: 33px
}

.select2-businessunit {
    margin-top: -15px !important;
}

.businessunit-selectiontitle {
    margin-top: -20px !important;
    margin-bottom: 15px;
}

.businessunit-selectionsubprocess {
    margin-top: 10px;
}

.resisual-risk-btn-actionplan {
    width: 18.42667% !important;
}

.resisual-risk-btn-control {
    width: 14.66667% !important;
    margin-left: 2px !important;
}

.disabled-inputs {
    pointer-events: none !important;
    opacity: 0.5 !important;
}

.select2-selectionprocess {
    margin-left: 0px !important;
}

.risks-hierarchy {
    height: 50px !important;
    overflow: auto !important;
}

.riskfactors-hierarchy {
    height: 100px !important;
    overflow: auto !important;
}

.process-hierarchy {
    height: 100px !important
}

.collapsible-header, .collapsible-header:focus {
    background-color: #005EB8;
    border-radius: 10px;
}

.sample-description-column{
    width: 180px !important;
}

.effective {
    background-color: #088A08;
}

.ineffective {
    background-color: #FF0000;
}

.icon-nok {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAtUlEQVR4nNWUTQ7CIBCFR+uduqw9Am/S8/QarqxdeUYgigFjAg22A9FE3wZI3vsywx/RX8kwt24c91K/9xrm9i1MA9YAswQaYMAcMjloMCh1MYAzwNV13WEVFnuHoak2imGSQDFsLVgNeykB+DGal9yERIuq6ir7GtA9YdNHWnbp/k1+XX/CRDsNnGJY/R2kCAacc63JXwltw4qgFug1cN+CLaFaqZvPZk2W+Vj6ffmM1P8begCwSxvThMnSpwAAAABJRU5ErkJggg==");
    display: block;
    width: 20px;
    height: 20px;
}

.icon-ok {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAABJElEQVR4nO2SsS5EURCGR0KERqUSoRCJBolEtlg7cy/FFqs8MxsPsE8gIVHqVHQq3kLDmtlbUNhCIlFIVJQKCiIbrNy9RyKqu85W4isnOV/++ecA/JMXVC6QyUFUX5uAUFaO3QgZ35FJm0w2goWosp/K0OQxPnFjQTI6dUgqH6kwMqkFyQpnboiUb3w6gzb0haUz3un0pvKC6qaCZKhunpRbnXQq6zkfySQZH6K64vf5QrM2gCaX2VX5AhX78wo3swT8FCfV2a85mWxlq3IrqvNc7rWKiRtF5Vtf+v1SQ8ZLJjNo8ur/3DZ0y3Ii02jy4AVXZHLu012Xj8qD8BvihltElWcvTSt4/9lr15SMV9HkzQv3oBegchWVdyvNynBPhPAn+QRK5I8Pp+msiAAAAABJRU5ErkJggg==");
    display: block;
    width: 20px;
    height: 20px;
}

.icon-size-3 {
    font-size: 3rem;
}

#modal-add-action .modal {
    height: 100%;
}

.navbar .header-search-input::-webkit-input-placeholder {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.navbar .header-search-input::-moz-placeholder {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.navbar .header-search-input:-ms-input-placeholder {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.navbar .header-search-input:focus::-webkit-input-placeholder {
    color: #333;
    font-size: 22px;
    font-weight: 700;
}

.navbar .header-search-input:focus::-moz-placeholder {
    color: #333;
    font-size: 22px;
    font-weight: 700;
}

.navbar .header-search-input:focus:-ms-input-placeholder {
    color: #333;
    font-size: 22px;
    font-weight: 700;
}

.navbar .header-search-input:focus::-ms-input-placeholder {
    color: #333;
    font-size: 22px;
    font-weight: 700;
}

.navbar .header-search-input:focus::placeholder {
    color: #333;
    font-size: 22px;
    font-weight: 700;
}

.navbar .header-search-input:focus:-ms-input-placeholder {
    color: #333;
    font-size: 22px;
    font-weight: 700;
}

.navbar .header-search-input::-webkit-input-placeholder {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.navbar .header-search-input::-moz-placeholder {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.navbar .header-search-input:-ms-input-placeholder {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.navbar .header-search-input::-ms-input-placeholder {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.navbar .header-search-input::placeholder {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.tab-tests{
    background-color:lightgray;
}

.select2-selection--single {
    height: 100% !important;
}

.select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}
    pointer-events: none;
    opacity: 0.5;
}

.sidenav-filterreports li {
    line-height: inherit !important;
}


.sidebar .sidebar-content .sidebar-menu#sidebar-lesson {
    overflow: hidden;
}

    .sidebar .sidebar-content .sidebar-menu#sidebar-lesson ul li {
        position: relative;
    }

        .sidebar .sidebar-content .sidebar-menu#sidebar-lesson ul li.sidebar-title {
            padding: 0px 8px;
            border-top-right-radius: 2rem;
            border-bottom-right-radius: 2rem;
            background-color: #8d8e90;
            box-shadow: 0 0 8px 0 #8d8e90;
            margin-top: 5px;
            margin-bottom: 5px;
        }

            .sidebar .sidebar-content .sidebar-menu#sidebar-lesson ul li.sidebar-title.active {
                background-color: #3f51b5;
                box-shadow: 0 0 8px 0 #3f51b5;
            }

            .sidebar .sidebar-content .sidebar-menu#sidebar-lesson ul li.sidebar-title a {
                color: #fff;
            }

                .sidebar .sidebar-content .sidebar-menu#sidebar-lesson ul li.sidebar-title a.section-info {
                    padding-right: 1.5rem;
                }

        .sidebar .sidebar-content .sidebar-menu#sidebar-lesson ul li:not(.sidebar-title) {
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 1rem;
        }

            .sidebar .sidebar-content .sidebar-menu#sidebar-lesson ul li:not(.sidebar-title) a {
                padding: 0;
            }

        .sidebar .sidebar-content .sidebar-menu#sidebar-lesson ul li.active {
            margin-left: initial;
        }

            .sidebar .sidebar-content .sidebar-menu#sidebar-lesson ul li.active:not(.sidebar-title) {
                margin-left: initial;
                padding-left: 1rem;
            }

#slideoutrightbody {
    height: calc(100vh - 120px);
    padding-bottom: 60px;
}

.full-height {
    height: 100%;
}

.height-20 {
    height: 20%;
}

.height-40 {
    height: 40%;
}

.height-80 {
    height: 80%;
}

#modal-actionplan-detail {
    width: 80%;
    max-height: 750px !important;
}

.theme-cutomizer {
    z-index:998 !important;
}

.toast-success {
    background: #ff6f00;
    background: -webkit-linear-gradient(45deg, #43A047, #1de9b6) !important;
    background: -moz- oldlinear-gradient(45deg, #43A047, #1de9b6) !important;
    background: linear-gradient(45deg, #43A047, #1de9b6) !important;
}

.collapsible-body-entry {
    padding-top: 3px !important;
    padding-bottom: 8px !important;
}

.collapsible-entry {
    box-shadow: 0px 0px 0px;
    border-radius: 10px;
}

.collapsible-entry-header {
    border-radius: 5px;
}

.colapsibleHighlight {
    background-color: lightgray !important;
    font-weight: 900 !important;
}

.colapsibleHighlightBody {
    background-color: #efefef !important;
    font-weight: 900 !important;
}

.colapsibleNotSelected {
    background-color: white !important;
}

.colapsibleScroll {
    height: 300px;
    max-height: 96%;
    overflow: auto;
}

.disabled-button {
    pointer-events: none !important;
    opacity: 0.5 !important;
    background-color: #dfdfdf !important;
    color: #9f9f9f  !important;
}

.bulleted-list {
    list-style-type: none;
    padding-left: 0;
}

    .bulleted-list li::before {
        content: '\2022';
        color: black;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

.button-container {
    display: flex;
    flex-wrap: wrap;
}

    .button-container .btn {
        margin: 5px;
        height: 3rem !important;
        padding-left: 15px;
        padding-right: 15px;
    }

@media screen and (max-width: 1366px) {
    .button-container .btn {
        max-width: 320px;
    }
}

#training-confirmation-form-page {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

    #training-confirmation-form-page .card-panel.border-radius-6.login-card {
        margin-left: 0 !important;
    }

.tooltip-custom {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px;
    border-radius: 3px;
    z-index: 1000;
    display: none;
}

.modal.datepicker-modal .select-dropdown {
    opacity: 1 !important;
}