
 .mb-0, .my-0 {
    margin-bottom: 0 !important;
 }
 .font-weight-bold {
    font-weight: 700 !important;
 }
 .dot-indicator {
    width: 10px;
    height: 10px;
}
.bg-primary, .settings-panel .color-tiles .tiles.primary {
    background-color: #2196f3 !important;
}
.bg-primary, .settings-panel .color-tiles .tiles.primary {
    background-color: #2196f3 !important;
}
.justify-content-center, .email-wrapper .message-body .attachments-sections ul li .thumb {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

#wrapper {
	    padding: 0 0em;
	    margin: 0 0 0 60px !important;
}
.new-sub-list a  {
  background-color: #365058 !important;
}
a {
  background-color: transparent;
}
.nav-blue a  {
  background-color: #365058 !important;
}
a:active,
a:hover {
  outline: 0;
}
/********** 1. IMPORTS **********/

/* Variables Imported from sass */

/*****  2.RESET STYLES  *****/

/*html {
	background: none repeat scroll 0 0 #FCFCFC;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	transition: all .25s ease-out;
	font-size: small;
}
body {
	background: none repeat scroll 0 0 #FCFCFC;
	-webkit-font-smoothing: antialiased;
	transition: all .25s ease-out;
	font-size: small;
	letter-spacing: 0.5px;
}
ul {
	list-style: none;
}
p {
	line-height: 20px;
}
label {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
}*/
body.modal-open,
body.swal2-in {
	padding: 0 !important;
}
/******  3.HEADER STYLES   ******/

body > .header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
}
body > .header .navbar {
	margin-bottom: 0;
	background-color: #EEE;
	border-bottom: 1px solid #ccc;
}
body > .header .navbar .nav > li > a > .label {
	border-radius: 50%;
	position: absolute;
	top: 12px;
	right: 9px;
	font-size: 8px;
	font-weight: normal;
	width: 13px;
	height: 13px;
	line-height: 1.0em;
	text-align: center;
	padding: 2px;
}
body > .header .navbar .nav > li > a:hover > .label {
	top: 7px;
}
body > .header .logo {
	display: block;
	float: left;
	height: 50px;
	line-height: 45px;
	padding: 3px 10px;
	text-align: center;
	width: 251px;
	background-color: #EEE;
}
body > .header .logo .icon {
	margin-right: 10px;
}
/* Define 2 column template */

.right-side,
.left-side {
	display: block;
}
/****** 3.1 HEADER RIGHT SIDE BAR *******/

