﻿@charset "UTF-8";
@import 'assets/fonts/icomoon/style.css';
@import 'assets/fonts/lato/lato.css';

.page-header:after, nav.sub-nav .sub-nav-inner:after, header .header-inner:after, .content-inner:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.page-header, nav.sub-nav .sub-nav-inner, header .header-inner, .content-inner {
    box-sizing: border-box;
    position: relative;
}

.page-header, nav.sub-nav .sub-nav-inner, header .header-inner, .content-inner {
    margin: 0 auto;
    width: auto;
    max-width: 1280px;
    box-sizing: border-box;
}

    nav.sub-nav .sub-nav-inner li {
        display: inline-block;
    }

table.expanding-rows tr.active-row td.title, h1, h2, h3 {
    font-family: "lato", arial, helvetica, sans-serif;
    font-weight: 200;
}

form label, button, input[type=submit], a.button, html, body {
    font-family: "lato", arial, helvetica, sans-serif;
    font-weight: normal;
}

    .entity-admin .admin-list > ul > li.active:before, .entity-admin .admin-list > ul > li:hover:before, header nav.main-nav .app-list a:after, header nav.main-nav button.menu:after {
        font-family: "icomoon" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    header nav.user-nav .user-location, header nav.user-nav a.user-name span.name, header .header-identity a.app-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .page-header:after, nav.sub-nav .sub-nav-inner:after, header .header-inner:after, .content-inner:after {
        content: " ";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }

    .page-header, nav.sub-nav .sub-nav-inner, header .header-inner, .content-inner {
        box-sizing: border-box;
        position: relative;
    }

    .page-header, nav.sub-nav .sub-nav-inner, header .header-inner, .content-inner {
        margin: 0 auto;
        width: auto;
        max-width: 1280px;
        box-sizing: border-box;
    }

        nav.sub-nav .sub-nav-inner li {
            display: inline-block;
        }

table.expanding-rows tr.active-row td.title, h1, h2, h3 {
    font-family: "lato", arial, helvetica, sans-serif;
    font-weight: 200;
}

form label, button, input[type=submit], a.button, html, body {
    font-family: "lato", arial, helvetica, sans-serif;
    font-weight: normal;
}

    .entity-admin .admin-list > ul > li.active:before, .entity-admin .admin-list > ul > li:hover:before, header nav.main-nav .app-list a:after, header nav.main-nav button.menu:after {
        font-family: "icomoon" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    header nav.user-nav .user-location, header nav.user-nav a.user-name span.name, header .header-identity a.app-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    color: black;
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
}

body {
    background: white;
}

app-root {
    display: block;
    height: 100%;
}

header, main, footer {
    display: block;
}

img {
    border: none;
    outline: none;
}

a {
    text-decoration: none;
    color: #00558C;
}

    a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

h1 > a, h2 > a, h3 > a {
    font-size: 1em;
}

h1 a, h2 a, h3 a {
    font-size: 0.65em;
}

h1 {
    font-size: 40px;
    line-height: 1;
    color: #666;
    margin: 20px 0;
}

h2 {
    color: #888;
    font-size: 30px;
    line-height: 1.2;
    margin: 25px 0 15px 0;
}

    h1 + h2 {
        margin-top: 0;
    }

h3 {
    color: #3f3f3f;
    margin: 20px 0 15px 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}

    ul.text {
        margin: 15px 0;
        padding-left: 20px;
        list-style: disc outside;
    }

        ul.text ul {
            margin: 0;
            padding-left: 30px;
            list-style: circle;
            font-size: 0.9em;
        }

main {
    padding-top: 50px;
}

@media screen and (max-width: 520px) {
    main {
        padding-top: 55px;
    }
}

hap-sub-nav + main, nav.sub-nav + main {
    padding-top: 78px;
}

@media screen and (max-width: 730px) {
    hap-sub-nav + main, nav.sub-nav + main {
        padding-top: 50px;
    }
}

@media screen and (max-width: 520px) {
    hap-sub-nav + main, nav.sub-nav + main {
        padding-top: 55px;
    }
}

.content-inner {
    padding: 20px;   
}

@media screen and (max-width: 520px) {
    .content-inner {
        padding: 10px;
    }
}

button, input[type=submit], a.button {
    padding: 9px 18px;
    font-size: 15px;
    line-height: 1;
    background: white;
    border-radius: 3px;
    border: 1px solid #00558C;
    box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.25);
    color: #00558C;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
}

    button span[class^=icon-], input[type=submit] span[class^=icon-], a.button span[class^=icon-], button span[class*=" icon-"], input[type=submit] span[class*=" icon-"], a.button span[class*=" icon-"] {
        font-size: 0.85em;
        vertical-align: bottom;
    }

    button:hover, input[type=submit]:hover, a.button:hover, button:active, input[type=submit]:active, a.button:active {
        background: #f1f1f1;
        color: #003659;
        border-color: #003659;
    }

    button.primary, input.primary[type=submit], a.primary.button {
        background: #00558C;
        border: 1px solid #00558C;
        color: white;
    }

        button.primary:hover, input.primary[type=submit]:hover, a.primary.button:hover, button.primary:active, input.primary[type=submit]:active, a.primary.button:active {
            background: #003659;
            border-color: #003659;
        }

        button.primary:disabled, input.primary[type=submit]:disabled, a.primary.button:disabled, button.primary.disabled, input.primary.disabled[type=submit], a.primary.disabled.button {
            background: #bbb;
            border-color: #bbb;
            color: white;
        }

            button.primary:disabled:hover, input.primary[type=submit]:disabled:hover, a.primary.button:disabled:hover, button.primary:disabled:active, input.primary[type=submit]:disabled:active, a.primary.button:disabled:active, button.primary.disabled:hover, input.primary.disabled[type=submit]:hover, a.primary.disabled.button:hover, button.primary.disabled:active, input.primary.disabled[type=submit]:active, a.primary.disabled.button:active {
                background: #bbb;
                border-color: #bbb;
                color: white;
            }

    button.cancel, input.cancel[type=submit], a.cancel.button {
        border: 1px transparent solid;
        color: #888;
        background: transparent;
        box-shadow: none;
    }

        button.cancel:hover, input.cancel[type=submit]:hover, a.cancel.button:hover, button.cancel:active, input.cancel[type=submit]:active, a.cancel.button:active {
            color: #00558C;
        }

        button.cancel:disabled, input.cancel[type=submit]:disabled, a.cancel.button:disabled, button.cancel.disabled, input.cancel.disabled[type=submit], a.cancel.disabled.button {
            border-color: transparent;
            color: #bbb;
        }

            button.cancel:disabled:hover, input.cancel[type=submit]:disabled:hover, a.cancel.button:disabled:hover, button.cancel:disabled:active, input.cancel[type=submit]:disabled:active, a.cancel.button:disabled:active, button.cancel.disabled:hover, input.cancel.disabled[type=submit]:hover, a.cancel.disabled.button:hover, button.cancel.disabled:active, input.cancel.disabled[type=submit]:active, a.cancel.disabled.button:active {
                color: #bbb;
                border-color: transparent;
                background: transparent;
            }

    button.suggested, input.suggested[type=submit], a.suggested.button {
        background: #118129;
        border: 1px solid #118129;
        color: white;
    }

        button.suggested:hover, input.suggested[type=submit]:hover, a.suggested.button:hover, button.suggested:active, input.suggested[type=submit]:active, a.suggested.button:active {
            background: #0b541b;
            border-color: #0b541b;
        }

        button.suggested:disabled, input.suggested[type=submit]:disabled, a.suggested.button:disabled, button.suggested.disabled, input.suggested.disabled[type=submit], a.suggested.disabled.button {
            background: #bbb;
            border-color: #bbb;
            color: white;
        }

            button.suggested:disabled:hover, input.suggested[type=submit]:disabled:hover, a.suggested.button:disabled:hover, button.suggested:disabled:active, input.suggested[type=submit]:disabled:active, a.suggested.button:disabled:active, button.suggested.disabled:hover, input.suggested.disabled[type=submit]:hover, a.suggested.disabled.button:hover, button.suggested.disabled:active, input.suggested.disabled[type=submit]:active, a.suggested.disabled.button:active {
                background: #bbb;
                border-color: #bbb;
                color: white;
            }

    button.warning, input.warning[type=submit], a.warning.button {
        background: #e70202;
        border: 1px solid #e70202;
        color: white;
    }

        button.warning:hover, input.warning[type=submit]:hover, a.warning.button:hover, button.warning:active, input.warning[type=submit]:active, a.warning.button:active {
            background: #b40202;
            border-color: #b40202;
        }

        button.warning:disabled, input.warning[type=submit]:disabled, a.warning.button:disabled, button.warning.disabled, input.warning.disabled[type=submit], a.warning.disabled.button {
            background: #bbb;
            border-color: #bbb;
            color: white;
        }

            button.warning:disabled:hover, input.warning[type=submit]:disabled:hover, a.warning.button:disabled:hover, button.warning:disabled:active, input.warning[type=submit]:disabled:active, a.warning.button:disabled:active, button.warning.disabled:hover, input.warning.disabled[type=submit]:hover, a.warning.disabled.button:hover, button.warning.disabled:active, input.warning.disabled[type=submit]:active, a.warning.disabled.button:active {
                background: #bbb;
                border-color: #bbb;
                color: white;
            }

    button.compact, input.compact[type=submit], a.compact.button {
        font-size: 13px;
        padding: 5px 10px;
    }

    button:disabled, input[type=submit]:disabled, a.button:disabled, button.disabled, input.disabled[type=submit], a.disabled.button {
        color: #bbb;
        border-color: #bbb;
    }

        button:disabled:hover, input[type=submit]:disabled:hover, a.button:disabled:hover, button:disabled:active, input[type=submit]:disabled:active, a.button:disabled:active, button.disabled:hover, input.disabled[type=submit]:hover, a.disabled.button:hover, button.disabled:active, input.disabled[type=submit]:active, a.disabled.button:active {
            color: #bbb;
            border-color: #bbb;
            background: white;
        }

