﻿/*#region Animations*/
@-webkit-keyframes borderPulse {
  15% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes borderPulse {
  15% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}
@-o-keyframes borderPulse {
  15% {
    opacity: 1;
  }
  100% {
    -o-transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes borderPulse {
  15% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .5;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .5;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .5;
  }
}
@keyframes pulse {
  0% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .5;
  }
}
@-webkit-keyframes explode {
  100% {
    opacity: 0;
    -webkit-transform: scale(3) rotate(30deg) translateY(60px);
  }
}
@-moz-keyframes explode {
  100% {
    opacity: 0;
    -moz-transform: scale(3) rotate(30deg) translateY(60px);
  }
}
@-o-keyframes explode {
  100% {
    opacity: 0;
    -o-transform: scale(3) rotate(30deg) translateY(60px);
  }
}
@keyframes explode {
  100% {
    opacity: 0;
    -webkit-transform: scale(3) rotate(30deg) translateY(60px);
    -moz-transform: scale(3) rotate(30deg) translateY(60px);
    -ms-transform: scale(3) rotate(30deg) translateY(60px);
    transform: scale(3) rotate(30deg) translateY(60px);
  }
}
@-webkit-keyframes wave {
  5% {
    opacity: .6;
  }
  27% {
    -webkit-transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes wave {
  5% {
    opacity: .6;
  }
  27% {
    -moz-transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes wave {
  5% {
    opacity: .6;
  }
  27% {
    -o-transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes wave {
  5% {
    opacity: .6;
  }
  27% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes dropdownSlideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes dropdownSlideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes dropdownSlideInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes dropdownSlideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*#endregion Animations*/
/*#region Colors*/
.themeprimary {
  color: #2dc3e8 !important;
}
.themesecondary {
  color: #fb6e52 !important;
}
.themethirdcolor {
  color: #ffce55 !important;
}
.themefourthcolor {
  color: #a0d468 !important;
}
.themefifthcolor {
  color: #e75b8d !important;
}
.white {
  color: #ffffff !important;
}
.snow {
  color: #fbfbfb !important;
}
.whitesmoke {
  color: #f5f5f5 !important;
}
.seashell {
  color: #f3f3f3 !important;
}
.ivory {
  color: #eeeeee !important;
}
.platinum {
  color: #e5e5e5 !important;
}
.lightgray {
  color: #d0d0d0 !important;
}
.gray {
  color: #cccccc !important;
}
.darkgray {
  color: #999999 !important;
}
.silver {
  color: #777777 !important;
}
.sonic-silver {
  color: #737373 !important;
}
.storm-cloud {
  color: #666666 !important;
}
.lightcarbon {
  color: #555555 !important;
}
.carbon {
  color: #444444 !important;
}
.slate-gray {
  color: #333333 !important;
}
.darkcarbon {
  color: #262626 !important;
}
.blue {
  color: #5db2ff !important;
}
.info {
  color: #57b5e3 !important;
}
.sky {
  color: #11a9cc !important;
}
.primary {
  color: #4374e0 !important;
}
.azure {
  color: #2dc3e8 !important;
}
.blueberry {
  color: #6f85bf !important;
}
.palegreen {
  color: #a0d468 !important;
}
.success {
  color: #53a93f !important;
}
.green {
  color: #8cc474 !important;
}
.lightyellow {
  color: #f6d52e !important;
}
.yellow {
  color: #ffce55 !important;
}
.warning {
  color: #f4b400 !important;
}
.gold {
  color: #f9b256 !important;
}
.orange {
  color: #fb6e52 !important;
}
.lightred {
  color: #e46f61 !important;
}
.darkorange {
  color: #ed4e2a !important;
}
.red {
  color: #df5138 !important;
}
.pink {
  color: #e75b8d !important;
}
.darkpink {
  color: #cc324b !important;
}
.danger {
  color: #d73d32 !important;
}
.magenta {
  color: #bc5679 !important;
}
.purple {
  color: #7e3794 !important;
}
.maroon {
  color: #981b48 !important;
}
/*#endregion Colors*/
/*#region Background Colors*/
.bg-themeprimary {
  background-color: #2dc3e8 !important;
}
.bg-themesecondary {
  background-color: #fb6e52 !important;
}
.bg-themethirdcolor {
  background-color: #ffce55 !important;
}
.bg-themefourthcolor {
  background-color: #a0d468 !important;
}
.bg-themefifthcolor {
  background-color: #e75b8d !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-snow {
  background-color: #fbfbfb !important;
}
.bg-whitesmoke {
  background-color: #f5f5f5 !important;
}
.bg-seashell {
  background-color: #f3f3f3 !important;
}
.bg-ivory {
  background-color: #eeeeee !important;
}
.bg-platinum {
  background-color: #e5e5e5 !important;
}
.bg-lightgray {
  background-color: #d0d0d0 !important;
}
.bg-gray {
  background-color: #cccccc !important;
}
.bg-darkgray {
  background-color: #999999 !important;
}
.bg-silver {
  background-color: #777777 !important;
}
.bg-sonic-silver {
  background-color: #737373 !important;
}
.bg-storm-cloud {
  background-color: #666666 !important;
}
.bg-lightcarbon {
  background-color: #555555 !important;
}
.bg-carbon {
  background-color: #444444 !important;
}
.bg-slate-gray {
  background-color: #333333 !important;
}
.bg-darkcarbon {
  background-color: #262626 !important;
}
.bg-blue {
  background-color: #5db2ff !important;
}
.bg-info {
  background-color: #57b5e3 !important;
}
.bg-sky {
  background-color: #11a9cc !important;
}
.bg-primary {
  background-color: #4374e0 !important;
}
.bg-azure {
  background-color: #2dc3e8 !important;
}
.bg-blueberry {
  background-color: #6f85bf !important;
}
.bg-palegreen {
  background-color: #a0d468 !important;
}
.bg-success {
  background-color: #53a93f !important;
}
.bg-green {
  background-color: #8cc474 !important;
}
.bg-lightyellow {
  background-color: #f6d52e !important;
}
.bg-yellow {
  background-color: #ffce55 !important;
}
.bg-warning {
  background-color: #f4b400 !important;
}
.bg-gold {
  background-color: #f9b256 !important;
}
.bg-orange {
  background-color: #fb6e52 !important;
}
.bg-lightred {
  background-color: #e46f61 !important;
}
.bg-darkorange {
  background-color: #ed4e2a !important;
}
.bg-red {
  background-color: #df5138 !important;
}
.bg-danger {
  background-color: #d73d32 !important;
}
.bg-pink {
  background-color: #e75b8d !important;
}
.bg-darkpink {
  background-color: #cc324b !important;
}
.bg-magenta {
  background-color: #bc5679 !important;
}
.bg-purple {
  background-color: #7e3794 !important;
}
.bg-maroon {
  background-color: #981b48 !important;
}
/*#endregion Background Colors*/
/*#region Before Colors*/
.before-themeprimary:before {
  background-color: #2dc3e8 !important;
}
.before-themesecondary:before {
  background-color: #fb6e52 !important;
}
.before-themethirdcolor:before {
  background-color: #ffce55 !important;
}
.before-themefourthcolor:before {
  background-color: #a0d468 !important;
}
.before-themefifthcolor:before {
  background-color: #e75b8d !important;
}
.before-white:before {
  background-color: #ffffff !important;
}
.before-snow:before {
  background-color: #fbfbfb !important;
}
.before-whitesmoke:before {
  background-color: #f5f5f5 !important;
}
.before-seashell:before {
  background-color: #f3f3f3 !important;
}
.before-ivory:before {
  background-color: #eeeeee !important;
}
.before-platinum:before {
  background-color: #e5e5e5 !important;
}
.before-lightgray:before {
  background-color: #d0d0d0 !important;
}
.before-gray:before {
  background-color: #cccccc !important;
}
.before-darkgray:before {
  background-color: #999999 !important;
}
.before-silver:before {
  background-color: #777777 !important;
}
.before-sonic-silver:before {
  background-color: #737373 !important;
}
.before-storm-cloud:before {
  background-color: #666666 !important;
}
.before-lightcarbon:before {
  background-color: #555555 !important;
}
.before-carbon:before {
  background-color: #444444 !important;
}
.before-slate-gray:before {
  background-color: #333333 !important;
}
.before-darkcarbon:before {
  background-color: #262626 !important;
}
.before-blue:before {
  background-color: #5db2ff !important;
}
.before-info:before {
  background-color: #57b5e3 !important;
}
.before-sky:before {
  background-color: #11a9cc !important;
}
.before-primary:before {
  background-color: #4374e0 !important;
}
.before-azure:before {
  background-color: #2dc3e8 !important;
}
.before-blueberry:before {
  background-color: #6f85bf !important;
}
.before-palegreen:before {
  background-color: #a0d468 !important;
}
.before-success:before {
  background-color: #53a93f !important;
}
.before-green:before {
  background-color: #8cc474 !important;
}
.before-lightyellow:before {
  background-color: #f6d52e !important;
}
.before-yellow:before {
  background-color: #ffce55 !important;
}
.before-warning:before {
  background-color: #f4b400 !important;
}
.before-gold:before {
  background-color: #f9b256 !important;
}
.before-orange:before {
  background-color: #fb6e52 !important;
}
.before-lightred:before {
  background-color: #e46f61 !important;
}
.before-darkorange:before {
  background-color: #ed4e2a !important;
}
.before-red:before {
  background-color: #df5138 !important;
}
.before-danger:before {
  background-color: #d73d32 !important;
}
.before-pink:before {
  background-color: #e75b8d !important;
}
.before-darkpink:before {
  background-color: #cc324b !important;
}
.before-magenta:before {
  background-color: #bc5679 !important;
}
.before-purple:before {
  background-color: #7e3794 !important;
}
.before-maroon:before {
  background-color: #981b48 !important;
}
/*#endregion Before Colors*/
/*#region Bordered Colors*/
.bordered-solid {
  border-style: solid !important;
}
.bordered-dashed {
  border-style: dashed !important;
}
.bordered-dotted {
  border-style: dotted !important;
}
.bordered-double {
  border-style: double !important;
}
.bordered-1 {
  border: 1px solid #ffffff;
}
.bordered-2 {
  border: 2px solid #ffffff;
}
.bordered-3 {
  border: 3px solid #ffffff;
}
.bordered-4 {
  border: 4px solid #ffffff;
}
.bordered-5 {
  border: 5px solid #ffffff;
}
.bordered-bottom-1 {
  border-bottom: 1px solid #ffffff;
}
.bordered-bottom-2 {
  border-bottom: 2px solid #ffffff;
}
.bordered-bottom-3 {
  border-bottom: 3px solid #ffffff;
}
.bordered-bottom-4 {
  border-bottom: 4px solid #ffffff;
}
.bordered-bottom-5 {
  border-bottom: 5px solid #ffffff;
}
.bordered-top-1 {
  border-top: 1px solid #ffffff;
}
.bordered-top-2 {
  border-top: 2px solid #ffffff;
}
.bordered-top-3 {
  border-top: 3px solid #ffffff;
}
.bordered-top-4 {
  border-top: 4px solid #ffffff;
}
.bordered-top-5 {
  border-top: 5px solid #ffffff;
}
.bordered-left-1 {
  border-left: 1px solid #ffffff;
}
.bordered-left-2 {
  border-left: 2px solid #ffffff;
}
.bordered-left-3 {
  border-left: 3px solid #ffffff;
}
.bordered-left-4 {
  border-left: 4px solid #ffffff;
}
.bordered-left-5 {
  border-left: 5px solid #ffffff;
}
.bordered-right-1 {
  border-right: 1px solid #ffffff;
}
.bordered-right-2 {
  border-right: 2px solid #ffffff;
}
.bordered-right-3 {
  border-right: 3px solid #ffffff;
}
.bordered-right-4 {
  border-right: 4px solid #ffffff;
}
.bordered-right-5 {
  border-right: 5px solid #ffffff;
}
.bordered-themeprimary {
  border-color: #2dc3e8 !important;
}
.bordered-themesecondary {
  border-color: #fb6e52 !important;
}
.bordered-themethirdcolor {
  border-color: #ffce55 !important;
}
.bordered-themefourthcolor {
  border-color: #a0d468 !important;
}
.bordered-themefifthcolor {
  border-color: #e75b8d !important;
}
.bordered-white {
  border-color: #ffffff !important;
}
.bordered-snow {
  border-color: #fbfbfb !important;
}
.bordered-whitesmoke {
  border-color: #f5f5f5 !important;
}
.bordered-seashell {
  border-color: #f3f3f3 !important;
}
.bordered-ivory {
  border-color: #eeeeee !important;
}
.bordered-platinum {
  border-color: #e5e5e5 !important;
}
.bordered-lightgray {
  border-color: #d0d0d0 !important;
}
.bordered-gray {
  border-color: #cccccc !important;
}
.bordered-darkgray {
  border-color: #999999 !important;
}
.bordered-silver {
  border-color: #777777 !important;
}
.bordered-sonic-silver {
  border-color: #737373 !important;
}
.bordered-storm-cloud {
  border-color: #666666 !important;
}
.bordered-lightcarbon {
  border-color: #555555 !important;
}
.bordered-carbon {
  border-color: #444444 !important;
}
.bordered-slate-gray {
  border-color: #333333 !important;
}
.bordered-darkcarbon {
  border-color: #262626 !important;
}
.bordered-blue {
  border-color: #5db2ff !important;
}
.bordered-info {
  border-color: #57b5e3 !important;
}
.bordered-sky {
  border-color: #11a9cc !important;
}
.bordered-primary {
  border-color: #4374e0 !important;
}
.bordered-azure {
  border-color: #2dc3e8 !important;
}
.bordered-blueberry {
  border-color: #6f85bf !important;
}
.bordered-palegreen {
  border-color: #a0d468 !important;
}
.bordered-success {
  border-color: #53a93f !important;
}
.bordered-green {
  border-color: #8cc474 !important;
}
.bordered-lightyellow {
  border-color: #f6d52e !important;
}
.bordered-yellow {
  border-color: #ffce55 !important;
}
.bordered-warning {
  border-color: #f4b400 !important;
}
.bordered-gold {
  border-color: #f9b256 !important;
}
.bordered-orange {
  border-color: #fb6e52 !important;
}
.bordered-lightred {
  border-color: #e46f61 !important;
}
.bordered-darkorange {
  border-color: #ed4e2a !important;
}
.bordered-red {
  border-color: #df5138 !important;
}
.bordered-danger {
  border-color: #d73d32 !important;
}
.bordered-pink {
  border-color: #e75b8d !important;
}
.bordered-darkpink {
  border-color: #cc324b !important;
}
.bordered-magenta {
  border-color: #bc5679 !important;
}
.bordered-purple {
  border-color: #7e3794 !important;
}
.bordered-maroon {
  border-color: #981b48 !important;
}
/*#endregion Bordered Colors*/
/*#region Paddings*/
.no-padding {
  padding: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.padding-5 {
  padding: 5px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-30 {
  padding: 30px !important;
}
.padding-40 {
  padding: 40px !important;
}
.padding-50 {
  padding: 50px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.padding-left-40 {
  padding-left: 40px !important;
}
.padding-left-50 {
  padding-left: 50px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}
.padding-right-40 {
  padding-right: 40px !important;
}
.padding-right-50 {
  padding-right: 50px !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
/*#endregion Paddings*/
.position-relative {
  position: relative;
}
.horizontal-space {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 6px 0;
}
.horizontal-space.space-xs {
  margin: 2px 0;
}
.horizontal-space.space-sm {
  margin: 4px 0;
}
.horizontal-space.space-lg {
  margin: 8px 0;
}
.horizontal-space.space-xl {
  margin: 10px 0;
}
.horizontal-space.space-xxl {
  margin: 12px 0;
}
.vertical-space {
  max-width: 1px;
  min-width: 1px;
  overflow: hidden;
  margin: 0 12px;
}
/*--------Page Components--------*/
/*#region Breadcrumbs*/
.page-breadcrumbs {
  position: relative;
  background: #f3f3f3;
  min-height: 40px;
  line-height: 39px;
  padding: 0;
  display: block;
  z-index: 1;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.page-breadcrumbs.breadcrumbs-fixed {
  position: fixed;
  right: 0;
  left: 224px;
  top: 45px;
  z-index: 999;
}
.page-breadcrumbs.breadcrumbs-fixed + .page-header {
  margin-top: 40px;
}
.breadcrumb {
  background-color: transparent;
  display: inline-block;
  line-height: 24px;
  margin: 0 22px 0 12px;
  padding: 0;
  font-size: 13px;
  color: #333333;
  border-radius: 0;
}
.breadcrumb > li,
.breadcrumb > li.active {
  color: #777777;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.breadcrumb > li + li:before {
  color: #999999;
}
.breadcrumb > li > .divider {
  padding: 0 4px;
}
.breadcrumb > li > a {
  display: inline-block;
  color: #2dc3e8;
}
.breadcrumb > li:first-child > a {
  padding-left: 4px;
}
.breadcrumb > li > i {
  margin-left: 4px;
  margin-right: 2px;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.breadcrumb .expand-icon {
  height: 22px;
  padding: 0;
  margin: 0;
  position: relative;
  top: 1px;
  font-size: 14px;
  color: #b2b6bf;
}
/*#endregion Breadcrumb*/
/*#region page-header*/
.page-header {
  position: relative;
  margin: 0;
  padding-bottom: 1px;
  padding-left: 12px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #ffffff, #f3f3f3);
  background-image: -moz-linear-gradient(left, #ffffff, #f3f3f3);
  background-image: -o-linear-gradient(left, #ffffff, #f3f3f3);
  background-image: linear-gradient(to right, #ffffff, #f3f3f3);
  z-index: 0;
  min-height: 40px;
  border-bottom: 1px solid #e5e5e5;
  height: 40px;
}
.page-header .header-title {
  display: inline-block;
  position: relative;
  height: 40px;
}
.page-header .header-title h1 {
  padding: 0;
  margin: 0 4px;
  font-size: 17px /*rtl:13px*/;
  font-weight: lighter;
  color: #737373;
  line-height: 37px;
  display: inline-block;
}
.page-header .header-title h1 small {
  margin: 0 1px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 300;
  color: #888;
}
.page-header .header-buttons {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.page-header .header-buttons a {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  z-index: 1029;
  height: 40px;
  width: 36px;
  margin-right: 5px;
  padding: 8px 10px;
  color: #dfdfdf;
  -webkit-transition: all 0.218s ease;
  -moz-transition: all 0.218s ease;
  -o-transition: all 0.218s ease;
  transition: all 0.218s ease;
  float: right;
}
.page-header .header-buttons a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  right: 0;
  height: 4px;
  max-height: 4px;
  overflow: hidden;
  background-color: #2dc3e8;
}
.page-header .header-buttons a:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #2dc3e8;
}
.page-header .header-buttons a.active {
  color: #2dc3e8;
}
.page-header .header-buttons a i {
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  line-height: 27px;
}
.page-header .header-buttons a.fullscreen:before {
  background-color: #fb6e52;
}
.page-header .header-buttons a.fullscreen:hover,
.page-header .header-buttons a.fullscreen.active {
  color: #fb6e52;
}
.page-header .header-buttons a.refresh:before {
  background-color: #ffce55;
}
.page-header .header-buttons a.refresh:hover,
.page-header .header-buttons a.refresh.active {
  color: #ffce55;
}
.page-header .header-buttons a.sidebar-toggler:before {
  background-color: #2dc3e8;
}
.page-header .header-buttons a.sidebar-toggler:hover,
.page-header .header-buttons a.sidebar-toggler.active {
  color: #2dc3e8;
}
.page-header.mail-header {
  border-bottom: 1px solid #eeeeee;
}
.page-header.mail-header .header-buttons a:before {
  display: none;
}
.page-header.mail-header .header-buttons a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.page-header.page-header-fixed {
  position: fixed;
  right: 0;
  left: 224px;
  top: 85px;
  z-index: 998;
  margin-top: 0 !important;
}
.page-header.page-header-fixed + .page-body {
  margin-top: 80px;
}
@media only screen and (max-width: 520px) {
  .header-title h1 small {
    display: none;
  }
}
/*#endregion page-header*/
.page-body {
  background: #eeeeee;
  padding: 18px 20px 24px;
}
/*--------Elements--------*/
/*#region Widget*/
.widget {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 0 30px 0;
  font-family: "Open Sans";
}
.widget.collapsed .widget-body {
  display: none;
}
.widget.collapsed.radius-bordered .widget-header {
  -webkit-border-radius: 3px 3px 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 3px 3px;
  -moz-background-clip: padding;
  border-radius: 3px 3px 3px 3px;
  background-clip: padding-box;
}
.widget.no-header .widget-header {
  display: none;
}
.widget.no-header.radius-bordered .widget-body {
  -webkit-border-radius: 3px 3px 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 3px 3px;
  -moz-background-clip: padding;
  border-radius: 3px 3px 3px 3px;
  background-clip: padding-box;
}
.widget.maximized {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  margin: 0;
  overflow: auto;
}
.widget.maximized .widget-body {
  padding: 12px 0;
}
.widget.transparent .widget-header,
.widget.transparent .widget-body {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.widget.transparent .widget-header {
  border-bottom: 1px solid #cccccc;
}
.widget.bordered-top {
  border-top: 3px solid #ffffff;
}
.widget.bordered-bottom {
  border-bottom: 3px solid #ffffff;
}
.widget.bordered-left {
  border-left: 3px solid #ffffff;
}
.widget.bordered-right {
  border-right: 3px solid #ffffff;
}
.widget.radius-bordered .widget-header {
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
}
.widget.radius-bordered .widget-body {
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}
.widget.flat .widget-body,
.widget.flat .widget-header {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.widget.lightshadow .widget-body,
.widget.lightshadow .widget-header {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.widget:hover .compact {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.widget:hover .compact i {
  color: #2dc3e8;
}
.widget-header {
  position: relative;
  min-height: 35px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  color: #555555;
  padding-left: 12px;
  text-align: right;
  /*#region Bordered Header */
  /*#endregion Bordered Header*/
}
.widget-header .widget-icon {
  display: block;
  width: 30px;
  height: 32px;
  position: relative;
  float: left;
  font-size: 111%;
  line-height: 32px;
  text-align: center;
  margin-left: -10px;
}
.widget-header > .widget-caption {
  line-height: 34px;
  padding: 0;
  margin: 0;
  float: left;
  text-align: left;
  font-weight: 400 !important;
  font-size: 13px;
}
.widget-header.lined {
  border: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding-left: 2%;
}
.widget-header.lined:before {
  content: "";
  position: absolute;
  display: block;
  width: 96%;
  bottom: 0;
  top: 35px;
  height: 1px;
  left: 2%;
  z-index: 1;
  border-bottom: 1px solid #e5e5e5;
}
.widget-header.lined .widget-buttons {
  padding-right: 2%;
}
.widget-header.lined + .widget-body {
  padding-left: 2%;
  padding-right: 2%;
}
.widget-header.separated {
  margin-bottom: 5px;
}
.widget-header[class*="bg-"] {
  border: 0;
}
.widget-header[class*="bg-"] .widget-caption,
.widget-header[class*="bg-"] i {
  color: #ffffff;
}
.widget-header.bordered-left {
  border-left: 3px solid #ffffff;
}
.widget-header.bordered-right {
  border-right: 3px solid #ffffff;
}
.widget-header.bordered-top {
  border-top: 3px solid #ffffff;
}
.widget-header.bordered-bottom {
  border-bottom: 3px solid #ffffff;
}
.widget-header.header-large {
  min-height: 49px;
  padding-left: 18px;
}
.widget-header.header-large h5 {
  line-height: 48px;
  font-size: 16px;
}
.widget-header.header-large > .widget-buttons {
  line-height: 48px;
  height: 48px;
}
.widget-header.header-large > .widget-buttons a {
  min-width: 26px;
}
.widget-header.header-large > .widget-buttons a i {
  font-size: 20px;
}
.widget-header.header-small {
  min-height: 29px;
  padding-left: 10px;
}
.widget-header.header-small h5 {
  line-height: 28px;
  font-size: 12px;
}
.widget-header.header-small > .widget-buttons {
  line-height: 29px;
  height: 29px;
}
.widget-header.header-small > .widget-buttons a {
  min-width: 16px;
  height: 16px;
}
.widget-header.header-small > .widget-buttons a i {
  font-size: 14px;
}
.widget-buttons {
  display: inline-block;
  padding: 0 5px;
  line-height: 34px;
  position: relative;
  text-align: left;
  height: 36px;
}
.widget-buttons.buttons-bordered {
  border-left: 1px solid #e5e5e5;
}
.widget-buttons.compact {
  margin-top: 4px;
  background-color: #f5f5f5;
  line-height: 27px;
  -webkit-transition: background-color 0.218s ease;
  -moz-transition: background-color 0.218s ease;
  -o-transition: background-color 0.218s ease;
  transition: background-color 0.218s ease;
  -webkit-transition: -webkit-box-shadow 0.218s ease;
  -moz-transition: -moz-box-shadow 0.218s ease;
  -o-transition: box-shadow 0.218s ease;
  transition: box-shadow 0.218s ease;
  -webkit-transition: color 0.318s ease;
  -moz-transition: color 0.318s ease;
  -o-transition: color 0.318s ease;
  transition: color 0.318s ease;
  height: 27px;
}
.widget-buttons.compact:hover {
  background-color: #2dc3e8;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.widget-buttons.compact:hover i {
  color: #ffffff;
}
.widget-buttons.compact:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4px;
  width: 4px;
  max-width: 4px;
  overflow: hidden;
  background-color: #2dc3e8;
}
.widget-buttons.compact a {
  min-width: 14px;
  line-height: 14px;
}
.widget-buttons.compact i {
  color: #cccccc;
  font-size: 14px;
}
.widget-buttons.no-padding {
  padding: 0;
}
.widget-buttons.padding-5 {
  padding: 0 5px;
}
.widget-buttons.no-border:before {
  display: none;
}
.widget-buttons label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 6px;
}
.widget-buttons > a {
  font-size: 14px;
  margin: 0 1px;
  display: inline-block;
  padding: 0;
  line-height: 24px;
  min-width: 20px;
  text-align: center;
}
.widget-buttons > a:hover {
  text-decoration: none;
}
.widget-buttons > a i {
  vertical-align: middle;
}
.widget-buttons > [data-toggle] > .fa {
  margin-right: 0;
}
.widget-buttons > [data-toggle]:hover {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.widget-buttons > [data-toggle]:focus {
  text-decoration: none;
}
.widget-buttons > [data-toggle="dispose"] {
  color: #777777;
  font-size: 14px;
}
.widget-buttons > [data-toggle="maximize"] {
  color: #777777;
  font-size: 14px;
}
.widget-buttons > [data-toggle="collapse"] {
  color: #777777;
  font-size: 14px;
}
.widget-buttons > [data-toggle="refresh"] {
  color: #777777;
  font-size: 14px;
}
.widget-buttons > [data-toggle="config"] {
  color: #777777;
  font-size: 14px;
}
.widget-buttons .progress {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  min-width: 100px;
  margin-top: -3px;
}
.widget-buttons .btn-group {
  margin-top: -2px;
}
.widget-buttons .btn-group .dropdown-menu {
  right: 0;
  left: auto;
}
.widget-buttons .badge {
  margin-top: -2px;
}
.widget-buttons .label {
  padding: 5px 6px 5px 6px;
}
.widget-buttons .pagination,
.widget-buttons .pager {
  float: right;
  margin: 5px 2px 1px;
}
.widget-buttons .btn {
  margin-top: -2px;
}
.widget-body {
  background-color: #fbfbfb;
  -webkit-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
  /*#region Bordered Widget Body*/
  /*#endregion Bordered Widget Body*/
  /*#region Colored Widget Body*/
  /*#endregion Colored Widget Body*/
  padding: 12px;
}
.widget-body.bordered-left {
  border-left: 3px solid #ffffff;
}
.widget-body.bordered-right {
  border-right: 3px solid #ffffff;
}
.widget-body.bordered-bottom {
  border-bottom: 3px solid #ffffff;
}
.widget-body.bordered-top {
  border-top: 3px solid #ffffff;
}
.widget-body[class*="bg-"] {
  color: #ffffff;
}
.widget-body.no-padding {
  padding: 0;
}
.widget-body.no-padding .accordion {
  border: 0;
}
.widget-body.no-padding .dataTables_filter label {
  margin: 10px;
}
.widget-body.no-padding .dataTables_length {
  top: 10px;
  right: 10px;
}
.widget-body.no-padding .DTTT.btn-group {
  right: 80px;
  top: 10px;
}
.widget-body .accordion.panel-group {
  border-top-width: 1px !important;
}
.widget-body > table {
  margin-bottom: 0;
}
.widget-body hr.wide {
  margin-left: -12px;
  margin-right: -12px;
}
/*#endregion Widget*/
/*#region DataBoxes*/
.databox-container {
  text-align: center;
  font-size: 0;
}
.databox {
  display: inline-block;
  width: 100%;
  height: 65px;
  padding: 0;
  font-size: 0;
  margin-bottom: 30px;
  vertical-align: top;
  min-width: 130px;
}
.databox .databox-icon {
  margin: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.databox .databox-icon > .fa,
.databox .databox-icon .typcn,
.databox .databox-icon .glyphicon,
.databox .databox-icon .wi {
  display: inline-block;
  margin: 0;
  text-align: center;
  position: relative;
  margin-top: 3px;
}
.databox .databox-icon > .fa:before,
.databox .databox-icon .typcn:before,
.databox .databox-icon .glyphicon:before,
.databox .databox-icon .wi:before {
  font-size: 40px;
  display: block;
  text-align: center;
}
.databox .databox-sparkline {
  padding-top: 0;
  margin: 0 auto;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  text-align: center;
  font-size: 24px;
}
.databox .databox-piechart {
  padding-top: 0;
  margin: 0 auto;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}
.databox .databox-header {
  display: block;
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: 400 /*rtl:300*/;
  margin: 8px 5px;
  position: relative;
}
.databox .databox-header i {
  margin-right: 5px;
}
.databox .databox-number {
  display: block;
  font-size: 17px;
  line-height: 26px;
  margin: 2px;
  position: relative;
  font-family: "Open Sans";
}
.databox .databox-number i {
  margin-right: 5px;
}
.databox .databox-number.number-xs {
  font-size: 11px;
}
.databox .databox-number.number-sm {
  font-size: 14px;
}
.databox .databox-number.number-lg {
  font-size: 20px;
}
.databox .databox-number.number-xlg {
  font-size: 23px;
}
.databox .databox-number.number-xxlg {
  font-size: 30px;
}
.databox .databox-title {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin: 2px;
  position: relative;
}
.databox .databox-title i {
  margin-right: 5px;
  font-size: 13px;
}
.databox .databox-text {
  display: block;
  font-size: 11px;
  margin: 4px 0 2px;
  position: relative;
}
.databox .databox-text i {
  margin-right: 5px;
  font-size: 13px;
}
.databox .databox-inlinetext {
  font-size: 11px;
  margin: 2px;
  position: relative;
}
.databox .databox-inlinetext i {
  margin-right: 5px;
  font-size: 13px;
}
.databox .databox-stat {
  display: inline-block;
  position: absolute;
  right: 7px;
  top: 7px;
  padding: 2px 5px;
}
.databox .databox-stat.stat-left {
  left: 7px;
  right: auto;
}
.databox .databox-stat .stat-text {
  display: inline-block;
  font-size: 13px;
  padding-right: 5px;
  font-weight: 500;
}
.databox .databox-stat .stat-icon {
  display: inline-block;
  font-size: 13px;
}
.databox .databox-stat .stat-icon.icon-lg {
  font-size: 16px;
}
.databox .databox-stat .stat-icon.icon-xlg {
  font-size: 18px;
}
.databox .databox-stat.radius-bordered {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.databox .databox-stat[class*="bg-"] {
  color: #ffffff;
}
.databox .databox-state {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 24px;
  width: 24px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #e5e5e5;
  text-align: center;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border: 2px solid #ffffff;
}
.databox .databox-state i {
  font-size: 13px;
  color: #ffffff;
  line-height: 20px;
}
.databox .databox-row {
  width: 100%;
  margin: 0;
  position: relative;
}
.databox .databox-row[class*="bg-"] {
  color: #ffffff;
}
.databox .databox-row.bordered-bottom {
  border-bottom: 1px solid #ffffff;
}
.databox .databox-row.bordered-top {
  border-top: 1px solid #ffffff;
}
.databox .databox-row.bordered-left {
  border-left: 1px solid #ffffff;
}
.databox .databox-row.bordered-right {
  border-right: 1px solid #ffffff;
}
.databox .databox-row.bordered-thick {
  border-width: 2px;
}
.databox .databox-row.row-1 {
  height: 8.33%;
}
.databox .databox-row.row-2 {
  height: 16.66%;
}
.databox .databox-row.row-3 {
  height: 25%;
}
.databox .databox-row.row-4 {
  height: 33.33%;
}
.databox .databox-row.row-5 {
  height: 41.66%;
}
.databox .databox-row.row-6 {
  height: 50%;
}
.databox .databox-row.row-7 {
  height: 58.33%;
}
.databox .databox-row.row-8 {
  height: 66.66%;
}
.databox .databox-row.row-9 {
  height: 75%;
}
.databox .databox-row.row-10 {
  height: 83.33%;
}
.databox .databox-row.row-11 {
  height: 91.66%;
}
.databox .databox-row.row-12 {
  height: 100%;
}
.databox .databox-cell {
  height: 100%;
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.databox .databox-cell[class*="bg-"] {
  color: #ffffff;
}
.databox .databox-cell.bordered-bottom {
  border-bottom: 1px solid #ffffff;
}
.databox .databox-cell.bordered-top {
  border-top: 1px solid #ffffff;
}
.databox .databox-cell.bordered-left {
  border-left: 1px solid #ffffff;
}
.databox .databox-cell.bordered-right {
  border-right: 1px solid #ffffff;
}
.databox .databox-cell.bordered-thick {
  border-width: 2px;
}
.databox .databox-cell.cell-1 {
  width: 8.33%;
}
.databox .databox-cell.cell-2 {
  width: 16.66%;
}
.databox .databox-cell.cell-3 {
  width: 25%;
}
.databox .databox-cell.cell-4 {
  width: 33.33%;
}
.databox .databox-cell.cell-5 {
  width: 41.66%;
}
.databox .databox-cell.cell-6 {
  width: 50%;
}
.databox .databox-cell.cell-7 {
  width: 58.33%;
}
.databox .databox-cell.cell-8 {
  width: 66.66%;
}
.databox .databox-cell.cell-9 {
  width: 75%;
}
.databox .databox-cell.cell-10 {
  width: 83.33%;
}
.databox .databox-cell.cell-11 {
  width: 91.66%;
}
.databox .databox-cell.cell-12 {
  width: 100%;
}
.databox.databox-inverted .databox-left {
  -lh-property: 0;
width:-webkit-calc(100% - 65px);
width:-moz-calc(100% - 65px);
width:calc(100% - 65px);
;
}
.databox.databox-inverted .databox-right {
  width: 65px;
}
.databox.databox-transparent .databox-left {
  background-color: transparent !important;
}
.databox.databox-transparent .databox-right {
  background-color: transparent !important;
}
.databox .databox-left {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
  width: 65px;
  height: 65px;
  padding: 10px;
  color: #2dc3e8;
}
.databox .databox-left[class*="bg-"] {
  color: #ffffff;
}
.databox .databox-right {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  -lh-property: 0;
width:-webkit-calc(100% - 65px);
width:-moz-calc(100% - 65px);
width:calc(100% - 65px);
;
  height: 65px;
  color: #555555;
  padding: 5px 10px;
}
.databox .databox-right.bordered {
  border-left: 1px solid #ffffff;
}
.databox .databox-right.bordered-thick {
  border-left: 3px solid #ffffff;
}
.databox .databox-right[class*="bg-"] {
  color: #ffffff;
}
.databox.databox-shadowed {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.databox.radius-bordered {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.databox.radius-bordered .databox-left {
  -webkit-border-radius: 3px 0 0 3px /*rtl:0 3px 3px 0*/;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 0 3px /*rtl:0 3px 3px 0*/;
  -moz-background-clip: padding;
  border-radius: 3px 0 0 3px /*rtl:0 3px 3px 0*/;
  background-clip: padding-box;
}
.databox.radius-bordered .databox-right {
  -webkit-border-radius: 0 3px 3px 0 /*rtl:3px 0 0 3px*/;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 3px 3px 0 /*rtl:3px 0 0 3px*/;
  -moz-background-clip: padding;
  border-radius: 0 3px 3px 0 /*rtl:3px 0 0 3px*/;
  background-clip: padding-box;
}
.databox.radius-bordered .databox-right .databox-row:first-child {
  -webkit-border-radius: 0 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 3px 0 0;
  background-clip: padding-box;
}
.databox.radius-bordered .databox-right .databox-row:last-child {
  -webkit-border-radius: 0 0 3px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 0;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 0;
  background-clip: padding-box;
}
.databox.databox-graded {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #dddddd, #ffffff);
  background-image: -moz-linear-gradient(left, #dddddd, #ffffff);
  background-image: -o-linear-gradient(left, #dddddd, #ffffff);
  background-image: linear-gradient(to right, #dddddd, #ffffff);
}
.databox.databox-halved .databox-left {
  width: 50% !important;
}
.databox.databox-halved .databox-right {
  width: 50% !important;
}
.databox.databox-lg {
  height: 80px;
}
.databox.databox-lg .databox-icon > .fa:before,
.databox.databox-lg .databox-icon .typcn:before,
.databox.databox-lg .databox-icon .glyphicon:before,
.databox.databox-lg .databox-icon .wi:before {
  font-size: 48px;
  padding: 6px 4px 7px;
}
.databox.databox-lg .databox-sparkline {
  margin: 13px auto;
}
.databox.databox-lg .databox-number {
  font-size: 20px;
  margin: 4px 0 6px;
}
.databox.databox-lg .databox-left {
  width: 80px;
  height: 80px;
}
.databox.databox-lg .databox-right {
  -lh-property: 0;
width:-webkit-calc(100% - 80px);
width:-moz-calc(100% - 80px);
width:calc(100% - 80px);
;
  height: 80px;
  padding: 10px 15px;
}
.databox.databox-lg.databox-inverted .databox-left {
  -lh-property: 0;
width:-webkit-calc(100% - 80px);
width:-moz-calc(100% - 80px);
width:calc(100% - 80px);
;
}
.databox.databox-lg.databox-inverted .databox-right {
  width: 80px;
}
.databox.databox-xlg {
  height: 170px;
}
.databox.databox-xlg .databox-icon > .fa:before,
.databox.databox-xlg .databox-icon .typcn:before,
.databox.databox-xlg .databox-icon .glyphicon:before {
  padding: 6px 4px 7px;
}
.databox.databox-xlg .databox-icon .wi:before {
  font-size: 55px !important;
}
.databox.databox-xlg .databox-left {
  width: 170px;
  height: 170px;
}
.databox.databox-xlg .databox-right {
  -lh-property: 0;
width:-webkit-calc(100% - 170px);
width:-moz-calc(100% - 170px);
width:calc(100% - 170px);
;
  height: 170px;
}
.databox.databox-xlg.databox-inverted .databox-left {
  -lh-property: 0;
width:-webkit-calc(100% - 170px);
width:-moz-calc(100% - 170px);
width:calc(100% - 170px);
;
}
.databox.databox-xlg.databox-inverted .databox-right {
  width: 170px;
}
.databox.databox-xxlg {
  height: 250px;
}
.databox.databox-xxlg .databox-icon > .fa:before,
.databox.databox-xxlg .databox-icon .typcn:before,
.databox.databox-xxlg .databox-icon .glyphicon:before,
.databox.databox-xxlg .databox-icon .wi:before {
  font-size: 200px;
  padding: 6px 4px 7px;
}
.databox.databox-xxlg .databox-left {
  width: 250px;
  height: 250px;
}
.databox.databox-xxlg .databox-right {
  -lh-property: 0;
width:-webkit-calc(100% - 250px);
width:-moz-calc(100% - 250px);
width:calc(100% - 250px);
;
  height: 250px;
}
.databox.databox-xxlg.databox-inverted .databox-left {
  -lh-property: 0;
width:-webkit-calc(100% - 250px);
width:-moz-calc(100% - 250px);
width:calc(100% - 250px);
;
}
.databox.databox-xxlg.databox-inverted .databox-right {
  width: 250px;
}
.databox.databox-vertical {
  width: 100%;
  height: 100px;
}
.databox.databox-vertical .databox-top {
  position: relative;
  width: 100%;
  height: 50px;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 5px;
  color: #2dc3e8;
}
.databox.databox-vertical .databox-top[class*="bg-"] {
  color: #ffffff;
}
.databox.databox-vertical .databox-bottom {
  position: relative;
  width: 100%;
  height: 50px;
  display: inline-block;
  margin: 0;
  color: #555555;
  padding: 5px 10px;
}
.databox.databox-vertical .databox-bottom.bordered {
  border-top: 1px solid #ffffff;
}
.databox.databox-vertical .databox-bottom.bordered-thick {
  border-top: 3px solid #ffffff;
}
.databox.databox-vertical .databox-bottom[class*="bg-"] {
  color: #ffffff;
}
.databox.databox-vertical .databox-icon > .fa:before,
.databox.databox-vertical .databox-icon .typcn:before,
.databox.databox-vertical .databox-icon .glyphicon:before,
.databox.databox-vertical .databox-icon .wi:before {
  font-size: 38px;
}
.databox.databox-vertical.radius-bordered {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-top {
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-top .databox-row:first-child .databox-cell:first-child {
  -webkit-border-radius: 3px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 0 0 0;
  background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-top .databox-row:first-child .databox-cell:last-child {
  -webkit-border-radius: 0 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 3px 0 0;
  background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-top img {
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-bottom {
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-bottom .databox-row:last-child .databox-cell:first-child {
  -webkit-border-radius: 0 0 0 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 0 3px;
  background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-bottom .databox-row:last-child .databox-cell:last-child {
  -webkit-border-radius: 0 0 3px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 0;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 0;
  background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-bottom img {
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}
.databox.databox-vertical.databox-graded {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #e5e5e5, #ffffff);
  background-image: -moz-linear-gradient(top, #e5e5e5, #ffffff);
  background-image: -o-linear-gradient(top, #e5e5e5, #ffffff);
  background-image: linear-gradient(to bottom, #e5e5e5, #ffffff);
}
.databox.databox-vertical.databox-halved .databox-top {
  height: 50%;
}
.databox.databox-vertical.databox-halved .databox-bottom {
  height: 50%;
}
.databox.databox-vertical.databox-lg {
  height: 150px;
  width: 100%;
}
.databox.databox-vertical.databox-lg .databox-number {
  font-size: 17px;
  margin: 2px;
}
.databox.databox-vertical.databox-lg .databox-icon > .fa:before,
.databox.databox-vertical.databox-lg .databox-icon .typcn:before,
.databox.databox-vertical.databox-lg .databox-icon .glyphicon:before {
  font-size: 38px !important;
  padding: 0;
}
.databox.databox-vertical.databox-lg .databox-icon .wi:before {
  font-size: 50px !important;
  padding: 0;
}
.databox.databox-vertical.databox-lg .databox-top {
  height: 50px;
}
.databox.databox-vertical.databox-lg .databox-bottom {
  height: 100px;
}
.databox.databox-vertical.databox-lg.databox-inverted .databox-icon > .fa:before,
.databox.databox-vertical.databox-lg.databox-inverted .databox-icon .typcn:before,
.databox.databox-vertical.databox-lg.databox-inverted .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-lg.databox-inverted .databox-icon .wi:before {
  font-size: 85px;
  padding: 0;
}
.databox.databox-vertical.databox-lg.databox-inverted .databox-top {
  height: 100px;
}
.databox.databox-vertical.databox-lg.databox-inverted .databox-bottom {
  height: 50px;
}
.databox.databox-vertical.databox-lg.databox-halved .databox-icon > .fa:before,
.databox.databox-vertical.databox-lg.databox-halved .databox-icon .typcn:before,
.databox.databox-vertical.databox-lg.databox-halved .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-lg.databox-halved .databox-icon .wi:before {
  font-size: 58px;
  padding: 0;
}
.databox.databox-vertical.databox-lg.databox-halved .databox-top {
  height: 75px;
}
.databox.databox-vertical.databox-lg.databox-halved .databox-bottom {
  height: 75px;
}
.databox.databox-vertical.databox-xlg {
  height: 200px;
  width: 100%;
}
.databox.databox-vertical.databox-xlg .databox-icon > .fa:before,
.databox.databox-vertical.databox-xlg .databox-icon .typcn:before,
.databox.databox-vertical.databox-xlg .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xlg .databox-icon .wi:before {
  font-size: 38px;
  padding: 0;
}
.databox.databox-vertical.databox-xlg .databox-top {
  height: 50px;
}
.databox.databox-vertical.databox-xlg .databox-bottom {
  height: 150px;
}
.databox.databox-vertical.databox-xlg.databox-inverted .databox-icon > .fa:before,
.databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .typcn:before,
.databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .wi:before {
  font-size: 120px;
  padding: 10px;
}
.databox.databox-vertical.databox-xlg.databox-inverted .databox-top {
  height: 150px;
}
.databox.databox-vertical.databox-xlg.databox-inverted .databox-bottom {
  height: 50px;
}
.databox.databox-vertical.databox-xlg.databox-halved .databox-icon > .fa:before,
.databox.databox-vertical.databox-xlg.databox-halved .databox-icon .typcn:before,
.databox.databox-vertical.databox-xlg.databox-halved .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xlg.databox-halved .databox-icon .wi:before {
  font-size: 85px;
  padding: 0;
}
.databox.databox-vertical.databox-xlg.databox-halved .databox-top {
  height: 100px;
}
.databox.databox-vertical.databox-xlg.databox-halved .databox-bottom {
  height: 100px;
}
.databox.databox-vertical.databox-xxlg {
  height: 300px;
  width: 100%;
}
.databox.databox-vertical.databox-xxlg .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxlg .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxlg .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxlg .databox-icon .wi:before {
  font-size: 38px;
  padding: 0;
}
.databox.databox-vertical.databox-xxlg .databox-top {
  height: 50px;
}
.databox.databox-vertical.databox-xxlg .databox-bottom {
  height: 250px;
}
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .wi:before {
  font-size: 220px;
  padding: 10px;
}
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-top {
  height: 250px;
}
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-bottom {
  height: 50px;
}
.databox.databox-vertical.databox-xxlg.databox-halved .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .wi:before {
  font-size: 120px;
  padding: 10px;
}
.databox.databox-vertical.databox-xxlg.databox-halved .databox-top {
  height: 150px;
}
.databox.databox-vertical.databox-xxlg.databox-halved .databox-bottom {
  height: 150px;
}
.databox.databox-vertical.databox-xxxlg {
  height: 500px;
  width: 100%;
}
.databox.databox-vertical.databox-xxxlg .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxxlg .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxxlg .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxxlg .databox-icon .wi:before {
  font-size: 38px;
  padding: 0;
}
.databox.databox-vertical.databox-xxxlg .databox-top {
  height: 50px;
}
.databox.databox-vertical.databox-xxxlg .databox-bottom {
  height: 450px;
}
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .wi:before {
  font-size: 420px;
  padding: 10px;
}
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-top {
  height: 450px;
}
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-bottom {
  height: 50px;
}
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .wi:before {
  font-size: 220px;
  padding: 10px;
}
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-top {
  height: 250px;
}
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-bottom {
  height: 250px;
}
.databox .chart {
  font-size: 13px;
}
/*#endregion DataBoxes*/


.by-alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.by-alert {
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
    border-width: 0;
    border-left-width: 5px;
    padding: 10px;
    border-radius: 0;
}

.by-alert.by-alert-xs{
    padding: 5px;
    display: inline-block;
    font-size:12px !important;
    margin: 5px 0;
}

.by-alert.by-alert-warning {
    border-color: #ffce55;
    color: #555;
    font-size: 13px;
    background: #fff1a8;
}

.by-alert.by-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    font-size: 13px;
    font-weight: 300;
}

.by-alert.by-alert-default {
    color: #555;
    background-color: #eee;
    border-color: #ddd;
    font-size: 13px;
    font-weight: 300;
}

.by-alert.by-alert-error {
    color: #FFF;
    background-color: #d35400;
    border-color: #c0392b;
    font-size: 13px;
    font-weight: 300;
}

.by-alert.by-alert-success{
    color: #FFF;
    background-color: #2ecc71;
    border-color: #27ae60;
    font-size: 13px;
    font-weight: 300;
}

.badge-darkorange {
    background-color: #ed4e2a !important;
    background-image: none !important;
    color: #FFF !important;
    font-size: 11px;
}