@charset "UTF-8";


.mt-checkbox,.mt-radio {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 14px;
	webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.mt-checkbox.mt-checkbox-disabled,.mt-checkbox.mt-radio-disabled,.mt-radio.mt-checkbox-disabled,.mt-radio.mt-radio-disabled {
	opacity: .6;
	filter: alpha(opacity=60)
}

.mt-checkbox>input,.mt-radio>input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0)
}

.mt-checkbox>span,.mt-radio>span {
	border: 1px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	height: 19px;
	width: 19px;
	background: #E6E6E6
}

.mt-checkbox>span:after,.mt-radio>span:after {
	content: '';
	position: absolute;
	display: none
}

.input-icon>i,.mt-checkbox-list .mt-checkbox,.mt-checkbox-list .mt-radio,.mt-checkbox>input:checked~span:after,.mt-radio-list .mt-checkbox,.mt-radio-list .mt-radio,.mt-radio>input:checked~span:after {
	display: block
}

.mt-checkbox:hover>input:not([disabled])~span,.mt-checkbox>input:focus~span,.mt-radio:hover>input:not([disabled])~span,.mt-radio>input:focus~span {
	background: #d9d9d9;
	webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.mt-checkbox:hover>input:not([disabled]):checked~span,.mt-checkbox>input:checked~span,.mt-radio:hover>input:not([disabled]):checked~span,.mt-radio>input:checked~span {
	webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: #d9d9d9
}

.icon-btn,.icon-btn:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.mt-checkbox>input:disabled~span,.mt-radio>input:disabled~span {
	opacity: .6;
	filter: alpha(opacity=60);
	pointer-events: none
}

.icon-btn,.ie8 .icon-btn:hover {
	filter: none
}

.mt-checkbox.mt-checkbox-outline:hover>input:not([disabled]):checked~span,.mt-checkbox.mt-checkbox-outline:hover>input:not([disabled])~span,.mt-checkbox.mt-checkbox-outline>input:checked~span,.mt-checkbox.mt-checkbox-outline>input:focus~span,.mt-checkbox.mt-checkbox-outline>span,.mt-checkbox.mt-radio-outline:hover>input:not([disabled]):checked~span,.mt-checkbox.mt-radio-outline:hover>input:not([disabled])~span,.mt-checkbox.mt-radio-outline>input:checked~span,.mt-checkbox.mt-radio-outline>input:focus~span,.mt-checkbox.mt-radio-outline>span,.mt-radio.mt-checkbox-outline:hover>input:not([disabled]):checked~span,.mt-radio.mt-checkbox-outline:hover>input:not([disabled])~span,.mt-radio.mt-checkbox-outline>input:checked~span,.mt-radio.mt-checkbox-outline>input:focus~span,.mt-radio.mt-checkbox-outline>span,.mt-radio.mt-radio-outline:hover>input:not([disabled]):checked~span,.mt-radio.mt-radio-outline:hover>input:not([disabled])~span,.mt-radio.mt-radio-outline>input:checked~span,.mt-radio.mt-radio-outline>input:focus~span,.mt-radio.mt-radio-outline>span {
	border: 1px solid #d9d9d9;
	background: 0 0
}

.mt-radio>span,.timeline .timeline-badge-userpic img {
	-webkit-border-radius: 50%!important;
	-moz-border-radius: 50%!important
}

.mt-radio>span {
	-ms-border-radius: 50%!important;
	-o-border-radius: 50%!important;
	border-radius: 50%!important
}

.mt-radio>span:after {
	left: 6px;
	top: 6px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #666
}

.mt-radio>input:disabled~span:after {
	background: #666
}

.mt-checkbox>span:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #666;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg)
}

.mt-checkbox>input:disabled~span:after {
	border-color: #666
}

.form-inline .mt-checkbox {
	margin-left: 15px;
	margin-right: 15px
}

.mt-checkbox-list,.mt-radio-list {
	padding: 10px 0
}

.form-horizontal .form-group .mt-checkbox-list,.form-horizontal .form-group .mt-radio-list {
	padding-top: 0
}

.mt-checkbox-inline,.mt-radio-inline {
	padding: 10px 0
}

.form-horizontal .form-group .mt-checkbox-inline,.form-horizontal .form-group .mt-radio-inline {
	padding-top: 8px
}

.mt-checkbox-inline .mt-checkbox,.mt-checkbox-inline .mt-radio,.mt-radio-inline .mt-checkbox,.mt-radio-inline .mt-radio {
	display: inline-block;
	margin-right: 15px
}

.mt-checkbox-inline .mt-checkbox:last-child,.mt-checkbox-inline .mt-radio:last-child,.mt-radio-inline .mt-checkbox:last-child,.mt-radio-inline .mt-radio:last-child {
	margin-right: 0
}

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

.loading-message,.page-loading {
	min-width: 125px;
	vertical-align: middle
}

.icon-btn:hover,.icon-btn:hover>.badge {
	-webkit-box-shadow: none;
	-moz-box-shadow: none
}

.modal.draggable-modal .modal-header,.portlet-sortable:not(.portlet-fullscreen)>.portlet-title {
	cursor: move
}

.icon-btn:hover {
	text-decoration: none;
	border-color: #999;
	color: #444;
	text-shadow: 0 1px 0 #fff;
	transition: all .3s ease;
	box-shadow: none
}

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

.icon-btn>div {
	margin-top: 5px;
	margin-bottom: 20px;
	color: #3f444a;
	font-size: 12px;
	font-weight: 300
}

