@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
html {
    height: 100%;
    font-size: 100%;
}
body {
    color: #565656;
    background: #f0f3f3;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 93%;
    padding: 0;
    margin: 0;
    min-height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -ms-overflow-style: scrollbar;
}
a:link,
a:visited {
    text-decoration: none;
    outline: 0;
    color: #2e2e32;
}
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
    color: #999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    color: #565656;
    margin: 0;
}
.h1,
h1 {
    font-size: 1.375em;
}
.h2,
h2 {
    font-size: 1.188em;
}
.h3,
h3 {
    font-size: 1.063em;
}
.h4,
h4 {
    font-size: 0.938em;
}
.h5,
h5 {
    font-size: 0.813em;
}
.h6,
h6 {
    font-size: 0.75em;
}
p {
    font-size: 0.875em;
}
label {
    font-size: 0.875em;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
img {
    max-width: 100%;
}
::selection {
    background: #e4e4e4;
}
::-moz-selection {
    background: #e4e4e4;
}
canvas {
    display: block;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
}
.ng-hide.ng-hide-animate {
    display: none !important;
}
.ng-hide-add {
    transition: 0s linear all;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.nopadding {
    padding: 0 !important;
}
.nomargin {
    margin: 0 !important;
}
.border-right {
    border-right: 1px solid #ecedf0;
}
.border-left {
    border-left: 1px solid #ecedf0;
}
.dark-label {
    color: #565656;
}
.right-oriented {
    right: 0 !important;
}
.border-top {
    border-top: 1px solid #eee;
}
.application-alert-container {
    background-color: #ed1c24;
    position: relative;
    height: 30px;
    padding-left: 30%;
}
.application-alert {
    color: #fff;
    padding: 5px;
    position: absolute;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: app-alert-scroll-left 15s linear infinite;
    -webkit-animation: app-alert-scroll-left 15s linear infinite;
    animation: app-alert-scroll-left 15s linear infinite;
}
@-moz-keyframes app-alert-scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}
@-webkit-keyframes app-alert-scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}
@keyframes app-alert-scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
.clear-both {
    clear: both;
}
.display-inline {
    display: inline;
}
.transparent-element {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.nocase-text {
    text-transform: none !important;
}
#runTimeError {
    vertical-align: middle;
    display: none;
}
#runTimeError .modal-dialog {
    top: 30%;
}
#runTimeError .runtime-reload {
    color: #ed1c24;
}
#pageScrollToTop {
    display: none;
    font-size: 1.938em;
    text-align: center;
    color: #777;
    position: fixed;
    bottom: 85px;
    right: 10px;
    display: none;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
}
#pageScrollToTop:hover {
    color: #222;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
#loading-bar .bar {
    background: #ed1c24;
}
#loading-bar-spinner {
    top: 4px;
    left: 18px;
}
#loading-bar-spinner .spinner-icon {
    border-top-color: #ed1c24;
    border-left-color: #ed1c24;
}
#loading-bar .peg {
    -moz-box-shadow: #ed1c24 1px 0 6px 1px;
    -ms-box-shadow: #ed1c24 1px 0 6px 1px;
    -webkit-box-shadow: #ed1c24 1px 0 6px 1px;
    box-shadow: #ed1c24 1px 0 6px 1px;
}
#header {
    z-index: 1000;
    height: 50px;
    position: absolute;
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #eee;
}
#header .brand {
    height: 50px;
    padding: 0;
    position: relative;
    text-align: center;
}
#header .logo {
    font-size: 1.188em;
    text-transform: uppercase;
    padding: 4px 0 0 10px;
    display: inline-block;
}
#header .logo img {
    margin-right: 6px;
    margin-top: -4px;
}
#header .logo span {
    font-weight: 700;
}
#header .navbar-nav {
    margin: 0;
}
#header .navbar-left {
    float: left;
}
#header .navbar-right {
    float: right;
    margin-left: -200px;
}
#header .btn i {
    padding: 0;
}
#header button#toggle-fullscreen,
#header button#toggle-profile,
#header button.options,
#header button.sidebar-toggle {
    width: 50px;
    height: 50px;
    font-size: 1.125em;
    padding: 16px;
    cursor: pointer;
    float: left;
    background-color: transparent;
    border-radius: none;
    border: none;
}
#header button#toggle-fullscreen:active,
#header button#toggle-fullscreen:hover,
#header button#toggle-profile:active,
#header button#toggle-profile:hover,
#header button.sidebar-toggle:active,
#header button.sidebar-toggle:hover {
    box-shadow: none;
    outline: 0 !important;
    border: none;
}
#header button#toggle-fullscreen:focus,
#header button#toggle-profile:focus,
#header button.sidebar-toggle:focus {
    outline: 0;
    border: none;
}
#header .search {
    -webkit-appearance: none !important;
    color: #282323;
    outline: 0;
    height: 30px;
    width: 180px;
    padding: 7px 15px;
    font-size: 0.75em;
    font-weight: 400;
    vertical-align: top;
    background-color: #edf1f2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    border: none;
    transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
    margin: 16px 0 0 20px;
    position: relative;
}
#header .btn-search {
    position: absolute;
    top: 17px;
    right: 5px;
    background: 0 0;
}
#header .fa-search {
    font-size: 1.063em;
    color: #212121;
}
#header .nav li.profile > a > .meta {
    display: table;
    width: 100%;
}
#header .nav li.profile > a > .meta > .avatar {
    display: table-cell;
    vertical-align: middle;
    max-width: 32px;
    height: 32px;
}
#header .nav li.profile > a > .meta > .text {
    font-size: 0.875em;
    font-weight: 600;
    padding: 0 5px;
}
#header .nav li.profile > a > .meta > i {
    color: #6d717a;
    float: left;
    margin-top: 21px;
}
#header .nav li.profile > a {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    color: #13161c;
    text-shadow: none;
}
#header .nav li.profile > a:active,
#header .nav li.profile > a:focus,
#header .nav li.profile > a:hover {
    box-shadow: none;
    outline: 0 !important;
    border: none;
    color: #13161c;
}
#header .navbar-right > .dropdown > .dropdown-menu {
    position: absolute;
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid #e0e7e8;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    min-width: 175px;
}
@media only screen and (max-width: 767px) {
    #header .navbar-right > .dropdown > .dropdown-menu {
        margin-left: -145px;
    }
}
#header .arrow {
    border-width: 8px;
    z-index: 10;
}
#header .arrow,
#header .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
#header .arrow:after {
    border-width: 7px;
    content: "";
}
#header .arrow.top {
    left: 50%;
    margin-left: -8px;
    border-top-width: 0;
    border-bottom-color: #eee;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    top: -8px;
}
@media only screen and (max-width: 767px) {
    #header .arrow.top {
        left: 90%;
    }
}
#header .arrow.top:after {
    content: " ";
    top: 1px;
    margin-left: -7px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
