/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
(4015,22): run-time error CSS1030: Expected identifier, found ' '
 */
/*
    KOLORY INSTANCJI (main | hover)
    grc: #b71c1c | #e57373
    progmedica: #40beaa | #57d9c5
    rodo: #5289c2 | #b3d2f2
    szi: #01ae93 | #57d9c5
    lkz: #956bb2 | #d7c1e6
*/

@font-face {
    font-family: Bliss2;
    src: url(/fonts/Bliss2/Bliss2B.otf);
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

@media print {
    .no-print, .no-print *, .noprint, .noprint * {
        display: none !important;
    }

    md-radio-button.md-default-theme:not([disabled]).md-primary.md-checked .md-off,
    md-radio-button:not([disabled]).md-primary.md-checked .md-off,
    md-radio-button.md-default-theme:not([disabled]) .md-primary.md-checked .md-off,
    md-radio-button:not([disabled]) .md-primary.md-checked .md-off,
    md-radio-button.md-default-theme:not([disabled]).md-primary .md-checked .md-off,
    md-radio-button:not([disabled]).md-primary .md-checked .md-off,
    md-radio-button.md-default-theme:not([disabled]) .md-primary .md-checked .md-off,
    md-radio-button:not([disabled]) .md-primary .md-checked .md-off,
    md-radio-group.md-default-theme:not([disabled]).md-primary.md-checked .md-off,
    md-radio-group:not([disabled]).md-primary.md-checked .md-off,
    md-radio-group.md-default-theme:not([disabled]) .md-primary.md-checked .md-off,
    md-radio-group:not([disabled]) .md-primary.md-checked .md-off,
    md-radio-group.md-default-theme:not([disabled]).md-primary .md-checked .md-off,
    md-radio-group:not([disabled]).md-primary .md-checked .md-off,
    md-radio-group.md-default-theme:not([disabled]) .md-primary .md-checked .md-off,
    md-radio-group:not([disabled]) .md-primary .md-checked .md-off {
        border-width: 10px;
        border-style: solid;
    }

    md-checkbox.md-checked .md-icon:after {
        border-color: rgba(120,120,120,0.87) !important;
        left: 4px !important;
        top: 0px !important;
    }

    md-checkbox.md-checked .md-icon {
        border-radius: 2px !important;
        border: rgba(120,120,120,0.87) solid 3px !important;
    }

    .overflow-table {
        overflow: visible !important;
    }

    .export-table {
        overflow: visible !important;
    }

    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    table {
        overflow: visible !important;
        display: block;
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0px;
    }

    td, th {
        border: 1px solid;
        padding-top: 0;
        padding-bottom: 0;
        page-break-inside: avoid;
        vertical-align: top
    }

    tr {
        page-break-inside: avoid;
    }

    thead {
        display: table-row-group;
    }

    tfoot {
        display: table-row-group;
    }

    tr {
        page-break-inside: avoid;
    }

    thead:before, thead:after {
        display: none;
    }

    .ng-hide {
        display: none;
    }

    .ib2_paging {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }
}

/* Footer */
.ib-footer {
    padding: 40px 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: 1px solid #e5e5e5;
}

    .ib-footer p:last-child {
        margin-bottom: 0;
    }

footer {
    display: none;
}

/* Menu */
@media (min-width: 768px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        margin: 0;
    }
}

/* omnispace */
.wb-st {
    margin: 9px;
    width: 180px;
    height: 135px;
    position: relative;
    float: left;
}

.wb-st-logo {
    margin: 9px;
    width: 245px;
    height: 235px;
    position: relative;
    float: left;
}

.wb-st-cnt {
    width: 135px;
    height: 100px;
    position: relative;
    margin: auto;
    overflow: hidden;
    text-align: center;
}

.wb-st-cnt-logo {
    width: 200px;
    height: 200px;
    position: relative;
    margin: auto;
    overflow: hidden;
    text-align: center;
}

.wb-st-img { /*position: absolute;bottom: 0;left: 0;right: 0;*/
    margin: auto;
}

.wb-st-info {
}

.wb-st-name {
    margin-bottom: 5px;
}

.wb-st-del {
    float: right;
    margin-top: 2px;
}

.wb-hours {
    margin: 0;
    padding: 0;
}

.inv-items td {
    vertical: middle;
}

.inv-items .num {
    width: 100px;
}

.inv-items .qty {
    text-align: right;
    width: 40px;
}

.inv-items .ord {
    width: 20px;
}

.inv-items .vatrate {
    text-align: center;
}

.md-button {
    vertical-align: middle;
}

#verificatorForm .md-button {
    vertical-align: middle;
    top: -30px;
}

.subtitle {
    background: #282828 none repeat scroll 0 0;
    border-bottom: 3px solid #f04b0a;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 10px;
    line-height: 30px;
    margin-bottom: 3px;
}

    .subtitle img {
        float: right;
        cursor: pointer;
    }

#icp_popup_overflow .form {
    padding: 0;
}

    #icp_popup_overflow .form li {
        border-bottom: 1px dashed #f04b0a;
    }

#importContainer .settingsImage {
    display: none;
}

#importContainer .no-errors {
    color: green;
    white-space: nowrap;
}

#importContainer .errors {
    color: red;
    font-weight: bold;
}

#importContainer .pointer {
    cursor: pointer;
}

/* MG: to ma być na końcy pliku i jest do wywalenia */
.md-toolbar-tools {
    background-color: #282828;
}

.form {
    box-shadow: 0 0;
    border: 0;
    border-radius: 0 0;
    font-size: 1.077em;
}

    .form .field, .form .wideField, .af11 {
        padding: 5px 0;
        clear: both;
    }

        span.label, td.label > span, span.value, .af11 .label, .af11 .value, .form label, .form .label, .form .wideValue, .form .value, .popup-table span.label, .popup-table .value, .asform label {
            display: inline-block;
            vertical-align: top;
            font-weight: normal;
            line-height: 20px;
            font-size: 1em;
            padding: 0;
        }

        .af11 .label, .form label, .form .label, .form-table .label {
            width: 200px;
            margin-right: 20px;
            text-align: right;
            line-height: 16px;
            vertical-align: middle;
            margin-left: 20px;
        }

.asform label {
    margin-right: 20px;
    text-align: right;
    line-height: 16px;
    vertical-align: middle;
    margin-left: 20px;
}

.value input[type=text], .value select, .value textarea {
    margin-top: -5px;
}

.value td input[type=text], .value td select, .value td textarea {
    margin-top: 0;
}

.form-table * {
    line-height: 16px;
    vertical-align: top;
}

.form-table th, .popup-table th {
    color: #282828;
}

.form-table td, .form-table th, .popup-table td, .popup-table th {
    padding: 5px 20px 5px 0;
    vertical-align: top;
}

    .form-table td.vertical {
        display: block;
    }

.form-table .btn, .form-table input[type=submit], .form-table input[type=button] {
    margin-bottom: 0;
    margin-top: 0;
}

.form-table .vertical > span, .form-table .costLabel {
    width: 180px;
    margin-top: 0;
    margin-right: 20px;
    text-align: right;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    line-height: 20px;
    font-size: 1em;
    padding: 0;
}

textarea:focus {
    background-color: white;
}

/* jquery.alerts.css [START] */
#popup_container, #tabSettings, #ib2Popup {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    line-height: 11pt;
    min-width: 300px; /* Dialog will be no smaller than this */ /*max-width: 600px;*/ /* Dialog will wrap after this width */
    background: #fff;
    color: #000;
    border-radius: 5px;
}

#popup_title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    color: #666;
    background: #CCC url(/images/title.gif) top repeat-x;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
}

#popup_close {
    float: right;
    display: inline-block;
    margin: 6px 6px 0pt 0pt;
    text-decoration: none;
    background: transparent url(/images/close.png) top no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

#popup_content {
    background: 16px 16px no-repeat none; /*padding:1em 1.75em;*/
    margin: 0em;
}

    #popup_content.alert {
        background-image: url(/images/info.gif);
    }

    #popup_content.confirm {
        background-image: url(/images/important.gif);
    }

    #popup_content.prompt {
        background-image: url(/images/help.gif);
    }

    #popup_content.popup {
        background-image: none;
    }

#popup_message {
    padding-left: 25px;
    padding-top: 25px;
}

#popup_panel {
    text-align: center;
    margin: 1em 0em 0em 1em;
}

#popup_prompt {
    margin: .5em 0em;
}
/* jquery.alerts.css [END] */
#popup_container, #moduleSettings, #tabSettings, #ib2Popup {
    background: #fafafa;
    font-family: inherit;
}

#popup_title {
    background: none;
    border-bottom: 1px solid #d2d2d2;
    font-size: 18px;
    line-height: 21px;
    font-family: Roboto;
    color: #282828;
    padding: 0;
    font-weight: 400;
    height: auto;
}

    #popup_title span {
        float: none;
        display: block;
        padding: 13px 15px;
    }

#popup_container.ui-draggable {
    background: #fff;
    box-shadow: 3px 3px 6px #d8d8d8;
    border-radius: 2px;
}

.popup-footer, #popup_panel {
    background: #fafafa;
    border-top: 1px solid #d6d6d6;
    border-radius: 0 0 2px 2px;
    border-top: 1px solid #d2d2d2;
}

.popup-edit-table {
    background: none;
}

    .popup-edit-table td {
        padding: 0 10px 10px 0;
    }

.popup-buttons {
    padding: 13px 0 6px;
}

.grouping_rowNavigation td {
    background: transparent;
}

.settings_right_col input[type="text"], .settings_right_col select, .settings_right_col textarea {
    max-width: 375px;
}

.ib2_paging .pages {
    float: right;
}

    .ib2_paging .pages .numbers a, .ib2_paging .pages a.prev, .ib2_paging .pages a.last,
    .ib2_paging .pages .numbers a:hover, .ib2_paging .pages a.prev:hover, .ib2_paging .pages a.last:hover {
        border: none;
        background: none;
    }

/*.md-datepicker-button {display:none;}*/
.md-datepicker-triangle-button.md-button.md-icon-button {
    height: 30px;
    width: 30px;
    display: none;
}

.md-datepicker-input-container {
    height: 30px;
}

.md-datepicker-label {
    font-size: 13px;
    vertical-align: top;
    color: rgba(0, 0, 0, 0.85);
    display: block;
    padding-left: 3px;
    margin-bottom: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

    .md-datepicker-label.invalid {
        color: rgb(221,44,0);
    }

.ib25-custom-invalid {
    color: rgb(221,44,0) !important;
}

/*.md-select-label {font-size: 0.8em;vertical-align: top;color: rgba(0, 0, 0, 0.85);display:block;padding-left:3px;margin-bottom:-20px;}*/
ib-datepicker-container {
    display: inline-block;
    margin: 18px 0;
    padding: 2px;
    position: relative;
    vertical-align: middle;
}

    ib-datepicker-container .ng-scope.ng-active {
        color: rgb(221, 44, 0);
    }

md-input-container .md-input[type=checkbox] {
    width: auto;
}

.md-checkbox-label {
    float: none;
}

.btn {
    cursor: pointer;
    margin-bottom: 3px;
    padding-bottom: 9px;
}

.export {
    float: right !important;
}

.pointer {
    cursor: pointer;
}

ul.ex_grid_actions {
    background: #e8eff1 url("/images/popup-bg.png") repeat-x scroll 0 bottom;
    border: 1px solid #999999;
    border-radius: 5px;
    color: #fff;
    padding: 3px;
    position: absolute;
    width: 180px;
    margin-left: -188px;
    display: none;
}

    ul.ex_grid_actions li.gitem {
        background: #f4f6f8 url("/images/popup-title-bg.png") repeat-x scroll 0 bottom;
        border-radius: 7px 7px 0 0;
        color: #79868e;
        cursor: default;
        display: block;
        font-size: 13px;
        font-weight: bold;
        padding: 5px 8px 8px;
        text-align: left;
    }

    ul.ex_grid_actions li {
        list-style: outside none none;
        padding: 2px 8px;
    }

    ul.ex_grid_actions li {
        list-style: outside none none;
        padding: 2px 8px;
    }

.ex_grid_actions a, .ex_grid tr:hover td .ex_grid_actions a {
    color: #555555;
}
.filter #quickSearch{margin-top:2px;}

#quickSearchBtn,
a.search {
    background: #e1e6e9 url("/images/framework/modules/btn-search.png") no-repeat scroll center center;
    border-color: #d2d2d2;
    border-radius: 0 3px 3px 0;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    display: inline-block;
    height: 33px;
    margin-left: -4px;
    vertical-align: top;
    width: 36px;
	margin-top:2px;
}

    a.search:hover {
        background: #f04b0a url("/images/framework/modules/btn-search.png") no-repeat scroll center center;
    }

.areas {
    white-space: nowrap;
}

.ng-click {
    cursor: pointer;
}

.menu-left li {
    padding: 3px;
    margin-bottom: 2px;
}

    .menu-left li.on {
        background: #f04b0a none repeat scroll 0 0;
    }

        .menu-left li.on a {
            color: white;
        }

    .menu-left li a {
        cursor: pointer;
        font-weight: bold;
    }

.login-table {
    margin-top: 10px;
}

.menu-left {
    margin: 5px 5px 0 0;
}

#prod #contentPane .c-content {
    padding: 15px;
}

#prod #logoPane img, #prod #LogoPane img {
    height: 78px;
}

#prod .SettingsIcons {
    position: relative;
}

#prod #logoPane .SettingsIcons img, #prod #LogoPane .SettingsIcons img {
    height: auto;
}

#prod a.username, a.logout, a.register, a.login {
    line-height: 30px;
    margin: 0 0 0 5px;
    vertical-align: middle;
}

#prod .p-logo {
    float: left;
    margin: 0 15px;
}

    #prod .p-logo .m_contentmanager .Content h1 {
        margin: 0;
    }

#prod .p-header {
    float: right;
    margin: 0 15px;
    padding: 13px 0 0;
    color: #fff;
}

#prod .p-lang {
    float: right;
    margin: 0;
}

#prod .p-user {
    float: right;
    margin: 3px 15px;
}

#prod .p-session {
    float: right;
    margin: 19px 15px 3px 15px;
}

md-input-container label {
    color: rgba(0, 0, 0, 0.85);
    line-height: 18px;
}

md-select.md-default-theme ._md-select-value._md-select-placeholder, md-select ._md-select-value._md-select-placeholder {
    color: rgba(0, 0, 0, 0.85);
    line-height: 18px;
}

md-input-container.md-default-theme.md-input-has-value:not(.md-input-invalid) label, md-input-container.md-input-has-value:not(.md-input-invalid) label {
    color: rgba(0, 0, 0, 0.85);
}

md-input-container .md-char-counter, md-input-container .md-input-message-animation {
    font-size: 10px;
    line-height: 12px;
    padding-top: 2px;
}

md-input-container .md-errors-spacer {
    min-height: 16px;
}

.actions {
    margin: 0 0 5px;
}

.actions .btn {
    margin: 0 5px 0 0;
    height:29px;
}

.ex_grid md-checkbox {
    margin-bottom: 0;
}

.ex_grid .ng-click {
    cursor: pointer;
}

.p-footer {
    color: white;
}

.ib-disabled md-input-container {
    width: 100%;
}

.spliter {
    clear: both;
}

a.searchbutton {
    padding: 6px 14px;
}

.asearch-content {
    background: white;
}

