﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

@font-face {
    font-family: 'Public Sans';
    src: url('../fonts/PublicSans-Regular/PublicSans-Regular.woff2') format('woff2'), 
        url('../fonts/PublicSans-Regular/PublicSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*
 *   NESA - eTAMS Responsive Admin Theme
 *   Version 2.12 - June 2020
*/

body {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    background-color: white;
    font-size: 14px;
    color: black;
    overflow-x: hidden;
}

html,
body {
    height: 100%;
}

    body.full-height-layout #wrapper,
    body.full-height-layout #page-wrapper {
        height: 100%;
    }

#page-wrapper {
    min-height: 100%;
}

.block {
    display: block;
}

.inherit {
    display: inherit;
}

.clear {
    display: block;
    overflow: hidden;
}

a {
    cursor: pointer;
    color: #f00078;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #f00078;
        text-decoration: underline;
    }

        a:hover.no-decoration,
        a:focus.no-decoration {
            text-decoration: none;
        }

.border-bottom {
    border-bottom: 1px solid #e7eaec !important;
}

.font-bold {
    font-weight: 700;
}

.font-noraml {
    font-weight: 400;
}

p .font-normal {
    font-weight: 400;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-sm {
    font-size: .9em;
}

.capitalize {
    text-transform: capitalize;
}

.text-as-is {
    text-transform: none;
}

.text-left {
    text-align: left;
}

.font-italic {
    font-style: italic;
}

.condensed {
    font-family: 'Roboto Condensed', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: black;
    font-size: 1em;
    line-height: 1.5em;
}

.condensed {
    font-family: 'Roboto Condensed', sans-serif;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #280070;
    font-size: 2.25em;
    text-transform: uppercase;
    letter-spacing: 1.0px;
}

h2, .h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #280070;
    font-size: 2.0em;
    letter-spacing: 0.5px;
}

.ibox-title .h2 {
    margin: 10px 0 5px 0 !important;
}

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4 {
    margin-top: 0px;
}

.ibox-content h5 {
    margin-top: 3px;
}

h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #280070;
    font-size: 1.75em;
    letter-spacing: 0.5px;
}

    h3.panel-title {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #280070;
        font-size: 20px;
        line-height: inherit;
        letter-spacing: 0.2px;
        margin-top: 0;
    }

        h3.panel-title::before {
            font-family: "FontAwesome";
            content: "\f105";
            padding-right: 5px;
        }

h4, .h4, legend.section-title.show-bar {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #280070;
    font-size: 1.5em;
    letter-spacing: 0.5px;
}

h5, .h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #280070;
    font-size: 1.25em;
    line-height: 1.1em;
    letter-spacing: 0.5px;
}

    h5.panel-title {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 600;
        color: #280070;
        font-size: 20px;
        line-height: inherit;
        letter-spacing: 0.2px;
    }

        h5.panel-title .focus-title-text:after {
            font-family: "FontAwesome";
            content: "\f106";
            color: white;
            position: absolute;
            font-size: 30px;
            left: 100%;
            top: -5%;
            padding-left: 10px;
        }

        h5.panel-title .focus-title-text.collapsed:after {
            font-family: "FontAwesome";
            content: "\f107";
            color: white;
            position: absolute;
            font-size: 30px;
            left: 100%;
            top: -5%;
            padding-left: 10px;
        }

    h5.focus-title {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 600;
        color: #280070;
        font-size: 16px;
        line-height: inherit;
        letter-spacing: 0.2px;
        margin: 0;
        margin-top: 0;
        display: flex;
        flex-direction: row;
    }

        h5.focus-title .focus-title-text:after {
            font-family: "FontAwesome";
            content: "\f106";
            color: white;
            position: absolute;
            font-size: 30px;
            left: 100%;
            top: -5%;
            padding-left: 10px;
        }

        h5.focus-title .focus-title-text.collapsed:after {
            font-family: "FontAwesome";
            content: "\f107";
            color: white;
            position: absolute;
            font-size: 30px;
            left: 100%;
            top: -5%;
            padding-left: 10px;
        }

.focus-title-text {
    margin-right: 10px;
    padding: 5px 0;
}

.focus-title a {
    color: #280070 !important;
}

    .focus-title a:hover, .focus-title a:focus {
        color: #f00078 !important;
        cursor: pointer;
    }

.Descriptor-Description {
    background: white;
    border: 1px solid #e7eaec;
    border-radius: 0;
    padding: 20px;
    position: relative;
}

.evidenceButtons {
    margin-top: 10px;
    text-align: right;
}

a.expandtoview {
    background-color: #280070;
    color: white;
    margin: auto;
    margin-right: 0;
    max-height: 16px;
}

@media (max-width: 768px) {
    a.expandtoview {
        display: none;
    }
}

@media (min-width: 1100px) {
    .multi-col {
        column-count: 2;
        column-gap: 30px;
    }
}

h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #280070;
    font-size: 1.0em;
    line-height: 1.1em;
    letter-spacing: 0.3px;
}

.nav {
    padding-left: 10px;
}

    .nav > li > a {
        color: black;
        font-weight: 400;
        padding: 0.5em 10px 0 10px;
        letter-spacing: 0.07px;
        margin-bottom: 5px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .nav > li > a.hamburger {
            padding: 25px 10px 0 10px;
            margin-bottom: 0;
        }

            .nav > li > a.hamburger:hover, .nav > li > a.hamburger:focus {
                background-color: #280070;
            }

@media (max-width: 320px) {
    .nav > li > a {
        padding: 14px 10px 14px 15px;
    }
}

.nav.navbar-right > li > a {
    color: #999c9e;
}

.nav > li.active > a {
    color: black;
    padding-left: 0;
    margin-left: 10px;
    border-bottom: 3px solid rgb(236, 43, 124);
}

.tabs-container > .nav > li.active > a {
    margin-left: 0;
    padding-left: 10px;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
    color: black;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: white;
}

.nav.navbar-top-links > li > a:hover,
.nav.navbar-top-links > li > a:focus {
    background-color: transparent;
}

.nav > li > a i {
    margin-right: 6px;
}

    .nav > li > a i.hamburger {
        margin-right: 0;
    }


.navbar {
    border: 0;
}

.navbar-default {
    background-color: transparent;
    border-color: #280070;
}

.navbar-top-links li {
    display: inline-block;
}

    .navbar-top-links li:last-child {
        margin-right: 40px;
    }

.nav-label {
    display: inline-flex;
    width: 180px;
}

.body-small .navbar-top-links li:last-child {
    margin-right: 0;
}

.navbar-top-links li a {
    padding: 20px 10px;
    min-height: 50px;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    display: none;
    float: left;
    font-size: 13px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute !important;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
}

ul.dropdown-menu {
    position: static !important;
}

.dropdown-menu > .active {
    display: block;
}

.dropdown-menu > li > a {
    border-radius: 0;
    color: inherit;
    line-height: 1.428;
    margin: 0;
    text-align: left;
    font-weight: normal;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: black;
    text-decoration: none;
    background: #f1f5f7;
    outline: 0;
    padding-left: 0px;
    padding-bottom: 0;
    margin-left: 10px;
    margin-bottom: 2px;
    border-bottom: 3px solid rgb(236, 43, 124);
}

.dropdown-menu > li > a.font-bold {
    font-weight: 700;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

    .navbar-top-links .dropdown-menu li:last-child {
        margin-right: 0;
    }

    .navbar-top-links .dropdown-menu li a {
        padding: 3px 20px;
        min-height: 0;
    }

        .navbar-top-links .dropdown-menu li a div {
            white-space: normal;
        }

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.dropdown-messages,
.dropdown-alerts {
    padding: 10px 10px 10px 10px;
}

    .dropdown-messages li a,
    .dropdown-alerts li a {
        font-size: 12px;
    }

    .dropdown-messages li em,
    .dropdown-alerts li em {
        font-size: 10px;
    }

.nav.navbar-top-links .dropdown-alerts a {
    font-size: 12px;
}

.nav-header {
    padding: 20px 0;
    background-color: white;
    border-top: none;
}

.pace-done .nav-header {
    transition: all 0.4s;
}

.nav > li {
    margin-left: 0;
}

    .nav > li:first-child,
    .nav > li:nth-child(2),
    .nav > li.profile,
    .weblinks-depth-1.nav.navbar-nav:nth-child(2) {
        border-top: 1px solid black;
    }

    .nav > li:last-child {
        border-top: 1px solid black;
    }

    .nav > li.nav-header,
    .nav > li.hamburger {
        border-top: none;
    }

    .nav > li.active, .nav > li.dropdown.open {
        background: #f1f5f7;
        border-bottom: 0.2em solid #f1f5f7;
    }

.rotate {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.nav.side-menu > li.active, .nav.side-menu > li.dropdown.open {
    border: none;
}

.nav.nav-second-level.collapse[style] {
    height: auto !important;
}

.nav-header a {
    color: black;
}

    /*.nav-header a:hover {
        color: black;
    }*/

    .nav-header a.btn-warning {
        color: white;
    }

        .nav-header a.btn-warning:hover {
            color: white;
            background-color: #c90064;
            border-color: #c90064;
            padding-bottom: 5px;
            margin-bottom: 10px;
        }

.nav.metismenu > li {
    border-top: none;
}

.profile-element .text-warning a,
.profile-element-sm .text-warning a {
    color: #f00078;
}

    .profile-element .text-warning a:hover,
    .profile-element-sm .text-warning a:hover {
        color: #f00078;
    }

.profile-element-sm {
    padding: 14px 10px 14px 15px;
}

.minimalize-styl-2 {
    padding: 20px 0 20px 45px;
    margin: 6px 0 6px 25px;
    font-size: 13px;
    float: left;
}

.navbar-form-custom {
    float: left;
    height: 50px;
    padding: 0;
    width: 200px;
    display: block;
}

    .navbar-form-custom .form-group {
        margin-bottom: 0;
    }

.nav.navbar-top-links a {
    font-size: 13px;
}

.navbar-form-custom .form-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 14px;
    height: 60px;
    margin: 0;
    z-index: 2000;
}

.count-info .label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 6px;
    top: 12px;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f107";
}

.active > a > .fa.arrow:before {
    content: "\f106";
}

.nav-second-level li,
.nav-third-level li,
.weblinks-depth-2 li {
    border-top: none !important;
}

    .nav-second-level li a,
    .weblinks-depth-2 li a {
        padding: 5px 10px;
        margin-bottom: initial;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 10px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: inherit;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: black;
        background: #f1f5f7;
    }

    .navbar-nav .open .dropdown-menu > li.active > a {
        padding-left: 0;
        padding-bottom: 0;
    }
}

.nav-third-level li a,
.weblinks-depth-3 li a {
    padding-left: 20px;
}

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level,
.mini-navbar .nav li:focus > .nav-second-level {
    display: block;
    border-radius: 0;
    min-width: 100%;
    height: auto;
}

body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
    font-size: 12px;
    border-radius: 0;
}

.fixed-nav .slimScrollDiv #side-menu {
    padding-bottom: 60px;
}

.mini-navbar .nav-second-level li a {
    padding: 10px 10px 10px 15px;
}

.mini-navbar .nav .nav-second-level {
    position: absolute;
    left: 210px;
    top: 0;
    background-color: #280070;
    padding: 0;
    font-size: 12px;
    border-left: 4px solid #f00078;
    z-index: 2010;
    -webkit-box-shadow: 5px 5px 15px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 15px 1px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 15px 1px rgba(0,0,0,0.3);
}

@media (max-width: 320px) {
    .mini-navbar .nav .nav-second-level {
        position: absolute;
        left: 210px;
        top: 0;
        padding: 10px 10px 10px 10px;
        font-size: 12px;
    }

    .mini-navbar li.active .nav-second-level {
        left: 45px;
    }
}

.canvas-menu.mini-navbar .nav-second-level {
    background: hsl(261, 68%, 33%);
}

@media (min-width: 321px) {
    .mini-navbar li.active .nav-second-level {
        left: 216px;
    }
}

.navbar-default .special_link a {
    background: #f00078;
    color: white;
}

    .navbar-default .special_link a:hover {
        background: #17987e !important;
        color: white;
    }

    .navbar-default .special_link a span.label {
        background: white;
        color: #f00078;
    }

.navbar-default .landing_link a {
    background: #1cc09f;
    color: white;
}

    .navbar-default .landing_link a:hover {
        background: #f00078 !important;
        color: white;
    }

    .navbar-default .landing_link a span.label {
        background: white;
        color: #1cc09f;
    }

.logo-element {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: white;
    display: none;
    padding: 18px 0;
}

.logo-small {
    padding: 0px 0px 0px 0px;
    height: 110px;
}

.logo-x-small {
    margin: 19px 0 19px 10px;
    z-index: 10;
    height: 50px;
}

.pace-done .navbar-static-side,
.pace-done .nav-header,
.pace-done #page-wrapper,
.pace-done .footer {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.navbar-fixed-top,
.navbar-static-top {
    background: #280070;
    transition-duration: 0.4s;
    /*border-bottom: 10px solid #b1e3e4;*/
    height: 120px;
    z-index: 2000;
}

    .navbar-fixed-top.landing,
    .navbar-static-top.landing {
        border-bottom: none;
        height: 110px;
    }

.navbar-static-top {
    margin-left: 15px;
    margin-right: 15px;
}

@media (max-width: 768px) {
    .navbar-fixed-top,
    .navbar-static-top {
        background-color: #280070 !important;
        margin-left: 0;
        margin-right: 0;
        height: 100px;
        z-index: 2002;
        border-bottom: 10px solid #b1e3e4;
    }
}

.navbar-fixed-top, .navbar-static-top {
    background: #280070;
}

.fixed-nav #wrapper {
    margin-top: 120px;
}

@media (max-width: 768px) {
    .fixed-nav #wrapper {
        margin-top: 10px;
    }
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none;
    border-color: #dde5ed #dde5ed rgba(0, 0, 0, 0);
    border-bottom: #dde5ed;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: default;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav.nav-tabs li {
    background: none;
    border: none;
}

@media (min-width: 769px) {
    .nav.nav-tabs li.active:after {
        content: '';
        height: 0;
        width: 0;
        border-top: 12px solid #f00078;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        top: 98%;
        left: 50%;
        margin-left: -10px;
        z-index: 2;
    }
}

@media (max-width: 1200px) {
    .nav.nav-tabs li.active:after {
        border-top: 12px solid #f00078;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        margin-left: -10px;
    }
}

body.fixed-nav #wrapper .navbar-static-side,
body.fixed-nav #wrapper #page-wrapper {
    margin-top: 0;
}

@media (max-width: 768px) {
    body.fixed-nav #wrapper .navbar-static-side,
    body.fixed-nav #wrapper #page-wrapper,
    body.static-nav #wrapper #page-wrapper {
        margin-top: 80px;
    }
}

body.top-navigation.fixed-nav #wrapper #page-wrapper {
    margin-top: 0;
}

body.fixed-nav.fixed-nav-basic .navbar-fixed-top {
    left: 210px;
}

body.fixed-nav.fixed-nav-basic.mini-navbar .navbar-fixed-top {
    left: 210px;
}

body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar .navbar-fixed-top {
    left: 0;
}

body.fixed-nav.fixed-nav-basic #wrapper .navbar-static-side {
    margin-top: 0;
}

body.fixed-nav.fixed-nav-basic.body-small .navbar-fixed-top {
    left: 0;
}

body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar.body-small .navbar-fixed-top {
    left: 210px;
}

.fixed-nav .minimalize-styl-2 {
    margin: 14px 5px 5px 15px;
}

.body-small .navbar-fixed-top {
    margin-left: 0;
}

body.mini-navbar .navbar-static-side {
    width: 210px;
    margin-top: 0;
}

@media (max-width: 320px) {
    body.mini-navbar .navbar-static-side {
        width: 50px;
    }
}

body.mini-navbar .profile-element {
    display: block;
}

body.canvas-menu .profile-element {
    display: block;
}

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
    display: none;
}

body.mini-navbar .navbar-default .nav > li > a {
    font-size: 13px;
}

body.mini-navbar .logo-element {
    display: block;
}

body.canvas-menu .logo-element {
    display: none;
}

body.mini-navbar .nav-header {
    padding: 15px 0;
    background-color: white;
}

body.canvas-menu .nav-header {
    padding: 33px 25px;
}

body.mini-navbar #page-wrapper {
    margin: 0 0 0 230px;
}

@media (max-width: 320px) {
    body.mini-navbar #page-wrapper {
        margin: 0 0 0 50px;
    }
}

