/*   
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.0
Version: 1.5.2
Author: KeenThemes
Website: http://www.keenthemes.com/
Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keentheme
*/
/*********************
 GENERAL UI COLORS
*********************/
/***
Colors
blue:  #4b8df8
light blue: #bfd5fa
red: #e02222
yellow: #ffb848
green: #35aa47
purple: #852b99
dark: #555555;
light grey: #fafafa;
***/
/*********************
 GENERAL RESET & SETUP
*********************/
/***
Import fonts
***/
/*Load Open Sans Font from google fonts*/
/*
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
*/
/* load Open Sans Font from local */
@import url(../fonts/font.css);

/***
Reset and overrides
***/
/* general body settings */
body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    direction: ltr;
}

/*
Internet Explorer 10 doesn't differentiate device width from viewport width, and thus doesn't
properly apply the media queries in Bootstrap's CSS. To address this,
you can optionally include the following CSS and JavaScript to work around this problem until Microsoft issues a fix.
*/
@
-webkit-viewport {
    width: device-width;
}

@
-moz-viewport {
    width: device-width;
}

@
-ms-viewport {
    width: device-width;
}

@
-o-viewport {
    width: device-width;
}

@
viewport {
    width: device-width;
}

/* Internet Explorer 10 doesn't differentiate device width from viewport width,
and thus doesn't properly apply the media queries in Bootstrap's CSS. To address this, following CSS code applied */
@
-ms-viewport {
    width: auto !important;
}

/* Fix Google Maps canvas
 *
 * Wrap your Google Maps embed in a `.google-map-canvas` to reset Bootstrap's
 * global `box-sizing` changes. You may optionally need to reset the `max-width`
 * on images in case you've applied that anywhere else. (That shouldn't be as
 * necessary with Bootstrap 3 though as that behavior is relegated to the
 * `.img-responsive` class.)
 */
.google-map-canvas, .google-map-canvas * {
. box-sizing (content-box);

}

/* Optional responsive image override */
img {
    max-width1: none;
}

/***
General typography
***/
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #444;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
}

h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
    padding-top: 10px;
    padding-bottom: 10px;
}

a {
    text-shadow: none !important;
    color: #0d638f;
}

/***
Fix link outlines after click
***/
a, a:focus, a:hover, a:active {
    outline: 0;
}

/***
General backgrounds. Can be applied to any block or panel
***/
.bg-blue {
    background-image: none !important;
    background-color: #4b8df8 !important;
    border-color: #4b8df8 !important;
    color: #fff !important;
}

.bg-red {
    background-image: none !important;
    background-color: #e02222 !important;
    border-color: #e02222 !important;
    color: #fff !important;
}

.bg-yellow {
    background-image: none !important;
    background-color: #ffb848 !important;
    border-color: #ffb848 !important;
    color: #fff !important;
}

.bg-green {
    background-image: none !important;
    background-color: #35aa47 !important;
    border-color: #35aa47 !important;
    color: #fff !important;
}

.bg-purple {
    background-image: none !important;
    background-color: #852b99 !important;
    border-color: #852b99 !important;
    color: #fff !important;
}

.bg-dark {
    background-image: none !important;
    background-color: #555555 !important;
    border-color: #555555 !important;
    color: #fff !important;
}

.be-grey {
    background-image: none !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
}

/***
Font Awesome Icons
***/
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    margin-top: 1px;
    font-size: 14px;
    *margin-right: .3em;
    line-height: 14px;
}

/***
Make font awesome icons fixed width(latest version issue)
***/
li [class^="icon-"], li [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}

li [class^="icon-"].icon-large, li [class*=" icon-"].icon-large {
    /* increased font size for icon-large */
    width: 1.5625em;
}

/***
Close icon used for modal dialog and other UI element close buttons
***/
.close {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    background-image: url("../img/remove-icon-small.png") !important;
}

/***
General HR
***/
hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #E0DFDF;
    border-bottom: 1px solid #FEFEFE;
}

/***
Tools
***/
.display-none, .display-hide {
    display: none;
}

.no-space {
    margin: 0px !important;
    padding: 0px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.bold {
    font-weight: 600 !important;
}

.fix-margin {
    margin-left: 0px !important
}

.border {
    border: 1px solid red;
}

.inline {
    display: inline;
}

/***
ie8 & ie9 modes
***/
.visible-ie8 {
    display: none;
}

.ie8 .visible-ie8 {
    display: inherit !important;
}

.visible-ie9 {
    display: none;
}

.ie9 .visible-ie9 {
    display: inherit !important;
}

.hidden-ie8 {
    display: inherit;
}

.ie8 .hidden-ie8 {
    display: none !important;
}

.hidden-ie9 {
    display: inherit;
}

.ie9 .hidden-ie9 {
    display: none !important;
}

/********************
 GENERAL LAYOUT
*********************/

/***
Header and header elements.
***/
.header {
    width: 100%;
    padding: 0 20px 0 20px;
    margin: 0;
    border: 0px;
    padding: 0px;
    box-shadow: none;
    height: 42px;
    min-height: 42px;
}

.header.navbar-fixed-top {
    z-index: 9995 !important;
}

.header .navbar-brand {
    display: inline-block;
    margin-top: -1px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    color: white;
    font-size: 25px;
    /*animation: fadeInLogo 1s 1;*/
}

@keyframes fadeInLogo {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.header .navbar-brand img {
    margin-left: 2px;
    width: 30px;
    display: inline-block;
}

.header .navbar-toggle {
    margin: 8px 6px 4px 6px;
    padding: 0;
    padding-top: 2px;
    padding-bottom: 6px;
    background-image: none;
    filter: none;
    box-shadow: none;
    color: #fff;
    border: 0;
}

.header .navbar-toggle:hover {
    text-decoration: none;
    background: none;
}

.header .navbar-nav {
    margin-right: 20px;
    display: block;
}

.header .navbar-nav > li {
    margin: 0px;
    padding: 0px;
}

.header .navbar-nav > li.dropdown, .header .navbar-nav > li.dropdown > a {
    padding-left: 4px;
    padding-right: 4px;
}

.header .navbar-nav > li.dropdown > a:last-child {
    padding-right: 0;
}

.header .navbar-nav > li.dropdown:last-child {
    padding-right: 2px;
}

.header .navbar-nav > li.dropdown .dropdown-toggle {
    margin: 0px;
    padding: 15px 10px 7px 10px;
}

.header .navbar-nav > li.dropdown .dropdown-toggle > i {
    font-size: 18px;
}

.header .navbar-nav > li.dropdown .dropdown-menu > li > a > i {
    font-size: 14px;
}

.header .navbar-nav > li.dropdown.user .dropdown-toggle {
    padding: 7px 4px 6px 9px;
}

.header .navbar-nav > li.dropdown.user .dropdown-toggle:hover {
    text-decoration: none;
}

.header .navbar-nav > li.dropdown.user .dropdown-toggle .username {
    color: #ddd;
}

.header .navbar-nav li.dropdown.user .dropdown-toggle i {
    display: inline-block;
    margin-top: 5px;
    margin: 0;
    font-size: 16px;
}

.header .navbar-nav > li.dropdown.user .dropdown-menu i {
    width: 15px;
    display: inline-block;
}

.header .navbar-nav > li.dropdown .dropdown-toggle .badge {
    position: absolute;
    top: 8px;
    right: 20px;
}

/* language bar */
.header .navbar-nav > li.dropdown.language {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.header .navbar-nav > li.dropdown.language > a {
    color: #ddd;
    font-size: 13px;
    padding: 10px 1px 12px 5px;
}

.header .navbar-nav > li.dropdown.language > a > img {
    margin-bottom: 2px;
}

.header .navbar-nav > li.dropdown.language > a > i {
    font-size: 16px;
}

.header .navbar-nav > li.dropdown.language > .dropdown-menu > li > a > img {
    margin-bottom: 2px;
}

.header .navbar-nav .dropdown-menu {
    margin-top: 3px;
}

/***
Page container
***/
.page-container {
    margin: 0px;
    padding: 0px;
}

.page-header-fixed .page-container {
    margin-top: 42px;
}

/***
Page sidebar
***/

/* ie8 fixes */
.ie8 .page-sidebar {
    position: absolute;
    width: 225px;
}

.page-sidebar.navbar-collapse {
    padding: 0;
}

.page-sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
}

.page-sidebar-menu > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
}

.page-sidebar-menu > li.start > a {
    border-top-color: transparent !important;
}

.page-sidebar-menu > li:last-child > a, .page-sidebar-menu > li.last > a {
    border-bottom-color: transparent !important;
}

.page-sidebar-menu > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}

.page-sidebar-fixed .page-sidebar-menu > li > a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.page-sidebar-menu > li > a i {
    font-size: 16px;
    margin-right: 5px;
    text-shadow: none;
}

.page-sidebar-menu > li.break {
    margin-bottom: 20px;
}

.page-sidebar-menu > li.active > a {
    border: none;
    text-shadow: none;
}

.page-sidebar-menu > li.active > a .selected {
    display: block;
    width: 8px;
    height: 25px;
    background-image: url("../img/sidebar-menu-arrow.png");
    float: right;
    position: absolute;
    right: 0px;
    top: 8px;
}

.page-sidebar ul > li > a > .arrow:before {
    float: right;
    margin-top: 0px;
    margin-right: 5px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}

.page-sidebar-menu > li > a > .arrow.open:before {
    float: right;
    margin-top: 0px;
    margin-right: 3px;
    display: inline;
    font-family: FontAwesome;
    height: auto;
    font-size: 16px;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
}

/* bagin: sidebar menu badges */
.page-sidebar-menu li > a > .badge {
    float: right;
    margin-top: 1px;
    margin-right: 13px;
}

/* end: sidebar menu badges */
.page-sidebar-menu .sub-menu {
    padding: 0;
}

.page-sidebar-menu > li > ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0px;
}

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

.page-sidebar-menu > li > ul.sub-menu > li {
    background: none;
    margin: 0px;
    padding: 0px;
    margin-top: 1px !important;
}

.page-sidebar-menu > li > ul.sub-menu > li > a {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px;
    padding-left: 44px !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    background: none;
}

/* 3rd level sub menu */
.page-sidebar-menu > li > ul.sub-menu > li ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0px 0px 0px 0px;
}

.page-sidebar-menu > li > ul.sub-menu li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 20px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}

.page-sidebar-menu > li > ul.sub-menu li > a > .arrow.open:before {
    float: right;
    margin-top: 1px;
    margin-right: 18px;
    display: inline;
    font-family: FontAwesome;
    height: auto;
    font-size: 16px;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
}

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

.page-sidebar-menu > li > ul.sub-menu > li ul.sub-menu li {
    background: none;
    margin: 0px;
    padding: 0px;
    margin-top: 1px !important;
}

.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    background: none;
}

.page-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 60px;
}

.page-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 80px;
}

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

.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a > i {
    font-size: 13px;
}

/* sidebar search */
.page-sidebar .sidebar-search {
    padding: 0;
    margin: 0;
}

.page-sidebar .sidebar-search .form-container {
    margin: 15px 20px 15px 20px;
    height: 35px;
    padding-top: 7px;
}

.page-sidebar .sidebar-search .form-container .submit {
    display: block;
    float: right;
    margin-top: 3px;
    width: 13px;
    height: 15px;
    background-repeat: no-repeat;
    box-shadow: none;
    border: 0px;
    padding: 0px;
    outline: none !important;
}

.page-sidebar .sidebar-search .form-container input[type="text"] {
    margin: 0px;
    width: 165px;
    border: 0px;
    padding: 0 !important;
    font-size: 14px !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: normal;
}

.page-sidebar .sidebar-search .form-container input[type="text"]:focus {
    outline: none !important;
}

/***
Sidebar toggler(show/hide)
***/
.page-sidebar .sidebar-toggler {
    cursor: pointer;
    opacity: 1;
    margin-top: 13px;
    margin-left: 175px;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    padding: 6px 0 0 2px;
}

.page-sidebar .sidebar-toggler > i {
    color: #082B65;
    font-size: 18px;
}

.sidebar-toggler:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.page-sidebar-closed .sidebar-toggler {
    margin-left: 3px;
}

.page-sidebar-closed .page-sidebar .sidebar-search .form-container {
    width: 29px;
    margin-left: 3px;
}

.page-sidebar-closed .page-sidebar .sidebar-search .form-container .input-box {
    border-bottom: 0 !important;
}

.page-sidebar-closed .page-sidebar .sidebar-search .form-container input[type="text"] {
    display: none;
}

.page-sidebar-closed .page-sidebar .sidebar-search .form-container .submit {
    margin-top: 5px !important;
    margin-left: 7px !important;
    margin-right: 7px !important;
    display: block !important;
}

.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container {
    width: 255px;
    position: relative;
    z-index: 1;
    padding-top: 0px;
}

.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container input[type="text"] {
    margin-top: 7px;
    margin-left: 8px;
    padding-left: 10px;
    padding-bottom: 2px;
    width: 185px;
    display: inline-block !important;
}

.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .submit {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 11px 8px 9px 6px !important;
}

.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove {
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    margin: 12px 8px 9px 8px !important;
    display: inline-block !important;
    float: left !important;
}

.page-sidebar-closed .page-sidebar-menu > li > a .selected {
    right: -3px !important;
}

.page-sidebar-closed .page-sidebar-menu > li > a > .title,
.page-sidebar-closed .page-sidebar-menu > li > a > .arrow {
    display: none !important;
}

.page-sidebar-closed .sidebar-toggler {
    margin-right: 3px;
}

.page-sidebar-closed .page-sidebar .sidebar-search {
    margin-top: 6px;
    margin-bottom: 6px;
}

.page-sidebar-closed .page-sidebar-menu {
    width: 35px !important;
}

.page-sidebar-closed .page-sidebar-menu > li > a {
    padding-left: 7px;
}

.page-sidebar-fixed.page-sidebar-closed .page-sidebar-menu > li > a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.page-sidebar-closed .page-sidebar-menu > li:hover {
    width: 236px !important;
    position: relative !important;
    z-index: 2000;
    display: block !important;
}

.page-sidebar-closed .page-sidebar-menu > li:hover .selected {
    display: none;
}

.page-sidebar-closed .page-sidebar-menu > li:hover > a > i {
    margin-right: 10px;
}

.page-sidebar-closed .page-sidebar-menu > li:hover .title {
    display: inline !important;
}

.page-sidebar-closed .page-sidebar-menu > li > .sub-menu {
    display: none !important;
}

.page-sidebar-closed .page-sidebar-menu > li:hover > .sub-menu {
    width: 200px;
    position: absolute;
    z-index: 2000;
    left: 36px;
    margin-top: 0;
    top: 100%;
    display: block !important;
}

.page-sidebar-closed .page-sidebar-menu > li:hover > .sub-menu > li > .sub-menu,
.page-sidebar-closed .page-sidebar-menu > li:hover > .sub-menu > li > .sub-menu > li > .sub-menu {
    width: 200px;
}

/* 2rd level sub menu*/
.page-sidebar-closed .page-sidebar-menu > li:hover > .sub-menu > li > a {
    padding-left: 15px !important;
}

/* 3rd level sub menu*/
.page-sidebar-closed .page-sidebar-menu > li > ul.sub-menu > li > .sub-menu > li > a {
    padding-left: 30px !important;
}

/* 4rd level sub menu*/
.page-sidebar-closed .page-sidebar-menu > li > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > a {
    padding-left: 45px !important;
}

/* sidebar container */
.page-sidebar-closed .page-sidebar {
    width: 35px;
}

.page-sidebar-closed .page-content {
    margin-left: 35px !important;
}

/***
Page content
***/
.page-content {
    margin-top: 0px;
    padding: 0px;
    background-color: #fff;
}

.ie8 .page-content {
    padding: 20px;
    margin-left: 225px;
    margin-top: 0px;
    min-height: 760px;
}

.ie8 .page-sidebar-fixed .page-content {
    min-height: 600px;
}

.ie8 .page-content.no-min-height {
    min-height: auto;
}

.page-full-width .page-content {
    margin-left: 0px !important;
}