.right-side {
	margin-left: 250px;
	padding: 51px 10px 10px 10px;
}
.right-side > .content-header > h1 {
	margin: 2px;
	padding-left: 0px;
	padding-top: 7px;
}
.right-side > .content-header {
	margin: -2px -10px 25px -10px;
	height: 73px;
	background: #FAFAFA;
	box-shadow: 0 2px 18px #E5E5E5;
}
.right-side > .content-header > .breadcrumb {
	background-color: #F9F9F9;
	padding: 2px 15px 9px 15px;
}
.right-side > .content-header > .breadcrumb > li > a,
.right-side > .content-header > .breadcrumb > li {
	color: #333;
}
.right-side > .content-header > .breadcrumb > li > a > .fa,
.right-side > .content-header > .breadcrumb > li > a > .glyphicon {
	margin-right: 5px;
}
.table1 td {
	border: 2px solid #2F71A0!important;
}
.breadcrumb > li + li:before {
	padding: 0;
}
.mt-comments .mt-comment {
	padding: 10px;
	margin: 0 0 10px
}
.mt-comments .mt-comment .mt-comment-img {
	width: 40px;
	float: left
}
.mt-comments .mt-comment .mt-comment-img>img {
	border-radius: 50%!important
}
.mt-comments .mt-comment .mt-comment-body {
	padding-left: 20px;
	position: relative;
	overflow: hidden
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-info:after,
.mt-comments .mt-comment .mt-comment-body .mt-comment-info:before {
	content: " ";
	display: table
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-info:after {
	clear: both
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-author {
	display: inline-block;
	float: left;
	margin: 0 0 10px;
	color: #060606;
	font-weight: 600
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-date {
	display: inline-block;
	float: right;
	margin: 0;
	color: #BABABA
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-text {
	color: #999
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-details {
	margin: 10px 0 0
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status {
	text-transform: uppercase;
	float: left
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status.mt-comment-status-pending {
	color: #B8C0F5
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status.mt-comment-status-approved {
	color: #6BD873
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status.mt-comment-status-rejected {
	color: red
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions>li {
	float: left;
	padding: 0 5px;
	margin: 0
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions>li>a {
	text-transform: uppercase;
	color: #999
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions>li>a:hover {
	color: #666;
	text-decoration: none
}
progress {
	border: 0;
	background-image: none;
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.progress.progress-sm {
	height: 12px
}
.page-md .progress {
	text-indent: -99999px
}
.progress-bar.white {
	background: #fff!important;
	color: #666!important
}
.progress-bar.default {
	background: #e1e5ec!important;
	color: #666!important
}
.progress-bar.dark {
	background: #2f353b!important;
	color: #FFF!important
}
.progress-bar.blue {
	background: #3598dc!important;
	color: #FFF!important
}
.progress-bar.blue-madison {
	background: #578ebe!important;
	color: #FFF!important
}
.progress-bar.blue-chambray {
	background: #2C3E50!important;
	color: #FFF!important
}
.progress-bar.blue-ebonyclay {
	background: #22313F!important;
	color: #FFF!important
}
.progress-bar.blue-hoki {
	background: #67809F!important;
	color: #FFF!important
}
.progress-bar.blue-steel {
	background: #4B77BE!important;
	color: #FFF!important
}
.progress-bar.blue-soft {
	background: #4c87b9!important;
	color: #FFF!important
}
.progress-bar.blue-dark {
	background: #5e738b!important;
	color: #FFF!important
}
.progress-bar.blue-sharp {
	background: #5C9BD1!important;
	color: #FFF!important
}
.progress-bar.blue-oleo {
	background: #94A0B2!important;
	color: #FFF!important
}
.progress-bar.green {
	background: #32c5d2!important;
	color: #FFF!important
}
.progress-bar.green-meadow {
	background: #1BBC9B!important;
	color: #FFF!important
}
.progress-bar.green-seagreen {
	background: #1BA39C!important;
	color: #FFF!important
}
.progress-bar.green-turquoise {
	background: #36D7B7!important;
	color: #FFF!important
}
.progress-bar.green-haze {
	background: #44b6ae!important;
	color: #FFF!important
}
.progress-bar.green-jungle {
	background: #26C281!important;
	color: #FFF!important
}
.progress-bar.green-soft {
	background: #3faba4!important;
	color: #FFF!important
}
.progress-bar.green-dark {
	background: #4DB3A2!important;
	color: #FFF!important
}
.progress-bar.green-sharp {
	background: #2ab4c0!important;
	color: #FFF!important
}
.progress-bar.green-steel {
	background: #29b4b6!important;
	color: #FFF!important
}
.progress-bar.grey {
	background: #E5E5E5!important;
	color: #333!important
}
.progress-bar.grey-steel {
	background: #e9edef!important;
	color: #80898e!important
}
.progress-bar.grey-cararra {
	background: #fafafa!important;
	color: #333!important
}
.progress-bar.grey-gallery {
	background: #555!important;
	color: #fff!important
}
.progress-bar.grey-cascade {
	background: #95A5A6!important;
	color: #FFF!important
}
.progress-bar.grey-silver {
	background: #BFBFBF!important;
	color: #FAFCFB!important
}
.progress-bar.grey-salsa {
	background: #ACB5C3!important;
	color: #FAFCFB!important
}
.progress-bar.grey-salt {
	background: #bfcad1!important;
	color: #FAFCFB!important
}
.progress-bar.grey-mint {
	background: #525e64!important;
	color: #FFF!important
}
.progress-bar.red {
	background: #e7505a!important;
	color: #fff!important
}
.progress-bar.red-pink {
	background: #E08283!important;
	color: #fff!important
}
.progress-bar.red-sunglo {
	background: #E26A6A!important;
	color: #fff!important
}
.progress-bar.red-intense {
	background: #e35b5a!important;
	color: #fff!important
}
.progress-bar.red-thunderbird {
	background: #D91E18!important;
	color: #fff!important
}
.progress-bar.red-flamingo {
	background: #EF4836!important;
	color: #fff!important
}
.progress-bar.red-soft {
	background: #d05454!important;
	color: #fff!important
}
.progress-bar.red-haze {
	background: #f36a5a!important;
	color: #fff!important
}
.progress-bar.red-mint {
	background: #e43a45!important;
	color: #fff!important
}
.progress-bar.yellow {
	background: #c49f47!important;
	color: #fff!important
}
.progress-bar.yellow-gold {
	background: #E87E04!important;
	color: #fff!important
}
.progress-bar.yellow-casablanca {
	background: #f2784b!important;
	color: #fff!important
}
.progress-bar.yellow-crusta {
	background: #f3c200!important;
	color: #fff!important
}
.progress-bar.yellow-lemon {
	background: #F7CA18!important;
	color: #fff!important
}
.progress-bar.yellow-saffron {
	background: #F4D03F!important;
	color: #fff!important
}
.progress-bar.yellow-soft {
	background: #c8d046!important;
	color: #fff!important
}
.progress-bar.yellow-haze {
	background: #c5bf66!important;
	color: #fff!important
}
.progress-bar.yellow-mint {
	background: #c5b96b!important;
	color: #fff!important
}
.progress-bar.purple {
	background: #8E44AD!important;
	color: #fff!important
}
.progress-bar.purple-plum {
	background: #8775a7!important;
	color: #fff!important
}
.progress-bar.purple-medium {
	background: #BF55EC!important;
	color: #fff!important
}
.progress-bar.purple-studio {
	background: #8E44AD!important;
	color: #fff!important
}
.progress-bar.purple-wisteria {
	background: #9B59B6!important;
	color: #fff!important
}
.progress-bar.purple-seance {
	background: #9A12B3!important;
	color: #fff!important
}
.progress-bar.purple-intense {
	background: #8775a7!important;
	color: #fff!important
}
.progress-bar.purple-sharp {
	background: #796799!important;
	color: #fff!important
}
.progress-bar.purple-soft {
	background: #8877a9!important;
	color: #fff!important
}
.dashboard-stat .details {
	padding-right: 15px
}
.dashboard-stat .details .number {
	color: #2F71A0;
	padding-top: 25px;
	text-align: center;
	font-size: 50px;
	line-height: 36px;
	letter-spacing: -1px;
	margin-bottom: 0;
	font-weight: 300
}
.dashboard-stat .details .desc {
	text-align: center;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 300
}
.page-portlet-fullscreen {
	overflow: hidden
}
.portlet {
	margin-top: 0;
	margin-bottom: 25px;
	padding: 0;
	border-radius: 4px
}
.portlet.portlet-fullscreen {
	z-index: 10060;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff
}
.portlet.portlet-fullscreen>.portlet-body {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 10px
}
.portlet.portlet-fullscreen>.portlet-title {
	padding: 0 10px
}
.portlet>.portlet-title {
	border-bottom: 1px solid #eee;
	padding: 0;
	margin-bottom: 10px;
	min-height: 41px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
}
.portlet>.portlet-title:after,
.portlet>.portlet-title:before {
	content: " ";
	display: table
}
.portlet>.portlet-title:after {
	clear: both
}
.portlet>.portlet-title>.caption {
	font-size: 18px;
	line-height: 18px;
	padding: 10px 0
}
.portlet>.portlet-title>.caption.bold {
	font-weight: 400
}
.portlet>.portlet-title>.caption>i {
	float: left;
	margin-top: 4px;
	display: inline-block;
	font-size: 13px;
	margin-right: 5px;
	color: #666
}
.portlet>.portlet-title>.caption>i.glyphicon {
	margin-top: 2px
}
.portlet>.portlet-title>.caption>.caption-helper {
	padding: 0;
	margin: 0;
	line-height: 13px;
	color: #9eacb4;
	font-size: 13px;
	font-weight: 400
}
.portlet>.portlet-title>.actions {
	float: right;
	display: inline-block;
	padding: 6px 0
}
.portlet>.portlet-title>.actions>.dropdown-menu i {
	color: #555
}
.portlet>.portlet-title>.actions>.btn,
.portlet>.portlet-title>.actions>.btn-group>.btn,
.portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm,
.portlet>.portlet-title>.actions>.btn.btn-sm {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 1.5
}
.portlet>.portlet-title>.actions>.btn-group>.btn.btn-default,
.portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm.btn-default,
.portlet>.portlet-title>.actions>.btn.btn-default,
.portlet>.portlet-title>.actions>.btn.btn-sm.btn-default {
	padding: 3px 9px
}
.portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm>i,
.portlet>.portlet-title>.actions>.btn-group>.btn>i,
.portlet>.portlet-title>.actions>.btn.btn-sm>i,
.portlet>.portlet-title>.actions>.btn>i {
	font-size: 13px
}
.portlet>.portlet-title>.actions .btn-icon-only {
	padding: 5px 7px 3px
}
.portlet>.portlet-title>.actions .btn-icon-only.btn-default {
	padding: 4px 6px 2px
}
.portlet>.portlet-title>.actions .btn-icon-only.btn-default>i {
	font-size: 14px
}
.portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen {
	font-family: FontAwesome;
	color: #a0a0a0;
	padding-top: 3px
}
.portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen.btn-sm {
	padding: 3px!important;
	height: 27px;
	width: 27px
}
.portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen:before {
	content: "\f065"
}
.portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen.on:before {
	content: "\f066"
}
.portlet>.portlet-title>.tools {
	float: right;
	display: inline-block;
	padding: 12px 0 8px
}
.portlet>.portlet-title>.tools>a {
	display: inline-block;
	height: 16px;
	margin-left: 5px;
	opacity: 1;
	filter: alpha(opacity=100)
}
.portlet>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon.png);
	background-repeat: no-repeat;
	width: 11px
}
.portlet>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon.png);
	background-repeat: no-repeat;
	width: 12px
}
.portlet>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon.png);
	width: 13px
}
.portlet>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon.png);
	width: 14px;
	visibility: visible
}
.portlet>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon.png);
	width: 14px;
	visibility: visible
}
.portlet>.portlet-title>.tools>a.fullscreen {
	display: inline-block;
	top: -3px;
	position: relative;
	font-size: 13px;
	font-family: FontAwesome;
	color: #ACACAC
}
.portlet>.portlet-title>.tools>a.fullscreen:before {
	content: "\f065"
}
.portlet>.portlet-title>.tools>a.fullscreen.on:before {
	content: "\f066"
}
.portlet>.portlet-title>.tools>a:hover {
	text-decoration: none;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	opacity: .8;
	filter: alpha(opacity=80)
}
.portlet>.portlet-title>.pagination {
	float: right;
	display: inline-block;
	margin: 2px 0 0;
	border: 0;
	padding: 4px 0
}
.portlet>.portlet-title>.nav-tabs {
	background: 0 0;
	margin: 1px 0 0;
	border: 0
}
.portlet>.portlet-title>.nav-tabs>li {
	background: 0 0;
	margin: 0;
	border: 0
}
.portlet>.portlet-title>.nav-tabs>li>a {
	background: 0 0;
	margin: 5px 0 0 1px;
	border: 0;
	padding: 8px 10px;
	color: #fff
}
.portlet>.portlet-title>.nav-tabs>li.active>a,
.portlet>.portlet-title>.nav-tabs>li:hover>a {
	color: #333;
	background: #fff;
	border: 0
}
.portlet>.portlet-body {
	clear: both;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px
}
.portlet>.portlet-body p {
	margin-top: 0
}
.portlet>.portlet-empty {
	min-height: 125px
}
.portlet.full-height-content {
	margin-bottom: 0
}
.portlet.bordered {
	border-left: 2px solid #e6e9ec!important
}
.portlet.bordered>.portlet-title {
	border-bottom: 0
}
.portlet.solid {
	padding: 0 10px 10px;
	border: 0
}
.portlet.solid>.portlet-title {
	border-bottom: 0;
	margin-bottom: 10px
}
.portlet.solid>.portlet-title>.caption {
	padding: 16px 0 2px
}
.portlet.solid>.portlet-title>.actions {
	padding: 12px 0 6px
}
.portlet.solid>.portlet-title>.tools {
	padding: 14px 0 6px
}
.portlet.solid.bordered>.portlet-title {
	margin-bottom: 10px
}
.portlet.box {
	padding: 0!important
}
.portlet.box>.portlet-title {
	border-bottom: 0;
	padding: 0 10px;
	margin-bottom: 0;
	color: #fff
}
.portlet.box>.portlet-title>.caption {
	padding: 11px 0 9px
}
.portlet.box>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.box>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.box>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.box>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.box>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.box>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box>.portlet-title>.actions {
	padding: 7px 0 5px
}
.portlet.box>.portlet-body {
	background-color: #fff;
	padding: 15px
}
.portlet.light {
	padding: 12px 20px 15px;
	background-color: #fff
}
.portlet.light.bordered {
	border: 1px solid #e7ecf1!important
}
.portlet.light.bordered>.portlet-title {
	border-bottom: 1px solid #eef1f5
}
.portlet.light.bg-inverse {
	background: #f1f4f7
}
.portlet.light>.portlet-title {
	padding: 0;
	min-height: 48px
}
.portlet.light>.portlet-title>.caption {
	color: #666;
	padding: 10px 0
}
.portlet.light>.portlet-title>.caption>.caption-subject {
	font-size: 16px
}
.portlet.light>.portlet-title>.caption>i {
	color: #777;
	font-size: 15px;
	font-weight: 300;
	margin-top: 3px
}
.portlet.solid.blue-chambray>.portlet-title>.caption,
.portlet.solid.blue-dark>.portlet-title>.caption,
.portlet.solid.blue-ebonyclay>.portlet-title>.caption,
.portlet.solid.blue-hoki>.portlet-title>.caption,
.portlet.solid.blue-madison>.portlet-title>.caption,
.portlet.solid.blue-oleo>.portlet-title>.caption,
.portlet.solid.blue-sharp>.portlet-title>.caption,
.portlet.solid.blue-soft>.portlet-title>.caption,
.portlet.solid.blue-steel>.portlet-title>.caption,
.portlet.solid.blue>.portlet-title>.caption,
.portlet.solid.dark>.portlet-title>.caption,
.portlet.solid.default>.portlet-title>.caption,
.portlet.solid.green-dark>.portlet-title>.caption,
.portlet.solid.green-haze>.portlet-title>.caption,
.portlet.solid.green-jungle>.portlet-title>.caption,
.portlet.solid.green-meadow>.portlet-title>.caption,
.portlet.solid.green-seagreen>.portlet-title>.caption,
.portlet.solid.green-sharp>.portlet-title>.caption,
.portlet.solid.green-soft>.portlet-title>.caption,
.portlet.solid.green-steel>.portlet-title>.caption,
.portlet.solid.green-turquoise>.portlet-title>.caption,
.portlet.solid.green>.portlet-title>.caption,
.portlet.solid.grey-cararra>.portlet-title>.caption,
.portlet.solid.grey-cascade>.portlet-title>.caption,
.portlet.solid.grey-gallery>.portlet-title>.caption,
.portlet.solid.grey-mint>.portlet-title>.caption,
.portlet.solid.grey-salt>.portlet-title>.caption,
.portlet.solid.grey-silver>.portlet-title>.caption,
.portlet.solid.grey-steel>.portlet-title>.caption,
.portlet.solid.grey>.portlet-title>.caption,
.portlet.solid.purple-intense>.portlet-title>.caption,
.portlet.solid.purple-medium>.portlet-title>.caption,
.portlet.solid.purple-plum>.portlet-title>.caption,
.portlet.solid.purple-seance>.portlet-title>.caption,
.portlet.solid.purple-sharp>.portlet-title>.caption,
.portlet.solid.purple-soft>.portlet-title>.caption,
.portlet.solid.purple-studio>.portlet-title>.caption,
.portlet.solid.purple-wisteria>.portlet-title>.caption,
.portlet.solid.purple>.portlet-title>.caption,
.portlet.solid.red-flamingo>.portlet-title>.caption,
.portlet.solid.red-haze>.portlet-title>.caption,
.portlet.solid.red-intense>.portlet-title>.caption,
.portlet.solid.red-mint>.portlet-title>.caption,
.portlet.solid.red-pink>.portlet-title>.caption,
.portlet.solid.red-soft>.portlet-title>.caption,
.portlet.solid.red-sunglo>.portlet-title>.caption,
.portlet.solid.red-thunderbird>.portlet-title>.caption,
.portlet.solid.red>.portlet-title>.caption,
.portlet.solid.white>.portlet-title>.caption,
.portlet.solid.yellow-casablanca>.portlet-title>.caption,
.portlet.solid.yellow-crusta>.portlet-title>.caption,
.portlet.solid.yellow-gold>.portlet-title>.caption,
.portlet.solid.yellow-haze>.portlet-title>.caption,
.portlet.solid.yellow-lemon>.portlet-title>.caption,
.portlet.solid.yellow-mint>.portlet-title>.caption,
.portlet.solid.yellow-saffron>.portlet-title>.caption,
.portlet.solid.yellow-soft>.portlet-title>.caption,
.portlet.solid.yellow>.portlet-title>.caption {
	font-weight: 400
}
.portlet.light>.portlet-title>.caption.caption-md>.caption-subject {
	font-size: 15px
}
.portlet.light>.portlet-title>.caption.caption-md>i {
	font-size: 14px
}
.portlet.light>.portlet-title>.actions {
	padding: 6px 0 14px
}
.portlet.light>.portlet-title>.actions .btn-default {
	color: #666
}
.portlet.light>.portlet-title>.actions .btn-icon-only {
	height: 27px;
	width: 27px
}
.portlet.light>.portlet-title>.actions .dropdown-menu li>a {
	color: #555
}
.portlet.light>.portlet-title>.inputs {
	float: right;
	display: inline-block;
	padding: 4px 0
}
.portlet.light>.portlet-title>.inputs>.portlet-input .input-icon>i {
	font-size: 14px;
	margin-top: 9px
}
.portlet.light>.portlet-title>.inputs>.portlet-input .input-icon>.form-control {
	height: 30px;
	padding: 2px 26px 3px 10px;
	font-size: 13px
}
.portlet.light>.portlet-title>.inputs>.portlet-input>.form-control {
	height: 30px;
	padding: 3px 10px;
	font-size: 13px
}
.portlet.light>.portlet-title>.pagination {
	padding: 2px 0 13px
}
.portlet.light>.portlet-title>.tools {
	padding: 10px 0 13px;
	margin-top: 2px
}
.portlet.light>.portlet-title>.nav-tabs>li {
	margin: 0;
	padding: 0
}
.portlet.light>.portlet-title>.nav-tabs>li>a {
	margin: 0;
	padding: 12px 0px 0px;
	font-size: 13px;
	color: #666
}
.portlet.light>.portlet-title>.nav-tabs>li.active>a,
.portlet.light>.portlet-title>.nav-tabs>li:hover>a {
	margin: 0;
	background: 0 0;
	color: #333
}
.portlet.light.form-fit {
	padding: 0
}
.portlet.light.form-fit>.portlet-title {
	padding: 17px 20px 10px;
	margin-bottom: 0
}
.portlet.light .portlet-body {
	padding-top: 8px
}
.portlet.light.portlet-fullscreen>.portlet-body {
	padding: 8px 0
}
.portlet.light.portlet-fit {
	padding: 0
}
.portlet.light.portlet-fit>.portlet-title {
	padding: 15px 20px 10px
}
.portlet.light.portlet-fit>.portlet-body {
	padding: 10px 20px 20px
}
.portlet.light.portlet-fit.portlet-form>.portlet-body {
	padding: 0
}
.portlet.light.portlet-fit.portlet-form>.portlet-body .form-actions {
	background: 0 0
}
.portlet.box.white>.portlet-title,
.portlet.white,
.portlet>.portlet-body.white {
	background-color: #fff
}
.portlet.light.portlet-datatable.portlet-fit>.portlet-body {
	padding-top: 10px;
	padding-bottom: 25px
}
.tab-pane>p:last-child {
	margin-bottom: 0
}
.tabs-reversed>li {
	float: right;
	margin-right: 0
}
.tabs-reversed>li>a {
	margin-right: 0
}
.portlet-sortable-placeholder {
	border: 2px dashed #eee;
	margin-bottom: 25px
}
.portlet-sortable-empty {
	box-shadow: none!important;
	height: 45px
}
.portlet-collapsed {
	display: none
}
@media (max-width: 991px) {
	.portlet-collapsed-on-mobile {
		display: none
	}
}
.portlet.solid.white>.portlet-body,
.portlet.solid.white>.portlet-title {
	border: 0;
	color: #666
}
.portlet.solid.white>.portlet-title>.caption>i {
	color: #666
}
.portlet.solid.white>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.white>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.white>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.white>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.white>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.white>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.white {
	border: 1px solid #fff;
	border-top: 0
}
.portlet.box.white>.portlet-title>.caption,
.portlet.box.white>.portlet-title>.caption>i {
	color: #666
}
.portlet.box.white>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #fff;
	color: #fff
}
.portlet.box.default>.portlet-title,
.portlet.default,
.portlet>.portlet-body.default {
	background-color: #e1e5ec
}
.portlet.box.white>.portlet-title>.actions .btn-default>i {
	color: #fff
}
.portlet.box.white>.portlet-title>.actions .btn-default.active,
.portlet.box.white>.portlet-title>.actions .btn-default:active,
.portlet.box.white>.portlet-title>.actions .btn-default:focus,
.portlet.box.white>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #fff;
	color: #fff
}
.portlet.solid.default>.portlet-body,
.portlet.solid.default>.portlet-title {
	border: 0;
	color: #666
}
.portlet.solid.default>.portlet-title>.caption>i {
	color: #666
}
.portlet.solid.default>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.default>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.default>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.default>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.default>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.default>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.default {
	border: 1px solid #fff;
	border-top: 0
}
.portlet.box.default>.portlet-title>.caption,
.portlet.box.default>.portlet-title>.caption>i {
	color: #666
}
.portlet.box.default>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #fff;
	color: #fff
}
.portlet.box.dark>.portlet-title,
.portlet.dark,
.portlet>.portlet-body.dark {
	background-color: #2f353b
}
.portlet.box.default>.portlet-title>.actions .btn-default>i {
	color: #fff
}
.portlet.box.default>.portlet-title>.actions .btn-default.active,
.portlet.box.default>.portlet-title>.actions .btn-default:active,
.portlet.box.default>.portlet-title>.actions .btn-default:focus,
.portlet.box.default>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #fff;
	color: #fff
}
.portlet.solid.dark>.portlet-body,
.portlet.solid.dark>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.dark>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.dark>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.dark>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.dark>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.dark>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.dark>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.dark>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.dark {
	border: 1px solid #464f57;
	border-top: 0
}
.portlet.box.dark>.portlet-title>.caption,
.portlet.box.dark>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.dark>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #616d79;
	color: #6c7a88
}
.portlet.blue,
.portlet.box.blue>.portlet-title,
.portlet>.portlet-body.blue {
	background-color: #3598dc
}
.portlet.box.dark>.portlet-title>.actions .btn-default>i {
	color: #738290
}
.portlet.box.dark>.portlet-title>.actions .btn-default.active,
.portlet.box.dark>.portlet-title>.actions .btn-default:active,
.portlet.box.dark>.portlet-title>.actions .btn-default:focus,
.portlet.box.dark>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #798794;
	color: #8793a0
}
.portlet.solid.blue>.portlet-body,
.portlet.solid.blue>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.blue>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.blue>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.blue>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.blue>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.blue>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.blue>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.blue>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.blue {
	border: 1px solid #60aee4;
	border-top: 0
}
.portlet.box.blue>.portlet-title>.caption,
.portlet.box.blue>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.blue>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #95c9ed;
	color: #aad4f0
}
.portlet.blue-madison,
.portlet.box.blue-madison>.portlet-title,
.portlet>.portlet-body.blue-madison {
	background-color: #578ebe
}
.portlet.box.blue>.portlet-title>.actions .btn-default>i {
	color: #b7daf3
}
.portlet.box.blue>.portlet-title>.actions .btn-default.active,
.portlet.box.blue>.portlet-title>.actions .btn-default:active,
.portlet.box.blue>.portlet-title>.actions .btn-default:focus,
.portlet.box.blue>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #c0dff4;
	color: #d6eaf8
}
.portlet.solid.blue-madison>.portlet-body,
.portlet.solid.blue-madison>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.blue-madison>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.blue-madison>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.blue-madison>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.blue-madison>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.blue-madison>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.blue-madison>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.blue-madison>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.blue-madison {
	border: 1px solid #7ca7cc;
	border-top: 0
}
.portlet.box.blue-madison>.portlet-title>.caption,
.portlet.box.blue-madison>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.blue-madison>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #a8c4dd;
	color: #bad1e4
}
.portlet.blue-chambray,
.portlet.box.blue-chambray>.portlet-title,
.portlet>.portlet-body.blue-chambray {
	background-color: #2C3E50
}
.portlet.box.blue-madison>.portlet-title>.actions .btn-default>i {
	color: #c5d8e9
}
.portlet.box.blue-madison>.portlet-title>.actions .btn-default.active,
.portlet.box.blue-madison>.portlet-title>.actions .btn-default:active,
.portlet.box.blue-madison>.portlet-title>.actions .btn-default:focus,
.portlet.box.blue-madison>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #cdddec;
	color: #dfeaf3
}
.portlet.solid.blue-chambray>.portlet-body,
.portlet.solid.blue-chambray>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.blue-chambray>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.blue-chambray>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.blue-chambray>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.blue-chambray>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.blue-chambray>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.blue-chambray>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.blue-chambray>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.blue-chambray {
	border: 1px solid #3e5871;
	border-top: 0
}
.portlet.box.blue-chambray>.portlet-title>.caption,
.portlet.box.blue-chambray>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.blue-chambray>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #547698;
	color: #5f83a7
}
.portlet.blue-ebonyclay,
.portlet.box.blue-ebonyclay>.portlet-title,
.portlet>.portlet-body.blue-ebonyclay {
	background-color: #22313F
}
.portlet.box.blue-chambray>.portlet-title>.actions .btn-default>i {
	color: #698bac
}
.portlet.box.blue-chambray>.portlet-title>.actions .btn-default.active,
.portlet.box.blue-chambray>.portlet-title>.actions .btn-default:active,
.portlet.box.blue-chambray>.portlet-title>.actions .btn-default:focus,
.portlet.box.blue-chambray>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #6f90b0;
	color: #809cb9
}
.portlet.solid.blue-ebonyclay>.portlet-body,
.portlet.solid.blue-ebonyclay>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.blue-ebonyclay>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.blue-ebonyclay>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.blue-ebonyclay>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.blue-ebonyclay>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.blue-ebonyclay>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.blue-ebonyclay>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.blue-ebonyclay>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.blue-ebonyclay {
	border: 1px solid #344b60;
	border-top: 0
}
.portlet.box.blue-ebonyclay>.portlet-title>.caption,
.portlet.box.blue-ebonyclay>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.blue-ebonyclay>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #496a88;
	color: #527798
}
.portlet.blue-hoki,
.portlet.box.blue-hoki>.portlet-title,
.portlet>.portlet-body.blue-hoki {
	background-color: #67809F
}
.portlet.box.blue-ebonyclay>.portlet-title>.actions .btn-default>i {
	color: #587ea2
}
.portlet.box.blue-ebonyclay>.portlet-title>.actions .btn-default.active,
.portlet.box.blue-ebonyclay>.portlet-title>.actions .btn-default:active,
.portlet.box.blue-ebonyclay>.portlet-title>.actions .btn-default:focus,
.portlet.box.blue-ebonyclay>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #5d83a7;
	color: #6d90b0
}
.portlet.solid.blue-hoki>.portlet-body,
.portlet.solid.blue-hoki>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.blue-hoki>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.blue-hoki>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.blue-hoki>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.blue-hoki>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.blue-hoki>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.blue-hoki>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.blue-hoki>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.blue-hoki {
	border: 1px solid #869ab3;
	border-top: 0
}
.portlet.box.blue-hoki>.portlet-title>.caption,
.portlet.box.blue-hoki>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.blue-hoki>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #acb9ca;
	color: #bbc7d4
}
.portlet.blue-steel,
.portlet.box.blue-steel>.portlet-title,
.portlet>.portlet-body.blue-steel {
	background-color: #4B77BE
}
.portlet.box.blue-hoki>.portlet-title>.actions .btn-default>i {
	color: #c5ceda
}
.portlet.box.blue-hoki>.portlet-title>.actions .btn-default.active,
.portlet.box.blue-hoki>.portlet-title>.actions .btn-default:active,
.portlet.box.blue-hoki>.portlet-title>.actions .btn-default:focus,
.portlet.box.blue-hoki>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #cbd4de;
	color: #dbe1e8
}
.portlet.solid.blue-steel>.portlet-body,
.portlet.solid.blue-steel>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.blue-steel>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.blue-steel>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.blue-steel>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.blue-steel>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.blue-steel>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.blue-steel>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.blue-steel>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.blue-steel {
	border: 1px solid #7093cc;
	border-top: 0
}
.portlet.box.blue-steel>.portlet-title>.caption,
.portlet.box.blue-steel>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.blue-steel>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #9db5dc;
	color: #b0c3e3
}
.portlet.blue-soft,
.portlet.box.blue-soft>.portlet-title,
.portlet>.portlet-body.blue-soft {
	background-color: #4c87b9
}
.portlet.box.blue-steel>.portlet-title>.actions .btn-default>i {
	color: #bbcce7
}
.portlet.box.blue-steel>.portlet-title>.actions .btn-default.active,
.portlet.box.blue-steel>.portlet-title>.actions .btn-default:active,
.portlet.box.blue-steel>.portlet-title>.actions .btn-default:focus,
.portlet.box.blue-steel>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #c3d2e9;
	color: #d6e0f0
}
.portlet.solid.blue-soft>.portlet-body,
.portlet.solid.blue-soft>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.blue-soft>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.blue-soft>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.blue-soft>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.blue-soft>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.blue-soft>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.blue-soft>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.blue-soft>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.blue-soft {
	border: 1px solid #71a0c7;
	border-top: 0
}
.portlet.box.blue-soft>.portlet-title>.caption,
.portlet.box.blue-soft>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.blue-soft>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #9dbdd9;
	color: #afc9e0
}
.portlet.blue-dark,
.portlet.box.blue-dark>.portlet-title,
.portlet>.portlet-body.blue-dark {
	background-color: #5e738b
}
.portlet.box.blue-soft>.portlet-title>.actions .btn-default>i {
	color: #bad1e4
}
.portlet.box.blue-soft>.portlet-title>.actions .btn-default.active,
.portlet.box.blue-soft>.portlet-title>.actions .btn-default:active,
.portlet.box.blue-soft>.portlet-title>.actions .btn-default:focus,
.portlet.box.blue-soft>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #c1d6e7;
	color: #d4e2ee
}
.portlet.solid.blue-dark>.portlet-body,
.portlet.solid.blue-dark>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.blue-dark>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.blue-dark>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.blue-dark>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.blue-dark>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.blue-dark>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.blue-dark>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.blue-dark>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.blue-dark {
	border: 1px solid #788da4;
	border-top: 0
}
.portlet.box.blue-dark>.portlet-title>.caption,
.portlet.box.blue-dark>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.blue-dark>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #9dacbd;
	color: #acb8c7
}
.portlet.blue-sharp,
.portlet.box.blue-sharp>.portlet-title,
.portlet>.portlet-body.blue-sharp {
	background-color: #5C9BD1
}
.portlet.box.blue-dark>.portlet-title>.actions .btn-default>i {
	color: #b5c0cd
}
.portlet.box.blue-dark>.portlet-title>.actions .btn-default.active,
.portlet.box.blue-dark>.portlet-title>.actions .btn-default:active,
.portlet.box.blue-dark>.portlet-title>.actions .btn-default:focus,
.portlet.box.blue-dark>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #bbc5d1;
	color: #cad2db
}
.portlet.solid.blue-sharp>.portlet-body,
.portlet.solid.blue-sharp>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.blue-sharp>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.blue-sharp>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.blue-sharp>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.blue-sharp>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.blue-sharp>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.blue-sharp>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.blue-sharp>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.blue-sharp {
	border: 1px solid #84b3dc;
	border-top: 0
}
.portlet.box.blue-sharp>.portlet-title>.caption,
.portlet.box.blue-sharp>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.blue-sharp>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #b4d1ea;
	color: #c7ddef
}
.portlet.blue-oleo,
.portlet.box.blue-oleo>.portlet-title,
.portlet>.portlet-body.blue-oleo {
	background-color: #94A0B2
}
.portlet.box.blue-sharp>.portlet-title>.actions .btn-default>i {
	color: #d3e4f3
}
.portlet.box.blue-sharp>.portlet-title>.actions .btn-default.active,
.portlet.box.blue-sharp>.portlet-title>.actions .btn-default:active,
.portlet.box.blue-sharp>.portlet-title>.actions .btn-default:focus,
.portlet.box.blue-sharp>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #dbe9f5;
	color: #eff5fb
}
.portlet.solid.blue-oleo>.portlet-body,
.portlet.solid.blue-oleo>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.blue-oleo>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.blue-oleo>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.blue-oleo>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.blue-oleo>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.blue-oleo>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.blue-oleo>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.blue-oleo>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.blue-oleo {
	border: 1px solid #b2bac7;
	border-top: 0
}
.portlet.box.blue-oleo>.portlet-title>.caption,
.portlet.box.blue-oleo>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.blue-oleo>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #d5dae1;
	color: #e4e7ec
}
.portlet.box.green>.portlet-title,
.portlet.green,
.portlet>.portlet-body.green {
	background-color: #32c5d2
}
.portlet.box.blue-oleo>.portlet-title>.actions .btn-default>i {
	color: #edeff2
}
.portlet.box.blue-oleo>.portlet-title>.actions .btn-default.active,
.portlet.box.blue-oleo>.portlet-title>.actions .btn-default:active,
.portlet.box.blue-oleo>.portlet-title>.actions .btn-default:focus,
.portlet.box.blue-oleo>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #f3f4f6;
	color: #fff
}
.portlet.solid.green>.portlet-body,
.portlet.solid.green>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.green>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.green>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.green>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.green>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.green>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.green>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.green>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.green {
	border: 1px solid #5cd1db;
	border-top: 0
}
.portlet.box.green>.portlet-title>.caption,
.portlet.box.green>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.green>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #8edfe6;
	color: #a3e5eb
}
.portlet.box.green-meadow>.portlet-title,
.portlet.green-meadow,
.portlet>.portlet-body.green-meadow {
	background-color: #1BBC9B
}
.portlet.box.green>.portlet-title>.actions .btn-default>i {
	color: #afe8ee
}
.portlet.box.green>.portlet-title>.actions .btn-default.active,
.portlet.box.green>.portlet-title>.actions .btn-default:active,
.portlet.box.green>.portlet-title>.actions .btn-default:focus,
.portlet.box.green>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #b8ebef;
	color: #cdf1f4
}
.portlet.solid.green-meadow>.portlet-body,
.portlet.solid.green-meadow>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.green-meadow>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.green-meadow>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.green-meadow>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.green-meadow>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.green-meadow>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.green-meadow>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.green-meadow>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.green-meadow {
	border: 1px solid #2ae0bb;
	border-top: 0
}
.portlet.box.green-meadow>.portlet-title>.caption,
.portlet.box.green-meadow>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.green-meadow>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #5fe8cc;
	color: #75ebd3
}
.portlet.box.green-seagreen>.portlet-title,
.portlet.green-seagreen,
.portlet>.portlet-body.green-seagreen {
	background-color: #1BA39C
}
.portlet.box.green-meadow>.portlet-title>.actions .btn-default>i {
	color: #83edd7
}
.portlet.box.green-meadow>.portlet-title>.actions .btn-default.active,
.portlet.box.green-meadow>.portlet-title>.actions .btn-default:active,
.portlet.box.green-meadow>.portlet-title>.actions .btn-default:focus,
.portlet.box.green-meadow>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #8ceeda;
	color: #a2f2e1
}
.portlet.solid.green-seagreen>.portlet-body,
.portlet.solid.green-seagreen>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.green-seagreen>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.green-seagreen>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.green-seagreen>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.green-seagreen>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.green-seagreen>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.green-seagreen>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.green-seagreen>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.green-seagreen {
	border: 1px solid #22cfc6;
	border-top: 0
}
.portlet.box.green-seagreen>.portlet-title>.caption,
.portlet.box.green-seagreen>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.green-seagreen>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #4de1da;
	color: #63e5de
}
.portlet.box.green-turquoise>.portlet-title,
.portlet.green-turquoise,
.portlet>.portlet-body.green-turquoise {
	background-color: #36D7B7
}
.portlet.box.green-seagreen>.portlet-title>.actions .btn-default>i {
	color: #70e7e1
}
.portlet.box.green-seagreen>.portlet-title>.actions .btn-default.active,
.portlet.box.green-seagreen>.portlet-title>.actions .btn-default:active,
.portlet.box.green-seagreen>.portlet-title>.actions .btn-default:focus,
.portlet.box.green-seagreen>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #78e9e3;
	color: #8eece8
}
.portlet.solid.green-turquoise>.portlet-body,
.portlet.solid.green-turquoise>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.green-turquoise>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.green-turquoise>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.green-turquoise>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.green-turquoise>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.green-turquoise>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.green-turquoise>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.green-turquoise>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.green-turquoise {
	border: 1px solid #61dfc6;
	border-top: 0
}
.portlet.box.green-turquoise>.portlet-title>.caption,
.portlet.box.green-turquoise>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.green-turquoise>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #94ead9;
	color: #a9eee0
}
.portlet.box.green-haze>.portlet-title,
.portlet.green-haze,
.portlet>.portlet-body.green-haze {
	background-color: #44b6ae
}
.portlet.box.green-turquoise>.portlet-title>.actions .btn-default>i {
	color: #b6f0e5
}
.portlet.box.green-turquoise>.portlet-title>.actions .btn-default.active,
.portlet.box.green-turquoise>.portlet-title>.actions .btn-default:active,
.portlet.box.green-turquoise>.portlet-title>.actions .btn-default:focus,
.portlet.box.green-turquoise>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #bef2e8;
	color: #d3f6ef
}
.portlet.solid.green-haze>.portlet-body,
.portlet.solid.green-haze>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.green-haze>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.green-haze>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.green-haze>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.green-haze>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.green-haze>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.green-haze>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.green-haze>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.green-haze {
	border: 1px solid #67c6bf;
	border-top: 0
}
.portlet.box.green-haze>.portlet-title>.caption,
.portlet.box.green-haze>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.green-haze>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #93d7d2;
	color: #a6deda
}
.portlet.box.green-jungle>.portlet-title,
.portlet.green-jungle,
.portlet>.portlet-body.green-jungle {
	background-color: #26C281
}
.portlet.box.green-haze>.portlet-title>.actions .btn-default>i {
	color: #b1e2de
}
.portlet.box.green-haze>.portlet-title>.actions .btn-default.active,
.portlet.box.green-haze>.portlet-title>.actions .btn-default:active,
.portlet.box.green-haze>.portlet-title>.actions .btn-default:focus,
.portlet.box.green-haze>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #b9e5e2;
	color: #cbece9
}
.portlet.solid.green-jungle>.portlet-body,
.portlet.solid.green-jungle>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.green-jungle>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.green-jungle>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.green-jungle>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.green-jungle>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.green-jungle>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.green-jungle>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.green-jungle>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.green-jungle {
	border: 1px solid #41da9a;
	border-top: 0
}
.portlet.box.green-jungle>.portlet-title>.caption,
.portlet.box.green-jungle>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.green-jungle>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #74e4b5;
	color: #8ae8c1
}
.portlet.box.green-soft>.portlet-title,
.portlet.green-soft,
.portlet>.portlet-body.green-soft {
	background-color: #3faba4
}
.portlet.box.green-jungle>.portlet-title>.actions .btn-default>i {
	color: #96ebc8
}
.portlet.box.green-jungle>.portlet-title>.actions .btn-default.active,
.portlet.box.green-jungle>.portlet-title>.actions .btn-default:active,
.portlet.box.green-jungle>.portlet-title>.actions .btn-default:focus,
.portlet.box.green-jungle>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #9feccc;
	color: #b4f0d7
}
.portlet.solid.green-soft>.portlet-body,
.portlet.solid.green-soft>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.green-soft>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.green-soft>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.green-soft>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.green-soft>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.green-soft>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.green-soft>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.green-soft>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.green-soft {
	border: 1px solid #5bc2bc;
	border-top: 0
}
.portlet.box.green-soft>.portlet-title>.caption,
.portlet.box.green-soft>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.green-soft>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #87d3ce;
	color: #9adad6
}
.portlet.box.green-dark>.portlet-title,
.portlet.green-dark,
.portlet>.portlet-body.green-dark {
	background-color: #4DB3A2
}
.portlet.box.green-soft>.portlet-title>.actions .btn-default>i {
	color: #a5deda
}
.portlet.box.green-soft>.portlet-title>.actions .btn-default.active,
.portlet.box.green-soft>.portlet-title>.actions .btn-default:active,
.portlet.box.green-soft>.portlet-title>.actions .btn-default:focus,
.portlet.box.green-soft>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #ade1dd;
	color: #bfe7e5
}
.portlet.solid.green-dark>.portlet-body,
.portlet.solid.green-dark>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.green-dark>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.green-dark>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.green-dark>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.green-dark>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.green-dark>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.green-dark>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.green-dark>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.green-dark {
	border: 1px solid #71c2b5;
	border-top: 0
}
.portlet.box.green-dark>.portlet-title>.caption,
.portlet.box.green-dark>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.green-dark>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #9cd5cb;
	color: #addcd4
}
.portlet.box.green-sharp>.portlet-title,
.portlet.green-sharp,
.portlet>.portlet-body.green-sharp {
	background-color: #2ab4c0
}
.portlet.box.green-dark>.portlet-title>.actions .btn-default>i {
	color: #b8e1da
}
.portlet.box.green-dark>.portlet-title>.actions .btn-default.active,
.portlet.box.green-dark>.portlet-title>.actions .btn-default:active,
.portlet.box.green-dark>.portlet-title>.actions .btn-default:focus,
.portlet.box.green-dark>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #bfe4de;
	color: #d1ebe7
}
.portlet.solid.green-sharp>.portlet-body,
.portlet.solid.green-sharp>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.green-sharp>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.green-sharp>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.green-sharp>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.green-sharp>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.green-sharp>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.green-sharp>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.green-sharp>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.green-sharp {
	border: 1px solid #46cbd7;
	border-top: 0
}
.portlet.box.green-sharp>.portlet-title>.caption,
.portlet.box.green-sharp>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.green-sharp>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #79d9e2;
	color: #8edfe6
}
.portlet.box.green-steel>.portlet-title,
.portlet.green-steel,
.portlet>.portlet-body.green-steel {
	background-color: #29b4b6
}
.portlet.box.green-sharp>.portlet-title>.actions .btn-default>i {
	color: #9ae3e9
}
.portlet.box.green-sharp>.portlet-title>.actions .btn-default.active,
.portlet.box.green-sharp>.portlet-title>.actions .btn-default:active,
.portlet.box.green-sharp>.portlet-title>.actions .btn-default:focus,
.portlet.box.green-sharp>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #a2e5eb;
	color: #b7ebef
}
.portlet.solid.green-steel>.portlet-body,
.portlet.solid.green-steel>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.green-steel>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.green-steel>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.green-steel>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.green-steel>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.green-steel>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.green-steel>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.green-steel>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.green-steel {
	border: 1px solid #3ed1d4;
	border-top: 0
}
.portlet.box.green-steel>.portlet-title>.caption,
.portlet.box.green-steel>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.green-steel>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #70dddf;
	color: #85e2e4
}
.portlet.box.grey>.portlet-title,
.portlet.grey,
.portlet>.portlet-body.grey {
	background-color: #E5E5E5
}
.portlet.box.green-steel>.portlet-title>.actions .btn-default>i {
	color: #92e5e6
}
.portlet.box.green-steel>.portlet-title>.actions .btn-default.active,
.portlet.box.green-steel>.portlet-title>.actions .btn-default:active,
.portlet.box.green-steel>.portlet-title>.actions .btn-default:focus,
.portlet.box.green-steel>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #9ae7e8;
	color: #afeced
}
.portlet.solid.grey>.portlet-body,
.portlet.solid.grey>.portlet-title {
	border: 0;
	color: #333
}
.portlet.solid.grey>.portlet-title>.caption>i {
	color: #333
}
.portlet.solid.grey>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.grey>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.grey>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.grey>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.grey>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.grey>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.grey {
	border: 1px solid #fff;
	border-top: 0
}
.portlet.box.grey>.portlet-title>.caption,
.portlet.box.grey>.portlet-title>.caption>i {
	color: #333
}
.portlet.box.grey>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #fff;
	color: #fff
}
.portlet.box.grey-steel>.portlet-title,
.portlet.grey-steel,
.portlet>.portlet-body.grey-steel {
	background-color: #e9edef
}
.portlet.box.grey>.portlet-title>.actions .btn-default>i {
	color: #fff
}
.portlet.box.grey>.portlet-title>.actions .btn-default.active,
.portlet.box.grey>.portlet-title>.actions .btn-default:active,
.portlet.box.grey>.portlet-title>.actions .btn-default:focus,
.portlet.box.grey>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #fff;
	color: #fff
}
.portlet.solid.grey-steel>.portlet-body,
.portlet.solid.grey-steel>.portlet-title {
	border: 0;
	color: #80898e
}
.portlet.solid.grey-steel>.portlet-title>.caption>i {
	color: #80898e
}
.portlet.solid.grey-steel>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.grey-steel>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.grey-steel>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.grey-steel>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.grey-steel>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.grey-steel>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.grey-steel {
	border: 1px solid #fff;
	border-top: 0
}
.portlet.box.grey-steel>.portlet-title>.caption,
.portlet.box.grey-steel>.portlet-title>.caption>i {
	color: #80898e
}
.portlet.box.grey-steel>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #fff;
	color: #fff
}
.portlet.box.grey-cararra>.portlet-title,
.portlet.grey-cararra,
.portlet>.portlet-body.grey-cararra {
	background-color: #fafafa
}
.portlet.box.grey-steel>.portlet-title>.actions .btn-default>i {
	color: #fff
}
.portlet.box.grey-steel>.portlet-title>.actions .btn-default.active,
.portlet.box.grey-steel>.portlet-title>.actions .btn-default:active,
.portlet.box.grey-steel>.portlet-title>.actions .btn-default:focus,
.portlet.box.grey-steel>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #fff;
	color: #fff
}
.portlet.solid.grey-cararra>.portlet-body,
.portlet.solid.grey-cararra>.portlet-title {
	border: 0;
	color: #333
}
.portlet.solid.grey-cararra>.portlet-title>.caption>i {
	color: #333
}
.portlet.solid.grey-cararra>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.grey-cararra>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.grey-cararra>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.grey-cararra>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.grey-cararra>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.grey-cararra>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.grey-cararra {
	border: 1px solid #fff;
	border-top: 0
}
.portlet.box.grey-cararra>.portlet-title>.caption,
.portlet.box.grey-cararra>.portlet-title>.caption>i {
	color: #333
}
.portlet.box.grey-cararra>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #fff;
	color: #fff
}
.portlet.box.grey-gallery>.portlet-title,
.portlet.grey-gallery,
.portlet>.portlet-body.grey-gallery {
	background-color: #555
}
.portlet.box.grey-cararra>.portlet-title>.actions .btn-default>i {
	color: #fff
}
.portlet.box.grey-cararra>.portlet-title>.actions .btn-default.active,
.portlet.box.grey-cararra>.portlet-title>.actions .btn-default:active,
.portlet.box.grey-cararra>.portlet-title>.actions .btn-default:focus,
.portlet.box.grey-cararra>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #fff;
	color: #fff
}
.portlet.solid.grey-gallery>.portlet-body,
.portlet.solid.grey-gallery>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.grey-gallery>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.grey-gallery>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.grey-gallery>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.grey-gallery>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.grey-gallery>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.grey-gallery>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.grey-gallery>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.grey-gallery {
	border: 1px solid #6f6f6f;
	border-top: 0
}
.portlet.box.grey-gallery>.portlet-title>.caption,
.portlet.box.grey-gallery>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.grey-gallery>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #8d8d8d;
	color: #9a9a9a
}
.portlet.box.grey-cascade>.portlet-title,
.portlet.grey-cascade,
.portlet>.portlet-body.grey-cascade {
	background-color: #95A5A6
}
.portlet.box.grey-gallery>.portlet-title>.actions .btn-default>i {
	color: #a2a2a2
}
.portlet.box.grey-gallery>.portlet-title>.actions .btn-default.active,
.portlet.box.grey-gallery>.portlet-title>.actions .btn-default:active,
.portlet.box.grey-gallery>.portlet-title>.actions .btn-default:focus,
.portlet.box.grey-gallery>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #a7a7a7;
	color: #b3b3b3
}
.portlet.solid.grey-cascade>.portlet-body,
.portlet.solid.grey-cascade>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.grey-cascade>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.grey-cascade>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.grey-cascade>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.grey-cascade>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.grey-cascade>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.grey-cascade>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.grey-cascade>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.grey-cascade {
	border: 1px solid #b1bdbd;
	border-top: 0
}
.portlet.box.grey-cascade>.portlet-title>.caption,
.portlet.box.grey-cascade>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.grey-cascade>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #d2d9d9;
	color: #e0e5e5
}
.portlet.box.grey-silver>.portlet-title,
.portlet.grey-silver,
.portlet>.portlet-body.grey-silver {
	background-color: #BFBFBF
}
.portlet.box.grey-cascade>.portlet-title>.actions .btn-default>i {
	color: #e8ecec
}
.portlet.box.grey-cascade>.portlet-title>.actions .btn-default.active,
.portlet.box.grey-cascade>.portlet-title>.actions .btn-default:active,
.portlet.box.grey-cascade>.portlet-title>.actions .btn-default:focus,
.portlet.box.grey-cascade>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #eef0f0;
	color: #fcfcfc
}
.portlet.solid.grey-silver>.portlet-body,
.portlet.solid.grey-silver>.portlet-title {
	border: 0;
	color: #FAFCFB
}
.portlet.solid.grey-silver>.portlet-title>.caption>i {
	color: #FAFCFB
}
.portlet.solid.grey-silver>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.grey-silver>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.grey-silver>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.grey-silver>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.grey-silver>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.grey-silver>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.grey-silver {
	border: 1px solid #d9d9d9;
	border-top: 0
}
.portlet.box.grey-silver>.portlet-title>.caption,
.portlet.box.grey-silver>.portlet-title>.caption>i {
	color: #FAFCFB
}
.portlet.box.grey-silver>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #f7f7f7;
	color: #fff
}
.portlet.box.grey-salsa>.portlet-title,
.portlet.grey-salsa,
.portlet>.portlet-body.grey-salsa {
	background-color: #ACB5C3
}
.portlet.box.grey-silver>.portlet-title>.actions .btn-default>i {
	color: #fff
}
.portlet.box.grey-silver>.portlet-title>.actions .btn-default.active,
.portlet.box.grey-silver>.portlet-title>.actions .btn-default:active,
.portlet.box.grey-silver>.portlet-title>.actions .btn-default:focus,
.portlet.box.grey-silver>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #fff;
	color: #fff
}
.portlet.solid.grey-salsa>.portlet-body,
.portlet.solid.grey-salsa>.portlet-title {
	border: 0;
	color: #FAFCFB
}
.portlet.solid.grey-salsa>.portlet-title>.caption {
	font-weight: 400
}
.portlet.solid.grey-salsa>.portlet-title>.caption>i {
	color: #FAFCFB
}
.portlet.solid.grey-salsa>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.grey-salsa>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.grey-salsa>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.grey-salsa>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.grey-salsa>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.grey-salsa>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.grey-salsa {
	border: 1px solid #cacfd8;
	border-top: 0
}
.portlet.box.grey-salsa>.portlet-title>.caption,
.portlet.box.grey-salsa>.portlet-title>.caption>i {
	color: #FAFCFB
}
.portlet.box.grey-salsa>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #edeff2;
	color: #fcfcfd
}
.portlet.box.grey-salt>.portlet-title,
.portlet.grey-salt,
.portlet>.portlet-body.grey-salt {
	background-color: #bfcad1
}
.portlet.box.grey-salsa>.portlet-title>.actions .btn-default>i {
	color: #fff
}
.portlet.box.grey-salsa>.portlet-title>.actions .btn-default.active,
.portlet.box.grey-salsa>.portlet-title>.actions .btn-default:active,
.portlet.box.grey-salsa>.portlet-title>.actions .btn-default:focus,
.portlet.box.grey-salsa>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #fff;
	color: #fff
}
.portlet.solid.grey-salt>.portlet-body,
.portlet.solid.grey-salt>.portlet-title {
	border: 0;
	color: #FAFCFB
}
.portlet.solid.grey-salt>.portlet-title>.caption>i {
	color: #FAFCFB
}
.portlet.solid.grey-salt>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.grey-salt>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.grey-salt>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.grey-salt>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.grey-salt>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.grey-salt>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.grey-salt {
	border: 1px solid #dde3e6;
	border-top: 0
}
.portlet.box.grey-salt>.portlet-title>.caption,
.portlet.box.grey-salt>.portlet-title>.caption>i {
	color: #FAFCFB
}
.portlet.box.grey-salt>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #fff;
	color: #fff
}
.portlet.box.grey-mint>.portlet-title,
.portlet.grey-mint,
.portlet>.portlet-body.grey-mint {
	background-color: #525e64
}
.portlet.box.grey-salt>.portlet-title>.actions .btn-default>i {
	color: #fff
}
.portlet.box.grey-salt>.portlet-title>.actions .btn-default.active,
.portlet.box.grey-salt>.portlet-title>.actions .btn-default:active,
.portlet.box.grey-salt>.portlet-title>.actions .btn-default:focus,
.portlet.box.grey-salt>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #fff;
	color: #fff
}
.portlet.solid.grey-mint>.portlet-body,
.portlet.solid.grey-mint>.portlet-title {
	border: 0;
	color: #FFF
}
.portlet.solid.grey-mint>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.solid.grey-mint>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.grey-mint>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.grey-mint>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.grey-mint>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.grey-mint>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.grey-mint>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.grey-mint {
	border: 1px solid #697880;
	border-top: 0
}
.portlet.box.grey-mint>.portlet-title>.caption,
.portlet.box.grey-mint>.portlet-title>.caption>i {
	color: #FFF
}
.portlet.box.grey-mint>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #88979e;
	color: #96a3a9
}
.portlet.box.red>.portlet-title,
.portlet.red,
.portlet>.portlet-body.red {
	background-color: #e7505a
}
.portlet.box.grey-mint>.portlet-title>.actions .btn-default>i {
	color: #9faab0
}
.portlet.box.grey-mint>.portlet-title>.actions .btn-default.active,
.portlet.box.grey-mint>.portlet-title>.actions .btn-default:active,
.portlet.box.grey-mint>.portlet-title>.actions .btn-default:focus,
.portlet.box.grey-mint>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #a4afb5;
	color: #b2bcc0
}
.portlet.solid.red>.portlet-body,
.portlet.solid.red>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.red>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.red>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.red>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.red>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.red>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.red>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.red>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.red {
	border: 1px solid #ed7d84;
	border-top: 0
}
.portlet.box.red>.portlet-title>.caption,
.portlet.box.red>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.red>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #f5b3b7;
	color: #f8c9cc
}
.portlet.box.red-pink>.portlet-title,
.portlet.red-pink,
.portlet>.portlet-body.red-pink {
	background-color: #E08283
}
.portlet.box.red>.portlet-title>.actions .btn-default>i {
	color: #f9d7d9
}
.portlet.box.red>.portlet-title>.actions .btn-default.active,
.portlet.box.red>.portlet-title>.actions .btn-default:active,
.portlet.box.red>.portlet-title>.actions .btn-default:focus,
.portlet.box.red>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #fbe0e1;
	color: #fef6f6
}
.portlet.solid.red-pink>.portlet-body,
.portlet.solid.red-pink>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.red-pink>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.red-pink>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.red-pink>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.red-pink>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.red-pink>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.red-pink>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.red-pink>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.red-pink {
	border: 1px solid #eaabac;
	border-top: 0
}
.portlet.box.red-pink>.portlet-title>.caption,
.portlet.box.red-pink>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.red-pink>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #f6dcdc;
	color: #fbf0f0
}
.portlet.box.red-sunglo>.portlet-title,
.portlet.red-sunglo,
.portlet>.portlet-body.red-sunglo {
	background-color: #E26A6A
}
.portlet.box.red-pink>.portlet-title>.actions .btn-default>i {
	color: #fefdfd
}
.portlet.box.red-pink>.portlet-title>.actions .btn-default.active,
.portlet.box.red-pink>.portlet-title>.actions .btn-default:active,
.portlet.box.red-pink>.portlet-title>.actions .btn-default:focus,
.portlet.box.red-pink>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #fff;
	color: #fff
}
.portlet.solid.red-sunglo>.portlet-body,
.portlet.solid.red-sunglo>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.red-sunglo>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.red-sunglo>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.red-sunglo>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.red-sunglo>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.red-sunglo>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.red-sunglo>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.red-sunglo>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.red-sunglo {
	border: 1px solid #ea9595;
	border-top: 0
}
.portlet.box.red-sunglo>.portlet-title>.caption,
.portlet.box.red-sunglo>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.red-sunglo>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #f4c8c8;
	color: #f8dddd
}
.portlet.box.red-intense>.portlet-title,
.portlet.red-intense,
.portlet>.portlet-body.red-intense {
	background-color: #e35b5a
}
.portlet.box.red-sunglo>.portlet-title>.actions .btn-default>i {
	color: #fbeaea
}
.portlet.box.red-sunglo>.portlet-title>.actions .btn-default.active,
.portlet.box.red-sunglo>.portlet-title>.actions .btn-default:active,
.portlet.box.red-sunglo>.portlet-title>.actions .btn-default:focus,
.portlet.box.red-sunglo>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #fdf3f3;
	color: #fff
}
.portlet.solid.red-intense>.portlet-body,
.portlet.solid.red-intense>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.red-intense>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.red-intense>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.red-intense>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.red-intense>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.red-intense>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.red-intense>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.red-intense>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.red-intense {
	border: 1px solid #ea8686;
	border-top: 0
}
.portlet.box.red-intense>.portlet-title>.caption,
.portlet.box.red-intense>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.red-intense>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #f3baba;
	color: #f7d0d0
}
.portlet.box.red-thunderbird>.portlet-title,
.portlet.red-thunderbird,
.portlet>.portlet-body.red-thunderbird {
	background-color: #D91E18
}
.portlet.box.red-intense>.portlet-title>.actions .btn-default>i {
	color: #f9dddd
}
.portlet.box.red-intense>.portlet-title>.actions .btn-default.active,
.portlet.box.red-intense>.portlet-title>.actions .btn-default:active,
.portlet.box.red-intense>.portlet-title>.actions .btn-default:focus,
.portlet.box.red-intense>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #fbe6e6;
	color: #fefbfb
}
.portlet.solid.red-thunderbird>.portlet-body,
.portlet.solid.red-thunderbird>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.red-thunderbird>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.red-thunderbird>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.red-thunderbird>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.red-thunderbird>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.red-thunderbird>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.red-thunderbird>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.red-thunderbird>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.red-thunderbird {
	border: 1px solid #e9403b;
	border-top: 0
}
.portlet.box.red-thunderbird>.portlet-title>.caption,
.portlet.box.red-thunderbird>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.red-thunderbird>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #ef7672;
	color: #f28c89
}
.portlet.box.red-flamingo>.portlet-title,
.portlet.red-flamingo,
.portlet>.portlet-body.red-flamingo {
	background-color: #EF4836
}
.portlet.box.red-thunderbird>.portlet-title>.actions .btn-default>i {
	color: #f39997
}
.portlet.box.red-thunderbird>.portlet-title>.actions .btn-default.active,
.portlet.box.red-thunderbird>.portlet-title>.actions .btn-default:active,
.portlet.box.red-thunderbird>.portlet-title>.actions .btn-default:focus,
.portlet.box.red-thunderbird>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #f4a2a0;
	color: #f7b9b7
}
.portlet.solid.red-flamingo>.portlet-body,
.portlet.solid.red-flamingo>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.red-flamingo>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.red-flamingo>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.red-flamingo>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.red-flamingo>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.red-flamingo>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.red-flamingo>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.red-flamingo>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.red-flamingo {
	border: 1px solid #f37365;
	border-top: 0
}
.portlet.box.red-flamingo>.portlet-title>.caption,
.portlet.box.red-flamingo>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.red-flamingo>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #f7a79e;
	color: #f9bcb6
}
.portlet.box.red-soft>.portlet-title,
.portlet.red-soft,
.portlet>.portlet-body.red-soft {
	background-color: #d05454
}
.portlet.box.red-flamingo>.portlet-title>.actions .btn-default>i {
	color: #fac9c4
}
.portlet.box.red-flamingo>.portlet-title>.actions .btn-default.active,
.portlet.box.red-flamingo>.portlet-title>.actions .btn-default:active,
.portlet.box.red-flamingo>.portlet-title>.actions .btn-default:focus,
.portlet.box.red-flamingo>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #fbd2cd;
	color: #fde7e5
}
.portlet.solid.red-soft>.portlet-body,
.portlet.solid.red-soft>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.red-soft>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.red-soft>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.red-soft>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.red-soft>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.red-soft>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.red-soft>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.red-soft>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.red-soft {
	border: 1px solid #db7c7c;
	border-top: 0
}
.portlet.box.red-soft>.portlet-title>.caption,
.portlet.box.red-soft>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.red-soft>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #e8acac;
	color: #eec0c0
}
.portlet.box.red-haze>.portlet-title,
.portlet.red-haze,
.portlet>.portlet-body.red-haze {
	background-color: #f36a5a
}
.portlet.box.red-soft>.portlet-title>.actions .btn-default>i {
	color: #f1cccc
}
.portlet.box.red-soft>.portlet-title>.actions .btn-default.active,
.portlet.box.red-soft>.portlet-title>.actions .btn-default:active,
.portlet.box.red-soft>.portlet-title>.actions .btn-default:focus,
.portlet.box.red-soft>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #f3d4d4;
	color: #f9e8e8
}
.portlet.solid.red-haze>.portlet-body,
.portlet.solid.red-haze>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.red-haze>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.red-haze>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.red-haze>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.red-haze>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.red-haze>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.red-haze>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.red-haze>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.red-haze {
	border: 1px solid #f6958a;
	border-top: 0
}
.portlet.box.red-haze>.portlet-title>.caption,
.portlet.box.red-haze>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.red-haze>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #fbc8c3;
	color: #fcdeda
}
.portlet.box.red-mint>.portlet-title,
.portlet.red-mint,
.portlet>.portlet-body.red-mint {
	background-color: #e43a45
}
.portlet.box.red-haze>.portlet-title>.actions .btn-default>i {
	color: #fdebe9
}
.portlet.box.red-haze>.portlet-title>.actions .btn-default.active,
.portlet.box.red-haze>.portlet-title>.actions .btn-default:active,
.portlet.box.red-haze>.portlet-title>.actions .btn-default:focus,
.portlet.box.red-haze>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #fef3f2;
	color: #fff
}
.portlet.solid.red-mint>.portlet-body,
.portlet.solid.red-mint>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.red-mint>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.red-mint>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.red-mint>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.red-mint>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.red-mint>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.red-mint>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.red-mint>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.red-mint {
	border: 1px solid #ea676f;
	border-top: 0
}
.portlet.box.red-mint>.portlet-title>.caption,
.portlet.box.red-mint>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.red-mint>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #f29da2;
	color: #f5b3b7
}
.portlet.box.yellow>.portlet-title,
.portlet.yellow,
.portlet>.portlet-body.yellow {
	background-color: #c49f47
}
.portlet.box.red-mint>.portlet-title>.actions .btn-default>i {
	color: #f6c1c4
}
.portlet.box.red-mint>.portlet-title>.actions .btn-default.active,
.portlet.box.red-mint>.portlet-title>.actions .btn-default:active,
.portlet.box.red-mint>.portlet-title>.actions .btn-default:focus,
.portlet.box.red-mint>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #f8cacd;
	color: #fbe0e2
}
.portlet.solid.yellow>.portlet-body,
.portlet.solid.yellow>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.yellow>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.yellow>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.yellow>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.yellow>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.yellow>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.yellow>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.yellow>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.yellow {
	border: 1px solid #d0b36e;
	border-top: 0
}
.portlet.box.yellow>.portlet-title>.caption,
.portlet.box.yellow>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.yellow>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #dfcb9c;
	color: #e5d5af
}
.portlet.box.yellow-gold>.portlet-title,
.portlet.yellow-gold,
.portlet>.portlet-body.yellow-gold {
	background-color: #E87E04
}
.portlet.box.yellow>.portlet-title>.actions .btn-default>i {
	color: #e9dbbb
}
.portlet.box.yellow>.portlet-title>.actions .btn-default.active,
.portlet.box.yellow>.portlet-title>.actions .btn-default:active,
.portlet.box.yellow>.portlet-title>.actions .btn-default:focus,
.portlet.box.yellow>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #ecdfc3;
	color: #f2ead6
}
.portlet.solid.yellow-gold>.portlet-body,
.portlet.solid.yellow-gold>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.yellow-gold>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.yellow-gold>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.yellow-gold>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.yellow-gold>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.yellow-gold>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.yellow-gold>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.yellow-gold>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.yellow-gold {
	border: 1px solid #fb9724;
	border-top: 0
}
.portlet.box.yellow-gold>.portlet-title>.caption,
.portlet.box.yellow-gold>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.yellow-gold>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #fcb460;
	color: #fdbf79
}
.portlet.box.yellow-casablanca>.portlet-title,
.portlet.yellow-casablanca,
.portlet>.portlet-body.yellow-casablanca {
	background-color: #f2784b
}
.portlet.box.yellow-gold>.portlet-title>.actions .btn-default>i {
	color: #fdc788
}
.portlet.box.yellow-gold>.portlet-title>.actions .btn-default.active,
.portlet.box.yellow-gold>.portlet-title>.actions .btn-default:active,
.portlet.box.yellow-gold>.portlet-title>.actions .btn-default:focus,
.portlet.box.yellow-gold>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #fdcb92;
	color: #fed7ab
}
.portlet.solid.yellow-casablanca>.portlet-body,
.portlet.solid.yellow-casablanca>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.yellow-casablanca>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.yellow-casablanca>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.yellow-casablanca>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.yellow-casablanca>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.yellow-casablanca>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.yellow-casablanca>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.yellow-casablanca>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.yellow-casablanca {
	border: 1px solid #f59c7b;
	border-top: 0
}
.portlet.box.yellow-casablanca>.portlet-title>.caption,
.portlet.box.yellow-casablanca>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.yellow-casablanca>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #fac6b4;
	color: #fbd8cb
}
.portlet.box.yellow-crusta>.portlet-title,
.portlet.yellow-crusta,
.portlet>.portlet-body.yellow-crusta {
	background-color: #f3c200
}
.portlet.box.yellow-casablanca>.portlet-title>.actions .btn-default>i {
	color: #fce3da
}
.portlet.box.yellow-casablanca>.portlet-title>.actions .btn-default.active,
.portlet.box.yellow-casablanca>.portlet-title>.actions .btn-default:active,
.portlet.box.yellow-casablanca>.portlet-title>.actions .btn-default:focus,
.portlet.box.yellow-casablanca>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #fdeae3;
	color: #fffcfb
}
.portlet.solid.yellow-crusta>.portlet-body,
.portlet.solid.yellow-crusta>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.yellow-crusta>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.yellow-crusta>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.yellow-crusta>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.yellow-crusta>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.yellow-crusta>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.yellow-crusta>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.yellow-crusta>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.yellow-crusta {
	border: 1px solid #ffd327;
	border-top: 0
}
.portlet.box.yellow-crusta>.portlet-title>.caption,
.portlet.box.yellow-crusta>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.yellow-crusta>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #ffe064;
	color: #ffe57e
}
.portlet.box.yellow-lemon>.portlet-title,
.portlet.yellow-lemon,
.portlet>.portlet-body.yellow-lemon {
	background-color: #F7CA18
}
.portlet.box.yellow-crusta>.portlet-title>.actions .btn-default>i {
	color: #ffe88d
}
.portlet.box.yellow-crusta>.portlet-title>.actions .btn-default.active,
.portlet.box.yellow-crusta>.portlet-title>.actions .btn-default:active,
.portlet.box.yellow-crusta>.portlet-title>.actions .btn-default:focus,
.portlet.box.yellow-crusta>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #ffea97;
	color: #ffefb1
}
.portlet.solid.yellow-lemon>.portlet-body,
.portlet.solid.yellow-lemon>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.yellow-lemon>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.yellow-lemon>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.yellow-lemon>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.yellow-lemon>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.yellow-lemon>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.yellow-lemon>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.yellow-lemon>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.yellow-lemon {
	border: 1px solid #f9d549;
	border-top: 0
}
.portlet.box.yellow-lemon>.portlet-title>.caption,
.portlet.box.yellow-lemon>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.yellow-lemon>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #fbe384;
	color: #fce99d
}
.portlet.box.yellow-saffron>.portlet-title,
.portlet.yellow-saffron,
.portlet>.portlet-body.yellow-saffron {
	background-color: #F4D03F
}
.portlet.box.yellow-lemon>.portlet-title>.actions .btn-default>i {
	color: #fcecac
}
.portlet.box.yellow-lemon>.portlet-title>.actions .btn-default.active,
.portlet.box.yellow-lemon>.portlet-title>.actions .btn-default:active,
.portlet.box.yellow-lemon>.portlet-title>.actions .btn-default:focus,
.portlet.box.yellow-lemon>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #fceeb6;
	color: #fdf4ce
}
.portlet.solid.yellow-saffron>.portlet-body,
.portlet.solid.yellow-saffron>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.yellow-saffron>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.yellow-saffron>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.yellow-saffron>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.yellow-saffron>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.yellow-saffron>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.yellow-saffron>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.yellow-saffron>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.yellow-saffron {
	border: 1px solid #f7dc6f;
	border-top: 0
}
.portlet.box.yellow-saffron>.portlet-title>.caption,
.portlet.box.yellow-saffron>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.yellow-saffron>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #faeaa9;
	color: #fbf0c1
}
.portlet.box.yellow-soft>.portlet-title,
.portlet.yellow-soft,
.portlet>.portlet-body.yellow-soft {
	background-color: #c8d046
}
.portlet.box.yellow-saffron>.portlet-title>.actions .btn-default>i {
	color: #fcf3d0
}
.portlet.box.yellow-saffron>.portlet-title>.actions .btn-default.active,
.portlet.box.yellow-saffron>.portlet-title>.actions .btn-default:active,
.portlet.box.yellow-saffron>.portlet-title>.actions .btn-default:focus,
.portlet.box.yellow-saffron>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #fdf6d9;
	color: #fefcf1
}
.portlet.solid.yellow-soft>.portlet-body,
.portlet.solid.yellow-soft>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.yellow-soft>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.yellow-soft>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.yellow-soft>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.yellow-soft>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.yellow-soft>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.yellow-soft>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.yellow-soft>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.yellow-soft {
	border: 1px solid #d4da6f;
	border-top: 0
}
.portlet.box.yellow-soft>.portlet-title>.caption,
.portlet.box.yellow-soft>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.yellow-soft>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #e3e79f;
	color: #e9ecb4
}
.portlet.box.yellow-haze>.portlet-title,
.portlet.yellow-haze,
.portlet>.portlet-body.yellow-haze {
	background-color: #c5bf66
}
.portlet.box.yellow-soft>.portlet-title>.actions .btn-default>i {
	color: #ecefc0
}
.portlet.box.yellow-soft>.portlet-title>.actions .btn-default.active,
.portlet.box.yellow-soft>.portlet-title>.actions .btn-default:active,
.portlet.box.yellow-soft>.portlet-title>.actions .btn-default:focus,
.portlet.box.yellow-soft>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #eff1c8;
	color: #f5f6dc
}
.portlet.solid.yellow-haze>.portlet-body,
.portlet.solid.yellow-haze>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.yellow-haze>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.yellow-haze>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.yellow-haze>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.yellow-haze>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.yellow-haze>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.yellow-haze>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.yellow-haze>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.yellow-haze {
	border: 1px solid #d3ce8b;
	border-top: 0
}
.portlet.box.yellow-haze>.portlet-title>.caption,
.portlet.box.yellow-haze>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.yellow-haze>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #e4e1b7;
	color: #ebe9ca
}
.portlet.box.yellow-mint>.portlet-title,
.portlet.yellow-mint,
.portlet>.portlet-body.yellow-mint {
	background-color: #c5b96b
}
.portlet.box.yellow-haze>.portlet-title>.actions .btn-default>i {
	color: #efedd5
}
.portlet.box.yellow-haze>.portlet-title>.actions .btn-default.active,
.portlet.box.yellow-haze>.portlet-title>.actions .btn-default:active,
.portlet.box.yellow-haze>.portlet-title>.actions .btn-default:focus,
.portlet.box.yellow-haze>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #f2f1dc;
	color: #f9f8ef
}
.portlet.solid.yellow-mint>.portlet-body,
.portlet.solid.yellow-mint>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.yellow-mint>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.yellow-mint>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.yellow-mint>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.yellow-mint>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.yellow-mint>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.yellow-mint>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.yellow-mint>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.yellow-mint {
	border: 1px solid #d3ca90;
	border-top: 0
}
.portlet.box.yellow-mint>.portlet-title>.caption,
.portlet.box.yellow-mint>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.yellow-mint>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #e5dfbc;
	color: #ece8ce
}
.portlet.box.purple>.portlet-title,
.portlet.purple,
.portlet>.portlet-body.purple {
	background-color: #8E44AD
}
.portlet.box.yellow-mint>.portlet-title>.actions .btn-default>i {
	color: #f0edd9
}
.portlet.box.yellow-mint>.portlet-title>.actions .btn-default.active,
.portlet.box.yellow-mint>.portlet-title>.actions .btn-default:active,
.portlet.box.yellow-mint>.portlet-title>.actions .btn-default:focus,
.portlet.box.yellow-mint>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #f3f0e0;
	color: #faf9f3
}
.portlet.solid.purple>.portlet-body,
.portlet.solid.purple>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.purple>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.purple>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.purple>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.purple>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.purple>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.purple>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.purple>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.purple {
	border: 1px solid #a563c1;
	border-top: 0
}
.portlet.box.purple>.portlet-title>.caption,
.portlet.box.purple>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.purple>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #bf8ed3;
	color: #c9a1da
}
.portlet.box.purple-plum>.portlet-title,
.portlet.purple-plum,
.portlet>.portlet-body.purple-plum {
	background-color: #8775a7
}
.portlet.box.purple>.portlet-title>.actions .btn-default>i {
	color: #cfacde
}
.portlet.box.purple>.portlet-title>.actions .btn-default.active,
.portlet.box.purple>.portlet-title>.actions .btn-default:active,
.portlet.box.purple>.portlet-title>.actions .btn-default:focus,
.portlet.box.purple>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #d4b3e1;
	color: #dec5e8
}
.portlet.solid.purple-plum>.portlet-body,
.portlet.solid.purple-plum>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.purple-plum>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.purple-plum>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.purple-plum>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.purple-plum>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.purple-plum>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.purple-plum>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.purple-plum>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.purple-plum {
	border: 1px solid #a294bb;
	border-top: 0
}
.portlet.box.purple-plum>.portlet-title>.caption,
.portlet.box.purple-plum>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.purple-plum>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #c3bad3;
	color: #d0c9dd
}
.portlet.box.purple-medium>.portlet-title,
.portlet.purple-medium,
.portlet>.portlet-body.purple-medium {
	background-color: #BF55EC
}
.portlet.box.purple-plum>.portlet-title>.actions .btn-default>i {
	color: #d8d2e3
}
.portlet.box.purple-plum>.portlet-title>.actions .btn-default.active,
.portlet.box.purple-plum>.portlet-title>.actions .btn-default:active,
.portlet.box.purple-plum>.portlet-title>.actions .btn-default:focus,
.portlet.box.purple-plum>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #ded9e7;
	color: #ebe8f0
}
.portlet.solid.purple-medium>.portlet-body,
.portlet.solid.purple-medium>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.purple-medium>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.purple-medium>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.purple-medium>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.purple-medium>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.purple-medium>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.purple-medium>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.purple-medium>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.purple-medium {
	border: 1px solid #d083f1;
	border-top: 0
}
.portlet.box.purple-medium>.portlet-title>.caption,
.portlet.box.purple-medium>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.purple-medium>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #e5baf7;
	color: #eed1fa
}
.portlet.box.purple-studio>.portlet-title,
.portlet.purple-studio,
.portlet>.portlet-body.purple-studio {
	background-color: #8E44AD
}
.portlet.box.purple-medium>.portlet-title>.actions .btn-default>i {
	color: #f3dffb
}
.portlet.box.purple-medium>.portlet-title>.actions .btn-default.active,
.portlet.box.purple-medium>.portlet-title>.actions .btn-default:active,
.portlet.box.purple-medium>.portlet-title>.actions .btn-default:focus,
.portlet.box.purple-medium>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #f6e8fc;
	color: #fff
}
.portlet.solid.purple-studio>.portlet-body,
.portlet.solid.purple-studio>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.purple-studio>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.purple-studio>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.purple-studio>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.purple-studio>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.purple-studio>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.purple-studio>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.purple-studio>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.purple-studio {
	border: 1px solid #a563c1;
	border-top: 0
}
.portlet.box.purple-studio>.portlet-title>.caption,
.portlet.box.purple-studio>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.purple-studio>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #bf8ed3;
	color: #c9a1da
}
.portlet.box.purple-wisteria>.portlet-title,
.portlet.purple-wisteria,
.portlet>.portlet-body.purple-wisteria {
	background-color: #9B59B6
}
.portlet.box.purple-studio>.portlet-title>.actions .btn-default>i {
	color: #cfacde
}
.portlet.box.purple-studio>.portlet-title>.actions .btn-default.active,
.portlet.box.purple-studio>.portlet-title>.actions .btn-default:active,
.portlet.box.purple-studio>.portlet-title>.actions .btn-default:focus,
.portlet.box.purple-studio>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #d4b3e1;
	color: #dec5e8
}
.portlet.solid.purple-wisteria>.portlet-body,
.portlet.solid.purple-wisteria>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.purple-wisteria>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.purple-wisteria>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.purple-wisteria>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.purple-wisteria>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.purple-wisteria>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.purple-wisteria>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.purple-wisteria>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.purple-wisteria {
	border: 1px solid #b07cc6;
	border-top: 0
}
.portlet.box.purple-wisteria>.portlet-title>.caption,
.portlet.box.purple-wisteria>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.purple-wisteria>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #caa7d8;
	color: #d5b9e0
}
.portlet.box.purple-seance>.portlet-title,
.portlet.purple-seance,
.portlet>.portlet-body.purple-seance {
	background-color: #9A12B3
}
.portlet.box.purple-wisteria>.portlet-title>.actions .btn-default>i {
	color: #dbc3e5
}
.portlet.box.purple-wisteria>.portlet-title>.actions .btn-default.active,
.portlet.box.purple-wisteria>.portlet-title>.actions .btn-default:active,
.portlet.box.purple-wisteria>.portlet-title>.actions .btn-default:focus,
.portlet.box.purple-wisteria>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #dfcae8;
	color: #eadcf0
}
.portlet.solid.purple-seance>.portlet-body,
.portlet.solid.purple-seance>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.purple-seance>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.purple-seance>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.purple-seance>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.purple-seance>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.purple-seance>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.purple-seance>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.purple-seance>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.purple-seance {
	border: 1px solid #c217e1;
	border-top: 0
}
.portlet.box.purple-seance>.portlet-title>.caption,
.portlet.box.purple-seance>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.purple-seance>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #d349ed;
	color: #d960ef
}
.portlet.box.purple-intense>.portlet-title,
.portlet.purple-intense,
.portlet>.portlet-body.purple-intense {
	background-color: #8775a7
}
.portlet.box.purple-seance>.portlet-title>.actions .btn-default>i {
	color: #dc6ef0
}
.portlet.box.purple-seance>.portlet-title>.actions .btn-default.active,
.portlet.box.purple-seance>.portlet-title>.actions .btn-default:active,
.portlet.box.purple-seance>.portlet-title>.actions .btn-default:focus,
.portlet.box.purple-seance>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #de77f1;
	color: #e48ef4
}
.portlet.solid.purple-intense>.portlet-body,
.portlet.solid.purple-intense>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.purple-intense>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.purple-intense>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.purple-intense>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.purple-intense>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.purple-intense>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.purple-intense>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.purple-intense>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.purple-intense {
	border: 1px solid #a294bb;
	border-top: 0
}
.portlet.box.purple-intense>.portlet-title>.caption,
.portlet.box.purple-intense>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.purple-intense>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #c3bad3;
	color: #d0c9dd
}
.portlet.box.purple-sharp>.portlet-title,
.portlet.purple-sharp,
.portlet>.portlet-body.purple-sharp {
	background-color: #796799
}
.portlet.box.purple-intense>.portlet-title>.actions .btn-default>i {
	color: #d8d2e3
}
.portlet.box.purple-intense>.portlet-title>.actions .btn-default.active,
.portlet.box.purple-intense>.portlet-title>.actions .btn-default:active,
.portlet.box.purple-intense>.portlet-title>.actions .btn-default:focus,
.portlet.box.purple-intense>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #ded9e7;
	color: #ebe8f0
}
.portlet.solid.purple-sharp>.portlet-body,
.portlet.solid.purple-sharp>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.purple-sharp>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.purple-sharp>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.purple-sharp>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.purple-sharp>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.purple-sharp>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.purple-sharp>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.purple-sharp>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.purple-sharp {
	border: 1px solid #9486ad;
	border-top: 0
}
.portlet.box.purple-sharp>.portlet-title>.caption,
.portlet.box.purple-sharp>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.purple-sharp>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #b4aac6;
	color: #c2b9d0
}
.portlet.box.purple-soft>.portlet-title,
.portlet.purple-soft,
.portlet>.portlet-body.purple-soft {
	background-color: #8877a9
}
.portlet.box.purple-sharp>.portlet-title>.actions .btn-default>i {
	color: #cac3d6
}
.portlet.box.purple-sharp>.portlet-title>.actions .btn-default.active,
.portlet.box.purple-sharp>.portlet-title>.actions .btn-default:active,
.portlet.box.purple-sharp>.portlet-title>.actions .btn-default:focus,
.portlet.box.purple-sharp>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #cfc9db;
	color: #ddd8e5
}
.portlet.solid.purple-soft>.portlet-body,
.portlet.solid.purple-soft>.portlet-title {
	border: 0;
	color: #fff
}
.portlet.solid.purple-soft>.portlet-title>.caption>i {
	color: #fff
}
.portlet.solid.purple-soft>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png)
}
.portlet.solid.purple-soft>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png)
}
.portlet.solid.purple-soft>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png)
}
.portlet.solid.purple-soft>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png)
}
.portlet.solid.purple-soft>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png)
}
.portlet.solid.purple-soft>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd
}
.portlet.box.purple-soft {
	border: 1px solid #a396bd;
	border-top: 0
}
.portlet.box.purple-soft>.portlet-title>.caption,
.portlet.box.purple-soft>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.purple-soft>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #c4bcd4;
	color: #d2cbde
}
.portlet.box.purple-soft>.portlet-title>.actions .btn-default>i {
	color: #dad5e4
}
.portlet.box.purple-soft>.portlet-title>.actions .btn-default.active,
.portlet.box.purple-soft>.portlet-title>.actions .btn-default:active,
.portlet.box.purple-soft>.portlet-title>.actions .btn-default:focus,
.portlet.box.purple-soft>.portlet-title>.actions .btn-default:hover {
	border: 1px solid #dfdbe8;
	color: #edebf2
}
/* right side bar css start */