.title {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .title span {
        font-size: 20px;
        padding-left: 2px;
    }

md-checkbox {
    width: 100%;
}

.textOnMid {
    display: inline-flex;
    align-items: center;
}

.loadingCircle {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.formContainer {
    width: 850px;
    margin: 0 auto;
}

#invoiceContainer ib-datepicker-container {
    margin: 0;
}

.invoice-container {
    padding: 10px 30px 5px 30px;
}

.invoice-container-right {
    padding-top: 10px;
}

label.control-label {
    line-height: 20px;
}

span.value {
    margin-left: 5px;
}


/*input[type=text], input[type=password], select, textarea, input[type=number] {
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    background-color: white;
    color: #282828;
    font-size: 14px;
    padding: 7px 9px;
    font-family: Roboto;
    font-size: 14px;
    color: #282828;
    line-height: 16px;
}
input[type=password] {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    display: block;
    margin-top: 0;
    background: none;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    border-width: 0 0 1px 0;
    line-height: 26px;
    height: 30px;
    -ms-flex-preferred-size: 26px;
    border-radius: 0;
    border-style: solid;
    width: 100%;
    box-sizing: border-box;
    float: left;
}*/
.breadcrumbng > a::after {
    box-shadow: 2px -2px 0 2px #f04b0a;
    transition: box-shadow 0.5s ease;
}

.breadcrumbng > a:hover::after {
    box-shadow: 2px -2px 0 2px white;
}

.form li, .asform li {
    margin-top: 5px;
    margin-bottom: 5px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

md-input-container input[type="number"] {
    -moz-appearance: textfield;
}
/*Data-picker*/
.md-icon-button + .md-datepicker-input-container {
    margin-left: 0;
    position: relative;
    right: 28px;
}

.md-button.md-icon-button {
    margin: 0;
    position: relative;
    left: 86px;
}

.md-datepicker-input {
    padding: 6px;
    width: 88px;
    text-align: left;
    min-width: 0;
    max-width: none;
}
/*Numerowanie stron*/
.pages .numbers {
    cursor: default;
}

    .pages .numbers a:hover, .pages .next:hover, .pages .prev:hover {
        cursor: pointer;
    }

    .pages .numbers .current:hover {
        cursor: default;
    }
/*Tabela finanse*/
.finance-wrapper {
    width: 100%;
    margin: 0 auto;
}

    .finance-wrapper th, .finance-wrapper td {
        vertical-align: middle;
        text-align: center;
    }

    .finance-wrapper thead td, .finance-wrapper thead th {
        background-color: #f6f6f6;
        color: #5a5a5a;
        font-size: 14px;
        border: 1px solid #d2d2d2 #e8e8e8 #e8e8e8;
        padding: 7px 8px 6px;
        font-weight: normal;
    }

.zui-wrapper {
    position: relative;
    overflow: auto;
    width: auto;
    float: left;
    max-width: 66.66666667%;
}

.zui-scroller {
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
}

.finance tr {
    height: 40px;
}

.no-space {
    padding: 0;
    margin: 0;
}

.finance-total td, .finance-total th {
    background: rgba(220, 218, 218, 0.10);
}

md-select.md-default-theme .md-select-value.md-select-placeholder, md-select .md-select-value.md-select-placeholder {
    color: rgba(0,0,0,0.85);
    font-weight: 700;
}

/*mainmenu*/
ul.mainmenu {
    background: #000;
    margin: 0;
}

    ul.mainmenu > li {
        display: inline-block;
        float: left;
        position: relative;
    }

        ul.mainmenu > li > a {
            display: block;
            padding: 12px 11px;
            color: #d2d2d2;
            font-size: 14px;
            line-height: 16px;
            text-decoration: none;
        }

        ul.mainmenu > li:hover > a, ul.mainmenu > li.on > a, ul.mainmenu > li.vis > a {
            background: #282828;
        }

        ul.mainmenu > li > ul {
            background: #d2d2d2;
            display: none;
            position: absolute;
            top: 40px;
            left: 0;
            margin: 0;
            width: auto;
            padding: 6px 0;
            z-index: 6;
            white-space: nowrap;
        }

        ul.mainmenu > li:hover > ul {
            display: block;
        }

        ul.mainmenu > li > ul > li > a {
            display: block;
            padding: 6px 15px;
            width: 100%;
            color: #000;
        }

.cp-thin #skin_content {
    background-image: none;
}

.form-group {
    margin-top: 10px;
}
/*.inset{width:450px;}*/
.p-menu-bg .inset {
    max-width: 1228px;
    width: auto;
    min-width: 450px;
}

.p-header-bg .inset {
    max-width: 1228px;
    width: auto;
    min-width: 450px;
}

.p-breadcrumb-bg .inset {
    max-width: 1228px;
    width: auto;
    min-width: 450px;
}

#skin_content .inset {
    max-width: 1228px;
    width: auto;
    min-width: 450px;
}

#skin_footer .inset {
    max-width: 1228px;
    width: auto;
    min-width: 450px;
}

/* login */
html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    min-height: 100%;
    height: 100%;
}

form {
    position: relative;
    min-height: 99%;
}

header {
    height: 7vw;
    background: #dedede;
    border-bottom: solid 8px #b71c1c;
}

footer {
    height: 150px;
    background: #dedede;
    border-top: solid 3px #b71c1c;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 0;
}

    footer.page {
        height: 150px;
    }

    footer .row {
        margin: 5px 0;
    }

#debug_time {
    padding-left: 65px;
}

/* page */
/*@import url(http://fonts.googleapis.com/css?family=Lato);*/

.container {
    /*width:800px;*/
    overflow: hidden;
    display: inline-block;
}

.side-bar {
    height: calc(100% - 250px);
    position: absolute;
    width: 234px;
    color: #fff;
    /*transition: margin-left 0.5s;*/
    /*overflow:auto;*/
    background-size: contain;
    max-height: 667px;
}

.active .side-bar {
    left: -12px;
    overflow: unset;
}

.side-bar ul {
    list-style: none;
    padding: 0px;
}

    .side-bar ul li.menu-head {
        font-family: 'Lato', sans-serif;
        padding: 20px;
        padding-bottom: 30px;
        background: #e9ebee;
        border-bottom: 1px solid white;
    }

    /*.side-bar ul li.menu-head a {
    color: #fff;
    text-decoration: none;
    height: 50px;
}*/

    .side-bar ul .menu-head a {
        color: #464646;
        text-decoration: none;
        height: 50px;
    }

    .side-bar ul li.menu-risk {
        font-family: 'Lato', sans-serif;
        padding: 10px 20px;
    }

    .side-bar ul .menu-risk i {
        color: #5E5C5D;
        text-decoration: none;
    }

    .side-bar ul .menu-risk a {
        color: #464646;
        text-decoration: none;
    }

    .side-bar ul .menu li a {
        color: #4b515d;
        text-decoration: none;
        display: inline-table;
        width: 100%;
        padding-left: 9px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        background: rgb(250, 250, 250);
        /* font-family: 'Open Sans'; */
    }

.side-bar .menu li.parent {
    border-bottom: 1px solid rgb(250, 250, 250);
}

.side-bar .menu .parent:last-child {
    border-bottom: none;
}

.side-bar ul .menu li a:hover {
    background-color: #fff;
}

.side-bar ul .menu li a.active {
    background: #e57373;
    /*border-left: 3px solid #ECECEA;*/
}

    .side-bar ul .menu li a.active:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        /*border-left: 7px solid #e57373;*/
        margin-top: -13px;
        margin-left: 205px;
    }

.wk-content {
    padding-left: 225px;
    /*transition: padding-left 0.5s;*/
    margin-left: 10px;
}

.active > .side-bar {
    margin-left: -175px;
    /*transition: margin-left 0.5s;*/
}

.active > .wk-content {
    padding-left: 50px;
    /*transition: padding-left 0.5s;*/
}

.side-bar ul .menu li a.parent {
    background-color: #e9ebee;
}

.right-caret {
    float: right;
    margin: 9px 5px 0 0;
}

.user-name {
    margin-right: 20px;
    text-align: center;
}

.user-sap {
    margin-right: 20px;
    font-size: 0.75em;
    text-align: center;
}

.wk-content .col-xs-12 {
    margin-bottom: 10px;
}

.wk-view-actions {
    height: 24px;
    min-height: 24px;
    max-height: 24px;
}

    .wk-view-actions .md-toolbar-tools {
        background: white;
        font-size: 0.75em;
        border-bottom: 0;
        height: 24px;
    }

        .wk-view-actions .md-toolbar-tools button {
            border-radius: 0;
            font-size: 15px;
        }

.bold {
    font-weight: bold;
}
.italic {
    font-style:italic;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #e57373;
}

.navbar-brand p {
    display: inline;
    font-family: 'Bliss2';
}

.navbar-brand .grc-logo {
    font-size: 66px;
}

.navbar-brand .manager-logo {
    position: relative;
    bottom: 28px;
    font-size: 22px;
}

.navbar-brand {
    margin: 23px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #e57373;
}

.navbar-default {
    border-bottom: solid 8px #b71c1c;
}

md-autocomplete button, md-autocomplete button:hover {
    background: none;
    /*width: auto;*/
}

/* compliance */
.md-autocomplete-suggestions li {
    border-bottom: 1px solid #ccc;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: normal;
}

    .md-autocomplete-suggestions li:last-child {
        border-bottom-width: 0;
    }

.md-autocomplete-suggestions .item-title,
.md-autocomplete-suggestions .item-metadata {
    display: block;
    line-height: 2;
}

.md-autocomplete-suggestions .item-metadata {
    font-size: 80%;
}

.ex-empty-container {
    margin-top: 0px;
    margin-bottom: 18px;
    line-height: 24px;
    height: 24px;
}

.cpl-switcher {
    height: 44px;
}

.selectSelectHeader {
}

.selectdemoSelectHeader .demo-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0;
}

.selectSelectHeader .select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
}

.selectSelectHeader md-content._md {
    max-height: 240px;
}

#permissionForm tbody tr td {
    vertical-align: top;
}

.ex_grid_header .checkbox-table-header {
    text-align: center;
}

.ex_grid_header .permission-table-header {
    vertical-align: middle;
    width: 8%;
}

.md-subheader .md-subheader-inner {
    background: #e8e8e8 none repeat scroll 0 0;
    border: 1px solid #c8c8c8;
    color: black;
    display: block;
    margin-bottom: 25px;
    margin-top: 5px;
    padding: 11px;
}

.department-jobposition div {
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
}

    .department-jobposition div md-input-container {
        width: 100%;
    }

.gridoverflow .department-jobposition .department-jobposition-button-header {
    max-width: 185px;
}

.gridoverflow .department-jobposition .department-jobposition-button {
    margin: 13px auto 0;
}

.category-buttons {
    position: relative;
    top: 30px;
}

.repo .Workflow .launcherItems li a {
    background: #787878 no-repeat 13px center;
    border: 0;
    box-shadow: 0 0;
    border-radius: 2px;
    text-shadow: 0 0;
    font-size: 14px;
    line-height: 15px;
    padding: 7px 15px;
    font-family: Roboto;
    color: #fff;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    font-weight: normal;
}

.div-input {
    background-color: white;
    border: 1px solid black;
    min-height: 30px;
    line-height: 30px;
}

.question-list {
}

.question-item {
    margin: 5px 0;
}

.question-item-form {
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid silver;
}

.questionHandle, .answerHandle, .itemHandle {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    cursor: move;
}

.checklist-edit-div {
    padding-left: 0
}

.checklistQuestion {
    display: block;
    float: left;
    width: 97%;
}

.checklistHandle {
    float: left;
    width: 3%;
    padding-top: 28px;
    vertical-align: middle;
    cursor: move;
}

.questionBeingDragged {
    height: 150px;
    border: 2px dotted #ccc !important;
    background: none !important;
}

.answerBeingDragged {
    height: 68px;
    border: 2px dotted #ccc !important;
    background: none !important;
}

md-virtual-repeat-container {
    width: 40%;
}

.survey-status-completed {
    color: green;
}

.survey-out-of-date {
    color: rgb(221,44,0);
}

.has-error, .has-error span {
    color: rgb(221,44,0);
}

.shortcuts .Content {
    padding: 0;
}

.shortcuts .c-header {
    border-bottom: none;
}

.shortcuts .Content {
    padding: 3px;
}

.shortcuts .title {
    margin: 0;
}

.shortcuts .c-header {
    padding: 0 20px;
}

    .shortcuts .c-header h2, .shortcuts .c-header h3 {
        margin: 0;
        font-size: 14px;
    }

    .shortcuts .c-header .Title {
        color: #474747;
        font-weight: 700;
    }

.shortcuts c-header:first-of-type {
    margin-top: 5px;
}

.shortcuts .rm-folder-links li {
    margin-bottom: 5px !important;
}

.shortcuts .ib-cke ul > li {
    list-style-image: none;
}

.shortcuts .ib-cke ul {
    margin-left: 0;
}

.shortcuts .c-content {
    margin-left: 23px;
}

.cpl-calendar .shortcuts .c-content {
    margin-left: 0;
}

.shortcuts a, .shortcuts div {
    color: #2f49d1;
    font-size: 14px;
}

.shortcuts .unactive-repo-link, .shortcuts .unactiveLink {
    color: gray;
}

.shortcuts-header .Content {
    padding: 0;
    margin-bottom: 5px;
    background: #fff;
}

div.shortcuts:last-child {
    padding-bottom: 25px;
    box-shadow: none;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.cpl-calendar div.shortcuts:last-child {
    padding-bottom: 0;
}

.ex_grid .report-table-header {
    text-align: center;
    vertical-align: middle;
}

td.number {
    text-align: right;
}

.wb-table .summary-row {
    font-weight: bold;
}

.checklist-status-current {
    color: green !important;
}

.checklist-status-outofdate {
    color: gray !important;
}

.checklist-status-closed{color: red !important;}

.checklist-status-update {
    color: purple !important;
}

.checklist-status-working {
    color: darkorange !important;
}

.checklist-progress-wrapper {
    position: relative;
    text-align: center;
}

.checklist-progress-current {
    position: absolute;
    color: gray;
}

.checklist-task-status-open {
    color: green !important;
}

.checklist-task-status-closed {
    color: red !important;
}

.checklist-row-disabled, .checklist-row-disabled > td > div > a, .checklist-row-disabled > td > div > span, .checklist-row-disabled > td > ib-link > a, .checklist-row-disabled > td > cpl-checklists-list-status > span {
    color: #bbb;
}

.rm-num-edit {
    min-width: 169px;
}

    .rm-num-edit .control-label {
        width: 100%;
        overflow: visible;
    }

    .rm-num-edit input {
        width: 40%;
        min-width: 169px;
        max-width: 220px;
    }

.report-char .nvd3 .nv-axis .nv-axisMaxMin text {
    font-weight: 400;
}

.wk-content .checklist-name {
    font-size: 16px;
    margin-bottom: 26px;
    margin-top: 17px;
    font-weight: 600;
}


.import-content .actions {
    margin-top: 20px;
}

.import-content .summary li {
    line-height: 21px;
    vertical-align: middle;
}

.grid-md-tooltip {
    height: auto;
    background-color: cornsilk !important;
    color: black !important;
    font-size: 13px;
    border-radius: 5px;
    box-shadow: 3px 3px 6px;
}

.grid-tooltip-icon {
    color: darkcyan;
}

.checklist-user-unit {
    color: blue;
    font-weight: bold;
    font-size: 15px;
}

.checklist-user-department {
    color: black;
}

.checklist-user-jobposition {
    color: black;
}

.checklist-category-arrow {
    margin: 2px 10px 2px 10px;
    color: darkcyan;
}

.checklist-category-info {
    margin-left: 10px;
    /*color: DeepSkyBlue;*/
}

.checklist-edit-md-panel {
    min-height: 500px;
}

.checklist-edit-category-select {
    background: white;
    border-radius: 4px;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    width: 600px;
    height: 300px;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: auto;
}

.grid-checklist-completed {
    color: green;
}

.category-button {
    position: relative;
    top: 10px;
}

@media (max-width: 1350px) {
    .category-button {
        right: 33px;
    }
}

.checklist-edit-category-check {
    color: DeepSkyBlue;
}

.checklist-fillout-md-tooltip {
    width: 350px;
    height: auto;
    background-color: cornsilk !important;
    color: black !important;
    font-size: 13px;
    border-radius: 5px;
    box-shadow: 3px 3px 6px;
    white-space: normal;
}

.eye-columns-visibility button {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
    background-color: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 15px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    width: 92%;
}

    .eye-columns-visibility button:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
        background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
        background-color: #f6f6f6;
    }

    .eye-columns-visibility button:active {
        position: relative;
        top: 1px;
    }

