﻿/*::-webkit-scrollbar { display: none; }*/

.sidebar::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
    overflow: auto;
}

body {
    background-image: url('/Content/images/shattered.png')
}

    body .whirl.ringed:after {
        border-bottom-color: #470544;
        border-left-color: #470544;
        border-right-color: #4CACBE;
        border-top-color: #470544;
    }

    body.layout-h > div.wrapper > aside.aside {
        display: none;
    }

    body.layout-h > div.wrapper > section {
        max-width: inherit;
    }

    body.account-changed .topnavbar .nav-wrapper {
        background-image: linear-gradient(to right, #BF0500 0%, #F0110B 100%);
        background-repeat: repeat-x;
    }

    body.account-changed .brand-logo span {
        color: #F74A45;
    }

.sidebar > .nav > .nav-heading {
    white-space: normal !important;
}

.tooltip {
    z-index: 9002 !important;
}


.field-validation-error {
    color: #b10000;
    font-size: smaller;
}


.c2l-issue-popover {
    min-width: 400px;
}

.field-validation-valid {
    display: none;
}


.input-validation-error {
    border: 2px ridge #ff0000;
}

.form-control.ng-invalid {
    border: 1px ridge #ff0000;
}


div.ng-invalid > div.ta-editor {
    border: 1px ridge #ff0000;
}

.grid-input {
    background: #edf1f2;
    border: 0px;
    padding: 2px 5px;
    border-bottom: 1px solid #4CACBE;
}

.grid-input-wide {
    width: 100%
}

.validation-summary-errors {
    color: #ff0000;
    font-weight: bold;
}

.task-control {
    border: 1px solid;
    border-radius: 0;
    font-size: 16px;
    height: 38px;
}

.task-btn {
    border-radius: 0;
    font-size: 16px;
    height: 38px;
}

.verbatim {
}

.dd {
    max-width: 100% !important;
}

.dropdown-menu-header {
    border-bottom: 0px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 103%;
        margin-top: -6px;
    }

.dropdown-inline {
    display: inline-block;
}


.validation-summary-valid {
    display: none;
}

.underline {
    border-bottom: 2px solid black;
}

.underline-light {
    border-bottom: 1px solid black;
}

.no-break {
    white-space: nowrap;
}

.preserve-break {
    white-space: pre-line;
}

.clickable {
    cursor: pointer;
    cursor: hand;
}

.nested-paragraph-no-margin > p {
    margin: 0px !important;
}

.nested-paragraph-no-margin > ul {
    margin: 0px !important;
}

.strikethrough {
    text-decoration: line-through;
}

.sidebar .nav > li.active-item {
    background-color: #299bb1 !important;
    font-weight: bold;
}

.text-wrap {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}


.toast-container {
    z-index: 9002 !important;
}

.progress-bar-yellow {
    background-color: #ffed00;
}

/* New Timeline style */

.vertical-container {
    margin: 0 auto;
    max-width: 1170px;
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
}

    .vertical-container::after {
        clear: both;
        /* clearfix */
        content: '';
        display: table;
    }

.vertical-timeline {
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 0;
    position: relative;
}

    .vertical-timeline::before {
        background: #e7eaec;
        content: '';
        height: 100%;
        left: 18px;
        position: absolute;
        top: 0;
        width: 4px;
    }

.vertical-timeline-content .btn {
    float: right;
}

.vertical-timeline.light-timeline:before {
    background: #e7eaec;
}

.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}

.dark-timeline.center-orientation .vertical-timeline-content:before {
    border-color: transparent transparent transparent #f5f5f5;
}

.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}

.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
    background: #f5f5f5;
}

@media only screen and (min-width: 1170px) {
    .vertical-timeline.center-orientation {
        margin-bottom: 3em;
        margin-top: 3em;
    }

        .vertical-timeline.center-orientation:before {
            left: 50%;
            margin-left: -2px;
        }
}

@media only screen and (max-width: 1170px) {
    .center-orientation.dark-timeline .vertical-timeline-content:before {
        border-color: transparent #f5f5f5 transparent transparent;
    }
}

.vertical-timeline-block {
    margin: 2em 0;
    position: relative;
}

    .vertical-timeline-block:after {
        clear: both;
        content: "";
        display: table;
    }

    .vertical-timeline-block:first-child {
        margin-top: 0;
    }

    .vertical-timeline-block:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block {
        margin: 4em 0;
    }

        .center-orientation .vertical-timeline-block:first-child {
            margin-top: 0;
        }

        .center-orientation .vertical-timeline-block:last-child {
            margin-bottom: 0;
        }
}