#right {
	transition: all .3s ease-in-out;
	width: 270px;
	z-index: 999;
	position: fixed;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	right: -270px;
	box-shadow: 0 0 15px #CCC;
	background: #FAFAFA;
}
.rightsidebar-right .rightsidebar-right-content {
	padding-top: 53px;
}
#right .nav-tabs > li > a:hover {
	border: 1px solid transparent;
}
#right .nav > li > a:hover {
	background-color: transparent;
}
.rightsidebar-right .nav-tabs {
	border-bottom: 0;
}
.rightslider-p-t {
	padding-top: 0 !important;
}
.rightsidebar-right .text-muted {
	color: #555;
}
.rightsidebar-right .rightsidebar-right-content .rightsidebar-right-heading {
	background: #FFF;
	color: #555;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	margin: 0px -20px 0;
	font-size: 15px;
	padding: 15px 20px 15px 15px;
}
.margin-none {
	margin: 0;
}
.rightsidebar-contact-wrapper {
	margin: 1px -20px;
	transition: all 0.5s ease;
}
.rightsidebar-contact-wrapper .rightsidebar-contact {
	padding: 15px 20px;
	display: block;
	color: #2E576B;
}
.rightsidebar-contact-wrapper .rightsidebar-contact:hover {
	text-decoration: none;
}
.rightsidebar-notification {
	margin: 1px 0;
	transition: all 0.5s ease;
}
.rightsidebar-notification a {
	padding: 15px 0;
	display: block;
	color: #2E576B;
}
.sidebar-right-opened {
	right: 250px;
}
.sidebar-right-opened #right {
	right: 0;
}
.sidebar-right-opened .background-overlay {
	position: fixed;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.03);
	z-index: 998;
	transition: background-color .3s;
}
.scrollable-content {
	height: 100%;
}
/*rightside bar tabs*/

