diff --git a/.gitignore b/.gitignore index 05ceddb2f..df52a68f2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,6 @@ /nbproject/ /nbproject/private/ /node_modules/ +ad.js TODO test.html diff --git a/build/bootstrap-less/mixins.less b/build/bootstrap-less/mixins.less index af4408fc2..81aeae774 100644 --- a/build/bootstrap-less/mixins.less +++ b/build/bootstrap-less/mixins.less @@ -1,6 +1,5 @@ // Mixins // -------------------------------------------------- - // Utilities @import "mixins/hide-text.less"; @import "mixins/opacity.less"; @@ -14,7 +13,6 @@ @import "mixins/text-emphasis.less"; @import "mixins/text-overflow.less"; @import "mixins/vendor-prefixes.less"; - // Components @import "mixins/alerts.less"; @import "mixins/buttons.less"; @@ -25,12 +23,10 @@ @import "mixins/forms.less"; @import "mixins/progress-bar.less"; @import "mixins/table-row.less"; - // Skins @import "mixins/background-variant.less"; @import "mixins/border-radius.less"; @import "mixins/gradients.less"; - // Layout @import "mixins/clearfix.less"; @import "mixins/center-block.less"; diff --git a/build/bootstrap-less/mixins/border-radius.less b/build/bootstrap-less/mixins/border-radius.less index ca05dbf45..727cc150e 100644 --- a/build/bootstrap-less/mixins/border-radius.less +++ b/build/bootstrap-less/mixins/border-radius.less @@ -2,17 +2,20 @@ .border-top-radius(@radius) { border-top-right-radius: @radius; - border-top-left-radius: @radius; + border-top-left-radius: @radius; } + .border-right-radius(@radius) { border-bottom-right-radius: @radius; - border-top-right-radius: @radius; + border-top-right-radius: @radius; } + .border-bottom-radius(@radius) { border-bottom-right-radius: @radius; - border-bottom-left-radius: @radius; + border-bottom-left-radius: @radius; } + .border-left-radius(@radius) { border-bottom-left-radius: @radius; - border-top-left-radius: @radius; + border-top-left-radius: @radius; } diff --git a/build/bootstrap-less/mixins/buttons.less b/build/bootstrap-less/mixins/buttons.less index 92d8a056c..a855ba6a6 100644 --- a/build/bootstrap-less/mixins/buttons.less +++ b/build/bootstrap-less/mixins/buttons.less @@ -16,7 +16,7 @@ .open > .dropdown-toggle& { color: @color; background-color: darken(@background, 10%); - border-color: darken(@border, 12%); + border-color: darken(@border, 12%); } &:active, &.active, @@ -33,7 +33,7 @@ &:active, &.active { background-color: @background; - border-color: @border; + border-color: @border; } } diff --git a/build/bootstrap-less/mixins/forms.less b/build/bootstrap-less/mixins/forms.less index 6f55ed967..3e864e71e 100644 --- a/build/bootstrap-less/mixins/forms.less +++ b/build/bootstrap-less/mixins/forms.less @@ -14,16 +14,16 @@ &.radio label, &.checkbox label, &.radio-inline label, - &.checkbox-inline label { + &.checkbox-inline label { color: @text-color; } // Set the border and box shadow on specific inputs to match .form-control { border-color: @border-color; - .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work + .box-shadow(inset 0 1px 1px rgba(0, 0, 0, .075)); // Redeclare so transitions work &:focus { border-color: darken(@border-color, 10%); - @shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten(@border-color, 20%); + @shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px lighten(@border-color, 20%); .box-shadow(@shadow); } } @@ -39,7 +39,6 @@ } } - // Form control focus state // // Generate a customized focus state and for any input with the specified color, @@ -79,7 +78,7 @@ } textarea&, - select[multiple]& { + select[multiple] & { height: auto; } } diff --git a/build/bootstrap-less/mixins/gradients.less b/build/bootstrap-less/mixins/gradients.less index 0b88a89cc..00fd28b39 100644 --- a/build/bootstrap-less/mixins/gradients.less +++ b/build/bootstrap-less/mixins/gradients.less @@ -11,7 +11,7 @@ background-image: -o-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Opera 12 background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ background-repeat: repeat-x; - filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb(@start-color),argb(@end-color))); // IE9 and down + filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)", argb(@start-color), argb(@end-color))); // IE9 and down } // Vertical gradient, from top to bottom @@ -19,11 +19,11 @@ // Creates two color stops, start and end, by specifying a color and position for each color stop. // Color stops are not available in IE9 and below. .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) { - background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+ - background-image: -o-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Opera 12 + background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+ + background-image: -o-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Opera 12 background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ background-repeat: repeat-x; - filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@start-color),argb(@end-color))); // IE9 and down + filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)", argb(@start-color), argb(@end-color))); // IE9 and down } .directional(@start-color: #555; @end-color: #333; @deg: 45deg) { @@ -37,14 +37,14 @@ background-image: -o-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color); background-image: linear-gradient(to right, @start-color, @mid-color @color-stop, @end-color); background-repeat: no-repeat; - filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback + filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)", argb(@start-color), argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback } .vertical-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) { background-image: -webkit-linear-gradient(@start-color, @mid-color @color-stop, @end-color); background-image: -o-linear-gradient(@start-color, @mid-color @color-stop, @end-color); background-image: linear-gradient(@start-color, @mid-color @color-stop, @end-color); background-repeat: no-repeat; - filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback + filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)", argb(@start-color), argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback } .radial(@inner-color: #555; @outer-color: #333) { background-image: -webkit-radial-gradient(circle, @inner-color, @outer-color); diff --git a/build/bootstrap-less/mixins/grid-framework.less b/build/bootstrap-less/mixins/grid-framework.less index f3b3929d6..70cf15964 100644 --- a/build/bootstrap-less/mixins/grid-framework.less +++ b/build/bootstrap-less/mixins/grid-framework.less @@ -5,21 +5,24 @@ .make-grid-columns() { // Common styles for all sizes of grid columns, widths 1-12 - .col(@index) { // initial + .col(@index) { + // initial @item: ~".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}"; .col((@index + 1), @item); } - .col(@index, @list) when (@index =< @grid-columns) { // general; "=<" isn't a typo + .col(@index, @list) when (@index =< @grid-columns) { + // general; "=<" isn't a typo @item: ~".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}"; .col((@index + 1), ~"@{list}, @{item}"); } - .col(@index, @list) when (@index > @grid-columns) { // terminal + .col(@index, @list) when (@index > @grid-columns) { + // terminal @{list} { position: relative; // Prevent columns from collapsing when empty min-height: 1px; // Inner gutter via padding - padding-left: (@grid-gutter-width / 2); + padding-left: (@grid-gutter-width / 2); padding-right: (@grid-gutter-width / 2); } } @@ -27,15 +30,18 @@ } .float-grid-columns(@class) { - .col(@index) { // initial + .col(@index) { + // initial @item: ~".col-@{class}-@{index}"; .col((@index + 1), @item); } - .col(@index, @list) when (@index =< @grid-columns) { // general + .col(@index, @list) when (@index =< @grid-columns) { + // general @item: ~".col-@{class}-@{index}"; .col((@index + 1), ~"@{list}, @{item}"); } - .col(@index, @list) when (@index > @grid-columns) { // terminal + .col(@index, @list) when (@index > @grid-columns) { + // terminal @{list} { float: left; } @@ -48,26 +54,31 @@ width: percentage((@index / @grid-columns)); } } + .calc-grid-column(@index, @class, @type) when (@type = push) and (@index > 0) { .col-@{class}-push-@{index} { left: percentage((@index / @grid-columns)); } } + .calc-grid-column(@index, @class, @type) when (@type = push) and (@index = 0) { .col-@{class}-push-0 { left: auto; } } + .calc-grid-column(@index, @class, @type) when (@type = pull) and (@index > 0) { .col-@{class}-pull-@{index} { right: percentage((@index / @grid-columns)); } } + .calc-grid-column(@index, @class, @type) when (@type = pull) and (@index = 0) { .col-@{class}-pull-0 { right: auto; } } + .calc-grid-column(@index, @class, @type) when (@type = offset) { .col-@{class}-offset-@{index} { margin-left: percentage((@index / @grid-columns)); diff --git a/build/bootstrap-less/mixins/grid.less b/build/bootstrap-less/mixins/grid.less index cae5eaff9..689a96eb7 100644 --- a/build/bootstrap-less/mixins/grid.less +++ b/build/bootstrap-less/mixins/grid.less @@ -6,14 +6,14 @@ .container-fixed(@gutter: @grid-gutter-width) { margin-right: auto; margin-left: auto; - padding-left: (@gutter / 2); + padding-left: (@gutter / 2); padding-right: (@gutter / 2); &:extend(.clearfix all); } // Creates a wrapper for a series of columns .make-row(@gutter: @grid-gutter-width) { - margin-left: (@gutter / -2); + margin-left: (@gutter / -2); margin-right: (@gutter / -2); &:extend(.clearfix all); } @@ -24,15 +24,18 @@ float: left; width: percentage((@columns / @grid-columns)); min-height: 1px; - padding-left: (@gutter / 2); + padding-left: (@gutter / 2); padding-right: (@gutter / 2); } + .make-xs-column-offset(@columns) { margin-left: percentage((@columns / @grid-columns)); } + .make-xs-column-push(@columns) { left: percentage((@columns / @grid-columns)); } + .make-xs-column-pull(@columns) { right: percentage((@columns / @grid-columns)); } @@ -41,7 +44,7 @@ .make-sm-column(@columns; @gutter: @grid-gutter-width) { position: relative; min-height: 1px; - padding-left: (@gutter / 2); + padding-left: (@gutter / 2); padding-right: (@gutter / 2); @media (min-width: @screen-sm-min) { @@ -49,16 +52,19 @@ width: percentage((@columns / @grid-columns)); } } + .make-sm-column-offset(@columns) { @media (min-width: @screen-sm-min) { margin-left: percentage((@columns / @grid-columns)); } } + .make-sm-column-push(@columns) { @media (min-width: @screen-sm-min) { left: percentage((@columns / @grid-columns)); } } + .make-sm-column-pull(@columns) { @media (min-width: @screen-sm-min) { right: percentage((@columns / @grid-columns)); @@ -69,7 +75,7 @@ .make-md-column(@columns; @gutter: @grid-gutter-width) { position: relative; min-height: 1px; - padding-left: (@gutter / 2); + padding-left: (@gutter / 2); padding-right: (@gutter / 2); @media (min-width: @screen-md-min) { @@ -77,16 +83,19 @@ width: percentage((@columns / @grid-columns)); } } + .make-md-column-offset(@columns) { @media (min-width: @screen-md-min) { margin-left: percentage((@columns / @grid-columns)); } } + .make-md-column-push(@columns) { @media (min-width: @screen-md-min) { left: percentage((@columns / @grid-columns)); } } + .make-md-column-pull(@columns) { @media (min-width: @screen-md-min) { right: percentage((@columns / @grid-columns)); @@ -97,7 +106,7 @@ .make-lg-column(@columns; @gutter: @grid-gutter-width) { position: relative; min-height: 1px; - padding-left: (@gutter / 2); + padding-left: (@gutter / 2); padding-right: (@gutter / 2); @media (min-width: @screen-lg-min) { @@ -105,16 +114,19 @@ width: percentage((@columns / @grid-columns)); } } + .make-lg-column-offset(@columns) { @media (min-width: @screen-lg-min) { margin-left: percentage((@columns / @grid-columns)); } } + .make-lg-column-push(@columns) { @media (min-width: @screen-lg-min) { left: percentage((@columns / @grid-columns)); } } + .make-lg-column-pull(@columns) { @media (min-width: @screen-lg-min) { right: percentage((@columns / @grid-columns)); diff --git a/build/bootstrap-less/mixins/image.less b/build/bootstrap-less/mixins/image.less index f233cb3e1..7712c9068 100644 --- a/build/bootstrap-less/mixins/image.less +++ b/build/bootstrap-less/mixins/image.less @@ -2,7 +2,6 @@ // - Responsive image // - Retina image - // Responsive image // // Keep images from scaling beyond the width of their parents. @@ -12,7 +11,6 @@ height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching } - // Retina image // // Short retina mixin for setting background-image and -size. Note that the @@ -20,13 +18,7 @@ .img-retina(@file-1x; @file-2x; @width-1x; @height-1x) { background-image: url("@{file-1x}"); - @media - only screen and (-webkit-min-device-pixel-ratio: 2), - only screen and ( min--moz-device-pixel-ratio: 2), - only screen and ( -o-min-device-pixel-ratio: 2/1), - only screen and ( min-device-pixel-ratio: 2), - only screen and ( min-resolution: 192dpi), - only screen and ( min-resolution: 2dppx) { + @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) { background-image: url("@{file-2x}"); background-size: @width-1x @height-1x; } diff --git a/build/bootstrap-less/mixins/responsive-visibility.less b/build/bootstrap-less/mixins/responsive-visibility.less index f7951c3d7..83dbcc813 100644 --- a/build/bootstrap-less/mixins/responsive-visibility.less +++ b/build/bootstrap-less/mixins/responsive-visibility.less @@ -4,10 +4,16 @@ // More easily include all the states for responsive-utilities.less. .responsive-visibility() { display: block !important; - table& { display: table; } - tr& { display: table-row !important; } + table& { + display: table; + } + tr& { + display: table-row !important; + } th&, - td& { display: table-cell !important; } + td& { + display: table-cell !important; + } } .responsive-invisibility() { diff --git a/build/bootstrap-less/mixins/vendor-prefixes.less b/build/bootstrap-less/mixins/vendor-prefixes.less index afd3331c3..47eed68da 100644 --- a/build/bootstrap-less/mixins/vendor-prefixes.less +++ b/build/bootstrap-less/mixins/vendor-prefixes.less @@ -14,50 +14,56 @@ // - Transitions // - User Select - // Animations .animation(@animation) { -webkit-animation: @animation; - -o-animation: @animation; - animation: @animation; + -o-animation: @animation; + animation: @animation; } + .animation-name(@name) { -webkit-animation-name: @name; - animation-name: @name; + animation-name: @name; } + .animation-duration(@duration) { -webkit-animation-duration: @duration; - animation-duration: @duration; + animation-duration: @duration; } + .animation-timing-function(@timing-function) { -webkit-animation-timing-function: @timing-function; - animation-timing-function: @timing-function; + animation-timing-function: @timing-function; } + .animation-delay(@delay) { -webkit-animation-delay: @delay; - animation-delay: @delay; + animation-delay: @delay; } + .animation-iteration-count(@iteration-count) { -webkit-animation-iteration-count: @iteration-count; - animation-iteration-count: @iteration-count; + animation-iteration-count: @iteration-count; } + .animation-direction(@direction) { -webkit-animation-direction: @direction; - animation-direction: @direction; + animation-direction: @direction; } + .animation-fill-mode(@fill-mode) { -webkit-animation-fill-mode: @fill-mode; - animation-fill-mode: @fill-mode; + animation-fill-mode: @fill-mode; } // Backface visibility // Prevent browsers from flickering when using CSS 3D transforms. // Default value is `visible`, but can be changed to `hidden` -.backface-visibility(@visibility){ +.backface-visibility(@visibility) { -webkit-backface-visibility: @visibility; - -moz-backface-visibility: @visibility; - backface-visibility: @visibility; + -moz-backface-visibility: @visibility; + backface-visibility: @visibility; } // Drop shadows @@ -67,34 +73,34 @@ .box-shadow(@shadow) { -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1 - box-shadow: @shadow; + box-shadow: @shadow; } // Box sizing .box-sizing(@boxmodel) { -webkit-box-sizing: @boxmodel; - -moz-box-sizing: @boxmodel; - box-sizing: @boxmodel; + -moz-box-sizing: @boxmodel; + box-sizing: @boxmodel; } // CSS3 Content Columns .content-columns(@column-count; @column-gap: @grid-gutter-width) { -webkit-column-count: @column-count; - -moz-column-count: @column-count; - column-count: @column-count; + -moz-column-count: @column-count; + column-count: @column-count; -webkit-column-gap: @column-gap; - -moz-column-gap: @column-gap; - column-gap: @column-gap; + -moz-column-gap: @column-gap; + column-gap: @column-gap; } // Optional hyphenation .hyphens(@mode: auto) { word-wrap: break-word; -webkit-hyphens: @mode; - -moz-hyphens: @mode; - -ms-hyphens: @mode; // IE10+ - -o-hyphens: @mode; - hyphens: @mode; + -moz-hyphens: @mode; + -ms-hyphens: @mode; // IE10+ + -o-hyphens: @mode; + hyphens: @mode; } // Placeholder text @@ -104,124 +110,145 @@ color: @color; opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526 } - &:-ms-input-placeholder { color: @color; } // Internet Explorer 10+ - &::-webkit-input-placeholder { color: @color; } // Safari and Chrome + &:-ms-input-placeholder { + color: @color; + } + // Internet Explorer 10+ + &::-webkit-input-placeholder { + color: @color; + } + // Safari and Chrome } // Transformations .scale(@ratio) { -webkit-transform: scale(@ratio); - -ms-transform: scale(@ratio); // IE9 only - -o-transform: scale(@ratio); - transform: scale(@ratio); -} -.scale(@ratioX; @ratioY) { - -webkit-transform: scale(@ratioX, @ratioY); - -ms-transform: scale(@ratioX, @ratioY); // IE9 only - -o-transform: scale(@ratioX, @ratioY); - transform: scale(@ratioX, @ratioY); -} -.scaleX(@ratio) { - -webkit-transform: scaleX(@ratio); - -ms-transform: scaleX(@ratio); // IE9 only - -o-transform: scaleX(@ratio); - transform: scaleX(@ratio); -} -.scaleY(@ratio) { - -webkit-transform: scaleY(@ratio); - -ms-transform: scaleY(@ratio); // IE9 only - -o-transform: scaleY(@ratio); - transform: scaleY(@ratio); -} -.skew(@x; @y) { - -webkit-transform: skewX(@x) skewY(@y); - -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+ - -o-transform: skewX(@x) skewY(@y); - transform: skewX(@x) skewY(@y); -} -.translate(@x; @y) { - -webkit-transform: translate(@x, @y); - -ms-transform: translate(@x, @y); // IE9 only - -o-transform: translate(@x, @y); - transform: translate(@x, @y); -} -.translate3d(@x; @y; @z) { - -webkit-transform: translate3d(@x, @y, @z); - transform: translate3d(@x, @y, @z); -} -.rotate(@degrees) { - -webkit-transform: rotate(@degrees); - -ms-transform: rotate(@degrees); // IE9 only - -o-transform: rotate(@degrees); - transform: rotate(@degrees); -} -.rotateX(@degrees) { - -webkit-transform: rotateX(@degrees); - -ms-transform: rotateX(@degrees); // IE9 only - -o-transform: rotateX(@degrees); - transform: rotateX(@degrees); -} -.rotateY(@degrees) { - -webkit-transform: rotateY(@degrees); - -ms-transform: rotateY(@degrees); // IE9 only - -o-transform: rotateY(@degrees); - transform: rotateY(@degrees); -} -.perspective(@perspective) { - -webkit-perspective: @perspective; - -moz-perspective: @perspective; - perspective: @perspective; -} -.perspective-origin(@perspective) { - -webkit-perspective-origin: @perspective; - -moz-perspective-origin: @perspective; - perspective-origin: @perspective; -} -.transform-origin(@origin) { - -webkit-transform-origin: @origin; - -moz-transform-origin: @origin; - -ms-transform-origin: @origin; // IE9 only - transform-origin: @origin; + -ms-transform: scale(@ratio); // IE9 only + -o-transform: scale(@ratio); + transform: scale(@ratio); } +.scale(@ratioX; @ratioY) { + -webkit-transform: scale(@ratioX, @ratioY); + -ms-transform: scale(@ratioX, @ratioY); // IE9 only + -o-transform: scale(@ratioX, @ratioY); + transform: scale(@ratioX, @ratioY); +} + +.scaleX(@ratio) { + -webkit-transform: scaleX(@ratio); + -ms-transform: scaleX(@ratio); // IE9 only + -o-transform: scaleX(@ratio); + transform: scaleX(@ratio); +} + +.scaleY(@ratio) { + -webkit-transform: scaleY(@ratio); + -ms-transform: scaleY(@ratio); // IE9 only + -o-transform: scaleY(@ratio); + transform: scaleY(@ratio); +} + +.skew(@x; @y) { + -webkit-transform: skewX(@x) skewY(@y); + -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+ + -o-transform: skewX(@x) skewY(@y); + transform: skewX(@x) skewY(@y); +} + +.translate(@x; @y) { + -webkit-transform: translate(@x, @y); + -ms-transform: translate(@x, @y); // IE9 only + -o-transform: translate(@x, @y); + transform: translate(@x, @y); +} + +.translate3d(@x; @y; @z) { + -webkit-transform: translate3d(@x, @y, @z); + transform: translate3d(@x, @y, @z); +} + +.rotate(@degrees) { + -webkit-transform: rotate(@degrees); + -ms-transform: rotate(@degrees); // IE9 only + -o-transform: rotate(@degrees); + transform: rotate(@degrees); +} + +.rotateX(@degrees) { + -webkit-transform: rotateX(@degrees); + -ms-transform: rotateX(@degrees); // IE9 only + -o-transform: rotateX(@degrees); + transform: rotateX(@degrees); +} + +.rotateY(@degrees) { + -webkit-transform: rotateY(@degrees); + -ms-transform: rotateY(@degrees); // IE9 only + -o-transform: rotateY(@degrees); + transform: rotateY(@degrees); +} + +.perspective(@perspective) { + -webkit-perspective: @perspective; + -moz-perspective: @perspective; + perspective: @perspective; +} + +.perspective-origin(@perspective) { + -webkit-perspective-origin: @perspective; + -moz-perspective-origin: @perspective; + perspective-origin: @perspective; +} + +.transform-origin(@origin) { + -webkit-transform-origin: @origin; + -moz-transform-origin: @origin; + -ms-transform-origin: @origin; // IE9 only + transform-origin: @origin; +} // Transitions .transition(@transition) { -webkit-transition: @transition; - -o-transition: @transition; - transition: @transition; -} -.transition-property(@transition-property) { - -webkit-transition-property: @transition-property; - transition-property: @transition-property; -} -.transition-delay(@transition-delay) { - -webkit-transition-delay: @transition-delay; - transition-delay: @transition-delay; -} -.transition-duration(@transition-duration) { - -webkit-transition-duration: @transition-duration; - transition-duration: @transition-duration; -} -.transition-timing-function(@timing-function) { - -webkit-transition-timing-function: @timing-function; - transition-timing-function: @timing-function; -} -.transition-transform(@transition) { - -webkit-transition: -webkit-transform @transition; - -moz-transition: -moz-transform @transition; - -o-transition: -o-transform @transition; - transition: transform @transition; + -o-transition: @transition; + transition: @transition; } +.transition-property(@transition-property) { + -webkit-transition-property: @transition-property; + transition-property: @transition-property; +} + +.transition-delay(@transition-delay) { + -webkit-transition-delay: @transition-delay; + transition-delay: @transition-delay; +} + +.transition-duration(@transition-duration) { + -webkit-transition-duration: @transition-duration; + transition-duration: @transition-duration; +} + +.transition-timing-function(@timing-function) { + -webkit-transition-timing-function: @timing-function; + transition-timing-function: @timing-function; +} + +.transition-transform(@transition) { + -webkit-transition: -webkit-transform @transition; + -moz-transition: -moz-transform @transition; + -o-transition: -o-transform @transition; + transition: transform @transition; +} // User select // For selecting text on the page .user-select(@select) { -webkit-user-select: @select; - -moz-user-select: @select; - -ms-user-select: @select; // IE10+ - user-select: @select; + -moz-user-select: @select; + -ms-user-select: @select; // IE10+ + user-select: @select; } diff --git a/build/bootstrap-less/variables.less b/build/bootstrap-less/variables.less index b5fb9d02c..ba0e5f699 100644 --- a/build/bootstrap-less/variables.less +++ b/build/bootstrap-less/variables.less @@ -2,260 +2,266 @@ // Variables // -------------------------------------------------- - //== Colors // //## Gray and brand colors for use across Bootstrap. -@gray-base: #000; -@gray-darker: lighten(@gray-base, 13.5%); // #222 -@gray-dark: lighten(@gray-base, 20%); // #333 -@gray: lighten(@gray-base, 33.5%); // #555 -@gray-light: lighten(@gray-base, 46.7%); // #777 -@gray-lighter: lighten(@gray-base, 93.5%); // #eee - -@brand-primary: darken(#428bca, 6.5%); // #337ab7 -@brand-success: #5cb85c; -@brand-info: #5bc0de; -@brand-warning: #f0ad4e; -@brand-danger: #d9534f; +@gray-base: #000; +@gray-darker: lighten(@gray-base, 13.5%); +// #222 +@gray-dark: lighten(@gray-base, 20%); +// #333 +@gray: lighten(@gray-base, 33.5%); +// #555 +@gray-light: lighten(@gray-base, 46.7%); +// #777 +@gray-lighter: lighten(@gray-base, 93.5%); +// #eee +@brand-primary: darken(#428bca, 6.5%); +// #337ab7 +@brand-success: #5cb85c; +@brand-info: #5bc0de; +@brand-warning: #f0ad4e; +@brand-danger: #d9534f; //== Scaffolding // //## Settings for some of the most global styles. //** Background color for ``. -@body-bg: #fff; +@body-bg: #fff; //** Global text color on ``. -@text-color: @gray-dark; +@text-color: @gray-dark; //** Global textual link color. -@link-color: @brand-primary; +@link-color: @brand-primary; //** Link hover color set via `darken()` function. -@link-hover-color: darken(@link-color, 15%); +@link-hover-color: darken(@link-color, 15%); //** Link hover decoration. @link-hover-decoration: underline; - //== Typography // //## Font, line-height, and color for body text, headings, and more. -@font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif; -@font-family-serif: Georgia, "Times New Roman", Times, serif; +@font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif; +@font-family-serif: Georgia, "Times New Roman", Times, serif; //** Default monospace fonts for ``, ``, and `
`.
-@font-family-monospace:   Menlo, Monaco, Consolas, "Courier New", monospace;
-@font-family-base:        @font-family-sans-serif;
+@font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
+@font-family-base: @font-family-sans-serif;
 
-@font-size-base:          14px;
-@font-size-large:         ceil((@font-size-base * 1.25)); // ~18px
-@font-size-small:         ceil((@font-size-base * 0.85)); // ~12px
+@font-size-base: 14px;
+@font-size-large: ceil((@font-size-base * 1.25));
+// ~18px
+@font-size-small: ceil((@font-size-base * 0.85));
+// ~12px
 
-@font-size-h1:            floor((@font-size-base * 2.6)); // ~36px
-@font-size-h2:            floor((@font-size-base * 2.15)); // ~30px
-@font-size-h3:            ceil((@font-size-base * 1.7)); // ~24px
-@font-size-h4:            ceil((@font-size-base * 1.25)); // ~18px
-@font-size-h5:            @font-size-base;
-@font-size-h6:            ceil((@font-size-base * 0.85)); // ~12px
+@font-size-h1: floor((@font-size-base * 2.6));
+// ~36px
+@font-size-h2: floor((@font-size-base * 2.15));
+// ~30px
+@font-size-h3: ceil((@font-size-base * 1.7));
+// ~24px
+@font-size-h4: ceil((@font-size-base * 1.25));
+// ~18px
+@font-size-h5: @font-size-base;
+@font-size-h6: ceil((@font-size-base * 0.85));
+// ~12px
 
 //** Unit-less `line-height` for use in components like buttons.
-@line-height-base:        1.428571429; // 20/14
+@line-height-base: 1.428571429;
+// 20/14
 //** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
-@line-height-computed:    floor((@font-size-base * @line-height-base)); // ~20px
+@line-height-computed: floor((@font-size-base * @line-height-base));
+// ~20px
 
 //** By default, this inherits from the ``.
-@headings-font-family:    inherit;
-@headings-font-weight:    500;
-@headings-line-height:    1.1;
-@headings-color:          inherit;
-
+@headings-font-family: inherit;
+@headings-font-weight: 500;
+@headings-line-height: 1.1;
+@headings-color: inherit;
 
 //== Iconography
 //
 //## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
 
 //** Load fonts from this directory.
-@icon-font-path:          "../fonts/";
+@icon-font-path: "../fonts/";
 //** File name for all font files.
-@icon-font-name:          "glyphicons-halflings-regular";
+@icon-font-name: "glyphicons-halflings-regular";
 //** Element ID within SVG icon file.
-@icon-font-svg-id:        "glyphicons_halflingsregular";
-
+@icon-font-svg-id: "glyphicons_halflingsregular";
 
 //== Components
 //
 //## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
 
-@padding-base-vertical:     6px;
-@padding-base-horizontal:   12px;
+@padding-base-vertical: 6px;
+@padding-base-horizontal: 12px;
 
-@padding-large-vertical:    10px;
-@padding-large-horizontal:  16px;
+@padding-large-vertical: 10px;
+@padding-large-horizontal: 16px;
 
-@padding-small-vertical:    5px;
-@padding-small-horizontal:  10px;
+@padding-small-vertical: 5px;
+@padding-small-horizontal: 10px;
 
-@padding-xs-vertical:       1px;
-@padding-xs-horizontal:     5px;
+@padding-xs-vertical: 1px;
+@padding-xs-horizontal: 5px;
 
-@line-height-large:         1.3333333; // extra decimals for Win 8.1 Chrome
-@line-height-small:         1.5;
+@line-height-large: 1.3333333;
+// extra decimals for Win 8.1 Chrome
+@line-height-small: 1.5;
 
-@border-radius-base:        4px;
-@border-radius-large:       6px;
-@border-radius-small:       3px;
+@border-radius-base: 4px;
+@border-radius-large: 6px;
+@border-radius-small: 3px;
 
 //** Global color for active items (e.g., navs or dropdowns).
-@component-active-color:    #fff;
+@component-active-color: #fff;
 //** Global background color for active items (e.g., navs or dropdowns).
-@component-active-bg:       @brand-primary;
+@component-active-bg: @brand-primary;
 
 //** Width of the `border` for generating carets that indicator dropdowns.
-@caret-width-base:          4px;
+@caret-width-base: 4px;
 //** Carets increase slightly in size for larger components.
-@caret-width-large:         5px;
-
+@caret-width-large: 5px;
 
 //== Tables
 //
 //## Customizes the `.table` component with basic values, each used across all table variations.
 
 //** Padding for ``s and ``s.
-@table-cell-padding:            8px;
+@table-cell-padding: 8px;
 //** Padding for cells in `.table-condensed`.
-@table-condensed-cell-padding:  5px;
+@table-condensed-cell-padding: 5px;
 
 //** Default background color used for all tables.
-@table-bg:                      transparent;
+@table-bg: transparent;
 //** Background color used for `.table-striped`.
-@table-bg-accent:               #f9f9f9;
+@table-bg-accent: #f9f9f9;
 //** Background color used for `.table-hover`.
-@table-bg-hover:                #f5f5f5;
-@table-bg-active:               @table-bg-hover;
+@table-bg-hover: #f5f5f5;
+@table-bg-active: @table-bg-hover;
 
 //** Border color for table and cell borders.
-@table-border-color:            #ddd;
-
+@table-border-color: #ddd;
 
 //== Buttons
 //
 //## For each of Bootstrap's buttons, define text, background and border color.
 
-@btn-font-weight:                normal;
+@btn-font-weight: normal;
 
-@btn-default-color:              #333;
-@btn-default-bg:                 #fff;
-@btn-default-border:             #ccc;
+@btn-default-color: #333;
+@btn-default-bg: #fff;
+@btn-default-border: #ccc;
 
-@btn-primary-color:              #fff;
-@btn-primary-bg:                 @brand-primary;
-@btn-primary-border:             darken(@btn-primary-bg, 5%);
+@btn-primary-color: #fff;
+@btn-primary-bg: @brand-primary;
+@btn-primary-border: darken(@btn-primary-bg, 5%);
 
-@btn-success-color:              #fff;
-@btn-success-bg:                 @brand-success;
-@btn-success-border:             darken(@btn-success-bg, 5%);
+@btn-success-color: #fff;
+@btn-success-bg: @brand-success;
+@btn-success-border: darken(@btn-success-bg, 5%);
 
-@btn-info-color:                 #fff;
-@btn-info-bg:                    @brand-info;
-@btn-info-border:                darken(@btn-info-bg, 5%);
+@btn-info-color: #fff;
+@btn-info-bg: @brand-info;
+@btn-info-border: darken(@btn-info-bg, 5%);
 
-@btn-warning-color:              #fff;
-@btn-warning-bg:                 @brand-warning;
-@btn-warning-border:             darken(@btn-warning-bg, 5%);
+@btn-warning-color: #fff;
+@btn-warning-bg: @brand-warning;
+@btn-warning-border: darken(@btn-warning-bg, 5%);
 
-@btn-danger-color:               #fff;
-@btn-danger-bg:                  @brand-danger;
-@btn-danger-border:              darken(@btn-danger-bg, 5%);
-
-@btn-link-disabled-color:        @gray-light;
+@btn-danger-color: #fff;
+@btn-danger-bg: @brand-danger;
+@btn-danger-border: darken(@btn-danger-bg, 5%);
 
+@btn-link-disabled-color: @gray-light;
 
 //== Forms
 //
 //##
 
 //** `` background color
-@input-bg:                       #fff;
+@input-bg: #fff;
 //** `` background color
-@input-bg-disabled:              @gray-lighter;
+@input-bg-disabled: @gray-lighter;
 
 //** Text color for ``s
-@input-color:                    @gray;
+@input-color: @gray;
 //** `` border color
-@input-border:                   #ccc;
+@input-border: #ccc;
 
 // TODO: Rename `@input-border-radius` to `@input-border-radius-base` in v4
 //** Default `.form-control` border radius
 // This has no effect on ``s in CSS.
-@input-border-radius:            @border-radius-base;
+@input-border-radius: @border-radius-base;
 //** Large `.form-control` border radius
-@input-border-radius-large:      @border-radius-large;
+@input-border-radius-large: @border-radius-large;
 //** Small `.form-control` border radius
-@input-border-radius-small:      @border-radius-small;
+@input-border-radius-small: @border-radius-small;
 
 //** Border color for inputs on focus
-@input-border-focus:             #66afe9;
+@input-border-focus: #66afe9;
 
 //** Placeholder text color
-@input-color-placeholder:        #999;
+@input-color-placeholder: #999;
 
 //** Default `.form-control` height
-@input-height-base:              (@line-height-computed + (@padding-base-vertical * 2) + 2);
+@input-height-base: (@line-height-computed + (@padding-base-vertical * 2) + 2);
 //** Large `.form-control` height
-@input-height-large:             (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2);
+@input-height-large: (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2);
 //** Small `.form-control` height
-@input-height-small:             (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2);
+@input-height-small: (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2);
 
 //** `.form-group` margin
-@form-group-margin-bottom:       15px;
+@form-group-margin-bottom: 15px;
 
-@legend-color:                   @gray-dark;
-@legend-border-color:            #e5e5e5;
+@legend-color: @gray-dark;
+@legend-border-color: #e5e5e5;
 
 //** Background color for textual input addons
-@input-group-addon-bg:           @gray-lighter;
+@input-group-addon-bg: @gray-lighter;
 //** Border color for textual input addons
 @input-group-addon-border-color: @input-border;
 
 //** Disabled cursor for form controls and buttons.
-@cursor-disabled:                not-allowed;
-
+@cursor-disabled: not-allowed;
 
 //== Dropdowns
 //
 //## Dropdown menu container and contents.
 
 //** Background for the dropdown menu.
-@dropdown-bg:                    #fff;
+@dropdown-bg: #fff;
 //** Dropdown menu `border-color`.
-@dropdown-border:                rgba(0,0,0,.15);
+@dropdown-border: rgba(0, 0, 0, .15);
 //** Dropdown menu `border-color` **for IE8**.
-@dropdown-fallback-border:       #ccc;
+@dropdown-fallback-border: #ccc;
 //** Divider color for between dropdown items.
-@dropdown-divider-bg:            #e5e5e5;
+@dropdown-divider-bg: #e5e5e5;
 
 //** Dropdown link text color.
-@dropdown-link-color:            @gray-dark;
+@dropdown-link-color: @gray-dark;
 //** Hover color for dropdown links.
-@dropdown-link-hover-color:      darken(@gray-dark, 5%);
+@dropdown-link-hover-color: darken(@gray-dark, 5%);
 //** Hover background for dropdown links.
-@dropdown-link-hover-bg:         #f5f5f5;
+@dropdown-link-hover-bg: #f5f5f5;
 
 //** Active dropdown menu item text color.
-@dropdown-link-active-color:     @component-active-color;
+@dropdown-link-active-color: @component-active-color;
 //** Active dropdown menu item background color.
-@dropdown-link-active-bg:        @component-active-bg;
+@dropdown-link-active-bg: @component-active-bg;
 
 //** Disabled dropdown menu item background color.
-@dropdown-link-disabled-color:   @gray-light;
+@dropdown-link-disabled-color: @gray-light;
 
 //** Text color for headers within dropdown menus.
-@dropdown-header-color:          @gray-light;
+@dropdown-header-color: @gray-light;
 
 //** Deprecated `@dropdown-caret-color` as of v3.1.0
-@dropdown-caret-color:           #000;
-
+@dropdown-caret-color: #000;
 
 //-- Z-index master list
 //
@@ -264,14 +270,13 @@
 //
 // Note: These variables are not generated into the Customizer.
 
-@zindex-navbar:            1000;
-@zindex-dropdown:          1000;
-@zindex-popover:           1060;
-@zindex-tooltip:           1070;
-@zindex-navbar-fixed:      1030;
-@zindex-modal-background:  1040;
-@zindex-modal:             1050;
-
+@zindex-navbar: 1000;
+@zindex-dropdown: 1000;
+@zindex-popover: 1060;
+@zindex-tooltip: 1070;
+@zindex-navbar-fixed: 1030;
+@zindex-modal-background: 1040;
+@zindex-modal: 1050;
 
 //== Media queries breakpoints
 //
@@ -279,561 +284,536 @@
 
 // Extra small screen / phone
 //** Deprecated `@screen-xs` as of v3.0.1
-@screen-xs:                  480px;
+@screen-xs: 480px;
 //** Deprecated `@screen-xs-min` as of v3.2.0
-@screen-xs-min:              @screen-xs;
+@screen-xs-min: @screen-xs;
 //** Deprecated `@screen-phone` as of v3.0.1
-@screen-phone:               @screen-xs-min;
+@screen-phone: @screen-xs-min;
 
 // Small screen / tablet
 //** Deprecated `@screen-sm` as of v3.0.1
-@screen-sm:                  768px;
-@screen-sm-min:              @screen-sm;
+@screen-sm: 768px;
+@screen-sm-min: @screen-sm;
 //** Deprecated `@screen-tablet` as of v3.0.1
-@screen-tablet:              @screen-sm-min;
+@screen-tablet: @screen-sm-min;
 
 // Medium screen / desktop
 //** Deprecated `@screen-md` as of v3.0.1
-@screen-md:                  992px;
-@screen-md-min:              @screen-md;
+@screen-md: 992px;
+@screen-md-min: @screen-md;
 //** Deprecated `@screen-desktop` as of v3.0.1
-@screen-desktop:             @screen-md-min;
+@screen-desktop: @screen-md-min;
 
 // Large screen / wide desktop
 //** Deprecated `@screen-lg` as of v3.0.1
-@screen-lg:                  1200px;
-@screen-lg-min:              @screen-lg;
+@screen-lg: 1200px;
+@screen-lg-min: @screen-lg;
 //** Deprecated `@screen-lg-desktop` as of v3.0.1
-@screen-lg-desktop:          @screen-lg-min;
+@screen-lg-desktop: @screen-lg-min;
 
 // So media queries don't overlap when required, provide a maximum
-@screen-xs-max:              (@screen-sm-min - 1);
-@screen-sm-max:              (@screen-md-min - 1);
-@screen-md-max:              (@screen-lg-min - 1);
-
+@screen-xs-max: (@screen-sm-min - 1);
+@screen-sm-max: (@screen-md-min - 1);
+@screen-md-max: (@screen-lg-min - 1);
 
 //== Grid system
 //
 //## Define your custom responsive grid.
 
 //** Number of columns in the grid.
-@grid-columns:              12;
+@grid-columns: 12;
 //** Padding between columns. Gets divided in half for the left and right.
-@grid-gutter-width:         30px;
+@grid-gutter-width: 30px;
 // Navbar collapse
 //** Point at which the navbar becomes uncollapsed.
-@grid-float-breakpoint:     @screen-sm-min;
+@grid-float-breakpoint: @screen-sm-min;
 //** Point at which the navbar begins collapsing.
 @grid-float-breakpoint-max: (@grid-float-breakpoint - 1);
 
-
 //== Container sizes
 //
 //## Define the maximum width of `.container` for different screen sizes.
 
 // Small screen / tablet
-@container-tablet:             (720px + @grid-gutter-width);
+@container-tablet: (720px + @grid-gutter-width);
 //** For `@screen-sm-min` and up.
-@container-sm:                 @container-tablet;
+@container-sm: @container-tablet;
 
 // Medium screen / desktop
-@container-desktop:            (940px + @grid-gutter-width);
+@container-desktop: (940px + @grid-gutter-width);
 //** For `@screen-md-min` and up.
-@container-md:                 @container-desktop;
+@container-md: @container-desktop;
 
 // Large screen / wide desktop
-@container-large-desktop:      (1140px + @grid-gutter-width);
+@container-large-desktop: (1140px + @grid-gutter-width);
 //** For `@screen-lg-min` and up.
-@container-lg:                 @container-large-desktop;
-
+@container-lg: @container-large-desktop;
 
 //== Navbar
 //
 //##
 
 // Basics of a navbar
-@navbar-height:                    50px;
-@navbar-margin-bottom:             @line-height-computed;
-@navbar-border-radius:             @border-radius-base;
-@navbar-padding-horizontal:        floor((@grid-gutter-width / 2));
-@navbar-padding-vertical:          ((@navbar-height - @line-height-computed) / 2);
-@navbar-collapse-max-height:       340px;
+@navbar-height: 50px;
+@navbar-margin-bottom: @line-height-computed;
+@navbar-border-radius: @border-radius-base;
+@navbar-padding-horizontal: floor((@grid-gutter-width / 2));
+@navbar-padding-vertical: ((@navbar-height - @line-height-computed) / 2);
+@navbar-collapse-max-height: 340px;
 
-@navbar-default-color:             #777;
-@navbar-default-bg:                #f8f8f8;
-@navbar-default-border:            darken(@navbar-default-bg, 6.5%);
+@navbar-default-color: #777;
+@navbar-default-bg: #f8f8f8;
+@navbar-default-border: darken(@navbar-default-bg, 6.5%);
 
 // Navbar links
-@navbar-default-link-color:                #777;
-@navbar-default-link-hover-color:          #333;
-@navbar-default-link-hover-bg:             transparent;
-@navbar-default-link-active-color:         #555;
-@navbar-default-link-active-bg:            darken(@navbar-default-bg, 6.5%);
-@navbar-default-link-disabled-color:       #ccc;
-@navbar-default-link-disabled-bg:          transparent;
+@navbar-default-link-color: #777;
+@navbar-default-link-hover-color: #333;
+@navbar-default-link-hover-bg: transparent;
+@navbar-default-link-active-color: #555;
+@navbar-default-link-active-bg: darken(@navbar-default-bg, 6.5%);
+@navbar-default-link-disabled-color: #ccc;
+@navbar-default-link-disabled-bg: transparent;
 
 // Navbar brand label
-@navbar-default-brand-color:               @navbar-default-link-color;
-@navbar-default-brand-hover-color:         darken(@navbar-default-brand-color, 10%);
-@navbar-default-brand-hover-bg:            transparent;
+@navbar-default-brand-color: @navbar-default-link-color;
+@navbar-default-brand-hover-color: darken(@navbar-default-brand-color, 10%);
+@navbar-default-brand-hover-bg: transparent;
 
 // Navbar toggle
-@navbar-default-toggle-hover-bg:           #ddd;
-@navbar-default-toggle-icon-bar-bg:        #888;
-@navbar-default-toggle-border-color:       #ddd;
-
+@navbar-default-toggle-hover-bg: #ddd;
+@navbar-default-toggle-icon-bar-bg: #888;
+@navbar-default-toggle-border-color: #ddd;
 
 // Inverted navbar
 // Reset inverted navbar basics
-@navbar-inverse-color:                      lighten(@gray-light, 15%);
-@navbar-inverse-bg:                         #222;
-@navbar-inverse-border:                     darken(@navbar-inverse-bg, 10%);
+@navbar-inverse-color: lighten(@gray-light, 15%);
+@navbar-inverse-bg: #222;
+@navbar-inverse-border: darken(@navbar-inverse-bg, 10%);
 
 // Inverted navbar links
-@navbar-inverse-link-color:                 lighten(@gray-light, 15%);
-@navbar-inverse-link-hover-color:           #fff;
-@navbar-inverse-link-hover-bg:              transparent;
-@navbar-inverse-link-active-color:          @navbar-inverse-link-hover-color;
-@navbar-inverse-link-active-bg:             darken(@navbar-inverse-bg, 10%);
-@navbar-inverse-link-disabled-color:        #444;
-@navbar-inverse-link-disabled-bg:           transparent;
+@navbar-inverse-link-color: lighten(@gray-light, 15%);
+@navbar-inverse-link-hover-color: #fff;
+@navbar-inverse-link-hover-bg: transparent;
+@navbar-inverse-link-active-color: @navbar-inverse-link-hover-color;
+@navbar-inverse-link-active-bg: darken(@navbar-inverse-bg, 10%);
+@navbar-inverse-link-disabled-color: #444;
+@navbar-inverse-link-disabled-bg: transparent;
 
 // Inverted navbar brand label
-@navbar-inverse-brand-color:                @navbar-inverse-link-color;
-@navbar-inverse-brand-hover-color:          #fff;
-@navbar-inverse-brand-hover-bg:             transparent;
+@navbar-inverse-brand-color: @navbar-inverse-link-color;
+@navbar-inverse-brand-hover-color: #fff;
+@navbar-inverse-brand-hover-bg: transparent;
 
 // Inverted navbar toggle
-@navbar-inverse-toggle-hover-bg:            #333;
-@navbar-inverse-toggle-icon-bar-bg:         #fff;
-@navbar-inverse-toggle-border-color:        #333;
-
+@navbar-inverse-toggle-hover-bg: #333;
+@navbar-inverse-toggle-icon-bar-bg: #fff;
+@navbar-inverse-toggle-border-color: #333;
 
 //== Navs
 //
 //##
 
 //=== Shared nav styles
-@nav-link-padding:                          10px 15px;
-@nav-link-hover-bg:                         @gray-lighter;
+@nav-link-padding: 10px 15px;
+@nav-link-hover-bg: @gray-lighter;
 
-@nav-disabled-link-color:                   @gray-light;
-@nav-disabled-link-hover-color:             @gray-light;
+@nav-disabled-link-color: @gray-light;
+@nav-disabled-link-hover-color: @gray-light;
 
 //== Tabs
-@nav-tabs-border-color:                     #ddd;
+@nav-tabs-border-color: #ddd;
 
-@nav-tabs-link-hover-border-color:          @gray-lighter;
+@nav-tabs-link-hover-border-color: @gray-lighter;
 
-@nav-tabs-active-link-hover-bg:             @body-bg;
-@nav-tabs-active-link-hover-color:          @gray;
-@nav-tabs-active-link-hover-border-color:   #ddd;
+@nav-tabs-active-link-hover-bg: @body-bg;
+@nav-tabs-active-link-hover-color: @gray;
+@nav-tabs-active-link-hover-border-color: #ddd;
 
-@nav-tabs-justified-link-border-color:            #ddd;
-@nav-tabs-justified-active-link-border-color:     @body-bg;
+@nav-tabs-justified-link-border-color: #ddd;
+@nav-tabs-justified-active-link-border-color: @body-bg;
 
 //== Pills
-@nav-pills-border-radius:                   @border-radius-base;
-@nav-pills-active-link-hover-bg:            @component-active-bg;
-@nav-pills-active-link-hover-color:         @component-active-color;
-
+@nav-pills-border-radius: @border-radius-base;
+@nav-pills-active-link-hover-bg: @component-active-bg;
+@nav-pills-active-link-hover-color: @component-active-color;
 
 //== Pagination
 //
 //##
 
-@pagination-color:                     @link-color;
-@pagination-bg:                        #fff;
-@pagination-border:                    #ddd;
+@pagination-color: @link-color;
+@pagination-bg: #fff;
+@pagination-border: #ddd;
 
-@pagination-hover-color:               @link-hover-color;
-@pagination-hover-bg:                  @gray-lighter;
-@pagination-hover-border:              #ddd;
+@pagination-hover-color: @link-hover-color;
+@pagination-hover-bg: @gray-lighter;
+@pagination-hover-border: #ddd;
 
-@pagination-active-color:              #fff;
-@pagination-active-bg:                 @brand-primary;
-@pagination-active-border:             @brand-primary;
-
-@pagination-disabled-color:            @gray-light;
-@pagination-disabled-bg:               #fff;
-@pagination-disabled-border:           #ddd;
+@pagination-active-color: #fff;
+@pagination-active-bg: @brand-primary;
+@pagination-active-border: @brand-primary;
 
+@pagination-disabled-color: @gray-light;
+@pagination-disabled-bg: #fff;
+@pagination-disabled-border: #ddd;
 
 //== Pager
 //
 //##
 
-@pager-bg:                             @pagination-bg;
-@pager-border:                         @pagination-border;
-@pager-border-radius:                  15px;
+@pager-bg: @pagination-bg;
+@pager-border: @pagination-border;
+@pager-border-radius: 15px;
 
-@pager-hover-bg:                       @pagination-hover-bg;
+@pager-hover-bg: @pagination-hover-bg;
 
-@pager-active-bg:                      @pagination-active-bg;
-@pager-active-color:                   @pagination-active-color;
-
-@pager-disabled-color:                 @pagination-disabled-color;
+@pager-active-bg: @pagination-active-bg;
+@pager-active-color: @pagination-active-color;
 
+@pager-disabled-color: @pagination-disabled-color;
 
 //== Jumbotron
 //
 //##
 
-@jumbotron-padding:              30px;
-@jumbotron-color:                inherit;
-@jumbotron-bg:                   @gray-lighter;
-@jumbotron-heading-color:        inherit;
-@jumbotron-font-size:            ceil((@font-size-base * 1.5));
-
+@jumbotron-padding: 30px;
+@jumbotron-color: inherit;
+@jumbotron-bg: @gray-lighter;
+@jumbotron-heading-color: inherit;
+@jumbotron-font-size: ceil((@font-size-base * 1.5));
 
 //== Form states and alerts
 //
 //## Define colors for form feedback states and, by default, alerts.
 
-@state-success-text:             #3c763d;
-@state-success-bg:               #dff0d8;
-@state-success-border:           darken(spin(@state-success-bg, -10), 5%);
+@state-success-text: #3c763d;
+@state-success-bg: #dff0d8;
+@state-success-border: darken(spin(@state-success-bg, -10), 5%);
 
-@state-info-text:                #31708f;
-@state-info-bg:                  #d9edf7;
-@state-info-border:              darken(spin(@state-info-bg, -10), 7%);
+@state-info-text: #31708f;
+@state-info-bg: #d9edf7;
+@state-info-border: darken(spin(@state-info-bg, -10), 7%);
 
-@state-warning-text:             #8a6d3b;
-@state-warning-bg:               #fcf8e3;
-@state-warning-border:           darken(spin(@state-warning-bg, -10), 5%);
-
-@state-danger-text:              #a94442;
-@state-danger-bg:                #f2dede;
-@state-danger-border:            darken(spin(@state-danger-bg, -10), 5%);
+@state-warning-text: #8a6d3b;
+@state-warning-bg: #fcf8e3;
+@state-warning-border: darken(spin(@state-warning-bg, -10), 5%);
 
+@state-danger-text: #a94442;
+@state-danger-bg: #f2dede;
+@state-danger-border: darken(spin(@state-danger-bg, -10), 5%);
 
 //== Tooltips
 //
 //##
 
 //** Tooltip max width
-@tooltip-max-width:           200px;
+@tooltip-max-width: 200px;
 //** Tooltip text color
-@tooltip-color:               #fff;
+@tooltip-color: #fff;
 //** Tooltip background color
-@tooltip-bg:                  #000;
-@tooltip-opacity:             .9;
+@tooltip-bg: #000;
+@tooltip-opacity: .9;
 
 //** Tooltip arrow width
-@tooltip-arrow-width:         5px;
+@tooltip-arrow-width: 5px;
 //** Tooltip arrow color
-@tooltip-arrow-color:         @tooltip-bg;
-
+@tooltip-arrow-color: @tooltip-bg;
 
 //== Popovers
 //
 //##
 
 //** Popover body background color
-@popover-bg:                          #fff;
+@popover-bg: #fff;
 //** Popover maximum width
-@popover-max-width:                   276px;
+@popover-max-width: 276px;
 //** Popover border color
-@popover-border-color:                rgba(0,0,0,.2);
+@popover-border-color: rgba(0, 0, 0, .2);
 //** Popover fallback border color
-@popover-fallback-border-color:       #ccc;
+@popover-fallback-border-color: #ccc;
 
 //** Popover title background color
-@popover-title-bg:                    darken(@popover-bg, 3%);
+@popover-title-bg: darken(@popover-bg, 3%);
 
 //** Popover arrow width
-@popover-arrow-width:                 10px;
+@popover-arrow-width: 10px;
 //** Popover arrow color
-@popover-arrow-color:                 @popover-bg;
+@popover-arrow-color: @popover-bg;
 
 //** Popover outer arrow width
-@popover-arrow-outer-width:           (@popover-arrow-width + 1);
+@popover-arrow-outer-width: (@popover-arrow-width + 1);
 //** Popover outer arrow color
-@popover-arrow-outer-color:           fadein(@popover-border-color, 5%);
+@popover-arrow-outer-color: fadein(@popover-border-color, 5%);
 //** Popover outer arrow fallback color
-@popover-arrow-outer-fallback-color:  darken(@popover-fallback-border-color, 20%);
-
+@popover-arrow-outer-fallback-color: darken(@popover-fallback-border-color, 20%);
 
 //== Labels
 //
 //##
 
 //** Default label background color
-@label-default-bg:            @gray-light;
+@label-default-bg: @gray-light;
 //** Primary label background color
-@label-primary-bg:            @brand-primary;
+@label-primary-bg: @brand-primary;
 //** Success label background color
-@label-success-bg:            @brand-success;
+@label-success-bg: @brand-success;
 //** Info label background color
-@label-info-bg:               @brand-info;
+@label-info-bg: @brand-info;
 //** Warning label background color
-@label-warning-bg:            @brand-warning;
+@label-warning-bg: @brand-warning;
 //** Danger label background color
-@label-danger-bg:             @brand-danger;
+@label-danger-bg: @brand-danger;
 
 //** Default label text color
-@label-color:                 #fff;
+@label-color: #fff;
 //** Default text color of a linked label
-@label-link-hover-color:      #fff;
-
+@label-link-hover-color: #fff;
 
 //== Modals
 //
 //##
 
 //** Padding applied to the modal body
-@modal-inner-padding:         15px;
+@modal-inner-padding: 15px;
 
 //** Padding applied to the modal title
-@modal-title-padding:         15px;
+@modal-title-padding: 15px;
 //** Modal title line-height
-@modal-title-line-height:     @line-height-base;
+@modal-title-line-height: @line-height-base;
 
 //** Background color of modal content area
-@modal-content-bg:                             #fff;
+@modal-content-bg: #fff;
 //** Modal content border color
-@modal-content-border-color:                   rgba(0,0,0,.2);
+@modal-content-border-color: rgba(0, 0, 0, .2);
 //** Modal content border color **for IE8**
-@modal-content-fallback-border-color:          #999;
+@modal-content-fallback-border-color: #999;
 
 //** Modal backdrop background color
-@modal-backdrop-bg:           #000;
+@modal-backdrop-bg: #000;
 //** Modal backdrop opacity
-@modal-backdrop-opacity:      .5;
+@modal-backdrop-opacity: .5;
 //** Modal header border color
-@modal-header-border-color:   #e5e5e5;
+@modal-header-border-color: #e5e5e5;
 //** Modal footer border color
-@modal-footer-border-color:   @modal-header-border-color;
-
-@modal-lg:                    900px;
-@modal-md:                    600px;
-@modal-sm:                    300px;
+@modal-footer-border-color: @modal-header-border-color;
 
+@modal-lg: 900px;
+@modal-md: 600px;
+@modal-sm: 300px;
 
 //== Alerts
 //
 //## Define alert colors, border radius, and padding.
 
-@alert-padding:               15px;
-@alert-border-radius:         @border-radius-base;
-@alert-link-font-weight:      bold;
+@alert-padding: 15px;
+@alert-border-radius: @border-radius-base;
+@alert-link-font-weight: bold;
 
-@alert-success-bg:            @state-success-bg;
-@alert-success-text:          @state-success-text;
-@alert-success-border:        @state-success-border;
+@alert-success-bg: @state-success-bg;
+@alert-success-text: @state-success-text;
+@alert-success-border: @state-success-border;
 
-@alert-info-bg:               @state-info-bg;
-@alert-info-text:             @state-info-text;
-@alert-info-border:           @state-info-border;
+@alert-info-bg: @state-info-bg;
+@alert-info-text: @state-info-text;
+@alert-info-border: @state-info-border;
 
-@alert-warning-bg:            @state-warning-bg;
-@alert-warning-text:          @state-warning-text;
-@alert-warning-border:        @state-warning-border;
-
-@alert-danger-bg:             @state-danger-bg;
-@alert-danger-text:           @state-danger-text;
-@alert-danger-border:         @state-danger-border;
+@alert-warning-bg: @state-warning-bg;
+@alert-warning-text: @state-warning-text;
+@alert-warning-border: @state-warning-border;
 
+@alert-danger-bg: @state-danger-bg;
+@alert-danger-text: @state-danger-text;
+@alert-danger-border: @state-danger-border;
 
 //== Progress bars
 //
 //##
 
 //** Background color of the whole progress component
-@progress-bg:                 #f5f5f5;
+@progress-bg: #f5f5f5;
 //** Progress bar text color
-@progress-bar-color:          #fff;
+@progress-bar-color: #fff;
 //** Variable for setting rounded corners on progress bar.
-@progress-border-radius:      @border-radius-base;
+@progress-border-radius: @border-radius-base;
 
 //** Default progress bar color
-@progress-bar-bg:             @brand-primary;
+@progress-bar-bg: @brand-primary;
 //** Success progress bar color
-@progress-bar-success-bg:     @brand-success;
+@progress-bar-success-bg: @brand-success;
 //** Warning progress bar color
-@progress-bar-warning-bg:     @brand-warning;
+@progress-bar-warning-bg: @brand-warning;
 //** Danger progress bar color
-@progress-bar-danger-bg:      @brand-danger;
+@progress-bar-danger-bg: @brand-danger;
 //** Info progress bar color
-@progress-bar-info-bg:        @brand-info;
-
+@progress-bar-info-bg: @brand-info;
 
 //== List group
 //
 //##
 
 //** Background color on `.list-group-item`
-@list-group-bg:                 #fff;
+@list-group-bg: #fff;
 //** `.list-group-item` border color
-@list-group-border:             #ddd;
+@list-group-border: #ddd;
 //** List group border radius
-@list-group-border-radius:      @border-radius-base;
+@list-group-border-radius: @border-radius-base;
 
 //** Background color of single list items on hover
-@list-group-hover-bg:           #f5f5f5;
+@list-group-hover-bg: #f5f5f5;
 //** Text color of active list items
-@list-group-active-color:       @component-active-color;
+@list-group-active-color: @component-active-color;
 //** Background color of active list items
-@list-group-active-bg:          @component-active-bg;
+@list-group-active-bg: @component-active-bg;
 //** Border color of active list elements
-@list-group-active-border:      @list-group-active-bg;
+@list-group-active-border: @list-group-active-bg;
 //** Text color for content within active list items
-@list-group-active-text-color:  lighten(@list-group-active-bg, 40%);
+@list-group-active-text-color: lighten(@list-group-active-bg, 40%);
 
 //** Text color of disabled list items
-@list-group-disabled-color:      @gray-light;
+@list-group-disabled-color: @gray-light;
 //** Background color of disabled list items
-@list-group-disabled-bg:         @gray-lighter;
+@list-group-disabled-bg: @gray-lighter;
 //** Text color for content within disabled list items
 @list-group-disabled-text-color: @list-group-disabled-color;
 
-@list-group-link-color:         #555;
-@list-group-link-hover-color:   @list-group-link-color;
+@list-group-link-color: #555;
+@list-group-link-hover-color: @list-group-link-color;
 @list-group-link-heading-color: #333;
 
-
 //== Panels
 //
 //##
 
-@panel-bg:                    #fff;
-@panel-body-padding:          15px;
-@panel-heading-padding:       10px 15px;
-@panel-footer-padding:        @panel-heading-padding;
-@panel-border-radius:         @border-radius-base;
+@panel-bg: #fff;
+@panel-body-padding: 15px;
+@panel-heading-padding: 10px 15px;
+@panel-footer-padding: @panel-heading-padding;
+@panel-border-radius: @border-radius-base;
 
 //** Border color for elements within panels
-@panel-inner-border:          #ddd;
-@panel-footer-bg:             #f5f5f5;
+@panel-inner-border: #ddd;
+@panel-footer-bg: #f5f5f5;
 
-@panel-default-text:          @gray-dark;
-@panel-default-border:        #ddd;
-@panel-default-heading-bg:    #f5f5f5;
+@panel-default-text: @gray-dark;
+@panel-default-border: #ddd;
+@panel-default-heading-bg: #f5f5f5;
 
-@panel-primary-text:          #fff;
-@panel-primary-border:        @brand-primary;
-@panel-primary-heading-bg:    @brand-primary;
+@panel-primary-text: #fff;
+@panel-primary-border: @brand-primary;
+@panel-primary-heading-bg: @brand-primary;
 
-@panel-success-text:          @state-success-text;
-@panel-success-border:        @state-success-border;
-@panel-success-heading-bg:    @state-success-bg;
+@panel-success-text: @state-success-text;
+@panel-success-border: @state-success-border;
+@panel-success-heading-bg: @state-success-bg;
 
-@panel-info-text:             @state-info-text;
-@panel-info-border:           @state-info-border;
-@panel-info-heading-bg:       @state-info-bg;
+@panel-info-text: @state-info-text;
+@panel-info-border: @state-info-border;
+@panel-info-heading-bg: @state-info-bg;
 
-@panel-warning-text:          @state-warning-text;
-@panel-warning-border:        @state-warning-border;
-@panel-warning-heading-bg:    @state-warning-bg;
-
-@panel-danger-text:           @state-danger-text;
-@panel-danger-border:         @state-danger-border;
-@panel-danger-heading-bg:     @state-danger-bg;
+@panel-warning-text: @state-warning-text;
+@panel-warning-border: @state-warning-border;
+@panel-warning-heading-bg: @state-warning-bg;
 
+@panel-danger-text: @state-danger-text;
+@panel-danger-border: @state-danger-border;
+@panel-danger-heading-bg: @state-danger-bg;
 
 //== Thumbnails
 //
 //##
 
 //** Padding around the thumbnail image
-@thumbnail-padding:           4px;
+@thumbnail-padding: 4px;
 //** Thumbnail background color
-@thumbnail-bg:                @body-bg;
+@thumbnail-bg: @body-bg;
 //** Thumbnail border color
-@thumbnail-border:            #ddd;
+@thumbnail-border: #ddd;
 //** Thumbnail border radius
-@thumbnail-border-radius:     @border-radius-base;
+@thumbnail-border-radius: @border-radius-base;
 
 //** Custom text color for thumbnail captions
-@thumbnail-caption-color:     @text-color;
+@thumbnail-caption-color: @text-color;
 //** Padding around the thumbnail caption
-@thumbnail-caption-padding:   9px;
-
+@thumbnail-caption-padding: 9px;
 
 //== Wells
 //
 //##
 
-@well-bg:                     #f5f5f5;
-@well-border:                 darken(@well-bg, 7%);
-
+@well-bg: #f5f5f5;
+@well-border: darken(@well-bg, 7%);
 
 //== Badges
 //
 //##
 
-@badge-color:                 #fff;
+@badge-color: #fff;
 //** Linked badge text color on hover
-@badge-link-hover-color:      #fff;
-@badge-bg:                    @gray-light;
+@badge-link-hover-color: #fff;
+@badge-bg: @gray-light;
 
 //** Badge text color in active nav link
-@badge-active-color:          @link-color;
+@badge-active-color: @link-color;
 //** Badge background color in active nav link
-@badge-active-bg:             #fff;
-
-@badge-font-weight:           bold;
-@badge-line-height:           1;
-@badge-border-radius:         10px;
+@badge-active-bg: #fff;
 
+@badge-font-weight: bold;
+@badge-line-height: 1;
+@badge-border-radius: 10px;
 
 //== Breadcrumbs
 //
 //##
 
-@breadcrumb-padding-vertical:   8px;
+@breadcrumb-padding-vertical: 8px;
 @breadcrumb-padding-horizontal: 15px;
 //** Breadcrumb background color
-@breadcrumb-bg:                 #f5f5f5;
+@breadcrumb-bg: #f5f5f5;
 //** Breadcrumb text color
-@breadcrumb-color:              #ccc;
+@breadcrumb-color: #ccc;
 //** Text color of current page in the breadcrumb
-@breadcrumb-active-color:       @gray-light;
+@breadcrumb-active-color: @gray-light;
 //** Textual separator for between breadcrumb elements
-@breadcrumb-separator:          "/";
-
+@breadcrumb-separator: "/";
 
 //== Carousel
 //
 //##
 
-@carousel-text-shadow:                        0 1px 2px rgba(0,0,0,.6);
+@carousel-text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
 
-@carousel-control-color:                      #fff;
-@carousel-control-width:                      15%;
-@carousel-control-opacity:                    .5;
-@carousel-control-font-size:                  20px;
+@carousel-control-color: #fff;
+@carousel-control-width: 15%;
+@carousel-control-opacity: .5;
+@carousel-control-font-size: 20px;
 
-@carousel-indicator-active-bg:                #fff;
-@carousel-indicator-border-color:             #fff;
-
-@carousel-caption-color:                      #fff;
+@carousel-indicator-active-bg: #fff;
+@carousel-indicator-border-color: #fff;
 
+@carousel-caption-color: #fff;
 
 //== Close
 //
 //##
 
-@close-font-weight:           bold;
-@close-color:                 #000;
-@close-text-shadow:           0 1px 0 #fff;
-
+@close-font-weight: bold;
+@close-color: #000;
+@close-text-shadow: 0 1px 0 #fff;
 
 //== Code
 //
 //##
 
-@code-color:                  #c7254e;
-@code-bg:                     #f9f2f4;
+@code-color: #c7254e;
+@code-bg: #f9f2f4;
 
-@kbd-color:                   #fff;
-@kbd-bg:                      #333;
-
-@pre-bg:                      #f5f5f5;
-@pre-color:                   @gray-dark;
-@pre-border-color:            #ccc;
-@pre-scrollable-max-height:   340px;
+@kbd-color: #fff;
+@kbd-bg: #333;
 
+@pre-bg: #f5f5f5;
+@pre-color: @gray-dark;
+@pre-border-color: #ccc;
+@pre-scrollable-max-height: 340px;
 
 //== Type
 //
@@ -842,20 +822,20 @@
 //** Horizontal offset for forms and lists.
 @component-offset-horizontal: 180px;
 //** Text muted color
-@text-muted:                  @gray-light;
+@text-muted: @gray-light;
 //** Abbreviations and acronyms border color
-@abbr-border-color:           @gray-light;
+@abbr-border-color: @gray-light;
 //** Headings small color
-@headings-small-color:        @gray-light;
+@headings-small-color: @gray-light;
 //** Blockquote small color
-@blockquote-small-color:      @gray-light;
+@blockquote-small-color: @gray-light;
 //** Blockquote font size
-@blockquote-font-size:        (@font-size-base * 1.25);
+@blockquote-font-size: (@font-size-base * 1.25);
 //** Blockquote border color
-@blockquote-border-color:     @gray-lighter;
+@blockquote-border-color: @gray-lighter;
 //** Page header border color
-@page-header-border-color:    @gray-lighter;
+@page-header-border-color: @gray-lighter;
 //** Width of horizontal description list titles
-@dl-horizontal-offset:        @component-offset-horizontal;
+@dl-horizontal-offset: @component-offset-horizontal;
 //** Horizontal line color.
-@hr-border:                   @gray-lighter;
+@hr-border: @gray-lighter;
diff --git a/build/less/404_500_errors.less b/build/less/404_500_errors.less
index 13adae8e1..f7fadcf54 100644
--- a/build/less/404_500_errors.less
+++ b/build/less/404_500_errors.less
@@ -27,7 +27,7 @@
     > h3 {
       font-weight: 300;
       font-size: 25px;
-      @media(max-width: @screen-sm-max) {
+      @media (max-width: @screen-sm-max) {
         text-align: center;
       }
     }
diff --git a/build/less/AdminLTE.less b/build/less/AdminLTE.less
index 7ae24df65..a5666c9ba 100644
--- a/build/less/AdminLTE.less
+++ b/build/less/AdminLTE.less
@@ -5,22 +5,18 @@
  *   License: Open source - MIT
  *           Please visit http://opensource.org/licenses/MIT for more information
 !*/
-
 //google fonts
 @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
-
 //Bootstrap Variables & Mixins
 //The core bootstrap code have not been modified. These files
 //are included only for reference.
 @import (reference) "../bootstrap-less/mixins.less";
 @import (reference) "../bootstrap-less/variables.less";
-
 //MISC
 //----
 @import "core.less";
 @import "variables.less";
 @import "mixins.less";
-
 //COMPONENTS
 //-----------
 @import "header.less";
@@ -46,7 +42,6 @@
 @import "carousel.less";
 @import "modal.less";
 @import "social-widgets.less";
-
 //PAGES
 //------
 @import "mailbox.less";
@@ -55,13 +50,11 @@
 @import "404_500_errors.less";
 @import "invoice.less";
 @import "profile";
-
 //Plugins
 //--------
 @import "bootstrap-social.less";
 @import "fullcalendar.less";
 @import "select2.less";
-
 //Miscellaneous
 //-------------
 @import "miscellaneous.less";
diff --git a/build/less/alerts.less b/build/less/alerts.less
index 88eceeb43..dc15cb63a 100644
--- a/build/less/alerts.less
+++ b/build/less/alerts.less
@@ -29,15 +29,18 @@
   &:extend(.bg-green);
   border-color: darken(@green, 5%);
 }
+
 .alert-danger,
 .alert-error {
   &:extend(.bg-red);
   border-color: darken(@red, 5%);
 }
+
 .alert-warning {
   &:extend(.bg-yellow);
   border-color: darken(@yellow, 5%);
 }
+
 .alert-info {
   &:extend(.bg-aqua);
   border-color: darken(@aqua, 5%);
diff --git a/build/less/bootstrap-social.less b/build/less/bootstrap-social.less
index 78cf2dce4..93cfabd85 100644
--- a/build/less/bootstrap-social.less
+++ b/build/less/bootstrap-social.less
@@ -8,9 +8,9 @@
  */
 
 @bs-height-base: (@line-height-computed + @padding-base-vertical * 2);
-@bs-height-lg:   (floor(@font-size-large * @line-height-base) + @padding-large-vertical * 2);
-@bs-height-sm:   (floor(@font-size-small * 1.5) + @padding-small-vertical * 2);
-@bs-height-xs:   (floor(@font-size-small * 1.2) + @padding-small-vertical + 1);
+@bs-height-lg: (floor(@font-size-large * @line-height-base) + @padding-large-vertical * 2);
+@bs-height-sm: (floor(@font-size-small * 1.5) + @padding-small-vertical * 2);
+@bs-height-xs: (floor(@font-size-small * 1.2) + @padding-small-vertical + 1);
 
 .btn-social {
   position: relative;
@@ -88,27 +88,85 @@
 
 .btn-social(@color-bg, @color: #fff) {
   background-color: @color-bg;
-  .button-variant(@color, @color-bg, rgba(0,0,0,.2));
+  .button-variant(@color, @color-bg, rgba(0, 0, 0, .2));
 }
 
+.btn-adn {
+  .btn-social(#d87a68);
+}
 
-.btn-adn           { .btn-social(#d87a68); }
-.btn-bitbucket     { .btn-social(#205081); }
-.btn-dropbox       { .btn-social(#1087dd); }
-.btn-facebook      { .btn-social(#3b5998); }
-.btn-flickr        { .btn-social(#ff0084); }
-.btn-foursquare    { .btn-social(#f94877); }
-.btn-github        { .btn-social(#444444); }
-.btn-google        { .btn-social(#dd4b39); }
-.btn-instagram     { .btn-social(#3f729b); }
-.btn-linkedin      { .btn-social(#007bb6); }
-.btn-microsoft     { .btn-social(#2672ec); }
-.btn-openid        { .btn-social(#f7931e); }
-.btn-pinterest     { .btn-social(#cb2027); }
-.btn-reddit        { .btn-social(#eff7ff, #000); }
-.btn-soundcloud    { .btn-social(#ff5500); }
-.btn-tumblr        { .btn-social(#2c4762); }
-.btn-twitter       { .btn-social(#55acee); }
-.btn-vimeo         { .btn-social(#1ab7ea); }
-.btn-vk            { .btn-social(#587ea3); }
-.btn-yahoo         { .btn-social(#720e9e); }
+.btn-bitbucket {
+  .btn-social(#205081);
+}
+
+.btn-dropbox {
+  .btn-social(#1087dd);
+}
+
+.btn-facebook {
+  .btn-social(#3b5998);
+}
+
+.btn-flickr {
+  .btn-social(#ff0084);
+}
+
+.btn-foursquare {
+  .btn-social(#f94877);
+}
+
+.btn-github {
+  .btn-social(#444444);
+}
+
+.btn-google {
+  .btn-social(#dd4b39);
+}
+
+.btn-instagram {
+  .btn-social(#3f729b);
+}
+
+.btn-linkedin {
+  .btn-social(#007bb6);
+}
+
+.btn-microsoft {
+  .btn-social(#2672ec);
+}
+
+.btn-openid {
+  .btn-social(#f7931e);
+}
+
+.btn-pinterest {
+  .btn-social(#cb2027);
+}
+
+.btn-reddit {
+  .btn-social(#eff7ff, #000);
+}
+
+.btn-soundcloud {
+  .btn-social(#ff5500);
+}
+
+.btn-tumblr {
+  .btn-social(#2c4762);
+}
+
+.btn-twitter {
+  .btn-social(#55acee);
+}
+
+.btn-vimeo {
+  .btn-social(#1ab7ea);
+}
+
+.btn-vk {
+  .btn-social(#587ea3);
+}
+
+.btn-yahoo {
+  .btn-social(#720e9e);
+}
diff --git a/build/less/boxes.less b/build/less/boxes.less
index 98a4e96b3..c92ef3bab 100644
--- a/build/less/boxes.less
+++ b/build/less/boxes.less
@@ -77,7 +77,7 @@
       .btn,
       a {
         &:hover {
-          background: rgba(0,0,0,0.1);
+          background: rgba(0, 0, 0, 0.1);
         }
       }
     }
@@ -123,7 +123,6 @@
     }
   }
 
-
   // jQuery Knob in a box
   .knob-label {
     text-align: center;
@@ -274,6 +273,7 @@
   padding: @box-padding;
   background-color: @box-footer-bg;
 }
+
 .chart-legend {
   &:extend(.list-unstyled);
   margin: 10px 0;
@@ -340,7 +340,7 @@
       margin-bottom: 0;
     }
 
-    > input[type='checkbox']  {
+    > input[type='checkbox'] {
       margin: 0 10px 0 5px;
     }
 
@@ -380,7 +380,7 @@
       }
 
       .label {
-        background: @gray!important;
+        background: @gray !important;
       }
     }
   }
@@ -409,6 +409,7 @@
   }
 
 }
+
 // END TODO WIDGET
 
 /* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
@@ -467,6 +468,7 @@
   }
 
 }
+
 //END CHAT WIDGET
 
 //Input in box
diff --git a/build/less/buttons.less b/build/less/buttons.less
index 0d66b1b50..7a0aaa69e 100644
--- a/build/less/buttons.less
+++ b/build/less/buttons.less
@@ -23,9 +23,9 @@
 
   // Active state
   &:active {
-    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
-    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
-    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
+    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
+    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
+    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
   }
 
   &:focus {
@@ -59,11 +59,12 @@
   color: #444;
   border-color: #ddd;
   &:hover,
-    &:active,
-    &.hover {
-    background-color:darken(#f4f4f4, 5%);
+  &:active,
+  &.hover {
+    background-color: darken(#f4f4f4, 5%);
   }
 }
+
 .btn-primary {
   background-color: @light-blue;
   border-color: darken(@light-blue, 5%);
@@ -71,6 +72,7 @@
     background-color: darken(@light-blue, 5%);
   }
 }
+
 .btn-success {
   background-color: @green;
   border-color: darken(@green, 5%);
@@ -78,6 +80,7 @@
     background-color: darken(@green, 5%);
   }
 }
+
 .btn-info {
   background-color: @aqua;
   border-color: darken(@aqua, 5%);
@@ -85,6 +88,7 @@
     background-color: darken(@aqua, 5%);
   }
 }
+
 .btn-danger {
   background-color: @red;
   border-color: darken(@red, 5%);
@@ -92,6 +96,7 @@
     background-color: darken(@red, 5%);
   }
 }
+
 .btn-warning {
   background-color: @yellow;
   border-color: darken(@yellow, 5%);
@@ -99,24 +104,28 @@
     background-color: darken(@yellow, 5%);
   }
 }
+
 .btn-outline {
   border: 1px solid #fff;
   background: transparent;
   color: #fff;
   &:hover,
-    &:focus,
-    &:active {
-    color: rgba(255,255,255,.7);
-    border-color: rgba(255,255,255,.7);
+  &:focus,
+  &:active {
+    color: rgba(255, 255, 255, .7);
+    border-color: rgba(255, 255, 255, .7);
   }
 }
+
 .btn-link {
   .box-shadow(none);
 }
+
 //General .btn with bg class
 .btn[class*='bg-']:hover {
-  .box-shadow(inset 0 0 100px rgba(0,0,0,0.2));
+  .box-shadow(inset 0 0 100px rgba(0, 0, 0, 0.2));
 }
+
 // Application buttons
 .btn-app {
   .border-radius(3px);
@@ -143,9 +152,9 @@
   }
 
   &:active, &:focus {
-    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
-    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
-    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
+    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
+    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
+    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
   }
 
   //The badge
diff --git a/build/less/control-sidebar.less b/build/less/control-sidebar.less
index 20c75377c..fbb6d1f39 100644
--- a/build/less/control-sidebar.less
+++ b/build/less/control-sidebar.less
@@ -8,6 +8,7 @@
   z-index: 1000;
   bottom: 0;
 }
+
 //Transitions
 .control-sidebar-bg,
 .control-sidebar {
@@ -16,6 +17,7 @@
   width: @control-sidebar-width;
   .transition(right @transition-speed ease-in-out);
 }
+
 //The sidebar
 .control-sidebar {
   position: absolute;
@@ -37,13 +39,14 @@
     }
   }
 }
+
 //Open without slide over content
 .control-sidebar-open {
   .control-sidebar-bg,
   .control-sidebar {
     right: 0;
   }
-  @media(min-width: @screen-sm) {
+  @media (min-width: @screen-sm) {
     .content-wrapper,
     .right-side,
     .main-footer {
@@ -51,13 +54,14 @@
     }
   }
 }
+
 //Control sidebar tabs
 .nav-tabs.control-sidebar-tabs {
   > li {
     &:first-of-type > a {
       &,
       &:hover,
-        &:focus {
+      &:focus {
         border-left-width: 0;
       }
     }
@@ -81,8 +85,8 @@
       > a {
         &,
         &:hover,
-          &:focus,
-          &:active {
+        &:focus,
+        &:active {
           border-top: none;
           border-right: none;
           border-bottom: none;
@@ -91,13 +95,14 @@
     }
   }
   //Remove responsiveness on small screens
-  @media(max-width: @screen-sm) {
+  @media (max-width: @screen-sm) {
     display: table;
-    >li {
+    > li {
       display: table-cell;
     }
   }
 }
+
 //Headings in the sidebar content
 .control-sidebar-heading {
   font-weight: 400;
@@ -105,12 +110,14 @@
   padding: 10px 0;
   margin-bottom: 10px;
 }
+
 //Subheadings
 .control-sidebar-subheading {
   display: block;
   font-weight: 400;
   font-size: 14px;
 }
+
 //Control Sidebar Menu
 .control-sidebar-menu {
   list-style: none;
@@ -147,6 +154,7 @@
     margin: 0;
   }
 }
+
 //Dark skin
 .control-sidebar-dark {
   color: @sidebar-dark-color;
@@ -165,13 +173,13 @@
         //Hover and active states
         &,
         &:hover,
-          &:focus {
+        &:focus {
           border-left-color: darken(@sidebar-dark-bg, 7%);
           border-bottom-color: darken(@sidebar-dark-bg, 7%);
         }
         &:hover,
-          &:focus,
-          &:active {
+        &:focus,
+        &:active {
           background: darken(@sidebar-dark-bg, 3%);
         }
         &:hover {
@@ -183,8 +191,8 @@
         > a {
           &,
           &:hover,
-            &:focus,
-            &:active {
+          &:focus,
+          &:active {
             background: @sidebar-dark-bg;
             color: #fff;
           }
@@ -213,6 +221,7 @@
     }
   }
 }
+
 //Light skin
 .control-sidebar-light {
   color: lighten(@sidebar-light-color, 10%);
@@ -232,13 +241,13 @@
         //Hover and active states
         &,
         &:hover,
-          &:focus {
+        &:focus {
           border-left-color: @gray;
           border-bottom-color: @gray;
         }
         &:hover,
-          &:focus,
-          &:active {
+        &:focus,
+        &:active {
           background: darken(@sidebar-light-bg, 3%);
         }
       }
@@ -247,8 +256,8 @@
         > a {
           &,
           &:hover,
-            &:focus,
-            &:active {
+          &:focus,
+          &:active {
             background: @sidebar-light-bg;
             color: #111;
           }
diff --git a/build/less/core.less b/build/less/core.less
index 431c4e1ee..d884b3935 100644
--- a/build/less/core.less
+++ b/build/less/core.less
@@ -29,7 +29,7 @@ body {
     max-width: 1250px;
     margin: 0 auto;
     min-height: 100%;
-    box-shadow: 0 0 8px rgba(0,0,0,0.5);
+    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
     position: relative;
   }
 }
@@ -47,7 +47,7 @@ body {
 .main-footer {
   //Using disposable variable to join statements with a comma
   @transition-rule: @transition-speed @transition-fn,
-    margin @transition-speed @transition-fn;
+  margin @transition-speed @transition-fn;
   .transition-transform(@transition-rule);
   margin-left: @sidebar-width;
   z-index: 820;
@@ -78,6 +78,7 @@ body {
   background-color: @body-bg;
   z-index: 800;
 }
+
 .main-footer {
   background: #fff;
   padding: 15px;
@@ -112,16 +113,16 @@ body {
 }
 
 body.hold-transition {
-    .content-wrapper,
-    .right-side,
-    .main-footer,
-    .main-sidebar,
-    .left-side,
-    .main-header > .navbar,
-    .main-header .logo {
-      /* Fix for IE */
-      .transition(none);
-    }
+  .content-wrapper,
+  .right-side,
+  .main-footer,
+  .main-sidebar,
+  .left-side,
+  .main-header > .navbar,
+  .main-header .logo {
+    /* Fix for IE */
+    .transition(none);
+  }
 }
 
 /* Content */
@@ -146,10 +147,12 @@ h6,
 .h6 {
   font-family: 'Source Sans Pro', sans-serif;
 }
+
 /* General Links */
 a {
   color: @link-color;
 }
+
 a:hover,
 a:active,
 a:focus {
diff --git a/build/less/direct-chat.less b/build/less/direct-chat.less
index bbcf37cf5..f35c07dd1 100644
--- a/build/less/direct-chat.less
+++ b/build/less/direct-chat.less
@@ -15,24 +15,29 @@
     }
   }
 }
+
 .direct-chat-messages {
   .translate(0, 0);
   padding: 10px;
   height: 250px;
   overflow: auto;
 }
+
 .direct-chat-msg,
 .direct-chat-text {
   display: block;
 }
+
 .direct-chat-msg {
   .clearfix();
   margin-bottom: 10px;
 }
+
 .direct-chat-messages,
 .direct-chat-contacts {
   .transition-transform(.5s ease-in-out);
 }
+
 .direct-chat-text {
   .border-radius(5px);
   position: relative;
@@ -44,7 +49,7 @@
 
   //Create the arrow
   &:after,
-    &:before {
+  &:before {
     position: absolute;
     right: 100%;
     top: 15px;
@@ -68,7 +73,7 @@
     margin-right: 50px;
     margin-left: 0;
     &:after,
-      &:before {
+    &:before {
       right: auto;
       left: 100%;
       border-right-color: transparent;
@@ -76,6 +81,7 @@
     }
   }
 }
+
 .direct-chat-img {
   .border-radius(50%);
   float: left;
@@ -85,23 +91,28 @@
     float: right;
   }
 }
+
 .direct-chat-info {
   display: block;
   margin-bottom: 2px;
   font-size: 12px;
 }
+
 .direct-chat-name {
   font-weight: 600;
 }
+
 .direct-chat-timestamp {
   color: #999;
 }
+
 //Direct chat contacts pane
 .direct-chat-contacts-open {
   .direct-chat-contacts {
     .translate(0, 0);
   }
 }
+
 .direct-chat-contacts {
   .translate(101%, 0);
   position: absolute;
@@ -119,7 +130,7 @@
   &:extend(.list-unstyled);
   > li {
     .clearfix();
-    border-bottom: 1px solid rgba(0,0,0,0.2);
+    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
     padding: 10px;
     margin: 0;
     &:last-of-type {
@@ -127,29 +138,36 @@
     }
   }
 }
+
 .contacts-list-img {
   .border-radius(50%);
   width: 40px;
   float: left;
 }
+
 .contacts-list-info {
   margin-left: 45px;
   color: #fff;
 }
+
 .contacts-list-name,
 .contacts-list-status {
   display: block;
 }
+
 .contacts-list-name {
   font-weight: 600;
 }
+
 .contacts-list-status {
   font-size: 12px;
 }
+
 .contacts-list-date {
   color: #aaa;
   font-weight: normal;
 }
+
 .contacts-list-msg {
   color: #999;
 }
@@ -158,15 +176,19 @@
 .direct-chat-danger {
   .direct-chat-variant(@red);
 }
+
 .direct-chat-primary {
   .direct-chat-variant(@light-blue);
 }
+
 .direct-chat-warning {
   .direct-chat-variant(@yellow);
 }
+
 .direct-chat-info {
   .direct-chat-variant(@aqua);
 }
+
 .direct-chat-success {
   .direct-chat-variant(@green);
 }
diff --git a/build/less/dropdown.less b/build/less/dropdown.less
index 2b4ee97e0..6c0e212dc 100644
--- a/build/less/dropdown.less
+++ b/build/less/dropdown.less
@@ -12,7 +12,7 @@
   }
   > li > a > .glyphicon,
   > li > a > .fa,
-  > li > a > .ion{
+  > li > a > .ion {
     margin-right: 10px;
   }
   > li > a:hover {
@@ -49,7 +49,6 @@
     font-size: 14px;
   }
 
-
   //Define footer class
   > .dropdown-menu > li.footer > a {
     .border-radius(0; 0; 4px; 4px);
@@ -57,10 +56,10 @@
     background-color: #fff;
     padding: 7px 10px;
     border-bottom: 1px solid #eeeeee;
-    color: #444!important;
+    color: #444 !important;
     @media (max-width: @screen-sm-max) {
-      background: #fff!important;
-      color: #444!important;
+      background: #fff !important;
+      color: #444 !important;
     }
     text-align: center;
     //Hover state
@@ -154,6 +153,7 @@
 
   }
 }
+
 //Tasks menu
 .navbar-nav > .tasks-menu {
   > .dropdown-menu > li .menu {
@@ -174,6 +174,7 @@
     }
   }
 }
+
 //User menu
 .navbar-nav > .user-menu {
   > .dropdown-menu {
@@ -267,6 +268,7 @@
   .animation(flipInX .7s both);
 
 }
+
 @keyframes flipInX {
   0% {
     transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
@@ -292,6 +294,7 @@
     transform: perspective(400px);
   }
 }
+
 @-webkit-keyframes flipInX {
   0% {
     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
@@ -329,6 +332,7 @@
     }
   }
 }
+
 @media (max-width: @screen-sm-max) {
   .navbar-custom-menu > .navbar-nav {
     float: right;
diff --git a/build/less/forms.less b/build/less/forms.less
index cdb30d131..df846401d 100644
--- a/build/less/forms.less
+++ b/build/less/forms.less
@@ -64,6 +64,7 @@
     background-color: #fff;
   }
 }
+
 /* button groups */
 .btn-group-vertical {
   .btn {
@@ -79,7 +80,7 @@
 
 /* support Font Awesome icons in form-control */
 .form-control-feedback.fa {
-    line-height: @input-height-base;
+  line-height: @input-height-base;
 }
 
 .input-lg + .form-control-feedback.fa,
@@ -87,6 +88,7 @@
 .form-group-lg .form-control + .form-control-feedback.fa {
   line-height: @input-height-large;
 }
+
 .input-sm + .form-control-feedback.fa,
 .input-group-sm + .form-control-feedback.fa,
 .form-group-sm .form-control + .form-control-feedback.fa {
diff --git a/build/less/fullcalendar.less b/build/less/fullcalendar.less
index 73a1ddc25..f0285145f 100644
--- a/build/less/fullcalendar.less
+++ b/build/less/fullcalendar.less
@@ -10,11 +10,12 @@
   border-color: #ddd;
   border-bottom-color: #ddd;
   &:hover,
-    &:active,
-    &.hover {
+  &:active,
+  &.hover {
     background-color: #e9e9e9;
   }
 }
+
 // Calendar title
 .fc-header-title h2 {
   font-size: 15px;
@@ -22,38 +23,47 @@
   color: #666;
   margin-left: 10px;
 }
+
 .fc-header-right {
   padding-right: 10px;
 }
+
 .fc-header-left {
   padding-left: 10px;
 }
+
 // Calendar table header cells
 .fc-widget-header {
   background: #fafafa;
 }
+
 .fc-grid {
   width: 100%;
   border: 0;
 }
+
 .fc-widget-header:first-of-type,
 .fc-widget-content:first-of-type {
   border-left: 0;
   border-right: 0;
 }
+
 .fc-widget-header:last-of-type,
 .fc-widget-content:last-of-type {
   border-right: 0;
 }
+
 .fc-toolbar {
   padding: @box-padding;
   margin: 0;
 }
+
 .fc-day-number {
   font-size: 20px;
   font-weight: 300;
   padding-right: 10px;
 }
+
 .fc-color-picker {
   list-style: none;
   margin: 0;
@@ -71,9 +81,11 @@
     }
   }
 }
+
 #add-new-event {
   .transition(all linear .3s);
 }
+
 .external-event {
   padding: 5px 10px;
   font-weight: bold;
@@ -83,6 +95,6 @@
   border-radius: @box-border-radius;
   cursor: move;
   &:hover {
-    box-shadow: inset 0 0 90px rgba(0,0,0,0.2);
+    box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
   }
 }
diff --git a/build/less/header.less b/build/less/header.less
index 1727efb91..8c16089f6 100644
--- a/build/less/header.less
+++ b/build/less/header.less
@@ -21,12 +21,12 @@
   }
   //Navbar search text input
   #navbar-search-input.form-control {
-    background: rgba(255,255,255,.2);
+    background: rgba(255, 255, 255, .2);
     border-color: transparent;
     &:focus,
-      &:active {
-      border-color: rgba(0,0,0,.1);
-      background: rgba(255,255,255,.9);
+    &:active {
+      border-color: rgba(0, 0, 0, .1);
+      background: rgba(255, 255, 255, .9);
     }
     &::-moz-placeholder {
       color: #ccc;
@@ -44,7 +44,7 @@
   .navbar-right {
     float: right;
     @media (max-width: @screen-sm-max) {
-       a {
+      a {
         color: inherit;
         background: transparent;
       }
@@ -56,6 +56,7 @@
       .navbar-collapse & {
         margin: 7.5px -15px;
       }
+
       > li {
         color: inherit;
         border: 0;
@@ -189,17 +190,20 @@
     }
   }
 }
+
 .navbar-toggle {
   color: #fff;
   border: 0;
   margin: 0;
   padding: @navbar-padding-vertical @navbar-padding-horizontal;
 }
+
 //Control navbar scaffolding on x-small screens
 @media (max-width: @screen-sm-max) {
   .navbar-custom-menu .navbar-nav > li {
     float: left;
   }
+
   //Dont't let links get full width
   .navbar-custom-menu .navbar-nav {
     margin: 0;
@@ -232,8 +236,8 @@
 }
 
 .navbar-collapse.pull-left {
-  @media(max-width: @screen-sm-max) {
-    float: none!important;
+  @media (max-width: @screen-sm-max) {
+    float: none !important;
     + .navbar-custom-menu {
       display: block;
       position: absolute;
diff --git a/build/less/info-box.less b/build/less/info-box.less
index 0abfd3d98..f8df3a8bf 100644
--- a/build/less/info-box.less
+++ b/build/less/info-box.less
@@ -14,7 +14,7 @@
     font-size: 14px;
   }
   .progress {
-    background: rgba(0,0,0,.2);
+    background: rgba(0, 0, 0, .2);
     margin: 5px -10px 5px -10px;
     height: 2px;
     &,
@@ -26,6 +26,7 @@
     }
   }
 }
+
 .info-box-icon {
   .border-radius(2px; 0; 2px; 0);
   display: block;
@@ -35,20 +36,23 @@
   text-align: center;
   font-size: 45px;
   line-height: 90px;
-  background: rgba(0,0,0,0.2);
+  background: rgba(0, 0, 0, 0.2);
   > img {
     max-width: 100%;
   }
 }
+
 .info-box-content {
   padding: 5px 10px;
   margin-left: 90px;
 }
+
 .info-box-number {
   display: block;
   font-weight: bold;
   font-size: 18px;
 }
+
 .progress-description,
 .info-box-text {
   display: block;
@@ -57,9 +61,11 @@
   overflow: hidden;
   text-overflow: ellipsis;
 }
+
 .info-box-text {
   text-transform: uppercase;
 }
+
 .info-box-more {
   display: block;
 }
diff --git a/build/less/labels.less b/build/less/labels.less
index b21bc9b1f..902ca0030 100644
--- a/build/less/labels.less
+++ b/build/less/labels.less
@@ -6,18 +6,23 @@
   background-color: @gray;
   color: #444;
 }
+
 .label-danger {
   &:extend(.bg-red);
 }
+
 .label-info {
   &:extend(.bg-aqua);
 }
+
 .label-warning {
   &:extend(.bg-yellow);
 }
+
 .label-primary {
   &:extend(.bg-light-blue);
 }
+
 .label-success {
   &:extend(.bg-green);
 }
diff --git a/build/less/lockscreen.less b/build/less/lockscreen.less
index a0acb892a..df52e3bad 100644
--- a/build/less/lockscreen.less
+++ b/build/less/lockscreen.less
@@ -6,6 +6,7 @@
 .lockscreen {
   background: @gray;
 }
+
 .lockscreen-logo {
   font-size: 35px;
   text-align: center;
@@ -15,16 +16,19 @@
     color: #444;
   }
 }
+
 .lockscreen-wrapper {
   max-width: 400px;
   margin: 0 auto;
   margin-top: 10%;
 }
+
 /* User name [optional] */
 .lockscreen .lockscreen-name {
   text-align: center;
   font-weight: 600;
 }
+
 /* Will contain the image and the sign in form */
 .lockscreen-item {
   .border-radius(4px);
@@ -34,6 +38,7 @@
   margin: 10px auto 30px auto;
   width: 290px;
 }
+
 /* User image */
 .lockscreen-image {
   .border-radius(50%);
diff --git a/build/less/login_and_register.less b/build/less/login_and_register.less
index ea6c0b82f..453043f0f 100644
--- a/build/less/login_and_register.less
+++ b/build/less/login_and_register.less
@@ -39,12 +39,14 @@
     color: #777;
   }
 }
+
 .login-box-msg,
 .register-box-msg {
   margin: 0;
   text-align: center;
   padding: 0 20px 20px 20px;
 }
+
 .social-auth-links {
   margin: 10px 0;
 }
diff --git a/build/less/mailbox.less b/build/less/mailbox.less
index 7575301ee..8e7a429f5 100644
--- a/build/less/mailbox.less
+++ b/build/less/mailbox.less
@@ -7,12 +7,14 @@
     margin: 0;
   }
 }
+
 .mailbox-controls {
   padding: 5px;
   &.with-border {
     border-bottom: 1px solid @box-border-color;
   }
 }
+
 .mailbox-read-info {
   border-bottom: 1px solid @box-border-color;
   padding: 10px;
@@ -25,13 +27,16 @@
     padding: 5px 0 0 0;
   }
 }
+
 .mailbox-read-time {
   color: #999;
   font-size: 13px;
 }
+
 .mailbox-read-message {
   padding: 10px;
 }
+
 .mailbox-attachments {
   &:extend(.list-unstyled);
   li {
@@ -42,23 +47,28 @@
     margin-right: 10px;
   }
 }
+
 .mailbox-attachment-name {
   font-weight: bold;
   color: #666;
 }
+
 .mailbox-attachment-icon,
 .mailbox-attachment-info,
 .mailbox-attachment-size {
   display: block;
 }
+
 .mailbox-attachment-info {
   padding: 10px;
   background: #f4f4f4;
 }
+
 .mailbox-attachment-size {
   color: #999;
   font-size: 12px;
 }
+
 .mailbox-attachment-icon {
   text-align: center;
   font-size: 65px;
@@ -72,6 +82,7 @@
     }
   }
 }
+
 .mailbox-attachment-close {
   &:extend(.close);
 }
diff --git a/build/less/miscellaneous.less b/build/less/miscellaneous.less
index 7c264f95c..04f0f2d68 100644
--- a/build/less/miscellaneous.less
+++ b/build/less/miscellaneous.less
@@ -6,18 +6,23 @@
 .pad {
   padding: 10px;
 }
+
 .margin {
   margin: 10px;
 }
+
 .margin-bottom {
   margin-bottom: 20px;
 }
+
 .margin-bottom-none {
   margin-bottom: 0;
 }
+
 .margin-r-5 {
   margin-right: 5px;
 }
+
 // Display inline
 .inline {
   display: inline;
@@ -53,7 +58,7 @@
 .bg-teal,
 .bg-olive,
 .bg-lime,
-.bg-orange ,
+.bg-orange,
 .bg-fuchsia,
 .bg-purple,
 .bg-maroon,
@@ -75,55 +80,72 @@
 .bg-black-active {
   color: #fff !important;
 }
+
 .bg-gray {
   color: #000;
-  background-color: @gray!important;
+  background-color: @gray !important;
 }
+
 .bg-gray-light {
   background-color: #f7f7f7;
 }
+
 .bg-black {
-  background-color: @black!important;
+  background-color: @black !important;
 }
+
 .bg-red {
   background-color: @red !important;
 }
+
 .bg-yellow {
   background-color: @yellow !important;
 }
+
 .bg-aqua {
   background-color: @aqua !important;
 }
+
 .bg-blue {
   background-color: @blue !important;
 }
+
 .bg-light-blue {
   background-color: @light-blue !important;
 }
+
 .bg-green {
   background-color: @green !important;
 }
+
 .bg-navy {
   background-color: @navy !important;
 }
+
 .bg-teal {
   background-color: @teal !important;
 }
+
 .bg-olive {
   background-color: @olive !important;
 }
+
 .bg-lime {
   background-color: @lime !important;
 }
+
 .bg-orange {
   background-color: @orange !important;
 }
+
 .bg-fuchsia {
   background-color: @fuchsia !important;
 }
+
 .bg-purple {
   background-color: @purple !important;
 }
+
 .bg-maroon {
   background-color: @maroon !important;
 }
@@ -131,52 +153,67 @@
 //Set of Active Background Colors
 .bg-gray-active {
   color: #000;
-  background-color: darken(@gray,10%)!important;
+  background-color: darken(@gray, 10%) !important;
 }
+
 .bg-black-active {
-  background-color: darken(@black, 10%)!important;
+  background-color: darken(@black, 10%) !important;
 }
+
 .bg-red-active {
-  background-color: darken(@red , 6%)!important;
+  background-color: darken(@red , 6%) !important;
 }
+
 .bg-yellow-active {
-  background-color: darken(@yellow , 6%)!important;
+  background-color: darken(@yellow , 6%) !important;
 }
+
 .bg-aqua-active {
-  background-color: darken(@aqua , 6%)!important;
+  background-color: darken(@aqua , 6%) !important;
 }
+
 .bg-blue-active {
-  background-color: darken(@blue , 10%)!important;
+  background-color: darken(@blue , 10%) !important;
 }
+
 .bg-light-blue-active {
-  background-color: darken(@light-blue , 6%)!important;
+  background-color: darken(@light-blue , 6%) !important;
 }
+
 .bg-green-active {
-  background-color: darken(@green , 5%)!important;
+  background-color: darken(@green , 5%) !important;
 }
+
 .bg-navy-active {
-  background-color: darken(@navy , 2%)!important;
+  background-color: darken(@navy , 2%) !important;
 }
+
 .bg-teal-active {
-  background-color: darken(@teal , 5%)!important;
+  background-color: darken(@teal , 5%) !important;
 }
+
 .bg-olive-active {
-  background-color: darken(@olive , 5%)!important;
+  background-color: darken(@olive , 5%) !important;
 }
+
 .bg-lime-active {
-  background-color: darken(@lime , 5%)!important;
+  background-color: darken(@lime , 5%) !important;
 }
+
 .bg-orange-active {
-  background-color: darken(@orange , 5%)!important;
+  background-color: darken(@orange , 5%) !important;
 }
+
 .bg-fuchsia-active {
-  background-color: darken(@fuchsia , 5%)!important;
+  background-color: darken(@fuchsia , 5%) !important;
 }
+
 .bg-purple-active {
-  background-color: darken(@purple , 5%)!important;
+  background-color: darken(@purple , 5%) !important;
 }
+
 .bg-maroon-active {
-  background-color: darken(@maroon , 3%)!important;
+  background-color: darken(@maroon , 3%) !important;
 }
 
 //Disabled!
@@ -188,62 +225,79 @@
 .text-red {
   color: @red !important;
 }
+
 .text-yellow {
   color: @yellow !important;
 }
+
 .text-aqua {
   color: @aqua !important;
 }
+
 .text-blue {
   color: @blue !important;
 }
+
 .text-black {
-  color: @black!important;
+  color: @black !important;
 }
+
 .text-light-blue {
   color: @light-blue !important;
 }
+
 .text-green {
   color: @green !important;
 }
+
 .text-gray {
   color: @gray !important;
 }
+
 .text-navy {
   color: @navy !important;
 }
+
 .text-teal {
   color: @teal !important;
 }
+
 .text-olive {
   color: @olive !important;
 }
+
 .text-lime {
   color: @lime !important;
 }
+
 .text-orange {
   color: @orange !important;
 }
+
 .text-fuchsia {
   color: @fuchsia !important;
 }
+
 .text-purple {
   color: @purple !important;
 }
+
 .text-maroon {
   color: @maroon !important;
 }
+
 .link-muted {
   color: darken(@gray, 30%);
   &:hover,
-    &:focus {
+  &:focus {
     color: darken(@gray, 40%);
   }
 }
+
 .link-black {
   color: #666;
   &:hover,
-    &:focus {
+  &:focus {
     color: #999;
   }
 }
@@ -257,10 +311,12 @@
 .no-border {
   border: 0 !important;
 }
+
 // Remove padding
 .no-padding {
   padding: 0 !important;
 }
+
 // Remove margins
 .no-margin {
   margin: 0 !important;
@@ -268,7 +324,7 @@
 
 // Remove box shadow
 .no-shadow {
-  box-shadow: none!important;
+  box-shadow: none !important;
 }
 
 // Unstyled List
@@ -290,7 +346,7 @@
 
 // Remove border radius
 .flat {
-  .border-radius(0)!important;
+  .border-radius(0) !important;
 }
 
 .text-bold {
@@ -298,57 +354,66 @@
     font-weight: 700;
   }
 }
+
 .text-sm {
   font-size: 12px;
 }
 
 // _fix for sparkline tooltip
-.jqstooltip{
-  padding: 5px!important;
-  width:auto!important;
-  height:auto!important;
+.jqstooltip {
+  padding: 5px !important;
+  width: auto !important;
+  height: auto !important;
 }
 
-
 // Gradient Background colors
 .bg-teal-gradient {
-  .gradient(@teal; @teal; lighten(@teal, 16%))!important;
+  .gradient(@teal; @teal; lighten(@teal, 16%)) !important;
   color: #fff;
 }
+
 .bg-light-blue-gradient {
-  .gradient(@light-blue; @light-blue; lighten(@light-blue, 12%))!important;
+  .gradient(@light-blue; @light-blue; lighten(@light-blue, 12%)) !important;
   color: #fff;
 }
+
 .bg-blue-gradient {
-  .gradient(@blue; @blue; lighten(@blue, 7%))!important;
+  .gradient(@blue; @blue; lighten(@blue, 7%)) !important;
   color: #fff;
 }
+
 .bg-aqua-gradient {
-  .gradient(@aqua; @aqua; lighten(@aqua, 7%))!important;
+  .gradient(@aqua; @aqua; lighten(@aqua, 7%)) !important;
   color: #fff;
 }
+
 .bg-yellow-gradient {
-  .gradient(@yellow; @yellow; lighten(@yellow, 16%))!important;
+  .gradient(@yellow; @yellow; lighten(@yellow, 16%)) !important;
   color: #fff;
 }
+
 .bg-purple-gradient {
-  .gradient(@purple; @purple; lighten(@purple, 16%))!important;
+  .gradient(@purple; @purple; lighten(@purple, 16%)) !important;
   color: #fff;
 }
+
 .bg-green-gradient {
-  .gradient(@green; @green; lighten(@green, 7%))!important;
+  .gradient(@green; @green; lighten(@green, 7%)) !important;
   color: #fff;
 }
+
 .bg-red-gradient {
-  .gradient(@red; @red; lighten(@red, 10%))!important;
+  .gradient(@red; @red; lighten(@red, 10%)) !important;
   color: #fff;
 }
+
 .bg-black-gradient {
-  .gradient(@black; @black; lighten(@black, 10%))!important;
+  .gradient(@black; @black; lighten(@black, 10%)) !important;
   color: #fff;
 }
+
 .bg-maroon-gradient {
-  .gradient(@maroon; @maroon; lighten(@maroon, 10%))!important;
+  .gradient(@maroon; @maroon; lighten(@maroon, 10%)) !important;
   color: #fff;
 }
 
@@ -366,7 +431,7 @@
 
 //Make position static
 .position-static {
-  position: static!important;
+  position: static !important;
 }
 
 //List utility classes
@@ -376,11 +441,13 @@
   font-weight: bold;
   color: #666;
 }
+
 .list-seperator {
   height: 1px;
   background: @box-border-color;
   margin: 15px 0 9px 0;
 }
+
 .list-link {
   > a {
     padding: 4px;
@@ -439,13 +506,15 @@
 .img-lg {
   float: left;
 }
+
 .img-sm {
-  width: 30px!important;
-  height: 30px!important;
+  width: 30px !important;
+  height: 30px !important;
   + .img-push {
     margin-left: 40px;
   }
 }
+
 .img-md {
   width: 60px;
   height: 60px;
@@ -453,6 +522,7 @@
     margin-left: 70px;
   }
 }
+
 .img-lg {
   width: 100px;
   height: 100px;
@@ -460,15 +530,18 @@
     margin-left: 110px;
   }
 }
+
 // Image bordered
 .img-bordered {
   border: 3px solid @gray;
   padding: 3px;
 }
+
 .img-bordered-sm {
   border: 2px solid @gray;
   padding: 2px;
 }
+
 //General attachemnt block
 .attachment-block {
   border: 1px solid @box-border-color;
@@ -496,6 +569,7 @@
 .connectedSortable {
   min-height: 100px;
 }
+
 .ui-helper-hidden-accessible {
   border: 0;
   clip: rect(0 0 0 0);
@@ -506,17 +580,20 @@
   position: absolute;
   width: 1px;
 }
+
 .sort-highlight {
   background: #f4f4f4;
   border: 1px dashed #ddd;
   margin-bottom: 10px;
 }
+
 .full-opacity-hover {
   .opacity(.65);
   &:hover {
     .opacity(1);
   }
 }
+
 // Charts
 .chart {
   position: relative;
@@ -524,6 +601,6 @@
   width: 100%;
   svg,
   canvas {
-    width: 100%!important;
+    width: 100% !important;
   }
 }
diff --git a/build/less/mixins.less b/build/less/mixins.less
index ff801d415..b36be56e7 100644
--- a/build/less/mixins.less
+++ b/build/less/mixins.less
@@ -1,7 +1,6 @@
 //AdminLTE mixins
 //===============
 
-
 //Changes the color and the hovering properties of the navbar
 .navbar-variant(@color; @font-color: rgba(255, 255, 255, 0.8); @hover-color: #f6f6f6; @hover-bg: rgba(0, 0, 0, 0.1)) {
   background-color: @color;
@@ -11,12 +10,12 @@
   }
 
   .nav > li > a:hover,
-    .nav > li > a:active,
-    .nav > li > a:focus,
-    .nav .open > a,
-    .nav .open > a:hover,
-    .nav .open > a:focus,
-    .nav > .active > a {
+  .nav > li > a:active,
+  .nav > li > a:focus,
+  .nav .open > a,
+  .nav .open > a:hover,
+  .nav .open > a:focus,
+  .nav > .active > a {
     background: @hover-bg;
     color: @hover-color;
   }
@@ -63,7 +62,7 @@
     border-color: @bg-color;
     color: @color;
     &:after,
-      &:before {
+    &:before {
       border-left-color: @bg-color;
     }
   }
@@ -73,30 +72,42 @@
 .border-radius(@radius) {
   border-radius: @radius;
 }
+
 //Different radius each side
-.border-radius(@top-left; @top-right; @bottom-left; @bottom-right) {
-  border-top-left-radius: @top-left;
-  border-top-right-radius: @top-right;
-  border-bottom-right-radius: @bottom-right;
-  border-bottom-left-radius: @bottom-left;
+.border-radius(@top-left;
+@top-right
+;
+@bottom-left
+;
+@bottom-right
+)
+{
+  border-top-left-radius: @top-left
+;
+  border-top-right-radius: @top-right
+;
+  border-bottom-right-radius: @bottom-right
+;
+  border-bottom-left-radius: @bottom-left
+;
 }
 
 //Gradient background
 .gradient(@color: #F5F5F5, @start: #EEE, @stop: #FFF) {
   background: @color;
   background: -webkit-gradient(linear,
-    left bottom,
-    left top,
-    color-stop(0, @start),
-    color-stop(1, @stop));
+  left bottom,
+  left top,
+  color-stop(0, @start),
+  color-stop(1, @stop));
   background: -ms-linear-gradient(bottom,
-    @start,
-    @stop);
+  @start,
+  @stop);
   background: -moz-linear-gradient(center bottom,
-    @start 0%,
-    @stop 100%);
+  @start 0%,
+  @stop 100%);
   background: -o-linear-gradient(@stop,
-    @start);
+  @start);
   filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@stop,@start));
 }
 
@@ -222,7 +233,7 @@
     }
     //Hover and active states
     &:hover > a,
-      &.active > a {
+    &.active > a {
       color: @sidebar-light-hover-color;
       background: @sidebar-light-hover-bg;
     }
@@ -265,12 +276,12 @@
   //The sidebar search form
   .sidebar-form {
     .border-radius(3px);
-    border: 1px solid @gray;//darken(@sidebar-light-bg, 5%);
+    border: 1px solid @gray; //darken(@sidebar-light-bg, 5%);
     margin: 10px 10px;
     input[type="text"],
     .btn {
       box-shadow: none;
-      background-color: #fff;//darken(@sidebar-light-bg, 3%);
+      background-color: #fff; //darken(@sidebar-light-bg, 3%);
       border: 1px solid transparent;
       height: 35px;
       .transition(all @transition-speed @transition-fn);
@@ -279,7 +290,7 @@
       color: #666;
       .border-radius(2px, 0, 2px, 0);
       &:focus,
-        &:focus + .input-group-btn .btn {
+      &:focus + .input-group-btn .btn {
         background-color: #fff;
         color: #666;
       }
@@ -292,7 +303,7 @@
       .border-radius(0, 2px, 0, 2px);
     }
   }
-  @media(min-width: @screen-sm-min) {
+  @media (min-width: @screen-sm-min) {
     &.sidebar-mini.sidebar-collapse {
       .sidebar-menu > li > .treeview-menu {
         border-left: 1px solid @gray;
diff --git a/build/less/modal.less b/build/less/modal.less
index dd67b4a94..f42db1ccb 100644
--- a/build/less/modal.less
+++ b/build/less/modal.less
@@ -3,19 +3,22 @@
  * ----------------
  */
 .modal {
-  background: rgba(0,0,0,.3);
+  background: rgba(0, 0, 0, .3);
 }
+
 .modal-content {
   .border-radius(0);
-  .box-shadow(0 2px 3px rgba(0,0,0,.125));
+  .box-shadow(0 2px 3px rgba(0, 0, 0, .125));
   border: 0;
   @media (min-width: @screen-sm-min) {
-    .box-shadow(0 2px 3px rgba(0,0,0,.125));
+    .box-shadow(0 2px 3px rgba(0, 0, 0, .125));
   }
 }
+
 .modal-header {
   border-bottom-color: @box-border-color;
 }
+
 .modal-footer {
   border-top-color: @box-border-color;
 }
@@ -31,6 +34,7 @@
     border-color: darken(@light-blue, 10%);
   }
 }
+
 .modal-warning {
   .modal-body {
     &:extend(.bg-yellow);
@@ -41,6 +45,7 @@
     border-color: darken(@yellow, 10%);
   }
 }
+
 .modal-info {
   .modal-body {
     &:extend(.bg-aqua);
@@ -51,6 +56,7 @@
     border-color: darken(@aqua, 10%);
   }
 }
+
 .modal-success {
   .modal-body {
     &:extend(.bg-green);
@@ -61,6 +67,7 @@
     border-color: darken(@green, 10%);
   }
 }
+
 .modal-danger {
   .modal-body {
     &:extend(.bg-red);
diff --git a/build/less/navs.less b/build/less/navs.less
index 849417385..af0dc6aa5 100644
--- a/build/less/navs.less
+++ b/build/less/navs.less
@@ -5,8 +5,8 @@
 
 .nav {
   > li > a:hover,
-    > li > a:active,
-    > li > a:focus {
+  > li > a:active,
+  > li > a:focus {
     color: #444;
     background: #f7f7f7;
   }
@@ -26,13 +26,14 @@
   }
   > li.active > a,
   > li.active > a:hover,
-    > li.active > a:focus {
+  > li.active > a:focus {
     border-top-color: @light-blue;
   }
   > li.active > a {
     font-weight: 600;
   }
 }
+
 /* NAV STACKED */
 .nav-stacked {
   > li > a {
@@ -88,8 +89,8 @@
       }
       &:not(.active) {
         > a:hover,
-          > a:focus,
-          > a:active {
+        > a:focus,
+        > a:active {
           border-color: transparent;
         }
       }
@@ -122,7 +123,7 @@
 
     //Pulled to the right
     &.pull-right {
-      float: none!important;
+      float: none !important;
       > li {
         float: right;
       }
@@ -161,12 +162,12 @@
 
   .dropdown.open > a {
     &:active,
-      &:focus {
+    &:focus {
       background: transparent;
       color: #999;
     }
   }
-    // Tab color variations
+  // Tab color variations
   &.tab-primary {
     > .nav-tabs {
       > li.active {
@@ -219,7 +220,7 @@
   }
   &.pagination-flat {
     > li > a {
-      .border-radius(0)!important;
+      .border-radius(0) !important;
     }
   }
 }
diff --git a/build/less/print.less b/build/less/print.less
index 00d9c8c30..52b14f205 100644
--- a/build/less/print.less
+++ b/build/less/print.less
@@ -5,8 +5,9 @@
 @media print {
   //Add to elements that you do not want to show when printing
   .no-print {
-    display: none!important;
+    display: none !important;
   }
+
   //Elements that we want to hide when printing
   .main-sidebar,
   .left-side,
@@ -14,18 +15,21 @@
   .content-header {
     &:extend(.no-print);
   }
+
   //This is the only element that should appear, so let's remove the margins
   .content-wrapper,
   .right-side,
   .main-footer {
-    margin-left: 0!important;
-    min-height: 0!important;
-    .translate(0,0)!important;
+    margin-left: 0 !important;
+    min-height: 0 !important;
+    .translate(0, 0) !important;
   }
+
   .fixed .content-wrapper,
   .fixed .right-side {
-    padding-top: 0!important;
+    padding-top: 0 !important;
   }
+
   //Invoice printing
   .invoice {
     width: 100%;
@@ -33,16 +37,18 @@
     margin: 0;
     padding: 0;
   }
+
   .invoice-col {
     float: left;
     width: 33.3333333%;
   }
+
   //Make sure table content displays properly
   .table-responsive {
     overflow: auto;
     > .table tr th,
     > .table tr td {
-      white-space: normal!important;
+      white-space: normal !important;
     }
   }
 }
diff --git a/build/less/products.less b/build/less/products.less
index f2f79e4c2..49f30a6be 100644
--- a/build/less/products.less
+++ b/build/less/products.less
@@ -34,6 +34,7 @@
     text-overflow: ellipsis;
   }
 }
+
 .product-list-in-box > .item {
   .box-shadow(none);
   .border-radius(0);
diff --git a/build/less/profile.less b/build/less/profile.less
index be26f3727..3cb8e0914 100644
--- a/build/less/profile.less
+++ b/build/less/profile.less
@@ -9,10 +9,12 @@
   padding: 3px;
   border: 3px solid @gray;
 }
+
 .profile-username {
   font-size: 21px;
   margin-top: 5px;
 }
+
 .post {
   border-bottom: 1px solid @gray;
   margin-bottom: 15px;
diff --git a/build/less/progress-bars.less b/build/less/progress-bars.less
index 0aafb56b9..423edc44a 100644
--- a/build/less/progress-bars.less
+++ b/build/less/progress-bars.less
@@ -20,6 +20,7 @@
     .border-radius(@progress-bar-sm-border-radius);
   }
 }
+
 .progress.xs,
 .progress-xs {
   height: 7px;
@@ -27,6 +28,7 @@
     .border-radius(@progress-bar-xs-border-radius);
   }
 }
+
 .progress.xxs,
 .progress-xxs {
   height: 3px;
@@ -34,6 +36,7 @@
     .border-radius(@progress-bar-xs-border-radius);
   }
 }
+
 /* Vertical bars */
 .progress.vertical {
   position: relative;
@@ -49,16 +52,16 @@
 
   //Sizes
   &.sm,
-  &.progress-sm{
+  &.progress-sm {
     width: 20px;
   }
 
   &.xs,
-  &.progress-xs{
+  &.progress-xs {
     width: 10px;
   }
   &.xxs,
-  &.progress-xxs{
+  &.progress-xxs {
     width: 3px;
   }
 }
@@ -86,6 +89,7 @@
 .progress-bar-primary {
   .progress-bar-variant(@light-blue);
 }
+
 .progress-bar-green,
 .progress-bar-success {
   .progress-bar-variant(@green);
diff --git a/build/less/select2.less b/build/less/select2.less
index 596eef83c..d144da085 100644
--- a/build/less/select2.less
+++ b/build/less/select2.less
@@ -8,7 +8,7 @@
 .select2-selection {
   &.select2-container--focus,
   &:focus,
-    &:active {
+  &:active {
     outline: none;
   }
   .select2-selection--single {
@@ -18,38 +18,48 @@
     height: 34px;
   }
 }
+
 .select2-container--default.select2-container--open {
   border-color: @light-blue;
 }
+
 .select2-dropdown {
   border: 1px solid @gray;
   border-radius: @input-radius;
 }
+
 .select2-container--default .select2-results__option--highlighted[aria-selected] {
   background-color: @light-blue;
   color: white;
 }
+
 .select2-results__option {
   padding: 6px 12px;
   user-select: none;
-  -webkit-user-select: none; }
+  -webkit-user-select: none;
+}
+
 .select2-container .select2-selection--single .select2-selection__rendered {
   padding-left: 0;
   padding-right: 0;
   height: auto;
   margin-top: -4px;
 }
+
 .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
   padding-right: 6px;
   padding-left: 20px;
 }
+
 .select2-container--default .select2-selection--single .select2-selection__arrow {
   height: 28px;
   right: 3px;
 }
+
 .select2-container--default .select2-selection--single .select2-selection__arrow b {
   margin-top: 0;
 }
+
 .select2-dropdown,
 .select2-search--inline {
   .select2-search__field {
@@ -60,9 +70,11 @@
     }
   }
 }
+
 .select2-container--default .select2-results__option[aria-disabled=true] {
   color: #999;
 }
+
 .select2-container--default .select2-results__option[aria-selected=true] {
   background-color: #ddd;
   &,
@@ -84,19 +96,22 @@
     border-color: @gray;
   }
 }
+
 .select2-container--default .select2-selection--multiple .select2-selection__choice {
   background-color: @light-blue;
   border-color: darken(@light-blue, 5%);
   padding: 1px 10px;
   color: #fff;
 }
+
 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
   margin-right: 5px;
-  color: rgba(255,255,255,.7);
+  color: rgba(255, 255, 255, .7);
   &:hover {
     color: #fff;
   }
 }
+
 .select2-container .select2-selection--single .select2-selection__rendered {
   padding-right: 10px;
 }
diff --git a/build/less/sidebar-mini.less b/build/less/sidebar-mini.less
index edc94c958..c0a9c9dd2 100644
--- a/build/less/sidebar-mini.less
+++ b/build/less/sidebar-mini.less
@@ -13,7 +13,7 @@
       .content-wrapper,
       .right-side,
       .main-footer {
-        margin-left: 50px!important;
+        margin-left: 50px !important;
         z-index: 840;
       }
 
@@ -21,7 +21,7 @@
       .main-sidebar {
         //Don't go away! Just shrink
         .translate(0, 0);
-        width: 50px!important;
+        width: 50px !important;
         z-index: 850;
       }
 
@@ -54,8 +54,8 @@
               //overflow: visible;
             }
             > a > span:not(.pull-right),
-              > .treeview-menu {
-              display: block!important;
+            > .treeview-menu {
+              display: block !important;
               position: absolute;
               width: @sidebar-width - 50;
               left: 50px;
@@ -82,9 +82,9 @@
       .sidebar-form,
       .sidebar-menu > li > a > span,
       .sidebar-menu > li > .treeview-menu,
-      .sidebar-menu >li > a > .pull-right,
+      .sidebar-menu > li > a > .pull-right,
       .sidebar-menu li.header {
-        display: none!important;
+        display: none !important;
         -webkit-transform: translateZ(0);
       }
 
@@ -119,14 +119,17 @@
   white-space: nowrap;
   overflow: hidden;
 }
+
 .sidebar-menu:hover {
   overflow: visible;
 }
+
 .sidebar-form,
 .sidebar-menu > li.header {
   overflow: hidden;
   text-overflow: clip;
 }
+
 .sidebar-menu li > a {
   position: relative;
   > .pull-right {
diff --git a/build/less/sidebar.less b/build/less/sidebar.less
index 3ca88688b..bcb888329 100644
--- a/build/less/sidebar.less
+++ b/build/less/sidebar.less
@@ -16,10 +16,10 @@
   z-index: 810;
   //Using disposable variable to join statements with a comma
   @transition-rule: @transition-speed @transition-fn,
-    width @transition-speed @transition-fn;
+  width @transition-speed @transition-fn;
   .transition-transform(@transition-rule);
   @media (max-width: @screen-header-collapse) {
-      padding-top: 100px;
+    padding-top: 100px;
   }
   @media (max-width: @screen-xs-max) {
     .translate(-@sidebar-width, 0);
@@ -39,6 +39,7 @@
 .sidebar {
   padding-bottom: 10px;
 }
+
 // remove border from form
 .sidebar-form {
   input:focus {
@@ -130,8 +131,8 @@
   .treeview-menu {
     display: none;
     list-style: none;
-    padding:0;
-    margin:0;
+    padding: 0;
+    margin: 0;
     padding-left: 5px;
     .treeview-menu {
       padding-left: 20px;
diff --git a/build/less/skins/skin-green-light.less b/build/less/skins/skin-green-light.less
index 5c1261d7e..2e483849c 100644
--- a/build/less/skins/skin-green-light.less
+++ b/build/less/skins/skin-green-light.less
@@ -2,7 +2,6 @@
  * Skin: Green
  * -----------
  */
-
 @import "../../bootstrap-less/mixins.less";
 @import "../../bootstrap-less/variables.less";
 @import "../variables.less";
@@ -19,11 +18,11 @@
           background-color: darken(@green, 5%);
         }
       }
-      @media(max-width: @screen-header-collapse) {
+      @media (max-width: @screen-header-collapse) {
         .dropdown-menu {
           li {
             &.divider {
-              background-color: rgba(255,255,255,0.1);
+              background-color: rgba(255, 255, 255, 0.1);
             }
             a {
               color: #fff;
diff --git a/build/less/skins/skin-green.less b/build/less/skins/skin-green.less
index a9b7898bb..a729b7061 100644
--- a/build/less/skins/skin-green.less
+++ b/build/less/skins/skin-green.less
@@ -2,7 +2,6 @@
  * Skin: Green
  * -----------
  */
-
 @import "../../bootstrap-less/mixins.less";
 @import "../../bootstrap-less/variables.less";
 @import "../variables.less";
@@ -19,11 +18,11 @@
           background-color: darken(@green, 5%);
         }
       }
-      @media(max-width: @screen-header-collapse) {
+      @media (max-width: @screen-header-collapse) {
         .dropdown-menu {
           li {
             &.divider {
-              background-color: rgba(255,255,255,0.1);
+              background-color: rgba(255, 255, 255, 0.1);
             }
             a {
               color: #fff;
diff --git a/build/less/skins/skin-purple-light.less b/build/less/skins/skin-purple-light.less
index 885fb05bb..42d3fe05c 100644
--- a/build/less/skins/skin-purple-light.less
+++ b/build/less/skins/skin-purple-light.less
@@ -2,7 +2,6 @@
  * Skin: Purple
  * ------------
  */
-
 @import "../../bootstrap-less/mixins.less";
 @import "../../bootstrap-less/variables.less";
 @import "../variables.less";
@@ -19,11 +18,11 @@
           background-color: darken(@purple, 5%);
         }
       }
-      @media(max-width: @screen-header-collapse) {
+      @media (max-width: @screen-header-collapse) {
         .dropdown-menu {
           li {
             &.divider {
-              background-color: rgba(255,255,255,0.1);
+              background-color: rgba(255, 255, 255, 0.1);
             }
             a {
               color: #fff;
diff --git a/build/less/skins/skin-purple.less b/build/less/skins/skin-purple.less
index f2ffaff16..53a38fa4a 100644
--- a/build/less/skins/skin-purple.less
+++ b/build/less/skins/skin-purple.less
@@ -2,7 +2,6 @@
  * Skin: Purple
  * ------------
  */
-
 @import "../../bootstrap-less/mixins.less";
 @import "../../bootstrap-less/variables.less";
 @import "../variables.less";
@@ -19,11 +18,11 @@
           background-color: darken(@purple, 5%);
         }
       }
-      @media(max-width: @screen-header-collapse) {
+      @media (max-width: @screen-header-collapse) {
         .dropdown-menu {
           li {
             &.divider {
-              background-color: rgba(255,255,255,0.1);
+              background-color: rgba(255, 255, 255, 0.1);
             }
             a {
               color: #fff;
diff --git a/build/less/skins/skin-red-light.less b/build/less/skins/skin-red-light.less
index b13f51617..792390bce 100644
--- a/build/less/skins/skin-red-light.less
+++ b/build/less/skins/skin-red-light.less
@@ -2,7 +2,6 @@
  * Skin: Red
  * ---------
  */
-
 @import "../../bootstrap-less/mixins.less";
 @import "../../bootstrap-less/variables.less";
 @import "../variables.less";
@@ -19,11 +18,11 @@
           background-color: darken(@red, 5%);
         }
       }
-      @media(max-width: @screen-header-collapse) {
+      @media (max-width: @screen-header-collapse) {
         .dropdown-menu {
           li {
             &.divider {
-              background-color: rgba(255,255,255,0.1);
+              background-color: rgba(255, 255, 255, 0.1);
             }
             a {
               color: #fff;
diff --git a/build/less/skins/skin-red.less b/build/less/skins/skin-red.less
index 573ad0e83..6ca253d6c 100644
--- a/build/less/skins/skin-red.less
+++ b/build/less/skins/skin-red.less
@@ -2,7 +2,6 @@
  * Skin: Red
  * ---------
  */
-
 @import "../../bootstrap-less/mixins.less";
 @import "../../bootstrap-less/variables.less";
 @import "../variables.less";
@@ -19,11 +18,11 @@
           background-color: darken(@red, 5%);
         }
       }
-      @media(max-width: @screen-header-collapse) {
+      @media (max-width: @screen-header-collapse) {
         .dropdown-menu {
           li {
             &.divider {
-              background-color: rgba(255,255,255,0.1);
+              background-color: rgba(255, 255, 255, 0.1);
             }
             a {
               color: #fff;
diff --git a/build/less/skins/skin-yellow-light.less b/build/less/skins/skin-yellow-light.less
index ef745ebe2..02e465098 100644
--- a/build/less/skins/skin-yellow-light.less
+++ b/build/less/skins/skin-yellow-light.less
@@ -2,7 +2,6 @@
  * Skin: Yellow
  * ------------
  */
-
 @import "../../bootstrap-less/mixins.less";
 @import "../../bootstrap-less/variables.less";
 @import "../variables.less";
@@ -19,11 +18,11 @@
           background-color: darken(@yellow, 5%);
         }
       }
-      @media(max-width: @screen-header-collapse) {
+      @media (max-width: @screen-header-collapse) {
         .dropdown-menu {
           li {
             &.divider {
-              background-color: rgba(255,255,255,0.1);
+              background-color: rgba(255, 255, 255, 0.1);
             }
             a {
               color: #fff;
diff --git a/build/less/skins/skin-yellow.less b/build/less/skins/skin-yellow.less
index 1ba74994d..821723d8c 100644
--- a/build/less/skins/skin-yellow.less
+++ b/build/less/skins/skin-yellow.less
@@ -2,7 +2,6 @@
  * Skin: Yellow
  * ------------
  */
-
 @import "../../bootstrap-less/mixins.less";
 @import "../../bootstrap-less/variables.less";
 @import "../variables.less";
@@ -19,11 +18,11 @@
           background-color: darken(@yellow, 5%);
         }
       }
-      @media(max-width: @screen-header-collapse) {
+      @media (max-width: @screen-header-collapse) {
         .dropdown-menu {
           li {
             &.divider {
-              background-color: rgba(255,255,255,0.1);
+              background-color: rgba(255, 255, 255, 0.1);
             }
             a {
               color: #fff;
diff --git a/build/less/small-box.less b/build/less/small-box.less
index 1ef81b414..1df125a5c 100644
--- a/build/less/small-box.less
+++ b/build/less/small-box.less
@@ -22,11 +22,11 @@
     color: rgba(255, 255, 255, 0.8);
     display: block;
     z-index: 10;
-    background: rgba(0,0,0,0.1);
+    background: rgba(0, 0, 0, 0.1);
     text-decoration: none;
     &:hover {
       color: #fff;
-      background: rgba(0,0,0,0.15);
+      background: rgba(0, 0, 0, 0.15);
     }
   }
 
diff --git a/build/less/social-widgets.less b/build/less/social-widgets.less
index 9acc2c8e0..e2861a39e 100644
--- a/build/less/social-widgets.less
+++ b/build/less/social-widgets.less
@@ -22,7 +22,7 @@
     margin-bottom: 5px;
     font-size: 25px;
     font-weight: 300;
-    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
+    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
   }
   //User single line description
   .widget-user-desc {
diff --git a/build/less/timeline.less b/build/less/timeline.less
index 683d92adb..333d64856 100644
--- a/build/less/timeline.less
+++ b/build/less/timeline.less
@@ -3,7 +3,7 @@
  * -------------------
  */
 
-.timeline{
+.timeline {
   position: relative;
   margin: 0 0 30px 0;
   padding: 0;
@@ -22,7 +22,6 @@
     .border-radius(2px);
   }
 
-
   > li {
     position: relative;
     margin-right: 10px;
diff --git a/build/less/users-list.less b/build/less/users-list.less
index 898bbd158..c5ef2a580 100644
--- a/build/less/users-list.less
+++ b/build/less/users-list.less
@@ -22,10 +22,12 @@
     }
   }
 }
+
 .users-list-name,
 .users-list-date {
   display: block;
 }
+
 .users-list-name {
   font-weight: 600;
   color: #444;
@@ -33,6 +35,7 @@
   white-space: nowrap;
   text-overflow: ellipsis;
 }
+
 .users-list-date {
   color: #999;
   font-size: 12px;
diff --git a/build/less/variables.less b/build/less/variables.less
index 17e6e144e..64e1ca79f 100644
--- a/build/less/variables.less
+++ b/build/less/variables.less
@@ -9,22 +9,27 @@
 //COLORS
 //--------------------------------------------------------
 
-@light-blue: #3c8dbc;  //Primary
-@red:        #dd4b39;  //Danger
-@green:      #00a65a;  //Success
-@aqua:       #00c0ef;  //Info
-@yellow:     #f39c12;  //Warning
-@blue:       #0073b7;
-@navy:       #001F3F;
-@teal:       #39CCCC;
-@olive:      #3D9970;
-@lime:       #01FF70;
-@orange:     #FF851B;
-@fuchsia:    #F012BE;
-@purple:     #605ca8;
-@maroon:     #D81B60;
-@black:      #111;
-@gray:       #d2d6de;
+@light-blue: #3c8dbc;
+//Primary
+@red: #dd4b39;
+//Danger
+@green: #00a65a;
+//Success
+@aqua: #00c0ef;
+//Info
+@yellow: #f39c12;
+//Warning
+@blue: #0073b7;
+@navy: #001F3F;
+@teal: #39CCCC;
+@olive: #3D9970;
+@lime: #01FF70;
+@orange: #FF851B;
+@fuchsia: #F012BE;
+@purple: #605ca8;
+@maroon: #D81B60;
+@black: #111;
+@gray: #d2d6de;
 
 //LAYOUT
 //--------------------------------------------------------
@@ -37,7 +42,7 @@
 @screen-header-collapse: @screen-xs-max;
 
 //Link colors (Aka:  tags)
-@link-color:       @light-blue;
+@link-color: @light-blue;
 @link-hover-color: lighten(@link-color, 15%);
 
 //Body background (Affects main content background only)
@@ -47,35 +52,34 @@
 //--------------------------------------------------------
 
 //Dark sidebar
-@sidebar-dark-bg:                  #222d32;
-@sidebar-dark-hover-bg:            darken(@sidebar-dark-bg, 2%);
-@sidebar-dark-color:               lighten(@sidebar-dark-bg, 60%);
-@sidebar-dark-hover-color:         #fff;
-@sidebar-dark-submenu-bg:          lighten(@sidebar-dark-bg, 5%);
-@sidebar-dark-submenu-color:       lighten(@sidebar-dark-submenu-bg, 40%);
+@sidebar-dark-bg: #222d32;
+@sidebar-dark-hover-bg: darken(@sidebar-dark-bg, 2%);
+@sidebar-dark-color: lighten(@sidebar-dark-bg, 60%);
+@sidebar-dark-hover-color: #fff;
+@sidebar-dark-submenu-bg: lighten(@sidebar-dark-bg, 5%);
+@sidebar-dark-submenu-color: lighten(@sidebar-dark-submenu-bg, 40%);
 @sidebar-dark-submenu-hover-color: #fff;
 
 //Light sidebar
-@sidebar-light-bg:                  #f9fafc;
-@sidebar-light-hover-bg:            lighten(#f0f0f1, 1.5%);
-@sidebar-light-color:               #444;
-@sidebar-light-hover-color:         #000;
-@sidebar-light-submenu-bg:          @sidebar-light-hover-bg;
-@sidebar-light-submenu-color:       #777;
+@sidebar-light-bg: #f9fafc;
+@sidebar-light-hover-bg: lighten(#f0f0f1, 1.5%);
+@sidebar-light-color: #444;
+@sidebar-light-hover-color: #000;
+@sidebar-light-submenu-bg: @sidebar-light-hover-bg;
+@sidebar-light-submenu-color: #777;
 @sidebar-light-submenu-hover-color: #000;
 
 //CONTROL SIDEBAR
 //--------------------------------------------------------
 @control-sidebar-width: @sidebar-width;
 
-
 //BOXES
 //--------------------------------------------------------
-@box-border-color:  #f4f4f4;
+@box-border-color: #f4f4f4;
 @box-border-radius: 3px;
-@box-footer-bg:     #fff;
-@box-boxshadow:     0 1px 1px rgba(0, 0, 0, .1);
-@box-padding:       10px;
+@box-footer-bg: #fff;
+@box-boxshadow: 0 1px 1px rgba(0, 0, 0, .1);
+@box-padding: 10px;
 
 //Box variants
 @box-default-border-top-color: #d2d6de;
@@ -86,7 +90,7 @@
 
 //PROGRESS BARS
 //--------------------------------------------------------
-@progress-bar-border-radius:    1px;
+@progress-bar-border-radius: 1px;
 @progress-bar-sm-border-radius: 1px;
 @progress-bar-xs-border-radius: 1px;
 
@@ -102,12 +106,11 @@
 
 //DIRECT CHAT
 //--------------------------------------------------------
-@direct-chat-height:                   250px;
-@direct-chat-default-msg-bg:           @gray;
-@direct-chat-default-font-color:       #444;
+@direct-chat-height: 250px;
+@direct-chat-default-msg-bg: @gray;
+@direct-chat-default-font-color: #444;
 @direct-chat-default-msg-border-color: @gray;
 
-
 //CHAT WIDGET
 //--------------------------------------------------------
 @attachment-border-radius: 3px;
@@ -117,4 +120,5 @@
 
 //Transition global options
 @transition-speed: .3s;
-@transition-fn:    ease-in-out;//cubic-bezier(0.32,1.25,0.375,1.15);
+@transition-fn: ease-in-out;
+//cubic-bezier(0.32,1.25,0.375,1.15);
diff --git a/dist/css/AdminLTE.css b/dist/css/AdminLTE.css
index 0276c16ce..ea3b7bed8 100644
--- a/dist/css/AdminLTE.css
+++ b/dist/css/AdminLTE.css
@@ -1,4 +1,5 @@
 @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
+
 /*!
  *   AdminLTE v2.3.0
  *   Author: Almsaeed Studio
@@ -14,10 +15,12 @@ html,
 body {
   min-height: 100%;
 }
+
 .layout-boxed html,
 .layout-boxed body {
   height: 100%;
 }
+
 body {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
@@ -26,20 +29,24 @@ body {
   overflow-x: hidden;
   overflow-y: auto;
 }
+
 /* Layout */
 .wrapper {
   min-height: 100%;
   position: static;
   overflow: hidden;
 }
+
 .wrapper:before,
 .wrapper:after {
   content: " ";
   display: table;
 }
+
 .wrapper:after {
   clear: both;
 }
+
 .layout-boxed .wrapper {
   max-width: 1250px;
   margin: 0 auto;
@@ -47,9 +54,11 @@ body {
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
   position: relative;
 }
+
 .layout-boxed {
   background: url('../img/boxed-bg.jpg') repeat fixed;
 }
+
 /*
  * Content Wrapper - contains the main content
  * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
@@ -64,11 +73,13 @@ body {
   margin-left: 230px;
   z-index: 820;
 }
+
 .layout-top-nav .content-wrapper,
 .layout-top-nav .right-side,
 .layout-top-nav .main-footer {
   margin-left: 0;
 }
+
 @media (max-width: 767px) {
   .content-wrapper,
   .right-side,
@@ -76,6 +87,7 @@ body {
     margin-left: 0;
   }
 }
+
 @media (min-width: 768px) {
   .sidebar-collapse .content-wrapper,
   .sidebar-collapse .right-side,
@@ -83,6 +95,7 @@ body {
     margin-left: 0;
   }
 }
+
 @media (max-width: 767px) {
   .sidebar-open .content-wrapper,
   .sidebar-open .right-side,
@@ -93,42 +106,50 @@ body {
     transform: translate(230px, 0);
   }
 }
+
 .content-wrapper,
 .right-side {
   min-height: 100%;
   background-color: #ecf0f5;
   z-index: 800;
 }
+
 .main-footer {
   background: #fff;
   padding: 15px;
   color: #444;
   border-top: 1px solid #d2d6de;
 }
+
 /* Fixed layout */
 .fixed .main-header,
 .fixed .main-sidebar,
 .fixed .left-side {
   position: fixed;
 }
+
 .fixed .main-header {
   top: 0;
   right: 0;
   left: 0;
 }
+
 .fixed .content-wrapper,
 .fixed .right-side {
   padding-top: 50px;
 }
+
 @media (max-width: 767px) {
   .fixed .content-wrapper,
   .fixed .right-side {
     padding-top: 100px;
   }
 }
+
 .fixed.layout-boxed .wrapper {
   max-width: 100%;
 }
+
 body.hold-transition .content-wrapper,
 body.hold-transition .right-side,
 body.hold-transition .main-footer,
@@ -141,6 +162,7 @@ body.hold-transition .main-header .logo {
   -o-transition: none;
   transition: none;
 }
+
 /* Content */
 .content {
   min-height: 250px;
@@ -150,6 +172,7 @@ body.hold-transition .main-header .logo {
   padding-left: 15px;
   padding-right: 15px;
 }
+
 /* H1 - H6 font */
 h1,
 h2,
@@ -165,10 +188,12 @@ h6,
 .h6 {
   font-family: 'Source Sans Pro', sans-serif;
 }
+
 /* General Links */
 a {
   color: #3c8dbc;
 }
+
 a:hover,
 a:active,
 a:focus {
@@ -176,16 +201,19 @@ a:focus {
   text-decoration: none;
   color: #72afd2;
 }
+
 /* Page Header */
 .page-header {
   margin: 10px 0 20px 0;
   font-size: 22px;
 }
+
 .page-header > small {
   color: #666;
   display: block;
   margin-top: 5px;
 }
+
 /*
  * Component: Main Header
  * ----------------------
@@ -195,6 +223,7 @@ a:focus {
   max-height: 100px;
   z-index: 1030;
 }
+
 .main-header > .navbar {
   -webkit-transition: margin-left 0.3s ease-in-out;
   -o-transition: margin-left 0.3s ease-in-out;
@@ -205,32 +234,40 @@ a:focus {
   min-height: 50px;
   border-radius: 0;
 }
+
 .layout-top-nav .main-header > .navbar {
   margin-left: 0;
 }
+
 .main-header #navbar-search-input.form-control {
   background: rgba(255, 255, 255, 0.2);
   border-color: transparent;
 }
+
 .main-header #navbar-search-input.form-control:focus,
 .main-header #navbar-search-input.form-control:active {
   border-color: rgba(0, 0, 0, 0.1);
   background: rgba(255, 255, 255, 0.9);
 }
+
 .main-header #navbar-search-input.form-control::-moz-placeholder {
   color: #ccc;
   opacity: 1;
 }
+
 .main-header #navbar-search-input.form-control:-ms-input-placeholder {
   color: #ccc;
 }
+
 .main-header #navbar-search-input.form-control::-webkit-input-placeholder {
   color: #ccc;
 }
+
 .main-header .navbar-custom-menu,
 .main-header .navbar-right {
   float: right;
 }
+
 @media (max-width: 991px) {
   .main-header .navbar-custom-menu a,
   .main-header .navbar-right a {
@@ -238,18 +275,22 @@ a:focus {
     background: transparent;
   }
 }
+
 @media (max-width: 767px) {
   .main-header .navbar-right {
     float: none;
   }
+
   .navbar-collapse .main-header .navbar-right {
     margin: 7.5px -15px;
   }
+
   .main-header .navbar-right > li {
     color: inherit;
     border: 0;
   }
 }
+
 .main-header .sidebar-toggle {
   float: left;
   background-color: transparent;
@@ -257,24 +298,30 @@ a:focus {
   padding: 15px 15px;
   font-family: fontAwesome;
 }
+
 .main-header .sidebar-toggle:before {
   content: "\f0c9";
 }
+
 .main-header .sidebar-toggle:hover {
   color: #fff;
 }
+
 .main-header .sidebar-toggle:focus,
 .main-header .sidebar-toggle:active {
   background: transparent;
 }
+
 .main-header .sidebar-toggle .icon-bar {
   display: none;
 }
+
 .main-header .navbar .nav > li.user > a > .fa,
 .main-header .navbar .nav > li.user > a > .glyphicon,
 .main-header .navbar .nav > li.user > a > .ion {
   margin-right: 5px;
 }
+
 .main-header .navbar .nav > li > a > .label {
   position: absolute;
   top: 9px;
@@ -284,6 +331,7 @@ a:focus {
   padding: 2px 3px;
   line-height: .9;
 }
+
 .main-header .logo {
   -webkit-transition: width 0.3s ease-in-out;
   -o-transition: width 0.3s ease-in-out;
@@ -300,29 +348,36 @@ a:focus {
   font-weight: 300;
   overflow: hidden;
 }
+
 .main-header .logo .logo-lg {
   display: block;
 }
+
 .main-header .logo .logo-mini {
   display: none;
 }
+
 .main-header .navbar-brand {
   color: #fff;
 }
+
 .content-header {
   position: relative;
   padding: 15px 15px 0 15px;
 }
+
 .content-header > h1 {
   margin: 0;
   font-size: 24px;
 }
+
 .content-header > h1 > small {
   font-size: 15px;
   display: inline-block;
   padding-left: 4px;
   font-weight: 300;
 }
+
 .content-header > .breadcrumb {
   float: right;
   background: transparent;
@@ -335,19 +390,23 @@ a:focus {
   right: 10px;
   border-radius: 2px;
 }
+
 .content-header > .breadcrumb > li > a {
   color: #444;
   text-decoration: none;
   display: inline-block;
 }
+
 .content-header > .breadcrumb > li > a > .fa,
 .content-header > .breadcrumb > li > a > .glyphicon,
 .content-header > .breadcrumb > li > a > .ion {
   margin-right: 5px;
 }
+
 .content-header > .breadcrumb > li + li:before {
   content: '>\00a0';
 }
+
 @media (max-width: 991px) {
   .content-header > .breadcrumb {
     position: relative;
@@ -358,50 +417,61 @@ a:focus {
     background: #d2d6de;
     padding-left: 10px;
   }
+
   .content-header > .breadcrumb li:before {
     color: #97a0b3;
   }
 }
+
 .navbar-toggle {
   color: #fff;
   border: 0;
   margin: 0;
   padding: 15px 15px;
 }
+
 @media (max-width: 991px) {
   .navbar-custom-menu .navbar-nav > li {
     float: left;
   }
+
   .navbar-custom-menu .navbar-nav {
     margin: 0;
     float: left;
   }
+
   .navbar-custom-menu .navbar-nav > li > a {
     padding-top: 15px;
     padding-bottom: 15px;
     line-height: 20px;
   }
 }
+
 @media (max-width: 767px) {
   .main-header {
     position: relative;
   }
+
   .main-header .logo,
   .main-header .navbar {
     width: 100%;
     float: none;
   }
+
   .main-header .navbar {
     margin: 0;
   }
+
   .main-header .navbar-custom-menu {
     float: right;
   }
 }
+
 @media (max-width: 991px) {
   .navbar-collapse.pull-left {
-    float: none!important;
+    float: none !important;
   }
+
   .navbar-collapse.pull-left + .navbar-custom-menu {
     display: block;
     position: absolute;
@@ -409,6 +479,7 @@ a:focus {
     right: 40px;
   }
 }
+
 /*
  * Component: Sidebar
  * ------------------
@@ -427,12 +498,14 @@ a:focus {
   -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
   transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
 }
+
 @media (max-width: 767px) {
   .main-sidebar,
   .left-side {
     padding-top: 100px;
   }
 }
+
 @media (max-width: 767px) {
   .main-sidebar,
   .left-side {
@@ -442,6 +515,7 @@ a:focus {
     transform: translate(-230px, 0);
   }
 }
+
 @media (min-width: 768px) {
   .sidebar-collapse .main-sidebar,
   .sidebar-collapse .left-side {
@@ -451,6 +525,7 @@ a:focus {
     transform: translate(-230px, 0);
   }
 }
+
 @media (max-width: 767px) {
   .sidebar-open .main-sidebar,
   .sidebar-open .left-side {
@@ -460,80 +535,97 @@ a:focus {
     transform: translate(0, 0);
   }
 }
+
 .sidebar {
   padding-bottom: 10px;
 }
+
 .sidebar-form input:focus {
   border-color: transparent;
 }
+
 .user-panel {
   position: relative;
   width: 100%;
   padding: 10px;
   overflow: hidden;
 }
+
 .user-panel:before,
 .user-panel:after {
   content: " ";
   display: table;
 }
+
 .user-panel:after {
   clear: both;
 }
+
 .user-panel > .image > img {
   width: 100%;
   max-width: 45px;
   height: auto;
 }
+
 .user-panel > .info {
   padding: 5px 5px 5px 15px;
   line-height: 1;
   position: absolute;
   left: 55px;
 }
+
 .user-panel > .info > p {
   font-weight: 600;
   margin-bottom: 9px;
 }
+
 .user-panel > .info > a {
   text-decoration: none;
   padding-right: 5px;
   margin-top: 3px;
   font-size: 11px;
 }
+
 .user-panel > .info > a > .fa,
 .user-panel > .info > a > .ion,
 .user-panel > .info > a > .glyphicon {
   margin-right: 3px;
 }
+
 .sidebar-menu {
   list-style: none;
   margin: 0;
   padding: 0;
 }
+
 .sidebar-menu > li {
   position: relative;
   margin: 0;
   padding: 0;
 }
+
 .sidebar-menu > li > a {
   padding: 12px 5px 12px 15px;
   display: block;
 }
+
 .sidebar-menu > li > a > .fa,
 .sidebar-menu > li > a > .glyphicon,
 .sidebar-menu > li > a > .ion {
   width: 20px;
 }
+
 .sidebar-menu > li .label,
 .sidebar-menu > li .badge {
   margin-top: 3px;
   margin-right: 5px;
 }
+
 .sidebar-menu li.header {
   padding: 10px 25px 10px 15px;
   font-size: 12px;
 }
+
 .sidebar-menu li > a > .fa-angle-left {
   width: auto;
   height: auto;
@@ -541,15 +633,18 @@ a:focus {
   margin-right: 10px;
   margin-top: 3px;
 }
+
 .sidebar-menu li.active > a > .fa-angle-left {
   -webkit-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
   -o-transform: rotate(-90deg);
   transform: rotate(-90deg);
 }
+
 .sidebar-menu li.active > .treeview-menu {
   display: block;
 }
+
 .sidebar-menu .treeview-menu {
   display: none;
   list-style: none;
@@ -557,26 +652,32 @@ a:focus {
   margin: 0;
   padding-left: 5px;
 }
+
 .sidebar-menu .treeview-menu .treeview-menu {
   padding-left: 20px;
 }
+
 .sidebar-menu .treeview-menu > li {
   margin: 0;
 }
+
 .sidebar-menu .treeview-menu > li > a {
   padding: 5px 5px 5px 15px;
   display: block;
   font-size: 14px;
 }
+
 .sidebar-menu .treeview-menu > li > a > .fa,
 .sidebar-menu .treeview-menu > li > a > .glyphicon,
 .sidebar-menu .treeview-menu > li > a > .ion {
   width: 20px;
 }
+
 .sidebar-menu .treeview-menu > li > a > .fa-angle-left,
 .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
   width: auto;
 }
+
 /*
  * Component: Sidebar Mini
  */
@@ -584,99 +685,119 @@ a:focus {
   .sidebar-mini.sidebar-collapse .content-wrapper,
   .sidebar-mini.sidebar-collapse .right-side,
   .sidebar-mini.sidebar-collapse .main-footer {
-    margin-left: 50px!important;
+    margin-left: 50px !important;
     z-index: 840;
   }
+
   .sidebar-mini.sidebar-collapse .main-sidebar {
     -webkit-transform: translate(0, 0);
     -ms-transform: translate(0, 0);
     -o-transform: translate(0, 0);
     transform: translate(0, 0);
-    width: 50px!important;
+    width: 50px !important;
     z-index: 850;
   }
+
   .sidebar-mini.sidebar-collapse .sidebar-menu > li {
     position: relative;
   }
+
   .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
     margin-right: 0;
   }
+
   .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
     border-top-right-radius: 4px;
   }
+
   .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
     border-bottom-right-radius: 4px;
   }
+
   .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
     padding-top: 5px;
     padding-bottom: 5px;
     border-bottom-right-radius: 4px;
   }
+
   .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
   .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
-    display: block!important;
+    display: block !important;
     position: absolute;
     width: 180px;
     left: 50px;
   }
+
   .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
     top: 0;
     margin-left: -3px;
     padding: 12px 5px 12px 20px;
     background-color: inherit;
   }
+
   .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
     top: 44px;
     margin-left: 0;
   }
+
   .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
   .sidebar-mini.sidebar-collapse .sidebar-form,
   .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
   .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
   .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
   .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
-    display: none!important;
+    display: none !important;
     -webkit-transform: translateZ(0);
   }
+
   .sidebar-mini.sidebar-collapse .main-header .logo {
     width: 50px;
   }
+
   .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
     display: block;
     margin-left: -15px;
     margin-right: -15px;
     font-size: 18px;
   }
+
   .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
     display: none;
   }
+
   .sidebar-mini.sidebar-collapse .main-header .navbar {
     margin-left: 50px;
   }
 }
+
 .sidebar-menu,
 .main-sidebar .user-panel,
 .sidebar-menu > li.header {
   white-space: nowrap;
   overflow: hidden;
 }
+
 .sidebar-menu:hover {
   overflow: visible;
 }
+
 .sidebar-form,
 .sidebar-menu > li.header {
   overflow: hidden;
   text-overflow: clip;
 }
+
 .sidebar-menu li > a {
   position: relative;
 }
+
 .sidebar-menu li > a > .pull-right {
   position: absolute;
   top: 50%;
   right: 10px;
   margin-top: -7px;
 }
+
 /*
  * Component: Control sidebar. By default, this is the right sidebar.
  */
@@ -685,6 +806,7 @@ a:focus {
   z-index: 1000;
   bottom: 0;
 }
+
 .control-sidebar-bg,
 .control-sidebar {
   top: 0;
@@ -694,27 +816,33 @@ a:focus {
   -o-transition: right 0.3s ease-in-out;
   transition: right 0.3s ease-in-out;
 }
+
 .control-sidebar {
   position: absolute;
   padding-top: 50px;
   z-index: 1010;
 }
+
 @media (max-width: 768px) {
   .control-sidebar {
     padding-top: 100px;
   }
 }
+
 .control-sidebar > .tab-content {
   padding: 10px 15px;
 }
+
 .control-sidebar.control-sidebar-open,
 .control-sidebar.control-sidebar-open + .control-sidebar-bg {
   right: 0;
 }
+
 .control-sidebar-open .control-sidebar-bg,
 .control-sidebar-open .control-sidebar {
   right: 0;
 }
+
 @media (min-width: 768px) {
   .control-sidebar-open .content-wrapper,
   .control-sidebar-open .right-side,
@@ -722,14 +850,17 @@ a:focus {
     margin-right: 230px;
   }
 }
+
 .nav-tabs.control-sidebar-tabs > li:first-of-type > a,
 .nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
 .nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
   border-left-width: 0;
 }
+
 .nav-tabs.control-sidebar-tabs > li > a {
   border-radius: 0;
 }
+
 .nav-tabs.control-sidebar-tabs > li > a,
 .nav-tabs.control-sidebar-tabs > li > a:hover {
   border-top: none;
@@ -737,9 +868,11 @@ a:focus {
   border-left: 1px solid transparent;
   border-bottom: 1px solid transparent;
 }
+
 .nav-tabs.control-sidebar-tabs > li > a .icon {
   font-size: 16px;
 }
+
 .nav-tabs.control-sidebar-tabs > li.active > a,
 .nav-tabs.control-sidebar-tabs > li.active > a:hover,
 .nav-tabs.control-sidebar-tabs > li.active > a:focus,
@@ -748,45 +881,55 @@ a:focus {
   border-right: none;
   border-bottom: none;
 }
+
 @media (max-width: 768px) {
   .nav-tabs.control-sidebar-tabs {
     display: table;
   }
+
   .nav-tabs.control-sidebar-tabs > li {
     display: table-cell;
   }
 }
+
 .control-sidebar-heading {
   font-weight: 400;
   font-size: 16px;
   padding: 10px 0;
   margin-bottom: 10px;
 }
+
 .control-sidebar-subheading {
   display: block;
   font-weight: 400;
   font-size: 14px;
 }
+
 .control-sidebar-menu {
   list-style: none;
   padding: 0;
   margin: 0 -15px;
 }
+
 .control-sidebar-menu > li > a {
   display: block;
   padding: 10px 15px;
 }
+
 .control-sidebar-menu > li > a:before,
 .control-sidebar-menu > li > a:after {
   content: " ";
   display: table;
 }
+
 .control-sidebar-menu > li > a:after {
   clear: both;
 }
+
 .control-sidebar-menu > li > a > .control-sidebar-subheading {
   margin-top: 0;
 }
+
 .control-sidebar-menu .menu-icon {
   float: left;
   width: 35px;
@@ -795,48 +938,60 @@ a:focus {
   text-align: center;
   line-height: 35px;
 }
+
 .control-sidebar-menu .menu-info {
   margin-left: 45px;
   margin-top: 3px;
 }
+
 .control-sidebar-menu .menu-info > .control-sidebar-subheading {
   margin: 0;
 }
+
 .control-sidebar-menu .menu-info > p {
   margin: 0;
   font-size: 11px;
 }
+
 .control-sidebar-menu .progress {
   margin: 0;
 }
+
 .control-sidebar-dark {
   color: #b8c7ce;
 }
+
 .control-sidebar-dark,
 .control-sidebar-dark + .control-sidebar-bg {
   background: #222d32;
 }
+
 .control-sidebar-dark .nav-tabs.control-sidebar-tabs {
   border-bottom: #1c2529;
 }
+
 .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
   background: #181f23;
   color: #b8c7ce;
 }
+
 .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
 .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
 .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
   border-left-color: #141a1d;
   border-bottom-color: #141a1d;
 }
+
 .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
 .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
 .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
   background: #1c2529;
 }
+
 .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
   color: #fff;
 }
+
 .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
 .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
 .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
@@ -844,42 +999,52 @@ a:focus {
   background: #222d32;
   color: #fff;
 }
+
 .control-sidebar-dark .control-sidebar-heading,
 .control-sidebar-dark .control-sidebar-subheading {
   color: #fff;
 }
+
 .control-sidebar-dark .control-sidebar-menu > li > a:hover {
   background: #1e282c;
 }
+
 .control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
   color: #b8c7ce;
 }
+
 .control-sidebar-light {
   color: #5e5e5e;
 }
+
 .control-sidebar-light,
 .control-sidebar-light + .control-sidebar-bg {
   background: #f9fafc;
   border-left: 1px solid #d2d6de;
 }
+
 .control-sidebar-light .nav-tabs.control-sidebar-tabs {
   border-bottom: #d2d6de;
 }
+
 .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
   background: #e8ecf4;
   color: #444444;
 }
+
 .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
 .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
 .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
   border-left-color: #d2d6de;
   border-bottom-color: #d2d6de;
 }
+
 .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
 .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
 .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
   background: #eff1f7;
 }
+
 .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
 .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
 .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
@@ -887,19 +1052,24 @@ a:focus {
   background: #f9fafc;
   color: #111;
 }
+
 .control-sidebar-light .control-sidebar-heading,
 .control-sidebar-light .control-sidebar-subheading {
   color: #111;
 }
+
 .control-sidebar-light .control-sidebar-menu {
   margin-left: -14px;
 }
+
 .control-sidebar-light .control-sidebar-menu > li > a:hover {
   background: #f4f4f5;
 }
+
 .control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
   color: #5e5e5e;
 }
+
 /*
  * Component: Dropdown menus
  * -------------------------
@@ -909,21 +1079,26 @@ a:focus {
   box-shadow: none;
   border-color: #eee;
 }
+
 .dropdown-menu > li > a {
   color: #777;
 }
+
 .dropdown-menu > li > a > .glyphicon,
 .dropdown-menu > li > a > .fa,
 .dropdown-menu > li > a > .ion {
   margin-right: 10px;
 }
+
 .dropdown-menu > li > a:hover {
   background-color: #e1e3e9;
   color: #333;
 }
+
 .dropdown-menu > .divider {
   background-color: #eee;
 }
+
 .navbar-nav > .notifications-menu > .dropdown-menu,
 .navbar-nav > .messages-menu > .dropdown-menu,
 .navbar-nav > .tasks-menu > .dropdown-menu {
@@ -932,11 +1107,13 @@ a:focus {
   margin: 0;
   top: 100%;
 }
+
 .navbar-nav > .notifications-menu > .dropdown-menu > li,
 .navbar-nav > .messages-menu > .dropdown-menu > li,
 .navbar-nav > .tasks-menu > .dropdown-menu > li {
   position: relative;
 }
+
 .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
 .navbar-nav > .messages-menu > .dropdown-menu > li.header,
 .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
@@ -950,6 +1127,7 @@ a:focus {
   color: #444444;
   font-size: 14px;
 }
+
 .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
 .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
 .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
@@ -961,23 +1139,26 @@ a:focus {
   background-color: #fff;
   padding: 7px 10px;
   border-bottom: 1px solid #eeeeee;
-  color: #444!important;
+  color: #444 !important;
   text-align: center;
 }
+
 @media (max-width: 991px) {
   .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
   .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
   .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
-    background: #fff!important;
-    color: #444!important;
+    background: #fff !important;
+    color: #444 !important;
   }
 }
+
 .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
 .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
 .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
   text-decoration: none;
   font-weight: normal;
 }
+
 .navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
 .navbar-nav > .messages-menu > .dropdown-menu > li .menu,
 .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
@@ -987,6 +1168,7 @@ a:focus {
   list-style: none;
   overflow-x: hidden;
 }
+
 .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
 .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
 .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
@@ -995,32 +1177,38 @@ a:focus {
   /* Prevent text from breaking */
   border-bottom: 1px solid #f4f4f4;
 }
+
 .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
 .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
 .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
   background: #f4f4f4;
   text-decoration: none;
 }
+
 .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
   color: #444444;
   overflow: hidden;
   text-overflow: ellipsis;
   padding: 10px;
 }
+
 .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
 .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
 .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
   width: 20px;
 }
+
 .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
   margin: 0;
   padding: 10px 10px;
 }
+
 .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
   margin: auto 10px auto auto;
   width: 40px;
   height: 40px;
 }
+
 .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
   padding: 0;
   margin: 0 0 0 45px;
@@ -1028,6 +1216,7 @@ a:focus {
   font-size: 15px;
   position: relative;
 }
+
 .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
   color: #999999;
   font-size: 10px;
@@ -1035,32 +1224,39 @@ a:focus {
   top: 0;
   right: 0;
 }
+
 .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
   margin: 0 0 0 45px;
   font-size: 12px;
   color: #888888;
 }
+
 .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
 .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
   content: " ";
   display: table;
 }
+
 .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
   clear: both;
 }
+
 .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
   padding: 10px;
 }
+
 .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
   font-size: 14px;
   padding: 0;
   margin: 0 0 10px 0;
   color: #666666;
 }
+
 .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
   padding: 0;
   margin: 0;
 }
+
 .navbar-nav > .user-menu > .dropdown-menu {
   border-top-right-radius: 0;
   border-top-left-radius: 0;
@@ -1068,16 +1264,19 @@ a:focus {
   border-top-width: 0;
   width: 280px;
 }
+
 .navbar-nav > .user-menu > .dropdown-menu,
 .navbar-nav > .user-menu > .dropdown-menu > .user-body {
   border-bottom-right-radius: 4px;
   border-bottom-left-radius: 4px;
 }
+
 .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
   height: 175px;
   padding: 10px;
   text-align: center;
 }
+
 .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
   z-index: 5;
   height: 90px;
@@ -1086,6 +1285,7 @@ a:focus {
   border-color: transparent;
   border-color: rgba(255, 255, 255, 0.2);
 }
+
 .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
   z-index: 5;
   color: #fff;
@@ -1093,52 +1293,64 @@ a:focus {
   font-size: 17px;
   margin-top: 10px;
 }
+
 .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
   display: block;
   font-size: 12px;
 }
+
 .navbar-nav > .user-menu > .dropdown-menu > .user-body {
   padding: 15px;
   border-bottom: 1px solid #f4f4f4;
   border-top: 1px solid #dddddd;
 }
+
 .navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
 .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
   content: " ";
   display: table;
 }
+
 .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
   clear: both;
 }
+
 .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
   color: #444 !important;
 }
+
 @media (max-width: 991px) {
   .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
     background: #fff !important;
     color: #444 !important;
   }
 }
+
 .navbar-nav > .user-menu > .dropdown-menu > .user-footer {
   background-color: #f9f9f9;
   padding: 10px;
 }
+
 .navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
 .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
   content: " ";
   display: table;
 }
+
 .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
   clear: both;
 }
+
 .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
   color: #666666;
 }
+
 @media (max-width: 991px) {
   .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
     background-color: #f9f9f9;
   }
 }
+
 .navbar-nav > .user-menu .user-image {
   float: left;
   width: 25px;
@@ -1147,6 +1359,7 @@ a:focus {
   margin-right: 10px;
   margin-top: -2px;
 }
+
 @media (max-width: 767px) {
   .navbar-nav > .user-menu .user-image {
     float: none;
@@ -1155,6 +1368,7 @@ a:focus {
     line-height: 10px;
   }
 }
+
 /* Add fade animation to dropdown menus by appending
  the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
 .open:not(.dropup) > .animated-dropdown-menu {
@@ -1163,6 +1377,7 @@ a:focus {
   -o-animation: flipInX 0.7s both;
   animation: flipInX 0.7s both;
 }
+
 @keyframes flipInX {
   0% {
     transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
@@ -1184,6 +1399,7 @@ a:focus {
     transform: perspective(400px);
   }
 }
+
 @-webkit-keyframes flipInX {
   0% {
     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
@@ -1205,22 +1421,27 @@ a:focus {
     -webkit-transform: perspective(400px);
   }
 }
+
 /* Fix dropdown menu in navbars */
 .navbar-custom-menu > .navbar-nav > li {
   position: relative;
 }
+
 .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
   position: absolute;
   right: 0;
   left: auto;
 }
+
 @media (max-width: 991px) {
   .navbar-custom-menu > .navbar-nav {
     float: right;
   }
+
   .navbar-custom-menu > .navbar-nav > li {
     position: static;
   }
+
   .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
     position: absolute;
     right: 5%;
@@ -1229,6 +1450,7 @@ a:focus {
     background: #fff;
   }
 }
+
 /*
  * Component: Form
  * ---------------
@@ -1238,70 +1460,86 @@ a:focus {
   box-shadow: none;
   border-color: #d2d6de;
 }
+
 .form-control:focus {
   border-color: #3c8dbc;
   box-shadow: none;
 }
+
 .form-control::-moz-placeholder,
 .form-control:-ms-input-placeholder,
 .form-control::-webkit-input-placeholder {
   color: #bbb;
   opacity: 1;
 }
+
 .form-control:not(select) {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
 }
+
 .form-group.has-success label {
   color: #00a65a;
 }
+
 .form-group.has-success .form-control {
   border-color: #00a65a;
   box-shadow: none;
 }
+
 .form-group.has-warning label {
   color: #f39c12;
 }
+
 .form-group.has-warning .form-control {
   border-color: #f39c12;
   box-shadow: none;
 }
+
 .form-group.has-error label {
   color: #dd4b39;
 }
+
 .form-group.has-error .form-control {
   border-color: #dd4b39;
   box-shadow: none;
 }
+
 /* Input group */
 .input-group .input-group-addon {
   border-radius: 0;
   border-color: #d2d6de;
   background-color: #fff;
 }
+
 /* button groups */
 .btn-group-vertical .btn.btn-flat:first-of-type,
 .btn-group-vertical .btn.btn-flat:last-of-type {
   border-radius: 0;
 }
+
 .icheck > label {
   padding-left: 0;
 }
+
 /* support Font Awesome icons in form-control */
 .form-control-feedback.fa {
   line-height: 34px;
 }
+
 .input-lg + .form-control-feedback.fa,
 .input-group-lg + .form-control-feedback.fa,
 .form-group-lg .form-control + .form-control-feedback.fa {
   line-height: 46px;
 }
+
 .input-sm + .form-control-feedback.fa,
 .input-group-sm + .form-control-feedback.fa,
 .form-group-sm .form-control + .form-control-feedback.fa {
   line-height: 30px;
 }
+
 /*
  * Component: Progress Bar
  * -----------------------
@@ -1311,43 +1549,51 @@ a:focus {
   -webkit-box-shadow: none;
   box-shadow: none;
 }
+
 .progress,
 .progress > .progress-bar,
 .progress .progress-bar,
 .progress > .progress-bar .progress-bar {
   border-radius: 1px;
 }
+
 /* size variation */
 .progress.sm,
 .progress-sm {
   height: 10px;
 }
+
 .progress.sm,
 .progress-sm,
 .progress.sm .progress-bar,
 .progress-sm .progress-bar {
   border-radius: 1px;
 }
+
 .progress.xs,
 .progress-xs {
   height: 7px;
 }
+
 .progress.xs,
 .progress-xs,
 .progress.xs .progress-bar,
 .progress-xs .progress-bar {
   border-radius: 1px;
 }
+
 .progress.xxs,
 .progress-xxs {
   height: 3px;
 }
+
 .progress.xxs,
 .progress-xxs,
 .progress.xxs .progress-bar,
 .progress-xxs .progress-bar {
   border-radius: 1px;
 }
+
 /* Vertical bars */
 .progress.vertical {
   position: relative;
@@ -1356,83 +1602,101 @@ a:focus {
   display: inline-block;
   margin-right: 10px;
 }
+
 .progress.vertical > .progress-bar {
   width: 100%;
   position: absolute;
   bottom: 0;
 }
+
 .progress.vertical.sm,
 .progress.vertical.progress-sm {
   width: 20px;
 }
+
 .progress.vertical.xs,
 .progress.vertical.progress-xs {
   width: 10px;
 }
+
 .progress.vertical.xxs,
 .progress.vertical.progress-xxs {
   width: 3px;
 }
+
 .progress-group .progress-text {
   font-weight: 600;
 }
+
 .progress-group .progress-number {
   float: right;
 }
+
 /* Remove margins from progress bars when put in a table */
 .table tr > td .progress {
   margin: 0;
 }
+
 .progress-bar-light-blue,
 .progress-bar-primary {
   background-color: #3c8dbc;
 }
+
 .progress-striped .progress-bar-light-blue,
 .progress-striped .progress-bar-primary {
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 }
+
 .progress-bar-green,
 .progress-bar-success {
   background-color: #00a65a;
 }
+
 .progress-striped .progress-bar-green,
 .progress-striped .progress-bar-success {
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 }
+
 .progress-bar-aqua,
 .progress-bar-info {
   background-color: #00c0ef;
 }
+
 .progress-striped .progress-bar-aqua,
 .progress-striped .progress-bar-info {
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 }
+
 .progress-bar-yellow,
 .progress-bar-warning {
   background-color: #f39c12;
 }
+
 .progress-striped .progress-bar-yellow,
 .progress-striped .progress-bar-warning {
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 }
+
 .progress-bar-red,
 .progress-bar-danger {
   background-color: #dd4b39;
 }
+
 .progress-striped .progress-bar-red,
 .progress-striped .progress-bar-danger {
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 }
+
 /*
  * Component: Small Box
  * --------------------
@@ -1444,9 +1708,11 @@ a:focus {
   margin-bottom: 20px;
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
 }
+
 .small-box > .inner {
   padding: 10px;
 }
+
 .small-box > .small-box-footer {
   position: relative;
   text-align: center;
@@ -1458,10 +1724,12 @@ a:focus {
   background: rgba(0, 0, 0, 0.1);
   text-decoration: none;
 }
+
 .small-box > .small-box-footer:hover {
   color: #fff;
   background: rgba(0, 0, 0, 0.15);
 }
+
 .small-box h3 {
   font-size: 38px;
   font-weight: bold;
@@ -1469,19 +1737,23 @@ a:focus {
   white-space: nowrap;
   padding: 0;
 }
+
 .small-box p {
   font-size: 15px;
 }
+
 .small-box p > small {
   display: block;
   color: #f9f9f9;
   font-size: 13px;
   margin-top: 5px;
 }
+
 .small-box h3,
 .small-box p {
   z-index: 5px;
 }
+
 .small-box .icon {
   -webkit-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
@@ -1493,24 +1765,30 @@ a:focus {
   font-size: 90px;
   color: rgba(0, 0, 0, 0.15);
 }
+
 .small-box:hover {
   text-decoration: none;
   color: #f9f9f9;
 }
+
 .small-box:hover .icon {
   font-size: 95px;
 }
+
 @media (max-width: 767px) {
   .small-box {
     text-align: center;
   }
+
   .small-box .icon {
     display: none;
   }
+
   .small-box p {
     font-size: 12px;
   }
 }
+
 /*
  * Component: Box
  * --------------
@@ -1524,137 +1802,174 @@ a:focus {
   width: 100%;
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
 }
+
 .box.box-primary {
   border-top-color: #3c8dbc;
 }
+
 .box.box-info {
   border-top-color: #00c0ef;
 }
+
 .box.box-danger {
   border-top-color: #dd4b39;
 }
+
 .box.box-warning {
   border-top-color: #f39c12;
 }
+
 .box.box-success {
   border-top-color: #00a65a;
 }
+
 .box.box-default {
   border-top-color: #d2d6de;
 }
+
 .box.collapsed-box .box-body,
 .box.collapsed-box .box-footer {
   display: none;
 }
+
 .box .nav-stacked > li {
   border-bottom: 1px solid #f4f4f4;
   margin: 0;
 }
+
 .box .nav-stacked > li:last-of-type {
   border-bottom: none;
 }
+
 .box.height-control .box-body {
   max-height: 300px;
   overflow: auto;
 }
+
 .box .border-right {
   border-right: 1px solid #f4f4f4;
 }
+
 .box .border-left {
   border-left: 1px solid #f4f4f4;
 }
+
 .box.box-solid {
   border-top: 0;
 }
+
 .box.box-solid > .box-header .btn.btn-default {
   background: transparent;
 }
+
 .box.box-solid > .box-header .btn:hover,
 .box.box-solid > .box-header a:hover {
   background: rgba(0, 0, 0, 0.1);
 }
+
 .box.box-solid.box-default {
   border: 1px solid #d2d6de;
 }
+
 .box.box-solid.box-default > .box-header {
   color: #444444;
   background: #d2d6de;
   background-color: #d2d6de;
 }
+
 .box.box-solid.box-default > .box-header a,
 .box.box-solid.box-default > .box-header .btn {
   color: #444444;
 }
+
 .box.box-solid.box-primary {
   border: 1px solid #3c8dbc;
 }
+
 .box.box-solid.box-primary > .box-header {
   color: #ffffff;
   background: #3c8dbc;
   background-color: #3c8dbc;
 }
+
 .box.box-solid.box-primary > .box-header a,
 .box.box-solid.box-primary > .box-header .btn {
   color: #ffffff;
 }
+
 .box.box-solid.box-info {
   border: 1px solid #00c0ef;
 }
+
 .box.box-solid.box-info > .box-header {
   color: #ffffff;
   background: #00c0ef;
   background-color: #00c0ef;
 }
+
 .box.box-solid.box-info > .box-header a,
 .box.box-solid.box-info > .box-header .btn {
   color: #ffffff;
 }
+
 .box.box-solid.box-danger {
   border: 1px solid #dd4b39;
 }
+
 .box.box-solid.box-danger > .box-header {
   color: #ffffff;
   background: #dd4b39;
   background-color: #dd4b39;
 }
+
 .box.box-solid.box-danger > .box-header a,
 .box.box-solid.box-danger > .box-header .btn {
   color: #ffffff;
 }
+
 .box.box-solid.box-warning {
   border: 1px solid #f39c12;
 }
+
 .box.box-solid.box-warning > .box-header {
   color: #ffffff;
   background: #f39c12;
   background-color: #f39c12;
 }
+
 .box.box-solid.box-warning > .box-header a,
 .box.box-solid.box-warning > .box-header .btn {
   color: #ffffff;
 }
+
 .box.box-solid.box-success {
   border: 1px solid #00a65a;
 }
+
 .box.box-solid.box-success > .box-header {
   color: #ffffff;
   background: #00a65a;
   background-color: #00a65a;
 }
+
 .box.box-solid.box-success > .box-header a,
 .box.box-solid.box-success > .box-header .btn {
   color: #ffffff;
 }
+
 .box.box-solid > .box-header > .box-tools .btn {
   border: 0;
   box-shadow: none;
 }
+
 .box.box-solid[class*='bg'] > .box-header {
   color: #fff;
 }
+
 .box .box-group > .box {
   margin-bottom: 5px;
 }
+
 .box .knob-label {
   text-align: center;
   color: #333;
@@ -1662,6 +1977,7 @@ a:focus {
   font-size: 12px;
   margin-bottom: 0.3em;
 }
+
 .box > .overlay,
 .overlay-wrapper > .overlay,
 .box > .loading-img,
@@ -1672,12 +1988,14 @@ a:focus {
   width: 100%;
   height: 100%;
 }
+
 .box .overlay,
 .overlay-wrapper .overlay {
   z-index: 50;
   background: rgba(255, 255, 255, 0.7);
   border-radius: 3px;
 }
+
 .box .overlay > .fa,
 .overlay-wrapper .overlay > .fa {
   position: absolute;
@@ -1688,10 +2006,12 @@ a:focus {
   color: #000;
   font-size: 30px;
 }
+
 .box .overlay.dark,
 .overlay-wrapper .overlay.dark {
   background: rgba(0, 0, 0, 0.5);
 }
+
 .box-header:before,
 .box-body:before,
 .box-footer:before,
@@ -1701,23 +2021,28 @@ a:focus {
   content: " ";
   display: table;
 }
+
 .box-header:after,
 .box-body:after,
 .box-footer:after {
   clear: both;
 }
+
 .box-header {
   color: #444;
   display: block;
   padding: 10px;
   position: relative;
 }
+
 .box-header.with-border {
   border-bottom: 1px solid #f4f4f4;
 }
+
 .collapsed-box .box-header.with-border {
   border-bottom: none;
 }
+
 .box-header > .fa,
 .box-header > .glyphicon,
 .box-header > .ion,
@@ -1727,36 +2052,44 @@ a:focus {
   margin: 0;
   line-height: 1;
 }
+
 .box-header > .fa,
 .box-header > .glyphicon,
 .box-header > .ion {
   margin-right: 5px;
 }
+
 .box-header > .box-tools {
   position: absolute;
   right: 10px;
   top: 5px;
 }
+
 .box-header > .box-tools [data-toggle="tooltip"] {
   position: relative;
 }
+
 .box-header > .box-tools.pull-right .dropdown-menu {
   right: 0;
   left: auto;
 }
+
 .btn-box-tool {
   padding: 5px;
   font-size: 12px;
   background: transparent;
   color: #97a0b3;
 }
+
 .open .btn-box-tool,
 .btn-box-tool:hover {
   color: #606c84;
 }
+
 .btn-box-tool.btn:active {
   box-shadow: none;
 }
+
 .box-body {
   border-top-left-radius: 0;
   border-top-right-radius: 0;
@@ -1764,34 +2097,42 @@ a:focus {
   border-bottom-left-radius: 3px;
   padding: 10px;
 }
+
 .no-header .box-body {
   border-top-right-radius: 3px;
   border-top-left-radius: 3px;
 }
+
 .box-body > .table {
   margin-bottom: 0;
 }
+
 .box-body .fc {
   margin-top: 5px;
 }
+
 .box-body .full-width-chart {
   margin: -19px;
 }
+
 .box-body.no-padding .full-width-chart {
   margin: -9px;
 }
+
 .box-body .box-pane {
   border-top-left-radius: 0;
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 3px;
 }
+
 .box-body .box-pane-right {
   border-top-left-radius: 0;
   border-top-right-radius: 0;
   border-bottom-right-radius: 3px;
   border-bottom-left-radius: 0;
 }
+
 .box-footer {
   border-top-left-radius: 0;
   border-top-right-radius: 0;
@@ -1801,52 +2142,65 @@ a:focus {
   padding: 10px;
   background-color: #ffffff;
 }
+
 .chart-legend {
   margin: 10px 0;
 }
+
 @media (max-width: 991px) {
   .chart-legend > li {
     float: left;
     margin-right: 10px;
   }
 }
+
 .box-comments {
   background: #f7f7f7;
 }
+
 .box-comments .box-comment {
   padding: 8px 0;
   border-bottom: 1px solid #eee;
 }
+
 .box-comments .box-comment:before,
 .box-comments .box-comment:after {
   content: " ";
   display: table;
 }
+
 .box-comments .box-comment:after {
   clear: both;
 }
+
 .box-comments .box-comment:last-of-type {
   border-bottom: 0;
 }
+
 .box-comments .box-comment:first-of-type {
   padding-top: 0;
 }
+
 .box-comments .box-comment img {
   float: left;
 }
+
 .box-comments .comment-text {
   margin-left: 40px;
   color: #555;
 }
+
 .box-comments .username {
   color: #444;
   display: block;
   font-weight: 600;
 }
+
 .box-comments .text-muted {
   font-weight: 400;
   font-size: 12px;
 }
+
 /* Widget: TODO LIST */
 .todo-list {
   margin: 0;
@@ -1854,6 +2208,7 @@ a:focus {
   list-style: none;
   overflow: auto;
 }
+
 .todo-list > li {
   border-radius: 2px;
   padding: 10px;
@@ -1862,100 +2217,126 @@ a:focus {
   border-left: 2px solid #e6e7e8;
   color: #444;
 }
+
 .todo-list > li:last-of-type {
   margin-bottom: 0;
 }
+
 .todo-list > li > input[type='checkbox'] {
   margin: 0 10px 0 5px;
 }
+
 .todo-list > li .text {
   display: inline-block;
   margin-left: 5px;
   font-weight: 600;
 }
+
 .todo-list > li .label {
   margin-left: 10px;
   font-size: 9px;
 }
+
 .todo-list > li .tools {
   display: none;
   float: right;
   color: #dd4b39;
 }
+
 .todo-list > li .tools > .fa,
 .todo-list > li .tools > .glyphicon,
 .todo-list > li .tools > .ion {
   margin-right: 5px;
   cursor: pointer;
 }
+
 .todo-list > li:hover .tools {
   display: inline-block;
 }
+
 .todo-list > li.done {
   color: #999;
 }
+
 .todo-list > li.done .text {
   text-decoration: line-through;
   font-weight: 500;
 }
+
 .todo-list > li.done .label {
   background: #d2d6de !important;
 }
+
 .todo-list .danger {
   border-left-color: #dd4b39;
 }
+
 .todo-list .warning {
   border-left-color: #f39c12;
 }
+
 .todo-list .info {
   border-left-color: #00c0ef;
 }
+
 .todo-list .success {
   border-left-color: #00a65a;
 }
+
 .todo-list .primary {
   border-left-color: #3c8dbc;
 }
+
 .todo-list .handle {
   display: inline-block;
   cursor: move;
   margin: 0 5px;
 }
+
 /* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
 .chat {
   padding: 5px 20px 5px 10px;
 }
+
 .chat .item {
   margin-bottom: 10px;
 }
+
 .chat .item:before,
 .chat .item:after {
   content: " ";
   display: table;
 }
+
 .chat .item:after {
   clear: both;
 }
+
 .chat .item > img {
   width: 40px;
   height: 40px;
   border: 2px solid transparent;
   border-radius: 50%;
 }
+
 .chat .item > .online {
   border: 2px solid #00a65a;
 }
+
 .chat .item > .offline {
   border: 2px solid #dd4b39;
 }
+
 .chat .item > .message {
   margin-left: 55px;
   margin-top: -40px;
 }
+
 .chat .item > .message > .name {
   display: block;
   font-weight: 600;
 }
+
 .chat .item > .attachment {
   border-radius: 3px;
   background: #f4f4f4;
@@ -1963,11 +2344,13 @@ a:focus {
   margin-right: 15px;
   padding: 10px;
 }
+
 .chat .item > .attachment > h4 {
   margin: 0 0 5px 0;
   font-weight: 600;
   font-size: 14px;
 }
+
 .chat .item > .attachment > p,
 .chat .item > .attachment > .filename {
   font-weight: 600;
@@ -1975,20 +2358,25 @@ a:focus {
   font-style: italic;
   margin: 0;
 }
+
 .chat .item > .attachment:before,
 .chat .item > .attachment:after {
   content: " ";
   display: table;
 }
+
 .chat .item > .attachment:after {
   clear: both;
 }
+
 .box-input {
   max-width: 200px;
 }
+
 .modal .panel-body {
   color: #444;
 }
+
 /*
  * Component: Info Box
  * -------------------
@@ -2002,21 +2390,26 @@ a:focus {
   border-radius: 2px;
   margin-bottom: 15px;
 }
+
 .info-box small {
   font-size: 14px;
 }
+
 .info-box .progress {
   background: rgba(0, 0, 0, 0.2);
   margin: 5px -10px 5px -10px;
   height: 2px;
 }
+
 .info-box .progress,
 .info-box .progress .progress-bar {
   border-radius: 0;
 }
+
 .info-box .progress .progress-bar {
   background: #fff;
 }
+
 .info-box-icon {
   border-top-left-radius: 2px;
   border-top-right-radius: 0;
@@ -2031,18 +2424,22 @@ a:focus {
   line-height: 90px;
   background: rgba(0, 0, 0, 0.2);
 }
+
 .info-box-icon > img {
   max-width: 100%;
 }
+
 .info-box-content {
   padding: 5px 10px;
   margin-left: 90px;
 }
+
 .info-box-number {
   display: block;
   font-weight: bold;
   font-size: 18px;
 }
+
 .progress-description,
 .info-box-text {
   display: block;
@@ -2051,15 +2448,19 @@ a:focus {
   overflow: hidden;
   text-overflow: ellipsis;
 }
+
 .info-box-text {
   text-transform: uppercase;
 }
+
 .info-box-more {
   display: block;
 }
+
 .progress-description {
   margin: 0;
 }
+
 /*
  * Component: Timeline
  * -------------------
@@ -2070,6 +2471,7 @@ a:focus {
   padding: 0;
   list-style: none;
 }
+
 .timeline:before {
   content: '';
   position: absolute;
@@ -2081,19 +2483,23 @@ a:focus {
   margin: 0;
   border-radius: 2px;
 }
+
 .timeline > li {
   position: relative;
   margin-right: 10px;
   margin-bottom: 15px;
 }
+
 .timeline > li:before,
 .timeline > li:after {
   content: " ";
   display: table;
 }
+
 .timeline > li:after {
   clear: both;
 }
+
 .timeline > li > .timeline-item {
   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
@@ -2106,12 +2512,14 @@ a:focus {
   padding: 0;
   position: relative;
 }
+
 .timeline > li > .timeline-item > .time {
   color: #999;
   float: right;
   padding: 10px;
   font-size: 12px;
 }
+
 .timeline > li > .timeline-item > .timeline-header {
   margin: 0;
   color: #555;
@@ -2120,13 +2528,16 @@ a:focus {
   font-size: 16px;
   line-height: 1.1;
 }
+
 .timeline > li > .timeline-item > .timeline-header > a {
   font-weight: 600;
 }
+
 .timeline > li > .timeline-item > .timeline-body,
 .timeline > li > .timeline-item > .timeline-footer {
   padding: 10px;
 }
+
 .timeline > li > .fa,
 .timeline > li > .glyphicon,
 .timeline > li > .ion {
@@ -2142,6 +2553,7 @@ a:focus {
   left: 18px;
   top: 0;
 }
+
 .timeline > .time-label > span {
   font-weight: 600;
   padding: 5px;
@@ -2149,15 +2561,18 @@ a:focus {
   background-color: #fff;
   border-radius: 4px;
 }
+
 .timeline-inverse > li > .timeline-item {
   background: #f0f0f0;
   border: 1px solid #ddd;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
+
 .timeline-inverse > li > .timeline-item > .timeline-header {
   border-bottom-color: #ddd;
 }
+
 /*
  * Component: Button
  * -----------------
@@ -2168,9 +2583,11 @@ a:focus {
   box-shadow: none;
   border: 1px solid transparent;
 }
+
 .btn.uppercase {
   text-transform: uppercase;
 }
+
 .btn.btn-flat {
   border-radius: 0;
   -webkit-box-shadow: none;
@@ -2178,18 +2595,22 @@ a:focus {
   box-shadow: none;
   border-width: 1px;
 }
+
 .btn:active {
   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 }
+
 .btn:focus {
   outline: none;
 }
+
 .btn.btn-file {
   position: relative;
   overflow: hidden;
 }
+
 .btn.btn-file > input[type='file'] {
   position: absolute;
   top: 0;
@@ -2205,80 +2626,97 @@ a:focus {
   cursor: inherit;
   display: block;
 }
+
 .btn-default {
   background-color: #f4f4f4;
   color: #444;
   border-color: #ddd;
 }
+
 .btn-default:hover,
 .btn-default:active,
 .btn-default.hover {
   background-color: #e7e7e7;
 }
+
 .btn-primary {
   background-color: #3c8dbc;
   border-color: #367fa9;
 }
+
 .btn-primary:hover,
 .btn-primary:active,
 .btn-primary.hover {
   background-color: #367fa9;
 }
+
 .btn-success {
   background-color: #00a65a;
   border-color: #008d4c;
 }
+
 .btn-success:hover,
 .btn-success:active,
 .btn-success.hover {
   background-color: #008d4c;
 }
+
 .btn-info {
   background-color: #00c0ef;
   border-color: #00acd6;
 }
+
 .btn-info:hover,
 .btn-info:active,
 .btn-info.hover {
   background-color: #00acd6;
 }
+
 .btn-danger {
   background-color: #dd4b39;
   border-color: #d73925;
 }
+
 .btn-danger:hover,
 .btn-danger:active,
 .btn-danger.hover {
   background-color: #d73925;
 }
+
 .btn-warning {
   background-color: #f39c12;
   border-color: #e08e0b;
 }
+
 .btn-warning:hover,
 .btn-warning:active,
 .btn-warning.hover {
   background-color: #e08e0b;
 }
+
 .btn-outline {
   border: 1px solid #fff;
   background: transparent;
   color: #fff;
 }
+
 .btn-outline:hover,
 .btn-outline:focus,
 .btn-outline:active {
   color: rgba(255, 255, 255, 0.7);
   border-color: rgba(255, 255, 255, 0.7);
 }
+
 .btn-link {
   -webkit-box-shadow: none;
   box-shadow: none;
 }
+
 .btn[class*='bg-']:hover {
   -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
   box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
 }
+
 .btn-app {
   border-radius: 3px;
   position: relative;
@@ -2292,23 +2730,27 @@ a:focus {
   background-color: #f4f4f4;
   font-size: 12px;
 }
+
 .btn-app > .fa,
 .btn-app > .glyphicon,
 .btn-app > .ion {
   font-size: 20px;
   display: block;
 }
+
 .btn-app:hover {
   background: #f4f4f4;
   color: #444;
   border-color: #aaa;
 }
+
 .btn-app:active,
 .btn-app:focus {
   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 }
+
 .btn-app > .badge {
   position: absolute;
   top: -3px;
@@ -2316,6 +2758,7 @@ a:focus {
   font-size: 10px;
   font-weight: 400;
 }
+
 /*
  * Component: Callout
  * ------------------
@@ -2326,36 +2769,46 @@ a:focus {
   padding: 15px 30px 15px 15px;
   border-left: 5px solid #eee;
 }
+
 .callout a {
   color: #fff;
   text-decoration: underline;
 }
+
 .callout a:hover {
   color: #eee;
 }
+
 .callout h4 {
   margin-top: 0;
   font-weight: 600;
 }
+
 .callout p:last-child {
   margin-bottom: 0;
 }
+
 .callout code,
 .callout .highlight {
   background-color: #fff;
 }
+
 .callout.callout-danger {
   border-color: #c23321;
 }
+
 .callout.callout-warning {
   border-color: #c87f0a;
 }
+
 .callout.callout-info {
   border-color: #0097bc;
 }
+
 .callout.callout-success {
   border-color: #00733e;
 }
+
 /*
  * Component: alert
  * ----------------
@@ -2363,38 +2816,48 @@ a:focus {
 .alert {
   border-radius: 3px;
 }
+
 .alert h4 {
   font-weight: 600;
 }
+
 .alert .icon {
   margin-right: 10px;
 }
+
 .alert .close {
   color: #000;
   opacity: 0.2;
   filter: alpha(opacity=20);
 }
+
 .alert .close:hover {
   opacity: 0.5;
   filter: alpha(opacity=50);
 }
+
 .alert a {
   color: #fff;
   text-decoration: underline;
 }
+
 .alert-success {
   border-color: #008d4c;
 }
+
 .alert-danger,
 .alert-error {
   border-color: #d73925;
 }
+
 .alert-warning {
   border-color: #e08e0b;
 }
+
 .alert-info {
   border-color: #00acd6;
 }
+
 /*
  * Component: Nav
  * --------------
@@ -2405,25 +2868,30 @@ a:focus {
   color: #444;
   background: #f7f7f7;
 }
+
 /* NAV PILLS */
 .nav-pills > li > a {
   border-radius: 0;
   border-top: 3px solid transparent;
   color: #444;
 }
+
 .nav-pills > li > a > .fa,
 .nav-pills > li > a > .glyphicon,
 .nav-pills > li > a > .ion {
   margin-right: 5px;
 }
+
 .nav-pills > li.active > a,
 .nav-pills > li.active > a:hover,
 .nav-pills > li.active > a:focus {
   border-top-color: #3c8dbc;
 }
+
 .nav-pills > li.active > a {
   font-weight: 600;
 }
+
 /* NAV STACKED */
 .nav-stacked > li > a {
   border-radius: 0;
@@ -2431,6 +2899,7 @@ a:focus {
   border-left: 3px solid transparent;
   color: #444;
 }
+
 .nav-stacked > li.active > a,
 .nav-stacked > li.active > a:hover {
   background: transparent;
@@ -2438,6 +2907,7 @@ a:focus {
   border-top: 0;
   border-left-color: #3c8dbc;
 }
+
 .nav-stacked > li.header {
   border-bottom: 1px solid #ddd;
   color: #777;
@@ -2445,6 +2915,7 @@ a:focus {
   padding: 5px 10px;
   text-transform: uppercase;
 }
+
 /* NAV TABS */
 .nav-tabs-custom {
   margin-bottom: 20px;
@@ -2452,120 +2923,150 @@ a:focus {
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
   border-radius: 3px;
 }
+
 .nav-tabs-custom > .nav-tabs {
   margin: 0;
   border-bottom-color: #f4f4f4;
   border-top-right-radius: 3px;
   border-top-left-radius: 3px;
 }
+
 .nav-tabs-custom > .nav-tabs > li {
   border-top: 3px solid transparent;
   margin-bottom: -2px;
   margin-right: 5px;
 }
+
 .nav-tabs-custom > .nav-tabs > li > a {
   color: #444;
   border-radius: 0;
 }
+
 .nav-tabs-custom > .nav-tabs > li > a.text-muted {
   color: #999;
 }
+
 .nav-tabs-custom > .nav-tabs > li > a,
 .nav-tabs-custom > .nav-tabs > li > a:hover {
   background: transparent;
   margin: 0;
 }
+
 .nav-tabs-custom > .nav-tabs > li > a:hover {
   color: #999;
 }
+
 .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
 .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
 .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
   border-color: transparent;
 }
+
 .nav-tabs-custom > .nav-tabs > li.active {
   border-top-color: #3c8dbc;
 }
+
 .nav-tabs-custom > .nav-tabs > li.active > a,
 .nav-tabs-custom > .nav-tabs > li.active:hover > a {
   background-color: #fff;
   color: #444;
 }
+
 .nav-tabs-custom > .nav-tabs > li.active > a {
   border-top-color: transparent;
   border-left-color: #f4f4f4;
   border-right-color: #f4f4f4;
 }
+
 .nav-tabs-custom > .nav-tabs > li:first-of-type {
   margin-left: 0;
 }
+
 .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
   border-left-color: transparent;
 }
+
 .nav-tabs-custom > .nav-tabs.pull-right {
-  float: none!important;
+  float: none !important;
 }
+
 .nav-tabs-custom > .nav-tabs.pull-right > li {
   float: right;
 }
+
 .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
   margin-right: 0;
 }
+
 .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
   border-left-width: 1px;
 }
+
 .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
   border-left-color: #f4f4f4;
   border-right-color: transparent;
 }
+
 .nav-tabs-custom > .nav-tabs > li.header {
   line-height: 35px;
   padding: 0 10px;
   font-size: 20px;
   color: #444;
 }
+
 .nav-tabs-custom > .nav-tabs > li.header > .fa,
 .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
 .nav-tabs-custom > .nav-tabs > li.header > .ion {
   margin-right: 5px;
 }
+
 .nav-tabs-custom > .tab-content {
   background: #fff;
   padding: 10px;
   border-bottom-right-radius: 3px;
   border-bottom-left-radius: 3px;
 }
+
 .nav-tabs-custom .dropdown.open > a:active,
 .nav-tabs-custom .dropdown.open > a:focus {
   background: transparent;
   color: #999;
 }
+
 .nav-tabs-custom.tab-primary > .nav-tabs > li.active {
   border-top-color: #3c8dbc;
 }
+
 .nav-tabs-custom.tab-info > .nav-tabs > li.active {
   border-top-color: #00c0ef;
 }
+
 .nav-tabs-custom.tab-danger > .nav-tabs > li.active {
   border-top-color: #dd4b39;
 }
+
 .nav-tabs-custom.tab-warning > .nav-tabs > li.active {
   border-top-color: #f39c12;
 }
+
 .nav-tabs-custom.tab-success > .nav-tabs > li.active {
   border-top-color: #00a65a;
 }
+
 .nav-tabs-custom.tab-default > .nav-tabs > li.active {
   border-top-color: #d2d6de;
 }
+
 /* PAGINATION */
 .pagination > li > a {
   background: #fafafa;
   color: #666;
 }
+
 .pagination.pagination-flat > li > a {
   border-radius: 0 !important;
 }
+
 /*
  * Component: Products List
  * ------------------------
@@ -2575,6 +3076,7 @@ a:focus {
   margin: 0;
   padding: 0;
 }
+
 .products-list > .item {
   border-radius: 3px;
   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
@@ -2582,27 +3084,34 @@ a:focus {
   padding: 10px 0;
   background: #fff;
 }
+
 .products-list > .item:before,
 .products-list > .item:after {
   content: " ";
   display: table;
 }
+
 .products-list > .item:after {
   clear: both;
 }
+
 .products-list .product-img {
   float: left;
 }
+
 .products-list .product-img img {
   width: 50px;
   height: 50px;
 }
+
 .products-list .product-info {
   margin-left: 60px;
 }
+
 .products-list .product-title {
   font-weight: 600;
 }
+
 .products-list .product-description {
   display: block;
   color: #999;
@@ -2610,15 +3119,18 @@ a:focus {
   white-space: nowrap;
   text-overflow: ellipsis;
 }
+
 .product-list-in-box > .item {
   -webkit-box-shadow: none;
   box-shadow: none;
   border-radius: 0;
   border-bottom: 1px solid #f4f4f4;
 }
+
 .product-list-in-box > .item:last-of-type {
   border-bottom-width: 0;
 }
+
 /*
  * Component: Table
  * ----------------
@@ -2631,15 +3143,19 @@ a:focus {
 .table > tfoot > tr > td {
   border-top: 1px solid #f4f4f4;
 }
+
 .table > thead > tr > th {
   border-bottom: 2px solid #f4f4f4;
 }
+
 .table tr td .progress {
   margin-top: 5px;
 }
+
 .table-bordered {
   border: 1px solid #f4f4f4;
 }
+
 .table-bordered > thead > tr > th,
 .table-bordered > tbody > tr > th,
 .table-bordered > tfoot > tr > th,
@@ -2648,27 +3164,33 @@ a:focus {
 .table-bordered > tfoot > tr > td {
   border: 1px solid #f4f4f4;
 }
+
 .table-bordered > thead > tr > th,
 .table-bordered > thead > tr > td {
   border-bottom-width: 2px;
 }
+
 .table.no-border,
 .table.no-border td,
 .table.no-border th {
   border: 0;
 }
+
 /* .text-center in tables */
 table.text-center,
 table.text-center td,
 table.text-center th {
   text-align: center;
 }
+
 .table.align th {
   text-align: left;
 }
+
 .table.align td {
   text-align: right;
 }
+
 /*
  * Component: Label
  * ----------------
@@ -2677,6 +3199,7 @@ table.text-center th {
   background-color: #d2d6de;
   color: #444;
 }
+
 /*
  * Component: Direct Chat
  * ----------------------
@@ -2688,12 +3211,14 @@ table.text-center th {
   overflow-x: hidden;
   padding: 0;
 }
+
 .direct-chat.chat-pane-open .direct-chat-contacts {
   -webkit-transform: translate(0, 0);
   -ms-transform: translate(0, 0);
   -o-transform: translate(0, 0);
   transform: translate(0, 0);
 }
+
 .direct-chat-messages {
   -webkit-transform: translate(0, 0);
   -ms-transform: translate(0, 0);
@@ -2703,21 +3228,26 @@ table.text-center th {
   height: 250px;
   overflow: auto;
 }
+
 .direct-chat-msg,
 .direct-chat-text {
   display: block;
 }
+
 .direct-chat-msg {
   margin-bottom: 10px;
 }
+
 .direct-chat-msg:before,
 .direct-chat-msg:after {
   content: " ";
   display: table;
 }
+
 .direct-chat-msg:after {
   clear: both;
 }
+
 .direct-chat-messages,
 .direct-chat-contacts {
   -webkit-transition: -webkit-transform 0.5s ease-in-out;
@@ -2725,6 +3255,7 @@ table.text-center th {
   -o-transition: -o-transform 0.5s ease-in-out;
   transition: transform 0.5s ease-in-out;
 }
+
 .direct-chat-text {
   border-radius: 5px;
   position: relative;
@@ -2734,6 +3265,7 @@ table.text-center th {
   margin: 5px 0 0 50px;
   color: #444444;
 }
+
 .direct-chat-text:after,
 .direct-chat-text:before {
   position: absolute;
@@ -2746,18 +3278,22 @@ table.text-center th {
   width: 0;
   pointer-events: none;
 }
+
 .direct-chat-text:after {
   border-width: 5px;
   margin-top: -5px;
 }
+
 .direct-chat-text:before {
   border-width: 6px;
   margin-top: -6px;
 }
+
 .right .direct-chat-text {
   margin-right: 50px;
   margin-left: 0;
 }
+
 .right .direct-chat-text:after,
 .right .direct-chat-text:before {
   right: auto;
@@ -2765,32 +3301,39 @@ table.text-center th {
   border-right-color: transparent;
   border-left-color: #d2d6de;
 }
+
 .direct-chat-img {
   border-radius: 50%;
   float: left;
   width: 40px;
   height: 40px;
 }
+
 .right .direct-chat-img {
   float: right;
 }
+
 .direct-chat-info {
   display: block;
   margin-bottom: 2px;
   font-size: 12px;
 }
+
 .direct-chat-name {
   font-weight: 600;
 }
+
 .direct-chat-timestamp {
   color: #999;
 }
+
 .direct-chat-contacts-open .direct-chat-contacts {
   -webkit-transform: translate(0, 0);
   -ms-transform: translate(0, 0);
   -o-transform: translate(0, 0);
   transform: translate(0, 0);
 }
+
 .direct-chat-contacts {
   -webkit-transform: translate(101%, 0);
   -ms-transform: translate(101%, 0);
@@ -2805,93 +3348,115 @@ table.text-center th {
   color: #fff;
   overflow: auto;
 }
+
 .contacts-list > li {
   border-bottom: 1px solid rgba(0, 0, 0, 0.2);
   padding: 10px;
   margin: 0;
 }
+
 .contacts-list > li:before,
 .contacts-list > li:after {
   content: " ";
   display: table;
 }
+
 .contacts-list > li:after {
   clear: both;
 }
+
 .contacts-list > li:last-of-type {
   border-bottom: none;
 }
+
 .contacts-list-img {
   border-radius: 50%;
   width: 40px;
   float: left;
 }
+
 .contacts-list-info {
   margin-left: 45px;
   color: #fff;
 }
+
 .contacts-list-name,
 .contacts-list-status {
   display: block;
 }
+
 .contacts-list-name {
   font-weight: 600;
 }
+
 .contacts-list-status {
   font-size: 12px;
 }
+
 .contacts-list-date {
   color: #aaa;
   font-weight: normal;
 }
+
 .contacts-list-msg {
   color: #999;
 }
+
 .direct-chat-danger .right > .direct-chat-text {
   background: #dd4b39;
   border-color: #dd4b39;
   color: #ffffff;
 }
+
 .direct-chat-danger .right > .direct-chat-text:after,
 .direct-chat-danger .right > .direct-chat-text:before {
   border-left-color: #dd4b39;
 }
+
 .direct-chat-primary .right > .direct-chat-text {
   background: #3c8dbc;
   border-color: #3c8dbc;
   color: #ffffff;
 }
+
 .direct-chat-primary .right > .direct-chat-text:after,
 .direct-chat-primary .right > .direct-chat-text:before {
   border-left-color: #3c8dbc;
 }
+
 .direct-chat-warning .right > .direct-chat-text {
   background: #f39c12;
   border-color: #f39c12;
   color: #ffffff;
 }
+
 .direct-chat-warning .right > .direct-chat-text:after,
 .direct-chat-warning .right > .direct-chat-text:before {
   border-left-color: #f39c12;
 }
+
 .direct-chat-info .right > .direct-chat-text {
   background: #00c0ef;
   border-color: #00c0ef;
   color: #ffffff;
 }
+
 .direct-chat-info .right > .direct-chat-text:after,
 .direct-chat-info .right > .direct-chat-text:before {
   border-left-color: #00c0ef;
 }
+
 .direct-chat-success .right > .direct-chat-text {
   background: #00a65a;
   border-color: #00a65a;
   color: #ffffff;
 }
+
 .direct-chat-success .right > .direct-chat-text:after,
 .direct-chat-success .right > .direct-chat-text:before {
   border-left-color: #00a65a;
 }
+
 /*
  * Component: Users List
  * ---------------------
@@ -2902,19 +3467,23 @@ table.text-center th {
   padding: 10px;
   text-align: center;
 }
+
 .users-list > li img {
   border-radius: 50%;
   max-width: 100%;
   height: auto;
 }
+
 .users-list > li > a:hover,
 .users-list > li > a:hover .users-list-name {
   color: #999;
 }
+
 .users-list-name,
 .users-list-date {
   display: block;
 }
+
 .users-list-name {
   font-weight: 600;
   color: #444;
@@ -2922,10 +3491,12 @@ table.text-center th {
   white-space: nowrap;
   text-overflow: ellipsis;
 }
+
 .users-list-date {
   color: #999;
   font-size: 12px;
 }
+
 /*
  * Component: Carousel
  * -------------------
@@ -2934,6 +3505,7 @@ table.text-center th {
 .carousel-control.right {
   background-image: none;
 }
+
 .carousel-control > .fa {
   font-size: 40px;
   position: absolute;
@@ -2942,6 +3514,7 @@ table.text-center th {
   display: inline-block;
   margin-top: -20px;
 }
+
 /*
  * Component: modal
  * ----------------
@@ -2949,44 +3522,54 @@ table.text-center th {
 .modal {
   background: rgba(0, 0, 0, 0.3);
 }
+
 .modal-content {
   border-radius: 0;
   -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
   box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
   border: 0;
 }
+
 @media (min-width: 768px) {
   .modal-content {
     -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
     box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
   }
 }
+
 .modal-header {
   border-bottom-color: #f4f4f4;
 }
+
 .modal-footer {
   border-top-color: #f4f4f4;
 }
+
 .modal-primary .modal-header,
 .modal-primary .modal-footer {
   border-color: #307095;
 }
+
 .modal-warning .modal-header,
 .modal-warning .modal-footer {
   border-color: #c87f0a;
 }
+
 .modal-info .modal-header,
 .modal-info .modal-footer {
   border-color: #0097bc;
 }
+
 .modal-success .modal-header,
 .modal-success .modal-footer {
   border-color: #00733e;
 }
+
 .modal-danger .modal-header,
 .modal-danger .modal-footer {
   border-color: #c23321;
 }
+
 /*
  * Component: Social Widgets
  * -------------------------
@@ -2995,12 +3578,14 @@ table.text-center th {
   border: none;
   position: relative;
 }
+
 .widget-user .widget-user-header {
   padding: 20px;
   height: 120px;
   border-top-right-radius: 3px;
   border-top-left-radius: 3px;
 }
+
 .widget-user .widget-user-username {
   margin-top: 0;
   margin-bottom: 5px;
@@ -3008,46 +3593,56 @@ table.text-center th {
   font-weight: 300;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
 }
+
 .widget-user .widget-user-desc {
   margin-top: 0;
 }
+
 .widget-user .widget-user-image {
   position: absolute;
   top: 65px;
   left: 50%;
   margin-left: -45px;
 }
+
 .widget-user .widget-user-image > img {
   width: 90px;
   height: auto;
   border: 3px solid #fff;
 }
+
 .widget-user .box-footer {
   padding-top: 30px;
 }
+
 .widget-user-2 .widget-user-header {
   padding: 20px;
   border-top-right-radius: 3px;
   border-top-left-radius: 3px;
 }
+
 .widget-user-2 .widget-user-username {
   margin-top: 5px;
   margin-bottom: 5px;
   font-size: 25px;
   font-weight: 300;
 }
+
 .widget-user-2 .widget-user-desc {
   margin-top: 0;
 }
+
 .widget-user-2 .widget-user-username,
 .widget-user-2 .widget-user-desc {
   margin-left: 75px;
 }
+
 .widget-user-2 .widget-user-image > img {
   width: 65px;
   height: auto;
   float: left;
 }
+
 /*
  * Page: Mailbox
  * -------------
@@ -3055,31 +3650,39 @@ table.text-center th {
 .mailbox-messages > .table {
   margin: 0;
 }
+
 .mailbox-controls {
   padding: 5px;
 }
+
 .mailbox-controls.with-border {
   border-bottom: 1px solid #f4f4f4;
 }
+
 .mailbox-read-info {
   border-bottom: 1px solid #f4f4f4;
   padding: 10px;
 }
+
 .mailbox-read-info h3 {
   font-size: 20px;
   margin: 0;
 }
+
 .mailbox-read-info h5 {
   margin: 0;
   padding: 5px 0 0 0;
 }
+
 .mailbox-read-time {
   color: #999;
   font-size: 13px;
 }
+
 .mailbox-read-message {
   padding: 10px;
 }
+
 .mailbox-attachments li {
   float: left;
   width: 200px;
@@ -3087,36 +3690,44 @@ table.text-center th {
   margin-bottom: 10px;
   margin-right: 10px;
 }
+
 .mailbox-attachment-name {
   font-weight: bold;
   color: #666;
 }
+
 .mailbox-attachment-icon,
 .mailbox-attachment-info,
 .mailbox-attachment-size {
   display: block;
 }
+
 .mailbox-attachment-info {
   padding: 10px;
   background: #f4f4f4;
 }
+
 .mailbox-attachment-size {
   color: #999;
   font-size: 12px;
 }
+
 .mailbox-attachment-icon {
   text-align: center;
   font-size: 65px;
   color: #666;
   padding: 20px 10px;
 }
+
 .mailbox-attachment-icon.has-img {
   padding: 0;
 }
+
 .mailbox-attachment-icon.has-img > img {
   max-width: 100%;
   height: auto;
 }
+
 /*
  * Page: Lock Screen
  * -----------------
@@ -3125,25 +3736,30 @@ table.text-center th {
 .lockscreen {
   background: #d2d6de;
 }
+
 .lockscreen-logo {
   font-size: 35px;
   text-align: center;
   margin-bottom: 25px;
   font-weight: 300;
 }
+
 .lockscreen-logo a {
   color: #444;
 }
+
 .lockscreen-wrapper {
   max-width: 400px;
   margin: 0 auto;
   margin-top: 10%;
 }
+
 /* User name [optional] */
 .lockscreen .lockscreen-name {
   text-align: center;
   font-weight: 600;
 }
+
 /* Will contain the image and the sign in form */
 .lockscreen-item {
   border-radius: 4px;
@@ -3153,6 +3769,7 @@ table.text-center th {
   margin: 10px auto 30px auto;
   width: 290px;
 }
+
 /* User image */
 .lockscreen-image {
   border-radius: 50%;
@@ -3163,26 +3780,32 @@ table.text-center th {
   padding: 5px;
   z-index: 10;
 }
+
 .lockscreen-image > img {
   border-radius: 50%;
   width: 70px;
   height: 70px;
 }
+
 /* Contains the password input and the login button */
 .lockscreen-credentials {
   margin-left: 70px;
 }
+
 .lockscreen-credentials .form-control {
   border: 0;
 }
+
 .lockscreen-credentials .btn {
   background-color: #fff;
   border: 0;
   padding: 0 10px;
 }
+
 .lockscreen-footer {
   margin-top: 10px;
 }
+
 /*
  * Page: Login & Register
  * ----------------------
@@ -3194,19 +3817,23 @@ table.text-center th {
   margin-bottom: 25px;
   font-weight: 300;
 }
+
 .login-logo a,
 .register-logo a {
   color: #444;
 }
+
 .login-page,
 .register-page {
   background: #d2d6de;
 }
+
 .login-box,
 .register-box {
   width: 360px;
   margin: 7% auto;
 }
+
 @media (max-width: 768px) {
   .login-box,
   .register-box {
@@ -3214,6 +3841,7 @@ table.text-center th {
     margin-top: 20px;
   }
 }
+
 .login-box-body,
 .register-box-body {
   background: #fff;
@@ -3221,19 +3849,23 @@ table.text-center th {
   border-top: 0;
   color: #666;
 }
+
 .login-box-body .form-control-feedback,
 .register-box-body .form-control-feedback {
   color: #777;
 }
+
 .login-box-msg,
 .register-box-msg {
   margin: 0;
   text-align: center;
   padding: 0 20px 20px 20px;
 }
+
 .social-auth-links {
   margin: 10px 0;
 }
+
 /*
  * Page: 400 and 500 error pages
  * ------------------------------
@@ -3242,40 +3874,48 @@ table.text-center th {
   width: 600px;
   margin: 20px auto 0 auto;
 }
+
 @media (max-width: 991px) {
   .error-page {
     width: 100%;
   }
 }
+
 .error-page > .headline {
   float: left;
   font-size: 100px;
   font-weight: 300;
 }
+
 @media (max-width: 991px) {
   .error-page > .headline {
     float: none;
     text-align: center;
   }
 }
+
 .error-page > .error-content {
   margin-left: 190px;
   display: block;
 }
+
 @media (max-width: 991px) {
   .error-page > .error-content {
     margin-left: 0;
   }
 }
+
 .error-page > .error-content > h3 {
   font-weight: 300;
   font-size: 25px;
 }
+
 @media (max-width: 991px) {
   .error-page > .error-content > h3 {
     text-align: center;
   }
 }
+
 /*
  * Page: Invoice
  * -------------
@@ -3287,9 +3927,11 @@ table.text-center th {
   padding: 20px;
   margin: 10px 25px;
 }
+
 .invoice-title {
   margin-top: 0;
 }
+
 /*
  * Page: Profile
  * -------------
@@ -3300,24 +3942,29 @@ table.text-center th {
   padding: 3px;
   border: 3px solid #d2d6de;
 }
+
 .profile-username {
   font-size: 21px;
   margin-top: 5px;
 }
+
 .post {
   border-bottom: 1px solid #d2d6de;
   margin-bottom: 15px;
   padding-bottom: 15px;
   color: #666;
 }
+
 .post:last-of-type {
   border-bottom: 0;
   margin-bottom: 0;
   padding-bottom: 0;
 }
+
 .post .user-block {
   margin-bottom: 15px;
 }
+
 /*
  * Social Buttons for Bootstrap
  *
@@ -3334,6 +3981,7 @@ table.text-center th {
   overflow: hidden;
   text-overflow: ellipsis;
 }
+
 .btn-social > :first-child {
   position: absolute;
   left: 0;
@@ -3345,30 +3993,37 @@ table.text-center th {
   text-align: center;
   border-right: 1px solid rgba(0, 0, 0, 0.2);
 }
+
 .btn-social.btn-lg {
   padding-left: 61px;
 }
+
 .btn-social.btn-lg > :first-child {
   line-height: 45px;
   width: 45px;
   font-size: 1.8em;
 }
+
 .btn-social.btn-sm {
   padding-left: 38px;
 }
+
 .btn-social.btn-sm > :first-child {
   line-height: 28px;
   width: 28px;
   font-size: 1.4em;
 }
+
 .btn-social.btn-xs {
   padding-left: 30px;
 }
+
 .btn-social.btn-xs > :first-child {
   line-height: 20px;
   width: 20px;
   font-size: 1.2em;
 }
+
 .btn-social-icon {
   position: relative;
   padding-left: 44px;
@@ -3380,6 +4035,7 @@ table.text-center th {
   width: 34px;
   padding: 0;
 }
+
 .btn-social-icon > :first-child {
   position: absolute;
   left: 0;
@@ -3391,58 +4047,70 @@ table.text-center th {
   text-align: center;
   border-right: 1px solid rgba(0, 0, 0, 0.2);
 }
+
 .btn-social-icon.btn-lg {
   padding-left: 61px;
 }
+
 .btn-social-icon.btn-lg > :first-child {
   line-height: 45px;
   width: 45px;
   font-size: 1.8em;
 }
+
 .btn-social-icon.btn-sm {
   padding-left: 38px;
 }
+
 .btn-social-icon.btn-sm > :first-child {
   line-height: 28px;
   width: 28px;
   font-size: 1.4em;
 }
+
 .btn-social-icon.btn-xs {
   padding-left: 30px;
 }
+
 .btn-social-icon.btn-xs > :first-child {
   line-height: 20px;
   width: 20px;
   font-size: 1.2em;
 }
+
 .btn-social-icon > :first-child {
   border: none;
   text-align: center;
   width: 100%;
 }
+
 .btn-social-icon.btn-lg {
   height: 45px;
   width: 45px;
   padding-left: 0;
   padding-right: 0;
 }
+
 .btn-social-icon.btn-sm {
   height: 30px;
   width: 30px;
   padding-left: 0;
   padding-right: 0;
 }
+
 .btn-social-icon.btn-xs {
   height: 22px;
   width: 22px;
   padding-left: 0;
   padding-right: 0;
 }
+
 .btn-adn {
   color: #ffffff;
   background-color: #d87a68;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-adn:hover,
 .btn-adn:focus,
 .btn-adn.focus,
@@ -3453,20 +4121,24 @@ table.text-center th {
   background-color: #ce563f;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-adn:active,
 .btn-adn.active,
 .open > .dropdown-toggle.btn-adn {
   background-image: none;
 }
+
 .btn-adn .badge {
   color: #d87a68;
   background-color: #ffffff;
 }
+
 .btn-bitbucket {
   color: #ffffff;
   background-color: #205081;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-bitbucket:hover,
 .btn-bitbucket:focus,
 .btn-bitbucket.focus,
@@ -3477,20 +4149,24 @@ table.text-center th {
   background-color: #163758;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-bitbucket:active,
 .btn-bitbucket.active,
 .open > .dropdown-toggle.btn-bitbucket {
   background-image: none;
 }
+
 .btn-bitbucket .badge {
   color: #205081;
   background-color: #ffffff;
 }
+
 .btn-dropbox {
   color: #ffffff;
   background-color: #1087dd;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-dropbox:hover,
 .btn-dropbox:focus,
 .btn-dropbox.focus,
@@ -3501,20 +4177,24 @@ table.text-center th {
   background-color: #0d6aad;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-dropbox:active,
 .btn-dropbox.active,
 .open > .dropdown-toggle.btn-dropbox {
   background-image: none;
 }
+
 .btn-dropbox .badge {
   color: #1087dd;
   background-color: #ffffff;
 }
+
 .btn-facebook {
   color: #ffffff;
   background-color: #3b5998;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-facebook:hover,
 .btn-facebook:focus,
 .btn-facebook.focus,
@@ -3525,20 +4205,24 @@ table.text-center th {
   background-color: #2d4373;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-facebook:active,
 .btn-facebook.active,
 .open > .dropdown-toggle.btn-facebook {
   background-image: none;
 }
+
 .btn-facebook .badge {
   color: #3b5998;
   background-color: #ffffff;
 }
+
 .btn-flickr {
   color: #ffffff;
   background-color: #ff0084;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-flickr:hover,
 .btn-flickr:focus,
 .btn-flickr.focus,
@@ -3549,20 +4233,24 @@ table.text-center th {
   background-color: #cc006a;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-flickr:active,
 .btn-flickr.active,
 .open > .dropdown-toggle.btn-flickr {
   background-image: none;
 }
+
 .btn-flickr .badge {
   color: #ff0084;
   background-color: #ffffff;
 }
+
 .btn-foursquare {
   color: #ffffff;
   background-color: #f94877;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-foursquare:hover,
 .btn-foursquare:focus,
 .btn-foursquare.focus,
@@ -3573,20 +4261,24 @@ table.text-center th {
   background-color: #f71752;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-foursquare:active,
 .btn-foursquare.active,
 .open > .dropdown-toggle.btn-foursquare {
   background-image: none;
 }
+
 .btn-foursquare .badge {
   color: #f94877;
   background-color: #ffffff;
 }
+
 .btn-github {
   color: #ffffff;
   background-color: #444444;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-github:hover,
 .btn-github:focus,
 .btn-github.focus,
@@ -3597,20 +4289,24 @@ table.text-center th {
   background-color: #2b2b2b;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-github:active,
 .btn-github.active,
 .open > .dropdown-toggle.btn-github {
   background-image: none;
 }
+
 .btn-github .badge {
   color: #444444;
   background-color: #ffffff;
 }
+
 .btn-google {
   color: #ffffff;
   background-color: #dd4b39;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-google:hover,
 .btn-google:focus,
 .btn-google.focus,
@@ -3621,20 +4317,24 @@ table.text-center th {
   background-color: #c23321;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-google:active,
 .btn-google.active,
 .open > .dropdown-toggle.btn-google {
   background-image: none;
 }
+
 .btn-google .badge {
   color: #dd4b39;
   background-color: #ffffff;
 }
+
 .btn-instagram {
   color: #ffffff;
   background-color: #3f729b;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-instagram:hover,
 .btn-instagram:focus,
 .btn-instagram.focus,
@@ -3645,20 +4345,24 @@ table.text-center th {
   background-color: #305777;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-instagram:active,
 .btn-instagram.active,
 .open > .dropdown-toggle.btn-instagram {
   background-image: none;
 }
+
 .btn-instagram .badge {
   color: #3f729b;
   background-color: #ffffff;
 }
+
 .btn-linkedin {
   color: #ffffff;
   background-color: #007bb6;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-linkedin:hover,
 .btn-linkedin:focus,
 .btn-linkedin.focus,
@@ -3669,20 +4373,24 @@ table.text-center th {
   background-color: #005983;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-linkedin:active,
 .btn-linkedin.active,
 .open > .dropdown-toggle.btn-linkedin {
   background-image: none;
 }
+
 .btn-linkedin .badge {
   color: #007bb6;
   background-color: #ffffff;
 }
+
 .btn-microsoft {
   color: #ffffff;
   background-color: #2672ec;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-microsoft:hover,
 .btn-microsoft:focus,
 .btn-microsoft.focus,
@@ -3693,20 +4401,24 @@ table.text-center th {
   background-color: #125acd;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-microsoft:active,
 .btn-microsoft.active,
 .open > .dropdown-toggle.btn-microsoft {
   background-image: none;
 }
+
 .btn-microsoft .badge {
   color: #2672ec;
   background-color: #ffffff;
 }
+
 .btn-openid {
   color: #ffffff;
   background-color: #f7931e;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-openid:hover,
 .btn-openid:focus,
 .btn-openid.focus,
@@ -3717,20 +4429,24 @@ table.text-center th {
   background-color: #da7908;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-openid:active,
 .btn-openid.active,
 .open > .dropdown-toggle.btn-openid {
   background-image: none;
 }
+
 .btn-openid .badge {
   color: #f7931e;
   background-color: #ffffff;
 }
+
 .btn-pinterest {
   color: #ffffff;
   background-color: #cb2027;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-pinterest:hover,
 .btn-pinterest:focus,
 .btn-pinterest.focus,
@@ -3741,20 +4457,24 @@ table.text-center th {
   background-color: #9f191f;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-pinterest:active,
 .btn-pinterest.active,
 .open > .dropdown-toggle.btn-pinterest {
   background-image: none;
 }
+
 .btn-pinterest .badge {
   color: #cb2027;
   background-color: #ffffff;
 }
+
 .btn-reddit {
   color: #000000;
   background-color: #eff7ff;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-reddit:hover,
 .btn-reddit:focus,
 .btn-reddit.focus,
@@ -3765,20 +4485,24 @@ table.text-center th {
   background-color: #bcddff;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-reddit:active,
 .btn-reddit.active,
 .open > .dropdown-toggle.btn-reddit {
   background-image: none;
 }
+
 .btn-reddit .badge {
   color: #eff7ff;
   background-color: #000000;
 }
+
 .btn-soundcloud {
   color: #ffffff;
   background-color: #ff5500;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-soundcloud:hover,
 .btn-soundcloud:focus,
 .btn-soundcloud.focus,
@@ -3789,20 +4513,24 @@ table.text-center th {
   background-color: #cc4400;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-soundcloud:active,
 .btn-soundcloud.active,
 .open > .dropdown-toggle.btn-soundcloud {
   background-image: none;
 }
+
 .btn-soundcloud .badge {
   color: #ff5500;
   background-color: #ffffff;
 }
+
 .btn-tumblr {
   color: #ffffff;
   background-color: #2c4762;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-tumblr:hover,
 .btn-tumblr:focus,
 .btn-tumblr.focus,
@@ -3813,20 +4541,24 @@ table.text-center th {
   background-color: #1c2d3f;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-tumblr:active,
 .btn-tumblr.active,
 .open > .dropdown-toggle.btn-tumblr {
   background-image: none;
 }
+
 .btn-tumblr .badge {
   color: #2c4762;
   background-color: #ffffff;
 }
+
 .btn-twitter {
   color: #ffffff;
   background-color: #55acee;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-twitter:hover,
 .btn-twitter:focus,
 .btn-twitter.focus,
@@ -3837,20 +4569,24 @@ table.text-center th {
   background-color: #2795e9;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-twitter:active,
 .btn-twitter.active,
 .open > .dropdown-toggle.btn-twitter {
   background-image: none;
 }
+
 .btn-twitter .badge {
   color: #55acee;
   background-color: #ffffff;
 }
+
 .btn-vimeo {
   color: #ffffff;
   background-color: #1ab7ea;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-vimeo:hover,
 .btn-vimeo:focus,
 .btn-vimeo.focus,
@@ -3861,20 +4597,24 @@ table.text-center th {
   background-color: #1295bf;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-vimeo:active,
 .btn-vimeo.active,
 .open > .dropdown-toggle.btn-vimeo {
   background-image: none;
 }
+
 .btn-vimeo .badge {
   color: #1ab7ea;
   background-color: #ffffff;
 }
+
 .btn-vk {
   color: #ffffff;
   background-color: #587ea3;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-vk:hover,
 .btn-vk:focus,
 .btn-vk.focus,
@@ -3885,20 +4625,24 @@ table.text-center th {
   background-color: #466482;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-vk:active,
 .btn-vk.active,
 .open > .dropdown-toggle.btn-vk {
   background-image: none;
 }
+
 .btn-vk .badge {
   color: #587ea3;
   background-color: #ffffff;
 }
+
 .btn-yahoo {
   color: #ffffff;
   background-color: #720e9e;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-yahoo:hover,
 .btn-yahoo:focus,
 .btn-yahoo.focus,
@@ -3909,15 +4653,18 @@ table.text-center th {
   background-color: #500a6f;
   border-color: rgba(0, 0, 0, 0.2);
 }
+
 .btn-yahoo:active,
 .btn-yahoo.active,
 .open > .dropdown-toggle.btn-yahoo {
   background-image: none;
 }
+
 .btn-yahoo .badge {
   color: #720e9e;
   background-color: #ffffff;
 }
+
 /*
  * Plugin: Full Calendar
  * ---------------------
@@ -3929,76 +4676,92 @@ table.text-center th {
   border-color: #ddd;
   border-bottom-color: #ddd;
 }
+
 .fc-button:hover,
 .fc-button:active,
 .fc-button.hover {
   background-color: #e9e9e9;
 }
+
 .fc-header-title h2 {
   font-size: 15px;
   line-height: 1.6em;
   color: #666;
   margin-left: 10px;
 }
+
 .fc-header-right {
   padding-right: 10px;
 }
+
 .fc-header-left {
   padding-left: 10px;
 }
+
 .fc-widget-header {
   background: #fafafa;
 }
+
 .fc-grid {
   width: 100%;
   border: 0;
 }
+
 .fc-widget-header:first-of-type,
 .fc-widget-content:first-of-type {
   border-left: 0;
   border-right: 0;
 }
+
 .fc-widget-header:last-of-type,
 .fc-widget-content:last-of-type {
   border-right: 0;
 }
+
 .fc-toolbar {
   padding: 10px;
   margin: 0;
 }
+
 .fc-day-number {
   font-size: 20px;
   font-weight: 300;
   padding-right: 10px;
 }
+
 .fc-color-picker {
   list-style: none;
   margin: 0;
   padding: 0;
 }
+
 .fc-color-picker > li {
   float: left;
   font-size: 30px;
   margin-right: 5px;
   line-height: 30px;
 }
+
 .fc-color-picker > li .fa {
   -webkit-transition: -webkit-transform linear 0.3s;
   -moz-transition: -moz-transform linear 0.3s;
   -o-transition: -o-transform linear 0.3s;
   transition: transform linear 0.3s;
 }
+
 .fc-color-picker > li .fa:hover {
   -webkit-transform: rotate(30deg);
   -ms-transform: rotate(30deg);
   -o-transform: rotate(30deg);
   transform: rotate(30deg);
 }
+
 #add-new-event {
   -webkit-transition: all linear 0.3s;
   -o-transition: all linear 0.3s;
   transition: all linear 0.3s;
 }
+
 .external-event {
   padding: 5px 10px;
   font-weight: bold;
@@ -4008,9 +4771,11 @@ table.text-center th {
   border-radius: 3px;
   cursor: move;
 }
+
 .external-event:hover {
   box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
 }
+
 /*
  * Plugin: Select2
  * ---------------
@@ -4023,6 +4788,7 @@ table.text-center th {
 .select2-selection:active {
   outline: none;
 }
+
 .select2-container--default .select2-selection--single,
 .select2-selection .select2-selection--single {
   border: 1px solid #d2d6de;
@@ -4030,84 +4796,105 @@ table.text-center th {
   padding: 6px 12px;
   height: 34px;
 }
+
 .select2-container--default.select2-container--open {
   border-color: #3c8dbc;
 }
+
 .select2-dropdown {
   border: 1px solid #d2d6de;
   border-radius: 0;
 }
+
 .select2-container--default .select2-results__option--highlighted[aria-selected] {
   background-color: #3c8dbc;
   color: white;
 }
+
 .select2-results__option {
   padding: 6px 12px;
   user-select: none;
   -webkit-user-select: none;
 }
+
 .select2-container .select2-selection--single .select2-selection__rendered {
   padding-left: 0;
   padding-right: 0;
   height: auto;
   margin-top: -4px;
 }
+
 .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
   padding-right: 6px;
   padding-left: 20px;
 }
+
 .select2-container--default .select2-selection--single .select2-selection__arrow {
   height: 28px;
   right: 3px;
 }
+
 .select2-container--default .select2-selection--single .select2-selection__arrow b {
   margin-top: 0;
 }
+
 .select2-dropdown .select2-search__field,
 .select2-search--inline .select2-search__field {
   border: 1px solid #d2d6de;
 }
+
 .select2-dropdown .select2-search__field:focus,
 .select2-search--inline .select2-search__field:focus {
   outline: none;
   border: 1px solid #3c8dbc;
 }
+
 .select2-container--default .select2-results__option[aria-disabled=true] {
   color: #999;
 }
+
 .select2-container--default .select2-results__option[aria-selected=true] {
   background-color: #ddd;
 }
+
 .select2-container--default .select2-results__option[aria-selected=true],
 .select2-container--default .select2-results__option[aria-selected=true]:hover {
   color: #444;
 }
+
 .select2-container--default .select2-selection--multiple {
   border: 1px solid #d2d6de;
   border-radius: 0;
 }
+
 .select2-container--default .select2-selection--multiple:focus {
   border-color: #3c8dbc;
 }
+
 .select2-container--default.select2-container--focus .select2-selection--multiple {
   border-color: #d2d6de;
 }
+
 .select2-container--default .select2-selection--multiple .select2-selection__choice {
   background-color: #3c8dbc;
   border-color: #367fa9;
   padding: 1px 10px;
   color: #fff;
 }
+
 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
   margin-right: 5px;
   color: rgba(255, 255, 255, 0.7);
 }
+
 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
   color: #fff;
 }
+
 .select2-container .select2-selection--single .select2-selection__rendered {
   padding-right: 10px;
 }
+
 /*
  * General: Miscellaneous
  * ----------------------
@@ -4115,38 +4902,48 @@ table.text-center th {
 .pad {
   padding: 10px;
 }
+
 .margin {
   margin: 10px;
 }
+
 .margin-bottom {
   margin-bottom: 20px;
 }
+
 .margin-bottom-none {
   margin-bottom: 0;
 }
+
 .margin-r-5 {
   margin-right: 5px;
 }
+
 .inline {
   display: inline;
 }
+
 .description-block {
   display: block;
   margin: 10px 0;
   text-align: center;
 }
+
 .description-block.margin-bottom {
   margin-bottom: 25px;
 }
+
 .description-block > .description-header {
   margin: 0;
   padding: 0;
   font-weight: 600;
   font-size: 16px;
 }
+
 .description-block > .description-text {
   text-transform: uppercase;
 }
+
 .bg-red,
 .bg-yellow,
 .bg-aqua,
@@ -4208,16 +5005,20 @@ table.text-center th {
 .modal-danger .modal-footer {
   color: #fff !important;
 }
+
 .bg-gray {
   color: #000;
   background-color: #d2d6de !important;
 }
+
 .bg-gray-light {
   background-color: #f7f7f7;
 }
+
 .bg-black {
   background-color: #111111 !important;
 }
+
 .bg-red,
 .callout.callout-danger,
 .alert-danger,
@@ -4226,6 +5027,7 @@ table.text-center th {
 .modal-danger .modal-body {
   background-color: #dd4b39 !important;
 }
+
 .bg-yellow,
 .callout.callout-warning,
 .alert-warning,
@@ -4233,6 +5035,7 @@ table.text-center th {
 .modal-warning .modal-body {
   background-color: #f39c12 !important;
 }
+
 .bg-aqua,
 .callout.callout-info,
 .alert-info,
@@ -4240,14 +5043,17 @@ table.text-center th {
 .modal-info .modal-body {
   background-color: #00c0ef !important;
 }
+
 .bg-blue {
   background-color: #0073b7 !important;
 }
+
 .bg-light-blue,
 .label-primary,
 .modal-primary .modal-body {
   background-color: #3c8dbc !important;
 }
+
 .bg-green,
 .callout.callout-success,
 .alert-success,
@@ -4255,170 +5061,221 @@ table.text-center th {
 .modal-success .modal-body {
   background-color: #00a65a !important;
 }
+
 .bg-navy {
   background-color: #001f3f !important;
 }
+
 .bg-teal {
   background-color: #39cccc !important;
 }
+
 .bg-olive {
   background-color: #3d9970 !important;
 }
+
 .bg-lime {
   background-color: #01ff70 !important;
 }
+
 .bg-orange {
   background-color: #ff851b !important;
 }
+
 .bg-fuchsia {
   background-color: #f012be !important;
 }
+
 .bg-purple {
   background-color: #605ca8 !important;
 }
+
 .bg-maroon {
   background-color: #d81b60 !important;
 }
+
 .bg-gray-active {
   color: #000;
   background-color: #b5bbc8 !important;
 }
+
 .bg-black-active {
   background-color: #000000 !important;
 }
+
 .bg-red-active,
 .modal-danger .modal-header,
 .modal-danger .modal-footer {
   background-color: #d33724 !important;
 }
+
 .bg-yellow-active,
 .modal-warning .modal-header,
 .modal-warning .modal-footer {
   background-color: #db8b0b !important;
 }
+
 .bg-aqua-active,
 .modal-info .modal-header,
 .modal-info .modal-footer {
   background-color: #00a7d0 !important;
 }
+
 .bg-blue-active {
   background-color: #005384 !important;
 }
+
 .bg-light-blue-active,
 .modal-primary .modal-header,
 .modal-primary .modal-footer {
   background-color: #357ca5 !important;
 }
+
 .bg-green-active,
 .modal-success .modal-header,
 .modal-success .modal-footer {
   background-color: #008d4c !important;
 }
+
 .bg-navy-active {
   background-color: #001a35 !important;
 }
+
 .bg-teal-active {
   background-color: #30bbbb !important;
 }
+
 .bg-olive-active {
   background-color: #368763 !important;
 }
+
 .bg-lime-active {
   background-color: #00e765 !important;
 }
+
 .bg-orange-active {
   background-color: #ff7701 !important;
 }
+
 .bg-fuchsia-active {
   background-color: #db0ead !important;
 }
+
 .bg-purple-active {
   background-color: #555299 !important;
 }
+
 .bg-maroon-active {
   background-color: #ca195a !important;
 }
+
 [class^="bg-"].disabled {
   opacity: 0.65;
   filter: alpha(opacity=65);
 }
+
 .text-red {
   color: #dd4b39 !important;
 }
+
 .text-yellow {
   color: #f39c12 !important;
 }
+
 .text-aqua {
   color: #00c0ef !important;
 }
+
 .text-blue {
   color: #0073b7 !important;
 }
+
 .text-black {
   color: #111111 !important;
 }
+
 .text-light-blue {
   color: #3c8dbc !important;
 }
+
 .text-green {
   color: #00a65a !important;
 }
+
 .text-gray {
   color: #d2d6de !important;
 }
+
 .text-navy {
   color: #001f3f !important;
 }
+
 .text-teal {
   color: #39cccc !important;
 }
+
 .text-olive {
   color: #3d9970 !important;
 }
+
 .text-lime {
   color: #01ff70 !important;
 }
+
 .text-orange {
   color: #ff851b !important;
 }
+
 .text-fuchsia {
   color: #f012be !important;
 }
+
 .text-purple {
   color: #605ca8 !important;
 }
+
 .text-maroon {
   color: #d81b60 !important;
 }
+
 .link-muted {
   color: #7a869d;
 }
+
 .link-muted:hover,
 .link-muted:focus {
   color: #606c84;
 }
+
 .link-black {
   color: #666;
 }
+
 .link-black:hover,
 .link-black:focus {
   color: #999;
 }
+
 .hide {
   display: none !important;
 }
+
 .no-border {
   border: 0 !important;
 }
+
 .no-padding {
   padding: 0 !important;
 }
+
 .no-margin {
   margin: 0 !important;
 }
+
 .no-shadow {
-  box-shadow: none!important;
+  box-shadow: none !important;
 }
+
 .list-unstyled,
 .chart-legend,
 .contacts-list,
@@ -4428,6 +5285,7 @@ table.text-center th {
   margin: 0;
   padding: 0;
 }
+
 .list-group-unbordered > .list-group-item {
   border-left: 0;
   border-right: 0;
@@ -4435,22 +5293,27 @@ table.text-center th {
   padding-left: 0;
   padding-right: 0;
 }
+
 .flat {
   border-radius: 0 !important;
 }
+
 .text-bold,
 .text-bold.table td,
 .text-bold.table th {
   font-weight: 700;
 }
+
 .text-sm {
   font-size: 12px;
 }
+
 .jqstooltip {
-  padding: 5px!important;
-  width: auto!important;
-  height: auto!important;
+  padding: 5px !important;
+  width: auto !important;
+  height: auto !important;
 }
+
 .bg-teal-gradient {
   background: #39cccc !important;
   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
@@ -4460,6 +5323,7 @@ table.text-center th {
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
   color: #fff;
 }
+
 .bg-light-blue-gradient {
   background: #3c8dbc !important;
   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
@@ -4469,6 +5333,7 @@ table.text-center th {
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
   color: #fff;
 }
+
 .bg-blue-gradient {
   background: #0073b7 !important;
   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
@@ -4478,6 +5343,7 @@ table.text-center th {
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
   color: #fff;
 }
+
 .bg-aqua-gradient {
   background: #00c0ef !important;
   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
@@ -4487,6 +5353,7 @@ table.text-center th {
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
   color: #fff;
 }
+
 .bg-yellow-gradient {
   background: #f39c12 !important;
   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
@@ -4496,6 +5363,7 @@ table.text-center th {
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
   color: #fff;
 }
+
 .bg-purple-gradient {
   background: #605ca8 !important;
   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
@@ -4505,6 +5373,7 @@ table.text-center th {
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
   color: #fff;
 }
+
 .bg-green-gradient {
   background: #00a65a !important;
   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
@@ -4514,6 +5383,7 @@ table.text-center th {
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
   color: #fff;
 }
+
 .bg-red-gradient {
   background: #dd4b39 !important;
   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
@@ -4523,6 +5393,7 @@ table.text-center th {
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
   color: #fff;
 }
+
 .bg-black-gradient {
   background: #111111 !important;
   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
@@ -4532,6 +5403,7 @@ table.text-center th {
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
   color: #fff;
 }
+
 .bg-maroon-gradient {
   background: #d81b60 !important;
   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
@@ -4541,71 +5413,88 @@ table.text-center th {
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
   color: #fff;
 }
+
 .description-block .description-icon {
   font-size: 16px;
 }
+
 .no-pad-top {
   padding-top: 0;
 }
+
 .position-static {
-  position: static!important;
+  position: static !important;
 }
+
 .list-header {
   font-size: 15px;
   padding: 10px 4px;
   font-weight: bold;
   color: #666;
 }
+
 .list-seperator {
   height: 1px;
   background: #f4f4f4;
   margin: 15px 0 9px 0;
 }
+
 .list-link > a {
   padding: 4px;
   color: #777;
 }
+
 .list-link > a:hover {
   color: #222;
 }
+
 .font-light {
   font-weight: 300;
 }
+
 .user-block:before,
 .user-block:after {
   content: " ";
   display: table;
 }
+
 .user-block:after {
   clear: both;
 }
+
 .user-block img {
   width: 40px;
   height: 40px;
   float: left;
 }
+
 .user-block .username,
 .user-block .description,
 .user-block .comment {
   display: block;
   margin-left: 50px;
 }
+
 .user-block .username {
   font-size: 16px;
   font-weight: 600;
 }
+
 .user-block .description {
   color: #999;
   font-size: 13px;
 }
+
 .user-block.user-block-sm .username,
 .user-block.user-block-sm .description,
 .user-block.user-block-sm .comment {
   margin-left: 40px;
 }
+
 .user-block.user-block-sm .username {
   font-size: 14px;
 }
+
 .img-sm,
 .img-md,
 .img-lg,
@@ -4613,61 +5502,76 @@ table.text-center th {
 .user-block.user-block-sm img {
   float: left;
 }
+
 .img-sm,
 .box-comments .box-comment img,
 .user-block.user-block-sm img {
-  width: 30px!important;
-  height: 30px!important;
+  width: 30px !important;
+  height: 30px !important;
 }
+
 .img-sm + .img-push {
   margin-left: 40px;
 }
+
 .img-md {
   width: 60px;
   height: 60px;
 }
+
 .img-md + .img-push {
   margin-left: 70px;
 }
+
 .img-lg {
   width: 100px;
   height: 100px;
 }
+
 .img-lg + .img-push {
   margin-left: 110px;
 }
+
 .img-bordered {
   border: 3px solid #d2d6de;
   padding: 3px;
 }
+
 .img-bordered-sm {
   border: 2px solid #d2d6de;
   padding: 2px;
 }
+
 .attachment-block {
   border: 1px solid #f4f4f4;
   padding: 5px;
   margin-bottom: 10px;
   background: #f7f7f7;
 }
+
 .attachment-block .attachment-img {
   max-width: 100px;
   max-height: 100px;
   height: auto;
   float: left;
 }
+
 .attachment-block .attachment-pushed {
   margin-left: 110px;
 }
+
 .attachment-block .attachment-heading {
   margin: 0;
 }
+
 .attachment-block .attachment-text {
   color: #555;
 }
+
 .connectedSortable {
   min-height: 100px;
 }
+
 .ui-helper-hidden-accessible {
   border: 0;
   clip: rect(0 0 0 0);
@@ -4678,28 +5582,34 @@ table.text-center th {
   position: absolute;
   width: 1px;
 }
+
 .sort-highlight {
   background: #f4f4f4;
   border: 1px dashed #ddd;
   margin-bottom: 10px;
 }
+
 .full-opacity-hover {
   opacity: 0.65;
   filter: alpha(opacity=65);
 }
+
 .full-opacity-hover:hover {
   opacity: 1;
   filter: alpha(opacity=100);
 }
+
 .chart {
   position: relative;
   overflow: hidden;
   width: 100%;
 }
+
 .chart svg,
 .chart canvas {
-  width: 100%!important;
+  width: 100% !important;
 }
+
 /*
  * Misc: print
  * -----------
@@ -4710,37 +5620,43 @@ table.text-center th {
   .left-side,
   .main-header,
   .content-header {
-    display: none!important;
+    display: none !important;
   }
+
   .content-wrapper,
   .right-side,
   .main-footer {
-    margin-left: 0!important;
-    min-height: 0!important;
+    margin-left: 0 !important;
+    min-height: 0 !important;
     -webkit-transform: translate(0, 0) !important;
     -ms-transform: translate(0, 0) !important;
     -o-transform: translate(0, 0) !important;
     transform: translate(0, 0) !important;
   }
+
   .fixed .content-wrapper,
   .fixed .right-side {
-    padding-top: 0!important;
+    padding-top: 0 !important;
   }
+
   .invoice {
     width: 100%;
     border: 0;
     margin: 0;
     padding: 0;
   }
+
   .invoice-col {
     float: left;
     width: 33.3333333%;
   }
+
   .table-responsive {
     overflow: auto;
   }
+
   .table-responsive > .table tr th,
   .table-responsive > .table tr td {
-    white-space: normal!important;
+    white-space: normal !important;
   }
 }
diff --git a/dist/css/AdminLTE.min.css b/dist/css/AdminLTE.min.css
index 87f5c286f..b7945dbb7 100644
--- a/dist/css/AdminLTE.min.css
+++ b/dist/css/AdminLTE.min.css
@@ -1,7 +1,4935 @@
-@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);/*!
+@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
+
+/*!
  *   AdminLTE v2.3.0
  *   Author: Almsaeed Studio
  *	 Website: Almsaeed Studio 
  *   License: Open source - MIT
  *           Please visit http://opensource.org/licenses/MIT for more information
-!*/html,body{min-height:100%}.layout-boxed html,.layout-boxed body{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400;overflow-x:hidden;overflow-y:auto}.wrapper{min-height:100%;position:static;overflow:hidden}.wrapper:before,.wrapper:after{content:" ";display:table}.wrapper:after{clear:both}.layout-boxed .wrapper{max-width:1250px;margin:0 auto;min-height:100%;box-shadow:0 0 8px rgba(0,0,0,0.5);position:relative}.layout-boxed{background:url('../img/boxed-bg.jpg') repeat fixed}.content-wrapper,.right-side,.main-footer{-webkit-transition:-webkit-transform .3s ease-in-out,margin .3s ease-in-out;-moz-transition:-moz-transform .3s ease-in-out,margin .3s ease-in-out;-o-transition:-o-transform .3s ease-in-out,margin .3s ease-in-out;transition:transform .3s ease-in-out,margin .3s ease-in-out;margin-left:230px;z-index:820}.layout-top-nav .content-wrapper,.layout-top-nav .right-side,.layout-top-nav .main-footer{margin-left:0}@media (max-width:767px){.content-wrapper,.right-side,.main-footer{margin-left:0}}@media (min-width:768px){.sidebar-collapse .content-wrapper,.sidebar-collapse .right-side,.sidebar-collapse .main-footer{margin-left:0}}@media (max-width:767px){.sidebar-open .content-wrapper,.sidebar-open .right-side,.sidebar-open .main-footer{-webkit-transform:translate(230px, 0);-ms-transform:translate(230px, 0);-o-transform:translate(230px, 0);transform:translate(230px, 0)}}.content-wrapper,.right-side{min-height:100%;background-color:#ecf0f5;z-index:800}.main-footer{background:#fff;padding:15px;color:#444;border-top:1px solid #d2d6de}.fixed .main-header,.fixed .main-sidebar,.fixed .left-side{position:fixed}.fixed .main-header{top:0;right:0;left:0}.fixed .content-wrapper,.fixed .right-side{padding-top:50px}@media (max-width:767px){.fixed .content-wrapper,.fixed .right-side{padding-top:100px}}.fixed.layout-boxed .wrapper{max-width:100%}body.hold-transition .content-wrapper,body.hold-transition .right-side,body.hold-transition .main-footer,body.hold-transition .main-sidebar,body.hold-transition .left-side,body.hold-transition .main-header>.navbar,body.hold-transition .main-header .logo{-webkit-transition:none;-o-transition:none;transition:none}.content{min-height:250px;padding:15px;margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:'Source Sans Pro',sans-serif}a{color:#3c8dbc}a:hover,a:active,a:focus{outline:none;text-decoration:none;color:#72afd2}.page-header{margin:10px 0 20px 0;font-size:22px}.page-header>small{color:#666;display:block;margin-top:5px}.main-header{position:relative;max-height:100px;z-index:1030}.main-header>.navbar{-webkit-transition:margin-left .3s ease-in-out;-o-transition:margin-left .3s ease-in-out;transition:margin-left .3s ease-in-out;margin-bottom:0;margin-left:230px;border:none;min-height:50px;border-radius:0}.layout-top-nav .main-header>.navbar{margin-left:0}.main-header #navbar-search-input.form-control{background:rgba(255,255,255,0.2);border-color:transparent}.main-header #navbar-search-input.form-control:focus,.main-header #navbar-search-input.form-control:active{border-color:rgba(0,0,0,0.1);background:rgba(255,255,255,0.9)}.main-header #navbar-search-input.form-control::-moz-placeholder{color:#ccc;opacity:1}.main-header #navbar-search-input.form-control:-ms-input-placeholder{color:#ccc}.main-header #navbar-search-input.form-control::-webkit-input-placeholder{color:#ccc}.main-header .navbar-custom-menu,.main-header .navbar-right{float:right}@media (max-width:991px){.main-header .navbar-custom-menu a,.main-header .navbar-right a{color:inherit;background:transparent}}@media (max-width:767px){.main-header .navbar-right{float:none}.navbar-collapse .main-header .navbar-right{margin:7.5px -15px}.main-header .navbar-right>li{color:inherit;border:0}}.main-header .sidebar-toggle{float:left;background-color:transparent;background-image:none;padding:15px 15px;font-family:fontAwesome}.main-header .sidebar-toggle:before{content:"\f0c9"}.main-header .sidebar-toggle:hover{color:#fff}.main-header .sidebar-toggle:focus,.main-header .sidebar-toggle:active{background:transparent}.main-header .sidebar-toggle .icon-bar{display:none}.main-header .navbar .nav>li.user>a>.fa,.main-header .navbar .nav>li.user>a>.glyphicon,.main-header .navbar .nav>li.user>a>.ion{margin-right:5px}.main-header .navbar .nav>li>a>.label{position:absolute;top:9px;right:7px;text-align:center;font-size:9px;padding:2px 3px;line-height:.9}.main-header .logo{-webkit-transition:width .3s ease-in-out;-o-transition:width .3s ease-in-out;transition:width .3s ease-in-out;display:block;float:left;height:50px;font-size:20px;line-height:50px;text-align:center;width:230px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;padding:0 15px;font-weight:300;overflow:hidden}.main-header .logo .logo-lg{display:block}.main-header .logo .logo-mini{display:none}.main-header .navbar-brand{color:#fff}.content-header{position:relative;padding:15px 15px 0 15px}.content-header>h1{margin:0;font-size:24px}.content-header>h1>small{font-size:15px;display:inline-block;padding-left:4px;font-weight:300}.content-header>.breadcrumb{float:right;background:transparent;margin-top:0;margin-bottom:0;font-size:12px;padding:7px 5px;position:absolute;top:15px;right:10px;border-radius:2px}.content-header>.breadcrumb>li>a{color:#444;text-decoration:none;display:inline-block}.content-header>.breadcrumb>li>a>.fa,.content-header>.breadcrumb>li>a>.glyphicon,.content-header>.breadcrumb>li>a>.ion{margin-right:5px}.content-header>.breadcrumb>li+li:before{content:'>\00a0'}@media (max-width:991px){.content-header>.breadcrumb{position:relative;margin-top:5px;top:0;right:0;float:none;background:#d2d6de;padding-left:10px}.content-header>.breadcrumb li:before{color:#97a0b3}}.navbar-toggle{color:#fff;border:0;margin:0;padding:15px 15px}@media (max-width:991px){.navbar-custom-menu .navbar-nav>li{float:left}.navbar-custom-menu .navbar-nav{margin:0;float:left}.navbar-custom-menu .navbar-nav>li>a{padding-top:15px;padding-bottom:15px;line-height:20px}}@media (max-width:767px){.main-header{position:relative}.main-header .logo,.main-header .navbar{width:100%;float:none}.main-header .navbar{margin:0}.main-header .navbar-custom-menu{float:right}}@media (max-width:991px){.navbar-collapse.pull-left{float:none!important}.navbar-collapse.pull-left+.navbar-custom-menu{display:block;position:absolute;top:0;right:40px}}.main-sidebar,.left-side{position:absolute;top:0;left:0;padding-top:50px;min-height:100%;width:230px;z-index:810;-webkit-transition:-webkit-transform .3s ease-in-out,width .3s ease-in-out;-moz-transition:-moz-transform .3s ease-in-out,width .3s ease-in-out;-o-transition:-o-transform .3s ease-in-out,width .3s ease-in-out;transition:transform .3s ease-in-out,width .3s ease-in-out}@media (max-width:767px){.main-sidebar,.left-side{padding-top:100px}}@media (max-width:767px){.main-sidebar,.left-side{-webkit-transform:translate(-230px, 0);-ms-transform:translate(-230px, 0);-o-transform:translate(-230px, 0);transform:translate(-230px, 0)}}@media (min-width:768px){.sidebar-collapse .main-sidebar,.sidebar-collapse .left-side{-webkit-transform:translate(-230px, 0);-ms-transform:translate(-230px, 0);-o-transform:translate(-230px, 0);transform:translate(-230px, 0)}}@media (max-width:767px){.sidebar-open .main-sidebar,.sidebar-open .left-side{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}}.sidebar{padding-bottom:10px}.sidebar-form input:focus{border-color:transparent}.user-panel{position:relative;width:100%;padding:10px;overflow:hidden}.user-panel:before,.user-panel:after{content:" ";display:table}.user-panel:after{clear:both}.user-panel>.image>img{width:100%;max-width:45px;height:auto}.user-panel>.info{padding:5px 5px 5px 15px;line-height:1;position:absolute;left:55px}.user-panel>.info>p{font-weight:600;margin-bottom:9px}.user-panel>.info>a{text-decoration:none;padding-right:5px;margin-top:3px;font-size:11px}.user-panel>.info>a>.fa,.user-panel>.info>a>.ion,.user-panel>.info>a>.glyphicon{margin-right:3px}.sidebar-menu{list-style:none;margin:0;padding:0}.sidebar-menu>li{position:relative;margin:0;padding:0}.sidebar-menu>li>a{padding:12px 5px 12px 15px;display:block}.sidebar-menu>li>a>.fa,.sidebar-menu>li>a>.glyphicon,.sidebar-menu>li>a>.ion{width:20px}.sidebar-menu>li .label,.sidebar-menu>li .badge{margin-top:3px;margin-right:5px}.sidebar-menu li.header{padding:10px 25px 10px 15px;font-size:12px}.sidebar-menu li>a>.fa-angle-left{width:auto;height:auto;padding:0;margin-right:10px;margin-top:3px}.sidebar-menu li.active>a>.fa-angle-left{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.sidebar-menu li.active>.treeview-menu{display:block}.sidebar-menu .treeview-menu{display:none;list-style:none;padding:0;margin:0;padding-left:5px}.sidebar-menu .treeview-menu .treeview-menu{padding-left:20px}.sidebar-menu .treeview-menu>li{margin:0}.sidebar-menu .treeview-menu>li>a{padding:5px 5px 5px 15px;display:block;font-size:14px}.sidebar-menu .treeview-menu>li>a>.fa,.sidebar-menu .treeview-menu>li>a>.glyphicon,.sidebar-menu .treeview-menu>li>a>.ion{width:20px}.sidebar-menu .treeview-menu>li>a>.fa-angle-left,.sidebar-menu .treeview-menu>li>a>.fa-angle-down{width:auto}@media (min-width:768px){.sidebar-mini.sidebar-collapse .content-wrapper,.sidebar-mini.sidebar-collapse .right-side,.sidebar-mini.sidebar-collapse .main-footer{margin-left:50px!important;z-index:840}.sidebar-mini.sidebar-collapse .main-sidebar{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);width:50px!important;z-index:850}.sidebar-mini.sidebar-collapse .sidebar-menu>li{position:relative}.sidebar-mini.sidebar-collapse .sidebar-menu>li>a{margin-right:0}.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span{border-top-right-radius:4px}.sidebar-mini.sidebar-collapse .sidebar-menu>li:not(.treeview)>a>span{border-bottom-right-radius:4px}.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{padding-top:5px;padding-bottom:5px;border-bottom-right-radius:4px}.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu{display:block!important;position:absolute;width:180px;left:50px}.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span{top:0;margin-left:-3px;padding:12px 5px 12px 20px;background-color:inherit}.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu{top:44px;margin-left:0}.sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.info,.sidebar-mini.sidebar-collapse .sidebar-form,.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span,.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu,.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right,.sidebar-mini.sidebar-collapse .sidebar-menu li.header{display:none!important;-webkit-transform:translateZ(0)}.sidebar-mini.sidebar-collapse .main-header .logo{width:50px}.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini{display:block;margin-left:-15px;margin-right:-15px;font-size:18px}.sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg{display:none}.sidebar-mini.sidebar-collapse .main-header .navbar{margin-left:50px}}.sidebar-menu,.main-sidebar .user-panel,.sidebar-menu>li.header{white-space:nowrap;overflow:hidden}.sidebar-menu:hover{overflow:visible}.sidebar-form,.sidebar-menu>li.header{overflow:hidden;text-overflow:clip}.sidebar-menu li>a{position:relative}.sidebar-menu li>a>.pull-right{position:absolute;top:50%;right:10px;margin-top:-7px}.control-sidebar-bg{position:fixed;z-index:1000;bottom:0}.control-sidebar-bg,.control-sidebar{top:0;right:-230px;width:230px;-webkit-transition:right .3s ease-in-out;-o-transition:right .3s ease-in-out;transition:right .3s ease-in-out}.control-sidebar{position:absolute;padding-top:50px;z-index:1010}@media (max-width:768px){.control-sidebar{padding-top:100px}}.control-sidebar>.tab-content{padding:10px 15px}.control-sidebar.control-sidebar-open,.control-sidebar.control-sidebar-open+.control-sidebar-bg{right:0}.control-sidebar-open .control-sidebar-bg,.control-sidebar-open .control-sidebar{right:0}@media (min-width:768px){.control-sidebar-open .content-wrapper,.control-sidebar-open .right-side,.control-sidebar-open .main-footer{margin-right:230px}}.nav-tabs.control-sidebar-tabs>li:first-of-type>a,.nav-tabs.control-sidebar-tabs>li:first-of-type>a:hover,.nav-tabs.control-sidebar-tabs>li:first-of-type>a:focus{border-left-width:0}.nav-tabs.control-sidebar-tabs>li>a{border-radius:0}.nav-tabs.control-sidebar-tabs>li>a,.nav-tabs.control-sidebar-tabs>li>a:hover{border-top:none;border-right:none;border-left:1px solid transparent;border-bottom:1px solid transparent}.nav-tabs.control-sidebar-tabs>li>a .icon{font-size:16px}.nav-tabs.control-sidebar-tabs>li.active>a,.nav-tabs.control-sidebar-tabs>li.active>a:hover,.nav-tabs.control-sidebar-tabs>li.active>a:focus,.nav-tabs.control-sidebar-tabs>li.active>a:active{border-top:none;border-right:none;border-bottom:none}@media (max-width:768px){.nav-tabs.control-sidebar-tabs{display:table}.nav-tabs.control-sidebar-tabs>li{display:table-cell}}.control-sidebar-heading{font-weight:400;font-size:16px;padding:10px 0;margin-bottom:10px}.control-sidebar-subheading{display:block;font-weight:400;font-size:14px}.control-sidebar-menu{list-style:none;padding:0;margin:0 -15px}.control-sidebar-menu>li>a{display:block;padding:10px 15px}.control-sidebar-menu>li>a:before,.control-sidebar-menu>li>a:after{content:" ";display:table}.control-sidebar-menu>li>a:after{clear:both}.control-sidebar-menu>li>a>.control-sidebar-subheading{margin-top:0}.control-sidebar-menu .menu-icon{float:left;width:35px;height:35px;border-radius:50%;text-align:center;line-height:35px}.control-sidebar-menu .menu-info{margin-left:45px;margin-top:3px}.control-sidebar-menu .menu-info>.control-sidebar-subheading{margin:0}.control-sidebar-menu .menu-info>p{margin:0;font-size:11px}.control-sidebar-menu .progress{margin:0}.control-sidebar-dark{color:#b8c7ce}.control-sidebar-dark,.control-sidebar-dark+.control-sidebar-bg{background:#222d32}.control-sidebar-dark .nav-tabs.control-sidebar-tabs{border-bottom:#1c2529}.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a{background:#181f23;color:#b8c7ce}.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:focus{border-left-color:#141a1d;border-bottom-color:#141a1d}.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:focus,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:active{background:#1c2529}.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover{color:#fff}.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:hover,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:focus,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:active{background:#222d32;color:#fff}.control-sidebar-dark .control-sidebar-heading,.control-sidebar-dark .control-sidebar-subheading{color:#fff}.control-sidebar-dark .control-sidebar-menu>li>a:hover{background:#1e282c}.control-sidebar-dark .control-sidebar-menu>li>a .menu-info>p{color:#b8c7ce}.control-sidebar-light{color:#5e5e5e}.control-sidebar-light,.control-sidebar-light+.control-sidebar-bg{background:#f9fafc;border-left:1px solid #d2d6de}.control-sidebar-light .nav-tabs.control-sidebar-tabs{border-bottom:#d2d6de}.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a{background:#e8ecf4;color:#444}.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:hover,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:focus{border-left-color:#d2d6de;border-bottom-color:#d2d6de}.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:hover,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:focus,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:active{background:#eff1f7}.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:hover,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:focus,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:active{background:#f9fafc;color:#111}.control-sidebar-light .control-sidebar-heading,.control-sidebar-light .control-sidebar-subheading{color:#111}.control-sidebar-light .control-sidebar-menu{margin-left:-14px}.control-sidebar-light .control-sidebar-menu>li>a:hover{background:#f4f4f5}.control-sidebar-light .control-sidebar-menu>li>a .menu-info>p{color:#5e5e5e}.dropdown-menu{box-shadow:none;border-color:#eee}.dropdown-menu>li>a{color:#777}.dropdown-menu>li>a>.glyphicon,.dropdown-menu>li>a>.fa,.dropdown-menu>li>a>.ion{margin-right:10px}.dropdown-menu>li>a:hover{background-color:#e1e3e9;color:#333}.dropdown-menu>.divider{background-color:#eee}.navbar-nav>.notifications-menu>.dropdown-menu,.navbar-nav>.messages-menu>.dropdown-menu,.navbar-nav>.tasks-menu>.dropdown-menu{width:280px;padding:0 0 0 0;margin:0;top:100%}.navbar-nav>.notifications-menu>.dropdown-menu>li,.navbar-nav>.messages-menu>.dropdown-menu>li,.navbar-nav>.tasks-menu>.dropdown-menu>li{position:relative}.navbar-nav>.notifications-menu>.dropdown-menu>li.header,.navbar-nav>.messages-menu>.dropdown-menu>li.header,.navbar-nav>.tasks-menu>.dropdown-menu>li.header{border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;background-color:#ffffff;padding:7px 10px;border-bottom:1px solid #f4f4f4;color:#444444;font-size:14px}.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;background-color:#fff;padding:7px 10px;border-bottom:1px solid #eeeeee;color:#444!important;text-align:center}@media (max-width:991px){.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a{background:#fff!important;color:#444!important}}.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a:hover,.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a:hover,.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a:hover{text-decoration:none;font-weight:normal}.navbar-nav>.notifications-menu>.dropdown-menu>li .menu,.navbar-nav>.messages-menu>.dropdown-menu>li .menu,.navbar-nav>.tasks-menu>.dropdown-menu>li .menu{max-height:200px;margin:0;padding:0;list-style:none;overflow-x:hidden}.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a,.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a,.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a{display:block;white-space:nowrap;border-bottom:1px solid #f4f4f4}.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a:hover,.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:hover,.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a:hover{background:#f4f4f4;text-decoration:none}.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a{color:#444444;overflow:hidden;text-overflow:ellipsis;padding:10px}.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.glyphicon,.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.fa,.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.ion{width:20px}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a{margin:0;padding:10px 10px}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>div>img{margin:auto 10px auto auto;width:40px;height:40px}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4{padding:0;margin:0 0 0 45px;color:#444444;font-size:15px;position:relative}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small{color:#999999;font-size:10px;position:absolute;top:0;right:0}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p{margin:0 0 0 45px;font-size:12px;color:#888888}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:before,.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after{content:" ";display:table}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after{clear:both}.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a{padding:10px}.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>h3{font-size:14px;padding:0;margin:0 0 10px 0;color:#666666}.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>.progress{padding:0;margin:0}.navbar-nav>.user-menu>.dropdown-menu{border-top-right-radius:0;border-top-left-radius:0;padding:1px 0 0 0;border-top-width:0;width:280px}.navbar-nav>.user-menu>.dropdown-menu,.navbar-nav>.user-menu>.dropdown-menu>.user-body{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.navbar-nav>.user-menu>.dropdown-menu>li.user-header{height:175px;padding:10px;text-align:center}.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img{z-index:5;height:90px;width:90px;border:3px solid;border-color:transparent;border-color:rgba(255,255,255,0.2)}.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p{z-index:5;color:#fff;color:rgba(255,255,255,0.8);font-size:17px;margin-top:10px}.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p>small{display:block;font-size:12px}.navbar-nav>.user-menu>.dropdown-menu>.user-body{padding:15px;border-bottom:1px solid #f4f4f4;border-top:1px solid #dddddd}.navbar-nav>.user-menu>.dropdown-menu>.user-body:before,.navbar-nav>.user-menu>.dropdown-menu>.user-body:after{content:" ";display:table}.navbar-nav>.user-menu>.dropdown-menu>.user-body:after{clear:both}.navbar-nav>.user-menu>.dropdown-menu>.user-body a{color:#444 !important}@media (max-width:991px){.navbar-nav>.user-menu>.dropdown-menu>.user-body a{background:#fff !important;color:#444 !important}}.navbar-nav>.user-menu>.dropdown-menu>.user-footer{background-color:#f9f9f9;padding:10px}.navbar-nav>.user-menu>.dropdown-menu>.user-footer:before,.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after{content:" ";display:table}.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after{clear:both}.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default{color:#666666}@media (max-width:991px){.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:hover{background-color:#f9f9f9}}.navbar-nav>.user-menu .user-image{float:left;width:25px;height:25px;border-radius:50%;margin-right:10px;margin-top:-2px}@media (max-width:767px){.navbar-nav>.user-menu .user-image{float:none;margin-right:0;margin-top:-8px;line-height:10px}}.open:not(.dropup)>.animated-dropdown-menu{backface-visibility:visible !important;-webkit-animation:flipInX .7s both;-o-animation:flipInX .7s both;animation:flipInX .7s both}@keyframes flipInX{0%{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}100%{transform:perspective(400px)}}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}100%{-webkit-transform:perspective(400px)}}.navbar-custom-menu>.navbar-nav>li{position:relative}.navbar-custom-menu>.navbar-nav>li>.dropdown-menu{position:absolute;right:0;left:auto}@media (max-width:991px){.navbar-custom-menu>.navbar-nav{float:right}.navbar-custom-menu>.navbar-nav>li{position:static}.navbar-custom-menu>.navbar-nav>li>.dropdown-menu{position:absolute;right:5%;left:auto;border:1px solid #ddd;background:#fff}}.form-control{border-radius:0;box-shadow:none;border-color:#d2d6de}.form-control:focus{border-color:#3c8dbc;box-shadow:none}.form-control::-moz-placeholder,.form-control:-ms-input-placeholder,.form-control::-webkit-input-placeholder{color:#bbb;opacity:1}.form-control:not(select){-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group.has-success label{color:#00a65a}.form-group.has-success .form-control{border-color:#00a65a;box-shadow:none}.form-group.has-warning label{color:#f39c12}.form-group.has-warning .form-control{border-color:#f39c12;box-shadow:none}.form-group.has-error label{color:#dd4b39}.form-group.has-error .form-control{border-color:#dd4b39;box-shadow:none}.input-group .input-group-addon{border-radius:0;border-color:#d2d6de;background-color:#fff}.btn-group-vertical .btn.btn-flat:first-of-type,.btn-group-vertical .btn.btn-flat:last-of-type{border-radius:0}.icheck>label{padding-left:0}.form-control-feedback.fa{line-height:34px}.input-lg+.form-control-feedback.fa,.input-group-lg+.form-control-feedback.fa,.form-group-lg .form-control+.form-control-feedback.fa{line-height:46px}.input-sm+.form-control-feedback.fa,.input-group-sm+.form-control-feedback.fa,.form-group-sm .form-control+.form-control-feedback.fa{line-height:30px}.progress,.progress>.progress-bar{-webkit-box-shadow:none;box-shadow:none}.progress,.progress>.progress-bar,.progress .progress-bar,.progress>.progress-bar .progress-bar{border-radius:1px}.progress.sm,.progress-sm{height:10px}.progress.sm,.progress-sm,.progress.sm .progress-bar,.progress-sm .progress-bar{border-radius:1px}.progress.xs,.progress-xs{height:7px}.progress.xs,.progress-xs,.progress.xs .progress-bar,.progress-xs .progress-bar{border-radius:1px}.progress.xxs,.progress-xxs{height:3px}.progress.xxs,.progress-xxs,.progress.xxs .progress-bar,.progress-xxs .progress-bar{border-radius:1px}.progress.vertical{position:relative;width:30px;height:200px;display:inline-block;margin-right:10px}.progress.vertical>.progress-bar{width:100%;position:absolute;bottom:0}.progress.vertical.sm,.progress.vertical.progress-sm{width:20px}.progress.vertical.xs,.progress.vertical.progress-xs{width:10px}.progress.vertical.xxs,.progress.vertical.progress-xxs{width:3px}.progress-group .progress-text{font-weight:600}.progress-group .progress-number{float:right}.table tr>td .progress{margin:0}.progress-bar-light-blue,.progress-bar-primary{background-color:#3c8dbc}.progress-striped .progress-bar-light-blue,.progress-striped .progress-bar-primary{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-green,.progress-bar-success{background-color:#00a65a}.progress-striped .progress-bar-green,.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-aqua,.progress-bar-info{background-color:#00c0ef}.progress-striped .progress-bar-aqua,.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-yellow,.progress-bar-warning{background-color:#f39c12}.progress-striped .progress-bar-yellow,.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-red,.progress-bar-danger{background-color:#dd4b39}.progress-striped .progress-bar-red,.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.small-box{border-radius:2px;position:relative;display:block;margin-bottom:20px;box-shadow:0 1px 1px rgba(0,0,0,0.1)}.small-box>.inner{padding:10px}.small-box>.small-box-footer{position:relative;text-align:center;padding:3px 0;color:#fff;color:rgba(255,255,255,0.8);display:block;z-index:10;background:rgba(0,0,0,0.1);text-decoration:none}.small-box>.small-box-footer:hover{color:#fff;background:rgba(0,0,0,0.15)}.small-box h3{font-size:38px;font-weight:bold;margin:0 0 10px 0;white-space:nowrap;padding:0}.small-box p{font-size:15px}.small-box p>small{display:block;color:#f9f9f9;font-size:13px;margin-top:5px}.small-box h3,.small-box p{z-index:5px}.small-box .icon{-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;position:absolute;top:-10px;right:10px;z-index:0;font-size:90px;color:rgba(0,0,0,0.15)}.small-box:hover{text-decoration:none;color:#f9f9f9}.small-box:hover .icon{font-size:95px}@media (max-width:767px){.small-box{text-align:center}.small-box .icon{display:none}.small-box p{font-size:12px}}.box{position:relative;border-radius:3px;background:#ffffff;border-top:3px solid #d2d6de;margin-bottom:20px;width:100%;box-shadow:0 1px 1px rgba(0,0,0,0.1)}.box.box-primary{border-top-color:#3c8dbc}.box.box-info{border-top-color:#00c0ef}.box.box-danger{border-top-color:#dd4b39}.box.box-warning{border-top-color:#f39c12}.box.box-success{border-top-color:#00a65a}.box.box-default{border-top-color:#d2d6de}.box.collapsed-box .box-body,.box.collapsed-box .box-footer{display:none}.box .nav-stacked>li{border-bottom:1px solid #f4f4f4;margin:0}.box .nav-stacked>li:last-of-type{border-bottom:none}.box.height-control .box-body{max-height:300px;overflow:auto}.box .border-right{border-right:1px solid #f4f4f4}.box .border-left{border-left:1px solid #f4f4f4}.box.box-solid{border-top:0}.box.box-solid>.box-header .btn.btn-default{background:transparent}.box.box-solid>.box-header .btn:hover,.box.box-solid>.box-header a:hover{background:rgba(0,0,0,0.1)}.box.box-solid.box-default{border:1px solid #d2d6de}.box.box-solid.box-default>.box-header{color:#444;background:#d2d6de;background-color:#d2d6de}.box.box-solid.box-default>.box-header a,.box.box-solid.box-default>.box-header .btn{color:#444}.box.box-solid.box-primary{border:1px solid #3c8dbc}.box.box-solid.box-primary>.box-header{color:#fff;background:#3c8dbc;background-color:#3c8dbc}.box.box-solid.box-primary>.box-header a,.box.box-solid.box-primary>.box-header .btn{color:#fff}.box.box-solid.box-info{border:1px solid #00c0ef}.box.box-solid.box-info>.box-header{color:#fff;background:#00c0ef;background-color:#00c0ef}.box.box-solid.box-info>.box-header a,.box.box-solid.box-info>.box-header .btn{color:#fff}.box.box-solid.box-danger{border:1px solid #dd4b39}.box.box-solid.box-danger>.box-header{color:#fff;background:#dd4b39;background-color:#dd4b39}.box.box-solid.box-danger>.box-header a,.box.box-solid.box-danger>.box-header .btn{color:#fff}.box.box-solid.box-warning{border:1px solid #f39c12}.box.box-solid.box-warning>.box-header{color:#fff;background:#f39c12;background-color:#f39c12}.box.box-solid.box-warning>.box-header a,.box.box-solid.box-warning>.box-header .btn{color:#fff}.box.box-solid.box-success{border:1px solid #00a65a}.box.box-solid.box-success>.box-header{color:#fff;background:#00a65a;background-color:#00a65a}.box.box-solid.box-success>.box-header a,.box.box-solid.box-success>.box-header .btn{color:#fff}.box.box-solid>.box-header>.box-tools .btn{border:0;box-shadow:none}.box.box-solid[class*='bg']>.box-header{color:#fff}.box .box-group>.box{margin-bottom:5px}.box .knob-label{text-align:center;color:#333;font-weight:100;font-size:12px;margin-bottom:0.3em}.box>.overlay,.overlay-wrapper>.overlay,.box>.loading-img,.overlay-wrapper>.loading-img{position:absolute;top:0;left:0;width:100%;height:100%}.box .overlay,.overlay-wrapper .overlay{z-index:50;background:rgba(255,255,255,0.7);border-radius:3px}.box .overlay>.fa,.overlay-wrapper .overlay>.fa{position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px;color:#000;font-size:30px}.box .overlay.dark,.overlay-wrapper .overlay.dark{background:rgba(0,0,0,0.5)}.box-header:before,.box-body:before,.box-footer:before,.box-header:after,.box-body:after,.box-footer:after{content:" ";display:table}.box-header:after,.box-body:after,.box-footer:after{clear:both}.box-header{color:#444;display:block;padding:10px;position:relative}.box-header.with-border{border-bottom:1px solid #f4f4f4}.collapsed-box .box-header.with-border{border-bottom:none}.box-header>.fa,.box-header>.glyphicon,.box-header>.ion,.box-header .box-title{display:inline-block;font-size:18px;margin:0;line-height:1}.box-header>.fa,.box-header>.glyphicon,.box-header>.ion{margin-right:5px}.box-header>.box-tools{position:absolute;right:10px;top:5px}.box-header>.box-tools [data-toggle="tooltip"]{position:relative}.box-header>.box-tools.pull-right .dropdown-menu{right:0;left:auto}.btn-box-tool{padding:5px;font-size:12px;background:transparent;color:#97a0b3}.open .btn-box-tool,.btn-box-tool:hover{color:#606c84}.btn-box-tool.btn:active{box-shadow:none}.box-body{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;padding:10px}.no-header .box-body{border-top-right-radius:3px;border-top-left-radius:3px}.box-body>.table{margin-bottom:0}.box-body .fc{margin-top:5px}.box-body .full-width-chart{margin:-19px}.box-body.no-padding .full-width-chart{margin:-9px}.box-body .box-pane{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:3px}.box-body .box-pane-right{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:3px;border-bottom-left-radius:0}.box-footer{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-top:1px solid #f4f4f4;padding:10px;background-color:#fff}.chart-legend{margin:10px 0}@media (max-width:991px){.chart-legend>li{float:left;margin-right:10px}}.box-comments{background:#f7f7f7}.box-comments .box-comment{padding:8px 0;border-bottom:1px solid #eee}.box-comments .box-comment:before,.box-comments .box-comment:after{content:" ";display:table}.box-comments .box-comment:after{clear:both}.box-comments .box-comment:last-of-type{border-bottom:0}.box-comments .box-comment:first-of-type{padding-top:0}.box-comments .box-comment img{float:left}.box-comments .comment-text{margin-left:40px;color:#555}.box-comments .username{color:#444;display:block;font-weight:600}.box-comments .text-muted{font-weight:400;font-size:12px}.todo-list{margin:0;padding:0;list-style:none;overflow:auto}.todo-list>li{border-radius:2px;padding:10px;background:#f4f4f4;margin-bottom:2px;border-left:2px solid #e6e7e8;color:#444}.todo-list>li:last-of-type{margin-bottom:0}.todo-list>li>input[type='checkbox']{margin:0 10px 0 5px}.todo-list>li .text{display:inline-block;margin-left:5px;font-weight:600}.todo-list>li .label{margin-left:10px;font-size:9px}.todo-list>li .tools{display:none;float:right;color:#dd4b39}.todo-list>li .tools>.fa,.todo-list>li .tools>.glyphicon,.todo-list>li .tools>.ion{margin-right:5px;cursor:pointer}.todo-list>li:hover .tools{display:inline-block}.todo-list>li.done{color:#999}.todo-list>li.done .text{text-decoration:line-through;font-weight:500}.todo-list>li.done .label{background:#d2d6de !important}.todo-list .danger{border-left-color:#dd4b39}.todo-list .warning{border-left-color:#f39c12}.todo-list .info{border-left-color:#00c0ef}.todo-list .success{border-left-color:#00a65a}.todo-list .primary{border-left-color:#3c8dbc}.todo-list .handle{display:inline-block;cursor:move;margin:0 5px}.chat{padding:5px 20px 5px 10px}.chat .item{margin-bottom:10px}.chat .item:before,.chat .item:after{content:" ";display:table}.chat .item:after{clear:both}.chat .item>img{width:40px;height:40px;border:2px solid transparent;border-radius:50%}.chat .item>.online{border:2px solid #00a65a}.chat .item>.offline{border:2px solid #dd4b39}.chat .item>.message{margin-left:55px;margin-top:-40px}.chat .item>.message>.name{display:block;font-weight:600}.chat .item>.attachment{border-radius:3px;background:#f4f4f4;margin-left:65px;margin-right:15px;padding:10px}.chat .item>.attachment>h4{margin:0 0 5px 0;font-weight:600;font-size:14px}.chat .item>.attachment>p,.chat .item>.attachment>.filename{font-weight:600;font-size:13px;font-style:italic;margin:0}.chat .item>.attachment:before,.chat .item>.attachment:after{content:" ";display:table}.chat .item>.attachment:after{clear:both}.box-input{max-width:200px}.modal .panel-body{color:#444}.info-box{display:block;min-height:90px;background:#fff;width:100%;box-shadow:0 1px 1px rgba(0,0,0,0.1);border-radius:2px;margin-bottom:15px}.info-box small{font-size:14px}.info-box .progress{background:rgba(0,0,0,0.2);margin:5px -10px 5px -10px;height:2px}.info-box .progress,.info-box .progress .progress-bar{border-radius:0}.info-box .progress .progress-bar{background:#fff}.info-box-icon{border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px;display:block;float:left;height:90px;width:90px;text-align:center;font-size:45px;line-height:90px;background:rgba(0,0,0,0.2)}.info-box-icon>img{max-width:100%}.info-box-content{padding:5px 10px;margin-left:90px}.info-box-number{display:block;font-weight:bold;font-size:18px}.progress-description,.info-box-text{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.info-box-text{text-transform:uppercase}.info-box-more{display:block}.progress-description{margin:0}.timeline{position:relative;margin:0 0 30px 0;padding:0;list-style:none}.timeline:before{content:'';position:absolute;top:0;bottom:0;width:4px;background:#ddd;left:31px;margin:0;border-radius:2px}.timeline>li{position:relative;margin-right:10px;margin-bottom:15px}.timeline>li:before,.timeline>li:after{content:" ";display:table}.timeline>li:after{clear:both}.timeline>li>.timeline-item{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);border-radius:3px;margin-top:0;background:#fff;color:#444;margin-left:60px;margin-right:15px;padding:0;position:relative}.timeline>li>.timeline-item>.time{color:#999;float:right;padding:10px;font-size:12px}.timeline>li>.timeline-item>.timeline-header{margin:0;color:#555;border-bottom:1px solid #f4f4f4;padding:10px;font-size:16px;line-height:1.1}.timeline>li>.timeline-item>.timeline-header>a{font-weight:600}.timeline>li>.timeline-item>.timeline-body,.timeline>li>.timeline-item>.timeline-footer{padding:10px}.timeline>li>.fa,.timeline>li>.glyphicon,.timeline>li>.ion{width:30px;height:30px;font-size:15px;line-height:30px;position:absolute;color:#666;background:#d2d6de;border-radius:50%;text-align:center;left:18px;top:0}.timeline>.time-label>span{font-weight:600;padding:5px;display:inline-block;background-color:#fff;border-radius:4px}.timeline-inverse>li>.timeline-item{background:#f0f0f0;border:1px solid #ddd;-webkit-box-shadow:none;box-shadow:none}.timeline-inverse>li>.timeline-item>.timeline-header{border-bottom-color:#ddd}.btn{border-radius:3px;-webkit-box-shadow:none;box-shadow:none;border:1px solid transparent}.btn.uppercase{text-transform:uppercase}.btn.btn-flat{border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-width:1px}.btn:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:focus{outline:none}.btn.btn-file{position:relative;overflow:hidden}.btn.btn-file>input[type='file']{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;opacity:0;filter:alpha(opacity=0);outline:none;background:white;cursor:inherit;display:block}.btn-default{background-color:#f4f4f4;color:#444;border-color:#ddd}.btn-default:hover,.btn-default:active,.btn-default.hover{background-color:#e7e7e7}.btn-primary{background-color:#3c8dbc;border-color:#367fa9}.btn-primary:hover,.btn-primary:active,.btn-primary.hover{background-color:#367fa9}.btn-success{background-color:#00a65a;border-color:#008d4c}.btn-success:hover,.btn-success:active,.btn-success.hover{background-color:#008d4c}.btn-info{background-color:#00c0ef;border-color:#00acd6}.btn-info:hover,.btn-info:active,.btn-info.hover{background-color:#00acd6}.btn-danger{background-color:#dd4b39;border-color:#d73925}.btn-danger:hover,.btn-danger:active,.btn-danger.hover{background-color:#d73925}.btn-warning{background-color:#f39c12;border-color:#e08e0b}.btn-warning:hover,.btn-warning:active,.btn-warning.hover{background-color:#e08e0b}.btn-outline{border:1px solid #fff;background:transparent;color:#fff}.btn-outline:hover,.btn-outline:focus,.btn-outline:active{color:rgba(255,255,255,0.7);border-color:rgba(255,255,255,0.7)}.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn[class*='bg-']:hover{-webkit-box-shadow:inset 0 0 100px rgba(0,0,0,0.2);box-shadow:inset 0 0 100px rgba(0,0,0,0.2)}.btn-app{border-radius:3px;position:relative;padding:15px 5px;margin:0 0 10px 10px;min-width:80px;height:60px;text-align:center;color:#666;border:1px solid #ddd;background-color:#f4f4f4;font-size:12px}.btn-app>.fa,.btn-app>.glyphicon,.btn-app>.ion{font-size:20px;display:block}.btn-app:hover{background:#f4f4f4;color:#444;border-color:#aaa}.btn-app:active,.btn-app:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-app>.badge{position:absolute;top:-3px;right:-10px;font-size:10px;font-weight:400}.callout{border-radius:3px;margin:0 0 20px 0;padding:15px 30px 15px 15px;border-left:5px solid #eee}.callout a{color:#fff;text-decoration:underline}.callout a:hover{color:#eee}.callout h4{margin-top:0;font-weight:600}.callout p:last-child{margin-bottom:0}.callout code,.callout .highlight{background-color:#fff}.callout.callout-danger{border-color:#c23321}.callout.callout-warning{border-color:#c87f0a}.callout.callout-info{border-color:#0097bc}.callout.callout-success{border-color:#00733e}.alert{border-radius:3px}.alert h4{font-weight:600}.alert .icon{margin-right:10px}.alert .close{color:#000;opacity:.2;filter:alpha(opacity=20)}.alert .close:hover{opacity:.5;filter:alpha(opacity=50)}.alert a{color:#fff;text-decoration:underline}.alert-success{border-color:#008d4c}.alert-danger,.alert-error{border-color:#d73925}.alert-warning{border-color:#e08e0b}.alert-info{border-color:#00acd6}.nav>li>a:hover,.nav>li>a:active,.nav>li>a:focus{color:#444;background:#f7f7f7}.nav-pills>li>a{border-radius:0;border-top:3px solid transparent;color:#444}.nav-pills>li>a>.fa,.nav-pills>li>a>.glyphicon,.nav-pills>li>a>.ion{margin-right:5px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{border-top-color:#3c8dbc}.nav-pills>li.active>a{font-weight:600}.nav-stacked>li>a{border-radius:0;border-top:0;border-left:3px solid transparent;color:#444}.nav-stacked>li.active>a,.nav-stacked>li.active>a:hover{background:transparent;color:#444;border-top:0;border-left-color:#3c8dbc}.nav-stacked>li.header{border-bottom:1px solid #ddd;color:#777;margin-bottom:10px;padding:5px 10px;text-transform:uppercase}.nav-tabs-custom{margin-bottom:20px;background:#fff;box-shadow:0 1px 1px rgba(0,0,0,0.1);border-radius:3px}.nav-tabs-custom>.nav-tabs{margin:0;border-bottom-color:#f4f4f4;border-top-right-radius:3px;border-top-left-radius:3px}.nav-tabs-custom>.nav-tabs>li{border-top:3px solid transparent;margin-bottom:-2px;margin-right:5px}.nav-tabs-custom>.nav-tabs>li>a{color:#444;border-radius:0}.nav-tabs-custom>.nav-tabs>li>a.text-muted{color:#999}.nav-tabs-custom>.nav-tabs>li>a,.nav-tabs-custom>.nav-tabs>li>a:hover{background:transparent;margin:0}.nav-tabs-custom>.nav-tabs>li>a:hover{color:#999}.nav-tabs-custom>.nav-tabs>li:not(.active)>a:hover,.nav-tabs-custom>.nav-tabs>li:not(.active)>a:focus,.nav-tabs-custom>.nav-tabs>li:not(.active)>a:active{border-color:transparent}.nav-tabs-custom>.nav-tabs>li.active{border-top-color:#3c8dbc}.nav-tabs-custom>.nav-tabs>li.active>a,.nav-tabs-custom>.nav-tabs>li.active:hover>a{background-color:#fff;color:#444}.nav-tabs-custom>.nav-tabs>li.active>a{border-top-color:transparent;border-left-color:#f4f4f4;border-right-color:#f4f4f4}.nav-tabs-custom>.nav-tabs>li:first-of-type{margin-left:0}.nav-tabs-custom>.nav-tabs>li:first-of-type.active>a{border-left-color:transparent}.nav-tabs-custom>.nav-tabs.pull-right{float:none!important}.nav-tabs-custom>.nav-tabs.pull-right>li{float:right}.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type{margin-right:0}.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type>a{border-left-width:1px}.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type.active>a{border-left-color:#f4f4f4;border-right-color:transparent}.nav-tabs-custom>.nav-tabs>li.header{line-height:35px;padding:0 10px;font-size:20px;color:#444}.nav-tabs-custom>.nav-tabs>li.header>.fa,.nav-tabs-custom>.nav-tabs>li.header>.glyphicon,.nav-tabs-custom>.nav-tabs>li.header>.ion{margin-right:5px}.nav-tabs-custom>.tab-content{background:#fff;padding:10px;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.nav-tabs-custom .dropdown.open>a:active,.nav-tabs-custom .dropdown.open>a:focus{background:transparent;color:#999}.nav-tabs-custom.tab-primary>.nav-tabs>li.active{border-top-color:#3c8dbc}.nav-tabs-custom.tab-info>.nav-tabs>li.active{border-top-color:#00c0ef}.nav-tabs-custom.tab-danger>.nav-tabs>li.active{border-top-color:#dd4b39}.nav-tabs-custom.tab-warning>.nav-tabs>li.active{border-top-color:#f39c12}.nav-tabs-custom.tab-success>.nav-tabs>li.active{border-top-color:#00a65a}.nav-tabs-custom.tab-default>.nav-tabs>li.active{border-top-color:#d2d6de}.pagination>li>a{background:#fafafa;color:#666}.pagination.pagination-flat>li>a{border-radius:0 !important}.products-list{list-style:none;margin:0;padding:0}.products-list>.item{border-radius:3px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);padding:10px 0;background:#fff}.products-list>.item:before,.products-list>.item:after{content:" ";display:table}.products-list>.item:after{clear:both}.products-list .product-img{float:left}.products-list .product-img img{width:50px;height:50px}.products-list .product-info{margin-left:60px}.products-list .product-title{font-weight:600}.products-list .product-description{display:block;color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-list-in-box>.item{-webkit-box-shadow:none;box-shadow:none;border-radius:0;border-bottom:1px solid #f4f4f4}.product-list-in-box>.item:last-of-type{border-bottom-width:0}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{border-top:1px solid #f4f4f4}.table>thead>tr>th{border-bottom:2px solid #f4f4f4}.table tr td .progress{margin-top:5px}.table-bordered{border:1px solid #f4f4f4}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #f4f4f4}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table.no-border,.table.no-border td,.table.no-border th{border:0}table.text-center,table.text-center td,table.text-center th{text-align:center}.table.align th{text-align:left}.table.align td{text-align:right}.label-default{background-color:#d2d6de;color:#444}.direct-chat .box-body{border-bottom-right-radius:0;border-bottom-left-radius:0;position:relative;overflow-x:hidden;padding:0}.direct-chat.chat-pane-open .direct-chat-contacts{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.direct-chat-messages{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);padding:10px;height:250px;overflow:auto}.direct-chat-msg,.direct-chat-text{display:block}.direct-chat-msg{margin-bottom:10px}.direct-chat-msg:before,.direct-chat-msg:after{content:" ";display:table}.direct-chat-msg:after{clear:both}.direct-chat-messages,.direct-chat-contacts{-webkit-transition:-webkit-transform .5s ease-in-out;-moz-transition:-moz-transform .5s ease-in-out;-o-transition:-o-transform .5s ease-in-out;transition:transform .5s ease-in-out}.direct-chat-text{border-radius:5px;position:relative;padding:5px 10px;background:#d2d6de;border:1px solid #d2d6de;margin:5px 0 0 50px;color:#444}.direct-chat-text:after,.direct-chat-text:before{position:absolute;right:100%;top:15px;border:solid transparent;border-right-color:#d2d6de;content:' ';height:0;width:0;pointer-events:none}.direct-chat-text:after{border-width:5px;margin-top:-5px}.direct-chat-text:before{border-width:6px;margin-top:-6px}.right .direct-chat-text{margin-right:50px;margin-left:0}.right .direct-chat-text:after,.right .direct-chat-text:before{right:auto;left:100%;border-right-color:transparent;border-left-color:#d2d6de}.direct-chat-img{border-radius:50%;float:left;width:40px;height:40px}.right .direct-chat-img{float:right}.direct-chat-info{display:block;margin-bottom:2px;font-size:12px}.direct-chat-name{font-weight:600}.direct-chat-timestamp{color:#999}.direct-chat-contacts-open .direct-chat-contacts{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.direct-chat-contacts{-webkit-transform:translate(101%, 0);-ms-transform:translate(101%, 0);-o-transform:translate(101%, 0);transform:translate(101%, 0);position:absolute;top:0;bottom:0;height:250px;width:100%;background:#222d32;color:#fff;overflow:auto}.contacts-list>li{border-bottom:1px solid rgba(0,0,0,0.2);padding:10px;margin:0}.contacts-list>li:before,.contacts-list>li:after{content:" ";display:table}.contacts-list>li:after{clear:both}.contacts-list>li:last-of-type{border-bottom:none}.contacts-list-img{border-radius:50%;width:40px;float:left}.contacts-list-info{margin-left:45px;color:#fff}.contacts-list-name,.contacts-list-status{display:block}.contacts-list-name{font-weight:600}.contacts-list-status{font-size:12px}.contacts-list-date{color:#aaa;font-weight:normal}.contacts-list-msg{color:#999}.direct-chat-danger .right>.direct-chat-text{background:#dd4b39;border-color:#dd4b39;color:#fff}.direct-chat-danger .right>.direct-chat-text:after,.direct-chat-danger .right>.direct-chat-text:before{border-left-color:#dd4b39}.direct-chat-primary .right>.direct-chat-text{background:#3c8dbc;border-color:#3c8dbc;color:#fff}.direct-chat-primary .right>.direct-chat-text:after,.direct-chat-primary .right>.direct-chat-text:before{border-left-color:#3c8dbc}.direct-chat-warning .right>.direct-chat-text{background:#f39c12;border-color:#f39c12;color:#fff}.direct-chat-warning .right>.direct-chat-text:after,.direct-chat-warning .right>.direct-chat-text:before{border-left-color:#f39c12}.direct-chat-info .right>.direct-chat-text{background:#00c0ef;border-color:#00c0ef;color:#fff}.direct-chat-info .right>.direct-chat-text:after,.direct-chat-info .right>.direct-chat-text:before{border-left-color:#00c0ef}.direct-chat-success .right>.direct-chat-text{background:#00a65a;border-color:#00a65a;color:#fff}.direct-chat-success .right>.direct-chat-text:after,.direct-chat-success .right>.direct-chat-text:before{border-left-color:#00a65a}.users-list>li{width:25%;float:left;padding:10px;text-align:center}.users-list>li img{border-radius:50%;max-width:100%;height:auto}.users-list>li>a:hover,.users-list>li>a:hover .users-list-name{color:#999}.users-list-name,.users-list-date{display:block}.users-list-name{font-weight:600;color:#444;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.users-list-date{color:#999;font-size:12px}.carousel-control.left,.carousel-control.right{background-image:none}.carousel-control>.fa{font-size:40px;position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-20px}.modal{background:rgba(0,0,0,0.3)}.modal-content{border-radius:0;-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.125);box-shadow:0 2px 3px rgba(0,0,0,0.125);border:0}@media (min-width:768px){.modal-content{-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.125);box-shadow:0 2px 3px rgba(0,0,0,0.125)}}.modal-header{border-bottom-color:#f4f4f4}.modal-footer{border-top-color:#f4f4f4}.modal-primary .modal-header,.modal-primary .modal-footer{border-color:#307095}.modal-warning .modal-header,.modal-warning .modal-footer{border-color:#c87f0a}.modal-info .modal-header,.modal-info .modal-footer{border-color:#0097bc}.modal-success .modal-header,.modal-success .modal-footer{border-color:#00733e}.modal-danger .modal-header,.modal-danger .modal-footer{border-color:#c23321}.box-widget{border:none;position:relative}.widget-user .widget-user-header{padding:20px;height:120px;border-top-right-radius:3px;border-top-left-radius:3px}.widget-user .widget-user-username{margin-top:0;margin-bottom:5px;font-size:25px;font-weight:300;text-shadow:0 1px 1px rgba(0,0,0,0.2)}.widget-user .widget-user-desc{margin-top:0}.widget-user .widget-user-image{position:absolute;top:65px;left:50%;margin-left:-45px}.widget-user .widget-user-image>img{width:90px;height:auto;border:3px solid #fff}.widget-user .box-footer{padding-top:30px}.widget-user-2 .widget-user-header{padding:20px;border-top-right-radius:3px;border-top-left-radius:3px}.widget-user-2 .widget-user-username{margin-top:5px;margin-bottom:5px;font-size:25px;font-weight:300}.widget-user-2 .widget-user-desc{margin-top:0}.widget-user-2 .widget-user-username,.widget-user-2 .widget-user-desc{margin-left:75px}.widget-user-2 .widget-user-image>img{width:65px;height:auto;float:left}.mailbox-messages>.table{margin:0}.mailbox-controls{padding:5px}.mailbox-controls.with-border{border-bottom:1px solid #f4f4f4}.mailbox-read-info{border-bottom:1px solid #f4f4f4;padding:10px}.mailbox-read-info h3{font-size:20px;margin:0}.mailbox-read-info h5{margin:0;padding:5px 0 0 0}.mailbox-read-time{color:#999;font-size:13px}.mailbox-read-message{padding:10px}.mailbox-attachments li{float:left;width:200px;border:1px solid #eee;margin-bottom:10px;margin-right:10px}.mailbox-attachment-name{font-weight:bold;color:#666}.mailbox-attachment-icon,.mailbox-attachment-info,.mailbox-attachment-size{display:block}.mailbox-attachment-info{padding:10px;background:#f4f4f4}.mailbox-attachment-size{color:#999;font-size:12px}.mailbox-attachment-icon{text-align:center;font-size:65px;color:#666;padding:20px 10px}.mailbox-attachment-icon.has-img{padding:0}.mailbox-attachment-icon.has-img>img{max-width:100%;height:auto}.lockscreen{background:#d2d6de}.lockscreen-logo{font-size:35px;text-align:center;margin-bottom:25px;font-weight:300}.lockscreen-logo a{color:#444}.lockscreen-wrapper{max-width:400px;margin:0 auto;margin-top:10%}.lockscreen .lockscreen-name{text-align:center;font-weight:600}.lockscreen-item{border-radius:4px;padding:0;background:#fff;position:relative;margin:10px auto 30px auto;width:290px}.lockscreen-image{border-radius:50%;position:absolute;left:-10px;top:-25px;background:#fff;padding:5px;z-index:10}.lockscreen-image>img{border-radius:50%;width:70px;height:70px}.lockscreen-credentials{margin-left:70px}.lockscreen-credentials .form-control{border:0}.lockscreen-credentials .btn{background-color:#fff;border:0;padding:0 10px}.lockscreen-footer{margin-top:10px}.login-logo,.register-logo{font-size:35px;text-align:center;margin-bottom:25px;font-weight:300}.login-logo a,.register-logo a{color:#444}.login-page,.register-page{background:#d2d6de}.login-box,.register-box{width:360px;margin:7% auto}@media (max-width:768px){.login-box,.register-box{width:90%;margin-top:20px}}.login-box-body,.register-box-body{background:#fff;padding:20px;border-top:0;color:#666}.login-box-body .form-control-feedback,.register-box-body .form-control-feedback{color:#777}.login-box-msg,.register-box-msg{margin:0;text-align:center;padding:0 20px 20px 20px}.social-auth-links{margin:10px 0}.error-page{width:600px;margin:20px auto 0 auto}@media (max-width:991px){.error-page{width:100%}}.error-page>.headline{float:left;font-size:100px;font-weight:300}@media (max-width:991px){.error-page>.headline{float:none;text-align:center}}.error-page>.error-content{margin-left:190px;display:block}@media (max-width:991px){.error-page>.error-content{margin-left:0}}.error-page>.error-content>h3{font-weight:300;font-size:25px}@media (max-width:991px){.error-page>.error-content>h3{text-align:center}}.invoice{position:relative;background:#fff;border:1px solid #f4f4f4;padding:20px;margin:10px 25px}.invoice-title{margin-top:0}.profile-user-img{margin:0 auto;width:100px;padding:3px;border:3px solid #d2d6de}.profile-username{font-size:21px;margin-top:5px}.post{border-bottom:1px solid #d2d6de;margin-bottom:15px;padding-bottom:15px;color:#666}.post:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}.post .user-block{margin-bottom:15px}.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}.btn-social-icon>:first-child{border:none;text-align:center;width:100%}.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:hover,.btn-adn:focus,.btn-adn.focus,.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}.btn-adn .badge{color:#d87a68;background-color:#fff}.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket.focus,.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none}.btn-bitbucket .badge{color:#205081;background-color:#fff}.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox.focus,.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}.btn-dropbox .badge{color:#1087dd;background-color:#fff}.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook.focus,.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}.btn-facebook .badge{color:#3b5998;background-color:#fff}.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr.focus,.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}.btn-flickr .badge{color:#ff0084;background-color:#fff}.btn-foursquare{color:#fff;background-color:#f94877;border-color:rgba(0,0,0,0.2)}.btn-foursquare:hover,.btn-foursquare:focus,.btn-foursquare.focus,.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none}.btn-foursquare .badge{color:#f94877;background-color:#fff}.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:hover,.btn-github:focus,.btn-github.focus,.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}.btn-github .badge{color:#444;background-color:#fff}.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:hover,.btn-google:focus,.btn-google.focus,.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}.btn-google .badge{color:#dd4b39;background-color:#fff}.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram.focus,.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}.btn-instagram .badge{color:#3f729b;background-color:#fff}.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin.focus,.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none}.btn-linkedin .badge{color:#007bb6;background-color:#fff}.btn-microsoft{color:#fff;background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft:hover,.btn-microsoft:focus,.btn-microsoft.focus,.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none}.btn-microsoft .badge{color:#2672ec;background-color:#fff}.btn-openid{color:#fff;background-color:#f7931e;border-color:rgba(0,0,0,0.2)}.btn-openid:hover,.btn-openid:focus,.btn-openid.focus,.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{background-image:none}.btn-openid .badge{color:#f7931e;background-color:#fff}.btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:hover,.btn-pinterest:focus,.btn-pinterest.focus,.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{background-image:none}.btn-pinterest .badge{color:#cb2027;background-color:#fff}.btn-reddit{color:#000;background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}.btn-reddit:hover,.btn-reddit:focus,.btn-reddit.focus,.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{background-image:none}.btn-reddit .badge{color:#eff7ff;background-color:#000}.btn-soundcloud{color:#fff;background-color:#f50;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:hover,.btn-soundcloud:focus,.btn-soundcloud.focus,.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{background-image:none}.btn-soundcloud .badge{color:#f50;background-color:#fff}.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr.focus,.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none}.btn-tumblr .badge{color:#2c4762;background-color:#fff}.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter.focus,.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}.btn-twitter .badge{color:#55acee;background-color:#fff}.btn-vimeo{color:#fff;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}.btn-vimeo:hover,.btn-vimeo:focus,.btn-vimeo.focus,.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{background-image:none}.btn-vimeo .badge{color:#1ab7ea;background-color:#fff}.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:hover,.btn-vk:focus,.btn-vk.focus,.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none}.btn-vk .badge{color:#587ea3;background-color:#fff}.btn-yahoo{color:#fff;background-color:#720e9e;border-color:rgba(0,0,0,0.2)}.btn-yahoo:hover,.btn-yahoo:focus,.btn-yahoo.focus,.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{background-image:none}.btn-yahoo .badge{color:#720e9e;background-color:#fff}.fc-button{background:#f4f4f4;background-image:none;color:#444;border-color:#ddd;border-bottom-color:#ddd}.fc-button:hover,.fc-button:active,.fc-button.hover{background-color:#e9e9e9}.fc-header-title h2{font-size:15px;line-height:1.6em;color:#666;margin-left:10px}.fc-header-right{padding-right:10px}.fc-header-left{padding-left:10px}.fc-widget-header{background:#fafafa}.fc-grid{width:100%;border:0}.fc-widget-header:first-of-type,.fc-widget-content:first-of-type{border-left:0;border-right:0}.fc-widget-header:last-of-type,.fc-widget-content:last-of-type{border-right:0}.fc-toolbar{padding:10px;margin:0}.fc-day-number{font-size:20px;font-weight:300;padding-right:10px}.fc-color-picker{list-style:none;margin:0;padding:0}.fc-color-picker>li{float:left;font-size:30px;margin-right:5px;line-height:30px}.fc-color-picker>li .fa{-webkit-transition:-webkit-transform linear .3s;-moz-transition:-moz-transform linear .3s;-o-transition:-o-transform linear .3s;transition:transform linear .3s}.fc-color-picker>li .fa:hover{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);-o-transform:rotate(30deg);transform:rotate(30deg)}#add-new-event{-webkit-transition:all linear .3s;-o-transition:all linear .3s;transition:all linear .3s}.external-event{padding:5px 10px;font-weight:bold;margin-bottom:4px;box-shadow:0 1px 1px rgba(0,0,0,0.1);text-shadow:0 1px 1px rgba(0,0,0,0.1);border-radius:3px;cursor:move}.external-event:hover{box-shadow:inset 0 0 90px rgba(0,0,0,0.2)}.select2-container--default.select2-container--focus,.select2-selection.select2-container--focus,.select2-container--default:focus,.select2-selection:focus,.select2-container--default:active,.select2-selection:active{outline:none}.select2-container--default .select2-selection--single,.select2-selection .select2-selection--single{border:1px solid #d2d6de;border-radius:0;padding:6px 12px;height:34px}.select2-container--default.select2-container--open{border-color:#3c8dbc}.select2-dropdown{border:1px solid #d2d6de;border-radius:0}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#3c8dbc;color:white}.select2-results__option{padding:6px 12px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{padding-left:0;padding-right:0;height:auto;margin-top:-4px}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:6px;padding-left:20px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:28px;right:3px}.select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top:0}.select2-dropdown .select2-search__field,.select2-search--inline .select2-search__field{border:1px solid #d2d6de}.select2-dropdown .select2-search__field:focus,.select2-search--inline .select2-search__field:focus{outline:none;border:1px solid #3c8dbc}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[aria-selected=true]:hover{color:#444}.select2-container--default .select2-selection--multiple{border:1px solid #d2d6de;border-radius:0}.select2-container--default .select2-selection--multiple:focus{border-color:#3c8dbc}.select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#d2d6de}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#3c8dbc;border-color:#367fa9;padding:1px 10px;color:#fff}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{margin-right:5px;color:rgba(255,255,255,0.7)}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#fff}.select2-container .select2-selection--single .select2-selection__rendered{padding-right:10px}.pad{padding:10px}.margin{margin:10px}.margin-bottom{margin-bottom:20px}.margin-bottom-none{margin-bottom:0}.margin-r-5{margin-right:5px}.inline{display:inline}.description-block{display:block;margin:10px 0;text-align:center}.description-block.margin-bottom{margin-bottom:25px}.description-block>.description-header{margin:0;padding:0;font-weight:600;font-size:16px}.description-block>.description-text{text-transform:uppercase}.bg-red,.bg-yellow,.bg-aqua,.bg-blue,.bg-light-blue,.bg-green,.bg-navy,.bg-teal,.bg-olive,.bg-lime,.bg-orange,.bg-fuchsia,.bg-purple,.bg-maroon,.bg-black,.bg-red-active,.bg-yellow-active,.bg-aqua-active,.bg-blue-active,.bg-light-blue-active,.bg-green-active,.bg-navy-active,.bg-teal-active,.bg-olive-active,.bg-lime-active,.bg-orange-active,.bg-fuchsia-active,.bg-purple-active,.bg-maroon-active,.bg-black-active,.callout.callout-danger,.callout.callout-warning,.callout.callout-info,.callout.callout-success,.alert-success,.alert-danger,.alert-error,.alert-warning,.alert-info,.label-danger,.label-info,.label-warning,.label-primary,.label-success,.modal-primary .modal-body,.modal-primary .modal-header,.modal-primary .modal-footer,.modal-warning .modal-body,.modal-warning .modal-header,.modal-warning .modal-footer,.modal-info .modal-body,.modal-info .modal-header,.modal-info .modal-footer,.modal-success .modal-body,.modal-success .modal-header,.modal-success .modal-footer,.modal-danger .modal-body,.modal-danger .modal-header,.modal-danger .modal-footer{color:#fff !important}.bg-gray{color:#000;background-color:#d2d6de !important}.bg-gray-light{background-color:#f7f7f7}.bg-black{background-color:#111 !important}.bg-red,.callout.callout-danger,.alert-danger,.alert-error,.label-danger,.modal-danger .modal-body{background-color:#dd4b39 !important}.bg-yellow,.callout.callout-warning,.alert-warning,.label-warning,.modal-warning .modal-body{background-color:#f39c12 !important}.bg-aqua,.callout.callout-info,.alert-info,.label-info,.modal-info .modal-body{background-color:#00c0ef !important}.bg-blue{background-color:#0073b7 !important}.bg-light-blue,.label-primary,.modal-primary .modal-body{background-color:#3c8dbc !important}.bg-green,.callout.callout-success,.alert-success,.label-success,.modal-success .modal-body{background-color:#00a65a !important}.bg-navy{background-color:#001f3f !important}.bg-teal{background-color:#39cccc !important}.bg-olive{background-color:#3d9970 !important}.bg-lime{background-color:#01ff70 !important}.bg-orange{background-color:#ff851b !important}.bg-fuchsia{background-color:#f012be !important}.bg-purple{background-color:#605ca8 !important}.bg-maroon{background-color:#d81b60 !important}.bg-gray-active{color:#000;background-color:#b5bbc8 !important}.bg-black-active{background-color:#000 !important}.bg-red-active,.modal-danger .modal-header,.modal-danger .modal-footer{background-color:#d33724 !important}.bg-yellow-active,.modal-warning .modal-header,.modal-warning .modal-footer{background-color:#db8b0b !important}.bg-aqua-active,.modal-info .modal-header,.modal-info .modal-footer{background-color:#00a7d0 !important}.bg-blue-active{background-color:#005384 !important}.bg-light-blue-active,.modal-primary .modal-header,.modal-primary .modal-footer{background-color:#357ca5 !important}.bg-green-active,.modal-success .modal-header,.modal-success .modal-footer{background-color:#008d4c !important}.bg-navy-active{background-color:#001a35 !important}.bg-teal-active{background-color:#30bbbb !important}.bg-olive-active{background-color:#368763 !important}.bg-lime-active{background-color:#00e765 !important}.bg-orange-active{background-color:#ff7701 !important}.bg-fuchsia-active{background-color:#db0ead !important}.bg-purple-active{background-color:#555299 !important}.bg-maroon-active{background-color:#ca195a !important}[class^="bg-"].disabled{opacity:.65;filter:alpha(opacity=65)}.text-red{color:#dd4b39 !important}.text-yellow{color:#f39c12 !important}.text-aqua{color:#00c0ef !important}.text-blue{color:#0073b7 !important}.text-black{color:#111 !important}.text-light-blue{color:#3c8dbc !important}.text-green{color:#00a65a !important}.text-gray{color:#d2d6de !important}.text-navy{color:#001f3f !important}.text-teal{color:#39cccc !important}.text-olive{color:#3d9970 !important}.text-lime{color:#01ff70 !important}.text-orange{color:#ff851b !important}.text-fuchsia{color:#f012be !important}.text-purple{color:#605ca8 !important}.text-maroon{color:#d81b60 !important}.link-muted{color:#7a869d}.link-muted:hover,.link-muted:focus{color:#606c84}.link-black{color:#666}.link-black:hover,.link-black:focus{color:#999}.hide{display:none !important}.no-border{border:0 !important}.no-padding{padding:0 !important}.no-margin{margin:0 !important}.no-shadow{box-shadow:none!important}.list-unstyled,.chart-legend,.contacts-list,.users-list,.mailbox-attachments{list-style:none;margin:0;padding:0}.list-group-unbordered>.list-group-item{border-left:0;border-right:0;border-radius:0;padding-left:0;padding-right:0}.flat{border-radius:0 !important}.text-bold,.text-bold.table td,.text-bold.table th{font-weight:700}.text-sm{font-size:12px}.jqstooltip{padding:5px!important;width:auto!important;height:auto!important}.bg-teal-gradient{background:#39cccc !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;background:-ms-linear-gradient(bottom, #39cccc, #7adddd) !important;background:-moz-linear-gradient(center bottom, #39cccc 0, #7adddd 100%) !important;background:-o-linear-gradient(#7adddd, #39cccc) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;color:#fff}.bg-light-blue-gradient{background:#3c8dbc !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;background:-ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;background:-moz-linear-gradient(center bottom, #3c8dbc 0, #67a8ce 100%) !important;background:-o-linear-gradient(#67a8ce, #3c8dbc) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;color:#fff}.bg-blue-gradient{background:#0073b7 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;background:-ms-linear-gradient(bottom, #0073b7, #0089db) !important;background:-moz-linear-gradient(center bottom, #0073b7 0, #0089db 100%) !important;background:-o-linear-gradient(#0089db, #0073b7) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;color:#fff}.bg-aqua-gradient{background:#00c0ef !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;background:-ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;background:-moz-linear-gradient(center bottom, #00c0ef 0, #14d1ff 100%) !important;background:-o-linear-gradient(#14d1ff, #00c0ef) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;color:#fff}.bg-yellow-gradient{background:#f39c12 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;background:-ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;background:-moz-linear-gradient(center bottom, #f39c12 0, #f7bc60 100%) !important;background:-o-linear-gradient(#f7bc60, #f39c12) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;color:#fff}.bg-purple-gradient{background:#605ca8 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;background:-ms-linear-gradient(bottom, #605ca8, #9491c4) !important;background:-moz-linear-gradient(center bottom, #605ca8 0, #9491c4 100%) !important;background:-o-linear-gradient(#9491c4, #605ca8) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;color:#fff}.bg-green-gradient{background:#00a65a !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;background:-ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;background:-moz-linear-gradient(center bottom, #00a65a 0, #00ca6d 100%) !important;background:-o-linear-gradient(#00ca6d, #00a65a) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;color:#fff}.bg-red-gradient{background:#dd4b39 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;background:-ms-linear-gradient(bottom, #dd4b39, #e47365) !important;background:-moz-linear-gradient(center bottom, #dd4b39 0, #e47365 100%) !important;background:-o-linear-gradient(#e47365, #dd4b39) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;color:#fff}.bg-black-gradient{background:#111 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b)) !important;background:-ms-linear-gradient(bottom, #111, #2b2b2b) !important;background:-moz-linear-gradient(center bottom, #111 0, #2b2b2b 100%) !important;background:-o-linear-gradient(#2b2b2b, #111) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;color:#fff}.bg-maroon-gradient{background:#d81b60 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;background:-ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;background:-moz-linear-gradient(center bottom, #d81b60 0, #e73f7c 100%) !important;background:-o-linear-gradient(#e73f7c, #d81b60) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;color:#fff}.description-block .description-icon{font-size:16px}.no-pad-top{padding-top:0}.position-static{position:static!important}.list-header{font-size:15px;padding:10px 4px;font-weight:bold;color:#666}.list-seperator{height:1px;background:#f4f4f4;margin:15px 0 9px 0}.list-link>a{padding:4px;color:#777}.list-link>a:hover{color:#222}.font-light{font-weight:300}.user-block:before,.user-block:after{content:" ";display:table}.user-block:after{clear:both}.user-block img{width:40px;height:40px;float:left}.user-block .username,.user-block .description,.user-block .comment{display:block;margin-left:50px}.user-block .username{font-size:16px;font-weight:600}.user-block .description{color:#999;font-size:13px}.user-block.user-block-sm .username,.user-block.user-block-sm .description,.user-block.user-block-sm .comment{margin-left:40px}.user-block.user-block-sm .username{font-size:14px}.img-sm,.img-md,.img-lg,.box-comments .box-comment img,.user-block.user-block-sm img{float:left}.img-sm,.box-comments .box-comment img,.user-block.user-block-sm img{width:30px!important;height:30px!important}.img-sm+.img-push{margin-left:40px}.img-md{width:60px;height:60px}.img-md+.img-push{margin-left:70px}.img-lg{width:100px;height:100px}.img-lg+.img-push{margin-left:110px}.img-bordered{border:3px solid #d2d6de;padding:3px}.img-bordered-sm{border:2px solid #d2d6de;padding:2px}.attachment-block{border:1px solid #f4f4f4;padding:5px;margin-bottom:10px;background:#f7f7f7}.attachment-block .attachment-img{max-width:100px;max-height:100px;height:auto;float:left}.attachment-block .attachment-pushed{margin-left:110px}.attachment-block .attachment-heading{margin:0}.attachment-block .attachment-text{color:#555}.connectedSortable{min-height:100px}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sort-highlight{background:#f4f4f4;border:1px dashed #ddd;margin-bottom:10px}.full-opacity-hover{opacity:.65;filter:alpha(opacity=65)}.full-opacity-hover:hover{opacity:1;filter:alpha(opacity=100)}.chart{position:relative;overflow:hidden;width:100%}.chart svg,.chart canvas{width:100%!important}@media print{.no-print,.main-sidebar,.left-side,.main-header,.content-header{display:none!important}.content-wrapper,.right-side,.main-footer{margin-left:0!important;min-height:0!important;-webkit-transform:translate(0, 0) !important;-ms-transform:translate(0, 0) !important;-o-transform:translate(0, 0) !important;transform:translate(0, 0) !important}.fixed .content-wrapper,.fixed .right-side{padding-top:0!important}.invoice{width:100%;border:0;margin:0;padding:0}.invoice-col{float:left;width:33.3333333%}.table-responsive{overflow:auto}.table-responsive>.table tr th,.table-responsive>.table tr td{white-space:normal!important}}
\ No newline at end of file
+!*/
+html, body {
+  min-height: 100%
+}
+
+.layout-boxed html, .layout-boxed body {
+  height: 100%
+}
+
+body {
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
+  font-weight: 400;
+  overflow-x: hidden;
+  overflow-y: auto
+}
+
+.wrapper {
+  min-height: 100%;
+  position: static;
+  overflow: hidden
+}
+
+.wrapper:before, .wrapper:after {
+  content: " ";
+  display: table
+}
+
+.wrapper:after {
+  clear: both
+}
+
+.layout-boxed .wrapper {
+  max-width: 1250px;
+  margin: 0 auto;
+  min-height: 100%;
+  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
+  position: relative
+}
+
+.layout-boxed {
+  background: url('../img/boxed-bg.jpg') repeat fixed
+}
+
+.content-wrapper, .right-side, .main-footer {
+  -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
+  -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
+  -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
+  transition: transform .3s ease-in-out, margin .3s ease-in-out;
+  margin-left: 230px;
+  z-index: 820
+}
+
+.layout-top-nav .content-wrapper, .layout-top-nav .right-side, .layout-top-nav .main-footer {
+  margin-left: 0
+}
+
+@media (max-width: 767px) {
+  .content-wrapper, .right-side, .main-footer {
+    margin-left: 0
+  }
+}
+
+@media (min-width: 768px) {
+  .sidebar-collapse .content-wrapper, .sidebar-collapse .right-side, .sidebar-collapse .main-footer {
+    margin-left: 0
+  }
+}
+
+@media (max-width: 767px) {
+  .sidebar-open .content-wrapper, .sidebar-open .right-side, .sidebar-open .main-footer {
+    -webkit-transform: translate(230px, 0);
+    -ms-transform: translate(230px, 0);
+    -o-transform: translate(230px, 0);
+    transform: translate(230px, 0)
+  }
+}
+
+.content-wrapper, .right-side {
+  min-height: 100%;
+  background-color: #ecf0f5;
+  z-index: 800
+}
+
+.main-footer {
+  background: #fff;
+  padding: 15px;
+  color: #444;
+  border-top: 1px solid #d2d6de
+}
+
+.fixed .main-header, .fixed .main-sidebar, .fixed .left-side {
+  position: fixed
+}
+
+.fixed .main-header {
+  top: 0;
+  right: 0;
+  left: 0
+}
+
+.fixed .content-wrapper, .fixed .right-side {
+  padding-top: 50px
+}
+
+@media (max-width: 767px) {
+  .fixed .content-wrapper, .fixed .right-side {
+    padding-top: 100px
+  }
+}
+
+.fixed.layout-boxed .wrapper {
+  max-width: 100%
+}
+
+body.hold-transition .content-wrapper, body.hold-transition .right-side, body.hold-transition .main-footer, body.hold-transition .main-sidebar, body.hold-transition .left-side, body.hold-transition .main-header > .navbar, body.hold-transition .main-header .logo {
+  -webkit-transition: none;
+  -o-transition: none;
+  transition: none
+}
+
+.content {
+  min-height: 250px;
+  padding: 15px;
+  margin-right: auto;
+  margin-left: auto;
+  padding-left: 15px;
+  padding-right: 15px
+}
+
+h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
+  font-family: 'Source Sans Pro', sans-serif
+}
+
+a {
+  color: #3c8dbc
+}
+
+a:hover, a:active, a:focus {
+  outline: none;
+  text-decoration: none;
+  color: #72afd2
+}
+
+.page-header {
+  margin: 10px 0 20px 0;
+  font-size: 22px
+}
+
+.page-header > small {
+  color: #666;
+  display: block;
+  margin-top: 5px
+}
+
+.main-header {
+  position: relative;
+  max-height: 100px;
+  z-index: 1030
+}
+
+.main-header > .navbar {
+  -webkit-transition: margin-left .3s ease-in-out;
+  -o-transition: margin-left .3s ease-in-out;
+  transition: margin-left .3s ease-in-out;
+  margin-bottom: 0;
+  margin-left: 230px;
+  border: none;
+  min-height: 50px;
+  border-radius: 0
+}
+
+.layout-top-nav .main-header > .navbar {
+  margin-left: 0
+}
+
+.main-header #navbar-search-input.form-control {
+  background: rgba(255, 255, 255, 0.2);
+  border-color: transparent
+}
+
+.main-header #navbar-search-input.form-control:focus, .main-header #navbar-search-input.form-control:active {
+  border-color: rgba(0, 0, 0, 0.1);
+  background: rgba(255, 255, 255, 0.9)
+}
+
+.main-header #navbar-search-input.form-control::-moz-placeholder {
+  color: #ccc;
+  opacity: 1
+}
+
+.main-header #navbar-search-input.form-control:-ms-input-placeholder {
+  color: #ccc
+}
+
+.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
+  color: #ccc
+}
+
+.main-header .navbar-custom-menu, .main-header .navbar-right {
+  float: right
+}
+
+@media (max-width: 991px) {
+  .main-header .navbar-custom-menu a, .main-header .navbar-right a {
+    color: inherit;
+    background: transparent
+  }
+}
+
+@media (max-width: 767px) {
+  .main-header .navbar-right {
+    float: none
+  }
+
+  .navbar-collapse .main-header .navbar-right {
+    margin: 7.5px -15px
+  }
+
+  .main-header .navbar-right > li {
+    color: inherit;
+    border: 0
+  }
+}
+
+.main-header .sidebar-toggle {
+  float: left;
+  background-color: transparent;
+  background-image: none;
+  padding: 15px 15px;
+  font-family: fontAwesome
+}
+
+.main-header .sidebar-toggle:before {
+  content: "\f0c9"
+}
+
+.main-header .sidebar-toggle:hover {
+  color: #fff
+}
+
+.main-header .sidebar-toggle:focus, .main-header .sidebar-toggle:active {
+  background: transparent
+}
+
+.main-header .sidebar-toggle .icon-bar {
+  display: none
+}
+
+.main-header .navbar .nav > li.user > a > .fa, .main-header .navbar .nav > li.user > a > .glyphicon, .main-header .navbar .nav > li.user > a > .ion {
+  margin-right: 5px
+}
+
+.main-header .navbar .nav > li > a > .label {
+  position: absolute;
+  top: 9px;
+  right: 7px;
+  text-align: center;
+  font-size: 9px;
+  padding: 2px 3px;
+  line-height: .9
+}
+
+.main-header .logo {
+  -webkit-transition: width .3s ease-in-out;
+  -o-transition: width .3s ease-in-out;
+  transition: width .3s ease-in-out;
+  display: block;
+  float: left;
+  height: 50px;
+  font-size: 20px;
+  line-height: 50px;
+  text-align: center;
+  width: 230px;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  padding: 0 15px;
+  font-weight: 300;
+  overflow: hidden
+}
+
+.main-header .logo .logo-lg {
+  display: block
+}
+
+.main-header .logo .logo-mini {
+  display: none
+}
+
+.main-header .navbar-brand {
+  color: #fff
+}
+
+.content-header {
+  position: relative;
+  padding: 15px 15px 0 15px
+}
+
+.content-header > h1 {
+  margin: 0;
+  font-size: 24px
+}
+
+.content-header > h1 > small {
+  font-size: 15px;
+  display: inline-block;
+  padding-left: 4px;
+  font-weight: 300
+}
+
+.content-header > .breadcrumb {
+  float: right;
+  background: transparent;
+  margin-top: 0;
+  margin-bottom: 0;
+  font-size: 12px;
+  padding: 7px 5px;
+  position: absolute;
+  top: 15px;
+  right: 10px;
+  border-radius: 2px
+}
+
+.content-header > .breadcrumb > li > a {
+  color: #444;
+  text-decoration: none;
+  display: inline-block
+}
+
+.content-header > .breadcrumb > li > a > .fa, .content-header > .breadcrumb > li > a > .glyphicon, .content-header > .breadcrumb > li > a > .ion {
+  margin-right: 5px
+}
+
+.content-header > .breadcrumb > li + li:before {
+  content: '>\00a0'
+}
+
+@media (max-width: 991px) {
+  .content-header > .breadcrumb {
+    position: relative;
+    margin-top: 5px;
+    top: 0;
+    right: 0;
+    float: none;
+    background: #d2d6de;
+    padding-left: 10px
+  }
+
+  .content-header > .breadcrumb li:before {
+    color: #97a0b3
+  }
+}
+
+.navbar-toggle {
+  color: #fff;
+  border: 0;
+  margin: 0;
+  padding: 15px 15px
+}
+
+@media (max-width: 991px) {
+  .navbar-custom-menu .navbar-nav > li {
+    float: left
+  }
+
+  .navbar-custom-menu .navbar-nav {
+    margin: 0;
+    float: left
+  }
+
+  .navbar-custom-menu .navbar-nav > li > a {
+    padding-top: 15px;
+    padding-bottom: 15px;
+    line-height: 20px
+  }
+}
+
+@media (max-width: 767px) {
+  .main-header {
+    position: relative
+  }
+
+  .main-header .logo, .main-header .navbar {
+    width: 100%;
+    float: none
+  }
+
+  .main-header .navbar {
+    margin: 0
+  }
+
+  .main-header .navbar-custom-menu {
+    float: right
+  }
+}
+
+@media (max-width: 991px) {
+  .navbar-collapse.pull-left {
+    float: none !important
+  }
+
+  .navbar-collapse.pull-left + .navbar-custom-menu {
+    display: block;
+    position: absolute;
+    top: 0;
+    right: 40px
+  }
+}
+
+.main-sidebar, .left-side {
+  position: absolute;
+  top: 0;
+  left: 0;
+  padding-top: 50px;
+  min-height: 100%;
+  width: 230px;
+  z-index: 810;
+  -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
+  -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
+  -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
+  transition: transform .3s ease-in-out, width .3s ease-in-out
+}
+
+@media (max-width: 767px) {
+  .main-sidebar, .left-side {
+    padding-top: 100px
+  }
+}
+
+@media (max-width: 767px) {
+  .main-sidebar, .left-side {
+    -webkit-transform: translate(-230px, 0);
+    -ms-transform: translate(-230px, 0);
+    -o-transform: translate(-230px, 0);
+    transform: translate(-230px, 0)
+  }
+}
+
+@media (min-width: 768px) {
+  .sidebar-collapse .main-sidebar, .sidebar-collapse .left-side {
+    -webkit-transform: translate(-230px, 0);
+    -ms-transform: translate(-230px, 0);
+    -o-transform: translate(-230px, 0);
+    transform: translate(-230px, 0)
+  }
+}
+
+@media (max-width: 767px) {
+  .sidebar-open .main-sidebar, .sidebar-open .left-side {
+    -webkit-transform: translate(0, 0);
+    -ms-transform: translate(0, 0);
+    -o-transform: translate(0, 0);
+    transform: translate(0, 0)
+  }
+}
+
+.sidebar {
+  padding-bottom: 10px
+}
+
+.sidebar-form input:focus {
+  border-color: transparent
+}
+
+.user-panel {
+  position: relative;
+  width: 100%;
+  padding: 10px;
+  overflow: hidden
+}
+
+.user-panel:before, .user-panel:after {
+  content: " ";
+  display: table
+}
+
+.user-panel:after {
+  clear: both
+}
+
+.user-panel > .image > img {
+  width: 100%;
+  max-width: 45px;
+  height: auto
+}
+
+.user-panel > .info {
+  padding: 5px 5px 5px 15px;
+  line-height: 1;
+  position: absolute;
+  left: 55px
+}
+
+.user-panel > .info > p {
+  font-weight: 600;
+  margin-bottom: 9px
+}
+
+.user-panel > .info > a {
+  text-decoration: none;
+  padding-right: 5px;
+  margin-top: 3px;
+  font-size: 11px
+}
+
+.user-panel > .info > a > .fa, .user-panel > .info > a > .ion, .user-panel > .info > a > .glyphicon {
+  margin-right: 3px
+}
+
+.sidebar-menu {
+  list-style: none;
+  margin: 0;
+  padding: 0
+}
+
+.sidebar-menu > li {
+  position: relative;
+  margin: 0;
+  padding: 0
+}
+
+.sidebar-menu > li > a {
+  padding: 12px 5px 12px 15px;
+  display: block
+}
+
+.sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion {
+  width: 20px
+}
+
+.sidebar-menu > li .label, .sidebar-menu > li .badge {
+  margin-top: 3px;
+  margin-right: 5px
+}
+
+.sidebar-menu li.header {
+  padding: 10px 25px 10px 15px;
+  font-size: 12px
+}
+
+.sidebar-menu li > a > .fa-angle-left {
+  width: auto;
+  height: auto;
+  padding: 0;
+  margin-right: 10px;
+  margin-top: 3px
+}
+
+.sidebar-menu li.active > a > .fa-angle-left {
+  -webkit-transform: rotate(-90deg);
+  -ms-transform: rotate(-90deg);
+  -o-transform: rotate(-90deg);
+  transform: rotate(-90deg)
+}
+
+.sidebar-menu li.active > .treeview-menu {
+  display: block
+}
+
+.sidebar-menu .treeview-menu {
+  display: none;
+  list-style: none;
+  padding: 0;
+  margin: 0;
+  padding-left: 5px
+}
+
+.sidebar-menu .treeview-menu .treeview-menu {
+  padding-left: 20px
+}
+
+.sidebar-menu .treeview-menu > li {
+  margin: 0
+}
+
+.sidebar-menu .treeview-menu > li > a {
+  padding: 5px 5px 5px 15px;
+  display: block;
+  font-size: 14px
+}
+
+.sidebar-menu .treeview-menu > li > a > .fa, .sidebar-menu .treeview-menu > li > a > .glyphicon, .sidebar-menu .treeview-menu > li > a > .ion {
+  width: 20px
+}
+
+.sidebar-menu .treeview-menu > li > a > .fa-angle-left, .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
+  width: auto
+}
+
+@media (min-width: 768px) {
+  .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
+    margin-left: 50px !important;
+    z-index: 840
+  }
+
+  .sidebar-mini.sidebar-collapse .main-sidebar {
+    -webkit-transform: translate(0, 0);
+    -ms-transform: translate(0, 0);
+    -o-transform: translate(0, 0);
+    transform: translate(0, 0);
+    width: 50px !important;
+    z-index: 850
+  }
+
+  .sidebar-mini.sidebar-collapse .sidebar-menu > li {
+    position: relative
+  }
+
+  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
+    margin-right: 0
+  }
+
+  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
+    border-top-right-radius: 4px
+  }
+
+  .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
+    border-bottom-right-radius: 4px
+  }
+
+  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
+    padding-top: 5px;
+    padding-bottom: 5px;
+    border-bottom-right-radius: 4px
+  }
+
+  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
+    display: block !important;
+    position: absolute;
+    width: 180px;
+    left: 50px
+  }
+
+  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
+    top: 0;
+    margin-left: -3px;
+    padding: 12px 5px 12px 20px;
+    background-color: inherit
+  }
+
+  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
+    top: 44px;
+    margin-left: 0
+  }
+
+  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info, .sidebar-mini.sidebar-collapse .sidebar-form, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span, .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right, .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
+    display: none !important;
+    -webkit-transform: translateZ(0)
+  }
+
+  .sidebar-mini.sidebar-collapse .main-header .logo {
+    width: 50px
+  }
+
+  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
+    display: block;
+    margin-left: -15px;
+    margin-right: -15px;
+    font-size: 18px
+  }
+
+  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
+    display: none
+  }
+
+  .sidebar-mini.sidebar-collapse .main-header .navbar {
+    margin-left: 50px
+  }
+}
+
+.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
+  white-space: nowrap;
+  overflow: hidden
+}
+
+.sidebar-menu:hover {
+  overflow: visible
+}
+
+.sidebar-form, .sidebar-menu > li.header {
+  overflow: hidden;
+  text-overflow: clip
+}
+
+.sidebar-menu li > a {
+  position: relative
+}
+
+.sidebar-menu li > a > .pull-right {
+  position: absolute;
+  top: 50%;
+  right: 10px;
+  margin-top: -7px
+}
+
+.control-sidebar-bg {
+  position: fixed;
+  z-index: 1000;
+  bottom: 0
+}
+
+.control-sidebar-bg, .control-sidebar {
+  top: 0;
+  right: -230px;
+  width: 230px;
+  -webkit-transition: right .3s ease-in-out;
+  -o-transition: right .3s ease-in-out;
+  transition: right .3s ease-in-out
+}
+
+.control-sidebar {
+  position: absolute;
+  padding-top: 50px;
+  z-index: 1010
+}
+
+@media (max-width: 768px) {
+  .control-sidebar {
+    padding-top: 100px
+  }
+}
+
+.control-sidebar > .tab-content {
+  padding: 10px 15px
+}
+
+.control-sidebar.control-sidebar-open, .control-sidebar.control-sidebar-open + .control-sidebar-bg {
+  right: 0
+}
+
+.control-sidebar-open .control-sidebar-bg, .control-sidebar-open .control-sidebar {
+  right: 0
+}
+
+@media (min-width: 768px) {
+  .control-sidebar-open .content-wrapper, .control-sidebar-open .right-side, .control-sidebar-open .main-footer {
+    margin-right: 230px
+  }
+}
+
+.nav-tabs.control-sidebar-tabs > li:first-of-type > a, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
+  border-left-width: 0
+}
+
+.nav-tabs.control-sidebar-tabs > li > a {
+  border-radius: 0
+}
+
+.nav-tabs.control-sidebar-tabs > li > a, .nav-tabs.control-sidebar-tabs > li > a:hover {
+  border-top: none;
+  border-right: none;
+  border-left: 1px solid transparent;
+  border-bottom: 1px solid transparent
+}
+
+.nav-tabs.control-sidebar-tabs > li > a .icon {
+  font-size: 16px
+}
+
+.nav-tabs.control-sidebar-tabs > li.active > a, .nav-tabs.control-sidebar-tabs > li.active > a:hover, .nav-tabs.control-sidebar-tabs > li.active > a:focus, .nav-tabs.control-sidebar-tabs > li.active > a:active {
+  border-top: none;
+  border-right: none;
+  border-bottom: none
+}
+
+@media (max-width: 768px) {
+  .nav-tabs.control-sidebar-tabs {
+    display: table
+  }
+
+  .nav-tabs.control-sidebar-tabs > li {
+    display: table-cell
+  }
+}
+
+.control-sidebar-heading {
+  font-weight: 400;
+  font-size: 16px;
+  padding: 10px 0;
+  margin-bottom: 10px
+}
+
+.control-sidebar-subheading {
+  display: block;
+  font-weight: 400;
+  font-size: 14px
+}
+
+.control-sidebar-menu {
+  list-style: none;
+  padding: 0;
+  margin: 0 -15px
+}
+
+.control-sidebar-menu > li > a {
+  display: block;
+  padding: 10px 15px
+}
+
+.control-sidebar-menu > li > a:before, .control-sidebar-menu > li > a:after {
+  content: " ";
+  display: table
+}
+
+.control-sidebar-menu > li > a:after {
+  clear: both
+}
+
+.control-sidebar-menu > li > a > .control-sidebar-subheading {
+  margin-top: 0
+}
+
+.control-sidebar-menu .menu-icon {
+  float: left;
+  width: 35px;
+  height: 35px;
+  border-radius: 50%;
+  text-align: center;
+  line-height: 35px
+}
+
+.control-sidebar-menu .menu-info {
+  margin-left: 45px;
+  margin-top: 3px
+}
+
+.control-sidebar-menu .menu-info > .control-sidebar-subheading {
+  margin: 0
+}
+
+.control-sidebar-menu .menu-info > p {
+  margin: 0;
+  font-size: 11px
+}
+
+.control-sidebar-menu .progress {
+  margin: 0
+}
+
+.control-sidebar-dark {
+  color: #b8c7ce
+}
+
+.control-sidebar-dark, .control-sidebar-dark + .control-sidebar-bg {
+  background: #222d32
+}
+
+.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
+  border-bottom: #1c2529
+}
+
+.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
+  background: #181f23;
+  color: #b8c7ce
+}
+
+.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
+  border-left-color: #141a1d;
+  border-bottom-color: #141a1d
+}
+
+.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
+  background: #1c2529
+}
+
+.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
+  color: #fff
+}
+
+.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
+  background: #222d32;
+  color: #fff
+}
+
+.control-sidebar-dark .control-sidebar-heading, .control-sidebar-dark .control-sidebar-subheading {
+  color: #fff
+}
+
+.control-sidebar-dark .control-sidebar-menu > li > a:hover {
+  background: #1e282c
+}
+
+.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
+  color: #b8c7ce
+}
+
+.control-sidebar-light {
+  color: #5e5e5e
+}
+
+.control-sidebar-light, .control-sidebar-light + .control-sidebar-bg {
+  background: #f9fafc;
+  border-left: 1px solid #d2d6de
+}
+
+.control-sidebar-light .nav-tabs.control-sidebar-tabs {
+  border-bottom: #d2d6de
+}
+
+.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
+  background: #e8ecf4;
+  color: #444
+}
+
+.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
+  border-left-color: #d2d6de;
+  border-bottom-color: #d2d6de
+}
+
+.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
+  background: #eff1f7
+}
+
+.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
+  background: #f9fafc;
+  color: #111
+}
+
+.control-sidebar-light .control-sidebar-heading, .control-sidebar-light .control-sidebar-subheading {
+  color: #111
+}
+
+.control-sidebar-light .control-sidebar-menu {
+  margin-left: -14px
+}
+
+.control-sidebar-light .control-sidebar-menu > li > a:hover {
+  background: #f4f4f5
+}
+
+.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
+  color: #5e5e5e
+}
+
+.dropdown-menu {
+  box-shadow: none;
+  border-color: #eee
+}
+
+.dropdown-menu > li > a {
+  color: #777
+}
+
+.dropdown-menu > li > a > .glyphicon, .dropdown-menu > li > a > .fa, .dropdown-menu > li > a > .ion {
+  margin-right: 10px
+}
+
+.dropdown-menu > li > a:hover {
+  background-color: #e1e3e9;
+  color: #333
+}
+
+.dropdown-menu > .divider {
+  background-color: #eee
+}
+
+.navbar-nav > .notifications-menu > .dropdown-menu, .navbar-nav > .messages-menu > .dropdown-menu, .navbar-nav > .tasks-menu > .dropdown-menu {
+  width: 280px;
+  padding: 0 0 0 0;
+  margin: 0;
+  top: 100%
+}
+
+.navbar-nav > .notifications-menu > .dropdown-menu > li, .navbar-nav > .messages-menu > .dropdown-menu > li, .navbar-nav > .tasks-menu > .dropdown-menu > li {
+  position: relative
+}
+
+.navbar-nav > .notifications-menu > .dropdown-menu > li.header, .navbar-nav > .messages-menu > .dropdown-menu > li.header, .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
+  border-top-left-radius: 4px;
+  border-top-right-radius: 4px;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 0;
+  background-color: #ffffff;
+  padding: 7px 10px;
+  border-bottom: 1px solid #f4f4f4;
+  color: #444444;
+  font-size: 14px
+}
+
+.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
+  border-top-left-radius: 0;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 4px;
+  border-bottom-left-radius: 4px;
+  font-size: 12px;
+  background-color: #fff;
+  padding: 7px 10px;
+  border-bottom: 1px solid #eeeeee;
+  color: #444 !important;
+  text-align: center
+}
+
+@media (max-width: 991px) {
+  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
+    background: #fff !important;
+    color: #444 !important
+  }
+}
+
+.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover, .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
+  text-decoration: none;
+  font-weight: normal
+}
+
+.navbar-nav > .notifications-menu > .dropdown-menu > li .menu, .navbar-nav > .messages-menu > .dropdown-menu > li .menu, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
+  max-height: 200px;
+  margin: 0;
+  padding: 0;
+  list-style: none;
+  overflow-x: hidden
+}
+
+.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
+  display: block;
+  white-space: nowrap;
+  border-bottom: 1px solid #f4f4f4
+}
+
+.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
+  background: #f4f4f4;
+  text-decoration: none
+}
+
+.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
+  color: #444444;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  padding: 10px
+}
+
+.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
+  width: 20px
+}
+
+.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
+  margin: 0;
+  padding: 10px 10px
+}
+
+.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
+  margin: auto 10px auto auto;
+  width: 40px;
+  height: 40px
+}
+
+.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
+  padding: 0;
+  margin: 0 0 0 45px;
+  color: #444444;
+  font-size: 15px;
+  position: relative
+}
+
+.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
+  color: #999999;
+  font-size: 10px;
+  position: absolute;
+  top: 0;
+  right: 0
+}
+
+.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
+  margin: 0 0 0 45px;
+  font-size: 12px;
+  color: #888888
+}
+
+.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
+  content: " ";
+  display: table
+}
+
+.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
+  clear: both
+}
+
+.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
+  padding: 10px
+}
+
+.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
+  font-size: 14px;
+  padding: 0;
+  margin: 0 0 10px 0;
+  color: #666666
+}
+
+.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
+  padding: 0;
+  margin: 0
+}
+
+.navbar-nav > .user-menu > .dropdown-menu {
+  border-top-right-radius: 0;
+  border-top-left-radius: 0;
+  padding: 1px 0 0 0;
+  border-top-width: 0;
+  width: 280px
+}
+
+.navbar-nav > .user-menu > .dropdown-menu, .navbar-nav > .user-menu > .dropdown-menu > .user-body {
+  border-bottom-right-radius: 4px;
+  border-bottom-left-radius: 4px
+}
+
+.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
+  height: 175px;
+  padding: 10px;
+  text-align: center
+}
+
+.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
+  z-index: 5;
+  height: 90px;
+  width: 90px;
+  border: 3px solid;
+  border-color: transparent;
+  border-color: rgba(255, 255, 255, 0.2)
+}
+
+.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
+  z-index: 5;
+  color: #fff;
+  color: rgba(255, 255, 255, 0.8);
+  font-size: 17px;
+  margin-top: 10px
+}
+
+.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
+  display: block;
+  font-size: 12px
+}
+
+.navbar-nav > .user-menu > .dropdown-menu > .user-body {
+  padding: 15px;
+  border-bottom: 1px solid #f4f4f4;
+  border-top: 1px solid #dddddd
+}
+
+.navbar-nav > .user-menu > .dropdown-menu > .user-body:before, .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
+  content: " ";
+  display: table
+}
+
+.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
+  clear: both
+}
+
+.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
+  color: #444 !important
+}
+
+@media (max-width: 991px) {
+  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
+    background: #fff !important;
+    color: #444 !important
+  }
+}
+
+.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
+  background-color: #f9f9f9;
+  padding: 10px
+}
+
+.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before, .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
+  content: " ";
+  display: table
+}
+
+.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
+  clear: both
+}
+
+.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
+  color: #666666
+}
+
+@media (max-width: 991px) {
+  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
+    background-color: #f9f9f9
+  }
+}
+
+.navbar-nav > .user-menu .user-image {
+  float: left;
+  width: 25px;
+  height: 25px;
+  border-radius: 50%;
+  margin-right: 10px;
+  margin-top: -2px
+}
+
+@media (max-width: 767px) {
+  .navbar-nav > .user-menu .user-image {
+    float: none;
+    margin-right: 0;
+    margin-top: -8px;
+    line-height: 10px
+  }
+}
+
+.open:not(.dropup) > .animated-dropdown-menu {
+  backface-visibility: visible !important;
+  -webkit-animation: flipInX .7s both;
+  -o-animation: flipInX .7s both;
+  animation: flipInX .7s both
+}
+
+@keyframes flipInX {
+  0% {
+    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
+    transition-timing-function: ease-in;
+    opacity: 0
+  }
+  40% {
+    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
+    transition-timing-function: ease-in
+  }
+  60% {
+    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
+    opacity: 1
+  }
+  80% {
+    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
+  }
+  100% {
+    transform: perspective(400px)
+  }
+}
+
+@-webkit-keyframes flipInX {
+  0% {
+    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
+    -webkit-transition-timing-function: ease-in;
+    opacity: 0
+  }
+  40% {
+    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
+    -webkit-transition-timing-function: ease-in
+  }
+  60% {
+    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
+    opacity: 1
+  }
+  80% {
+    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
+  }
+  100% {
+    -webkit-transform: perspective(400px)
+  }
+}
+
+.navbar-custom-menu > .navbar-nav > li {
+  position: relative
+}
+
+.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
+  position: absolute;
+  right: 0;
+  left: auto
+}
+
+@media (max-width: 991px) {
+  .navbar-custom-menu > .navbar-nav {
+    float: right
+  }
+
+  .navbar-custom-menu > .navbar-nav > li {
+    position: static
+  }
+
+  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
+    position: absolute;
+    right: 5%;
+    left: auto;
+    border: 1px solid #ddd;
+    background: #fff
+  }
+}
+
+.form-control {
+  border-radius: 0;
+  box-shadow: none;
+  border-color: #d2d6de
+}
+
+.form-control:focus {
+  border-color: #3c8dbc;
+  box-shadow: none
+}
+
+.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
+  color: #bbb;
+  opacity: 1
+}
+
+.form-control:not(select) {
+  -webkit-appearance: none;
+  -moz-appearance: none;
+  appearance: none
+}
+
+.form-group.has-success label {
+  color: #00a65a
+}
+
+.form-group.has-success .form-control {
+  border-color: #00a65a;
+  box-shadow: none
+}
+
+.form-group.has-warning label {
+  color: #f39c12
+}
+
+.form-group.has-warning .form-control {
+  border-color: #f39c12;
+  box-shadow: none
+}
+
+.form-group.has-error label {
+  color: #dd4b39
+}
+
+.form-group.has-error .form-control {
+  border-color: #dd4b39;
+  box-shadow: none
+}
+
+.input-group .input-group-addon {
+  border-radius: 0;
+  border-color: #d2d6de;
+  background-color: #fff
+}
+
+.btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type {
+  border-radius: 0
+}
+
+.icheck > label {
+  padding-left: 0
+}
+
+.form-control-feedback.fa {
+  line-height: 34px
+}
+
+.input-lg + .form-control-feedback.fa, .input-group-lg + .form-control-feedback.fa, .form-group-lg .form-control + .form-control-feedback.fa {
+  line-height: 46px
+}
+
+.input-sm + .form-control-feedback.fa, .input-group-sm + .form-control-feedback.fa, .form-group-sm .form-control + .form-control-feedback.fa {
+  line-height: 30px
+}
+
+.progress, .progress > .progress-bar {
+  -webkit-box-shadow: none;
+  box-shadow: none
+}
+
+.progress, .progress > .progress-bar, .progress .progress-bar, .progress > .progress-bar .progress-bar {
+  border-radius: 1px
+}
+
+.progress.sm, .progress-sm {
+  height: 10px
+}
+
+.progress.sm, .progress-sm, .progress.sm .progress-bar, .progress-sm .progress-bar {
+  border-radius: 1px
+}
+
+.progress.xs, .progress-xs {
+  height: 7px
+}
+
+.progress.xs, .progress-xs, .progress.xs .progress-bar, .progress-xs .progress-bar {
+  border-radius: 1px
+}
+
+.progress.xxs, .progress-xxs {
+  height: 3px
+}
+
+.progress.xxs, .progress-xxs, .progress.xxs .progress-bar, .progress-xxs .progress-bar {
+  border-radius: 1px
+}
+
+.progress.vertical {
+  position: relative;
+  width: 30px;
+  height: 200px;
+  display: inline-block;
+  margin-right: 10px
+}
+
+.progress.vertical > .progress-bar {
+  width: 100%;
+  position: absolute;
+  bottom: 0
+}
+
+.progress.vertical.sm, .progress.vertical.progress-sm {
+  width: 20px
+}
+
+.progress.vertical.xs, .progress.vertical.progress-xs {
+  width: 10px
+}
+
+.progress.vertical.xxs, .progress.vertical.progress-xxs {
+  width: 3px
+}
+
+.progress-group .progress-text {
+  font-weight: 600
+}
+
+.progress-group .progress-number {
+  float: right
+}
+
+.table tr > td .progress {
+  margin: 0
+}
+
+.progress-bar-light-blue, .progress-bar-primary {
+  background-color: #3c8dbc
+}
+
+.progress-striped .progress-bar-light-blue, .progress-striped .progress-bar-primary {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
+}
+
+.progress-bar-green, .progress-bar-success {
+  background-color: #00a65a
+}
+
+.progress-striped .progress-bar-green, .progress-striped .progress-bar-success {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
+}
+
+.progress-bar-aqua, .progress-bar-info {
+  background-color: #00c0ef
+}
+
+.progress-striped .progress-bar-aqua, .progress-striped .progress-bar-info {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
+}
+
+.progress-bar-yellow, .progress-bar-warning {
+  background-color: #f39c12
+}
+
+.progress-striped .progress-bar-yellow, .progress-striped .progress-bar-warning {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
+}
+
+.progress-bar-red, .progress-bar-danger {
+  background-color: #dd4b39
+}
+
+.progress-striped .progress-bar-red, .progress-striped .progress-bar-danger {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
+}
+
+.small-box {
+  border-radius: 2px;
+  position: relative;
+  display: block;
+  margin-bottom: 20px;
+  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
+}
+
+.small-box > .inner {
+  padding: 10px
+}
+
+.small-box > .small-box-footer {
+  position: relative;
+  text-align: center;
+  padding: 3px 0;
+  color: #fff;
+  color: rgba(255, 255, 255, 0.8);
+  display: block;
+  z-index: 10;
+  background: rgba(0, 0, 0, 0.1);
+  text-decoration: none
+}
+
+.small-box > .small-box-footer:hover {
+  color: #fff;
+  background: rgba(0, 0, 0, 0.15)
+}
+
+.small-box h3 {
+  font-size: 38px;
+  font-weight: bold;
+  margin: 0 0 10px 0;
+  white-space: nowrap;
+  padding: 0
+}
+
+.small-box p {
+  font-size: 15px
+}
+
+.small-box p > small {
+  display: block;
+  color: #f9f9f9;
+  font-size: 13px;
+  margin-top: 5px
+}
+
+.small-box h3, .small-box p {
+  z-index: 5px
+}
+
+.small-box .icon {
+  -webkit-transition: all .3s linear;
+  -o-transition: all .3s linear;
+  transition: all .3s linear;
+  position: absolute;
+  top: -10px;
+  right: 10px;
+  z-index: 0;
+  font-size: 90px;
+  color: rgba(0, 0, 0, 0.15)
+}
+
+.small-box:hover {
+  text-decoration: none;
+  color: #f9f9f9
+}
+
+.small-box:hover .icon {
+  font-size: 95px
+}
+
+@media (max-width: 767px) {
+  .small-box {
+    text-align: center
+  }
+
+  .small-box .icon {
+    display: none
+  }
+
+  .small-box p {
+    font-size: 12px
+  }
+}
+
+.box {
+  position: relative;
+  border-radius: 3px;
+  background: #ffffff;
+  border-top: 3px solid #d2d6de;
+  margin-bottom: 20px;
+  width: 100%;
+  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
+}
+
+.box.box-primary {
+  border-top-color: #3c8dbc
+}
+
+.box.box-info {
+  border-top-color: #00c0ef
+}
+
+.box.box-danger {
+  border-top-color: #dd4b39
+}
+
+.box.box-warning {
+  border-top-color: #f39c12
+}
+
+.box.box-success {
+  border-top-color: #00a65a
+}
+
+.box.box-default {
+  border-top-color: #d2d6de
+}
+
+.box.collapsed-box .box-body, .box.collapsed-box .box-footer {
+  display: none
+}
+
+.box .nav-stacked > li {
+  border-bottom: 1px solid #f4f4f4;
+  margin: 0
+}
+
+.box .nav-stacked > li:last-of-type {
+  border-bottom: none
+}
+
+.box.height-control .box-body {
+  max-height: 300px;
+  overflow: auto
+}
+
+.box .border-right {
+  border-right: 1px solid #f4f4f4
+}
+
+.box .border-left {
+  border-left: 1px solid #f4f4f4
+}
+
+.box.box-solid {
+  border-top: 0
+}
+
+.box.box-solid > .box-header .btn.btn-default {
+  background: transparent
+}
+
+.box.box-solid > .box-header .btn:hover, .box.box-solid > .box-header a:hover {
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.box.box-solid.box-default {
+  border: 1px solid #d2d6de
+}
+
+.box.box-solid.box-default > .box-header {
+  color: #444;
+  background: #d2d6de;
+  background-color: #d2d6de
+}
+
+.box.box-solid.box-default > .box-header a, .box.box-solid.box-default > .box-header .btn {
+  color: #444
+}
+
+.box.box-solid.box-primary {
+  border: 1px solid #3c8dbc
+}
+
+.box.box-solid.box-primary > .box-header {
+  color: #fff;
+  background: #3c8dbc;
+  background-color: #3c8dbc
+}
+
+.box.box-solid.box-primary > .box-header a, .box.box-solid.box-primary > .box-header .btn {
+  color: #fff
+}
+
+.box.box-solid.box-info {
+  border: 1px solid #00c0ef
+}
+
+.box.box-solid.box-info > .box-header {
+  color: #fff;
+  background: #00c0ef;
+  background-color: #00c0ef
+}
+
+.box.box-solid.box-info > .box-header a, .box.box-solid.box-info > .box-header .btn {
+  color: #fff
+}
+
+.box.box-solid.box-danger {
+  border: 1px solid #dd4b39
+}
+
+.box.box-solid.box-danger > .box-header {
+  color: #fff;
+  background: #dd4b39;
+  background-color: #dd4b39
+}
+
+.box.box-solid.box-danger > .box-header a, .box.box-solid.box-danger > .box-header .btn {
+  color: #fff
+}
+
+.box.box-solid.box-warning {
+  border: 1px solid #f39c12
+}
+
+.box.box-solid.box-warning > .box-header {
+  color: #fff;
+  background: #f39c12;
+  background-color: #f39c12
+}
+
+.box.box-solid.box-warning > .box-header a, .box.box-solid.box-warning > .box-header .btn {
+  color: #fff
+}
+
+.box.box-solid.box-success {
+  border: 1px solid #00a65a
+}
+
+.box.box-solid.box-success > .box-header {
+  color: #fff;
+  background: #00a65a;
+  background-color: #00a65a
+}
+
+.box.box-solid.box-success > .box-header a, .box.box-solid.box-success > .box-header .btn {
+  color: #fff
+}
+
+.box.box-solid > .box-header > .box-tools .btn {
+  border: 0;
+  box-shadow: none
+}
+
+.box.box-solid[class*='bg'] > .box-header {
+  color: #fff
+}
+
+.box .box-group > .box {
+  margin-bottom: 5px
+}
+
+.box .knob-label {
+  text-align: center;
+  color: #333;
+  font-weight: 100;
+  font-size: 12px;
+  margin-bottom: 0.3em
+}
+
+.box > .overlay, .overlay-wrapper > .overlay, .box > .loading-img, .overlay-wrapper > .loading-img {
+  position: absolute;
+  top: 0;
+  left: 0;
+  width: 100%;
+  height: 100%
+}
+
+.box .overlay, .overlay-wrapper .overlay {
+  z-index: 50;
+  background: rgba(255, 255, 255, 0.7);
+  border-radius: 3px
+}
+
+.box .overlay > .fa, .overlay-wrapper .overlay > .fa {
+  position: absolute;
+  top: 50%;
+  left: 50%;
+  margin-left: -15px;
+  margin-top: -15px;
+  color: #000;
+  font-size: 30px
+}
+
+.box .overlay.dark, .overlay-wrapper .overlay.dark {
+  background: rgba(0, 0, 0, 0.5)
+}
+
+.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
+  content: " ";
+  display: table
+}
+
+.box-header:after, .box-body:after, .box-footer:after {
+  clear: both
+}
+
+.box-header {
+  color: #444;
+  display: block;
+  padding: 10px;
+  position: relative
+}
+
+.box-header.with-border {
+  border-bottom: 1px solid #f4f4f4
+}
+
+.collapsed-box .box-header.with-border {
+  border-bottom: none
+}
+
+.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
+  display: inline-block;
+  font-size: 18px;
+  margin: 0;
+  line-height: 1
+}
+
+.box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
+  margin-right: 5px
+}
+
+.box-header > .box-tools {
+  position: absolute;
+  right: 10px;
+  top: 5px
+}
+
+.box-header > .box-tools [data-toggle="tooltip"] {
+  position: relative
+}
+
+.box-header > .box-tools.pull-right .dropdown-menu {
+  right: 0;
+  left: auto
+}
+
+.btn-box-tool {
+  padding: 5px;
+  font-size: 12px;
+  background: transparent;
+  color: #97a0b3
+}
+
+.open .btn-box-tool, .btn-box-tool:hover {
+  color: #606c84
+}
+
+.btn-box-tool.btn:active {
+  box-shadow: none
+}
+
+.box-body {
+  border-top-left-radius: 0;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 3px;
+  border-bottom-left-radius: 3px;
+  padding: 10px
+}
+
+.no-header .box-body {
+  border-top-right-radius: 3px;
+  border-top-left-radius: 3px
+}
+
+.box-body > .table {
+  margin-bottom: 0
+}
+
+.box-body .fc {
+  margin-top: 5px
+}
+
+.box-body .full-width-chart {
+  margin: -19px
+}
+
+.box-body.no-padding .full-width-chart {
+  margin: -9px
+}
+
+.box-body .box-pane {
+  border-top-left-radius: 0;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 3px
+}
+
+.box-body .box-pane-right {
+  border-top-left-radius: 0;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 3px;
+  border-bottom-left-radius: 0
+}
+
+.box-footer {
+  border-top-left-radius: 0;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 3px;
+  border-bottom-left-radius: 3px;
+  border-top: 1px solid #f4f4f4;
+  padding: 10px;
+  background-color: #fff
+}
+
+.chart-legend {
+  margin: 10px 0
+}
+
+@media (max-width: 991px) {
+  .chart-legend > li {
+    float: left;
+    margin-right: 10px
+  }
+}
+
+.box-comments {
+  background: #f7f7f7
+}
+
+.box-comments .box-comment {
+  padding: 8px 0;
+  border-bottom: 1px solid #eee
+}
+
+.box-comments .box-comment:before, .box-comments .box-comment:after {
+  content: " ";
+  display: table
+}
+
+.box-comments .box-comment:after {
+  clear: both
+}
+
+.box-comments .box-comment:last-of-type {
+  border-bottom: 0
+}
+
+.box-comments .box-comment:first-of-type {
+  padding-top: 0
+}
+
+.box-comments .box-comment img {
+  float: left
+}
+
+.box-comments .comment-text {
+  margin-left: 40px;
+  color: #555
+}
+
+.box-comments .username {
+  color: #444;
+  display: block;
+  font-weight: 600
+}
+
+.box-comments .text-muted {
+  font-weight: 400;
+  font-size: 12px
+}
+
+.todo-list {
+  margin: 0;
+  padding: 0;
+  list-style: none;
+  overflow: auto
+}
+
+.todo-list > li {
+  border-radius: 2px;
+  padding: 10px;
+  background: #f4f4f4;
+  margin-bottom: 2px;
+  border-left: 2px solid #e6e7e8;
+  color: #444
+}
+
+.todo-list > li:last-of-type {
+  margin-bottom: 0
+}
+
+.todo-list > li > input[type='checkbox'] {
+  margin: 0 10px 0 5px
+}
+
+.todo-list > li .text {
+  display: inline-block;
+  margin-left: 5px;
+  font-weight: 600
+}
+
+.todo-list > li .label {
+  margin-left: 10px;
+  font-size: 9px
+}
+
+.todo-list > li .tools {
+  display: none;
+  float: right;
+  color: #dd4b39
+}
+
+.todo-list > li .tools > .fa, .todo-list > li .tools > .glyphicon, .todo-list > li .tools > .ion {
+  margin-right: 5px;
+  cursor: pointer
+}
+
+.todo-list > li:hover .tools {
+  display: inline-block
+}
+
+.todo-list > li.done {
+  color: #999
+}
+
+.todo-list > li.done .text {
+  text-decoration: line-through;
+  font-weight: 500
+}
+
+.todo-list > li.done .label {
+  background: #d2d6de !important
+}
+
+.todo-list .danger {
+  border-left-color: #dd4b39
+}
+
+.todo-list .warning {
+  border-left-color: #f39c12
+}
+
+.todo-list .info {
+  border-left-color: #00c0ef
+}
+
+.todo-list .success {
+  border-left-color: #00a65a
+}
+
+.todo-list .primary {
+  border-left-color: #3c8dbc
+}
+
+.todo-list .handle {
+  display: inline-block;
+  cursor: move;
+  margin: 0 5px
+}
+
+.chat {
+  padding: 5px 20px 5px 10px
+}
+
+.chat .item {
+  margin-bottom: 10px
+}
+
+.chat .item:before, .chat .item:after {
+  content: " ";
+  display: table
+}
+
+.chat .item:after {
+  clear: both
+}
+
+.chat .item > img {
+  width: 40px;
+  height: 40px;
+  border: 2px solid transparent;
+  border-radius: 50%
+}
+
+.chat .item > .online {
+  border: 2px solid #00a65a
+}
+
+.chat .item > .offline {
+  border: 2px solid #dd4b39
+}
+
+.chat .item > .message {
+  margin-left: 55px;
+  margin-top: -40px
+}
+
+.chat .item > .message > .name {
+  display: block;
+  font-weight: 600
+}
+
+.chat .item > .attachment {
+  border-radius: 3px;
+  background: #f4f4f4;
+  margin-left: 65px;
+  margin-right: 15px;
+  padding: 10px
+}
+
+.chat .item > .attachment > h4 {
+  margin: 0 0 5px 0;
+  font-weight: 600;
+  font-size: 14px
+}
+
+.chat .item > .attachment > p, .chat .item > .attachment > .filename {
+  font-weight: 600;
+  font-size: 13px;
+  font-style: italic;
+  margin: 0
+}
+
+.chat .item > .attachment:before, .chat .item > .attachment:after {
+  content: " ";
+  display: table
+}
+
+.chat .item > .attachment:after {
+  clear: both
+}
+
+.box-input {
+  max-width: 200px
+}
+
+.modal .panel-body {
+  color: #444
+}
+
+.info-box {
+  display: block;
+  min-height: 90px;
+  background: #fff;
+  width: 100%;
+  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
+  border-radius: 2px;
+  margin-bottom: 15px
+}
+
+.info-box small {
+  font-size: 14px
+}
+
+.info-box .progress {
+  background: rgba(0, 0, 0, 0.2);
+  margin: 5px -10px 5px -10px;
+  height: 2px
+}
+
+.info-box .progress, .info-box .progress .progress-bar {
+  border-radius: 0
+}
+
+.info-box .progress .progress-bar {
+  background: #fff
+}
+
+.info-box-icon {
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px;
+  display: block;
+  float: left;
+  height: 90px;
+  width: 90px;
+  text-align: center;
+  font-size: 45px;
+  line-height: 90px;
+  background: rgba(0, 0, 0, 0.2)
+}
+
+.info-box-icon > img {
+  max-width: 100%
+}
+
+.info-box-content {
+  padding: 5px 10px;
+  margin-left: 90px
+}
+
+.info-box-number {
+  display: block;
+  font-weight: bold;
+  font-size: 18px
+}
+
+.progress-description, .info-box-text {
+  display: block;
+  font-size: 14px;
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis
+}
+
+.info-box-text {
+  text-transform: uppercase
+}
+
+.info-box-more {
+  display: block
+}
+
+.progress-description {
+  margin: 0
+}
+
+.timeline {
+  position: relative;
+  margin: 0 0 30px 0;
+  padding: 0;
+  list-style: none
+}
+
+.timeline:before {
+  content: '';
+  position: absolute;
+  top: 0;
+  bottom: 0;
+  width: 4px;
+  background: #ddd;
+  left: 31px;
+  margin: 0;
+  border-radius: 2px
+}
+
+.timeline > li {
+  position: relative;
+  margin-right: 10px;
+  margin-bottom: 15px
+}
+
+.timeline > li:before, .timeline > li:after {
+  content: " ";
+  display: table
+}
+
+.timeline > li:after {
+  clear: both
+}
+
+.timeline > li > .timeline-item {
+  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
+  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
+  border-radius: 3px;
+  margin-top: 0;
+  background: #fff;
+  color: #444;
+  margin-left: 60px;
+  margin-right: 15px;
+  padding: 0;
+  position: relative
+}
+
+.timeline > li > .timeline-item > .time {
+  color: #999;
+  float: right;
+  padding: 10px;
+  font-size: 12px
+}
+
+.timeline > li > .timeline-item > .timeline-header {
+  margin: 0;
+  color: #555;
+  border-bottom: 1px solid #f4f4f4;
+  padding: 10px;
+  font-size: 16px;
+  line-height: 1.1
+}
+
+.timeline > li > .timeline-item > .timeline-header > a {
+  font-weight: 600
+}
+
+.timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
+  padding: 10px
+}
+
+.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
+  width: 30px;
+  height: 30px;
+  font-size: 15px;
+  line-height: 30px;
+  position: absolute;
+  color: #666;
+  background: #d2d6de;
+  border-radius: 50%;
+  text-align: center;
+  left: 18px;
+  top: 0
+}
+
+.timeline > .time-label > span {
+  font-weight: 600;
+  padding: 5px;
+  display: inline-block;
+  background-color: #fff;
+  border-radius: 4px
+}
+
+.timeline-inverse > li > .timeline-item {
+  background: #f0f0f0;
+  border: 1px solid #ddd;
+  -webkit-box-shadow: none;
+  box-shadow: none
+}
+
+.timeline-inverse > li > .timeline-item > .timeline-header {
+  border-bottom-color: #ddd
+}
+
+.btn {
+  border-radius: 3px;
+  -webkit-box-shadow: none;
+  box-shadow: none;
+  border: 1px solid transparent
+}
+
+.btn.uppercase {
+  text-transform: uppercase
+}
+
+.btn.btn-flat {
+  border-radius: 0;
+  -webkit-box-shadow: none;
+  -moz-box-shadow: none;
+  box-shadow: none;
+  border-width: 1px
+}
+
+.btn:active {
+  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
+}
+
+.btn:focus {
+  outline: none
+}
+
+.btn.btn-file {
+  position: relative;
+  overflow: hidden
+}
+
+.btn.btn-file > input[type='file'] {
+  position: absolute;
+  top: 0;
+  right: 0;
+  min-width: 100%;
+  min-height: 100%;
+  font-size: 100px;
+  text-align: right;
+  opacity: 0;
+  filter: alpha(opacity=0);
+  outline: none;
+  background: white;
+  cursor: inherit;
+  display: block
+}
+
+.btn-default {
+  background-color: #f4f4f4;
+  color: #444;
+  border-color: #ddd
+}
+
+.btn-default:hover, .btn-default:active, .btn-default.hover {
+  background-color: #e7e7e7
+}
+
+.btn-primary {
+  background-color: #3c8dbc;
+  border-color: #367fa9
+}
+
+.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
+  background-color: #367fa9
+}
+
+.btn-success {
+  background-color: #00a65a;
+  border-color: #008d4c
+}
+
+.btn-success:hover, .btn-success:active, .btn-success.hover {
+  background-color: #008d4c
+}
+
+.btn-info {
+  background-color: #00c0ef;
+  border-color: #00acd6
+}
+
+.btn-info:hover, .btn-info:active, .btn-info.hover {
+  background-color: #00acd6
+}
+
+.btn-danger {
+  background-color: #dd4b39;
+  border-color: #d73925
+}
+
+.btn-danger:hover, .btn-danger:active, .btn-danger.hover {
+  background-color: #d73925
+}
+
+.btn-warning {
+  background-color: #f39c12;
+  border-color: #e08e0b
+}
+
+.btn-warning:hover, .btn-warning:active, .btn-warning.hover {
+  background-color: #e08e0b
+}
+
+.btn-outline {
+  border: 1px solid #fff;
+  background: transparent;
+  color: #fff
+}
+
+.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
+  color: rgba(255, 255, 255, 0.7);
+  border-color: rgba(255, 255, 255, 0.7)
+}
+
+.btn-link {
+  -webkit-box-shadow: none;
+  box-shadow: none
+}
+
+.btn[class*='bg-']:hover {
+  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
+  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2)
+}
+
+.btn-app {
+  border-radius: 3px;
+  position: relative;
+  padding: 15px 5px;
+  margin: 0 0 10px 10px;
+  min-width: 80px;
+  height: 60px;
+  text-align: center;
+  color: #666;
+  border: 1px solid #ddd;
+  background-color: #f4f4f4;
+  font-size: 12px
+}
+
+.btn-app > .fa, .btn-app > .glyphicon, .btn-app > .ion {
+  font-size: 20px;
+  display: block
+}
+
+.btn-app:hover {
+  background: #f4f4f4;
+  color: #444;
+  border-color: #aaa
+}
+
+.btn-app:active, .btn-app:focus {
+  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
+}
+
+.btn-app > .badge {
+  position: absolute;
+  top: -3px;
+  right: -10px;
+  font-size: 10px;
+  font-weight: 400
+}
+
+.callout {
+  border-radius: 3px;
+  margin: 0 0 20px 0;
+  padding: 15px 30px 15px 15px;
+  border-left: 5px solid #eee
+}
+
+.callout a {
+  color: #fff;
+  text-decoration: underline
+}
+
+.callout a:hover {
+  color: #eee
+}
+
+.callout h4 {
+  margin-top: 0;
+  font-weight: 600
+}
+
+.callout p:last-child {
+  margin-bottom: 0
+}
+
+.callout code, .callout .highlight {
+  background-color: #fff
+}
+
+.callout.callout-danger {
+  border-color: #c23321
+}
+
+.callout.callout-warning {
+  border-color: #c87f0a
+}
+
+.callout.callout-info {
+  border-color: #0097bc
+}
+
+.callout.callout-success {
+  border-color: #00733e
+}
+
+.alert {
+  border-radius: 3px
+}
+
+.alert h4 {
+  font-weight: 600
+}
+
+.alert .icon {
+  margin-right: 10px
+}
+
+.alert .close {
+  color: #000;
+  opacity: .2;
+  filter: alpha(opacity=20)
+}
+
+.alert .close:hover {
+  opacity: .5;
+  filter: alpha(opacity=50)
+}
+
+.alert a {
+  color: #fff;
+  text-decoration: underline
+}
+
+.alert-success {
+  border-color: #008d4c
+}
+
+.alert-danger, .alert-error {
+  border-color: #d73925
+}
+
+.alert-warning {
+  border-color: #e08e0b
+}
+
+.alert-info {
+  border-color: #00acd6
+}
+
+.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
+  color: #444;
+  background: #f7f7f7
+}
+
+.nav-pills > li > a {
+  border-radius: 0;
+  border-top: 3px solid transparent;
+  color: #444
+}
+
+.nav-pills > li > a > .fa, .nav-pills > li > a > .glyphicon, .nav-pills > li > a > .ion {
+  margin-right: 5px
+}
+
+.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
+  border-top-color: #3c8dbc
+}
+
+.nav-pills > li.active > a {
+  font-weight: 600
+}
+
+.nav-stacked > li > a {
+  border-radius: 0;
+  border-top: 0;
+  border-left: 3px solid transparent;
+  color: #444
+}
+
+.nav-stacked > li.active > a, .nav-stacked > li.active > a:hover {
+  background: transparent;
+  color: #444;
+  border-top: 0;
+  border-left-color: #3c8dbc
+}
+
+.nav-stacked > li.header {
+  border-bottom: 1px solid #ddd;
+  color: #777;
+  margin-bottom: 10px;
+  padding: 5px 10px;
+  text-transform: uppercase
+}
+
+.nav-tabs-custom {
+  margin-bottom: 20px;
+  background: #fff;
+  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
+  border-radius: 3px
+}
+
+.nav-tabs-custom > .nav-tabs {
+  margin: 0;
+  border-bottom-color: #f4f4f4;
+  border-top-right-radius: 3px;
+  border-top-left-radius: 3px
+}
+
+.nav-tabs-custom > .nav-tabs > li {
+  border-top: 3px solid transparent;
+  margin-bottom: -2px;
+  margin-right: 5px
+}
+
+.nav-tabs-custom > .nav-tabs > li > a {
+  color: #444;
+  border-radius: 0
+}
+
+.nav-tabs-custom > .nav-tabs > li > a.text-muted {
+  color: #999
+}
+
+.nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a:hover {
+  background: transparent;
+  margin: 0
+}
+
+.nav-tabs-custom > .nav-tabs > li > a:hover {
+  color: #999
+}
+
+.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
+  border-color: transparent
+}
+
+.nav-tabs-custom > .nav-tabs > li.active {
+  border-top-color: #3c8dbc
+}
+
+.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {
+  background-color: #fff;
+  color: #444
+}
+
+.nav-tabs-custom > .nav-tabs > li.active > a {
+  border-top-color: transparent;
+  border-left-color: #f4f4f4;
+  border-right-color: #f4f4f4
+}
+
+.nav-tabs-custom > .nav-tabs > li:first-of-type {
+  margin-left: 0
+}
+
+.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
+  border-left-color: transparent
+}
+
+.nav-tabs-custom > .nav-tabs.pull-right {
+  float: none !important
+}
+
+.nav-tabs-custom > .nav-tabs.pull-right > li {
+  float: right
+}
+
+.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
+  margin-right: 0
+}
+
+.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
+  border-left-width: 1px
+}
+
+.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
+  border-left-color: #f4f4f4;
+  border-right-color: transparent
+}
+
+.nav-tabs-custom > .nav-tabs > li.header {
+  line-height: 35px;
+  padding: 0 10px;
+  font-size: 20px;
+  color: #444
+}
+
+.nav-tabs-custom > .nav-tabs > li.header > .fa, .nav-tabs-custom > .nav-tabs > li.header > .glyphicon, .nav-tabs-custom > .nav-tabs > li.header > .ion {
+  margin-right: 5px
+}
+
+.nav-tabs-custom > .tab-content {
+  background: #fff;
+  padding: 10px;
+  border-bottom-right-radius: 3px;
+  border-bottom-left-radius: 3px
+}
+
+.nav-tabs-custom .dropdown.open > a:active, .nav-tabs-custom .dropdown.open > a:focus {
+  background: transparent;
+  color: #999
+}
+
+.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
+  border-top-color: #3c8dbc
+}
+
+.nav-tabs-custom.tab-info > .nav-tabs > li.active {
+  border-top-color: #00c0ef
+}
+
+.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
+  border-top-color: #dd4b39
+}
+
+.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
+  border-top-color: #f39c12
+}
+
+.nav-tabs-custom.tab-success > .nav-tabs > li.active {
+  border-top-color: #00a65a
+}
+
+.nav-tabs-custom.tab-default > .nav-tabs > li.active {
+  border-top-color: #d2d6de
+}
+
+.pagination > li > a {
+  background: #fafafa;
+  color: #666
+}
+
+.pagination.pagination-flat > li > a {
+  border-radius: 0 !important
+}
+
+.products-list {
+  list-style: none;
+  margin: 0;
+  padding: 0
+}
+
+.products-list > .item {
+  border-radius: 3px;
+  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
+  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
+  padding: 10px 0;
+  background: #fff
+}
+
+.products-list > .item:before, .products-list > .item:after {
+  content: " ";
+  display: table
+}
+
+.products-list > .item:after {
+  clear: both
+}
+
+.products-list .product-img {
+  float: left
+}
+
+.products-list .product-img img {
+  width: 50px;
+  height: 50px
+}
+
+.products-list .product-info {
+  margin-left: 60px
+}
+
+.products-list .product-title {
+  font-weight: 600
+}
+
+.products-list .product-description {
+  display: block;
+  color: #999;
+  overflow: hidden;
+  white-space: nowrap;
+  text-overflow: ellipsis
+}
+
+.product-list-in-box > .item {
+  -webkit-box-shadow: none;
+  box-shadow: none;
+  border-radius: 0;
+  border-bottom: 1px solid #f4f4f4
+}
+
+.product-list-in-box > .item:last-of-type {
+  border-bottom-width: 0
+}
+
+.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
+  border-top: 1px solid #f4f4f4
+}
+
+.table > thead > tr > th {
+  border-bottom: 2px solid #f4f4f4
+}
+
+.table tr td .progress {
+  margin-top: 5px
+}
+
+.table-bordered {
+  border: 1px solid #f4f4f4
+}
+
+.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
+  border: 1px solid #f4f4f4
+}
+
+.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
+  border-bottom-width: 2px
+}
+
+.table.no-border, .table.no-border td, .table.no-border th {
+  border: 0
+}
+
+table.text-center, table.text-center td, table.text-center th {
+  text-align: center
+}
+
+.table.align th {
+  text-align: left
+}
+
+.table.align td {
+  text-align: right
+}
+
+.label-default {
+  background-color: #d2d6de;
+  color: #444
+}
+
+.direct-chat .box-body {
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 0;
+  position: relative;
+  overflow-x: hidden;
+  padding: 0
+}
+
+.direct-chat.chat-pane-open .direct-chat-contacts {
+  -webkit-transform: translate(0, 0);
+  -ms-transform: translate(0, 0);
+  -o-transform: translate(0, 0);
+  transform: translate(0, 0)
+}
+
+.direct-chat-messages {
+  -webkit-transform: translate(0, 0);
+  -ms-transform: translate(0, 0);
+  -o-transform: translate(0, 0);
+  transform: translate(0, 0);
+  padding: 10px;
+  height: 250px;
+  overflow: auto
+}
+
+.direct-chat-msg, .direct-chat-text {
+  display: block
+}
+
+.direct-chat-msg {
+  margin-bottom: 10px
+}
+
+.direct-chat-msg:before, .direct-chat-msg:after {
+  content: " ";
+  display: table
+}
+
+.direct-chat-msg:after {
+  clear: both
+}
+
+.direct-chat-messages, .direct-chat-contacts {
+  -webkit-transition: -webkit-transform .5s ease-in-out;
+  -moz-transition: -moz-transform .5s ease-in-out;
+  -o-transition: -o-transform .5s ease-in-out;
+  transition: transform .5s ease-in-out
+}
+
+.direct-chat-text {
+  border-radius: 5px;
+  position: relative;
+  padding: 5px 10px;
+  background: #d2d6de;
+  border: 1px solid #d2d6de;
+  margin: 5px 0 0 50px;
+  color: #444
+}
+
+.direct-chat-text:after, .direct-chat-text:before {
+  position: absolute;
+  right: 100%;
+  top: 15px;
+  border: solid transparent;
+  border-right-color: #d2d6de;
+  content: ' ';
+  height: 0;
+  width: 0;
+  pointer-events: none
+}
+
+.direct-chat-text:after {
+  border-width: 5px;
+  margin-top: -5px
+}
+
+.direct-chat-text:before {
+  border-width: 6px;
+  margin-top: -6px
+}
+
+.right .direct-chat-text {
+  margin-right: 50px;
+  margin-left: 0
+}
+
+.right .direct-chat-text:after, .right .direct-chat-text:before {
+  right: auto;
+  left: 100%;
+  border-right-color: transparent;
+  border-left-color: #d2d6de
+}
+
+.direct-chat-img {
+  border-radius: 50%;
+  float: left;
+  width: 40px;
+  height: 40px
+}
+
+.right .direct-chat-img {
+  float: right
+}
+
+.direct-chat-info {
+  display: block;
+  margin-bottom: 2px;
+  font-size: 12px
+}
+
+.direct-chat-name {
+  font-weight: 600
+}
+
+.direct-chat-timestamp {
+  color: #999
+}
+
+.direct-chat-contacts-open .direct-chat-contacts {
+  -webkit-transform: translate(0, 0);
+  -ms-transform: translate(0, 0);
+  -o-transform: translate(0, 0);
+  transform: translate(0, 0)
+}
+
+.direct-chat-contacts {
+  -webkit-transform: translate(101%, 0);
+  -ms-transform: translate(101%, 0);
+  -o-transform: translate(101%, 0);
+  transform: translate(101%, 0);
+  position: absolute;
+  top: 0;
+  bottom: 0;
+  height: 250px;
+  width: 100%;
+  background: #222d32;
+  color: #fff;
+  overflow: auto
+}
+
+.contacts-list > li {
+  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
+  padding: 10px;
+  margin: 0
+}
+
+.contacts-list > li:before, .contacts-list > li:after {
+  content: " ";
+  display: table
+}
+
+.contacts-list > li:after {
+  clear: both
+}
+
+.contacts-list > li:last-of-type {
+  border-bottom: none
+}
+
+.contacts-list-img {
+  border-radius: 50%;
+  width: 40px;
+  float: left
+}
+
+.contacts-list-info {
+  margin-left: 45px;
+  color: #fff
+}
+
+.contacts-list-name, .contacts-list-status {
+  display: block
+}
+
+.contacts-list-name {
+  font-weight: 600
+}
+
+.contacts-list-status {
+  font-size: 12px
+}
+
+.contacts-list-date {
+  color: #aaa;
+  font-weight: normal
+}
+
+.contacts-list-msg {
+  color: #999
+}
+
+.direct-chat-danger .right > .direct-chat-text {
+  background: #dd4b39;
+  border-color: #dd4b39;
+  color: #fff
+}
+
+.direct-chat-danger .right > .direct-chat-text:after, .direct-chat-danger .right > .direct-chat-text:before {
+  border-left-color: #dd4b39
+}
+
+.direct-chat-primary .right > .direct-chat-text {
+  background: #3c8dbc;
+  border-color: #3c8dbc;
+  color: #fff
+}
+
+.direct-chat-primary .right > .direct-chat-text:after, .direct-chat-primary .right > .direct-chat-text:before {
+  border-left-color: #3c8dbc
+}
+
+.direct-chat-warning .right > .direct-chat-text {
+  background: #f39c12;
+  border-color: #f39c12;
+  color: #fff
+}
+
+.direct-chat-warning .right > .direct-chat-text:after, .direct-chat-warning .right > .direct-chat-text:before {
+  border-left-color: #f39c12
+}
+
+.direct-chat-info .right > .direct-chat-text {
+  background: #00c0ef;
+  border-color: #00c0ef;
+  color: #fff
+}
+
+.direct-chat-info .right > .direct-chat-text:after, .direct-chat-info .right > .direct-chat-text:before {
+  border-left-color: #00c0ef
+}
+
+.direct-chat-success .right > .direct-chat-text {
+  background: #00a65a;
+  border-color: #00a65a;
+  color: #fff
+}
+
+.direct-chat-success .right > .direct-chat-text:after, .direct-chat-success .right > .direct-chat-text:before {
+  border-left-color: #00a65a
+}
+
+.users-list > li {
+  width: 25%;
+  float: left;
+  padding: 10px;
+  text-align: center
+}
+
+.users-list > li img {
+  border-radius: 50%;
+  max-width: 100%;
+  height: auto
+}
+
+.users-list > li > a:hover, .users-list > li > a:hover .users-list-name {
+  color: #999
+}
+
+.users-list-name, .users-list-date {
+  display: block
+}
+
+.users-list-name {
+  font-weight: 600;
+  color: #444;
+  overflow: hidden;
+  white-space: nowrap;
+  text-overflow: ellipsis
+}
+
+.users-list-date {
+  color: #999;
+  font-size: 12px
+}
+
+.carousel-control.left, .carousel-control.right {
+  background-image: none
+}
+
+.carousel-control > .fa {
+  font-size: 40px;
+  position: absolute;
+  top: 50%;
+  z-index: 5;
+  display: inline-block;
+  margin-top: -20px
+}
+
+.modal {
+  background: rgba(0, 0, 0, 0.3)
+}
+
+.modal-content {
+  border-radius: 0;
+  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
+  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
+  border: 0
+}
+
+@media (min-width: 768px) {
+  .modal-content {
+    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
+    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125)
+  }
+}
+
+.modal-header {
+  border-bottom-color: #f4f4f4
+}
+
+.modal-footer {
+  border-top-color: #f4f4f4
+}
+
+.modal-primary .modal-header, .modal-primary .modal-footer {
+  border-color: #307095
+}
+
+.modal-warning .modal-header, .modal-warning .modal-footer {
+  border-color: #c87f0a
+}
+
+.modal-info .modal-header, .modal-info .modal-footer {
+  border-color: #0097bc
+}
+
+.modal-success .modal-header, .modal-success .modal-footer {
+  border-color: #00733e
+}
+
+.modal-danger .modal-header, .modal-danger .modal-footer {
+  border-color: #c23321
+}
+
+.box-widget {
+  border: none;
+  position: relative
+}
+
+.widget-user .widget-user-header {
+  padding: 20px;
+  height: 120px;
+  border-top-right-radius: 3px;
+  border-top-left-radius: 3px
+}
+
+.widget-user .widget-user-username {
+  margin-top: 0;
+  margin-bottom: 5px;
+  font-size: 25px;
+  font-weight: 300;
+  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2)
+}
+
+.widget-user .widget-user-desc {
+  margin-top: 0
+}
+
+.widget-user .widget-user-image {
+  position: absolute;
+  top: 65px;
+  left: 50%;
+  margin-left: -45px
+}
+
+.widget-user .widget-user-image > img {
+  width: 90px;
+  height: auto;
+  border: 3px solid #fff
+}
+
+.widget-user .box-footer {
+  padding-top: 30px
+}
+
+.widget-user-2 .widget-user-header {
+  padding: 20px;
+  border-top-right-radius: 3px;
+  border-top-left-radius: 3px
+}
+
+.widget-user-2 .widget-user-username {
+  margin-top: 5px;
+  margin-bottom: 5px;
+  font-size: 25px;
+  font-weight: 300
+}
+
+.widget-user-2 .widget-user-desc {
+  margin-top: 0
+}
+
+.widget-user-2 .widget-user-username, .widget-user-2 .widget-user-desc {
+  margin-left: 75px
+}
+
+.widget-user-2 .widget-user-image > img {
+  width: 65px;
+  height: auto;
+  float: left
+}
+
+.mailbox-messages > .table {
+  margin: 0
+}
+
+.mailbox-controls {
+  padding: 5px
+}
+
+.mailbox-controls.with-border {
+  border-bottom: 1px solid #f4f4f4
+}
+
+.mailbox-read-info {
+  border-bottom: 1px solid #f4f4f4;
+  padding: 10px
+}
+
+.mailbox-read-info h3 {
+  font-size: 20px;
+  margin: 0
+}
+
+.mailbox-read-info h5 {
+  margin: 0;
+  padding: 5px 0 0 0
+}
+
+.mailbox-read-time {
+  color: #999;
+  font-size: 13px
+}
+
+.mailbox-read-message {
+  padding: 10px
+}
+
+.mailbox-attachments li {
+  float: left;
+  width: 200px;
+  border: 1px solid #eee;
+  margin-bottom: 10px;
+  margin-right: 10px
+}
+
+.mailbox-attachment-name {
+  font-weight: bold;
+  color: #666
+}
+
+.mailbox-attachment-icon, .mailbox-attachment-info, .mailbox-attachment-size {
+  display: block
+}
+
+.mailbox-attachment-info {
+  padding: 10px;
+  background: #f4f4f4
+}
+
+.mailbox-attachment-size {
+  color: #999;
+  font-size: 12px
+}
+
+.mailbox-attachment-icon {
+  text-align: center;
+  font-size: 65px;
+  color: #666;
+  padding: 20px 10px
+}
+
+.mailbox-attachment-icon.has-img {
+  padding: 0
+}
+
+.mailbox-attachment-icon.has-img > img {
+  max-width: 100%;
+  height: auto
+}
+
+.lockscreen {
+  background: #d2d6de
+}
+
+.lockscreen-logo {
+  font-size: 35px;
+  text-align: center;
+  margin-bottom: 25px;
+  font-weight: 300
+}
+
+.lockscreen-logo a {
+  color: #444
+}
+
+.lockscreen-wrapper {
+  max-width: 400px;
+  margin: 0 auto;
+  margin-top: 10%
+}
+
+.lockscreen .lockscreen-name {
+  text-align: center;
+  font-weight: 600
+}
+
+.lockscreen-item {
+  border-radius: 4px;
+  padding: 0;
+  background: #fff;
+  position: relative;
+  margin: 10px auto 30px auto;
+  width: 290px
+}
+
+.lockscreen-image {
+  border-radius: 50%;
+  position: absolute;
+  left: -10px;
+  top: -25px;
+  background: #fff;
+  padding: 5px;
+  z-index: 10
+}
+
+.lockscreen-image > img {
+  border-radius: 50%;
+  width: 70px;
+  height: 70px
+}
+
+.lockscreen-credentials {
+  margin-left: 70px
+}
+
+.lockscreen-credentials .form-control {
+  border: 0
+}
+
+.lockscreen-credentials .btn {
+  background-color: #fff;
+  border: 0;
+  padding: 0 10px
+}
+
+.lockscreen-footer {
+  margin-top: 10px
+}
+
+.login-logo, .register-logo {
+  font-size: 35px;
+  text-align: center;
+  margin-bottom: 25px;
+  font-weight: 300
+}
+
+.login-logo a, .register-logo a {
+  color: #444
+}
+
+.login-page, .register-page {
+  background: #d2d6de
+}
+
+.login-box, .register-box {
+  width: 360px;
+  margin: 7% auto
+}
+
+@media (max-width: 768px) {
+  .login-box, .register-box {
+    width: 90%;
+    margin-top: 20px
+  }
+}
+
+.login-box-body, .register-box-body {
+  background: #fff;
+  padding: 20px;
+  border-top: 0;
+  color: #666
+}
+
+.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
+  color: #777
+}
+
+.login-box-msg, .register-box-msg {
+  margin: 0;
+  text-align: center;
+  padding: 0 20px 20px 20px
+}
+
+.social-auth-links {
+  margin: 10px 0
+}
+
+.error-page {
+  width: 600px;
+  margin: 20px auto 0 auto
+}
+
+@media (max-width: 991px) {
+  .error-page {
+    width: 100%
+  }
+}
+
+.error-page > .headline {
+  float: left;
+  font-size: 100px;
+  font-weight: 300
+}
+
+@media (max-width: 991px) {
+  .error-page > .headline {
+    float: none;
+    text-align: center
+  }
+}
+
+.error-page > .error-content {
+  margin-left: 190px;
+  display: block
+}
+
+@media (max-width: 991px) {
+  .error-page > .error-content {
+    margin-left: 0
+  }
+}
+
+.error-page > .error-content > h3 {
+  font-weight: 300;
+  font-size: 25px
+}
+
+@media (max-width: 991px) {
+  .error-page > .error-content > h3 {
+    text-align: center
+  }
+}
+
+.invoice {
+  position: relative;
+  background: #fff;
+  border: 1px solid #f4f4f4;
+  padding: 20px;
+  margin: 10px 25px
+}
+
+.invoice-title {
+  margin-top: 0
+}
+
+.profile-user-img {
+  margin: 0 auto;
+  width: 100px;
+  padding: 3px;
+  border: 3px solid #d2d6de
+}
+
+.profile-username {
+  font-size: 21px;
+  margin-top: 5px
+}
+
+.post {
+  border-bottom: 1px solid #d2d6de;
+  margin-bottom: 15px;
+  padding-bottom: 15px;
+  color: #666
+}
+
+.post:last-of-type {
+  border-bottom: 0;
+  margin-bottom: 0;
+  padding-bottom: 0
+}
+
+.post .user-block {
+  margin-bottom: 15px
+}
+
+.btn-social {
+  position: relative;
+  padding-left: 44px;
+  text-align: left;
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis
+}
+
+.btn-social > :first-child {
+  position: absolute;
+  left: 0;
+  top: 0;
+  bottom: 0;
+  width: 32px;
+  line-height: 34px;
+  font-size: 1.6em;
+  text-align: center;
+  border-right: 1px solid rgba(0, 0, 0, 0.2)
+}
+
+.btn-social.btn-lg {
+  padding-left: 61px
+}
+
+.btn-social.btn-lg > :first-child {
+  line-height: 45px;
+  width: 45px;
+  font-size: 1.8em
+}
+
+.btn-social.btn-sm {
+  padding-left: 38px
+}
+
+.btn-social.btn-sm > :first-child {
+  line-height: 28px;
+  width: 28px;
+  font-size: 1.4em
+}
+
+.btn-social.btn-xs {
+  padding-left: 30px
+}
+
+.btn-social.btn-xs > :first-child {
+  line-height: 20px;
+  width: 20px;
+  font-size: 1.2em
+}
+
+.btn-social-icon {
+  position: relative;
+  padding-left: 44px;
+  text-align: left;
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  height: 34px;
+  width: 34px;
+  padding: 0
+}
+
+.btn-social-icon > :first-child {
+  position: absolute;
+  left: 0;
+  top: 0;
+  bottom: 0;
+  width: 32px;
+  line-height: 34px;
+  font-size: 1.6em;
+  text-align: center;
+  border-right: 1px solid rgba(0, 0, 0, 0.2)
+}
+
+.btn-social-icon.btn-lg {
+  padding-left: 61px
+}
+
+.btn-social-icon.btn-lg > :first-child {
+  line-height: 45px;
+  width: 45px;
+  font-size: 1.8em
+}
+
+.btn-social-icon.btn-sm {
+  padding-left: 38px
+}
+
+.btn-social-icon.btn-sm > :first-child {
+  line-height: 28px;
+  width: 28px;
+  font-size: 1.4em
+}
+
+.btn-social-icon.btn-xs {
+  padding-left: 30px
+}
+
+.btn-social-icon.btn-xs > :first-child {
+  line-height: 20px;
+  width: 20px;
+  font-size: 1.2em
+}
+
+.btn-social-icon > :first-child {
+  border: none;
+  text-align: center;
+  width: 100%
+}
+
+.btn-social-icon.btn-lg {
+  height: 45px;
+  width: 45px;
+  padding-left: 0;
+  padding-right: 0
+}
+
+.btn-social-icon.btn-sm {
+  height: 30px;
+  width: 30px;
+  padding-left: 0;
+  padding-right: 0
+}
+
+.btn-social-icon.btn-xs {
+  height: 22px;
+  width: 22px;
+  padding-left: 0;
+  padding-right: 0
+}
+
+.btn-adn {
+  color: #fff;
+  background-color: #d87a68;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-adn:hover, .btn-adn:focus, .btn-adn.focus, .btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
+  color: #fff;
+  background-color: #ce563f;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
+  background-image: none
+}
+
+.btn-adn .badge {
+  color: #d87a68;
+  background-color: #fff
+}
+
+.btn-bitbucket {
+  color: #fff;
+  background-color: #205081;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-bitbucket:hover, .btn-bitbucket:focus, .btn-bitbucket.focus, .btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
+  color: #fff;
+  background-color: #163758;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
+  background-image: none
+}
+
+.btn-bitbucket .badge {
+  color: #205081;
+  background-color: #fff
+}
+
+.btn-dropbox {
+  color: #fff;
+  background-color: #1087dd;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-dropbox:hover, .btn-dropbox:focus, .btn-dropbox.focus, .btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
+  color: #fff;
+  background-color: #0d6aad;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
+  background-image: none
+}
+
+.btn-dropbox .badge {
+  color: #1087dd;
+  background-color: #fff
+}
+
+.btn-facebook {
+  color: #fff;
+  background-color: #3b5998;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-facebook:hover, .btn-facebook:focus, .btn-facebook.focus, .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
+  color: #fff;
+  background-color: #2d4373;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
+  background-image: none
+}
+
+.btn-facebook .badge {
+  color: #3b5998;
+  background-color: #fff
+}
+
+.btn-flickr {
+  color: #fff;
+  background-color: #ff0084;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-flickr:hover, .btn-flickr:focus, .btn-flickr.focus, .btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
+  color: #fff;
+  background-color: #cc006a;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
+  background-image: none
+}
+
+.btn-flickr .badge {
+  color: #ff0084;
+  background-color: #fff
+}
+
+.btn-foursquare {
+  color: #fff;
+  background-color: #f94877;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-foursquare:hover, .btn-foursquare:focus, .btn-foursquare.focus, .btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
+  color: #fff;
+  background-color: #f71752;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
+  background-image: none
+}
+
+.btn-foursquare .badge {
+  color: #f94877;
+  background-color: #fff
+}
+
+.btn-github {
+  color: #fff;
+  background-color: #444;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-github:hover, .btn-github:focus, .btn-github.focus, .btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
+  color: #fff;
+  background-color: #2b2b2b;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
+  background-image: none
+}
+
+.btn-github .badge {
+  color: #444;
+  background-color: #fff
+}
+
+.btn-google {
+  color: #fff;
+  background-color: #dd4b39;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-google:hover, .btn-google:focus, .btn-google.focus, .btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
+  color: #fff;
+  background-color: #c23321;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
+  background-image: none
+}
+
+.btn-google .badge {
+  color: #dd4b39;
+  background-color: #fff
+}
+
+.btn-instagram {
+  color: #fff;
+  background-color: #3f729b;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-instagram:hover, .btn-instagram:focus, .btn-instagram.focus, .btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
+  color: #fff;
+  background-color: #305777;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
+  background-image: none
+}
+
+.btn-instagram .badge {
+  color: #3f729b;
+  background-color: #fff
+}
+
+.btn-linkedin {
+  color: #fff;
+  background-color: #007bb6;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin.focus, .btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
+  color: #fff;
+  background-color: #005983;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
+  background-image: none
+}
+
+.btn-linkedin .badge {
+  color: #007bb6;
+  background-color: #fff
+}
+
+.btn-microsoft {
+  color: #fff;
+  background-color: #2672ec;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-microsoft:hover, .btn-microsoft:focus, .btn-microsoft.focus, .btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
+  color: #fff;
+  background-color: #125acd;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
+  background-image: none
+}
+
+.btn-microsoft .badge {
+  color: #2672ec;
+  background-color: #fff
+}
+
+.btn-openid {
+  color: #fff;
+  background-color: #f7931e;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-openid:hover, .btn-openid:focus, .btn-openid.focus, .btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
+  color: #fff;
+  background-color: #da7908;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
+  background-image: none
+}
+
+.btn-openid .badge {
+  color: #f7931e;
+  background-color: #fff
+}
+
+.btn-pinterest {
+  color: #fff;
+  background-color: #cb2027;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest.focus, .btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
+  color: #fff;
+  background-color: #9f191f;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
+  background-image: none
+}
+
+.btn-pinterest .badge {
+  color: #cb2027;
+  background-color: #fff
+}
+
+.btn-reddit {
+  color: #000;
+  background-color: #eff7ff;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-reddit:hover, .btn-reddit:focus, .btn-reddit.focus, .btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
+  color: #000;
+  background-color: #bcddff;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
+  background-image: none
+}
+
+.btn-reddit .badge {
+  color: #eff7ff;
+  background-color: #000
+}
+
+.btn-soundcloud {
+  color: #fff;
+  background-color: #f50;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-soundcloud:hover, .btn-soundcloud:focus, .btn-soundcloud.focus, .btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
+  color: #fff;
+  background-color: #c40;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
+  background-image: none
+}
+
+.btn-soundcloud .badge {
+  color: #f50;
+  background-color: #fff
+}
+
+.btn-tumblr {
+  color: #fff;
+  background-color: #2c4762;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr.focus, .btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
+  color: #fff;
+  background-color: #1c2d3f;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
+  background-image: none
+}
+
+.btn-tumblr .badge {
+  color: #2c4762;
+  background-color: #fff
+}
+
+.btn-twitter {
+  color: #fff;
+  background-color: #55acee;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-twitter:hover, .btn-twitter:focus, .btn-twitter.focus, .btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
+  color: #fff;
+  background-color: #2795e9;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
+  background-image: none
+}
+
+.btn-twitter .badge {
+  color: #55acee;
+  background-color: #fff
+}
+
+.btn-vimeo {
+  color: #fff;
+  background-color: #1ab7ea;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-vimeo:hover, .btn-vimeo:focus, .btn-vimeo.focus, .btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
+  color: #fff;
+  background-color: #1295bf;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
+  background-image: none
+}
+
+.btn-vimeo .badge {
+  color: #1ab7ea;
+  background-color: #fff
+}
+
+.btn-vk {
+  color: #fff;
+  background-color: #587ea3;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-vk:hover, .btn-vk:focus, .btn-vk.focus, .btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
+  color: #fff;
+  background-color: #466482;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
+  background-image: none
+}
+
+.btn-vk .badge {
+  color: #587ea3;
+  background-color: #fff
+}
+
+.btn-yahoo {
+  color: #fff;
+  background-color: #720e9e;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-yahoo:hover, .btn-yahoo:focus, .btn-yahoo.focus, .btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
+  color: #fff;
+  background-color: #500a6f;
+  border-color: rgba(0, 0, 0, 0.2)
+}
+
+.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
+  background-image: none
+}
+
+.btn-yahoo .badge {
+  color: #720e9e;
+  background-color: #fff
+}
+
+.fc-button {
+  background: #f4f4f4;
+  background-image: none;
+  color: #444;
+  border-color: #ddd;
+  border-bottom-color: #ddd
+}
+
+.fc-button:hover, .fc-button:active, .fc-button.hover {
+  background-color: #e9e9e9
+}
+
+.fc-header-title h2 {
+  font-size: 15px;
+  line-height: 1.6em;
+  color: #666;
+  margin-left: 10px
+}
+
+.fc-header-right {
+  padding-right: 10px
+}
+
+.fc-header-left {
+  padding-left: 10px
+}
+
+.fc-widget-header {
+  background: #fafafa
+}
+
+.fc-grid {
+  width: 100%;
+  border: 0
+}
+
+.fc-widget-header:first-of-type, .fc-widget-content:first-of-type {
+  border-left: 0;
+  border-right: 0
+}
+
+.fc-widget-header:last-of-type, .fc-widget-content:last-of-type {
+  border-right: 0
+}
+
+.fc-toolbar {
+  padding: 10px;
+  margin: 0
+}
+
+.fc-day-number {
+  font-size: 20px;
+  font-weight: 300;
+  padding-right: 10px
+}
+
+.fc-color-picker {
+  list-style: none;
+  margin: 0;
+  padding: 0
+}
+
+.fc-color-picker > li {
+  float: left;
+  font-size: 30px;
+  margin-right: 5px;
+  line-height: 30px
+}
+
+.fc-color-picker > li .fa {
+  -webkit-transition: -webkit-transform linear .3s;
+  -moz-transition: -moz-transform linear .3s;
+  -o-transition: -o-transform linear .3s;
+  transition: transform linear .3s
+}
+
+.fc-color-picker > li .fa:hover {
+  -webkit-transform: rotate(30deg);
+  -ms-transform: rotate(30deg);
+  -o-transform: rotate(30deg);
+  transform: rotate(30deg)
+}
+
+#add-new-event {
+  -webkit-transition: all linear .3s;
+  -o-transition: all linear .3s;
+  transition: all linear .3s
+}
+
+.external-event {
+  padding: 5px 10px;
+  font-weight: bold;
+  margin-bottom: 4px;
+  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
+  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
+  border-radius: 3px;
+  cursor: move
+}
+
+.external-event:hover {
+  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2)
+}
+
+.select2-container--default.select2-container--focus, .select2-selection.select2-container--focus, .select2-container--default:focus, .select2-selection:focus, .select2-container--default:active, .select2-selection:active {
+  outline: none
+}
+
+.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
+  border: 1px solid #d2d6de;
+  border-radius: 0;
+  padding: 6px 12px;
+  height: 34px
+}
+
+.select2-container--default.select2-container--open {
+  border-color: #3c8dbc
+}
+
+.select2-dropdown {
+  border: 1px solid #d2d6de;
+  border-radius: 0
+}
+
+.select2-container--default .select2-results__option--highlighted[aria-selected] {
+  background-color: #3c8dbc;
+  color: white
+}
+
+.select2-results__option {
+  padding: 6px 12px;
+  user-select: none;
+  -webkit-user-select: none
+}
+
+.select2-container .select2-selection--single .select2-selection__rendered {
+  padding-left: 0;
+  padding-right: 0;
+  height: auto;
+  margin-top: -4px
+}
+
+.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
+  padding-right: 6px;
+  padding-left: 20px
+}
+
+.select2-container--default .select2-selection--single .select2-selection__arrow {
+  height: 28px;
+  right: 3px
+}
+
+.select2-container--default .select2-selection--single .select2-selection__arrow b {
+  margin-top: 0
+}
+
+.select2-dropdown .select2-search__field, .select2-search--inline .select2-search__field {
+  border: 1px solid #d2d6de
+}
+
+.select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus {
+  outline: none;
+  border: 1px solid #3c8dbc
+}
+
+.select2-container--default .select2-results__option[aria-disabled=true] {
+  color: #999
+}
+
+.select2-container--default .select2-results__option[aria-selected=true] {
+  background-color: #ddd
+}
+
+.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true]:hover {
+  color: #444
+}
+
+.select2-container--default .select2-selection--multiple {
+  border: 1px solid #d2d6de;
+  border-radius: 0
+}
+
+.select2-container--default .select2-selection--multiple:focus {
+  border-color: #3c8dbc
+}
+
+.select2-container--default.select2-container--focus .select2-selection--multiple {
+  border-color: #d2d6de
+}
+
+.select2-container--default .select2-selection--multiple .select2-selection__choice {
+  background-color: #3c8dbc;
+  border-color: #367fa9;
+  padding: 1px 10px;
+  color: #fff
+}
+
+.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
+  margin-right: 5px;
+  color: rgba(255, 255, 255, 0.7)
+}
+
+.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
+  color: #fff
+}
+
+.select2-container .select2-selection--single .select2-selection__rendered {
+  padding-right: 10px
+}
+
+.pad {
+  padding: 10px
+}
+
+.margin {
+  margin: 10px
+}
+
+.margin-bottom {
+  margin-bottom: 20px
+}
+
+.margin-bottom-none {
+  margin-bottom: 0
+}
+
+.margin-r-5 {
+  margin-right: 5px
+}
+
+.inline {
+  display: inline
+}
+
+.description-block {
+  display: block;
+  margin: 10px 0;
+  text-align: center
+}
+
+.description-block.margin-bottom {
+  margin-bottom: 25px
+}
+
+.description-block > .description-header {
+  margin: 0;
+  padding: 0;
+  font-weight: 600;
+  font-size: 16px
+}
+
+.description-block > .description-text {
+  text-transform: uppercase
+}
+
+.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
+  color: #fff !important
+}
+
+.bg-gray {
+  color: #000;
+  background-color: #d2d6de !important
+}
+
+.bg-gray-light {
+  background-color: #f7f7f7
+}
+
+.bg-black {
+  background-color: #111 !important
+}
+
+.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
+  background-color: #dd4b39 !important
+}
+
+.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
+  background-color: #f39c12 !important
+}
+
+.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
+  background-color: #00c0ef !important
+}
+
+.bg-blue {
+  background-color: #0073b7 !important
+}
+
+.bg-light-blue, .label-primary, .modal-primary .modal-body {
+  background-color: #3c8dbc !important
+}
+
+.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
+  background-color: #00a65a !important
+}
+
+.bg-navy {
+  background-color: #001f3f !important
+}
+
+.bg-teal {
+  background-color: #39cccc !important
+}
+
+.bg-olive {
+  background-color: #3d9970 !important
+}
+
+.bg-lime {
+  background-color: #01ff70 !important
+}
+
+.bg-orange {
+  background-color: #ff851b !important
+}
+
+.bg-fuchsia {
+  background-color: #f012be !important
+}
+
+.bg-purple {
+  background-color: #605ca8 !important
+}
+
+.bg-maroon {
+  background-color: #d81b60 !important
+}
+
+.bg-gray-active {
+  color: #000;
+  background-color: #b5bbc8 !important
+}
+
+.bg-black-active {
+  background-color: #000 !important
+}
+
+.bg-red-active, .modal-danger .modal-header, .modal-danger .modal-footer {
+  background-color: #d33724 !important
+}
+
+.bg-yellow-active, .modal-warning .modal-header, .modal-warning .modal-footer {
+  background-color: #db8b0b !important
+}
+
+.bg-aqua-active, .modal-info .modal-header, .modal-info .modal-footer {
+  background-color: #00a7d0 !important
+}
+
+.bg-blue-active {
+  background-color: #005384 !important
+}
+
+.bg-light-blue-active, .modal-primary .modal-header, .modal-primary .modal-footer {
+  background-color: #357ca5 !important
+}
+
+.bg-green-active, .modal-success .modal-header, .modal-success .modal-footer {
+  background-color: #008d4c !important
+}
+
+.bg-navy-active {
+  background-color: #001a35 !important
+}
+
+.bg-teal-active {
+  background-color: #30bbbb !important
+}
+
+.bg-olive-active {
+  background-color: #368763 !important
+}
+
+.bg-lime-active {
+  background-color: #00e765 !important
+}
+
+.bg-orange-active {
+  background-color: #ff7701 !important
+}
+
+.bg-fuchsia-active {
+  background-color: #db0ead !important
+}
+
+.bg-purple-active {
+  background-color: #555299 !important
+}
+
+.bg-maroon-active {
+  background-color: #ca195a !important
+}
+
+[class^="bg-"].disabled {
+  opacity: .65;
+  filter: alpha(opacity=65)
+}
+
+.text-red {
+  color: #dd4b39 !important
+}
+
+.text-yellow {
+  color: #f39c12 !important
+}
+
+.text-aqua {
+  color: #00c0ef !important
+}
+
+.text-blue {
+  color: #0073b7 !important
+}
+
+.text-black {
+  color: #111 !important
+}
+
+.text-light-blue {
+  color: #3c8dbc !important
+}
+
+.text-green {
+  color: #00a65a !important
+}
+
+.text-gray {
+  color: #d2d6de !important
+}
+
+.text-navy {
+  color: #001f3f !important
+}
+
+.text-teal {
+  color: #39cccc !important
+}
+
+.text-olive {
+  color: #3d9970 !important
+}
+
+.text-lime {
+  color: #01ff70 !important
+}
+
+.text-orange {
+  color: #ff851b !important
+}
+
+.text-fuchsia {
+  color: #f012be !important
+}
+
+.text-purple {
+  color: #605ca8 !important
+}
+
+.text-maroon {
+  color: #d81b60 !important
+}
+
+.link-muted {
+  color: #7a869d
+}
+
+.link-muted:hover, .link-muted:focus {
+  color: #606c84
+}
+
+.link-black {
+  color: #666
+}
+
+.link-black:hover, .link-black:focus {
+  color: #999
+}
+
+.hide {
+  display: none !important
+}
+
+.no-border {
+  border: 0 !important
+}
+
+.no-padding {
+  padding: 0 !important
+}
+
+.no-margin {
+  margin: 0 !important
+}
+
+.no-shadow {
+  box-shadow: none !important
+}
+
+.list-unstyled, .chart-legend, .contacts-list, .users-list, .mailbox-attachments {
+  list-style: none;
+  margin: 0;
+  padding: 0
+}
+
+.list-group-unbordered > .list-group-item {
+  border-left: 0;
+  border-right: 0;
+  border-radius: 0;
+  padding-left: 0;
+  padding-right: 0
+}
+
+.flat {
+  border-radius: 0 !important
+}
+
+.text-bold, .text-bold.table td, .text-bold.table th {
+  font-weight: 700
+}
+
+.text-sm {
+  font-size: 12px
+}
+
+.jqstooltip {
+  padding: 5px !important;
+  width: auto !important;
+  height: auto !important
+}
+
+.bg-teal-gradient {
+  background: #39cccc !important;
+  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
+  background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
+  background: -moz-linear-gradient(center bottom, #39cccc 0, #7adddd 100%) !important;
+  background: -o-linear-gradient(#7adddd, #39cccc) !important;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
+  color: #fff
+}
+
+.bg-light-blue-gradient {
+  background: #3c8dbc !important;
+  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
+  background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
+  background: -moz-linear-gradient(center bottom, #3c8dbc 0, #67a8ce 100%) !important;
+  background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
+  color: #fff
+}
+
+.bg-blue-gradient {
+  background: #0073b7 !important;
+  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
+  background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
+  background: -moz-linear-gradient(center bottom, #0073b7 0, #0089db 100%) !important;
+  background: -o-linear-gradient(#0089db, #0073b7) !important;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
+  color: #fff
+}
+
+.bg-aqua-gradient {
+  background: #00c0ef !important;
+  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
+  background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
+  background: -moz-linear-gradient(center bottom, #00c0ef 0, #14d1ff 100%) !important;
+  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
+  color: #fff
+}
+
+.bg-yellow-gradient {
+  background: #f39c12 !important;
+  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
+  background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
+  background: -moz-linear-gradient(center bottom, #f39c12 0, #f7bc60 100%) !important;
+  background: -o-linear-gradient(#f7bc60, #f39c12) !important;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
+  color: #fff
+}
+
+.bg-purple-gradient {
+  background: #605ca8 !important;
+  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
+  background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
+  background: -moz-linear-gradient(center bottom, #605ca8 0, #9491c4 100%) !important;
+  background: -o-linear-gradient(#9491c4, #605ca8) !important;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
+  color: #fff
+}
+
+.bg-green-gradient {
+  background: #00a65a !important;
+  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
+  background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
+  background: -moz-linear-gradient(center bottom, #00a65a 0, #00ca6d 100%) !important;
+  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
+  color: #fff
+}
+
+.bg-red-gradient {
+  background: #dd4b39 !important;
+  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
+  background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
+  background: -moz-linear-gradient(center bottom, #dd4b39 0, #e47365 100%) !important;
+  background: -o-linear-gradient(#e47365, #dd4b39) !important;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
+  color: #fff
+}
+
+.bg-black-gradient {
+  background: #111 !important;
+  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b)) !important;
+  background: -ms-linear-gradient(bottom, #111, #2b2b2b) !important;
+  background: -moz-linear-gradient(center bottom, #111 0, #2b2b2b 100%) !important;
+  background: -o-linear-gradient(#2b2b2b, #111) !important;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
+  color: #fff
+}
+
+.bg-maroon-gradient {
+  background: #d81b60 !important;
+  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
+  background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
+  background: -moz-linear-gradient(center bottom, #d81b60 0, #e73f7c 100%) !important;
+  background: -o-linear-gradient(#e73f7c, #d81b60) !important;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
+  color: #fff
+}
+
+.description-block .description-icon {
+  font-size: 16px
+}
+
+.no-pad-top {
+  padding-top: 0
+}
+
+.position-static {
+  position: static !important
+}
+
+.list-header {
+  font-size: 15px;
+  padding: 10px 4px;
+  font-weight: bold;
+  color: #666
+}
+
+.list-seperator {
+  height: 1px;
+  background: #f4f4f4;
+  margin: 15px 0 9px 0
+}
+
+.list-link > a {
+  padding: 4px;
+  color: #777
+}
+
+.list-link > a:hover {
+  color: #222
+}
+
+.font-light {
+  font-weight: 300
+}
+
+.user-block:before, .user-block:after {
+  content: " ";
+  display: table
+}
+
+.user-block:after {
+  clear: both
+}
+
+.user-block img {
+  width: 40px;
+  height: 40px;
+  float: left
+}
+
+.user-block .username, .user-block .description, .user-block .comment {
+  display: block;
+  margin-left: 50px
+}
+
+.user-block .username {
+  font-size: 16px;
+  font-weight: 600
+}
+
+.user-block .description {
+  color: #999;
+  font-size: 13px
+}
+
+.user-block.user-block-sm .username, .user-block.user-block-sm .description, .user-block.user-block-sm .comment {
+  margin-left: 40px
+}
+
+.user-block.user-block-sm .username {
+  font-size: 14px
+}
+
+.img-sm, .img-md, .img-lg, .box-comments .box-comment img, .user-block.user-block-sm img {
+  float: left
+}
+
+.img-sm, .box-comments .box-comment img, .user-block.user-block-sm img {
+  width: 30px !important;
+  height: 30px !important
+}
+
+.img-sm + .img-push {
+  margin-left: 40px
+}
+
+.img-md {
+  width: 60px;
+  height: 60px
+}
+
+.img-md + .img-push {
+  margin-left: 70px
+}
+
+.img-lg {
+  width: 100px;
+  height: 100px
+}
+
+.img-lg + .img-push {
+  margin-left: 110px
+}
+
+.img-bordered {
+  border: 3px solid #d2d6de;
+  padding: 3px
+}
+
+.img-bordered-sm {
+  border: 2px solid #d2d6de;
+  padding: 2px
+}
+
+.attachment-block {
+  border: 1px solid #f4f4f4;
+  padding: 5px;
+  margin-bottom: 10px;
+  background: #f7f7f7
+}
+
+.attachment-block .attachment-img {
+  max-width: 100px;
+  max-height: 100px;
+  height: auto;
+  float: left
+}
+
+.attachment-block .attachment-pushed {
+  margin-left: 110px
+}
+
+.attachment-block .attachment-heading {
+  margin: 0
+}
+
+.attachment-block .attachment-text {
+  color: #555
+}
+
+.connectedSortable {
+  min-height: 100px
+}
+
+.ui-helper-hidden-accessible {
+  border: 0;
+  clip: rect(0 0 0 0);
+  height: 1px;
+  margin: -1px;
+  overflow: hidden;
+  padding: 0;
+  position: absolute;
+  width: 1px
+}
+
+.sort-highlight {
+  background: #f4f4f4;
+  border: 1px dashed #ddd;
+  margin-bottom: 10px
+}
+
+.full-opacity-hover {
+  opacity: .65;
+  filter: alpha(opacity=65)
+}
+
+.full-opacity-hover:hover {
+  opacity: 1;
+  filter: alpha(opacity=100)
+}
+
+.chart {
+  position: relative;
+  overflow: hidden;
+  width: 100%
+}
+
+.chart svg, .chart canvas {
+  width: 100% !important
+}
+
+@media print {
+  .no-print, .main-sidebar, .left-side, .main-header, .content-header {
+    display: none !important
+  }
+
+  .content-wrapper, .right-side, .main-footer {
+    margin-left: 0 !important;
+    min-height: 0 !important;
+    -webkit-transform: translate(0, 0) !important;
+    -ms-transform: translate(0, 0) !important;
+    -o-transform: translate(0, 0) !important;
+    transform: translate(0, 0) !important
+  }
+
+  .fixed .content-wrapper, .fixed .right-side {
+    padding-top: 0 !important
+  }
+
+  .invoice {
+    width: 100%;
+    border: 0;
+    margin: 0;
+    padding: 0
+  }
+
+  .invoice-col {
+    float: left;
+    width: 33.3333333%
+  }
+
+  .table-responsive {
+    overflow: auto
+  }
+
+  .table-responsive > .table tr th, .table-responsive > .table tr td {
+    white-space: normal !important
+  }
+}
\ No newline at end of file
diff --git a/dist/css/skins/_all-skins.css b/dist/css/skins/_all-skins.css
index 9af6a4587..3f47f323c 100644
--- a/dist/css/skins/_all-skins.css
+++ b/dist/css/skins/_all-skins.css
@@ -5,9 +5,11 @@
 .skin-blue .main-header .navbar {
   background-color: #3c8dbc;
 }
+
 .skin-blue .main-header .navbar .nav > li > a {
   color: #ffffff;
 }
+
 .skin-blue .main-header .navbar .nav > li > a:hover,
 .skin-blue .main-header .navbar .nav > li > a:active,
 .skin-blue .main-header .navbar .nav > li > a:focus,
@@ -18,88 +20,111 @@
   background: rgba(0, 0, 0, 0.1);
   color: #f6f6f6;
 }
+
 .skin-blue .main-header .navbar .sidebar-toggle {
   color: #ffffff;
 }
+
 .skin-blue .main-header .navbar .sidebar-toggle:hover {
   color: #f6f6f6;
   background: rgba(0, 0, 0, 0.1);
 }
+
 .skin-blue .main-header .navbar .sidebar-toggle {
   color: #fff;
 }
+
 .skin-blue .main-header .navbar .sidebar-toggle:hover {
   background-color: #367fa9;
 }
+
 @media (max-width: 767px) {
   .skin-blue .main-header .navbar .dropdown-menu li.divider {
     background-color: rgba(255, 255, 255, 0.1);
   }
+
   .skin-blue .main-header .navbar .dropdown-menu li a {
     color: #fff;
   }
+
   .skin-blue .main-header .navbar .dropdown-menu li a:hover {
     background: #367fa9;
   }
 }
+
 .skin-blue .main-header .logo {
   background-color: #367fa9;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-blue .main-header .logo:hover {
   background-color: #357ca5;
 }
+
 .skin-blue .main-header li.user-header {
   background-color: #3c8dbc;
 }
+
 .skin-blue .content-header {
   background: transparent;
 }
+
 .skin-blue .wrapper,
 .skin-blue .main-sidebar,
 .skin-blue .left-side {
   background-color: #222d32;
 }
+
 .skin-blue .user-panel > .info,
 .skin-blue .user-panel > .info > a {
   color: #fff;
 }
+
 .skin-blue .sidebar-menu > li.header {
   color: #4b646f;
   background: #1a2226;
 }
+
 .skin-blue .sidebar-menu > li > a {
   border-left: 3px solid transparent;
 }
+
 .skin-blue .sidebar-menu > li:hover > a,
 .skin-blue .sidebar-menu > li.active > a {
   color: #ffffff;
   background: #1e282c;
   border-left-color: #3c8dbc;
 }
+
 .skin-blue .sidebar-menu > li > .treeview-menu {
   margin: 0 1px;
   background: #2c3b41;
 }
+
 .skin-blue .sidebar a {
   color: #b8c7ce;
 }
+
 .skin-blue .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-blue .treeview-menu > li > a {
   color: #8aa4af;
 }
+
 .skin-blue .treeview-menu > li.active > a,
 .skin-blue .treeview-menu > li > a:hover {
   color: #ffffff;
 }
+
 .skin-blue .sidebar-form {
   border-radius: 3px;
   border: 1px solid #374850;
   margin: 10px 10px;
 }
+
 .skin-blue .sidebar-form input[type="text"],
 .skin-blue .sidebar-form .btn {
   box-shadow: none;
@@ -110,6 +135,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-blue .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -117,14 +143,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-blue .sidebar-form input[type="text"]:focus,
 .skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-blue .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
@@ -132,14 +161,17 @@
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 0;
 }
+
 .skin-blue.layout-top-nav .main-header > .logo {
   background-color: #3c8dbc;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-blue.layout-top-nav .main-header > .logo:hover {
   background-color: #3b8ab8;
 }
+
 /*
  * Skin: Blue
  * ----------
@@ -147,9 +179,11 @@
 .skin-blue-light .main-header .navbar {
   background-color: #3c8dbc;
 }
+
 .skin-blue-light .main-header .navbar .nav > li > a {
   color: #ffffff;
 }
+
 .skin-blue-light .main-header .navbar .nav > li > a:hover,
 .skin-blue-light .main-header .navbar .nav > li > a:active,
 .skin-blue-light .main-header .navbar .nav > li > a:focus,
@@ -160,105 +194,133 @@
   background: rgba(0, 0, 0, 0.1);
   color: #f6f6f6;
 }
+
 .skin-blue-light .main-header .navbar .sidebar-toggle {
   color: #ffffff;
 }
+
 .skin-blue-light .main-header .navbar .sidebar-toggle:hover {
   color: #f6f6f6;
   background: rgba(0, 0, 0, 0.1);
 }
+
 .skin-blue-light .main-header .navbar .sidebar-toggle {
   color: #fff;
 }
+
 .skin-blue-light .main-header .navbar .sidebar-toggle:hover {
   background-color: #367fa9;
 }
+
 @media (max-width: 767px) {
   .skin-blue-light .main-header .navbar .dropdown-menu li.divider {
     background-color: rgba(255, 255, 255, 0.1);
   }
+
   .skin-blue-light .main-header .navbar .dropdown-menu li a {
     color: #fff;
   }
+
   .skin-blue-light .main-header .navbar .dropdown-menu li a:hover {
     background: #367fa9;
   }
 }
+
 .skin-blue-light .main-header .logo {
   background-color: #3c8dbc;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-blue-light .main-header .logo:hover {
   background-color: #3b8ab8;
 }
+
 .skin-blue-light .main-header li.user-header {
   background-color: #3c8dbc;
 }
+
 .skin-blue-light .content-header {
   background: transparent;
 }
+
 .skin-blue-light .wrapper,
 .skin-blue-light .main-sidebar,
 .skin-blue-light .left-side {
   background-color: #f9fafc;
 }
+
 .skin-blue-light .content-wrapper,
 .skin-blue-light .main-footer {
   border-left: 1px solid #d2d6de;
 }
+
 .skin-blue-light .user-panel > .info,
 .skin-blue-light .user-panel > .info > a {
   color: #444444;
 }
+
 .skin-blue-light .sidebar-menu > li {
   -webkit-transition: border-left-color 0.3s ease;
   -o-transition: border-left-color 0.3s ease;
   transition: border-left-color 0.3s ease;
 }
+
 .skin-blue-light .sidebar-menu > li.header {
   color: #848484;
   background: #f9fafc;
 }
+
 .skin-blue-light .sidebar-menu > li > a {
   border-left: 3px solid transparent;
   font-weight: 600;
 }
+
 .skin-blue-light .sidebar-menu > li:hover > a,
 .skin-blue-light .sidebar-menu > li.active > a {
   color: #000000;
   background: #f4f4f5;
 }
+
 .skin-blue-light .sidebar-menu > li.active {
   border-left-color: #3c8dbc;
 }
+
 .skin-blue-light .sidebar-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-blue-light .sidebar-menu > li > .treeview-menu {
   background: #f4f4f5;
 }
+
 .skin-blue-light .sidebar a {
   color: #444444;
 }
+
 .skin-blue-light .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-blue-light .treeview-menu > li > a {
   color: #777777;
 }
+
 .skin-blue-light .treeview-menu > li.active > a,
 .skin-blue-light .treeview-menu > li > a:hover {
   color: #000000;
 }
+
 .skin-blue-light .treeview-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-blue-light .sidebar-form {
   border-radius: 3px;
   border: 1px solid #d2d6de;
   margin: 10px 10px;
 }
+
 .skin-blue-light .sidebar-form input[type="text"],
 .skin-blue-light .sidebar-form .btn {
   box-shadow: none;
@@ -269,6 +331,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-blue-light .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -276,14 +339,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-blue-light .sidebar-form input[type="text"]:focus,
 .skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-blue-light .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
@@ -291,22 +357,27 @@
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 0;
 }
+
 @media (min-width: 768px) {
   .skin-blue-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
     border-left: 1px solid #d2d6de;
   }
 }
+
 .skin-blue-light .main-footer {
   border-top-color: #d2d6de;
 }
+
 .skin-blue.layout-top-nav .main-header > .logo {
   background-color: #3c8dbc;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-blue.layout-top-nav .main-header > .logo:hover {
   background-color: #3b8ab8;
 }
+
 /*
  * Skin: Black
  * -----------
@@ -316,19 +387,24 @@
   -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
   box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
 }
+
 .skin-black .main-header .navbar-toggle {
   color: #333;
 }
+
 .skin-black .main-header .navbar-brand {
   color: #333;
   border-right: 1px solid #eee;
 }
+
 .skin-black .main-header > .navbar {
   background-color: #ffffff;
 }
+
 .skin-black .main-header > .navbar .nav > li > a {
   color: #333333;
 }
+
 .skin-black .main-header > .navbar .nav > li > a:hover,
 .skin-black .main-header > .navbar .nav > li > a:active,
 .skin-black .main-header > .navbar .nav > li > a:focus,
@@ -339,34 +415,42 @@
   background: #ffffff;
   color: #999999;
 }
+
 .skin-black .main-header > .navbar .sidebar-toggle {
   color: #333333;
 }
+
 .skin-black .main-header > .navbar .sidebar-toggle:hover {
   color: #999999;
   background: #ffffff;
 }
+
 .skin-black .main-header > .navbar > .sidebar-toggle {
   color: #333;
   border-right: 1px solid #eee;
 }
+
 .skin-black .main-header > .navbar .navbar-nav > li > a {
   border-right: 1px solid #eee;
 }
+
 .skin-black .main-header > .navbar .navbar-custom-menu .navbar-nav > li > a,
 .skin-black .main-header > .navbar .navbar-right > li > a {
   border-left: 1px solid #eee;
   border-right-width: 0;
 }
+
 .skin-black .main-header > .logo {
   background-color: #ffffff;
   color: #333333;
   border-bottom: 0 solid transparent;
   border-right: 1px solid #eee;
 }
+
 .skin-black .main-header > .logo:hover {
   background-color: #fcfcfc;
 }
+
 @media (max-width: 767px) {
   .skin-black .main-header > .logo {
     background-color: #222222;
@@ -374,61 +458,76 @@
     border-bottom: 0 solid transparent;
     border-right: none;
   }
+
   .skin-black .main-header > .logo:hover {
     background-color: #1f1f1f;
   }
 }
+
 .skin-black .main-header li.user-header {
   background-color: #222;
 }
+
 .skin-black .content-header {
   background: transparent;
   box-shadow: none;
 }
+
 .skin-black .wrapper,
 .skin-black .main-sidebar,
 .skin-black .left-side {
   background-color: #222d32;
 }
+
 .skin-black .user-panel > .info,
 .skin-black .user-panel > .info > a {
   color: #fff;
 }
+
 .skin-black .sidebar-menu > li.header {
   color: #4b646f;
   background: #1a2226;
 }
+
 .skin-black .sidebar-menu > li > a {
   border-left: 3px solid transparent;
 }
+
 .skin-black .sidebar-menu > li:hover > a,
 .skin-black .sidebar-menu > li.active > a {
   color: #ffffff;
   background: #1e282c;
   border-left-color: #ffffff;
 }
+
 .skin-black .sidebar-menu > li > .treeview-menu {
   margin: 0 1px;
   background: #2c3b41;
 }
+
 .skin-black .sidebar a {
   color: #b8c7ce;
 }
+
 .skin-black .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-black .treeview-menu > li > a {
   color: #8aa4af;
 }
+
 .skin-black .treeview-menu > li.active > a,
 .skin-black .treeview-menu > li > a:hover {
   color: #ffffff;
 }
+
 .skin-black .sidebar-form {
   border-radius: 3px;
   border: 1px solid #374850;
   margin: 10px 10px;
 }
+
 .skin-black .sidebar-form input[type="text"],
 .skin-black .sidebar-form .btn {
   box-shadow: none;
@@ -439,6 +538,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-black .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -446,14 +546,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-black .sidebar-form input[type="text"]:focus,
 .skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-black .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
@@ -461,6 +564,7 @@
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 0;
 }
+
 /*
  * Skin: Black
  * -----------
@@ -470,19 +574,24 @@
   -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
   box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
 }
+
 .skin-black-light .main-header .navbar-toggle {
   color: #333;
 }
+
 .skin-black-light .main-header .navbar-brand {
   color: #333;
   border-right: 1px solid #eee;
 }
+
 .skin-black-light .main-header > .navbar {
   background-color: #ffffff;
 }
+
 .skin-black-light .main-header > .navbar .nav > li > a {
   color: #333333;
 }
+
 .skin-black-light .main-header > .navbar .nav > li > a:hover,
 .skin-black-light .main-header > .navbar .nav > li > a:active,
 .skin-black-light .main-header > .navbar .nav > li > a:focus,
@@ -493,34 +602,42 @@
   background: #ffffff;
   color: #999999;
 }
+
 .skin-black-light .main-header > .navbar .sidebar-toggle {
   color: #333333;
 }
+
 .skin-black-light .main-header > .navbar .sidebar-toggle:hover {
   color: #999999;
   background: #ffffff;
 }
+
 .skin-black-light .main-header > .navbar > .sidebar-toggle {
   color: #333;
   border-right: 1px solid #eee;
 }
+
 .skin-black-light .main-header > .navbar .navbar-nav > li > a {
   border-right: 1px solid #eee;
 }
+
 .skin-black-light .main-header > .navbar .navbar-custom-menu .navbar-nav > li > a,
 .skin-black-light .main-header > .navbar .navbar-right > li > a {
   border-left: 1px solid #eee;
   border-right-width: 0;
 }
+
 .skin-black-light .main-header > .logo {
   background-color: #ffffff;
   color: #333333;
   border-bottom: 0 solid transparent;
   border-right: 1px solid #eee;
 }
+
 .skin-black-light .main-header > .logo:hover {
   background-color: #fcfcfc;
 }
+
 @media (max-width: 767px) {
   .skin-black-light .main-header > .logo {
     background-color: #222222;
@@ -528,78 +645,98 @@
     border-bottom: 0 solid transparent;
     border-right: none;
   }
+
   .skin-black-light .main-header > .logo:hover {
     background-color: #1f1f1f;
   }
 }
+
 .skin-black-light .main-header li.user-header {
   background-color: #222;
 }
+
 .skin-black-light .content-header {
   background: transparent;
   box-shadow: none;
 }
+
 .skin-black-light .wrapper,
 .skin-black-light .main-sidebar,
 .skin-black-light .left-side {
   background-color: #f9fafc;
 }
+
 .skin-black-light .content-wrapper,
 .skin-black-light .main-footer {
   border-left: 1px solid #d2d6de;
 }
+
 .skin-black-light .user-panel > .info,
 .skin-black-light .user-panel > .info > a {
   color: #444444;
 }
+
 .skin-black-light .sidebar-menu > li {
   -webkit-transition: border-left-color 0.3s ease;
   -o-transition: border-left-color 0.3s ease;
   transition: border-left-color 0.3s ease;
 }
+
 .skin-black-light .sidebar-menu > li.header {
   color: #848484;
   background: #f9fafc;
 }
+
 .skin-black-light .sidebar-menu > li > a {
   border-left: 3px solid transparent;
   font-weight: 600;
 }
+
 .skin-black-light .sidebar-menu > li:hover > a,
 .skin-black-light .sidebar-menu > li.active > a {
   color: #000000;
   background: #f4f4f5;
 }
+
 .skin-black-light .sidebar-menu > li.active {
   border-left-color: #ffffff;
 }
+
 .skin-black-light .sidebar-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-black-light .sidebar-menu > li > .treeview-menu {
   background: #f4f4f5;
 }
+
 .skin-black-light .sidebar a {
   color: #444444;
 }
+
 .skin-black-light .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-black-light .treeview-menu > li > a {
   color: #777777;
 }
+
 .skin-black-light .treeview-menu > li.active > a,
 .skin-black-light .treeview-menu > li > a:hover {
   color: #000000;
 }
+
 .skin-black-light .treeview-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-black-light .sidebar-form {
   border-radius: 3px;
   border: 1px solid #d2d6de;
   margin: 10px 10px;
 }
+
 .skin-black-light .sidebar-form input[type="text"],
 .skin-black-light .sidebar-form .btn {
   box-shadow: none;
@@ -610,6 +747,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-black-light .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -617,14 +755,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-black-light .sidebar-form input[type="text"]:focus,
 .skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-black-light .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
@@ -632,11 +773,13 @@
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 0;
 }
+
 @media (min-width: 768px) {
   .skin-black-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
     border-left: 1px solid #d2d6de;
   }
 }
+
 /*
  * Skin: Green
  * -----------
@@ -644,9 +787,11 @@
 .skin-green .main-header .navbar {
   background-color: #00a65a;
 }
+
 .skin-green .main-header .navbar .nav > li > a {
   color: #ffffff;
 }
+
 .skin-green .main-header .navbar .nav > li > a:hover,
 .skin-green .main-header .navbar .nav > li > a:active,
 .skin-green .main-header .navbar .nav > li > a:focus,
@@ -657,88 +802,111 @@
   background: rgba(0, 0, 0, 0.1);
   color: #f6f6f6;
 }
+
 .skin-green .main-header .navbar .sidebar-toggle {
   color: #ffffff;
 }
+
 .skin-green .main-header .navbar .sidebar-toggle:hover {
   color: #f6f6f6;
   background: rgba(0, 0, 0, 0.1);
 }
+
 .skin-green .main-header .navbar .sidebar-toggle {
   color: #fff;
 }
+
 .skin-green .main-header .navbar .sidebar-toggle:hover {
   background-color: #008d4c;
 }
+
 @media (max-width: 767px) {
   .skin-green .main-header .navbar .dropdown-menu li.divider {
     background-color: rgba(255, 255, 255, 0.1);
   }
+
   .skin-green .main-header .navbar .dropdown-menu li a {
     color: #fff;
   }
+
   .skin-green .main-header .navbar .dropdown-menu li a:hover {
     background: #008d4c;
   }
 }
+
 .skin-green .main-header .logo {
   background-color: #008d4c;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-green .main-header .logo:hover {
   background-color: #008749;
 }
+
 .skin-green .main-header li.user-header {
   background-color: #00a65a;
 }
+
 .skin-green .content-header {
   background: transparent;
 }
+
 .skin-green .wrapper,
 .skin-green .main-sidebar,
 .skin-green .left-side {
   background-color: #222d32;
 }
+
 .skin-green .user-panel > .info,
 .skin-green .user-panel > .info > a {
   color: #fff;
 }
+
 .skin-green .sidebar-menu > li.header {
   color: #4b646f;
   background: #1a2226;
 }
+
 .skin-green .sidebar-menu > li > a {
   border-left: 3px solid transparent;
 }
+
 .skin-green .sidebar-menu > li:hover > a,
 .skin-green .sidebar-menu > li.active > a {
   color: #ffffff;
   background: #1e282c;
   border-left-color: #00a65a;
 }
+
 .skin-green .sidebar-menu > li > .treeview-menu {
   margin: 0 1px;
   background: #2c3b41;
 }
+
 .skin-green .sidebar a {
   color: #b8c7ce;
 }
+
 .skin-green .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-green .treeview-menu > li > a {
   color: #8aa4af;
 }
+
 .skin-green .treeview-menu > li.active > a,
 .skin-green .treeview-menu > li > a:hover {
   color: #ffffff;
 }
+
 .skin-green .sidebar-form {
   border-radius: 3px;
   border: 1px solid #374850;
   margin: 10px 10px;
 }
+
 .skin-green .sidebar-form input[type="text"],
 .skin-green .sidebar-form .btn {
   box-shadow: none;
@@ -749,6 +917,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-green .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -756,14 +925,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-green .sidebar-form input[type="text"]:focus,
 .skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-green .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
@@ -771,6 +943,7 @@
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 0;
 }
+
 /*
  * Skin: Green
  * -----------
@@ -778,9 +951,11 @@
 .skin-green-light .main-header .navbar {
   background-color: #00a65a;
 }
+
 .skin-green-light .main-header .navbar .nav > li > a {
   color: #ffffff;
 }
+
 .skin-green-light .main-header .navbar .nav > li > a:hover,
 .skin-green-light .main-header .navbar .nav > li > a:active,
 .skin-green-light .main-header .navbar .nav > li > a:focus,
@@ -791,105 +966,133 @@
   background: rgba(0, 0, 0, 0.1);
   color: #f6f6f6;
 }
+
 .skin-green-light .main-header .navbar .sidebar-toggle {
   color: #ffffff;
 }
+
 .skin-green-light .main-header .navbar .sidebar-toggle:hover {
   color: #f6f6f6;
   background: rgba(0, 0, 0, 0.1);
 }
+
 .skin-green-light .main-header .navbar .sidebar-toggle {
   color: #fff;
 }
+
 .skin-green-light .main-header .navbar .sidebar-toggle:hover {
   background-color: #008d4c;
 }
+
 @media (max-width: 767px) {
   .skin-green-light .main-header .navbar .dropdown-menu li.divider {
     background-color: rgba(255, 255, 255, 0.1);
   }
+
   .skin-green-light .main-header .navbar .dropdown-menu li a {
     color: #fff;
   }
+
   .skin-green-light .main-header .navbar .dropdown-menu li a:hover {
     background: #008d4c;
   }
 }
+
 .skin-green-light .main-header .logo {
   background-color: #00a65a;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-green-light .main-header .logo:hover {
   background-color: #00a157;
 }
+
 .skin-green-light .main-header li.user-header {
   background-color: #00a65a;
 }
+
 .skin-green-light .content-header {
   background: transparent;
 }
+
 .skin-green-light .wrapper,
 .skin-green-light .main-sidebar,
 .skin-green-light .left-side {
   background-color: #f9fafc;
 }
+
 .skin-green-light .content-wrapper,
 .skin-green-light .main-footer {
   border-left: 1px solid #d2d6de;
 }
+
 .skin-green-light .user-panel > .info,
 .skin-green-light .user-panel > .info > a {
   color: #444444;
 }
+
 .skin-green-light .sidebar-menu > li {
   -webkit-transition: border-left-color 0.3s ease;
   -o-transition: border-left-color 0.3s ease;
   transition: border-left-color 0.3s ease;
 }
+
 .skin-green-light .sidebar-menu > li.header {
   color: #848484;
   background: #f9fafc;
 }
+
 .skin-green-light .sidebar-menu > li > a {
   border-left: 3px solid transparent;
   font-weight: 600;
 }
+
 .skin-green-light .sidebar-menu > li:hover > a,
 .skin-green-light .sidebar-menu > li.active > a {
   color: #000000;
   background: #f4f4f5;
 }
+
 .skin-green-light .sidebar-menu > li.active {
   border-left-color: #00a65a;
 }
+
 .skin-green-light .sidebar-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-green-light .sidebar-menu > li > .treeview-menu {
   background: #f4f4f5;
 }
+
 .skin-green-light .sidebar a {
   color: #444444;
 }
+
 .skin-green-light .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-green-light .treeview-menu > li > a {
   color: #777777;
 }
+
 .skin-green-light .treeview-menu > li.active > a,
 .skin-green-light .treeview-menu > li > a:hover {
   color: #000000;
 }
+
 .skin-green-light .treeview-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-green-light .sidebar-form {
   border-radius: 3px;
   border: 1px solid #d2d6de;
   margin: 10px 10px;
 }
+
 .skin-green-light .sidebar-form input[type="text"],
 .skin-green-light .sidebar-form .btn {
   box-shadow: none;
@@ -900,6 +1103,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-green-light .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -907,14 +1111,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-green-light .sidebar-form input[type="text"]:focus,
 .skin-green-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-green-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-green-light .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
@@ -922,11 +1129,13 @@
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 0;
 }
+
 @media (min-width: 768px) {
   .skin-green-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
     border-left: 1px solid #d2d6de;
   }
 }
+
 /*
  * Skin: Red
  * ---------
@@ -934,9 +1143,11 @@
 .skin-red .main-header .navbar {
   background-color: #dd4b39;
 }
+
 .skin-red .main-header .navbar .nav > li > a {
   color: #ffffff;
 }
+
 .skin-red .main-header .navbar .nav > li > a:hover,
 .skin-red .main-header .navbar .nav > li > a:active,
 .skin-red .main-header .navbar .nav > li > a:focus,
@@ -947,88 +1158,111 @@
   background: rgba(0, 0, 0, 0.1);
   color: #f6f6f6;
 }
+
 .skin-red .main-header .navbar .sidebar-toggle {
   color: #ffffff;
 }
+
 .skin-red .main-header .navbar .sidebar-toggle:hover {
   color: #f6f6f6;
   background: rgba(0, 0, 0, 0.1);
 }
+
 .skin-red .main-header .navbar .sidebar-toggle {
   color: #fff;
 }
+
 .skin-red .main-header .navbar .sidebar-toggle:hover {
   background-color: #d73925;
 }
+
 @media (max-width: 767px) {
   .skin-red .main-header .navbar .dropdown-menu li.divider {
     background-color: rgba(255, 255, 255, 0.1);
   }
+
   .skin-red .main-header .navbar .dropdown-menu li a {
     color: #fff;
   }
+
   .skin-red .main-header .navbar .dropdown-menu li a:hover {
     background: #d73925;
   }
 }
+
 .skin-red .main-header .logo {
   background-color: #d73925;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-red .main-header .logo:hover {
   background-color: #d33724;
 }
+
 .skin-red .main-header li.user-header {
   background-color: #dd4b39;
 }
+
 .skin-red .content-header {
   background: transparent;
 }
+
 .skin-red .wrapper,
 .skin-red .main-sidebar,
 .skin-red .left-side {
   background-color: #222d32;
 }
+
 .skin-red .user-panel > .info,
 .skin-red .user-panel > .info > a {
   color: #fff;
 }
+
 .skin-red .sidebar-menu > li.header {
   color: #4b646f;
   background: #1a2226;
 }
+
 .skin-red .sidebar-menu > li > a {
   border-left: 3px solid transparent;
 }
+
 .skin-red .sidebar-menu > li:hover > a,
 .skin-red .sidebar-menu > li.active > a {
   color: #ffffff;
   background: #1e282c;
   border-left-color: #dd4b39;
 }
+
 .skin-red .sidebar-menu > li > .treeview-menu {
   margin: 0 1px;
   background: #2c3b41;
 }
+
 .skin-red .sidebar a {
   color: #b8c7ce;
 }
+
 .skin-red .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-red .treeview-menu > li > a {
   color: #8aa4af;
 }
+
 .skin-red .treeview-menu > li.active > a,
 .skin-red .treeview-menu > li > a:hover {
   color: #ffffff;
 }
+
 .skin-red .sidebar-form {
   border-radius: 3px;
   border: 1px solid #374850;
   margin: 10px 10px;
 }
+
 .skin-red .sidebar-form input[type="text"],
 .skin-red .sidebar-form .btn {
   box-shadow: none;
@@ -1039,6 +1273,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-red .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -1046,14 +1281,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-red .sidebar-form input[type="text"]:focus,
 .skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-red .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
@@ -1061,6 +1299,7 @@
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 0;
 }
+
 /*
  * Skin: Red
  * ---------
@@ -1068,9 +1307,11 @@
 .skin-red-light .main-header .navbar {
   background-color: #dd4b39;
 }
+
 .skin-red-light .main-header .navbar .nav > li > a {
   color: #ffffff;
 }
+
 .skin-red-light .main-header .navbar .nav > li > a:hover,
 .skin-red-light .main-header .navbar .nav > li > a:active,
 .skin-red-light .main-header .navbar .nav > li > a:focus,
@@ -1081,105 +1322,133 @@
   background: rgba(0, 0, 0, 0.1);
   color: #f6f6f6;
 }
+
 .skin-red-light .main-header .navbar .sidebar-toggle {
   color: #ffffff;
 }
+
 .skin-red-light .main-header .navbar .sidebar-toggle:hover {
   color: #f6f6f6;
   background: rgba(0, 0, 0, 0.1);
 }
+
 .skin-red-light .main-header .navbar .sidebar-toggle {
   color: #fff;
 }
+
 .skin-red-light .main-header .navbar .sidebar-toggle:hover {
   background-color: #d73925;
 }
+
 @media (max-width: 767px) {
   .skin-red-light .main-header .navbar .dropdown-menu li.divider {
     background-color: rgba(255, 255, 255, 0.1);
   }
+
   .skin-red-light .main-header .navbar .dropdown-menu li a {
     color: #fff;
   }
+
   .skin-red-light .main-header .navbar .dropdown-menu li a:hover {
     background: #d73925;
   }
 }
+
 .skin-red-light .main-header .logo {
   background-color: #dd4b39;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-red-light .main-header .logo:hover {
   background-color: #dc4735;
 }
+
 .skin-red-light .main-header li.user-header {
   background-color: #dd4b39;
 }
+
 .skin-red-light .content-header {
   background: transparent;
 }
+
 .skin-red-light .wrapper,
 .skin-red-light .main-sidebar,
 .skin-red-light .left-side {
   background-color: #f9fafc;
 }
+
 .skin-red-light .content-wrapper,
 .skin-red-light .main-footer {
   border-left: 1px solid #d2d6de;
 }
+
 .skin-red-light .user-panel > .info,
 .skin-red-light .user-panel > .info > a {
   color: #444444;
 }
+
 .skin-red-light .sidebar-menu > li {
   -webkit-transition: border-left-color 0.3s ease;
   -o-transition: border-left-color 0.3s ease;
   transition: border-left-color 0.3s ease;
 }
+
 .skin-red-light .sidebar-menu > li.header {
   color: #848484;
   background: #f9fafc;
 }
+
 .skin-red-light .sidebar-menu > li > a {
   border-left: 3px solid transparent;
   font-weight: 600;
 }
+
 .skin-red-light .sidebar-menu > li:hover > a,
 .skin-red-light .sidebar-menu > li.active > a {
   color: #000000;
   background: #f4f4f5;
 }
+
 .skin-red-light .sidebar-menu > li.active {
   border-left-color: #dd4b39;
 }
+
 .skin-red-light .sidebar-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-red-light .sidebar-menu > li > .treeview-menu {
   background: #f4f4f5;
 }
+
 .skin-red-light .sidebar a {
   color: #444444;
 }
+
 .skin-red-light .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-red-light .treeview-menu > li > a {
   color: #777777;
 }
+
 .skin-red-light .treeview-menu > li.active > a,
 .skin-red-light .treeview-menu > li > a:hover {
   color: #000000;
 }
+
 .skin-red-light .treeview-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-red-light .sidebar-form {
   border-radius: 3px;
   border: 1px solid #d2d6de;
   margin: 10px 10px;
 }
+
 .skin-red-light .sidebar-form input[type="text"],
 .skin-red-light .sidebar-form .btn {
   box-shadow: none;
@@ -1190,6 +1459,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-red-light .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -1197,14 +1467,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-red-light .sidebar-form input[type="text"]:focus,
 .skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-red-light .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
@@ -1212,11 +1485,13 @@
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 0;
 }
+
 @media (min-width: 768px) {
   .skin-red-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
     border-left: 1px solid #d2d6de;
   }
 }
+
 /*
  * Skin: Yellow
  * ------------
@@ -1224,9 +1499,11 @@
 .skin-yellow .main-header .navbar {
   background-color: #f39c12;
 }
+
 .skin-yellow .main-header .navbar .nav > li > a {
   color: #ffffff;
 }
+
 .skin-yellow .main-header .navbar .nav > li > a:hover,
 .skin-yellow .main-header .navbar .nav > li > a:active,
 .skin-yellow .main-header .navbar .nav > li > a:focus,
@@ -1237,88 +1514,111 @@
   background: rgba(0, 0, 0, 0.1);
   color: #f6f6f6;
 }
+
 .skin-yellow .main-header .navbar .sidebar-toggle {
   color: #ffffff;
 }
+
 .skin-yellow .main-header .navbar .sidebar-toggle:hover {
   color: #f6f6f6;
   background: rgba(0, 0, 0, 0.1);
 }
+
 .skin-yellow .main-header .navbar .sidebar-toggle {
   color: #fff;
 }
+
 .skin-yellow .main-header .navbar .sidebar-toggle:hover {
   background-color: #e08e0b;
 }
+
 @media (max-width: 767px) {
   .skin-yellow .main-header .navbar .dropdown-menu li.divider {
     background-color: rgba(255, 255, 255, 0.1);
   }
+
   .skin-yellow .main-header .navbar .dropdown-menu li a {
     color: #fff;
   }
+
   .skin-yellow .main-header .navbar .dropdown-menu li a:hover {
     background: #e08e0b;
   }
 }
+
 .skin-yellow .main-header .logo {
   background-color: #e08e0b;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-yellow .main-header .logo:hover {
   background-color: #db8b0b;
 }
+
 .skin-yellow .main-header li.user-header {
   background-color: #f39c12;
 }
+
 .skin-yellow .content-header {
   background: transparent;
 }
+
 .skin-yellow .wrapper,
 .skin-yellow .main-sidebar,
 .skin-yellow .left-side {
   background-color: #222d32;
 }
+
 .skin-yellow .user-panel > .info,
 .skin-yellow .user-panel > .info > a {
   color: #fff;
 }
+
 .skin-yellow .sidebar-menu > li.header {
   color: #4b646f;
   background: #1a2226;
 }
+
 .skin-yellow .sidebar-menu > li > a {
   border-left: 3px solid transparent;
 }
+
 .skin-yellow .sidebar-menu > li:hover > a,
 .skin-yellow .sidebar-menu > li.active > a {
   color: #ffffff;
   background: #1e282c;
   border-left-color: #f39c12;
 }
+
 .skin-yellow .sidebar-menu > li > .treeview-menu {
   margin: 0 1px;
   background: #2c3b41;
 }
+
 .skin-yellow .sidebar a {
   color: #b8c7ce;
 }
+
 .skin-yellow .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-yellow .treeview-menu > li > a {
   color: #8aa4af;
 }
+
 .skin-yellow .treeview-menu > li.active > a,
 .skin-yellow .treeview-menu > li > a:hover {
   color: #ffffff;
 }
+
 .skin-yellow .sidebar-form {
   border-radius: 3px;
   border: 1px solid #374850;
   margin: 10px 10px;
 }
+
 .skin-yellow .sidebar-form input[type="text"],
 .skin-yellow .sidebar-form .btn {
   box-shadow: none;
@@ -1329,6 +1629,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-yellow .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -1336,14 +1637,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-yellow .sidebar-form input[type="text"]:focus,
 .skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-yellow .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
@@ -1351,6 +1655,7 @@
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 0;
 }
+
 /*
  * Skin: Yellow
  * ------------
@@ -1358,9 +1663,11 @@
 .skin-yellow-light .main-header .navbar {
   background-color: #f39c12;
 }
+
 .skin-yellow-light .main-header .navbar .nav > li > a {
   color: #ffffff;
 }
+
 .skin-yellow-light .main-header .navbar .nav > li > a:hover,
 .skin-yellow-light .main-header .navbar .nav > li > a:active,
 .skin-yellow-light .main-header .navbar .nav > li > a:focus,
@@ -1371,105 +1678,133 @@
   background: rgba(0, 0, 0, 0.1);
   color: #f6f6f6;
 }
+
 .skin-yellow-light .main-header .navbar .sidebar-toggle {
   color: #ffffff;
 }
+
 .skin-yellow-light .main-header .navbar .sidebar-toggle:hover {
   color: #f6f6f6;
   background: rgba(0, 0, 0, 0.1);
 }
+
 .skin-yellow-light .main-header .navbar .sidebar-toggle {
   color: #fff;
 }
+
 .skin-yellow-light .main-header .navbar .sidebar-toggle:hover {
   background-color: #e08e0b;
 }
+
 @media (max-width: 767px) {
   .skin-yellow-light .main-header .navbar .dropdown-menu li.divider {
     background-color: rgba(255, 255, 255, 0.1);
   }
+
   .skin-yellow-light .main-header .navbar .dropdown-menu li a {
     color: #fff;
   }
+
   .skin-yellow-light .main-header .navbar .dropdown-menu li a:hover {
     background: #e08e0b;
   }
 }
+
 .skin-yellow-light .main-header .logo {
   background-color: #f39c12;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-yellow-light .main-header .logo:hover {
   background-color: #f39a0d;
 }
+
 .skin-yellow-light .main-header li.user-header {
   background-color: #f39c12;
 }
+
 .skin-yellow-light .content-header {
   background: transparent;
 }
+
 .skin-yellow-light .wrapper,
 .skin-yellow-light .main-sidebar,
 .skin-yellow-light .left-side {
   background-color: #f9fafc;
 }
+
 .skin-yellow-light .content-wrapper,
 .skin-yellow-light .main-footer {
   border-left: 1px solid #d2d6de;
 }
+
 .skin-yellow-light .user-panel > .info,
 .skin-yellow-light .user-panel > .info > a {
   color: #444444;
 }
+
 .skin-yellow-light .sidebar-menu > li {
   -webkit-transition: border-left-color 0.3s ease;
   -o-transition: border-left-color 0.3s ease;
   transition: border-left-color 0.3s ease;
 }
+
 .skin-yellow-light .sidebar-menu > li.header {
   color: #848484;
   background: #f9fafc;
 }
+
 .skin-yellow-light .sidebar-menu > li > a {
   border-left: 3px solid transparent;
   font-weight: 600;
 }
+
 .skin-yellow-light .sidebar-menu > li:hover > a,
 .skin-yellow-light .sidebar-menu > li.active > a {
   color: #000000;
   background: #f4f4f5;
 }
+
 .skin-yellow-light .sidebar-menu > li.active {
   border-left-color: #f39c12;
 }
+
 .skin-yellow-light .sidebar-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-yellow-light .sidebar-menu > li > .treeview-menu {
   background: #f4f4f5;
 }
+
 .skin-yellow-light .sidebar a {
   color: #444444;
 }
+
 .skin-yellow-light .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-yellow-light .treeview-menu > li > a {
   color: #777777;
 }
+
 .skin-yellow-light .treeview-menu > li.active > a,
 .skin-yellow-light .treeview-menu > li > a:hover {
   color: #000000;
 }
+
 .skin-yellow-light .treeview-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-yellow-light .sidebar-form {
   border-radius: 3px;
   border: 1px solid #d2d6de;
   margin: 10px 10px;
 }
+
 .skin-yellow-light .sidebar-form input[type="text"],
 .skin-yellow-light .sidebar-form .btn {
   box-shadow: none;
@@ -1480,6 +1815,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-yellow-light .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -1487,14 +1823,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-yellow-light .sidebar-form input[type="text"]:focus,
 .skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-yellow-light .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
@@ -1502,11 +1841,13 @@
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 0;
 }
+
 @media (min-width: 768px) {
   .skin-yellow-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
     border-left: 1px solid #d2d6de;
   }
 }
+
 /*
  * Skin: Purple
  * ------------
@@ -1514,9 +1855,11 @@
 .skin-purple .main-header .navbar {
   background-color: #605ca8;
 }
+
 .skin-purple .main-header .navbar .nav > li > a {
   color: #ffffff;
 }
+
 .skin-purple .main-header .navbar .nav > li > a:hover,
 .skin-purple .main-header .navbar .nav > li > a:active,
 .skin-purple .main-header .navbar .nav > li > a:focus,
@@ -1527,88 +1870,111 @@
   background: rgba(0, 0, 0, 0.1);
   color: #f6f6f6;
 }
+
 .skin-purple .main-header .navbar .sidebar-toggle {
   color: #ffffff;
 }
+
 .skin-purple .main-header .navbar .sidebar-toggle:hover {
   color: #f6f6f6;
   background: rgba(0, 0, 0, 0.1);
 }
+
 .skin-purple .main-header .navbar .sidebar-toggle {
   color: #fff;
 }
+
 .skin-purple .main-header .navbar .sidebar-toggle:hover {
   background-color: #555299;
 }
+
 @media (max-width: 767px) {
   .skin-purple .main-header .navbar .dropdown-menu li.divider {
     background-color: rgba(255, 255, 255, 0.1);
   }
+
   .skin-purple .main-header .navbar .dropdown-menu li a {
     color: #fff;
   }
+
   .skin-purple .main-header .navbar .dropdown-menu li a:hover {
     background: #555299;
   }
 }
+
 .skin-purple .main-header .logo {
   background-color: #555299;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-purple .main-header .logo:hover {
   background-color: #545096;
 }
+
 .skin-purple .main-header li.user-header {
   background-color: #605ca8;
 }
+
 .skin-purple .content-header {
   background: transparent;
 }
+
 .skin-purple .wrapper,
 .skin-purple .main-sidebar,
 .skin-purple .left-side {
   background-color: #222d32;
 }
+
 .skin-purple .user-panel > .info,
 .skin-purple .user-panel > .info > a {
   color: #fff;
 }
+
 .skin-purple .sidebar-menu > li.header {
   color: #4b646f;
   background: #1a2226;
 }
+
 .skin-purple .sidebar-menu > li > a {
   border-left: 3px solid transparent;
 }
+
 .skin-purple .sidebar-menu > li:hover > a,
 .skin-purple .sidebar-menu > li.active > a {
   color: #ffffff;
   background: #1e282c;
   border-left-color: #605ca8;
 }
+
 .skin-purple .sidebar-menu > li > .treeview-menu {
   margin: 0 1px;
   background: #2c3b41;
 }
+
 .skin-purple .sidebar a {
   color: #b8c7ce;
 }
+
 .skin-purple .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-purple .treeview-menu > li > a {
   color: #8aa4af;
 }
+
 .skin-purple .treeview-menu > li.active > a,
 .skin-purple .treeview-menu > li > a:hover {
   color: #ffffff;
 }
+
 .skin-purple .sidebar-form {
   border-radius: 3px;
   border: 1px solid #374850;
   margin: 10px 10px;
 }
+
 .skin-purple .sidebar-form input[type="text"],
 .skin-purple .sidebar-form .btn {
   box-shadow: none;
@@ -1619,6 +1985,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-purple .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -1626,14 +1993,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-purple .sidebar-form input[type="text"]:focus,
 .skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-purple .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
@@ -1641,6 +2011,7 @@
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 0;
 }
+
 /*
  * Skin: Purple
  * ------------
@@ -1648,9 +2019,11 @@
 .skin-purple-light .main-header .navbar {
   background-color: #605ca8;
 }
+
 .skin-purple-light .main-header .navbar .nav > li > a {
   color: #ffffff;
 }
+
 .skin-purple-light .main-header .navbar .nav > li > a:hover,
 .skin-purple-light .main-header .navbar .nav > li > a:active,
 .skin-purple-light .main-header .navbar .nav > li > a:focus,
@@ -1661,105 +2034,133 @@
   background: rgba(0, 0, 0, 0.1);
   color: #f6f6f6;
 }
+
 .skin-purple-light .main-header .navbar .sidebar-toggle {
   color: #ffffff;
 }
+
 .skin-purple-light .main-header .navbar .sidebar-toggle:hover {
   color: #f6f6f6;
   background: rgba(0, 0, 0, 0.1);
 }
+
 .skin-purple-light .main-header .navbar .sidebar-toggle {
   color: #fff;
 }
+
 .skin-purple-light .main-header .navbar .sidebar-toggle:hover {
   background-color: #555299;
 }
+
 @media (max-width: 767px) {
   .skin-purple-light .main-header .navbar .dropdown-menu li.divider {
     background-color: rgba(255, 255, 255, 0.1);
   }
+
   .skin-purple-light .main-header .navbar .dropdown-menu li a {
     color: #fff;
   }
+
   .skin-purple-light .main-header .navbar .dropdown-menu li a:hover {
     background: #555299;
   }
 }
+
 .skin-purple-light .main-header .logo {
   background-color: #605ca8;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-purple-light .main-header .logo:hover {
   background-color: #5d59a6;
 }
+
 .skin-purple-light .main-header li.user-header {
   background-color: #605ca8;
 }
+
 .skin-purple-light .content-header {
   background: transparent;
 }
+
 .skin-purple-light .wrapper,
 .skin-purple-light .main-sidebar,
 .skin-purple-light .left-side {
   background-color: #f9fafc;
 }
+
 .skin-purple-light .content-wrapper,
 .skin-purple-light .main-footer {
   border-left: 1px solid #d2d6de;
 }
+
 .skin-purple-light .user-panel > .info,
 .skin-purple-light .user-panel > .info > a {
   color: #444444;
 }
+
 .skin-purple-light .sidebar-menu > li {
   -webkit-transition: border-left-color 0.3s ease;
   -o-transition: border-left-color 0.3s ease;
   transition: border-left-color 0.3s ease;
 }
+
 .skin-purple-light .sidebar-menu > li.header {
   color: #848484;
   background: #f9fafc;
 }
+
 .skin-purple-light .sidebar-menu > li > a {
   border-left: 3px solid transparent;
   font-weight: 600;
 }
+
 .skin-purple-light .sidebar-menu > li:hover > a,
 .skin-purple-light .sidebar-menu > li.active > a {
   color: #000000;
   background: #f4f4f5;
 }
+
 .skin-purple-light .sidebar-menu > li.active {
   border-left-color: #605ca8;
 }
+
 .skin-purple-light .sidebar-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-purple-light .sidebar-menu > li > .treeview-menu {
   background: #f4f4f5;
 }
+
 .skin-purple-light .sidebar a {
   color: #444444;
 }
+
 .skin-purple-light .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-purple-light .treeview-menu > li > a {
   color: #777777;
 }
+
 .skin-purple-light .treeview-menu > li.active > a,
 .skin-purple-light .treeview-menu > li > a:hover {
   color: #000000;
 }
+
 .skin-purple-light .treeview-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-purple-light .sidebar-form {
   border-radius: 3px;
   border: 1px solid #d2d6de;
   margin: 10px 10px;
 }
+
 .skin-purple-light .sidebar-form input[type="text"],
 .skin-purple-light .sidebar-form .btn {
   box-shadow: none;
@@ -1770,6 +2171,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-purple-light .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -1777,14 +2179,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-purple-light .sidebar-form input[type="text"]:focus,
 .skin-purple-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-purple-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-purple-light .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
@@ -1792,6 +2197,7 @@
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 0;
 }
+
 @media (min-width: 768px) {
   .skin-purple-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
     border-left: 1px solid #d2d6de;
diff --git a/dist/css/skins/_all-skins.min.css b/dist/css/skins/_all-skins.min.css
index 1710db5cb..b0f4d5e50 100644
--- a/dist/css/skins/_all-skins.min.css
+++ b/dist/css/skins/_all-skins.min.css
@@ -1 +1,1991 @@
-.skin-blue .main-header .navbar{background-color:#3c8dbc}.skin-blue .main-header .navbar .nav>li>a{color:#fff}.skin-blue .main-header .navbar .nav>li>a:hover,.skin-blue .main-header .navbar .nav>li>a:active,.skin-blue .main-header .navbar .nav>li>a:focus,.skin-blue .main-header .navbar .nav .open>a,.skin-blue .main-header .navbar .nav .open>a:hover,.skin-blue .main-header .navbar .nav .open>a:focus,.skin-blue .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-blue .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-blue .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue .main-header .navbar .sidebar-toggle:hover{background-color:#367fa9}@media (max-width:767px){.skin-blue .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-blue .main-header .navbar .dropdown-menu li a{color:#fff}.skin-blue .main-header .navbar .dropdown-menu li a:hover{background:#367fa9}}.skin-blue .main-header .logo{background-color:#367fa9;color:#fff;border-bottom:0 solid transparent}.skin-blue .main-header .logo:hover{background-color:#357ca5}.skin-blue .main-header li.user-header{background-color:#3c8dbc}.skin-blue .content-header{background:transparent}.skin-blue .wrapper,.skin-blue .main-sidebar,.skin-blue .left-side{background-color:#222d32}.skin-blue .user-panel>.info,.skin-blue .user-panel>.info>a{color:#fff}.skin-blue .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-blue .sidebar-menu>li>a{border-left:3px solid transparent}.skin-blue .sidebar-menu>li:hover>a,.skin-blue .sidebar-menu>li.active>a{color:#fff;background:#1e282c;border-left-color:#3c8dbc}.skin-blue .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-blue .sidebar a{color:#b8c7ce}.skin-blue .sidebar a:hover{text-decoration:none}.skin-blue .treeview-menu>li>a{color:#8aa4af}.skin-blue .treeview-menu>li.active>a,.skin-blue .treeview-menu>li>a:hover{color:#fff}.skin-blue .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-blue .sidebar-form input[type="text"],.skin-blue .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-blue .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-blue .sidebar-form input[type="text"]:focus,.skin-blue .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-blue .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-blue .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.skin-blue.layout-top-nav .main-header>.logo{background-color:#3c8dbc;color:#fff;border-bottom:0 solid transparent}.skin-blue.layout-top-nav .main-header>.logo:hover{background-color:#3b8ab8}.skin-blue-light .main-header .navbar{background-color:#3c8dbc}.skin-blue-light .main-header .navbar .nav>li>a{color:#fff}.skin-blue-light .main-header .navbar .nav>li>a:hover,.skin-blue-light .main-header .navbar .nav>li>a:active,.skin-blue-light .main-header .navbar .nav>li>a:focus,.skin-blue-light .main-header .navbar .nav .open>a,.skin-blue-light .main-header .navbar .nav .open>a:hover,.skin-blue-light .main-header .navbar .nav .open>a:focus,.skin-blue-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-blue-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-blue-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue-light .main-header .navbar .sidebar-toggle:hover{background-color:#367fa9}@media (max-width:767px){.skin-blue-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-blue-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-blue-light .main-header .navbar .dropdown-menu li a:hover{background:#367fa9}}.skin-blue-light .main-header .logo{background-color:#3c8dbc;color:#fff;border-bottom:0 solid transparent}.skin-blue-light .main-header .logo:hover{background-color:#3b8ab8}.skin-blue-light .main-header li.user-header{background-color:#3c8dbc}.skin-blue-light .content-header{background:transparent}.skin-blue-light .wrapper,.skin-blue-light .main-sidebar,.skin-blue-light .left-side{background-color:#f9fafc}.skin-blue-light .content-wrapper,.skin-blue-light .main-footer{border-left:1px solid #d2d6de}.skin-blue-light .user-panel>.info,.skin-blue-light .user-panel>.info>a{color:#444}.skin-blue-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-blue-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-blue-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-blue-light .sidebar-menu>li:hover>a,.skin-blue-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-blue-light .sidebar-menu>li.active{border-left-color:#3c8dbc}.skin-blue-light .sidebar-menu>li.active>a{font-weight:600}.skin-blue-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-blue-light .sidebar a{color:#444}.skin-blue-light .sidebar a:hover{text-decoration:none}.skin-blue-light .treeview-menu>li>a{color:#777}.skin-blue-light .treeview-menu>li.active>a,.skin-blue-light .treeview-menu>li>a:hover{color:#000}.skin-blue-light .treeview-menu>li.active>a{font-weight:600}.skin-blue-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-blue-light .sidebar-form input[type="text"],.skin-blue-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-blue-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-blue-light .sidebar-form input[type="text"]:focus,.skin-blue-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-blue-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-blue-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-blue-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}.skin-blue-light .main-footer{border-top-color:#d2d6de}.skin-blue.layout-top-nav .main-header>.logo{background-color:#3c8dbc;color:#fff;border-bottom:0 solid transparent}.skin-blue.layout-top-nav .main-header>.logo:hover{background-color:#3b8ab8}.skin-black .main-header{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.skin-black .main-header .navbar-toggle{color:#333}.skin-black .main-header .navbar-brand{color:#333;border-right:1px solid #eee}.skin-black .main-header>.navbar{background-color:#fff}.skin-black .main-header>.navbar .nav>li>a{color:#333}.skin-black .main-header>.navbar .nav>li>a:hover,.skin-black .main-header>.navbar .nav>li>a:active,.skin-black .main-header>.navbar .nav>li>a:focus,.skin-black .main-header>.navbar .nav .open>a,.skin-black .main-header>.navbar .nav .open>a:hover,.skin-black .main-header>.navbar .nav .open>a:focus,.skin-black .main-header>.navbar .nav>.active>a{background:#fff;color:#999}.skin-black .main-header>.navbar .sidebar-toggle{color:#333}.skin-black .main-header>.navbar .sidebar-toggle:hover{color:#999;background:#fff}.skin-black .main-header>.navbar>.sidebar-toggle{color:#333;border-right:1px solid #eee}.skin-black .main-header>.navbar .navbar-nav>li>a{border-right:1px solid #eee}.skin-black .main-header>.navbar .navbar-custom-menu .navbar-nav>li>a,.skin-black .main-header>.navbar .navbar-right>li>a{border-left:1px solid #eee;border-right-width:0}.skin-black .main-header>.logo{background-color:#fff;color:#333;border-bottom:0 solid transparent;border-right:1px solid #eee}.skin-black .main-header>.logo:hover{background-color:#fcfcfc}@media (max-width:767px){.skin-black .main-header>.logo{background-color:#222;color:#fff;border-bottom:0 solid transparent;border-right:none}.skin-black .main-header>.logo:hover{background-color:#1f1f1f}}.skin-black .main-header li.user-header{background-color:#222}.skin-black .content-header{background:transparent;box-shadow:none}.skin-black .wrapper,.skin-black .main-sidebar,.skin-black .left-side{background-color:#222d32}.skin-black .user-panel>.info,.skin-black .user-panel>.info>a{color:#fff}.skin-black .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-black .sidebar-menu>li>a{border-left:3px solid transparent}.skin-black .sidebar-menu>li:hover>a,.skin-black .sidebar-menu>li.active>a{color:#fff;background:#1e282c;border-left-color:#fff}.skin-black .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-black .sidebar a{color:#b8c7ce}.skin-black .sidebar a:hover{text-decoration:none}.skin-black .treeview-menu>li>a{color:#8aa4af}.skin-black .treeview-menu>li.active>a,.skin-black .treeview-menu>li>a:hover{color:#fff}.skin-black .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-black .sidebar-form input[type="text"],.skin-black .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-black .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-black .sidebar-form input[type="text"]:focus,.skin-black .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-black .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-black .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.skin-black-light .main-header{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.skin-black-light .main-header .navbar-toggle{color:#333}.skin-black-light .main-header .navbar-brand{color:#333;border-right:1px solid #eee}.skin-black-light .main-header>.navbar{background-color:#fff}.skin-black-light .main-header>.navbar .nav>li>a{color:#333}.skin-black-light .main-header>.navbar .nav>li>a:hover,.skin-black-light .main-header>.navbar .nav>li>a:active,.skin-black-light .main-header>.navbar .nav>li>a:focus,.skin-black-light .main-header>.navbar .nav .open>a,.skin-black-light .main-header>.navbar .nav .open>a:hover,.skin-black-light .main-header>.navbar .nav .open>a:focus,.skin-black-light .main-header>.navbar .nav>.active>a{background:#fff;color:#999}.skin-black-light .main-header>.navbar .sidebar-toggle{color:#333}.skin-black-light .main-header>.navbar .sidebar-toggle:hover{color:#999;background:#fff}.skin-black-light .main-header>.navbar>.sidebar-toggle{color:#333;border-right:1px solid #eee}.skin-black-light .main-header>.navbar .navbar-nav>li>a{border-right:1px solid #eee}.skin-black-light .main-header>.navbar .navbar-custom-menu .navbar-nav>li>a,.skin-black-light .main-header>.navbar .navbar-right>li>a{border-left:1px solid #eee;border-right-width:0}.skin-black-light .main-header>.logo{background-color:#fff;color:#333;border-bottom:0 solid transparent;border-right:1px solid #eee}.skin-black-light .main-header>.logo:hover{background-color:#fcfcfc}@media (max-width:767px){.skin-black-light .main-header>.logo{background-color:#222;color:#fff;border-bottom:0 solid transparent;border-right:none}.skin-black-light .main-header>.logo:hover{background-color:#1f1f1f}}.skin-black-light .main-header li.user-header{background-color:#222}.skin-black-light .content-header{background:transparent;box-shadow:none}.skin-black-light .wrapper,.skin-black-light .main-sidebar,.skin-black-light .left-side{background-color:#f9fafc}.skin-black-light .content-wrapper,.skin-black-light .main-footer{border-left:1px solid #d2d6de}.skin-black-light .user-panel>.info,.skin-black-light .user-panel>.info>a{color:#444}.skin-black-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-black-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-black-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-black-light .sidebar-menu>li:hover>a,.skin-black-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-black-light .sidebar-menu>li.active{border-left-color:#fff}.skin-black-light .sidebar-menu>li.active>a{font-weight:600}.skin-black-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-black-light .sidebar a{color:#444}.skin-black-light .sidebar a:hover{text-decoration:none}.skin-black-light .treeview-menu>li>a{color:#777}.skin-black-light .treeview-menu>li.active>a,.skin-black-light .treeview-menu>li>a:hover{color:#000}.skin-black-light .treeview-menu>li.active>a{font-weight:600}.skin-black-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-black-light .sidebar-form input[type="text"],.skin-black-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-black-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-black-light .sidebar-form input[type="text"]:focus,.skin-black-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-black-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-black-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-black-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}.skin-green .main-header .navbar{background-color:#00a65a}.skin-green .main-header .navbar .nav>li>a{color:#fff}.skin-green .main-header .navbar .nav>li>a:hover,.skin-green .main-header .navbar .nav>li>a:active,.skin-green .main-header .navbar .nav>li>a:focus,.skin-green .main-header .navbar .nav .open>a,.skin-green .main-header .navbar .nav .open>a:hover,.skin-green .main-header .navbar .nav .open>a:focus,.skin-green .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-green .main-header .navbar .sidebar-toggle{color:#fff}.skin-green .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-green .main-header .navbar .sidebar-toggle{color:#fff}.skin-green .main-header .navbar .sidebar-toggle:hover{background-color:#008d4c}@media (max-width:767px){.skin-green .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-green .main-header .navbar .dropdown-menu li a{color:#fff}.skin-green .main-header .navbar .dropdown-menu li a:hover{background:#008d4c}}.skin-green .main-header .logo{background-color:#008d4c;color:#fff;border-bottom:0 solid transparent}.skin-green .main-header .logo:hover{background-color:#008749}.skin-green .main-header li.user-header{background-color:#00a65a}.skin-green .content-header{background:transparent}.skin-green .wrapper,.skin-green .main-sidebar,.skin-green .left-side{background-color:#222d32}.skin-green .user-panel>.info,.skin-green .user-panel>.info>a{color:#fff}.skin-green .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-green .sidebar-menu>li>a{border-left:3px solid transparent}.skin-green .sidebar-menu>li:hover>a,.skin-green .sidebar-menu>li.active>a{color:#fff;background:#1e282c;border-left-color:#00a65a}.skin-green .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-green .sidebar a{color:#b8c7ce}.skin-green .sidebar a:hover{text-decoration:none}.skin-green .treeview-menu>li>a{color:#8aa4af}.skin-green .treeview-menu>li.active>a,.skin-green .treeview-menu>li>a:hover{color:#fff}.skin-green .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-green .sidebar-form input[type="text"],.skin-green .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-green .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-green .sidebar-form input[type="text"]:focus,.skin-green .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-green .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-green .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.skin-green-light .main-header .navbar{background-color:#00a65a}.skin-green-light .main-header .navbar .nav>li>a{color:#fff}.skin-green-light .main-header .navbar .nav>li>a:hover,.skin-green-light .main-header .navbar .nav>li>a:active,.skin-green-light .main-header .navbar .nav>li>a:focus,.skin-green-light .main-header .navbar .nav .open>a,.skin-green-light .main-header .navbar .nav .open>a:hover,.skin-green-light .main-header .navbar .nav .open>a:focus,.skin-green-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-green-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-green-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-green-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-green-light .main-header .navbar .sidebar-toggle:hover{background-color:#008d4c}@media (max-width:767px){.skin-green-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-green-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-green-light .main-header .navbar .dropdown-menu li a:hover{background:#008d4c}}.skin-green-light .main-header .logo{background-color:#00a65a;color:#fff;border-bottom:0 solid transparent}.skin-green-light .main-header .logo:hover{background-color:#00a157}.skin-green-light .main-header li.user-header{background-color:#00a65a}.skin-green-light .content-header{background:transparent}.skin-green-light .wrapper,.skin-green-light .main-sidebar,.skin-green-light .left-side{background-color:#f9fafc}.skin-green-light .content-wrapper,.skin-green-light .main-footer{border-left:1px solid #d2d6de}.skin-green-light .user-panel>.info,.skin-green-light .user-panel>.info>a{color:#444}.skin-green-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-green-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-green-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-green-light .sidebar-menu>li:hover>a,.skin-green-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-green-light .sidebar-menu>li.active{border-left-color:#00a65a}.skin-green-light .sidebar-menu>li.active>a{font-weight:600}.skin-green-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-green-light .sidebar a{color:#444}.skin-green-light .sidebar a:hover{text-decoration:none}.skin-green-light .treeview-menu>li>a{color:#777}.skin-green-light .treeview-menu>li.active>a,.skin-green-light .treeview-menu>li>a:hover{color:#000}.skin-green-light .treeview-menu>li.active>a{font-weight:600}.skin-green-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-green-light .sidebar-form input[type="text"],.skin-green-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-green-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-green-light .sidebar-form input[type="text"]:focus,.skin-green-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-green-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-green-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-green-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}.skin-red .main-header .navbar{background-color:#dd4b39}.skin-red .main-header .navbar .nav>li>a{color:#fff}.skin-red .main-header .navbar .nav>li>a:hover,.skin-red .main-header .navbar .nav>li>a:active,.skin-red .main-header .navbar .nav>li>a:focus,.skin-red .main-header .navbar .nav .open>a,.skin-red .main-header .navbar .nav .open>a:hover,.skin-red .main-header .navbar .nav .open>a:focus,.skin-red .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-red .main-header .navbar .sidebar-toggle{color:#fff}.skin-red .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-red .main-header .navbar .sidebar-toggle{color:#fff}.skin-red .main-header .navbar .sidebar-toggle:hover{background-color:#d73925}@media (max-width:767px){.skin-red .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-red .main-header .navbar .dropdown-menu li a{color:#fff}.skin-red .main-header .navbar .dropdown-menu li a:hover{background:#d73925}}.skin-red .main-header .logo{background-color:#d73925;color:#fff;border-bottom:0 solid transparent}.skin-red .main-header .logo:hover{background-color:#d33724}.skin-red .main-header li.user-header{background-color:#dd4b39}.skin-red .content-header{background:transparent}.skin-red .wrapper,.skin-red .main-sidebar,.skin-red .left-side{background-color:#222d32}.skin-red .user-panel>.info,.skin-red .user-panel>.info>a{color:#fff}.skin-red .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-red .sidebar-menu>li>a{border-left:3px solid transparent}.skin-red .sidebar-menu>li:hover>a,.skin-red .sidebar-menu>li.active>a{color:#fff;background:#1e282c;border-left-color:#dd4b39}.skin-red .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-red .sidebar a{color:#b8c7ce}.skin-red .sidebar a:hover{text-decoration:none}.skin-red .treeview-menu>li>a{color:#8aa4af}.skin-red .treeview-menu>li.active>a,.skin-red .treeview-menu>li>a:hover{color:#fff}.skin-red .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-red .sidebar-form input[type="text"],.skin-red .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-red .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-red .sidebar-form input[type="text"]:focus,.skin-red .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-red .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-red .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.skin-red-light .main-header .navbar{background-color:#dd4b39}.skin-red-light .main-header .navbar .nav>li>a{color:#fff}.skin-red-light .main-header .navbar .nav>li>a:hover,.skin-red-light .main-header .navbar .nav>li>a:active,.skin-red-light .main-header .navbar .nav>li>a:focus,.skin-red-light .main-header .navbar .nav .open>a,.skin-red-light .main-header .navbar .nav .open>a:hover,.skin-red-light .main-header .navbar .nav .open>a:focus,.skin-red-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-red-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-red-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-red-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-red-light .main-header .navbar .sidebar-toggle:hover{background-color:#d73925}@media (max-width:767px){.skin-red-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-red-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-red-light .main-header .navbar .dropdown-menu li a:hover{background:#d73925}}.skin-red-light .main-header .logo{background-color:#dd4b39;color:#fff;border-bottom:0 solid transparent}.skin-red-light .main-header .logo:hover{background-color:#dc4735}.skin-red-light .main-header li.user-header{background-color:#dd4b39}.skin-red-light .content-header{background:transparent}.skin-red-light .wrapper,.skin-red-light .main-sidebar,.skin-red-light .left-side{background-color:#f9fafc}.skin-red-light .content-wrapper,.skin-red-light .main-footer{border-left:1px solid #d2d6de}.skin-red-light .user-panel>.info,.skin-red-light .user-panel>.info>a{color:#444}.skin-red-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-red-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-red-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-red-light .sidebar-menu>li:hover>a,.skin-red-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-red-light .sidebar-menu>li.active{border-left-color:#dd4b39}.skin-red-light .sidebar-menu>li.active>a{font-weight:600}.skin-red-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-red-light .sidebar a{color:#444}.skin-red-light .sidebar a:hover{text-decoration:none}.skin-red-light .treeview-menu>li>a{color:#777}.skin-red-light .treeview-menu>li.active>a,.skin-red-light .treeview-menu>li>a:hover{color:#000}.skin-red-light .treeview-menu>li.active>a{font-weight:600}.skin-red-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-red-light .sidebar-form input[type="text"],.skin-red-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-red-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-red-light .sidebar-form input[type="text"]:focus,.skin-red-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-red-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-red-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-red-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}.skin-yellow .main-header .navbar{background-color:#f39c12}.skin-yellow .main-header .navbar .nav>li>a{color:#fff}.skin-yellow .main-header .navbar .nav>li>a:hover,.skin-yellow .main-header .navbar .nav>li>a:active,.skin-yellow .main-header .navbar .nav>li>a:focus,.skin-yellow .main-header .navbar .nav .open>a,.skin-yellow .main-header .navbar .nav .open>a:hover,.skin-yellow .main-header .navbar .nav .open>a:focus,.skin-yellow .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-yellow .main-header .navbar .sidebar-toggle{color:#fff}.skin-yellow .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-yellow .main-header .navbar .sidebar-toggle{color:#fff}.skin-yellow .main-header .navbar .sidebar-toggle:hover{background-color:#e08e0b}@media (max-width:767px){.skin-yellow .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-yellow .main-header .navbar .dropdown-menu li a{color:#fff}.skin-yellow .main-header .navbar .dropdown-menu li a:hover{background:#e08e0b}}.skin-yellow .main-header .logo{background-color:#e08e0b;color:#fff;border-bottom:0 solid transparent}.skin-yellow .main-header .logo:hover{background-color:#db8b0b}.skin-yellow .main-header li.user-header{background-color:#f39c12}.skin-yellow .content-header{background:transparent}.skin-yellow .wrapper,.skin-yellow .main-sidebar,.skin-yellow .left-side{background-color:#222d32}.skin-yellow .user-panel>.info,.skin-yellow .user-panel>.info>a{color:#fff}.skin-yellow .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-yellow .sidebar-menu>li>a{border-left:3px solid transparent}.skin-yellow .sidebar-menu>li:hover>a,.skin-yellow .sidebar-menu>li.active>a{color:#fff;background:#1e282c;border-left-color:#f39c12}.skin-yellow .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-yellow .sidebar a{color:#b8c7ce}.skin-yellow .sidebar a:hover{text-decoration:none}.skin-yellow .treeview-menu>li>a{color:#8aa4af}.skin-yellow .treeview-menu>li.active>a,.skin-yellow .treeview-menu>li>a:hover{color:#fff}.skin-yellow .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-yellow .sidebar-form input[type="text"],.skin-yellow .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-yellow .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-yellow .sidebar-form input[type="text"]:focus,.skin-yellow .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-yellow .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-yellow .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.skin-yellow-light .main-header .navbar{background-color:#f39c12}.skin-yellow-light .main-header .navbar .nav>li>a{color:#fff}.skin-yellow-light .main-header .navbar .nav>li>a:hover,.skin-yellow-light .main-header .navbar .nav>li>a:active,.skin-yellow-light .main-header .navbar .nav>li>a:focus,.skin-yellow-light .main-header .navbar .nav .open>a,.skin-yellow-light .main-header .navbar .nav .open>a:hover,.skin-yellow-light .main-header .navbar .nav .open>a:focus,.skin-yellow-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-yellow-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-yellow-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-yellow-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-yellow-light .main-header .navbar .sidebar-toggle:hover{background-color:#e08e0b}@media (max-width:767px){.skin-yellow-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-yellow-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-yellow-light .main-header .navbar .dropdown-menu li a:hover{background:#e08e0b}}.skin-yellow-light .main-header .logo{background-color:#f39c12;color:#fff;border-bottom:0 solid transparent}.skin-yellow-light .main-header .logo:hover{background-color:#f39a0d}.skin-yellow-light .main-header li.user-header{background-color:#f39c12}.skin-yellow-light .content-header{background:transparent}.skin-yellow-light .wrapper,.skin-yellow-light .main-sidebar,.skin-yellow-light .left-side{background-color:#f9fafc}.skin-yellow-light .content-wrapper,.skin-yellow-light .main-footer{border-left:1px solid #d2d6de}.skin-yellow-light .user-panel>.info,.skin-yellow-light .user-panel>.info>a{color:#444}.skin-yellow-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-yellow-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-yellow-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-yellow-light .sidebar-menu>li:hover>a,.skin-yellow-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-yellow-light .sidebar-menu>li.active{border-left-color:#f39c12}.skin-yellow-light .sidebar-menu>li.active>a{font-weight:600}.skin-yellow-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-yellow-light .sidebar a{color:#444}.skin-yellow-light .sidebar a:hover{text-decoration:none}.skin-yellow-light .treeview-menu>li>a{color:#777}.skin-yellow-light .treeview-menu>li.active>a,.skin-yellow-light .treeview-menu>li>a:hover{color:#000}.skin-yellow-light .treeview-menu>li.active>a{font-weight:600}.skin-yellow-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-yellow-light .sidebar-form input[type="text"],.skin-yellow-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-yellow-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-yellow-light .sidebar-form input[type="text"]:focus,.skin-yellow-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-yellow-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-yellow-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-yellow-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}.skin-purple .main-header .navbar{background-color:#605ca8}.skin-purple .main-header .navbar .nav>li>a{color:#fff}.skin-purple .main-header .navbar .nav>li>a:hover,.skin-purple .main-header .navbar .nav>li>a:active,.skin-purple .main-header .navbar .nav>li>a:focus,.skin-purple .main-header .navbar .nav .open>a,.skin-purple .main-header .navbar .nav .open>a:hover,.skin-purple .main-header .navbar .nav .open>a:focus,.skin-purple .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-purple .main-header .navbar .sidebar-toggle{color:#fff}.skin-purple .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-purple .main-header .navbar .sidebar-toggle{color:#fff}.skin-purple .main-header .navbar .sidebar-toggle:hover{background-color:#555299}@media (max-width:767px){.skin-purple .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-purple .main-header .navbar .dropdown-menu li a{color:#fff}.skin-purple .main-header .navbar .dropdown-menu li a:hover{background:#555299}}.skin-purple .main-header .logo{background-color:#555299;color:#fff;border-bottom:0 solid transparent}.skin-purple .main-header .logo:hover{background-color:#545096}.skin-purple .main-header li.user-header{background-color:#605ca8}.skin-purple .content-header{background:transparent}.skin-purple .wrapper,.skin-purple .main-sidebar,.skin-purple .left-side{background-color:#222d32}.skin-purple .user-panel>.info,.skin-purple .user-panel>.info>a{color:#fff}.skin-purple .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-purple .sidebar-menu>li>a{border-left:3px solid transparent}.skin-purple .sidebar-menu>li:hover>a,.skin-purple .sidebar-menu>li.active>a{color:#fff;background:#1e282c;border-left-color:#605ca8}.skin-purple .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-purple .sidebar a{color:#b8c7ce}.skin-purple .sidebar a:hover{text-decoration:none}.skin-purple .treeview-menu>li>a{color:#8aa4af}.skin-purple .treeview-menu>li.active>a,.skin-purple .treeview-menu>li>a:hover{color:#fff}.skin-purple .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-purple .sidebar-form input[type="text"],.skin-purple .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-purple .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-purple .sidebar-form input[type="text"]:focus,.skin-purple .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-purple .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-purple .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.skin-purple-light .main-header .navbar{background-color:#605ca8}.skin-purple-light .main-header .navbar .nav>li>a{color:#fff}.skin-purple-light .main-header .navbar .nav>li>a:hover,.skin-purple-light .main-header .navbar .nav>li>a:active,.skin-purple-light .main-header .navbar .nav>li>a:focus,.skin-purple-light .main-header .navbar .nav .open>a,.skin-purple-light .main-header .navbar .nav .open>a:hover,.skin-purple-light .main-header .navbar .nav .open>a:focus,.skin-purple-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-purple-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-purple-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-purple-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-purple-light .main-header .navbar .sidebar-toggle:hover{background-color:#555299}@media (max-width:767px){.skin-purple-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-purple-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-purple-light .main-header .navbar .dropdown-menu li a:hover{background:#555299}}.skin-purple-light .main-header .logo{background-color:#605ca8;color:#fff;border-bottom:0 solid transparent}.skin-purple-light .main-header .logo:hover{background-color:#5d59a6}.skin-purple-light .main-header li.user-header{background-color:#605ca8}.skin-purple-light .content-header{background:transparent}.skin-purple-light .wrapper,.skin-purple-light .main-sidebar,.skin-purple-light .left-side{background-color:#f9fafc}.skin-purple-light .content-wrapper,.skin-purple-light .main-footer{border-left:1px solid #d2d6de}.skin-purple-light .user-panel>.info,.skin-purple-light .user-panel>.info>a{color:#444}.skin-purple-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-purple-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-purple-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-purple-light .sidebar-menu>li:hover>a,.skin-purple-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-purple-light .sidebar-menu>li.active{border-left-color:#605ca8}.skin-purple-light .sidebar-menu>li.active>a{font-weight:600}.skin-purple-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-purple-light .sidebar a{color:#444}.skin-purple-light .sidebar a:hover{text-decoration:none}.skin-purple-light .treeview-menu>li>a{color:#777}.skin-purple-light .treeview-menu>li.active>a,.skin-purple-light .treeview-menu>li>a:hover{color:#000}.skin-purple-light .treeview-menu>li.active>a{font-weight:600}.skin-purple-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-purple-light .sidebar-form input[type="text"],.skin-purple-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-purple-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-purple-light .sidebar-form input[type="text"]:focus,.skin-purple-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-purple-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-purple-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-purple-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}
\ No newline at end of file
+.skin-blue .main-header .navbar {
+  background-color: #3c8dbc
+}
+
+.skin-blue .main-header .navbar .nav > li > a {
+  color: #fff
+}
+
+.skin-blue .main-header .navbar .nav > li > a:hover, .skin-blue .main-header .navbar .nav > li > a:active, .skin-blue .main-header .navbar .nav > li > a:focus, .skin-blue .main-header .navbar .nav .open > a, .skin-blue .main-header .navbar .nav .open > a:hover, .skin-blue .main-header .navbar .nav .open > a:focus, .skin-blue .main-header .navbar .nav > .active > a {
+  background: rgba(0, 0, 0, 0.1);
+  color: #f6f6f6
+}
+
+.skin-blue .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-blue .main-header .navbar .sidebar-toggle:hover {
+  color: #f6f6f6;
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.skin-blue .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-blue .main-header .navbar .sidebar-toggle:hover {
+  background-color: #367fa9
+}
+
+@media (max-width: 767px) {
+  .skin-blue .main-header .navbar .dropdown-menu li.divider {
+    background-color: rgba(255, 255, 255, 0.1)
+  }
+
+  .skin-blue .main-header .navbar .dropdown-menu li a {
+    color: #fff
+  }
+
+  .skin-blue .main-header .navbar .dropdown-menu li a:hover {
+    background: #367fa9
+  }
+}
+
+.skin-blue .main-header .logo {
+  background-color: #367fa9;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-blue .main-header .logo:hover {
+  background-color: #357ca5
+}
+
+.skin-blue .main-header li.user-header {
+  background-color: #3c8dbc
+}
+
+.skin-blue .content-header {
+  background: transparent
+}
+
+.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
+  background-color: #222d32
+}
+
+.skin-blue .user-panel > .info, .skin-blue .user-panel > .info > a {
+  color: #fff
+}
+
+.skin-blue .sidebar-menu > li.header {
+  color: #4b646f;
+  background: #1a2226
+}
+
+.skin-blue .sidebar-menu > li > a {
+  border-left: 3px solid transparent
+}
+
+.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
+  color: #fff;
+  background: #1e282c;
+  border-left-color: #3c8dbc
+}
+
+.skin-blue .sidebar-menu > li > .treeview-menu {
+  margin: 0 1px;
+  background: #2c3b41
+}
+
+.skin-blue .sidebar a {
+  color: #b8c7ce
+}
+
+.skin-blue .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-blue .treeview-menu > li > a {
+  color: #8aa4af
+}
+
+.skin-blue .treeview-menu > li.active > a, .skin-blue .treeview-menu > li > a:hover {
+  color: #fff
+}
+
+.skin-blue .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #374850;
+  margin: 10px 10px
+}
+
+.skin-blue .sidebar-form input[type="text"], .skin-blue .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #374850;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-blue .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-blue .sidebar-form input[type="text"]:focus, .skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-blue .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
+
+.skin-blue.layout-top-nav .main-header > .logo {
+  background-color: #3c8dbc;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-blue.layout-top-nav .main-header > .logo:hover {
+  background-color: #3b8ab8
+}
+
+.skin-blue-light .main-header .navbar {
+  background-color: #3c8dbc
+}
+
+.skin-blue-light .main-header .navbar .nav > li > a {
+  color: #fff
+}
+
+.skin-blue-light .main-header .navbar .nav > li > a:hover, .skin-blue-light .main-header .navbar .nav > li > a:active, .skin-blue-light .main-header .navbar .nav > li > a:focus, .skin-blue-light .main-header .navbar .nav .open > a, .skin-blue-light .main-header .navbar .nav .open > a:hover, .skin-blue-light .main-header .navbar .nav .open > a:focus, .skin-blue-light .main-header .navbar .nav > .active > a {
+  background: rgba(0, 0, 0, 0.1);
+  color: #f6f6f6
+}
+
+.skin-blue-light .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
+  color: #f6f6f6;
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.skin-blue-light .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
+  background-color: #367fa9
+}
+
+@media (max-width: 767px) {
+  .skin-blue-light .main-header .navbar .dropdown-menu li.divider {
+    background-color: rgba(255, 255, 255, 0.1)
+  }
+
+  .skin-blue-light .main-header .navbar .dropdown-menu li a {
+    color: #fff
+  }
+
+  .skin-blue-light .main-header .navbar .dropdown-menu li a:hover {
+    background: #367fa9
+  }
+}
+
+.skin-blue-light .main-header .logo {
+  background-color: #3c8dbc;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-blue-light .main-header .logo:hover {
+  background-color: #3b8ab8
+}
+
+.skin-blue-light .main-header li.user-header {
+  background-color: #3c8dbc
+}
+
+.skin-blue-light .content-header {
+  background: transparent
+}
+
+.skin-blue-light .wrapper, .skin-blue-light .main-sidebar, .skin-blue-light .left-side {
+  background-color: #f9fafc
+}
+
+.skin-blue-light .content-wrapper, .skin-blue-light .main-footer {
+  border-left: 1px solid #d2d6de
+}
+
+.skin-blue-light .user-panel > .info, .skin-blue-light .user-panel > .info > a {
+  color: #444
+}
+
+.skin-blue-light .sidebar-menu > li {
+  -webkit-transition: border-left-color .3s ease;
+  -o-transition: border-left-color .3s ease;
+  transition: border-left-color .3s ease
+}
+
+.skin-blue-light .sidebar-menu > li.header {
+  color: #848484;
+  background: #f9fafc
+}
+
+.skin-blue-light .sidebar-menu > li > a {
+  border-left: 3px solid transparent;
+  font-weight: 600
+}
+
+.skin-blue-light .sidebar-menu > li:hover > a, .skin-blue-light .sidebar-menu > li.active > a {
+  color: #000;
+  background: #f4f4f5
+}
+
+.skin-blue-light .sidebar-menu > li.active {
+  border-left-color: #3c8dbc
+}
+
+.skin-blue-light .sidebar-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-blue-light .sidebar-menu > li > .treeview-menu {
+  background: #f4f4f5
+}
+
+.skin-blue-light .sidebar a {
+  color: #444
+}
+
+.skin-blue-light .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-blue-light .treeview-menu > li > a {
+  color: #777
+}
+
+.skin-blue-light .treeview-menu > li.active > a, .skin-blue-light .treeview-menu > li > a:hover {
+  color: #000
+}
+
+.skin-blue-light .treeview-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-blue-light .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #d2d6de;
+  margin: 10px 10px
+}
+
+.skin-blue-light .sidebar-form input[type="text"], .skin-blue-light .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #fff;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-blue-light .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-blue-light .sidebar-form input[type="text"]:focus, .skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-blue-light .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
+
+@media (min-width: 768px) {
+  .skin-blue-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
+    border-left: 1px solid #d2d6de
+  }
+}
+
+.skin-blue-light .main-footer {
+  border-top-color: #d2d6de
+}
+
+.skin-blue.layout-top-nav .main-header > .logo {
+  background-color: #3c8dbc;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-blue.layout-top-nav .main-header > .logo:hover {
+  background-color: #3b8ab8
+}
+
+.skin-black .main-header {
+  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
+  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
+}
+
+.skin-black .main-header .navbar-toggle {
+  color: #333
+}
+
+.skin-black .main-header .navbar-brand {
+  color: #333;
+  border-right: 1px solid #eee
+}
+
+.skin-black .main-header > .navbar {
+  background-color: #fff
+}
+
+.skin-black .main-header > .navbar .nav > li > a {
+  color: #333
+}
+
+.skin-black .main-header > .navbar .nav > li > a:hover, .skin-black .main-header > .navbar .nav > li > a:active, .skin-black .main-header > .navbar .nav > li > a:focus, .skin-black .main-header > .navbar .nav .open > a, .skin-black .main-header > .navbar .nav .open > a:hover, .skin-black .main-header > .navbar .nav .open > a:focus, .skin-black .main-header > .navbar .nav > .active > a {
+  background: #fff;
+  color: #999
+}
+
+.skin-black .main-header > .navbar .sidebar-toggle {
+  color: #333
+}
+
+.skin-black .main-header > .navbar .sidebar-toggle:hover {
+  color: #999;
+  background: #fff
+}
+
+.skin-black .main-header > .navbar > .sidebar-toggle {
+  color: #333;
+  border-right: 1px solid #eee
+}
+
+.skin-black .main-header > .navbar .navbar-nav > li > a {
+  border-right: 1px solid #eee
+}
+
+.skin-black .main-header > .navbar .navbar-custom-menu .navbar-nav > li > a, .skin-black .main-header > .navbar .navbar-right > li > a {
+  border-left: 1px solid #eee;
+  border-right-width: 0
+}
+
+.skin-black .main-header > .logo {
+  background-color: #fff;
+  color: #333;
+  border-bottom: 0 solid transparent;
+  border-right: 1px solid #eee
+}
+
+.skin-black .main-header > .logo:hover {
+  background-color: #fcfcfc
+}
+
+@media (max-width: 767px) {
+  .skin-black .main-header > .logo {
+    background-color: #222;
+    color: #fff;
+    border-bottom: 0 solid transparent;
+    border-right: none
+  }
+
+  .skin-black .main-header > .logo:hover {
+    background-color: #1f1f1f
+  }
+}
+
+.skin-black .main-header li.user-header {
+  background-color: #222
+}
+
+.skin-black .content-header {
+  background: transparent;
+  box-shadow: none
+}
+
+.skin-black .wrapper, .skin-black .main-sidebar, .skin-black .left-side {
+  background-color: #222d32
+}
+
+.skin-black .user-panel > .info, .skin-black .user-panel > .info > a {
+  color: #fff
+}
+
+.skin-black .sidebar-menu > li.header {
+  color: #4b646f;
+  background: #1a2226
+}
+
+.skin-black .sidebar-menu > li > a {
+  border-left: 3px solid transparent
+}
+
+.skin-black .sidebar-menu > li:hover > a, .skin-black .sidebar-menu > li.active > a {
+  color: #fff;
+  background: #1e282c;
+  border-left-color: #fff
+}
+
+.skin-black .sidebar-menu > li > .treeview-menu {
+  margin: 0 1px;
+  background: #2c3b41
+}
+
+.skin-black .sidebar a {
+  color: #b8c7ce
+}
+
+.skin-black .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-black .treeview-menu > li > a {
+  color: #8aa4af
+}
+
+.skin-black .treeview-menu > li.active > a, .skin-black .treeview-menu > li > a:hover {
+  color: #fff
+}
+
+.skin-black .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #374850;
+  margin: 10px 10px
+}
+
+.skin-black .sidebar-form input[type="text"], .skin-black .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #374850;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-black .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-black .sidebar-form input[type="text"]:focus, .skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-black .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
+
+.skin-black-light .main-header {
+  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
+  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
+}
+
+.skin-black-light .main-header .navbar-toggle {
+  color: #333
+}
+
+.skin-black-light .main-header .navbar-brand {
+  color: #333;
+  border-right: 1px solid #eee
+}
+
+.skin-black-light .main-header > .navbar {
+  background-color: #fff
+}
+
+.skin-black-light .main-header > .navbar .nav > li > a {
+  color: #333
+}
+
+.skin-black-light .main-header > .navbar .nav > li > a:hover, .skin-black-light .main-header > .navbar .nav > li > a:active, .skin-black-light .main-header > .navbar .nav > li > a:focus, .skin-black-light .main-header > .navbar .nav .open > a, .skin-black-light .main-header > .navbar .nav .open > a:hover, .skin-black-light .main-header > .navbar .nav .open > a:focus, .skin-black-light .main-header > .navbar .nav > .active > a {
+  background: #fff;
+  color: #999
+}
+
+.skin-black-light .main-header > .navbar .sidebar-toggle {
+  color: #333
+}
+
+.skin-black-light .main-header > .navbar .sidebar-toggle:hover {
+  color: #999;
+  background: #fff
+}
+
+.skin-black-light .main-header > .navbar > .sidebar-toggle {
+  color: #333;
+  border-right: 1px solid #eee
+}
+
+.skin-black-light .main-header > .navbar .navbar-nav > li > a {
+  border-right: 1px solid #eee
+}
+
+.skin-black-light .main-header > .navbar .navbar-custom-menu .navbar-nav > li > a, .skin-black-light .main-header > .navbar .navbar-right > li > a {
+  border-left: 1px solid #eee;
+  border-right-width: 0
+}
+
+.skin-black-light .main-header > .logo {
+  background-color: #fff;
+  color: #333;
+  border-bottom: 0 solid transparent;
+  border-right: 1px solid #eee
+}
+
+.skin-black-light .main-header > .logo:hover {
+  background-color: #fcfcfc
+}
+
+@media (max-width: 767px) {
+  .skin-black-light .main-header > .logo {
+    background-color: #222;
+    color: #fff;
+    border-bottom: 0 solid transparent;
+    border-right: none
+  }
+
+  .skin-black-light .main-header > .logo:hover {
+    background-color: #1f1f1f
+  }
+}
+
+.skin-black-light .main-header li.user-header {
+  background-color: #222
+}
+
+.skin-black-light .content-header {
+  background: transparent;
+  box-shadow: none
+}
+
+.skin-black-light .wrapper, .skin-black-light .main-sidebar, .skin-black-light .left-side {
+  background-color: #f9fafc
+}
+
+.skin-black-light .content-wrapper, .skin-black-light .main-footer {
+  border-left: 1px solid #d2d6de
+}
+
+.skin-black-light .user-panel > .info, .skin-black-light .user-panel > .info > a {
+  color: #444
+}
+
+.skin-black-light .sidebar-menu > li {
+  -webkit-transition: border-left-color .3s ease;
+  -o-transition: border-left-color .3s ease;
+  transition: border-left-color .3s ease
+}
+
+.skin-black-light .sidebar-menu > li.header {
+  color: #848484;
+  background: #f9fafc
+}
+
+.skin-black-light .sidebar-menu > li > a {
+  border-left: 3px solid transparent;
+  font-weight: 600
+}
+
+.skin-black-light .sidebar-menu > li:hover > a, .skin-black-light .sidebar-menu > li.active > a {
+  color: #000;
+  background: #f4f4f5
+}
+
+.skin-black-light .sidebar-menu > li.active {
+  border-left-color: #fff
+}
+
+.skin-black-light .sidebar-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-black-light .sidebar-menu > li > .treeview-menu {
+  background: #f4f4f5
+}
+
+.skin-black-light .sidebar a {
+  color: #444
+}
+
+.skin-black-light .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-black-light .treeview-menu > li > a {
+  color: #777
+}
+
+.skin-black-light .treeview-menu > li.active > a, .skin-black-light .treeview-menu > li > a:hover {
+  color: #000
+}
+
+.skin-black-light .treeview-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-black-light .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #d2d6de;
+  margin: 10px 10px
+}
+
+.skin-black-light .sidebar-form input[type="text"], .skin-black-light .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #fff;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-black-light .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-black-light .sidebar-form input[type="text"]:focus, .skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-black-light .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
+
+@media (min-width: 768px) {
+  .skin-black-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
+    border-left: 1px solid #d2d6de
+  }
+}
+
+.skin-green .main-header .navbar {
+  background-color: #00a65a
+}
+
+.skin-green .main-header .navbar .nav > li > a {
+  color: #fff
+}
+
+.skin-green .main-header .navbar .nav > li > a:hover, .skin-green .main-header .navbar .nav > li > a:active, .skin-green .main-header .navbar .nav > li > a:focus, .skin-green .main-header .navbar .nav .open > a, .skin-green .main-header .navbar .nav .open > a:hover, .skin-green .main-header .navbar .nav .open > a:focus, .skin-green .main-header .navbar .nav > .active > a {
+  background: rgba(0, 0, 0, 0.1);
+  color: #f6f6f6
+}
+
+.skin-green .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-green .main-header .navbar .sidebar-toggle:hover {
+  color: #f6f6f6;
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.skin-green .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-green .main-header .navbar .sidebar-toggle:hover {
+  background-color: #008d4c
+}
+
+@media (max-width: 767px) {
+  .skin-green .main-header .navbar .dropdown-menu li.divider {
+    background-color: rgba(255, 255, 255, 0.1)
+  }
+
+  .skin-green .main-header .navbar .dropdown-menu li a {
+    color: #fff
+  }
+
+  .skin-green .main-header .navbar .dropdown-menu li a:hover {
+    background: #008d4c
+  }
+}
+
+.skin-green .main-header .logo {
+  background-color: #008d4c;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-green .main-header .logo:hover {
+  background-color: #008749
+}
+
+.skin-green .main-header li.user-header {
+  background-color: #00a65a
+}
+
+.skin-green .content-header {
+  background: transparent
+}
+
+.skin-green .wrapper, .skin-green .main-sidebar, .skin-green .left-side {
+  background-color: #222d32
+}
+
+.skin-green .user-panel > .info, .skin-green .user-panel > .info > a {
+  color: #fff
+}
+
+.skin-green .sidebar-menu > li.header {
+  color: #4b646f;
+  background: #1a2226
+}
+
+.skin-green .sidebar-menu > li > a {
+  border-left: 3px solid transparent
+}
+
+.skin-green .sidebar-menu > li:hover > a, .skin-green .sidebar-menu > li.active > a {
+  color: #fff;
+  background: #1e282c;
+  border-left-color: #00a65a
+}
+
+.skin-green .sidebar-menu > li > .treeview-menu {
+  margin: 0 1px;
+  background: #2c3b41
+}
+
+.skin-green .sidebar a {
+  color: #b8c7ce
+}
+
+.skin-green .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-green .treeview-menu > li > a {
+  color: #8aa4af
+}
+
+.skin-green .treeview-menu > li.active > a, .skin-green .treeview-menu > li > a:hover {
+  color: #fff
+}
+
+.skin-green .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #374850;
+  margin: 10px 10px
+}
+
+.skin-green .sidebar-form input[type="text"], .skin-green .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #374850;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-green .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-green .sidebar-form input[type="text"]:focus, .skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-green .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
+
+.skin-green-light .main-header .navbar {
+  background-color: #00a65a
+}
+
+.skin-green-light .main-header .navbar .nav > li > a {
+  color: #fff
+}
+
+.skin-green-light .main-header .navbar .nav > li > a:hover, .skin-green-light .main-header .navbar .nav > li > a:active, .skin-green-light .main-header .navbar .nav > li > a:focus, .skin-green-light .main-header .navbar .nav .open > a, .skin-green-light .main-header .navbar .nav .open > a:hover, .skin-green-light .main-header .navbar .nav .open > a:focus, .skin-green-light .main-header .navbar .nav > .active > a {
+  background: rgba(0, 0, 0, 0.1);
+  color: #f6f6f6
+}
+
+.skin-green-light .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-green-light .main-header .navbar .sidebar-toggle:hover {
+  color: #f6f6f6;
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.skin-green-light .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-green-light .main-header .navbar .sidebar-toggle:hover {
+  background-color: #008d4c
+}
+
+@media (max-width: 767px) {
+  .skin-green-light .main-header .navbar .dropdown-menu li.divider {
+    background-color: rgba(255, 255, 255, 0.1)
+  }
+
+  .skin-green-light .main-header .navbar .dropdown-menu li a {
+    color: #fff
+  }
+
+  .skin-green-light .main-header .navbar .dropdown-menu li a:hover {
+    background: #008d4c
+  }
+}
+
+.skin-green-light .main-header .logo {
+  background-color: #00a65a;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-green-light .main-header .logo:hover {
+  background-color: #00a157
+}
+
+.skin-green-light .main-header li.user-header {
+  background-color: #00a65a
+}
+
+.skin-green-light .content-header {
+  background: transparent
+}
+
+.skin-green-light .wrapper, .skin-green-light .main-sidebar, .skin-green-light .left-side {
+  background-color: #f9fafc
+}
+
+.skin-green-light .content-wrapper, .skin-green-light .main-footer {
+  border-left: 1px solid #d2d6de
+}
+
+.skin-green-light .user-panel > .info, .skin-green-light .user-panel > .info > a {
+  color: #444
+}
+
+.skin-green-light .sidebar-menu > li {
+  -webkit-transition: border-left-color .3s ease;
+  -o-transition: border-left-color .3s ease;
+  transition: border-left-color .3s ease
+}
+
+.skin-green-light .sidebar-menu > li.header {
+  color: #848484;
+  background: #f9fafc
+}
+
+.skin-green-light .sidebar-menu > li > a {
+  border-left: 3px solid transparent;
+  font-weight: 600
+}
+
+.skin-green-light .sidebar-menu > li:hover > a, .skin-green-light .sidebar-menu > li.active > a {
+  color: #000;
+  background: #f4f4f5
+}
+
+.skin-green-light .sidebar-menu > li.active {
+  border-left-color: #00a65a
+}
+
+.skin-green-light .sidebar-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-green-light .sidebar-menu > li > .treeview-menu {
+  background: #f4f4f5
+}
+
+.skin-green-light .sidebar a {
+  color: #444
+}
+
+.skin-green-light .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-green-light .treeview-menu > li > a {
+  color: #777
+}
+
+.skin-green-light .treeview-menu > li.active > a, .skin-green-light .treeview-menu > li > a:hover {
+  color: #000
+}
+
+.skin-green-light .treeview-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-green-light .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #d2d6de;
+  margin: 10px 10px
+}
+
+.skin-green-light .sidebar-form input[type="text"], .skin-green-light .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #fff;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-green-light .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-green-light .sidebar-form input[type="text"]:focus, .skin-green-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-green-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-green-light .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
+
+@media (min-width: 768px) {
+  .skin-green-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
+    border-left: 1px solid #d2d6de
+  }
+}
+
+.skin-red .main-header .navbar {
+  background-color: #dd4b39
+}
+
+.skin-red .main-header .navbar .nav > li > a {
+  color: #fff
+}
+
+.skin-red .main-header .navbar .nav > li > a:hover, .skin-red .main-header .navbar .nav > li > a:active, .skin-red .main-header .navbar .nav > li > a:focus, .skin-red .main-header .navbar .nav .open > a, .skin-red .main-header .navbar .nav .open > a:hover, .skin-red .main-header .navbar .nav .open > a:focus, .skin-red .main-header .navbar .nav > .active > a {
+  background: rgba(0, 0, 0, 0.1);
+  color: #f6f6f6
+}
+
+.skin-red .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-red .main-header .navbar .sidebar-toggle:hover {
+  color: #f6f6f6;
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.skin-red .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-red .main-header .navbar .sidebar-toggle:hover {
+  background-color: #d73925
+}
+
+@media (max-width: 767px) {
+  .skin-red .main-header .navbar .dropdown-menu li.divider {
+    background-color: rgba(255, 255, 255, 0.1)
+  }
+
+  .skin-red .main-header .navbar .dropdown-menu li a {
+    color: #fff
+  }
+
+  .skin-red .main-header .navbar .dropdown-menu li a:hover {
+    background: #d73925
+  }
+}
+
+.skin-red .main-header .logo {
+  background-color: #d73925;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-red .main-header .logo:hover {
+  background-color: #d33724
+}
+
+.skin-red .main-header li.user-header {
+  background-color: #dd4b39
+}
+
+.skin-red .content-header {
+  background: transparent
+}
+
+.skin-red .wrapper, .skin-red .main-sidebar, .skin-red .left-side {
+  background-color: #222d32
+}
+
+.skin-red .user-panel > .info, .skin-red .user-panel > .info > a {
+  color: #fff
+}
+
+.skin-red .sidebar-menu > li.header {
+  color: #4b646f;
+  background: #1a2226
+}
+
+.skin-red .sidebar-menu > li > a {
+  border-left: 3px solid transparent
+}
+
+.skin-red .sidebar-menu > li:hover > a, .skin-red .sidebar-menu > li.active > a {
+  color: #fff;
+  background: #1e282c;
+  border-left-color: #dd4b39
+}
+
+.skin-red .sidebar-menu > li > .treeview-menu {
+  margin: 0 1px;
+  background: #2c3b41
+}
+
+.skin-red .sidebar a {
+  color: #b8c7ce
+}
+
+.skin-red .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-red .treeview-menu > li > a {
+  color: #8aa4af
+}
+
+.skin-red .treeview-menu > li.active > a, .skin-red .treeview-menu > li > a:hover {
+  color: #fff
+}
+
+.skin-red .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #374850;
+  margin: 10px 10px
+}
+
+.skin-red .sidebar-form input[type="text"], .skin-red .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #374850;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-red .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-red .sidebar-form input[type="text"]:focus, .skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-red .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
+
+.skin-red-light .main-header .navbar {
+  background-color: #dd4b39
+}
+
+.skin-red-light .main-header .navbar .nav > li > a {
+  color: #fff
+}
+
+.skin-red-light .main-header .navbar .nav > li > a:hover, .skin-red-light .main-header .navbar .nav > li > a:active, .skin-red-light .main-header .navbar .nav > li > a:focus, .skin-red-light .main-header .navbar .nav .open > a, .skin-red-light .main-header .navbar .nav .open > a:hover, .skin-red-light .main-header .navbar .nav .open > a:focus, .skin-red-light .main-header .navbar .nav > .active > a {
+  background: rgba(0, 0, 0, 0.1);
+  color: #f6f6f6
+}
+
+.skin-red-light .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-red-light .main-header .navbar .sidebar-toggle:hover {
+  color: #f6f6f6;
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.skin-red-light .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-red-light .main-header .navbar .sidebar-toggle:hover {
+  background-color: #d73925
+}
+
+@media (max-width: 767px) {
+  .skin-red-light .main-header .navbar .dropdown-menu li.divider {
+    background-color: rgba(255, 255, 255, 0.1)
+  }
+
+  .skin-red-light .main-header .navbar .dropdown-menu li a {
+    color: #fff
+  }
+
+  .skin-red-light .main-header .navbar .dropdown-menu li a:hover {
+    background: #d73925
+  }
+}
+
+.skin-red-light .main-header .logo {
+  background-color: #dd4b39;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-red-light .main-header .logo:hover {
+  background-color: #dc4735
+}
+
+.skin-red-light .main-header li.user-header {
+  background-color: #dd4b39
+}
+
+.skin-red-light .content-header {
+  background: transparent
+}
+
+.skin-red-light .wrapper, .skin-red-light .main-sidebar, .skin-red-light .left-side {
+  background-color: #f9fafc
+}
+
+.skin-red-light .content-wrapper, .skin-red-light .main-footer {
+  border-left: 1px solid #d2d6de
+}
+
+.skin-red-light .user-panel > .info, .skin-red-light .user-panel > .info > a {
+  color: #444
+}
+
+.skin-red-light .sidebar-menu > li {
+  -webkit-transition: border-left-color .3s ease;
+  -o-transition: border-left-color .3s ease;
+  transition: border-left-color .3s ease
+}
+
+.skin-red-light .sidebar-menu > li.header {
+  color: #848484;
+  background: #f9fafc
+}
+
+.skin-red-light .sidebar-menu > li > a {
+  border-left: 3px solid transparent;
+  font-weight: 600
+}
+
+.skin-red-light .sidebar-menu > li:hover > a, .skin-red-light .sidebar-menu > li.active > a {
+  color: #000;
+  background: #f4f4f5
+}
+
+.skin-red-light .sidebar-menu > li.active {
+  border-left-color: #dd4b39
+}
+
+.skin-red-light .sidebar-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-red-light .sidebar-menu > li > .treeview-menu {
+  background: #f4f4f5
+}
+
+.skin-red-light .sidebar a {
+  color: #444
+}
+
+.skin-red-light .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-red-light .treeview-menu > li > a {
+  color: #777
+}
+
+.skin-red-light .treeview-menu > li.active > a, .skin-red-light .treeview-menu > li > a:hover {
+  color: #000
+}
+
+.skin-red-light .treeview-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-red-light .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #d2d6de;
+  margin: 10px 10px
+}
+
+.skin-red-light .sidebar-form input[type="text"], .skin-red-light .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #fff;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-red-light .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-red-light .sidebar-form input[type="text"]:focus, .skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-red-light .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
+
+@media (min-width: 768px) {
+  .skin-red-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
+    border-left: 1px solid #d2d6de
+  }
+}
+
+.skin-yellow .main-header .navbar {
+  background-color: #f39c12
+}
+
+.skin-yellow .main-header .navbar .nav > li > a {
+  color: #fff
+}
+
+.skin-yellow .main-header .navbar .nav > li > a:hover, .skin-yellow .main-header .navbar .nav > li > a:active, .skin-yellow .main-header .navbar .nav > li > a:focus, .skin-yellow .main-header .navbar .nav .open > a, .skin-yellow .main-header .navbar .nav .open > a:hover, .skin-yellow .main-header .navbar .nav .open > a:focus, .skin-yellow .main-header .navbar .nav > .active > a {
+  background: rgba(0, 0, 0, 0.1);
+  color: #f6f6f6
+}
+
+.skin-yellow .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-yellow .main-header .navbar .sidebar-toggle:hover {
+  color: #f6f6f6;
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.skin-yellow .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-yellow .main-header .navbar .sidebar-toggle:hover {
+  background-color: #e08e0b
+}
+
+@media (max-width: 767px) {
+  .skin-yellow .main-header .navbar .dropdown-menu li.divider {
+    background-color: rgba(255, 255, 255, 0.1)
+  }
+
+  .skin-yellow .main-header .navbar .dropdown-menu li a {
+    color: #fff
+  }
+
+  .skin-yellow .main-header .navbar .dropdown-menu li a:hover {
+    background: #e08e0b
+  }
+}
+
+.skin-yellow .main-header .logo {
+  background-color: #e08e0b;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-yellow .main-header .logo:hover {
+  background-color: #db8b0b
+}
+
+.skin-yellow .main-header li.user-header {
+  background-color: #f39c12
+}
+
+.skin-yellow .content-header {
+  background: transparent
+}
+
+.skin-yellow .wrapper, .skin-yellow .main-sidebar, .skin-yellow .left-side {
+  background-color: #222d32
+}
+
+.skin-yellow .user-panel > .info, .skin-yellow .user-panel > .info > a {
+  color: #fff
+}
+
+.skin-yellow .sidebar-menu > li.header {
+  color: #4b646f;
+  background: #1a2226
+}
+
+.skin-yellow .sidebar-menu > li > a {
+  border-left: 3px solid transparent
+}
+
+.skin-yellow .sidebar-menu > li:hover > a, .skin-yellow .sidebar-menu > li.active > a {
+  color: #fff;
+  background: #1e282c;
+  border-left-color: #f39c12
+}
+
+.skin-yellow .sidebar-menu > li > .treeview-menu {
+  margin: 0 1px;
+  background: #2c3b41
+}
+
+.skin-yellow .sidebar a {
+  color: #b8c7ce
+}
+
+.skin-yellow .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-yellow .treeview-menu > li > a {
+  color: #8aa4af
+}
+
+.skin-yellow .treeview-menu > li.active > a, .skin-yellow .treeview-menu > li > a:hover {
+  color: #fff
+}
+
+.skin-yellow .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #374850;
+  margin: 10px 10px
+}
+
+.skin-yellow .sidebar-form input[type="text"], .skin-yellow .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #374850;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-yellow .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-yellow .sidebar-form input[type="text"]:focus, .skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-yellow .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
+
+.skin-yellow-light .main-header .navbar {
+  background-color: #f39c12
+}
+
+.skin-yellow-light .main-header .navbar .nav > li > a {
+  color: #fff
+}
+
+.skin-yellow-light .main-header .navbar .nav > li > a:hover, .skin-yellow-light .main-header .navbar .nav > li > a:active, .skin-yellow-light .main-header .navbar .nav > li > a:focus, .skin-yellow-light .main-header .navbar .nav .open > a, .skin-yellow-light .main-header .navbar .nav .open > a:hover, .skin-yellow-light .main-header .navbar .nav .open > a:focus, .skin-yellow-light .main-header .navbar .nav > .active > a {
+  background: rgba(0, 0, 0, 0.1);
+  color: #f6f6f6
+}
+
+.skin-yellow-light .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-yellow-light .main-header .navbar .sidebar-toggle:hover {
+  color: #f6f6f6;
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.skin-yellow-light .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-yellow-light .main-header .navbar .sidebar-toggle:hover {
+  background-color: #e08e0b
+}
+
+@media (max-width: 767px) {
+  .skin-yellow-light .main-header .navbar .dropdown-menu li.divider {
+    background-color: rgba(255, 255, 255, 0.1)
+  }
+
+  .skin-yellow-light .main-header .navbar .dropdown-menu li a {
+    color: #fff
+  }
+
+  .skin-yellow-light .main-header .navbar .dropdown-menu li a:hover {
+    background: #e08e0b
+  }
+}
+
+.skin-yellow-light .main-header .logo {
+  background-color: #f39c12;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-yellow-light .main-header .logo:hover {
+  background-color: #f39a0d
+}
+
+.skin-yellow-light .main-header li.user-header {
+  background-color: #f39c12
+}
+
+.skin-yellow-light .content-header {
+  background: transparent
+}
+
+.skin-yellow-light .wrapper, .skin-yellow-light .main-sidebar, .skin-yellow-light .left-side {
+  background-color: #f9fafc
+}
+
+.skin-yellow-light .content-wrapper, .skin-yellow-light .main-footer {
+  border-left: 1px solid #d2d6de
+}
+
+.skin-yellow-light .user-panel > .info, .skin-yellow-light .user-panel > .info > a {
+  color: #444
+}
+
+.skin-yellow-light .sidebar-menu > li {
+  -webkit-transition: border-left-color .3s ease;
+  -o-transition: border-left-color .3s ease;
+  transition: border-left-color .3s ease
+}
+
+.skin-yellow-light .sidebar-menu > li.header {
+  color: #848484;
+  background: #f9fafc
+}
+
+.skin-yellow-light .sidebar-menu > li > a {
+  border-left: 3px solid transparent;
+  font-weight: 600
+}
+
+.skin-yellow-light .sidebar-menu > li:hover > a, .skin-yellow-light .sidebar-menu > li.active > a {
+  color: #000;
+  background: #f4f4f5
+}
+
+.skin-yellow-light .sidebar-menu > li.active {
+  border-left-color: #f39c12
+}
+
+.skin-yellow-light .sidebar-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-yellow-light .sidebar-menu > li > .treeview-menu {
+  background: #f4f4f5
+}
+
+.skin-yellow-light .sidebar a {
+  color: #444
+}
+
+.skin-yellow-light .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-yellow-light .treeview-menu > li > a {
+  color: #777
+}
+
+.skin-yellow-light .treeview-menu > li.active > a, .skin-yellow-light .treeview-menu > li > a:hover {
+  color: #000
+}
+
+.skin-yellow-light .treeview-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-yellow-light .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #d2d6de;
+  margin: 10px 10px
+}
+
+.skin-yellow-light .sidebar-form input[type="text"], .skin-yellow-light .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #fff;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-yellow-light .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-yellow-light .sidebar-form input[type="text"]:focus, .skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-yellow-light .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
+
+@media (min-width: 768px) {
+  .skin-yellow-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
+    border-left: 1px solid #d2d6de
+  }
+}
+
+.skin-purple .main-header .navbar {
+  background-color: #605ca8
+}
+
+.skin-purple .main-header .navbar .nav > li > a {
+  color: #fff
+}
+
+.skin-purple .main-header .navbar .nav > li > a:hover, .skin-purple .main-header .navbar .nav > li > a:active, .skin-purple .main-header .navbar .nav > li > a:focus, .skin-purple .main-header .navbar .nav .open > a, .skin-purple .main-header .navbar .nav .open > a:hover, .skin-purple .main-header .navbar .nav .open > a:focus, .skin-purple .main-header .navbar .nav > .active > a {
+  background: rgba(0, 0, 0, 0.1);
+  color: #f6f6f6
+}
+
+.skin-purple .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-purple .main-header .navbar .sidebar-toggle:hover {
+  color: #f6f6f6;
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.skin-purple .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-purple .main-header .navbar .sidebar-toggle:hover {
+  background-color: #555299
+}
+
+@media (max-width: 767px) {
+  .skin-purple .main-header .navbar .dropdown-menu li.divider {
+    background-color: rgba(255, 255, 255, 0.1)
+  }
+
+  .skin-purple .main-header .navbar .dropdown-menu li a {
+    color: #fff
+  }
+
+  .skin-purple .main-header .navbar .dropdown-menu li a:hover {
+    background: #555299
+  }
+}
+
+.skin-purple .main-header .logo {
+  background-color: #555299;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-purple .main-header .logo:hover {
+  background-color: #545096
+}
+
+.skin-purple .main-header li.user-header {
+  background-color: #605ca8
+}
+
+.skin-purple .content-header {
+  background: transparent
+}
+
+.skin-purple .wrapper, .skin-purple .main-sidebar, .skin-purple .left-side {
+  background-color: #222d32
+}
+
+.skin-purple .user-panel > .info, .skin-purple .user-panel > .info > a {
+  color: #fff
+}
+
+.skin-purple .sidebar-menu > li.header {
+  color: #4b646f;
+  background: #1a2226
+}
+
+.skin-purple .sidebar-menu > li > a {
+  border-left: 3px solid transparent
+}
+
+.skin-purple .sidebar-menu > li:hover > a, .skin-purple .sidebar-menu > li.active > a {
+  color: #fff;
+  background: #1e282c;
+  border-left-color: #605ca8
+}
+
+.skin-purple .sidebar-menu > li > .treeview-menu {
+  margin: 0 1px;
+  background: #2c3b41
+}
+
+.skin-purple .sidebar a {
+  color: #b8c7ce
+}
+
+.skin-purple .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-purple .treeview-menu > li > a {
+  color: #8aa4af
+}
+
+.skin-purple .treeview-menu > li.active > a, .skin-purple .treeview-menu > li > a:hover {
+  color: #fff
+}
+
+.skin-purple .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #374850;
+  margin: 10px 10px
+}
+
+.skin-purple .sidebar-form input[type="text"], .skin-purple .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #374850;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-purple .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-purple .sidebar-form input[type="text"]:focus, .skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-purple .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
+
+.skin-purple-light .main-header .navbar {
+  background-color: #605ca8
+}
+
+.skin-purple-light .main-header .navbar .nav > li > a {
+  color: #fff
+}
+
+.skin-purple-light .main-header .navbar .nav > li > a:hover, .skin-purple-light .main-header .navbar .nav > li > a:active, .skin-purple-light .main-header .navbar .nav > li > a:focus, .skin-purple-light .main-header .navbar .nav .open > a, .skin-purple-light .main-header .navbar .nav .open > a:hover, .skin-purple-light .main-header .navbar .nav .open > a:focus, .skin-purple-light .main-header .navbar .nav > .active > a {
+  background: rgba(0, 0, 0, 0.1);
+  color: #f6f6f6
+}
+
+.skin-purple-light .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-purple-light .main-header .navbar .sidebar-toggle:hover {
+  color: #f6f6f6;
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.skin-purple-light .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-purple-light .main-header .navbar .sidebar-toggle:hover {
+  background-color: #555299
+}
+
+@media (max-width: 767px) {
+  .skin-purple-light .main-header .navbar .dropdown-menu li.divider {
+    background-color: rgba(255, 255, 255, 0.1)
+  }
+
+  .skin-purple-light .main-header .navbar .dropdown-menu li a {
+    color: #fff
+  }
+
+  .skin-purple-light .main-header .navbar .dropdown-menu li a:hover {
+    background: #555299
+  }
+}
+
+.skin-purple-light .main-header .logo {
+  background-color: #605ca8;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-purple-light .main-header .logo:hover {
+  background-color: #5d59a6
+}
+
+.skin-purple-light .main-header li.user-header {
+  background-color: #605ca8
+}
+
+.skin-purple-light .content-header {
+  background: transparent
+}
+
+.skin-purple-light .wrapper, .skin-purple-light .main-sidebar, .skin-purple-light .left-side {
+  background-color: #f9fafc
+}
+
+.skin-purple-light .content-wrapper, .skin-purple-light .main-footer {
+  border-left: 1px solid #d2d6de
+}
+
+.skin-purple-light .user-panel > .info, .skin-purple-light .user-panel > .info > a {
+  color: #444
+}
+
+.skin-purple-light .sidebar-menu > li {
+  -webkit-transition: border-left-color .3s ease;
+  -o-transition: border-left-color .3s ease;
+  transition: border-left-color .3s ease
+}
+
+.skin-purple-light .sidebar-menu > li.header {
+  color: #848484;
+  background: #f9fafc
+}
+
+.skin-purple-light .sidebar-menu > li > a {
+  border-left: 3px solid transparent;
+  font-weight: 600
+}
+
+.skin-purple-light .sidebar-menu > li:hover > a, .skin-purple-light .sidebar-menu > li.active > a {
+  color: #000;
+  background: #f4f4f5
+}
+
+.skin-purple-light .sidebar-menu > li.active {
+  border-left-color: #605ca8
+}
+
+.skin-purple-light .sidebar-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-purple-light .sidebar-menu > li > .treeview-menu {
+  background: #f4f4f5
+}
+
+.skin-purple-light .sidebar a {
+  color: #444
+}
+
+.skin-purple-light .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-purple-light .treeview-menu > li > a {
+  color: #777
+}
+
+.skin-purple-light .treeview-menu > li.active > a, .skin-purple-light .treeview-menu > li > a:hover {
+  color: #000
+}
+
+.skin-purple-light .treeview-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-purple-light .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #d2d6de;
+  margin: 10px 10px
+}
+
+.skin-purple-light .sidebar-form input[type="text"], .skin-purple-light .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #fff;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-purple-light .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-purple-light .sidebar-form input[type="text"]:focus, .skin-purple-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-purple-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-purple-light .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
+
+@media (min-width: 768px) {
+  .skin-purple-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
+    border-left: 1px solid #d2d6de
+  }
+}
\ No newline at end of file
diff --git a/dist/css/skins/skin-black-light.css b/dist/css/skins/skin-black-light.css
index f132dc883..9e9fd7f36 100644
--- a/dist/css/skins/skin-black-light.css
+++ b/dist/css/skins/skin-black-light.css
@@ -7,19 +7,24 @@
   -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
   box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
 }
+
 .skin-black-light .main-header .navbar-toggle {
   color: #333;
 }
+
 .skin-black-light .main-header .navbar-brand {
   color: #333;
   border-right: 1px solid #eee;
 }
+
 .skin-black-light .main-header > .navbar {
   background-color: #ffffff;
 }
+
 .skin-black-light .main-header > .navbar .nav > li > a {
   color: #333333;
 }
+
 .skin-black-light .main-header > .navbar .nav > li > a:hover,
 .skin-black-light .main-header > .navbar .nav > li > a:active,
 .skin-black-light .main-header > .navbar .nav > li > a:focus,
@@ -30,34 +35,42 @@
   background: #ffffff;
   color: #999999;
 }
+
 .skin-black-light .main-header > .navbar .sidebar-toggle {
   color: #333333;
 }
+
 .skin-black-light .main-header > .navbar .sidebar-toggle:hover {
   color: #999999;
   background: #ffffff;
 }
+
 .skin-black-light .main-header > .navbar > .sidebar-toggle {
   color: #333;
   border-right: 1px solid #eee;
 }
+
 .skin-black-light .main-header > .navbar .navbar-nav > li > a {
   border-right: 1px solid #eee;
 }
+
 .skin-black-light .main-header > .navbar .navbar-custom-menu .navbar-nav > li > a,
 .skin-black-light .main-header > .navbar .navbar-right > li > a {
   border-left: 1px solid #eee;
   border-right-width: 0;
 }
+
 .skin-black-light .main-header > .logo {
   background-color: #ffffff;
   color: #333333;
   border-bottom: 0 solid transparent;
   border-right: 1px solid #eee;
 }
+
 .skin-black-light .main-header > .logo:hover {
   background-color: #fcfcfc;
 }
+
 @media (max-width: 767px) {
   .skin-black-light .main-header > .logo {
     background-color: #222222;
@@ -65,78 +78,98 @@
     border-bottom: 0 solid transparent;
     border-right: none;
   }
+
   .skin-black-light .main-header > .logo:hover {
     background-color: #1f1f1f;
   }
 }
+
 .skin-black-light .main-header li.user-header {
   background-color: #222;
 }
+
 .skin-black-light .content-header {
   background: transparent;
   box-shadow: none;
 }
+
 .skin-black-light .wrapper,
 .skin-black-light .main-sidebar,
 .skin-black-light .left-side {
   background-color: #f9fafc;
 }
+
 .skin-black-light .content-wrapper,
 .skin-black-light .main-footer {
   border-left: 1px solid #d2d6de;
 }
+
 .skin-black-light .user-panel > .info,
 .skin-black-light .user-panel > .info > a {
   color: #444444;
 }
+
 .skin-black-light .sidebar-menu > li {
   -webkit-transition: border-left-color 0.3s ease;
   -o-transition: border-left-color 0.3s ease;
   transition: border-left-color 0.3s ease;
 }
+
 .skin-black-light .sidebar-menu > li.header {
   color: #848484;
   background: #f9fafc;
 }
+
 .skin-black-light .sidebar-menu > li > a {
   border-left: 3px solid transparent;
   font-weight: 600;
 }
+
 .skin-black-light .sidebar-menu > li:hover > a,
 .skin-black-light .sidebar-menu > li.active > a {
   color: #000000;
   background: #f4f4f5;
 }
+
 .skin-black-light .sidebar-menu > li.active {
   border-left-color: #ffffff;
 }
+
 .skin-black-light .sidebar-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-black-light .sidebar-menu > li > .treeview-menu {
   background: #f4f4f5;
 }
+
 .skin-black-light .sidebar a {
   color: #444444;
 }
+
 .skin-black-light .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-black-light .treeview-menu > li > a {
   color: #777777;
 }
+
 .skin-black-light .treeview-menu > li.active > a,
 .skin-black-light .treeview-menu > li > a:hover {
   color: #000000;
 }
+
 .skin-black-light .treeview-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-black-light .sidebar-form {
   border-radius: 3px;
   border: 1px solid #d2d6de;
   margin: 10px 10px;
 }
+
 .skin-black-light .sidebar-form input[type="text"],
 .skin-black-light .sidebar-form .btn {
   box-shadow: none;
@@ -147,6 +180,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-black-light .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -154,14 +188,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-black-light .sidebar-form input[type="text"]:focus,
 .skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-black-light .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
@@ -169,6 +206,7 @@
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 0;
 }
+
 @media (min-width: 768px) {
   .skin-black-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
     border-left: 1px solid #d2d6de;
diff --git a/dist/css/skins/skin-black-light.min.css b/dist/css/skins/skin-black-light.min.css
index c631ec5e9..695b00621 100644
--- a/dist/css/skins/skin-black-light.min.css
+++ b/dist/css/skins/skin-black-light.min.css
@@ -1 +1,194 @@
-.skin-black-light .main-header{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.skin-black-light .main-header .navbar-toggle{color:#333}.skin-black-light .main-header .navbar-brand{color:#333;border-right:1px solid #eee}.skin-black-light .main-header>.navbar{background-color:#fff}.skin-black-light .main-header>.navbar .nav>li>a{color:#333}.skin-black-light .main-header>.navbar .nav>li>a:hover,.skin-black-light .main-header>.navbar .nav>li>a:active,.skin-black-light .main-header>.navbar .nav>li>a:focus,.skin-black-light .main-header>.navbar .nav .open>a,.skin-black-light .main-header>.navbar .nav .open>a:hover,.skin-black-light .main-header>.navbar .nav .open>a:focus,.skin-black-light .main-header>.navbar .nav>.active>a{background:#fff;color:#999}.skin-black-light .main-header>.navbar .sidebar-toggle{color:#333}.skin-black-light .main-header>.navbar .sidebar-toggle:hover{color:#999;background:#fff}.skin-black-light .main-header>.navbar>.sidebar-toggle{color:#333;border-right:1px solid #eee}.skin-black-light .main-header>.navbar .navbar-nav>li>a{border-right:1px solid #eee}.skin-black-light .main-header>.navbar .navbar-custom-menu .navbar-nav>li>a,.skin-black-light .main-header>.navbar .navbar-right>li>a{border-left:1px solid #eee;border-right-width:0}.skin-black-light .main-header>.logo{background-color:#fff;color:#333;border-bottom:0 solid transparent;border-right:1px solid #eee}.skin-black-light .main-header>.logo:hover{background-color:#fcfcfc}@media (max-width:767px){.skin-black-light .main-header>.logo{background-color:#222;color:#fff;border-bottom:0 solid transparent;border-right:none}.skin-black-light .main-header>.logo:hover{background-color:#1f1f1f}}.skin-black-light .main-header li.user-header{background-color:#222}.skin-black-light .content-header{background:transparent;box-shadow:none}.skin-black-light .wrapper,.skin-black-light .main-sidebar,.skin-black-light .left-side{background-color:#f9fafc}.skin-black-light .content-wrapper,.skin-black-light .main-footer{border-left:1px solid #d2d6de}.skin-black-light .user-panel>.info,.skin-black-light .user-panel>.info>a{color:#444}.skin-black-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-black-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-black-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-black-light .sidebar-menu>li:hover>a,.skin-black-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-black-light .sidebar-menu>li.active{border-left-color:#fff}.skin-black-light .sidebar-menu>li.active>a{font-weight:600}.skin-black-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-black-light .sidebar a{color:#444}.skin-black-light .sidebar a:hover{text-decoration:none}.skin-black-light .treeview-menu>li>a{color:#777}.skin-black-light .treeview-menu>li.active>a,.skin-black-light .treeview-menu>li>a:hover{color:#000}.skin-black-light .treeview-menu>li.active>a{font-weight:600}.skin-black-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-black-light .sidebar-form input[type="text"],.skin-black-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-black-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-black-light .sidebar-form input[type="text"]:focus,.skin-black-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-black-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-black-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-black-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}
\ No newline at end of file
+.skin-black-light .main-header {
+  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
+  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
+}
+
+.skin-black-light .main-header .navbar-toggle {
+  color: #333
+}
+
+.skin-black-light .main-header .navbar-brand {
+  color: #333;
+  border-right: 1px solid #eee
+}
+
+.skin-black-light .main-header > .navbar {
+  background-color: #fff
+}
+
+.skin-black-light .main-header > .navbar .nav > li > a {
+  color: #333
+}
+
+.skin-black-light .main-header > .navbar .nav > li > a:hover, .skin-black-light .main-header > .navbar .nav > li > a:active, .skin-black-light .main-header > .navbar .nav > li > a:focus, .skin-black-light .main-header > .navbar .nav .open > a, .skin-black-light .main-header > .navbar .nav .open > a:hover, .skin-black-light .main-header > .navbar .nav .open > a:focus, .skin-black-light .main-header > .navbar .nav > .active > a {
+  background: #fff;
+  color: #999
+}
+
+.skin-black-light .main-header > .navbar .sidebar-toggle {
+  color: #333
+}
+
+.skin-black-light .main-header > .navbar .sidebar-toggle:hover {
+  color: #999;
+  background: #fff
+}
+
+.skin-black-light .main-header > .navbar > .sidebar-toggle {
+  color: #333;
+  border-right: 1px solid #eee
+}
+
+.skin-black-light .main-header > .navbar .navbar-nav > li > a {
+  border-right: 1px solid #eee
+}
+
+.skin-black-light .main-header > .navbar .navbar-custom-menu .navbar-nav > li > a, .skin-black-light .main-header > .navbar .navbar-right > li > a {
+  border-left: 1px solid #eee;
+  border-right-width: 0
+}
+
+.skin-black-light .main-header > .logo {
+  background-color: #fff;
+  color: #333;
+  border-bottom: 0 solid transparent;
+  border-right: 1px solid #eee
+}
+
+.skin-black-light .main-header > .logo:hover {
+  background-color: #fcfcfc
+}
+
+@media (max-width: 767px) {
+  .skin-black-light .main-header > .logo {
+    background-color: #222;
+    color: #fff;
+    border-bottom: 0 solid transparent;
+    border-right: none
+  }
+
+  .skin-black-light .main-header > .logo:hover {
+    background-color: #1f1f1f
+  }
+}
+
+.skin-black-light .main-header li.user-header {
+  background-color: #222
+}
+
+.skin-black-light .content-header {
+  background: transparent;
+  box-shadow: none
+}
+
+.skin-black-light .wrapper, .skin-black-light .main-sidebar, .skin-black-light .left-side {
+  background-color: #f9fafc
+}
+
+.skin-black-light .content-wrapper, .skin-black-light .main-footer {
+  border-left: 1px solid #d2d6de
+}
+
+.skin-black-light .user-panel > .info, .skin-black-light .user-panel > .info > a {
+  color: #444
+}
+
+.skin-black-light .sidebar-menu > li {
+  -webkit-transition: border-left-color .3s ease;
+  -o-transition: border-left-color .3s ease;
+  transition: border-left-color .3s ease
+}
+
+.skin-black-light .sidebar-menu > li.header {
+  color: #848484;
+  background: #f9fafc
+}
+
+.skin-black-light .sidebar-menu > li > a {
+  border-left: 3px solid transparent;
+  font-weight: 600
+}
+
+.skin-black-light .sidebar-menu > li:hover > a, .skin-black-light .sidebar-menu > li.active > a {
+  color: #000;
+  background: #f4f4f5
+}
+
+.skin-black-light .sidebar-menu > li.active {
+  border-left-color: #fff
+}
+
+.skin-black-light .sidebar-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-black-light .sidebar-menu > li > .treeview-menu {
+  background: #f4f4f5
+}
+
+.skin-black-light .sidebar a {
+  color: #444
+}
+
+.skin-black-light .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-black-light .treeview-menu > li > a {
+  color: #777
+}
+
+.skin-black-light .treeview-menu > li.active > a, .skin-black-light .treeview-menu > li > a:hover {
+  color: #000
+}
+
+.skin-black-light .treeview-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-black-light .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #d2d6de;
+  margin: 10px 10px
+}
+
+.skin-black-light .sidebar-form input[type="text"], .skin-black-light .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #fff;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-black-light .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-black-light .sidebar-form input[type="text"]:focus, .skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-black-light .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
+
+@media (min-width: 768px) {
+  .skin-black-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
+    border-left: 1px solid #d2d6de
+  }
+}
\ No newline at end of file
diff --git a/dist/css/skins/skin-black.css b/dist/css/skins/skin-black.css
index d33b1f9d0..24f6e136b 100644
--- a/dist/css/skins/skin-black.css
+++ b/dist/css/skins/skin-black.css
@@ -7,19 +7,24 @@
   -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
   box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
 }
+
 .skin-black .main-header .navbar-toggle {
   color: #333;
 }
+
 .skin-black .main-header .navbar-brand {
   color: #333;
   border-right: 1px solid #eee;
 }
+
 .skin-black .main-header > .navbar {
   background-color: #ffffff;
 }
+
 .skin-black .main-header > .navbar .nav > li > a {
   color: #333333;
 }
+
 .skin-black .main-header > .navbar .nav > li > a:hover,
 .skin-black .main-header > .navbar .nav > li > a:active,
 .skin-black .main-header > .navbar .nav > li > a:focus,
@@ -30,34 +35,42 @@
   background: #ffffff;
   color: #999999;
 }
+
 .skin-black .main-header > .navbar .sidebar-toggle {
   color: #333333;
 }
+
 .skin-black .main-header > .navbar .sidebar-toggle:hover {
   color: #999999;
   background: #ffffff;
 }
+
 .skin-black .main-header > .navbar > .sidebar-toggle {
   color: #333;
   border-right: 1px solid #eee;
 }
+
 .skin-black .main-header > .navbar .navbar-nav > li > a {
   border-right: 1px solid #eee;
 }
+
 .skin-black .main-header > .navbar .navbar-custom-menu .navbar-nav > li > a,
 .skin-black .main-header > .navbar .navbar-right > li > a {
   border-left: 1px solid #eee;
   border-right-width: 0;
 }
+
 .skin-black .main-header > .logo {
   background-color: #ffffff;
   color: #333333;
   border-bottom: 0 solid transparent;
   border-right: 1px solid #eee;
 }
+
 .skin-black .main-header > .logo:hover {
   background-color: #fcfcfc;
 }
+
 @media (max-width: 767px) {
   .skin-black .main-header > .logo {
     background-color: #222222;
@@ -65,61 +78,76 @@
     border-bottom: 0 solid transparent;
     border-right: none;
   }
+
   .skin-black .main-header > .logo:hover {
     background-color: #1f1f1f;
   }
 }
+
 .skin-black .main-header li.user-header {
   background-color: #222;
 }
+
 .skin-black .content-header {
   background: transparent;
   box-shadow: none;
 }
+
 .skin-black .wrapper,
 .skin-black .main-sidebar,
 .skin-black .left-side {
   background-color: #222d32;
 }
+
 .skin-black .user-panel > .info,
 .skin-black .user-panel > .info > a {
   color: #fff;
 }
+
 .skin-black .sidebar-menu > li.header {
   color: #4b646f;
   background: #1a2226;
 }
+
 .skin-black .sidebar-menu > li > a {
   border-left: 3px solid transparent;
 }
+
 .skin-black .sidebar-menu > li:hover > a,
 .skin-black .sidebar-menu > li.active > a {
   color: #ffffff;
   background: #1e282c;
   border-left-color: #ffffff;
 }
+
 .skin-black .sidebar-menu > li > .treeview-menu {
   margin: 0 1px;
   background: #2c3b41;
 }
+
 .skin-black .sidebar a {
   color: #b8c7ce;
 }
+
 .skin-black .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-black .treeview-menu > li > a {
   color: #8aa4af;
 }
+
 .skin-black .treeview-menu > li.active > a,
 .skin-black .treeview-menu > li > a:hover {
   color: #ffffff;
 }
+
 .skin-black .sidebar-form {
   border-radius: 3px;
   border: 1px solid #374850;
   margin: 10px 10px;
 }
+
 .skin-black .sidebar-form input[type="text"],
 .skin-black .sidebar-form .btn {
   box-shadow: none;
@@ -130,6 +158,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-black .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -137,14 +166,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-black .sidebar-form input[type="text"]:focus,
 .skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-black .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
diff --git a/dist/css/skins/skin-black.min.css b/dist/css/skins/skin-black.min.css
index a7d188822..644650b69 100644
--- a/dist/css/skins/skin-black.min.css
+++ b/dist/css/skins/skin-black.min.css
@@ -1 +1,167 @@
-.skin-black .main-header{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.skin-black .main-header .navbar-toggle{color:#333}.skin-black .main-header .navbar-brand{color:#333;border-right:1px solid #eee}.skin-black .main-header>.navbar{background-color:#fff}.skin-black .main-header>.navbar .nav>li>a{color:#333}.skin-black .main-header>.navbar .nav>li>a:hover,.skin-black .main-header>.navbar .nav>li>a:active,.skin-black .main-header>.navbar .nav>li>a:focus,.skin-black .main-header>.navbar .nav .open>a,.skin-black .main-header>.navbar .nav .open>a:hover,.skin-black .main-header>.navbar .nav .open>a:focus,.skin-black .main-header>.navbar .nav>.active>a{background:#fff;color:#999}.skin-black .main-header>.navbar .sidebar-toggle{color:#333}.skin-black .main-header>.navbar .sidebar-toggle:hover{color:#999;background:#fff}.skin-black .main-header>.navbar>.sidebar-toggle{color:#333;border-right:1px solid #eee}.skin-black .main-header>.navbar .navbar-nav>li>a{border-right:1px solid #eee}.skin-black .main-header>.navbar .navbar-custom-menu .navbar-nav>li>a,.skin-black .main-header>.navbar .navbar-right>li>a{border-left:1px solid #eee;border-right-width:0}.skin-black .main-header>.logo{background-color:#fff;color:#333;border-bottom:0 solid transparent;border-right:1px solid #eee}.skin-black .main-header>.logo:hover{background-color:#fcfcfc}@media (max-width:767px){.skin-black .main-header>.logo{background-color:#222;color:#fff;border-bottom:0 solid transparent;border-right:none}.skin-black .main-header>.logo:hover{background-color:#1f1f1f}}.skin-black .main-header li.user-header{background-color:#222}.skin-black .content-header{background:transparent;box-shadow:none}.skin-black .wrapper,.skin-black .main-sidebar,.skin-black .left-side{background-color:#222d32}.skin-black .user-panel>.info,.skin-black .user-panel>.info>a{color:#fff}.skin-black .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-black .sidebar-menu>li>a{border-left:3px solid transparent}.skin-black .sidebar-menu>li:hover>a,.skin-black .sidebar-menu>li.active>a{color:#fff;background:#1e282c;border-left-color:#fff}.skin-black .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-black .sidebar a{color:#b8c7ce}.skin-black .sidebar a:hover{text-decoration:none}.skin-black .treeview-menu>li>a{color:#8aa4af}.skin-black .treeview-menu>li.active>a,.skin-black .treeview-menu>li>a:hover{color:#fff}.skin-black .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-black .sidebar-form input[type="text"],.skin-black .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-black .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-black .sidebar-form input[type="text"]:focus,.skin-black .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-black .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-black .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}
\ No newline at end of file
+.skin-black .main-header {
+  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
+  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
+}
+
+.skin-black .main-header .navbar-toggle {
+  color: #333
+}
+
+.skin-black .main-header .navbar-brand {
+  color: #333;
+  border-right: 1px solid #eee
+}
+
+.skin-black .main-header > .navbar {
+  background-color: #fff
+}
+
+.skin-black .main-header > .navbar .nav > li > a {
+  color: #333
+}
+
+.skin-black .main-header > .navbar .nav > li > a:hover, .skin-black .main-header > .navbar .nav > li > a:active, .skin-black .main-header > .navbar .nav > li > a:focus, .skin-black .main-header > .navbar .nav .open > a, .skin-black .main-header > .navbar .nav .open > a:hover, .skin-black .main-header > .navbar .nav .open > a:focus, .skin-black .main-header > .navbar .nav > .active > a {
+  background: #fff;
+  color: #999
+}
+
+.skin-black .main-header > .navbar .sidebar-toggle {
+  color: #333
+}
+
+.skin-black .main-header > .navbar .sidebar-toggle:hover {
+  color: #999;
+  background: #fff
+}
+
+.skin-black .main-header > .navbar > .sidebar-toggle {
+  color: #333;
+  border-right: 1px solid #eee
+}
+
+.skin-black .main-header > .navbar .navbar-nav > li > a {
+  border-right: 1px solid #eee
+}
+
+.skin-black .main-header > .navbar .navbar-custom-menu .navbar-nav > li > a, .skin-black .main-header > .navbar .navbar-right > li > a {
+  border-left: 1px solid #eee;
+  border-right-width: 0
+}
+
+.skin-black .main-header > .logo {
+  background-color: #fff;
+  color: #333;
+  border-bottom: 0 solid transparent;
+  border-right: 1px solid #eee
+}
+
+.skin-black .main-header > .logo:hover {
+  background-color: #fcfcfc
+}
+
+@media (max-width: 767px) {
+  .skin-black .main-header > .logo {
+    background-color: #222;
+    color: #fff;
+    border-bottom: 0 solid transparent;
+    border-right: none
+  }
+
+  .skin-black .main-header > .logo:hover {
+    background-color: #1f1f1f
+  }
+}
+
+.skin-black .main-header li.user-header {
+  background-color: #222
+}
+
+.skin-black .content-header {
+  background: transparent;
+  box-shadow: none
+}
+
+.skin-black .wrapper, .skin-black .main-sidebar, .skin-black .left-side {
+  background-color: #222d32
+}
+
+.skin-black .user-panel > .info, .skin-black .user-panel > .info > a {
+  color: #fff
+}
+
+.skin-black .sidebar-menu > li.header {
+  color: #4b646f;
+  background: #1a2226
+}
+
+.skin-black .sidebar-menu > li > a {
+  border-left: 3px solid transparent
+}
+
+.skin-black .sidebar-menu > li:hover > a, .skin-black .sidebar-menu > li.active > a {
+  color: #fff;
+  background: #1e282c;
+  border-left-color: #fff
+}
+
+.skin-black .sidebar-menu > li > .treeview-menu {
+  margin: 0 1px;
+  background: #2c3b41
+}
+
+.skin-black .sidebar a {
+  color: #b8c7ce
+}
+
+.skin-black .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-black .treeview-menu > li > a {
+  color: #8aa4af
+}
+
+.skin-black .treeview-menu > li.active > a, .skin-black .treeview-menu > li > a:hover {
+  color: #fff
+}
+
+.skin-black .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #374850;
+  margin: 10px 10px
+}
+
+.skin-black .sidebar-form input[type="text"], .skin-black .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #374850;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-black .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-black .sidebar-form input[type="text"]:focus, .skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-black .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
\ No newline at end of file
diff --git a/dist/css/skins/skin-blue-light.css b/dist/css/skins/skin-blue-light.css
index 7614d60e9..140309e5d 100644
--- a/dist/css/skins/skin-blue-light.css
+++ b/dist/css/skins/skin-blue-light.css
@@ -5,9 +5,11 @@
 .skin-blue-light .main-header .navbar {
   background-color: #3c8dbc;
 }
+
 .skin-blue-light .main-header .navbar .nav > li > a {
   color: #ffffff;
 }
+
 .skin-blue-light .main-header .navbar .nav > li > a:hover,
 .skin-blue-light .main-header .navbar .nav > li > a:active,
 .skin-blue-light .main-header .navbar .nav > li > a:focus,
@@ -18,105 +20,133 @@
   background: rgba(0, 0, 0, 0.1);
   color: #f6f6f6;
 }
+
 .skin-blue-light .main-header .navbar .sidebar-toggle {
   color: #ffffff;
 }
+
 .skin-blue-light .main-header .navbar .sidebar-toggle:hover {
   color: #f6f6f6;
   background: rgba(0, 0, 0, 0.1);
 }
+
 .skin-blue-light .main-header .navbar .sidebar-toggle {
   color: #fff;
 }
+
 .skin-blue-light .main-header .navbar .sidebar-toggle:hover {
   background-color: #367fa9;
 }
+
 @media (max-width: 767px) {
   .skin-blue-light .main-header .navbar .dropdown-menu li.divider {
     background-color: rgba(255, 255, 255, 0.1);
   }
+
   .skin-blue-light .main-header .navbar .dropdown-menu li a {
     color: #fff;
   }
+
   .skin-blue-light .main-header .navbar .dropdown-menu li a:hover {
     background: #367fa9;
   }
 }
+
 .skin-blue-light .main-header .logo {
   background-color: #3c8dbc;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-blue-light .main-header .logo:hover {
   background-color: #3b8ab8;
 }
+
 .skin-blue-light .main-header li.user-header {
   background-color: #3c8dbc;
 }
+
 .skin-blue-light .content-header {
   background: transparent;
 }
+
 .skin-blue-light .wrapper,
 .skin-blue-light .main-sidebar,
 .skin-blue-light .left-side {
   background-color: #f9fafc;
 }
+
 .skin-blue-light .content-wrapper,
 .skin-blue-light .main-footer {
   border-left: 1px solid #d2d6de;
 }
+
 .skin-blue-light .user-panel > .info,
 .skin-blue-light .user-panel > .info > a {
   color: #444444;
 }
+
 .skin-blue-light .sidebar-menu > li {
   -webkit-transition: border-left-color 0.3s ease;
   -o-transition: border-left-color 0.3s ease;
   transition: border-left-color 0.3s ease;
 }
+
 .skin-blue-light .sidebar-menu > li.header {
   color: #848484;
   background: #f9fafc;
 }
+
 .skin-blue-light .sidebar-menu > li > a {
   border-left: 3px solid transparent;
   font-weight: 600;
 }
+
 .skin-blue-light .sidebar-menu > li:hover > a,
 .skin-blue-light .sidebar-menu > li.active > a {
   color: #000000;
   background: #f4f4f5;
 }
+
 .skin-blue-light .sidebar-menu > li.active {
   border-left-color: #3c8dbc;
 }
+
 .skin-blue-light .sidebar-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-blue-light .sidebar-menu > li > .treeview-menu {
   background: #f4f4f5;
 }
+
 .skin-blue-light .sidebar a {
   color: #444444;
 }
+
 .skin-blue-light .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-blue-light .treeview-menu > li > a {
   color: #777777;
 }
+
 .skin-blue-light .treeview-menu > li.active > a,
 .skin-blue-light .treeview-menu > li > a:hover {
   color: #000000;
 }
+
 .skin-blue-light .treeview-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-blue-light .sidebar-form {
   border-radius: 3px;
   border: 1px solid #d2d6de;
   margin: 10px 10px;
 }
+
 .skin-blue-light .sidebar-form input[type="text"],
 .skin-blue-light .sidebar-form .btn {
   box-shadow: none;
@@ -127,6 +157,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-blue-light .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -134,14 +165,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-blue-light .sidebar-form input[type="text"]:focus,
 .skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-blue-light .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
@@ -149,19 +183,23 @@
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 0;
 }
+
 @media (min-width: 768px) {
   .skin-blue-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
     border-left: 1px solid #d2d6de;
   }
 }
+
 .skin-blue-light .main-footer {
   border-top-color: #d2d6de;
 }
+
 .skin-blue.layout-top-nav .main-header > .logo {
   background-color: #3c8dbc;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-blue.layout-top-nav .main-header > .logo:hover {
   background-color: #3b8ab8;
 }
diff --git a/dist/css/skins/skin-blue-light.min.css b/dist/css/skins/skin-blue-light.min.css
index 4fab22a55..a92760153 100644
--- a/dist/css/skins/skin-blue-light.min.css
+++ b/dist/css/skins/skin-blue-light.min.css
@@ -1 +1,187 @@
-.skin-blue-light .main-header .navbar{background-color:#3c8dbc}.skin-blue-light .main-header .navbar .nav>li>a{color:#fff}.skin-blue-light .main-header .navbar .nav>li>a:hover,.skin-blue-light .main-header .navbar .nav>li>a:active,.skin-blue-light .main-header .navbar .nav>li>a:focus,.skin-blue-light .main-header .navbar .nav .open>a,.skin-blue-light .main-header .navbar .nav .open>a:hover,.skin-blue-light .main-header .navbar .nav .open>a:focus,.skin-blue-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-blue-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-blue-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue-light .main-header .navbar .sidebar-toggle:hover{background-color:#367fa9}@media (max-width:767px){.skin-blue-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-blue-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-blue-light .main-header .navbar .dropdown-menu li a:hover{background:#367fa9}}.skin-blue-light .main-header .logo{background-color:#3c8dbc;color:#fff;border-bottom:0 solid transparent}.skin-blue-light .main-header .logo:hover{background-color:#3b8ab8}.skin-blue-light .main-header li.user-header{background-color:#3c8dbc}.skin-blue-light .content-header{background:transparent}.skin-blue-light .wrapper,.skin-blue-light .main-sidebar,.skin-blue-light .left-side{background-color:#f9fafc}.skin-blue-light .content-wrapper,.skin-blue-light .main-footer{border-left:1px solid #d2d6de}.skin-blue-light .user-panel>.info,.skin-blue-light .user-panel>.info>a{color:#444}.skin-blue-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-blue-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-blue-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-blue-light .sidebar-menu>li:hover>a,.skin-blue-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-blue-light .sidebar-menu>li.active{border-left-color:#3c8dbc}.skin-blue-light .sidebar-menu>li.active>a{font-weight:600}.skin-blue-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-blue-light .sidebar a{color:#444}.skin-blue-light .sidebar a:hover{text-decoration:none}.skin-blue-light .treeview-menu>li>a{color:#777}.skin-blue-light .treeview-menu>li.active>a,.skin-blue-light .treeview-menu>li>a:hover{color:#000}.skin-blue-light .treeview-menu>li.active>a{font-weight:600}.skin-blue-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-blue-light .sidebar-form input[type="text"],.skin-blue-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-blue-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-blue-light .sidebar-form input[type="text"]:focus,.skin-blue-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-blue-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-blue-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-blue-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}.skin-blue-light .main-footer{border-top-color:#d2d6de}.skin-blue.layout-top-nav .main-header>.logo{background-color:#3c8dbc;color:#fff;border-bottom:0 solid transparent}.skin-blue.layout-top-nav .main-header>.logo:hover{background-color:#3b8ab8}
\ No newline at end of file
+.skin-blue-light .main-header .navbar {
+  background-color: #3c8dbc
+}
+
+.skin-blue-light .main-header .navbar .nav > li > a {
+  color: #fff
+}
+
+.skin-blue-light .main-header .navbar .nav > li > a:hover, .skin-blue-light .main-header .navbar .nav > li > a:active, .skin-blue-light .main-header .navbar .nav > li > a:focus, .skin-blue-light .main-header .navbar .nav .open > a, .skin-blue-light .main-header .navbar .nav .open > a:hover, .skin-blue-light .main-header .navbar .nav .open > a:focus, .skin-blue-light .main-header .navbar .nav > .active > a {
+  background: rgba(0, 0, 0, 0.1);
+  color: #f6f6f6
+}
+
+.skin-blue-light .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
+  color: #f6f6f6;
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.skin-blue-light .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
+  background-color: #367fa9
+}
+
+@media (max-width: 767px) {
+  .skin-blue-light .main-header .navbar .dropdown-menu li.divider {
+    background-color: rgba(255, 255, 255, 0.1)
+  }
+
+  .skin-blue-light .main-header .navbar .dropdown-menu li a {
+    color: #fff
+  }
+
+  .skin-blue-light .main-header .navbar .dropdown-menu li a:hover {
+    background: #367fa9
+  }
+}
+
+.skin-blue-light .main-header .logo {
+  background-color: #3c8dbc;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-blue-light .main-header .logo:hover {
+  background-color: #3b8ab8
+}
+
+.skin-blue-light .main-header li.user-header {
+  background-color: #3c8dbc
+}
+
+.skin-blue-light .content-header {
+  background: transparent
+}
+
+.skin-blue-light .wrapper, .skin-blue-light .main-sidebar, .skin-blue-light .left-side {
+  background-color: #f9fafc
+}
+
+.skin-blue-light .content-wrapper, .skin-blue-light .main-footer {
+  border-left: 1px solid #d2d6de
+}
+
+.skin-blue-light .user-panel > .info, .skin-blue-light .user-panel > .info > a {
+  color: #444
+}
+
+.skin-blue-light .sidebar-menu > li {
+  -webkit-transition: border-left-color .3s ease;
+  -o-transition: border-left-color .3s ease;
+  transition: border-left-color .3s ease
+}
+
+.skin-blue-light .sidebar-menu > li.header {
+  color: #848484;
+  background: #f9fafc
+}
+
+.skin-blue-light .sidebar-menu > li > a {
+  border-left: 3px solid transparent;
+  font-weight: 600
+}
+
+.skin-blue-light .sidebar-menu > li:hover > a, .skin-blue-light .sidebar-menu > li.active > a {
+  color: #000;
+  background: #f4f4f5
+}
+
+.skin-blue-light .sidebar-menu > li.active {
+  border-left-color: #3c8dbc
+}
+
+.skin-blue-light .sidebar-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-blue-light .sidebar-menu > li > .treeview-menu {
+  background: #f4f4f5
+}
+
+.skin-blue-light .sidebar a {
+  color: #444
+}
+
+.skin-blue-light .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-blue-light .treeview-menu > li > a {
+  color: #777
+}
+
+.skin-blue-light .treeview-menu > li.active > a, .skin-blue-light .treeview-menu > li > a:hover {
+  color: #000
+}
+
+.skin-blue-light .treeview-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-blue-light .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #d2d6de;
+  margin: 10px 10px
+}
+
+.skin-blue-light .sidebar-form input[type="text"], .skin-blue-light .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #fff;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-blue-light .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-blue-light .sidebar-form input[type="text"]:focus, .skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-blue-light .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
+
+@media (min-width: 768px) {
+  .skin-blue-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
+    border-left: 1px solid #d2d6de
+  }
+}
+
+.skin-blue-light .main-footer {
+  border-top-color: #d2d6de
+}
+
+.skin-blue.layout-top-nav .main-header > .logo {
+  background-color: #3c8dbc;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-blue.layout-top-nav .main-header > .logo:hover {
+  background-color: #3b8ab8
+}
\ No newline at end of file
diff --git a/dist/css/skins/skin-blue.css b/dist/css/skins/skin-blue.css
index 1bc543fd3..ddeed2e83 100644
--- a/dist/css/skins/skin-blue.css
+++ b/dist/css/skins/skin-blue.css
@@ -5,9 +5,11 @@
 .skin-blue .main-header .navbar {
   background-color: #3c8dbc;
 }
+
 .skin-blue .main-header .navbar .nav > li > a {
   color: #ffffff;
 }
+
 .skin-blue .main-header .navbar .nav > li > a:hover,
 .skin-blue .main-header .navbar .nav > li > a:active,
 .skin-blue .main-header .navbar .nav > li > a:focus,
@@ -18,88 +20,111 @@
   background: rgba(0, 0, 0, 0.1);
   color: #f6f6f6;
 }
+
 .skin-blue .main-header .navbar .sidebar-toggle {
   color: #ffffff;
 }
+
 .skin-blue .main-header .navbar .sidebar-toggle:hover {
   color: #f6f6f6;
   background: rgba(0, 0, 0, 0.1);
 }
+
 .skin-blue .main-header .navbar .sidebar-toggle {
   color: #fff;
 }
+
 .skin-blue .main-header .navbar .sidebar-toggle:hover {
   background-color: #367fa9;
 }
+
 @media (max-width: 767px) {
   .skin-blue .main-header .navbar .dropdown-menu li.divider {
     background-color: rgba(255, 255, 255, 0.1);
   }
+
   .skin-blue .main-header .navbar .dropdown-menu li a {
     color: #fff;
   }
+
   .skin-blue .main-header .navbar .dropdown-menu li a:hover {
     background: #367fa9;
   }
 }
+
 .skin-blue .main-header .logo {
   background-color: #367fa9;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-blue .main-header .logo:hover {
   background-color: #357ca5;
 }
+
 .skin-blue .main-header li.user-header {
   background-color: #3c8dbc;
 }
+
 .skin-blue .content-header {
   background: transparent;
 }
+
 .skin-blue .wrapper,
 .skin-blue .main-sidebar,
 .skin-blue .left-side {
   background-color: #222d32;
 }
+
 .skin-blue .user-panel > .info,
 .skin-blue .user-panel > .info > a {
   color: #fff;
 }
+
 .skin-blue .sidebar-menu > li.header {
   color: #4b646f;
   background: #1a2226;
 }
+
 .skin-blue .sidebar-menu > li > a {
   border-left: 3px solid transparent;
 }
+
 .skin-blue .sidebar-menu > li:hover > a,
 .skin-blue .sidebar-menu > li.active > a {
   color: #ffffff;
   background: #1e282c;
   border-left-color: #3c8dbc;
 }
+
 .skin-blue .sidebar-menu > li > .treeview-menu {
   margin: 0 1px;
   background: #2c3b41;
 }
+
 .skin-blue .sidebar a {
   color: #b8c7ce;
 }
+
 .skin-blue .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-blue .treeview-menu > li > a {
   color: #8aa4af;
 }
+
 .skin-blue .treeview-menu > li.active > a,
 .skin-blue .treeview-menu > li > a:hover {
   color: #ffffff;
 }
+
 .skin-blue .sidebar-form {
   border-radius: 3px;
   border: 1px solid #374850;
   margin: 10px 10px;
 }
+
 .skin-blue .sidebar-form input[type="text"],
 .skin-blue .sidebar-form .btn {
   box-shadow: none;
@@ -110,6 +135,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-blue .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -117,14 +143,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-blue .sidebar-form input[type="text"]:focus,
 .skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-blue .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
@@ -132,11 +161,13 @@
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 0;
 }
+
 .skin-blue.layout-top-nav .main-header > .logo {
   background-color: #3c8dbc;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-blue.layout-top-nav .main-header > .logo:hover {
   background-color: #3b8ab8;
 }
diff --git a/dist/css/skins/skin-blue.min.css b/dist/css/skins/skin-blue.min.css
index 123c04f47..d7c22c82f 100644
--- a/dist/css/skins/skin-blue.min.css
+++ b/dist/css/skins/skin-blue.min.css
@@ -1 +1,156 @@
-.skin-blue .main-header .navbar{background-color:#3c8dbc}.skin-blue .main-header .navbar .nav>li>a{color:#fff}.skin-blue .main-header .navbar .nav>li>a:hover,.skin-blue .main-header .navbar .nav>li>a:active,.skin-blue .main-header .navbar .nav>li>a:focus,.skin-blue .main-header .navbar .nav .open>a,.skin-blue .main-header .navbar .nav .open>a:hover,.skin-blue .main-header .navbar .nav .open>a:focus,.skin-blue .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-blue .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-blue .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue .main-header .navbar .sidebar-toggle:hover{background-color:#367fa9}@media (max-width:767px){.skin-blue .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-blue .main-header .navbar .dropdown-menu li a{color:#fff}.skin-blue .main-header .navbar .dropdown-menu li a:hover{background:#367fa9}}.skin-blue .main-header .logo{background-color:#367fa9;color:#fff;border-bottom:0 solid transparent}.skin-blue .main-header .logo:hover{background-color:#357ca5}.skin-blue .main-header li.user-header{background-color:#3c8dbc}.skin-blue .content-header{background:transparent}.skin-blue .wrapper,.skin-blue .main-sidebar,.skin-blue .left-side{background-color:#222d32}.skin-blue .user-panel>.info,.skin-blue .user-panel>.info>a{color:#fff}.skin-blue .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-blue .sidebar-menu>li>a{border-left:3px solid transparent}.skin-blue .sidebar-menu>li:hover>a,.skin-blue .sidebar-menu>li.active>a{color:#fff;background:#1e282c;border-left-color:#3c8dbc}.skin-blue .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-blue .sidebar a{color:#b8c7ce}.skin-blue .sidebar a:hover{text-decoration:none}.skin-blue .treeview-menu>li>a{color:#8aa4af}.skin-blue .treeview-menu>li.active>a,.skin-blue .treeview-menu>li>a:hover{color:#fff}.skin-blue .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-blue .sidebar-form input[type="text"],.skin-blue .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-blue .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-blue .sidebar-form input[type="text"]:focus,.skin-blue .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-blue .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-blue .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.skin-blue.layout-top-nav .main-header>.logo{background-color:#3c8dbc;color:#fff;border-bottom:0 solid transparent}.skin-blue.layout-top-nav .main-header>.logo:hover{background-color:#3b8ab8}
\ No newline at end of file
+.skin-blue .main-header .navbar {
+  background-color: #3c8dbc
+}
+
+.skin-blue .main-header .navbar .nav > li > a {
+  color: #fff
+}
+
+.skin-blue .main-header .navbar .nav > li > a:hover, .skin-blue .main-header .navbar .nav > li > a:active, .skin-blue .main-header .navbar .nav > li > a:focus, .skin-blue .main-header .navbar .nav .open > a, .skin-blue .main-header .navbar .nav .open > a:hover, .skin-blue .main-header .navbar .nav .open > a:focus, .skin-blue .main-header .navbar .nav > .active > a {
+  background: rgba(0, 0, 0, 0.1);
+  color: #f6f6f6
+}
+
+.skin-blue .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-blue .main-header .navbar .sidebar-toggle:hover {
+  color: #f6f6f6;
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.skin-blue .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-blue .main-header .navbar .sidebar-toggle:hover {
+  background-color: #367fa9
+}
+
+@media (max-width: 767px) {
+  .skin-blue .main-header .navbar .dropdown-menu li.divider {
+    background-color: rgba(255, 255, 255, 0.1)
+  }
+
+  .skin-blue .main-header .navbar .dropdown-menu li a {
+    color: #fff
+  }
+
+  .skin-blue .main-header .navbar .dropdown-menu li a:hover {
+    background: #367fa9
+  }
+}
+
+.skin-blue .main-header .logo {
+  background-color: #367fa9;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-blue .main-header .logo:hover {
+  background-color: #357ca5
+}
+
+.skin-blue .main-header li.user-header {
+  background-color: #3c8dbc
+}
+
+.skin-blue .content-header {
+  background: transparent
+}
+
+.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
+  background-color: #222d32
+}
+
+.skin-blue .user-panel > .info, .skin-blue .user-panel > .info > a {
+  color: #fff
+}
+
+.skin-blue .sidebar-menu > li.header {
+  color: #4b646f;
+  background: #1a2226
+}
+
+.skin-blue .sidebar-menu > li > a {
+  border-left: 3px solid transparent
+}
+
+.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
+  color: #fff;
+  background: #1e282c;
+  border-left-color: #3c8dbc
+}
+
+.skin-blue .sidebar-menu > li > .treeview-menu {
+  margin: 0 1px;
+  background: #2c3b41
+}
+
+.skin-blue .sidebar a {
+  color: #b8c7ce
+}
+
+.skin-blue .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-blue .treeview-menu > li > a {
+  color: #8aa4af
+}
+
+.skin-blue .treeview-menu > li.active > a, .skin-blue .treeview-menu > li > a:hover {
+  color: #fff
+}
+
+.skin-blue .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #374850;
+  margin: 10px 10px
+}
+
+.skin-blue .sidebar-form input[type="text"], .skin-blue .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #374850;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-blue .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-blue .sidebar-form input[type="text"]:focus, .skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-blue .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
+
+.skin-blue.layout-top-nav .main-header > .logo {
+  background-color: #3c8dbc;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-blue.layout-top-nav .main-header > .logo:hover {
+  background-color: #3b8ab8
+}
\ No newline at end of file
diff --git a/dist/css/skins/skin-green-light.css b/dist/css/skins/skin-green-light.css
index f6fc137f7..6cdfe8fff 100644
--- a/dist/css/skins/skin-green-light.css
+++ b/dist/css/skins/skin-green-light.css
@@ -5,9 +5,11 @@
 .skin-green-light .main-header .navbar {
   background-color: #00a65a;
 }
+
 .skin-green-light .main-header .navbar .nav > li > a {
   color: #ffffff;
 }
+
 .skin-green-light .main-header .navbar .nav > li > a:hover,
 .skin-green-light .main-header .navbar .nav > li > a:active,
 .skin-green-light .main-header .navbar .nav > li > a:focus,
@@ -18,105 +20,133 @@
   background: rgba(0, 0, 0, 0.1);
   color: #f6f6f6;
 }
+
 .skin-green-light .main-header .navbar .sidebar-toggle {
   color: #ffffff;
 }
+
 .skin-green-light .main-header .navbar .sidebar-toggle:hover {
   color: #f6f6f6;
   background: rgba(0, 0, 0, 0.1);
 }
+
 .skin-green-light .main-header .navbar .sidebar-toggle {
   color: #fff;
 }
+
 .skin-green-light .main-header .navbar .sidebar-toggle:hover {
   background-color: #008d4c;
 }
+
 @media (max-width: 767px) {
   .skin-green-light .main-header .navbar .dropdown-menu li.divider {
     background-color: rgba(255, 255, 255, 0.1);
   }
+
   .skin-green-light .main-header .navbar .dropdown-menu li a {
     color: #fff;
   }
+
   .skin-green-light .main-header .navbar .dropdown-menu li a:hover {
     background: #008d4c;
   }
 }
+
 .skin-green-light .main-header .logo {
   background-color: #00a65a;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-green-light .main-header .logo:hover {
   background-color: #00a157;
 }
+
 .skin-green-light .main-header li.user-header {
   background-color: #00a65a;
 }
+
 .skin-green-light .content-header {
   background: transparent;
 }
+
 .skin-green-light .wrapper,
 .skin-green-light .main-sidebar,
 .skin-green-light .left-side {
   background-color: #f9fafc;
 }
+
 .skin-green-light .content-wrapper,
 .skin-green-light .main-footer {
   border-left: 1px solid #d2d6de;
 }
+
 .skin-green-light .user-panel > .info,
 .skin-green-light .user-panel > .info > a {
   color: #444444;
 }
+
 .skin-green-light .sidebar-menu > li {
   -webkit-transition: border-left-color 0.3s ease;
   -o-transition: border-left-color 0.3s ease;
   transition: border-left-color 0.3s ease;
 }
+
 .skin-green-light .sidebar-menu > li.header {
   color: #848484;
   background: #f9fafc;
 }
+
 .skin-green-light .sidebar-menu > li > a {
   border-left: 3px solid transparent;
   font-weight: 600;
 }
+
 .skin-green-light .sidebar-menu > li:hover > a,
 .skin-green-light .sidebar-menu > li.active > a {
   color: #000000;
   background: #f4f4f5;
 }
+
 .skin-green-light .sidebar-menu > li.active {
   border-left-color: #00a65a;
 }
+
 .skin-green-light .sidebar-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-green-light .sidebar-menu > li > .treeview-menu {
   background: #f4f4f5;
 }
+
 .skin-green-light .sidebar a {
   color: #444444;
 }
+
 .skin-green-light .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-green-light .treeview-menu > li > a {
   color: #777777;
 }
+
 .skin-green-light .treeview-menu > li.active > a,
 .skin-green-light .treeview-menu > li > a:hover {
   color: #000000;
 }
+
 .skin-green-light .treeview-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-green-light .sidebar-form {
   border-radius: 3px;
   border: 1px solid #d2d6de;
   margin: 10px 10px;
 }
+
 .skin-green-light .sidebar-form input[type="text"],
 .skin-green-light .sidebar-form .btn {
   box-shadow: none;
@@ -127,6 +157,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-green-light .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -134,14 +165,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-green-light .sidebar-form input[type="text"]:focus,
 .skin-green-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-green-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-green-light .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
@@ -149,6 +183,7 @@
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 0;
 }
+
 @media (min-width: 768px) {
   .skin-green-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
     border-left: 1px solid #d2d6de;
diff --git a/dist/css/skins/skin-green-light.min.css b/dist/css/skins/skin-green-light.min.css
index 43ceea49c..838954946 100644
--- a/dist/css/skins/skin-green-light.min.css
+++ b/dist/css/skins/skin-green-light.min.css
@@ -1 +1,173 @@
-.skin-green-light .main-header .navbar{background-color:#00a65a}.skin-green-light .main-header .navbar .nav>li>a{color:#fff}.skin-green-light .main-header .navbar .nav>li>a:hover,.skin-green-light .main-header .navbar .nav>li>a:active,.skin-green-light .main-header .navbar .nav>li>a:focus,.skin-green-light .main-header .navbar .nav .open>a,.skin-green-light .main-header .navbar .nav .open>a:hover,.skin-green-light .main-header .navbar .nav .open>a:focus,.skin-green-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-green-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-green-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-green-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-green-light .main-header .navbar .sidebar-toggle:hover{background-color:#008d4c}@media (max-width:767px){.skin-green-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-green-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-green-light .main-header .navbar .dropdown-menu li a:hover{background:#008d4c}}.skin-green-light .main-header .logo{background-color:#00a65a;color:#fff;border-bottom:0 solid transparent}.skin-green-light .main-header .logo:hover{background-color:#00a157}.skin-green-light .main-header li.user-header{background-color:#00a65a}.skin-green-light .content-header{background:transparent}.skin-green-light .wrapper,.skin-green-light .main-sidebar,.skin-green-light .left-side{background-color:#f9fafc}.skin-green-light .content-wrapper,.skin-green-light .main-footer{border-left:1px solid #d2d6de}.skin-green-light .user-panel>.info,.skin-green-light .user-panel>.info>a{color:#444}.skin-green-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-green-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-green-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-green-light .sidebar-menu>li:hover>a,.skin-green-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-green-light .sidebar-menu>li.active{border-left-color:#00a65a}.skin-green-light .sidebar-menu>li.active>a{font-weight:600}.skin-green-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-green-light .sidebar a{color:#444}.skin-green-light .sidebar a:hover{text-decoration:none}.skin-green-light .treeview-menu>li>a{color:#777}.skin-green-light .treeview-menu>li.active>a,.skin-green-light .treeview-menu>li>a:hover{color:#000}.skin-green-light .treeview-menu>li.active>a{font-weight:600}.skin-green-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-green-light .sidebar-form input[type="text"],.skin-green-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-green-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-green-light .sidebar-form input[type="text"]:focus,.skin-green-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-green-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-green-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-green-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}
\ No newline at end of file
+.skin-green-light .main-header .navbar {
+  background-color: #00a65a
+}
+
+.skin-green-light .main-header .navbar .nav > li > a {
+  color: #fff
+}
+
+.skin-green-light .main-header .navbar .nav > li > a:hover, .skin-green-light .main-header .navbar .nav > li > a:active, .skin-green-light .main-header .navbar .nav > li > a:focus, .skin-green-light .main-header .navbar .nav .open > a, .skin-green-light .main-header .navbar .nav .open > a:hover, .skin-green-light .main-header .navbar .nav .open > a:focus, .skin-green-light .main-header .navbar .nav > .active > a {
+  background: rgba(0, 0, 0, 0.1);
+  color: #f6f6f6
+}
+
+.skin-green-light .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-green-light .main-header .navbar .sidebar-toggle:hover {
+  color: #f6f6f6;
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.skin-green-light .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-green-light .main-header .navbar .sidebar-toggle:hover {
+  background-color: #008d4c
+}
+
+@media (max-width: 767px) {
+  .skin-green-light .main-header .navbar .dropdown-menu li.divider {
+    background-color: rgba(255, 255, 255, 0.1)
+  }
+
+  .skin-green-light .main-header .navbar .dropdown-menu li a {
+    color: #fff
+  }
+
+  .skin-green-light .main-header .navbar .dropdown-menu li a:hover {
+    background: #008d4c
+  }
+}
+
+.skin-green-light .main-header .logo {
+  background-color: #00a65a;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-green-light .main-header .logo:hover {
+  background-color: #00a157
+}
+
+.skin-green-light .main-header li.user-header {
+  background-color: #00a65a
+}
+
+.skin-green-light .content-header {
+  background: transparent
+}
+
+.skin-green-light .wrapper, .skin-green-light .main-sidebar, .skin-green-light .left-side {
+  background-color: #f9fafc
+}
+
+.skin-green-light .content-wrapper, .skin-green-light .main-footer {
+  border-left: 1px solid #d2d6de
+}
+
+.skin-green-light .user-panel > .info, .skin-green-light .user-panel > .info > a {
+  color: #444
+}
+
+.skin-green-light .sidebar-menu > li {
+  -webkit-transition: border-left-color .3s ease;
+  -o-transition: border-left-color .3s ease;
+  transition: border-left-color .3s ease
+}
+
+.skin-green-light .sidebar-menu > li.header {
+  color: #848484;
+  background: #f9fafc
+}
+
+.skin-green-light .sidebar-menu > li > a {
+  border-left: 3px solid transparent;
+  font-weight: 600
+}
+
+.skin-green-light .sidebar-menu > li:hover > a, .skin-green-light .sidebar-menu > li.active > a {
+  color: #000;
+  background: #f4f4f5
+}
+
+.skin-green-light .sidebar-menu > li.active {
+  border-left-color: #00a65a
+}
+
+.skin-green-light .sidebar-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-green-light .sidebar-menu > li > .treeview-menu {
+  background: #f4f4f5
+}
+
+.skin-green-light .sidebar a {
+  color: #444
+}
+
+.skin-green-light .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-green-light .treeview-menu > li > a {
+  color: #777
+}
+
+.skin-green-light .treeview-menu > li.active > a, .skin-green-light .treeview-menu > li > a:hover {
+  color: #000
+}
+
+.skin-green-light .treeview-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-green-light .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #d2d6de;
+  margin: 10px 10px
+}
+
+.skin-green-light .sidebar-form input[type="text"], .skin-green-light .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #fff;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-green-light .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-green-light .sidebar-form input[type="text"]:focus, .skin-green-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-green-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-green-light .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
+
+@media (min-width: 768px) {
+  .skin-green-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
+    border-left: 1px solid #d2d6de
+  }
+}
\ No newline at end of file
diff --git a/dist/css/skins/skin-green.css b/dist/css/skins/skin-green.css
index 356249304..14067aeb6 100644
--- a/dist/css/skins/skin-green.css
+++ b/dist/css/skins/skin-green.css
@@ -5,9 +5,11 @@
 .skin-green .main-header .navbar {
   background-color: #00a65a;
 }
+
 .skin-green .main-header .navbar .nav > li > a {
   color: #ffffff;
 }
+
 .skin-green .main-header .navbar .nav > li > a:hover,
 .skin-green .main-header .navbar .nav > li > a:active,
 .skin-green .main-header .navbar .nav > li > a:focus,
@@ -18,88 +20,111 @@
   background: rgba(0, 0, 0, 0.1);
   color: #f6f6f6;
 }
+
 .skin-green .main-header .navbar .sidebar-toggle {
   color: #ffffff;
 }
+
 .skin-green .main-header .navbar .sidebar-toggle:hover {
   color: #f6f6f6;
   background: rgba(0, 0, 0, 0.1);
 }
+
 .skin-green .main-header .navbar .sidebar-toggle {
   color: #fff;
 }
+
 .skin-green .main-header .navbar .sidebar-toggle:hover {
   background-color: #008d4c;
 }
+
 @media (max-width: 767px) {
   .skin-green .main-header .navbar .dropdown-menu li.divider {
     background-color: rgba(255, 255, 255, 0.1);
   }
+
   .skin-green .main-header .navbar .dropdown-menu li a {
     color: #fff;
   }
+
   .skin-green .main-header .navbar .dropdown-menu li a:hover {
     background: #008d4c;
   }
 }
+
 .skin-green .main-header .logo {
   background-color: #008d4c;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-green .main-header .logo:hover {
   background-color: #008749;
 }
+
 .skin-green .main-header li.user-header {
   background-color: #00a65a;
 }
+
 .skin-green .content-header {
   background: transparent;
 }
+
 .skin-green .wrapper,
 .skin-green .main-sidebar,
 .skin-green .left-side {
   background-color: #222d32;
 }
+
 .skin-green .user-panel > .info,
 .skin-green .user-panel > .info > a {
   color: #fff;
 }
+
 .skin-green .sidebar-menu > li.header {
   color: #4b646f;
   background: #1a2226;
 }
+
 .skin-green .sidebar-menu > li > a {
   border-left: 3px solid transparent;
 }
+
 .skin-green .sidebar-menu > li:hover > a,
 .skin-green .sidebar-menu > li.active > a {
   color: #ffffff;
   background: #1e282c;
   border-left-color: #00a65a;
 }
+
 .skin-green .sidebar-menu > li > .treeview-menu {
   margin: 0 1px;
   background: #2c3b41;
 }
+
 .skin-green .sidebar a {
   color: #b8c7ce;
 }
+
 .skin-green .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-green .treeview-menu > li > a {
   color: #8aa4af;
 }
+
 .skin-green .treeview-menu > li.active > a,
 .skin-green .treeview-menu > li > a:hover {
   color: #ffffff;
 }
+
 .skin-green .sidebar-form {
   border-radius: 3px;
   border: 1px solid #374850;
   margin: 10px 10px;
 }
+
 .skin-green .sidebar-form input[type="text"],
 .skin-green .sidebar-form .btn {
   box-shadow: none;
@@ -110,6 +135,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-green .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -117,14 +143,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-green .sidebar-form input[type="text"]:focus,
 .skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-green .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
diff --git a/dist/css/skins/skin-green.min.css b/dist/css/skins/skin-green.min.css
index 8f885edb9..1761bcd1b 100644
--- a/dist/css/skins/skin-green.min.css
+++ b/dist/css/skins/skin-green.min.css
@@ -1 +1,146 @@
-.skin-green .main-header .navbar{background-color:#00a65a}.skin-green .main-header .navbar .nav>li>a{color:#fff}.skin-green .main-header .navbar .nav>li>a:hover,.skin-green .main-header .navbar .nav>li>a:active,.skin-green .main-header .navbar .nav>li>a:focus,.skin-green .main-header .navbar .nav .open>a,.skin-green .main-header .navbar .nav .open>a:hover,.skin-green .main-header .navbar .nav .open>a:focus,.skin-green .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-green .main-header .navbar .sidebar-toggle{color:#fff}.skin-green .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-green .main-header .navbar .sidebar-toggle{color:#fff}.skin-green .main-header .navbar .sidebar-toggle:hover{background-color:#008d4c}@media (max-width:767px){.skin-green .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-green .main-header .navbar .dropdown-menu li a{color:#fff}.skin-green .main-header .navbar .dropdown-menu li a:hover{background:#008d4c}}.skin-green .main-header .logo{background-color:#008d4c;color:#fff;border-bottom:0 solid transparent}.skin-green .main-header .logo:hover{background-color:#008749}.skin-green .main-header li.user-header{background-color:#00a65a}.skin-green .content-header{background:transparent}.skin-green .wrapper,.skin-green .main-sidebar,.skin-green .left-side{background-color:#222d32}.skin-green .user-panel>.info,.skin-green .user-panel>.info>a{color:#fff}.skin-green .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-green .sidebar-menu>li>a{border-left:3px solid transparent}.skin-green .sidebar-menu>li:hover>a,.skin-green .sidebar-menu>li.active>a{color:#fff;background:#1e282c;border-left-color:#00a65a}.skin-green .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-green .sidebar a{color:#b8c7ce}.skin-green .sidebar a:hover{text-decoration:none}.skin-green .treeview-menu>li>a{color:#8aa4af}.skin-green .treeview-menu>li.active>a,.skin-green .treeview-menu>li>a:hover{color:#fff}.skin-green .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-green .sidebar-form input[type="text"],.skin-green .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-green .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-green .sidebar-form input[type="text"]:focus,.skin-green .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-green .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-green .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}
\ No newline at end of file
+.skin-green .main-header .navbar {
+  background-color: #00a65a
+}
+
+.skin-green .main-header .navbar .nav > li > a {
+  color: #fff
+}
+
+.skin-green .main-header .navbar .nav > li > a:hover, .skin-green .main-header .navbar .nav > li > a:active, .skin-green .main-header .navbar .nav > li > a:focus, .skin-green .main-header .navbar .nav .open > a, .skin-green .main-header .navbar .nav .open > a:hover, .skin-green .main-header .navbar .nav .open > a:focus, .skin-green .main-header .navbar .nav > .active > a {
+  background: rgba(0, 0, 0, 0.1);
+  color: #f6f6f6
+}
+
+.skin-green .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-green .main-header .navbar .sidebar-toggle:hover {
+  color: #f6f6f6;
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.skin-green .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-green .main-header .navbar .sidebar-toggle:hover {
+  background-color: #008d4c
+}
+
+@media (max-width: 767px) {
+  .skin-green .main-header .navbar .dropdown-menu li.divider {
+    background-color: rgba(255, 255, 255, 0.1)
+  }
+
+  .skin-green .main-header .navbar .dropdown-menu li a {
+    color: #fff
+  }
+
+  .skin-green .main-header .navbar .dropdown-menu li a:hover {
+    background: #008d4c
+  }
+}
+
+.skin-green .main-header .logo {
+  background-color: #008d4c;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-green .main-header .logo:hover {
+  background-color: #008749
+}
+
+.skin-green .main-header li.user-header {
+  background-color: #00a65a
+}
+
+.skin-green .content-header {
+  background: transparent
+}
+
+.skin-green .wrapper, .skin-green .main-sidebar, .skin-green .left-side {
+  background-color: #222d32
+}
+
+.skin-green .user-panel > .info, .skin-green .user-panel > .info > a {
+  color: #fff
+}
+
+.skin-green .sidebar-menu > li.header {
+  color: #4b646f;
+  background: #1a2226
+}
+
+.skin-green .sidebar-menu > li > a {
+  border-left: 3px solid transparent
+}
+
+.skin-green .sidebar-menu > li:hover > a, .skin-green .sidebar-menu > li.active > a {
+  color: #fff;
+  background: #1e282c;
+  border-left-color: #00a65a
+}
+
+.skin-green .sidebar-menu > li > .treeview-menu {
+  margin: 0 1px;
+  background: #2c3b41
+}
+
+.skin-green .sidebar a {
+  color: #b8c7ce
+}
+
+.skin-green .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-green .treeview-menu > li > a {
+  color: #8aa4af
+}
+
+.skin-green .treeview-menu > li.active > a, .skin-green .treeview-menu > li > a:hover {
+  color: #fff
+}
+
+.skin-green .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #374850;
+  margin: 10px 10px
+}
+
+.skin-green .sidebar-form input[type="text"], .skin-green .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #374850;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-green .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-green .sidebar-form input[type="text"]:focus, .skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-green .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
\ No newline at end of file
diff --git a/dist/css/skins/skin-purple-light.css b/dist/css/skins/skin-purple-light.css
index 551eacb73..6d40e5675 100644
--- a/dist/css/skins/skin-purple-light.css
+++ b/dist/css/skins/skin-purple-light.css
@@ -5,9 +5,11 @@
 .skin-purple-light .main-header .navbar {
   background-color: #605ca8;
 }
+
 .skin-purple-light .main-header .navbar .nav > li > a {
   color: #ffffff;
 }
+
 .skin-purple-light .main-header .navbar .nav > li > a:hover,
 .skin-purple-light .main-header .navbar .nav > li > a:active,
 .skin-purple-light .main-header .navbar .nav > li > a:focus,
@@ -18,105 +20,133 @@
   background: rgba(0, 0, 0, 0.1);
   color: #f6f6f6;
 }
+
 .skin-purple-light .main-header .navbar .sidebar-toggle {
   color: #ffffff;
 }
+
 .skin-purple-light .main-header .navbar .sidebar-toggle:hover {
   color: #f6f6f6;
   background: rgba(0, 0, 0, 0.1);
 }
+
 .skin-purple-light .main-header .navbar .sidebar-toggle {
   color: #fff;
 }
+
 .skin-purple-light .main-header .navbar .sidebar-toggle:hover {
   background-color: #555299;
 }
+
 @media (max-width: 767px) {
   .skin-purple-light .main-header .navbar .dropdown-menu li.divider {
     background-color: rgba(255, 255, 255, 0.1);
   }
+
   .skin-purple-light .main-header .navbar .dropdown-menu li a {
     color: #fff;
   }
+
   .skin-purple-light .main-header .navbar .dropdown-menu li a:hover {
     background: #555299;
   }
 }
+
 .skin-purple-light .main-header .logo {
   background-color: #605ca8;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-purple-light .main-header .logo:hover {
   background-color: #5d59a6;
 }
+
 .skin-purple-light .main-header li.user-header {
   background-color: #605ca8;
 }
+
 .skin-purple-light .content-header {
   background: transparent;
 }
+
 .skin-purple-light .wrapper,
 .skin-purple-light .main-sidebar,
 .skin-purple-light .left-side {
   background-color: #f9fafc;
 }
+
 .skin-purple-light .content-wrapper,
 .skin-purple-light .main-footer {
   border-left: 1px solid #d2d6de;
 }
+
 .skin-purple-light .user-panel > .info,
 .skin-purple-light .user-panel > .info > a {
   color: #444444;
 }
+
 .skin-purple-light .sidebar-menu > li {
   -webkit-transition: border-left-color 0.3s ease;
   -o-transition: border-left-color 0.3s ease;
   transition: border-left-color 0.3s ease;
 }
+
 .skin-purple-light .sidebar-menu > li.header {
   color: #848484;
   background: #f9fafc;
 }
+
 .skin-purple-light .sidebar-menu > li > a {
   border-left: 3px solid transparent;
   font-weight: 600;
 }
+
 .skin-purple-light .sidebar-menu > li:hover > a,
 .skin-purple-light .sidebar-menu > li.active > a {
   color: #000000;
   background: #f4f4f5;
 }
+
 .skin-purple-light .sidebar-menu > li.active {
   border-left-color: #605ca8;
 }
+
 .skin-purple-light .sidebar-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-purple-light .sidebar-menu > li > .treeview-menu {
   background: #f4f4f5;
 }
+
 .skin-purple-light .sidebar a {
   color: #444444;
 }
+
 .skin-purple-light .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-purple-light .treeview-menu > li > a {
   color: #777777;
 }
+
 .skin-purple-light .treeview-menu > li.active > a,
 .skin-purple-light .treeview-menu > li > a:hover {
   color: #000000;
 }
+
 .skin-purple-light .treeview-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-purple-light .sidebar-form {
   border-radius: 3px;
   border: 1px solid #d2d6de;
   margin: 10px 10px;
 }
+
 .skin-purple-light .sidebar-form input[type="text"],
 .skin-purple-light .sidebar-form .btn {
   box-shadow: none;
@@ -127,6 +157,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-purple-light .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -134,14 +165,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-purple-light .sidebar-form input[type="text"]:focus,
 .skin-purple-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-purple-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-purple-light .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
@@ -149,6 +183,7 @@
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 0;
 }
+
 @media (min-width: 768px) {
   .skin-purple-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
     border-left: 1px solid #d2d6de;
diff --git a/dist/css/skins/skin-purple-light.min.css b/dist/css/skins/skin-purple-light.min.css
index 53333c4ec..c5f69e915 100644
--- a/dist/css/skins/skin-purple-light.min.css
+++ b/dist/css/skins/skin-purple-light.min.css
@@ -1 +1,173 @@
-.skin-purple-light .main-header .navbar{background-color:#605ca8}.skin-purple-light .main-header .navbar .nav>li>a{color:#fff}.skin-purple-light .main-header .navbar .nav>li>a:hover,.skin-purple-light .main-header .navbar .nav>li>a:active,.skin-purple-light .main-header .navbar .nav>li>a:focus,.skin-purple-light .main-header .navbar .nav .open>a,.skin-purple-light .main-header .navbar .nav .open>a:hover,.skin-purple-light .main-header .navbar .nav .open>a:focus,.skin-purple-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-purple-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-purple-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-purple-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-purple-light .main-header .navbar .sidebar-toggle:hover{background-color:#555299}@media (max-width:767px){.skin-purple-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-purple-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-purple-light .main-header .navbar .dropdown-menu li a:hover{background:#555299}}.skin-purple-light .main-header .logo{background-color:#605ca8;color:#fff;border-bottom:0 solid transparent}.skin-purple-light .main-header .logo:hover{background-color:#5d59a6}.skin-purple-light .main-header li.user-header{background-color:#605ca8}.skin-purple-light .content-header{background:transparent}.skin-purple-light .wrapper,.skin-purple-light .main-sidebar,.skin-purple-light .left-side{background-color:#f9fafc}.skin-purple-light .content-wrapper,.skin-purple-light .main-footer{border-left:1px solid #d2d6de}.skin-purple-light .user-panel>.info,.skin-purple-light .user-panel>.info>a{color:#444}.skin-purple-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-purple-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-purple-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-purple-light .sidebar-menu>li:hover>a,.skin-purple-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-purple-light .sidebar-menu>li.active{border-left-color:#605ca8}.skin-purple-light .sidebar-menu>li.active>a{font-weight:600}.skin-purple-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-purple-light .sidebar a{color:#444}.skin-purple-light .sidebar a:hover{text-decoration:none}.skin-purple-light .treeview-menu>li>a{color:#777}.skin-purple-light .treeview-menu>li.active>a,.skin-purple-light .treeview-menu>li>a:hover{color:#000}.skin-purple-light .treeview-menu>li.active>a{font-weight:600}.skin-purple-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-purple-light .sidebar-form input[type="text"],.skin-purple-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-purple-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-purple-light .sidebar-form input[type="text"]:focus,.skin-purple-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-purple-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-purple-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-purple-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}
\ No newline at end of file
+.skin-purple-light .main-header .navbar {
+  background-color: #605ca8
+}
+
+.skin-purple-light .main-header .navbar .nav > li > a {
+  color: #fff
+}
+
+.skin-purple-light .main-header .navbar .nav > li > a:hover, .skin-purple-light .main-header .navbar .nav > li > a:active, .skin-purple-light .main-header .navbar .nav > li > a:focus, .skin-purple-light .main-header .navbar .nav .open > a, .skin-purple-light .main-header .navbar .nav .open > a:hover, .skin-purple-light .main-header .navbar .nav .open > a:focus, .skin-purple-light .main-header .navbar .nav > .active > a {
+  background: rgba(0, 0, 0, 0.1);
+  color: #f6f6f6
+}
+
+.skin-purple-light .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-purple-light .main-header .navbar .sidebar-toggle:hover {
+  color: #f6f6f6;
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.skin-purple-light .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-purple-light .main-header .navbar .sidebar-toggle:hover {
+  background-color: #555299
+}
+
+@media (max-width: 767px) {
+  .skin-purple-light .main-header .navbar .dropdown-menu li.divider {
+    background-color: rgba(255, 255, 255, 0.1)
+  }
+
+  .skin-purple-light .main-header .navbar .dropdown-menu li a {
+    color: #fff
+  }
+
+  .skin-purple-light .main-header .navbar .dropdown-menu li a:hover {
+    background: #555299
+  }
+}
+
+.skin-purple-light .main-header .logo {
+  background-color: #605ca8;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-purple-light .main-header .logo:hover {
+  background-color: #5d59a6
+}
+
+.skin-purple-light .main-header li.user-header {
+  background-color: #605ca8
+}
+
+.skin-purple-light .content-header {
+  background: transparent
+}
+
+.skin-purple-light .wrapper, .skin-purple-light .main-sidebar, .skin-purple-light .left-side {
+  background-color: #f9fafc
+}
+
+.skin-purple-light .content-wrapper, .skin-purple-light .main-footer {
+  border-left: 1px solid #d2d6de
+}
+
+.skin-purple-light .user-panel > .info, .skin-purple-light .user-panel > .info > a {
+  color: #444
+}
+
+.skin-purple-light .sidebar-menu > li {
+  -webkit-transition: border-left-color .3s ease;
+  -o-transition: border-left-color .3s ease;
+  transition: border-left-color .3s ease
+}
+
+.skin-purple-light .sidebar-menu > li.header {
+  color: #848484;
+  background: #f9fafc
+}
+
+.skin-purple-light .sidebar-menu > li > a {
+  border-left: 3px solid transparent;
+  font-weight: 600
+}
+
+.skin-purple-light .sidebar-menu > li:hover > a, .skin-purple-light .sidebar-menu > li.active > a {
+  color: #000;
+  background: #f4f4f5
+}
+
+.skin-purple-light .sidebar-menu > li.active {
+  border-left-color: #605ca8
+}
+
+.skin-purple-light .sidebar-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-purple-light .sidebar-menu > li > .treeview-menu {
+  background: #f4f4f5
+}
+
+.skin-purple-light .sidebar a {
+  color: #444
+}
+
+.skin-purple-light .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-purple-light .treeview-menu > li > a {
+  color: #777
+}
+
+.skin-purple-light .treeview-menu > li.active > a, .skin-purple-light .treeview-menu > li > a:hover {
+  color: #000
+}
+
+.skin-purple-light .treeview-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-purple-light .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #d2d6de;
+  margin: 10px 10px
+}
+
+.skin-purple-light .sidebar-form input[type="text"], .skin-purple-light .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #fff;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-purple-light .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-purple-light .sidebar-form input[type="text"]:focus, .skin-purple-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-purple-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-purple-light .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
+
+@media (min-width: 768px) {
+  .skin-purple-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
+    border-left: 1px solid #d2d6de
+  }
+}
\ No newline at end of file
diff --git a/dist/css/skins/skin-purple.css b/dist/css/skins/skin-purple.css
index b1d6c8a3e..5f802cbdc 100644
--- a/dist/css/skins/skin-purple.css
+++ b/dist/css/skins/skin-purple.css
@@ -5,9 +5,11 @@
 .skin-purple .main-header .navbar {
   background-color: #605ca8;
 }
+
 .skin-purple .main-header .navbar .nav > li > a {
   color: #ffffff;
 }
+
 .skin-purple .main-header .navbar .nav > li > a:hover,
 .skin-purple .main-header .navbar .nav > li > a:active,
 .skin-purple .main-header .navbar .nav > li > a:focus,
@@ -18,88 +20,111 @@
   background: rgba(0, 0, 0, 0.1);
   color: #f6f6f6;
 }
+
 .skin-purple .main-header .navbar .sidebar-toggle {
   color: #ffffff;
 }
+
 .skin-purple .main-header .navbar .sidebar-toggle:hover {
   color: #f6f6f6;
   background: rgba(0, 0, 0, 0.1);
 }
+
 .skin-purple .main-header .navbar .sidebar-toggle {
   color: #fff;
 }
+
 .skin-purple .main-header .navbar .sidebar-toggle:hover {
   background-color: #555299;
 }
+
 @media (max-width: 767px) {
   .skin-purple .main-header .navbar .dropdown-menu li.divider {
     background-color: rgba(255, 255, 255, 0.1);
   }
+
   .skin-purple .main-header .navbar .dropdown-menu li a {
     color: #fff;
   }
+
   .skin-purple .main-header .navbar .dropdown-menu li a:hover {
     background: #555299;
   }
 }
+
 .skin-purple .main-header .logo {
   background-color: #555299;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-purple .main-header .logo:hover {
   background-color: #545096;
 }
+
 .skin-purple .main-header li.user-header {
   background-color: #605ca8;
 }
+
 .skin-purple .content-header {
   background: transparent;
 }
+
 .skin-purple .wrapper,
 .skin-purple .main-sidebar,
 .skin-purple .left-side {
   background-color: #222d32;
 }
+
 .skin-purple .user-panel > .info,
 .skin-purple .user-panel > .info > a {
   color: #fff;
 }
+
 .skin-purple .sidebar-menu > li.header {
   color: #4b646f;
   background: #1a2226;
 }
+
 .skin-purple .sidebar-menu > li > a {
   border-left: 3px solid transparent;
 }
+
 .skin-purple .sidebar-menu > li:hover > a,
 .skin-purple .sidebar-menu > li.active > a {
   color: #ffffff;
   background: #1e282c;
   border-left-color: #605ca8;
 }
+
 .skin-purple .sidebar-menu > li > .treeview-menu {
   margin: 0 1px;
   background: #2c3b41;
 }
+
 .skin-purple .sidebar a {
   color: #b8c7ce;
 }
+
 .skin-purple .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-purple .treeview-menu > li > a {
   color: #8aa4af;
 }
+
 .skin-purple .treeview-menu > li.active > a,
 .skin-purple .treeview-menu > li > a:hover {
   color: #ffffff;
 }
+
 .skin-purple .sidebar-form {
   border-radius: 3px;
   border: 1px solid #374850;
   margin: 10px 10px;
 }
+
 .skin-purple .sidebar-form input[type="text"],
 .skin-purple .sidebar-form .btn {
   box-shadow: none;
@@ -110,6 +135,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-purple .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -117,14 +143,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-purple .sidebar-form input[type="text"]:focus,
 .skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-purple .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
diff --git a/dist/css/skins/skin-purple.min.css b/dist/css/skins/skin-purple.min.css
index 1eff3d9dd..cd22e6b71 100644
--- a/dist/css/skins/skin-purple.min.css
+++ b/dist/css/skins/skin-purple.min.css
@@ -1 +1,146 @@
-.skin-purple .main-header .navbar{background-color:#605ca8}.skin-purple .main-header .navbar .nav>li>a{color:#fff}.skin-purple .main-header .navbar .nav>li>a:hover,.skin-purple .main-header .navbar .nav>li>a:active,.skin-purple .main-header .navbar .nav>li>a:focus,.skin-purple .main-header .navbar .nav .open>a,.skin-purple .main-header .navbar .nav .open>a:hover,.skin-purple .main-header .navbar .nav .open>a:focus,.skin-purple .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-purple .main-header .navbar .sidebar-toggle{color:#fff}.skin-purple .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-purple .main-header .navbar .sidebar-toggle{color:#fff}.skin-purple .main-header .navbar .sidebar-toggle:hover{background-color:#555299}@media (max-width:767px){.skin-purple .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-purple .main-header .navbar .dropdown-menu li a{color:#fff}.skin-purple .main-header .navbar .dropdown-menu li a:hover{background:#555299}}.skin-purple .main-header .logo{background-color:#555299;color:#fff;border-bottom:0 solid transparent}.skin-purple .main-header .logo:hover{background-color:#545096}.skin-purple .main-header li.user-header{background-color:#605ca8}.skin-purple .content-header{background:transparent}.skin-purple .wrapper,.skin-purple .main-sidebar,.skin-purple .left-side{background-color:#222d32}.skin-purple .user-panel>.info,.skin-purple .user-panel>.info>a{color:#fff}.skin-purple .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-purple .sidebar-menu>li>a{border-left:3px solid transparent}.skin-purple .sidebar-menu>li:hover>a,.skin-purple .sidebar-menu>li.active>a{color:#fff;background:#1e282c;border-left-color:#605ca8}.skin-purple .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-purple .sidebar a{color:#b8c7ce}.skin-purple .sidebar a:hover{text-decoration:none}.skin-purple .treeview-menu>li>a{color:#8aa4af}.skin-purple .treeview-menu>li.active>a,.skin-purple .treeview-menu>li>a:hover{color:#fff}.skin-purple .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-purple .sidebar-form input[type="text"],.skin-purple .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-purple .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-purple .sidebar-form input[type="text"]:focus,.skin-purple .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-purple .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-purple .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}
\ No newline at end of file
+.skin-purple .main-header .navbar {
+  background-color: #605ca8
+}
+
+.skin-purple .main-header .navbar .nav > li > a {
+  color: #fff
+}
+
+.skin-purple .main-header .navbar .nav > li > a:hover, .skin-purple .main-header .navbar .nav > li > a:active, .skin-purple .main-header .navbar .nav > li > a:focus, .skin-purple .main-header .navbar .nav .open > a, .skin-purple .main-header .navbar .nav .open > a:hover, .skin-purple .main-header .navbar .nav .open > a:focus, .skin-purple .main-header .navbar .nav > .active > a {
+  background: rgba(0, 0, 0, 0.1);
+  color: #f6f6f6
+}
+
+.skin-purple .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-purple .main-header .navbar .sidebar-toggle:hover {
+  color: #f6f6f6;
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.skin-purple .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-purple .main-header .navbar .sidebar-toggle:hover {
+  background-color: #555299
+}
+
+@media (max-width: 767px) {
+  .skin-purple .main-header .navbar .dropdown-menu li.divider {
+    background-color: rgba(255, 255, 255, 0.1)
+  }
+
+  .skin-purple .main-header .navbar .dropdown-menu li a {
+    color: #fff
+  }
+
+  .skin-purple .main-header .navbar .dropdown-menu li a:hover {
+    background: #555299
+  }
+}
+
+.skin-purple .main-header .logo {
+  background-color: #555299;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-purple .main-header .logo:hover {
+  background-color: #545096
+}
+
+.skin-purple .main-header li.user-header {
+  background-color: #605ca8
+}
+
+.skin-purple .content-header {
+  background: transparent
+}
+
+.skin-purple .wrapper, .skin-purple .main-sidebar, .skin-purple .left-side {
+  background-color: #222d32
+}
+
+.skin-purple .user-panel > .info, .skin-purple .user-panel > .info > a {
+  color: #fff
+}
+
+.skin-purple .sidebar-menu > li.header {
+  color: #4b646f;
+  background: #1a2226
+}
+
+.skin-purple .sidebar-menu > li > a {
+  border-left: 3px solid transparent
+}
+
+.skin-purple .sidebar-menu > li:hover > a, .skin-purple .sidebar-menu > li.active > a {
+  color: #fff;
+  background: #1e282c;
+  border-left-color: #605ca8
+}
+
+.skin-purple .sidebar-menu > li > .treeview-menu {
+  margin: 0 1px;
+  background: #2c3b41
+}
+
+.skin-purple .sidebar a {
+  color: #b8c7ce
+}
+
+.skin-purple .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-purple .treeview-menu > li > a {
+  color: #8aa4af
+}
+
+.skin-purple .treeview-menu > li.active > a, .skin-purple .treeview-menu > li > a:hover {
+  color: #fff
+}
+
+.skin-purple .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #374850;
+  margin: 10px 10px
+}
+
+.skin-purple .sidebar-form input[type="text"], .skin-purple .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #374850;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-purple .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-purple .sidebar-form input[type="text"]:focus, .skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-purple .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
\ No newline at end of file
diff --git a/dist/css/skins/skin-red-light.css b/dist/css/skins/skin-red-light.css
index 4ba687f0a..864dfc3fa 100644
--- a/dist/css/skins/skin-red-light.css
+++ b/dist/css/skins/skin-red-light.css
@@ -5,9 +5,11 @@
 .skin-red-light .main-header .navbar {
   background-color: #dd4b39;
 }
+
 .skin-red-light .main-header .navbar .nav > li > a {
   color: #ffffff;
 }
+
 .skin-red-light .main-header .navbar .nav > li > a:hover,
 .skin-red-light .main-header .navbar .nav > li > a:active,
 .skin-red-light .main-header .navbar .nav > li > a:focus,
@@ -18,105 +20,133 @@
   background: rgba(0, 0, 0, 0.1);
   color: #f6f6f6;
 }
+
 .skin-red-light .main-header .navbar .sidebar-toggle {
   color: #ffffff;
 }
+
 .skin-red-light .main-header .navbar .sidebar-toggle:hover {
   color: #f6f6f6;
   background: rgba(0, 0, 0, 0.1);
 }
+
 .skin-red-light .main-header .navbar .sidebar-toggle {
   color: #fff;
 }
+
 .skin-red-light .main-header .navbar .sidebar-toggle:hover {
   background-color: #d73925;
 }
+
 @media (max-width: 767px) {
   .skin-red-light .main-header .navbar .dropdown-menu li.divider {
     background-color: rgba(255, 255, 255, 0.1);
   }
+
   .skin-red-light .main-header .navbar .dropdown-menu li a {
     color: #fff;
   }
+
   .skin-red-light .main-header .navbar .dropdown-menu li a:hover {
     background: #d73925;
   }
 }
+
 .skin-red-light .main-header .logo {
   background-color: #dd4b39;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-red-light .main-header .logo:hover {
   background-color: #dc4735;
 }
+
 .skin-red-light .main-header li.user-header {
   background-color: #dd4b39;
 }
+
 .skin-red-light .content-header {
   background: transparent;
 }
+
 .skin-red-light .wrapper,
 .skin-red-light .main-sidebar,
 .skin-red-light .left-side {
   background-color: #f9fafc;
 }
+
 .skin-red-light .content-wrapper,
 .skin-red-light .main-footer {
   border-left: 1px solid #d2d6de;
 }
+
 .skin-red-light .user-panel > .info,
 .skin-red-light .user-panel > .info > a {
   color: #444444;
 }
+
 .skin-red-light .sidebar-menu > li {
   -webkit-transition: border-left-color 0.3s ease;
   -o-transition: border-left-color 0.3s ease;
   transition: border-left-color 0.3s ease;
 }
+
 .skin-red-light .sidebar-menu > li.header {
   color: #848484;
   background: #f9fafc;
 }
+
 .skin-red-light .sidebar-menu > li > a {
   border-left: 3px solid transparent;
   font-weight: 600;
 }
+
 .skin-red-light .sidebar-menu > li:hover > a,
 .skin-red-light .sidebar-menu > li.active > a {
   color: #000000;
   background: #f4f4f5;
 }
+
 .skin-red-light .sidebar-menu > li.active {
   border-left-color: #dd4b39;
 }
+
 .skin-red-light .sidebar-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-red-light .sidebar-menu > li > .treeview-menu {
   background: #f4f4f5;
 }
+
 .skin-red-light .sidebar a {
   color: #444444;
 }
+
 .skin-red-light .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-red-light .treeview-menu > li > a {
   color: #777777;
 }
+
 .skin-red-light .treeview-menu > li.active > a,
 .skin-red-light .treeview-menu > li > a:hover {
   color: #000000;
 }
+
 .skin-red-light .treeview-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-red-light .sidebar-form {
   border-radius: 3px;
   border: 1px solid #d2d6de;
   margin: 10px 10px;
 }
+
 .skin-red-light .sidebar-form input[type="text"],
 .skin-red-light .sidebar-form .btn {
   box-shadow: none;
@@ -127,6 +157,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-red-light .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -134,14 +165,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-red-light .sidebar-form input[type="text"]:focus,
 .skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-red-light .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
@@ -149,6 +183,7 @@
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 0;
 }
+
 @media (min-width: 768px) {
   .skin-red-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
     border-left: 1px solid #d2d6de;
diff --git a/dist/css/skins/skin-red-light.min.css b/dist/css/skins/skin-red-light.min.css
index 7ab4c1fde..021ad153a 100644
--- a/dist/css/skins/skin-red-light.min.css
+++ b/dist/css/skins/skin-red-light.min.css
@@ -1 +1,173 @@
-.skin-red-light .main-header .navbar{background-color:#dd4b39}.skin-red-light .main-header .navbar .nav>li>a{color:#fff}.skin-red-light .main-header .navbar .nav>li>a:hover,.skin-red-light .main-header .navbar .nav>li>a:active,.skin-red-light .main-header .navbar .nav>li>a:focus,.skin-red-light .main-header .navbar .nav .open>a,.skin-red-light .main-header .navbar .nav .open>a:hover,.skin-red-light .main-header .navbar .nav .open>a:focus,.skin-red-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-red-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-red-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-red-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-red-light .main-header .navbar .sidebar-toggle:hover{background-color:#d73925}@media (max-width:767px){.skin-red-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-red-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-red-light .main-header .navbar .dropdown-menu li a:hover{background:#d73925}}.skin-red-light .main-header .logo{background-color:#dd4b39;color:#fff;border-bottom:0 solid transparent}.skin-red-light .main-header .logo:hover{background-color:#dc4735}.skin-red-light .main-header li.user-header{background-color:#dd4b39}.skin-red-light .content-header{background:transparent}.skin-red-light .wrapper,.skin-red-light .main-sidebar,.skin-red-light .left-side{background-color:#f9fafc}.skin-red-light .content-wrapper,.skin-red-light .main-footer{border-left:1px solid #d2d6de}.skin-red-light .user-panel>.info,.skin-red-light .user-panel>.info>a{color:#444}.skin-red-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-red-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-red-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-red-light .sidebar-menu>li:hover>a,.skin-red-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-red-light .sidebar-menu>li.active{border-left-color:#dd4b39}.skin-red-light .sidebar-menu>li.active>a{font-weight:600}.skin-red-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-red-light .sidebar a{color:#444}.skin-red-light .sidebar a:hover{text-decoration:none}.skin-red-light .treeview-menu>li>a{color:#777}.skin-red-light .treeview-menu>li.active>a,.skin-red-light .treeview-menu>li>a:hover{color:#000}.skin-red-light .treeview-menu>li.active>a{font-weight:600}.skin-red-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-red-light .sidebar-form input[type="text"],.skin-red-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-red-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-red-light .sidebar-form input[type="text"]:focus,.skin-red-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-red-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-red-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-red-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}
\ No newline at end of file
+.skin-red-light .main-header .navbar {
+  background-color: #dd4b39
+}
+
+.skin-red-light .main-header .navbar .nav > li > a {
+  color: #fff
+}
+
+.skin-red-light .main-header .navbar .nav > li > a:hover, .skin-red-light .main-header .navbar .nav > li > a:active, .skin-red-light .main-header .navbar .nav > li > a:focus, .skin-red-light .main-header .navbar .nav .open > a, .skin-red-light .main-header .navbar .nav .open > a:hover, .skin-red-light .main-header .navbar .nav .open > a:focus, .skin-red-light .main-header .navbar .nav > .active > a {
+  background: rgba(0, 0, 0, 0.1);
+  color: #f6f6f6
+}
+
+.skin-red-light .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-red-light .main-header .navbar .sidebar-toggle:hover {
+  color: #f6f6f6;
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.skin-red-light .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-red-light .main-header .navbar .sidebar-toggle:hover {
+  background-color: #d73925
+}
+
+@media (max-width: 767px) {
+  .skin-red-light .main-header .navbar .dropdown-menu li.divider {
+    background-color: rgba(255, 255, 255, 0.1)
+  }
+
+  .skin-red-light .main-header .navbar .dropdown-menu li a {
+    color: #fff
+  }
+
+  .skin-red-light .main-header .navbar .dropdown-menu li a:hover {
+    background: #d73925
+  }
+}
+
+.skin-red-light .main-header .logo {
+  background-color: #dd4b39;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-red-light .main-header .logo:hover {
+  background-color: #dc4735
+}
+
+.skin-red-light .main-header li.user-header {
+  background-color: #dd4b39
+}
+
+.skin-red-light .content-header {
+  background: transparent
+}
+
+.skin-red-light .wrapper, .skin-red-light .main-sidebar, .skin-red-light .left-side {
+  background-color: #f9fafc
+}
+
+.skin-red-light .content-wrapper, .skin-red-light .main-footer {
+  border-left: 1px solid #d2d6de
+}
+
+.skin-red-light .user-panel > .info, .skin-red-light .user-panel > .info > a {
+  color: #444
+}
+
+.skin-red-light .sidebar-menu > li {
+  -webkit-transition: border-left-color .3s ease;
+  -o-transition: border-left-color .3s ease;
+  transition: border-left-color .3s ease
+}
+
+.skin-red-light .sidebar-menu > li.header {
+  color: #848484;
+  background: #f9fafc
+}
+
+.skin-red-light .sidebar-menu > li > a {
+  border-left: 3px solid transparent;
+  font-weight: 600
+}
+
+.skin-red-light .sidebar-menu > li:hover > a, .skin-red-light .sidebar-menu > li.active > a {
+  color: #000;
+  background: #f4f4f5
+}
+
+.skin-red-light .sidebar-menu > li.active {
+  border-left-color: #dd4b39
+}
+
+.skin-red-light .sidebar-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-red-light .sidebar-menu > li > .treeview-menu {
+  background: #f4f4f5
+}
+
+.skin-red-light .sidebar a {
+  color: #444
+}
+
+.skin-red-light .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-red-light .treeview-menu > li > a {
+  color: #777
+}
+
+.skin-red-light .treeview-menu > li.active > a, .skin-red-light .treeview-menu > li > a:hover {
+  color: #000
+}
+
+.skin-red-light .treeview-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-red-light .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #d2d6de;
+  margin: 10px 10px
+}
+
+.skin-red-light .sidebar-form input[type="text"], .skin-red-light .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #fff;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-red-light .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-red-light .sidebar-form input[type="text"]:focus, .skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-red-light .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
+
+@media (min-width: 768px) {
+  .skin-red-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
+    border-left: 1px solid #d2d6de
+  }
+}
\ No newline at end of file
diff --git a/dist/css/skins/skin-red.css b/dist/css/skins/skin-red.css
index 6071511e9..052cbd2ae 100644
--- a/dist/css/skins/skin-red.css
+++ b/dist/css/skins/skin-red.css
@@ -5,9 +5,11 @@
 .skin-red .main-header .navbar {
   background-color: #dd4b39;
 }
+
 .skin-red .main-header .navbar .nav > li > a {
   color: #ffffff;
 }
+
 .skin-red .main-header .navbar .nav > li > a:hover,
 .skin-red .main-header .navbar .nav > li > a:active,
 .skin-red .main-header .navbar .nav > li > a:focus,
@@ -18,88 +20,111 @@
   background: rgba(0, 0, 0, 0.1);
   color: #f6f6f6;
 }
+
 .skin-red .main-header .navbar .sidebar-toggle {
   color: #ffffff;
 }
+
 .skin-red .main-header .navbar .sidebar-toggle:hover {
   color: #f6f6f6;
   background: rgba(0, 0, 0, 0.1);
 }
+
 .skin-red .main-header .navbar .sidebar-toggle {
   color: #fff;
 }
+
 .skin-red .main-header .navbar .sidebar-toggle:hover {
   background-color: #d73925;
 }
+
 @media (max-width: 767px) {
   .skin-red .main-header .navbar .dropdown-menu li.divider {
     background-color: rgba(255, 255, 255, 0.1);
   }
+
   .skin-red .main-header .navbar .dropdown-menu li a {
     color: #fff;
   }
+
   .skin-red .main-header .navbar .dropdown-menu li a:hover {
     background: #d73925;
   }
 }
+
 .skin-red .main-header .logo {
   background-color: #d73925;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-red .main-header .logo:hover {
   background-color: #d33724;
 }
+
 .skin-red .main-header li.user-header {
   background-color: #dd4b39;
 }
+
 .skin-red .content-header {
   background: transparent;
 }
+
 .skin-red .wrapper,
 .skin-red .main-sidebar,
 .skin-red .left-side {
   background-color: #222d32;
 }
+
 .skin-red .user-panel > .info,
 .skin-red .user-panel > .info > a {
   color: #fff;
 }
+
 .skin-red .sidebar-menu > li.header {
   color: #4b646f;
   background: #1a2226;
 }
+
 .skin-red .sidebar-menu > li > a {
   border-left: 3px solid transparent;
 }
+
 .skin-red .sidebar-menu > li:hover > a,
 .skin-red .sidebar-menu > li.active > a {
   color: #ffffff;
   background: #1e282c;
   border-left-color: #dd4b39;
 }
+
 .skin-red .sidebar-menu > li > .treeview-menu {
   margin: 0 1px;
   background: #2c3b41;
 }
+
 .skin-red .sidebar a {
   color: #b8c7ce;
 }
+
 .skin-red .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-red .treeview-menu > li > a {
   color: #8aa4af;
 }
+
 .skin-red .treeview-menu > li.active > a,
 .skin-red .treeview-menu > li > a:hover {
   color: #ffffff;
 }
+
 .skin-red .sidebar-form {
   border-radius: 3px;
   border: 1px solid #374850;
   margin: 10px 10px;
 }
+
 .skin-red .sidebar-form input[type="text"],
 .skin-red .sidebar-form .btn {
   box-shadow: none;
@@ -110,6 +135,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-red .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -117,14 +143,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-red .sidebar-form input[type="text"]:focus,
 .skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-red .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
diff --git a/dist/css/skins/skin-red.min.css b/dist/css/skins/skin-red.min.css
index 3252b273b..e79e08b6a 100644
--- a/dist/css/skins/skin-red.min.css
+++ b/dist/css/skins/skin-red.min.css
@@ -1 +1,146 @@
-.skin-red .main-header .navbar{background-color:#dd4b39}.skin-red .main-header .navbar .nav>li>a{color:#fff}.skin-red .main-header .navbar .nav>li>a:hover,.skin-red .main-header .navbar .nav>li>a:active,.skin-red .main-header .navbar .nav>li>a:focus,.skin-red .main-header .navbar .nav .open>a,.skin-red .main-header .navbar .nav .open>a:hover,.skin-red .main-header .navbar .nav .open>a:focus,.skin-red .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-red .main-header .navbar .sidebar-toggle{color:#fff}.skin-red .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-red .main-header .navbar .sidebar-toggle{color:#fff}.skin-red .main-header .navbar .sidebar-toggle:hover{background-color:#d73925}@media (max-width:767px){.skin-red .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-red .main-header .navbar .dropdown-menu li a{color:#fff}.skin-red .main-header .navbar .dropdown-menu li a:hover{background:#d73925}}.skin-red .main-header .logo{background-color:#d73925;color:#fff;border-bottom:0 solid transparent}.skin-red .main-header .logo:hover{background-color:#d33724}.skin-red .main-header li.user-header{background-color:#dd4b39}.skin-red .content-header{background:transparent}.skin-red .wrapper,.skin-red .main-sidebar,.skin-red .left-side{background-color:#222d32}.skin-red .user-panel>.info,.skin-red .user-panel>.info>a{color:#fff}.skin-red .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-red .sidebar-menu>li>a{border-left:3px solid transparent}.skin-red .sidebar-menu>li:hover>a,.skin-red .sidebar-menu>li.active>a{color:#fff;background:#1e282c;border-left-color:#dd4b39}.skin-red .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-red .sidebar a{color:#b8c7ce}.skin-red .sidebar a:hover{text-decoration:none}.skin-red .treeview-menu>li>a{color:#8aa4af}.skin-red .treeview-menu>li.active>a,.skin-red .treeview-menu>li>a:hover{color:#fff}.skin-red .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-red .sidebar-form input[type="text"],.skin-red .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-red .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-red .sidebar-form input[type="text"]:focus,.skin-red .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-red .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-red .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}
\ No newline at end of file
+.skin-red .main-header .navbar {
+  background-color: #dd4b39
+}
+
+.skin-red .main-header .navbar .nav > li > a {
+  color: #fff
+}
+
+.skin-red .main-header .navbar .nav > li > a:hover, .skin-red .main-header .navbar .nav > li > a:active, .skin-red .main-header .navbar .nav > li > a:focus, .skin-red .main-header .navbar .nav .open > a, .skin-red .main-header .navbar .nav .open > a:hover, .skin-red .main-header .navbar .nav .open > a:focus, .skin-red .main-header .navbar .nav > .active > a {
+  background: rgba(0, 0, 0, 0.1);
+  color: #f6f6f6
+}
+
+.skin-red .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-red .main-header .navbar .sidebar-toggle:hover {
+  color: #f6f6f6;
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.skin-red .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-red .main-header .navbar .sidebar-toggle:hover {
+  background-color: #d73925
+}
+
+@media (max-width: 767px) {
+  .skin-red .main-header .navbar .dropdown-menu li.divider {
+    background-color: rgba(255, 255, 255, 0.1)
+  }
+
+  .skin-red .main-header .navbar .dropdown-menu li a {
+    color: #fff
+  }
+
+  .skin-red .main-header .navbar .dropdown-menu li a:hover {
+    background: #d73925
+  }
+}
+
+.skin-red .main-header .logo {
+  background-color: #d73925;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-red .main-header .logo:hover {
+  background-color: #d33724
+}
+
+.skin-red .main-header li.user-header {
+  background-color: #dd4b39
+}
+
+.skin-red .content-header {
+  background: transparent
+}
+
+.skin-red .wrapper, .skin-red .main-sidebar, .skin-red .left-side {
+  background-color: #222d32
+}
+
+.skin-red .user-panel > .info, .skin-red .user-panel > .info > a {
+  color: #fff
+}
+
+.skin-red .sidebar-menu > li.header {
+  color: #4b646f;
+  background: #1a2226
+}
+
+.skin-red .sidebar-menu > li > a {
+  border-left: 3px solid transparent
+}
+
+.skin-red .sidebar-menu > li:hover > a, .skin-red .sidebar-menu > li.active > a {
+  color: #fff;
+  background: #1e282c;
+  border-left-color: #dd4b39
+}
+
+.skin-red .sidebar-menu > li > .treeview-menu {
+  margin: 0 1px;
+  background: #2c3b41
+}
+
+.skin-red .sidebar a {
+  color: #b8c7ce
+}
+
+.skin-red .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-red .treeview-menu > li > a {
+  color: #8aa4af
+}
+
+.skin-red .treeview-menu > li.active > a, .skin-red .treeview-menu > li > a:hover {
+  color: #fff
+}
+
+.skin-red .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #374850;
+  margin: 10px 10px
+}
+
+.skin-red .sidebar-form input[type="text"], .skin-red .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #374850;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-red .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-red .sidebar-form input[type="text"]:focus, .skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-red .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
\ No newline at end of file
diff --git a/dist/css/skins/skin-yellow-light.css b/dist/css/skins/skin-yellow-light.css
index 1c977d4aa..d55d9bfa3 100644
--- a/dist/css/skins/skin-yellow-light.css
+++ b/dist/css/skins/skin-yellow-light.css
@@ -5,9 +5,11 @@
 .skin-yellow-light .main-header .navbar {
   background-color: #f39c12;
 }
+
 .skin-yellow-light .main-header .navbar .nav > li > a {
   color: #ffffff;
 }
+
 .skin-yellow-light .main-header .navbar .nav > li > a:hover,
 .skin-yellow-light .main-header .navbar .nav > li > a:active,
 .skin-yellow-light .main-header .navbar .nav > li > a:focus,
@@ -18,105 +20,133 @@
   background: rgba(0, 0, 0, 0.1);
   color: #f6f6f6;
 }
+
 .skin-yellow-light .main-header .navbar .sidebar-toggle {
   color: #ffffff;
 }
+
 .skin-yellow-light .main-header .navbar .sidebar-toggle:hover {
   color: #f6f6f6;
   background: rgba(0, 0, 0, 0.1);
 }
+
 .skin-yellow-light .main-header .navbar .sidebar-toggle {
   color: #fff;
 }
+
 .skin-yellow-light .main-header .navbar .sidebar-toggle:hover {
   background-color: #e08e0b;
 }
+
 @media (max-width: 767px) {
   .skin-yellow-light .main-header .navbar .dropdown-menu li.divider {
     background-color: rgba(255, 255, 255, 0.1);
   }
+
   .skin-yellow-light .main-header .navbar .dropdown-menu li a {
     color: #fff;
   }
+
   .skin-yellow-light .main-header .navbar .dropdown-menu li a:hover {
     background: #e08e0b;
   }
 }
+
 .skin-yellow-light .main-header .logo {
   background-color: #f39c12;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-yellow-light .main-header .logo:hover {
   background-color: #f39a0d;
 }
+
 .skin-yellow-light .main-header li.user-header {
   background-color: #f39c12;
 }
+
 .skin-yellow-light .content-header {
   background: transparent;
 }
+
 .skin-yellow-light .wrapper,
 .skin-yellow-light .main-sidebar,
 .skin-yellow-light .left-side {
   background-color: #f9fafc;
 }
+
 .skin-yellow-light .content-wrapper,
 .skin-yellow-light .main-footer {
   border-left: 1px solid #d2d6de;
 }
+
 .skin-yellow-light .user-panel > .info,
 .skin-yellow-light .user-panel > .info > a {
   color: #444444;
 }
+
 .skin-yellow-light .sidebar-menu > li {
   -webkit-transition: border-left-color 0.3s ease;
   -o-transition: border-left-color 0.3s ease;
   transition: border-left-color 0.3s ease;
 }
+
 .skin-yellow-light .sidebar-menu > li.header {
   color: #848484;
   background: #f9fafc;
 }
+
 .skin-yellow-light .sidebar-menu > li > a {
   border-left: 3px solid transparent;
   font-weight: 600;
 }
+
 .skin-yellow-light .sidebar-menu > li:hover > a,
 .skin-yellow-light .sidebar-menu > li.active > a {
   color: #000000;
   background: #f4f4f5;
 }
+
 .skin-yellow-light .sidebar-menu > li.active {
   border-left-color: #f39c12;
 }
+
 .skin-yellow-light .sidebar-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-yellow-light .sidebar-menu > li > .treeview-menu {
   background: #f4f4f5;
 }
+
 .skin-yellow-light .sidebar a {
   color: #444444;
 }
+
 .skin-yellow-light .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-yellow-light .treeview-menu > li > a {
   color: #777777;
 }
+
 .skin-yellow-light .treeview-menu > li.active > a,
 .skin-yellow-light .treeview-menu > li > a:hover {
   color: #000000;
 }
+
 .skin-yellow-light .treeview-menu > li.active > a {
   font-weight: 600;
 }
+
 .skin-yellow-light .sidebar-form {
   border-radius: 3px;
   border: 1px solid #d2d6de;
   margin: 10px 10px;
 }
+
 .skin-yellow-light .sidebar-form input[type="text"],
 .skin-yellow-light .sidebar-form .btn {
   box-shadow: none;
@@ -127,6 +157,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-yellow-light .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -134,14 +165,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-yellow-light .sidebar-form input[type="text"]:focus,
 .skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-yellow-light .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
@@ -149,6 +183,7 @@
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 0;
 }
+
 @media (min-width: 768px) {
   .skin-yellow-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
     border-left: 1px solid #d2d6de;
diff --git a/dist/css/skins/skin-yellow-light.min.css b/dist/css/skins/skin-yellow-light.min.css
index 773b254fe..a397d1f52 100644
--- a/dist/css/skins/skin-yellow-light.min.css
+++ b/dist/css/skins/skin-yellow-light.min.css
@@ -1 +1,173 @@
-.skin-yellow-light .main-header .navbar{background-color:#f39c12}.skin-yellow-light .main-header .navbar .nav>li>a{color:#fff}.skin-yellow-light .main-header .navbar .nav>li>a:hover,.skin-yellow-light .main-header .navbar .nav>li>a:active,.skin-yellow-light .main-header .navbar .nav>li>a:focus,.skin-yellow-light .main-header .navbar .nav .open>a,.skin-yellow-light .main-header .navbar .nav .open>a:hover,.skin-yellow-light .main-header .navbar .nav .open>a:focus,.skin-yellow-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-yellow-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-yellow-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-yellow-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-yellow-light .main-header .navbar .sidebar-toggle:hover{background-color:#e08e0b}@media (max-width:767px){.skin-yellow-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-yellow-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-yellow-light .main-header .navbar .dropdown-menu li a:hover{background:#e08e0b}}.skin-yellow-light .main-header .logo{background-color:#f39c12;color:#fff;border-bottom:0 solid transparent}.skin-yellow-light .main-header .logo:hover{background-color:#f39a0d}.skin-yellow-light .main-header li.user-header{background-color:#f39c12}.skin-yellow-light .content-header{background:transparent}.skin-yellow-light .wrapper,.skin-yellow-light .main-sidebar,.skin-yellow-light .left-side{background-color:#f9fafc}.skin-yellow-light .content-wrapper,.skin-yellow-light .main-footer{border-left:1px solid #d2d6de}.skin-yellow-light .user-panel>.info,.skin-yellow-light .user-panel>.info>a{color:#444}.skin-yellow-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-yellow-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-yellow-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-yellow-light .sidebar-menu>li:hover>a,.skin-yellow-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-yellow-light .sidebar-menu>li.active{border-left-color:#f39c12}.skin-yellow-light .sidebar-menu>li.active>a{font-weight:600}.skin-yellow-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-yellow-light .sidebar a{color:#444}.skin-yellow-light .sidebar a:hover{text-decoration:none}.skin-yellow-light .treeview-menu>li>a{color:#777}.skin-yellow-light .treeview-menu>li.active>a,.skin-yellow-light .treeview-menu>li>a:hover{color:#000}.skin-yellow-light .treeview-menu>li.active>a{font-weight:600}.skin-yellow-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-yellow-light .sidebar-form input[type="text"],.skin-yellow-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-yellow-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-yellow-light .sidebar-form input[type="text"]:focus,.skin-yellow-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-yellow-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-yellow-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-yellow-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}
\ No newline at end of file
+.skin-yellow-light .main-header .navbar {
+  background-color: #f39c12
+}
+
+.skin-yellow-light .main-header .navbar .nav > li > a {
+  color: #fff
+}
+
+.skin-yellow-light .main-header .navbar .nav > li > a:hover, .skin-yellow-light .main-header .navbar .nav > li > a:active, .skin-yellow-light .main-header .navbar .nav > li > a:focus, .skin-yellow-light .main-header .navbar .nav .open > a, .skin-yellow-light .main-header .navbar .nav .open > a:hover, .skin-yellow-light .main-header .navbar .nav .open > a:focus, .skin-yellow-light .main-header .navbar .nav > .active > a {
+  background: rgba(0, 0, 0, 0.1);
+  color: #f6f6f6
+}
+
+.skin-yellow-light .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-yellow-light .main-header .navbar .sidebar-toggle:hover {
+  color: #f6f6f6;
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.skin-yellow-light .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-yellow-light .main-header .navbar .sidebar-toggle:hover {
+  background-color: #e08e0b
+}
+
+@media (max-width: 767px) {
+  .skin-yellow-light .main-header .navbar .dropdown-menu li.divider {
+    background-color: rgba(255, 255, 255, 0.1)
+  }
+
+  .skin-yellow-light .main-header .navbar .dropdown-menu li a {
+    color: #fff
+  }
+
+  .skin-yellow-light .main-header .navbar .dropdown-menu li a:hover {
+    background: #e08e0b
+  }
+}
+
+.skin-yellow-light .main-header .logo {
+  background-color: #f39c12;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-yellow-light .main-header .logo:hover {
+  background-color: #f39a0d
+}
+
+.skin-yellow-light .main-header li.user-header {
+  background-color: #f39c12
+}
+
+.skin-yellow-light .content-header {
+  background: transparent
+}
+
+.skin-yellow-light .wrapper, .skin-yellow-light .main-sidebar, .skin-yellow-light .left-side {
+  background-color: #f9fafc
+}
+
+.skin-yellow-light .content-wrapper, .skin-yellow-light .main-footer {
+  border-left: 1px solid #d2d6de
+}
+
+.skin-yellow-light .user-panel > .info, .skin-yellow-light .user-panel > .info > a {
+  color: #444
+}
+
+.skin-yellow-light .sidebar-menu > li {
+  -webkit-transition: border-left-color .3s ease;
+  -o-transition: border-left-color .3s ease;
+  transition: border-left-color .3s ease
+}
+
+.skin-yellow-light .sidebar-menu > li.header {
+  color: #848484;
+  background: #f9fafc
+}
+
+.skin-yellow-light .sidebar-menu > li > a {
+  border-left: 3px solid transparent;
+  font-weight: 600
+}
+
+.skin-yellow-light .sidebar-menu > li:hover > a, .skin-yellow-light .sidebar-menu > li.active > a {
+  color: #000;
+  background: #f4f4f5
+}
+
+.skin-yellow-light .sidebar-menu > li.active {
+  border-left-color: #f39c12
+}
+
+.skin-yellow-light .sidebar-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-yellow-light .sidebar-menu > li > .treeview-menu {
+  background: #f4f4f5
+}
+
+.skin-yellow-light .sidebar a {
+  color: #444
+}
+
+.skin-yellow-light .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-yellow-light .treeview-menu > li > a {
+  color: #777
+}
+
+.skin-yellow-light .treeview-menu > li.active > a, .skin-yellow-light .treeview-menu > li > a:hover {
+  color: #000
+}
+
+.skin-yellow-light .treeview-menu > li.active > a {
+  font-weight: 600
+}
+
+.skin-yellow-light .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #d2d6de;
+  margin: 10px 10px
+}
+
+.skin-yellow-light .sidebar-form input[type="text"], .skin-yellow-light .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #fff;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-yellow-light .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-yellow-light .sidebar-form input[type="text"]:focus, .skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-yellow-light .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
+
+@media (min-width: 768px) {
+  .skin-yellow-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
+    border-left: 1px solid #d2d6de
+  }
+}
\ No newline at end of file
diff --git a/dist/css/skins/skin-yellow.css b/dist/css/skins/skin-yellow.css
index df00a4160..b922767b9 100644
--- a/dist/css/skins/skin-yellow.css
+++ b/dist/css/skins/skin-yellow.css
@@ -5,9 +5,11 @@
 .skin-yellow .main-header .navbar {
   background-color: #f39c12;
 }
+
 .skin-yellow .main-header .navbar .nav > li > a {
   color: #ffffff;
 }
+
 .skin-yellow .main-header .navbar .nav > li > a:hover,
 .skin-yellow .main-header .navbar .nav > li > a:active,
 .skin-yellow .main-header .navbar .nav > li > a:focus,
@@ -18,88 +20,111 @@
   background: rgba(0, 0, 0, 0.1);
   color: #f6f6f6;
 }
+
 .skin-yellow .main-header .navbar .sidebar-toggle {
   color: #ffffff;
 }
+
 .skin-yellow .main-header .navbar .sidebar-toggle:hover {
   color: #f6f6f6;
   background: rgba(0, 0, 0, 0.1);
 }
+
 .skin-yellow .main-header .navbar .sidebar-toggle {
   color: #fff;
 }
+
 .skin-yellow .main-header .navbar .sidebar-toggle:hover {
   background-color: #e08e0b;
 }
+
 @media (max-width: 767px) {
   .skin-yellow .main-header .navbar .dropdown-menu li.divider {
     background-color: rgba(255, 255, 255, 0.1);
   }
+
   .skin-yellow .main-header .navbar .dropdown-menu li a {
     color: #fff;
   }
+
   .skin-yellow .main-header .navbar .dropdown-menu li a:hover {
     background: #e08e0b;
   }
 }
+
 .skin-yellow .main-header .logo {
   background-color: #e08e0b;
   color: #ffffff;
   border-bottom: 0 solid transparent;
 }
+
 .skin-yellow .main-header .logo:hover {
   background-color: #db8b0b;
 }
+
 .skin-yellow .main-header li.user-header {
   background-color: #f39c12;
 }
+
 .skin-yellow .content-header {
   background: transparent;
 }
+
 .skin-yellow .wrapper,
 .skin-yellow .main-sidebar,
 .skin-yellow .left-side {
   background-color: #222d32;
 }
+
 .skin-yellow .user-panel > .info,
 .skin-yellow .user-panel > .info > a {
   color: #fff;
 }
+
 .skin-yellow .sidebar-menu > li.header {
   color: #4b646f;
   background: #1a2226;
 }
+
 .skin-yellow .sidebar-menu > li > a {
   border-left: 3px solid transparent;
 }
+
 .skin-yellow .sidebar-menu > li:hover > a,
 .skin-yellow .sidebar-menu > li.active > a {
   color: #ffffff;
   background: #1e282c;
   border-left-color: #f39c12;
 }
+
 .skin-yellow .sidebar-menu > li > .treeview-menu {
   margin: 0 1px;
   background: #2c3b41;
 }
+
 .skin-yellow .sidebar a {
   color: #b8c7ce;
 }
+
 .skin-yellow .sidebar a:hover {
   text-decoration: none;
 }
+
 .skin-yellow .treeview-menu > li > a {
   color: #8aa4af;
 }
+
 .skin-yellow .treeview-menu > li.active > a,
 .skin-yellow .treeview-menu > li > a:hover {
   color: #ffffff;
 }
+
 .skin-yellow .sidebar-form {
   border-radius: 3px;
   border: 1px solid #374850;
   margin: 10px 10px;
 }
+
 .skin-yellow .sidebar-form input[type="text"],
 .skin-yellow .sidebar-form .btn {
   box-shadow: none;
@@ -110,6 +135,7 @@
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
+
 .skin-yellow .sidebar-form input[type="text"] {
   color: #666;
   border-top-left-radius: 2px;
@@ -117,14 +143,17 @@
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 2px;
 }
+
 .skin-yellow .sidebar-form input[type="text"]:focus,
 .skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   background-color: #fff;
   color: #666;
 }
+
 .skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
   border-left-color: #fff;
 }
+
 .skin-yellow .sidebar-form .btn {
   color: #999;
   border-top-left-radius: 0;
diff --git a/dist/css/skins/skin-yellow.min.css b/dist/css/skins/skin-yellow.min.css
index 67fc2e2a0..208caf4d4 100644
--- a/dist/css/skins/skin-yellow.min.css
+++ b/dist/css/skins/skin-yellow.min.css
@@ -1 +1,146 @@
-.skin-yellow .main-header .navbar{background-color:#f39c12}.skin-yellow .main-header .navbar .nav>li>a{color:#fff}.skin-yellow .main-header .navbar .nav>li>a:hover,.skin-yellow .main-header .navbar .nav>li>a:active,.skin-yellow .main-header .navbar .nav>li>a:focus,.skin-yellow .main-header .navbar .nav .open>a,.skin-yellow .main-header .navbar .nav .open>a:hover,.skin-yellow .main-header .navbar .nav .open>a:focus,.skin-yellow .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-yellow .main-header .navbar .sidebar-toggle{color:#fff}.skin-yellow .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-yellow .main-header .navbar .sidebar-toggle{color:#fff}.skin-yellow .main-header .navbar .sidebar-toggle:hover{background-color:#e08e0b}@media (max-width:767px){.skin-yellow .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-yellow .main-header .navbar .dropdown-menu li a{color:#fff}.skin-yellow .main-header .navbar .dropdown-menu li a:hover{background:#e08e0b}}.skin-yellow .main-header .logo{background-color:#e08e0b;color:#fff;border-bottom:0 solid transparent}.skin-yellow .main-header .logo:hover{background-color:#db8b0b}.skin-yellow .main-header li.user-header{background-color:#f39c12}.skin-yellow .content-header{background:transparent}.skin-yellow .wrapper,.skin-yellow .main-sidebar,.skin-yellow .left-side{background-color:#222d32}.skin-yellow .user-panel>.info,.skin-yellow .user-panel>.info>a{color:#fff}.skin-yellow .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-yellow .sidebar-menu>li>a{border-left:3px solid transparent}.skin-yellow .sidebar-menu>li:hover>a,.skin-yellow .sidebar-menu>li.active>a{color:#fff;background:#1e282c;border-left-color:#f39c12}.skin-yellow .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-yellow .sidebar a{color:#b8c7ce}.skin-yellow .sidebar a:hover{text-decoration:none}.skin-yellow .treeview-menu>li>a{color:#8aa4af}.skin-yellow .treeview-menu>li.active>a,.skin-yellow .treeview-menu>li>a:hover{color:#fff}.skin-yellow .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-yellow .sidebar-form input[type="text"],.skin-yellow .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skin-yellow .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-yellow .sidebar-form input[type="text"]:focus,.skin-yellow .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-yellow .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-yellow .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}
\ No newline at end of file
+.skin-yellow .main-header .navbar {
+  background-color: #f39c12
+}
+
+.skin-yellow .main-header .navbar .nav > li > a {
+  color: #fff
+}
+
+.skin-yellow .main-header .navbar .nav > li > a:hover, .skin-yellow .main-header .navbar .nav > li > a:active, .skin-yellow .main-header .navbar .nav > li > a:focus, .skin-yellow .main-header .navbar .nav .open > a, .skin-yellow .main-header .navbar .nav .open > a:hover, .skin-yellow .main-header .navbar .nav .open > a:focus, .skin-yellow .main-header .navbar .nav > .active > a {
+  background: rgba(0, 0, 0, 0.1);
+  color: #f6f6f6
+}
+
+.skin-yellow .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-yellow .main-header .navbar .sidebar-toggle:hover {
+  color: #f6f6f6;
+  background: rgba(0, 0, 0, 0.1)
+}
+
+.skin-yellow .main-header .navbar .sidebar-toggle {
+  color: #fff
+}
+
+.skin-yellow .main-header .navbar .sidebar-toggle:hover {
+  background-color: #e08e0b
+}
+
+@media (max-width: 767px) {
+  .skin-yellow .main-header .navbar .dropdown-menu li.divider {
+    background-color: rgba(255, 255, 255, 0.1)
+  }
+
+  .skin-yellow .main-header .navbar .dropdown-menu li a {
+    color: #fff
+  }
+
+  .skin-yellow .main-header .navbar .dropdown-menu li a:hover {
+    background: #e08e0b
+  }
+}
+
+.skin-yellow .main-header .logo {
+  background-color: #e08e0b;
+  color: #fff;
+  border-bottom: 0 solid transparent
+}
+
+.skin-yellow .main-header .logo:hover {
+  background-color: #db8b0b
+}
+
+.skin-yellow .main-header li.user-header {
+  background-color: #f39c12
+}
+
+.skin-yellow .content-header {
+  background: transparent
+}
+
+.skin-yellow .wrapper, .skin-yellow .main-sidebar, .skin-yellow .left-side {
+  background-color: #222d32
+}
+
+.skin-yellow .user-panel > .info, .skin-yellow .user-panel > .info > a {
+  color: #fff
+}
+
+.skin-yellow .sidebar-menu > li.header {
+  color: #4b646f;
+  background: #1a2226
+}
+
+.skin-yellow .sidebar-menu > li > a {
+  border-left: 3px solid transparent
+}
+
+.skin-yellow .sidebar-menu > li:hover > a, .skin-yellow .sidebar-menu > li.active > a {
+  color: #fff;
+  background: #1e282c;
+  border-left-color: #f39c12
+}
+
+.skin-yellow .sidebar-menu > li > .treeview-menu {
+  margin: 0 1px;
+  background: #2c3b41
+}
+
+.skin-yellow .sidebar a {
+  color: #b8c7ce
+}
+
+.skin-yellow .sidebar a:hover {
+  text-decoration: none
+}
+
+.skin-yellow .treeview-menu > li > a {
+  color: #8aa4af
+}
+
+.skin-yellow .treeview-menu > li.active > a, .skin-yellow .treeview-menu > li > a:hover {
+  color: #fff
+}
+
+.skin-yellow .sidebar-form {
+  border-radius: 3px;
+  border: 1px solid #374850;
+  margin: 10px 10px
+}
+
+.skin-yellow .sidebar-form input[type="text"], .skin-yellow .sidebar-form .btn {
+  box-shadow: none;
+  background-color: #374850;
+  border: 1px solid transparent;
+  height: 35px;
+  -webkit-transition: all .3s ease-in-out;
+  -o-transition: all .3s ease-in-out;
+  transition: all .3s ease-in-out
+}
+
+.skin-yellow .sidebar-form input[type="text"] {
+  color: #666;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 2px
+}
+
+.skin-yellow .sidebar-form input[type="text"]:focus, .skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  background-color: #fff;
+  color: #666
+}
+
+.skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
+  border-left-color: #fff
+}
+
+.skin-yellow .sidebar-form .btn {
+  color: #999;
+  border-top-left-radius: 0;
+  border-top-right-radius: 2px;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 0
+}
\ No newline at end of file
diff --git a/dist/js/app.js b/dist/js/app.js
index 561d44830..bc2abb926 100644
--- a/dist/js/app.js
+++ b/dist/js/app.js
@@ -146,8 +146,8 @@ $(function () {
   //Extend options if external options exist
   if (typeof AdminLTEOptions !== "undefined") {
     $.extend(true,
-            $.AdminLTE.options,
-            AdminLTEOptions);
+        $.AdminLTE.options,
+        AdminLTEOptions);
   }
 
   //Easy access to options
@@ -344,8 +344,8 @@ function _init() {
 
       //Enable expand on hover for sidebar mini
       if ($.AdminLTE.options.sidebarExpandOnHover
-              || ($('body').hasClass('fixed')
-                      && $('body').hasClass('sidebar-mini'))) {
+          || ($('body').hasClass('fixed')
+          && $('body').hasClass('sidebar-mini'))) {
         this.expandOnHover();
       }
     },
@@ -355,14 +355,14 @@ function _init() {
       //Expand sidebar on hover
       $('.main-sidebar').hover(function () {
         if ($('body').hasClass('sidebar-mini')
-                && $("body").hasClass('sidebar-collapse')
-                && $(window).width() > screenWidth) {
+            && $("body").hasClass('sidebar-collapse')
+            && $(window).width() > screenWidth) {
           _this.expand();
         }
       }, function () {
         if ($('body').hasClass('sidebar-mini')
-                && $('body').hasClass('sidebar-expanded-on-hover')
-                && $(window).width() > screenWidth) {
+            && $('body').hasClass('sidebar-expanded-on-hover')
+            && $(window).width() > screenWidth) {
           _this.collapse();
         }
       });
@@ -455,7 +455,7 @@ function _init() {
         e.preventDefault();
         //If the sidebar is not open
         if (!sidebar.hasClass('control-sidebar-open')
-                && !$('body').hasClass('control-sidebar-open')) {
+            && !$('body').hasClass('control-sidebar-open')) {
           //Open the sidebar
           _this.open(sidebar, o.slide);
         } else {
@@ -563,8 +563,8 @@ function _init() {
       if (!box.hasClass("collapsed-box")) {
         //Convert minus into plus
         element.children(":first")
-                .removeClass(_this.icons.collapse)
-                .addClass(_this.icons.open);
+            .removeClass(_this.icons.collapse)
+            .addClass(_this.icons.open);
         //Hide the content
         box_content.slideUp(_this.animationSpeed, function () {
           box.addClass("collapsed-box");
@@ -572,8 +572,8 @@ function _init() {
       } else {
         //Convert plus into minus
         element.children(":first")
-                .removeClass(_this.icons.open)
-                .addClass(_this.icons.collapse);
+            .removeClass(_this.icons.open)
+            .addClass(_this.icons.collapse);
         //Show the content
         box_content.slideDown(_this.animationSpeed, function () {
           box.removeClass("collapsed-box");
diff --git a/dist/js/app.min.js b/dist/js/app.min.js
index 679f18f1b..9c84ffa36 100644
--- a/dist/js/app.min.js
+++ b/dist/js/app.min.js
@@ -10,4 +10,229 @@
  * @version 2.3.0
  * @license MIT 
  */
-function _init(){"use strict";$.AdminLTE.layout={activate:function(){var a=this;a.fix(),a.fixSidebar(),$(window,".wrapper").resize(function(){a.fix(),a.fixSidebar()})},fix:function(){var a=$(".main-header").outerHeight()+$(".main-footer").outerHeight(),b=$(window).height(),c=$(".sidebar").height();if($("body").hasClass("fixed"))$(".content-wrapper, .right-side").css("min-height",b-$(".main-footer").outerHeight());else{var d;b>=c?($(".content-wrapper, .right-side").css("min-height",b-a),d=b-a):($(".content-wrapper, .right-side").css("min-height",c),d=c);var e=$($.AdminLTE.options.controlSidebarOptions.selector);"undefined"!=typeof e&&e.height()>d&&$(".content-wrapper, .right-side").css("min-height",e.height())}},fixSidebar:function(){return $("body").hasClass("fixed")?("undefined"==typeof $.fn.slimScroll&&window.console&&window.console.error("Error: the fixed layout requires the slimscroll plugin!"),void($.AdminLTE.options.sidebarSlimScroll&&"undefined"!=typeof $.fn.slimScroll&&($(".sidebar").slimScroll({destroy:!0}).height("auto"),$(".sidebar").slimscroll({height:$(window).height()-$(".main-header").height()+"px",color:"rgba(0,0,0,0.2)",size:"3px"})))):void("undefined"!=typeof $.fn.slimScroll&&$(".sidebar").slimScroll({destroy:!0}).height("auto"))}},$.AdminLTE.pushMenu={activate:function(a){var b=$.AdminLTE.options.screenSizes;$(a).on("click",function(a){a.preventDefault(),$(window).width()>b.sm-1?$("body").hasClass("sidebar-collapse")?$("body").removeClass("sidebar-collapse").trigger("expanded.pushMenu"):$("body").addClass("sidebar-collapse").trigger("collapsed.pushMenu"):$("body").hasClass("sidebar-open")?$("body").removeClass("sidebar-open").removeClass("sidebar-collapse").trigger("collapsed.pushMenu"):$("body").addClass("sidebar-open").trigger("expanded.pushMenu")}),$(".content-wrapper").click(function(){$(window).width()<=b.sm-1&&$("body").hasClass("sidebar-open")&&$("body").removeClass("sidebar-open")}),($.AdminLTE.options.sidebarExpandOnHover||$("body").hasClass("fixed")&&$("body").hasClass("sidebar-mini"))&&this.expandOnHover()},expandOnHover:function(){var a=this,b=$.AdminLTE.options.screenSizes.sm-1;$(".main-sidebar").hover(function(){$("body").hasClass("sidebar-mini")&&$("body").hasClass("sidebar-collapse")&&$(window).width()>b&&a.expand()},function(){$("body").hasClass("sidebar-mini")&&$("body").hasClass("sidebar-expanded-on-hover")&&$(window).width()>b&&a.collapse()})},expand:function(){$("body").removeClass("sidebar-collapse").addClass("sidebar-expanded-on-hover")},collapse:function(){$("body").hasClass("sidebar-expanded-on-hover")&&$("body").removeClass("sidebar-expanded-on-hover").addClass("sidebar-collapse")}},$.AdminLTE.tree=function(a){var b=this,c=$.AdminLTE.options.animationSpeed;$(document).on("click",a+" li a",function(a){var d=$(this),e=d.next();if(e.is(".treeview-menu")&&e.is(":visible"))e.slideUp(c,function(){e.removeClass("menu-open")}),e.parent("li").removeClass("active");else if(e.is(".treeview-menu")&&!e.is(":visible")){var f=d.parents("ul").first(),g=f.find("ul:visible").slideUp(c);g.removeClass("menu-open");var h=d.parent("li");e.slideDown(c,function(){e.addClass("menu-open"),f.find("li.active").removeClass("active"),h.addClass("active"),b.layout.fix()})}e.is(".treeview-menu")&&a.preventDefault()})},$.AdminLTE.controlSidebar={activate:function(){var a=this,b=$.AdminLTE.options.controlSidebarOptions,c=$(b.selector),d=$(b.toggleBtnSelector);d.on("click",function(d){d.preventDefault(),c.hasClass("control-sidebar-open")||$("body").hasClass("control-sidebar-open")?a.close(c,b.slide):a.open(c,b.slide)});var e=$(".control-sidebar-bg");a._fix(e),$("body").hasClass("fixed")?a._fixForFixed(c):$(".content-wrapper, .right-side").height() .box-body, > .box-footer, > form  >.box-body, > form > .box-footer");c.hasClass("collapsed-box")?(a.children(":first").removeClass(b.icons.open).addClass(b.icons.collapse),d.slideDown(b.animationSpeed,function(){c.removeClass("collapsed-box")})):(a.children(":first").removeClass(b.icons.collapse).addClass(b.icons.open),d.slideUp(b.animationSpeed,function(){c.addClass("collapsed-box")}))},remove:function(a){var b=a.parents(".box").first();b.slideUp(this.animationSpeed)}}}if("undefined"==typeof jQuery)throw new Error("AdminLTE requires jQuery");$.AdminLTE={},$.AdminLTE.options={navbarMenuSlimscroll:!0,navbarMenuSlimscrollWidth:"3px",navbarMenuHeight:"200px",animationSpeed:500,sidebarToggleSelector:"[data-toggle='offcanvas']",sidebarPushMenu:!0,sidebarSlimScroll:!0,sidebarExpandOnHover:!1,enableBoxRefresh:!0,enableBSToppltip:!0,BSTooltipSelector:"[data-toggle='tooltip']",enableFastclick:!0,enableControlSidebar:!0,controlSidebarOptions:{toggleBtnSelector:"[data-toggle='control-sidebar']",selector:".control-sidebar",slide:!0},enableBoxWidget:!0,boxWidgetOptions:{boxWidgetIcons:{collapse:"fa-minus",open:"fa-plus",remove:"fa-times"},boxWidgetSelectors:{remove:'[data-widget="remove"]',collapse:'[data-widget="collapse"]'}},directChat:{enable:!0,contactToggleSelector:'[data-widget="chat-pane-toggle"]'},colors:{lightBlue:"#3c8dbc",red:"#f56954",green:"#00a65a",aqua:"#00c0ef",yellow:"#f39c12",blue:"#0073b7",navy:"#001F3F",teal:"#39CCCC",olive:"#3D9970",lime:"#01FF70",orange:"#FF851B",fuchsia:"#F012BE",purple:"#8E24AA",maroon:"#D81B60",black:"#222222",gray:"#d2d6de"},screenSizes:{xs:480,sm:768,md:992,lg:1200}},$(function(){"use strict";$("body").removeClass("hold-transition"),"undefined"!=typeof AdminLTEOptions&&$.extend(!0,$.AdminLTE.options,AdminLTEOptions);var a=$.AdminLTE.options;_init(),$.AdminLTE.layout.activate(),$.AdminLTE.tree(".sidebar"),a.enableControlSidebar&&$.AdminLTE.controlSidebar.activate(),a.navbarMenuSlimscroll&&"undefined"!=typeof $.fn.slimscroll&&$(".navbar .menu").slimscroll({height:a.navbarMenuHeight,alwaysVisible:!1,size:a.navbarMenuSlimscrollWidth}).css("width","100%"),a.sidebarPushMenu&&$.AdminLTE.pushMenu.activate(a.sidebarToggleSelector),a.enableBSToppltip&&$("body").tooltip({selector:a.BSTooltipSelector}),a.enableBoxWidget&&$.AdminLTE.boxWidget.activate(),a.enableFastclick&&"undefined"!=typeof FastClick&&FastClick.attach(document.body),a.directChat.enable&&$(document).on("click",a.directChat.contactToggleSelector,function(){var a=$(this).parents(".direct-chat").first();a.toggleClass("direct-chat-contacts-open")}),$('.btn-group[data-toggle="btn-toggle"]').each(function(){var a=$(this);$(this).find(".btn").on("click",function(b){a.find(".btn.active").removeClass("active"),$(this).addClass("active"),b.preventDefault()})})}),function(a){"use strict";a.fn.boxRefresh=function(b){function c(a){a.append(f),e.onLoadStart.call(a)}function d(a){a.find(f).remove(),e.onLoadDone.call(a)}var e=a.extend({trigger:".refresh-btn",source:"",onLoadStart:function(a){return a},onLoadDone:function(a){return a}},b),f=a('
');return this.each(function(){if(""===e.source)return void(window.console&&window.console.log("Please specify a source first - boxRefresh()"));var b=a(this),f=b.find(e.trigger).first();f.on("click",function(a){a.preventDefault(),c(b),b.find(".box-body").load(e.source,function(){d(b)})})})}}(jQuery),function(a){"use strict";a.fn.activateBox=function(){a.AdminLTE.boxWidget.activate(this)}}(jQuery),function(a){"use strict";a.fn.todolist=function(b){var c=a.extend({onCheck:function(a){return a},onUncheck:function(a){return a}},b);return this.each(function(){"undefined"!=typeof a.fn.iCheck?(a("input",this).on("ifChecked",function(){var b=a(this).parents("li").first();b.toggleClass("done"),c.onCheck.call(b)}),a("input",this).on("ifUnchecked",function(){var b=a(this).parents("li").first();b.toggleClass("done"),c.onUncheck.call(b)})):a("input",this).on("change",function(){var b=a(this).parents("li").first();b.toggleClass("done"),a("input",b).is(":checked")?c.onCheck.call(b):c.onUncheck.call(b)})})}}(jQuery); \ No newline at end of file +function _init() { + "use strict"; + $.AdminLTE.layout = { + activate: function () { + var a = this; + a.fix(), a.fixSidebar(), $(window, ".wrapper").resize(function () { + a.fix(), a.fixSidebar() + }) + }, fix: function () { + var a = $(".main-header").outerHeight() + $(".main-footer").outerHeight(), b = $(window).height(), c = $(".sidebar").height(); + if ($("body").hasClass("fixed"))$(".content-wrapper, .right-side").css("min-height", b - $(".main-footer").outerHeight()); else { + var d; + b >= c ? ($(".content-wrapper, .right-side").css("min-height", b - a), d = b - a) : ($(".content-wrapper, .right-side").css("min-height", c), d = c); + var e = $($.AdminLTE.options.controlSidebarOptions.selector); + "undefined" != typeof e && e.height() > d && $(".content-wrapper, .right-side").css("min-height", e.height()) + } + }, fixSidebar: function () { + return $("body").hasClass("fixed") ? ("undefined" == typeof $.fn.slimScroll && window.console && window.console.error("Error: the fixed layout requires the slimscroll plugin!"), void($.AdminLTE.options.sidebarSlimScroll && "undefined" != typeof $.fn.slimScroll && ($(".sidebar").slimScroll({destroy: !0}).height("auto"), $(".sidebar").slimscroll({ + height: $(window).height() - $(".main-header").height() + "px", + color: "rgba(0,0,0,0.2)", + size: "3px" + })))) : void("undefined" != typeof $.fn.slimScroll && $(".sidebar").slimScroll({destroy: !0}).height("auto")) + } + }, $.AdminLTE.pushMenu = { + activate: function (a) { + var b = $.AdminLTE.options.screenSizes; + $(a).on("click", function (a) { + a.preventDefault(), $(window).width() > b.sm - 1 ? $("body").hasClass("sidebar-collapse") ? $("body").removeClass("sidebar-collapse").trigger("expanded.pushMenu") : $("body").addClass("sidebar-collapse").trigger("collapsed.pushMenu") : $("body").hasClass("sidebar-open") ? $("body").removeClass("sidebar-open").removeClass("sidebar-collapse").trigger("collapsed.pushMenu") : $("body").addClass("sidebar-open").trigger("expanded.pushMenu") + }), $(".content-wrapper").click(function () { + $(window).width() <= b.sm - 1 && $("body").hasClass("sidebar-open") && $("body").removeClass("sidebar-open") + }), ($.AdminLTE.options.sidebarExpandOnHover || $("body").hasClass("fixed") && $("body").hasClass("sidebar-mini")) && this.expandOnHover() + }, expandOnHover: function () { + var a = this, b = $.AdminLTE.options.screenSizes.sm - 1; + $(".main-sidebar").hover(function () { + $("body").hasClass("sidebar-mini") && $("body").hasClass("sidebar-collapse") && $(window).width() > b && a.expand() + }, function () { + $("body").hasClass("sidebar-mini") && $("body").hasClass("sidebar-expanded-on-hover") && $(window).width() > b && a.collapse() + }) + }, expand: function () { + $("body").removeClass("sidebar-collapse").addClass("sidebar-expanded-on-hover") + }, collapse: function () { + $("body").hasClass("sidebar-expanded-on-hover") && $("body").removeClass("sidebar-expanded-on-hover").addClass("sidebar-collapse") + } + }, $.AdminLTE.tree = function (a) { + var b = this, c = $.AdminLTE.options.animationSpeed; + $(document).on("click", a + " li a", function (a) { + var d = $(this), e = d.next(); + if (e.is(".treeview-menu") && e.is(":visible"))e.slideUp(c, function () { + e.removeClass("menu-open") + }), e.parent("li").removeClass("active"); else if (e.is(".treeview-menu") && !e.is(":visible")) { + var f = d.parents("ul").first(), g = f.find("ul:visible").slideUp(c); + g.removeClass("menu-open"); + var h = d.parent("li"); + e.slideDown(c, function () { + e.addClass("menu-open"), f.find("li.active").removeClass("active"), h.addClass("active"), b.layout.fix() + }) + } + e.is(".treeview-menu") && a.preventDefault() + }) + }, $.AdminLTE.controlSidebar = { + activate: function () { + var a = this, b = $.AdminLTE.options.controlSidebarOptions, c = $(b.selector), d = $(b.toggleBtnSelector); + d.on("click", function (d) { + d.preventDefault(), c.hasClass("control-sidebar-open") || $("body").hasClass("control-sidebar-open") ? a.close(c, b.slide) : a.open(c, b.slide) + }); + var e = $(".control-sidebar-bg"); + a._fix(e), $("body").hasClass("fixed") ? a._fixForFixed(c) : $(".content-wrapper, .right-side").height() < c.height() && a._fixForContent(c) + }, open: function (a, b) { + b ? a.addClass("control-sidebar-open") : $("body").addClass("control-sidebar-open") + }, close: function (a, b) { + b ? a.removeClass("control-sidebar-open") : $("body").removeClass("control-sidebar-open") + }, _fix: function (a) { + var b = this; + $("body").hasClass("layout-boxed") ? (a.css("position", "absolute"), a.height($(".wrapper").height()), $(window).resize(function () { + b._fix(a) + })) : a.css({position: "fixed", height: "auto"}) + }, _fixForFixed: function (a) { + a.css({position: "fixed", "max-height": "100%", overflow: "auto", "padding-bottom": "50px"}) + }, _fixForContent: function (a) { + $(".content-wrapper, .right-side").css("min-height", a.height()) + } + }, $.AdminLTE.boxWidget = { + selectors: $.AdminLTE.options.boxWidgetOptions.boxWidgetSelectors, + icons: $.AdminLTE.options.boxWidgetOptions.boxWidgetIcons, + animationSpeed: $.AdminLTE.options.animationSpeed, + activate: function (a) { + var b = this; + a || (a = document), $(a).on("click", b.selectors.collapse, function (a) { + a.preventDefault(), b.collapse($(this)) + }), $(a).on("click", b.selectors.remove, function (a) { + a.preventDefault(), b.remove($(this)) + }) + }, + collapse: function (a) { + var b = this, c = a.parents(".box").first(), d = c.find("> .box-body, > .box-footer, > form >.box-body, > form > .box-footer"); + c.hasClass("collapsed-box") ? (a.children(":first").removeClass(b.icons.open).addClass(b.icons.collapse), d.slideDown(b.animationSpeed, function () { + c.removeClass("collapsed-box") + })) : (a.children(":first").removeClass(b.icons.collapse).addClass(b.icons.open), d.slideUp(b.animationSpeed, function () { + c.addClass("collapsed-box") + })) + }, + remove: function (a) { + var b = a.parents(".box").first(); + b.slideUp(this.animationSpeed) + } + } +} +if ("undefined" == typeof jQuery)throw new Error("AdminLTE requires jQuery"); +$.AdminLTE = {}, $.AdminLTE.options = { + navbarMenuSlimscroll: !0, + navbarMenuSlimscrollWidth: "3px", + navbarMenuHeight: "200px", + animationSpeed: 500, + sidebarToggleSelector: "[data-toggle='offcanvas']", + sidebarPushMenu: !0, + sidebarSlimScroll: !0, + sidebarExpandOnHover: !1, + enableBoxRefresh: !0, + enableBSToppltip: !0, + BSTooltipSelector: "[data-toggle='tooltip']", + enableFastclick: !0, + enableControlSidebar: !0, + controlSidebarOptions: { + toggleBtnSelector: "[data-toggle='control-sidebar']", + selector: ".control-sidebar", + slide: !0 + }, + enableBoxWidget: !0, + boxWidgetOptions: { + boxWidgetIcons: {collapse: "fa-minus", open: "fa-plus", remove: "fa-times"}, + boxWidgetSelectors: {remove: '[data-widget="remove"]', collapse: '[data-widget="collapse"]'} + }, + directChat: {enable: !0, contactToggleSelector: '[data-widget="chat-pane-toggle"]'}, + colors: { + lightBlue: "#3c8dbc", + red: "#f56954", + green: "#00a65a", + aqua: "#00c0ef", + yellow: "#f39c12", + blue: "#0073b7", + navy: "#001F3F", + teal: "#39CCCC", + olive: "#3D9970", + lime: "#01FF70", + orange: "#FF851B", + fuchsia: "#F012BE", + purple: "#8E24AA", + maroon: "#D81B60", + black: "#222222", + gray: "#d2d6de" + }, + screenSizes: {xs: 480, sm: 768, md: 992, lg: 1200} +}, $(function () { + "use strict"; + $("body").removeClass("hold-transition"), "undefined" != typeof AdminLTEOptions && $.extend(!0, $.AdminLTE.options, AdminLTEOptions); + var a = $.AdminLTE.options; + _init(), $.AdminLTE.layout.activate(), $.AdminLTE.tree(".sidebar"), a.enableControlSidebar && $.AdminLTE.controlSidebar.activate(), a.navbarMenuSlimscroll && "undefined" != typeof $.fn.slimscroll && $(".navbar .menu").slimscroll({ + height: a.navbarMenuHeight, + alwaysVisible: !1, + size: a.navbarMenuSlimscrollWidth + }).css("width", "100%"), a.sidebarPushMenu && $.AdminLTE.pushMenu.activate(a.sidebarToggleSelector), a.enableBSToppltip && $("body").tooltip({selector: a.BSTooltipSelector}), a.enableBoxWidget && $.AdminLTE.boxWidget.activate(), a.enableFastclick && "undefined" != typeof FastClick && FastClick.attach(document.body), a.directChat.enable && $(document).on("click", a.directChat.contactToggleSelector, function () { + var a = $(this).parents(".direct-chat").first(); + a.toggleClass("direct-chat-contacts-open") + }), $('.btn-group[data-toggle="btn-toggle"]').each(function () { + var a = $(this); + $(this).find(".btn").on("click", function (b) { + a.find(".btn.active").removeClass("active"), $(this).addClass("active"), b.preventDefault() + }) + }) +}), function (a) { + "use strict"; + a.fn.boxRefresh = function (b) { + function c(a) { + a.append(f), e.onLoadStart.call(a) + } + + function d(a) { + a.find(f).remove(), e.onLoadDone.call(a) + } + + var e = a.extend({ + trigger: ".refresh-btn", source: "", onLoadStart: function (a) { + return a + }, onLoadDone: function (a) { + return a + } + }, b), f = a('
'); + return this.each(function () { + if ("" === e.source)return void(window.console && window.console.log("Please specify a source first - boxRefresh()")); + var b = a(this), f = b.find(e.trigger).first(); + f.on("click", function (a) { + a.preventDefault(), c(b), b.find(".box-body").load(e.source, function () { + d(b) + }) + }) + }) + } +}(jQuery), function (a) { + "use strict"; + a.fn.activateBox = function () { + a.AdminLTE.boxWidget.activate(this) + } +}(jQuery), function (a) { + "use strict"; + a.fn.todolist = function (b) { + var c = a.extend({ + onCheck: function (a) { + return a + }, onUncheck: function (a) { + return a + } + }, b); + return this.each(function () { + "undefined" != typeof a.fn.iCheck ? (a("input", this).on("ifChecked", function () { + var b = a(this).parents("li").first(); + b.toggleClass("done"), c.onCheck.call(b) + }), a("input", this).on("ifUnchecked", function () { + var b = a(this).parents("li").first(); + b.toggleClass("done"), c.onUncheck.call(b) + })) : a("input", this).on("change", function () { + var b = a(this).parents("li").first(); + b.toggleClass("done"), a("input", b).is(":checked") ? c.onCheck.call(b) : c.onUncheck.call(b) + }) + }) + } +}(jQuery); \ No newline at end of file diff --git a/dist/js/demo.js b/dist/js/demo.js index 988ec453c..86731bd26 100644 --- a/dist/js/demo.js +++ b/dist/js/demo.js @@ -36,172 +36,172 @@ //Create the tab button var tab_button = $("
  • ", {"class": "active"}) - .html("" - + "" - + ""); + .html("" + + "" + + ""); //Add the tab button to the right sidebar tabs $("[href='#control-sidebar-home-tab']") - .parent() - .before(tab_button); + .parent() + .before(tab_button); //Create the menu var demo_settings = $("
    "); //Layout options demo_settings.append( - "

    " - + "Layout Options" - + "

    " - //Fixed layout - + "
    " - + "" - + "

    Activate the fixed layout. You can't use fixed and boxed layouts together

    " - + "
    " - //Boxed layout - + "
    " - + "" - + "

    Activate the boxed layout

    " - + "
    " - //Sidebar Toggle - + "
    " - + "" - + "

    Toggle the left sidebar's state (open or collapse)

    " - + "
    " - //Sidebar mini expand on hover toggle - + "
    " - + "" - + "

    Let the sidebar mini expand on hover

    " - + "
    " - //Control Sidebar Toggle - + "
    " - + "" - + "

    Toggle between slide over content and push content effects

    " - + "
    " - //Control Sidebar Skin Toggle - + "
    " - + "" - + "

    Toggle between dark and light skins for the right sidebar

    " - + "
    " - ); + "

    " + + "Layout Options" + + "

    " + //Fixed layout + + "
    " + + "" + + "

    Activate the fixed layout. You can't use fixed and boxed layouts together

    " + + "
    " + //Boxed layout + + "
    " + + "" + + "

    Activate the boxed layout

    " + + "
    " + //Sidebar Toggle + + "
    " + + "" + + "

    Toggle the left sidebar's state (open or collapse)

    " + + "
    " + //Sidebar mini expand on hover toggle + + "
    " + + "" + + "

    Let the sidebar mini expand on hover

    " + + "
    " + //Control Sidebar Toggle + + "
    " + + "" + + "

    Toggle between slide over content and push content effects

    " + + "
    " + //Control Sidebar Skin Toggle + + "
    " + + "" + + "

    Toggle between dark and light skins for the right sidebar

    " + + "
    " + ); var skins_list = $("
    + + +
    Stats Tab Content
    + + +
    + +

    General Settings

    -
    - -
    +
    + -
    - -
    - -
    -
    - - -
    - +

    + Some information about this general settings option +

    + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
    + + +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index2.html b/index2.html index bafdc7cf5..ce51fb396 100644 --- a/index2.html +++ b/index2.html @@ -1,1303 +1,1521 @@ - - - - AdminLTE 2 | Dashboard - - - - - - - - - - - - - - + + + + AdminLTE 2 | Dashboard + + + + + + + + + + + + + + - - - - - -
    + + + + + +
    -
    +
    - - + + - -
    - -
  • + +
  • +
    +
    + Followers +
    +
    + Sales +
    +
    + Friends +
    +
    + +
  • + + + + + +
  • + +
  • + + + + + + + + +
  • Documentation
  • +
  • LABELS
  • +
  • Important
  • +
  • Warning
  • +
  • Information
  • + + + + - -
    - -
    -

    - Dashboard - Version 2.0 -

    - -
    + +
    + +
    +

    + Dashboard + Version 2.0 +

    + +
    - -
    - -
    -
    -
    - -
    - CPU Traffic - 90% -
    -
    -
    -
    -
    - -
    - Likes - 41,410 -
    -
    -
    + +
    + +
    +
    +
    + - -
    +
    + CPU Traffic + 90% +
    + +
    + +
    + +
    +
    + -
    -
    - -
    - Sales - 760 -
    -
    -
    -
    -
    - -
    - New Members - 2,000 -
    -
    -
    -
    +
    + Likes + 41,410 +
    + +
    + +
    + -
    -
    -
    -
    -

    Monthly Recap Report

    - -
    -
    -
    -
    -

    - Sales: 1 Jan, 2014 - 30 Jul, 2014 -

    -
    - - -
    -
    -
    -

    - Goal Completion -

    -
    - Add Products to Cart - 160/200 -
    -
    -
    -
    -
    - Complete Purchase - 310/400 -
    -
    -
    -
    -
    - Visit Premium Page - 480/800 -
    -
    -
    -
    -
    - Send Inquiries - 250/500 -
    -
    -
    -
    -
    -
    -
    - -
    -
    -
    + +
    - -
    - -
    - -
    -
    -

    Visitors Report

    -
    - - -
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    -
    90,70,90,70,75,80,70
    -
    8390
    - Visits -
    -
    -
    90,50,90,70,61,83,63
    -
    30%
    - Referrals -
    -
    -
    90,50,90,70,61,83,63
    -
    70%
    - Organic -
    -
    -
    -
    -
    -
    +
    +
    + + +
    + Sales + 760 +
    + +
    + +
    + +
    +
    + + +
    + New Members + 2,000 +
    + +
    + +
    + +
    + + +
    +
    +
    +
    +

    Monthly Recap Report

    + + +
    + +
    -
    - -
    -
    -

    Direct Chat

    -
    - 3 - - - +
    +

    + Sales: 1 Jan, 2014 - 30 Jul, 2014 +

    + +
    + + +
    + +
    + +
    +

    + Goal Completion +

    + +
    + Add Products to Cart + 160/200 + +
    +
    +
    +
    + +
    + Complete Purchase + 310/400 + +
    +
    +
    +
    + +
    + Visit Premium Page + 480/800 + +
    +
    +
    +
    + +
    + Send Inquiries + 250/500 + +
    +
    +
    +
    + +
    + +
    + +
    + + + +
    + +
    + +
    + + + +
    + +
    + +
    +
    +

    Visitors Report

    + +
    + + +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    90,70,90,70,75,80,70
    +
    8390
    + Visits +
    + +
    +
    90,50,90,70,61,83,63
    +
    30%
    + Referrals +
    + +
    +
    90,50,90,70,61,83,63
    +
    70%
    + Organic +
    + +
    +
    + +
    + +
    + +
    + +
    +
    + +
    +
    +

    Direct Chat

    + +
    + 3 + + + +
    +
    + +
    + +
    + +
    +
    + Alexander Pierce + 23 Jan 2:00 pm
    -
    -
    - -
    - -
    -
    - Alexander Pierce - 23 Jan 2:00 pm -
    - message user image -
    - Is this template really for free? That's unbelievable! -
    -
    + + message user image +
    + Is this template really for free? That's unbelievable! +
    + +
    + - -
    -
    - Sarah Bullock - 23 Jan 2:05 pm -
    - message user image -
    - You better believe it! -
    -
    + +
    +
    + Sarah Bullock + 23 Jan 2:05 pm +
    + + message user image +
    + You better believe it! +
    + +
    + - -
    -
    - Alexander Pierce - 23 Jan 5:37 pm -
    - message user image -
    - Working with AdminLTE on a great new app! Wanna join? -
    -
    + +
    +
    + Alexander Pierce + 23 Jan 5:37 pm +
    + + message user image +
    + Working with AdminLTE on a great new app! Wanna join? +
    + +
    + - -
    -
    - Sarah Bullock - 23 Jan 6:10 pm -
    - message user image -
    - I would love to. -
    -
    + +
    +
    + Sarah Bullock + 23 Jan 6:10 pm +
    + + message user image +
    + I would love to. +
    + +
    + -
    +
    + - - + +
    + + -
    -
    +
    + +
    + +
    + +
    + -
    - -
    -
    -

    Latest Members

    -
    - 8 New Members - - -
    -
    -
    - -
    - -
    -
    -
    - - -
    +
    + +
    -

    Latest Orders

    -
    - - -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Order IDItemStatusPopularity
    OR9842Call of Duty IVShipped
    90,80,90,-70,61,-83,63
    OR1848Samsung Smart TVPending
    90,80,-90,70,61,-83,68
    OR7429iPhone 6 PlusDelivered
    90,-80,90,70,-61,83,63
    OR7429Samsung Smart TVProcessing
    90,80,-90,70,-61,83,63
    OR1848Samsung Smart TVPending
    90,80,-90,70,61,-83,68
    OR7429iPhone 6 PlusDelivered
    90,-80,90,70,-61,83,63
    OR9842Call of Duty IVShipped
    90,80,90,-70,61,-83,63
    -
    -
    - -
    -
    +

    Latest Members

    -
    - -
    - -
    - Inventory - 5,200 -
    -
    +
    + 8 New Members + +
    +
    + +
    + + +
    + + + +
    + +
    + +
    + + + +
    +
    +

    Latest Orders

    + +
    + + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Order IDItemStatusPopularity
    OR9842Call of Duty IVShipped +
    90,80,90,-70,61,-83,63
    +
    OR1848Samsung Smart TVPending +
    90,80,-90,70,61,-83,68
    +
    OR7429iPhone 6 PlusDelivered +
    90,-80,90,70,-61,83,63
    +
    OR7429Samsung Smart TVProcessing +
    90,80,-90,70,-61,83,63
    +
    OR1848Samsung Smart TVPending +
    90,80,-90,70,61,-83,68
    +
    OR7429iPhone 6 PlusDelivered +
    90,-80,90,70,-61,83,63
    +
    OR9842Call of Duty IVShipped +
    90,80,90,-70,61,-83,63
    +
    +
    + +
    + + + +
    + +
    + + +
    + +
    + + +
    + Inventory + 5,200 + +
    +
    +
    50% Increase in 30 Days -
    -
    -
    - -
    - Mentions - 92,050 -
    -
    -
    +
    + +
    + +
    + + +
    + Mentions + 92,050 + +
    +
    +
    20% Increase in 30 Days -
    -
    -
    - -
    - Downloads - 114,381 -
    -
    -
    +
    + +
    + +
    + + +
    + Downloads + 114,381 + +
    +
    +
    70% Increase in 30 Days -
    -
    -
    - -
    - Direct Messages - 163,921 -
    -
    -
    +
    + +
    + +
    + + +
    + Direct Messages + 163,921 + +
    +
    +
    40% Increase in 30 Days -
    -
    +
    + +
    + -
    -
    -

    Browser Usage

    -
    - - +
    +
    +

    Browser Usage

    + +
    + + +
    +
    + +
    +
    +
    +
    +
    -
    -
    -
    -
    -
    - -
    -
    -
    -
      -
    • Chrome
    • -
    • IE
    • -
    • FireFox
    • -
    • Safari
    • -
    • Opera
    • -
    • Navigator
    • -
    -
    -
    -
    - + +
    +
      +
    • Chrome
    • +
    • IE
    • +
    • FireFox
    • +
    • Safari
    • +
    • Opera
    • +
    • Navigator
    -
    -
    +
    + +
    + +
    + + + +
    + - -
    -
    -

    Recently Added Products

    -
    - - + +
    +
    +

    Recently Added Products

    + +
    + + +
    +
    + +
    +
      +
    • +
      + Product Image
      -
    -
    - -
    - -
    -
    -
    -
    -
    - -
    - + + + +
    + + + +
    + - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. - + + + + + + + - - - -
    +

    + Some information about this general settings option +

    + + - +
    + - - - - - - - - - - - - - - - - - - - - - - +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pages/UI/buttons.html b/pages/UI/buttons.html index c3b787ba1..81979f73d 100644 --- a/pages/UI/buttons.html +++ b/pages/UI/buttons.html @@ -1,1517 +1,1675 @@ - - - - AdminLTE 2 | Buttons - - - - - - - - - - - - + + + + AdminLTE 2 | Buttons + + + + + + + + + + + + - - - - - -
    + + + + + +
    -
    - - - - -
    - -
    + + + + + + + - -
    - -
    -

    - Buttons - Control panel -

    - -
    + +
    + +
    +

    + Buttons + Control panel +

    + +
    - -
    + +
    -
    -
    -
    -
    - -

    Buttons

    +
    +
    +
    +
    + + +

    Buttons

    +
    +
    +

    Various types of buttons. Using the base class .btn

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NormalLarge .btn-lgSmall .btn-smX-Small .btn-xsFlat .btn-flatDisabled .disabled
    + + + + + + + + + + + +
    + + + + + + + + + + + +
    + + + + + + + + + + + +
    + + + + + + + + + + + +
    + + + + + + + + + + + +
    + + + + + + + + + + + +
    +
    + +
    +
    + +
    + +
    +
    + +
    +
    +

    Block Buttons

    +
    +
    + + + +
    +
    + + + +
    +
    +

    Horizontal Button Group

    +
    +
    +

    + Horizontal button groups are easy to create with bootstrap. Just add your buttons + inside <div class="btn-group"></div> +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ButtonIconsFlatDropdown
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    + + +
    +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    + + +
    +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    + + +
    +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    + + +
    +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    + + +
    +
    +
    +
    +
    + + +
    +
    +

    Button Addon

    +
    +
    +

    With dropdown

    + +
    + -
    -

    Various types of buttons. Using the base class .btn

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NormalLarge .btn-lgSmall .btn-smX-Small .btn-xsFlat .btn-flatDisabled .disabled
    -
    + +
    -
    -
    -
    -
    - -
    -
    -

    Block Buttons

    + +

    Normal

    + +
    +
    +
    -
    - - - -
    -
    + + +
    + +

    Flat

    - -
    -
    -

    Horizontal Button Group

    -
    -
    -

    - Horizontal button groups are easy to create with bootstrap. Just add your buttons - inside <div class="btn-group"></div> -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ButtonIconsFlatDropdown
    -
    - - - -
    -
    -
    - - - -
    -
    -
    - - - -
    -
    -
    - - - -
    - - -
    -
    -
    -
    - - - -
    -
    -
    - - - -
    -
    -
    - - - -
    -
    -
    - - - -
    - - -
    -
    -
    -
    - - - -
    -
    -
    - - - -
    -
    -
    - - - -
    -
    -
    - - - -
    - - -
    -
    -
    -
    - - - -
    -
    -
    - - - -
    -
    -
    - - - -
    -
    -
    - - - -
    - - -
    -
    -
    -
    - - - -
    -
    -
    - - - -
    -
    -
    - - - -
    -
    -
    - - - -
    - - -
    -
    -
    -
    -
    - -
    -
    -

    Button Addon

    -
    -
    -

    With dropdown

    -
    - - -
    -

    Normal

    -
    -
    - -
    - -
    -

    Flat

    -
    - +
    + -
    -
    -
    - -
    -
    -

    Split buttons

    +
    + +
    + +
    + + +
    +
    +

    Split buttons

    +
    +
    + +

    Normal split buttons:

    + +
    +
    + + +
    -
    - -

    Normal split buttons:

    -
    -
    - - - -
    -
    - - - -
    -
    - - - -
    -
    - - - -
    -
    - - - -
    -
    - -

    Flat split buttons:

    -
    -
    - - - -
    -
    - - - -
    -
    - - - -
    -
    - - - -
    -
    - - - -
    -
    -
    -
    - - -
    - -
    - -
    -
    -

    Application Buttons

    +
    + + +
    - -
    - -
    -
    -

    Different colors

    +
    + + +
    -
    -

    Mix and match with various background colors. Use base class .btn and add any available .bg-* class

    - -

    - - - - - -

    +
    + +

    Flat split buttons:

    -

    - - - - - -

    +
    +
    + + +
    -
    - - -
    -
    -

    Vertical Button Group

    +
    + + +
    -
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    +
    + +
    + -

    - Vertical button groups are easy to create with bootstrap. Just add your buttons - inside <div class="btn-group-vertical"></div> -

    + +
    +
    +

    Social Buttons (By Lipis) +

    +
    +
    + + Sign in with Bitbucket + + + Sign in with Dropbox + + + Sign in with Facebook + + + Sign in with Flickr + + + Sign in with Foursquare + + + Sign in with GitHub + + + Sign in with Google + + + Sign in with Instagram + + + Sign in with LinkedIn + + + Sign in with Tumblr + + + Sign in with Twitter + + + Sign in with VK + +
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ButtonIconsFlatDropdown
    -
    - - - -
    -
    -
    - - - -
    -
    -
    - - - -
    -
    -
    - - +
    + + + + + + + + + + + + +
    +
    + + -
    - - -
    - -
    -
    - - - -
    -
    -
    - - - -
    -
    -
    - - - -
    -
    -
    - - - -
    - - -
    -
    -
    -
    - - - -
    -
    -
    - - - -
    -
    -
    - - - -
    -
    -
    - - - -
    - - -
    -
    -
    -
    - - - -
    -
    -
    - - - -
    -
    -
    - - - -
    -
    -
    - - - -
    - - -
    -
    -
    -
    - - - -
    -
    -
    - - - -
    -
    -
    - - - -
    -
    -
    - - - -
    - - -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. -
    + +
    + +
    +
    +

    Application Buttons

    +
    + + +
    + + +
    +
    +

    Different colors

    +
    +
    +

    Mix and match with various background colors. Use base class .btn and add any available + .bg-* class

    + +

    + + + + + +

    - -
    +
    + -
  • + +
    +
    +

    Vertical Button Group

    +
    +
    + +

    + Vertical button groups are easy to create with bootstrap. Just add your buttons + inside <div class="btn-group-vertical"></div> +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ButtonIconsFlatDropdown
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    + + +
    +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    + + +
    +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    + + +
    +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    + + +
    +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    + + +
    +
    +
    +
    + +
    + +
    + +
    + + + +
    + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    + + + - -
    - +

    + Some information about this general settings option +

    + + - - - - - - - - - - - +
    + + +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + diff --git a/pages/UI/general.html b/pages/UI/general.html index 4bfad23f1..82e37c678 100644 --- a/pages/UI/general.html +++ b/pages/UI/general.html @@ -1,1397 +1,1623 @@ - - - - AdminLTE 2 | General UI - - - - - - - - - - - - + + + + AdminLTE 2 | General UI + + + + + + + + + + + + - - - - - - -
    + + + + + + +
    + +
    + + + + -
    - -
    + + + + + + + - -
    - -
    -

    - General UI - Preview of UI elements -

    - -
    + +
    + +
    +

    + General UI + Preview of UI elements +

    + +
    - -
    - -
    -
    -

    Color Palette

    + +
    + +
    +
    +

    Color Palette

    +
    +
    +
    +
    +

    Primary

    + +
    +
    Disabled
    +
    #3c8dbc
    +
    Active
    +
    + +
    +

    Info

    + +
    +
    Disabled
    +
    #00c0ef
    +
    Active
    +
    +
    + +
    +

    Success

    + +
    +
    Disabled
    +
    #00a65a
    +
    Active
    +
    +
    + +
    +

    Warning

    + +
    +
    Disabled
    +
    #f39c12
    +
    Active
    +
    +
    + +
    +

    Danger

    + +
    +
    Disabled
    +
    #f56954
    +
    Active
    +
    +
    + +
    +

    Gray

    + +
    +
    Disabled
    +
    #d2d6de
    +
    Active
    +
    +
    + +
    + +
    +
    +

    Navy

    + +
    +
    Disabled
    +
    #001F3F
    +
    Active
    +
    +
    + +
    +

    Teal

    + +
    +
    Disabled
    +
    #39CCCC
    +
    Active
    +
    +
    + +
    +

    Purple

    + +
    +
    Disabled
    +
    #605ca8
    +
    Active
    +
    +
    + +
    +

    Orange

    + +
    +
    Disabled
    +
    #ff851b
    +
    Active
    +
    +
    + +
    +

    Maroon

    + +
    +
    Disabled
    +
    #D81B60
    +
    Active
    +
    +
    + +
    +

    Black

    + +
    +
    Disabled
    +
    #111111
    +
    Active
    +
    +
    + +
    + +
    + +
    + + + + +
    +
    +
    +
    + + +

    Alerts

    +
    +
    -
    -
    -

    Primary

    -
    -
    Disabled
    -
    #3c8dbc
    -
    Active
    -
    -
    -
    -

    Info

    -
    -
    Disabled
    -
    #00c0ef
    -
    Active
    -
    -
    -
    -

    Success

    -
    -
    Disabled
    -
    #00a65a
    -
    Active
    -
    -
    -
    -

    Warning

    -
    -
    Disabled
    -
    #f39c12
    -
    Active
    -
    -
    -
    -

    Danger

    -
    -
    Disabled
    -
    #f56954
    -
    Active
    -
    -
    -
    -

    Gray

    -
    -
    Disabled
    -
    #d2d6de
    -
    Active
    -
    -
    -
    -
    -
    -

    Navy

    -
    -
    Disabled
    -
    #001F3F
    -
    Active
    -
    -
    -
    -

    Teal

    -
    -
    Disabled
    -
    #39CCCC
    -
    Active
    -
    -
    -
    -

    Purple

    -
    -
    Disabled
    -
    #605ca8
    -
    Active
    -
    -
    -
    -

    Orange

    -
    -
    Disabled
    -
    #ff851b
    -
    Active
    -
    -
    -
    -

    Maroon

    -
    -
    Disabled
    -
    #D81B60
    -
    Active
    -
    -
    -
    -

    Black

    -
    -
    Disabled
    -
    #111111
    -
    Active
    -
    -
    -
    -
    -
    - - -
    -
    -
    -
    - -

    Alerts

    -
    -
    -
    - -

    Alert!

    - Danger alert preview. This alert is dismissable. A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. -
    -
    - -

    Alert!

    - Info alert preview. This alert is dismissable. -
    -
    - -

    Alert!

    - Warning alert preview. This alert is dismissable. -
    -
    - -

    Alert!

    - Success alert preview. This alert is dismissable. -
    -
    -
    -
    +
    + +

    Alert!

    + Danger alert preview. This alert is dismissable. A wonderful serenity has taken possession of my entire + soul, like these sweet mornings of spring which I enjoy with my whole heart. +
    +
    + +

    Alert!

    + Info alert preview. This alert is dismissable. +
    +
    + +

    Alert!

    + Warning alert preview. This alert is dismissable. +
    +
    + +

    Alert!

    + Success alert preview. This alert is dismissable. +
    +
    + +
    + +
    + -
    -
    -
    - -

    Callouts

    -
    -
    -
    -

    I am a danger callout!

    -

    There is a problem that we need to fix. A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.

    -
    -
    -

    I am an info callout!

    -

    Follow the steps to continue to payment.

    -
    -
    -

    I am a warning callout!

    -

    This is a yellow callout.

    -
    -
    -

    I am a success callout!

    -

    This is a green callout.

    -
    -
    -
    -
    -
    - - - -
    -
    - - + + + + + +
    +
    + + -
    + +
  • + +
    +
    + How to use: -
    - - + +
    + The European languages are members of the same family. Their separate existence is a myth. + For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ + in their grammar, their pronunciation and their most common words. Everyone realizes why a + new common language would be desirable: one could refuse to pay expensive translators. To + achieve this, it would be necessary to have uniform grammar, pronunciation and more common + words. If several languages coalesce, the grammar of the resulting language is more simple + and regular than that of the individual languages. +
    + +
    + Lorem Ipsum is simply dummy text of the printing and typesetting industry. + Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, + when an unknown printer took a galley of type and scrambled it to make a type specimen book. + It has survived not only five centuries, but also the leap into electronic typesetting, + remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset + sheets containing Lorem Ipsum passages, and more recently with desktop publishing software + like Aldus PageMaker including versions of Lorem Ipsum. +
    + +
    + +
    + +
    + + +
    + + -
    -
    - - - -
    -
    -
    -
    -

    Progress Bars Different Sizes

    -
    -
    -

    .progress

    -
    -
    - 40% Complete (success) -
    -
    -

    Class: .sm

    -
    -
    - 20% Complete -
    -
    -

    Class: .xs

    -
    -
    - 60% Complete (warning) -
    -
    -

    Class: .xxs

    -
    -
    - 60% Complete (warning) -
    -
    -
    -
    -
    -
    -
    -
    -

    Progress bars

    -
    -
    -
    -
    - 40% Complete (success) -
    -
    -
    -
    - 20% Complete -
    -
    -
    -
    - 60% Complete (warning) -
    -
    -
    -
    - 80% Complete -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Vertical Progress Bars Different Sizes

    -
    -
    -

    By adding the class .vertical and .progress-sm, .progress-xs or .progress-xxs we achieve:

    -
    -
    - 40% -
    -
    -
    -
    - 100% -
    -
    -
    -
    - 60% -
    -
    -
    -
    - 60% -
    -
    -
    -
    -
    -
    -
    -
    -

    Vertical Progress bars

    -
    -
    -

    By adding the class .vertical we achieve:

    -
    -
    - 40% -
    -
    -
    -
    - 20% -
    -
    -
    -
    - 60% -
    -
    -
    -
    - 80% -
    -
    -
    -
    -
    -
    - + +
  • Custom Tabs
  • + +
    +
    + How to use: - - -
    -
    -
    -
    -

    Collapsible Accordion

    -
    -
    -
    - -
    - -
    -
    - Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. -
    -
    -
    -
    - -
    -
    - Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. -
    -
    -
    -
    - -
    -
    - Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. -
    -
    +

    Exactly like the original bootstrap tabs except you should use + the custom wrapper .nav-tabs-custom to achieve this style.

    + A wonderful serenity has taken possession of my entire soul, + like these sweet mornings of spring which I enjoy with my whole heart. + I am alone, and feel the charm of existence in this spot, + which was created for the bliss of souls like mine. I am so happy, + my dear friend, so absorbed in the exquisite sense of mere tranquil existence, + that I neglect my talents. I should be incapable of drawing a single stroke + at the present moment; and yet I feel that I never was a greater artist than now. +
    + +
    + The European languages are members of the same family. Their separate existence is a myth. + For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ + in their grammar, their pronunciation and their most common words. Everyone realizes why a + new common language would be desirable: one could refuse to pay expensive translators. To + achieve this, it would be necessary to have uniform grammar, pronunciation and more common + words. If several languages coalesce, the grammar of the resulting language is more simple + and regular than that of the individual languages. +
    + +
    + Lorem Ipsum is simply dummy text of the printing and typesetting industry. + Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, + when an unknown printer took a galley of type and scrambled it to make a type specimen book. + It has survived not only five centuries, but also the leap into electronic typesetting, + remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset + sheets containing Lorem Ipsum passages, and more recently with desktop publishing software + like Aldus PageMaker including versions of Lorem Ipsum. +
    + +
    + +
    + +
    + +
    + + + + + +
    +
    +
    +
    +

    Progress Bars Different Sizes

    +
    + +
    +

    .progress

    + +
    +
    + 40% Complete (success) +
    +
    +

    Class: .sm

    + +
    +
    + 20% Complete +
    +
    +

    Class: .xs

    + +
    +
    + 60% Complete (warning) +
    +
    +

    Class: .xxs

    + +
    +
    + 60% Complete (warning) +
    +
    +
    + +
    + +
    + +
    +
    +
    +

    Progress bars

    +
    + +
    +
    +
    + 40% Complete (success) +
    +
    +
    +
    + 20% Complete +
    +
    +
    +
    + 60% Complete (warning) +
    +
    +
    +
    + 80% Complete +
    +
    +
    + +
    + +
    + +
    + +
    +
    +
    +
    +

    Vertical Progress Bars Different Sizes

    +
    + +
    +

    By adding the class .vertical and .progress-sm, .progress-xs or + .progress-xxs we achieve:

    + +
    +
    + 40% +
    +
    +
    +
    + 100% +
    +
    +
    +
    + 60% +
    +
    +
    +
    + 60% +
    +
    +
    + +
    + +
    + +
    +
    +
    +

    Vertical Progress bars

    +
    + +
    +

    By adding the class .vertical we achieve:

    + +
    +
    + 40% +
    +
    +
    +
    + 20% +
    +
    +
    +
    + 60% +
    +
    +
    +
    + 80% +
    +
    +
    + +
    + +
    + +
    + + + + + + +
    +
    +
    +
    +

    Collapsible Accordion

    +
    + +
    +
    + +
    + +
    +
    + Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 + wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum + eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla + assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred + nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer + farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus + labore sustainable VHS.
    -
    -
    -
    -
    -
    -
    -

    Carousel

    -
    -
    - + -
    -
    -
    - +
    +
    + Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 + wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum + eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla + assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred + nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer + farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus + labore sustainable VHS. +
    +
    +
    +
    + +
    +
    + Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 + wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum + eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla + assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred + nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer + farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus + labore sustainable VHS. +
    +
    +
    +
    +
    + +
    + +
    + +
    +
    +
    +

    Carousel

    +
    + +
    + + + + + + + +
    +
    +
    +
    + + +

    Headlines

    +
    + +
    +

    h1. Bootstrap heading

    + +

    h2. Bootstrap heading

    + +

    h3. Bootstrap heading

    +

    h4. Bootstrap heading

    +
    h5. Bootstrap heading
    +
    h6. Bootstrap heading
    +
    + +
    + +
    + +
    +
    +
    + + +

    Text Emphasis

    +
    + +
    +

    Lead to emphasize importance

    + +

    Text green to emphasize success

    + +

    Text aqua to emphasize info

    + +

    Text light blue to emphasize info (2)

    + +

    Text red to emphasize danger

    + +

    Text yellow to emphasize warning

    + +

    Text muted to emphasize general

    +
    + +
    + +
    + +
    + + +
    +
    +
    +
    + + +

    Block Quotes

    +
    + +
    +
    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

    + Someone famous in Source Title +
    +
    + +
    + +
    + +
    +
    +
    + + +

    Block Quotes Pulled Right

    +
    + +
    +
    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

    + Someone famous in Source Title +
    +
    + +
    + +
    + +
    + + +
    +
    +
    +
    + + +

    Unordered List

    +
    + +
    +
      +
    • Lorem ipsum dolor sit amet
    • +
    • Consectetur adipiscing elit
    • +
    • Integer molestie lorem at massa
    • +
    • Facilisis in pretium nisl aliquet
    • +
    • Nulla volutpat aliquam velit
        -
      • Lorem ipsum dolor sit amet
      • -
      • Consectetur adipiscing elit
      • -
      • Integer molestie lorem at massa
      • -
      • Facilisis in pretium nisl aliquet
      • -
      • Nulla volutpat aliquam velit -
          -
        • Phasellus iaculis neque
        • -
        • Purus sodales ultricies
        • -
        • Vestibulum laoreet porttitor sem
        • -
        • Ac tristique libero volutpat at
        • -
        -
      • -
      • Faucibus porta lacus fringilla vel
      • -
      • Aenean sit amet erat nunc
      • -
      • Eget porttitor lorem
      • +
      • Phasellus iaculis neque
      • +
      • Purus sodales ultricies
      • +
      • Vestibulum laoreet porttitor sem
      • +
      • Ac tristique libero volutpat at
      -
    -
    -
    -
    -
    -
    - -

    Ordered Lists

    -
    -
    + +
  • Faucibus porta lacus fringilla vel
  • +
  • Aenean sit amet erat nunc
  • +
  • Eget porttitor lorem
  • + +
    + +
    + +
    + +
    +
    +
    + + +

    Ordered Lists

    +
    + +
    +
      +
    1. Lorem ipsum dolor sit amet
    2. +
    3. Consectetur adipiscing elit
    4. +
    5. Integer molestie lorem at massa
    6. +
    7. Facilisis in pretium nisl aliquet
    8. +
    9. Nulla volutpat aliquam velit
        -
      1. Lorem ipsum dolor sit amet
      2. -
      3. Consectetur adipiscing elit
      4. -
      5. Integer molestie lorem at massa
      6. -
      7. Facilisis in pretium nisl aliquet
      8. -
      9. Nulla volutpat aliquam velit -
          -
        1. Phasellus iaculis neque
        2. -
        3. Purus sodales ultricies
        4. -
        5. Vestibulum laoreet porttitor sem
        6. -
        7. Ac tristique libero volutpat at
        8. -
        -
      10. -
      11. Faucibus porta lacus fringilla vel
      12. -
      13. Aenean sit amet erat nunc
      14. -
      15. Eget porttitor lorem
      16. +
      17. Phasellus iaculis neque
      18. +
      19. Purus sodales ultricies
      20. +
      21. Vestibulum laoreet porttitor sem
      22. +
      23. Ac tristique libero volutpat at
      -
    -
    -
    -
    -
    -
    - -

    Unstyled List

    -
    -
    -
      -
    • Lorem ipsum dolor sit amet
    • -
    • Consectetur adipiscing elit
    • -
    • Integer molestie lorem at massa
    • -
    • Facilisis in pretium nisl aliquet
    • -
    • Nulla volutpat aliquam velit -
        -
      • Phasellus iaculis neque
      • -
      • Purus sodales ultricies
      • -
      • Vestibulum laoreet porttitor sem
      • -
      • Ac tristique libero volutpat at
      • -
      -
    • -
    • Faucibus porta lacus fringilla vel
    • -
    • Aenean sit amet erat nunc
    • -
    • Eget porttitor lorem
    • + +
    • Faucibus porta lacus fringilla vel
    • +
    • Aenean sit amet erat nunc
    • +
    • Eget porttitor lorem
    • + +
    + +
    + +
    + +
    +
    +
    + + +

    Unstyled List

    +
    + +
    +
      +
    • Lorem ipsum dolor sit amet
    • +
    • Consectetur adipiscing elit
    • +
    • Integer molestie lorem at massa
    • +
    • Facilisis in pretium nisl aliquet
    • +
    • Nulla volutpat aliquam velit +
        +
      • Phasellus iaculis neque
      • +
      • Purus sodales ultricies
      • +
      • Vestibulum laoreet porttitor sem
      • +
      • Ac tristique libero volutpat at
      -
    -
    -
    -
    - -
    -
    -
    -
    - -

    Description

    -
    -
    -
    -
    Description lists
    -
    A description list is perfect for defining terms.
    -
    Euismod
    -
    Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.
    -
    Donec id elit non mi porta gravida at eget metus.
    -
    Malesuada porta
    -
    Etiam porta sem malesuada magna mollis euismod.
    -
    -
    -
    -
    -
    -
    -
    - -

    Description Horizontal

    -
    -
    -
    -
    Description lists
    -
    A description list is perfect for defining terms.
    -
    Euismod
    -
    Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.
    -
    Donec id elit non mi porta gravida at eget metus.
    -
    Malesuada porta
    -
    Etiam porta sem malesuada magna mollis euismod.
    -
    Felis euismod semper eget lacinia
    -
    Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
    -
    -
    -
    -
    -
    - - -
    -
    -
    - + +
    +
    - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. - + + + - - - -
    - +

    + Some information about this general settings option +

    + + - - - - - - - - - - - +
    + + +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + diff --git a/pages/UI/icons.html b/pages/UI/icons.html index 93012e3e2..ada9f82d1 100644 --- a/pages/UI/icons.html +++ b/pages/UI/icons.html @@ -1,2738 +1,2998 @@ - - - - AdminLTE 2 | Icons - - - - - - - - - - - - - - - @media (min-width: 768px) { - .bs-glyphicons li { - width: 12.5%; - } - } - + + + + + +
    - - - - - -
    +
    + + + + +
    + +
    + + + + + + + - -
    - -
    -

    - Icons - a set of beautiful icons -

    - -
    + +
    + +
    +

    + Icons + a set of beautiful icons +

    + +
    - -
    -
    -
    -
    -
    -
    -
    - - - -
    - + + + +
    + +
      +
    • + + glyphicon glyphicon-asterisk +
    • +
    • + + glyphicon glyphicon-plus +
    • +
    • + + glyphicon glyphicon-euro +
    • +
    • + + glyphicon glyphicon-eur +
    • +
    • + + glyphicon glyphicon-minus +
    • +
    • + + glyphicon glyphicon-cloud +
    • +
    • + + glyphicon glyphicon-envelope +
    • +
    • + + glyphicon glyphicon-pencil +
    • +
    • + + glyphicon glyphicon-glass +
    • +
    • + + glyphicon glyphicon-music +
    • +
    • + + glyphicon glyphicon-search +
    • +
    • + + glyphicon glyphicon-heart +
    • +
    • + + glyphicon glyphicon-star +
    • +
    • + + glyphicon glyphicon-star-empty +
    • +
    • + + glyphicon glyphicon-user +
    • +
    • + + glyphicon glyphicon-film +
    • +
    • + + glyphicon glyphicon-th-large +
    • +
    • + + glyphicon glyphicon-th +
    • +
    • + + glyphicon glyphicon-th-list +
    • +
    • + + glyphicon glyphicon-ok +
    • +
    • + + glyphicon glyphicon-remove +
    • +
    • + + glyphicon glyphicon-zoom-in +
    • +
    • + + glyphicon glyphicon-zoom-out +
    • +
    • + + glyphicon glyphicon-off +
    • +
    • + + glyphicon glyphicon-signal +
    • +
    • + + glyphicon glyphicon-cog +
    • +
    • + + glyphicon glyphicon-trash +
    • +
    • + + glyphicon glyphicon-home +
    • +
    • + + glyphicon glyphicon-file +
    • +
    • + + glyphicon glyphicon-time +
    • +
    • + + glyphicon glyphicon-road +
    • +
    • + + glyphicon glyphicon-download-alt +
    • +
    • + + glyphicon glyphicon-download +
    • +
    • + + glyphicon glyphicon-upload +
    • +
    • + + glyphicon glyphicon-inbox +
    • +
    • + + glyphicon glyphicon-play-circle +
    • +
    • + + glyphicon glyphicon-repeat +
    • +
    • + + glyphicon glyphicon-refresh +
    • +
    • + + glyphicon glyphicon-list-alt +
    • +
    • + + glyphicon glyphicon-lock +
    • +
    • + + glyphicon glyphicon-flag +
    • +
    • + + glyphicon glyphicon-headphones +
    • +
    • + + glyphicon glyphicon-volume-off +
    • +
    • + + glyphicon glyphicon-volume-down +
    • +
    • + + glyphicon glyphicon-volume-up +
    • +
    • + + glyphicon glyphicon-qrcode +
    • +
    • + + glyphicon glyphicon-barcode +
    • +
    • + + glyphicon glyphicon-tag +
    • +
    • + + glyphicon glyphicon-tags +
    • +
    • + + glyphicon glyphicon-book +
    • +
    • + + glyphicon glyphicon-bookmark +
    • +
    • + + glyphicon glyphicon-print +
    • +
    • + + glyphicon glyphicon-camera +
    • +
    • + + glyphicon glyphicon-font +
    • +
    • + + glyphicon glyphicon-bold +
    • +
    • + + glyphicon glyphicon-italic +
    • +
    • + + glyphicon glyphicon-text-height +
    • +
    • + + glyphicon glyphicon-text-width +
    • +
    • + + glyphicon glyphicon-align-left +
    • +
    • + + glyphicon glyphicon-align-center +
    • +
    • + + glyphicon glyphicon-align-right +
    • +
    • + + glyphicon glyphicon-align-justify +
    • +
    • + + glyphicon glyphicon-list +
    • +
    • + + glyphicon glyphicon-indent-left +
    • +
    • + + glyphicon glyphicon-indent-right +
    • +
    • + + glyphicon glyphicon-facetime-video +
    • +
    • + + glyphicon glyphicon-picture +
    • +
    • + + glyphicon glyphicon-map-marker +
    • +
    • + + glyphicon glyphicon-adjust +
    • +
    • + + glyphicon glyphicon-tint +
    • +
    • + + glyphicon glyphicon-edit +
    • +
    • + + glyphicon glyphicon-share +
    • +
    • + + glyphicon glyphicon-check +
    • +
    • + + glyphicon glyphicon-move +
    • +
    • + + glyphicon glyphicon-step-backward +
    • +
    • + + glyphicon glyphicon-fast-backward +
    • +
    • + + glyphicon glyphicon-backward +
    • +
    • + + glyphicon glyphicon-play +
    • +
    • + + glyphicon glyphicon-pause +
    • +
    • + + glyphicon glyphicon-stop +
    • +
    • + + glyphicon glyphicon-forward +
    • +
    • + + glyphicon glyphicon-fast-forward +
    • +
    • + + glyphicon glyphicon-step-forward +
    • +
    • + + glyphicon glyphicon-eject +
    • +
    • + + glyphicon glyphicon-chevron-left +
    • +
    • + + glyphicon glyphicon-chevron-right +
    • +
    • + + glyphicon glyphicon-plus-sign +
    • +
    • + + glyphicon glyphicon-minus-sign +
    • +
    • + + glyphicon glyphicon-remove-sign +
    • +
    • + + glyphicon glyphicon-ok-sign +
    • +
    • + + glyphicon glyphicon-question-sign +
    • +
    • + + glyphicon glyphicon-info-sign +
    • +
    • + + glyphicon glyphicon-screenshot +
    • +
    • + + glyphicon glyphicon-remove-circle +
    • +
    • + + glyphicon glyphicon-ok-circle +
    • +
    • + + glyphicon glyphicon-ban-circle +
    • +
    • + + glyphicon glyphicon-arrow-left +
    • +
    • + + glyphicon glyphicon-arrow-right +
    • +
    • + + glyphicon glyphicon-arrow-up +
    • +
    • + + glyphicon glyphicon-arrow-down +
    • +
    • + + glyphicon glyphicon-share-alt +
    • +
    • + + glyphicon glyphicon-resize-full +
    • +
    • + + glyphicon glyphicon-resize-small +
    • +
    • + + glyphicon glyphicon-exclamation-sign +
    • +
    • + + glyphicon glyphicon-gift +
    • +
    • + + glyphicon glyphicon-leaf +
    • +
    • + + glyphicon glyphicon-fire +
    • +
    • + + glyphicon glyphicon-eye-open +
    • +
    • + + glyphicon glyphicon-eye-close +
    • +
    • + + glyphicon glyphicon-warning-sign +
    • +
    • + + glyphicon glyphicon-plane +
    • +
    • + + glyphicon glyphicon-calendar +
    • +
    • + + glyphicon glyphicon-random +
    • +
    • + + glyphicon glyphicon-comment +
    • +
    • + + glyphicon glyphicon-magnet +
    • +
    • + + glyphicon glyphicon-chevron-up +
    • +
    • + + glyphicon glyphicon-chevron-down +
    • +
    • + + glyphicon glyphicon-retweet +
    • +
    • + + glyphicon glyphicon-shopping-cart +
    • +
    • + + glyphicon glyphicon-folder-close +
    • +
    • + + glyphicon glyphicon-folder-open +
    • +
    • + + glyphicon glyphicon-resize-vertical +
    • +
    • + + glyphicon glyphicon-resize-horizontal +
    • +
    • + + glyphicon glyphicon-hdd +
    • +
    • + + glyphicon glyphicon-bullhorn +
    • +
    • + + glyphicon glyphicon-bell +
    • +
    • + + glyphicon glyphicon-certificate +
    • +
    • + + glyphicon glyphicon-thumbs-up +
    • +
    • + + glyphicon glyphicon-thumbs-down +
    • +
    • + + glyphicon glyphicon-hand-right +
    • +
    • + + glyphicon glyphicon-hand-left +
    • +
    • + + glyphicon glyphicon-hand-up +
    • +
    • + + glyphicon glyphicon-hand-down +
    • +
    • + + glyphicon glyphicon-circle-arrow-right +
    • +
    • + + glyphicon glyphicon-circle-arrow-left +
    • +
    • + + glyphicon glyphicon-circle-arrow-up +
    • +
    • + + glyphicon glyphicon-circle-arrow-down +
    • +
    • + + glyphicon glyphicon-globe +
    • +
    • + + glyphicon glyphicon-wrench +
    • +
    • + + glyphicon glyphicon-tasks +
    • +
    • + + glyphicon glyphicon-filter +
    • +
    • + + glyphicon glyphicon-briefcase +
    • +
    • + + glyphicon glyphicon-fullscreen +
    • +
    • + + glyphicon glyphicon-dashboard +
    • +
    • + + glyphicon glyphicon-paperclip +
    • +
    • + + glyphicon glyphicon-heart-empty +
    • +
    • + + glyphicon glyphicon-link +
    • +
    • + + glyphicon glyphicon-phone +
    • +
    • + + glyphicon glyphicon-pushpin +
    • +
    • + + glyphicon glyphicon-usd +
    • +
    • + + glyphicon glyphicon-gbp +
    • +
    • + + glyphicon glyphicon-sort +
    • +
    • + + glyphicon glyphicon-sort-by-alphabet +
    • +
    • + + glyphicon glyphicon-sort-by-alphabet-alt +
    • +
    • + + glyphicon glyphicon-sort-by-order +
    • +
    • + + glyphicon glyphicon-sort-by-order-alt +
    • +
    • + + glyphicon glyphicon-sort-by-attributes +
    • +
    • + + glyphicon glyphicon-sort-by-attributes-alt +
    • +
    • + + glyphicon glyphicon-unchecked +
    • +
    • + + glyphicon glyphicon-expand +
    • +
    • + + glyphicon glyphicon-collapse-down +
    • +
    • + + glyphicon glyphicon-collapse-up +
    • +
    • + + glyphicon glyphicon-log-in +
    • +
    • + + glyphicon glyphicon-flash +
    • +
    • + + glyphicon glyphicon-log-out +
    • +
    • + + glyphicon glyphicon-new-window +
    • +
    • + + glyphicon glyphicon-record +
    • +
    • + + glyphicon glyphicon-save +
    • +
    • + + glyphicon glyphicon-open +
    • +
    • + + glyphicon glyphicon-saved +
    • +
    • + + glyphicon glyphicon-import +
    • +
    • + + glyphicon glyphicon-export +
    • +
    • + + glyphicon glyphicon-send +
    • +
    • + + glyphicon glyphicon-floppy-disk +
    • +
    • + + glyphicon glyphicon-floppy-saved +
    • +
    • + + glyphicon glyphicon-floppy-remove +
    • +
    • + + glyphicon glyphicon-floppy-save +
    • +
    • + + glyphicon glyphicon-floppy-open +
    • +
    • + + glyphicon glyphicon-credit-card +
    • +
    • + + glyphicon glyphicon-transfer +
    • +
    • + + glyphicon glyphicon-cutlery +
    • +
    • + + glyphicon glyphicon-header +
    • +
    • + + glyphicon glyphicon-compressed +
    • +
    • + + glyphicon glyphicon-earphone +
    • +
    • + + glyphicon glyphicon-phone-alt +
    • +
    • + + glyphicon glyphicon-tower +
    • +
    • + + glyphicon glyphicon-stats +
    • +
    • + + glyphicon glyphicon-sd-video +
    • +
    • + + glyphicon glyphicon-hd-video +
    • +
    • + + glyphicon glyphicon-subtitles +
    • +
    • + + glyphicon glyphicon-sound-stereo +
    • +
    • + + glyphicon glyphicon-sound-dolby +
    • +
    • + + glyphicon glyphicon-sound-5-1 +
    • +
    • + + glyphicon glyphicon-sound-6-1 +
    • +
    • + + glyphicon glyphicon-sound-7-1 +
    • +
    • + + glyphicon glyphicon-copyright-mark +
    • +
    • + + glyphicon glyphicon-registration-mark +
    • +
    • + + glyphicon glyphicon-cloud-download +
    • +
    • + + glyphicon glyphicon-cloud-upload +
    • +
    • + + glyphicon glyphicon-tree-conifer +
    • +
    • + + glyphicon glyphicon-tree-deciduous +
    • +
    • + + glyphicon glyphicon-cd +
    • +
    • + + glyphicon glyphicon-save-file +
    • +
    • + + glyphicon glyphicon-open-file +
    • +
    • + + glyphicon glyphicon-level-up +
    • +
    • + + glyphicon glyphicon-copy +
    • +
    • + + glyphicon glyphicon-paste +
    • +
    • + + glyphicon glyphicon-alert +
    • +
    • + + glyphicon glyphicon-equalizer +
    • +
    • + + glyphicon glyphicon-king +
    • +
    • + + glyphicon glyphicon-queen +
    • +
    • + + glyphicon glyphicon-pawn +
    • +
    • + + glyphicon glyphicon-bishop +
    • +
    • + + glyphicon glyphicon-knight +
    • +
    • + + glyphicon glyphicon-baby-formula +
    • +
    • + + glyphicon glyphicon-tent +
    • +
    • + + glyphicon glyphicon-blackboard +
    • +
    • + + glyphicon glyphicon-bed +
    • +
    • + + glyphicon glyphicon-apple +
    • +
    • + + glyphicon glyphicon-erase +
    • +
    • + + glyphicon glyphicon-hourglass +
    • +
    • + + glyphicon glyphicon-lamp +
    • +
    • + + glyphicon glyphicon-duplicate +
    • +
    • + + glyphicon glyphicon-piggy-bank +
    • +
    • + + glyphicon glyphicon-scissors +
    • +
    • + + glyphicon glyphicon-bitcoin +
    • +
    • + + glyphicon glyphicon-btc +
    • +
    • + + glyphicon glyphicon-xbt +
    • +
    • + + glyphicon glyphicon-yen +
    • +
    • + + glyphicon glyphicon-jpy +
    • +
    • + + glyphicon glyphicon-ruble +
    • +
    • + + glyphicon glyphicon-rub +
    • +
    • + + glyphicon glyphicon-scale +
    • +
    • + + glyphicon glyphicon-ice-lolly +
    • +
    • + + glyphicon glyphicon-ice-lolly-tasted +
    • +
    • + + glyphicon glyphicon-education +
    • +
    • + + glyphicon glyphicon-option-horizontal +
    • +
    • + + glyphicon glyphicon-option-vertical +
    • +
    • + + glyphicon glyphicon-menu-hamburger +
    • +
    • + + glyphicon glyphicon-modal-window +
    • +
    • + + glyphicon glyphicon-oil +
    • +
    • + + glyphicon glyphicon-grain +
    • +
    • + + glyphicon glyphicon-sunglasses +
    • +
    • + + glyphicon glyphicon-text-size +
    • +
    • + + glyphicon glyphicon-text-color +
    • +
    • + + glyphicon glyphicon-text-background +
    • +
    • + + glyphicon glyphicon-object-align-top +
    • +
    • + + glyphicon glyphicon-object-align-bottom +
    • +
    • + + glyphicon glyphicon-object-align-horizontal +
    • +
    • + + glyphicon glyphicon-object-align-left +
    • +
    • + + glyphicon glyphicon-object-align-vertical +
    • +
    • + + glyphicon glyphicon-object-align-right +
    • +
    • + + glyphicon glyphicon-triangle-right +
    • +
    • + + glyphicon glyphicon-triangle-left +
    • +
    • + + glyphicon glyphicon-triangle-bottom +
    • +
    • + + glyphicon glyphicon-triangle-top +
    • +
    • + + glyphicon glyphicon-console +
    • +
    • + + glyphicon glyphicon-superscript +
    • +
    • + + glyphicon glyphicon-subscript +
    • +
    • + + glyphicon glyphicon-menu-left +
    • +
    • + + glyphicon glyphicon-menu-right +
    • +
    • + + glyphicon glyphicon-menu-down +
    • +
    • + + glyphicon glyphicon-menu-up +
    • +
    +
    + + + + + + - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. -
    + + + + + + + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    - - - -
    - +

    + Some information about this general settings option +

    + + - - - - - - - - - - - +
    + + +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + diff --git a/pages/UI/modals.html b/pages/UI/modals.html index a0892c779..15f94599f 100644 --- a/pages/UI/modals.html +++ b/pages/UI/modals.html @@ -1,792 +1,866 @@ - - - - AdminLTE 2 | Modals - - - - - - - - - - - - + + + + AdminLTE 2 | Modals + + + + + + + + + + + + - - - + + + - - - -
    + + + +
    + +
    + + + + -
    - -
    + + + + + + + - -
    - -
    -

    - Modals - new -

    - -
    + +
    + +
    +

    + Modals + new +

    + +
    - -
    -
    -

    Reminder!

    - Instructions for how to use modals are available on the - Bootstrap documentation + +
    +
    +

    Reminder!

    + Instructions for how to use modals are available on the + Bootstrap documentation +
    + +
    +
    -
    - -
    - - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. -
    + +
    + - -
    + + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    + + + - -
    -
    +

    + Some information about this general settings option +

    + + - - - - - - - - - - - +
    + + +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + diff --git a/pages/UI/sliders.html b/pages/UI/sliders.html index 314e7327a..ea6263817 100644 --- a/pages/UI/sliders.html +++ b/pages/UI/sliders.html @@ -1,800 +1,859 @@ - - - - AdminLTE 2 | UI Sliders - - - - - - - - - - - - - - - - - - + + + + AdminLTE 2 | UI Sliders + + + + + + + + + + + + + + + + + + - - - - - -
    + + + + + +
    -
    - - - - +
    + +
    + + + + + + + - -
    - -
    -

    - Sliders - range sliders -

    - -
    + +
    + +
    +

    + Sliders + range sliders +

    + +
    - -
    -
    -
    -
    -
    -

    Ion Slider

    -
    -
    -
    -
    - -
    + +
    +
    +
    +
    +
    +

    Ion Slider

    +
    + +
    +
    +
    + +
    -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -

    Bootstrap Slider

    -
    -
    -
    -
    - -

    data-slider-id="red"

    - -

    data-slider-id="blue"

    - -

    data-slider-id="green"

    - -

    data-slider-id="yellow"

    - -

    data-slider-id="aqua"

    - -

    data-slider-id="purple"

    -
    -
    - - - - - - -
    -
    -
    -
    -
    -
    -
    -
    - -
    - +
    +
    + +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +
    - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. - + +
    + - -
    + +
    + + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    + + + - -
    -
    +

    + Some information about this general settings option +

    +
    + - - - - - - - - - - - - - - - - +

    + Allow the user to show his name in blog posts +

    + + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + diff --git a/pages/UI/timeline.html b/pages/UI/timeline.html index 6166fe87a..ea8888892 100644 --- a/pages/UI/timeline.html +++ b/pages/UI/timeline.html @@ -1,579 +1,606 @@ - - - - AdminLTE 2 | Timeline - - - - - - - - - - - - + + + + AdminLTE 2 | Timeline + + + + + + + + + + + + - - - - - -
    + + + + + +
    -
    - - - - +
    + +
    + + + + + + + - -
    - -
    -

    - Timeline - example -

    - -
    + +
    + +
    +

    + Timeline + example +

    + +
    - -
    + +
    - -
    -
    - -
      - -
    • + +
      +
      + +
        + +
      • 10 Feb. 2014 -
      • - - -
      • - -
        - 12:05 -

        Support Team sent you an email

        -
        - Etsy doostang zoodles disqus groupon greplin oooj voxy zoodles, - weebly ning heekya handango imeem plugg dopplr jibjab, movity - jajah plickers sifteo edmodo ifttt zimbra. Babblely odeo kaboodle - quora plaxo ideeli hulu weebly balihoo... -
        - -
        -
      • - - -
      • - -
        - 5 mins ago -

        Sarah Young accepted your friend request

        -
        -
      • - - -
      • - -
        - 27 mins ago -

        Jay White commented on your post

        -
        - Take me to your leader! - Switzerland is small and neutral! - We are more like Germany, ambitious and misunderstood! -
        - -
        -
      • - - -
      • +
      • + + +
      • + + +
        + 12:05 + +

        Support Team sent you an email

        + +
        + Etsy doostang zoodles disqus groupon greplin oooj voxy zoodles, + weebly ning heekya handango imeem plugg dopplr jibjab, movity + jajah plickers sifteo edmodo ifttt zimbra. Babblely odeo kaboodle + quora plaxo ideeli hulu weebly balihoo... +
        + +
        +
      • + + +
      • + + +
        + 5 mins ago + +

        Sarah Young accepted your friend request

        +
        +
      • + + +
      • + + +
        + 27 mins ago + +

        Jay White commented on your post

        + +
        + Take me to your leader! + Switzerland is small and neutral! + We are more like Germany, ambitious and misunderstood! +
        + +
        +
      • + + +
      • 3 Jan. 2014 -
      • - - -
      • - -
        - 2 days ago -

        Mina Lee uploaded new photos

        -
        - ... - ... - ... - ... -
        -
        -
      • - - -
      • - -
        - 5 days ago -

        Mr. Doe shared a video

        -
        -
        - -
        -
        - -
        -
      • - -
      • - -
      • -
      -
      -
      +
    • + + +
    • + -
      -
      -
      -
      -

      Timeline Markup

      +
      + 2 days ago + +

      Mina Lee uploaded new photos

      + +
      + ... + ... + ... + ...
      -
      +
      +
    • + + +
    • + + +
      + 5 days ago + +

      Mr. Doe shared a video

      + +
      +
      + +
      +
      + +
      +
    • + +
    • + +
    • +
    +
    + +
    + + +
    +
    +
    +
    +

    Timeline Markup

    +
    +
     <ul class="timeline">
     
    @@ -610,198 +637,234 @@
     
     </ul>
                       
    -
    -
    -
    -
    - -
    -
    - -
    - + +
    +
    - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. - + + + - - - -
    - +

    + Some information about this general settings option +

    + + - - - - - - - - - - - +
    + + +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + diff --git a/pages/calendar.html b/pages/calendar.html index 416b93efb..fff29d98f 100644 --- a/pages/calendar.html +++ b/pages/calendar.html @@ -1,881 +1,936 @@ - - - - AdminLTE 2 | Calendar - - - - - - - - - - - - - - - + + + + AdminLTE 2 | Calendar + + + + + + + + + + + + + + + - - - - - -
    + + + + + +
    -
    - - - - -
    - -
    + + + + + + + - -
    - -
    -

    - Calendar - Control panel -

    - -
    + +
    + +
    +

    + Calendar + Control panel +

    + +
    - -
    -
    -
    -
    -
    -

    Draggable Events

    -
    -
    - -
    -
    Lunch
    -
    Go home
    -
    Do homework
    -
    Work on UI design
    -
    Sleep tight
    -
    - -
    -
    -
    -
    -
    -
    -

    Create Event

    -
    -
    -
    - -
      -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    -
    -
    - -
    - -
    -
    + +
    +
    +
    +
    +
    +

    Draggable Events

    +
    +
    + +
    +
    Lunch
    +
    Go home
    +
    Do homework
    +
    Work on UI design
    +
    Sleep tight
    +
    +
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    -
    +
    + +
    + +
    +
    +

    Create Event

    +
    +
    +
    + +
      +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    +
    + +
    + -
    - + +
    +
    - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. - + +
    +
    +
    + +
    +
    + +
    + +
    + +
    + +
    + +
    + - -
    + + +
    Stats Tab Content
    + + +
    + +

    General Settings

    -
    - -
    +
    + -
    - -
    - -
    -
    - - -
    -
    +

    + Some information about this general settings option +

    + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + } + + ini_events($('#external-events div.external-event')); + + /* initialize the calendar + -----------------------------------------------------------------*/ + //Date for the calendar events (dummy data) + var date = new Date(); + var d = date.getDate(), + m = date.getMonth(), + y = date.getFullYear(); + $('#calendar').fullCalendar({ + header: { + left: 'prev,next today', + center: 'title', + right: 'month,agendaWeek,agendaDay' + }, + buttonText: { + today: 'today', + month: 'month', + week: 'week', + day: 'day' + }, + //Random default events + events: [ + { + title: 'All Day Event', + start: new Date(y, m, 1), + backgroundColor: "#f56954", //red + borderColor: "#f56954" //red + }, + { + title: 'Long Event', + start: new Date(y, m, d - 5), + end: new Date(y, m, d - 2), + backgroundColor: "#f39c12", //yellow + borderColor: "#f39c12" //yellow + }, + { + title: 'Meeting', + start: new Date(y, m, d, 10, 30), + allDay: false, + backgroundColor: "#0073b7", //Blue + borderColor: "#0073b7" //Blue + }, + { + title: 'Lunch', + start: new Date(y, m, d, 12, 0), + end: new Date(y, m, d, 14, 0), + allDay: false, + backgroundColor: "#00c0ef", //Info (aqua) + borderColor: "#00c0ef" //Info (aqua) + }, + { + title: 'Birthday Party', + start: new Date(y, m, d + 1, 19, 0), + end: new Date(y, m, d + 1, 22, 30), + allDay: false, + backgroundColor: "#00a65a", //Success (green) + borderColor: "#00a65a" //Success (green) + }, + { + title: 'Click for Google', + start: new Date(y, m, 28), + end: new Date(y, m, 29), + url: 'http://google.com/', + backgroundColor: "#3c8dbc", //Primary (light-blue) + borderColor: "#3c8dbc" //Primary (light-blue) + } + ], + editable: true, + droppable: true, // this allows things to be dropped onto the calendar !!! + drop: function (date, allDay) { // this function is called when something is dropped + + // retrieve the dropped element's stored Event Object + var originalEventObject = $(this).data('eventObject'); + + // we need to copy it, so that multiple events don't have a reference to the same object + var copiedEventObject = $.extend({}, originalEventObject); + + // assign it the date that was reported + copiedEventObject.start = date; + copiedEventObject.allDay = allDay; + copiedEventObject.backgroundColor = $(this).css("background-color"); + copiedEventObject.borderColor = $(this).css("border-color"); + + // render the event on the calendar + // the last `true` argument determines if the event "sticks" (http://arshaw.com/fullcalendar/docs/event_rendering/renderEvent/) + $('#calendar').fullCalendar('renderEvent', copiedEventObject, true); + + // is the "remove after drop" checkbox checked? + if ($('#drop-remove').is(':checked')) { + // if so, remove the element from the "Draggable Events" list + $(this).remove(); + } + + } + }); + + /* ADDING EVENTS */ + var currColor = "#3c8dbc"; //Red by default + //Color chooser button + var colorChooser = $("#color-chooser-btn"); + $("#color-chooser > li > a").click(function (e) { + e.preventDefault(); + //Save color + currColor = $(this).css("color"); + //Add color effect to button + $('#add-new-event').css({"background-color": currColor, "border-color": currColor}); + }); + $("#add-new-event").click(function (e) { + e.preventDefault(); + //Get value and make sure it is not null + var val = $("#new-event").val(); + if (val.length == 0) { + return; + } + + //Create events + var event = $("
    "); + event.css({"background-color": currColor, "border-color": currColor, "color": "#fff"}).addClass("external-event"); + event.html(val); + $('#external-events').prepend(event); + + //Add draggable funtionality + ini_events(event); + + //Remove event from text input + $("#new-event").val(""); + }); + }); + + diff --git a/pages/charts/chartjs.html b/pages/charts/chartjs.html index c35ed4be1..a89657a3e 100644 --- a/pages/charts/chartjs.html +++ b/pages/charts/chartjs.html @@ -1,824 +1,882 @@ - - - - AdminLTE 2 | ChartJS - - - - - - - - - - - - + + + + AdminLTE 2 | ChartJS + + + + + + + + + + + + - - - - - -
    + + + + + +
    -
    - - - - +
    + +
    + + + + + + + - -
    - -
    -

    - ChartJS - Preview sample -

    - -
    + +
    + +
    +

    + ChartJS + Preview sample +

    + +
    - -
    -
    -
    - -
    -
    -

    Area Chart

    -
    - - -
    -
    -
    -
    - -
    -
    -
    + +
    +
    +
    + +
    +
    +

    Area Chart

    - -
    -
    -

    Donut Chart

    -
    - - -
    -
    -
    - -
    -
    +
    + + +
    +
    +
    +
    + +
    +
    + +
    + -
    -
    - -
    -
    -

    Line Chart

    -
    - - -
    -
    -
    -
    - -
    -
    -
    + +
    +
    +

    Donut Chart

    - -
    -
    -

    Bar Chart

    -
    - - -
    -
    -
    -
    - -
    -
    -
    +
    + + +
    +
    +
    + +
    + +
    + -
    -
    - -
    -
    -
    - - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. -
    + +
    + +
    +
    +

    Line Chart

    - -
    +
    +
    + +
    +
    + +
    + + + +
    +
    +

    Bar Chart

    + +
    + + +
    +
    +
    +
    + +
    +
    + +
    + + +
    + +
    + + +
    + +
    + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    + + + - -
    -
    +

    + Some information about this general settings option +

    +
    + - - - - - - - - - - - - - - + + + + + + + + + + + + - + //-------------- + //- AREA CHART - + //-------------- + + // Get context with jQuery - using jQuery's .get() method. + var areaChartCanvas = $("#areaChart").get(0).getContext("2d"); + // This will get the first returned node in the jQuery collection. + var areaChart = new Chart(areaChartCanvas); + + var areaChartData = { + labels: ["January", "February", "March", "April", "May", "June", "July"], + datasets: [ + { + label: "Electronics", + fillColor: "rgba(210, 214, 222, 1)", + strokeColor: "rgba(210, 214, 222, 1)", + pointColor: "rgba(210, 214, 222, 1)", + pointStrokeColor: "#c1c7d1", + pointHighlightFill: "#fff", + pointHighlightStroke: "rgba(220,220,220,1)", + data: [65, 59, 80, 81, 56, 55, 40] + }, + { + label: "Digital Goods", + fillColor: "rgba(60,141,188,0.9)", + strokeColor: "rgba(60,141,188,0.8)", + pointColor: "#3b8bba", + pointStrokeColor: "rgba(60,141,188,1)", + pointHighlightFill: "#fff", + pointHighlightStroke: "rgba(60,141,188,1)", + data: [28, 48, 40, 19, 86, 27, 90] + } + ] + }; + + var areaChartOptions = { + //Boolean - If we should show the scale at all + showScale: true, + //Boolean - Whether grid lines are shown across the chart + scaleShowGridLines: false, + //String - Colour of the grid lines + scaleGridLineColor: "rgba(0,0,0,.05)", + //Number - Width of the grid lines + scaleGridLineWidth: 1, + //Boolean - Whether to show horizontal lines (except X axis) + scaleShowHorizontalLines: true, + //Boolean - Whether to show vertical lines (except Y axis) + scaleShowVerticalLines: true, + //Boolean - Whether the line is curved between points + bezierCurve: true, + //Number - Tension of the bezier curve between points + bezierCurveTension: 0.3, + //Boolean - Whether to show a dot for each point + pointDot: false, + //Number - Radius of each point dot in pixels + pointDotRadius: 4, + //Number - Pixel width of point dot stroke + pointDotStrokeWidth: 1, + //Number - amount extra to add to the radius to cater for hit detection outside the drawn point + pointHitDetectionRadius: 20, + //Boolean - Whether to show a stroke for datasets + datasetStroke: true, + //Number - Pixel width of dataset stroke + datasetStrokeWidth: 2, + //Boolean - Whether to fill the dataset with a color + datasetFill: true, + //String - A legend template + legendTemplate: "
      -legend\"><% for (var i=0; i
    • \"><%if(datasets[i].label){%><%=datasets[i].label%><%}%>
    • <%}%>
    ", + //Boolean - whether to maintain the starting aspect ratio or not when responsive, if set to false, will take up entire container + maintainAspectRatio: true, + //Boolean - whether to make the chart responsive to window resizing + responsive: true + }; + + //Create the line chart + areaChart.Line(areaChartData, areaChartOptions); + + //------------- + //- LINE CHART - + //-------------- + var lineChartCanvas = $("#lineChart").get(0).getContext("2d"); + var lineChart = new Chart(lineChartCanvas); + var lineChartOptions = areaChartOptions; + lineChartOptions.datasetFill = false; + lineChart.Line(areaChartData, lineChartOptions); + + //------------- + //- PIE CHART - + //------------- + // Get context with jQuery - using jQuery's .get() method. + var pieChartCanvas = $("#pieChart").get(0).getContext("2d"); + var pieChart = new Chart(pieChartCanvas); + var PieData = [ + { + value: 700, + color: "#f56954", + highlight: "#f56954", + label: "Chrome" + }, + { + value: 500, + color: "#00a65a", + highlight: "#00a65a", + label: "IE" + }, + { + value: 400, + color: "#f39c12", + highlight: "#f39c12", + label: "FireFox" + }, + { + value: 600, + color: "#00c0ef", + highlight: "#00c0ef", + label: "Safari" + }, + { + value: 300, + color: "#3c8dbc", + highlight: "#3c8dbc", + label: "Opera" + }, + { + value: 100, + color: "#d2d6de", + highlight: "#d2d6de", + label: "Navigator" + } + ]; + var pieOptions = { + //Boolean - Whether we should show a stroke on each segment + segmentShowStroke: true, + //String - The colour of each segment stroke + segmentStrokeColor: "#fff", + //Number - The width of each segment stroke + segmentStrokeWidth: 2, + //Number - The percentage of the chart that we cut out of the middle + percentageInnerCutout: 50, // This is 0 for Pie charts + //Number - Amount of animation steps + animationSteps: 100, + //String - Animation easing effect + animationEasing: "easeOutBounce", + //Boolean - Whether we animate the rotation of the Doughnut + animateRotate: true, + //Boolean - Whether we animate scaling the Doughnut from the centre + animateScale: false, + //Boolean - whether to make the chart responsive to window resizing + responsive: true, + // Boolean - whether to maintain the starting aspect ratio or not when responsive, if set to false, will take up entire container + maintainAspectRatio: true, + //String - A legend template + legendTemplate: "
      -legend\"><% for (var i=0; i
    • \"><%if(segments[i].label){%><%=segments[i].label%><%}%>
    • <%}%>
    " + }; + //Create pie or douhnut chart + // You can switch between pie and douhnut using the method below. + pieChart.Doughnut(PieData, pieOptions); + + //------------- + //- BAR CHART - + //------------- + var barChartCanvas = $("#barChart").get(0).getContext("2d"); + var barChart = new Chart(barChartCanvas); + var barChartData = areaChartData; + barChartData.datasets[1].fillColor = "#00a65a"; + barChartData.datasets[1].strokeColor = "#00a65a"; + barChartData.datasets[1].pointColor = "#00a65a"; + var barChartOptions = { + //Boolean - Whether the scale should start at zero, or an order of magnitude down from the lowest value + scaleBeginAtZero: true, + //Boolean - Whether grid lines are shown across the chart + scaleShowGridLines: true, + //String - Colour of the grid lines + scaleGridLineColor: "rgba(0,0,0,.05)", + //Number - Width of the grid lines + scaleGridLineWidth: 1, + //Boolean - Whether to show horizontal lines (except X axis) + scaleShowHorizontalLines: true, + //Boolean - Whether to show vertical lines (except Y axis) + scaleShowVerticalLines: true, + //Boolean - If there is a stroke on each bar + barShowStroke: true, + //Number - Pixel width of the bar stroke + barStrokeWidth: 2, + //Number - Spacing between each of the X value sets + barValueSpacing: 5, + //Number - Spacing between data sets within X values + barDatasetSpacing: 1, + //String - A legend template + legendTemplate: "
      -legend\"><% for (var i=0; i
    • \"><%if(datasets[i].label){%><%=datasets[i].label%><%}%>
    • <%}%>
    ", + //Boolean - whether to make the chart responsive + responsive: true, + maintainAspectRatio: true + }; + + barChartOptions.datasetFill = false; + barChart.Bar(barChartData, barChartOptions); + }); + + diff --git a/pages/charts/flot.html b/pages/charts/flot.html index b198486ee..5ef87d7e6 100644 --- a/pages/charts/flot.html +++ b/pages/charts/flot.html @@ -1,1017 +1,1090 @@ - - - - AdminLTE 2 | Flot Charts - - - - - - - - - - - - + + + + AdminLTE 2 | Flot Charts + + + + + + + + + + + + - - - - - -
    + + + + + +
    -
    - - - - -
    - -
    + + + + + + + - -
    - -
    -

    - Flot Charts - preview sample -

    - -
    + +
    + +
    +

    + Flot Charts + preview sample +

    + +
    - -
    -
    -
    - -
    -
    - -

    Interactive Area Chart

    -
    - Real time -
    - - -
    -
    + +
    +
    +
    + +
    +
    + + +

    Interactive Area Chart

    + +
    + Real time +
    + +
    -
    -
    -
    -
    +
    +
    +
    +
    +
    + +
    + -
    -
    - -
    -
    - -
    -
    - -

    Line Chart

    -
    - - -
    -
    -
    -
    -
    -
    - - -
    -
    - -

    Full Width Area Chart

    -
    - - -
    -
    -
    -
    -
    -
    - -
    - -
    - -
    -
    - -

    Bar Chart

    -
    - - -
    -
    -
    -
    -
    -
    - - -
    -
    - -

    Donut Chart

    -
    - - -
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    - - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. -
    + +
    + - -
    + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    + + + - -
    -
    +

    + Some information about this general settings option +

    + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + + // Zip the generated y values with the x values + var res = []; + for (var i = 0; i < data.length; ++i) { + res.push([i, data[i]]); + } + + return res; + } + + var interactive_plot = $.plot("#interactive", [getRandomData()], { + grid: { + borderColor: "#f3f3f3", + borderWidth: 1, + tickColor: "#f3f3f3" + }, + series: { + shadowSize: 0, // Drawing is faster without shadows + color: "#3c8dbc" + }, + lines: { + fill: true, //Converts the line chart to area chart + color: "#3c8dbc" + }, + yaxis: { + min: 0, + max: 100, + show: true + }, + xaxis: { + show: true + } + }); + + var updateInterval = 500; //Fetch data ever x milliseconds + var realtime = "on"; //If == to on then fetch data every x seconds. else stop fetching + function update() { + + interactive_plot.setData([getRandomData()]); + + // Since the axes don't change, we don't need to call plot.setupGrid() + interactive_plot.draw(); + if (realtime === "on") + setTimeout(update, updateInterval); + } + + //INITIALIZE REALTIME DATA FETCHING + if (realtime === "on") { + update(); + } + //REALTIME TOGGLE + $("#realtime .btn").click(function () { + if ($(this).data("toggle") === "on") { + realtime = "on"; + } + else { + realtime = "off"; + } + update(); + }); + /* + * END INTERACTIVE CHART + */ + + + /* + * LINE CHART + * ---------- + */ + //LINE randomly generated data + + var sin = [], cos = []; + for (var i = 0; i < 14; i += 0.5) { + sin.push([i, Math.sin(i)]); + cos.push([i, Math.cos(i)]); + } + var line_data1 = { + data: sin, + color: "#3c8dbc" + }; + var line_data2 = { + data: cos, + color: "#00c0ef" + }; + $.plot("#line-chart", [line_data1, line_data2], { + grid: { + hoverable: true, + borderColor: "#f3f3f3", + borderWidth: 1, + tickColor: "#f3f3f3" + }, + series: { + shadowSize: 0, + lines: { + show: true + }, + points: { + show: true + } + }, + lines: { + fill: false, + color: ["#3c8dbc", "#f56954"] + }, + yaxis: { + show: true, + }, + xaxis: { + show: true + } + }); + //Initialize tooltip on hover + $('
    ').css({ + position: "absolute", + display: "none", + opacity: 0.8 + }).appendTo("body"); + $("#line-chart").bind("plothover", function (event, pos, item) { + + if (item) { + var x = item.datapoint[0].toFixed(2), + y = item.datapoint[1].toFixed(2); + + $("#line-chart-tooltip").html(item.series.label + " of " + x + " = " + y) + .css({top: item.pageY + 5, left: item.pageX + 5}) + .fadeIn(200); + } else { + $("#line-chart-tooltip").hide(); + } + + }); + /* END LINE CHART */ + + /* + * FULL WIDTH STATIC AREA CHART + * ----------------- + */ + var areaData = [[2, 88.0], [3, 93.3], [4, 102.0], [5, 108.5], [6, 115.7], [7, 115.6], + [8, 124.6], [9, 130.3], [10, 134.3], [11, 141.4], [12, 146.5], [13, 151.7], [14, 159.9], + [15, 165.4], [16, 167.8], [17, 168.7], [18, 169.5], [19, 168.0]]; + $.plot("#area-chart", [areaData], { + grid: { + borderWidth: 0 + }, + series: { + shadowSize: 0, // Drawing is faster without shadows + color: "#00c0ef" + }, + lines: { + fill: true //Converts the line chart to area chart + }, + yaxis: { + show: false + }, + xaxis: { + show: false + } + }); + + /* END AREA CHART */ + + /* + * BAR CHART + * --------- + */ + + var bar_data = { + data: [["January", 10], ["February", 8], ["March", 4], ["April", 13], ["May", 17], ["June", 9]], + color: "#3c8dbc" + }; + $.plot("#bar-chart", [bar_data], { + grid: { + borderWidth: 1, + borderColor: "#f3f3f3", + tickColor: "#f3f3f3" + }, + series: { + bars: { + show: true, + barWidth: 0.5, + align: "center" + } + }, + xaxis: { + mode: "categories", + tickLength: 0 + } + }); + /* END BAR CHART */ + + /* + * DONUT CHART + * ----------- + */ + + var donutData = [ + {label: "Series2", data: 30, color: "#3c8dbc"}, + {label: "Series3", data: 20, color: "#0073b7"}, + {label: "Series4", data: 50, color: "#00c0ef"} + ]; + $.plot("#donut-chart", donutData, { + series: { + pie: { + show: true, + radius: 1, + innerRadius: 0.5, + label: { + show: true, + radius: 2 / 3, + formatter: labelFormatter, + threshold: 0.1 + } + + } + }, + legend: { + show: false + } + }); + /* + * END DONUT CHART + */ + + }); + + /* + * Custom Label formatter + * ---------------------- + */ + function labelFormatter(label, series) { + return '
    ' + + label + + "
    " + + Math.round(series.percent) + "%
    "; + } + + diff --git a/pages/charts/inline.html b/pages/charts/inline.html index 067d4e134..0dcb6a21f 100644 --- a/pages/charts/inline.html +++ b/pages/charts/inline.html @@ -1,1127 +1,1268 @@ - - - - AdminLTE 2 | Inline Charts - - - - - - - - - - - - + + + + AdminLTE 2 | Inline Charts + + + + + + + + + + + + - - - - - -
    + + + + + +
    -
    - - - - -
    - -
    + + + + + + + - -
    - -
    -

    - Inline Charts - multiple types of charts -

    - -
    + +
    + +
    +

    + Inline Charts + multiple types of charts +

    + +
    - -
    + +
    - -
    -
    - -
    -
    - -

    jQuery Knob

    -
    - - -
    -
    -
    -
    -
    - -
    New Visitors
    -
    -
    - -
    Bounce Rate
    -
    -
    - -
    Server Load
    -
    -
    - -
    Disk Space
    -
    -
    + +
    +
    + +
    +
    + -
    -
    - -
    Bandwidth
    -
    -
    - -
    CPU
    -
    -
    -
    -
    -
    -
    +

    jQuery Knob

    -
    -
    -
    -
    - -

    jQuery Knob Different Sizes

    -
    - - -
    -
    -
    -
    -
    - -
    data-width="90"
    -
    -
    - -
    data-width="120"
    -
    -
    - -
    data-thickness="0.1"
    -
    -
    - -
    data-angleArc="250"
    -
    -
    -
    -
    -
    -
    +
    + + +
    +
    + +
    +
    +
    + -
    -
    -
    -
    - -

    jQuery Knob Tron Style

    -
    - - -
    -
    -
    -
    -
    - -
    data-width="90"
    -
    -
    - -
    data-width="120"
    -
    -
    - -
    data-thickness="0.1"
    -
    -
    - -
    data-angleArc="250"
    -
    -
    -
    -
    -
    -
    +
    New Visitors
    +
    + +
    + - -
    -

    The following was created using data tags

    -

    The following three inline (sparkline) chart have been initialized to read and interpret data tags

    +
    Bounce Rate
    +
    + +
    + + +
    Server Load
    +
    + +
    + + +
    Disk Space
    +
    + +
    + + +
    +
    + + +
    Bandwidth
    +
    + +
    + + +
    CPU
    +
    + +
    + +
    +
    - - -
    -
    -
    -
    -

    Sparkline Pie

    -
    - -
    -
    -
    -
    - 6,4,8 -
    -
    -
    -
    - -
    -
    -
    -

    Sparkline line

    -
    - -
    -
    -
    -
    - 6,4,7,8,4,3,2,2,5,6,7,4,1,5,7,9,9,8,7,6 -
    -
    -
    -
    - -
    -
    -
    -

    Sparkline Bar

    -
    - -
    -
    -
    -
    - 6,4,8, 9, 10, 5, 13, 18, 21, 7, 9 -
    -
    -
    -
    -
    - -
    -
    -
    -
    -

    Sparkline examples

    -
    - - -
    -
    -
    -
    -
    -

    - Mouse speed Loading.. -

    -

    - Inline 10,8,9,3,5,8,5 - line graphs - 8,4,0,0,0,0,1,4,4,10,10,10,10,0,0,0,4,6,5,9,10 -

    - -

    - Bar charts 10,8,9,3,5,8,5 - negative values: -3,1,2,0,3,-1 - stacked: 0:2,2:4,4:2,4:1 -

    - -

    - Composite inline - 8,4,0,0,0,0,1,4,4,10,10,10,10,0,0,0,4,6,5,9,10 -

    -

    - Inline with normal range - 8,4,0,0,0,0,1,4,4,10,10,10,10,0,0,0,4,6,5,9,10 -

    -

    - Composite bar - 4,6,7,7,4,3,2,1,4 -

    -

    - Discrete - 4,6,7,7,4,3,2,1,4,4,5,6,7,6,6,2,4,5
    - - Discrete with threshold - 4,6,7,7,4,3,2,1,4 -

    -

    - Bullet charts
    - 10,12,12,9,7
    - 14,12,12,9,7
    - 10,12,14,9,7
    -

    -
    -
    -

    - Customize size and colours - 10,8,9,3,5,8,5,7 -

    -

    - Tristate charts - 1,1,0,1,-1,-1,1,-1,0,0,1,1
    - (think games won, lost or drawn) -

    -

    - Tristate chart using a colour map: - 1,2,0,2,-1,-2,1,-2,0,0,1,1 -

    -

    - Box Plot: 4,27,34,52,54,59,61,68,78,82,85,87,91,93,100
    - Pre-computed box plot Loading.. -

    -

    - Pie charts - 1,1,2 - 1,5 - 20,50,80 -

    -
    -
    -
    -
    -
    -
    - -
    -
    -
    - - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. -
    + +
    + - -
    + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    + + + - -
    - +

    + Some information about this general settings option +

    + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - + }); + + // Tri-state charts using inline values + $('.sparktristate').sparkline('html', {type: 'tristate'}); + $('.sparktristatecols').sparkline('html', + {type: 'tristate', colorMap: {'-2': '#fa7', '2': '#44f'}}); + + // Composite line charts, the second using values supplied via javascript + $('#compositeline').sparkline('html', {fillColor: false, changeRangeMin: 0, chartRangeMax: 10}); + $('#compositeline').sparkline([4, 1, 5, 7, 9, 9, 8, 7, 6, 6, 4, 7, 8, 4, 3, 2, 2, 5, 6, 7], + {composite: true, fillColor: false, lineColor: 'red', changeRangeMin: 0, chartRangeMax: 10}); + + // Line charts with normal range marker + $('#normalline').sparkline('html', + {fillColor: false, normalRangeMin: -1, normalRangeMax: 8}); + $('#normalExample').sparkline('html', + {fillColor: false, normalRangeMin: 80, normalRangeMax: 95, normalRangeColor: '#4f4'}); + + // Discrete charts + $('.discrete1').sparkline('html', + {type: 'discrete', lineColor: 'blue', xwidth: 18}); + $('#discrete2').sparkline('html', + {type: 'discrete', lineColor: 'blue', thresholdColor: 'red', thresholdValue: 4}); + + // Bullet charts + $('.sparkbullet').sparkline('html', {type: 'bullet'}); + + // Pie charts + $('.sparkpie').sparkline('html', {type: 'pie', height: '1.0em'}); + + // Box plots + $('.sparkboxplot').sparkline('html', {type: 'box'}); + $('.sparkboxplotraw').sparkline([1, 3, 5, 8, 10, 15, 18], + {type: 'box', raw: true, showOutliers: true, target: 6}); + + // Box plot with specific field order + $('.boxfieldorder').sparkline('html', { + type: 'box', + tooltipFormatFieldlist: ['med', 'lq', 'uq'], + tooltipFormatFieldlistKey: 'field' + }); + + // click event demo sparkline + $('.clickdemo').sparkline(); + $('.clickdemo').bind('sparklineClick', function (ev) { + var sparkline = ev.sparklines[0], + region = sparkline.getCurrentRegionFields(); + value = region.y; + alert("Clicked on x=" + region.x + " y=" + region.y); + }); + + // mouseover event demo sparkline + $('.mouseoverdemo').sparkline(); + $('.mouseoverdemo').bind('sparklineRegionChange', function (ev) { + var sparkline = ev.sparklines[0], + region = sparkline.getCurrentRegionFields(); + value = region.y; + $('.mouseoverregion').text("x=" + region.x + " y=" + region.y); + }).bind('mouseleave', function () { + $('.mouseoverregion').text(''); + }); + } + + /** + ** Draw the little mouse speed animated graph + ** This just attaches a handler to the mousemove event to see + ** (roughly) how far the mouse has moved + ** and then updates the display a couple of times a second via + ** setTimeout() + **/ + function drawMouseSpeedDemo() { + var mrefreshinterval = 500; // update display every 500ms + var lastmousex = -1; + var lastmousey = -1; + var lastmousetime; + var mousetravel = 0; + var mpoints = []; + var mpoints_max = 30; + $('html').mousemove(function (e) { + var mousex = e.pageX; + var mousey = e.pageY; + if (lastmousex > -1) { + mousetravel += Math.max(Math.abs(mousex - lastmousex), Math.abs(mousey - lastmousey)); + } + lastmousex = mousex; + lastmousey = mousey; + }); + var mdraw = function () { + var md = new Date(); + var timenow = md.getTime(); + if (lastmousetime && lastmousetime != timenow) { + var pps = Math.round(mousetravel / (timenow - lastmousetime) * 1000); + mpoints.push(pps); + if (mpoints.length > mpoints_max) + mpoints.splice(0, 1); + mousetravel = 0; + $('#mousespeed').sparkline(mpoints, {width: mpoints.length * 2, tooltipSuffix: ' pixels per second'}); + } + lastmousetime = timenow; + setTimeout(mdraw, mrefreshinterval); + }; + // We could use setInterval instead, but I prefer to do it this way + setTimeout(mdraw, mrefreshinterval); + } + + diff --git a/pages/charts/morris.html b/pages/charts/morris.html index bb553d4a0..5dfd43e9f 100644 --- a/pages/charts/morris.html +++ b/pages/charts/morris.html @@ -1,809 +1,873 @@ - - - - AdminLTE 2 | Morris.js Charts - - - - - - - - - - - - - - + + + + AdminLTE 2 | Morris.js Charts + + + + + + + + + + + + + + - - - - - -
    + + + + + +
    -
    - - - - +
    + +
    + + + + + + + - -
    - -
    -

    - Morris Charts - Preview sample -

    - -
    + +
    + +
    +

    + Morris Charts + Preview sample +

    + +
    - -
    -
    -

    Warning!

    -

    Morris.js charts are no longer maintained by its author. We would recommend using any of the other charts that come with the template.

    + +
    +
    +

    Warning!

    + +

    Morris.js charts are no longer maintained by its author. We would recommend using any of the other + charts that come with the template.

    +
    +
    +
    + +
    +
    +

    Area Chart

    + +
    + + +
    +
    +
    +
    +
    +
    -
    -
    - -
    -
    -

    Area Chart

    -
    - - -
    -
    -
    -
    -
    -
    + - -
    -
    -

    Donut Chart

    -
    - - -
    -
    -
    -
    -
    -
    + +
    +
    +

    Donut Chart

    -
    -
    - -
    -
    -

    Line Chart

    -
    - - -
    -
    -
    -
    -
    -
    +
    + + +
    +
    +
    +
    +
    + +
    + - -
    -
    -

    Bar Chart

    -
    - - -
    -
    -
    -
    -
    -
    - -
    -
    - -
    -
    -
    - - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. -
    + +
    + +
    +
    +

    Line Chart

    - -
    +
    +
    +
    + +
    + + + +
    +
    +

    Bar Chart

    + +
    + + +
    +
    +
    +
    +
    + +
    + + +
    + +
    + + + + +
    + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    + + + - -
    -
    +

    + Some information about this general settings option +

    + + - - - - - - - - - - - - - - - - +

    + Allow the user to show his name in blog posts +

    + + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + diff --git a/pages/examples/404.html b/pages/examples/404.html index 88c41891f..089f30003 100644 --- a/pages/examples/404.html +++ b/pages/examples/404.html @@ -1,670 +1,721 @@ - - - - AdminLTE 2 | 404 Page not found - - - - - - - - - - - - + + + + AdminLTE 2 | 404 Page not found + + + + + + + + + + + + - - - - - -
    + + + + + +
    -
    - - - - +
    + +
    + + + + + + + - -
    - -
    -

    - 404 Error Page -

    - -
    + +
    + +
    +

    + 404 Error Page +

    + +
    - -
    -
    -

    404

    -
    -

    Oops! Page not found.

    -

    - We could not find the page you were looking for. - Meanwhile, you may return to dashboard or try using the search form. -

    -
    -
    - -
    - -
    -
    -
    -
    -
    -
    -
    -
    -
    + +
    + + + +
    + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    - - - -
    - +

    + Some information about this general settings option +

    + + - - - - - - - - - - - +
    + + +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + diff --git a/pages/examples/500.html b/pages/examples/500.html index 381480388..e26191f5e 100644 --- a/pages/examples/500.html +++ b/pages/examples/500.html @@ -1,672 +1,722 @@ - - - - AdminLTE 2 | 500 Error - - - - - - - - - - - - + + + + AdminLTE 2 | 500 Error + + + + + + + + + + + + - - - - - -
    + + + + + +
    -
    - - - - +
    + +
    + + + + + + + - -
    - -
    -

    - 500 Error Page -

    - -
    + +
    + +
    +

    + 500 Error Page +

    + +
    - -
    + +
    -
    -

    500

    -
    -

    Oops! Something went wrong.

    -

    - We will work on fixing that right away. - Meanwhile, you may return to dashboard or try using the search form. -

    -
    -
    - -
    - -
    -
    -
    +
    +

    500

    + +
    +

    Oops! Something went wrong.

    + +

    + We will work on fixing that right away. + Meanwhile, you may return to dashboard or try using the search form. +

    + +
    +
    + + +
    + +
    -
    - -
    -
    -
    - - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. -
    +
    + - -
    + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    + + + - -
    - +

    + Some information about this general settings option +

    + + - - - - - - - - - - - +
    + + +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + diff --git a/pages/examples/blank.html b/pages/examples/blank.html index 2dafd1111..4497d1ff3 100644 --- a/pages/examples/blank.html +++ b/pages/examples/blank.html @@ -1,574 +1,619 @@ - - - - AdminLTE 2 | Blank Page - - - - - - - - - - - - + + + + AdminLTE 2 | Blank Page + + + + + + + + + + + + - - - - - - -
    + + + + + + +
    -
    - - - - +
    - - + +
  • Documentation
  • +
  • LABELS
  • +
  • Important
  • +
  • Warning
  • +
  • Information
  • + + + + - + - -
    - -
    -

    - Blank page - it all starts here -

    - -
    + +
    + +
    +

    + Blank page + it all starts here +

    + +
    - -
    + +
    - -
    -
    -

    Title

    -
    - - + +
    +
    +

    Title

    + +
    + + +
    +
    +
    + Start creating your amazing application! +
    + + + +
    + + +
    + +
    + + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    + + +
    + + + +
  • + + - -
  • +
  • + +

    + Update Resume + 95% +

    -
    - -

    - Other sets of options are available -

    -
    +
    +
    +
    +
    +
  • +
  • + +

    + Laravel Integration + 50% +

    -
    - -

    - Allow the user to show his name in blog posts -

    -
    +
    +
    +
    +
    +
  • +
  • + +

    + Back End Framework + 68% +

    -

    Chat Settings

    +
    +
    +
    +
    +
  • + + -
    - -
    +
    + + +
    Stats Tab Content
    + + +
    + +

    General Settings

    -
    - -
    +
    + -
    - -
    - -
    -
    - - -
    -
    +

    + Some information about this general settings option +

    + + - - - - - - - - - - - - - +
    + + +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + + + diff --git a/pages/examples/invoice-print.html b/pages/examples/invoice-print.html index 4f50abeca..f81535a15 100644 --- a/pages/examples/invoice-print.html +++ b/pages/examples/invoice-print.html @@ -1,155 +1,170 @@ - - - - AdminLTE 2 | Invoice - - - - - - - - - - + + + + AdminLTE 2 | Invoice + + + + + + + + + + - - - - - -
    - -
    - -
    -
    - -
    + + + + + +
    + +
    + +
    +
    + +
    + +
    + +
    +
    + From +
    + Admin, Inc.
    + 795 Folsom Ave, Suite 600
    + San Francisco, CA 94107
    + Phone: (804) 123-5432
    + Email: info@almasaeedstudio.com +
    +
    + +
    + To +
    + John Doe
    + 795 Folsom Ave, Suite 600
    + San Francisco, CA 94107
    + Phone: (555) 539-1037
    + Email: john.doe@example.com +
    +
    + +
    + Invoice #007612
    +
    + Order ID: 4F3S8J
    + Payment Due: 2/22/2014
    + Account: 968-34567 +
    + +
    + + + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    QtyProductSerial #DescriptionSubtotal
    1Call of Duty455-981-221El snort testosterone trophy driving gloves handsome$64.50
    1Need for Speed IV247-925-726Wes Anderson umami biodiesel$50.00
    1Monsters DVD735-845-642Terry Richardson helvetica tousled street art master$10.70
    1Grown Ups Blue Ray422-568-642Tousled lomo letterpress$25.99
    +
    + +
    + + +
    + +
    +

    Payment Methods:

    + Visa + Mastercard + American Express + Paypal + +

    + Etsy doostang zoodles disqus groupon greplin oooj voxy zoodles, weebly ning heekya handango imeem plugg dopplr + jibjab, movity jajah plickers sifteo edmodo ifttt zimbra. +

    +
    + +
    +

    Amount Due 2/22/2014

    + +
    + + + + + + + + + + + + + + + + + +
    Subtotal:$250.30
    Tax (9.3%)$10.34
    Shipping:$5.80
    Total:$265.24
    - -
    -
    - From -
    - Admin, Inc.
    - 795 Folsom Ave, Suite 600
    - San Francisco, CA 94107
    - Phone: (804) 123-5432
    - Email: info@almasaeedstudio.com -
    -
    -
    - To -
    - John Doe
    - 795 Folsom Ave, Suite 600
    - San Francisco, CA 94107
    - Phone: (555) 539-1037
    - Email: john.doe@example.com -
    -
    -
    - Invoice #007612
    -
    - Order ID: 4F3S8J
    - Payment Due: 2/22/2014
    - Account: 968-34567 -
    -
    - - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    QtyProductSerial #DescriptionSubtotal
    1Call of Duty455-981-221El snort testosterone trophy driving gloves handsome$64.50
    1Need for Speed IV247-925-726Wes Anderson umami biodiesel$50.00
    1Monsters DVD735-845-642Terry Richardson helvetica tousled street art master$10.70
    1Grown Ups Blue Ray422-568-642Tousled lomo letterpress$25.99
    -
    -
    - -
    - -
    -

    Payment Methods:

    - Visa - Mastercard - American Express - Paypal -

    - Etsy doostang zoodles disqus groupon greplin oooj voxy zoodles, weebly ning heekya handango imeem plugg dopplr jibjab, movity jajah plickers sifteo edmodo ifttt zimbra. -

    -
    -
    -

    Amount Due 2/22/2014

    -
    - - - - - - - - - - - - - - - - - -
    Subtotal:$250.30
    Tax (9.3%)$10.34
    Shipping:$5.80
    Total:$265.24
    -
    -
    -
    -
    -
    - +
    + +
    + + + + + + diff --git a/pages/examples/invoice.html b/pages/examples/invoice.html index 47f59761c..0421354d3 100644 --- a/pages/examples/invoice.html +++ b/pages/examples/invoice.html @@ -1,792 +1,851 @@ - - - - AdminLTE 2 | Invoice - - - - - - - - - - - - + + + + AdminLTE 2 | Invoice + + + + + + + + + + + + - - - - - -
    + + + + + +
    -
    - - - - +
    + +
    + + + + + + + - -
    - -
    -

    - Invoice - #007612 -

    - -
    + +
    + +
    +

    + Invoice + #007612 +

    + +
    -
    -
    -

    Note:

    - This page has been enhanced for printing. Click the print button at the bottom of the invoice to test. +
    +
    +

    Note:

    + This page has been enhanced for printing. Click the print button at the bottom of the invoice to test. +
    +
    + + +
    + +
    +
    + +
    + +
    + +
    +
    + From +
    + Admin, Inc.
    + 795 Folsom Ave, Suite 600
    + San Francisco, CA 94107
    + Phone: (804) 123-5432
    + Email: info@almasaeedstudio.com +
    +
    + +
    + To +
    + John Doe
    + 795 Folsom Ave, Suite 600
    + San Francisco, CA 94107
    + Phone: (555) 539-1037
    + Email: john.doe@example.com +
    +
    + +
    + Invoice #007612
    +
    + Order ID: 4F3S8J
    + Payment Due: 2/22/2014
    + Account: 968-34567 +
    + +
    + + + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    QtyProductSerial #DescriptionSubtotal
    1Call of Duty455-981-221El snort testosterone trophy driving gloves handsome$64.50
    1Need for Speed IV247-925-726Wes Anderson umami biodiesel$50.00
    1Monsters DVD735-845-642Terry Richardson helvetica tousled street art master$10.70
    1Grown Ups Blue Ray422-568-642Tousled lomo letterpress$25.99
    +
    + +
    + + +
    + +
    +

    Payment Methods:

    + Visa + Mastercard + American Express + Paypal + +

    + Etsy doostang zoodles disqus groupon greplin oooj voxy zoodles, weebly ning heekya handango imeem plugg + dopplr jibjab, movity jajah plickers sifteo edmodo ifttt zimbra. +

    +
    + +
    +

    Amount Due 2/22/2014

    + +
    + + + + + + + + + + + + + + + + + +
    Subtotal:$250.30
    Tax (9.3%)$10.34
    Shipping:$5.80
    Total:$265.24
    + +
    + - -
    - -
    -
    - -
    -
    - -
    -
    - From -
    - Admin, Inc.
    - 795 Folsom Ave, Suite 600
    - San Francisco, CA 94107
    - Phone: (804) 123-5432
    - Email: info@almasaeedstudio.com -
    -
    -
    - To -
    - John Doe
    - 795 Folsom Ave, Suite 600
    - San Francisco, CA 94107
    - Phone: (555) 539-1037
    - Email: john.doe@example.com -
    -
    -
    - Invoice #007612
    -
    - Order ID: 4F3S8J
    - Payment Due: 2/22/2014
    - Account: 968-34567 -
    -
    + +
    +
    + Print + + +
    +
    +
    + +
    +
    + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    QtyProductSerial #DescriptionSubtotal
    1Call of Duty455-981-221El snort testosterone trophy driving gloves handsome$64.50
    1Need for Speed IV247-925-726Wes Anderson umami biodiesel$50.00
    1Monsters DVD735-845-642Terry Richardson helvetica tousled street art master$10.70
    1Grown Ups Blue Ray422-568-642Tousled lomo letterpress$25.99
    -
    -
    + + - -
    -
    +

    + Some information about this general settings option +

    +
    + - - - - - - - - - - - +
    + + +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + +
    + +
    + + + +
    + + + + + + + + + + + + + + diff --git a/pages/examples/lockscreen.html b/pages/examples/lockscreen.html index 9525a35f5..33d288584 100644 --- a/pages/examples/lockscreen.html +++ b/pages/examples/lockscreen.html @@ -1,70 +1,74 @@ - - - - AdminLTE 2 | Lockscreen - - - - - - - - - - + + + + AdminLTE 2 | Lockscreen + + + + + + + + + + - - - - - - -
    - - -
    John Doe
    + + + + + + +
    + + +
    John Doe
    - -
    - -
    - User Image + +
    + +
    + User Image +
    + + + +
    +
    + + +
    +
    - - - - -
    - -
    - -
    -
    - - -
    -
    - Enter your password to retrieve your session
    - - -
    + + - - - - - +
    + +
    + Enter your password to retrieve your session +
    + + +
    + + + + + + + diff --git a/pages/examples/login.html b/pages/examples/login.html index df441c908..7778af834 100644 --- a/pages/examples/login.html +++ b/pages/examples/login.html @@ -1,85 +1,94 @@ - - - - AdminLTE 2 | Log in - - - - - - - - - - - - + + + + AdminLTE 2 | Log in + + + + + + + + + + + + - - - - - - +
    - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. - + +
    + - - - -
    - +

    + Some information about this general settings option +

    + + - - - - - - - - - - - +
    + + +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + diff --git a/pages/examples/register.html b/pages/examples/register.html index f692b0191..406183403 100644 --- a/pages/examples/register.html +++ b/pages/examples/register.html @@ -1,92 +1,99 @@ - - - - AdminLTE 2 | Registration Page - - - - - - - - - - - - + + + + AdminLTE 2 | Registration Page + + + + + + + + + + + + - - - - - -
    - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - + //Timepicker + $(".timepicker").timepicker({ + showInputs: false + }); + }); + + diff --git a/pages/forms/editors.html b/pages/forms/editors.html index 2b9d5e05c..6af623e41 100644 --- a/pages/forms/editors.html +++ b/pages/forms/editors.html @@ -1,705 +1,763 @@ - - - - AdminLTE 2 | Editors - - - - - - - - - - - - - - + + + + AdminLTE 2 | Editors + + + + + + + + + + + + + + - - - - - -
    + + + + + +
    -
    - - - - +
    + +
    + + + + + + + - -
    - -
    -

    - Text Editors - Advanced form element -

    - -
    + +
    + +
    +

    + Text Editors + Advanced form element +

    + +
    - -
    -
    -
    -
    -
    -

    CK Editor Advanced and full of features

    - -
    - - -
    -
    -
    -
    + +
    +
    +
    +
    +
    +

    CK Editor + Advanced and full of features +

    + +
    + + +
    + +
    + +
    + - -
    -
    + +
    +
    + -
    -
    -

    Bootstrap WYSIHTML5 Simple and fast

    - -
    - - -
    -
    -
    -
    - -
    -
    +
    +
    +

    Bootstrap WYSIHTML5 + Simple and fast +

    + +
    + +
    -
    -
    -
    -
    -
    - + +
    +
    + +
    +
    +
    - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. - + +
    + +
    + +
    + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    - -
    + + +
    Stats Tab Content
    + + +
    + +

    General Settings

    -
    - -
    +
    + -
    - -
    - -
    -
    - - -
    -
    +

    + Some information about this general settings option +

    +
    + - - - - - - - - - - - - - - - - +
    + + +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + diff --git a/pages/forms/general.html b/pages/forms/general.html index 8dccec11d..c5aceac45 100644 --- a/pages/forms/general.html +++ b/pages/forms/general.html @@ -1,990 +1,1078 @@ - - - - AdminLTE 2 | General Form Elements - - - - - - - - - - - - + + + + AdminLTE 2 | General Form Elements + + + + + + + + + + + + - - - - - -
    + + + + + +
    -
    - - - - -
    - -
    + + + + + + + - -
    - -
    -

    - General Form Elements - Preview -

    - -
    + +
    + +
    +

    + General Form Elements + Preview +

    + +
    - -
    -
    - -
    - -
    -
    -

    Quick Example

    -
    - -
    -
    -
    - - -
    -
    - - -
    -
    - - -

    Example block-level help text here.

    -
    -
    - -
    -
    - - -
    -
    - - -
    -
    -

    Different Height

    + +
    +
    + +
    + +
    +
    +

    Quick Example

    +
    + + +
    +
    +
    + +
    -
    - -
    - -
    - -
    -
    - -
    -
    -

    Different Width

    +
    + +
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    -
    -
    +
    + + - -
    -
    -

    Input Addon

    +

    Example block-level help text here.

    -
    -
    - @ - -
    -
    -
    - - .00 -
    -
    -
    - $ - - .00 -
    +
    + +
    +
    + -

    With icons

    -
    - - -
    -
    -
    - - -
    -
    -
    - - - -
    + + +
    + -

    With checkbox and radio inputs

    -
    -
    -
    + +
    +
    +

    Different Height

    +
    +
    + +
    + +
    + +
    + +
    + + +
    +
    +

    Different Width

    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    + +
    + + + +
    +
    +

    Input Addon

    +
    +
    +
    + @ + +
    +
    + +
    + + .00 +
    +
    + +
    + $ + + .00 +
    + +

    With icons

    + +
    + + +
    +
    + +
    + + +
    +
    + +
    + + + +
    + +

    With checkbox and radio inputs

    + +
    +
    +
    - -
    -
    -
    -
    + +
    + +
    + +
    +
    - -
    -
    -
    + +
    + +
    + +
    + -

    With buttons

    -

    Large: .input-group.input-group-lg

    -
    - - -
    -

    Normal

    -
    -
    - -
    - -
    -

    Small .input-group.input-group-sm

    -
    - +

    With buttons

    + +

    Large: .input-group.input-group-lg

    + +
    + + + +
    + +

    Normal

    + +
    +
    + +
    + + +
    + +

    Small .input-group.input-group-sm

    + +
    + -
    -
    -
    +
    + +
    + +
    + -
    - -
    - -
    -
    -

    Horizontal Form

    -
    - -
    -
    -
    - -
    - -
    -
    -
    - -
    - -
    -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    -

    General Elements

    -
    -
    -
    - -
    - - -
    -
    - - -
    - - -
    - - -
    -
    - - -
    - - -
    - - -
    -
    - - -
    -
    - - -
    - - -
    -
    - -
    - -
    - -
    - -
    - -
    -
    - - -
    -
    - -
    -
    - -
    -
    - -
    -
    - - -
    - - -
    -
    - - -
    - - -
    - - -
    -
    - - -
    - -
    -
    -
    -
    -
    -
    -
    -
    - - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. -
    + + +
    + +
    +
    +

    Horizontal Form

    +
    + + +
    +
    +
    + - -
    -
    - - -
    -
    +
    + + +
    +
    +

    General Elements

    +
    + +
    +
    + +
    + + +
    +
    + + +
    - - - - - - - - - - - + +
    + + +
    +
    + + +
    + + +
    + + +
    +
    + + +
    +
    + + +
    + + +
    +
    + +
    + +
    + +
    + +
    + +
    +
    + + +
    +
    + +
    +
    + +
    +
    + +
    +
    + + +
    + + +
    +
    + + +
    + + +
    + + +
    +
    + + +
    + +
    +
    + +
    + +
    + +
    + +
    + +
    + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    + + + + + +
    +
    + + + + + + + + + + + + + diff --git a/pages/layout/boxed.html b/pages/layout/boxed.html index b89363509..087769475 100644 --- a/pages/layout/boxed.html +++ b/pages/layout/boxed.html @@ -1,573 +1,619 @@ - - - - AdminLTE 2 | Boxed Layout - - - - - - - - - - - - + + + + AdminLTE 2 | Boxed Layout + + + + + + + + + + + + - - - - - - - -
    + + + + + + + +
    -
    - - - - +
    - - + +
  • Documentation
  • +
  • LABELS
  • +
  • Important
  • +
  • Warning
  • +
  • Information
  • + + + + - + - -
    - -
    -

    - Boxed Layout - Blank example to the boxed layout -

    - -
    + +
    + +
    +

    + Boxed Layout + Blank example to the boxed layout +

    + +
    - -
    -
    -

    Tip!

    -

    Add the layout-boxed class to the body tag to get this layout. The boxed layout is helpful when working on large screens because it prevents the site from stretching very wide.

    + +
    +
    +

    Tip!

    + +

    Add the layout-boxed class to the body tag to get this layout. The boxed layout is helpful when working on + large screens because it prevents the site from stretching very wide.

    +
    + +
    +
    +

    Title

    + +
    + +
    - -
    -
    -

    Title

    -
    - - +
    +
    + Start creating your amazing application! +
    + + + +
    + +
    + +
    + + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    + + +
    -
    + + +
  • + + - + + +
  • +
  • + + + + + +
  • +
  • + + + + + +
  • - - +

    + Some information about this general settings option +

    +
    + - - - - - - - - - - - - - +
    + + +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + +
    + +
    + + + +
    +
    + + + + + + + + + + + + + + + diff --git a/pages/layout/collapsed-sidebar.html b/pages/layout/collapsed-sidebar.html index a0c019528..731319b16 100644 --- a/pages/layout/collapsed-sidebar.html +++ b/pages/layout/collapsed-sidebar.html @@ -1,576 +1,625 @@ - - - - AdminLTE 2 | Collapsed Sidebar Layout - - - - - - - - - - - - + + + + AdminLTE 2 | Collapsed Sidebar Layout + + + + + + + + + + + + - - - - - - - -
    + + + + + + + +
    -
    - - - - +
    - - + +
  • Documentation
  • +
  • LABELS
  • +
  • Important
  • +
  • Warning
  • +
  • Information
  • + + + + - + - -
    - -
    -

    - Sidebar Collapsed - Layout with collapsed sidebar on load -

    - -
    + +
    + +
    +

    + Sidebar Collapsed + Layout with collapsed sidebar on load +

    + +
    - -
    -
    -

    Tip!

    -

    Add the sidebar-collapse class to the body tag to get this layout. You should combine this option with a fixed layout if you have a long sidebar. Doing that will prevent your page content from getting stretched vertically.

    + +
    +
    +

    Tip!

    + +

    Add the sidebar-collapse class to the body tag to get this layout. You should combine this option with a + fixed layout if you have a long sidebar. Doing that will prevent your page content from getting stretched + vertically.

    +
    + +
    +
    +

    Title

    + +
    + +
    - -
    -
    -

    Title

    -
    - - +
    +
    + Start creating your amazing application! +
    + + + +
    + +
    + +
    + + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    + + +
    -
    + + +
  • + + - + + +
  • +
  • + + + + + +
  • +
  • + + + + + +
  • - - +

    + Some information about this general settings option +

    +
    + - - - - - - - - - - - - - +
    + + +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + +
    + +
    + + + +
    + + + + + + + + + + + + + + + + diff --git a/pages/layout/fixed.html b/pages/layout/fixed.html index b4ba130cb..4dca25888 100644 --- a/pages/layout/fixed.html +++ b/pages/layout/fixed.html @@ -1,578 +1,625 @@ - - - - AdminLTE 2 | Fixed Layout - - - - - - - - - - - - + + + + AdminLTE 2 | Fixed Layout + + + + + + + + + + + + - - - - - - - - -
    + + + + + + + + +
    -
    - - - - +
    - - + +
  • Documentation
  • +
  • LABELS
  • +
  • Important
  • +
  • Warning
  • +
  • Information
  • + + + + - + - -
    - -
    -

    - Fixed Layout - Blank example to the fixed layout -

    - -
    + +
    + +
    +

    + Fixed Layout + Blank example to the fixed layout +

    + +
    - -
    -
    -

    Tip!

    -

    Add the fixed class to the body tag to get this layout. The fixed layout is your best option if your sidebar is bigger than your content because it prevents extra unwanted scrolling.

    + +
    +
    +

    Tip!

    + +

    Add the fixed class to the body tag to get this layout. The fixed layout is your best option if your sidebar + is bigger than your content because it prevents extra unwanted scrolling.

    +
    + +
    +
    +

    Title

    + +
    + +
    - -
    -
    -

    Title

    -
    - - +
    +
    + Start creating your amazing application! +
    + + + +
    + + +
    + +
    + + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    + + +
    -
    + + + +
  • + + - -
  • +
  • + +

    + Update Resume + 95% +

    -
    - -

    - Other sets of options are available -

    -
    +
    +
    +
    +
    +
  • +
  • + +

    + Laravel Integration + 50% +

    -
    - -

    - Allow the user to show his name in blog posts -

    -
    +
    +
    +
    +
    +
  • +
  • + +

    + Back End Framework + 68% +

    -

    Chat Settings

    +
    +
    +
    +
    +
  • + + -
    - -
    +
    + + +
    Stats Tab Content
    + + +
    + +

    General Settings

    -
    - -
    +
    + -
    - -
    - -
    -
    - - -
    -
    +

    + Some information about this general settings option +

    +
    + - - - - - - - - - - - - - +
    + + +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + + + diff --git a/pages/layout/top-nav.html b/pages/layout/top-nav.html index 7775cd5b4..bd34b4379 100644 --- a/pages/layout/top-nav.html +++ b/pages/layout/top-nav.html @@ -1,267 +1,290 @@ - - - - AdminLTE 2 | Top Navigation - - - - - - - - - - - - + + + + AdminLTE 2 | Top Navigation + + + + + + + + + + + + - - - - - - -
    + + + + + + +
    -
    - +
    + +
    +
    + +
    +

    + Top Navigation + Example 2.0 +

    + +
    - -
    -
    -

    Tip!

    -

    Add the layout-top-nav class to the body tag to get this layout. This feature can also be used with a sidebar! So use this class if you want to remove the custom dropdown menus from the navbar and use regular links instead.

    -
    -
    -

    Warning!

    -

    The construction of this layout differs from the normal one. In other words, the HTML markup of the navbar and the content will slightly differ than that of the normal layout.

    -
    -
    -
    -

    Blank Box

    -
    -
    - The great content goes here -
    -
    -
    -
    -
    -
    -
    -
    -
    +
    + The great content goes here +
    + +
    + + + + + + + +
    +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    + +
    + + - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/pages/mailbox/compose.html b/pages/mailbox/compose.html index 903101381..826c21c95 100644 --- a/pages/mailbox/compose.html +++ b/pages/mailbox/compose.html @@ -1,425 +1,458 @@ - - - - AdminLTE 2 | Compose Message - - - - - - - - - - - - - - - - - - - + + + + AdminLTE 2 | Compose Message + + + + + + + + + + + + + + + + + + + - - - - - -
    + + + + + +
    -
    - - - - +
    + +
    -
    -
    -
    -

    Labels

    -
    - -
    -
    - -
    - -
    -
    -
    -

    Compose New Message

    -
    -
    -
    - -
    -
    - -
    -
    + + + +
  • Level One
  • + + +
  • Documentation
  • +
  • LABELS
  • +
  • Important
  • +
  • Warning
  • +
  • Information
  • + + + + + + +
    + +
    +

    + Mailbox + 13 new messages +

    + +
    + + +
    +
    +
    + Back to Inbox + +
    +
    +

    Folders

    + +
    + +
    +
    + + +
    + +
    +
    +

    Labels

    + +
    + +
    +
    + + + +
    + +
    + +
    +
    +
    +

    Compose New Message

    +
    + +
    +
    + +
    +
    + +
    +
    -
    -
    -
    - Attachment - -
    -

    Max. 32MB

    -
    -
    - -
    -
    -
    -
    -
    -
    - +
    +
    + Attachment + +
    +

    Max. 32MB

    +
    +
    + + + +
    +
    - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. - + +
    + + + + + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    - - - -
    - +

    + Some information about this general settings option +

    + + - - - - - - - - - - - - - - - - - - - +
    + + +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + diff --git a/pages/mailbox/mailbox.html b/pages/mailbox/mailbox.html index 06c9f80d3..5cd2716f4 100644 --- a/pages/mailbox/mailbox.html +++ b/pages/mailbox/mailbox.html @@ -1,818 +1,902 @@ - - - - AdminLTE 2 | Mailbox - - - - - - - - - - - - - - - - - - - - - - -
    + + + + AdminLTE 2 | Mailbox + + + + + + + + + + + + + + + + + + + + + + +
    -
    - - - - +
    + +
    + + + + + + + - -
    - -
    -

    - Mailbox - 13 new messages -

    - -
    + +
    + +
    +

    + Mailbox + 13 new messages +

    + +
    - -
    -
    -
    - Compose -
    -
    -

    Folders

    -
    - -
    -
    - -
    -
    -
    -

    Labels

    -
    - -
    -
    - -
    -
    -
    -
    -
    -

    Inbox

    -
    -
    - - -
    -
    -
    -
    -
    - - -
    - - - -
    - -
    - 1-50/200 -
    - - -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem...5 mins ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem...28 mins ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem...11 hours ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem...15 hours ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem...Yesterday
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem...2 days ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem...2 days ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem...2 days ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem...2 days ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem...2 days ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem...4 days ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem...12 days ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem...12 days ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem...14 days ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem...15 days ago
    -
    -
    - -
    -
    -
    -
    -
    - + +
    +
    +
    +

    Inbox

    - -
    + +
    +
    + + +
    + + + +
    + + +
    + 1-50/200 +
    + + +
    + +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem... + 5 mins ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem... + 28 mins ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem... + 11 hours ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem... + 15 hours ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem... + Yesterday
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem... + 2 days ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem... + 2 days ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem... + 2 days ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem... + 2 days ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem... + 2 days ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem... + 4 days ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem... + 12 days ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem... + 12 days ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem... + 14 days ago
    Alexander PierceAdminLTE 2.0 Issue - Trying to find a solution to this problem... + 15 days ago
    + +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    + + + - -
    - +

    + Some information about this general settings option +

    + + - - - - - - - - - - - - - - - - - +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + diff --git a/pages/mailbox/read-mail.html b/pages/mailbox/read-mail.html index 0fbdbe608..48c76ffcc 100644 --- a/pages/mailbox/read-mail.html +++ b/pages/mailbox/read-mail.html @@ -1,676 +1,776 @@ - - - - AdminLTE 2 | Read Mail - - - - - - - - - - - - - - - - - - - - - - -
    + + + + AdminLTE 2 | Read Mail + + + + + + + + + + + + + + + + + + + + + + +
    -
    - - - - +
    + +
    + + + + + + + - -
    - -
    -

    - Read Mail -

    - -
    + +
    + +
    +

    + Read Mail +

    + +
    - -
    -
    -
    - Compose -
    -
    -

    Folders

    -
    - -
    + +
    +
    +
    + Compose + +
    +
    +

    Folders

    + +
    + +
    +
    + + +
    + +
    +
    +

    Labels

    + +
    + +
    +
    + + +
    + +
    + +
    +
    +
    +

    Read Mail

    + +
    + + +
    +
    + +
    +
    +

    Message Subject Is Placed Here

    +
    From: support@almsaeedstudio.com + 15 Feb. 2015 11:03 PM
    +
    + +
    +
    + + +
    - -
    -
    -
    -

    Labels

    -
    - -
    -
    - -
    -
    -
    -
    -
    -

    Read Mail

    -
    - - -
    -
    -
    -
    -

    Message Subject Is Placed Here

    -
    From: support@almsaeedstudio.com 15 Feb. 2015 11:03 PM
    -
    -
    -
    - - - -
    - -
    -
    -

    Hello John,

    -

    Keffiyeh blog actually fashion axe vegan, irony biodiesel. Cold-pressed hoodie chillwave put a bird on it aesthetic, bitters brunch meggings vegan iPhone. Dreamcatcher vegan scenester mlkshk. Ethical master cleanse Bushwick, occupy Thundercats banjo cliche ennui farm-to-table mlkshk fanny pack gluten-free. Marfa butcher vegan quinoa, bicycle rights disrupt tofu scenester chillwave 3 wolf moon asymmetrical taxidermy pour-over. Quinoa tote bag fashion axe, Godard disrupt migas church-key tofu blog locavore. Thundercats cronut polaroid Neutra tousled, meh food truck selfies narwhal American Apparel.

    -

    Raw denim McSweeney's bicycle rights, iPhone trust fund quinoa Neutra VHS kale chips vegan PBR&B literally Thundercats +1. Forage tilde four dollar toast, banjo health goth paleo butcher. Four dollar toast Brooklyn pour-over American Apparel sustainable, lumbersexual listicle gluten-free health goth umami hoodie. Synth Echo Park bicycle rights DIY farm-to-table, retro kogi sriracha dreamcatcher PBR&B flannel hashtag irony Wes Anderson. Lumbersexual Williamsburg Helvetica next level. Cold-pressed slow-carb pop-up normcore Thundercats Portland, cardigan literally meditation lumbersexual crucifix. Wayfarers raw denim paleo Bushwick, keytar Helvetica scenester keffiyeh 8-bit irony mumblecore whatever viral Truffaut.

    -

    Post-ironic shabby chic VHS, Marfa keytar flannel lomo try-hard keffiyeh cray. Actually fap fanny pack yr artisan trust fund. High Life dreamcatcher church-key gentrify. Tumblr stumptown four dollar toast vinyl, cold-pressed try-hard blog authentic keffiyeh Helvetica lo-fi tilde Intelligentsia. Lomo locavore salvia bespoke, twee fixie paleo cliche brunch Schlitz blog McSweeney's messenger bag swag slow-carb. Odd Future photo booth pork belly, you probably haven't heard of them actually tofu ennui keffiyeh lo-fi Truffaut health goth. Narwhal sustainable retro disrupt.

    -

    Skateboard artisan letterpress before they sold out High Life messenger bag. Bitters chambray leggings listicle, drinking vinegar chillwave synth. Fanny pack hoodie American Apparel twee. American Apparel PBR listicle, salvia aesthetic occupy sustainable Neutra kogi. Organic synth Tumblr viral plaid, shabby chic single-origin coffee Etsy 3 wolf moon slow-carb Schlitz roof party tousled squid vinyl. Readymade next level literally trust fund. Distillery master cleanse migas, Vice sriracha flannel chambray chia cronut.

    -

    Thanks,
    Jane

    -
    -
    - + + - -
    -
    -
    -
    -
    -
    - + + + +
    +
    - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. - - -
    + +
    + +
    + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    + + - -
    -
    +

    + Some information about this general settings option +

    +
    + - - - - - - - - - - - - - +
    + + +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + + + diff --git a/pages/tables/data.html b/pages/tables/data.html index e14f7a506..6786b7839 100644 --- a/pages/tables/data.html +++ b/pages/tables/data.html @@ -1,1544 +1,1603 @@ - - - - AdminLTE 2 | Data Tables - - - - - - - - - - - - - - + + + + AdminLTE 2 | Data Tables + + + + + + + + + + + + + + - - - - - -
    + + + + + +
    -
    - - - - -
    - -
    + + + + + + + - -
    - -
    -

    - Data Tables - advanced tables -

    - -
    + +
    + +
    +

    + Data Tables + advanced tables +

    + +
    - -
    -
    -
    -
    -
    -

    Hover Data Table

    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Rendering engineBrowserPlatform(s)Engine versionCSS grade
    TridentInternet - Explorer 4.0Win 95+ 4X
    TridentInternet - Explorer 5.0Win 95+5C
    TridentInternet - Explorer 5.5Win 95+5.5A
    TridentInternet - Explorer 6Win 98+6A
    TridentInternet Explorer 7Win XP SP2+7A
    TridentAOL browser (AOL desktop)Win XP6A
    GeckoFirefox 1.0Win 98+ / OSX.2+1.7A
    GeckoFirefox 1.5Win 98+ / OSX.2+1.8A
    GeckoFirefox 2.0Win 98+ / OSX.2+1.8A
    GeckoFirefox 3.0Win 2k+ / OSX.3+1.9A
    GeckoCamino 1.0OSX.2+1.8A
    GeckoCamino 1.5OSX.3+1.8A
    GeckoNetscape 7.2Win 95+ / Mac OS 8.6-9.21.7A
    GeckoNetscape Browser 8Win 98SE+1.7A
    GeckoNetscape Navigator 9Win 98+ / OSX.2+1.8A
    GeckoMozilla 1.0Win 95+ / OSX.1+1A
    GeckoMozilla 1.1Win 95+ / OSX.1+1.1A
    GeckoMozilla 1.2Win 95+ / OSX.1+1.2A
    GeckoMozilla 1.3Win 95+ / OSX.1+1.3A
    GeckoMozilla 1.4Win 95+ / OSX.1+1.4A
    GeckoMozilla 1.5Win 95+ / OSX.1+1.5A
    GeckoMozilla 1.6Win 95+ / OSX.1+1.6A
    GeckoMozilla 1.7Win 98+ / OSX.1+1.7A
    GeckoMozilla 1.8Win 98+ / OSX.1+1.8A
    GeckoSeamonkey 1.1Win 98+ / OSX.2+1.8A
    GeckoEpiphany 2.20Gnome1.8A
    WebkitSafari 1.2OSX.3125.5A
    WebkitSafari 1.3OSX.3312.8A
    WebkitSafari 2.0OSX.4+419.3A
    WebkitSafari 3.0OSX.4+522.1A
    WebkitOmniWeb 5.5OSX.4+420A
    WebkitiPod Touch / iPhoneiPod420.1A
    WebkitS60S60413A
    PrestoOpera 7.0Win 95+ / OSX.1+-A
    PrestoOpera 7.5Win 95+ / OSX.2+-A
    PrestoOpera 8.0Win 95+ / OSX.2+-A
    PrestoOpera 8.5Win 95+ / OSX.2+-A
    PrestoOpera 9.0Win 95+ / OSX.3+-A
    PrestoOpera 9.2Win 88+ / OSX.3+-A
    PrestoOpera 9.5Win 88+ / OSX.3+-A
    PrestoOpera for WiiWii-A
    PrestoNokia N800N800-A
    PrestoNintendo DS browserNintendo DS8.5C/A1
    KHTMLKonqureror 3.1KDE 3.13.1C
    KHTMLKonqureror 3.3KDE 3.33.3A
    KHTMLKonqureror 3.5KDE 3.53.5A
    TasmanInternet Explorer 4.5Mac OS 8-9-X
    TasmanInternet Explorer 5.1Mac OS 7.6-91C
    TasmanInternet Explorer 5.2Mac OS 8-X1C
    MiscNetFront 3.1Embedded devices-C
    MiscNetFront 3.4Embedded devices-A
    MiscDillo 0.8Embedded devices-X
    MiscLinksText only-X
    MiscLynxText only-X
    MiscIE MobileWindows Mobile 6-C
    MiscPSP browserPSP-C
    Other browsersAll others--U
    Rendering engineBrowserPlatform(s)Engine versionCSS grade
    -
    -
    + +
    +
    +
    +
    +
    +

    Hover Data Table

    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Rendering engineBrowserPlatform(s)Engine versionCSS grade
    TridentInternet + Explorer 4.0 + Win 95+ 4X
    TridentInternet + Explorer 5.0 + Win 95+5C
    TridentInternet + Explorer 5.5 + Win 95+5.5A
    TridentInternet + Explorer 6 + Win 98+6A
    TridentInternet Explorer 7Win XP SP2+7A
    TridentAOL browser (AOL desktop)Win XP6A
    GeckoFirefox 1.0Win 98+ / OSX.2+1.7A
    GeckoFirefox 1.5Win 98+ / OSX.2+1.8A
    GeckoFirefox 2.0Win 98+ / OSX.2+1.8A
    GeckoFirefox 3.0Win 2k+ / OSX.3+1.9A
    GeckoCamino 1.0OSX.2+1.8A
    GeckoCamino 1.5OSX.3+1.8A
    GeckoNetscape 7.2Win 95+ / Mac OS 8.6-9.21.7A
    GeckoNetscape Browser 8Win 98SE+1.7A
    GeckoNetscape Navigator 9Win 98+ / OSX.2+1.8A
    GeckoMozilla 1.0Win 95+ / OSX.1+1A
    GeckoMozilla 1.1Win 95+ / OSX.1+1.1A
    GeckoMozilla 1.2Win 95+ / OSX.1+1.2A
    GeckoMozilla 1.3Win 95+ / OSX.1+1.3A
    GeckoMozilla 1.4Win 95+ / OSX.1+1.4A
    GeckoMozilla 1.5Win 95+ / OSX.1+1.5A
    GeckoMozilla 1.6Win 95+ / OSX.1+1.6A
    GeckoMozilla 1.7Win 98+ / OSX.1+1.7A
    GeckoMozilla 1.8Win 98+ / OSX.1+1.8A
    GeckoSeamonkey 1.1Win 98+ / OSX.2+1.8A
    GeckoEpiphany 2.20Gnome1.8A
    WebkitSafari 1.2OSX.3125.5A
    WebkitSafari 1.3OSX.3312.8A
    WebkitSafari 2.0OSX.4+419.3A
    WebkitSafari 3.0OSX.4+522.1A
    WebkitOmniWeb 5.5OSX.4+420A
    WebkitiPod Touch / iPhoneiPod420.1A
    WebkitS60S60413A
    PrestoOpera 7.0Win 95+ / OSX.1+-A
    PrestoOpera 7.5Win 95+ / OSX.2+-A
    PrestoOpera 8.0Win 95+ / OSX.2+-A
    PrestoOpera 8.5Win 95+ / OSX.2+-A
    PrestoOpera 9.0Win 95+ / OSX.3+-A
    PrestoOpera 9.2Win 88+ / OSX.3+-A
    PrestoOpera 9.5Win 88+ / OSX.3+-A
    PrestoOpera for WiiWii-A
    PrestoNokia N800N800-A
    PrestoNintendo DS browserNintendo DS8.5C/A1
    KHTMLKonqureror 3.1KDE 3.13.1C
    KHTMLKonqureror 3.3KDE 3.33.3A
    KHTMLKonqureror 3.5KDE 3.53.5A
    TasmanInternet Explorer 4.5Mac OS 8-9-X
    TasmanInternet Explorer 5.1Mac OS 7.6-91C
    TasmanInternet Explorer 5.2Mac OS 8-X1C
    MiscNetFront 3.1Embedded devices-C
    MiscNetFront 3.4Embedded devices-A
    MiscDillo 0.8Embedded devices-X
    MiscLinksText only-X
    MiscLynxText only-X
    MiscIE MobileWindows Mobile 6-C
    MiscPSP browserPSP-C
    Other browsersAll others--U
    Rendering engineBrowserPlatform(s)Engine versionCSS grade
    +
    + +
    + -
    -
    -

    Data Table With Full Features

    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Rendering engineBrowserPlatform(s)Engine versionCSS grade
    TridentInternet - Explorer 4.0Win 95+ 4X
    TridentInternet - Explorer 5.0Win 95+5C
    TridentInternet - Explorer 5.5Win 95+5.5A
    TridentInternet - Explorer 6Win 98+6A
    TridentInternet Explorer 7Win XP SP2+7A
    TridentAOL browser (AOL desktop)Win XP6A
    GeckoFirefox 1.0Win 98+ / OSX.2+1.7A
    GeckoFirefox 1.5Win 98+ / OSX.2+1.8A
    GeckoFirefox 2.0Win 98+ / OSX.2+1.8A
    GeckoFirefox 3.0Win 2k+ / OSX.3+1.9A
    GeckoCamino 1.0OSX.2+1.8A
    GeckoCamino 1.5OSX.3+1.8A
    GeckoNetscape 7.2Win 95+ / Mac OS 8.6-9.21.7A
    GeckoNetscape Browser 8Win 98SE+1.7A
    GeckoNetscape Navigator 9Win 98+ / OSX.2+1.8A
    GeckoMozilla 1.0Win 95+ / OSX.1+1A
    GeckoMozilla 1.1Win 95+ / OSX.1+1.1A
    GeckoMozilla 1.2Win 95+ / OSX.1+1.2A
    GeckoMozilla 1.3Win 95+ / OSX.1+1.3A
    GeckoMozilla 1.4Win 95+ / OSX.1+1.4A
    GeckoMozilla 1.5Win 95+ / OSX.1+1.5A
    GeckoMozilla 1.6Win 95+ / OSX.1+1.6A
    GeckoMozilla 1.7Win 98+ / OSX.1+1.7A
    GeckoMozilla 1.8Win 98+ / OSX.1+1.8A
    GeckoSeamonkey 1.1Win 98+ / OSX.2+1.8A
    GeckoEpiphany 2.20Gnome1.8A
    WebkitSafari 1.2OSX.3125.5A
    WebkitSafari 1.3OSX.3312.8A
    WebkitSafari 2.0OSX.4+419.3A
    WebkitSafari 3.0OSX.4+522.1A
    WebkitOmniWeb 5.5OSX.4+420A
    WebkitiPod Touch / iPhoneiPod420.1A
    WebkitS60S60413A
    PrestoOpera 7.0Win 95+ / OSX.1+-A
    PrestoOpera 7.5Win 95+ / OSX.2+-A
    PrestoOpera 8.0Win 95+ / OSX.2+-A
    PrestoOpera 8.5Win 95+ / OSX.2+-A
    PrestoOpera 9.0Win 95+ / OSX.3+-A
    PrestoOpera 9.2Win 88+ / OSX.3+-A
    PrestoOpera 9.5Win 88+ / OSX.3+-A
    PrestoOpera for WiiWii-A
    PrestoNokia N800N800-A
    PrestoNintendo DS browserNintendo DS8.5C/A1
    KHTMLKonqureror 3.1KDE 3.13.1C
    KHTMLKonqureror 3.3KDE 3.33.3A
    KHTMLKonqureror 3.5KDE 3.53.5A
    TasmanInternet Explorer 4.5Mac OS 8-9-X
    TasmanInternet Explorer 5.1Mac OS 7.6-91C
    TasmanInternet Explorer 5.2Mac OS 8-X1C
    MiscNetFront 3.1Embedded devices-C
    MiscNetFront 3.4Embedded devices-A
    MiscDillo 0.8Embedded devices-X
    MiscLinksText only-X
    MiscLynxText only-X
    MiscIE MobileWindows Mobile 6-C
    MiscPSP browserPSP-C
    Other browsersAll others--U
    Rendering engineBrowserPlatform(s)Engine versionCSS grade
    -
    -
    -
    -
    -
    -
    -
    - - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. -
    + +
    + +
    + +
    + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    - -
    + + +
    Stats Tab Content
    + + +
    + +

    General Settings

    -
    - -
    +
    + -
    - -
    - -
    -
    - - -
    -
    +

    + Some information about this general settings option +

    + + - - - - - - - - - - - - - - - - - - +
    + + +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + diff --git a/pages/tables/simple.html b/pages/tables/simple.html index 139b0022f..283222eaa 100644 --- a/pages/tables/simple.html +++ b/pages/tables/simple.html @@ -1,957 +1,1021 @@ - - - - AdminLTE 2 | Simple Tables - - - - - - - - - - - - + + + + AdminLTE 2 | Simple Tables + + + + + + + + + + + + - - - - - -
    + + + + + +
    -
    - - - - +
    + +
    + + + + + + + - -
    - -
    -

    - Simple Tables - preview of simple tables -

    - -
    + +
    + +
    +

    + Simple Tables + preview of simple tables +

    + +
    - -
    -
    -
    -
    -
    -

    Bordered Table

    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    #TaskProgressLabel
    1.Update software -
    -
    -
    -
    55%
    2.Clean database -
    -
    -
    -
    70%
    3.Cron job running -
    -
    -
    -
    30%
    4.Fix and squish bugs -
    -
    -
    -
    90%
    -
    - -
    - -
    -
    -

    Condensed Full Width Table

    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    #TaskProgressLabel
    1.Update software -
    -
    -
    -
    55%
    2.Clean database -
    -
    -
    -
    70%
    3.Cron job running -
    -
    -
    -
    30%
    4.Fix and squish bugs -
    -
    -
    -
    90%
    -
    -
    -
    -
    -
    -
    -

    Simple Full Width Table

    -
    - -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    #TaskProgressLabel
    1.Update software -
    -
    -
    -
    55%
    2.Clean database -
    -
    -
    -
    70%
    3.Cron job running -
    -
    -
    -
    30%
    4.Fix and squish bugs -
    -
    -
    -
    90%
    -
    -
    - -
    -
    -

    Striped Full Width Table

    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    #TaskProgressLabel
    1.Update software -
    -
    -
    -
    55%
    2.Clean database -
    -
    -
    -
    70%
    3.Cron job running -
    -
    -
    -
    30%
    4.Fix and squish bugs -
    -
    -
    -
    90%
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Responsive Hover Table

    -
    -
    - -
    - -
    + +
    +
    +
    +
    +
    +

    Bordered Table

    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #TaskProgressLabel
    1.Update software +
    +
    - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    IDUserDateStatusReason
    183John Doe11-7-2014ApprovedBacon ipsum dolor sit amet salami venison chicken flank fatback doner.
    219Alexander Pierce11-7-2014PendingBacon ipsum dolor sit amet salami venison chicken flank fatback doner.
    657Bob Doe11-7-2014ApprovedBacon ipsum dolor sit amet salami venison chicken flank fatback doner.
    175Mike Doe11-7-2014DeniedBacon ipsum dolor sit amet salami venison chicken flank fatback doner.
    -
    - +
    55%
    2.Clean database +
    +
    +
    +
    70%
    3.Cron job running +
    +
    +
    +
    30%
    4.Fix and squish bugs +
    +
    +
    +
    90%
    +
    + +
    -
    -
    -
    - - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. -
    + - -
    + +
    +
    +
    +

    Simple Full Width Table

    + +
    + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #TaskProgressLabel
    1.Update software +
    +
    +
    +
    55%
    2.Clean database +
    +
    +
    +
    70%
    3.Cron job running +
    +
    +
    +
    30%
    4.Fix and squish bugs +
    +
    +
    +
    90%
    +
    + +
    + + +
    +
    +

    Striped Full Width Table

    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #TaskProgressLabel
    1.Update software +
    +
    +
    +
    55%
    2.Clean database +
    +
    +
    +
    70%
    3.Cron job running +
    +
    +
    +
    30%
    4.Fix and squish bugs +
    +
    +
    +
    90%
    +
    + +
    + +
    + +
    + +
    +
    +
    +
    +

    Responsive Hover Table

    + +
    +
    + + +
    + +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    IDUserDateStatusReason
    183John Doe11-7-2014ApprovedBacon ipsum dolor sit amet salami venison chicken flank fatback doner.
    219Alexander Pierce11-7-2014PendingBacon ipsum dolor sit amet salami venison chicken flank fatback doner.
    657Bob Doe11-7-2014ApprovedBacon ipsum dolor sit amet salami venison chicken flank fatback doner.
    175Mike Doe11-7-2014DeniedBacon ipsum dolor sit amet salami venison chicken flank fatback doner.
    +
    + +
    + +
    +
    +
    + +
    + +
    + + Copyright © 2014-2015 Almsaeed Studio. All rights + reserved. +
    + + + - -
    -
    +

    + Some information about this general settings option +

    +
    + - - - - - - - - - - - - - +
    + + +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + + + diff --git a/pages/widgets.html b/pages/widgets.html index 741cf3a37..57d555e90 100644 --- a/pages/widgets.html +++ b/pages/widgets.html @@ -1,1472 +1,1753 @@ - - - - AdminLTE 2 | Widgets - - - - - - - - - - - - + + + + AdminLTE 2 | Widgets + + + + + + + + + + + + - - - - - -
    + + + + + +
    -
    - - - - +
    + +
    + + + + + + + - -
    - -
    -

    - Widgets - Preview page -

    - -
    + +
    + +
    +

    + Widgets + Preview page +

    + +
    - -
    + +
    -
    -
    -
    - -
    - Messages - 1,410 -
    -
    -
    -
    -
    - -
    - Bookmarks - 410 -
    -
    -
    -
    -
    - -
    - Uploads - 13,648 -
    -
    -
    -
    -
    - -
    - Likes - 93,139 -
    -
    -
    -
    +
    +
    +
    + - +
    + Messages + 1,410 +
    + +
    + +
    + +
    +
    + -
    -
    -
    - -
    - Bookmarks - 41,410 -
    -
    -
    +
    + Bookmarks + 410 +
    + +
    + +
    + +
    +
    + + +
    + Uploads + 13,648 +
    + +
    + +
    + +
    +
    + + +
    + Likes + 93,139 +
    + +
    + +
    + +
    + + + + +
    +
    +
    + + +
    + Bookmarks + 41,410 + +
    +
    +
    70% Increase in 30 Days -
    -
    -
    -
    -
    - -
    - Likes - 41,410 -
    -
    -
    +
    + +
    + +
    + +
    +
    + + +
    + Likes + 41,410 + +
    +
    +
    70% Increase in 30 Days -
    -
    -
    -
    -
    - -
    - Events - 41,410 -
    -
    -
    +
    + +
    + +
    + +
    +
    + + +
    + Events + 41,410 + +
    +
    +
    70% Increase in 30 Days -
    -
    -
    -
    -
    - -
    - Comments - 41,410 -
    -
    -
    +
    + +
    + +
    + +
    +
    + + +
    + Comments + 41,410 + +
    +
    +
    70% Increase in 30 Days -
    -
    -
    -
    +
    + +
    + +
    + +
    + - + - -
    -
    - -
    -
    -

    150

    -

    New Orders

    -
    -
    - -
    - - More info - + +
    +
    + +
    +
    +

    150

    + +

    New Orders

    +
    +
    + +
    + + More info + +
    +
    + +
    + +
    +
    +

    53%

    + +

    Bounce Rate

    +
    +
    + +
    + + More info + +
    +
    + +
    + +
    +
    +

    44

    + +

    User Registrations

    +
    +
    + +
    + + More info + +
    +
    + +
    + +
    +
    +

    65

    + +

    Unique Visitors

    +
    +
    + +
    + + More info + +
    +
    + +
    + + + + +
    +
    +
    +
    +

    Expandable

    + +
    +
    -
    -
    - -
    -
    -

    53%

    -

    Bounce Rate

    -
    -
    - -
    - - More info - + +
    + +
    + The body of the box +
    + +
    + +
    + +
    +
    +
    +

    Removable

    + +
    +
    -
    -
    - -
    -
    -

    44

    -

    User Registrations

    -
    -
    - -
    - - More info - + +
    + +
    + The body of the box +
    + +
    + +
    + +
    +
    +
    +

    Collapsable

    + +
    +
    -
    -
    - -
    -
    -

    65

    -

    Unique Visitors

    -
    -
    - -
    - - More info - + +
    + +
    + The body of the box +
    + +
    + +
    + +
    +
    +
    +

    Loading state

    +
    +
    + The body of the box +
    + + +
    + +
    + +
    + +
    + +
    + + + + +
    +
    +
    +
    +

    Expandable

    + +
    +
    -
    -
    + +
    + +
    + The body of the box +
    + +
    + +
    + +
    +
    +
    +

    Removable

    - +
    + +
    + +
    + +
    + The body of the box +
    + +
    + +
    + +
    +
    +
    +

    Collapsable

    -
    -
    -
    -
    -

    Expandable

    -
    - -
    -
    -
    - The body of the box -
    -
    -
    -
    -
    -
    -

    Removable

    -
    - -
    -
    -
    - The body of the box -
    -
    -
    -
    -
    -
    -

    Collapsable

    -
    - -
    -
    -
    - The body of the box -
    -
    -
    -
    -
    -
    -

    Loading state

    -
    -
    - The body of the box -
    - -
    - -
    - -
    -
    -
    +
    + +
    + +
    + +
    + The body of the box +
    + +
    + +
    + +
    +
    +
    +

    Loading state

    +
    +
    + The body of the box +
    + + +
    + +
    + +
    + +
    + +
    + - + -
    -
    -
    -
    -

    Expandable

    -
    - -
    -
    -
    - The body of the box -
    -
    -
    -
    -
    -
    -

    Removable

    -
    - -
    -
    -
    - The body of the box -
    -
    -
    -
    -
    -
    -

    Collapsable

    -
    - -
    -
    -
    - The body of the box -
    -
    -
    -
    -
    -
    -

    Loading state

    -
    -
    - The body of the box -
    - -
    - -
    - -
    -
    -
    + +
    +
    + +
    +
    +

    Direct Chat

    - - - -
    -
    - -
    -
    -

    Direct Chat

    -
    - 3 - - - +
    + 3 + + + +
    +
    + +
    + +
    + +
    +
    + Alexander Pierce + 23 Jan 2:00 pm
    -
    -
    - -
    - -
    -
    - Alexander Pierce - 23 Jan 2:00 pm -
    - Message User Image -
    - Is this template really for free? That's unbelievable! -
    -
    + + Message User Image +
    + Is this template really for free? That's unbelievable! +
    + +
    + - -
    -
    - Sarah Bullock - 23 Jan 2:05 pm -
    - Message User Image -
    - You better believe it! -
    -
    -
    + +
    +
    + Sarah Bullock + 23 Jan 2:05 pm +
    + + Message User Image +
    + You better believe it! +
    + +
    + +
    + - -
    - + +
    + +
    + + -
    -
    +
    + +
    + +
    + +
    + -
    - -
    -
    -

    Direct Chat

    -
    - 3 - - - +
    + +
    +
    +

    Direct Chat

    + +
    + 3 + + + +
    +
    + +
    + +
    + +
    +
    + Alexander Pierce + 23 Jan 2:00 pm
    -
    -
    - -
    - -
    -
    - Alexander Pierce - 23 Jan 2:00 pm -
    - Message User Image -
    - Is this template really for free? That's unbelievable! -
    -
    + + Message User Image +
    + Is this template really for free? That's unbelievable! +
    + +
    + - -
    -
    - Sarah Bullock - 23 Jan 2:05 pm -
    - Message User Image -
    - You better believe it! -
    -
    -
    + +
    +
    + Sarah Bullock + 23 Jan 2:05 pm +
    + + Message User Image +
    + You better believe it! +
    + +
    + +
    + - -
    - + +
    + +
    + + -
    -
    +
    + +
    + +
    + +
    + -
    - -
    -
    -

    Direct Chat

    -
    - 3 - - - +
    + +
    +
    +

    Direct Chat

    + +
    + 3 + + + +
    +
    + +
    + +
    + +
    +
    + Alexander Pierce + 23 Jan 2:00 pm
    -
    -
    - -
    - -
    -
    - Alexander Pierce - 23 Jan 2:00 pm -
    - Message User Image -
    - Is this template really for free? That's unbelievable! -
    -
    + + Message User Image +
    + Is this template really for free? That's unbelievable! +
    + +
    + - -
    -
    - Sarah Bullock - 23 Jan 2:05 pm -
    - Message User Image -
    - You better believe it! -
    -
    -
    + +
    +
    + Sarah Bullock + 23 Jan 2:05 pm +
    + + Message User Image +
    + You better believe it! +
    + +
    + +
    + - -
    - + +
    + +
    + + -
    -
    +
    + +
    + +
    + +
    + -
    - -
    -
    -

    Direct Chat

    -
    - 3 - - - +
    + +
    +
    +

    Direct Chat

    + +
    + 3 + + + +
    +
    + +
    + +
    + +
    +
    + Alexander Pierce + 23 Jan 2:00 pm
    -
    -
    - -
    - -
    -
    - Alexander Pierce - 23 Jan 2:00 pm -
    - Message User Image -
    - Is this template really for free? That's unbelievable! -
    -
    + + Message User Image +
    + Is this template really for free? That's unbelievable! +
    + +
    + - -
    -
    - Sarah Bullock - 23 Jan 2:05 pm -
    - Message User Image -
    - You better believe it! -
    -
    -
    + +
    +
    + Sarah Bullock + 23 Jan 2:05 pm +
    + + Message User Image +
    + You better believe it! +
    + +
    + +
    + - -
    - + +
    + +
    + + -
    -
    -
    +
    + +
    + +
    + +
    + +
    + - + -
    -
    - -
    - -
    -
    - User Avatar -
    -

    Nadia Carmichael

    -
    Lead Developer
    +
    +
    + +
    + +
    +
    + User Avatar +
    + +

    Nadia Carmichael

    +
    Lead Developer
    +
    + +
    + +
    + +
    + +
    + +
    +

    Alexander Pierce

    +
    Founder & CEO
    +
    +
    + User Avatar +
    + + +
    + -
    -
    - -
    -
    -
    - User Image - Jonathan Burke Jr. - Shared publicly - 7:30 PM Today -
    -
    - - - -
    -
    -
    - Photo -

    I took this photo this morning. What do you guys think?

    - - - 127 likes - 3 comments -
    -
    -
    - -
    - + +
    + +
    + + + + + - Copyright © 2014-2015 Almsaeed Studio. All rights reserved. - + + + - - - -
    - +

    + Some information about this general settings option +

    + + - - - - - - - - - - - - - +
    + + +

    + Other sets of options are available +

    +
    + + +
    + + +

    + Allow the user to show his name in blog posts +

    +
    + + +

    Chat Settings

    + +
    + +
    + + +
    + +
    + + +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + + + diff --git a/starter.html b/starter.html index 458331d97..3117e0e20 100644 --- a/starter.html +++ b/starter.html @@ -4,372 +4,396 @@ This is a starter template page. Use this page to start your new project from scratch. This page gets rid of all links and provides the needed markup only. --> - - - - AdminLTE 2 | Starter - - - - - - - - - - - - - - - - - - + + + + + + + + + + - -
    + - -
    + + + + + + +
    - - + +
    - -
    - - - - -
    - -
    -

    - Page Header - Optional description -

    - -
    - - -
    - - - -
    -
    - - -
    - - - - Copyright © 2015 Company. All rights reserved. -
    - - -
    + + - -
    -
    +
    +

    Alexander Pierce

    + + Online +
    + - + + + - - - - - - + + + + + + - - + +
    + +
    +

    + Page Header + Optional description +

    + +
    + + +
    + + + +
    + +
    + + + +
    + + + + Copyright © 2015 Company. All rights reserved. +
    + + + + + +
    + + + + + + + + + + + + + +