@import url("fonts.css");

body {
    font-family: "sg", "Segoe ui", sans-serif;
    font-size: 13px;
    color: #333;
    height: 100%;
    /*background: #dfe4e6 ;*/
}

::-webkit-scrollbar {
    height: 12px;
    width: 4px;
    background: #fff;
}

::-webkit-scrollbar:horizontal {
    height: 4px;
    width: 4px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #aaa;
}

.dropdown-menu>li>a.disabled {
    cursor: default;
    color: #98a6ad;
}

table select {
    max-width: 80px;
}

table tbody>tr:hover>td,
table tbody>tr:hover>th {
    background-color: #e4eaec !important;
}

td {
    /*white-space: nowrap;*/
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-color: #dee5e7;
}

ul {
    padding-left: 20px;
}

small,
.small {
    font-size: 12px;
}

.p-t {
    padding-top: 10px;
}

.p-b {
    padding-bottom: 10px;
}

.p-t-md {
    padding-top: 15px;
}

.p-t-lg {
    padding-top: 20px;
}

.p-b-md {
    padding-bottom: 15px;
}

.p-b-lg {
    padding-bottom: 20px;
}

.p-b-sm {
    padding-bottom: 5px;
}

.b-b-dashed {
    border-bottom: 1px dashed #ccc;
}

.padder-sm {
    padding-right: 10px;
    padding-left: 10px;
}

.padder-xs {
    padding-right: 5px;
    padding-left: 5px;
}

.padder-v-sm {
    padding-top: 8px;
    padding-bottom: 8px;
}

.padder-v-xs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padder-v-lg {
    padding-top: 30px;
    padding-bottom: 30px;
}

.indent-l {
    padding-left: 20px;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.flex-align-center {
    align-items: center;
}

.block {
    display: block;
}

.striked {
    text-decoration: line-through;
    color: #aaa;
    cursor: default;
}

.table-cell {
    display: table-cell;
}

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

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

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

.height-auto {
    height: auto;
}

.height-full {
    height: 100%;
}

.height-full-important {
    height: 100% !important;
}

.max-width-100 {
    max-width: 100%;
}

.width-10 {
    width: 10%;
}

.width-20 {
    width: 20%;
}

.width-30 {
    width: 30%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.width-70 {
    width: 70%;
}

.width-80 {
    width: 80%;
}

.width-90 {
    width: 90%;
}

.width-100 {
    width: 100%;
}

.opacity-0 {
    opacity: 0;
}

.opacity-50 {
    opacity: 0.5;
}

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

.default-cursor {
    cursor: default;
}

.move-cursor {
    cursor: move;
}

.cursor-pointer {
    cursor: pointer;
}

.break-spaces {
    white-space: break-spaces;
}

.bidi-override {
    unicode-bidi: bidi-override;
}

.overflow-hidden-important {
    overflow: hidden !important;
}

.label {
    display: inline-block;
    margin-top: 3px;
    padding: 0.3em 0.6em 0.5em;
}

.one-three-table td:first-child {
    width: 25%;
}

.one-three-table td:last-child {
    width: 75%;
}

.relative-positioned {
    position: relative;
}

.absolute-positioned {
    position: absolute;
    top: 0;
    left: 0;
}

.z-index-100 {
    z-index: 100;
}

.bg-white-90 {
    background: rgba(255, 255, 255, 0.9);
}

.app,
.app-content-body {
    height: 100%;
}

.app-content-body {
    padding-bottom: 0;
}

.app-aside {
    background: url("img/aside-bg.png") no-repeat top right;
}

.aside-wrap {
    background: url("img/aside-bg.png") no-repeat top right;
    background-size: cover;
}

.bg-white {
    color: #333;
}

.nowrap {
    white-space: nowrap;
}

h1 .label {
    font-size: 16px;
    /*font-weight: normal;*/
}

/**************************/
.form-control {
    font-size: 13px;
}

.notification-content {
    font-size: 13px;
    color: #444;
}

#notifications-panel {
    max-height: 300px;
    overflow-y: scroll;
}

.navbar-brand img {
    max-height: 40px;
    margin-top: 0;
    max-width: 120px;
}

.navi>ul.nav>li>a {
    padding: 9px 20px;
}

.navi>ul.nav li>a:hover,
.navi>ul.nav li>a:focus {
    background: rgba(0, 0, 0, 0.75);
}

.navi>ul.nav li>a:hover span,
.navi>ul.nav li>a:focus span {
    color: #fff !important;
}

.navi ul.nav li a span {
    color: #819fa9;
    font-size: 15px;
    font-weight: 300;
}

.navi ul.nav li i {
    color: #fff;
}

.navi ul.nav li a>i {
    line-height: 44px;
    font-size: 18px;
}

.nav-top-header {
    letter-spacing: 2px;
    text-align: center;
}

.navi ul.nav .nav-sub li a span {
    font-size: 13px;
    font-weight: 500;
}

.navi ul.nav .nav-sub .nav-sub li {
    background: #fff;
}

.navi ul.nav .nav-sub .nav-sub>li:hover>a {
    background: #efefef !important;
}

.navi>ul.nav .nav-sub .nav-sub>li>a:focus {
    background: #fff !important;
}

.navi ul.nav .nav-sub .nav-sub li a span {
    color: #000 !important;
}

.navi ul.nav li a .badge {
    color: #fff;
    font-weight: 900;
}

.bg-black .nav>li>a:focus span {
    color: #fff !important;
}

.document-attachment {
    text-align: center;
    vertical-align: middle !important;
}

.document-preview i {
    font-size: 100px;
    text-align: center;
}

.info-detail {
    /*padding-bottom: 8px;*/
    margin-bottom: 5px;
}

.info-detail .title {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 5px;
    background: #f3f3f3;
    padding: 5px;
    color: #333 !important;
}

.info-detail span:nth-of-type(2) {
    /*font-weight:bold;*/
}

#attachments-viewer {
    display: none;
}