a.button {
    display: inline-block;
}

footer {
    padding: 100px 20px 10px 20px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}

    footer a {
        text-decoration: underline;
    }

input[type=text], input[type=password], input[type=email], input[type=number], textarea {
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid #bbb;
    border-radius: 3px;
    box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 16px;
}

    input[type=text]::-webkit-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=number]::-ms-input-placeholder, textarea::-webkit-input-placeholder, textarea:-ms-input-placeholder, textarea::-ms-input-placeholder {
        color: #666;
    }

    input[type=text].compact, input[type=password].compact, input[type=email].compact, input[type=number].compact, textarea.compact {
        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
        font-size: 13px;
        max-width: 350px;
        padding: 3px;
    }

input[type=text], input[type=password], input[type=email], input[type=number] {
    height: 35px;
}

    input[type=text].compact, input[type=password].compact, input[type=email].compact, input[type=number].compact {
        height: 25px;
    }

input[type=radio], input[type=checkbox] {
    margin-right: 10px;
}

textarea {
    min-height: 70px;
}

    textarea.compact {
        min-height: 50px;
    }

select {
    max-width: 600px;
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid #bbb;
    border-radius: 3px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    background: white;
    height: 35px;
}

    select.compact {
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
        font-size: 13px;
        max-width: 350px;
        height: 25px;
    }

    select[multiple] {
        width: 100%;
        min-height: 70px;
    }

        select[multiple].compact {
            min-height: 50px;
        }