#right .nav-tabs > li {
	margin-bottom: -3px;
}
#right .nav-tabs > li > a {
	padding: 10px 19px 4px 19px;
	font-size: 23px;
}
#right .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border: 1px solid #DDD;
	color: #555;
	background-color: #FFF;
	border-bottom-color: transparent;
	margin-top: -2px;
}
#slim_t1,
#slim_t2,
#slim_t3 {
	padding-left: 20px;
	padding-right: 20px;
}
#right #slim_t1 img {
	width: 20px;
	height: 20px;
}
#slim_t2 .notifications li {
	height: 52px;
}
#slim_t2 .notifications li a {
	line-height: 20px;
	font-size: 12.5px;
	color: #333;
}
#slim_t2 .message .message-image {
	height: 37px;
}
#slim_t2 .message-body {
	padding-top: 3px;
	color: #717171;
}
#slim_t2 .noti-date {
	margin-top: -42px;
}
.m-t-15 {
	margin-top: 15px;
}
#slim_t2 .notifications .noti-footer {
	height: 32px;
	padding-top: 10px;
}
#slim_t2 .notifications .noti-footer a {
	color: #6699CC;
}
/*tab 3 settings*/

#slim_t3 ul {
	padding: 0;
}
#right #slim_t3 .settings-list li {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}
input[type="range"] {
	display: block;
	width: 80%;
	margin: auto;
}
.stylehtml {
	background: url("../img/brick-wall.png") repeat;
}
/*tab 3 settings ends*/