body.fixed-sidebar.mini-navbar .footer,
body.canvas-menu.mini-navbar .footer {
    margin: 0 !important;
}

body.canvas-menu.mini-navbar #page-wrapper,
body.canvas-menu.mini-navbar .footer {
    margin: 0;
}

body.fixed-sidebar .navbar-static-side,
body.canvas-menu .navbar-static-side {
    position: fixed;
    width: 210px;
    z-index: 2001;
    height: 100%;
}

body.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 0;
}

body.fixed-sidebar.mini-navbar #page-wrapper {
    margin: 0;
}

body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
    margin: 0 0 0 230px;
}

body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 210px;
}

.fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level,
.canvas-menu.mini-navbar .nav li:focus > .nav-second-level {
    display: block;
    height: auto;
}

body.fixed-sidebar.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
    font-size: 12px;
    border-radius: 0;
}

body.canvas-menu.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
    font-size: 13px;
    border-radius: 0;
}

.fixed-sidebar.mini-navbar .nav-second-level li a,
.canvas-menu.mini-navbar .nav-second-level li a {
    padding: 10px 10px 10px 15px;
}

.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
    position: relative;
    padding: 0;
    font-size: 13px;
}

.fixed-sidebar.mini-navbar li.active .nav-second-level,
.canvas-menu.mini-navbar li.active .nav-second-level {
    left: 0;
}

body.fixed-sidebar.mini-navbar .navbar-default .nav > li > a,
body.canvas-menu.mini-navbar .navbar-default .nav > li > a {
    font-size: 13px;
}

body.fixed-sidebar.mini-navbar .nav-label,
body.fixed-sidebar.mini-navbar .navbar-default .nav li a span,
body.canvas-menu.mini-navbar .nav-label,
body.canvas-menu.mini-navbar .navbar-default .nav li a span {
    display: inline;
}

body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span {
    display: block;
}

.canvas-menu.mini-navbar .nav-second-level li a,
.fixed-sidebar.mini-navbar .nav-second-level li a {
    padding: 7px 10px 7px 52px;
}

.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
    left: 0;
}

body.canvas-menu nav.navbar-static-side {
    z-index: 2001;
    background: #280070;
    height: 100%;
    position: fixed;
    display: none;
}

body.canvas-menu.mini-navbar nav.navbar-static-side {
    display: block;
    width: 210px;
}

.top-navigation #page-wrapper {
    margin-left: 0;
}

.top-navigation .navbar-nav .dropdown-menu > .active > a {
    background: white;
    color: #f00078;
    font-weight: bold;
}

.white-bg .navbar-fixed-top,
.white-bg .navbar-static-top {
    background: white;
}

.top-navigation .navbar {
    margin-bottom: 0;
}

.top-navigation .nav > li > a {
    padding: 15px 20px;
    color: #676a6c;
}

.top-navigation .nav > li a:hover,
.top-navigation .nav > li a:focus {
    background: white;
    color: #f00078;
}

.top-navigation .nav > li.active {
    background: white;
    border: none;
}

    .top-navigation .nav > li.active > a {
        color: #f00078;
    }

.top-navigation .navbar-right {
    margin-right: 10px;
}

.top-navigation .navbar-nav .dropdown-menu {
    box-shadow: none;
    border: 1px solid #e7eaec;
}

.top-navigation .dropdown-menu > li > a {
    margin: 0;
    padding: 7px 20px;
}

.navbar .dropdown-menu {
    margin-top: 0;
}

.top-navigation .navbar-brand {
    background: #f00078;
    color: white;
    padding: 15px 25px;
}

.top-navigation .navbar-top-links li:last-child {
    margin-right: 0;
}

.top-navigation.mini-navbar #page-wrapper,
.top-navigation.body-small.fixed-sidebar.mini-navbar #page-wrapper,
.mini-navbar .top-navigation #page-wrapper,
.body-small.fixed-sidebar.mini-navbar .top-navigation #page-wrapper,
.canvas-menu #page-wrapper {
    margin: 0;
}

.top-navigation.fixed-nav #wrapper,
.fixed-nav #wrapper.top-navigation {
    margin-top: 50px;
}

.top-navigation .footer.fixed {
    margin-left: 0 !important;
}

.top-navigation .wrapper.wrapper-content {
    padding: 40px;
}

.top-navigation.body-small .wrapper.wrapper-content,
.body-small .top-navigation .wrapper.wrapper-content {
    padding: 40px 0 40px 0;
}

.navbar-toggle {
    background-color: #f00078;
    color: white;
    padding: 6px 12px;
    font-size: 14px;
}

.top-navigation .navbar-nav .open .dropdown-menu > li > a,
.top-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 20px;
}

@media (max-width: 768px) {
    .top-navigation .navbar-header {
        display: block;
        float: none;
    }
}

.menu-visible-lg,
.menu-visible-md {
    display: none !important;
}