/***
Page title
***/
.page-title {
    padding: 0px;
    font-size: 30px;
    letter-spacing: -1px;
    display: block;
    color: #666;
    margin: 0px 0px 15px 0px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.page-title small {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 300;
    color: #888;
}

/***
Page breadcrumb
***/
.ie8 .row .page-breadcrumb.breadcrumb > li {
    margin-right: 1px;
}

.page-content .page-breadcrumb.breadcrumb {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    padding-right: 30px;
    padding-left: 8px;
    margin-top: 15px;
    margin-bottom: 25px;
    border: 0px !important;
    background-color: #eee;
}

.page-content .page-breadcrumb.breadcrumb > li > a, .page-content .page-breadcrumb.breadcrumb > li > i,
.page-content .page-breadcrumb.breadcrumb > li > span {
    color: #333;
    font-size: 14px;
    text-shadow: none;
}

.page-content .page-breadcrumb.breadcrumb > li > i {
    color: #666;
}

.page-content .page-breadcrumb.breadcrumb > li + li:before {
    display: none;
}

/* Dashboard breadcrumb Dropdown */
.page-content .page-breadcrumb.breadcrumb .btn-group {
    right: 15px;
    position: absolute;
    margin-top: -8px;
}

.page-content .page-breadcrumb.breadcrumb > .btn-group .btn {
    padding-top: 8px;
    padding-bottom: 8px;
}

/* Dashboard date range panel */
.page-content .page-breadcrumb.breadcrumb .dashboard-date-range {
    position: relative;
    top: -8px;
    margin-right: -30px;
    display: none;
    padding: 9px 9px 8px 9px;
    cursor: pointer;
    color: #fff;
    background-color: #e02222;
}

/* hack for chrome and safari */
@media all and (-webkit-min-device-pixel-ratio: 0) {
    .page-content .page-breadcrumb.breadcrumb .dashboard-date-range {
        padding: 9px;
    }
}

.page-content .page-breadcrumb.breadcrumb .dashboard-date-range > span {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

.page-content .page-breadcrumb.breadcrumb .dashboard-date-range > .icon-calendar {
    text-transform: normal;
    color: #fff;
    margin-top: 0px;
    font-size: 14px;
}

.page-content .page-breadcrumb.breadcrumb .dashboard-date-range > .icon-angle-down {
    color: #fff;
    font-size: 16px;
}

/***
Footer
***/
.footer {
    padding: 8px 20px 5px 20px;
    font-size: 12px;
}

.footer:after, .footer:before {
    content: "";
    display: table;
    line-height: 0;
}

.footer:after {
    clear: both;
}

.footer .footer-inner {
    float: left;
    display: inline-block;
}

.footer .footer-tools {
    float: right;
    display: inline-block;
}

.footer .footer-tools .go-top {
    display: block;
    text-decoration: none;
    cursor: pointer;
    margin-top: -2px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    padding: 0px 6px 0px 6px;
}

.footer .footer-tools .go-top i {
    font-size: 22px;
    margin-bottom: 5px;
}

/********************
 GENERAL UI ELEMENTS
*********************/

/***
Icon stuff
***/
i.icon, a.icon {
    color: #999;
    margin-right: 5px;
    font-weight: normal;
    font-size: 13px;
}

i.icon-black {
    color: #000 !important;
}

a.icon:hover {
    text-decoration: none;
    -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;
    opacity: .4;
    filter: alpha(opacity=40);
}

a.icon.huge i {
    font-size: 16px !important;
}

i.big {
    font-size: 20px;
}

i.warning {
    color: #d12610;
}

i.critical {
    color: #37b7f3;
}

i.normal {
    color: #52e136;
}

/***
Custom wells
***/
.well {
    background-color: #fafafa;
    border: 1px solid #eee;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.well.mini {
    padding: 7px !important;
}

/***
Form stuff
***/

/***
Bordered form layout
***/

/***
Input icons
***/

/* input with right aligned and colored icons */

/* input with left aligned icons */
.input-icon {
    position: relative;
}

.input-icon input {
    padding-left: 33px !important;
}

.input-icon i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

.input-icon.right input {
    padding-left: 12px !important;
    padding-right: 33px !important;
}

.input-icon.right i {
    right: 8px;
    float: right;
}

.has-success .input-icon > i {
    color: #468847;
}

.has-warning .input-icon > i {
    color: #c09853;
}

.has-error .input-icon > i {
    color: #b94a48;
}

/***
Portlets
***/
.portlet {
    clear: both;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
}

.portlet > .portlet-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.portlet > .portlet-title:after, .portlet > .portlet-title:before {
    content: "";
    display: table;
    line-height: 0;
}

.portlet > .portlet-title:after {
    clear: both;
}

.portlet > .portlet-title > .caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}

.portlet > .portlet-title > .caption > i {
    float: left;
    margin-top: 2px;
    display: inline-block !important;
    font-size: 13px;
    margin-right: 5px;
    color: #666;
}

.portlet
.blue
>
.portlet-title
>
.caption,
.portlet-title
.blue
>
.caption,
.portlet
.green
>
.portlet-title
>
.caption,
.portlet-title
.green
>
.caption,
.portlet
.yellow
>
.portlet-title
>
.caption,
.portlet-title
.yellow
>
.caption,
.portlet
.red
>
.portlet-title
>
.caption,
.portlet-title
.red
>
.caption,
.portlet
.purple
>
.portlet-title
>
.caption,
.portlet-title
.purple
>
.caption,
.portlet
.grey
>
.portlet-title
>
.caption,
.portlet-title
.dark-grey
>
.caption,
{
    color: #fff;
}

.portlet.box.blue > .portlet-title > .caption > i, .portlet.box.green > .portlet-title > .caption > i,
.portlet.box.grey > .portlet-title > .caption > i, .portlet.box.yellow > .portlet-title > .caption > i,
.portlet.box.red > .portlet-title > .caption > i, .portlet.box.purple > .portlet-title > .caption > i,
.portlet.box.light-grey > .portlet-title > .caption > i {
    color: #fff;
}

.sortable .portlet > .portlet-title {
    cursor: move;
}

.portlet > .portlet-title > .tools, .portlet > .portlet-title > .actions {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 6px;
    float: right;
}

.portlet > .portlet-title > .tools > a {
    display: inline-block;
    height: 16px;
    margin-left: 5px;
}

.portlet > .portlet-title > .actions > .dropdown-menu i {
    color: #000 !important;
}

.portlet > .portlet-title > .tools > a.remove {
    margin-bottom: 2px;
    background-image: url(../img/portlet-remove-icon.png);
    background-repeat: no-repeat;
    width: 11px;
}

.portlet > .portlet-title > .tools > a.config {
    margin-bottom: 2px;
    background-image: url(../img/portlet-config-icon.png);
    background-repeat: no-repeat;
    width: 12px;
}

.portlet > .portlet-title > .tools > a.reload {
    margin-bottom: 2px;
    background-image: url(../img/portlet-reload-icon.png);
    width: 13px;
}

.portlet > .portlet-title > .tools > a.expand {
    margin-bottom: 2px;
    background-image: url(../img/portlet-expand-icon.png);
    width: 14px;
}

.portlet > .portlet-title > .tools > a.collapse {
    margin-bottom: 2px;
    background-image: url(../img/portlet-collapse-icon.png);
    width: 14px;
}

.portlet > .portlet-title > .tools > a:hover {
    text-decoration: none;
    -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;
    opacity: .6;
    filter: 'alpha(opacity=60)';
}

.portlet > .portlet-title > .actions > .btn-group {
    margin-top: -12px;
}

.portlet > .portlet-title > .actions > .btn {
    padding: 4px 10px;
    margin-top: -14px;
}

.portlet > .portlet-title > .actions > .btn-group > .btn {
    padding: 4px 10px;
    margin-top: -1px;
}

.portlet > .portlet-title > .actions > .btn.btn-sm {
    padding: 3px 8px;
    margin-top: -14px;
}

.portlet > .portlet-title > .actions > .btn-group > .btn-sm {
    padding: 3px 8px;
    margin-top: -1px;
}

.portlet > .portlet-title > .pagination.pagination-sm {
    float: right !important;
    display: inline-block !important;
    margin: 0px;
    margin-top: -4px;
}

.portlet > .portlet-body {
    clear: both;
    padding: 0;
}

.portlet > .portlet-body.light-blue, .portlet.light-blue {
    background-color: #bfd5fa !important;
}

.portlet > .portlet-body.blue, .portlet.blue {
    background-color: #4b8df8 !important;
}

.portlet > .portlet-body.red, .portlet.red {
    background-color: #e02222 !important;
}

.portlet > .portlet-body.yellow, .portlet.yellow {
    background-color: #ffb848 !important;
}

.portlet > .portlet-body.green, .portlet.green {
    background-color: #35aa47 !important;
}

.portlet > .portlet-body.purple, .portlet.purple {
    background-color: #852b99 !important;
}

.portlet > .portlet-body.light-grey, .portlet.light-grey {
    background-color: #fafafa !important;
}

.portlet > .portlet-body.grey, .portlet.grey {
    background-color: #555555 !important;
}

/*  draggable girds */
.ui-sortable-placeholder {
    border: 1px dotted black;
    visibility: visible !important;
    height: 100% !important;
}

.ui-sortable-placeholder * {
    visibility: hidden;
}

.sortable-box-placeholder {
    background-color: #f5f5f5;
    border: 1px dashed #DDDDDD;
    display: block;
    /* float: left;*/
    margin-top: 0px !important;
    margin-bottom: 24px !important;
}

.sortable-box-placeholder * {
    visibility: hidden;
}

/***
Solid colored portlet
***/
.portlet.solid {
    padding: 10px;
}

.portlet.solid > .portlet-title > .tools {
    margin-top: 2px;
    border: 0px;
}

.portlet.solid > .portlet-title {
    margin-bottom: 5px;
    border: 0px;
}

.portlet.solid.bordered > .portlet-title {
    margin-bottom: 15px;
}

.portlet.solid.red > .portlet-title, .portlet.solid.red > .portlet-title > .caption > i,
.portlet.solid.red > .portlet-body, .portlet.solid.green > .portlet-title,
.portlet.solid.green > .portlet-title > .caption > i, .portlet.solid.green > .portlet-body,
.portlet.solid.yellow > .portlet-title, .portlet.solid.yellow > .portlet-title > .caption > i,
.portlet.solid.yellow > .portlet-body, .portlet.solid.grey > .portlet-title,
.portlet.solid.grey > .portlet-title > .caption > i, .portlet.solid.grey > .portlet-body,
.portlet.solid.purple > .portlet-title, .portlet.solid.purple > .portlet-title > .caption > i,
.portlet.solid.purple > .portlet-body, .portlet.solid.blue > .portlet-title,
.portlet.solid.blue > .portlet-title > .caption > i, .portlet.solid.blue > .portlet-body {
    border: 0;
    color: #fff;
}

.portlet.bordered {
    border-left: 2px solid #ddd;
}

/***
Box portlet
***/
.portlet.box {
    padding: 0px !important
}

.portlet.box > .portlet-title {
    padding: 8px 10px 2px 10px;
    border-bottom: 1px solid #eee;
    color: #fff !important;
}

.portlet.box > .portlet-title > .actions > .btn > i {
    color: #fff !important;
}

.portlet.box > .portlet-title > .tools {
    margin-top: 3px;
}

.portlet.box > .portlet-title > .tools > a.remove, .portlet.solid > .portlet-title > .tools > a.remove {
    background-image: url(../img/portlet-remove-icon-white.png);
}

.portlet.box > .portlet-title > .tools > a.config, .portlet.solid > .portlet-title > .tools > a.config {
    background-image: url(../img/portlet-config-icon-white.png);
}

.portlet.box > .portlet-title > .tools > a.reload, .portlet.solid > .portlet-title > .tools > a.reload {
    background-image: url(../img/portlet-reload-icon-white.png);
}

.portlet.box > .portlet-title > .tools > a.expand, .portlet.solid > .portlet-title > .tools > a.expand {
    background-image: url(../img/portlet-expand-icon-white.png);
}

.portlet.box > .portlet-title > .tools > a.collapse, .portlet.solid > .portlet-title > .tools > a.collapse {
    background-image: url(../img/portlet-collapse-icon-white.png);
}

/* portlet buttons */
.portlet.box > .portlet-body {
    background-color: #fff;
    padding: 10px;
}

.portlet.box > .portlet-title {
    margin-bottom: 0px;
}

.portlet.box.blue > .portlet-title {
    background-color: #4b8df8;
}

.portlet.box.blue {
    border: 1px solid #b4cef8;
    border-top: 0;
}

.portlet.box.red > .portlet-title {
    background-color: #e02222;
}

.portlet.box.red {
    border: 1px solid #ef8476;
    border-top: 0;
}

.portlet.box.yellow > .portlet-title {
    background-color: #ffb848;
}

.portlet.box.yellow {
    border: 1px solid #fccb7e;
    border-top: 0;
}

.portlet.box.green > .portlet-title {
    background-color: #35aa47;
}

.portlet.box.green {
    border: 1px solid #77e588;
    border-top: 0;
}

.portlet.box.purple > .portlet-title {
    background-color: #852b99;
}

.portlet.box.purple {
    border: 1px solid #af5cc1;
    border-top: 0;
}

.portlet.box.grey > .portlet-title {
    background-color: #555555;
}

.portlet.box.grey {
    border: 1px solid #9d9c9c;
    border-top: 0;
}

.portlet.box.light-grey > .portlet-title {
    background-color: #aaa;
}

.portlet.box.light-grey {
    border: 1px solid #bbb;
    border-top: 0;
}

/***
Charts and statistics
***/
.chart, .pie, .bars {
    overflow: hidden;
    height: 300px;
}

/***
Statistic lists
***/
.item-list.table .percent {
    width: 30px;
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

.item-list.table .title {
    padding-top: -5px;
}

/***
Chart tooltips
***/
.chart-tooltip {
    clear: both;
    z-index: 100;
    background-color: #736e6e !important;
    padding: 5px !important;
    color: #fff;
}

.chart-tooltip .label {
    clear: both;
    display: block;
    margin-bottom: 2px;
}

/***
Mini chart containers
***/
.bar-chart {
    display: none
}

.line-chart {
    display: none
}

/***
Custom icon buttons
***/
.icon-btn {
    height: 60px;
    min-width: 80px;
    margin: 5px 5px 0 0;
    border: 1px solid #ddd;
    padding: 12px 0px 0px 0px;
    background-color: #fafafa !important;
    background-image: none !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display: inline-block !important;
    color: #646464 !important;
    text-shadow: none !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.icon-btn i {
    font-size: 18px;
}

.ie8 .icon-btn:hover {
    filter: none !important;
}

.icon-btn:hover {
    text-decoration: none !important;
    border-color: #999 !important;
    color: #444 !important;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.icon-btn:hover .badge {
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.icon-btn div {
    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
}

.icon-btn .badge {
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px !important;
    font-weight: 300;
    top: -5px;
    right: -5px;
    padding: 3px 6px 3px 6px;
    color: white !important;
    text-shadow: none;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* extended dropdowns */
.dropdown-menu.extended {
    min-width: 160px !important;
    max-width: 300px !important;
    width: 233px !important;
    background-color: #ffffff !important;
}

.dropdown-menu.extended:before, .dropdown-menu.extended:after {
    border-bottom-color: #ddd !important;
}

.dropdown-menu.extended li a {
    display: block;
    padding: 5px 10px !important;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    white-space: normal !important;
}

.dropdown-menu.extended li i {
    margin-right: 3px;
}

.dropdown-menu.extended li a {
    font-size: 13px;
    padding: 10px !important;
    background-color: #ffffff;
}

.dropdown-menu.extended li a:hover {
    background-image: none;
    background-color: #f5f5f5;
    color: #000;
    filter: none;
}

.dropdown-menu.extended li p {
    padding: 10px;
    background-color: #eee;
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.dropdown-menu.extended li a {
    padding: 7px 0 5px 0px;
    list-style: none;
    border-bottom: 1px solid #f4f4f4 !important;
    font-size: 12px;
    text-shadow: none;
}

.dropdown-menu.extended li:first-child a {
    border-top: none;
    border-bottom: 1px solid #f4f4f4 !important;
}

.dropdown-menu.extended li:last-child a {
    border-top: 1px solid white !important;
    border-bottom: 1px solid #f4f4f4 !important;
}

.dropdown-menu.extended li.external > a {
    font-size: 13px;
    font-weight: 400;
}

.dropdown-menu.extended li.external > a > i {
    margin-top: 3px;
    float: right;
}

/* header notifications dropdowns */
.dropdown-menu .dropdown-menu-list.scroller {
    padding-right: 0 !important;
    padding-left: 0;
    list-style: none;
}

.dropdown-menu.notification li > a .time {
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    font-style: italic;
}

/* header inbox dropdowns */
.dropdown-menu.inbox li > a .photo {
    float: left;
    padding-right: 6px;
}

.dropdown-menu.inbox li > a .photo > img {
    height: 40px;
    width: 40px;
}

.dropdown-menu.inbox li > a .subject {
    display: block;
}

.dropdown-menu.inbox li > a .subject .from {
    font-size: 14px;
    font-weight: 400;
    color: #02689b;
}

.dropdown-menu.inbox li > a .subject .time {
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    position: relative;
    float: right;
}

.dropdown-menu.inbox li > a .message {
    display: block !important;
    font-size: 12px;
}

/* header tasks */
.dropdown-menu.tasks .task {
    margin-bottom: 5px;
}

.dropdown-menu.tasks .task .desc {
    font-size: 13px;
    font-weight: 300;
}

.dropdown-menu.tasks .task .percent {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    float: right;
    display: inline-block;
}

.dropdown-menu.tasks .progress {
    display: block;
    height: 11px;
    margin: 0px;
}

/***
General list for item with image
***/
.item-list li .img {
    height: 50px;
    width: 50px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.item-list {
    margin: 0px;
    list-style: none;
}

.item-list li {
    padding: 7px 0 5px 0px;
    list-style: none;
    border-top: 1px solid white;
    border-bottom: 1px solid #EBEBEB;
    font-size: 12px;
}

.item-list li:first-child {
    border-top: none;
    border-bottom: 1px solid #EBEBEB;
}

.item-list li:last-child {
    border-top: none;
    border-bottom: none;
}

.item-list li .label {
    margin-right: 5px;
}

.item-list.todo li .label {
    position: absolute;
    right: 80px;
}

.item-list.todo li .actions {
    position: absolute;
    right: 45px;
}

/***
Custom tables
***/
.table-toolbar {
    margin-bottom: 15px;
}

.table.table-full-width {
    width: 100% !important;
}

.table .m-btn {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 5px;
}

.table thead tr th {
    font-size: 14px;
    font-weight: 600;
}

.table-advance {
    margin-bottom: 10px !important;
}

.table-advance thead {
    color: #999;
}

.table-advance thead tr th {
    background-color: #DDD;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.table-advance div.success, .table-advance div.info, .table-advance div.important,
.table-advance div.warning, .table-advance div.danger {
    position: absolute;
    margin-top: -5px;
    float: left;
    width: 2px;
    height: 30px;
    margin-right: 20px !important;
}

.table-advance tr td {
    border-left-width: 0px;
}

.table-advance tr td:first-child {
    border-left-width: 1px !important;
}

.table-advance tr td.highlight:first-child a {
    margin-left: 15px;
}

.table-advance td.highlight div.success {
    border-left: 2px solid #66ee66;
}

.table-advance td.highlight div.info {
    border-left: 2px solid #87ceeb;
}

.table-advance td.highlight div.important {
    border-left: 2px solid #f02c71;
}

.table-advance td.highlight div.warning {
    border-left: 2px solid #fdbb39;
}

.table-advance td.highlight div.danger {
    border-left: 2px solid #e23e29;
}

/***
Star rating
***/
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}

.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}

.rating span.star:hover {
    cursor: pointer;
}

.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #999999;
}

.rating span.star:hover:before, .rating span.star:hover ~ span.star:before {
    content: "\f005";
    color: #e3cf7a;
}

/***
Item block with details shown on hover
***/
.item {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}

.item .details {
    width: 100%;
    display: none;
    background-color: #000;
    color: #fff !important;
    padding: 5px;
    text-align: center;
    position: relative;
    bottom: 30px;
    margin-bottom: -30px;
    overflow: hidden;
    z-index: 6;
}

.item:hover .details {
    display: block;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.item:hover .zoom-icon {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/***
Zoom icon overlay on images
***/
.zoom {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
}

.zoom .zoom-icon {
    background-image: url("../img/overlay-icon.png");
    background-color: #222;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 6;
    top: 0;
}

/***
Chats
***/
.chats {
    margin: 0;
    padding: 0;
    margin-top: -15px;
}

.chats li {
    list-style: none;
    padding: 5px 0;
    margin: 10px auto;
    font-size: 12px;
}

.chats li img.avatar {
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.chats li.in img.avatar {
    float: left;
    margin-right: 10px;
}

.chats li .name {
    color: #3590c1;
    font-size: 13px;
    font-weight: 400;
}

.chats li .datetime {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

.chats li.out img.avatar {
    float: right;
    margin-left: 10px;
}

.chats li .message {
    display: block;
    padding: 5px;
    position: relative;
}

.chats li.in .message {
    text-align: left;
    border-left: 2px solid #35aa47;
    margin-left: 65px;
    background: #fafafa
}

.chats li.in .message .arrow {
    display: block;
    position: absolute;
    top: 5px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #35aa47;
}

.chats li.out .message .arrow {
    display: block;
    position: absolute;
    top: 5px;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #da4a38;
}

.chats li.out .message {
    border-right: 2px solid #da4a38;
    margin-right: 65px;
    background: #fafafa;
    text-align: right;
}

.chats li.out .name, .chats li.out .datetime {
    text-align: right;
}

.chats li .message .body {
    display: block;
}

.chat-form {
    margin-top: 15px;
    padding: 10px;
    background-color: #e9eff3;
    overflow: hidden;
    clear: both;
}

.chat-form .input-cont {
    margin-right: 40px;
}

.chat-form .input-cont .form-control {
    width: 100% !important;
    margin-bottom: 0px;
}

.chat-form .input-cont input {
    border: 1px solid #ddd;
    width: 100% !important;
    margin-top: 0;
}

.chat-form .input-cont input {
    background-color: #fff !important;
}

.chat-form .input-cont input:focus {
    border: 1px solid #4b8df9 !important;
}

.chat-form .btn-cont {
    margin-top: -42px;
    position: relative;
    float: right;
    width: 44px;
}

.chat-form .btn-cont .arrow {
    position: absolute;
    top: 17px;
    right: 43px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #4d90fe;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chat-form .btn-cont:hover .arrow {
    border-right-color: #0362fd;
}

.chat-form .btn-cont:hover .btn {
    background-color: #0362fd;
}

.chat-form .btn-cont .btn {
    margin-top: 8px;
}

/***
System feeds
***/
.feeds {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.feeds li {
    background-color: #fafafa;
    margin-bottom: 7px;
}

.feeds li:before, .feeds li:after {
    display: table;
    line-height: 0;
    content: "";
}

.feeds li:after {
    clear: both;
}

.feeds li:last-child {
    margin-bottom: 0px;
}

.feeds .col1 {
    float: left;
    width: 100%;
    clear: both;
}

.feeds .col2 {
    float: left;
    width: 75px;
    margin-left: -75px;
}

.feeds .col1 .cont {
    float: left;
    margin-right: 75px;
    overflow: hidden;
}

.feeds .col1 .cont .cont-col1 {
    float: left;
    margin-right: -100%;
}

.feeds .col1 .cont .cont-col1 .label {
    display: inline-block;
    padding: 5px 4px 6px 5px;
    vertical-align: middle;
    text-align: center;
}

.feeds .col1 .cont .cont-col1 .label > i {
    text-align: center;
    font-size: 14px;
}

.feeds .col1 .cont .cont-col2 {
    float: left;
    width: 100%;
}

.feeds .col1 .cont .cont-col2 .desc {
    margin-left: 35px;
    padding-top: 4px;
    padding-bottom: 5px;
    overflow: hidden;
}

.feeds .col2 .date {
    padding: 4px 9px 5px 4px;
    text-align: right;
    font-style: italic;
    color: #c1cbd0;
}

/***
Users
***/
.user-info {
    margin-bottom: 10px !important;
}

.user-info img {
    float: left;
    margin-right: 5px;
}

.user-info .details {
    display: inline-block;
}

.user-info .label {
    font-weight: 300;
    font-size: 11px;
}

/***
Accordions
***/
.accordion-heading {
    background: #eee;
}

.accordion-heading a {
    text-decoration: none;
}

.accordion-heading a:hover {
    text-decoration: none;
}

/***
Vertical inline menu
***/
.ver-inline-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ver-inline-menu li {
    position: relative;
    margin-bottom: 1px;
}

.ver-inline-menu li i {
    width: 37px;
    height: 37px;
    display: inline-block;
    color: #b9cbd5;
    font-size: 15px;
    padding: 12px 10px 10px 8px;
    margin: 0 8px 0 0;
    text-align: center;
    background: #e0eaf0 !important;
}

.ver-inline-menu li a {
    font-size: 13px;
    color: #557386;
    display: block;
    background: #f0f6fa;
    border-left: solid 2px #c4d5df;
}

.ver-inline-menu li:hover a, .ver-inline-menu li:hover i {
    background: #e0eaf0;
    text-decoration: none;
}

.ver-inline-menu li:hover i {
    color: #fff;
    background: #c4d5df !important;
}

.ver-inline-menu li.active a, .ver-inline-menu li:hover a {
    font-size: 13px;
}

.ver-inline-menu li.active a {
    border-left: solid 2px #0c91e5;
}

.ver-inline-menu li.active a, .ver-inline-menu li.active i {
    color: #fff;
    background: #169ef4;
    text-decoration: none;
}

.ver-inline-menu li.active i {
    background: #0c91e5 !important;
}

.ver-inline-menu li.active:after {
    content: '';
    display: inline-block;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #169ef4;
    position: absolute;
    top: 12px;
    right: -5px;
}

/***
Custom tabs
***/
.tabbable-custom {
    margin-bottom: 15px;
    padding: 0px;
    overflow: hidden;
}

.tabbable-custom > .nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-custom > .tab-content {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px;
}

.tabbable-custom.nav-justified .tab-content {
    margin-top: -1px;
}

.tabs-below.tabbable-custom.nav-justified .tab-content {
    margin-top: 0px;
    margin-bottom: -2px;
}

.tabbable-custom.boxless > .tab-content {
    padding: 15px 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.tabbable-custom .nav-tabs > li {
    margin-right: 2px;
    border-top: 2px solid transparent;
}

.tabbable-custom .nav-tabs > li > a {
    margin-right: 0;
}

.tabbable-custom .nav-tabs > li > a:hover {
    background: none;
    border-color: transparent;
}

.tabbable-custom .nav-tabs > li.active {
    border-top: 3px solid #082B65;
    margin-top: 0;
    position: relative;
}

.tabbable-custom .nav-tabs > li.active > a {
    border-top: none;
    font-weight: 400;
}

.tabbable-custom .nav-tabs > li.active > a:hover {
    border-top: none;
    background: #fff;
    border-color: #d4d4d4 #d4d4d4 transparent;
}

.tabbable-custom .nav-tabs > li {
    margin-right: 2px;
    border-top: 2px solid transparent;
}

/* below tabs */
.tabs-below.tabbable-custom .nav-tabs > li > a {
    border-top: none;
    border-bottom: 2px solid transparent;
    margin-top: -1px;
}

.tabs-below.tabbable-custom .nav-tabs > li.active {
    border-top: none;
    border-bottom: 3px solid #d12610;
    margin-bottom: 0;
    position: relative;
}

.tabs-below.tabbable-custom .nav-tabs > li.active > a {
    border-bottom: none
}

.tabs-below.tabbable-custom .nav-tabs > li.active > a:hover {
    background: #fff;
    border-color: #d4d4d4 #d4d4d4 transparent;
}

/*full width tabs with bigger titles */
.tabbable-custom.tabbable-full-width > .tab-content {
    padding: 15px 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.tabbable-custom.tabbable-full-width .nav-tabs > li > a {
    color: #424242;
    font-size: 15px;
    padding: 9px 15px;
}

/***
Custom portlet tabs
***/
.portlet-tabs > .nav-tabs {
    position: relative;
    top: -41px;
    margin-right: 10px;
    overflow: hidden;
}

.portlet-tabs > .nav-tabs > li {
    float: right;
}

.portlet-tabs > .nav-tabs {
    border-bottom: none;
}

.portlet-tabs > .nav-tabs > li > a {
    color: #fff;
    padding-top: 8px;
    padding-bottom: 10px;
    line-height: 16px;
    margin-top: 6px;
    margin-left: 0px;
    margin-right: 0px;
    border-left: 0;
    border-right: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.portlet-tabs > .nav-tabs > li:last-child > a {
    border-right: 0;
}

.portlet-tabs > .nav-tabs > li {
    margin-left: 1px;
}

.portlet-tabs > .nav-tabs > li.active {
    color: #333;
    border-top-color: transparent;
}

.portlet-tabs > .nav-tabs > li.active > a {
    margin-bottom: 0px;
    border-bottom: 0;
    margin-left: 0px;
    margin-right: 0px;
    border-left: 0;
    border-right: 0;
    background-color: none !important;
    border-top-color: transparent !important;
}

.portlet-tabs > .nav-tabs > li > a:hover {
    color: #333;
    margin-bottom: 0;
    border-bottom-color: transparent;
    margin-left: 0;
    margin-right: 0;
    border-left: 0;
    border-right: 0;
    background-color: none !important;
    border-top-color: transparent;
    background-color: #fff;
}

.portlet-tabs > .nav-tabs > .active > a {
    color: #555555;
    cursor: default;
    background-color: #fff;
}

.portlet-tabs > .nav-tabs > .active > a:hover {
    background-color: #fff !important;
}

.portlet-tabs > .tab-content {
    padding: 10px !important;
    margin: 0px;
    margin-top: -50px !important;
}

.portlet.tabbable .portlet-body {
    padding: 0px;
}

.tab-pane > p:last-child {
    margin-bottom: 0px;
}

/***
Dashboard container
***/
#dashboard {
    overflow: hidden;
}

/***
Dashboard stats
***/
.dashboard-stat {
    margin-bottom: 25px;
}

.dashboard-stat:before, .dashboard-stat:after {
    display: table;
    line-height: 0;
    content: "";
}

.dashboard-stat:after {
    clear: both;
}

.dashboard-stat .visual {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.dashboard-stat .visual i {
    font-size: 65px;
    line-height: 65px;
    color: #fff;
}

@media ( min-width: 992px) and (max-width: 1024px) {
    .dashboard-stat .visual i {
        font-size: 28px;
        line-height: 28px;
    }
}

.dashboard-stat .details {
    position: absolute;
    right: 15px;
    padding-right: 10px;
}

.dashboard-stat .details .number {
    padding-top: 15px;
    text-align: right;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: -1px;
    margin-bottom: 5px;
    font-weight: 300;
    color: #fff;
}

.dashboard-stat .details .desc {
    text-align: right;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 300;
    color: #fff;
}

.dashboard-stat .more {
    clear: both;
    display: block;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.dashboard-stat .more:hover {
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.dashboard-stat .more > i {
    display: inline-block;
    margin-top: 1px;
    float: right;
}

.dashboard-stat.blue {
    background-color: #27a9e3;
}

.dashboard-stat.blue .more {
    background-color: #208dbe;
}

.dashboard-stat.green {
    background-color: #28b779;
}

.dashboard-stat.green .more {
    background-color: #10a062;
}

.dashboard-stat.red {
    background-color: #e7191b;
}

.dashboard-stat.red .more {
    background-color: #bc0d0e;
}

.dashboard-stat.yellow {
    background-color: #ffb848;
}

.dashboard-stat.yellow .more {
    background-color: #cb871b;
}

.dashboard-stat.purple {
    background-color: #852b99;
}

.dashboard-stat.purple .more {
    background-color: #6e1881;
}

/***
Tiles(new in v1.1.1)
***/
.tiles {
    margin-right: -10px;
}

.tile {
    display: block;
    letter-spacing: 0.02em;
    float: left;
    height: 135px;
    width: 135px !important;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 20px;
    font-smooth: always;
    overflow: hidden;
    border: 4px solid transparent;
    margin: 0 10px 10px 0;
}

.tile:after, .tile:before {
    content: "";
    float: left;
}

.tile.double {
    width: 280px !important;
}

.tile.double-down {
    height: 280px !important;
}

.tile:active, .tile.selected {
    border-color: #ccc !important;
}

.tile:hover {
    border-color: #aaa !important;
}

.tile.selected .corner:after {
    content: "";
    display: inline-block;
    border-left: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #ccc;
    position: absolute;
    top: -3px;
    right: -3px;
}

.tile.selected .check:after {
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    content: "\f00c";
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 2px;
}

.tile * {
    color: #ffffff;
}

.tile .tile-body {
    height: 100%;
    vertical-align: top;
    padding: 10px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    font-smooth: always;
    color: #000000;
    color: #ffffff;
    margin-bottom: 10px;
}

.tile .tile-body img {
    float: left;
    margin-right: 10px;
}

.tile .tile-body img.pull-right {
    float: right !important;
    margin-left: 10px;
    margin-right: 0px;
}

.tile .tile-body .content {
    display: inline-block;
}

.tile .tile-body > i {
    margin-top: 17px;
    display: block;
    font-size: 56px;
    line-height: 56px;
    text-align: center;
}

.tile.double-down i {
    margin-top: 95px;
}

.tile .tile-body h1, .tile .tile-body h2, .tile .tile-body h3, .tile .tile-body h4,
.tile .tile-body h5, .tile .tile-body h6, .tile .tile-body p {
    padding: 0;
    margin: 0;
    line-height: 14px;
}

.tile .tile-body h3, .tile .tile-body h4 {
    margin-bottom: 5px;
}

.tile .tile-body h1:hover, .tile .tile-body h2:hover, .tile .tile-body h3:hover,
.tile .tile-body h4:hover, .tile .tile-body h5:hover, .tile .tile-body h6:hover,
.tile .tile-body p:hover {
    color: #ffffff;
}

.tile .tile-body p {
    font-weight: 400;
    font-size: 13px;
    font-smooth: always;
    color: #000000;
    color: #ffffff;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tile .tile-body p:hover {
    color: rgba(0, 0, 0, 0.8);
}

.tile .tile-body p:active {
    color: rgba(0, 0, 0, 0.4);
}

.tile .tile-body p:hover {
    color: #ffffff;
}

.tile.icon > .tile-body {
    padding: 0;
}

.tile .tile-object {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 30px;
    background-color: transparent;
    *zoom: 1;
}

.tile .tile-object:before, .tile .tile-object:after {
    display: table;
    content: "";
}

.tile .tile-object:after {
    clear: both;
}

.tile .tile-object > .name {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 15px;
    font-weight: 400;
    font-size: 13px;
    font-smooth: always;
    color: #ffffff;
}

.tile .tile-object > .name > i {
    vertical-align: middle;
    display: block;
    font-size: 24px;
    height: 18px;
    width: 24px;
}

.tile .tile-object > .number {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 14px;
    font-smooth: always;
    margin-bottom: 8px;
    margin-right: 10px;
}

.tile.image {
    border-color1: transparent !important;
}

.tile.image > .tile-body {
    padding: 0 !important;
}

.tile.image > .tile-body > img {
    width: 100%;
    height: auto;
    min-height: 100%;
    max-width: 100%;
}

.tile.image .tile-body h3 {
    display: inline-block;
}

/***
Theme Panel
***/
.theme-panel {
    width: 320px;
    margin-top: -20px;
    margin-right: 1px;
    z-index: 999;
    float: right;
    position: relative;
}

.theme-panel > .toggler {
    top: 4px;
    right: 0;
    padding: 20px;
    cursor: pointer;
    position: absolute;
    background: #c9c9c9 url(../img/icon-color.png) center no-repeat;
}

.theme-panel > .toggler:hover {
    background-color: #3d3d3d !important;
}

.theme-panel > .toggler-close {
    display: none;
    top: 4px;
    right: 0;
    padding: 20px;
    cursor: pointer;
    position: absolute;
    background: #3d3d3d url(../img/icon-color-close.png) center no-repeat !important;
}

.theme-panel > .toggler-close:hover {
    background-color: #222 !important;
}

.theme-panel > .theme-options {
    top: 4px;
    right: 40px;
    display: none;
    position: absolute;
    background: #3d3d3d;
}

.theme-panel > .theme-options > .theme-option {
    color: #cfcfcf;
    padding: 15px;
    border-top: 1px solid #585858;
    margin-top: 0px;
    margin-bottom: 0px;
}

.theme-panel > .theme-options > .theme-option.theme-colors {
    border-top: 0;
}

.theme-panel > .theme-options > .theme-option > span {
    text-transform: uppercase;
    display: inline-block;
    width: 85px;
    font-size: 14px;
}

.theme-panel > .theme-options > .theme-option.theme-colors > span {
    display: block;
    width: auto;
}

.theme-panel > .theme-options > .theme-option > select.form-control {
    display: inline;
    width: 100px;
    text-transform: lowercase;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul {
    list-style: none;
    padding: 0;
    display: block;
    margin-bottom: 1px !important;
    margin-top: 10px;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li {
    width: 30px;
    height: 30px;
    margin: 0 4px;
    cursor: pointer;
    list-style: none;
    float: left;
    border: solid 1px #707070;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li:first-child {
    margin-left: 0;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li:hover,
.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.current {
    border: solid 2px #ebebeb;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-black {
    background: #333438;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-grey {
    background: #6d6d6d;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-blue {
    background: #124f94;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-brown {
    background: #623f18;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-purple {
    background: #701584;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-white {
    background: #fff;
}

/***
Top bar menu
***/

/* enable arrow for dropdown menu */
.header .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.header .nav > li > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block !important;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

/***
Horezantal Menu(new in v1.2)
***/
.header .hor-menu {
    margin: 0;
    float: left;
}

.header .hor-menu ul.nav li a {
    font-size: 14px;
    padding: 11px 18px;
}

.header .hor-menu ul.nav li {
    position: relative;
}

.header .hor-menu ul.nav li.active > a, .header .hor-menu ul.nav li.active > a:hover {
    background: #e02222 !important;
}

.header .hor-menu ul.nav li.active .selected {
    left: 50%;
    bottom: 0;
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #e02222;
    display: inline-block;
    margin: 0;
    width: 0px;
    height: 0px;
    margin-left: -7px;
    margin-bottom: -6px;
}

.header .hor-menu ul.nav li a:hover, .header .hor-menu ul.nav li a:focus {
    background: #2d2d2d;
}

/*drop-down*/
.header .hor-menu .dropdown-menu {
    margin-top: 0;
    border: none;
    box-shadow: none;
    background: #2d2d2d;
}

.header .hor-menu .dropdown-menu li > a {
    color: #999;
    padding: 7px 18px !important;
    margin-bottom: 1px;
}

.header .hor-menu .dropdown-menu .arrow {
    display: none;
}

.header .hor-menu .dropdown-menu li > a:hover, .header .hor-menu .dropdown-menu li:hover > a,
.header .hor-menu .dropdown-menu li.active > a {
    color: #fff;
    filter: none !important;
    background: #e02222 !important;
}

.header .hor-menu .nav > li > .dropdown-menu:after, .header .hor-menu .nav > li > .dropdown-menu:before {
    border-bottom: none !important;
}

/*search*/
.header .hor-menu .hor-menu-search-form-toggler {
    display: inline-block;
    padding: 12px 22px 12px 22px !important;
    cursor: pointer;
    background: url(../img/hor-menu-search.png) no-repeat center;
}

.header .hor-menu .hor-menu-search-form-toggler:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.header .hor-menu .hor-menu-search-form-toggler.off {
    background: #101010 url(../img/hor-menu-search-close.png) no-repeat center;
}

.header .hor-menu a.hor-menu-search-form-toggler-close {
    display: none;
}

.header .hor-menu .search-form {
    top: 42px;
    right: 0px;
    padding: 8px;
    display: none;
    z-index: 999;
    position: absolute;
    background: #101010;
}

.header .hor-menu .search-form .btn {
    color: #999;
    padding: 7px 20px;
    height: 32px;
    width: 10px;
    display: inline-block;
    background: #2d2d2d url(../img/search-icon.png) no-repeat center;
}

.header .hor-menu .search-form .btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.header .hor-menu .search-form form {
    margin-bottom: 0;
}

.header .hor-menu .search-form form input {
    background: none;
    width: 200px;
    color: #999;
    border: none;
}

.header .hor-menu .search-form form input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

.header .hor-menu .search-form form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.header .hor-menu .search-form form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.header .hor-menu .search-form form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}

/***
Top News Blocks(new in v1.2.2)
***/
.top-news {
    color: #fff;
    margin: 8px 0;
}

.top-news a, .top-news em, .top-news span {
    display: block;
    text-align: left;
}

.top-news a {
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
}

.top-news a .top-news-icon {
    right: 8px;
    bottom: 15px;
    opacity: 0.3;
    font-size: 35px;
    position: absolute;
    filter: alpha(opacity=30); /*For IE8*/
}

.top-news em {
    margin-bottom: 0;
    font-style: normal;
}

.top-news span {
    font-size: 18px;
    margin-bottom: 5px;
}

/***
Block Images(new in v1.2.2)
***/
.blog-images {
    margin-bottom: 0;
}

.blog-images li {
    padding: 0;
    margin: 0;
    display: inline;
}

.blog-images li a:hover {
    text-decoration: none;
}

.blog-images li img {
    width: 50px;
    height: 50px;
    opacity: 0.6;
    margin: 0 2px 8px;
}

.blog-images li img:hover {
    opacity: 1;
    box-shadow: 0 0 0 4px #72c02c;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

/*Sidebar Tags*/
ul.sidebar-tags a {
    color: #555;
    font-size: 12px;
    padding: 3px 5px;
    background: #f7f7f7;
    margin: 0 2px 5px 0;
    display: inline-block;
}

ul.sidebar-tags a:hover, ul.sidebar-tags a:hover i {
    background: #EEE;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.sidebar-tags a i {
    color: #777;
}

ul.sidebar-tags li {
    padding: 0;
}

/***
Social Icons(new in v1.2.2)
***/
.social-icons {
    padding: 0;
    margin: 0;
}

.social-icons:after, .social-icons:before {
    content: "";
    display: table;
}

.social-icons:after {
    clear: both;
}

.social-icons li {
    float: left;
    display: inline;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 5px;
    text-indent: -9999px;
}

.social-icons li a, a.social-icon {
    width: 28px;
    height: 28px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.social-icons li:hover a {
    background-position: 0 -38px;
}

.social-icons-color li a {
    opacity: 0.7;
    background-position: 0 -38px !important;
}

.social-icons-color li a:hover {
    opacity: 1;
}

.social-icons .amazon {
    background: url(../img/social/amazon.png) no-repeat;
}

.social-icons .behance {
    background: url(../img/social/behance.png) no-repeat;
}

.social-icons .blogger {
    background: url(../img/social/blogger.png) no-repeat;
}

.social-icons .deviantart {
    background: url(../img/social/deviantart.png) no-repeat;
}

.social-icons .dribbble {
    background: url(../img/social/dribbble.png) no-repeat;
}

.social-icons .dropbox {
    background: url(../img/social/dropbox.png) no-repeat;
}

.social-icons .evernote {
    background: url(../img/social/evernote.png) no-repeat;
}

.social-icons .facebook {
    background: url(../img/social/facebook.png) no-repeat;
}

.social-icons .forrst {
    background: url(../img/social/forrst.png) no-repeat;
}

.social-icons .github {
    background: url(../img/social/github.png) no-repeat;
}

.social-icons .googleplus {
    background: url(../img/social/googleplus.png) no-repeat;
}

.social-icons .jolicloud {
    background: url(../img/social/jolicloud.png) no-repeat;
}

.social-icons .last-fm {
    background: url(../img/social/last-fm.png) no-repeat;
}

.social-icons .linkedin {
    background: url(../img/social/linkedin.png) no-repeat;
}

.social-icons .picasa {
    background: url(../img/social/picasa.png) no-repeat;
}

.social-icons .pintrest {
    background: url(../img/social/pintrest.png) no-repeat;
}

.social-icons .rss {
    background: url(../img/social/rss.png) no-repeat;
}

.social-icons .skype {
    background: url(../img/social/skype.png) no-repeat;
}

.social-icons .spotify {
    background: url(../img/social/spotify.png) no-repeat;
}

.social-icons .stumbleupon {
    background: url(../img/social/stumbleupon.png) no-repeat;
}

.social-icons .tumblr {
    background: url(../img/social/tumblr.png) no-repeat;
}

.social-icons .twitter {
    background: url(../img/social/twitter.png) no-repeat;
}

.social-icons .vimeo {
    background: url(../img/social/vimeo.png) no-repeat;
}

.social-icons .wordpress {
    background: url(../img/social/wordpress.png) no-repeat;
}

.social-icons .xing {
    background: url(../img/social/xing.png) no-repeat;
}

.social-icons .yahoo {
    background: url(../img/social/yahoo.png) no-repeat;
}

.social-icons .youtube {
    background: url(../img/social/youtube.png) no-repeat;
}

.social-icons .vk {
    background: url(../img/social/vk.png) no-repeat;
}

.social-icons .instagram {
    background: url(../img/social/instagram.png) no-repeat;
}

.social-icons .reddit {
    background: url(../img/social/reddit.png) no-repeat;
}

/***
Inline Social Icons
***/
.social-icon {
    display: inline-block !important;
    width: 28px;
    height: 28px;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.social-icon.amazon {
    background: url(../img/social/amazon.png) no-repeat;
}

.social-icon.behance {
    background: url(../img/social/behance.png) no-repeat;
}

.social-icon.blogger {
    background: url(../img/social/blogger.png) no-repeat;
}

.social-icon.deviantart {
    background: url(../img/social/deviantart.png) no-repeat;
}

.social-icon.dribbble {
    background: url(../img/social/dribbble.png) no-repeat;
}

.social-icon.dropbox {
    background: url(../img/social/dropbox.png) no-repeat;
}

.social-icon.evernote {
    background: url(../img/social/evernote.png) no-repeat;
}

.social-icon.facebook {
    background: url(../img/social/facebook.png) no-repeat;
}

.social-icon.forrst {
    background: url(../img/social/forrst.png) no-repeat;
}

.social-icon.github {
    background: url(../img/social/github.png) no-repeat;
}

.social-icon.googleplus {
    background: url(../img/social/googleplus.png) no-repeat;
}

.social-icon.jolicloud {
    background: url(../img/social/jolicloud.png) no-repeat;
}

.social-icon.last-fm {
    background: url(../img/social/last-fm.png) no-repeat;
}

.social-icon.linkedin {
    background: url(../img/social/linkedin.png) no-repeat;
}

.social-icon.picasa {
    background: url(../img/social/picasa.png) no-repeat;
}

.social-icon.pintrest {
    background: url(../img/social/pintrest.png) no-repeat;
}

.social-icon.rss {
    background: url(../img/social/rss.png) no-repeat;
}

.social-icon.skype {
    background: url(../img/social/skype.png) no-repeat;
}

.social-icon.spotify {
    background: url(../img/social/spotify.png) no-repeat;
}

.social-icon.stumbleupon {
    background: url(../img/social/stumbleupon.png) no-repeat;
}

.social-icon.tumblr {
    background: url(../img/social/tumblr.png) no-repeat;
}

.social-icon.twitter {
    background: url(../img/social/twitter.png) no-repeat;
}

.social-icon.vimeo {
    background: url(../img/social/vimeo.png) no-repeat;
}

.social-icon.wordpress {
    background: url(../img/social/wordpress.png) no-repeat;
}

.social-icon.xing {
    background: url(../img/social/xing.png) no-repeat;
}

.social-icon.yahoo {
    background: url(../img/social/yahoo.png) no-repeat;
}

.social-icon.youtube {
    background: url(../img/social/youtube.png) no-repeat;
}

.social-icon.vk {
    background: url(../img/social/vk.png) no-repeat;
}

.social-icon.instagram {
    background: url(../img/social/instagram.png) no-repeat;
}

.social-icon.reddit {
    background: url(../img/social/reddit.png) no-repeat;
}

.social-icon:hover {
    background-position: 0 -38px;
}

.social-icon-color {
    opacity: 0.7;
    background-position: 0 -38px !important;
}

.social-icon-color:hover {
    opacity: 1;
}

/***
Notes
***/

/* Common styles for all types */
.note {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.note h1, .note h2, .note h3, .note h4 {
    margin-top: 0;
}

.note p:last-child {
    margin-bottom: 0;
}

.note code, .note .highlight {
    background-color: #fff;
}

/* Variations */
.note-danger {
    background-color: #FAEAE6;
    border-color: #ed4e2a;
}

.note-warning {
    background-color: #FCF3E1;
    border-color: #fcb322;
}

.note-info {
    background-color: #E8F6FC;
    border-color: #57b5e3;
}

.note-success {
    background-color: #EBFCEE;
    border-color: #3cc051;
}

/***
Demo Utils
***/
.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: 10px;
    overflow: auto;
}

.util-btn-margin-bottom-5 .btn {
    margin-bottom: 5px !important;
}

.util-btn-group-margin-bottom-5 .btn-group {
    margin-bottom: 5px !important;
}

.fontawesome-demo i {
    font-size: 18px;
}

.fontawesome-demo li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.glyphicons-demo ul {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}

.bs-glyphicons {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}

.glyphicons-demo ul li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    margin: 0 -1px -1px 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #ddd;
}

.glyphicons-demo .glyphicon {
    display: block;
    margin: 5px auto 10px;
    font-size: 24px;
}

.glyphicons-demo ul li:hover {
    background-color: rgba(86, 61, 124, .1);
}

@media ( min-width: 768px) {
    .glyphicons-demo ul li {
        width: 12.5%;
    }
}

/***
Forms
****/
input.placeholder, textarea.placeholder {
    color: #aaa !important;
}

.help-block {
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-inline input {
    margin-bottom: 0px !important;
}

.control-label {
    margin-top: 2px;
}

.form-control-static {
    font-size: 14px;
    padding-top: 7px;
}

.control-label .required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
}

.switch-wrapper {
    display: inline-block;
}

.form {
    padding: 0 !important;
}

.form-body {
    padding: 10px;
}

.form-actions {
    padding: 20px 10px;
    margin-top: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}

.form-actions.nobg {
    background-color: transparent;
}

.form-actions.top {
    margin-top: 0;
    margin-bottom: 20px;
    border-top: 0;
    border-bottom: 1px solid #e5e5e5;
}

.form-actions.fluid {
    padding: 20px 0;
}

.form-actions.fluid > [class^="col-"] {
    padding-left: 13px;
}

.form-actions:before, .form-actions:after {
    display: table;
    line-height: 0;
    content: "";
}

.form-actions:after {
    clear: both;
}

.form-section {
    margin: 30px 0px 25px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.form .form-section:first-child {
    /*margin-top: 5px;*/
}

.help-inline {
    font-size: 13px;
    color: #737373;
    display: inline-block;
    padding: 5px;
}

/* left, right aligned form actions */
.form-actions.right {
    padding-left: 0;
    padding-right: 10px;
    text-align: right;
}

.form-actions.left {
    padding-left: 10px;
    padding-right: 0;
    text-align: left;
}

/* Checkboxes */
.form-group .checkbox {
    padding-left: 0;
}

.checkbox-list > label {
    display: block;
}

.checkbox-list > label.checkbox-inline {
    display: inline-block;
}

.checkbox-list > label.checkbox-inline:first-child {
    padding-left: 0;
}

/* Radios */
.radio-list > label {
    display: block;
}

.radio-list > label.radio-inline {
    display: inline-block;
}

.radio-list > label.radio-inline:first-child {
    padding-left: 0;
}

.form-horizontal .radio-list .radio {
    padding-top: 1px;
}

/* Rows seperated form layout */
.form-row-seperated .form-group {
    margin: 0;
    border-bottom: 1px solid #efefef;
    padding: 10px 10px 10px 0px;
}

.form-row-seperated .form-group.last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.form-row-seperated .form-actions {
    margin-top: 0;
}

.form-row-seperated .form-body {
    padding: 0;
    margin-top: 0;
}

.form-row-seperated .help-block {
    margin-bottom: 0;
}

/* form bordered */
.form-bordered .form-body {
    margin: 0;
    padding: 0;
}

.form-bordered .form-actions {
    margin-top: 0;
}

.form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #efefef;
}

.form-bordered .form-group.last {
    border-bottom: 0;
}

.form-bordered .help-block {
    margin-bottom: 0;
}

.form-bordered .control-label {
    padding-top: 16px;
}

.form-bordered .form-group > div {
    padding: 10px;
    border-left: 1px solid #efefef;
}

.form-bordered .form-actions.fluid > .row > div {
    padding-left: 10px;
}

.form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(even) {
    background-color: #fcfcfc;
}

.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
    background-color: #fcfcfc;
}

.form-horizontal.form-bordered.form-row-stripped .form-control {
    background: #fff !important;
}

.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) > div {
    background-color: #ffffff;
}

/***
Bordered form layout
***/
.form-bordered .form-control {
    margin: 0;
}

.form-control.number {
    display: inline-block;
    width: 45px;
}

/***
Disabled Menu Link
***/
.disabled-link > a > span.text, .disabled-link > a > span.title {
    font-style: italic !important;
    color: #888 !important;
}

.disabled-link > a:hover {
    cursor: not-allowed !important;
}

/***
Responsive & Scrollable Tables
***/
.table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    margin: 10px 0 !important;
}

.table-scrollable > .table {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 0;
    background-color: #fff;
}

.table-scrollable > .table > thead > tr > th, .table-scrollable > .table > tbody > tr > th,
.table-scrollable > .table > tfoot > tr > th, .table-scrollable > .table > thead > tr > td,
.table-scrollable > .table > tbody > tr > td, .table-scrollable > .table > tfoot > tr > td {
    white-space: nowrap;
}

.table-scrollable > .table-bordered {
    border: 0;
}

.table-scrollable > .table-bordered > thead > tr > th:first-child,
.table-scrollable > .table-bordered > tbody > tr > th:first-child,
.table-scrollable > .table-bordered > tfoot > tr > th:first-child,
.table-scrollable > .table-bordered > thead > tr > td:first-child,
.table-scrollable > .table-bordered > tbody > tr > td:first-child,
.table-scrollable > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.table-scrollable > .table-bordered > thead > tr > th:last-child,
.table-scrollable > .table-bordered > tbody > tr > th:last-child,
.table-scrollable > .table-bordered > tfoot > tr > th:last-child,
.table-scrollable > .table-bordered > thead > tr > td:last-child,
.table-scrollable > .table-bordered > tbody > tr > td:last-child,
.table-scrollable > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.table-scrollable > .table-bordered > thead > tr:last-child > th,
.table-scrollable > .table-bordered > tbody > tr:last-child > th,
.table-scrollable > .table-bordered > tfoot > tr:last-child > th,
.table-scrollable > .table-bordered > thead > tr:last-child > td,
.table-scrollable > .table-bordered > tbody > tr:last-child > td,
.table-scrollable > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
}

/***
Responsive Flip Scroll Tables
***/
.flip-scroll table {
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .flip-scroll .flip-content:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .flip-scroll * html .flip-content {
        zoom: 1;
    }

    .flip-scroll *:first-child + html .flip-content {
        zoom: 1;
    }

    .flip-scroll table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .flip-scroll th, .flip-scroll td {
        margin: 0;
        vertical-align: top;
    }

    .flip-scroll th {
        text-align: left;
        border: 0 !important;
        border-bottom: 1px solid #ddd !important;
        border-right: 1px solid #ddd !important;
        font-size: 13px !important;
        padding: 5px;
        width: auto !important;
    }

    .flip-scroll table {
        display: block;
        position: relative;
        width: 100%;
    }

    .flip-scroll thead {
        display: block;
        float: left;
    }

    .flip-scroll tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

    .flip-scroll thead tr {
        display: block;
        border: !important;
    }

    .flip-scroll th {
        display: block;
        text-align: right;
    }

    .flip-scroll tbody tr {
        display: inline-block;
        vertical-align: top;
        margin-left: -5px;
    }

    .flip-scroll td {
        display: block;
        min-height: 1.25em;
        text-align: left;
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important
    }

    .flip-scroll td:first-child {

    }

    /* sort out borders */
    .flip-scroll th {
        border-bottom: 0;
        border-left: 0;
    }

    .flip-scroll td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .flip-scroll tbody tr {
        border-left: 1px solid #ddd;
    }

    .flip-scroll th:last-child, .flip-scroll td:last-child {
        border-bottom: 1px solid #ddd;
    }
}

/**********
Blue Colors
***********/
/***
Blue Default
***/
/* Button */
.blue.btn {
    color: white;
    background-color: #4b77be;
    border-color: "";
}

.blue.btn:hover, .blue.btn:focus, .blue.btn:active, .blue.btn.active {
    color: white;
    background-color: #2e7af7;
}

.open .blue.btn.dropdown-toggle {
    color: white;
    background-color: #2e7af7;
}

.blue.btn:active, .blue.btn.active {
    background-image: none;
}

.open .blue.btn.dropdown-toggle {
    background-image: none;
}

.blue.btn.disabled, .blue.btn.disabled:hover, .blue.btn.disabled:focus,
.blue.btn.disabled:active, .blue.btn.disabled.active, .blue.btn[disabled],
.blue.btn[disabled]:hover, .blue.btn[disabled]:focus, .blue.btn[disabled]:active,
.blue.btn[disabled].active, fieldset[disabled] .blue.btn, fieldset[disabled] .blue.btn:hover,
fieldset[disabled] .blue.btn:focus, fieldset[disabled] .blue.btn:active,
fieldset[disabled] .blue.btn.active {
    background-color: #4b8df8;
}

.blue.btn .badge {
    color: #4b8df8;
    background-color: white;
}

/* Button Strip */
.btn.blue-stripe {
    border-left: 3px solid #4b8df8;
}

/* Portlet */
.portlet > .portlet-body.blue, .portlet.blue {
    background-color: #4b8df8;
}

.portlet.solid.blue > .portlet-title, .portlet.solid.blue > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.blue > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.blue {
    border: 1px solid #7cacfa;
    border-top: 0;
}

.portlet.box.blue > .portlet-title {
    background-color: #4b8df8;
}

.portlet.box.blue > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.blue > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #b7d1fc;
    color: #d0e1fd;
}

.portlet.box.blue > .portlet-title > .actions .btn-default:hover, .portlet.box.blue > .portlet-title > .actions .btn-default:focus,
.portlet.box.blue > .portlet-title > .actions .btn-default:active, .portlet.box.blue > .portlet-title > .actions .btn-default.active {
    border: 1px solid #e8f0fe;
    color: white;
}

/* Statistic Block */
.dashboard-stat.blue {
    background-color: #4b8df8;
}

.dashboard-stat.blue .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.blue .details .number {
    color: white;
}

.dashboard-stat.blue .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.blue .more {
    color: white;
    background-color: #3781f7;
}

/* General Element */
.bg-blue {
    border-color: #4b8df8 !important;
    background-image: none !important;
    background-color: #4b8df8 !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-blue {
    color: #4b8df8 !important;
}

/***
Blue Madison
***/
/* Button */
.blue-madison.btn {
    color: white;
    background-color: #578ebe;
    border-color: "";
}

.blue-madison.btn:hover, .blue-madison.btn:focus, .blue-madison.btn:active,
.blue-madison.btn.active {
    color: white;
    background-color: #457fb2;
}

.open .blue-madison.btn.dropdown-toggle {
    color: white;
    background-color: #457fb2;
}

.blue-madison.btn:active, .blue-madison.btn.active {
    background-image: none;
}

.open .blue-madison.btn.dropdown-toggle {
    background-image: none;
}

.blue-madison.btn.disabled, .blue-madison.btn.disabled:hover,
.blue-madison.btn.disabled:focus, .blue-madison.btn.disabled:active,
.blue-madison.btn.disabled.active, .blue-madison.btn[disabled],
.blue-madison.btn[disabled]:hover, .blue-madison.btn[disabled]:focus,
.blue-madison.btn[disabled]:active, .blue-madison.btn[disabled].active,
fieldset[disabled] .blue-madison.btn, fieldset[disabled] .blue-madison.btn:hover,
fieldset[disabled] .blue-madison.btn:focus, fieldset[disabled] .blue-madison.btn:active,
fieldset[disabled] .blue-madison.btn.active {
    background-color: #578ebe;
}

.blue-madison.btn .badge {
    color: #578ebe;
    background-color: white;
}

/* Button Strip */
.btn.blue-madison-stripe {
    border-left: 3px solid #578ebe;
}

/* Portlet */
.portlet > .portlet-body.blue-madison, .portlet.blue-madison {
    background-color: #578ebe;
}

.portlet.solid.blue-madison > .portlet-title, .portlet.solid.blue-madison > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.blue-madison > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.blue-madison {
    border: 1px solid #7ca7cc;
    border-top: 0;
}

.portlet.box.blue-madison > .portlet-title {
    background-color: #578ebe;
}

.portlet.box.blue-madison > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.blue-madison > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #a8c4dd;
    color: #bad1e4;
}

.portlet.box.blue-madison > .portlet-title > .actions .btn-default:hover,
.portlet.box.blue-madison > .portlet-title > .actions .btn-default:focus,
.portlet.box.blue-madison > .portlet-title > .actions .btn-default:active,
.portlet.box.blue-madison > .portlet-title > .actions .btn-default.active {
    border: 1px solid #cdddec;
    color: #dfeaf3;
}

/* Statistic Block */
.dashboard-stat.blue-madison {
    background-color: #578ebe;
}

.dashboard-stat.blue-madison .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.blue-madison .details .number {
    color: white;
}

.dashboard-stat.blue-madison .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.blue-madison .more {
    color: white;
    background-color: #4884b8;
}

/* General Element */
.bg-blue-madison {
    border-color: #578ebe !important;
    background-image: none !important;
    background-color: #578ebe !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-blue-madison {
    color: #578ebe !important;
}

/***
Blue Chambray
***/
/* Button */
.blue-chambray.btn {
    color: white;
    background-color: #2c3e50;
    border-color: "";
}

.blue-chambray.btn:hover, .blue-chambray.btn:focus, .blue-chambray.btn:active,
.blue-chambray.btn.active {
    color: white;
    background-color: #212f3c;
}

.open .blue-chambray.btn.dropdown-toggle {
    color: white;
    background-color: #212f3c;
}

.blue-chambray.btn:active, .blue-chambray.btn.active {
    background-image: none;
}

.open .blue-chambray.btn.dropdown-toggle {
    background-image: none;
}

.blue-chambray.btn.disabled, .blue-chambray.btn.disabled:hover,
.blue-chambray.btn.disabled:focus, .blue-chambray.btn.disabled:active,
.blue-chambray.btn.disabled.active, .blue-chambray.btn[disabled],
.blue-chambray.btn[disabled]:hover, .blue-chambray.btn[disabled]:focus,
.blue-chambray.btn[disabled]:active, .blue-chambray.btn[disabled].active,
fieldset[disabled] .blue-chambray.btn, fieldset[disabled] .blue-chambray.btn:hover,
fieldset[disabled] .blue-chambray.btn:focus, fieldset[disabled] .blue-chambray.btn:active,
fieldset[disabled] .blue-chambray.btn.active {
    background-color: #2c3e50;
}

.blue-chambray.btn .badge {
    color: #2c3e50;
    background-color: white;
}

/* Button Strip */
.btn.blue-chambray-stripe {
    border-left: 3px solid #2c3e50;
}

/* Portlet */
.portlet > .portlet-body.blue-chambray, .portlet.blue-chambray {
    background-color: #2c3e50;
}

.portlet.solid.blue-chambray > .portlet-title, .portlet.solid.blue-chambray > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.blue-chambray > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.blue-chambray {
    border: 1px solid #3e5771;
    border-top: 0;
}

.portlet.box.blue-chambray > .portlet-title {
    background-color: #2c3e50;
}

.portlet.box.blue-chambray > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.blue-chambray > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #547698;
    color: #5f83a7;
}

.portlet.box.blue-chambray > .portlet-title > .actions .btn-default:hover,
.portlet.box.blue-chambray > .portlet-title > .actions .btn-default:focus,
.portlet.box.blue-chambray > .portlet-title > .actions .btn-default:active,
.portlet.box.blue-chambray > .portlet-title > .actions .btn-default.active {
    border: 1px solid #6f90b0;
    color: #809cb9;
}

/* Statistic Block */
.dashboard-stat.blue-chambray {
    background-color: #2c3e50;
}

.dashboard-stat.blue-chambray .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.blue-chambray .details .number {
    color: white;
}

.dashboard-stat.blue-chambray .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.blue-chambray .more {
    color: white;
    background-color: #253443;
}

/* General Element */
.bg-blue-chambray {
    border-color: #2c3e50 !important;
    background-image: none !important;
    background-color: #2c3e50 !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-blue-chambray {
    color: #2c3e50 !important;
}

/***
Blue Ebonyclay
***/
/* Button */
.blue-ebonyclay.btn {
    color: white;
    background-color: #22313f;
    border-color: "";
}

.blue-ebonyclay.btn:hover, .blue-ebonyclay.btn:focus, .blue-ebonyclay.btn:active,
.blue-ebonyclay.btn.active {
    color: white;
    background-color: #17222b;
}

.open .blue-ebonyclay.btn.dropdown-toggle {
    color: white;
    background-color: #17222b;
}

.blue-ebonyclay.btn:active, .blue-ebonyclay.btn.active {
    background-image: none;
}

.open .blue-ebonyclay.btn.dropdown-toggle {
    background-image: none;
}

.blue-ebonyclay.btn.disabled, .blue-ebonyclay.btn.disabled:hover,
.blue-ebonyclay.btn.disabled:focus, .blue-ebonyclay.btn.disabled:active,
.blue-ebonyclay.btn.disabled.active, .blue-ebonyclay.btn[disabled],
.blue-ebonyclay.btn[disabled]:hover, .blue-ebonyclay.btn[disabled]:focus,
.blue-ebonyclay.btn[disabled]:active, .blue-ebonyclay.btn[disabled].active,
fieldset[disabled] .blue-ebonyclay.btn, fieldset[disabled] .blue-ebonyclay.btn:hover,
fieldset[disabled] .blue-ebonyclay.btn:focus, fieldset[disabled] .blue-ebonyclay.btn:active,
fieldset[disabled] .blue-ebonyclay.btn.active {
    background-color: #22313f;
}

.blue-ebonyclay.btn .badge {
    color: #22313f;
    background-color: white;
}

/* Button Strip */
.btn.blue-ebonyclay-stripe {
    border-left: 3px solid #22313f;
}

/* Portlet */
.portlet > .portlet-body.blue-ebonyclay, .portlet.blue-ebonyclay {
    background-color: #22313f;
}

.portlet.solid.blue-ebonyclay > .portlet-title, .portlet.solid.blue-ebonyclay > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.blue-ebonyclay > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.blue-ebonyclay {
    border: 1px solid #344b60;
    border-top: 0;
}

.portlet.box.blue-ebonyclay > .portlet-title {
    background-color: #22313f;
}

.portlet.box.blue-ebonyclay > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #496a88;
    color: #527798;
}

.portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default:hover,
.portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default:focus,
.portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default:active,
.portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default.active {
    border: 1px solid #5d83a7;
    color: #6d90b0;
}

/* Statistic Block */
.dashboard-stat.blue-ebonyclay {
    background-color: #22313f;
}

.dashboard-stat.blue-ebonyclay .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.blue-ebonyclay .details .number {
    color: white;
}

.dashboard-stat.blue-ebonyclay .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.blue-ebonyclay .more {
    color: white;
    background-color: #1b2732;
}

/* General Element */
.bg-blue-ebonyclay {
    border-color: #22313f !important;
    background-image: none !important;
    background-color: #22313f !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-blue-ebonyclay {
    color: #22313f !important;
}

/***
Blue Hoki
***/
/* Button */
.blue-hoki.btn {
    color: white;
    background-color: #67809f;
    border-color: "";
}

.blue-hoki.btn:hover, .blue-hoki.btn:focus, .blue-hoki.btn:active,
.blue-hoki.btn.active {
    color: white;
    background-color: #5a718e;
}

.open .blue-hoki.btn.dropdown-toggle {
    color: white;
    background-color: #5a718e;
}

.blue-hoki.btn:active, .blue-hoki.btn.active {
    background-image: none;
}

.open .blue-hoki.btn.dropdown-toggle {
    background-image: none;
}

.blue-hoki.btn.disabled, .blue-hoki.btn.disabled:hover, .blue-hoki.btn.disabled:focus,
.blue-hoki.btn.disabled:active, .blue-hoki.btn.disabled.active,
.blue-hoki.btn[disabled], .blue-hoki.btn[disabled]:hover, .blue-hoki.btn[disabled]:focus,
.blue-hoki.btn[disabled]:active, .blue-hoki.btn[disabled].active,
fieldset[disabled] .blue-hoki.btn, fieldset[disabled] .blue-hoki.btn:hover,
fieldset[disabled] .blue-hoki.btn:focus, fieldset[disabled] .blue-hoki.btn:active,
fieldset[disabled] .blue-hoki.btn.active {
    background-color: #67809f;
}

.blue-hoki.btn .badge {
    color: #67809f;
    background-color: white;
}

/* Button Strip */
.btn.blue-hoki-stripe {
    border-left: 3px solid #67809f;
}

/* Portlet */
.portlet > .portlet-body.blue-hoki, .portlet.blue-hoki {
    background-color: #67809f;
}

.portlet.solid.blue-hoki > .portlet-title, .portlet.solid.blue-hoki > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.blue-hoki > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.blue-hoki {
    border: 1px solid #869ab3;
    border-top: 0;
}

.portlet.box.blue-hoki > .portlet-title {
    background-color: #67809f;
}

.portlet.box.blue-hoki > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.blue-hoki > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #acb9ca;
    color: #bbc7d4;
}

.portlet.box.blue-hoki > .portlet-title > .actions .btn-default:hover,
.portlet.box.blue-hoki > .portlet-title > .actions .btn-default:focus,
.portlet.box.blue-hoki > .portlet-title > .actions .btn-default:active,
.portlet.box.blue-hoki > .portlet-title > .actions .btn-default.active {
    border: 1px solid #cbd4de;
    color: #dbe1e8;
}

/* Statistic Block */
.dashboard-stat.blue-hoki {
    background-color: #67809f;
}

.dashboard-stat.blue-hoki .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.blue-hoki .details .number {
    color: white;
}

.dashboard-stat.blue-hoki .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.blue-hoki .more {
    color: white;
    background-color: #5e7694;
}

/* General Element */
.bg-blue-hoki {
    border-color: #67809f !important;
    background-image: none !important;
    background-color: #67809f !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-blue-hoki {
    color: #67809f !important;
}

/***
Blue Stell
***/
/* Button */
.blue-steel.btn {
    color: white;
    background-color: #4b77be;
    border-color: "";
}

.blue-steel.btn:hover, .blue-steel.btn:focus, .blue-steel.btn:active,
.blue-steel.btn.active {
    color: white;
    background-color: #3e68ac;
}

.open .blue-steel.btn.dropdown-toggle {
    color: white;
    background-color: #3e68ac;
}

.blue-steel.btn:active, .blue-steel.btn.active {
    background-image: none;
}

.open .blue-steel.btn.dropdown-toggle {
    background-image: none;
}

.blue-steel.btn.disabled, .blue-steel.btn.disabled:hover, .blue-steel.btn.disabled:focus,
.blue-steel.btn.disabled:active, .blue-steel.btn.disabled.active,
.blue-steel.btn[disabled], .blue-steel.btn[disabled]:hover, .blue-steel.btn[disabled]:focus,
.blue-steel.btn[disabled]:active, .blue-steel.btn[disabled].active,
fieldset[disabled] .blue-steel.btn, fieldset[disabled] .blue-steel.btn:hover,
fieldset[disabled] .blue-steel.btn:focus, fieldset[disabled] .blue-steel.btn:active,
fieldset[disabled] .blue-steel.btn.active {
    background-color: #4b77be;
}

.blue-steel.btn .badge {
    color: #4b77be;
    background-color: white;
}

/* Button Strip */
.btn.blue-steel-stripe {
    border-left: 3px solid #4b77be;
}

/* Portlet */
.portlet > .portlet-body.blue-steel, .portlet.blue-steel {
    background-color: #4b77be;
}

.portlet.solid.blue-steel > .portlet-title, .portlet.solid.blue-steel > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.blue-steel > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.blue-steel {
    border: 1px solid #7093cc;
    border-top: 0;
}

.portlet.box.blue-steel > .portlet-title {
    background-color: #4b77be;
}

.portlet.box.blue-steel > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.blue-steel > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #9db5dc;
    color: #b0c3e3;
}

.portlet.box.blue-steel > .portlet-title > .actions .btn-default:hover,
.portlet.box.blue-steel > .portlet-title > .actions .btn-default:focus,
.portlet.box.blue-steel > .portlet-title > .actions .btn-default:active,
.portlet.box.blue-steel > .portlet-title > .actions .btn-default.active {
    border: 1px solid #c3d2e9;
    color: #d6e0f0;
}

/* Statistic Block */
.dashboard-stat.blue-steel {
    background-color: #4b77be;
}

.dashboard-stat.blue-steel .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.blue-steel .details .number {
    color: white;
}

.dashboard-stat.blue-steel .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.blue-steel .more {
    color: white;
    background-color: #416db4;
}

/* General Element */
.bg-blue-steel {
    border-color: #4b77be !important;
    background-image: none !important;
    background-color: #4b77be !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-blue-steel {
    color: #4b77be !important;
}

/***********
Green Colors
************/
/***
Green Default
***/
/* Button */
.green.btn {
    color: white;
    background-color: #35aa47;
    border-color: "";
}

.green.btn:hover, .green.btn:focus, .green.btn:active, .green.btn.active {
    color: white;
    background-color: #2e933d;
}

.open .green.btn.dropdown-toggle {
    color: white;
    background-color: #2e933d;
}

.green.btn:active, .green.btn.active {
    background-image: none;
}

.open .green.btn.dropdown-toggle {
    background-image: none;
}

.green.btn.disabled, .green.btn.disabled:hover, .green.btn.disabled:focus,
.green.btn.disabled:active, .green.btn.disabled.active, .green.btn[disabled],
.green.btn[disabled]:hover, .green.btn[disabled]:focus, .green.btn[disabled]:active,
.green.btn[disabled].active, fieldset[disabled] .green.btn, fieldset[disabled] .green.btn:hover,
fieldset[disabled] .green.btn:focus, fieldset[disabled] .green.btn:active,
fieldset[disabled] .green.btn.active {
    background-color: #35aa47;
}

.green.btn .badge {
    color: #35aa47;
    background-color: white;
}

/* Button Strip */
.btn.green-stripe {
    border-left: 3px solid #35aa47;
}

/* Portlet */
.portlet > .portlet-body.green, .portlet.green {
    background-color: #35aa47;
}

.portlet.solid.green > .portlet-title, .portlet.solid.green > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.green > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.green {
    border: 1px solid #4bc75e;
    border-top: 0;
}

.portlet.box.green > .portlet-title {
    background-color: #35aa47;
}

.portlet.box.green > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.green > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #7ad588;
    color: #8ddc99;
}

.portlet.box.green > .portlet-title > .actions .btn-default:hover, .portlet.box.green > .portlet-title > .actions .btn-default:focus,
.portlet.box.green > .portlet-title > .actions .btn-default:active,
.portlet.box.green > .portlet-title > .actions .btn-default.active {
    border: 1px solid #a1e2ab;
    color: #b4e8bc;
}

/* Statistic Block */
.dashboard-stat.green {
    background-color: #35aa47;
}

.dashboard-stat.green .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.green .details .number {
    color: white;
}

.dashboard-stat.green .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.green .more {
    color: white;
    background-color: #309a41;
}

/* General Element */
.bg-green {
    border-color: #35aa47 !important;
    background-image: none !important;
    background-color: #35aa47 !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-green {
    color: #35aa47 !important;
}

/***
Green Meadow
***/
/* Button */
.green-meadow.btn {
    color: white;
    background-color: #1bbc9b;
    border-color: "";
}

.green-meadow.btn:hover, .green-meadow.btn:focus, .green-meadow.btn:active,
.green-meadow.btn.active {
    color: white;
    background-color: #17a185;
}

.open .green-meadow.btn.dropdown-toggle {
    color: white;
    background-color: #17a185;
}

.green-meadow.btn:active, .green-meadow.btn.active {
    background-image: none;
}

.open .green-meadow.btn.dropdown-toggle {
    background-image: none;
}

.green-meadow.btn.disabled, .green-meadow.btn.disabled:hover,
.green-meadow.btn.disabled:focus, .green-meadow.btn.disabled:active,
.green-meadow.btn.disabled.active, .green-meadow.btn[disabled],
.green-meadow.btn[disabled]:hover, .green-meadow.btn[disabled]:focus,
.green-meadow.btn[disabled]:active, .green-meadow.btn[disabled].active,
fieldset[disabled] .green-meadow.btn, fieldset[disabled] .green-meadow.btn:hover,
fieldset[disabled] .green-meadow.btn:focus, fieldset[disabled] .green-meadow.btn:active,
fieldset[disabled] .green-meadow.btn.active {
    background-color: #1bbc9b;
}

.green-meadow.btn .badge {
    color: #1bbc9b;
    background-color: white;
}

/* Button Strip */
.btn.green-meadow-stripe {
    border-left: 3px solid #1bbc9b;
}

/* Portlet */
.portlet > .portlet-body.green-meadow, .portlet.green-meadow {
    background-color: #1bbc9b;
}

.portlet.solid.green-meadow > .portlet-title, .portlet.solid.green-meadow > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.green-meadow > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.green-meadow {
    border: 1px solid #2ae0bb;
    border-top: 0;
}

.portlet.box.green-meadow > .portlet-title {
    background-color: #1bbc9b;
}

.portlet.box.green-meadow > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.green-meadow > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #5fe8cc;
    color: #75ebd3;
}

.portlet.box.green-meadow > .portlet-title > .actions .btn-default:hover,
.portlet.box.green-meadow > .portlet-title > .actions .btn-default:focus,
.portlet.box.green-meadow > .portlet-title > .actions .btn-default:active,
.portlet.box.green-meadow > .portlet-title > .actions .btn-default.active {
    border: 1px solid #8ceeda;
    color: #a2f2e1;
}

/* Statistic Block */
.dashboard-stat.green-meadow {
    background-color: #1bbc9b;
}

.dashboard-stat.green-meadow .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.green-meadow .details .number {
    color: white;
}

.dashboard-stat.green-meadow .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.green-meadow .more {
    color: white;
    background-color: #18aa8c;
}

/* General Element */
.bg-green-meadow {
    border-color: #1bbc9b !important;
    background-image: none !important;
    background-color: #1bbc9b !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-green-meadow {
    color: #1bbc9b !important;
}

/***
Green Seagreen
***/
/* Button */
.green-seagreen.btn {
    color: white;
    background-color: #1ba39c;
    border-color: "";
}

.green-seagreen.btn:hover, .green-seagreen.btn:focus, .green-seagreen.btn:active,
.green-seagreen.btn.active {
    color: white;
    background-color: #178983;
}

.open .green-seagreen.btn.dropdown-toggle {
    color: white;
    background-color: #178983;
}

.green-seagreen.btn:active, .green-seagreen.btn.active {
    background-image: none;
}

.open .green-seagreen.btn.dropdown-toggle {
    background-image: none;
}

.green-seagreen.btn.disabled, .green-seagreen.btn.disabled:hover,
.green-seagreen.btn.disabled:focus, .green-seagreen.btn.disabled:active,
.green-seagreen.btn.disabled.active, .green-seagreen.btn[disabled],
.green-seagreen.btn[disabled]:hover, .green-seagreen.btn[disabled]:focus,
.green-seagreen.btn[disabled]:active, .green-seagreen.btn[disabled].active,
fieldset[disabled] .green-seagreen.btn, fieldset[disabled] .green-seagreen.btn:hover,
fieldset[disabled] .green-seagreen.btn:focus, fieldset[disabled] .green-seagreen.btn:active,
fieldset[disabled] .green-seagreen.btn.active {
    background-color: #1ba39c;
}

.green-seagreen.btn .badge {
    color: #1ba39c;
    background-color: white;
}

/* Button Strip */
.btn.green-seagreen-stripe {
    border-left: 3px solid #1ba39c;
}

/* Portlet */
.portlet > .portlet-body.green-seagreen, .portlet.green-seagreen {
    background-color: #1ba39c;
}

.portlet.solid.green-seagreen > .portlet-title, .portlet.solid.green-seagreen > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.green-seagreen > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.green-seagreen {
    border: 1px solid #22cfc6;
    border-top: 0;
}

.portlet.box.green-seagreen > .portlet-title {
    background-color: #1ba39c;
}

.portlet.box.green-seagreen > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.green-seagreen > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #4de1da;
    color: #63e5de;
}

.portlet.box.green-seagreen > .portlet-title > .actions .btn-default:hover,
.portlet.box.green-seagreen > .portlet-title > .actions .btn-default:focus,
.portlet.box.green-seagreen > .portlet-title > .actions .btn-default:active,
.portlet.box.green-seagreen > .portlet-title > .actions .btn-default.active {
    border: 1px solid #78e9e3;
    color: #8eece8;
}

/* Statistic Block */
.dashboard-stat.green-seagreen {
    background-color: #1ba39c;
}

.dashboard-stat.green-seagreen .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.green-seagreen .details .number {
    color: white;
}

.dashboard-stat.green-seagreen .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.green-seagreen .more {
    color: white;
    background-color: #18918b;
}

/* General Element */
.bg-green-seagreen {
    border-color: #1ba39c !important;
    background-image: none !important;
    background-color: #1ba39c !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-green-seagreen {
    color: #1ba39c !important;
}

/***
Green Turquoise
***/
/* Button */
.green-turquoise.btn {
    color: white;
    background-color: #36d7b7;
    border-color: "";
}

.green-turquoise.btn:hover, .green-turquoise.btn:focus, .green-turquoise.btn:active,
.green-turquoise.btn.active {
    color: white;
    background-color: #28c7a7;
}

.open .green-turquoise.btn.dropdown-toggle {
    color: white;
    background-color: #28c7a7;
}

.green-turquoise.btn:active, .green-turquoise.btn.active {
    background-image: none;
}

.open .green-turquoise.btn.dropdown-toggle {
    background-image: none;
}

.green-turquoise.btn.disabled, .green-turquoise.btn.disabled:hover,
.green-turquoise.btn.disabled:focus, .green-turquoise.btn.disabled:active,
.green-turquoise.btn.disabled.active, .green-turquoise.btn[disabled],
.green-turquoise.btn[disabled]:hover, .green-turquoise.btn[disabled]:focus,
.green-turquoise.btn[disabled]:active, .green-turquoise.btn[disabled].active,
fieldset[disabled] .green-turquoise.btn, fieldset[disabled] .green-turquoise.btn:hover,
fieldset[disabled] .green-turquoise.btn:focus, fieldset[disabled] .green-turquoise.btn:active,
fieldset[disabled] .green-turquoise.btn.active {
    background-color: #36d7b7;
}

.green-turquoise.btn .badge {
    color: #36d7b7;
    background-color: white;
}

/* Button Strip */
.btn.green-turquoise-stripe {
    border-left: 3px solid #36d7b7;
}

/* Portlet */
.portlet > .portlet-body.green-turquoise, .portlet.green-turquoise {
    background-color: #36d7b7;
}

.portlet.solid.green-turquoise > .portlet-title, .portlet.solid.green-turquoise > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.green-turquoise > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.green-turquoise {
    border: 1px solid #61dfc6;
    border-top: 0;
}

.portlet.box.green-turquoise > .portlet-title {
    background-color: #36d7b7;
}

.portlet.box.green-turquoise > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.green-turquoise > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #94ead9;
    color: #a9eee0;
}

.portlet.box.green-turquoise > .portlet-title > .actions .btn-default:hover,
.portlet.box.green-turquoise > .portlet-title > .actions .btn-default:focus,
.portlet.box.green-turquoise > .portlet-title > .actions .btn-default:active,
.portlet.box.green-turquoise > .portlet-title > .actions .btn-default.active {
    border: 1px solid #bef2e8;
    color: #d3f6ef;
}

/* Statistic Block */
.dashboard-stat.green-turquoise {
    background-color: #36d7b7;
}

.dashboard-stat.green-turquoise .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.green-turquoise .details .number {
    color: white;
}

.dashboard-stat.green-turquoise .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.green-turquoise .more {
    color: white;
    background-color: #29cfae;
}

/* General Element */
.bg-green-turquoise {
    border-color: #36d7b7 !important;
    background-image: none !important;
    background-color: #36d7b7 !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-green-turquoise {
    color: #36d7b7 !important;
}

/***
Green Haze
***/
/* Button */
.green-haze.btn {
    color: white;
    background-color: #44b6ae;
    border-color: "";
}

.green-haze.btn:hover, .green-haze.btn:focus, .green-haze.btn:active,
.green-haze.btn.active {
    color: white;
    background-color: #3ca099;
}

.open .green-haze.btn.dropdown-toggle {
    color: white;
    background-color: #3ca099;
}

.green-haze.btn:active, .green-haze.btn.active {
    background-image: none;
}

.open .green-haze.btn.dropdown-toggle {
    background-image: none;
}

.green-haze.btn.disabled, .green-haze.btn.disabled:hover, .green-haze.btn.disabled:focus,
.green-haze.btn.disabled:active, .green-haze.btn.disabled.active,
.green-haze.btn[disabled], .green-haze.btn[disabled]:hover, .green-haze.btn[disabled]:focus,
.green-haze.btn[disabled]:active, .green-haze.btn[disabled].active,
fieldset[disabled] .green-haze.btn, fieldset[disabled] .green-haze.btn:hover,
fieldset[disabled] .green-haze.btn:focus, fieldset[disabled] .green-haze.btn:active,
fieldset[disabled] .green-haze.btn.active {
    background-color: #44b6ae;
}

.green-haze.btn .badge {
    color: #44b6ae;
    background-color: white;
}

/* Button Strip */
.btn.green-haze-stripe {
    border-left: 3px solid #44b6ae;
}

/* Portlet */
.portlet > .portlet-body.green-haze, .portlet.green-haze {
    background-color: #44b6ae;
}

.portlet.solid.green-haze > .portlet-title, .portlet.solid.green-haze > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.green-haze > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.green-haze {
    border: 1px solid #67c6bf;
    border-top: 0;
}

.portlet.box.green-haze > .portlet-title {
    background-color: #44b6ae;
}

.portlet.box.green-haze > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.green-haze > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #93d7d2;
    color: #a6deda;
}

.portlet.box.green-haze > .portlet-title > .actions .btn-default:hover,
.portlet.box.green-haze > .portlet-title > .actions .btn-default:focus,
.portlet.box.green-haze > .portlet-title > .actions .btn-default:active,
.portlet.box.green-haze > .portlet-title > .actions .btn-default.active {
    border: 1px solid #b9e5e2;
    color: #cbece9;
}

/* Statistic Block */
.dashboard-stat.green-haze {
    background-color: #44b6ae;
}

.dashboard-stat.green-haze .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.green-haze .details .number {
    color: white;
}

.dashboard-stat.green-haze .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.green-haze .more {
    color: white;
    background-color: #3ea7a0;
}

/* General Element */
.bg-green-haze {
    border-color: #44b6ae !important;
    background-image: none !important;
    background-color: #44b6ae !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-green-haze {
    color: #44b6ae !important;
}

/***
Green Jungle
***/
/* Button */
.green-jungle.btn {
    color: white;
    background-color: #26c281;
    border-color: "";
}

.green-jungle.btn:hover, .green-jungle.btn:focus, .green-jungle.btn:active,
.green-jungle.btn.active {
    color: white;
    background-color: #21a870;
}

.open .green-jungle.btn.dropdown-toggle {
    color: white;
    background-color: #21a870;
}

.green-jungle.btn:active, .green-jungle.btn.active {
    background-image: none;
}

.open .green-jungle.btn.dropdown-toggle {
    background-image: none;
}

.green-jungle.btn.disabled, .green-jungle.btn.disabled:hover,
.green-jungle.btn.disabled:focus, .green-jungle.btn.disabled:active,
.green-jungle.btn.disabled.active, .green-jungle.btn[disabled],
.green-jungle.btn[disabled]:hover, .green-jungle.btn[disabled]:focus,
.green-jungle.btn[disabled]:active, .green-jungle.btn[disabled].active,
fieldset[disabled] .green-jungle.btn, fieldset[disabled] .green-jungle.btn:hover,
fieldset[disabled] .green-jungle.btn:focus, fieldset[disabled] .green-jungle.btn:active,
fieldset[disabled] .green-jungle.btn.active {
    background-color: #26c281;
}

.green-jungle.btn .badge {
    color: #26c281;
    background-color: white;
}

/* Button Strip */
.btn.green-jungle-stripe {
    border-left: 3px solid #26c281;
}

/* Portlet */
.portlet > .portlet-body.green-jungle, .portlet.green-jungle {
    background-color: #26c281;
}

.portlet.solid.green-jungle > .portlet-title, .portlet.solid.green-jungle > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.green-jungle > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.green-jungle {
    border: 1px solid #41da9a;
    border-top: 0;
}

.portlet.box.green-jungle > .portlet-title {
    background-color: #26c281;
}

.portlet.box.green-jungle > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.green-jungle > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #74e4b5;
    color: #8ae8c1;
}

.portlet.box.green-jungle > .portlet-title > .actions .btn-default:hover,
.portlet.box.green-jungle > .portlet-title > .actions .btn-default:focus,
.portlet.box.green-jungle > .portlet-title > .actions .btn-default:active,
.portlet.box.green-jungle > .portlet-title > .actions .btn-default.active {
    border: 1px solid #9feccc;
    color: #b4f0d7;
}

/* Statistic Block */
.dashboard-stat.green-jungle {
    background-color: #26c281;
}

.dashboard-stat.green-jungle .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.green-jungle .details .number {
    color: white;
}

.dashboard-stat.green-jungle .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.green-jungle .more {
    color: white;
    background-color: #23b176;
}

/* General Element */
.bg-green-jungle {
    border-color: #26c281 !important;
    background-image: none !important;
    background-color: #26c281 !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-green-jungle {
    color: #26c281 !important;
}

/***********
Grey Colors
************/
/***
Grey Default
***/
/* Button */
.grey.btn {
    color: #333333;
    background-color: #e5e5e5;
    border-color: "";
}

.grey.btn:hover, .grey.btn:focus, .grey.btn:active, .grey.btn.active {
    color: #333333;
    background-color: #d6d6d6;
}

.open .grey.btn.dropdown-toggle {
    color: #333333;
    background-color: #d6d6d6;
}

.grey.btn:active, .grey.btn.active {
    background-image: none;
}

.open .grey.btn.dropdown-toggle {
    background-image: none;
}

.grey.btn.disabled, .grey.btn.disabled:hover, .grey.btn.disabled:focus,
.grey.btn.disabled:active, .grey.btn.disabled.active, .grey.btn[disabled],
.grey.btn[disabled]:hover, .grey.btn[disabled]:focus, .grey.btn[disabled]:active,
.grey.btn[disabled].active, fieldset[disabled] .grey.btn, fieldset[disabled] .grey.btn:hover,
fieldset[disabled] .grey.btn:focus, fieldset[disabled] .grey.btn:active,
fieldset[disabled] .grey.btn.active {
    background-color: #e5e5e5;
}

.grey.btn .badge {
    color: #e5e5e5;
    background-color: #333333;
}

/* Button Strip */
.btn.grey-stripe {
    border-left: 3px solid #e5e5e5;
}

/* Portlet */
.portlet > .portlet-body.grey, .portlet.grey {
    background-color: #e5e5e5;
}

.portlet.solid.grey > .portlet-title, .portlet.solid.grey > .portlet-body {
    border: 0;
    color: #333333;
}

.portlet.solid.grey > .portlet-title > .caption > i {
    color: #333333;
}

.portlet.box.grey {
    border: 1px solid white;
    border-top: 0;
}

.portlet.box.grey > .portlet-title {
    background-color: #e5e5e5;
}

.portlet.box.grey > .portlet-title > .caption > i {
    color: #333333;
}

.portlet.box.grey > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid white;
    color: white;
}

.portlet.box.grey > .portlet-title > .actions .btn-default:hover, .portlet.box.grey > .portlet-title > .actions .btn-default:focus,
.portlet.box.grey > .portlet-title > .actions .btn-default:active, .portlet.box.grey > .portlet-title > .actions .btn-default.active {
    border: 1px solid white;
    color: white;
}

/* Statistic Block */
.dashboard-stat.grey {
    background-color: #e5e5e5;
}

.dashboard-stat.grey .visual > i {
    color: #333333;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.grey .details .number {
    color: #333333;
}

.dashboard-stat.grey .details .desc {
    color: #333333;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.grey .more {
    color: #333333;
    background-color: #dbdbdb;
}

/* General Element */
.bg-grey {
    border-color: #e5e5e5 !important;
    background-image: none !important;
    background-color: #e5e5e5 !important;
    color: #333333 !important;
}

/* General Text & Icon Font Colors */
.font-grey {
    color: #e5e5e5 !important;
}

/***
Grey Steel
***/
/* Button */
.grey-steel.btn {
    color: #80898e;
    background-color: #e9edef;
    border-color: "";
}

.grey-steel.btn:hover, .grey-steel.btn:focus, .grey-steel.btn:active,
.grey-steel.btn.active {
    color: #80898e;
    background-color: #d7dfe2;
}

.open .grey-steel.btn.dropdown-toggle {
    color: #80898e;
    background-color: #d7dfe2;
}

.grey-steel.btn:active, .grey-steel.btn.active {
    background-image: none;
}

.open .grey-steel.btn.dropdown-toggle {
    background-image: none;
}

.grey-steel.btn.disabled, .grey-steel.btn.disabled:hover, .grey-steel.btn.disabled:focus,
.grey-steel.btn.disabled:active, .grey-steel.btn.disabled.active,
.grey-steel.btn[disabled], .grey-steel.btn[disabled]:hover, .grey-steel.btn[disabled]:focus,
.grey-steel.btn[disabled]:active, .grey-steel.btn[disabled].active,
fieldset[disabled] .grey-steel.btn, fieldset[disabled] .grey-steel.btn:hover,
fieldset[disabled] .grey-steel.btn:focus, fieldset[disabled] .grey-steel.btn:active,
fieldset[disabled] .grey-steel.btn.active {
    background-color: #e9edef;
}

.grey-steel.btn .badge {
    color: #e9edef;
    background-color: #80898e;
}

/* Button Strip */
.btn.grey-steel-stripe {
    border-left: 3px solid #e9edef;
}

/* Portlet */
.portlet > .portlet-body.grey-steel, .portlet.grey-steel {
    background-color: #e9edef;
}

.portlet.solid.grey-steel > .portlet-title, .portlet.solid.grey-steel > .portlet-body {
    border: 0;
    color: #80898e;
}

.portlet.solid.grey-steel > .portlet-title > .caption > i {
    color: #80898e;
}

.portlet.box.grey-steel {
    border: 1px solid white;
    border-top: 0;
}

.portlet.box.grey-steel > .portlet-title {
    background-color: #e9edef;
}

.portlet.box.grey-steel > .portlet-title > .caption > i {
    color: #80898e;
}

.portlet.box.grey-steel > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid white;
    color: white;
}

.portlet.box.grey-steel > .portlet-title > .actions .btn-default:hover,
.portlet.box.grey-steel > .portlet-title > .actions .btn-default:focus,
.portlet.box.grey-steel > .portlet-title > .actions .btn-default:active,
.portlet.box.grey-steel > .portlet-title > .actions .btn-default.active {
    border: 1px solid white;
    color: white;
}

/* Statistic Block */
.dashboard-stat.grey-steel {
    background-color: #e9edef;
}

.dashboard-stat.grey-steel .visual > i {
    color: #80898e;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.grey-steel .details .number {
    color: #80898e;
}

.dashboard-stat.grey-steel .details .desc {
    color: #80898e;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.grey-steel .more {
    color: #80898e;
    background-color: #dde3e6;
}

/* General Element */
.bg-grey-steel {
    border-color: #e9edef !important;
    background-image: none !important;
    background-color: #e9edef !important;
    color: #80898e !important;
}

/* General Text & Icon Font Colors */
.font-grey-steel {
    color: #e9edef !important;
}

/***
Grey Cararra
***/
/* Button */
.grey-cararra.btn {
    color: #333333;
    background-color: #fafafa;
    border-color: "";
}

.grey-cararra.btn:hover, .grey-cararra.btn:focus, .grey-cararra.btn:active,
.grey-cararra.btn.active {
    color: #333333;
    background-color: #ebebeb;
}

.open .grey-cararra.btn.dropdown-toggle {
    color: #333333;
    background-color: #ebebeb;
}

.grey-cararra.btn:active, .grey-cararra.btn.active {
    background-image: none;
}

.open .grey-cararra.btn.dropdown-toggle {
    background-image: none;
}

.grey-cararra.btn.disabled, .grey-cararra.btn.disabled:hover,
.grey-cararra.btn.disabled:focus, .grey-cararra.btn.disabled:active,
.grey-cararra.btn.disabled.active, .grey-cararra.btn[disabled],
.grey-cararra.btn[disabled]:hover, .grey-cararra.btn[disabled]:focus,
.grey-cararra.btn[disabled]:active, .grey-cararra.btn[disabled].active,
fieldset[disabled] .grey-cararra.btn, fieldset[disabled] .grey-cararra.btn:hover,
fieldset[disabled] .grey-cararra.btn:focus, fieldset[disabled] .grey-cararra.btn:active,
fieldset[disabled] .grey-cararra.btn.active {
    background-color: #fafafa;
}

.grey-cararra.btn .badge {
    color: #fafafa;
    background-color: #333333;
}

/* Button Strip */
.btn.grey-cararra-stripe {
    border-left: 3px solid #fafafa;
}

/* Portlet */
.portlet > .portlet-body.grey-cararra, .portlet.grey-cararra {
    background-color: #fafafa;
}

.portlet.solid.grey-cararra > .portlet-title, .portlet.solid.grey-cararra > .portlet-body {
    border: 0;
    color: #333333;
}

.portlet.solid.grey-cararra > .portlet-title > .caption > i {
    color: #333333;
}

.portlet.box.grey-cararra {
    border: 1px solid white;
    border-top: 0;
}

.portlet.box.grey-cararra > .portlet-title {
    background-color: #fafafa;
}

.portlet.box.grey-cararra > .portlet-title > .caption > i {
    color: #333333;
}

.portlet.box.grey-cararra > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid white;
    color: white;
}