/*rightside bar tabs ends*/

/******* 3.2 HEADER LEFT ******/

/*side bar nav */

.sidebar {
	display: block;
	float: left;
	width: 250px;
}
.content {
	display: block;
	width: auto;
	padding: 25px 15px;
}
.navbar-form-custom .form-control{
	padding: 0px 10px;
}
.left-side {
	background: #FFF;
	box-shadow: 0 0 15px #EEE;
}
.skin-default .sidebar a {
	color: #808B9C;
	-webkit-font-smoothing: antialiased;
}
/* left side profile css */

.nav_profile .profile-left {
	padding: 15px;
	min-height: 90px;
	border-bottom: 1px solid #EEE;
}
.nav_profile .profile-left .profile-thumb {
	border-radius: 50px;
	display: inline-block;
	padding-top: 9px;
}
.nav_profile .profile-left .media-heading {
	line-height: 23px;
	margin-top: 12px;
	font-weight: 500;
	font-size: 16px;
	color: #2E576B;
}
.nav_profile .profile-left .profile-thumb img {
	width: 54px;
}
.nav_profile .content-profile .icon-list li {
	display: inline-block;
	padding: 0;
	vertical-align: top;
}
.nav_profile .content-profile .icon-list:before {
	content: '';
}
.nav_profile .content-profile .icon-list li i {
	font-size: 13px;
	color: #555;
	padding-top: 5px;
}
.nav_profile .content-profile .icon-list li a {
	display: block;
	width: 30px;
	height: 25px;
	text-align: center;
	line-height: 23px;
	transition: all 300ms ease-in-out;
}
.content-profile .icon-list li a {
	border: 1px solid #DDD;
}
.icon-list li a {
	position: relative;
}
/******* 3.3 HEADER RIGHT SIDE DROPDOWNS  *****/

