/* Global Styles */

body {
    position: relative;
    height: 100%!important;
    width: 100%;
    font-family: tahoma,arial,ubuntu;
    font-size: 13px;
    background: #ccc;
    color: #4E5E6A;
}

html {
    height: 100%!important;
    position: relative;
}

*:hover,
*:active,
*:focus {
    outline: none!important;
}


/* Typography */

p {
    display: block;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 22px;
    margin: 0px 0px 10px 0px;
    font-style: normal;
    white-space: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

h3,
h4,
h5 {
    font-weight: 600;
}

.f-thin {
    font-weight: 300;
}

.f-normal {
    font-weight: normal;
}

.f-bold {
    font-weight: 600;
}

.f-s-10 {
    font-size: 10px;
}

.f-s-11 {
    font-size: 11px;
}

.f-s-12 {
    font-size: 12px;
}

.f-s-13 {
    font-size: 13px;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-15 {
    font-size: 15px;
}

.f-s-16 {
    font-size: 16px;
}

.f-s-17 {
    font-size: 17px;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-22 {
    font-size: 22px;
}

.f-s-24 {
    font-size: 24px;
}

.f-s-26 {
    font-size: 26px;
}

.f-s-28 {
    font-size: 28px;
}

.f-s-30 {
    font-size: 30px;
}

.f-s-32 {
    font-size: 32px;
}

.text-xs {
    font-size: 10px;
}

.text-sm {
    font-size: 12px;
}

.text-md {
    font-size: 16px;
}

.text-lg {
    font-size: 32px;
}

.text-xl {
    font-size: 52px;
}

.text-xxl {
    font-size: 80px;
}

.f-white {
    color: #fff;
}

.f-gray {
    color: #ccc;
}

.f-gray-dark {
    color: #a2a2a2;
}

.f-black {
    color: #333;
}

.f-green {
    color: #22BAA0;
}

.f-blue {
    color: #127acb;
}

.f-lblue {
    color: #12AFCB;
}

.f-purple {
    color: #7a6fbe;
}

.f-red {
    color: #f25656;
}

.f-yellow {
    color: #f6d433;
}

.f-orange {
    color: #e79b2f;
}

.text-default {
    color: #ccc;
}

.text-primary {
    color: #7a6fbe;
}

.text-success {
    color: #22BAA0;
}

.text-info {
    color: #12AFCB;
}

.text-warning {
    color: #f6d433;
}

.text-danger {
    color: #f25656;
}


/* Icons */

.icon-xs {
    font-size: 12px;
}

.icon-sm {
    font-size: 14px;
}

.icon-md {
    font-size: 16px;
}

.icon-lg {
    font-size: 18px;
}

.icon-state-default {
    color: #ccc;
}

.icon-state-primary {
    color: #7a6fbe;
}

.icon-state-success {
    color: #22BAA0;
}

.icon-state-info {
    color: #12AFCB;
}

.icon-state-warning {
    color: #f6d433;
}

.icon-state-danger {
    color: #f25656;
}


/* Alert */

.alert {
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
}

.alert-success {
    background: #e5f3df;
}

.alert-info {
    background: #d3e6f0;
}

.alert-warning {
    background: #f6f2dd;
}

.alert-danger, .alert-error {
    background: #f1d9d9;
}

/* Custom Badges */

.badge {
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    border-radius: 0px;
    font-weight: 300;
    font-size: 11px !important;
    text-align: center;
    vertical-align: middle;
    line-height: 11px!important;
    height: 18px;
    padding: 3px 6px 3px 6px;
    text-shadow: none !important;
}

.badge.badge-roundless {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.badge.badge-default {
    background: #f1f1f1;
    color: #aaa;
}

.badge.badge-primary {
    background: #7a6fbe;
    color: #FFF;
}

.badge.badge-info {
    background: #12AFCB;
    color: #FFF;
}

.badge.badge-success {
    background: #22BAA0;
    color: #FFF;
}

.badge.badge-danger {
    background: #f25656;
    color: #FFF;
}

.badge.badge-warning {
    background: #f6d433;
    color: #FFF;
}


/* Switchery */

.switch-sm .switchery {
    height: 15px;
    width: 25px;
}

.switch-sm .switchery > small {
    height: 15px;
    width: 15px;
}

.switch-md .switchery {
    height: 20px;
    width: 35px;
}

.switch-md .switchery > small {
    height: 20px;
    width: 20px;
}

.switch-lg .switchery {
    height: 25px;
    width: 40px;
}

.switch-lg .switchery > small {
    height: 25px;
    width: 25px;
}


/* CSS Utilities */
/* Margins & Paddings */

.no-s {
    margin: 0px!important;
    padding: 0px!important;
}

.no-m {
    margin: 0;
}

.no-p {
    padding: 0;
}

.m {
    margin: 15px;
}

.m-t-xxs {
    margin-top: 5px;
}

.m-r-xxs {
    margin-right: 5px;
}

.m-b-xxs {
    margin-bottom: 5px;
}

.m-l-xxs {
    margin-left: 5px;
}

.m-t-xs {
    margin-top: 10px;
}

.m-r-xs {
    margin-right: 10px;
}

.m-b-xs {
    margin-bottom: 10px;
}

.m-l-xs {
    margin-left: 10px;
}

.m-t-sm {
    margin-top: 15px;
}

.m-r-sm {
    margin-right: 15px;
}

.m-b-sm {
    margin-bottom: 15px;
}

.m-l-sm {
    margin-left: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-r-md {
    margin-right: 20px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-l-md {
    margin-left: 20px;
}

.m-t-lg {
    margin-top: 25px;
}

.m-r-lg {
    margin-right: 25px;
}

.m-b-lg {
    margin-bottom: 25px;
}

.m-l-lg {
    margin-left: 25px;
}

.m-t-xxl {
    margin-top: 30px;
}

.m-r-xxl {
    margin-right: 30px;
}

.m-b-xxl {
    margin-bottom: 30px;
}

.m-l-xxl {
    margin-left: 30px;
}

.m-t-n-xxs {
    margin-top: -5px;
}

.m-r-n-xxs {
    margin-right: -5px;
}

.m-b-n-xxs {
    margin-bottom: -5px;
}

.m-l-n-xxs {
    margin-left: -5px;
}

.m-t-n-xs {
    margin-top: -10px;
}

.m-r-n-xs {
    margin-right: -10px;
}

.m-b-n-xs {
    margin-bottom: -10px;
}

.m-l-n-xs {
    margin-left: -10px;
}

.m-t-n-sm {
    margin-top: -15px;
}

.m-r-n-sm {
    margin-right: -15px;
}

.m-b-n-sm {
    margin-bottom: -15px;
}

.m-l-n-sm {
    margin-left: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-t-n-lg {
    margin-top: -25px;
}

.m-r-n-lg {
    margin-right: -25px;
}

.m-b-n-lg {
    margin-bottom: -25px;
}

.m-l-n-lg {
    margin-left: -25px;
}

.m-t-n-xxl {
    margin-top: -30px;
}

.m-r-n-xxl {
    margin-right: -30px;
}

.m-b-n-xxl {
    margin-bottom: -30px;
}

.m-l-n-xxl {
    margin-left: -30px;
}

.p {
    padding: 15px;
}

.p-h-xxs {
    padding-left: 5px;
    padding-right: 5px;
}

.p-h-xs {
    padding-left: 10px;
    padding-right: 10px;
}

.p-h-sm {
    padding-left: 15px;
    padding-right: 15px;
}

.no-p-h {
    padding-left: 0;
    padding-right: 0;
}

.no-p-v {
    padding-top: 0;
    padding-bottom: 0;
}

.p-h-md {
    padding-left: 20px;
    padding-right: 20px;
}

.p-h-lg {
    padding-left: 25px;
    padding-right: 25px;
}

.p-h-xxl {
    padding-left: 30px;
    padding-right: 30px;
}

.p-v-xxs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-v-sm {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-v-md {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-v-lg {
    padding-top: 25px;
    padding-bottom: 25px;
}

.p-v-xxl {
    padding-top: 30px;
    padding-bottom: 30px;
}


/* Borders */

.no-b {
    border: 0!important;
}

.b {
    border: 1px solid #f1f1f1;
}

.b-t {
    border-top: 1px solid #f1f1f1;
}

.b-r {
    border-right: 1px solid #f1f1f1;
}

.b-b {
    border-bottom: 1px solid #f1f1f1;
}

.b-l {
    border-left: 1px solid #f1f1f1;
}

.b-default {
    border-color: #f1f1f1;
}

.b-primary {
    border-color: #7a6fbe;
}

.b-info {
    border-color: #12AFCB;
}

.b-success {
    border-color: #22BAA0;
}

.b-warning {
    border-color: #f6d433;
}

.b-danger {
    border-color: #f25656;
}

.b-2 {
    border-size: 2px;
}

.b-3 {
    border-size: 3px;
}

.b-4 {
    border-size: 4px;
}

.b-n-t {
    border-top: 0;
}

.b-n-r {
    border-right: 0;
}

.b-n-b {
    border-bottom: 0;
}

.b-n-l {
    border-left: 0;
}


/* Radius */

.no-r {
    border-radius: 0!important;
}

.r {
    border-radius: 2px;
}

.r-t-l {
    border-top-left-radius: 2px;
}

.r-t-r {
    border-top-right-radius: 2px;
}

.r-b-l {
    border-bottom-left-radius: 2px;
}

.r-b-r {
    border-bottom-right-radius: 2px;
}

.no-r-t-l {
    border-top-left-radius: 0!important;
}

.no-r-t-r {
    border-top-right-radius: 0!important;
}

.no-r-b-l {
    border-bottom-left-radius: 0!important;
}

.no-r-b-r {
    border-bottom-right-radius: 0!important;
}

/* Backgrounds */

.bg-n {
    background: transparent!important;
}

.bg-primary {
    background-color: #7a6fbe;
    color: #fff;
}

.bg-primary.dark {
    background-color: #6e63b4;
    color: #fff;
}

.bg-primary.light {
    background-color: #877cc7;
    color: #fff;
}

.bg-success {
    background-color: #22BAA0;
    color: #fff;
}

.bg-success.dark {
    background-color: #1da890;
    color: #fff;
}

.bg-success.light  {
    background-color: #32c6ad;
    color: #fff;
}

.bg-info {
    background-color: #12AFCB;
    color: #fff;
}

.bg-info.dark {
    background-color: #0ba0bb;
    color: #fff;
}

.bg-info.light {
    background-color: #20beda;
    color: #fff;
}

.bg-warning {
    background-color: #f6d433;
    color: #fff;
}

.bg-warning.dark {
    background-color: #f1ca11;
    color: #fff;
}

.bg-warning.light {
    background-color: #fada44;
    color: #fff;
}

.bg-danger {
    background-color: #f25656;
    color: #fff;
}

.bg-danger.dark {
    background-color: #e54f4f;
    color: #fff;
}

.bg-danger.light {
    background-color: #f66d6d;
    color: #fff;
}

.bg-dark {
    background-color: #333;
    color: #fff;
}

.bg-dark.dark {
    background-color: #2b2b2b;
    color: #fff;
}

.bg-dark.light {
    background-color: #3b3b3b;
    color: #fff;
}

.bg-light {
    background-color: #f1f1f1;
}

.bg-light.dark {
    background-color: #e5e5e5;
}

.bg-light.light {
    background-color: #f9f9f9;
}

.bg-gray {
    background-color: #ccc;
}

.bg-gray.dark {
    background-color: #b9b9b9;
}

.bg-gray.light {
    background-color: #d7d7d7;
}


/* Buttons */

.btn {
    font-size: 13px;
    border: 1px solid transparent;
    border-radius: 0;
    outline: none!important;
}

.btn-addon i {
    position: relative;
    float: left;
    width: 35px;
    height: 35px;
    margin: -7px -13px;
    margin-right: 12px;
    line-height: 34px;
    text-align: center;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: rgba(0,0,0, 0.1);
}

.btn-rounded.btn-addon i {
    margin: -7px -16px;
    margin-right: 15px;
    border-radius: 50px;
}

.btn-rounded.btn-addon.btn-sm i {
    margin: -7px -16px;
    margin-right: 10px;
    border-radius: 50px;
}

.btn-lg {
    line-height: inherit;
}

.btn-lg.btn-addon i {
    width: 45px;
    height: 45px;
    margin: -11px -17px;
    margin-right: 16px;
    line-height: 45px;
}

.btn-sm.btn-addon i {
    width: 30px;
    height: 30px;
    margin: -6px -11px;
    margin-right: 10px;
    line-height: 30px;
}

.btn-xs.btn-addon i {
    width: 22px;
    height: 22px;
    margin: -2px -6px;
    margin-right: 5px;
    line-height: 22px;
    font-size: 10px;
}

.btn-rounded {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 50px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.btn-default {
    background-color: #fff;
    color: #333;
    border: 1px solid #e5e5e5;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #f1f1f1;
    border-color: #e5e5e5;
     box-shadow: 0 0 5px #00BF00 !important;
	border: 1px solid #00BF00 !important;
}

.btn-default:hover {
    color: #333;
    background-color: #f1f1f1;
    border-color: #e5e5e5;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #f1f1f1;
    border-color: #e5e5e5;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #f1f1f1;
    border-color: #e5e5e5;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #7a6fbe;
    border-color: transparent;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #6a5fac;
    border-color: transparent;
     box-shadow: 0 0 5px #00BF00 !important;
	border: 1px solid #00BF00 !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #6a5fac;
    border-color: transparent;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #6a5fac;
    border-color: transparent;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #6a5fac;
    border-color: transparent;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #6a5fac;
    border-color: transparent;
}

.btn-primary .badge {
    color: #6a5fac;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #22BAA0;
    border-color: transparent;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #1DB198;
    
    box-shadow: 0 0 5px #00BF00 !important;
	border: 1px solid #00BF00 !important;
}

.btn-success:hover {
    color: #fff;
    background-color: #1DB198;
    border-color: transparent;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #1DB198;
    border-color: transparent;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #1DB198;
    border-color: transparent;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #1DB198;
    border-color: transparent;
}

.btn-success .badge {
    color: #1DB198;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #12AFCB;
    border-color: transparent;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #08A7C3;
    border-color: transparent;
     box-shadow: 0 0 5px #00BF00 !important;
	border: 1px solid #00BF00 !important;
}

.btn-info:hover {
    color: #fff;
    background-color: #08A7C3;
    border-color: transparent;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #08A7C3;
    border-color: transparent;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #08A7C3;
    border-color: transparent;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #08A7C3;
    border-color: transparent;
}

.btn-info .badge {
    color: #12AFCB;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f2ca4c;
    border-color: transparent;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #e8bf40;
    border-color: transparent;
     box-shadow: 0 0 5px #00BF00 !important;
	border: 1px solid #00BF00 !important;
}

.btn-warning:hover {
    color: #fff;
    background-color: #e8bf40;
    border-color: transparent;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #e8bf40;
    border-color: transparent;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #e8bf40;
    border-color: transparent;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #e8bf40;
    border-color: transparent;
}

.btn-warning .badge {
    color: #f2ca4c;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #f25656;
    border-color: transparent;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #e14444;
    border-color: transparent;
     box-shadow: 0 0 5px #00BF00 !important;
	border: 1px solid #00BF00 !important;
}

.btn-danger:hover {
    color: #fff;
    background-color: #e14444;
    border-color: transparent;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #e14444;
    border-color: transparent;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #e14444;
    border-color: transparent;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #e14444;
    border-color: transparent;
}

.btn-danger .badge {
    color: #f25656;
    background-color: #fff;
}


/* Box Shadow */

.bs-n {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bs-dark {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .6);
    box-shadow: 0 0 3px rgba(0, 0, 0, .6);
}

.bs-light {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.bs-t {
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, .05);
}

.bs-r {
    -webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px 0 1px rgba(0, 0, 0, .05);
    box-shadow: 1px 0 1px rgba(0, 0, 0, .05);
}

.bs-b {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.bs-l {
    -webkit-box-shadow: -1px 0 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: -1px 0 1px rgba(0, 0, 0, .05);
    box-shadow: -1px 0 1px rgba(0, 0, 0, .05);
}


/* Width & Height */

.full-height {
    height: 100%!important;
}

.full-width {
    width: 100%!important;
}

.w-xxs {
    width: 50px;
}

.w-xs {
    width: 90px;
}

.w-sm {
    width: 140px;
}

.w {
    width: 200px;
}

.w-md {
    width: 240px;
}

.w-lg {
    width: 280px;
}

.w-xl {
    width: 330px;
}

.w-xxl {
    width: 370px;
}

.w-auto {
    width: auto;
}

.h-auto {
    height: auto;
}


/* Tooltip */

.tooltip-inner {
    border-radius: 0;
}


/* Panel */

.panel {
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    border: 0!important;
    margin-bottom: 25px;
    border-radius: 0;
}

@media (min-width: 768px) {
    .panel > .row > div:first-child {
        padding-left: 15px;
        padding-right: 0;
    }

    .panel > .row > div:last-child {
        padding-left: 0;
        padding-right: 15px;
    }
}

.panel .panel-heading {
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0!important;
    height: 55px;
    font-size: 14px;
    font-weight: 600;
}

.panel .panel-heading .panel-title {
    font-size: 14px;
    float: left;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

.panel .panel-heading .panel-title small {
    font-size: 80%;
}

.panel .panel-heading .panel-control {
    float: right;
    height: auto;
}

.panel .panel-heading .panel-control a {
    text-decoration: none;
    color: #ccc;
    margin-left: 5px;
    font-size: 14px;
    float: left;
}

.panel .panel-heading .panel-control a:hover {
    color: #a2a2a2;
}

.panel .panel-body {
    position: relative;
    padding: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.panel .panel-heading + .panel-body {
    padding: 0 20px 20px 20px;
}

.panel-default .panel-heading {
    background: #f1f1f1;
    border-color: #e7e7e7;
}

.panel-default .panel-heading .panel-control a {
    color: #bbb;
}

.panel-default .panel-heading .panel-control a:hover {
    color: #a2a2a2;
}

.panel-primary .panel-heading {
    background: #7a6fbe;
    color: #fff;
}

.panel-primary .panel-heading .panel-control a {
    color: #fff;
}

.panel-primary .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-success .panel-heading {
    background: #22BAA0;
    color: #fff;
}

.panel-success .panel-heading .panel-control a {
    color: #fff;
}

.panel-success .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-info .panel-heading {
    background: #12AFCB;
    color: #fff;
}

.panel-info .panel-heading .panel-control a {
    color: #fff;
}

.panel-info .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-warning .panel-heading {
    background: #f6d433;
    color: #fff;
}

.panel-warning .panel-heading .panel-control a {
    color: #fff;
}

.panel-warning .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-danger .panel-heading {
    background: #f25656;
    color: #fff;
}

.panel-danger .panel-heading .panel-control a {
    color: #fff;
}

.panel-danger .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-transparent {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel-transparent .panel-heading .panel-control a {
    color: #ccc;
}

.panel-transparent .panel-heading .panel-control a:hover {
    color: #a2a2a2;
}

.panel-white {
    background: #fff;
}

.panel-white .panel-heading .panel-control a {
    color: #ccc;
}

.panel-white .panel-heading .panel-control a:hover {
    color: #a2a2a2;
}

.panel-purple {
    background: #7a6fbe;
}

.panel-purple .panel-heading {
    color: #fff;
}

.panel-purple .panel-body {
    color: #fff;
}

.panel-purple .panel-heading .panel-control a {
    color: #fff;
}

.panel-purple .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-green {
    background: #22BAA0;
}

.panel-green .panel-heading {
    color: #fff;
}

.panel-green .panel-body {
    color: #fff;
}

.panel-green .panel-heading .panel-control a {
    color: #fff;
}

.panel-green .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-blue {
    background: #12AFCB;
}

.panel-blue .panel-heading {
    color: #fff;
}

.panel-blue .panel-body {
    color: #fff;
}

.panel-blue .panel-heading .panel-control a {
    color: #fff;
}

.panel-blue .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-yellow {
    background: #f6d433;
}

.panel-yellow .panel-heading {
    color: #fff;
}

.panel-yellow .panel-body {
    color: #fff;
}

.panel-yellow .panel-heading .panel-control a {
    color: #fff;
}

.panel-yellow .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-red {
    background: #f25656;
}

.panel-red .panel-heading {
    color: #fff;
}

.panel-red .panel-body {
    color: #fff;
}

.panel-red .panel-heading .panel-control a {
    color: #fff;
}

.panel-red .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-placeholder {
    border: 2px dashed #ddd;
    margin-bottom: 20px;
}


/* Wells */

.well {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #F6F6F6;
    border: 0;
}


/* Modals */

.modal {
    z-index: 9999;
}

.modal-content {
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: 0;
}

.modal-header {
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #f7f7f7 !important;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    margin-bottom: 10px;
    padding: 10px;
}
.red {
    color: #d84a38;
}
.delete_item td {
    background-color: #ffd7d7 !important;
}
li.delete_item {
    background-color: #ffd7d7 !important;
}
.loader
{
	background: transparent url("../images/transparent.png") repeat scroll 0 0;
	display: none;
    height: 100%;
    left: 0;
    outline: medium none !important;
    overflow-y: auto !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.loader .loader_txt {
    background: #fff url("../images/loader.GIF") no-repeat scroll center 40px;
    border: 1px solid #dedede;
    border-radius: 3px !important;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 80px !important;
    left: 50%;
    margin: -40px auto auto -160px;
    min-height: 80px !important;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 300px;
}

.modal-body {
    position: relative;
    padding: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.modal-footer {
    position: relative;
    padding: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #f7f7f7 !important;
}

.modal-header + .modal-body {
    padding: 0 20px 20px 20px;
}

.modal-body + .modal-footer {
    padding: 10px 10px 10px 10px;
}

.modal-open {
    overflow-y: auto!important;
}

.modal-open {
    padding: 0!important;
}

.modal-backdrop {
    z-index: 999;
}

/* Pagination */

.pagination > li > a {
    color: #5B5B5B;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: #22BAA0; 
    border-color: #22BAA0;
}


/* Progress Bars */

.progress {
    border-radius: 2px;
}

.progress-squared {
    border-radius: 0;
}

.progress-xs {
    height: 5px;
}

.progress-sm {
    height: 10px;
}

.progress-md {
    height: 15px;
}

.progress-lg {
    height: 25px;
}

.progress-bar {
    background-color: #7a6fbe;
}

.progress-bar-success {
    background-color: #22BAA0;
}

.progress-bar-info {
    background-color: #12AFCB;
}

.progress-bar-warning {
    background-color: #f6d433;
}

.progress-bar-danger {
    background-color: #f25656;
}


/* Tabs */

.tab-content {
    padding: 15px 0;
    background: #fff;
    
}

.nav-tabs > li > a {
    border-radius: 0!important;
    color: #777;
    border-bottom: 1px solid #DDDDDD;
}

.nav-tabs > li > a:hover {
    background: #f1f1f1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-bottom-color: #fff;
}

.nav-pills > li > a {
    color: #777;
    border-radius: 0!important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #7a6fbe;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: #fff #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
    border-bottom: 0;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    border-right-color: #ffffff;
    border-bottom: 1px solid #DDDDDD;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    border-left-color: #ffffff;
    border-bottom: 1px solid #DDDDDD;
}


/* Accordions */

.panel-group .panel-heading .panel-title > a {
    font-size: 14px;
}

.panel-group .panel-heading {
    font-size: 14px;
    height: auto!important;
}

.panel-group .panel-heading  .panel-title > a {
    text-decoration: none;
}

.panel-group  .panel-heading {
    border-bottom: 0!important;
}

.panel > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.panel-group .panel-heading .panel-title {
    position: relative;
    width: 100%;
}


/* jsTree */

.jstree-default .jstree-clicked {
    background: #f1f1f1;
    border-radius: 0;
    box-shadow: inset 0 0 1px #999;
}

.jstree-default li a:hover {
    background: #f1f1f1;
    border-radius: 0;
    box-shadow: inset 0 0 1px #999;
}



/* Labels */

.label.label-default {
    background: #fff;
    border: 1px solid #e5e5e5;
}

.label.label-success {
    background: #22BAA0;
}

.label.label-primary {
    background: #7a6fbe;
}

.label.label-info {
    background: #12AFCB;
}

.label.label-danger {
    background: #f25656;
}

.label.label-warning {
    background: #f6d433;
}


/* Forms */

label {
    font-size: 13px;
}

.controls label {
    display: block;
}

.form-control {
    background: #fff;
    border-radius: 0;
    border: 1px solid #dce1e4;
    box-shadow: none!important;
    font-size: 13px;
    padding: 6px 10px!important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input[disabled] {
    background: #f7f7f7;
    border-color: #d2d7db;
}

.form-control:focus {
    border: 1px solid #bdc5c9;
    background: #fff;
}

.help-block {
    margin-bottom: 5px;
}

.form-group.has-success .form-control,
.form-group.has-warning .form-control,
.form-group.has-error .form-control {
    box-shadow: none;
}

.form-group.has-success .form-control:focus {
    border: 1px solid #22BAA0;
    background: #fff;
}

.form-group.has-warning .form-control:focus {
    border: 1px solid #f6d433;
    background: #fff;
}

.form-group.has-error .form-control:focus {
    border: 1px solid #f25656;
    background: #fff;
}

.form-group.has-success label {
    color: #22BAA0;
}

.form-group.has-warning label {
    color: #f6d433;
}

.form-group.has-error label {
    color: #f25656;
}

label.error {
    color: #a94442;
    font-weight: bold;
    margin-top: 5px;
    float: left;
    font-size: 12px;
}

input.form-control.input-rounded {
    border-radius: 30px;
}

.input-group .btn {
    padding: 7px 12px;
}

ol.linenums {
    margin: 0;
}

.select2-selection {
    background: #fff!important;
    border-radius: 0!important;
    border: 1px solid #dce1e4!important;
    box-shadow: none!important;
    font-size: 13px!important;
    padding: 6px 10px!important;
/*
    height: 34px!important;
*/
    -webkit-transition: all 0.2s ease-in-out!important;
    -moz-transition: all 0.2s ease-in-out!important;
    -o-transition: all 0.2s ease-in-out!important;
    transition: all 0.2s ease-in-out!important;
}

.select2-dropdown {
    background: #fff;
    border-radius: 0;
    border: 1px solid #dce1e4;
    border-top: 0;
    box-shadow: none!important;
    font-size: 13px;
    padding: 6px 10px!important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
}

.select2-dropdown.select2-dropdown--above {
    border: 1px solid #dce1e4;
    border-bottom: 0;
}

.select2-selection--multiple .select2-selection__choice {
    background: #f1f1f1!important;
    border-radius: 0!important;
    border: 1px solid #ccc!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: inherit!important;
    padding: 0!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0!important;
}

.popover {
    border: 1px solid #ebebeb;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.popover-title {
    border-radius: 0;
}

.popover.top > .arrow {
    border-top-color: #ebebeb;
}

.popover.left > .arrow {
    border-left-color: #ebebeb;
}

.popover.right > .arrow {
    border-right-color: #ebebeb;
}

.popover.bottom > .arrow {
    border-bottom-color: #ebebeb;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    border-radius: 0!important;
}

.bootstrap-tagsinput {
    background: #fff;
    border-radius: 0;
    border: 1px solid #dce1e4;
    box-shadow: none!important;
    font-size: 13px;
    padding: 6px 10px!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
    margin: 0;
}

.bootstrap-tagsinput .tag {
    line-height: inherit;
}

.input-group-addon {
    border-radius: 0!important;
    background: #f1f1f1;
    border-color: #dce1e4;
}

.bootstrap-timepicker-widget input {
    background: #fff;
    border-radius: 0;
    border: 1px solid #dce1e4;
    box-shadow: none!important;
    font-size: 13px;
    padding: 6px 10px!important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 45px!important;
}

.bootstrap-timepicker-widget input:focus {
    border: 1px solid #bdc5c9;
    background: #fff;
}

.bootstrap-timepicker-widget .icon-chevron-up:before {
    font-family: FontAwesome;
    content: "\f106";
    font-style: normal;
}

.bootstrap-timepicker-widget .icon-chevron-down:before {
    font-family: FontAwesome;
    content: "\f107";
    font-style: normal;
}

.bootstrap-timepicker-widget a {
    text-decoration: none;
}

/* Tables */
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th
{
	vertical-align: middle;
}
/*
.table > tbody > tr > td, 
.table > tbody > tr > th,
.table > tfoot > tr > td, 
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th,
.table td {
    padding: 15px!important;
}
.panel-body .table-sm tr td, .panel-body .table-sm tr th
{
	 padding: 2px 0 !important;

}*/
table.dataTable thead th, table.dataTable tfoot th
{
	 border-top: 1px solid #ddd !important;
    font-weight: bold;
    padding: 15px 10px !important;
}
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    background: #fff;
    border-radius: 0;
    border: 1px solid #dce1e4;
    box-shadow: none!important;
    font-size: 13px;
    padding: 6px 10px!important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border: 1px solid #bdc5c9;
    background: #fff;
    outline: 0;
}

.dataTables_wrapper .dataTables_length select:focus {
    outline: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #5f5f5f!important;
    border: 1px solid #ebebeb;
    background: #f1f1f1!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    color: #5f5f5f!important;
    border: 1px solid transparent;
    background: #f7f7f7!important;
    box-shadow: none;
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}


/* Wysiwyg */

.note-editor {
    border: 1px solid #DCE1E4;
    border-radius: 0;
}

.note-dialog .note-modal-form {
    margin: 0 15px 0 15px;
}

.note-editor .note-toolbar {
    border-bottom: 0;
    background: #fff;
    padding: 10px;
}

.note-popover .popover .popover-content>.btn-group, .note-toolbar>.btn-group {
    margin-top: 0;
}

.note-editor .note-editable {
    padding: 15px;
    padding-top: 10px;
    overflow: auto;
    outline: 0;
}

.note-editor .note-statusbar {
    background: transparent;
}

.note-editor .note-statusbar .note-resizebar {
    border: 0;
}


/* Center */

.center {
    margin: 0 auto;
    float: none!important;
    display: block;
}


/* Display */

.display-block {
    display: block;
}

.display-inline {
    display: inline-block;
}


/* Middle Box */

.box-middle {
    position: absolute;
    height: 400px;
    width: 400px;
    top: 50%;
    left: 50%;
    margin-left: -200px!important;
    margin-top: -200px!important;
}


/* Date Picker */

.datepicker {
    padding: 10px!important;
    border: 1px solid #e0e0e0!important;
    border-radius: 0!important;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1)!important;
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1)!important;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1)!important;
}

.datepicker table tr td,
.datepicker table tr th, 
.datepicker table tr td span {
    border-radius: 0!important;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #7a6fbe;
    border: 0;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active, 
.datepicker table tr td span.active.disabled:hover:active, 
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active, 
.datepicker table tr td span.active.disabled.active, 
.datepicker table tr td span.active.disabled:hover.active, 
.open .dropdown-toggle.datepicker table tr td span.active, 
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #ffffff;
    background-color: #7a6fbe;
    border: 0;
}


/* Colorpicker */

.colorpicker {
    padding: 10px!important;
}


/* Dropzone */

.dropzone {
    border: 1px solid #f1f1f1;
    border-radius: 0;
    background: #f9f9f9;
}


/* Image Cropper */

.img-preview {
    height: 150px;
    width: 220px;
    overflow: hidden;
    text-align: center;
}


/* Sparkline Charts */

.jqstooltip {
    box-sizing: content-box;
}


/* Flot Chart */

#flot1 {
    width: 100%;
    height: 250px;
}

#flot2 {
    width: 100%;
    height: 250px;
}

#flot3 {
    margin: 0 auto;
    width: 250px;
    height: 250px;
}

#flot3 .pie-chart-legend {
    padding: 5px;
}

#flot4 {
    width: 100%;
    height: 250px;
}

#flotTip {
    border-radius: 0;
    background: rgba(51,51,51,0.8);
    color: #fff;
    padding: 5px;
    font-size: 13px!important;
}


/* Vector Maps */

.jqvmap-zoomin,
.jqvmap-zoomout {
    background-color: #7a6fbe;
    color: #fff;
    border: 1px solid transparent;
    font-size: 13px;
    border-radius: 0;
    outline: none!important;
    padding: 3px 5px;
    height: auto;
    width: auto;
    margin-left: 7px;
}

.jqvmap-zoomin:hover,
.jqvmap-zoomin:focus,
.jqvmap-zoomin:active,
.jqvmap-zoomout:hover,
.jqvmap-zoomout:focus,
.jqvmap-zoomout:active {
    background-color: #6a5fac;
    border: 1px solid transparent;
}


/* Gritter Notifications */

.gritter-item {
    font-size: 13px;
    background: rgba(0,0,0, 0.7);
    background-image: none!important;
    padding: 15px;
}

.gritter-top {
	background: none!important;
}

.gritter-bottom {
	background: none!important;
}

.gritter-close {
	top: 15px;
    left: auto;
	right: 5px;
}

.gritter-image {
	width: 50px;
	height: 50px;
    border-radius: 100%;
}

.gritter-with-image {
    padding-left: 10px;
}

/* Calendar */


.fc button {
	height: auto;
    padding: 6px 12px;
	font-size: 13px;
}


.fc button::-moz-focus-inner { 
    margin: 0; 
    padding: 0; 
}
	
.fc-state-default {
	border: 1px solid;
}

.fc-state-default.fc-corner-left {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.fc-state-default.fc-corner-right {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.fc-state-default {
	background-color: #fff;
	background-image: none;
	border-color: #e5e5e5;
	color: #333;
	text-shadow: 0;
	box-shadow: 0;
    outline: 0!important;
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.fc-state-down,
.fc-state-active {
    background-color: #f1f1f1;
    border: 1px solid #e5e5e5;
	box-shadow: 0!important;
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}

.fc-day-grid-event {
	padding: 5px;
    background: #22BAA0;
    border: 0;
}


/* List Groups */

.list-group-item.active {
    background: #f1f1f1;
    border-color: #DDDDDD;
    color: #333;
}

.list-group-item.active:hover {
    background: #e7e7e7;
    border-color: #DDDDDD;
    color: #333;
}


/* Header */

.navbar {
    border: none;
    background: #FFF;
    padding: 0px;
    height: 50px;
    margin: 0px;
    z-index: 999;
    border-radius: 0px;
    border: none;
    margin: auto;
    position: relative;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}

.page-header-fixed .navbar {
    position: fixed;
    right: 0;
    left: 0;
}

@media (min-width: 768px) {
    .page-content.container .navbar {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .page-content.container .navbar {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .page-content.container .navbar {
        width: 1170px;
    }
}

.topmenu-outer {
    height: 50px;
    background: #fff;
    margin-left: 160px;
}

.small-sidebar .topmenu-outer {
    margin-left: 65px;
}

.pace .pace-progress {
    background: #22BAA0;
}

.pace .pace-progress-inner {
    box-shadow: 0 0 10px #22BAA0, 0 0 5px #22BAA0;
}

.pace .pace-activity {
    border-top-color: #22BAA0;
    border-left-color: #22BAA0;
    margin-top: 60px;
}


/* logo */

.navbar .logo-box {
    position: relative;
    width: 200px;
    height: 50px;
    float: left;
    display: table;
}

.navbar .logo-box .logo-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    padding: 0 15px 0 15px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.navbar .logo-box a:hover,
.navbar .logo-box a:focus {
    text-decoration: none;
}

.navbar .logo-box a {
    margin: 0 auto;
}

.small-sidebar .navbar .logo-box {
    width: 65px;
}


/* Top Menu */

.navbar-nav.navbar-right {
    margin-right: 0;
}

.top-menu .navbar-nav > li {
    height: 39px;
} 

.top-menu .navbar-nav > li > a {
    display: block;
    padding: 15px 18px;
    color: #5f5f5f;
    border: none;
    position: relative;
    line-height: 20px;
} 

.top-menu .nav > li > a:hover,
.top-menu .nav > li > a:focus,
.top-menu .nav > li > a:active,
.top-menu .nav .open > a,
.top-menu .nav .open > a:hover,
.top-menu .nav .open > a:focus {
    background: transparent;
} 

.top-menu .nav .open > a,
.top-menu .nav .open > a:hover,
.top-menu .nav .open > a:focus {
    background: transparent;
    border-color: none;
}

.top-menu .navbar-nav > li > a > i {
    font-size: 14px;
}

.top-menu .navbar-nav > li > a > .badge {
    font-family: "Open Sans", sans-serif;
    position: absolute;
    top: 12px;
    right: 7px;
    padding: 3px 6px;
    font-size: 11px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

.top-menu .navbar-nav > li > a > .user-name {
    padding: 0 10px 0 0;
    line-height: 20px;
}

.top-menu .navbar-nav > li > a > .user-name {
    padding: 0 10px 0 0;
    line-height: 20px;
}

@media (max-width: 991px) {
    .top-menu .navbar-nav > li > a > .user-name {
        display: none;
    }
}

.top-menu .navbar-nav > li > a > .user-name > i {
    margin-left: 5px;
}

.avatar {
    padding: 0px;
    margin: -19px 0 -15px 0;
    position: relative;
    display: inline-block;
}


/* Dropdowns */

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    background-color: #fffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d8dee4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}

.dropdown-menu li {
    font-size: 13px;
}

.dropdown-menu li a:hover {
    background: #f7f7f7;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 25px!important;
}

.dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 9px;
    right: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #d8dee4;
    border-left: 8px solid transparent;
    content: '';
}

.dropdown-menu:after {
    position: absolute;
    top: -7px;
    left: 10px;
    right: auto;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
}

.dropdown.dropup > .dropdown-menu:after,
.dropdown.dropup > .dropdown-menu:before,
.btn-group.dropup > .dropdown-menu:after,
.btn-group.dropup > .dropdown-menu:before,
.dropdown-toggle.dropup > .dropdown-menu:after,
.dropdown-toggle.dropup > .dropdown-menu:before {
    display: none !important;
}

.navbar-left .dropdown-menu:before,
.dropdown-menu.dropdown-menu-left:before {
    left: 16px;
    right: auto;
}

.navbar-left .dropdown-menu:after,
.dropdown-menu.dropdown-menu-left:after {
    left: 17px;
    right: auto;
}

.navbar-right .dropdown-menu:before,
.dropdown-menu.dropdown-menu-right:before {
    right: 16px;
    left: auto;
}

.navbar-right .dropdown-menu:after,
.dropdown-menu.dropdown-menu-right:after {
    right: 17px;
    left: auto;
}

.dropdown-menu.title-caret:after {
    border-bottom: 7px solid #fff;
}

.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus,
.dropdown-menu > li.active > a:active,
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus {
    background: #F7F7F7;
    color: #333;
} 

.drop-title {
    display: block;
    border-bottom: 1px solid #F3F3F3;
    font-size: 14px;
    background: #fff;
    padding: 12px;
    color: #6a6a6a;
    margin: 0px;
}

.dropdown-menu li.drop-all a {
    padding: 10px;
    color: #707070;
    background: #FFF;
    font-size: 14px;
}

.dropdown-menu li.drop-all a:hover {
    background: #f7f7f7;
}

.dropdown-sm {
    width: 190px;
}

.dropdown-md {
    width: 230px;
}

.dropdown-lg {
    width: 280px;
}

.dropdown-menu li a {
    padding: 7px 10px 7px 10px;
    color: #5f5f5f;
    font-size: 13px;
}

.dropdown-menu li a i {
    margin-right: 10px;
}

.dropdown-menu li.no-link {
    padding: 7px 10px 7px 10px;
}

.dropdown-menu li.li-group {
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0px 5px 0px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: transparent;
}

.navbar .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    margin-top: 30px!important;
}

.navbar .open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 25px!important;
}

.navbar .dropdown {
    display: inline-block;
}


/* Messages */

.messages {
    max-height: 300px;
}

.messages li a {
    color: #bababa;
    font-size: 13px;
    padding-left: 15px;
    text-decoration: none;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}

.messages li a:hover {
    background: #f7f7f7;
}

.messages li {
    border-bottom: 1px solid #f3f3f3;
}

.messages li a .msg-img {
    height: 100%;
    display: block;
    float: left;
    position: relative;
}

.online {
    position: absolute;
    top: 1px;
    right: 1px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #FFF;
    background: #ccc;
}

.online.on {
    background: #44AEA1;
}

.online.off {
    background: #f3565d;
}

.messages li a img {
    width: 40px;
    height: 40px;
}

.messages li a .msg-name {
    display: block;
    font-size: 14px;
    color: #707070;
    padding: 0 0 0 10px;
    margin: 0px;
    float: left;
}

.messages li a .msg-text {
    display: block;
    width: 210px;
    text-overflow: ellipsis;
    white-space: nowrap;   
    color: #a0a0a0;
    margin: 0px;
    float: left;
    padding: 0 0 0 10px;
}

.messages li a .msg-time {
    font-size: 11px;
    display: block;
    width: 210px;
    padding: 0 4px 0 8px;
    margin: 0px;
    float: right;
}


/* Tasks */

.tasks {
    max-height: 300px;
}

.tasks li a {
    color: #bababa;
    font-size: 13px;
    padding-left: 15px;
    text-decoration: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.tasks li {
    border-bottom: 1px solid #f3f3f3;
}

.tasks li a:hover {
    background: #f7f7f7;
}

.task-icon.badge {
    height: 25px;
    width: 25px;
    display: block;
    float: left;
    position: relative;
    margin-right: 10px;
    padding-top: 6px;
}

.task-icon i {
    text-align: center;
    font-size: 12px;
}
    
.tasks li a .task-details {
    display: block;
    font-size: 13px;
    color: #868686;
    padding: 3px 0 0 0;
    margin: 0px;
    float: left;
    width: 148px;
}

.tasks li a .badge {
    margin: 0px;
    margin-right: 5px;
    max-width: 85px;
}


/* Page Content */

.page-content {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    background: #f7f8f8;
    min-height: 100%;
}

.page-content.container {
    padding-left: 0px;
    padding-right: 0px;
}


/* Sidebar */

.page-sidebar {
    width: 200px;
    display: block;
    z-index: 998;
    float: left;
    height: auto !important;
    overflow: visible !important;
}

.sidebar .sidebar-title {
    display: block;
    margin: 0 0 10px 0;
}

.page-sidebar-fixed:not(.page-header-fixed) .logo-box {
    position: fixed;
    display: block;
}

.page-sidebar-fixed:not(.page-header-fixed) .topmenu-outer {
    margin-left: 160px;
}

.small-sidebar.page-sidebar-fixed:not(.page-header-fixed) .topmenu-outer {
    margin-left: 65px;
}

.page-header-fixed .page-sidebar {
    padding-top: 60px;
}


.page-sidebar-fixed .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    padding-top: 60px;
}

.page-sidebar-fixed .page-sidebar-inner {
    height: 100%;
}

.page-sidebar .page-sidebar-inner {
    height: 100%!important;
}

.small-sidebar .page-sidebar {
    width: 65px;
}

.small-sidebar .page-sidebar-inner {
    overflow: visible!important;
}

.sidebar-header {
    overflow: hidden;
    clear: both;
    position: relative;
    padding: 20px;
}

.sidebar-profile-image {
    display: block;
}

.sidebar-profile {
    overflow: hidden;
    position: relative;
    display: block;
}

.sidebar-profile a {
    text-decoration: none;
}

.sidebar-profile img {
    width: 60px;
    display: block;
    margin: 0 auto;
}

.sidebar-profile span {
    color: #fff;
    font-weight: 600;
    display: block;
    padding: 8px 0 0 0;
    text-align: center;
}

.sidebar-profile span small {
    color: #90999c;
    padding: 5px 0;
}

.profile {
    line-height: 60px;
    margin-left: 5px;
    font-size: 14px;
}

.small-sidebar .sidebar-header,
.page-horizontal-bar .sidebar-header {
    display: none;
}


/* Horizontal Bar */

.horizontal-bar {
    width: 100%;
    display: block;
    z-index: 9998;
    float: none;
    height: auto!important;
    left: 0;
    right: 0;
    bottom: 0;
    height: 74px;
}


@media (min-width: 768px) {
    .page-sidebar-fixed.page-horizontal-bar .sidebar {
        position: fixed;
        top: 0;
        bottom: auto;
        padding-top: 60px;
    }
}

.small-sidebar .horizontal-bar .slimScrollDiv {
    overflow: visible!important;
}

.page-horizontal-bar.page-header-fixed .horizontal-bar {
    padding-top: 60px;
}

.page-horizontal-bar.page-sidebar-fixed .navbar {
    z-index: 9999;
}

@media (min-width: 768px) {
    .page-horizontal-bar.page-sidebar-fixed .page-content.container .horizontal-bar {
        width: 750px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .page-horizontal-bar.page-sidebar-fixed .page-content.container .horizontal-bar {
        width: 970px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .page-horizontal-bar.page-sidebar-fixed .page-content.container .horizontal-bar {
        width: 1170px;
        margin: 0 auto;
    }
}

@media (max-width: 1200px) {
    .horizontal-bar .accordion-menu > li > a > p {
        display: none;
    }
    
    .compact-menu .horizontal-bar .accordion-menu > li > a > p {
        display: none!important;
    }
    
    body:not(.small-sidebar) .horizontal-bar .accordion-menu > li > a > .menu-icon {
        float: none!important;
        margin: 0!important;
    }
    
    .horizontal-bar .accordion-menu ul {
        top: 50px!important;
    }
}


.horizontal-bar .page-sidebar-inner {
    overflow: visible!important;
}

.horizontal-bar .accordion-menu {
    text-align: center;
	font-size: 0;
    width: 100%!important;
    overflow: visible!important;
}

.horizontal-bar .accordion-menu li {
    display: inline-block;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
}

.small-sidebar.page-horizontal-bar .horizontal-bar .accordion-menu > li > a,
.horizontal-bar .accordion-menu > li > a {
    padding: 16px!important;
}

.small-sidebar .horizontal-bar .accordion-menu li a span.menu-icon {
    font-size: 15px;
}

.horizontal-bar .accordion-menu > li > a > p {
    font-size: 13px;
}

.compact-menu .horizontal-bar .accordion-menu li a p {
    display: inline;
}

.horizontal-bar .accordion-menu .sub-menu li a {
    font-size: 13px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.sub-menu
{
	display: none;
}

.page-horizontal-bar.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li > a {
    width: auto;
}

.horizontal-bar .accordion-menu > li > a > span.arrow:before {
    display: none;
}

body:not(.small-sidebar) .horizontal-bar .menu.accordion-menu > li > a > .menu-icon {
    font-size: 14px;
}

.small-sidebar.page-horizontal-bar .menu.accordion-menu > li > a > span.menu-icon {
    margin: 0!important;
}

.horizontal-bar .accordion-menu > li > ul {
    left: 0!important;
    top: 74px;
    width: 200px;
    position: absolute;
}

.horizontal-bar .accordion-menu ul li {
    display: block;
    text-align: left;
}

.horizontal-bar .accordion-menu li.menu-title {
    display: none;
}

.small-sidebar .horizontal-bar .accordion-menu > li > a > p {
    display: none!important;
}

.small-sidebar .horizontal-bar .accordion-menu > li > ul {
    top: 44px!important;
}

.small-sidebar.page-horizontal-bar.page-sidebar-fixed .page-inner {
    padding-left: 0px;
}

.small-sidebar.page-sidebar-fixed.page-header-fixed.page-horizontal-bar .page-inner {
    padding: 110px 0 50px 0;
}

.small-sidebar.page-sidebar-fixed.page-header-fixed .page-inner {
	padding: 60px 0 50px 65px;
}

.small-sidebar.page-sidebar-fixed:not(.page-header-fixed) .page-inner {
	padding: 0 0 50px 65px;
}

.small-sidebar.page-header-fixed.page-horizontal-bar:not(.page-sidebar-fixed) .page-inner {
	padding: 0 0 50px 0;
}

.page-horizontal-bar:not(.page-sidebar-fixed) .checkout {
    top: 0;
}

.page-horizontal-bar.page-sidebar-fixed:not(.compact-menu) .checkout {
    top: 134px;
}

.page-horizontal-bar.page-sidebar-fixed.compact-menu .checkout {
    top: 111px;
}

/* Search */

.search-form {
    display: block;
    width: 100%;
    height: 60px;
    z-index: 99999;
    position: fixed;
    background: #fff;
    margin-top: -60px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.search-form .input-group {
    height: 60px;
}

.search-form .input-group input {
    color: #5f5f5f;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background: none;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0 20px!important;
}

.search-form .input-group button,
.search-form .input-group button:hover,
.search-form .input-group button:focus {
    background: none;
    box-shadow: none;
    border: none;
    outline: none;
    color: #5f5f5f;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 46px;
}


/* Menu */

.menu li a .badge {
    margin-left: 10px;
}

.menu.accordion-menu {
    padding: 0px;
    margin: 0px;
    width: 200px;
	color: white;
    position: relative;
    display: block;
}

.menu.accordion-menu a {
    display: block;
    padding: 15px;
    padding-left: 18px;
    padding-right: 18px;
    background: transparent;
    text-decoration: none;
    font-size: 13px;
}

.menu.accordion-menu > li > a {
    text-align: center;
}

body:not(.page-horizontal-bar):not(.small-sidebar) .menu.accordion-menu a {
    text-align: center;
}

.menu.accordion-menu a p {
    line-height: 1.42857143!important;
    margin: 0;
}

.menu.accordion-menu a span.menu-icon {
    display: inline-block;
	font-size: 20px;
    margin-bottom: 10px;
}

.menu.accordion-menu li > a > .arrow:before {
	width: 10px;
    float: right;
    display: block;
    margin-top: -20px;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
}

.menu.accordion-menu > li > a > .arrow:before {
    margin-top: -39px;
}

.menu.accordion-menu li.open > a > .arrow:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.menu.accordion-menu li {
	list-style-type: none;
}

.menu.accordion-menu li a .badge {
	float: right;
    margin-top: 1px;
    margin-right: 0px;
    margin-left: 0px;
    display: block;
}

.menu.accordion-menu ul {
    z-index: 9999;
}

.menu.accordion-menu ul li a {
    display: block;
    padding: 10px;
    background: transparent;
    text-decoration: none;
    font-size: 13px;
}

.menu.accordion-menu ul li ul {
    padding: 2px 0 2px 0;
}

.compact-menu .menu.accordion-menu .sub-menu li .sub-menu li a,
.hover-menu .menu.accordion-menu .sub-menu li .sub-menu li a,
.page-horizontal-bar .menu.accordion-menu .sub-menu li .sub-menu li a {
    padding-left: 26px;
}

.compact-menu .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li a,
.hover-menu .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li a,
.page-horizontal-bar .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li a {
    padding-left: 31px;
}

.compact-menu .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li a,
.hover-menu .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li a,
.page-horizontal-bar .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li a {
    padding-left: 36px;
}

.menu ul {
    padding: 10px;
    z-index: 99;
}

.compact-menu:not(.small-sidebar) .menu.accordion-menu li a {
    text-align: left!important;
}

.compact-menu:not(.page-horizontal-bar) .menu.accordion-menu > li > a > p {
    display: inline!important;
}

.compact-menu .menu.accordion-menu a span.menu-icon {
    display: inline-block!important;
	font-size: 14px!important;
    margin-bottom: 0!important;
    margin-right: 10px!important;
}

.compact-menu .menu.accordion-menu li a .arrow:before {
    margin-top: -2px;
}

.page-horizontal-bar.compact-menu .menu.accordion-menu ul {
    top: 50px;
}

.page-horizontal-bar.compact-menu.small-sidebar .menu.accordion-menu ul {
    top: 46px!important;
}

.hover-menu:not(.page-horizontal-bar) .menu.accordion-menu > li > a > span.arrow {
    display: none;
}

.hover-menu .menu.accordion-menu > li:hover > ul,
.hover-menu .menu.accordion-menu > li.open:hover > ul {
    display: inline-block!important;
}

.hover-menu .accordion-menu li {
    position: relative;
}

.hover-menu .accordion-menu > li > ul {
    position: absolute;
    left: 160px;
    width: 200px;
}

.hover-menu:not(.page-horizontal-bar) .accordion-menu > li > ul {
    position: absolute;
    top: 0;
    left: 160px;
    width: 200px;
}

.hover-menu .sidebar,
.hover-menu .sidebar .page-sidebar-inner,
.hover-menu .sidebar .menu,
.hover-menu .sidebar .slimScrollDiv {
    overflow: visible!important;
}

.hover-menu .accordion-menu ul li a {
    text-align: left!important;
}

.compact-menu .accordion-menu li a p {
    display: inline;
}

.hover-menu .sidebar .slimScrollBar,
.hover-menu .slimScrollBar {
    display: none!important;
}


/* Small Menu */

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu {
    width: 65px;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .page-sidebar-inner {
    overflow: hidden!important;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover,
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu {
    width: 160px!important;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu > li > a {
    padding: 15px;
    text-align: center;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu > li > a {
    padding: 15px;
    padding-left: 18px;
    padding-right: 18px;
}

.compact-menu.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu > li > a {
    text-align: left;
}

.compact-menu.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu > li > a > .menu-icon {
    margin-right: 10px!important;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu ul li a {
    text-align: center;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a .menu-icon {
    float: none;
    margin: 0!important;
    font-size: 14px;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li a .menu-icon {
    font-size: 20px;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a p,
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a .arrow, 
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li.menu-title,
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a .badge {
    display: none!important;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a p {
    margin: 0;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li.open .sub-menu {
    visibility: hidden;
    height: 0!important;
    padding: 0;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .sidebar-widget,
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .sidebar-header {
    display: block!important;
}
    
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li a p,
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li.menu-title {
    display: block!important;
}

.compact-menu.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li a p,
.compact-menu.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li.menu-title {
    display: inline!important;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li.open .sub-menu  {
    visibility: visible;
    height: auto!important;
    padding: 10px;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li a .arrow {
    display: block!important;
    float: right;
}

.small-sidebar:not(.page-sidebar-fixed) .sidebar,
.small-sidebar:not(.page-sidebar-fixed) .sidebar > *,
.horizontal-bar,
.horizontal-bar > * {
    overflow: visible!important;
}

.small-sidebar:not(.page-sidebar-fixed) .sidebar .slimScrollBar,
.horizontal-bar .slimScrollBar {
    display: none!important;
}

.small-sidebar:not(.page-sidebar-fixed) .menu.accordion-menu {
    width: auto;
    oveflow: visible!important;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu,
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li {
    padding:0;
    margin:0;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li {
    list-style: none;
    position: relative;
    width: auto;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a {
    text-decoration: none;
    display: block;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li > a {
    padding: 15px 25px 15px 25px;
    text-align: center;
    position: relative;
    width: 265px;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a span.menu-icon {
    font-size: 14px;
    margin: 0 50px 0 0!important;
    float: left;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a p {
    margin: 0;
    float: left;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a .arrow:before {
	width: 10px;
    float: right;
    margin-left: 15px;
    margin-top: -2px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: 18px;
    content: "\f104";
    font-weight: 300;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li:hover > a {
    z-index: 999;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li > ul {
    position: absolute;
    left: 65px;
    top: 48px;
    width: 200px;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu ul li a {
    display: block;
    padding: 10px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    background: transparent;
    font-size: 13px;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu ul li span.menu-icon {
    margin-right: 15px;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li > a > span.arrow {
    display: none;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a p {
    display: block;
    text-align: left;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li.menu-title {
    display: none;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li:hover > ul,
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li.open:hover > ul {
    display: inline-block!important;
}

.page-horizontal-bar .accordion-menu > li:hover > ul,
.page-horizontal-bar .accordion-menu > li.open:hover > ul {
    display: inline-block!important;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li.open > ul {
    display: none!important;
}

.page-horizontal-bar .accordion-menu > li.open > ul {
    display: none!important;
}


/* Page Inner */

.page-inner {
	padding: 0 0 50px 0;
    background: #F1F4F9;
    position: relative;
}

.page-header-fixed:not(.page-sidebar-fixed):not(.page-horizontal-bar) .page-inner {
	padding: 60px 0 50px 0;
}

.page-sidebar-fixed.page-header-fixed .page-inner {
	padding: 60px 0 50px 160px;
}

.page-horizontal-bar.page-sidebar-fixed.page-header-fixed .page-inner {
	padding: 134px 0 50px 0;
}

.page-horizontal-bar.page-sidebar-fixed.page-header-fixed.compact-menu .page-inner {
  padding: 111px 0 50px 0;
}

.page-sidebar-fixed:not(.page-header-fixed) .page-inner {
	padding: 0px 0 50px 160px;
}

.small-sidebar.page-sidebar-fixed.page-header-fixed .page-inner {
	padding: 60px 0 50px 65px;
}

.small-sidebar.page-sidebar-fixed:not(.page-header-fixed) .page-inner {
	padding: 0 0 50px 65px;
}

.small-sidebar.page-header-fixed:not(.page-sidebar-fixed) .page-inner {
	padding: 60px 0 50px 0;
}


/* Page Title */

.page-title {
    padding: 10px 20px 5px 20px;
    background: #e9edf2;
    border-bottom: 1px solid #dee2e8; 
}

.page-title h3 {
    font-size: 24px;
    font-weight: 300;
    color: #74767d;
    padding: 0px;
    margin: 0 0 4px 0;
}


/* Page Settings */

.page-breadcrumb .breadcrumb {
    float: left;
    background: transparent;
    padding: 0px;
    margin-top: 30px;
}

.page-breadcrumb ol.breadcrumb {
    margin: 0px;
}

.page-breadcrumb ol.breadcrumb li a {
    font-size: 13px;
    color: #90999c;
}

.page-breadcrumb ol.breadcrumb li.active {
    font-size: 13px;
    color: #90999c;
}

.page-breadcrumb ul {
    margin: 0px;
}

.page-breadcrumb ul li {
    float: left;
    display: inline;
}

.page-breadcrumb ul li a {
    font-size: 13px;
    color: #90999c;
}


/* Main Wrapper */

#main-wrapper {
    margin: 20px;
    padding: 0px;
}


/* Footer */

.page-footer {
    background: #fff;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 19px;
    padding-bottom: 19px;
}


/* Sidebar Pusher */

.sidebar-pusher {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    display: none;
}

.push-sidebar {
    display: inline-block!important;
    padding: 20px 18px;
    color: #5F5F5F;
    border: none;
    position: relative;
    line-height: 20px;
    float: left;
    font-size: 17px;
    text-decoration: none;
}

.push-sidebar:hover {
    color: #5F5F5F;
}

/* Search Button */

.search-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    display: none;
    right: 0;
}

.search-button a {
    display: inline-block!important;
    padding: 20px 18px;
    color: #5F5F5F;
    border: none;
    position: relative;
    line-height: 20px;
    float: right;
    font-size: 17px;
    text-decoration: none;
}


/* Icons */
/* FontAwesome */

.fontawesome-icon-list .fa-item {
    padding: 10px 20px 10px 20px;
    color: #333;
}

.fontawesome-icon-list .fa-item i {
    margin-right: 5px;
}

.fontawesome-icon-list .fa-item:hover {
    background: #f1f1f1;
}

.line-icons .line-icon-item {
    padding: 10px 20px 10px 20px;
    color: #333;
    display: block;
}

.line-icons .line-icon-item:hover {
    background: #f1f1f1;
}

.bs-glyphicons-list li span.glyphicon {
    margin: 5px 0 10px 0;
    float: none;
    font-size: 24px;
}

.bs-glyphicons-list li span {
    text-align: center;
    display: block;
}

.bs-glyphicons-list li {
    display: block;
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff;
    list-style-type: none;
}

@media (min-width: 768px) {
    .bs-glyphicons-list li {
        width: 12.5%;
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .bs-glyphicons-list li {
        width: 12.5%;
        font-size: 13px;
    }
}


/* Calendar */

.calendar-event {
    padding: 7px 10px;
    color: #5B5B5B;
    background: #FCF8E3;
    margin-bottom: 5px;
    overflow: hidden;
}

.calendar-event p {
    float: left;
    margin: 0;
}

.calendar-event .remove-calendar-event {
    float: right;
    color: #5B5B5B;
}


/* FAQ */

.faq-link:hover {
    text-decoration: none;
}

.faq-popular {
    padding: 0;
}

.faq-popular li a {
    padding: 8px 10px;
    font-size: 14px;
    display: inline-block;
}


/* Todo */

.todo-nav {
    margin-top: 10px;
}

.todo-list .todo-item {
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #e9e9e9;
    background: #f9f9f9;
}

.todo-list {
    margin: 10px 0;
}

.todo-list.only-active .todo-item.complete {
    display: none;
}

.todo-list.only-active .todo-item:not(.complete) {
    display: block;
}

.todo-list.only-complete .todo-item:not(.complete) {
    display: none;
}

.todo-list.only-complete .todo-item.complete {
    display: block;
}

.todo-list .todo-item.complete span {
    text-decoration: line-through;
}

.remove-todo-item {
    color: #ccc;
    visibility: hidden;
}

.remove-todo-item:hover {
    color: #5f5f5f;
}

.todo-item:hover .remove-todo-item {
    visibility: visible;
}

#uniform-all-complete {
    margin-left: 11px;
}


/* Dashboard */

.info-box .progress {
    margin: 0;
}

.info-box .info-box-icon {
    float: right;
}

.info-box .info-box-icon i {
    font-size: 31px;
    color: #B0B0B0;
}

.info-box .info-box-stats {
    float: left;
    margin-top: 5px;
}

.info-box .info-box-stats p {
    font-size: 28px;
    margin-bottom: 14px;
    color: #374051;
    font-weight: 300;
}

.info-box .info-box-stats span.info-box-title {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    color: #B0B0B0;
}

.info-box .info-box-progress {
    clear: both;
}

@media (min-width: 768px) {
    .visitors-chart {
        border-right: 1px solid #eee;
    }
}

.stats-info ul {
    margin: 0;
}

.stats-info ul li {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}

.stats-info ul li:last-child {
    border-bottom: 0;
}

.stats-info ul li i {
    margin-left: 5px;
}

#flotchart1 {
    height: 340px;
    width: 100%;
}

#flotchart2 {
    height: 278px;
    width: 100%;
}

#flotchart3 {
    height: 200px;
    width: 100%;
}

.server-load > .server-stat {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 20px;
}

.server-load .server-stat span {
    font-size: 11px;
    margin-bottom: 3px;
}

.server-load .server-stat p {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
}

.weather-current {
    overflow: hidden;
}

.weather-current p {
    font-size: 12px;
    margin: 5px 0 0 0;
    float: left;
    color: #8e8e8e;
}

.weather-current p span {
    font-size: 42px;
    clear: both;
    margin-top: 15px;
    display: block;
    color: #4E5E6A;
    font-weight: 300;
}

.weather-current p span sup {
    font-size: 25px;
}

.weather-current .weather-icon {
    font-size: 40px;
    display: block;
    float: left;
    margin: 15px 15px 0 0;
}

.weather-day {
    margin: 0;
    font-weight: 600;
    text-align: right;
    font-size: 22px;
}

.weather-day small {
    font-size: 11px;
    color: #8e8e8e;
    margin: 0;
}

.weather-info {
    width: 100%;
    display: block;
    overflow: hidden;
}

.weather-info li {
    padding: 8px 0;
}

.weather-top {
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.weather-days {
    margin: 15px 0 0 0 ;
    padding: 15px 0 0 0;
    border-top: 1px solid #f1f1f1;
}

.weather-days li span {
    display: block;
    text-align: center;
}

.weather-days li i {
    display: block;
    font-size: 22px;
    text-align: center;
    margin: 10px 0 10px 0;
}

@media (max-width: 768px) {
    .weather-days li {
        margin-bottom: 15px;
    }
}

.live-tile {
    width: 100%;
    margin: 0;
    height: 155.5px;
}

.twitter-box {
    background: #5EA9DD;
}

.facebook-box {
    background: #3B5998;
}

.twitter-box i,
.facebook-box i {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 50px;
    color: rgba(255,255,255,0.3);
}

.tile-date {
    display: block;
    margin-top: 15px;
    color: rgba(255,255,255,0.7);
}

.inbox-widget {
    height: 341px!important;
}

.inbox-widget a {
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.inbox-widget .inbox-item {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    position: relative;
}

.inbox-widget a:last-child >.inbox-item {
    border-bottom: 0;
}

.inbox-widget .inbox-item .inbox-item-img {
    float: left;
    width: 40px;
    display: block;
    margin-right: 15px;
}

.inbox-widget .inbox-item img {
    width: 40px;
}

.inbox-widget .inbox-item .inbox-item-author {
    color: #333;
    font-weight: 600;
    display: block;
    margin: 0 0 0 0;
}

.inbox-widget .inbox-item .inbox-item-text {
    color: #a0a0a0;
    display: block;
    margin: 0;
    font-size: 11px;
}

.inbox-widget .inbox-item .inbox-item-date {
    position: absolute; 
    top: 2px;
    right: 7px;
    color: #a9a9a9;
    font-size: 11px;
}

#rickshaw-chart {
    margin: 0 -22px -25px -20px;
    height: 100px;
}

.project-stats .progress {
    margin: 3px 0 0 0;
}


/* Profile */

.profile-cover {
    background: url('../images/profile-cover.png');
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative;
}

.profile-image {
    position: absolute;
    margin: 200px 20px 20px 20px;
}

.profile-image img {
    display: block;
    margin: 0 auto;
    width: 150px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px #fff;
    -moz-box-shadow: 0 0 0 5px #fff;
    -o-box-shadow: 0 0 0 5px #fff;
    box-shadow: 0 0 0 5px #fff;
}

.profile-info {
    position: absolute;
    bottom: 10px;
    right: 20px;
    padding: 0;
    margin: 0;
    text-align: right;
}

.profile-info-value {
    color: #fff;
    display: inline-block;
    margin-left: 40px;
}

.user-profile {
    margin-top: 60px;
}

.team .team-member {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    float: left;
    position: relative;
}

.team .team-member .online {
    top: 5px;
    right: 5px;
}

.team .team-member img {
    width: 40px;
    float: left;
    border-radius: 50%;
    margin: 0 5px 0 5px;
}

.team .more-members a {
    display: block;
    text-align: center;
}

.profile-timeline ul li .timeline-item-header {
    width: 100%;
    overflow: hidden;
}

.profile-timeline ul li .timeline-item-header img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}

.profile-timeline ul li .timeline-item-header p {
    margin: 0;
    color: #000;
    font-weight: bold;
}

.profile-timeline ul li .timeline-item-header p span {
    margin: 0;
    color: #8E8E8E;
    font-weight: normal;
}

.profile-timeline ul li .timeline-item-header small {
    margin: 0;
    color: #8E8E8E;
}

.profile-timeline ul li .timeline-item-post {
    padding: 20px 0 0 0;
    position: relative;
}

.profile-timeline ul li .timeline-item-post > img {
    width: 100%;
}

.timeline-options {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0 10px 0;
}

.timeline-options a {
    display: block;
    margin-right: 20px;
    float: left;
    color: #333;
    text-decoration: none;
}

.timeline-options a i {
    margin-right: 3px;
}

.timeline-options a:hover {
    color: #22BAA0;
}

.timeline-comment {
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
}

.timeline-comment .timeline-comment-header {
    overflow: hidden;
}

.timeline-comment .timeline-comment-header img {
    width: 30px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.timeline-comment .timeline-comment-header p {
    color: #000;
    float: left;
    margin: 0;
    font-weight: bold;
}

.timeline-comment .timeline-comment-header small {
    font-weight: normal;
    color: #8E8E8E;
}

.timeline-comment p.timeline-comment-text {
    display: block;
    color: #333;
    font-size: 12px;
    padding-left: 40px;
}

.post-options {
    overflow: hidden;
    margin-top: 15px;
    margin-left: 15px;
}

.post-options a {
    display: block;
    margin-top: 5px;
    margin-right: 20px;
    float: left;
    color: #333;
    text-decoration: none;
    font-size: 17px;
}

.post-options a:hover {
    color: #22BAA0;
}

#gallery .mix {
	display: none;
}


/* Mailbox */

.mailbox-nav li a {
    display: block;
    padding: 10px 7px;
    color: #999;
    text-decoration: none;
    border-bottom: 1px solid #E7EAEC;
    overflow: hidden;
}

.mailbox-nav li a:hover,
.mailbox-nav .active a { 
    color: #333;
}

.mailbox-nav li a i {
    margin-right: 5px;
}

.mailbox-content {
    background: #fff;
    padding: 15px;
}

.mailbox-header {
    margin-bottom: 20px;
}

.mailbox-header h2 {
    margin: 3px 0;
}

.mailbox-content {
    overflow: hidden;
}

.mailbox-content table thead tr th {
    border-bottom: 1px solid #ddd;
}

.mailbox-content table tbody tr td {
    cursor: pointer;
}

.mailbox-content table tbody tr:hover {
    background: #FAFAFA; 
}

.mailbox-content table tbody tr.read {
    background: #F9F9F9;
    color: #7F7F7F;
}

.mailbox-content table tbody tr.checked {
    background: #FFFFCC;
}

.mail-hidden-options {
    display: none;
}

.message-header {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0 15px 0;
    margin-bottom: 10px;
}

.message-header h3 {
    float: left;
    font-size: 18px;
    margin: 0;
    color: #666;
}

.message-header p {
    float: right;
    margin: 0;
}

.message-sender {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 5px 0;
    margin-bottom: 10px;
}

.message-sender img {
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.message-sender p {
    display: inline-block;
}

.message-sender span {
    color: #7F7F7F;
}

.message-content {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 5px 0;
    margin-bottom: 10px;
}

.message-attachments {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 15px 0;
    margin-bottom: 10px;
}

.message-attachment {
    position: relative;
    width: 200px;
    float: left;
    margin-right: 10px;
    border: 1px solid #f1f1f1;
}

.message-attachment a {
    text-decoration: none;
}

.message-attachment img {
    display: block;
    width: 100%;
}

.attachment-info {
    background: #f9f9f9;
    padding: 10px;
}

.attachment-info p {
    margin: 0;
}

.attachment-info span {
    font-size: 11px;
    color: #aaa;
}

.compose-message {
    overflow: hidden;
    padding: 0 0 10px 0;
}

.compose-options {
    width: 100%;
    overflow: hidden;
    display: block;
}


/* Shop */




/* Notifications */

.box-notifications {
    max-height: 312px;
    overflow-y: scroll;
}

.box-notifications ul li {
    display: block;
    padding: 11px 0 11px 0;
    border-bottom: 1px solid #f1f1f1;
}

.box-notifications ul li:first-child {
    padding: 0 0 11px 0;
}

.box-notifications ul li:last-child {
    padding: 11px 0 0 0;
    border-bottom: 0;
}

.box-notifications ul li p {
    margin: 0;
}


/* Extra */

.page-error #main-wrapper {
    margin: 5%;
}

.page-error .details {
    margin-bottom: 20px;
    text-align: center;
} 

.coming-soon .page-inner {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/coming-soon.jpg');
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/coming-soon.jpg');
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/coming-soon.jpg');
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/coming-soon.jpg');
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/coming-soon.jpg');
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/coming-soon.jpg');
    background-size: cover;
}


/* Login */

.page-login #main-wrapper,
.page-register #main-wrapper,
.page-forgot #main-wrapper,
.page-lock-screen #main-wrapper {
    margin: 5%;
}

.login-box {
    margin: auto;
    max-width: 400px;
}

.login-box .logo-name {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: #6c6c6c;
}

.login-box .user-box {
    display: block;
    clear: both;
    overflow: hidden;
}

.login-box .user-box img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.login-box .user-box form {
    overflow: hidden;
}


/* Login alt */

.login-alt .login-box {
    max-width: 100%;
}

.login-info {
    margin-top: 19px;
}


/* Search Results */

.search-item {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.search-item p {
    margin: 0;
}

.search-item a {
    text-decoration: none;
}

.search-item a.search-link {
    color: #22BAA0;
}


/* Chat */

.chat {
    position: relative;
    padding-bottom: 100px;
}

.chat .chat-item {
    display: block;
    padding: 10px 15px;
    width: 100%;
    overflow: hidden;
}

.chat .chat-item-right .chat-message {
    float: right;
}

.chat .chat-item .chat-image {
    float: left;
    display: inline-block;
}

.chat-item-left .chat-message {
    margin-top: 5px;
}

.chat .chat-item .chat-message {
    position: relative;
    border-radius: 12px;
    padding: 4px 12px;
    max-width: 75%;
    background: #f1f1f1;
    display: inline-block;
}

.chat .chat-item img {
    display: block;
    width: 40px;
    border-radius: 50%;
    margin-right: 5px;
}

.chat .chat-item-right .chat-message {
    background: #22BAA0;
    float: right;
    color: #fff;
}

.chat-write {
    padding: 5px;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 240px;
}

.chat-write input {
    width: 100%;
}


/* Transitions */

.top-menu .navbar-nav > li > a > .badge,
.menu li a .arrow:before,
.menu li.open > a > .arrow:before {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


/* Overflow */

.navbar .logo-box,
.navbar .logo-box a,
.top-menu .navbar-nav > li > a > img,
.info,
.messages li a,
.messages li a .msg-img,
.messages li a .msg-text,
.messages li a .msg-time,
.tasks li a,
.tasks li a .task-icon,
.search-form,
body:not(.small-sidebar):not(.page-horizontal-bar) .menu.accordion-menu,
.page-inner,
.small-sidebar .page-sidebar-fixed .page-inner,
.page-breadcrumb,
.page-breadcrumb .breadcrumb,
.page-breadcrumb ul,
.info-box,
.text-box,
.small-sidebar .accordion-menu li a,
.page-footer,
.color-switcher {
    overflow: hidden;
}


/* Settings */

.color-switcher {
    display: block;
    width: 100%;
    margin: 10px 0 5px 0;
}

.color-switcher .colorbox {
    dipslay: block;
    width: 28px;
    height: 28px;
    margin: 0 5px 0 0;
    padding: 0px;
    border: 2px solid #f1f1f1;
    cursor: pointer;
    float: left;
    border-radius: 50%;
}

.color-switcher .colorbox:hover {
    border: 2px solid #dedede;
}


/* Blue */
.color-switcher .colorbox.color-blue { 
    background-color: #12afcb;
}


/* Red */
.color-switcher .colorbox.color-red { 
    background-color: #F25656;
}


/* Green  */
.color-switcher .colorbox.color-green { 
    background-color: #22baa0;
}


/* Purple  */
.color-switcher .colorbox.color-purple { 
    background-color: #7a6fbe;
}


/* Black  */
.color-switcher .colorbox.color-dark { 
    background-color: #34425A;
}


/* White  */
.color-switcher .colorbox.color-white { 
    background-color: #fff;
}


/* Media Queries */

@media (max-width: 991px) {
    .profile-image {
        right: 0;
        left: 0;
    }
    
    .profile-info {
        top: 10px;
        right: 0;
        left: 0;
        bottom: auto;
        text-align: center;
    }

    .profile-info-value {
        color: #fff;
        float: none;
        margin: 0 10px 0 10px;
        display: inline-block;
    }
    
    .mailbox-header h2 {
        margin: 20px 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    
    .sidebar {
        opacity: 0;
        visibility: hidden;
        display: none;
        width: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    
    body:not(.page-header-fixed) .sidebar {
        padding-top: 0!important;
    }
    
    .small-sidebar .sidebar.visible,
    .page-horizontal-bar .sidebar.visible {
        margin-right: -65px;
        opacity: 1;
        visibility: visible;
        width: 65px;
        display: block;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    
    body:not(.small-sidebar) .sidebar.visible {
        margin-right: -160px;
        opacity: 1;
        visibility: visible;
        display: block;
        width: 160px;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    
    .small-sidebar .sidebar,
    .horizontal-bar {
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    
    .navbar .logo-box {
        margin: 0 auto;
        background: transparent!important;
        text-align: center;
        width: 100%!important;
        border: 0!important;
    }
    
    .navbar .logo-box a {
        color: #5F5F5F!important;
    }
    
    .navbar .logo-box .logo-text {
        width: 100%;
        display: inline-block!important;
    }
    
    .page-sidebar-fixed:not(.page-header-fixed) .logo-box {
        position: relative;
        display: block;
    }
    
    .small-sidebar .navbar .logo-box a span {
        display: inline-block;
    }
    
    .sidebar-pusher {
        display: block;
    }
    
    .search-button {
        display: block;
    }
    
    .topmenu-outer,
    .small-sidebar .topmenu-outer,
    .page-sidebar-fixed:not(.page-header-fixed) .topmenu-outer {
        margin: 0;
    }
    
    .top-menu {
        display: none;
    }
    
    .page-inner {
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
    
    .page-inner.sidebar-visible {
        -webkit-transform: translate3d(160px, 0, 0);
        transform: translate3d(160px, 0, 0);
    }
    
    .small-sidebar .page-inner.sidebar-visible,
    .page-horizontal-bar .page-inner.sidebar-visible {
        -webkit-transform: translate3d(65px, 0, 0);
        transform: translate3d(65px, 0, 0);
    }
    
    .page-sidebar-fixed.page-header-fixed .page-inner {
        padding: 60px 0 50px 0!important;
    }
    
    .horizontal-bar {
        float: left;
        height: auto!important;
        display: block;
        z-index: 1029;
        overflow: visible!important;
    }
    
    .small-sidebar .horizontal-bar {
        height: auto!important;
    }
    
    .horizontal-bar .menu li {
        float: none;
        display: block;
    }
    
    .horizontal-bar .accordion-menu li > ul,
    .small-sidebar .horizontal-bar .accordion-menu li > ul {
        left: 65px!important;
        top: 0!important;
    }
    
    .small-sidebar.page-horizontal-bar .accordion-menu > li > a,
    .small-sidebar.page-horizontal-bar:not(.page-sidebar-fixed) .accordion-menu > li > a {
        padding: 15px!important;
        text-align: center;
        width: 65px;
    }
    
    .horizontal-bar .menu li a p {
        display: none;
    }
    
    .small-sidebar.page-horizontal-bar .horizontal-bar .accordion-menu > li > a > .menu-icon {
        margin-right: 0!important;
        font-size: 16px;
        float: none!important;
    }
    
    .horizontal-bar .accordion-menu > li > a,
    .page-horizontal-bar.compact-menu:not(.small-sidebar) .menu.accordion-menu > li > a {
        padding: 15px!important;
        text-align: center!important;
        width: 65px;
    }
    
    .page-horizontal-bar .page-inner {
        padding: 60px 0 50px 0;
    }
    
    .page-horizontal-bar.page-sidebar-fixed.page-header-fixed .page-inner {
        padding: 60px 0 50px 0;
    }
    
    .small-sidebar.page-sidebar-fixed.page-header-fixed.page-horizontal-bar .page-inner {
        padding: 60px 0 50px 0;
    }
    
    .small-sidebar.page-header-fixed.page-horizontal-bar:not(.page-sidebar-fixed) .page-inner {
        padding: 60px 0 50px 0;
    }
    
    body:not(.page-header-fixed) .page-inner {
        padding: 0 0 50px 0;
    }  
    
    .page-horizontal-bar:not(.page-sidebar-fixed) .checkout,
    .page-horizontal-bar.page-sidebar-fixed.compact-menu .checkout,
    .page-horizontal-bar.page-sidebar-fixed:not(.compact-menu) .checkout { 
        top: 60px;
    }
}

.overlay {
    background: rgba(0,0,0,0.4);
    z-index: 1000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.show-menu .overlay {
    display: block;
}
/*
.has-error label 
{
	color: #f25656;
*/
}
.portlet-form .form-body {
    padding: 20px
}
.portlet.light .form .form-body,
.portlet.light .portlet-form .form-body {
    padding-left: 0;
    padding-right: 0
}
.form .form-actions,
.portlet-form .form-actions {
    padding: 20px;
    margin: 0;
    background-color: #f5f5f5;
    border-top: 1px solid #e7ecf1
}
.portlet.light .form .form-actions,
.portlet.light .portlet-form .form-actions {
    background: 0 0;
    padding-left: 0;
    padding-right: 0
}
.form .form-actions.nobg,
.portlet-form .form-actions.nobg,
.tiles .tile .tile-object {
    background-color: transparent
}
.form .form-actions.noborder,
.portlet-form .form-actions.noborder {
    border-top: 0
}
.portlet .form .form-actions,
.portlet .portlet-form .form-actions {
    -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
}
.form .form-actions:after,
.form .form-actions:before,
.portlet-form .form-actions:after,
.portlet-form .form-actions:before {
    content: " ";
    display: table
}
.form .form-actions:after,
.portlet-form .form-actions:after {
    clear: both
}
.form .form-actions.right,
.portlet-form .form-actions.right {
    padding-left: 0;
    padding-right: 20px;
    text-align: right
}
.portlet.light .form .form-actions.right,
.portlet.light .portlet-form .form-actions.right {
    padding-right: 0
}
.form .form-actions.left,
.portlet-form .form-actions.left {
    padding-left: 20px;
    padding-right: 0;
    text-align: left
}
.checkbox-list>label.checkbox-inline:first-child,
.checkbox>label,
.form-horizontal .checkbox>label,
.portlet.light .form .form-actions.left,
.portlet.light .portlet-form .form-actions.left,
.radio-list>label.radio-inline:first-child {
    padding-left: 0
}
.form .form-actions.top,
.portlet-form .form-actions.top {
    margin-top: 0;
    margin-bottom: 20px;
    border-top: 0;
    border-bottom: 1px solid #e7ecf1
}
.portlet.light .form .form-actions.top,
.portlet.light .portlet-form .form-actions.top {
    background: 0 0
}
.form .form-actions .btn-set,
.portlet-form .form-actions .btn-set {
    display: inline-block
}
.portlet-sortable:not(.portlet-fullscreen)>.portlet-title {
    cursor: move
}
.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 {
    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.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;
    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-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 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 #A7A7A7;
    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.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-jungle>.portlet-title,
.portlet.green-jungle,
.portlet>.portlet-body.green-jungle {
    background-color: #26C281
}
.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
}
.portlet_img
{
	max-width: 200px;
}