@media (min-width: 1200px) {
    .menu-visible-lg {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .menu-visible-md {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .menu-visible-md {
        display: block !important;
    }

    .menu-visible-lg {
        display: block !important;
    }
}

.btn {
    border-radius: 0;
    letter-spacing: 0.2px;
    word-break: keep-all;
}

.btn-xs {
    border-radius: 0;
    letter-spacing: 0.4px;
}


.btn-lg {
    padding: 10px 1px;
    font-size: 18px;
    line-height: 1.3333333;
}

.float-e-margins .btn {
    margin-bottom: 10px;
}

.float-e-margins .btn-xs {
    margin-bottom: 0;
}

.btn-w-m {
    min-width: 120px;
}

.btn-primary.btn-outline {
    color: #f00078;
}

.btn-success.btn-outline {
    color: #f00078;
}

.btn-info.btn-outline {
    color: #009a44;
}

.btn-warning.btn-outline {
    color: #f00078;
}

.btn-danger.btn-outline {
    color: #f00078;
}

    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover {
        color: white;
    }

.btn-primary {
    background-color: #92318e;
    border-color: #92318e;
    color: white;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary,
    .btn-primary:active:focus,
    .btn-primary:active:hover,
    .btn-primary.active:hover,
    .btn-primary.active:focus {
        background-color: #662263;
        border-color: #662263;
        color: white;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

        .btn-primary.disabled,
        .btn-primary.disabled:hover,
        .btn-primary.disabled:focus,
        .btn-primary.disabled:active,
        .btn-primary.disabled.active,
        .btn-primary[disabled],
        .btn-primary[disabled]:hover,
        .btn-primary[disabled]:focus,
        .btn-primary[disabled]:active,
        .btn-primary.active[disabled],
        fieldset[disabled] .btn-primary,
        fieldset[disabled] .btn-primary:hover,
        fieldset[disabled] .btn-primary:focus,
        fieldset[disabled] .btn-primary:active,
        fieldset[disabled] .btn-primary.active {
            background-color: #ecc6eb;
            border-color: #df9fdd;
        }

.btn-success {
    background-color: #f00078;
    border-color: #f00078;
    color: white;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success,
    .btn-success:active:focus,
    .btn-success:active:hover,
    .btn-success.active:hover,
    .btn-success.active:focus {
        background-color: #c90064;
        border-color: #c90064;
        color: white;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-image: none;
    }

        .btn-success.disabled,
        .btn-success.disabled:hover,
        .btn-success.disabled:focus,
        .btn-success.disabled:active,
        .btn-success.disabled.active,
        .btn-success[disabled],
        .btn-success[disabled]:hover,
        .btn-success[disabled]:focus,
        .btn-success[disabled]:active,
        .btn-success.active[disabled],
        fieldset[disabled] .btn-success,
        fieldset[disabled] .btn-success:hover,
        fieldset[disabled] .btn-success:focus,
        fieldset[disabled] .btn-success:active,
        fieldset[disabled] .btn-success.active {
            background-color: #cdb3ff;
            border-color: #bd99ff;
        }

.btn-info {
    background-color: #009a44;
    border-color: #009a44;
    color: white;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info,
    .btn-info:active:focus,
    .btn-info:active:hover,
    .btn-info.active:hover,
    .btn-info.active:focus {
        background-color: #007333;
        border-color: #007333;
        color: white;
    }

    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        background-image: none;
    }

        .btn-info.disabled,
        .btn-info.disabled:hover,
        .btn-info.disabled:focus,
        .btn-info.disabled:active,
        .btn-info.disabled.active,
        .btn-info[disabled],
        .btn-info[disabled]:hover,
        .btn-info[disabled]:focus,
        .btn-info[disabled]:active,
        .btn-info.active[disabled],
        fieldset[disabled] .btn-info,
        fieldset[disabled] .btn-info:hover,
        fieldset[disabled] .btn-info:focus,
        fieldset[disabled] .btn-info:active,
        fieldset[disabled] .btn-info.active {
            background-color: #ffb3d9;
            border-color: #ff80bf;
        }

.btn-pending {
    color: #f00078;
    background: #f8f8f8;
    border: 1px solid #f00078;
    cursor: not-allowed;
}

    .btn-pending:hover,
    .btn-pending:focus,
    .btn-pending:active,
    .btn-pending.active,
    .open .dropdown-toggle.btn-pending,
    .btn-pending:active:focus,
    .btn-pending:active:hover,
    .btn-pending.active:hover,
    .btn-pending.active:focus {
        color: #f00078;
        background: #f8f8f8;
        border: 1px solid #f00078;
        opacity: 0.8;
    }

    .btn-pending:active,
    .btn-pending.active,
    .open .dropdown-toggle.btn-pending {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    }

        .btn-pending.disabled,
        .btn-pending.disabled:hover,
        .btn-pending.disabled:focus,
        .btn-pending.disabled:active,
        .btn-pending.disabled.active,
        .btn-pending[disabled],
        .btn-pending[disabled]:hover,
        .btn-pending[disabled]:focus,
        .btn-pending[disabled]:active,
        .btn-pending.active[disabled],
        fieldset[disabled] .btn-pending,
        fieldset[disabled] .btn-pending:hover,
        fieldset[disabled] .btn-pending:focus,
        fieldset[disabled] .btn-pending:active,
        fieldset[disabled] .btn-pending.active {
            background-color: #ffb3d9;
            border-color: #f00078;
            color: white;
        }

.btn-completed {
    color: #f00078;
    background: #f8f8f8;
    border: 1px solid #f00078;
}

    .btn-completed:hover,
    .btn-completed:focus,
    .btn-completed:active,
    .btn-completed.active,
    .open .dropdown-toggle.btn-completed,
    .btn-completed:active:focus,
    .btn-completed:active:hover,
    .btn-completed.active:hover,
    .btn-completed.active:focus {
        color: #f00078;
        background: #f8f8f8;
        border: 1px solid #f00078;
        cursor: not-allowed;
    }

    .btn-completed:active,
    .btn-completed.active,
    .open .dropdown-toggle.btn-completed {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    }

    .btn-completed.disabled {
        cursor: not-allowed;
    }

        .btn-completed.disabled:hover,
        .btn-completed.disabled:focus {
            cursor: not-allowed;
        }

        .btn-completed.disabled:active,
        .btn-completed.disabled.active,
        .btn-completed[disabled],
        .btn-completed[disabled]:hover,
        .btn-completed[disabled]:focus {
            cursor: not-allowed;
        }

            .btn-completed[disabled]:active,
            .btn-completed.active[disabled],
            fieldset[disabled] .btn-completed,
            fieldset[disabled] .btn-completed:hover,
            fieldset[disabled] .btn-completed:focus,
            fieldset[disabled] .btn-completed:active,
            fieldset[disabled] .btn-completed.active {
                color: #f00078;
                background: #f8f8f8;
                border: 1px solid #f00078;
                cursor: not-allowed;
            }

.btn-default {
    color: #f00078;
    background: #f8f8f8;
    border: 1px solid #f00078;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default,
    .btn-default:active:focus,
    .btn-default:active:hover,
    .btn-default.active:hover,
    .btn-default.active:focus {
        color: white;
        border: 1px solid #f00078;
        background-color: #f00078;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    }

        .btn-default.disabled,
        .btn-default.disabled:hover,
        .btn-default.disabled:focus,
        .btn-default.disabled:active,
        .btn-default.disabled.active,
        .btn-default[disabled],
        .btn-default[disabled]:hover,
        .btn-default[disabled]:focus,
        .btn-default[disabled]:active,
        .btn-default.active[disabled],
        fieldset[disabled] .btn-default,
        fieldset[disabled] .btn-default:hover,
        fieldset[disabled] .btn-default:focus,
        fieldset[disabled] .btn-default:active,
        fieldset[disabled] .btn-default.active {
            background-color: #ffb3d9;
            border-color: #f00078;
            color: white;
        }

.btn-warning {
    background-color: #f00078;
    border-color: #f00078;
    color: white;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning,
    .btn-warning:active:focus,
    .btn-warning:active:hover,
    .btn-warning.active:hover,
    .btn-warning.active:focus {
        background-color: #c90064 !important;
        border-color: #c90064;
        color: white;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

        .btn-warning.disabled,
        .btn-warning.disabled:hover,
        .btn-warning.disabled:focus,
        .btn-warning.disabled:active,
        .btn-warning.disabled.active,
        .btn-warning[disabled],
        .btn-warning[disabled]:hover,
        .btn-warning[disabled]:focus,
        .btn-warning[disabled]:active,
        .btn-warning.active[disabled],
        fieldset[disabled] .btn-warning,
        fieldset[disabled] .btn-warning:hover,
        fieldset[disabled] .btn-warning:focus,
        fieldset[disabled] .btn-warning:active,
        fieldset[disabled] .btn-warning.active {
            background-color: #ffb3d9;
            border-color: #ff80bf;
        }

a.btn.btn-warning.btn-sm.pull-right {
    color: white;
    text-decoration: none;
}

a.btn.btn-primary.pull-right.action {
    background-color: #f00078;
    border-color: #f00078;
}

    a.btn.btn-primary.pull-right.action:before {
        font-family: "FontAwesome";
        content: "\f067";
        color: white;
        padding-right: 5px;
    }

.fa.fa-plus-circle {
    display: none;
}

.btn-danger {
    background-color: #f00078;
    border-color: #f00078;
    border: solid #f00078;
    color: white;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger,
    .btn-danger:active:focus,
    .btn-danger:active:hover,
    .btn-danger.active:hover,
    .btn-danger.active:focus {
        background-color: #c90064;
        border-color: #c90064;
        color: white;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

        .btn-danger.disabled,
        .btn-danger.disabled:hover,
        .btn-danger.disabled:focus,
        .btn-danger.disabled:active,
        .btn-danger.disabled.active,
        .btn-danger[disabled],
        .btn-danger[disabled]:hover,
        .btn-danger[disabled]:focus,
        .btn-danger[disabled]:active,
        .btn-danger.active[disabled],
        fieldset[disabled] .btn-danger,
        fieldset[disabled] .btn-danger:hover,
        fieldset[disabled] .btn-danger:focus,
        fieldset[disabled] .btn-danger:active,
        fieldset[disabled] .btn-danger.active {
            background-color: #ffb3d9;
            border-color: #ff80bf;
        }

.btn-link {
    color: inherit;
}

    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active,
    .btn-link.active,
    .open .dropdown-toggle.btn-link {
        color: #f00078;
        text-decoration: none;
    }

    .btn-link:active,
    .btn-link.active,
    .open .dropdown-toggle.btn-link {
        background-image: none;
    }

        .btn-link.disabled,
        .btn-link.disabled:hover,
        .btn-link.disabled:focus,
        .btn-link.disabled:active,
        .btn-link.disabled.active,
        .btn-link[disabled],
        .btn-link[disabled]:hover,
        .btn-link[disabled]:focus,
        .btn-link[disabled]:active,
        .btn-link.active[disabled],
        fieldset[disabled] .btn-link,
        fieldset[disabled] .btn-link:hover,
        fieldset[disabled] .btn-link:focus,
        fieldset[disabled] .btn-link:active,
        fieldset[disabled] .btn-link.active {
            color: #cacaca;
        }

.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

    .btn-white:hover,
    .btn-white:focus,
    .btn-white:active,
    .btn-white.active,
    .open .dropdown-toggle.btn-white,
    .btn-white:active:focus,
    .btn-white:active:hover,
    .btn-white.active:hover,
    .btn-white.active:focus {
        color: inherit;
        border: 1px solid #d2d2d2;
    }

    .btn-white:active,
    .btn-white.active {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    }

    .btn-white:active,
    .btn-white.active,
    .open .dropdown-toggle.btn-white {
        background-image: none;
    }

        .btn-white.disabled,
        .btn-white.disabled:hover,
        .btn-white.disabled:focus,
        .btn-white.disabled:active,
        .btn-white.disabled.active,
        .btn-white[disabled],
        .btn-white[disabled]:hover,
        .btn-white[disabled]:focus,
        .btn-white[disabled]:active,
        .btn-white.active[disabled],
        fieldset[disabled] .btn-white,
        fieldset[disabled] .btn-white:hover,
        fieldset[disabled] .btn-white:focus,
        fieldset[disabled] .btn-white:active,
        fieldset[disabled] .btn-white.active {
            color: #cacaca;
        }

.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
    box-shadow: none;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-rounded {
    border-radius: 50px;
}

.btn-large-dim {
    width: 90px;
    height: 90px;
    font-size: 42px;
}

button.dim {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-top: 6px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    border-radius: 0;
    font-weight: 700;
    margin-bottom: 20px !important;
}

    button.dim:active {
        top: 3px;
    }

button.btn-primary.dim {
    box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999999;
}

    button.btn-primary.dim:active {
        box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px #999999;
    }

button.btn-default.dim {
    box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999999;
}

    button.btn-default.dim:active {
        box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999999;
    }

button.btn-warning.dim {
    box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999999;
}

    button.btn-warning.dim:active {
        box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999999;
    }

button.btn-info.dim {
    box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px #999999;
}

    button.btn-info.dim:active {
        box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px #999999;
    }

button.btn-success.dim {
    box-shadow: inset 0 0 0 #1872ab, 0 5px 0 0 #1872ab, 0 10px 5px #999999;
}

    button.btn-success.dim:active {
        box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab, 0 5px 3px #999999;
    }

button.btn-danger.dim {
    box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px #999999;
}

    button.btn-danger.dim:active {
        box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px #999999;
    }

button.dim:before {
    font-size: 50px;
    line-height: 1em;
    font-weight: normal;
    color: white;
    display: block;
    padding-top: 10px;
}

button.dim:active:before {
    top: 7px;
    font-size: 50px;
}

.btn:focus {
    outline: none !important;
}

.label {
    background-color: #dde5ed;
    color: #0d0d0d;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 5px;
    text-shadow: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
}

h4 .label {
    margin-top: inherit;
    margin-bottom: inherit;
    vertical-align: 3px;
}

.badge {
    background-color: #dde5ed;
    color: #0d0d0d;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    text-shadow: none;
    border-radius: 5px;
}

.label-primary,
.badge-primary {
    background-color: #92318e;
    color: white;
}

.label-success,
.badge-success {
    background-color: #280070;
    color: white;
}

.label-warning,
.badge-warning {
    background-color: #f00078;
    color: white;
}

.label-warning-light,
.badge-warning-light {
    background-color: #f00078;
    color: white;
}

.label-danger,
.badge-danger {
    background-color: #F00078;
    color: white;
}

.label-info,
.badge-info {
    background-color: #009a44;
    color: white;
}

.label-inverse,
.badge-inverse {
    background-color: #262626;
    color: white;
}

.label-white,
.badge-white {
    background-color: white;
    color: #5E5E5E;
}

.label-white,
.badge-disable {
    background-color: #2A2E36;
    color: #8B91A0;
}

/* PAGINATION */

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #280070;
    border-color: #dde5ed;
    color: white;
    cursor: default;
    z-index: 2;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: white;
    background-color: #f00078;
    border-color: #dde5ed;
}

.pagination > li > a,
.pagination > li > span {
    background-color: white;
    border: 1px solid #dde5ed;
    color: #f00078;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: white;
    color: #f00078;
    font-weight: 600;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: white;
    color: #f00078;
    font-weight: 600;
}

    .pagination > li:first-child > a:hover,
    .pagination > li:last-child > a:hover {
        background: #f00078;
        color: white;
        font-weight: 600;
    }

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #dde5ed !important;
    background-color: white !important;
    border-color: #dde5ed;
}

/* TOOLTIPS */

.tooltip-white {
    background-color: white;
    border-radius: 0;
    border-color: white;
}

.tooltip-inner {
    background-color: #f00078;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #f00078;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #f00078;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f00078;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #f00078;
}

.tooltip.top .tooltip-inner {
    background-color: #f00078;
    border-radius: 0;
}

/* LIST GROUP */

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #f00078;
    border-color: #f00078;
    color: white;
    z-index: 2;
}

.list-group-item-heading {
    margin-top: 10px;
}

.list-group-item-text {
    margin: 0 0 10px;
    color: inherit;
    font-size: 12px;
    line-height: inherit;
}

.no-padding .list-group-item {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

    .no-padding .list-group-item:first-child {
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-top: none;
    }

.no-padding .list-group {
    margin-bottom: 0;
}

.list-group-item {
    background-color: inherit;
    border: 1px solid #e7eaec;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}

.elements-list .list-group-item {
    border-left: none;
    border-right: none;
    padding: 15px 25px;
}

    .elements-list .list-group-item:first-child {
        border-left: none;
        border-right: none;
        border-top: none !important;
    }

.elements-list .list-group {
    margin-bottom: 0;
}

.elements-list a {
    color: inherit;
}

.elements-list .list-group-item.active,
.elements-list .list-group-item:hover {
    background: #dde5ed;
    color: inherit;
    border-color: #e7eaec;
    border-radius: 0;
}

.elements-list li.active {
    transition: none;
}

.element-detail-box {
    padding: 25px;
}

.jqstooltip {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    visibility: hidden;
    background: #2b303a;
    background-color: rgba(43, 48, 58, 0.8);
    color: white;
    text-align: left;
    white-space: nowrap;
    z-index: 10000;
    padding: 5px 5px 5px 5px;
    min-height: 22px;
    border-radius: 0;
}

.jqsfield {
    color: white;
    text-align: left;
}

.fh-150 {
    height: 150px;
}

.fh-200 {
    height: 200px;
}

.h-150 {
    min-height: 150px;
}

.h-200 {
    min-height: 200px;
}

.h-300 {
    min-height: 300px;
}

.w-60 {
    min-width: 60px;
}

.w-80 {
    min-width: 80px;
}

.w-100 {
    min-width: 100px;
}

.w-150 {
    min-width: 150px;
}

.w-200 {
    min-width: 200px;
}

.w-300 {
    min-width: 300px;
}

.legendLabel {
    padding-left: 5px;
}

.stat-list li:first-child {
    margin-top: 0;
}

.stat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stat-percent {
    float: right;
}

.stat-list li {
    margin-top: 15px;
    position: relative;
}

/* DATATABLES */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

.dataTables_wrapper {
    padding-bottom: 30px;
}

.dataTables_length {
    float: left;
}

.dataTables_filter label {
    margin-right: 5px;
}

.html5buttons {
    float: right;
}

    .html5buttons a {
        border: 1px solid #e7eaec;
        background: white;
        color: #676a6c;
        box-shadow: none;
        padding: 6px 8px;
        font-size: 12px;
    }

        .html5buttons a:hover,
        .html5buttons a:focus:active {
            background-color: #dde5ed;
            color: inherit;
            border-color: #d2d2d2;
        }

div.dt-button-info {
    z-index: 100;
}

@media (max-width: 768px) {
    .html5buttons {
        float: none;
        margin-top: 10px;
    }

    .dataTables_length {
        float: none;
    }
}

/* CIRCLE */

.img-circle {
    border-radius: 50%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #dde5ed !important;
}

.show-grid {
    margin: 15px 0;
}

/* ANIMATION */

.css-animation-box h1 {
    font-size: 44px;
}

.animation-efect-links a {
    padding: 4px 6px;
    font-size: 12px;
}

#animation_box {
    background-color: #f9f8f8;
    border-radius: 16px;
    width: 80%;
    margin: 0 auto;
    padding-top: 80px;
}

.animation-text-box {
    position: absolute;
    margin-top: 40px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
}

.animation-text-info {
    position: absolute;
    margin-top: -60px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    font-size: 10px;
}

.animation-text-box h2 {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 5px;
}

.animation-text-box p {
    font-size: 12px;
    text-transform: uppercase;
}

/* PACE */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #f00078;
    position: fixed;
    z-index: 2040;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

.pace-inactive {
    display: none;
}

/* WIDGETS */

.widget {
    background-color: white;
    border-radius: 0;
    padding: 10px 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #f00078;
    border-top-width: 2px;
    overflow: hidden;
}

.widget-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.widget-icon-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.widget-flex-column,
.widget-flex-space-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.icon-flex:hover, .icon-flex:focus {
    color: white;
}

.widget > widget-text.a {
    color: black;
    text-decoration: none;
}

.widget > a:hover,
.widget > a:focus {
    color: #f00078;
    text-decoration: none;
}

.widget:hover {
    background-color: #f00078;
    color: white !important;
}

    .widget:hover p,
    .widget:hover h1,
    .widget:hover h2,
    .widget:hover h3,
    .widget:hover h4,
    .widget:hover h5,
    .widget:hover h6,
    .widget:hover .widget-header {
        color: white !important;
    }

    .widget:hover .label-warning {
        background-color: white !important;
        color: black !important;
    }

.widget-footer {
    padding: 3px 0;
    text-align: center;
    color: white;
    background-color: #f00078;
}

    .widget-footer:hover {
        color: black;
        background-color: white;
    }

    .widget-footer a {
        color: white;
        text-decoration: underline;
    }

@media (min-width: 992px) {
    .widget {
        min-height: 125px;
    }
}

@media (min-width: 1200px) {
    .widget {
        min-height: 130px;
    }
}

@media (min-width: 1305px) {
    .widget {
        min-height: 125px;
    }
}

.widget h2,
.widget h3,
.widget h4,
.widget h4,
.widget p {
    margin-top: 0;
    margin-bottom: 0;
    color: black;
}

.widget p {
    font-size: 16px;
    font-weight: 400;
}

    .widget p.small {
        font-size: 14px;
    }

h5.widget-header {
    margin-top: 0;
    margin-bottom: 0;
    color: black;
    text-decoration: none;
}

h6.widget-header {
    margin-top: 0;
    margin-bottom: 0;
    color: black;
    text-decoration: none;
}

.widget-text-box {
    padding: 20px;
    border: 1px solid #e7eaec;
    background: white;
}

.widget-head-color-box {
    border-radius: 0;
    margin-top: 10px;
}

.vertical-align h2 a:hover,
.vertical-align h3 a:hover,
.vertical-align h4 a:hover,
.vertical-align h4 a:hover,
.vertical-align p a:hover,
.vertical-align h2 a:focus,
.vertical-align h3 a:focus,
.vertical-align h4 a:focus,
.vertical-align h4 a:focus,
.vertical-align p a:focus {
    text-decoration: none !important;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.v-align-label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}

.vertical-align h2,
.vertical-align h3 {
    margin: 0;
}

.todo-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

    .todo-list.small-list {
        font-size: 12px;
    }

        .todo-list.small-list > li {
            background: #dde5ed;
            border-left: none;
            border-right: none;
            border-radius: 0;
            color: inherit;
            margin-bottom: 2px;
            padding: 6px 6px 6px 12px;
        }

        .todo-list.small-list .btn-xs,
        .todo-list.small-list .btn-group-xs > .btn {
            border-radius: 0;
            font-size: 10px;
            line-height: 1.5;
            padding: 1px 2px 1px 5px;
        }

    .todo-list > li {
        background: #dde5ed;
        border-left: 6px solid #e7eaec;
        border-right: 6px solid #e7eaec;
        border-radius: 0;
        color: inherit;
        margin-bottom: 2px;
        padding: 10px;
    }

    .todo-list .handle {
        cursor: move;
        display: inline-block;
        font-size: 16px;
        margin: 0 5px;
    }

    .todo-list > li .label {
        font-size: 9px;
        margin-left: 10px;
    }

.check-link {
    font-size: 16px;
}

.todo-completed {
    text-decoration: line-through;
}

.geo-statistic h1 {
    font-size: 36px;
    margin-bottom: 0;
}

.glyphicon.fa {
    font-family: "FontAwesome";
}

/* INPUTS */

.inline {
    display: inline-block !important;
}

.input-s-sm {
    width: 120px;
}

.input-s {
    width: 200px;
}

.input-s-lg {
    width: 250px;
}

.i-checks {
    padding-left: 0;
}

.form-control,
.single-line {
    background-color: #f9f9f9;
    background-image: none;
    border: 1px solid #dde5ed;
    border-radius: 0;
    color: black;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: inherit;
}

    .form-control:focus,
    .single-line:focus {
        border-color: #f00078 !important;
        background-color: white;
    }

.entitylist-search .form-control {
    background-color: white;
}

.has-success .form-control {
    border-color: #f00078;
}

.has-warning .form-control {
    border-color: #f00078;
}

.has-error .form-control {
    border-color: #f00078;
}

.has-success .control-label {
    color: #f00078;
}

.has-warning .control-label {
    color: #f00078;
}

.has-error .control-label {
    color: #f00078;
}

.input-group-addon {
    background-color: #f00078;
    border: 1px solid #f00078;
    border-radius: 0;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}

.spinner-buttons.input-group-btn .btn-xs {
    line-height: 1.13;
}

.spinner-buttons.input-group-btn {
    width: 20%;
}

.noUi-connect {
    background: none repeat scroll 0 0 #f00078;
    box-shadow: none;
}

.slider_red .noUi-connect {
    background: none repeat scroll 0 0 #f00078;
    box-shadow: none;
}

input[type=checkbox], input[type=radio] {
    margin-right: 4px;
}

/* UI Sortable */

.ui-sortable .ibox-title {
    cursor: move;
}

.ui-sortable-placeholder {
    border: 1px dashed #cecece !important;
    visibility: visible !important;
    background: #e7eaec;
}

.ibox.ui-sortable-placeholder {
    margin: 0 0 23px !important;
}

/* SWITCHES */

.onoffswitch {
    position: relative;
    width: 54px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #f00078;
    border-radius: 0;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before,
    .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 16px;
        padding: 0;
        line-height: 16px;
        font-size: 10px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 7px;
        background-color: #f00078;
        color: white;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 7px;
        background-color: white;
        color: #919191;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 0;
    background: white;
    border: 2px solid #f00078;
    border-radius: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

.ui-widget-header {
    background: none;
    background-image: none;
    background-color: #f5f5f6;
    text-transform: uppercase;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ui-search-toolbar input[type="text"] {
    font-size: 12px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #F9F9F9;
    border: 1px solid #dde5ed;
    line-height: 15px;
    font-weight: bold;
    color: #676a6c;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.ui-widget-content {
    box-sizing: content-box;
}

.ui-icon-triangle-1-n {
    background-position: 1px -16px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #f5f5f5;
    border-collapse: separate;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #f2fbff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #dde5ed;
    background: white;
    font-weight: normal;
    color: #212121;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0;
}

.ui-widget-content {
    border: 1px solid #ddd;
}

.ui-jqdialog .ui-jqdialog-titlebar {
    padding: 10px 10px;
}

.ui-jqdialog .ui-jqdialog-title {
    float: none !important;
}

.ui-jqdialog > .ui-resizable-se {
    position: absolute;
}

/* NESTABLE LIST */

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    border: 1px solid #e7eaec;
    background: #f5f5f5;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .dd-handle span {
        font-weight: bold;
    }

    .dd-handle:hover {
        background: #f0f0f0;
        cursor: pointer;
        font-weight: bold;
    }

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

    .dd-item > button:before {
        content: '+';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
    }

    .dd-item > button[data-action="collapse"]:before {
        content: '-';
    }

#nestable2 .dd-item > button {
    font-family: FontAwesome;
    height: 34px;
    width: 33px;
    color: #c1c1c1;
}

    #nestable2 .dd-item > button:before {
        content: "\f067";
    }

    #nestable2 .dd-item > button[data-action="collapse"]:before {
        content: "\f068";
    }

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), -webkit-linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white);
    background-image: -moz-linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), -moz-linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white);
    background-image: linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    z-index: 9999;
    pointer-events: none;
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    }

/* NESTABLE EXTRAS */

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#nestable-menu {
    padding: 0;
    margin: 10px 0 20px 0;
}

#nestable-output,
#nestable2-output {
    width: 100%;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: 'Roboto', arial, sans-serif;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
    color: inherit;
    border: 1px dashed #e7eaec;
    background: #dde5ed;
    padding: 10px;
}

#nestable2 span.label {
    margin-right: 10px;
}

#nestable-output,
#nestable2-output {
    font-size: 12px;
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/* VALIDATION */

label.error {
    color: #cc5965;
    display: inline-block;
    margin-left: 5px;
}