.vertical-timeline-icon,
.vertical-timeline-image {
    border: 3px solid #e7eaec;
    border-radius: 50%;
    font-size: 16px;
    height: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

    .vertical-timeline-icon i {
        display: block;
        height: 24px;
        left: 50%;
        margin-left: -12px;
        margin-top: -9px;
        position: relative;
        top: 50%;
        width: 24px;
    }

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-icon,
    .center-orientation .vertical-timeline-image {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        font-size: 19px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        width: 50px;
    }

        .center-orientation .vertical-timeline-icon i,
        .center-orientation .vertical-timeline-image i {
            margin-left: -12px;
            margin-top: -10px;
        }

    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
        visibility: hidden;
    }
}

.vertical-timeline-content {
    background: white;
    border-radius: 0.25em;
    margin-left: 60px;
    padding: 1em;
    position: relative;
}

    .vertical-timeline-content:after {
        clear: both;
        content: "";
        display: table;
    }

    .vertical-timeline-content h2 {
        font-weight: 400;
        margin-top: 4px;
    }

    .vertical-timeline-content p {
        line-height: 1.6;
        margin: 1em 0;
    }

    .vertical-timeline-content .vertical-date {
        float: left;
        font-weight: 500;
    }

.vertical-date small {
    color: #1ab394;
    font-weight: 400;
}

.vertical-timeline-content::before {
    border: 7px solid transparent;
    border-right: 7px solid white;
    content: '';
    height: 0;
    position: absolute;
    right: 100%;
    top: 16px;
    width: 0;
}

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

        .center-orientation .vertical-timeline-content::before {
            border-color: transparent;
            border-left-color: white;
            left: 100%;
            top: 24px;
        }

        .center-orientation .vertical-timeline-content .btn {
            float: left;
        }

        .center-orientation .vertical-timeline-content .vertical-date {
            font-size: 14px;
            left: 122%;
            position: absolute;
            top: 2px;
            width: 100%;
        }

    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
        float: right;
    }

        .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
            border-color: transparent;
            border-right-color: white;
            left: auto;
            right: 100%;
            top: 24px;
        }

        .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
            float: right;
        }

        .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
            left: auto;
            right: 122%;
            text-align: right;
        }

    .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
        visibility: hidden;
    }
}


.overview-divider {
    margin-bottom: 20px;
    margin-top: 20px;
}

.overview-divider-line {
    border-bottom: 1px solid #470544;
}

.overview-divider-text {
    font-size: 0.75em;
    text-transform: uppercase;
}



.pointer {
    cursor: pointer;
}



.ng-hide {
    display: none;
}

.text-top {
    vertical-align: top !important;
}

.text-middle {
    vertical-align: middle !important;
}

.text-bottom {
    vertical-align: bottom !important;
}

.table > thead > tr > td {
    vertical-align: middle;
}

.td-minimize {
    width: 1%;
}

.td-top {
    vertical-align: top;
}

.td-middle {
    vertical-align: middle;
}

.td-bottom {
    vertical-align: bottom;
}

th.rotate {
    height: 120px;
    white-space: nowrap;
}

th.rotate > div {
    transform: translate(0px, 85px) rotate(270deg);
    width: 30px;
}

    th.rotate > div > span {
        padding: 5px 10px;
    }

.bl-lg {
    border-left-width: 7px;
}

.br-lg {
    border-right-width: 7px;
}

.bt-lg {
    border-top-width: 7px;
}

.bb-lg {
    border-bottom-width: 7px;
}

.d3-tip {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    color: #fff;
    line-height: 1;
    padding: 12px;
    z-index: 90001;
}

    .d3-tip:after {
        box-sizing: border-box;
        color: rgba(0, 0, 0, 0.8);
        display: inline;
        font-size: 10px;
        line-height: 1;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 90001;
    }

    .d3-tip.n:after {
        left: 0;
        margin: -1px 0 0 0;
        top: 100%;
        z-index: 90001;
    }

.d3-tip-white {
    background: rgba(255, 255, 255, 0.98);
    color: #656565;
}

.surface {
    z-index: 1001;
}

