/* 

*/
html {
  background-color: #f6f7f8;
}
body {
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #777777;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143;
}
*:focus {
  outline: 0 !important;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: "Segoe UI", "PT Sans", "Helvetica Neue", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}
a {
  color: #e00;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  color: rgb(231, 76, 76);
  text-decoration: none;
}
.well,
pre {
  background-color: #f1f2f3;
  border-color: #e3e5e7;
}
small,
.small {
  font-size: 13px;
}
blockquote {
  border-color: #e3e5e7;
}
label {
  font-weight: normal;
}
sup {
  position: relative;
  top: -0.5em;
  font-size: 75%;
}
.thumbnail {
  border-color: #e3e5e7;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pull-none-sm {
    float: none !important;
  }
  .pull-right-sm {
    float: right !important;
  }
  .pull-left-sm {
    float: left !important;
  }
  .hidden-sm.show {
    display: inherit !important;
  }
}
@media (max-width: 767px) {
  .pull-none-xs {
    float: none !important;
  }
  .pull-right-xs {
    float: right !important;
  }
  .pull-left-xs {
    float: left !important;
  }
  .hidden-xs.show {
    display: inherit !important;
  }
}
.badge,
.label {
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #acb2b8;
}
.badge.bg-light,
.label.bg-light {
  text-shadow: none;
  color: #777777;
}
.badge {
  padding: 3px 6px;
}
.badge.up {
  position: relative;
  top: -10px;
  margin: 0 -0.5em;
}
.badge-lg {
  border-radius: 20px;
  font-size: 16px;
  padding: 5px 9px;
}
.badge-sm {
  padding: 2px 5px;
}
.badge-xs {
  padding: 1px 4px;
}
.label-lg {
  font-size: 16px;
  padding: 5px 9px;
}
.label-sm {
  padding: 1px 5px 2px;
}
.label-xs {
  padding: 0 4px 1px;
}
.badge-white {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 2px 6px;
}
.badge-black {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: inherit;
}
.btn-default {
  color: #777777 !important;
  background-color: #ffffff;
  border-color: #e3e5e7;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.btn-stroke:hover,
.btn-default.btn-stroke:focus,
.btn-default.btn-stroke:active,
.btn-default.btn-stroke.active,
.open .dropdown-toggle.btn-default {
  color: #777777 !important;
  background-color: #f2f2f2 !important;
  border-color: #cdd1d4 !important;
}
.btn-default.btn-addon > i {
  border: 1px solid #d3d6d9;
  background-color: #f0f0f0;
}
.btn-default.btn-stroke {
  color: #ffffff !important;
  background-color: transparent;
}
.btn-primary {
  color: #ffffff !important;
  background-color: #155abb;
  border-color: #155abb;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.btn-stroke:hover,
.btn-primary.btn-stroke:focus,
.btn-primary.btn-stroke:active,
.btn-primary.btn-stroke.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff !important;
  background-color: #124fa4 !important;
  border-color: #114896 !important;
}
.btn-primary.btn-addon > i {
  border: 1px solid #124d9f;
  background-color: #124d9f;
}
.btn-primary.btn-stroke {
  color: #155abb !important;
  background-color: transparent;
}
.btn-success {
  color: #ffffff !important;
  background-color: #4bb622;
  border-color: #4bb622;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.btn-stroke:hover,
.btn-success.btn-stroke:focus,
.btn-success.btn-stroke:active,
.btn-success.btn-stroke.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff !important;
  background-color: #42a11e !important;
  border-color: #3d941c !important;
}
.btn-success.btn-addon > i {
  border: 1px solid #409c1d;
  background-color: #409c1d;
}
.btn-success.btn-stroke {
  color: #4bb622 !important;
  background-color: transparent;
}
.btn-info {
  color: #ffffff !important;
  background-color: #2772ee;
  border-color: #2772ee;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.btn-stroke:hover,
.btn-info.btn-stroke:focus,
.btn-info.btn-stroke:active,
.btn-info.btn-stroke.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff !important;
  background-color: #1263e9 !important;
  border-color: #115ddb !important;
}
.btn-info.btn-addon > i {
  border: 1px solid #1261e4;
  background-color: #1261e4;
}
.btn-info.btn-stroke {
  color: #2772ee !important;
  background-color: transparent;
}
.btn-warning {
  color: #ffffff !important;
  background-color: #f88311;
  border-color: #f88311;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.btn-stroke:hover,
.btn-warning.btn-stroke:focus,
.btn-warning.btn-stroke:active,
.btn-warning.btn-stroke.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff !important;
  background-color: #e97607 !important;
  border-color: #da6f06 !important;
}
.btn-warning.btn-addon > i {
  border: 1px solid #e47407;
  background-color: #e47407;
}
.btn-warning.btn-stroke {
  color: #f88311 !important;
  background-color: transparent;
}
.btn-danger {
  color: #ffffff !important;
  background-color: #e11144;
  border-color: #e11144;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.btn-stroke:hover,
.btn-danger.btn-stroke:focus,
.btn-danger.btn-stroke:active,
.btn-danger.btn-stroke.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff !important;
  background-color: #c90f3d !important;
  border-color: #bb0e39 !important;
}
.btn-danger.btn-addon > i {
  border: 1px solid #c50f3b;
  background-color: #c50f3b;
}
.btn-danger.btn-stroke {
  color: #e11144 !important;
  background-color: transparent;
}
.btn-inverse {
  color: #ffffff !important;
  background-color: #e00;
  border-color: #e00;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.btn-stroke:hover,
.btn-inverse.btn-stroke:focus,
.btn-inverse.btn-stroke:active,
.btn-inverse.btn-stroke.active,
.open .dropdown-toggle.btn-inverse {
  color: #ffffff !important;
  background-color: rgb(231, 76, 76) !important;
  border-color: #9046ea !important;
}
.btn-inverse.btn-addon > i {
  border: 1px solid rgb(231, 76, 76);
  background-color: rgb(231, 76, 76);
}
.btn-inverse.btn-stroke {
  color: #e00 !important;
  background-color: transparent;
}
.btn-dark {
  color: #ffffff !important;
  background-color: #202a3a;
  border-color: #202a3a;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.btn-stroke:hover,
.btn-dark.btn-stroke:focus,
.btn-dark.btn-stroke:active,
.btn-dark.btn-stroke.active,
.open .dropdown-toggle.btn-dark {
  color: #ffffff !important;
  background-color: #171e2a !important;
  border-color: #111720 !important;
}
.btn-dark.btn-addon > i {
  border: 1px solid #151c26;
  background-color: #151c26;
}
.btn-dark.btn-stroke {
  color: #202a3a !important;
  background-color: transparent;
}
.btn-black {
  color: #ffffff !important;
  background-color: #282836;
  border-color: #282836;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.btn-black.btn-stroke:hover,
.btn-black.btn-stroke:focus,
.btn-black.btn-stroke:active,
.btn-black.btn-stroke.active,
.open .dropdown-toggle.btn-black {
  color: #ffffff !important;
  background-color: #1d1d27 !important;
  border-color: #17171f !important;
}
.btn-black.btn-addon > i {
  border: 1px solid #1b1b24;
  background-color: #1b1b24;
}
.btn-black.btn-stroke {
  color: #282836 !important;
  background-color: transparent;
}
.btn-light {
  color: #777777 !important;
  background-color: #f1f2f3;
  border-color: #f1f2f3;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.btn-stroke:hover,
.btn-light.btn-stroke:focus,
.btn-light.btn-stroke:active,
.btn-light.btn-stroke.active,
.open .dropdown-toggle.btn-light {
  color: #777777 !important;
  background-color: #e3e5e7 !important;
  border-color: #dbdee0 !important;
}
.btn-light.btn-addon > i {
  border: 1px solid #e1e3e5;
  background-color: #e1e3e5;
}
.btn-light.btn-stroke {
  color: #f1f2f3 !important;
  background-color: transparent;
}
.btn {
  font-weight: 500;
  border-radius: 0px;
  outline: 0!important;
}
.btn > i.pull-left,
.btn > i.pull-right {
  line-height: 1.428571429;
}
.btn-link {
  color: #777777;
}
.btn-link.active {
  webkit-box-shadow: none;
  box-shadow: none;
}
.btn-block {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
}
.btn-rounded {
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-rounded.btn-lg {
  padding-left: 25px;
  padding-right: 25px;
}
.btn-addon i {
  margin: -7px -12px;
  margin-right: 12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  float: left;
  position: relative;
  left: -1px;
  border-radius: 0px 0 0 0px;
}
.btn-addon i.pull-right {
  left: auto;
  right: -1px;
  margin-right: -12px;
  margin-left: 12px;
  border-radius: 0 0px 0px 0;
}
.btn-addon.btn-sm i {
  margin: -6px -10px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.btn-addon.btn-sm i.pull-right {
  margin-right: -10px;
  margin-left: 10px;
}
.btn-addon.btn-lg i {
  margin: -11px -16px;
  margin-right: 16px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.btn-addon.btn-lg i.pull-right {
  margin-right: -16px;
  margin-left: 16px;
}
.btn-clip {
  border-color: rgba(0, 0, 0, 0.1) !important;
  background-clip: padding-box;
}
.btn-icon {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 34px;
  height: 34px;
  padding: 0;
  text-align: center;
  line-height: 34px;
}
.btn-icon.btn-sm {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.btn-icon.btn-lg {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.btn-groups .btn {
  margin-bottom: 5px;
}
.dropdown-menu {
  overflow: hidden;
  border-radius: 0px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e3e5e7;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu.pull-left {
  left: 100%;
}
.dropdown-menu.pull-right {
  left: auto !important;
}
.dropdown-menu > .panel {
  border: none;
  margin: -5px 0;
}
.dropdown-menu > li > a {
  color: #777777;
  padding: 5px 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: none;
  filter: none;
  color: #777777;
  background-color: #f1f2f3 !important;
}
.dropdown-menu.top,
.dropdown-menu.top-left,
.dropdown-menu.top-right {
  margin-top: -2px;
}
.dropdown-menu.datepicker {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
}
.dropdown-menu.datepicker .btn {
  font-size: 12px;
}
.dropdown-menu.timepicker {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}
.dropdown-menu.timepicker .btn {
  font-size: 12px;
}
.dropdown-header {
  padding: 5px 15px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background-color: #f1f2f3 !important;
  color: #777777;
}
.dropdown-submenu:hover > .dropdown-menu,
.dropdown-submenu:focus > .dropdown-menu {
  display: block;
}
.dropdown-submenu.pull-left {
  float: none !important;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.dropdown-submenu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: -6px;
  margin-left: -1px;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
}
@media (max-width: 767px) {
  .dropdown-menu.pull-none-xs {
    left: 0;
  }
}
.form-control {
  border-color: #d6d8db;
  border-radius: 0;
}
.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #acb2b8;
}
.form-control-spin {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 45px;
  border-radius: 0;
}
.input-group-addon {
  border-color: #d6d8db;
  background-color: #f1f2f3;
}
.form-group-stack .form-control {
  margin-top: -1px;
  position: relative;
  border-radius: 0;
}
.form-group-stack .form-control:focus,
.form-group-stack .form-control:active {
  z-index: 1;
}
.form-validation .form-control.ng-dirty.ng-invalid {
  border-color: #e11144;
}
.form-validation .form-control.ng-dirty.ng-valid,
.form-validation .form-control.ng-dirty.ng-valid:focus {
  border-color: #4bb622;
}
.form-validation .ui-checks .ng-invalid.ng-dirty + i {
  border-color: #e11144;
}
.form-file {
  position: relative;
}
.form-file input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.list-group {
  border-radius: 0px;
}
.list-group.no-radius .list-group-item {
  border-radius: 0 !important;
}
.list-group.no-borders .list-group-item {
  border: none;
}
.list-group.no-border .list-group-item {
  border-width: 1px 0;
}
.list-group.no-bg .list-group-item {
  background-color: transparent;
}
.list-group.bg-inherit .list-group-item {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.075);
}
.list-group.bg-inherit .list-group-item:hover,
.list-group.bg-inherit .list-group-item:focus,
.list-group.bg-inherit .list-group-item.active,
.list-group.bg-inherit .list-group-item.active:hover,
.list-group.bg-inherit .list-group-item.active:focus {
  background-color: rgba(0, 0, 0, 0.075);
  border-color: rgba(0, 0, 0, 0.1);
}
.list-group-item {
  border-color: #ecedee;
  padding-right: 15px;
}
a.list-group-item:hover,
a.list-group-item:focus,
a.list-group-item.hover {
  background-color: #f9fafa;
}
.list-group-item.media {
  margin-top: 0;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  color: #fff;
  border-color: #4bb622;
  background-color: #4bb622;
}
.list-group-item.active .text-muted,
.list-group-item.active:hover .text-muted,
.list-group-item.active:focus .text-muted {
  color: #c4f1b3;
}
.list-group-item.active a,
.list-group-item.active:hover a,
.list-group-item.active:focus a {
  color: #fff;
}
.list-group-item.focus {
  background-color: #e9eaec;
}
.list-group-item.select {
  position: relative;
  z-index: 1;
  background-color: #dbeef9;
  border-color: #c5e4f5;
}
.list-group-alt .list-group-item:nth-child(2n+2) {
  background-color: rgba(0, 0, 0, 0.02);
}
.list-group-alt .list-group-item.active:nth-child(2n+2) {
  background-color: #4bb622;
}
.list-group-lg .list-group-item {
  padding: 15px 25px;
}
.list-group-md .list-group-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.list-group-sm .list-group-item {
  padding: 6px 10px;
}
.list-group-gap .list-group-item {
  margin-bottom: 5px;
  border-radius: 3px;
}
.modal-backdrop {
  background-color: #202a3a;
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-over {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
}
.modal-center {
  position: absolute;
  left: 50%;
  top: 50%;
}
.nav > li > a,
.nav.bg-inherit > li > a {
  color: #777777;
}
.nav > li > a:hover,
.nav.bg-inherit > li > a:hover,
.nav > li > a:focus,
.nav.bg-inherit > li > a:focus,
.nav > li.active > a,
.nav.bg-inherit > li.active > a {
  color: #6a6a6a;
  background-color: #eeeff1;
}
.nav.nav-lg > li > a {
  padding: 20px 20px;
}
.nav.nav-md > li > a {
  padding: 15px 15px;
}
.nav.nav-sm > li > a {
  font-size: 13px;
  padding: 6px 12px;
}
.nav.nav-xs > li > a {
  font-size: 12px;
  padding: 4px 10px;
}
.nav.nav-xxs > li > a {
  font-size: 12px;
  padding: 1px 10px;
}
.nav.nav-rounded > li > a {
  border-radius: 20px;
}
.nav.no-radius > li > a {
  border-radius: 0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeff1;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:active {
  color: #777777;
  background-color: #e3e5e7;
}
.nav-pills > li.active > a > .text-muted {
  color: #777777;
}
.nav-tabs {
  border-color: #e3e5e7;
}
.nav-tabs > li > a {
  border-radius: 0px 0px 0 0;
  border-bottom-color: #e3e5e7;
}
.nav-tabs > li:hover > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover .nav-tabs > li.active > a:focus {
  border-color: #e3e5e7;
  background-color: #fff;
}
.nav-tabs > li.active > a {
  border-bottom-color: #fff !important;
}
.nav-tabs.nav-justified > li {
  display: table-cell;
  width: 1%;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 0;
  border-radius: 0px 0px 0 0;
}
.nav-lines {
  margin-bottom: -1px;
  border-width: 0 !important;
}
.nav-lines > li {
  float: left;
  margin-right: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}
.nav-lines > li > a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: transparent !important;
}
.nav-lines > li.active {
  border-bottom-color: inherit;
}
.nav-list a {
  border-bottom: 1px solid #e3e5e7;
}
.tab-container {
  margin-bottom: 15px;
}
.tab-container .tab-content {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #e3e5e7;
  border-top-width: 0;
  border-radius: 0 0 0px 0px;
}
.nav-sub {
  opacity: 0;
  height: 0;
  overflow: hidden;
  margin-left: -20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.active > .nav-sub {
  opacity: 1;
  margin-left: 0;
  height: auto !important;
  overflow: visible;
}
.navbar {
  border: none;
  margin: 0;
  min-height: 48px;
}
.navbar .navbar-btn {
  margin-top: 7px;
}
.navbar .navbar-form {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar .navbar-nav > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
.navbar .navbar-brand {
  width: 230px;
  font-size: 20px;
  display: block;
  height: 48px;
  padding: 14px 19px;
}
.navbar .navbar-brand:hover {
  text-decoration: none;
}
.navbar .navbar-brand img {
  max-height: 20px;
  margin-top: -4px;
  vertical-align: middle;
}
.navbar .navbar-img {
  max-height: 48px;
  position: relative;
  top: 0;
  margin-top: -14px;
  margin-bottom: -14px;
}
.navbar .navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar .navbar-divider {
  width: 1px !important;
  height: 48px;
  float: left;
  position: relative;
  border-left: 1px solid #ccc;
  opacity: .3;
}
.navbar .navbar-header > button {
  text-decoration: none;
  font-size: 16px;
  padding: 0 14px;
  line-height: 48px;
  border: none;
  background-color: transparent;
}
.navbar .navbar-collapse {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination > li > a {
  border-color: #e3e5e7;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  border-color: #e3e5e7;
  background-color: #f1f2f3;
}
.panel {
  border-radius: 0px;
}
.panel .accordion-toggle {
  font-size: 14px;
  display: block;
  cursor: pointer;
}
.panel .list-group-item {
  border-color: #f1f2f3;
}
.panel.no-borders {
  border-width: 0;
}
.panel.no-borders .panel-heading,
.panel.no-borders .panel-footer {
  border-width: 0;
}
.panel-heading {
  border-radius: 0px 0px 0 0;
}
.panel-default .panel-heading {
  background-color: #f9fafa;
}
.panel-default .panel-heading.bg-white {
  background-color: #fff;
}
.panel-heading.no-border {
  margin: -1px -1px 0 -1px;
  border: none;
}
.panel-heading .nav {
  margin: -10px -15px;
}
.panel-heading .list-group {
  background: transparent;
}
.panel-heading.panel-heading-sm {
  padding-top: 8px;
  padding-bottom: 8px;
}
.panel-heading.panel-heading-xs {
  padding-top: 6px;
  padding-bottom: 6px;
}
.panel-footer {
  border-color: #f1f2f3;
  border-radius: 0 0 0px 0px;
  background-color: #f9fafa;
}
.panel-footer.panel-footer-sm {
  padding-top: 8px;
  padding-bottom: 8px;
}
.panel-footer.panel-footer-xs {
  padding-top: 6px;
  padding-bottom: 6px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #f1f2f3;
}
.panel-default {
  border-color: #e3e5e7;
}
.panel-default > .panel-heading,
.panel-default > .panel-footer {
  border-color: #f1f2f3;
}
.panel-primary {
  border-color: #c8d8ef;
}
.panel-primary > .panel-heading {
  color: #0b2e5f;
  background-color: #dce6f5;
  border-color: #c8d8ef;
}
.panel-info {
  border-color: #c7dafb;
}
.panel-info > .panel-heading {
  color: #0d45a2;
  background-color: #dfeafc;
  border-color: #c7dafb;
}
.panel-success {
  border-color: #d4eecb;
}
.panel-success > .panel-heading {
  color: #286012;
  background-color: #e4f4de;
  border-color: #d4eecb;
}
.panel-warning {
  border-color: #fddfc3;
}
.panel-warning > .panel-heading {
  color: #9e5105;
  background-color: #feecdb;
  border-color: #fddfc3;
}
.panel-danger {
  border-color: #f8c5d1;
}
.panel-danger > .panel-heading {
  color: #820a27;
  background-color: #fbdbe3;
  border-color: #f8c5d1;
}
.panel-dark {
  border-color: #d0d2d5;
}
.panel-dark > .panel-heading {
  color: #000000;
  background-color: #dedfe1;
  border-color: #d0d2d5;
}
.progress {
  background-color: #f1f2f3;
}
.progress-xxxs {
  height: 1px;
}
.progress-xxs {
  height: 2px;
}
.progress-xs {
  height: 6px;
}
.progress-sm {
  height: 12px;
}
.progress-sm .progress-bar {
  font-size: 10px;
  line-height: 12px;
}
.progress,
.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-primary {
  background-color: #155abb;
}
.progress-bar-info {
  background-color: #2772ee;
}
.progress-bar-success {
  background-color: #4bb622;
}
.progress-bar-warning {
  background-color: #f88311;
}
.progress-bar-danger {
  background-color: #e11144;
}
.progress-bar-black {
  background-color: #282836;
}
.progress-bar-white {
  background-color: #fff;
}
.col-0 {
  clear: left;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter [class*="col"] {
  padding: 0;
}
.row-sm {
  margin-left: -10px;
  margin-right: -10px;
}
.row-sm > div {
  padding-left: 10px;
  padding-right: 10px;
}
/*phone*/
@media (max-width: 767px) {
  .row-2 [class*="col"] {
    width: 50%;
    float: left;
  }
  .row-2 .col-0 {
    clear: none;
  }
  .row-2 li:nth-child(odd) {
    clear: left;
    margin-left: 0;
  }
}
.panel .table {
  border-color: #eeeff1 !important;
}
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px 15px;
  border-top: 1px solid #eeeff1;
}
.table > thead > tr > th {
  padding: 8px 15px;
  border-bottom: 1px solid #eeeff1;
}
.table-bordered {
  border-color: #eeeff1;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th {
  border-color: #eeeff1;
}
.table-bordered > thead > tr > th {
  border-color: #eeeff1;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fdfdfe;
}
.table-striped > thead > th {
  background-color: #fdfdfe;
  border-right: 1px solid #eeeff1;
}
.table-striped > thead > th:last-child {
  border-right: none;
}
.arrow {
  position: absolute;
  z-index: 10;
}
.arrow:before,
.arrow:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 9px;
  border-color: transparent;
  border-style: solid;
}
.arrow:after {
  border-width: 8px;
}
.arrow.top {
  top: -9px;
  left: 50%;
  margin-left: -9px;
}
.arrow.top.pull-in {
  top: -4px;
}
.arrow.top:before {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-top-width: 0;
}
.arrow.top:after {
  top: 1px;
  left: 1px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: inherit;
  border-left-color: transparent;
  border-top-width: 0;
}
.arrow.right {
  top: 50%;
  right: 0;
  margin-top: -9px;
}
.arrow.right.pull-in {
  right: 5px;
}
.arrow.right:before {
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-width: 0;
}
.arrow.right:after {
  top: 1px;
  left: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: inherit;
  border-right-width: 0;
}
.arrow.bottom {
  bottom: 0;
  left: 50%;
  margin-left: -9px;
}
.arrow.bottom.pull-in {
  bottom: 5px;
}
.arrow.bottom:before {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-bottom-width: 0;
}
.arrow.bottom:after {
  top: 0px;
  left: 1px;
  border-top-color: inherit;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-bottom-width: 0;
}
.arrow.left {
  top: 50%;
  left: -9px;
  margin-top: -9px;
}
.arrow.left.pull-in {
  left: -4px;
}
.arrow.left:before {
  border-right-color: rgba(0, 0, 0, 0.1);
  border-left-width: 0;
}
.arrow.left:after {
  top: 1px;
  left: 1px;
  border-top-color: transparent;
  border-right-color: inherit;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-left-width: 0;
}
.arrow.pull-left {
  left: 18px;
}
.arrow.pull-right {
  left: auto;
  right: 26px;
}
.arrow.pull-top {
  top: 18px;
}
.arrow.pull-bottom {
  top: auto;
  bottom: 26px;
}
.arrow.b-primary:before,
.arrow.b-info:before,
.arrow.b-success:before,
.arrow.b-warning:before,
.arrow.b-danger:before,
.arrow.b-dark:before,
.arrow.black:before {
  border-color: transparent;
}
.aside {
  min-width: 300px;
}
.aside .aside-dialog .aside-header {
  background-color: transparent;
  color: #777777;
  padding-top: 1px;
  padding-bottom: 1px;
}
.aside .aside-dialog .aside-header .close {
  padding-top: 8px;
  color: #777777;
}
.aside-backdrop.am-fade {
  background: rgba(0, 0, 0, 0);
}
.aside-open-backdrop .aside-backdrop.am-fade {
  background: rgba(0, 0, 0, 0.5);
}
.aside-open-inner .aside {
  top: 48px;
}
.aside.top {
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}
.aside.bottom {
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.box {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
}
.box .box-row {
  display: table-row;
  height: 100%;
}
.box .box-row .box-cell {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  min-height: 300px;
}
.ie .box .box-row .box-cell {
  display: table-cell;
}
.box .box-col {
  display: table-cell;
  vertical-align: top;
}
.box .box-inner {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.box > [class*="col-"],
.box > [class*=" col-"] {
  vertical-align: top;
  height: 100%;
  float: none;
  padding: 0;
  position: static;
}
.v-m {
  vertical-align: middle !important;
}
.v-t {
  vertical-align: top !important;
}
.v-b {
  vertical-align: bottom !important;
}
@media (min-width: 1200px) {
  .box > [class*="col-lg"],
  .box > [class*=" col-lg"] {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .box {
    height: 100%;
  }
  .box .box-inner {
    position: absolute;
  }
  .box > [class*="col-md"],
  .box > [class*=" col-md"] {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .box > [class*="col-sm"],
  .box > [class*=" col-sm"] {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .box > [class*="col-xs"],
  .box > [class*=" col-xs"] {
    display: table-cell;
  }
}
.ui-checks {
  padding-left: 20px;
  cursor: pointer;
}
.ui-checks input {
  opacity: 0;
  position: absolute;
  margin-left: -20px;
}
.ui-checks input:checked + i {
  border-color: #d6d8db;
}
.ui-checks input:checked + i:before {
  left: 3px;
  top: 3px;
  width: 6px;
  height: 6px;
  background-color: #4bb622;
}
.ui-checks input:checked + span .active {
  display: inherit;
}
.ui-checks input[type="radio"] + i,
.ui-checks input[type="radio"] + i:before {
  border-radius: 50%;
}
.ui-checks input[disabled] + i,
fieldset[disabled] .ui-checks input + i {
  border-color: #e3e5e7;
}
.ui-checks input[disabled] + i:before,
fieldset[disabled] .ui-checks input + i:before {
  background-color: #e3e5e7;
}
.ui-checks > i {
  width: 14px;
  height: 14px;
  line-height: 1;
  border: 1px solid #d6d8db;
  background-color: #fff;
  margin-left: -20px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
}
.ui-checks > i:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0px;
  height: 0px;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ui-checks > span {
  margin-left: -20px;
}
.ui-checks > span .active {
  display: none;
}
.ui-checks-md input:checked + i:before {
  left: 5px;
  top: 5px;
}
.ui-checks-md > i {
  width: 18px;
  height: 18px;
}
.ui-checks-lg input:checked + i:before {
  width: 12px;
  height: 12px;
  left: 8px;
  top: 8px;
}
.ui-checks-lg > i {
  width: 30px;
  height: 30px;
}
/*layout*/
html,
body {
  width: 100%;
  height: 100%;
}
body {
  overflow-x: hidden;
}
.app {
  width: 100%;
  height: auto;
  min-height: 97%;
  position: relative;
  padding-bottom: 47px;
}
.modal-open .app {
  height: 100%;
  overflow: hidden;
}
.app-header {
  border-radius: 0;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1035;
}
.app-header-fixed {
  padding-top: 48px;
}
.app-header-fixed .app-header {
  position: fixed;
  top: 0;
  width: 100%;
}
.app-aside {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1000;
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
}
.app-aside-top .app-aside {
  width: 100%;
  position: static;
}
.visible-aside-top {
  display: none;
}
.app-aside-top .hidden-aside-top {
  display: none !important;
}
.app-aside-top .visible-aside-top {
  display: inherit !important;
}
.app-aside-inner {
  width: 100%;
  position: absolute !important;
  top: 48px !important;
  bottom: 0;
}
.app-aside-inner.affix,
.app-aside-inner.affix-bottom {
  top: 0 !important;
}
.app-header-fixed .app-aside-inner.affix,
.app-header-fixed .app-aside-inner.affix-top,
.app-header-fixed .app-aside-inner.affix-bottom {
  top: 48px !important;
}
.app-aside-top .app-aside-inner {
  position: static !important;
}
.app-aside-body {
  position: absolute;
  top: 0;
  bottom: 47px;
  left: 0;
  right: 0;
  overflow-y: auto;
}
.app-aside-top .app-aside-body {
  position: static !important;
}
.app-aside-footer {
  position: absolute;
  height: 47px;
  bottom: 0;
  left: 0;
  right: 0;
}
.app-aside-top .app-aside-footer {
  display: none;
}
.ie.fullscreen .app-content {
  position: absolute;
  top: 48px;
  bottom: 47px;
  left: 0;
  right: 0;
  overflow-y: auto;
}
.app-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: -1px 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 0 3px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .app-aside ~ .app-content .app-content-inner {
    margin-left: 230px;
  }
  .app-aside-top .app-aside ~ .app-content .app-content-inner {
    margin-left: 0;
  }
  .app-content-inner {
    margin-left: inherit;
    position: absolute;
    top: 48px;
    bottom: 47px;
    left: 0;
    right: 0;
  }
  .ie.fullscreen .app-content-inner {
    margin-left: 0;
    top: 0;
    bottom: 0;
  }
  .app-aside-top .app-content-inner {
    top: 98px;
  }
}
@media (min-width: 768px) {
  .app-aside {
    width: 230px;
  }
  .app-aside ~ .app-content,
  .app-aside ~ .app-footer {
    margin-left: 230px;
  }
  .app-aside-top .app-aside ~ .app-content,
  .app-aside-top .app-aside ~ .app-footer {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .app-aside {
    width: 75%;
  }
  .navbar-brand {
    width: auto !important;
  }
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-nav > li > a {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #fff;
  }
  .navbar-form {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .navbar-form .form-group {
    margin-bottom: 0;
  }
}
nav ul.nav li {
  display: block;
  position: relative;
}
nav ul.nav li li a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 45px;
}
nav ul.nav li li li a {
  padding-left: 65px;
}
nav ul.nav li a {
  font-weight: normal;
  text-transform: none;
  display: block;
  padding: 7px 20px;
  position: relative;
}
nav ul.nav li a .badge,
nav ul.nav li a .label {
  font-size: 11px;
  padding: 2px 5px;
  margin-top: 2px;
  margin-left: 5px;
}
nav ul.nav li a > .pull-right i {
  width: 1.2em;
  text-align: right;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 5px;
}
nav ul.nav li a > i {
  min-width: 1.2em;
  text-align: center;
  margin-right: 5px;
}
nav ul.nav li.active > a > .pull-right i {
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
nav ul.nav.nav-stacked a,
nav ul.nav.nav-stacked .nav-header {
  padding: 5px 10px;
}
nav .nav-header {
  padding: 9px 20px;
}
nav .nav-header:hover,
nav .nav-header:focus {
  background-color: transparent !important;
}
.app-aside-top .app-aside .app-aside-body,
.app-aside-top .app-aside .app-aside-body:hover {
  overflow: visible !important;
}
.app-aside-top .app-aside nav .nav-header {
  display: none;
}
.app-aside-top .app-aside nav ul ul {
  min-width: 200px;
  display: none;
  position: absolute;
  z-index: 1000;
  opacity: 1;
  margin-left: 0;
  height: auto !important;
  overflow: visible;
}
.app-aside-top .app-aside nav ul ul ul {
  left: 100%;
  top: 0;
}
.app-aside-top .app-aside nav li {
  float: left;
  display: inline-block;
  position: relative;
}
.app-aside-top .app-aside nav li:hover > ul,
.app-aside-top .app-aside nav li:focus > ul,
.app-aside-top .app-aside nav li:active > ul {
  display: block;
}
.app-aside-top .app-aside nav li > a {
  padding: 15px 15px;
}
.app-aside-top .app-aside nav li li {
  display: block;
  float: none;
}
.app-aside-top .app-aside nav li li a {
  padding: 8px 15px;
}
.ui-icon {
  display: inline-block;
  text-align: center;
  height: 1em;
  background: transparent !important;
}
.ui-icon:before {
  position: relative;
  z-index: 1;
}
.ui-icon:after {
  content: "";
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 2em;
  width: 2em;
  height: 2em;
  top: -1.5em;
  display: block;
  position: relative;
  z-index: 0;
  background-clip: padding-box;
}
.ui-icon.b-2x:after {
  border-width: 2px;
}
.ui-icon.b-3x:after {
  border-width: 3px;
}
.ui-icon.ui-icon-sm:after {
  width: 1.7em;
  height: 1.7em;
  top: -1.35em;
}
.ui-icon.bg-primary:after {
  background-color: #155abb;
}
.ui-icon.bg-info:after {
  background-color: #2772ee;
}
.ui-icon.bg-success:after {
  background-color: #4bb622;
}
.ui-icon.bg-warning:after {
  background-color: #f88311;
}
.ui-icon.bg-danger:after {
  background-color: #e11144;
}
.ui-icon.bg-inverse:after {
  background-color: #e00;
}
.ui-icon.bg-black:after {
  background-color: #282836;
}
.ui-icon.bg-dark:after {
  background-color: #202a3a;
}
.ui-icon.bg-light:after {
  background-color: #f1f2f3;
}
.ui-icon.bg-white:after {
  background-color: #fff;
}
.item {
  position: relative;
}
.item .top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.item .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.item .center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.item-overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.item-overlay.active,
.item:hover .item-overlay {
  display: block;
}
.list-icon i {
  -webkit-transition: font-size 0.2s;
  transition: font-size 0.2s;
  margin-right: 5px;
}
.list-icon div {
  line-height: 40px;
  white-space: nowrap;
}
/*Charts*/
.jqstooltip {
  background-color: rgba(0, 0, 0, 0.8) !important;
  border: solid 1px #000 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.easyPieChart {
  position: relative;
  text-align: center;
  display: table;
}
.easyPieChart > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.easyPieChart > div img {
  margin-top: -4px;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#flotTip {
  padding: 4px 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border: solid 1px #000 !important;
  z-index: 100;
  font-size: 12px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.legendColorBox > div {
  border: none !important;
  margin: 5px;
}
.legendColorBox > div > div {
  border-radius: 10px;
}
.st-sort-ascent:before {
  content: '\25B2';
}
.st-sort-descent:before {
  content: '\25BC';
}
.st-selected td {
  background: #f0f9ec !important;
}
.streamline {
  position: relative;
  border-color: #e3e5e7;
}
.streamline .sl-item:after,
.streamline:after {
  content: '';
  position: absolute;
  background-color: #fff;
  border-color: inherit;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  margin-left: -6px;
  bottom: 0;
  left: 0;
}
.sl-icon {
  position: absolute;
  left: -15px;
  z-index: 1;
}
.sl-icon > i {
  width: 30px;
  height: 30px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.sl-item {
  border-color: #e3e5e7;
  position: relative;
  padding-bottom: 1px;
}
.sl-item:before,
.sl-item:after {
  content: " ";
  display: table;
}
.sl-item:after {
  clear: both;
}
.sl-item:after {
  top: 5px;
  bottom: auto;
}
.sl-item.b-l {
  margin-left: -1px;
}
.sl-item.sl-item-md .sl-content {
  margin-left: 20px;
}
.sl-item.sl-item-md:after {
  top: 0;
  width: 30px;
  height: 30px;
  margin-left: -16px;
}
.sl-content {
  margin-left: 15px;
}
.ui-switch {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 32px;
  height: 18px;
  border-radius: 30px;
  background-color: #4bb622;
  margin: 0;
}
.ui-switch input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-switch input:checked + i:before {
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 5px;
  border-width: 0;
  border-radius: 5px;
}
.ui-switch input:checked + i:after {
  margin-left: 15px;
}
.ui-switch i:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ui-switch i:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 16px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}
.ui-switch-md {
  width: 40px;
  height: 24px;
}
.ui-switch-md input:checked + i:after {
  margin-left: 17px;
}
.ui-switch-md i:after {
  width: 22px;
}
.ui-switch-lg {
  width: 50px;
  height: 30px;
}
.ui-switch-lg input:checked + i:after {
  margin-left: 21px;
}
.ui-switch-lg i:after {
  width: 28px;
}
.timeline {
  margin: 0;
  padding: 0;
}
.tl-item {
  display: block;
}
.tl-item:before,
.tl-item:after {
  content: " ";
  display: table;
}
.tl-item:after {
  clear: both;
}
.visible-left {
  display: none;
}
.tl-wrap {
  display: block;
  margin-left: 6em;
  padding: 15px 0 15px 20px;
  border-style: solid;
  border-color: #e3e5e7;
  border-width: 0 0 0 2px;
}
.tl-wrap:before,
.tl-wrap:after {
  content: " ";
  display: table;
}
.tl-wrap:after {
  clear: both;
}
.tl-wrap:before {
  position: relative;
  content: "";
  float: left;
  top: 15px;
  margin-left: -26px;
  width: 10px;
  height: 10px;
  border-color: inherit;
  border-width: 3px;
  border-radius: 50%;
  border-style: solid;
  background: #f1f2f3;
  box-shadow: 0 0 0 4px #f6f7f8;
}
.tl-date {
  position: relative;
  top: 10px;
  float: left;
  margin-left: -7.5em;
  display: block;
  width: 4.5em;
  text-align: right;
}
.tl-content {
  display: inline-block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tl-content.block {
  display: block;
  width: 100%;
}
.tl-content.panel {
  margin-bottom: 0;
}
.tl-header {
  display: block;
  width: 12em;
  text-align: center;
  margin-left: 1px;
}
.timeline-center .tl-item {
  margin-left: 50%;
}
.timeline-center .tl-item .tl-wrap {
  margin-left: -2px;
}
.timeline-center .tl-header {
  width: auto;
  margin-left: -1px;
}
.timeline-center .tl-left {
  margin-left: 0;
  margin-right: 50%;
}
.timeline-center .tl-left .hidden-left {
  display: none !important;
}
.timeline-center .tl-left .visible-left {
  display: inherit;
}
.timeline-center .tl-left .tl-wrap {
  float: right;
  margin-right: 0px;
  border-left-width: 0;
  border-right-width: 2px;
  padding-left: 0;
  padding-right: 20px;
}
.timeline-center .tl-left .tl-wrap:before {
  float: right;
  margin-left: 0;
  margin-right: -26px;
}
.timeline-center .tl-left .tl-date {
  float: right;
  margin-left: 0;
  margin-right: -8.5em;
  text-align: left;
}
.bg-white,
.bg-white .bg,
.bg-white .lt,
.bg-white .dk {
  background-color: #fff;
}
.bg-white.bg-inherit {
  color: #777777;
}
.bg-white.bg-inherit a {
  color: #777777;
}
.bg-white.bg-inherit a:hover {
  color: #777777;
}
.bg-light,
.bg-light .bg {
  background-color: #f1f2f3;
}
.bg-light.lt {
  background-color: #f9fafa !important;
}
.bg-light .lt {
  background-color: #f9fafa;
}
.bg-light.dk {
  background-color: #e8eaed !important;
}
.bg-light .dk {
  background-color: #e8eaed;
}
.bg-dark {
  background-color: #202a3a;
  color: #7f8ea7;
}
.bg-dark.lt {
  background-color: #2c3748 !important;
}
.bg-dark .lt {
  background-color: #2c3748;
}
.bg-dark.dk {
  background-color: #151e2b !important;
}
.bg-dark .dk {
  background-color: #151e2b;
}
.bg-dark.bg {
  background-color: #202a3a !important;
}
.bg-dark .bg {
  background-color: #202a3a;
}
.bg-dark a,
a.bg-dark {
  color: #9da9bc;
}
.bg-dark a:hover,
a.bg-dark:hover {
  color: #f8f9fa;
}
.bg-dark .text-dk {
  color: #000000;
}
.bg-dark .text-lt {
  color: #dadee5;
}
.bg-dark .text-muted {
  color: #627087;
}
.bg-dark .dropdown-menu {
  border-color: #202a3a;
}
.bg-dark .nav > li > a {
  color: #9da9bc;
}
.bg-dark .nav > li:hover,
.bg-dark .nav > li:focus,
.bg-dark .nav > li > a:hover,
.bg-dark .nav > li > a:focus,
.bg-dark .nav > li.active > a {
  color: #f8f9fa;
  background-color: #252f40;
}
.bg-dark .nav .open > a {
  background-color: #151e2b;
}
.bg-black {
  background-color: #282836;
  color: #90909a;
}
.bg-black.lt {
  background-color: #363642 !important;
}
.bg-black .lt {
  background-color: #363642;
}
.bg-black.dk {
  background-color: #1b1b29 !important;
}
.bg-black .dk {
  background-color: #1b1b29;
}
.bg-black.bg {
  background-color: #282836 !important;
}
.bg-black .bg {
  background-color: #282836;
}
.bg-black a,
a.bg-black {
  color: #ababb2;
}
.bg-black a:hover,
a.bg-black:hover {
  color: #fbfbfb;
}
.bg-black .text-dk {
  color: #000000;
}
.bg-black .text-lt {
  color: #e0e0e3;
}
.bg-black .text-muted {
  color: #71717c;
}
.bg-black .dropdown-menu {
  border-color: #282836;
}
.bg-black .nav > li > a {
  color: #ababb2;
}
.bg-black .nav > li:hover,
.bg-black .nav > li:focus,
.bg-black .nav > li > a:hover,
.bg-black .nav > li > a:focus,
.bg-black .nav > li.active > a {
  color: #fbfbfb;
  background-color: #2d2d3b;
}
.bg-black .nav .open > a {
  background-color: #1b1b29;
}
.bg-primary {
  background-color: #155abb;
  color: #acc8f0;
}
.bg-primary.lt {
  background-color: #1d66cc !important;
}
.bg-primary .lt {
  background-color: #1d66cc;
}
.bg-primary.dk {
  background-color: #0e4ea9 !important;
}
.bg-primary .dk {
  background-color: #0e4ea9;
}
.bg-primary.bg {
  background-color: #155abb !important;
}
.bg-primary .bg {
  background-color: #155abb;
}
.bg-primary a,
a.bg-primary {
  color: #d7e5f8;
}
.bg-primary a:hover,
a.bg-primary:hover {
  color: #ffffff;
}
.bg-primary .text-dk {
  color: #061831;
}
.bg-primary .text-lt {
  color: #ffffff;
}
.bg-primary .text-muted {
  color: #7fa7e0;
}
.bg-primary .dropdown-menu {
  border-color: #155abb;
}
.bg-primary .nav > li > a {
  color: #d7e5f8;
}
.bg-primary .nav > li:hover,
.bg-primary .nav > li:focus,
.bg-primary .nav > li > a:hover,
.bg-primary .nav > li > a:focus,
.bg-primary .nav > li.active > a {
  color: #ffffff;
  background-color: #185fc2;
}
.bg-primary .nav .open > a {
  background-color: #0e4ea9;
}
.bg-success {
  background-color: #4bb622;
  color: #c6ecb8;
}
.bg-success.lt {
  background-color: #57c52c !important;
}
.bg-success .lt {
  background-color: #57c52c;
}
.bg-success.dk {
  background-color: #40a519 !important;
}
.bg-success .dk {
  background-color: #40a519;
}
.bg-success.bg {
  background-color: #4bb622 !important;
}
.bg-success .bg {
  background-color: #4bb622;
}
.bg-success a,
a.bg-success {
  color: #e6f7e0;
}
.bg-success a:hover,
a.bg-success:hover {
  color: #ffffff;
}
.bg-success .text-dk {
  color: #16350a;
}
.bg-success .text-lt {
  color: #ffffff;
}
.bg-success .text-muted {
  color: #a1dc8b;
}
.bg-success .dropdown-menu {
  border-color: #4bb622;
}
.bg-success .nav > li > a {
  color: #e6f7e0;
}
.bg-success .nav > li:hover,
.bg-success .nav > li:focus,
.bg-success .nav > li > a:hover,
.bg-success .nav > li > a:focus,
.bg-success .nav > li.active > a {
  color: #ffffff;
  background-color: #50bc26;
}
.bg-success .nav .open > a {
  background-color: #40a519;
}
.bg-info {
  background-color: #2772ee;
  color: #e6eefb;
}
.bg-info.lt {
  background-color: #4483eb !important;
}
.bg-info .lt {
  background-color: #4483eb;
}
.bg-info.dk {
  background-color: #0c62ef !important;
}
.bg-info .dk {
  background-color: #0c62ef;
}
.bg-info.bg {
  background-color: #2772ee !important;
}
.bg-info .bg {
  background-color: #2772ee;
}
.bg-info a,
a.bg-info {
  color: #ffffff;
}
.bg-info a:hover,
a.bg-info:hover {
  color: #ffffff;
}
.bg-info .text-dk {
  color: #093173;
}
.bg-info .text-lt {
  color: #ffffff;
}
.bg-info .text-muted {
  color: #acc9f7;
}
.bg-info .dropdown-menu {
  border-color: #2772ee;
}
.bg-info .nav > li > a {
  color: #ffffff;
}
.bg-info .nav > li:hover,
.bg-info .nav > li:focus,
.bg-info .nav > li > a:hover,
.bg-info .nav > li > a:focus,
.bg-info .nav > li.active > a {
  color: #ffffff;
  background-color: #3379ed;
}
.bg-info .nav .open > a {
  background-color: #0c62ef;
}
.bg-warning {
  background-color: #f88311;
  color: #fcead9;
}
.bg-warning.lt {
  background-color: #f3902f !important;
}
.bg-warning .lt {
  background-color: #f3902f;
}
.bg-warning.dk {
  background-color: #ef7601 !important;
}
.bg-warning .dk {
  background-color: #ef7601;
}
.bg-warning.bg {
  background-color: #f88311 !important;
}
.bg-warning .bg {
  background-color: #f88311;
}
.bg-warning a,
a.bg-warning {
  color: #ffffff;
}
.bg-warning a:hover,
a.bg-warning:hover {
  color: #ffffff;
}
.bg-warning .text-dk {
  color: #6d3703;
}
.bg-warning .text-lt {
  color: #ffffff;
}
.bg-warning .text-muted {
  color: #fbcb9d;
}
.bg-warning .dropdown-menu {
  border-color: #f88311;
}
.bg-warning .nav > li > a {
  color: #ffffff;
}
.bg-warning .nav > li:hover,
.bg-warning .nav > li:focus,
.bg-warning .nav > li > a:hover,
.bg-warning .nav > li > a:focus,
.bg-warning .nav > li.active > a {
  color: #ffffff;
  background-color: #f6881d;
}
.bg-warning .nav .open > a {
  background-color: #ef7601;
}
.bg-danger {
  background-color: #e11144;
  color: #f7c7d3;
}
.bg-danger.lt {
  background-color: #e82454 !important;
}
.bg-danger .lt {
  background-color: #e82454;
}
.bg-danger.dk {
  background-color: #cf0a3a !important;
}
.bg-danger .dk {
  background-color: #cf0a3a;
}
.bg-danger.bg {
  background-color: #e11144 !important;
}
.bg-danger .bg {
  background-color: #e11144;
}
.bg-danger a,
a.bg-danger {
  color: #fdf4f6;
}
.bg-danger a:hover,
a.bg-danger:hover {
  color: #ffffff;
}
.bg-danger .text-dk {
  color: #530619;
}
.bg-danger .text-lt {
  color: #ffffff;
}
.bg-danger .text-muted {
  color: #f190a8;
}
.bg-danger .dropdown-menu {
  border-color: #e11144;
}
.bg-danger .nav > li > a {
  color: #fdf4f6;
}
.bg-danger .nav > li:hover,
.bg-danger .nav > li:focus,
.bg-danger .nav > li > a:hover,
.bg-danger .nav > li > a:focus,
.bg-danger .nav > li.active > a {
  color: #ffffff;
  background-color: #e81448;
}
.bg-danger .nav .open > a {
  background-color: #cf0a3a;
}
.bg-inverse {
  background-color: #e00;
  color: #ffffff;
}
.bg-inverse.lt {
  background-color: #b485ed !important;
}
.bg-inverse .lt {
  background-color: #b485ed;
}
.bg-inverse.dk {
  background-color: #984ff0 !important;
}
.bg-inverse .dk {
  background-color: #984ff0;
}
.bg-inverse.bg {
  background-color: #e00 !important;
}
.bg-inverse .bg {
  background-color: #e00;
}
.bg-inverse a,
a.bg-inverse {
  color: #ffffff;
}
.bg-inverse a:hover,
a.bg-inverse:hover {
  color: #ffffff;
}
.bg-inverse .text-dk {
  color: #5814ac;
}
.bg-inverse .text-lt {
  color: #ffffff;
}
.bg-inverse .text-muted {
  color: #e4d3fa;
}
.bg-inverse .dropdown-menu {
  border-color: #e00;
}
.bg-inverse .nav > li > a {
  color: #ffffff;
}
.bg-inverse .nav > li:hover,
.bg-inverse .nav > li:focus,
.bg-inverse .nav > li > a:hover,
.bg-inverse .nav > li > a:focus,
.bg-inverse .nav > li.active > a {
  color: #ffffff;
  background-color: rgb(231, 76, 76);
}
.bg-inverse .nav .open > a {
  background-color: rgb(231, 76, 76);
}
a.bg-light:hover {
  color: #42a11e;
}
a.bg-primary:hover {
  background-color: #124fa4;
}
a.text-primary:hover {
  color: #124fa4;
}
.text-primary {
  color: #155abb;
}
.text-primary-lt {
  color: #1865d2;
}
.text-primary-dk {
  color: #124fa4;
}
a.bg-info:hover {
  background-color: #1263e9;
}
a.text-info:hover {
  color: #1263e9;
}
.text-info {
  color: #2772ee;
}
.text-info-lt {
  color: #3f81f0;
}
.text-info-dk {
  color: #1263e9;
}
a.bg-success:hover {
  background-color: #42a11e;
}
a.text-success:hover {
  color: #42a11e;
}
.text-success {
  color: #4bb622;
}
.text-success-lt {
  color: #54cb26;
}
.text-success-dk {
  color: #42a11e;
}
a.bg-warning:hover {
  background-color: #e97607;
}
a.text-warning:hover {
  color: #e97607;
}
.text-warning {
  color: #f88311;
}
.text-warning-lt {
  color: #f9902a;
}
.text-warning-dk {
  color: #e97607;
}
a.bg-danger:hover {
  background-color: #c90f3d;
}
a.text-danger:hover {
  color: #c90f3d;
}
.text-danger {
  color: #e11144;
}
.text-danger-lt {
  color: #ee1e51;
}
.text-danger-dk {
  color: #c90f3d;
}
a.bg-inverse:hover {
  background-color: rgb(231, 76, 76);
}
a.text-inverse:hover {
  color: rgb(231, 76, 76);
}
.text-inverse {
  color: #e00;
}
.text-inverse-lt {
  color: #b482f1;
}
.text-inverse-dk {
  color: rgb(231, 76, 76);
}
a.bg-dark:hover {
  background-color: #171e2a;
}
a.text-dark:hover {
  color: #171e2a;
}
.text-dark {
  color: #202a3a;
}
.text-dark-lt {
  color: #29364a;
}
.text-dark-dk {
  color: #171e2a;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #222;
}
.text-color {
  color: #777777;
}
.text-muted {
  color: #aaaaaa;
}
.text-muted-lt {
  color: #d6d9db;
}
.bg-big:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: inherit;
  border: inherit;
}
.bg-white-opacity {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-black-opacity {
  background-color: rgba(32, 43, 54, 0.8);
}
@media (min-width: 768px) {
  .bg-auto:before {
    content: "";
    position: absolute;
    width: inherit;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: inherit;
    border: inherit;
  }
  .bg-auto.b-l:before {
    margin-left: -1px;
  }
  .bg-auto.b-r:before {
    margin-right: -1px;
  }
}
.no-bg {
  background-color: transparent;
  color: inherit;
}
.pos-rlt {
  position: relative;
  z-index: 1;
}
.pos-abt {
  position: absolute;
}
.pos-fix {
  position: fixed;
}
.pos-stc {
  position: static !important;
}
.block {
  display: block;
}
.block.hide {
  display: none;
}
.pull-none {
  float: none;
}
.inline {
  display: inline-block;
}
.none {
  display: none;
}
.active > .inline,
.active > .auto .inline {
  display: none;
}
.active > .none,
.active > .auto .none {
  display: inline-block;
}
.line {
  height: 1px;
  margin: 10px 0;
  font-size: 0;
  overflow: hidden;
}
.line-dashed {
  border-style: dashed !important;
  background-color: transparent;
  border-width: 0;
}
.rounded {
  border-radius: 500px;
}
.clear {
  display: block;
  overflow: hidden;
}
.no-border {
  border-color: transparent;
  border-width: 0;
}
.no-borders {
  border-width: 0 !important;
}
.b {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.b-a {
  border: 1px solid #e3e5e7;
}
.b-t {
  border-top: 1px solid #e3e5e7;
}
.b-r {
  border-right: 1px solid #e3e5e7;
}
.b-b {
  border-bottom: 1px solid #e3e5e7;
}
.b-l {
  border-left: 1px solid #e3e5e7;
}
.b-2x {
  border-width: 2px;
}
.b-3x {
  border-width: 3px;
}
.b-4x {
  border-width: 4px;
}
.b-5x {
  border-width: 5px;
}
.b-t-2x {
  border-top-width: 2px !important;
}
.b-t-3x {
  border-top-width: 3px !important;
}
.b-t-4x {
  border-top-width: 4px !important;
}
.b-t-5x {
  border-top-width: 5px !important;
}
.b-r-2x {
  border-right-width: 2px !important;
}
.b-r-3x {
  border-right-width: 3px !important;
}
.b-r-4x {
  border-right-width: 4px !important;
}
.b-r-5x {
  border-right-width: 5px !important;
}
.b-b-2x {
  border-bottom-width: 2px !important;
}
.b-b-3x {
  border-bottom-width: 3px !important;
}
.b-b-4x {
  border-bottom-width: 4px !important;
}
.b-b-5x {
  border-bottom-width: 5px !important;
}
.b-l-2x {
  border-left-width: 2px !important;
}
.b-l-3x {
  border-left-width: 3px !important;
}
.b-l-4x {
  border-left-width: 4px !important;
}
.b-l-5x {
  border-left-width: 5px !important;
}
.b-light {
  border-color: #f1f2f3;
}
.b-white {
  border-color: #fff;
}
.b-black {
  border-color: #282836;
}
.b-t-black {
  border-top-color: #282836;
}
.b-r-black {
  border-right-color: #282836;
}
.b-b-black {
  border-bottom-color: #282836;
}
.b-l-black {
  border-left-color: #282836;
}
.b-primary {
  border-color: #155abb;
}
.b-t-primary {
  border-top-color: #155abb;
}
.b-r-primary {
  border-right-color: #155abb;
}
.b-b-primary {
  border-bottom-color: #155abb;
}
.b-l-primary {
  border-left-color: #155abb;
}
.b-info {
  border-color: #2772ee;
}
.b-t-info {
  border-top-color: #2772ee;
}
.b-r-info {
  border-right-color: #2772ee;
}
.b-b-info {
  border-bottom-color: #2772ee;
}
.b-l-info {
  border-left-color: #2772ee;
}
.b-success {
  border-color: #4bb622;
}
.b-t-success {
  border-top-color: #4bb622;
}
.b-r-success {
  border-right-color: #4bb622;
}
.b-b-success {
  border-bottom-color: #4bb622;
}
.b-l-success {
  border-left-color: #4bb622;
}
.b-warning {
  border-color: #f88311;
}
.b-t-warning {
  border-top-color: #f88311;
}
.b-r-warning {
  border-right-color: #f88311;
}
.b-b-warning {
  border-bottom-color: #f88311;
}
.b-l-warning {
  border-left-color: #f88311;
}
.b-danger {
  border-color: #e11144;
}
.b-t-danger {
  border-top-color: #e11144;
}
.b-r-danger {
  border-right-color: #e11144;
}
.b-b-danger {
  border-bottom-color: #e11144;
}
.b-l-danger {
  border-left-color: #e11144;
}
.b-inverse {
  border-color: #e00;
}
.b-t-inverse {
  border-top-color: #e00;
}
.b-r-inverse {
  border-right-color: #e00;
}
.b-b-inverse {
  border-bottom-color: #e00;
}
.b-l-inverse {
  border-left-color: #e00;
}
.b-dark {
  border-color: #202a3a;
}
.b-t-dark {
  border-top-color: #202a3a;
}
.b-r-dark {
  border-right-color: #202a3a;
}
.b-b-dark {
  border-bottom-color: #202a3a;
}
.b-l-dark {
  border-left-color: #202a3a;
}
.no-b-t {
  border-top-width: 0;
}
.no-b-r {
  border-right-width: 0;
}
.no-b-b {
  border-bottom-width: 0;
}
.no-b-l {
  border-left-width: 0;
}
.b-dashed {
  border-style: dashed !important;
}
@media (max-width: 991px) {
  .no-border-sm {
    border-width: 0;
  }
}
@media (max-width: 767px) {
  .no-border-xs {
    border-width: 0;
  }
}
.hover-action {
  display: none;
}
.hover-rotate {
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
.hover-anchor:hover .hover-action,
.hover-anchor:focus .hover-action,
.hover-anchor:active .hover-action {
  display: inherit;
}
.hover-anchor:hover .hover-rotate,
.hover-anchor:focus .hover-rotate,
.hover-anchor:active .hover-rotate {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.no-margin {
  margin: 0;
}
.m {
  margin: 15px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-v-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}
.m-v-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.m-v {
  margin-top: 15px;
  margin-bottom: 15px;
}
.m-v-md {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-v-lg {
  margin-top: 30px;
  margin-bottom: 30px;
}
.m-h-xs {
  margin-left: 5px;
  margin-right: 5px;
}
.m-h-sm {
  margin-left: 10px;
  margin-right: 10px;
}
.m-h {
  margin-left: 15px;
  margin-right: 15px;
}
.m-h-md {
  margin-left: 20px;
  margin-right: 20px;
}
.m-h-lg {
  margin-left: 30px;
  margin-right: 30px;
}
.m-t {
  margin-top: 15px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-r {
  margin-right: 15px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-l {
  margin-left: 15px;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-n {
  margin: -15px;
}
.m-h-n {
  margin-left: -15px;
  margin-right: -15px;
}
.m-v-n {
  margin-top: -15px;
  margin-bottom: -15px;
}
.m-l-n {
  margin-left: -15px;
}
.m-r-n {
  margin-right: -15px;
}
.m-t-n {
  margin-top: -15px;
}
.m-b-n {
  margin-bottom: -15px;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-h {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding-v {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-xs {
  padding: 5px;
}
.p-sm {
  padding: 10px;
}
.p {
  padding: 15px;
}
.p-md {
  padding: 20px;
}
.p-lg {
  padding: 30px;
}
.p-h {
  padding-left: 15px;
  padding-right: 15px;
}
.p-h-xs {
  padding-left: 5px;
  padding-right: 5px;
}
.p-h-sm {
  padding-left: 10px;
  padding-right: 10px;
}
.p-h-md {
  padding-left: 20px;
  padding-right: 20px;
}
.p-h-lg {
  padding-left: 30px;
  padding-right: 30px;
}
.p-v {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-v-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-v-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-v-md {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-v-lg {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .p-md,
  .p-lg {
    padding: 15px;
  }
  .p-h-md,
  .p-h-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-v-md,
  .p-v-lg {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.no-radius {
  border-radius: 0;
}
.no-r-t {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.no-r-r {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.no-r-b {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.no-r-l {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.r {
  border-radius: 0px;
}
.r-t {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.r-r {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.r-b {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.r-l {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.r-2x {
  border-radius: 0px;
}
.r-3x {
  border-radius: 0px;
}
.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.scrollable.hover {
  overflow-y: hidden !important;
}
.scrollable.hover > * {
  margin-top: -1px;
}
.scrollable.hover:hover {
  overflow: visible !important;
  overflow-y: auto !important;
}
.smart .scrollable {
  overflow-y: auto !important;
}
.scroll-x,
.scroll-y {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.scroll-y {
  overflow-y: auto;
}
.scroll-x {
  overflow-x: auto;
}
.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.box-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.box-shadow-md {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}
.box-shadow-lg {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.box-shadow-inset {
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}
.text-shadow {
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}
.l-h {
  line-height: 1.42857143;
}
.l-h-1x {
  line-height: 1;
}
.l-h-2x {
  line-height: 2em;
}
.l-s-1x {
  letter-spacing: 1;
}
.l-s-2x {
  letter-spacing: 2;
}
.l-s-3x {
  letter-spacing: 3;
}
.h-1x {
  height: 20px;
}
.h-2x {
  height: 40px;
}
.h-3x {
  height: 60px;
}
.h-4x {
  height: 80px;
}
.font-normal {
  font-weight: normal;
}
.font-thin {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.text-4x {
  font-size: 4em;
}
.text-3x {
  font-size: 3em;
}
.text-2x {
  font-size: 2em;
}
.text-xl {
  font-size: 24px;
}
.text-lg {
  font-size: 18px;
}
.text-md {
  font-size: 16px;
}
.text-base {
  font-size: 14px;
}
.text-sm {
  font-size: 13px;
}
.text-xs {
  font-size: 12px;
}
.text-xxs {
  text-indent: -9999px;
}
.text-u-c {
  text-transform: uppercase;
}
.text-l-t {
  text-decoration: line-through;
}
.text-u-l {
  text-decoration: underline;
}
.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-fade {
  position: relative;
  overflow: hidden;
}
.text-fade:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
}
.w-thumb-xs {
  width: 20px;
}
.w-thumb-sm {
  width: 30px;
}
.w-thumb {
  width: 34px;
}
.w-thumb-md {
  width: 45px;
}
.w-thumb-lg {
  width: 128px;
}
.w-xxs {
  width: 60px;
}
.w-xs {
  width: 90px;
}
.w-sm {
  width: 150px;
}
.w {
  width: 200px;
}
.w-md {
  width: 240px;
}
.w-lg {
  width: 280px;
}
.w-xl {
  width: 320px;
}
.w-xxl {
  width: 360px;
}
.w-full {
  width: 100%;
}
.w-auto {
  width: auto;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.w-aside {
  width: 230px;
}
@media (max-width: 767px) {
  .w-auto-xs {
    width: auto;
  }
  .w-full-xs {
    width: 100%;
  }
}
[ui-view].ng-leave {
  display: none;
}
[ui-view].ng-leave.smooth {
  display: block;
}
.fade-in-right-big.ng-enter {
  -webkit-animation: fadeInRightBig 0.5s;
  animation: fadeInRightBig 0.5s;
}
.fade-in-right-big.ng-leave {
  -webkit-animation: fadeOutLeftBig 0.5s;
  animation: fadeOutLeftBig 0.5s;
}
.fade-in-left-big.ng-enter {
  -webkit-animation: fadeInLeftBig 0.5s;
  animation: fadeInLeftBig 0.5s;
}
.fade-in-left-big.ng-leave {
  -webkit-animation: fadeOutRightBig 0.5s;
  animation: fadeOutRightBig 0.5s;
}
.fade-in-up-big.ng-enter {
  -webkit-animation: fadeInUpBig 0.5s;
  animation: fadeInUpBig 0.5s;
}
.fade-in-up-big.ng-leave {
  -webkit-animation: fadeOutUpBig 0.5s;
  animation: fadeOutUpBig 0.5s;
}
.fade-in-down-big.ng-enter {
  -webkit-animation: fadeInDownBig 0.5s;
  animation: fadeInDownBig 0.5s;
}
.fade-in-down-big.ng-leave {
  -webkit-animation: fadeOutDownBig 0.5s;
  animation: fadeOutDownBig 0.5s;
}
.fade-in.ng-enter {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
.fade-in.ng-leave {
  -webkit-animation: fadeOut 0.5s;
  animation: fadeOut 0.5s;
}
.fade-in-right.ng-enter {
  -webkit-animation: fadeInRight 0.5s;
  animation: fadeInRight 0.5s;
}
.fade-in-right.ng-leave {
  -webkit-animation: fadeOutLeft 0.5s;
  animation: fadeOutLeft 0.5s;
}
.fade-in-left.ng-enter {
  -webkit-animation: fadeInLeft 0.5s;
  animation: fadeInLeft 0.5s;
}
.fade-in-left.ng-leave {
  -webkit-animation: fadeOutRight 0.5s;
  animation: fadeOutRight 0.5s;
}
.fade-in-up.ng-enter {
  -webkit-animation: fadeInUp 0.5s;
  animation: fadeInUp 0.5s;
}
.fade-in-up.ng-leave {
  -webkit-animation: fadeOutUp 0.5s;
  animation: fadeOutUp 0.5s;
}
.fade-in-down.ng-enter {
  -webkit-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s;
}
.fade-in-down.ng-leave {
  -webkit-animation: fadeOutDown 0.5s;
  animation: fadeOutDown 0.5s;
}


.pac-container {
    background-color: #FFF;
    z-index: 20;
    position: fixed;
    display: inline-block;
    float: left;
}
.modal{
    z-index: 20;   
}
.modal-backdrop{
    z-index: 10;        
}
#map_canvas .centerMarker{
  position:absolute;
  /*url of the marker*/
  background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAGmklEQVRYw7VXeUyTZxjvNnfELFuyIzOabermMZEeQC/OclkO49CpOHXOLJl/CAURuYbQi3KLgEhbrhZ1aDwmaoGqKII6odATmH/scDFbdC7LvFqOCc+e95s2VG50X/LLm/f4/Z7neY/ne18aANCmAr5E/xZf1uDOkTcGcWR6hl9247tT5U7Y6SNvWsKT63P58qbfeLJG8M5qcgTknrvvrdDbsT7Ml+tv82X6vVxJE33aRmgSyYtcWVMqX97Yv2JvW39UhRE2HuyBL+t+gK1116ly06EeWFNlAmHxlQE0OMiV6mQCScusKRlhS3QLeVJdl1+23h5dY4FNB3thrbYboqptEFlphTC1hSpJnbRvxP4NWgsE5Jyz86QNNi/5qSUTGuFk1gu54tN9wuK2wc3o+Wc13RCmsoBwEqzGcZsxsvCSy/9wJKf7UWf1mEY8JWfewc67UUoDbDjQC+FqK4QqLVMGGR9d2wurKzqBk3nqIT/9zLxRRjgZ9bqQgub+DdoeCC03Q8j+0QhFhBHR/eP3U/zCln7Uu+hihJ1+bBNffLIvmkyP0gpBZWYXhKussK6mBz5HT6M1Nqpcp+mBCPXosYQfrekGvrjewd59/GvKCE7TbK/04/ZV5QZYVWmDwH1mF3xa2Q3ra3DBC5vBT1oP7PTj4C0+CcL8c7C2CtejqhuCnuIQHaKHzvcRfZpnylFfXsYJx3pNLwhKzRAwAhEqG0SpusBHfAKkxw3w4627MPhoCH798z7s0ZnBJ/MEJbZSbXPhER2ih7p2ok/zSj2cEJDd4CAe+5WYnBCgR2uruyEw6zRoW6/DWJ/OeAP8pd/BGtzOZKpG8oke0SX6GMmRk6GFlyAc59K32OTEinILRJRchah8HQwND8N435Z9Z0FY1EqtxUg+0SO6RJ/mmXz4VuS+DpxXC3gXmZwIL7dBSH4zKE50wESf8qwVgrP1EIlTO5JP9Igu0aexdh28F1lmAEGJGfh7jE6ElyM5Rw/FDcYJjWhbeiBYoYNIpc2FT/SILivp0F1ipDWk4BIEo2VuodEJUifhbiltnNBIXPUFCMpthtAyqws/BPlEF/VbaIxErdxPphsU7rcCp8DohC+GvBIPJS/tW2jtvTmmAeuNO8BNOYQeG8G/2OzCJ3q+soYB5i6NhMaKr17FSal7GIHheuV3uSCY8qYVuEm1cOzqdWr7ku/R0BDoTT+DT+ohCM6/CCvKLKO4RI+dXPeAuaMqksaKrZ7L3FE5FIFbkIceeOZ2OcHO6wIhTkNo0ffgjRGxEqogXHYUPHfWAC/lADpwGcLRY3aeK4/oRGCKYcZXPVoeX/kelVYY8dUGf8V5EBRbgJXT5QIPhP9ePJi428JKOiEYhYXFBqou2Guh+p/mEB1/RfMw6rY7cxcjTrneI1FrDyuzUSRm9miwEJx8E/gUmqlyvHGkneiwErR21F3tNOK5Tf0yXaT+O7DgCvALTUBXdM4YhC/IawPU+2PduqMvuaR6eoxSwUk75ggqsYJ7VicsnwGIkZBSXKOUww73WGXyqP+J2/b9c+gi1YAg/xpwck3gJuucNrh5JvDPvQr0WFXf0piyt8f8/WI0hV4pRxxkQZdJDfDJNOAmM0Ag8jyT6hz0WGXWuP94Yh2jcfjmXAGvHCMslRimDHYuHuDsy2QtHuIavznhbYURq5R57KpzBBRZKPJi8eQg48h4j8SDdowifdIrEVdU+gbO6QNvRRt4ZBthUaZhUnjlYObNagV3keoeru3rU7rcuceqU1mJBxy+BWZYlNEBH+0eH4vRiB+OYybU2hnblYlTvkHinM4m54YnxSyaZYSF6R3jwgP7udKLGIX6r/lbNa9N6y5MFynjWDtrHd75ZvTYAPO/6RgF0k76mQla3FGq7dO+cH8sKn0Vo7nDllwAhqwLPkxrHwWmHJOo+AKJ4rab5OgrM7rVu8eWb2Pu0Dh4eDgXoOfvp7Y7QeqknRmvcTBEyq9m/HQQSCSz6LHq3z0yzsNySRfMS253wl2KyRDbcZPcfJKjZmSEOjcxyi+Y8dUOtsIEH6R2wNykdqrkYJ0RV92H0W58pkfQk7cKevsLK10Py8SdMGfXNXATY+pPbyJR/ET6n9nIfztNtZYRV9XniQu9IA2vOVgy4ir7GCLVmmd+zjkH0eAF9Po6K61pmCXHxU5rHMYd1ftc3owjwRSVRzLjKvqZEty6cRUD7jGqiOdu5HG6MdHjNcNYGqfDm5YRzLBBCCDl/2bk8a8gdbqcfwECu62Fg/HrggAAAABJRU5ErkJggg==') no-repeat;
  /*center the marker*/
  top:50%;left:50%;
  z-index:1;
  /*fix offset when needed*/
  margin-left:-10px;
  margin-top:-41px;
  /*size of the image*/
  height:41px;
  width:25px;
  cursor:pointer;
}