.form-control.error {
    border: 1px dotted #cc5965;
}

#errorList {
    margin-left: 19px;
}

    #errorList li {
        padding-top: 5px;
    }

/* ngGrid */

.gridStyle {
    border: 1px solid #d4d4d4;
    width: 100%;
    height: 400px;
}

.gridStyle2 {
    border: 1px solid #d4d4d4;
    width: 500px;
    height: 300px;
}

.ngH eaderCell {
    border-right: none;
    border-bottom: 1px solid #e7eaec;
}

.ngCell {
    border-right: none;
}

.ngTopPanel {
    background: #F5F5F6;
}

.ngRow.even {
    background: #f9f9f9;
}

.ngRow.selected {
    background: #EBF2F1;
}

.ngRow {
    border-bottom: 1px solid #e7eaec;
}

.ngCell {
    background-color: transparent;
}

.ngHeaderCell {
    border-right: none;
}


/* IMAGE CROPPER STYLE */

.img-container,
.img-preview {
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.img-preview-sm {
    height: 130px;
    width: 200px;
}

/* TABS */

.tabs-container .panel-body {
    background: white;
    border: 2px solid #dde5ed;
    border-left: 1px solid #dde5ed;
    border-radius: 0;
    padding: 20px;
    position: relative;
}

.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
    border: 1px solid #e7eaec;
    border-bottom-color: transparent;
    background-color: #f00078;
    border-radius: 0;
}

.tabs-container .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.tabs-container .tab-pane .panel-body {
    border-top: none;
}

.tabs-container .nav-tabs {
    border-bottom: 1px solid #e7eaec;
    padding-left: 0px;
}

.tabs-container .tab-pane .panel-body {
    border-top: none;
}

.tabs-container .tabs-left .tab-pane .panel-body,
.tabs-container .tabs-right .tab-pane .panel-body {
    border-top: 1px solid #e7eaec;
}

.tabs-container .nav-tabs > li a:hover,
.tabs-container .nav-tabs > li a:hover i {
    background-color: #f00078;
    color: white;
    border-color: transparent;
}

.tabs-container .nav-tabs > li a:hover,
.tabs-container .nav-tabs > li a:focus {
    text-decoration: underline;
    padding-bottom: 6px;
}

.tabs-container .tabs-below > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs,
.tabs-container .tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tabs-container .tabs-left .panel-body {
    position: static;
}

.tabs-container .tabs-left > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs {
    width: 20%;
}

.tabs-container .tabs-left .panel-body {
    width: 80%;
    margin-left: 20%;
}

.tabs-container .tabs-right .panel-body {
    width: 80%;
    margin-right: 20%;
}

.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
    display: none;
}

.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
    display: block;
}

.tabs-container .tabs-below > .nav-tabs {
    border-top: 1px solid #e7eaec;
}

    .tabs-container .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-container .tabs-below > .nav-tabs > li > a {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

            .tabs-container .tabs-below > .nav-tabs > li > a:hover,
            .tabs-container .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #e7eaec;
                border-bottom-color: transparent;
            }

.tabs-container .tabs-left > .nav-tabs > li,
.tabs-container .tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs-container .tabs-left > .nav-tabs > li > a,
    .tabs-container .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

.tabs-container .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
}

    .tabs-container .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .tabs-container .tabs-left > .nav-tabs .active > a,
    .tabs-container .tabs-left > .nav-tabs .active > a:hover,
    .tabs-container .tabs-left > .nav-tabs .active > a:focus {
        border-color: #e7eaec transparent #e7eaec #e7eaec;
        *border-right-color: white;
    }

.tabs-container .tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
}

    .tabs-container .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .tabs-container .tabs-right > .nav-tabs .active > a,
    .tabs-container .tabs-right > .nav-tabs .active > a:hover,
    .tabs-container .tabs-right > .nav-tabs .active > a:focus {
        border-color: #e7eaec #e7eaec #e7eaec transparent;
        *border-left-color: white;
        z-index: 1;
    }

@media (max-width: 767px) {
    .tabs-container .nav-tabs > li {
        float: none !important;
    }

        .tabs-container .nav-tabs > li.active > a {
            border-bottom: 1px solid #e7eaec !important;
            margin: 0;
        }
}

/* RESIZABLE */

.resizable-panels .ibox {
    clear: none;
    margin: 10px;
    float: left;
    overflow: hidden;
    min-height: 150px;
    min-width: 150px;
}

    .resizable-panels .ibox .ibox-content {
        height: calc(100% - 49px);
    }

.ui-resizable-helper {
    background: rgba(211, 211, 211, 0.4);
}

/* WIZARD STEP FIX */

.wizard > .content > .body {
    position: relative;
}

/* DROPZONE */

.dropzone {
    min-height: 140px;
    border: 1px dashed #f00078;
    background: white;
    padding: 20px 20px;
}

    .dropzone .dz-message {
        font-size: 16px;
    }

.sidebard-panel {
    width: 210px;
    background: #ebebed;
    padding: 10px 20px;
    position: absolute;
    right: 0;
}

    .sidebard-panel .feed-element img.img-circle {
        width: 32px;
        height: 32px;
    }

    .sidebard-panel .feed-element,
    .media-body,
    .sidebard-panel p {
        font-size: 12px;
    }

    .sidebard-panel .feed-element {
        margin-top: 20px;
        padding-bottom: 0;
    }

    .sidebard-panel .list-group {
        margin-bottom: 10px;
    }

        .sidebard-panel .list-group .list-group-item {
            padding: 5px 0;
            font-size: 12px;
            border: 0;
        }

.sidebar-content .wrapper,
.wrapper.sidebar-content {
    padding-right: 230px !important;
}

.body-small .sidebar-content .wrapper,
.body-small .wrapper.sidebar-content {
    padding-right: 20px !important;
}

#right-sidebar {
    background-color: white;
    border-left: 1px solid #e7eaec;
    border-top: 1px solid #e7eaec;
    overflow: hidden;
    position: fixed;
    top: 60px;
    width: 260px !important;
    z-index: 1009;
    bottom: 0;
    right: -260px;
}

    #right-sidebar.sidebar-open {
        right: 0;
    }

        #right-sidebar.sidebar-open.sidebar-top {
            top: 0;
            border-top: none;
        }

.sidebar-container ul.nav-tabs {
    border: none;
}

    .sidebar-container ul.nav-tabs.navs-4 li {
        width: 25%;
    }

    .sidebar-container ul.nav-tabs.navs-3 li {
        width: 33.3333%;
    }

    .sidebar-container ul.nav-tabs.navs-2 li {
        width: 50%;
    }

    .sidebar-container ul.nav-tabs li {
        border: none;
    }

        .sidebar-container ul.nav-tabs li a {
            border: none;
            padding: 12px 10px;
            margin: 0;
            border-radius: 0;
            background: #280070;
            color: white;
            text-align: center;
            border-right: 1px solid #334556;
        }

        .sidebar-container ul.nav-tabs li.active a {
            border: none;
            background: #f9f9f9;
            color: #676a6c;
            font-weight: bold;
        }

.sidebar-container .nav-tabs > li.active > a:hover,
.sidebar-container .nav-tabs > li.active > a:focus {
    border: none;
}

.sidebar-container ul.sidebar-list {
    margin: 0;
    padding: 0;
}

    .sidebar-container ul.sidebar-list li {
        border-bottom: 1px solid #e7eaec;
        padding: 15px 20px;
        list-style: none;
        font-size: 12px;
    }

.sidebar-container .sidebar-message:nth-child(2n+2) {
    background: #f9f9f9;
}

.sidebar-container ul.sidebar-list li a {
    text-decoration: none;
    color: inherit;
}

.sidebar-container .sidebar-content {
    padding: 15px 20px;
    font-size: 12px;
}

.sidebar-container .sidebar-title {
    background: #f9f9f9;
    padding: 20px;
    border-bottom: 1px solid #e7eaec;
}

    .sidebar-container .sidebar-title h3 {
        margin-bottom: 3px;
        padding-left: 2px;
    }

.sidebar-container .tab-content h4 {
    margin-bottom: 5px;
}

.sidebar-container .sidebar-message > a > .pull-left {
    margin-right: 10px;
}

.sidebar-container .sidebar-message > a {
    text-decoration: none;
    color: inherit;
}

.sidebar-container .sidebar-message {
    padding: 15px 20px;
}

    .sidebar-container .sidebar-message .message-avatar {
        height: 38px;
        width: 38px;
        border-radius: 50%;
    }

.sidebar-container .setings-item {
    padding: 15px 20px;
    border-bottom: 1px solid #e7eaec;
}

.sidebar-collapse {
    background-color: white;
    position: relative;
    width: 210px;
}

.b-r {
    border-right: 1px solid #e7eaec;
}

.hr-line-dashed {
    border-top: 2px dashed #dde5ed;
    color: #dde5ed;
    height: 2px;
    margin: 20px 0;
}

.hr-line-dotted {
    border-top: 2px dotted #dde5ed;
    color: #dde5ed;
    height: 2px;
    margin: 20px 0;
}

.hr-line-muted {
    border-top: 2px solid #dde5ed;
    color: #dde5ed;
    height: 2px;
    margin: 20px 0;
}

.hr-magenta {
    border-top: 1px solid #F00078;
    color: #F00078;
    height: 1px;
    margin: 20px 0;
}

.hr-grey {
    border-top: 1px solid #CCC;
    margin: 20px 0;
}

.hr-spacer {
    border-top: 1px solid white;
    margin: 10px 0;
}

.hr-clear {
    border-top: 1px solid rgba(225, 225, 225, 0);
    margin: 10px 0;
    display: block;
    overflow: hidden;
}

.hr-line-solid {
    border-bottom: 2px solid #dde5ed;
    color: #dde5ed;
    border-style: solid !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.hr-divider {
    border-top: 25px solid #dde5ed;
    border-bottom: 2px solid #c3d1df;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: -20px;
    margin-left: -20px;
}

video {
    width: 100% !important;
    height: auto !important;
}

/* GALLERY */

.gallery > .row > div {
    margin-bottom: 15px;
}

.fancybox img {
    margin-bottom: 5px;
    /* Only for demo */
    width: 24%;
}

/* MODALS */

.modal-content {
    background-clip: padding-box;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
}

.modal-dialog {
    z-index: 2200;
}

.modal-body {
    padding: 15px 20px;
}

.inmodal .modal-body {
    background: white;
}

.inmodal .modal-header {
    padding: 20px;
    text-align: left;
}

.animated.modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.inmodal .modal-title {
    font-size: 26px;
}

.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3;
}

.modal-footer {
    margin-top: 0;
    padding: 20px;
}

/* WRAPPERS */

#wrapper {
    width: 100%;
    overflow-x: hidden;
}

.wrapper {
    padding: 0 20px;
}

.wrapper-content {
    padding: 20px 10px;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    position: relative !important;
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 240px;
        min-height: 2002px;
    }
}

.title-action {
    text-align: right;
    padding-top: 30px;
}

ul.unstyled,
ol.unstyled {
    list-style: none outside none;
    margin-left: 0;
}

.big-icon {
    font-size: 160px !important;
    color: #e5e6e7;
}

/* FOOTER */

.footer a {
    color: white;
    text-decoration: underline;
}

.footer.fixed_full {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 10px 20px;
    background: #280070;
    border-top: 0;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 10px 20px;
    background: #280070;
    border-top: 0;
    margin-left: 210px;
}

body.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
    margin: 0 0 0 210px;
}

body.mini-navbar.canvas-menu .footer.fixed,
body.canvas-menu .footer.fixed {
    margin: 0 !important;
}

body.fixed-sidebar.body-small.mini-navbar .footer.fixed {
    margin: 0 0 0 210px;
}

body.body-small .footer.fixed {
    margin-left: 0;
}

/* PANELS */

.panel-group .panel + .panel {
    margin-top: 15px;
}

.panel.panel-default > .panel-heading {
    border-right: 40px solid #f00078;
}

/*.panel.panel-default > .panel-heading::before {
        font-family: "FontAwesome";
        content: "\f107";
        color: white;
        position: absolute;
        font-size: 30px;
        left: 100%;
        top: -5%;
        padding-left: 10px;
    }*/

.panel-heading {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0px 15px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 40px;
}

    .panel-heading h1,
    .panel-heading h2 {
        margin-bottom: 5px;
    }

    .panel-heading.dashboard {
        padding: 5px 15px;
    }

.panel-default > .panel-heading {
    background-color: #dde5ed;
}

.panel-collapse {
    background: rgba(221, 229, 237, 0.2);
}

/*.panel-collapse.collapse.in::before {
        font-family: "FontAwesome";
        content: "\f106";
        color: white;
        position: relative;
        font-size: 32px;
        background-color: #f00078;
        height: 40px;
        width: 40px;
        top: -40px;
        float: right;
        padding: 0 9px;
        display: block;
    }*/

.panel.blank-panel {
    background: none;
    margin: 0;
}

.blank-panel .panel-heading {
    padding-bottom: 0;
}

.panel-heading.white-bg {
    background-color: white;
}

.nav-tabs > li > a {
    color: black;
    background-color: #FFF;
    font-weight: 400;
    padding: 6px 15px;
}

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        background-color: #e6e6e6;
        color: #676a6c;
    }

.ui-tab .tab-content {
    padding: 20px 0;
}

/* TABLES */

.table {
    background-color: #FFF;
}

.table-bordered {
    border: 1px solid #dde5ed;
}

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        background-color: #F5F5F6;
        border-bottom-width: 1px;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dde5ed;
    }

.table > thead > tr > th {
    border-bottom: 1px solid #dde5ed;
    vertical-align: bottom;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #dde5ed;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: middle;
    word-break: keep-all;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > thead > tr > td {
    background-color: #dde5ed;
    color: #f00078;
}

/* GLOBAL  */

.no-padding {
    padding: 0 !important;
}

.no-borders {
    border: none !important;
}

.no-margins {
    margin: 0 !important;
}

.no-top-border {
    border-top: 0 !important;
}

.ibox-content.text-box {
    padding-bottom: 0;
    padding-top: 15px;
}

.border-left-right {
    border-left: 1px solid #e7eaec;
    border-right: 1px solid #e7eaec;
}

.border-top-bottom {
    border-top: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
}

.border-left {
    border-left: 1px solid #e7eaec;
}

.border-right {
    border-right: 1px solid #e7eaec;
}

.border-top {
    border-top: 1px solid #e7eaec;
}

.border-bottom {
    border-bottom: 1px solid #e7eaec;
}

.border-size-sm {
    border-width: 3px;
}

.border-size-md {
    border-width: 6px;
}

.border-size-lg {
    border-width: 9px;
}

.border-size-xl {
    border-width: 12px;
}

.full-width {
    width: 100% !important;
}

.link-block {
    font-size: 12px;
    padding: 10px;
}

.nav.navbar-top-links .link-block a {
    font-size: 12px;
}

.link-block a {
    font-size: 10px;
    color: inherit;
}

body.mini-navbar .branding {
    display: none;
}

img.circle-border {
    border: 6px solid white;
    border-radius: 50%;
}

.branding {
    float: left;
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 17px 20px;
    text-align: center;
    background-color: #f00078;
}

.login-panel {
    margin-top: 25%;
}

.icons-box h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.icons-box .infont a i {
    font-size: 25px;
    display: block;
    color: #676a6c;
}

.icons-box .infont a {
    color: #a6a8a9;
}

.icons-box .infont a {
    padding: 10px;
    margin: 1px;
    display: block;
}

.ui-draggable .ibox-title {
    cursor: move;
}

.breadcrumb {
    background-color: white;
    padding: 0;
    margin-bottom: 0;
}

    .breadcrumb > li a {
        color: inherit;
    }

    .breadcrumb > .active {
        color: inherit;
        font-weight: bold;
    }

code {
    background-color: #F9F2F4;
    border-radius: 0;
    color: #ca4440;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

    .ibox.collapsed .ibox-content {
        display: none;
    }

    .ibox.collapsed .fa.fa-chevron-up:before {
        content: "\f078";
    }

    .ibox.collapsed .fa.fa-chevron-down:before {
        content: "\f077";
    }

    .ibox:after,
    .ibox:before {
        display: table;
    }

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white;
    border-color: #c3d1df;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 20px 12px;
    min-height: 48px;
    overflow: hidden;
}

.ibox-content {
    background-color: white;
    color: black;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: white;
    padding: 10px 15px;
}

table.table-mail tr td {
    padding: 12px;
}

.table-mail .check-mail {
    padding-left: 20px;
}

.table-mail .mail-date {
    padding-right: 20px;
}

.star-mail,
.check-mail {
    width: 40px;
}

.unread td a,
.unread td {
    font-weight: 700;
    color: inherit;
}

.read td a,
.read td {
    font-weight: normal;
    color: inherit;
}

.unread td {
    background-color: #f9f8f8;
}

.ibox-content {
    clear: both;
}

.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}

    .ibox-heading h3 {
        font-weight: 400;
        font-size: 24px;
    }

