﻿* {
    font-family: Arial;
}

input {
    font-family: 'Arial';
}

body {
    background: #fff;
    font-size: 16px;
    overflow: hidden;
}

a, span {
}

.permission-hide {
    display: none !important;
}

.hover-underline:hover {
    text-decoration: underline;
}

.shadow {
    -webkit-box-shadow: 18px 13px 38px -9px rgba(0,0,0,0.34);
    -moz-box-shadow: 18px 13px 38px -9px rgba(0,0,0,0.34);
    box-shadow: 18px 13px 38px -9px rgba(0,0,0,0.34);
}

.full-height {
    height: 100%;
}

.small {
    font-size: 12px;
}

.rights {
    position: absolute;
    bottom: 10px;
    left: 5px;
}

.panel-heading > button {
    line-height: 26px !important;
}

.matrix-grid {
}

    .matrix-grid tbody tr td:hover {
    }

    .matrix-grid tbody tr td button {
    }

    .matrix-grid tbody tr td, .matrix-grid thead tr td {
        border: none;
        padding: 5px;
    }

        .matrix-grid thead tr td .matrix-box,
        .matrix-grid tbody tr td:first-child .matrix-box {
            background: #DADADA;
        }

    .matrix-grid thead tr:first-child td:first-child .matrix-box {
        line-height: 3.4;
    }

.matrix-box {
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: white;
}

.matrix-tooltip {
    width: 180px;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
}

.status {
    height: 16px;
    width: 16px;
    background: red;
    border-radius: 100%;
    display: inline-block;
}

    .status.shadow {
        box-shadow: inset -3px 7px 9px 0px rgba(0,0,0,0.3);
    }

.left-push {
    left: -300% !important;
    opacity: 0 !important;
}

.flex-box {
    display: flex;
}

.flex-auto {
    flex: 1;
}

.form-step {
    top: 8em;
    left: 0%;
    width: 100%;
    position: absolute;
    transition: all 1s ease-in-out;
    opacity: 1;
}

.btn-group-justified {
    display: flex;
}

    .btn-group-justified .btn {
        flex-grow: 1;
    }

.permisions-check > label:before {
    border: solid #b7b7b7 1px;
}

.small_cont {
    min-width: 30em;
}

div[layout="row"] {
    overflow: auto;
}

.internal-panel > .panel-body {
    height: 70vh;
    overflow: auto;
}

.content {
    height: 85%;
}

.btn-dropdown-group {
    display: flex;
}

/*btn-dropdown-group > .btn {
        flex: 1;
    }

    .btn-dropdown-group > .dropdown-toggle {
        flex: 0;
    }*/
.tabed-form > div > div > div > div > div > span {
    min-width: 15vw;
}

.tabbed-form-reset {
    min-width: initial !important;
}
/* ANIMATE STATE CHANGES */
/* start 'enter' transition */
.ng-enter {
    /*transition: .5s ease;*/
    /* transition on enter for .5s */
    /*transition: 2s;*/
    /* start with opacity 0 (invisible) */
    /*opacity: 0;*/
}
/* end 'enter' transition */
.ng-enter-active {
    /* end with opacity 1 (fade in) */
    /*opacity: 1;*/
}

#rootview.ng-enter {
    transition: .7s ease-in;
}

/* LOGIN PAGE */
/* start 'enter' transition */
.ng-enter > div > #logincontainer {
    transition: .7s ease-out;
    transform: scale(0.6, 0.6);
    /* start with opacity 0 (invisible) */
    opacity: 0.3;
}
/* end 'enter' transition */
.ng-enter-active > div > #logincontainer {
    /* end with opacity 1 (fade in) */
    opacity: 1;
    transform: scale(1, 1);
}


/* md overwrite */

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
    z-index: 2147483647 !important;
}

.file-manager {
    height: 70vh
}

    .file-manager .panel-body {
        height: 100%
    }

        .file-manager .panel-body div {
        }

        .file-manager .panel-body #info {
            overflow: auto;
            border-right: solid 1px;
            height: 100%;
        }

        .file-manager .panel-body #explorer {
            height: 100%;
        }

            .file-manager .panel-body #explorer #control {
                border-bottom: solid 1px;
            }

.file-manager-icons {
    overflow: auto;
    height: 100%;
}

    .file-manager-icons #filename {
        overflow: hidden;
        white-space: nowrap;
    }


    .file-manager-icons #preview {
        height: 140px;
        width: 100%;
    }

/* V2 STYLES */

a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.form-control {
    border-radius: 0px;
    min-height: 34px;
    height: auto;
}

p.form-control {
    color: dimgray;
}

input[type="date"].form-control {
    line-height: 1.42857143;
}

.form-button {
    width: 100%;
    padding: 10px;
    color: white;
    background: #1c556b;
    border: none;
    margin-bottom: 10px;
}

.select-list {
}

    .select-list li {
        cursor: pointer;
        width: 100%;
    }

        .select-list li .icon-container {
            width: 16px;
            float: left;
        }

        .select-list li:hover {
            background: lightgrey;
            color: black;
        }

        .select-list li span {
        }

.content-sidebar-closed {
    margin-left: 100px;
}

.content-sidebar-open {
    margin-left: 350px;
}

.btn-rounded {
    border-radius: 20px;
}

.dropdown-item {
    border-bottom: none !important;
}

.userauth {
    background-image: url(/images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

    .userauth .ps {
        padding-top: 7.5%;
        padding-bottom: 5%;
    }

.userauth-container {
    min-height: 70%;
}

.userauth-container-inner {
    height: 100%;
    background: rgba(255, 255, 255, 0.50);
}

.userauth-control {
    width: 80%;
    margin-left: 10%;
    border: none;
    height: 40px;
    padding: 10px;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.50);
    margin-bottom: 10px;
}





.header {
    z-index: 10000;
    border-bottom: solid 6px #FDB913;
}

.header-search {
    position: absolute;
    right: 2em;
    width: 20em;
    top: 70px;
    z-index: 100;
}


    .header-search.ng-hide {
        top: -57px;
    }

    .header-search.ng-hide-add,
    .header-search.ng-hide-remove {
        transition: all linear 0.3s;
    }

    .header-search span input {
        border: none;
        border-radius: 0px;
    }

    .header-search span button {
        position: absolute;
        top: 3px;
        right: 1em;
    }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border: none;
}

.btn-group > .dropdown-toggle:not(:first-child) {
    border: none;
}

.btn-group > a {
    border-radius: 0px;
}

.sidebar-container {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 90px;
    height: 100%;
    max-height: 100%;
    z-index: 1010;
    overflow-y: auto;
}

    .sidebar-container::-webkit-scrollbar {
        display: none;
    }

    .sidebar-container:hover {
        width: 350px;
    }

    .sidebar-container.sidebar-active {
        width: 400px;
    }