.custom-search .form .row .col-xs-6 {
    height: 26px;
}

.question-item {
    -webkit-transition: color 0.6s, background-color 0.3s;
    -moz-transition: color 0.6s, background-color 0.3s;
    -ms-transition: color 0.6s, background-color 0.3s;
    transition: color 0.6s, background-color 0.3s;
}

    .question-item.ng-enter {
        -webkit-animation: fadeInLeft 1s;
        -moz-animation: fadeInLeft 1s;
        -ms-animation: fadeInLeft 1s;
        animation: fadeInLeft 1s;
    }

    .question-item.ng-leave {
        -webkit-animation: bounceOut 1s;
        -moz-animation: bounceOut 1s;
        -ms-animation: bounceOut 1s;
        animation: bounceOut 1s;
    }

.animated-container.container-visible-add {
    -webkit-animation: fadeInLeft 1s;
    -moz-animation: fadeInLeft 1s;
    -ms-animation: fadeInLeft 1s;
    animation: fadeInLeft 1s;
}

.animated-container.container-visible-remove {
    -webkit-animation: fadeOutLeft 1s;
    -moz-animation: fadeOutLeft 1s;
    -ms-animation: fadeOutLeft 1s;
    animation: fadeOutLeft 1s;
}

.compliance-report .nvd3-svg {
    margin: auto;
}

#checklistForm table {
    width: 100%;
}

md-virtual-repeat-container {
    margin-top: 21px !important;
}

.ib2_print .md-subheader-inner .glyphicon {
    display: none;
}

.ib2_print .nv-pieWrap {
    transform: translate(-83px, -5px);
}

.eyeMarginBottom {
    min-height: 220px;
}

.eyeAcctive {
    color: #74AFAD;
}

.center {
    text-align: center;
}

button.md-ink-ripple {
    box-shadow: 0 0 #fff;
}

/*wyłącza scrollowanie do topa po wybraniu z md-select*/
body {
    height: 100%;
    width: 100%;
    overflow: auto;
}

#htmlForm {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}

.iBuilder {
    position: relative;
    /*padding-bottom:150px; miejsce dla footera */
    min-height: 98%;
    background: none;
    background-position: 33px 99%;
    background-size: 165px 27px;
    height: 100%;
}

.ib25-error {
    margin: 20px;
    display: inline-block;
}



.animate-show-hide.ng-hide {
    opacity: 0;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
    transition: all linear 0.5s;
}

.expected {
    color: green;
}

.notexpected {
    color: red;
}

/*home*/
.home-page .c-header {
    text-align: center;
    color: #464646;
    margin-bottom: 29px;
}

.home-page #CenterPane .c-header, .home-page #RightPane .c-header, .home-page #LeftPane .c-header {
    margin: 12px;
    padding: 16px;
    border-radius: 5px;
    position: relative;
    bottom: 42px;
    -webkit-box-shadow: 3px 3px 6px #d8d8d8;
    -moz-box-shadow: 3px 3px 6px #d8d8d8;
    box-shadow: 3px 3px 6px #d8d8d8;
}

.home-page #RightPaneTop .c-container .c-header, .home-page #CenterPaneTop .c-container .c-header, .home-page #CenterPaneBottom .control-list .c-header, .home-page #LeftPaneTop .c-container .c-header {
    margin: 12px;
    padding: 16px;
    border-radius: 5px;
    position: relative;
    bottom: 42px;
    -webkit-box-shadow: 3px 3px 6px #d8d8d8;
    -moz-box-shadow: 3px 3px 6px #d8d8d8;
    box-shadow: 3px 3px 6px #d8d8d8;
    background: #40beaa; /*nie zmieniać - wszędzie taki sam*/
    height: 56px;
}

.home-page #LeftPaneTop .c-container .c-header {
    background: #e57373;
}

.home-page #RightPaneTop .c-container, .home-page #CenterPaneTop .c-container {
    height: 0;
}

.home-page #CenterPaneBottom .c-header span, .home-page #RightPane .c-header span, #RightPaneTop .c-header span, #CenterPaneTop .c-header span, #LeftPaneTop .c-header span {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    /* font-family:'Open Sans'; */
}

#RightPaneTop .c-header span, #CenterPaneTop .c-header span, #LeftPaneTop .c-header span {
    position: relative;
    bottom: 12px;
}

.home-page #CenterPaneBottom .c-header {
    background: #e57373;
}

.home-page #CenterPaneBottom .control-list .c-header {
    background: #389cd3;
}

.home-page #RightPane .c-header {
    background: #b71c1c;
}

.home-page #LeftPane li, .home-page #CenterPaneBottom li, .home-page #RightPane li, .home-page #CenterPane li {
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px rgba(170, 170, 170,0.3) solid;
    padding: 12px;
}
.home-page #CenterPane li{font-size: 12px;padding: 12px 0;text-align:center;}

.home-page #LeftPane .c-content, .home-page #CenterPaneBottom .c-content, .home-page #RightPane .c-content {
    margin-left: 23px;
    position: relative;
    bottom: 33px;
}

.home-page #LeftPane .shortcutLinks {
    margin-left: 23px;
}

.home-page #CenterPaneBottom .c-content, .home-page #RightPane .c-content {
    overflow: auto;
    height: 183px;
}

.home-page #LeftPane li:last-child, .home-page #CenterPaneBottom li:last-child, .home-page #RightPane .last-element-box li:last-child {
    border: none;
}

.home-page #LeftPane li a, .home-page #CenterPaneBottom li a, .home-page #RightPane li a {
    color: #4b515d;
    font-size: 14px;
}

.home-page #LeftPane .c-container {
    height: 624px;
}

.home-page #RightPane .ib-cke ul, .home-page #LeftPane .ib-cke ul {
    margin-left: 0;
}

.home-page #RightPane li {
    margin-left: 15px;
}

.home-page #RightPane .Content {
    padding: 0;
}

.home-page #RightPaneTop .c-container > div, .home-page #CenterPaneTop .c-container > div {
    height: 0px;
}

.home-page #RightPaneTop .c-container .Content {
    display: none;
}

/*.home-page #LeftPane .c-container .c-header {
	background-image: url("/images/GRC/aktualnosci-1.png");
	height: 276px;
	background-position: center;
	background-size: cover;
	margin: 19px;
	position: relative;
	bottom: 70px;
    -webkit-box-shadow: 3px 3px 6px #d8d8d8;
    -moz-box-shadow:   3px 3px 6px #d8d8d8;
    box-shadow:   3px 3px 6px #d8d8d8;
}*/
.Container .item .description {
    font-size: 15px;
}

.Container .item .pubDate {
    font-size: 14px;
    margin-top: 6px;
}

.home-page #LeftPane .c-container .c-header .Title {
    font-size: 28px;
}

    .home-page #LeftPane .c-container .c-header .Title a {
        color: black;
    }

.home-page #LeftPane .c-container, .home-page #RightPane .c-container {
    height: 285px;
}
/*.home-page .c-container {
    margin:30px;
    margin-top:55px;
}*/
.home-page #LeftPane .Title span {
    /* font-family: 'Open Sans'; */
}

.home-page .ib-cke ul > li {
    list-style-image: none;
}

#LeftPane .Content div > a {
    font-size: 15px;
}

.Content {
    background: transparent;
}

#LeftPane .Content {
    overflow-y: auto;
    height: 526px;
    margin-top: 37px;
}
/*.home-page #RightPane{
    height:285px;
    margin:30px;
    margin-top:3px;
    background:#fff;
    box-shadow:none;
    border-radius:5px;
    overflow:auto;
    padding-top:20px;
    border: 1px solid #d8d8d8;
}*/
.home-page #RightPane .c-container, .home-page #LeftPane .c-container {
    height: none;
    margin: 0;
    margin-top: 0;
    box-shadow: none;
}

.menu-icon {
    background-size: cover;
    height: 23px;
    width: 23px;
    display: inline-block;
    vertical-align: middle;
    padding: 8px;
    margin-right: 7px;
}

.home-page #RightPane {
    padding-top: 45px;
}

.menu-icon-ankiety {
    background-image: url("/images/menu-icons/ankiety.svg");
}

.menu-icon-baza-plikow {
    background-image: url("/images/menu-icons/baza-plikow.svg");
}

.menu-icon-compliance {
    background-image: url("/images/menu-icons/compliance.svg");
}

.menu-icon-incydenty-medyczne {
    background-image: url("/images/menu-icons/zd-med.svg");
}

.menu-icon-komunikator {
    background-image: url("/images/menu-icons/komunikator.svg");
}

.menu-icon-kontrola-zarzadcza {
    background-image: url("/images/menu-icons/kontrola-zarzadcza.svg");
}

.menu-icon-lbd {
    background-image: url("/images/menu-icons/lbd.svg");
}

.menu-icon-obszary {
    background-image: url("/images/menu-icons/obszary.svg");
}

.menu-icon-ogloszenia {
    background-image: url("/images/menu-icons/ogloszenia.svg");
}

.menu-icon-rodo {
    background-image: url("/images/menu-icons/rodo.svg");
}

.menu-icon-slowniki {
    background-image: url("/images/menu-icons/slowniki.svg");
}

.menu-icon-struktura {
    background-image: url("/images/menu-icons/struktura.svg");
}

.menu-icon-zadania {
    background-image: url("/images/menu-icons/zadania.svg");
}

.menu-icon-zarzadzanie {
    background-image: url("/images/menu-icons/zarzadzanie.svg");
}

.menu-icon-zarzadzanie-ryzykiem {
    background-image: url("/images/menu-icons/zarzadzanie-ryzykiem.svg");
}

.menu-icon-zarzadzanie-ryzykiem-zmiany-prawnej {
    background-image: url("/images/menu-icons/zarzadzanie-ryzykiem-zmiany-prawnej.svg");
}

.menu-icon-zdarzenia-organizacyjne {
    background-image: url("/images/menu-icons/zd-org.svg");
}

.menu-icon-zdarzenia-niepozadane {
    background-image: url("/images/menu-icons/zd-niepozadane.svg");
}

.active-menu .menu-icon-ankiety {
    background-image: url("/images/menu-icons/ankiety_white.svg");
}

.active-menu .menu-icon-baza-plikow {
    background-image: url("/images/menu-icons/baza-plikow_white.svg");
}

.active-menu .menu-icon-compliance {
    background-image: url("/images/menu-icons/compliance_white.svg");
}

.active-menu .menu-icon-incydenty-medyczne {
    background-image: url("/images/menu-icons/zd-med_white.svg");
}

.active-menu .menu-icon-komunikator {
    background-image: url("/images/menu-icons/komunikator_white.svg");
}

.active-menu .menu-icon-kontrola-zarzadcza {
    background-image: url("/images/menu-icons/kontrola-zarzadcza_white.svg");
}

.active-menu .menu-icon-lbd {
    background-image: url("/images/menu-icons/lbd_white.svg");
}

.active-menu .menu-icon-obszary {
    background-image: url("/images/menu-icons/obszary_white.svg");
}

.active-menu .menu-icon-ogloszenia {
    background-image: url("/images/menu-icons/ogloszenia_white.svg");
}

.active-menu .menu-icon-rodo {
    background-image: url("/images/menu-icons/rodo_white.svg");
}

.active-menu .menu-icon-slowniki {
    background-image: url("/images/menu-icons/slowniki_white.svg");
}

.active-menu .menu-icon-struktura {
    background-image: url("/images/menu-icons/struktura_white.svg");
}

.active-menu .menu-icon-zadania {
    background-image: url("/images/menu-icons/zadania_white.svg");
}

.active-menu .menu-icon-zarzadzanie {
    background-image: url("/images/menu-icons/zarzadzanie_white.svg");
}

.active-menu .menu-icon-zarzadzanie-ryzykiem {
    background-image: url("/images/menu-icons/zarzadzanie-ryzykiem_white.svg");
}

.active-menu .menu-icon-zarzadzanie-ryzykiem-zmiany-prawnej {
    background-image: url("/images/menu-icons/zarzadzanie-ryzykiem-zmiany-prawnej_white.svg");
}

.active-menu .menu-icon-zdarzenia-organizacyjne {
    background-image: url("/images/menu-icons/zd-org_white.svg");
}

.active-menu .menu-icon-zdarzenia-niepozadane {
    background-image: url("/images/menu-icons/zd-niepozadane_white.svg");
}

.fa-adv-event:before {
    content: url("/images/menu-icons/zd-niepozadane_ico.svg");
}

.fa-risk-mng:before {
    content: url("/images/menu-icons/zarzadzanie-ryzykiem_ico.svg");
}

.fa-med-inc:before {
    content: url("/images/menu-icons/zd-med_ico.svg");
}

.fa-org-event:before {
    content: url("/images/menu-icons/zd-org_ico.svg");
}

th .fa-adv-event {
    padding-left: 6px;
}

th .fa-risk-mng {
    padding-left: 6px;
}

th .fa-med-inc {
    padding-left: 6px;
}

th .fa-org-event {
    padding-left: 6px;
}

span.black.fa.fa-user {
    color: black;
}

span.black.glyphicon.glyphicon-user {
    color: black;
}

span.black.icon.icon-section {
    color: black;
}

th span.black.fa.fa-user {
    padding-left: 6px;
}

th span.black.glyphicon.glyphicon-user {
    padding-left: 6px;
}

.side-bar ul .menu li a.active-menu {
    color: white;
}

.context-help {
    opacity: 0.75;
    font-size: 0.85em;
}

    .context-help.goup {
        margin-top: -17px;
    }

.autocomplete-goup {
    margin-top: -7px;
    display: block;
}

.actions .btn.groupmenu ul li a {
    width: 100%;
}

#checklistForm tbody td {
    vertical-align: middle;
}

#checklistForm tbody md-input-container {
    min-height: 46px;
}

/* REPO BEGIN*/
.md-types-list > md-list-item:hover {
    background-color: #eee
}

/* repo file icon on grid */
a.rm-file-icon {
    color: #5a5a5a
}

.rm-list-menu {
    position: absolute;
    margin-left: -15px;
    margin-top: 15px;
    display: none;
    float: left;
    background-color: #fafafa;
    border: solid 1px #5a5a5a;
    padding: 8px
}

span.rm-span-menu:hover .rm-list-menu {
    display: inherit;
}

.rm-list-menu > li {
    display: block;
    text-align: left;
    padding-top: 5px
}

    .rm-list-menu > li.first {
        padding-top: 0px
    }

    .rm-list-menu > li > a {
        min-width: 120px;
        text-align: left;
        color: #5a5a5a
    }

.c-container md-toolbar.wk-view-actions {
    border-bottom: none
}

.rm-field-list {
    border: solid 2px #DDD;
    padding-top: 0
}

    .rm-field-list .system-field {
        color: #a31515
    }

.fields-header {
    padding-left: 10px
}

.md-list-head {
    background-color: #EEE
}

.rm-hint {
    font-size: smaller;
    margin-top: -10px;
    margin-left: 3px;
    color: #888;
}

.rm-no-space {
    padding: 0
}

/* Category Graph */

.rm-tree > li > .nodrag {
    cursor: default !important;
}

.rm-tree-handle.angular-ui-tree-handle {
    line-height: 30px;
}

.rm-tree .angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rm-tree tr.angular-ui-tree-empty {
    height: 100px;
}

.rm-tree .group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}


/* --- Tree --- */
.rm-tree .tree-node {
    border: 1px solid #dae2ea;
    color: #7c9eb2;
}

.rm-tree .nodrop {
    background-color: #f2dede;
}

.rm-tree .tree-node-content {
    margin: 5px;
}

.rm-tree .tree-handle {
    padding: 5px;
    background: #428bca;
    color: #FFF;
    margin-right: 10px;
}

.simpleTree .tree-node {
    border: 1px solid #dae2ea;
    color: #7c9eb2;
    height: 40px;
    padding-top: 0px;
}

    .simpleTree .tree-node md-checkbox {
        margin-bottom: 8px;
    }

    .simpleTree .tree-node span {
        margin-top: 10px;
    }

    .simpleTree .tree-node button {
        margin-top: 2px;
    }

