.noty_animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*-- 2.1 Box Widget / .box-widget --*/
.box-widget {
    margin-bottom: 30px;
    border-top: solid 1px #eeeeee;
    border-left: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    background: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.box-widget .widget-head {
    position: relative;
    height: 56px;
    border-bottom: #eeeeee 1px solid;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #f9f9f9;
}

.box-widget .widget-head h4 {
    margin: 0px;
    display: inline-block;
    float: left;
    padding-left: 20px;
    font-size: 14px;
    line-height: 56px;
    color: #444444;
}

.box-widget .h-icon {
    display: inline-block;
    float: left;
    text-align: center;
    height: 56px;
    width: 56px;
    border-right: #eeeeee 1px solid;
    line-height: 56px;
}

.box-widget .h-icon i {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 56px;
    height: 56px;
    width: 56px;
    color: #444444;
}

.box-widget .widget-action-bar {
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.box-widget .widget-action-bar li {
    list-style: none;
    display: inline-block;
    float: left;
}

.box-widget .widget-action-bar li .widget-switch {
    margin-top: 16px;
    margin-right: 17px;
    margin-left: 12px;
}

.box-widget .widget-action-bar li .widget-check {
    margin-top: 17px;
    margin-right: 18px;
    margin-left: 12px;
}

.box-widget .widget-action-bar li > span {
    display: inline-block;
}

.box-widget .widget-action-bar li > span.w-collapse {
    height: 56px;
    width: 56px;
    border-left: #eeeeee 1px solid;
    color: #444444;
}

.box-widget .widget-action-bar li > span.w-collapse:hover,
.box-widget .widget-action-bar li > span.w-collapse:focus {
    text-decoration: none;
    color: #15bdc3;
    cursor: pointer;
}

.box-widget .widget-action-bar li > span.w-collapse i {
    height: 56px;
    width: 56px;
    display: inline-block;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
}

.box-widget .widget-action-bar li > span.w-reload {
    height: 56px;
    width: 56px;
    border-left: #eeeeee 1px solid;
    color: #444444;
}

.box-widget .widget-action-bar li > span.w-reload:hover,
.box-widget .widget-action-bar li > span.w-reload:focus {
    text-decoration: none;
    color: #15bdc3;
    cursor: pointer;
}

.box-widget .widget-action-bar li > span.w-reload i {
    height: 56px;
    width: 56px;
    display: inline-block;
    line-height: 56px;
    text-align: center;
    font-size: 14px;
}

.box-widget .widget-action-bar li > span.w-remove {
    height: 56px;
    width: 56px;
    border-left: #eeeeee 1px solid;
    color: #444444;
}

.box-widget .widget-action-bar li > span.w-remove:hover,
.box-widget .widget-action-bar li > span.w-remove:focus {
    text-decoration: none;
    color: #15bdc3;
    cursor: pointer;
}

.box-widget .widget-action-bar li > span.w-remove i {
    height: 56px;
    width: 56px;
    display: inline-block;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
}

.box-widget .widget-action-bar .widget-remove i {
    position: relative;
    top: 0px;
    font-size: 18px;
}

.box-widget .widget-action-bar .widget-collapse i {
    position: relative;
    top: 0px;
    font-size: 22px;
}

.box-widget .widget-container {
    display: block;
    width: 100%;
    position: relative;
}

/*-- 2.1.0 Border Less Box Widget / .box-widget.no-border --*/
.box-widget.no-border .widget-head {
    border-bottom: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.box-widget.no-border .widget-head h4 {
    padding-left: 20px;
}

.box-widget.no-border .widget-head .h-icon {
    height: 56px;
    width: auto;
    margin-left: 20px;
    border-right: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.box-widget.no-border .widget-head .h-icon i {
    height: 56px;
    width: auto;
}

.box-widget.no-border .widget-head .widget-action-bar {
    margin-left: 0px;
    margin-right: 7px;
    margin-bottom: 0px;
    padding: 0px;
}

.box-widget.no-border .widget-head .widget-action-bar li {
    list-style: none;
    display: inline-block;
    float: left;
}

.box-widget.no-border .widget-head .widget-action-bar li .widget-switch {
    margin-top: 16px;
    margin-right: 17px;
}

.box-widget.no-border .widget-head .widget-action-bar li .widget-check {
    margin-top: 16px;
    margin-right: 12px;
}

.box-widget.no-border .widget-head .widget-action-bar li > span.w-collapse {
    height: 30px;
    width: 30px;
    margin-top: 13px;
    margin-right: 3px;
    display: inline-block;
    color: #444444;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border-left: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.box-widget.no-border .widget-head .widget-action-bar li > span.w-collapse:hover,
.box-widget.no-border .widget-head .widget-action-bar li > span.w-collapse:focus {
    text-decoration: none;
    color: #15bdc3;
    cursor: pointer;
}

.box-widget.no-border .widget-head .widget-action-bar li > span.w-collapse i {
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
}

.box-widget.no-border .widget-head .widget-action-bar li > span.w-reload {
    height: 30px;
    width: 30px;
    margin-top: 12px;
    margin-right: 3px;
    display: inline-block;
    color: #444444;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border-left: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.box-widget.no-border .widget-head .widget-action-bar li > span.w-reload:hover,
.box-widget.no-border .widget-head .widget-action-bar li > span.w-reload:focus {
    text-decoration: none;
    color: #15bdc3;
    cursor: pointer;
}

.box-widget.no-border .widget-head .widget-action-bar li > span.w-reload i {
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
}

.box-widget.no-border .widget-head .widget-action-bar li > span.w-remove {
    height: 30px;
    width: 30px;
    margin-top: 13px;
    margin-right: 3px;
    display: inline-block;
    color: #444444;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border-left: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.box-widget.no-border .widget-head .widget-action-bar li > span.w-remove:hover,
.box-widget.no-border .widget-head .widget-action-bar li > span.w-remove:focus {
    text-decoration: none;
    color: #15bdc3;
    cursor: pointer;
}

.box-widget.no-border .widget-head .widget-action-bar li > span.w-remove i {
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
}

.box-widget.no-border .widget-head .widget-action-bar .widget-remove i {
    position: relative;
    top: -2px;
    font-size: 18px;
}

.box-widget.no-border .widget-head .widget-action-bar .widget-collapse i {
    position: relative;
    top: -2px;
    font-size: 22px;
}

.widget-block {
    padding: 20px;
}

.widget-block .page-header {
    margin-top: 0px;
}

.widget-block .page-header h2 {
    font-weight: 300;
    margin-top: 0px;
}

.widget-block table {
    margin-bottom: 0px;
}

.td-no-block .widget-block {
    padding: 0px;
}

.box-widget .task-list-toolbar,
.box-widget .note-list-toolbar,
.box-widget .email-list-toolbar {
    position: relative !important;
    width: auto !important;
    border-right: 0px !important;
}

.box-widget .task-list,
.box-widget .email-list {
    padding-top: 0px !important;
}

.box-widget .task-check-all,
.box-widget .mail-check-all {
    width: 36px !important;
    padding: 8px 0px 11px 4px !important;
}

.box-widget .task-list-action,
.box-widget .email-list-action {
    width: 34px !important;
    padding-left: 3px !important;
}

.box-widget .list-scroll-container {
    height: 300px;
    overflow: auto;
}

.box-widget .table {
    margin-bottom: 0px;
}

/*-- 2.2 Page Tab / .main-tab --*/
.main-tab {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: #eeeeee 1px solid;
}

.main-tab li:first-child {
    padding-left: 15px;
}

.main-tab li a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 56px;
    color: #444444;
    outline: none;
    border-left: #eeeeee 1px solid;
    border-right: #eeeeee 1px solid;
    border-top: #eeeeee 1px solid;
    font-weight: 500;
}

.main-tab li a i {
    font-size: 20px;
    position: relative;
    top: 1px;
    margin-bottom: -5px;
}

.main-tab-content {
    margin: 0px -30px;
    background-color: #fff;
    padding: 20px;
    border-bottom: #eeeeee 1px solid;
    margin-bottom: 20px;
}

.main-tab .active a,
.main-tab > .active > a:hover {
    cursor: pointer !important;
    color: #15bdc3 !important;
    border-bottom: 0 !important;
    border-left: #eeeeee 1px solid !important;
    border-right: #eeeeee 1px solid !important;
    border-top: #eeeeee 1px solid !important;
    padding-left: 20px;
    padding-right: 20px;
}

.main-tab.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 20px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.main-tab.nav > li > a:hover {
    background-color: transparent;
    border-left: #eeeeee 1px solid;
    border-right: #eeeeee 1px solid;
    border-top: #eeeeee 1px solid;
    color: #15bdc3 !important;
}

.main-tab.nav li.active a:hover {
    background-color: #fff;
}

.main-tab.nav li {
    margin-bottom: -2px;
}

/*-- 2.2.0 Section Tab / .tab-widget --*/
.tab-widget .nav-tabs {
    border-bottom: none !important;
}

.tab-widget .nav-tabs > li > a {
    height: 56px;
    padding: 4px 20px;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0px;
    display: inline-block;
    line-height: 49px;
    color: #444444;
    background: transparent;
}

.tab-widget .nav-tabs > li > a i {
    font-size: 16px;
    position: relative;
    top: 2px;
}

.tab-widget .nav-tabs > li > a:hover {
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    color: #15bdc3;
}

.tab-widget .nav-tabs > li.active > a {
    height: 56px;
    color: #15bdc3;
    background: #ffffff;
}

.tab-widget .pull-right {
    margin-bottom: 0px;
}

.tab-widget .pull-right > li > a {
    border-top: 0px;
    border-bottom: 0px;
    border-left: 1px solid #eeeeee !important;
    border-right: 0px !important;
}

.tab-widget .pull-right > li > a:hover {
    border-top: 0px;
    border-bottom: 0px;
    border-left: 1px solid #eeeeee !important;
}

.tab-widget .pull-right > li:last-child a {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.tab-widget .pull-left {
    margin-bottom: 0px;
}

.tab-widget .pull-left > li > a {
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px !important;
    border-right: 1px solid #eeeeee !important;
}

.tab-widget .pull-left > li > a:hover {
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px !important;
}

.tab-widget .pull-left > li:last-child a {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.widget-head .nav-tabs > li.active > a:focus {
    border: none;
}

/*-- 2.2.1 Box Tab / .box-tab --*/
.box-tab {
    border: #eeeeee 1px solid;
    position: relative;
    margin-bottom: 20px;
    background: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.box-tab .tab-content {
    min-height: 400px;
    margin-left: 56px;
    padding: 15px;
}

.box-tab .nav-tabs {
    width: 56px;
    height: 100%;
    margin: 0px;
    position: absolute;
    background: #f9f9f9;
    border-bottom: 0px;
    border-right: #eeeeee 1px solid;
}

.box-tab .tabs-left > .nav-tabs {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.box-tab .tabs-left > .nav-tabs > li {
    margin-bottom: 0px;
}

.box-tab .tabs-left > .nav-tabs > li > a {
    min-width: 56px !important;
    height: 56px;
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    line-height: 56px;
    text-align: center;
    background: #f9f9f9;
    border-left: 0px;
    color: #454545;
    border-right: #eeeeee 1px solid !important;
    border-top: #eeeeee 1px solid;
}

.box-tab .tabs-left > .nav-tabs > li > a:hover {
    color: #15bdc3;
}

.box-tab .tabs-left > .nav-tabs > li:first-child > a {
    border-top: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.box-tab .tabs-left > .nav-tabs > li.active > a {
    background: #ffffff;
    border-right: #ffffff 1px solid !important;
    color: #15bdc3;
}

.box-tab .tabs-left > .nav-tabs > li:last-child.active > a {
    border-bottom: #eeeeee 1px solid !important;
}

/*-- 2.2.2 Bottom Tab / .tab-bottom --*/
.widget-head.tab-bottom {
    border-top: #eeeeee 1px solid;
    border-bottom: none !important;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.tab-widget .tab-bottom .nav-tabs > li.active > a {
    background: #FFFFFF;
    color: #15bdc3;
    height: 56px;
    margin-top: -1px;
    cursor: pointer;
}

.tab-widget .tab-bottom .nav-tabs > li:last-child > a {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

/*-- 2.2.3 Left Tab / .tab-widget --*/
.tab-widget .tab-left {
    display: inline-block;
    float: left;
    width: 150px;
    height: auto !important;
    border-right: #eeeeee 1px solid;
}

.tab-widget .tab-left .nav-tabs > li.active > a {
    height: 56px;
    color: #15bdc3;
    background: #ffffff;
    margin-right: -1px;
    cursor: pointer;
}

.tab-widget .tab-left .nav-tabs > li.active > a:hover,
.tab-widget .tab-left .nav-tabs > li.active > a:focus {
    color: #15bdc3;
}

.tab-widget .tab-left .nav-tabs > li:first-child > a {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.tab-widget .tab-left .nav-tabs > li:last-child > a {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.tab-widget .widget-head.tab-left {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.tab-widget .tab-right {
    display: inline-block;
    float: right;
    width: 150px;
    height: auto !important;
    border-left: #eeeeee 1px solid;
}

.tab-widget .tab-right .nav-tabs > li.active > a {
    margin-left: -1px;
}

.tab-widget .tab-right .nav-tabs > li:first-child > a {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.tab-widget .tab-right .nav-tabs > li:last-child > a {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.tab-widget .widget-head.tab-right {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.tab-widget .nav-tabs li a i {
    margin-right: 5px;
    margin-left: 5px;
}

.tab-widget .tab-left .nav-tabs > li,
.nav-pills > li,
.tab-widget .tab-right .nav-tabs > li,
.nav-pills > li {
    float: none !important;
}

.tab-widget .tab-left .nav-tabs > li > a,
.tab-widget .tab-right .nav-tabs > li > a {
    display: block !important;
    border-top: 0px;
    border-bottom: #eeeeee 1px solid !important;
    border-right: 0px;
    border-left: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 0px;
}

.tab-widget .tab-left .nav-tabs > li > a:hover,
.tab-widget .tab-right .nav-tabs > li > a:hover {
    border-top: 0px;
    border-bottom: #eeeeee 1px solid;
    border-left: 0px;
    color: #15bdc3;
}

.tab-widget .tab-left .nav-tabs > li,
.tab-widget .tab-right .nav-tabs > li {
    margin-bottom: 0px;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
}

.tabbed-aside-left .widget-container {
    padding-left: 150px;
}

.tabbed-aside-right .widget-container {
    padding-right: 150px;
}

.aside-tab-content {
    padding: 20px;
}

/*-- 2.3 Bootstrap Elements  --*/
.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
    -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
    -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
    transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}

.form-control:focus {
    border-color: #80deea;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(128, 222, 234, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(128, 222, 234, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(128, 222, 234, 0.6);
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

.input-group-addon {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 4px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 32px;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    min-height: 38px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    outline: 0;
    background-image: none;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333333;
    text-decoration: none;
    outline: 0 !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    -webkit-opacity: 0.65;
    opacity: 0.65;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #e5e5e5;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #dcdcdc;
    border-color: #c6c6c6;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #f5f5f5;
    border-color: #e5e5e5;
}

.btn-default .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.btn-primary {
    color: #ffffff;
    background-color: #009fb3;
    border-color: #0096a9;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #007180;
    border-color: #005f6b;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #009fb3;
    border-color: #0096a9;
}

.btn-primary .badge {
    color: #009fb3;
    background-color: #ffffff;
}

.btn-success {
    color: #ffffff;
    background-color: #7cb342;
    border-color: #77ac3f;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #628e34;
    border-color: #587f2f;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #7cb342;
    border-color: #77ac3f;
}

.btn-success .badge {
    color: #7cb342;
    background-color: #ffffff;
}

.btn-info {
    color: #ffffff;
    background-color: #29b6f6;
    border-color: #1fb3f6;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #0a9fe2;
    border-color: #0991cf;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #29b6f6;
    border-color: #1fb3f6;
}

.btn-info .badge {
    color: #29b6f6;
    background-color: #ffffff;
}

.btn-warning {
    color: #ffffff;
    background-color: #ffb300;
    border-color: #f5ac00;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #cc8f00;
    border-color: #b88100;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #ffb300;
    border-color: #f5ac00;
}

.btn-warning .badge {
    color: #ffb300;
    background-color: #ffffff;
}

.btn-danger {
    color: #ffffff;
    background-color: #ff8a80;
    border-color: #ff8176;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #ff5b4d;
    border-color: #ff4839;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #ff8a80;
    border-color: #ff8176;
}

.btn-danger .badge {
    color: #ff8a80;
    background-color: #ffffff;
}

.btn-link {
    color: #009fb3;
    font-weight: normal;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #005b66;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-block {
    display: block;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.label-default {
    background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #009fb3;
}

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

.label-success {
    background-color: #7cb342;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #628e34;
}

.label-info {
    background-color: #29b6f6;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #0a9fe2;
}

.label-warning {
    background-color: #ffb300;
}

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

.label-danger {
    background-color: #ff8a80;
}

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

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #009fb3;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
    -webkit-transition: all width 0.6s ease ease-out;
    -moz-transition: all width 0.6s ease ease-out;
    -o-transition: all width 0.6s ease ease-out;
    transition: all width 0.6s ease ease-out;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #7cb342;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #29b6f6;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #ffb300;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #ff8a80;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*--- Dropdown Extend ---*/
.dropdown-extend.open .btn-lbl {
    -webkit-border-radius: 4px 0px 0px 0px !important;
    -moz-border-radius: 4px 0px 0px 0px !important;
    border-radius: 4px 0px 0px 0px !important;
    background: #fff;
    z-index: 1000;
    color: #454545;
    border-bottom: #fff 1px solid;
    border-top: #e5e5e5 1px solid;
    border-left: #e5e5e5 1px solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropdown-extend.open .btn-split {
    -webkit-border-radius: 0px 4px 0px 0px !important;
    -moz-border-radius: 0px 4px 0px 0px !important;
    border-radius: 0px 4px 0px 0px !important;
    z-index: 1000;
}

.dropdown-extend .dropdown-menu {
    -webkit-border-radius: 0px 4px 4px 4px !important;
    -moz-border-radius: 0px 4px 4px 4px !important;
    border-radius: 0px 4px 4px 4px !important;
    margin-left: 0px;
    margin-top: -1px;
    z-index: 100;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropdown-extend.pull-right.open .dropdown-menu {
    -webkit-border-radius: 4px 0px 4px 4px !important;
    -moz-border-radius: 4px 0px 4px 4px !important;
    border-radius: 4px 0px 4px 4px !important;
    margin-right: 0px;
    margin-top: -1px;
    z-index: 100;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropdown-right .dropdown-menu {
    left: auto;
    right: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
    z-index: 2000;
}

/*-- 2.4 Progress / .progress --*/
.progress {
    height: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #eeeeee;
}

.progress .progress-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.progress-meta {
    margin-bottom: 6px;
}

.progress-meta .progress-label {
    font-size: 12px;
    letter-spacing: .05em;
    position: relative;
    top: 5px;
}

.progress-meta .progress-percent {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
}

.progress-meta .progress-percent-multiple {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
}

.progress-meta .label {
    padding: 5px;
}

.progress-intro {
    font-size: 12px;
    display: block;
    padding-bottom: 0px;
    padding-top: 6px;
    color: #868686;
}

.epie-chart {
    position: relative;
    display: inline-block;
    text-align: center;
}

.epie-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.epie-chart .percent {
    display: inline-block;
    z-index: 2;
    color: #868686;
}

.epie-chart .percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

.epie-chart .p-done {
    display: inline-block;
    z-index: 8;
}

/*-- 2.5 Breadcrumb / .page-breadcrumb --*/
.page-breadcrumb {
    position: relative;
    margin-bottom: 30px;
    z-index: 600;
}

.page-breadcrumb .row {
    margin-left: 0px;
    margin-right: 0px;
}

.page-breadcrumb .breadcrumb-titles {
    font-weight: 400;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 6px;
}

.page-breadcrumb .list-page-breadcrumb {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.page-breadcrumb .list-page-breadcrumb li {
    display: inline-block;
    font-size: 12px;
}

.page-breadcrumb .list-page-breadcrumb li a {
    color: #454545;
}

.page-breadcrumb .list-page-breadcrumb li a:hover,
.page-breadcrumb .list-page-breadcrumb li a:focus,
.page-breadcrumb .list-page-breadcrumb li a:active {
    text-decoration: none;
    color: #15bdc3;
}

.page-breadcrumb .list-page-breadcrumb li:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    padding: 0px 5px;
}

.page-breadcrumb .list-page-breadcrumb .active-page {
    color: #868686;
}

.page-breadcrumb .list-page-breadcrumb li:last-child:after {
    content: "";
    display: inline-block;
}

.page-breadcrumb .page-breadcrumb-wrap {
    margin-left: -15px;
    display: table;
}

.page-breadcrumb .page-breadcrumb-wrap > div {
    display: table-cell;
    vertical-align: middle;
}

.page-breadcrumb .page-breadcrumb-wrap .page-breadcrumb-icon {
    text-align: left;
    padding: 15px 20px;
}

.page-breadcrumb .page-breadcrumb-wrap .page-breadcrumb-icon i {
    font-size: 30px;
    display: inline-block;
}

.page-breadcrumb .page-breadcrumb-wrap .page-breadcrumb-info {
    padding: 30px 0px 0px 0px;
}

/*-- 2.6 Notifications / .activity-item --*/
.activity-item i {
    float: left;
    margin-top: 3px;
    font-size: 16px;
}

.activity-item i.text-warning,
.activity-item i.text-error,
.activity-item i.text-info,
.activity-item i.text-success {
    color: #666;
}

div.activity {
    margin-left: 30px;
    font-size: 13px;
}

div.activity a {
    color: #222;
    font-weight: 500;
}

div.activity a:hover,
div.activity a:focus {
    text-decoration: none;
    color: #15bdc3;
}

div.activity span {
    display: block;
    color: #444;
    margin-top: 3px;
    font-size: 11px;
    line-height: 16px;
}

.MatMixNoty {
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 10px;
}

.MatMixNoty.noty_container_type_alert {
    background-color: #eeeeee;
}

.MatMixNoty.noty_container_type_information {
    background-color: #b2ebf2;
}

.MatMixNoty.noty_container_type_error {
    background-color: #ffcdd2;
}

.MatMixNoty.noty_container_type_warning {
    background-color: #ffccbc;
}

.MatMixNoty.noty_container_type_success {
    background-color: #c8e6c9;
}

.MatMixNoty.noty_container_type_confirm {
    background-color: #c8e6c9;
}

.MatMixNoty .noty_message {
    padding: 15px 15px;
}

.MatMixNoty .noty_buttons {
    padding: 15px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.05);
}

.MatMixNoty .noty_buttons button {
    margin-right: 15px;
}

.MatMixNoty .noty_close {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 10px;
    height: 10px;
    visibility: hidden;
    opacity: 0.5;
    cursor: pointer;
}

.MatMixNoty:hover > .noty_bar > .noty_message > .noty_close {
    visibility: visible;
}

.noty_modal.MatMixNoty {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10000;
    opacity: 0.6;
    display: none;
    border: none;
    left: 0;
    top: 0;
}

.ex-noty {
    margin-bottom: 10px !important;
}

/*--2.7 switchery On/Off Switch / .switchery--*/
/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */
/* Switchery defaults. */
.switchery {
    background-color: #fff;
    border: 2px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box;
}

.switchery > small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px;
}

/* Switchery sizes. */
.switchery-small {
    border-radius: 20px;
    height: 20px;
    width: 33px;
}

.switchery-small > small {
    height: 20px;
    width: 20px;
}

.switchery-large {
    border-radius: 40px;
    height: 40px;
    width: 66px;
}

.switchery-large > small {
    height: 40px;
    width: 40px;
}

/*-- 2.8 No UI slider / .noUi-target --*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This classes is applied to the lower origin when
   its values is > 50%. */
    z-index: 10;
}

.noUi-stacking + .noUi-origin {
    /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
    *z-index: -1;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    left: -17px;
    top: -8px;
}

.noUi-vertical {
    width: 4px;
}

.noUi-vertical .noUi-handle {
    width: 20px;
    height: 20px;
    left: -8px;
    top: -17px;
}

/* Styling;
 */
.noUi-background {
    background-color: #eee;
}

.noUi-connect {
    background: #3FB8AF;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 0px;
}

.noUi-target {
    border-radius: 0px;
    background-color: #eee;
}

.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbbbbb;
}

/* Handles and cursors;
 */
.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 100%;
    background: #FFF;
    cursor: default;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    cursor: pointer;
}

.noUi-active {
    transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle {
    cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    font: 400 12px Arial;
    color: #999;
}

/* Values;
 *
 */
.noUi-value {
    width: 40px;
    position: absolute;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 50px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    margin-left: -20px;
    padding-top: 20px;
}

.noUi-value-horizontal.noUi-value-sub {
    padding-top: 15px;
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 1px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    width: 15px;
    margin-left: 20px;
    margin-top: -5px;
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 1px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

/*-- 2.9 Sweet Alert / .sweet-alert --*/
body.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.sweet-overlay {
    background-color: black;
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE8 */
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
}

.sweet-alert {
    background-color: white;
    font-family: 'Roboto', sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 4px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    text-transform: none;
    position: relative;
    margin: 20px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}

.sweet-alert p {
    color: #797979;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.sweet-alert fieldset {
    border: none;
    position: relative;
}

.sweet-alert .sa-error-container {
    background-color: #ffebee;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    webkit-transition: padding 0.2s, max-height 0.2s;
    transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: white;
    line-height: 24px;
    text-align: center;
    margin-right: 3px;
}

.sweet-alert .sa-error-container p {
    display: inline-block;
}

.sweet-alert .sa-input-error {
    position: absolute;
    top: 23px;
    right: 14px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #f06e57;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sweet-alert input:focus {
    outline: none;
    box-shadow: 0px 0px 3px #c4e6f5;
    border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
    color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
    color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
    color: #bdbdbd;
}

.sweet-alert.show-input input {
    display: block;
}

.sweet-alert button {
    background-color: #81d4fa;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
    box-shadow: none !important;
}

.sweet-alert button:focus {
    outline: none;
    box-shadow: none !important;
}

.sweet-alert button:hover {
    background-color: #a1d9f2;
}

.sweet-alert button:active {
    background-color: #81ccee;
}

.sweet-alert button.cancel {
    background-color: #757575;
}

.sweet-alert button.cancel:hover {
    background-color: #616161;
}

.sweet-alert button.cancel:active {
    background-color: #b6b6b6;
}

.sweet-alert button.cancel:focus {
    box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button::-moz-focus-inner {
    border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px;
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
    border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #F27474;
    display: block;
    top: 37px;
    border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
    border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-success {
    border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
    content: '';
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0%;
    }
    100% {
        top: 50%;
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%;
    }
    100% {
        top: 50%;
    }
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%;
    }
    100% {
        top: 0%;
    }
}

@keyframes slideToTop {
    0% {
        top: 50%;
    }
    100% {
        top: 0%;
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%;
    }
    100% {
        top: 50%;
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%;
    }
    100% {
        top: 50%;
    }
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%;
    }
    100% {
        top: 70%;
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%;
    }
    100% {
        top: 70%;
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop 0.3s;
    animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom 0.3s;
    animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop 0.4s;
    animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom 0.3s;
    animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }
    100% {
        border-color: #F8BB86;
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }
    100% {
        border-color: #F8BB86;
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }
    100% {
        background-color: #F8BB86;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }
    100% {
        background-color: #F8BB86;
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate;
}

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(-45deg);
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
    border-color: transparent;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg);
}

/*-- 2.10 MatMix Widgets --*/
.w_bg_red {
    background-color: #ff8a80 !important;
}

.w_bg_pink {
    background-color: #ff80ab !important;
}

.w_bg_purple {
    background-color: #ea80fc !important;
}

.w_bg_deep_purple {
    background-color: #b388ff !important;
}

.w_bg_indigo {
    background-color: #8c9eff !important;
}

.w_bg_blue {
    background-color: #64b5f6 !important;
}

.w_bg_light_blue {
    background-color: #4fc3f7 !important;
}

.w_bg_cyan {
    background-color: #26c6da !important;
}

.w_bg_teal {
    background-color: #26a69a !important;
}

.w_bg_green {
    background-color: #66bb6a !important;
}

.w_bg_light_green {
    background-color: #8bc34a !important;
}

.w_bg_lime {
    background-color: #c0ca33 !important;
}

.w_bg_yellow {
    background-color: #fdd835 !important;
}

.w_bg_amber {
    background-color: #ffb300 !important;
}

.w_bg_orange {
    background-color: #fb8c00 !important;
}

.w_bg_deep_orange {
    background-color: #d84315 !important;
}

.w_bg_brown {
    background-color: #8d6e63 !important;
}

.w_bg_grey {
    background-color: #90a4ae !important;
}

.w_bg_blue_grey {
    background-color: #546e7a !important;
}

.ca-center {
    text-align: center;
}

.right-light-border {
    border-right: #eee 1px solid;
}

.stat-w-bordered {
    border: #eee 1px solid;
}

.top-stat-box {
    padding: 0px 20px;
    background-color: #fff;
    margin-bottom: 30px;
    border: #eee 1px solid;
}

.top-stat-box .stat-w-wrap .stat-w-title {
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 12px;
}

.top-stat-box .stat-w-wrap .w-previos-stat {
    padding: 20px 0px 0px 0px;
    margin-bottom: 0px;
}

.stat-w-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

.stat-w-wrap .stat-w-title {
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 12px;
}

.ico-cirlce-widget {
    width: 80px;
    height: 80px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.ico-cirlce-widget > span {
    width: 76px;
    height: 76px;
    display: block;
    margin: 2px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ico-cirlce-widget > span > i {
    width: 76px;
    height: 76px;
    display: block;
    line-height: 76px;
    text-align: center;
    font-size: 24px;
    color: #666;
}

.ico-cirlce-widget:hover,
.ico-cirlce-widget:focus {
    opacity: .8;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.ico-cirlce-widget:hover i,
.ico-cirlce-widget:focus i {
    color: #444;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.w-meta-info > span {
    display: block;
}

.w-meta-info .w-meta-value {
    font-size: 20px;
    font-weight: 400;
}

.w-meta-info .w-meta-title {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding-bottom: 20px;
}

.w-meta-info .w-previos-stat {
    text-transform: uppercase;
    padding: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #666;
    border-top: #f1f1f1 1px solid;
}

.combine-stats .w-previos-stat {
    padding-top: 20px !important;
}

.w-info-graph {
    background-color: #fff;
    border-top: solid 1px #eeeeee;
    border-left: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 30px;
}

.w-info-graph .w-info-chart {
    border-right: #eee 1px solid;
    position: relative;
}

.w-info-graph .w-info-chart .chart-container {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    bottom: -1px;
}

.w-info-graph .w-info-chart .line-chart-container {
    margin-left: -5px;
    margin-right: -4px;
    position: relative;
    bottom: -5px;
}

.w-info-graph .w-info-chart .w-info-chart-header {
    padding: 30px;
}

.w-info-graph .w-info-chart .w-info-chart-header h2 {
    margin-top: 0px;
    margin-bottom: 3px;
}

.w-info-graph .w-info-chart .w-info-chart-header p {
    color: #666;
}

.w-info-graph .w-info-chart-meta {
    padding: 30px 30px 10px 0px;
}

.w-info-graph .w-info-chart-meta h2 {
    margin-bottom: 10px;
    margin-top: 0px;
}

.w-info-graph .w-info-chart-meta .info-meta-value {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    color: #26a69a;
}

.w-info-graph .w-info-chart-meta .w-meta-title {
    margin-bottom: 10px;
    display: block;
    color: #666;
    border-bottom: #eee 1px solid;
    padding-bottom: 6px;
}

.large-info-graph {
    background-color: #fff;
    margin-bottom: 30px;
    margin-left: -30px;
    margin-right: -30px;
    border-bottom: #eee 1px solid;
    -webkit-box-shadow: 0 0 5px rgba(68, 68, 68, 0.05);
    -moz-box-shadow: 0 0 5px rgba(68, 68, 68, 0.05);
    box-shadow: 0 0 5px rgba(68, 68, 68, 0.05);
}

.large-info-graph .w-info-chart {
    overflow: hidden;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.large-info-graph .w-info-chart .chart-container {
    margin-left: -15px;
    margin-bottom: -4px;
    margin-right: -15px;
}

.large-info-graph .w-info-chart .w-info-chart-header {
    padding: 20px;
}

.large-info-graph .w-info-chart .w-info-chart-header h2 {
    margin-top: 0px;
    margin-bottom: 3px;
}

.large-info-graph .w-info-chart .w-info-chart-header p {
    color: #666;
}

.large-info-graph .w-info-chart .w-info-chart-header .info-meta-value {
    display: block;
    margin-bottom: 0px;
    font-size: 16px;
    color: #26a69a;
}

.large-info-graph .w-info-chart .w-info-chart-header #ocean-flot-legend {
    padding-top: 12px;
}

.large-info-graph .w-info-chart-meta {
    padding: 0px 20px 0px 10px;
}

.large-info-graph .w-info-chart-meta h2 {
    margin-bottom: 10px;
}

.large-info-graph .w-info-chart-meta .info-meta-value {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    color: #26a69a;
}

.large-info-graph .w-info-chart-meta .w-meta-title {
    margin-bottom: 10px;
    display: block;
    color: #666;
    border-bottom: #eee 1px solid;
    padding-bottom: 6px;
}

.top-negative-margin {
    margin-top: -20px;
}

.mini-chart-list {
    margin-bottom: 20px;
    text-align: center;
}

.mini-chart-list .chart-sub-title {
    display: block;
    color: #666;
}

.mini-chart-list ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.mini-chart-list ul li {
    display: inline-block;
    padding: 0px 20px;
}

.easypie-list {
    padding: 20px;
    text-align: center;
}

.easypie-list .chart-sub-title {
    display: block;
    color: #666;
    padding-top: 6px;
}

.easypie-list ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.easypie-list ul li {
    display: inline-block;
    padding: 0px 20px;
}

.bar-chart-container {
    text-align: center;
}

.w-currency .w-meta-value:before {
    content: "$";
    display: inline-block;
}

.full-block-chart {
    position: relative;
    bottom: 0px;
}

#weekly-earning {
    height: 180px;
    width: 100%;
}

#colored-line-chart {
    height: 180px;
    width: 100%;
}

.calendar-toolbar {
    padding: 20px;
    background-color: #f9f9f9;
    border-bottom: #eee 1px solid;
    margin-bottom: 20px;
}

.calendar-toolbar * {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.calendar-toolbar .btn {
    font-weight: 400;
}

.select-cal-view {
    text-align: center;
    margin-bottom: 20px;
}

.select-cal-view a,
.select-cal-view .btn {
    text-transform: uppercase;
}

.select-cal-view a:hover,
.select-cal-view .btn:hover,
.select-cal-view a:focus,
.select-cal-view .btn:focus {
    text-decoration: none;
}

.box-widget .fc-view-container .fc-widget-header:first-child {
    border-left: 0px;
}

.box-widget .fc-view-container .fc-widget-header:last-child {
    border-right: 0px;
}

.box-widget .fc-view-container .fc-widget-header tr th {
    padding: 15px 0px;
    background-color: #f5f5f5;
}

.box-widget .fc-view-container tbody tr:last-child td {
    border-bottom: 0px;
}

.box-widget .fc-view-container tbody tr td:first-child {
    border-left: 0px;
}

.box-widget .fc-view-container tbody tr td:last-child {
    border-right: 0px;
}

.box-widget .fc-view-container .popover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.box-widget .fc-toolbar {
    margin-bottom: 20px;
}

.w-contact-list .w-contact-list-item {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    display: table;
    width: 100%;
    padding: 15px;
    border-bottom: #eee 1px solid;
}

.w-contact-list .w-contact-list-item a:hover,
.w-contact-list .w-contact-list-item a:focus {
    text-decoration: none;
}

.w-contact-list .w-contact-list-item:last-child {
    margin-bottom: 0px;
}

.w-contact-list .w-contact-list-item > div {
    display: table-cell;
    vertical-align: middle;
}

.w-contact-list .w-contact-list-item h4 {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 400;
}

.w-contact-list .w-contact-list-item h4 a {
    color: #444;
}

.w-contact-list .w-contact-list-item h4 a:hover,
.w-contact-list .w-contact-list-item h4 a:focus {
    text-decoration: none;
    color: #15bdc3;
}

.w-contact-list .w-contact-list-item .w-contact-thumbnail {
    width: 60px;
    padding-right: 15px;
}

.w-contact-list .w-contact-list-item .w-contact-thumbnail img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.w-contact-list .w-contact-list-item .w-contact-info {
    padding: 0px 15px 0px 0px;
}

.w-contact-list .w-contact-list-item .w-contact-action {
    width: 30px;
}

.w-contact-list .w-contact-list-item .w-contact-action > a {
    width: 30px;
    height: 30px;
    border: #eee 1px solid;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    color: #888;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.w-contact-list .w-contact-list-item .w-contact-action > a:first-child {
    border-bottom: 0px;
}

.w-contact-list .w-contact-list-item .w-contact-action > a > i {
    text-align: center;
}

.w-contact-list .w-contact-list-item .w-contact-action > a:hover,
.w-contact-list .w-contact-list-item .w-contact-action > a:focus {
    background-color: #fff;
    color: #15bdc3;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.w-contact-list .w-contact-list-item .user-contact-card > a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    border: #e5e5e5 1px solid;
    text-align: center;
    margin-right: 6px;
    color: #888;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.w-contact-list .w-contact-list-item .user-contact-card > a > i {
    display: inline-block;
}

.w-contact-list .w-contact-list-item .user-contact-card > a:hover,
.w-contact-list .w-contact-list-item .user-contact-card > a:focus {
    background-color: #15bdc3;
    color: #fff;
    border: #15bdc3 1px solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.w-contact-list .w-contact-list-item:hover,
.w-contact-list .w-contact-list-item:focus {
    background-color: #f5f5f5;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.w-user-list .w-user-list-item {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    display: table;
    width: 100%;
    padding: 15px 15px;
    border-bottom: #eee 1px solid;
}

.w-user-list .w-user-list-item a:hover,
.w-user-list .w-user-list-item a:focus {
    text-decoration: none;
}

.w-user-list .w-user-list-item:last-child {
    margin-bottom: 0px;
}

.w-user-list .w-user-list-item > div {
    display: table-cell;
    vertical-align: middle;
}

.w-user-list .w-user-list-item h4 {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 400;
}

.w-user-list .w-user-list-item h4 a {
    color: #444;
}

.w-user-list .w-user-list-item h4 a:hover,
.w-user-list .w-user-list-item h4 a:focus {
    text-decoration: none;
    color: #15bdc3;
}

.w-user-list .w-user-list-item .w-user-thumbnail {
    width: 48px;
    padding-right: 15px;
}

.w-user-list .w-user-list-item .w-user-thumbnail img {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.w-user-list .w-user-list-item .w-user-info {
    padding: 0px 15px 0px 0px;
}

.w-user-list .w-user-list-item .w-user-info ul {
    margin: 0px;
    padding: 0px;
}

.w-user-list .w-user-list-item .w-user-info ul li {
    list-style: none;
}

.w-user-list .w-user-list-item .w-user-info ul li a {
    font-weight: 500;
    color: #444;
}

.w-user-list .w-user-list-item .w-user-info ul li a .label {
    position: relative;
    top: -1px;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
}

.w-user-list .w-user-list-item .w-user-info ul li a:hover,
.w-user-list .w-user-list-item .w-user-info ul li a:focus {
    text-decoration: none;
    color: #15bdc3;
}

.w-user-list .w-user-list-item .w-user-info ul li span {
    padding-left: 6px;
    color: #666;
}

.w-user-list .w-user-list-item .w-user-action {
    width: 30px;
}

.w-user-list .w-user-list-item .w-user-action > a {
    width: 30px;
    height: 30px;
    border: #eee 1px solid;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    color: #888;
    margin-bottom: -1px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.w-user-list .w-user-list-item .w-user-action > a > i {
    text-align: center;
}

.w-user-list .w-user-list-item .w-user-action > a:hover,
.w-user-list .w-user-list-item .w-user-action > a:focus {
    background-color: #fff;
    color: #15bdc3;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.w-user-list .w-user-list-item .user-user-card > a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    border: #e5e5e5 1px solid;
    text-align: center;
    margin-right: 6px;
    color: #888;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.w-user-list .w-user-list-item .user-user-card > a > i {
    display: inline-block;
}

.w-user-list .w-user-list-item .user-user-card > a:hover,
.w-user-list .w-user-list-item .user-user-card > a:focus {
    background-color: #15bdc3;
    color: #fff;
    border: #15bdc3 1px solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.w-user-list .w-user-list-item:hover,
.w-user-list .w-user-list-item:focus {
    background-color: #f5f5f5;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.w-order-list {
    margin-bottom: 0px;
}

.w-order-list .label {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: -1px;
}

.w-order-list thead tr th {
    padding: 13px 15px;
}

.w-order-list tbody tr td {
    padding: 12px 15px;
}

.iconic-w-wrap {
    margin-bottom: 30px;
    background-color: #fff;
    border: #eee 1px solid;
    text-align: center;
}

.iconic-w-wrap .stat-w-title {
    text-transform: uppercase;
    display: block;
    padding: 20px;
    font-weight: 500;
    font-size: 12px;
}

.iconic-w-wrap .w-meta-info {
    padding: 10px 0px 0px 0px;
}

.iconic-w-wrap.icon-only {
    padding-top: 20px;
}

.iconic-w-horizontal {
    background-color: #fff;
    display: table;
    width: 100%;
    padding: 20px;
    border: #eee 1px solid;
    margin-bottom: 30px;
}

.iconic-w-horizontal .ico-cirlce-widget {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
}

.iconic-w-horizontal .w-meta-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.iconic-w-horizontal .w-meta-info .w-meta-title {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 10px;
}

.iconic-w-horizontal .ico-block {
    width: 60px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    color: #444;
}

.iconic-w-horizontal .ico-block:hover,
.iconic-w-horizontal .ico-block:focus {
    text-decoration: none;
    color: #15bdc3;
}

.light-text {
    border: rgba(0, 0, 0, 0.05) 1px solid;
    color: #fff;
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
}

.light-text .ico-block {
    color: #fff;
    font-size: 30px;
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
}

.light-text .ico-block:hover,
.light-text .ico-block:focus {
    text-decoration: none;
    color: #fff;
}

.light-text .w-meta-title {
    padding-top: 0px !important;
    color: #fff;
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
}

.light-text .w-meta-value {
    font-size: 28px;
    font-weight: 300;
}

.mini-stats-widget {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    border: #eee 1px solid;
}

.mini-stats-widget .mini-stats-top {
    padding: 20px;
}

.mini-stats-widget .mini-stats-top > span {
    display: block;
    text-align: center;
}

.mini-stats-widget .mini-stats-bottom {
    border-top: #eee 1px solid;
    color: #777;
    padding: 12px 10px;
    text-align: center;
    background-color: #f9f9f9;
}

.mini-stats-widget .mini-stats-bottom i {
    position: relative;
    top: 1px;
}

.mini-stats-widget.full-block-mini-chart .mini-stats-bottom {
    border-top: 0px !important;
    color: #fff;
    position: relative;
    margin-top: -1px;
    z-index: 1000;
}

.mini-stats-widget .mini-stats-value {
    font-size: 24px;
    font-weight: 300;
}

.mini-stats-widget .mini-stats-label {
    padding-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

.mini-stats-widget .mini-stats-chart {
    margin-top: -20px;
    padding-top: 10px;
}

#multiaxis-flot {
    width: 100%;
    height: 300px;
    text-align: center;
    margin: 0 auto;
}

#ocean-flot {
    width: 100%;
    height: 280px;
}

#multiline-flot {
    width: 100%;
    height: 180px;
}

#multispline-flot {
    width: 100%;
    height: 180px;
}

#main-chart {
    width: 100%;
    height: 300px;
}

#main-chart-legend {
    margin-bottom: 20px;
    margin-left: 20px;
}

#main-chart-legend .legendColorBox > div {
    border: 0px !important;
}

#main-chart-legend .legendColorBox > div > div {
    width: 14px !important;
    height: 12px !important;
    border-width: 7px !important;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

#main-chart-legend .legendLabel {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 5px;
    padding-right: 10px;
}

#ocean-flot-legend {
    margin-bottom: 30px;
}

#ocean-flot-legend tbody tr {
    padding: 6px 0px !important;
}

#ocean-flot-legend .legendColorBox > div {
    border: 0px !important;
}

#ocean-flot-legend .legendColorBox > div > div {
    width: 14px !important;
    height: 12px !important;
    border-width: 7px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#ocean-flot-legend .legendLabel {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 5px;
    padding-right: 10px;
}

#pie-chart {
    width: 100%;
    height: 300px;
}

#pie-chart-legend {
    margin-bottom: 20px;
    margin-left: 20px;
}

#pie-chart-legend .legendColorBox > div {
    border: 0px !important;
}

#pie-chart-legend .legendColorBox > div > div {
    width: 14px !important;
    height: 12px !important;
    border-width: 7px !important;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

#pie-chart-legend .legendLabel {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 5px;
    padding-right: 10px;
}

#main-line-chart {
    width: 100%;
    height: 250px;
}

#line-chart-legend {
    margin-bottom: 20px;
    margin-left: 20px;
}

#line-chart-legend .legendColorBox > div {
    border: 0px !important;
}

#line-chart-legend .legendColorBox > div > div {
    width: 14px !important;
    height: 12px !important;
    border-width: 7px !important;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

#line-chart-legend .legendLabel {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 5px;
    padding-right: 10px;
}

#realtime-chart {
    width: 100%;
    height: 250px;
}

#reatime-chart-legend {
    margin-bottom: 20px;
    margin-left: 20px;
}

#reatime-chart-legend .legendColorBox > div {
    border: 0px !important;
}

#reatime-chart-legend .legendColorBox > div > div {
    width: 14px !important;
    height: 12px !important;
    border-width: 7px !important;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

#reatime-chart-legend .legendLabel {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 5px;
    padding-right: 10px;
}

.colored-bar {
    background-color: #009688;
}

.colored-bar .w-meta-value {
    color: rgba(255, 255, 255, 0.9);
}

.colored-bar .stat-w-title,
.colored-bar .w-meta-title,
.colored-bar .w-previos-stat {
    color: rgba(255, 255, 255, 0.7);
}

.border-none {
    border: 0px !important;
}

.custom-legend {
    padding: 10px;
}

.custom-legend .legendLabel {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 5px;
    padding-right: 10px;
}

.StatsFlotTip {
    padding: 6px 10px !important;
    border: #26a69a 1px solid !important;
    background-color: #fff !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    font-size: 12px !important;
}

.MainFlotTip {
    padding: 6px 10px !important;
    border: rgba(0, 0, 0, 0.1) 1px solid !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    color: #444 !important;
    font-size: 12px !important;
}

.MainFlotTip h5 {
    margin-top: 0px;
    border-bottom: #e5e5e5 1px solid;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0px 10px 8px 10px;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
}

/*-- 2.11 Full Calendar --*/
/*!
 * FullCalendar v2.3.2 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
.fc {
    direction: ltr;
    text-align: left;
}

.fc-rtl {
    text-align: right;
}

body .fc {
    /* extra precedence to overcome jqui */
    font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #ddd;
}

