.IE-banner {
    display: none !important;
}


/*Display IE banner on IE 10, 11*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .IE-banner {
        display: block !important;
        background-color: #be0f11;
    }

    .IE-banner > a {
        color: #EFEFEF;
    }

    .IE-banner > a:hover {
        color: darkgrey;
    }
}

/*Display IE banner on IE 7, 8, 9*/
@media screen\0 {
    .IE-banner {
        display: block !important;
        background-color: #be0f11;
    }

    .IE-banner > a {
        color: #EFEFEF;
    }

    .IE-banner > a:hover {
        color: darkgrey;
    }
}
html {
    position: relative;
    min-height: 100%;
}


body {
    padding-bottom: 50px;
    padding-top: 65px;
    /*background-image: url('images/safer.png');*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 1000px;
    margin-bottom: 50px;
    height: 100%;
    background: #efefef; /*default supported fallback style [browsers that can't use var will use this]*/
    background: var(--med-gray) !important
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 400px;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.disp-manual {
    display: none;
}

.disp-modify {
    display: none;
}

.display-label {
    font-weight: bold;
}

.display-field {
    margin-bottom: 8px;
}

.editor-label {
    font-weight: bold;
}

.editor-field {
    margin-bottom: 8px;
}

    .editor-field input:not([type=checkbox]) {
        display: block;
        width: 100%;
        height: 38px;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #666666;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #cccccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }


    .editor-field .input-sm {
        height: 30px !important;
        padding: 5px 10px !important;
        font-size: 12px !important;
        line-height: 1.5 !important;
        border-radius: 3px !important;
    }

    .editor-field textarea {
        display: block;
        width: 100%;
        height: 100px;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #666666;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #cccccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

.highlighter {
    background-color: yellow;
}

.text-box-datepicker {
    width: 50px;
}

.selected td {
    background-color: #E6FFFF;
}

.TreeView {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .TreeView ul {
        list-style-type: none;
        margin-top: 5px;
    }

    .TreeView .Group {
        cursor: pointer;
    }

    .TreeView .Item, .Value {
        margin-left: 25px;
        cursor: pointer;
    }

        .TreeView .Group :hover, .Item :hover, .Value :hover {
            color: darkblue;
        }

.table {
}

    .table .Detail {
        width: 40px;
    }

    .table .Edit {
        width: 16px;
    }

.SystemSetting .Description {
    width: 250px;
}

.SystemSetting .ValueType {
    display: none;
}

.SystemSettingHistory .Description {
    display: none;
}

.SystemSettingHistory .ValueType {
    display: none;
}

.LookUpValue .IsActive {
    width: 80px;
}

.LookUpValue .Group {
    display: none;
}

.Applications .Name {
    width: 280px;
}

.Applications .InternalURL {
    display: none;
}

.Applications .ExternalURL {
    display: none;
}

.InternalUsers .ActiveDirectoryID {
    width: 250px;
}

.ExternalUsers .EmailAddress {
    width: 250px;
}

.datetimepicker {
    max-width: 300px;
}

input {
    max-width: 300px;
}

    input[type="checkbox"] {
        transform: scale(1.5);
        margin: 0px 3px;
    }

select {
    max-width: 300px;
}


.nav-item {
    margin: 0px 5px 0px 5px !important;
}


.bi {
    margin: 0px 5px 0px 0px !important;
}




.Document {
    font-family: Verdana;
    font-size: 9pt;
    padding-left: 10px;
}

    .Document .Title {
        font-family: Century Schoolbook;
        font-size: 24pt;
        font-weight: bold;
        color: #21689D;
        text-decoration: underline;
    }

    .Document .Header {
        font-size: 16pt;
        font-family: Century Schoolbook;
        padding-top: 20px;
        padding-bottom: 10px;
        color: #21689D;
    }

    .Document .Sub-Header {
        font-family: Century Schoolbook;
        font-size: 14pt;
        font-style: italic;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .Document .Content {
        font-family: Arial;
        padding-left: 15px;
        padding-bottom: 10px;
        line-height: 17px;
    }

        .Document .Content .Code {
            background-color: #EFEFEF;
            padding: 3px;
            overflow: auto;
        }


.paginate_button_override .paginate_button {
    margin: 5px !important;
}


.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.list-style-type-none {
    list-style-type: none;
}

.nav-links a {
    color: #1A3C8E;
    text-decoration-line: none;
}

.links-color a {
    color: #1A3C8E;
}

.links-underline a {
    text-decoration: underline !important;
}

.nav-links a:hover {
    text-decoration-line: underline !important;
}

.secondary-header {
    background-color: #3d7aa9;
    height: auto;
}

    .secondary-header h2 {
        position: relative;
        color: #fff;
        font-weight: 400;
        text-shadow: 2px 2px 6px #000;
        font-size: 16pt !important;
        padding-top: 10px;
    }
        .secondary-header h2 a {
            text-decoration: underline;
            color: #fff
        }

    .secondary-header .btn {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .secondary-header .btn-default {
            background-color: grey;
            border-color: black; /*default supported fallback style [browsers that can't use var will use this]*/
            border-color: var(--black);
        color: var(--white);
        width: 200px;
        max-width: 150px;
    }

    .secondary-header .btn-default:hover {
            background-color: grey;
            border-color: #d9d9d9; /*default supported fallback style [browsers that can't use var will use this]*/
            border-color: var(--drk-gray)
        }

    .secondary-header .btn-default.btn-outline {
            color: grey;
            border-color: #d9d9d9; /*default supported fallback style [browsers that can't use var will use this]*/
            border-color: var(--drk-gray);
        }

    .secondary-header .btn-default.btn-outline:hover {
            color: grey;
            border-color: #d9d9d9; /*default supported fallback style [browsers that can't use var will use this]*/
            border-color: var(--drk-gray);
        }

    .secondary-header .btn-default.btn-outline:hover::after {
            color: grey;
            border-color: #d9d9d9; /*default supported fallback style [browsers that can't use var will use this]*/
            border-color: var(--drk-gray);
        }

.list-group-item.active {
    background-color: #3d7aa9;
    border-color: #3d7aa9;
}

.min-height-none {
    min-height: initial;
}

.border-none {
    border-style: none !important;
    border-color: white !important;
    border-width: 0 !important;
}

/*.report-table tr {
    line-height: 13px !important;
}*/

#_ReportData:empty {
    visibility: hidden;
}

/*Display report data on IE 10, 11*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #_ReportData {
        visibility: visible !important;
    }
}

/*Display IE banner on IE 7, 8, 9*/
@media screen\0 {
    #_ReportData {
        visibility: visible !important;
    }
}

.table > thead {
    background-color: #e6e6e6;
    color: #1A3C8E;
    --bs-secondary-rgb: 179, 179, 179
}

.table-sm > :not(caption) > * > * {
    padding: 0rem 0.3rem 0rem 0.3rem;
    border-bottom-width: 0px;
}

.table > thead > tr > th {
    padding: 0.2rem 0.3rem 0.2rem 0.3rem;
    --bs-border-width: 1px;
    --bs-secondary-rgb: 179, 179, 179
}

.bg-gray {
    background-color: #f9f9f9;
}

/*Section for print layout*/
.tax-print-banner {
    display: none;
}

.tax-print-seal{
    display: none;
}

.printDepartmentInformation {
    display: none;
}

@media not print {
    @media only screen and (max-width: 768px) {
        .table-responsive tr td:first-child:empty {
            display: none;
        }
    }
}
/*endprint layout*/


.alert-banner {
    position: relative;
    left: -50%;
    width: 100%;
    opacity: 0.95;
}

.alert-wrapper {
    width: 100%;
    max-width: 1250px;
    margin: 10px auto 0 auto;
    position: fixed;
    left: 50%;
    z-index: 99999;
    top: 55px;
}

.alert-danger {
    --bs-alert-color: #842029;
    --bs-alert-bg: red;
    --bs-alert-border-color: red;
    background-color: red;
}

.alert-success {
    --bs-alert-color: darkgreen;
    --bs-alert-bg: green;
    --bs-alert-border-color: green;
    background-color: green;
}

@media not print {
    @media only screen and (max-width: 991px) {
        .navbar > .container-fluid {
            padding-bottom: 10px;
        }
    }
}

nav.navbar{
    background-color:#fff;
}









/*ADDITIONAL INTERNET EXPLORER FIXES*/  
/*NOTE - Keep IE fixes at the bottom of the site.css file.*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body {
        padding-bottom: 50px;
        padding-top: 65px;
        /*background-image: url('images/safer.png');*/
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: 1000px;
        margin-bottom: 50px;
        height: 100%;
        background: #efefef; /*default supported fallback style [browsers that can't use var will use this]*/
        background: var(--med-gray) !important;
        line-height: 1.5;
    }

    .btn {
        font-weight: 600;
        text-decoration: none;
        color: white;
        border-radius: 25px;
        background-color: #3d7aa9;
        min-width: 150px;
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        border: 1px solid transparent;
    }

        .btn:hover {
            color: #fff;
            background-color: #366d98;
            border-color: #366d98;
        }

    .btn-outline {
        color: #3d7aa9;
        background-color: #fff;
        border-color: #3d7aa9;
        border-width: 3px
    }

        .btn-outline:hover {
            color: #366d98
        }

            .btn-outline:hover::after {
                color: #366d98
            }

    .btn-secondary {
        background-color: #cf152d;
        border-color: #cf152d
    }

        .btn-secondary:hover {
            background-color: #cf152d
        }

        .btn-secondary.btn-outline {
            color: #cf152d;
            border-color: #cf152d
        }

            .btn-secondary.btn-outline:hover {
                color: #cf152d;
                border-color: #cf152d
            }

                .btn-secondary.btn-outline:hover::after {
                    color: #cf152d;
                    border-color: #cf152d
                }

    .drawer-tile-container {
        background-color: #f6f6f6;
        padding: 5px;
        display: flex;
        flex-wrap: wrap
    }

    a.drawer-tile {
        display: block;
        position: relative;
        height: auto;
        padding: 10px;
        border-radius: 4px;
        background: #fff;
        overflow: hidden;
        transition: all .3s ease-in-out;
        flex-grow: 2;
        flex-shrink: 0;
        font-weight: bold;
        color: black;
        margin: 5px 15px;
        flex-basis: 90%
    }

        a.drawer-tile::after {
            content: '';
            position: absolute;
            top: -8px;
            left: 0;
            width: 100%;
            height: 8px;
            background: #3d7aa9;
            transition: all .25s ease-in-out
        }

        a.drawer-tile:hover::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background: #3d7aa9;
        }

        a.drawer-tile:hover {
            text-decoration: none;
            box-shadow: 0 0 30px 0 black
        }

    nav.navbar .nav-item a {
        color: #000;
        height: 100%;
        width: 100%;
        padding: 0 10px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        position: relative
    }

        nav.navbar .nav-item a:hover::after {
            content: "";
            font-family: "Font Awesome 5 Free";
            font-size: 1.2ex;
            position: absolute;
            bottom: 0;
            opacity: 1;
            color: #cf152d;
            transition: all .2s ease-in-out
        }

    nav.navbar .nav-item {
        height: 50px;
        font-weight: bold;
        color: black;
    }

    .nav-item > a:hover {
        text-decoration: none;
    }

    .offcanvas .offcanvas-header {
        padding: 10px 30px;
        background-color: #3d7aa9;
        color: #fff
    }

    .offcanvas-title:before {
        content: '';
        position: absolute;
        margin-left: -10px;
        top: 10px;
        width: 24px;
        height: 24px;
        clip-path: ellipse(16% 16% at 19% 24%);
        background: #cf152d;
        z-index: 0
    }

    .page-loading {
        position: absolute;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 999;
        background-color: black;
        font-size: 40px
    }

    .spinner-border {
        display: block;
        position: fixed;
        top: calc(50% - (100px/2));
        right: calc(50% - (100px/2));
        width: 100px;
        height: 100px;
        color: #3d7aa9
    }

    .page-loading-ie {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        font-size: 40px
    }

    .pagination > li > a,
    .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #3d7aa9;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd
    }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #3d7aa9;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #3d7aa9;
        border-color: #3d7aa9
    }

    .card {
        border: 1px solid #dee2e6 !important;
        border-width: 1px !important;
        border-color: #dee2e6 !important;
        border-radius: 0.375rem !important;
        padding: 0.5rem 1rem !important;
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        min-width: 0 !important;
        word-wrap: break-word !important;
        background-color: white !important;
        background-clip: border-box !important;
    }

    .card-header {
        padding: 0.5rem 1rem;
        margin-bottom: 0;
        border-bottom: 1px solid;
    }

        .card-header:first-child {
            border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0 !important;
        }

    .bg-danger {
        opacity: 1;
        background-color: #dc3545 !important;
    }

    .bg-success {
        opacity: 1;
        background-color: green !important;
    }

    .text-white {
        opacity: 1;
        color: white;
    }

    .list-group {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        border-radius: 0.375rem;
        background-color: white;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #3d7aa9;
        border-color: #3d7aa9
    }

    .list-group-item {
        position: relative;
        display: block;
        padding: 0.5rem 1rem;
        color: #212529;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #dee2e6;
        line-height: 1.5;
        font-weight: 400;
    }

    li > a, div > a {
        text-decoration: none;
    }

        li > a:hover, div > a:hover {
            text-decoration: underline;
        }

    a.btn, a:hover.btn {
        text-decoration: none;
    }

    .border {
        border: 2px solid #dee2e6 !important;
    }

    .border-2 {
        border-width: 2px;
    }

    .border-light {
        opacity: 1;
        border-color: #dee2e6 !important;
    }

    .table {
        width: 100%;
        margin-bottom: 1rem;
        color: black;
        vertical-align: top;
        border-color: #dee2e6;
    }

    .border-bottom {
        border-bottom: 2px solid #dee2e6 !important;
    }

    .border-secondary {
        --bs-border-opacity: 1;
        border-color: #c9cccf !important;
    }

    .table-striped tbody > tr:nth-child(odd) > td,
    .table-striped tbody > tr:nth-child(odd) > th {
        background-color: #f6f6f6;
    }

    #btnSearch {
        margin-left: 15px;
    }

    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        color: rgba(0,0,0,0.55);
        background-color: transparent;
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 0.375rem;
        transition: box-shadow 0.15s ease-in-out;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
}