.simpleTree .nodrop {
    background-color: #f2dede;
}

.simpleTree .tree-node-content {
}

.simpleTree .tree-handle {
    background: #428bca;
    color: #FFF;
    margin-right: 10px;
}

.simpleTree .angular-ui-tree-handle:hover {
}

.simpleTree .angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* --- List --- */
.active {
    background-color: #EFEFEF;
}

.rm-doc-toolbar {
    min-height: 40px
}

    .rm-doc-toolbar > .md-toolbar-tools {
        background-color: #EEE;
        height: 40px
    }

        .rm-doc-toolbar > .md-toolbar-tools > button {
            font-size: 15px;
            margin-left: 20px
        }

.rowSelected {
    background-color: rgb(255, 254, 236);
}

#documentForm .ib25-error {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px
}
/* pola systemowe dokumentu */
.rm-doc-header {
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 10px;
    min-height: 60px
}

    .rm-doc-header > md-input-container:last-child {
        margin-bottom: 0px;
    }
/* edycja rodzaju dokumentu - tooltip */
.rm-form-help {
    padding: 6px;
    background-color: rgb(255, 254, 236);
    border: solid 1px #DDD
}

    .rm-form-help > p {
        margin-bottom: 5px;
        line-height: 130%
    }

    .rm-form-help > ul {
        margin-left: 30px;
        list-style-type: circle
    }

        .rm-form-help > ul > li {
            margin-bottom: 5px;
            line-height: 130%
        }

/* --- Yearbooks --- */

.yearbook {
    display: inline-block;
    text-align: center;
}

    .yearbook .yearbooksymbol {
        display: inline-block;
        height: 100px;
        width: 30px;
        background: rgba(214,214,214,1);
        background: -moz-linear-gradient(left, rgba(214,214,214,1) 0%, rgba(250,250,250,1) 50%, rgba(196,196,196,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,214,214,1)), color-stop(50%, rgba(250,250,250,1)), color-stop(100%, rgba(196,196,196,1)));
        background: -webkit-linear-gradient(left, rgba(214,214,214,1) 0%, rgba(250,250,250,1) 50%, rgba(196,196,196,1) 100%);
        background: -o-linear-gradient(left, rgba(214,214,214,1) 0%, rgba(250,250,250,1) 50%, rgba(196,196,196,1) 100%);
        background: -ms-linear-gradient(left, rgba(214,214,214,1) 0%, rgba(250,250,250,1) 50%, rgba(196,196,196,1) 100%);
        background: linear-gradient(to right, rgba(214,214,214,1) 0%, rgba(250,250,250,1) 50%, rgba(196,196,196,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#c4c4c4', GradientType=1 );
        position: relative;
    }

    .yearbook .yearbookbar1 {
        width: 30px;
        background-color: #daa520;
        height: 2px;
        position: absolute;
        top: 10px;
    }

    .yearbook .yearbookbar2 {
        width: 30px;
        background-color: #daa520;
        height: 2px;
        position: absolute;
        bottom: 10px;
    }


.yearbookcontent .month {
    display: table-cell;
}

.yearbookcontent .days {
    display: table-cell;
}

    .yearbookcontent .days .day {
        display: inline-block;
    }

.rm-row-deleted, .rm-row-deleted > td > div > a {
    color: #bbb;
    text-decoration: line-through;
}

.rm-grayed {
    color: #bbb;
}

md-input-container span.md-input {
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 10px;
    background-image: linear-gradient(90deg,rgba(0,0,0,0.38) 0,rgba(0,0,0,0.38) 33%,transparent 0);
    background-position: bottom -1px left 0;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    border-bottom-color: transparent;
    height: auto;
}

.navbar-default .filter {
    margin-top: 18px;
}

.validity-undefined .colorByValidity {
    color: #000 !important;
}

.validity-valid .colorByValidity {
    color: #00cc00 !important;
}

.validity-archive .colorByValidity {
    color: #b67ae5 !important;
}

.validity-deleted .colorByValidity {
    color: #bbb !important;
}

.validity-pending .colorByValidity {
    color: #0066ff !important;
}

.validity-nonevaluated .colorByValidity {
    color: #000 !important;
}

.validity-undefined .colorByValidity :nth-child(2) {
    color: #000 !important;
}

.validity-valid .colorByValidity :nth-child(2) {
    color: #00cc00 !important;
}

.validity-archive .colorByValidity :nth-child(2) {
    color: #b67ae5 !important;
}

.validity-deleted .colorByValidity :nth-child(2) {
    color: #bbb !important;
}

.validity-pending .colorByValidity :nth-child(2) {
    color: #0066ff !important;
}

.validity-nonevaluated .colorByValidity :nth-child(2) {
    color: #000 !important;
}

/* Szarfa obowiązywania */

.validity-ribbon-wrapper {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    width: 184px;
    height: 154px;
}

    .validity-ribbon-wrapper.act {
        right: -3px;
        margin: 0 0 0 0;
    }

.validity-ribbon.validity-undefined {
    background: #cc3399;
    color: #fff;
}

.validity-ribbon.validity-valid {
    background: #00cc00;
    color: #fff;
}

.validity-ribbon.validity-archive {
    background: #b67ae5;
    color: #fff;
}

.validity-ribbon.validity-deleted {
    background: #bbb;
    color: #000;
}

.validity-ribbon.validity-nonevaluated {
    background: #b67ae5;
    color: #fff;
}

.validity-ribbon.validity-pending {
    background: #0066ff;
    color: #fff;
}

#doc-ctrl > div.validity-undefined.drawValidityBorder {
    border-color: #cc3399;
    border-width: 1.5px;
    border-style: solid;
}

#doc-ctrl > div.validity-valid.drawValidityBorder {
    border-color: #00cc00;
    border-width: 1.5px;
    border-style: solid;
}

#doc-ctrl > div.validity-archive.drawValidityBorder {
    border-color: #b67ae5;
    border-width: 1.5px;
    border-style: solid;
}

#doc-ctrl > div.validity-deleted.drawValidityBorder {
    border-color: #bbb;
    border-width: 1.5px;
    border-style: solid;
}

#doc-ctrl > div.validity-nonevaluated.drawValidityBorder {
    border-color: #b67ae5;
    border-width: 1.5px;
    border-style: solid;
}

#doc-ctrl > div.validity-pending.drawValidityBorder {
    border-color: #0066ff;
    border-width: 1.5px;
    border-style: solid;
}

#categoriesContainer > div.validity-undefined.drawValidityBorder {
    border-color: #cc3399;
    border-width: 1.5px;
    border-style: solid;
}

#categoriesContainer > div.validity-valid.drawValidityBorder {
    border-color: #00cc00;
    border-width: 1.5px;
    border-style: solid;
}

#categoriesContainer > div.validity-archive.drawValidityBorder {
    border-color: #b67ae5;
    border-width: 1.5px;
    border-style: solid;
}

#categoriesContainer > div.validity-deleted.drawValidityBorder {
    border-color: #bbb;
    border-width: 1.5px;
    border-style: solid;
}

#categoriesContainer > div.validity-nonevaluated.drawValidityBorder {
    border-color: #b67ae5;
    border-width: 1.5px;
    border-style: solid;
}

#categoriesContainer > div.validity-pending.drawValidityBorder {
    border-color: #0066ff;
    border-width: 1.5px;
    border-style: solid;
}

#document-data #dvLeft {
    position: relative;
    padding-top: 0px;
    overflow-x: hidden;
}

.validity-ribbon {
    position: relative;
    top: 48px;
    left: 7px;
    padding: 4px 0;
    width: 230px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-size: 15px;
    font-family: inherit;
    opacity: 1;
    cursor: default;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    transform: rotate(45deg);
    transition: opacity .25s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.space-right {
    margin-right: 20px;
}

.att-opened {
    background: #fff;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 112;
    overflow: hidden;
}

    .att-opened .rm-atts-links {
        display: none;
    }

.width-70 {
    width: 60%;
}

.att-opened .rm-doc-left {
    top: 0;
    left: 0;
    height: 99%;
    width: 50%;
    padding: 10px 10px 5px 10px;
    overflow: auto;
    box-sizing: border-box;
}

.att-opened #document-data-right-column {
    position: fixed;
    top: 0;
    right: 0;
    height: 99%;
    width: 50%;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
}

.att-opened .ulAttachments {
    height: 60px;
    overflow: auto;
}

.repo .edoc .content #document-data-right-column .attachments {
    background: none;
    position: relative;
    height: 100%;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: 0 0;
}

.repo .edoc .content .att-opened .attachments .fileDiv {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
}

    .repo .edoc .content .att-opened .attachments .fileDiv object {
        width: 100%;
        float: left;
    }

    .repo .edoc .content .att-opened .attachments .fileDiv object {
        width: 100%;
        min-height: 300px;
        float: left;
        left: 0px;
        height: 100%;
        top: 0px;
        position: absolute;
    }

.att-opened .wfm_fv .col21, .att-opened .wfm_fv .col22 {
    width: 100%;
    clear: both;
    padding-left: 0;
    padding-right: 0;
}

.att-opened #rm-att-close {
    top: 0px;
    left: 0px;
    padding: 5px;
    z-index: 10;
    border-radius: 50%;
    margin: 5px;
    position: fixed;
    border: 2px solid #e3e3e3;
    box-shadow: 0px 0px 10px #e3e3e3;
    background-color: #FFA500;
}

.att-opened-bottom #rm-att-close {
    padding: 5px;
    z-index: 10;
    border-radius: 50%;
    margin: 5px;
    border: 2px solid #e3e3e3;
    box-shadow: 0px 0px 10px #e3e3e3;
    background-color: #FFA500;
}

.repo-comments-field {
    width: 100%;
}

table.rm-documents .rm-documents-gross {
    text-align: right;
    padding-right: 3px;
}

#document-data {
    width: 100%;
}

.width-100 {
    width: 100%;
}

.width-70 {
    width: 70%;
}

#document-data-right-column {
    float: left;
    width: 30%;
    display: none;
}

.rm-doc-left {
    float: left;
}

.attView {
    vertical-align: top;
}

.attachments { /*overflow:auto;*/
    border: solid 2px gray;
    padding: 5px;
    background-color: #F5FFE2;
    margin-left: 10px;
}

.ulAttachments {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .ulAttachments li {
        list-style-type: none;
        float: left;
        padding: 3px;
        margin: 3px 10px 3px 0px;
    }

    .ulAttachments .file {
        display: inline-block;
        margin-top: 2px;
        vertical-align: top;
    }

.fileDiv {
    padding: 0px;
    margin: 2px;
    clear: left;
    text-align: center
}

    .fileDiv img {
        border: solid 1px black;
        max-width: 920px;
    }

    .fileDiv object {
        border: solid 1px black;
        z-index: 1;
    }

.rm-attw {
    text-align: center;
    padding-top: 10px
}

    .rm-attw .fileDiv img {
        max-width: 1220px;
    }

.fileCover {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.docPreview {
    position: absolute;
    background-color: #EDEFEF;
    border: solid 2px gray;
    opacity: 0.95;
    filter: alpha(opacity=95);
    padding: 5px;
    display: none;
}

    .docPreview table {
        font-family: Arial;
        font-size: 11px;
        border-collapse: collapse;
        color: black;
        line-height: 15px;
        border: none;
        max-width: 800px;
    }

    .docPreview td {
        border: none;
        border-bottom: solid 1px gray;
        padding: 3px 5px;
        vertical-align: top;
        white-space: normal;
        background-color: #EDEFEF !important;
    }

        .docPreview td.b {
            font-weight: bold;
            white-space: nowrap;
            color: gray;
        }

/* attachments popup */
.rm-attw .fileDiv {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
}

    .rm-attw .fileDiv object {
        min-height: 300px;
    }

.rm-attw .fileDivWrap {
    background: none;
    position: relative;
    height: 100%;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: 0 0;
}


/* Overrdajowanie styli z repo.css */
.rm-ng-doc-view #document-data-right-column {
    display: unset !important;
}

.rm-ng-doc-view #document-data .closePreviewButton {
    position: fixed;
    right: 60px;
    top: 60px;
    z-index: 999;
    padding-left: 20px;
}

.rm-ng-doc-view #pnlAttachmentsOnRight {
    height: 100%;
}

    .rm-ng-doc-view #pnlAttachmentsOnRight .fileDiv {
        height: 100%;
    }

#iePreviewTarget #document-data-right-column {
    display: block !important;
}

#iePreviewTarget #document-data .closePreviewButton {
    position: fixed;
    right: 60px;
    top: 60px;
    z-index: 9999;
    padding-left: 20px;
}

#iePreviewTarget #pnlAttachmentsOnRight {
    height: 100%;
}

    #iePreviewTarget #pnlAttachmentsOnRight .fileDiv {
        height: 100%;
    }

.ulAttachments {
    height: auto !important;
}

.rm-link-history {
    white-space: nowrap;
    line-height: 150%;
}

.email-notification-popup .row {
    padding-top: 15px;
}

    .email-notification-popup .row md-input-container {
        margin: 0px;
    }

.rm-rbl-h > md-radio-group md-radio-button {
    margin-left: 10px;
    margin-bottom: 0;
    display: inline-block;
    line-height: 28px
}

.rm-display-wrap {
    margin-top: 5px
}

.rm-rbl-h > md-input-container {
    display: block;
}

.rm-state-date {
    margin-left: 15px;
}

.msg-panel-doc {
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 14px;
}

    .msg-panel-doc > span {
        display: inline-block;
        line-height: 130%;
        border: 2px solid #ea515a;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        color: #ea515a;
        font-weight: bold;
        font-size: 1.3em;
        width: 100%;
    }

.rm-head-categories > li {
    padding: 3px 0 0 3px;
    color: rgba(0, 0, 0, 0.85);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.38) 0,rgba(0,0,0,0.38) 33%,transparent 0);
    background-position: bottom -1px left 0;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    border-bottom-color: transparent;
    border-width: 0 0 1px 0;
    border-radius: 0;
    border-style: solid;
}

md-content.rm-url-edit {
    border: solid 2px #EFEFEF;
    background-color: #EFEFEF
}

.rm-doc-header-buttons {
    position: absolute;
    right: 10px;
    top: 0px;
}

.rm-docFields {
    margin-top: 10px
}

.rm-field-margin {
    margin-bottom: 20px
}

    .rm-field-margin > md-chips-wrap {
        margin-bottom: 15px
    }

        .rm-field-margin > md-chips-wrap.md-readonly {
            margin-bottom: 30px
        }

/* repo tooltip */
.context-help.rm-help {
    margin-left: 3px;
    margin-bottom: 17px
}

.context-help.rm-lbl-help {
    display: block;
    margin-bottom: 0
}

.ex-empty-container.rm-no-space:not(.has-tip) {
    height: 0;
    margin-bottom: 12px;
    margin-top: 19px;
}

.rm-relations {
    padding: 0
}

.rm-files-list {
    margin-left: 8px
}

.rm-select, .rm-chips {
    margin-top: 0;
    padding-left: 0
}

.rm-chips-view {
    margin-bottom: 27px
}

.rm-dictionary {
    margin-top: -19px;
}

.rm-autocomplete {
    margin-bottom: 20px;
}

    .rm-autocomplete:not(.has-tip) {
        margin-bottom: 10px;
    }

.rm-date {
    margin-top: -24px;
}
/* REPO END*/

.home-page #LeftPane li {
    list-style: none;
}

.home-page #LeftPane .more {
    height: 20px;
    position: absolute;
    bottom: 130px;
    right: 37px;
}

    .home-page #LeftPane .more .Content {
        height: 63px;
        overflow: hidden;
    }

    .home-page #LeftPane .more button {
        background: #b71c1c;
        padding: 13px 33px;
        vertical-align: middle;
        /* font-family: 'Open Sans'; */
    }

        .home-page #LeftPane .more button a {
            color: white;
        }