label.compact {
    font-size: 13px;
}

.form-error {
    background: #e70202;
    color: white;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 15px;
}

.form-group {
    padding-bottom: 25px;
    position: relative;
}

    .form-group label {
        display: block;
        margin-bottom: 2px;
    }

        .form-group input[type=text], .form-group input[type=password], .form-group input[type=email], .form-group input[type=number] {
            display: block;
        }

    .form-group .error-text {
        display: none;
        position: absolute;
        bottom: 6px;
        left: 0;
        font-size: 13px;
        color: #e70202;
    }

    .form-group.error .error-text {
        display: block;
    }

    .form-group.error input {
        border: 1px solid #e70202;
    }

    .form-group.error:after {
        content: "*";
        position: absolute;
        left: -25px;
        top: 32px;
        color: #e70202;
        font-size: 40px;
        line-height: 40px;
    }

    .form-group .options {
        font-size: 14px;
    }

.form-buttons {
    padding: 10px 0;
    border-top: 1px solid #ccc;
}

.text {
    max-width: 600px;
    margin-bottom: 30px;
    font-size: 14px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    height: 50px;
    background: black;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 520px) {
    header {
        height: 55px;
    }
}

header a {
    color: white;
}

header span {
    color: white;
}

header .header-inner {
    padding: 0 20px;
}

header .header-identity {
    display: block;
    position: absolute;
    left: 135px;
    top: 0;
    font-size: 18px;
    line-height: 22px;
    padding: 13px 0 0 0;
}

@media screen and (max-width: 520px) {
    header .header-identity {
        left: 0;
        right: 0;
        padding: 10px 0 0 0;
        text-align: center;
    }
}

header .header-identity a {
    display: inline-block;
}

    header .header-identity a:hover {
        text-decoration: none;
    }

    header .header-identity a.logo {
        width: 96px;
    }

    header .header-identity a img {
        display: inline-block;
        height: 20px;
    }

    header .header-identity a.app-name {
        color: #71c5e8;
        font-weight: 200;
        font-size: 18px;
        margin-left: 15px;
        max-width: 255px;
    }

@media screen and (max-width: 865px) {
    header .header-identity a.app-name {
        max-width: 130px;
        font-size: 14px;
        line-height: 21px;
        font-weight: normal;
    }
}

@media screen and (max-width: 520px) {
    header .header-identity a.app-name {
        display: block;
        font-size: 13px;
        line-height: 1;
        margin-left: 0;
        max-width: none;
    }
}

@media screen and (max-width: 865px) {
    header .header-identity {
        font-size: 14px;
        line-height: 21px;
    }
}

@media screen and (max-width: 520px) {
    header .header-identity {
        font-size: 13px;
        line-height: 15px;
    }
}

header nav.main-nav {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 7px;
    padding-left: 20px;
}

    header nav.main-nav button.menu {
        position: absolute;
        display: block;
        padding: 10px 15px 10px 42px;
        background: #3f3f3f;
        color: white;
        border: 1px solid #3f3f3f;
        font-size: 14px;
        line-height: 1;
    }

@media screen and (max-width: 520px) {
    header nav.main-nav button.menu {
        font-size: 0;
        width: 45px;
        height: 40px;
        padding: 6px 7px;
        left: 10px;
    }
}

header nav.main-nav button.menu:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 15px;
    font-size: 20px;
}

@media screen and (max-width: 520px) {
    header nav.main-nav button.menu:after {
        font-size: 30px;
        top: 4px;
        left: 7px;
    }
}

header nav.main-nav button.menu:hover {
    text-decoration: none;
    background: #222;
    color: #71c5e8;
    border: 1px solid #555;
}

header nav.main-nav .main-nav-flyout {
    display: none;
    position: absolute;
    top: 50px;
    left: 20px;
    right: 20px;
    border: 1px solid #333;
    border-radius: 0 0 3px 3px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    height: 350px;
    overflow: auto;
    background: black;
}

@media screen and (max-width: 520px) {
    header nav.main-nav .main-nav-flyout {
        top: 55px;
        left: 10px;
        right: 10px;
    }
}

@media screen and (max-height: 550px) {
    header nav.main-nav .main-nav-flyout {
        height: 300px;
    }
}

header nav.main-nav .main-nav-flyout a.close {
    position: absolute;
    top: 6px;
    right: 15px;
    font-weight: 200;
}

    header nav.main-nav .main-nav-flyout a.close span {
        font-size: 18px;
        vertical-align: text-bottom;
    }

    header nav.main-nav .main-nav-flyout a.close:hover {
        text-decoration: none;
        border-bottom: 1px solid #ccc;
    }

header nav.main-nav .nav-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    height: 34px;
    background: #3f3f3f;
    border-bottom: 1px solid #666;
}

    header nav.main-nav .nav-header > ul {
        padding: 5px 20px 0 20px;
    }

        header nav.main-nav .nav-header > ul li {
            display: inline-block;
            padding-right: 20px;
        }

            header nav.main-nav .nav-header > ul li span {
                font-size: 14px;
            }

@media screen and (max-width: 520px) {
    header nav.main-nav .nav-header {
        font-size: 12px;
    }

        header nav.main-nav .nav-header > ul {
            padding: 8px 15px 0 10px;
        }

            header nav.main-nav .nav-header > ul li {
                padding-right: 10px;
            }
}

@media screen and (max-width: 700px) {
    header nav.main-nav .nav-body {
        position: absolute;
        top: 35px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
    }
}

header nav.main-nav .app-list {
    position: absolute;
    right: 0;
    top: 35px;
    bottom: 0;
    width: 315px;
    font-size: 19px;
    background: #3f3f3f;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    header nav.main-nav .app-list {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        font-size: 17px;
    }
}