.rollover-sidebar {
    position: absolute;
    padding-top: 110px;
    z-index: 1010;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /*background: #DEE2E2;*/
    width: 70px;
    left: 0;
    top: 0;
    bottom: 0;
    max-height: 100%;
    /*overflow-y: auto;*/
}

    .rollover-sidebar ul {
        list-style: none;
        padding: 0px;
        text-align: center;
    }

        .rollover-sidebar ul li {
            border: solid 1px black;
            margin-bottom: 5px;
        }

            .rollover-sidebar ul li a {
                padding-top: 10px;
                padding-bottom: 10px;
                width: 100%;
                height: 100%;
                display: block;
                position: relative;
                z-index: 1050;
                color: black;
                /*background: #d2d6d6;*/ /* Old browsers */
                /*background: -moz-linear-gradient(top, #d2d6d6 0%, #c2c5c6 100%);*/ /* FF3.6-15 */
                /*background: -webkit-linear-gradient(top, #d2d6d6 0%,#c2c5c6 100%);*/ /* Chrome10-25,Safari5.1-6 */
                /*background: linear-gradient(to bottom, #d2d6d6 0%,#c2c5c6 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d6d6', endColorstr='#c2c5c6',GradientType=0 );*/ /* IE6-9 */
                background: -moz-linear-gradient(top, #d2d6d6 0%, #ffffff 100%);
                background: -webkit-linear-gradient(top, #d2d6d6 0%,#ffffff 100%);
                background: linear-gradient(to bottom, #d2d6d6 0%,#ffffff 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d6d6', endColorstr='#ffffff',GradientType=0 );
            }

                .rollover-sidebar ul li a:hover {
                    color: white;
                    background: #8D9496;
                    z-index: 1051;
                }

                .rollover-sidebar ul li a div {
                    position: absolute;
                    transition: left .3s, transform .2s .2s;
                    left: -300px;
                    width: 260px;
                    text-align: left;
                    min-height: 100%;
                }

                    .rollover-sidebar ul li a div div {
                        position: relative;
                        left: initial;
                        width: initial;
                    }

                .rollover-sidebar ul li a:hover div {
                    left: 90px;
                }

                    .rollover-sidebar ul li a:hover div div {
                        left: initial;
                    }

            .rollover-sidebar ul li .rollover-active div {
                left: 90px;
            }

                .rollover-sidebar ul li .rollover-active div div {
                    left: initial;
                }

            .rollover-sidebar ul li .rollover-active #content {
                transform: scale(1) translateY(0px) !important;
            }


            .rollover-sidebar ul li a div h3 {
                color: white;
                margin-left: 5px;
                font-weight: 200;
                margin-top: -10px;
                line-height: 22px;
            }

            .rollover-sidebar ul li a:hover #content {
                transform: scale(1) translateY(0) !important;
                -webkit-box-shadow: 0px 9px 23px 0px rgba(0,0,0,0.44);
                -moz-box-shadow: 0px 9px 23px 0px rgba(0,0,0,0.44);
                box-shadow: 0px 9px 23px 0px rgba(0,0,0,0.44);
            }

            .rollover-sidebar ul li a #content {
                top: 100%;
                background: #ffffff;
                color: black;
                text-align: left;
                transform: scale(0) translateY(-400px);
            }

            .rollover-sidebar ul li a #header {
                padding-top: 0px;
                padding-left: 15px;
                padding-bottom: 0px;
                margin-left: 0px;
                bottom: 0px;
                white-space: pre-line;
                cursor: pointer;
            }

            .rollover-sidebar ul li a #content div {
                padding: 10px 5px 10px 20px;
                width: 100%;
                transition: all .2s
            }


                .rollover-sidebar ul li a #content div div {
                    width: initial;
                }

                .rollover-sidebar ul li a #content div:nth-child(odd) {
                    background: white;
                }

                .rollover-sidebar ul li a #content div:nth-child(even) {
                    background: #F1F2F3;
                }

                .rollover-sidebar ul li a #content div:hover {
                    background: #e6e6ea;
                }

            .rollover-sidebar ul li a #content #controls {
                width: initial;
                padding: 0px;
                background: none;
            }

                .rollover-sidebar ul li a #content #controls div span {
                    padding: 10px 10px 10px 20px;
                    line-height: 32px;
                }
/*.rollover-content div{
    position: relative;
    left: initial;
    width: auto;
}*/
.rollover-header {
    top: 0px;
    padding: 10px;
    background: #9AA1A3;
    color: white;
}

.body {
    overflow: hidden;
}

.login-cover {
    background: #1e5799; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #1e5799 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #1e5799 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #1e5799 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.login-scroll {
    overflow-y: auto;
    overflow-x: hidden;
}

    .login-scroll::-webkit-scrollbar {
        display: none;
    }

.login-content, .register-content {
    margin-top: 15%;
    margin-bottom: 15%;
    background-color: #ffffff;
    min-height: 64%;
    transition: all linear .3s;
}

.register-content {
    margin-top: 25%;
}

.register-content-blur {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    position: absolute;
    z-index: 9;
    transition: all linear .3s
}

.reg-error .error-list {
    color: red;
}

#recaptcha-wrapper {
    position: relative;
}

.login-lock {
    position: relative;
    top: -5em;
    border-radius: 63%;
    width: 10em;
    max-width: 10em;
    height: 10em;
    background-color: #5cc6ff;
    /*left: 40%;*/
}

    .login-lock div {
        line-height: 1.3em;
    }


.login-elements, .register-elements {
    position: relative;
    top: -5em;
}

.register-elements {
    top: initial;
    padding-top: 15px;
    z-index: 9
}

    .login-elements input, .register-elements input {
        margin-left: 15%;
        width: 70%
    }

        .login-elements input[type=checkbox], .register-elements input[type=checkbox] {
            width: auto;
            -webkit-appearance: radio; /* Chrome, Safari, Opera */
            -moz-appearance: radio; /* Firefox */
            -ms-appearance: radio;
        }

    .register-elements input {
        z-index: 11;
    }

.login-recaptcha div {
    width: 61% !important;
}

.nav-elements li {
    padding-left: 5px;
    padding-right: 5px;
}

    .nav-elements li a {
        border-bottom: solid 2px black;
        margin-bottom: 15px;
        padding-bottom: 5px !important;
        padding-left: 5px !important;
        margin-left: 10px;
        padding-right: 5px !important;
        margin-right: 10px;
    }

.tile-nav {
    z-index: 10002;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    padding-top: 40px;
    overflow: auto;
    opacity: 1;
}

    .tile-nav.ng-hide {
        opacity: 0;
    }

    .tile-nav.ng-hide-add,
    .tile-nav.ng-hide-remove {
        transition: all linear 0.3s;
    }

.check-element {
    border: 1px solid black;
    opacity: 1;
    padding: 10px;
}

.tile-nav-element {
    padding: 20px;
}

    .tile-nav-element a {
        display: block;
    }

        .tile-nav-element a div {
            padding-top: 10%;
            padding-bottom: 10%;
        }

.page-help {
    position: absolute;
    bottom: 0px;
    right: 1em;
    padding: 15px;
}

.help-element {
}

    .help-element a {
        padding: 2% 20px 2% 20px;
        display: block;
    }