.portlet.box.grey-cararra > .portlet-title > .actions .btn-default:hover,
.portlet.box.grey-cararra > .portlet-title > .actions .btn-default:focus,
.portlet.box.grey-cararra > .portlet-title > .actions .btn-default:active,
.portlet.box.grey-cararra > .portlet-title > .actions .btn-default.active {
    border: 1px solid white;
    color: white;
}

/* Statistic Block */
.dashboard-stat.grey-cararra {
    background-color: #fafafa;
}

.dashboard-stat.grey-cararra .visual > i {
    color: #333333;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.grey-cararra .details .number {
    color: #333333;
}

.dashboard-stat.grey-cararra .details .desc {
    color: #333333;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.grey-cararra .more {
    color: #333333;
    background-color: #f0f0f0;
}

/* General Element */
.bg-grey-cararra {
    border-color: #fafafa !important;
    background-image: none !important;
    background-color: #fafafa !important;
    color: #333333 !important;
}

/* General Text & Icon Font Colors */
.font-grey-cararra {
    color: #fafafa !important;
}

/***
Grey Gallery
***/
/* Button */
.grey-gallery.btn {
    color: #444444;
    background-color: #eeeeee;
    border-color: "";
}

.grey-gallery.btn:hover, .grey-gallery.btn:focus, .grey-gallery.btn:active,
.grey-gallery.btn.active {
    color: #444444;
    background-color: #dfdfdf;
}

