.custom .ng-optgroup {
    border-bottom: 1px solid #e0e0e0;
}

.nullable-wrapper:empty {
    display: none;
}

.content .mat-toolbar {
    margin-bottom: 8px;
}

.info-box .label {
    color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.info-box .value {
    color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.toolbar-title {
    font-size: 16px;
    font-weight: bold;
    color: #222;
}

.small-toolbar-title .toolbar-title {
    font-size: 14px !important;
}

.toolbar.dc-toolbar {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
    /*height:56px;*/
    min-height: 56px;
}

/*
.content-padding {
    padding: 0px 32px;
}
*/

@media print {
    canvas {
        min-height: 100%;
        max-width: 100%;
        max-height: 100%;
        height: auto !important;
        width: auto !important;
    }
}

/*
th.mat-header-cell:first-of-type,
td.mat-cell:first-of-type,
td.mat-footer-cell:first-of-type {
    padding-left: 32px;
}*/

.page-layout .mat-mdc-tab-link:first-child {
    margin-left: 32px;
}

.content-padding {
    padding: 16px 16px;
}

.selected {
    /* background: #efefef; */
    background: #dddddd;
    border-radius: 4px;
}

.app-wrapper .dc-button.mat-mdc-outlined-button .mat-icon {
    font-size: 18px;
    width: 18px;
    min-height: 18px;
    height: 18px;
}

.app-wrapper .mat-mdc-button.mat-mdc-outlined-button .mat-icon {
    font-size: 18px;
    width: 27px;
    min-height: 20px;
    height: 20px;
}

.app-wrapper .main-toolbar .dc-button,
.app-wrapper .main-toolbar .mat-mdc-button {
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: #fff !important;
}

.app-wrapper .main-toolbar .dc-button:hover,
.app-wrapper .main-toolbar .mat-mdc-button:hover {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.app-wrapper .dc-button .small-title {
    opacity: 1;
}

.pointer {
    cursor: pointer;
}

/*
.content-card .dc-button.mat-stroked-button.mat-button-base,
.content-card-2 .dc-button.mat-stroked-button.mat-button-base
{
    border-color: #000;
    color: #000;
}
*/

.dc-message-box.success {
    background: #4caf50;
    border-left-color: #2e7d32;
}

.dc-message-box {
    padding: 8px;
    background: #607d8b;
    border-left: 6px solid #37474f;
    color: white;
}

.dc-separator {
    margin: 24px 0;
}

.small-icon {
    font-size: 16px;
    width: 16px;
    min-width: 16px;
    min-height: 16px;
    height: 16px;
}

.dc-table {
    width: 100%;
    margin-bottom: 24px;
}

.dc-table th {
    background-color: whitesmoke;

    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, 0.12);
}

.dc-table td.mat-mdc-footer-cell {
    background-color: whitesmoke;

    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.12);
}

.whitesmoke-bg {
    background-color: whitesmoke;
}

.whitesmoke-light-bg {
    background-color: #f9f9f9;
}

.zebra-expand tr:nth-child(4n + 1) {
    background-color: whitesmoke;
}

.zebra tr:nth-child(even) {
    background-color: #FAFAFA;
}

.zebra-light tr:nth-child(even) {
    background-color: #f9f9f9;
}

/*https://github.com/angular/components/issues/8416*/
/*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
.mat-checkbox-layout {
    white-space: normal !important;
}

.tag {
    font-size: 11px;
    border-radius: 4px;
    margin: 0px 4px 0 0;
    padding: 4px 12px;
    width: -moz-fit-content;
    width: fit-content;
}

.status {
    font-size: 12px;
    border-radius: 4px;
    display: inline-block;
    padding: 8px 12px;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    /* text-transform: uppercase; */
    position: relative;
}

.text-normal {
    text-transform: initial;
}

.progress {
    height: 20px;
    /*width: 140px;
    border: 1px solid grey;
    /*text-align: center;*/

    border-radius: 4px;
}

.has_comment .comment {
    position: absolute;
    background-image: url('/assets/dreamclass/comment.svg');
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    top: 0px;
    width: 11px;
    height: 11px;
}

.has_comment .comment__inner {
    visibility: hidden;
}

.entity-card-title {
    font-size: 14px;
    line-height: 14px;
    font-weight: 800;
    padding-right: 5px;
}

.entity-card-title-small {
    display: block;
    font-size: 12px;
    line-height: 18px;
}

.nav .nav-group {
    margin-bottom: 16px !important;
}

.clickable.opacity {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0.5;
}

.clickable.opacity:hover {
    opacity: 1;
}

.white-background {
    background-color: #fff !important;
}



.fade-button {


    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0.5;
}

.fade-button:hover {
    opacity: 1;
}

.profile-box {
    margin-bottom: 16px;

    position: relative;
}

/*
@media print {
  app > * { display: none; }
    app app-print-layout { display: block; width:100% }

  }
*/
@media print {
    .isPrinting > mat-drawer-container {
        display: none !important;
    }
    .isPrinting app-print-layout {
        display: block;
        width: 100%;
    }
    .zsiq_float {
        display: none;
    }
}