.flow-container {
    width: 29em;
    min-width: 29em;
    height: 100%;
    border: solid 1px #E6E7E8;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #eeeeef 86%, #dddddd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%,#eeeeef 86%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%,#eeeeef 86%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 */
    display: inline-block;
    margin-right: 15px;
}

    .flow-container.flow-large {
        width: 100%;
    }

.flow-header {
    width: 100%;
    height: 3em;
    line-height: 3em;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 3px;
    border-bottom: solid 8px red;
}

.flow-content {
    padding-bottom: 4em;
    height: 100%;
    overflow: auto;
}

.flow-list-actions {
    position: relative;
    /*bottom: 0px;*/
    width: 100%;
}

    .flow-list-actions span {
        padding: 10px 40px 10px 10px;
        line-height: 30px;
    }

.flow-list {
    width: 100%;
}

    .flow-list tbody tr:nth-child(odd) {
        /*background: rgba(0, 0, 0, 0.50);*/
    }

    .flow-list tbody tr:nth-child(even) {
        background: rgba(221, 221, 221, 0.51);
    }

    .flow-list tbody tr td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .flow-list tbody tr td:first-child {
            padding-left: 5px;
        }

        .flow-list tbody tr td:last-child {
            padding-right: 10px;
        }

.flow-overflow {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    touch-action: pan-x;
    display: flex;
    flex-direction: row;
}

.flow-sheet-container {
    width: 100%;
    height: 100%;
    border: solid 1px #E6E7E8;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #eeeeef 86%, #dddddd 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%,#eeeeef 86%,#dddddd 100%);
    background: linear-gradient(to right, #ffffff 0%,#eeeeef 86%,#dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 );
    display: flex;
    flex-flow: column;
}

.flow-sheet-header {
    height: 4em;
    flex: 0 1 4em;
    border-bottom: solid 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.flow-sheet-body {
    height: 100%;
    flex: 1 1 auto;
}

.task-assignment {
    height: 100%;
    width: 100%;
    border-bottom: solid 1px #E6E7E8;
    display: flex;
    flex-flow: column;
}

    .task-assignment .task-assignment-content {
        flex: 1 1 auto;
    }

    .task-assignment .task-assignment-new {
        flex: 0 1 60px;
    }

.task-assignment-actionbar {
    z-index: 1100;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20%;
}

.task-assignment-list {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #eeeeef 86%, #dddddd 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%,#eeeeef 86%,#dddddd 100%);
    background: linear-gradient(to right, #ffffff 0%,#eeeeef 86%,#dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 );
    overflow-y: auto;
}

    .task-assignment-list li {
        border-bottom: solid 1px #E6E7E8;
        padding: 15px 3px 15px 10px;
        background: rgba(0,0,0,0);
    }

        .task-assignment-list li a {
            color: black;
        }

        .task-assignment-list li:hover {
            background: #58595B;
        }

            .task-assignment-list li:hover a {
                color: white;
            }

    .task-assignment-list .active {
        background: #58595B;
    }

        .task-assignment-list .active a {
            color: white;
        }


.task-assignment-list2 {
    background: #FFFFFF;
}

    .task-assignment-list2 li {
        border-bottom: solid 1px #E6E7E8;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.status-circle {
    border: solid 2px;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    transform: translateX(17%);
}

    .status-circle span, .status-circle svg {
        font-size: 38px;
        line-height: 100px;
        font-weight: 600;
    }

    .status-circle svg {
        margin-top: 30px;
    }

.dashboard-tab-25, .dashboard-tab-50, .dashboard-tab-100 {
    padding: 10px;
    width: 100%;
}

.dashboard-tab-25 {
    height: 25%
}

.dashboard-tab-50 {
    height: 50%
}

.dashboard-tab-100 {
    height: 100%
}

.dashboard-tab-content {
    height: 100%;
    width: 100%;
    border: solid 1px #E6E7E8;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #eeeeef 86%, #dddddd 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%,#eeeeef 86%,#dddddd 100%);
    background: linear-gradient(to right, #ffffff 0%,#eeeeef 86%,#dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 );
    cursor: pointer;
}

.dash-tabs {
    font-size: 9vh;
}

.dashboard-tab-content h4 {
    font-size: 2vh;
}

.dashboard-tab-stat-container {
    height: 70%;
    width: 100%;
    position: relative;
}

.dashboard-stat {
    width: 50%;
    height: 70%;
    margin: 5% 25% 5% 25%;
}

.dashboard-stat-icon {
    position: absolute;
    right: 20px;
    top: 0px;
}

.dashboard-stat-info {
}

/*
    
    GENERIC CONTROLS

*/
/*DROPDOWN*/
.generic-dropdown-content {
    flex: 1;
}

.generic-dropdown-btn {
    flex: 0;
}

.generic-dropdown-items {
    width: 100%;
    max-height: 25vh;
    overflow: auto;
    /*height: 0px;*/
}

    .generic-dropdown-items.open {
        /*height: 100%;*/
    }

    .generic-dropdown-items ul {
        margin: 0px;
    }

        .generic-dropdown-items ul li {
            padding: 7px 5px 7px 5px;
            cursor: pointer;
        }

            .generic-dropdown-items ul li:nth-child(even) {
                background: rgba(221, 221, 221, 0.51);
            }

            .generic-dropdown-items ul li:nth-child(odd) {
                /*background: rgba(221, 221, 221, 0.51);*/
            }

            .generic-dropdown-items ul li a {
                width: 100%;
            }

.generic-multiselect-search {
    width: 100%;
}

.generic-formgroup {
    width: 100%;
}

.generic-formgroup-header {
    margin-top: 20px;
    padding: 5px 0px 10px 10px;
    background: #A6A8AB;
}

.generic-formgroup-body {
}

.assessment {
    overflow-y: auto;
    padding-bottom: 10%;
    height: 90%
}

.assessment-input {
}

    .assessment-input label {
        font-size: 14px;
        margin: 10px 0px 5px 20px;
    }

    .assessment-input input {
        height: 44px;
    }

    .assessment-input div a.active {
        color: white;
        background: #1B5877;
    }

.roles-box {
    width: 100%;
    height: 10em;
    border: solid 1px black;
    overflow-y: auto;
}

    .roles-box ul li {
        width: 100%;
        padding: 5px 0px 5px 5px;
    }

        .roles-box ul li:nth-child(even) {
            background: #F1F2F3;
        }

        .roles-box ul li:nth-child(odd) {
            background: white;
        }
/*

    Scroll bar styles

*/
/*FLOW*/
.mCS-flow.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #58595B;
    background-color: rgb(88,89,91);
}

.mCS-flow.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #178EBC;
    background-color: rgb(23,142,188);
    width: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.mCS-flow.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #042F43;
}

.mCS-flow.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-flow.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #042F43;
}

.mCS-flow.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-flow.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-flow.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-flow.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

/*END FLOW*/

/*SIDEBAR*/

.mCS-sidebar.mCSB_scrollTools .mCSB_draggerRail {
    width: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.00);
}