.file-preview {
    height: 100%;
}

.file-preview iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.tab-pane {
    overflow: visible;
}

.ui-select-multiple input.ui-select-search:not(.ng-touched) {
    /*width: 100% !important;*/
}

.bootstrap-tagsinput {
    /*width: 100%;*/
}

.attachment-name {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-select-match-text>span {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
}

.ui-select-bootstrap>.ui-select-choices {
    width: auto;
    min-width: 100%;
}

.table-responsive {
    padding-bottom: 30px;
}

.table-borderless {
    border: none !important;
}

.printable-item {
    font-family: arial;
    max-width: 520px;
    margin: 0 auto;
}

.printable-item .info-row {
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
}

.printable-item .info-row span {
    /*width: 50px;*/
    display: inline-block;
    margin-right: 7px;
}

.printable-item .info-row-date span {
    /*width: 35px !important;*/
}

.corr-barcode {
    font: 11px arial;
}

.corr-barcode .info-row {
    font: var(--barcode-info-row-font, 11px arial);
}

.corr-barcode-surface {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 420px;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
}

/* When background image is present, allow overflow for transforms */
.corr-barcode-surface-with-bg,
.corr-barcode-surface:has(.corr-barcode-bg) {
    overflow: visible;
}

.corr-barcode-body {
    position: relative;
    z-index: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-height: inherit;
}

/* When background image is present, body should be absolutely positioned */
.corr-barcode-surface-with-bg .corr-barcode-body,
.corr-barcode-surface:has(.corr-barcode-bg) .corr-barcode-body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: flex-end;
}

.corr-barcode-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: inherit;
}

.corr-barcode-text,
.corr-barcode-barcode {
    width: 100%;
    position: relative;
}

/* When background is enabled, use absolute positioning for consistent placement */
.corr-barcode-surface-with-bg .corr-barcode-text,
.corr-barcode-surface-with-bg .corr-barcode-barcode {
    position: absolute;
    top: 0;
    left: 0;
    /* Transforms will position from top-left corner, independent of text direction */
}

.corr-barcode-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    z-index: 0;
    pointer-events: none;
}

@media print {
    .corr-barcode-bg {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    /* Allow overflow when background is present */
    .corr-barcode-surface-with-bg,
    .corr-barcode-surface:has(.corr-barcode-bg) {
        overflow: visible !important;
    }

    /* Ensure absolute positioning works in print when background is present */
    .corr-barcode-surface-with-bg .corr-barcode-body,
    .corr-barcode-surface:has(.corr-barcode-bg) .corr-barcode-body {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        justify-content: flex-end !important;
    }

    /* Ensure text and barcode use absolute positioning for consistent placement */
    .corr-barcode-surface-with-bg .corr-barcode-text,
    .corr-barcode-surface-with-bg .corr-barcode-barcode {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
    }
}

.barcode-background-preview {
    border: 1px dashed #d0d0d0;
    padding: 15px;
    border-radius: 8px;
    background: #fafafa;
    overflow: visible;
    min-height: 500px;
    position: relative;
}

.barcode-preview-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    cursor: move;
}

.barcode-background-preview .printable-item {
    max-width: 520px;
    margin: 0 auto;
    overflow: visible !important;
    contain: none !important;
    position: relative;
}

.barcode-background-preview .corr-barcode-surface {
    overflow: visible;
    min-height: 420px;
    /* Match the normal surface min-height */
    position: relative;
}

.barcode-background-preview .corr-barcode-body {
    /* Position will be set by inline styles based on backgroundEnabled */
    overflow: visible;
}

/* Wrapper is the drag handle; inner content doesn't need pointer changes */

.barcode-background-preview .printing-overlay {
    display: none !important;
}

.barcode-background-preview .corr-barcode-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    object-fit: contain;
    z-index: 0;
    pointer-events: none;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.barcode-logo {
    max-width: 230px;
    max-height: 22px;
}

.multiSelect .helperContainer .line {
    height: auto !important;
}

.settings-logo {
    max-width: 150px;
    height: auto;
}

.ui-select-toggle>a {
    margin-left: 10px;
    margin-right: 0;
}

.ui-select-toggle>a i {
    color: #ccc;
}

.ui-select-toggle:hover>a i {
    color: #58666e;
}

.print-views {
    font-size: 18px;
}

.print-views table {
    font-size: 13px;
}

.print-views th {
    text-align: center;
}

.delivery-note .signature-details th {
    width: 20%;
}

.delivery-note .signature-details tbody td {
    height: 20px;
}

.delivery-note .delivered-items th:nth-child(2) {
    width: 30%;
}

.delivery-note .delivered-items th:nth-child(4) {
    width: 10%;
}

.reports-logo {
    max-width: 150px !important;
}

.printing-overlay {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 100%;
    height: 3000px;
}

.printing-overlay div {
    margin-top: 25%;
    font-size: 28px;
    font-family: sg;
    font-weight: 200;
}

.printing-overlay div i {
    font-size: 65px;
    vertical-align: middle;
}

table.cols-1-4-table td:first-child {
    width: 25%;
}

table.cols-1-4-table td:last-child {
    width: 75%;
}

tbody .dropdown-menu,
.dropdown-horizontal .dropdown-menu {
    left: auto;
    top: -2px;
    right: 100% !important;
    padding: 0;
}

tbody .dropdown-menu>li,
.dropdown-horizontal .dropdown-menu>li {
    display: inline-block;
    float: left;
}

tbody .dropdown-menu>li.divider,
.dropdown-horizontal .dropdown-menu>li.divider {
    height: auto;
    margin: 0;
    width: 1px;
}

tbody .open>ul,
.dropdown-horizontal.open>ul {
    display: inline-flex !important;
}