.fc-unthemed .fc-popover {
    background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
    background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666;
}

.fc-unthemed .fc-today {
    background: #fcf8e3;
}

.fc-highlight {
    /* when user is selecting cells */
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

.fc-bgevent {
    /* default look for background events */
    background: #8fdf82;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

.fc-nonbusiness {
    /* default look for non-business-hours areas */
    /* will inherit .fc-bgevent's styles */
    background: #d7d7d7;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: "Courier New", Courier, monospace;
    /* don't allow browser text-selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
    position: relative;
    margin: 0 -1em;
    /* ensures character will be centered, regardless of width */
}

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
    left: 3%;
}

.fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
    left: -3%;
}

.fc-icon-left-double-arrow:after {
    content: "\000AB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-right-double-arrow:after {
    content: "\000BB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%;
    left: -2%;
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%;
    left: 2%;
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%;
}

.fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
    /* force height to include the border and padding */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* dimensions */
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    /* text & cursor */
    font-size: 1em;
    /* normalize */
    white-space: nowrap;
    cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0;
}

.fc-state-default {
    /* non-theme */
    border: 1px solid;
}

.fc-state-default.fc-corner-left {
    /* non-theme */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
    /* non-theme */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* icons in buttons */
.fc button .fc-icon {
    /* non-theme */
    position: relative;
    top: -0.05em;
    /* seems to be a good adjustment across browsers */
    margin: 0 .2em;
    vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #333333;
    background-color: #e6e6e6;
}

.fc-state-hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
    background-color: #cccccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
    display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
    /* extra precedence b/c buttons have margin set to zero */
    float: left;
    margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
    /* same */
    margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
    /* TODO: be more consistent with fc-head/fc-body */
    padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
    cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
    float: right;
}