#header .dropdown-menu > li > a > .icon {
    display: inline-block;
    min-width: 14px;
    text-align: center;
    margin-right: 5px;
}
#header .dropdown-menu > li.active > a,
#header .dropdown-menu > li:active > a {
    background-color: #fbfbfb;
    color: #444;
}
#header .dropdown-menu > li.active > a:hover,
#header .dropdown-menu > li:active > a:hover {
    background-color: #fbfbfb;
    color: #373737;
}
#header .profile ul > li h5,
#header .profile ul > li p {
    font-size: 0.813em;
    margin: 0;
    padding: 0;
}
#header .profile ul > li .progress {
    margin-bottom: 0;
}
@media (max-width: 789px) {
    #header .search {
        width: 155px;
    }
}
@media (max-width: 767px) {
    #header .brand {
        width: 100%;
        padding: 0 0 0 10px;
        text-align: center;
    }
    #header .logo {
        font-size: 1.375em;
        padding: 14px 0 0 0;
    }
    #header .logo img {
        margin-right: 5px;
    }
    #header .navbar-left {
        position: absolute;
        left: 0;
        z-index: 999;
    }
    #header .navbar-right {
        position: absolute;
        right: 0;
        z-index: 999;
    }
}
@media only screen and (max-width: 660px) {
    #header .user-nav ul {
        padding-left: 0;
    }
    #header .toggle-navigation.toggle-left {
        float: left;
    }
    .user-nav ul li {
        font-size: 0.75em;
    }
}
@media only screen and (max-width: 479px) {
    #header .dropdown.messages {
        display: none;
    }
    #header .logo {
        font-size: 1.188em;
        padding: 14px 0 0 0;
    }
    #header .logo span {
        display: none;
    }
}
.sidebar {
    position: absolute;
    z-index: 999;
    min-height: 100%;
    width: 240px;
    padding-top: 50px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.sidebar .nav a {
    text-decoration: none;
    font-weight: 600;
}
.sidebar .nav i {
    font-size: 1em;
    margin-right: 5px;
}
.sidebar .nav i.fa {
    font-size: 1.25em;
    margin-right: 16px;
}
.sidebar .nav .nav-sub {
    list-style: none;
    padding: 0;
    display: none;
    margin-bottom: 10px;
}
.sidebar .nav .nav-sub li > a {
    padding-right: 10px;
    font-size: 0.813em;
    padding: 5px 0 5px 10px;
    display: block;
}
section.sidebar-mini .sidebar nav ul li.open > a:hover > span::after,
section.sidebar-mini .sidebar nav ul li > a:hover > span::after {
    content: "\f107";
}
section.sidebar-mini .sidebar nav ul li.open > a > span::after,
section.sidebar-mini .sidebar nav ul li > a > span::after {
    content: " ";
}
.sidebar nav ul li.open > a > span::after {
    content: "\f107";
    font-family: FontAwesome;
    float: right;
    font-size: 1.188em;
}
.sidebar nav ul li > a > span::after {
    content: "\f105";
    font-family: FontAwesome;
    float: right;
    font-size: 1.188em;
}
.sidebar .nav > li > .nav-sub > li > a {
    padding-left: 47px;
}
.sidebar .nav > li > .nav-sub > li > .nav-sub > li > a {
    padding-left: 55px;
}
.sidebar .nav > li > .nav-sub > li > .nav-sub > li > .nav-sub > li > a {
    padding-left: 65px;
}
.sidebar
.nav
> li
> .nav-sub
> li
> .nav-sub
> li
> .nav-sub
> li
> .nav-sub
> li
> a {
    padding-left: 70px;
}
.sidebar
.nav
> li
> .nav-sub
> li
> .nav-sub
> li
> .nav-sub
> li
> .nav-sub
> li
> .nav-sub
> li
> a {
    padding-left: 75px;
}
.sidebar-mini .sidebar .nav > li > .nav-sub > li > a {
    padding-left: 25px;
}
.sidebar-mini .sidebar .nav > li > .nav-sub > li > .nav-sub > li > a {
    padding-left: 35px;
}
.sidebar-mini
.sidebar
.nav
> li
> .nav-sub
> li
> .nav-sub
> li
> .nav-sub
> li
> a {
    padding-left: 45px;
}
.sidebar-mini
.sidebar
.nav
> li
> .nav-sub
> li
> .nav-sub
> li
> .nav-sub
> li
> .nav-sub
> li
> a {
    padding-left: 55px;
}
.sidebar .nav .nav-sub .nav-dropdown > a {
    padding-right: 30px;
}
.sidebar .nav .nav-sub > .open > a,
.sidebar .nav .nav-sub > .open > a:focus,
.sidebar .nav .nav-sub > .open > a:hover {
    background-color: transparent;
    border-color: transparent;
}
.sidebar .nav-pills {
    margin-left: 10px;
    margin-right: 10px;
}
.sidebar .nav-pills > li > a {
    padding: 7px 10px;
    font-size: 0.875em;
}
.sidebar .nav-pills > li > label {
    padding: 0 10px;
    font-size: 0.875em;
    margin-bottom: 0;
    margin-top: 5px;
    color: #b3b8c3;
    font-weight: 600;
}
.sidebar-profile {
    padding: 20px;
}
.sidebar-profile .profile-image {
    display: block;
    width: 65px;
    height: 65px;
    margin: auto;
}
.sidebar-profile .avatar i {
    left: 70px;
}
.sidebar-profile .profile-body {
    padding: 0;
    text-align: center;
}
.sidebar-profile .profile-body h4 {
    color: #f5f5f5;
    margin: 10px 0 0 0;
    font-size: 14px;
    font-weight: 600;
}
.sidebar-profile .profile-body .title {
    color: #8f939e;
    font-size: 12px;
}
.sidebar-profile .profile-body .dropdown-menu .divider {
    height: 1px;
    margin: 3px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.sidebar-profile .profile-body.dropdown > .dropdown-menu {
    position: absolute;
    margin-top: 20px;
    left: 20px;
    background-color: #fff;
    border: 1px solid #e0e7e8;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    border-style: solid;
}
.sidebar-profile .profile-body.dropdown > .dropdown-menu:before {
    bottom: 100%;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -16px;
    top: -16px;
}
.sidebar-profile .profile-body.dropdown > .dropdown-menu li a,
.sidebar-profile .profile-body.dropdown > .dropdown-menu li a:active {
    font-size: 12px;
}
.sidebar-profile .profile-body.dropdown > .dropdown-menu li a:hover {
    background-color: #ed1c24;
    color: #fff;
}
.sidebar-profile .profile-body.dropdown > .dropdown-menu .profile-progress {
    padding: 10px;
}
.sidebar-profile .profile-body.dropdown > .dropdown-menu .progress {
    margin-bottom: 0;
}
.sidebar-profile .profile-body.dropdown > .dropdown-menu h5 {
    margin: 0;
    padding: 0;
}
.sidebar-profile .profile-body.dropdown > .dropdown-menu .icon {
    margin-right: 5px;
}
.sidebar-header {
    color: #6f737e;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    padding: 10px 10px 5px;
    text-transform: uppercase;
}
.sidebar-left a {
    color: #b3b8c3;
}
.sidebar-left a:focus,
.sidebar-left a:hover {
    color: #fff;
    background-color: transparent;
}
.sidebar-left .active > a,
.sidebar-left .active > a:focus,
.sidebar-left .active > a:hover {
    color: #fff;
}
.sidebar-left .disabled > a,
.sidebar-left .disabled > a:focus,
.sidebar-left .disabled > a:hover {
    color: #5c606b;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.sidebar-left .sidebar-profile .media-body h4 {
    color: #f5f5f5;
}
.sidebar-mini .sidebar-left .nav > li.open > a {
    color: #b3b8c3;
    background-color: transparent;
}
.sidebar-left .nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.sidebar-left .nav > .disabled > a,
.sidebar-left .nav > .disabled > a:focus,
.sidebar-left .nav > .disabled > a:hover {
    color: #5c606b;
    background-color: transparent;
}
.sidebar-left .nav-sub li.open > a {
    color: #fff;
    background-color: transparent;
}
.sidebar + .main-content-wrapper {
    width: 100%;
}
.sidebar-mini .sidebar .sidebar-profile {
    padding: 15px 0;
    margin: -20px 0 10px 0;
    display: none;
}
.sidebar-mini .sidebar .sidebar-profile .profile-image {
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
}
.sidebar-mini .sidebar .sidebar-profile .profile-body {
    padding: 0;
}
.sidebar-mini .sidebar .sidebar-profile .profile-body .title,
.sidebar-mini .sidebar .sidebar-profile .profile-body h4 {
    display: none;
}
.sidebar-mini
.sidebar
.sidebar-profile
.profile-body.dropdown
> .dropdown-menu {
    position: absolute;
    margin-top: 12px;
    left: 4px;
}
.sidebar-mini
.sidebar
.sidebar-profile
.profile-body.dropdown
> .dropdown-menu:before {
    left: 18%;
}
.sidebar-mini .sidebar .avatar i {
    position: absolute;
    left: 2px;
    top: 0;
}
@media (max-width: 767px) {
    .sidebar {
        left: -240px;
    }
    .sidebar-opened .sidebar-left {
        display: block;
        left: 0;
    }
    .sidebar-opened .sidebar-left + .main-content-wrapper {
        left: 240px;
        overflow: hidden;
    }
    .sidebar-opened {
        overflow-x: hidden;
    }
}
@media (min-width: 768px) {
    .sidebar {
        display: block;
    }
    .sidebar-mini .sidebar {
        width: 50px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
    .sidebar-mini .sidebar .nav > li.nav-dropdown.nav-dropdown-open > a,
    .sidebar-mini .sidebar .nav > li.nav-dropdown:hover > a {
        border-bottom-right-radius: 0;
    }
    .sidebar-mini .sidebar .nav > li.nav-dropdown > a:after {
        display: none;
        content: "";
        top: 12px;
        left: 34px;
        font-size: 0.625em;
    }
    .sidebar-mini .sidebar .nav > li > a {
        padding: 10px 9px;
        white-space: nowrap;
        overflow: hidden;
    }
    .sidebar-mini .sidebar .nav > li a .badge,
    .sidebar-mini .sidebar .nav > li a .label {
        display: none;
    }
    .sidebar-mini .sidebar .nav > li > a > i:first-child {
        margin-right: 10px;
        width: 22.28px;
    }
    .sidebar-mini .sidebar .nav > li > .nav-sub {
        position: absolute;
        left: 50px;
        margin-top: 0;
        padding-bottom: 2px;
        display: none !important;
        border-radius: 0 0 4px;
    }
    .sidebar-mini .sidebar .nav > li.nav-dropdown-open,
    .sidebar-mini .sidebar .nav > li:hover {
        width: 240px;
        z-index: 10;
    }
    .sidebar-mini .sidebar .nav > li.nav-dropdown-open a,
    .sidebar-mini .sidebar .nav > li:hover a {
        display: block;
        overflow: visible;
        white-space: normal;
    }
    .sidebar-mini .sidebar .nav > li.nav-dropdown-open a .badge,
    .sidebar-mini .sidebar .nav > li.nav-dropdown-open a .label,
    .sidebar-mini .sidebar .nav > li:hover a .badge,
    .sidebar-mini .sidebar .nav > li:hover a .label {
        display: block;
    }
    .sidebar-mini .sidebar .nav > li.nav-dropdown-open > .nav-sub,
    .sidebar-mini .sidebar .nav > li:hover > .nav-sub {
        display: block !important;
        z-index: 10;
    }
    .sidebar-mini .sidebar .nav-pills {
        margin-left: 5px;
        margin-right: 5px;
    }
    .sidebar-mini .sidebar .nav-pills > li.nav-dropdown-open,
    .sidebar-mini .sidebar .nav-pills > li:hover {
        width: 235px;
    }
    .sidebar-mini .sidebar .nav-pills > li > a > i {
        margin-right: 10px;
        width: 23px;
    }
    .sidebar-mini .sidebar .nav-pills > li.nav-dropdown > a {
        padding-right: 10px;
    }
    .sidebar-mini .sidebar .nav-pills > li > .nav-sub {
        left: 45px;
        width: 190px;
    }
    .sidebar-mini .sidebar .nav-pills > li > .nav-sub a {
        padding-right: 5px;
    }
    .sidebar-mini .sidebar .nav-pills > li > .nav-sub .nav-dropdown > a {
        padding-right: 30px;
    }
    .sidebar-mini .sidebar .sidebar-header,
    .sidebar-mini .sidebar .sidebar-profile,
    .sidebar-mini .sidebar .sidebar-summary {
        display: none;
    }
    .sidebar + .main-content-wrapper {
        margin-left: 240px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        width: auto;
    }
    .sidebar-mini .navbar .navbar-brand-group {
        width: 100px;
    }
    .sidebar-mini .navbar .navbar-brand-group .navbar-brand {
        width: 50px;
    }
    .sidebar-mini .sidebar + .main-content-wrapper {
        margin-left: 50px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
}
@media only screen and (max-width: 660px) {
    .sidebar-toggle {
        margin-left: 0;
        width: 100%;
    }
    .main-content-toggle-left {
        margin-left: 660px;
    }
    .user-nav ul li {
        font-size: 0.75em;
    }
}
.sidebar div.divider {
    margin: 10px 0;
    width: 100%;
    height: 1px;
    background: #13161c;
}
.sidebar .nav-pills > li > a > .badge {
    margin: 3px 0;
}
.sidebar .setting-list {
    padding: 0 20px 20px 20px;
}
.sidebar .setting-list label {
    color: #b3b8c3;
    font-size: 0.75em;
    margin-bottom: 10px;
}
.sidebar .setting-list label:hover {
    cursor: pointer;
}
.sidebar-mini .setting-list {
    display: none;
}
#main-wrapper:not(.sidebar-mini) li.sidebar-menu-fixed > a {
    color: #b3b8c3 !important;
    background: #13161c !important;
    padding-bottom: 0;
    cursor: default;
}
li.sidebar-menu-fixed .nav-sub li:not(.disabled) a:hover {
    text-decoration: underline;
}
li.sidebar-menu-fixed .nav-sub li.disabled a {
    color: #fff;
    cursor: not-allowed;
    text-decoration: none;
}
.sidebar i.expand {
    font-size: 1.438em;
    margin-right: 3px;
    float: right;
}
#main-wrapper li.sidebar-menu-fixed #custom_filter {
    padding-bottom: 20px;
}
#main-wrapper li.sidebar-menu-fixed #custom_filter.active {
    color: #fff !important;
}
#main-wrapper {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: visible;
}
.main-content-wrapper {
    margin-right: 0;
    padding-top: 50px;
    background: #f0f3f3;
    position: relative;
}
.main-content-wrapper #main-content {
    padding: 15px 15px 0 15px;
    width: 100%;
    margin-bottom: 15px;
}
.main-content-wrapper #main-content .h1 {
    margin: 0;
    padding: 0 10px 40px 10px;
    float: left;
    line-height: 10px;
    font-weight: 300;
    font-size: 1.5em;
}
.main-content-toggle-left {
    margin-left: 0;
}
.main-content-toggle-right {
    margin-right: 240px;
}
.pageheader {
    padding: 5px;
    border-bottom: 1px solid #dce0e6;
    background: #f6f8f8;
    position: relative;
    min-height: 40px;
}
.pageheader h2 {
    font-weight: 300;
    margin: 0;
}
.pageheader .description {
    margin: 0;
    margin-top: 5px;
    color: #999;
}
.pageheader .page-filter-wrapper {
    margin-right: 5px;
}
.pageheader .page-filter-wrapper .form-group {
    margin-bottom: 0;
    margin-right: 5px;
    float: left;
    position: relative;
}
.pageheader .page-filter-wrapper .form-group .btn-group {
    padding-top: 3px;
    padding-left: 5px;
}
.pageheader .page-filter-wrapper .form-group .btn-group .btn {
    padding: 3px 0 2px;
}
.pageheader .page-filter-wrapper .form-group .btn-group .btn i {
    font-size: 1.5em;
}
#experience_dropdown {
    margin-bottom: 0;
    margin-right: 5px;
}
.experience-dropdown {
    width: 180px;
    padding: 4px !important;
}
.experience-dropdown-container {
    padding-top: 3px;
    padding-left: 5px;
}
#export_dropdown {
    margin-bottom: 0;
    margin-right: 5px;
    position: relative;
}
#export_dropdown .btn {
    padding: 5px 0 0 0;
}
#export_dropdown .btn i {
    font-size: 1.5em;
}
#export_dropdown .dropdown-menu {
    right: 0;
    left: auto;
}
#export_dropdown.in-progress i.export-icon {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
}
.export-dropdown-container {
    padding-top: 3px;
    padding-left: 5px;
}
.export-progress-container {
    position: absolute;
    display: none;
    z-index: 999;
    width: 100%;
    padding-left: 5px;
    bottom: 5px;
    cursor: pointer;
}
.export-progress-container .export-toggle-button {
    height: 30px;
    padding-top: 9px;
}
.export-progress-container .export-toggle-button .progress {
    height: 5px;
    margin-bottom: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.export-progress-container .export-toggle-button .progress-bar {
    background-color: #337ab7 !important;
    height: 5px;
}
.export-progress-container .export-toggle-button .export-percent {
    font-size: 0.75em;
    padding-left: 4px;
}
.export-progress-detail {
    padding: 15px 5px 5px 5px;
}
.export-progress-detail .progress {
    height: 10px;
    margin-bottom: 5px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.export-progress-detail .progress-bar {
    background-color: #337ab7 !important;
    height: 10px;
}
.export-progress-detail .export-bar {
    padding-right: 3px;
    padding-left: 3px;
}
.export-progress-detail .export-cancel {
    margin-top: -4px;
    padding-left: 10px;
    font-size: 0.813em;
}
.export-progress-detail .export-cancel a {
    color: #4d8acc;
}
.export-progress-detail .export-cancel i {
    color: #ed1c24;
}
.export-progress-detail .export-percent {
    margin-top: -4px;
    padding-left: 0;
    font-size: 0.813em;
}
.hidden-frame {
    visibility: hidden;
    width: 1px;
    height: 1px;
}
.export-download .download-link {
    color: #4d8acc;
    margin: 20px 0;
}
.export-download .export-download-body {
    padding: 25px 0;
}
@media only screen and (max-width: 979px) {
    .pageheader .page-filter-wrapper {
        float: none !important;
        margin: 0 auto !important;
        width: 94%;
    }
    .pageheader .page-filter-wrapper .form-group {
        width: 100%;
    }
    .pageheader .page-filter-wrapper .form-group .btn,
    .pageheader .page-filter-wrapper .form-group .btn-group {
        width: 100%;
        padding: 5px 0;
    }
    .pageheader .page-filter-wrapper .form-group .dropdown-menu {
        width: 100%;
        left: auto;
        right: auto;
    }
}
.pageheader .breadcrumb-wrapper .label {
    color: #999;
    text-transform: uppercase;
    font-size: 0.688em;
    font-weight: 400;
    display: inline-block;
}
.pageheader .breadcrumb {
    background: 0 0;
    display: inline-block;
    padding: 3px 0 0 10px;
    margin-bottom: 0;
}
.pageheader .breadcrumb li {
    font-size: 0.875em;
    text-transform: capitalize;
}
.pageheader .breadcrumb li.active {
    color: #333;
}
.pageheader .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #515050;
    font-family: FontAwesome;
    content: "\f105";
}
.pageheader .breadcrumb li a {
    text-transform: capitalize;
    color: #ed1c24;
    text-decoration: underline;
}
.no-padding {
    padding: 0;
}
.page-legend {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 0.813em;
    text-transform: none;
}
.page-legend li {
    list-style: none;
    display: inline;
    margin-left: 10px;
}
.breadcrumb-wrapper .breadcrumb > li > a > i.fa {
    font-size: 10px;
}
.breadcrumb-wrapper .breadcrumb > li > a {
    position: relative;
    top: -1px;
} /*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-square-jelly-box,
.la-square-jelly-box > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.la-square-jelly-box {
    display: block;
    font-size: 0;
    color: #ed1c24;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    position: absolute;
    top: 150px;
}
.la-square-jelly-box.la-dark {
    color: #333;
}
.la-square-jelly-box > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-square-jelly-box {
    width: 32px;
    height: 32px;
}
.la-square-jelly-box > div:nth-child(1),
.la-square-jelly-box > div:nth-child(2) {
    position: absolute;
    left: 0;
    width: 100%;
}
.la-square-jelly-box > div:nth-child(1) {
    top: -25%;
    z-index: 1;
    height: 100%;
    border-radius: 10%;
    -webkit-animation: square-jelly-box-animate 0.6s -0.1s linear infinite;
    -moz-animation: square-jelly-box-animate 0.6s -0.1s linear infinite;
    -o-animation: square-jelly-box-animate 0.6s -0.1s linear infinite;
    animation: square-jelly-box-animate 0.6s -0.1s linear infinite;
}
.la-square-jelly-box > div:nth-child(2) {
    bottom: -9%;
    height: 10%;
    background: #000;
    border-radius: 50%;
    opacity: 0.2;
    -webkit-animation: square-jelly-box-shadow 0.6s -0.1s linear infinite;
    -moz-animation: square-jelly-box-shadow 0.6s -0.1s linear infinite;
    -o-animation: square-jelly-box-shadow 0.6s -0.1s linear infinite;
    animation: square-jelly-box-shadow 0.6s -0.1s linear infinite;
}
.la-square-jelly-box.la-sm {
    width: 16px;
    height: 16px;
}
.la-square-jelly-box.la-2x {
    width: 64px;
    height: 64px;
}
.la-square-jelly-box.la-3x {
    width: 96px;
    height: 96px;
}
@-webkit-keyframes square-jelly-box-animate {
    17% {
        border-bottom-right-radius: 10%;
    }
    25% {
        -webkit-transform: translateY(25%) rotate(22.5deg);
        transform: translateY(25%) rotate(22.5deg);
    }
    50% {
        border-bottom-right-radius: 100%;
        -webkit-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
        transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    }
    75% {
        -webkit-transform: translateY(25%) rotate(67.5deg);
        transform: translateY(25%) rotate(67.5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}
@-moz-keyframes square-jelly-box-animate {
    17% {
        border-bottom-right-radius: 10%;
    }
    25% {
        -moz-transform: translateY(25%) rotate(22.5deg);
        transform: translateY(25%) rotate(22.5deg);
    }
    50% {
        border-bottom-right-radius: 100%;
        -moz-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
        transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    }
    75% {
        -moz-transform: translateY(25%) rotate(67.5deg);
        transform: translateY(25%) rotate(67.5deg);
    }
    100% {
        -moz-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}
@-o-keyframes square-jelly-box-animate {
    17% {
        border-bottom-right-radius: 10%;
    }
    25% {
        -o-transform: translateY(25%) rotate(22.5deg);
        transform: translateY(25%) rotate(22.5deg);
    }
    50% {
        border-bottom-right-radius: 100%;
        -o-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
        transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    }
    75% {
        -o-transform: translateY(25%) rotate(67.5deg);
        transform: translateY(25%) rotate(67.5deg);
    }
    100% {
        -o-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}
@keyframes square-jelly-box-animate {
    17% {
        border-bottom-right-radius: 10%;
    }
    25% {
        -webkit-transform: translateY(25%) rotate(22.5deg);
        -moz-transform: translateY(25%) rotate(22.5deg);
        -o-transform: translateY(25%) rotate(22.5deg);
        transform: translateY(25%) rotate(22.5deg);
    }
    50% {
        border-bottom-right-radius: 100%;
        -webkit-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
        -moz-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
        -o-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
        transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    }
    75% {
        -webkit-transform: translateY(25%) rotate(67.5deg);
        -moz-transform: translateY(25%) rotate(67.5deg);
        -o-transform: translateY(25%) rotate(67.5deg);
        transform: translateY(25%) rotate(67.5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        -moz-transform: translateY(0) rotate(90deg);
        -o-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}
@-webkit-keyframes square-jelly-box-shadow {
    50% {
        -webkit-transform: scale(1.25, 1);
        transform: scale(1.25, 1);
    }
}
@-moz-keyframes square-jelly-box-shadow {
    50% {
        -moz-transform: scale(1.25, 1);
        transform: scale(1.25, 1);
    }
}
@-o-keyframes square-jelly-box-shadow {
    50% {
        -o-transform: scale(1.25, 1);
        transform: scale(1.25, 1);
    }
}
@keyframes square-jelly-box-shadow {
    50% {
        -webkit-transform: scale(1.25, 1);
        -moz-transform: scale(1.25, 1);
        -o-transform: scale(1.25, 1);
        transform: scale(1.25, 1);
    }
}
.component-loading {
    position: absolute;
    background-color: #fff;
    z-index: 999;
    width: 0;
    height: 0;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
.spinner {
    margin: auto;
    width: 25px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    position: relative;
    top: 40%;
}
.spinner > div {
    background-color: #333;
    height: 100%;
    width: 2px;
    display: inline-block;
    margin: 0 3px 0 0;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes sk-stretchdelay {
    0%,
    100%,
    40% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
.back-button {
    font-size: 1.5em;
}
.alert {
    padding: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 0.813em;
}
.big-loading-container {
    padding-left: 43%;
    display: none;
    position: absolute;
    background-color: #fff;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    width: 97%;
    height: 100%;
    z-index: 9999;
}
.big-loading-container .la-square-jelly-box {
    top: 50px;
}
.display-none {
    display: none;
}
@media (max-width: 767px) {
    .main-content-wrapper {
        margin-left: 0;
    }
    .page-legend {
        position: absolute;
        right: 22px;
        top: 32px;
        margin: 10px 10px 10px 0;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    #main-content .h1 {
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 660px) {
    .main-content-toggle-left {
        margin-left: 660px;
    }
}
@media only screen and (max-width: 479px) {
    #main-content .h1 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 999px) and (min-width: 528px) {
    .page-legend {
        position: absolute;
        right: 32px;
        top: 38px;
        margin: 10px 0 10px 0;
    }
}
@media only screen and (max-width: 527px) and (min-width: 411px) {
    .page-legend {
        position: absolute;
        right: 32px;
        top: 60px;
        margin: 10px 0 10px 0;
    }
}
@media only screen and (max-width: 410px) and (min-width: 360px) {
    .page-legend {
        position: absolute;
        right: 32px;
        top: 68px;
        margin: 10px 0 10px 0;
    }
}
@media only screen and (max-width: 359px) {
    .page-legend {
        position: absolute;
        right: 32px;
        top: 90px;
        margin: 10px 0 10px 0;
    }
}
#sidebar-right {
    width: 240px;
    height: 100%;
    background: #fff;
    z-index: 100;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    right: 0;
    padding-top: 50px;
    display: none;
    box-shadow: 0 0 9px rgba(190, 190, 190, 0.5);
}
.sidebar-right-open {
    display: block !important;
}
#sidebar-right .sidebar-title {
    color: #e8e8e8;
    padding: 10px;
    background-color: #1d212a;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.75em;
}
#contact-list-wrapper .heading {
    position: relative;
    border-bottom: solid thin #f2f2f2;
}
#contact-list-wrapper .heading ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#contact-list-wrapper .heading ul li {
    display: inline-block;
    padding: 10px;
}
#contact-list-wrapper .heading ul li.new-contact a {
    vertical-align: sub;
}
#contact-list-wrapper .heading .search {
    -webkit-appearance: none !important;
    color: #282323;
    outline: 0;
    height: 30px;
    width: 180px;
    padding: 7px 15px;
    font-size: 0.75em;
    font-weight: 400;
    vertical-align: top;
    background-color: #edf1f2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    border: none;
    transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
    position: relative;
}
#contact-list-wrapper .heading .btn-search {
    position: absolute;
    background: 0 0;
    right: 12px;
    top: 12px;
}
#contact-list-wrapper #contact-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#contact-list-wrapper #contact-list ul li {
    border-bottom: solid thin #f2f2f2;
    padding: 10px;
}
#contact-list-wrapper #contact-list ul li .row {
    margin: 0;
}
#contact-list-wrapper #contact-list ul li:hover {
    cursor: pointer;
    background-color: #f4f7f7;
}
#contact-list-wrapper #contact-list .avatar {
    width: 40px;
    height: 40px;
}
#contact-list-wrapper #contact-list .avatar i {
    border: solid 1px #fff;
    width: 10px;
    height: 10px;
    margin: 0;
}
#contact-list-wrapper #contact-list .location i {
    font-size: 0.813em;
}
#contact-user {
    position: fixed;
    height: 55px;
    width: 240px;
    bottom: 0;
    text-align: center;
}
#contact-user .chat-user {
    padding: 20px 8px 8px 8px;
    background-color: #f0f3f3;
    height: 55px;
    width: 80px;
    float: left;
}
#contact-user .email-user {
    padding: 20px 8px 8px 8px;
    background-color: #f0f3f3;
    height: 55px;
    width: 80px;
    float: left;
}
#contact-user .call-user {
    padding: 20px 8px 8px 8px;
    background-color: #f0f3f3;
    height: 55px;
    width: 80px;
    float: left;
}
#contact-user .call-user.active,
#contact-user .chat-user.active,
#contact-user .email-user.active {
    background-color: #1d212a;
}
#contact-user .call-user:hover,
#contact-user .chat-user:hover,
#contact-user .email-user:hover {
    background-color: #1d212a;
    color: #f0f3f3;
    cursor: pointer;
}
#contact-user .call-user:hover span,
#contact-user .chat-user:hover span,
#contact-user .email-user:hover span {
    color: #f0f3f3;
}
#contact-user .call-user.active > span,
#contact-user .chat-user.active > span,
#contact-user .email-user.active > span {
    color: #f0f3f3;
}
.avatar {
    position: relative;
    display: block;
}
.avatar i {
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    margin: 1px;
    border-width: 2px;
    border-style: solid;
    border-radius: 100%;
}
.avatar i.on {
    background-color: #ed1c24;
}
.avatar i.off {
    background-color: #909aa0;
}
.avatar i.busy {
    background-color: #e25d5d;
}
.avatar i.away {
    background-color: #edce8c;
}
.border-dark {
    border-color: #13161c;
}
.btn {
    border: none;
    font-size: 0.875em;
    font-weight: 400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 4px 8px 4px 8px;
    height: 33px;
    margin-bottom: 5px;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border 0.25s linear, color 0.25s linear,
    background-color 0.25s linear;
    transition: border 0.25s linear, color 0.25s linear,
    background-color 0.25s linear;
}
.btn:focus,
.btn:hover {
    outline: 0;
}
.btn.active,
.btn:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}
.btn fieldset[disabled] .btn,
.btn.disabled,
.btn[disabled] {
    background-color: #fff;
    color: rgba(255, 255, 255, 0.75);
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.btn.btn-theme-primary {
    font-weight: 700;
    text-transfrom: uppercase;
}
.btn.btn-theme-default {
    font-weight: 700;
    border: 1px solid #ccc;
    text-transfrom: uppercase;
}
.btn i {
    padding: 0 5px;
}
.btn-default,
a.btn-default:link,
a.btn-default:visited {
    color: #777;
    background-color: #fff;
    outline: 0 !important;
}
a.btn-default:active,
a.btn-default:hover {
    color: #fff;
    background-color: #9ea7ac;
    border-color: #9ea7ac;
}
.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #9ea7ac;
    border-color: #9ea7ac;
}
.btn-default.active,
.btn-default:active,
.open .dropdown-toggle.btn-default {
    background: #909aa0;
    border-color: #909aa0;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #909aa0;
    border-color: #909aa0;
}
.btn-primary,
a.btn-primary:link,
a.btn-primary:visited {
    color: #fff;
    background-color: #ed1c24;
}
a.btn-primary:active,
a.btn-primary:hover {
    color: #fff;
    background-color: #ef343b;
    border-color: #ef343b;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #ef343b;
    border-color: #ef343b;
}
.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
    background: #ed1c24;
    border-color: #ed1c24;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #ed1c24;
    border-color: #ed1c24;
}
.btn-info {
    color: #fff;
    background-color: #1f7bb6;
}
.btn-info,
a.btn-info:link,
a.btn-info:visited {
    color: #fff;
    background-color: #1f7bb6;
}
a.btn-info:active,
a.btn-info:hover {
    color: #fff;
    background-color: #238acc;
}
.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #238acc;
    border-color: #238acc;
}
.btn-info.active,
.btn-info:active,
.open .dropdown-toggle.btn-info {
    background: #1f7bb6;
    border-color: #1f7bb6;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #1f7bb6;
    border-color: #1f7bb6;
}
.btn-danger {
    color: #fff;
    background-color: #e25d5d;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #e67373;
    border-color: #e67373;
}
.btn-danger.active,
.btn-danger:active,
.open .dropdown-toggle.btn-danger {
    background: #e67373;
    border-color: #e67373;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #e25d5d;
    border-color: #e25d5d;
}
.btn-success {
    color: #fff;
    background-color: #ed1c24;
}
.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #ef343b;
    border-color: #ef343b;
}
.btn-success.active,
.btn-success:active,
.open .dropdown-toggle.btn-success {
    background: #ed1c24;
    border-color: #ed1c24;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #ed1c24;
    border-color: #ed1c24;
}
.btn-warning {
    color: #fff;
    background-color: #edce8c;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #edce8c;
    border-color: #edce8c;
}
.btn-warning.active,
.btn-warning:active,
.open .dropdown-toggle.btn-warning {
    background: #f0d7a2;
    border-color: #f0d7a2;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #edce8c;
    border-color: #edce8c;
}
.btn.btn-3d {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn.btn-3d:active {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
}
.btn-default.btn-3d {
    -webkit-box-shadow: 0 6px 0 #858e93;
    -moz-box-shadow: 0 6px 0 #858e93;
    box-shadow: 0 6px 0 #858e93;
}
.btn-default.btn-3d:focus,
.btn-default.btn-3d:hover {
    background-color: #909aa0;
}
.btn-default.btn-3d:active {
    -webkit-box-shadow: 0 2px 0 #858e93;
    -moz-box-shadow: 0 2px 0 #858e93;
    box-shadow: 0 2px 0 #858e93;
}
.btn-default.btn-3d:focus,
.btn-default.btn-3d:hover {
    background-color: #909aa0;
}
.btn-primary.btn-3d {
    -webkit-box-shadow: 0 6px 0 #4d617f;
    -moz-box-shadow: 0 6px 0 #4d617f;
    box-shadow: 0 6px 0 #4d617f;
}
.btn-primary.btn-3d:active {
    -webkit-box-shadow: 0 2px 0 #4d617f;
    -moz-box-shadow: 0 2px 0 #4d617f;
    box-shadow: 0 2px 0 #4d617f;
}
.btn-primary.btn-3d:focus,
.btn-primary.btn-3d:hover {
    background-color: #ed1c24;
}
.btn-success.btn-3d {
    -webkit-box-shadow: 0 6px 0 #24aca5;
    -moz-box-shadow: 0 6px 0 #24aca5;
    box-shadow: 0 6px 0 #24aca5;
}
.btn-success.btn-3d:active {
    -webkit-box-shadow: 0 2px 0 #24aca5;
    -moz-box-shadow: 0 2px 0 #24aca5;
    box-shadow: 0 2px 0 #24aca5;
}
.btn-success.btn-3d:focus,
.btn-success.btn-3d:hover {
    background-color: #ed1c24;
}
.btn-info.btn-3d {
    -webkit-box-shadow: 0 6px 0 #2273a5;
    -moz-box-shadow: 0 6px 0 #2273a5;
    box-shadow: 0 6px 0 #2273a5;
}
.btn-info.btn-3d:active {
    -webkit-box-shadow: 0 2px 0 #2273a5;
    -moz-box-shadow: 0 2px 0 #2273a5;
    box-shadow: 0 2px 0 #2273a5;
}
.btn-info.btn-3d:focus,
.btn-info.btn-3d:hover {
    background-color: #1f7bb6;
}
.btn-warning.btn-3d {
    -webkit-box-shadow: 0 6px 0 #dbbd7d;
    -moz-box-shadow: 0 6px 0 #dbbd7d;
    box-shadow: 0 6px 0 #dbbd7d;
}
.btn-warning.btn-3d:active {
    -webkit-box-shadow: 0 2px 0 #d6ae11;
    -moz-box-shadow: 0 2px 0 #d6ae11;
    box-shadow: 0 2px 0 #d6ae11;
}
.btn-warning.btn-3d:focus,
.btn-warning.btn-3d:hover {
    background-color: #edce8c;
}
.btn-danger.btn-3d {
    -webkit-box-shadow: 0 6px 0 #c94034;
    -moz-box-shadow: 0 6px 0 #c94034;
    box-shadow: 0 6px 0 #c94034;
}
.btn-danger.btn-3d:active {
    -webkit-box-shadow: 0 2px 0 #c94034;
    -moz-box-shadow: 0 2px 0 #c94034;
    box-shadow: 0 2px 0 #c94034;
}
.btn-danger.btn-3d:focus,
.btn-danger.btn-3d:hover {
    background-color: #e25d5d;
}
.btn-square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.btn-default.btn-trans {
    color: #909aa0;
    background-color: transparent;
    border: solid thin #909aa0;
}
.btn-default.btn-trans:active,
.btn-default.btn-trans:focus,
.btn-default.btn-trans:hover {
    color: #fff;
    background-color: #909aa0;
    border: solid thin #909aa0;
}
.btn-primary.btn-trans {
    color: #ed1c24;
    background-color: transparent;
    border: solid thin #ed1c24;
}
.btn-primary.btn-trans:active,
.btn-primary.btn-trans:focus,
.btn-primary.btn-trans:hover {
    color: #fff;
    background-color: #ed1c24;
    border: solid thin #ed1c24;
}
.btn-success.btn-trans {
    color: #ed1c24;
    background-color: transparent;
    border: solid thin #ed1c24;
}
.btn-success.btn-trans:active,
.btn-success.btn-trans:focus,
.btn-success.btn-trans:hover {
    color: #fff;
    background-color: #ed1c24;
    border: solid thin #ed1c24;
}
.btn-info.btn-trans {
    color: #1f7bb6;
    background-color: transparent;
    border: solid thin #1f7bb6;
}
.btn-info.btn-trans:active,
.btn-info.btn-trans:focus,
.btn-info.btn-trans:hover {
    color: #fff;
    background-color: #1f7bb6;
    border: solid thin #1f7bb6;
}
.btn-warning.btn-trans {
    color: #edce8c;
    background-color: transparent;
    border: solid thin #edce8c;
}
.btn-warning.btn-trans:active,
.btn-warning.btn-trans:focus,
.btn-warning.btn-trans:hover {
    color: #fff;
    background-color: #edce8c;
    border: solid thin #edce8c;
}
.btn-danger.btn-trans {
    color: #e25d5d;
    background-color: transparent;
    border: solid thin #e25d5d;
}
.btn-danger.btn-trans:active,
.btn-danger.btn-trans:focus,
.btn-danger.btn-trans:hover {
    color: #fff;
    background-color: #e25d5d;
    border: solid thin #e25d5d;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 1.125em;
    line-height: 1.33;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.btn .caret {
    margin-left: 5px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 0.875em;
    min-width: 180px;
    left: 5px;
}
.advisor-dropdown {
    overflow-y: auto;
    max-height: 450px;
}
.grey-block {
    background-color: #eee;
    margin-bottom: 2px;
    padding: 5px 8px;
    height: 27px;
    float: left;
    font-size: 0.813em;
}
.progress {
    display: block;
    margin-bottom: 15px;
    background-color: #e6ebed;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 0.75em;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress.progress-sm {
    height: 15px;
}
.progress.progress-xs {
    height: 6px;
}
.progress .progress-bar {
    background-color: #ed1c24;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.progress .progress-bar.progress-bar-success {
    background-color: #ed1c24;
}
.progress .progress-bar.progress-bar-info {
    background-color: #1f7bb6;
}
.progress .progress-bar.progress-bar-warning {
    background-color: #edce8c;
}
.progress .progress-bar.progress-bar-danger {
    background-color: #e25d5d;
}
.panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.page-panel {
    min-height: 400px;
}
.panel > .panel-heading {
    font-weight: 400;
    text-transform: capitalize;
    padding: 14px 10px;
}
.panel-heading > .panel-title {
    height: auto;
    font-size: 0.813em;
}
.panel > .panel-footer {
    border-color: #ecedf0;
}
.panel .actions {
    position: absolute;
    right: 30px;
    top: 8px;
}
.panel .actions i {
    font-size: 0.875em;
    margin: 0 3px;
}
.panel .actions i:hover {
    cursor: pointer;
}
.panel > .panel-footer {
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px;
}
.modal-footer .btn + .btn {
    margin-bottom: 5px;
}
.panel .panel-body .h1 {
    float: none;
}
.panel-default > .panel-heading {
    border-color: #eff2f7;
    background: #fff;
    color: #767676;
}
.panel-default .actions i {
    color: #909aa0;
    margin: 0 3px;
}
.panel-default .actions i:hover {
    cursor: pointer;
    color: #767676;
}
.panel-default > .panel-footer {
    border-color: #eff2f7;
    background: #fff;
    color: #767676;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #555;
    border-color: #555;
}
.panel-primary {
    border-color: #1abc9c;
}
.panel-primary > .panel-heading a,
.panel-primary > .panel-heading a:hover {
    color: #fff;
}
.panel-solid-default > .panel-body,
.panel-solid-default > .panel-footer,
.panel-solid-default > .panel-heading {
    background: #909aa0;
    border: none;
    color: #fff;
}
.panel-solid-primary > .panel-body,
.panel-solid-primary > .panel-footer,
.panel-solid-primary > .panel-heading {
    background: #ed1c24;
    color: #fff;
    border: none;
}
.panel-solid-success > .panel-body,
.panel-solid-success > .panel-footer,
.panel-solid-success > .panel-heading {
    background: #ed1c24;
    color: #fff;
    border: none;
}
.panel-solid-warning > .panel-body,
.panel-solid-warning > .panel-footer,
.panel-solid-warning > .panel-heading {
    background: #edce8c;
    color: #fff;
    border: none;
}
.panel-solid-info > .panel-body,
.panel-solid-info > .panel-footer,
.panel-solid-info > .panel-heading {
    background: #1f7bb6;
    color: #fff;
    border: none;
}
.panel-solid-danger > .panel-body,
.panel-solid-danger > .panel-footer,
.panel-solid-danger > .panel-heading {
    background: #e25d5d;
    color: #fff;
    border: none;
}
.panel-gradient-default > .panel-body {
    background: #909aa0;
    background: -moz-linear-gradient(-45deg, #909aa0 25%, #a4aaad 100%);
    background: -webkit-gradient(
            linear,
            left top,
            right bottom,
            color-stop(25%, #909aa0),
            color-stop(100%, #a4aaad)
    );
    background: -webkit-linear-gradient(-45deg, #909aa0 25%, #a4aaad 100%);
    background: -o-linear-gradient(-45deg, #909aa0 25%, #a4aaad 100%);
    background: -ms-linear-gradient(-45deg, #909aa0 25%, #a4aaad 100%);
    background: linear-gradient(135deg, #909aa0 25%, #a4aaad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$defaultColor', endColorstr='#a4aaad', GradientType=1 );
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.panel-gradient-primary > .panel-body {
    background: #1abc9c;
    background: -moz-linear-gradient(-45deg, #1abc9c 25%, #87d5ab 100%);
    background: -webkit-gradient(
            linear,
            left top,
            right bottom,
            color-stop(25%, #1abc9c),
            color-stop(100%, #87d5ab)
    );
    background: -webkit-linear-gradient(-45deg, #1abc9c 25%, #87d5ab 100%);
    background: -o-linear-gradient(-45deg, #1abc9c 25%, #87d5ab 100%);
    background: -ms-linear-gradient(-45deg, #1abc9c 25%, #87d5ab 100%);
    background: linear-gradient(135deg, #1abc9c 25%, #87d5ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abc9c', endColorstr='#87d5ab', GradientType=1 );
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.panel-gradient-success > .panel-body {
    background: #2dcc70;
    background: -moz-linear-gradient(-45deg, #2dcc70 25%, #27ad5f 100%);
    background: -webkit-gradient(
            linear,
            left top,
            right bottom,
            color-stop(25%, #2dcc70),
            color-stop(100%, #27ad5f)
    );
    background: -webkit-linear-gradient(-45deg, #2dcc70 25%, #27ad5f 100%);
    background: -o-linear-gradient(-45deg, #2dcc70 25%, #27ad5f 100%);
    background: -ms-linear-gradient(-45deg, #2dcc70 25%, #27ad5f 100%);
    background: linear-gradient(135deg, #2dcc70 25%, #27ad5f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dcc70', endColorstr='#27ad5f', GradientType=1 );
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.panel-gradient-warning > .panel-body {
    background: #f1c40f;
    background: -moz-linear-gradient(-45deg, #f1c40f 25%, #e0af0f 100%);
    background: -webkit-gradient(
            linear,
            left top,
            right bottom,
            color-stop(25%, #f1c40f),
            color-stop(100%, #e0af0f)
    );
    background: -webkit-linear-gradient(-45deg, #f1c40f 25%, #e0af0f 100%);
    background: -o-linear-gradient(-45deg, #f1c40f 25%, #e0af0f 100%);
    background: -ms-linear-gradient(-45deg, #f1c40f 25%, #e0af0f 100%);
    background: linear-gradient(135deg, #f1c40f 25%, #e0af0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c40f', endColorstr='#e0af0f', GradientType=1 );
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.panel-gradient-info > .panel-body {
    background: #3598db;
    background: -moz-linear-gradient(-45deg, #3598db 25%, #0e7bce 100%);
    background: -webkit-gradient(
            linear,
            left top,
            right bottom,
            color-stop(25%, #3598db),
            color-stop(100%, #0e7bce)
    );
    background: -webkit-linear-gradient(-45deg, #3598db 25%, #0e7bce 100%);
    background: -o-linear-gradient(-45deg, #3598db 25%, #0e7bce 100%);
    background: -ms-linear-gradient(-45deg, #3598db 25%, #0e7bce 100%);
    background: linear-gradient(135deg, #3598db 25%, #0e7bce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3598db', endColorstr='#0e7bce', GradientType=1 );
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.panel-gradient-info > .panel-body a:link,
.panel-gradient-info > .panel-body a:visited {
    color: #fff;
    text-decoration: none;
}
.panel-gradient-info > .panel-body a:active,
.panel-gradient-info > .panel-body a:hover {
    color: #fff;
    text-decoration: underline;
}
.panel-gradient-danger > .panel-body {
    background: #e84c3d;
    background: -moz-linear-gradient(-45deg, #e84c3d 25%, #d34639 100%);
    background: -webkit-gradient(
            linear,
            left top,
            right bottom,
            color-stop(25%, #e84c3d),
            color-stop(100%, #d34639)
    );
    background: -webkit-linear-gradient(-45deg, #e84c3d 25%, #d34639 100%);
    background: -o-linear-gradient(-45deg, #e84c3d 25%, #d34639 100%);
    background: -ms-linear-gradient(-45deg, #e84c3d 25%, #d34639 100%);
    background: linear-gradient(135deg, #e84c3d 25%, #d34639 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84c3d', endColorstr='#d34639', GradientType=1 );
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.widget-mini {
    position: relative;
}
.widget-mini .title {
    font-size: 1em;
    display: block;
}
.widget-mini .total {
    font-size: 2em;
    display: block;
    font-weight: 300;
}
.widget-mini i {
    position: absolute;
    top: 10px;
    left: 10px;
}
.heading-with-button {
    padding: 0 !important;
    height: 40px;
}
.heading-with-button .panel-title {
    padding: 14px 10px 10px;
    font-family: Montserrat, sans-serif;
}
.heading-with-button .heading-button {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    height: 40px;
}
.heading-with-button .heading-button:hover {
    background-color: #f5f5f5;
}
.chat-widget .wrapper {
    margin: 10px 0;
    clear: both;
}
.chat-widget .wrapper .avatar {
    width: 50px;
    height: 50px;
}
.chat-widget .wrapper .avatar i {
    border: solid 2px #fff;
}
.chat-widget .wrapper .post {
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.chat-widget .wrapper .post.default {
    background-color: #e6e6e6;
}
.chat-widget .wrapper .post.primary {
    background-color: #ed1c24;
    color: #fff;
}
.chat-widget .wrapper .post.default .arrow {
    border-right-color: rgba(0, 0, 0, 0.1);
}
.chat-widget .wrapper .post.primary .arrow {
    border-left-color: #ed1c24;
}
.widget-weather .title {
    margin-bottom: 10px;
}
.widget-weather .temp {
    font-size: 1em;
    font-weight: 700;
    margin-top: 10px;
}
body.fullscreen-widget-active {
    overflow: hidden;
    position: fixed;
}
body.fullscreen-widget-active .animated {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    animation-name: none;
}
body.fullscreen-widget-active .panel .panel-heading .actions > .fa-chevron-down,
body.fullscreen-widget-active .panel .panel-heading .actions > .fa-times {
    display: none;
}
.panel.widget-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
}
.tab-wrapper {
    margin-bottom: 20px;
}
.tab-wrapper .nav-tabs > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.tab-wrapper .tab-content {
    border: 1px solid #ddd;
    padding: 10px 15px;
}
.tab-wrapper > .nav-tabs > li a {
    color: #5d5f63;
}
.tab-wrapper > .nav-tabs > li.active > a {
    border-top: 4px solid #ed1c24;
    background-color: #fff;
}
.tab-wrapper.tab-left > .nav-tabs > li,
.tab-wrapper.tab-right > .nav-tabs > li {
    float: none;
    min-width: 75px;
}
.tab-wrapper.tab-left > .nav-tabs > li > a,
.tab-wrapper.tab-right > .nav-tabs > li > a {
    border: 1px solid #ddd;
}
.tab-wrapper.tab-left > .nav-tabs > li.active > a,
.tab-wrapper.tab-right > .nav-tabs > li.active > a {
    border-top-color: #ddd !important;
}
.tab-wrapper.tab-left .tab-content,
.tab-wrapper.tab-right .tab-content {
    overflow: auto;
    border-top: 1px solid #ddd;
}
.tab-wrapper.tab-left > .nav-tabs {
    float: left;
    margin-right: -3px;
}
.tab-wrapper.tab-left > .nav-tabs > li > a {
    border-right: 0;
}
.tab-wrapper.tab-left > .nav-tabs > li.active > a {
    border-left: 4px solid #ed1c24;
}
.tab-wrapper.tab-right > .nav-tabs {
    float: right;
    margin-left: -1px;
}
.tab-wrapper.tab-right > .nav-tabs > li > a {
    border-left: 0;
}
.tab-wrapper.tab-right > .nav-tabs > li.active > a {
    border-right: 4px solid #ed1c24;
}
.tab-wrapper.tab-bottom > .tab-content {
    border-top: 1px solid #ddd;
}
.tab-wrapper.tab-bottom > .nav-tabs {
    border-bottom: none;
    margin-top: 0;
}
.tab-wrapper.tab-bottom > .nav-tabs > li.active > a {
    margin-top: -4px;
    border-top-color: transparent !important;
    border-bottom: 4px solid #ed1c24;
}
.tab-primary.tab-wrapper > .nav-tabs > li.active > a {
    border-top-color: #ed1c24;
}
.tab-primary.tab-wrapper.tab-left > .nav-tabs > li.active {
    border-left-color: #ed1c24;
}
.tab-primary.tab-wrapper.tab-right > .nav-tabs > li.active {
    border-right-color: #ed1c24;
}
.tab-primary.tab-wrapper.tab-bottom > .nav-tabs > li.active > a {
    border-bottom-color: #ed1c24;
}
.nav-tabs > li {
    margin-bottom: -2px;
    font-weight: 700;
    font-size: 0.875em;
    height: 50px;
}
.nav-tabs > li.active {
    border-top: 6px solid #ed1c24;
}
.nav-tabs > li.active a {
    margin-right: 0;
    border-top: medium none;
}
.badge {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 0.688em;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 7px 4px 7px;
}
.badge-primary {
    background-color: #ed1c24;
}
.badge-warning {
    background-color: #edce8c;
}
.badge-success {
    background-color: #ed1c24;
}
.badge-danger {
    background-color: #e25d5d;
}
.badge-info {
    background-color: #1f7bb6;
}
.label.label-circle {
    border-radius: 50%;
    background-clip: padding-box;
    padding: 4px;
    width: 20px;
    height: 20px;
}
.default-color {
    color: #909aa0;
}
.primary-color {
    color: #ed1c24;
}
.success-color {
    color: #ed1c24;
}
.info-color {
    color: #1f7bb6;
}
.warning-color {
    color: #edce8c;
}
.danger-color {
    color: #e25d5d;
}
.default-bg-color {
    background-color: #909aa0;
}
.primary-bg-color {
    background-color: #ed1c24;
}
.success-bg-color {
    background-color: #ed1c24;
}
.info-bg-color {
    background-color: #1f7bb6;
}
.warning-bg-color {
    background-color: #edce8c;
}
.danger-bg-color {
    background-color: #e25d5d;
}
.text-muted {
    color: #a2a2a2 !important;
}
.padding-none {
    padding: 0 !important;
}
.margin-none {
    margin: 0;
}
.block {
    display: block;
}
.no-gutter {
    margin-right: 0;
    margin-left: 0;
}
.arrow.right {
    top: 50%;
    right: -9px;
    margin-top: -9px;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-width: 0;
}
.arrow.left {
    top: 50%;
    left: -9px;
    margin-top: -9px;
    border-right-color: rgba(0, 0, 0, 0.1);
    border-left-width: 0;
}
.arrow,
.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.arrow {
    z-index: 10;
    border-width: 9px;
}
.help-block {
    font-size: 0.75em;
}
.google-map {
    height: 350px;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 15px;
    height: 17px;
}
.slider.slider-horizontal {
    margin: 10px 0;
}
.slider.slider-vertical {
    margin: 0 10px;
}
.slider-handle.round {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #eff2f7;
    background: #fff;
    cursor: pointer;
}
.slider-default .slider-selection {
    background-image: none;
    background-color: #909aa0;
}
.slider-primary .slider-selection {
    background-image: none;
    background-color: #ed1c24;
}
.slider-success .slider-selection {
    background-image: none;
    background-color: #ed1c24;
}
.slider-warning .slider-selection {
    background-image: none;
    background-color: #edce8c;
}
.slider-info .slider-selection {
    background-image: none;
    background-color: #1f7bb6;
}
.slider-danger .slider-selection {
    background-image: none;
    background-color: #e25d5d;
}
#RGB {
    height: 239px;
    background: grey;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.homeDialOuterContainer:first-child {
    width: 50%;
    border-right: 4px solid #ededed;
}
.homeDialOuterContainerFirstChild {
    border-right: 4px solid #eee;
}
.homeDialOuterContainer {
    background: none repeat scroll 0 0 #fff;
    float: left;
    width: 50%;
}
.homeDialHeaderContainer {
    color: #fff;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.homeDialContainerLeftDials .spacer {
    margin-right: 0 !important;
}
.homeDialContainerRightDials .spacer {
    margin-left: 0 !important;
}
.homeDialContainerMiddleDials .spacer {
    width: 200px !important;
}
.spacer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
}
.homeDialSectionContainer {
    background: #fff;
}
.homeDialContainerMiddleDials {
    width: 20% !important;
}
.homeDialContainer {
    height: 405px;
    float: left;
    width: 40%;
}
.homeDialWrapper {
    float: left;
}
.homeSmallDialWrapper {
    padding-top: 17px;
    width: 40%;
}
.homeSmallDialWrapper .homePrevUsedServiceChart {
    position: absolute;
    top: 230px;
}
.homeSmallDialWrapper .homeCloseRateChart,
.homeSmallDialWrapper .homeIntentReturnChart {
    margin-top: 60px;
}
.homeLargeDialWrapper {
    padding-top: 50px;
    width: 60%;
}
.homeSalesSmallDialTooltipPlaceHolder {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    display: block;
    height: 200px;
    width: 200px;
}
.homeDialBorderContainer,
.homeDialTooltipPlaceHolder {
    margin: 0;
    position: absolute;
}
.homeDialTooltipPlaceHolder {
    z-index: 4;
}
.homeDialBorderContainer {
    z-index: 1;
}
.homeSmallDialPlaceHolderOuterImage {
    height: 190px;
    margin-left: 4px;
    margin-top: 3px;
    width: 192px;
}
.homeSalesRecChartBGImage,
.homeServiceRecommendationChartBGImage {
    height: 250px;
    width: 250px;
    z-index: 0;
}
.homeLargeDialPlaceHolderOuterImage {
    height: 260px;
    width: 260px;
}
.homeSalesRecChartBGImageBorder,
.homeServiceRecommendationChartBGImageBorder {
    margin-left: -1px;
    margin-top: -9px;
}
.homeIntentReturnChart {
    margin-left: -34px !important;
}
.homeDialLegendContainer {
    background: #fff none repeat scroll 0 0;
    border-bottom: 4px solid #ededed;
    border-left: 4px solid #ededed;
    border-right: 4px solid #ededed;
    bottom: 2px;
    height: 45px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.homeDialLegendContainer {
    text-align: center;
    width: 225px;
}
.homeDialLegendItem {
    display: inline-block;
    height: auto;
    margin-top: 10px;
    text-align: left;
    z-index: 100;
}
.homeDialLegendItem {
    margin-left: 5px;
    margin-right: 5px;
}
.homeDialLegendIcon {
    float: left;
    margin-left: 4px;
    width: 21px;
}
.homeLargeChartStateContainer {
    height: 16px;
    margin-left: 114px;
    margin-right: auto;
    margin-top: 158px;
    width: 14px;
}
.homeBrandRecommendChart .homeChartStateContainer {
    height: 16px;
    margin-left: 40px;
    margin-right: auto;
    margin-top: 102px;
    width: 14px;
    background: rgba(255, 255, 255, 0);
}
.homeCloseRateChart .homeChartStateContainer {
    height: 16px;
    margin-left: 90px;
    margin-right: auto;
    margin-top: 112px;
    width: 14px;
    background: rgba(255, 255, 255, 0);
}
.homeFreeInspectionChart .homeChartStateContainer {
    height: 16px;
    margin-left: 42px;
    margin-right: auto;
    margin-top: 101px;
    width: 14px;
    background: rgba(255, 255, 255, 0);
}
.homeIntentReturnChart .homeChartStateContainer {
    height: 16px;
    margin-left: 93px;
    margin-right: auto;
    margin-top: 111px;
    width: 14px;
    background: rgba(255, 255, 255, 0);
}
.homeChartStateItem {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0);
}
.homeChartStateItem .increase {
    margin-top: -2px;
}
.homeLeftDialContainerTooltip {
    display: none;
    margin-left: auto;
    margin-right: -62px;
    margin-top: -165px;
    width: 80%;
}
.homeRightDialContainerTooltip {
    display: none;
    margin-left: -46px;
    margin-right: auto;
    margin-top: -165px;
    width: 80%;
}
.homeDialContainerCsiTooltip {
    margin-right: -178px;
    margin-top: -218px !important;
    width: 120%;
}
.homeLeftDialContainerTooltip .homeToolTipContent,
.homeLeftDialContainerTooltip .homeToolTipHeader,
.homeReturnScoresTooltipPlaceHolder .homeToolTipContent,
.homeReturnScoresTooltipPlaceHolder .homeToolTipHeader,
.homeRightDialContainerTooltip .homeToolTipContent,
.homeRightDialContainerTooltip .homeToolTipHeader {
    background: url(../../images/standard/home-tooltip-bg-repeat.png) repeat
    scroll right center rgba(0, 0, 0, 0);
    display: block;
    width: 100%;
    color: #fff;
    padding: 5px;
}
.homeToolTipHeader span {
    opacity: 1;
}
.homeToolTipHeader {
    color: #fff;
    font-size: 12px;
    height: auto;
    margin-bottom: 2px;
    padding-top: 8px;
}
.homeDialContainerCsiTooltip .homeToolTipContent {
    color: #fff;
}
.homeToolTipContentRow {
    height: 15px;
    width: 100%;
}
.homeToolTipContentItem:first-letter {
    text-transform: uppercase;
}
.homeToolTipContentItem {
    display: inline-block;
    opacity: 1;
    text-align: left;
    width: 50%;
}
.homeToolTipContentValue {
    display: inline-block;
    opacity: 1;
    text-align: right;
    width: 50%;
}
.selectedComparison {
    color: #f7b100;
}
.homeBottomTableHeading {
    color: #eb2136;
}
.homeBrandRecommendChartBGImage,
.homeFreeInspectionChartBGImage {
    position: absolute;
    top: 75px;
    z-index: 0;
}
.homeCloseRateChartBGImage,
.homeIntentReturnChartBGImage,
.homePrevUsedServiceChartBGImage {
    position: absolute;
    z-index: 0;
}
.homeBrandRecommendChartBGImageBorder,
.homeCloseRateChartBGImageBorder,
.homeFreeInspectionChartBGImageBorder,
.homeIntentReturnChartBGImageBorder,
.homePrevUsedServiceChartBGImageBorder {
    z-index: 2;
}
.homeDialCanvasContainer {
    position: absolute;
    z-index: 1;
}
.homeLargeDialLabelContainer {
    color: #fff;
    display: table;
    height: 250px;
    width: 250px;
    z-index: 4;
}
.homeLargeDialLabelContainer > .homeChartDataLabel {
    display: table-cell;
    font-size: 38px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
}
.homeSmallDialLabelContainer {
    color: #fff;
    display: table;
    height: 170px;
    width: 200px;
    z-index: 4;
}
.homeSmallDialLabelContainer > .homeChartDataLabel {
    display: table-cell;
    font-size: 28px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
}
.homeDial {
    background: #fff;
}
.homeDialWrapperContainer {
    max-width: 1080px;
    margin: 0 auto;
}
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    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-empty,
.dd-item,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px;
}
.dd-handle {
    cursor: move;
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #ccc;
    background: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.dd-handle:hover {
    background: #fff;
    color: #ed1c24;
}
.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: 0 0;
    line-height: 1;
    text-align: center;
    font-weight: 700;
}
.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: "-";
}
.dd-empty,
.dd-placeholder {
    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-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}
.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}
.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);
}
.list-icon div {
    line-height: 40px;
    white-space: nowrap;
}
.list-icon i {
    display: inline-block;
    width: 40px;
    margin: 0;
    font-size: 0.875em;
    text-align: center;
    vertical-align: middle;
}
.social {
    margin: 0;
    padding: 0;
}
.social ul {
    margin: 0;
    padding: 5px;
}
.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}
.social i {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #909aa0;
    font-size: 22px;
    text-align: center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.social i:hover {
    color: #fff;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.social .fa-facebook:hover {
    background: #4060a5;
}
.social .fa-twitter:hover {
    background: #00abe3;
}
.social .fa-google-plus:hover {
    background: #e64522;
}
.social .fa-github:hover {
    background: #343434;
}
.social .fa-pinterest:hover {
    background: #cb2027;
}
.social .fa-linkedin:hover {
    background: #0094bc;
}
.social .fa-flickr:hover {
    background: #ff57ae;
}
.social .fa-instagram:hover {
    background: #375989;
}
.social .fa-vimeo-square:hover {
    background: #83daeb;
}
.social .fa-stack-overflow:hover {
    background: #fea501;
}
.social .fa-dropbox:hover {
    background: #017fe5;
}
.social .fa-tumblr:hover {
    background: #3a5876;
}
.social .fa-dribbble:hover {
    background: #f46899;
}
.social .fa-skype:hover {
    background: #00c6ff;
}
.social .fa-stack-exchange:hover {
    background: #4d86c9;
}
.social .fa-youtube:hover {
    background: #ff1f25;
}
.social .fa-xing:hover {
    background: #005c5e;
}
.social .fa-rss:hover {
    background: #e88845;
}
.social .fa-foursquare:hover {
    background: #09b9e0;
}
.social .fa-youtube-play:hover {
    background: #df192a;
}
.form-control {
    border: 1px solid #e8ebed;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px 8px 4px 8px;
    font-size: 0.875em;
    margin-bottom: 3px;
}
.form-control:focus {
    background: #fff;
    border-color: #ef343b;
    box-shadow: none;
}
select.form-group-sm .form-control,
select.input-sm {
    height: auto;
}
label {
    font-weight: 400;
}
label.error {
    color: #fff;
    background: #e25d5d;
    border: solid thin #fff;
    padding: 3px 5px;
}
label.valid {
    color: #fff;
    background: #ed1c24;
    border: solid thin #fff;
    padding: 3px 5px;
}
.step-content {
    border: 1px solid #d4d4d4;
    border-top: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 10px;
    margin-bottom: 10px;
}
.wizard {
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.wizard:after,
.wizard:before {
    display: table;
    line-height: 0;
    content: "";
}
.wizard:after {
    clear: both;
}
.wizard ul {
    width: 4000px;
    padding: 0;
    margin: 0;
    list-style: none outside none;
}
.wizard ul.previous-disabled li.complete {
    cursor: default;
}
.wizard ul.previous-disabled li.complete:hover {
    color: #468847;
    cursor: default;
    background: #f3f4f5;
}
.wizard ul.previous-disabled li.complete:hover .chevron:before {
    border-left-color: #f3f4f5;
}
.wizard ul li {
    position: relative;
    float: left;
    height: 46px;
    padding: 0 20px 0 30px;
    margin: 0;
    font-size: 16px;
    line-height: 46px;
    color: #999;
    cursor: default;
    background: #ededed;
}
.wizard ul li .chevron {
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 1;
    display: block;
    border: 24px solid transparent;
    border-right: 0;
    border-left: 14px solid #d4d4d4;
}
.wizard ul li .chevron:before {
    position: absolute;
    top: -24px;
    right: 1px;
    display: block;
    border: 24px solid transparent;
    border-right: 0;
    border-left: 14px solid #ededed;
    content: "";
}
.wizard ul li.complete {
    color: #ed1c24;
    background: #f3f4f5;
}
.wizard ul li.complete:hover {
    cursor: pointer;
    background: #e1f2ef;
}
.wizard ul li.complete:hover .chevron:before {
    border-left: 14px solid #e1f2ef;
}
.wizard ul li.complete .chevron:before {
    border-left: 14px solid #f3f4f5;
}
.wizard ul li.active {
    color: #ed1c24;
    background: #fff;
}
.wizard ul li.active .chevron:before {
    border-left: 14px solid #fff;
}
.wizard ul li .badge {
    margin-right: 8px;
    border-radius: 30px;
}
.wizard ul li:first-child {
    padding-left: 20px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.wizard .actions {
    position: initial;
    z-index: 1000;
    float: right;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 46px;
    vertical-align: middle;
    background-color: #e5e5e5;
    border-left: 1px solid #d4d4d4;
}
.wizard .actions a {
    margin-right: 8px;
    font-size: 12px;
    line-height: 45px;
}
.wizard .actions .btn-prev i {
    margin-right: 5px;
    color: #fff;
}
.wizard .actions .btn-next i {
    margin-left: 5px;
    color: #fff;
}
.wizard .actions .btn-prev[disabled] i {
    color: rgba(255, 255, 255, 0.75);
}
.step-content .step-pane {
    display: none;
}
.step-content .active {
    display: block;
}
.step-content .active .btn-group .active {
    display: inline-block;
}
.wizard .steps .badge.badge-info {
    background-color: #ed1c24;
}
.wizard .steps .badge.badge-success {
    background-color: #ed1c24;
}
.form-group .title {
    text-align: right;
}
.drop-box {
    background: #f8f8f8;
    border: 5px dashed #ddd;
    height: 205px;
    text-align: center;
    padding-top: 25px;
    margin-left: 20px;
}
.up-buttons {
    float: left;
}
.drop-box.dragover {
    border: 5px dashed #00f;
}
.drop-box.dragover-err {
    border: 5px dashed red;
}
.ng-wizard {
    margin: 10px 0;
}
.ng-wizard h2 {
    margin: 15px 0;
}
.rc-nav-wizard > li {
    float: left;
    font-size: 18px;
}
.rc-nav-wizard > li + li {
    margin-left: 2px;
}
.rc-nav-wizard > li > a {
    border-radius: 5px;
    cursor: default;
    color: #909aa0;
}
.rc-nav-wizard > li > a,
.rc-nav-wizard > li > a:focus,
.rc-nav-wizard > li > a:hover {
    background-color: transparent;
}
.rc-nav-wizard > li > a > .badge {
    margin-left: 3px;
    font-size: 18px;
    padding: 5px 9px;
    border-radius: 15px;
    color: #fff;
    background-color: #909aa0;
}
.rc-nav-wizard > li.active > a,
.rc-nav-wizard > li.active > a:focus,
.rc-nav-wizard > li.active > a:hover {
    color: #ed1c24;
    background-color: transparent;
}
.rc-nav-wizard > .active > a > .badge {
    color: #fff;
    background-color: #ed1c24;
}
.rc-nav-wizard > li.success > a,
.rc-nav-wizard > li.success > a:focus,
.rc-nav-wizard > li.success > a:hover {
    color: #ed1c24;
    background-color: transparent;
}
.rc-nav-wizard > .success > a > .badge {
    color: #fff;
    background-color: #ed1c24;
}
.form-control.inline-control {
    display: inline;
    width: auto;
}
.page-filters {
    height: auto;
    font-size: 0.813em;
}
.btn-filters {
    width: 100px;
}
.page-filter-group {
    float: right;
    margin-right: 5px;
}
.checkbox-space {
    margin-left: 5px;
}
#login-wrapper {
    margin: 100px auto;
}
#login-wrapper .logo {
    text-align: center;
    margin-bottom: 1px;
}
#login-wrapper .panel {
    border: none;
}
#login-wrapper .panel-heading {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #012e5f;
}
#login-wrapper .panel-title {
    text-align: center;
}
#login-wrapper .form-group i {
    position: absolute;
    left: 27px;
    top: 11px;
}
#login-wrapper #email,
#login-wrapper #password {
    padding-left: 32px;
}
.login_page_link {
    color: #012e5f;
}
.submit_time_window .tab-content li:hover {
    background: #777;
    color: #fff;
}
.submit_time_window .filter-options {
    padding: 0 5px 0 10px;
    height: 288px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}
.submit_time_window .filter-options::-webkit-scrollbar {
    width: 0.7em;
    height: 0.7em;
}
.submit_time_window .filter-options::-webkit-scrollbar-thumb {
    background: #777;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.submit_time_window .filter-options::-webkit-scrollbar-track {
    background: #d6d6d6;
}
.submit_time_window .filter-options body {
    scrollbar-face-color: #777;
    scrollbar-track-color: #d6d6d6;
}
.submit_time_window .nav-tabs > li.active > a,
.submit_time_window .nav-tabs > li.active > a:focus,
.submit_time_window .nav-tabs > li.active > a:hover {
    background: #fff;
}
.submit_time_window .tab-wrapper .tab-content {
    padding-right: 20px;
    padding-bottom: 0;
    background: #fff;
}
.submit_time_window .panel {
    margin-bottom: 0;
    min-height: 288px;
}
.submit_time_window .list-group {
    margin-bottom: 0;
}
.submit_time_window .list-group .btn {
    white-space: normal;
    padding: 5px;
    width: 100%;
    height: 100%;
    min-height: 30px;
    font-size: 0.875em;
    text-align: left;
    border: none;
}
.submit_time_window .list-group .btn-default {
    background-color: #f7f7f7;
    color: #2e2e32;
}
.submit_time_window .list-group .btn-default:hover {
    background-color: #777;
    color: #fff;
}
.submit_time_window .list-group i {
    padding: 0;
}
.submit_time_window .list-group .btn-selected {
    border: 1px solid #eee !important;
    background-color: #fff;
    color: #565656;
}
.submit_time_window .list-group .btn-selected .fa-check {
    color: #ed1c24;
}
.admin_site_window .modal-dialog {
    max-width: 1600px;
}
@media (max-width: 1960px) and (min-width: 1661px) {
    .admin_site_window .modal-dialog {
        width: 50%;
    }
    .admin_site_window .admin-site-list {
        display: table;
        float: left;
        width: 100%;
    }
    .admin_site_window .admin-site-list-row {
        padding-left: 10px;
    }
    .admin_site_window .admin-site-list-cell {
        display: table-cell;
        padding-right: 10px;
        padding-left: 0;
    }
    .admin_site_window .state_list .panel-body {
        min-height: 342px;
    }
}
@media (max-width: 1660px) and (min-width: 1441px) {
    .admin_site_window .modal-dialog {
        width: 55%;
    }
    .admin_site_window .admin-site-list {
        display: table;
        float: left;
        width: 100%;
    }
    .admin_site_window .admin-site-list-row {
        float: none;
        padding-left: 10px;
    }
    .admin_site_window .admin-site-list-cell {
        display: table-cell;
        padding-right: 10px;
        padding-left: 0;
    }
    .admin_site_window .state_list .panel-body {
        min-height: 342px;
    }
}
@media (max-width: 1440px) and (min-width: 1355px) {
    .admin_site_window .modal-dialog {
        width: 61%;
    }
    .admin_site_window .admin-site-list {
        display: table;
        float: left;
        width: 100%;
    }
    .admin_site_window .admin-site-list-row {
        padding-left: 10px;
    }
    .admin_site_window .admin-site-list-cell {
        display: table-cell;
        padding-right: 10px;
        padding-left: 0;
    }
    .admin_site_window .state_list .panel-body {
        min-height: 342px;
    }
}
@media only screen and (max-width: 1354px) and (min-width: 1118px) {
    .admin_site_window .modal-dialog {
        width: 75%;
    }
    .admin_site_window .admin-site-list {
        display: table;
        float: left;
        width: 100%;
    }
    .admin_site_window .admin-site-list-row {
        padding-left: 10px;
    }
    .admin_site_window .admin-site-list-cell {
        display: table-cell;
        padding-right: 10px;
        padding-left: 0;
        width: 33.3333%;
        float: left;
    }
    .admin_site_window .state_list .panel-body {
        min-height: 342px;
    }
}
@media only screen and (max-width: 1117px) and (min-width: 896px) {
    .admin_site_window .state_list {
        width: 25%;
        float: left;
    }
    .admin_site_window .store_list {
        width: 75%;
        float: left;
        padding-left: 0;
    }
    .admin_site_window .modal-dialog {
        width: 84%;
    }
    .admin_site_window .admin-site-list {
        display: table;
        float: left;
        width: 100%;
    }
    .admin_site_window .admin-site-list-row {
        padding-left: 10px;
    }
    .admin_site_window .admin-site-list-cell {
        display: table-cell;
        padding-right: 10px;
        padding-left: 0;
        width: 33.3333%;
        float: left;
    }
    .admin_site_window .state_list .panel-body {
        min-height: 342px;
    }
}
@media only screen and (max-width: 895px) and (min-width: 795px) {
    .admin_site_window .state_list {
        width: 25%;
        float: left;
    }
    .admin_site_window .store_list {
        width: 75%;
        float: left;
        padding-left: 0;
    }
    .admin_site_window .modal-dialog {
        width: 98%;
    }
    .admin_site_window .admin-site-list {
        display: table;
        float: left;
        width: 100%;
    }
    .admin_site_window .admin-site-list-row {
        padding-left: 10px;
    }
    .admin_site_window .admin-site-list-cell {
        display: table-cell;
        padding-right: 10px;
        padding-left: 0;
        width: 33.3333%;
        float: left;
    }
    .admin_site_window .list-group .btn {
        font-size: 0.75em !important;
    }
    .admin_site_window .state_list .panel-body {
        min-height: 342px;
    }
}
@media only screen and (min-width: 992px) {
    .admin_site_window .store_list {
        padding-left: 0;
    }
}
.admin_site_window .list-group-item {
    border-top: none;
    border-bottom: 1px solid #eee;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 0.875em;
}
.admin_site_window a:last-child .list-group-item {
    border-bottom: 1px solid #eee;
}
.admin_site_window .tab-content li a:hover {
    background: #777;
    color: #fff;
    font-weight: 700;
}
.admin_site_window .store_list .panel {
    min-height: 300px;
}
.admin_site_window .panel-body {
    overflow-y: auto;
    height: 300px;
    margin-bottom: 10px;
    overflow-x: hidden;
}
.admin_site_window .panel-body::-webkit-scrollbar {
    width: 0.7em;
    height: 0.7em;
}
.admin_site_window .panel-body::-webkit-scrollbar-thumb {
    background: #777;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.admin_site_window .panel-body::-webkit-scrollbar-track {
    background: #d6d6d6;
}
.admin_site_window .panel-body body {
    scrollbar-face-color: #777;
    scrollbar-track-color: #d6d6d6;
}
.admin_site_window .modal-dialog .admin_site_window .panel {
    margin-bottom: 0;
    min-height: 300px;
}
.admin_site_window .modal-dialog .radio {
    padding-left: 25px;
}
.admin_site_window .modal-dialog .radio label {
    padding-left: 0;
}
.admin_site_window .list-group-item.selected {
    border-left: 8px solid #ed1c24 !important;
    padding-left: 11px;
}
.admin_site_window .list-group-item {
    border-left: 8px solid #fff;
}
.admin_site_window .list-group-item i.fa-check.selected {
    color: #ed1c24;
    float: right;
}
.admin_site_window .nav-tabs > li.active > a,
.admin_site_window .nav-tabs > li.active > a:focus,
.admin_site_window .nav-tabs > li.active > a:hover {
    background: #fff;
}
.admin_site_window .tab-wrapper .tab-content {
    padding-bottom: 0;
    background: #fff;
}
.admin_site_window .list-group .btn {
    white-space: normal;
    padding: 5px;
    width: 100%;
    height: 100%;
    min-height: 30px;
    font-size: 0.875em;
    text-align: left;
    border: 1px solid #f6f6f6;
}
.admin_site_window .list-group .btn-default {
    background-color: #f7f7f7;
    color: #2e2e32;
}
.admin_site_window .list-group .btn-default:hover {
    background-color: #777;
    color: #fff;
}
.admin_site_window .list-group i {
    padding: 1px 0 0 0;
    vertical-align: top;
    width: 16px;
    float: left;
}
.admin_site_window .list-group .admin-site-label {
    float: left;
    width: 85%;
    padding: 1px 0 0;
}
.admin_site_window .list-group .btn-selected {
    border: 1px solid #eee !important;
    background-color: #fff;
    color: #565656;
}
.admin_site_window .list-group .btn-selected .fa-check {
    color: #ed1c24;
}
#search_container {
    display: inline-block;
    margin-right: 15px;
    padding: 7px;
    position: absolute;
    right: 0;
    top: 0;
    width: 33.333%;
    min-width: 200px;
}
#search_container .search {
    background-color: #edf1f2;
    border: medium none;
    border-radius: 30px;
    box-shadow: none;
    color: #282323;
    font-size: 0.75em;
    font-weight: 400;
    height: 30px;
    outline: 0 none;
    padding: 7px 30px 7px 15px;
    position: relative;
    transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: top;
    width: 100%;
}
#search_container .btn-search {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 20px;
    height: 30px;
    position: absolute;
    right: 7px;
    top: 7px;
    border: none;
    cursor: unset;
}
@media only screen and (max-width: 480px) and (min-width: 1px) {
    #search_container {
        display: inline-block;
        margin: 2%;
        padding: 7px;
        position: relative;
        right: 0;
        top: 0;
        width: 96%;
        min-width: 0;
    }
}
.admin_site_window .list-group .admin_site_hierarchy_wrapper {
    background-color: #f7f7f7;
    margin-bottom: 5px;
    border: 1px solid #dfdfdf;
}
.admin_site_window
.list-group
.admin_site_hierarchy_wrapper
.child-site-toggle-btn {
    width: 18px;
    font-size: 10px;
    padding: 2px 0 0 4px;
    height: 18px;
    float: left;
    margin: 6px 4px 0 4px;
    line-height: 12px;
    min-height: 16px;
    border: none;
}
.admin_site_window
.list-group
.admin_site_hierarchy_wrapper
.has_child_admin_sites {
    width: calc(100% - 26px);
    margin-bottom: 0;
    border-left: 1px solid #ddd !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
}
.admin_site_window
.list-group
.admin_site_hierarchy_wrapper
.child-site-toggle-btn
span::before {
    content: "\f078";
}
.admin_site_window
.list-group
.admin_site_hierarchy_wrapper
.child-site-toggle-btn.collapsed
span::before {
    content: "\f054";
}
.admin_site_window
.list-group
.admin_site_hierarchy_wrapper
.admin_site_children_wrapper {
    padding: 4px 4px 0 4px;
    background: #e7e7e7;
    margin: 0;
}
.admin_site_window
.list-group
.admin_site_hierarchy_wrapper
.admin_site_children_wrapper
.btn {
    font-size: 12px;
    padding: 1px 1px 1px 22px;
    min-height: 12px;
    height: auto;
    border: 1px solid #ebebeb;
    background: #f7f7f7;
    margin-bottom: 3px;
}
.admin_site_window
.list-group
.admin_site_hierarchy_wrapper
.admin_site_children_wrapper
.btn.btn-success {
    background: #ed1c24;
}
.admin_site_window
.list-group
.admin_site_hierarchy_wrapper
.admin_site_children_wrapper
.btn:not(.btn-selected):not(.btn-success):hover {
    background: #777;
    color: #fff;
}
.hot_alert_closed {
    color: #09b001;
    font-size: 1.125em;
}
.hot_alert_inprogress {
    color: #ffc600;
    font-size: 1.125em;
}
.hot_alert_open {
    color: red;
    font-size: 1.125em;
}
.hot_alert_open_checkbox {
    font-size: 0.813em;
    vertical-align: top;
}
.hot_alert_open_checkbox input {
    vertical-align: sub;
}
.hot_alert_btn {
    border: 1px solid #000;
    width: 70%;
}
.hot_alert_btn_span {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
.appeal_btn {
    border: 1px solid #000;
    width: 70%;
}
.appeal_btn_span {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
.response_container {
    height: 170px;
}
.question_text {
    font-weight: 400;
    text-transform: none;
    font-size: 0.938em !important;
}
.answer_container {
    padding-right: 5px !important;
}
.answer_text {
    height: 70px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0.875em;
}
.answer_text::-webkit-scrollbar {
    width: 0.7em;
    height: 0.7em;
}
.answer_text::-webkit-scrollbar-thumb {
    background: #777;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.answer_text::-webkit-scrollbar-track {
    background: #d6d6d6;
}
.answer_text body {
    scrollbar-face-color: #777;
    scrollbar-track-color: #d6d6d6;
}
.answer_text.short_answer_text {
    font-size: 1.25em;
    padding-top: 20px;
    text-align: center;
}
.transcriptBackButton {
    margin-bottom: 12px;
}
.transcript-summary-table > tbody {
    font-size: 0.813em;
    padding: 4px;
}
.transcript-summary-table td {
    padding: 4px 4px 4px 8px;
}
.transcript-summary-table .question_label {
    font-weight: 700;
}
.transcript-summary-table .question_colon {
    padding: 4px 0 4px 0;
    width: 5px;
}
.transcript-summary-table .summary_seperator {
    width: 10px;
}
.hot-alert-container {
    border-top: 1px solid #eee;
    margin-top: 7px;
    padding-top: 4px;
}
@media (min-width: 992px) {
    .hot-alert-container {
        border-top: none;
    }
}
.hotalert-button {
    padding-top: 10px !important;
}
.hot-alert-old-comments {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
    margin: 10px 0 20px 0;
    border: 1px solid #eee;
}
.hot-alert-old-comments::-webkit-scrollbar {
    width: 0.7em;
    height: 0.7em;
}
.hot-alert-old-comments::-webkit-scrollbar-thumb {
    background: #777;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.hot-alert-old-comments::-webkit-scrollbar-track {
    background: #d6d6d6;
}
.hot-alert-old-comments body {
    scrollbar-face-color: #777;
    scrollbar-track-color: #d6d6d6;
}
.hot-alert-comment-name {
    font-size: 0.875em;
    font-weight: 700;
}
.hot-alert-comment-time {
    font-size: 0.875em;
    font-weight: 700;
}
.hot-alert-comment-on {
    font-size: 0.75em;
}
.hot-alert-comment-text {
    font-size: 0.75em;
    white-space: pre-wrap;
}
.hot-alert-comment-block {
    padding: 3px 5px 20px 5px;
    border-bottom: 1px solid #eee;
}
.hot-alert-comment-block.odd {
    background-color: #f9f9f9;
}
.hot-alert-comment-block.even {
    background-color: #fff;
}
.hot-alert-status-link-open {
    color: red !important;
}
.hot-alert-status-link-open:hover {
    color: #1f85f2;
}
.hot-alert-status-link-closed {
    color: #09b001 !important;
}
.hot-alert-status-link-closed:hover {
    color: #1f85f2;
}
.hot-alert-status-link-inprogress {
    color: #ffc600 !important;
}
.hot-alert-status-link-inprogress:hover {
    color: #1f85f2;
}
.default_hide {
    display: none;
}
.hot_alert_main_div {
    border: 1px solid #000;
    padding: 20px;
    margin: 1px;
}
.hot_alert_main_div .heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    font-weight: 700;
}
.hot_alert_main_div .font_11 {
    font-size: 11px;
}
.hot_alert_main_div .font_12 {
    font-size: 12px;
}
.hot_alert_main_div .font_13 {
    font-size: 13px;
}
.hot_alert_main_div .pad_10 {
    padding: 10px;
}
.hot_alert_main_div .error_message {
    display: none;
    font-size: 12px;
    padding: 10px;
}
.hot_alert_main_div .comments {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 8px;
}
.appeal_main_div {
    border: 1px solid #000;
    padding: 20px;
    margin: 1px;
}
.appeal_main_div .pad_10 {
    padding: 10px;
}
.appeal_main_div .pad_20 {
    padding: 20px;
}
.appeal_main_div .pad_50 {
    padding: 50px;
}
.appeal_main_div .pad_80 {
    padding: 80px;
}
.appeal_main_div .font_11 {
    font-size: 11px;
}
.appeal_main_div .font_12 {
    font-size: 12px;
}
.appeal_main_div .font_bold {
    font-weight: 700;
}
.appeal_main_div .file_list {
    overflow-y: auto;
    overflow-x: hidden;
    word-wrap: break-word;
    font-size: 12px;
    border: 1px solid #cfcfcf;
    padding: 8px;
    color: #828282;
}
.appeal_main_div .file_list .row_class {
    border-bottom: 1px solid #ececec;
    padding: 8px;
}
.appeal_main_div .div_dash {
    background-color: #fff;
    border-style: dashed;
    text-align: center;
}
.appeal_main_div .error {
    font-size: 12px;
    color: red;
}
.appeal_main_div .error_message {
    display: none;
    font-size: 12px;
    padding: 10px;
}
.appeal_main_div .personnel_info {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    font-weight: 700;
}
.appeal_main_div .description {
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #000;
    font-weight: 700;
}
.appeal_main_div .comments {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 8px;
}
.appeal_file_uploader {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.appeal_file_uploader + label {
    font-size: 12px;
    color: #000;
    background-color: #fff;
    display: inline-block;
}
.inline_placeholder_comment i {
    position: absolute;
    margin-left: 12px;
    margin-top: 8px;
}
.inline_placeholder_comment textarea,
.inline_placeholder_comment textarea:focus {
    display: inline-block;
    border: medium none;
    background-color: #f6f6f6;
    height: 127px;
    padding: 13px 5px 5px 46px;
}
.topic-dropdown {
    min-width: 180px;
}
.comment-topic {
    padding-top: 3px;
    padding-left: 5px;
}
@media only screen and (max-width: 860px) {
    .comment-topic {
        padding-left: 0;
    }
    .comment-topic .btn {
        margin-bottom: 3px;
    }
}
.pad-15 {
    padding: 15px;
}
.no-y-padding {
    padding-top: 0;
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .pad-sm-left-7 {
        padding-left: 7px;
    }
    .pad-sm-right-7 {
        padding-right: 7px;
    }
}
@media (min-width: 992px) {
    .pad-md-left-7 {
        padding-left: 7px;
    }
    .pad-md-right-7 {
        padding-right: 7px;
    }
}
.no-panel-border {
    border: none;
}
.panel-border {
    border: 1px solid #ddd;
}
@media only screen and (min-width: 768px) {
    .status_block {
        min-height: 126px;
    }
    .row.vdivide [class*="col-"]:not(:last-child):after {
        background: #e0e0e0;
        width: 1px;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        min-height: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .row.vdivide [class*="col-"]:not(:last-child) {
        border-bottom: 1px solid #e9ecee;
    }
}
.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}
.stacked_bar_block {
    min-height: 250px;
}
@media only screen and (min-width: 992px) {
    #main-content > .row > div.col-md-3 + div.col-md-3,
    #main-content > .row > div.col-md-4 + div.col-md-4,
    #main-content > .row > div.col-md-6 + div.col-md-6,
    #main-content
    > .row
    > div.col-md-6
    + div.col-md-6
    + div.col-md-6
    + div.col-md-6 {
        padding-left: 0 !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #main-content > .row > div.col-md-6 + div.col-md-6 + div.col-md-6 {
        padding-left: 15px !important;
    }
    #main-content > .row > div.col-md-4 .panel-heading .panel-title {
        min-height: 28px;
    }
    .panel-heading > .panel-title {
        font-size: 0.7em;
    }
}
#main-content .panel {
    margin-bottom: 15px;
}
#main-content .panel-heading {
    text-transform: uppercase;
    padding: 14px 10px 10px;
    border-bottom: 1px solid #cccccc99;
}
#main-content .panel-heading .panel-title {
    min-height: 16px;
    max-width: 90%;
}
table.dataTable span.highlight {
    background-color: #ff8;
}
input[type="text"].page-filters {
    padding-right: 19px;
}
input[type="text"].page-filters::-ms-clear {
    display: none;
}
input[type="text"].page-filters::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type="text"].page-filters + .fa {
    position: relative;
    right: 19px;
    color: silver;
    cursor: pointer;
    width: 0 !important;
}
.panel.widget-fullscreen .actions {
    right: 10px;
}
h3.panel-title img {
    margin-top: -3px;
}
h4.text-center img {
    margin-top: -2px;
}
#main-content .panel .panel-body .lead {
    display: block;
    margin-bottom: 5px;
    min-height: 40px;
    word-wrap: break-word;
}
#main-content .panel .panel-body .lead-text {
    font-size: 14px;
    font-weight: 700;
}
@media only screen and (min-width: 1200px) {
    .status_block {
        padding: 15px 4px !important;
    }
    .status_block p {
        font-size: 12px;
        word-wrap: break-word;
    }
    .panel-heading > .panel-title {
        font-size: 0.71em;
    }
}
@media only screen and (min-width: 1360px) {
    .status_block p {
        font-size: 13px;
    }
    .panel-heading > .panel-title {
        font-size: 0.7em;
    }
}
#main-content .panel.stacked_data_block .panel-heading.inner {
    padding: 8px 10px 2px;
    border-top: 1px solid #eff2f7;
}
#main-content .panel.stacked_data_block .status_block {
    padding: 8px 2px !important;
    min-height: 70px;
}
#main-content .panel.stacked_data_block .status_block .lead {
    margin-bottom: 5px;
    min-height: 20px;
}
#main-content .panel.stacked_data_block .status_block p {
    font-size: 0.75em;
    margin: 0;
}
#main-content .panel.stacked_table_block .panel-heading.inner {
    padding: 8px 10px 2px;
    border-top: 1px solid #eff2f7;
}
#main-content .panel.stacked_table_block .panel-body {
    min-height: 70px;
    padding: 5px;
}
.no-border td,
.no-border th {
    border: none !important;
}
table.table-grid-condensed tbody {
    font-size: 0.79em;
}
table.table-grid-condensed tbody td {
    line-height: 10px;
    padding: 4px;
}
.panel .panel-body.buffer-container-medium {
    min-height: 126px;
}
.panel .panel-body.buffer-container {
    min-height: 168px;
}
.gauge_container_label {
    font-size: 0.875em;
}
.fa-expand-white {
    color: #fff !important;
}
.home_overall_first_row_table {
    width: 403px !important;
}
.home_overall_first_row_table thead th:first-child {
    width: 43px;
}
.home_overall_first_row_table tr td {
    height: 30px;
    border: 2px solid #fff !important;
    font-size: smaller;
    text-align: center !important;
    color: #000;
    font-weight: 600;
}
.home_overall_first_row_table tr th {
    border: 2px solid #fff !important;
    text-align: center !important;
    height: 44px;
    font-size: x-small;
}
.support_content {
    width: 200px;
    margin: 0 auto;
    text-align: left;
    font-size: 0.813em;
    font-family: Montserrat, sans-serif;
    color: #777;
}
.support_content ul#otis {
    list-style-type: none;
}
.support_content .item {
    width: auto;
}
.support_content .item input[type="checkbox"] {
    display: none;
}
.support_content .item input[type="checkbox"]:checked + label {
    background-color: #fff;
    color: #ed1c24;
}
.support_content .item input[type="checkbox"]:checked + label:after {
    content: "";
    color: #ed1c24;
}
.support_content .item input[type="checkbox"]:checked + label + div {
    display: block;
}
.support_content .item label {
    width: auto;
    font-size: 1em;
    position: relative;
    padding: 10px 5px;
    background-color: #fff;
    color: #777;
    cursor: pointer;
    webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.support_content .item label:after {
    content: "";
    font-weight: 700;
    position: absolute;
    right: 15px;
    color: #ed1c24;
}
.support_content .item label:hover {
    background-color: #fff;
    color: #ed1c24;
}
.support_content .item label:hover:after {
    color: #ed1c24;
}
.support_content .item div {
    display: none;
    border-top: none;
    padding: 15px;
    background-color: #fff;
    text-align: left;
}
.support_content .item li {
    font-weight: 400;
    line-height: 1.938em;
    padding: 2px;
    cursor: pointer;
}
.support_content .item li:hover {
    color: #ed1c24;
}
.support_content .item a:link,
.support_content .item a:visited {
    color: #777;
    outline: medium none;
    text-decoration: none;
}
.support_content .pad-3 {
    padding: 3px;
}
.support_content .tutorial_section .page-panel {
    min-height: 255px;
}
.support_content .tutorial_section .panel-body {
    font-size: 10px;
}
.support_content .below_tutorial_section .page-panel {
    min-height: 312px;
}
.support_content .below_tutorial_section .panel-body {
    font-size: 10px;
}
.support_content .below_tutorial_section .datatable-grid > thead > tr > th {
    text-align: left;
}
.support_content .red {
    color: #ed1c24;
}
.support_content .panel-heading .panel-title {
    font-size: 1em;
    text-transform: none;
}
.support_content .customer_soultion_section .page-panel {
    min-height: 225px;
    font-size: 10px;
}
.support_content .customer_soultion_heading {
    margin-top: 5px;
    text-decoration: underline;
    margin-bottom: 10px;
    font-size: 12px;
}
.legend-block {
    text-align: center;
}
@media only screen and (max-width: 450px) {
    .legend-block {
        margin: 0 auto;
        max-width: 225px;
        padding: 10px 15px 0;
        text-align: left;
    }
}
.legend-block span {
    display: inline-block;
    font-weight: 600;
    padding: 0 10px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}
#main-content .fa-lg {
    font-size: 1.438em;
}
.highcharts-tooltip span {
    background-color: #13161c;
    z-index: 9999 !important;
    opacity: 1 !important;
    padding: 5px 3px;
    border: 1px solid #000;
    border-radius: 3px;
}
.highcharts-data-labels span,
.highcharts-data-labels span i {
    z-index: 1 !important;
}
.highcharts-tooltip {
    z-index: 9999 !important;
}
.large_popup_window .modal-dialog {
    width: 60%;
    max-width: 1600px;
}
.large_popup_window .modal-body {
    min-height: 250px;
}
@media (max-width: 1960px) and (min-width: 1661px) {
    .large_popup_window .modal-dialog {
        width: 50%;
    }
}
@media (max-width: 1660px) and (min-width: 1441px) {
    .large_popup_window .modal-dialog {
        width: 55%;
    }
}
@media (max-width: 1440px) and (min-width: 1355px) {
    .large_popup_window .modal-dialog {
        width: 61%;
    }
}
@media only screen and (max-width: 1354px) and (min-width: 1118px) {
    .large_popup_window .modal-dialog {
        width: 75%;
    }
}
@media only screen and (max-width: 1117px) and (min-width: 896px) {
    .large_popup_window .modal-dialog {
        width: 84%;
    }
}
@media only screen and (max-width: 895px) and (min-width: 795px) {
    .large_popup_window .modal-dialog {
        width: 98%;
    }
}
.large_popup_window .modal-dialog .large_popup_window .panel {
    margin-bottom: 0;
    min-height: 300px;
}
.ranking-panel {
    border-top: none;
}
.top-rank {
    font-size: 1.125em;
    width: 14px;
    margin-right: 5px;
    color: #ffc600;
}
.bottom-rank {
    font-size: 1.125em;
    width: 14;
    margin-right: 5px;
    color: #864404;
}
.top-rank-legend {
    font-size: 1.125em;
    margin-right: 2px;
    color: #ffc600;
}
.bottom-rank-legend {
    font-size: 1.125em;
    margin-right: 2px;
    color: #864404;
}
.rank-highlight-column {
    background-color: #c8edfc;
}
.highlight-row {
    background-color: #d3d3d3 !important;
}
.tab-legend-block {
    font-size: 0.813em;
    padding: 10px 5px;
}
.tab-legend-block li {
    display: inline-block;
    list-style: outside none none;
    margin-left: 10px;
}
.tab-legend-icon {
    margin-right: 5px;
}
.no-margin {
    margin: 0;
}
.store_ranking_widget {
    min-height: 126px;
}
.store_ranking_widget table {
    border: 0 !important;
}
.store_ranking_widget table th {
    padding: 5px 6px !important;
}
.store_ranking_widget table td {
    padding: 7px 6px !important;
}
.store_ranking_widget table td {
    border: 1px solid #eff2f7 !important;
}
.store_ranking_widget table th {
    border: 1px solid #eff2f7 !important;
    border-top: none !important;
}
.store_ranking_widget table th {
    border-bottom: 1px solid #eff2f7 !important;
}
.store_ranking_widget table td:first,
.store_ranking_widget table th:first {
    border-left: none;
}
.store_ranking_widget table td:last,
.store_ranking_widget table th:last {
    border-right: none;
}
.compare-cell-score {
    display: inline-block;
    margin-right: 5px;
    text-align: left;
}
.store_ranking_widget .compare-cell-score {
    min-width: 0;
    margin-right: 0;
}
.ranking-filters {
    float: left;
}
.ranking-legend {
    float: right;
}
@media only screen and (max-width: 856px) {
    .ranking-filters {
        float: none;
    }
    .ranking-legend {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
    }
    .ranking-legend ul {
        padding-left: 30px;
    }
}
.trend_container .highcharts-tooltip span {
    background-color: #fff !important;
    border: none !important;
    border-radius: 3px;
    opacity: 1 !important;
    padding: 0;
}
.trend_container .highcharts-tooltip .fa {
    margin-left: 5px;
}
.trend_container .highcharts-data-labels .fa {
    margin-left: 5px;
}
.trend_container .trend_left_panel .panel {
    border: 0;
}
.trend_container .trend_left_panel .panel + .panel {
    border: none;
    margin-bottom: 0 !important;
}
.trend_container .trend_left_panel .panel .tab-wrapper {
    margin-bottom: 0;
}
.trend_container .trend_panel_heading .grey-block {
    height: 25px;
}
.trend_container .trend_panel_heading button.topic-dropdown {
    padding: 3px 8px;
}
.trend_container .trend_left_panel .panel .tab-wrapper .nav-tabs > li {
    width: 50%;
    height: 46px;
}
.trend_container .trend_left_panel .panel .tab-wrapper .nav-tabs > li a {
    margin: 0;
    padding: 16px 5px 12px 5px;
    border-top: none !important;
    text-align: center;
}
.trend_container .trend_left_panel .panel .tab-wrapper .nav-tabs > li.active a {
    padding: 10px 5px;
}
.trend_container .trend_left_panel .tab-content {
    padding: 10px 0 0;
}
.trend_container .radio label,
.trend_container .trend_container .checkbox label {
    padding-left: 10px;
}
.trend_container button.reset_tab {
    color: #dc0b13;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase;
}
.trend_container button.reset_tab span {
    margin: 0;
}
.trend_container .tab-wrapper .panel-title {
    font-weight: 700;
}
.trend_container .radio input[type="radio"] {
    margin-left: 0;
    position: relative;
}
.trend_container .radio input[type="checkbox"].icheck,
.trend_container .radio input[type="radio"].icheck {
    visibility: hidden;
}
.trend_container .icheckbox_flat-grey,
.trend_container .iradio_flat-grey {
    vertical-align: top;
}
.trend_container .checkbox label,
.trend_container .radio label {
    display: inline-block;
    width: 85%;
}
.trend_container .form-group > label {
    color: #dc0b13;
    font-weight: 700;
    margin: 10px 0 2px;
}
.trend_container .form-group > label:first-child {
    margin: 6px 0 2px;
}
.trend_container .trend_left_panel .panel-heading .panel-title {
    text-align: center;
    width: 100%;
    max-width: 100% !important;
}
.trend_container .trend_left_panel .panel-heading {
    color: #4d4d4d;
    padding: 4px 10px 4px !important;
}
.trend_container .trend_panel_heading {
    padding: 8px 10px 2px !important;
}
.trend_container .trend_left_panel .filter_block_2 .radio {
    margin: 3px 0 0;
}
.trend_container .trend_left_panel .filter_block_1 {
    height: 200px;
    overflow: auto;
    padding: 0 15px;
}
.trend_container .trend_left_panel .filter_block_1::-webkit-scrollbar {
    width: 0.7em;
    height: 0.7em;
}
.trend_container .trend_left_panel .filter_block_1::-webkit-scrollbar-thumb {
    background: #777;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.trend_container .trend_left_panel .filter_block_1::-webkit-scrollbar-track {
    background: #d6d6d6;
}
.trend_container .trend_left_panel .filter_block_1 body {
    scrollbar-face-color: #777;
    scrollbar-track-color: #d6d6d6;
}
.trend_container .trend_left_panel .filter_block_2 {
    height: 251px;
    overflow: auto;
    padding: 0 15px;
}
.trend_container .trend_left_panel .filter_block_2::-webkit-scrollbar {
    width: 0.7em;
    height: 0.7em;
}
.trend_container .trend_left_panel .filter_block_2::-webkit-scrollbar-thumb {
    background: #777;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.trend_container .trend_left_panel .filter_block_2::-webkit-scrollbar-track {
    background: #d6d6d6;
}
.trend_container .trend_left_panel .filter_block_2 body {
    scrollbar-face-color: #777;
    scrollbar-track-color: #d6d6d6;
}
.trend_container .trend_right_panel .trend_panel_content {
    height: 565px;
}
.trend_container .trend_chart {
    height: 485px;
    width: 100%;
    margin-left: 1px;
}
.trend_container .tab-content {
    height: 565px;
}
@media (min-height: 600px) {
    .trend_container .trend_left_panel .filter_block_1 {
        height: 200px;
    }
    .trend_container .trend_left_panel .filter_block_2 {
        height: 340px;
    }
    .trend_container .trend_right_panel .trend_panel_content {
        height: 565px;
    }
    .trend_container .trend_chart {
        height: 485px;
    }
}
@media (min-height: 900px) and (max-height: 1019px) {
    .trend_container .trend_left_panel .filter_block_1 {
        height: 154px;
    }
    .trend_container .trend_right_panel .trend_panel_content {
        height: 663px;
    }
    .trend_container .trend_chart {
        height: 600px;
    }
    .trend_container .tab-content {
        height: 665px;
    }
}
@media (min-height: 1020px) {
    .trend_container .trend_left_panel .filter_block_1 {
        height: 164px;
    }
    .trend_container .trend_left_panel .filter_block_2 {
        height: 557px;
    }
    .trend_container .trend_right_panel .trend_panel_content {
        height: 833px;
    }
    .trend_container .trend_chart {
        height: 780px;
    }
    .trend_container .tab-content {
        height: 835px;
    }
}
@media (min-width: 320px) and (max-width: 600px) {
    .trend_container .trend_right_panel .trend_panel_content {
        height: 583px;
    }
    .trend_container .trend_chart {
        height: 450px;
    }
}
@media (min-width: 992px) {
    .trend_container > div.col-md-3 + div.col-md-9 {
        padding-left: 0 !important;
    }
}
@media (max-width: 991px) {
    .trend_container .tab-content {
        height: auto;
    }
    .trend_container .trend_left_panel .filter_block_1 {
        height: auto;
        max-height: 164px;
    }
    .trend_container .trend_left_panel .filter_block_2 {
        height: auto;
        max-height: 557px;
    }
}
@media (min-width: 991px) {
    .trend_container .trend_left_panel {
        width: 36%;
    }
    .trend_container .trend_right_panel {
        width: 64%;
    }
}
@media (min-width: 1200px) {
    .trend_container .trend_left_panel {
        width: 30%;
    }
    .trend_container .trend_right_panel {
        width: 70%;
    }
}
@media (min-width: 1500px) {
    .trend_container .trend_left_panel {
        width: 20%;
    }
    .trend_container .trend_right_panel {
        width: 80%;
    }
}
@media (min-width: 1920px) {
    .trend_container .trend_left_panel {
        width: 18%;
    }
    .trend_container .trend_right_panel {
        width: 82%;
    }
}
@media (min-width: 2200px) {
    .trend_container .trend_left_panel {
        width: 16%;
    }
    .trend_container .trend_right_panel {
        width: 84%;
    }
}
.trendChartDataLabelContainer {
    border-radius: 4px;
    padding: 5px;
}
.trendChartDataLabelContainer {
    text-align: center;
    min-width: 40px;
    display: block;
}
.trendDataLabel {
    display: block;
}
.subLabel {
    font-size: 11px;
    font-weight: 400;
    color: #1d212a;
}
.trend-filter-title {
    font-size: 0.875em;
    text-transform: none;
}
.diagnostics_container table {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .diagnostics_container > .col-md-6 + .col-md-6 {
        padding-left: 0;
    }
}
.diagnostics_container .diagnostics_chart,
.diagnostics_container .diagnostics_touchpoint_chart {
    width: 100%;
    min-width: 380px;
}
.diagnostics_container .x_axis_label_block {
    display: inline-block;
    float: right;
    margin: 0 -3px 0 0;
    min-width: 172px;
    width: 100%;
}
.diagnostics_container .x_axis_label_block .label_text {
    float: left;
    font-size: 1em;
    margin: 0 0 0 29px;
    padding-right: 6px;
    text-align: right;
    white-space: normal;
    width: 80%;
    word-wrap: break-word;
}
.diagnostics_container .x_axis_label_block .label_text_icon {
    float: left;
    font-size: 1em;
    margin: 0 0 0 2px;
    padding-right: 6px;
    text-align: right;
    white-space: normal;
    width: 74%;
    word-wrap: break-word;
}
.diagnostics_container .x_axis_label_block .label_square {
    background: #666;
    color: #fff;
    float: left;
    height: 40px;
    padding: 12px 0;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    display: none;
}
.diagnostics_container .x_axis_label_block .label_square_icons {
    background: #1d212a;
    color: #fff;
    float: left;
    height: 40px;
    padding: 2px 0;
    text-align: center;
    vertical-align: middle;
    width: 36px;
}
.diagnostics_container .diagnostics_chart .x_axis_label_block .label_text {
    width: 90%;
    margin: 0 0 0 2px;
}
.diagnostics_container .highcharts-legend-item {
    color: #505050 !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    margin-top: -1px !important;
}
.diagnostics_container .panel-title {
    font-size: 0.84em;
}
.diagnostics_container .tab-wrapper .nav-tabs > li > a {
    min-width: 140px;
    text-align: center;
}
.diagnostics_container .insight_kpis_over_time {
    min-height: 380px;
}
.diagnostics_container .insight_kpis_over_time h3 {
    border-bottom: 1px solid #e7e7e7;
    font-size: 0.84em;
    margin-bottom: 10px;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.diagnostics_container .nav-tabs {
    background: #1d212a;
}
.diagnostics_container .nav-tabs > li :hover {
    background: #41454e;
    border-color: #41454e;
}
.diagnostics_container .nav-tabs > li > a {
    color: #fff;
}
.diagnostics_container .nav-tabs > li.active a {
    color: #1d212a;
}
.diagnostics_container .nav-tabs > li.active a :hover {
    background: #fff;
}
.diagnostics_container .nav-tabs > li {
    border-top: 6px solid #1d212a;
}
.diagnostics_container .nav-tabs > li.active {
    border-top: 6px solid #eb0a1e;
}
.diagnostics_container .insight_kpis table tbody tr td:last-child,
.diagnostics_container .insight_kpis_5_points table tbody tr td:last-child,
.diagnostics_container .insight_kpis_over_time table tbody tr td:last-child {
    font-weight: 700;
    background: #f5f5f5;
}
.diagnostics_container table .display-inline {
    display: inline-block;
}
.diagnostics_container table .compare-cell-score {
    width: auto;
}
.diagnostics_container .highcharts-tooltip span {
    background-color: #fff;
    border: 1px solid #747474;
    font-size: 11px !important;
    opacity: 0.97 !important;
    padding: 0;
    z-index: 9999 !important;
}
.diagnostics_container .highcharts-tooltip span .custom-tooltip {
    padding: 4px 5px;
    opacity: 1 !important;
}
.diagnostics_container .diagnostics_bar_chart .highcharts-tooltip span {
    background-color: #13161c;
    z-index: 9999 !important;
    opacity: 1 !important;
    padding: 1px;
    border: none;
    border-radius: 3px;
}
.diagnostics_container .panel .panel-heading {
    position: relative;
}
.diagnostics_container .panel .panel-heading .actions {
    right: 15px;
}
.insight_kpis {
    min-height: 468px;
}
.insight_kpis_inlife {
    min-height: 548px;
}
.insight_touchpoints {
    min-height: 280px;
}
.insight_kpis_welcome,
.insight_touchpoints_welcome {
    min-height: 210px;
}
.insight_touchpoints_welcome .touch_points_chart_container {
    width: 100%;
}
.insight_kpis_5_points,
.insight_touchpoints_5_points {
    min-height: 415px;
}
.diagnostics_chart_container,
.touch_points_chart_container {
    overflow-x: auto;
}
.diagnostics_container .panel-body h3 {
    border-bottom: 1px solid #e7e7e7;
    font-size: 0.84em;
    margin-bottom: 10px;
    padding: 0 0 10px;
    text-align: left;
}
.tooltip-wide + .tooltip > .tooltip-inner {
    min-width: 320px;
    text-align: left;
}
.tooltip-overflow-top + .tooltip {
    top: 0 !important;
}
.tooltip-overflow-top + .tooltip .tooltip-arrow {
    top: 5% !important;
}
.push_report_container .main_head {
    background-color: #003145;
    color: #fff;
    text-align: center;
    padding: 10px 0 10px 0;
    font-weight: 700;
    text-transform: uppercase;
}
.push_report_container .main_head_sub {
    background-color: #003145;
    color: #fff;
    text-align: center;
    padding: 10px 0 10px 0;
}
.push_report_container .home_priority_rank {
    background-color: #ffa100;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
.push_report_container .color_grey {
    background-color: #bfbfbf !important;
}
.push_report_container .color_red {
    color: #fff;
    background-color: #c60c30 !important;
}
.push_report_container .color_pink {
    background-color: #fadaef !important;
}
.push_report_container .color_green {
    background-color: #c5e0b4 !important;
}
.push_report_container .color_dark_grey {
    background-color: grey !important;
    color: #fff;
}
.push_report_container .datatable-grid tr.selected {
    background-color: #5eb6e4 !important;
    color: #fff;
}
.push_report_container .panel-heading .panel-title {
    max-width: 100% !important;
}
.push_report_container .rank-highlight-column {
    background-color: #fff !important;
}
.push_report_container .sorting_desc {
    background-image: none !important;
    background: 0 0 !important;
}
.push_report_container .dt-align-middle {
    vertical-align: middle;
}
.push_report_container .sat_by_metric table {
    table-layout: fixed;
    word-wrap: break-word;
}
.push_report_container .sat_by_metric table tr th {
    font-size: 10px;
    width: 7% !important;
}
.push_report_container .datatable-grid tr td {
    vertical-align: middle;
    padding: 4px 4px 4px 4px !important;
}
.push_report_container .datatable-grid tr td.sat_metric_more_height {
    padding: 16px 4px 4px !important;
    vertical-align: unset !important;
}
.push_report_container .datatable-grid tr td.sat_metric_more_height::after {
    height: 14px;
}
.push_report_container .compare-cell-score {
    margin-right: 0;
}
.push_report_container .top10 {
    margin-top: 10px;
}
.push_report_container .report_table > thead > tr > th {
    padding: 10px !important;
}
.push_report_container .report_table > tbody > tr > td {
    padding: 10px !important;
}
.push_report_container .no-side-padding .col-md-4.col-lg-4:nth-of-type(1) {
    padding-left: 0 !important;
}
.push_report_container .no-side-padding .col-md-4.col-lg-4:nth-of-type(3) {
    padding-right: 0 !important;
}
.push_report_container .bottom_part table {
    margin-bottom: 0 !important;
}
.push_report_container .sales_service_person .compare-cell-score {
    width: 38px;
}
.push_report_container .dealer-ranking thead tr th {
    background-color: #bfbfbf !important;
}
.push_report_container .datalabel-negative {
    position: absolute;
    right: -14px;
    top: -25px;
}
.push_report_container .above_value::after {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\A\f00c";
    height: 14px;
    color: green;
}
.push_report_container .key_metric_by_geography table .display-inline {
    display: inline-block;
    min-width: 14px;
}
.push_report_container .report-header {
    float: left;
    margin-bottom: 10px;
}
.push_report_container .report-header .report-title {
    font-size: 32px;
    color: #ea2035 !important;
    font-weight: 600;
}
.push_report_container .report-header .report-period {
    font-size: 20px;
    color: #000 !important;
    font-weight: 600;
}
.push_report_container .report-header .report-type {
    font-size: 16px;
    color: #999 !important;
    font-weight: 600;
}
.push_report_container .report-logo {
    float: right;
}
@media (max-width: 768px) {
    .push_report_container .report-header,
    .push_report_container .report-logo {
        float: none;
        text-align: center;
    }
}
.ng-cloak,
.x-ng-cloak,
[data-ng-cloak],
[ng-cloak],
[ng\:cloak],
[x-ng-cloak] {
    display: none !important;
}
#main-content .panel-heading .pull-right {
    text-transform: none;
}
.right-aligned {
    text-align: right;
}
.left-aligned {
    text-align: left !important;
}
.center-aligned {
    text-align: center;
}
.admin_site_window .tab-content .list-group {
    margin-bottom: 0;
}
.admin_site_window .list-group-item i.fa-fw {
    float: right;
}
.admin_site_window .panel-hierarchy .panel-heading {
    min-height: 42px;
}
.admin_site_window .panel-hierarchy .panel-heading .panel-title {
    font-size: 0.813em;
}
.admin_site_window .panel-hierarchy .panel-heading .actions {
    position: absolute;
    right: 21px;
    top: 0;
}
.admin_site_window .panel-hierarchy .site-filter-dropdown-container {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: -7px 0 0;
}
.admin_site_window .panel-hierarchy .site-filter-dropdown-container button {
    height: 28px;
    margin: 0;
    min-width: 182px;
}
.admin_site_window .panel-hierarchy #search_container {
    position: relative;
    margin-right: 0;
}
.admin_site_window .panel-hierarchy #search_container .search {
    height: 28px;
}
.admin_site_window .col-md-12.store_list {
    padding-left: 15px;
}
.admin_site_window .list-group-root ul.list-group .list-group-item {
    border-top: 1px solid #e8e8e8;
    padding-bottom: 7px;
    padding-top: 7px;
    color: #4a4a4a;
    font-size: 0.813em;
    padding-left: 30px;
}
.admin_site_window
.list-group-root
ul.list-group
.list-group-item
ul.list-group
.list-group-item {
    padding-left: 45px;
}
.admin_site_window .list-group-root ul.list-group .list-group-item:hover {
    background: #777;
    color: #fff;
}
.italic_text {
    font-style: italic;
}
.dataTables_scroll_wrapper {
    width: 100%;
    overflow-x: auto;
}
.dataTables_wrapper {
    width: calc(100% - 30px);
    margin: 0 auto;
}
.dataTables_scroll_wrapper .dataTables_wrapper .dataTables_processing,
.table-responsive .dataTables_wrapper .dataTables_processing {
    position: relative;
    min-height: 300px;
}
.password-expiry-wanrning + .tooltip > .tooltip-inner {
    background-color: #fffff3;
    color: #e3751e;
    font-size: 13px;
    padding: 4px;
    border: 1px solid #f4862f;
    min-width: 250px;
    right: -20px;
    position: absolute;
}
.password-expiry-wanrning + .tooltip > .tooltip-arrow {
    border-bottom-color: #f4862f;
}
.password-expiry-wanrning {
    color: #ffab54 !important;
    padding: 16px 0 !important;
    width: 24px !important;
}
#export_dropdown .btn.disabled {
    color: #b7b7b7 !important;
}
.main-content-wrapper .pageheader .form-group {
    margin-bottom: 0;
}
.pageheader .breadcrumb {
    background: 0 0;
    display: inline-block;
    padding: 6px 0 0 10px;
    margin-bottom: 0;
}
ul.messenger.messenger-fixed.messenger-on-top.messenger-on-right {
    top: 20px;
    right: 15px;
}
.arrow.bottom {
    top: 100%;
    right: 9px;
    margin-top: 0;
    border-top-color: rgba(0, 0, 0, 0.1);
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-width: 0;
}
.comments-widget i.default {
    color: #e6e6e6;
}
.comments-widget i.primary {
    color: #ed1c24;
}
.comments-widget i.success {
    color: #65c165;
}
.comments-widget i.warning {
    color: #edce8c;
}
.comments-widget i.danger {
    color: #ed1c24;
}
.comments-widget .heading {
    position: relative;
    border-bottom: solid thin #f2f2f2;
}
.comments-widget .heading ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.comments-widget .heading ul li {
    display: inline-block;
    padding: 10px;
}
.comments-widget .heading ul li.new-contact a {
    vertical-align: sub;
}
.comments-widget .heading .search {
    -webkit-appearance: none !important;
    color: #282323;
    outline: 0;
    height: 30px;
    width: 216px;
    padding: 7px 15px;
    font-size: 0.75em;
    font-weight: 400;
    vertical-align: top;
    background-color: #edf1f2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    border: none;
    transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
    position: relative;
}
.comments-widget .heading .btn-search {
    position: absolute;
    background: 0 0;
    right: 12px;
    top: 8px;
    border: none;
}
.comments-widget .wrapper {
    margin: 10px 0;
    clear: both;
}
.comments-widget .wrapper .avatar {
    width: 50px;
    height: 50px;
}
.comments-widget .wrapper .avatar i {
    border: solid 2px #fff;
}
.comments-widget .wrapper .post {
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 10px;
}
.comments-widget .wrapper .post.default {
    background-color: #e6e6e6;
}
.comments-widget .wrapper .post.primary {
    background-color: #ed1c24;
    color: #fff;
}
.comments-widget .wrapper .post.primary .label-primary {
    background-color: #d90810;
}
.comments-widget .wrapper .post.success {
    background-color: #65c165;
    color: #fff;
}
.comments-widget .wrapper .post.success .arrow.bottom {
    border-top-color: #65c165;
}
.comments-widget .wrapper .post.warning {
    background-color: #edce8c;
    color: #8a6d3b;
}
.comments-widget .wrapper .post.warning .arrow.bottom {
    border-top-color: #edce8c;
}
.comments-widget .wrapper .post.danger {
    background-color: #ed1c24;
    color: #fff;
}
.comments-widget .wrapper .post.danger .label-danger {
    background-color: #d90810;
}
.comments-widget .wrapper .post.danger .arrow.bottom {
    border-top-color: #ed1c24;
}
.comments-widget .wrapper .post.default .arrow {
    border-right-color: rgba(0, 0, 0, 0.1);
}
.comments-widget .wrapper .post.primary .arrow {
    border-left-color: #ed1c24;
}
.comments-widget .wrapper .post.primary .arrow.bottom {
    border-top-color: #ed1c24;
}
.comments-widget .wrapper .post-heading {
    font-size: 0.75em;
    font-weight: 700;
    color: #ae0000;
    padding: 2px 0;
    margin-bottom: 4px;
}
.comments-widget .wrapper .post-details {
    font-size: 0.75em;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.comments-widget .wrapper .post-details .time {
    display: inline;
}
.comments-widget .wrapper .post-details .author {
    float: right;
    display: inline;
    width: 50%;
    text-align: right;
}
#sidebar-right {
    padding-top: 0;
    margin-top: 50px;
    position: fixed;
    min-width: 300px;
    width: 20%;
    overflow-y: hidden;
}
#sidebar-right .btn-close {
    padding: 0;
    height: auto;
    margin: -4px -4px 0 0;
    color: #000;
    background-color: #d1d1d1;
    border: 1px solid #a4a4a4;
}
#sidebar-right .comments-widget {
    border: 0;
}
#sidebar-right .comments-widget .panel-body {
    height: calc(100% - 128px);
    min-width: 300px;
    width: 20%;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
}
#sidebar-right .comments-widget .panel-footer {
    padding-top: 0;
    padding-bottom: 0;
    bottom: 0;
    height: 45px;
    min-width: 300px;
    width: 20%;
    text-align: center;
    font-size: 10px;
    position: fixed;
    border: 1px solid #dcdcdc;
}
#sidebar-right .comments-widget .panel-footer .footer_item {
    border-right: 1px solid #dcdcdc;
    padding: 14px 8px 8px 8px;
    background-color: #f0f3f3;
    width: 100%;
    height: 45px;
    float: left;
}
#sidebar-right .comments-widget .panel-footer .footer_item.active {
    background-color: #000;
    color: #fff;
}
#sidebar-right .comments-widget .panel-footer span {
    display: inline;
}
#sidebar-right .comments-widget .panel-footer i {
    display: inline;
}
.action_plan_page .link_tag {
    color: #00f;
    text-decoration: underline;
    font-size: 13px;
    padding-left: 6px;
}
.action_plan_page .tab-wrapper .tab-content {
    border-top: 1px solid #ddd !important;
    min-height: 345px;
}
.action_plan_page .title-container {
    float: left;
    width: 70%;
    margin: 10px 0;
}
.action_plan_page .title-container .titles {
    display: inline-block;
    padding: 8px 0;
}
.action_plan_page .title-container .titles h3 {
    margin-bottom: 15px;
    font-weight: 700;
}
.action_plan_page .title-container .time-left {
    float: right;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 4px 6px;
    font-size: 0.9em;
    font-weight: 700;
    border-radius: 3px;
}
.action_plan_page .nav-pills {
    float: right;
    margin: 20px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.action_plan_page .nav-pills > li > a {
    border-radius: 0;
    border-right: 1px solid #ccc;
    margin: 0 0 0 -2px;
    padding: 4px 10px;
    font-size: 0.92em;
}
.action_plan_page .nav-pills li:first-child > a {
    border-radius: 4px 0 0 4px;
}
.action_plan_page .nav-pills li:last-child > a {
    border-radius: 0 4px 4px 0;
    border-right: 0 solid !important;
}
.action_plan_page .nav-pills > li.active > a,
.action_plan_page .nav-pills > li.active > a:focus,
.action_plan_page .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #579edb;
}
.action_plan_page .action-form-container h4 {
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 10px;
}
.action_plan_page .action-form-container .form-group .icheckbox_flat-grey {
    vertical-align: top;
    margin-top: 7px;
}
.action_plan_page .action-form-container .checkbox_description {
    padding: 8px 0 8px 6px;
    font-size: 0.89em;
    display: inline-block;
    max-width: calc(100% - 20px);
}
.action_plan_page .action-form-container .icn-datepicker {
    position: absolute;
    top: 0;
    right: 14px;
    background: 0 0;
    padding: 6px 8px;
    font-size: 15px;
    margin: 0;
}
.action_plan_page .action-form-container .upload-field {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 64px;
    line-height: 28px;
    padding: 5px 10px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
}
.action_plan_page .action-form-container .upload-field button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.action_plan_page .action-form-container .upload-field input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.action_plan_page .action-form-container .file_name_placeholder {
    padding: 18px 0 0 0;
    min-height: 64px;
}
.action_plan_page .action-form-container .inline-elements {
    font-size: 13px;
    padding: 9px 0 0;
    display: block;
    width: auto;
}
.action_plan_page .action-form-container .action_btn_red {
    background-color: red;
    color: #fff;
}
.action_plan_page .action-form-container .action_btn_green {
    background-color: green;
    color: #fff;
}
.action_plan_page .action-form-container .panel-heading {
    background-color: #f9f9f9;
}
.action_plan_page .highcharts-tooltip span {
    background-color: #fff;
    border: none !important;
}
.action_plan_page .action_url {
    color: #00f;
    text-decoration: underline;
}
.action_plan_page .ho_table_padding {
    padding: 0 14px 0 14px;
}
.action_plan_page .ho_table_filter_padding {
    padding: 0 0 0 14px;
}
.action_plan_page .alert-info {
    background-color: #f0f3f3 !important;
    color: #c60001 !important;
}
.brand-nps {
    display: table;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(60px, auto);
    grid-gap: 1px;
    padding: 1em;
}
.brand-nps-row {
    display: table-row;
}
.brand-nps-metric {
    box-shadow: 0 0 0 1px #ddd;
    display: table-cell;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
}
.brand-nps-value {
    font-size: 1.2em;
    font-weight: 700;
}
.brand-nps-metric span {
    font-size: 0.9em;
}
.dt-column-important-width {
    width: 150px !important;
    white-space: nowrap;
}
.diagnostics_bar_chart .highcharts-xaxis-labels span {
    width: 100px;
}
.col-chart-with-label {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: calc(33.33% + 180px);
}
.col-chart-without-label {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: calc(33.33% - 90px);
}
.col-chart-easy-header-left {
    float:left;
    width: 60%;
}
.col-chart-easy-header-right {
    float:left;
    width: 40%;
}
.col-chart-easy-header {
    margin-left:auto;
    margin-right:20%;
    width:154px;
}
.col-chart-neither-header {
    margin-left:auto;
    margin-right:auto;
    width:230px;
}
.col-chart-difficult-header {
    margin-left:auto;
    margin-right:auto;
    width:154px;
}
.chart_without_label .highcharts-xaxis-labels {
    display:none;
}
.highcharts-xaxis-labels {
    text-align: left;
}
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 200000;
    opacity: 0.6;
}
.preloader .iconWrapper {
    background: 0 0;
    margin: 20% auto;
    height: 150px;
    width: 150px;
}
.preloader .iconWrapper i {
    font-size: 3em;
    color: #000;
}
.preloader-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 200000;
    opacity: 0.6;
    top: 0;
}
.preloader-inner .iconWrapper {
    background: 0 0;
}
.preloader-inner .iconWrapper i {
    font-size: 3em;
    color: #000;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
}
.modal-content {
    box-shadow: none;
    border-radius: 0;
    border: solid 10px rgba(255, 255, 255, 0.6);
}
.modal-content i.fa {
    font-size: 1.438em;
    margin-right: 3px;
}
growl-notifications {
    position: fixed;
    top: 150px;
    right: 10px;
    z-index: 1000;
}
growl-notifications growl-notification {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px 30px;
    width: 200px;
    display: block;
    border-radius: 5px;
    margin-top: 15px;
}
.angular-ui-tree-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(
            45deg,
            #fff 25%,
            transparent 25%,
            transparent 75%,
            #fff 75%,
            #fff
    ),
    -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff
            75%, #fff);
    background-image: -moz-linear-gradient(
            45deg,
            #fff 25%,
            transparent 25%,
            transparent 75%,
            #fff 75%,
            #fff
    ),
    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff
            75%, #fff);
    background-image: linear-gradient(
            45deg,
            #fff 25%,
            transparent 25%,
            transparent 75%,
            #fff 75%,
            #fff
    ),
    linear-gradient(
            45deg,
            #fff 25%,
            transparent 25%,
            transparent 75%,
            #fff 75%,
            #fff
    );
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}
.angular-ui-tree-nodes {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.angular-ui-tree-nodes .angular-ui-tree-nodes {
    padding-left: 20px;
}
.angular-ui-tree-node,
.angular-ui-tree-placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px;
}
.angular-ui-tree-hidden {
    display: none;
}
.angular-ui-tree-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
}
.angular-ui-tree-handle {
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 20px;
    line-height: 20px;
}
.angular-ui-tree-drag {
    position: absolute;
    pointer-events: none;
    z-index: 999;
    opacity: 0.8;
}
.angular-ui-tree-handle {
    background: #f0f3f3;
    border: 1px solid #dae2ea;
    color: #7c9eb2;
    padding: 10px 10px;
}
.angular-ui-tree-handle:hover {
    color: #438eb9;
    background: #f4f6f7;
    border-color: #dce2e8;
}
.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.group-title {
    background-color: #687074 !important;
    color: #fff !important;
}
.angular-ui-tree-handle {
    margin: 5px 5px 5px 0;
}
.angular-ui-tree-handle:hover {
    cursor: move;
}
.theme-default #header {
    background: #fff;
}
.theme-default #header .logo,
.theme-default #header .nav li.profile > a,
.theme-default #header button#toggle-fullscreen,
.theme-default #header button#toggle-profile,
.theme-default #header button.sidebar-toggle {
    color: #1d212a;
}
.theme-default #header button#toggle-fullscreen:active,
.theme-default #header button#toggle-fullscreen:hover,
.theme-default #header button#toggle-profile:active,
.theme-default #header button#toggle-profile:hover,
.theme-default #header button.sidebar-toggle:active,
.theme-default #header button.sidebar-toggle:hover {
    background: #f6f8f8;
}
.theme-default #header .nav li.profile > a:active,
.theme-default #header .nav li.profile > a:focus,
.theme-default #header .nav li.profile > a:hover {
    background: #f6f8f8;
}
.theme-default .sidebar-left {
    background-color: #1d212a;
}
.theme-default .sidebar-left nav:first-child {
    background-color: #13161c;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}
.theme-default .sidebar-left .nav > li.selected > a,
.theme-default .sidebar-left .nav > li.selected > a:focus,
.theme-default .sidebar-left .nav > li.selected > a:hover,
.theme-default .sidebar-mini .sidebar-left .nav > li.selected > a:focus,
.theme-default .sidebar-mini .sidebar-left .nav > li.selected > a:hover {
    color: #fff;
    background-color: #ed1c24;
}
.theme-default .sidebar-left .nav > li.open > a,
.theme-default .sidebar-left .nav > li > a:hover {
    color: #fff;
    background-color: #555;
}
.theme-default.sidebar-mini
.sidebar-left
.nav
> li.nav-dropdown-open
> .nav-sub,
.theme-default.sidebar-mini .sidebar-left .nav > li:hover > .nav-sub {
    background-color: #1d212a;
}
.theme-default .sidebar-profile {
    background: #13161c;
}
.theme-default .sidebar-left .nav > li.selected > a,
.theme-default .sidebar-left .nav > li.selected > a:focus,
.theme-default .sidebar-left .nav > li.selected > a:hover,
.theme-default.sidebar-mini .sidebar-left .nav > li.selected > a,
.theme-default.sidebar-mini .sidebar-left .nav > li.selected > a:focus,
.theme-default.sidebar-mini .sidebar-left .nav > li.selected > a:hover {
    color: #fff;
    background-color: #ed1c24;
}
.theme-default.sidebar-mini .sidebar-left .nav > li.nav-dropdown-open > a,
.theme-default.sidebar-mini .sidebar-left .nav > li:hover > a {
    color: #fff;
    background-color: #555;
}
.theme-default .dropdown-menu > li > a:hover {
    background-color: #ed1c24;
    color: #fff;
}
.theme-dark #header {
    background: #fff;
}
.theme-dark #header .brand {
    background: #1d212a;
}
.theme-dark #header .brand .logo {
    color: #fff;
}
.theme-dark #header .nav li.profile > a,
.theme-dark #header button#toggle-fullscreen,
.theme-dark #header button#toggle-profile,
.theme-dark #header button.sidebar-toggle {
    color: #1d212a;
}
.theme-dark #header button#toggle-fullscreen:active,
.theme-dark #header button#toggle-fullscreen:hover,
.theme-dark #header button#toggle-profile:active,
.theme-dark #header button#toggle-profile:hover,
.theme-dark #header button.sidebar-toggle:active,
.theme-dark #header button.sidebar-toggle:hover {
    background: #f6f8f8;
}
.theme-dark #header .nav li.profile > a:active,
.theme-dark #header .nav li.profile > a:focus,
.theme-dark #header .nav li.profile > a:hover {
    background: #f6f8f8;
}
.theme-dark .sidebar-left {
    background-color: #1d212a;
}
.theme-dark .sidebar-left .nav > li.active > a,
.theme-dark .sidebar-left .nav > li.active > a:focus,
.theme-dark .sidebar-left .nav > li.active > a:hover,
.theme-dark .sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-dark .sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #ed1c24;
}
.theme-dark .sidebar-left .nav > li.open > a,
.theme-dark .sidebar-left .nav > li > a:hover {
    color: #1d2939;
    background-color: #fff;
}
.theme-dark.sidebar-mini .sidebar-left .nav > li.nav-dropdown-open > .nav-sub,
.theme-dark.sidebar-mini .sidebar-left .nav > li:hover > .nav-sub {
    background-color: #1d212a;
}
.theme-dark .sidebar-profile {
    background: #13161c;
}
.theme-dark .sidebar-left .nav > li.active > a,
.theme-dark .sidebar-left .nav > li.active > a:focus,
.theme-dark .sidebar-left .nav > li.active > a:hover,
.theme-dark.sidebar-mini .sidebar-left .nav > li.active > a,
.theme-dark.sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-dark.sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #ed1c24;
}
.theme-dark.sidebar-mini .sidebar-left .nav > li.nav-dropdown-open > a,
.theme-dark.sidebar-mini .sidebar-left .nav > li:hover > a {
    color: #1d2939;
    background-color: #fff;
}
.theme-dark-full #header {
    background: #1d212a;
}
.theme-dark-full #header .brand {
    background: #1d212a;
}
.theme-dark-full #header .brand .logo {
    color: #fff;
}
.theme-dark-full #header .nav li.profile > a,
.theme-dark-full #header button#toggle-fullscreen,
.theme-dark-full #header button#toggle-profile,
.theme-dark-full #header button.sidebar-toggle {
    color: #fff;
}
.theme-dark-full #header button#toggle-fullscreen:active,
.theme-dark-full #header button#toggle-fullscreen:hover,
.theme-dark-full #header button#toggle-profile:active,
.theme-dark-full #header button#toggle-profile:hover,
.theme-dark-full #header button.sidebar-toggle:active,
.theme-dark-full #header button.sidebar-toggle:hover {
    background: #272d39;
}
.theme-dark-full #header .nav li.profile > a:active,
.theme-dark-full #header .nav li.profile > a:focus,
.theme-dark-full #header .nav li.profile > a:hover {
    background: #272d39;
}
.theme-dark-full .sidebar-left {
    background-color: #1d212a;
}
.theme-dark-full .sidebar-left .nav > li.active > a,
.theme-dark-full .sidebar-left .nav > li.active > a:focus,
.theme-dark-full .sidebar-left .nav > li.active > a:hover,
.theme-dark-full .sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-dark-full .sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #ed1c24;
}
.theme-dark-full .sidebar-left .nav > li.open > a,
.theme-dark-full .sidebar-left .nav > li > a:hover {
    color: #1d2939;
    background-color: #fff;
}
.theme-dark-full.sidebar-mini
.sidebar-left
.nav
> li.nav-dropdown-open
> .nav-sub,
.theme-dark-full.sidebar-mini .sidebar-left .nav > li:hover > .nav-sub {
    background-color: #1d212a;
}
.theme-dark-full .sidebar-profile {
    background: #13161c;
}
.theme-dark-full .sidebar-left .nav > li.active > a,
.theme-dark-full .sidebar-left .nav > li.active > a:focus,
.theme-dark-full .sidebar-left .nav > li.active > a:hover,
.theme-dark-full.sidebar-mini .sidebar-left .nav > li.active > a,
.theme-dark-full.sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-dark-full.sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #ed1c24;
}
.theme-dark-full.sidebar-mini .sidebar-left .nav > li.nav-dropdown-open > a,
.theme-dark-full.sidebar-mini .sidebar-left .nav > li:hover > a {
    color: #1d2939;
    background-color: #fff;
}
.theme-blue #header {
    background: #fff;
}
.theme-blue #header .brand {
    background: #1f7bb6;
}
.theme-blue #header .brand .logo {
    color: #fff;
}
.theme-blue #header .nav li.profile > a,
.theme-blue #header button#toggle-fullscreen,
.theme-blue #header button#toggle-profile,
.theme-blue #header button.sidebar-toggle {
    color: #1d212a;
}
.theme-blue #header button#toggle-fullscreen:active,
.theme-blue #header button#toggle-fullscreen:hover,
.theme-blue #header button#toggle-profile:active,
.theme-blue #header button#toggle-profile:hover,
.theme-blue #header button.sidebar-toggle:active,
.theme-blue #header button.sidebar-toggle:hover {
    background: #f6f8f8;
}
.theme-blue #header .nav li.profile > a:active,
.theme-blue #header .nav li.profile > a:focus,
.theme-blue #header .nav li.profile > a:hover {
    background: #f6f8f8;
}
.theme-blue .sidebar-left {
    background-color: #1d212a;
}
.theme-blue .sidebar-left .nav > li.active > a,
.theme-blue .sidebar-left .nav > li.active > a:focus,
.theme-blue .sidebar-left .nav > li.active > a:hover,
.theme-blue .sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-blue .sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #1f7bb6;
}
.theme-blue .sidebar-left .nav > li.open > a,
.theme-blue .sidebar-left .nav > li > a:hover {
    color: #1d2939;
    background-color: #fff;
}
.theme-blue.sidebar-mini .sidebar-left .nav > li.nav-dropdown-open > .nav-sub,
.theme-blue.sidebar-mini .sidebar-left .nav > li:hover > .nav-sub {
    background-color: #1d212a;
}
.theme-blue .sidebar-profile {
    background: #13161c;
}
.theme-blue .sidebar-left .nav > li.active > a,
.theme-blue .sidebar-left .nav > li.active > a:focus,
.theme-blue .sidebar-left .nav > li.active > a:hover,
.theme-blue.sidebar-mini .sidebar-left .nav > li.active > a,
.theme-blue.sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-blue.sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #1f7bb6;
}
.theme-blue.sidebar-mini .sidebar-left .nav > li.nav-dropdown-open > a,
.theme-blue.sidebar-mini .sidebar-left .nav > li:hover > a {
    color: #1d2939;
    background-color: #fff;
}
.theme-blue-full #header {
    background: #1f7bb6;
}
.theme-blue-full #header .brand {
    background: #1f7bb6;
}
.theme-blue-full #header .brand .logo {
    color: #fff;
}
.theme-blue-full #header .nav li.profile > a,
.theme-blue-full #header button#toggle-fullscreen,
.theme-blue-full #header button#toggle-profile,
.theme-blue-full #header button.sidebar-toggle {
    color: #fff;
}
.theme-blue-full #header button#toggle-fullscreen:active,
.theme-blue-full #header button#toggle-fullscreen:hover,
.theme-blue-full #header button#toggle-profile:active,
.theme-blue-full #header button#toggle-profile:hover,
.theme-blue-full #header button.sidebar-toggle:active,
.theme-blue-full #header button.sidebar-toggle:hover {
    background: #238acc;
}
.theme-blue-full #header .nav li.profile > a:active,
.theme-blue-full #header .nav li.profile > a:focus,
.theme-blue-full #header .nav li.profile > a:hover {
    background: #238acc;
}
.theme-blue-full .sidebar-left {
    background-color: #1d212a;
}
.theme-blue-full .sidebar-left .nav > li.active > a,
.theme-blue-full .sidebar-left .nav > li.active > a:focus,
.theme-blue-full .sidebar-left .nav > li.active > a:hover,
.theme-blue-full .sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-blue-full .sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #1f7bb6;
}
.theme-blue-full .sidebar-left .nav > li.open > a,
.theme-blue-full .sidebar-left .nav > li > a:hover {
    color: #1d2939;
    background-color: #fff;
}
.theme-blue-full.sidebar-mini
.sidebar-left
.nav
> li.nav-dropdown-open
> .nav-sub,
.theme-blue-full.sidebar-mini .sidebar-left .nav > li:hover > .nav-sub {
    background-color: #1d212a;
}
.theme-blue-full .sidebar-profile {
    background: #13161c;
}
.theme-blue-full .sidebar-left .nav > li.active > a,
.theme-blue-full .sidebar-left .nav > li.active > a:focus,
.theme-blue-full .sidebar-left .nav > li.active > a:hover,
.theme-blue-full.sidebar-mini .sidebar-left .nav > li.active > a,
.theme-blue-full.sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-blue-full.sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #1f7bb6;
}
.theme-blue-full.sidebar-mini .sidebar-left .nav > li.nav-dropdown-open > a,
.theme-blue-full.sidebar-mini .sidebar-left .nav > li:hover > a {
    color: #1d2939;
    background-color: #fff;
}
.theme-grey #header {
    background: #fff;
}
.theme-grey #header .brand {
    background: #909aa0;
}
.theme-grey #header .brand .logo {
    color: #fff;
}
.theme-grey #header .nav li.profile > a,
.theme-grey #header button#toggle-fullscreen,
.theme-grey #header button#toggle-profile,
.theme-grey #header button.sidebar-toggle {
    color: #1d212a;
}
.theme-grey #header button#toggle-fullscreen:active,
.theme-grey #header button#toggle-fullscreen:hover,
.theme-grey #header button#toggle-profile:active,
.theme-grey #header button#toggle-profile:hover,
.theme-grey #header button.sidebar-toggle:active,
.theme-grey #header button.sidebar-toggle:hover {
    background: #f6f8f8;
}
.theme-grey #header .nav li.profile > a:active,
.theme-grey #header .nav li.profile > a:focus,
.theme-grey #header .nav li.profile > a:hover {
    background: #f6f8f8;
}
.theme-grey .sidebar-left {
    background-color: #1d212a;
}
.theme-grey .sidebar-left .nav > li.active > a,
.theme-grey .sidebar-left .nav > li.active > a:focus,
.theme-grey .sidebar-left .nav > li.active > a:hover,
.theme-grey .sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-grey .sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #909aa0;
}
.theme-grey .sidebar-left .nav > li.open > a,
.theme-grey .sidebar-left .nav > li > a:hover {
    color: #1d2939;
    background-color: #fff;
}
.theme-grey.sidebar-mini .sidebar-left .nav > li.nav-dropdown-open > .nav-sub,
.theme-grey.sidebar-mini .sidebar-left .nav > li:hover > .nav-sub {
    background-color: #1d212a;
}
.theme-grey .sidebar-profile {
    background: #13161c;
}
.theme-grey .sidebar-left .nav > li.active > a,
.theme-grey .sidebar-left .nav > li.active > a:focus,
.theme-grey .sidebar-left .nav > li.active > a:hover,
.theme-grey.sidebar-mini .sidebar-left .nav > li.active > a,
.theme-grey.sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-grey.sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #909aa0;
}
.theme-grey.sidebar-mini .sidebar-left .nav > li.nav-dropdown-open > a,
.theme-grey.sidebar-mini .sidebar-left .nav > li:hover > a {
    color: #1d2939;
    background-color: #fff;
}
.theme-grey-full #header {
    background: #909aa0;
}
.theme-grey-full #header .brand {
    background: #909aa0;
}
.theme-grey-full #header .brand .logo {
    color: #fff;
}
.theme-grey-full #header .nav li.profile > a,
.theme-grey-full #header button#toggle-fullscreen,
.theme-grey-full #header button#toggle-profile,
.theme-grey-full #header button.sidebar-toggle {
    color: #fff;
}
.theme-grey-full #header button#toggle-fullscreen:active,
.theme-grey-full #header button#toggle-fullscreen:hover,
.theme-grey-full #header button#toggle-profile:active,
.theme-grey-full #header button#toggle-profile:hover,
.theme-grey-full #header button.sidebar-toggle:active,
.theme-grey-full #header button.sidebar-toggle:hover {
    background: #9ea7ac;
}
.theme-grey-full #header .nav li.profile > a:active,
.theme-grey-full #header .nav li.profile > a:focus,
.theme-grey-full #header .nav li.profile > a:hover {
    background: #9ea7ac;
}
.theme-grey-full .sidebar-left {
    background-color: #1d212a;
}
.theme-grey-full .sidebar-left .nav > li.active > a,
.theme-grey-full .sidebar-left .nav > li.active > a:focus,
.theme-grey-full .sidebar-left .nav > li.active > a:hover,
.theme-grey-full .sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-grey-full .sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #909aa0;
}
.theme-grey-full .sidebar-left .nav > li.open > a,
.theme-grey-full .sidebar-left .nav > li > a:hover {
    color: #1d2939;
    background-color: #fff;
}
.theme-grey-full.sidebar-mini
.sidebar-left
.nav
> li.nav-dropdown-open
> .nav-sub,
.theme-grey-full.sidebar-mini .sidebar-left .nav > li:hover > .nav-sub {
    background-color: #1d212a;
}
.theme-grey-full .sidebar-profile {
    background: #13161c;
}
.theme-grey-full .sidebar-left .nav > li.active > a,
.theme-grey-full .sidebar-left .nav > li.active > a:focus,
.theme-grey-full .sidebar-left .nav > li.active > a:hover,
.theme-grey-full.sidebar-mini .sidebar-left .nav > li.active > a,
.theme-grey-full.sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-grey-full.sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #909aa0;
}
.theme-grey-full.sidebar-mini .sidebar-left .nav > li.nav-dropdown-open > a,
.theme-grey-full.sidebar-mini .sidebar-left .nav > li:hover > a {
    color: #1d2939;
    background-color: #fff;
}
.theme-green #header {
    background: #fff;
}
.theme-green #header .brand {
    background: #ed1c24;
}
.theme-green #header .brand .logo {
    color: #fff;
}
.theme-green #header .nav li.profile > a,
.theme-green #header button#toggle-fullscreen,
.theme-green #header button#toggle-profile,
.theme-green #header button.sidebar-toggle {
    color: #1d212a;
}
.theme-green #header button#toggle-fullscreen:active,
.theme-green #header button#toggle-fullscreen:hover,
.theme-green #header button#toggle-profile:active,
.theme-green #header button#toggle-profile:hover,
.theme-green #header button.sidebar-toggle:active,
.theme-green #header button.sidebar-toggle:hover {
    background: #f6f8f8;
}
.theme-green #header .nav li.profile > a:active,
.theme-green #header .nav li.profile > a:focus,
.theme-green #header .nav li.profile > a:hover {
    background: #f6f8f8;
}
.theme-green .sidebar-left {
    background-color: #1d212a;
}
.theme-green .sidebar-left .nav > li.active > a,
.theme-green .sidebar-left .nav > li.active > a:focus,
.theme-green .sidebar-left .nav > li.active > a:hover,
.theme-green .sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-green .sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #ed1c24;
}
.theme-green .sidebar-left .nav > li.open > a,
.theme-green .sidebar-left .nav > li > a:hover {
    color: #1d2939;
    background-color: #fff;
}
.theme-green.sidebar-mini .sidebar-left .nav > li.nav-dropdown-open > .nav-sub,
.theme-green.sidebar-mini .sidebar-left .nav > li:hover > .nav-sub {
    background-color: #1d212a;
}
.theme-green .sidebar-profile {
    background: #13161c;
}
.theme-green .sidebar-left .nav > li.active > a,
.theme-green .sidebar-left .nav > li.active > a:focus,
.theme-green .sidebar-left .nav > li.active > a:hover,
.theme-green.sidebar-mini .sidebar-left .nav > li.active > a,
.theme-green.sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-green.sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #ed1c24;
}
.theme-green.sidebar-mini .sidebar-left .nav > li.nav-dropdown-open > a,
.theme-green.sidebar-mini .sidebar-left .nav > li:hover > a {
    color: #1d2939;
    background-color: #fff;
}
.theme-green-full #header {
    background: #ed1c24;
}
.theme-green-full #header .brand {
    background: #ed1c24;
}
.theme-green-full #header .brand .logo {
    color: #fff;
}
.theme-green-full #header .nav li.profile > a,
.theme-green-full #header button#toggle-fullscreen,
.theme-green-full #header button#toggle-profile,
.theme-green-full #header button.sidebar-toggle {
    color: #fff;
}
.theme-green-full #header button#toggle-fullscreen:active,
.theme-green-full #header button#toggle-fullscreen:hover,
.theme-green-full #header button#toggle-profile:active,
.theme-green-full #header button#toggle-profile:hover,
.theme-green-full #header button.sidebar-toggle:active,
.theme-green-full #header button.sidebar-toggle:hover {
    background: #ef343b;
}
.theme-green-full #header .nav li.profile > a:active,
.theme-green-full #header .nav li.profile > a:focus,
.theme-green-full #header .nav li.profile > a:hover {
    background: #ef343b;
}
.theme-green-full .sidebar-left {
    background-color: #1d212a;
}
.theme-green-full .sidebar-left .nav > li.active > a,
.theme-green-full .sidebar-left .nav > li.active > a:focus,
.theme-green-full .sidebar-left .nav > li.active > a:hover,
.theme-green-full .sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-green-full .sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #ed1c24;
}
.theme-green-full .sidebar-left .nav > li.open > a,
.theme-green-full .sidebar-left .nav > li > a:hover {
    color: #1d2939;
    background-color: #fff;
}
.theme-green-full.sidebar-mini
.sidebar-left
.nav
> li.nav-dropdown-open
> .nav-sub,
.theme-green-full.sidebar-mini .sidebar-left .nav > li:hover > .nav-sub {
    background-color: #1d212a;
}
.theme-green-full .sidebar-profile {
    background: #13161c;
}
.theme-green-full .sidebar-left .nav > li.active > a,
.theme-green-full .sidebar-left .nav > li.active > a:focus,
.theme-green-full .sidebar-left .nav > li.active > a:hover,
.theme-green-full.sidebar-mini .sidebar-left .nav > li.active > a,
.theme-green-full.sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-green-full.sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #ed1c24;
}
.theme-green-full.sidebar-mini .sidebar-left .nav > li.nav-dropdown-open > a,
.theme-green-full.sidebar-mini .sidebar-left .nav > li:hover > a {
    color: #1d2939;
    background-color: #fff;
}
.theme-red #header {
    background: #fff;
}
.theme-red #header .brand {
    background: #e25d5d;
}
.theme-red #header .brand .logo {
    color: #fff;
}
.theme-red #header .nav li.profile > a,
.theme-red #header button#toggle-fullscreen,
.theme-red #header button#toggle-profile,
.theme-red #header button.sidebar-toggle {
    color: #1d212a;
}
.theme-red #header button#toggle-fullscreen:active,
.theme-red #header button#toggle-fullscreen:hover,
.theme-red #header button#toggle-profile:active,
.theme-red #header button#toggle-profile:hover,
.theme-red #header button.sidebar-toggle:active,
.theme-red #header button.sidebar-toggle:hover {
    background: #f6f8f8;
}
.theme-red #header .nav li.profile > a:active,
.theme-red #header .nav li.profile > a:focus,
.theme-red #header .nav li.profile > a:hover {
    background: #f6f8f8;
}
.theme-red .sidebar-left {
    background-color: #1d212a;
}
.theme-red .sidebar-left .nav > li.active > a,
.theme-red .sidebar-left .nav > li.active > a:focus,
.theme-red .sidebar-left .nav > li.active > a:hover,
.theme-red .sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-red .sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #e25d5d;
}
.theme-red .sidebar-left .nav > li.open > a,
.theme-red .sidebar-left .nav > li > a:hover {
    color: #1d2939;
    background-color: #fff;
}
.theme-red.sidebar-mini .sidebar-left .nav > li.nav-dropdown-open > .nav-sub,
.theme-red.sidebar-mini .sidebar-left .nav > li:hover > .nav-sub {
    background-color: #1d212a;
}
.theme-red .sidebar-profile {
    background: #13161c;
}
.theme-red .sidebar-left .nav > li.active > a,
.theme-red .sidebar-left .nav > li.active > a:focus,
.theme-red .sidebar-left .nav > li.active > a:hover,
.theme-red.sidebar-mini .sidebar-left .nav > li.active > a,
.theme-red.sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-red.sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #e25d5d;
}
.theme-red.sidebar-mini .sidebar-left .nav > li.nav-dropdown-open > a,
.theme-red.sidebar-mini .sidebar-left .nav > li:hover > a {
    color: #1d2939;
    background-color: #fff;
}
.theme-red-full #header {
    background: #e25d5d;
}
.theme-red-full #header .brand {
    background: #e25d5d;
}
.theme-red-full #header .brand .logo {
    color: #fff;
}
.theme-red-full #header .nav li.profile > a,
.theme-red-full #header button#toggle-fullscreen,
.theme-red-full #header button#toggle-profile,
.theme-red-full #header button.sidebar-toggle {
    color: #fff;
}
.theme-red-full #header button#toggle-fullscreen:active,
.theme-red-full #header button#toggle-fullscreen:hover,
.theme-red-full #header button#toggle-profile:active,
.theme-red-full #header button#toggle-profile:hover,
.theme-red-full #header button.sidebar-toggle:active,
.theme-red-full #header button.sidebar-toggle:hover {
    background: #e67373;
}
.theme-red-full #header .nav li.profile > a:active,
.theme-red-full #header .nav li.profile > a:focus,
.theme-red-full #header .nav li.profile > a:hover {
    background: #e67373;
}
.theme-red-full .sidebar-left {
    background-color: #1d212a;
}
.theme-red-full .sidebar-left .nav > li.active > a,
.theme-red-full .sidebar-left .nav > li.active > a:focus,
.theme-red-full .sidebar-left .nav > li.active > a:hover,
.theme-red-full .sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-red-full .sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #e25d5d;
}
.theme-red-full .sidebar-left .nav > li.open > a,
.theme-red-full .sidebar-left .nav > li > a:hover {
    color: #1d2939;
    background-color: #fff;
}
.theme-red-full.sidebar-mini
.sidebar-left
.nav
> li.nav-dropdown-open
> .nav-sub,
.theme-red-full.sidebar-mini .sidebar-left .nav > li:hover > .nav-sub {
    background-color: #1d212a;
}
.theme-red-full .sidebar-profile {
    background: #13161c;
}
.theme-red-full .sidebar-left .nav > li.active > a,
.theme-red-full .sidebar-left .nav > li.active > a:focus,
.theme-red-full .sidebar-left .nav > li.active > a:hover,
.theme-red-full.sidebar-mini .sidebar-left .nav > li.active > a,
.theme-red-full.sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-red-full.sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #e25d5d;
}
.theme-red-full.sidebar-mini .sidebar-left .nav > li.nav-dropdown-open > a,
.theme-red-full.sidebar-mini .sidebar-left .nav > li:hover > a {
    color: #1d2939;
    background-color: #fff;
}
.theme-dark-blue-full #header {
    background: #ed1c24;
}
.theme-dark-blue-full #header .brand {
    background: #ed1c24;
}
.theme-dark-blue-full #header .brand .logo {
    color: #fff;
}
.theme-dark-blue-full #header .nav li.profile > a,
.theme-dark-blue-full #header button#toggle-fullscreen,
.theme-dark-blue-full #header button#toggle-profile,
.theme-dark-blue-full #header button.sidebar-toggle {
    color: #fff;
}
.theme-dark-blue-full #header button#toggle-fullscreen:active,
.theme-dark-blue-full #header button#toggle-fullscreen:hover,
.theme-dark-blue-full #header button#toggle-profile:active,
.theme-dark-blue-full #header button#toggle-profile:hover,
.theme-dark-blue-full #header button.sidebar-toggle:active,
.theme-dark-blue-full #header button.sidebar-toggle:hover {
    background: #ef343b;
}
.theme-dark-blue-full #header .nav li.profile > a:active,
.theme-dark-blue-full #header .nav li.profile > a:focus,
.theme-dark-blue-full #header .nav li.profile > a:hover {
    background: #ef343b;
}
.theme-dark-blue-full .sidebar-left {
    background-color: #1d212a;
}
.theme-dark-blue-full .sidebar-left .nav > li.active > a,
.theme-dark-blue-full .sidebar-left .nav > li.active > a:focus,
.theme-dark-blue-full .sidebar-left .nav > li.active > a:hover,
.theme-dark-blue-full .sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-dark-blue-full .sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #ed1c24;
}
.theme-dark-blue-full .sidebar-left .nav > li.open > a,
.theme-dark-blue-full .sidebar-left .nav > li > a:hover {
    color: #1d2939;
    background-color: #fff;
}
.theme-dark-blue-full.sidebar-mini
.sidebar-left
.nav
> li.nav-dropdown-open
> .nav-sub,
.theme-dark-blue-full.sidebar-mini .sidebar-left .nav > li:hover > .nav-sub {
    background-color: #1d212a;
}
.theme-dark-blue-full .sidebar-profile {
    background: #13161c;
}
.theme-dark-blue-full .sidebar-left .nav > li.active > a,
.theme-dark-blue-full .sidebar-left .nav > li.active > a:focus,
.theme-dark-blue-full .sidebar-left .nav > li.active > a:hover,
.theme-dark-blue-full.sidebar-mini .sidebar-left .nav > li.active > a,
.theme-dark-blue-full.sidebar-mini .sidebar-left .nav > li.active > a:focus,
.theme-dark-blue-full.sidebar-mini .sidebar-left .nav > li.active > a:hover {
    color: #fff;
    background-color: #ed1c24;
}
.theme-dark-blue-full.sidebar-mini
.sidebar-left
.nav
> li.nav-dropdown-open
> a,
.theme-dark-blue-full.sidebar-mini .sidebar-left .nav > li:hover > a {
    color: #1d2939;
    background-color: #fff;
}
.datatable-grid > tbody {
    font-size: 0.813em;
    padding: 4px;
}
.datatable-grid > thead > tr > th {
    height: 20px;
    padding-bottom: 6px;
    vertical-align: middle;
    text-align: center;
    font-size: 0.875em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.datatable-grid tr.clickable {
    cursor: pointer;
}
.datatable-grid tr.selected {
    background-color: #e4e4e4 !important;
}
.datatable-grid td {
    padding: 4px 4px 4px 8px !important;
    word-wrap: break-word;
}
.datatable-grid tbody tr:hover {
    background-color: #eee !important;
}
.dataTables_info {
    font-size: 0.75em;
}
.dataTables_paginate {
    font-size: 0.75em;
}
.dataTables_scroll {
    margin-bottom: 18px;
}
.dataTables_length label {
    font-size: 0.813em;
}
.dataTables_empty {
    height: 100px;
    vertical-align: middle !important;
    text-align: center;
    font-size: 0.813em;
    font-weight: 700;
    color: #ed1c24;
}
div.dataTables_wrapper div.dataTables_processing {
    width: auto;
    padding: 1em;
}
.table > thead:first-child > tr:first-child > th {
    border-bottom: 1px solid #ddd;
    vertical-align: bottom;
    padding-bottom: 8px;
}
.table > thead.thead-first-col-left > tr:first-child > th:first-child {
    text-align: left;
}
table.ranking-type > thead > tr > th:nth-child(2) {
    text-align: left;
}
table.ranking-type > tbody > tr > td:nth-child(1),
table.ranking-type > tbody > tr > td:nth-child(3) {
    text-align: center;
}
.dataTables_processing.panel {
    box-shadow: none;
    border: none;
    both: none;
    background: 0 0;
}
.datatable-grid > tbody > tr > td.dt-right,
.datatable-grid > thead > tr > th.dt-right {
    text-align: right;
}
.datatable-grid > tbody > tr > td.dt-left,
.datatable-grid > thead > tr > th.dt-left {
    text-align: left;
}
.datatable-grid > tbody > tr > td.dt-center,
.datatable-grid > thead > tr > th.dt-center {
    text-align: center;
    padding-left: 25px;
}
.dt-right {
    text-align: right;
}
.dt-center {
    text-align: center;
}
.dt-left {
    text-align: left;
}
.dt-justify {
    text-align: justify;
}
.dt-column-max-350 {
    max-width: 350px;
}
.dt-column-max-160 {
    max-width: 160px;
}
.dt-column-max-140 {
    max-width: 140px;
}
.dt-column-max-110 {
    max-width: 110px;
}
.dt-column-max-80 {
    max-width: 80px;
}
.dt-column-max-60 {
    max-width: 60px;
}
.dt-column-max-40 {
    max-width: 40px;
}
.dt-column-min-60 {
    min-width: 60px;
}
.dt-column-min-40 {
    min-width: 40px;
}
.dt-line-height-31 {
    line-height: 1.938em;
}
.table-score-cell {
    width: 50px;
}
.dt-column-20-perc {
    width: 20%;
}
.dt-column-not-visible {
    display: none;
}
footer {
    width: 100%;
    bottom: 0;
}
.footer {
    height: 20px;
    margin: 0 auto 20px auto;
    text-align: center;
    color: #222;
    font-size: 0.875em;
    display: none;
}
.footer a {
    color: #4d8acc;
}
.footer a:hover {
    color: #1f85f2;
}
.pagination > li > a,
.pagination > li > span {
    background-color: #fff;
    color: #555;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #555;
    color: #fff;
    border-color: #555;
}
#login-wrapper .logo {
    background: #fff;
    padding: 10px 0 10px 0;
}
#login-wrapper .logo img {
    width: 50%;
}
#login-wrapper .panel-heading {
    background: #303c42;
}
.login_page_link a {
    text-decoration: underline;
}
.top-rank {
    color: green;
}
.bottom-rank {
    color: red;
}
.top-rank-legend {
    color: green;
}
.bottom-rank-legend {
    color: red;
}
.transcript-summary-table {
    max-width: 1000px;
    table-layout: fixed;
    width: 100%;
}
.transcript-summary-table .question_colon {
    padding: 4px 0 4px 0;
    width: 5px;
}
.transcript-summary-table .summary_seperator {
    width: 10px;
}
.home_top_30 tbody tr td:nth-child(2) {
    text-align: center;
}
@media screen and (min-width: 1200px) {
    .lead {
        font-size: 18px !important;
    }
}
#component_12 td {
    padding: 8px 6px !important;
}
#component_19 td {
    padding: 8px 6px !important;
}
#ha_body {
    min-height: 68px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .lead {
        font-size: 18px !important;
    }
    #main-content > .row > div.col-md-3 + div.col-md-3,
    #main-content > .row > div.col-md-4 + div.col-md-4,
    #main-content > .row > div.col-md-6 + div.col-md-6,
    #main-content
    > .row
    > div.col-md-6
    + div.col-md-6
    + div.col-md-6
    + div.col-md-6 {
        padding-left: 15px !important;
    }
}
#header .logo {
    padding: 5px 0 0 0;
}
.key_metrics_gauge_chart_panel .gauge_container {
    height: 150px;
}
.key_metrics_gauge_chart_panel .gauge_container .gauge {
    top: -120px;
}
.home_comparison_chart .highcharts-tooltip {
    display: none;
}
.home_gauge_chart_panel .gauge_container {
    height: 150px;
}
.home_gauge_chart_panel {
    padding-left: 0;
    padding-right: 0;
}
.home_gauge_chart_panel .col-gauge {
    float: left;
    padding-bottom: 10px;
    text-align: center;
    width: 50%;
}
.home_gauge_chart_panel .col-gauge-overall {
    float: left;
    padding-bottom: 10px;
    text-align: center;
    width: 33%;
}
@media (max-width: 480px) {
    .home_gauge_chart_panel .col-gauge {
        width: 100%;
    }
}
#home_component_2_4 g.highcharts-grid {
    display: none;
}
#home_component_2_4 g.highcharts-yaxis-labels text {
    display: none;
}
.datatable-grid > thead > tr > th.dt-center {
    text-align: left;
    padding-left: 8px;
}
.home_top_component .status_block {
    min-height: 94px !important;
}
.home_top_component .status_block span {
    color: #000;
    font-size: 45px;
    font-weight: 700;
}
.f_i_manager_behaviour_block {
    float: right;
}
#home_f_i_manager_behaviour table {
    height: 220px;
}
#home_f_i_manager_behaviour table thead {
    display: none;
}
#home_f_i_manager_behaviour table tr td {
    vertical-align: middle;
}
#home_f_i_manager_behaviour table tr td:first-child {
    text-align: left;
}
#home_welcome_insurance table thead {
    display: none;
}
#home_welcome_insurance table tr td {
    vertical-align: middle;
}
#home_welcome_insurance table tr td:first-child {
    text-align: left;
    width: 80%;
}
.home_overall_welcome_block_panel .store_ranking_widget {
    min-height: 66px;
}
#main-content .home_overall_welcome_block_panel .panel-heading {
    border-color: #eb0a1e;
    border-bottom-width: medium;
}
#main-content .home_overall_inlife_block_panel .panel-heading {
    border-bottom-width: medium;
}
#main-content .home_overall_termination_block_panel .panel-heading {
    border-color: #2d2d2d;
    border-bottom-width: medium;
}
#main-content .home_overall_inlife_block_panel .panel-heading {
    border-color: #c1c1c1;
    border-bottom-width: medium;
}
.home_diagnostics_container .label_text {
    text-align: center;
    display: inline-block;
    width: 50%;
}
.home_diagnostics_container .label_square {
    display: none;
}
.home_welcome_top_component .status_block {
    padding: 20px 0 8px 0 !important;
    min-height: 103px !important;
}
.home_overall_termination_block_panel
.home_comparison_chart
.highcharts-axis-labels
span {
    text-align: center;
}
.home_overall_termination_block_panel
.home_comparison_chart
.highcharts-yaxis-labels {
    display: none;
}
.home_welcome_insurance table tr td {
    vertical-align: middle;
    text-align: center !important;
}
.home_welcome_insurance table tr td:first-child {
    text-align: left !important;
    width: 80%;
}
.highcharts-xaxis-labels span {
    white-space: normal !important;
}
.datatable-grid > thead > tr > th {
    text-align: left !important;
}
.insight_tmca table tbody tr td:last-child {
    font-weight: 400;
}
.insight_tmca table tbody tr td {
    vertical-align: middle;
}
.push_report_container .main_head {
    background-color: #ea2035;
}
.ges_question_table th:first-child {
    text-align: left;
}
#metrics_3_1 .radio:nth-child(1) .checkbox_block::before,
#metrics_3_2 .radio:nth-child(1) > div::before {
    content: "Welcome";
    color: #dc0b13;
    font-size: 0.875em;
    font-weight: 700;
    display: block;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}
#metrics_3_1 .radio:nth-child(27) .checkbox_block::before,
#metrics_3_2 .radio:nth-child(27) > div::before {
    content: "In Life";
    color: #dc0b13;
    font-size: 0.875em;
    font-weight: 700;
    white-space: nowrap;
    display: block;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}
#metrics_3_1 .radio:nth-child(46) .checkbox_block::before,
#metrics_3_2 .radio:nth-child(46) > div::before {
    content: "End of Contract";
    color: #dc0b13;
    font-size: 0.875em;
    font-weight: 700;
    white-space: nowrap;
    display: block;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}
.invalid-records-highlight {
    background-color: #ccc;
    font-weight: 700;
}
.display-as-percentage .compare-cell-score::after {
    content: "%";
}
.tab-wrapper .tab-content {
    border-top: 0;
}
@media (max-width: 1099px) {
    .sidebar {
        left: -240px;
    }
    .sidebar + .main-content-wrapper {
        margin-left: 0;
    }
    .sidebar-mini > .sidebar {
        left: 0;
    }
}