.ibox-title .label {
    float: left;
    margin-left: 0;
}

.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right;
}

    .ibox-tools a {
        cursor: pointer;
        margin-left: 5px;
        color: #c4c4c4;
    }

        .ibox-tools a.btn-primary {
            color: white;
        }

    .ibox-tools .dropdown-menu > li > a {
        padding: 4px 10px;
        font-size: 12px;
    }

.ibox .ibox-tools.open > .dropdown-menu {
    left: auto;
    right: 0;
}

/* BACKGROUNDS COLOURS */

.black {
    color: black;
}

a.black {
    color: black;
    text-decoration: underline;
}

.gray-bg,
.grey-bg,
.bg-muted {
    background-color: #dde5ed;
}

.gray-bg-60, .grey-bg-60 {
    background-color: rgba(221, 229, 237, 0.6);
}

.gray-bg-light, .grey-bg-light {
    background-color: rgba(221, 229, 237, 0.2);
}


.blue-green-bg {
    background-color: #b1e3e4;
}

.white-bg {
    background-color: white;
}

.navy-bg,
.bg-success {
    background-color: #f00078;
    color: white;
}

.blue-bg,
.bg-primary {
    background-color: #92318e;
    color: white;
}

.lazur-bg,
.bg-info {
    background-color: #009a44;
    color: white;
}

.yellow-bg,
.bg-warning {
    background-color: #f00078;
    color: white;
}

.red-bg,
.bg-danger {
    background-color: #F00078;
    color: white;
}

.black-bg {
    background-color: #262626;
}

.panel-grey {
    border-color: #dde5ed;
}

    .panel-grey > .panel-heading {
        background-color: rgba(221, 229, 237, 0.6);
        border-color: #f00078;
    }

.well {
    padding: 15px;
    background-color: whitesmoke;
}

.well-grey {
    background-color: rgba(221, 229, 237, 0.4);
    box-shadow: inset 0 1px 1px rgba(221, 229, 237, 1.0);
}

.panel-primary {
    border-color: #f00078;
}

    .panel-primary > .panel-heading {
        background-color: #f00078;
        border-color: #f00078;
    }

.panel-success {
    border-color: #92318e;
}

    .panel-success > .panel-heading {
        background-color: #92318e;
        border-color: #92318e;
        color: white;
    }

.panel-info {
    border-color: #009a44;
}

    .panel-info > .panel-heading {
        background-color: #009a44;
        border-color: #009a44;
        color: white;
    }

.panel-warning {
    border-color: #f00078;
}

    .panel-warning > .panel-heading {
        background-color: #f00078;
        border-color: #f00078;
        color: white;
    }

.panel-danger {
    border-color: #F00078;
}

    .panel-danger > .panel-heading {
        background-color: #F00078;
        border-color: #F00078;
        color: white;
    }

.progress-bar {
    background-color: #f00078;
}
.progress-bar-green {
    background-image: linear-gradient(to right, lightgreen, #009a44, darkgreen);
    filter: Alpha(opacity=50); /* IE8 and earlier */
}
.progress-small,
.progress-small .progress-bar {
    height: 10px;
}

.progress-small,
.progress-mini {
    margin-top: 5px;
}

    .progress-mini,
    .progress-mini .progress-bar {
        height: 5px;
        margin-bottom: 0;
    }

.progress-bar-navy-light {
    background-color: #3dc7ab;
}

.progress-bar-success {
    background-color: #92318e;
}

.progress-bar-info {
    background-color: #009a44;
}

.progress-bar-warning {
    background-color: #f00078;
}

.progress-bar-danger {
    background-color: #F00078;
}

.panel-title {
    font-family: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.jumbotron {
    border-radius: 0;
    padding: 40px;
}

    .jumbotron h1 {
        margin-top: 0;
    }

/* TEXT COLORS */

.text-grey {
    color: #696969;
}

.text-navy {
    color: #280070;
}

.text-primary {
    color: #92318e;
}

.text-success, .text-success a {
    color: #280070;
    font-weight: bold;
}

    .text-success > a:hover {
        color: #280070;
        text-decoration: underline;
        text-decoration-color: #280070;
    }

.text-info {
    color: #009a44;
}

.text-warning {
    color: #f00078;
    font-weight: 700;
}

.text-danger {
    color: #F00078;
}

.text-muted {
    color: #dde5ed;
}

.text-white {
    color: white;
}

.text-magenta,
.text-pink {
    color: #f00078;
}

.text-dk-blue {
    color: #280070;
}

.text-green {
    color: #009a44;
}

.text-bold {
    font-weight: 700;
}

.text85 {
    font-size: 85%;
}

.text75 {
    font-size: 75%;
}

.simple_tag {
    background-color: #dde5ed;
    border: 1px solid #e7eaec;
    border-radius: 0;
    color: inherit;
    font-size: 10px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 12px;
    display: inline-block;
}

.img-shadow {
    -webkit-box-shadow: 0 0 3px 0 #919191;
    -moz-box-shadow: 0 0 3px 0 #919191;
    box-shadow: 0 0 3px 0 #919191;
}

a.close-canvas-menu {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1011;
    color: #dde5ed;
}

    a.close-canvas-menu:hover {
        color: white;
    }

.close-canvas-menu {
    display: none;
}

.canvas-menu .close-canvas-menu {
    display: block;
}

.light-navbar .navbar.navbar-static-top {
    background-color: white;
}

/* FULL HEIGHT */

.full-height {
    height: 100%;
}

.fh-breadcrumb {
    height: calc(100% - 196px);
    margin: 0 -15px;
    position: relative;
}

.fh-no-breadcrumb {
    height: calc(100% - 99px);
    margin: 0 -15px;
    position: relative;
}

.fh-column {
    background: white;
    height: 100%;
    width: 240px;
    float: left;
}

.modal-backdrop {
    z-index: 2040 !important;
}

.modal {
    z-index: 2050 !important;
}

.spiner-example {
    height: 200px;
    padding-top: 70px;
}

/* MARGINS & PADDINGS */

.p-xxs {
    padding: 5px;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 15px;
}

.p-m {
    padding: 20px;
}

.p-md {
    padding: 25px;
}

.p-lg {
    padding: 30px;
}

.p-xl {
    padding: 40px;
}

.p-w-xs {
    padding: 0 10px;
}

.p-r-xs {
    padding-right: 10px;
}

.p-l-xs {
    padding-left: 10px;
}

@media (max-width: 768px) {
    .p-w-xs, .p-r-xs, .p-l-xs {
        padding: 0 15px;
    }
}

.p-w-sm {
    padding: 0 15px;
}

.p-w-m {
    padding: 0 20px;
}

.p-w-md {
    padding: 0 25px;
}

.p-w-lg {
    padding: 0 30px;
}

.p-w-xl {
    padding: 0 40px;
}

.p-h-xs {
    padding: 10px 0;
}

.p-h-sm {
    padding: 15px 0;
}

.p-h-m {
    padding: 20px 0;
}

.p-h-md {
    padding: 25px 0;
}

.p-h-lg {
    padding: 30px 0;
}

.p-h-xl {
    padding: 40px 0;
}

.p-b-none {
    padding-bottom: 0;
}

.p-r-none {
    padding-right: 0;
}

.p-l-none {
    padding-left: 0;
}

.p-t {
    padding-top: 15px;
}

.p-t-sm {
    padding-top: 10px;
}

.p-t-md {
    padding-top: 20px;
}

.p-v {
    padding-top: 15px;
    padding-bottom: 15px;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0 !important;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.m-h-xs {
    margin-right: 5px;
    margin-left: 5px;
}

.m-v-xs {
    margin-top: 5px;
    margin-bottom: 5px;
}

.m-h-sm {
    margin-right: 10px;
    margin-left: 10px;
}

.m-v-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-v-md {
    margin-top: 20px;
    margin-bottom: 20px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}

.img-sm {
    width: 32px;
    height: 32px;
}

.img-md {
    width: 64px;
    height: 64px;
}

.img-lg {
    width: 96px;
    height: 96px;
}

.b-r-xs {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.b-r-sm {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.b-r-md {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.b-r-lg {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.b-r-xl {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.fullscreen-ibox-mode .animated {
    animation: none;
}

body.fullscreen-ibox-mode {
    overflow-y: hidden;
}

.ibox.fullscreen {
    z-index: 2030;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin-bottom: 0;
}

    .ibox.fullscreen .collapse-link {
        display: none;
    }

    .ibox.fullscreen .ibox-content {
        min-height: calc(100% - 48px);
    }

body.modal-open {
    padding-right: inherit !important;
}

    body.modal-open .wrapper-content.animated {
        -webkit-animation: none;
    }

    body.modal-open .animated {
        animation-fill-mode: initial;
        z-index: inherit;
    }

/* Show profile dropdown on fixed sidebar */

body.mini-navbar.fixed-sidebar .profile-element,
.block {
    display: block !important;
}

body.mini-navbar.fixed-sidebar .nav-header {
    padding: 33px 25px;
}

body.mini-navbar.fixed-sidebar .logo-element {
    display: none;
}

.fullscreen-video .animated {
    animation: none;
}

/* SEARCH PAGE */

.search-form {
    margin-top: 10px;
}

.search-result h3 {
    margin-bottom: 0;
    color: #1E0FBE;
}

.search-result .search-link {
    color: #006621;
}

.search-result p {
    font-size: 12px;
    margin-top: 5px;
}

/* ERROR & LOGIN & LOCKSCREEN */

.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}

.lockscreen.middle-box {
    width: 200px;
    padding-top: 110px;
}

.loginscreen.middle-box {
    width: 300px;
}

.loginColumns {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}

.passwordBox {
    max-width: 460px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}

.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 700;
    letter-spacing: -10px;
    margin-bottom: 0;
}

.middle-box h1 {
    font-size: 170px;
}

.wrapper .middle-box {
    margin-top: 140px;
}

.lock-word {
    z-index: 10;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -470px;
}

    .lock-word span {
        font-size: 100px;
        font-weight: 700;
        color: #e9e9e9;
        display: inline-block;
    }

    .lock-word .first-word {
        margin-right: 160px;
    }

/* DASHBOARD */

.dashboard-header {
    border-top: 0;
    padding: 20px 20px 20px 20px;
}

    .dashboard-header h2 {
        margin-top: 10px;
        font-size: 26px;
    }

.fist-item {
    border-top: none !important;
}

.statistic-box {
    margin-top: 40px;
}

.dashboard-header .list-group-item span.label {
    margin-right: 10px;
}

.list-group.clear-list .list-group-item {
    border-top: 1px solid #e7eaec;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    padding: 10px 0;
}

ul.clear-list:first-child {
    border-top: none !important;
}

/* PIN BOARD */

ul.notes li,
ul.tag-list li {
    list-style: none;
}

    ul.notes li h4 {
        margin-top: 20px;
        font-size: 16px;
    }

    ul.notes li div {
        text-decoration: none;
        color: black;
        background: #ffc;
        display: block;
        height: 140px;
        width: 140px;
        padding: 1em;
        position: relative;
    }

        ul.notes li div small {
            position: absolute;
            top: 5px;
            right: 5px;
            font-size: 10px;
        }

        ul.notes li div a {
            position: absolute;
            right: 10px;
            bottom: 10px;
            color: inherit;
        }

ul.notes li {
    margin: 10px 40px 50px 0;
    float: left;
}

    ul.notes li div p {
        font-size: 12px;
    }

    ul.notes li div {
        text-decoration: none;
        color: black;
        background: #ffc;
        display: block;
        height: 140px;
        width: 140px;
        padding: 1em;
        /* Firefox */
        -moz-box-shadow: 5px 5px 2px #212121;
        /* Safari+Chrome */
        -webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
        /* Opera */
        box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
    }

    ul.notes li div {
        -webkit-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        -moz-transform: rotate(-6deg);
    }

    ul.notes li:nth-child(even) div {
        -o-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        -moz-transform: rotate(4deg);
        position: relative;
        top: 5px;
    }

    ul.notes li:nth-child(3n) div {
        -o-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        position: relative;
        top: -5px;
    }

    ul.notes li:nth-child(5n) div {
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        position: relative;
        top: -10px;
    }

    ul.notes li div:hover,
    ul.notes li div:focus {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        position: relative;
        z-index: 5;
    }

    ul.notes li div {
        text-decoration: none;
        color: black;
        background: #ffc;
        display: block;
        height: 210px;
        width: 210px;
        padding: 1em;
        -moz-box-shadow: 5px 5px 7px #212121;
        -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
        box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
        -moz-transition: -moz-transform 0.15s linear;
        -o-transition: -o-transform 0.15s linear;
        -webkit-transition: -webkit-transform 0.15s linear;
    }

/* FILE MANAGER */

.file-box {
    float: left;
    width: 210px;
}

.file-manager h5 {
    text-transform: uppercase;
}

.file-manager {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.folder-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}

.folder-list li {
    border-bottom: 1px solid #e7eaec;
    display: block;
}

    .folder-list li i {
        margin-right: 8px;
        color: #3d4d5d;
    }

.category-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}

.category-list li {
    display: block;
}

    .category-list li i {
        margin-right: 8px;
        color: #3d4d5d;
    }

    .category-list li a .text-navy {
        color: #f00078;
    }

    .category-list li a .text-primary {
        color: #92318e;
    }

    .category-list li a .text-info {
        color: #009a44;
    }

    .category-list li a .text-danger {
        color: #EF5352;
    }

    .category-list li a .text-warning {
        color: #f00078;
    }

.file-manager h5.tag-title {
    margin-top: 20px;
}

.tag-list li {
    float: left;
}

    .tag-list li a {
        font-size: 10px;
        background-color: #dde5ed;
        padding: 5px 12px;
        color: inherit;
        border-radius: 0;
        border: 1px solid #e7eaec;
        margin-right: 5px;
        margin-top: 5px;
        display: block;
    }

.file {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: white;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}

.file-manager .hr-line-dashed {
    margin: 15px 0;
}

.file .icon,
.file .image {
    height: 100px;
    overflow: hidden;
}

.file .icon {
    padding: 15px 10px;
    text-align: center;
}

.file-control {
    color: inherit;
    font-size: 11px;
    margin-right: 10px;
}

    .file-control.active {
        text-decoration: underline;
    }

.file .icon i {
    font-size: 70px;
    color: #dadada;
}

.file .file-name {
    padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec;
}

.file-name small {
    color: #676a6c;
}

.corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 0.6em solid transparent;
    border-right: 0.6em solid #f1f1f1;
    border-bottom: 0.6em solid #f1f1f1;
    right: 0em;
    bottom: 0em;
}

a.compose-mail {
    padding: 8px 10px;
}

.mail-search {
    max-width: 300px;
}

/* PROFILE */

.profile-content {
    border-top: none !important;
}

.profile-stats {
    margin-right: 10px;
}

.profile-image {
    width: 120px;
    float: left;
}

    .profile-image img {
        width: 96px;
        height: 96px;
    }

.profile-info {
    margin-left: 120px;
}

.feed-activity-list .feed-element {
    border-bottom: 1px solid #e7eaec;
}

.feed-element:first-child {
    margin-top: 0;
}

.feed-element {
    padding-bottom: 15px;
}

    .feed-element,
    .feed-element .media {
        margin-top: 15px;
    }

.feed-element,
.media-body {
    overflow: hidden;
}

    .feed-element > .pull-left {
        margin-right: 10px;
    }

    .feed-element img.img-circle,
    .dropdown-messages-box img.img-circle {
        width: 38px;
        height: 38px;
    }

    .feed-element .well {
        border: 1px solid #e7eaec;
        box-shadow: none;
        margin-top: 10px;
        margin-bottom: 5px;
        padding: 10px 20px;
        font-size: 11px;
        line-height: 16px;
    }

    .feed-element .actions {
        margin-top: 10px;
    }

    .feed-element .photos {
        margin: 10px 0;
    }

.feed-photo {
    max-height: 180px;
    border-radius: 0;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

.file-list li {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 0;
    border: 1px solid #e7eaec;
    margin-bottom: 5px;
}

    .file-list li a {
        color: inherit;
    }

        .file-list li a:hover {
            color: #f00078;
        }

.user-friends img {
    width: 42px;
    height: 42px;
    margin-bottom: 5px;
    margin-right: 5px;
}

/* MAILBOX */

.mail-box {
    background-color: white;
    border: 1px solid #e7eaec;
    border-top: 0;
    padding: 0;
    margin-bottom: 20px;
}

.mail-box-header {
    background-color: white;
    border: 1px solid #e7eaec;
    border-bottom: 0;
    padding: 30px 20px 20px 20px;
}

    .mail-box-header h2 {
        margin-top: 0;
    }

.mailbox-content .tag-list li a {
    background: white;
}

.mail-body {
    border-top: 1px solid #e7eaec;
    padding: 20px;
}

.mail-text {
    border-top: 1px solid #e7eaec;
}

    .mail-text .note-toolbar {
        padding: 10px 15px;
    }

.mail-body .form-group {
    margin-bottom: 5px;
}

.mail-text .note-editor .note-toolbar {
    background-color: #F9F8F8;
}

.mail-attachment {
    border-top: 1px solid #e7eaec;
    padding: 20px;
    font-size: 12px;
}

.mailbox-content {
    background: none;
    border: none;
    padding: 10px;
}

.mail-ontact {
    width: 23%;
}

/* DIFF */
ins {
    background-color: #c6ffc6;
    text-decoration: none;
}

del {
    background-color: #ffc6c6;
}

/* METISMENU - V2.0.2 */

.metismenu .plus-minus,
.metismenu .plus-times {
    float: right;
}

.metismenu .arrow {
    float: right;
    line-height: 1.42857;
}

.metismenu .glyphicon.arrow:before {
    content: "\e079";
}

.metismenu .active > a > .glyphicon.arrow:before {
    content: "\e114";
}

.metismenu .fa.arrow:before {
    content: "\f107";
}

.metismenu .active > a > .fa.arrow:before {
    content: "\f106";
}

.metismenu .ion.arrow:before {
    content: "\f3d2";
}

.metismenu .active > a > .ion.arrow:before {
    content: "\f3d0";
}

.metismenu .fa.plus-minus:before,
.metismenu .fa.plus-times:before {
    content: "\f067";
}

.metismenu .active > a > .fa.plus-times {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.metismenu .active > a > .fa.plus-minus:before {
    content: "\f068";
}

.metismenu .collapse {
    display: none;
}

    .metismenu .collapse.in, li.dropdown.open > ul {
        display: block;
    }

.metismenu .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}

.mini-navbar .metismenu .collapse {
    opacity: 0;
}

    .mini-navbar .metismenu .collapse.in {
        opacity: 1;
    }

    .mini-navbar .metismenu .collapse a {
        display: none;
    }

    .mini-navbar .metismenu .collapse.in a {
        display: block;
    }


/* -------- NESA LANDING PAGE -----------*/

/* ---------- GLOBAL STYLES ------------ */

/* ----------- PACE PLUGIN ------------- */

.landing-page.pace .pace-progress {
    background: white;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace-inactive {
    display: none;
}

body.landing-page {
    color: #676a6c;
    font-family: 'Roboto', arial, sans-serif;
    background-color: white;
}

.landing-page span.navy {
    color: #f00078;
}

.landing-page p.text-color {
    color: #676a6c;
}

.landing-page a.navy-link {
    color: #f00078;
    text-decoration: none;
}

    .landing-page a.navy-link:hover {
        color: #179d82;
    }

.landing-page section p {
    color: #aeaeae;
    font-size: 13px;
}

.landing-page address {
    font-size: 13px;
}

.landing-page h1 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 400;
}

.landing-page .navy-line {
    width: 60px;
    height: 1px;
    margin: 60px auto 0;
    border-bottom: 2px solid #f00078;
}

.landing-page .navbar-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 200;
}

    .landing-page .navbar-wrapper > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .landing-page .navbar-wrapper .navbar {
        padding-right: 15px;
        padding-left: 15px;
    }

.landing-page .navbar-default.navbar-scroll {
    background-color: white;
    border-color: white;
    padding: 15px 0;
}

.landing-page .navbar-default {
    background-color: transparent;
    border-color: transparent;
    transition: all 0.3s ease-in-out 0s;
}

    .landing-page .navbar-default .nav li a {
        color: white;
        font-family: 'Roboto', arial, sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 14px;
    }

.landing-page .navbar-nav > li > a {
    padding-top: 25px;
    border-top: 6px solid transparent;
}

.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: white;
    border-top: 6px solid #f00078;
}

.landing-page .navbar-default .navbar-nav > li > a:hover,
.landing-page .navbar-default .navbar-nav > li > a:focus {
    color: #f00078;
    background: inherit;
}

.landing-page .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: white;
}

.landing-page .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: white;
}

.landing-page .navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
    background: transparent;
    color: inherit;
}