#MenuPane > div {
    overflow: auto;
    margin-bottom: 10px;
}

.side-bar ul .menu li a.active-menu {
    background: #b71c1c;
}

.report-params {
    width: 500px;
}

    .report-params li {
        padding-bottom: 15px;
    }

.group-checkbox md-checkbox {
    margin-bottom: 5px;
}

.group-checkbox .child-checkbox {
    padding-left: 15px;
}

.ex_grid .padding-level-1 {
    padding-left: 20px;
}

.ex_grid .padding-level-2 {
    padding-left: 40px;
}

.choose-unit a {
    padding: 8px;
    padding-bottom: 9px;
}

.task-teams {
    position: relative;
    bottom: 4px;
}

.rrtable, .rrtable-legend {
    margin-top: 20px;
    width: 92%;
    min-height: 250px;
}

.rrtable-legend {
    float: right;
}

    .rrtable td, .rrtable th, .rrtable-legend .color {
        width: 50px;
        height: 30px;
        text-align: center;
        vertical-align: middle;
        padding: 2px;
        border: solid 1px transparent;
        min-width: 93px;
    }

    .rrtable-legend .color {
        display: inline-block;
    }

.rrtable-top {
    background-color: #dadada;
}

.rrtable-left {
    background-color: #dadada;
    text-align: left !important;
}

.rrtable-lvl1, .rrtable-lvl2, .rrtable-lvl3, .rrtable-lvl4, .rrtable-lvl5 {
    margin: 0;
    border: 3px solid silver;
    border-radius: 5px;
    padding: 8px
}

.rrtable-lvl1 {
    background-color: #007536;
    color: white;
    border-color: #002606;
}

.rrtable-lvl2 {
    background-color: #009b19;
    color: black;
    border-color: #003f0a;
}

.rrtable-lvl3 {
    background-color: #e4e601;
    color: black;
    border-color: #6f6d01;
}

.rrtable-lvl4 {
    background-color: #ea4f12;
    color: white;
    border-color: #f01110;
}

.rrtable-lvl5 {
    background-color: #e00000;
    color: white;
    border-color: #611514;
}

.rrtable-on {
    background-color: silver;
    color: blue;
    font-weight: bold;
    border-color: blue;
}

.rrtable-top.rrtable-on, .rrtable-left.rrtable-on {
    background-color: #dadada;
    text-decoration: underline;
}

.raports .menu li a {
    width: 100%;
    display: inline-block;
    color: black;
}

.raports .menu li {
    margin: 22px;
    border: 1px solid grey;
    margin: 15px;
    padding: 9px;
    border-radius: 4px;
    width: 80%;
    font-size: 1.4em;
}

/* Checklist category tree */
.cpl-category-system {
    font-style: normal
}
.cpl-category-custom {
    font-style: italic
}

.cpl-cat-node input[type="text"] {
    width: 400px;
    vertical-align: middle;
    height: 25px;
}

.cpl-node-error {
    border: solid 1px red
}

.rm-tree .cpl-category-inactive {
    color: #cbcfd2
}

.tree-node > .md-button.md-icon-button {
    margin: 5px 7px;
    position: relative;
    left: 0;
}

.cpl-btn-disabled {
    color: #d0cbcb
}

    .cpl-btn-disabled:hover {
        cursor: default
    }

.wk-node-text {
    max-width: 68%;
    display: inline-block;
    word-wrap: break-word;
}

select.cpl-cat-state {
    padding: 3px;
    vertical-align: middle
}

.filter {
    width: 100%;
}

#BreadcrumbPane {
    display: inline-block;
    width: 100%;
}

md-tabs {
    background: transparent;
    box-shadow: none;
}

.wk-view-actions .md-toolbar-tools {
    background: transparent;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
    background: transparent;
}

cpl-checklist-result-component #myCanvas {
    display: none;
}

/*Kolory Produktowe */
a.breadcrumb {
    color: #e57373;
}

.btn:hover, a.btn:hover, a.button:hover, input[type=submit]:hover, input[type=button]:hover, button:hover, .ui-button:hover, .repo .edoc a.repoButton:hover, .repo .edoc input[type=submit].repoButton:hover, .repo .wfm a.button:hover, .repo .wfm a.primary:hover, .repo .wfm .buttons a:hover, .repo .wfm-contrFilter:hover, a.logout:hover, .popup-buttons a:hover, .popup-buttons a.btn:hover, .popup-buttons input[type="submit"]:hover, .popup-buttons input[type="button"]:hover, #popup_content input[type="submit"]:hover, #popup_content input[type="button"]:hover, .group_panels a.add:hover, a.btn.export:hover, a.btn.export.print:hover, a.btn.export.xlsx:hover, .ui-datepicker .ui-datepicker-buttonpane button:hover {
    background-color: #e57373;
}

.grc .btn:hover {
    background-color:#e57373 !important;
    color:#ffffff;
}

#checklistResultContent a.btn {
    padding: 8px 15px 9px;
}

.md-button.md-default-theme.md-warn, .md-button.md-warn {
    color: #e57373;
}

md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon {
    color: #e57373;
}

a {
    color: #e57373;
}
/*Koniec kolorów Produktowych*/
.report-params .btn {
    padding-bottom: 10px;
}

.no-permission .Container.empty {
    width: 400px;
    float: left;
}

.no-permission .logout {
    position: absolute;
    right: 28px;
    top: 20px;
}

.no-permission .username {
    display: none;
}

.no-permission #ContentPane {
    margin-top: 200px;
}

.no-permission #TopBarPane .Container {
    margin-top: 20px;
}

.no-permission i {
    display: none;
}

.no-permission p {
    font-size: 22px;
}

.report .report-buttons {
    padding-left: 20px;
}

.report .report-spacing label {
    padding-bottom: 8px;
}


.question-item-form .gridoverflow {overflow:auto;}

.table-cell-rotate {
}

.span-rotate {
    /* FF3.5+ */
    -moz-transform: rotate(-90.0deg);
    /* Opera 10.5 */
    -o-transform: rotate(-90.0deg);
    /* Saf3.1+, Chrome */
    -webkit-transform: rotate(-90.0deg);
    /* IE6,IE7 */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    /* Standard */
    transform: rotate(-90.0deg);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.table-cell-rotate {
    max-width: 44px;
}

.ib2_print {
    overflow: visible;
}

#cpl-checklist-grid .filter > div.cf-control {
    float: none;
    margin-top: 10px;
}

/* Checkboxy w custom filtrach w układzie pionowym. (W skin.css checkbox ma ustawiony width na 100%, konieczne było nadpisanie) */
.cs-checklist-row > md-checkbox {
    width: auto;
}
/* Przesunięcie checkboxów "Status", żeby były w linii z napisamy na buttonach filtrujących "Stan" (Listy WK) */
.cs-checklist-state > .cs-checklist-label {
    margin-bottom: 10px
}

.cs-checklist-status > button {
    margin-top: 0
}

.cs-checklist-label {
    font-weight: bold;
    margin-bottom: 3px
}
/* Pionowa linia oddzielająca cb "wszystkie" od pozostałych (filtr na "Status") */
.cb-all-divider {
    display: inline-block;
    border-left: solid 1px rgb(209, 209, 209);
    margin-left: -2px;
    margin-right: 12px;
    height: 31px;
    position: relative;
    top: -5px;
}
/* Przyciski do filtrowania typu "Stan" (listy WK) */
.cs-btn > .glyphicon {
    display: none
}

.cs-checklist-status > #ShowNew {
    width: 81px;
    margin-left: 0;
}

.cs-checklist-status > #ShowUpdated {
    width: 144px;
    margin-left: 0;
}

.cs-checklist-type > #ShowSystem {
    width: 95px;
    margin-left: 0;
}

.cs-checklist-type > #ShowCustom {
    width: 149px;
    margin-left: 0;
}
.btn.cs-btn:focus {color:#ffffff;}
.cs-btn > .glyphicon {
    top: 2px;
    font-size: 12px;
}

.cs-btn-active .glyphicon {
    display: inline-block;
}

.cs-btn-active {
    background-color: #e57373;
}
/* obniżenie oka, w obecnej wersji div oka nie ma dedykowanej klasy css (tylko right) */
#cpl-checklist-grid div.filter > div.right {
    position: relative;
    bottom: -218px
}

@media (max-width: 1000px) {
    #cpl-checklist-grid div.filter > div.right {
        bottom: 0px
    }
}

@media (min-width: 1000px) {
    .cpl-custom-grid > #cpl-checklist-grid div.filter > div.right {
        bottom: -166px
    }

    .cpl-cl-verify > #cpl-checklist-grid div.filter > div.right {
        bottom: -100px
    }
}

@media (min-width: 1200px) {
    /* Przesunięcie labeli "Stan:" i "Status:" wyżej, żeby były w linii z filtrem na kategorii */
    .cs-checklist-state, .cs-checklist-status, .cs-checklist-type {
        margin-top: -10px
    }
    /* obniżenie oka, w obecnej wersji div oka nie ma dedykowanej klasy css (tylko right) */
    #cpl-checklist-grid div.filter > div.right {
        position: relative;
        bottom: -100px
    }

    .cpl-custom-grid > #cpl-checklist-grid div.filter > div.right {
        bottom: -140px
    }
}

@media (min-width: 1363px) {
    .cpl-custom-grid > #cpl-checklist-grid div.filter > div.right {
        bottom: -108px
    }
}


@media (min-width: 1640px) {
    /* obniżenie oka, w obecnej wersji div oka nie ma dedykowanej klasy css (tylko right) */
    #cpl-checklist-grid div.filter > div.right {
        position: relative;
        bottom: -100px
    }

    .cpl-custom-grid > #cpl-checklist-grid div.filter > div.right {
        bottom: -108px
    }
}

#views .filter .form li {
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
    float: left;
    text-align: left;
    display: inline-block;
    margin-right: 27px;
    vertical-align: middle;
    padding: 3px;
    border-radius: 5px;
    cursor: pointer;
}

#views .filter .form label {
    width: auto;
    margin-right: 0;
    text-align: right;
    line-height: 16px;
    text-align: left;
    margin-top: -2px;
    min-width: auto;
    margin-right: 2px;
    margin-bottom: 5px;
    cursor: pointer;
}

#views .filter .form li md-select, #views .filter .form md-checkbox {
    margin: 0;
    padding: 0;
    float: left;
}

    #views .filter .form md-checkbox .md-label {
        margin-top: 3px;
    }

    #views .filter .form md-checkbox.md-checked .md-ink-ripple .md-icon {
        background-color: rgba(120,120,120,0.87);
    }

.asearch-content li label {
    line-height: 27px;
}

.mobile-unit {
    display: none;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
}

.mobile-unit-value {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
    font-weight: normal;
}

#main #doc-ctrl #views.fadeInUp button.md-accent.rm-ngback-top.md-button {
    font-size: 15px;
}

.ib2_print no-print {
    display: none;
}

.ib2_print {
    overflow: visible;
}
/*Mobile*/
@media (max-width: 768px) {
    .wrapper.active #MenuPane {
        display: none;
        opacity: 0.2;
    }

        .wrapper.active #MenuPane.active {
            display: inline-block;
            width: 100%;
            z-index: 9;
            margin: 0;
            left: 0;
            opacity: 1;
            transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -webkit-transition: all .25s
        }

            .wrapper.active #MenuPane.active .menu-head {
                display: none;
            }

    .iBuilder {
        background: none;
    }

    .navbar {
        margin-bottom: 0px;
    }

    .navbar-brand {
        margin: 5px;
    }

        .navbar-brand .grc-logo {
            font-size: 38px;
        }

        .navbar-brand .manager-logo {
            bottom: 12px;
            font-size: 17px;
        }

    .navbar-text #userUnits {
        display: block;
        margin: 0 auto;
    }

    .hidden {
        display: none;
    }

    .active > .wk-content {
        padding: 0;
    }

    .home-page .c-container {
        margin: 0;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .home-page #RightPane, .home-page #CenterPane, .home-page #LeftPane {
        margin: 0;
    }

    .home-page #CenterPane, .home-page #LeftPane {
        margin-bottom: 71px;
    }

    .CenterPaneBottom {
        margin-top: 66px;
    }

    .mobile-unit {
        display: inline-block;
    }

    #BreadcrumbPane {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    a.breadcrumb {
        padding: 0;
    }

    a.breadcrumb_selected {
        padding: 0;
    }

    .actions ul li {
        width: 50%;
    }

    .actions .btn {
        margin: 0;
        width: 95%;
        padding: 5px;
        margin-bottom: 6px;
    }

    .asearch-content li label {
        line-height: 27px;
        margin: 0;
        padding: 0;
        width: auto;
        margin-right: 12px;
        width: 100%;
        text-align: left;
    }

    .breadcrumb, .breadcrumb_selected {
        margin-bottom: 5px;
        font-size: 9px;
    }

    a.search {
        width: 10%;
    }

    .filter input[type="text"] {
        width: 85%;
        margin-bottom: 8px;
    }

    .Content {
        padding: 6px;
    }

    .p-content {
        margin: 0;
    }

    md-tab-content {
        padding: 0;
    }

    .layout-column {
        padding: 4px;
    }

    a.breadcrumb::after, a.breadcrumb_selected::after, span.breadcrumb_prefix::after, a.breadcrumb_home::after {
        right: -6px;
        z-index: -1;
        top: 0.7px;
    }

    .import-content .btn {
        margin-right: 11px;
    }

    .asearch-content .form {
        margin: 32px;
    }

    .asearch-content. .asearch-btns {
        text-align: center;
        padding-bottom: 13px;
    }

    #riskRegisterContainer input[type="number"] {
        width: 46%;
    }

    .report-params {
        width: 100%;
    }

    md-content {
        display: inline-block;
    }

    .md-padding {
        width: 100%;
    }

    .wk-view-actions .md-toolbar-tools {
        display: inline-block;
    }

        .wk-view-actions .md-toolbar-tools button {
            font-size: 13px;
        }

    md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
        padding-bottom: 67px;
    }

    .report-params .btn {
        padding-left: 0;
        padding-right: 0;
    }

    #usersForm .btn, #documentForm .rm-transitions {
        margin-left: 16px;
        min-width: 56px;
    }

    #doc-ctrl #views .col-xs-1 a.btn {
        min-width: 71px;
    }

    body, #htmlForm, html {
        height: unset;
        width: unset;
        overflow: unset;
    }

    md-autocomplete {
        min-width: 0;
    }

    .choose-unit a {
        padding: 6px;
        padding-bottom: 11px;
    }

    .col-xs-4 label.col-xs-12 {
        min-height: 33px;
    }

    .dropdown-menu {
        left: -45px;
    }
}

.overflow-table {
    overflow: auto;
}

md-chips md-autocomplete input {
    width: 350px;
}

.no-data {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 34px;
    font-weight: bold;
}

.left-pane {
}

.other-input md-input-container {
    width: auto;
    margin: 0;
    padding: 0;
}

.other-input .md-errors-spacer {
    float: none;
}

.hide-maxlength .md-errors-spacer {
    display: none;
}

/* 
div.cf01, div.cfCategory{height:150px;}
li.cf01, li.cf02, li.cf03, li.cf04, li.cf05{position:absolute;}
li.cf01{right:520px;top:72px;}
li.cf02{right:330px;top:70px;}
li.cf03{right:267px;top:92px;}
li.cf04{right:279px;top:114px;}
li.cf05{right:45px;}
li.cf01 div{display:inline-block;}
li.cfCategory div{display:inline-block;}
.cfMobile li.cf01, .cfMobile li.cf02, .cfMobile li.cf03, .cfMobile li.cf04, .cfMobile li.cf05{position:relative;top:auto;right:auto;}
*/
.cfselectcategory {
    margin: 0 0 0 1px;
    height: 40px;
}

.md-raised.cfselectcategory {
    margin-top: 0px;
}

/* help begin */
img.ib_help_s, img.ib_help_m {
    cursor: help;
    margin-left: 5px;
    float: left;
}