tbody .dropdown-menu>li>a,
.dropdown-horizontal .dropdown-menu>li>a {
    padding: 8px 15px;
}

.box-valign {
    display: flex;
    align-items: center;
}

.box {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.box .fixed {
    flex: 0 0 auto;
}

.box .flexible {
    flex: 1 1 auto;
    overflow-y: auto;
}

.box-horizontal {
    display: flex;
    flex-flow: row;
    height: calc(100% - 8px);
    /*To avoid vertical scrollbar caused by the horizontal scrollbar*/
    width: auto;
}

.box-horizontal .fixed {
    flex: 0 0 auto;
}

.equal-height {
    display: table;
}

.equal-height .equal-height-col {
    display: table-cell;
}

/*.box-horizontal .flexible {*/
/*flex: 1 1 auto;*/
/*overflow-y: auto;*/
/*}*/

.st-sort-descent,
.st-sort-ascent {
    background: #dde6e9;
}

table.box tr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

table.box td,
table.box th {
    width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

table.box thead th {
    overflow-x: visible;
}

table.box thead tr:nth-child(2) th:first-child,
table.box thead tr:nth-child(2) th:last-child,
table.box thead tr:nth-child(3) th:first-child,
table.box thead tr:nth-child(3) th:last-child,
table.box tbody td:first-child,
table.box tbody td:last-child,
.messages.box thead tr th:first-child,
table.box thead .item-labels,
table.box tbody .item-labels {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    overflow: visible;
}

.Audit table.box tbody tr td:first-child,
.Audit table.box tbody tr td:last-child {
    width: auto !important;
    min-width: auto !important;
    max-width: 100% !important;
}

table.box tfoot td {
    width: 100%;
}

.pagination {
    margin: 5px 0;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #333;
    font-weight: bold;
}

.pagination>li>a:hover {
    color: #19a9d5;
}

.pagination li a input {
    padding: 0;
    margin: -5px 0;
    width: 40px;
    text-align: center;
}

.no-results {
    width: 100% !important;
    text-align: center;
    max-width: none !important;
}

.block-ui-content {
    text-align: center;
    background: rgba(255, 255, 255, 1);
    height: auto;
    display: block;
    position: fixed;
    left: 10px;
    bottom: 10px;
    align-items: center;
    justify-content: center;
    display: none;
}

.block-ui-content p {
    padding: 15px;
    border-radius: 5px;

    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.messages.box thead tr:nth-child(2) th:last-child,
.messages.box thead tr:nth-child(3) th:last-child,
.messages.box tbody td:last-child {
    width: 100%;
}

.ui-select-placeholder {
    margin: 0 10px;
}

th>.ui-select-container {
    padding: 0 !important;
}

th>.input-sm {
    height: 35px;
}

.btn-group.hide-file-input input[type="file"] {
    display: none;
}

.dropdown-disable-nowrap .dropdown-menu>li>a {
    white-space: normal;
}

.breadcrumbs a {
    display: inline-block;
    padding: 6px 14px;
    margin: 2px 5px;
    /*border-bottom: 1px solid #ccc;*/
    border-radius: 0;
}

.breadcrumbs a:hover {
    border-bottom: 1px solid #ccc;
    background: #f0f0f0;
}

.breadcrumbs a.current-folder {
    font-weight: bold;
}

.breadcrumbs a:last-of-type {
    /*font-weight: bold;*/
    background: #f0f0f0;
    border-bottom-color: #23b7e5;
    /*color: #98a6ad;*/
    cursor: default;
    font-weight: bold;
}

.documents-tree-container {
    /*border-color: #bbb;*/
}

.documents-tree ul.abn-tree li.abn-tree-row a {
    border-radius: 0 !important;
    padding: 7px 10px;
}

.documents-tree ul.abn-tree li.abn-tree-row a i {
    margin-right: 6px;
}

.tree-title {
    border-bottom: 1px solid #ccc;
    padding: 24px 15px;
}

.cabinet>a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    border-left: 3px solid transparent;
}

.cabinet>a:hover {
    background: #e4eaec;
    border-left: 3px solid #aaa;
    font-weight: bold;
}

.cabinet>a.active,
.cabinet>a:focus {
    background: #e4eaec;
    /*#23b7e5*/
    font-weight: bold;
    border-left: 3px solid #23b7e5;
    /*box-shadow: 0 4px 6px #b7bcbd inset;*/
}

.cabinet div.k-treeview {
    /*background: #efefef;*/
    border-bottom: 1px solid #ddd;
}

.cabinet .k-treeview .k-in .trash {
    color: #f05050 !important;
}

.cabinet .k-treeview .k-in {
    width: 100%;
}

.documents-item {
    padding: 15px 22px;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #ddd;
    border-left: 2px solid transparent;
}

.documents-item:first-of-type {
    border-top: 1px solid #ddd;
}

.documents-item>a {
    font-weight: bold;
}

.documents-item:hover {
    background: #f0f0f0;
    border-left: 2px solid #23b7e5;
}

.documents-item>i {
    margin-right: 6px;
}

/*Columns UI*/

.cols-ui-col {
    padding: 0 8px;
    width: 300px;
}

.cols-ui-col>div {
    background: #fff;
    border: 1px solid #dedede;
}

.cols-ui-col>div:hover {
    border: 1px solid #ccc;
}

.cols-ui-col h4 {
    padding: 0 0 10px;
    font-weight: 100;
    border-bottom: 1px solid #ccc;
    margin-top: 6px;
}

.cols-ui-col h4>div.dropdown,
.cols-ui-col h4>a {
    /*visibility: hidden;*/
    float: right;
}

.cols-ui-col h4:hover>div.dropdown {
    visibility: visible;
}

.cols-ui-col h4>form input {
    font-size: 14px;
}

.cols-ui-items {
    overflow: scroll;
    padding: 6px;
}

.cols-ui-item {
    background: #f0f3f4;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    height: auto;
}

.cols-ui-item small {
    font-size: 11px;
}

.cols-ui-item:hover {
    background: #f9f9f9;
    /*box-shadow: 0 0 2px #666;*/
    border-color: #999;
}

.cols-item-icon {
    position: absolute;
    bottom: -12px;
    right: 10px;
    z-index: 0;
    opacity: 0.1;
}

.cols-ui-item:hover .cols-item-icon {
    opacity: 0.35;
}

.cols-ui-item a {
    display: block;
}

.cols-ui-item>.flexible>a:first-of-type {
    font-size: 14px;
    text-align: center;
}

.cols-item-labels {
    background: #fff;
    padding: 6px;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.cols-item-labels>span,
.cols-item-labels>a {
    display: block;
    margin-bottom: 4px;
}

#upload-panel {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*left: 0;*/
}

#upload-panel-toggle {
    background: #f0f0f0;
    border-top: 1px solid #ccc;
    padding: 2px 8px;
    overflow: hidden;
    cursor: pointer;
}

#upload-panel-content {
    padding: 12px;
    overflow-x: scroll;
    max-height: 200px;
    background: #fff;
}