/*
   Dropdown menus
----------------------------
*/

/*Dropdowns in general*/

.dropdown-menu {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	z-index: 2300;
}
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
	margin-right: 10px;
}
/*Drodown in navbars*/

.skin-blue .navbar .dropdown-menu > li > a {
	color: #444444;
}
/*
   Navbar custom dropdown menu
------------------------------------
*/

.navbar-nav > .messages-menu > .dropdown-menu {
	width: 340px;
	padding: 0;
	margin: 1px 0 0 0;
	top: 100%;
	border: 1px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}
.navbar-nav > .user-menu > .dropdown-menu {
	font-size: 13px;
	padding: 0;
	margin-top: 1px;
	border-radius: 4px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	border: 0;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
	height: 140px;
	padding: 6%;
	background: #F5F5F5;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.navbar .nav a {
	color: #555;
}
.navbar .nav .user-footer a {
	color: #6699CC;
}
.navbar .navbar-right > .nav {
	margin-right: 15px;
}
.navbar-right .nav > li > a {
	padding: 10px 15px;
}
.navbar-right .nav > li > .padding-user {
	padding-top: 8px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
	z-index: 5;
	height: 90px;
	width: 90px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
	z-index: 5;
	font-size: 14px;
	margin-top: 5px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
	display: block;
	font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body {
	padding: 15px;
	border-bottom: 1px solid #F4F4F4;
	border-top: 1px solid #DDDDDD;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
	display: table;
	content: " ";
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
	clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body > div > a {
	color: #0073B7;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 5px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
	display: table;
	content: " ";
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
	clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer .btn-default {
	color: #666666;
}
/*===add nicescroll if wondow height is less------*/

.nice_dropdown {
	height: 300px;
	overflow: scroll;
}
/* Add fade animation to dropdown menus */

.open > .dropdown-menu {
	animation-name: fadeAnimation;
	animation-duration: .7s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	-webkit-animation-name: fadeAnimation;
	-webkit-animation-duration: .7s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: fadeAnimation;
	-moz-animation-duration: .7s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: forwards;
}
@keyframes fadeAnimation {
	from {
		opacity: 0;
		top: 120%;
	}
	to {
		opacity: 1;
		top: 100%;
	}
}
.dropdown-menu .menu i {
	display: inline-block;
	margin: 4px 12px;
	float: left;
	padding: 10px 30px 30px 10px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #E2E2E2;
}
.dropdown-menu .menu a {
	line-height: 42px;
}
.dropdown-menu .menu a .clearfix {
	color: #FFF;
	line-height: 31px;
}
.mesages li img {
	width: 46px;
	padding-top: 5px;
	height: auto;
	float: left;
	margin-right: 15px;
}
.mesages li {
	padding: 5px;
	cursor: pointer;
}
.mesages li span {
	font-size: 12px;
	display: inline-block;
	clear: both;
	float: none;
}
.mesages li .samp {
	font-size: 11px;
	clear: both;
	margin-top: -3px;
}
.mesages li .time {
	font-size: 11px;
	color: #666;
	margin-top: -3px;
}
.message .message-image {
	display: block;
	float: left;
	height: 45px;
	margin-right: 15px;
	text-align: center;
}
li.dropdown-title {
	padding: 10px 10px 10px 17px;
	background: #f5f5f5;
	font-size: 15px;
	color: #555;
}
.slimScrollDiv .menu li {
	width: 100%;
	font-size: 12px;
	display: inline-block;
}
li.dropdown-footer {
	padding: 10px 10px 10px 17px;
	background: #F5F5F5;
	border-top: 1px solid #ccc;
}
li.dropdown-footer a {
	font-size: 15px;
	padding: 0;
}
.padding-15 {
	padding: 15px;
}
.dropdown-menu li > .message {
	padding: 5px 15px 5px 25px;
}
.dropdown-menu .footer {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.dropdown-menu .message:hover {
	background: #E0E0E0;
}
.message .ol {
	padding: 5px 10px 5px 5px;
}
.message .ol:hover {
	color: #090;
}
.dropdown-menu:after {
	border-color: transparent;
	bottom: 100%;
	content: " ";
	height: 0;
	margin-left: -10px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	width: 0;
}
.paddingrightleft_10 {
	padding-left: 15px;
	padding-right: 15px;
}
.paddingtopbottom_5px {
	padding-bottom: 5px;
	padding-top: 5px;
}
.plus-minus {
	float: right;
}
.navbar-right .nav .open > a:hover > i,
.navbar-right .nav .open > a:focus > i,
.navbar-right .nav > li > a:hover > i,
.navbar-right .nav > li > a:focus > i {
	color: #000;
}
.riot {
	color: #555;
	padding: 7px 0 5px 45px;
}
.riot:hover {
	color: #000;
}
.riot .caret {
	margin-top: 0;
}
.navbar-nav > .user-menu > .dropdown-menu:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent;
}
.navbar-right .nav > li > a .black {
	padding-top: 7px;
	color: #666;
	font-size: 17px;
}
.dropdown-messages {
	min-width: 320px;
}
.dropdown-messages > li {
	border-bottom: 1px solid #F5F5F5;
}
.dropdown-messages > li.dropdown-title {
	border-bottom: 1px solid #CCC;
}
.dropdown-messages > li > .message {
	line-height: 20px;
	white-space: normal;
	font-size: 11px;
}
.dropdown-messages > li:last-child {
	border-bottom: none;
}
.dropdown-notifications {
	min-width: 260px;
}
.msg-lable {
	float: right;
	margin-top: -19px;
}
.noti-date {
	float: right;
	margin-top: -37px;
}
.striped-col {
	background-color: #F9F9F9;
}
/**** END HEADER RIGHT SIDE DROPDOWNS ****/

/****** 4.LEFT SIDEBAR ******/

.left-side {
	position: absolute;
	width: 250px;
}
li.active > a > .arrow {
	position: absolute;
	right: 15px;
}
li.active a,
a:hover,
a {
	text-decoration: none !important;
}
.content-header h1 {
	font-size: 22px;
	line-height: 1.5;
}
.badge {
	background-color: #66CC99;
	font-weight: 400;
	
}
.sub-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li.active > a {
	border-right: 3px solid #68DEB7;
}
#menu li.active > a {
	background: #EEEEEE;
	color: #33CC99;
}
#menu .profile-left li > a:hover {
	color: #0A1414;
}
#menu li > a:hover {
	color: #33CC99;
}
#menu .menu-dropdown > ul > li > a {
	padding-left: 37px;
}
#menu .menu-dropdown > ul,
#menu .menu-dropdown-open-ul {
	background: #FFF;
}
#menu .navigation .menu-icon {
	display: inline-block;
	margin-right: 5px;
	line-height: 20px;
	height: 20px;
	width: 20px;
	text-align: center;
	font-size: 16px;
}
#menu .navigation {
	padding: 4px 0 15px;
}
#menu .navigation a {
	text-align: left;
	color: #666;
	position: relative;
	transition: all .2s;
	display: block;
	font-size: 13px;
	line-height: 20px;
	padding: 11px 20px;
}
#menu .fa.arrow:before {
	content: "\f105";
}
#menu .active > a > .fa.arrow:before {
	content: "\f107";
}
/******* END LEFT SIDEBAR *****/