img.ib_help_s {
    margin-left: 0;
    margin-top: 12px;
}

div.ib_help_s, div.ib_help_m {
    display: none;
    background-color: white;
    border: 1px solid black;
    margin-left: 30px;
    position: absolute;
    width: 400px;
    z-index: 10000;
}

div.ib_help_s {
    width: 300px;
}

.module-settings div.ib_help_s {
    width: 455px;
    margin-left: 0;
    margin-top: 35px;
    left: 180px;
}

div.ib_help_inner {
    overflow: auto;
    max-height: 300px;
    padding: 0 5px 5px;
}

a.ib_help_close {
    cursor: pointer;
}

div.ib_tooltip {
    display: none;
    width: 200px;
    border: 1px solid black;
    padding: 5px;
    background-color: #FFFFCC;
    position: absolute;
    margin: 32px;
}

    div.ib_tooltip img.ajax {
        border-width: 0px;
        margin: 0px 92px;
    }
/* help end */
/* EC15407 int field margin bottom (problem when width/max-width is set to input)*/
.col-xs-12 > md-input-container.rm-num-edit {
    margin-bottom: 30px
}

.blockui {
    min-height: 400px;
}

md-input-container textarea {
    max-height: 100%;
    /*overflow: auto;*/
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.wk-logo {
    position: relative;
    min-height: 10%;
    background: url("/images/GRC/wk_logo.png") no-repeat;
    background-position: 20px 0%;
    background-size: 165px 27px;
    /*height: 100%;*/
}

.home-page #RightPane {
    height: auto;
    min-height: 600px;
}

    .home-page #CenterPaneBottom .c-content, .home-page #RightPane .c-content {
        height: auto;
        min-height: 498px;
    }

.home-page .c-container {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 55px;
}

/*md-input-container .md-input {
	margin-left: -13px;
}*/

.rm-state-date {
    margin-left: 15px;
    max-width: 200px;
    padding: 10px;
    box-shadow: 0px 0px 3px 0px #01ae93;
    margin-right: auto;
}

md-autocomplete input:not(.md-input) {
    line-height: 0px;
}

input[type="file"] {
    margin-bottom: 5px;
    line-height: normal;
}

.date {
    white-space: normal;
}

.address {
    margin-bottom: 25px;
}

.md-subheader .md-subheader-inner {
    margin-bottom: 35px;
}

.address_history {
    width: 100%;
}

    .address_history th {
        width: 1%;
        white-space: nowrap;
    }

.wg-inner-table {
    width: 100%;
    margin-top: 8px;
}

.address_history > tbody > tr:nth-of-type(2n+1) {
    background: #efefef;
}

/* ROD-90 */
.rm-group-container md-input-container textarea[disabled] {
    overflow: hidden
}

ib-datepicker-container > div {
    color: red;
}

.validation-error {
    clear: both;
    color: red;
    font-weight: bold;
    padding-top: 5px;
}

.cpl-plans input.ng-touched.ng-invalid.ng-invalid-required, input.ib25-required {
    border: solid 1px rgb(221,44,0);
}

.cpl-plans md-input-container.ib25-required label {
    color: rgb(221,44,0);
}

.cpl-plans .blockui {
    min-height: auto;
}

.home-page #LeftPane .addlink {
    font-size: 14px;
    font-weight: 300;
    border-top: 1px rgba(170, 170, 170,0.3) solid;
    padding: 12px;
    margin-left: 23px;
    color: #4b515d;
}

    .home-page #LeftPane .addlink a {
        color: #4b515d;
    }

.cpl-meters td span {
    display: block;
    margin-bottom: 30px;
    margin-top: 5px;
}

.glyphicon-trash {
    color: black;
}

    .glyphicon-trash::before {
        color: black;
    }

.selection {
    background-color: #f6fde8;
}

.cpl_HasBeenModified ib-link a {
    color: forestgreen;
}

.icon-wersje {
    background-image: url("/images/icons/wersje.svg");
    height: 15px;
    width: 15px;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
}

.buttons {
    margin-left: -15px;
}


.lbdlogo {
    width: 150px;
    margin-top: -19px;
    display: block;
}

.grid-lp-column {
    width: 50px;
}

.commentText {
    background-color: white !important;
}

#riskForm .md-raised.btn {
    margin-top: 7px;
}

#riskRegisterForm .md-raised.btn {
    margin-top: 7px;
}

.grid-center-column {
    vertical-align: middle;
    text-align: center;
}

.icon-col {
    text-align: center;
}
/* MOBILE */
@media screen and (max-width: 768px) {
    .home-page .c-container {
        margin-left: 0;
        margin-right: 0;
    }
}

.links-refresh {
    margin-top: 20px;
}

    .links-refresh span {
        font-style: italic;
        margin-left: 10px;
    }

.category-select-input {
    padding: 0;
    margin: 0;
}

.common-category-info {
    margin-left: 10px;
    word-wrap: break-word;
}

.category-common-container {
    width: 300px;
    margin: 0px 10px 0px 0px;
}

md-input-container .md-input-messages-animation {
    padding-bottom: 15px;
}

md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
    background-color: rgba(120,120,120,0.87);
}

md-radio-button.md-default-theme:not([disabled]).md-primary.md-checked .md-off, md-radio-button:not([disabled]).md-primary.md-checked .md-off, md-radio-button.md-default-theme:not([disabled]) .md-primary.md-checked .md-off, md-radio-button:not([disabled]) .md-primary.md-checked .md-off, md-radio-button.md-default-theme:not([disabled]).md-primary .md-checked .md-off, md-radio-button:not([disabled]).md-primary .md-checked .md-off, md-radio-button.md-default-theme:not([disabled]) .md-primary .md-checked .md-off, md-radio-button:not([disabled]) .md-primary .md-checked .md-off, md-radio-group.md-default-theme:not([disabled]).md-primary.md-checked .md-off, md-radio-group:not([disabled]).md-primary.md-checked .md-off, md-radio-group.md-default-theme:not([disabled]) .md-primary.md-checked .md-off, md-radio-group:not([disabled]) .md-primary.md-checked .md-off, md-radio-group.md-default-theme:not([disabled]).md-primary .md-checked .md-off, md-radio-group:not([disabled]).md-primary .md-checked .md-off, md-radio-group.md-default-theme:not([disabled]) .md-primary .md-checked .md-off, md-radio-group:not([disabled]) .md-primary .md-checked .md-off {
    border-color: rgba(120,120,120,0.87);
}

md-radio-button.md-default-theme:not([disabled]).md-primary .md-on, md-radio-button:not([disabled]).md-primary .md-on, md-radio-button.md-default-theme:not([disabled]) .md-primary .md-on, md-radio-button:not([disabled]) .md-primary .md-on, md-radio-group.md-default-theme:not([disabled]).md-primary .md-on, md-radio-group:not([disabled]).md-primary .md-on, md-radio-group.md-default-theme:not([disabled]) .md-primary .md-on, md-radio-group:not([disabled]) .md-primary .md-on {
    background-color: rgba(120,120,120,0.87);
}

a.breadcrumb_home {
    background: transparent url("/images/prod/breadcrumb-home-grc.png") no-repeat right center;
    border-bottom: none;
    height: 25px;
}

a.breadcrumb_home::after {
    background: none;
}

.breadcrumb {
    background-color: transparent;
}

a.breadcrumb, a.breadcrumb_selected {
    background: none;
    border-bottom: none;
}

    a.breadcrumb::after {
        background: none;
    }

    a.breadcrumb_selected::after {
        background: none;
    }

md-input-container .md-input-messages-animation {
    padding-bottom: 15px;
}

.cpltooltip-md-tooltip {
    min-width: 1050px;
    width: 75%;
    height: auto;
    background-color: cornsilk !important;
    color: black !important;
    font-size: 13px;
    border-radius: 5px;
    box-shadow: 3px 3px 6px;
    white-space: normal;
    margin-bottom: 3px;
    margin-top: 3px;
}

.cpltooltip-panel {
    padding: 5px;
    margin-left: -15px;
}

    .cpltooltip-panel.ng-hide-add {
        -webkit-animation: bounceOutRight 1s;
        -moz-animation: bounceOutRight 1s;
        -ms-animation: bounceOutRight 1s;
        animation: bounceOutRight 1s;
    }

.cpltooltip-tooltip.ng-hide-remove {
    -webkit-animation: bounceInRight 1s;
    -moz-animation: bounceInRight 1s;
    -ms-animation: bounceInRight 1s;
    animation: bounceInRight 1s;
}

.cpltooltip-tooltip-icon {
    color: #b71c1c;
}

.checklist-question-table-header:first-child {
    width: 3.5%;
    white-space: nowrap;
}

@media only screen and (max-width: 1366px) {
    .checklist-question-table-header:first-child {
        width: 6%;
    }
}


/*COMPU-93 UX - Wyrównania w gridach*/

#plansContainer .ex_grid_cleaner tr td:nth-child(5), #plansContainer .ex_grid_cleaner tr td:nth-child(6), #plansContainer .ex_grid_cleaner tr td:nth-child(7) {
    text-align: left;
}

#organizationalEventsContainer .ex_grid_cleaner tr td:nth-child(5) {
    text-align: center;
}

#organizationalEventsContainer .ex_grid_cleaner tr td:nth-child(16) {
    text-align: center;
}

#organizationalEventsContainer .ex_grid_cleaner tr td:nth-child(17) {
    text-align: center;
}

#organizationalEventRegisterContainer .ex_grid_cleaner tr td:nth-child(5) {
    text-align: center;
}

#organizationalEventRegisterContainer .ex_grid_cleaner tr td:nth-child(11) {
    text-align: center;
}

#riskRegisterContainer .ex_grid_cleaner tr td:nth-child(6) {
    text-align: center;
}

#riskRegisterContainer .ex_grid_cleaner tr td:nth-child(19) {
    text-align: center;
}

#riskContainer .ex_grid_cleaner tr td:nth-child(6) {
    text-align: center;
}

#riskContainer .ex_grid_cleaner tr td:nth-child(10) {
    text-align: center;
}

#incidentsContainer .ex_grid_cleaner tr td:nth-child(5) {
    text-align: center;
}

#unitContainer .ex_grid_cleaner tr td:nth-child(16) {
    text-align: center;
}

#inboxContainer .ex_grid_cleaner tr td:nth-child(8) {
    text-align: center;
}

#inboxContainer .ex_grid_cleaner tr td:nth-child(10) {
    text-align: center;
}

#mailboxContainer .ex_grid_cleaner tr td:nth-child(7) {
    text-align: center;
}

#mailboxContainer .ex_grid_cleaner tr td:nth-child(9) {
    text-align: center;
}

md-radio-group[disabled] {
    padding-top: 2px;
}

.legalBasis {
    padding: 11px 11px 11px 0;
    margin-bottom: 10px !important;
}

    .legalBasis div {
        float: left;
        margin-right: 30px;
    }

#checklistForm .md-subheader .md-subheader-inner, #checklistResultContent .md-subheader .md-subheader-inner {
    margin-bottom: 10px;
}

.grid-links-column > div:not(:first-child) {
    margin-top: 10px;
}

.ib-links-selected {
    border-radius: 10px;
    border: 2px solid #01ae93;
    padding: 10px;
}

md-input-container.md-input-has-value label:not(.md-no-float) {
    transform: translate3d(0,6px,0) scale(1);
    font-size: 13px;
}

.home-page #LeftPaneBottom .control-list .c-header {
    background: #9dd678;
    margin: 12px;
    padding: 16px;
    border-radius: 5px;
    position: relative;
    bottom: 42px;
    box-shadow: 3px 3px 6px #d8d8d8;
    height: 56px;
    margin-bottom: 0px;
}

.home-page #LeftPaneBottom .c-header span {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.home-page #LeftPaneBottom li {
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px rgba(170, 170, 170,0.3) solid;
    padding: 12px;
}

    .home-page #LeftPaneBottom li a {
        color: #4b515d;
        font-size: 14px;
    }

.shortcuts a {
    color: #fff;
}

.home-page #LeftPaneBottom .note {
    background: #93c996;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    font-size: 40px;
    padding: 14px 12px 14px 11px;
    margin-right: 15px;
    margin-left: auto;
    margin-bottom: -15px;
}

.home-page #LeftPaneBottom .c-content {
    height: auto;
    margin-left: 23px;
    position: relative;
    bottom: 33px;
    overflow-y: auto;
    max-height: 340px;
}

    .home-page #LeftPaneBottom .c-content .note {
        color: #fff;
    }


.home-page #LeftPaneBottom .c-header, .c-container md-toolbar {
    border-bottom: none;
}

.noteboard {
    margin-top: -15px;
}

.home-page #LeftPaneBottom .note:hover {
    background-color: #93c996 !important;
}

.mini-calendar {
    border: 1px solid black;
}

    .mini-calendar li {
        float: left;
        width: 14.2%;
        text-align: center;
    }

        .mini-calendar li.month {
            width: 56.8%;
        }

        .mini-calendar li.days {
            background-color: lightgrey;
        }

        .mini-calendar li.busy {
            background-color: #b7bbe9;
            color: #fff;
        }

        .mini-calendar li.today {
            background-color: #e57373;
            color: #fff;
        }

        .mini-calendar li.busy.today {
            background-color: #e57373;
        }

.mini-buttons {
    text-align: right;
}

#CenterPaneBottom div.shortcuts:first-child {
    padding-bottom: 25px;
    box-shadow: none;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.home-page #CenterPaneBottom div.shortcuts:last-child .c-content {
    margin-left: 0px;
    height: auto;
    min-height: 200px;
}

.mini-calendar {
    border: none;
}

.home-page #CenterPaneBottom .control-list:last-child .c-header {
    background: #d7795f;
}

.home-page #CenterPaneBottom .shortcuts div:last-child {
    color: #4b515d;
}

.periodic-task {
    border: solid 1px rgba(0,0,0,0.12);
    margin: -25px 0 25px 30px;
    width: 360px;
    padding: 0 15px;
}

    .periodic-task input[type="number"] {
        text-align: right;
        float: none;
        width: 35px;
        display: inline;
        margin-right: 10px
    }

    .periodic-task ib-datepicker-container {
        margin-top: 0;
    }

    .periodic-task > .row > .top-row {
        margin-bottom: 0
    }
/*.month-select { margin-top: 0 }*/
.periodic-date-msg {
    margin-left: 10px;
    margin-top: 0;
}

.periodic-task .md-input-messages-animation {
    padding-bottom: 0
}

.cpl-period-row {
    padding-left: 3px;
    margin-top: -15px;
}

.home-page #CenterPane .shortcutLinks {
    margin-left: 23px;
}

.home-page #CenterPane li {
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px rgba(170, 170, 170,0.3) solid;
    padding: 12px;
}
.home-page #CenterPane li.days {
    font-size: 12px;
    padding: 12px 0;
	text-align:center;
}

    .home-page #CenterPane li a {
        color: #4b515d;
        font-size: 14px;
    }

.home-page #CenterPane .addlink a {
    color: #4b515d;
}


.home-page #CenterPaneTop .c-container .c-header {
    margin: 12px;
    padding: 16px;
    border-radius: 5px;
    position: relative;
    bottom: 42px;
    -webkit-box-shadow: 3px 3px 6px #d8d8d8;
    -moz-box-shadow: 3px 3px 6px #d8d8d8;
    box-shadow: 3px 3px 6px #d8d8d8;
    background: #b71c1c;
    height: 56px;
}

.home-page #LeftPaneTop .c-container .c-header {
    background: #9dd678;
}

.home-page #LeftPane .c-content {
    height: auto;
    margin-left: 23px;
    position: relative;
    bottom: 33px;
    overflow-y: auto;
    max-height: 340px;
}

.home-page #CenterPane .c-header {
    background: #6b71b4;
}

    .home-page #CenterPane .c-header span {
        color: #fff;
        font-size: 20px;
        font-weight: 300;
    }

.home-page #CenterPane .c-content {
    bottom: 33px;
    position: relative;
}