.upload-panel-item {
    display: inline-block;
    text-align: center;
    padding: 0 12px;
    border-right: 1px solid #ddd;
}

.upload-panel-item:last-of-type {
    border: none;
}

.upload-panel-item .item-progress {
    position: relative;
}

.upload-panel-item .item-progress .item-percentage {
    position: absolute;
    top: 50%;
    /*In case of full circle*/
    top: 70%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    width: 100%;
    z-index: 1;
    font-size: 15px;
    font-weight: 100;
}

.upload-panel-item div.item-name {
    font-size: 11px;
    width: 120px;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
}

.upload-panel-item>.item-size {
    font-size: 10px;
    margin-top: 8px;
    overflow: hidden;
    background: #eee;
}

.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.aligner-item {
    max-width: 50%;
}

.aligner-item--top {
    align-self: flex-start;
}

.aligner-item--bottom {
    align-self: flex-end;
}

.mandatory-indicator {
    color: #f05050;
}

#authorizables_table .dropdown-menu {
    right: auto !important;
}

#authorizables_table>thead>tr.row>th {
    padding-right: 0;
    padding-left: 0;
    font-size: 0.9em;
}

#authorizables_table>tbody>tr>td,
#authorizables_table>tfoot>tr>td {
    padding-right: 0;
    padding-left: 0;
}

#authorizables_table .form-group {
    margin: 0;
}

#authorizables_table .ui-select-container {
    width: calc(100% - 5px);
    min-height: 35px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 2px !important;
    margin-right: 2px;
}

.bootstrap-tagsinput {
    box-shadow: none !important;
    width: 100%;
    padding: 6px !important;
    overflow-x: auto;
}

.bootstrap-tagsinput input {
    width: 100% !important;
}

.input-focus,
.ui-select-multiple.open {
    border-color: #23b7e5 !important;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    width: 100% !important;
}

.ui-select-multiple.ui-select-bootstrap {
    padding: 4px 6px !important;
    /*overflow-x: auto;*/
}

.ui-select-match-item {
    max-width: 100%;
    overflow: hidden;
}

.ui-select-match-item>span>span {
    width: 90%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

table.box thead .table-filters th {
    overflow-x: auto;
}

.bootstrap-tagsinput .tag {
    max-width: 97%;
    display: inline-block;
}

.tag-content {
    max-width: 80%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    padding: 3px;
    font-weight: 100;
    font-size: 11px;
}

.avoid-clicks {
    pointer-events: none;
}

.no-horizontal-scroll {
    overflow-x: hidden;
}

a.ui-select-choices-row-inner span.job-desc {
    font-size: 11px;
    color: #888;
}

a.ui-select-choices-row-inner span.job-desc .ui-select-highlight {
    color: #000;
}

.ui-select-choices-row.active .job-desc {
    color: #fff;
}

.form-value-text {
    padding-top: 7px;
}

.modal-title {
    font-weight: 100;
}

.checkbox-label {
    padding-top: 7px;
}

.dms-info-actions {
    list-style: none;
    padding: 0;
}

.dms-info-actions li {
    color: #00a2eb;
}

.dms-info-actions a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #dee5e7;
    font-size: 12px;
    font-weight: bold;
}

.dms-info-actions a:hover {
    color: #333;
    border-bottom: 1px solid #ccc;
}

.sub_task {
    margin: 5px;
}

tr.highlighted-route,
tr.highlighted-route:hover {
    /*background: #cbe5ec !important;*/
}

.table-striped>tbody>tr:nth-child(odd).highlighted-route>td,
table tbody>tr.highlighted-route:hover>td {
    /*background: none !important;*/
}

.row-details td,
.row-details td:hover {
    background: #fff !important;
}

.checkbox-label {
    padding-top: 7px;
}

.expanded-row {
    border-top: 1px solid #a3a8a9;
}

.expanded-row>td {
    background: #e4eaec !important;
    border-top-color: transparent !important;
    font-weight: bold !important;
}

.expanded-row-content>td,
.expanded-row-content>td:hover {
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #a3a8a9;
    background: #e4eaec !important;
}

.expanded-row-content .info-detail .title {
    background: #fff;
}