.mCS-sidebar.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #178EBC;
    background-color: rgb(23,142,188);
    width: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.mCS-sidebar .mCSB_container {
    height: 160%;
}

.mCS-flow .mCSB_container {
    height: 100%;
}

/*END SIDEBAR*/

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}


.slimScrollBar {
    cursor: -webkit-grabbing;
}


.taskpage-info {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background: #ececec;
    -webkit-box-shadow: -8px 4px 46px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: -8px 4px 46px -3px rgba(0,0,0,0.75);
    box-shadow: -8px 4px 46px -3px rgba(0,0,0,0.75);
    margin-right: 0px;
    transition: .5s all;
}

    .taskpage-info.ng-hide {
        margin-right: -400px;
        display: block !important;
    }

.taskpage-hovercheck {
    color: lightgray;
}

    .taskpage-hovercheck.active {
        color: green;
    }

    .taskpage-hovercheck:hover {
        color: grey;
    }

.taskpage-infoclose {
    position: absolute;
    height: 40px;
    width: 50px;
    background: red;
    margin-left: -65px;
    -webkit-box-shadow: -8px 4px 46px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: -8px 4px 46px -3px rgba(0,0,0,0.75);
    box-shadow: -8px 4px 46px -3px rgba(0,0,0,0.75);
}

.taskpage-infogoto {
    position: absolute;
    height: 40px;
    width: 50px;
    background: green;
    margin-left: -65px;
    margin-top: 40px;
    -webkit-box-shadow: -8px 4px 46px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: -8px 4px 46px -3px rgba(0,0,0,0.75);
    box-shadow: -8px 4px 46px -3px rgba(0,0,0,0.75);
}

.taskpage-infotable {
}

    .taskpage-infotable tbody tr td {
        padding-bottom: 10px;
    }

.tableselected {
    background: #cddeef !important;
}