/********* 5. MAIN WRAPPER STYLES *********/

.wrapper:before,
.wrapper:after {
	display: table;
	content: " ";
}
.wrapper:after {
	clear: both;
}
/********* END MAIN WRAPPER STYLES *********/

/********* 6. LEFT MENU COLLAPSE STYLES *********/

body > .header .navbar .sidebar-toggle {
	float: left;
	color: #666;
	font-size: 23px;
	font-weight: bold;
	margin-left: 10px;
}
body > .header .navbar .sidebar-toggle:hover > i {
	color: #000;
}
body > .header .navbar .sidebar-toggle i {
	vertical-align: middle;
}
/********* END LEFT MENU COLLAPSE STYLES *********/

/*********7. CUSTOM STYLES *********/

.modal-dialog {
	margin: 60px 10px;
}
.progress_task {
	margin-top: 8px;
	margin-bottom: 12px;
}
.progress-xs {
	height: 5px;
}
.animsition {
	position: inherit;
}
.panel-heading small {
	line-height: 23px;
	font-size: 12px;
}
.clickable {
	cursor: pointer;
	font-size: 12px;
}
.panel-heading > span {
	margin-top: -20px;
	font-size: 15px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #FFF;
	border-top: 3px solid #6699CC;
	border-bottom-color: transparent;
	cursor: default;
	font-weight: 500;
	margin-top: -2px;
}
.p-t-3 {
	padding-top: 3px;
}
.p-10 {
	padding: 10px;
}
.map_size {
	width: 100%;
	height: 350px;
}
.navbar-right {
	margin-right: 0;
}
/* Users action icons*/