.shadow-box {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.cols-ui-item>.flexible>.label {
    position: relative;
}

.stat-box {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 12px;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
    min-height: 120px;
    cursor: pointer;
}

a.stat-box {
    display: block;
}

.stat-box:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.stat-box-content {
    align-items: center;
    position: relative;
}

.stat-box h3 {
    color: #666;
    font-weight: 500;
    font-size: 16px;
    margin-top: 0;
    min-height: 36px;
    margin-bottom: 0;
}

.stat-box-content h4 {
    color: #23b7e5;
    font-size: 35px;
    font-weight: 500;
    padding-right: 15px;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 0;
}

.stat-box-content h4.danger {
    color: #F05068;
}

.stat-box-content h4.warning {
    color: #e4af00;
}

.stat-box-content h4>small {
    font-size: 14px;
}

.stat-box-content h4.centered {
    padding-right: 0;
    margin-right: 0;
    margin-top: 10px;
}

.stat-box-content .chart {
    display: inline-block;
}

.stat-box-content .chart-labels ul {
    font-size: 11px;
    color: #333;
    margin-bottom: 0;
}

.stat-box-content .chart-labels li {
    list-style-type: square;
    font-size: 9px;
}

.stat-box .stat-icon {
    position: absolute;
    right: -20px;
    bottom: -30px;
    opacity: 0.2;
}

.stat-box .stat-icon i {
    font-size: 7.8em;
}

.status-timeline-view {
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -10px;
}

.status-timeline {
    background: #e4eaec;
    padding: 0 40px;
    position: relative;
    z-index: 1;
    width: auto;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    border-bottom: 1px solid #999;
}

.status-timeline::-webkit-scrollbar {
    display: none;
}

/*.status-timeline:before {*/
/*border-top: 1px solid #999;*/
/*content:"";*/
/*margin: 0 auto;*/
/*position: absolute;*/
/*top: 50%; left: 0; right: 0; bottom: 0;*/
/*width: calc(100% - 120px);*/
/*z-index: -1;*/
/*}*/

.status-timeline>div {
    display: inline-block;
    margin: 20px auto;
    position: relative;
}

.status-timeline>div:after {
    border-left: 1px dashed #aaa;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 100px;
    z-index: -1;
}

.status-timeline>div.timeline-active-day:after {
    border-left: 1px solid #999;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 100px;
    z-index: -1;
}

.status-timeline>div h3 {
    background: #fff;
    margin: 2px 16px;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    color: #999;
}

.status-timeline>div h3 a {
    display: block;
    padding: 8px 24px;
}

.status-timeline>div:before {
    content: "\003E";
    font-size: 17px;
    font-weight: 100;
    margin-left: 8px;
    color: #999;
}

.status-timeline>div.timeline-active-day h3 {
    color: #00a2eb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
    border: 1px solid #00a2eb;
}

.status-timeline>div:first-child:before {
    content: none;
}

.timeline-day-content {
    padding: 20px 34px;
}

.timeline-day-content>div {
    padding: 8px 0;
}

.timeline-day-content .time {
    font-size: 20px;
    font-weight: 100;
    border-top: 1px solid #23b7e5;
    padding-bottom: 8px;
}

.delete-status>div {
    display: none;
}

.timeline-day-content .row:hover>.delete-status>div {
    display: block;
}

.modal-header {
    border-top: 10px solid #25343e;
    border-radius: 4px;
}

.modal-title {
    font-weight: 100;
}

.separator-w-txt {
    border-top: 1px solid #ccc;
    text-align: center;
    margin: 30px auto 10px;
}

.separator-w-txt div {
    margin-top: -13px;
    display: block;
}

.separator-w-txt span {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 18px;
}

a.ui-select-choices-row-inner span.job-desc {
    font-size: 11px;
    color: #888;
}

a.ui-select-choices-row-inner span.job-desc .ui-select-highlight {
    color: #000;
}

.ui-select-choices-row.active .job-desc {
    color: #fff;
}

.dms-item-description {
    font-size: 11px;
    color: #999;
}

.dms-item-description .label {
    font-size: 9px;
    background: #ddd;
    color: #333;
    text-shadow: none;
    padding: 5px 8px;
}

.dms-item-description .label-success {
    background-color: #5cb85c;
    color: #fff;
}

.dms-item-description .label-danger {
    background-color: #d9534f;
    color: #fff;
}

#search-filters {
    background: #f0f0f0;
}

#current-filters {
    width: 350px;
    /*height: 350px;*/
    padding: 15px;
    position: absolute;
    top: 32px;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 1;
    margin-bottom: 25px;
}

#current-filters-inner {
    height: auto;
    /*max-height: 280px;*/
    /*overflow-y: auto;*/
    padding-right: 10px;
    margin-top: 20px;
}

.nav-tabs>li>a {
    background-color: rgba(0, 0, 0, 0.05);
    margin-right: 5px;
    color: #777;
    text-shadow: 0 1px #fff;
    box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.05) inset;
}

.nav-tabs>li>a:hover,
.nav>li>a:focus {
    background-color: rgba(0, 0, 0, 0.1);
}

.nav-tabs>li.active>a {
    box-shadow: none;
}

.advanced-uploader-file {
    border-top: 1px solid #ccc;
    padding: 12px;
    padding-bottom: 0;
    background: #f9f9f9;
}

.advanced-uploader-file:hover {
    background: #f0f0f0;
}

.advanced-uploader-file>div:first-of-type {
    padding-bottom: 12px;
    cursor: pointer;
}

.advanced-uploader-file>div:last-of-type,
.advanced-uploader-file:hover>div:last-of-type {
    background: #fff;
}

.btn-default .bg-danger {
    color: #ffffff;
    background-color: #f05050;
}

.selected-item {
    background: #f0f0f0;
    border: 1px solid #36bce6 !important;
    border-left-width: 2px !important;
}

.documents-item.selected-item:first-of-type {
    border-top: 1px solid #36bce6;
}

.selected-item .selected-item-icon {
    display: inline-block !important;
}

.k-treeview .k-in .kendo-tree-item {
    border: none;
    margin: 0;
    padding: 8px;
    color: #333;
    border-left: 2px solid #ddd !important;
    width: calc(100% - 18px);
}