.open .grey-gallery.btn.dropdown-toggle {
    color: #444444;
    background-color: #dfdfdf;
}

.grey-gallery.btn:active, .grey-gallery.btn.active {
    background-image: none;
}

.open .grey-gallery.btn.dropdown-toggle {
    background-image: none;
}

.grey-gallery.btn.disabled, .grey-gallery.btn.disabled:hover,
.grey-gallery.btn.disabled:focus, .grey-gallery.btn.disabled:active,
.grey-gallery.btn.disabled.active, .grey-gallery.btn[disabled],
.grey-gallery.btn[disabled]:hover, .grey-gallery.btn[disabled]:focus,
.grey-gallery.btn[disabled]:active, .grey-gallery.btn[disabled].active,
fieldset[disabled] .grey-gallery.btn, fieldset[disabled] .grey-gallery.btn:hover,
fieldset[disabled] .grey-gallery.btn:focus, fieldset[disabled] .grey-gallery.btn:active,
fieldset[disabled] .grey-gallery.btn.active {
    background-color: #eeeeee;
}

.grey-gallery.btn .badge {
    color: #eeeeee;
    background-color: #444444;
}

/* Button Strip */
.btn.grey-gallery-stripe {
    border-left: 3px solid #eeeeee;
}

/* Portlet */
.portlet > .portlet-body.grey-gallery, .portlet.grey-gallery {
    background-color: #eeeeee;
}