/* unthemed */
.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px;
}

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
    border-top: 0;
    /* where they meet, let the header have the border */
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
    border-style: solid;
    border-width: 1px;
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    /* height is unreliable across browsers, so use padding */
    border-width: 1px 0;
}

.fc-clear {
    clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
    /* these element should always cling to top-left/right corners */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc-bg {
    bottom: 0;
    /* strech bg to bottom edge */
}

.fc-bg table {
    height: 100%;
    /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
    /* normalize cross-browser */
}

.fc th {
    text-align: center;
}

.fc th,
.fc td {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
}

.fc td.fc-today {
    border-style: double;
    /* overcome neighboring borders */
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
    /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
    /* no visible border by default. but make available if need be (scrollbar width compensation) */
    border-style: solid;
    border-width: 0;
}

.fc-row table {
    /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    /* no bottom borders on rows */
    border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
    border-top: 0 hidden transparent;
    /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
    position: relative;
}

.fc-row .fc-bg {
    z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0;
    /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%;
    /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
    border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2;
}

.fc-row .fc-highlight-skeleton {
    z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px;
    /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
    z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    /* see-through to the background below */
    background: none;
    /* in case <td>s are globally styled */
    border-color: transparent;
    /* don't put a border between events and/or the day number */
    border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    /* don't put a border between event cells */
    border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
    /* this classes goes on elements for guaranteed vertical scrollbars */
    overflow-y: scroll;
    overflow-x: hidden;
}

.fc-scroller > * {
    /* we expect an immediate inner element */
    position: relative;
    /* re-scope all positions */
    width: 100%;
    /* hack to force re-sizing this inner element when scrollbars appear/disappear */
    overflow: hidden;
    /* don't let negative margins or absolute positioning create further scroll */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
    position: relative;
    /* for resize handle and other inner positioning */
    display: block;
    /* make the <a> tag block */
    font-size: 12px;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad;
    /* default BORDER color */
    background-color: #3a87ad;
    /* default BACKGROUND color */
    font-weight: normal;
    /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
    color: #fff;
    /* default TEXT color */
    text-decoration: none;
    /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
    cursor: pointer;
    /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
    /* to override an event's custom cursor */
    cursor: not-allowed;
}

.fc-event .fc-bg {
    /* the generic .fc-bg already does position */
    z-index: 1;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

.fc-event .fc-content {
    position: relative;
    z-index: 2;
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 3;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    /* replace the border with padding */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    /* replace the border with padding */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* resizer */
.fc-h-event .fc-resizer {
    /* positioned it to overcome the event's borders */
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: 5px;
}

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
    right: auto;
    /* ignore the right and only use the left */
    cursor: w-resize;
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
    left: auto;
    /* ignore the left and only use the right */
    cursor: e-resize;
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" classes instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
    margin: 1px 2px 0;
    /* spacing between events and edges */
    padding: 4px 6px;
}

.fc-day-grid-event .fc-content {
    /* force events to be one-line tall */
    white-space: nowrap;
    overflow: hidden;
}

.fc-day-grid-event .fc-time {
    font-weight: bold;
}

.fc-day-grid-event .fc-resizer {
    /* enlarge the default hit area */
    left: -3px;
    right: -3px;
    width: 7px;
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none;
}

a.fc-more:hover {
    text-decoration: underline;
}

.fc-limited {
    /* rows and cells that are hidden because of a "more" link */
    display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
    z-index: 1;
    /* make the "more" popover one higher than this */
}

.fc-more-popover {
    z-index: 2;
    width: 220px;
}

.fc-more-popover .fc-event-container {
    padding: 10px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
    text-align: center;
    margin-bottom: 1em;
}

.fc-toolbar .fc-left {
    float: left;
}

.fc-toolbar .fc-right {
    float: right;
}

.fc-toolbar .fc-center {
    display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
    /* extra precedence to override button border margins */
    float: left;
    margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
    /* extra precedence to override button border margins */
    margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
    margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
    position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2;
}

.fc-toolbar .fc-state-down {
    z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4;
}

.fc-toolbar button:focus {
    z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fc-view,
.fc-view > table {
    /* so dragged elements can be above the view's main element */
    position: relative;
    z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
    /* we are sure there are no day numbers in these views, so... */
    padding-top: 1px;
    /* add a pixel to make sure there are 2px padding above events */
    padding-bottom: 1em;
    /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em;
    /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
    padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
    padding-top: 2px;
    padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
    text-align: center;
}

.fc-basic-view .fc-week-number span {
    /* work around the way we do column resizing and ensure a minimum width */
    display: inline-block;
    min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
    text-align: left;
}

.fc-day-number.fc-other-month {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /* for IE */
    /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2;
    /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em;
    /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-top: 1px;
    /* add a pixel to make sure there are 2px padding above events */
    padding-bottom: 1em;
    /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
    /* .fc to overcome default cell styles */
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap;
}

.fc-ltr .fc-axis {
    text-align: right;
}

.fc-rtl .fc-axis {
    text-align: left;
}

.ui-widget td.fc-axis {
    font-weight: normal;
    /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
    /* so slats/bg/content/etc positions get scoped within here */
    position: relative;
    z-index: 1;
}

.fc-time-grid {
    min-height: 100%;
    /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
    /* don't put outer borders on slats/bg/content/etc */
    border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
    z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
    /* the <hr> AgendaView injects when grid is shorter than scroller */
    position: relative;
    z-index: 2;
}

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc-time-grid .fc-bgevent-skeleton {
    z-index: 3;
}

.fc-time-grid .fc-highlight-skeleton {
    z-index: 4;
}

.fc-time-grid .fc-content-skeleton {
    z-index: 5;
}

.fc-time-grid .fc-helper-skeleton {
    z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0;
    /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content {
    /* for jqui theme */
    background: none;
    /* see through to fc-bg */
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
    /* a div within a cell within the fc-highlight-skeleton */
    position: relative;
    /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0;
    /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
    /* a div within a cell within the fc-bgevent-skeleton */
    position: relative;
}

.fc-ltr .fc-time-grid .fc-event-container {
    /* space on the sides of events for LTR (default) */
    margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
    /* space on the sides of events for RTL */
    margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1;
    /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
    /* background events always span full width */
    left: 0;
    right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
    /* events that are continuing from another day */
    /* replace space made by the top border with padding */
    border-top-width: 0;
    padding-top: 1px;
    /* remove top rounded corners */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
    /* replace space made by the top border with padding */
    border-bottom-width: 0;
    padding-bottom: 1px;
    /* remove bottom rounded corners */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" classes instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
    overflow: hidden;
    /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px;
}

.fc-time-grid-event .fc-time {
    font-size: 12px;
    white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
    /* don't wrap to second line (now that contents will be inline) */
    white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    /* put the time and title on the same line */
    display: inline-block;
    vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none;
    /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start);
    /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\000A0-\000A0";
    /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    /* make the title text the same size as the time */
    padding: 0;
    /* undo padding from above */
}

/* resizer */
.fc-time-grid-event .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}

.fc-time-grid-event .fc-resizer:after {
    content: "=";
}

/*-- 2.12 Timeline --*/
.t-bg-green {
    background-color: #66bb6a;
}

.t-bg-blue {
    background-color: #26c6da;
}

.t-bg-orange {
    background-color: #c16a1c;
}

.t-bg-gray {
    background-color: #b5b5b5;
}

.t-bg-violet {
    background-color: #ab56e7;
}

.t-bg-tur {
    background-color: #26a69a;
}

.t-bg-brown {
    background-color: #4e342e;
}

.activities-timeline {
    padding-left: 45px;
}

.activities-list {
    position: relative;
    list-style: none;
    padding: 30px 20px 30px 0px;
    margin: 0px;
}

.activities-list:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #e5e5e5;
    position: absolute;
    left: 10px;
    top: 0px;
}

.activities-list > li {
    display: table;
    padding: 15px 0px;
}

.activities-list > li > div {
    display: table-cell;
    vertical-align: top;
}

.activities-list > li > div.activities-badge {
    width: 40px;
    height: 40px;
    padding-right: 20px;
}

.activities-list > li > div.activities-badge span {
    margin-top: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #15bdc3;
    border: #e5e5e5 3px solid;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    z-index: 100;
}

.activities-list > li > div.activities-details {
    border: #eee 1px solid;
    padding: 20px;
    position: relative;
}

.activities-list > li > div.activities-details .activities-header {
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 6px;
}

.activities-list > li > div.activities-details .activities-header a {
    color: #444;
}

.activities-list > li > div.activities-details .activities-header a:hover,
.activities-list > li > div.activities-details .activities-header a:focus {
    text-decoration: none;
    color: #15bdc3;
}

.activities-list > li > div.activities-details .activities-meta {
    margin-bottom: 6px;
    color: #888;
}

.activities-list > li > div.activities-details p {
    margin-bottom: 0px;
    color: #666;
}

.activities-list > li > div.activities-details:after,
.activities-list > li > div.activities-details:before {
    right: 100%;
    top: 20px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.activities-list > li > div.activities-details:after {
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}

.activities-list > li > div.activities-details:before {
    border-right-color: #eee;
    border-width: 8px;
    margin-top: -8px;
}

.activities-load {
    border-top: #eee 1px solid;
}

.activities-load a {
    padding: 20px 30px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #444;
    font-weight: 500;
    font-size: 12px;
    background-color: #f9f9f9;
}

.activities-load a:hover,
.activities-load a:focus {
    text-decoration: none;
    color: #15bdc3;
}

/*-- 2.13 Login Page --*/
.login-page {
    background-color: #343843;
}

.login-branding {
    width: 300px;
    margin: auto;
    text-align: center;
    padding: 10px 0px;
}

.login-container {
    width: 300px;
    margin: 40px auto;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.login-container .login-img-card {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    /*margin: 0px 20px 20px 20px;*/
}

.login-container .form-signin {
    text-align: left;
}

.login-container .forgot-password {
    text-align: left;
    display: block;
    padding-top: 10px;
}

.login-container .forgot-password:hover,
.login-container .forgot-password:focus {
    text-decoration: none;
}

.login-container .checkbox label {
    padding-left: 0px;
    color: #666;
}

.login-container .switchery {
    margin-right: 6px;
}

.login-container .btn-signin {
    padding: 10px;
}

.login-container .form-control {
    margin-bottom: 10px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12pt;
}

.login-container .form-control:focus {
    background-color: #fff !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.create-account {
    width: 300px;
    margin: auto;
    text-align: center;
}

.create-account a {
    padding: 10px;
    display: block;
    color: #ddd;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.create-account a:hover,
.create-account a:focus {
    text-decoration: none;
    color: #15bdc3;
}

.login-footer {
    width: 300px;
    padding: 20px 0px;
    margin: auto;
    text-align: center;
    color: #888;
    font-size: 12px;
}

.login-footer i {
    color: #15bdc3;
    padding: 0px 4px;
}

.login-footer a {
    padding: 0px 5px;
    color: #ddd;
    font-weight: 500;
}

.login-footer a:hover,
.login-footer a:focus {
    text-decoration: none;
    color: #15bdc3;
}

.login-label {
    left: 0px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

/*-- 2.14 Error Page --*/
.error-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(68, 68, 68, 0.05);
    -moz-box-shadow: 0 0 5px rgba(68, 68, 68, 0.05);
    box-shadow: 0 0 5px rgba(68, 68, 68, 0.05);
    padding: 40px;
}

.error-wrap .error-container {
    width: 60%;
    margin: auto;
}

.error-wrap .error-container .error-code {
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    font-size: 80px;
    font-weight: 500;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #15bdc3;
    margin: 0px auto 40px auto;
}

.error-wrap .error-container .error-searchbox {
    margin-top: 10px;
}

.error-wrap .error-container .error-message h4 {
    font-size: 24px;
    color: #e57373;
}

/*-- 2.15 Invoice --*/
.invoice-container {
    margin: 0px -15px;
    background-color: #fff;
    padding: 30px 15px;
}

.invoice-info {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

.invoice-info label {
    display: inline-block;
    width: 10em;
}

.invoice-toolbar {
    margin-bottom: 20px;
}

.invoice-toolbar .btn-toolbar {
    text-align: right;
}

.invoice-toolbar .btn-toolbar .btn-group {
    float: right;
}

.invoice-title label {
    font-size: 12px;
    font-weight: 500;
}

.invoice-cal td span {
    display: block;
    text-align: right;
}

.amount-due {
    font-size: 18px !important;
    padding: 10px 0;
}

.invoice-type {
    width: 100px;
}

.invoice-qty {
    width: 50px;
    text-align: center !important;
}

.invoice-amount,
.invoice-unit {
    text-align: right !important;
    width: 100px;
}

@media print {
    .invoice-page .page-content {
        margin-left: 0px !important;
    }

    .invoice-page .top-bar,
    .invoice-page .left-aside,
    .invoice-page .right-aside {
        display: none !important;
    }
}