.k-treeview .k-in:hover .kendo-tree-item {
    border-left: 2px solid #aaa !important;
    background: #f0f0f0;
}

.k-treeview .k-in .kendo-tree-item a {
    display: block;
}

.k-treeview .k-in.k-state-selected .kendo-tree-item,
.k-treeview .k-in .kendo-tree-item.active {
    background: #f0f0f0;
    border-left: 2px solid #23b7e5 !important;
    font-weight: bold;
}

.k-treeview .k-in .kendo-tree-item i {
    margin-right: 5px;
}

.k-treeview .k-in .kendo-tree-item-trash {
    /*background: #f1f1f1;*/
}

.vertial-aligned {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 20%;
    margin: auto;
}

.fix-bidi {
    unicode-bidi: plaintext;
}

.attachment-viewer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1030;
    color: #fff;
    padding: 50px 80px 50px;
}

.attachment-viewer-nav {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
}

.attachment-viewer-nav .prev {
    position: fixed;
    left: 30px;
}

.attachment-viewer-nav .next {
    position: fixed;
    right: 30px;
}

.attachment-viewer-content {
    height: 100%;
}

.attachment-viewer-header {
    padding: 15px 25px;
    background: rgba(0, 0, 0, 0.5);
    height: 60px;
}

.attachment-viewer-header h2 {
    margin: 0;
    font-weight: 100;
    font-size: 24px;
}

.attachment-viewer-close {
    position: absolute;
    top: 10px;
    right: 80px;
}

.attachment-viewer-content-inner {
    height: calc(100% - 60px);
    background: #eee;
    color: #333;
}

.attachment-viewer-content-info {
    overflow-y: scroll;
}

.viewer-error-message {
    font-size: 14px;
}

#file-viewer-image {
    position: relative;
}

.full-size-mode {
    overflow: auto;
    text-align: center;
}

.full-width-mode {
    overflow-y: auto;
    text-align: center;
}

.full-width-mode img {
    max-width: 100%;
}

.fit-size-mode img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.image-controls {
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
    color: #eee;
}

.image-controls a {
    background: #000;
    border: 1px solid #000;
}

.image-controls a:hover,
.image-controls a:focus {
    color: #23b7e5;
}

tooltip tip {
    z-index: 100000 !important;
    padding: 8px 12px;
    min-width: 50px;
}

tooltip tip-tip {
    font-size: 11px !important;
    white-space: nowrap;
}

.cabinets-tree-control {
    position: absolute;
    z-index: 100;
    background: #fff;
    width: 100%;
    border: 1px solid #23b7e5;
    border-radius: 4px;
    margin-bottom: 25px;
}

.cabinets-tree-control .tree-contents {
    height: 240px;
    overflow-y: auto;
}

.tree-selected-item {
    display: inline-block;
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 3px;
    border: 1px solid #ccc;
    cursor: default;
    margin-right: 5px;
}

.tree-selected-item i {
    display: inline-block;
    background: #eee;
    padding: 2px 4px;
    cursor: pointer;
}

.tree-selected-item:hover {
    border: 1px solid #22b7e5;
}

.tree-selected-item i:hover {
    background: #ccc;
}

/* This is override the default styling of the plugin, but it's being set while*/
/* assuming we're using a specific markup that we know it's height. This only applies*/
/* to input groups*/
.input-group .calendars-popup {
    position: absolute !important;
    left: auto !important;
    right: 0 !important;
    top: 35px !important;
}

.dropdown-menu li a {
    text-align: inherit;
}

.dragover-container {
    position: relative;
}

.dragover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #23313aad;
    width: 100%;
    height: 100%;
    z-index: 10000;
    color: #fff;
    text-align: center;
}

.dragover-container .dragover {
    display: block;
}

.modal-footer {
    text-align: inherit;
}

.main-dms-view {
    padding: 25px;
}

.comments {
    height: 100%;
    box-shadow: 0 0 5px #aaa;
}

.comment {
    padding: 2px 0 2px 16px;
    border-left: 1px solid #ccc;
    margin-bottom: 7px;
}

.comment-action {
    display: none;
}

.comment:hover .comment-action {
    display: inherit;
}

.comment:hover {
    border-color: #22b7e5;
    background: #efefef;
}

.comment h5 {
    font-weight: 900;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.comment h6 {
    color: #98a6ad;
    font-size: 11px;
    /*border-bottom: 1px dashed #ddd;*/
    /*padding-bottom: 5px;*/
    display: inline-block;
}

.comment p {
    font-size: 11px;
}

.comment div a.delete {
    float: right;
}

.comment div.actions {
    visibility: hidden;
    padding-bottom: 4px;
}

.comment:hover>div.actions {
    visibility: visible;
}

.comment.nested {
    margin-left: 20px;
}

.comment.highlight {
    background-color: #fff8a0;
}

.ocr-lang {
    list-style-type: none;
    width: 100%;
    padding-left: 0;
}

.ocr-lang li {
    padding: 5%;
    text-align: left;
}

.ocr-lang li:hover {
    background-color: #edf1f2;
}

.static-positioned {
    position: static;
}

.barcode-count {
    font-size: 8px;
    text-align: center;
}

a.adisabled {
    cursor: not-allowed;
}

a.adisabled:hover {
    text-decoration: none;
}

a.adisabled:focus {
    text-decoration: none;
}

a.adisabled:active {
    text-decoration: none;
}

.m-t-2 {
    margin-top: 2rem;
}

#show-more-btn {
    margin-top: 2rem;
}

.calendars-ctrl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calendars-cmd-today {
    width: 40%;
}

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

/* Bootstrap 4 backports.....................................................*/

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
}

.list-group-item:first-child {
    border-top-width: 0;
}

.list-group-item:last-child {
    border-bottom-width: 0;
}