.portlet.solid.grey-gallery > .portlet-title, .portlet.solid.grey-gallery > .portlet-body {
    border: 0;
    color: #444444;
}

.portlet.solid.grey-gallery > .portlet-title > .caption > i {
    color: #444444;
}

.portlet.box.grey-gallery {
    border: 1px solid white;
    border-top: 0;
}

.portlet.box.grey-gallery > .portlet-title {
    background-color: #eeeeee;
}

.portlet.box.grey-gallery > .portlet-title > .caption > i {
    color: #444444;
}

.portlet.box.grey-gallery > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid white;
    color: white;
}

.portlet.box.grey-gallery > .portlet-title > .actions .btn-default:hover,
.portlet.box.grey-gallery > .portlet-title > .actions .btn-default:focus,
.portlet.box.grey-gallery > .portlet-title > .actions .btn-default:active,
.portlet.box.grey-gallery > .portlet-title > .actions .btn-default.active {
    border: 1px solid white;
    color: white;
}

/* Statistic Block */
.dashboard-stat.grey-gallery {
    background-color: #eeeeee;
}

.dashboard-stat.grey-gallery .visual > i {
    color: #444444;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.grey-gallery .details .number {
    color: #444444;
}

.dashboard-stat.grey-gallery .details .desc {
    color: #444444;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.grey-gallery .more {
    color: #444444;
    background-color: #e4e4e4;
}