.landing-page .navbar-default .navbar-brand:hover,
.landing-page .navbar-default .navbar-brand:focus {
    background: #179d82;
    color: white;
}

.landing-page .navbar-default .navbar-brand {
    color: white;
    height: auto;
    display: block;
    font-size: 14px;
    background: #f00078;
    padding: 15px 20px 15px 20px;
    border-radius: 0;
    font-weight: 700;
    transition: all 0.3s ease-in-out 0s;
}

.landing-page .navbar-scroll.navbar-default .nav li a {
    color: #676a6c;
}

    .landing-page .navbar-scroll.navbar-default .nav li a:hover {
        color: #f00078;
    }

.landing-page .navbar-wrapper .navbar.navbar-scroll {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
}

.landing-page .nav > li.active {
    border: none;
    background: inherit;
}

.landing-page .nav > li > a {
    padding: 25px 10px 15px 10px;
}

.landing-page .navbar-scroll .navbar-nav > li > a {
    padding: 20px 10px;
}

.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover {
    border-top: 6px solid #f00078;
}

.landing-page .navbar-fixed-top {
    border: none !important;
}

    .landing-page .navbar-fixed-top.navbar-scroll {
        border-bottom: 1px solid #e7eaec !important;
    }

.landing-page .navbar.navbar-scroll .navbar-brand {
    margin-top: 15px;
    border-radius: 0;
    font-size: 12px;
    padding: 10px;
    height: auto;
}

.landing-page .header-back {
    height: 470px;
    width: 100%;
}

    .landing-page .header-back.one {
        background: url('../img/landing/header_one.jpg') 50% 0 no-repeat;
    }

    .landing-page .header-back.two {
        background: url('../img/landing/header_two.jpg') 50% 0 no-repeat;
    }

.landing-page .carousel {
    height: 470px;
}

.landing-page .carousel-caption {
    z-index: 10;
}

.landing-page .carousel .item {
    height: 470px;
    background-color: #777;
}

.landing-page .carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 470px;
}

.landing-page .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.landing-page .carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .landing-page .carousel-fade .carousel-inner .active.left,
    .landing-page .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.landing-page .carousel-fade .carousel-inner .next.left,
.landing-page .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.landing-page .carousel-fade .carousel-control {
    z-index: 2;
}

.landing-page .carousel-control.left,
.landing-page .carousel-control.right {
    background: none;
}

.landing-page .carousel-control {
    width: 6%;
}

.landing-page .carousel-inner .container {
    position: relative;
}

.landing-page .carousel-inner {
    overflow: visible;
}

.landing-page .carousel-caption {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left;
}

.landing-page .carousel-caption {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left;
}

    .landing-page .carousel-caption.blank {
        top: 140px;
    }

.landing-page .carousel-image {
    position: absolute;
    right: 10px;
    top: 150px;
}

.landing-page .carousel-indicators {
    padding-right: 60px;
}

.landing-page .carousel-caption h1 {
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: -1.5px;
}

.landing-page .carousel-caption p {
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: none;
}

.landing-page .caption-link {
    color: white;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: 400;
}

    .landing-page .caption-link:hover {
        text-decoration: none;
        color: inherit;
    }

.landing-page .services {
    padding-top: 60px;
}

    .landing-page .services h2 {
        font-size: 20px;
        letter-spacing: -1px;
        font-weight: 700;
        text-transform: uppercase;
    }

.landing-page .features-block {
    margin-top: 40px;
}

.landing-page .features-text {
    margin-top: 40px;
}

.landing-page .features small {
    color: #f00078;
}

.landing-page .features h2 {
    font-size: 18px;
    margin-top: 5px;
}

.landing-page .features-text-alone {
    margin: 40px 0;
}

    .landing-page .features-text-alone h1 {
        font-weight: 200;
    }

.landing-page .features-icon {
    color: #f00078;
    font-size: 40px;
}

.landing-page .navy-section {
    margin-top: 60px;
    background: #f00078;
    color: white;
    padding: 20px 0;
}

.landing-page .gray-section {
    background: #f4f4f4;
    margin-top: 60px;
}

.landing-page .team-member {
    text-align: center;
}

    .landing-page .team-member img {
        margin: auto;
    }

.landing-page .social-icon a {
    background: #f00078;
    color: white;
    padding: 4px 8px;
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 50px;
}

    .landing-page .social-icon a:hover {
        background: #179d82;
    }

.landing-page .img-small {
    height: 88px;
    width: 88px;
}

.landing-page .pricing-plan {
    margin: 20px 30px 0 30px;
    border-radius: 0;
}

    .landing-page .pricing-plan.selected {
        transform: scale(1.1);
        background: #f4f4f4;
    }

    .landing-page .pricing-plan li {
        padding: 10px 16px;
        border-top: 1px solid #e7eaec;
        text-align: center;
        color: #aeaeae;
    }

    .landing-page .pricing-plan .pricing-price span {
        font-weight: 700;
        color: #f00078;
    }

.landing-page li.pricing-desc {
    font-size: 13px;
    border-top: none;
    padding: 20px 16px;
}

.landing-page li.pricing-title {
    background: #f00078;
    color: white;
    padding: 10px;
    border-radius: 0;
    font-size: 22px;
    font-weight: 700;
}

.landing-page .testimonials {
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: #f00078;
    background-image: url('../img/landing/avatar_all.png');
}

.landing-page .big-icon {
    font-size: 56px !important;
}

.landing-page .features .big-icon {
    color: #f00078 !important;
}

.landing-page .contact {
    background-image: url('../img/landing/word_map.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-top: 60px;
}

.landing-page section.timeline {
    padding-bottom: 30px;
}

.landing-page section.comments {
    padding-bottom: 80px;
}

.landing-page .comments-avatar {
    margin-top: 25px;
    margin-left: 22px;
    margin-bottom: 25px;
}

    .landing-page .comments-avatar .commens-name {
        font-weight: 700;
        font-size: 14px;
    }

    .landing-page .comments-avatar img {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        margin-right: 10px;
    }

.landing-page .bubble {
    position: relative;
    height: 120px;
    padding: 20px;
    background: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-style: italic;
    font-size: 14px;
}

    .landing-page .bubble:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 15px 14px 0;
        border-color: white transparent;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -15px;
        left: 30px;
    }

.landing-page .btn-primary.btn-outline:hover,
.landing-page .btn-success.btn-outline:hover,
.landing-page .btn-info.btn-outline:hover,
.landing-page .btn-warning.btn-outline:hover,
.landing-page .btn-danger.btn-outline:hover {
    color: white;
}

.landing-page .btn-primary {
    background-color: #f00078;
    border-color: #f00078;
    color: white;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 700;
}

    .landing-page .btn-primary:hover,
    .landing-page .btn-primary:focus,
    .landing-page .btn-primary:active,
    .landing-page .btn-primary.active,
    .landing-page .open .dropdown-toggle.btn-primary {
        background-color: #179d82;
        border-color: #179d82;
        color: white;
    }

    .landing-page .btn-primary:active,
    .landing-page .btn-primary.active,
    .landing-page .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

        .landing-page .btn-primary.disabled,
        .landing-page .btn-primary.disabled:hover,
        .landing-page .btn-primary.disabled:focus,
        .landing-page .btn-primary.disabled:active,
        .landing-page .btn-primary.disabled.active,
        .landing-page .btn-primary[disabled],
        .landing-page .btn-primary[disabled]:hover,
        .landing-page .btn-primary[disabled]:focus,
        .landing-page .btn-primary[disabled]:active,
        .landing-page .btn-primary.active[disabled],
        .landing-page fieldset[disabled] .btn-primary,
        .landing-page fieldset[disabled] .btn-primary:hover,
        .landing-page fieldset[disabled] .btn-primary:focus,
        .landing-page fieldset[disabled] .btn-primary:active,
        .landing-page fieldset[disabled] .btn-primary.active {
            background-color: #1dc5a3;
            border-color: #1dc5a3;
        }

@media (min-width: 768px) {
    .landing-page {
        /* Navbar positioning foo */
        /* The navbar becomes detached from the top, so we round the corners */
        /* Bump up size of carousel content */
    }

        .landing-page .navbar-wrapper {
            margin-top: 20px;
        }

            .landing-page .navbar-wrapper .container {
                padding-right: 15px;
                padding-left: 15px;
            }

            .landing-page .navbar-wrapper .navbar {
                padding-right: 0;
                padding-left: 0;
            }

            .landing-page .navbar-wrapper .navbar {
                border-radius: 0;
            }

        .landing-page .carousel-caption p {
            margin-bottom: 20px;
            font-size: 14px;
            line-height: 1.4;
        }

        .landing-page .featurette-heading {
            font-size: 50px;
        }
}

@media (max-width: 992px) {
    .landing-page .carousel-image {
        display: none;
    }
}

@media (max-width: 768px) {
    .landing-page .carousel-caption,
    .landing-page .carousel-caption.blank {
        left: 5%;
        top: 80px;
    }

        .landing-page .carousel-caption h1 {
            font-size: 28px;
        }

    .landing-page .navbar.navbar-scroll .navbar-brand {
        margin-top: 6px;
    }

    .landing-page .navbar-default {
        background-color: white;
        border-color: white;
        padding: 15px 0;
    }

        .landing-page .navbar-default .navbar-nav > .active > a:focus {
            background: transparent;
            color: inherit;
        }

        .landing-page .navbar-default .nav li a {
            color: #676a6c;
        }

            .landing-page .navbar-default .nav li a:hover {
                color: #f00078;
            }

    .landing-page .navbar-wrapper .navbar {
        padding-top: 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #e7eaec;
        border-radius: 0;
    }

    .landing-page .nav > li > a {
        padding: 25px 10px 15px 10px;
    }

    .landing-page .navbar-nav > li > a {
        padding: 20px 10px;
    }

    .landing-page .navbar .navbar-brand {
        margin-top: 6px;
        border-radius: 0;
        font-size: 12px;
        padding: 10px;
        height: auto;
    }

    .landing-page .navbar-wrapper .navbar {
        padding-left: 15px;
        padding-right: 5px;
    }

    .landing-page .navbar-default .navbar-nav > .active > a,
    .landing-page .navbar-default .navbar-nav > .active > a:hover {
        color: inherit;
    }

    .landing-page .carousel-control {
        display: none;
    }
}

@media (min-width: 992px) {
    .landing-page .featurette-heading {
        margin-top: 120px;
    }
}

@media (max-width: 768px) {
    .landing-page .navbar .navbar-header {
        display: block;
        float: none;
    }

        .landing-page .navbar .navbar-header .navbar-toggle {
            background-color: white;
            padding: 9px 10px;
            border: none;
        }
}