/* OcrTemplateZones..........................................................*/

.select-area-field-label {
    white-space: nowrap;
}

.OcrTemplateZones-wrapper {
    display: flex;
    flex-direction: row;
}

.OcrTemplateZones-col-document {
    margin-right: 5px;
    width: 100%;
    overflow: auto;
    background-color: #edf2f7;
}

.OcrTemplateZones-col-document-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.OcrTemplateZones-col-list {
    min-width: 390px;
    max-width: 390px;
}

@media all and (max-width: 1599px) {
    .OcrTemplateZones-wrapper {
        flex-direction: column-reverse;
    }

    .OcrTemplateZones-col-list {
        max-width: 100%;
    }
}

/* ngAreas ..................................................................*/

.ngAreas-element.ngAreas-holder {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.ocr-area.select-area-field-label {
    background-color: transparent;
    color: white;
    text-shadow: 1px 1px 2px black;
    border: none;
    font-size: 10px;
}

.ocr-area>small {
    font-size: 10px;
    font-style: italic;
}

.ocr-area--empty.select-area-field-label,
.ocr-area--warning.select-area-field-label,
.ocr-area--error.select-area-field-label {
    color: #f05050;
}

.ocr-area--success.select-area-field-label {
    font-weight: bold;
}

.ocr-area-value {
    color: white !important;
    text-shadow: 1px 1px 2px darkgray;
    padding-bottom: 0px;
}

.ocr-area-value--success {
    background-color: #27c24c;
}

.ocr-area-value--error {
    background-color: #f05050;
}

/* OcrTemplateZonesMarker....................................................*/

.OcrTemplateZonesMarker-wrapper {
    display: flex;
    min-width: 900px;
    align-items: center;
    flex-direction: column;

    margin-top: 1rem;
    margin-bottom: 2rem;
}

/* OcrTemplateZoneList.......................................................*/

.OcrTemplateZoneList-wrapper {
    margin-top: 20px;
}

.OcrTemplateZoneList-page {
    margin-left: 10px;
}

.OcrTemplateZoneList-page {
    margin-left: 10px;
}

.OcrTemplateZoneList-page>ul.list-group {
    margin-left: 10px;
    margin-bottom: 10px;
}

.OcrTemplateZoneList-zone {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* OcrTemplateZoneEdit.......................................................*/

.OcrTemplateZoneEdit-wrapper {
    margin-top: 20px;
}

.OcrTemplateZoneEdit-actions {
    display: flex;
    justify-content: flex-end;
}

.OcrTemplateZoneEdit-actions>.btn {
    margin-left: 5px;
    margin-right: 5px;
}

/* PhysicalLocationPicker ...................................................*/

.physicalLocationPicker-pickers {
    display: flex;
    flex-wrap: wrap;
}

.physicalLocationPicker-picker {
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 2px;
    min-width: 52px;
}

/* kadFileSelector ..........................................................*/

.kadFileSelector-files {
    min-height: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kadFileSelector-file {}

/* OcrExtractorSingleModalStepStart .........................................*/

.OcrExtractorSingleModalStepStart .progress-msg {
    display: inline-block;
    white-space: nowrap;
    margin-left: 10px;
    margin-right: 10px;
    text-shadow: 1px 1px 2px darkgray;
    font-weight: bold;
}

/* OcrExtractorSingleModalStepCreate ........................................*/

.OcrExtractorSingleModalStepCreate {
    display: flex;
    flex-direction: row;
    /*height: 500px;*/
}

.OcrExtractorSingleModalStepCreate-form {
    min-width: 350px;
    /*max-width: 350px;*/
    overflow: auto;
    width: 40%;
}

.OcrExtractorSingleModalStepCreate-document {
    display: flex;
    min-width: 500px;
    align-items: center;
    flex-direction: column;
    margin-top: 1rem;
    margin-bottom: 2rem;
    max-height: 650px;
    width: 60%;
    overflow: auto;
    background-color: #edf2f7;
}

/* OcrExtractorPreview ......................................................*/

.OcrExtractorPreview-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.OcrExtractorPreview-areas {
    display: flex;
    /* min-width: 100px; */
    align-items: center;
    flex-direction: column;

    margin-top: 1rem;
    margin-bottom: 2rem;
}

.OcrExtractorPreview-areas .select-areas-outline {
    background: none;
}

/* Card .....................................................................*/

.card {
    margin-bottom: 24px;
    border: none;
    box-shadow: 0px 0px 3px rgba(31, 30, 47, 0.05);
    border-radius: 3px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    background-clip: border-box;
    word-wrap: break-word;

    color: #23b7e5;
}

.card-body {
    padding: 1.25rem;
}

.float-right {
    float: right !important;
}

.card .report-main-icon {
    font-size: 28px;
    color: #9ba7ca;
}

.card-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* System Dashboard .........................................................*/

.system-dashboard-report-mounts {
    margin: 1rem;
}

.system-dashboard-report-mounts-volume {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1px;
}

/* Signatures ...............................................................*/

.modal-document-preview--wrapper {
    background-color: rgb(237, 242, 247);
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding-bottom: 0.5cm;
    height: 650px;
    max-height: 650px;
    overflow: auto;
}

.flex-centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* PdfArrangeModal ..........................................................*/

.PdfArrange-previews-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.PdfArrange-previews-page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    width: 148px;
    min-height: 214px;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 3px;
    cursor: move;

    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 6px 0 rgb(190 190 190 / 50%);
    transition: opacity 0.3s, visibility 0.3s;
}

.PdfArrange-previews-page-thumb {
    border: 1px solid #ababab;
}

.PdfArrange-previews-page-footer {
    display: flex;
    justify-content: space-between;
}

.PdfArrange-previews-page-num {
    font-size: 1.1em;
    font-weight: bold;
}

.PdfArrange-previews-page:not(:hover) {
    opacity: 0.6;
}

.PdfArrange-previews-page:not(:hover) .PdfArrange-previews-page-delete {
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

/* PDF Email Modal Styles ................................................... */

.PdfEmail-previews-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 400px;
    overflow-y: auto;
}

.PdfEmail-previews-page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    width: 120px;
    min-height: 180px;
    padding: 8px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;

    background-color: #f9f9f9;
    border: 2px solid #e6e6e6;
    box-shadow: 0 2px 4px 0 rgb(190 190 190 / 30%);
    transition: all 0.3s ease;
}

.PdfEmail-previews-page:hover {
    border-color: #23b7e5;
    box-shadow: 0 4px 8px 0 rgb(35 183 229 / 30%);
    transform: translateY(-2px);
}

.PdfEmail-previews-page.selected {
    border-color: #27ae60;
    background-color: #d5f4e6;
    box-shadow: 0 4px 12px 0 rgb(39 174 96 / 40%);
}

.PdfEmail-previews-page-thumb {
    border: 1px solid #ddd;
    border-radius: 3px;
    max-width: 100%;
    height: auto;
}

.PdfEmail-previews-page.selected .PdfEmail-previews-page-thumb {
    border-color: #27ae60;
}

.PdfEmail-previews-page-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.PdfEmail-previews-page-num {
    font-size: 0.9em;
    font-weight: bold;
    color: #666;
}

.PdfEmail-previews-page.selected .PdfEmail-previews-page-num {
    color: #27ae60;
}

.PdfEmail-page-selected-icon {
    color: #27ae60;
    font-size: 1.2em;
}

/* Dashboard ................................................................*/

.dashboard-item span.badge {
    font-size: 1em;
    padding: 0.5em;
    color: #606060;
    background-color: #eaeaea;
    text-shadow: none;
    min-width: 60px;
}

/* Table ....................................................................*/

.table>tbody>tr.merge-top>td {
    border-top: none;
    padding-top: 0;
}

.transition-show-hide {
    transition: all linear 0.15s;
}

.transition-show-hide.ng-hide {
    opacity: 0;
}

/* FormBuilder ..............................................................*/

.form-wrap.form-builder>.frmb.stage-wrap {
    background-color: #f0f3f4;
    border: 1px solid #dee5e7;
    border-radius: 5px;
}

/* Steps ....................................................................*/

.steps {
    display: flex;
}

.steps>.step {
    border-bottom-color: #e6e6e6;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    text-align: center;
    flex-grow: 1;
    margin-left: 5px;
    margin-right: 5px;
}

.steps>.step--active {
    border-bottom-color: #23b7e5;
}

.ProcessInstanceForm-step {}

.ProcessInstanceForm-step:not(:hover) {}

.ProcessInstanceForm-step:not(:hover) .ProcessInstanceForm-step-action {
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0.3;
}

/* Suppliers ................................................................*/

.supplier_fields {
    display: flex;
    flex-wrap: wrap;
}

.supplier_field {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
    width: 100%;
}

@media (min-width: 992px) {
    .supplier_field {
        width: 33.33333333%;
    }

    .supplier_field.half {
        width: 50%;
    }
}

tip-tip .close-button {
    background-color: #777777;
    border-radius: 5em;
    padding-right: 5px !important;
    padding-left: 5px !important;
    font-weight: bold;
    border: 2px solid black;
}

.supplier_field .field-link {
    font-weight: 600;
    color: #58666e;
}

input.field--invalid {
    box-shadow: 0 0 5px 1px red;
}

th.minwidth,
td.minwidth {
    width: 1%;
    white-space: nowrap;
}

.table>tbody>tr>td.versions-checkbox {
    width: 15px;
    padding: 6px 0 0 0;
}

.table>tbody>tr>td.versions-checkbox>input {
    padding: 0;
}

table>tbody>tr.selected>td {
    background-color: #e4eaec !important;
}

table>tbody>tr.selected {
    border-top: 3px solid gray;
    border-bottom: 3px solid gray;
}

.b-danger {
    border-color: rgb(240, 80, 80);
}

/* Diffy ....................................................................... */

.diff {
    overflow: auto;
}

.diff ul {
    background: #fff;
    overflow: auto;
    font-size: 13px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

.diff del,
.diff ins {
    display: block;
    text-decoration: none;
}

.diff li {
    padding: 0;
    display: table-row;
    margin: 0;
    height: 1em;
}

.diff li.ins {
    background: #dfd;
    color: #080
}

.diff li.del {
    background: #fee;
    color: #b00
}

.diff li:hover {
    background: #ffc
}

/* try 'whitespace:pre;' if you don't want lines to wrap */
.diff del,
.diff ins,
.diff span {
    white-space: pre-wrap;
    font-family: courier;
}

.diff del strong {
    font-weight: normal;
    background: #fcc;
}

.diff ins strong {
    font-weight: normal;
    background: #9f9;
}

.diff li.diff-comment {
    display: none;
}

.diff li.diff-block-info {
    background: none repeat scroll 0 0 gray;
}

#diff_preview del {
    background: #fcc;
}

#diff_preview ins {
    background: #9f9;
}

/* countDown ................................................................... */

.countDown {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.countDown .box {
    width: 90px;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 10px;
    margin: 15px;
    border-radius: 6px;
    background: #fff;
}

.countDown span.num {
    height: 100%;
    color: #032d4d;
    width: 100%;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 2em;
}

.countDown span.text {
    font-size: 1.4em;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.1em 0 0.3em;
    font-weight: 400;
    color: #aaa;
    border-top: 1px solid #eee;
    background: #f9f9f9;
    border-radius: 0 0 6px 6px;
}

/* sdrpy profiles .............................................................. */

.list_activity_with_state {
    display: block;
}

.activity_with_state {
    display: block;
}