.icon-btn>.badge {
	position: absolute;
	font-size: 11px;
	font-weight: 300;
	top: -5px;
	right: -5px;
	padding: 3px 6px;
	color: #fff;
	text-shadow: none;
	border-width: 0;
	border-style: solid;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.input-group .input-icon>.form-control,.tabs-left.nav-tabs>li>a:focus,.tabs-left.nav-tabs>li>a:hover {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-ms-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px
}

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

.input-icon {
	position: relative;
	left: 0
}

.input-icon>.form-control {
	padding-left: 33px
}

.input-group .input-icon>.form-control {
	border-radius: 4px 0 0 4px
}

.input-icon>i {
	color: #ccc;
	position: absolute;
	margin: 11px 2px 4px 10px;
	z-index: 3;
	width: 16px;
	font-size: 16px;
	text-align: center;
	left: 0
}

.modal .input-icon>i {
	z-index: 10055
}

.has-success .input-icon>i {
	color: #36c6d3
}

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

.has-info .input-icon>i {
	color: #659be0
}

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

.input-icon.right {
	left: auto;
	right: 0
}

.input-icon.right>.form-control {
	padding-right: 33px;
	padding-left: 12px
}

.input-group .input-icon.right>.form-control {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0
}

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

.input-icon.input-icon-lg>i {
	margin-top: 16px
}

.input-icon.input-icon-sm>i {
	margin-top: 8px;
	font-size: 13px
}

.label {
	text-shadow: none!important;
	font-size: 14px;
	font-weight: 300;
	padding: 3px 6px;
	color: #fff;
	font-family: "Open Sans",sans-serif
}

.label.label-sm {
	font-size: 13px;
	padding: 2px 5px
}

h1 .label,h2 .label,h3 .label,h4 .label,h5 .label,h6 .label {
	font-size: 75%
}

.label-default[href]:focus,.label-default[href]:hover {
	background-color: #9ca8bb
}

.label-primary {
	background-color: #40aae2
}

.label-primary[href]:focus,.label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #36c6d3
}

.label-success[href]:focus,.label-success[href]:hover {
	background-color: #27a4b0
}

.label-info {
	background-color: #659be0
}

.label-info[href]:focus,.label-info[href]:hover {
	background-color: #3a80d7
}

.label-warning {
	background-color: #F1C40F
}

.label-warning[href]:focus,.label-warning[href]:hover {
	background-color: #c29d0b
}

.label-danger {
	background-color: #ed6b75
}

.label-danger[href]:focus,.label-danger[href]:hover {
	background-color: #e73d4a
}

.label.label-icon {
	padding: 4px 0 4px 4px;
	margin-right: 2px;
	text-align: center!important
}

.label.label-icon>i {
	font-size: 12px;
	text-align: center!important
}

.note p,.page-loading,.panel .panel-body {
	font-size: 13px
}

.ie8 .label.label-icon,.ie9 .label.label-icon {
	padding: 3px 0 3px 3px
}

.text-default {
	color: #bac3d0
}

.text-primary {
	color: #40aae2
}

.text-success {
	color: #36c6d3
}

.text-info {
	color: #659be0
}

.text-warning {
	color: #F1C40F
}

.text-danger {
	color: #ed6b75
}

.block-spinner-bar>div,.page-spinner-bar>div {
	background: #eee;
	border-radius: 100%!important
}

.page-loading>span {
	line-height: 20px;
	vertical-align: middle
}

.page-spinner-bar {
	position: fixed;
	z-index: 10051;
	width: 100px;
	top: 40%;
	left: 50%;
	margin-left: -55px;
	text-align: center
}

.page-spinner-bar>div {
	margin: 0 5px;
	width: 18px;
	height: 18px;
	display: inline-block;
	-webkit-animation: bounceDelay 1.4s infinite ease-in-out;
	animation: bounceDelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.page-spinner-bar .bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.page-spinner-bar .bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

.block-spinner-bar {
	display: inline-block;
	width: 80px;
	text-align: center
}

.block-spinner-bar>div {
	margin: 0 2px;
	width: 15px;
	height: 15px;
	display: inline-block;
	-webkit-animation: bounceDelay 1.4s infinite ease-in-out;
	animation: bounceDelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}[class^=m-icon-],[class^=m-icon-big-] {
	display: inline-block;
	background-image: url(../img/syncfusion-icons.png);
	background-position: 0 0;
	background-repeat: no-repeat
}

.block-spinner-bar .bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.block-spinner-bar .bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}[class^=m-icon-] {
	width: 14px;
	height: 14px;
	margin-top: 3px;
	line-height: 14px;
	vertical-align: top
}[class^=m-icon-big-] {
	width: 30px;
	height: 30px;
	margin: 6px;
	vertical-align: middle
}

.btn.m-icon-big {
	padding: 9px 16px 8px
}

.btn.m-icon-big.m-icon-only {
	padding: 9px 8px 8px 0
}

.btn.m-icon-big [class^=m-icon-big-] {
	margin: 0 0 0 10px
}

.btn.m-icon-ony>i {
	margin-left: 0
}

.btn.m-icon {
	padding: 7px 14px
}

.btn.m-icon [class^=m-icon-] {
	margin: 4px 0 0 5px
}

.btn.m-icon.m-icon-only {
	padding: 7px 10px 7px 6px
}

.panel-heading {
	background: #eee
}

.panel-heading a,.panel-heading a:active,.panel-heading a:focus,.panel-heading a:hover {
	text-decoration: none
}

.popover {
	box-shadow: 5px 5px rgba(102,102,102,.1);
	padding: 0
}

.popover .popover-title {
	margin: 0!important
}

.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>.caption {
	float: left;
	display: inline-block;
	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.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;
	float: right;
	display: inline-block;
	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-body p,.table .btn {
	margin-top: 0
}

.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 {
	-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-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-salsa>.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 13px 13px;
	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
}

.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.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.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.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: #40aae2
}

.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.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.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.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.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.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.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.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.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.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: #40aae2
}

.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.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
}