header nav.main-nav .app-list a {
    display: block;
    box-sizing: border-box;
    position: relative;
    padding: 12px 20px 12px 35px;
    font-weight: 200;
}

    header nav.main-nav .app-list a:after {
        position: absolute;
        left: 15px;
        top: 19px;
        font-size: 14px;
        content: "";
    }

    header nav.main-nav .app-list a:hover, header nav.main-nav .app-list a.active {
        text-decoration: none;
        background: black;
        color: #71c5e8;
    }

header nav.main-nav ul.main-nav-list {
    position: absolute;
    top: 35px;
    left: 0;
    right: 315px;
    bottom: 0;
    box-sizing: border-box;
    overflow: auto;
    padding: 20px;
    vertical-align: top;
    font-size: 16px;
}

@media screen and (max-width: 700px) {
    header nav.main-nav ul.main-nav-list {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
    }
}

header nav.main-nav ul.main-nav-list li.current-app {
    font-size: 22px;
    font-weight: 200;
    color: #71c5e8;
    padding-bottom: 10px;
}

header nav.main-nav ul.main-nav-list ul {
    padding-left: 13px;
    padding-bottom: 10px;
    font-size: 14px;
}

    header nav.main-nav ul.main-nav-list ul li {
        padding-bottom: 3px;
    }

        header nav.main-nav ul.main-nav-list ul li ul {
            font-size: 12px;
            padding-bottom: 0;
        }

    header nav.main-nav ul.main-nav-list li.nav-col {
        display: inline-block;
        vertical-align: top;
        padding-bottom: 15px;
        padding-right: 50px;
    }

        header nav.main-nav ul.main-nav-list li.nav-col > a, header nav.main-nav ul.main-nav-list li.nav-col > span {
            font-size: 16px;
            font-weight: bold;
            padding-bottom: 3px;
        }

            header nav.main-nav ul.main-nav-list li.nav-col > a ~ ul, header nav.main-nav ul.main-nav-list li.nav-col > span ~ ul {
                padding-left: 13px;
                font-size: 14px;
                font-weight: normal;
            }

                header nav.main-nav ul.main-nav-list li.nav-col > a ~ ul li, header nav.main-nav ul.main-nav-list li.nav-col > span ~ ul li {
                    padding-bottom: 0;
                }

                    header nav.main-nav ul.main-nav-list li.nav-col > a ~ ul li ul, header nav.main-nav ul.main-nav-list li.nav-col > span ~ ul li ul {
                        font-size: 12px;
                    }

        header nav.main-nav ul.main-nav-list li.nav-col > ul {
            font-size: 16px;
            font-weight: bold;
            padding-left: 0;
        }

            header nav.main-nav ul.main-nav-list li.nav-col > ul li {
                padding-bottom: 3px;
            }

                header nav.main-nav ul.main-nav-list li.nav-col > ul li ul {
                    padding-left: 13px;
                    font-size: 14px;
                    font-weight: normal;
                }

                    header nav.main-nav ul.main-nav-list li.nav-col > ul li ul li {
                        padding-bottom: 0;
                    }

                        header nav.main-nav ul.main-nav-list li.nav-col > ul li ul li ul {
                            font-size: 12px;
                        }

@media screen and (max-width: 730px) {
    header nav.main-nav ul.main-nav-list li.nav-col {
        display: block;
    }
}

header nav.main-nav.active .main-nav-flyout {
    display: block;
}

header nav.main-nav.active > a {
    background: black;
}

header nav.main-nav.app-only .main-nav-flyout {
    max-width: 400px;
    background: #3f3f3f;
}

@media screen and (max-width: 520px) {
    header nav.main-nav.app-only .main-nav-flyout {
        top: 55px;
        left: 10px;
        right: 10px;
    }
}

header nav.main-nav.app-only ul.main-nav-list {
    display: none;
}

header nav.main-nav.app-only .app-list {
    left: 0;
    width: auto;
}

header nav.user-nav {
    position: absolute;
    top: 0;
    right: 20px;
    height: 34px;
    font-size: 14px;
    padding-top: 7px;
}

@media screen and (max-width: 520px) {
    header nav.user-nav {
        top: 11px;
    }
}

header nav.user-nav a.user-name {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 730px) {
    header nav.user-nav a.user-name {
        display: none;
    }
}

header nav.user-nav a.user-name span.name {
    display: inline-block;
    max-width: 180px;
    line-height: 34px;
}

@media screen and (max-width: 1115px) {
    header nav.user-nav a.user-name span.name {
        max-width: 130px;
    }
}

header nav.user-nav a.user-name span.user-img {
    display: inline-block;
    height: 34px;
    width: 34px;
    overflow: hidden;
    margin-left: 10px;
    line-height: 1;
}

    header nav.user-nav a.user-name span.user-img img {
        height: 34px;
    }

header nav.user-nav a.user-name:hover {
    color: #71c5e8;
}

    header nav.user-nav a.user-name:hover span {
        color: #71c5e8;
    }

header nav.user-nav span.pipe {
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
}

@media screen and (max-width: 1015px) {
    header nav.user-nav span.pipe {
        display: none;
    }
}

header nav.user-nav .user-location {
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
    max-width: 180px;
}

@media screen and (max-width: 1115px) {
    header nav.user-nav .user-location {
        max-width: 130px;
    }
}

@media screen and (max-width: 1015px) {
    header nav.user-nav .user-location {
        display: none;
    }
}

header nav.user-nav a.logout {
    display: inline-block;
    background: #3f3f3f;
    padding: 10px 15px;
    border-radius: 3px;
    line-height: 1;
    border: 1px solid #3f3f3f;
    vertical-align: top;
}

    header nav.user-nav a.logout:hover {
        text-decoration: none;
        background: #222;
        color: #71c5e8;
        border: 1px solid #555;
    }