/*.home-page #CenterPane div.shortcuts:last-child .c-content {
	margin-left: 0px;
	height: auto;
	min-height: 200px;
}*/

.home-page #LeftPaneBottom .control-list .c-header {
    background: #389cd3;
}

.home-page #CenterPaneBottom .c-container .c-header {
    background: #e57373;
    margin: 12px;
    padding: 16px;
    border-radius: 5px;
    position: relative;
    bottom: 42px;
    height: 56px;
}

.home-page #CenterPaneBottom .shortcutLinks {
    margin-left: 42px;
    margin-right: 31px;
    position: relative;
}

.home-page #CenterPaneBottom li {
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px rgba(170, 170, 170,0.3) solid;
    padding: 12px;
}

.home-page #CenterPaneBottom .addlink {
    font-size: 14px;
    font-weight: 300;
    border-top: 1px rgba(170, 170, 170,0.3) solid;
    padding: 12px;
    margin-left: 42px;
    margin-right: 31px;
    color: #4b515d;
    position: relative;
}

    .home-page #CenterPaneBottom .addlink a {
        color: #4b515d;
    }

#LeftPaneTop .c-header span {
    bottom: 0px;
}

.home-page #LeftPaneTop .note {
    background: #9dd678;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    font-size: 40px;
    padding: 14px 12px 14px 11px;
    margin-right: 15px;
    margin-left: auto;
    margin-bottom: -15px;
}

    .home-page #LeftPaneTop .note:hover {
        background-color: #9dd678 !important;
    }

.home-page #LeftPaneTop .c-content .note {
    color: #fff;
}

.noteboard {
    margin-top: -15px;
}

.home-page #LeftPaneTop li a {
    color: #4b515d;
    font-size: 14px;
}

.home-page #LeftPaneTop li {
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px rgba(170, 170, 170,0.3) solid;
    padding: 12px;
}

#CenterPaneBottom .c-header span {
    bottom: 12px;
    position: relative;
}

#CenterPaneBottom .c-container {
    box-shadow: none;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding-bottom: 25px;
    position: inherit;
}


#CenterPaneBottom #main {
    margin-top: -228px;
}

.home-page #CenterPaneBottom .c-content {
    min-height: 158px;
    max-height: 158px;
}

.mini-calendar {
    margin-top: -25px;
}
/*
.mini-buttons {
	margin-bottom: -36px;
}
*/
.home-page #LeftPaneTop .shortcuts .c-content {
    height: 310px;
    min-height: 310px;
    overflow-y: auto;
    margin-top: -45px;
}

.home-page #CenterPane .shortcuts div {
    color: #4b515d;
}

.home-page #RightPane {
    min-height: 690px;
}

.noMsg {
    color: gray;
    padding: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 83%;
    display: block;
    float: left;
}

.mini-buttons {
    background: #e57373 no-repeat 13px center;
    padding: 7px 7px 7px 7px;
    border-radius: 2px;
    color: #fff !important;
    font-family: Roboto;
}

/*.home-page #CenterPane div.shortcuts:last-child .c-content {
	height: 265px;
	max-height: 265px;
}*/

/* Kolory kalendarza */
.fc-event {
    border: none;
    padding: 3px 0px 3px 5px
}

.cm-survey {
    background-color: #38aecc;
}

    .cm-survey.cm-creator {
        background-color: #96bbc4;
    }

.cm-note {
    background-color: #9dd678;
}

.cm-task {
    background-color: #e57373;
}

.cm-task.cm-creator {
    background-color: #e59373;
}

.cm-risk {
    background-color: #ccc;
}

.cm-risk-of-legal-changes {
    background-color: #8b8b8b;
}

.cm-business {
    background-color: #b7bbe9;
}

.cm-task.cm-business {
    background-color: #b7bbe9;
}

.fc-event.cm-closed {
    text-decoration: line-through;
}

.fc-event.cm-overdue {
    opacity: 0.5;
}
/* ikona w evencie z prawej strony */
.fc-content > .glyphicon {
    float: right;
    padding-right: 3px
}

.cpl-calendar-filters > .active {
    color: #fff
}

.cpl-calendar-filters {
    margin-top: 15px
}

.fc-bgevent {
    background: #eae7e7;
}

#userForm .md-subheader {
    margin-bottom: 10px;
}

/* ukryte w custom column visibility */
/* ukryte w nagłówku grida */
div.filter .cc-hide, tr.ex_grid_header .header-hide {
    display: none
}

.checklist-row-disabled, .checklist-row-disabled > td > div > a, .checklist-row-disabled > td > div > span {
    color: #bbb !important;
}

    .checklist-row-disabled a {
        color: #bbb;
    }

    .checklist-row-disabled > td > cpl-checklists-list-status > span {
        color: #bbb !important;
    }

.sentMailMsg {
    margin-top: -30px;
    padding-bottom: 15px;
}

.sentMailInfo {
    padding-left: 5px;
}

/* Ryzyka, zdarzenia - nadpisanie dużego margin (35px) w nagłówkach */
.low-margin > .md-subheader-inner {
    margin-bottom: 20px
}

.rm-bool-img {
    text-align: center;
}
    /* COMPU-196 vs CDB-403 na liście zdarzeń wartość "false" w polu Ryzyko prezentowane jest jako pusta kolumna, natomiast w repo dla "false" jest ikona "X", dlatego ją ukrywamy */
    .rm-bool-img > div > .fa-close {
        display: none
    }

#userForm .groupmenu {
    padding-bottom: 6px;
    padding-top: 6px;
}
.ex_grid_action_group_menu {
    margin-top: 5px;
}

.ex_grid_action_group_menu li i {
    position: absolute;
    margin-left: -30px;
    margin-top: 5px;
    color: white;
    font-size: 18px;
}

.actions .btn.groupmenu ul li a {
    min-width: 265px;
    text-align: left;
}
.actions .btn.groupmenu.cpl_bp_export ul li a {
    min-width: 125px;
}
.actions .btn.groupmenu.cpl_bp_export .glyphicon{margin-top:-3px;vertical-align: middle;}
.grid-actions .btn.groupmenu{height:29px;}

md-dialog md-dialog-actions {display: block;}
md-dialog md-dialog-actions button {float: right;}
.md-dialog-container md-dialog md-dialog-actions button:nth-of-type(1) {background: rgb(250,250,250) !important;color: rgb(33,33,33) !important;box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);}
.md-dialog-container md-dialog md-dialog-actions button:nth-of-type(2) {background-color: #b71c1c;color: #fff !important;box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);}

.md-dialog-container md-dialog md-dialog-content md-dialog-actions.custom {padding-right:0;}
.md-dialog-container md-dialog-actions.custom button:nth-of-type(2) {background: rgb(250,250,250) !important;color: rgb(33,33,33) !important;box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);}
.md-dialog-container md-dialog-actions.custom button:nth-of-type(1) {background-color: #01ae93 !important;color: #fff !important;box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);}
md-dialog-actions.custom button:nth-of-type(2):hover {background-color: #e57373 !important;}
.md-dialog-container md-dialog.rm-confirm-dialog md-dialog-actions button:nth-of-type(1){background-color: #e57373 !important;color:#fff !important;}
.md-dialog-container md-dialog.rm-confirm-dialog md-dialog-actions button:nth-of-type(2){background-color: #ffffff !important;color: rgb(33,33,33) !important;}

#departmentsForm .md-button.md-raised:not([disabled]) {
    margin-left: 20px;
}

#obligationsForm .md-button.md-raised:not([disabled]) {
    margin-left: 20px;
}

md-input-container textarea.md-input {
    padding-left: 20px;
}

.survey-other {
font-size: 14px;
margin-bottom: 20px;
}

.survey-other i {
margin: 0 10px;
}

.survey-other a {
}

.survey-other span {
border-bottom: 1px solid rgba(0,0,0,0.12);
margin-left: 24px;
padding: 2px;
}

.survey-other span.nomargin {
margin-left: 0;
background-position: bottom -1px left 0;
background-size: 4px 1px;
background-repeat: repeat-x;
border-bottom-color: transparent;
color: rgba(0,0,0,0.75);
background-image: linear-gradient(90deg,rgba(0,0,0,0.38) 0,rgba(0,0,0,0.38) 33%,transparent 0);
}

#surveyResultContent > section.question{display:block;}

.red {
    color: red;
    margin-left: 3px;
}

.green {
    color: green;
    margin-left: 3px;
}

.residual-value {
    font-size: 1.3em;
}

    .residual-value .val {
        border: 1px solid silver;
        border-radius: 5px;
        padding: 5px;
        display: inline-block;
        width: 45px;
        box-shadow: inset 0 0 5px #ccc;
    }

    .residual-value span {
        margin-right: 5px;
    }

.users-unitsCounts {
    border-radius: 5px;
    color: white;
    width: 35px;
    height: 20px;
    display: inline-block;
    text-align: center;
    padding-top: 2px;
    margin-right: 5px;
}

    .users-unitsCounts.unitsCount1 {
        background: #3CB371;
    }

    .users-unitsCounts.unitsCount2 {
        background: #4682B4;
    }

    .users-unitsCounts.unitsCount3 {
        background: #DC143C;
    }

#main md-input-container textarea.md-input {
    padding-left: 0;
    overflow: hidden;
}

#checklist_Description {
    max-height: 100%;
}

#checklistContent [disabled] md-input-container .md-input, md-input-container .md-input[disabled] {
    overflow: auto;
}

.legalBasis div {
    float: none;
}

.plan-task-risk {
    border-bottom: 1px solid silver;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    height: 40px;
    overflow: hidden;
}

.plan-task-risk-name {
    width: 200px;
}

.plan-task-risk-checkbox {
    text-align: center;
    padding-left: calc(50% - 10px);
}

.plan-task-risk-value {
    text-align: center;
}

.plan-task-risk span {
    display: inline-block;
    height: 16px;
    overflow: hidden;
    width: calc(100% - 20px);
}

.plan-task-risk-name span {
    height: 16px;
}

.fake-popup {
    position: absolute;
    background: white;
    border: 1px solid silver;
    padding: 5px;
    z-index: 1;
}

    .fake-popup .title {
        margin: 0 0 10px 0;
        font-weight: bold;
    }

.plan-task-status {
    text-align: center;
}

.plan-task-state {
    text-align: center;
}

.pbrrtable-lvl1 {
    background-color: #007536;
    color: white;
    border-color: #007536;
}

.pbrrtable-lvl2 {
    background-color: #009b19;
    color: black;
    border-color: #009b19;
}

.pbrrtable-lvl3 {
    background-color: #e4e601;
    color: black;
    border-color: #e4e601;
}

.pbrrtable-lvl4 {
    background-color: #ea4f12;
    color: white;
    border-color: #ea4f12;
}

.pbrrtable-lvl5 {
    background-color: #e00000;
    color: white;
    border-color: #e00000;
}


td.residual-risk-value, td.primary-risk-value, td.target-risk-value{text-align: center;}
tr.row-rrtable-lvl1 td.residual-risk-value {
    background-color: #007536;
    color: white;
}

tr.row-rrtable-lvl2 td.residual-risk-value {
    background-color: #009b19;
    color: black;
}

tr.row-rrtable-lvl3 td.residual-risk-value {
    background-color: #e4e601;
    color: black;
}

tr.row-rrtable-lvl4 td.residual-risk-value {
    background-color: #ea4f12;
    color: white;
}

tr.row-rrtable-lvl5 td.residual-risk-value {
    background-color: #e00000;
    color: white;
}

td.sac-value {text-align: center;}
tr.row-sac-lvl1 td.sac-value {
    background-color: #007536;
    color: white;
}

tr.row-sac-lvl2 td.sac-value {
    background-color: #e4e601;
    color: black;
}

tr.row-sac-lvl3 td.sac-value {
    background-color: #e00000;
    color: black;
}

.sac-legend {
    text-align: center;
    line-height: 40px;
}

    .sac-legend span {
        padding: 0 60px;
    }

td.nopadding {
    padding: 0;
    vertical-align: top;
    padding-top: 2px
}

    td.nopadding .plan-task-risk-value {
        height: 45px;
        margin: 0;
        padding: 0;
        padding-top: 10px;
    }

    td.nopadding span {
        line-height: 22px;
        height: 100%;
        vertical-align: top;
    }

td.cm span {
    line-height: 22px;
    height: 100%;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    margin-right: 15px;
}

td.cm a {
    float: right;
}

.task-pob-item {
    padding-left: 5px;
    border-bottom: 1px dotted silver;
    padding-top: 10px;
}

.task-pob-list {
    margin-bottom: 20px;
}

.cpl-plans table td {
    vertical-align: top;
}

.question-list .question-item .ccv-list {
    top: -230px;
    right: 45px !important;
}

.rm-fieldtype-string md-input-container .md-input[disabled] {
    overflow: hidden;
}

.cpl-errors-spacer {
    min-height: 16px;
    text-align: right;
    min-width: 1px;
    margin-top: -7px;
}

    .cpl-errors-spacer .md-char-counter {
        font-size: 10px;
        line-height: 12px;
        padding-top: 2px;
        overflow: hidden;
        transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
        opacity: 1;
        margin-top: 0;
        text-align: right;
        padding-right: 2px;
        padding-left: 0;
    }

.md-input-invalid md-radio-group, .md-input-invalid .md-required {
    color: rgb(221,44,0);
}

.risk-container {
    padding-bottom: 25px;
}

.risk-main {
    background-color: #fff;
    padding: 10px;
    padding-bottom: 25px;
    box-shadow: none;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    min-height: 342px;
}

.risk-header {
    margin: 12px;
    padding: 16px;
    border-radius: 5px;
    position: relative;
    bottom: 42px;
    -webkit-box-shadow: 3px 3px 6px #d8d8d8;
    -moz-box-shadow: 3px 3px 6px #d8d8d8;
    box-shadow: 3px 3px 6px #d8d8d8;
    background: #b71c1c;
    height: 56px;
    text-align: center;
    color: #464646;
}

h2.title {
    margin-top: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: white;
    caret-color: white;
}

.risk-header span {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.167em;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    outline: 0;
}

.risk-content {
    text-align: center;
    width: calc(100% - 60px);
    margin: 0 30px;
    padding-top: 20px;
    /*font-size: large;*/
    line-height: 1.3;
    overflow: auto;
    max-height: 13.3em;
}

.risk-icon {
    margin: 0 auto;
    background-size: cover;
    height: 40px;
    width: 40px;
}

    .risk-icon.fa.fa-unlock-alt {
        display: block;
    }

.risk-toolbar {
    height: 45px;
    margin-top: -30px;
}

.risk-main a.note.btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    font-size: 40px;
    padding: 14px 12px 14px 11px;
    margin-right: 15px;
    margin-left: auto;
    margin-bottom: -15px;
    background:#b71c1c;
}

.risk-tooltip {
    display: none;
}

@media (max-width: 1562px) and (min-width: 768px) {
    .risk-tooltip {
        display: block;
        float: right;
        margin-right: 16px;
        margin-top: -16px;
    }
}

.cpl-calendar .c-container {
    border: 1px solid #d8d8d8;
    box-shadow: none;
    border-radius: 5px;
}

.home-page #RightPaneBottom .c-container {
    height: 355px;
}

    .home-page #RightPaneBottom .c-container .c-header {
        margin: 12px;
        padding: 16px;
        border-radius: 5px;
        position: relative;
        bottom: 42px;
        -webkit-box-shadow: 3px 3px 6px #d8d8d8;
        -moz-box-shadow: 3px 3px 6px #d8d8d8;
        box-shadow: 3px 3px 6px #d8d8d8;
        background-color: #FFFFFF;
        border: 1px solid #d8d8d8;
        height: 56px;
    }

.rss-container .c-content {
    height: 355px;
    min-height: 355px;
    overflow-y: auto;
    margin-top: -45px;
}

.rss-container.shortcuts a {
    color: #4b515d;
    font-size: 13px;
}

.rss-container.shortcuts .links-refresh a {
    font-size: 13px;
    color: #01ae93;
    cursor: pointer;
    display: none;
}