body.rtls {
    /* Theme config */
}

    body.rtls #page-wrapper {
        margin: 0 210px 0 0;
    }

    body.rtls .nav-second-level li a {
        padding: 5px 35px 5px 10px;
    }

    body.rtls .ibox-title h5 {
        float: right;
    }

    body.rtls .pull-right {
        float: left !important;
    }

    body.rtls .pull-left {
        float: right !important;
    }

    body.rtls .ibox-tools {
        float: left;
    }

    body.rtls .stat-percent {
        float: left;
    }

    body.rtls .navbar-right {
        float: left !important;
    }

    body.rtls .navbar-top-links li:last-child {
        margin-left: 40px;
        margin-right: 0;
    }

    body.rtls .minimalize-styl-2 {
        float: right;
        margin: 14px 20px 5px 5px;
    }

    body.rtls .feed-element > .pull-left {
        margin-left: 10px;
        margin-right: 0;
    }

    body.rtls .theme-config {
        left: 0;
        right: auto;
    }

    body.rtls .spin-icon {
        border-radius: 0 20px 20px 0;
    }

    body.rtls .toast-close-button {
        float: left;
    }

    body.rtls #toast-container > .toast:before {
        margin: auto -1.5em auto 0.5em;
    }

    body.rtls #toast-container > div {
        padding: 15px 50px 15px 15px;
    }

    body.rtls .center-orientation .vertical-timeline-icon i {
        margin-left: 0;
        margin-right: -12px;
    }

    body.rtls .vertical-timeline-icon i {
        right: 50%;
        left: auto;
        margin-left: auto;
        margin-right: -12px;
    }

    body.rtls .file-box {
        float: right;
    }

    body.rtls ul.notes li {
        float: right;
    }

    body.rtls .chat-users,
    body.rtls .chat-statistic {
        margin-right: -30px;
        margin-left: auto;
    }

    body.rtls .dropdown-menu > li > a {
        text-align: right;
    }

    body.rtls .b-r {
        border-left: 1px solid #e7eaec;
        border-right: none;
    }

    body.rtls .dd-list .dd-list {
        padding-right: 30px;
        padding-left: 0;
    }

    body.rtls .dd-item > button {
        float: right;
    }

    body.rtls .theme-config-box {
        margin-left: -210px;
        margin-right: 0;
    }

        body.rtls .theme-config-box.show {
            margin-left: 0;
            margin-right: 0;
        }

    body.rtls .spin-icon {
        right: 0;
        left: auto;
    }

    body.rtls .skin-setttings {
        margin-right: 40px;
        margin-left: 0;
    }

    body.rtls .skin-setttings {
        direction: ltr;
    }

    body.rtls .footer.fixed {
        margin-right: 210px;
        margin-left: 0;
    }

@media (max-width: 992px) {
    body.rtls .chat-users,
    body.rtls .chat-statistic {
        margin-right: 0;
    }
}

body.rtls.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
    margin: 0 210px 0 0;
}

body.rtls.mini-navbar.fixed-sidebar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
    margin: 0;
}

body.rtls.top-navigation .navbar-toggle {
    float: right;
    margin-left: 15px;
    margin-right: 15px;
}

.body-small.rtls.top-navigation .navbar-header {
    float: none;
}

body.rtls.top-navigation #page-wrapper {
    margin: 0;
}

body.rtls.mini-navbar #page-wrapper {
    margin: 0 210px 0 0;
}

body.rtls.mini-navbar.fixed-sidebar #page-wrapper {
    margin: 0;
}

body.rtls.body-small.fixed-sidebar.mini-navbar #page-wrapper {
    margin: 0 210px 0 0;
}

body.rtls.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 210px;
}

.body-small.rtls .navbar-fixed-top {
    margin-right: 0;
}

.body-small.rtls .navbar-header {
    float: right;
}

body.rtls .navbar-top-links li:last-child {
    margin-left: 20px;
}

body.rtls .top-navigation #page-wrapper,
body.rtls.mini-navbar .top-navigation #page-wrapper,
body.rtls.mini-navbar.top-navigation #page-wrapper {
    margin: 0;
}

body.rtls .top-navigation .footer.fixed,
body.rtls.top-navigation .footer.fixed {
    margin: 0;
}

@media (max-width: 768px) {
    body.rtls .navbar-top-links li:last-child {
        margin-left: 20px;
    }

    .body-small.rtls #page-wrapper {
        position: inherit;
        margin: 0;
        min-height: 1000px;
    }

    .body-small.rtls .navbar-static-side {
        display: none;
        z-index: 2001;
        position: absolute;
        width: 210px;
    }

    .body-small.rtls.mini-navbar .navbar-static-side {
        display: block;
    }

    .rtls.fixed-sidebar.body-small .navbar-static-side {
        display: none;
        z-index: 2001;
        position: fixed;
        width: 210px;
    }

    .rtls.fixed-sidebar.body-small.mini-navbar .navbar-static-side {
        display: block;
    }
}

.rtls .ltr-support {
    direction: ltr;
}

.rtls.mini-navbar .nav-second-level,
.rtls.mini-navbar li.active .nav-second-level {
    left: auto;
    right: 210px;
}

.rtls #right-sidebar {
    left: -260px;
    right: auto;
}

    .rtls #right-sidebar.sidebar-open {
        left: 0;
    }

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 230px;
        min-height: 100%;
    }

        #page-wrapper.landing {
            margin-top: 0 !important;
            margin-left: 0;
            min-height: 100%;
        }

    .navbar-static-side {
        z-index: 1999;
        position: absolute;
        width: 210px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0;
        min-height: 1000px;
    }

    .body-small .navbar-static-side {
        display: none;
        z-index: 2001;
        position: absolute;
        width: 210px;
    }

    .body-small.mini-navbar .navbar-static-side {
        display: block;
    }

    .lock-word {
        display: none;
    }

    .navbar-form-custom {
        display: none;
    }

    .navbar-header {
        display: inline;
        float: left;
    }

    .sidebard-panel {
        z-index: 2;
        position: relative;
        width: auto;
        min-height: 100% !important;
    }

    .sidebar-content .wrapper {
        padding-right: 0;
        z-index: 1;
    }

    .fixed-sidebar.body-small .navbar-static-side {
        display: none;
        z-index: 2001;
        position: fixed;
        width: 210px;
    }

    .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
        display: block;
    }

    .ibox-tools {
        float: none;
        text-align: right;
        display: block;
    }

    .navbar-static-side {
        display: none;
    }

    body:not(.mini-navbar) {
        -webkit-transition: background-color 500ms linear;
        -moz-transition: background-color 500ms linear;
        -o-transition: background-color 500ms linear;
        -ms-transition: background-color 500ms linear;
        transition: background-color 500ms linear;
        background-color: #dde5ed;
    }
}

@media (max-width: 350px) {
    .timeline-item .date {
        text-align: left;
        width: 110px;
        position: relative;
        padding-top: 30px;
    }

        .timeline-item .date i {
            position: absolute;
            top: 0;
            left: 15px;
            padding: 5px;
            width: 30px;
            text-align: center;
            border: 1px solid #e7eaec;
            background: #f8f8f8;
        }

    .timeline-item .content {
        border-left: none;
        border-top: 1px solid #e7eaec;
        padding-top: 10px;
        min-height: 100px;
    }

    .nav.navbar-top-links li.dropdown {
        display: none;
    }

    .ibox-tools {
        float: none;
        text-align: left;
        display: inline-block;
    }
}

@media print {
    nav.navbar-static-side {
        display: none;
    }

    body {
        overflow: visible !important;
    }

    #page-wrapper {
        margin: 0;
    }
}

/* NESA CUSTOM STYLES */

.nesaDarkPurple {
    background-color: #280070;
    color: white;
}

.nesaLightPurple {
    background-color: #92318e;
    color: white;
}

.nesaMagenta {
    background-color: #f00078;
    color: white;
}

.nesaDarkGreen {
    background-color: #009a44;
    color: white;
}

.nesaLightGreen {
    background-color: #26d07c;
    color: white;
}

.nesaLightBlue {
    background-color: #b1e3e4;
    color: white;
}

.nesaLightGrey {
    background-color: #dde5ed;
    color: white;
}

.nesaDarkGrey {
    background-color: #120033;
    color: white;
}

.page-heading {
    border-top: 0;
    padding: 0 10px 20px 25px !important;
    margin-top: -20px !important;
    margin-bottom: 20px;
    margin-left: -10px;
}

.accreditation-table {
    display: table;
    width: 170%;
    table-layout: fixed;
}

.modal-title {
    text-align: left;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #dde5ed;
}

.nav > li a:hover, .nav > li a:focus {
    cursor: pointer;
    padding-bottom: 5px;
    margin-bottom: 0;
    text-decoration: none;
}

.nav > li.nav-header > .profile-element > a.profile:hover, .nav > li.nav-header > .profile-element > a.profile:focus {
    padding-bottom: 0;
}

/*.nav.nav-tabs.horizontal > li a:hover, .nav.nav-tabs.horizontal > li a:focus {
    padding-bottom: 10px;
}*/

.nav > li.active a:hover {
    padding-bottom: 0;
    margin-bottom: 5px;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: center;
}

.dataTables_length {
    float: left;
    display: none;
}

/* ----------------------------------- */
/* ---- MODIFIED BOOTSTRAP STYLES ---- */
/* ----------------------------------- */

.nav-tabs > li > a {
    border-top: 2px solid #dde5ed;
    border-left: 1px solid #dde5ed;
    border-right: 2px solid #dde5ed;
    border-radius: 0;
    margin-bottom: 0;
}

    .nav-tabs > li > a i {
        margin-right: 0;
        margin-left: 5px;
    }

.nav-tabs > li.active > a i {
    color: white;
}

@media (max-width: 768px) {
    .nav-tabs > li > a {
        margin-right: 0;
    }
}

.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
    border: 1px solid #f00078;
    background-color: #f00078;
    border-radius: 0;
    padding: 6px 15px;
    margin-left: 0;
    margin-bottom: 0;
}

.tabs-container .nav-tabs > li.active > a {
    text-decoration: none;
}

.alert-success {
    background-color: #c6f5dd;
    border-color: #a4eeca;
    color: black;
}

    .alert-success .alert-link {
        color: black;
    }

.alert-info {
    background-color: #ceedee;
    border-color: #b1e3e4;
}

    .alert-info .alert-link {
        color: black;
    }

.alert-dashboard {
    background-color: white;
    padding: 10px;
    border: 1px solid #f00078;
    border-top-width: 2px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .alert-dashboard {
        min-height: 60px;
    }
}

.alert-dashboard a {
    color: #f00078;
    text-decoration: none;
    font-weight: 700;
}

.alert.alert-dashboard:before {
    font-family: "FontAwesome";
    content: "\f071";
    padding-right: 5px;
    color: #f00078;
}

.alert-login {
    background-color: #ceedee;
    border-color: #b1e3e4;
    color: black;
}

    .alert-login .alert-link {
        color: black;
    }

.alert-danger {
    color: black;
    background-color: #ffdcee;
    border-color: #ffb5da;
}

    .alert-danger .alert-link {
        color: black;
    }

.alert-warning {
    color: black;
    background-color: #f0d2ef;
    border-color: #e6b5e4;
}

    .alert-warning .alert-link {
        color: black;
    }

.alert a {
    color: black;
    text-decoration: underline;
}

.btn-warning .alert a {
    color: white !important;
    text-decoration: underline;
}

.btn-grey {
    background-color: #c3d1df;
    border-color: #dde5ed;
    color: white;
}

    .btn-grey:hover {
        background-color: #280070;
        border-color: #280070;
        color: white;
    }

    .btn-grey > a {
        color: white;
    }

        .btn-grey > a:hover,
        .btn-grey > a:focus {
            text-decoration: none;
            color: white;
        }

a {
    color: #f00078;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #f00078;
        text-decoration: underline;
    }

.widget > a:hover,
.widget > a:focus {
    color: #f00078;
    text-decoration: none;
}

.control-label {
    color: black;
}

.nav .nav-tabs .bg-muted {
    border-top-width: 2px;
    border-top-color: red;
}

.clear {
    clear: both;
}

section {
    padding-top: 110px;
    margin-top: -110px;
}

.panel-default {
    border-color: #dde5ed;
    overflow: hidden;
}

.panel, .well {
    border-radius: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #662263;
}

.label-success {
    background-color: #280070;
    color: white;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #1f0057;
    }

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #007333;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #c90064;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c90064;
}

.label-block {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.ibox.float-e-margins {
    min-height: 800px;
}

label.badge.badge-success {
    margin-right: 10px;
    font-size: 12px;
}

/* ------------------------------------ */
/* --------- NAVIGATION FIXES --------- */
/* ------------------------------------ */

.weblinks-depth-1 {
    width: 210px;
    border-left: 0;
    padding-left: 0;
    position: relative;
}

ul.weblinks-depth-2.dropdown-submenu.dropdown-menu {
    width: 100%;
    border-left: none;
    background: #f1f5f7;
    box-shadow: none;
    color: black;
}

.dropdown-menu > li {
    border-radius: 0;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: black;
        text-decoration: underline;
        background-color: #f1f5f7;
    }

    .dropdown-menu > li > a {
        white-space: normal;
    }

.navbar-default .navbar-nav > li > a {
    color: black;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: black;
    background-color: transparent;
}

@media (min-width: 768px) {
    .navbar-nav > li {
        width: 210px;
    }
}

/* Collapsing Navbar Styles */

.navbar-nav {
    float: left;
    margin: 0;
}

.navbar {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    .navbar.affix {
        height: 56px;
        background-color: white;
        border-bottom: 2px solid #b1e3e4;
        z-index: 2000;
        -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.3);
        box-shadow: 0 4px 10px 0 rgba(0,0,0,0.3);
    }

.dropdown > .active > a:focus, .dropdown > .active > a:hover {
    color: #FFF;
    background-color: #431b8d;
}

.logo-small.affix, .navbar-right.affix {
    visibility: hidden;
    transition: ease-out;
}

.active.affix {
    position: fixed;
    top: 56px;
    width: 210px;
    z-index: 2500;
}

@media (min-width: 769px) {
    .logo-x-small {
        visibility: hidden;
        height: 32px;
        width: 0;
        padding: 0;
    }

        .logo-x-small.affix {
            visibility: visible;
            display: block;
            margin: 12px 0 12px 15px;
            height: 32px;
            width: 223px;
        }
}

/* Turn a Caret in to an Arrow */

.caret {
    float: right;
    line-height: 1.42857;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    height: inherit;
    margin-left: 2px;
    margin-right: 4px;
    vertical-align: middle;
    border-top: none;
    border-right: none;
    border-left: none;
}

    .caret:before {
        content: "\f106";
        vertical-align: middle;
    }

.dropdown.open > a > .caret:before,
.metismenu .active > a > .caret:before {
    content: "\f107";
}

/* ----------------------------------- */
/* ---------- ADX CSS FIXES ---------- */
/* ----------------------------------- */

.message {
    background-color: none;
    border: none;
    padding: 0;
    border-radius: 0;
}

.mark, mark {
    color: inherit;
    background-color: inherit;
}

/* Fix drop-downs within pages and tables */

.view-select.nav.nav-pills > li a {
    background-color: #280070;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    border-radius: 0;
}

    .view-select.nav.nav-pills > li a:hover,
    .view-select.nav.nav-pills > li a:active {
        background-color: #431b8d;
        cursor: pointer;
    }

.view-select.nav.nav-pills > li.dropdown.open {
    border-left: 0;
    background: white;
}

.open > .dropdown-menu > ul {
    display: block;
    /*position: initial !important;*/
    position: relative;
}

.open > ul.dropdown-menu {
    display: block;
    /*position: initial !important;*/
    position: relative;
}

/* ALERTS */

.alert {
    margin-top: 10px;
    border-radius: 0;
}

    .alert i {
        padding-right: 5px;
    }

.alert-info {
    color: black;
}

.alert-block {
    display: block;
}

.inline-block {
    display: inline-block;
}

/* Add Font Awesome icon to INFO alerts */

.alert.alert-info.xrm-attribute.xrm-editable-text > .xrm-attribute-value::before,
.alert.alert-info.xrm-attribute.xrm-editable-html > .xrm-attribute-value::before {
    font-family: "FontAwesome";
    content: "\f05a";
    padding-right: 5px;
}

/* Add Font Awesome icon to WARNING & DANGER Alerts */

.alert.alert-warning.xrm-attribute.xrm-editable-text > .xrm-attribute-value::before,
.alert.alert-warning.xrm-attribute.xrm-editable-html > .xrm-attribute-value::before,
.alert.alert-danger.xrm-attribute.xrm-editable-text > .xrm-attribute-value::before,
.alert.alert-danger.xrm-attribute.xrm-editable-html > .xrm-attribute-value::before {
    font-family: "FontAwesome";
    content: "\f071";
    padding-right: 5px;
}

/* Add Font Awesome icon to SUCCESS Alerts */

.alert.alert-success.xrm-attribute.xrm-editable-text > .xrm-attribute-value::before,
.alert.alert-success.xrm-attribute.xrm-editable-html > .xrm-attribute-value::before {
    font-family: "FontAwesome";
    content: "\f058";
    padding-right: 5px;
}

/* To add/remove icon when necessary */

.icon:before {
    font-family: "FontAwesome";
    content: "\f05a";
    padding-right: 5px;
}

.icon-warning:before,
.icon-danger:before {
    font-family: "FontAwesome";
    content: "\f071";
    padding-right: 5px;
}

.icon-success:before {
    font-family: "FontAwesome";
    content: "\f058";
    padding-right: 5px;
}

.no-icon:before {
    content: "" !important;
    display: none;
}

.no-icon:after {
    content: "" !important;
    display: none;
}

.how-link::before {
    font-family: "FontAwesome";
    content: "\f059";
    padding-right: 5px;
    color: #f00078;
}

/* ALERT STYLES */
/* When an alert is nested inside another alert or message */
/* we remove the padding, border and margin from the inner Alert element */
/* The inner Alert element determines the background colour */

.alert > .alert {
    margin: -15px;
    border: none;
    border-radius: 0;
    display: block;
}

.alert.alert-block > .alert.alert-info {
    margin: -10px -15px 0 -15px;
    border: none;
    border-radius: 0;
    display: block;
}

.alert.alert-block > .alert.alert-danger {
    margin: 15px -15px -15px -15px;
    border-radius: 0;
    display: block;
}

.alert.alert-block.alert-info > .alert.alert-block.alert-info {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    display: block;
}

span > .alert.alert-info:before {
    content: "" !important;
}

/* CRM FORMS */
/* For Text Inputs in CRM Entity Forms that use non-standard styles */

#ContentContainer_MainContent_ContentBottom_InputBox, #ContentContainer_MainContent_ContentBottom_PostalInputBox {
    padding: 6px 12px;
    margin-bottom: 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    background-color: #f9f9f9;
    border: 1px solid #dde5ed;
    border-radius: 0;
}

    #ContentContainer_MainContent_ContentBottom_InputBox:focus, #ContentContainer_MainContent_ContentBottom_PostalInputBox:focus {
        border-color: #f00078 !important;
    }