@media screen and (max-width: 520px) {
    header nav.user-nav a.logout {
        display: none;
    }
}

header div.notifications {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

@media screen and (max-width: 520px) {
    header div.notifications {
        margin-right: 0;
    }
}

header div.notifications a.notification-link {
    font-size: 30px;
    line-height: 1;
    color: white;
}

    header div.notifications a.notification-link:hover {
        text-decoration: none;
    }

header div.notifications .unread-flag {
    display: none;
}

header div.notifications.unread .unread-flag {
    display: block;
    position: absolute;
    top: 17px;
    right: -1px;
    font-size: 11px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    border-radius: 5px;
    background: #e70202;
    color: white;
    text-align: center;
}

nav.sub-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 2;
    height: 28px;
    background: #dddddd;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    font-size: 13px;
}

@media screen and (max-width: 730px) {
    nav.sub-nav {
        display: none;
    }
}

nav.sub-nav .sub-nav-inner {
    padding: 0 10px 0 15px;
}

    nav.sub-nav .sub-nav-inner > ul {
        display: inline-block;
        line-height: 28px;
    }

        nav.sub-nav .sub-nav-inner > ul a {
            color: #00558C;
        }

        nav.sub-nav .sub-nav-inner > ul > li {
            padding: 0 10px;
            line-height: 28px;
        }

        nav.sub-nav .sub-nav-inner > ul.right-nav {
            float: right;
        }

nav.sub-nav .sub-nav-name {
    color: black;
    font-weight: bold;
    font-size: 13px;
    margin-right: 10px;
}

nav.sub-nav li.menu {
    position: relative;
    padding: 0 9px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

    nav.sub-nav li.menu .toggle {
        position: relative;
        display: inline-block;
        padding-right: 13px;
    }

        nav.sub-nav li.menu .toggle:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-top: 4px solid #00558C;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
            top: 13px;
            right: 0;
        }

    nav.sub-nav li.menu > ul {
        display: none;
        position: absolute;
        top: 28px;
        left: -1px;
        overflow: auto;
        background: #eee;
        border-left: 1px solid #bbb;
        border-right: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
        border-radius: 0 0 3px 3px;
        padding: 5px 15px;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
        white-space: nowrap;
    }

        nav.sub-nav li.menu > ul li {
            display: list-item;
            margin-right: 0;
        }

    nav.sub-nav li.menu.active {
        border-left: 1px solid #bbb;
        border-right: 1px solid #bbb;
        background: #eee;
    }

        nav.sub-nav li.menu.active > ul {
            display: block;
        }

@keyframes loadingOne {
    0% {
        background-color: #3b6eb9;
        margin-left: -30px;
    }

    50% {
        background-color: #129484;
        margin-left: 30px;
    }

    100% {
        background-color: #3b6eb9;
        margin-left: -30px;
    }
}

@keyframes loadingTwo {
    0% {
        background-color: #f7596f;
        margin-left: 30px;
    }

    50% {
        background-color: #fe9c49;
        margin-left: -30px;
    }

    100% {
        background-color: #f7596f;
        margin-left: 30px;
    }
}

.loading > *, .loading-absolute > * {
    opacity: 0.25;
}

.loading:after, .loading-absolute:after {
    content: "";
    position: absolute;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    z-index: 1;
    animation-name: loadingOne;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    visibility: visible;
    top: 50%;
    left: 50%;
    opacity: 1;
}

.loading:before, .loading-absolute:before {
    content: "";
    position: absolute;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    z-index: 1;
    animation-name: loadingTwo;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    visibility: visible;
    top: 50%;
    left: 50%;
    opacity: 1;
}

.loading {
    position: relative;
}

.loading-absolute {
    position: absolute;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 3;
    overflow: auto;
}

    .modal-overlay.active {
        display: block;
    }

.modal {
    display: none;
}

.modal-wrapper {
    position: fixed;
    z-index: 3;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #3f3f3f;
}

.modal-policy-content {
    width: 60%;
    position: relative;
    margin: auto;
    padding: 0;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    max-width: 1290px;
    box-sizing: border-box;
    overflow: auto;
    background: white;
}

@media screen and (max-height: 750px) {
    .modal {
        top: 10px;
    }
}

.modal a.close {
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-size: 22px;
    color: #666;
}

    .modal a.close span {
        display: block;
    }

    .modal a.close:hover {
        text-decoration: none;
        color: #444;
        background: #f0f0f0;
        border: 1px solid #ddd;
    }