/* General Element */
.bg-grey-gallery {
    border-color: #eeeeee !important;
    background-image: none !important;
    background-color: #eeeeee !important;
    color: #444444 !important;
}

/* General Text & Icon Font Colors */
.font-grey-gallery {
    color: #eeeeee !important;
}

/***
Grey Cascade
***/
/* Button */
.grey-cascade.btn {
    color: white;
    background-color: #95a5a6;
    border-color: "";
}

.grey-cascade.btn:hover, .grey-cascade.btn:focus, .grey-cascade.btn:active,
.grey-cascade.btn.active {
    color: white;
    background-color: #849798;
}

.open .grey-cascade.btn.dropdown-toggle {
    color: white;
    background-color: #849798;
}

.grey-cascade.btn:active, .grey-cascade.btn.active {
    background-image: none;
}

.open .grey-cascade.btn.dropdown-toggle {
    background-image: none;
}

.grey-cascade.btn.disabled, .grey-cascade.btn.disabled:hover,
.grey-cascade.btn.disabled:focus, .grey-cascade.btn.disabled:active,
.grey-cascade.btn.disabled.active, .grey-cascade.btn[disabled],
.grey-cascade.btn[disabled]:hover, .grey-cascade.btn[disabled]:focus,
.grey-cascade.btn[disabled]:active, .grey-cascade.btn[disabled].active,
fieldset[disabled] .grey-cascade.btn, fieldset[disabled] .grey-cascade.btn:hover,
fieldset[disabled] .grey-cascade.btn:focus, fieldset[disabled] .grey-cascade.btn:active,
fieldset[disabled] .grey-cascade.btn.active {
    background-color: #95a5a6;
}

.grey-cascade.btn .badge {
    color: #95a5a6;
    background-color: white;
}

/* Button Strip */
.btn.grey-cascade-stripe {
    border-left: 3px solid #95a5a6;
}

/* Portlet */
.portlet > .portlet-body.grey-cascade, .portlet.grey-cascade {
    background-color: #95a5a6;
}

.portlet.solid.grey-cascade > .portlet-title, .portlet.solid.grey-cascade > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.grey-cascade > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.grey-cascade {
    border: 1px solid #b1bdbd;
    border-top: 0;
}

.portlet.box.grey-cascade > .portlet-title {
    background-color: #95a5a6;
}

.portlet.box.grey-cascade > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.grey-cascade > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #d2d9d9;
    color: #e0e5e5;
}

.portlet.box.grey-cascade > .portlet-title > .actions .btn-default:hover,
.portlet.box.grey-cascade > .portlet-title > .actions .btn-default:focus,
.portlet.box.grey-cascade > .portlet-title > .actions .btn-default:active,
.portlet.box.grey-cascade > .portlet-title > .actions .btn-default.active {
    border: 1px solid #eef0f0;
    color: #fcfcfc;
}

/* Statistic Block */
.dashboard-stat.grey-cascade {
    background-color: #95a5a6;
}

.dashboard-stat.grey-cascade .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.grey-cascade .details .number {
    color: white;
}

.dashboard-stat.grey-cascade .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.grey-cascade .more {
    color: white;
    background-color: #8a9c9d;
}

/* General Element */
.bg-grey-cascade {
    border-color: #95a5a6 !important;
    background-image: none !important;
    background-color: #95a5a6 !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-grey-cascade {
    color: #95a5a6 !important;
}

/***
Grey Silver
***/
/* Button */
.grey-silver.btn {
    color: white;
    background-color: #bfbfbf;
    border-color: "";
}

.grey-silver.btn:hover, .grey-silver.btn:focus, .grey-silver.btn:active,
.grey-silver.btn.active {
    color: white;
    background-color: #b0b0b0;
}

.open .grey-silver.btn.dropdown-toggle {
    color: white;
    background-color: #b0b0b0;
}

.grey-silver.btn:active, .grey-silver.btn.active {
    background-image: none;
}

.open .grey-silver.btn.dropdown-toggle {
    background-image: none;
}

.grey-silver.btn.disabled, .grey-silver.btn.disabled:hover, .grey-silver.btn.disabled:focus,
.grey-silver.btn.disabled:active, .grey-silver.btn.disabled.active,
.grey-silver.btn[disabled], .grey-silver.btn[disabled]:hover,
.grey-silver.btn[disabled]:focus, .grey-silver.btn[disabled]:active,
.grey-silver.btn[disabled].active, fieldset[disabled] .grey-silver.btn,
fieldset[disabled] .grey-silver.btn:hover, fieldset[disabled] .grey-silver.btn:focus,
fieldset[disabled] .grey-silver.btn:active, fieldset[disabled] .grey-silver.btn.active {
    background-color: #bfbfbf;
}

.grey-silver.btn .badge {
    color: #bfbfbf;
    background-color: white;
}

/* Button Strip */
.btn.grey-silver-stripe {
    border-left: 3px solid #bfbfbf;
}

/* Portlet */
.portlet > .portlet-body.grey-silver, .portlet.grey-silver {
    background-color: #bfbfbf;
}

.portlet.solid.grey-silver > .portlet-title, .portlet.solid.grey-silver > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.grey-silver > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.grey-silver {
    border: 1px solid #d9d9d9;
    border-top: 0;
}

.portlet.box.grey-silver > .portlet-title {
    background-color: #bfbfbf;
}

.portlet.box.grey-silver > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.grey-silver > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #f7f7f7;
    color: white;
}

.portlet.box.grey-silver > .portlet-title > .actions .btn-default:hover,
.portlet.box.grey-silver > .portlet-title > .actions .btn-default:focus,
.portlet.box.grey-silver > .portlet-title > .actions .btn-default:active,
.portlet.box.grey-silver > .portlet-title > .actions .btn-default.active {
    border: 1px solid white;
    color: white;
}

/* Statistic Block */
.dashboard-stat.grey-silver {
    background-color: #bfbfbf;
}

.dashboard-stat.grey-silver .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.grey-silver .details .number {
    color: white;
}

.dashboard-stat.grey-silver .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.grey-silver .more {
    color: white;
    background-color: #b5b5b5;
}

/* General Element */
.bg-grey-silver {
    border-color: #bfbfbf !important;
    background-image: none !important;
    background-color: #bfbfbf !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-grey-silver {
    color: #bfbfbf !important;
}

/***********
Red Colors
************/
/***
Red Default
***/
/* Button */
.red.btn {
    color: white;
    background-color: #d84a38;
    border-color: "";
}

.red.btn:hover, .red.btn:focus, .red.btn:active, .red.btn.active {
    color: white;
    background-color: #ca3a28;
}

.open .red.btn.dropdown-toggle {
    color: white;
    background-color: #ca3a28;
}

.red.btn:active, .red.btn.active {
    background-image: none;
}

.open .red.btn.dropdown-toggle {
    background-image: none;
}

.red.btn.disabled, .red.btn.disabled:hover, .red.btn.disabled:focus,
.red.btn.disabled:active, .red.btn.disabled.active, .red.btn[disabled],
.red.btn[disabled]:hover, .red.btn[disabled]:focus, .red.btn[disabled]:active,
.red.btn[disabled].active, fieldset[disabled] .red.btn, fieldset[disabled] .red.btn:hover,
fieldset[disabled] .red.btn:focus, fieldset[disabled] .red.btn:active,
fieldset[disabled] .red.btn.active {
    background-color: #d84a38;
}

.red.btn .badge {
    color: #d84a38;
    background-color: white;
}

/* Button Strip */
.btn.red-stripe {
    border-left: 3px solid #d84a38;
}

/* Portlet */
.portlet > .portlet-body.red, .portlet.red {
    background-color: #d84a38;
}

.portlet.solid.red > .portlet-title, .portlet.solid.red > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.red > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.red {
    border: 1px solid #e07163;
    border-top: 0;
}

.portlet.box.red > .portlet-title {
    background-color: #d84a38;
}

.portlet.box.red > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.red > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #ea9f96;
    color: #efb3ab;
}

.portlet.box.red > .portlet-title > .actions .btn-default:hover, .portlet.box.red > .portlet-title > .actions .btn-default:focus,
.portlet.box.red > .portlet-title > .actions .btn-default:active, .portlet.box.red > .portlet-title > .actions .btn-default.active {
    border: 1px solid #f3c6c0;
    color: #f7dad6;
}

/* Statistic Block */
.dashboard-stat.red {
    background-color: #d84a38;
}

.dashboard-stat.red .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.red .details .number {
    color: white;
}

.dashboard-stat.red .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.red .more {
    color: white;
    background-color: #d23c29;
}

/* General Element */
.bg-red {
    border-color: #d84a38 !important;
    background-image: none !important;
    background-color: #d84a38 !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-red {
    color: #d84a38 !important;
}

/***
Red Pink
***/
/* Button */
.red-pink.btn {
    color: white;
    background-color: #e08283;
    border-color: "";
}

.red-pink.btn:hover, .red-pink.btn:focus, .red-pink.btn:active,
.red-pink.btn.active {
    color: white;
    background-color: #da696b;
}

.open .red-pink.btn.dropdown-toggle {
    color: white;
    background-color: #da696b;
}

.red-pink.btn:active, .red-pink.btn.active {
    background-image: none;
}

.open .red-pink.btn.dropdown-toggle {
    background-image: none;
}

.red-pink.btn.disabled, .red-pink.btn.disabled:hover, .red-pink.btn.disabled:focus,
.red-pink.btn.disabled:active, .red-pink.btn.disabled.active, .red-pink.btn[disabled],
.red-pink.btn[disabled]:hover, .red-pink.btn[disabled]:focus, .red-pink.btn[disabled]:active,
.red-pink.btn[disabled].active, fieldset[disabled] .red-pink.btn,
fieldset[disabled] .red-pink.btn:hover, fieldset[disabled] .red-pink.btn:focus,
fieldset[disabled] .red-pink.btn:active, fieldset[disabled] .red-pink.btn.active {
    background-color: #e08283;
}

.red-pink.btn .badge {
    color: #e08283;
    background-color: white;
}

/* Button Strip */
.btn.red-pink-stripe {
    border-left: 3px solid #e08283;
}

/* Portlet */
.portlet > .portlet-body.red-pink, .portlet.red-pink {
    background-color: #e08283;
}

.portlet.solid.red-pink > .portlet-title, .portlet.solid.red-pink > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.red-pink > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.red-pink {
    border: 1px solid #eaabac;
    border-top: 0;
}

.portlet.box.red-pink > .portlet-title {
    background-color: #e08283;
}

.portlet.box.red-pink > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.red-pink > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #f6dcdc;
    color: #fbf0f0;
}

.portlet.box.red-pink > .portlet-title > .actions .btn-default:hover,
.portlet.box.red-pink > .portlet-title > .actions .btn-default:focus,
.portlet.box.red-pink > .portlet-title > .actions .btn-default:active,
.portlet.box.red-pink > .portlet-title > .actions .btn-default.active {
    border: 1px solid white;
    color: white;
}

/* Statistic Block */
.dashboard-stat.red-pink {
    background-color: #e08283;
}

.dashboard-stat.red-pink .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.red-pink .details .number {
    color: white;
}

.dashboard-stat.red-pink .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.red-pink .more {
    color: white;
    background-color: #dc7273;
}

/* General Element */
.bg-red-pink {
    border-color: #e08283 !important;
    background-image: none !important;
    background-color: #e08283 !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-red-pink {
    color: #e08283 !important;
}

/***
Red Sunglo
***/
/* Button */
.red-sunglo.btn {
    color: white;
    background-color: #e26a6a;
    border-color: "";
}

.red-sunglo.btn:hover, .red-sunglo.btn:focus, .red-sunglo.btn:active,
.red-sunglo.btn.active {
    color: white;
    background-color: #dd5050;
}

.open .red-sunglo.btn.dropdown-toggle {
    color: white;
    background-color: #dd5050;
}

.red-sunglo.btn:active, .red-sunglo.btn.active {
    background-image: none;
}

.open .red-sunglo.btn.dropdown-toggle {
    background-image: none;
}

.red-sunglo.btn.disabled, .red-sunglo.btn.disabled:hover, .red-sunglo.btn.disabled:focus,
.red-sunglo.btn.disabled:active, .red-sunglo.btn.disabled.active,
.red-sunglo.btn[disabled], .red-sunglo.btn[disabled]:hover, .red-sunglo.btn[disabled]:focus,
.red-sunglo.btn[disabled]:active, .red-sunglo.btn[disabled].active,
fieldset[disabled] .red-sunglo.btn, fieldset[disabled] .red-sunglo.btn:hover,
fieldset[disabled] .red-sunglo.btn:focus, fieldset[disabled] .red-sunglo.btn:active,
fieldset[disabled] .red-sunglo.btn.active {
    background-color: #e26a6a;
}

.red-sunglo.btn .badge {
    color: #e26a6a;
    background-color: white;
}

/* Button Strip */
.btn.red-sunglo-stripe {
    border-left: 3px solid #e26a6a;
}

/* Portlet */
.portlet > .portlet-body.red-sunglo, .portlet.red-sunglo {
    background-color: #e26a6a;
}

.portlet.solid.red-sunglo > .portlet-title, .portlet.solid.red-sunglo > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.red-sunglo > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.red-sunglo {
    border: 1px solid #ea9595;
    border-top: 0;
}

.portlet.box.red-sunglo > .portlet-title {
    background-color: #e26a6a;
}

.portlet.box.red-sunglo > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.red-sunglo > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #f4c8c8;
    color: #f8dddd;
}

.portlet.box.red-sunglo > .portlet-title > .actions .btn-default:hover,
.portlet.box.red-sunglo > .portlet-title > .actions .btn-default:focus,
.portlet.box.red-sunglo > .portlet-title > .actions .btn-default:active,
.portlet.box.red-sunglo > .portlet-title > .actions .btn-default.active {
    border: 1px solid #fdf3f3;
    color: white;
}

/* Statistic Block */
.dashboard-stat.red-sunglo {
    background-color: #e26a6a;
}

.dashboard-stat.red-sunglo .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.red-sunglo .details .number {
    color: white;
}

.dashboard-stat.red-sunglo .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.red-sunglo .more {
    color: white;
    background-color: #df5959;
}

/* General Element */
.bg-red-sunglo {
    border-color: #e26a6a !important;
    background-image: none !important;
    background-color: #e26a6a !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-red-sunglo {
    color: #e26a6a !important;
}

/***
Red Intense
***/
/* Button */
.red-intense.btn {
    color: white;
    background-color: #e35b5a;
    border-color: "";
}

.red-intense.btn:hover, .red-intense.btn:focus, .red-intense.btn:active,
.red-intense.btn.active {
    color: white;
    background-color: #df4140;
}

.open .red-intense.btn.dropdown-toggle {
    color: white;
    background-color: #df4140;
}

.red-intense.btn:active, .red-intense.btn.active {
    background-image: none;
}

.open .red-intense.btn.dropdown-toggle {
    background-image: none;
}

.red-intense.btn.disabled, .red-intense.btn.disabled:hover, .red-intense.btn.disabled:focus,
.red-intense.btn.disabled:active, .red-intense.btn.disabled.active,
.red-intense.btn[disabled], .red-intense.btn[disabled]:hover,
.red-intense.btn[disabled]:focus, .red-intense.btn[disabled]:active,
.red-intense.btn[disabled].active, fieldset[disabled] .red-intense.btn,
fieldset[disabled] .red-intense.btn:hover, fieldset[disabled] .red-intense.btn:focus,
fieldset[disabled] .red-intense.btn:active, fieldset[disabled] .red-intense.btn.active {
    background-color: #e35b5a;
}

.red-intense.btn .badge {
    color: #e35b5a;
    background-color: white;
}

/* Button Strip */
.btn.red-intense-stripe {
    border-left: 3px solid #e35b5a;
}

/* Portlet */
.portlet > .portlet-body.red-intense, .portlet.red-intense {
    background-color: #e35b5a;
}