.axis path,
.axis line {
    -moz-shape-rendering: crispEdges;
    -ms-shape-rendering: crispEdges;
    -o-shape-rendering: crispEdges;
    -webkit-shape-rendering: crispEdges;
    fill: none;
    shape-rendering: crispEdges;
    stroke: black;
    stroke-width: 1;
}

.preloader {
    -o-transition: opacity 0.65s;
    -webkit-transition: opacity 0.65s;
    background-color: #470545;
    background-image: -webkit-linear-gradient(90deg, #470545 10%, #2E002C 90%);
    background-image: -moz-linear-gradient(90deg, #470545 10%, #2E002C 90%);
    background-image: -ms-linear-gradient(90deg, #470545 10%, #2E002C 90%);
    background-image: -o-linear-gradient(90deg, #470545 10%, #2E002C 90%);
    background-image: linear-gradient(90deg, #470545 10%, #2E002C 90%);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: opacity 0.65s;
    width: 100%;
    z-index: 999999;
}

.preloader-progress {
    background-image: url(images/preloader.start.png);
    background-size: 220px 30px;
    bottom: 0;
    height: 30px;
    left: 0;
    margin: auto;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
}

.preloader-progress-bar {
    background-image: url(images/preloader.end.png);
    background-size: 220px 30px;
    bottom: 0;
    left: 0;
    min-width: 10px;
    position: absolute;
    top: 0;
}

.preloader-hidden {
    display: none;
}

.preloader-hidden-add {
    display: block;
    opacity: 1;
}

    .preloader-hidden-add .preloader-progress {
        -moz-transition: -moz-transform 0.4s ease;
        -ms-transform: scale(0);
        -o-transform: scale(0);
        -o-transition: -o-transform 0.4s ease;
        -webkit-transform: scale(0);
        -webkit-transition: -webkit-transform 0.4s ease;
        transform: scale(0);
        transition: transform 0.4s ease;
    }

.preloader-hidden-add-active {
    opacity: 0;
}

.orb {
    border: 3px solid #e7eaec;
    border-radius: 50%;
    font-size: 16px;
    height: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

    .orb i {
        display: block;
        height: 24px;
        left: 50%;
        margin-left: -12px;
        margin-top: -9px;
        position: relative;
        top: 50%;
        width: 24px;
    }

.mouseover-container:hover .mouseover-show {
    display: inline;
}

.mouseover-show {
    display: none;
}

.uib-tab-white > .tab-content {
    background: white;
}

.uib-tabset-right .nav-pills > li {
    float: right;
}

.uib-tabset-nopadding .tab-content {
    padding: 0 !important;
}

.nav-pills > li {
    margin-top: 4px;
}

    .nav-pills > li > a {
        border-radius: 0;
        background-color: white;
        color: #656565;
        border-bottom: 3px solid #4CACBE;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #434343;
        background-color: #edf1f2 !important;
        border-bottom: 3px solid #470544;
    }




.wrapper {
    background-color: #f5f7fa;
}

.topnavbar .navbar-form {
    border-bottom: none;
}

    .topnavbar .navbar-form > div > input {
        background-color: #62175F;
        color: #ffffff;
        font-size: larger;
    }

.img-thumbnail {
    background-color: #470544;
    border-color: #4CACBE;
}

.sidebar {
    margin-right: 0px !important;
}


.brand-logo {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    line-height: 55px;
    padding: 0 !important;
    text-transform: uppercase;
}

    .brand-logo span {
        color: #4CACBE;
    }

.brand-logo-collapsed {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    line-height: 55px;
    padding: 0 !important;
    text-transform: uppercase;
}

    .brand-logo-collapsed span {
        color: #4CACBE;
    }

.aside-collapsed .sidebar > .nav > li {
    width: 69px;
}


.switch-secundary input:checked + span {
    background-color: #4CACBE !important;
    border-color: #4CACBE !important;
}

.switch-primary input:checked + span {
    background-color: #470544 !important;
    border-color: #470544 !important;
}

@media (max-width: 768px) {
    div.content-heading > small {
        display: none !important;
    }

    .brand-logo {
        padding-left: 10px !important;
    }
}

.label-gray {
    background-color: #dde6e9;
    color: #515253 !important;
}

.br-dd {
    border-right: 3px double rgba(0, 0, 0, 0.12);
}

.vv-bg-primary {
    background-color: #470544 !important;
}

.vv-bg-secundary {
    background-color: #4CACBE !important;
}

.vv-bg-tertiary {
    background-color: #1ab394 !important;
}

.vv-bg-yellow {
    background-color: #ffed00 !important;
}

.vv-bg-turquoise {
    background-color: #70c8d9 !important;
}

.vv-bg-orange {
    background-color: #f29400 !important;
}

.vv-bg-red {
    background-color: #e2001a !important;
}

.vv-bg-blue-light {
    background-color: #006ab3 !important;
}

.vv-bg-blue-dark {
    background-color: #172983 !important;
}

.vv-bg-green {
    background-color: #41a62a !important;
}

.vv-bg-purple {
    background-color: #81197f !important;
}

.vv-border-primary {
    border-color: #470544 !important;
}

.vv-border-secundary {
    border-color: #4CACBE !important;
}

.vv-border-tertiary {
    border-color: #1ab394 !important;
}

.vv-border-yellow {
    border-color: #ffed00 !important;
}

.vv-border-turquoise {
    border-color: #70c8d9 !important;
}

.vv-border-orange {
    border-color: #f29400 !important;
}

.vv-border-red {
    border-color: #e2001a !important;
}

.vv-border-blue-light {
    border-color: #006ab3 !important;
}

.vv-border-blue-dark {
    border-color: #172983 !important;
}

.vv-border-green {
    border-color: #41a62a !important;
}

.vv-border-purple {
    border-color: #81197f !important;
}

.vv-border-white {
    border-color: #ffffff !important;
}

.vv-text-primary {
    color: #470544 !important;
}

.vv-text-secundary {
    color: #4CACBE !important;
}

.vv-text-tertiary {
    color: #1ab394 !important;
}

.vv-text-yellow {
    color: #ffed00 !important;
}

.vv-text-turquoise {
    color: #70c8d9 !important;
}

.vv-text-orange {
    color: #f29400 !important;
}

.vv-text-red {
    color: #e2001a !important;
}

.vv-text-blue-light {
    color: #006ab3 !important;
}

.vv-text-blue-dark {
    color: #172983 !important;
}

.vv-text-green {
    color: #41a62a !important;
}

.vv-text-purple {
    color: #81197f !important;
}

.vv-panel-primary {
    border-color: #470544;
}

    .vv-panel-primary > .panel-heading {
        background-color: #470544;
        border-color: #470544;
        color: #fff;
    }

.panel-heading-gray-lighter {
    background-color: #edf1f2 !important;
    color: #515253 !important;
}

.panel-heading-gray-light {
    background-color: #e4eaec !important;
    color: #515253 !important;
}

.vv-panel-secundary {
    border-color: #4CACBE;
}

    .vv-panel-secundary > .panel-heading {
        background-color: #4CACBE;
        border-color: #4CACBE;
        color: #fff;
    }

.vv-panel-tertiary {
    border-color: #1ab394;
}

    .vv-panel-tertiary > .panel-heading {
        background-color: #1ab394;
        border-color: #1ab394;
        color: #fff;
    }

.vv-btn-primary {
    background-color: #470544;
    border-color: #470544;
    color: #fff !important;
}

.btn-file input[type=file] {
    background: white;
    cursor: inherit;
    display: block;
    filter: alpha(opacity=0);
    font-size: 100px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    outline: none;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.btn-margin {
    margin: 2px;
}

.btn-toolbar {
    margin: 5px;
}

.btn-file {
    overflow: hidden;
    position: relative;
}

.btn-toolbar .btn-group {
    margin-bottom: 5px;
    margin-top: 5px;
}

.vv-active {
    background-color: #470544;
    border-color: #470544;
    color: #fff !important;
}

.btn-default.vv-active:hover,
.btn-default.vv-active:focus,
.btn-default.vv-active.focus {
    background-color: #470544;
    border-color: #470544;
    color: #fff !important;
}

.vv-btn-primary:hover {
    color: #fff;
}

.vv-btn-secundary {
    background-color: #4CACBE;
    border-color: #4CACBE;
    color: #fff !important;
}

    .vv-btn-secundary:hover {
        color: #fff;
    }

.vv-btn-tertiary {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #fff !important;
}

    .vv-btn-tertiary:hover {
        color: #fff;
    }

.demo-highlightable {
    border: 1px solid white;
}

    .demo-highlightable:hover {
        border: 1px solid #4CACBE !important;
    }

.dropdown-menu-title {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
    padding: 5px 0 0 0;
    text-align: center;
}

.dropdown-menu-title-primary {
    background-color: #470544;
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 4px;
    padding: 5px 0 5px 0;
    text-align: center;
}

.dropdown-menu-title-secundary {
    background-color: #4CACBE;
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 4px;
    padding: 5px 0 5px 0;
    text-align: center;
}

.nav-wrapper {
    box-shadow: none !important;
}

.ui-select-bootstrap
.ui-select-choices-row.active > a {
    background-color: #A9E1EC;
}

.ui-select-match-text {
    -moz-text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 40px;
    text-overflow: ellipsis;
    width: 100%;
}

.ui-select-toggle > .btn.btn-link {
    margin-right: 10px;
    position: absolute;
    right: 10px;
    top: 6px;
}

.ui-select-highlight {
    background: yellow;
}

.ui-select-multiple input.ui-select-search:not(.ng-touched) {
    width: 100% !important;
}

.ui-select-container.ng-invalid > .ui-select-match {
    border: 1px ridge #ff0000;
}

.ui-select-nowrap .ui-select-choices-row-inner {
    white-space: normal !important;
}

.ui-select-nowrap .ui-select-match-item {
    white-space: normal;
    word-wrap: break-word;
    text-align: left;
}

.ui-select-multiple.ui-select-bootstrap
.ui-select-match .close {
    line-height: 1;
}

.progress-lg {
    height: 24px;
}


.user-block {
    cursor: inherit !important;
}

.user-block-status > .circle {
    border-color: #4CACBE;
}

.user-block-info a {
    color: #470544;
}

.user-block > .user-block-picture {
    width: 100px;
}

.user-block .user-block-info {
    white-space: normal !important;
}

.ngdialog.ngdialog-nopad .ngdialog-content {
    padding: 0;
}

.ngdialog.ngdialog-sm .ngdialog-content {
    width: 350px;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
    width: 490px;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
    font-family: inherit !important;
}

.ngdialog.ngdialog-theme-plain .ngdialog-content {
    font-family: inherit !important;
}

.ngdialog.ngdialog-theme-default.transparent .ngdialog-content {
    background-color: transparent;
}

.ngdialog.ngdialog-theme-plain.transparent .ngdialog-content {
    background-color: transparent;
}

.ngdialog.ngdialog-theme-default.wide .ngdialog-content {
    width: 800px;
}

.ngdialog.ngdialog-theme-plain.wide .ngdialog-content {
    width: 800px;
    padding: 5px;
    border-radius: 10px;
}

.ngdialog-open {
    overflow: initial !important;
}

.ngdialog {
    z-index: 9002 !important;
}

/*.mCSB_container {
    padding-right: 0 !important;
}

.mCSB_container_wrapper {
    margin-right: 15px !important;
}*/

.dd-list {
    min-height: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.dd-handle {
    background: none !important;
    border: 0 !important;
    margin: 2px !important;
    padding: 2px !important;
}

.c-checkbox input[type=checkbox]:checked + span,
.c-radio input[type=checkbox]:checked + span,
.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=radio]:checked + span {
    background-color: #4CACBE;
    border-color: #4CACBE;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
}

.sidebar-subnav > li .nav > li {
    padding-left: 10px;
}


.diff > ins {
    background-color: #41a62a;
    color: white;
    text-decoration: none;
}

.diff > del {
    background-color: #e2001a;
    color: white;
    text-decoration: none;
}

.text-strikethrough {
    text-decoration: line-through;
}




.tab-content {
    padding: 10px 15px !important;
}

.page-heading {
    color: #470544;
}

    .page-heading small {
        color: #4CACBE;
    }

@media all {
    .page-break {
        display: none;
    }
}

@media print {
    * {
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -webkit-transition: none !important;
        transition: none !important;
    }

    a[href]:after {
        content: none !important;
    }

    .content-wrapper {
        border-top-width: 0;
    }

    .page-break-before {
        -moz-break-before: always;
        -ms-break-before: always;
        -o-break-before: always;
        -webkit-break-before: always;
        page-break-before: always;
    }

    .break-inside {
        -moz-break-inside: avoid;
        -moz-page-break-inside: avoid;
        -ms-break-inside: avoid;
        -o-break-inside: avoid;
        -webkit-break-inside: avoid;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    footer {
        display: none !important;
        height: 0 !important;
        width: 0 !important;
    }
}