.modal .modal-header {
    background: #f9f9f9;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}

    .modal .modal-header h1, .modal .modal-header h2, .modal .modal-header h3, .modal .modal-header h4 {
        margin: 0;
    }

    .modal .modal-header ~ a.close {
        top: 7px;
        right: 7px;
    }

.modal .modal-body {
    overflow: auto;
    box-sizing: border-box;
    background: white;
    padding: 20px;
}

.modal .modal-footer {
    background: #f9f9f9;
    padding: 5px 10px;
    border-top: 1px solid #ccc;
}

.modal.active {
    display: block;
}

.modal.small {
    width: 350px;
    left: 50%;
    margin-left: -175px;
}

    .modal.small .modal-body {
        max-height: 200px;
    }

@media screen and (max-width: 380px) {
    .modal.small {
        left: 10px;
        right: 10px;
        width: auto;
        margin-left: 0;
    }
}



    .modal.default .modal-body {
        max-height: 800px;
        min-height: 100px;
    }

@media screen and (max-height: 600px) {
    .modal.default .modal-body {
        max-height: 370px;
    }
}

@media screen and (max-width: 730px) {
    .modal.default .modal-body {
        max-height: 370px;
    }
}




/*User Policy css classes starts here*/

@media only screen and (max-width : 768px) {
    .modal.policy {
        width: 75% !important;
    }
}
@media only screen and (max-width : 820px) {
    .modal.policy {
        width: 75% !important;
    }
}
@media only screen and (max-width : 429px) {
    .modal.policy {
        width: 90% !important;
    }
}

/*User Policy css classes ends here*/


    .modal.large {
        width: 1100px;
        left: 50%;
        margin-left: -550px;
    }

        .modal.large .modal-body {
            max-height: 500px;
            min-height: 100px;
        }

    @media screen and (max-height: 600px) {
        .modal.large .modal-body {
            max-height: 370px;
        }
    }

    @media screen and (max-width: 1280px) {
        .modal.large {
            right: 80px;
            left: 80px;
            width: auto;
            margin-left: 0;
        }
    }

    @media screen and (max-width: 1130px) {
        .modal.large {
            left: 10px;
            right: 10px;
            width: auto;
            margin-left: 0;
        }
    }

    .modal.form .modal-body {
        background: #f0f0f0;
    }

    .page-header-outer h1, .page-header-outer h2, .page-header-outer h3 {
        margin: 0;
        display: inline-block;
    }

    .page-header-outer h1 {
        font-size: 30px;
    }

    @media screen and (max-width: 520px) {
        .page-header-outer h1 {
            font-size: 25px;
        }
    }

    .page-header {
        padding: 15px 20px;
        border-bottom: 1px solid #ccc;
    }

        .page-header .controls {
            display: inline-block;
            vertical-align: bottom;
            margin-left: 15px;
        }

            .page-header .controls select, .page-header .controls input {
                margin-right: 8px;
            }

    @media screen and (max-width: 520px) {
        .page-header {
            padding: 10px;
        }

            .page-header .controls {
                margin-top: 10px;
                margin-left: 0;
            }
    }

    table {
        border-collapse: collapse;
    }

        table tbody {
            border-top: 1px solid #ddd;
        }

        table tr td {
            padding: 8px 10px;
            border-bottom: 1px solid #ddd;
        }

            table tr td.right {
                text-align: right;
            }

        table tr th {
            padding: 8px 10px 5px 10px;
            border-bottom: 1px solid #aaa;
            background: white;
            text-align: left;
            vertical-align: bottom;
            font-weight: 200;
        }

            table tr th.right {
                text-align: right;
            }

            table tr th.sortable:hover {
                border-bottom: 1px solid #753197;
            }

                table tr th.sortable:hover > a {
                    color: #753197;
                }

                    table tr th.sortable:hover > a:after {
                        content: "";
                        position: absolute;
                        bottom: 8px;
                        right: 5px;
                        border-left: 5px solid transparent;
                        border-right: 5px solid transparent;
                        border-top: 5px solid #753197;
                    }

            table tr th.sortable a {
                color: inherit;
            }

                table tr th.sortable a:hover {
                    text-decoration: none;
                    color: #753197;
                }

            table tr th.sortable > a {
                position: relative;
                display: inline-block;
                padding-right: 20px;
            }

            table tr th.sortable.sorted {
                border-bottom: 2px solid #753197;
            }

                table tr th.sortable.sorted > a {
                    color: #753197;
                }

                    table tr th.sortable.sorted > a:after {
                        content: "";
                        position: absolute;
                        bottom: 8px;
                        right: 5px;
                        border-left: 5px solid transparent;
                        border-right: 5px solid transparent;
                    }

                table tr th.sortable.sorted.asc > a:after {
                    border-top: 5px solid #753197;
                }

                table tr th.sortable.sorted.desc > a:after {
                    border-bottom: 5px solid #753197;
                }

        table tr:nth-child(odd) {
            background: #f6f6f6;
        }

        table.condensed tr {
            font-size: 14px;
        }

            table.condensed tr td {
                padding: 5px 10px;
            }

            table.condensed tr th {
                padding: 5px 10px 3px 10px;
                font-weight: normal;
            }

                table.condensed tr th.sortable:hover > a:after {
                    bottom: 8px;
                }

                table.condensed tr th.sortable.sorted > a:after {
                    bottom: 8px;
                }

        table.expanding-rows tr td.expand {
            width: 20px;
            padding-bottom: 0;
            vertical-align: top;
            text-align: center;
        }

            table.expanding-rows tr td.expand a {
                color: #888;
            }

            table.expanding-rows tr td.expand:hover a {
                text-decoration: none;
            }

        table.expanding-rows tr.active-row {
            background: white;
            border-top: 1px solid #ccc;
            border-right: 1px solid #ccc;
            border-left: 1px solid #ccc;
            border-bottom: none;
        }

            table.expanding-rows tr.active-row td {
                border-bottom: none;
            }

                table.expanding-rows tr.active-row td.title {
                    font-size: 20px;
                }

                table.expanding-rows tr.active-row td.expand span, table.expanding-rows tr.active-row td.expand a {
                    visibility: hidden;
                }

            table.expanding-rows tr.active-row:hover {
                background: white;
            }

        table.expanding-rows tr#expanded-row {
            border-bottom: 1px solid #ccc;
            border-right: 1px solid #ccc;
            border-left: 1px solid #ccc;
            border-top: none;
            background: white;
        }

            table.expanding-rows tr#expanded-row td {
                padding: 20px;
                position: relative;
            }

            table.expanding-rows tr#expanded-row .graph {
                height: 250px;
            }

            table.expanding-rows tr#expanded-row .kpis li {
                min-width: auto;
            }

            table.expanding-rows tr#expanded-row a.close {
                display: block;
                position: absolute;
                top: 2px;
                right: 2px;
                padding: 3px;
                border-radius: 3px;
                border: 1px solid transparent;
                font-size: 22px;
                color: #666;
            }

                table.expanding-rows tr#expanded-row a.close span {
                    display: block;
                }

                table.expanding-rows tr#expanded-row a.close:hover {
                    text-decoration: none;
                    color: #444;
                    background: #f0f0f0;
                    border: 1px solid #ddd;
                }

            table.expanding-rows tr#expanded-row:hover {
                background: white;
            }

        table.expanding-rows tbody tr:hover {
            cursor: pointer;
            background: #f0f0f0;
        }

            table.expanding-rows tbody tr:hover span.icon-expand-vertical {
                font-size: 20px;
            }

    .table-wrap {
        overflow: auto;
    }

        .table-wrap div.sort {
            margin-bottom: 5px;
        }

    ul.item-list {
        border-top: 1px solid #ddd;
    }

        ul.item-list li {
            border-bottom: 1px solid #ddd;
            padding: 8px 10px;
        }

            ul.item-list li:nth-child(odd) {
                background: #f6f6f6;
            }

        ul.item-list.condensed li {
            padding: 5px 10px;
            font-size: 14px;
        }

    .tabs {
        border-bottom: 2px solid #ccc;
        font-size: 0;
    }

        .tabs li {
            display: inline-block;
            font-size: 16px;
            padding: 8px 15px;
            margin: 0 2px -3px 2px;
        }

            .tabs li a {
                text-decoration: none;
            }

            .tabs li.active {
                border-bottom: 4px solid #3fbfb7;
            }

                .tabs li.active a {
                    color: #5c4e63;
                }

                .tabs li.active:hover {
                    border-bottom: 4px solid #3fbfb7;
                }

            .tabs li:hover {
                border-bottom: 4px solid #ccc;
            }

    .tab-content {
        display: none;
    }

        .tab-content.active {
            display: block;
        }

    @keyframes newItemFlash {
        0% {
            background-color: #f0f8ff;
        }

        25% {
            background-color: #cee8ff;
        }

        100% {
            background-color: #f0f8ff;
        }
    }

    ul.item-list li.new, table tr.new {
        animation-name: newItemFlash;
        animation-duration: 1.5s;
        animation-iteration-count: 1;
        background: #f0f8ff;
    }

    .entity-admin main {
        height: 100%;
        box-sizing: border-box;
        padding-bottom: 22px;
        padding-top: 78px;
    }

    .entity-admin .content-inner {
        height: 100%;
        box-sizing: border-box;
    }

    .entity-admin .page-header-outer {
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        z-index: 1;
    }

        .entity-admin .page-header-outer .page-header {
            height: 66px;
        }

    .entity-admin nav.sub-nav + main .page-header-outer {
        top: 78px;
    }

    .entity-admin .admin-list {
        position: absolute;
        top: 66px;
        bottom: 0;
        left: 0;
        width: 434px;
        border-right: 1px solid #ccc;
    }

        .entity-admin .admin-list > ul {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            overflow: auto;
        }

            .entity-admin .admin-list > ul > li {
                padding: 15px 35px 15px 15px;
                border-bottom: 1px solid #ddd;
                position: relative;
            }

                .entity-admin .admin-list > ul > li:nth-child(odd) {
                    background: #f9f9f9;
                }

                .entity-admin .admin-list > ul > li.active, .entity-admin .admin-list > ul > li:hover {
                    background: #f0f0f0;
                }

                    .entity-admin .admin-list > ul > li.active:before, .entity-admin .admin-list > ul > li:hover:before {
                        content: "";
                        font-size: 30px;
                        position: absolute;
                        right: 0;
                        top: 50%;
                        margin-top: -15px;
                        color: #888;
                    }

                .entity-admin .admin-list > ul > li:hover {
                    cursor: pointer;
                    background: #f5f5f5;
                }

                    .entity-admin .admin-list > ul > li:hover:before {
                        content: "";
                        font-size: 30px;
                        position: absolute;
                        right: 0;
                        top: 50%;
                        margin-top: -15px;
                        color: #aaa;
                    }

        .entity-admin .admin-list .title {
            font-size: 18px;
            line-height: 1;
        }

        .entity-admin .admin-list .sub-title {
            font-weight: 200;
        }

        .entity-admin .admin-list ul.flags {
            font-size: 13px;
            display: inline-block;
            margin-right: 5px;
        }

            .entity-admin .admin-list ul.flags span[class^=icon] {
                font-size: 0.8em;
            }

            .entity-admin .admin-list ul.flags li.active {
                color: #3fbfb7;
            }

            .entity-admin .admin-list ul.flags li.inactive {
                color: #888;
            }

            .entity-admin .admin-list ul.flags li.provider {
                color: #71c5e8;
            }

        .entity-admin .admin-list ul.details {
            margin-top: 5px;
        }

            .entity-admin .admin-list ul.details > li {
                display: inline-block;
                margin-right: 15px;
            }

                .entity-admin .admin-list ul.details > li:last-child {
                    margin-right: 0;
                }

                .entity-admin .admin-list ul.details > li span {
                    display: block;
                }

                    .entity-admin .admin-list ul.details > li span.label {
                        font-size: 11px;
                    }

                    .entity-admin .admin-list ul.details > li span.value {
                        font-size: 13px;
                    }

        .entity-admin .admin-list ul.actions {
            margin-top: 5px;
            font-size: 13px;
        }

            .entity-admin .admin-list ul.actions li {
                display: inline-block;
                margin-right: 10px;
            }

        .entity-admin .admin-list div.filter-sort {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 25px;
            padding: 7px;
            border-bottom: 1px solid #ccc;
        }

            .entity-admin .admin-list div.filter-sort .magic-filter {
                width: 200px;
            }

            .entity-admin .admin-list div.filter-sort .sort {
                position: absolute;
                top: 7px;
                right: 7px;
            }

                .entity-admin .admin-list div.filter-sort .sort a.order {
                    color: #666;
                    text-decoration: none;
                    font-size: 14px;
                }

                    .entity-admin .admin-list div.filter-sort .sort a.order:hover {
                        color: #00558C;
                    }

                .entity-admin .admin-list div.filter-sort .sort span[class^=icon-] {
                    vertical-align: text-bottom;
                }

            .entity-admin .admin-list div.filter-sort.tall {
                height: 57px;
            }

            .entity-admin .admin-list div.filter-sort + ul {
                margin-top: 40px;
            }

            .entity-admin .admin-list div.filter-sort.tall + ul {
                margin-top: 72px;
            }

    .entity-admin .admin-action-window {
        position: absolute;
        top: 66px;
        bottom: 0;
        left: 435px;
        right: 0;
    }

        .entity-admin .admin-action-window .admin-action {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            overflow: auto;
            background: #f0f0f0;
        }

            .entity-admin .admin-action-window .admin-action.active {
                display: block;
            }

            .entity-admin .admin-action-window .admin-action.no-footer .body {
                bottom: 0;
            }

            .entity-admin .admin-action-window .admin-action.stacked-tabs .header {
                height: 76px;
            }

            .entity-admin .admin-action-window .admin-action.stacked-tabs .body {
                top: 78px;
            }

            .entity-admin .admin-action-window .admin-action.stacked-tabs .tabs {
                position: static;
                right: auto;
                bottom: auto;
            }

        .entity-admin .admin-action-window .header {
            height: 48px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1;
            border-bottom: 2px solid white;
            background: #f0f0f0;
        }

            .entity-admin .admin-action-window .header .title {
                font-weight: 200;
                font-size: 22px;
                line-height: 1;
                padding: 13px 20px 0 20px;
            }

            .entity-admin .admin-action-window .header .close {
                position: absolute;
                right: 10px;
                top: 11px;
                font-size: 25px;
                line-height: 1;
                color: #888;
                text-decoration: none;
            }

                .entity-admin .admin-action-window .header .close:hover {
                    color: #00558C;
                }

            .entity-admin .admin-action-window .header .tabs {
                position: absolute;
                right: 40px;
                bottom: 0;
                border-bottom: none;
            }

        .entity-admin .admin-action-window .body {
            position: absolute;
            top: 50px;
            bottom: 50px;
            left: 0;
            right: 0;
            overflow: auto;
            padding: 20px;
        }

        .entity-admin .admin-action-window .footer {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 48px;
            border-top: 2px solid white;
            background: #f0f0f0;
        }

            .entity-admin .admin-action-window .footer .buttons {
                position: absolute;
                right: 10px;
                top: 7px;
            }

    .entity-admin footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #3f3f3f;
        color: white;
        padding: 5px;
    }

    .entity-admin .primary-actions {
        display: inline-block;
        margin-left: 30px;
        vertical-align: top;
    }

    @media screen and (max-width: 1100px) {
        .entity-admin .admin-action-window {
            left: 380px;
        }

        .entity-admin .admin-list {
            width: 379px;
        }
    }

    @media screen and (max-width: 950px) {
        .entity-admin main {
            height: auto;
            padding-bottom: 0;
            padding-top: 78px;
        }

        .entity-admin .content-inner {
            height: auto;
            box-sizing: border-box;
            padding: 0;
        }

        .entity-admin .page-header-outer {
            position: static;
            top: auto;
            left: auto;
            right: auto;
        }

            .entity-admin .page-header-outer .page-header {
                height: auto;
            }

        .entity-admin .admin-action-window {
            position: static;
            top: auto;
            bottom: auto;
            left: auto;
            right: auto;
        }

            .entity-admin .admin-action-window .admin-action {
                display: none;
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 3;
                background: rgba(0, 0, 0, 0.65);
            }

                .entity-admin .admin-action-window .admin-action .header {
                    top: 10px;
                    left: 10px;
                    right: 10px;
                    border-radius: 5px 5px 0 0;
                }

                    .entity-admin .admin-action-window .admin-action .header .close {
                        position: absolute;
                        right: 10px;
                        top: 11px;
                        font-size: 25px;
                        line-height: 1;
                        color: #888;
                        text-decoration: none;
                    }

                        .entity-admin .admin-action-window .admin-action .header .close:hover {
                            color: #00558C;
                        }

                .entity-admin .admin-action-window .admin-action .body {
                    top: 60px;
                    bottom: 60px;
                    left: 10px;
                    right: 10px;
                    background: #f0f0f0;
                }

                .entity-admin .admin-action-window .admin-action .footer {
                    bottom: 10px;
                    left: 10px;
                    right: 10px;
                    height: 48px;
                    border-radius: 0 0 5px 5px;
                }

                .entity-admin .admin-action-window .admin-action.no-footer .body {
                    bottom: 10px;
                }

                .entity-admin .admin-action-window .admin-action.stacked-tabs .body {
                    top: 88px;
                }

        .entity-admin .admin-list {
            position: static;
            top: auto;
            bottom: auto;
            left: auto;
            width: auto;
            border-right: none;
        }

            .entity-admin .admin-list > ul {
                position: static;
                top: none;
                bottom: none;
                left: none;
                right: none;
                overflow: auto;
            }

            .entity-admin .admin-list div.filter-sort {
                position: relative;
                top: auto;
                left: auto;
                right: auto;
                height: auto;
            }

                .entity-admin .admin-list div.filter-sort.tall {
                    height: auto;
                }

                    .entity-admin .admin-list div.filter-sort + ul, .entity-admin .admin-list div.filter-sort.tall + ul {
                        margin-top: 0;
                    }

        .entity-admin footer {
            position: static;
            bottom: auto;
            left: auto;
            right: auto;
        }
    }

    html.form {
        background: #f0f0f0;
    }

        html.form body {
            background: #f0f0f0;
        }