.portlet.solid.red-intense > .portlet-title, .portlet.solid.red-intense > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.red-intense > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.red-intense {
    border: 1px solid #ea8686;
    border-top: 0;
}

.portlet.box.red-intense > .portlet-title {
    background-color: #e35b5a;
}

.portlet.box.red-intense > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.red-intense > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #f3baba;
    color: #f7d0d0;
}

.portlet.box.red-intense > .portlet-title > .actions .btn-default:hover,
.portlet.box.red-intense > .portlet-title > .actions .btn-default:focus,
.portlet.box.red-intense > .portlet-title > .actions .btn-default:active,
.portlet.box.red-intense > .portlet-title > .actions .btn-default.active {
    border: 1px solid #fbe6e6;
    color: #fefbfb;
}

/* Statistic Block */
.dashboard-stat.red-intense {
    background-color: #e35b5a;
}

.dashboard-stat.red-intense .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.red-intense .details .number {
    color: white;
}

.dashboard-stat.red-intense .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.red-intense .more {
    color: white;
    background-color: #e04a49;
}

/* General Element */
.bg-red-intense {
    border-color: #e35b5a !important;
    background-image: none !important;
    background-color: #e35b5a !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-red-intense {
    color: #e35b5a !important;
}

/***
Red Thunderbird
***/
/* Button */
.red-thunderbird.btn {
    color: white;
    background-color: #d91e18;
    border-color: "";
}

.red-thunderbird.btn:hover, .red-thunderbird.btn:focus, .red-thunderbird.btn:active,
.red-thunderbird.btn.active {
    color: white;
    background-color: #bd1a15;
}

.open .red-thunderbird.btn.dropdown-toggle {
    color: white;
    background-color: #bd1a15;
}

.red-thunderbird.btn:active, .red-thunderbird.btn.active {
    background-image: none;
}

.open .red-thunderbird.btn.dropdown-toggle {
    background-image: none;
}

.red-thunderbird.btn.disabled, .red-thunderbird.btn.disabled:hover,
.red-thunderbird.btn.disabled:focus, .red-thunderbird.btn.disabled:active,
.red-thunderbird.btn.disabled.active, .red-thunderbird.btn[disabled],
.red-thunderbird.btn[disabled]:hover, .red-thunderbird.btn[disabled]:focus,
.red-thunderbird.btn[disabled]:active, .red-thunderbird.btn[disabled].active,
fieldset[disabled] .red-thunderbird.btn, fieldset[disabled] .red-thunderbird.btn:hover,
fieldset[disabled] .red-thunderbird.btn:focus, fieldset[disabled] .red-thunderbird.btn:active,
fieldset[disabled] .red-thunderbird.btn.active {
    background-color: #d91e18;
}

.red-thunderbird.btn .badge {
    color: #d91e18;
    background-color: white;
}

/* Button Strip */
.btn.red-thunderbird-stripe {
    border-left: 3px solid #d91e18;
}

/* Portlet */
.portlet > .portlet-body.red-thunderbird, .portlet.red-thunderbird {
    background-color: #d91e18;
}

.portlet.solid.red-thunderbird > .portlet-title, .portlet.solid.red-thunderbird > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.red-thunderbird > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.red-thunderbird {
    border: 1px solid #e9403b;
    border-top: 0;
}

.portlet.box.red-thunderbird > .portlet-title {
    background-color: #d91e18;
}

.portlet.box.red-thunderbird > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.red-thunderbird > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #ef7672;
    color: #f28c89;
}

.portlet.box.red-thunderbird > .portlet-title > .actions .btn-default:hover,
.portlet.box.red-thunderbird > .portlet-title > .actions .btn-default:focus,
.portlet.box.red-thunderbird > .portlet-title > .actions .btn-default:active,
.portlet.box.red-thunderbird > .portlet-title > .actions .btn-default.active {
    border: 1px solid #f4a2a0;
    color: #f7b9b7;
}

/* Statistic Block */
.dashboard-stat.red-thunderbird {
    background-color: #d91e18;
}

.dashboard-stat.red-thunderbird .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.red-thunderbird .details .number {
    color: white;
}

.dashboard-stat.red-thunderbird .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.red-thunderbird .more {
    color: white;
    background-color: #c71b16;
}

/* General Element */
.bg-red-thunderbird {
    border-color: #d91e18 !important;
    background-image: none !important;
    background-color: #d91e18 !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-red-thunderbird {
    color: #d91e18 !important;
}

/***
Red Flamingo
***/
/* Button */
.red-flamingo.btn {
    color: white;
    background-color: #ef4836;
    border-color: "";
}

.red-flamingo.btn:hover, .red-flamingo.btn:focus, .red-flamingo.btn:active,
.red-flamingo.btn.active {
    color: white;
    background-color: #ed2e1a;
}

.open .red-flamingo.btn.dropdown-toggle {
    color: white;
    background-color: #ed2e1a;
}

.red-flamingo.btn:active, .red-flamingo.btn.active {
    background-image: none;
}

.open .red-flamingo.btn.dropdown-toggle {
    background-image: none;
}

.red-flamingo.btn.disabled, .red-flamingo.btn.disabled:hover,
.red-flamingo.btn.disabled:focus, .red-flamingo.btn.disabled:active,
.red-flamingo.btn.disabled.active, .red-flamingo.btn[disabled],
.red-flamingo.btn[disabled]:hover, .red-flamingo.btn[disabled]:focus,
.red-flamingo.btn[disabled]:active, .red-flamingo.btn[disabled].active,
fieldset[disabled] .red-flamingo.btn, fieldset[disabled] .red-flamingo.btn:hover,
fieldset[disabled] .red-flamingo.btn:focus, fieldset[disabled] .red-flamingo.btn:active,
fieldset[disabled] .red-flamingo.btn.active {
    background-color: #ef4836;
}

.red-flamingo.btn .badge {
    color: #ef4836;
    background-color: white;
}

/* Button Strip */
.btn.red-flamingo-stripe {
    border-left: 3px solid #ef4836;
}

/* Portlet */
.portlet > .portlet-body.red-flamingo, .portlet.red-flamingo {
    background-color: #ef4836;
}

.portlet.solid.red-flamingo > .portlet-title, .portlet.solid.red-flamingo > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.red-flamingo > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.red-flamingo {
    border: 1px solid #f37365;
    border-top: 0;
}

.portlet.box.red-flamingo > .portlet-title {
    background-color: #ef4836;
}

.portlet.box.red-flamingo > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.red-flamingo > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #f7a79e;
    color: #f9bcb6;
}

.portlet.box.red-flamingo > .portlet-title > .actions .btn-default:hover,
.portlet.box.red-flamingo > .portlet-title > .actions .btn-default:focus,
.portlet.box.red-flamingo > .portlet-title > .actions .btn-default:active,
.portlet.box.red-flamingo > .portlet-title > .actions .btn-default.active {
    border: 1px solid #fbd2cd;
    color: #fde7e5;
}

/* Statistic Block */
.dashboard-stat.red-flamingo {
    background-color: #ef4836;
}

.dashboard-stat.red-flamingo .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.red-flamingo .details .number {
    color: white;
}

.dashboard-stat.red-flamingo .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.red-flamingo .more {
    color: white;
    background-color: #ed3723;
}

/* General Element */
.bg-red-flamingo {
    border-color: #ef4836 !important;
    background-image: none !important;
    background-color: #ef4836 !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-red-flamingo {
    color: #ef4836 !important;
}

/***********
Yellow Colors
************/
/***
Yellow Default
***/
/* Button */
.yellow.btn {
    color: white;
    background-color: #ffb848;
    border-color: "";
}

.yellow.btn:hover, .yellow.btn:focus, .yellow.btn:active, .yellow.btn.active {
    color: white;
    background-color: #ffac29;
}

.open .yellow.btn.dropdown-toggle {
    color: white;
    background-color: #ffac29;
}

.yellow.btn:active, .yellow.btn.active {
    background-image: none;
}

.open .yellow.btn.dropdown-toggle {
    background-image: none;
}

.yellow.btn.disabled, .yellow.btn.disabled:hover, .yellow.btn.disabled:focus,
.yellow.btn.disabled:active, .yellow.btn.disabled.active, .yellow.btn[disabled],
.yellow.btn[disabled]:hover, .yellow.btn[disabled]:focus, .yellow.btn[disabled]:active,
.yellow.btn[disabled].active, fieldset[disabled] .yellow.btn, fieldset[disabled] .yellow.btn:hover,
fieldset[disabled] .yellow.btn:focus, fieldset[disabled] .yellow.btn:active,
fieldset[disabled] .yellow.btn.active {
    background-color: #ffb848;
}

.yellow.btn .badge {
    color: #ffb848;
    background-color: white;
}

/* Button Strip */
.btn.yellow-stripe {
    border-left: 3px solid #ffb848;
}

/* Portlet */
.portlet > .portlet-body.yellow, .portlet.yellow {
    background-color: #ffb848;
}

.portlet.solid.yellow > .portlet-title, .portlet.solid.yellow > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.yellow > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.yellow {
    border: 1px solid #ffcc7b;
    border-top: 0;
}

.portlet.box.yellow > .portlet-title {
    background-color: #ffb848;
}

.portlet.box.yellow > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.yellow > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #ffe4b8;
    color: #ffedd2;
}

.portlet.box.yellow > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow > .portlet-title > .actions .btn-default:focus,
.portlet.box.yellow > .portlet-title > .actions .btn-default:active,
.portlet.box.yellow > .portlet-title > .actions .btn-default.active {
    border: 1px solid #fff7eb;
    color: white;
}

/* Statistic Block */
.dashboard-stat.yellow {
    background-color: #ffb848;
}

.dashboard-stat.yellow .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.yellow .details .number {
    color: white;
}

.dashboard-stat.yellow .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.yellow .more {
    color: white;
    background-color: #ffb034;
}

/* General Element */
.bg-yellow {
    border-color: #ffb848 !important;
    background-image: none !important;
    background-color: #ffb848 !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-yellow {
    color: #ffb848 !important;
}

/***
Yellow Gold
***/
/* Button */
.yellow-gold.btn {
    color: white;
    background-color: #e87e04;
    border-color: "";
}

.yellow-gold.btn:hover, .yellow-gold.btn:focus, .yellow-gold.btn:active,
.yellow-gold.btn.active {
    color: white;
    background-color: #ca6e03;
}

.open .yellow-gold.btn.dropdown-toggle {
    color: white;
    background-color: #ca6e03;
}

.yellow-gold.btn:active, .yellow-gold.btn.active {
    background-image: none;
}

.open .yellow-gold.btn.dropdown-toggle {
    background-image: none;
}

.yellow-gold.btn.disabled, .yellow-gold.btn.disabled:hover, .yellow-gold.btn.disabled:focus,
.yellow-gold.btn.disabled:active, .yellow-gold.btn.disabled.active,
.yellow-gold.btn[disabled], .yellow-gold.btn[disabled]:hover,
.yellow-gold.btn[disabled]:focus, .yellow-gold.btn[disabled]:active,
.yellow-gold.btn[disabled].active, fieldset[disabled] .yellow-gold.btn,
fieldset[disabled] .yellow-gold.btn:hover, fieldset[disabled] .yellow-gold.btn:focus,
fieldset[disabled] .yellow-gold.btn:active, fieldset[disabled] .yellow-gold.btn.active {
    background-color: #e87e04;
}

.yellow-gold.btn .badge {
    color: #e87e04;
    background-color: white;
}

/* Button Strip */
.btn.yellow-gold-stripe {
    border-left: 3px solid #e87e04;
}

/* Portlet */
.portlet > .portlet-body.yellow-gold, .portlet.yellow-gold {
    background-color: #e87e04;
}

.portlet.solid.yellow-gold > .portlet-title, .portlet.solid.yellow-gold > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.yellow-gold > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.yellow-gold {
    border: 1px solid #fb9724;
    border-top: 0;
}

.portlet.box.yellow-gold > .portlet-title {
    background-color: #e87e04;
}

.portlet.box.yellow-gold > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.yellow-gold > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #fcb460;
    color: #fdbf79;
}

.portlet.box.yellow-gold > .portlet-title > .actions .btn-default:hover,
.portlet.box.yellow-gold > .portlet-title > .actions .btn-default:focus,
.portlet.box.yellow-gold > .portlet-title > .actions .btn-default:active,
.portlet.box.yellow-gold > .portlet-title > .actions .btn-default.active {
    border: 1px solid #fdcb92;
    color: #fed7ab;
}

/* Statistic Block */
.dashboard-stat.yellow-gold {
    background-color: #e87e04;
}

.dashboard-stat.yellow-gold .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.yellow-gold .details .number {
    color: white;
}

.dashboard-stat.yellow-gold .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.yellow-gold .more {
    color: white;
    background-color: #d47304;
}

/* General Element */
.bg-yellow-gold {
    border-color: #e87e04 !important;
    background-image: none !important;
    background-color: #e87e04 !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-yellow-gold {
    color: #e87e04 !important;
}

/***
Yellow Casablanca
***/
/* Button */
.yellow-casablanca.btn {
    color: white;
    background-color: #f2784b;
    border-color: "";
}

.yellow-casablanca.btn:hover, .yellow-casablanca.btn:focus,
.yellow-casablanca.btn:active, .yellow-casablanca.btn.active {
    color: white;
    background-color: #f0632e;
}

.open .yellow-casablanca.btn.dropdown-toggle {
    color: white;
    background-color: #f0632e;
}

.yellow-casablanca.btn:active, .yellow-casablanca.btn.active {
    background-image: none;
}

.open .yellow-casablanca.btn.dropdown-toggle {
    background-image: none;
}

.yellow-casablanca.btn.disabled, .yellow-casablanca.btn.disabled:hover,
.yellow-casablanca.btn.disabled:focus, .yellow-casablanca.btn.disabled:active,
.yellow-casablanca.btn.disabled.active, .yellow-casablanca.btn[disabled],
.yellow-casablanca.btn[disabled]:hover, .yellow-casablanca.btn[disabled]:focus,
.yellow-casablanca.btn[disabled]:active, .yellow-casablanca.btn[disabled].active,
fieldset[disabled] .yellow-casablanca.btn, fieldset[disabled] .yellow-casablanca.btn:hover,
fieldset[disabled] .yellow-casablanca.btn:focus, fieldset[disabled] .yellow-casablanca.btn:active,
fieldset[disabled] .yellow-casablanca.btn.active {
    background-color: #f2784b;
}

.yellow-casablanca.btn .badge {
    color: #f2784b;
    background-color: white;
}

/* Button Strip */
.btn.yellow-casablanca-stripe {
    border-left: 3px solid #f2784b;
}

/* Portlet */
.portlet > .portlet-body.yellow-casablanca, .portlet.yellow-casablanca {
    background-color: #f2784b;
}

.portlet.solid.yellow-casablanca > .portlet-title, .portlet.solid.yellow-casablanca > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.yellow-casablanca > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.yellow-casablanca {
    border: 1px solid #f59c7b;
    border-top: 0;
}

.portlet.box.yellow-casablanca > .portlet-title {
    background-color: #f2784b;
}

.portlet.box.yellow-casablanca > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #fac6b4;
    color: #fbd8cb;
}

.portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default:hover,
.portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default:focus,
.portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default:active,
.portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default.active {
    border: 1px solid #fdeae3;
    color: #fffcfb;
}

/* Statistic Block */
.dashboard-stat.yellow-casablanca {
    background-color: #f2784b;
}

.dashboard-stat.yellow-casablanca .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.yellow-casablanca .details .number {
    color: white;
}

.dashboard-stat.yellow-casablanca .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.yellow-casablanca .more {
    color: white;
    background-color: #f16a38;
}

/* General Element */
.bg-yellow-casablanca {
    border-color: #f2784b !important;
    background-image: none !important;
    background-color: #f2784b !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-yellow-casablanca {
    color: #f2784b !important;
}

/***
Yellow Crusta
***/
/* Button */
.yellow-crusta.btn {
    color: white;
    background-color: #f3c200;
    border-color: "";
}

.yellow-crusta.btn:hover, .yellow-crusta.btn:focus, .yellow-crusta.btn:active,
.yellow-crusta.btn.active {
    color: white;
    background-color: #d4aa00;
}

.open .yellow-crusta.btn.dropdown-toggle {
    color: white;
    background-color: #d4aa00;
}

.yellow-crusta.btn:active, .yellow-crusta.btn.active {
    background-image: none;
}

.open .yellow-crusta.btn.dropdown-toggle {
    background-image: none;
}

.yellow-crusta.btn.disabled, .yellow-crusta.btn.disabled:hover,
.yellow-crusta.btn.disabled:focus, .yellow-crusta.btn.disabled:active,
.yellow-crusta.btn.disabled.active, .yellow-crusta.btn[disabled],
.yellow-crusta.btn[disabled]:hover, .yellow-crusta.btn[disabled]:focus,
.yellow-crusta.btn[disabled]:active, .yellow-crusta.btn[disabled].active,
fieldset[disabled] .yellow-crusta.btn, fieldset[disabled] .yellow-crusta.btn:hover,
fieldset[disabled] .yellow-crusta.btn:focus, fieldset[disabled] .yellow-crusta.btn:active,
fieldset[disabled] .yellow-crusta.btn.active {
    background-color: #f3c200;
}

.yellow-crusta.btn .badge {
    color: #f3c200;
    background-color: white;
}

/* Button Strip */
.btn.yellow-crusta-stripe {
    border-left: 3px solid #f3c200;
}

/* Portlet */
.portlet > .portlet-body.yellow-crusta, .portlet.yellow-crusta {
    background-color: #f3c200;
}

.portlet.solid.yellow-crusta > .portlet-title, .portlet.solid.yellow-crusta > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.yellow-crusta > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.yellow-crusta {
    border: 1px solid #ffd327;
    border-top: 0;
}

.portlet.box.yellow-crusta > .portlet-title {
    background-color: #f3c200;
}

.portlet.box.yellow-crusta > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.yellow-crusta > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #ffe064;
    color: #ffe57e;
}

.portlet.box.yellow-crusta > .portlet-title > .actions .btn-default:hover,
.portlet.box.yellow-crusta > .portlet-title > .actions .btn-default:focus,
.portlet.box.yellow-crusta > .portlet-title > .actions .btn-default:active,
.portlet.box.yellow-crusta > .portlet-title > .actions .btn-default.active {
    border: 1px solid #ffea97;
    color: #ffefb1;
}

/* Statistic Block */
.dashboard-stat.yellow-crusta {
    background-color: #f3c200;
}

.dashboard-stat.yellow-crusta .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.yellow-crusta .details .number {
    color: white;
}

.dashboard-stat.yellow-crusta .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.yellow-crusta .more {
    color: white;
    background-color: #dfb200;
}

/* General Element */
.bg-yellow-crusta {
    border-color: #f3c200 !important;
    background-image: none !important;
    background-color: #f3c200 !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-yellow-crusta {
    color: #f3c200 !important;
}

/***
Yellow Lemon
***/
/* Button */
.yellow-lemon.btn {
    color: white;
    background-color: #f7ca18;
    border-color: "";
}

.yellow-lemon.btn:hover, .yellow-lemon.btn:focus, .yellow-lemon.btn:active,
.yellow-lemon.btn.active {
    color: white;
    background-color: #e8bb08;
}

.open .yellow-lemon.btn.dropdown-toggle {
    color: white;
    background-color: #e8bb08;
}

.yellow-lemon.btn:active, .yellow-lemon.btn.active {
    background-image: none;
}

.open .yellow-lemon.btn.dropdown-toggle {
    background-image: none;
}

.yellow-lemon.btn.disabled, .yellow-lemon.btn.disabled:hover,
.yellow-lemon.btn.disabled:focus, .yellow-lemon.btn.disabled:active,
.yellow-lemon.btn.disabled.active, .yellow-lemon.btn[disabled],
.yellow-lemon.btn[disabled]:hover, .yellow-lemon.btn[disabled]:focus,
.yellow-lemon.btn[disabled]:active, .yellow-lemon.btn[disabled].active,
fieldset[disabled] .yellow-lemon.btn, fieldset[disabled] .yellow-lemon.btn:hover,
fieldset[disabled] .yellow-lemon.btn:focus, fieldset[disabled] .yellow-lemon.btn:active,
fieldset[disabled] .yellow-lemon.btn.active {
    background-color: #f7ca18;
}

.yellow-lemon.btn .badge {
    color: #f7ca18;
    background-color: white;
}

/* Button Strip */
.btn.yellow-lemon-stripe {
    border-left: 3px solid #f7ca18;
}

/* Portlet */
.portlet > .portlet-body.yellow-lemon, .portlet.yellow-lemon {
    background-color: #f7ca18;
}

.portlet.solid.yellow-lemon > .portlet-title, .portlet.solid.yellow-lemon > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.yellow-lemon > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.yellow-lemon {
    border: 1px solid #f9d549;
    border-top: 0;
}

.portlet.box.yellow-lemon > .portlet-title {
    background-color: #f7ca18;
}

.portlet.box.yellow-lemon > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.yellow-lemon > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #fbe384;
    color: #fce99d;
}

.portlet.box.yellow-lemon > .portlet-title > .actions .btn-default:hover,
.portlet.box.yellow-lemon > .portlet-title > .actions .btn-default:focus,
.portlet.box.yellow-lemon > .portlet-title > .actions .btn-default:active,
.portlet.box.yellow-lemon > .portlet-title > .actions .btn-default.active {
    border: 1px solid #fceeb6;
    color: #fdf4ce;
}

/* Statistic Block */
.dashboard-stat.yellow-lemon {
    background-color: #f7ca18;
}

.dashboard-stat.yellow-lemon .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.yellow-lemon .details .number {
    color: white;
}

.dashboard-stat.yellow-lemon .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.yellow-lemon .more {
    color: white;
    background-color: #f2c308;
}

/* General Element */
.bg-yellow-lemon {
    border-color: #f7ca18 !important;
    background-image: none !important;
    background-color: #f7ca18 !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-yellow-lemon {
    color: #f7ca18 !important;
}

/***
Yellow Saffron
***/
/* Button */
.yellow-saffron.btn {
    color: white;
    background-color: #f4d03f;
    border-color: "";
}

.yellow-saffron.btn:hover, .yellow-saffron.btn:focus, .yellow-saffron.btn:active,
.yellow-saffron.btn.active {
    color: white;
    background-color: #f2c922;
}

.open .yellow-saffron.btn.dropdown-toggle {
    color: white;
    background-color: #f2c922;
}

.yellow-saffron.btn:active, .yellow-saffron.btn.active {
    background-image: none;
}