.rss-container.shortcuts .Content {
    padding: 0;
}

.home-page .rss-list {
    position: relative;
}

    .home-page .rss-list li {
        font-size: 14px;
        font-weight: 300;
        border-bottom: 1px rgba(170, 170, 170,0.3) solid;
        padding: 12px;
    }

        .home-page .rss-list li:last-child, .home-page #LeftPaneBottom li:last-child, .home-page #LeftPaneTop li:last-child {
            border-color: transparent;
        }

.rss-list {
    overflow: hidden;
    height: 295px;
}
    /*.rss-list:hover{overflow: hidden scroll;}
.rss-list:hover li{padding-right: 0;}*/
    .rss-list div.title {
        margin-right: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.links-refresh {
    margin-top: 20px;
}

    .links-refresh span {
        font-style: italic;
        margin-left: 10px;
        color: rgb(90, 90, 90);
        font-size: 13px;
    }

.home-page #RightPaneRefresh li {
    margin-left: 15px;
}

.home-page .cpl-todo {
    height: 355px;
    margin: 30px;
    margin-top: 0;
    margin-bottom: 0;
    background: #fff;
    box-shadow: none;
    border-radius: 5px;
    overflow: auto;
    padding-top: 15px;
    border: 1px solid #d8d8d8;
    overflow: hidden;
}

    .home-page .cpl-todo #RightPane {
        overflow: hidden;
        height: 252px;
        min-height: 200px;
        margin-top: 20px;
        padding-top: 0;
    }

        .home-page .cpl-todo #RightPane:hover {
            overflow: hidden scroll;
            overflow-y: scroll;
        }

.home-page #LeftPaneTop .shortcuts .c-content {
    height: 206px;
    min-height: 206px;
}

.home-page #LeftPaneBottom .c-content {
    height: 172px;
}

.home-page #CenterPaneBottom .c-content {
    max-height: 160px;
    height: 160px;
    min-height: 160px;
}

.home-page #LeftPaneTop .shortcuts .c-content {
    overflow: hidden;
    margin-right: 12px;
    padding-top: 15px;
}

    .home-page #LeftPaneTop .shortcuts .c-content:hover {
        overflow: hidden scroll;
        overflow-y: scroll;
        margin-right: 0;
    }

@-moz-document url-prefix() {
    .home-page #LeftPaneTop .shortcuts .c-content {
        margin-right: 17px;
    }
}

.home-page #CenterPane .c-content {
    min-height: 272px;
}

#debug_time {
    display: none;
}

.rss-list::-webkit-scrollbar, .home-page #RightPane::-webkit-scrollbar, .home-page #LeftPaneTop .shortcuts .c-content::-webkit-scrollbar {
    width: 12px;
}

.rss-list::-webkit-scrollbar-button {
}

.rss-list::-webkit-scrollbar-track, .home-page #RightPane::-webkit-scrollbar-track, .home-page #LeftPaneTop .shortcuts .c-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.rss-list::-webkit-scrollbar-track-piece {
}

.rss-list::-webkit-scrollbar-thumb, .home-page #RightPane::-webkit-scrollbar-thumb, .home-page #LeftPaneTop .shortcuts .c-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.rss-list::-webkit-scrollbar-corner {
}

.rss-list::-webkit-resizer {
}

.home-page .wk-noteboard-actions {
    position: absolute;
    top: 30px;
    right: 5px;
}

.rm-edit-top {
    font-size: 15px;
}

.rm-delete-top {
    font-size: 15px;
}

.rm-template-item-top {
    font-size: 15px;
}

.rm-ngback-top {
    font-size: 15px;
}

.deselect md-radio-button .md-label {
    padding: 11px 0;
}

.radio-button-label {
    display: block;
    margin-top: 0;
    padding: 0;
}

.help-checkbox {
    display: block;
}

.grc.home-page #LeftPaneTop .shortcuts .c-content,
.rodo.home-page #LeftPaneTop .shortcuts .c-content,
.szi.home-page #LeftPaneTop .shortcuts .c-content,
.lkz.home-page #LeftPaneTop .shortcuts .c-content {
    height: 294px;
    min-height: 294px;
}
.grc.home-page #CenterPane .c-container,
.rodo.home-page #CenterPane .c-container,
.szi.home-page #CenterPane .c-container,
.lkz.home-page #CenterPane .c-container {
    box-shadow: none;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}
.grc.home-page #CenterPane .c-content,
.rodo.home-page #CenterPane .c-content,
.szi.home-page #CenterPane .c-content,
.lkz.home-page #CenterPane .c-content {
    margin-left: 12px;
    margin-right: 12px;
}
.grc.home-page #RightPane,
.rodo.home-page #RightPane,
.szi.home-page #RightPane,
.lkz.home-page #RightPane {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    background-color: #fff;
    height: auto;
    min-height: 677px;
}
.grc.home-page #RightPaneBottom,
.rodo.home-page #RightPaneBottom,
.szi.home-page #RightPaneBottom,
.lkz.home-page #RightPaneBottom {
    display: none;
}

.grc.home-page #CenterPane div.shortcuts:last-child,
.rodo.home-page #CenterPane div.shortcuts:last-child,
.szi.home-page #CenterPane div.shortcuts:last-child,
.lkz.home-page #CenterPane div.shortcuts:last-child{
	padding-bottom:0;
}

.ccv-item md-checkbox.md-checked .md-icon, 
.ccv-item md-checkbox:not(.md-checked) .md-icon,
.ex_grid md-checkbox.md-checked .md-icon, 
.ex_grid md-checkbox:not(.md-checked) .md-icon {transform: scale(0.65);margin-left:-5px;}
.ex_grid md-checkbox {width:13px;min-width:13px;}
.ccv-item md-checkbox{margin-bottom:3px;}
.ccv-item md-checkbox .md-label{margin-left:20px}

.recipients {width:200px;}
.recipients span {display:block;}

.gridoverflow, md-tab-content.md-no-scroll {
    clear: both;
    overflow-x: unset;
    overflow-y: unset;
}
md-content, md-tabs {
    
    overflow-x: unset;
    overflow-y: unset;
}
md-tab-content.md-right:not(.md-active) {
    visibility:hidden;	
}
md-tab-content {    
	transition-duration:0s;
}
md-tab-content.md-active-remove-active{visibility: hidden !important;}
md-tab-content.md-active-remove-active *{display:none;}
md-tabs [role="tabpanel"] {
    transition: none;
}
md-tabs.md-no-animation md-tab-content {
    transition: none;
}

md-tabs.md-no-animation md-ink-bar {
    transition: none;
}

table.ex_grid tr td:last-child.nopadding,
table.ex_grid tr th:last-child.nopadding{display:none;}

.cs-risk-type .cs-risk-label{margin-left:-9px;}
.cs-risk-filter	md-checkbox{margin-bottom:3px;}
.cs-risk-year .cs-risk-label{display:none;}
.cs-risk-year md-select{margin:0 0 8px 0;}
.md-label-invalid{color:rgb(221,44,0);}

.validity-ribbon.risk-ribbon {
    background: #ffcccb;
    color: #fff;
}

.document-border-risk {
    border-color: #ffcccb;
    border-width: 1.5px;
    border-style: solid;
}

.organizational-event-ribbon {
    background: #00249c;
    color: #fff;
}

.document-border-organizational-event {
    border-color: #00249c;
    border-width: 1.5px;
    border-style: solid;
}

.medical-incident-ribbon {
    background: #b7df89;
    color: #fff;
}

.document-border-medical-incident {
    border-color: #b7df89;
    border-width: 1.5px;
    border-style: solid;
}

.adverse-event-ribbon {
    background: #4d826c;
    color: #fff;
}

.document-border-adverse-event {
    border-color: #4d826c;
    border-width: 1.5px;
    border-style: solid;
}

.risk-legal-change-ribbon {
    background: #e71837;
    color: #fff;
    font-size: 13px;
}

.document-border-risk-legal-change {
    border-color: #e71837;
    border-width: 1.5px;
    border-style: solid;
}

#adverseEventForm .validity-ribbon-wrapper, #medicalIncidentForm .validity-ribbon-wrapper {
    z-index: 2;
}

.odo-event-ribbon {
    background: #b0e0f6;
    color: #fff;
}

.document-border-odo-event {
    border-color: #b0e0f6;
    border-width: 1.5px;
    border-style: solid;
}

.validity-ribbon-wrapper.act {
	margin-top: -75px;
    margin-right: -27px;
}
.validity-ribbon-wrapper.act.view {
    margin-top: 24px;
    margin-right: 3px;
}
.validity-ribbon-wrapper.act.edit {
    margin-top: 0;
	margin-right: 3px;
}

.ib2_angulargrid a.btn {color:#ffffff;}
a.btn-xs {color:#5a5a5a;}
i.fa.fa-eye {color:#b71c1c;}
md-tab-content.md-right:not(.md-active){display:none;}
.legalBasisName span.label{color:rgba(0, 0, 0, 0.85);}
ib-datepicker-container.cpl-disabled label, 
md-input-container.cpl-disabled label, 
md-input-container.cpl-disabled span.label, 
md-input-container.cpl-disabled label.md-select-label{color:rgba(0,0,0,0.58) ;}
span.cpl-disabled{color:rgba(0,0,0,0.58);}
.md-autocomplete-suggestion.selected {background-color:#e57373;}
.create-event-section { margin-top: 65px; }
.no-transform .md-icon{transform:unset !important;}
/*.cpl-disabled .rrtable-lvl1, .cpl-disabled .rrtable-lvl2, .cpl-disabled .rrtable-lvl3, .cpl-disabled .rrtable-lvl4, .cpl-disabled .rrtable-lvl5 {background-color:rgba(0,0,0,0.58);border-color:rgba(0,0,0,0.58);}*/
table.cpl-disabled th, table.cpl-disabled td {cursor:default;}
.cpl-required label {color:rgb(221,44,0);}
.cpl-isrequired label:after {content: ' *';}
.tasks-user-blocked {color: gray;}
.task-users-blocked-info {padding-top: 5px;}
.fa-risk-own:before {  content: url("/images/menu-icons/men-ryz2.svg"); }
.fa-adv-own:before {  content: url("/images/menu-icons/user-shield-solid.svg"); }
span.fa-adv-own{width:16px;height:16px;}

.fright {float:right;}
.dashboards .settings {margin-top: -54px;margin-right: 32px;position: absolute;right: 0;}
.wk-content .dashboards section {margin-bottom:24px;}
.dashboards .md-subheader-inner{margin:0;border-bottom:none;}
.dashboards .year {margin-top: -8px;margin-right:8px;}
.dashboards .year select:focus {box-shadow:none;border:1px;background-color:#fff;}
.dashboards .export, .dashboards .info, .dashboards .close {margin-right:8px;color:#000;opacity:1;}
.dashboards .close {margin-right:0;font-size:16px;}
.dashboards .more {background-color:#fff;display:block;padding:7px 8px 6px;border: 1px solid #e8e8e8;border-top:none;}
.dashboards .rrtable-lvl {border-radius: 0;text-align:center;}
.dashboards .fa-ellipsis-v {font-size: 24px;/*! margin-right: 8px; *//*! margin-top: 2px; */vertical-align: middle;}
.dashboards md-checkbox{width:80%;margin: 0;}
.dashboards .settings-info{margin:16px 0;}
.dashboards .divisor {margin:0 8px;}
.dashboards .remove { float: right !important; margin-left: 10px; color: red; font-size: large; font-weight: bold; }

.dashboard-settings-item {
	border: 1px solid lightgray;
    border-radius: 5px;
	background: white;
	width: 100%;
	margin: 5px 0;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	padding: 5px;
}
.dashboard-settings-item span.item-container {}
.dashboard-settings-item span i { padding-left: 10px; padding-right: 15px; font-size: 17px; font-weight: 400;}
.dashboards .fa-ellipsis-v {font-size: 17px; font-weight: 400; }

.comment-input .cke_top, .comment-input .cke_bottom{display:none;}
.noblockui .blockui{min-height:0;}
.filter>div.cf-control{margin-left:12px;}

#surveyContainer .col-xs-1 a.btn{min-width:75px}

.multi-receivers{line-height:26px;padding-bottom:4px;
  background-image: linear-gradient(90deg,rgba(0,0,0,0.38) 0,rgba(0,0,0,0.38) 33%,transparent 0);
background-position: bottom;
background-size: 4px 1px;
background-repeat: repeat-x;
}
md-tabs.md-default-theme .md-tab, md-tabs .md-tab,
.multi-receivers span{color:rgba(0,0,0,0.85)}
.multi-receivers a {margin-left:8px;}
.rm-ng-doc-view .multi-receivers{padding-left: 20px;}

[disabled] md-input-container.md-default-theme .md-input, 
[disabled] md-input-container .md-input, 
md-input-container.md-default-theme .md-input[disabled], 
md-input-container .md-input[disabled],
md-select.md-default-theme[disabled] .md-select-icon, 
md-select[disabled] .md-select-icon, 
md-select.md-default-theme[disabled] .md-select-value, 
md-select[disabled] .md-select-value, 
md-select.md-default-theme[disabled] .md-select-value.md-select-placeholder, 
md-select[disabled] .md-select-value.md-select-placeholder,
md-checkbox.md-default-theme[disabled] .md-label, 
md-checkbox[disabled] .md-label,
md-radio-button.md-default-theme[disabled], 
md-radio-button[disabled], 
md-radio-group.md-default-theme[disabled], 
md-radio-group[disabled] {
  color: rgba(0,0,0,0.85);
}
span.breadcrumb_prefix, span.breadcrumb, span.breadcrumb_selected, a.breadcrumb, a.breadcrumb_selected {
  opacity: 1;
}
.noteboard .noteboardItem:first-child .noteLink{width:83%;}
ul.invalid-fields {display: none;}
.rm-main-tabs md-input-container .md-input-message-animation:not(.md-char-counter){padding-left: 17px;}
cpl-surveys-multi-result-component form, x-cpl-surveys-multi-result-component form{display:none;}
.col-reading-confirm{overflow:auto;}

@media print {
md-radio-button.md-checked .md-container, md-radio-button.md-checked .md-label{font-weight:bold;text-decoration: underline;}
md-radio-group:not([disabled]) md-radio-button.md-checked .md-on:after{content:'*';display:block;font-size:96px;margin-top:15px;margin-left:-10px;color:#F04A03;}
md-checkbox.md-checked .md-icon:after{content:'v';display:block;font-size:30px;margin-top:0;margin-left:-5px;color:#F04A03;transform:rotate(0deg);border:1px solid silver;}
}

.assessmentsFromPreviousYears .title {font-weight:bold;}
.assessmentsFromPreviousYears .comment {border: 1px solid #e8e8e8;padding: 7px 8px 6px;}
.assessmentsFromPreviousYears .comment .who{font-weight:bold;}
.assessmentsFromPreviousYears .comment .text{font-size:16px;}

.cpl-pob-conteiner .block-ui-message{
	position: fixed;
    top: 14VH;
    LEFT: 45VW;
}


.progmedica.home-page #LeftPaneTop .shortcuts .c-content{
  height: 265px;
  min-height: 265px;
}
.progmedica.home-page #LeftPaneBottom .c-content{
  height: 232px;
}
.progmedica.home-page #CenterPaneBottom .c-content{
  max-height: 220px;
  height: 220px;
  min-height: 220px;
}
.progmedica #CenterPaneBottom #main{
  margin-top: -290px;
}

.rm-nav-top .rm-task-cancel {
    padding-left: 16px;
    background-color: transparent;
    box-shadow: none !important;
}

.rm-nav-top .rm-task-cancel::before {
    content: "\f3e5";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-left: -8px;
    margin-right: 12px;
    font-size: 1.2em;
}

.wb-table.ex_grid th{padding-right: 8px !important;}

.ib25-error .md-button{
    border-radius: 10px;
    background: rgb(234,81,90);
    color: white;
}
.ib25-error .md-button:hover{
    background-color:#e57373;
}
