﻿/*** components and pieces taken from advance ed alberta.ca styleguide*/


.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

html {
    padding: 0px;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    position: relative;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -moz-user-select: element;
    -ms-user-select: element;
    -webkit-user-select: auto;
    user-select: element;
    cursor: auto !important;
    font-family: "Lato", "Helvetica", Arial, sans-serif !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #36424a;
    font-weight: 400;
}

    body.pushed {
        overflow: hidden;
    }

.alberta-theme {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    /* ============= DEFAULT TYPOGRAPHY ============= */
    /* ================= HEADERS ================== */
    /***Carousel***/
    /*==================== STEPS CAROUSEL ============================*/
    /*================== HIGHLIGHT TOOLBOX ==========================*/
    /*=================== NAV SHELF ==========================*/
    /*================ SUPPLEMENTAL CSS =====================*/
    /*=================== TOPICS GRID =======================*/
    /*=================== TOP TOPICS ========================*/
}

    .alberta-theme p {
        font-size: 16px;
        line-height: 23px;
    }

@media screen and (max-width: 768px) {
    .alberta-theme p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 480px) {
    .alberta-theme p {
        font-size: 15px;
        line-height: 21px;
    }
}

.alberta-theme li {
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 992px) {
    .alberta-theme li {
        font-size: 16px;
        line-height: 23px;
    }
}

@media screen and (max-width: 480px) {
    .alberta-theme li {
        font-size: 15px;
        line-height: 22px;
    }
}

.alberta-theme a {
    text-decoration: none;
    color: #01698c;
}

    .alberta-theme a:hover {
        color: #00aad2;
        border-bottom: 1px solid #00aad2;
    }

    .alberta-theme a:active {
        color: #edb700 !important;
        border-bottom: 1px solid #edb700 !important;
    }

.alberta-theme nav a, .alberta-theme ul.menu a {
    text-decoration: none;
}

.alberta-theme .btn {
    text-decoration: none;
    letter-spacing: 0.08em;
}

.alberta-theme .img-responsive {
    min-width: 100%;
}

.alberta-theme h3, .alberta-theme h4, .alberta-theme h5, .alberta-theme h6 {
    font-weight: 700;
}

.alberta-theme h1 {
    color: #005072;
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    margin-bottom: 0px !important;
}

@media screen and (max-width: 992px) {
    .alberta-theme h1 {
        font-size: 32px;
        line-height: 46px;
    }
}

@media screen and (max-width: 768px) {
    .alberta-theme h1 {
        font-size: 28px;
        line-height: 37px;
    }
}

@media screen and (max-width: 480px) {
    .alberta-theme h1 {
        font-size: 24px;
        line-height: 37px;
    }
}

.alberta-theme h2 {
    color: #005072;
    font-size: 26px;
    line-height: 33px;
    font-weight: 400;
    margin-top: 23px;
    margin-bottom: 12px;
}

@media screen and (max-width: 992px) {
    .alberta-theme h2 {
        font-size: 24px;
        line-height: 33px;
    }
}