i.fa.fa-asterisk.mandatory-indicator:before {
    content: "*";
    color: red;
    font-size: xx-small;
    margin-left: 2px;
}

.datepicker {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

legend.section-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #280070;
    font-size: 1.5em;
    letter-spacing: 1.3px;
}

legend, .tab-title {
    border-bottom: none;
}

h2.tab-title {
    border-bottom: none !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #280070;
    font-size: 1.75em;
    letter-spacing: 0.5px;
}

.hide-entity-form-title h2.tab-title {
    display: none;
    visibility: hidden;
}


.buttonrow {
    border-top: 2px dotted #dde5ed;
    color: #dde5ed;
    height: 2px;
    margin-top: 20px;
}

/* CRM Entity Forms */

.crmEntityFormView .actions {
    border-top: 2px dotted #dde5ed !important;
    color: #dde5ed !important;
    padding: 20px 0 0 0 !important;
}

.crmEntityFormView fieldset {
    margin-bottom: 0;
}

.crmEntityFormView .cell textarea {
    margin: 10px 0;
}

/* EDITABLE CONTENT */
/* Fix the body background colour on the content edit panel */

body.cke_editable.cke_editable_themed.cke_contents_ltr.cke_show_borders {
    background-color: white;
}

/* FORM NAV & FILTERS */

.nav-pills > li > a {
    border-radius: 0;
    background: #280070;
    color: white;
}

.view-select {
    display: none;
}

.view-search, .entitylist-search {
    width: 50% !important;
}

@media (max-width: 768px) {
    .view-search, .entitylist-search {
        width: 100% !important;
    }
}

/* FIX TABLE & ENTITY LIST SHADING & LEGEND */

table.table > tbody > tr:nth-of-type(odd) {
    background-color: white;
}

table.table > tbody > tr:hover {
    background-color: WhiteSmoke;
}

table.table {
    border: 1px solid #dde5ed;
}

    table.table > thead > tr > th,
    table.table > tbody > tr > th,
    table.table > tfoot > tr > th,
    table.table > thead > tr > td,
    table.table > tbody > tr > td,
    table.table > tfoot > tr > td {
        border: 1px solid #dde5ed;
    }

    table.table > thead > tr > td {
        border-bottom-width: 2px;
    }

.grid-actions {
    border-bottom: 0 !important;
}

th.sort-disabled {
    color: #280070;
}

}

/* FIX POSITION OF ADMIN PANEL ON MOBILES */

@media (max-width: 768px) {
    .yui-skin-sam .yui-panel {
        top: 70px !important;
    }

    .yui-skin-sam .yui-panel-container.shadow .underlay {
        display: none !important;
        visibility: hidden !important;
    }
}

/* ADD ETAMS BANNER TO HEADER - HIDE AT LESS THAN 920PX */

@media (max-width: 920px) {
    .header-triangles {
        visibility: hidden;
        display: none;
        height: 0;
        width: 0;
    }
}

@media (min-width: 921px) {
    .header-triangles {
        visibility: visible;
        display: block;
        height: 110px;
        width: 640px;
    }
}

h2.header-triangles {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 2.5px;
    color: white;
    text-align: right;
    padding: 50px 60px 0 0;
    margin: 0;
    position: relative;
    float: right;
    z-index: 1;
}

    h2.header-triangles .bold {
        font-weight: 500;
    }

h2.header-small {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #280070;
    font-size: 22px;
    letter-spacing: 2.0px;
    text-align: right;
    padding: 15px 25px 0 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

    h2.header-small .bold {
        font-weight: 500;
    }

.purple-triangle {
    height: 0;
    width: 0;
    border-top: 57px solid #92318e;
    border-left: 97px solid transparent;
    border-right: 0 solid transparent;
    position: relative;
    left: 543px;
    top: -110px;
}

.pink-triangle {
    height: 0;
    width: 0;
    border-top: 110px solid #f00078;
    border-left: 97px solid transparent;
    border-right: 0 solid transparent;
    position: relative;
    left: 543px;
    top: 0;
}

.blue-triangle {
    height: 0;
    width: 0;
    border-bottom: 110px solid #280070;
    border-left: 640px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
}

/* ----------------------------------- */
/* -------- LOGIN PAGE STYLES -------- */
/* ----------------------------------- */

/*
 * Create Rows with equal height columns.
 * Don't expect this to work in IE 9 or lower.
 */

@media (min-width: 768px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/*
 * Fix left and right padding on login panel.
 */

.landing-left {
    margin-left: 15px;
}

.landing-right {
    margin-right: 15px;
}

.landing-rego {
    background-color: #b1e3e4;
    height: 50px;
}

    .landing-rego.affix {
        position: fixed;
        top: 110px;
        width: 100%;
        border-bottom: 0;
        z-index: 2000;
    }

@media (max-width: 768px) {
    .landing-left {
        margin-right: 15px;
    }

    .landing-right {
        margin-left: 15px;
    }

    .landing-rego.affix {
        position: fixed;
        top: 70px;
        width: 100%;
        z-index: 2000;
    }
}

ul {
    list-style-type: square;
    -webkit-padding-start: 15px;
}

    ul.login-links {
        list-style-type: none;
        -webkit-padding-start: 0;
    }

.nav-account > li.active > a {
    color: white;
    padding: 10px 20px;
}

.popover {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #f00078;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.btn.btn-default.cancel::before {
    font-family: "FontAwesome";
    content: "\f105";
    padding-right: 5px;
}

.btn-add::before {
    font-family: "FontAwesome";
    content: "\f067";
    padding-right: 5px;
}

/* ----- ADD ARROW AFTER TEXT IN TABLE HEADER ----- */

th.sorting_desc:after {
    font-family: "FontAwesome";
    content: "\f063";
    padding-left: 5px;
}

th.sorting_asc:after {
    font-family: "FontAwesome";
    content: "\f062";
    padding-left: 5px;
}

/* ----- BUTTONS WITH EDITABLE TEXT AND FIXED ICON ----- */
/*
 * Button text can be a snippet - Icon is added using pseudo class.
 * Works with Inputs when they are wrapped in a div,
*/

.btn.btn-wrapper {
    padding: 0;
    margin: 0;
    color: #f00078;
    border: 1px solid #f00078;
}

    .btn.btn-wrapper:hover, .btn.btn-wrapper:focus {
        color: white;
        background: #f00078;
    }

    .btn.btn-wrapper.left-arrow:before {
        font-family: "FontAwesome";
        content: "\f053";
        z-index: 1;
        position: relative;
        left: 15px;
    }

.btn.btn-default.withicon {
    padding-left: 17px;
    position: relative;
    background: none;
    border: none;
    z-index: 2;
}

    .btn.btn-default.withicon:hover, .btn.btn-default.withicon:focus {
        background: none;
        border: none;
    }

.float-e-margins .btn.btn-default.withicon {
    margin-bottom: 0;
}


.fa-input {
    font-family: "FontAwesome", "Roboto", sans-serif;
}

.input-center {
    vertical-align: middle !important;
    text-align: center !important;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none;
    }
}

/* WIZARD BUTTONS - Reduce Wizard button padding and correct for break points */

.wizard .active {
    background-color: #f00078;
    color: white;
    cursor: default;
}

@media (min-width: 769px) {
    .wizard {
        padding-right: 5px;
        padding-left: 5px;
    }

        .wizard:first-child {
            padding-left: 15px;
        }

        .wizard:nth-child(6) {
            padding-right: 15px;
        }

        .wizard:nth-child(12) {
            padding-right: 15px;
        }

        .wizard:not([style*="display: none!important;"]):last-child {
            padding-right: 15px;
        }

        .wizard:not(.wizard-7th):last-child {
            padding-right: 15px;
        }
}

.wizard-7th {
    padding-right: 5px;
    padding-left: 15px;
}

/* Bootstrap X-Small break point */

@media (max-width: 768px) {
    .wizard-7th {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Bootstrap Small break point */

@media (min-width: 769px) and (max-width: 991px) {
    .wizard:nth-of-type(even) {
        padding-right: 15px;
    }

    .wizard:nth-of-type(odd) {
        padding-left: 15px;
    }
}

/* Bootstrap Medium break point */

@media (min-width: 992px) and (max-width: 1199px) {
    .wizard:nth-of-type(3) {
        padding-right: 15px;
    }

    .wizard:nth-of-type(4) {
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .accordion-link {
        display: block;
        padding-right: 120px;
    }
}

@media (min-width:1100px) {
    .modal-xl {
        width: 1150px;
    }
}

/* ------------- LANDING PAGE RIBBON ------------- */

.login-nav {
    border: 4px solid #dde5ed;
    height: 38px;
    background: white;
    display: flex;
    flex-direction: row;
    justify-content: space-around; /* We need this for browsers that don't support space-evenly */
    justify-content: space-evenly;
    margin-bottom: 10px;
}

.login-nav-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #280070;
    font-size: .9vw;
    letter-spacing: 0.5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: keep-all;
}

.login-nav-arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 1301px) {
    .login-nav-text {
        font-size: 14px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .login-nav-text {
        font-size: 12px;
    }
}

.login-nav-arrow-white {
    height: 0;
    width: 0;
    border-left: 15px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: relative;
    left: 3px;
    top: 19px;
    top: 0\0; /* IE Only - hack to fix Top position bug */
    z-index: 1;
}

.login-nav-arrow-blue {
    height: 0;
    width: 0;
    border-left: 19px solid #dde5ed;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    position: relative;
    left: 4px;
    top: -15px;
    top: -34px\0; /* IE Only - hack to fix Top position bug */
}

/* ------------- PAYMENT PAGES ------------- */

.cc-icons {
    width: 370px; /* Width of Westpac iFrame */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    color: #696969;
}

.fa.profile-alert {
    margin-right: 0;
    padding-top: 3px;
}

.full-height {
    height: calc(100vh - 260px);
}

@media (max-width: 768px) {
    .full-height {
        height: calc(100vh - 205px);
    }
}

/*Custom pager styling form ASP GridView*/
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #f00078;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            background-color: #280070;
            border-color: #dde5ed;
            color: white;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: white;
            background-color: #f00078;
            border-color: #dde5ed;
        }

#divOther {
    height: 40px;
}

    #divOther .custom-control-input {
        width: inherit;
    }

.view-empty.message > .alert.alert-block.alert-warning {
    background-color: white;
}

label.notbold {
    font-weight: 400;
}

table.notbold > tbody > tr > td > label {
    font-weight: 400 !important;
    display: inline !important;
}

.counter {
    text-align: right;
    color: #f00078;
}

.not-active > a {
    border-bottom: inherit !important;
}

.helpmainlink {
    float: right;
    padding-top: 25px;
    font-size: 25px;
    padding-right: 50px;
}

/* ------------- THE END ------------- */


.star-ratings-css {
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    font-size: 25px;
    height: 25px;
    width: 100px;
    margin: 0 auto;
    position: relative;
    text-shadow: 0 1px 0 #a2a2a2;
    line-height: 30px;
}

    .star-ratings-css::before {
        content: '★★★★★';
        opacity: .3;
    }

[title="0"]::after {
    width: 0%;
}

[title="1"]::after {
    width: 20%;
}

[title="1.1"]::after {
    width: 22%;
}

[title="1.2"]::after {
    width: 24%;
}

[title="1.3"]::after {
    width: 26%;
}

[title="1.4"]::after {
    width: 28%;
}

[title="1.5"]::after {
    width: 30%;
}

[title="1.6"]::after {
    width: 32%;
}

[title="1.7"]::after {
    width: 34%;
}

[title="1.8"]::after {
    width: 36%;
}

[title="1.9"]::after {
    width: 38%;
}

[title="2"]::after {
    width: 40%;
}

[title="2.1"]::after {
    width: 42%;
}

[title="2.2"]::after {
    width: 44%;
}

[title="2.3"]::after {
    width: 46%;
}

[title="2.4"]::after {
    width: 48%;
}

[title="2.5"]::after {
    width: 50%;
}

[title="2.6"]::after {
    width: 52%;
}

[title="2.7"]::after {
    width: 54%;
}

[title="2.8"]::after {
    width: 56%;
}

[title="2.9"]::after {
    width: 58%;
}

[title="3"]::after {
    width: 60%;
}



[title="3.1"]::after {
    width: 62%;
}

[title="3.2"]::after {
    width: 64%;
}

[title="3.3"]::after {
    width: 66%;
}

[title="3.4"]::after {
    width: 68%;
}

[title="3.5"]::after {
    width: 70%;
}

[title="3.6"]::after {
    width: 72%;
}

[title="3.7"]::after {
    width: 74%;
}

[title="3.8"]::after {
    width: 76%;
}

[title="3.9"]::after {
    width: 78%;
}

[title="4"]::after {
    width: 80%;
}

[title="4.1"]::after {
    width: 82%;
}

[title="4.2"]::after {
    width: 84%;
}

[title="4.3"]::after {
    width: 86%;
}

[title="4.4"]::after {
    width: 88%;
}

[title="4.5"]::after {
    width: 90%;
}

[title="4.6"]::after {
    width: 92%;
}

[title="4.7"]::after {
    width: 94%;
}

[title="4.8"]::after {
    width: 96%;
}

[title="4.9"]::after {
    width: 98%;
}

[title="5"]::after {
    width: 100%;
}

.star-ratings-css::after {
    color: gold;
    content: '★★★★★';
    text-shadow: 0 1px 0 #ab5414;
    position: absolute;
    z-index: 1;
    display: block;
    left: 0;
    top: 0;
    width: attr(rating);
    overflow: hidden;
}

.error {
    position: relative;
    background: #c90064;
    border: 2px solid #c90064;
    margin: 1px;
    /*color: white;*/
}

#panel {
    text-align: center;
    background-color: #faeda6;
    border: solid 1px #c3c3c3;
    padding: 1px;
    display: none;
}

/*.error:after, .error:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .error:after {
        border-color: rgba(213, 66, 30, 0);
        border-right-color: #f00078;
        border-width: 12px;
        margin-top: -14px;
    }*/

    div#alert-banner {
    background-color: #fffda4;
    height: 40px;
    text-align: center;
    border: 1px solid #feee01;
    font-weight: bold;
}
    div#alert-banner p {
        font-weight: bold !important;
        margin: 0 0 0 0;
    }
#alert-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    height: 40px;
}
@media (max-width: 767px) {
    div#alert-banner {
        display:none;
    }
    }




/*nesa custom snippet controls */
 
.alert-info.nesa::before {
     font-family: "FontAwesome";
    content: "\f05a";
    padding-right: 5px;
}
 
.alert-success.nesa::before {
       padding-right: 5px;
     font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900; /* Font Awesome uses font-weight to differentiate solid from regular icons */
    /* color: green;   */
}

.alert-warning.nesa::before {
     padding-right: 5px;
   font-family: "Font Awesome 5 Free";
    content: "\f071";
    font-weight: 900; /* Solid version of the icon */
    color: red; /* Customize the color as needed */
}


.alert.alert-danger.nesa::before {
    font-family: "FontAwesome";
    content: "\f071";
    padding-right: 5px;
}

/*nesa custom snippet controls */