.h-list {
    width: 20em;
    min-width: 20em;
    height: 100%;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .h-list .h-list-name {
        font-size: 26px;
    }

    .h-list .h-list-controls {
        margin-top: 20px;
    }

    .h-list .h-list-items {
        list-style: none;
        padding: 0px;
        margin: 0px;
        cursor: pointer;
        flex: 1;
        padding-bottom: 10px;
        padding-top: 15px;
    }

        .h-list .h-list-items .h-list-item {
            border-left: solid 5px lightgray;
            border-right: 20px solid white;
            height: 40px;
            padding: 4px;
            background: #F9F9F9;
            margin-bottom: 8px;
            outline: none;
        }

            .h-list .h-list-items .h-list-item:hover {
                background: #d1d1d1;
            }

            .h-list .h-list-items .h-list-item.active {
                background: #404041;
                position: relative;
                color: white;
            }

                .h-list .h-list-items .h-list-item.active:after, .h-list .h-list-items .h-list-item.active:before {
                    content: "";
                    position: absolute;
                    left: 100%;
                    width: 10px;
                    height: 20%;
                }

                .h-list .h-list-items .h-list-item.active:before {
                    top: 30%;
                    background: linear-gradient(to top right, #404041 50%, transparent 51%);
                }

                .h-list .h-list-items .h-list-item.active:after {
                    bottom: 30%;
                    background: linear-gradient(to bottom right, #404041 50%, transparent 51%);
                }

            .h-list .h-list-items .h-list-item .h-item {
                width: 100%;
            }

                .h-list .h-list-items .h-list-item .h-item .h-item-icon {
                    background: red;
                    border-radius: 5px;
                    width: 32px;
                    height: 32px;
                    text-align: center;
                    font-size: 24px;
                }

                .h-list .h-list-items .h-list-item .h-item .h-item-text {
                }

                    .h-list .h-list-items .h-list-item .h-item .h-item-text span {
                        padding-top: 4px;
                        padding-left: 16px;
                        position: relative;
                        width: 250px;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        float: left;
                    }

                    .h-list .h-list-items .h-list-item .h-item .h-item-text .h-item-text-inner {
                    }

                    .h-list .h-list-items .h-list-item .h-item .h-item-text span .h-confirm-icon {
                        top: -4px;
                        position: relative;
                    }

                    .h-list .h-list-items .h-list-item .h-item .h-item-text input {
                        margin-left: 16px !important;
                        border: 0px;
                        margin: 0px;
                        padding: 0px;
                        width: 70%;
                        background: none;
                        position: relative;
                        height: 40px;
                        top: -4.5px;
                    }

.h-list-scrollbar {
    position: relative;
}

.h-flex {
    flex: 1;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 15px;
}

.h-column {
    width: 50%;
    height: 100%;
    flex: 0 0 auto;
    min-width: 300px;
    max-width: 550px;
}

    .h-column .h-column-title {
        background: black;
        text-align: center;
        padding: 5px 20px;
        color: white;
        margin: 0px 15px;
    }

    .h-column .h-column-content {
        padding: 5px 15px;
    }

.gdpr-scrollbar {
    position: relative;
    height: 100%;
}

    .gdpr-scrollbar div[ng-transclude] {
        height: 100%;
    }

    .gdpr-scrollbar:hover .ps__rail-x,
    .gdpr-scrollbar:hover .ps__rail-y {
        opacity: 1;
    }

    .gdpr-scrollbar .ps__rail-x,
    .gdpr-scrollbar .ps__rail-y {
        background: #DDDDDE;
    }

    .gdpr-scrollbar .ps__rail-y {
        width: 4px;
        right: 2px !important;
    }

    .gdpr-scrollbar .ps__rail-x {
        height: 8px;
    }

        .gdpr-scrollbar .ps__rail-x:hover > .ps__thumb-x,
        .gdpr-scrollbar .ps__rail-x:focus > .ps__thumb-x,
        .gdpr-scrollbar .ps__rail-x.ps--clicking .ps__thumb-x {
            height: 8px;
        }

    .gdpr-scrollbar .ps__rail-y:hover > .ps__thumb-y,
    .gdpr-scrollbar .ps__rail-y:focus > .ps__thumb-y,
    .gdpr-scrollbar .ps__rail-y.ps--clicking .ps__thumb-y {
        width: 8px;
    }

    .gdpr-scrollbar .ps__rail-y .ps__thumb-y {
        cursor: grabbing;
        background: #404041;
        width: 8px;
        right: -2px;
    }

    .gdpr-scrollbar .ps__rail-x .ps__thumb-x {
        cursor: grabbing;
        background: #404041;
    }

#horizontal-scrollbar .ps__rail-x {
    opacity: 1;
}

.content-box {
    margin-top: 12px;
}

    .content-box .content-box-subtitle {
        margin-bottom: 15px;
        color: #1D73C7;
        text-decoration: underline;
    }

.sub-heading {
    color: #3577B7;
    text-decoration: underline;
}

.gdpr-input {
    font-size: 12px;
    color: #000000;
    margin-bottom: 10px;
}

    .gdpr-input p {
        margin: 0 0 4px;
    }

    .gdpr-input.animate-show {
        transition: transform .5s ease;
        transform: scaleY(1) translateY(0);
    }

        .gdpr-input.animate-show.ng-hide {
            transform: scaleY(0) translateY(-100%);
        }

    .gdpr-input textarea,
    .gdpr-input input {
        width: 100%;
        border: 1px solid #D5D6D6;
    }

    .gdpr-input textarea {
        min-height: 60px;
        padding: 4px 15px;
        resize: vertical;
    }

    .gdpr-input input {
        padding: 6px 15px;
    }

        .gdpr-input input[readonly], .gdpr-input textarea[readonly] {
            background: #c6c6c6;
            cursor: default;
        }

        .gdpr-input input:focus, .gdpr-input textarea:focus {
            border: solid 1px grey;
        }



.gdpr-dropdown {
    display: flex;
    width: 100%;
    height: 30px;
    background: #F1F2F2;
    cursor: pointer;
    outline: none;
    position: relative;
}

    .gdpr-dropdown .gdpr-dropdown-item {
        flex: 1;
        padding: 6px 10px;
    }

    .gdpr-dropdown .gdpr-dropdown-button {
        text-align: center;
        width: 60px;
        font-size: 22px;
        border-left: 1px solid black;
    }

        .gdpr-dropdown .gdpr-dropdown-button:hover {
            background: #F9F9F9;
        }

    .gdpr-dropdown .gdpr-dropdown-items {
        width: 100%;
        max-height: 140px;
        padding: 0px;
        background: #FFFFFF;
        position: absolute;
        margin-top: 30px;
        margin-bottom: 25px;
        cursor: auto;
        outline: none;
        z-index: 99999;
        -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
    }

        .gdpr-dropdown .gdpr-dropdown-items .ps {
            max-height: 140px;
        }

        .gdpr-dropdown .gdpr-dropdown-items .ps--active-y .gdpr-dropdown-list {
            padding-right: 10px;
        }

        .gdpr-dropdown .gdpr-dropdown-items .gdpr-dropdown-list {
            padding: 0px;
            margin: 0px;
            cursor: pointer;
        }


            .gdpr-dropdown .gdpr-dropdown-items .gdpr-dropdown-list .gdpr-drodown-list-item {
                padding: 8px 0px 8px 15px;
                font-weight: bold;
                background: #FFFFFF;
                color: #1D70B7;
            }

                .gdpr-dropdown .gdpr-dropdown-items .gdpr-dropdown-list .gdpr-drodown-list-item:nth-child(even) {
                    background: #F1F2F2;
                    border: 1px solid #D5D6D6;
                }

                .gdpr-dropdown .gdpr-dropdown-items .gdpr-dropdown-list .gdpr-drodown-list-item:hover {
                    background: #1D70B7;
                    color: white;
                }


.gdpr-form {
    position: relative;
}

.gdpr-multilist {
    width: 100%;
}

    .gdpr-multilist .gdpr-multilist-items {
        list-style: none;
        padding: 0px;
    }


        .gdpr-multilist .gdpr-multilist-items .gdpr-multilist-item {
            display: flex;
            flex-direction: row;
        }

            .gdpr-multilist .gdpr-multilist-items .gdpr-multilist-item:nth-child(odd) {
                background: #F1F2F2;
            }

                .gdpr-multilist .gdpr-multilist-items .gdpr-multilist-item:nth-child(odd) .gdpr-multilist-remove {
                    background: #FFFFFF;
                }

            .gdpr-multilist .gdpr-multilist-items .gdpr-multilist-item .gdpr-multilist-remove {
                color: red;
                padding: 3px 10px;
            }

                .gdpr-multilist .gdpr-multilist-items .gdpr-multilist-item .gdpr-multilist-remove span {
                    cursor: pointer;
                }

            .gdpr-multilist .gdpr-multilist-items .gdpr-multilist-item .gdpr-multilist-row {
                flex: 1;
                display: flex;
            }

                .gdpr-multilist .gdpr-multilist-items .gdpr-multilist-item .gdpr-multilist-row:hover {
                    background: #1D70B7;
                    cursor: pointer;
                    color: white;
                }

                .gdpr-multilist .gdpr-multilist-items .gdpr-multilist-item .gdpr-multilist-row .gdpr-multilist-text {
                    text-align: right;
                    padding: 3px 10px;
                    flex: 1;
                }

                .gdpr-multilist .gdpr-multilist-items .gdpr-multilist-item .gdpr-multilist-row .gdpr-multilist-arrow {
                    padding: 3px 10px;
                }


.gdpr-multiselect {
    display: flex;
    width: 100%;
    height: 30px;
    background: #F1F2F2;
    cursor: pointer;
    outline: none;
    margin-bottom: 20px;
    padding-top: 5px;
    border: solid black 1px;
    position: relative;
}

    .gdpr-multiselect .gdpr-multiselect-textrow {
        display: flex;
        flex-direction: row;
    }

        .gdpr-multiselect .gdpr-multiselect-textrow .gdpr-multiselect-title {
            font-size: 14px;
            padding-left: 10px;
            color: #6D7184;
        }

        .gdpr-multiselect .gdpr-multiselect-textrow .gdpr-multiselect-titleinfo {
            font-size: 8px;
            padding-top: 6px;
            margin-left: 4px;
        }

    .gdpr-multiselect .gdpr-multiselect-actions {
        flex: 1;
        display: flex;
        text-align: right;
    }

        .gdpr-multiselect .gdpr-multiselect-actions .gdpr-multiselct-actiontext {
            flex-direction: row;
            flex: 1;
            color: #6D7184;
        }

        .gdpr-multiselect .gdpr-multiselect-actions .gdpr-multiselect-dropdownicon {
            margin: 0px 10px;
            font-size: 22px;
        }

    .gdpr-multiselect .gdpr-multiselect-items {
        width: 100%;
        max-height: 200px;
        padding: 0px;
        background: #FFFFFF;
        position: absolute;
        margin-top: 25px;
        margin-bottom: 25px;
        cursor: auto;
        outline: none;
        z-index: 999;
        -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
    }

        .gdpr-multiselect .gdpr-multiselect-items .ps {
            max-height: 200px;
        }

        .gdpr-multiselect .gdpr-multiselect-items .ps--active-y .gdpr-multiselect-list {
            padding-right: 10px;
        }


        .gdpr-multiselect .gdpr-multiselect-items .gdpr-multiselect-list {
            list-style: none;
            padding: 0px;
            margin: 0px;
            cursor: pointer;
        }

            .gdpr-multiselect .gdpr-multiselect-items .gdpr-multiselect-list .gdpr-multiselect-list-input {
                padding: 0px;
                margin: 0px;
            }

                .gdpr-multiselect .gdpr-multiselect-items .gdpr-multiselect-list .gdpr-multiselect-list-input form {
                    display: flex
                }

                    .gdpr-multiselect .gdpr-multiselect-items .gdpr-multiselect-list .gdpr-multiselect-list-input form input {
                        width: 100%;
                        height: 100%;
                        padding: 8px 1px 8px 15px;
                        border: none;
                    }

                    .gdpr-multiselect .gdpr-multiselect-items .gdpr-multiselect-list .gdpr-multiselect-list-input form button {
                        background: none;
                        border: none;
                        padding-right: 11px;
                        font-size: 16px;
                    }

            .gdpr-multiselect .gdpr-multiselect-items .gdpr-multiselect-list .gdpr-multiselect-list-item {
                display: flex;
                flex-direction: row;
                padding: 8px 1px 8px 15px;
                font-weight: bold;
                background: #FFFFFF;
                color: #1D70B7;
            }

                .gdpr-multiselect .gdpr-multiselect-items .gdpr-multiselect-list .gdpr-multiselect-list-item:nth-child(even) {
                    background: #F1F2F2;
                    border: 1px solid #D5D6D6;
                    padding-right: 0px;
                }

                .gdpr-multiselect .gdpr-multiselect-items .gdpr-multiselect-list .gdpr-multiselect-list-item:hover {
                    background: #1D70B7;
                    color: white;
                }


                .gdpr-multiselect .gdpr-multiselect-items .gdpr-multiselect-list .gdpr-multiselect-list-item .gdpr-multiselect-list-item-text {
                    flex: 1;
                }

                .gdpr-multiselect .gdpr-multiselect-items .gdpr-multiselect-list .gdpr-multiselect-list-item .gdpr-multiselect-list-item-button {
                    background: #FFFFFF;
                    border: solid black 1px;
                    border-radius: 4px;
                    margin-right: 10px;
                    width: 15px;
                    height: 15px;
                    color: #59B047;
                    outline: none;
                }


.gdpr-button-block {
    padding: 10px 0px;
    text-align: center;
    width: 100%;
    border: none;
}

.gdpr-save {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 20px 35px;
    background: #1D70B7;
    z-index: 99999999999;
    color: white;
    font-weight: 900;
    height: 65px;
    font-size: large;
    cursor: pointer;
    transition: all cubic-bezier(.87,-.41,.19,1.44) 0.5s;
    width: 200px;
    text-align: center;
}

    .gdpr-save.ng-hide {
        right: -150px;
    }


.gdpr-assessment-banner {
    display: flex;
}

    .gdpr-assessment-banner .gdpr-assessment-banner-container {
        flex: 1;
        /*padding: 0px 25px;*/
        padding-left: 5em;
        margin-bottom: 50px;
        text-align: center;
    }

        .gdpr-assessment-banner .gdpr-assessment-banner-container .gdpr-assessment-banner-circle {
            width: 100px;
            height: 100px;
            border: solid 1px;
            border-radius: 50%;
            text-align: center;
            /*color: red;*/
            padding-top: 20px;
            font-size: 38px;
        }

            .gdpr-assessment-banner .gdpr-assessment-banner-container .gdpr-assessment-banner-circle p {
                margin-top: 30px;
                font-size: 16px;
            }

.gdpr-dashboard-counts {
    height: 100%;
    padding: 0px;
}

    .gdpr-dashboard-counts .gdpr-dashboard-count {
        height: 50%;
        width: 100%;
        text-align: center;
        padding: 5px;
    }

        .gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border {
            height: 100%;
            width: 100%;
            border: solid #EFEFF0 1px;
        }

            .gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border .dash-tasks {
            }

            .gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border .dash-circle {
                width: 40%;
                margin-left: 30%;
                margin-top: 20px;
            }

                .gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border .dash-circle .pc-container {
                }

                .gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border .dash-circle.outstanding .pc-container .pc-border,
                .gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border .dash-circle.breaches .pc-container .pc-border {
                    background-color: rgb(250, 184, 27) !important;
                    background-image: linear-gradient(270deg, transparent 50%, rgb(250, 184, 27) 50%), linear-gradient(90deg, rgb(200, 224, 232) 50%, transparent 50%) !important;
                }

                /*.gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border .dash-circle.breaches .pc-container .pc-border {
                    background-color: rgb(156, 225, 0) !important;
                    background-image: linear-gradient(270deg, transparent 50%, rgb(156, 225, 0) 50%), linear-gradient(90deg, rgb(200, 224, 232) 50%, transparent 50%) !important;
                }*/

                .gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border .dash-circle .pc-container .pc-border .pc-circle {
                    margin-top: -95% !important;
                    margin-left: 5% !important;
                    width: 90% !important;
                    padding-top: 90% !important;
                    background-color: #ffffff !important;
                }

                .gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border .dash-circle.outstanding .pc-container .pc-border .pc-circle span,
                .gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border .dash-circle.breaches .pc-container .pc-border .pc-circle span {
                    color: #FAB81B;
                    font-size: 300%;
                }

            /*.gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border .dash-circle.breaches .pc-container .pc-border .pc-circle span {
                    color: rgb(156, 225, 0);
                    font-size: 300%;
                }*/

            .gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border .split-text {
                margin-top: 5px;
                width: 100%;
                color: #FAB81B;
                font-size: 20px;
                padding-bottom: 10px;
                border-bottom: solid #EFEFF0 1px;
            }

            /*.gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border .dash-breach .split-text {
                color: #9CE100;
            }*/

            .gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border .dash-icon {
                position: absolute;
                right: 20px;
                top: 15px;
                font-size: 32px;
                color: #FAB81B;
            }

            .gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border .remaining,
            .gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border .dash-breach .remaining {
                color: #FAB81B;
            }

                .gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border .remaining .remaining-center {
                    margin-top: 10px;
                }

                    .gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border .remaining .remaining-center .btn-circle,
                    .gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border .dash-breach .remaining .remaining-center .btn-circle {
                        background: #FAB81B;
                        color: white;
                        padding: 1px 3px;
                    }

                /*.gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border .dash-breach .remaining .remaining-center .btn-circle {
                    background: #9CE100;
                    color: white;
                    padding: 1px 3px;
                }*/

/*.gdpr-dashboard-counts .gdpr-dashboard-count .gdpr-dashboard-count-border .dash-breach .remaining {
                color: #9CE100;
            }*/




.gdpr-dashboard-buttons {
    height: 100%;
    padding: 0px;
}

    .gdpr-dashboard-buttons .gdpr-dashboard-button {
        height: 25%;
        width: 100%;
        text-align: center;
        padding: 5px;
    }

        .gdpr-dashboard-buttons .gdpr-dashboard-button .gdpr-dashboard-button-border {
            height: 100%;
            width: 100%;
            border: solid #EFEFF0 1px;
            cursor: pointer;
        }


        .gdpr-dashboard-buttons .gdpr-dashboard-button svg,
        .gdpr-dashboard-buttons .gdpr-dashboard-button span {
            font-size: 4vw;
        }

        .gdpr-dashboard-buttons .gdpr-dashboard-button svg {
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .gdpr-dashboard-buttons .gdpr-dashboard-button span {
            color: black;
            -webkit-text-fill-color: white; /* Will override color (regardless of order) */
            -webkit-text-stroke-width: 2px;
            -webkit-text-stroke-color: black;
        }

        .gdpr-dashboard-buttons .gdpr-dashboard-button p {
            font-weight: 700;
            font-size: 0.9vw;
        }


.gdpr-dashboard-tasks {
    height: 100%;
    padding: 5px;
}

    .gdpr-dashboard-tasks .gdpr-dashboard-tasks-border {
        height: 100%;
        width: 100%;
        border: solid #EFEFF0 1px;
    }

        .gdpr-dashboard-tasks .gdpr-dashboard-tasks-border .gdpr-dashboard-tasks {
            display: flex;
            flex-flow: column;
            padding: 0px 15px;
        }

            .gdpr-dashboard-tasks .gdpr-dashboard-tasks-border .gdpr-dashboard-tasks .title {
                margin-top: 15px;
                margin-bottom: 15px;
            }

            .gdpr-dashboard-tasks .gdpr-dashboard-tasks-border .gdpr-dashboard-tasks .tasks-content {
                flex: 1;
                overflow: hidden;
            }

.gdpr-tasks {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
}

    .gdpr-tasks .gdpr-tasks-header {
        width: 100%;
        border: solid black 2px;
        flex: 0;
        padding: 5px 10px;
    }

        .gdpr-tasks .gdpr-tasks-header .gdpr-tasks-button {
            margin-right: 25px;
        }

    .gdpr-tasks .gdpr-tasks-items {
        flex: 1;
        height: 100%;
        display: block;
        padding-bottom: 10px;
        position: relative;
        overflow: hidden;
    }

        .gdpr-tasks .gdpr-tasks-items .gdpr-tasks-new {
            position: absolute;
            height: 100%;
            width: 100%;
            background: rgba(245, 247, 248, 0.87);
            z-index: 1000;
            padding-top: 10%;
            transition: opacity linear .3s;
            opacity: 1;
        }

            .gdpr-tasks .gdpr-tasks-items .gdpr-tasks-new.ng-hide {
                opacity: 0;
            }

            .gdpr-tasks .gdpr-tasks-items .gdpr-tasks-new .gdpr-tasks-new-block {
                background: #fff;
                opacity: 1;
                -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
                -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
                box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
                max-height: 300px;
                display: flex;
                flex-flow: column;
                padding-bottom: 15px;
            }

.gdpr-tasks-new-block-form {
    width: 100%;
}

    .gdpr-tasks-new-block-form input,
    .gdpr-tasks-new-block-form textarea,
    .gdpr-tasks-new-block-form button {
        width: 100%;
        margin-bottom: 10px;
    }

    .gdpr-tasks-new-block-form textarea {
        overflow: hidden;
        resize: vertical;
    }

.gdpr-tasks .gdpr-tasks-items .gdpr-tasks-assign-user {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(245, 247, 248, 0.87);
    z-index: 1000;
    padding-top: 10%;
    transition: opacity linear .3s;
    opacity: 1;
}

    .gdpr-tasks .gdpr-tasks-items .gdpr-tasks-assign-user.ng-hide {
        opacity: 0;
    }

    .gdpr-tasks .gdpr-tasks-items .gdpr-tasks-assign-user .gdpr-tasks-assign-user-block {
        background: #fff;
        opacity: 1;
        -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        max-height: 300px;
        display: flex;
        flex-flow: column;
        padding-bottom: 15px;
    }

        .gdpr-tasks .gdpr-tasks-items .gdpr-tasks-assign-user .gdpr-tasks-assign-user-block input {
            margin-bottom: 10px;
        }

.gdpr-tasks-user {
    padding: 5px 0px;
}

    .gdpr-tasks-user:hover {
        background: #F1F2F2
    }

.gdpr-tasks-list {
    font-size: 12px;
}

    .gdpr-tasks-list .gdpr-task:nth-child(odd) {
        background: #F1F2F2;
    }

.gdpr-task {
    padding: 5px;
}

    .gdpr-task .gdpr-task-icon-container {
    }

        .gdpr-task .gdpr-task-icon-container .gdpr-task-icon {
            border-radius: 5px;
            width: 32px;
            height: 32px;
            text-align: center;
            font-size: 24px;
            color: white;
        }

    .gdpr-task .gdpr-task-content {
        padding-left: 40px;
    }

        .gdpr-task .gdpr-task-content .gdpr-task-toprow {
            display: flex
        }

            .gdpr-task .gdpr-task-content .gdpr-task-toprow .gdpr-task-name {
                overflow: hidden;
                flex: 1;
            }

                .gdpr-task .gdpr-task-content .gdpr-task-toprow .gdpr-task-name b {
                    white-space: nowrap;
                    overflow: hidden;
                }

            .gdpr-task .gdpr-task-content .gdpr-task-toprow .gdpr-task-assigned {
                padding-right: 10px;
            }


.border-2 {
    border: solid 2px #c2c3c3;
}


.gdpr-access-requests-areas {
    width: 100%;
}

    .gdpr-access-requests-areas .gdpr-access-requests-area {
        width: 100%;
    }

        .gdpr-access-requests-areas .gdpr-access-requests-area .gdpr-access-requests-area-name {
            padding: 5px 0px;
            background: #F1F2F2;
            margin-top: 10px;
        }

        .gdpr-access-requests-areas .gdpr-access-requests-area .gdpr-access-requests-area-task {
            padding: 5px;
            display: flex;
            position: relative;
            margin-top: 10px;
        }

            .gdpr-access-requests-areas .gdpr-access-requests-area .gdpr-access-requests-area-task:nth-child(even) {
                border: solid 2px #DDDDEE;
            }


            .gdpr-access-requests-areas .gdpr-access-requests-area .gdpr-access-requests-area-task:nth-child(odd) {
                background: #F1F2F2;
            }

            .gdpr-access-requests-areas .gdpr-access-requests-area .gdpr-access-requests-area-task .task-icon {
                background: red;
                border-radius: 5px;
                width: 32px;
                height: 32px;
                text-align: center;
                font-size: 24px;
                display: block;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                z-index: 900;
            }

            .gdpr-access-requests-areas .gdpr-access-requests-area .gdpr-access-requests-area-task .task-text {
                flex: 1;
                display: block;
                position: relative;
                padding: 5px 0px 5px 40px;
            }


.btn-gdpr-toggle {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
}

    .btn-gdpr-toggle input {
        opacity: 0;
        width: 0;
        height: 0;
    }


    .btn-gdpr-toggle .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .btn-gdpr-toggle .slider:before {
            position: absolute;
            content: "";
            height: 20px;
            width: 20px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .btn-gdpr-toggle input:checked + .slider {
        background-color: #00978C;
    }

    .btn-gdpr-toggle input:focus + .slider {
        box-shadow: 0 0 1px #00978C;
    }

    .btn-gdpr-toggle input:checked + .slider:before {
        -webkit-transform: translateX(32px);
        -ms-transform: translateX(32px);
        transform: translateX(32px);
    }

    /* Rounded sliders */
    .btn-gdpr-toggle .slider.round {
        border-radius: 34px;
    }

        .btn-gdpr-toggle .slider.round:before {
            border-radius: 50%;
        }


    .btn-gdpr-toggle[disabled] {
    }

        .btn-gdpr-toggle[disabled] input:checked + .slider {
            background-color: #c6c6c6;
            cursor: not-allowed
        }

.table-task {
}

    .table-task tbody tr:nth-child(odd) {
        background: #f0f8ff
    }

    .table-task tbody tr td, .table-task tbody tr th {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .table-task tbody tr th {
        background: #4f9bde;
        color: white;
    }

    .table-task tbody tr td:first-child {
        border-right: none;
    }

    .table-task tbody tr td:last-child {
        border-left: none;
    }

    .table-task tbody tr th, .table-task tbody tr td {
        padding-left: 15px;
    }

.tasks-table {
}

    .tasks-table th {
        white-space: nowrap;
        padding-right: 20px;
        padding-left: 20px;
        font-weight: 300;
    }


    .tasks-table tbody {
        background: #F9FAFA;
    }

.task {
    position: relative;
    font-size: 14px;
    outline: none;
    transition: background linear .5s;
}

    .task.active {
        background: black;
        color: white;
    }

    .task.highlight {
        background: yellow;
    }


    .task td {
        padding-bottom: 5px;
        padding-top: 5px;
        height: 0px;
    }

        .task td:first-child {
            padding-left: 5px;
        }

        .task td:last-child {
            padding-right: 15px;
        }

        .task td.task-child {
            padding-left: 5vw;
        }

    .task .task-info {
        display: flex;
        position: relative;
        border-bottom: solid black 1px;
    }

        .task .task-info .task-icon {
            position: relative;
            flex: 0;
            margin-right: 5px;
            margin-top: 4px;
        }

        .task .task-info .task-text {
            padding-bottom: 5px;
        }

            .task .task-info .task-text p {
                margin-bottom: 0px;
            }

    .task .task-icon div {
        padding: 5px;
        border-radius: 10px;
        background: red;
        color: white;
        margin-bottom: 10px;
    }

    .task .task-action {
        border-bottom: solid black 1px;
        height: 100%;
        padding: 0px 5px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        padding-bottom: 10px;
    }

        .task .task-action div {
            text-align: center;
            color: white;
            background: #404041;
            width: 100%;
            white-space: nowrap;
            padding: 5px;
        }

    .task .task-assigned {
        border-bottom: solid black 1px;
        height: 100%;
        padding: 0px 5px;
        display: flex;
        justify-content: end;
        align-items: flex-end;
        padding-bottom: 10px;
    }

        .task .task-assigned div {
            text-align: right;
            color: white;
            background: #404041;
            width: 100%;
            white-space: nowrap;
            padding: 5px;
        }


.task-input {
    width: 100%;
}

    .task-input p {
        padding-left: 20px;
    }

    .task-input textarea, .task-input input {
        width: 100%;
        resize: vertical;
        border: none;
        outline: none;
        border: solid 1px white;
        transition: all linear .3s;
        cursor: pointer;
    }

        .task-input textarea:focus, .task-input input :focus {
            width: 100%;
            resize: vertical;
            border: solid 1px black;
            border-left: solid 2px orange;
        }

        .task-input textarea:hover, .task-input input :hover {
            background: #fffee0;
        }


.sidebar {
    position: absolute;
    top: 0px;
    left: 10px;
    height: 100%;
    width: 70px;
    padding-top: 90px;
    background: none;
}

    .sidebar .sidebar-item {
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #d2d6d6;
        background: -webkit-linear-gradient(top, #d2d6d6 0%,#c2c5c6 100%);
        background: linear-gradient(to bottom, #d2d6d6 0%,#c2c5c6 100%);
        background: -moz-linear-gradient(top, #d2d6d6 0%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #d2d6d6 0%,#ffffff 100%);
        background: linear-gradient(to bottom, #d2d6d6 0%,#ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d6d6', endColorstr='#ffffff',GradientType=0 );
        outline: none;
    }

        .sidebar .sidebar-item:hover .sidebar-title, .sidebar .sidebar-item .sidebar-title:hover {
            left: 0px;
            border: solid 1px black;
        }

        .sidebar .sidebar-item .sidebar-icon {
            text-align: center;
            font-size: 40px;
            z-index: 100;
            outline: none;
        }

        .sidebar .sidebar-item .sidebar-title {
            position: absolute;
            padding-left: 80px;
            width: 310px;
            left: -1000px;
            font-size: 18px;
            font-weight: 600;
            background: white;
            height: 70px;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            outline: none;
        }

        .sidebar .sidebar-item .sidebar-card {
            position: absolute;
            left: -1000px;
            height: auto;
            background: white;
            outline: none;
        }

            .sidebar .sidebar-item:hover .sidebar-card, .sidebar .sidebar-item .sidebar-card:hover {
                left: 69px;
                top: 69px;
                width: 240px;
            }

            .sidebar .sidebar-item .sidebar-card .sidebar-list {
                width: 100%;
                list-style: none;
                padding: 0px;
                max-height: 330px;
                overflow-y: auto;
            }

                .sidebar .sidebar-item .sidebar-card .sidebar-list li {
                    padding-left: 10px;
                    font-size: 16px;
                    padding-left: 10px;
                    font-weight: 300;
                    height: 35px;
                    line-height: 35px;
                    outline: none;
                }

                .sidebar .sidebar-item .sidebar-card .sidebar-list.edit li:hover {
                    background: #9A2164;
                }

                .sidebar .sidebar-item .sidebar-card .sidebar-list.remove li:hover {
                    background: #0D6180;
                }

                .sidebar .sidebar-item .sidebar-card .sidebar-list li:nth-child(even) {
                    background: #ECECEC;
                }

                .sidebar .sidebar-item .sidebar-card .sidebar-list li:hover {
                    background: #58595B;
                    color: white;
                }

                .sidebar .sidebar-item .sidebar-card .sidebar-list li .badge {
                    padding: 2px;
                    background: #9CC31A;
                    color: #605E57;
                    border-radius: 5px;
                    font-size: 18px;
                    width: 26px;
                    float: right;
                    margin-top: 4px;
                    margin-right: 4px;
                }

                .sidebar .sidebar-item .sidebar-card .sidebar-list li span:first-child {
                    white-space: nowrap;
                    width: 180px !important;
                    display: inline-block;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    font-size: 12px;
                }

            .sidebar .sidebar-item .sidebar-card .sidebar-controls {
                width: 100%;
                background: white;
                border: solid #D0D0D0 1px;
                margin-top: -10px;
                padding: 5px;
            }

                .sidebar .sidebar-item .sidebar-card .sidebar-controls button {
                    border-radius: 25px;
                    border: none;
                    outline: none;
                    color: white;
                    height: 30px;
                    width: 30px;
                }

                    .sidebar .sidebar-item .sidebar-card .sidebar-controls button:nth-child(1) {
                        background: #00A298;
                    }

                    .sidebar .sidebar-item .sidebar-card .sidebar-controls button:nth-child(2) {
                        background: #0D6180;
                    }

                    .sidebar .sidebar-item .sidebar-card .sidebar-controls button:nth-child(3) {
                        background: #9A2164;
                    }
