﻿
@import "http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,500,600,700&subset=latin,latin-ext";
@import "jquery/jquery-ui.min.css";
@import "bootstrap/bootstrap.min.css";
@import "fontawesome/font-awesome.min.css";
@import "summernote/summernote.css";
@import "codemirror/codemirror.css";
@import "nvd3/nv.d3.css";
@import "mcustomscrollbar/jquery.mCustomScrollbar.css";
@import "fullcalendar/fullcalendar.css";
@import "blueimp/blueimp-gallery.min.css";
@import "rickshaw/rickshaw.css";
@import "dropzone/dropzone.css";
@import "animate/animate.min.css";
.clearfix {
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
}
.background-colorful {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(left center , #e04b4a 0%, #1caf9a 50%, #95b75d 100%) repeat scroll 0 0;
}
html * {
    outline: medium none !important;
}
html, body {
    background: #f5f5f5 url("../img/bg.png") repeat scroll left top;
    color: #22262e;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    margin: 0;
    min-height: 100%;
    overflow-x: hidden;
    padding: 0;
    position: relative;
}
.body-full-height {
    height: 100%;
}
.body-full-height body {
    height: 100%;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.row [class^="col-xs-"], .row [class^="col-sm-"], .row [class^="col-md-"], .row [class^="col-lg-"] {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.row.stacked [class^="col-xs-"], .row.stacked [class^="col-sm-"], .row.stacked [class^="col-md-"], .row.stacked [class^="col-lg-"] {
    padding-left: 0;
    padding-right: 0;
}
.page-container {
    background: #1b1e24 none repeat scroll 0 0;
    float: left;
    min-height: 100%;
    position: relative;
    width: 100%;
}
.page-container .page-sidebar {
    float: left;
    position: relative;
    width: 220px;
    z-index: 3;
}
.page-container .page-sidebar.page-sidebar-fixed {
    position: fixed;
}
.page-container.page-container-wide .page-sidebar {
    width: 50px;
}
.page-container .page-content {
    background: #f5f5f5 url("../img/bg.png") repeat scroll left top;
    margin-left: 220px;
    min-height: 100%;
    position: relative;
}
.page-container .page-content::before, .page-container .page-content::after {
    content: "";
    display: table;
}
.page-container .page-content::after {
    clear: both;
}
.page-container .page-content .content-frame {
    background: #f5f5f5 url("../img/bg.png") repeat scroll left top;
    float: left;
    position: relative;
    width: 100%;
}
.page-container .page-content .content-frame .content-frame-top {
    background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    float: left;
    line-height: 30px;
    padding: 13px 15px 15px;
    width: 100%;
}
.page-container .page-content .content-frame .content-frame-top .page-title {
    padding: 0;
    width: auto;
}
.page-container .page-content .content-frame .content-frame-top .page-title h2 {
    font-size: 22px;
    margin-bottom: 0;
}
.page-container .page-content .content-frame .content-frame-left {
    background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
    border-right: 1px solid #ddd;
    float: left;
    min-height: 100%;
    padding: 10px;
    width: 300px;
}
.page-container .page-content .content-frame .content-frame-left.padding-0 {
    padding: 0;
}
.page-container .page-content .content-frame .content-frame-left .block {
    margin-bottom: 20px;
    padding: 0;
}
.page-container .page-content .content-frame .content-frame-left h4 {
    margin-top: 10px;
}
.page-container .page-content .content-frame .content-frame-left > .form-group {
    margin-bottom: 20px;
}
.page-container .page-content .content-frame .content-frame-right {
    background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
    border-left: 1px solid #ddd;
    float: right;
    min-height: 100%;
    padding: 10px;
    width: 300px;
}
.page-container .page-content .content-frame .content-frame-right.padding-0 {
    padding: 0;
}
.page-container .page-content .content-frame .content-frame-right.padding-0 .block {
    padding: 10px;
}
.page-container .page-content .content-frame .content-frame-right h4 {
    margin-top: 10px;
}
.page-container .page-content .content-frame .content-frame-right .block {
    margin-bottom: 20px;
    padding: 0;
}
.page-container .page-content .content-frame .content-frame-right > .form-group {
    margin-bottom: 20px;
}
.page-container .page-content .content-frame .content-frame-body {
    margin-left: 300px;
    padding: 70px 10px 10px;
}
.page-container .page-content .content-frame .content-frame-body.content-frame-body-left {
    margin-left: 0;
    margin-right: 300px;
}
.page-container .page-content .content-frame .content-frame-left-toggle, .page-container .page-content .content-frame .content-frame-right-toggle {
    display: none;
    margin-left: 5px;
}
.page-container .page-content .page-content-wrap {
    float: left;
    width: 100%;
}
.page-container.page-container-wide .page-content {
    margin-left: 50px;
    transition: all 200ms ease 0s;
}
.page-container.page-navigation-toggled .page-content {
    margin-left: 50px;
}
.page-container.page-mode-rtl .page-sidebar {
    float: right;
}
.page-container.page-mode-rtl .page-sidebar.page-sidebar-fixed {
    right: 0;
}
.page-container.page-mode-rtl .page-content {
    margin-left: 0;
    margin-right: 220px;
}
.page-container.page-mode-rtl.page-container-wide .page-content {
    margin-right: 50px;
}
.page-container.page-navigation-top .page-content {
    margin-left: 0;
}
.page-container.page-navigation-top-fixed .x-navigation.x-navigation-horizontal {
    padding-right: 220px;
    position: fixed;
    top: 0;
}
.page-container.page-navigation-top-fixed .page-content {
    padding-top: 50px;
}
.page-container.page-navigation-top-fixed.page-navigation-toggled .x-navigation.x-navigation-horizontal {
    padding-right: 50px;
}
body.page-container-boxed {
    background: rgba(0, 0, 0, 0) url("../img/backgrounds/wall_1.jpg") no-repeat fixed left top;
    padding: 20px 0;
}
body.page-container-boxed .page-container {
    border-radius: 0;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    float: none;
    margin: 0 auto;
    width: 1200px;
}
.x-navigation, .x-navigation ul {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 3;
}
.x-navigation {
    background: #1b1e24 none repeat scroll 0 0;
}
.x-navigation li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.x-navigation li > a {
    border-bottom: 1px solid #17191e;
    color: #8b91a0;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    padding: 15px 10px 15px 15px;
    text-decoration: none;
    vertical-align: text-bottom;
    width: 100%;
}
.x-navigation li > a .fa, .x-navigation li > a .glyphicon {
    color: #8b91a0;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
    transition: color 200ms ease 0s;
    vertical-align: baseline;
    width: 20px;
}
.x-navigation li > a:hover {
    background: #262a33 none repeat scroll 0 0;
    color: #fff;
    transition: all 200ms ease 0s;
}
.x-navigation li > a:hover .fa, .x-navigation li > a:hover .glyphicon {
    color: #fff;
}
.x-navigation li > ul {
    background: #17191e none repeat scroll 0 0;
    max-height: 0;
    overflow: hidden;
    transition: all 200ms ease 0s;
}
.x-navigation li > ul li > a {
    border-bottom-color: #121418;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    padding: 12px 10px;
}
.x-navigation li > ul li > a:hover {
    background: #121418 none repeat scroll 0 0;
    color: #ffffff;
}
.x-navigation li > ul li.active > a {
    background: #121418 none repeat scroll 0 0;
    color: #ffffff;
}
.x-navigation li.xn-openable::before {
    color: #ffffff;
    content: "";
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 14px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 12px;
    width: 20px;
}
.x-navigation li.active.xn-openable::before {
    content: "";
}
.x-navigation li.active > a {
    background: #1caf9a none repeat scroll 0 0;
    color: #fff;
    transition: all 200ms ease 0s;
}
.x-navigation li.active > a .fa, .x-navigation li.active > a .glyphicon {
    color: #fff;
}
.x-navigation li.active > ul {
    max-height: 1200px;
}
.x-navigation li.xn-title {
    border-bottom: 1px solid #17191e;
    color: #8b91a0;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    padding: 20px 10px 10px;
}
.x-navigation > li.xn-openable::before {
    top: 15px;
}
.x-navigation > li > ul > li > a {
    padding-left: 25px;
}
.x-navigation > li > ul > li > a:hover {
    padding-left: 30px;
}
.x-navigation > li > ul > li.active > a {
    padding-left: 30px;
}
.x-navigation > li > ul > li > ul > li > a {
    padding-left: 40px;
}
.x-navigation > li > ul > li > ul > li > a:hover {
    padding-left: 45px;
}
.x-navigation > li > ul > li > ul > li.active > a {
    padding-left: 45px;
}
.x-navigation > li > ul > li > ul > li > ul > li > a {
    padding-left: 50px;
}
.x-navigation > li > ul > li > ul > li > ul > li > a:hover {
    padding-left: 55px;
}
.x-navigation > li > ul > li > ul > li > ul > li.active > a {
    padding-left: 55px;
}
.x-navigation > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 60px;
}
.x-navigation > li > ul > li > ul > li > ul > li > ul > li > a:hover {
    padding-left: 65px;
}
.x-navigation > li > ul > li > ul > li > ul > li > ul > li.active > a {
    padding-left: 65px;
}
.x-navigation > li:last-child > a {
    border-bottom: 0 none;
    border-radius: 0 0 0 5px;
}
.x-navigation.x-navigation-horizontal {
    background: #1d2127 none repeat scroll 0 0;
    height: 50px;
}
.x-navigation.x-navigation-horizontal .xn-logo a {
    border-bottom: 0 none;
    width: 200px;
}
.x-navigation.x-navigation-horizontal > li.xn-openable::before {
    display: none;
}
.x-navigation.x-navigation-horizontal > li > a {
    border-bottom: 0 none;
    color: #ffffff;
    line-height: 20px;
    padding: 15px;
    text-shadow: none;
}
.x-navigation.x-navigation-horizontal > li > a:hover {
    background: #282d36 none repeat scroll 0 0;
}
.x-navigation.x-navigation-horizontal > li > a:hover .fa, .x-navigation.x-navigation-horizontal > li > a:hover .glyphicon {
    color: #697b92;
}
.x-navigation.x-navigation-horizontal > li > a .fa, .x-navigation.x-navigation-horizontal > li > a .glyphicon {
    color: #ffffff;
}
.x-navigation.x-navigation-horizontal > li.active > a {
    background: #282d36 none repeat scroll 0 0;
}
.x-navigation.x-navigation-horizontal > li.active > a .fa, .x-navigation.x-navigation-horizontal > li.active > a .glyphicon {
    color: #697b92;
}
.x-navigation.x-navigation-horizontal > li ul {
    border-radius: 3px;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    display: none;
    overflow: visible;
    position: absolute;
    width: 220px;
    z-index: 3;
}
.x-navigation.x-navigation-horizontal > li ul ul.xn-drop-white::after {
    border-right-color: #fff;
}
.x-navigation.x-navigation-horizontal > li > ul {
    left: 0;
    top: 60px;
}
.x-navigation.x-navigation-horizontal > li > ul.xn-drop-white::after {
    border-bottom-color: #fff;
}
.x-navigation.x-navigation-horizontal > li > ul.xn-drop-left {
    left: auto;
    right: 0;
}
.x-navigation.x-navigation-horizontal > li > ul.xn-drop-left.xn-drop-white ul::after {
    border-left-color: #fff;
}
.x-navigation.x-navigation-horizontal > li > ul::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1b1e24;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 27px;
    margin-left: -5px;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.x-navigation.x-navigation-horizontal > li > ul.xn-drop-left::after {
    left: auto;
    right: 20px;
}
.x-navigation.x-navigation-horizontal > li > ul ul {
    right: -230px;
    top: 0;
}
.x-navigation.x-navigation-horizontal > li > ul ul::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) #1b1e24 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: " ";
    height: 0;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 23px;
    width: 0;
}
.x-navigation.x-navigation-horizontal > li > ul li > a {
    padding-left: 10px;
}
.x-navigation.x-navigation-horizontal > li > ul li > a:hover {
    padding-left: 15px;
}
.x-navigation.x-navigation-horizontal > li > ul li.active > a {
    padding-left: 15px;
}
.x-navigation.x-navigation-horizontal > li li {
    width: 100%;
}
.x-navigation.x-navigation-horizontal > li li:first-child a {
    border-radius: 3px 3px 0 0;
}
.x-navigation.x-navigation-horizontal > li li:last-child a {
    border-bottom-color: transparent;
    border-radius: 0 0 3px 3px;
}
.x-navigation.x-navigation-horizontal > li li.xn-openable::before {
    content: "";
}
.x-navigation.x-navigation-horizontal > li li.active.xn-openable::before {
    content: "";
}
.x-navigation.x-navigation-horizontal > li:last-child > a {
    border-radius: 0;
}
.x-navigation.x-navigation-horizontal > li.last > a {
    border-radius: 0 5px 0 0;
}
.x-navigation.x-navigation-horizontal li {
    position: relative;
    width: auto;
}
.x-navigation.x-navigation-horizontal li.active > ul {
    display: block;
}
.x-navigation.x-navigation-horizontal li.xn-openable > a {
    padding-right: 20px;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white {
    background: #fff none repeat scroll 0 0;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white ul {
    background: #fff none repeat scroll 0 0;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white ul::after {
    border-right-color: #fff;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white li > a {
    border-bottom: 1px solid #e9e9e9;
    color: #333;
    text-shadow: none;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white li > a:hover {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #333;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white li > a .fa, .x-navigation.x-navigation-horizontal ul.xn-drop-white li > a .glyphicon {
    color: #1b1e24;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white li.active > a {
    border-bottom: 1px solid #e9e9e9;
    color: #333;
    text-shadow: none;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white li.active.xn-openable::before {
    color: #333;
}
.x-navigation.x-navigation-horizontal .xn-icon-button > a {
    padding: 15px 10px;
    text-align: center;
    width: 50px;
}
.x-navigation.x-navigation-horizontal .xn-icon-button > a .fa, .x-navigation.x-navigation-horizontal .xn-icon-button > a .glyphicon {
    margin: 0;
}
.x-navigation.x-navigation-horizontal .xn-search {
    padding: 10px 5px;
}
.x-navigation.x-navigation-horizontal .xn-search input {
    width: 100px;
}
.x-navigation.x-navigation-horizontal .xn-search input:focus {
    width: 200px;
}
.x-navigation.x-navigation-horizontal .xn-search::before {
    left: 5px;
}
.x-navigation.x-navigation-minimized {
    width: 50px;
}
.x-navigation.x-navigation-minimized .xn-text {
    display: none;
}
.x-navigation.x-navigation-minimized .xn-visible {
    display: block;
}
.x-navigation.x-navigation-minimized li {
    position: relative;
    width: auto;
}
.x-navigation.x-navigation-minimized li.xn-profile .profile-mini {
    display: block;
}
.x-navigation.x-navigation-minimized li.xn-profile .profile::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) #1b1e24 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: " ";
    height: 0;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 23px;
    width: 0;
}
.x-navigation.x-navigation-minimized li.xn-title {
    display: none;
}
.x-navigation.x-navigation-minimized li.active > ul {
    display: block;
}
.x-navigation.x-navigation-minimized li ul {
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    right: -230px;
    top: 0;
}
.x-navigation.x-navigation-minimized li ul::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) #1b1e24 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: " ";
    height: 0;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 23px;
    width: 0;
}
.x-navigation.x-navigation-minimized li ul li > a {
    padding-left: 15px !important;
}
.x-navigation.x-navigation-minimized li ul li > a:hover {
    padding-left: 20px !important;
}
.x-navigation.x-navigation-minimized li ul li.active > a {
    padding-left: 20px !important;
}
.x-navigation.x-navigation-minimized li ul li:first-child > a {
    border-radius: 3px 3px 0 0;
}
.x-navigation.x-navigation-minimized li ul li:last-child > a {
    border-bottom: 0 none;
    border-radius: 0 0 3px 3px;
}
.x-navigation.x-navigation-minimized > li {
    width: 100%;
}
.x-navigation.x-navigation-minimized > li > a {
    padding: 15px 10px;
    text-align: center;
}
.x-navigation.x-navigation-minimized > li > a .fa, .x-navigation.x-navigation-minimized > li > a .glyphicon {
    margin: 0;
}
.x-navigation.x-navigation-minimized > li ul {
    border-radius: 3px;
    display: none;
    overflow: visible;
    position: absolute;
    width: 220px;
}
.x-navigation.x-navigation-minimized > li li {
    width: 100%;
}
.x-navigation.x-navigation-minimized > li li.xn-openable::before {
    content: "";
}
.x-navigation.x-navigation-minimized > li li.active.xn-openable::before {
    content: "";
}
.x-navigation.x-navigation-minimized > li.active::before, .x-navigation.x-navigation-minimized > li.xn-openable::before {
    display: none;
}
.x-navigation.x-navigation-minimized > li.xn-logo > a:first-child {
    background-image: url("../img/logo-small.png");
    padding: 0;
    width: 50px;
}
.x-navigation.x-navigation-minimized .xn-search input {
    padding: 0 2px 0 28px;
    width: 30px;
}
.x-navigation.x-navigation-minimized .xn-search input:focus {
    padding: 0 8px 0 28px;
    width: 200px;
}
.x-navigation.x-navigation-custom li ul {
    background: #14171b none repeat scroll 0 0;
}
.x-navigation.x-navigation-custom li > a {
    border-bottom: 0 none;
}
.x-navigation.x-navigation-custom li > a:hover {
    background: #121418 none repeat scroll 0 0;
}
.x-navigation.x-navigation-custom li > a:hover .fa, .x-navigation.x-navigation-custom li > a:hover .glyphicon {
    color: #b5c1d1;
}
.x-navigation.x-navigation-custom li > a .fa, .x-navigation.x-navigation-custom li > a .glyphicon {
    color: #ddd;
}
.x-navigation.x-navigation-custom li.active > a {
    background: #121418 none repeat scroll 0 0;
}
.x-navigation.x-navigation-custom li.active > a .fa, .x-navigation.x-navigation-custom li.active > a .glyphicon {
    color: #b5c1d1;
}
.x-navigation.x-navigation-custom > li > a {
    border-bottom: 0 none;
    border-left: 3px solid transparent;
    color: #ccc;
    font-size: 13px;
    padding: 12px 10px 12px 12px;
}
.x-navigation.x-navigation-custom > li > a:hover {
    background: #1f232a none repeat scroll 0 0;
    color: #fff;
}
.x-navigation.x-navigation-custom > li.active > a {
    background: #1f232a none repeat scroll 0 0;
    border-left: 3px solid #b5c1d1;
    color: #fff;
}
.x-navigation.x-navigation-custom > li.xn-openable::before {
    color: #ccc;
    top: 12px;
}
.x-navigation.x-navigation-custom > li.xn-title {
    border-bottom: 0 none;
}
.x-navigation.x-navigation-custom > li.xn-logo > a {
    border-left: 0 none;
}
.x-navigation.x-navigation-custom > li.xn-logo > a:hover {
    background-color: #0c0d10;
}
.x-navigation.x-navigation-custom.x-navigation-minimized > li > a {
    padding: 15px 10px 15px 7px;
}
.x-navigation.x-navigation-custom.x-navigation-minimized > li.xn-profile > a {
    border-left: 0 none;
    padding: 7px;
}
.x-navigation .xn-search {
    padding: 10px 10px 0 9px;
    position: relative;
}
.x-navigation .xn-search input {
    background: #14171b none repeat scroll 0 0;
    border: 1px solid #101215;
    border-radius: 0;
    color: #aaa;
    height: 30px;
    line-height: 25px;
    padding: 0 8px 0 28px;
    transition: all 200ms ease 0s;
    width: 200px;
}
.x-navigation .xn-search::before {
    color: #aaa;
    content: "";
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 17px;
    height: 30px;
    left: 10px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 30px;
    z-index: 2;
}
.x-navigation .xn-visible {
    display: none;
}
.x-navigation .x-navigation-control {
    cursor: pointer;
    display: none;
    height: 50px;
    position: absolute;
    right: 0;
    width: 50px;
}
.x-navigation .x-navigation-control:hover {
    background: #0c0d10 none repeat scroll 0 0;
    border-bottom: 0 none;
}
.x-navigation .x-navigation-control::before {
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 20px;
    position: absolute;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    top: 14px;
}
.x-navigation > li.xn-logo > a {
    border-bottom: 0 none;
}
.x-navigation > li.xn-logo > a:first-child {
    background: #1caf9a none repeat scroll 0 0;
    border-bottom: 0 none;
    color: #fff;
    font-size: 25px;
    height: 50px;
    text-align: center;
}
.x-navigation > li.xn-logo > a:first-child:hover {
    background-color: #1caf9a;
}
.x-navigation > li.xn-profile {
    border-bottom: 1px solid #14171b;
    padding: 0;
}
.x-navigation > li.xn-profile .profile-data-name {
    color: #ffffff;
}
.x-navigation > li.xn-profile .profile-mini {
    display: none;
    padding: 7px;
    width: 50px;
}
.x-navigation > li.xn-profile .profile-mini img {
    border: 2px solid #fff;
    border-radius: 20%;
    width: 36px;
}
.x-navigation .informer {
    background: #bbb none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    padding: 0 5px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 15px;
}
.x-navigation .informer.pulsate {
    animation: 1s ease-out 0s normal none infinite running pulsate;
}
.x-navigation .informer.informer-primary {
    background: #1b1e24 none repeat scroll 0 0;
}
.x-navigation .informer.informer-success {
    background: #95b75d none repeat scroll 0 0;
}
.x-navigation .informer.informer-info {
    background: #1caf9a none repeat scroll 0 0;
}
.x-navigation .informer.informer-warning {
    background: #1caf9a none repeat scroll 0 0;
}
.x-navigation .informer.informer-danger {
    background: #e04b4a none repeat scroll 0 0;
}
.x-navigation li li .informer {
    top: 12px;
}
.x-navigation .xn-icon-button .informer {
    bottom: auto;
    left: auto;
    right: 1px;
    top: 5px;
}
.page-container.page-mode-rtl .x-navigation.x-navigation-minimized li ul {
    left: -230px;
    right: auto;
    top: 0;
}
.page-container.page-mode-rtl .x-navigation.x-navigation-minimized li ul::after {
    border-left-color: #1b1e24;
    border-right-color: transparent;
    left: 100%;
    right: auto;
}
.page-container.page-mode-rtl .x-navigation.x-navigation-minimized li .profile {
    left: -230px;
    right: auto;
}
.page-container.page-mode-rtl .x-navigation.x-navigation-minimized li .profile::after {
    border-left-color: #1b1e24;
    border-right-color: transparent;
    left: 100%;
    right: auto;
}
.page-container-boxed .x-navigation {
    border-radius: 5px 0 0 5px;
}
.page-container-boxed .x-navigation .xn-logo a {
    border-radius: 5px 0 0;
}
.page-container-boxed .x-navigation.x-navigation-horizontal {
    border-radius: 5px 5px 0 0;
}
.page-container-boxed .x-navigation.x-navigation-horizontal.x-navigation-panel {
    border-radius: 0 5px 0 0;
}
.page-container-boxed .page-container .page-content {
    border-radius: 0 5px 5px 0;
}
.page-container-boxed .page-container.page-mode-rtl .page-content {
    border-radius: 0;
}
.page-container-boxed .page-container.page-mode-rtl .page-sidebar .x-navigation {
    border-radius: 0 5px 5px 0;
}
.page-container-boxed .page-container.page-mode-rtl .page-sidebar .x-navigation .xn-logo a {
    border-radius: 0 5px 0 0;
}
.page-container-boxed .page-container.page-mode-rtl .x-navigation.x-navigation-horizontal {
    border-radius: 5px 0 0;
}
.page-container-boxed .page-container.page-mode-rtl .x-navigation.x-navigation-horizontal.x-navigation-panel {
    border-radius: 5px 0 0;
}
.page-container-boxed .page-container.page-mode-rtl .x-navigation.x-navigation-horizontal > li:first-child a {
    border-radius: 5px 0 0;
}
.profile {
    background: #080a0e none repeat scroll 0 0;
    float: left;
    padding: 15px 10px;
    position: relative;
    width: 100%;
}
.profile .profile-image {
    float: left;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
}
.profile .profile-image img {
    border: 3px solid #fff;
    border-radius: 20%;
    width: 100px;
}
.profile .profile-data {
    float: left;
    text-align: center;
    width: 100%;
}
.profile .profile-data .profile-data-name {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}
.profile .profile-data .profile-data-title {
    color: #999;
    float: left;
    font-size: 11px;
    font-weight: 400;
    width: 100%;
}
.profile .profile-controls a {
    border: 2px solid #ddd;
    border-radius: 20%;
    color: #ddd;
    font-size: 14px;
    height: 30px;
    line-height: 25px;
    padding: 0;
    position: absolute;
    transition: all 200ms ease 0s;
    width: 30px;
}
.profile .profile-controls a.profile-control-left {
    left: 15px;
    text-align: center;
    top: 53px;
}
.profile .profile-controls a.profile-control-right {
    right: 15px;
    text-align: center;
    top: 53px;
}
.profile .profile-controls a .fa, .profile .profile-controls a .glyphicon {
    margin-right: auto;
    width: auto;
}
.profile .profile-controls a:hover {
    border-color: #fff;
    color: #fff;
}
.x-navigation.x-navigation-minimized .profile {
    background: #1b1e24 none repeat scroll 0 0;
    border-radius: 3px;
    display: none;
    position: absolute;
    right: -230px;
    top: 4px;
    width: 220px;
}
.x-navigation.x-navigation-minimized li.active .profile {
    display: block;
}
.x-navigation.x-navigation-minimized .profile-mini {
    border-bottom: 0 none;
    display: block;
}
.block {
    float: left;
    margin-bottom: 20px;
    padding: 5px 10px;
    width: 100%;
}
.block-full-width {
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}
.breadcrumb {
    background: #e8e8e8 none repeat scroll 0 0;
    border-radius: 0;
    float: left;
    margin-bottom: 10px;
    padding: 6px 15px 7px;
    width: 100%;
}
.breadcrumb li, .breadcrumb li a {
    color: #4d5669;
    font-size: 11px;
    line-height: 12px;
    text-decoration: none;
}
.breadcrumb li:hover, .breadcrumb li a:hover {
    color: #22262e;
}
.breadcrumb li:last-child {
    color: #22262e;
}
.breadcrumb > li + li::before {
    color: #4d5669;
    content: "";
    font-family: "FontAwesome";
    padding: 0 8px;
}
.progress-list {
    float: left;
    font-size: 11px;
    padding: 0 5px;
    width: 100%;
}
.progress-list .progress {
    clear: both;
    margin-top: 20px;
}
.list-tags {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.list-tags li {
    display: block;
    float: left;
    position: relative;
}
.list-tags li a {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    color: #22262e;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 23px;
    margin: 0 5px 5px 0;
    padding: 0 8px;
}
.list-tags li a:hover {
    background: #f0f0f0 none repeat scroll 0 0;
    text-decoration: none;
}
.list-group {
    margin: 0;
}
.list-group .list-group-item {
    line-height: 20px;
}
.list-group .list-group-item .fa {
    margin-right: 10px;
}
.list-group .list-group-item .btn .fa {
    margin-right: 0;
}
.list-group .list-group-item .progress {
    margin: 5px 0;
}
.list-group .list-group-item.active .badge {
    color: #22262e;
}
.list-group .list-group-item:last-child {
    border-bottom: 0 none;
}
.list-group.list-group-simple {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
}
.list-group.list-group-simple .list-group-item {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    padding: 5px 10px;
}
.list-group.border-bottom .list-group-item:last-child {
    border-bottom: 1px solid #e5e5e5;
}
.list-group.list-group-navigation {
    border: 0 none;
    float: left;
    width: 100%;
}
.list-group.list-group-navigation .list-group-item {
    border-left: 0 none;
    border-radius: 0;
    border-right: 0 none;
}
.padding-0 .list-group {
    border: 0 none;
}
.padding-0 .list-group .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0;
}
.padding-0 .list-group .list-group-item:first-child {
    border-top: 0 none;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background: #1b1e24 none repeat scroll 0 0;
    border-color: #1b1e24;
}
.list-group-item {
    border-color: #e5e5e5;
}
a.list-group-item:hover, a.list-group-item:focus {
    background: #f9f9f9 none repeat scroll 0 0;
}
.list-group-contacts .list-group-item {
    padding: 10px;
}
.list-group-contacts .list-group-item img {
    border: 2px solid #f5f5f5;
    border-radius: 20%;
    margin-right: 10px;
    width: 40px;
}
.list-group-contacts .list-group-item .contacts-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}
.list-group-contacts .list-group-item p {
    line-height: 20px;
    margin-bottom: 0;
}
.list-group-contacts .list-group-item.active {
    background: #f5f5f5 none repeat scroll 0 0;
    border-color: #e5e5e5;
    color: #22262e;
}
.list-group-controls {
    position: absolute;
    right: 10px;
    top: 15px;
}
.list-group-status {
    float: left;
    height: 40px;
    margin-right: 10px;
    position: relative;
    width: 10px;
}
.list-group-status::after {
    border-radius: 20%;
    content: " ";
    height: 10px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 10px;
}
.list-group-status.status-online::after {
    background: #95b75d none repeat scroll 0 0;
}
.list-group-status.status-away::after {
    background: #1caf9a none repeat scroll 0 0;
}
.list-group-status.status-offline::after {
    background: #ccc none repeat scroll 0 0;
}
.friend {
    color: #22262e;
    display: block;
    float: left;
    font-weight: 600;
    opacity: 0.8;
    padding: 10px 0;
    text-align: center;
    transition: opacity 200ms ease-in-out 0s;
    width: 100%;
}
.friend img {
    border: 3px solid #f5f5f5;
    border-radius: 20%;
    width: 100%;
}
.friend span {
    display: block;
    font-size: 11px;
    line-height: 20px;
    margin-top: 5px;
}
.friend:hover {
    color: #1b1e24;
    opacity: 1;
    text-decoration: none;
}
.panel {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e5e5e5 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 0;
    border-style: solid none none;
    border-width: 2px 0 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.panel.panel-default {
    border-top-color: #f5f5f5;
    border-top-width: 1px;
}
.panel.panel-primary {
    border-top-color: #1b1e24;
}
.panel.panel-success {
    border-top-color: #95b75d;
}
.panel.panel-info {
    border-top-color: #1caf9a;
}
.panel.panel-warning {
    border-top-color: #1caf9a;
}
.panel.panel-danger {
    border-top-color: #e04b4a;
}
.panel.panel-colorful::before {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(left center , #e04b4a 0%, #1caf9a 50%, #95b75d 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    top: 0;
    width: 100%;
}
.panel .panel-heading {
    padding: 10px;
}
.panel .panel-heading .panel-title-image {
    border: 2px solid #d5d5d5;
    border-radius: 20%;
    float: left;
    margin-right: 5px;
    width: 30px;
}
.panel .panel-heading .panel-title {
    margin-left: 7px;
}
.panel .panel-heading .panel-title-box {
    float: left;
}
.panel .panel-heading .panel-title-box h3 {
    color: #1b1e24;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
    padding: 0;
}
.panel .panel-heading .panel-title-box span {
    color: #586377;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}
.panel .panel-heading, .panel .panel-footer, .panel .panel-body {
    float: left;
    width: 100%;
}
.panel .panel-body {
    padding: 15px;
    position: relative;
}
.panel .panel-body.scroll {
    padding-right: 0;
}
.panel .panel-body.panel-body-map {
    padding: 5px;
}
.panel .panel-body.panel-body-image {
    margin-bottom: 10px;
    padding: 0;
    position: relative;
}
.panel .panel-body.panel-body-image img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}
.panel .panel-body.panel-body-image .panel-body-inform {
    background: #1caf9a none repeat scroll 0 0;
    border-radius: 0;
    bottom: -15px;
    color: #fff;
    height: 30px;
    left: 50%;
    line-height: 30px;
    margin-left: -15px;
    padding-left: 1px;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    transform: rotate(45deg);
    width: 30px;
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-primary {
    background: #1b1e24 none repeat scroll 0 0;
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-success {
    background: #95b75d none repeat scroll 0 0;
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-warning {
    background: #1caf9a none repeat scroll 0 0;
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-danger {
    background: #e04b4a none repeat scroll 0 0;
}
.panel .panel-body.panel-body-image .panel-body-inform .fa {
    color: #fff;
    font-size: 16px;
    transform: rotate(-45deg);
}
.panel .panel-body.list-group {
    padding: 0;
}
.panel .panel-body.profile {
    border-radius: 5px 5px 0 0;
}
.panel .panel-body.panel-body-search {
    padding: 5px;
}
.panel .panel-body.panel-body-half .panel-body {
    height: 100%;
    width: 50%;
}
.panel .panel-body.panel-body-half .panel-body:nth-child(2n) {
    padding-left: 25px;
}
.panel .panel-body.panel-body-half .panel-body.panel-body-image {
    margin-bottom: 0;
}
.panel .panel-body.panel-body-half .panel-body.panel-body-image .panel-body-inform {
    bottom: auto;
    left: auto;
    margin-left: 0;
    margin-top: -15px;
    right: -15px;
    top: 50%;
}
.panel .panel-title {
    color: #1b1e24;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.panel .panel-footer {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f5f5f5 none repeat scroll 0 0;
    border-color: #e3e3e3 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    line-height: 30px;
    padding: 10px;
}
.panel-default .panel-heading, .panel-primary .panel-heading, .panel-success .panel-heading, .panel-info .panel-heading, .panel-warning .panel-heading, .panel-danger .panel-heading {
    background: #f5f5f5 none repeat scroll 0 0;
    border-color: #e5e5e5;
}
.panel-fullscreen-wrap {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.panel-fullscreen-wrap .panel {
    border-radius: 0;
    margin: 0;
}
.panel-fullscreen-wrap .panel .panel-body {
    overflow-y: scroll;
}
.panel-group {
    float: left;
    width: 100%;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0 none;
}
.panel-title > a {
    text-decoration: none;
}
.panel-group.accordion .panel-body {
    display: none;
}
.panel-group.accordion .panel-body.panel-body-open {
    display: block;
}
ul.panel-controls {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
ul.panel-controls > li {
    float: left;
}
ul.panel-controls > li > a {
    border: 1px solid #bbb;
    border-radius: 20%;
    color: #22262e;
    display: block;
    float: left;
    height: 30px;
    line-height: 28px;
    margin-left: 3px;
    text-align: center;
    transition: all 200ms ease 0s;
    width: 30px;
}
ul.panel-controls > li > a.control-primary {
    border-color: #1b1e24;
    color: #1b1e24;
}
ul.panel-controls > li > a.control-success {
    border-color: #95b75d;
    color: #95b75d;
}
ul.panel-controls > li > a.control-info {
    border-color: #1caf9a;
    color: #1caf9a;
}
ul.panel-controls > li > a.control-warning {
    border-color: #1caf9a;
    color: #1caf9a;
}
ul.panel-controls > li > a.control-danger {
    border-color: #e04b4a;
    color: #e04b4a;
}
ul.panel-controls > li > a:hover {
    border-color: #999;
    color: #1b1e24;
}
ul.panel-controls > li > a.rounded {
    border-radius: 0;
}
ul.panel-controls.panel-controls-title {
    margin-top: 3px;
}
.panel-hidden-controls ul.panel-controls > li > a {
    opacity: 0;
}
.panel-hidden-controls:hover ul.panel-controls > li > a {
    opacity: 0.8;
}
.panel-hidden-controls:hover ul.panel-controls > li > a:hover {
    opacity: 1;
}
ul.panel-controls > li.label-control .label, .label-form {
    display: inline-block;
    font-size: 11px;
    line-height: 12px;
    margin-top: 4px;
    padding: 5px 10px;
}
ul.panel-controls > li > .dropdown-menu {
    left: auto;
    right: 3px;
}
ul.panel-controls > li > .dropdown-menu::after, ul.panel-controls > li > .dropdown-menu::before {
    left: auto;
    right: 11px;
}
ul.panel-controls > li > .dropdown-menu::after {
    margin-left: auto;
    margin-right: -5px;
}
ul.panel-controls > li > .dropdown-menu::before {
    margin-left: auto;
    margin-right: -6px;
}
.panel-heading .label {
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    margin: 3px 0 3px 5px;
    padding: 4px 10px;
}
.panel-heading .label.pulsate {
    animation: 1s ease-out 0s normal none infinite running pulsate;
}
.panel.panel-primary .panel-body-pricing small {
    color: #1b1e24;
}
.panel.panel-success .panel-body-pricing small {
    color: #95b75d;
}
.panel.panel-info .panel-body-pricing small {
    color: #1caf9a;
}
.panel.panel-warning .panel-body-pricing small {
    color: #1caf9a;
}
.panel.panel-danger .panel-body-pricing small {
    color: #e04b4a;
}
.panel-body.panel-body-pricing h2 {
    font-size: 26px;
    font-weight: 400;
}
.panel-body.panel-body-pricing h2 small {
    text-transform: uppercase;
}
.panel-body.panel-body-pricing p {
    color: #666;
    font-size: 13px;
    margin-bottom: 15px;
}
.panel-body.panel-body-pricing p.text-muted {
    color: #aaa;
    font-size: 11px;
}
.panel-body.panel-body-pricing .fa {
    color: #eee;
}
.panel-refresh-layer {
    background: #fff none repeat scroll 0 0;
    font-size: 21px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 3;
}
.panel-refresh-layer img {
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
}
.panel-toggled .panel-body, .panel-toggled .panel-footer {
    display: none;
}
.x-navigation li > .panel {
    border-radius: 3px;
    border-top-width: 1px;
    display: none;
    left: 0;
    position: absolute;
    top: 56px;
    width: 400px;
    z-index: 3;
}
.x-navigation li > .panel.xn-drop-left {
    left: auto;
    right: 0;
}
.x-navigation li > .panel .panel-heading {
    padding: 5px 10px;
}
.x-navigation li > .panel .panel-heading .panel-title {
    font-size: 14px;
}
.x-navigation li > .panel .panel-footer {
    line-height: 30px;
    padding: 3px 10px;
}
.x-navigation li.active > .panel {
    display: block;
}
.x-navigation li > .panel::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e5e5e5;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: " ";
    height: 0;
    left: 20px;
    margin-left: -5px;
    pointer-events: none;
    position: absolute;
    top: -11px;
    width: 0;
}
.x-navigation li > .panel.xn-drop-left::after {
    left: auto;
    right: 20px;
}
.x-navigation li > .panel.dragged::after {
    display: none;
}
.x-navigation li > .panel.panel-primary::after {
    border-bottom-color: #1b1e24;
}
.x-navigation li > .panel.panel-info::after {
    border-bottom-color: #1caf9a;
}
.x-navigation li > .panel.panel-warning::after {
    border-bottom-color: #1caf9a;
}
.x-navigation li > .panel.panel-danger::after {
    border-bottom-color: #e04b4a;
}
.x-navigation li > .panel.panel-success::after {
    border-bottom-color: #95b75d;
}
.resizable-helper {
    border: 1px dashed #1b1e24;
}
.xn-panel-dragging .panel-heading:hover {
    cursor: move;
}
.ui-resizable-s {
    width: 98%;
}
.ui-resizable-e {
    height: 98%;
}
.ui-resizable-se {
    background: rgba(0, 0, 0, 0) url("../img/jquery/resize-icon.png") no-repeat scroll left top;
    bottom: 0;
    height: 16px;
    right: 0;
    text-indent: 0;
    width: 16px;
}
.user {
    float: left;
    line-height: 50px;
    width: 100%;
}
.user img {
    border: 3px solid #f5f5f5;
    border-radius: 20%;
    float: left;
    height: 50%;
    margin-right: 10px;
    width: 50px;
}
.user a {
    color: #1b1e24;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.user .btn {
    margin-top: 10px;
}
.btn {
    border-radius: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 4px 15px;
    transition: all 200ms ease 0s;
}
.btn.btn-lg, .btn-group-lg > .btn {
    font-size: 14px;
    padding: 8px 20px;
}
.btn.btn-sm, .btn-group-sm > .btn {
    font-size: 11px;
    padding: 2px 10px;
}
.btn.btn-xs, .btn-group-xs > .btn {
    font-size: 10px;
    padding: 0 5px;
}
.btn-default {
    border-color: #ddd;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.btn-danger {
    background-color: #e04b4a;
    border-color: #e04b4a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-color: #a43f3e;
    border-color: #a43f3e;
}
.btn-danger[disabled], .btn-danger.disabled {
    background: #c66968 none repeat scroll 0 0;
    border-color: #c36261;
}
.btn-warning {
    background-color: #fe970a;
    border-color: #fe970a;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-color: #fe970a;
    border-color: #fe970a;
}
.btn-warning[disabled], .btn-warning.disabled {
    background: #feb756 none repeat scroll 0 0;
    border-color: #feb34c;
}
.btn-success {
    background-color: #95b75d;
    border-color: #95b75d;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-color: #89ad4d;
    border-color: #89ad4d;
}
.btn-success[disabled], .btn-success.disabled {
    background: #acc780 none repeat scroll 0 0;
    border-color: #a7c479;
}
.btn-primary {
    background-color: #1b1e24;
    border-color: #1b1e24;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #101215;
    border-color: #101215;
}
.btn-primary[disabled], .btn-primary.disabled {
    background: #313641 none repeat scroll 0 0;
    border-color: #2c313b;
}
.btn-info {
    background-color: #1caf9a;
    border-color: #1caf9a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-color: #29b2e1;
    border-color: #29b2e1;
}
.btn-info[disabled], .btn-info.disabled {
    background: #6ccaea none repeat scroll 0 0;
    border-color: #63c7e9;
}
.btn-link {
    color: #1b1e24;
    font-weight: 600;
}
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active {
    color: #1b1e24;
}
.btn .fa, .btn .glyphicon {
    font-size: 14px;
    margin-right: 5px;
}
.btn.btn-rounded {
    background: transparent none repeat scroll 0 0;
    border-radius: 12px;
    border-width: 2px;
    color: #22262e;
    font-weight: 600;
    padding: 2px 10px;
}
.btn.btn-rounded.btn-default:hover, .btn.btn-rounded.btn-default:focus, .btn.btn-rounded.btn-default:active, .btn.btn-rounded.btn-default.active {
    border-color: #ccc;
    color: #333;
}
.btn.btn-rounded.btn-success {
    color: #95b75d;
}
.btn.btn-rounded.btn-success:hover, .btn.btn-rounded.btn-success:focus, .btn.btn-rounded.btn-success:active, .btn.btn-rounded.btn-success.active {
    border-color: #89ad4d;
    color: #89ad4d;
}
.btn.btn-rounded.btn-warning {
    color: #fe970a;
}
.btn.btn-rounded.btn-warning:hover, .btn.btn-rounded.btn-warning:focus, .btn.btn-rounded.btn-warning:active, .btn.btn-rounded.btn-warning.active {
    border-color: #fe970a;
    color: #fe970a;
}
.btn.btn-rounded.btn-info {
    color: #1caf9a;
}
.btn.btn-rounded.btn-info:hover, .btn.btn-rounded.btn-info:focus, .btn.btn-rounded.btn-info:active, .btn.btn-rounded.btn-info.active {
    border-color: #29b2e1;
    color: #29b2e1;
}
.btn.btn-rounded.btn-danger {
    color: #e04b4a;
}
.btn.btn-rounded.btn-danger:hover, .btn.btn-rounded.btn-danger:focus, .btn.btn-rounded.btn-danger:active, .btn.btn-rounded.btn-danger.active {
    border-color: #a43f3e;
    color: #a43f3e;
}
.btn.btn-rounded.btn-primary {
    color: #1b1e24;
}
.btn.btn-rounded.btn-primary:hover, .btn.btn-rounded.btn-primary:focus, .btn.btn-rounded.btn-primary:active, .btn.btn-rounded.btn-primary.active {
    border-color: #101215;
    color: #101215;
}
.btn:active, .btn.active {
    box-shadow: none;
}
.btn.btn-twitter {
    background: #1ab2e8 none repeat scroll 0 0;
    border-color: #1ab2e8;
}
.btn.btn-twitter:hover, .btn.btn-twitter:focus, .btn.btn-twitter:active, .btn.btn-twitter.active {
    background: #15a1d3 none repeat scroll 0 0;
}
.btn.btn-facebook {
    background: #3c599b none repeat scroll 0 0;
    border-color: #3c599b;
}
.btn.btn-facebook:hover, .btn.btn-facebook:focus, .btn.btn-facebook:active, .btn.btn-facebook.active {
    background: #354e89 none repeat scroll 0 0;
}
.btn.btn-google {
    background: #e04a39 none repeat scroll 0 0;
    border-color: #e04a39;
}
.btn.btn-google:hover, .btn.btn-google:focus, .btn.btn-google:active, .btn.btn-google.active {
    background: #dd3623 none repeat scroll 0 0;
}
.radio, .checkbox {
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.radio + .radio, .checkbox + .checkbox {
    margin-top: 0;
}
input[type="radio"], input[type="checkbox"] {
    margin: 2px 0 0;
}
.checkbox.pull-left, .checkbox.pull-right, .radio.pull-left, .radio.pull-right {
    width: auto;
}
.form-control {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    box-shadow: none;
    font-size: 12px;
    height: 30px;
    line-height: 18px;
}
.form-control:focus {
    background: #fff none repeat scroll 0 0;
    border-color: #c1c1c1;
    box-shadow: none;
}
.form-control[disabled], .form-control[readonly] {
    color: #ccc;
}
.form-control[disabled]:focus, .form-control[readonly]:focus {
    background: #eee none repeat scroll 0 0;
    border-color: #d5d5d5;
    color: #ccc;
}
.input-group-addon {
    background-color: #1b1e24;
    border-color: #1b1e24;
    color: #fff;
    font-size: 13px;
    line-height: 28px;
    min-width: 36px;
    padding: 0 10px;
    text-align: center;
}
.input-group-addon, .input-group-btn {
    vertical-align: bottom;
}
.form-group:last-child {
    margin-bottom: 0;
}
.form-group-separated {
    border-top: 1px dashed #d5d5d5;
}
.form-group-separated .form-group {
    border-bottom: 1px dashed #d5d5d5;
    margin-bottom: 0;
}
.form-group-separated .form-group [class^="col-md-"] {
    border-left: 1px dashed #d5d5d5;
    padding: 12px 10px;
}
.form-group-separated .form-group [class^="col-md-"]:first-child {
    border-left: 0 none;
}
.form-group-separated .form-group:last-child {
    border-bottom: 0 none;
}
.form-group-separated.panel-body {
    padding: 0;
}
.help-block {
    color: #aab2bd;
    margin-bottom: 0;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -2px;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    font-size: 16px;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    font-size: 11px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 0;
}
.has-feedback label ~ .form-control-feedback {
    top: 20px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success .form-control-feedback {
    color: #95b75d;
}
.has-success .form-control {
    border-color: #95b75d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning .form-control-feedback {
    color: #1caf9a;
}
.has-warning .form-control {
    border-color: #1caf9a;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error .form-control-feedback {
    color: #e04b4a;
}
.has-error .form-control {
    border-color: #e04b4a;
}
.form-control.error, .bootstrap-select.error > button {
    border-color: #e04b4a;
}
label {
    font-weight: 600;
}
label.error, label.valid {
    color: #e04b4a;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 3px;
    width: 100%;
}
.form-control.valid, .bootstrap-select.valid > button {
    border-color: #95b75d;
}
label.valid {
    color: #95b75d;
}
.control-label.text-left {
    text-align: left;
}
.label {
    font-weight: 500;
}
.badge {
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 8px;
}
.label-primary, .badge-primary {
    background-color: #1b1e24;
}
.label-success, .badge-success {
    background-color: #95b75d;
}
.label-info, .badge-info {
    background-color: #1caf9a;
}
.label-warning, .badge-warning {
    background-color: #1caf9a;
}
.label-danger, .badge-danger {
    background-color: #e04b4a;
}
.alert {
    float: left;
    line-height: 21px;
    margin-bottom: 10px;
    width: 100%;
}
.alert-success {
    background-color: #95b75d;
    border-color: #90b456;
    color: #fff;
}
.alert-info {
    background-color: #1caf9a;
    border-color: #36b7e3;
    color: #fff;
}
.alert-warning {
    background-color: #1caf9a;
    border-color: #fe9e19;
    color: #fff;
}
.alert-danger {
    background-color: #e04b4a;
    border-color: #af4342;
    color: #fff;
}
.dropdown-menu {
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    font-size: 12px;
    margin: 8px 0 0;
    padding: 0;
}
.dropdown-menu > li > a {
    border-bottom: 1px solid #e9e9e9;
    line-height: 20px;
    padding: 8px 15px;
}
.dropdown-menu > li:last-child > a {
    border-bottom: 0 none;
}
.dropdown-menu::after, .dropdown-menu::before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.dropdown-menu::after {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
    border-width: 5px;
    margin-left: -5px;
}
.dropdown-menu::before {
    border-color: rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) #e5e5e5;
    border-width: 6px;
    margin-left: -6px;
}
.dropup .dropdown-menu::after, .dropup .dropdown-menu::before {
    display: none;
}
.dropdown-header {
    border-bottom: 1px solid #e5e5e5;
    color: #777;
    padding: 10px 15px;
}
.dropdown-menu .fa {
    margin-right: 5px;
}
.dropdown-menu .divider {
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    padding: 15px 0 0;
}
.modal-content {
    border-radius: 0;
    border-width: 5px;
    box-shadow: none;
}
.modal-header {
    background: #f5f5f5 none repeat scroll 0 0;
    border-color: #d5d5d5;
    border-radius: 5px 5px 0 0;
    line-height: 30px;
    padding: 10px 10px 10px 15px;
}
.modal-header .close {
    margin-right: 5px;
    margin-top: 5px;
}
.modal-title {
    line-height: 30px;
}
.modal-body {
    padding: 15px;
}
.modal-footer {
    background: #f5f5f5 none repeat scroll 0 0;
    border-color: #d5d5d5;
    border-radius: 0 0 5px 5px;
    padding: 10px 15px;
}
.scCol {
    min-height: 30px;
}
.scPlaceholder {
    background: #fcfbf4 none repeat scroll 0 0;
    border: 1px dashed #999;
    border-radius: 3px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.page-title {
    float: left;
    padding: 5px 10px;
    width: 100%;
}
.page-title h2 {
    float: left;
    line-height: 30px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #1b1e24;
    margin: 0;
    padding: 0;
}
h1, .h1 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 15px;
}
h2, .h2 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}
h3, .h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
h3 small, .h3 small {
    line-height: 19px;
}
h4, .h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
h5, .h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 5px;
}
h6, .h6 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}
blockquote {
    border-left-color: #ccc;
    font-size: 12px;
    line-height: 20px;
}
blockquote p {
    line-height: 12px;
}
.blockquote-reverse, blockquote.pull-right {
    border-right-color: #ccc;
}
.blockquote-primary {
    border-left-color: #1b1e24;
}
.blockquote-success {
    border-left-color: #95b75d;
}
.blockquote-info {
    border-left-color: #1caf9a;
}
.blockquote-danger {
    border-left-color: #e04b4a;
}
.blockquote-warning {
    border-left-color: #1caf9a;
}
.text-title {
    border-bottom: 1px solid #f5f5f5;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0 5px;
}
.push-down-0 {
    margin-bottom: 0 !important;
}
.push-down-5 {
    margin-bottom: 5px !important;
}
.push-down-10 {
    margin-bottom: 10px !important;
}
.push-down-15 {
    margin-bottom: 15px !important;
}
.push-down-20 {
    margin-bottom: 20px !important;
}
.push-down-25 {
    margin-bottom: 25px !important;
}
.push-down-30 {
    margin-bottom: 30px !important;
}
.push-up-0 {
    margin-top: 0 !important;
}
.push-up-5 {
    margin-top: 5px !important;
}
.push-up-10 {
    margin-top: 10px !important;
}
.push-up-15 {
    margin-top: 15px !important;
}
.push-up-20 {
    margin-top: 20px !important;
}
.push-up-25 {
    margin-top: 25px !important;
}
.push-up-30 {
    margin-top: 30px !important;
}
.padding-0 {
    padding: 0 !important;
}
.padding-bottom-0 {
    padding-bottom: 0 !important;
}
.padding-top-0 {
    padding-top: 0 !important;
}
.text-muted {
    color: #ccd0d9 !important;
}
.text-primary {
    color: #1b1e24 !important;
}
.text-success {
    color: #95b75d !important;
}
.text-info {
    color: #1caf9a !important;
}
.text-warning {
    color: #1caf9a !important;
}
.text-danger {
    color: #e04b4a !important;
}
.bg-primary {
    background-color: #1b1e24;
    color: #fff;
}
.bg-success {
    background-color: #95b75d;
    color: #fff;
}
.bg-info {
    background-color: #1caf9a;
    color: #fff;
}
.bg-warning {
    background-color: #1caf9a;
    color: #fff;
}
.bg-danger {
    background-color: #e04b4a;
    color: #fff;
}
.twitter {
    border-color: #1ab2e8 !important;
    color: #1ab2e8 !important;
}
.twitter:hover {
    border-color: #48c2ed !important;
    color: #48c2ed !important;
}
.facebook {
    border-color: #3c599b !important;
    color: #3c599b !important;
}
.facebook:hover {
    border-color: #4f70bb !important;
    color: #4f70bb !important;
}
.line-height-30 {
    line-height: 30px;
}
.progress.progress-small {
    height: 5px;
}
.progress.progress-small .progress-bar {
    font-size: 0;
}
.progress-bar {
    background-color: #1b1e24;
}
.progress-bar-success {
    background-color: #95b75d;
}
.progress-bar-warning {
    background-color: #1caf9a;
}
.progress-bar-danger {
    background-color: #e04b4a;
}
.progress-bar-info {
    background-color: #1caf9a;
}
.progress-bar-colorful {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(left center , #e04b4a 0%, #1caf9a 50%, #95b75d 100%) repeat scroll 0 0;
}
.switch {
    cursor: pointer;
    position: relative;
}
.switch input {
    opacity: 0;
    position: absolute;
}
.switch input:checked + span::after {
    left: 21px;
}
.switch input:checked + span {
    background-color: #95b75d;
}
.switch input:disabled + span {
    background-color: #ccc;
}
.switch span {
    background-color: #e04b4a;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    display: inline-block;
    height: 30px;
    left: 0;
    position: relative;
    transition: all 200ms ease 0s;
    width: 50px;
}
.switch span::after {
    background-color: #fff;
    border-radius: 30px;
    bottom: 1px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    content: "";
    left: 1px;
    position: absolute;
    top: 1px;
    transition: all 200ms ease 0s;
    width: 26px;
}
.switch.switch-small {
    margin: 6px 0 4px;
}
.switch.switch-small input:checked + span::after {
    left: 11px;
}
.switch.switch-small span {
    border-radius: 20px;
    height: 20px;
    width: 30px;
}
.switch.switch-small span::after {
    width: 16px;
}
.pagination {
    margin: 10px 0;
    width: 100%;
}
.pagination > li > a, .pagination > li > span {
    border-color: #e5e5e5;
    border-radius: 3px;
    color: #22262e;
    margin-left: 3px;
}
.pagination > li > a:hover, .pagination > li > span:hover {
    color: #222;
}
.pagination > li.active > a, .pagination > li.active > a:hover {
    background: #1b1e24 none repeat scroll 0 0;
    border-color: #1b1e24;
    color: #fff;
}
.pagination.pagination-sm {
    margin: 0;
    width: auto;
}
.pagination.pagination-sm.push-down-20 {
    margin-bottom: 20px;
}
.pagination.pagination-sm.push-up-20 {
    margin-top: 20px;
}
.popover {
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
}
.popover-title {
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom-color: #e5e5e5;
}
.popover > .arrow, .popover > .arrow::after {
    border-width: 5px;
}
.popover.right > .arrow {
    left: -6px;
    margin-top: -6px;
}
.popover.right > .arrow::after {
    bottom: -5px;
}
.popover.top > .arrow {
    border-top-color: rgba(0, 0, 0, 0.5);
    bottom: -6px;
    margin-left: -6px;
}
.popover.top > .arrow::after {
    margin-left: -5px;
}
.popover.bottom > .arrow {
    border-bottom-color: rgba(0, 0, 0, 0.3);
    margin-left: -6px;
    top: -6px;
}
.popover.bottom > .arrow::after {
    margin-left: -5px;
}
.popover.left > .arrow {
    margin-top: -6px;
    right: -6px;
}
.popover.left > .arrow::after {
    bottom: -5px;
}
.tabs {
    float: left;
    margin-top: 40px;
    position: relative;
    width: 100%;
}
.nav-tabs, .nav-tabs.nav-justified {
    border-bottom: 0 none;
    margin-bottom: 0;
    margin-top: -40px;
    padding: 0 5px;
}
.block-head .nav-tabs {
    border-bottom: 0 none;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav-tabs > li > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f5f5f5 none repeat scroll 0 0;
    border-color: transparent -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 0;
    border-style: solid none none;
    border-width: 2px 0 0;
    color: #333;
    font-size: 14px;
    margin-right: 5px;
    padding: 9px 15px;
    transition: all 200ms ease 0s;
}
.nav-tabs > li:first-child > a {
    border-radius: 5px 0 0;
}
.nav-tabs > li > a:hover {
    background: #fff none repeat scroll 0 0;
    border-color: transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > .dropdown.active.open > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #1b1e24 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 3px 3px 0 0;
    border-style: solid none none;
    border-width: 2px 0 0;
}
.nav-tabs.nav-justified > li > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 0;
    border-style: solid none none;
    border-width: 2px 0 0;
    color: #333;
    transition: all 200ms ease 0s;
}
.nav-tabs.nav-justified > li > a:hover {
    background: transparent none repeat scroll 0 0;
    border-color: #1b1e24;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #1b1e24 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 3px 3px 0 0;
    border-style: solid none none;
    border-width: 2px 0 0;
}
.nav-tabs a .caret, .nav-tabs a:hover .caret {
    color: #1b1e24;
}
.nav-tabs-vertical .tabs {
    margin-top: 0;
}
.nav-tabs-vertical .nav-tabs {
    border-bottom: 0 none;
    float: left;
    left: 0;
    margin-top: 0;
    padding: 0;
    position: absolute;
    width: 150px;
}
.nav-tabs-vertical .nav-tabs > li {
    width: 100%;
}
.nav-tabs-vertical .nav-tabs > li > a {
    background: #fff none repeat scroll 0 0;
    border-left: 2px solid transparent;
    border-radius: 0;
    border-top: 0 none;
    width: 100%;
}
.nav-tabs-vertical .nav-tabs > li > a:hover {
    background: transparent none repeat scroll 0 0;
    border-left-color: #1b1e24;
}
.nav-tabs-vertical .nav-tabs > li.active > a, .nav-tabs-vertical .nav-tabs > li.active > a:hover, .nav-tabs-vertical .nav-tabs > li.active > a:focus, .nav-tabs-vertical .nav-tabs > .dropdown.active.open > a:hover {
    background: #f5f5f5 none repeat scroll 0 0;
    border-left: 2px solid #1b1e24;
    border-top: 0 none;
}
.nav-tabs-vertical .nav-tabs > li:first-child > a {
    border-top-left-radius: 3px;
}
.nav-tabs-vertical .nav-tabs > li:last-child > a {
    border-bottom-left-radius: 3px;
}
.nav-tabs-vertical .tab-content {
    margin-left: 150px;
    width: auto;
}
.nav-tabs-vertical .panel-body {
    padding-top: 10px;
}
.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-color: #e5e5e5;
    border-width: 1px;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background: #f8fafc none repeat scroll 0 0;
}
.table > thead > tr > th {
    background: #f1f5f9 none repeat scroll 0 0;
    color: #56688a;
    font-size: 12px;
}
.panel-body.panel-body-table {
    padding: 0;
}
.panel-body.panel-body-table h1, .panel-body.panel-body-table h2, .panel-body.panel-body-table h3, .panel-body.panel-body-table h4, .panel-body.panel-body-table h5, .panel-body.panel-body-table h6 {
    margin-bottom: 10px;
    padding-left: 10px;
}
.panel-body.panel-body-table .table {
    border: 0 none;
    margin-bottom: 0;
}
.panel-body.panel-body-table .table tr > td:first-child, .panel-body.panel-body-table .table tr > th:first-child {
    border-left: 0 none;
}
.panel-body.panel-body-table .table tr > td:last-child, .panel-body.panel-body-table .table tr > th:last-child {
    border-right: 0 none;
}
.panel-body.panel-body-table .table > tbody > tr:last-child > td {
    border-bottom: 0 none;
}
.panel-body.panel-body-table td, .panel-body.panel-body-table th {
    padding: 8px 10px;
}
.table.table-actions td {
    line-height: 28px;
}
.table .progress-small {
    margin: 7px 0 8px;
}
.dataTable {
    border-bottom: 1px solid #e5e5e5 !important;
    float: left;
    margin-bottom: 5px;
}
.dataTable div.checker, .dataTable div.radio {
    display: inherit;
}
.dataTables_wrapper {
    float: left;
    width: 100%;
}
.dataTables_length {
    border-bottom: 1px solid #e5e5e5;
    float: left;
    font-size: 12px;
    padding: 0 0 5px;
    width: 50%;
}
.dataTables_length label, .dataTables_filter label {
    font-weight: normal;
    height: auto;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.dataTables_length select {
    display: inline;
    margin: 0 5px;
    width: 70px;
}
.dataTables_filter {
    border-bottom: 1px solid #e5e5e5;
    float: right;
    font-size: 12px;
    padding: 0 0 5px;
    width: 50%;
}
.dataTables_filter label {
    float: right;
}
.dataTables_filter label input {
    display: inline;
    margin-left: 5px;
    width: 150px;
}
td.dataTables_empty {
    color: #333;
    font-size: 11px;
    text-align: center;
}
.dataTables_info {
    float: left;
    font-size: 12px;
    line-height: 30px;
    padding: 0;
}
.dataTables_paginate {
    float: right;
    padding: 0;
    text-align: right;
}
.dataTables_paginate a.paginate_disabled_previous, .dataTables_paginate a.paginate_disabled_next, .dataTables_paginate a.paginate_button, .paginate_enabled_next, .paginate_active, .paginate_enabled_previous {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #22262e;
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin-left: 3px;
    padding: 5px 10px;
    text-decoration: none;
}
.dataTables_paginate .paginate_enabled_next:hover, .dataTables_paginate a.paginate_button:hover, .dataTables_paginate .paginate_enabled_previous:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #222;
}
.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:hover {
    background: #1b1e24 none repeat scroll 0 0;
    border-color: #1b1e24;
    color: #fff;
}
.dataTables_paginate a.paginate_disabled_previous, .dataTables_paginate a.paginate_button_disabled, .dataTables_paginate a.paginate_disabled_next {
    color: #ccc;
    cursor: default;
}
.dataTables_paginate a.paginate_button_disabled:hover {
    box-shadow: none;
    color: #ccc;
}
.sorting_desc, .sorting_asc, .sorting {
    cursor: pointer;
    position: relative;
}
.sorting::before, .sorting_desc::before, .sorting_asc::before {
    display: block;
    float: right;
    font-family: "FontAwesome";
    height: 10px;
    opacity: 0.9;
    width: 10px;
}
.sorting::before {
    content: "";
    opacity: 0.3;
}
.sorting_desc::before {
    content: "";
}
.sorting_asc::before {
    content: "";
}
.sorting_asc_disabled::before, .sorting_desc_disabled::before {
    opacity: 0.1;
}
.icons-list {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}
.icons-list li {
    border: 1px solid #fff;
    display: block;
    float: left;
    font-size: 11px;
    height: 30px;
    line-height: 20px;
    padding: 5px;
    width: 25%;
}
.icons-list li:hover {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
}
.icons-list li span:first-child, .icons-list li i {
    color: #222;
    float: left;
    font-size: 18px;
    line-height: 20px;
    margin-right: 10px;
}
.icon-preview {
    color: #222;
    font-size: 88px;
    text-align: center;
}
.widget {
    border-radius: 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    float: left;
    list-style: outside none none;
    margin: 0 0 20px;
    min-height: 120px;
    padding: 15px 10px;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.widget.widget-padding-sm, .widget.widget-item-icon {
    padding: 10px 0 5px;
}
.widget.widget-np {
    padding: 0;
}
.widget.widget-no-subtitle {
    padding-top: 25px;
}
.widget.widget-carousel {
    padding-bottom: 0;
    padding-top: 10px;
}
.widget.widget-default {
    background: #ffffff none repeat scroll 0 0;
}
.widget.widget-primary {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #1b1e24 0%, #101215 100%) repeat scroll 0 0;
}
.widget.widget-success {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #95b75d 0%, #89ad4d 100%) repeat scroll 0 0;
}
.widget.widget-info {
    background: #1caf9a none repeat scroll 0 0 !important;
}
.widget.widget-warning {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #1caf9a 0%, #fe970a 100%) repeat scroll 0 0;
}
.widget.widget-danger {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e04b4a 0%, #a43f3e 100%) repeat scroll 0 0;
}
.widget .widget-title, .widget .widget-subtitle, .widget .widget-int, .widget .widget-big-int {
    float: left;
    text-align: center;
    width: 100%;
}
.widget .widget-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.widget .widget-subtitle {
    color: #eee;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 5px;
}
.widget .widget-int {
    font-family: arial;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
}
.widget .widget-big-int {
    font-size: 42px;
    font-weight: 300;
    line-height: 45px;
}
.widget .widget-item-left {
    float: left;
    margin-left: 10px;
    width: 100px;
}
.widget .widget-item-right {
    float: right;
    margin-right: 10px;
    width: 100px;
}
.widget.widget-item-icon .widget-item-left, .widget.widget-item-icon .widget-item-right {
    padding: 20px 0;
    text-align: center;
    width: 70px;
}
.widget.widget-item-icon .widget-item-left {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    padding-right: 10px;
}
.widget.widget-item-icon .widget-item-right {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 10px;
    padding-left: 10px;
}
.widget .widget-item-left .fa, .widget .widget-item-right .fa, .widget .widget-item-left .glyphicon, .widget .widget-item-right .glyphicon {
    font-size: 60px;
}
.widget .widget-data {
    padding-left: 120px;
}
.widget .widget-data-left {
    padding-right: 120px;
}
.widget.widget-item-icon .widget-data {
    padding-left: 90px;
}
.widget.widget-item-icon .widget-data-left {
    padding-left: 10px;
    padding-right: 90px;
}
.widget .widget-data .widget-title, .widget .widget-data-left .widget-title, .widget .widget-data .widget-subtitle, .widget .widget-data-left .widget-subtitle, .widget .widget-data .widget-int, .widget .widget-data-left .widget-int, .widget .widget-data .widget-big-int, .widget .widget-data-left .widget-big-int {
    text-align: left;
}
.widget .widget-controls a {
    border: 1px solid #fff;
    border-radius: 20%;
    color: #fff;
    height: 20px;
    line-height: 17px;
    opacity: 0.4;
    position: absolute;
    text-align: center;
    transition: all 200ms ease 0s;
    width: 20px;
}
.widget .widget-controls a.widget-control-left {
    left: 10px;
    top: 10px;
}
.widget .widget-controls a.widget-control-right {
    right: 10px;
    top: 10px;
}
.widget .widget-controls a:hover {
    opacity: 1;
}
.widget .widget-buttons {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    margin-top: 5px;
    padding-top: 3px;
    text-align: center;
    width: 100%;
}
.widget .widget-buttons a {
    display: inline-block;
    font-size: 21px;
    line-height: 30px;
    position: relative;
}
.widget .widget-buttons .col {
    float: left;
    width: 100%;
}
.widget .widget-buttons.widget-c2 .col {
    width: 50%;
}
.widget .widget-buttons.widget-c3 .col {
    width: 33.3333%;
}
.widget .widget-buttons.widget-c4 .col {
    width: 25%;
}
.widget .widget-buttons.widget-c5 .col {
    width: 20%;
}
.widget.widget-primary .widget-buttons a {
    border-color: #000000;
    color: #000000;
}
.widget.widget-primary .widget-buttons a:hover {
    color: #000000;
}
.widget.widget-success .widget-buttons a {
    border-color: #51672e;
    color: #51672e;
}
.widge.widget-success .widget-buttons a:hover {
    color: #435526;
}
.widget.widget-info .widget-buttons a {
    border-color: #eee;
    color: #eee;
}
.widget.widget-info .widget-buttons a:hover {
    color: #fff;
}
.widget.widget-warning .widget-buttons a {
    border-color: #a15e01;
    color: #a15e01;
}
.widget.widget-warning .widget-buttons a:hover {
    color: #874f01;
}
.widget.widget-danger .widget-buttons a {
    border-color: #5a2222;
    color: #5a2222;
}
.widget.widget-danger .widget-buttons a:hover {
    color: #471b1b;
}
.plugin-clock span {
    animation: 1s ease-out 0s normal none infinite running pulsate;
    margin-right: 2px;
    opacity: 0;
}
.widget.widget-default {
    color: #1b1e24;
}
.widget.widget-default .widget-subtitle {
    color: #1b1e24;
}
.widget.widget-default .widget-controls a {
    border-color: #1b1e24;
    color: #1b1e24;
}
.tile {
    border: 1px solid #d5d5d5;
    border-radius: 0;
    color: #fff;
    float: left;
    font-size: 38px;
    font-weight: 300;
    list-style: outside none none;
    margin: 0 0 20px;
    min-height: 100px;
    padding: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.tile.tile-valign {
    line-height: 75px;
}
.tile.tile-default {
    background: #fff none repeat scroll 0 0;
    color: #22262e;
}
.tile.tile-default:hover {
    background: #fafafa none repeat scroll 0 0;
}
.tile.tile-primary {
    background: #1b1e24 none repeat scroll 0 0;
    border-color: #1b1e24;
}
.tile.tile-primary:hover {
    background: #17191e none repeat scroll 0 0;
}
.tile.tile-success {
    background: #95b75d none repeat scroll 0 0;
    border-color: #95b75d;
}
.tile.tile-success:hover {
    background: #90b456 none repeat scroll 0 0;
}
.tile.tile-warning {
    background: #1caf9a none repeat scroll 0 0;
    border-color: #1caf9a;
}
.tile.tile-warning:hover {
    background: #fe9e19 none repeat scroll 0 0;
}
.tile.tile-danger {
    background: #e04b4a none repeat scroll 0 0;
    border-color: #e04b4a;
}
.tile.tile-danger:hover {
    background: #af4342 none repeat scroll 0 0;
}
.tile.tile-info {
    background: #1caf9a none repeat scroll 0 0;
    border-color: #1caf9a;
}
.tile.tile-info:hover {
    background: #36b7e3 none repeat scroll 0 0;
}
.tile:hover {
    color: #fff;
    text-decoration: none;
}
.tile.tile-default:hover {
    color: #22262e;
}
.tile .fa {
    font-size: 52px;
    line-height: 74px;
}
.tile p {
    font-size: 14px;
    margin: 0;
}
.tile .informer {
    color: #fff;
    font-size: 12px;
    left: 5px;
    line-height: 14px;
    position: absolute;
    top: 5px;
}
.tile .informer.informer-default {
    color: #fff;
}
.tile .informer.informer-primary {
    color: #1b1e24;
}
.tile .informer.informer-success {
    color: #95b75d;
}
.tile .informer.informer-info {
    color: #1caf9a;
}
.tile .informer.informer-warning {
    color: #1caf9a;
}
.tile .informer.informer-danger {
    color: #e04b4a;
}
.tile .informer .fa {
    font-size: 14px;
    line-height: 16px;
}
.tile .informer.dir-tr {
    left: auto;
    right: 5px;
}
.tile .informer.dir-bl {
    bottom: 5px;
    top: auto;
}
.tile .informer.dir-br {
    bottom: 5px;
    left: auto;
    right: 5px;
    top: auto;
}
.messages {
    float: left;
    width: 100%;
}
.messages .item {
    float: left;
    margin-bottom: 10px;
    opacity: 0;
    transition: all 200ms ease 0s;
    width: 100%;
}
.messages .item .text {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 10px;
}
.messages .item .text .heading {
    margin-bottom: 5px;
    width: 100%;
}
.messages .item .text .heading a {
    color: #1b1e24;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}
.messages .item .text .heading .date {
    color: #ccc;
    float: right;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
}
.messages .item .text:hover {
    border-color: #bbb;
}
.messages .item:nth-child(2n) .text {
    background: #f6f6f6 none repeat scroll 0 0;
}
.messages .item.item-visible {
    opacity: 1;
}
.messages.messages-img .item .image {
    float: left;
    width: 40px;
}
.messages.messages-img .item .image img {
    border: 2px solid #f5f5f5;
    border-radius: 20%;
    width: 40px;
}
.messages.messages-img .item .text {
    margin-left: 50px;
    position: relative;
}
.messages.messages-img .item .text::after, .messages.messages-img .item .text::before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 20px;
    width: 0;
}
.messages.messages-img .item .text::after {
    border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-width: 5px;
    margin-top: -5px;
}
.messages.messages-img .item .text::before {
    border-color: rgba(213, 213, 213, 0) #d5d5d5 rgba(213, 213, 213, 0) rgba(213, 213, 213, 0);
    border-width: 6px;
    margin-top: -6px;
}
.messages.messages-img .item .text:hover::before {
    border-right-color: #bbb;
}
.messages.messages-img .item.in .image {
    float: right;
}
.messages.messages-img .item.in .text {
    margin-left: 0;
    margin-right: 50px;
}
.messages.messages-img .item.in .text::after, .messages.messages-img .item.in .text::before {
    left: 100%;
    right: auto;
}
.messages.messages-img .item.in .text::after {
    border-left-color: #fff;
    border-right-color: transparent;
}
.messages.messages-img .item.in .text::before {
    border-left-color: #d5d5d5;
    border-right-color: transparent;
}
.messages.messages-img .item.in .text:hover::before {
    border-left-color: #bbb;
}
.contact-info {
    float: left;
    width: 100%;
}
.contact-info p {
    margin-bottom: 5px;
}
.contact-info strong {
    font-size: 13px;
}
.contact-info small {
    font-weight: 700;
}
.login-container {
    background: #1b1e24 url("../img/bg.png") repeat scroll left top;
    float: left;
    min-height: 100%;
    width: 100%;
}
.login-container .login-box {
    margin: 0 auto;
    padding-top: 100px;
    width: 400px;
}
.login-container .login-box .login-logo {
    background: rgba(0, 0, 0, 0) url("../img/logo.png") no-repeat scroll center top;
    float: left;
    height: 50px;
    margin-bottom: 10px;
    width: 100%;
}
.login-container .login-box .login-body {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-radius: 0;
    float: left;
    padding: 20px;
    width: 100%;
}
.login-container .login-box .login-body .login-title {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 20px;
}
.login-container .login-box .login-body .form-control {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border: 0 none;
    color: #ccc;
    height: auto;
    line-height: 20px;
    padding: 10px 15px;
}
.login-container .login-box .login-body .btn-link {
    border: 0 none;
    color: #fff;
}
.login-container .login-box .login-body .login-or {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    color: #fff;
    height: 25px;
    line-height: 25px;
    margin: 25px auto;
    position: relative;
    text-align: center;
    width: 40px;
}
.login-container .login-box .login-body .login-or::before {
    border-bottom: 10px solid rgba(0, 0, 0, 0.2);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -10px;
    width: 0;
}
.login-container .login-box .login-body .login-or::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.2);
    bottom: -10px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}
.login-container .login-box .login-body .login-subtitle {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0;
}
.login-container .login-box .login-body .login-subtitle a {
    color: #1caf9a;
}
.login-container .login-box .login-footer {
    color: #fff;
    float: left;
    padding: 10px;
    width: 100%;
}
.login-container .login-box .login-footer a {
    color: #fff;
}
.login-container.lightmode {
    background: rgba(0, 0, 0, 0) url("../img/backgrounds/wall_1.jpg") no-repeat scroll left top;
}
.login-container.lightmode .login-box .login-body {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}
.login-container.lightmode .login-box .login-body .form-control {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    color: #333;
}
.login-container.lightmode .login-box .login-subtitle a {
    color: #1b1e24;
}
.img-text {
    border: 3px solid #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
    margin: 0 10px 5px 0;
}
.timeline {
    float: left;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    width: 100%;
}
.timeline::before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    content: " ";
    height: 100%;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    width: 6px;
}
.timeline .timeline-item {
    clear: both;
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    z-index: 2;
}
.timeline .timeline-item.timeline-main {
    height: 40px;
    width: 50%;
}
.timeline .timeline-item .timeline-date {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    color: #1b1e24;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 7px 10px;
    position: absolute;
    right: -50px;
    text-align: center;
    top: 0;
    width: 100px;
}
.timeline .timeline-item .timeline-date a {
    color: #1b1e24;
}
.timeline .timeline-item .timeline-item-content {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    float: left;
    width: 95%;
}
.timeline .timeline-item .timeline-item-content::before, .timeline .timeline-item .timeline-item-content::after {
    border: medium solid transparent;
    content: " ";
    height: 0;
    left: 95%;
    pointer-events: none;
    position: absolute;
    top: 20px;
    width: 0;
}
.timeline .timeline-item .timeline-item-content::before {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
    border-width: 3px;
    margin-top: -3px;
}
.timeline .timeline-item .timeline-item-content::after {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
    border-width: 7px;
    margin-top: -7px;
}
.timeline .timeline-item .timeline-item-content .timeline-heading {
    float: left;
    line-height: 30px;
    padding: 10px 10px 5px;
    width: 100%;
}
.timeline .timeline-item .timeline-item-content .timeline-heading img {
    border: 2px solid #fff;
    border-radius: 20%;
    height: 30px;
    margin-right: 5px;
    width: 30px;
}
.timeline .timeline-item .timeline-item-content .timeline-heading a {
    color: #1b1e24;
    font-weight: 600;
}
.timeline .timeline-item .timeline-item-content .timeline-body {
    float: left;
    padding: 10px;
    width: 100%;
}
.timeline .timeline-item .timeline-item-content .timeline-body.comments {
    padding: 0;
}
.timeline .timeline-item .timeline-item-content .timeline-footer {
    background: #fff none repeat scroll 0 0;
    float: left;
    line-height: 20px;
    padding: 5px 10px;
    width: 100%;
}
.timeline .timeline-item .timeline-item-content .timeline-footer a {
    color: #1b1e24;
    font-size: 12px;
    margin-right: 10px;
    text-decoration: none;
}
.timeline .timeline-item .timeline-item-content .timeline-footer a:hover {
    color: #101215;
}
.timeline .timeline-item .timeline-item-content .timeline-footer .pull-right > a:last-child {
    margin-right: 0;
}
.timeline .timeline-item .timeline-item-info {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    font-size: 12px;
    font-weight: 600;
    left: 105%;
    line-height: 20px;
    padding: 7px 15px;
    position: absolute;
    text-align: center;
    width: 110px;
}
.timeline .timeline-item .timeline-item-icon {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 20%;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    color: #bbb;
    font-size: 20px;
    height: 40px;
    line-height: 34px;
    position: absolute;
    right: -20px;
    text-align: center;
    width: 40px;
}
.timeline .timeline-item:last-child {
    margin-bottom: 0;
}
.timeline .timeline-item.timeline-item-right {
    float: right;
}
.timeline .timeline-item.timeline-item-right .timeline-item-info {
    left: auto;
    right: 105%;
}
.timeline .timeline-item.timeline-item-right .timeline-item-info::before {
    left: 100%;
    right: auto;
}
.timeline .timeline-item.timeline-item-right .timeline-item-content {
    float: right;
}
.timeline .timeline-item.timeline-item-right .timeline-item-content::before, .timeline .timeline-item.timeline-item-right .timeline-item-content::after {
    border-left-color: transparent;
    border-right-color: #fff;
    left: auto;
    right: 95%;
}
.timeline .timeline-item.timeline-item-right .timeline-item-icon {
    left: -20px;
    right: auto;
}
.timeline.timeline-right::before {
    left: 160px;
}
.timeline.timeline-right .timeline-item {
    padding-left: 210px;
    width: 100%;
}
.timeline.timeline-right .timeline-item.timeline-main {
    padding-left: 0;
    width: 160px;
}
.timeline.timeline-right .timeline-item .timeline-item-content {
    width: 100%;
}
.timeline.timeline-right .timeline-item .timeline-item-content::before, .timeline.timeline-right .timeline-item .timeline-item-content::after {
    left: 196px;
    right: auto;
}
.timeline.timeline-right .timeline-item .timeline-item-content::before {
    border-width: 0;
}
.timeline.timeline-right .timeline-item .timeline-item-info {
    left: 0;
    right: auto;
}
.timeline.timeline-right .timeline-item .timeline-item-icon {
    left: 140px;
}
.comments {
    background: #eff7ff none repeat scroll 0 0;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.comments .comment-item {
    border-bottom: 1px solid #dbedff;
    float: left;
    line-height: 15px;
    padding: 10px 10px 8px;
    width: 100%;
}
.comments .comment-item img {
    border: 3px solid #fff;
    border-radius: 20%;
    float: left;
    height: 30px;
    margin: 0 10px 20px 0;
    width: 30px;
}
.comments .comment-item p {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 5px;
}
.comments .comment-item p.comment-head {
    font-size: 12px;
}
.comments .comment-item p.comment-head a {
    color: #333;
    font-size: 12px;
    font-weight: 600;
}
.comments .comment-item small {
    line-height: 10px;
}
.comments .comment-item:first-child {
    border-top: 1px solid #dbedff;
}
.comments .comment-write {
    float: left;
    padding: 5px;
    width: 100%;
}
.comments .comment-write .form-control {
    border-color: #d0e8ff;
}
.panel-body.tasks {
    padding: 10px;
}
.tasks {
    float: left;
    width: 100%;
}
.tasks .task-item {
    background: #fff none repeat scroll 0 0;
    border-left: 3px solid #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    float: left;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
}
.tasks .task-item:hover {
    background: #f9f9f9 none repeat scroll 0 0;
    cursor: pointer;
}
.tasks .task-item.task-complete {
    background: #fff2c5 none repeat scroll 0 0;
}
.tasks .task-item.task-primary {
    border-left-color: #1b1e24;
}
.tasks .task-item.task-success {
    border-left-color: #95b75d;
}
.tasks .task-item.task-info {
    border-left-color: #1caf9a;
}
.tasks .task-item.task-warning {
    border-left-color: #1caf9a;
}
.tasks .task-item.task-danger {
    border-left-color: #e04b4a;
}
.tasks .task-item .task-text {
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.tasks .task-item .task-footer {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #aaa;
    float: left;
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
    width: 100%;
}
.tasks .task-item .task-footer a {
    color: #aaa;
    display: block;
    float: left;
    font-size: 14px;
    margin-left: 10px;
}
.tasks .task-item .task-footer a:hover {
    color: #22262e;
}
.tasks .task-drop {
    border: 2px dashed #d5d5d5;
    border-radius: 0;
    float: left;
    font-size: 16px;
    line-height: 20px;
    padding: 30px 10px;
    text-align: center;
    width: 100%;
}
.tasks .task-drop:hover {
    cursor: pointer;
    opacity: 0.5;
}
.mpb {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    height: 5px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}
.mpb.bottom {
    bottom: 0;
    top: auto;
}
.mpb .mpb-progress {
    background: #fff none repeat scroll 0 0;
    display: block;
    float: left;
    height: 5px;
}
.mpb .mpb-progress.mpb-primary {
    background: #1b1e24 none repeat scroll 0 0;
}
.mpb .mpb-progress.mpb-warning {
    background: #1caf9a none repeat scroll 0 0;
}
.mpb .mpb-progress.mpb-success {
    background: #95b75d none repeat scroll 0 0;
}
.mpb .mpb-progress.mpb-info {
    background: #1caf9a none repeat scroll 0 0;
}
.mpb .mpb-progress.mpb-danger {
    background: #e04b4a none repeat scroll 0 0;
}
.search-results {
    float: left;
    width: 100%;
}
.search-results .sr-item {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    float: left;
    margin-bottom: 5px;
    padding: 10px 15px;
    width: 100%;
}
.search-results .sr-item .sr-item-title {
    color: #1b1e24;
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.search-results .sr-item .sr-item-link {
    color: #95b75d;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.search-results .sr-item p {
    color: #22262e;
    font-size: 13px;
    margin: 5px 0;
}
.search-results .sr-item p.sr-item-links {
    font-size: 11px;
}
.search-results .sr-item:last-child {
    margin-bottom: 20px;
}
.posts .post-item {
    border-bottom: 1px dashed #f5f5f5;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
}
.posts .post-item .post-title {
    color: #1b1e24;
    float: left;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
}
.posts .post-item .post-title a {
    color: #1b1e24;
    font-size: 25px;
}
.posts .post-item .post-date {
    color: #4d5669;
    float: left;
    font-size: 11px;
    line-height: 20px;
    margin: 5px 0 0;
    width: 100%;
}
.posts .post-item .post-date a {
    color: #4d5669;
}
.posts .post-item .post-date .fa {
    font-size: 12px;
    margin-right: 5px;
}
.posts .post-item .post-video {
    height: 0;
    margin-bottom: 6px;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
}
.posts .post-item .post-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.posts .post-item .post-text {
    float: left;
    font-size: 13px;
    margin: 10px 0;
    width: 100%;
}
.posts .post-item .post-row {
    float: left;
    font-size: 11px;
    width: 100%;
}
.posts .post-item .post-row .post-info {
    border: 1px solid #f5f5f5;
    color: #4d5669;
    float: left;
    font-size: 11px;
    line-height: 20px;
    padding: 5px 10px;
}
.posts .post-item:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.post-image {
    float: left;
    width: 400px;
}
.links {
    float: left;
    padding: 5px 10px;
    width: 100%;
}
.links a {
    color: #22262e;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
}
.links a .label {
    float: right;
    margin-top: 3px;
    padding: 5px 10px;
}
.links.small a {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}
.panel-body.faq {
    padding: 0;
}
.faq {
    float: left;
    width: 100%;
}
.faq .faq-item {
    border-bottom: 1px solid #f5f5f5;
    float: left;
    padding: 10px 15px;
    width: 100%;
}
.faq .faq-item .faq-title {
    color: #1b1e24;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding-left: 45px;
    position: relative;
    width: 100%;
}
.faq .faq-item .faq-title .fa {
    border: 1px solid #22262e;
    border-radius: 20%;
    color: #22262e;
    height: 30px;
    left: 0;
    line-height: 31px;
    margin-right: 15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}
.faq .faq-item .faq-text {
    color: #22262e;
    float: left;
    font-size: 13px;
    height: 0;
    line-height: 20px;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: all 200ms ease 0s;
    width: 100%;
}
.faq .faq-item .faq-text h5 {
    font-size: 14px;
    font-weight: 600;
}
.faq .faq-item.active {
    border-bottom: 1px solid #fff;
    padding-bottom: 0;
}
.faq .faq-item.active .faq-title .fa {
    line-height: 28px;
}
.faq .faq-item.active .faq-text {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 0;
    height: auto;
    margin-top: 10px;
    max-height: 500px;
    padding: 15px 20px;
}
.faq .faq-item:first-child {
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #f5f5f5;
}
.faq .faq-item:last-child {
    border-radius: 0 0 5px 5px;
    padding-bottom: 15px;
}
.faq .faq-highlight {
    background: #1caf9a none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    padding: 0 5px;
    text-decoration: underline;
}
.message-box {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.message-box.open {
    display: block;
}
.message-box .mb-container {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 35%;
    width: 100%;
}
.message-box .mb-container .mb-middle {
    color: #fff;
    left: 25%;
    position: relative;
    width: 50%;
}
.message-box .mb-container .mb-middle .mb-title {
    float: left;
    font-size: 31px;
    font-weight: 400;
    line-height: 36px;
    padding: 10px 0 0;
    width: 100%;
}
.message-box .mb-container .mb-middle .mb-title .fa, .message-box .mb-container .mb-middle .mb-title .glyphicon {
    float: left;
    font-size: 38px;
    margin-right: 10px;
}
.message-box .mb-container .mb-middle .mb-content {
    float: left;
    padding: 10px 0 0;
    width: 100%;
}
.message-box .mb-container .mb-middle .mb-content p {
    margin-bottom: 0;
}
.message-box .mb-container .mb-middle .mb-footer {
    float: left;
    padding: 10px 0;
    width: 100%;
}
.message-box.message-box-warning .mb-container {
    background: rgba(254, 162, 35, 0.9) none repeat scroll 0 0;
}
.message-box.message-box-danger .mb-container {
    background: rgba(182, 70, 69, 0.9) none repeat scroll 0 0;
}
.message-box.message-box-info .mb-container {
    background: rgba(63, 186, 228, 0.9) none repeat scroll 0 0;
}
.message-box.message-box-success .mb-container {
    background: rgba(149, 183, 93, 0.9) none repeat scroll 0 0;
}
.gallery {
    float: left;
    width: 100%;
}
.gallery .gallery-item {
    float: left;
    padding: 10px 5px;
    text-decoration: none;
    width: 25%;
}
.gallery .gallery-item .image {
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.gallery .gallery-item .image a {
    display: block;
}
.gallery .gallery-item .image::after, .gallery .gallery-item .image::before {
    border: 3px solid #fff;
    border-radius: 3px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.gallery .gallery-item .image::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    transition: all 200ms ease 0s;
    z-index: 2;
}
.gallery .gallery-item .image:hover::before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.gallery .gallery-item .image img {
    border-radius: 0;
    width: 100%;
}
.gallery .gallery-item .image .gallery-item-controls {
    display: block;
    list-style: outside none none;
    padding: 0;
    position: absolute;
    right: -60px;
    top: 3px;
    transition: all 200ms ease 0s;
    z-index: 2;
}
.gallery .gallery-item .image .gallery-item-controls li {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 30px;
    line-height: 26px;
    list-style: outside none none;
    text-align: center;
    width: 30px;
}
.gallery .gallery-item .image .gallery-item-controls li .check {
    margin: 4px 0;
}
.gallery .gallery-item .image .gallery-item-controls li .icheckbox_minimal-grey {
    margin-right: 0;
}
.gallery .gallery-item .image .gallery-item-controls li a, .gallery .gallery-item .image .gallery-item-controls li span {
    color: #bbb;
    font-size: 17px;
}
.gallery .gallery-item .image .gallery-item-controls li a:hover, .gallery .gallery-item .image .gallery-item-controls li span:hover {
    color: #22262e;
}
.gallery .gallery-item .image .gallery-item-controls li:first-child {
    border-radius: 0 0 0 3px;
}
.gallery .gallery-item .image .gallery-item-controls li:hover {
    background: #f5f5f5 none repeat scroll 0 0;
}
.gallery .gallery-item .meta {
    color: #22262e;
    line-height: 16px;
    margin-top: 5px;
    padding: 0 5px;
}
.gallery .gallery-item .meta strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
}
.gallery .gallery-item .meta span {
    color: #4d5669;
    display: block;
}
.gallery .gallery-item:hover .image .gallery-item-controls {
    right: 3px;
}
.gallery .gallery-item.active .image {
    box-shadow: 0 0 6px 0 rgba(51, 65, 78, 0.8);
}
.gallery .gallery-item.active .image .gallery-item-controls {
    right: 3px;
}
.dropzone.dropzone-mini {
    min-height: 150px;
}
.dropzone.dropzone-mini .dz-message {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    height: 120px;
    left: auto;
    margin: 0;
    padding: 0;
    position: relative;
    top: auto;
    width: 100%;
}
.dropzone.dropzone-mini .dz-message::after {
    content: "";
    font-family: FontAwesome;
    font-size: 88px;
    height: 80px;
    left: 50%;
    line-height: 80px;
    margin: 0 0 0 -40px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 26px;
    transition: all 200ms ease 0s;
    width: 80px;
}
.dropzone.dropzone-mini .dz-message:hover::after {
    opacity: 1;
}
.dropzone.dz-started .dz-message {
    display: none;
}
.error-container {
    margin: 50px auto 0;
    width: 500px;
}
.error-container .error-code {
    color: #333;
    float: left;
    font-size: 135px;
    font-weight: 300;
    line-height: 130px;
    text-align: center;
    width: 100%;
}
.error-container .error-text {
    color: #666;
    float: left;
    font-size: 26px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.error-container .error-subtext {
    color: #aaa;
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin: 30px 0 10px;
    text-align: center;
    width: 100%;
}
.error-container .error-actions {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.theme-settings {
    position: fixed;
    right: -200px;
    top: 200px;
    transition: all 400ms ease 0s;
    z-index: 3;
}
.theme-settings .ts-button {
    background: #1caf9a none repeat scroll 0 0;
    border-radius: 5px 0 0 5px;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    height: 36px;
    left: -36px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 36px;
}
.theme-settings .ts-body {
    background: rgba(28, 175, 154, 0.9) none repeat scroll 0 0;
    border-radius: 5px 0 0 5px;
    color: #fff;
    padding: 10px;
    width: 200px;
}
.theme-settings .ts-body .ts-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.theme-settings .ts-body .ts-title:first-child {
    margin-top: 0;
}
.theme-settings .ts-body .ts-row {
    margin-bottom: 5px;
}
.theme-settings.active {
    right: 0;
}
.theme-settings .ts-themes {
    margin-top: 10px;
    width: 100%;
}
.theme-settings .ts-themes a {
    display: inline-block;
    height: 30px;
    margin-bottom: 5px;
    margin-right: 6px;
    width: 30px;
}
.theme-settings .ts-themes a.active img {
    border: 2px solid #fff;
    height: 30px;
    width: 30px;
}
.to-top {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    color: #ccc;
    font-size: 23px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    transition: all 200ms ease 0s;
    width: 40px;
}
.to-top:hover {
    border-color: #1b1e24;
    color: #333;
}
.check {
    cursor: pointer;
    font-weight: 400;
    line-height: 20px;
    margin: 5px 0;
}
.check .icheckbox_minimal-grey, .check .iradio_minimal-grey {
    margin-right: 5px;
    margin-top: -2px;
}
.check.disabled {
    color: #aaa;
}
.icheckbox_minimal-grey, .iradio_minimal-grey {
    background: rgba(0, 0, 0, 0) url("../img/icheck/grey.png") no-repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 18px;
}
.icheckbox_minimal-grey {
    background-position: 0 0;
}
.icheckbox_minimal-grey.hover {
    background-position: -20px 0;
}
.icheckbox_minimal-grey.checked {
    background-position: -40px 0;
}
.icheckbox_minimal-grey.disabled {
    background-position: -60px 0;
    cursor: default;
}
.icheckbox_minimal-grey.checked.disabled {
    background-position: -80px 0;
}
.iradio_minimal-grey {
    background-position: -100px 0;
}
.iradio_minimal-grey.hover {
    background-position: -120px 0;
}
.iradio_minimal-grey.checked {
    background-position: -140px 0;
}
.iradio_minimal-grey.disabled {
    background-position: -160px 0;
    cursor: default;
}
.iradio_minimal-grey.checked.disabled {
    background-position: -180px 0;
}
.panel .panel-body.mail {
    padding: 0;
}
.mail {
    float: left;
    padding: 0;
    width: 100%;
}
.mail .mail-item {
    border-left: 2px solid #d5d5d5;
    float: left;
    line-height: 20px;
    padding: 10px 15px 10px 13px;
    width: 100%;
}
.mail .mail-item.mail-primary {
    border-left-color: #1b1e24;
}
.mail .mail-item.mail-info {
    border-left-color: #1caf9a;
}
.mail .mail-item.mail-success {
    border-left-color: #95b75d;
}
.mail .mail-item.mail-warning {
    border-left-color: #1caf9a;
}
.mail .mail-item.mail-danger {
    border-left-color: #e04b4a;
}
.mail .mail-item .mail-checkbox {
    float: left;
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
.mail .mail-item .mail-star {
    cursor: pointer;
    float: left;
    font-size: 16px;
    margin-right: 10px;
    text-align: center;
    width: 20px;
}
.mail .mail-item .mail-star.starred {
    color: #1caf9a;
}
.mail .mail-item .mail-star.starred .fa-star-o::before {
    content: "";
}
.mail .mail-item .mail-user {
    color: #1b1e24;
    float: left;
    font-size: 12px;
    font-weight: 600;
    width: 150px;
}
.mail .mail-item .mail-text {
    color: #22262e;
    float: left;
    font-size: 12px;
}
.mail .mail-item .mail-date {
    float: right;
    font-size: 12px;
}
.mail .mail-item .mail-attachments {
    color: #aaa;
    float: right;
    font-size: 12px;
    margin-right: 10px;
}
.mail .mail-item .mail-attachments.fa {
    font-size: 16px;
}
.mail .mail-item:nth-child(2n) {
    background: #f9f9f9 none repeat scroll 0 0;
}
.mail .mail-item.mail-unread {
    font-weight: 700;
}
.mail .mail-item.mail-unread .mail-user {
    font-weight: 700;
}
.mail-checkall {
    margin-right: 5px;
}
div.datepicker {
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 4px;
}
div.datepicker > div {
    display: none;
}
div.datepicker table {
    margin: 0;
    width: 100%;
}
div.datepicker td, div.datepicker th {
    height: 20px;
    text-align: center;
    width: 20px;
}
div.datepicker td.day:hover {
    background: #f5f5f5 none repeat scroll 0 0;
    cursor: pointer;
}
div.datepicker td.day.disabled {
    color: #ccc;
}
div.datepicker td.old, div.datepicker td.new {
    color: #999;
}
div.datepicker td.active, div.datepicker td.active:hover {
    background: #1b1e24 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
}
div.datepicker td span {
    cursor: pointer;
    display: block;
    float: left;
    height: 54px;
    line-height: 54px;
    margin: 2px;
    width: 31%;
}
div.datepicker td span:hover {
    background: #f5f5f5 none repeat scroll 0 0;
}
div.datepicker td span.active {
    background: #1b1e24 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
}
div.datepicker td span.old {
    color: #999;
}
div.datepicker th.switch {
    width: 145px;
}
div.datepicker th.next, div.datepicker th.prev {
    font-size: 12px;
}
div.datepicker thead tr:first-child th {
    cursor: pointer;
    padding: 8px 0;
}
div.datepicker thead tr:first-child th:hover {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 3px;
}
.input-append.date .add-on i, .input-prepend.date .add-on i {
    cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;
}
.datepicker.dropdown-menu::after, .datepicker.dropdown-menu::before {
    left: 16px;
}
.datepicker.datepicker-orient-left.dropdown-menu::after, .datepicker.datepicker-orient-left.dropdown-menu::before {
    left: auto;
    right: 16px;
}
.bootstrap-timepicker {
    position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    left: auto;
    right: 0;
}
.bootstrap-timepicker .add-on {
    cursor: pointer;
}
.bootstrap-timepicker .add-on i {
    display: inline-block;
    height: 16px;
    width: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top::before, .bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top::after {
    left: 15px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom::before {
    border-bottom: 0 none;
    border-top: 7px solid #e5e5e5;
    bottom: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom::after {
    border-bottom: 0 none;
    border-top: 6px solid #ffffff;
    bottom: -6px;
}
.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
    border-radius: 4px;
}
.bootstrap-timepicker-widget table {
    margin: 0;
    width: 100%;
}
.bootstrap-timepicker-widget table td {
    height: 30px;
    margin: 0;
    padding: 2px;
    text-align: center;
}
.bootstrap-timepicker-widget table td:not(.separator) {
    min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
    width: 100%;
}
.bootstrap-timepicker-widget table td a {
    border: 1px solid transparent;
    color: #333;
    display: inline-block;
    margin: 0;
    outline: 0 none;
    padding: 8px 0;
    width: 100%;
}
.bootstrap-timepicker-widget table td a:hover {
    background-color: #f5f5f5;
    text-decoration: none;
}
.bootstrap-timepicker-widget table td a i {
    color: #333;
    font-size: 6px;
    margin-top: 2px;
}
.bootstrap-timepicker-widget table td input {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 50px;
}
.bootstrap-timepicker-widget {
    display: block;
}
.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}
.colorpicker-saturation {
    background-image: url("../img/colorpicker/saturation.png");
    cursor: crosshair;
    float: left;
    height: 100px;
    width: 100px;
}
.colorpicker-saturation i {
    border: 1px solid #000;
    border-radius: 0;
    display: block;
    height: 5px;
    left: 0;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 0;
    width: 5px;
}
.colorpicker-saturation i b {
    border: 1px solid #fff;
    display: block;
    height: 5px;
    width: 5px;
}
.colorpicker-hue, .colorpicker-alpha {
    cursor: row-resize;
    float: left;
    height: 100px;
    margin-bottom: 4px;
    margin-left: 4px;
    width: 15px;
}
.colorpicker-hue i, .colorpicker-alpha i {
    background: #000 none repeat scroll 0 0;
    border-top: 1px solid #fff;
    display: block;
    height: 1px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 0;
    width: 100%;
}
.colorpicker-hue {
    background-image: url("../img/colorpicker/hue.png");
}
.colorpicker-alpha {
    background-image: url("../img/colorpicker/alpha.png");
    display: none;
}
.colorpicker {
    border-radius: 3px;
    left: 0;
    margin-top: 1px;
    min-width: 120px;
    padding: 4px;
    top: 0;
}
.colorpicker.dropdown-menu {
    margin-top: 8px;
}
.colorpicker div {
    position: relative;
}
.colorpicker.alpha {
    min-width: 140px;
}
.colorpicker.alpha .colorpicker-alpha {
    display: block;
}
.colorpicker-color {
    background-image: url("../img/colorpicker/alpha.png");
    background-position: 0 100%;
    clear: both;
    height: 10px;
    margin-top: 5px;
}
.colorpicker-color div {
    height: 10px;
}
.input-group.color .input-group-addon i {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    vertical-align: text-bottom;
    width: 16px;
}
.bootstrap-select {
}
.bootstrap-select > .btn {
    padding-right: 25px;
    width: 100%;
}
.error .bootstrap-select .btn {
    border: 1px solid #e04b4a;
}
.bootstrap-select.fit-width {
    width: auto !important;
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="span"] {
    display: inline-block;
    float: none;
    margin-bottom: 0;
    margin-left: 0;
}
.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group {
    margin-bottom: 0;
}
.bootstrap-select.form-control {
    border: medium none;
    margin-bottom: 0;
    padding: 0;
}
.bootstrap-select.btn-group.pull-right, .bootstrap-select.btn-group.pull-right[class*="span"], .row-fluid .bootstrap-select.btn-group.pull-right[class*="span"] {
    float: right;
}
.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}
.bootstrap-select.form-control:not([class*="span"]) {
    width: 100%;
}
.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 2051;
}
.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    text-align: left;
    width: 100%;
}
.bootstrap-select.btn-group .btn .caret {
    margin-top: -2px;
    position: absolute;
    right: 12px;
    top: 50%;
    vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled, .bootstrap-select.btn-group .dropdown-menu li.disabled > a {
    cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
    outline: medium none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
    width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
    box-sizing: border-box;
    min-width: 100%;
    z-index: 2000;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: static;
}
.bootstrap-select.btn-group .dropdown-menu dt {
    cursor: default;
    display: block;
    padding: 3px 20px;
}
.bootstrap-select.btn-group .div-contain {
    overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
    padding-left: 35px;
    position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
    cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
    display: inline-block;
    font-size: 11px;
    margin-top: 11px;
    position: absolute;
    right: 15px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
    display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
    color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle::before {
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: -4px;
    content: "";
    display: none;
    left: 9px;
    position: absolute;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle::after {
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: -4px;
    content: "";
    display: none;
    left: 10px;
    position: absolute;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle::before {
    border-bottom: 0 none;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    bottom: auto;
    top: -3px;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle::after {
    border-bottom: 0 none;
    border-top: 6px solid #ffffff;
    bottom: auto;
    top: -3px;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle::before {
    left: auto;
    right: 12px;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle::after {
    left: auto;
    right: 13px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle::before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle::after {
    display: block;
}
.bootstrap-select.btn-group .no-results {
    background: #f5f5f5 none repeat scroll 0 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 5px;
    padding: 8px;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    bottom: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    box-sizing: border-box;
    margin: 0 2%;
    min-height: 26px;
    opacity: 0.9;
    padding: 3px 5px;
    pointer-events: none;
    position: absolute;
    width: 96%;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
    margin-top: -1px;
    position: static;
    top: auto;
}
.control-group.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}
.bootstrap-select-searchbox, .bootstrap-select .bs-actionsbox {
    padding: 4px 8px;
}
.bootstrap-select .bs-actionsbox {
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.bootstrap-select .bs-actionsbox .btn-group button {
    width: 50%;
}
.bootstrap-select-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}
.bootstrap-select-searchbox input {
    margin-bottom: 0;
}
.mobile-device {
    display: block !important;
    height: 100% !important;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.formError {
    z-index: 990;
}
.formError .formErrorContent {
    z-index: 991;
}
.formError .formErrorArrow {
    z-index: 996;
}
.ui-dialog .formError {
    z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
    z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
    z-index: 5006;
}
.inputContainer {
    float: left;
    position: relative;
}
.formError {
    cursor: pointer;
    display: block;
    left: 300px;
    position: absolute;
    text-align: left;
    top: 300px;
}
.formError.inline {
    display: inline-block;
    left: 0;
    position: relative;
    top: 0;
}
.ajaxSubmit {
    background: #55ea55 none repeat scroll 0 0;
    border: 1px solid #999;
    display: none;
    padding: 20px;
}
.formError .formErrorContent {
    background: #111111 none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    min-width: 120px;
    padding: 4px 10px;
    position: relative;
    width: 100%;
}
.greenPopup .formErrorContent {
    background: #95b75d none repeat scroll 0 0;
}
.blackPopup .formErrorContent {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.formError .formErrorArrow {
    margin: -2px 0 0 13px;
    position: relative;
    width: 15px;
}
body[dir="rtl"] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
    margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
    margin: 0 0 0 12px;
    top: 2px;
}
.formError .formErrorArrow div {
    background: #111111 none repeat scroll 0 0;
    display: block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 0 auto;
}
.greenPopup .formErrorArrow div {
    background: #95b75d none repeat scroll 0 0;
}
.blackPopup .formErrorArrow div {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.formError .formErrorArrow .line10 {
    border: medium none;
    width: 13px;
}
.formError .formErrorArrow .line9 {
    border: medium none;
    width: 11px;
}
.formError .formErrorArrow .line8 {
    width: 11px;
}
.formError .formErrorArrow .line7 {
    width: 9px;
}
.formError .formErrorArrow .line6 {
    width: 7px;
}
.formError .formErrorArrow .line5 {
    width: 5px;
}
.formError .formErrorArrow .line4 {
    width: 3px;
}
.formError .formErrorArrow .line3 {
    width: 1px;
}
.formError .formErrorArrow .line2 {
    border: medium none;
    width: 0;
}
.formError .formErrorArrow .line1 {
    border: medium none;
    width: 0;
}
.ui-rangeSlider {
    height: 22px;
    margin-top: 4px;
}
.ui-rangeSlider .ui-rangeSlider-innerBar {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 16px;
    margin: 3px 6px;
}
.ui-rangeSlider .ui-rangeSlider-handle {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #1b1e24;
    border-radius: 20%;
    cursor: col-resize;
    height: 22px;
    width: 22px;
}
.ui-rangeSlider .ui-rangeSlider-bar {
    background: #e5e5e5 none repeat scroll 0 0;
    border-radius: 10px;
    cursor: grab;
    height: 20px;
    margin: 1px 0;
}
.ui-rangeSlider .ui-rangeSlider-bar.ui-draggable-dragging {
    cursor: grabbing;
}
.ui-rangeSlider-arrow, .ui-rangeSlider-arrow-inner {
    display: none;
}
.ui-rangeSlider-container {
    height: 22px;
}
.ui-rangeSlider-withArrows .ui-rangeSlider-container {
    margin: 0 11px;
}
.ui-rangeSlider-noArrow .ui-rangeSlider-container {
    margin: 0;
}
.ui-rangeSlider-label {
    background: #1b1e24 none repeat scroll 0 0;
    border-radius: 0;
    bottom: 26px;
    color: #fff;
    cursor: col-resize;
    font-size: 11px;
    margin: 0;
    padding: 5px 8px;
    white-space: nowrap;
}
.ui-rangeSlider-label-inner {
    display: none;
}
input.ui-editRangeSlider-inputValue {
    text-align: center;
    vertical-align: middle;
    width: 3em;
}
.wizard .anchor {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.wizard .anchor::after {
    background: #d5d5d5 none repeat scroll 0 0;
    border-radius: 1px;
    bottom: 0;
    content: " ";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.wizard .anchor li {
    display: block;
    float: left;
}
.wizard .anchor li a {
    color: #22262e;
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px 15px 0;
    position: relative;
    text-decoration: none;
}
.wizard .anchor li a .stepNumber {
    display: none;
}
.wizard .anchor li a .stepDesc {
    font-weight: 400;
}
.wizard .anchor li a .stepDesc small {
    color: #999;
    font-weight: 300;
}
.wizard .anchor li a::before {
    background: #d5d5d5 none repeat scroll 0 0;
    bottom: 0;
    content: " ";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 200ms ease 0s;
    width: 100%;
    z-index: 2;
}
.wizard .anchor li a::after {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #d5d5d5;
    border-radius: 20%;
    bottom: -10px;
    color: #ddd;
    content: " ";
    height: 22px;
    left: 0;
    line-height: 17px;
    position: absolute;
    text-align: center;
    transition: all 200ms ease 0s;
    width: 22px;
    z-index: 3;
}
.wizard .anchor li a.done::after {
    border-color: #95b75d;
    color: #95b75d;
    content: "";
    font-family: FontAwesome;
    font-size: 10px;
}
.wizard .anchor li a.done::before {
    background: #95b75d none repeat scroll 0 0;
}
.wizard .anchor li a.error::after {
    border-color: #e04b4a;
    color: #e04b4a;
    content: "";
    font-family: FontAwesome;
    font-size: 10px;
}
.wizard .anchor li a.error::before {
    background: #e04b4a none repeat scroll 0 0;
}
.wizard .anchor li a.selected::after {
    border-color: #1b1e24;
    color: #1b1e24;
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    padding-left: 2px;
}
.wizard .anchor li a.selected::before {
    background: #1b1e24 none repeat scroll 0 0;
}
.wizard .stepContainer, .wizard .actionBar {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.wizard .actionBar {
    margin-top: 20px;
}
.wizard .actionBar .btn.pull-right {
    margin-left: 5px;
}
.wizard .actionBar .btn-primary {
    display: none;
}
.wizard .actionBar .loader {
    display: none;
}
.wizard .anchor.steps_1 li {
    width: 100%;
}
.wizard .anchor.steps_2 li {
    width: 50%;
}
.wizard .anchor.steps_3 li {
    width: 33.3333%;
}
.wizard .anchor.steps_4 li {
    width: 25%;
}
.wizard .anchor.steps_5 li {
    width: 20%;
}
.wizard .anchor.steps_6 li {
    width: 16.6667%;
}
.wizard .anchor.steps_7 li {
    width: 14.2857%;
}
.wizard .anchor.steps_8 li {
    width: 12.5%;
}
.owl-carousel .owl-wrapper::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    transition: height 500ms ease-in-out 0s;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-carousel .owl-item > div {
    float: left;
    width: 100%;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -moz-user-select: none;
}
.grabbing {
    cursor: url("../img/owl/grabbing.png") 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    backface-visibility: hidden;
    transform: translate3d(0px, 0px, 0px);
}
.owl-theme .owl-controls {
    text-align: center;
}
.owl-theme .owl-controls .owl-pagination {
    height: 22px;
    line-height: 22px;
}
.owl-theme .owl-controls .owl-buttons div {
    background: #222 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 5px;
    opacity: 0.2;
    padding: 3px 10px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 0.5;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: #222 none repeat scroll 0 0;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.2;
    width: 12px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 0.5;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    height: auto;
    padding: 2px 10px;
    width: auto;
}
.owl-item.loading {
    background: rgba(0, 0, 0, 0) url("../img/owl/AjaxLoader.gif") no-repeat scroll center center;
    min-height: 150px;
}
.jvectormap-label {
    background: #1b1e24 none repeat scroll 0 0;
    border: 1px solid #1b1e24;
    border-radius: 3px;
    color: white;
    display: none;
    font-family: sans-serif,Verdana;
    font-size: smaller;
    opacity: 0.9;
    padding: 3px;
    position: absolute;
    z-index: 15;
}
.jvectormap-zoomin, .jvectormap-zoomout {
    background: #1b1e24 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    height: 16px;
    left: 10px;
    line-height: 10px;
    padding: 3px;
    position: absolute;
    text-align: center;
    width: 16px;
}
.jvectormap-zoomin {
    top: 10px;
}
.jvectormap-zoomout {
    top: 30px;
}
div.tagsinput {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    min-height: 30px;
    overflow-y: auto;
    width: 100%;
}
div.tagsinput span.tag {
    background: #1b1e24 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: left;
    line-height: 20px;
    margin: 2px 0 2px 2px;
    padding: 2px 5px 2px 20px;
    position: relative;
    text-decoration: none;
}
div.tagsinput span.tag a {
    color: #fff;
    height: 20px;
    left: 5px;
    opacity: 0.5;
    position: absolute;
    text-decoration: none;
    width: 15px;
}
div.tagsinput span.tag a:hover {
    opacity: 1;
}
div.tagsinput span.tag a::before {
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 20px;
    position: absolute;
}
div.tagsinput input {
    border: 0 none;
    height: 20px;
    line-height: 20px;
    margin: 4px 5px;
    width: 80px;
}
div.tagsinput div {
    display: block;
    float: left;
}
.tags_clear {
    clear: both;
    height: 0;
    width: 100%;
}
.not_valid {
    background: #e04b4a none repeat scroll 0 0 !important;
    border-radius: 3px;
    color: #fff !important;
    padding: 0 5px;
}
.sparkline {
    display: inline-block;
    position: relative;
}
.jqstooltip {
    border: 0 none !important;
    display: block !important;
    padding: 0 !important;
}
.jqsfield {
    display: inline-block;
    line-height: 13px;
    padding: 4px 5px 5px;
}
.calendar {
    float: left;
    margin-bottom: 0;
}
.fc-toolbar {
    margin-bottom: 5px;
}
.fc-toolbar h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}
.fc-day {
    background: #fff none repeat scroll 0 0;
}
.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active, .fc-toolbar button:focus, .fc-toolbar button:hover, .fc-toolbar .ui-state-hover {
    z-index: 0;
}
.fc-widget-header, .fc-widget-content {
    border: 1px solid #d5d5d5;
}
.fc th.fc-widget-header {
    background: #f5f5f5 none repeat scroll 0 0;
    font-size: 10px;
    line-height: 20px;
    padding: 5px;
    text-transform: uppercase;
}
.fc-button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    color: #555;
}
.fc-text-arrow, .fc-text-arrow {
    font-family: arial;
    font-size: 16px;
}
.fc-state-hover {
    background: #f5f5f5 none repeat scroll 0 0;
}
.fc-state-highlight, .fc-cell-overlay {
    background: #f0f0f0 none repeat scroll 0 0;
}
.fc-event {
    font-size: 11px;
    padding: 3px 5px;
    text-align: center;
}
.fc-event-skin.red, .fc-event.red {
    background-color: #e04b4a;
    border-color: #a43f3e;
}
.fc-event-skin.green, .fc-event.green {
    background-color: #95b75d;
    border-color: #89ad4d;
}
.fc-event-skin.orange, .fc-event.orange {
    background-color: #1caf9a;
    border-color: #fe970a;
}
.fc-event-skin.blue, .fc-event.blue {
    background-color: #1caf9a;
    border-color: #29b2e1;
}
.file-input-wrapper input[type="file"], .file-input-wrapper input[type="file"]:focus, .file-input-wrapper input[type="file"]:hover {
    cursor: pointer;
    left: 0;
    opacity: 0;
    outline: 0 none;
    position: absolute;
    top: 0;
    z-index: 99;
}
.file-input-name {
    margin-left: 10px;
}
.morris-hover {
    position: absolute;
    z-index: 1000;
}
.morris-hover.morris-default-style {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: 2px solid rgba(230, 230, 230, 0.8);
    border-radius: 10px;
    color: #666;
    font-family: sans-serif;
    font-size: 12px;
    padding: 6px;
    text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
    margin: 0.1em 0;
    white-space: nowrap;
}
.tour-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1100;
}
.tour-step-backdrop {
    background: inherit;
    position: relative;
    z-index: 1101;
}
.tour-step-background {
    background: inherit;
    border-radius: 6px;
    position: absolute;
    z-index: 1100;
}
.popover[class*="tour-"] {
    z-index: 1100;
}
.popover[class*="tour-"] .popover-navigation {
    padding: 9px 14px;
}
.popover[class*="tour-"] .popover-navigation [data-role="end"] {
    float: right;
}
.popover[class*="tour-"] .popover-navigation [data-role="prev"], .popover[class*="tour-"] .popover-navigation [data-role="next"], .popover[class*="tour-"] .popover-navigation [data-role="end"] {
    cursor: pointer;
}
.popover[class*="tour-"] .popover-navigation [data-role="prev"] .disabled, .popover[class*="tour-"] .popover-navigation .disabled[data-role="next"], .popover[class*="tour-"] .popover-navigation [data-role="end"] .disabled {
    cursor: default;
}
.popover[class*="tour-"] .orphan {
    margin-top: 0;
    position: fixed;
}
.popover.orphan[class*="tour-"] .arrow {
    display: none;
}
.bootstro-next-btn {
    float: right;
}
.bootstro-prev-btn {
    float: left;
}
.bootstro-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
}
.bootstro-highlight {
    color: #111;
    position: relative;
    z-index: 9999;
}
.bootstro-highlight h1, .bootstro-highlight h2, .bootstro-highlight h3, .bootstro-highlight h4, .bootstro-highlight h5, .bootstro-highlight h6, .bootstro-highlight .h1, .bootstro-highlight .h2, .bootstro-highlight .h3, .bootstro-highlight .h4, .bootstro-highlight .h5, .bootstro-highlight .h6 {
    color: #000;
}
.bootstro-finish-btn-wrapper {
    clear: both;
    padding-top: 10px;
    text-align: center;
}
.bootstro-nav-wrapper {
    margin-top: 10px;
}
.bootstro-nav-wrapper button, .bootstro-finish-btn-wrapper button {
    font-size: 12px !important;
    font-weight: 400;
    padding: 3px 5px !important;
}
.file-input {
    overflow-x: auto;
}
.file-loading {
    background: transparent url("../img/fileinput/loading.gif") no-repeat scroll left top;
    border: medium none;
    color: #fff;
    font-size: 999px;
    height: 25px;
    right: 0;
    text-align: right;
    top: 0;
    width: 25px;
}
.btn-file {
    overflow: hidden;
    position: relative;
}
.btn-file input[type="file"] {
    background: transparent none repeat scroll 0 0;
    cursor: inherit;
    display: block;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.file-caption .glyphicon {
    display: inline-block;
    float: left;
    margin-top: 2px;
    min-width: 18px;
}
.file-caption-name {
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;
}
.file-error-message {
    background-color: #f2dede;
    border-radius: 0;
    color: #a94442;
    padding: 5px;
    text-align: center;
}
.file-caption-disabled {
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1;
}
.file-input .btn .disabled, .file-input .btn[disabled] {
    cursor: not-allowed;
}
.file-preview {
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
}
.file-preview-frame {
    border: 1px solid #d5d5d5;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    display: table;
    float: left;
    height: 160px;
    margin: 10px;
    padding: 3px;
    text-align: center;
}
.file-preview-frame:hover {
    background-color: #f5f5f5;
}
.file-preview-image {
    height: 150px;
}
.file-preview-text {
    color: #428bca;
    display: table-cell;
    font-size: 11px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    width: 150px;
}
.file-preview-other {
    display: table-cell;
    font-family: Monaco,Consolas,monospace;
    font-size: 11px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    width: 150px;
}
.file-input-new .close, .file-input-new .file-preview, .file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button, .file-input-new .glyphicon-file {
    display: none;
}
.loading {
    background: transparent url("../img/loading.gif") no-repeat scroll center center content-box !important;
}
.wrap-indicator {
    color: #245269;
    cursor: pointer;
    font-weight: 700;
}
.dtrange {
    border: 1px solid #bbb;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    line-height: 28px;
    padding: 0 10px;
}
.dtrange:hover {
    background-color: #f9f9f9;
}
.daterangepicker.dropdown-menu {
    border: 1px solid #d5d5d5;
    max-width: none;
    z-index: 3000;
}
.daterangepicker.dropdown-menu::before, .daterangepicker.dropdown-menu::after {
    display: none;
}
.daterangepicker.opensleft .ranges, .daterangepicker.opensleft .calendar {
    float: left;
    margin: 4px;
}
.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar {
    float: right;
    margin: 4px;
}
.daterangepicker .ranges {
    text-align: left;
    width: 160px;
}
.daterangepicker .ranges .range_inputs > div {
    float: left;
}
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
    padding-left: 11px;
}
.daterangepicker .calendar {
    display: none;
    max-width: 270px;
    width: auto;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
    min-width: 32px;
    text-align: center;
    white-space: nowrap;
}
.daterangepicker .ranges label {
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    text-shadow: 1px 1px 0 #fff;
    text-transform: uppercase;
    width: 74px;
}
.daterangepicker .ranges input {
    font-size: 11px;
}
.daterangepicker .ranges .input-mini {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 10px;
    padding: 0 6px;
    vertical-align: middle;
    width: 74px;
}
.daterangepicker .ranges ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.daterangepicker .ranges li {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    color: #22262e;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 8px;
    padding: 3px 12px;
}
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #1b1e24 none repeat scroll 0 0;
    border: 1px solid #1b1e24;
    color: #fff;
}
.daterangepicker .calendar-date {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
}
.daterangepicker .calendar-time {
    line-height: 30px;
    margin: 8px auto 0;
    text-align: center;
}
.daterangepicker {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    left: 20px;
    margin-top: 1px;
    padding: 4px;
    position: absolute;
    top: 100px;
}
.daterangepicker table {
    margin: 0;
    width: 100%;
}
.daterangepicker td, .daterangepicker th {
    border-radius: 4px;
    cursor: pointer;
    height: 20px;
    text-align: center;
    white-space: nowrap;
    width: 20px;
}
.daterangepicker td.off {
    color: #999;
}
.daterangepicker td.disabled {
    color: #999;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background: #d5d5d5 none repeat scroll 0 0;
}
.daterangepicker td.in-range {
    background: #8c96aa none repeat scroll 0 0;
    border-radius: 0;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #22262e;
    border-color: #22262e;
    color: #fff;
}
.daterangepicker td.week, .daterangepicker th.week {
    color: #ccc;
    font-size: 80%;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    cursor: default;
    font-size: 12px;
    height: auto;
    margin: 0;
    padding: 1px;
}
.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}
.daterangepicker select.yearselect {
    width: 40%;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.ampmselect {
    margin-bottom: 0;
    width: 50px;
}
.tocify {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    max-height: 90%;
    overflow: auto;
    position: fixed;
    width: 20%;
}
.tocify ul, .tocify li {
    border: medium none;
    line-height: 30px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.tocify ul.tocify-header > li > a {
    border-bottom: 1px solid #e5e5e5;
}
.tocify ul.tocify-subheader {
    display: none;
}
.tocify ul.tocify-subheader li.tocify-item a {
    background: #f5f5f5 none repeat scroll 0 0;
}
.tocify ul.tocify-subheader li.tocify-item a:hover {
    background: #f0f0f0 none repeat scroll 0 0;
}
.tocify ul.tocify-subheader li.tocify-item.active a {
    background: #1b1e24 none repeat scroll 0 0;
}
.tocify li.tocify-item a {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
}
.tocify li.tocify-item a:hover {
    background: #f5f5f5 none repeat scroll 0 0;
}
.tocify li.tocify-item.active a {
    background: #1b1e24 none repeat scroll 0 0;
    color: #fff;
}
.tocify-header {
    text-indent: 10px;
}
.tocify-subheader {
    text-indent: 20px;
}
.tocify-subheader li {
    font-size: 12px;
}
.tocify-subheader .tocify-subheader {
    text-indent: 30px;
}
.tocify-subheader .tocify-subheader .tocify-subheader {
    text-indent: 40px;
}
ul.jqueryFileTree {
    font-size: 11px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}
ul.jqueryFileTree li {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 20px;
    white-space: nowrap;
}
ul.jqueryFileTree a {
    color: #333;
    display: block;
    padding: 0 2px;
    text-decoration: none;
}
ul.jqueryFileTree a:hover {
    background: #e9edf1 none repeat scroll 0 0;
}
li.directory {
    background: rgba(0, 0, 0, 0) url("../img/filetree/directory.png") no-repeat scroll left top;
}
li.expanded {
    background: rgba(0, 0, 0, 0) url("../img/filetree/folder_open.png") no-repeat scroll left top;
}
li.file {
    background: rgba(0, 0, 0, 0) url("../img/filetree/file.png") no-repeat scroll left top;
}
li.wait {
    background: rgba(0, 0, 0, 0) url("../img/filetree/spinner.gif") no-repeat scroll left top;
}
li.ext_3gp {
    background: rgba(0, 0, 0, 0) url("../img/filetree/film.png") no-repeat scroll left top;
}
li.ext_afp {
    background: rgba(0, 0, 0, 0) url("../img/filetree/code.png") no-repeat scroll left top;
}
li.ext_afpa {
    background: rgba(0, 0, 0, 0) url("../img/filetree/code.png") no-repeat scroll left top;
}
li.ext_asp {
    background: rgba(0, 0, 0, 0) url("../img/filetree/code.png") no-repeat scroll left top;
}
li.ext_aspx {
    background: rgba(0, 0, 0, 0) url("../img/filetree/code.png") no-repeat scroll left top;
}
li.ext_avi {
    background: rgba(0, 0, 0, 0) url("../img/filetree/film.png") no-repeat scroll left top;
}
li.ext_bat {
    background: rgba(0, 0, 0, 0) url("../img/filetree/application.png") no-repeat scroll left top;
}
li.ext_bmp {
    background: rgba(0, 0, 0, 0) url("../img/filetree/picture.png") no-repeat scroll left top;
}
li.ext_c {
    background: rgba(0, 0, 0, 0) url("../img/filetree/code.png") no-repeat scroll left top;
}
li.ext_cfm {
    background: rgba(0, 0, 0, 0) url("../img/filetree/code.png") no-repeat scroll left top;
}
li.ext_cgi {
    background: rgba(0, 0, 0, 0) url("../img/filetree/code.png") no-repeat scroll left top;
}
li.ext_com {
    background: rgba(0, 0, 0, 0) url("../img/filetree/application.png") no-repeat scroll left top;
}
li.ext_cpp {
    background: rgba(0, 0, 0, 0) url("../img/filetree/code.png") no-repeat scroll left top;
}
li.ext_css {
    background: rgba(0, 0, 0, 0) url("../img/filetree/css.png") no-repeat scroll left top;
}
li.ext_doc {
    background: rgba(0, 0, 0, 0) url("../img/filetree/doc.png") no-repeat scroll left top;
}
li.ext_exe {
    background: rgba(0, 0, 0, 0) url("../img/filetree/application.png") no-repeat scroll left top;
}
li.ext_gif {
    background: rgba(0, 0, 0, 0) url("../img/filetree/picture.png") no-repeat scroll left top;
}
li.ext_fla {
    background: rgba(0, 0, 0, 0) url("../img/filetree/flash.png") no-repeat scroll left top;
}
li.ext_h {
    background: rgba(0, 0, 0, 0) url("../img/filetree/code.png") no-repeat scroll left top;
}
li.ext_htm {
    background: rgba(0, 0, 0, 0) url("../img/filetree/html.png") no-repeat scroll left top;
}
li.ext_html {
    background: rgba(0, 0, 0, 0) url("../img/filetree/html.png") no-repeat scroll left top;
}
li.ext_jar {
    background: rgba(0, 0, 0, 0) url("../img/filetree/java.png") no-repeat scroll left top;
}
li.ext_jpg {
    background: rgba(0, 0, 0, 0) url("../img/filetree/picture.png") no-repeat scroll left top;
}
li.ext_jpeg {
    background: rgba(0, 0, 0, 0) url("../img/filetree/picture.png") no-repeat scroll left top;
}
li.ext_js {
    background: rgba(0, 0, 0, 0) url("../img/filetree/script.png") no-repeat scroll left top;
}
li.ext_lasso {
    background: rgba(0, 0, 0, 0) url("../img/filetree/code.png") no-repeat scroll left top;
}
li.ext_log {
    background: rgba(0, 0, 0, 0) url("../img/filetree/txt.png") no-repeat scroll left top;
}
li.ext_m4p {
    background: rgba(0, 0, 0, 0) url("../img/filetree/music.png") no-repeat scroll left top;
}
li.ext_mov {
    background: rgba(0, 0, 0, 0) url("../img/filetree/film.png") no-repeat scroll left top;
}
li.ext_mp3 {
    background: rgba(0, 0, 0, 0) url("../img/filetree/music.png") no-repeat scroll left top;
}
li.ext_mp4 {
    background: rgba(0, 0, 0, 0) url("../img/filetree/film.png") no-repeat scroll left top;
}
li.ext_mpg {
    background: rgba(0, 0, 0, 0) url("../img/filetree/film.png") no-repeat scroll left top;
}
li.ext_mpeg {
    background: rgba(0, 0, 0, 0) url("../img/filetree/film.png") no-repeat scroll left top;
}
li.ext_ogg {
    background: rgba(0, 0, 0, 0) url("../img/filetree/music.png") no-repeat scroll left top;
}
li.ext_pcx {
    background: rgba(0, 0, 0, 0) url("../img/filetree/picture.png") no-repeat scroll left top;
}
li.ext_pdf {
    background: rgba(0, 0, 0, 0) url("../img/filetree/pdf.png") no-repeat scroll left top;
}
li.ext_php {
    background: rgba(0, 0, 0, 0) url("../img/filetree/php.png") no-repeat scroll left top;
}
li.ext_png {
    background: rgba(0, 0, 0, 0) url("../img/filetree/picture.png") no-repeat scroll left top;
}
li.ext_ppt {
    background: rgba(0, 0, 0, 0) url("../img/filetree/ppt.png") no-repeat scroll left top;
}
li.ext_psd {
    background: rgba(0, 0, 0, 0) url("../img/filetree/psd.png") no-repeat scroll left top;
}
li.ext_pl {
    background: rgba(0, 0, 0, 0) url("../img/filetree/script.png") no-repeat scroll left top;
}
li.ext_py {
    background: rgba(0, 0, 0, 0) url("../img/filetree/script.png") no-repeat scroll left top;
}
li.ext_rb {
    background: rgba(0, 0, 0, 0) url("../img/filetree/ruby.png") no-repeat scroll left top;
}
li.ext_rbx {
    background: rgba(0, 0, 0, 0) url("../img/filetree/ruby.png") no-repeat scroll left top;
}
li.ext_rhtml {
    background: rgba(0, 0, 0, 0) url("../img/filetree/ruby.png") no-repeat scroll left top;
}
li.ext_rpm {
    background: rgba(0, 0, 0, 0) url("../img/filetree/linux.png") no-repeat scroll left top;
}
li.ext_ruby {
    background: rgba(0, 0, 0, 0) url("../img/filetree/ruby.png") no-repeat scroll left top;
}
li.ext_sql {
    background: rgba(0, 0, 0, 0) url("../img/filetree/db.png") no-repeat scroll left top;
}
li.ext_swf {
    background: rgba(0, 0, 0, 0) url("../img/filetree/flash.png") no-repeat scroll left top;
}
li.ext_tif {
    background: rgba(0, 0, 0, 0) url("../img/filetree/picture.png") no-repeat scroll left top;
}
li.ext_tiff {
    background: rgba(0, 0, 0, 0) url("../img/filetree/picture.png") no-repeat scroll left top;
}
li.ext_txt {
    background: rgba(0, 0, 0, 0) url("../img/filetree/txt.png") no-repeat scroll left top;
}
li.ext_vb {
    background: rgba(0, 0, 0, 0) url("../img/filetree/code.png") no-repeat scroll left top;
}
li.ext_wav {
    background: rgba(0, 0, 0, 0) url("../img/filetree/music.png") no-repeat scroll left top;
}
li.ext_wmv {
    background: rgba(0, 0, 0, 0) url("../img/filetree/film.png") no-repeat scroll left top;
}
li.ext_xls {
    background: rgba(0, 0, 0, 0) url("../img/filetree/xls.png") no-repeat scroll left top;
}
li.ext_xml {
    background: rgba(0, 0, 0, 0) url("../img/filetree/code.png") no-repeat scroll left top;
}
li.ext_zip {
    background: rgba(0, 0, 0, 0) url("../img/filetree/zip.png") no-repeat scroll left top;
}
.chart-legend {
    position: absolute;
    right: 5px;
    top: 5px;
}
.rickshaw_legend {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
}
.rickshaw_legend .label {
    color: #333;
}
.fa-right {
    margin-left: 5px;
    margin-right: 0;
}
@keyframes pulsate {
0% {
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes pulsate {
0% {
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@media only screen and (max-width: 768px) {
[class^="col-xs-"], [class^="col-sm-"], [class^="col-md-"], [class^="col-lg-"] {
    margin-bottom: 10px;
}
.login-container {
    padding: 0 10px;
}
.login-container .login-box {
    padding-top: 10px;
    width: 100%;
}
.tocify {
    display: none;
}
.timeline.timeline-right::before {
    left: 60px;
}
.timeline.timeline-right .timeline-item {
    padding-left: 110px;
}
.timeline.timeline-right .timeline-item.timeline-main {
    width: 60px;
}
.timeline.timeline-right .timeline-item .timeline-item-icon {
    left: 40px;
}
.timeline.timeline-right .timeline-item .timeline-item-info {
    left: 25px;
    padding: 7px 0;
    top: 45px;
    width: 70px;
}
.post-image {
    width: 100%;
}
}
@media only screen and (max-width: 1024px) {
.page-container .page-sidebar {
    float: left;
    position: relative;
    width: 100%;
}
.page-container .page-sidebar.scroll {
    position: relative;
}
.page-container .page-content {
    margin-left: 0;
}
.page-container .page-content .content-frame .content-frame-left, .page-container .page-content .content-frame .content-frame-right {
    display: none;
    width: 100%;
}
.page-container .page-content .content-frame .content-frame-body {
    margin-left: 0;
    margin-right: 0;
}
.page-container .page-content .content-frame .content-frame-body.content-frame-body-left {
    margin-right: 0;
}
.page-container .page-content .content-frame .content-frame-left-toggle, .page-container .page-content .content-frame .content-frame-right-toggle {
    display: inline-block;
}
.page-container.page-navigation-toggled .page-content {
    margin-left: 0;
}
.page-container.page-mode-rtl .page-content {
    margin-right: 0;
}
.page-container.page-navigation-top-fixed .x-navigation.x-navigation-horizontal {
    padding-right: 0;
    position: relative;
}
.page-container.page-navigation-top-fixed .page-content {
    padding-top: 0;
}
.x-navigation {
    background: #1b1e24 none repeat scroll 0 0;
    max-height: 50px;
    overflow: hidden;
}
.x-navigation.x-navigation-panel {
    height: 50px;
    overflow: visible;
}
.x-navigation.x-navigation-panel li.xn-icon-button {
    width: 50px;
}
.x-navigation.x-navigation-panel li.xn-search {
    width: auto;
}
.x-navigation .xn-search input {
    width: 100%;
}
.x-navigation.x-navigation-open {
    max-height: 1200px;
    overflow: visible;
}
.x-navigation .x-navigation-control {
    display: block;
}
.x-navigation-minimize {
    display: none !important;
}
.x-navigation-horizontal > li > ul ul, .x-navigation-horizontal > li > ul.xn-drop-left ul {
    box-shadow: none;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    right: auto;
}
.x-navigation-horizontal > li > ul ul::after {
    display: none;
}
.x-navigation li > .panel {
    width: 250px;
}
.icons-list li {
    width: 100%;
}
.gallery .gallery-item {
    width: 50%;
}
.timeline .timeline-item .timeline-item-content {
    width: 90%;
}
.timeline .timeline-item .timeline-item-content::before, .timeline .timeline-item .timeline-item-content::after {
    left: 90%;
}
.timeline .timeline-item.timeline-item-right .timeline-item-content::before, .timeline .timeline-item.timeline-item-right .timeline-item-content::after {
    right: 90%;
}
.error-container {
    width: 100%;
}
.theme-settings {
    display: none;
}
.post-image {
    width: 300px;
}
}
.x-navigation-minimized .xn-logo {
    display: none;
}