.actions_icon {
	cursor: pointer;
}
#advanced_map {
	height: 350px;
}
.leaflet-top,
.leaflet-bottom {
	z-index: 400;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-l-18 {
	margin-left: 18px;
}
.text-white {
	color: #FFFFFF;
}
.input-group-addon {
	padding: 5px 12px;
}
/*.radio label,
.checkbox label,
.checkbox-inline,
.radio-inline {
	padding-left: 0;
}*/
.m-t-25 {
	margin-top: 25px;
}
/*
Customized Bootstrap toastr
*/

.radio,
.checkbox {
	display: inline;
	min-height: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.radio,
div.checker {
	margin-right: 0;
	margin-left: 3px;
}
div.selector,
div.checker,
div.button,
div.uploader {
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
}
.resize_vertical {
	resize: vertical;
}
.input-group-addon {
	background-color: #DCDCDC;
	border: 1px solid #CCC;
}
.m-t-6 {
	margin-top: 6px;
}
.dataTables_length {
	margin-top: 10px;
}
.table-responsive {
	overflow-y: hidden;
}
.chartWindow {
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	margin-bottom: 15px;
	overflow-x: auto;
	overflow-y: hidden;
}
.right-side .label {
	text-align: left;
}
.selectric-items {
	width: 100% !important;
}
.multiselect-container > li > a {
	padding: 5px;
}
.multiselect-item .multiselect-search,
.multiselect-item .multiselect-clear-filter {
	height: 35px;
}
.btn_selection {
	margin: 3px 0;
}
body.fixed-layout > .header,
body.fixed-layout .left-side,
body.fixed-layout .navbar {
	position: fixed;
}
body.fixed-layout > .header {
	top: 0;
	right: 0;
	left: 0;
}
body.fixed-layout .navbar {
	left: 0;
	right: 0;
}
body.fixed-layout .wrapper {
	margin-top: 50px;
}
.padding-top {
	padding-top: 50px;
}
body.fixed-top > .header {
	position: fixed;
}
.sub-submenu {
	padding-left: 20px;
}
.p-l-40 {
	padding-left: 40px;
}
#menu .menu-dropdown > .form-submenu > li > a {
	padding-left: 55px;
}
/*image-magnifier*/

.img_height {
	height: 200px;
}
.magnify .magnify {
	z-index: 2;
}
.magnify .magnify-large {
	z-index: 4;
}
/* layout css ends*/

/**** 8.MEDIA QUERIES ****/

@media screen and (min-width: 993px) {
	.left-side {
		top: 51px;
	}
	/*Right side strech mode*/
	.right-side.strech {
		margin-left: 0;
	}
	/* Left side collapse */
	.left-side.collapse-left {
		left: -250px;
	}
}
/*Give content full width on xs screens*/

@media screen and (max-width: 992px) {
	.right-side {
		margin-left: 0;
	}
	#menu {
		padding-top: 54px;
	}
}
/*======pull modal below the fixed header=======*/

@media screen and (min-width: 768px) {
	.modal-dialog {
		margin: 70px auto;
	}
}
@media screen and (max-width: 560px) {
	.right-side {
		padding: 107px 10px 10px 10px;
	}
	.modal-dialog {
		margin: 115px 10px;
	}
}
/*
* Off Canvas
* --------------------------------------------------
*  Gives us the push menu effect
*/

@media screen and (max-width: 992px) {
	.relative {
		position: relative;
	}
	.row-offcanvas-right .sidebar-offcanvas {
		right: -250px;
	}
	.row-offcanvas-left .sidebar-offcanvas {
		left: -250px;
	}
	.row-offcanvas-right {
		right: 250px;
	}
	.row-offcanvas-left {
		left: 250px;
	}
	.sidebar-offcanvas {
		left: 0;
	}
	body.fixed .sidebar-offcanvas {
		margin-top: 50px;
		left: -250px;
	}
	body.fixed .row-offcanvas-left .navbar {
		left: 250px;
		right: 0;
	}
	body.fixed .row-offcanvas-left .sidebar-offcanvas {
		left: 0;
	}
}
@media screen and (max-width: 767px) {
	.right-side > .content-header > .breadcrumb {
		position: relative;
		margin-top: 5px;
		top: 0;
		right: 0;
		float: none;
	}
	.navbar .navbar-nav > li {
		float: left;
	}
	.navbar-nav {
		margin: 0;
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
		line-height: 20px;
	}
	.navbar .navbar-right {
		float: right;
	}
	body > .header .navbar {
		padding-left: 19px;
		padding-right: 8px;
	}
}
/* Fix dropdown menu for small screens to display correctly on small screens */

@media screen and (max-width: 767px) {
	.navbar-nav > .user-menu > .dropdown-menu,
	.navbar-nav > .messages-menu > .dropdown-menu {
		position: absolute;
		top: 100%;
		right: -120px;
		left: auto;
		background: #FFFFFF;
	}
	.navbar-nav > .user-menu > .dropdown-menu {
		right: 0;
	}
	.navbar-nav .user-menu .dropdown-menu > li > a {
		padding: 3px 20px;
	}
	.navbar-right .nav > li > a {
		padding: 10px 12px;
	}
}
/* Fix menu positions on xs screens to appear correctly and fully */

@media screen and (max-width: 560px) {
	.rightsidebar-right .rightsidebar-right-content {
		padding-top: 105px;
	}
	.rightslider-p-t-small {
		padding-top: 51px !important;
	}
	#menu {
		padding-top: 104px;
	}
}
@media screen and (max-width: 480px) {
	.navbar-nav > .messages-menu > .dropdown-menu > li.header:after {
		border-width: 0;
	}
	.navbar-nav > .messages-menu > .dropdown-menu {
		position: absolute;
		right: -190px;
		left: auto;
	}
}
@media screen and (max-width: 560px) {
	body > .header {
		position: fixed;
	}
	body > .header .logo,
	body > .header .navbar {
		width: 100%;
		float: none;
		position: relative;
		height: initial;
	}
	body > .header .navbar {
		margin: 0;
	}
	body.fixed > .header {
		position: fixed;
	}
	body.fixed > .wrapper,
	body.fixed .sidebar-offcanvas {
		margin-top: 100px;
	}
}
@media screen and (max-width: 350px) {
	.navbar-nav > .messages-menu > .dropdown-menu {
		right: -207px;
	}
}
@media screen and (max-width: 360px) {
	#right .nav-tabs > li {
		width: 89px;
	}
}
@media (min-width: 768px) {
	body.boxed,
	body.boxed .Footer,
	body.boxed .navbar.navbar-fixed-top {
		max-width: 650px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1024px) {
	body.boxed,
	body.boxed .Footer,
	body.boxed .navbar.navbar-fixed-top {
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1200px) {
	body.boxed,
	body.boxed .Footer,
	body.boxed .navbar.navbar-fixed-top {
		max-width: 1170px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1440px) and (max-width: 2560px) {
	#menu .menu-dropdown > ul,
	#menu .menu-dropdown-open-ul {
		margin-top: -1px;
	}
}
/****** END MEDIA QUERIES ****/

/****** 9.PRELOADER ****/

.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100001;
	backface-visibility: hidden;
	background: #FFFFFF;
}
.loader_img {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-position: center;
	margin: -25px 0 0 -25px;
}
/****** END PRELOADER ****/

/* END */

.new-left-menu {
	position: fixed;
	left: 0;
	padding-top: 60px;
	top: 0;
	width: 60px;
	height: 100%;
	background: #FFFFFF;
	z-index: 9;
}
.new-left-menu ul.menu-list {
	list-style: none;
	padding-left: 0;
}
.new-left-menu .menu-list > li > a {
	display: block;
	height: 60px;
	width: 60px;
}
.menu-list li {
	padding: 7px 10px;
}
.new-left-menu .menu-list > li > a.active {
	background: #000;
}
.new-left-menu .menu-list > li > a {
	display: block;
	position: relative;
	height: 40px;
	width: 40px;
	border-radius: 50%;
}
.new-left-menu .menu-list > li > a > span {
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-size: cover;
	font-size: 20px;
	color:#ccc;
	text-align: center;
}
.new-left-menu .menu-list > li > a > span:hover{color: #ffffff;}
.new-left-menu .menu-list a span.dashboard_icn {
	background: url(/assets/left-menu/dashboard.png) no-repeat;
	background-size: cover;
}
.new-left-menu .menu-list a span.cont_icn {
	background: url(/assets/left-menu/contact.png) no-repeat;
	background-size: cover;
}
.new-left-menu .menu-list a span.opp_icn {
	background: url(/assets/left-menu/opportunities.png) no-repeat;
	background-size: cover;
}
.new-left-menu .menu-list a span.project_icn {
	background: url(/assets/left-menu/project.png) no-repeat;
	background-size: cover;
}
.new-left-menu .menu-list a span.resource_icn {
	background: url(/assets/left-menu/resource.png) no-repeat;
	background-size: cover;
}
.new-left-menu .menu-list a span.team_icn {
	background: url(/assets/left-menu/team.png) no-repeat;
	background-size: cover;
}
.new-left-menu .menu-list a span.files_icn {
	background: url(/assets/left-menu/files.png) no-repeat;
	background-size: cover;
}
.new-left-menu .menu-list a span.req_icn {
	background: url(/assets/left-menu/request.png) no-repeat;
	background-size: cover;
}
.new-left-menu .menu-list a span.office_icn {
	background: url(/assets/left-menu/office-365.png) no-repeat;
	background-size: cover;
}
.new-left-menu .menu-list a span.calendar_icn {
	background: url(/assets/left-menu/calendar.png) no-repeat;
	background-size: cover;
}
.new-left-menu .menu-list a span.invoice_icn {
	background: url(/assets/left-menu/email.png) no-repeat;
	background-size: cover;
}
.new-left-menu .menu-list a span.siteadmin_icn {
	background: url(/assets/left-menu/contact.png) no-repeat;
	background-size: cover;
}
.new-left-menu .menu-list a span {
	background-size: cover;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.new-left-menu .menu-list a.sub_menu_active span {
	-webkit-filter: none;
	filter: none;
}
.new-left-menu .menu-list li:hover span {
	-webkit-filter: grayscale(100%) brightness(400%);
	filter: grayscale(100%) brightness(400%);
}
.tooltip {
	z-index: 9999 !important;
}
.tooltip-inner {
	white-space: nowrap;
}
.new-sub-list {
	position: relative;
}
.new-sub-list:before {
	background: url(/assets/left-menu/more-icon.png) no-repeat;
	position: absolute;
	right: -4px;
	top: 24px;
	content: '';
	height: 16px;
	width: 16px;
	background-size: 80%;
}
.new-sub-list .new-sub-menu {
	display: none;
	position: absolute;
	color: #fff;
	top: 5px;
	right: -160px;
	border-radius: 3px;
}
.new-sub-list .new-sub-menu ul {
	padding: 5px 0;
	list-style: none;
	min-width: 150px;
}
.new-sub-list .new-sub-menu:after {
	content: '';
	position: absolute;
	left: -10px;
	top: 16px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #343536;
}
.new-sub-list:hover .new-sub-menu {
	display: block;
}
.new-sub-list .new-sub-menu li a.sub-menu-list {
	color: #fff;
	display: block;
	padding: 8px 10px;
}
.new-sub-list .new-sub-menu li a.sub-menu-list:hover {
	background: #000;
}
.new-sub-list .new-sub-menu li {
	padding: 0;
}
/*.hamburger-menu */

.hamburger-menu {
	cursor: pointer;
	float: left;
	background-position: center;
	margin: 10px;
	font-size: 20px;
}
#logo.expand {
	width: 180px;
}
.new-left-menu.expand {
	width: 180px;
}
#logo.light-version.expand span {
	width: 180px;
}
#logo.light-version span .short-logo {
	display: block;
}
#logo.light-version span .full-logo {
	display: none;
}
#logo.light-version.expand span .short-logo {
	display: none;
}
#logo.light-version.expand span .full-logo {
	display: block;
}
.fixed-navbar #wrapper.expand {
	margin-left: 180px;
}
.new-left-menu .list_name {
	display: none;
}
.new-left-menu.expand .list_name {
	display: inline-block;
	vertical-align: middle;
	color: #999;
	padding-left: 45px;
	padding-top: 11px;
	white-space: nowrap;
}
.menu-list li:hover .list_name {
	color: #fff;
}
.new-left-menu .menu-list a .extend_icon {
	display: none;
}
.pf-image {
	margin: 0px 0;
}
.pf-image img.sm_pf_icon {
	height: 40px;
	width: 40px;
	border: 1px solid #365058;
	border-radius: 50%;
	padding: 3px;
	background: #6b8394;
}
.pf-image .list_name.user_name {
	position: absolute;
	top: 0;
}
.new-left-menu .menu-list a span.extend_icon {
	display: none;
}
#user_invite_form .modal-radio {
	margin-left: 10px;
}
.file_uploaded {
	font-size: 14px;
	margin: 5px 0;
}