.open .yellow-saffron.btn.dropdown-toggle {
    background-image: none;
}

.yellow-saffron.btn.disabled, .yellow-saffron.btn.disabled:hover,
.yellow-saffron.btn.disabled:focus, .yellow-saffron.btn.disabled:active,
.yellow-saffron.btn.disabled.active, .yellow-saffron.btn[disabled],
.yellow-saffron.btn[disabled]:hover, .yellow-saffron.btn[disabled]:focus,
.yellow-saffron.btn[disabled]:active, .yellow-saffron.btn[disabled].active,
fieldset[disabled] .yellow-saffron.btn, fieldset[disabled] .yellow-saffron.btn:hover,
fieldset[disabled] .yellow-saffron.btn:focus, fieldset[disabled] .yellow-saffron.btn:active,
fieldset[disabled] .yellow-saffron.btn.active {
    background-color: #f4d03f;
}

.yellow-saffron.btn .badge {
    color: #f4d03f;
    background-color: white;
}

/* Button Strip */
.btn.yellow-saffron-stripe {
    border-left: 3px solid #f4d03f;
}

/* Portlet */
.portlet > .portlet-body.yellow-saffron, .portlet.yellow-saffron {
    background-color: #f4d03f;
}

.portlet.solid.yellow-saffron > .portlet-title, .portlet.solid.yellow-saffron > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.yellow-saffron > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.yellow-saffron {
    border: 1px solid #f7dc6f;
    border-top: 0;
}

.portlet.box.yellow-saffron > .portlet-title {
    background-color: #f4d03f;
}

.portlet.box.yellow-saffron > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.yellow-saffron > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #faeaa9;
    color: #fbf0c1;
}

.portlet.box.yellow-saffron > .portlet-title > .actions .btn-default:hover,
.portlet.box.yellow-saffron > .portlet-title > .actions .btn-default:focus,
.portlet.box.yellow-saffron > .portlet-title > .actions .btn-default:active,
.portlet.box.yellow-saffron > .portlet-title > .actions .btn-default.active {
    border: 1px solid #fdf6d9;
    color: #fefcf1;
}

/* Statistic Block */
.dashboard-stat.yellow-saffron {
    background-color: #f4d03f;
}

.dashboard-stat.yellow-saffron .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.yellow-saffron .details .number {
    color: white;
}

.dashboard-stat.yellow-saffron .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.yellow-saffron .more {
    color: white;
    background-color: #f3cb2c;
}

/* General Element */
.bg-yellow-saffron {
    border-color: #f4d03f !important;
    background-image: none !important;
    background-color: #f4d03f !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-yellow-saffron {
    color: #f4d03f !important;
}

/***********
Purple Colors
************/
/***
Purple Default
***/
/* Button */
.purple.btn {
    color: white;
    background-color: #8e44ad;
    border-color: "";
}

.purple.btn:hover, .purple.btn:focus, .purple.btn:active, .purple.btn.active {
    color: white;
    background-color: #7c3b97;
}

.open .purple.btn.dropdown-toggle {
    color: white;
    background-color: #7c3b97;
}

.purple.btn:active, .purple.btn.active {
    background-image: none;
}

.open .purple.btn.dropdown-toggle {
    background-image: none;
}

.purple.btn.disabled, .purple.btn.disabled:hover, .purple.btn.disabled:focus,
.purple.btn.disabled:active, .purple.btn.disabled.active, .purple.btn[disabled],
.purple.btn[disabled]:hover, .purple.btn[disabled]:focus, .purple.btn[disabled]:active,
.purple.btn[disabled].active, fieldset[disabled] .purple.btn, fieldset[disabled] .purple.btn:hover,
fieldset[disabled] .purple.btn:focus, fieldset[disabled] .purple.btn:active,
fieldset[disabled] .purple.btn.active {
    background-color: #8e44ad;
}

.purple.btn .badge {
    color: #8e44ad;
    background-color: white;
}

/* Button Strip */
.btn.purple-stripe {
    border-left: 3px solid #8e44ad;
}

/* Portlet */
.portlet > .portlet-body.purple, .portlet.purple {
    background-color: #8e44ad;
}

.portlet.solid.purple > .portlet-title, .portlet.solid.purple > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.purple > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.purple {
    border: 1px solid #a563c1;
    border-top: 0;
}

.portlet.box.purple > .portlet-title {
    background-color: #8e44ad;
}

.portlet.box.purple > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.purple > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #bf8ed3;
    color: #c9a1da;
}

.portlet.box.purple > .portlet-title > .actions .btn-default:hover, .portlet.box.purple > .portlet-title > .actions .btn-default:focus,
.portlet.box.purple > .portlet-title > .actions .btn-default:active,
.portlet.box.purple > .portlet-title > .actions .btn-default.active {
    border: 1px solid #d4b3e1;
    color: #dec5e8;
}

/* Statistic Block */
.dashboard-stat.purple {
    background-color: #8e44ad;
}

.dashboard-stat.purple .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.purple .details .number {
    color: white;
}

.dashboard-stat.purple .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.purple .more {
    color: white;
    background-color: #823e9e;
}

/* General Element */
.bg-purple {
    border-color: #8e44ad !important;
    background-image: none !important;
    background-color: #8e44ad !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-purple {
    color: #8e44ad !important;
}

/***
Purple Plum
***/
/* Button */
.purple-plum.btn {
    color: white;
    background-color: #8775a7;
    border-color: "";
}

.purple-plum.btn:hover, .purple-plum.btn:focus, .purple-plum.btn:active,
.purple-plum.btn.active {
    color: white;
    background-color: #77639b;
}

.open .purple-plum.btn.dropdown-toggle {
    color: white;
    background-color: #77639b;
}

.purple-plum.btn:active, .purple-plum.btn.active {
    background-image: none;
}

.open .purple-plum.btn.dropdown-toggle {
    background-image: none;
}

.purple-plum.btn.disabled, .purple-plum.btn.disabled:hover, .purple-plum.btn.disabled:focus,
.purple-plum.btn.disabled:active, .purple-plum.btn.disabled.active,
.purple-plum.btn[disabled], .purple-plum.btn[disabled]:hover,
.purple-plum.btn[disabled]:focus, .purple-plum.btn[disabled]:active,
.purple-plum.btn[disabled].active, fieldset[disabled] .purple-plum.btn,
fieldset[disabled] .purple-plum.btn:hover, fieldset[disabled] .purple-plum.btn:focus,
fieldset[disabled] .purple-plum.btn:active, fieldset[disabled] .purple-plum.btn.active {
    background-color: #8775a7;
}

.purple-plum.btn .badge {
    color: #8775a7;
    background-color: white;
}

/* Button Strip */
.btn.purple-plum-stripe {
    border-left: 3px solid #8775a7;
}

/* Portlet */
.portlet > .portlet-body.purple-plum, .portlet.purple-plum {
    background-color: #8775a7;
}

.portlet.solid.purple-plum > .portlet-title, .portlet.solid.purple-plum > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.purple-plum > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.purple-plum {
    border: 1px solid #a294bb;
    border-top: 0;
}

.portlet.box.purple-plum > .portlet-title {
    background-color: #8775a7;
}

.portlet.box.purple-plum > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.purple-plum > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #c3bad3;
    color: #d0c9dd;
}

.portlet.box.purple-plum > .portlet-title > .actions .btn-default:hover,
.portlet.box.purple-plum > .portlet-title > .actions .btn-default:focus,
.portlet.box.purple-plum > .portlet-title > .actions .btn-default:active,
.portlet.box.purple-plum > .portlet-title > .actions .btn-default.active {
    border: 1px solid #ded9e7;
    color: #ebe8f0;
}

/* Statistic Block */
.dashboard-stat.purple-plum {
    background-color: #8775a7;
}

.dashboard-stat.purple-plum .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.purple-plum .details .number {
    color: white;
}

.dashboard-stat.purple-plum .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.purple-plum .more {
    color: white;
    background-color: #7c699f;
}

/* General Element */
.bg-purple-plum {
    border-color: #8775a7 !important;
    background-image: none !important;
    background-color: #8775a7 !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-purple-plum {
    color: #8775a7 !important;
}

/***
Purple Medium
***/
/* Button */
.purple-medium.btn {
    color: white;
    background-color: #bf55ec;
    border-color: "";
}

.purple-medium.btn:hover, .purple-medium.btn:focus, .purple-medium.btn:active,
.purple-medium.btn.active {
    color: white;
    background-color: #b539e9;
}

.open .purple-medium.btn.dropdown-toggle {
    color: white;
    background-color: #b539e9;
}

.purple-medium.btn:active, .purple-medium.btn.active {
    background-image: none;
}

.open .purple-medium.btn.dropdown-toggle {
    background-image: none;
}

.purple-medium.btn.disabled, .purple-medium.btn.disabled:hover,
.purple-medium.btn.disabled:focus, .purple-medium.btn.disabled:active,
.purple-medium.btn.disabled.active, .purple-medium.btn[disabled],
.purple-medium.btn[disabled]:hover, .purple-medium.btn[disabled]:focus,
.purple-medium.btn[disabled]:active, .purple-medium.btn[disabled].active,
fieldset[disabled] .purple-medium.btn, fieldset[disabled] .purple-medium.btn:hover,
fieldset[disabled] .purple-medium.btn:focus, fieldset[disabled] .purple-medium.btn:active,
fieldset[disabled] .purple-medium.btn.active {
    background-color: #bf55ec;
}

.purple-medium.btn .badge {
    color: #bf55ec;
    background-color: white;
}

/* Button Strip */
.btn.purple-medium-stripe {
    border-left: 3px solid #bf55ec;
}

/* Portlet */
.portlet > .portlet-body.purple-medium, .portlet.purple-medium {
    background-color: #bf55ec;
}

.portlet.solid.purple-medium > .portlet-title, .portlet.solid.purple-medium > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.purple-medium > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.purple-medium {
    border: 1px solid #d083f1;
    border-top: 0;
}

.portlet.box.purple-medium > .portlet-title {
    background-color: #bf55ec;
}

.portlet.box.purple-medium > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.purple-medium > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #e5baf7;
    color: #eed1fa;
}

.portlet.box.purple-medium > .portlet-title > .actions .btn-default:hover,
.portlet.box.purple-medium > .portlet-title > .actions .btn-default:focus,
.portlet.box.purple-medium > .portlet-title > .actions .btn-default:active,
.portlet.box.purple-medium > .portlet-title > .actions .btn-default.active {
    border: 1px solid #f6e8fc;
    color: white;
}

/* Statistic Block */
.dashboard-stat.purple-medium {
    background-color: #bf55ec;
}

.dashboard-stat.purple-medium .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.purple-medium .details .number {
    color: white;
}

.dashboard-stat.purple-medium .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.purple-medium .more {
    color: white;
    background-color: #b843ea;
}

/* General Element */
.bg-purple-medium {
    border-color: #bf55ec !important;
    background-image: none !important;
    background-color: #bf55ec !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-purple-medium {
    color: #bf55ec !important;
}

/***
Purple Studio
***/
/* Button */
.purple-studio.btn {
    color: white;
    background-color: #8e44ad;
    border-color: "";
}

.purple-studio.btn:hover, .purple-studio.btn:focus, .purple-studio.btn:active,
.purple-studio.btn.active {
    color: white;
    background-color: #7c3b97;
}

.open .purple-studio.btn.dropdown-toggle {
    color: white;
    background-color: #7c3b97;
}

.purple-studio.btn:active, .purple-studio.btn.active {
    background-image: none;
}

.open .purple-studio.btn.dropdown-toggle {
    background-image: none;
}

.purple-studio.btn.disabled, .purple-studio.btn.disabled:hover,
.purple-studio.btn.disabled:focus, .purple-studio.btn.disabled:active,
.purple-studio.btn.disabled.active, .purple-studio.btn[disabled],
.purple-studio.btn[disabled]:hover, .purple-studio.btn[disabled]:focus,
.purple-studio.btn[disabled]:active, .purple-studio.btn[disabled].active,
fieldset[disabled] .purple-studio.btn, fieldset[disabled] .purple-studio.btn:hover,
fieldset[disabled] .purple-studio.btn:focus, fieldset[disabled] .purple-studio.btn:active,
fieldset[disabled] .purple-studio.btn.active {
    background-color: #8e44ad;
}

.purple-studio.btn .badge {
    color: #8e44ad;
    background-color: white;
}

/* Button Strip */
.btn.purple-studio-stripe {
    border-left: 3px solid #8e44ad;
}

/* Portlet */
.portlet > .portlet-body.purple-studio, .portlet.purple-studio {
    background-color: #8e44ad;
}

.portlet.solid.purple-studio > .portlet-title, .portlet.solid.purple-studio > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.purple-studio > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.purple-studio {
    border: 1px solid #a563c1;
    border-top: 0;
}

.portlet.box.purple-studio > .portlet-title {
    background-color: #8e44ad;
}

.portlet.box.purple-studio > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.purple-studio > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #bf8ed3;
    color: #c9a1da;
}

.portlet.box.purple-studio > .portlet-title > .actions .btn-default:hover,
.portlet.box.purple-studio > .portlet-title > .actions .btn-default:focus,
.portlet.box.purple-studio > .portlet-title > .actions .btn-default:active,
.portlet.box.purple-studio > .portlet-title > .actions .btn-default.active {
    border: 1px solid #d4b3e1;
    color: #dec5e8;
}

/* Statistic Block */
.dashboard-stat.purple-studio {
    background-color: #8e44ad;
}

.dashboard-stat.purple-studio .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.purple-studio .details .number {
    color: white;
}

.dashboard-stat.purple-studio .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.purple-studio .more {
    color: white;
    background-color: #823e9e;
}

/* General Element */
.bg-purple-studio {
    border-color: #8e44ad !important;
    background-image: none !important;
    background-color: #8e44ad !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-purple-studio {
    color: #8e44ad !important;
}

/***
Purple Wisteria
***/
/* Button */
.purple-wisteria.btn {
    color: white;
    background-color: #9b59b6;
    border-color: "";
}

.purple-wisteria.btn:hover, .purple-wisteria.btn:focus, .purple-wisteria.btn:active,
.purple-wisteria.btn.active {
    color: white;
    background-color: #8c49a7;
}

.open .purple-wisteria.btn.dropdown-toggle {
    color: white;
    background-color: #8c49a7;
}

.purple-wisteria.btn:active, .purple-wisteria.btn.active {
    background-image: none;
}

.open .purple-wisteria.btn.dropdown-toggle {
    background-image: none;
}

.purple-wisteria.btn.disabled, .purple-wisteria.btn.disabled:hover,
.purple-wisteria.btn.disabled:focus, .purple-wisteria.btn.disabled:active,
.purple-wisteria.btn.disabled.active, .purple-wisteria.btn[disabled],
.purple-wisteria.btn[disabled]:hover, .purple-wisteria.btn[disabled]:focus,
.purple-wisteria.btn[disabled]:active, .purple-wisteria.btn[disabled].active,
fieldset[disabled] .purple-wisteria.btn, fieldset[disabled] .purple-wisteria.btn:hover,
fieldset[disabled] .purple-wisteria.btn:focus, fieldset[disabled] .purple-wisteria.btn:active,
fieldset[disabled] .purple-wisteria.btn.active {
    background-color: #9b59b6;
}

.purple-wisteria.btn .badge {
    color: #9b59b6;
    background-color: white;
}

/* Button Strip */
.btn.purple-wisteria-stripe {
    border-left: 3px solid #9b59b6;
}

/* Portlet */
.portlet > .portlet-body.purple-wisteria, .portlet.purple-wisteria {
    background-color: #9b59b6;
}

.portlet.solid.purple-wisteria > .portlet-title, .portlet.solid.purple-wisteria > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.purple-wisteria > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.purple-wisteria {
    border: 1px solid #b07cc6;
    border-top: 0;
}

.portlet.box.purple-wisteria > .portlet-title {
    background-color: #9b59b6;
}

.portlet.box.purple-wisteria > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.purple-wisteria > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #caa7d8;
    color: #d5b9e0;
}

.portlet.box.purple-wisteria > .portlet-title > .actions .btn-default:hover,
.portlet.box.purple-wisteria > .portlet-title > .actions .btn-default:focus,
.portlet.box.purple-wisteria > .portlet-title > .actions .btn-default:active,
.portlet.box.purple-wisteria > .portlet-title > .actions .btn-default.active {
    border: 1px solid #dfcae8;
    color: #eadcf0;
}

/* Statistic Block */
.dashboard-stat.purple-wisteria {
    background-color: #9b59b6;
}

.dashboard-stat.purple-wisteria .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.purple-wisteria .details .number {
    color: white;
}

.dashboard-stat.purple-wisteria .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.purple-wisteria .more {
    color: white;
    background-color: #924dae;
}

/* General Element */
.bg-purple-wisteria {
    border-color: #9b59b6 !important;
    background-image: none !important;
    background-color: #9b59b6 !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-purple-wisteria {
    color: #9b59b6 !important;
}

/***
Purple Seance
***/
/* Button */
.purple-seance.btn {
    color: white;
    background-color: #9a12b3;
    border-color: "";
}

.purple-seance.btn:hover, .purple-seance.btn:focus, .purple-seance.btn:active,
.purple-seance.btn.active {
    color: white;
    background-color: #820f97;
}

.open .purple-seance.btn.dropdown-toggle {
    color: white;
    background-color: #820f97;
}

.purple-seance.btn:active, .purple-seance.btn.active {
    background-image: none;
}

.open .purple-seance.btn.dropdown-toggle {
    background-image: none;
}

.purple-seance.btn.disabled, .purple-seance.btn.disabled:hover,
.purple-seance.btn.disabled:focus, .purple-seance.btn.disabled:active,
.purple-seance.btn.disabled.active, .purple-seance.btn[disabled],
.purple-seance.btn[disabled]:hover, .purple-seance.btn[disabled]:focus,
.purple-seance.btn[disabled]:active, .purple-seance.btn[disabled].active,
fieldset[disabled] .purple-seance.btn, fieldset[disabled] .purple-seance.btn:hover,
fieldset[disabled] .purple-seance.btn:focus, fieldset[disabled] .purple-seance.btn:active,
fieldset[disabled] .purple-seance.btn.active {
    background-color: #9a12b3;
}

.purple-seance.btn .badge {
    color: #9a12b3;
    background-color: white;
}

/* Button Strip */
.btn.purple-seance-stripe {
    border-left: 3px solid #9a12b3;
}

/* Portlet */
.portlet > .portlet-body.purple-seance, .portlet.purple-seance {
    background-color: #9a12b3;
}

.portlet.solid.purple-seance > .portlet-title, .portlet.solid.purple-seance > .portlet-body {
    border: 0;
    color: white;
}

.portlet.solid.purple-seance > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.purple-seance {
    border: 1px solid #c217e1;
    border-top: 0;
}

.portlet.box.purple-seance > .portlet-title {
    background-color: #9a12b3;
}

.portlet.box.purple-seance > .portlet-title > .caption > i {
    color: white;
}

.portlet.box.purple-seance > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #d349ed;
    color: #d960ef;
}

.portlet.box.purple-seance > .portlet-title > .actions .btn-default:hover,
.portlet.box.purple-seance > .portlet-title > .actions .btn-default:focus,
.portlet.box.purple-seance > .portlet-title > .actions .btn-default:active,
.portlet.box.purple-seance > .portlet-title > .actions .btn-default.active {
    border: 1px solid #de77f1;
    color: #e48ef4;
}

/* Statistic Block */
.dashboard-stat.purple-seance {
    background-color: #9a12b3;
}

.dashboard-stat.purple-seance .visual > i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dashboard-stat.purple-seance .details .number {
    color: white;
}

.dashboard-stat.purple-seance .details .desc {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat.purple-seance .more {
    color: white;
    background-color: #8a10a0;
}

/* General Element */
.bg-purple-seance {
    border-color: #9a12b3 !important;
    background-image: none !important;
    background-color: #9a12b3 !important;
    color: white !important;
}

/* General Text & Icon Font Colors */
.font-purple-seance {
    color: #9a12b3 !important;
}

.phonebar-icon {
    height: 42px;
    width: 43px;
    padding: 15px 10px 7px 8px !important;
    cursor: pointer;
}

.phonebar-icon i {
    color: #8a8a8a !important;
    text-align: center;
    font-size: 22px;
}

.phonebar-icon:hover {
    background-color: #383838 !important;
}

.installExt-titolo {
    font-size: 24px;
    color: #777777;
}

.installExt-elenco-punti {
    font-size: 16px;
    color: #777777;
}

.installExt-elenco-punti a {
    color: #ff8900;
    text-decoration: none;
}

.installExt-container {
    padding-left: 15px;
}

.installExt-contenitore {
    height: 80px;
    text-align: center;
}

.installExt-contenitore-big {
    height: 460px;
    text-align: center;
}

div.videoContainer {
    position: relative;
    display: inline-block;
}

div.videoContainer * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img.videoThumb {
    z-index: 9;
    text-align: center;
}

div.playButton {
    background-image: url('../img/rec/buttons.jpg');
    background-position: -189px -11px;
    width: 61px;
    height: 63px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

div.playButton:hover {
    background-image: url('../img/rec/buttons.jpg');
    background-position: -189px -11px;
    width: 61px;
    height: 63px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

div.playButton:active {
    background-image: url('../img/rec/buttons.jpg');
    background-position: -189px -89px;
    width: 61px;
    height: 63px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

.no-navigation.datetimepicker thead {
    display: none;
}

.fade-element-in.ng-enter {
    transition: 0.8s linear all;
    opacity: 0;
}

.fade-element-in-init .fade-element-in.ng-enter {
    opacity: 1;
}

.fade-element-in.ng-enter.ng-enter-active {
    opacity: 1;
}

.fade-element-in.ng-leave {
    transition: 0.1s linear all;
    opacity: 1;
}

.fade-element-in.ng-leave.ng-leave-active {
    opacity: 0;
}

.enjoyhint-icon {
    margin-top: 15px;
    margin-right: 10px;
    font-size: 35px;
    color: #1168a7;
    float: right;
    cursor: pointer;
}

@media screen and (min-width: 991px) {
    #releaseDate {
        display: block;
        position: absolute;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9995;
        padding: 6px;
    }
}

@media screen and (min-width: 991px) {
    #releaseDate button {
        margin-left: 10px;
    }
}

/*@media screen and (min-width: 1px) and (max-width: 990px) {*/
/*	#releaseDate {*/
/*		display: block !important;*/
/*	}*/
/*}*/
/*@media screen and (min-width: 1px) and (max-width: 990px) {*/
/*    #releaseDate button {*/
/*		display: block !important;*/
/*    }*/
/*}*/