/*End additional IE fixes*/
@media print {
    html, body {
        font-size: 12pt;
        padding-top: 0px !important;
       /* -webkit-print-color-adjust: exact;*/
    }

    td {
        page-break-inside: auto;
        border-style: none !important;
        border-color: white;
        border-width: 0 !important;
        text-align: left;
        padding: 2px 2px !important;
    }

    tr {
        page-break-inside: auto;
    }     

    tr.border-none, tr.table-light {
        page-break-inside: auto;
        border-top: 1px solid lightgrey !important;
    }

    .border-light{
        border-top: 1px solid lightgrey !important;
    }

    th {
        page-break-inside: auto;
        padding: 0.2px 0.2px !important;
        text-align: left;
        border-width: 0px !important;
    }

    .border-start{
        border-width: 0px !important;
    }

    .border {
        border: 2px solid #dee2e6 !important;
        --bs-border-width: 1px !important;
    }

    .border-end-0 {
        border-right: 0px !important;
    }

    .border-start-0 {
        border-left: 0px !important;
    }

    .border-secondary {
        --bs-border-opacity: 1;
        border-color: #dee2e6 !important;
    }

    .table > thead {
        display: table-row-group;
        padding: 0.2rem 0.3rem 0.2rem 0.3rem !important;
    }

        .table > thead > tr > th {
            padding: 0.2rem 0.3rem 0.2rem 0.3rem !important;
            --bs-border-width: 1px;
            line-height: 1;
        }

    tbody {
        border-top: 1px solid lightgrey !important;
    }

        tbody.border {
            line-height: 12px;
            border: 2px solid #dee2e6 !important;
        }

    .table > tbody > tr > td {
        padding: 0.2rem 0.3rem 0.2rem 0.3rem !important;
        --bs-border-width: 1px;
        line-height: 1;
    }

    .table-striped > tbody > tr:nth-of-type(odd) > * {
        --bs-table-accent-bg: white !important;
    }

    .table-hover > tbody > tr:hover > td {
        --bs-table-hover-bg: white !important;
    }

    .panel-body {
        display: block !important;
    }

    div.record-box {
        flex-basis: 100% !important;
    }

    #licenseContainer {
        width: 100% !important;
    }

    ul.record-list > li {
        width: 100% !important;
    }

    .header-fixed {
        position:relative
    }
    .container{
        min-width: 100%;
    }

    #pageContent {
        float: none !important;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: center;
    }

    .IE-banner {
        display: none !important;
    }

    div#_ReportData {
        float: none !important;
        border-style: none !important;
        border-color: white !important;
        border-width: 0 !important;
        font-size: 11px;
        padding-top: 0px !important;
        page-break-inside: auto;
    }

    div#_ReportData > div, div#_ReportData > table {
        width: 100% !important;
        page-break-inside: auto;
    }

    #container, #container2, #content, .searchResults {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: center;
        page-break-inside: auto;
    }
    

    *  /*This turns everything into black foreground on white background.*/  {
        border-color: black !important;
        color: black !important;
    }

    /*   This makes text small(saves paper), makes sure headers are not at the end of the page, and avoids code-samples and lists being broken onto several pages. */
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }

    

    pre, code, samp {
        white-space: pre-wrap;
        page-break-inside: avoid;
    }

    ul, ol, li {
        page-break-inside: avoid;
    }

    .page {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: left;
        page-break-inside: auto;
    }

        .page h2 {
            font-size: 12pt;
        }

        .page .tables {
            padding-right: 4%;
        }

        .page p {
            padding-right: 5%;
            margin-top: 0;
        }


    div.table-responsive {
        overflow-x: visible !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .row{
        flex-wrap:nowrap !important;
        display:block !important;
    }

    div#reportFooterMessage{
        text-align: left;
        padding-top: 2px !important;
        padding-left: 12px !important;
        padding-bottom: 0px !important;
    }

    .tax-print-banner {
        display: block !important;
        font-family: Georgia;
        font-size: 12pt;
        border-bottom: 1px solid #A0C3DF;
        padding-bottom: 12px;
        line-height: 20px;
    }

    .tax-print-seal {
        display: inline !important;
    }

    .printDepartmentInformation {
        display: inline !important;
        position: absolute;
        left: 250px;
        top: 25px;
    }

    /* Grouping of Items that should not be displayed when printing the page */
    ul.rightblock, button.mnavtrigger, footer, .btn, a.btn-primary, a::after, .d-print-none, .secondary-header, a#skip,
    .dropdownMenu-content, #header, #nav, .noprint, #FooterContainer {
        display: none !important;
    }


    div.justify-content-center {
        display: flex !important;
        justify-content: center !important;
    }

    .col-md-12, .col-sm-12, .col-xs-12 {
        width: 100% !important;
    }

    .col-md-11, .col-sm-11, .col-xs-11 {
        width: 91.66666667% !important;
    }

    .col-md-10, .col-sm-10, .col-xs-10 {
        width: 83.33333333% !important;
    }

    .col-md-9, .col-sm-9, .col-xs-9 {
        width: 75% !important;
    }

    .col-md-8, .col-sm-8, .col-xs-8 {
        width: 66.66666667% !important;
    }

    .col-md-7, .col-sm-7, .col-xs-7 {
        width: 58.33333333% !important;
    }

    .col-md-6, .col-sm-6, .col-xs-6 {
        width: 50% !important;
    }

    .col-md-5, .col-sm-5, .col-xs-5 {
        width: 41.66666667% !important;
    }

    .col-md-4, .col-sm-4, .col-xs-4 {
        width: 33.33333333% !important;
    }

    .col-md-3, .col-sm-3, .col-xs-3 {
        width: 25% !important;
    }

    .col-md-2, .col-sm-2, .col-xs-2 {
        width: 16.66666667% !important;
    }

    .col-md-1, .col-sm-1, .col-xs-1 {
        width: 8.33333333% !important;
    }
}

@page {
    margin-top: 4%;
}
