@charset "UTF-8";
/*black tones have a little greater blue component*/
/*menu*/
/* layers manager content*/
/*modals*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/* line 7, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-open {
  overflow: hidden; }
/* line 11, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

/* line 18, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

/* line 36, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
/* line 44, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px); }
@media (prefers-reduced-motion: reduce) {
  /* line 44, ../../../../../node_modules/bootstrap/scss/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none; } }
/* line 48, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal.show .modal-dialog {
  transform: none; }
/* line 53, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02); }

/* line 58, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
/* line 62, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }
/* line 67, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0; }
/* line 72, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-body, .modal-dialog-scrollable .form-body {
  overflow-y: auto; }

/* line 77, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
/* line 83, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""; }
/* line 90, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%; }
/* line 95, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }
/* line 99, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

/* line 106, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

/* line 124, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
/* line 134, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop.fade {
  opacity: 0; }
/* line 135, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5; }

/* line 140, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
/* line 148, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

/* line 156, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

/* line 163, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-body, .form-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

/* line 172, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
/* line 185, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-footer > * {
  margin: 0; }

/* line 191, ../../../../../node_modules/bootstrap/scss/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  /* line 202, ../../../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  /* line 207, ../../../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
  /* line 210, ../../../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }

  /* line 215, ../../../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  /* line 218, ../../../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem); }

  /* line 227, ../../../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  /* line 231, ../../../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-lg, .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  /* line 238, ../../../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-xl {
    max-width: 1140px; } }
/* line 2, ../../../../../node_modules/bootstrap/scss/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
/* line 15, ../../../../../node_modules/bootstrap/scss/_tooltip.scss */
.tooltip.show {
  opacity: 0.9; }
/* line 17, ../../../../../node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem; }
/* line 23, ../../../../../node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

/* line 32, ../../../../../node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
/* line 35, ../../../../../node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0; }
/* line 38, ../../../../../node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000; }

/* line 46, ../../../../../node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
/* line 49, ../../../../../node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem; }
/* line 54, ../../../../../node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000; }

/* line 62, ../../../../../node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
/* line 65, ../../../../../node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0; }
/* line 68, ../../../../../node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000; }

/* line 76, ../../../../../node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
/* line 79, ../../../../../node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem; }
/* line 84, ../../../../../node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000; }

/* line 108, ../../../../../node_modules/bootstrap/scss/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

/* line 13, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
/* line 17, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select div, .ng-select input, .ng-select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
/* line 22, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select [hidden] {
  display: none; }
/* line 26, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select.ng-select-searchable .ng-select-container .ng-value-container .ng-input {
  opacity: 1; }
/* line 30, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select.ng-select-opened .ng-select-container {
  z-index: 1001; }
/* line 36, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-placeholder, .ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-value {
  user-select: none;
  cursor: default; }
/* line 43, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select.ng-select-disabled .ng-arrow-wrapper {
  cursor: default; }
/* line 48, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select.ng-select-filtered .ng-placeholder {
  display: none; }
/* line 52, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select .ng-select-container {
  cursor: default;
  display: flex;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%; }
/* line 59, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select .ng-select-container .ng-value-container {
  display: flex;
  flex: 1; }
/* line 62, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select .ng-select-container .ng-value-container .ng-input {
  opacity: 0; }
/* line 64, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select .ng-select-container .ng-value-container .ng-input > input {
  box-sizing: content-box;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  outline: none;
  cursor: default;
  width: 100%; }
/* line 72, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select .ng-select-container .ng-value-container .ng-input > input::-ms-clear {
  display: none; }
/* line 75, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select .ng-select-container .ng-value-container .ng-input > input[readonly] {
  user-select: none;
  width: 0;
  padding: 0; }
/* line 86, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select.ng-select-single.ng-select-filtered .ng-select-container .ng-value-container .ng-value {
  visibility: hidden; }
/* line 91, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select.ng-select-single .ng-select-container .ng-value-container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
/* line 93, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
/* line 95, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: none; }
/* line 99, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  position: absolute;
  left: 0;
  width: 100%; }
/* line 110, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: none; }
/* line 116, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  flex-wrap: wrap; }
/* line 118, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  position: absolute; }
/* line 121, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  white-space: nowrap; }
/* line 124, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-icon {
  display: none; }
/* line 128, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  cursor: pointer; }
/* line 132, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  flex: 1;
  z-index: 2; }
/* line 136, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  z-index: 1; }
/* line 142, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select .ng-clear-wrapper {
  cursor: pointer;
  position: relative;
  width: 17px;
  user-select: none; }
/* line 147, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select .ng-clear-wrapper .ng-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  pointer-events: none; }
/* line 154, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select .ng-spinner-loader {
  border-radius: 50%;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid rgba(66, 66, 66, 0.2);
  border-right: 2px solid rgba(66, 66, 66, 0.2);
  border-bottom: 2px solid rgba(66, 66, 66, 0.2);
  border-left: 2px solid #424242;
  transform: translateZ(0);
  animation: load8 0.8s infinite linear; }
/* line 168, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select .ng-spinner-loader:after {
  border-radius: 50%;
  width: 17px;
  height: 17px; }
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* line 194, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select .ng-arrow-wrapper {
  cursor: pointer;
  position: relative;
  text-align: center;
  user-select: none; }
/* line 199, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-select .ng-arrow-wrapper .ng-arrow {
  pointer-events: none;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative; }

/* line 209, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-dropdown-panel {
  box-sizing: border-box;
  position: absolute;
  opacity: 0;
  width: 100%;
  z-index: 1050;
  -webkit-overflow-scrolling: touch; }
/* line 216, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-dropdown-panel .ng-dropdown-panel-items {
  display: block;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 240px;
  overflow-y: auto; }
/* line 225, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
/* line 229, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
/* line 235, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .highlighted {
  font-weight: bold;
  text-decoration: underline; }
/* line 239, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.disabled {
  cursor: default; }
/* line 245, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-dropdown-panel .scroll-host {
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  display: block;
  -webkit-overflow-scrolling: touch; }
/* line 252, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-dropdown-panel .scrollable-content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute; }
/* line 259, ../../../../../node_modules/@ng-select/ng-select/scss/ng-select.component.scss */
.ng-dropdown-panel .total-padding {
  width: 1px;
  opacity: 0; }

/* line 19, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-opened > .ng-select-container {
  background: #ffffff;
  border-color: #b3b3b3 #ccc #d9d9d9; }
/* line 22, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none; }
/* line 25, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: transparent transparent #999999;
  border-width: 0 5px 5px; }
/* line 29, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: transparent transparent #333333; }
/* line 35, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
/* line 41, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
/* line 48, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1); }
/* line 54, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9; }
/* line 58, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select .ng-has-value .ng-placeholder {
  display: none; }
/* line 61, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select .ng-select-container {
  color: #333;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center; }
/* line 68, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }
/* line 71, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px; }
/* line 2, ../../../../../node_modules/@ng-select/ng-select/scss/_mixins.scss */
[dir="rtl"] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0; }
/* line 78, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999999; }
/* line 84, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-single .ng-select-container {
  height: 36px; }
/* line 87, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px; }
/* line 2, ../../../../../node_modules/@ng-select/ng-select/scss/_mixins.scss */
[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px; }
/* line 102, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6; }
/* line 105, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px; }
/* line 111, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px; }
/* line 2, ../../../../../node_modules/@ng-select/ng-select/scss/_mixins.scss */
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0; }
/* line 118, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: 0.9em;
  margin-bottom: 5px;
  background-color: #ebf5ff;
  border-radius: 2px;
  margin-right: 5px; }
/* line 2, ../../../../../node_modules/@ng-select/ng-select/scss/_mixins.scss */
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px; }
/* line 128, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9; }
/* line 130, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px; }
/* line 2, ../../../../../node_modules/@ng-select/ng-select/scss/_mixins.scss */
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px; }
/* line 138, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px; }
/* line 142, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px; }
/* line 145, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: #d1e8ff; }
/* line 148, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid #b8dbff; }
/* line 2, ../../../../../node_modules/@ng-select/ng-select/scss/_mixins.scss */
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid #b8dbff;
  border-right: none; }
/* line 155, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid #b8dbff; }
/* line 2, ../../../../../node_modules/@ng-select/ng-select/scss/_mixins.scss */
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid #b8dbff; }
/* line 164, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px; }
/* line 2, ../../../../../node_modules/@ng-select/ng-select/scss/_mixins.scss */
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0; }
/* line 170, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px; }
/* line 2, ../../../../../node_modules/@ng-select/ng-select/scss/_mixins.scss */
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0; }
/* line 182, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select .ng-clear-wrapper {
  color: #999999; }
/* line 184, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #D0021B; }
/* line 188, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0; }
/* line 2, ../../../../../node_modules/@ng-select/ng-select/scss/_mixins.scss */
[dir="rtl"] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px; }
/* line 195, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px; }
/* line 2, ../../../../../node_modules/@ng-select/ng-select/scss/_mixins.scss */
[dir="rtl"] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0; }
/* line 203, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666666; }
/* line 207, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px; }

/* line 215, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-dropdown-panel {
  background-color: #ffffff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  left: 0; }
/* line 220, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: #e6e6e6;
  margin-top: -1px; }
/* line 228, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
/* line 235, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px; }
/* line 243, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }
/* line 250, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px; }
/* line 254, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px; }
/* line 259, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer; }
/* line 265, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default; }
/* line 268, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: #f5faff; }
/* line 271, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  background-color: #ebf5ff;
  font-weight: 600; }
/* line 276, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 10px; }
/* line 280, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: #ebf5ff; }
/* line 283, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600; }
/* line 287, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #f5faff;
  color: #333; }
/* line 291, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #cccccc; }
/* line 294, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px; }
/* line 2, ../../../../../node_modules/@ng-select/ng-select/scss/_mixins.scss */
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0; }
/* line 301, ../../../../../node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px; }
/* line 2, ../../../../../node_modules/@ng-select/ng-select/scss/_mixins.scss */
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0; }
/* line 2, ../../../../../node_modules/@ng-select/ng-select/scss/_mixins.scss */
[dir="rtl"] .ng-dropdown-panel {
  direction: rtl;
  text-align: right; }

/* line 7, ../../../mapobserver/client/src/modal.scss */
.modal-content {
  background-color: white;
  color: black;
  border: none; }

/* line 13, ../../../mapobserver/client/src/modal.scss */
.modal-body.fixed-height, .fixed-height.form-body {
  height: 75vh; }

/* line 17, ../../../mapobserver/client/src/modal.scss */
.modal-body, .form-body {
  border-radius: 0;
  max-height: 75vh;
  overflow-y: auto;
  padding: 1.5rem; }

/* line 24, ../../../mapobserver/client/src/modal.scss */
.modal-header {
  position: relative;
  /*anchor*/
  background-color: #e6e6e6;
  color: #22262e;
  padding: 0;
  border-radius: 0; }

/* line 32, ../../../mapobserver/client/src/modal.scss */
.modal-footer {
  background-color: #e6e6e6;
  color: #22262e;
  padding: 0;
  border-radius: 0;
  justify-content: flex-end; }
/* line 39, ../../../mapobserver/client/src/modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem; }
/* line 40, ../../../mapobserver/client/src/modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem; }

/* line 43, ../../../mapobserver/client/src/modal.scss */
.modal-footer-left {
  justify-content: flex-start; }

/* line 13, ../../../../../node_modules/bootstrap/scss/mixins/_hover.scss */
.map-tooltip .modal-footer .btn:hover {
  background-color: #CACACA;
  text-decoration: none; }
/* line 13, ../../../../../node_modules/bootstrap/scss/mixins/_hover.scss */
.map-tooltip .modal-footer .dropdown-item:hover {
  background-color: #CACACA;
  text-decoration: none; }
/* line 64, ../../../mapobserver/client/src/modal.scss */
.map-tooltip .modal-header .ng-select.ng-select-single .ng-select-container {
  background-color: transparent; }

/* line 70, ../../../mapobserver/client/src/modal.scss */
.map-tooltip.modal-content {
  min-width: 250px;
  max-width: 425px;
  font-size: 0.8rem; }

/* line 76, ../../../mapobserver/client/src/modal.scss */
.map-tooltip .modal-footer {
  height: 43px;
  width: 100%; }

/* line 81, ../../../mapobserver/client/src/modal.scss */
.map-tooltip .modal-footer ng-select {
  height: 42px;
  width: 84px; }

/* line 86, ../../../mapobserver/client/src/modal.scss */
.map-tooltip .modal-footer button {
  background-color: #e6e6e6; }

/* line 90, ../../../mapobserver/client/src/modal.scss */
.modal-big-footer {
  padding: 10px 15px; }

/* line 94, ../../../mapobserver/client/src/modal.scss */
.modal-body > table, .form-body > table {
  padding: 5px 15px 10px 15px;
  width: 100%; }

/* line 98, ../../../mapobserver/client/src/modal.scss */
.modal-body > table > tbody > tr > td, .form-body > table > tbody > tr > td {
  padding-right: 10px; }

/* line 101, ../../../mapobserver/client/src/modal.scss */
.modal-body > table > tbody > tr > td:last-of-type, .form-body > table > tbody > tr > td:last-of-type {
  padding-right: 0px; }

/*.modal-mo{
  font-size: 14px;
  border-radius: 0;
  min-width: 300px;
}

.modal-element-mo{
  margin: 15px 0 0 0;
}*/
/*title*/
/* line 116, ../../../mapobserver/client/src/modal.scss */
.modal-title {
  display: inline-block;
  width: 90%;
  width: calc(100% - 40px);
  font-weight: 600;
  white-space: normal; }

/* line 125, ../../../mapobserver/client/src/modal.scss */
.modal-big-title {
  padding: 10px 15px;
  font-weight: 500;
  color: #22262e; }

/* line 131, ../../../mapobserver/client/src/modal.scss */
.modal-settings-area {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  width: 40px;
  text-align: right; }

/* line 140, ../../../mapobserver/client/src/modal.scss */
.modal-title-col2 {
  display: inline-block;
  width: 80%;
  width: calc(100% - 80px);
  font-weight: 600;
  white-space: normal; }

/* line 149, ../../../mapobserver/client/src/modal.scss */
.modal-settings-area-col2 {
  position: absolute;
  display: block;
  right: 0; }

/* line 155, ../../../mapobserver/client/src/modal.scss */
.modal-settings-area-col2 > .modal-settingsicon {
  margin: 9px; }

/* line 160, ../../../mapobserver/client/src/modal.scss */
.modal-settingsicon {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  margin: 2px;
  border-color: transparent; }

/* line 170, ../../../mapobserver/client/src/modal.scss */
.modal-settingsicon i {
  font-size: 18px; }

/* line 174, ../../../mapobserver/client/src/modal.scss */
.modal-settingsicon-mo:hover {
  color: black;
  text-decoration: none; }

/* title end*/
/* line 181, ../../../mapobserver/client/src/modal.scss */
.map-tooltip .arrow {
  position: absolute;
  top: 50%;
  margin-top: -.5rem;
  margin-bottom: 0.3rem;
  margin-left: 0;
  margin-right: 0;
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem; }
/* line 192, ../../../mapobserver/client/src/modal.scss */
.map-tooltip .arrow:before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0.5rem 0;
  display: block;
  position: absolute;
  content: ""; }
/* line 201, ../../../mapobserver/client/src/modal.scss */
.map-tooltip .arrow:after {
  left: 1px;
  border-right-color: #fff;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  position: absolute;
  display: block;
  content: "";
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-style: solid; }

/* line 216, ../../../mapobserver/client/src/modal.scss */
ol .category {
  padding-inline-start: 40px;
  padding-left: 40px; }

/* line 222, ../../../mapobserver/client/src/modal.scss */
.tree-checkbox {
  border-color: #B2B2B2 !important;
  width: 15px;
  height: 15px;
  padding: 0;
  color: #007FC7 !important;
  font-size: 0.6rem;
  line-height: 0.9rem;
  margin-right: 0.5rem;
  cursor: pointer;
  border-radius: 0.25rem;
  vertical-align: middle !important;
  outline: none !important; }

/* line 237, ../../../mapobserver/client/src/modal.scss */
.tree-checkbox:hover {
  border-color: #CACACA;
  background-color: #e6e6e6; }

/* line 243, ../../../mapobserver/client/src/modal.scss */
.tree-checkbox:focus {
  outline: none !important; }

/* line 247, ../../../mapobserver/client/src/modal.scss */
tree-category li div {
  display: inline; }

/* line 251, ../../../mapobserver/client/src/modal.scss */
tree-category div {
  text-transform: uppercase;
  color: #737373;
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  line-height: 2rem; }

/* line 258, ../../../mapobserver/client/src/modal.scss */
tree-category li {
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 2rem; }

/* line 264, ../../../mapobserver/client/src/modal.scss */
div.category-marker {
  display: inline; }

/* line 269, ../../../mapobserver/client/src/modal.scss */
ol div.category-marker:before {
  margin-top: 1px;
  margin-left: 1px;
  margin-right: 8px;
  display: inline;
  font-size: 0.9rem;
  font-family: FontAwesome;
  height: auto;
  content: "\f054";
  font-weight: 300;
  text-shadow: none;
  color: #737373; }
/* line 282, ../../../mapobserver/client/src/modal.scss */
ol div.category-marker.open:before {
  content: "\f078"; }

/* line 287, ../../../mapobserver/client/src/modal.scss */
.layer-tree-wrapper {
  margin-left: -35px; }

/* line 296, ../../../mapobserver/client/src/modal.scss */
.modal-body .tab-content, .form-body .tab-content {
  min-height: 250px;
  margin-top: 1.4rem;
  font-size: 0.9rem;
  padding: 0.7rem; }
/* line 303, ../../../mapobserver/client/src/modal.scss */
.modal-body .tab-content * .btn-lg, .form-body .tab-content * .btn-lg, .modal-body .btn-group-lg > .btn, .form-body .btn-group-lg > .btn {
  padding: 0.5rem 0rem; }
/* line 308, ../../../mapobserver/client/src/modal.scss */
.modal-body .tab-pane * .input-group * .btn, .form-body .tab-pane * .input-group * .btn {
  background-color: black; }
/* line 316, ../../../mapobserver/client/src/modal.scss */
.modal-body site-layer-list > div, .form-body site-layer-list > div {
  padding-bottom: 0.5rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #B2B2B2 !important; }
/* line 322, ../../../mapobserver/client/src/modal.scss */
.modal-body .tab-content label, .form-body .tab-content label {
  text-transform: uppercase;
  color: #737373; }
/* line 327, ../../../mapobserver/client/src/modal.scss */
.modal-body .badge-secondary, .form-body .badge-secondary {
  background-color: #fff;
  color: #050505;
  font-size: 0.9rem;
  margin-top: 0.3rem;
  margin-left: 0.3rem;
  text-transform: none; }
/* line 336, ../../../mapobserver/client/src/modal.scss */
.modal-body .badge-secondary:first-child, .form-body .badge-secondary:first-child {
  margin-left: -0.3rem; }
/* line 340, ../../../mapobserver/client/src/modal.scss */
.modal-body .badge-secondary:before, .form-body .badge-secondary:before {
  float: left;
  margin-right: 8px;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  content: "\f024";
  font-weight: 300;
  text-shadow: none; }
/* line 353, ../../../mapobserver/client/src/modal.scss */
.modal-body .tab-pane * table * button, .form-body .tab-pane * table * button {
  border-color: transparent; }
/* line 357, ../../../mapobserver/client/src/modal.scss */
.modal-body .tab-pane * table * button:hover, .form-body .tab-pane * table * button:hover {
  border-color: #CACACA;
  background-color: #e6e6e6;
  color: #3d3d3d; }
/* line 363, ../../../mapobserver/client/src/modal.scss */
.modal-body .tab-content table, .form-body .tab-content table {
  margin-top: 1.4rem; }
/* line 367, ../../../mapobserver/client/src/modal.scss */
.modal-body .table-sm td, .form-body .table-sm td {
  padding: 0rem 0rem !important;
  height: 35px;
  vertical-align: middle; }
/* line 373, ../../../mapobserver/client/src/modal.scss */
.modal-body .tab-pane * .table-sm th, .form-body .tab-pane * .table-sm th, .modal-body .table-sm td, .form-body .table-sm td {
  padding: 0.3rem 0rem;
  vertical-align: middle; }

/* line 381, ../../../mapobserver/client/src/modal.scss */
.feature-info-mo {
  border-top-color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
  padding-left: 0px; }

/* line 388, ../../../mapobserver/client/src/modal.scss */
.feature-info-mo:last-child {
  margin-bottom: 1rem !important; }

/* line 394, ../../../mapobserver/client/src/modal.scss */
.modal-footer .dropdown-menu.show {
  padding: 0px;
  font-size: 0.8rem; }

/*

.modal-footer-mo{
  background-color: $modal-footer-bg-color;
!*  padding: 13px 15px 0 15px;
  font-weight: 600;*!
  color: $modal-footer-fg-color;
!*  height: 65px;*!
}

.modal-footer-status-mo{
  display: inline-block;
  margin-top: 10px;
}




!* BUTTONS Modal Footer Icons *!

.modal-footericon-mo{
  color: #656565;
  margin: 0 0 0 15px;
}

.modal-footericon-mo i{
  font-size: 24px;
}

.modal-footericon-mo:hover{
  color: #888;
  text-decoration: none;
}

!* Buttons Modal (Add Gallery) *!

.modal-browsefolders-mo{
  border: 1px solid #3D3D3D;
  width: 48%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  padding: 8px 10px;
  background-color: #22262F;
  color: #fff;
}

.modal-browsefolders-mo:hover{
  border: 1px solid #3D3D3D;
  background-color: #333;
  color: #fff;
}

.modal-cancel-mo{
  border: 1px solid #595959;
  width:auto;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  padding: 8px 8px;
  background-color: #595959;
  color: #fff;
  margin: 0 2px;
}

.modal-cancel-mo:hover{
  border: 1px solid #595959;
  background-color: #333;
  color: #fff;
}

.modal-save-mo{
  border: 1px solid #0080C9;

  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  padding: 8px 8px;
  background-color: #0080C9;
  color: #fff;
  margin: 0 2px;
}

.modal-save-mo:hover{
  border: 1px solid #0080C9;
  background-color: #006296;
  color: #fff;
}

button{
  background-color: inherit;
}*/
/* line 499, ../../../mapobserver/client/src/modal.scss */
.ng-select {
  border: 0px;
  min-height: 100%;
  border-radius: 0; }

/* line 505, ../../../mapobserver/client/src/modal.scss */
.ng-select .ng-select-container {
  min-height: 100%;
  height: 100%;
  border: 0;
  border-radius: 0; }

/* line 514, ../../../mapobserver/client/src/modal.scss */
.ng-dropdown-panel.ng-select-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
/* line 521, ../../../mapobserver/client/src/modal.scss */
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
/* line 528, ../../../mapobserver/client/src/modal.scss */
.ng-dropdown-panel.ng-select-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
/* line 535, ../../../mapobserver/client/src/modal.scss */
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 544, ../../../mapobserver/client/src/modal.scss */
ngb-popover-window {
  color: black; }

/* line 548, ../../../mapobserver/client/src/modal.scss */
.popover-body {
  color: black;
  font-size: 0.7rem; }

/* line 553, ../../../mapobserver/client/src/modal.scss */
.popover-body .btn-info {
  background-color: #DADADA;
  border-color: #DADADA;
  color: black;
  font-size: 0.75rem;
  font-weight: 300;
  padding: 3px 7px;
  text-transform: capitalize; }

/* line 563, ../../../mapobserver/client/src/modal.scss */
.popover-body .btn-info:not(:disabled):not(.disabled):active {
  background-color: #B2B2B2;
  border-color: #B2B2B2;
  color: black; }

/* line 569, ../../../mapobserver/client/src/modal.scss */
.popover-body .btn-primary {
  background-color: #DADADA;
  border-color: #DADADA;
  color: black;
  font-size: 0.75rem;
  font-weight: 300;
  padding: 3px 7px;
  text-transform: capitalize; }

/* line 579, ../../../mapobserver/client/src/modal.scss */
.popover-body .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #B2B2B2;
  border-color: #B2B2B2;
  color: black; }

/* line 585, ../../../mapobserver/client/src/modal.scss */
.popover-body * header {
  font-size: 0.9rem; }

/* line 591, ../../../mapobserver/client/src/modal.scss */
.form-body {
  padding-top: 0;
  /*  background-color: white;
    color: black;
    margin: 20px;
    padding: 20px;*/ }

/* line 600, ../../../mapobserver/client/src/modal.scss */
.btn {
  border-radius: 3px; }

/* line 603, ../../../mapobserver/client/src/modal.scss */
.form-control {
  border-radius: 3px;
  height: auto; }

/* line 608, ../../../mapobserver/client/src/modal.scss */
input.form-control {
  font-size: 0.8rem; }

/* line 612, ../../../mapobserver/client/src/modal.scss */
.input-group .form-control {
  border-radius: 3px 0px 0px 3px;
  font-size: 0.8rem; }
/* line 616, ../../../mapobserver/client/src/modal.scss */
.input-group .btn {
  border-radius: 0px 3px 3px 0px; }

/* line 621, ../../../mapobserver/client/src/modal.scss */
.epsgCode {
  margin-right: 5px;
  margin-left: 5px; }

/* line 626, ../../../mapobserver/client/src/modal.scss */
.style-picker-feature .ng-select-container {
  background-color: #e6e6e6; }

/* line 631, ../../../mapobserver/client/src/modal.scss */
.tour-step-navigation > .btn-primary {
  color: #fff;
  background-color: #0080c8;
  border-color: #0080c8;
  font-size: 0.7rem;
  font-weight: 400;
  height: 26px;
  margin-right: 1px; }

/* line 640, ../../../mapobserver/client/src/modal.scss */
.tour-step-navigation > .btn-secondary {
  font-size: 0.7rem;
  font-weight: 400;
  height: 26px;
  margin-right: 1px; }

@media (min-width: 576px) {
  /* line 648, ../../../mapobserver/client/src/modal.scss */
  .modal-dialog {
    max-width: 650px; } }
/* line 2, ../scss/modules/_layout.scss */
html {
  font-size: 100%;
  height: 100%; }

/* line 7, ../scss/modules/_layout.scss */
body {
  background-color: #1B1E24;
  color: #6f7b8a;
  font-family: "Arial";
  font-size: 13px;
  padding: 0px !important;
  margin: 0px !important;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  height: 100%; }

/* line 22, ../scss/modules/_layout.scss */
body.condense-menu .header-seperation {
  display: none; }
/* line 25, ../scss/modules/_layout.scss */
body.condense-menu .page-content {
  margin-left: 50px; }
/* line 28, ../scss/modules/_layout.scss */
body.condense-menu .footer-widget {
  display: none; }
/* line 31, ../scss/modules/_layout.scss */
body.condense-menu .scrollup {
  left: 34px; }
/* line 36, ../scss/modules/_layout.scss */
body.hide-top-content-header .header {
  width: auto; }
/* line 39, ../scss/modules/_layout.scss */
body.hide-top-content-header .header-quick-nav {
  display: none; }
/* line 42, ../scss/modules/_layout.scss */
body.hide-top-content-header .page-content .content {
  padding-top: 25px; }
/* line 47, ../scss/modules/_layout.scss */
body.hide-top-content-header .page-sidebar.mini .page-sidebar-wrapper > ul {
  padding: 0; }
/* line 54, ../scss/modules/_layout.scss */
body.hide-sidebar .header-seperation {
  display: none; }
/* line 57, ../scss/modules/_layout.scss */
body.hide-sidebar .page-sidebar {
  display: none; }
/* line 60, ../scss/modules/_layout.scss */
body.hide-sidebar .page-content {
  margin-left: 0; }
/* line 63, ../scss/modules/_layout.scss */
body.hide-sidebar .scrollup {
  left: 34px; }
/* line 67, ../scss/modules/_layout.scss */
body.boxed-layout {
  background-color: #f6f7f8; }
/* line 69, ../scss/modules/_layout.scss */
body.boxed-layout .header {
  width: inherit;
  padding-right: 30px !important; }
/* line 75, ../scss/modules/_layout.scss */
body.menu-non-fixed .page-sidebar {
  position: absolute; }
/* line 80, ../scss/modules/_layout.scss */
body.right-side-bar .page-content {
  margin-right: 250px;
  margin-left: 0; }
/* line 83, ../scss/modules/_layout.scss */
body.right-side-bar .page-content.condensed {
  margin-left: 0;
  margin-right: 50px; }
/* line 88, ../scss/modules/_layout.scss */
body.right-side-bar .page-sidebar {
  right: 0; }
/* line 92, ../scss/modules/_layout.scss */
body.right-side-bar .header .header-seperation {
  float: right; }
/* line 96, ../scss/modules/_layout.scss */
body.right-side-bar .footer-widget {
  right: 0; }
/* line 101, ../scss/modules/_layout.scss */
body.bottom-header .header {
  bottom: 0; }
/* line 105, ../scss/modules/_layout.scss */
body.bottom-header .page-content .content {
  padding-top: 25px;
  padding-bottom: 83px; }
/* line 112, ../scss/modules/_layout.scss */
body.open-menu-right-desktop .page-container {
  position: relative;
  left: -260px; }
/* line 116, ../scss/modules/_layout.scss */
body.open-menu-right-desktop .header {
  left: -260px; }
/* line 119, ../scss/modules/_layout.scss */
body.open-menu-right-desktop .fonter-widget {
  display: none; }
/* line 124, ../scss/modules/_layout.scss */
body.modal-open .page-container {
  position: inherit; }
/* line 127, ../scss/modules/_layout.scss */
body.modal-open .page-content {
  position: inherit; }
/* line 130, ../scss/modules/_layout.scss */
body.modal-open .chat-window-wrapper {
  display: none; }

/* line 137, ../scss/modules/_layout.scss */
.navbar, .navbar-inverse {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0px; }

/* line 148, ../scss/modules/_layout.scss */
.navbar .nav > li > .dropdown-menu::before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }
/* line 159, ../scss/modules/_layout.scss */
.navbar .nav > li > .dropdown-menu::after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: ''; }
/* line 172, ../scss/modules/_layout.scss */
.navbar .notifications {
  background-color: #1B1E24;
  display: block;
  float: left;
  left: 0;
  margin: 0 10px 0 0;
  padding-top: 5px;
  position: relative; }

/* line 183, ../scss/modules/_layout.scss */
.header-seperation {
  background-color: #22262E; }

/* line 187, ../scss/modules/_layout.scss */
.header {
  -webkit-transition: -webkit-transform 0.3s ease, left 0.3s ease, right 0.3s ease;
  transition: transform 0.3s ease, left 0.3s ease, right 0.3s ease;
  padding: 0 !important;
  margin: 0 !important;
  position: fixed;
  width: 100%;
  z-index: 999;
  min-height: 60px;
  left: 0;
  -webkit-backface-visibility: hidden; }
/* line 198, ../scss/modules/_layout.scss */
.header .navbar-inner {
  background-image: none !important;
  background-color: #ffffff !important;
  width: 100%;
  margin: 0;
  border: 0px;
  padding: 0px;
  box-shadow: none;
  border-radius: 0px;
  display: table;
  height: 60px; }
/* line 209, ../scss/modules/_layout.scss */
.header .navbar-inner [class*="span"] {
  min-height: 58px !important; }
/* line 213, ../scss/modules/_layout.scss */
.header .btn-navbar {
  background-color: #1f1f1f !important;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 6px;
  background-image: none;
  box-shadow: none;
  color: #ffffff;
  border: 0; }
/* line 223, ../scss/modules/_layout.scss */
.header .btn-navbar:hover {
  text-decoration: none; }
/* line 227, ../scss/modules/_layout.scss */
.header .nav {
  display: block; }
/* line 232, ../scss/modules/_layout.scss */
.header .nav li.dropdown .dropdown-toggle i {
  color: #eff4f8 !important; }
/* line 238, ../scss/modules/_layout.scss */
.header .nav li.dropdown.user .dropdown-toggle i {
  display: inline-block;
  margin-top: 5px;
  margin: 0;
  font-size: 16px;
  color: #808080 !important; }
/* line 249, ../scss/modules/_layout.scss */
.header .nav > li {
  margin: 0px;
  padding: 0px;
  text-align: center;
  display: inline-block;
  float: left; }
/* line 258, ../scss/modules/_layout.scss */
.header .nav > li.dropdown .dropdown-toggle {
  margin: 0px; }
/* line 260, ../scss/modules/_layout.scss */
.header .nav > li.dropdown .dropdown-toggle i {
  font-size: 15px;
  margin-left: auto;
  margin-right: auto; }
/* line 265, ../scss/modules/_layout.scss */
.header .nav > li.dropdown .dropdown-toggle .badge {
  position: absolute;
  font-size: 10px !important;
  font-weight: 700;
  top: 0px;
  right: 2px;
  text-align: center;
  background-color: #f35958;
  padding: 4px 6px;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  text-shadow: none !important;
  color: #ffffff; }
/* line 281, ../scss/modules/_layout.scss */
.header .nav > li.dropdown .active {
  background-color: #0D0F12; }
/* line 285, ../scss/modules/_layout.scss */
.header .nav > li.dropdown.user .dropdown-toggle {
  padding: 8px 4px 7px 9px; }
/* line 287, ../scss/modules/_layout.scss */
.header .nav > li.dropdown.user .dropdown-toggle:hover {
  text-decoration: none; }
/* line 294, ../scss/modules/_layout.scss */
.header .nav > li.quicklinks i {
  display: inline-block;
  margin-top: 5px;
  margin: 0;
  font-size: 14px;
  color: #656565 !important; }
/* line 301, ../scss/modules/_layout.scss */
.header .nav > li.quicklinks > a {
  padding: 4px 2px !important; }
/* line 306, ../scss/modules/_layout.scss */
.header .nav .h-seperate {
  height: 6px;
  width: 2px;
  margin: 0px 10px 0px 10px;
  border-left: 1px solid #e1e1e1;
  display: inline;
  position: relative;
  top: 2px; }
/* line 315, ../scss/modules/_layout.scss */
.header .nav .dropdown-menu {
  margin-top: 3px; }
/* line 319, ../scss/modules/_layout.scss */
.header .header-seperation {
  width: 250px;
  display: block;
  float: left;
  height: 60px; }
/* line 324, ../scss/modules/_layout.scss */
.header .header-seperation .notifcation-center {
  margin-right: 15px !important; }
/* line 328, ../scss/modules/_layout.scss */
.header .header-quick-nav {
  padding-right: 10px;
  -webkit-transition-duration: 1;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity; }
/* line 337, ../scss/modules/_layout.scss */
.header .header-quick-nav input {
  height: 12px !important; }
/* line 341, ../scss/modules/_layout.scss */
.header .notifcation-center {
  background-color: #1B1E24;
  margin-top: 12px;
  margin-right: 15px !important;
  display: inline-flex;
  display: -ms-flexbox;
  direction: ltr; }
/* line 348, ../scss/modules/_layout.scss */
.header .notifcation-center li {
  min-width: 30px !important; }
/* line 350, ../scss/modules/_layout.scss */
.header .notifcation-center li a {
  padding: 10px !important;
  min-height: 17.5px; }
/* line 353, ../scss/modules/_layout.scss */
.header .notifcation-center li a i {
  font-size: 13px !important; }
/* line 359, ../scss/modules/_layout.scss */
.header a {
  text-decoration: none; }
/* line 362, ../scss/modules/_layout.scss */
.header .chat-toggler {
  position: relative;
  top: 10px;
  margin-right: 5px;
  display: inline-block;
  float: left;
  min-width: 163px; }
/* line 369, ../scss/modules/_layout.scss */
.header .chat-toggler .user-details {
  display: inline-block;
  float: left;
  line-height: 35px; }
/* line 374, ../scss/modules/_layout.scss */
.header .chat-toggler .user-details .username a {
  color: #1b1e24;
  font-size: 15px; }
/* line 380, ../scss/modules/_layout.scss */
.header .chat-toggler .user-details .company a {
  color: #8b8f92;
  font-weight: 400;
  text-align: right;
  font-size: 12px; }
/* line 388, ../scss/modules/_layout.scss */
.header .chat-toggler .iconset {
  display: inline-block;
  float: left;
  margin: 15px 10px; }
/* line 393, ../scss/modules/_layout.scss */
.header .chat-toggler .profile-pic {
  display: inline-block;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  float: left; }
/* line 402, ../scss/modules/_layout.scss */
.header .chat-toggler a {
  color: #1b1e24;
  font-size: 15px;
  display: inline-block;
  float: left; }
/* line 408, ../scss/modules/_layout.scss */
.header .chat-toggler > i {
  color: #808080;
  text-align: right;
  font-size: 20px;
  position: relative;
  padding: 8px;
  top: 8px; }
/* line 416, ../scss/modules/_layout.scss */
.header .chat-toggler .message-count {
  display: inline-block;
  float: left; }
/* line 419, ../scss/modules/_layout.scss */
.header .chat-toggler .message-count .badge {
  position: absolute;
  float: left;
  right: 0;
  top: 0; }
/* line 427, ../scss/modules/_layout.scss */
.header .chat-message-preview {
  border-left: 1px solid #e5e9ec;
  border-right: 1px solid #e5e9ec;
  padding: 4px 15px;
  margin-right: 12px; }
/* line 432, ../scss/modules/_layout.scss */
.header .chat-message-preview .user-details {
  display: inline-block;
  float: left; }
/* line 436, ../scss/modules/_layout.scss */
.header .chat-message-preview .user-details .username a {
  color: #22262e;
  font-weight: 600;
  text-align: right; }
/* line 443, ../scss/modules/_layout.scss */
.header .chat-message-preview .profile-pic {
  display: inline-block;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  float: left;
  height: 35px;
  overflow: hidden;
  width: 35px;
  margin-left: 10px; }
/* line 453, ../scss/modules/_layout.scss */
.header .chat-message-preview a {
  color: #6F7B8A; }
/* line 456, ../scss/modules/_layout.scss */
.header .chat-message-preview .chat-message {
  color: #8b8f92;
  background-color: #e5e9ec;
  padding: 5px;
  font-size: 12px;
  border-radius: 3px; }
/* line 464, ../scss/modules/_layout.scss */
.header .quick-section {
  margin-left: 20px;
  margin-top: 16px;
  margin-right: 10px;
  display: inline-block;
  float: left;
  direction: ltr; }
/* line 472, ../scss/modules/_layout.scss */
.header .search-form {
  display: inline-block;
  float: left;
  margin-left: 25px !important;
  top: -4.5px;
  position: relative; }
/* line 479, ../scss/modules/_layout.scss */
.header .popover-title {
  border-bottom: 0px;
  padding-top: 14px; }

/* line 489, ../scss/modules/_layout.scss */
.menu-title {
  color: #808285;
  font-size: 10.5px;
  padding-left: 31px;
  padding-right: 31px;
  padding-top: 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2px; }
/* line 498, ../scss/modules/_layout.scss */
.menu-title a {
  color: #808285; }
/* line 500, ../scss/modules/_layout.scss */
.menu-title a:hover {
  text-decoration: none; }
/* line 504, ../scss/modules/_layout.scss */
.menu-title i {
  font-size: 10px;
  font-weight: normal; }

/* line 510, ../scss/modules/_layout.scss */
.page-sidebar {
  background-color: #1B1E24 !important;
  height: 100%;
  font-family: "Open Sans";
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease; }
/* line 517, ../scss/modules/_layout.scss */
.page-sidebar .outer-tab-nav-section {
  display: inline-block;
  width: 45px;
  position: absolute;
  height: 100%;
  background-color: #005E95 !important; }
/* line 524, ../scss/modules/_layout.scss */
.page-sidebar .inner-menu {
  display: inline-block;
  width: 200px; }
/* line 527, ../scss/modules/_layout.scss */
.page-sidebar .inner-menu ul {
  width: 200px; }
/* line 531, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper {
  position: relative;
  overflow-y: auto; }
/* line 534, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0; }
/* line 540, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px; }
/* line 545, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > a {
  color: #8B91A0;
  display: block;
  position: relative;
  margin: 0;
  border: 0px;
  padding: 11.5px 31px 11.5px 31px;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal; }
/* line 555, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > a.open {
  background: #313131; }
/* line 558, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > a i {
  font-size: 14px;
  margin-right: 5px;
  text-shadow: none; }
/* line 565, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > a > .arrow.open:before {
  float: right;
  margin-top: 1px;
  margin-right: 3px;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  font-size: 16px;
  content: "\f107";
  font-weight: 300;
  text-shadow: none; }
/* line 581, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li:last-child > a {
  border-bottom: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important; }
/* line 587, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li a i {
  color: #8B91A0;
  width: 20px;
  text-align: center;
  display: inline-block; }
/* line 595, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.active > a {
  border-top-color: transparent !important;
  color: #ffffff;
  border: none;
  text-shadow: none; }
/* line 600, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.active > a i {
  color: #ffffff; }
/* line 604, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.active i {
  color: #ffffff; }
/* line 608, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.active > ul.sub-menu {
  display: block; }
/* line 612, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.active > ul.sub-menu > li ul.sub-menu {
  display: block; }
/* line 621, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0px;
  background-color: #22262E;
  padding: 8px 0px 10px 0px; }
/* line 628, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li {
  background: none;
  margin: 0px;
  padding: 0px;
  margin-top: 1px !important; }
/* line 633, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a {
  margin-left: 0px;
  padding-left: 5px;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px;
  padding-left: 53px !important;
  color: #e1eaf1;
  text-decoration: none;
  text-shadow: 0 1px 1px #000;
  font-size: 13px;
  font-weight: 300;
  background: none; }
/* line 646, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a:hover {
  background: #1B1E24 !important; }
/* line 651, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li:first-child > a {
  border-top: 0px !important; }
/* line 656, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding-left: 0; }
/* line 662, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li ul.sub-menu li {
  background: none;
  margin: 0px;
  padding: 0px; }
/* line 672, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
  margin-left: 70px; }
/* line 678, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  padding-left: 80px; }
/* line 691, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > a > .arrow:before {
  float: right;
  margin-top: 1px;
  margin-right: 20px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f104";
  font-weight: 300;
  text-shadow: none; }
/* line 704, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > a > .arrow.open:before {
  float: right;
  margin-top: 1px;
  margin-right: 18px;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  font-size: 16px;
  content: "\f107";
  font-weight: 300;
  text-shadow: none; }
/* line 722, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a {
  display: block;
  padding: 5px 0px;
  color: #ccc;
  text-decoration: none;
  text-shadow: 0 1px 1px #000;
  font-size: 13px;
  font-weight: 300; }
/* line 730, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a > i {
  font-size: 13px; }
/* line 741, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.start > a {
  border-top-color: transparent !important; }
/* line 748, ../scss/modules/_layout.scss */
.page-sidebar.mini {
  width: 50px;
  overflow: visible !important;
  background-color: #005E95 !important;
  height: 100%;
  margin-top: 0;
  position: fixed;
  z-index: 90; }
/* line 757, ../scss/modules/_layout.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul {
  width: 50px;
  padding: 60px 0 0; }
/* line 762, ../scss/modules/_layout.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li > ul.sub-menu {
  position: absolute;
  margin-top: -46px;
  margin-left: 50px;
  width: auto;
  z-index: 110;
  min-width: 250px; }
/* line 771, ../scss/modules/_layout.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li > a {
  padding: 13px;
  color: #ffffff; }
/* line 776, ../scss/modules/_layout.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li a i {
  color: #ffffff; }
/* line 782, ../scss/modules/_layout.scss */
.page-sidebar.mini .page-sidebar-wrapper > p {
  display: none; }
/* line 785, ../scss/modules/_layout.scss */
.page-sidebar.mini .page-sidebar-wrapper > .side-bar-widgets {
  display: none; }
/* line 789, ../scss/modules/_layout.scss */
.page-sidebar.mini .slimScrollDiv {
  overflow: visible !important; }
/* line 791, ../scss/modules/_layout.scss */
.page-sidebar.mini .slimScrollDiv .page-sidebar-wrapper {
  overflow: visible !important; }
/* line 795, ../scss/modules/_layout.scss */
.page-sidebar.mini .user-info {
  display: none; }
/* line 798, ../scss/modules/_layout.scss */
.page-sidebar.mini .status-widget {
  display: none; }
/* line 801, ../scss/modules/_layout.scss */
.page-sidebar.mini .notification-alert {
  display: none; }
/* line 807, ../scss/modules/_layout.scss */
.page-sidebar.mini ul li span.title {
  display: none; }
/* line 810, ../scss/modules/_layout.scss */
.page-sidebar.mini ul li span.arrow {
  display: none; }
/* line 813, ../scss/modules/_layout.scss */
.page-sidebar.mini ul li span.badge {
  display: none; }
/* line 820, ../scss/modules/_layout.scss */
.page-sidebar.mini ul li ul li span.title {
  display: inline; }
/* line 823, ../scss/modules/_layout.scss */
.page-sidebar.mini ul li ul li span.arrow {
  display: inline; }
/* line 834, ../scss/modules/_layout.scss */
.page-sidebar.mini ul.big-items span.badge {
  display: inline-block; }
/* line 841, ../scss/modules/_layout.scss */
.page-sidebar.mini ul.small-items span.badge {
  display: inline-block; }
/* line 847, ../scss/modules/_layout.scss */
.page-sidebar.mini .profile-wrapper {
  display: none; }
/* line 850, ../scss/modules/_layout.scss */
.page-sidebar.mini .footer-widget {
  display: none; }
/* line 855, ../scss/modules/_layout.scss */
.page-sidebar ul.folders {
  list-style: none;
  margin: 0px;
  padding: 0; }
/* line 859, ../scss/modules/_layout.scss */
.page-sidebar ul.folders > li {
  border: 0 none;
  display: block;
  margin: 0;
  padding: 0; }
/* line 864, ../scss/modules/_layout.scss */
.page-sidebar ul.folders > li > a {
  padding: 5px 31px;
  font-size: 13px;
  color: #ffffff;
  display: block;
  position: relative; }
/* line 870, ../scss/modules/_layout.scss */
.page-sidebar ul.folders > li > a:hover {
  text-decoration: none; }
/* line 874, ../scss/modules/_layout.scss */
.page-sidebar ul.folders > li > input {
  margin: 5px 31px;
  font-size: 13px;
  width: 150px; }
/* line 884, ../scss/modules/_layout.scss */
.page-sidebar ul > li > a > .arrow:before {
  float: right;
  margin-top: 1px;
  margin-right: 5px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f104";
  font-weight: 300;
  text-shadow: none; }

/* line 903, ../scss/modules/_layout.scss */
.nav-collapse.collapse {
  height: 100% !important; }

/* line 908, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.open > a, .page-sidebar .page-sidebar-wrapper > ul > li > a:hover, .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
  background: #1B1E24;
  color: #ffffff; }

/* line 915, ../scss/modules/_layout.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li a > .label {
  display: none; }

/* line 919, ../scss/modules/_layout.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li.open > a, .page-sidebar.mini .page-sidebar-wrapper > ul > li > a:hover, .page-sidebar.mini .page-sidebar-wrapper > ul > li:hover > a {
  background: #0b9c8f; }

/* line 925, ../scss/modules/_layout.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li > a:hover, .page-sidebar.mini .page-sidebar-wrapper > ul > li:hover > a {
  background: #0b9c8f; }

/* line 930, ../scss/modules/_layout.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li.active > a i, .page-sidebar .page-sidebar-wrapper > ul > li:hover > a i {
  color: #ffffff !important; }

/* line 934, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper ul > li > a > .arrow:before, .page-sidebar .page-sidebar-wrapper > ul > li > a > .arrow.open:before {
  color: #919091 !important; }

/* line 939, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper ul > li.active > a .arrow:before, .page-sidebar .page-sidebar-wrapper > ul > li.active > a .arrow.open:before {
  color: #ffffff !important; }

/* line 944, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper ul > li.open > a i, .page-sidebar .page-sidebar-wrapper > ul > li.open > a i {
  color: #ffffff !important; }

/* line 949, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li.active > a, .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a:hover {
  color: #ffffff !important; }

/* line 954, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li.active > a, .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a:hover, .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li.open > a {
  color: #ffffff !important; }

/* line 960, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu a .arrow:before, .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu a .arrow.open:before {
  color: #919091 !important; }

/* line 965, ../scss/modules/_layout.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li.active > a {
  font-weight: 600; }

/* line 972, ../scss/modules/_layout.scss */
.header .nav > li.dropdown, .header .nav > li.dropdown > a {
  text-align: center; }

/* line 977, ../scss/modules/_layout.scss */
.header .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #ffffff; }

/* line 981, ../scss/modules/_layout.scss */
.open {
  position: relative; }

/* line 985, ../scss/modules/_layout.scss */
.navbar .pull-right > li.open > .dropdown-menu, .navbar .nav > li.open > .dropdown-menu.pull-right {
  margin-right: -6px;
  margin-top: 7px; }

/* line 991, ../scss/modules/_layout.scss */
.pace .pace-activity {
  top: 72px;
  border-top-color: #005E95;
  border-left-color: #005E95;
  right: 15px;
  left: auto; }
/* line 998, ../scss/modules/_layout.scss */
.pace .pace-progress {
  background: #005E95;
  right: auto;
  left: 0; }
/* line 1003, ../scss/modules/_layout.scss */
.pace .pace-progress-inner {
  box-shadow: 0 0 10px #005E95, 0 0 5px #005E95; }

/* line 1010, ../scss/modules/_layout.scss */
.no-top .pace .pace-activity {
  top: 10px; }

/* line 1016, ../scss/modules/_layout.scss */
.loading-animator {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
  border-color: rgba(0, 0, 0, 0.4) transparent transparent rgba(0, 0, 0, 0.4);
  border-image: none;
  border-radius: 10px 10px 10px 10px;
  border-right: 2px solid transparent;
  border-style: solid;
  border-width: 2px;
  display: block;
  height: 14px;
  margin-left: 40%;
  width: 14px;
  z-index: 2000; }

/* line 1039, ../scss/modules/_layout.scss */
.page-container {
  -webkit-transition: -webkit-transform 0.3s ease, left 0.3s ease, right 0.3s ease;
  transition: transform 0.3s ease, left 0.3s ease, right 0.3s ease;
  margin: 0px;
  padding: 0px;
  position: relative;
  height: 100%;
  left: 0;
  z-index: 10; }

/* line 1050, ../scss/modules/_layout.scss */
.chat-window-wrapper {
  font-family: "Arial";
  font-size: 13px;
  position: fixed;
  top: 0;
  right: 0;
  width: 260px;
  background-color: #1B1E24;
  height: 100%;
  z-index: 5;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }
/* line 1062, ../scss/modules/_layout.scss */
.chat-window-wrapper .inner-content {
  height: 100%;
  overflow: hidden; }
/* line 1066, ../scss/modules/_layout.scss */
.chat-window-wrapper .chat-header {
  height: 58px; }
/* line 1069, ../scss/modules/_layout.scss */
.chat-window-wrapper .side-widget {
  margin-top: 15px;
  display: block; }
/* line 1073, ../scss/modules/_layout.scss */
.chat-window-wrapper .side-widget-title {
  color: #808285;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding-left: 31px;
  padding-right: 31px;
  text-transform: uppercase; }
/* line 1082, ../scss/modules/_layout.scss */
.chat-window-wrapper .side-widget-content {
  display: block; }
/* line 1085, ../scss/modules/_layout.scss */
.chat-window-wrapper .side-widget-content ul.groups {
  list-style: none;
  margin: 0;
  margin-top: 10px;
  padding-left: 0; }
/* line 1090, ../scss/modules/_layout.scss */
.chat-window-wrapper .side-widget-content ul.groups li {
  line-height: 25px; }
/* line 1094, ../scss/modules/_layout.scss */
.chat-window-wrapper .side-widget-content ul.groups > li > a {
  color: #ffffff;
  font-size: 13px;
  padding: 5px 31px; }
/* line 1098, ../scss/modules/_layout.scss */
.chat-window-wrapper .side-widget-content ul.groups > li > a:hover {
  text-decoration: none; }
/* line 1106, ../scss/modules/_layout.scss */
.chat-window-wrapper .user-details-wrapper {
  display: block;
  margin: 8px;
  padding: 10px;
  border-radius: 3px; }
/* line 1111, ../scss/modules/_layout.scss */
.chat-window-wrapper .user-details-wrapper .status-icon {
  margin-right: 0px; }
/* line 1114, ../scss/modules/_layout.scss */
.chat-window-wrapper .user-details-wrapper.active {
  background-color: #372b32; }
/* line 1116, ../scss/modules/_layout.scss */
.chat-window-wrapper .user-details-wrapper.active:hover {
  background-color: #482f36;
  cursor: pointer; }
/* line 1121, ../scss/modules/_layout.scss */
.chat-window-wrapper .user-details-wrapper:hover {
  background-color: #22262E;
  cursor: pointer; }
/* line 1125, ../scss/modules/_layout.scss */
.chat-window-wrapper .user-details-wrapper > .user-profile {
  display: inline-block;
  float: left;
  border-radius: 100px 100px 100px 100px;
  height: 35px;
  overflow: hidden;
  width: 35px;
  margin-right: 13px; }
/* line 1134, ../scss/modules/_layout.scss */
.chat-window-wrapper .user-details-wrapper > .user-details {
  display: inline-block;
  float: left; }
/* line 1137, ../scss/modules/_layout.scss */
.chat-window-wrapper .user-details-wrapper > .user-details > .user-name {
  display: block;
  color: #ffffff; }
/* line 1141, ../scss/modules/_layout.scss */
.chat-window-wrapper .user-details-wrapper > .user-details > .user-more {
  display: block;
  color: #747b89;
  font-size: 11px;
  width: 120px; }
/* line 1149, ../scss/modules/_layout.scss */
.chat-window-wrapper .chat-messages {
  position: relative;
  overflow: auto;
  height: calc( '100% - 155px'); }
/* line 1153, ../scss/modules/_layout.scss */
.chat-window-wrapper .chat-messages .user-details-wrapper {
  padding: 6px; }
/* line 1155, ../scss/modules/_layout.scss */
.chat-window-wrapper .chat-messages .user-details-wrapper:hover {
  background-color: #22262e;
  cursor: auto; }
/* line 1161, ../scss/modules/_layout.scss */
.chat-window-wrapper .user-details-status-wrapper {
  display: inline-block;
  float: left;
  min-width: 32px;
  margin-top: 8px; }
/* line 1167, ../scss/modules/_layout.scss */
.chat-window-wrapper .user-details-count-wrapper {
  display: inline-block;
  float: left;
  margin-top: 8px; }

/* line 1174, ../scss/modules/_layout.scss */
.sidr {
  background-color: #1B1E24;
  box-shadow: none; }
/* line 1179, ../scss/modules/_layout.scss */
.sidr ul.chat-window li {
  border: 0px; }
/* line 1181, ../scss/modules/_layout.scss */
.sidr ul.chat-window li:nth-child(odd) {
  background-color: #ffffff; }
/* line 1184, ../scss/modules/_layout.scss */
.sidr ul.chat-window li:nth-child(even) {
  background-color: #f5f6f8; }

/* line 1192, ../scss/modules/_layout.scss */
.sidr ul.chat-window li:hover > a, .sidr ul.chat-window li:hover > span, .sidr ul.chat-window li.active > a, .sidr ul.chat-window li.active > span, .sidr ul.chat-window li.sidr-class-active > a, .sidr ul.chat-window li.sidr-class-active > span {
  box-shadow: none;
  background-color: #fed8db;
  line-height: 16px; }

/* line 1198, ../scss/modules/_layout.scss */
.scrollup {
  background: url("../img/pullup.png") no-repeat;
  background-position: 0px 0px;
  width: 27px;
  height: 27px;
  position: fixed;
  bottom: 92px;
  left: 235px;
  display: none;
  text-indent: -9999px;
  z-index: 101; }
/* line 1209, ../scss/modules/_layout.scss */
.scrollup:hover {
  background-position: -30px 0px; }
/* line 1212, ../scss/modules/_layout.scss */
.scrollup.to-edge {
  left: 35px; }

/* line 1217, ../scss/modules/_layout.scss */
.footer-widget {
  position: fixed;
  bottom: 0px;
  display: block;
  padding: 11px 21px;
  background-color: #22262E;
  width: 250px;
  clear: both;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease; }
/* line 1227, ../scss/modules/_layout.scss */
.footer-widget .progress {
  position: relative;
  top: 15px;
  width: 70%; }
/* line 1232, ../scss/modules/_layout.scss */
.footer-widget a {
  color: #8B91A0; }
/* line 1235, ../scss/modules/_layout.scss */
.footer-widget i {
  font-size: 14px;
  color: #5e646d; }
/* line 1239, ../scss/modules/_layout.scss */
.footer-widget .details-status {
  background-color: #2d3139;
  border-radius: 3px 3px 3px 3px;
  color: #8B91A0;
  display: inline-block;
  font-size: 11px;
  padding: 6px;
  left: -22px;
  position: relative; }

/* line 1251, ../scss/modules/_layout.scss */
.footer-widget a:hover, .footer-widget a:hover i {
  color: #8B91A0;
  text-decoration: none; }

/* line 1256, ../scss/modules/_layout.scss */
.chat-window-wrapper input[type="text"], .chat-window-wrapper input[type="password"], .chat-window-wrapper input[type="date"], .chat-window-wrapper input[type="datetime"], .chat-window-wrapper input[type="email"], .chat-window-wrapper input[type="number"], .chat-window-wrapper input[type="search"], .chat-window-wrapper input[type="tel"], .chat-window-wrapper input[type="time"], .chat-window-wrapper input[type="url"], .chat-window-wrapper textarea, .chat-window-wrapper select {
  background-color: #0d0f12;
  height: 28px; }

/* line 1262, ../scss/modules/_layout.scss */
.chat-header input[type="text"] {
  margin: 15px 0 15px 14px;
  width: 195px;
  border: transparent; }
/* line 1267, ../scss/modules/_layout.scss */
.chat-header .iconset {
  margin: 20px 15px; }

/* line 1272, ../scss/modules/_layout.scss */
.chat-messages-header {
  background-color: #1b1e24;
  color: #4c5264;
  padding: 8px;
  padding-left: 21px; }
/* line 1277, ../scss/modules/_layout.scss */
.chat-messages-header .status {
  height: 10px;
  width: 10px;
  border-radius: 8px;
  background-color: #e5e9ec;
  display: inline-block;
  margin-right: 12px; }
/* line 1284, ../scss/modules/_layout.scss */
.chat-messages-header .status.online {
  background-color: #005E95; }
/* line 1287, ../scss/modules/_layout.scss */
.chat-messages-header .status.busy {
  background-color: #f35958; }
/* line 1290, ../scss/modules/_layout.scss */
.chat-messages-header .status.away {
  background-color: #005E95; }
/* line 1295, ../scss/modules/_layout.scss */
.chat-messages-header a > i {
  color: #4c5264;
  font-size: 10px;
  float: right;
  margin-top: 5px;
  margin-right: 5px; }

/* line 1305, ../scss/modules/_layout.scss */
.chat-footer {
  position: absolute;
  bottom: 0px;
  background-color: #e5e9ec;
  padding: 10px;
  padding-bottom: 0px;
  width: 92.6%; }

/* line 1314, ../scss/modules/_layout.scss */
.bubble {
  position: relative;
  width: 165px;
  min-height: 40px;
  padding: 0px;
  background: #e5e9ec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #22262e;
  padding: 10px;
  cursor: pointer; }
/* line 1326, ../scss/modules/_layout.scss */
.bubble.old {
  background: #0d0f12;
  color: #4c5264; }
/* line 1329, ../scss/modules/_layout.scss */
.bubble.old:after {
  border-color: transparent #0d0f12; }
/* line 1333, ../scss/modules/_layout.scss */
.bubble.sender {
  background: #0ba195;
  color: #ffffff; }
/* line 1336, ../scss/modules/_layout.scss */
.bubble.sender:after {
  border-color: transparent #0ba195;
  border-width: 9px 0 9px 7px;
  right: -7px !important;
  left: auto; }
/* line 1343, ../scss/modules/_layout.scss */
.bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 9px 7px 9px 0;
  border-color: transparent #e5e9ec;
  display: block;
  width: 0;
  z-index: 1;
  left: -7px;
  top: 12px; }

/* line 1358, ../scss/modules/_layout.scss */
.chat-messages .sent_time {
  width: 100%;
  color: #4c5264;
  text-align: center;
  margin-top: 10px;
  font-weight: 600; }
/* line 1364, ../scss/modules/_layout.scss */
.chat-messages .sent_time.off {
  display: none; }

/* line 1370, ../scss/modules/_layout.scss */
.chat-input-wrapper {
  position: absolute;
  bottom: 0;
  background-color: #1b1e24;
  width: 256px;
  padding: 7px;
  z-index: 110; }
/* line 1376, ../scss/modules/_layout.scss */
.chat-input-wrapper textarea {
  background-color: #ffffff;
  padding: 0;
  margin: 0; }

/* line 1384, ../scss/modules/_layout.scss */
.user-chat-wrapper {
  display: block;
  padding: 10px 15px; }
/* line 1387, ../scss/modules/_layout.scss */
.user-chat-wrapper .profile-wrapper {
  display: inline-block;
  float: left;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  margin: 0px 10px 0 0px; }
/* line 1397, ../scss/modules/_layout.scss */
.user-chat-wrapper .user-chat {
  display: inline-block;
  float: left; }
/* line 1400, ../scss/modules/_layout.scss */
.user-chat-wrapper .user-chat .user-name {
  color: #22262e;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
/* line 1407, ../scss/modules/_layout.scss */
.user-chat-wrapper .user-chat .user-chat-preview {
  display: block;
  float: left; }
/* line 1411, ../scss/modules/_layout.scss */
.user-chat-wrapper .user-chat .more-details {
  display: inline-block;
  float: left;
  color: #8b8f92;
  margin-right: 10px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 1425, ../scss/modules/_layout.scss */
.ie8 .page-sidebar {
  position: absolute;
  width: 225px; }
/* line 1428, ../scss/modules/_layout.scss */
.ie8 .page-sidebar ul {
  width: 225px; }
/* line 1432, ../scss/modules/_layout.scss */
.ie8 .page-content {
  margin-left: 225px;
  margin-top: 0px; }

/* line 1438, ../scss/modules/_layout.scss */
.page-content {
  margin-top: 0px;
  padding: 0px;
  background-color: #e5e9ec;
  overflow: auto;
  position: relative;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  z-index: 6; }
/* line 1448, ../scss/modules/_layout.scss */
.page-content.condensed {
  margin-left: 50px; }
/* line 1450, ../scss/modules/_layout.scss */
.page-content.condensed .admin-bar-inner {
  margin-right: 50px !important; }
/* line 1454, ../scss/modules/_layout.scss */
.page-content.condensed-layout {
  margin-left: 50px !important; }
/* line 1457, ../scss/modules/_layout.scss */
.page-content .admin-bar {
  -moz-box-sizing: border-box;
  bottom: -115px;
  position: fixed;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
/* line 1466, ../scss/modules/_layout.scss */
.page-content .admin-bar .admin-bar-inner {
  background: none repeat scroll 0 0 padding-box #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.08);
  margin-right: 250px;
  padding: 30px 35px 30px 40px;
  text-align: right; }
/* line 1475, ../scss/modules/_layout.scss */
.page-content .header {
  padding: 20px !important; }
/* line 1477, ../scss/modules/_layout.scss */
.page-content .header h3 {
  font-size: 20px;
  display: inline; }
/* line 1481, ../scss/modules/_layout.scss */
.page-content .header i {
  font-size: 18px; }
/* line 1485, ../scss/modules/_layout.scss */
.page-content .breadcrumb {
  font-family: "Open Sans";
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  padding: 0px !important;
  border: none !important;
  margin-bottom: 0px; }
/* line 1495, ../scss/modules/_layout.scss */
.page-content .breadcrumb a {
  margin-left: 10px; }
/* line 1499, ../scss/modules/_layout.scss */
.page-content .breadcrumb li p {
  font-size: 12.5px !important;
  font-weight: 400;
  color: #7b7d82; }
/* line 1504, ../scss/modules/_layout.scss */
.page-content .breadcrumb li .active {
  font-weight: 600;
  font-size: 14px; }
/* line 1510, ../scss/modules/_layout.scss */
.page-content .content {
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 83px; }

/* line 1517, ../scss/modules/_layout.scss */
.inner-menu {
  display: inline-block;
  position: absolute;
  width: 200px;
  font-family: "Open Sans";
  background-color: #1B1E24;
  height: 100%; }
/* line 1524, ../scss/modules/_layout.scss */
.inner-menu .inner-wrapper {
  padding: 20px 20px 0; }
/* line 1526, ../scss/modules/_layout.scss */
.inner-menu .inner-wrapper .menu-title {
  padding-left: 0px; }
/* line 1528, ../scss/modules/_layout.scss */
.inner-menu .inner-wrapper .menu-title i {
  padding-right: 0px; }
/* line 1533, ../scss/modules/_layout.scss */
.inner-menu .inner-menu-content {
  margin-top: 50px; }
/* line 1536, ../scss/modules/_layout.scss */
.inner-menu .menu-title {
  padding-right: 23px; }
/* line 1540, ../scss/modules/_layout.scss */
.inner-menu ul.big-items {
  list-style: none outside none;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px; }
/* line 1545, ../scss/modules/_layout.scss */
.inner-menu ul.big-items li {
  text-align: right;
  padding: 8px 25px; }
/* line 1548, ../scss/modules/_layout.scss */
.inner-menu ul.big-items li a {
  color: #8b91a0;
  font-size: 18px; }
/* line 1551, ../scss/modules/_layout.scss */
.inner-menu ul.big-items li a:hover {
  text-decoration: none;
  color: #e5e9ec; }
/* line 1556, ../scss/modules/_layout.scss */
.inner-menu ul.big-items li:hover {
  background-color: #22262E; }
/* line 1559, ../scss/modules/_layout.scss */
.inner-menu ul.big-items li.active {
  background-color: #22262E; }
/* line 1561, ../scss/modules/_layout.scss */
.inner-menu ul.big-items li.active a {
  background-color: #22262E;
  color: #e5e9ec; }
/* line 1566, ../scss/modules/_layout.scss */
.inner-menu ul.big-items li .badge {
  position: relative;
  top: -2px; }
/* line 1572, ../scss/modules/_layout.scss */
.inner-menu ul.small-items {
  list-style: none outside none;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0; }
/* line 1577, ../scss/modules/_layout.scss */
.inner-menu ul.small-items li {
  text-align: right;
  padding: 8px 25px; }
/* line 1580, ../scss/modules/_layout.scss */
.inner-menu ul.small-items li a {
  color: #8b91a0;
  font-size: 14px; }
/* line 1583, ../scss/modules/_layout.scss */
.inner-menu ul.small-items li a:hover {
  text-decoration: none;
  color: #e5e9ec; }
/* line 1588, ../scss/modules/_layout.scss */
.inner-menu ul.small-items li:hover {
  background-color: #22262E; }
/* line 1591, ../scss/modules/_layout.scss */
.inner-menu ul.small-items li.active {
  background-color: #22262E; }
/* line 1593, ../scss/modules/_layout.scss */
.inner-menu ul.small-items li.active a {
  background-color: #22262E;
  color: #e5e9ec; }
/* line 1598, ../scss/modules/_layout.scss */
.inner-menu ul.small-items li .badge {
  position: relative;
  top: -1px; }

/* line 1607, ../scss/modules/_layout.scss */
.user-info-wrapper {
  display: block;
  margin: 20px 31px;
  margin-bottom: 0px; }
/* line 1611, ../scss/modules/_layout.scss */
.user-info-wrapper .profile-wrapper {
  height: 65px;
  width: 65px;
  border-radius: 100px;
  overflow: hidden;
  display: inline-block;
  margin-right: 11px;
  margin-top: 9px;
  float: left; }
/* line 1621, ../scss/modules/_layout.scss */
.user-info-wrapper .user-info {
  color: #ffffff;
  display: inline-block; }
/* line 1624, ../scss/modules/_layout.scss */
.user-info-wrapper .user-info .status {
  color: #929fa5;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 2px;
  font-weight: normal; }
/* line 1631, ../scss/modules/_layout.scss */
.user-info-wrapper .user-info .profile {
  float: right;
  display: inline; }
/* line 1635, ../scss/modules/_layout.scss */
.user-info-wrapper .user-info .btn-set {
  margin-top: 10px; }
/* line 1638, ../scss/modules/_layout.scss */
.user-info-wrapper .user-info .username {
  font-size: 19px; }
/* line 1641, ../scss/modules/_layout.scss */
.user-info-wrapper .user-info .greeting {
  font-size: 19px;
  font-weight: 600;
  position: relative;
  top: 1.5px; }
/* line 1647, ../scss/modules/_layout.scss */
.user-info-wrapper .user-info a {
  color: #ffffff; }
/* line 1649, ../scss/modules/_layout.scss */
.user-info-wrapper .user-info a:hover {
  text-decoration: none; }
/* line 1653, ../scss/modules/_layout.scss */
.user-info-wrapper .user-info .status-icon {
  margin: 0px 5px; }
/* line 1656, ../scss/modules/_layout.scss */
.user-info-wrapper .user-info .collapse {
  width: 18px;
  height: 18px;
  background-color: #50545c;
  position: absolute;
  right: 15px;
  margin-top: 10px; }
/* line 1663, ../scss/modules/_layout.scss */
.user-info-wrapper .user-info .collapse i {
  position: relative;
  margin-top: -8px;
  top: -2px;
  left: 3px; }
/* line 1669, ../scss/modules/_layout.scss */
.user-info-wrapper .user-info .collapse:hover {
  background-color: #000000; }

/* line 1676, ../scss/modules/_layout.scss */
.side-panel {
  border-width: 0;
  display: block;
  max-height: none;
  min-height: 100%;
  position: fixed;
  top: 0;
  width: 17em;
  background: linear-gradient(#f9f9f9, #eeeeee) repeat scroll 0 0 #F9F9F9;
  border: 1px solid #AAAAAA;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  float: right;
  right: 0;
  z-index: 1200; }

/* line 1693, ../scss/modules/_layout.scss */
.status-widget {
  margin-bottom: 9px;
  padding: 0 31px;
  animation-duration: 0.3s !important; }
/* line 1697, ../scss/modules/_layout.scss */
.status-widget .title {
  color: #ffffff;
  font-size: 13px; }
/* line 1700, ../scss/modules/_layout.scss */
.status-widget .title i {
  float: right;
  font-size: 7px;
  margin-top: 6px;
  margin-right: 6px;
  color: #8b8f92; }
/* line 1708, ../scss/modules/_layout.scss */
.status-widget p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95%;
  color: #808285; }
/* line 1715, ../scss/modules/_layout.scss */
.status-widget .progress {
  height: 10px;
  background-color: #2a2e36;
  background-image: -moz-linear-gradient(top, #2a2e36, #2a2e36);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a2e36), to(#2a2e36));
  background-image: -webkit-linear-gradient(top, #2a2e36, #2a2e36);
  background-image: -o-linear-gradient(top, #2a2e36, #2a2e36);
  background-image: linear-gradient(to bottom, #2a2e36, #2a2e36);
  background-repeat: repeat-x;
  margin-bottom: 5px;
  -webkit-transition: width 30.0s ease !important;
  -moz-transition: width 30.0s ease !important;
  -o-transition: width 30.0s ease !important;
  transition: width 30.0s ease !important; }

/* line 1732, ../scss/modules/_layout.scss */
.status-widget-wrapper {
  font-size: 13px; }

/* line 1736, ../scss/modules/_layout.scss */
.status-widget .title a:hover, .status-widget .title a:active {
  text-decoration: none; }

/* line 1740, ../scss/modules/_layout.scss */
.status-icon {
  background: url("../img/icon/status.png") no-repeat;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: 2px; }
/* line 1746, ../scss/modules/_layout.scss */
.status-icon.green {
  background-position: -1px -1px;
  width: 14px;
  height: 14px; }
/* line 1751, ../scss/modules/_layout.scss */
.status-icon.red {
  background-position: -17px -1px;
  width: 14px;
  height: 14px; }
/* line 1756, ../scss/modules/_layout.scss */
.status-icon.blue {
  background-position: -33px -1px;
  width: 14px;
  height: 14px; }
/* line 1761, ../scss/modules/_layout.scss */
.status-icon.yellow {
  background-position: -48px -1px;
  width: 15px;
  height: 14px; }
/* line 1766, ../scss/modules/_layout.scss */
.status-icon.grey {
  background-position: -64px -1px;
  width: 14px;
  height: 14px; }

/* line 1774, ../scss/modules/_layout.scss */
.user-info img {
  float: left;
  margin-right: 5px; }
/* line 1778, ../scss/modules/_layout.scss */
.user-info .details {
  display: inline-block; }
/* line 1781, ../scss/modules/_layout.scss */
.user-info .label {
  font-weight: 300;
  font-size: 11px; }

/* line 1788, ../scss/modules/_layout.scss */
.mini .page-sidebar-wrapper {
  overflow: visible !important; }

/* line 1793, ../scss/modules/_layout.scss */
.container {
  height: 100%; }

/* line 1797, ../scss/modules/_layout.scss */
.pull-left {
  float: left !important; }

/* line 1801, ../scss/modules/_layout.scss */
.pull-right {
  float: right !important; }

/* line 2, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .header-seperation {
  display: none; }
/* line 5, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar {
  width: 100%;
  background-color: #f4f5f7;
  position: fixed;
  margin-top: 56px;
  display: table;
  z-index: 50; }
/* line 13, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner {
  display: table-cell;
  width: 100%; }
/* line 16, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul {
  margin: 0;
  padding: 0; }
/* line 19, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li {
  display: inline-block;
  padding: 10px 15px;
  font-family: 'Open Sans';
  vertical-align: middle; }
/* line 24, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li.classic {
  position: relative; }
/* line 28, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li.open > a {
  opacity: 1; }
/* line 33, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li.mega.open, .horizontal-menu .bar-inner > ul > li.horizontal.open {
  position: inherit; }
/* line 37, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li > a {
  color: #1b1e24; }
/* line 39, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li > a > .arrow {
  display: inline-block; }
/* line 41, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li > a > .arrow:before {
  float: right;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f107";
  font-weight: 300;
  text-shadow: none;
  margin-left: 8px;
  opacity: 0.5;
  position: relative;
  top: 6px; }
/* line 58, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li a {
  opacity: 0.7; }
/* line 60, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li a .description {
  opacity: 0.7;
  transition: opacity 0.1s linear 0s; }
/* line 64, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li a:hover {
  opacity: 1; }
/* line 66, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li a:hover .description {
  opacity: 1; }
/* line 71, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li.open {
  background: #fff; }
/* line 73, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li.open > .classic {
  max-height: 999px; }
/* line 75, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li.open > .classic > li {
  opacity: 1; }
/* line 79, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li.open > .mega, .horizontal-menu .bar-inner > ul > li.open > .horizontal {
  display: block; }
/* line 83, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li > .classic {
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: #fff;
  list-style: none;
  left: 0;
  right: 0;
  top: 40px;
  min-width: 220px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear 0s; }
/* line 96, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li > .classic > li {
  margin: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e9ec;
  color: #22262e;
  opacity: 0;
  transition: all 0.1s linear 0.1s; }
/* line 103, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li > .classic > li a {
  color: #1b1e24; }
/* line 105, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li > .classic > li a .description {
  display: block;
  font-size: 12px;
  color: #6f7b8a; }
/* line 111, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li > .classic > li:last-child {
  border-bottom: 0; }
/* line 116, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li > .horizontal {
  margin: 0;
  top: 40px;
  padding: 0;
  position: absolute;
  background-color: #fff;
  list-style: none;
  display: none;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #e5e9ec; }
/* line 128, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li > .horizontal li {
  margin: 15px;
  color: #1b1e24;
  display: inline-block; }
/* line 132, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li > .horizontal li a {
  color: #1b1e24; }
/* line 134, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li > .horizontal li a .description {
  display: block;
  font-size: 12px;
  color: #6f7b8a; }
/* line 142, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li > .mega {
  margin: 0;
  top: 40px;
  padding: 0;
  position: absolute;
  background-color: #fff;
  list-style: none;
  display: none;
  left: 0;
  right: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e9ec; }
/* line 153, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li > .mega > li {
  margin: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e9ec;
  color: #1b1e24; }
/* line 158, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li > .mega > li a {
  color: #1b1e24; }
/* line 162, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu-heading {
  font-size: 14px;
  color: #1b1e24;
  margin-bottom: 10px;
  margin-top: 20px; }
/* line 168, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px; }
/* line 173, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li {
  padding-left: 0;
  padding-bottom: 5px; }
/* line 176, ../scss/modules/_horizontal_menu.scss */
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li > a {
  color: #1b1e24; }

@media (min-width: 980px) {
  /* line 190, ../scss/modules/_horizontal_menu.scss */
  .horizontal-menu .page-content {
    margin-left: 0; }
  /* line 192, ../scss/modules/_horizontal_menu.scss */
  .horizontal-menu .page-content .content {
    padding-top: 123px; } }
/* line 1, ../scss/modules/_typo.scss */
.h-ribbon {
  width: 100%;
  height: 4px;
  background-color: #f35958; }
/* line 5, ../scss/modules/_typo.scss */
.h-ribbon .red {
  background-color: #f35958 !important; }

/* line 10, ../scss/modules/_typo.scss */
.notification-alert {
  width: 29px;
  height: 29px;
  background-image: url("../img/notification-alert.png");
  position: absolute;
  float: right;
  right: -15px;
  z-index: 9999; }

/* line 20, ../scss/modules/_typo.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: "Open Sans";
  font-weight: 300;
  color: #505458; }

/* line 27, ../scss/modules/_typo.scss */
h1 {
  line-height: 43px; }

/* line 31, ../scss/modules/_typo.scss */
h2 {
  line-height: 35px; }

/* line 35, ../scss/modules/_typo.scss */
h3 {
  line-height: 30px; }

/* line 39, ../scss/modules/_typo.scss */
h4 {
  line-height: 22px; }

/* line 43, ../scss/modules/_typo.scss */
h3 small, h4 small, h5 small {
  font-family: "Open Sans";
  font-weight: 300;
  color: #444; }

/* line 49, ../scss/modules/_typo.scss */
h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
  padding-bottom: 10px; }

/* line 53, ../scss/modules/_typo.scss */
a {
  text-shadow: none !important;
  color: #0d638f;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s !important; }
/* line 58, ../scss/modules/_typo.scss */
a.icon:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .4; }

/* line 70, ../scss/modules/_typo.scss */
a, a:focus, a:hover, a:active {
  outline: 0;
  text-decoration: none; }

/* line 75, ../scss/modules/_typo.scss */
i {
  font-size: 14px; }

/* line 79, ../scss/modules/_typo.scss */
label {
  display: block;
  margin-bottom: 5px; }
/* line 82, ../scss/modules/_typo.scss */
label.inline {
  display: inline-block;
  position: relative;
  top: 0px;
  font-size: 13px; }
/* line 88, ../scss/modules/_typo.scss */
label.done {
  color: #0090d9 !important;
  text-decoration: line-through; }

/* line 95, ../scss/modules/_typo.scss */
ul > li {
  padding-left: 6px;
  line-height: 20px; }
/* line 99, ../scss/modules/_typo.scss */
ul.progress-list {
  list-style: none;
  margin: 10px 5px 23px 0;
  padding: 0; }
/* line 104, ../scss/modules/_typo.scss */
ul.progress-list li .details-wrapper {
  display: inline-block;
  float: left; }
/* line 107, ../scss/modules/_typo.scss */
ul.progress-list li .details-wrapper .name {
  display: block;
  color: #000;
  font-size: 13px; }
/* line 112, ../scss/modules/_typo.scss */
ul.progress-list li .details-wrapper .description {
  display: block;
  color: #9a9a9a;
  font-size: 12px; }
/* line 118, ../scss/modules/_typo.scss */
ul.progress-list li .details-status {
  display: inline-block;
  background-color: #e5e9ec;
  color: #5c6370;
  font-size: 11px;
  padding: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
/* line 128, ../scss/modules/_typo.scss */
ul.progress-list li .progress {
  margin-top: 10px; }
/* line 133, ../scss/modules/_typo.scss */
ul.my-friends {
  margin: 0px;
  margin-top: 16px;
  padding: 0; }
/* line 137, ../scss/modules/_typo.scss */
ul.my-friends li {
  float: left;
  display: inline;
  margin-right: 5px;
  margin-bottom: 8px; }
/* line 142, ../scss/modules/_typo.scss */
ul.my-friends li .profile-pic {
  border-radius: 100px;
  display: inline-block;
  float: left;
  height: 35px;
  overflow: hidden;
  width: 35px; }

/* line 154, ../scss/modules/_typo.scss */
address {
  margin-bottom: 0px; }

/* line 158, ../scss/modules/_typo.scss */
blockquote {
  padding: 0 0 0 18px;
  border-left: 5px solid #EEEEEE; }
/* line 161, ../scss/modules/_typo.scss */
blockquote p {
  font-size: 16px; }
/* line 164, ../scss/modules/_typo.scss */
blockquote small {
  line-height: 29px;
  color: #8b91a0; }
/* line 167, ../scss/modules/_typo.scss */
blockquote small:before {
  content: ""; }
/* line 173, ../scss/modules/_typo.scss */
blockquote.pull-right small:after {
  content: ""; }

/* line 180, ../scss/modules/_typo.scss */
.logo {
  margin: 18px 14px; }

/* line 184, ../scss/modules/_typo.scss */
.normal {
  font-weight: normal; }

/* line 188, ../scss/modules/_typo.scss */
.semi-bold {
  font-weight: 600; }

/* line 192, ../scss/modules/_typo.scss */
.bold {
  font-weight: bold; }

/* line 196, ../scss/modules/_typo.scss */
.all-caps {
  text-transform: uppercase; }

/* line 200, ../scss/modules/_typo.scss */
.light {
  font-weight: 300 !important; }

/* line 204, ../scss/modules/_typo.scss */
.text-extra-small {
  font-size: 10.5px !important; }

/* line 208, ../scss/modules/_typo.scss */
.small-text {
  font-size: 12px !important; }

/* line 212, ../scss/modules/_typo.scss */
.normal-text {
  font-size: 13px !important; }

/* line 216, ../scss/modules/_typo.scss */
.large-text {
  font-size: 15px !important; }

/* line 220, ../scss/modules/_typo.scss */
.center-text {
  text-align: center !important; }

/* line 224, ../scss/modules/_typo.scss */
.muted {
  color: #b6bfc5; }

/* line 228, ../scss/modules/_typo.scss */
.bg-blue {
  background-color: #0090d9 !important; }

/* line 232, ../scss/modules/_typo.scss */
.bg-red {
  background-color: #f35958 !important; }

/* line 236, ../scss/modules/_typo.scss */
.bg-yellow {
  background-color: #fbb05e !important; }

/* line 240, ../scss/modules/_typo.scss */
.bg-green {
  background-color: #0aa699 !important; }

/* line 244, ../scss/modules/_typo.scss */
.bg-purple {
  color: #735f87 !important; }

/* line 248, ../scss/modules/_typo.scss */
.bg-grey {
  color: #8b91a0 !important; }

/* line 252, ../scss/modules/_typo.scss */
.text-black {
  color: #1b1e24 !important; }

/* line 256, ../scss/modules/_typo.scss */
.text-purple {
  color: #735f87 !important; }

/* line 260, ../scss/modules/_typo.scss */
.text-white {
  color: #ffffff !important; }

/* line 264, ../scss/modules/_typo.scss */
.text-grey {
  color: #8b91a0 !important; }

/* line 268, ../scss/modules/_typo.scss */
.text-success {
  color: #005E95 !important; }

/* line 272, ../scss/modules/_typo.scss */
.text-info {
  color: #00bb5c !important; }

/* line 276, ../scss/modules/_typo.scss */
.text-warning {
  color: #fbb05e !important; }

/* line 280, ../scss/modules/_typo.scss */
.text-error {
  color: #f35958 !important; }

/* line 284, ../scss/modules/_typo.scss */
.text-white-opacity {
  color: #ffffff;
  opacity: 0.6; }

/* line 289, ../scss/modules/_typo.scss */
.text-right {
  text-align: right !important; }

/* line 293, ../scss/modules/_typo.scss */
.text-left {
  text-align: left !important; }

/* line 297, ../scss/modules/_typo.scss */
.text-center {
  text-align: center !important; }

/* line 301, ../scss/modules/_typo.scss */
.color-bands {
  display: inline-block;
  width: 80px;
  height: 4px;
  margin-right: 2px;
  margin-bottom: 8px; }
/* line 307, ../scss/modules/_typo.scss */
.color-bands.green {
  background-color: #0aa699; }
/* line 310, ../scss/modules/_typo.scss */
.color-bands.purple {
  background-color: #735f87; }
/* line 313, ../scss/modules/_typo.scss */
.color-bands.red {
  background-color: #f35958; }
/* line 316, ../scss/modules/_typo.scss */
.color-bands.blue {
  background-color: #0090d9; }

/* line 321, ../scss/modules/_typo.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #E0DFDF;
  border-bottom: 1px solid #FEFEFE; }

/* line 328, ../scss/modules/_typo.scss */
.icon-custom-2x {
  font-size: 0.9em; }

/* line 332, ../scss/modules/_typo.scss */
.fa-5x {
  font-size: 5em; }

/* line 336, ../scss/modules/_typo.scss */
.fa-6x {
  font-size: 6em; }

/* line 340, ../scss/modules/_typo.scss */
.fa-7x {
  font-size: 7em; }

/* line 344, ../scss/modules/_typo.scss */
[class^="icon-"], [class*=" icon-"], [class^="icon-"]:hover, [class*=" icon-"]:hover {
  background: none !important; }

/* line 351, ../scss/modules/_typo.scss */
.page-title {
  padding: 0px;
  letter-spacing: -1px;
  display: block;
  color: #666;
  margin: 0 0 10px;
  font-weight: 300;
  font-family: "Open Sans"; }
/* line 359, ../scss/modules/_typo.scss */
.page-title h3 {
  display: inline-block;
  top: -5px;
  position: relative;
  width: 83%; }
/* line 365, ../scss/modules/_typo.scss */
.page-title p {
  color: #63696d;
  letter-spacing: 0.5px; }
/* line 369, ../scss/modules/_typo.scss */
.page-title i {
  display: inline-block;
  color: #73777c;
  font-size: 30px;
  margin-right: 12px;
  position: relative;
  top: 7px;
  float: left; }
/* line 378, ../scss/modules/_typo.scss */
.page-title small {
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #888; }
/* line 384, ../scss/modules/_typo.scss */
.page-title .actions {
  font-family: "Arial"; }

/* line 389, ../scss/modules/_typo.scss */
.page-content .breadcrumb a, .page-content .breadcrumb i, .page-content .breadcrumb span, .page-content .breadcrumb li {
  color: #515050;
  font-weight: 300;
  text-shadow: none; }

/* line 400, ../scss/modules/_typo.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #515050;
  font-family: FontAwesome;
  content: "\f105"; }

/* line 410, ../scss/modules/_typo.scss */
.well {
  background-color: #d1dade;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  background-image: none; }
/* line 420, ../scss/modules/_typo.scss */
.well.well-large {
  padding: 24px;
  width: auto; }
/* line 424, ../scss/modules/_typo.scss */
.well.well-small {
  padding: 13px;
  width: auto; }
/* line 428, ../scss/modules/_typo.scss */
.well.green {
  background-color: #0aa699;
  color: #ffffff;
  border: none; }

/* line 3, ../scss/modules/_misc.scss */
span.iconset {
  display: block; }

/* line 8, ../scss/modules/_misc.scss */
.iconset {
  background: url("../img/icon/top-tray.png") no-repeat;
  position: relative;
  top: 1px; }
/* line 12, ../scss/modules/_misc.scss */
.iconset.top-home {
  background-position: -6px -7px;
  width: 16px;
  height: 14px;
  top: -1px; }
/* line 18, ../scss/modules/_misc.scss */
.iconset.top-settings {
  background-position: -35px -6px;
  width: 16px;
  height: 16px;
  top: 1px; }
/* line 24, ../scss/modules/_misc.scss */
.iconset.top-messages {
  background-position: -63px -8px;
  width: 16px;
  height: 12px;
  top: 1px; }
/* line 30, ../scss/modules/_misc.scss */
.iconset.top-back {
  background-position: -92px -8px;
  width: 15px;
  height: 14px; }
/* line 35, ../scss/modules/_misc.scss */
.iconset.top-forward {
  background-position: -121px -8px;
  width: 15px;
  height: 14px; }
/* line 40, ../scss/modules/_misc.scss */
.iconset.top-reload {
  background-position: -147px -6px;
  width: 18px;
  height: 16px; }
/* line 45, ../scss/modules/_misc.scss */
.iconset.top-settings-dark {
  background-position: -176px -6px;
  width: 17px;
  height: 16px; }
/* line 50, ../scss/modules/_misc.scss */
.iconset.top-tiles {
  background-position: -206px -7px;
  width: 14px;
  height: 14px;
  top: 1.5px; }
/* line 56, ../scss/modules/_misc.scss */
.iconset.top-down-arrow {
  background-position: -238px -12px;
  width: 7px;
  height: 5px; }
/* line 61, ../scss/modules/_misc.scss */
.iconset.top-search {
  background-position: -261px -6px;
  width: 16px;
  height: 16px;
  top: 5px; }
/* line 67, ../scss/modules/_misc.scss */
.iconset.top-menu-toggle-dark {
  background-position: -288px -7px;
  width: 18px;
  height: 15px; }
/* line 72, ../scss/modules/_misc.scss */
.iconset.top-menu-toggle-white {
  background-position: -315px -7px;
  width: 18px;
  height: 15px;
  background-position: -315px -7px;
  width: 18px;
  height: 15px; }
/* line 80, ../scss/modules/_misc.scss */
.iconset.top-chat-dark {
  background-position: -341px -6px;
  width: 21px;
  height: 16px; }
/* line 85, ../scss/modules/_misc.scss */
.iconset.top-chat-white {
  background-position: -369px -6px;
  width: 21px;
  height: 16px; }
/* line 90, ../scss/modules/_misc.scss */
.iconset .badge {
  top: -12px;
  right: -10px;
  position: relative;
  padding: 4px 6px;
  font-size: 10px; }

/* line 99, ../scss/modules/_misc.scss */
.iconplaceholder {
  width: 20px;
  height: 20px;
  border-radius: 99px;
  background-color: #e5e9ec;
  padding: 3px;
  display: inline-block;
  margin-right: 5px;
  direction: ltr; }
/* line 108, ../scss/modules/_misc.scss */
.iconplaceholder i {
  font-size: 10px;
  color: #656c78;
  position: relative;
  left: 4px;
  top: -3px; }

/* line 117, ../scss/modules/_misc.scss */
.blog-bar {
  border-top: 1px solid #d7dbe0;
  margin-top: 18px;
  padding: 10px; }
/* line 121, ../scss/modules/_misc.scss */
.blog-bar a {
  color: #8b91a0;
  margin-right: 8px;
  text-decoration: none; }
/* line 125, ../scss/modules/_misc.scss */
.blog-bar a:hover {
  color: #d7dbe0; }

/* line 131, ../scss/modules/_misc.scss */
.no-padding {
  padding: 0px !important;
  padding: 0px !important; }

/* line 136, ../scss/modules/_misc.scss */
.no-margin {
  margin: 0px !important;
  margin: 0px !important; }

/* line 141, ../scss/modules/_misc.scss */
.spacing-bottom {
  margin-bottom: 30px; }

/* line 145, ../scss/modules/_misc.scss */
.inherit-size {
  width: inherit;
  height: inherit; }

/* line 150, ../scss/modules/_misc.scss */
.inherit-height {
  height: inherit; }

/* line 154, ../scss/modules/_misc.scss */
.v-align-bottom {
  vertical-align: bottom;
  display: table-cell; }

/* line 159, ../scss/modules/_misc.scss */
.v-align-top {
  vertical-align: top;
  display: table-cell; }

/* line 164, ../scss/modules/_misc.scss */
.v-align-middle {
  vertical-align: middle;
  display: table-cell; }

/* line 169, ../scss/modules/_misc.scss */
.h-align-middle {
  margin-left: auto;
  margin-right: auto;
  display: table; }

/* line 175, ../scss/modules/_misc.scss */
.padding-10 {
  padding: 10px;
  padding: 10px; }

/* line 180, ../scss/modules/_misc.scss */
.padding-20 {
  padding: 20px; }

/* line 188, ../scss/modules/_misc.scss */
.p-t-5 {
  padding-top: 5px; }

/* line 191, ../scss/modules/_misc.scss */
.p-r-5 {
  padding-right: 5px; }

/* line 194, ../scss/modules/_misc.scss */
.p-l-5 {
  padding-left: 5px; }

/* line 197, ../scss/modules/_misc.scss */
.p-b-5 {
  padding-bottom: 5px; }

/* line 188, ../scss/modules/_misc.scss */
.p-t-10 {
  padding-top: 10px; }

/* line 191, ../scss/modules/_misc.scss */
.p-r-10 {
  padding-right: 10px; }

/* line 194, ../scss/modules/_misc.scss */
.p-l-10 {
  padding-left: 10px; }

/* line 197, ../scss/modules/_misc.scss */
.p-b-10 {
  padding-bottom: 10px; }

/* line 188, ../scss/modules/_misc.scss */
.p-t-15 {
  padding-top: 15px; }

/* line 191, ../scss/modules/_misc.scss */
.p-r-15 {
  padding-right: 15px; }

/* line 194, ../scss/modules/_misc.scss */
.p-l-15 {
  padding-left: 15px; }

/* line 197, ../scss/modules/_misc.scss */
.p-b-15 {
  padding-bottom: 15px; }

/* line 188, ../scss/modules/_misc.scss */
.p-t-20 {
  padding-top: 20px; }

/* line 191, ../scss/modules/_misc.scss */
.p-r-20 {
  padding-right: 20px; }

/* line 194, ../scss/modules/_misc.scss */
.p-l-20 {
  padding-left: 20px; }

/* line 197, ../scss/modules/_misc.scss */
.p-b-20 {
  padding-bottom: 20px; }

/* line 188, ../scss/modules/_misc.scss */
.p-t-25 {
  padding-top: 25px; }

/* line 191, ../scss/modules/_misc.scss */
.p-r-25 {
  padding-right: 25px; }

/* line 194, ../scss/modules/_misc.scss */
.p-l-25 {
  padding-left: 25px; }

/* line 197, ../scss/modules/_misc.scss */
.p-b-25 {
  padding-bottom: 25px; }

/* line 188, ../scss/modules/_misc.scss */
.p-t-30 {
  padding-top: 30px; }

/* line 191, ../scss/modules/_misc.scss */
.p-r-30 {
  padding-right: 30px; }

/* line 194, ../scss/modules/_misc.scss */
.p-l-30 {
  padding-left: 30px; }

/* line 197, ../scss/modules/_misc.scss */
.p-b-30 {
  padding-bottom: 30px; }

/* line 188, ../scss/modules/_misc.scss */
.p-t-35 {
  padding-top: 35px; }

/* line 191, ../scss/modules/_misc.scss */
.p-r-35 {
  padding-right: 35px; }

/* line 194, ../scss/modules/_misc.scss */
.p-l-35 {
  padding-left: 35px; }

/* line 197, ../scss/modules/_misc.scss */
.p-b-35 {
  padding-bottom: 35px; }

/* line 188, ../scss/modules/_misc.scss */
.p-t-40 {
  padding-top: 40px; }

/* line 191, ../scss/modules/_misc.scss */
.p-r-40 {
  padding-right: 40px; }

/* line 194, ../scss/modules/_misc.scss */
.p-l-40 {
  padding-left: 40px; }

/* line 197, ../scss/modules/_misc.scss */
.p-b-40 {
  padding-bottom: 40px; }

/* line 188, ../scss/modules/_misc.scss */
.p-t-45 {
  padding-top: 45px; }

/* line 191, ../scss/modules/_misc.scss */
.p-r-45 {
  padding-right: 45px; }

/* line 194, ../scss/modules/_misc.scss */
.p-l-45 {
  padding-left: 45px; }

/* line 197, ../scss/modules/_misc.scss */
.p-b-45 {
  padding-bottom: 45px; }

/* line 188, ../scss/modules/_misc.scss */
.p-t-50 {
  padding-top: 50px; }

/* line 191, ../scss/modules/_misc.scss */
.p-r-50 {
  padding-right: 50px; }

/* line 194, ../scss/modules/_misc.scss */
.p-l-50 {
  padding-left: 50px; }

/* line 197, ../scss/modules/_misc.scss */
.p-b-50 {
  padding-bottom: 50px; }

/* line 188, ../scss/modules/_misc.scss */
.p-t-55 {
  padding-top: 55px; }

/* line 191, ../scss/modules/_misc.scss */
.p-r-55 {
  padding-right: 55px; }

/* line 194, ../scss/modules/_misc.scss */
.p-l-55 {
  padding-left: 55px; }

/* line 197, ../scss/modules/_misc.scss */
.p-b-55 {
  padding-bottom: 55px; }

/* line 188, ../scss/modules/_misc.scss */
.p-t-60 {
  padding-top: 60px; }

/* line 191, ../scss/modules/_misc.scss */
.p-r-60 {
  padding-right: 60px; }

/* line 194, ../scss/modules/_misc.scss */
.p-l-60 {
  padding-left: 60px; }

/* line 197, ../scss/modules/_misc.scss */
.p-b-60 {
  padding-bottom: 60px; }

/* line 188, ../scss/modules/_misc.scss */
.p-t-65 {
  padding-top: 65px; }

/* line 191, ../scss/modules/_misc.scss */
.p-r-65 {
  padding-right: 65px; }

/* line 194, ../scss/modules/_misc.scss */
.p-l-65 {
  padding-left: 65px; }

/* line 197, ../scss/modules/_misc.scss */
.p-b-65 {
  padding-bottom: 65px; }

/* line 188, ../scss/modules/_misc.scss */
.p-t-70 {
  padding-top: 70px; }

/* line 191, ../scss/modules/_misc.scss */
.p-r-70 {
  padding-right: 70px; }

/* line 194, ../scss/modules/_misc.scss */
.p-l-70 {
  padding-left: 70px; }

/* line 197, ../scss/modules/_misc.scss */
.p-b-70 {
  padding-bottom: 70px; }

/* line 188, ../scss/modules/_misc.scss */
.p-t-75 {
  padding-top: 75px; }

/* line 191, ../scss/modules/_misc.scss */
.p-r-75 {
  padding-right: 75px; }

/* line 194, ../scss/modules/_misc.scss */
.p-l-75 {
  padding-left: 75px; }

/* line 197, ../scss/modules/_misc.scss */
.p-b-75 {
  padding-bottom: 75px; }

/* line 188, ../scss/modules/_misc.scss */
.p-t-80 {
  padding-top: 80px; }

/* line 191, ../scss/modules/_misc.scss */
.p-r-80 {
  padding-right: 80px; }

/* line 194, ../scss/modules/_misc.scss */
.p-l-80 {
  padding-left: 80px; }

/* line 197, ../scss/modules/_misc.scss */
.p-b-80 {
  padding-bottom: 80px; }

/* line 188, ../scss/modules/_misc.scss */
.p-t-85 {
  padding-top: 85px; }

/* line 191, ../scss/modules/_misc.scss */
.p-r-85 {
  padding-right: 85px; }

/* line 194, ../scss/modules/_misc.scss */
.p-l-85 {
  padding-left: 85px; }

/* line 197, ../scss/modules/_misc.scss */
.p-b-85 {
  padding-bottom: 85px; }

/* line 188, ../scss/modules/_misc.scss */
.p-t-90 {
  padding-top: 90px; }

/* line 191, ../scss/modules/_misc.scss */
.p-r-90 {
  padding-right: 90px; }

/* line 194, ../scss/modules/_misc.scss */
.p-l-90 {
  padding-left: 90px; }

/* line 197, ../scss/modules/_misc.scss */
.p-b-90 {
  padding-bottom: 90px; }

/* line 188, ../scss/modules/_misc.scss */
.p-t-95 {
  padding-top: 95px; }

/* line 191, ../scss/modules/_misc.scss */
.p-r-95 {
  padding-right: 95px; }

/* line 194, ../scss/modules/_misc.scss */
.p-l-95 {
  padding-left: 95px; }

/* line 197, ../scss/modules/_misc.scss */
.p-b-95 {
  padding-bottom: 95px; }

/* line 188, ../scss/modules/_misc.scss */
.p-t-100 {
  padding-top: 100px; }

/* line 191, ../scss/modules/_misc.scss */
.p-r-100 {
  padding-right: 100px; }

/* line 194, ../scss/modules/_misc.scss */
.p-l-100 {
  padding-left: 100px; }

/* line 197, ../scss/modules/_misc.scss */
.p-b-100 {
  padding-bottom: 100px; }

/* line 204, ../scss/modules/_misc.scss */
.m-t-5 {
  margin-top: 5px; }

/* line 207, ../scss/modules/_misc.scss */
.m-r-5 {
  margin-right: 5px; }

/* line 210, ../scss/modules/_misc.scss */
.m-l-5 {
  margin-left: 5px; }

/* line 213, ../scss/modules/_misc.scss */
.m-b-5 {
  margin-bottom: 5px; }

/* line 204, ../scss/modules/_misc.scss */
.m-t-10 {
  margin-top: 10px; }

/* line 207, ../scss/modules/_misc.scss */
.m-r-10 {
  margin-right: 10px; }

/* line 210, ../scss/modules/_misc.scss */
.m-l-10 {
  margin-left: 10px; }

/* line 213, ../scss/modules/_misc.scss */
.m-b-10 {
  margin-bottom: 10px; }

/* line 204, ../scss/modules/_misc.scss */
.m-t-15 {
  margin-top: 15px; }

/* line 207, ../scss/modules/_misc.scss */
.m-r-15 {
  margin-right: 15px; }

/* line 210, ../scss/modules/_misc.scss */
.m-l-15 {
  margin-left: 15px; }

/* line 213, ../scss/modules/_misc.scss */
.m-b-15 {
  margin-bottom: 15px; }

/* line 204, ../scss/modules/_misc.scss */
.m-t-20 {
  margin-top: 20px; }

/* line 207, ../scss/modules/_misc.scss */
.m-r-20 {
  margin-right: 20px; }

/* line 210, ../scss/modules/_misc.scss */
.m-l-20 {
  margin-left: 20px; }

/* line 213, ../scss/modules/_misc.scss */
.m-b-20 {
  margin-bottom: 20px; }

/* line 204, ../scss/modules/_misc.scss */
.m-t-25 {
  margin-top: 25px; }

/* line 207, ../scss/modules/_misc.scss */
.m-r-25 {
  margin-right: 25px; }

/* line 210, ../scss/modules/_misc.scss */
.m-l-25 {
  margin-left: 25px; }

/* line 213, ../scss/modules/_misc.scss */
.m-b-25 {
  margin-bottom: 25px; }

/* line 204, ../scss/modules/_misc.scss */
.m-t-30 {
  margin-top: 30px; }

/* line 207, ../scss/modules/_misc.scss */
.m-r-30 {
  margin-right: 30px; }

/* line 210, ../scss/modules/_misc.scss */
.m-l-30 {
  margin-left: 30px; }

/* line 213, ../scss/modules/_misc.scss */
.m-b-30 {
  margin-bottom: 30px; }

/* line 204, ../scss/modules/_misc.scss */
.m-t-35 {
  margin-top: 35px; }

/* line 207, ../scss/modules/_misc.scss */
.m-r-35 {
  margin-right: 35px; }

/* line 210, ../scss/modules/_misc.scss */
.m-l-35 {
  margin-left: 35px; }

/* line 213, ../scss/modules/_misc.scss */
.m-b-35 {
  margin-bottom: 35px; }

/* line 204, ../scss/modules/_misc.scss */
.m-t-40 {
  margin-top: 40px; }

/* line 207, ../scss/modules/_misc.scss */
.m-r-40 {
  margin-right: 40px; }

/* line 210, ../scss/modules/_misc.scss */
.m-l-40 {
  margin-left: 40px; }

/* line 213, ../scss/modules/_misc.scss */
.m-b-40 {
  margin-bottom: 40px; }

/* line 204, ../scss/modules/_misc.scss */
.m-t-45 {
  margin-top: 45px; }

/* line 207, ../scss/modules/_misc.scss */
.m-r-45 {
  margin-right: 45px; }

/* line 210, ../scss/modules/_misc.scss */
.m-l-45 {
  margin-left: 45px; }

/* line 213, ../scss/modules/_misc.scss */
.m-b-45 {
  margin-bottom: 45px; }

/* line 204, ../scss/modules/_misc.scss */
.m-t-50 {
  margin-top: 50px; }

/* line 207, ../scss/modules/_misc.scss */
.m-r-50 {
  margin-right: 50px; }

/* line 210, ../scss/modules/_misc.scss */
.m-l-50 {
  margin-left: 50px; }

/* line 213, ../scss/modules/_misc.scss */
.m-b-50 {
  margin-bottom: 50px; }

/* line 204, ../scss/modules/_misc.scss */
.m-t-55 {
  margin-top: 55px; }

/* line 207, ../scss/modules/_misc.scss */
.m-r-55 {
  margin-right: 55px; }

/* line 210, ../scss/modules/_misc.scss */
.m-l-55 {
  margin-left: 55px; }

/* line 213, ../scss/modules/_misc.scss */
.m-b-55 {
  margin-bottom: 55px; }

/* line 204, ../scss/modules/_misc.scss */
.m-t-60 {
  margin-top: 60px; }

/* line 207, ../scss/modules/_misc.scss */
.m-r-60 {
  margin-right: 60px; }

/* line 210, ../scss/modules/_misc.scss */
.m-l-60 {
  margin-left: 60px; }

/* line 213, ../scss/modules/_misc.scss */
.m-b-60 {
  margin-bottom: 60px; }

/* line 204, ../scss/modules/_misc.scss */
.m-t-65 {
  margin-top: 65px; }

/* line 207, ../scss/modules/_misc.scss */
.m-r-65 {
  margin-right: 65px; }

/* line 210, ../scss/modules/_misc.scss */
.m-l-65 {
  margin-left: 65px; }

/* line 213, ../scss/modules/_misc.scss */
.m-b-65 {
  margin-bottom: 65px; }

/* line 204, ../scss/modules/_misc.scss */
.m-t-70 {
  margin-top: 70px; }

/* line 207, ../scss/modules/_misc.scss */
.m-r-70 {
  margin-right: 70px; }

/* line 210, ../scss/modules/_misc.scss */
.m-l-70 {
  margin-left: 70px; }

/* line 213, ../scss/modules/_misc.scss */
.m-b-70 {
  margin-bottom: 70px; }

/* line 204, ../scss/modules/_misc.scss */
.m-t-75 {
  margin-top: 75px; }

/* line 207, ../scss/modules/_misc.scss */
.m-r-75 {
  margin-right: 75px; }

/* line 210, ../scss/modules/_misc.scss */
.m-l-75 {
  margin-left: 75px; }

/* line 213, ../scss/modules/_misc.scss */
.m-b-75 {
  margin-bottom: 75px; }

/* line 204, ../scss/modules/_misc.scss */
.m-t-80 {
  margin-top: 80px; }

/* line 207, ../scss/modules/_misc.scss */
.m-r-80 {
  margin-right: 80px; }

/* line 210, ../scss/modules/_misc.scss */
.m-l-80 {
  margin-left: 80px; }

/* line 213, ../scss/modules/_misc.scss */
.m-b-80 {
  margin-bottom: 80px; }

/* line 204, ../scss/modules/_misc.scss */
.m-t-85 {
  margin-top: 85px; }

/* line 207, ../scss/modules/_misc.scss */
.m-r-85 {
  margin-right: 85px; }

/* line 210, ../scss/modules/_misc.scss */
.m-l-85 {
  margin-left: 85px; }

/* line 213, ../scss/modules/_misc.scss */
.m-b-85 {
  margin-bottom: 85px; }

/* line 204, ../scss/modules/_misc.scss */
.m-t-90 {
  margin-top: 90px; }

/* line 207, ../scss/modules/_misc.scss */
.m-r-90 {
  margin-right: 90px; }

/* line 210, ../scss/modules/_misc.scss */
.m-l-90 {
  margin-left: 90px; }

/* line 213, ../scss/modules/_misc.scss */
.m-b-90 {
  margin-bottom: 90px; }

/* line 204, ../scss/modules/_misc.scss */
.m-t-95 {
  margin-top: 95px; }

/* line 207, ../scss/modules/_misc.scss */
.m-r-95 {
  margin-right: 95px; }

/* line 210, ../scss/modules/_misc.scss */
.m-l-95 {
  margin-left: 95px; }

/* line 213, ../scss/modules/_misc.scss */
.m-b-95 {
  margin-bottom: 95px; }

/* line 204, ../scss/modules/_misc.scss */
.m-t-100 {
  margin-top: 100px; }

/* line 207, ../scss/modules/_misc.scss */
.m-r-100 {
  margin-right: 100px; }

/* line 210, ../scss/modules/_misc.scss */
.m-l-100 {
  margin-left: 100px; }

/* line 213, ../scss/modules/_misc.scss */
.m-b-100 {
  margin-bottom: 100px; }

/* line 218, ../scss/modules/_misc.scss */
.hide {
  display: none; }

/* line 222, ../scss/modules/_misc.scss */
.margin-top-10 {
  margin-top: 10px; }

/* line 226, ../scss/modules/_misc.scss */
.margin-top-20 {
  margin-top: 20px; }

/* line 230, ../scss/modules/_misc.scss */
.margin-bottom-10 {
  margin-bottom: 10px; }

/* line 234, ../scss/modules/_misc.scss */
.margin-bottom-20 {
  margin-bottom: 20px; }

/* line 238, ../scss/modules/_misc.scss */
.inline {
  display: inline-block !important; }

/* line 242, ../scss/modules/_misc.scss */
.b-blank {
  border-color: #000; }

/* line 246, ../scss/modules/_misc.scss */
.b-r {
  border-right: 1px solid; }

/* line 250, ../scss/modules/_misc.scss */
.b-l {
  border-left: 1px solid; }

/* line 254, ../scss/modules/_misc.scss */
.b-t {
  border-top: 1px solid; }

/* line 258, ../scss/modules/_misc.scss */
.b-b {
  border-bottom: 1px solid;
  border-bottom: 1px solid; }

/* line 263, ../scss/modules/_misc.scss */
.b-a {
  border-width: 1px solid; }

/* line 267, ../scss/modules/_misc.scss */
.b-transparent {
  border-color: rgba(0, 0, 0, 0.4); }

/* line 271, ../scss/modules/_misc.scss */
.b-grey {
  border-color: #e5e9ec; }

/* line 275, ../scss/modules/_misc.scss */
.visible-xlg {
  display: none; }

/* line 279, ../scss/modules/_misc.scss */
.hidden-xlg {
  display: block; }

/* line 283, ../scss/modules/_misc.scss */
.image-responsive-width {
  width: 100%; }

/* line 287, ../scss/modules/_misc.scss */
.box-250 {
  width: 250px;
  height: 250px; }

/* line 292, ../scss/modules/_misc.scss */
.overlayer {
  position: absolute;
  display: block;
  z-index: 80; }
/* line 296, ../scss/modules/_misc.scss */
.overlayer.fullwidth {
  width: 100%; }

/* line 301, ../scss/modules/_misc.scss */
.overlayer-wrapper {
  position: relative;
  display: block;
  z-index: 9999; }

/* line 307, ../scss/modules/_misc.scss */
.demo-map {
  width: 100%;
  min-height: 960px; }

/* line 312, ../scss/modules/_misc.scss */
.overlay-fixed {
  position: fixed !important;
  top: auto !important; }

/* line 317, ../scss/modules/_misc.scss */
.top-left {
  position: absolute;
  top: 0;
  left: 0; }

/* line 323, ../scss/modules/_misc.scss */
.top-right {
  position: absolute;
  top: 1px;
  right: 0; }

/* line 329, ../scss/modules/_misc.scss */
.bottom-left {
  position: absolute;
  bottom: 1px;
  left: 0; }

/* line 335, ../scss/modules/_misc.scss */
.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0; }

/* line 341, ../scss/modules/_misc.scss */
.full-height {
  height: 100%; }

/* line 347, ../scss/modules/_misc.scss */
.scroller {
  padding: 0px !important;
  margin: 0px !important; }

/* line 352, ../scss/modules/_misc.scss */
.popover-content {
  font-size: 13px; }
/* line 354, ../scss/modules/_misc.scss */
.popover-content .scroller {
  padding-right: 0px !important; }

/* line 359, ../scss/modules/_misc.scss */
.toggle-button, .toggle-button label {
  margin-top: 3px;
  background-image: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border: 1px solid #eee !important;
  -moz-border-radius-topleft: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }

/* line 382, ../scss/modules/_misc.scss */
.toggle-button span.labelRight, .toggle-button span.primary, .toggle-button span.labelLeft, .toggle-button span.info, .toggle-button span.success, .toggle-button span.warning, .toggle-button span.danger {
  -moz-border-radius-topleft: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  background-image: none !important; }

/* line 408, ../scss/modules/_misc.scss */
.toggle-button span.labelRight {
  background-color: #eee; }

/* line 414, ../scss/modules/_misc.scss */
.dataTable {
  clear: both;
  margin-top: 5px; }

/* line 420, ../scss/modules/_misc.scss */
.dataTables_filter label {
  line-height: 32px !important; }

/* line 426, ../scss/modules/_misc.scss */
.DTTT_dropdown li {
  position: relative; }

/* line 433, ../scss/modules/_misc.scss */
div.DTTT_print_info.modal {
  height: 150px;
  margin-top: 150px;
  text-align: center;
  border: 0px;
  z-index: 999; }
/* line 440, ../scss/modules/_misc.scss */
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em; }
/* line 446, ../scss/modules/_misc.scss */
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px; }

/* line 453, ../scss/modules/_misc.scss */
.invoice-button-action-set {
  position: fixed; }

/* line 457, ../scss/modules/_misc.scss */
.login-container {
  margin-top: 13%; }

/* line 461, ../scss/modules/_misc.scss */
.lockscreen-wrapper {
  position: relative;
  margin-top: 20%; }
/* line 464, ../scss/modules/_misc.scss */
.lockscreen-wrapper .profile-wrapper {
  border-radius: 100px;
  float: left;
  height: 65px;
  margin-right: 11px;
  margin-top: 9px;
  overflow: hidden;
  width: 65px;
  display: inline-block; }
/* line 474, ../scss/modules/_misc.scss */
.lockscreen-wrapper .user {
  text-align: left; }
/* line 477, ../scss/modules/_misc.scss */
.lockscreen-wrapper .user-form {
  margin-top: -10px;
  display: inline-block;
  float: left;
  min-width: 320px; }

/* line 485, ../scss/modules/_misc.scss */
.lockscreen-wrapper .user-form input, .lockscreen-wrapper .user-form button {
  float: left;
  margin-right: 10px; }

/* line 490, ../scss/modules/_misc.scss */
.calender-options-wrapper {
  padding: 13px;
  padding: 20px; }
/* line 493, ../scss/modules/_misc.scss */
.calender-options-wrapper .events-wrapper {
  margin-top: 50px; }
/* line 496, ../scss/modules/_misc.scss */
.calender-options-wrapper .events-heading {
  font-size: 13px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 14px;
  margin-bottom: 20px; }
/* line 503, ../scss/modules/_misc.scss */
.calender-options-wrapper .external-event {
  font-size: 12px;
  color: #ffffff;
  background-color: #d44443;
  display: block;
  padding: 5px 8px;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 8px;
  cursor: move; }

/* line 516, ../scss/modules/_misc.scss */
.fc-view {
  margin-top: 15px; }

/* line 520, ../scss/modules/_misc.scss */
.fc td, .fc th {
  vertical-align: middle; }

/* line 525, ../scss/modules/_misc.scss */
.fc-grid th {
  text-transform: uppercase;
  padding-bottom: 10px; }
/* line 529, ../scss/modules/_misc.scss */
.fc-grid .fc-day-number {
  padding: 25px 10px; }

/* line 534, ../scss/modules/_misc.scss */
.fc-border-separate th, .fc-border-separate td {
  border-width: 0px;
  border-bottom: 1px solid #e5e9ec; }

/* line 539, ../scss/modules/_misc.scss */
.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
  border-right-width: 0px; }

/* line 545, ../scss/modules/_misc.scss */
.fc-border-separate td.fc-last {
  border-right-width: 0px; }
/* line 551, ../scss/modules/_misc.scss */
.fc-border-separate tr.fc-last td {
  border-bottom-width: 0px; }

/* line 558, ../scss/modules/_misc.scss */
.fc-state-highlight {
  background-color: transparent; }
/* line 560, ../scss/modules/_misc.scss */
.fc-state-highlight .fc-day-number {
  background-color: #f35958;
  border-radius: 999px;
  padding: 5px 11px;
  color: #ffffff; }

/* line 568, ../scss/modules/_misc.scss */
.fc-ltr .fc-event-hori.fc-event-start, .fc-rtl .fc-event-hori.fc-event-end {
  margin-top: 10px; }

/* line 576, ../scss/modules/_misc.scss */
.fc table thead tr th {
  font-size: 0.9em; }

/* line 585, ../scss/modules/_misc.scss */
.bordered-circle .owl-controls {
  text-align: left; }
/* line 588, ../scss/modules/_misc.scss */
.bordered-circle .owl-controls .owl-page span {
  width: 9px;
  height: 9px;
  border: 1px solid #333333;
  opacity: 1;
  background-color: transparent; }

/* line 599, ../scss/modules/_misc.scss */
.bordered-circle .owl-theme .owl-controls .owl-page.active span, .bordered-circle .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #333333; }

/* line 603, ../scss/modules/_misc.scss */
.hashtags {
  display: inline-block;
  border: 2px solid #e5e9ec;
  background-color: transparent;
  color: #b9bec2;
  padding: 2px 8px;
  border-radius: 15px;
  font-weight: bold;
  font-size: 12px; }
/* line 612, ../scss/modules/_misc.scss */
.hashtags:hover {
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.4); }
/* line 616, ../scss/modules/_misc.scss */
.hashtags.transparent {
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff; }
/* line 620, ../scss/modules/_misc.scss */
.hashtags.transparent:hover {
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
  color: #000; }

/** Global Profile pics **/
/* line 630, ../scss/modules/_misc.scss */
.user-profile img {
  border-radius: 100px 100px 100px 100px; }

/** Small Gutter **/
/* line 638, ../scss/modules/_misc.scss */
.sm-gutter [class^="col-"], .sm-gutter [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px; }
/* line 642, ../scss/modules/_misc.scss */
.sm-gutter .row {
  margin-right: -5px;
  margin-left: -5px; }

/**** Notification Widget List ***/
/* line 650, ../scss/modules/_misc.scss */
.overlap-left-10 {
  position: relative;
  left: -10px; }

/* line 655, ../scss/modules/_misc.scss */
.rickshaw_graph {
  overflow: hidden; }

/** Group List **/
/* line 661, ../scss/modules/_misc.scss */
.dark .dd-handle {
  background: none repeat scroll 0 0 #d1dade; }

/* line 666, ../scss/modules/_misc.scss */
.carousel {
  height: 100%;
  width: 100%; }

/* line 671, ../scss/modules/_misc.scss */
.demo-center-logo {
  left: 0;
  display: block;
  position: absolute;
  text-align: center;
  right: 0; }

/* line 1, ../scss/modules/_form_elements.scss */
label, input, button, select, textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }

/* line 11, ../scss/modules/_form_elements.scss */
input, button, select, textarea {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* line 18, ../scss/modules/_form_elements.scss */
.uneditable-input, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none !important;
  color: #282323;
  outline: 0;
  height: 16px;
  padding: 6px 11px !important;
  line-height: 15px;
  font-size: 13px;
  font-weight: normal;
  vertical-align: top;
  background-color: #ffffff;
  min-height: 37px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e5e9ec;
  transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s; }

/* line 59, ../scss/modules/_form_elements.scss */
input {
  border: 1px solid #cecece; }
/* line 61, ../scss/modules/_form_elements.scss */
input.no-boarder {
  border: none; }
/* line 64, ../scss/modules/_form_elements.scss */
input.dark {
  background-color: #e5e9ec;
  border: none; }
/* line 68, ../scss/modules/_form_elements.scss */
input.error {
  border: 1px solid #f35958; }

/* line 73, ../scss/modules/_form_elements.scss */
textarea {
  height: auto;
  padding-left: 12px !important;
  padding-top: 10px !important; }

/* line 79, ../scss/modules/_form_elements.scss */
.uneditable-input.focus, textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .m-uneditable-input:focus {
  border-color: #f1f1f1;
  background-color: #f4f5f7;
  outline: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 105, ../scss/modules/_form_elements.scss */
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 116, ../scss/modules/_form_elements.scss */
select, input[type="file"] {
  height: 34px !important;
  line-height: 30px; }

/* line 122, ../scss/modules/_form_elements.scss */
select {
  width: 220px;
  background-color: #ffffff;
  background-image: none !important;
  border: 1px solid #e5e5e5;
  outline: none;
  min-height: 35px; }
/* line 129, ../scss/modules/_form_elements.scss */
select.xsmall {
  width: 64px !important; }
/* line 132, ../scss/modules/_form_elements.scss */
select.small {
  width: 134px !important; }
/* line 135, ../scss/modules/_form_elements.scss */
select.medium {
  width: 220px !important; }
/* line 138, ../scss/modules/_form_elements.scss */
select.large {
  width: 334px !important; }

/* line 143, ../scss/modules/_form_elements.scss */
select[multiple], select[size] {
  height: auto !important; }

/* line 148, ../scss/modules/_form_elements.scss */
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

/* line 160, ../scss/modules/_form_elements.scss */
input[class*="span"] {
  float: none;
  height: 34px !important;
  margin-left: 0; }

/* line 166, ../scss/modules/_form_elements.scss */
select[class*="span"], textarea[class*="span"] {
  float: none;
  margin-left: 0; }

/* line 172, ../scss/modules/_form_elements.scss */
.input-lg {
  border-radius: 3px !important;
  font-size: 18px !important;
  height: 45px !important;
  line-height: 1.33 !important; }

/* line 179, ../scss/modules/_form_elements.scss */
.input-sm {
  font-size: 13px !important;
  min-height: 29px !important; }

/* line 184, ../scss/modules/_form_elements.scss */
.input-prepend, .input-append {
  border: 0;
  display: inline-block; }

/* line 190, ../scss/modules/_form_elements.scss */
.input-append .add-on, .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 24px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5; }

/* line 206, ../scss/modules/_form_elements.scss */
.input-append .add-on > .halflings-icon, .input-prepend .add-on > i, .input-prepend .add-on > .fa {
  margin-top: 5px;
  margin-left: 3px; }

/* line 213, ../scss/modules/_form_elements.scss */
.input-append .add-on > .halflings-icon .input-append .add-on > i, .input-append .add-on > .fa {
  margin-top: 5px;
  margin-left: 0px; }

/* line 220, ../scss/modules/_form_elements.scss */
.input-append, .input-append :focus {
  border-right: 0 !important; }

/* line 225, ../scss/modules/_form_elements.scss */
.input-append input[class*="span"], .input-prepend input[class*="span"], .input-append input, .input-prepend input {
  display: inline-block !important;
  width: 100%;
  float: left; }

/* line 233, ../scss/modules/_form_elements.scss */
.xsmall {
  width: 50px !important; }

/* line 242, ../scss/modules/_form_elements.scss */
.medium {
  width: 206px !important; }

/* line 246, ../scss/modules/_form_elements.scss */
.large {
  width: 320px !important; }

/* line 250, ../scss/modules/_form_elements.scss */
.huge {
  width: 480px !important;
  font-size: 24px !important;
  height: 36px !important;
  line-height: 36px !important;
  padding: 22px 8px !important; }

/* line 258, ../scss/modules/_form_elements.scss */
.radio, .checkbox {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0px; }

/* line 265, ../scss/modules/_form_elements.scss */
.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  margin-bottom: 6px;
  color: #777a80; }
/* line 274, ../scss/modules/_form_elements.scss */
.radio label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 2.5px;
  background-color: #ffffff;
  border: 1px solid #c2c6cb;
  border-radius: 99px; }
/* line 287, ../scss/modules/_form_elements.scss */
.radio label:after {
  font-size: 13px;
  content: "";
  text-align: center;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 99px;
  left: 0px;
  top: 1px;
  background-color: #00bb5c;
  border: 1px solid #6f7b8a; }
/* line 307, ../scss/modules/_form_elements.scss */
.radio input[type=radio] {
  display: none; }
/* line 311, ../scss/modules/_form_elements.scss */
.radio input[type=radio][disabled] + label {
  opacity: 0.65; }
/* line 317, ../scss/modules/_form_elements.scss */
.radio.radio-success label:after {
  background-color: #00bb5c;
  border: 1px solid #00bb5c; }
/* line 324, ../scss/modules/_form_elements.scss */
.radio.radio-success input[type=radio]:checked + label:before {
  border: 1px solid #00bb5c; }
/* line 332, ../scss/modules/_form_elements.scss */
.radio.radio-primary label:after {
  background-color: #005E95;
  border: 1px solid #005E95; }
/* line 339, ../scss/modules/_form_elements.scss */
.radio.radio-primary input[type=radio]:checked + label:before {
  border: 1px solid #005E95; }
/* line 347, ../scss/modules/_form_elements.scss */
.radio.radio-info label:after {
  background-color: #1f3853;
  border: 1px solid #1f3853; }
/* line 352, ../scss/modules/_form_elements.scss */
.radio.radio-info label input[type=radio]:checked + :before {
  border: 1px solid #1f3853; }
/* line 360, ../scss/modules/_form_elements.scss */
.radio.radio-warning label:after {
  background-color: #fbb05e;
  border: 1px solid #fbb05e; }
/* line 367, ../scss/modules/_form_elements.scss */
.radio.radio-warning input[type=radio]:checked + label:before {
  border: 1px solid #fbb05e; }
/* line 375, ../scss/modules/_form_elements.scss */
.radio.radio-danger label:after {
  background-color: #F35958;
  border: 1px solid #F35958; }
/* line 382, ../scss/modules/_form_elements.scss */
.radio.radio-danger input[type=radio]:checked + label:before {
  border: 1px solid #F35958; }
/* line 389, ../scss/modules/_form_elements.scss */
.radio input[type=radio]:checked + label {
  color: #4d5056; }
/* line 391, ../scss/modules/_form_elements.scss */
.radio input[type=radio]:checked + label:after {
  -o-transform: scale(0.63);
  -ms-transform: scale(0.63);
  -moz-transform: scale(0.63);
  -webkit-transform: scale(0.63);
  transform: scale(0.63);
  line-height: 18px;
  -o-transition: -o-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -ms-transition: -ms-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -o-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -ms-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -moz-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -webkit-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33); }
/* line 408, ../scss/modules/_form_elements.scss */
.radio input[type=radio]:checked + label:before {
  border: 1px solid #8e9095; }

/* line 418, ../scss/modules/_form_elements.scss */
.checkbox input[type=radio][disabled] + label:after {
  background-color: #eceff3; }
/* line 423, ../scss/modules/_form_elements.scss */
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  /*margin-bottom: 6px;*/
  color: #777a80;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  direction: ltr; }
/* line 434, ../scss/modules/_form_elements.scss */
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: 1.4px;
  background-color: #ffffff;
  border: 1px solid #c2c6cb;
  border-radius: 3px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s; }
/* line 448, ../scss/modules/_form_elements.scss */
.checkbox label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.2px;
  top: 0px;
  font-size: 11px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s; }
/* line 458, ../scss/modules/_form_elements.scss */
.checkbox label:after {
  border-radius: 3px; }
/* line 462, ../scss/modules/_form_elements.scss */
.checkbox input[type=checkbox] {
  display: none; }
/* line 467, ../scss/modules/_form_elements.scss */
.checkbox.checkbox-circle label:after {
  border-radius: 99px; }
/* line 470, ../scss/modules/_form_elements.scss */
.checkbox.checkbox-circle label:before {
  border-radius: 99px; }
/* line 476, ../scss/modules/_form_elements.scss */
.checkbox input[type=checkbox]:checked + label {
  color: #4d5056; }
/* line 478, ../scss/modules/_form_elements.scss */
.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C"; }
/* line 485, ../scss/modules/_form_elements.scss */
.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65; }
/* line 487, ../scss/modules/_form_elements.scss */
.checkbox input[type=checkbox][disabled] + label:before {
  background-color: #eceff3; }
/* line 495, ../scss/modules/_form_elements.scss */
.checkbox.check-success input[type=checkbox]:checked + label:before {
  background-color: #00bb5c;
  border: 1px solid #00bb5c; }
/* line 499, ../scss/modules/_form_elements.scss */
.checkbox.check-success input[type=checkbox]:checked + label::after {
  color: #ffffff; }
/* line 508, ../scss/modules/_form_elements.scss */
.checkbox.check-primary input[type=checkbox]:checked + label:before {
  background-color: #005E95;
  border: 1px solid #005E95; }
/* line 512, ../scss/modules/_form_elements.scss */
.checkbox.check-primary input[type=checkbox]:checked + label::after {
  color: #ffffff; }
/* line 521, ../scss/modules/_form_elements.scss */
.checkbox.check-info input[type=checkbox]:checked + label:before {
  background-color: #1f3853;
  border: 1px solid #1f3853; }
/* line 525, ../scss/modules/_form_elements.scss */
.checkbox.check-info input[type=checkbox]:checked + label::after {
  color: #ffffff; }
/* line 534, ../scss/modules/_form_elements.scss */
.checkbox.check-warning input[type=checkbox]:checked + label:before {
  background-color: #fbb05e;
  border: 1px solid #fbb05e; }
/* line 538, ../scss/modules/_form_elements.scss */
.checkbox.check-warning input[type=checkbox]:checked + label::after {
  color: #ffffff; }
/* line 547, ../scss/modules/_form_elements.scss */
.checkbox.check-danger input[type=checkbox]:checked + label:before {
  background-color: #f35958;
  border: 1px solid #f35958; }
/* line 551, ../scss/modules/_form_elements.scss */
.checkbox.check-danger input[type=checkbox]:checked + label::after {
  color: #ffffff; }

/* line 562, ../scss/modules/_form_elements.scss */
table td .checkbox label {
  padding-left: 0px; }
/* line 569, ../scss/modules/_form_elements.scss */
table th .checkbox label {
  padding-left: 0px; }
/* line 574, ../scss/modules/_form_elements.scss */
table.fc-border-separate {
  margin-top: 20px; }

/* line 580, ../scss/modules/_form_elements.scss */
.star label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  margin-bottom: 10px; }
/* line 587, ../scss/modules/_form_elements.scss */
.star label:before {
  font-family: 'FontAwesome';
  content: "\F005";
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: -4px;
  font-size: 18px;
  color: #97a3b3;
  transition: border 0.2s linear 0s, color 0.2s linear 0s; }
/* line 600, ../scss/modules/_form_elements.scss */
.star input[type=checkbox] {
  display: none; }
/* line 605, ../scss/modules/_form_elements.scss */
.star input[type=checkbox]:checked + label:before {
  color: #ffd200; }

/* line 613, ../scss/modules/_form_elements.scss */
.wysihtml5-toolbar li {
  padding-left: 0px; }

/* line 618, ../scss/modules/_form_elements.scss */
.bootstrap-tagsinput {
  border: 1px solid #E5E9EC;
  border-radius: 3px;
  box-shadow: none;
  width: 100%;
  transition: background 0.2s linear 0s; }
/* line 624, ../scss/modules/_form_elements.scss */
.bootstrap-tagsinput.active-element {
  background-color: #f4f5f7; }
/* line 627, ../scss/modules/_form_elements.scss */
.bootstrap-tagsinput input {
  border: none;
  margin-bottom: 0px;
  min-height: 25px; }
/* line 632, ../scss/modules/_form_elements.scss */
.bootstrap-tagsinput .tag {
  vertical-align: middle;
  padding: 4px 9px;
  margin-top: 3px;
  display: inline-block; }

/* line 640, ../scss/modules/_form_elements.scss */
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active, .bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: none; }

/* line 644, ../scss/modules/_form_elements.scss */
form {
  margin: 0; }
/* line 646, ../scss/modules/_form_elements.scss */
form legend {
  margin: 15px 0px 10px 0px !important; }

/* line 652, ../scss/modules/_form_elements.scss */
.column-seperation > div[class*="col-"] {
  border-right: 1px solid #ddd; }
/* line 655, ../scss/modules/_form_elements.scss */
.column-seperation > div[class*="col-"]:last-child {
  border-right: 0px; }

/* line 664, ../scss/modules/_form_elements.scss */
.form-no-horizontal-spacing .row-fluid .side-label {
  border-right: 1px solid #dddddd; }
/* line 668, ../scss/modules/_form_elements.scss */
.form-no-horizontal-spacing .error {
  margin-bottom: 10px; }

/* line 673, ../scss/modules/_form_elements.scss */
input.placeholder, textarea.placeholder {
  color: #aaa !important; }

/* line 678, ../scss/modules/_form_elements.scss */
.help-block {
  margin-top: 10px; }

/* line 683, ../scss/modules/_form_elements.scss */
.form-inline input {
  margin-bottom: 0px !important; }

/* line 688, ../scss/modules/_form_elements.scss */
.form-label {
  margin-top: 2px; }
/* line 690, ../scss/modules/_form_elements.scss */
.form-label .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px; }

/* line 697, ../scss/modules/_form_elements.scss */
.help-inline {
  margin-top: 6px; }

/* line 701, ../scss/modules/_form_elements.scss */
.help-small {
  font-size: 12px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

/* line 712, ../scss/modules/_form_elements.scss */
.success .help-inline.ok:before {
  content: "\f00c";
  font-size: 16px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block; }

/* line 724, ../scss/modules/_form_elements.scss */
form legend, .form-view legend {
  margin-bottom: 15px !important; }

/* line 728, ../scss/modules/_form_elements.scss */
.controls > .radio .checker, .controls > .checkbox .checker {
  margin-right: 2px !important; }

/* line 733, ../scss/modules/_form_elements.scss */
.controls > .radio, .controls > .checkbox {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 8px !important;
  margin-right: 15px !important; }

/* line 742, ../scss/modules/_form_elements.scss */
.controls > .radio.line, .controls > .checkbox.line {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 5px !important; }

/* line 751, ../scss/modules/_form_elements.scss */
.controls .inline {
  margin-top: 8px; }

/* line 757, ../scss/modules/_form_elements.scss */
.form-view .control-group {
  margin-top: 0px;
  margin-bottom: 5px; }

/* line 763, ../scss/modules/_form_elements.scss */
.uploader {
  margin-top: 2px !important; }

/* line 767, ../scss/modules/_form_elements.scss */
.hint {
  padding: 5px 0px 0px 10px; }

/* line 772, ../scss/modules/_form_elements.scss */
.form form {
  margin: 0px !important;
  padding: 0px !important; }
/* line 776, ../scss/modules/_form_elements.scss */
.form .form-actions {
  background-color: #f6f7f8 !important;
  margin-top: 0px !important;
  margin-top: 40px;
  padding-left: 190px; }

/* line 784, ../scss/modules/_form_elements.scss */
.form-actions {
  background-color: #f6f7f8;
  border: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 19px 20px 20px; }
/* line 790, ../scss/modules/_form_elements.scss */
.form-actions:after {
  clear: both; }

/* line 795, ../scss/modules/_form_elements.scss */
.form-actions:before, .form-actions:after {
  content: "";
  display: table;
  line-height: 0; }

/* line 801, ../scss/modules/_form_elements.scss */
.form-horizontal {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -4px; }
/* line 807, ../scss/modules/_form_elements.scss */
.form-horizontal.form-bordered .control-group {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee; }
/* line 811, ../scss/modules/_form_elements.scss */
.form-horizontal.form-bordered .control-group:first-child {
  border-bottom: 1px solid #eee !important; }
/* line 814, ../scss/modules/_form_elements.scss */
.form-horizontal.form-bordered .control-group.last {
  border-bottom: 0; }
/* line 817, ../scss/modules/_form_elements.scss */
.form-horizontal.form-bordered .control-group .controls {
  padding: 10px;
  position: relative;
  border-left: 1px solid #eee; }
/* line 821, ../scss/modules/_form_elements.scss */
.form-horizontal.form-bordered .control-group .controls .chosen-container {
  min-height: 32px; }
/* line 823, ../scss/modules/_form_elements.scss */
.form-horizontal.form-bordered .control-group .controls .chosen-container .help-block {
  clear: both;
  padding-top: 10px !important; }
/* line 829, ../scss/modules/_form_elements.scss */
.form-horizontal.form-bordered .control-group .control-label {
  margin-top: 10px; }
/* line 835, ../scss/modules/_form_elements.scss */
.form-horizontal.form-bordered.form-row-stripped .control-group:nth-child(even) {
  background-color: #fcfcfc; }
/* line 839, ../scss/modules/_form_elements.scss */
.form-horizontal.form-bordered.form-row-stripped .m-wrap {
  background: #ffffff !important; }
/* line 845, ../scss/modules/_form_elements.scss */
.form-horizontal.form-bordered.form-label-stripped .control-group:nth-child(even) {
  background-color: #fcfcfc; }
/* line 847, ../scss/modules/_form_elements.scss */
.form-horizontal.form-bordered.form-label-stripped .control-group:nth-child(even) .controls {
  background-color: #ffffff; }

/* line 856, ../scss/modules/_form_elements.scss */
.form-horizontal.form-bordered .help-inline, .form-horizontal.form-bordered .help-block {
  padding-left: 0; }

/* line 861, ../scss/modules/_form_elements.scss */
.grid.box .form .form-actions, .grid.solid .form .form-actions {
  margin-left: -10px !important;
  margin-right: -10px !important;
  margin-bottom: -10px !important; }

/* line 868, ../scss/modules/_form_elements.scss */
.wizard-steps {
  display: block;
  list-style: none outside none;
  padding: 0;
  position: relative;
  width: 100%; }
/* line 874, ../scss/modules/_form_elements.scss */
.wizard-steps li {
  display: block;
  float: left;
  max-width: 25%;
  min-width: 25%;
  text-align: center;
  padding-left: 0; }
/* line 881, ../scss/modules/_form_elements.scss */
.wizard-steps li:before {
  border-top: 6px solid #55606E;
  content: "";
  display: block;
  font-size: 0;
  overflow: hidden;
  position: relative;
  top: 13px;
  right: 1px;
  width: 100%;
  z-index: 1; }
/* line 894, ../scss/modules/_form_elements.scss */
.wizard-steps li:first-child:before {
  left: 50%;
  max-width: 50%; }
/* line 900, ../scss/modules/_form_elements.scss */
.wizard-steps li:last-child:before {
  max-width: 50%;
  width: 50%; }
/* line 906, ../scss/modules/_form_elements.scss */
.wizard-steps li.complete .step {
  background-color: #005E95;
  padding: 1px 6px;
  border: 4px solid #55606e; }
/* line 912, ../scss/modules/_form_elements.scss */
.wizard-steps li .step {
  background-color: #d1dade;
  border-radius: 32px 32px 32px 32px;
  color: #ffffff;
  display: inline;
  font-size: 15px;
  font-weight: bold;
  line-height: 12px;
  padding: 4px 9px;
  position: relative;
  text-align: center;
  z-index: 2;
  transition: all 0.2s linear 0s; }
/* line 925, ../scss/modules/_form_elements.scss */
.wizard-steps li .step i {
  font-size: 10px;
  font-weight: normal;
  position: relative;
  top: -1.5px; }
/* line 932, ../scss/modules/_form_elements.scss */
.wizard-steps li .title {
  color: #B1BCC5;
  display: block;
  font-size: 13px;
  line-height: 15px;
  max-width: 100%;
  position: relative;
  table-layout: fixed;
  text-align: center;
  top: 20px;
  word-wrap: break-word;
  z-index: 104; }

/* line 948, ../scss/modules/_form_elements.scss */
.wizard-steps a:hover, .wizard-steps a:active, .wizard-steps a:focus {
  text-decoration: none; }

/* line 952, ../scss/modules/_form_elements.scss */
.wizard-steps li.active .step, .wizard-steps li.active.complete .step {
  background-color: #00bb5c;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 15px;
  border: none;
  font-size: 16px; }

/* line 961, ../scss/modules/_form_elements.scss */
.wizard-steps li.complete .title, .wizard-steps li.active .title {
  color: #2B3D53; }

/* line 965, ../scss/modules/_form_elements.scss */
.step-content {
  margin-left: 60px;
  margin-top: 40px; }
/* line 968, ../scss/modules/_form_elements.scss */
.step-content .step-pane {
  display: none;
  min-height: 267px; }
/* line 972, ../scss/modules/_form_elements.scss */
.step-content .active {
  display: block; }

/* line 977, ../scss/modules/_form_elements.scss */
.wizard-actions {
  display: block;
  list-style: none outside none;
  padding: 0;
  position: relative;
  width: 100%; }
/* line 983, ../scss/modules/_form_elements.scss */
.wizard-actions li {
  display: inline; }

/* line 988, ../scss/modules/_form_elements.scss */
.tab-content {
  overflow: auto;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 18px; }
/* line 995, ../scss/modules/_form_elements.scss */
.tab-content.transparent {
  background-color: transparent; }

/* line 1000, ../scss/modules/_form_elements.scss */
.form-group {
  margin-bottom: 20px; }
/* line 1002, ../scss/modules/_form_elements.scss */
.form-group .form-label {
  color: #55606e;
  display: inline-block;
  margin-right: 8px; }
/* line 1007, ../scss/modules/_form_elements.scss */
.form-group .help {
  color: #A7ABB1;
  font-size: 12px; }
/* line 1011, ../scss/modules/_form_elements.scss */
.form-group .controls {
  margin-top: 8px; }

/* line 1016, ../scss/modules/_form_elements.scss */
.form-control {
  border: 1px solid #E5E9EC;
  font-size: 13px; }

/* line 1021, ../scss/modules/_form_elements.scss */
.form-row input, .form-row select, .form-row textarea, .form-row select2 {
  margin-bottom: 10px; }

/* line 1026, ../scss/modules/_form_elements.scss */
.form-row .radio {
  margin-bottom: 7px; }
/* line 1029, ../scss/modules/_form_elements.scss */
.form-row:last-child {
  margin-bottom: 0; }

/* line 1034, ../scss/modules/_form_elements.scss */
.slide-primary, .slide-success {
  display: inline-block; }

/* line 1040, ../scss/modules/_form_elements.scss */
.slide-primary .ios-switch .on-background {
  background-image: none;
  background-color: #005E95; }

/* line 1049, ../scss/modules/_form_elements.scss */
.slide-success .ios-switch .on-background {
  background-image: none;
  background-color: #00bb5c; }

/* line 1057, ../scss/modules/_form_elements.scss */
.select2-container .select2-choice {
  background-image: none;
  border-radius: 2px;
  border: 1px solid #e5e9ec;
  padding: 3px 9px;
  transition: border 0.2s linear 0s;
  height: 35px; }
/* line 1064, ../scss/modules/_form_elements.scss */
.select2-container .select2-choice .select2-arrow {
  background: transparent;
  border-left: 0px; }
/* line 1067, ../scss/modules/_form_elements.scss */
.select2-container .select2-choice .select2-arrow b {
  background: none; }
/* line 1069, ../scss/modules/_form_elements.scss */
.select2-container .select2-choice .select2-arrow b:before {
  font-family: 'FontAwesome';
  content: "\f0d7";
  position: relative;
  top: 2px;
  right: 5px;
  font-size: 12px; }
/* line 1081, ../scss/modules/_form_elements.scss */
.select2-container.select2-drop-above .select2-choice {
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

/* line 1092, ../scss/modules/_form_elements.scss */
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none;
  border: 1px solid #e5e9ec;
  background: #f4f5f7; }

/* line 1101, ../scss/modules/_form_elements.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 1113, ../scss/modules/_form_elements.scss */
.select2-drop.select2-drop-above {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: none; }
/* line 1121, ../scss/modules/_form_elements.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border: 1px solid #e5e9ec;
  border-bottom: none;
  border-radius: 2px;
  padding-top: 0px; }

/* line 1130, ../scss/modules/_form_elements.scss */
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
  box-shadow: none;
  border: 1px solid #e5e9ec;
  background: #f4f5f7;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

/* line 1142, ../scss/modules/_form_elements.scss */
.select2-search {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px; }
/* line 1146, ../scss/modules/_form_elements.scss */
.select2-search input {
  background: #ffffff !important;
  vertical-align: baseline;
  line-height: 28px;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  border: 1px solid #999999; }

/* line 1157, ../scss/modules/_form_elements.scss */
.select2-results {
  margin: 3px 10px 10px 3px; }
/* line 1159, ../scss/modules/_form_elements.scss */
.select2-results li {
  color: #6F7B8A; }
/* line 1162, ../scss/modules/_form_elements.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  color: #282323; }
/* line 1167, ../scss/modules/_form_elements.scss */
.select2-results .select2-highlighted {
  background: #00bb5c;
  border-radius: 3px; }
/* line 1170, ../scss/modules/_form_elements.scss */
.select2-results .select2-highlighted .select2-result-label {
  color: #ffffff; }

/* line 1176, ../scss/modules/_form_elements.scss */
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
  background: none;
  color: #6F7B8A;
  font-size: 12px;
  padding-left: 8px;
  padding-top: 0px;
  position: relative;
  top: -5px; }

/* line 1186, ../scss/modules/_form_elements.scss */
.select2-drop-active {
  border: 1px solid #e5e9ec;
  border-bottom: none;
  border-top: none;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-top: 5px; }

/* line 1200, ../scss/modules/_form_elements.scss */
.select2-container-multi .select2-choices {
  background-image: none;
  border: 1px solid #dae0e4;
  border-radius: 2px; }
/* line 1204, ../scss/modules/_form_elements.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #e8edf1;
  background-image: none;
  border: none;
  box-shadow: none;
  color: inherit;
  border-radius: 8px;
  margin: 8px -5px 7px 10px;
  padding: 4px 8px 4px 21px;
  direction: ltr; }
/* line 1217, ../scss/modules/_form_elements.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #dae0e4;
  box-shadow: none; }
/* line 1221, ../scss/modules/_form_elements.scss */
.select2-container-multi.select2-container-active .select2-search-choice {
  background-color: #ffffff !important; }
/* line 1225, ../scss/modules/_form_elements.scss */
.select2-container-multi .select2-search-choice-close {
  left: 6px; }

/* line 1230, ../scss/modules/_form_elements.scss */
.select2-search-choice-close {
  background: none;
  top: 4px;
  right: 0; }
/* line 1234, ../scss/modules/_form_elements.scss */
.select2-search-choice-close:hover {
  text-decoration: none; }
/* line 1237, ../scss/modules/_form_elements.scss */
.select2-search-choice-close:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 12px;
  color: #94a1b2; }

/* line 1245, ../scss/modules/_form_elements.scss */
.select2-drop-multi .select2-results .select2-no-results, .select2-drop-multi .select2-results .select2-searching, .select2-drop-multi .select2-results .select2-selection-limit {
  top: 0px; }

/* line 1250, ../scss/modules/_form_elements.scss */
.select2.form-control {
  padding: 0;
  box-shadow: none;
  border: 0; }

/* line 1257, ../scss/modules/_form_elements.scss */
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 2px 2px 0; }

/* line 1261, ../scss/modules/_form_elements.scss */
.input-prepend.inside .add-on:first-child, .input-prepend .btn:first-child {
  background-color: #ffffff;
  border: 1px solid #e5e9ec;
  position: relative;
  left: 3px;
  border-radius: 2px;
  padding-left: 8px;
  padding-right: 4px;
  padding-top: 4px;
  top: 0px;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
  color: #9ea9b2; }

/* line 1275, ../scss/modules/_form_elements.scss */
.input-prepend.inside.no-boarder .add-on:first-child, .input-prepend.no-boarder .btn:first-child {
  border: none; }

/* line 1279, ../scss/modules/_form_elements.scss */
.input-append .add-on, .input-prepend .add-on {
  position: absolute;
  background-color: #d1dade;
  color: #5E5E5E;
  text-shadow: none;
  border: #d1dade;
  border-radius: 0 2px 2px 0;
  height: 37px;
  min-width: 34px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 6px; }

/* line 1295, ../scss/modules/_form_elements.scss */
.input-append .add-on .arrow {
  background-color: transparent !important;
  position: absolute;
  left: -6px;
  color: #d1dade;
  z-index: 100;
  font-size: 26px; }
/* line 1302, ../scss/modules/_form_elements.scss */
.input-append .add-on .arrow:before {
  font-family: 'FontAwesome';
  content: "\f0d9 "; }
/* line 1310, ../scss/modules/_form_elements.scss */
.input-append.primary .add-on .arrow {
  color: #005E95; }
/* line 1317, ../scss/modules/_form_elements.scss */
.input-append.success .add-on .arrow {
  color: #00bb5c; }
/* line 1324, ../scss/modules/_form_elements.scss */
.input-append.info .add-on .arrow {
  color: #1f3853; }
/* line 1331, ../scss/modules/_form_elements.scss */
.input-append.warning .add-on .arrow {
  color: #fbb05e; }
/* line 1338, ../scss/modules/_form_elements.scss */
.input-append.danger .add-on .arrow {
  color: #f35958; }
/* line 1343, ../scss/modules/_form_elements.scss */
.input-append input[class*="span"] {
  padding-left: 16px;
  border-right: 0px;
  -webkit-border-radius: 2px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius: 2px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-radius: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }
/* line 1356, ../scss/modules/_form_elements.scss */
.input-append .form-control {
  display: inline-block; }

/* line 1361, ../scss/modules/_form_elements.scss */
.input-append.primary .add-on, .input-prepend .add-on {
  background-color: #005E95;
  color: #ffffff; }

/* line 1366, ../scss/modules/_form_elements.scss */
.input-append.success .add-on, .input-prepend .add-on {
  background-color: #00bb5c;
  color: #ffffff;
  display: inline-block;
  float: left; }

/* line 1373, ../scss/modules/_form_elements.scss */
.input-append.info .add-on, .input-prepend .add-on {
  background-color: #1f3853;
  color: #ffffff; }

/* line 1378, ../scss/modules/_form_elements.scss */
.input-append.warning .add-on, .input-prepend .add-on {
  background-color: #fbb05e;
  color: #ffffff; }

/* line 1383, ../scss/modules/_form_elements.scss */
.input-append.danger .add-on, .input-prepend .add-on {
  background-color: #f35958;
  color: #ffffff; }

/* line 1388, ../scss/modules/_form_elements.scss */
.input-focus {
  background-color: #f4f5f7 !important;
  color: #56646e !important; }

/* line 1394, ../scss/modules/_form_elements.scss */
.no-boarder .input-focus {
  border: none !important; }

/* line 1400, ../scss/modules/_form_elements.scss */
.input-prepend input[class*="span"] {
  padding-left: 16px;
  border-left: 0px;
  -webkit-border-radius: 2px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius: 2px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-radius: 2px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

/* line 1415, ../scss/modules/_form_elements.scss */
.input-with-icon {
  position: relative; }
/* line 1417, ../scss/modules/_form_elements.scss */
.input-with-icon input {
  padding-left: 32px !important; }
/* line 1420, ../scss/modules/_form_elements.scss */
.input-with-icon i {
  color: #e5e9ec;
  display: block;
  position: absolute;
  margin: 9px 2px 4px 10px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center; }
/* line 1431, ../scss/modules/_form_elements.scss */
.input-with-icon.right input {
  padding-left: 12px !important;
  padding-right: 33px !important; }
/* line 1435, ../scss/modules/_form_elements.scss */
.input-with-icon.right i {
  right: 8px;
  float: right; }

/* line 1442, ../scss/modules/_form_elements.scss */
.input-group-addon {
  border: 1px solid #E5E9EC;
  color: #9EA9B2;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 3px;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s; }
/* line 1449, ../scss/modules/_form_elements.scss */
.input-group-addon i {
  position: relative;
  top: 1px; }
/* line 1453, ../scss/modules/_form_elements.scss */
.input-group-addon.primary {
  background-color: #005E95;
  border: 1px solid #005E95;
  color: #ffffff;
  background-color: #005E95;
  border: 1px solid #005E95;
  color: #ffffff; }
/* line 1460, ../scss/modules/_form_elements.scss */
.input-group-addon.primary .arrow {
  color: #005E95; }
/* line 1464, ../scss/modules/_form_elements.scss */
.input-group-addon.success {
  background-color: #00bb5c;
  color: #ffffff; }
/* line 1467, ../scss/modules/_form_elements.scss */
.input-group-addon.success .arrow {
  color: #00bb5c; }
/* line 1471, ../scss/modules/_form_elements.scss */
.input-group-addon.info {
  background-color: #1f3853;
  color: #ffffff; }
/* line 1474, ../scss/modules/_form_elements.scss */
.input-group-addon.info .arrow {
  color: #1f3853; }
/* line 1478, ../scss/modules/_form_elements.scss */
.input-group-addon.warning {
  background-color: #fbb05e;
  color: #ffffff;
  background-color: #fbb05e;
  color: #ffffff; }
/* line 1483, ../scss/modules/_form_elements.scss */
.input-group-addon.warning .arrow {
  color: #fbb05e; }
/* line 1487, ../scss/modules/_form_elements.scss */
.input-group-addon.danger {
  background-color: #f35958;
  color: #ffffff; }
/* line 1490, ../scss/modules/_form_elements.scss */
.input-group-addon.danger .arrow {
  color: #f35958; }
/* line 1494, ../scss/modules/_form_elements.scss */
.input-group-addon .arrow {
  position: relative;
  right: -6px;
  color: #d1dade;
  z-index: 100; }
/* line 1499, ../scss/modules/_form_elements.scss */
.input-group-addon .arrow:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-size: 23px;
  position: absolute;
  left: 17px;
  top: -2px; }
/* line 1510, ../scss/modules/_form_elements.scss */
.input-group-addon:last-child .arrow:before {
  font-family: 'FontAwesome';
  content: "\f0d9";
  font-size: 23px;
  position: absolute;
  left: -23px;
  top: -2px; }
/* line 1519, ../scss/modules/_form_elements.scss */
.input-group-addon:last-child input {
  border-left: 0px; }

/* line 1526, ../scss/modules/_form_elements.scss */
.transparent .input-group-addon {
  background-color: #ffffff;
  padding: 8px 1px 10px 9px; }

/* line 1532, ../scss/modules/_form_elements.scss */
.transparent.input-group .form-control:first-child, .transparent .input-group-addon:first-child, .transparent .input-group-btn:first-child > .btn, .transparent .input-group-btn:first-child > .dropdown-toggle, .transparent .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-right: 0px;
  border-left: 1px solid #e5e9ec; }

/* line 1537, ../scss/modules/_form_elements.scss */
.transparent .input-group .form-control:last-child, .transparent .input-group-addon:last-child, .transparent .input-group-btn:last-child > .btn, .transparent .input-group-btn:last-child > .dropdown-toggle, .transparent .input-group-btn:first-child > .btn:not(:first-child) {
  padding: 6px 10px; }

/* line 1541, ../scss/modules/_form_elements.scss */
.datepicker {
  padding: 10px 16px;
  border-radius: 2px;
  font-size: 12px; }
/* line 1547, ../scss/modules/_form_elements.scss */
.datepicker thead tr .datepicker-switch {
  color: #6f7b8a;
  font-size: 13px; }
/* line 1551, ../scss/modules/_form_elements.scss */
.datepicker thead tr .prev {
  color: #0090d9;
  content: '';
  font-size: 0px; }
/* line 1555, ../scss/modules/_form_elements.scss */
.datepicker thead tr .prev:before {
  color: #0090d9;
  font-family: 'FontAwesome';
  content: "\f053";
  font-size: 13px; }
/* line 1562, ../scss/modules/_form_elements.scss */
.datepicker thead tr .next {
  color: #0090d9;
  content: '';
  font-size: 0px; }
/* line 1566, ../scss/modules/_form_elements.scss */
.datepicker thead tr .next:before {
  color: #0090d9;
  font-family: 'FontAwesome';
  content: "\f054";
  font-size: 13px; }
/* line 1573, ../scss/modules/_form_elements.scss */
.datepicker thead tr .dow {
  color: #0090d9;
  text-transform: uppercase;
  font-size: 11px; }
/* line 1582, ../scss/modules/_form_elements.scss */
.datepicker tbody tr .odd {
  color: #d0d3d8; }
/* line 1591, ../scss/modules/_form_elements.scss */
.datepicker table tr td.day:hover {
  background: #eeeeee;
  opacity: 0.65; }
/* line 1596, ../scss/modules/_form_elements.scss */
.datepicker table tr td span {
  border-radius: 4px 4px 4px 4px; }

/* line 1604, ../scss/modules/_form_elements.scss */
.datepicker th, .datepicker td {
  padding: 5.5px !important; }

/* line 1608, ../scss/modules/_form_elements.scss */
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #d0d3d8; }

/* line 1612, ../scss/modules/_form_elements.scss */
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background-image: none;
  text-shadow: none;
  font-weight: 600; }

/* line 1618, ../scss/modules/_form_elements.scss */
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background-color: #e5e9ec;
  background-image: none;
  color: #ffffff; }

/* line 1624, ../scss/modules/_form_elements.scss */
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover {
  background-color: #0090d9; }

/* line 1628, ../scss/modules/_form_elements.scss */
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-image: none;
  border: none;
  text-shadow: none; }

/* line 1634, ../scss/modules/_form_elements.scss */
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled[disabled]:hover {
  background-color: #0090d9; }

/* line 1638, ../scss/modules/_form_elements.scss */
.datepicker-inline {
  width: auto; }

/* line 1642, ../scss/modules/_form_elements.scss */
.error {
  font-size: 12px;
  color: #f35958;
  display: block; }

/* line 1649, ../scss/modules/_form_elements.scss */
.error-control input {
  border: 1px solid #f35958; }
/* line 1652, ../scss/modules/_form_elements.scss */
.error-control select {
  border: 1px solid #f35958; }
/* line 1655, ../scss/modules/_form_elements.scss */
.error-control textarea {
  border: 1px solid #f35958; }
/* line 1659, ../scss/modules/_form_elements.scss */
.error-control .select2-container .select2-choice {
  border: 1px solid #f35958; }
/* line 1665, ../scss/modules/_form_elements.scss */
.error-control.input-with-icon .select2-container .select2-choice .select2-arrow b:before {
  content: "\f12a";
  color: #f35958; }
/* line 1675, ../scss/modules/_form_elements.scss */
.error-control.input-with-icon .select2-container .select2-choice .select2-arrow b {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }
/* line 1685, ../scss/modules/_form_elements.scss */
.error-control i {
  color: #f35958; }

/* line 1691, ../scss/modules/_form_elements.scss */
.success-control input {
  border: 1px solid #0aa699; }
/* line 1694, ../scss/modules/_form_elements.scss */
.success-control select {
  border: 1px solid #0aa699; }
/* line 1697, ../scss/modules/_form_elements.scss */
.success-control textarea {
  border: 1px solid #0aa699; }
/* line 1700, ../scss/modules/_form_elements.scss */
.success-control .select2-container .select2-choice {
  border: 1px solid #0aa699; }
/* line 1706, ../scss/modules/_form_elements.scss */
.success-control.input-with-icon .select2-container .select2-choice .select2-arrow b:before {
  content: "\f00c";
  color: #0aa699; }
/* line 1716, ../scss/modules/_form_elements.scss */
.success-control.input-with-icon .select2-container .select2-choice .select2-arrow b {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }
/* line 1726, ../scss/modules/_form_elements.scss */
.success-control i {
  color: #0aa699; }

/* line 1, ../scss/modules/_portlets.scss */
.grid {
  clear: both;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px; }
/* line 7, ../scss/modules/_portlets.scss */
.grid.closed .grid-body {
  display: none;
  overflow: hidden; }
/* line 12, ../scss/modules/_portlets.scss */
.grid.box {
  padding: 0px !important; }
/* line 16, ../scss/modules/_portlets.scss */
.grid.box .form-horizontal.form-bordered .control-group {
  margin-left: -10px;
  margin-right: -10px; }
/* line 19, ../scss/modules/_portlets.scss */
.grid.box .form-horizontal.form-bordered .control-group:first-child {
  margin-top: -10px; }
/* line 25, ../scss/modules/_portlets.scss */
.grid.box .grid-title {
  padding: 8px 10px 2px 10px;
  border-bottom: 1px solid #eee;
  color: #ffffff !important;
  margin-bottom: 0px; }
/* line 32, ../scss/modules/_portlets.scss */
.grid.box .grid-title > .actions > .btn > i {
  color: #ffffff !important; }
/* line 37, ../scss/modules/_portlets.scss */
.grid.box .grid-title .tools {
  margin-top: 3px; }
/* line 39, ../scss/modules/_portlets.scss */
.grid.box .grid-title .tools a {
  background: url(../img/icon/portlet-tray.png) no-repeat;
  width: 23px;
  height: 23px; }
/* line 46, ../scss/modules/_portlets.scss */
.grid.box .grid-body {
  background-color: #ffffff;
  padding: 10px; }
/* line 50, ../scss/modules/_portlets.scss */
.grid.box.blue {
  border: 1px solid #b4cef8;
  border-top: 0; }
/* line 53, ../scss/modules/_portlets.scss */
.grid.box.blue .grid-title {
  background-color: #58acf3; }
/* line 57, ../scss/modules/_portlets.scss */
.grid.box.red {
  border: 1px solid #f35958;
  border-top: 0; }
/* line 60, ../scss/modules/_portlets.scss */
.grid.box.red .grid-title {
  background-color: #f35958; }
/* line 64, ../scss/modules/_portlets.scss */
.grid.box.yellow {
  border: 1px solid #fccb7e;
  border-top: 0; }
/* line 67, ../scss/modules/_portlets.scss */
.grid.box.yellow .grid-title {
  background-color: #ffb848; }
/* line 71, ../scss/modules/_portlets.scss */
.grid.box.green {
  border: 1px solid #0aa699;
  border-top: 0; }
/* line 74, ../scss/modules/_portlets.scss */
.grid.box.green .grid-title {
  background-color: #0aa699; }
/* line 78, ../scss/modules/_portlets.scss */
.grid.box.purple {
  border: 1px solid #af5cc1;
  border-top: 0; }
/* line 81, ../scss/modules/_portlets.scss */
.grid.box.purple .grid-title {
  background-color: #852b99; }
/* line 85, ../scss/modules/_portlets.scss */
.grid.box.grey {
  border: 1px solid #9d9c9c;
  border-top: 0; }
/* line 88, ../scss/modules/_portlets.scss */
.grid.box.grey .grid-title {
  background-color: #555555; }
/* line 92, ../scss/modules/_portlets.scss */
.grid.box.light-grey {
  border: 1px solid #eee;
  border-top: 0; }
/* line 95, ../scss/modules/_portlets.scss */
.grid.box.light-grey .grid-title {
  background-color: #aaa; }
/* line 101, ../scss/modules/_portlets.scss */
.grid .simple .form-actions {
  margin-left: -20px !important;
  margin-right: -20px !important;
  margin-bottom: -20px !important; }
/* line 108, ../scss/modules/_portlets.scss */
.grid .solid .grid-title {
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff; }
/* line 114, ../scss/modules/_portlets.scss */
.grid.solid .grid-title {
  margin-bottom: 5px;
  border: 0px;
  padding: 13px 15px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important; }
/* line 119, ../scss/modules/_portlets.scss */
.grid.solid .grid-title .tools {
  margin-top: 2px;
  border: 0px; }
/* line 123, ../scss/modules/_portlets.scss */
.grid.solid .grid-title h4 {
  color: #ffffff; }
/* line 127, ../scss/modules/_portlets.scss */
.grid.solid .grid-body {
  color: #ffffff;
  padding: 20px; }
/* line 130, ../scss/modules/_portlets.scss */
.grid.solid .grid-body h3 {
  color: #ffffff; }
/* line 135, ../scss/modules/_portlets.scss */
.grid.simple {
  padding: 0px !important; }
/* line 137, ../scss/modules/_portlets.scss */
.grid.simple .grid-title {
  padding: 14px 15px 7px 15px;
  border-bottom: 1px solid #eee;
  color: #282323 !important;
  background-color: #ffffff;
  margin-bottom: 0px;
  border: 1px solid #dddddd;
  border-bottom: 0px; }
/* line 147, ../scss/modules/_portlets.scss */
.grid.simple .grid-title > .actions > .btn > i {
  color: #ffffff !important; }
/* line 152, ../scss/modules/_portlets.scss */
.grid.simple .grid-title .tools {
  margin-top: 0px;
  position: relative; }
/* line 156, ../scss/modules/_portlets.scss */
.grid.simple .grid-title.no-border {
  border: 0px;
  border-bottom: 0px; }
/* line 161, ../scss/modules/_portlets.scss */
.grid.simple .form-actions {
  margin-right: -26px !important;
  margin-left: -26px !important;
  margin-bottom: -26px !important; }
/* line 167, ../scss/modules/_portlets.scss */
.grid.simple.transparent .grid-body {
  background-color: transparent !important;
  border: none; }
/* line 171, ../scss/modules/_portlets.scss */
.grid.simple.transparent .grid-title {
  border: none;
  border-bottom: 1px solid #D7DBE0;
  background-color: transparent; }
/* line 177, ../scss/modules/_portlets.scss */
.grid.simple .grid-body {
  background-color: #ffffff;
  padding: 26px;
  border: 1px solid #dddddd;
  color: #6f7b8a; }
/* line 182, ../scss/modules/_portlets.scss */
.grid.simple .grid-body.no-padding {
  padding: 0px; }
/* line 185, ../scss/modules/_portlets.scss */
.grid.simple .grid-body .wrap-body {
  padding: 0 26px;
  padding-top: 10px; }
/* line 189, ../scss/modules/_portlets.scss */
.grid.simple .grid-body.no-border {
  border: 0px;
  padding-top: 1px; }
/* line 193, ../scss/modules/_portlets.scss */
.grid.simple .grid-body h4 {
  color: #282323; }
/* line 196, ../scss/modules/_portlets.scss */
.grid.simple .grid-body h3 {
  color: #282323; }
/* line 199, ../scss/modules/_portlets.scss */
.grid.simple .grid-body.invoice-body {
  padding: 30px; }
/* line 201, ../scss/modules/_portlets.scss */
.grid.simple .grid-body.invoice-body .invoice-logo {
  margin-bottom: 18px; }
/* line 207, ../scss/modules/_portlets.scss */
.grid.simple.vertical.green {
  border-left: 4px solid #0aa699;
  border-top: none !important; }
/* line 211, ../scss/modules/_portlets.scss */
.grid.simple.vertical.red {
  border-left: 4px solid #f35958;
  border-top: none !important;
  border-left: 4px solid #f35958;
  border-top: none !important; }
/* line 217, ../scss/modules/_portlets.scss */
.grid.simple.vertical.purple {
  border-left: 4px solid #736086;
  border-top: none !important;
  border-left: 4px solid #736086;
  border-top: none !important; }
/* line 223, ../scss/modules/_portlets.scss */
.grid.simple.vertical.blue {
  border-left: 4px solid #0090d9;
  border-top: none !important;
  border-left: 4px solid #0090d9;
  border-top: none !important; }
/* line 232, ../scss/modules/_portlets.scss */
.grid.simple.horizontal.red .grid-title {
  border-top: 4px solid #f35958; }
/* line 237, ../scss/modules/_portlets.scss */
.grid.simple.horizontal.yellow .grid-title {
  border-top: 4px solid #ffb848; }
/* line 242, ../scss/modules/_portlets.scss */
.grid.simple.horizontal.green .grid-title {
  border-top: 4px solid #0aa699; }
/* line 247, ../scss/modules/_portlets.scss */
.grid.simple.horizontal.purple .grid-title {
  border-top: 4px solid #852b99; }
/* line 252, ../scss/modules/_portlets.scss */
.grid.simple.horizontal.grey .grid-title {
  border-top: 4px solid #555555; }
/* line 257, ../scss/modules/_portlets.scss */
.grid.simple.horizontal.light-grey .grid-title {
  border-top: 4px solid #aaa; }

/* line 265, ../scss/modules/_portlets.scss */
.grid:after, .grid:before {
  display: table; }

/* line 269, ../scss/modules/_portlets.scss */
.grid-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee; }
/* line 272, ../scss/modules/_portlets.scss */
.grid-title h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
/* line 283, ../scss/modules/_portlets.scss */
.grid-title h4 i {
  font-size: 14px;
  margin-right: 5px;
  color: #666; }
/* line 289, ../scss/modules/_portlets.scss */
.grid-title.descriptive {
  padding-left: 23px !important;
  padding-top: 20px !important; }
/* line 292, ../scss/modules/_portlets.scss */
.grid-title.descriptive .actions {
  margin-right: 14px;
  margin-top: -16px; }
/* line 295, ../scss/modules/_portlets.scss */
.grid-title.descriptive .actions a {
  color: #4c5264; }
/* line 297, ../scss/modules/_portlets.scss */
.grid-title.descriptive .actions a:hover {
  opacity: 0.5; }
/* line 301, ../scss/modules/_portlets.scss */
.grid-title.descriptive .actions i {
  font-size: 22px;
  margin-right: 10px; }
/* line 306, ../scss/modules/_portlets.scss */
.grid-title.descriptive p {
  display: inline-block;
  width: 60%;
  white-space: nowrap;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #7a7d82;
  font-size: 12px; }
/* line 317, ../scss/modules/_portlets.scss */
.grid-title.clickable {
  cursor: pointer; }
/* line 321, ../scss/modules/_portlets.scss */
.grid-title .tools > a {
  display: inline-block;
  height: 16px;
  margin-left: 5px; }
/* line 325, ../scss/modules/_portlets.scss */
.grid-title .tools > a:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .6; }
/* line 337, ../scss/modules/_portlets.scss */
.grid-title .dropdown-menu i {
  color: #000; }
/* line 342, ../scss/modules/_portlets.scss */
.grid-title .actions > .btn-group {
  margin-top: -12px; }
/* line 344, ../scss/modules/_portlets.scss */
.grid-title .actions > .btn-group > .btn {
  padding: 4px 10px;
  margin-top: -1px; }
/* line 349, ../scss/modules/_portlets.scss */
.grid-title .actions > .btn {
  padding: 4px 10px;
  margin-top: -13px; }
/* line 352, ../scss/modules/_portlets.scss */
.grid-title .actions > .btn.mini {
  margin-top: -12px;
  padding: 4px 10px; }
/* line 359, ../scss/modules/_portlets.scss */
.grid-title .pagination.pagination-small {
  float: right !important;
  display: inline-block !important;
  margin: 0px;
  margin-top: -2px; }

/* line 368, ../scss/modules/_portlets.scss */
.grid-title .tools, .grid-title .actions {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  float: right; }

/* line 377, ../scss/modules/_portlets.scss */
.grid-body {
  clear: both;
  padding: 0; }
/* line 380, ../scss/modules/_portlets.scss */
.grid-body .btn-toolbar {
  margin: 0px !important;
  padding: 0px !important; }
/* line 384, ../scss/modules/_portlets.scss */
.grid-body .slimScrollBar {
  margin-right: 0px !important; }

/* line 389, ../scss/modules/_portlets.scss */
.grid-body.light-blue, .grid.light-blue {
  background-color: #bfd5fa !important; }

/* line 393, ../scss/modules/_portlets.scss */
.grid-body.blue, .grid.blue {
  background-color: #58acf3 !important; }

/* line 397, ../scss/modules/_portlets.scss */
.grid-body.red, .grid.red {
  background-color: #f35958 !important; }

/* line 401, ../scss/modules/_portlets.scss */
.grid-body.yellow, .grid.yellow {
  background-color: #ffb848 !important; }

/* line 405, ../scss/modules/_portlets.scss */
.grid-body.green, .grid.green {
  background-color: #0aa699 !important; }

/* line 409, ../scss/modules/_portlets.scss */
.grid-body.purple, .grid.purple {
  background-color: #852b99 !important; }

/* line 413, ../scss/modules/_portlets.scss */
.grid-body.light-grey, .grid.light-grey {
  background-color: #fafafa !important; }

/* line 417, ../scss/modules/_portlets.scss */
.grid-body.dark-grey, .grid.dark-grey {
  background-color: #555555 !important; }

/* line 423, ../scss/modules/_portlets.scss */
.sortable .grid .grid-title {
  cursor: move; }

/* line 429, ../scss/modules/_portlets.scss */
.ui-sortable {
  min-height: 10px !important; }

/* line 433, ../scss/modules/_portlets.scss */
.ui-sortable-placeholder {
  border: 1px dotted black;
  visibility: visible !important;
  height: 100% !important; }
/* line 437, ../scss/modules/_portlets.scss */
.ui-sortable-placeholder * {
  visibility: hidden; }

/* line 442, ../scss/modules/_portlets.scss */
.sortable-box-placeholder {
  background-color: #f5f5f5;
  border: 1px dashed #DDDDDD;
  display: block;
  margin-top: 0px !important;
  margin-bottom: 24px !important; }
/* line 448, ../scss/modules/_portlets.scss */
.sortable-box-placeholder * {
  visibility: hidden; }

/* line 453, ../scss/modules/_portlets.scss */
.grid.simple .grid-title .tools a, .grid.solid .grid-title .tools a {
  position: relative;
  background: url(../img/icon/portlet-tray.png) no-repeat;
  transition: all 0.1s linear 0s; }

/* line 459, ../scss/modules/_portlets.scss */
.grid.simple .grid-title .tools > a.remove, .grid.solid .grid-title .tools > a.remove {
  background-position: -66px -38px;
  width: 10px;
  height: 10px;
  top: -5px; }

/* line 467, ../scss/modules/_portlets.scss */
.grid.simple .grid-title .tools > a.config, .grid.solid .grid-title .tools > a.config {
  background-position: -3px -32px;
  width: 22px;
  height: 22px; }

/* line 474, ../scss/modules/_portlets.scss */
.grid.simple .grid-title .tools > a.reload, .grid.solid .grid-title .tools > a.reload {
  background-position: -37px -38px;
  width: 12px;
  height: 10px;
  top: -5px; }

/* line 482, ../scss/modules/_portlets.scss */
.grid.simple .grid-title .tools > a.expand, .grid.solid .grid-title .tools > a.expand {
  background-position: -123px -40px;
  width: 10px;
  height: 6px;
  top: -5px; }

/* line 490, ../scss/modules/_portlets.scss */
.grid.simple .grid-title .tools > a.collapse, .grid.solid .grid-title .tools > a.collapse {
  background-position: -95px -40px;
  width: 9px;
  height: 7px;
  top: -5px; }

/* line 1, ../scss/modules/_message_notifications.scss */
.alert {
  color: #ce8f22;
  background-color: #fffcee;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  padding: 9px 19px 9px 15px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #F0DBB4;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }
/* line 12, ../scss/modules/_message_notifications.scss */
.alert .link {
  color: #ce8f22;
  font-weight: bold; }
/* line 16, ../scss/modules/_message_notifications.scss */
.alert .alert-heading {
  color: #ce8f22 !important;
  margin-bottom: 5px;
  font-weight: 600; }
/* line 21, ../scss/modules/_message_notifications.scss */
.alert .btn-small {
  position: relative;
  top: -3.5px; }
/* line 26, ../scss/modules/_message_notifications.scss */
.alert .button-set .btn {
  position: relative;
  top: 8px; }
/* line 31, ../scss/modules/_message_notifications.scss */
.alert .close {
  background: url("../img/icon/noti-cross.png") no-repeat scroll 0 0 transparent;
  background-position: -9px -10px;
  width: 10px;
  height: 9px;
  position: relative;
  opacity: 0.8;
  top: 4.5px;
  float: right;
  margin-left: 20px; }
/* line 41, ../scss/modules/_message_notifications.scss */
.alert .close:hover {
  opacity: 1; }

/* line 47, ../scss/modules/_message_notifications.scss */
.alert-success {
  color: #009249;
  background-color: #ddffe5;
  border-color: #d8ffe1; }
/* line 52, ../scss/modules/_message_notifications.scss */
.alert-success .link {
  color: #009249; }
/* line 55, ../scss/modules/_message_notifications.scss */
.alert-success .alert-heading {
  color: #009249 !important; }
/* line 58, ../scss/modules/_message_notifications.scss */
.alert-success .close {
  background-position: -38px -10px !important; }

/* line 63, ../scss/modules/_message_notifications.scss */
.alert-info {
  color: #009249;
  background-color: #ddffe5;
  border-color: #bfd4de; }
/* line 67, ../scss/modules/_message_notifications.scss */
.alert-info .link {
  color: #009249; }
/* line 70, ../scss/modules/_message_notifications.scss */
.alert-info .alert-heading {
  color: #009249 !important; }
/* line 73, ../scss/modules/_message_notifications.scss */
.alert-info .close {
  background-position: -67px -10px !important; }

/* line 78, ../scss/modules/_message_notifications.scss */
.alert-danger, .alert-error {
  color: #e76e70;
  background-color: #fff6f4;
  border-color: #f8cdcd; }

/* line 84, ../scss/modules/_message_notifications.scss */
.alert-danger .link, .alert-error .link {
  color: #e76e70; }

/* line 88, ../scss/modules/_message_notifications.scss */
.alert-danger .alert-heading, .alert-error .alert-heading {
  color: #e76e70 !important; }

/* line 92, ../scss/modules/_message_notifications.scss */
.alert-error .close, .alert .alert-danger .close {
  background-position: -95px -10px !important; }

/* line 96, ../scss/modules/_message_notifications.scss */
.alert-block {
  padding: 15px 19px 15px 17px; }

/* line 101, ../scss/modules/_message_notifications.scss */
.popover-content .notification-messages {
  padding: 15px 18px 15px; }

/* line 106, ../scss/modules/_message_notifications.scss */
.notification-messages {
  font-family: "Arial";
  background-color: #eef9f8;
  padding: 15px 18px 10px;
  display: block;
  color: #8b91a0;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
/* line 116, ../scss/modules/_message_notifications.scss */
.notification-messages.success {
  background-color: #eef9f8; }
/* line 118, ../scss/modules/_message_notifications.scss */
.notification-messages.success:hover {
  background-color: #d9edf1;
  cursor: pointer; }
/* line 123, ../scss/modules/_message_notifications.scss */
.notification-messages.success .iconholder i {
  color: #f35958; }
/* line 128, ../scss/modules/_message_notifications.scss */
.notification-messages.danger {
  background-color: #fef2f2; }
/* line 130, ../scss/modules/_message_notifications.scss */
.notification-messages.danger:hover {
  background-color: #fae1e1;
  cursor: pointer; }
/* line 135, ../scss/modules/_message_notifications.scss */
.notification-messages.danger .iconholder i {
  color: #f35958; }
/* line 140, ../scss/modules/_message_notifications.scss */
.notification-messages.info {
  background-color: #edf7fc; }
/* line 142, ../scss/modules/_message_notifications.scss */
.notification-messages.info:hover {
  background-color: #d8ebf4;
  cursor: pointer; }
/* line 147, ../scss/modules/_message_notifications.scss */
.notification-messages.info .iconholder i {
  color: #f35958; }
/* line 152, ../scss/modules/_message_notifications.scss */
.notification-messages .message-wrapper {
  display: inline-block;
  width: 70%;
  height: 43px;
  float: left; }
/* line 157, ../scss/modules/_message_notifications.scss */
.notification-messages .message-wrapper .heading {
  display: block;
  float: left;
  text-align: left;
  color: #1b1e24;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  width: 100%;
  margin: 0;
  line-height: 19px;
  font-weight: 600; }
/* line 172, ../scss/modules/_message_notifications.scss */
.notification-messages .message-wrapper .description {
  display: block;
  float: left;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  font-size: 11px;
  width: 100%;
  line-height: 19px; }
/* line 185, ../scss/modules/_message_notifications.scss */
.notification-messages .date {
  display: inline-block;
  font-size: 11px;
  line-height: 15px;
  font-style: italic;
  opacity: 0.4; }
/* line 192, ../scss/modules/_message_notifications.scss */
.notification-messages .user-profile {
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  float: left;
  height: 35px;
  overflow: hidden;
  width: 35px;
  margin-right: 10px;
  margin-top: 2px; }
/* line 202, ../scss/modules/_message_notifications.scss */
.notification-messages .iconholder {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 5px; }
/* line 207, ../scss/modules/_message_notifications.scss */
.notification-messages .iconholder i {
  font-size: 28px; }

/* line 213, ../scss/modules/_message_notifications.scss */
.tooltip-inner {
  padding: 6px 9px; }

/* line 217, ../scss/modules/_message_notifications.scss */
.progress {
  height: 12px;
  background-color: #e9ecee;
  background-image: none;
  box-shadow: none; }
/* line 222, ../scss/modules/_message_notifications.scss */
.progress.no-radius {
  border-radius: 0px; }
/* line 224, ../scss/modules/_message_notifications.scss */
.progress.no-radius .progress-bar {
  border-radius: 0px; }
/* line 228, ../scss/modules/_message_notifications.scss */
.progress.transparent {
  background-color: rgba(0, 0, 0, 0.28); }
/* line 231, ../scss/modules/_message_notifications.scss */
.progress.progress-small {
  height: 4px; }
/* line 234, ../scss/modules/_message_notifications.scss */
.progress.progress-large {
  height: 20px; }

/* line 239, ../scss/modules/_message_notifications.scss */
.progress-bar {
  box-shadow: none;
  border-radius: 3px;
  background-color: #0090D9;
  background-image: none;
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  float: left; }

/* line 252, ../scss/modules/_message_notifications.scss */
.progress-bar-success {
  background-color: #005E95;
  background-image: none; }

/* line 257, ../scss/modules/_message_notifications.scss */
.progress-bar-info {
  background-color: #00bb5c;
  background-image: none; }

/* line 262, ../scss/modules/_message_notifications.scss */
.progress-bar-warning {
  background-color: #fdd01c;
  background-image: none; }

/* line 267, ../scss/modules/_message_notifications.scss */
.progress-bar-danger {
  background-color: #f35958;
  background-image: none; }

/* line 272, ../scss/modules/_message_notifications.scss */
.progress-bar-white {
  background-color: #ffffff;
  background-image: none; }

/* line 277, ../scss/modules/_message_notifications.scss */
.progress-bar-black {
  background-color: #1b1e24;
  background-image: none; }

/* line 282, ../scss/modules/_message_notifications.scss */
.progress-info .bar, .progress .bar-info {
  background-color: #1f3853;
  background-image: none; }

/* line 287, ../scss/modules/_message_notifications.scss */
.progress-warning .bar, .progress .bar-warning {
  background-color: #fdd01c;
  background-image: none; }

/* line 292, ../scss/modules/_message_notifications.scss */
.progress-danger .bar, .progress .bar-danger {
  background-color: #f35958;
  background-image: none; }

/* line 297, ../scss/modules/_message_notifications.scss */
.progress-white .bar, .progress .bar-white {
  background-color: #ffffff;
  background-image: none; }

/* line 302, ../scss/modules/_message_notifications.scss */
.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #00bb5c; }

/* line 306, ../scss/modules/_message_notifications.scss */
.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #1f3853; }

/* line 310, ../scss/modules/_message_notifications.scss */
.details-status-single {
  display: inline-block;
  background-color: #e5e9ec;
  color: #5c6370;
  font-size: 11px;
  padding: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 321, ../scss/modules/_message_notifications.scss */
.label {
  padding: 3px 9px;
  font-size: 11px;
  text-shadow: none;
  background-color: #d1dade;
  font-family: "Open Sans";
  font-weight: 600;
  color: #5E5E5E; }

/* line 331, ../scss/modules/_message_notifications.scss */
.badge {
  text-shadow: none;
  font-family: "Open Sans";
  font-weight: 600;
  background-color: #d1dade;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 4px;
  color: #5E5E5E; }

/* line 343, ../scss/modules/_message_notifications.scss */
.label-primary, .badge-primary {
  background-color: #00bb5c;
  color: #ffffff; }

/* line 348, ../scss/modules/_message_notifications.scss */
.label-success, .badge-success {
  background-color: #005E95;
  color: #ffffff; }

/* line 353, ../scss/modules/_message_notifications.scss */
.label-warning, .badge-warning {
  background-color: #fdd01c;
  color: #ffffff; }

/* line 358, ../scss/modules/_message_notifications.scss */
.label-important, .badge-important {
  background-color: #f35958;
  color: #ffffff; }

/* line 363, ../scss/modules/_message_notifications.scss */
.label-danger, .badge-danger {
  background-color: #f35958;
  color: #ffffff; }

/* line 368, ../scss/modules/_message_notifications.scss */
.label-info, .badge-info {
  background-color: #1f3853;
  color: #ffffff; }

/* line 373, ../scss/modules/_message_notifications.scss */
.label-inverse, .badge-inverse {
  background-color: #005229;
  color: #ffffff; }

/* line 378, ../scss/modules/_message_notifications.scss */
.label-white, .badge-white {
  background-color: #ffffff;
  color: #5E5E5E; }

/* line 383, ../scss/modules/_message_notifications.scss */
.label-white, .badge-disable {
  background-color: #2a2e36;
  color: #8b91a0; }

/* line 388, ../scss/modules/_message_notifications.scss */
.popover {
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  max-width: 350px; }
/* line 396, ../scss/modules/_message_notifications.scss */
.popover.right .arrow {
  border-right-color: rgba(0, 0, 0, 0.08); }
/* line 401, ../scss/modules/_message_notifications.scss */
.popover.left .arrow {
  border-right-color: rgba(0, 0, 0, 0.08); }
/* line 406, ../scss/modules/_message_notifications.scss */
.popover.top .arrow {
  border-right-color: rgba(0, 0, 0, 0.08); }
/* line 412, ../scss/modules/_message_notifications.scss */
.popover.bottom .arrow:after {
  top: 0;
  margin-left: -11px; }
/* line 419, ../scss/modules/_message_notifications.scss */
.popover .arrow:after {
  border-width: 11px; }

/* line 425, ../scss/modules/_message_notifications.scss */
.popover-title {
  background-color: #ffffff;
  margin: 0 5px;
  font-weight: bold;
  color: #505458 !important;
  text-align: center; }

/* line 433, ../scss/modules/_message_notifications.scss */
.modal {
  border-radius: 3px; }

/* line 437, ../scss/modules/_message_notifications.scss */
.modal-header {
  text-align: center; }
/* line 439, ../scss/modules/_message_notifications.scss */
.modal-header p {
  color: #8b91a0; }

/* line 444, ../scss/modules/_message_notifications.scss */
.modal-body, .form-body {
  background-color: #e5e9ec; }

/* line 448, ../scss/modules/_message_notifications.scss */
.modal-footer {
  border-top: none;
  box-shadow: none;
  background-color: #F3F5F6;
  margin-top: 0;
  text-align: right; }

/* line 457, ../scss/modules/_message_notifications.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

/* line 1, ../scss/modules/_tiles.scss */
.tiles-container {
  margin-left: 0px;
  margin-right: 0px; }

/* line 6, ../scss/modules/_tiles.scss */
.tiles {
  background-color: #bcbcbc;
  color: #ffffff;
  position: relative; }
/* line 10, ../scss/modules/_tiles.scss */
.tiles.overflow-hidden {
  overflow: hidden; }
/* line 13, ../scss/modules/_tiles.scss */
.tiles.full-height {
  height: 100%; }
/* line 16, ../scss/modules/_tiles.scss */
.tiles.added-margin {
  margin-right: -10px; }
/* line 19, ../scss/modules/_tiles.scss */
.tiles.no-margin {
  margin-right: 0; }
/* line 22, ../scss/modules/_tiles.scss */
.tiles.margin-reset {
  margin-left: 37px; }
/* line 25, ../scss/modules/_tiles.scss */
.tiles .tiles-title {
  font-size: 10.5px;
  font-family: "Open Sans";
  letter-spacing: 0.5px;
  font-weight: 600; }
/* line 31, ../scss/modules/_tiles.scss */
.tiles .tiles-body {
  padding: 19px 18px 15px 24px; }
/* line 34, ../scss/modules/_tiles.scss */
.tiles .controller {
  position: relative;
  display: inline-block;
  float: right; }
/* line 38, ../scss/modules/_tiles.scss */
.tiles .controller a {
  position: relative;
  background: url("../img/icon/portlet-tray.png") no-repeat;
  transition: all 0.1s linear 0s;
  display: inline-block; }
/* line 43, ../scss/modules/_tiles.scss */
.tiles .controller a.remove {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px; }
/* line 49, ../scss/modules/_tiles.scss */
.tiles .controller a.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px; }
/* line 54, ../scss/modules/_tiles.scss */
.tiles .controller a.reload {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px; }
/* line 60, ../scss/modules/_tiles.scss */
.tiles .controller a.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px; }
/* line 67, ../scss/modules/_tiles.scss */
.tiles .controller a:hover.collapse {
  background-position: -95px -40px;
  height: 7px;
  top: -5px;
  width: 9px;
  background-position: -95px -40px;
  height: 7px;
  top: -5px;
  width: 9px; }
/* line 77, ../scss/modules/_tiles.scss */
.tiles .controller a:hover.remove {
  background-position: -66px -9px;
  height: 10px;
  top: -5px;
  width: 10px; }
/* line 83, ../scss/modules/_tiles.scss */
.tiles .controller a:hover.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px; }
/* line 88, ../scss/modules/_tiles.scss */
.tiles .controller a:hover.reload {
  background-position: -38px -9px;
  height: 10px;
  top: -5px;
  width: 12px; }
/* line 94, ../scss/modules/_tiles.scss */
.tiles .controller a:hover.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px; }
/* line 103, ../scss/modules/_tiles.scss */
.tiles.white {
  background-color: #ffffff;
  color: #8b91a0; }
/* line 109, ../scss/modules/_tiles.scss */
.tiles.white .controller a.remove:hover {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
  opacity: 0.6; }
/* line 118, ../scss/modules/_tiles.scss */
.tiles.white .controller a.config:hover {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
  opacity: 0.6; }
/* line 126, ../scss/modules/_tiles.scss */
.tiles.white .controller a.reload:hover {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
  opacity: 0.6; }
/* line 135, ../scss/modules/_tiles.scss */
.tiles.white .controller a.expand:hover {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
  opacity: 0.6; }
/* line 145, ../scss/modules/_tiles.scss */
.tiles.white > .tile-footer {
  background-color: #eceff1;
  color: #d1d3d9;
  font-size: 13px;
  padding: 8px 15px; }
/* line 151, ../scss/modules/_tiles.scss */
.tiles.white.borderall {
  border: 1px solid #e5e9ec; }
/* line 154, ../scss/modules/_tiles.scss */
.tiles.white.border-left {
  border-left: 1px solid #e5e9ec; }
/* line 157, ../scss/modules/_tiles.scss */
.tiles.white.border-right {
  border-right: 1px solid #e5e9ec; }
/* line 160, ../scss/modules/_tiles.scss */
.tiles.white.border-top {
  border-top: 1px solid #e5e9ec; }
/* line 163, ../scss/modules/_tiles.scss */
.tiles.white.border-bottom {
  border-bottom: 1px solid #e5e9ec; }
/* line 166, ../scss/modules/_tiles.scss */
.tiles.white hr {
  margin: 10px 0px;
  height: 1px;
  border: none;
  background-color: #f2f3f5; }
/* line 172, ../scss/modules/_tiles.scss */
.tiles.white label {
  color: #9aa0ad; }
/* line 176, ../scss/modules/_tiles.scss */
.tiles.white > .tiles-body > .heading {
  color: #000; }
/* line 181, ../scss/modules/_tiles.scss */
.tiles.white .tiles-body > .description {
  color: #8b91a0; }
/* line 186, ../scss/modules/_tiles.scss */
.tiles .settings-box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 4px; }
/* line 192, ../scss/modules/_tiles.scss */
.tiles .heading {
  font-size: 25px;
  display: block;
  font-family: "Open Sans";
  font-weight: 600;
  margin: 4px 0px; }
/* line 198, ../scss/modules/_tiles.scss */
.tiles .heading .icon-grid {
  top: 1px;
  font-size: 31px;
  position: relative; }
/* line 204, ../scss/modules/_tiles.scss */
.tiles p {
  margin: 0 0 5px; }
/* line 207, ../scss/modules/_tiles.scss */
.tiles hr {
  margin: 10px 0px;
  height: 1px;
  border: none;
  background-color: #2b3038; }
/* line 213, ../scss/modules/_tiles.scss */
.tiles .tiles-body-overlay {
  position: absolute;
  z-index: 100;
  padding: 19px 18px 17px 24px;
  width: auto; }
/* line 219, ../scss/modules/_tiles.scss */
.tiles .progress {
  width: 70%;
  margin-bottom: 15px; }
/* line 223, ../scss/modules/_tiles.scss */
.tiles .iconplaceholder {
  background-color: rgba(0, 0, 0, 0.28); }
/* line 225, ../scss/modules/_tiles.scss */
.tiles .iconplaceholder i {
  color: #ffffff; }
/* line 230, ../scss/modules/_tiles.scss */
.tiles > .tiles-body > .description {
  font-size: 12px;
  display: block;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased; }
/* line 240, ../scss/modules/_tiles.scss */
.tiles .description i {
  font-size: 21px;
  color: #ffffff; }
/* line 244, ../scss/modules/_tiles.scss */
.tiles .description .mini-description {
  position: relative;
  top: -5px; }
/* line 249, ../scss/modules/_tiles.scss */
.tiles label {
  color: #ffffff; }
/* line 252, ../scss/modules/_tiles.scss */
.tiles.red {
  background-color: #f35958; }
/* line 254, ../scss/modules/_tiles.scss */
.tiles.red .button {
  background: #bf3938;
  color: #f7bebe; }
/* line 259, ../scss/modules/_tiles.scss */
.tiles.purple {
  background-color: #735f87; }
/* line 261, ../scss/modules/_tiles.scss */
.tiles.purple .button {
  background: #736086;
  color: #d7d5d7; }
/* line 266, ../scss/modules/_tiles.scss */
.tiles.blue {
  background-color: #0090d9; }
/* line 269, ../scss/modules/_tiles.scss */
.tiles.green {
  background-color: #0aa699; }
/* line 272, ../scss/modules/_tiles.scss */
.tiles.black {
  background-color: #22262E; }
/* line 274, ../scss/modules/_tiles.scss */
.tiles.black .blend {
  color: #8b91a0; }
/* line 277, ../scss/modules/_tiles.scss */
.tiles.black input {
  background-color: rgba(0, 0, 0, 0.35);
  border: 0; }
/* line 282, ../scss/modules/_tiles.scss */
.tiles.dark-blue {
  background-color: #365d98; }
/* line 285, ../scss/modules/_tiles.scss */
.tiles.light-blue {
  background-color: #00abea; }
/* line 288, ../scss/modules/_tiles.scss */
.tiles.light-red {
  background-color: #f96773; }
/* line 291, ../scss/modules/_tiles.scss */
.tiles.grey {
  background-color: #e9ecee; }
/* line 294, ../scss/modules/_tiles.scss */
.tiles.gradient-grey {
  background: -moz-linear-gradient(top, transparent 0%, rgba(131, 131, 131, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(131, 131, 131, 0.65)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(131, 131, 131, 0.65) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(131, 131, 131, 0.65) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(131, 131, 131, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%); }
/* line 302, ../scss/modules/_tiles.scss */
.tiles.gradient-black {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); }
/* line 318, ../scss/modules/_tiles.scss */
.tiles .blend {
  color: rgba(0, 0, 0, 0.42); }
/* line 321, ../scss/modules/_tiles.scss */
.tiles .button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 12px; }

/* line 329, ../scss/modules/_tiles.scss */
.tile-more-content {
  background-color: #ffffff; }
/* line 331, ../scss/modules/_tiles.scss */
.tile-more-content .tiles-body {
  padding: 19px 18px 17px 24px; }

/* line 336, ../scss/modules/_tiles.scss */
.row-fluid.side-content .tiles, .row-fluid .tile-content {
  margin: 0; }

/* line 340, ../scss/modules/_tiles.scss */
.tile-footer {
  background-color: rgba(0, 0, 0, 0.28);
  color: #ffffff;
  font-size: 13px;
  padding: 8px 15px; }

/* line 347, ../scss/modules/_tiles.scss */
.chart-wrapper {
  padding-top: 40px; }

/* line 351, ../scss/modules/_tiles.scss */
.tiles.red .settings-box, .tiles.red .button {
  background: #bf3938;
  color: #f35958; }

/* line 356, ../scss/modules/_tiles.scss */
.tiles.purple .settings-box, .tiles.red .button {
  background: #08897e;
  color: transparent; }

/* line 361, ../scss/modules/_tiles.scss */
.tiles-chart {
  position: relative; }
/* line 363, ../scss/modules/_tiles.scss */
.tiles-chart .tiles-body {
  position: absolute;
  z-index: 100;
  padding: 19px 18px 17px 24px; }
/* line 367, ../scss/modules/_tiles.scss */
.tiles-chart .tiles-body .heading {
  color: #005E95; }
/* line 371, ../scss/modules/_tiles.scss */
.tiles-chart .controller {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100; }

/* line 379, ../scss/modules/_tiles.scss */
.tiles-overlay {
  width: 100%;
  height: 100%; }
/* line 382, ../scss/modules/_tiles.scss */
.tiles-overlay.auto {
  width: auto;
  height: auto; }
/* line 386, ../scss/modules/_tiles.scss */
.tiles-overlay.green {
  background-color: rgba(10, 166, 153, 0.8); }
/* line 389, ../scss/modules/_tiles.scss */
.tiles-overlay.blue {
  background-color: rgba(0, 144, 217, 0.8); }

/* line 394, ../scss/modules/_tiles.scss */
.widget-item {
  position: relative; }
/* line 396, ../scss/modules/_tiles.scss */
.widget-item.narrow-margin {
  margin-right: -10px; }
/* line 399, ../scss/modules/_tiles.scss */
.widget-item .controller {
  position: absolute;
  display: block;
  z-index: 100; }
/* line 403, ../scss/modules/_tiles.scss */
.widget-item .controller.right {
  right: 20px;
  top: 20px; }
/* line 407, ../scss/modules/_tiles.scss */
.widget-item .controller.left {
  left: 10px;
  top: 10px; }
/* line 411, ../scss/modules/_tiles.scss */
.widget-item .controller a {
  position: relative;
  background: url("../img/icon/portlet-tray.png") no-repeat;
  transition: all 0.1s linear 0s;
  display: inline-block; }
/* line 416, ../scss/modules/_tiles.scss */
.widget-item .controller a.remove {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px; }
/* line 422, ../scss/modules/_tiles.scss */
.widget-item .controller a.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px; }
/* line 427, ../scss/modules/_tiles.scss */
.widget-item .controller a.reload {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px; }
/* line 433, ../scss/modules/_tiles.scss */
.widget-item .controller a.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px; }
/* line 440, ../scss/modules/_tiles.scss */
.widget-item .controller a:hover.collapse {
  background-position: -95px -40px;
  height: 7px;
  top: -5px;
  width: 9px; }
/* line 453, ../scss/modules/_tiles.scss */
.widget-item.white .controller a.remove:hover {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
  opacity: 0.6; }
/* line 462, ../scss/modules/_tiles.scss */
.widget-item.white .controller a.config:hover {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
  opacity: 0.6; }
/* line 470, ../scss/modules/_tiles.scss */
.widget-item.white .controller a.reload:hover {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
  opacity: 0.6; }

/* line 483, ../scss/modules/_tiles.scss */
.widget-item .controller a:hover.remove, .widget-item .controller a:hover.config, .widget-item .controller a:hover.reload, .widget-item .controller a:hover.expand, .widget-item .controller a:hover.collapse {
  opacity: 0.50; }

/* line 487, ../scss/modules/_tiles.scss */
.widget {
  display: block;
  margin-right: -10px; }
/* line 490, ../scss/modules/_tiles.scss */
.widget .widget-title {
  display: block;
  padding: 10px;
  padding-bottom: 14px;
  background-color: #ffffff;
  color: #e5e9ec;
  text-align: center;
  font-weight: bold; }
/* line 498, ../scss/modules/_tiles.scss */
.widget .widget-title.dark {
  background-color: #1b1e24;
  color: #ffffff; }
/* line 503, ../scss/modules/_tiles.scss */
.widget .widget-title.dark .controller a.remove {
  background-position: -66px -9px;
  height: 10px;
  top: -5px;
  width: 10px; }
/* line 509, ../scss/modules/_tiles.scss */
.widget .widget-title.dark .controller a.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px; }
/* line 514, ../scss/modules/_tiles.scss */
.widget .widget-title.dark .controller a.reload {
  background-position: -38px -9px;
  height: 10px;
  top: -5px;
  width: 12px; }
/* line 523, ../scss/modules/_tiles.scss */
.widget .widget-title.blue {
  background-color: #0090D9;
  color: #ffffff; }
/* line 527, ../scss/modules/_tiles.scss */
.widget .widget-title.red {
  background-color: #F35958;
  color: #ffffff; }
/* line 531, ../scss/modules/_tiles.scss */
.widget .widget-title.green {
  background-color: #0aa699;
  color: #ffffff; }
/* line 535, ../scss/modules/_tiles.scss */
.widget .widget-title.purple {
  background-color: #736086;
  color: #ffffff; }
/* line 540, ../scss/modules/_tiles.scss */
.widget .widget-body {
  display: block;
  background-color: #ffffff;
  padding: 15px 25px; }
/* line 545, ../scss/modules/_tiles.scss */
.widget .controller {
  position: relative;
  display: inline-block;
  float: right;
  top: 6px;
  margin-right: 8px; }
/* line 551, ../scss/modules/_tiles.scss */
.widget .controller a {
  position: relative;
  background: url("../img/icon/portlet-tray.png") no-repeat;
  transition: all 0.1s linear 0s;
  display: inline-block; }
/* line 556, ../scss/modules/_tiles.scss */
.widget .controller a.remove {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px; }
/* line 562, ../scss/modules/_tiles.scss */
.widget .controller a.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px; }
/* line 567, ../scss/modules/_tiles.scss */
.widget .controller a.reload {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px; }
/* line 573, ../scss/modules/_tiles.scss */
.widget .controller a.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px; }
/* line 580, ../scss/modules/_tiles.scss */
.widget .controller a:hover.collapse {
  background-position: -95px -40px;
  height: 7px;
  top: -5px;
  width: 9px;
  background-position: -95px -40px;
  height: 7px;
  top: -5px;
  width: 9px; }
/* line 590, ../scss/modules/_tiles.scss */
.widget .controller a:hover.remove {
  background-position: -66px -9px;
  height: 10px;
  top: -5px;
  width: 10px; }
/* line 596, ../scss/modules/_tiles.scss */
.widget .controller a:hover.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px; }
/* line 601, ../scss/modules/_tiles.scss */
.widget .controller a:hover.reload {
  background-position: -38px -9px;
  height: 10px;
  top: -5px;
  width: 12px; }
/* line 607, ../scss/modules/_tiles.scss */
.widget .controller a:hover.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px; }

/* line 618, ../scss/modules/_tiles.scss */
.widget .widget-title.dark .controller a.reload:hover, .widget .widget-title.dark .controller a.remove:hover {
  opacity: 0.5; }

/* line 622, ../scss/modules/_tiles.scss */
.weather-widget {
  overflow: hidden; }
/* line 624, ../scss/modules/_tiles.scss */
.weather-widget .big-icon {
  width: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 23px;
  margin-bottom: 8px; }
/* line 631, ../scss/modules/_tiles.scss */
.weather-widget .small-text-description {
  position: relative;
  top: -9px; }

/* line 637, ../scss/modules/_tiles.scss */
.weather-widget-big-text {
  font-size: 54px !important; }

/* line 641, ../scss/modules/_tiles.scss */
.widget-stats {
  padding-left: 0;
  display: inline-block; }
/* line 644, ../scss/modules/_tiles.scss */
.widget-stats .wrapper {
  margin: 5px 0 5px 0;
  border-right: 1px solid #363a41;
  margin-right: 7px;
  padding-right: 7px; }
/* line 649, ../scss/modules/_tiles.scss */
.widget-stats .wrapper.transparent {
  border-right: 1px solid rgba(0, 0, 0, 0.2); }
/* line 652, ../scss/modules/_tiles.scss */
.widget-stats .wrapper.last {
  border: 0; }
/* line 656, ../scss/modules/_tiles.scss */
.widget-stats .item-title {
  font-size: 12px; }
/* line 659, ../scss/modules/_tiles.scss */
.widget-stats .item-count {
  font-size: 15px;
  color: #ffffff;
  display: block;
  font-weight: bold; }

/* line 667, ../scss/modules/_tiles.scss */
.market-share-widget-innerscroller {
  height: calc(100% - 110px); }

/* line 672, ../scss/modules/_tiles.scss */
.sales-graph-heading {
  padding-left: 45px;
  padding-top: 35px; }

/* Metro JS */
/* line 678, ../scss/modules/_tiles.scss */
.live-tile, .list-tile, .copy-tile {
  height: 100%; }

/* line 682, ../scss/modules/_tiles.scss */
.live-tile, .list-tile, .copy-tile, .tile-strip .flip-list > li {
  margin: 0;
  width: 100%; }

/* line 687, ../scss/modules/_tiles.scss */
.live-tile p, .list-tile p, .copy-tile p {
  padding: 0; }

/* line 691, ../scss/modules/_tiles.scss */
h4.custom-line-height {
  line-height: 25px; }

/* line 695, ../scss/modules/_tiles.scss */
.hover-effect-img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

/* line 700, ../scss/modules/_tiles.scss */
.tiles:hover .hover-effect-img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  filter: contrast(130%);
  -webkit-filter: contrast(130%); }

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 711, ../scss/modules/_tiles.scss */
  .tiles.adjust-text p {
    font-size: 10px; }

  /* line 715, ../scss/modules/_tiles.scss */
  .tiles.adjust-text h3 {
    font-size: 20px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 721, ../scss/modules/_tiles.scss */
  .tiles.adjust-text p {
    font-size: 14px; } }
/* line 1, ../scss/modules/_buttons.scss */
.btn {
  display: inline-block;
  padding: 9px 12px;
  padding-top: 7px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #5e5e5e;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #d1dade;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-image: none !important;
  border: none;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.12s linear 0s !important;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; }
/* line 22, ../scss/modules/_buttons.scss */
.btn:focus {
  outline: none; }
/* line 25, ../scss/modules/_buttons.scss */
.btn .caret {
  margin-left: 3px; }
/* line 27, ../scss/modules/_buttons.scss */
.btn .caret.single {
  margin-left: 0px; }

/* line 33, ../scss/modules/_buttons.scss */
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  background-color: #989d9f; }

/* line 37, ../scss/modules/_buttons.scss */
.btn-cons {
  margin-right: 5px;
  min-width: 120px;
  margin-bottom: 8px; }

/* line 43, ../scss/modules/_buttons.scss */
.btn-demo-space {
  margin-bottom: 8px; }

/* line 47, ../scss/modules/_buttons.scss */
.demo-placeholder {
  width: 100%;
  height: 250px; }

/* line 52, ../scss/modules/_buttons.scss */
.btn-social {
  font-size: 20px;
  margin: 10px; }

/* line 57, ../scss/modules/_buttons.scss */
.btn-social:hover, .btn-social:focus, .btn-social:active, .btn-social.active, .btn-social.disabled, .btn-social[disabled] {
  color: #2d8ebf;
  text-decoration: none; }

/* line 62, ../scss/modules/_buttons.scss */
.btn-primary {
  color: #ffffff;
  background-color: #005E95; }

/* line 67, ../scss/modules/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #386782; }

/* line 71, ../scss/modules/_buttons.scss */
.btn-success {
  color: #ffffff;
  background-color: #00bb5c; }

/* line 76, ../scss/modules/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  background-color: #389566; }

/* line 80, ../scss/modules/_buttons.scss */
.btn-info {
  color: #ffffff;
  background-color: #1f3853; }

/* line 85, ../scss/modules/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-color: #475461; }

/* line 89, ../scss/modules/_buttons.scss */
.btn-warning {
  color: #ffffff;
  background-color: #fbb05e; }

/* line 94, ../scss/modules/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  background-color: #b59067; }

/* line 98, ../scss/modules/_buttons.scss */
.btn-danger {
  color: #ffffff;
  background-color: #f35958; }

/* line 103, ../scss/modules/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  background-color: #b16464; }

/* line 107, ../scss/modules/_buttons.scss */
.btn-danger-dark {
  color: #ffffff;
  background-color: #b94141; }

/* line 112, ../scss/modules/_buttons.scss */
.btn-danger-dark:hover, .btn-danger-dark:focus, .btn-danger-dark:active, .btn-danger-dark.active, .btn-danger-dark.disabled, .btn-danger-dark[disabled] {
  background-color: #e94847;
  color: #ffffff; }

/* line 117, ../scss/modules/_buttons.scss */
.btn-dark {
  color: #ffffff;
  background-color: #1B1E24; }

/* line 122, ../scss/modules/_buttons.scss */
.btn-white {
  color: #5e5e5e;
  background-color: #ffffff;
  border: 1px solid #e5e9ec; }

/* line 128, ../scss/modules/_buttons.scss */
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.disabled, .btn-white[disabled] {
  background-color: #fbfcfd;
  border: 1px solid #b4b9be; }

/* line 133, ../scss/modules/_buttons.scss */
.btn-link {
  color: #5e5e5e;
  background-color: transparent;
  border: none; }

/* line 139, ../scss/modules/_buttons.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 147, ../scss/modules/_buttons.scss */
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] {
  background-color: transparent; }

/* line 151, ../scss/modules/_buttons.scss */
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
  margin-top: 4px; }

/* line 155, ../scss/modules/_buttons.scss */
.btn-small {
  padding: 3px 12px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 163, ../scss/modules/_buttons.scss */
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
  margin-top: 0; }

/* line 167, ../scss/modules/_buttons.scss */
.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
  margin-top: -1px; }

/* line 171, ../scss/modules/_buttons.scss */
.btn-mini {
  padding: 2px 9px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 179, ../scss/modules/_buttons.scss */
.btn-not {
  max-width: 148px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

/* line 189, ../scss/modules/_buttons.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6; }
/* line 194, ../scss/modules/_buttons.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #005E95; }
/* line 199, ../scss/modules/_buttons.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #fbb05e; }
/* line 204, ../scss/modules/_buttons.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #f35958; }
/* line 209, ../scss/modules/_buttons.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #00bb5c; }
/* line 214, ../scss/modules/_buttons.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #1f3853; }
/* line 219, ../scss/modules/_buttons.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222; }
/* line 224, ../scss/modules/_buttons.scss */
.btn-group.open .btn-white.dropdown-toggle {
  background-color: #fbfcfd; }
/* line 230, ../scss/modules/_buttons.scss */
.btn-group > .btn + .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-left: 1px #f7f7f7 solid;
  padding-right: 10px;
  border-left: 1px solid #E5E9EC; }
/* line 239, ../scss/modules/_buttons.scss */
.btn-group > .btn.btn-mini + .dropdown-toggle {
  padding-right: 8px; }
/* line 244, ../scss/modules/_buttons.scss */
.btn-group > .dropdown-menu {
  font-size: 13px; }
/* line 246, ../scss/modules/_buttons.scss */
.btn-group > .dropdown-menu li {
  padding-left: 0px; }

/* line 253, ../scss/modules/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 8px; }

/* line 258, ../scss/modules/_buttons.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.2);
  box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.2);
  border: none;
  border-radius: 3px;
  padding: 0px;
  font-size: 13px; }
/* line 274, ../scss/modules/_buttons.scss */
.dropdown-menu .divider {
  background-color: #eaedf0;
  height: 1px;
  margin: 3px 0;
  border-bottom: 0px; }
/* line 281, ../scss/modules/_buttons.scss */
.dropdown-menu > li > a {
  line-height: 25px;
  color: #2a2e36;
  margin: 4px;
  border-radius: 3px;
  text-align: left; }
/* line 289, ../scss/modules/_buttons.scss */
.dropdown-menu li {
  padding-left: 0px; }

/* line 294, ../scss/modules/_buttons.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  color: #1b1e24;
  text-decoration: none;
  background-color: #eff2f3;
  background-image: none; }

/* line 301, ../scss/modules/_buttons.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #1b1e24;
  text-decoration: none;
  background-color: #eff2f3;
  background-image: none; }

/* line 308, ../scss/modules/_buttons.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999; }

/* line 312, ../scss/modules/_buttons.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none; }

/* line 319, ../scss/modules/_buttons.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
  z-index: 0; }

/* line 323, ../scss/modules/_buttons.scss */
.btn-group > .btn.btn-white:hover, .btn-group > .btn.btn-white:focus, .btn-group > .btn.btn-white:active, .btn-group > .btn.btn-white.active {
  border: 1px solid #E5E9EC; }

/* line 327, ../scss/modules/_buttons.scss */
code, pre {
  border: none; }

/* line 331, ../scss/modules/_buttons.scss */
code {
  background-color: #f3f6f9; }
/* line 333, ../scss/modules/_buttons.scss */
code:hover {
  background-color: #e8edf3; }

/* line 338, ../scss/modules/_buttons.scss */
.single-colored-widget {
  height: auto; }
/* line 340, ../scss/modules/_buttons.scss */
.single-colored-widget h3 {
  font-size: 22px;
  line-height: 32.5px; }
/* line 344, ../scss/modules/_buttons.scss */
.single-colored-widget .heading {
  padding: 8px 15px;
  padding-bottom: 4px;
  background-color: #ffffff; }
/* line 348, ../scss/modules/_buttons.scss */
.single-colored-widget .heading h4 {
  margin-bottom: 5px;
  margin-top: 5px; }
/* line 353, ../scss/modules/_buttons.scss */
.single-colored-widget .content-wrapper {
  padding: 15px 27px;
  padding-bottom: 20px; }
/* line 356, ../scss/modules/_buttons.scss */
.single-colored-widget .content-wrapper i {
  color: #ffffff; }
/* line 359, ../scss/modules/_buttons.scss */
.single-colored-widget .content-wrapper.red {
  background-color: #f35958; }
/* line 361, ../scss/modules/_buttons.scss */
.single-colored-widget .content-wrapper.red p {
  color: #832929; }
/* line 365, ../scss/modules/_buttons.scss */
.single-colored-widget .content-wrapper.green {
  background-color: #0aa699; }
/* line 367, ../scss/modules/_buttons.scss */
.single-colored-widget .content-wrapper.green p {
  color: #505458; }
/* line 371, ../scss/modules/_buttons.scss */
.single-colored-widget .content-wrapper.blue {
  background-color: #0090d9; }
/* line 373, ../scss/modules/_buttons.scss */
.single-colored-widget .content-wrapper.blue p {
  color: #0a5174; }
/* line 377, ../scss/modules/_buttons.scss */
.single-colored-widget .content-wrapper .mini-logo {
  margin-bottom: 15px;
  margin-bottom: 15px; }
/* line 381, ../scss/modules/_buttons.scss */
.single-colored-widget .content-wrapper .h3 {
  margin-bottom: 15px; }

/* line 387, ../scss/modules/_buttons.scss */
.the-icons {
  padding-top: 17px; }
/* line 389, ../scss/modules/_buttons.scss */
.the-icons i {
  color: #505458;
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px; }
/* line 397, ../scss/modules/_buttons.scss */
.the-icons a {
  color: #505458;
  font-size: 14px;
  cursor: pointer;
  display: block;
  height: 32px;
  line-height: 32px; }
/* line 404, ../scss/modules/_buttons.scss */
.the-icons a:hover {
  text-decoration: none; }
/* line 408, ../scss/modules/_buttons.scss */
.the-icons [class*="span"]:first-child {
  margin-left: 2.5641%; }

/* line 413, ../scss/modules/_buttons.scss */
.the-icons a:hover .fa, .the-icons a:hover [class*="fa"] {
  font-size: 28px;
  vertical-align: -5px; }

/* line 2, ../scss/modules/_tabs_accordians.scss */
.tabbable:after {
  clear: both; }

/* line 7, ../scss/modules/_tabs_accordians.scss */
.tabbable:before, .tabbable:after {
  content: "";
  display: table;
  line-height: 0; }

/* line 13, ../scss/modules/_tabs_accordians.scss */
.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
  border-bottom: 0 none; }

/* line 17, ../scss/modules/_tabs_accordians.scss */
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
  padding: 15px; }

/* line 22, ../scss/modules/_tabs_accordians.scss */
.tab-content > .active, .pill-content > .active {
  display: block;
  padding: 19px; }

/* line 28, ../scss/modules/_tabs_accordians.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #DDDDDD; }
/* line 30, ../scss/modules/_tabs_accordians.scss */
.tabs-below > .nav-tabs > li {
  margin-bottom: 0;
  margin-top: -1px; }
/* line 33, ../scss/modules/_tabs_accordians.scss */
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px; }

/* line 40, ../scss/modules/_tabs_accordians.scss */
.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #DDDDDD #DDDDDD; }

/* line 44, ../scss/modules/_tabs_accordians.scss */
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
  float: none; }

/* line 48, ../scss/modules/_tabs_accordians.scss */
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  margin-bottom: 3px;
  margin-right: 0;
  min-width: 74px; }

/* line 55, ../scss/modules/_tabs_accordians.scss */
.tabs-left > .nav-tabs {
  border-right: 1px solid #DDDDDD;
  float: left;
  margin-right: 19px;
  float: left;
  margin-right: 0px; }
/* line 62, ../scss/modules/_tabs_accordians.scss */
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: -1px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

/* line 76, ../scss/modules/_tabs_accordians.scss */
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #EEEEEE #DDDDDD #EEEEEE #EEEEEE; }

/* line 81, ../scss/modules/_tabs_accordians.scss */
.tabs-right > .nav-tabs {
  border-left: 1px solid #DDDDDD;
  float: right;
  margin-left: 19px;
  float: right;
  margin-left: 0px; }
/* line 88, ../scss/modules/_tabs_accordians.scss */
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/* line 102, ../scss/modules/_tabs_accordians.scss */
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #EEEEEE #EEEEEE #EEEEEE #DDDDDD; }

/* line 108, ../scss/modules/_tabs_accordians.scss */
.nav > .disabled > a {
  color: #999999; }
/* line 112, ../scss/modules/_tabs_accordians.scss */
.nav .tools {
  float: right;
  position: relative;
  right: 10px;
  top: 10px; }
/* line 117, ../scss/modules/_tabs_accordians.scss */
.nav .tools a {
  position: relative;
  background: url("../img/icon/portlet-tray.png") no-repeat;
  transition: all 0.1s linear 0s; }

/* line 125, ../scss/modules/_tabs_accordians.scss */
.nav > .disabled > a:hover, .nav > .disabled > a:focus {
  background-color: transparent;
  cursor: default;
  text-decoration: none; }

/* line 131, ../scss/modules/_tabs_accordians.scss */
.nav-tabs {
  margin-bottom: 0px;
  background-color: #d1dade;
  padding: 0; }
/* line 135, ../scss/modules/_tabs_accordians.scss */
.nav-tabs > li {
  margin-bottom: -3px;
  padding-left: 0; }
/* line 138, ../scss/modules/_tabs_accordians.scss */
.nav-tabs > li > a {
  border-radius: 0;
  border: 0px;
  padding: 15px 20px;
  color: #8e9aa2;
  min-width: 70px; }

/* line 148, ../scss/modules/_tabs_accordians.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-width: 0px; }

/* line 152, ../scss/modules/_tabs_accordians.scss */
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  border: 0px;
  color: #505458;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }

/* line 166, ../scss/modules/_tabs_accordians.scss */
.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
  color: #505458; }

/* line 171, ../scss/modules/_tabs_accordians.scss */
.nav .tools > a.remove, .nav .tools > a.remove {
  background-position: -66px -38px;
  width: 10px;
  height: 10px; }

/* line 178, ../scss/modules/_tabs_accordians.scss */
.nav .tools > a.config, .nav.tools > a.config {
  background-position: -3px -32px;
  width: 22px;
  height: 22px; }

/* line 185, ../scss/modules/_tabs_accordians.scss */
.nav .tools > a.reload, .nav .tools > a.reload {
  background-position: -37px -38px;
  width: 12px;
  height: 10px; }

/* line 192, ../scss/modules/_tabs_accordians.scss */
.nav .tools > a.expand, .nav .tools > a.expand {
  background-position: -123px -40px;
  width: 10px;
  height: 6px; }

/* line 199, ../scss/modules/_tabs_accordians.scss */
.nav .tools > a.collapse, .nav.tools > a.collapse {
  background-position: -95px -40px;
  width: 9px;
  height: 7px; }

/* line 206, ../scss/modules/_tabs_accordians.scss */
.nav-pills {
  margin-bottom: 10px; }
/* line 209, ../scss/modules/_tabs_accordians.scss */
.nav-pills > li > a {
  padding: 8px 12px; }

/* line 215, ../scss/modules/_tabs_accordians.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #00bb5c; }

/* line 219, ../scss/modules/_tabs_accordians.scss */
.nav-tabs > li > a, .nav-pills > li > a {
  margin-right: 0px; }

/* line 223, ../scss/modules/_tabs_accordians.scss */
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
  background-color: #C1CACE; }

/* line 227, ../scss/modules/_tabs_accordians.scss */
.accordion-group {
  border: 0px; }

/* line 231, ../scss/modules/_tabs_accordians.scss */
.accordion-heading {
  background-color: #d1dade;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 35px; }
/* line 237, ../scss/modules/_tabs_accordians.scss */
.accordion-heading a {
  color: #505458; }
/* line 239, ../scss/modules/_tabs_accordians.scss */
.accordion-heading a.collapsed {
  color: #8E9AA2; }
/* line 243, ../scss/modules/_tabs_accordians.scss */
.accordion-heading a:hover.collapsed {
  color: #505458; }
/* line 248, ../scss/modules/_tabs_accordians.scss */
.accordion-heading .collapsed {
  background-color: #d9e0e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
/* line 253, ../scss/modules/_tabs_accordians.scss */
.accordion-heading .collapsed i {
  font-family: 'FontAwesome';
  float: right;
  position: relative;
  top: 4px; }
/* line 258, ../scss/modules/_tabs_accordians.scss */
.accordion-heading .collapsed i:before {
  content: "\f055"; }
/* line 263, ../scss/modules/_tabs_accordians.scss */
.accordion-heading i {
  font-family: 'FontAwesome';
  float: right;
  position: relative;
  top: 4px; }
/* line 268, ../scss/modules/_tabs_accordians.scss */
.accordion-heading i:before {
  content: "\f056"; }
/* line 272, ../scss/modules/_tabs_accordians.scss */
.accordion-heading .accordion-toggle {
  padding: 12px 18px; }

/* line 277, ../scss/modules/_tabs_accordians.scss */
.panel {
  background-color: transparent;
  box-shadow: none; }

/* line 282, ../scss/modules/_tabs_accordians.scss */
.panel-default {
  border: 0px; }
/* line 284, ../scss/modules/_tabs_accordians.scss */
.panel-default > .panel-heading {
  background-image: none;
  background-color: #d1dade;
  border-radius: 2px;
  box-shadow: none; }

/* line 292, ../scss/modules/_tabs_accordians.scss */
.panel-group {
  margin-bottom: 18px; }
/* line 295, ../scss/modules/_tabs_accordians.scss */
.panel-group .panel-heading.collapsed {
  background-color: #d1dade; }
/* line 299, ../scss/modules/_tabs_accordians.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0; }
/* line 304, ../scss/modules/_tabs_accordians.scss */
.panel-group .panel-heading .panel-title > a {
  color: #505458;
  font-size: 13px;
  font-weight: normal;
  display: block; }
/* line 309, ../scss/modules/_tabs_accordians.scss */
.panel-group .panel-heading .panel-title > a:hover {
  color: #505458 !important; }
/* line 311, ../scss/modules/_tabs_accordians.scss */
.panel-group .panel-heading .panel-title > a:hover:after {
  color: #505458 !important; }
/* line 315, ../scss/modules/_tabs_accordians.scss */
.panel-group .panel-heading .panel-title > a:after {
  font-family: 'FontAwesome';
  content: "\f056";
  float: right;
  color: #505458; }
/* line 321, ../scss/modules/_tabs_accordians.scss */
.panel-group .panel-heading .panel-title > a.collapsed {
  color: #8E9AA2; }
/* line 323, ../scss/modules/_tabs_accordians.scss */
.panel-group .panel-heading .panel-title > a.collapsed:after {
  content: "\f055";
  color: #8E9AA2; }
/* line 332, ../scss/modules/_tabs_accordians.scss */
.panel-group .panel + .panel {
  margin-top: 2px; }

/* line 1, ../scss/modules/_slider.scss */
.slider {
  display: block;
  margin: 5px 0px;
  direction: ltr; }
/* line 6, ../scss/modules/_slider.scss */
.slider.primary .slider-track {
  background: #005E95;
  background-image: none; }
/* line 12, ../scss/modules/_slider.scss */
.slider.sucess .slider-track {
  background: #00bb5c;
  background-image: none; }
/* line 18, ../scss/modules/_slider.scss */
.slider.info .slider-track {
  background-color: #1f3853;
  background-image: none; }
/* line 24, ../scss/modules/_slider.scss */
.slider.warning .slider-track {
  background: #fbb05e;
  background-image: none; }
/* line 30, ../scss/modules/_slider.scss */
.slider.danger .slider-track {
  background: #f35958;
  background-image: none; }
/* line 36, ../scss/modules/_slider.scss */
.slider.white .slider-track {
  background: #ffffff;
  background-image: none; }
/* line 41, ../scss/modules/_slider.scss */
.slider.slider-vertical {
  margin: 0 10px; }
/* line 43, ../scss/modules/_slider.scss */
.slider.slider-vertical .slider-handle {
  margin-left: -10px !important; }
/* line 46, ../scss/modules/_slider.scss */
.slider.slider-vertical .slider-track {
  width: 5px !important; }
/* line 51, ../scss/modules/_slider.scss */
.slider.slider-horizontal .slider-handle {
  margin-top: -10px !important; }
/* line 54, ../scss/modules/_slider.scss */
.slider.slider-horizontal .slider-track {
  height: 5px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  -webkit-box-shadow: inset 0px 0px 1px 1px rgba(107, 170, 165, 0.33) !important;
  -moz-box-shadow: inset 0px 0px 1px 1px rgba(107, 170, 165, 0.33) !important;
  box-shadow: inset 0px 0px 1px 1px rgba(107, 170, 165, 0.33) !important; }

/* line 67, ../scss/modules/_slider.scss */
.slider-handle.round {
  opacity: 1;
  background: #f8f9fa;
  background: -moz-linear-gradient(top, #f8f9fa 13%, white 97%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #f8f9fa), color-stop(97%, white));
  background: -webkit-linear-gradient(top, #f8f9fa 13%, white 97%);
  background: -o-linear-gradient(top, #f8f9fa 13%, white 97%);
  background: -ms-linear-gradient(top, #f8f9fa 13%, white 97%);
  background: linear-gradient(to bottom, #f8f9fa 13%, #ffffff 97%);
  -webkit-box-shadow: inset 0 2px 1px -1px #ffffff, 0px 1px 3px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: inset 0 2px 1px -1px #ffffff, 0px 1px 3px rgba(0, 0, 0, 0.39);
  box-shadow: inset 0 2px 1px -1px #ffffff, 0px 1px 3px rgba(0, 0, 0, 0.39);
  width: 26px;
  height: 26px; }

/* line 84, ../scss/modules/_slider.scss */
.slider-selection {
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.11) !important;
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.11) !important;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.11) !important; }

/* line 94, ../scss/modules/_slider.scss */
.blue .slider-selection {
  background-image: none !important;
  background-color: #0a6ea0 !important; }

/* line 101, ../scss/modules/_slider.scss */
.red .slider-selection {
  background-image: none !important;
  background-color: #000 !important; }

/* line 108, ../scss/modules/_slider.scss */
.green .slider-selection {
  background-image: none !important;
  background-color: #0aa699 !important;
  cursor: point2; }

/* line 4, ../scss/modules/_tables.scss */
.table > thead > tr > th {
  border-bottom: 0px; }
/* line 9, ../scss/modules/_tables.scss */
.table th {
  border-top: 1px solid #e8edf1;
  padding: 10px 12px;
  font-size: 12px;
  text-transform: uppercase; }
/* line 14, ../scss/modules/_tables.scss */
.table th.medium-cell {
  width: 112px; }
/* line 17, ../scss/modules/_tables.scss */
.table th.big-cell {
  width: 200px; }
/* line 23, ../scss/modules/_tables.scss */
.table tr.row_selected td {
  background-color: #ffffcc !important; }
/* line 26, ../scss/modules/_tables.scss */
.table tr.row_selected .progress {
  background-color: #ffffff; }
/* line 31, ../scss/modules/_tables.scss */
.table td {
  border-top: 1px solid #e8edf1;
  vertical-align: top;
  padding: 10px 12px;
  color: #576475;
  font-size: 13px; }
/* line 37, ../scss/modules/_tables.scss */
.table td.no-border {
  border: none; }
/* line 40, ../scss/modules/_tables.scss */
.table td:first-child {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
/* line 45, ../scss/modules/_tables.scss */
.table td:last-child {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
/* line 50, ../scss/modules/_tables.scss */
.table td .progress {
  margin-bottom: 0px; }
/* line 53, ../scss/modules/_tables.scss */
.table td .muted {
  color: #95989a; }
/* line 56, ../scss/modules/_tables.scss */
.table td.clickable {
  cursor: pointer; }
/* line 60, ../scss/modules/_tables.scss */
.table .checkbox {
  margin-left: 3px; }
/* line 63, ../scss/modules/_tables.scss */
.table .star {
  margin-left: 3px; }

/* line 68, ../scss/modules/_tables.scss */
th {
  text-align: left; }

/* line 72, ../scss/modules/_tables.scss */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 12px; }

/* line 76, ../scss/modules/_tables.scss */
.table th input[type="radio"], input[type="checkbox"], .table td input[type="radio"], input[type="checkbox"] {
  margin-top: -2px; }

/* line 80, ../scss/modules/_tables.scss */
.table td.small-cell, .table th.small-cell {
  width: 40px; }

/* line 84, ../scss/modules/_tables.scss */
.table-fixed-layout {
  table-layout: fixed; }
/* line 86, ../scss/modules/_tables.scss */
.table-fixed-layout td {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 94, ../scss/modules/_tables.scss */
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 9px; }

/* line 100, ../scss/modules/_tables.scss */
.table-condensed th .checkbox {
  margin-left: 4px; }

/* line 106, ../scss/modules/_tables.scss */
.table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #E8EDF1; }

/* line 110, ../scss/modules/_tables.scss */
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: #ecf0f2;
  border: none; }

/* line 118, ../scss/modules/_tables.scss */
.table-striped tbody > tr > td {
  border: 0px; }

/* line 125, ../scss/modules/_tables.scss */
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
  background-color: #e2e8eb; }

/* line 134, ../scss/modules/_tables.scss */
.table-hover tbody tr.row_selected:hover > td {
  background-color: #fef8ae !important; }
/* line 141, ../scss/modules/_tables.scss */
.table-hover tbody tr:hover > td .progress {
  background-color: #ffffff; }

/* line 150, ../scss/modules/_tables.scss */
.table-condensed th, .table-condensed td {
  padding: 10px 5px; }

/* line 154, ../scss/modules/_tables.scss */
.table-tools-actions {
  margin: 0px 5px; }

/* line 159, ../scss/modules/_tables.scss */
.inner-table td {
  background-color: transparent !important; }

/* line 164, ../scss/modules/_tables.scss */
.table-bordered {
  border-color: #E8EDF1 !important; }
/* line 166, ../scss/modules/_tables.scss */
.table-bordered th {
  background-color: #ecf0f2;
  border: 0 !important; }
/* line 170, ../scss/modules/_tables.scss */
.table-bordered td {
  border: 1px solid #E8EDF1 !important; }
/* line 172, ../scss/modules/_tables.scss */
.table-bordered td:first-child {
  border-radius: 0px; }
/* line 175, ../scss/modules/_tables.scss */
.table-bordered td:last-child {
  border-radius: 0px; }

/* line 3, ../scss/modules/_datatable.scss */
.dataTables_wrapper .pagination ul {
  box-shadow: none;
  font-size: 12px;
  padding: 0; }
/* line 7, ../scss/modules/_datatable.scss */
.dataTables_wrapper .pagination ul > li {
  display: inline-block;
  padding-left: 0px; }
/* line 10, ../scss/modules/_datatable.scss */
.dataTables_wrapper .pagination ul > li > a {
  padding: 5px 10px; }
/* line 15, ../scss/modules/_datatable.scss */
.dataTables_wrapper .pagination ul > li.next > a:hover {
  background-color: #ffffff;
  color: #000; }
/* line 22, ../scss/modules/_datatable.scss */
.dataTables_wrapper .pagination ul > li.next.disabled > a:hover {
  color: #C2C6CB;
  opacity: 0.65;
  background-color: #ffffff; }
/* line 32, ../scss/modules/_datatable.scss */
.dataTables_wrapper .pagination ul > li.prev > a:hover {
  background-color: #ffffff;
  color: #000; }
/* line 39, ../scss/modules/_datatable.scss */
.dataTables_wrapper .pagination ul > li.prev.disabled > a:hover {
  color: #C2C6CB;
  opacity: 0.65;
  background-color: #ffffff; }

/* line 52, ../scss/modules/_datatable.scss */
.dataTables_wrapper .pagination ul > li:last-child > a, .dataTables_wrapper .pagination ul > li:last-child > span {
  margin-left: -8px; }

/* line 56, ../scss/modules/_datatable.scss */
.dataTables_wrapper .pagination ul > li > a, .pagination ul > li > span {
  border: none;
  box-shadow: none;
  border-radius: 3px;
  color: #6F7B8A; }

/* line 63, ../scss/modules/_datatable.scss */
.dataTables_wrapper .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
  color: #C2C6CB !important;
  opacity: 0.65 !important;
  background-color: #ffffff !important; }

/* line 69, ../scss/modules/_datatable.scss */
.dataTables_wrapper .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #F3F6F9;
  font-weight: 600; }

/* line 74, ../scss/modules/_datatable.scss */
.dataTables_wrapper .pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #e8edf3; }

/* line 1, ../scss/modules/_charts.scss */
.easy-pie-custom {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center; }
/* line 7, ../scss/modules/_charts.scss */
.easy-pie-custom canvas {
  position: absolute;
  top: 0;
  left: 0; }

/* line 14, ../scss/modules/_charts.scss */
.easy-pie-percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2; }
/* line 18, ../scss/modules/_charts.scss */
.easy-pie-percent :after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em; }

/* line 25, ../scss/modules/_charts.scss */
.mini-chart-wrapper {
  display: block;
  width: 100%;
  padding: 19px 9px 0; }
/* line 29, ../scss/modules/_charts.scss */
.mini-chart-wrapper .chart-details-wrapper {
  display: inline-block;
  margin: 8px; }
/* line 32, ../scss/modules/_charts.scss */
.mini-chart-wrapper .chart-details-wrapper .chartname {
  display: block;
  font-size: 10.5px;
  text-transform: uppercase;
  color: #9A9A9A; }
/* line 38, ../scss/modules/_charts.scss */
.mini-chart-wrapper .chart-details-wrapper .chart-value {
  display: block;
  font-size: 14px;
  color: #000000; }
/* line 44, ../scss/modules/_charts.scss */
.mini-chart-wrapper .mini-chart {
  display: inline-block;
  position: relative;
  top: -10px; }
/* line 50, ../scss/modules/_charts.scss */
.mini-chart-wrapper.donut .chart-details-wrapper {
  float: left;
  margin-top: 0; }
/* line 54, ../scss/modules/_charts.scss */
.mini-chart-wrapper.donut .mini-chart {
  float: left; }

/* line 61, ../scss/modules/_charts.scss */
.legendColorBox > div {
  border: 0px !important; }

/* line 66, ../scss/modules/_charts.scss */
.legendLabel {
  line-height: 20px !important; }

/* line 70, ../scss/modules/_charts.scss */
.rickshaw_legend {
  display: block;
  border-radius: 0px;
  background-color: transparent; }
/* line 74, ../scss/modules/_charts.scss */
.rickshaw_legend .line {
  margin-bottom: 10px; }
/* line 76, ../scss/modules/_charts.scss */
.rickshaw_legend .line .swatch {
  margin: 0 8px; }
/* line 80, ../scss/modules/_charts.scss */
.rickshaw_legend .label {
  color: #6F7B8A; }
/* line 83, ../scss/modules/_charts.scss */
.rickshaw_legend ul {
  margin: 15px 16px; }

/* line 1, ../scss/modules/_user_profile.scss */
.profile-img-wrapper {
  display: inline-block;
  float: left;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1; }
/* line 12, ../scss/modules/_user_profile.scss */
.profile-img-wrapper.big {
  height: 68px;
  width: 68px; }
/* line 16, ../scss/modules/_user_profile.scss */
.profile-img-wrapper.with-left-space-custom {
  margin-left: 7px; }

/* line 21, ../scss/modules/_user_profile.scss */
.user-comment-wrapper {
  display: block;
  margin-bottom: 9px;
  padding: 0 14px; }
/* line 25, ../scss/modules/_user_profile.scss */
.user-comment-wrapper .profile-wrapper {
  display: inline-block;
  float: left;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  margin: 6px 8px 0 0px;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1; }
/* line 38, ../scss/modules/_user_profile.scss */
.user-comment-wrapper .comment {
  display: inline-block;
  float: left; }
/* line 41, ../scss/modules/_user_profile.scss */
.user-comment-wrapper .comment .user-name {
  color: #0090d9;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
/* line 48, ../scss/modules/_user_profile.scss */
.user-comment-wrapper .comment .more-details-wrapper {
  float: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }
/* line 54, ../scss/modules/_user_profile.scss */
.user-comment-wrapper .comment .preview-wrapper {
  display: block;
  color: #71798a;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0; }
/* line 63, ../scss/modules/_user_profile.scss */
.user-comment-wrapper .comment .more-details {
  display: inline-block;
  float: left;
  color: #bfbfbf;
  margin-right: 10px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 76, ../scss/modules/_user_profile.scss */
.user-status {
  width: 14px;
  height: 14px;
  position: relative;
  border-radius: 14px;
  background-color: #c5c8cb;
  display: inline-block;
  float: left;
  margin-right: 3px;
  top: 3px; }
/* line 86, ../scss/modules/_user_profile.scss */
.user-status.busy {
  background-color: #fb3c4a; }
/* line 89, ../scss/modules/_user_profile.scss */
.user-status.away {
  background-color: #c5c8cb; }
/* line 92, ../scss/modules/_user_profile.scss */
.user-status.available {
  background-color: #005E95; }
/* line 95, ../scss/modules/_user_profile.scss */
.user-status:before {
  width: 5px;
  height: 5px;
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  display: inline-block; }

/* line 105, ../scss/modules/_user_profile.scss */
.blog-post-controls-wrapper {
  display: block;
  margin-top: 4px;
  margin-bottom: 15px; }

/* line 111, ../scss/modules/_user_profile.scss */
.blog-post-control {
  display: inline-block;
  float: left;
  margin-right: 8px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  opacity: 0.7; }

/* line 121, ../scss/modules/_user_profile.scss */
.content-loading-wrapper {
  position: relative;
  display: block;
  width: 100%; }

/* line 127, ../scss/modules/_user_profile.scss */
.content-loading {
  position: relative;
  left: 45%;
  top: 45%; }

/* line 133, ../scss/modules/_user_profile.scss */
.simple-chat-popup {
  margin-top: 3px;
  padding: 5px 0;
  left: -77.5px;
  top: 25px;
  position: absolute;
  z-index: 10000;
  cursor: pointer; }
/* line 141, ../scss/modules/_user_profile.scss */
.simple-chat-popup .simple-chat-popup-arrow {
  border-bottom-color: #292b2e;
  border-width: 0 5px 5px;
  left: 74%;
  margin-left: -5px;
  top: 0; }

/* line 150, ../scss/modules/_user_profile.scss */
.simple-chat-popup-arrow {
  border-color: transparent;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0; }

/* line 158, ../scss/modules/_user_profile.scss */
.simple-chat-popup-inner {
  background-color: #000000;
  border-radius: 4px 4px 4px 4px;
  color: #ffffff;
  padding: 8px;
  text-align: right;
  text-decoration: none;
  background-color: #292b2e;
  font-size: 12px; }
/* line 167, ../scss/modules/_user_profile.scss */
.simple-chat-popup-inner .message {
  color: #bfc0c1;
  font-size: 11px;
  margin-top: -4px; }

/* line 174, ../scss/modules/_user_profile.scss */
.side-bar-widgets {
  position: relative;
  display: block; }

/* line 179, ../scss/modules/_user_profile.scss */
.cover-pic-wrapper {
  max-height: 250px;
  position: relative;
  overflow: hidden; }

/* line 185, ../scss/modules/_user_profile.scss */
.user-profile-pic {
  width: 100%;
  text-align: right;
  margin-top: -40px;
  position: relative;
  z-index: 200; }
/* line 191, ../scss/modules/_user_profile.scss */
.user-profile-pic img {
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 68px;
  overflow: hidden;
  width: 68px;
  border: 5px solid #ffffff;
  background-color: #e5e9ec; }

/* line 202, ../scss/modules/_user_profile.scss */
.user-mini-description {
  margin-right: 10px; }
/* line 204, ../scss/modules/_user_profile.scss */
.user-mini-description h3 {
  margin: 5px 0;
  margin-bottom: 0px;
  text-align: right; }
/* line 209, ../scss/modules/_user_profile.scss */
.user-mini-description h5 {
  margin: 0px;
  text-align: right;
  font-size: 13px;
  color: #8B91A0;
  text-align: right; }

/* line 218, ../scss/modules/_user_profile.scss */
.user-description-box {
  background-color: #f2f4f6;
  margin: 10px 15px;
  padding: 20px; }
/* line 222, ../scss/modules/_user_profile.scss */
.user-description-box p {
  margin: 0 0 10px;
  font-size: 12px; }
/* line 225, ../scss/modules/_user_profile.scss */
.user-description-box p i {
  width: 25px;
  font-size: 14px; }
/* line 229, ../scss/modules/_user_profile.scss */
.user-description-box p:last-child {
  margin: 0px; }

/* line 235, ../scss/modules/_user_profile.scss */
.friend-list {
  color: #414243;
  margin: 15px 0; }
/* line 238, ../scss/modules/_user_profile.scss */
.friend-list .friend-details-wrapper {
  display: inline-block;
  float: left; }
/* line 242, ../scss/modules/_user_profile.scss */
.friend-list .friend-profile-pic {
  display: inline-block;
  float: left;
  margin-right: 10px; }
/* line 247, ../scss/modules/_user_profile.scss */
.friend-list .friend-name {
  display: block;
  font-size: 13px; }
/* line 251, ../scss/modules/_user_profile.scss */
.friend-list .friend-description {
  display: block;
  font-size: 12px;
  color: #767e84; }
/* line 256, ../scss/modules/_user_profile.scss */
.friend-list .action-bar {
  display: inline-block;
  margin-left: 10px;
  margin-top: 8px;
  float: left; }

/* line 264, ../scss/modules/_user_profile.scss */
.user-profile-pic-normal {
  border-radius: 100px 100px 100px 100px;
  height: 35px;
  overflow: hidden;
  width: 35px; }

/* line 271, ../scss/modules/_user_profile.scss */
.user-profile-pic-2x {
  border-radius: 100px 100px 100px 100px;
  height: 50px;
  overflow: hidden;
  width: 50px; }
/* line 276, ../scss/modules/_user_profile.scss */
.user-profile-pic-2x.white-border {
  border: 5px solid #ffffff; }

/* line 281, ../scss/modules/_user_profile.scss */
.user-status-box {
  border: none;
  border-radius: 0;
  margin: 0; }

/* line 287, ../scss/modules/_user_profile.scss */
.post {
  display: block; }
/* line 289, ../scss/modules/_user_profile.scss */
.post .info-wrapper {
  display: inline-block;
  float: left;
  width: 80%; }
/* line 293, ../scss/modules/_user_profile.scss */
.post .info-wrapper.small-width {
  width: 70%; }
/* line 297, ../scss/modules/_user_profile.scss */
.post .username {
  display: block;
  font-size: 14px;
  margin-bottom: 5px; }
/* line 302, ../scss/modules/_user_profile.scss */
.post .info {
  display: block; }
/* line 305, ../scss/modules/_user_profile.scss */
.post .user-profile-pic-wrapper {
  display: inline-block;
  float: left;
  margin-right: 16px; }
/* line 310, ../scss/modules/_user_profile.scss */
.post .more-details {
  display: block;
  float: left; }
/* line 314, ../scss/modules/_user_profile.scss */
.post .post-links {
  margin: 4px 0 0;
  list-style: none;
  font-size: 11px;
  padding: 0; }
/* line 319, ../scss/modules/_user_profile.scss */
.post .post-links li {
  display: inline;
  float: left;
  position: relative;
  display: inline;
  float: left;
  position: relative;
  padding-left: 0px;
  padding-right: 8px; }
/* line 328, ../scss/modules/_user_profile.scss */
.post .post-links li :after {
  color: #999999;
  content: ".";
  padding-left: 8px; }
/* line 334, ../scss/modules/_user_profile.scss */
.post .post-links li :last-child :after {
  content: ""; }
/* line 340, ../scss/modules/_user_profile.scss */
.post .dark-text {
  color: #2a2e36; }
/* line 343, ../scss/modules/_user_profile.scss */
.post .action-bar {
  display: block;
  list-style: none;
  margin: 13px 0 37px;
  font-size: 12px;
  padding: 0; }
/* line 349, ../scss/modules/_user_profile.scss */
.post .action-bar li {
  display: inline;
  float: left;
  position: relative;
  padding-right: 8px; }

/* line 358, ../scss/modules/_user_profile.scss */
.post-input {
  padding-left: 14px !important;
  padding-top: 18px !important;
  font-size: 14px; }

/* line 364, ../scss/modules/_user_profile.scss */
.comments-section {
  margin-top: 12px; }

/* line 368, ../scss/modules/_user_profile.scss */
#Parks {
  margin-bottom: 30px; }

/* line 372, ../scss/modules/_user_profile.scss */
.img_wrapper {
  position: relative;
  background: #d1dade;
  overflow: hidden; }
/* line 376, ../scss/modules/_user_profile.scss */
.img_wrapper img {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -ms-transition: opacity 150ms;
  transition: opacity 150ms; }
/* line 388, ../scss/modules/_user_profile.scss */
.img_wrapper.loaded img {
  opacity: 1; }

/* line 1, ../scss/modules/_vector_maps.scss */
.jvectormap-zoomin {
  bottom: 15px;
  top: auto; }

/* line 6, ../scss/modules/_vector_maps.scss */
.jvectormap-zoomout {
  bottom: 15px;
  left: 35px;
  top: auto; }

/* line 12, ../scss/modules/_vector_maps.scss */
.jvectormap-zoomin, .jvectormap-zoomout {
  background-color: #0090d9;
  padding: 8px 10px;
  height: auto;
  width: auto; }

/* line 19, ../scss/modules/_vector_maps.scss */
.craft-map-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0; }

/* line 26, ../scss/modules/_vector_maps.scss */
.overlap-left-10 {
  position: relative;
  left: -10px; }

/* line 31, ../scss/modules/_vector_maps.scss */
.mapplic-container {
  background-color: transparent; }

/* line 35, ../scss/modules/_vector_maps.scss */
.mapplic-element.mapplic-loading {
  background-image: none;
  opacity: 0.7; }
/* line 38, ../scss/modules/_vector_maps.scss */
.mapplic-element.mapplic-loading:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2000;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #000;
  border-left-color: #000;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite; }

/* line 1, ../scss/modules/_error_page.scss */
#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px; }

/* line 8, ../scss/modules/_error_page.scss */
.error-body {
  background-color: #e5e9ec !important;
  font-family: "Open Sans";
  height: 100%; }

/* line 14, ../scss/modules/_error_page.scss */
.error-wrapper {
  min-height: 100%;
  height: auto;
  margin: 0 auto -130px;
  padding: 0 0 60px;
  height: 624px; }
/* line 20, ../scss/modules/_error_page.scss */
.error-wrapper:after {
  content: "";
  display: block; }

/* line 26, ../scss/modules/_error_page.scss */
.wrappers {
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  vertical-align: text-top;
  width: inherit;
  height: inherit; }

/* line 47, ../scss/modules/_error_page.scss */
.error-container {
  font-family: "Open Sans"; }
/* line 50, ../scss/modules/_error_page.scss */
.error-container .error-number {
  color: #22262e;
  font-size: 120px;
  text-align: center;
  font-weight: 600;
  line-height: 130px; }
/* line 57, ../scss/modules/_error_page.scss */
.error-container .error-description {
  color: #22262e;
  font-size: 32px;
  text-align: center;
  font-weight: 300; }
/* line 63, ../scss/modules/_error_page.scss */
.error-container .error-description-mini {
  color: #22262e;
  font-size: 18px;
  text-align: center;
  font-weight: 300; }
/* line 71, ../scss/modules/_error_page.scss */
.error-container .input-prepend.inside .add-on {
  background-color: #ffffff;
  padding-top: 6px;
  color: #a1a1a1; }
/* line 79, ../scss/modules/_error_page.scss */
.error-container ul.footer-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center; }
/* line 84, ../scss/modules/_error_page.scss */
.error-container ul.footer-links li {
  display: inline;
  border-right: 1px solid #000;
  padding: 0px 10px; }
/* line 88, ../scss/modules/_error_page.scss */
.error-container ul.footer-links li a {
  color: #22262e;
  font-size: 12px; }
/* line 92, ../scss/modules/_error_page.scss */
.error-container ul.footer-links li:last-child {
  display: inline;
  border-right: none;
  padding: 0px 10px; }
/* line 99, ../scss/modules/_error_page.scss */
.error-container ul.footer-links.small-links li {
  border-right: 1px solid #616a7b; }
/* line 101, ../scss/modules/_error_page.scss */
.error-container ul.footer-links.small-links li a {
  color: #616a7b;
  font-size: 11px; }
/* line 105, ../scss/modules/_error_page.scss */
.error-container ul.footer-links.small-links li:last-child {
  border-right: none; }
/* line 112, ../scss/modules/_error_page.scss */
.error-container .copyright {
  font-size: 12px;
  text-align: center; }

/* line 118, ../scss/modules/_error_page.scss */
.error-main {
  text-align: center;
  position: absolute;
  margin-top: 18%; }

/* line 124, ../scss/modules/_error_page.scss */
#footer {
  height: 130px; }

/* line 128, ../scss/modules/_error_page.scss */
#gmaps_context_menu {
  text-align: center; }
/* line 130, ../scss/modules/_error_page.scss */
#gmaps_context_menu a {
  color: #8b91a0; }
/* line 132, ../scss/modules/_error_page.scss */
#gmaps_context_menu a:hover {
  color: #1b1e24;
  text-decoration: none; }

/* line 1, ../scss/modules/_timeline.scss */
.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative; }
/* line 6, ../scss/modules/_timeline.scss */
.cbp_tmtimeline li {
  position: relative; }
/* line 9, ../scss/modules/_timeline.scss */
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #f2f4f6;
  left: 20%;
  margin-left: -10px; }
/* line 20, ../scss/modules/_timeline.scss */
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute;
  font-family: "Arial";
  text-align: right; }
/* line 27, ../scss/modules/_timeline.scss */
.cbp_tmtimeline > li .cbp_tmtime .date {
  font-size: 1.2em;
  color: #505458;
  margin-bottom: 5px;
  display: block; }
/* line 33, ../scss/modules/_timeline.scss */
.cbp_tmtimeline > li .cbp_tmtime .time {
  font-size: 1.5em;
  color: #505458;
  display: block; }
/* line 42, ../scss/modules/_timeline.scss */
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #505458; }
/* line 47, ../scss/modules/_timeline.scss */
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: #ffffff; }
/* line 49, ../scss/modules/_timeline.scss */
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #ffffff; }
/* line 54, ../scss/modules/_timeline.scss */
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 25%;
  background: #ffffff;
  font-size: 13px;
  line-height: 1.4;
  position: relative; }
/* line 60, ../scss/modules/_timeline.scss */
.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin-top: 0px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
/* line 65, ../scss/modules/_timeline.scss */
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-right-color: #ffffff;
  border-width: 10px;
  top: 10px; }
/* line 77, ../scss/modules/_timeline.scss */
.cbp_tmtimeline > li .cbp_tmicon {
  width: 40px;
  height: 40px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 37px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #7c8694;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #ffffff;
  text-align: center;
  left: 20%;
  top: 0;
  margin: 0 0 0 -25px;
  font-size: 1.3em; }
/* line 97, ../scss/modules/_timeline.scss */
.cbp_tmtimeline > li .cbp_tmicon.success {
  background: #00bb5c;
  box-shadow: 0 0 0 8px #2ba3df;
  color: #ffffff; }
/* line 102, ../scss/modules/_timeline.scss */
.cbp_tmtimeline > li .cbp_tmicon.primary {
  background: #005E95;
  box-shadow: 0 0 0 8px #33b5aa;
  color: #ffffff; }
/* line 107, ../scss/modules/_timeline.scss */
.cbp_tmtimeline > li .cbp_tmicon.warning {
  background: #fbb05e;
  box-shadow: 0 0 0 8px #fcbd79;
  color: #ffffff; }
/* line 112, ../scss/modules/_timeline.scss */
.cbp_tmtimeline > li .cbp_tmicon.danger {
  background: #f35958;
  box-shadow: 0 0 0 8px #455a70;
  color: #ffffff; }
/* line 117, ../scss/modules/_timeline.scss */
.cbp_tmtimeline > li .cbp_tmicon.info {
  background: #1f3853;
  box-shadow: 0 0 0 8px #455a70;
  color: #ffffff; }
/* line 124, ../scss/modules/_timeline.scss */
.cbp_tmtimeline .action-links {
  margin: 4px 0 0;
  list-style: none;
  font-size: 13px;
  padding: 0;
  float: left; }
/* line 130, ../scss/modules/_timeline.scss */
.cbp_tmtimeline .action-links li {
  display: inline;
  float: left;
  position: relative;
  display: inline;
  float: left;
  position: relative;
  padding-left: 0px;
  padding-right: 8px;
  color: #8b91a0; }
/* line 140, ../scss/modules/_timeline.scss */
.cbp_tmtimeline .action-links li:after {
  color: #999999;
  content: ".";
  padding-left: 8px; }
/* line 146, ../scss/modules/_timeline.scss */
.cbp_tmtimeline .action-links li:last-child:after {
  content: ""; }

/* Media Queries */
@media screen and (max-width: 47.2em) {
  /* line 163, ../scss/modules/_timeline.scss */
  .cbp_tmtimeline:before {
    display: none; }

  /* line 167, ../scss/modules/_timeline.scss */
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0; }

  /* line 173, ../scss/modules/_timeline.scss */
  .cbp_tmtimeline > li .cbp_tmtime {
    text-align: left; }

  /* line 177, ../scss/modules/_timeline.scss */
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%; }

  /* line 184, ../scss/modules/_timeline.scss */
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #fff;
    top: -20px; }

  /* line 192, ../scss/modules/_timeline.scss */
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #fff; }

  /* line 197, ../scss/modules/_timeline.scss */
  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px; } }
/*** Search Results ***/
/* line 3, ../scss/modules/_search_results.scss */
#Parks {
  margin-bottom: 30px; }

/* IMAGES */
/* line 9, ../scss/modules/_search_results.scss */
.img_wrapper {
  position: relative;
  background: #d1dade;
  overflow: hidden;
  float: left;
  direction: ltr; }
/* line 15, ../scss/modules/_search_results.scss */
.img_wrapper img {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -ms-transition: opacity 150ms;
  transition: opacity 150ms; }
/* line 26, ../scss/modules/_search_results.scss */
.img_wrapper.loaded img {
  opacity: 1; }

/* FAIL ELEMENT */
/* line 33, ../scss/modules/_search_results.scss */
#Parks {
  position: relative;
  margin: 0px; }

/* line 38, ../scss/modules/_search_results.scss */
.fail_element {
  position: absolute;
  opacity: 0;
  top: 100px;
  text-align: center;
  width: 50%;
  left: 25%;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 300; }

/* line 50, ../scss/modules/_search_results.scss */
.fail .fail_element {
  opacity: 1; }

/* LIST VIEW STYLES */
/* line 58, ../scss/modules/_search_results.scss */
#Parks.list .list_header {
  height: 38px;
  line-height: 38px;
  background: #d1dade;
  text-align: right;
  color: #59514c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
/* line 68, ../scss/modules/_search_results.scss */
#Parks.list .meta {
  display: inline-block;
  width: 205px;
  text-align: center;
  line-height: 99px;
  border-left: 1px solid #d7dbe0;
  height: 100%;
  vertical-align: top; }
/* line 77, ../scss/modules/_search_results.scss */
#Parks.list .list_header .meta {
  line-height: 38px;
  border: 0 none;
  margin-top: -8px;
  vertical-align: inherit; }
/* line 83, ../scss/modules/_search_results.scss */
#Parks.list .meta.name {
  float: left;
  text-align: left;
  width: auto;
  border-left: 0 none; }
/* line 90, ../scss/modules/_search_results.scss */
#Parks.list .list_header .meta.name {
  padding-left: 15px; }
/* line 93, ../scss/modules/_search_results.scss */
#Parks.list .list_header .meta span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 7px 0 0;
  cursor: pointer;
  top: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
/* line 104, ../scss/modules/_search_results.scss */
#Parks.list .list_header .meta span:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 7px;
  border: 5px solid transparent; }
/* line 111, ../scss/modules/_search_results.scss */
#Parks.list .list_header .meta span.asc:after {
  border-top: 7px solid #8E9AA2; }
/* line 114, ../scss/modules/_search_results.scss */
#Parks.list .list_header .meta span.desc:after {
  top: 4px;
  border-bottom: 7px solid #8e9aa2; }
/* line 118, ../scss/modules/_search_results.scss */
#Parks.list .list_header .meta span:hover {
  background: #b8bbbe; }
/* line 121, ../scss/modules/_search_results.scss */
#Parks.list .list_header .meta span.asc:hover:after {
  border-top-color: #e5e9ec; }
/* line 124, ../scss/modules/_search_results.scss */
#Parks.list .list_header .meta span.desc:hover:after {
  border-bottom-color: #e5e9ec; }
/* line 128, ../scss/modules/_search_results.scss */
#Parks.list .list_header .meta span.active.asc:after {
  border-top-color: #505458; }
/* line 131, ../scss/modules/_search_results.scss */
#Parks.list .list_header .meta span.active.desc:after {
  border-bottom-color: #505458; }
/* line 137, ../scss/modules/_search_results.scss */
#Parks.list .mix {
  display: none;
  opacity: 0;
  padding: 18px 0 14px;
  border-bottom: 1px solid #d7dbe0;
  text-align: right;
  height: 135px;
  width: 100%;
  line-height: 99px;
  vertical-align: top;
  font-weight: 300; }
/* line 149, ../scss/modules/_search_results.scss */
#Parks.list .mix .meta * {
  line-height: 1; }
/* line 152, ../scss/modules/_search_results.scss */
#Parks.list .mix .meta p, #Parks.list .mix .meta ul {
  display: inline-block;
  vertical-align: middle;
  list-style: none; }
/* line 157, ../scss/modules/_search_results.scss */
#Parks.list .mix .meta li {
  margin-bottom: 5px; }
/* line 162, ../scss/modules/_search_results.scss */
#Parks.list .img_wrapper {
  display: inline-block;
  width: 177px;
  height: 95px;
  vertical-align: top;
  margin-right: 30px; }
/* line 169, ../scss/modules/_search_results.scss */
#Parks.list .titles {
  display: inline-block;
  vertical-align: middle; }
/* line 172, ../scss/modules/_search_results.scss */
#Parks.list .titles h2 {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  color: #47a497;
  letter-spacing: 2px;
  margin-bottom: 3px;
  line-height: 1.2 !important; }
/* line 181, ../scss/modules/_search_results.scss */
#Parks.list .titles p {
  text-indent: -2px; }
/* line 186, ../scss/modules/_search_results.scss */
#Parks.grid {
  text-align: justify; }
/* line 188, ../scss/modules/_search_results.scss */
#Parks.grid .list_header {
  display: none; }
/* line 191, ../scss/modules/_search_results.scss */
#Parks.grid .meta {
  display: none; }
/* line 193, ../scss/modules/_search_results.scss */
#Parks.grid .meta.name {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: block; }
/* line 201, ../scss/modules/_search_results.scss */
#Parks.grid .mix {
  display: none;
  opacity: 0;
  position: relative;
  width: 48.5%;
  padding-top: 26%;
  margin-bottom: 3%; }
/* line 209, ../scss/modules/_search_results.scss */
#Parks.grid .img_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000; }
/* line 215, ../scss/modules/_search_results.scss */
#Parks.grid .titles {
  position: relative;
  width: 90%;
  max-width: 400px;
  height: auto;
  margin-top: 75%;
  margin: 53.5% auto 0;
  top: -80px;
  z-index: 1;
  padding: 10px 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  text-align: center; }
/* line 228, ../scss/modules/_search_results.scss */
#Parks.grid .titles h2 {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  color: #47a497;
  letter-spacing: 2px;
  margin-bottom: 3px; }
/* line 236, ../scss/modules/_search_results.scss */
#Parks.grid .titles p {
  font-weight: 300;
  text-indent: -2px; }

/* line 1, ../scss/bootstrap-overrides/_tables.scss */
.pagination {
  margin: 0; }
/* line 4, ../scss/bootstrap-overrides/_tables.scss */
.pagination li {
  padding: 0; }

/* line 10, ../scss/bootstrap-overrides/_tables.scss */
thead > tr.filters td {
  border: none;
  padding-top: 0; }

/* line 16, ../scss/bootstrap-overrides/_tables.scss */
td.actions {
  white-space: nowrap; }

/* line 20, ../scss/bootstrap-overrides/_tables.scss */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: middle; }

/* line 24, ../scss/bootstrap-overrides/_tables.scss */
.BlueOverviewTile tr:hover {
  background-color: rgba(50, 50, 50, 0.4); }

/* line 1, ../scss/theme-overrides/_accordions.scss */
.panel-group .panel-heading .panel-title > a:after {
  content: "\f107"; }

/* line 5, ../scss/theme-overrides/_accordions.scss */
.panel-group .panel-heading .panel-title > a.collapsed:after {
  content: "\f104"; }

/* line 2, ../scss/theme-overrides/_breadcrumb.scss */
ul.breadcrumb .first {
  padding-left: 0; }
/* line 6, ../scss/theme-overrides/_breadcrumb.scss */
ul.breadcrumb .last, ul.breadcrumb .last a {
  font-weight: 600;
  font-size: 14px; }

/* line 12, ../scss/theme-overrides/_breadcrumb.scss */
.breadcrumb > li + li:before {
  margin-right: 10px; }

/* line 16, ../scss/theme-overrides/_breadcrumb.scss */
.page-content .breadcrumb a {
  margin-left: 0; }

/* line 20, ../scss/theme-overrides/_breadcrumb.scss */
.page-content .breadcrumb {
  margin-bottom: 10px; }

/* line 1, ../scss/theme-overrides/_footer-widget.scss */
.layer-footer-widget {
  cursor: pointer;
  position: fixed;
  bottom: 0px;
  right: 0px;
  padding: 11px 21px;
  background-color: #22262e;
  width: 260px;
  clear: both;
  -webkit-transition: -webkit-transform 0.3s ease;
  z-index: 10;
  color: #808285;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.1s linear 0s !important; }
/* line 21, ../scss/theme-overrides/_footer-widget.scss */
.layer-footer-widget:hover {
  color: #fff; }

/* line 1, ../scss/theme-overrides/_form-elements.scss */
.checkbox label {
  margin-bottom: 10px; }

/* line 5, ../scss/theme-overrides/_form-elements.scss */
select {
  width: auto; }

/* line 9, ../scss/theme-overrides/_form-elements.scss */
.input-group-btn {
  vertical-align: top; }

/* line 1, ../scss/theme-overrides/_grid.scss */
.grid.simple .grid-footer.no-border {
  border: 0; }

/* line 5, ../scss/theme-overrides/_grid.scss */
.grid.simple .grid-footer {
  padding: 0 15px 14px 15px;
  color: #282323 !important;
  background-color: #ffffff;
  margin-bottom: 0;
  border: 1px solid #dddddd;
  border-bottom: 0; }

/* line 1, ../scss/theme-overrides/_header.scss */
.header {
  opacity: 1; }

/* line 4, ../scss/theme-overrides/_header.scss */
.logo {
  margin: 0; }

/* line 7, ../scss/theme-overrides/_header.scss */
.logo-right {
  margin: 0; }

/* line 11, ../scss/theme-overrides/_header.scss */
.header .nav > li.quicklinks i {
  font-size: 15px; }

/* line 16, ../scss/theme-overrides/_header.scss */
li.quicklinks > a .badge {
  position: absolute;
  top: -10px;
  right: -2px; }

/* line 23, ../scss/theme-overrides/_header.scss */
.header .chat-toggler > a {
  display: inline-block;
  float: none; }

/* line 28, ../scss/theme-overrides/_header.scss */
.chat-toggler .dropdown-menu::before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  content: ''; }

/* line 39, ../scss/theme-overrides/_header.scss */
.chat-toggler .dropdown-menu::after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: ''; }

/* line 50, ../scss/theme-overrides/_header.scss */
.chat-toggler .dropdown-menu.pull-right {
  margin-right: -6px;
  margin-top: 7px; }

/* line 55, ../scss/theme-overrides/_header.scss */
.chat-toggler .dropdown-menu a {
  display: block;
  font-size: 13px;
  float: none; }

/* line 61, ../scss/theme-overrides/_header.scss */
.header .chat-toggler .profile-pic {
  float: none; }

/* line 65, ../scss/theme-overrides/_header.scss */
.header .chat-toggler {
  min-width: 0; }

/* line 69, ../scss/theme-overrides/_header.scss */
.header .search-form {
  margin-left: 0 !important; }

/* line 3, ../scss/theme-overrides/_notifications.scss */
.notification-messages:last-child {
  margin-bottom: 0px; }
/* line 7, ../scss/theme-overrides/_notifications.scss */
.notification-messages .symbol-wrapper {
  display: inline-block;
  float: left;
  line-height: 43px;
  margin-right: 10px; }
/* line 13, ../scss/theme-overrides/_notifications.scss */
.notification-messages .symbol-wrapper .fa {
  font-size: 40px !important; }
/* line 18, ../scss/theme-overrides/_notifications.scss */
.notification-messages .message-wrapper {
  height: auto; }
/* line 22, ../scss/theme-overrides/_notifications.scss */
.notification-messages .message-wrapper .description {
  white-space: normal;
  overflow: auto;
  word-break: normal; }

/* line 30, ../scss/theme-overrides/_notifications.scss */
#unread-notifications.bounce {
  /*-vendor-animation-duration: 3s;
  -vendor-animation-delay: 5s;
  -vendor-animation-iteration-count: infinite;*/
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -moz-animation-name: bounce-small;
  -webkit-animation-name: bounce-small;
  animation-name: bounce-small; }

@-webkit-keyframes bounce-small {
  0%, 10%, 26%, 40%, 60%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  20%, 22% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0); }
  35% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); }
  45% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -2px, 0); } }
@keyframes bounce-small {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
/* line 26, ../scss/theme-overrides/_sidebar.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > a i {
  margin-right: 7px; }

/* line 30, ../scss/theme-overrides/_sidebar.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li.open > a {
  font-weight: 400; }

/* line 34, ../scss/theme-overrides/_sidebar.scss */
.page-sidebar .page-sidebar-wrapper li.selected {
  background-color: #004B78 !important; }

/* line 38, ../scss/theme-overrides/_sidebar.scss */
.page-sidebar .page-sidebar-wrapper li.selected > a {
  font-weight: 400 !important;
  color: #ffffff !important; }

/* line 43, ../scss/theme-overrides/_sidebar.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a:hover .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
  margin-left: 0px !important;
  padding-left: 70px !important; }

/* line 49, ../scss/theme-overrides/_sidebar.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > a {
  padding: 11.5px 20px 11.5px 20px; }

/* line 1, ../scss/theme-overrides/_general.scss */
.page-content i {
  top: 0px; }

/* line 5, ../scss/theme-overrides/_general.scss */
.page-title .page-title-link-icon {
  float: none;
  font-size: 0.9em;
  color: #a8acaf;
  margin-right: 0px;
  margin-left: 12px; }

/* line 13, ../scss/theme-overrides/_general.scss */
.page-title .page-title-link-icon:hover {
  color: #005E95; }

/* line 17, ../scss/theme-overrides/_general.scss */
.btn-index-add {
  position: absolute;
  bottom: 0;
  right: 10px; }

/* line 22, ../scss/theme-overrides/_general.scss */
.page-title-row {
  display: block;
  width: 100%;
  overflow: auto; }

/* line 28, ../scss/theme-overrides/_general.scss */
.page-title {
  width: 70%;
  float: left; }

/* line 33, ../scss/theme-overrides/_general.scss */
.page-title h3 {
  width: 100%;
  position: inherit;
  top: 0px; }

/* line 39, ../scss/theme-overrides/_general.scss */
.page-title-right {
  width: 30%;
  height: 50px;
  margin: 0 0 10px 0;
  float: right;
  position: relative; }

/* line 47, ../scss/theme-overrides/_general.scss */
.disabled-pointer-events {
  pointer-events: none; }

/* line 1, ../scss/structures/_buttons.scss */
.btn-icon {
  padding-bottom: 7px; }

/* line 6, ../scss/structures/_buttons.scss */
.input-group-btn .btn {
  line-height: 23px; }

/* line 11, ../scss/structures/_buttons.scss */
.btn-transparent {
  background-color: transparent; }
/* line 14, ../scss/structures/_buttons.scss */
.btn-transparent:hover {
  background-color: transparent;
  color: #e9ecee; }

/* line 2, ../scss/structures/_comments.scss */
.comments-wrapper .single-comment {
  width: 75%;
  margin-top: 10px; }
/* line 6, ../scss/structures/_comments.scss */
.comments-wrapper .single-comment:first-child {
  margin-top: 0; }
/* line 10, ../scss/structures/_comments.scss */
.comments-wrapper .single-comment .meta-information {
  font-size: 11px;
  font-style: italic;
  opacity: 0.4; }
/* line 17, ../scss/structures/_comments.scss */
.comments-wrapper .single-comment.bubble {
  left: 7px; }
/* line 20, ../scss/structures/_comments.scss */
.comments-wrapper .single-comment.bubble.sender {
  left: -19px; }

/* line 25, ../scss/structures/_comments.scss */
.bubble.sender {
  background-color: #005E95; }

/* line 28, ../scss/structures/_comments.scss */
.bubble.sender::after {
  border-color: transparent #005E95; }

/* line 1, ../scss/structures/_form.scss */
.input.error {
  margin-bottom: 10px; }

/* line 5, ../scss/structures/_form.scss */
.file-upload {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #E5E9EC;
  padding: 2px 2px 2px 10px; }
/* line 13, ../scss/structures/_form.scss */
.file-upload .action {
  float: right; }
/* line 17, ../scss/structures/_form.scss */
.file-upload .filename {
  color: #6F7B8A;
  cursor: pointer;
  max-width: 200px;
  font-size: 13px;
  line-height: 34px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 31, ../scss/structures/_form.scss */
.file-upload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

/* line 43, ../scss/structures/_form.scss */
.input {
  margin-bottom: 20px; }

/* line 47, ../scss/structures/_form.scss */
.css-form input.ng-invalid {
  background-color: #fff6f4;
  border-color: #e76e70; }

/* line 57, ../scss/structures/_form.scss */
.css-form textarea.ng-invalid {
  border-color: #e76e70; }

/* line 1, ../scss/structures/_general.scss */
body {
  background-color: #ffffff; }

/* line 5, ../scss/structures/_general.scss */
.clickable {
  cursor: pointer; }

@media (max-width: 1400px) {
  /* line 10, ../scss/structures/_general.scss */
  .header-options {
    display: none; } }
/* line 15, ../scss/structures/_general.scss */
.page-content {
  background-image: url("../../img/background_logo.jpg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: fixed; }

/* line 22, ../scss/structures/_general.scss */
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 26, ../scss/structures/_general.scss */
.block {
  display: block; }

/* line 30, ../scss/structures/_general.scss */
.cursor-pointer {
  cursor: pointer; }

/* line 1, ../scss/structures/_layer-tree.scss */
.layer-tree {
  font-family: "Open Sans", Arial, sans-serif;
  padding: 0;
  position: relative; }
/* line 6, ../scss/structures/_layer-tree.scss */
.layer-tree label {
  margin: 0;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
/* line 13, ../scss/structures/_layer-tree.scss */
.layer-tree label::selection {
  background: transparent;
  color: inherit; }
/* line 17, ../scss/structures/_layer-tree.scss */
.layer-tree label::-moz-selection {
  background: transparent;
  color: inherit; }
/* line 23, ../scss/structures/_layer-tree.scss */
.layer-tree li {
  line-height: 2em;
  list-style: none;
  padding: 0 22px;
  position: relative; }
/* line 30, ../scss/structures/_layer-tree.scss */
.layer-tree .category-items {
  overflow: hidden;
  padding: 0;
  position: relative; }
/* line 35, ../scss/structures/_layer-tree.scss */
.layer-tree .category-items .layer:hover {
  background: #004b78; }
/* line 39, ../scss/structures/_layer-tree.scss */
.layer-tree .category-items .layer .checkbox label {
  color: #a8a8a8; }
/* line 43, ../scss/structures/_layer-tree.scss */
.layer-tree .category-items li {
  padding-right: 0;
  position: relative; }
/* line 48, ../scss/structures/_layer-tree.scss */
.layer-tree .category-items .status-bar {
  position: absolute;
  top: 0;
  right: 0; }
/* line 54, ../scss/structures/_layer-tree.scss */
.layer-tree .category-items li:before {
  content: '';
  position: absolute;
  border-left: 1px dotted #8b91a0;
  border-bottom: 1px dotted #8b91a0;
  left: 8px;
  top: -13px;
  width: 10px;
  height: 26px; }
/* line 65, ../scss/structures/_layer-tree.scss */
.layer-tree .category-items li:first-child:before {
  top: 0;
  height: 13px; }
/* line 71, ../scss/structures/_layer-tree.scss */
.layer-tree .category {
  /** Menu Opener **/
  /** END Menu Opener **/
  /** Select all **/
  /** END Select all **/ }
/* line 72, ../scss/structures/_layer-tree.scss */
.layer-tree .category > input[type="checkbox"] {
  display: none; }
/* line 77, ../scss/structures/_layer-tree.scss */
.layer-tree .category > label.opener {
  color: #eee;
  cursor: pointer;
  font-size: 13px;
  font-weight: 300;
  line-height: 2em;
  padding-left: 25px;
  position: relative;
  z-index: 1; }
/* line 87, ../scss/structures/_layer-tree.scss */
.layer-tree .category > label.opener:hover {
  background: #004b78; }
/* line 92, ../scss/structures/_layer-tree.scss */
.layer-tree .category > label.opener:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 4px;
  border: 1px solid #c2c6cb;
  border-radius: 2px; }
/* line 107, ../scss/structures/_layer-tree.scss */
.layer-tree .category > label.opener:after {
  color: #c2c6cb;
  content: '\f067';
  font-family: FontAwesome;
  font-size: 0.7em;
  position: absolute;
  left: 5px;
  top: 0; }
/* line 117, ../scss/structures/_layer-tree.scss */
.layer-tree .category > input.opener:checked ~ label.opener:after {
  content: '\f068'; }
/* line 123, ../scss/structures/_layer-tree.scss */
.layer-tree .category label.select-all {
  position: absolute;
  top: 0;
  z-index: 2; }
/* line 129, ../scss/structures/_layer-tree.scss */
.layer-tree .category label.select-all:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 22px;
  top: 4px;
  background-color: #ffffff;
  border: 1px solid #c2c6cb;
  border-radius: 3px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s; }
/* line 144, ../scss/structures/_layer-tree.scss */
.layer-tree .category > input.select-all:checked ~ label.select-all:after {
  font-family: 'FontAwesome';
  content: "\F111";
  position: absolute;
  left: 25px;
  top: 3px;
  font-size: 11px; }
/* line 153, ../scss/structures/_layer-tree.scss */
.layer-tree .category > input.select-full:checked ~ label.select-all:after {
  font-family: 'FontAwesome';
  content: "\F00C";
  position: absolute;
  left: 25px;
  top: 3px;
  font-size: 11px; }
/* line 162, ../scss/structures/_layer-tree.scss */
.layer-tree .category > label.select-all ~ label.opener {
  padding-left: 46px; }
/* line 167, ../scss/structures/_layer-tree.scss */
.layer-tree .category ul {
  display: none; }
/* line 171, ../scss/structures/_layer-tree.scss */
.layer-tree .category > input.opener:checked ~ ul {
  display: block; }

/* line 177, ../scss/structures/_layer-tree.scss */
.move-to-site {
  padding: 0 25px;
  margin-top: 5px; }
/* line 181, ../scss/structures/_layer-tree.scss */
.move-to-site select {
  border: 0;
  width: 100%; }

/* line 1, ../scss/structures/_layer-window.scss */
.layer-window-wrapper {
  font-size: 13px;
  position: fixed;
  top: 0;
  right: 0;
  width: 260px;
  background-color: #1b1e24;
  height: 100%;
  z-index: 5;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }
/* line 13, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .layer-window-header {
  margin: 15px; }
/* line 17, ../scss/structures/_layer-window.scss */
.layer-window-wrapper input[type="text"], .layer-window-wrapper input[type="password"], .layer-window-wrapper input[type="date"], .layer-window-wrapper input[type="datetime"], .layer-window-wrapper input[type="email"], .layer-window-wrapper input[type="number"], .layer-window-wrapper input[type="search"], .layer-window-wrapper input[type="tel"], .layer-window-wrapper input[type="time"], .layer-window-wrapper input[type="url"], .layer-window-wrapper textarea, .layer-window-wrapper select {
  background-color: #0d0f12;
  color: #a9a9a9;
  height: 28px; }
/* line 33, ../scss/structures/_layer-window.scss */
.layer-window-wrapper input[type="text"]:focus, .layer-window-wrapper input[type="password"]:focus, .layer-window-wrapper input[type="date"]:focus, .layer-window-wrapper input[type="datetime"]:focus, .layer-window-wrapper input[type="email"]:focus, .layer-window-wrapper input[type="number"]:focus, .layer-window-wrapper input[type="search"]:focus, .layer-window-wrapper input[type="tel"]:focus, .layer-window-wrapper input[type="time"]:focus, .layer-window-wrapper input[type="url"]:focus, .layer-window-wrapper textarea:focus, .layer-window-wrapper select:focus {
  border-color: #f1f1f1;
  background-color: #f4f5f7;
  color: #282323;
  outline: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
/* line 44, ../scss/structures/_layer-window.scss */
.layer-window-wrapper input[type="text"] {
  width: 100%;
  border: transparent; }
/* line 49, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget {
  margin-top: 15px;
  display: block; }
/* line 53, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-title {
  color: #808285;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 0 25px;
  text-transform: uppercase; }
/* line 62, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .keyword-list {
  padding-left: 27px;
  margin-top: 10px; }
/* line 66, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .keyword-list .keyword {
  margin-right: 5px; }
/* line 71, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content {
  margin-top: 10px; }
/* line 75, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content .layer-tree-empty {
  color: #808285;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  display: block;
  padding-left: 27px; }
/* line 84, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content ul.layer-tree {
  list-style: none;
  padding: 0; }
/* line 88, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content ul.layer-tree .layer-tree-node {
  padding: 0; }
/* line 91, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content ul.layer-tree .layer-tree-node.open a {
  background: #004b78; }
/* line 96, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content ul.layer-tree a {
  color: #EEEEEE;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  display: block;
  padding: 5px 0 5px 27px; }
/* line 104, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content ul.layer-tree a:hover {
  background: #004b78; }
/* line 108, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content ul.layer-tree a .arrow.open:before {
  content: "\f107";
  color: #919091 !important; }
/* line 113, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content ul.layer-tree a .arrow:before {
  float: right;
  margin-top: 1px;
  margin-right: 20px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f104";
  font-weight: 300;
  text-shadow: none; }
/* line 127, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content ul.layer-tree ul.sub-menu {
  display: none;
  list-style: none;
  background-color: #2d323d;
  padding: 8px 0 8px 0; }
/* line 133, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content ul.layer-tree ul.sub-menu li {
  padding: 0; }
/* line 137, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content ul.layer-tree ul.sub-menu .server {
  color: #c3c6ce;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  padding: 5px 0 5px 35px;
  text-decoration: none; }
/* line 145, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content ul.layer-tree ul.sub-menu .server ul.sub-menu {
  padding: 0;
  margin-bottom: 5px;
  margin-right: 10px;
  position: relative;
  left: 14px; }
/* line 152, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content ul.layer-tree ul.sub-menu .server ul.sub-menu li {
  font-size: 11px;
  padding: 3px 0 3px 7px;
  line-height: 22px;
  position: relative; }
/* line 158, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content ul.layer-tree ul.sub-menu .server ul.sub-menu li .checkbox {
  line-height: 22px;
  margin-right: 0; }
/* line 163, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content ul.layer-tree ul.sub-menu .server ul.sub-menu li:before {
  content: '';
  position: absolute;
  left: -10px;
  border-left: 1px dotted #8b91a0;
  border-bottom: 1px dotted #8b91a0;
  width: 10px;
  height: 12px; }
/* line 173, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content ul.layer-tree ul.sub-menu .server ul.sub-menu li:not(:last-child):after {
  content: '';
  position: absolute;
  left: -10px;
  border-left: 1px dotted #8b91a0;
  border-top: 1px dotted #8b91a0;
  width: 10px;
  height: 16px;
  top: 14px; }
/* line 186, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content ul.layer-tree ul.sub-menu .server .server-title, .layer-window-wrapper .side-widget .side-widget-content ul.layer-tree ul.sub-menu .server .server-more {
  display: block; }
/* line 190, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content ul.layer-tree ul.sub-menu .server .server-more {
  color: #c3c6ce;
  font-size: 10px; }
/* line 195, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content ul.layer-tree ul.sub-menu .server .checkbox {
  float: left;
  margin-right: 10px;
  line-height: 38px; }
/* line 200, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content ul.layer-tree ul.sub-menu .server .checkbox label {
  margin: 0;
  vertical-align: middle; }
/* line 207, ../scss/structures/_layer-window.scss */
.layer-window-wrapper .side-widget .side-widget-content ul.layer-tree ul.sub-menu .server:hover, .layer-window-wrapper .side-widget .side-widget-content ul.layer-tree ul.sub-menu .server:hover .sub-menu {
  color: #fff;
  background-color: #1B1E24; }

/* line 217, ../scss/structures/_layer-window.scss */
.layer-widget {
  display: inline-block;
  cursor: pointer;
  padding: 11px 11px;
  background-color: #22262e;
  width: 107px;
  margin: 0 0 10px 15px;
  clear: both;
  z-index: 10;
  color: #808285;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: top;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.1s linear 0s !important; }
/* line 236, ../scss/structures/_layer-window.scss */
.layer-widget:hover {
  color: #fff; }
/* line 240, ../scss/structures/_layer-window.scss */
.layer-widget i {
  display: block;
  margin: 0 auto 10px auto;
  font-size: 3em; }
/* line 246, ../scss/structures/_layer-window.scss */
.layer-widget .activate {
  background-color: #22262e;
  margin-top: 10px; }
/* line 250, ../scss/structures/_layer-window.scss */
.layer-widget .activate label {
  margin: 0;
  padding-left: 17px; }
/* line 254, ../scss/structures/_layer-window.scss */
.layer-widget .activate label:before {
  margin: 0; }
/* line 258, ../scss/structures/_layer-window.scss */
.layer-widget .activate label::after {
  left: 1px; }

/* line 1, ../scss/structures/_login.scss */
.login-container .alert {
  margin-bottom: 0; }

/* line 2, ../scss/structures/_nestable-list.scss */
.lt-draggable.dd-list {
  display: block;
  border-collapse: collapse;
  width: 100%; }
/* line 7, ../scss/structures/_nestable-list.scss */
.lt-draggable.dd-list .dd-list {
  margin-top: 10px; }
/* line 10, ../scss/structures/_nestable-list.scss */
.lt-draggable.dd-list .dd-list .dd-item:last-child {
  padding: 0; }
/* line 16, ../scss/structures/_nestable-list.scss */
.lt-draggable .dd-item {
  display: block;
  padding-bottom: 10px; }
/* line 21, ../scss/structures/_nestable-list.scss */
.lt-draggable .dd-handle {
  cursor: move;
  color: #fff;
  border-radius: 0;
  border-color: #fff;
  float: left;
  font-size: 25px;
  line-height: 25px;
  height: auto;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  width: 47px; }
/* line 37, ../scss/structures/_nestable-list.scss */
.lt-draggable .blue {
  background: #0090d9; }
/* line 41, ../scss/structures/_nestable-list.scss */
.lt-draggable .blue:hover {
  background-color: #00abea; }
/* line 45, ../scss/structures/_nestable-list.scss */
.lt-draggable .green {
  background: #1abc9c; }
/* line 49, ../scss/structures/_nestable-list.scss */
.lt-draggable .green:hover {
  background: #1abc9c; }
/* line 53, ../scss/structures/_nestable-list.scss */
.lt-draggable .dd-content {
  background-color: #fff;
  border: 1px solid #e5e9ec;
  border-radius: 3px;
  margin-left: 46px;
  line-height: 23px;
  padding: 11px 10px;
  vertical-align: top; }
/* line 63, ../scss/structures/_nestable-list.scss */
.lt-draggable .dd-content .dd-toolbar a.inactive {
  color: #bbb; }

/* line 72, ../scss/structures/_nestable-list.scss */
.lt-heading .checkbox {
  display: inline-block; }

/* line 77, ../scss/structures/_nestable-list.scss */
.lt-layer-list {
  margin: 0;
  padding: 0; }

/* line 82, ../scss/structures/_nestable-list.scss */
.lt-layer-list-item {
  border: 1px solid #d5d5d5;
  list-style: none;
  padding: 10px 20px;
  margin-bottom: 10px;
  min-height: 42px; }
/* line 89, ../scss/structures/_nestable-list.scss */
.lt-layer-list-item:hover {
  background-color: #e5e5e5; }
/* line 93, ../scss/structures/_nestable-list.scss */
.lt-layer-list-item.dragover {
  border: 2px dashed #d5d5d5; }

/* line 98, ../scss/structures/_nestable-list.scss */
.lt-layer-list-title {
  display: inline-block; }

/* line 103, ../scss/structures/_nestable-list.scss */
.angular-ui-tree-drag {
  opacity: 1;
  display: block;
  background: darkblue; }

/* line 109, ../scss/structures/_nestable-list.scss */
.angular-ui-tree-placeholder {
  background: #f0f9ff;
  border: 2px dashed #bed2db;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1, ../scss/structures/_profile.scss */
.profile-avatar {
  width: 176px;
  margin: 0 auto 20px auto; }

/* line 1, ../scss/structures/_table.scss */
.table-blank > tbody > tr > td {
  border-top: none; }

/* line 6, ../scss/structures/_table.scss */
.table-super-condensed thead > tr > th {
  padding: 2px 9px 4px 9px; }
/* line 10, ../scss/structures/_table.scss */
.table-super-condensed thead > tr.filters > td {
  padding: 0 9px 6px 9px; }
/* line 14, ../scss/structures/_table.scss */
.table-super-condensed tbody > tr > td {
  padding: 6px 12px; }

/* line 21, ../scss/structures/_table.scss */
.table > thead > tr > th.sort:after {
  float: right;
  font-family: 'FontAwesome';
  content: "\f0dc"; }
/* line 27, ../scss/structures/_table.scss */
.table > thead > tr > th.sort.asc:after {
  content: "\f0de"; }
/* line 31, ../scss/structures/_table.scss */
.table > thead > tr > th.sort.desc:after {
  content: "\f0dd"; }

/* line 36, ../scss/structures/_table.scss */
.form-inline .limit-input {
  width: 55px;
  text-align: center; }

/* line 41, ../scss/structures/_table.scss */
.table .table {
  margin-bottom: 0; }

/* line 3, ../scss/structures/_toolbar.scss */
.maptooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap; }

/* line 13, ../scss/structures/_toolbar.scss */
.maptooltip-distance {
  position: relative;
  background-color: #7f0000;
  border-radius: 0.4em;
  color: white;
  padding: 0.3em 0.6em;
  bottom: 0.5em;
  border: 0.1em solid white;
  white-space: nowrap; }

/* line 25, ../scss/structures/_toolbar.scss */
.maptooltip-distance:after {
  border-top: 0.5em solid #7f0000;
  border-left: 0.5em solid transparent;
  border-right: 0.5em  solid transparent;
  content: " ";
  position: absolute;
  bottom: -0.4em;
  margin-left: -0.5em;
  left: 50%; }

/* line 38, ../scss/structures/_toolbar.scss */
.maptooltip-distance:before {
  border-top: 0.5em solid white;
  border-left: 0.5em solid transparent;
  border-right: 0.5em  solid transparent;
  content: " ";
  position: absolute;
  bottom: -0.5em;
  margin-left: -0.5em;
  left: 50%; }

/*
.maptoolbar-list{
    display: table;
    list-style-type: none;
    width: 100%;
    margin-top:61px;
    margin-bottom: -61px;
    background-color: yellowgreen;

}

.maptoolbar-list>li{
    display:inline-block;
}*/
/* line 65, ../scss/structures/_toolbar.scss */
.maptoolbar-infotooltip {
  margin-left: 1em;
  position: relative;
  background-color: #ecf0f2;
  border-radius: 4px;
  color: black;
  padding: 0;
  opacity: 1;
  border: 0.1em solid #E8EDF1;
  white-space: nowrap;
  z-index: 10;
  -webkit-filter: drop-shadow(0 0 0.15rem rgba(104, 104, 104, 0.5));
  -webkit-transform: translateZ(0);
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: default; }

/* line 88, ../scss/structures/_toolbar.scss */
.maptoolbar-infotooltip::after {
  content: ' ';
  position: absolute;
  border-right: 1em solid #E8EDF1;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  z-index: 0;
  left: -0.9em;
  top: 50%;
  margin-top: -1em; }

/* line 101, ../scss/structures/_toolbar.scss */
.maptoolbar-infotooltip::before {
  content: ' ';
  position: absolute;
  border-right: 1em solid #E8EDF1;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  z-index: 0;
  left: -1em;
  top: 50%;
  margin-top: -1em; }

/* line 114, ../scss/structures/_toolbar.scss */
.maptoolbar-infotooltip > .infotooltip-header {
  display: inline-block;
  background-color: #ecf0f2;
  width: 100%;
  border-radius: 4px; }

/* line 122, ../scss/structures/_toolbar.scss */
.infotooltip-header {
  display: inline-block; }

/* line 125, ../scss/structures/_toolbar.scss */
.infotooltip-header label {
  display: inline-block;
  width: 65%;
  margin-right: 1.2em; }

/* line 131, ../scss/structures/_toolbar.scss */
.infotooltip-header select {
  padding: 0.3em;
  font-size: 1.4em;
  border: 0;
  border-radius: 0;
  background: transparent none no-repeat;
  display: inline-block;
  color: black;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 1em;
  cursor: pointer; }

@supports (-ms-ime-align: auto) {
  /* line 147, ../scss/structures/_toolbar.scss */
  .infotooltip-header select::-ms-expand {
    display: none; }

  /* line 150, ../scss/structures/_toolbar.scss */
  .infotooltip-header span {
    display: none; }

  /* line 153, ../scss/structures/_toolbar.scss */
  .infotooltip-header select {
    background-position: right center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAIAAAAmdTLBAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAC5SURBVDhP7ZTBDYMwDEXT3jmwAjMwDBvCAkzAAskeMAN91K6a4jiV2kMvfRdk57+vSEi57PsevuCq30/5+w+maRqGYds2nR0IECOsM/8PxnGUse/7dV1laeGIgCRR2Bz+siyyEryKXBbmeT78GGPbtrq7YyusjIKo969XeDJH6oNXUZHh6UOxoiLDiw+2Iuckw9kHr8LKUPDBVhRlKPuQV3gyuD5IRUWGN+9PSqlpmq7rdDb89v0K4QZUY6wr211GzQAAAABJRU5ErkJggg==") !important; } }
/*IE 10 & 11 IE10?*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 161, ../scss/structures/_toolbar.scss */
  .infotooltip-header select::-ms-expand {
    display: none; }

  /* line 164, ../scss/structures/_toolbar.scss */
  .infotooltip-header span {
    display: none; }

  /* line 167, ../scss/structures/_toolbar.scss */
  .infotooltip-header select {
    background-position: right center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAIAAAAmdTLBAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAC5SURBVDhP7ZTBDYMwDEXT3jmwAjMwDBvCAkzAAskeMAN91K6a4jiV2kMvfRdk57+vSEi57PsevuCq30/5+w+maRqGYds2nR0IECOsM/8PxnGUse/7dV1laeGIgCRR2Bz+siyyEryKXBbmeT78GGPbtrq7YyusjIKo969XeDJH6oNXUZHh6UOxoiLDiw+2Iuckw9kHr8LKUPDBVhRlKPuQV3gyuD5IRUWGN+9PSqlpmq7rdDb89v0K4QZUY6wr211GzQAAAABJRU5ErkJggg==") !important; }

 /*   .infotooltipheader label::after{
        content:  "\f078";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        position: relative;
        font-size: 1em;
        color: black;
        right: 1em;
        margin: 0;
        z-index: 1;

    }*/ }
/* line 189, ../scss/structures/_toolbar.scss */
.infotooltip-header span {
  position: relative;
  right: 1em;
  pointer-events: none;
  /*IE workaround
  background:white; opacity:0; filter:Alpha(opacity=0);*/ }

/* line 198, ../scss/structures/_toolbar.scss */
.infotooltip-header > .infotooltip-mover {
  display: inline-block;
  height: 1.6em;
  width: 15%;
  cursor: move;
  text-align: center;
  vertical-align: 0.1em; }

/* line 212, ../scss/structures/_toolbar.scss */
.infotooltip-mover > i {
  padding: 0.2em;
  padding-top: 0.12em;
  font-size: 1.2em;
  color: white;
  background-color: gray;
  border-radius: 0.1em; }

/* line 223, ../scss/structures/_toolbar.scss */
.infotooltip-header > .infotooltip-closer {
  display: inline-block;
  height: 2em;
  border-radius: 0.1em;
  width: 20%;
  cursor: pointer;
  vertical-align: -0.2em; }

/* line 233, ../scss/structures/_toolbar.scss */
.infotooltip-closer > i {
  padding: 0.1em;
  font-size: 2em; }

/* line 241, ../scss/structures/_toolbar.scss */
.infotooltip-content {
  margin: 0.1em 0.2em; }

/*first column in table*/
/* line 246, ../scss/structures/_toolbar.scss */
.infotooltip-content tr > td:first-child {
  padding-right: 0.4em; }

/* line 250, ../scss/structures/_toolbar.scss */
style-picker-small {
  display: inline-block;
  vertical-align: middle; }

/* Map */
/* line 2, ../scss/structures/_ol-map.scss */
#map {
  position: relative; }

/* line 7, ../scss/structures/_ol-map.scss */
.grid #map {
  margin-top: 0;
  background: url("../img/map/map_not_found.png") no-repeat center;
  background-size: 200px;
  background-color: rgba(75, 75, 75, 0.7); }

/*
 OL Control Buttons
*/
/* line 17, ../scss/structures/_ol-map.scss */
.ol-control {
  background-color: transparent;
  margin: 0;
  padding: 0; }
/* line 22, ../scss/structures/_ol-map.scss */
.ol-control:hover {
  background-color: transparent; }
/* line 27, ../scss/structures/_ol-map.scss */
.ol-control button {
  width: 18px;
  height: 18px;
  margin: 0px;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  color: #1b1e24;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 5px; }
/* line 40, ../scss/structures/_ol-map.scss */
.ol-control button:hover {
  background-color: #DADADA;
  cursor: pointer; }
/* line 45, ../scss/structures/_ol-map.scss */
.ol-control button:focus:not(:hover) {
  background-color: #ffffff;
  outline: none; }
/* line 50, ../scss/structures/_ol-map.scss */
.ol-control button:focus {
  outline: none; }

/*
 OverviewMap ---------------
*/
/* line 59, ../scss/structures/_ol-map.scss */
.ol-overviewmap {
  right: auto;
  top: auto;
  left: 2em;
  bottom: 2em;
  background-color: transparent;
  border-radius: unset; }

/* line 67, ../scss/structures/_ol-map.scss */
.ol-overviewmap button {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  font-size: 26px; }

/* line 73, ../scss/structures/_ol-map.scss */
.ol-overviewmap button:focus {
  outline: none; }

/* line 76, ../scss/structures/_ol-map.scss */
.ol-overviewmap .ol-overviewmap-map {
  margin: 0;
  border: 1px solid #0080C8;
  bottom: 0px;
  display: block; }

/* line 82, ../scss/structures/_ol-map.scss */
.ol-overviewmap:not(.ol-collapsed) {
  background-color: white; }

/* line 85, ../scss/structures/_ol-map.scss */
.ol-overviewmap:not(.ol-collapsed) button {
  background-color: #0080C8;
  left: 0px;
  bottom: 0px; }
/* line 89, ../scss/structures/_ol-map.scss */
.ol-overviewmap:not(.ol-collapsed) button:focus:not(:hover) {
  background-color: #0080C8; }

/*
 MousePosition
*/
/* line 97, ../scss/structures/_ol-map.scss */
.ol-mouse-position {
  top: -1px;
  right: auto;
  position: relative; }

/*
 ScaleLine ------------------
*/
/* line 106, ../scss/structures/_ol-map.scss */
.ol-scale-line {
  right: auto;
  top: auto;
  left: 45%;
  bottom: 2em;
  border-radius: unset;
  background-color: #0080C8; }

/*
 Attribution ----------------
*/
/* line 123, ../scss/structures/_ol-map.scss */
.ol-attribution {
  left: auto;
  top: auto;
  right: 2em;
  bottom: 2em; }

/* line 129, ../scss/structures/_ol-map.scss */
.ol-attribution:not(.ol-collapsed) button {
  font-size: 26px;
  background-color: #DADADA; }
/* line 132, ../scss/structures/_ol-map.scss */
.ol-attribution:not(.ol-collapsed) button:focus:not(:hover) {
  background-color: #DADADA; }

/* line 136, ../scss/structures/_ol-map.scss */
.ol-attribution:not(.ol-collapsed) {
  border-radius: 3px;
  border: none; }
/* line 139, ../scss/structures/_ol-map.scss */
.ol-attribution:not(.ol-collapsed):hover {
  background-color: white; }

/*
 Zoom ----------------
*/
/* line 146, ../scss/structures/_ol-map.scss */
.ol-zoom {
  background-color: transparent;
  border: none;
  border-radius: unset;
  left: 1.5em;
  top: 10em;
  width: 0px;
  margin: 0;
  padding: 0; }
/* line 155, ../scss/structures/_ol-map.scss */
.ol-zoom .ol-zoom-out {
  left: 2em;
  top: 2em;
  width: 27px;
  height: 27px;
  background-color: #ffffff;
  border-radius: 0 0 3px 3px;
  border: 1px solid #e6e6e6;
  border-top: none;
  color: #1b1e24;
  font-size: 26px;
  text-align: center;
  vertical-align: middle; }
/* line 170, ../scss/structures/_ol-map.scss */
.ol-zoom .ol-zoom-in {
  left: 2em;
  top: 4em;
  width: 27px;
  height: 27px;
  background-color: #ffffff;
  border-radius: 3px 3px 0 0;
  border: 1px solid #e6e6e6;
  color: #1b1e24;
  font-size: 26px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0em; }

/*
 ZoomSlider ----------------
*/
/* line 190, ../scss/structures/_ol-map.scss */
.ol-zoomslider {
  top: 16.7em;
  left: 2.4em;
  width: 10px;
  background-color: #ffffff;
  opacity: 0.8; }
/* line 196, ../scss/structures/_ol-map.scss */
.ol-zoomslider:hover {
  opacity: 1;
  background-color: #ffffff; }

/* line 201, ../scss/structures/_ol-map.scss */
.ol-zoomslider-thumb {
  width: 32px;
  height: 16px !important;
  left: -12px !important;
  background-color: #0080C8 !important; }
/* line 206, ../scss/structures/_ol-map.scss */
.ol-zoomslider-thumb:hover {
  background-color: #0080C8; }

/* line 210, ../scss/structures/_ol-map.scss */
.ol-zoomslider-thumb:focus {
  outline: none; }

/*
 RotationElement ----------------
*/
/* line 217, ../scss/structures/_ol-map.scss */
.ol-rotate {
  top: 33.5em;
  left: 1.5em;
  right: auto; }

/* line 222, ../scss/structures/_ol-map.scss */
.ol-rotate button {
  background-color: #0080C8;
  color: white; }

/* line 226, ../scss/structures/_ol-map.scss */
.ol-rotate-reset span {
  font-weight: bold; }

/* line 1, ../scss/structures/_pagination.scss */
.pagination-wrapper {
  padding-left: 10px;
  padding-right: 0px;
  margin-bottom: 5px;
  margin-top: 5px; }

/* line 9, ../scss/structures/_pagination.scss */
.pagination-small li a {
  padding: 3px 9px; }
/* line 13, ../scss/structures/_pagination.scss */
.pagination-small .counter {
  line-height: 24px; }

/* line 19, ../scss/structures/_pagination.scss */
.pagination-dark li a, .pagination-dark li.disabled a {
  background-color: #1b1e24;
  border: none; }
/* line 24, ../scss/structures/_pagination.scss */
.pagination-dark li a {
  color: #6f7b8a; }
/* line 28, ../scss/structures/_pagination.scss */
.pagination-dark li.active a {
  background-color: #1f3853; }

/* line 1, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li > a:hover, x-iwo-menu-left > div > ul > li:hover > a, x-iwo-menu-left > div > ul > li.open > a {
  background: #004b78; }

/*.scroll-wrapper > .scroll-content {
  overflow-x: hidden !important;
}*/
/* line 16, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li > ul.sub-menu li.open > a {
  font-weight: 400; }

/* line 20, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left li.selected {
  background-color: #004B78 !important; }

/* line 24, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left li.selected > a {
  font-weight: 400 !important;
  color: #ffffff !important; }

/* line 29, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li > ul.sub-menu li > ul.sub-menu > li > a:hover x-iwo-menu-left > div > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
  margin-left: 0px !important;
  padding-left: 70px !important; }

/* line 36, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0; }
/* line 42, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px; }
/* line 47, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li > a {
  color: #8B91A0;
  display: block;
  position: relative;
  margin: 0;
  border: 0px;
  padding: 11.5px 20px 11.5px 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal; }
/* line 57, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li > a.open {
  background: #313131; }
/* line 60, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li > a i {
  font-size: 14px;
  margin-right: 7px;
  text-shadow: none; }
/* line 67, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li > a > .arrow.open:before {
  float: right;
  margin-top: 1px;
  margin-right: 3px;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  font-size: 16px;
  content: "\f107";
  font-weight: 300;
  text-shadow: none; }
/* line 83, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li:last-child > a {
  border-bottom: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important; }
/* line 89, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li a i {
  color: #8B91A0;
  text-align: center;
  display: inline-block; }
/* line 96, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li.active > a {
  border-top-color: transparent !important;
  color: #ffffff;
  border: none;
  text-shadow: none; }
/* line 101, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li.active > a i {
  color: #ffffff; }
/* line 105, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li.active i {
  color: #ffffff; }
/* line 109, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li.active > ul.sub-menu {
  display: block; }
/* line 113, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li.active > ul.sub-menu > li ul.sub-menu {
  display: block; }
/* line 122, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li > ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0px;
  background-color: #22262E;
  padding: 8px 0px 10px 0px; }
/* line 129, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li > ul.sub-menu > li {
  background: none;
  margin: 0px;
  padding: 0px;
  margin-top: 1px !important; }
/* line 134, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li > ul.sub-menu > li > a {
  margin-left: 0px;
  padding-left: 5px;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px;
  padding-left: 53px !important;
  color: #e1eaf1;
  text-decoration: none;
  text-shadow: 0 1px 1px #000;
  font-size: 13px;
  font-weight: 300;
  background: none; }
/* line 147, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li > ul.sub-menu > li > a:hover {
  background: #1B1E24 !important; }
/* line 152, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li > ul.sub-menu > li:first-child > a {
  border-top: 0px !important; }
/* line 157, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li > ul.sub-menu > li ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding-left: 0; }
/* line 163, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li > ul.sub-menu > li ul.sub-menu li {
  background: none;
  margin: 0px;
  padding: 0px; }
/* line 173, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
  margin-left: 70px; }
/* line 179, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  padding-left: 80px; }
/* line 192, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li > ul.sub-menu li > a > .arrow:before {
  float: right;
  margin-top: 1px;
  margin-right: 20px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f104";
  font-weight: 300;
  text-shadow: none; }
/* line 205, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li > ul.sub-menu li > a > .arrow.open:before {
  float: right;
  margin-top: 1px;
  margin-right: 18px;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  font-size: 16px;
  content: "\f107";
  font-weight: 300;
  text-shadow: none; }
/* line 223, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li > ul.sub-menu li > ul.sub-menu > li > a {
  display: block;
  padding: 5px 0px;
  color: #ccc;
  text-decoration: none;
  text-shadow: 0 1px 1px #000;
  font-size: 13px;
  font-weight: 300; }
/* line 231, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li > ul.sub-menu li > ul.sub-menu > li > a > i {
  font-size: 13px; }
/* line 242, ../scss/structures/_iwo-menu-left.scss */
x-iwo-menu-left > div > ul > li.start > a {
  border-top-color: transparent !important; }

/* line 1, ../scss/plugin-overrides/_dropzone.scss */
.dropzone {
  border: 1px solid rgba(0, 0, 0, 0.03);
  min-height: 360px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #e8edf1;
  padding: 23px; }

/* line 10, ../scss/plugin-overrides/_dropzone.scss */
.dropzone .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-image: url("../img/dropzone/spritemap.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%; }

/* line 31, ../scss/plugin-overrides/_dropzone.scss */
.dropzone .dz-default.dz-message span {
  display: none; }

/* line 35, ../scss/plugin-overrides/_dropzone.scss */
.dropzone .dz-preview.dz-image-preview {
  background: #e8edf1; }

/* line 39, ../scss/plugin-overrides/_dropzone.scss */
.dropzone .dz-preview .dz-image, .dropzone .dz-preview .dz-image {
  border-radius: 20px; }

@media (min-width: 980px) {
  /* line 2, ../scss/plugin-overrides/_messenger.scss */
  ul.messenger.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-left {
    left: 270px;
    margin-left: 0px; }

  /* line 7, ../scss/plugin-overrides/_messenger.scss */
  ul.messenger.messenger-fixed.messenger-on-top {
    top: 80px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 14, ../scss/plugin-overrides/_messenger.scss */
  ul.messenger.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-left {
    left: 70px;
    margin-left: 0px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 21, ../scss/plugin-overrides/_messenger.scss */
  ul.messenger.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-left {
    left: 20px;
    margin-left: 0px; } }
@media (max-width: 480px) {
  /* line 29, ../scss/plugin-overrides/_messenger.scss */
  ul.messenger.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-left {
    left: 20px;
    margin-left: 0px; } }
/* line 1, ../scss/plugin-overrides/_nestable.scss */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px; }

/* line 12, ../scss/plugin-overrides/_nestable.scss */
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 20, ../scss/plugin-overrides/_nestable.scss */
.dd-list .dd-list {
  padding-left: 30px; }

/* line 24, ../scss/plugin-overrides/_nestable.scss */
.dd-collapsed .dd-list {
  display: none; }

/* line 28, ../scss/plugin-overrides/_nestable.scss */
.dd-item, .dd-empty, .dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px; }

/* line 38, ../scss/plugin-overrides/_nestable.scss */
.dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #6F7B8A;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #e5e9ec;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* line 54, ../scss/plugin-overrides/_nestable.scss */
.dd-handle:hover {
  background-color: #fbfcfd; }

/* line 58, ../scss/plugin-overrides/_nestable.scss */
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold; }

/* line 78, ../scss/plugin-overrides/_nestable.scss */
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0; }

/* line 87, ../scss/plugin-overrides/_nestable.scss */
.dd-item > button[data-action="collapse"]:before {
  content: '-'; }

/* line 91, ../scss/plugin-overrides/_nestable.scss */
.dd-placeholder, .dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* line 101, ../scss/plugin-overrides/_nestable.scss */
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, #ffffff 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, #ffffff 75%, #ffffff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px; }

/* line 112, ../scss/plugin-overrides/_nestable.scss */
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999; }

/* line 118, ../scss/plugin-overrides/_nestable.scss */
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0; }

/* line 122, ../scss/plugin-overrides/_nestable.scss */
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1); }

/* line 127, ../scss/plugin-overrides/_nestable.scss */
.nestable-lists {
  display: block;
  clear: both;
  padding: 0;
  width: 100%;
  border: 0; }

/* line 135, ../scss/plugin-overrides/_nestable.scss */
#nestable-menu {
  padding: 0;
  margin: 20px 0; }

/* line 140, ../scss/plugin-overrides/_nestable.scss */
#nestable-output, #nestable2-output {
  width: 100%;
  height: 7em;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: Consolas, monospace;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* line 151, ../scss/plugin-overrides/_nestable.scss */
.dark .dd-handle {
  color: #6F7B8A;
  border: none;
  background: #d9e0e4; }

/* line 157, ../scss/plugin-overrides/_nestable.scss */
.dark .dd-handle:hover {
  background: #d1dade;
  color: #505458; }

/* line 162, ../scss/plugin-overrides/_nestable.scss */
.dark .dd-item > button:before {
  color: #8E9AA2; }

@media only screen and (min-width: 700px) {
  /* line 167, ../scss/plugin-overrides/_nestable.scss */
  .dd {
    float: left;
    width: 100%; }

  /* line 171, ../scss/plugin-overrides/_nestable.scss */
  .dd + .dd {
    margin-left: 2%; } }
/* line 176, ../scss/plugin-overrides/_nestable.scss */
.dd-hover > .dd-handle {
  background: #2ea8e5 !important; }

/* line 180, ../scss/plugin-overrides/_nestable.scss */
.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #eeeeee 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* line 199, ../scss/plugin-overrides/_nestable.scss */
.dd3-content:hover {
  color: #2ea8e5;
  background: #fff; }

/* line 204, ../scss/plugin-overrides/_nestable.scss */
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0; }

/* line 208, ../scss/plugin-overrides/_nestable.scss */
.dd3-item > button {
  margin-left: 30px; }

/* line 212, ../scss/plugin-overrides/_nestable.scss */
.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #ddd;
  background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: linear-gradient(to bottom, #dddddd 0%, #bbbbbb 100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 231, ../scss/plugin-overrides/_nestable.scss */
.dd3-handle:before {
  content: '├óÔÇ░┬í';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal; }

/* line 245, ../scss/plugin-overrides/_nestable.scss */
.dd3-handle:hover {
  background: #ddd; }

/* line 1, ../scss/plugin-overrides/_scrollbar.scss */
.scrollbar-inner {
  overflow: auto; }

/* line 3, ../scss/plugin-overrides/_select2.scss */
.select2-container .select2-choice {
  height: 37px; }
/* line 8, ../scss/plugin-overrides/_select2.scss */
.select2-container .select2-choice .select2-arrow b:before {
  top: 4px; }

/* line 16, ../scss/plugin-overrides/_select2.scss */
.select2-results .select2-no-results {
  margin-top: 15px;
  background-color: #edf7fc;
  padding: 10px;
  text-align: center;
  color: #8B91A0; }

/* line 25, ../scss/plugin-overrides/_select2.scss */
.select2-container .select2-choice {
  background-image: none;
  border-radius: 2px;
  border: 1px solid #e5e9ec;
  padding: 3px 9px;
  transition: border 0.2s linear 0s;
  height: 35px; }
/* line 32, ../scss/plugin-overrides/_select2.scss */
.select2-container .select2-choice .select2-arrow {
  background: transparent;
  border-left: 0px; }
/* line 35, ../scss/plugin-overrides/_select2.scss */
.select2-container .select2-choice .select2-arrow b {
  background: none; }
/* line 37, ../scss/plugin-overrides/_select2.scss */
.select2-container .select2-choice .select2-arrow b:before {
  font-family: 'FontAwesome';
  content: "\f0d7";
  position: relative;
  top: 2px;
  right: 5px;
  font-size: 12px; }
/* line 49, ../scss/plugin-overrides/_select2.scss */
.select2-container.select2-dropdown--above .select2-choice {
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

/* line 60, ../scss/plugin-overrides/_select2.scss */
.select2-dropdown-open.select2-dropdown--above .select2-choice, .select2-dropdown-open.select2-drop--above .select2-selection__rendered {
  background-image: none;
  border: 1px solid #e5e9ec;
  background: #f4f5f7; }

/* line 69, ../scss/plugin-overrides/_select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 81, ../scss/plugin-overrides/_select2.scss */
.select2-dropdown.select2-drop-above {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: none; }
/* line 89, ../scss/plugin-overrides/_select2.scss */
.select2-dropdown.select2-drop-above.select2-drop-active {
  border: 1px solid #e5e9ec;
  border-bottom: none;
  border-radius: 2px;
  padding-top: 0px; }

/* line 98, ../scss/plugin-overrides/_select2.scss */
.select2-container-active .select2-choice, .select2-container-active .select2-selection__rendered {
  box-shadow: none;
  border: 1px solid #e5e9ec;
  background: #f4f5f7;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

/* line 110, ../scss/plugin-overrides/_select2.scss */
.select2-search {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px; }
/* line 114, ../scss/plugin-overrides/_select2.scss */
.select2-search input {
  background: none !important;
  vertical-align: baseline;
  line-height: 28px;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  border: 1px solid #999999; }

/* line 125, ../scss/plugin-overrides/_select2.scss */
.select2-results {
  margin: 3px 5px 3px 5px !important; }
/* line 127, ../scss/plugin-overrides/_select2.scss */
.select2-results li {
  color: #6F7B8A; }
/* line 130, ../scss/plugin-overrides/_select2.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  color: #282323; }
/* line 135, ../scss/plugin-overrides/_select2.scss */
.select2-results .select2-highlighted {
  background: #00bb5c;
  border-radius: 3px; }
/* line 138, ../scss/plugin-overrides/_select2.scss */
.select2-results .select2-highlighted .select2-result-label {
  color: #ffffff; }

/* line 144, ../scss/plugin-overrides/_select2.scss */
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
  background: none;
  color: #6F7B8A;
  font-size: 12px;
  padding-left: 8px;
  padding-top: 0px;
  position: relative;
  top: -5px; }

/* line 154, ../scss/plugin-overrides/_select2.scss */
.select2-drop-active {
  border: 1px solid #e5e9ec;
  border-bottom: none;
  border-top: none;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-top: 5px; }

/* line 168, ../scss/plugin-overrides/_select2.scss */
.select2-selection--multiple .select2-selection__rendered {
  background-image: none;
  border: 1px solid #dae0e4;
  border-radius: 2px; }
/* line 172, ../scss/plugin-overrides/_select2.scss */
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  background-color: #e8edf1;
  background-image: none;
  border: none;
  box-shadow: none;
  color: inherit;
  border-radius: 8px;
  margin: 8px -5px 7px 10px;
  padding: 4px 8px 4px 8px;
  direction: ltr; }
/* line 185, ../scss/plugin-overrides/_select2.scss */
.select2-selection--multiple.select2-container-active .select2-selection__rendered {
  border: 1px solid #dae0e4;
  box-shadow: none; }
/* line 189, ../scss/plugin-overrides/_select2.scss */
.select2-selection--multiple.select2-container-active .select2-selection__choice {
  background-color: #ffffff !important; }
/* line 193, ../scss/plugin-overrides/_select2.scss */
.select2-selection--multiple .select2-selection__choice__remove {
  left: 6px; }

/* line 198, ../scss/plugin-overrides/_select2.scss */
.select2-selection__choice__remove {
  background: none;
  top: 4px;
  right: 0; }
/* line 202, ../scss/plugin-overrides/_select2.scss */
.select2-selection__choice__remove:hover {
  text-decoration: none; }
/* line 205, ../scss/plugin-overrides/_select2.scss */
.select2-selection__choice__remove:before {
  font-size: 12px;
  color: #94a1b2; }

/* line 211, ../scss/plugin-overrides/_select2.scss */
.select2-dropdown-multi .select2-results .select2-no-results, .select2-dropdown-multi .select2-results .select2-searching, .select2-dropdown-multi .select2-results .select2-selection-limit {
  top: 0px; }

/* line 215, ../scss/plugin-overrides/_select2.scss */
.select2 {
  margin-bottom: 7px; }
/* line 216, ../scss/plugin-overrides/_select2.scss */
.select2.form-control {
  padding: 0;
  box-shadow: none;
  border: 0; }

/* line 224, ../scss/plugin-overrides/_select2.scss */
.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  background-color: white;
  border: 0;
  cursor: text; }

/* line 230, ../scss/plugin-overrides/_select2.scss */
.select2-container--open .select2-selection__rendered {
  border-bottom: 0;
  background-color: #f4f5f7; }

/* line 235, ../scss/plugin-overrides/_select2.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 241, ../scss/plugin-overrides/_select2.scss */
.select2-container--open .select2-dropdown {
  left: 0; }

/* line 245, ../scss/plugin-overrides/_select2.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #dae0e4;
  border-radius: 2px; }

/* line 251, ../scss/plugin-overrides/_select2.scss */
.select2-hidden-accessible {
  position: absolute !important; }

/* line 255, ../scss/plugin-overrides/_select2.scss */
.select2-selection {
  height: 37px !important; }

/* line 259, ../scss/plugin-overrides/_select2.scss */
.select2-dropdown.select2DropdownWidth {
  width: auto !important;
  white-space: nowrap !important; }

/* line 263, ../scss/plugin-overrides/_select2.scss */
.select2-container--default .select2-results > .select2-results__options {
  width: auto;
  overflow-x: hidden; }

/* line 267, ../scss/plugin-overrides/_select2.scss */
.select2-results__option {
  padding-right: 23px; }

/* line 271, ../scss/plugin-overrides/_select2.scss */
.select2-selection__arrow {
  height: 37px !important; }

/* line 275, ../scss/plugin-overrides/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37px; }

/* line 278, ../scss/plugin-overrides/_select2.scss */
.select2-container.select2-dropdown-open {
  min-width: 100%; }

/* line 2, ../scss/plugin-overrides/_select2-dark-theme.scss */
.select2-dark-theme .select2-container .select2-selection--single {
  height: 37px; }
/* line 6, ../scss/plugin-overrides/_select2-dark-theme.scss */
.select2-dark-theme .select2-container--default .select2-selection--single {
  background-color: #0d0f12;
  border: 0;
  border-radius: 0; }
/* line 12, ../scss/plugin-overrides/_select2-dark-theme.scss */
.select2-dark-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #a9a9a9;
  line-height: 37px; }
/* line 17, ../scss/plugin-overrides/_select2-dark-theme.scss */
.select2-dark-theme .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: #282323;
  line-height: 37px; }
/* line 22, ../scss/plugin-overrides/_select2-dark-theme.scss */
.select2-dark-theme .select2-container--default.select2-container--open .select2-selection--single .select2-selection__placeholder {
  color: #282323; }
/* line 26, ../scss/plugin-overrides/_select2-dark-theme.scss */
.select2-dark-theme .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px; }
/* line 30, ../scss/plugin-overrides/_select2-dark-theme.scss */
.select2-dark-theme .select2-search input {
  background: #22262e !important;
  color: #fff;
  vertical-align: baseline;
  line-height: 28px;
  font-size: 12px;
  border: 0;
  border-radius: 2px;
  margin-top: 5px; }
/* line 40, ../scss/plugin-overrides/_select2-dark-theme.scss */
.select2-dark-theme .select2-search input:focus {
  border-color: #f1f1f1;
  background-color: #f4f5f7 !important;
  color: #282323;
  outline: 0 !important; }
/* line 48, ../scss/plugin-overrides/_select2-dark-theme.scss */
.select2-dark-theme .select2-search--dropdown .select2-search__field {
  border: 0; }
/* line 52, ../scss/plugin-overrides/_select2-dark-theme.scss */
.select2-dark-theme .select2-results li {
  color: #a9a9a9; }
/* line 56, ../scss/plugin-overrides/_select2-dark-theme.scss */
.select2-dark-theme .select2-results__option--highlighted[aria-selected] {
  background-color: #004b78;
  color: #fff; }
/* line 61, ../scss/plugin-overrides/_select2-dark-theme.scss */
.select2-dark-theme .select2-results__option[aria-selected=true] {
  background-color: #004b78; }

/* line 66, ../scss/plugin-overrides/_select2-dark-theme.scss */
.select2-dropdown.select2-dark-theme {
  background-color: #0d0f12;
  border: 1px solid #f4f5f7;
  border-radius: 0; }