@media screen and (max-width: 768px) {
    .alberta-theme h2 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media screen and (max-width: 480px) {
    .alberta-theme h2 {
        font-size: 20px;
        line-height: 29px;
    }
}

.alberta-theme h3 {
    color: #005072;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
}

@media screen and (max-width: 992px) {
    .alberta-theme h3 {
        font-size: 21px;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px) {
    .alberta-theme h3 {
        font-size: 21px;
        line-height: 24px;
    }
}

@media screen and (max-width: 480px) {
    .alberta-theme h3 {
        font-size: 20px;
        line-height: 23px;
    }
}

.alberta-theme h4 {
    color: #36424a;
    font-size: 19px;
    line-height: 22px;
}

@media screen and (max-width: 992px) {
    .alberta-theme h4 {
        font-size: 19px;
        line-height: 22px;
    }

        .alberta-theme h4 a {
            font-size: 19px;
            line-height: 22px;
        }
}

@media screen and (max-width: 768px) {
    .alberta-theme h4 {
        font-size: 19px;
        line-height: 22px;
    }

        .alberta-theme h4 a {
            font-size: 19px;
            line-height: 22px;
        }
}

@media screen and (max-width: 480px) {
    .alberta-theme h4 {
        font-size: 18px;
        line-height: 21px;
    }

        .alberta-theme h4 a {
            font-size: 18px;
            line-height: 21px;
        }
}

.alberta-theme h5 {
    color: #005072;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

@media screen and (max-width: 992px) {
    .alberta-theme h5 {
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (max-width: 768px) {
    .alberta-theme h5 {
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (max-width: 480px) {
    .alberta-theme h5 {
        font-size: 18px;
        line-height: 20px;
    }
}

.alberta-theme h6 {
    color: #005072;
    font-size: 18px;
}

.alberta-theme h1 a, .alberta-theme h2 a, .alberta-theme h3 a, .alberta-theme h4 a, .alberta-theme h5 a {
    color: #01698c;
}

    .alberta-theme h1 a:hover, .alberta-theme h2 a:hover, .alberta-theme h3 a:hover, .alberta-theme h4 a:hover, .alberta-theme h5 a:hover {
        color: #01698c;
    }

.alberta-theme .primary p a {
    color: #01698c;
}

.alberta-theme .intro-content p {
    font-size: 19px;
    line-height: 25px;
}

@media screen and (max-width: 992px) {
    .alberta-theme .intro-content p {
        font-size: 17px;
        line-height: 23px;
    }
}

@media screen and (max-width: 768px) {
    .alberta-theme .intro-content p {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 480px) {
    .alberta-theme .intro-content p {
        font-size: 18px;
        line-height: 24px;
    }
}

.alberta-theme .related-content h2:first-of-type {
    margin-top: 0;
    padding-top: 0;
}

.alberta-theme p.lede {
    font-size: 22px;
    line-height: 27px;
    margin-top: 6px;
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .alberta-theme p.lede {
        font-size: 20px;
        line-height: 25px;
    }
}

@media screen and (max-width: 480px) {
    .alberta-theme p.lede {
        font-size: 19px;
        line-height: 23px;
    }
}

.alberta-theme .bordered-region {
    border: 3px solid #d1d4d3;
    padding: 20px;
}

.alberta-theme nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .alberta-theme nav ul li {
        display: inline-block;
    }

.alberta-theme nav h2 a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.alberta-theme .title-logo {
    width: 42px;
    float: none;
    display: inline-block;
    vertical-align: baseline;
}

    .alberta-theme .title-logo + h1#pageTitleStub {
        display: inline-block;
    }

.alberta-theme header.site-header {
    position: relative;
    background-color: #36424a;
    background-image: none;
    color: #000;
    z-index: 999;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}

/***** SIDEBAR *********/

main .sidebar-right h2, main .sidebar-right h3, main .sidebar-right h4, main .sidebar-left h2, main .sidebar-left h3, main .sidebar-left h4 {
    margin-bottom: 4px;
}

main .sidebar-right .sidebar-content, main .sidebar-right .contextual-links-region, main .sidebar-right .view-additional-block, main .sidebar-left .sidebar-content, main .sidebar-left .contextual-links-region, main .sidebar-left .view-additional-block {
    margin-bottom: 24px;
}

    main .sidebar-right .sidebar-content .sidebar-content, main .sidebar-right .sidebar-content .contextual-links-region, main .sidebar-right .sidebar-content .view-additional-block, main .sidebar-right .contextual-links-region .sidebar-content, main .sidebar-right .contextual-links-region .contextual-links-region, main .sidebar-right .contextual-links-region .view-additional-block, main .sidebar-right .view-additional-block .sidebar-content, main .sidebar-right .view-additional-block .contextual-links-region, main .sidebar-right .view-additional-block .view-additional-block, main .sidebar-left .sidebar-content .sidebar-content, main .sidebar-left .sidebar-content .contextual-links-region, main .sidebar-left .sidebar-content .view-additional-block, main .sidebar-left .contextual-links-region .sidebar-content, main .sidebar-left .contextual-links-region .contextual-links-region, main .sidebar-left .contextual-links-region .view-additional-block, main .sidebar-left .view-additional-block .sidebar-content, main .sidebar-left .view-additional-block .contextual-links-region, main .sidebar-left .view-additional-block .view-additional-block {
        border: 0;
        padding: 0;
        margin-bottom: 0;
    }

    main .sidebar-right .contextual-links-region.page-navbox, main .sidebar-left .contextual-links-region.page-navbox {
        border: 0;
        padding: 0;
    }

        main .sidebar-right .contextual-links-region.page-navbox h2, main .sidebar-right .contextual-links-region.page-navbox h3, main .sidebar-right .contextual-links-region.page-navbox h4, main .sidebar-left .contextual-links-region.page-navbox h2, main .sidebar-left .contextual-links-region.page-navbox h3, main .sidebar-left .contextual-links-region.page-navbox h4 {
            margin: 0;
        }

main .sidebar-right h3, main .sidebar-left h3 {
    font-size: 18px;
}

main .sidebar-right a, main .sidebar-left a {
    font-size: 17px;
    line-height: 21px;
}

@media screen and (max-width: 480px) {
    main .sidebar-right a, main .sidebar-left a {
        font-size: 16px;
        line-height: 20px;
    }
}

main .sidebar-right p, main .sidebar-left p {
    font-size: 15px;
    line-height: 19px;
}

main .sidebar-right .sidebar-card, main .sidebar-left .sidebar-card {
    padding: 15px;
    background-color: #e6e7e8;
}

    main .sidebar-right .sidebar-card h2, main .sidebar-left .sidebar-card h2 {
        font-size: 18px;
    }

main .sidebar-right .highlight-toolbox, main .sidebar-left .highlight-toolbox {
    padding: 15px;
}

@media screen and (max-width: 768px) {
    main .sidebar-right .side-menu, main .sidebar-left .side-menu {
        max-height: none;
        border: 0;
    }

        main .sidebar-right .side-menu a.expander, main .sidebar-left .side-menu a.expander {
            display: none;
        }

        main .sidebar-right .side-menu nav ul.items, main .sidebar-left .side-menu nav ul.items {
            display: none;
        }

            main .sidebar-right .side-menu nav ul.items.opened, main .sidebar-left .side-menu nav ul.items.opened {
                display: inline-block;
            }

            main .sidebar-right .side-menu nav ul.items.current li, main .sidebar-right .side-menu nav ul.items.active li, main .sidebar-left .side-menu nav ul.items.current li, main .sidebar-left .side-menu nav ul.items.active li {
                display: inline-block;
            }

                main .sidebar-right .side-menu nav ul.items.current li a, main .sidebar-right .side-menu nav ul.items.active li a, main .sidebar-left .side-menu nav ul.items.current li a, main .sidebar-left .side-menu nav ul.items.active li a {
                    background-color: #fff;
                }

            main .sidebar-right .side-menu nav ul.items li.current.has-children, main .sidebar-right .side-menu nav ul.items li.active.has-children, main .sidebar-left .side-menu nav ul.items li.current.has-children, main .sidebar-left .side-menu nav ul.items li.active.has-children {
                max-height: none;
                overflow: visible;
            }

            main .sidebar-right .side-menu nav ul.items li.current li a, main .sidebar-right .side-menu nav ul.items li.active li a, main .sidebar-left .side-menu nav ul.items li.current li a, main .sidebar-left .side-menu nav ul.items li.active li a {
                background-color: #fff;
            }
}


.alberta-theme ul.link-list, .alberta-theme .link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .alberta-theme ul.link-list h2, .alberta-theme ul.link-list h3, .alberta-theme ul.link-list h4, .alberta-theme .link-list h2, .alberta-theme .link-list h3, .alberta-theme .link-list h4 {
        font-size: 22px;
        line-height: 24px;
        padding: 2px 0;
    }

    .alberta-theme ul.link-list ul, .alberta-theme .link-list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .alberta-theme ul.link-list li, .alberta-theme .link-list li {
        margin: 0 0 2px 0;
        padding: 0;
        width: 100%;
    }

        .alberta-theme ul.link-list li a, .alberta-theme .link-list li a {
            font-size: 14px;
            font-weight: 700;
            line-height: 17px;
            padding-bottom: 1px;
        }

            .alberta-theme ul.link-list li a:hover, .alberta-theme .link-list li a:hover {
                color: #00aad2;
            }

        .alberta-theme ul.link-list li i.fa, .alberta-theme .link-list li i.fa {
            margin-right: 6px;
        }

.alberta-theme .sidebar-right ul.link-list li a, .alberta-theme .sidebar-right .link-list li a {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}

@media screen and (max-width: 480px) {
    .alberta-theme .sidebar-right ul.link-list li a, .alberta-theme .sidebar-right .link-list li a {
        font-size: 15px;
        line-height: 17px;
    }
}

.alberta-theme .sidebar-right h2 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 12px;
}

    .alberta-theme .sidebar-right h2.right-col-top {
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 100%;
        /*@media screen and (max-width: 768px){
                display: none;
                visibility: hidden;
                &.mobile {
                    width: 100%;
                    display: inline-block;
                    visibility: visible;
                }
            }*/
    }

        .alberta-theme .sidebar-right h2.right-col-top a {
            font-size: 14px;
            line-height: 17px;
            width: 100%;
            background-color: #36424a;
            color: #ffffff;
            padding: 9px 14px;
            display: inline-block;
        }

            .alberta-theme .sidebar-right h2.right-col-top a:hover {
                text-decoration: none;
                border-bottom: 0;
            }

.alberta-theme .sidebar-right h3 {
    color: #5f6a72;
    font-size: 18px;
    font-weight: 400;
}

.alberta-theme .sidebar-right .open-toggle {
    display: none;
    position: absolute;
    top: 0;
    right: 15px;
    width: 42px;
    height: 38px;
    text-align: center;
    padding-top: 4px;
}

    .alberta-theme .sidebar-right .open-toggle:active, .alberta-theme .sidebar-right .open-toggle:hover {
        border-bottom: 0 !important;
    }

    .alberta-theme .sidebar-right .open-toggle:before {
        font-size: 22px;
        font-family: FontAwesome;
        content: "\f067";
        color: #fff;
    }

    .alberta-theme .sidebar-right .open-toggle.opened:before {
        content: "\f068";
    }

@media screen and (max-width: 768px) {
    .alberta-theme .sidebar-right .open-toggle {
        display: inline-block;
    }
}


/* ============= COLUMN CLASSES ============== */
.filter-column .form-group {
    margin-top: 6px;
}

.nobkg {
    background: none !important;
    background-color: transparent !important;
}


/* ========= PHONE, EMAIL, EXTERNAL LINKS ========= */
.link-icons a[target="_blank"]:before {
    font-family: FontAwesome;
    content: "\f08e";
    margin: 0 6px 0 0;
}

.link-icons a[href^="tel:"]:before {
    font-family: FontAwesome;
    content: "\f095";
    margin: 0 6px 0 0;
}

.link-icons a[href^="mailto:"]:before {
    font-family: FontAwesome;
    content: "\f0e0";
    margin: 0 6px 0 0;
}

.link-icons a[href$=".pdf"]:before {
    font-family: FontAwesome;
    content: "\f1c1" !important;
    margin: 0 6px 0 0;
}

.link-icons a[href$=".xls"]:before,
.link-icons a[href$=".xlt"]:before,
.link-icons a[href$=".xlsx"]:before,
.link-icons a[href$=".xlst"]:before {
    font-family: FontAwesome;
    content: "\f1c3" !important;
    margin: 0 6px 0 0;
}

.link-icons a[href$=".doc"]:before,
.link-icons a[href$=".dot"]:before,
.link-icons a[href$=".docx"]:before,
.link-icons a[href$=".dotx"]:before {
    font-family: FontAwesome;
    content: "\f1c2" !important;
    margin: 0 6px 0 0;
}

.link-icons a[href$=".zip"]:before,
.link-icons a[href$=".bz2"]:before,
.link-icons a[href$=".tar"]:before,
.link-icons a[href$=".iso"]:before,
.link-icons a[href$=".7z"]:before {
    font-family: FontAwesome;
    content: "\f1c6" !important;
    margin: 0 6px 0 0;
}

.link-icons a[href$=".mp3"]:before,
.link-icons a[href$=".ogg"]:before,
.link-icons a[href$=".aac"]:before,
.link-icons a[href$=".aiff"]:before,
.link-icons a[href$=".flac"]:before,
.link-icons a[href$=".m4a"]:before,
.link-icons a[href$=".wav"]:before {
    font-family: FontAwesome;
    content: "\f1c7" !important;
    margin: 0 6px 0 0;
}

.link-icons a[href$=".mp4"]:before,
.link-icons a[href$=".f4v"]:before,
.link-icons a[href$=".webm"]:before,
.link-icons a[href$=".avi"]:before,
.link-icons a[href$=".mov"]:before,
.link-icons a[href$=".qt"]:before {
    font-family: FontAwesome;
    content: "\f1c8" !important;
    margin: 0 6px 0 0;
}


/**** TABLES ************/

/* ============ RESPONSIVE TABLE ============= */
table.table-reflow-responsive {
    margin: 0 auto !important;
    border-collapse: collapse !important;
    text-rendering: optimizeLegibility !important;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

/* =========== GoA TABLE FEATURES ============== */
tr.selectable.selected {
    border-left: 12px solid #719500;
}

th.sortable {
    position: relative;
}

    th.sortable:before {
        font-family: FontAwesome;
        content: "\f0dc";
        position: absolute;
        right: 6px;
        top: 6px;
    }

    th.sortable.asc:before {
        content: "\f0de";
    }

    th.sortable.desc:before {
        content: "\f0dd";
    }

.alberta-theme table thead tr {
    background: #005983;
}


    @media screen and (max-width: 768px) {
        table.table-reflow-responsive tbody td {
            display: block !important;
            text-align: left !important;
            white-space: normal !important;
            -ms-text-overflow: clip !important;
            -o-text-overflow: clip !important;
            text-overflow: clip !important;
            overflow: auto !important;
            max-width: none !important;
        }

        table.table-reflow-responsive thead {
            display: none !important;
        }

        table.table-reflow-responsive tbody td:before {
            content: attr(data-th) !important;
            display: inline-block !important;
            width: 90px !important;
            font-weight: bold;
        }

        table.table-reflow-responsive tr td:last-of-type {
            border-bottom: 6px solid #a5acb0;
        }

        table.table-reflow-responsive tbody td.hidden {
            display: none !important;
        }

        table.table-reflow-responsive tbody td {
            border: none !important;
        }

        table.table-reflow-responsive tbody tr {
            border: solid 1px !important;
        }
    }

    @media screen and (max-width: 768px) {
        table.table-reflow-responsive tbody td:before {
            display: block !important;
            width: auto !important;
        }
    }
    /*** PADDING ****/
    /* ============= PADDING CLASSES ============= */
    .nopadding {
    padding: 0 !important;
}

.padding-xs {
    padding: 2px;
}

.padding-sm {
    padding: 6px;
}

.padding-md {
    padding: 12px;
}

.padding-lg {
    padding: 24px;
}

.padding-xl {
    padding: 36px;
}

.padding-xs-top {
    padding-top: 2px;
}

.padding-sm-top {
    padding-top: 6px;
}

.padding-md-top {
    padding-top: 12px;
}

.padding-lg-top {
    padding-top: 24px;
}

.padding-xl-top {
    padding-top: 36px;
}

.padding-xs-bottom {
    padding-bottom: 2px;
}

.padding-sm-bottom {
    padding-bottom: 6px;
}

.padding-md-bottom {
    padding-bottom: 12px;
}

.padding-lg-bottom {
    padding-bottom: 24px;
}

.padding-xl-bottom {
    padding-bottom: 36px;
}

.padding-xs-right {
    padding-right: 2px;
}

.padding-sm-right {
    padding-right: 6px;
}

.padding-md-right {
    padding-right: 12px;
}

.padding-lg-right {
    padding-right: 24px;
}

.padding-xl-right {
    padding-right: 36px;
}

.padding-xs-left {
    padding-left: 2px;
}

.padding-sm-left {
    padding-left: 6px;
}

.padding-md-left {
    padding-left: 12px;
}

.padding-lg-left {
    padding-left: 24px;
}

.padding-xl-left {
    padding-left: 36px;
}

@media screen and (min-width: 768px) {
    .nopadding-sm-up {
        padding: 0 !important;
    }
}

@media screen and (min-width: 992px) {
    .nopadding-md-up {
        padding: 0 !important;
    }
}

@media screen and (min-width: 1200px) {
    .nopadding-lg-up {
        padding: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .nopadding-sm-down {
        padding: 0 !important;
    }
}

@media screen and (max-width: 992px) {
    .nopadding-md-down {
        padding: 0 !important;
    }
}

@media screen and (max-width: 1200px) {
    .nopadding-lg-down {
        padding: 0 !important;
    }
}


/* ============= MARGIN CLASSES ============= */
.margin-xs {
    margin: 2px;
}

.margin-sm {
    margin: 6px;
}

.margin-md {
    margin: 12px;
}

.margin-lg {
    margin: 24px;
}

.margin-xl {
    margin: 36px;
}

.margin-xs-top {
    margin-top: 2px;
}

.margin-sm-top {
    margin-top: 6px;
}

.margin-md-top {
    margin-top: 12px;
}

.margin-lg-top {
    margin-top: 24px;
}

.margin-xl-top {
    margin-top: 36px;
}

.margin-xs-bottom {
    margin-bottom: 2px;
}

.margin-sm-bottom {
    margin-bottom: 6px;
}

.margin-md-bottom {
    margin-bottom: 12px;
}

.margin-lg-bottom {
    margin-bottom: 24px;
}

.margin-xl-bottom {
    margin-bottom: 36px;
}

.margin-xs-right {
    margin-right: 2px;
}

.margin-sm-right {
    margin-right: 6px;
}

.margin-md-right {
    margin-right: 12px;
}

.margin-lg-right {
    margin-right: 24px;
}

.margin-xl-right {
    margin-right: 36px;
}

.margin-xs-left {
    margin-left: 2px;
}

.margin-sm-left {
    margin-left: 6px;
}

.margin-md-left {
    margin-left: 12px;
}

.margin-lg-left {
    margin-left: 24px;
}

.margin-xl-left {
    margin-left: 36px;
}

.nomargin {
    margin: 0 !important;
}

    .nomargin.fa:before {
        margin: 0 !important;
    }

.nomargin-top {
    margin-top: 0 !important;
}

.nomargin-bottom {
    margin-bottom: 0 !important;
}

.nomargin-left {
    margin-left: 0 !important;
}

.nomargin-right {
    margin-right: 0 !important;
}

/***Loading Screen***/
#LoadingArea {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0.8;
    filter: alpha(opacity=80);
}

    #LoadingArea div {
        text-align: center;
        font-size: 50px;
        margin-left: -25px;
        margin-top: -25px;
        z-index: 1001;
        position: fixed;
        top: 50%;
        left: 50%;
        color: white !important;
    }

body.loading {
    overflow: hidden !important;
}

    body.loading #LoadingArea {
        display: block;
    }
