html,body {
  padding: 0;
  margin: 0;
  height: 100%;
}

html,body,* {
  box-sizing: border-box;
}

details,footer,header,nav,section {
  display: block;
}

video {
  display: inline-block;
}

a:hover,a:active,.tile:active {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

button,input,select,textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,input {
  line-height: normal;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  box-sizing: content-box;
  appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input[type=text]::-ms-clear,input[type=email]::-ms-clear,input[type=url]::-ms-clear,input[type=tel]::-ms-clear,input[type=number]::-ms-clear,input[type=time]::-ms-clear {
  display: none;
}

input[type=password]::-ms-reveal {
  display: none;
}

* {
  border-collapse: collapse;
}

a {
  text-decoration: none;
}

@media print {
  a,  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="javascript:"]:after,  a[href^="#"]:after {
    content: "";
  }

  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%;
  }

  p,  h2,  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,  h3 {
    page-break-after: avoid;
  }
}

.bg-black {
  background: #000000 !important;
}

.bg-white {
  background: #ffffff !important;
}

.bg-lime {
  background: #a4c400 !important;
}

.bg-green {
  background: #60a917 !important;
}

.bg-emerald {
  background: #008a00 !important;
}

.bg-teal {
  background: #00aba9 !important;
}

.bg-cyan {
  background: #1ba1e2 !important;
}

.bg-cobalt {
  background: #0050ef !important;
}

.bg-indigo {
  background: #6a00ff !important;
}

.bg-violet {
  background: #aa00ff !important;
}

.bg-pink {
  background: #dc4fad !important;
}

.bg-magenta {
  background: #d80073 !important;
}

.bg-crimson {
  background: #a20025 !important;
}

.bg-red {
  background: #ce352c !important;
}

.bg-orange {
  background: #fa6800 !important;
}

.bg-amber {
  background: #f0a30a !important;
}

.bg-yellow {
  background: #e3c800 !important;
}

.bg-brown {
  background: #825a2c !important;
}

.bg-olive {
  background: #6d8764 !important;
}

.bg-steel {
  background: #647687 !important;
}

.bg-mauve {
  background: #76608a !important;
}

.bg-taupe {
  background: #87794e !important;
}

.bg-gray {
  background: #555555 !important;
}

.bg-dark {
  background: #333333 !important;
}

.bg-darker {
  background: #222222 !important;
}

.bg-darkBrown {
  background: #63362f !important;
}

.bg-darkCrimson {
  background: #640024 !important;
}

.bg-darkMagenta {
  background: #81003c !important;
}

.bg-darkIndigo {
  background: #4b0096 !important;
}

.bg-darkCyan {
  background: #1b6eae !important;
}

.bg-darkCobalt {
  background: #00356a !important;
}

.bg-darkTeal {
  background: #004050 !important;
}

.bg-darkEmerald {
  background: #003e00 !important;
}

.bg-darkGreen {
  background: #128023 !important;
}

.bg-darkOrange {
  background: #bf5a15 !important;
}

.bg-darkRed {
  background: #9a1616 !important;
}

.bg-darkPink {
  background: #9a165a !important;
}

.bg-darkViolet {
  background: #57169a !important;
}

.bg-darkBlue {
  background: #16499a !important;
}

.bg-lightBlue {
  background: #4390df !important;
}

.bg-lightRed {
  background: #da5a53 !important;
}

.bg-lightGreen {
  background: #7ad61d !important;
}

.bg-lighterBlue {
  background: #00ccff !important;
}

.bg-lightTeal {
  background: #45fffd !important;
}

.bg-lightOlive {
  background: #78aa1c !important;
}

.bg-lightOrange {
  background: #ffc194 !important;
}

.bg-lightPink {
  background: #f472d0 !important;
}

.bg-grayDark {
  background: #333333 !important;
}

.bg-grayDarker {
  background: #222222 !important;
}

.bg-grayLight {
  background: #999999 !important;
}

.bg-grayLighter {
  background: #eeeeee !important;
}

.bg-blue {
  background: #00aff0 !important;
}

.fg-black {
  color: #000000 !important;
}

.fg-white {
  color: #ffffff !important;
}

.fg-lime {
  color: #a4c400 !important;
}

.fg-green {
  color: #60a917 !important;
}

.fg-emerald {
  color: #008a00 !important;
}

.fg-teal {
  color: #00aba9 !important;
}

.fg-cyan {
  color: #1ba1e2 !important;
}

.fg-cobalt {
  color: #0050ef !important;
}

.fg-indigo {
  color: #6a00ff !important;
}

.fg-violet {
  color: #aa00ff !important;
}

.fg-pink {
  color: #dc4fad !important;
}

.fg-magenta {
  color: #d80073 !important;
}

.fg-crimson {
  color: #a20025 !important;
}

.fg-red {
  color: #ce352c !important;
}

.fg-orange {
  color: #fa6800 !important;
}

.fg-amber {
  color: #f0a30a !important;
}

.fg-yellow {
  color: #e3c800 !important;
}

.fg-brown {
  color: #825a2c !important;
}

.fg-olive {
  color: #6d8764 !important;
}

.fg-steel {
  color: #647687 !important;
}

.fg-mauve {
  color: #76608a !important;
}

.fg-taupe {
  color: #87794e !important;
}

.fg-gray {
  color: #555555 !important;
}

.fg-dark {
  color: #333333 !important;
}

.fg-darker {
  color: #222222 !important;
}

.fg-darkBrown {
  color: #63362f !important;
}

.fg-darkCrimson {
  color: #640024 !important;
}

.fg-darkMagenta {
  color: #81003c !important;
}

.fg-darkIndigo {
  color: #4b0096 !important;
}

.fg-darkCyan {
  color: #1b6eae !important;
}

.fg-darkCobalt {
  color: #00356a !important;
}

.fg-darkTeal {
  color: #004050 !important;
}

.fg-darkEmerald {
  color: #003e00 !important;
}

.fg-darkGreen {
  color: #128023 !important;
}

.fg-darkOrange {
  color: #bf5a15 !important;
}

.fg-darkRed {
  color: #9a1616 !important;
}

.fg-darkPink {
  color: #9a165a !important;
}

.fg-darkViolet {
  color: #57169a !important;
}

.fg-darkBlue {
  color: #16499a !important;
}

.fg-lightBlue {
  color: #4390df !important;
}

.fg-lighterBlue {
  color: #00ccff !important;
}

.fg-lightTeal {
  color: #45fffd !important;
}

.fg-lightOlive {
  color: #78aa1c !important;
}

.fg-lightOrange {
  color: #ffc194 !important;
}

.fg-lightPink {
  color: #f472d0 !important;
}

.fg-lightRed {
  color: #da5a53 !important;
}

.fg-lightGreen {
  color: #7ad61d !important;
}

.fg-grayDark {
  color: #333333 !important;
}

.fg-grayDarker {
  color: #222222 !important;
}

.fg-grayLight {
  color: #999999 !important;
}

.fg-grayLighter {
  color: #eeeeee !important;
}

.fg-blue {
  color: #00aff0 !important;
}

.bd-black {
  border-color: #000000 !important;
}

.bd-white {
  border-color: #ffffff !important;
}

.bd-lime {
  border-color: #a4c400 !important;
}

.bd-green {
  border-color: #60a917 !important;
}

.bd-emerald {
  border-color: #008a00 !important;
}

.bd-teal {
  border-color: #00aba9 !important;
}

.bd-cyan {
  border-color: #1ba1e2 !important;
}

.bd-cobalt {
  border-color: #0050ef !important;
}

.bd-indigo {
  border-color: #6a00ff !important;
}

.bd-violet {
  border-color: #aa00ff !important;
}

.bd-pink {
  border-color: #dc4fad !important;
}

.bd-magenta {
  border-color: #d80073 !important;
}

.bd-crimson {
  border-color: #a20025 !important;
}

.bd-red {
  border-color: #ce352c !important;
}

.bd-orange {
  border-color: #fa6800 !important;
}

.bd-amber {
  border-color: #f0a30a !important;
}

.bd-yellow {
  border-color: #e3c800 !important;
}

.bd-brown {
  border-color: #825a2c !important;
}

.bd-olive {
  border-color: #6d8764 !important;
}

.bd-steel {
  border-color: #647687 !important;
}

.bd-mauve {
  border-color: #76608a !important;
}

.bd-taupe {
  border-color: #87794e !important;
}

.bd-gray {
  border-color: #555555 !important;
}

.bd-dark {
  border-color: #333333 !important;
}

.bd-darker {
  border-color: #222222 !important;
}

.bd-darkBrown {
  border-color: #63362f !important;
}

.bd-darkCrimson {
  border-color: #640024 !important;
}

.bd-darkMagenta {
  border-color: #81003c !important;
}

.bd-darkIndigo {
  border-color: #4b0096 !important;
}

.bd-darkCyan {
  border-color: #1b6eae !important;
}

.bd-darkCobalt {
  border-color: #00356a !important;
}

.bd-darkTeal {
  border-color: #004050 !important;
}

.bd-darkEmerald {
  border-color: #003e00 !important;
}

.bd-darkGreen {
  border-color: #128023 !important;
}

.bd-darkOrange {
  border-color: #bf5a15 !important;
}

.bd-darkRed {
  border-color: #9a1616 !important;
}

.bd-darkPink {
  border-color: #9a165a !important;
}

.bd-darkViolet {
  border-color: #57169a !important;
}

.bd-darkBlue {
  border-color: #16499a !important;
}

.bd-lightBlue {
  border-color: #4390df !important;
}

.bd-lightTeal {
  border-color: #45fffd !important;
}

.bd-lightOlive {
  border-color: #78aa1c !important;
}

.bd-lightOrange {
  border-color: #ffc194 !important;
}

.bd-lightPink {
  border-color: #f472d0 !important;
}

.bd-lightRed {
  border-color: #da5a53 !important;
}

.bd-lightGreen {
  border-color: #7ad61d !important;
}

.bd-grayDark {
  border-color: #333333 !important;
}

.bd-grayDarker {
  border-color: #222222 !important;
}

.bd-grayLight {
  border-color: #999999 !important;
}

.bd-grayLighter {
  border-color: #eeeeee !important;
}

.bd-blue {
  border-color: #00aff0 !important;
}

.bg-hover-black:hover {
  background: #000000 !important;
}

.bg-hover-white:hover {
  background: #ffffff !important;
}

.bg-hover-lime:hover {
  background: #a4c400 !important;
}

.bg-hover-green:hover {
  background: #60a917 !important;
}

.bg-hover-emerald:hover {
  background: #008a00 !important;
}

.bg-hover-teal:hover {
  background: #00aba9 !important;
}

.bg-hover-cyan:hover {
  background: #1ba1e2 !important;
}

.bg-hover-cobalt:hover {
  background: #0050ef !important;
}

.bg-hover-indigo:hover {
  background: #6a00ff !important;
}

.bg-hover-violet:hover {
  background: #aa00ff !important;
}

.bg-hover-pink:hover {
  background: #dc4fad !important;
}

.bg-hover-magenta:hover {
  background: #d80073 !important;
}

.bg-hover-crimson:hover {
  background: #a20025 !important;
}

.bg-hover-red:hover {
  background: #ce352c !important;
}

.bg-hover-orange:hover {
  background: #fa6800 !important;
}

.bg-hover-amber:hover {
  background: #f0a30a !important;
}

.bg-hover-yellow:hover {
  background: #e3c800 !important;
}

.bg-hover-brown:hover {
  background: #825a2c !important;
}

.bg-hover-olive:hover {
  background: #6d8764 !important;
}

.bg-hover-steel:hover {
  background: #647687 !important;
}

.bg-hover-mauve:hover {
  background: #76608a !important;
}

.bg-hover-taupe:hover {
  background: #87794e !important;
}

.bg-hover-gray:hover {
  background: #555555 !important;
}

.bg-hover-dark:hover {
  background: #333333 !important;
}

.bg-hover-darker:hover {
  background: #222222 !important;
}

.bg-hover-darkBrown:hover {
  background: #63362f !important;
}

.bg-hover-darkCrimson:hover {
  background: #640024 !important;
}

.bg-hover-darkMagenta:hover {
  background: #81003c !important;
}

.bg-hover-darkIndigo:hover {
  background: #4b0096 !important;
}

.bg-hover-darkCyan:hover {
  background: #1b6eae !important;
}

.bg-hover-darkCobalt:hover {
  background: #00356a !important;
}

.bg-hover-darkTeal:hover {
  background: #004050 !important;
}

.bg-hover-darkEmerald:hover {
  background: #003e00 !important;
}

.bg-hover-darkGreen:hover {
  background: #128023 !important;
}

.bg-hover-darkOrange:hover {
  background: #bf5a15 !important;
}

.bg-hover-darkRed:hover {
  background: #9a1616 !important;
}

.bg-hover-darkPink:hover {
  background: #9a165a !important;
}

.bg-hover-darkViolet:hover {
  background: #57169a !important;
}

.bg-hover-darkBlue:hover {
  background: #16499a !important;
}

.bg-hover-lightBlue:hover {
  background: #4390df !important;
}

.bg-hover-lightTeal:hover {
  background: #45fffd !important;
}

.bg-hover-lightOlive:hover {
  background: #78aa1c !important;
}

.bg-hover-lightOrange:hover {
  background: #ffc194 !important;
}

.bg-hover-lightPink:hover {
  background: #f472d0 !important;
}

.bg-hover-lightRed:hover {
  background: #da5a53 !important;
}

.bg-hover-lightGreen:hover {
  background: #7ad61d !important;
}

.bg-hover-grayDark:hover {
  background: #333333 !important;
}

.bg-hover-grayDarker:hover {
  background: #222222 !important;
}

.bg-hover-grayLight:hover {
  background: #999999 !important;
}

.bg-hover-grayLighter:hover {
  background: #eeeeee !important;
}

.bg-hover-blue:hover {
  background: #00aff0 !important;
}

.fg-hover-black:hover {
  color: #000000 !important;
}

.fg-hover-white:hover {
  color: #ffffff !important;
}

.fg-hover-lime:hover {
  color: #a4c400 !important;
}

.fg-hover-green:hover {
  color: #60a917 !important;
}

.fg-hover-emerald:hover {
  color: #008a00 !important;
}

.fg-hover-teal:hover {
  color: #00aba9 !important;
}

.fg-hover-cyan:hover {
  color: #1ba1e2 !important;
}

.fg-hover-cobalt:hover {
  color: #0050ef !important;
}

.fg-hover-indigo:hover {
  color: #6a00ff !important;
}

.fg-hover-violet:hover {
  color: #aa00ff !important;
}

.fg-hover-pink:hover {
  color: #dc4fad !important;
}

.fg-hover-magenta:hover {
  color: #d80073 !important;
}

.fg-hover-crimson:hover {
  color: #a20025 !important;
}

.fg-hover-red:hover {
  color: #ce352c !important;
}

.fg-hover-orange:hover {
  color: #fa6800 !important;
}

.fg-hover-amber:hover {
  color: #f0a30a !important;
}

.fg-hover-yellow:hover {
  color: #e3c800 !important;
}

.fg-hover-brown:hover {
  color: #825a2c !important;
}

.fg-hover-olive:hover {
  color: #6d8764 !important;
}

.fg-hover-steel:hover {
  color: #647687 !important;
}

.fg-hover-mauve:hover {
  color: #76608a !important;
}

.fg-hover-taupe:hover {
  color: #87794e !important;
}

.fg-hover-gray:hover {
  color: #555555 !important;
}

.fg-hover-dark:hover {
  color: #333333 !important;
}

.fg-hover-darker:hover {
  color: #222222 !important;
}

.fg-hover-darkBrown:hover {
  color: #63362f !important;
}

.fg-hover-darkCrimson:hover {
  color: #640024 !important;
}

.fg-hover-darkMagenta:hover {
  color: #81003c !important;
}

.fg-hover-darkIndigo:hover {
  color: #4b0096 !important;
}

.fg-hover-darkCyan:hover {
  color: #1b6eae !important;
}

.fg-hover-darkCobalt:hover {
  color: #00356a !important;
}

.fg-hover-darkTeal:hover {
  color: #004050 !important;
}

.fg-hover-darkEmerald:hover {
  color: #003e00 !important;
}

.fg-hover-darkGreen:hover {
  color: #128023 !important;
}

.fg-hover-darkOrange:hover {
  color: #bf5a15 !important;
}

.fg-hover-darkRed:hover {
  color: #9a1616 !important;
}

.fg-hover-darkPink:hover {
  color: #9a165a !important;
}

.fg-hover-darkViolet:hover {
  color: #57169a !important;
}

.fg-hover-darkBlue:hover {
  color: #16499a !important;
}

.fg-hover-lightBlue:hover {
  color: #4390df !important;
}

.fg-hover-lightTeal:hover {
  color: #45fffd !important;
}

.fg-hover-lightOlive:hover {
  color: #78aa1c !important;
}

.fg-hover-lightOrange:hover {
  color: #ffc194 !important;
}

.fg-hover-lightPink:hover {
  color: #f472d0 !important;
}

.fg-hover-lightRed:hover {
  color: #da5a53 !important;
}

.fg-hover-lightGreen:hover {
  color: #7ad61d !important;
}

.fg-hover-grayDark:hover {
  color: #333333 !important;
}

.fg-hover-grayDarker:hover {
  color: #222222 !important;
}

.fg-hover-grayLight:hover {
  color: #999999 !important;
}

.fg-hover-grayLighter:hover {
  color: #eeeeee !important;
}

.fg-hover-blue:hover {
  color: #00aff0 !important;
}

.bg-active-black:active {
  background: #000000 !important;
}

.bg-active-white:active {
  background: #ffffff !important;
}

.bg-active-lime:active {
  background: #a4c400 !important;
}

.bg-active-green:active {
  background: #60a917 !important;
}

.bg-active-emerald:active {
  background: #008a00 !important;
}

.bg-active-teal:active {
  background: #00aba9 !important;
}

.bg-active-cyan:active {
  background: #1ba1e2 !important;
}

.bg-active-cobalt:active {
  background: #0050ef !important;
}

.bg-active-indigo:active {
  background: #6a00ff !important;
}

.bg-active-violet:active {
  background: #aa00ff !important;
}

.bg-active-pink:active {
  background: #dc4fad !important;
}

.bg-active-magenta:active {
  background: #d80073 !important;
}

.bg-active-crimson:active {
  background: #a20025 !important;
}

.bg-active-red:active {
  background: #ce352c !important;
}

.bg-active-orange:active {
  background: #fa6800 !important;
}

.bg-active-amber:active {
  background: #f0a30a !important;
}

.bg-active-yellow:active {
  background: #e3c800 !important;
}

.bg-active-brown:active {
  background: #825a2c !important;
}

.bg-active-olive:active {
  background: #6d8764 !important;
}

.bg-active-steel:active {
  background: #647687 !important;
}

.bg-active-mauve:active {
  background: #76608a !important;
}

.bg-active-taupe:active {
  background: #87794e !important;
}

.bg-active-gray:active {
  background: #555555 !important;
}

.bg-active-dark:active {
  background: #333333 !important;
}

.bg-active-darker:active {
  background: #222222 !important;
}

.bg-active-darkBrown:active {
  background: #63362f !important;
}

.bg-active-darkCrimson:active {
  background: #640024 !important;
}

.bg-active-darkMagenta:active {
  background: #81003c !important;
}

.bg-active-darkIndigo:active {
  background: #4b0096 !important;
}

.bg-active-darkCyan:active {
  background: #1b6eae !important;
}

.bg-active-darkCobalt:active {
  background: #00356a !important;
}

.bg-active-darkTeal:active {
  background: #004050 !important;
}

.bg-active-darkEmerald:active {
  background: #003e00 !important;
}

.bg-active-darkGreen:active {
  background: #128023 !important;
}

.bg-active-darkOrange:active {
  background: #bf5a15 !important;
}

.bg-active-darkRed:active {
  background: #9a1616 !important;
}

.bg-active-darkPink:active {
  background: #9a165a !important;
}

.bg-active-darkViolet:active {
  background: #57169a !important;
}

.bg-active-darkBlue:active {
  background: #16499a !important;
}

.bg-active-lightBlue:active {
  background: #4390df !important;
}

.bg-active-lightTeal:active {
  background: #45fffd !important;
}

.bg-active-lightOlive:active {
  background: #78aa1c !important;
}

.bg-active-lightOrange:active {
  background: #ffc194 !important;
}

.bg-active-lightPink:active {
  background: #f472d0 !important;
}

.bg-active-lightRed:active {
  background: #da5a53 !important;
}

.bg-active-lightGreen:active {
  background: #7ad61d !important;
}

.bg-active-grayDark:active {
  background: #333333 !important;
}

.bg-active-grayDarker:active {
  background: #222222 !important;
}

.bg-active-grayLight:active {
  background: #999999 !important;
}

.bg-active-grayLighter:active {
  background: #eeeeee !important;
}

.bg-active-blue:active {
  background: #00aff0 !important;
}

.fg-active-black:active {
  color: #000000 !important;
}

.fg-active-white:active {
  color: #ffffff !important;
}

.fg-active-lime:active {
  color: #a4c400 !important;
}

.fg-active-green:active {
  color: #60a917 !important;
}

.fg-active-emerald:active {
  color: #008a00 !important;
}

.fg-active-teal:active {
  color: #00aba9 !important;
}

.fg-active-cyan:active {
  color: #1ba1e2 !important;
}

.fg-active-cobalt:active {
  color: #0050ef !important;
}

.fg-active-indigo:active {
  color: #6a00ff !important;
}

.fg-active-violet:active {
  color: #aa00ff !important;
}

.fg-active-pink:active {
  color: #dc4fad !important;
}

.fg-active-magenta:active {
  color: #d80073 !important;
}

.fg-active-crimson:active {
  color: #a20025 !important;
}

.fg-active-red:active {
  color: #ce352c !important;
}

.fg-active-orange:active {
  color: #fa6800 !important;
}

.fg-active-amber:active {
  color: #f0a30a !important;
}

.fg-active-yellow:active {
  color: #e3c800 !important;
}

.fg-active-brown:active {
  color: #825a2c !important;
}

.fg-active-olive:active {
  color: #6d8764 !important;
}

.fg-active-steel:active {
  color: #647687 !important;
}

.fg-active-mauve:active {
  color: #76608a !important;
}

.fg-active-taupe:active {
  color: #87794e !important;
}

.fg-active-gray:active {
  color: #555555 !important;
}

.fg-active-dark:active {
  color: #333333 !important;
}

.fg-active-darker:active {
  color: #222222 !important;
}

.fg-active-darkBrown:active {
  color: #63362f !important;
}

.fg-active-darkCrimson:active {
  color: #640024 !important;
}

.fg-active-darkMagenta:active {
  color: #81003c !important;
}

.fg-active-darkIndigo:active {
  color: #4b0096 !important;
}

.fg-active-darkCyan:active {
  color: #1b6eae !important;
}

.fg-active-darkCobalt:active {
  color: #00356a !important;
}

.fg-active-darkTeal:active {
  color: #004050 !important;
}

.fg-active-darkEmerald:active {
  color: #003e00 !important;
}

.fg-active-darkGreen:active {
  color: #128023 !important;
}

.fg-active-darkOrange:active {
  color: #bf5a15 !important;
}

.fg-active-darkRed:active {
  color: #9a1616 !important;
}

.fg-active-darkPink:active {
  color: #9a165a !important;
}

.fg-active-darkViolet:active {
  color: #57169a !important;
}

.fg-active-darkBlue:active {
  color: #16499a !important;
}

.fg-active-lightBlue:active {
  color: #4390df !important;
}

.fg-active-lightTeal:active {
  color: #45fffd !important;
}

.fg-active-lightOlive:active {
  color: #78aa1c !important;
}

.fg-active-lightOrange:active {
  color: #ffc194 !important;
}

.fg-active-lightPink:active {
  color: #f472d0 !important;
}

.fg-active-lightRed:active {
  color: #da5a53 !important;
}

.fg-active-lightGreen:active {
  color: #7ad61d !important;
}

.fg-active-grayDark:active {
  color: #333333 !important;
}

.fg-active-grayDarker:active {
  color: #222222 !important;
}

.fg-active-grayLight:active {
  color: #999999 !important;
}

.fg-active-grayLighter:active {
  color: #eeeeee !important;
}

.fg-active-blue:active {
  color: #00aff0 !important;
}

.bg-focus-black:focus {
  background: #000000 !important;
}

.bg-focus-white:focus {
  background: #ffffff !important;
}

.bg-focus-lime:focus {
  background: #a4c400 !important;
}

.bg-focus-green:focus {
  background: #60a917 !important;
}

.bg-focus-emerald:focus {
  background: #008a00 !important;
}

.bg-focus-teal:focus {
  background: #00aba9 !important;
}

.bg-focus-cyan:focus {
  background: #1ba1e2 !important;
}

.bg-focus-cobalt:focus {
  background: #0050ef !important;
}

.bg-focus-indigo:focus {
  background: #6a00ff !important;
}

.bg-focus-violet:focus {
  background: #aa00ff !important;
}

.bg-focus-pink:focus {
  background: #dc4fad !important;
}

.bg-focus-magenta:focus {
  background: #d80073 !important;
}

.bg-focus-crimson:focus {
  background: #a20025 !important;
}

.bg-focus-red:focus {
  background: #ce352c !important;
}

.bg-focus-orange:focus {
  background: #fa6800 !important;
}

.bg-focus-amber:focus {
  background: #f0a30a !important;
}

.bg-focus-yellow:focus {
  background: #e3c800 !important;
}

.bg-focus-brown:focus {
  background: #825a2c !important;
}

.bg-focus-olive:focus {
  background: #6d8764 !important;
}

.bg-focus-steel:focus {
  background: #647687 !important;
}

.bg-focus-mauve:focus {
  background: #76608a !important;
}

.bg-focus-taupe:focus {
  background: #87794e !important;
}

.bg-focus-gray:focus {
  background: #555555 !important;
}

.bg-focus-dark:focus {
  background: #333333 !important;
}

.bg-focus-darker:focus {
  background: #222222 !important;
}

.bg-focus-darkBrown:focus {
  background: #63362f !important;
}

.bg-focus-darkCrimson:focus {
  background: #640024 !important;
}

.bg-focus-darkMagenta:focus {
  background: #81003c !important;
}

.bg-focus-darkIndigo:focus {
  background: #4b0096 !important;
}

.bg-focus-darkCyan:focus {
  background: #1b6eae !important;
}

.bg-focus-darkCobalt:focus {
  background: #00356a !important;
}

.bg-focus-darkTeal:focus {
  background: #004050 !important;
}

.bg-focus-darkEmerald:focus {
  background: #003e00 !important;
}

.bg-focus-darkGreen:focus {
  background: #128023 !important;
}

.bg-focus-darkOrange:focus {
  background: #bf5a15 !important;
}

.bg-focus-darkRed:focus {
  background: #9a1616 !important;
}

.bg-focus-darkPink:focus {
  background: #9a165a !important;
}

.bg-focus-darkViolet:focus {
  background: #57169a !important;
}

.bg-focus-darkBlue:focus {
  background: #16499a !important;
}

.bg-focus-lightBlue:focus {
  background: #4390df !important;
}

.bg-focus-lightTeal:focus {
  background: #45fffd !important;
}

.bg-focus-lightOlive:focus {
  background: #78aa1c !important;
}

.bg-focus-lightOrange:focus {
  background: #ffc194 !important;
}

.bg-focus-lightPink:focus {
  background: #f472d0 !important;
}

.bg-focus-lightRed:focus {
  background: #da5a53 !important;
}

.bg-focus-lightGreen:focus {
  background: #7ad61d !important;
}

.bg-focus-grayDark:focus {
  background: #333333 !important;
}

.bg-focus-grayDarker:focus {
  background: #222222 !important;
}

.bg-focus-grayLight:focus {
  background: #999999 !important;
}

.bg-focus-grayLighter:focus {
  background: #eeeeee !important;
}

.bg-focus-blue:focus {
  background: #00aff0 !important;
}

.fg-focus-black:focus {
  color: #000000 !important;
}

.fg-focus-white:focus {
  color: #ffffff !important;
}

.fg-focus-lime:focus {
  color: #a4c400 !important;
}

.fg-focus-green:focus {
  color: #60a917 !important;
}

.fg-focus-emerald:focus {
  color: #008a00 !important;
}

.fg-focus-teal:focus {
  color: #00aba9 !important;
}

.fg-focus-cyan:focus {
  color: #1ba1e2 !important;
}

.fg-focus-cobalt:focus {
  color: #0050ef !important;
}

.fg-focus-indigo:focus {
  color: #6a00ff !important;
}

.fg-focus-violet:focus {
  color: #aa00ff !important;
}

.fg-focus-pink:focus {
  color: #dc4fad !important;
}

.fg-focus-magenta:focus {
  color: #d80073 !important;
}

.fg-focus-crimson:focus {
  color: #a20025 !important;
}

.fg-focus-red:focus {
  color: #ce352c !important;
}

.fg-focus-orange:focus {
  color: #fa6800 !important;
}

.fg-focus-amber:focus {
  color: #f0a30a !important;
}

.fg-focus-yellow:focus {
  color: #e3c800 !important;
}

.fg-focus-brown:focus {
  color: #825a2c !important;
}

.fg-focus-olive:focus {
  color: #6d8764 !important;
}

.fg-focus-steel:focus {
  color: #647687 !important;
}

.fg-focus-mauve:focus {
  color: #76608a !important;
}

.fg-focus-taupe:focus {
  color: #87794e !important;
}

.fg-focus-gray:focus {
  color: #555555 !important;
}

.fg-focus-dark:focus {
  color: #333333 !important;
}

.fg-focus-darker:focus {
  color: #222222 !important;
}

.fg-focus-darkBrown:focus {
  color: #63362f !important;
}

.fg-focus-darkCrimson:focus {
  color: #640024 !important;
}

.fg-focus-darkMagenta:focus {
  color: #81003c !important;
}

.fg-focus-darkIndigo:focus {
  color: #4b0096 !important;
}

.fg-focus-darkCyan:focus {
  color: #1b6eae !important;
}

.fg-focus-darkCobalt:focus {
  color: #00356a !important;
}

.fg-focus-darkTeal:focus {
  color: #004050 !important;
}

.fg-focus-darkEmerald:focus {
  color: #003e00 !important;
}

.fg-focus-darkGreen:focus {
  color: #128023 !important;
}

.fg-focus-darkOrange:focus {
  color: #bf5a15 !important;
}

.fg-focus-darkRed:focus {
  color: #9a1616 !important;
}

.fg-focus-darkPink:focus {
  color: #9a165a !important;
}

.fg-focus-darkViolet:focus {
  color: #57169a !important;
}

.fg-focus-darkBlue:focus {
  color: #16499a !important;
}

.fg-focus-lightBlue:focus {
  color: #4390df !important;
}

.fg-focus-lightTeal:focus {
  color: #45fffd !important;
}

.fg-focus-lightOlive:focus {
  color: #78aa1c !important;
}

.fg-focus-lightOrange:focus {
  color: #ffc194 !important;
}

.fg-focus-lightPink:focus {
  color: #f472d0 !important;
}

.fg-focus-lightRed:focus {
  color: #da5a53 !important;
}

.fg-focus-lightGreen:focus {
  color: #7ad61d !important;
}

.fg-focus-grayDark:focus {
  color: #333333 !important;
}

.fg-focus-grayDarker:focus {
  color: #222222 !important;
}

.fg-focus-grayLight:focus {
  color: #999999 !important;
}

.fg-focus-grayLighter:focus {
  color: #eeeeee !important;
}

.fg-focus-blue:focus {
  color: #00aff0 !important;
}

.before-bg-black:before {
  background: #000000 !important;
}

.before-bg-white:before {
  background: #ffffff !important;
}

.before-bg-lime:before {
  background: #a4c400 !important;
}

.before-bg-green:before {
  background: #60a917 !important;
}

.before-bg-emerald:before {
  background: #008a00 !important;
}

.before-bg-teal:before {
  background: #00aba9 !important;
}

.before-bg-cyan:before {
  background: #1ba1e2 !important;
}

.before-bg-cobalt:before {
  background: #0050ef !important;
}

.before-bg-indigo:before {
  background: #6a00ff !important;
}

.before-bg-violet:before {
  background: #aa00ff !important;
}

.before-bg-pink:before {
  background: #dc4fad !important;
}

.before-bg-magenta:before {
  background: #d80073 !important;
}

.before-bg-crimson:before {
  background: #a20025 !important;
}

.before-bg-red:before {
  background: #ce352c !important;
}

.before-bg-orange:before {
  background: #fa6800 !important;
}

.before-bg-amber:before {
  background: #f0a30a !important;
}

.before-bg-yellow:before {
  background: #e3c800 !important;
}

.before-bg-brown:before {
  background: #825a2c !important;
}

.before-bg-olive:before {
  background: #6d8764 !important;
}

.before-bg-steel:before {
  background: #647687 !important;
}

.before-bg-mauve:before {
  background: #76608a !important;
}

.before-bg-taupe:before {
  background: #87794e !important;
}

.before-bg-gray:before {
  background: #555555 !important;
}

.before-bg-dark:before {
  background: #333333 !important;
}

.before-bg-darker:before {
  background: #222222 !important;
}

.before-bg-darkBrown:before {
  background: #63362f !important;
}

.before-bg-darkCrimson:before {
  background: #640024 !important;
}

.before-bg-darkMagenta:before {
  background: #81003c !important;
}

.before-bg-darkIndigo:before {
  background: #4b0096 !important;
}

.before-bg-darkCyan:before {
  background: #1b6eae !important;
}

.before-bg-darkCobalt:before {
  background: #00356a !important;
}

.before-bg-darkTeal:before {
  background: #004050 !important;
}

.before-bg-darkEmerald:before {
  background: #003e00 !important;
}

.before-bg-darkGreen:before {
  background: #128023 !important;
}

.before-bg-darkOrange:before {
  background: #bf5a15 !important;
}

.before-bg-darkRed:before {
  background: #9a1616 !important;
}

.before-bg-darkPink:before {
  background: #9a165a !important;
}

.before-bg-darkViolet:before {
  background: #57169a !important;
}

.before-bg-darkBlue:before {
  background: #16499a !important;
}

.before-bg-lightBlue:before {
  background: #4390df !important;
}

.before-bg-lightRed:before {
  background: #da5a53 !important;
}

.before-bg-lightGreen:before {
  background: #7ad61d !important;
}

.before-bg-lighterBlue:before {
  background: #00ccff !important;
}

.before-bg-lightTeal:before {
  background: #45fffd !important;
}

.before-bg-lightOlive:before {
  background: #78aa1c !important;
}

.before-bg-lightOrange:before {
  background: #ffc194 !important;
}

.before-bg-lightPink:before {
  background: #f472d0 !important;
}

.before-bg-grayDark:before {
  background: #333333 !important;
}

.before-bg-grayDarker:before {
  background: #222222 !important;
}

.before-bg-grayLight:before {
  background: #999999 !important;
}

.before-bg-grayLighter:before {
  background: #eeeeee !important;
}

.before-bg-blue:before {
  background: #00aff0 !important;
}

.after-bg-black:after {
  background: #000000 !important;
}

.after-bg-white:after {
  background: #ffffff !important;
}

.after-bg-lime:after {
  background: #a4c400 !important;
}

.after-bg-green:after {
  background: #60a917 !important;
}

.after-bg-emerald:after {
  background: #008a00 !important;
}

.after-bg-teal:after {
  background: #00aba9 !important;
}

.after-bg-cyan:after {
  background: #1ba1e2 !important;
}

.after-bg-cobalt:after {
  background: #0050ef !important;
}

.after-bg-indigo:after {
  background: #6a00ff !important;
}

.after-bg-violet:after {
  background: #aa00ff !important;
}

.after-bg-pink:after {
  background: #dc4fad !important;
}

.after-bg-magenta:after {
  background: #d80073 !important;
}

.after-bg-crimson:after {
  background: #a20025 !important;
}

.after-bg-red:after {
  background: #ce352c !important;
}

.after-bg-orange:after {
  background: #fa6800 !important;
}

.after-bg-amber:after {
  background: #f0a30a !important;
}

.after-bg-yellow:after {
  background: #e3c800 !important;
}

.after-bg-brown:after {
  background: #825a2c !important;
}

.after-bg-olive:after {
  background: #6d8764 !important;
}

.after-bg-steel:after {
  background: #647687 !important;
}

.after-bg-mauve:after {
  background: #76608a !important;
}

.after-bg-taupe:after {
  background: #87794e !important;
}

.after-bg-gray:after {
  background: #555555 !important;
}

.after-bg-dark:after {
  background: #333333 !important;
}

.after-bg-darker:after {
  background: #222222 !important;
}

.after-bg-darkBrown:after {
  background: #63362f !important;
}

.after-bg-darkCrimson:after {
  background: #640024 !important;
}

.after-bg-darkMagenta:after {
  background: #81003c !important;
}

.after-bg-darkIndigo:after {
  background: #4b0096 !important;
}

.after-bg-darkCyan:after {
  background: #1b6eae !important;
}

.after-bg-darkCobalt:after {
  background: #00356a !important;
}

.after-bg-darkTeal:after {
  background: #004050 !important;
}

.after-bg-darkEmerald:after {
  background: #003e00 !important;
}

.after-bg-darkGreen:after {
  background: #128023 !important;
}

.after-bg-darkOrange:after {
  background: #bf5a15 !important;
}

.after-bg-darkRed:after {
  background: #9a1616 !important;
}

.after-bg-darkPink:after {
  background: #9a165a !important;
}

.after-bg-darkViolet:after {
  background: #57169a !important;
}

.after-bg-darkBlue:after {
  background: #16499a !important;
}

.after-bg-lightBlue:after {
  background: #4390df !important;
}

.after-bg-lightRed:after {
  background: #da5a53 !important;
}

.after-bg-lightGreen:after {
  background: #7ad61d !important;
}

.after-bg-lighterBlue:after {
  background: #00ccff !important;
}

.after-bg-lightTeal:after {
  background: #45fffd !important;
}

.after-bg-lightOlive:after {
  background: #78aa1c !important;
}

.after-bg-lightOrange:after {
  background: #ffc194 !important;
}

.after-bg-lightPink:after {
  background: #f472d0 !important;
}

.after-bg-grayDark:after {
  background: #333333 !important;
}

.after-bg-grayDarker:after {
  background: #222222 !important;
}

.after-bg-grayLight:after {
  background: #999999 !important;
}

.after-bg-grayLighter:after {
  background: #eeeeee !important;
}

.after-bg-blue:after {
  background: #00aff0 !important;
}

.before-fg-black:before {
  color: #000000 !important;
}

.before-fg-white:before {
  color: #ffffff !important;
}

.before-fg-lime:before {
  color: #a4c400 !important;
}

.before-fg-green:before {
  color: #60a917 !important;
}

.before-fg-emerald:before {
  color: #008a00 !important;
}

.before-fg-teal:before {
  color: #00aba9 !important;
}

.before-fg-cyan:before {
  color: #1ba1e2 !important;
}

.before-fg-cobalt:before {
  color: #0050ef !important;
}

.before-fg-indigo:before {
  color: #6a00ff !important;
}

.before-fg-violet:before {
  color: #aa00ff !important;
}

.before-fg-pink:before {
  color: #dc4fad !important;
}

.before-fg-magenta:before {
  color: #d80073 !important;
}

.before-fg-crimson:before {
  color: #a20025 !important;
}

.before-fg-red:before {
  color: #ce352c !important;
}

.before-fg-orange:before {
  color: #fa6800 !important;
}

.before-fg-amber:before {
  color: #f0a30a !important;
}

.before-fg-yellow:before {
  color: #e3c800 !important;
}

.before-fg-brown:before {
  color: #825a2c !important;
}

.before-fg-olive:before {
  color: #6d8764 !important;
}

.before-fg-steel:before {
  color: #647687 !important;
}

.before-fg-mauve:before {
  color: #76608a !important;
}

.before-fg-taupe:before {
  color: #87794e !important;
}

.before-fg-gray:before {
  color: #555555 !important;
}

.before-fg-dark:before {
  color: #333333 !important;
}

.before-fg-darker:before {
  color: #222222 !important;
}

.before-fg-darkBrown:before {
  color: #63362f !important;
}

.before-fg-darkCrimson:before {
  color: #640024 !important;
}

.before-fg-darkMagenta:before {
  color: #81003c !important;
}

.before-fg-darkIndigo:before {
  color: #4b0096 !important;
}

.before-fg-darkCyan:before {
  color: #1b6eae !important;
}

.before-fg-darkCobalt:before {
  color: #00356a !important;
}

.before-fg-darkTeal:before {
  color: #004050 !important;
}

.before-fg-darkEmerald:before {
  color: #003e00 !important;
}

.before-fg-darkGreen:before {
  color: #128023 !important;
}

.before-fg-darkOrange:before {
  color: #bf5a15 !important;
}

.before-fg-darkRed:before {
  color: #9a1616 !important;
}

.before-fg-darkPink:before {
  color: #9a165a !important;
}

.before-fg-darkViolet:before {
  color: #57169a !important;
}

.before-fg-darkBlue:before {
  color: #16499a !important;
}

.before-fg-lightBlue:before {
  color: #4390df !important;
}

.before-fg-lightRed:before {
  color: #da5a53 !important;
}

.before-fg-lightGreen:before {
  color: #7ad61d !important;
}

.before-fg-lighterBlue:before {
  color: #00ccff !important;
}

.before-fg-lightTeal:before {
  color: #45fffd !important;
}

.before-fg-lightOlive:before {
  color: #78aa1c !important;
}

.before-fg-lightOrange:before {
  color: #ffc194 !important;
}

.before-fg-lightPink:before {
  color: #f472d0 !important;
}

.before-fg-grayDark:before {
  color: #333333 !important;
}

.before-fg-grayDarker:before {
  color: #222222 !important;
}

.before-fg-grayLight:before {
  color: #999999 !important;
}

.before-fg-grayLighter:before {
  color: #eeeeee !important;
}

.before-fg-blue:before {
  color: #00aff0 !important;
}

.after-fg-black:after {
  color: #000000 !important;
}

.after-fg-white:after {
  color: #ffffff !important;
}

.after-fg-lime:after {
  color: #a4c400 !important;
}

.after-fg-green:after {
  color: #60a917 !important;
}

.after-fg-emerald:after {
  color: #008a00 !important;
}

.after-fg-teal:after {
  color: #00aba9 !important;
}

.after-fg-cyan:after {
  color: #1ba1e2 !important;
}

.after-fg-cobalt:after {
  color: #0050ef !important;
}

.after-fg-indigo:after {
  color: #6a00ff !important;
}

.after-fg-violet:after {
  color: #aa00ff !important;
}

.after-fg-pink:after {
  color: #dc4fad !important;
}

.after-fg-magenta:after {
  color: #d80073 !important;
}

.after-fg-crimson:after {
  color: #a20025 !important;
}

.after-fg-red:after {
  color: #ce352c !important;
}

.after-fg-orange:after {
  color: #fa6800 !important;
}

.after-fg-amber:after {
  color: #f0a30a !important;
}

.after-fg-yellow:after {
  color: #e3c800 !important;
}

.after-fg-brown:after {
  color: #825a2c !important;
}

.after-fg-olive:after {
  color: #6d8764 !important;
}

.after-fg-steel:after {
  color: #647687 !important;
}

.after-fg-mauve:after {
  color: #76608a !important;
}

.after-fg-taupe:after {
  color: #87794e !important;
}

.after-fg-gray:after {
  color: #555555 !important;
}

.after-fg-dark:after {
  color: #333333 !important;
}

.after-fg-darker:after {
  color: #222222 !important;
}

.after-fg-darkBrown:after {
  color: #63362f !important;
}

.after-fg-darkCrimson:after {
  color: #640024 !important;
}

.after-fg-darkMagenta:after {
  color: #81003c !important;
}

.after-fg-darkIndigo:after {
  color: #4b0096 !important;
}

.after-fg-darkCyan:after {
  color: #1b6eae !important;
}

.after-fg-darkCobalt:after {
  color: #00356a !important;
}

.after-fg-darkTeal:after {
  color: #004050 !important;
}

.after-fg-darkEmerald:after {
  color: #003e00 !important;
}

.after-fg-darkGreen:after {
  color: #128023 !important;
}

.after-fg-darkOrange:after {
  color: #bf5a15 !important;
}

.after-fg-darkRed:after {
  color: #9a1616 !important;
}

.after-fg-darkPink:after {
  color: #9a165a !important;
}

.after-fg-darkViolet:after {
  color: #57169a !important;
}

.after-fg-darkBlue:after {
  color: #16499a !important;
}

.after-fg-lightBlue:after {
  color: #4390df !important;
}

.after-fg-lightRed:after {
  color: #da5a53 !important;
}

.after-fg-lightGreen:after {
  color: #7ad61d !important;
}

.after-fg-lighterBlue:after {
  color: #00ccff !important;
}

.after-fg-lightTeal:after {
  color: #45fffd !important;
}

.after-fg-lightOlive:after {
  color: #78aa1c !important;
}

.after-fg-lightOrange:after {
  color: #ffc194 !important;
}

.after-fg-lightPink:after {
  color: #f472d0 !important;
}

.after-fg-grayDark:after {
  color: #333333 !important;
}

.after-fg-grayDarker:after {
  color: #222222 !important;
}

.after-fg-grayLight:after {
  color: #999999 !important;
}

.after-fg-grayLighter:after {
  color: #eeeeee !important;
}

.after-fg-blue:after {
  color: #00aff0 !important;
}

@font-face {
  font-family: "PT Serif Caption";
  font-style: normal;
  font-weight: 400;
  src: local("Cambria"), local("PT Serif Caption"), local("PTSerif-Caption"), url(https://themes.googleusercontent.com/static/fonts/ptserifcaption/v6/7xkFOeTxxO1GMC1suOUYWWhBabBbEjGd1iRmpyoZukE.woff) format('woff');
}

@font-face {
  font-family: "Open Sans Light";
  font-style: normal;
  font-weight: 300;
  src: local("Segoe UI Light"), local("Open Sans Light"), local("OpenSans-Light"), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Segoe UI"), local("Open Sans"), local("OpenSans"), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
  font-family: "Open Sans Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Segoe UI Bold"), local("Open Sans Bold"), local("OpenSans-Bold"), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzJ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}

.dropdown-toggle {
  position: relative;
  cursor: pointer;
}

.dropdown-toggle:before {
  display: block;
  position: absolute;
  vertical-align: middle;
  color: transparent;
  font-size: 0;
  content: "";
  height: 5px;
  width: 5px;
  background-color: transparent;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: #1d1d1d;
  top: 50%;
  left: 100%;
  margin-left: -1rem;
  margin-top: -0.1625rem;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dropdown-toggle.drop-marker-light:before {
  border-color: #ffffff;
}

*.dropdown-toggle {
  padding-right: 1.625rem;
}

.shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.before-shadow:before {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.after-shadow:after {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.block-shadow {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.block-shadow-success {
  box-shadow: 0 0 25px 0 rgba(0, 128, 0, 0.7);
}

.block-shadow-error {
  box-shadow: 0 0 25px 0 rgba(128, 0, 0, 0.7);
}

.block-shadow-danger {
  box-shadow: 0 0 25px 0 rgba(128, 0, 0, 0.7);
}

.block-shadow-warning {
  box-shadow: 0 0 25px 0 rgba(255, 165, 0, 0.7);
}

.block-shadow-info {
  box-shadow: 0 0 25px 0 rgba(89, 205, 226, 0.7);
}

.bottom-shadow {
  box-shadow: -1px 6px 6px -6px rgba(0, 0, 0, 0.35);
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.before-text-shadow:before {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.after-text-shadow:after {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.no-shadow {
  box-shadow: none !important;
}

.full-size {
  width: 100% !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.no-display {
  display: none !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-float {
  float: none !important;
}

.no-visible {
  visibility: hidden !important;
}

.no-border {
  border: 0 !important;
}

.no-overflow {
  overflow: hidden !important;
}

.no-scroll {
  overflow: hidden !important;
}

.no-scroll-x {
  overflow-x: hidden !important;
}

.no-scroll-y {
  overflow-y: hidden !important;
}

.no-wrap {
  white-space: nowrap !important;
}

.no-border-left {
  border-left: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.place-right {
  float: right !important;
}

.place-left {
  float: left !important;
}

.clear-float:before,.clear-float:after {
  display: table;
  content: "";
}

.clear-float:after {
  clear: both;
}

.clearfix:before,.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.no-user-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.debug {
  border: 1px dashed red;
}

.example {
  padding: .625rem 1.825rem .625rem 2.5rem;
  border: 1px #ccc dashed;
  position: relative;
  margin: 0 0 .625rem 0;
  background-color: #ffffff;
}

.example:before,.example:after {
  display: table;
  content: "";
}

.example:after {
  clear: both;
}

.example:before {
  position: absolute;
  content: attr(data-text);
  text-transform: lowercase;
  left: 1.5rem;
  top: 11.875rem;
  color: gray;
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  height: 1rem;
  text-align: right;
  white-space: nowrap;
  direction: ltr;
  width: 12.5rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,.video-container object,.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.padding10 {
  padding: 0.625rem;
}

.padding20 {
  padding: 1.25rem;
}

.padding30 {
  padding: 1.875rem;
}

.padding40 {
  padding: 2.5rem;
}

.padding50 {
  padding: 3.125rem;
}

.padding60 {
  padding: 3.75rem;
}

.padding70 {
  padding: 4.375rem;
}

.padding80 {
  padding: 5rem;
}

.padding90 {
  padding: 5.625rem;
}

.padding100 {
  padding: 6.25rem;
}

.padding5 {
  padding: 5px;
}

.margin5 {
  margin: 5px;
}

.margin10 {
  margin: 0.625rem;
}

.margin20 {
  margin: 1.25rem;
}

.margin30 {
  margin: 1.875rem;
}

.margin40 {
  margin: 2.5rem;
}

.margin50 {
  margin: 3.125rem;
}

.margin60 {
  margin: 3.75rem;
}

.margin70 {
  margin: 4.375rem;
}

.margin80 {
  margin: 5rem;
}

.margin90 {
  margin: 5.625rem;
}

.margin100 {
  margin: 6.25rem;
}

.opacity {
  opacity: .9;
}

.half-opacity {
  opacity: .5;
}

.hi-opacity {
  opacity: .2;
}

.element-selected {
  border: 4px #4390df solid;
}

.element-selected:after {
  position: absolute;
  display: block;
  border-top: 28px solid #4390df;
  border-left: 28px solid transparent;
  right: 0;
  content: "";
  top: 0;
  z-index: 101;
}

.element-selected:before {
  position: absolute;
  display: block;
  content: "";
  background-color: transparent;
  border-color: #ffffff;
  border-left: 2px solid;
  border-bottom: 2px solid;
  height: .25rem;
  width: .5rem;
  right: 0;
  top: 0;
  z-index: 102;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Block function */

.set-border {
  border: 1px #d9d9d9 solid;
}

.set-border.medium-border {
  border-width: 8px;
}

.set-border.large-border {
  border-width: 16px;
}

/* transform functions */

html {
  font-size: 100%;
}

body {
  font-family: "Segoe UI", "Open Sans", sans-serif, serif;
  font-size: 0.875rem;
  line-height: 1.1;
  font-weight: 400;
  font-style: normal;
}

#font .light {
  font-weight: 300;
  font-style: normal;
}

#font .normal {
  font-weight: 400;
  font-style: normal;
}

.header {
  font: 500 1.5rem/1.1 "Segoe UI", "Open Sans", sans-serif, serif;
}

.alt-header {
  font: 500 1rem/1.1 "Segoe UI", "Open Sans", sans-serif, serif;
}

.minor-header {
  font: 500 0.75rem/1.1 "Segoe UI", "Open Sans", sans-serif, serif;
}

h1 {
  font: 200 2.25rem/1.1 "Segoe UI", "Open Sans", sans-serif, serif;
}

h2 {
  font: 200 1.875rem/1.1 "Segoe UI", "Open Sans", sans-serif, serif;
}

h3 {
  font: 200 1.5rem/1.1 "Segoe UI", "Open Sans", sans-serif, serif;
}

h4 {
  font: 200 1.125rem/1.1 "Segoe UI", "Open Sans", sans-serif, serif;
}

h5 {
  font: 200 0.875rem/1.1 "Segoe UI", "Open Sans", sans-serif, serif;
}

h6 {
  font: 200 0.75rem/1.1 "Segoe UI", "Open Sans", sans-serif, serif;
}

h1,h2,h3,h4,h5,h6 {
  margin: .625rem 0;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small {
  font-weight: 400;
  font-size: .7em;
  line-height: 1;
  color: #777;
}

.text-light {
  font-weight: 300;
  font-style: normal;
}

.text-normal {
  font-weight: 400;
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.align-left {
  text-align: left;
}

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

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

.v-align-top {
  vertical-align: top;
}

.v-align-bottom {
  vertical-align: bottom;
}

.v-align-super {
  vertical-align: super;
}

.v-align-top-text {
  vertical-align: text-top;
}

.v-align-bottom-text {
  vertical-align: text-bottom;
}

.text-accent {
  font-size: 1.1rem;
}

.text-default {
  font-size: 0.875rem;
}

.text-small {
  font-size: 0.625rem;
}

.text-light {
  font-weight: 300;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inline-list {
  list-style: none;
  padding-left: 0;
}

.inline-list li {
  display: inline-block;
  margin-right: .625rem;
}

.inline-list li:last-child {
  margin-right: 0;
}

ul {
  margin-left: .3125rem;
}

ul li {
  line-height: 1.25rem;
}

ul li ul {
  padding-left: 1.5625rem;
}

a {
  color: #2086bf;
}

a:visited {
  color: #2086bf;
}

hr {
  border: 0;
  height: 2px;
  background-color: #88b9e3;
}

.tag {
  display: inline-block;
  line-height: 1.1;
  font-size: 80%;
  padding: 1px 4px 2px;
  background-color: #eeeeee;
  border-radius: 2px;
  color: #1d1d1d;
  vertical-align: middle;
}

.tag.success {
  background-color: #60a917;
  color: #ffffff;
}

.tag.alert {
  background-color: #ce352c;
  color: #ffffff;
}

.tag.info {
  background-color: #1ba1e2;
  color: #ffffff;
}

.tag.warning {
  background-color: #fa6800;
  color: #ffffff;
}

a.tag {
  text-decoration: underline;
  cursor: pointer;
}

.container {
  width: 960px;
  margin: 0 auto;
}

.fixed-top,.fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1030;
}

.fixed-top {
  top: 0;
  bottom: auto;
}

.fixed-bottom {
  top: auto;
  bottom: 0;
}

.pos-abs {
  position: absolute !important;
}

.pos-rel {
  position: relative !important;
}

.pos-fix {
  position: fixed !important;
}

.grid {
  display: block;
  position: relative;
  margin: .625rem 0;
}

.grid:before,.grid:after {
  display: table;
  content: "";
}

.grid:after {
  clear: both;
}

.grid .row {
  width: 100%;
  display: block;
  margin: 0 0 2.12765% 0;
}

.grid .row:before,.grid .row:after {
  display: table;
  content: "";
}

.grid .row:after {
  clear: both;
}

.grid .row:last-child {
  margin-bottom: 0;
}

.grid .row > .cell {
  display: block;
  float: left;
  width: 100%;
  min-height: 10px;
  margin: 0 0 0 2.12765%;
}

.grid .row > .cell:first-child {
  margin-left: 0;
}

.grid .row.cells2 > .cell {
  width: 48.936175%;
}

.grid .row.cells2 > .cell.colspan2 {
  width: 100%;
}

.grid .row.cells2 > .cell.offset1 {
  margin-left: 51.063825%;
}

.grid .row.cells2 > .cell.offset2 {
  margin-left: 102.12765%;
}

.grid .row.cells3 > .cell {
  width: 31.9149%;
}

.grid .row.cells3 > .cell.colspan2 {
  width: 65.95745%;
}

.grid .row.cells3 > .cell.colspan3 {
  width: 100%;
}

.grid .row.cells3 > .cell.offset1 {
  margin-left: 34.04255%;
}

.grid .row.cells3 > .cell.offset2 {
  margin-left: 68.0851%;
}

.grid .row.cells3 > .cell.offset3 {
  margin-left: 102.12765%;
}

.grid .row.cells4 > .cell {
  width: 23.4042625%;
}

.grid .row.cells4 > .cell.colspan2 {
  width: 48.936175%;
}

.grid .row.cells4 > .cell.colspan3 {
  width: 74.4680875%;
}

.grid .row.cells4 > .cell.colspan4 {
  width: 100%;
}

.grid .row.cells4 > .cell.offset1 {
  margin-left: 25.5319125%;
}

.grid .row.cells4 > .cell.offset2 {
  margin-left: 51.063825%;
}

.grid .row.cells4 > .cell.offset3 {
  margin-left: 76.5957375%;
}

.grid .row.cells4 > .cell.offset4 {
  margin-left: 102.12765%;
}

.grid .row.cells5 > .cell {
  width: 18.29788%;
}

.grid .row.cells5 > .cell.colspan2 {
  width: 38.72341%;
}

.grid .row.cells5 > .cell.colspan3 {
  width: 59.14894%;
}

.grid .row.cells5 > .cell.colspan4 {
  width: 79.57447%;
}

.grid .row.cells5 > .cell.colspan5 {
  width: 100%;
}

.grid .row.cells5 > .cell.offset1 {
  margin-left: 20.42553%;
}

.grid .row.cells5 > .cell.offset2 {
  margin-left: 40.85106%;
}

.grid .row.cells5 > .cell.offset3 {
  margin-left: 61.27659%;
}

.grid .row.cells5 > .cell.offset4 {
  margin-left: 81.70212%;
}

.grid .row.cells5 > .cell.offset5 {
  margin-left: 102.12765%;
}

.grid .row.cells6 > .cell {
  width: 14.893625%;
}

.grid .row.cells6 > .cell.colspan2 {
  width: 31.9149%;
}

.grid .row.cells6 > .cell.colspan3 {
  width: 48.936175%;
}

.grid .row.cells6 > .cell.colspan4 {
  width: 65.95745%;
}

.grid .row.cells6 > .cell.colspan5 {
  width: 82.978725%;
}

.grid .row.cells6 > .cell.colspan6 {
  width: 100%;
}

.grid .row.cells6 > .cell.offset1 {
  margin-left: 17.021275%;
}

.grid .row.cells6 > .cell.offset2 {
  margin-left: 34.04255%;
}

.grid .row.cells6 > .cell.offset3 {
  margin-left: 51.063825%;
}

.grid .row.cells6 > .cell.offset4 {
  margin-left: 68.0851%;
}

.grid .row.cells6 > .cell.offset5 {
  margin-left: 85.106375%;
}

.grid .row.cells6 > .cell.offset6 {
  margin-left: 102.12765%;
}

.grid .row.cells7 > .cell {
  width: 12.46201429%;
}

.grid .row.cells7 > .cell.colspan2 {
  width: 27.05167857%;
}

.grid .row.cells7 > .cell.colspan3 {
  width: 41.64134286%;
}

.grid .row.cells7 > .cell.colspan4 {
  width: 56.23100714%;
}

.grid .row.cells7 > .cell.colspan5 {
  width: 70.82067143%;
}

.grid .row.cells7 > .cell.colspan6 {
  width: 85.41033571%;
}

.grid .row.cells7 > .cell.colspan7 {
  width: 100%;
}

.grid .row.cells7 > .cell.offset1 {
  margin-left: 14.58966429%;
}

.grid .row.cells7 > .cell.offset2 {
  margin-left: 29.17932857%;
}

.grid .row.cells7 > .cell.offset3 {
  margin-left: 43.76899286%;
}

.grid .row.cells7 > .cell.offset4 {
  margin-left: 58.35865714%;
}

.grid .row.cells7 > .cell.offset5 {
  margin-left: 72.94832143%;
}

.grid .row.cells7 > .cell.offset6 {
  margin-left: 87.53798571%;
}

.grid .row.cells7 > .cell.offset7 {
  margin-left: 102.12765%;
}

.grid .row.cells8 > .cell {
  width: 10.63830625%;
}

.grid .row.cells8 > .cell.colspan2 {
  width: 23.4042625%;
}

.grid .row.cells8 > .cell.colspan3 {
  width: 36.17021875%;
}

.grid .row.cells8 > .cell.colspan4 {
  width: 48.936175%;
}

.grid .row.cells8 > .cell.colspan5 {
  width: 61.70213125%;
}

.grid .row.cells8 > .cell.colspan6 {
  width: 74.4680875%;
}

.grid .row.cells8 > .cell.colspan7 {
  width: 87.23404375%;
}

.grid .row.cells8 > .cell.colspan8 {
  width: 100%;
}

.grid .row.cells8 > .cell.offset1 {
  margin-left: 12.76595625%;
}

.grid .row.cells8 > .cell.offset2 {
  margin-left: 25.5319125%;
}

.grid .row.cells8 > .cell.offset3 {
  margin-left: 38.29786875%;
}

.grid .row.cells8 > .cell.offset4 {
  margin-left: 51.063825%;
}

.grid .row.cells8 > .cell.offset5 {
  margin-left: 63.82978125%;
}

.grid .row.cells8 > .cell.offset6 {
  margin-left: 76.5957375%;
}

.grid .row.cells8 > .cell.offset7 {
  margin-left: 89.36169375%;
}

.grid .row.cells8 > .cell.offset8 {
  margin-left: 102.12765%;
}

.grid .row.cells9 > .cell {
  width: 9.21986667%;
}

.grid .row.cells9 > .cell.colspan2 {
  width: 20.56738333%;
}

.grid .row.cells9 > .cell.colspan3 {
  width: 31.9149%;
}

.grid .row.cells9 > .cell.colspan4 {
  width: 43.26241667%;
}

.grid .row.cells9 > .cell.colspan5 {
  width: 54.60993333%;
}

.grid .row.cells9 > .cell.colspan6 {
  width: 65.95745%;
}

.grid .row.cells9 > .cell.colspan7 {
  width: 77.30496667%;
}

.grid .row.cells9 > .cell.colspan8 {
  width: 88.65248333%;
}

.grid .row.cells9 > .cell.colspan9 {
  width: 100%;
}

.grid .row.cells9 > .cell.offset1 {
  margin-left: 11.34751667%;
}

.grid .row.cells9 > .cell.offset2 {
  margin-left: 22.69503333%;
}

.grid .row.cells9 > .cell.offset3 {
  margin-left: 34.04255%;
}

.grid .row.cells9 > .cell.offset4 {
  margin-left: 45.39006667%;
}

.grid .row.cells9 > .cell.offset5 {
  margin-left: 56.73758333%;
}

.grid .row.cells9 > .cell.offset6 {
  margin-left: 68.0851%;
}

.grid .row.cells9 > .cell.offset7 {
  margin-left: 79.43261667%;
}

.grid .row.cells9 > .cell.offset8 {
  margin-left: 90.78013333%;
}

.grid .row.cells9 > .cell.offset9 {
  margin-left: 102.12765%;
}

.grid .row.cells10 > .cell {
  width: 8.085115%;
}

.grid .row.cells10 > .cell.colspan2 {
  width: 18.29788%;
}

.grid .row.cells10 > .cell.colspan3 {
  width: 28.510645%;
}

.grid .row.cells10 > .cell.colspan4 {
  width: 38.72341%;
}

.grid .row.cells10 > .cell.colspan5 {
  width: 48.936175%;
}

.grid .row.cells10 > .cell.colspan6 {
  width: 59.14894%;
}

.grid .row.cells10 > .cell.colspan7 {
  width: 69.361705%;
}

.grid .row.cells10 > .cell.colspan8 {
  width: 79.57447%;
}

.grid .row.cells10 > .cell.colspan9 {
  width: 89.787235%;
}

.grid .row.cells10 > .cell.colspan10 {
  width: 100%;
}

.grid .row.cells10 > .cell.offset1 {
  margin-left: 10.212765%;
}

.grid .row.cells10 > .cell.offset2 {
  margin-left: 20.42553%;
}

.grid .row.cells10 > .cell.offset3 {
  margin-left: 30.638295%;
}

.grid .row.cells10 > .cell.offset4 {
  margin-left: 40.85106%;
}

.grid .row.cells10 > .cell.offset5 {
  margin-left: 51.063825%;
}

.grid .row.cells10 > .cell.offset6 {
  margin-left: 61.27659%;
}

.grid .row.cells10 > .cell.offset7 {
  margin-left: 71.489355%;
}

.grid .row.cells10 > .cell.offset8 {
  margin-left: 81.70212%;
}

.grid .row.cells10 > .cell.offset9 {
  margin-left: 91.914885%;
}

.grid .row.cells10 > .cell.offset10 {
  margin-left: 102.12765%;
}

.grid .row.cells11 > .cell {
  width: 7.15668182%;
}

.grid .row.cells11 > .cell.colspan2 {
  width: 16.44101364%;
}

.grid .row.cells11 > .cell.colspan3 {
  width: 25.72534545%;
}

.grid .row.cells11 > .cell.colspan4 {
  width: 35.00967727%;
}

.grid .row.cells11 > .cell.colspan5 {
  width: 44.29400909%;
}

.grid .row.cells11 > .cell.colspan6 {
  width: 53.57834091%;
}

.grid .row.cells11 > .cell.colspan7 {
  width: 62.86267273%;
}

.grid .row.cells11 > .cell.colspan8 {
  width: 72.14700455%;
}

.grid .row.cells11 > .cell.colspan9 {
  width: 81.43133636%;
}

.grid .row.cells11 > .cell.colspan10 {
  width: 90.71566818%;
}

.grid .row.cells11 > .cell.colspan11 {
  width: 100%;
}

.grid .row.cells11 > .cell.offset1 {
  margin-left: 9.28433182%;
}

.grid .row.cells11 > .cell.offset2 {
  margin-left: 18.56866364%;
}

.grid .row.cells11 > .cell.offset3 {
  margin-left: 27.85299545%;
}

.grid .row.cells11 > .cell.offset4 {
  margin-left: 37.13732727%;
}

.grid .row.cells11 > .cell.offset5 {
  margin-left: 46.42165909%;
}

.grid .row.cells11 > .cell.offset6 {
  margin-left: 55.70599091%;
}

.grid .row.cells11 > .cell.offset7 {
  margin-left: 64.99032273%;
}

.grid .row.cells11 > .cell.offset8 {
  margin-left: 74.27465455%;
}

.grid .row.cells11 > .cell.offset9 {
  margin-left: 83.55898636%;
}

.grid .row.cells11 > .cell.offset10 {
  margin-left: 92.84331818%;
}

.grid .row.cells11 > .cell.offset11 {
  margin-left: 102.12765%;
}

.grid .row.cells12 > .cell {
  width: 6.3829875%;
}

.grid .row.cells12 > .cell.colspan2 {
  width: 14.893625%;
}

.grid .row.cells12 > .cell.colspan3 {
  width: 23.4042625%;
}

.grid .row.cells12 > .cell.colspan4 {
  width: 31.9149%;
}

.grid .row.cells12 > .cell.colspan5 {
  width: 40.4255375%;
}

.grid .row.cells12 > .cell.colspan6 {
  width: 48.936175%;
}

.grid .row.cells12 > .cell.colspan7 {
  width: 57.4468125%;
}

.grid .row.cells12 > .cell.colspan8 {
  width: 65.95745%;
}

.grid .row.cells12 > .cell.colspan9 {
  width: 74.4680875%;
}

.grid .row.cells12 > .cell.colspan10 {
  width: 82.978725%;
}

.grid .row.cells12 > .cell.colspan11 {
  width: 91.4893625%;
}

.grid .row.cells12 > .cell.colspan12 {
  width: 100%;
}

.grid .row.cells12 > .cell.offset1 {
  margin-left: 8.5106375%;
}

.grid .row.cells12 > .cell.offset2 {
  margin-left: 17.021275%;
}

.grid .row.cells12 > .cell.offset3 {
  margin-left: 25.5319125%;
}

.grid .row.cells12 > .cell.offset4 {
  margin-left: 34.04255%;
}

.grid .row.cells12 > .cell.offset5 {
  margin-left: 42.5531875%;
}

.grid .row.cells12 > .cell.offset6 {
  margin-left: 51.063825%;
}

.grid .row.cells12 > .cell.offset7 {
  margin-left: 59.5744625%;
}

.grid .row.cells12 > .cell.offset8 {
  margin-left: 68.0851%;
}

.grid .row.cells12 > .cell.offset9 {
  margin-left: 76.5957375%;
}

.grid .row.cells12 > .cell.offset10 {
  margin-left: 85.106375%;
}

.grid .row.cells12 > .cell.offset11 {
  margin-left: 93.6170125%;
}

.grid .row.cells12 > .cell.offset12 {
  margin-left: 102.12765%;
}

.grid .row:empty {
  display: none;
}

.grid.condensed {
  display: block;
  position: relative;
  margin: .625rem 0;
}

.grid.condensed:before,.grid.condensed:after {
  display: table;
  content: "";
}

.grid.condensed:after {
  clear: both;
}

.grid.condensed .row {
  width: 100%;
  display: block;
  margin: 0 0 0 0;
}

.grid.condensed .row:before,.grid.condensed .row:after {
  display: table;
  content: "";
}

.grid.condensed .row:after {
  clear: both;
}

.grid.condensed .row:last-child {
  margin-bottom: 0;
}

.grid.condensed .row > .cell {
  display: block;
  float: left;
  width: 100%;
  min-height: 10px;
  margin: 0 0 0 0;
}

.grid.condensed .row > .cell:first-child {
  margin-left: 0;
}

.grid.condensed .row.cells2 > .cell {
  width: 50%;
}

.grid.condensed .row.cells2 > .cell.colspan2 {
  width: 100%;
}

.grid.condensed .row.cells2 > .cell.offset1 {
  margin-left: 50%;
}

.grid.condensed .row.cells2 > .cell.offset2 {
  margin-left: 100%;
}

.grid.condensed .row.cells3 > .cell {
  width: 33.33333333%;
}

.grid.condensed .row.cells3 > .cell.colspan2 {
  width: 66.66666667%;
}

.grid.condensed .row.cells3 > .cell.colspan3 {
  width: 100%;
}

.grid.condensed .row.cells3 > .cell.offset1 {
  margin-left: 33.33333333%;
}

.grid.condensed .row.cells3 > .cell.offset2 {
  margin-left: 66.66666667%;
}

.grid.condensed .row.cells3 > .cell.offset3 {
  margin-left: 100%;
}

.grid.condensed .row.cells4 > .cell {
  width: 25%;
}

.grid.condensed .row.cells4 > .cell.colspan2 {
  width: 50%;
}

.grid.condensed .row.cells4 > .cell.colspan3 {
  width: 75%;
}

.grid.condensed .row.cells4 > .cell.colspan4 {
  width: 100%;
}

.grid.condensed .row.cells4 > .cell.offset1 {
  margin-left: 25%;
}

.grid.condensed .row.cells4 > .cell.offset2 {
  margin-left: 50%;
}

.grid.condensed .row.cells4 > .cell.offset3 {
  margin-left: 75%;
}

.grid.condensed .row.cells4 > .cell.offset4 {
  margin-left: 100%;
}

.grid.condensed .row.cells5 > .cell {
  width: 20%;
}

.grid.condensed .row.cells5 > .cell.colspan2 {
  width: 40%;
}

.grid.condensed .row.cells5 > .cell.colspan3 {
  width: 60%;
}

.grid.condensed .row.cells5 > .cell.colspan4 {
  width: 80%;
}

.grid.condensed .row.cells5 > .cell.colspan5 {
  width: 100%;
}

.grid.condensed .row.cells5 > .cell.offset1 {
  margin-left: 20%;
}

.grid.condensed .row.cells5 > .cell.offset2 {
  margin-left: 40%;
}

.grid.condensed .row.cells5 > .cell.offset3 {
  margin-left: 60%;
}

.grid.condensed .row.cells5 > .cell.offset4 {
  margin-left: 80%;
}

.grid.condensed .row.cells5 > .cell.offset5 {
  margin-left: 100%;
}

.grid.condensed .row.cells6 > .cell {
  width: 16.66666667%;
}

.grid.condensed .row.cells6 > .cell.colspan2 {
  width: 33.33333333%;
}

.grid.condensed .row.cells6 > .cell.colspan3 {
  width: 50%;
}

.grid.condensed .row.cells6 > .cell.colspan4 {
  width: 66.66666667%;
}

.grid.condensed .row.cells6 > .cell.colspan5 {
  width: 83.33333333%;
}

.grid.condensed .row.cells6 > .cell.colspan6 {
  width: 100%;
}

.grid.condensed .row.cells6 > .cell.offset1 {
  margin-left: 16.66666667%;
}

.grid.condensed .row.cells6 > .cell.offset2 {
  margin-left: 33.33333333%;
}

.grid.condensed .row.cells6 > .cell.offset3 {
  margin-left: 50%;
}

.grid.condensed .row.cells6 > .cell.offset4 {
  margin-left: 66.66666667%;
}

.grid.condensed .row.cells6 > .cell.offset5 {
  margin-left: 83.33333333%;
}

.grid.condensed .row.cells6 > .cell.offset6 {
  margin-left: 100%;
}

.grid.condensed .row.cells7 > .cell {
  width: 14.28571429%;
}

.grid.condensed .row.cells7 > .cell.colspan2 {
  width: 28.57142857%;
}

.grid.condensed .row.cells7 > .cell.colspan3 {
  width: 42.85714286%;
}

.grid.condensed .row.cells7 > .cell.colspan4 {
  width: 57.14285714%;
}

.grid.condensed .row.cells7 > .cell.colspan5 {
  width: 71.42857143%;
}

.grid.condensed .row.cells7 > .cell.colspan6 {
  width: 85.71428571%;
}

.grid.condensed .row.cells7 > .cell.colspan7 {
  width: 100%;
}

.grid.condensed .row.cells7 > .cell.offset1 {
  margin-left: 14.28571429%;
}

.grid.condensed .row.cells7 > .cell.offset2 {
  margin-left: 28.57142857%;
}

.grid.condensed .row.cells7 > .cell.offset3 {
  margin-left: 42.85714286%;
}

.grid.condensed .row.cells7 > .cell.offset4 {
  margin-left: 57.14285714%;
}

.grid.condensed .row.cells7 > .cell.offset5 {
  margin-left: 71.42857143%;
}

.grid.condensed .row.cells7 > .cell.offset6 {
  margin-left: 85.71428571%;
}

.grid.condensed .row.cells7 > .cell.offset7 {
  margin-left: 100%;
}

.grid.condensed .row.cells8 > .cell {
  width: 12.5%;
}

.grid.condensed .row.cells8 > .cell.colspan2 {
  width: 25%;
}

.grid.condensed .row.cells8 > .cell.colspan3 {
  width: 37.5%;
}

.grid.condensed .row.cells8 > .cell.colspan4 {
  width: 50%;
}

.grid.condensed .row.cells8 > .cell.colspan5 {
  width: 62.5%;
}

.grid.condensed .row.cells8 > .cell.colspan6 {
  width: 75%;
}

.grid.condensed .row.cells8 > .cell.colspan7 {
  width: 87.5%;
}

.grid.condensed .row.cells8 > .cell.colspan8 {
  width: 100%;
}

.grid.condensed .row.cells8 > .cell.offset1 {
  margin-left: 12.5%;
}

.grid.condensed .row.cells8 > .cell.offset2 {
  margin-left: 25%;
}

.grid.condensed .row.cells8 > .cell.offset3 {
  margin-left: 37.5%;
}

.grid.condensed .row.cells8 > .cell.offset4 {
  margin-left: 50%;
}

.grid.condensed .row.cells8 > .cell.offset5 {
  margin-left: 62.5%;
}

.grid.condensed .row.cells8 > .cell.offset6 {
  margin-left: 75%;
}

.grid.condensed .row.cells8 > .cell.offset7 {
  margin-left: 87.5%;
}

.grid.condensed .row.cells8 > .cell.offset8 {
  margin-left: 100%;
}

.grid.condensed .row.cells9 > .cell {
  width: 11.11111111%;
}

.grid.condensed .row.cells9 > .cell.colspan2 {
  width: 22.22222222%;
}

.grid.condensed .row.cells9 > .cell.colspan3 {
  width: 33.33333333%;
}

.grid.condensed .row.cells9 > .cell.colspan4 {
  width: 44.44444444%;
}

.grid.condensed .row.cells9 > .cell.colspan5 {
  width: 55.55555556%;
}

.grid.condensed .row.cells9 > .cell.colspan6 {
  width: 66.66666667%;
}

.grid.condensed .row.cells9 > .cell.colspan7 {
  width: 77.77777778%;
}

.grid.condensed .row.cells9 > .cell.colspan8 {
  width: 88.88888889%;
}

.grid.condensed .row.cells9 > .cell.colspan9 {
  width: 100%;
}

.grid.condensed .row.cells9 > .cell.offset1 {
  margin-left: 11.11111111%;
}

.grid.condensed .row.cells9 > .cell.offset2 {
  margin-left: 22.22222222%;
}

.grid.condensed .row.cells9 > .cell.offset3 {
  margin-left: 33.33333333%;
}

.grid.condensed .row.cells9 > .cell.offset4 {
  margin-left: 44.44444444%;
}

.grid.condensed .row.cells9 > .cell.offset5 {
  margin-left: 55.55555556%;
}

.grid.condensed .row.cells9 > .cell.offset6 {
  margin-left: 66.66666667%;
}

.grid.condensed .row.cells9 > .cell.offset7 {
  margin-left: 77.77777778%;
}

.grid.condensed .row.cells9 > .cell.offset8 {
  margin-left: 88.88888889%;
}

.grid.condensed .row.cells9 > .cell.offset9 {
  margin-left: 100%;
}

.grid.condensed .row.cells10 > .cell {
  width: 10%;
}

.grid.condensed .row.cells10 > .cell.colspan2 {
  width: 20%;
}

.grid.condensed .row.cells10 > .cell.colspan3 {
  width: 30%;
}

.grid.condensed .row.cells10 > .cell.colspan4 {
  width: 40%;
}

.grid.condensed .row.cells10 > .cell.colspan5 {
  width: 50%;
}

.grid.condensed .row.cells10 > .cell.colspan6 {
  width: 60%;
}

.grid.condensed .row.cells10 > .cell.colspan7 {
  width: 70%;
}

.grid.condensed .row.cells10 > .cell.colspan8 {
  width: 80%;
}

.grid.condensed .row.cells10 > .cell.colspan9 {
  width: 90%;
}

.grid.condensed .row.cells10 > .cell.colspan10 {
  width: 100%;
}

.grid.condensed .row.cells10 > .cell.offset1 {
  margin-left: 10%;
}

.grid.condensed .row.cells10 > .cell.offset2 {
  margin-left: 20%;
}

.grid.condensed .row.cells10 > .cell.offset3 {
  margin-left: 30%;
}

.grid.condensed .row.cells10 > .cell.offset4 {
  margin-left: 40%;
}

.grid.condensed .row.cells10 > .cell.offset5 {
  margin-left: 50%;
}

.grid.condensed .row.cells10 > .cell.offset6 {
  margin-left: 60%;
}

.grid.condensed .row.cells10 > .cell.offset7 {
  margin-left: 70%;
}

.grid.condensed .row.cells10 > .cell.offset8 {
  margin-left: 80%;
}

.grid.condensed .row.cells10 > .cell.offset9 {
  margin-left: 90%;
}

.grid.condensed .row.cells10 > .cell.offset10 {
  margin-left: 100%;
}

.grid.condensed .row.cells11 > .cell {
  width: 9.09090909%;
}

.grid.condensed .row.cells11 > .cell.colspan2 {
  width: 18.18181818%;
}

.grid.condensed .row.cells11 > .cell.colspan3 {
  width: 27.27272727%;
}

.grid.condensed .row.cells11 > .cell.colspan4 {
  width: 36.36363636%;
}

.grid.condensed .row.cells11 > .cell.colspan5 {
  width: 45.45454545%;
}

.grid.condensed .row.cells11 > .cell.colspan6 {
  width: 54.54545455%;
}

.grid.condensed .row.cells11 > .cell.colspan7 {
  width: 63.63636364%;
}

.grid.condensed .row.cells11 > .cell.colspan8 {
  width: 72.72727273%;
}

.grid.condensed .row.cells11 > .cell.colspan9 {
  width: 81.81818182%;
}

.grid.condensed .row.cells11 > .cell.colspan10 {
  width: 90.90909091%;
}

.grid.condensed .row.cells11 > .cell.colspan11 {
  width: 100%;
}

.grid.condensed .row.cells11 > .cell.offset1 {
  margin-left: 9.09090909%;
}

.grid.condensed .row.cells11 > .cell.offset2 {
  margin-left: 18.18181818%;
}

.grid.condensed .row.cells11 > .cell.offset3 {
  margin-left: 27.27272727%;
}

.grid.condensed .row.cells11 > .cell.offset4 {
  margin-left: 36.36363636%;
}

.grid.condensed .row.cells11 > .cell.offset5 {
  margin-left: 45.45454545%;
}

.grid.condensed .row.cells11 > .cell.offset6 {
  margin-left: 54.54545455%;
}

.grid.condensed .row.cells11 > .cell.offset7 {
  margin-left: 63.63636364%;
}

.grid.condensed .row.cells11 > .cell.offset8 {
  margin-left: 72.72727273%;
}

.grid.condensed .row.cells11 > .cell.offset9 {
  margin-left: 81.81818182%;
}

.grid.condensed .row.cells11 > .cell.offset10 {
  margin-left: 90.90909091%;
}

.grid.condensed .row.cells11 > .cell.offset11 {
  margin-left: 100%;
}

.grid.condensed .row.cells12 > .cell {
  width: 8.33333333%;
}

.grid.condensed .row.cells12 > .cell.colspan2 {
  width: 16.66666667%;
}

.grid.condensed .row.cells12 > .cell.colspan3 {
  width: 25%;
}

.grid.condensed .row.cells12 > .cell.colspan4 {
  width: 33.33333333%;
}

.grid.condensed .row.cells12 > .cell.colspan5 {
  width: 41.66666667%;
}

.grid.condensed .row.cells12 > .cell.colspan6 {
  width: 50%;
}

.grid.condensed .row.cells12 > .cell.colspan7 {
  width: 58.33333333%;
}

.grid.condensed .row.cells12 > .cell.colspan8 {
  width: 66.66666667%;
}

.grid.condensed .row.cells12 > .cell.colspan9 {
  width: 75%;
}

.grid.condensed .row.cells12 > .cell.colspan10 {
  width: 83.33333333%;
}

.grid.condensed .row.cells12 > .cell.colspan11 {
  width: 91.66666667%;
}

.grid.condensed .row.cells12 > .cell.colspan12 {
  width: 100%;
}

.grid.condensed .row.cells12 > .cell.offset1 {
  margin-left: 8.33333333%;
}

.grid.condensed .row.cells12 > .cell.offset2 {
  margin-left: 16.66666667%;
}

.grid.condensed .row.cells12 > .cell.offset3 {
  margin-left: 25%;
}

.grid.condensed .row.cells12 > .cell.offset4 {
  margin-left: 33.33333333%;
}

.grid.condensed .row.cells12 > .cell.offset5 {
  margin-left: 41.66666667%;
}

.grid.condensed .row.cells12 > .cell.offset6 {
  margin-left: 50%;
}

.grid.condensed .row.cells12 > .cell.offset7 {
  margin-left: 58.33333333%;
}

.grid.condensed .row.cells12 > .cell.offset8 {
  margin-left: 66.66666667%;
}

.grid.condensed .row.cells12 > .cell.offset9 {
  margin-left: 75%;
}

.grid.condensed .row.cells12 > .cell.offset10 {
  margin-left: 83.33333333%;
}

.grid.condensed .row.cells12 > .cell.offset11 {
  margin-left: 91.66666667%;
}

.grid.condensed .row.cells12 > .cell.offset12 {
  margin-left: 100%;
}

.flex-grid {
  display: block;
  width: 100%;
}

.flex-grid .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.flex-grid .row .cell {
  -webkit-box-flex: 0 0 8.33333333%;
  -webkit-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
}

.flex-grid .row.cell-auto-size .cell {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-grid .row .cell.colspan2 {
  -webkit-box-flex: 0 0 16.66666666%;
  -webkit-flex: 0 0 16.66666666%;
  flex: 0 0 16.66666666%;
}

.flex-grid .row .cell.colspan3 {
  -webkit-box-flex: 0 0 24.99999999%;
  -webkit-flex: 0 0 24.99999999%;
  flex: 0 0 24.99999999%;
}

.flex-grid .row .cell.colspan4 {
  -webkit-box-flex: 0 0 33.33333332%;
  -webkit-flex: 0 0 33.33333332%;
  flex: 0 0 33.33333332%;
}

.flex-grid .row .cell.colspan5 {
  -webkit-box-flex: 0 0 41.66666665%;
  -webkit-flex: 0 0 41.66666665%;
  flex: 0 0 41.66666665%;
}

.flex-grid .row .cell.colspan6 {
  -webkit-box-flex: 0 0 49.99999998%;
  -webkit-flex: 0 0 49.99999998%;
  flex: 0 0 49.99999998%;
}

.flex-grid .row .cell.colspan7 {
  -webkit-box-flex: 0 0 58.33333331%;
  -webkit-flex: 0 0 58.33333331%;
  flex: 0 0 58.33333331%;
}

.flex-grid .row .cell.colspan8 {
  -webkit-box-flex: 0 0 66.66666664%;
  -webkit-flex: 0 0 66.66666664%;
  flex: 0 0 66.66666664%;
}

.flex-grid .row .cell.colspan9 {
  -webkit-box-flex: 0 0 74.99999997%;
  -webkit-flex: 0 0 74.99999997%;
  flex: 0 0 74.99999997%;
}

.flex-grid .row .cell.colspan10 {
  -webkit-box-flex: 0 0 83.3333333%;
  -webkit-flex: 0 0 83.3333333%;
  flex: 0 0 83.3333333%;
}

.flex-grid .row .cell.colspan11 {
  -webkit-box-flex: 0 0 91.66666663%;
  -webkit-flex: 0 0 91.66666663%;
  flex: 0 0 91.66666663%;
}

.flex-grid .row .cell.colspan12 {
  -webkit-box-flex: 0 0 99.99999996%;
  -webkit-flex: 0 0 99.99999996%;
  flex: 0 0 99.99999996%;
}

.flex-grid .row .cell.size1 {
  -webkit-box-flex: 0 0 8.33333333%;
  -webkit-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
}

.flex-grid .row .cell.size2 {
  -webkit-box-flex: 0 0 16.66666666%;
  -webkit-flex: 0 0 16.66666666%;
  flex: 0 0 16.66666666%;
}

.flex-grid .row .cell.size3 {
  -webkit-box-flex: 0 0 24.99999999%;
  -webkit-flex: 0 0 24.99999999%;
  flex: 0 0 24.99999999%;
}

.flex-grid .row .cell.size4 {
  -webkit-box-flex: 0 0 33.33333332%;
  -webkit-flex: 0 0 33.33333332%;
  flex: 0 0 33.33333332%;
}

.flex-grid .row .cell.size5 {
  -webkit-box-flex: 0 0 41.66666665%;
  -webkit-flex: 0 0 41.66666665%;
  flex: 0 0 41.66666665%;
}

.flex-grid .row .cell.size6 {
  -webkit-box-flex: 0 0 49.99999998%;
  -webkit-flex: 0 0 49.99999998%;
  flex: 0 0 49.99999998%;
}

.flex-grid .row .cell.size7 {
  -webkit-box-flex: 0 0 58.33333331%;
  -webkit-flex: 0 0 58.33333331%;
  flex: 0 0 58.33333331%;
}

.flex-grid .row .cell.size8 {
  -webkit-box-flex: 0 0 66.66666664%;
  -webkit-flex: 0 0 66.66666664%;
  flex: 0 0 66.66666664%;
}

.flex-grid .row .cell.size9 {
  -webkit-box-flex: 0 0 74.99999997%;
  -webkit-flex: 0 0 74.99999997%;
  flex: 0 0 74.99999997%;
}

.flex-grid .row .cell.size10 {
  -webkit-box-flex: 0 0 83.3333333%;
  -webkit-flex: 0 0 83.3333333%;
  flex: 0 0 83.3333333%;
}

.flex-grid .row .cell.size11 {
  -webkit-box-flex: 0 0 91.66666663%;
  -webkit-flex: 0 0 91.66666663%;
  flex: 0 0 91.66666663%;
}

.flex-grid .row .cell.size12 {
  -webkit-box-flex: 0 0 99.99999996%;
  -webkit-flex: 0 0 99.99999996%;
  flex: 0 0 99.99999996%;
}

.flex-grid .row .cell.size-p10 {
  -webkit-box-flex: 0 0 10%;
  -webkit-flex: 0 0 10%;
  flex: 0 0 10%;
}

.flex-grid .row .cell.size-p20 {
  -webkit-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
}

.flex-grid .row .cell.size-p30 {
  -webkit-box-flex: 0 0 30%;
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
}

.flex-grid .row .cell.size-p40 {
  -webkit-box-flex: 0 0 40%;
  -webkit-flex: 0 0 40%;
  flex: 0 0 40%;
}

.flex-grid .row .cell.size-p50 {
  -webkit-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
}

.flex-grid .row .cell.size-p60 {
  -webkit-box-flex: 0 0 60%;
  -webkit-flex: 0 0 60%;
  flex: 0 0 60%;
}

.flex-grid .row .cell.size-p70 {
  -webkit-box-flex: 0 0 70%;
  -webkit-flex: 0 0 70%;
  flex: 0 0 70%;
}

.flex-grid .row .cell.size-p80 {
  -webkit-box-flex: 0 0 80%;
  -webkit-flex: 0 0 80%;
  flex: 0 0 80%;
}

.flex-grid .row .cell.size-p90 {
  -webkit-box-flex: 0 0 90%;
  -webkit-flex: 0 0 90%;
  flex: 0 0 90%;
}

.flex-grid .row .cell.size-p100 {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}

.flex-grid .row .cell.size-x100 {
  -webkit-box-flex: 0 0 100px;
  -webkit-flex: 0 0 100px;
  flex: 0 0 100px;
}

.flex-grid .row .cell.size-x200 {
  -webkit-box-flex: 0 0 200px;
  -webkit-flex: 0 0 200px;
  flex: 0 0 200px;
}

.flex-grid .row .cell.size-x300 {
  -webkit-box-flex: 0 0 300px;
  -webkit-flex: 0 0 300px;
  flex: 0 0 300px;
}

.flex-grid .row .cell.size-x400 {
  -webkit-box-flex: 0 0 400px;
  -webkit-flex: 0 0 400px;
  flex: 0 0 400px;
}

.flex-grid .row .cell.size-x500 {
  -webkit-box-flex: 0 0 500px;
  -webkit-flex: 0 0 500px;
  flex: 0 0 500px;
}

.flex-grid .row .cell.size-x600 {
  -webkit-box-flex: 0 0 600px;
  -webkit-flex: 0 0 600px;
  flex: 0 0 600px;
}

.flex-grid .row .cell.size-x700 {
  -webkit-box-flex: 0 0 700px;
  -webkit-flex: 0 0 700px;
  flex: 0 0 700px;
}

.flex-grid .row .cell.size-x800 {
  -webkit-box-flex: 0 0 800px;
  -webkit-flex: 0 0 800px;
  flex: 0 0 800px;
}

.flex-grid .row .cell.size-x900 {
  -webkit-box-flex: 0 0 900px;
  -webkit-flex: 0 0 900px;
  flex: 0 0 900px;
}

.flex-grid .row .cell.size-x1000 {
  -webkit-box-flex: 0 0 1000px;
  -webkit-flex: 0 0 1000px;
  flex: 0 0 1000px;
}

.flex-grid .row .cell.auto-size {
  -webkit-box-flex: 1 auto;
  -webkit-flex: 1 auto;
  flex: 1 auto;
}

.table {
  width: 100%;
  margin: .625rem 0;
}

.table th,.table td {
  padding: 0.625rem;
}

.table thead {
  border-bottom: 4px solid #999999;
}

.table thead th,.table thead td {
  cursor: default;
  color: #52677a;
  border-color: transparent;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.table tfoot {
  border-top: 4px solid #999999;
}

.table tfoot th,.table tfoot td {
  cursor: default;
  color: #52677a;
  border-color: transparent;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.table tbody td {
  padding: 0.625rem 0.85rem;
}

.table tr.selected td {
  background-color: rgba(28, 183, 236, 0.1);
}

.table td.selected {
  background-color: rgba(28, 183, 236, 0.3);
}

.table.border {
  border: 1px #999999 solid;
}

.table.bordered th,.table.bordered td {
  border: 1px #999999 solid;
}

.table.bordered thead tr:first-child th,.table.bordered thead tr:first-child td {
  border-top: none;
}

.table.bordered thead tr:first-child th:first-child,.table.bordered thead tr:first-child td:first-child {
  border-left: none;
}

.table.bordered thead tr:first-child th:last-child,.table.bordered thead tr:first-child td:last-child {
  border-right: none;
}

.table.bordered tbody tr:first-child td {
  border-top: none;
}

.table.bordered tbody tr td:first-child {
  border-left: none;
}

.table.bordered tbody tr td:last-child {
  border-right: none;
}

.table.bordered tbody tr:last-child td {
  border-bottom: none;
}

.table .condensed th,.table .condensed td {
  padding: .3125rem;
}

.table .super-condensed th,.table .super-condensed td {
  padding: .125rem;
}

.table tbody tr.error {
  background-color: #ce352c;
  color: #ffffff;
}

.table tbody tr.error:hover {
  background-color: #da5a53;
}

.table tbody tr.warning {
  background-color: #fa6800;
  color: #ffffff;
}

.table tbody tr.warning:hover {
  background-color: #ffc194;
}

.table tbody tr.success {
  background-color: #60a917;
  color: #ffffff;
}

.table tbody tr.success:hover {
  background-color: #7ad61d;
}

.table tbody tr.info {
  background-color: #1ba1e2;
  color: #ffffff;
}

.table tbody tr.info:hover {
  background-color: #59cde2;
}

.app-bar {
  display: block;
  width: 100%;
  position: relative;
  background-color: #0072c6;
  color: #ffffff;
  height: 3.125rem;
  /*
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
*/
}

.app-bar:before,.app-bar:after {
  display: table;
  content: "";
}

.app-bar:after {
  clear: both;
}

.app-bar .app-bar-element {
  line-height: 3.125rem;
  padding: 0 .625rem;
  font-size: 1rem;
  cursor: pointer;
  color: inherit;
  display: block;
  float: left;
  position: relative;
  vertical-align: middle;
  height: 3.125rem;
}

.app-bar .app-bar-element:hover,.app-bar .app-bar-element:active {
  background-color: #005696;
}

.app-bar .app-bar-element.branding {
  padding-left: 1rem;
  padding-right: 1rem;
}

.app-bar .app-bar-element .d-menu {
  top: 100%;
  border: 2px solid #005696;
}

.app-bar .app-bar-element .d-menu li:not(.disabled):hover {
  background-color: #eee;
}

.app-bar .app-bar-element .d-menu li:not(.disabled):hover > a {
  color: #1d1d1d;
}

.app-bar .app-bar-element .d-menu .d-menu {
  top: -0.625rem;
  left: 100%;
}

.app-bar .app-bar-element .d-menu .dropdown-toggle:before {
  border-color: #1d1d1d;
}

.app-bar .app-bar-divider {
  display: block;
  float: left;
  line-height: 3.125rem;
  height: 3.125rem;
  width: 1px;
  background-color: #4c9cd7;
  padding: 0;
}

.app-bar .dropdown-toggle:before {
  border-color: #ffffff;
}

.app-bar .app-bar-menu {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

.app-bar .app-bar-menu > li,.app-bar .app-bar-menu > li > a {
  line-height: 3.125rem;
  padding: 0 .625rem;
  font-size: 1rem;
  cursor: pointer;
  color: inherit;
  display: block;
  float: left;
  position: relative;
  vertical-align: middle;
  height: 3.125rem;
}

.app-bar .app-bar-menu > li:hover,.app-bar .app-bar-menu > li > a:hover,.app-bar .app-bar-menu > li:active,.app-bar .app-bar-menu > li > a:active {
  background-color: #005696;
}

.app-bar .app-bar-menu > li.branding,.app-bar .app-bar-menu > li > a.branding {
  padding-left: 1rem;
  padding-right: 1rem;
}

.app-bar .app-bar-menu > li .d-menu,.app-bar .app-bar-menu > li > a .d-menu {
  top: 100%;
  border: 2px solid #005696;
}

.app-bar .app-bar-menu > li .d-menu li:not(.disabled):hover,.app-bar .app-bar-menu > li > a .d-menu li:not(.disabled):hover {
  background-color: #eee;
}

.app-bar .app-bar-menu > li .d-menu li:not(.disabled):hover > a,.app-bar .app-bar-menu > li > a .d-menu li:not(.disabled):hover > a {
  color: #1d1d1d;
}

.app-bar .app-bar-menu > li .d-menu .d-menu,.app-bar .app-bar-menu > li > a .d-menu .d-menu {
  top: -0.625rem;
  left: 100%;
}

.app-bar .app-bar-menu > li .d-menu .dropdown-toggle:before,.app-bar .app-bar-menu > li > a .d-menu .dropdown-toggle:before {
  border-color: #1d1d1d;
}

.app-bar .app-bar-menu > li:before,.app-bar .app-bar-menu > li > a:before,.app-bar .app-bar-menu > li:after,.app-bar .app-bar-menu > li > a:after {
  display: table;
  content: "";
}

.app-bar .app-bar-menu > li:after,.app-bar .app-bar-menu > li > a:after {
  clear: both;
}

.app-bar .app-bar-menu > li > .input-control.text,.app-bar .app-bar-menu > li > a > .input-control.text,.app-bar .app-bar-menu > li > .input-control.password,.app-bar .app-bar-menu > li > a > .input-control.password {
  margin-top: .55rem;
  font-size: .875rem;
  line-height: 1.8rem;
  display: block;
}

.app-bar .app-bar-menu > li > .input-control.text input,.app-bar .app-bar-menu > li > a > .input-control.text input,.app-bar .app-bar-menu > li > .input-control.password input,.app-bar .app-bar-menu > li > a > .input-control.password input {
  border-color: transparent;
}

.app-bar .app-bar-menu > li > .button,.app-bar .app-bar-menu > li > a > .button {
  margin-top: -0.15rem;
}

.app-bar .app-bar-menu > li > .image-button,.app-bar .app-bar-menu > li > a > .image-button {
  margin: 0;
  background-color: transparent;
  color: #ffffff;
  font-size: inherit;
}

.app-bar .app-bar-menu > li > .image-button img.icon,.app-bar .app-bar-menu > li > a > .image-button img.icon {
  padding: 0;
}

.app-bar .app-bar-menu > li .dropdown-toggle:before,.app-bar .app-bar-menu > li > a .dropdown-toggle:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.app-bar .app-bar-menu > li .dropdown-toggle.active-toggle:before,.app-bar .app-bar-menu > li > a .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.app-bar .app-bar-menu > li .d-menu .dropdown-toggle.active-toggle:before,.app-bar .app-bar-menu > li > a .d-menu .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.app-bar .app-bar-menu > li.dropdown-toggle,.app-bar .app-bar-menu > li > a.dropdown-toggle {
  padding-right: 1.5rem;
}

.app-bar .app-bar-menu > li.dropdown-toggle:before,.app-bar .app-bar-menu > li > a.dropdown-toggle:before {
  border-color: #ffffff;
  display: block;
}

.app-bar .app-bar-menu > li {
  padding: 0;
}

.app-bar .app-bar-menu > li .d-menu {
  top: 100%;
  border: 2px solid #005696;
}

.app-bar .app-bar-menu > li .d-menu li:not(.disabled):hover {
  background-color: #eee;
}

.app-bar .app-bar-menu > li .d-menu li:not(.disabled):hover > a {
  color: #1d1d1d;
}

.app-bar .app-bar-menu > li .d-menu .d-menu {
  top: -0.625rem;
  left: 100%;
}

.app-bar .app-bar-menu > li .d-menu .dropdown-toggle:before {
  border-color: #1d1d1d;
}

.app-bar .app-bar-menu.small-dropdown .d-menu li > a {
  font-size: .8em;
  padding: .325rem 1.2rem .325rem 0.3rem;
}

.app-bar .app-bar-pullbutton {
  float: right;
}

.app-bar .app-bar-pullbutton.automatic {
  display: none;
  float: right;
  color: #fff;
  cursor: pointer;
  font: 2rem sans-serif;
  height: 3.125rem;
  width: 3.125rem;
  line-height: 1.25rem;
  vertical-align: middle;
  text-align: center;
  margin: 0;
}

.app-bar .app-bar-pullbutton.automatic:before {
  content: "\2261";
  position: absolute;
  top: .875rem;
  left: .875rem;
}

.app-bar .app-bar-drop-container {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  border: 2px solid #005696;
  background: #ffffff;
}

.app-bar .app-bar-drop-container:before {
  content: '';
  position: absolute;
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border: 2px #005696 solid;
  top: 1px;
  left: 1rem;
  margin: -8px 0;
  border-bottom: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.app-bar .app-bar-drop-container:before {
  z-index: 0;
}

.app-bar .app-bar-drop-container.place-right {
  right: 0;
  left: auto;
}

.app-bar .app-bar-drop-container.place-right:before {
  left: auto;
  right: 1rem;
}

.app-bar .app-bar-element:before,.app-bar .app-bar-element:after {
  display: table;
  content: "";
}

.app-bar .app-bar-element:after {
  clear: both;
}

.app-bar .app-bar-element > .input-control.text,.app-bar .app-bar-element > .input-control.password {
  margin-top: .55rem;
  font-size: .875rem;
  line-height: 1.8rem;
  display: block;
}

.app-bar .app-bar-element > .input-control.text input,.app-bar .app-bar-element > .input-control.password input {
  border-color: transparent;
}

.app-bar .app-bar-element > .button {
  margin-top: -0.15rem;
}

.app-bar .app-bar-element > .image-button {
  margin: 0;
  background-color: transparent;
  color: #ffffff;
  font-size: inherit;
}

.app-bar .app-bar-element > .image-button img.icon {
  padding: 0;
}

.app-bar.drop-up .app-bar-drop-container {
  top: auto;
  bottom: 3.75rem;
}

.app-bar.drop-up .app-bar-drop-container:before {
  top: auto;
  bottom: 1px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.app-bar.drop-up .app-bar-menu > li > .d-menu {
  top: auto;
  bottom: 3.125rem;
}

.app-bar.drop-up .app-bar-element > .d-menu {
  top: auto;
  bottom: 3.125rem;
}

.app-bar.drop-up .app-bar-menu li .d-menu .d-menu,.app-bar.drop-up .app-bar-element .d-menu .d-menu {
  top: auto;
  bottom: 0;
}

.app-bar .app-bar-element .dropdown-toggle:before,.app-bar .app-bar-menu .dropdown-toggle:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.app-bar .app-bar-element .dropdown-toggle.active-toggle:before,.app-bar .app-bar-menu .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.app-bar .app-bar-element .d-menu .dropdown-toggle.active-toggle:before,.app-bar .app-bar-menu .d-menu .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.app-bar.fixed-top,.app-bar.fixed-bottom {
  z-index: 1030;
  position: fixed;
}

.app-bar.fixed-top {
  top: 0;
}

.app-bar.fixed-bottom {
  bottom: 0;
}

.app-bar {
  overflow: visible;
  height: auto;
}

.app-bar .app-bar-pullbutton {
  line-height: 3.125rem;
  padding: 0 .625rem;
  font-size: 1rem;
  cursor: pointer;
  color: inherit;
  display: block;
  float: left;
  position: relative;
  vertical-align: middle;
  height: 3.125rem;
  float: right;
}

.app-bar .app-bar-pullbutton:hover,.app-bar .app-bar-pullbutton:active {
  background-color: #005696;
}

.app-bar .app-bar-pullbutton.branding {
  padding-left: 1rem;
  padding-right: 1rem;
}

.app-bar .app-bar-pullbutton .d-menu {
  top: 100%;
  border: 2px solid #005696;
}

.app-bar .app-bar-pullbutton .d-menu li:not(.disabled):hover {
  background-color: #eee;
}

.app-bar .app-bar-pullbutton .d-menu li:not(.disabled):hover > a {
  color: #1d1d1d;
}

.app-bar .app-bar-pullbutton .d-menu .d-menu {
  top: -0.625rem;
  left: 100%;
}

.app-bar .app-bar-pullbutton .d-menu .dropdown-toggle:before {
  border-color: #1d1d1d;
}

.app-bar .app-bar-pullbutton:before,.app-bar .app-bar-pullbutton:after {
  display: table;
  content: "";
}

.app-bar .app-bar-pullbutton:after {
  clear: both;
}

.app-bar .app-bar-pullbutton > .input-control.text,.app-bar .app-bar-pullbutton > .input-control.password {
  margin-top: .55rem;
  font-size: .875rem;
  line-height: 1.8rem;
  display: block;
}

.app-bar .app-bar-pullbutton > .input-control.text input,.app-bar .app-bar-pullbutton > .input-control.password input {
  border-color: transparent;
}

.app-bar .app-bar-pullbutton > .button {
  margin-top: -0.15rem;
}

.app-bar .app-bar-pullbutton > .image-button {
  margin: 0;
  background-color: transparent;
  color: #ffffff;
  font-size: inherit;
}

.app-bar .app-bar-pullbutton > .image-button img.icon {
  padding: 0;
}

.app-bar .app-bar-pullbutton .dropdown-toggle:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.app-bar .app-bar-pullbutton .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.app-bar .app-bar-pullbutton .d-menu .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.app-bar .app-bar-pullbutton {
  display: none;
}

.app-bar .app-bar-pullmenu {
  display: none;
}

.app-bar .app-bar-pullmenu.flexstyle-sidebar2 {
  position: absolute;
  right: 0;
  z-index: 1000;
}

.app-bar .app-bar-pullmenu.flexstyle-sidebar2 .app-bar-pullmenubar {
  float: right;
}

.app-bar .app-bar-pullmenu.flexstyle-sidebar2 .dropdown-toggle:before {
  border-color: #323232;
}

.app-bar .app-bar-pullmenu.flexstyle-sidebar2 .sidebar2 li:hover {
  background-color: #0072c6;
}

.app-bar .app-bar-pullmenu.flexstyle-sidebar2 .sidebar2 li .input-control {
  text-align: center;
  display: block;
  margin: 0.325rem;
}

.app-bar .app-bar-pullmenu.flexstyle-sidebar2 .sidebar2 li:hover a {
  background-color: #0072c6;
}

.app-bar .app-bar-pullmenu.flexstyle-sidebar2 .sidebar2 li li:not(:hover) {
  color: #1d1d1d;
}

.app-bar .app-bar-pullmenu.flexstyle-sidebar2 .sidebar2 li li:not(:hover) a {
  background-color: #ffffff;
}

.app-bar .app-bar-pullmenu .app-bar-menu {
  width: 100%;
  border-top: 1px solid #4c9cd7;
  position: relative;
  float: none;
  display: none;
  z-index: 1000 1;
  background-color: #005696;
  clear: both;
}

.app-bar .app-bar-pullmenu .app-bar-menu > li,.app-bar .app-bar-pullmenu .app-bar-menu > li > a {
  float: none;
}

.app-bar .app-bar-pullmenu .app-bar-menu > li {
  height: auto;
}

.app-bar .app-bar-pullmenu .app-bar-menu li:hover {
  background-color: #0072c6;
}

.app-bar .app-bar-pullmenu .app-bar-menu li:hover a {
  background-color: #0072c6;
  color: #ffffff;
}

.app-bar .app-bar-pullmenu .app-bar-menu .d-menu {
  border: 0;
  border-top: 1px solid #4c9cd7;
  clear: both;
  float: none;
  width: 100%;
  position: relative;
  left: 0;
  box-shadow: none;
  max-width: 100%;
  background-color: #005696;
}

.app-bar .app-bar-pullmenu .app-bar-menu .d-menu li {
  width: 100%;
  background-color: inherit;
}

.app-bar .app-bar-pullmenu .app-bar-menu .d-menu li a {
  padding-left: 20px;
  padding-right: 0;
  background-color: inherit;
  width: 100%;
  color: #ffffff;
}

.app-bar .app-bar-pullmenu .app-bar-menu .d-menu .dropdown-toggle:before {
  border-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.app-bar .app-bar-pullmenu .app-bar-menu .d-menu .divider {
  background-color: #4c9cd7;
}

.app-bar .app-bar-pullmenu .app-bar-menu .d-menu .d-menu {
  top: 0;
  left: 0;
}

.app-bar > .container {
  padding: 0 !important;
}

.h-menu li:hover > .dropdown-toggle:before,.v-menu li:hover > .dropdown-toggle:before,.d-menu li:hover > .dropdown-toggle:before,.m-menu li:hover > .dropdown-toggle:before {
  border-color: #ffffff;
}

.h-menu {
  text-align: left;
  display: block;
  height: auto;
  list-style: none inside none;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border-collapse: separate;
}

.h-menu:before,.h-menu:after {
  display: table;
  content: "";
}

.h-menu:after {
  clear: both;
}

.h-menu > li {
  display: block;
  float: left;
  position: relative;
}

.h-menu > li:hover {
  background-color: #59cde2;
  color: #ffffff;
}

.h-menu > li:hover > a {
  color: #ffffff;
}

.h-menu > li:first-child {
  margin-left: 0;
}

.h-menu > li > a {
  display: block;
  float: left;
  position: relative;
  font-weight: normal;
  color: #727272;
  font-size: .875rem;
  outline: none;
  text-decoration: none;
  padding: 1.125rem 1.625rem;
  border: none;
}

.h-menu > li > a:hover {
  background-color: #59cde2;
  color: #ffffff;
}

.h-menu > li .input-control,.h-menu > li .button {
  margin-top: 10px;
}

.h-menu > li.active a {
  background-color: #59cde2;
  color: #ffffff;
}

.h-menu > li > .d-menu {
  left: 0;
  top: 100%;
}

.h-menu .dropdown-toggle:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.h-menu .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.f-menu {
  text-align: left;
  display: block;
  height: auto;
  list-style: none inside none;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border-collapse: separate;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.f-menu li:hover > .dropdown-toggle:before {
  border-color: #ffffff;
}

.f-menu:before,.f-menu:after {
  display: table;
  content: "";
}

.f-menu:after {
  clear: both;
}

.f-menu > li {
  display: block;
  float: left;
  position: relative;
}

.f-menu > li:hover {
  background-color: #59cde2;
  color: #ffffff;
}

.f-menu > li:hover > a {
  color: #ffffff;
}

.f-menu > li:first-child {
  margin-left: 0;
}

.f-menu > li > a {
  display: block;
  float: left;
  position: relative;
  font-weight: normal;
  color: #727272;
  font-size: .875rem;
  outline: none;
  text-decoration: none;
  padding: 1.125rem 1.625rem;
  border: none;
}

.f-menu > li > a:hover {
  background-color: #59cde2;
  color: #ffffff;
}

.f-menu > li .input-control,.f-menu > li .button {
  margin-top: 10px;
}

.f-menu > li.active a {
  background-color: #59cde2;
  color: #ffffff;
}

.f-menu > li > .d-menu {
  left: 0;
  top: 100%;
}

.f-menu .dropdown-toggle:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.f-menu .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.f-menu > li > .d-menu {
  left: auto;
}

.f-menu > li {
  text-align: center;
  -webkit-box-flex: 1 auto;
  -webkit-flex: 1 auto;
  flex: 1 auto;
}

.f-menu > li a {
  text-align: center;
  width: 100%;
}

.f-menu > li .d-menu {
  width: 100%;
  max-width: none;
}

.f-menu > li .d-menu li {
  width: 100%;
}

.f-menu > li .d-menu li a {
  width: 100%;
  min-width: 0;
  padding: .75rem 0;
}

.f-menu .d-menu .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.f-menu.default-dropdown > li .d-menu {
  width: auto;
  min-width: 12.5rem;
}

.f-menu.default-dropdown > li .d-menu a {
  text-align: left;
  padding: .75rem 2rem .75rem 2.5rem;
}

.v-menu {
  text-align: left;
  background: #ffffff;
  max-width: 15.625rem;
  list-style: none inside none;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
  float: left;
}

.v-menu li {
  display: block;
  float: none;
  position: relative;
}

.v-menu li:before,.v-menu li:after {
  display: table;
  content: "";
}

.v-menu li:after {
  clear: both;
}

.v-menu li a {
  color: #727272;
  font-size: .875rem;
  display: block;
  float: none;
  padding: .75rem 2rem .75rem 2.5rem;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  min-width: 12.5rem;
  border: none;
}

.v-menu li a img,.v-menu li a .icon {
  position: absolute;
  left: .875rem;
  top: 50%;
  margin-top: -0.5625rem;
  color: #262626;
  max-height: 1.125rem;
  font-size: 1.125rem;
  display: inline-block;
  margin-right: .3125rem;
  vertical-align: middle;
  text-align: center;
}

.v-menu li.active {
  border-left: 2px solid;
  border-color: #1ba1e2;
}

.v-menu li.active > a {
  background-color: #59cde2;
  color: #ffffff;
  font-weight: bold;
}

.v-menu li:hover {
  text-decoration: none;
  background: #59cde2;
}

.v-menu li:hover > a,.v-menu li:hover .icon {
  color: #ffffff;
}

.v-menu li a[data-hotkey] {
  padding-right: 3.2rem;
}

.v-menu li a[data-hotkey]:after {
  content: attr(data-hotkey);
  position: absolute;
  right: 1.2rem;
  width: auto;
  font-size: .8em;
}

.v-menu .divider {
  padding: 0;
  height: 1px;
  margin: 0 1px;
  overflow: hidden;
  background-color: #f2f2f2;
}

.v-menu .divider:hover {
  background-color: #f2f2f2;
}

.v-menu .item-block {
  display: block;
  padding: .625rem;
  background-color: #eeeeee;
}

.v-menu .d-menu {
  left: 100%;
  top: -10%;
}

.v-menu .menu-title {
  background-color: #f6f7f8;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 8px;
  border: 0;
  color: #646464;
}

.v-menu .menu-title:first-child {
  margin: 0;
  border-top-width: 0;
}

.v-menu .menu-title:first-child:hover {
  border-top-width: 0;
}

.v-menu .menu-title:hover {
  background-color: #f6f7f8;
  cursor: default;
  border: 0;
}

.v-menu .dropdown-toggle:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -2px;
}

.v-menu .dropdown-toggle:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.v-menu .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.v-menu li.disabled a {
  color: #eeeeee;
}

.v-menu li.disabled:hover {
  background-color: inherit;
  cursor: default;
  border: 0;
}

.v-menu li.disabled:hover a {
  cursor: inherit;
}

.d-menu {
  text-align: left;
  background: #ffffff;
  max-width: 30rem;
  list-style: none inside none;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
  float: left;
  border-collapse: separate;
  position: absolute;
  display: none;
  z-index: 1000;
  left: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.d-menu li:hover > .dropdown-toggle:before {
  border-color: #ffffff;
}

.d-menu li {
  display: block;
  float: none;
  position: relative;
}

.d-menu li:before,.d-menu li:after {
  display: table;
  content: "";
}

.d-menu li:after {
  clear: both;
}

.d-menu li a {
  color: #727272;
  font-size: .875rem;
  display: block;
  float: none;
  padding: .75rem 2rem .75rem 2.5rem;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  min-width: 12.5rem;
  border: none;
}

.d-menu li a img,.d-menu li a .icon {
  position: absolute;
  left: .875rem;
  top: 50%;
  margin-top: -0.5625rem;
  color: #262626;
  max-height: 1.125rem;
  font-size: 1.125rem;
  display: inline-block;
  margin-right: .3125rem;
  vertical-align: middle;
  text-align: center;
}

.d-menu li.active {
  border-left: 2px solid;
  border-color: #1ba1e2;
}

.d-menu li.active > a {
  background-color: #59cde2;
  color: #ffffff;
  font-weight: bold;
}

.d-menu li:hover {
  text-decoration: none;
  background: #59cde2;
}

.d-menu li:hover > a,.d-menu li:hover .icon {
  color: #ffffff;
}

.d-menu li a[data-hotkey] {
  padding-right: 3.2rem;
}

.d-menu li a[data-hotkey]:after {
  content: attr(data-hotkey);
  position: absolute;
  right: 1.2rem;
  width: auto;
  font-size: .8em;
}

.d-menu .divider {
  padding: 0;
  height: 1px;
  margin: 0 1px;
  overflow: hidden;
  background-color: #f2f2f2;
}

.d-menu .divider:hover {
  background-color: #f2f2f2;
}

.d-menu .item-block {
  display: block;
  padding: .625rem;
  background-color: #eeeeee;
}

.d-menu .d-menu {
  left: 100%;
  top: -10%;
}

.d-menu .menu-title {
  background-color: #f6f7f8;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 8px;
  border: 0;
  color: #646464;
}

.d-menu .menu-title:first-child {
  margin: 0;
  border-top-width: 0;
}

.d-menu .menu-title:first-child:hover {
  border-top-width: 0;
}

.d-menu .menu-title:hover {
  background-color: #f6f7f8;
  cursor: default;
  border: 0;
}

.d-menu .dropdown-toggle:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -2px;
}

.d-menu .dropdown-toggle:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.d-menu .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.d-menu li.disabled a {
  color: #eeeeee;
}

.d-menu li.disabled:hover {
  background-color: inherit;
  cursor: default;
  border: 0;
}

.d-menu li.disabled:hover a {
  cursor: inherit;
}

.d-menu.context li a {
  font-size: .75rem;
  padding: .3125rem 2rem .3125rem 2.5rem;
}

.d-menu.context li a .icon {
  margin-top: -0.4375rem;
  font-size: .825rem;
  color: inherit;
}

.d-menu.no-min-size li a {
  min-width: 0;
}

.d-menu.full-size li a {
  min-width: 0;
  width: 100%;
}

.d-menu .d-menu {
  left: 100%;
  top: -10%;
}

.d-menu.open {
  display: block;
}

.d-menu.drop-left {
  left: -100%;
}

.d-menu.drop-up {
  top: auto;
  bottom: 0;
}

.d-menu.context li a {
  font-size: .75rem;
  padding: .3125rem 2rem .3125rem 2.5rem;
}

.d-menu.context li a .icon {
  margin-top: -0.4375rem;
}

.d-menu.place-right {
  left: auto;
  right: 0;
  width: auto;
}

.h-menu,.v-menu,.d-menu {
  border-collapse: separate;
}

.m-menu {
  border-collapse: separate;
  text-align: left;
  display: block;
  height: auto;
  position: relative;
  background-color: #ffffff;
  color: #1d1d1d;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  list-style: none inside none;
  margin: 0;
  padding: 0;
}

.m-menu:before,.m-menu:after {
  display: table;
  content: "";
}

.m-menu:after {
  clear: both;
}

.m-menu > li,.m-menu .m-menu-item {
  display: block;
  float: left;
  background-color: #ffffff;
}

.m-menu > li:hover,.m-menu .m-menu-item:hover {
  background-color: #59cde2;
}

.m-menu > li:hover > a,.m-menu .m-menu-item:hover > a {
  color: #ffffff;
}

.m-menu > li:first-child,.m-menu .m-menu-item:first-child {
  margin-left: 0;
}

.m-menu > li > a,.m-menu .m-menu-item > a {
  display: block;
  float: left;
  position: relative;
  font-weight: normal;
  color: inherit;
  font-size: .875rem;
  outline: none;
  text-decoration: none;
  padding: 1rem 1.625rem;
  border: none;
}

.m-menu > li > a:hover,.m-menu .m-menu-item > a:hover {
  background-color: inherit;
}

.m-menu > li > a.dropdown-toggle,.m-menu .m-menu-item > a.dropdown-toggle {
  padding: 1rem 1.625rem 1rem 1.125rem;
}

.m-menu > li.active-container,.m-menu .m-menu-item.active-container {
  background-color: #59cde2;
}

.m-menu > li.active-container a,.m-menu .m-menu-item.active-container a {
  color: #ffffff;
}

.m-menu > li.active-container a.dropdown-toggle:before,.m-menu .m-menu-item.active-container a.dropdown-toggle:before {
  border-color: #ffffff;
}

.m-menu > li .d-menu,.m-menu .m-menu-item .d-menu {
  left: 0;
  top: 100%;
}

.m-menu .m-menu-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: .3125rem;
  font-size: .75rem;
  z-index: 1000;
  background-color: inherit;
}

.m-menu .m-menu-container li,.m-menu .m-menu-container a {
  color: #ffffff;
}

.m-menu .m-menu-container a {
  text-decoration: underline;
}

.m-menu .m-menu-container li:hover > a,.m-menu .m-menu-container li.active > a {
  text-decoration: none;
}

.m-menu .m-menu-container {
  display: none;
}

.m-menu .m-menu-container.open {
  display: block;
}

.m-menu > li .dropdown-toggle:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-menu > li .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.v-menu.context li a,.d-menu.context li a {
  font-size: .75rem;
  padding: .3125rem 2rem .3125rem 2.5rem;
}

.v-menu.context li a .icon,.d-menu.context li a .icon {
  margin-top: -0.4375rem;
  font-size: .825rem;
  color: inherit;
}

.v-menu.no-min-size li a,.d-menu.no-min-size li a {
  min-width: 0;
}

.v-menu.full-size li a,.d-menu.full-size li a {
  min-width: 0;
  width: 100%;
}

.horizontal-menu {
  display: block;
  width: 100%;
  color: #1d1d1d;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none inside none;
}

.horizontal-menu:before,.horizontal-menu:after {
  display: table;
  content: "";
}

.horizontal-menu:after {
  clear: both;
}

.horizontal-menu > li {
  display: block;
  float: left;
  color: inherit;
  background-color: inherit;
  position: relative;
}

.horizontal-menu > li > a {
  position: relative;
  display: block;
  float: left;
  font-size: 1.4rem;
  color: inherit;
  background-color: inherit;
  padding: .625rem 1.625rem;
  line-height: 1.4rem;
}

.horizontal-menu > li > .d-menu {
  left: 0;
  top: 100%;
}

.horizontal-menu .dropdown-toggle:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.horizontal-menu .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.horizontal-menu .d-menu .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.vertical-menu {
  display: block;
  width: 100%;
  color: #1d1d1d;
  padding: 0;
  margin: 0;
  list-style: none inside none;
  position: relative;
  width: auto;
  float: left;
}

.vertical-menu:before,.vertical-menu:after {
  display: table;
  content: "";
}

.vertical-menu:after {
  clear: both;
}

.vertical-menu > li {
  display: block;
  float: left;
  color: inherit;
  background-color: inherit;
  position: relative;
}

.vertical-menu > li > a {
  position: relative;
  display: block;
  float: left;
  font-size: 1.4rem;
  color: inherit;
  background-color: inherit;
  padding: .625rem 1.625rem;
  line-height: 1.4rem;
}

.vertical-menu > li > .d-menu {
  left: 0;
  top: 100%;
}

.vertical-menu .dropdown-toggle:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vertical-menu .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vertical-menu .d-menu .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.vertical-menu > li > .d-menu {
  left: auto;
}

.vertical-menu > li {
  float: none;
}

.vertical-menu > li > a {
  float: none;
}

.vertical-menu > li > .d-menu {
  left: 100%;
  top: 0;
}

.vertical-menu .dropdown-toggle:before {
  margin-top: -2px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.vertical-menu .dropdown-toggle:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vertical-menu .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.t-menu {
  list-style: none inside none;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
  float: left;
  background-color: #ffffff;
  border-collapse: separate;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.t-menu > li {
  position: relative;
}

.t-menu > li > a {
  display: block;
  padding: 1rem 1.2rem;
  border-bottom: 1px #eeeeee solid;
  position: relative;
}

.t-menu > li > a .icon {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}

.t-menu > li:hover > a {
  background-color: #1ba1e2;
  color: #ffffff;
}

.t-menu > li:last-child a {
  border-bottom: 0;
}

.t-menu li .t-menu {
  position: absolute;
  left: 100%;
  margin-left: .3125rem;
  top: 0;
  float: none;
}

.t-menu li .t-menu > li {
  float: left;
  display: block;
}

.t-menu li .t-menu > li > a {
  float: left;
  display: block;
}

.t-menu .t-menu.horizontal .t-menu {
  left: 0;
  top: 100%;
  margin-top: .3125rem;
  margin-left: 0;
}

.t-menu .dropdown-toggle:after {
  content: "";
  background-color: transparent;
  position: absolute;
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #1ba1e2 transparent;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.t-menu .dropdown-toggle:before {
  display: none;
}

.t-menu > li:hover > .dropdown-toggle:after {
  border-color: transparent transparent #1b6eae transparent;
}

.t-menu.horizontal {
  list-style: none inside none;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
  float: left;
  background-color: #ffffff;
  border-collapse: separate;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.t-menu.horizontal > li {
  position: relative;
}

.t-menu.horizontal > li > a {
  display: block;
  padding: 1rem 1.2rem;
  border-bottom: 1px #eeeeee solid;
  position: relative;
}

.t-menu.horizontal > li > a .icon {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}

.t-menu.horizontal > li:hover > a {
  background-color: #1ba1e2;
  color: #ffffff;
}

.t-menu.horizontal > li:last-child a {
  border-bottom: 0;
}

.t-menu.horizontal li .t-menu {
  position: absolute;
  left: 100%;
  margin-left: .3125rem;
  top: 0;
  float: none;
}

.t-menu.horizontal li .t-menu > li {
  float: left;
  display: block;
}

.t-menu.horizontal li .t-menu > li > a {
  float: left;
  display: block;
}

.t-menu.horizontal .t-menu.horizontal .t-menu {
  left: 0;
  top: 100%;
  margin-top: .3125rem;
  margin-left: 0;
}

.t-menu.horizontal .dropdown-toggle:after {
  content: "";
  background-color: transparent;
  position: absolute;
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #1ba1e2 transparent;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.t-menu.horizontal .dropdown-toggle:before {
  display: none;
}

.t-menu.horizontal > li:hover > .dropdown-toggle:after {
  border-color: transparent transparent #1b6eae transparent;
}

.t-menu.horizontal > li {
  display: block;
  float: left;
}

.t-menu.horizontal > li > a {
  display: block;
  float: left;
  border-right: 1px #eeeeee solid;
  border-bottom: 0;
}

.t-menu.horizontal > li:last-child > a {
  border-right: 0;
}

.t-menu.horizontal .t-menu:not(.horizontal) {
  left: 0;
  top: 100%;
  margin-top: .3125rem;
  margin-left: 0;
}

.t-menu.horizontal .t-menu:not(.horizontal) .t-menu.horizontal {
  left: 100%;
  margin-left: .3125rem;
  top: 0;
  float: left;
}

.horizontal-menu > li > .d-menu,.h-menu > li > .d-menu,.m-menu > li > .d-menu {
  left: auto;
}

[data-role="dropdown"]:not(.open),[data-role="dropdown"]:not(.keep-open) {
  display: none;
  position: absolute;
  z-index: 1000;
}

.button {
  padding: 0 1rem;
  height: 2.125rem;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px #d9d9d9 solid;
  color: #262626;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-size: .875rem;
  line-height: 1;
  margin: .15625rem 0;
  position: relative;
}

.button.default {
  background-color: #008287;
  color: #fff;
}

.button:hover {
  border-color: #787878;
}

.button:active {
  background: #eeeeee;
  color: #262626;
  box-shadow: none;
}

.button:focus {
  outline: 0;
}

.button:disabled,.button.disabled {
  background-color: #eaeaea;
  color: #bebebe;
  cursor: default;
  border-color: transparent;
}

.button * {
  color: inherit;
}

.button *:hover {
  color: inherit;
}

.button > [class*=mif-] {
  vertical-align: middle;
}

.button.button-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.button img {
  height: .875rem;
  vertical-align: middle;
  margin: 0;
}

.round-button,.cycle-button,.square-button {
  padding: 0 1rem;
  height: 2.125rem;
  background-color: #ffffff;
  border: 1px #d9d9d9 solid;
  color: #262626;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-size: .875rem;
  line-height: 1;
  margin: .15625rem 0;
  position: relative;
  width: 2.125rem;
  min-width: 2.125rem;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.round-button.default,.cycle-button.default,.square-button.default {
  background-color: #008287;
  color: #fff;
}

.round-button:hover,.cycle-button:hover,.square-button:hover {
  border-color: #787878;
}

.round-button:active,.cycle-button:active,.square-button:active {
  background: #eeeeee;
  color: #262626;
  box-shadow: none;
}

.round-button:focus,.cycle-button:focus,.square-button:focus {
  outline: 0;
}

.round-button:disabled,.cycle-button:disabled,.square-button:disabled,.round-button.disabled,.cycle-button.disabled,.square-button.disabled {
  background-color: #eaeaea;
  color: #bebebe;
  cursor: default;
  border-color: transparent;
}

.round-button *,.cycle-button *,.square-button * {
  color: inherit;
}

.round-button *:hover,.cycle-button *:hover,.square-button *:hover {
  color: inherit;
}

.round-button > [class*=mif-],.cycle-button > [class*=mif-],.square-button > [class*=mif-] {
  vertical-align: middle;
}

.round-button img,.cycle-button img,.square-button img {
  height: .875rem;
  vertical-align: middle;
  margin: 0;
}

.round-button.dropdown-toggle,.cycle-button.dropdown-toggle,.square-button.dropdown-toggle {
  padding-right: 1.625rem;
}

.round-button.dropdown-toggle.drop-marker-light:before,.cycle-button.dropdown-toggle.drop-marker-light:before,.square-button.dropdown-toggle.drop-marker-light:before,.round-button.dropdown-toggle.drop-marker-light:after,.cycle-button.dropdown-toggle.drop-marker-light:after,.square-button.dropdown-toggle.drop-marker-light:after {
  background-color: #ffffff;
}

.round-button.success,.cycle-button.success,.square-button.success {
  background: #60a917;
  color: #ffffff;
  border-color: #60a917;
}

.round-button.success:active,.cycle-button.success:active,.square-button.success:active {
  background: #128023;
  color: #ffffff;
}

.round-button.danger,.cycle-button.danger,.square-button.danger,.round-button.alert,.cycle-button.alert,.square-button.alert {
  background: #ce352c;
  color: #ffffff;
  border-color: #ce352c;
}

.round-button.danger:active,.cycle-button.danger:active,.square-button.danger:active,.round-button.alert:active,.cycle-button.alert:active,.square-button.alert:active {
  background: #9a1616;
  color: #ffffff;
}

.round-button.info,.cycle-button.info,.square-button.info {
  background: #59cde2;
  color: #ffffff;
  border-color: #59cde2;
}

.round-button.info:active,.cycle-button.info:active,.square-button.info:active {
  background: #1ba1e2;
  color: #ffffff;
}

.round-button.warning,.cycle-button.warning,.square-button.warning {
  background: #fa6800;
  color: #ffffff;
  border-color: #fa6800;
}

.round-button.warning:active,.cycle-button.warning:active,.square-button.warning:active {
  background: #bf5a15;
  color: #ffffff;
}

.round-button.link,.cycle-button.link,.square-button.link {
  background: transparent;
  color: #2086bf;
  border-color: transparent;
  text-decoration: underline;
}

.round-button.link:hover,.cycle-button.link:hover,.square-button.link:hover,.round-button.link:active,.cycle-button.link:active,.square-button.link:active {
  background: transparent;
  color: #114968;
  border-color: transparent;
}

.square-button {
  border-radius: 0;
}

a.button,a.round-button,a.square-button {
  color: inherit;
}

a.button:hover,a.round-button:hover,a.square-button:hover {
  text-decoration: none;
}

.image-button {
  padding: 0 1rem;
  height: 2.125rem;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px #d9d9d9 solid;
  color: #262626;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-size: .875rem;
  line-height: 1;
  margin: .15625rem 0;
  position: relative;
  border: 0;
  padding-left: 2.75rem;
  background-color: #eeeeee;
}

.image-button.default {
  background-color: #008287;
  color: #fff;
}

.image-button:hover {
  border-color: #787878;
}

.image-button:active {
  background: #eeeeee;
  color: #262626;
  box-shadow: none;
}

.image-button:focus {
  outline: 0;
}

.image-button:disabled,.image-button.disabled {
  background-color: #eaeaea;
  color: #bebebe;
  cursor: default;
  border-color: transparent;
}

.image-button * {
  color: inherit;
}

.image-button *:hover {
  color: inherit;
}

.image-button > [class*=mif-] {
  vertical-align: middle;
}

.image-button img {
  height: .875rem;
  vertical-align: middle;
  margin: 0;
}

.image-button.dropdown-toggle {
  padding-right: 1.625rem;
}

.image-button.dropdown-toggle.drop-marker-light:before,.image-button.dropdown-toggle.drop-marker-light:after {
  background-color: #ffffff;
}

.image-button.success {
  background: #60a917;
  color: #ffffff;
  border-color: #60a917;
}

.image-button.success:active {
  background: #128023;
  color: #ffffff;
}

.image-button.danger,.image-button.alert {
  background: #ce352c;
  color: #ffffff;
  border-color: #ce352c;
}

.image-button.danger:active,.image-button.alert:active {
  background: #9a1616;
  color: #ffffff;
}

.image-button.info {
  background: #59cde2;
  color: #ffffff;
  border-color: #59cde2;
}

.image-button.info:active {
  background: #1ba1e2;
  color: #ffffff;
}

.image-button.warning {
  background: #fa6800;
  color: #ffffff;
  border-color: #fa6800;
}

.image-button.warning:active {
  background: #bf5a15;
  color: #ffffff;
}

.image-button.link {
  background: transparent;
  color: #2086bf;
  border-color: transparent;
  text-decoration: underline;
}

.image-button.link:hover,.image-button.link:active {
  background: transparent;
  color: #114968;
  border-color: transparent;
}

.image-button:active {
  background-color: #e1e1e1;
}

.image-button .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2.125rem;
  padding: .525rem;
  font-size: 1rem;
  background-color: #999999;
  text-align: center;
  vertical-align: middle;
}

.image-button img.icon {
  padding-top: .525rem;
}

.image-button.icon-right {
  padding-left: 1rem;
  padding-right: 2.75rem;
}

.image-button.icon-right .icon {
  right: 0;
  left: auto;
}

a.image-button {
  padding-top: 10px;
}

.image-button.small-button {
  padding-left: 2rem;
  padding-right: 1rem;
  padding-top: 0;
}

.image-button.small-button .icon {
  width: 1.625rem;
  font-size: .875rem;
  height: 100%;
  padding: .4rem;
}

.image-button.small-button.icon-right {
  padding-left: .625rem;
  padding-right: 2rem;
}

.shortcut-button {
  padding: 0 1rem;
  height: 2.125rem;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px #d9d9d9 solid;
  color: #262626;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-size: .875rem;
  line-height: 1;
  margin: .15625rem 0;
  position: relative;
  width: 5.75rem;
  height: 5.75rem;
  text-align: center;
  font-size: .75rem;
}

.shortcut-button.default {
  background-color: #008287;
  color: #fff;
}

.shortcut-button:hover {
  border-color: #787878;
}

.shortcut-button:active {
  background: #eeeeee;
  color: #262626;
  box-shadow: none;
}

.shortcut-button:focus {
  outline: 0;
}

.shortcut-button:disabled,.shortcut-button.disabled {
  background-color: #eaeaea;
  color: #bebebe;
  cursor: default;
  border-color: transparent;
}

.shortcut-button * {
  color: inherit;
}

.shortcut-button *:hover {
  color: inherit;
}

.shortcut-button > [class*=mif-] {
  vertical-align: middle;
}

.shortcut-button img {
  height: .875rem;
  vertical-align: middle;
  margin: 0;
}

.shortcut-button.dropdown-toggle {
  padding-right: 1.625rem;
}

.shortcut-button.dropdown-toggle.drop-marker-light:before,.shortcut-button.dropdown-toggle.drop-marker-light:after {
  background-color: #ffffff;
}

.shortcut-button.success {
  background: #60a917;
  color: #ffffff;
  border-color: #60a917;
}

.shortcut-button.success:active {
  background: #128023;
  color: #ffffff;
}

.shortcut-button.danger,.shortcut-button.alert {
  background: #ce352c;
  color: #ffffff;
  border-color: #ce352c;
}

.shortcut-button.danger:active,.shortcut-button.alert:active {
  background: #9a1616;
  color: #ffffff;
}

.shortcut-button.info {
  background: #59cde2;
  color: #ffffff;
  border-color: #59cde2;
}

.shortcut-button.info:active {
  background: #1ba1e2;
  color: #ffffff;
}

.shortcut-button.warning {
  background: #fa6800;
  color: #ffffff;
  border-color: #fa6800;
}

.shortcut-button.warning:active {
  background: #bf5a15;
  color: #ffffff;
}

.shortcut-button.link {
  background: transparent;
  color: #2086bf;
  border-color: transparent;
  text-decoration: underline;
}

.shortcut-button.link:hover,.shortcut-button.link:active {
  background: transparent;
  color: #114968;
  border-color: transparent;
}

.shortcut-button .icon,.shortcut-button .title {
  display: block;
  color: inherit;
}

.shortcut-button .icon {
  font-size: 1.7rem;
  height: 1.7rem;
  width: 1.7rem;
  margin: .875rem auto;
}

a.shortcut-button {
  padding-top: 10px;
}

.button.dropdown-toggle {
  padding-right: 1.625rem;
}

.button.dropdown-toggle.drop-marker-light:before,.button.dropdown-toggle.drop-marker-light:after {
  background-color: #ffffff;
}

.nav-button {
  width: 2rem;
  height: 2rem;
  background-size: 1rem 1rem;
  background: center center no-repeat;
  text-indent: -9999px;
  border: 0;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.nav-button span {
  position: absolute;
  top: 1.2rem;
  left: .5rem;
  width: 1.2rem;
  height: 2px;
  margin: 0 0 0;
  background: #1d1d1d;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.nav-button span:before,.nav-button span:after {
  content: '';
  position: absolute;
  top: -0.5rem;
  right: 0;
  width: 1.2rem;
  height: 2px;
  background: #1d1d1d;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.nav-button span:after {
  top: .5rem;
}

.nav-button.transform span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: #1d1d1d;
}

.nav-button.transform span:before,.nav-button.transform span:after {
  content: '';
  top: -5px;
  right: 0;
  width: .75rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-button.transform span:after {
  top: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-button.light span {
  background-color: #ffffff;
}

.nav-button.light span:before,.nav-button.light span:after {
  background-color: #ffffff;
}

.group-of-buttons .button.active,.group-of-buttons .toolbar-button.active {
  background-color: #00ccff;
  color: #ffffff;
}

.group-of-buttons .button:active,.group-of-buttons .toolbar-button:active {
  background-color: #1ba1e2;
  color: #ffffff;
}

.split-button,.dropdown-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.split-button:before,.dropdown-button:before,.split-button:after,.dropdown-button:after {
  display: table;
  content: "";
}

.split-button:after,.dropdown-button:after {
  clear: both;
}

.split-button .button,.dropdown-button .button,.split-button .split,.dropdown-button .split {
  display: block;
  float: left;
}

.split-button .split,.dropdown-button .split {
  padding: 0 1rem 0 .625rem;
  height: 2.125rem;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px #d9d9d9 solid;
  color: #262626;
  cursor: pointer;
  outline: none;
  font-size: .875rem;
  position: relative;
  margin: .15625rem 0;
}

.split-button .split:hover,.dropdown-button .split:hover {
  background-color: #eeeeee;
  border-color: #787878;
}

.split-button .split.dropdown-toggle:before,.dropdown-button .split.dropdown-toggle:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.split-button .split.dropdown-toggle.active-toggle:before,.dropdown-button .split.dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.split-button .split-content,.dropdown-button .split-content {
  position: absolute;
  top: 100%;
}

.split.success {
  background: #60a917;
  color: #ffffff;
  border-color: #60a917;
}

.split.success:active {
  background: #128023;
}

.split.success:hover {
  background: #7ad61d;
  border-color: #7ad61d;
}

.split.success.dropdown-toggle:before {
  border-color: #ffffff;
}

.split.danger {
  background: #ce352c;
  color: #ffffff;
  border-color: #ce352c;
}

.split.danger:active {
  background: #9a1616;
}

.split.danger:hover {
  background: #da5a53;
  border-color: #da5a53;
}

.split.danger.dropdown-toggle:before {
  border-color: #ffffff;
}

.split.info {
  background: #59cde2;
  color: #ffffff;
  border-color: #59cde2;
}

.split.info:active {
  background: #1ba1e2;
}

.split.info:hover {
  background: #4390df;
  border-color: #4390df;
}

.split.info.dropdown-toggle:before {
  border-color: #ffffff;
}

.split.warning {
  background: #fa6800;
  color: #ffffff;
  border-color: #fa6800;
}

.split.warning:active {
  background: #bf5a15;
}

.split.warning:hover {
  background: #ffc194;
  border-color: #ffc194;
}

.split.warning.dropdown-toggle:before {
  border-color: #ffffff;
}

.small-button {
  font-size: .7rem;
  line-height: 1.68rem;
  padding: 0 .625rem;
  height: 1.7rem;
}

.large-button {
  height: 2.55rem;
  font-size: 1.05rem;
  line-height: 2.52rem;
}

.round-button.small-button,.cycle-button.small-button,.square-button.small-button {
  width: 1.7rem;
  height: 1.7rem;
  font-size: .7rem;
  line-height: 1.68rem;
  padding: 0;
  min-width: 0;
}

.round-button.large-button,.cycle-button.large-button,.square-button.large-button {
  font-size: 1.05rem;
  line-height: 1;
  width: 2.55rem;
  height: 2.55rem;
}

.button.success {
  background: #60a917;
  color: #ffffff;
  border-color: #60a917;
}

.button.success:active {
  background: #128023;
  color: #ffffff;
}

.button.danger,.button.alert {
  background: #ce352c;
  color: #ffffff;
  border-color: #ce352c;
}

.button.danger:active,.button.alert:active {
  background: #9a1616;
  color: #ffffff;
}

.button.info {
  background: #59cde2;
  color: #ffffff;
  border-color: #59cde2;
}

.button.info:active {
  background: #1ba1e2;
  color: #ffffff;
}

.button.warning {
  background: #fa6800;
  color: #ffffff;
  border-color: #fa6800;
}

.button.warning:active {
  background: #bf5a15;
  color: #ffffff;
}

.button.link {
  background: transparent;
  color: #2086bf;
  border-color: transparent;
  text-decoration: underline;
}

.button.link:hover,.button.link:active {
  background: transparent;
  color: #114968;
  border-color: transparent;
}

a.button,span.button,div.button,a.round-button,span.round-button,div.round-button,a.cycle-button,span.cycle-button,div.cycle-button,a.square-button,span.square-button,div.square-button {
  padding-top: .53125rem;
}

.dropdown-button button.dropdown-toggle:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown-button button.dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shortcut-button[data-hotkey]::after {
  position: absolute;
  content: attr(data-hotkey);
  font-size: .625rem;
  bottom: 0;
  right: 0;
  color: #999999;
}

.shortcut-button[data-hotkey].no-hotkey-display::after {
  display: none;
}

.toolbar {
  position: relative;
}

.toolbar:before,.toolbar:after {
  display: table;
  content: "";
}

.toolbar:after {
  clear: both;
}

.toolbar-section {
  position: relative;
  padding-left: .5725rem;
  margin: .125rem;
  float: left;
  width: auto;
}

.toolbar-section.no-divider:before {
  display: none;
}

.toolbar-section:before {
  position: absolute;
  content: "";
  width: .325rem;
  height: 100%;
  left: 0;
  background-color: #eeeeee;
  cursor: move;
}

.toolbar .toolbar-button {
  padding: 0 1rem;
  height: 2.125rem;
  background-color: #ffffff;
  border: 1px #d9d9d9 solid;
  color: #262626;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-size: .875rem;
  line-height: 1;
  margin: .15625rem 0;
  position: relative;
  width: 2.125rem;
  min-width: 2.125rem;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 0;
  margin: 0;
}

.toolbar .toolbar-button.default {
  background-color: #008287;
  color: #fff;
}

.toolbar .toolbar-button:hover {
  border-color: #787878;
}

.toolbar .toolbar-button:active {
  background: #eeeeee;
  color: #262626;
  box-shadow: none;
}

.toolbar .toolbar-button:focus {
  outline: 0;
}

.toolbar .toolbar-button:disabled,.toolbar .toolbar-button.disabled {
  background-color: #eaeaea;
  color: #bebebe;
  cursor: default;
  border-color: transparent;
}

.toolbar .toolbar-button * {
  color: inherit;
}

.toolbar .toolbar-button *:hover {
  color: inherit;
}

.toolbar .toolbar-button > [class*=mif-] {
  vertical-align: middle;
}

.toolbar .toolbar-button img {
  height: .875rem;
  vertical-align: middle;
  margin: 0;
}

.toolbar .toolbar-button.dropdown-toggle {
  padding-right: 1.625rem;
}

.toolbar .toolbar-button.dropdown-toggle.drop-marker-light:before,.toolbar .toolbar-button.dropdown-toggle.drop-marker-light:after {
  background-color: #ffffff;
}

.toolbar .toolbar-button.success {
  background: #60a917;
  color: #ffffff;
  border-color: #60a917;
}

.toolbar .toolbar-button.success:active {
  background: #128023;
  color: #ffffff;
}

.toolbar .toolbar-button.danger,.toolbar .toolbar-button.alert {
  background: #ce352c;
  color: #ffffff;
  border-color: #ce352c;
}

.toolbar .toolbar-button.danger:active,.toolbar .toolbar-button.alert:active {
  background: #9a1616;
  color: #ffffff;
}

.toolbar .toolbar-button.info {
  background: #59cde2;
  color: #ffffff;
  border-color: #59cde2;
}

.toolbar .toolbar-button.info:active {
  background: #1ba1e2;
  color: #ffffff;
}

.toolbar .toolbar-button.warning {
  background: #fa6800;
  color: #ffffff;
  border-color: #fa6800;
}

.toolbar .toolbar-button.warning:active {
  background: #bf5a15;
  color: #ffffff;
}

.toolbar .toolbar-button.link {
  background: transparent;
  color: #2086bf;
  border-color: transparent;
  text-decoration: underline;
}

.toolbar .toolbar-button.link:hover,.toolbar .toolbar-button.link:active {
  background: transparent;
  color: #114968;
  border-color: transparent;
}

.toolbar .toolbar-button.small-button {
  width: 1.7rem;
  height: 1.7rem;
  font-size: .7rem;
  line-height: 1.68rem;
  padding: 0;
  min-width: 0;
}

.toolbar .toolbar-button.large-button {
  font-size: 1.05rem;
  line-height: 1;
  width: 2.55rem;
  height: 2.55rem;
}

.toolbar-group,.toolbar-section {
  display: inline-block;
}

.toolbar-group.condensed:before,.toolbar-section.condensed:before,.toolbar-group.condensed:after,.toolbar-section.condensed:after {
  display: table;
  content: "";
}

.toolbar-group.condensed:after,.toolbar-section.condensed:after {
  clear: both;
}

.toolbar-group.condensed .button,.toolbar-section.condensed .button,.toolbar-group.condensed .toolbar-button,.toolbar-section.condensed .toolbar-button {
  display: block;
  float: left;
}

.toolbar-group-check .toolbar-button.checked {
  background-color: #59cde2;
  color: #ffffff;
  border-color: #59cde2;
}

.toolbar-group-radio .toolbar-button.checked {
  background-color: #59cde2;
  color: #ffffff;
  border-color: #59cde2;
}

.v-toolbar {
  position: relative;
  float: left;
}

.v-toolbar:before,.v-toolbar:after {
  display: table;
  content: "";
}

.v-toolbar:after {
  clear: both;
}

.v-toolbar .toolbar-button {
  padding: 0 1rem;
  height: 2.125rem;
  background-color: #ffffff;
  border: 1px #d9d9d9 solid;
  color: #262626;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-size: .875rem;
  line-height: 1;
  margin: .15625rem 0;
  position: relative;
  width: 2.125rem;
  min-width: 2.125rem;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 0;
  margin: 0;
}

.v-toolbar .toolbar-button.default {
  background-color: #008287;
  color: #fff;
}

.v-toolbar .toolbar-button:hover {
  border-color: #787878;
}

.v-toolbar .toolbar-button:active {
  background: #eeeeee;
  color: #262626;
  box-shadow: none;
}

.v-toolbar .toolbar-button:focus {
  outline: 0;
}

.v-toolbar .toolbar-button:disabled,.v-toolbar .toolbar-button.disabled {
  background-color: #eaeaea;
  color: #bebebe;
  cursor: default;
  border-color: transparent;
}

.v-toolbar .toolbar-button * {
  color: inherit;
}

.v-toolbar .toolbar-button *:hover {
  color: inherit;
}

.v-toolbar .toolbar-button > [class*=mif-] {
  vertical-align: middle;
}

.v-toolbar .toolbar-button img {
  height: .875rem;
  vertical-align: middle;
  margin: 0;
}

.v-toolbar .toolbar-button.dropdown-toggle {
  padding-right: 1.625rem;
}

.v-toolbar .toolbar-button.dropdown-toggle.drop-marker-light:before,.v-toolbar .toolbar-button.dropdown-toggle.drop-marker-light:after {
  background-color: #ffffff;
}

.v-toolbar .toolbar-button.success {
  background: #60a917;
  color: #ffffff;
  border-color: #60a917;
}

.v-toolbar .toolbar-button.success:active {
  background: #128023;
  color: #ffffff;
}

.v-toolbar .toolbar-button.danger,.v-toolbar .toolbar-button.alert {
  background: #ce352c;
  color: #ffffff;
  border-color: #ce352c;
}

.v-toolbar .toolbar-button.danger:active,.v-toolbar .toolbar-button.alert:active {
  background: #9a1616;
  color: #ffffff;
}

.v-toolbar .toolbar-button.info {
  background: #59cde2;
  color: #ffffff;
  border-color: #59cde2;
}

.v-toolbar .toolbar-button.info:active {
  background: #1ba1e2;
  color: #ffffff;
}

.v-toolbar .toolbar-button.warning {
  background: #fa6800;
  color: #ffffff;
  border-color: #fa6800;
}

.v-toolbar .toolbar-button.warning:active {
  background: #bf5a15;
  color: #ffffff;
}

.v-toolbar .toolbar-button.link {
  background: transparent;
  color: #2086bf;
  border-color: transparent;
  text-decoration: underline;
}

.v-toolbar .toolbar-button.link:hover,.v-toolbar .toolbar-button.link:active {
  background: transparent;
  color: #114968;
  border-color: transparent;
}

.v-toolbar .toolbar-button.small-button {
  width: 1.7rem;
  height: 1.7rem;
  font-size: .7rem;
  line-height: 1.68rem;
  padding: 0;
  min-width: 0;
}

.v-toolbar .toolbar-button.large-button {
  font-size: 1.05rem;
  line-height: 1;
  width: 2.55rem;
  height: 2.55rem;
}

.v-toolbar .toolbar-section {
  padding-left: 0;
  padding-top: .5725rem;
}

.v-toolbar .toolbar-section:before {
  width: 100%;
  top: 0;
  height: .325rem;
}

.v-toolbar .toolbar-button {
  display: block;
  margin-bottom: .25rem;
}

.v-toolbar.no-divider .toolbar-section:before {
  display: none;
}

.pagination {
  display: block;
  margin: .625rem 0;
}

.pagination:before,.pagination:after {
  display: table;
  content: "";
}

.pagination:after {
  clear: both;
}

.pagination > .item {
  display: block;
  float: left;
  margin-left: .0652rem;
  padding: 0.25rem .625rem;
  background-color: #ffffff;
  cursor: pointer;
  border: 1px #eeeeee solid;
  text-align: center;
  font-size: .875rem;
  color: #1d1d1d;
}

.pagination > .item:first-child {
  margin-left: 0;
}

.pagination > .item.current,.pagination > .item.active {
  background-color: #1ba1e2;
  border-color: #59cde2;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.pagination > .item:hover {
  background-color: #75c7ee;
  border-color: #75c7ee;
  color: #ffffff;
}

.pagination > .item:disabled,.pagination > .item.disabled {
  cursor: default;
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #999999;
}

.pagination.cycle > .item {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: .7rem;
  padding: .4375rem 0;
}

.pagination.no-border > .item {
  border: 0;
}

.pagination.no-border > .item:hover {
  color: #59cde2;
  background-color: transparent;
}

.pagination.no-border > .item:disabled,.pagination.no-border > .item.disabled {
  cursor: default;
  background-color: transparent;
  border-color: transparent;
  color: #999999;
}

.pagination.no-border > .item.current:hover,.pagination.no-border > .item.active:hover {
  background-color: #75c7ee;
  border-color: #75c7ee;
  color: #ffffff;
}

.input-control {
  display: inline-block;
  min-height: 2.125rem;
  height: 2.125rem;
  position: relative;
  vertical-align: middle;
  margin: .325rem 0;
  line-height: 1;
}

.input-control[data-role=select] {
  height: auto;
}

.input-control.text,.input-control.select,.input-control.file,.input-control.password,.input-control.number,.input-control.email,.input-control.tel {
  width: 10.875rem;
}

.input-control.text .button,.input-control.select .button,.input-control.file .button,.input-control.password .button,.input-control.number .button,.input-control.email .button,.input-control.tel .button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin: 0;
}

.input-control.text > label,.input-control.select > label,.input-control.file > label,.input-control.password > label,.input-control.number > label,.input-control.email > label,.input-control.tel > label,.input-control.text > .label,.input-control.select > .label,.input-control.file > .label,.input-control.password > .label,.input-control.number > .label,.input-control.email > .label,.input-control.tel > .label {
  position: absolute;
  left: 0;
  top: -1rem;
  font-size: .875rem;
}

.input-control.text > input:disabled + .button,.input-control.select > input:disabled + .button,.input-control.file > input:disabled + .button,.input-control.password > input:disabled + .button,.input-control.number > input:disabled + .button,.input-control.email > input:disabled + .button,.input-control.tel > input:disabled + .button {
  display: none;
}

.input-control.text .prepend-icon,.input-control.select .prepend-icon,.input-control.file .prepend-icon,.input-control.password .prepend-icon,.input-control.number .prepend-icon,.input-control.email .prepend-icon,.input-control.tel .prepend-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 4px;
  z-index: 2;
  color: #999999;
}

.input-control.text .prepend-icon ~ input,.input-control.select .prepend-icon ~ input,.input-control.file .prepend-icon ~ input,.input-control.password .prepend-icon ~ input,.input-control.number .prepend-icon ~ input,.input-control.email .prepend-icon ~ input,.input-control.tel .prepend-icon ~ input {
  padding-left: 30px;
}

.input-control input,.input-control textarea,.input-control select {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  border: 1px #d9d9d9 solid;
  width: 100%;
  height: 100%;
  padding: .3125rem;
  z-index: 0;
}

.input-control input:focus,.input-control textarea:focus,.input-control select:focus {
  outline: none;
}

.input-control input:disabled,.input-control textarea:disabled,.input-control select:disabled {
  background-color: #EBEBE4;
}

.input-control input:focus,.input-control textarea:focus,.input-control select:focus,.input-control input:hover,.input-control textarea:hover,.input-control select:hover {
  border-color: #787878;
}

.input-control textarea {
  position: relative;
  min-height: 6.25rem;
  font-family: "Segoe UI", "Open Sans", sans-serif, serif;
}

.input-control.textarea {
  height: auto;
}

.input-control.select {
  position: relative;
}

.input-control.select select {
  padding-right: 20px;
}

.input-control [class*=input-state-] {
  position: absolute;
  display: none;
  top: 50%;
  right: 8px;
  z-index: 3;
  font-size: 1rem;
  margin-top: -0.5rem;
}

.input-control.required input,.input-control.required textarea,.input-control.required select {
  border: 1px dashed #1ba1e2;
}

.input-control.required .input-state-required {
  display: block;
  color: #1ba1e2;
}

.input-control.error input,.input-control.error textarea,.input-control.error select {
  border: 1px solid #ce352c;
}

.input-control.error .input-state-error {
  display: block;
  color: #ce352c;
}

.input-control.warning input,.input-control.warning textarea,.input-control.warning select {
  border: 1px solid #e3c800;
}

.input-control.warning .input-state-warning {
  display: block;
  color: #e3c800;
}

.input-control.success input,.input-control.success textarea,.input-control.success select {
  border: 1px solid #60a917;
}

.input-control.success .input-state-success {
  display: block;
  color: #60a917;
}

.input-control.info input,.input-control.info textarea,.input-control.info select {
  border: 1px solid #1ba1e2;
}

.input-control.info .input-state-success {
  display: block;
  color: #1ba1e2;
}

input.error,select.error,textarea.error {
  border: 1px solid #ce352c;
}

input.warning,select.warning,textarea.warning {
  border: 1px solid #e3c800;
}

input.info,select.info,textarea.info {
  border: 1px solid #1ba1e2;
}

input.success,select.success,textarea.success {
  border: 1px solid #60a917;
}

input.required,select.required,textarea.required {
  border: 1px dashed #1ba1e2;
}

.input-control.file input[type=file] {
  position: absolute;
  opacity: 0;
  width: 0.0625rem;
  height: 0.0625rem;
}

.input-control.file input[type=file]:disabled ~ input[type=text],.input-control.file input[type=file]:disabled ~ .button {
  background-color: #EBEBE4;
}

.input-control.file:hover input[type=text],.input-control.file:hover button {
  border-color: #787878;
}

.input-control .button-group {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.input-control .button-group:before,.input-control .button-group:after {
  display: table;
  content: "";
}

.input-control .button-group:after {
  clear: both;
}

.input-control .button-group .button {
  position: relative;
  float: left;
  margin: 0;
}

.input-control > .helper-button,.input-control > .button-group > .helper-button {
  visibility: hidden;
  margin: 0;
  border: 0;
  height: 1.875rem;
  padding: 0 .6rem;
  z-index: 100;
  font-size: .75rem;
}

.input-control > .button.helper-button {
  margin: 2px 2px 0;
}

.input-control > .button-group > .button.helper-button {
  margin: 2px 0;
}

.input-control > .button-group > .button.helper-button:last-child {
  margin-right: 2px;
}

.input-control input:focus ~ .helper-button,.input-control input:focus ~ .button-group > .helper-button {
  visibility: visible;
}

.input-control input ~ .helper-button:active,.input-control input ~ .button-group > .helper-button:active {
  visibility: visible;
}

.input-control input:disabled ~ .helper-button,.input-control input:disabled ~ .button-group > .helper-button {
  display: none;
}

.input-control.modern {
  position: relative;
  width: 12.25rem;
  height: 3rem;
  display: inline-block;
  margin: .625rem 0;
}

.input-control.modern input {
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  bottom: .5rem;
  border: 0;
  border-bottom: 2px #DDDDDD solid;
  background-color: transparent;
  outline: none;
  font-size: 1rem;
  padding-bottom: .5rem;
  padding-left: 0;
  width: 100%;
  z-index: 2;
  height: 1.75rem;
}

.input-control.modern input:focus {
  border-bottom-color: #1d1d1d;
}

.input-control.modern .label {
  position: absolute;
  display: block;
  z-index: 1;
  color: #1d1d1d;
}

.input-control.modern .label {
  opacity: 0;
  top: 16px;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.input-control.modern .placeholder {
  font-size: 1rem;
  color: #C8C8C8;
  position: absolute;
  top: 1.2rem;
  left: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.input-control.modern .helper-button {
  top: 8px;
}

.input-control.modern input:focus ~ .label {
  opacity: 1;
  -webkit-transform: translateY(-18px);
  transform: translateY(-18px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.input-control.modern input:focus ~ .placeholder {
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.input-control.modern input:focus ~ .icon {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.input-control.modern.error input {
  border-bottom-color: #ce352c;
}

.input-control.modern.error .label {
  color: #ce352c;
}

.input-control.modern.success input {
  border-bottom-color: #60a917;
}

.input-control.modern.success .label {
  color: #60a917;
}

.input-control.modern.warning input {
  border-bottom-color: #e3c800;
}

.input-control.modern.warning .label {
  color: #e3c800;
}

.input-control.modern.info input {
  border-bottom-color: #1ba1e2;
}

.input-control.modern.info .label {
  color: #1ba1e2;
}

.input-control.modern input:disabled {
  border-bottom-style: dotted;
  color: #BCBCBC;
}

.input-control.checkbox,.input-control.radio {
  line-height: 1.875rem;
  min-width: 1rem;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input-control.checkbox input[type="checkbox"],.input-control.radio input[type="checkbox"],.input-control.checkbox input[type="radio"],.input-control.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0.0625rem;
  height: 0.0625rem;
}

.input-control.checkbox .caption,.input-control.radio .caption {
  margin: 0 .125rem;
  vertical-align: middle;
}

.input-control.checkbox .check,.input-control.radio .check {
  width: 1.625rem;
  height: 1.625rem;
  background-color: #ffffff;
  border: 1px #999999 solid;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.input-control.checkbox.text-left .check,.input-control.radio.text-left .check {
  margin: 0 0 0 .3125rem;
}

.input-control.checkbox .check:focus,.input-control.radio .check:focus {
  border-color: #bcd9e2;
}

.input-control.checkbox .check:before,.input-control.radio .check:before {
  position: absolute;
  vertical-align: middle;
  color: transparent;
  font-size: 0;
  content: "";
  height: .3125rem;
  width: .565rem;
  background-color: transparent;
  border-left: .1875rem solid;
  border-bottom: .1875rem solid;
  border-color: transparent;
  left: 50%;
  top: 50%;
  margin-left: -0.325rem;
  margin-top: -0.365rem;
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.input-control.checkbox input[type=radio] ~ .check:before,.input-control.radio input[type=radio] ~ .check:before {
  border-color: transparent;
}

.input-control.checkbox input[type="checkbox"]:checked ~ .check:before,.input-control.radio input[type="checkbox"]:checked ~ .check:before,.input-control.checkbox input[type="radio"]:checked ~ .check:before,.input-control.radio input[type="radio"]:checked ~ .check:before {
  border-color: #555555;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.input-control.checkbox input[type="checkbox"]:disabled ~ .caption,.input-control.radio input[type="checkbox"]:disabled ~ .caption,.input-control.checkbox input[type="radio"]:disabled ~ .caption,.input-control.radio input[type="radio"]:disabled ~ .caption {
  color: #cacaca;
  cursor: default;
}

.input-control.checkbox input[type="checkbox"]:disabled ~ .check,.input-control.radio input[type="checkbox"]:disabled ~ .check,.input-control.checkbox input[type="radio"]:disabled ~ .check,.input-control.radio input[type="radio"]:disabled ~ .check {
  border-color: #cacaca;
  cursor: default;
}

.input-control.checkbox input[type="checkbox"]:disabled:checked ~ .check:before,.input-control.radio input[type="checkbox"]:disabled:checked ~ .check:before {
  border-color: #cacaca;
}

.input-control.checkbox input[type="radio"]:disabled:checked ~ .check:before,.input-control.radio input[type="radio"]:disabled:checked ~ .check:before {
  background-color: #cacaca;
}

.input-control.checkbox input[data-show="indeterminate"] ~ .check:before,.input-control.radio input[data-show="indeterminate"] ~ .check:before,.input-control.checkbox input[data-show="indeterminate"]:checked ~ .check:before,.input-control.radio input[data-show="indeterminate"]:checked ~ .check:before,.input-control.checkbox input.indeterminate:checked ~ .check:before,.input-control.radio input.indeterminate:checked ~ .check:before,.input-control.checkbox input[type="checkbox"]:indeterminate ~ .check:before,.input-control.radio input[type="checkbox"]:indeterminate ~ .check:before {
  display: none;
}

.input-control.checkbox input[data-show="indeterminate"] ~ .check:after,.input-control.radio input[data-show="indeterminate"] ~ .check:after,.input-control.checkbox input[data-show="indeterminate"]:checked ~ .check:after,.input-control.radio input[data-show="indeterminate"]:checked ~ .check:after,.input-control.checkbox input.indeterminate:checked ~ .check:after,.input-control.radio input.indeterminate:checked ~ .check:after,.input-control.checkbox input[type="checkbox"]:indeterminate ~ .check:after,.input-control.radio input[type="checkbox"]:indeterminate ~ .check:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #1d1d1d;
  height: .875rem;
  width: .875rem;
  left: 50%;
  top: 50%;
  margin-left: -0.4375rem;
  margin-top: -0.4375rem;
}

.input-control.checkbox input[data-show="indeterminate"]:not(:checked) ~ .check:after,.input-control.radio input[data-show="indeterminate"]:not(:checked) ~ .check:after {
  background-color: transparent;
}

.input-control.checkbox input[data-show="indeterminate"]:disabled ~ .check:after,.input-control.radio input[data-show="indeterminate"]:disabled ~ .check:after {
  background-color: #cacaca;
}

.input-control.radio .check {
  border: 1px #999999 solid;
  border-radius: 50%;
}

.input-control.radio .check:before {
  position: absolute;
  display: block;
  content: "";
  background-color: #1d1d1d;
  height: .5624rem;
  width: .5624rem;
  left: 50%;
  top: 50%;
  margin-left: -0.375rem;
  margin-top: -0.375rem;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 50%;
}

.input-control.radio input[type="radio"]:not(:checked) ~ .check:before {
  background-color: transparent;
}

.input-control.radio input[type="radio"]:disabled ~ .check:before {
  border-color: transparent;
}

.input-control.small-check .check {
  width: 1rem;
  height: 1rem;
}

.input-control.small-check .check:before {
  width: 6px;
  height: 3px;
  margin-left: -4px;
  margin-top: -4px;
  border-width: 2px;
}

.input-control.small-check.radio .check:before {
  height: .375rem;
  width: .375rem;
  left: 50%;
  top: 50%;
  margin-left: -0.25rem;
  margin-top: -0.25rem;
}

.input-control.small-check input[data-show="indeterminate"] ~ .check:after,.input-control.small-check input[data-show="indeterminate"]:checked ~ .check:after,.input-control.small-check input.indeterminate:checked ~ .check:after,.input-control.small-check input[type="checkbox"]:indeterminate ~ .check:after {
  height: .375rem;
  width: .375rem;
  left: 50%;
  top: 50%;
  margin-left: -0.1875rem;
  margin-top: -0.1875rem;
}

input[type="button"],input[type="reset"],input[type="submit"] {
  padding: 0 1rem;
  height: 2.125rem;
  text-align: center;
  background-color: #ffffff;
  border: 1px #d9d9d9 solid;
  color: #262626;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-size: .875rem;
  line-height: 1;
  margin: .15625rem 0;
  position: relative;
  vertical-align: middle;
}

input[type="button"].default,input[type="reset"].default,input[type="submit"].default {
  background-color: #008287;
  color: #fff;
}

input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
  border-color: #787878;
}

input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active {
  background: #eeeeee;
  color: #262626;
  box-shadow: none;
}

input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus {
  outline: 0;
}

input[type="button"]:disabled,input[type="reset"]:disabled,input[type="submit"]:disabled,input[type="button"].disabled,input[type="reset"].disabled,input[type="submit"].disabled {
  background-color: #eaeaea;
  color: #bebebe;
  cursor: default;
  border-color: transparent;
}

input[type="button"] *,input[type="reset"] *,input[type="submit"] * {
  color: inherit;
}

input[type="button"] *:hover,input[type="reset"] *:hover,input[type="submit"] *:hover {
  color: inherit;
}

input[type="button"] > [class*=mif-],input[type="reset"] > [class*=mif-],input[type="submit"] > [class*=mif-] {
  vertical-align: middle;
}

input[type="button"] img,input[type="reset"] img,input[type="submit"] img {
  height: .875rem;
  vertical-align: middle;
  margin: 0;
}

input[type="button"].dropdown-toggle,input[type="reset"].dropdown-toggle,input[type="submit"].dropdown-toggle {
  padding-right: 1.625rem;
}

input[type="button"].dropdown-toggle.drop-marker-light:before,input[type="reset"].dropdown-toggle.drop-marker-light:before,input[type="submit"].dropdown-toggle.drop-marker-light:before,input[type="button"].dropdown-toggle.drop-marker-light:after,input[type="reset"].dropdown-toggle.drop-marker-light:after,input[type="submit"].dropdown-toggle.drop-marker-light:after {
  background-color: #ffffff;
}

input[type="button"].success,input[type="reset"].success,input[type="submit"].success {
  background: #60a917;
  color: #ffffff;
  border-color: #60a917;
}

input[type="button"].success:active,input[type="reset"].success:active,input[type="submit"].success:active {
  background: #128023;
  color: #ffffff;
}

input[type="button"].danger,input[type="reset"].danger,input[type="submit"].danger,input[type="button"].alert,input[type="reset"].alert,input[type="submit"].alert {
  background: #ce352c;
  color: #ffffff;
  border-color: #ce352c;
}

input[type="button"].danger:active,input[type="reset"].danger:active,input[type="submit"].danger:active,input[type="button"].alert:active,input[type="reset"].alert:active,input[type="submit"].alert:active {
  background: #9a1616;
  color: #ffffff;
}

input[type="button"].info,input[type="reset"].info,input[type="submit"].info {
  background: #59cde2;
  color: #ffffff;
  border-color: #59cde2;
}

input[type="button"].info:active,input[type="reset"].info:active,input[type="submit"].info:active {
  background: #1ba1e2;
  color: #ffffff;
}

input[type="button"].warning,input[type="reset"].warning,input[type="submit"].warning {
  background: #fa6800;
  color: #ffffff;
  border-color: #fa6800;
}

input[type="button"].warning:active,input[type="reset"].warning:active,input[type="submit"].warning:active {
  background: #bf5a15;
  color: #ffffff;
}

input[type="button"].link,input[type="reset"].link,input[type="submit"].link {
  background: transparent;
  color: #2086bf;
  border-color: transparent;
  text-decoration: underline;
}

input[type="button"].link:hover,input[type="reset"].link:hover,input[type="submit"].link:hover,input[type="button"].link:active,input[type="reset"].link:active,input[type="submit"].link:active {
  background: transparent;
  color: #114968;
  border-color: transparent;
}

.switch,.switch-original {
  display: inline-block;
  margin: 0 .625rem 0 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch input,.switch-original input {
  position: absolute;
  opacity: 0;
  width: 0.0625rem;
  height: 0.0625rem;
}

.switch .check,.switch-original .check,.switch .caption,.switch-original .caption {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}

.switch .check {
  width: 36px;
  height: 16px;
  background-color: #929292;
  border-radius: 8px;
  overflow: visible;
  position: relative;
}

.switch .check:before {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  z-index: 2;
  margin-top: -4px;
  margin-left: -3px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.switch input:checked ~ .check {
  background-color: #008287;
}

.switch input:not(:checked) ~ .check:before {
  background-color: #ffffff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.switch input:checked ~ .check {
  background-color: #008287;
}

.switch input:checked ~ .check:before {
  -webkit-transform: translateX(22px);
  transform: translateX(22px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.switch input:disabled ~ .check {
  background-color: #D5D5D5;
}

.switch input:disabled ~ .check:before {
  background-color: #BDBDBD;
}

.switch-original .caption {
  margin: 0 5px;
}

.switch-original .check {
  position: relative;
  height: 1.125rem;
  width: 2.8125rem;
  outline: 2px #a6a6a6 solid;
  border: 1px #fff solid;
  cursor: pointer;
  background: #A6A6A6;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
}

.switch-original .check:after {
  position: absolute;
  left: -1px;
  top: -1px;
  display: block;
  content: "";
  height: 1rem;
  width: .5625rem;
  outline: 2px #333 solid;
  border: 1px #333 solid;
  cursor: pointer;
  background: #333;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.switch-original input[type="checkbox"]:focus ~ .check {
  outline: 1px #999999 dotted;
}

.switch-original input[type="checkbox"]:checked ~ .check {
  background: #008287;
}

.switch-original input[type="checkbox"]:checked ~ .check:after {
  left: auto;
  -webkit-transform: translateX(2rem);
  transform: translateX(2rem);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.switch-original input[type="checkbox"]:disabled ~ .check {
  background-color: #e6e6e6;
  border-color: #ffffff;
}

.switch-original input[type="checkbox"]:disabled ~ .check:after {
  background-color: #8a8a8a;
  outline-color: #8a8a8a;
  border-color: #8a8a8a;
}

.input-control.range input[type=range] {
  border: 0;
  box-sizing: border-box;
  line-height: 1;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  width: 100%;
}

.input-control.range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.input-control.range input[type=range]:focus {
  outline: none;
}

.input-control.range input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.input-control.range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  margin-top: 0;
  background-color: #555555;
  border: 2px solid #555555;
  cursor: pointer;
}

.input-control.range input[type=range]::-moz-range-thumb {
  width: 1em;
  height: 1em;
  margin-top: 0;
  background-color: #555555;
  border: 2px solid #555555;
  cursor: pointer;
  border-radius: 0;
  margin: 0;
}

.input-control.range input[type=range]::-ms-thumb {
  width: 1em;
  height: 1em;
  margin-top: 0;
  background-color: #555555;
  border: 2px solid #555555;
  cursor: pointer;
}

.input-control.range input[type=range]:hover::-webkit-slider-thumb {
  border-color: #373737;
  background-color: #1d1d1d;
}

.input-control.range input[type=range]:hover::-moz-range-thumb {
  border-color: #373737;
  background-color: #1d1d1d;
}

.input-control.range input[type=range]:hover::-ms-thumb {
  border-color: #373737;
  background-color: #1d1d1d;
}

.input-control.range input[type=range]:active::-webkit-slider-thumb {
  border-color: #373737;
}

.input-control.range input[type=range]:active::-moz-range-thumb {
  border-color: #373737;
}

.input-control.range input[type=range]:active::-ms-thumb {
  border-color: #373737;
}

.input-control.range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  height: 100%;
  background-color: #00aba9;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.input-control.range input[type=range]::-moz-range-track {
  width: 100%;
  cursor: pointer;
  height: 100%;
  background-color: #00aba9;
  transition: background .3s ease;
}

.input-control.range input[type=range]::-ms-track {
  background: #00aba9;
  border-color: transparent;
  color: transparent;
  height: 1.25em;
}

.input-control.range input[type=range]::-ms-fill-lower {
  background: #00aba9;
}

.input-control.range input[type=range]::-ms-fill-upper {
  display: none;
}

.input-control.range input[type=range]::-moz-range-track {
  height: 1.25em;
}

.progress,.progress-bar {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: .625rem 0;
  background: #eeeeee;
  overflow: hidden;
}

.progress:before,.progress-bar:before,.progress:after,.progress-bar:after {
  display: table;
  content: "";
}

.progress:after,.progress-bar:after {
  clear: both;
}

.progress .bar,.progress-bar .bar {
  position: relative;
  display: block;
  float: left;
  width: 0;
  background-color: #1ba1e2;
  z-index: 1;
  text-align: center;
  height: .625rem;
  line-height: .625rem;
  color: #ffffff;
}

.progress.small > .bar,.progress-bar.small > .bar {
  height: .3125rem;
}

.progress.large > .bar,.progress-bar.large > .bar {
  height: 1rem;
}

.progress.gradient-bar .bar,.progress-bar.gradient-bar .bar {
  background: -webkit-linear-gradient(left, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
}

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

.popover {
  display: block;
  min-width: 12.5rem;
  height: auto;
  position: relative;
  background-color: #eeeeee;
  padding: 1.25rem;
}

.popover * {
  color: inherit;
}

.popover.popover-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.popover:before {
  content: "";
  width: .625rem;
  height: .625rem;
  display: block;
  position: absolute;
  background-color: inherit;
  left: -0.3125rem;
  top: 50%;
  margin-top: -0.3125rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popover.marker-on-top:before {
  top: 0;
  left: 50%;
  margin-left: -0.3125rem;
}

.popover.marker-on-right:before {
  top: 50%;
  margin-top: -0.3125rem;
  left: 100%;
  margin-left: -0.3125rem;
}

.popover.marker-on-bottom:before {
  top: 100%;
  margin-left: -0.3125rem;
  left: 50%;
  margin-top: -0.3125rem;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1049;
}

.window {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.window-caption {
  position: relative;
  background-color: #ffffff;
  padding: .4375rem .3125rem;
  border-bottom: 1px #e9e9e9 solid;
  border-top: 0;
  cursor: default;
}

.window-caption .window-caption-title {
  font-size: .875rem;
  font-style: normal;
  font-weight: 700;
}

.window-caption .window-caption-icon {
  margin-left: .3125rem;
}

.window-caption .window-caption-icon * {
  height: 1rem;
  width: 1rem;
}

.window-caption .window-caption-icon ~ .window-caption-title {
  padding-left: .3125rem;
}

.window-caption .btn-close,.window-caption .btn-min,.window-caption .btn-max {
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  min-height: 1.5rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: normal;
  padding: 0 0 .625rem 0;
  z-index: 3;
  outline: none;
  cursor: pointer;
  display: block;
  background-color: #ffffff;
  color: #777777;
  top: .25rem;
  right: .25rem;
}

.window-caption .btn-close:hover,.window-caption .btn-min:hover,.window-caption .btn-max:hover {
  background-color: #cde6f7;
  color: #2a8dd4;
}

.window-caption .btn-close:hover:after,.window-caption .btn-min:hover:after,.window-caption .btn-max:hover:after {
  border-color: #2a8dd4;
}

.window-caption .btn-close:active,.window-caption .btn-min:active,.window-caption .btn-max:active {
  background-color: #92c0e0;
  color: #ffffff;
}

.window-caption .btn-close:after,.window-caption .btn-min:after,.window-caption .btn-max:after {
  border-color: #777777;
  content: '\D7';
  position: absolute;
  left: 50%;
  top: -2px;
  margin-left: -0.25em;
}

.window-caption .btn-min:after,.window-caption .btn-max:after {
  display: block;
  position: absolute;
  width: .625rem;
  height: .625rem;
  border: 0 #000 solid;
  border-bottom-width: 2px;
  content: ' ';
  bottom: .375rem;
  left: 50%;
  margin-left: -0.375rem;
  top: auto;
}

.window-caption .btn-max:after {
  height: .375rem;
  border: 1px #000 solid;
  border-top-width: 2px;
}

.window-caption .btn-max {
  right: 1.8125rem;
}

.window-caption .btn-min {
  right: 3.375rem;
}

.window-caption .btn-close:after {
  margin-top: .1875rem;
  margin-left: -0.3125rem;
}

.window-content {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  padding: .25rem;
}

.window.success {
  box-shadow: 0 0 25px 0 rgba(0, 128, 0, 0.7);
}

.window.success .window-caption {
  background-color: #60a917;
  color: #ffffff;
}

.window.error {
  box-shadow: 0 0 25px 0 rgba(128, 0, 0, 0.7);
}

.window.error .window-caption {
  background-color: #ce352c;
  color: #ffffff;
}

.window.warning {
  box-shadow: 0 0 25px 0 rgba(255, 165, 0, 0.7);
}

.window.warning .window-caption {
  background-color: #fa6800;
  color: #ffffff;
}

.simple-list {
  list-style: none;
  counter-reset: li;
  padding-left: 0;
  margin-left: .625rem;
  color: #262626;
}

.simple-list li ul {
  list-style: none;
  padding-left: 1.5625rem;
}

.simple-list li {
  position: relative;
  padding: 4px 12px;
  list-style: none;
  color: inherit;
}

.simple-list li:before {
  position: absolute;
  top: 50%;
  margin-top: -0.8rem;
  left: -0.625rem;
  color: #59cde2;
  font-size: 2rem;
  vertical-align: middle;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
}

.simple-list ul {
  margin: 4px .5em 0;
}

.simple-list > li:before {
  content: "\2022";
}

.simple-list ul li:before {
  content: "\00B7";
}

.simple-list.large-bullet li {
  margin: 6px 0;
  padding-left: 2rem;
}

.simple-list.large-bullet li:before {
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
}

.simple-list.large-bullet li {
  padding-left: 1rem;
}

.simple-list.large-bullet li:before {
  margin-top: -1.3rem;
  font-size: 3rem;
}

.simple-list.dark-bullet li:before {
  color: #1d1d1d;
}

.simple-list.alert-bullet li:before {
  color: #ce352c;
}

.simple-list.info-bullet li:before {
  color: #1ba1e2;
}

.simple-list.success-bullet li:before {
  color: #60a917;
}

.simple-list.warning-bullet li:before {
  color: #e3c800;
}

.simple-list.red-bullet li:before {
  color: #ce352c;
}

.simple-list.blue-bullet li:before {
  color: #1ba1e2;
}

.simple-list.green-bullet li:before {
  color: #60a917;
}

.simple-list.yellow-bullet li:before {
  color: #e3c800;
}

.step-list {
  margin: 0 0 0 2rem;
  padding: 0;
  list-style-type: none;
  counter-reset: li;
}

.step-list > li {
  border-left: 1px #ccc solid;
  position: relative;
  padding: 0 .625rem;
  margin: .625rem;
  vertical-align: top;
}

.step-list > li:before {
  position: absolute;
  content: counter(li);
  counter-increment: li;
  font-size: 2rem;
  color: #999999;
  left: 0;
  top: .3125rem;
  margin-left: -1.5rem;
}

.image-container {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  background-color: transparent;
}

.image-container .frame {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  height: 100%;
}

.image-container img {
  display: block;
  width: 100%;
  height: 100%;
}

.image-container .image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  font-size: .875rem;
  line-height: 1rem;
  padding: 1em 1.5em;
  background-color: rgba(27, 161, 226, 0.7);
  color: #ffffff;
  text-align: center;
  border-radius: inherit;
  -webkit-transition: all 0.65s ease;
  transition: all 0.65s ease;
}

.image-container .image-overlay:hover {
  opacity: 1;
}

.image-container .image-overlay:hover:before,.image-container .image-overlay:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.image-container .image-overlay:before,.image-container .image-overlay:after {
  display: block;
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.7);
  top: 1em;
  bottom: 1em;
  left: 1em;
  right: 1em;
  opacity: 0;
  border-radius: inherit;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.65s ease;
  transition: all 0.65s ease;
}

.image-container .image-overlay:after {
  border-left: none;
  border-right: none;
  bottom: 1em;
  top: 1em;
}

.image-container .image-overlay:before {
  border-top: none;
  border-bottom: none;
  bottom: 1em;
  top: 1em;
}

.image-container.diamond {
  overflow: hidden;
}

.image-container.diamond .frame {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
}

.image-container.diamond .frame img,.image-container.diamond .frame .image-replacer {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.image-container.bordered .frame {
  border: 1px #eeeeee solid;
  padding: .5rem;
}

.image-container.polaroid .frame {
  border: 1px #eeeeee solid;
  padding: .5rem .5rem 2rem;
}

.image-container.handing {
  margin-top: 20px;
}

.image-container.handing .frame {
  border: 1px #eeeeee solid;
  position: relative;
  padding: .5rem;
}

.image-container.handing .frame:after {
  content: "";
  position: absolute;
  width: .625rem;
  height: .625rem;
  background-color: #647687;
  border-radius: 50%;
  top: -20%;
  left: 50%;
  margin-left: -0.3125rem;
  z-index: 3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.image-container.handing.image-format-hd .frame:after {
  top: -25%;
}

.image-container.handing.image-format-square .frame:after {
  top: -15%;
}

.image-container.handing:after {
  position: absolute;
  content: "";
  background-color: transparent;
  border-top: 1px solid #eeeeee;
  -webkit-transform: rotate(-16deg);
  transform: rotate(-16deg);
  z-index: 2;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.image-container.handing:before {
  position: absolute;
  content: "";
  background-color: transparent;
  border-top: 1px solid #eeeeee;
  -webkit-transform: rotate(16deg);
  transform: rotate(16deg);
  z-index: 2;
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.image-container.handing.ani {
  -webkit-transform-origin: 50% -25px;
  transform-origin: 50% -25px;
  -webkit-animation: swinging 10s ease-in-out 0s infinite;
  animation: swinging 10s ease-in-out 0s infinite;
}

.image-container.handing.ani-hover:hover {
  -webkit-transform-origin: 50% -25px;
  transform-origin: 50% -25px;
  -webkit-animation: swinging 5s ease-in-out 0s;
  animation: swinging 5s ease-in-out 0s;
}

.ani-ring,.ani-hover-ring:hover {
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
  -webkit-animation: ani-ring 2s ease infinite;
  animation: ani-ring 2s ease infinite;
}

.ani-ring.ani-fast,.ani-hover-ring.ani-fast:hover {
  -webkit-animation: ani-ring 1s ease infinite;
  animation: ani-ring 1s ease infinite;
}

.ani-ring.ani-slow,.ani-hover-ring.ani-slow:hover {
  -webkit-animation: ani-ring 3s ease infinite;
  animation: ani-ring 3s ease infinite;
}

.ani-vertical,.ani-hover-vertical:hover {
  -webkit-animation: ani-vertical 2s ease infinite;
  animation: ani-vertical 2s ease infinite;
}

.ani-vertical.ani-fast,.ani-vertical.ani-fast:hover {
  -webkit-animation: ani-vertical 1s ease infinite;
  animation: ani-vertical 1s ease infinite;
}

.ani-vertical.ani-slow,.ani-hover-vertical.ani-slow:hover {
  -webkit-animation: ani-vertical 4s ease infinite;
  animation: ani-vertical 4s ease infinite;
}

.ani-horizontal,.ani-hover-horizontal:hover {
  -webkit-animation: ani-horizontal 2s ease infinite;
  animation: ani-horizontal 2s ease infinite;
}

.ani-horizontal.ani-fast,.ani-horizontal.ani-fast:hover {
  -webkit-animation: ani-horizontal 1s ease infinite;
  animation: ani-horizontal 1s ease infinite;
}

.ani-horizontal.ani-slow,.ani-horizontal.ani-slow:hover {
  -webkit-animation: ani-horizontal 3s ease infinite;
  animation: ani-horizontal 3s ease infinite;
}

.ani-float,.ani-hover-float:hover {
  -webkit-animation: ani-float 2s linear infinite;
  animation: ani-float 2s linear infinite;
}

.ani-float.ani-fast,.ani-hover-float.ani-fast:hover {
  -webkit-animation: ani-float 1s linear infinite;
  animation: ani-float 1s linear infinite;
}

.ani-float.ani-slow,.ani-hover-float.ani-slow:hover {
  -webkit-animation: ani-float 3s linear infinite;
  animation: ani-float 3s linear infinite;
}

.ani-pass,.ani-hover-pass:hover {
  -webkit-animation: ani-pass 2s linear infinite;
  animation: ani-pass 2s linear infinite;
}

.ani-pass.ani-fast,.ani-hover-pass.ani-fast:hover {
  -webkit-animation: ani-pass 1s linear infinite;
  animation: ani-pass 1s linear infinite;
}

.ani-pass.ani-slow,.ani-hover-pass.ani-slow:hover {
  -webkit-animation: ani-pass 3s linear infinite;
  animation: ani-pass 3s linear infinite;
}

@-webkit-keyframes swinging {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  5% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  10% {
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }

  15% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }

  20% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }

  25% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  30% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  35% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }

  40% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }

  45% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swinging {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  5% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  10% {
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }

  15% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }

  20% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }

  25% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  30% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  35% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }

  40% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }

  45% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(10px) rotate(-90deg);
    transform: translateX(10px) rotate(-90deg);
  }

  50% {
    -webkit-transform: translateX(10px) translateY(10px) rotate(-179deg);
    transform: translateX(10px) translateY(10px) rotate(-179deg);
  }

  50.1% {
    -webkit-transform: translateX(10px) translateY(10px) rotate(-180deg);
    transform: translateX(10px) translateY(10px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0px) translateY(10px) rotate(-270deg);
    transform: translateX(0px) translateY(10px) rotate(-270deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes cubemove {
  25% {
    -webkit-transform: translateX(10px) rotate(-90deg);
    transform: translateX(10px) rotate(-90deg);
  }

  50% {
    -webkit-transform: translateX(10px) translateY(10px) rotate(-179deg);
    transform: translateX(10px) translateY(10px) rotate(-179deg);
  }

  50.1% {
    -webkit-transform: translateX(10px) translateY(10px) rotate(-180deg);
    transform: translateX(10px) translateY(10px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0px) translateY(10px) rotate(-270deg);
    transform: translateX(0px) translateY(10px) rotate(-270deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  7% {
    -webkit-transform: rotate(345deg);
    transform: rotate(345deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  35% {
    -webkit-transform: rotate(495deg);
    transform: rotate(495deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  42% {
    -webkit-transform: rotate(690deg);
    transform: rotate(690deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  70% {
    opacity: 1;
    -webkit-transform: rotate(835deg);
    transform: rotate(835deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  76% {
    opacity: 1;
  }

  77% {
    -webkit-transform: rotate(955deg);
    transform: rotate(955deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  78% {
    -webkit-transform: rotate(955deg);
    transform: rotate(955deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(955deg);
    transform: rotate(955deg);
    opacity: 0;
  }
}

@keyframes orbit {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  7% {
    -webkit-transform: rotate(345deg);
    transform: rotate(345deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  35% {
    -webkit-transform: rotate(495deg);
    transform: rotate(495deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  42% {
    -webkit-transform: rotate(690deg);
    transform: rotate(690deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  70% {
    opacity: 1;
    -webkit-transform: rotate(835deg);
    transform: rotate(835deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  76% {
    opacity: 1;
  }

  77% {
    -webkit-transform: rotate(955deg);
    transform: rotate(955deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  78% {
    -webkit-transform: rotate(955deg);
    transform: rotate(955deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(955deg);
    transform: rotate(955deg);
    opacity: 0;
  }
}

@-webkit-keyframes metro-slide {
  0% {
    left: -50%;
  }

  100% {
    left: 150%;
  }
}

@keyframes metro-slide {
  0% {
    left: -50%;
  }

  100% {
    left: 150%;
  }
}

@-webkit-keyframes metro-opacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes metro-opacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes ani-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes ani-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes ani-pulse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes ani-pulse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes ani-wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  18% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  28% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  38% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  48% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  58% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes ani-wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  18% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  28% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  38% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  48% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  58% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes ani-ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes ani-ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes ani-vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  4% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  8% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  12% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  16% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  20% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  22% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes ani-vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  4% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  8% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  12% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  16% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  20% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  22% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes ani-horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  36% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes ani-horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  36% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes ani-flash {
  0%, 100%, 50% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes ani-flash {
  0%, 100%, 50% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@-webkit-keyframes ani-bounce {
  0%, 10%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes ani-bounce {
  0%, 10%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes ani-float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ani-float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes ani-heartbeat {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes ani-heartbeat {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes ani-shuttle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }

  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }

  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }

  80% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes ani-shuttle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }

  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }

  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }

  80% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes ani-pass {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}

@keyframes ani-pass {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}

@-webkit-keyframes ani-ripple {
  0% {
    opacity: .6;
  }

  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ani-ripple {
  0% {
    opacity: .6;
  }

  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ani-shrink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes ani-shrink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes ani-drop {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  25% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes ani-drop {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  25% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes ani-drop2 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes ani-drop2 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes ani-drop3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  75% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes ani-drop3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  75% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes ani-pre-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-pre-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ani-bg-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes ani-bg-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.calendar {
  min-width: 13.75rem;
  border: 1px #eeeeee solid;
  font-size: .75rem;
  padding: .3125rem;
  background-color: #ffffff;
}

.calendar .calendar-grid {
  margin: 0;
  padding: 0;
}

.calendar .calendar-row {
  margin: 0 0 .3125rem;
  width: 100%;
}

.calendar .calendar-row:before,.calendar .calendar-row:after {
  display: table;
  content: "";
}

.calendar .calendar-row:after {
  clear: both;
}

.calendar .calendar-row:last-child {
  margin-bottom: 0;
}

.calendar .calendar-cell {
  width: 12.46201429%;
  margin: 0 0 0 2.12765%;
  display: block;
  float: left;
}

.calendar .calendar-cell:first-child {
  margin-left: 0;
}

.calendar .calendar-cell.sel-month {
  width: 41.64134286%;
}

.calendar .calendar-cell.sel-year {
  width: 48.936175%;
}

.calendar .calendar-cell.sel-plus,.calendar .calendar-cell.sel-minus {
  width: 23.4042625%;
}

.calendar .calendar-cell.month-cell,.calendar .calendar-cell.year-cell {
  width: 23.4042625%;
}

.calendar .calendar-actions .button {
  margin: .15625rem;
}

.calendar .day-of-week {
  padding: .3125rem;
  cursor: default;
}

.calendar a {
  display: block;
  padding: .3125rem 0;
}

.calendar a:hover {
  background-color: #75c7ee;
  color: #ffffff;
  border-radius: inherit;
}

.calendar .calendar-header {
  background-color: #59cde2;
  color: #ffffff;
}

.calendar .calendar-header a {
  color: #ffffff;
  padding: .325rem;
}

.calendar .calendar-header a:hover {
  background-color: #47b4e9;
  color: #ffffff;
}

.calendar .calendar-actions:before,.calendar .calendar-actions:after {
  display: table;
  content: "";
}

.calendar .calendar-actions:after {
  clear: both;
}

.calendar .today a {
  background-color: #60a917;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.calendar .day {
  border: 1px #bcd9e2 solid;
  text-align: center;
}

.calendar .day a {
  display: block;
  position: relative;
  text-align: center;
}

.calendar .month,.calendar .year {
  border: 1px #bcd9e2 solid;
}

.calendar .month a,.calendar .year a {
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
}

.calendar .empty {
  cursor: default;
}

.calendar .other-day {
  display: block;
  text-align: center;
  color: #999999;
  padding: .325rem;
  background-color: #eeeeee;
  border: 1px #bcd9e2 solid;
}

.calendar .exclude {
  background-color: #ce352c;
}

.calendar .exclude a {
  cursor: not-allowed;
  background-color: #ce352c;
  color: #ffffff;
}

.calendar .stored {
  background-color: #f472d0;
}

.calendar .stored a {
  cursor: pointer;
  background-color: #f472d0;
  color: #ffffff;
}

.calendar .selected {
  background-color: #59cde2;
}

.calendar .selected a {
  background-color: #59cde2;
  color: #ffffff;
}

.calendar.no-border .day,.calendar.no-border .month,.calendar.no-border .year,.calendar.no-border .other-day,.calendar.no-border .today,.calendar.no-border .calendar-header {
  border: 0;
}

.calendar.no-border .today a {
  border: 0;
}

.calendar-dropdown {
  border: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.stepper {
  margin: 10px 0;
  width: 100%;
}

.stepper:before,.stepper:after {
  display: table;
  content: "";
}

.stepper:after {
  clear: both;
}

.stepper > ul {
  counter-reset: li;
  border-top: 1px #1d1d1d dotted;
  position: relative;
  padding: 0;
  margin: 30px 0;
  width: 100%;
  display: block;
}

.stepper > ul li {
  list-style: none;
  float: left;
  width: 2em;
  height: 2em;
  margin-top: -1em;
  position: absolute;
  left: 0;
  background: #666;
  cursor: pointer;
  font-size: .875rem;
}

.stepper > ul li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  box-sizing: border-box;
  padding: .3em 10px;
  color: #fff;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: .9em;
  text-align: center;
}

.stepper > ul li:hover {
  background-color: #999999;
}

.stepper > ul li.current,.stepper > ul li.complete {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.stepper > ul li.current {
  background-color: #1ba1e2;
}

.stepper > ul li.current:hover {
  background-color: #00ccff;
}

.stepper > ul li.complete {
  background-color: #60a917;
}

.stepper > ul li.complete:hover {
  background-color: #7ad61d;
}

.stepper.cycle li {
  border-radius: 50%;
}

.stepper.diamond li {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stepper.diamond li:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.wizard {
  position: relative;
}

.wizard .steps {
  margin: 10px 0;
  padding: 20px;
  border: 1px #eeeeee solid;
  position: relative;
}

.wizard .steps .step {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}

.wizard .steps .step:first-child {
  display: block;
}

.wizard .actions .group-right {
  float: right;
}

.wizard .actions .group-left {
  float: left;
}

.wizard .actions button {
  padding: 0 1rem;
  height: 2.125rem;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px #d9d9d9 solid;
  color: #262626;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-size: .875rem;
  line-height: 1;
  margin: .15625rem 0;
  position: relative;
  margin-right: 2px;
}

.wizard .actions button.default {
  background-color: #008287;
  color: #fff;
}

.wizard .actions button:hover {
  border-color: #787878;
}

.wizard .actions button:active {
  background: #eeeeee;
  color: #262626;
  box-shadow: none;
}

.wizard .actions button:focus {
  outline: 0;
}

.wizard .actions button:disabled,.wizard .actions button.disabled {
  background-color: #eaeaea;
  color: #bebebe;
  cursor: default;
  border-color: transparent;
}

.wizard .actions button * {
  color: inherit;
}

.wizard .actions button *:hover {
  color: inherit;
}

.wizard .actions button > [class*=mif-] {
  vertical-align: middle;
}

.wizard .actions button img {
  height: .875rem;
  vertical-align: middle;
  margin: 0;
}

.wizard .actions button.dropdown-toggle {
  padding-right: 1.625rem;
}

.wizard .actions button.dropdown-toggle.drop-marker-light:before,.wizard .actions button.dropdown-toggle.drop-marker-light:after {
  background-color: #ffffff;
}

.wizard .actions button.success {
  background: #60a917;
  color: #ffffff;
  border-color: #60a917;
}

.wizard .actions button.success:active {
  background: #128023;
  color: #ffffff;
}

.wizard .actions button.danger,.wizard .actions button.alert {
  background: #ce352c;
  color: #ffffff;
  border-color: #ce352c;
}

.wizard .actions button.danger:active,.wizard .actions button.alert:active {
  background: #9a1616;
  color: #ffffff;
}

.wizard .actions button.info {
  background: #59cde2;
  color: #ffffff;
  border-color: #59cde2;
}

.wizard .actions button.info:active {
  background: #1ba1e2;
  color: #ffffff;
}

.wizard .actions button.warning {
  background: #fa6800;
  color: #ffffff;
  border-color: #fa6800;
}

.wizard .actions button.warning:active {
  background: #bf5a15;
  color: #ffffff;
}

.wizard .actions button.link {
  background: transparent;
  color: #2086bf;
  border-color: transparent;
  text-decoration: underline;
}

.wizard .actions button.link:hover,.wizard .actions button.link:active {
  background: transparent;
  color: #114968;
  border-color: transparent;
}

.wizard .actions button:last-child {
  margin-right: 0;
}

.wizard .actions button.btn-finish {
  background-color: #60a917;
  color: #ffffff;
}

.wizard .actions button:disabled {
  background-color: #6f6f6f;
}

.wizard2 {
  counter-reset: div;
  position: relative;
  width: 100%;
}

.wizard2:before,.wizard2:after {
  display: table;
  content: "";
}

.wizard2:after {
  clear: both;
}

.wizard2 .step {
  width: auto;
  display: block;
  float: left;
  position: relative;
  z-index: 1;
  padding: 0 0 3rem;
}

.wizard2 .step:before {
  content: counter(div);
  counter-increment: div;
  position: absolute;
  font-size: .8rem;
  bottom: 20px;
  width: 24px;
  text-align: center;
}

.wizard2 .step.active {
  border: 0;
}

.wizard2 .step.active:before {
  visibility: hidden;
}

.wizard2 .step.prev {
  border-left: 24px solid #eeeeee;
  border-right: 1px solid #e6e6e6;
  width: 0;
}

.wizard2 .step.prev:before {
  left: 0;
  margin-left: -24px;
  color: #1d1d1d;
}

.wizard2 .step.next {
  border-left: 1px solid #e6e6e6;
  border-right: 24px solid #1ba1e2;
  width: 0;
}

.wizard2 .step.next:before {
  left: 100%;
  color: #ffffff;
}

.wizard2 .step.next + .next {
  border-color: #1891cb;
}

.wizard2 .step.next + .next + .next {
  border-color: #1681b4;
}

.wizard2 .step.next + .next + .next + .next {
  border-color: #13709e;
}

.wizard2 .step.next + .next + .next + .next + .next {
  border-color: #106087;
}

.wizard2 .step.next + .next + .next + .next + .next + .next {
  border-color: #0b4059;
}

.wizard2 .step.next + .next + .next + .next + .next + .next + .next {
  border-color: #082f43;
}

.wizard2 .step.next + .next + .next + .next + .next + .next + .next + .next {
  border-color: #051f2c;
}

.wizard2 .step.next + .next + .next + .next + .next + .next + .next + .next + .next {
  border-color: #030f15;
}

.wizard2 .step-content {
  width: auto;
  overflow: hidden;
  padding: .625rem;
}

.wizard2 .step.prev .step-content,.wizard2 .step.next .step-content {
  width: 0;
  padding: 0;
}

.wizard2 .action-bar {
  padding: 0 .625rem;
  position: absolute;
  bottom: 10px;
  text-align: right;
  z-index: 2;
}

.wizard2 .action-bar:before,.wizard2 .action-bar:after {
  display: table;
  content: "";
}

.wizard2 .action-bar:after {
  clear: both;
}

.wizard2 .action-bar .button {
  margin: 0 .125rem;
  opacity: .6;
}

.wizard2 .action-bar .button:hover {
  opacity: 1;
}

.countdown {
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  margin: .1em 0 1.2em;
}

.countdown .part {
  display: inline-block;
  position: relative;
}

.countdown .part.days:after,.countdown .part.hours:after,.countdown .part.minutes:after,.countdown .part.seconds:after {
  position: absolute;
  content: attr(data-day-text);
  text-align: center;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: .6em;
  color: inherit;
}

.countdown .part.disabled .digit {
  opacity: .3;
  box-shadow: none;
}

.countdown .digit,.countdown .divider {
  display: inline-block;
  padding: .3125em .625em;
  background-color: #1ba1e2;
  color: #ffffff;
  cursor: default;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.countdown .digit,.countdown .divider {
  margin-left: 4px;
}

.countdown .divider {
  padding: .125em .25em;
  color: #1d1d1d;
  background-color: transparent;
  box-shadow: none;
}

.countdown.tick .divider {
  opacity: 0;
}

.countdown.labels-top {
  margin: 1.2em 0 .1em;
}

.countdown.labels-top .part.days:after,.countdown.labels-top .part.hours:after,.countdown.labels-top .part.minutes:after,.countdown.labels-top .part.seconds:after {
  top: 0;
  left: 0;
  margin-top: -1.5em;
}

.countdown .digit.scaleIn {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sidebar-container {
  background-color: #71b1d1;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.sidebar {
  background-color: #71b1d1;
  color: #ffffff;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none inside none;
}

.sidebar li {
  display: block;
  background-color: inherit;
  color: inherit;
  position: relative;
  height: 52px;
}

.sidebar li a {
  display: block;
  background-color: inherit;
  color: inherit;
  padding: .625rem 1rem .625rem 3.75rem;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: .875rem;
}

.sidebar li a .icon {
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  left: .625rem;
  top: .625rem;
}

.sidebar li a .title {
  display: block;
  margin: 0;
  white-space: nowrap;
}

.sidebar li a .title {
  font-size: .6875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.sidebar li:hover {
  background-color: #7cc1de;
}

.sidebar li.active {
  background-color: #ffffff;
  color: #323232;
}

.sidebar {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sidebar2 {
  text-align: left;
  background: #ffffff;
  max-width: 15.625rem;
  list-style: none inside none;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
  float: left;
  border-collapse: separate;
  border: 1px #eeeeee solid;
  width: 100%;
}

.sidebar2 li:hover > .dropdown-toggle:before {
  border-color: #ffffff;
}

.sidebar2 li {
  display: block;
  float: none;
  position: relative;
}

.sidebar2 li:before,.sidebar2 li:after {
  display: table;
  content: "";
}

.sidebar2 li:after {
  clear: both;
}

.sidebar2 li a {
  color: #727272;
  font-size: .875rem;
  display: block;
  float: none;
  padding: .75rem 2rem .75rem 2.5rem;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  min-width: 12.5rem;
  border: none;
}

.sidebar2 li a img,.sidebar2 li a .icon {
  position: absolute;
  left: .875rem;
  top: 50%;
  margin-top: -0.5625rem;
  color: #262626;
  max-height: 1.125rem;
  font-size: 1.125rem;
  display: inline-block;
  margin-right: .3125rem;
  vertical-align: middle;
  text-align: center;
}

.sidebar2 li.active {
  border-left: 2px solid;
  border-color: #1ba1e2;
}

.sidebar2 li.active > a {
  background-color: #59cde2;
  color: #ffffff;
  font-weight: bold;
}

.sidebar2 li:hover {
  text-decoration: none;
  background: #59cde2;
}

.sidebar2 li:hover > a,.sidebar2 li:hover .icon {
  color: #ffffff;
}

.sidebar2 li a[data-hotkey] {
  padding-right: 3.2rem;
}

.sidebar2 li a[data-hotkey]:after {
  content: attr(data-hotkey);
  position: absolute;
  right: 1.2rem;
  width: auto;
  font-size: .8em;
}

.sidebar2 .divider {
  padding: 0;
  height: 1px;
  margin: 0 1px;
  overflow: hidden;
  background-color: #f2f2f2;
}

.sidebar2 .divider:hover {
  background-color: #f2f2f2;
}

.sidebar2 .item-block {
  display: block;
  padding: .625rem;
  background-color: #eeeeee;
}

.sidebar2 .d-menu {
  left: 100%;
  top: -10%;
}

.sidebar2 .menu-title {
  background-color: #f6f7f8;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 8px;
  border: 0;
  color: #646464;
}

.sidebar2 .menu-title:first-child {
  margin: 0;
  border-top-width: 0;
}

.sidebar2 .menu-title:first-child:hover {
  border-top-width: 0;
}

.sidebar2 .menu-title:hover {
  background-color: #f6f7f8;
  cursor: default;
  border: 0;
}

.sidebar2 .dropdown-toggle:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -2px;
}

.sidebar2 .dropdown-toggle:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar2 .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar2 li.disabled a {
  color: #eeeeee;
}

.sidebar2 li.disabled:hover {
  background-color: inherit;
  cursor: default;
  border: 0;
}

.sidebar2 li.disabled:hover a {
  cursor: inherit;
}

.sidebar2.context li a {
  font-size: .75rem;
  padding: .3125rem 2rem .3125rem 2.5rem;
}

.sidebar2.context li a .icon {
  margin-top: -0.4375rem;
  font-size: .825rem;
  color: inherit;
}

.sidebar2.no-min-size li a {
  min-width: 0;
}

.sidebar2.full-size li a {
  min-width: 0;
  width: 100%;
}

.sidebar2 .d-menu {
  min-width: 0;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  box-shadow: none;
}

.sidebar2 .dropdown-toggle:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -1.25rem;
}

.sidebar2 .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sidebar2 li {
  border-top: 1px #eeeeee solid;
  cursor: default;
}

.sidebar2 li.disabled {
  background-color: inherit;
}

.sidebar2 li.disabled:hover {
  border-top: 1px #eeeeee solid;
}

.sidebar2 li a {
  background-color: #ffffff;
  color: #323232;
  white-space: normal;
  min-width: 0;
}

.sidebar2 li a .icon {
  color: inherit;
}

.sidebar2 li.title {
  padding: 20px 20px 10px 20px;
  font-size: 24px;
  border: 0;
}

.sidebar2 li.title:hover {
  background-color: inherit;
}

.sidebar2 li:not(.title) + li.title {
  border-top: 1px #eeeeee solid;
}

.sidebar2 li.active {
  background-color: #71b1d1;
  border: none;
}

.sidebar2 li.active a {
  background-color: #71b1d1;
  color: #ffffff;
}

.sidebar2 li.active a .icon {
  color: inherit;
}

.sidebar2 li:hover a {
  background-color: #7cc1de;
}

.sidebar2 li.disabled:hover a {
  background-color: inherit;
}

.sidebar2 li li:not(:hover) {
  color: #1d1d1d;
}

.sidebar2 li li:not(:hover) a {
  background-color: #ffffff;
}

.sidebar2 .dropdown-toggle:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar2 .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar2.dark li {
  border-top: 1px #5c5c5c solid;
}

.sidebar2.dark li.title {
  background-color: #3D3D3D;
  color: #ffffff;
}

.sidebar2.dark li a {
  background-color: #3D3D3D;
  color: #ffffff;
}

.sidebar2.dark li a:hover {
  background-color: #262626;
  color: #ffffff;
}

.sidebar2.dark li:not(.title) + li.title,.sidebar2.dark li.disabled {
  border-top-color: #5c5c5c;
}

.sidebar2.dark li.disabled:hover {
  border-top-color: #5c5c5c;
}

.sidebar2.dark li.disabled:hover a {
  background-color: #3D3D3D;
}

.sidebar2.dark li.disabled a {
  color: #999999;
}

.sidebar2.dark li.active a {
  background-color: #ce352c;
}

.sidebar2.dark .dropdown-toggle:before {
  border-color: #ffffff;
}

.sidebar2.dark .d-menu li a {
  background-color: #3D3D3D;
  color: #ffffff;
}

.sidebar2.dark .d-menu li a:hover {
  background-color: #262626;
  color: #ffffff;
}

.tabcontrol {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.tabcontrol .tabs {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none inside;
  border-bottom: 2px #1ba1e2 solid;
  white-space: nowrap;
  overflow: visible;
}

.tabcontrol .tabs:before,.tabcontrol .tabs:after {
  display: table;
  content: "";
}

.tabcontrol .tabs:after {
  clear: both;
}

.tabcontrol .tabs li {
  display: block;
  float: left;
  position: relative;
  white-space: nowrap;
}

.tabcontrol .tabs li a {
  display: block;
  float: left;
  padding: 8px 24px;
  color: #1d1d1d;
  font-size: .6875rem;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}

.tabcontrol .tabs li:hover a {
  background-color: #eeeeee;
}

.tabcontrol .tabs li.active a {
  background-color: #1ba1e2;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.tabcontrol .tabs li.disabled a {
  background: #eeeeee -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent) !important;
  background: #eeeeee linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent) !important;
  background-size: 40px 40px !important;
  color: #999999 !important;
  cursor: default;
}

.tabcontrol .tabs li.non-visible-tabs {
  display: block;
  float: right;
}

.tabcontrol .tabs li.non-visible-tabs:empty {
  display: none;
}

.tabcontrol .tabs li.non-visible-tabs.dropdown-toggle {
  height: 100%;
}

.tabcontrol.tabs-bottom .tabs {
  border-bottom: none;
  border-top: 2px #1ba1e2 solid;
}

.tabcontrol.tabs-bottom .tabs li.disabled {
  top: 0;
}

.tabcontrol.tabs-bottom .tabs li:hover {
  top: 0;
}

.tabcontrol .frames {
  width: 100%;
  position: relative;
}

.tabcontrol .frames .frame {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: #999999;
}

.tabcontrol2 {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.tabcontrol2 .tabs {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none inside;
  border-bottom: 2px #1ba1e2 solid;
  white-space: nowrap;
  overflow: visible;
}

.tabcontrol2 .tabs:before,.tabcontrol2 .tabs:after {
  display: table;
  content: "";
}

.tabcontrol2 .tabs:after {
  clear: both;
}

.tabcontrol2 .tabs li {
  display: block;
  float: left;
  position: relative;
  white-space: nowrap;
}

.tabcontrol2 .tabs li a {
  display: block;
  float: left;
  padding: 8px 24px;
  color: #1d1d1d;
  font-size: .6875rem;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}

.tabcontrol2 .tabs li:hover a {
  background-color: #eeeeee;
}

.tabcontrol2 .tabs li.active a {
  background-color: #1ba1e2;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.tabcontrol2 .tabs li.disabled a {
  background: #eeeeee -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent) !important;
  background: #eeeeee linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent) !important;
  background-size: 40px 40px !important;
  color: #999999 !important;
  cursor: default;
}

.tabcontrol2 .tabs li.non-visible-tabs {
  display: block;
  float: right;
}

.tabcontrol2 .tabs li.non-visible-tabs:empty {
  display: none;
}

.tabcontrol2 .tabs li.non-visible-tabs.dropdown-toggle {
  height: 100%;
}

.tabcontrol2.tabs-bottom .tabs {
  border-bottom: none;
  border-top: 2px #1ba1e2 solid;
}

.tabcontrol2.tabs-bottom .tabs li.disabled {
  top: 0;
}

.tabcontrol2.tabs-bottom .tabs li:hover {
  top: 0;
}

.tabcontrol2 .frames {
  width: 100%;
  position: relative;
}

.tabcontrol2 .frames .frame {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: #999999;
}

.tabcontrol2 .tabs {
  border-bottom: 0;
  vertical-align: bottom;
  z-index: 2;
}

.tabcontrol2 .tabs li {
  padding-top: 2px;
  overflow: visible;
  margin: 0 2px;
}

.tabcontrol2 .tabs li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  height: 2px;
  z-index: 3;
}

.tabcontrol2 .tabs li:not(.active):after {
  background-color: #eeeeee;
  height: 1px;
}

.tabcontrol2 .tabs li:first-child {
  margin-left: 10px;
}

.tabcontrol2 .tabs li a {
  background-color: #eeeeee;
  padding-top: .3125rem;
  text-shadow: none;
}

.tabcontrol2 .tabs li.active {
  padding-top: 0;
  padding-bottom: 0;
}

.tabcontrol2 .tabs li.active a {
  background-color: #ffffff;
  border: 1px #eeeeee solid;
  border-top: 2px #ce352c solid;
  border-bottom: 0;
  color: #1ba1e2;
}

.tabcontrol2 .tabs li.active:hover a {
  background-color: inherit;
}

.tabcontrol2 .tabs li:hover a {
  background-color: #e1e1e1;
}

.tabcontrol2.tabs-bottom .tabs {
  border-top: 0;
}

.tabcontrol2.tabs-bottom .tabs li {
  padding: 0;
}

.tabcontrol2.tabs-bottom .tabs li:after {
  top: -1px;
  background-color: #ffffff;
}

.tabcontrol2.tabs-bottom .tabs li.active {
  padding-bottom: 0;
}

.tabcontrol2.tabs-bottom .tabs li.active a {
  border: 1px #eeeeee solid;
  border-bottom: 2px #ce352c solid;
  border-top: 0;
}

.tabcontrol2.tabs-bottom .tabs li:not(.active) {
  margin-bottom: 0;
}

.tabcontrol2.tabs-bottom .tabs li:not(.active):after {
  background-color: #eeeeee;
}

.tabcontrol2 .frames {
  z-index: 1;
  border: 1px #eeeeee solid;
}

.tabcontrol2 .frames .frame {
  background-color: #ffffff;
}

.accordion > .frame {
  margin-top: 1px;
}

.accordion > .frame:first-child {
  margin-top: 0;
}

.accordion > .frame > .heading {
  display: block;
  padding: 8px 16px 8px 20px;
  background-color: #f6f6f6;
  cursor: pointer;
  font-size: .6875rem;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  border: 1px #eeeeee solid;
  overflow: hidden;
  z-index: 2;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion > .frame > .heading:before {
  position: absolute;
  display: block;
  left: 4px;
  top: 6px;
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid black;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion > .frame > .heading:hover {
  background-color: #eeeeee;
}

.accordion > .frame > .heading .icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 3rem;
  width: 3rem;
  max-height: 3rem;
  opacity: .6;
  color: #999999;
}

.accordion > .frame.active > .heading {
  background-color: #1ba1e2;
  border-color: #1ba1e2;
  color: #ffffff;
  box-shadow: -1px 6px 6px -6px rgba(0, 0, 0, 0.35);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion > .frame.active > .heading .icon {
  color: #ffffff;
}

.accordion > .frame.active > .heading:before {
  left: 8px;
  border-bottom-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.accordion > .frame.active > .content {
  display: block;
}

.accordion > .frame > .content {
  padding: .625rem;
  display: none;
  background-color: #ffffff;
  z-index: 1;
}

.accordion > .frame.disabled > .heading {
  cursor: default;
  background: #ffffff -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent) !important;
  background: #ffffff linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent) !important;
  background-size: 40px 40px !important;
}

.accordion.large-heading > .frame > .heading {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 300;
  padding-left: 32px;
  text-shadow: none;
}

.accordion.large-heading > .frame > .heading:before {
  top: 10px;
  border-left: 12px solid transparent;
  border-top: 12px solid transparent;
  border-bottom: 12px solid black;
}

.accordion.large-heading > .frame.active > .heading:before {
  border-bottom-color: #ffffff;
}

.carousel {
  display: block;
  width: 100%;
  position: relative;
  min-height: 100px;
  overflow: hidden;
}

.carousel .slide {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.carousel .slide:before,.carousel .slide:after {
  display: table;
  content: "";
}

.carousel .slide:after {
  clear: both;
}

.carousel [class*="carousel-switch"],.carousel .carousel-bullets {
  position: absolute;
  display: block;
  z-index: 999;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel .carousel-bullets {
  left: 0;
  right: 0;
  bottom: .625rem;
  text-align: center;
}

.carousel .carousel-bullets .carousel-bullet {
  display: inline-block;
  float: none;
  width: .625rem;
  height: .625rem;
  background-color: #ababab;
  box-shadow: none;
  border-radius: 50%;
  margin-right: .625rem;
  cursor: pointer;
  border: 1px #ffffff solid;
}

.carousel .carousel-bullets .carousel-bullet:last-child {
  margin-right: 0;
}

.carousel .carousel-bullets .carousel-bullet.bullet-on {
  background-color: #59cde2;
}

.carousel.square-bullets .carousel-bullet {
  border-radius: 0;
}

.carousel .carousel-switch-next,.carousel .carousel-switch-prev {
  width: auto;
  line-height: 4rem;
  height: 4rem;
  text-decoration: none;
  margin-top: -2rem;
  top: 50%;
  font-size: 4rem;
  font-weight: 300;
  color: #eeeeee;
  cursor: pointer;
  vertical-align: middle;
  padding: 0;
}

.carousel .carousel-switch-next:hover,.carousel .carousel-switch-prev:hover {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.carousel .carousel-switch-next img,.carousel .carousel-switch-prev img {
  max-width: 64px;
  max-height: 64px;
}

.carousel .carousel-switch-next {
  right: 0;
  left: auto;
}

.carousel .carousel-switch-prev {
  left: 0;
  right: auto;
}

.panel {
  display: block;
  position: relative;
  background-color: #ffffff;
}

.panel > .heading,.panel > .content {
  display: block;
  position: relative;
  color: #1d1d1d;
}

.panel > .heading {
  padding: .625rem 0;
  color: #ffffff;
  background-color: #1ba1e2;
  cursor: default;
  vertical-align: middle;
  z-index: 2;
  height: 2.625rem;
  box-shadow: -1px 6px 6px -6px rgba(0, 0, 0, 0.35);
  font: 500 1.125rem/1.1 "Segoe UI", "Open Sans", sans-serif, serif;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel > .heading > .title {
  margin-left: .625rem;
}

.panel > .heading > .icon + .title {
  margin-left: 3.625rem;
}

.panel > .heading > .icon {
  position: absolute;
  background-color: #1b6eae;
  top: 0;
  left: 0;
  bottom: 0;
  vertical-align: middle;
  height: 2.625rem;
  width: 2.625rem;
  text-align: center;
  padding: .625rem;
}

.panel > .content {
  background-color: #e8f1f4;
  z-index: 1;
  font-size: 0.875rem;
}

.panel.collapsible > .heading {
  cursor: pointer;
}

.panel.collapsible > .heading:before {
  content: "\2212";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1.3rem;
  right: .625rem;
  color: inherit;
  vertical-align: middle;
  font-size: 2rem;
}

.panel.collapsed > .heading:before {
  content: "\002b";
}

.panel.collapsed > .content {
  display: none;
}

.panel.alert > .heading,.panel.error > .heading,.panel.danger > .heading {
  background-color: #ce352c;
}

.panel.warning > .heading {
  background-color: #fa6800;
}

.panel.success > .heading {
  background-color: #60a917;
}

.rating {
  cursor: pointer;
  display: inline-block;
}

.rating:before,.rating:after {
  display: table;
  content: "";
}

.rating:after {
  clear: both;
}

.rating .star {
  cursor: pointer;
  display: block;
  float: left;
  color: #555555;
  font-size: 20px;
  z-index: 1;
  position: relative;
  width: 20px;
  height: 24px;
  vertical-align: middle;
  line-height: 22px;
}

.rating .star:before,.rating .star:after {
  position: absolute;
  content: '\2605';
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
  vertical-align: middle;
}

.rating .star.on {
  color: gold;
}

.rating .star.on.half {
  color: #555555;
}

.rating .star.on.half:after {
  color: gold;
}

.rating .star.half:after {
  z-index: 3;
  width: 8px;
  overflow: hidden;
}

.rating.poor .star.on {
  color: #ce352c;
}

.rating.poor .star.on.half {
  color: #555555;
}

.rating.poor .star.on.half:after {
  color: #ce352c;
}

.rating.regular .star.on {
  color: gold;
}

.rating.regular .star.on.half {
  color: #555555;
}

.rating.regular .star.on.half:after {
  color: gold;
}

.rating.good .star.on {
  color: #60a917;
}

.rating.good .star.on.half {
  color: #555555;
}

.rating.good .star.on.half:after {
  color: #60a917;
}

.rating:not(.static) .star:hover {
  color: gold;
}

.rating:not(.static) .star:hover.half,.rating:not(.static) .star:hover.on.half {
  color: gold;
}

.rating:not(.static) .star:hover.half:after,.rating:not(.static) .star:hover.on.half:after {
  color: gold;
}

.rating:not(.static):hover > .star,.rating:not(.static):hover > .star:after {
  color: gold;
}

.rating:not(.static):hover > .star.half,.rating:not(.static):hover > .star:after.half,.rating:not(.static):hover > .star.on.half,.rating:not(.static):hover > .star:after.on.half {
  color: gold;
}

.rating:not(.static):hover > .star.half:after,.rating:not(.static):hover > .star:after.half:after,.rating:not(.static):hover > .star.on.half:after,.rating:not(.static):hover > .star:after.on.half:after {
  color: gold;
}

.rating:not(.static) .star:hover ~ .star,.rating:not(.static) .star:hover ~ .star:after {
  color: gray;
}

.rating:not(.static) .star:hover ~ .star.half,.rating:not(.static) .star:hover ~ .star:after.half,.rating:not(.static) .star:hover ~ .star.on.half,.rating:not(.static) .star:hover ~ .star:after.on.half {
  color: gray;
}

.rating:not(.static) .star:hover ~ .star.half:after,.rating:not(.static) .star:hover ~ .star:after.half:after,.rating:not(.static) .star:hover ~ .star.on.half:after,.rating:not(.static) .star:hover ~ .star:after.on.half:after {
  color: gray;
}

.rating.small .star {
  width: 14px;
  height: 16px;
  font-size: 14px;
  line-height: 14px;
}

.rating.small .star.half:after {
  width: 6px;
}

.rating.large .star {
  width: 28px;
  height: 30px;
  font-size: 32px;
  line-height: 24px;
}

.rating.large .star.half:after {
  width: 13px;
}

.rating .score {
  display: block;
  font-size: .8rem;
}

.rating.small .score {
  font-size: .6rem;
}

.rating.large .score {
  font-size: 1rem;
}

.slider {
  height: 12px;
  width: auto;
  position: relative;
  background-color: #999999;
  margin-bottom: 10px;
}

.slider .marker {
  height: 12px;
  width: 12px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1d1d1d;
  z-index: 2;
}

.slider .marker:focus,.slider .marker:active {
  outline: 2px #ce352c solid;
}

.slider .complete {
  height: 100%;
  width: auto;
  background-color: #00aba9;
  z-index: 1;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.slider > .slider-hint {
  background-color: #ffffff;
  position: absolute;
  z-index: 3;
  border: 1px #ccc solid;
  padding: 2px 4px;
  top: -40px;
  min-width: 30px;
  text-align: center;
  font-size: 14px;
  display: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.slider > .slider-hint:before {
  display: none;
}

.slider.permanent-hint > .slider-hint {
  display: block;
}

.slider.hint-bottom .slider-hint {
  top: 100%;
  margin-top: 5px;
}

.slider.vertical {
  height: 100px;
  width: 12px;
  float: left;
  margin-right: 10px;
}

.slider.vertical:last-child:first-child {
  margin-left: 0;
}

.slider.vertical .marker {
  left: 0;
}

.slider.vertical .complete {
  position: absolute;
  height: auto;
  width: 100%;
  bottom: 0;
  left: 0;
}

.slider.vertical .slider-hint {
  left: 100%;
  margin-left: 5px;
  margin-top: 0;
}

.slider.vertical.hint-left .slider-hint {
  left: -40px;
}

.slider:hover .complete {
  background-color: #45fffd;
}

.slider:active .complete,.slider:active + .marker:active .complete {
  background-color: #45fffd;
}

.slider.place-left {
  margin-right: 20px;
}

.slider.place-right {
  margin-left: 20px;
}

.slider.large {
  height: 24px;
}

.slider.large .marker {
  width: 24px;
  height: 24px;
}

.slider.large .slider-hint {
  min-width: 30px;
}

.slider.large.vertical {
  width: 24px;
  height: 100px;
}

.tile-area {
  min-width: 100%;
  height: 100%;
  position: relative;
  padding: 120px 80px 0 0;
  overflow: hidden;
}

.tile-area:before,.tile-area:after {
  display: table;
  content: "";
}

.tile-area:after {
  clear: both;
}

.tile-area .tile-area-title {
  position: fixed;
  top: 20px;
  left: 80px;
  font-weight: 300;
  font-size: 42px;
  line-height: 1.1;
}

.tile-group {
  margin-left: 80px;
  min-width: 80px;
  width: auto;
  float: left;
  display: block;
  padding-top: 40px;
  position: relative;
}

.tile-group.one {
  width: 160px;
}

.tile-group.two {
  width: 320px;
}

.tile-group .tile-group-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: 10px;
  left: 0;
}

.tile-container {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

.tile-container:before,.tile-container:after {
  display: table;
  content: "";
}

.tile-container:after {
  clear: both;
}

.tile {
  width: 150px;
  height: 150px;
  display: block;
  float: left;
  margin: 5px;
  background-color: #eeeeee;
  box-shadow: inset 0 0 1px #FFFFCC;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tile:hover {
  outline: #999999 solid 3px;
}

.tile:active {
  outline: 0;
}

.tile.small-tile {
  width: 70px;
  height: 70px;
}

.tile.large-tile {
  width: 310px;
  height: 310px;
}

.tile.super-tile {
  width: 630px;
  height: 630px;
}

.tile-square {
  width: 150px;
  height: 150px;
  display: block;
  float: left;
  margin: 5px;
  background-color: #eeeeee;
  box-shadow: inset 0 0 1px #FFFFCC;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.tile-square:hover {
  outline: #999999 solid 3px;
}

.tile-square:active {
  outline: 0;
}

.tile-square.small-tile {
  width: 70px;
  height: 70px;
}

.tile-square.large-tile {
  width: 310px;
  height: 310px;
}

.tile-square.super-tile {
  width: 630px;
  height: 630px;
}

.tile-square .tile-label {
  position: absolute;
  bottom: 0;
  left: .625rem;
  padding: .425rem .25rem;
  z-index: 999;
}

.tile-small {
  width: 150px;
  height: 150px;
  display: block;
  float: left;
  margin: 5px;
  background-color: #eeeeee;
  box-shadow: inset 0 0 1px #FFFFCC;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
  width: 70px;
  height: 70px;
}

.tile-small:hover {
  outline: #999999 solid 3px;
}

.tile-small:active {
  outline: 0;
}

.tile-small.small-tile {
  width: 70px;
  height: 70px;
}

.tile-small.large-tile {
  width: 310px;
  height: 310px;
}

.tile-small.super-tile {
  width: 630px;
  height: 630px;
}

.tile-small .tile-label {
  position: absolute;
  bottom: 0;
  left: .625rem;
  padding: .425rem .25rem;
  z-index: 999;
}

.tile-large {
  width: 150px;
  height: 150px;
  display: block;
  float: left;
  margin: 5px;
  background-color: #eeeeee;
  box-shadow: inset 0 0 1px #FFFFCC;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
  width: 310px;
  height: 310px;
}

.tile-large:hover {
  outline: #999999 solid 3px;
}

.tile-large:active {
  outline: 0;
}

.tile-large.small-tile {
  width: 70px;
  height: 70px;
}

.tile-large.large-tile {
  width: 310px;
  height: 310px;
}

.tile-large.super-tile {
  width: 630px;
  height: 630px;
}

.tile-large .tile-label {
  position: absolute;
  bottom: 0;
  left: .625rem;
  padding: .425rem .25rem;
  z-index: 999;
}

.tile-super {
  width: 150px;
  height: 150px;
  display: block;
  float: left;
  margin: 5px;
  background-color: #eeeeee;
  box-shadow: inset 0 0 1px #FFFFCC;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
  width: 630px;
  height: 630px;
}

.tile-super:hover {
  outline: #999999 solid 3px;
}

.tile-super:active {
  outline: 0;
}

.tile-super.small-tile {
  width: 70px;
  height: 70px;
}

.tile-super.large-tile {
  width: 310px;
  height: 310px;
}

.tile-super.super-tile {
  width: 630px;
  height: 630px;
}

.tile-super .tile-label {
  position: absolute;
  bottom: 0;
  left: .625rem;
  padding: .425rem .25rem;
  z-index: 999;
}

.tile-small-x {
  width: 70px;
}

.tile-square-x {
  width: 150px;
}

.tile-large-x {
  width: 310px;
}

.tile-super-x {
  width: 630px;
}

.tile-small-y {
  height: 70px;
}

.tile-square-y {
  height: 150px;
}

.tile-large-y {
  height: 310px;
}

.tile-super-y {
  height: 630px;
}

.tile-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  overflow: hidden;
  display: none;
}

.tile-content:first-child {
  display: block;
}

.tile-content .live-slide {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
}

.tile-content .live-slide:nth-child(1) {
  display: block;
}

.tile-content.image-set > img,.tile-content.image-set > .image-container {
  margin: 0;
  padding: 0;
  width: 25%;
  height: 50%;
  float: left;
  border: 1px #1e1e1e solid;
}

.tile-content.image-set > img:first-child,.tile-content.image-set > .image-container:first-child {
  width: 50%;
  float: left;
  height: 100%;
}

.tile-content.slide-up > .slide,.tile-content.slide-down > .slide,.tile-content.slide-up-2 > .slide,.tile-content.slide-down-2 > .slide,.tile-content.slide-left > .slide,.tile-content.slide-right > .slide,.tile-content.slide-left-2 > .slide,.tile-content.slide-right-2 > .slide,.tile-content.slide-up > .slide-over,.tile-content.slide-down > .slide-over,.tile-content.slide-up-2 > .slide-over,.tile-content.slide-down-2 > .slide-over,.tile-content.slide-left > .slide-over,.tile-content.slide-right > .slide-over,.tile-content.slide-left-2 > .slide-over,.tile-content.slide-right-2 > .slide-over {
  width: 100%;
  height: inherit;
  display: block;
  position: absolute;
  box-shadow: inset 0 0 1px #FFFFCC;
}

.tile-content.slide-up > .slide,.tile-content.slide-down > .slide,.tile-content.slide-up-2 > .slide,.tile-content.slide-down-2 > .slide,.tile-content.slide-left > .slide,.tile-content.slide-right > .slide,.tile-content.slide-left-2 > .slide,.tile-content.slide-right-2 > .slide {
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tile-content.slide-up:hover > .slide,.tile-content.slide-down:hover > .slide,.tile-content.slide-up-2:hover > .slide,.tile-content.slide-down-2:hover > .slide,.tile-content.slide-left:hover > .slide,.tile-content.slide-right:hover > .slide,.tile-content.slide-left-2:hover > .slide,.tile-content.slide-right-2:hover > .slide {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.tile-content.slide-up > .slide-over {
  top: 100%;
  z-index: 2;
  height: 75%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.tile-content.slide-up:hover > .slide-over {
  top: 25%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tile-content.slide-up-2 > .slide-over {
  top: 100%;
  z-index: 2;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tile-content.slide-up-2:hover > .slide {
  -webkit-transform: scale(1);
  transform: scale(1);
  top: -100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tile-content.slide-up-2:hover > .slide-over {
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tile-content.slide-down > .slide-over {
  top: -100%;
  z-index: 2;
  height: 75%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.tile-content.slide-down:hover > .slide-over {
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tile-content.slide-down-2 > .slide-over {
  top: -100%;
  z-index: 2;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tile-content.slide-down-2:hover > .slide {
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tile-content.slide-down-2:hover > .slide-over {
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tile-content.slide-left > .slide-over {
  left: -100%;
  z-index: 2;
  width: 75%;
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.tile-content.slide-left:hover > .slide-over {
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tile-content.slide-left-2 > .slide {
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tile-content.slide-left-2 > .slide-over {
  left: -100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tile-content.slide-left-2:hover > .slide {
  -webkit-transform: scale(1);
  transform: scale(1);
  left: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tile-content.slide-left-2:hover > .slide-over {
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tile-content.slide-right > .slide-over {
  left: 100%;
  z-index: 2;
  width: 75%;
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.tile-content.slide-right:hover > .slide-over {
  left: 25%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tile-content.slide-right-2 > .slide {
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tile-content.slide-right-2 > .slide-over {
  left: 100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tile-content.slide-right-2:hover > .slide {
  -webkit-transform: scale(1);
  transform: scale(1);
  left: -100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tile-content.slide-right-2:hover > .slide-over {
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tile-small,.tile,.tile-square,.tile-large,.tile-super {
  overflow: visible;
}

.tile .tile-label {
  position: absolute;
  bottom: 0;
  left: .625rem;
  padding: .425rem .25rem;
  z-index: 999;
}

.tile-content .image-container,.tile-content .carousel {
  box-shadow: inset 0 0 1px #FFFFCC;
  width: 100%;
  height: 100%;
}

[class*=tile-transform-] {
  -webkit-transition: all 0.22s ease;
  transition: all 0.22s ease;
}

.tile-transform-right {
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
}

.tile.tile-transform-right {
  -webkit-transform: perspective(500px) rotateY(0.138372rad) !important;
  transform: perspective(500px) rotateY(0.138372rad) !important;
}

.tile-square.tile-transform-right {
  -webkit-transform: perspective(500px) rotateY(0.138372rad) !important;
  transform: perspective(500px) rotateY(0.138372rad) !important;
}

.tile-large.tile-transform-right {
  -webkit-transform: perspective(500px) rotateY(0.069186rad) !important;
  transform: perspective(500px) rotateY(0.069186rad) !important;
}

.tile-super.tile-transform-right {
  -webkit-transform: perspective(500px) rotateY(0.034593rad) !important;
  transform: perspective(500px) rotateY(0.034593rad) !important;
}

.tile-small.tile-transform-right {
  -webkit-transform: perspective(500px) rotateY(0.276744rad) !important;
  transform: perspective(500px) rotateY(0.276744rad) !important;
}

.tile-transform-left {
  -webkit-transform-origin: right 50%;
  transform-origin: right 50%;
}

.tile.tile-transform-left {
  -webkit-transform: perspective(500px) rotateY(-0.138372rad) !important;
  transform: perspective(500px) rotateY(-0.138372rad) !important;
}

.tile-square.tile-transform-left {
  -webkit-transform: perspective(500px) rotateY(-0.138372rad) !important;
  transform: perspective(500px) rotateY(-0.138372rad) !important;
}

.tile-large.tile-transform-left {
  -webkit-transform: perspective(500px) rotateY(-0.069186rad) !important;
  transform: perspective(500px) rotateY(-0.069186rad) !important;
}

.tile-super.tile-transform-left {
  -webkit-transform: perspective(500px) rotateY(-0.034593rad) !important;
  transform: perspective(500px) rotateY(-0.034593rad) !important;
}

.tile-small.tile-transform-left {
  -webkit-transform: perspective(500px) rotateY(-0.276744rad) !important;
  transform: perspective(500px) rotateY(-0.276744rad) !important;
}

.tile-transform-top {
  -webkit-transform-origin: 50% bottom;
  transform-origin: 50% bottom;
}

.tile.tile-transform-top {
  -webkit-transform: perspective(500px) rotateX(0.138372rad) !important;
  transform: perspective(500px) rotateX(0.138372rad) !important;
}

.tile-square.tile-transform-top {
  -webkit-transform: perspective(500px) rotateX(0.138372rad) !important;
  transform: perspective(500px) rotateX(0.138372rad) !important;
}

.tile-large.tile-transform-top {
  -webkit-transform: perspective(500px) rotateX(0.069186rad) !important;
  transform: perspective(500px) rotateX(0.069186rad) !important;
}

.tile-super.tile-transform-top {
  -webkit-transform: perspective(500px) rotateX(0.034593rad) !important;
  transform: perspective(500px) rotateX(0.034593rad) !important;
}

.tile-small.tile-transform-top {
  -webkit-transform: perspective(500px) rotateX(0.276744rad) !important;
  transform: perspective(500px) rotateX(0.276744rad) !important;
}

.tile-transform-bottom {
  -webkit-transform-origin: 50% top;
  transform-origin: 50% top;
}

.tile.tile-transform-bottom {
  -webkit-transform: perspective(500px) rotateX(-0.138372rad) !important;
  transform: perspective(500px) rotateX(-0.138372rad) !important;
}

.tile-square.tile-transform-bottom {
  -webkit-transform: perspective(500px) rotateX(-0.138372rad) !important;
  transform: perspective(500px) rotateX(-0.138372rad) !important;
}

.tile-large.tile-transform-bottom {
  -webkit-transform: perspective(500px) rotateX(-0.069186rad) !important;
  transform: perspective(500px) rotateX(-0.069186rad) !important;
}

.tile-super.tile-transform-bottom {
  -webkit-transform: perspective(500px) rotateX(-0.034593rad) !important;
  transform: perspective(500px) rotateX(-0.034593rad) !important;
}

.tile-small.tile-transform-bottom {
  -webkit-transform: perspective(500px) rotateX(-0.276744rad) !important;
  transform: perspective(500px) rotateX(-0.276744rad) !important;
}

.tile-area-scheme-dark {
  background-color: #1d1d1d;
}

.tile-area-scheme-dark [class*=tile] {
  outline-color: #373737;
}

.tile-area-scheme-darkBrown {
  background-color: #63362f;
}

.tile-area-scheme-darkBrown [class*=tile] {
  outline-color: #86493f;
}

.tile-area-scheme-darkCrimson {
  background-color: #640024;
}

.tile-area-scheme-darkCrimson [class*=tile] {
  outline-color: #970036;
}

.tile-area-scheme-darkViolet {
  background-color: #57169a;
}

.tile-area-scheme-darkViolet [class*=tile] {
  outline-color: #701cc7;
}

.tile-area-scheme-darkMagenta {
  background-color: #81003c;
}

.tile-area-scheme-darkMagenta [class*=tile] {
  outline-color: #b40054;
}

.tile-area-scheme-darkCyan {
  background-color: #1b6eae;
}

.tile-area-scheme-darkCyan [class*=tile] {
  outline-color: #228ada;
}

.tile-area-scheme-darkCobalt {
  background-color: #00356a;
}

.tile-area-scheme-darkCobalt [class*=tile] {
  outline-color: #004e9d;
}

.tile-area-scheme-darkTeal {
  background-color: #004050;
}

.tile-area-scheme-darkTeal [class*=tile] {
  outline-color: #006983;
}

.tile-area-scheme-darkEmerald {
  background-color: #003e00;
}

.tile-area-scheme-darkEmerald [class*=tile] {
  outline-color: #007100;
}

.tile-area-scheme-darkGreen {
  background-color: #128023;
}

.tile-area-scheme-darkGreen [class*=tile] {
  outline-color: #18ad2f;
}

.tile-area-scheme-darkOrange {
  background-color: #bf5a15;
}

.tile-area-scheme-darkOrange [class*=tile] {
  outline-color: #e77120;
}

.tile-area-scheme-darkRed {
  background-color: #9a1616;
}

.tile-area-scheme-darkRed [class*=tile] {
  outline-color: #c71c1c;
}

.tile-area-scheme-darkPink {
  background-color: #9a165a;
}

.tile-area-scheme-darkPink [class*=tile] {
  outline-color: #c71c74;
}

.tile-area-scheme-darkIndigo {
  background-color: #4b0096;
}

.tile-area-scheme-darkIndigo [class*=tile] {
  outline-color: #6400c9;
}

.tile-area-scheme-darkBlue {
  background-color: #16499a;
}

.tile-area-scheme-darkBlue [class*=tile] {
  outline-color: #1c5ec7;
}

.tile-area-scheme-lightBlue {
  background-color: #4390df;
}

.tile-area-scheme-lightBlue [class*=tile] {
  outline-color: #6faae6;
}

.tile-area-scheme-lightTeal {
  background-color: #45fffd;
}

.tile-area-scheme-lightTeal [class*=tile] {
  outline-color: #78fffd;
}

.tile-area-scheme-lightOlive {
  background-color: #78aa1c;
}

.tile-area-scheme-lightOlive [class*=tile] {
  outline-color: #97d623;
}

.tile-area-scheme-lightOrange {
  background-color: #ffc194;
}

.tile-area-scheme-lightOrange [class*=tile] {
  outline-color: #ffdec7;
}

.tile-area-scheme-lightPink {
  background-color: #f472d0;
}

.tile-area-scheme-lightPink [class*=tile] {
  outline-color: #f8a1e0;
}

.treeview {
  margin: 0;
  padding: 0;
  display: block;
  font-size: .75rem;
}

.treeview ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  font-size: inherit;
}

.treeview li {
  font-size: inherit;
  padding: 2px 16px;
  cursor: pointer;
  position: relative;
  color: #555555;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.treeview li.active > .leaf {
  font-weight: bold;
}

.treeview li.disabled {
  cursor: default;
  color: #999999;
}

.treeview li.disabled:hover > .leaf {
  color: #999999;
}

.treeview li .input-control {
  margin: 0 .3125rem 0 0;
  height: 1rem;
  line-height: .625rem;
  min-height: 0;
}

.treeview li .input-control .check {
  line-height: 1rem;
}

.treeview ul > li > .leaf:hover {
  color: #1d1d1d;
}

.treeview .leaf {
  vertical-align: middle;
  display: inline-block;
  color: inherit;
}

.treeview .leaf .icon {
  width: 1rem;
  height: 1rem;
  text-align: center;
}

.treeview .node-toggle {
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
}

.treeview .node-toggle:before {
  position: absolute;
  display: block;
  left: 0;
  top: -3px;
  height: 0;
  content: '';
  width: 0;
  border-left: 7px solid transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px #1ba1e2 solid;
}

.treeview li:hover > .node-toggle:before {
  border-bottom-color: #1b6eae;
}

.treeview .node.collapsed > .node-toggle:before {
  left: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom-color: #999999;
}

.treeview .node.collapsed:hover > .node-toggle:before {
  border-bottom-color: #1b6eae;
}

.treeview .node.collapsed > ul {
  display: none;
}

.presenter {
  width: 100%;
  height: 200px;
  min-height: 200px;
  position: relative;
  display: block;
}

.act {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 10px;
}

.act:before,.act:after {
  display: table;
  content: "";
}

.act:after {
  clear: both;
}

.actor {
  position: absolute;
  margin-right: 10px;
}

.listview {
  display: block;
  width: 100%;
  height: auto;
}

.listview:before,.listview:after {
  display: table;
  content: "";
}

.listview:after {
  clear: both;
}

.listview .list-group {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.listview .list-group:before,.listview .list-group:after {
  display: table;
  content: "";
}

.listview .list-group:after {
  clear: both;
}

.listview .list-group .list-group-toggle {
  display: block;
  padding-left: 16px;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
}

.listview .list-group .list-group-toggle:before {
  position: absolute;
  display: block;
  left: 0;
  top: -3px;
  height: 0;
  content: '';
  width: 0;
  border-left: 7px solid transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px #1ba1e2 solid;
}

.listview .list-group .list-group-content {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}

.listview .list-group .list-group-content:before,.listview .list-group .list-group-content:after {
  display: table;
  content: "";
}

.listview .list-group .list-group-content:after {
  clear: both;
}

.listview .list-group.collapsed > .list-group-toggle:before {
  left: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom-color: #999999;
}

.listview .list-group.collapsed:hover > .list-group-toggle:before {
  border-bottom-color: #1b6eae;
}

.listview .list {
  display: block;
  width: 100%;
  padding: 8px 8px 4px 48px;
  border: 1px transparent solid;
  cursor: pointer;
  height: 50px;
  border-bottom-color: #eeeeee;
  position: relative;
}

.listview .list:last-child {
  border-bottom-color: transparent;
}

.listview .list .list-icon {
  position: absolute;
  left: 0;
  top: 0;
  margin: 8px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  text-align: center;
}

.listview .list .list-data {
  display: block;
  margin: 4px 0;
}

.listview.list-type-icons .list {
  display: block;
  float: left;
  padding: 0;
  width: 105px;
  height: 116px;
  border-color: transparent;
  margin: .625rem;
  text-align: center;
}

.listview.list-type-icons .list .list-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: auto;
  text-align: center;
}

.listview.list-type-icons .list .list-icon {
  width: 80px;
  height: 80px;
  font-size: 80px;
  text-align: center;
  left: 50%;
  margin-left: -40px;
}

.listview.list-type-icons .list .list-data {
  display: none;
}

.listview .list.active {
  background-color: #d1e8ff;
  border-color: #64b4db;
}

.listview .list:hover {
  background-color: #e5f3fb;
  border-color: #64b4db;
}

.charm {
  display: block;
  position: fixed;
  z-index: 1060;
  background: #1d1d1d;
  color: #eeeeee;
  padding: .625rem;
}

.charm .charm-closer {
  position: absolute;
  height: 1rem;
  width: 1rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: normal;
  padding: 0 0 .625rem 0;
  z-index: 3;
  outline: none;
  cursor: pointer;
  color: #777777;
  top: .25rem;
  right: .25rem;
}

.charm .charm-closer:after {
  content: '\D7';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.65rem;
  margin-left: -0.35rem;
}

.charm .charm-closer:hover {
  color: #ffffff;
}

.charm .charm-closer:active {
  color: #ffffff;
}

.charm.right-side {
  width: auto;
  right: 0;
  top: 0;
  left: auto;
  bottom: 0;
}

.charm.left-side {
  width: auto;
  left: 0;
  top: 0;
  bottom: 0;
}

.charm.top-side {
  height: auto;
  left: 0;
  right: 0;
  top: 0;
}

.charm.bottom-side {
  height: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
}

.notify-container {
  position: fixed;
  top: 0;
  right: 0;
  width: auto;
  z-index: 1061;
}

.notify-container:before,.notify-container:after {
  display: table;
  content: "";
}

.notify-container:after {
  clear: both;
}

.notify-container.position-left {
  left: 0;
  right: auto;
}

.notify-container.position-top {
  left: 0;
  right: 0;
  top: 0;
  height: auto;
}

.notify-container.position-top .notify {
  float: left;
}

.notify-container.position-bottom {
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  height: auto;
}

.notify-container.position-bottom .notify {
  float: left;
}

.notify {
  display: block;
  margin: .3125rem;
  padding: .625rem;
  min-width: 200px;
  cursor: default;
  max-width: 300px;
  position: relative;
}

.notify .notify-icon {
  width: 32px;
  height: 32px;
  font-size: 32px;
  text-align: center;
  position: absolute;
  margin: -16px 10px;
  top: 50%;
  left: 0;
}

.notify .notify-icon ~ .notify-title,.notify .notify-icon ~ .notify-text {
  position: relative;
  margin-left: 42px;
}

.notify .notify-title,.notify .notify-text {
  display: block;
  margin-right: 20px;
}

.notify .notify-title {
  font-weight: 500;
  font-size: 1rem;
}

.notify .notify-text {
  font-size: .875rem;
}

.notify .notify-closer {
  position: absolute;
  height: 1rem;
  width: 1rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: normal;
  padding: 0 0 .625rem 0;
  z-index: 3;
  outline: none;
  cursor: pointer;
  background-color: #ffffff;
  color: #777777;
  top: .25rem;
  right: .25rem;
}

.notify .notify-closer:after {
  border-color: #777777;
  content: '\D7';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.65rem;
  margin-left: -0.35rem;
}

.notify .notify-closer:hover {
  background-color: #cde6f7;
  color: #ffffff;
}

.notify .notify-closer:active {
  background-color: #92c0e0;
  color: #ffffff;
}

.notify {
  background-color: #e5f3fb;
  color: #1d1d1d;
}

.notify.success {
  background-color: #60a917;
  color: #ffffff;
}

.notify.success .notify-closer {
  background-color: #60a917;
  color: #ffffff;
}

.notify.success .notify-closer:hover {
  background-color: #7ad61d;
}

.notify.success .notify-closer:active {
  background-color: #128023;
}

.notify.alert {
  background-color: #ce352c;
  color: #ffffff;
}

.notify.alert .notify-closer {
  background-color: #ce352c;
  color: #ffffff;
}

.notify.alert .notify-closer:hover {
  background-color: #da5a53;
}

.notify.alert .notify-closer:active {
  background-color: #9a1616;
}

.notify.warning {
  background-color: #fa6800;
  color: #ffffff;
}

.notify.warning .notify-closer {
  background-color: #fa6800;
  color: #ffffff;
}

.notify.warning .notify-closer:hover {
  background-color: #ffc194;
}

.notify.warning .notify-closer:active {
  background-color: #bf5a15;
}

.notify.info {
  background-color: #1ba1e2;
  color: #ffffff;
}

.notify.info .notify-closer {
  background-color: #1ba1e2;
  color: #ffffff;
}

.notify.info .notify-closer:hover {
  background-color: #59cde2;
}

.notify.info .notify-closer:active {
  background-color: #1b6eae;
}

p [data-hint] {
  border-bottom: 1px #373737 dotted;
  white-space: nowrap;
}

.hint {
  position: fixed;
  color: #1d1d1d;
  padding: 10px;
  font-size: 12px;
  width: auto;
  max-width: 220px;
  margin-top: 10px;
  z-index: 1030;
  display: none;
  border: 1px #eee solid;
}

.hint .hint-title,.hint .hint-text {
  color: inherit;
  text-align: left;
}

.hint .hint-title {
  font-size: 1.2em;
  font-weight: bold;
}

.hint:before {
  content: '';
  position: absolute;
  background-color: inherit;
  width: 10px;
  height: 10px;
  border: 1px #eee solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hint:before {
  z-index: 2;
}

.hint.bottom:before {
  top: 1px;
  left: 5px;
  margin: -7px 0;
  border-bottom: none;
  border-right: none;
}

.hint.top:before {
  top: 100%;
  margin-top: -5px;
  left: 5px;
  border-top: none;
  border-left: none;
}

.hint.left:before {
  top: 5px;
  left: 100%;
  margin-left: -5px;
  border-bottom: none;
  border-left: none;
}

.hint.right:before {
  top: 5px;
  left: -9px;
  margin: 1px 0 0 3px;
  border-top: none;
  border-right: none;
}

.hint2 {
  position: fixed;
  color: #1d1d1d;
  padding: 10px;
  font-size: 12px;
  width: auto;
  max-width: 220px;
  margin-top: 10px;
  z-index: 1030;
  display: none;
  border: 1px #eee solid;
}

.hint2 .hint-title,.hint2 .hint-text {
  color: inherit;
  text-align: left;
}

.hint2 .hint-title {
  font-size: 1.2em;
  font-weight: bold;
}

.hint2:before {
  content: '';
  position: absolute;
  background-color: inherit;
  width: 10px;
  height: 10px;
  border: 1px #eee solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hint2:before {
  z-index: 2;
}

.hint2.bottom:before {
  top: 1px;
  left: 5px;
  margin: -7px 0;
  border-bottom: none;
  border-right: none;
}

.hint2.top:before {
  top: 100%;
  margin-top: -5px;
  left: 5px;
  border-top: none;
  border-left: none;
}

.hint2.left:before {
  top: 5px;
  left: 100%;
  margin-left: -5px;
  border-bottom: none;
  border-left: none;
}

.hint2.right:before {
  top: 5px;
  left: -9px;
  margin: 1px 0 0 3px;
  border-top: none;
  border-right: none;
}

.hint2.no-border {
  border: none;
}

.hint2.no-border:before {
  border: none;
}

.hint2.no-border.right:before {
  left: -7px;
}

.hint2.bottom:before {
  top: 1px;
  left: 50%;
  margin: -7px 0 0 -5px;
  border-bottom: none;
  border-right: none;
}

.hint2.top:before {
  top: 100%;
  margin-top: -5px;
  left: 50%;
  margin-left: -5px;
  border-top: none;
  border-left: none;
}

.hint2.left:before {
  top: 50%;
  margin-top: -5px;
  left: 100%;
  margin-left: -5px;
  border-bottom: none;
  border-left: none;
}

.hint2.right:before {
  top: 50%;
  margin: -5px 0 0 3px;
  left: -9px;
  border-top: none;
  border-right: none;
}

.hint.no-border,.hint2.no-border {
  border: none;
}

.hint.no-border:before,.hint2.no-border:before {
  border: none;
}

.hint.no-border.right:before,.hint2.no-border.right:before {
  left: -7px;
}

.hint2.line {
  padding: 2px 4px;
  border: none;
  display: block;
  max-width: 100%;
  margin: -5px 0 4px 0;
}

.hint2.line:before {
  display: none;
}

.preloader-ring {
  position: relative;
  padding-top: 0.22rem;
  width: 32px;
  height: 32px;
  margin: .625rem;
}

.preloader-ring > .wrap {
  position: absolute;
  width: 30px;
  height: 30px;
}

.preloader-ring > .wrap > .circle {
  opacity: 0;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-animation: orbit 4000ms infinite;
  animation: orbit 4000ms infinite;
}

.preloader-ring > .wrap > .circle:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #ffffff;
}

.preloader-ring > .wrap:nth-child(2) {
  -webkit-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.preloader-ring > .wrap:nth-child(2) > .circle {
  -webkit-animation-delay: 133.33333333ms;
  animation-delay: 133.33333333ms;
}

.preloader-ring > .wrap:nth-child(3) {
  -webkit-transform: rotate(-28deg);
  transform: rotate(-28deg);
}

.preloader-ring > .wrap:nth-child(3) > .circle {
  -webkit-animation-delay: 266.66666667ms;
  animation-delay: 266.66666667ms;
}

.preloader-ring > .wrap:nth-child(4) {
  -webkit-transform: rotate(-42deg);
  transform: rotate(-42deg);
}

.preloader-ring > .wrap:nth-child(4) > .circle {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader-ring > .wrap:nth-child(5) {
  -webkit-transform: rotate(-56deg);
  transform: rotate(-56deg);
}

.preloader-ring > .wrap:nth-child(5) > .circle {
  -webkit-animation-delay: 533.33333333ms;
  animation-delay: 533.33333333ms;
}

.preloader-ring.dark-style > .wrap > .circle:after {
  background-color: #555555;
}

.preloader-ring.color-style > .wrap > .circle:after {
  background-color: #1ba1e2;
}

.preloader-ring.color-style > .wrap:nth-child(2) > .circle:after {
  background-color: #fa6800;
}

.preloader-ring.color-style > .wrap:nth-child(3) > .circle:after {
  background-color: #60a917;
}

.preloader-ring.color-style > .wrap:nth-child(4) > .circle:after {
  background-color: #ce352c;
}

.preloader-ring.color-style > .wrap:nth-child(5) > .circle:after {
  background-color: #e3c800;
}

.preloader-metro {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 10px;
  background-color: transparent;
}

.preloader-metro > .circle {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0;
  margin-left: 5px;
  -webkit-animation: metro-slide 3s cubic-bezier(0.1, 0.85, 0.9, 0.15) infinite, metro-opacity 2s ease-in-out infinite alternate;
  animation: metro-slide 3s cubic-bezier(0.1, 0.85, 0.9, 0.15) infinite, metro-opacity 2s ease-in-out infinite alternate;
}

.preloader-metro > .circle:nth-child(2) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.preloader-metro > .circle:nth-child(3) {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.preloader-metro > .circle:nth-child(4) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.preloader-metro > .circle:nth-child(5) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.preloader-metro.dark-style > .circle {
  background-color: #555555;
}

.preloader-metro.color-style > .circle {
  background-color: #1ba1e2;
}

.preloader-metro.color-style > .circle:nth-child(2) {
  background-color: #fa6800;
}

.preloader-metro.color-style > .circle:nth-child(3) {
  background-color: #60a917;
}

.preloader-metro.color-style > .circle:nth-child(4) {
  background-color: #ce352c;
}

.preloader-metro.color-style > .circle:nth-child(5) {
  background-color: #e3c800;
}

.preloader-square {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-animation: ani-shrink 1s linear infinite;
  animation: ani-shrink 1s linear infinite;
}

.preloader-square .square {
  position: absolute;
  width: 19px;
  height: 19px;
  background: #ffffff;
}

.preloader-square .square:nth-child(1) {
  left: 0;
  top: 21px;
}

.preloader-square .square:nth-child(2) {
  left: 21px;
  top: 21px;
  -webkit-animation: ani-drop 1s linear infinite;
  animation: ani-drop 1s linear infinite;
}

.preloader-square .square:nth-child(3) {
  left: 0;
  top: 0;
  -webkit-animation: ani-drop2 1s linear infinite;
  animation: ani-drop2 1s linear infinite;
}

.preloader-square .square:nth-child(4) {
  left: 21px;
  top: 0;
  -webkit-animation: ani-drop3 1s linear infinite;
  animation: ani-drop3 1s linear infinite;
}

.preloader-square.dark-style > .square {
  background-color: #555555;
}

.preloader-square.color-style > .square:nth-child(1) {
  background-color: #fa6800;
}

.preloader-square.color-style > .square:nth-child(2) {
  background-color: #60a917;
}

.preloader-square.color-style > .square:nth-child(3) {
  background-color: #1ba1e2;
}

.preloader-square.color-style > .square:nth-child(4) {
  background-color: #e3c800;
}

.preloader-cycle {
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
}

.preloader-cycle .cycle {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  -webkit-animation: ani-pre-spin 1s linear infinite;
  animation: ani-pre-spin 1s linear infinite;
  z-index: 1001;
}

.preloader-cycle .cycle:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  -webkit-animation: ani-pre-spin 2s linear infinite;
  animation: ani-pre-spin 2s linear infinite;
}

.preloader-cycle .cycle:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.preloader-cycle.dark-style .cycle {
  border-top-color: #1d1d1d;
}

.preloader-cycle.dark-style .cycle:before {
  border-top-color: #1d1d1d;
}

.preloader-cycle.dark-style .cycle:after {
  border-top-color: #1d1d1d;
}

.preloader-cycle.color-style .cycle {
  border-top-color: #3498db;
}

.preloader-cycle.color-style .cycle:before {
  border-top-color: #e74c3c;
}

.preloader-cycle.color-style .cycle:after {
  border-top-color: #f9c922;
}

.dialog-overlay {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
  min-width: 100%;
  z-index: 1049;
}

.dialog {
  position: fixed;
  display: block;
  width: auto;
  height: auto;
  float: left;
  background-color: #ffffff;
  color: #1d1d1d;
  z-index: 1050;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.dialog .dialog-close-button {
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  min-height: 1.5rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: normal;
  padding: .125rem 0 .625rem 0;
  z-index: 3;
  outline: none;
  cursor: pointer;
  background-color: #ffffff;
  color: #777777;
  top: .25rem;
  right: .25rem;
}

.dialog .dialog-close-button:hover {
  background-color: #cde6f7;
  color: #2a8dd4;
}

.dialog .dialog-close-button:hover:after {
  border-color: #2a8dd4;
}

.dialog .dialog-close-button:active {
  background-color: #92c0e0;
  color: #ffffff;
}

.dialog .dialog-close-button:after {
  border-color: #777777;
  content: '\D7';
  line-height: 1;
}

.dialog.success {
  background-color: #60a917;
  color: #ffffff;
}

.dialog.success .dialog-close-button {
  background-color: #7ad61d;
  color: #ffffff;
}

.dialog.success .dialog-close-button:active {
  background-color: #128023;
}

.dialog.warning {
  background-color: #fa6800;
  color: #ffffff;
}

.dialog.warning .dialog-close-button {
  background-color: #ffc194;
  color: #ffffff;
}

.dialog.warning .dialog-close-button:active {
  background-color: #bf5a15;
}

.dialog.alert {
  background-color: #ce352c;
  color: #ffffff;
}

.dialog.alert .dialog-close-button {
  background-color: #da5a53;
  color: #ffffff;
}

.dialog.alert .dialog-close-button:active {
  background-color: #9a1616;
}

.dialog.info {
  background-color: #1ba1e2;
  color: #ffffff;
}

.dialog.info .dialog-close-button {
  background-color: #59cde2;
  color: #ffffff;
}

.dialog.info .dialog-close-button:active {
  background-color: #1b6eae;
}

.streamer {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.streamer .streamer-toolbar .toolbar-button {
  display: block;
  float: left;
  width: .625rem;
  height: 1.5rem;
}

.streamer .streamer-toolbar .toolbar-button.active {
  background-color: #555555;
  color: #ffffff;
}

.streamer .meter {
  height: 25px;
  width: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}

.streamer .meter li {
  display: block;
  float: left;
  width: 213px;
  padding: 2px 3px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANUAAAAUCAYAAAAa9HiSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHlJREFUeNrs2csJgDAQQMFE7Gj77yA9+UNswOwewgwI3hYTngrpY4yjAb9FRH9u7qguLfuqmFP1PKutm/2Zu36b9wvMJSoQFYgKRAWICkQFq9qrBn0HY4neM4pl5lSyP75U4PcPRAWICkQFogJEBaICUQGigjynAAMAqEOFksZmC3MAAAAASUVORK5CYII=') top left repeat-x;
}

.streamer .meter li em {
  font-size: 10px;
  font-style: normal;
}

.streamer .streams {
  width: 142px;
  padding-top: 25px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #ffffff;
}

.streamer .streams .streams-title {
  position: absolute;
  top: 0;
}

.streamer .streams .stream {
  position: relative;
  display: block;
  width: 100%;
  height: 75px;
  margin: 0 2px 2px 0;
  padding: 5px;
  color: #ffffff;
  cursor: pointer;
}

.streamer .streams .stream .stream-title {
  font-size: .75rem;
  line-height: 1;
}

.streamer .streams .stream .stream-number {
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: .6875rem;
  line-height: 1;
}

.streamer .events {
  padding-left: 143px;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  overflow-x: scroll;
}

.streamer .events .events-area {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.streamer .events .events-area:before,.streamer .events .events-area:after {
  display: table;
  content: "";
}

.streamer .events .events-area:after {
  clear: both;
}

.streamer .events .events-grid {
  height: 100%;
  min-height: 100%;
}

.streamer .events .events-grid:before,.streamer .events .events-grid:after {
  display: table;
  content: "";
}

.streamer .events .events-grid:after {
  clear: both;
}

.streamer .events .event-group {
  height: 460px;
  min-width: 211px;
  margin: 0 2px 2px 0;
  float: left;
}

.streamer .events .event-super {
  height: 100%;
  min-height: 100%;
  border: 1px #d9d9d9 solid;
}

.streamer .events .event-super.medium-border {
  border-width: 8px;
}

.streamer .events .event-super.large-border {
  border-width: 16px;
}

.streamer .events .event-stream {
  height: 75px;
}

.streamer .events .event-stream .event {
  min-width: 211px;
  height: 75px;
  float: left;
  display: block;
  margin: 0 2px 2px 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px #d9d9d9 solid;
}

.streamer .events .event-stream .event.medium-border {
  border-width: 8px;
}

.streamer .events .event-stream .event.large-border {
  border-width: 16px;
}

.streamer .events .event-stream .event:last-child {
  margin-right: 0;
}

.streamer .events .event-stream .event.event-disable {
  opacity: .2;
}

.streamer .events .event-stream .event .event-content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  display: none;
}

.streamer .events .event-stream .event .event-content:first-child {
  display: block;
}

.streamer .events .event-stream .event .event-content-logo {
  display: block;
  float: left;
  margin-right: 5px;
  padding: 3px;
}

.streamer .events .event-stream .event .event-content-logo .icon {
  position: relative;
  width: 39px;
  height: 39px;
  margin-bottom: 1px;
}

.streamer .events .event-stream .event .event-content-logo .icon img {
  width: 100%;
  height: 100%;
}

.streamer .events .event-stream .event .event-content-logo .time {
  position: relative;
  width: 39px;
  padding: 8px 4px;
  font-size: .75rem;
  color: #ffffff;
  line-height: 1;
}

.streamer .events .event-stream .event .event-content-data {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  margin-left: 50px;
}

.streamer .events .event-stream .event .event-content-data .title {
  position: relative;
  font-size: .875rem;
  line-height: 1;
  margin: 3px 0 0;
  padding: 0;
}

.streamer .events .event-stream .event:hover {
  border-color: #999999;
}

.streamer .events .event-stream .event.selected {
  border: 4px #4390df solid;
  border-width: 1px;
}

.streamer .events .event-stream .event.selected:after {
  position: absolute;
  display: block;
  border-top: 28px solid #4390df;
  border-left: 28px solid transparent;
  right: 0;
  content: "";
  top: 0;
  z-index: 101;
}

.streamer .events .event-stream .event.selected:before {
  position: absolute;
  display: block;
  content: "";
  background-color: transparent;
  border-color: #ffffff;
  border-left: 2px solid;
  border-bottom: 2px solid;
  height: .25rem;
  width: .5rem;
  right: 0;
  top: 0;
  z-index: 102;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.streamer .events .event-stream .event.selected:before {
  right: 3px;
  top: 3px;
  color: #ffffff;
}

.streamer .events .event-stream .event.margin-one {
  margin-left: 213px;
}

.keypad {
  position: relative;
  width: 106px;
  padding: 1px;
  border: 1px #eeeeee solid;
  vertical-align: middle;
  background-color: #ffffff;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.keypad:before,.keypad:after {
  display: table;
  content: "";
}

.keypad:after {
  clear: both;
}

.keypad .key {
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin: 1px;
  border: 1px #eeeeee solid;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-size: .875rem;
  line-height: 32px;
}

.keypad .key:hover {
  background-color: #eeeeee;
}

.keypad .key:active {
  background-color: #555555;
  color: #ffffff;
}

.keypad.shadow {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: .3125rem 0;
  position: relative;
  vertical-align: middle;
  height: auto;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 2.125rem;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 2.125rem;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 998;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}

.select2-container .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 2;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
  border: 1px solid #999999;
  color: #1d1d1d;
  font-size: .875rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  vertical-align: middle;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--focus .select2-selection--single {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container input {
  outline: none;
}

.select2-container .select2-search.select2-search--inline input {
  margin-top: 7px;
  padding: 0;
}

.input-control .select2-container {
  margin: 0;
}

.input-control.required .select2-selection {
  border: 1px dashed #1ba1e2;
}

.input-control.error .select2-selection {
  border: 1px solid #ce352c;
}

.input-control.warning .select2-selection {
  border: 1px solid #e3c800;
}

.input-control.success .select2-selection {
  border: 1px solid #60a917;
}

.input-control.info .select2-selection {
  border: 1px solid #1ba1e2;
}

/*
* Third-party plugin DataTables
* Plugin home page: http://datatables.net/
*/

.dataTable {
  width: 100%;
  margin: .625rem 0;
  clear: both;
}

.dataTable th,.dataTable td {
  padding: 0.625rem;
}

.dataTable thead {
  border-bottom: 4px solid #999999;
}

.dataTable thead th,.dataTable thead td {
  cursor: default;
  color: #52677a;
  border-color: transparent;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.dataTable tfoot {
  border-top: 4px solid #999999;
}

.dataTable tfoot th,.dataTable tfoot td {
  cursor: default;
  color: #52677a;
  border-color: transparent;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.dataTable tbody td {
  padding: 0.625rem 0.85rem;
}

.dataTable tr.selected td {
  background-color: rgba(28, 183, 236, 0.1);
}

.dataTable td.selected {
  background-color: rgba(28, 183, 236, 0.3);
}

.dataTable.border {
  border: 1px #999999 solid;
}

.dataTable.bordered th,.dataTable.bordered td {
  border: 1px #999999 solid;
}

.dataTable.bordered thead tr:first-child th,.dataTable.bordered thead tr:first-child td {
  border-top: none;
}

.dataTable.bordered thead tr:first-child th:first-child,.dataTable.bordered thead tr:first-child td:first-child {
  border-left: none;
}

.dataTable.bordered thead tr:first-child th:last-child,.dataTable.bordered thead tr:first-child td:last-child {
  border-right: none;
}

.dataTable.bordered tbody tr:first-child td {
  border-top: none;
}

.dataTable.bordered tbody tr td:first-child {
  border-left: none;
}

.dataTable.bordered tbody tr td:last-child {
  border-right: none;
}

.dataTable.bordered tbody tr:last-child td {
  border-bottom: none;
}

.dataTable .condensed th,.dataTable .condensed td {
  padding: .3125rem;
}

.dataTable .super-condensed th,.dataTable .super-condensed td {
  padding: .125rem;
}

.dataTable tbody tr.error {
  background-color: #ce352c;
  color: #ffffff;
}

.dataTable tbody tr.error:hover {
  background-color: #da5a53;
}

.dataTable tbody tr.warning {
  background-color: #fa6800;
  color: #ffffff;
}

.dataTable tbody tr.warning:hover {
  background-color: #ffc194;
}

.dataTable tbody tr.success {
  background-color: #60a917;
  color: #ffffff;
}

.dataTable tbody tr.success:hover {
  background-color: #7ad61d;
}

.dataTable tbody tr.info {
  background-color: #1ba1e2;
  color: #ffffff;
}

.dataTable tbody tr.info:hover {
  background-color: #59cde2;
}

.dataTable .sorting {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dataTable .sorting:after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  left: 100%;
  margin-left: -20px;
  top: 50%;
  margin-top: -0.5rem;
  color: inherit;
  font-size: 1rem;
  line-height: 1;
}

.dataTable .sorting.sort-asc,.dataTable .sorting.sort-desc {
  background-color: #eeeeee;
}

.dataTable .sorting.sort-asc:after,.dataTable .sorting.sort-desc:after {
  color: #1d1d1d;
}

.dataTable .sorting.sort-asc:after {
  content: "\2191";
}

.dataTable .sorting.sort-desc:after {
  content: "\2193";
}

.dataTable .sorting_asc,.dataTable .sorting_desc {
  position: relative;
}

.dataTable .sorting_asc:after,.dataTable .sorting_desc:after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  left: 100%;
  margin-left: -20px;
  top: 50%;
  margin-top: -0.5rem;
  color: inherit;
  line-height: 1;
  font-size: 1.1rem;
}

.dataTable .sorting_asc {
  background-color: #eeeeee;
}

.dataTable .sorting_asc:after {
  color: #1d1d1d;
}

.dataTable .sorting_asc:after {
  content: "\2191";
}

.dataTable .sorting_desc {
  background-color: #eeeeee;
}

.dataTable .sorting_desc:after {
  color: #1d1d1d;
}

.dataTable .sorting_desc:after {
  content: "\2193";
}

.dataTables_paginate {
  display: block;
  margin: .625rem 0;
  float: left;
  width: 50%;
  margin: 0;
}

.dataTables_paginate:before,.dataTables_paginate:after {
  display: table;
  content: "";
}

.dataTables_paginate:after {
  clear: both;
}

.dataTables_paginate > .item {
  display: block;
  float: left;
  margin-left: .0652rem;
  padding: 0.25rem .625rem;
  background-color: #ffffff;
  cursor: pointer;
  border: 1px #eeeeee solid;
  text-align: center;
  font-size: .875rem;
  color: #1d1d1d;
}

.dataTables_paginate > .item:first-child {
  margin-left: 0;
}

.dataTables_paginate > .item.current,.dataTables_paginate > .item.active {
  background-color: #1ba1e2;
  border-color: #59cde2;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.dataTables_paginate > .item:hover {
  background-color: #75c7ee;
  border-color: #75c7ee;
  color: #ffffff;
}

.dataTables_paginate > .item:disabled,.dataTables_paginate > .item.disabled {
  cursor: default;
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #999999;
}

.dataTables_paginate.cycle > .item {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: .7rem;
  padding: .4375rem 0;
}

.dataTables_paginate.no-border > .item {
  border: 0;
}

.dataTables_paginate.no-border > .item:hover {
  color: #59cde2;
  background-color: transparent;
}

.dataTables_paginate.no-border > .item:disabled,.dataTables_paginate.no-border > .item.disabled {
  cursor: default;
  background-color: transparent;
  border-color: transparent;
  color: #999999;
}

.dataTables_paginate.no-border > .item.current:hover,.dataTables_paginate.no-border > .item.active:hover {
  background-color: #75c7ee;
  border-color: #75c7ee;
  color: #ffffff;
}

.dataTables_paginate .paginate_button {
  display: block;
  float: left;
  margin-left: .0652rem;
  padding: 0.25rem .625rem;
  background-color: #ffffff;
  cursor: pointer;
  border: 1px #eeeeee solid;
  text-align: center;
  font-size: .875rem;
  color: #1d1d1d;
}

.dataTables_paginate .paginate_button:first-child {
  margin-left: 0;
}

.dataTables_paginate .paginate_button.current,.dataTables_paginate .paginate_button.active {
  background-color: #1ba1e2;
  border-color: #59cde2;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.dataTables_paginate .paginate_button:hover {
  background-color: #75c7ee;
  border-color: #75c7ee;
  color: #ffffff;
}

.dataTables_paginate .paginate_button:disabled,.dataTables_paginate .paginate_button.disabled {
  cursor: default;
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #999999;
}

.dataTables_info {
  padding: 5px;
  background-color: #eeeeee;
  font-size: .875rem;
  float: right;
}

.dataTables_length {
  display: block;
  float: left;
  margin: .625rem 0;
}

.dataTables_length select {
  -webkit-appearance: none;
  appearance: none;
  margin: 0 .125rem;
  padding: .3125rem;
  border: 1px #d9d9d9 solid;
}

.dataTables_length select:focus {
  outline: none;
  border-color: #1d1d1d;
}

.dataTables_filter {
  display: block;
  float: right;
  margin: .625rem 0;
}

.dataTables_filter label > input {
  margin: 0 0 0 .25rem;
}

.dataTables_filter input {
  -webkit-appearance: none;
  appearance: none;
  padding: .3125rem;
  border: 1px #d9d9d9 solid;
}

.dataTables_filter input:focus {
  outline: none;
  border-color: #1d1d1d;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-just-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-just-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-just-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-just-sa {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.flex-just-sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-align-base {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.flex-content-start {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.flex-content-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

.flex-content-center {
  -webkit-align-content: center;
  align-content: center;
}

.flex-content-sb {
  -webkit-align-content: space-between;
  align-content: space-between;
}

.flex-content-sa {
  -webkit-align-content: space-around;
  align-content: space-around;
}

.flex-self-auto {
  -webkit-align-self: auto;
  align-self: auto;
}

.flex-self-start {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.flex-self-end {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.flex-self-center {
  -webkit-align-self: center;
  align-self: center;
}

.flex-self-base {
  -webkit-align-self: baseline;
  align-self: baseline;
}

.flex-size-auto {
  -webkit-box-flex: 1 auto;
  -webkit-flex: 1 auto;
  flex: 1 auto;
}

.flex-size1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.flex-size2 {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  flex-grow: 2;
}

.flex-size3 {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  flex-grow: 3;
}

.flex-size4 {
  -webkit-box-flex: 4;
  -webkit-flex-grow: 4;
  flex-grow: 4;
}

.flex-size5 {
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
  flex-grow: 5;
}

.flex-size6 {
  -webkit-box-flex: 6;
  -webkit-flex-grow: 6;
  flex-grow: 6;
}

.flex-size7 {
  -webkit-box-flex: 7;
  -webkit-flex-grow: 7;
  flex-grow: 7;
}

.flex-size8 {
  -webkit-box-flex: 8;
  -webkit-flex-grow: 8;
  flex-grow: 8;
}

.flex-size9 {
  -webkit-box-flex: 9;
  -webkit-flex-grow: 9;
  flex-grow: 9;
}

.flex-size10 {
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
  flex-grow: 10;
}

.flex-size11 {
  -webkit-box-flex: 11;
  -webkit-flex-grow: 11;
  flex-grow: 11;
}

.flex-size12 {
  -webkit-box-flex: 12;
  -webkit-flex-grow: 12;
  flex-grow: 12;
}

.flex-size-p10 {
  -webkit-box-flex: 0 0 10%;
  -webkit-flex: 0 0 10%;
  flex: 0 0 10%;
}

.flex-size-p20 {
  -webkit-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
}

.flex-size-p30 {
  -webkit-box-flex: 0 0 30%;
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
}

.flex-size-p40 {
  -webkit-box-flex: 0 0 40%;
  -webkit-flex: 0 0 40%;
  flex: 0 0 40%;
}

.flex-size-p50 {
  -webkit-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
}

.flex-size-p60 {
  -webkit-box-flex: 0 0 60%;
  -webkit-flex: 0 0 60%;
  flex: 0 0 60%;
}

.flex-size-p70 {
  -webkit-box-flex: 0 0 70%;
  -webkit-flex: 0 0 70%;
  flex: 0 0 70%;
}

.flex-size-p80 {
  -webkit-box-flex: 0 0 80%;
  -webkit-flex: 0 0 80%;
  flex: 0 0 80%;
}

.flex-size-p90 {
  -webkit-box-flex: 0 0 90%;
  -webkit-flex: 0 0 90%;
  flex: 0 0 90%;
}

.flex-size-p100 {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}

.flex-size-x100 {
  -webkit-box-flex: 0 0 100px;
  -webkit-flex: 0 0 100px;
  flex: 0 0 100px;
}

.flex-size-x200 {
  -webkit-box-flex: 0 0 200px;
  -webkit-flex: 0 0 200px;
  flex: 0 0 200px;
}

.flex-size-x300 {
  -webkit-box-flex: 0 0 300px;
  -webkit-flex: 0 0 300px;
  flex: 0 0 300px;
}

.flex-size-x400 {
  -webkit-box-flex: 0 0 400px;
  -webkit-flex: 0 0 400px;
  flex: 0 0 400px;
}

.flex-size-x500 {
  -webkit-box-flex: 0 0 500px;
  -webkit-flex: 0 0 500px;
  flex: 0 0 500px;
}

.flex-size-x600 {
  -webkit-box-flex: 0 0 600px;
  -webkit-flex: 0 0 600px;
  flex: 0 0 600px;
}

.flex-size-x700 {
  -webkit-box-flex: 0 0 700px;
  -webkit-flex: 0 0 700px;
  flex: 0 0 700px;
}

.flex-size-x800 {
  -webkit-box-flex: 0 0 800px;
  -webkit-flex: 0 0 800px;
  flex: 0 0 800px;
}

.flex-size-x900 {
  -webkit-box-flex: 0 0 900px;
  -webkit-flex: 0 0 900px;
  flex: 0 0 900px;
}

.flex-size-x1000 {
  -webkit-box-flex: 0 0 1000px;
  -webkit-flex: 0 0 1000px;
  flex: 0 0 1000px;
}

@font-face {
  font-family: 'metro';
  src: url('../fonts/metro.eot?izvoei');
  src: url('../fonts/metro.eot?#iefixizvoei') format('embedded-opentype'), url('../fonts/metro.woff?izvoei') format('woff'), url('../fonts/metro.ttf?izvoei') format('truetype'), url('../fonts/metro.svg?izvoei#metro') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="mif-"],[class*=" mif-"] {
  display: inline-block;
  font: normal normal normal 1.5em/1;
  font-family: metro, "Segoe UI", "Open Sans", serif;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: middle;
  position: static;
}

[class^="mif-"]:before,[class*=" mif-"]:before {
  font-family: metro, serif;
}

.mif-2x {
  font-size: 1.75rem;
  vertical-align: -25%;
}

.mif-3x {
  font-size: 2.625rem;
  vertical-align: -30%;
}

.mif-4x {
  font-size: 3.5rem;
  vertical-align: -35%;
}

.bg-black {
  background: #000000 !important;
}

.bg-white {
  background: #ffffff !important;
}

.bg-lime {
  background: #a4c400 !important;
}

.bg-green {
  background: #60a917 !important;
}

.bg-emerald {
  background: #008a00 !important;
}

.bg-teal {
  background: #00aba9 !important;
}

.bg-cyan {
  background: #1ba1e2 !important;
}

.bg-cobalt {
  background: #0050ef !important;
}

.bg-indigo {
  background: #6a00ff !important;
}

.bg-violet {
  background: #aa00ff !important;
}

.bg-pink {
  background: #dc4fad !important;
}

.bg-magenta {
  background: #d80073 !important;
}

.bg-crimson {
  background: #a20025 !important;
}

.bg-red {
  background: #ce352c !important;
}

.bg-orange {
  background: #fa6800 !important;
}

.bg-amber {
  background: #f0a30a !important;
}

.bg-yellow {
  background: #e3c800 !important;
}

.bg-brown {
  background: #825a2c !important;
}

.bg-olive {
  background: #6d8764 !important;
}

.bg-steel {
  background: #647687 !important;
}

.bg-mauve {
  background: #76608a !important;
}

.bg-taupe {
  background: #87794e !important;
}

.bg-gray {
  background: #555555 !important;
}

.bg-dark {
  background: #333333 !important;
}

.bg-darker {
  background: #222222 !important;
}

.bg-darkBrown {
  background: #63362f !important;
}

.bg-darkCrimson {
  background: #640024 !important;
}

.bg-darkMagenta {
  background: #81003c !important;
}

.bg-darkIndigo {
  background: #4b0096 !important;
}

.bg-darkCyan {
  background: #1b6eae !important;
}

.bg-darkCobalt {
  background: #00356a !important;
}

.bg-darkTeal {
  background: #004050 !important;
}

.bg-darkEmerald {
  background: #003e00 !important;
}

.bg-darkGreen {
  background: #128023 !important;
}

.bg-darkOrange {
  background: #bf5a15 !important;
}

.bg-darkRed {
  background: #9a1616 !important;
}

.bg-darkPink {
  background: #9a165a !important;
}

.bg-darkViolet {
  background: #57169a !important;
}

.bg-darkBlue {
  background: #16499a !important;
}

.bg-lightBlue {
  background: #4390df !important;
}

.bg-lightRed {
  background: #da5a53 !important;
}

.bg-lightGreen {
  background: #7ad61d !important;
}

.bg-lighterBlue {
  background: #00ccff !important;
}

.bg-lightTeal {
  background: #45fffd !important;
}

.bg-lightOlive {
  background: #78aa1c !important;
}

.bg-lightOrange {
  background: #ffc194 !important;
}

.bg-lightPink {
  background: #f472d0 !important;
}

.bg-grayDark {
  background: #333333 !important;
}

.bg-grayDarker {
  background: #222222 !important;
}

.bg-grayLight {
  background: #999999 !important;
}

.bg-grayLighter {
  background: #eeeeee !important;
}

.bg-blue {
  background: #00aff0 !important;
}

.fg-black {
  color: #000000 !important;
}

.fg-white {
  color: #ffffff !important;
}

.fg-lime {
  color: #a4c400 !important;
}

.fg-green {
  color: #60a917 !important;
}

.fg-emerald {
  color: #008a00 !important;
}

.fg-teal {
  color: #00aba9 !important;
}

.fg-cyan {
  color: #1ba1e2 !important;
}

.fg-cobalt {
  color: #0050ef !important;
}

.fg-indigo {
  color: #6a00ff !important;
}

.fg-violet {
  color: #aa00ff !important;
}

.fg-pink {
  color: #dc4fad !important;
}

.fg-magenta {
  color: #d80073 !important;
}

.fg-crimson {
  color: #a20025 !important;
}

.fg-red {
  color: #ce352c !important;
}

.fg-orange {
  color: #fa6800 !important;
}

.fg-amber {
  color: #f0a30a !important;
}

.fg-yellow {
  color: #e3c800 !important;
}

.fg-brown {
  color: #825a2c !important;
}

.fg-olive {
  color: #6d8764 !important;
}

.fg-steel {
  color: #647687 !important;
}

.fg-mauve {
  color: #76608a !important;
}

.fg-taupe {
  color: #87794e !important;
}

.fg-gray {
  color: #555555 !important;
}

.fg-dark {
  color: #333333 !important;
}

.fg-darker {
  color: #222222 !important;
}

.fg-darkBrown {
  color: #63362f !important;
}

.fg-darkCrimson {
  color: #640024 !important;
}

.fg-darkMagenta {
  color: #81003c !important;
}

.fg-darkIndigo {
  color: #4b0096 !important;
}

.fg-darkCyan {
  color: #1b6eae !important;
}

.fg-darkCobalt {
  color: #00356a !important;
}

.fg-darkTeal {
  color: #004050 !important;
}

.fg-darkEmerald {
  color: #003e00 !important;
}

.fg-darkGreen {
  color: #128023 !important;
}

.fg-darkOrange {
  color: #bf5a15 !important;
}

.fg-darkRed {
  color: #9a1616 !important;
}

.fg-darkPink {
  color: #9a165a !important;
}

.fg-darkViolet {
  color: #57169a !important;
}

.fg-darkBlue {
  color: #16499a !important;
}

.fg-lightBlue {
  color: #4390df !important;
}

.fg-lighterBlue {
  color: #00ccff !important;
}

.fg-lightTeal {
  color: #45fffd !important;
}

.fg-lightOlive {
  color: #78aa1c !important;
}

.fg-lightOrange {
  color: #ffc194 !important;
}

.fg-lightPink {
  color: #f472d0 !important;
}

.fg-lightRed {
  color: #da5a53 !important;
}

.fg-lightGreen {
  color: #7ad61d !important;
}

.fg-grayDark {
  color: #333333 !important;
}

.fg-grayDarker {
  color: #222222 !important;
}

.fg-grayLight {
  color: #999999 !important;
}

.fg-grayLighter {
  color: #eeeeee !important;
}

.fg-blue {
  color: #00aff0 !important;
}

.bd-black {
  border-color: #000000 !important;
}

.bd-white {
  border-color: #ffffff !important;
}

.bd-lime {
  border-color: #a4c400 !important;
}

.bd-green {
  border-color: #60a917 !important;
}

.bd-emerald {
  border-color: #008a00 !important;
}

.bd-teal {
  border-color: #00aba9 !important;
}

.bd-cyan {
  border-color: #1ba1e2 !important;
}

.bd-cobalt {
  border-color: #0050ef !important;
}

.bd-indigo {
  border-color: #6a00ff !important;
}

.bd-violet {
  border-color: #aa00ff !important;
}

.bd-pink {
  border-color: #dc4fad !important;
}

.bd-magenta {
  border-color: #d80073 !important;
}

.bd-crimson {
  border-color: #a20025 !important;
}

.bd-red {
  border-color: #ce352c !important;
}

.bd-orange {
  border-color: #fa6800 !important;
}

.bd-amber {
  border-color: #f0a30a !important;
}

.bd-yellow {
  border-color: #e3c800 !important;
}

.bd-brown {
  border-color: #825a2c !important;
}

.bd-olive {
  border-color: #6d8764 !important;
}

.bd-steel {
  border-color: #647687 !important;
}

.bd-mauve {
  border-color: #76608a !important;
}

.bd-taupe {
  border-color: #87794e !important;
}

.bd-gray {
  border-color: #555555 !important;
}

.bd-dark {
  border-color: #333333 !important;
}

.bd-darker {
  border-color: #222222 !important;
}

.bd-darkBrown {
  border-color: #63362f !important;
}

.bd-darkCrimson {
  border-color: #640024 !important;
}

.bd-darkMagenta {
  border-color: #81003c !important;
}

.bd-darkIndigo {
  border-color: #4b0096 !important;
}

.bd-darkCyan {
  border-color: #1b6eae !important;
}

.bd-darkCobalt {
  border-color: #00356a !important;
}

.bd-darkTeal {
  border-color: #004050 !important;
}

.bd-darkEmerald {
  border-color: #003e00 !important;
}

.bd-darkGreen {
  border-color: #128023 !important;
}

.bd-darkOrange {
  border-color: #bf5a15 !important;
}

.bd-darkRed {
  border-color: #9a1616 !important;
}

.bd-darkPink {
  border-color: #9a165a !important;
}

.bd-darkViolet {
  border-color: #57169a !important;
}

.bd-darkBlue {
  border-color: #16499a !important;
}

.bd-lightBlue {
  border-color: #4390df !important;
}

.bd-lightTeal {
  border-color: #45fffd !important;
}

.bd-lightOlive {
  border-color: #78aa1c !important;
}

.bd-lightOrange {
  border-color: #ffc194 !important;
}

.bd-lightPink {
  border-color: #f472d0 !important;
}

.bd-lightRed {
  border-color: #da5a53 !important;
}

.bd-lightGreen {
  border-color: #7ad61d !important;
}

.bd-grayDark {
  border-color: #333333 !important;
}

.bd-grayDarker {
  border-color: #222222 !important;
}

.bd-grayLight {
  border-color: #999999 !important;
}

.bd-grayLighter {
  border-color: #eeeeee !important;
}

.bd-blue {
  border-color: #00aff0 !important;
}

.bg-hover-black:hover {
  background: #000000 !important;
}

.bg-hover-white:hover {
  background: #ffffff !important;
}

.bg-hover-lime:hover {
  background: #a4c400 !important;
}

.bg-hover-green:hover {
  background: #60a917 !important;
}

.bg-hover-emerald:hover {
  background: #008a00 !important;
}

.bg-hover-teal:hover {
  background: #00aba9 !important;
}

.bg-hover-cyan:hover {
  background: #1ba1e2 !important;
}

.bg-hover-cobalt:hover {
  background: #0050ef !important;
}

.bg-hover-indigo:hover {
  background: #6a00ff !important;
}

.bg-hover-violet:hover {
  background: #aa00ff !important;
}

.bg-hover-pink:hover {
  background: #dc4fad !important;
}

.bg-hover-magenta:hover {
  background: #d80073 !important;
}

.bg-hover-crimson:hover {
  background: #a20025 !important;
}

.bg-hover-red:hover {
  background: #ce352c !important;
}

.bg-hover-orange:hover {
  background: #fa6800 !important;
}

.bg-hover-amber:hover {
  background: #f0a30a !important;
}

.bg-hover-yellow:hover {
  background: #e3c800 !important;
}

.bg-hover-brown:hover {
  background: #825a2c !important;
}

.bg-hover-olive:hover {
  background: #6d8764 !important;
}

.bg-hover-steel:hover {
  background: #647687 !important;
}

.bg-hover-mauve:hover {
  background: #76608a !important;
}

.bg-hover-taupe:hover {
  background: #87794e !important;
}

.bg-hover-gray:hover {
  background: #555555 !important;
}

.bg-hover-dark:hover {
  background: #333333 !important;
}

.bg-hover-darker:hover {
  background: #222222 !important;
}

.bg-hover-darkBrown:hover {
  background: #63362f !important;
}

.bg-hover-darkCrimson:hover {
  background: #640024 !important;
}

.bg-hover-darkMagenta:hover {
  background: #81003c !important;
}

.bg-hover-darkIndigo:hover {
  background: #4b0096 !important;
}

.bg-hover-darkCyan:hover {
  background: #1b6eae !important;
}

.bg-hover-darkCobalt:hover {
  background: #00356a !important;
}

.bg-hover-darkTeal:hover {
  background: #004050 !important;
}

.bg-hover-darkEmerald:hover {
  background: #003e00 !important;
}

.bg-hover-darkGreen:hover {
  background: #128023 !important;
}

.bg-hover-darkOrange:hover {
  background: #bf5a15 !important;
}

.bg-hover-darkRed:hover {
  background: #9a1616 !important;
}

.bg-hover-darkPink:hover {
  background: #9a165a !important;
}

.bg-hover-darkViolet:hover {
  background: #57169a !important;
}

.bg-hover-darkBlue:hover {
  background: #16499a !important;
}

.bg-hover-lightBlue:hover {
  background: #4390df !important;
}

.bg-hover-lightTeal:hover {
  background: #45fffd !important;
}

.bg-hover-lightOlive:hover {
  background: #78aa1c !important;
}

.bg-hover-lightOrange:hover {
  background: #ffc194 !important;
}

.bg-hover-lightPink:hover {
  background: #f472d0 !important;
}

.bg-hover-lightRed:hover {
  background: #da5a53 !important;
}

.bg-hover-lightGreen:hover {
  background: #7ad61d !important;
}

.bg-hover-grayDark:hover {
  background: #333333 !important;
}

.bg-hover-grayDarker:hover {
  background: #222222 !important;
}

.bg-hover-grayLight:hover {
  background: #999999 !important;
}

.bg-hover-grayLighter:hover {
  background: #eeeeee !important;
}

.bg-hover-blue:hover {
  background: #00aff0 !important;
}

.fg-hover-black:hover {
  color: #000000 !important;
}

.fg-hover-white:hover {
  color: #ffffff !important;
}

.fg-hover-lime:hover {
  color: #a4c400 !important;
}

.fg-hover-green:hover {
  color: #60a917 !important;
}

.fg-hover-emerald:hover {
  color: #008a00 !important;
}

.fg-hover-teal:hover {
  color: #00aba9 !important;
}

.fg-hover-cyan:hover {
  color: #1ba1e2 !important;
}

.fg-hover-cobalt:hover {
  color: #0050ef !important;
}

.fg-hover-indigo:hover {
  color: #6a00ff !important;
}

.fg-hover-violet:hover {
  color: #aa00ff !important;
}

.fg-hover-pink:hover {
  color: #dc4fad !important;
}

.fg-hover-magenta:hover {
  color: #d80073 !important;
}

.fg-hover-crimson:hover {
  color: #a20025 !important;
}

.fg-hover-red:hover {
  color: #ce352c !important;
}

.fg-hover-orange:hover {
  color: #fa6800 !important;
}

.fg-hover-amber:hover {
  color: #f0a30a !important;
}

.fg-hover-yellow:hover {
  color: #e3c800 !important;
}

.fg-hover-brown:hover {
  color: #825a2c !important;
}

.fg-hover-olive:hover {
  color: #6d8764 !important;
}

.fg-hover-steel:hover {
  color: #647687 !important;
}

.fg-hover-mauve:hover {
  color: #76608a !important;
}

.fg-hover-taupe:hover {
  color: #87794e !important;
}

.fg-hover-gray:hover {
  color: #555555 !important;
}

.fg-hover-dark:hover {
  color: #333333 !important;
}

.fg-hover-darker:hover {
  color: #222222 !important;
}

.fg-hover-darkBrown:hover {
  color: #63362f !important;
}

.fg-hover-darkCrimson:hover {
  color: #640024 !important;
}

.fg-hover-darkMagenta:hover {
  color: #81003c !important;
}

.fg-hover-darkIndigo:hover {
  color: #4b0096 !important;
}

.fg-hover-darkCyan:hover {
  color: #1b6eae !important;
}

.fg-hover-darkCobalt:hover {
  color: #00356a !important;
}

.fg-hover-darkTeal:hover {
  color: #004050 !important;
}

.fg-hover-darkEmerald:hover {
  color: #003e00 !important;
}

.fg-hover-darkGreen:hover {
  color: #128023 !important;
}

.fg-hover-darkOrange:hover {
  color: #bf5a15 !important;
}

.fg-hover-darkRed:hover {
  color: #9a1616 !important;
}

.fg-hover-darkPink:hover {
  color: #9a165a !important;
}

.fg-hover-darkViolet:hover {
  color: #57169a !important;
}

.fg-hover-darkBlue:hover {
  color: #16499a !important;
}

.fg-hover-lightBlue:hover {
  color: #4390df !important;
}

.fg-hover-lightTeal:hover {
  color: #45fffd !important;
}

.fg-hover-lightOlive:hover {
  color: #78aa1c !important;
}

.fg-hover-lightOrange:hover {
  color: #ffc194 !important;
}

.fg-hover-lightPink:hover {
  color: #f472d0 !important;
}

.fg-hover-lightRed:hover {
  color: #da5a53 !important;
}

.fg-hover-lightGreen:hover {
  color: #7ad61d !important;
}

.fg-hover-grayDark:hover {
  color: #333333 !important;
}

.fg-hover-grayDarker:hover {
  color: #222222 !important;
}

.fg-hover-grayLight:hover {
  color: #999999 !important;
}

.fg-hover-grayLighter:hover {
  color: #eeeeee !important;
}

.fg-hover-blue:hover {
  color: #00aff0 !important;
}

.bg-active-black:active {
  background: #000000 !important;
}

.bg-active-white:active {
  background: #ffffff !important;
}

.bg-active-lime:active {
  background: #a4c400 !important;
}

.bg-active-green:active {
  background: #60a917 !important;
}

.bg-active-emerald:active {
  background: #008a00 !important;
}

.bg-active-teal:active {
  background: #00aba9 !important;
}

.bg-active-cyan:active {
  background: #1ba1e2 !important;
}

.bg-active-cobalt:active {
  background: #0050ef !important;
}

.bg-active-indigo:active {
  background: #6a00ff !important;
}

.bg-active-violet:active {
  background: #aa00ff !important;
}

.bg-active-pink:active {
  background: #dc4fad !important;
}

.bg-active-magenta:active {
  background: #d80073 !important;
}

.bg-active-crimson:active {
  background: #a20025 !important;
}

.bg-active-red:active {
  background: #ce352c !important;
}

.bg-active-orange:active {
  background: #fa6800 !important;
}

.bg-active-amber:active {
  background: #f0a30a !important;
}

.bg-active-yellow:active {
  background: #e3c800 !important;
}

.bg-active-brown:active {
  background: #825a2c !important;
}

.bg-active-olive:active {
  background: #6d8764 !important;
}

.bg-active-steel:active {
  background: #647687 !important;
}

.bg-active-mauve:active {
  background: #76608a !important;
}

.bg-active-taupe:active {
  background: #87794e !important;
}

.bg-active-gray:active {
  background: #555555 !important;
}

.bg-active-dark:active {
  background: #333333 !important;
}

.bg-active-darker:active {
  background: #222222 !important;
}

.bg-active-darkBrown:active {
  background: #63362f !important;
}

.bg-active-darkCrimson:active {
  background: #640024 !important;
}

.bg-active-darkMagenta:active {
  background: #81003c !important;
}

.bg-active-darkIndigo:active {
  background: #4b0096 !important;
}

.bg-active-darkCyan:active {
  background: #1b6eae !important;
}

.bg-active-darkCobalt:active {
  background: #00356a !important;
}

.bg-active-darkTeal:active {
  background: #004050 !important;
}

.bg-active-darkEmerald:active {
  background: #003e00 !important;
}

.bg-active-darkGreen:active {
  background: #128023 !important;
}

.bg-active-darkOrange:active {
  background: #bf5a15 !important;
}

.bg-active-darkRed:active {
  background: #9a1616 !important;
}

.bg-active-darkPink:active {
  background: #9a165a !important;
}

.bg-active-darkViolet:active {
  background: #57169a !important;
}

.bg-active-darkBlue:active {
  background: #16499a !important;
}

.bg-active-lightBlue:active {
  background: #4390df !important;
}

.bg-active-lightTeal:active {
  background: #45fffd !important;
}

.bg-active-lightOlive:active {
  background: #78aa1c !important;
}

.bg-active-lightOrange:active {
  background: #ffc194 !important;
}

.bg-active-lightPink:active {
  background: #f472d0 !important;
}

.bg-active-lightRed:active {
  background: #da5a53 !important;
}

.bg-active-lightGreen:active {
  background: #7ad61d !important;
}

.bg-active-grayDark:active {
  background: #333333 !important;
}

.bg-active-grayDarker:active {
  background: #222222 !important;
}

.bg-active-grayLight:active {
  background: #999999 !important;
}

.bg-active-grayLighter:active {
  background: #eeeeee !important;
}

.bg-active-blue:active {
  background: #00aff0 !important;
}

.fg-active-black:active {
  color: #000000 !important;
}

.fg-active-white:active {
  color: #ffffff !important;
}

.fg-active-lime:active {
  color: #a4c400 !important;
}

.fg-active-green:active {
  color: #60a917 !important;
}

.fg-active-emerald:active {
  color: #008a00 !important;
}

.fg-active-teal:active {
  color: #00aba9 !important;
}

.fg-active-cyan:active {
  color: #1ba1e2 !important;
}

.fg-active-cobalt:active {
  color: #0050ef !important;
}

.fg-active-indigo:active {
  color: #6a00ff !important;
}

.fg-active-violet:active {
  color: #aa00ff !important;
}

.fg-active-pink:active {
  color: #dc4fad !important;
}

.fg-active-magenta:active {
  color: #d80073 !important;
}

.fg-active-crimson:active {
  color: #a20025 !important;
}

.fg-active-red:active {
  color: #ce352c !important;
}

.fg-active-orange:active {
  color: #fa6800 !important;
}

.fg-active-amber:active {
  color: #f0a30a !important;
}

.fg-active-yellow:active {
  color: #e3c800 !important;
}

.fg-active-brown:active {
  color: #825a2c !important;
}

.fg-active-olive:active {
  color: #6d8764 !important;
}

.fg-active-steel:active {
  color: #647687 !important;
}

.fg-active-mauve:active {
  color: #76608a !important;
}

.fg-active-taupe:active {
  color: #87794e !important;
}

.fg-active-gray:active {
  color: #555555 !important;
}

.fg-active-dark:active {
  color: #333333 !important;
}

.fg-active-darker:active {
  color: #222222 !important;
}

.fg-active-darkBrown:active {
  color: #63362f !important;
}

.fg-active-darkCrimson:active {
  color: #640024 !important;
}

.fg-active-darkMagenta:active {
  color: #81003c !important;
}

.fg-active-darkIndigo:active {
  color: #4b0096 !important;
}

.fg-active-darkCyan:active {
  color: #1b6eae !important;
}

.fg-active-darkCobalt:active {
  color: #00356a !important;
}

.fg-active-darkTeal:active {
  color: #004050 !important;
}

.fg-active-darkEmerald:active {
  color: #003e00 !important;
}

.fg-active-darkGreen:active {
  color: #128023 !important;
}

.fg-active-darkOrange:active {
  color: #bf5a15 !important;
}

.fg-active-darkRed:active {
  color: #9a1616 !important;
}

.fg-active-darkPink:active {
  color: #9a165a !important;
}

.fg-active-darkViolet:active {
  color: #57169a !important;
}

.fg-active-darkBlue:active {
  color: #16499a !important;
}

.fg-active-lightBlue:active {
  color: #4390df !important;
}

.fg-active-lightTeal:active {
  color: #45fffd !important;
}

.fg-active-lightOlive:active {
  color: #78aa1c !important;
}

.fg-active-lightOrange:active {
  color: #ffc194 !important;
}

.fg-active-lightPink:active {
  color: #f472d0 !important;
}

.fg-active-lightRed:active {
  color: #da5a53 !important;
}

.fg-active-lightGreen:active {
  color: #7ad61d !important;
}

.fg-active-grayDark:active {
  color: #333333 !important;
}

.fg-active-grayDarker:active {
  color: #222222 !important;
}

.fg-active-grayLight:active {
  color: #999999 !important;
}

.fg-active-grayLighter:active {
  color: #eeeeee !important;
}

.fg-active-blue:active {
  color: #00aff0 !important;
}

.bg-focus-black:focus {
  background: #000000 !important;
}

.bg-focus-white:focus {
  background: #ffffff !important;
}

.bg-focus-lime:focus {
  background: #a4c400 !important;
}

.bg-focus-green:focus {
  background: #60a917 !important;
}

.bg-focus-emerald:focus {
  background: #008a00 !important;
}

.bg-focus-teal:focus {
  background: #00aba9 !important;
}

.bg-focus-cyan:focus {
  background: #1ba1e2 !important;
}

.bg-focus-cobalt:focus {
  background: #0050ef !important;
}

.bg-focus-indigo:focus {
  background: #6a00ff !important;
}

.bg-focus-violet:focus {
  background: #aa00ff !important;
}

.bg-focus-pink:focus {
  background: #dc4fad !important;
}

.bg-focus-magenta:focus {
  background: #d80073 !important;
}

.bg-focus-crimson:focus {
  background: #a20025 !important;
}

.bg-focus-red:focus {
  background: #ce352c !important;
}

.bg-focus-orange:focus {
  background: #fa6800 !important;
}

.bg-focus-amber:focus {
  background: #f0a30a !important;
}

.bg-focus-yellow:focus {
  background: #e3c800 !important;
}

.bg-focus-brown:focus {
  background: #825a2c !important;
}

.bg-focus-olive:focus {
  background: #6d8764 !important;
}

.bg-focus-steel:focus {
  background: #647687 !important;
}

.bg-focus-mauve:focus {
  background: #76608a !important;
}

.bg-focus-taupe:focus {
  background: #87794e !important;
}

.bg-focus-gray:focus {
  background: #555555 !important;
}

.bg-focus-dark:focus {
  background: #333333 !important;
}

.bg-focus-darker:focus {
  background: #222222 !important;
}

.bg-focus-darkBrown:focus {
  background: #63362f !important;
}

.bg-focus-darkCrimson:focus {
  background: #640024 !important;
}

.bg-focus-darkMagenta:focus {
  background: #81003c !important;
}

.bg-focus-darkIndigo:focus {
  background: #4b0096 !important;
}

.bg-focus-darkCyan:focus {
  background: #1b6eae !important;
}

.bg-focus-darkCobalt:focus {
  background: #00356a !important;
}

.bg-focus-darkTeal:focus {
  background: #004050 !important;
}

.bg-focus-darkEmerald:focus {
  background: #003e00 !important;
}

.bg-focus-darkGreen:focus {
  background: #128023 !important;
}

.bg-focus-darkOrange:focus {
  background: #bf5a15 !important;
}

.bg-focus-darkRed:focus {
  background: #9a1616 !important;
}

.bg-focus-darkPink:focus {
  background: #9a165a !important;
}

.bg-focus-darkViolet:focus {
  background: #57169a !important;
}

.bg-focus-darkBlue:focus {
  background: #16499a !important;
}

.bg-focus-lightBlue:focus {
  background: #4390df !important;
}

.bg-focus-lightTeal:focus {
  background: #45fffd !important;
}

.bg-focus-lightOlive:focus {
  background: #78aa1c !important;
}

.bg-focus-lightOrange:focus {
  background: #ffc194 !important;
}

.bg-focus-lightPink:focus {
  background: #f472d0 !important;
}

.bg-focus-lightRed:focus {
  background: #da5a53 !important;
}

.bg-focus-lightGreen:focus {
  background: #7ad61d !important;
}

.bg-focus-grayDark:focus {
  background: #333333 !important;
}

.bg-focus-grayDarker:focus {
  background: #222222 !important;
}

.bg-focus-grayLight:focus {
  background: #999999 !important;
}

.bg-focus-grayLighter:focus {
  background: #eeeeee !important;
}

.bg-focus-blue:focus {
  background: #00aff0 !important;
}

.fg-focus-black:focus {
  color: #000000 !important;
}

.fg-focus-white:focus {
  color: #ffffff !important;
}

.fg-focus-lime:focus {
  color: #a4c400 !important;
}

.fg-focus-green:focus {
  color: #60a917 !important;
}

.fg-focus-emerald:focus {
  color: #008a00 !important;
}

.fg-focus-teal:focus {
  color: #00aba9 !important;
}

.fg-focus-cyan:focus {
  color: #1ba1e2 !important;
}

.fg-focus-cobalt:focus {
  color: #0050ef !important;
}

.fg-focus-indigo:focus {
  color: #6a00ff !important;
}

.fg-focus-violet:focus {
  color: #aa00ff !important;
}

.fg-focus-pink:focus {
  color: #dc4fad !important;
}

.fg-focus-magenta:focus {
  color: #d80073 !important;
}

.fg-focus-crimson:focus {
  color: #a20025 !important;
}

.fg-focus-red:focus {
  color: #ce352c !important;
}

.fg-focus-orange:focus {
  color: #fa6800 !important;
}

.fg-focus-amber:focus {
  color: #f0a30a !important;
}

.fg-focus-yellow:focus {
  color: #e3c800 !important;
}

.fg-focus-brown:focus {
  color: #825a2c !important;
}

.fg-focus-olive:focus {
  color: #6d8764 !important;
}

.fg-focus-steel:focus {
  color: #647687 !important;
}

.fg-focus-mauve:focus {
  color: #76608a !important;
}

.fg-focus-taupe:focus {
  color: #87794e !important;
}

.fg-focus-gray:focus {
  color: #555555 !important;
}

.fg-focus-dark:focus {
  color: #333333 !important;
}

.fg-focus-darker:focus {
  color: #222222 !important;
}

.fg-focus-darkBrown:focus {
  color: #63362f !important;
}

.fg-focus-darkCrimson:focus {
  color: #640024 !important;
}

.fg-focus-darkMagenta:focus {
  color: #81003c !important;
}

.fg-focus-darkIndigo:focus {
  color: #4b0096 !important;
}

.fg-focus-darkCyan:focus {
  color: #1b6eae !important;
}

.fg-focus-darkCobalt:focus {
  color: #00356a !important;
}

.fg-focus-darkTeal:focus {
  color: #004050 !important;
}

.fg-focus-darkEmerald:focus {
  color: #003e00 !important;
}

.fg-focus-darkGreen:focus {
  color: #128023 !important;
}

.fg-focus-darkOrange:focus {
  color: #bf5a15 !important;
}

.fg-focus-darkRed:focus {
  color: #9a1616 !important;
}

.fg-focus-darkPink:focus {
  color: #9a165a !important;
}

.fg-focus-darkViolet:focus {
  color: #57169a !important;
}

.fg-focus-darkBlue:focus {
  color: #16499a !important;
}

.fg-focus-lightBlue:focus {
  color: #4390df !important;
}

.fg-focus-lightTeal:focus {
  color: #45fffd !important;
}

.fg-focus-lightOlive:focus {
  color: #78aa1c !important;
}

.fg-focus-lightOrange:focus {
  color: #ffc194 !important;
}

.fg-focus-lightPink:focus {
  color: #f472d0 !important;
}

.fg-focus-lightRed:focus {
  color: #da5a53 !important;
}

.fg-focus-lightGreen:focus {
  color: #7ad61d !important;
}

.fg-focus-grayDark:focus {
  color: #333333 !important;
}

.fg-focus-grayDarker:focus {
  color: #222222 !important;
}

.fg-focus-grayLight:focus {
  color: #999999 !important;
}

.fg-focus-grayLighter:focus {
  color: #eeeeee !important;
}

.fg-focus-blue:focus {
  color: #00aff0 !important;
}

.before-bg-black:before {
  background: #000000 !important;
}

.before-bg-white:before {
  background: #ffffff !important;
}

.before-bg-lime:before {
  background: #a4c400 !important;
}

.before-bg-green:before {
  background: #60a917 !important;
}

.before-bg-emerald:before {
  background: #008a00 !important;
}

.before-bg-teal:before {
  background: #00aba9 !important;
}

.before-bg-cyan:before {
  background: #1ba1e2 !important;
}

.before-bg-cobalt:before {
  background: #0050ef !important;
}

.before-bg-indigo:before {
  background: #6a00ff !important;
}

.before-bg-violet:before {
  background: #aa00ff !important;
}

.before-bg-pink:before {
  background: #dc4fad !important;
}

.before-bg-magenta:before {
  background: #d80073 !important;
}

.before-bg-crimson:before {
  background: #a20025 !important;
}

.before-bg-red:before {
  background: #ce352c !important;
}

.before-bg-orange:before {
  background: #fa6800 !important;
}

.before-bg-amber:before {
  background: #f0a30a !important;
}

.before-bg-yellow:before {
  background: #e3c800 !important;
}

.before-bg-brown:before {
  background: #825a2c !important;
}

.before-bg-olive:before {
  background: #6d8764 !important;
}

.before-bg-steel:before {
  background: #647687 !important;
}

.before-bg-mauve:before {
  background: #76608a !important;
}

.before-bg-taupe:before {
  background: #87794e !important;
}

.before-bg-gray:before {
  background: #555555 !important;
}

.before-bg-dark:before {
  background: #333333 !important;
}

.before-bg-darker:before {
  background: #222222 !important;
}

.before-bg-darkBrown:before {
  background: #63362f !important;
}

.before-bg-darkCrimson:before {
  background: #640024 !important;
}

.before-bg-darkMagenta:before {
  background: #81003c !important;
}

.before-bg-darkIndigo:before {
  background: #4b0096 !important;
}

.before-bg-darkCyan:before {
  background: #1b6eae !important;
}

.before-bg-darkCobalt:before {
  background: #00356a !important;
}

.before-bg-darkTeal:before {
  background: #004050 !important;
}

.before-bg-darkEmerald:before {
  background: #003e00 !important;
}

.before-bg-darkGreen:before {
  background: #128023 !important;
}

.before-bg-darkOrange:before {
  background: #bf5a15 !important;
}

.before-bg-darkRed:before {
  background: #9a1616 !important;
}

.before-bg-darkPink:before {
  background: #9a165a !important;
}

.before-bg-darkViolet:before {
  background: #57169a !important;
}

.before-bg-darkBlue:before {
  background: #16499a !important;
}

.before-bg-lightBlue:before {
  background: #4390df !important;
}

.before-bg-lightRed:before {
  background: #da5a53 !important;
}

.before-bg-lightGreen:before {
  background: #7ad61d !important;
}

.before-bg-lighterBlue:before {
  background: #00ccff !important;
}

.before-bg-lightTeal:before {
  background: #45fffd !important;
}

.before-bg-lightOlive:before {
  background: #78aa1c !important;
}

.before-bg-lightOrange:before {
  background: #ffc194 !important;
}

.before-bg-lightPink:before {
  background: #f472d0 !important;
}

.before-bg-grayDark:before {
  background: #333333 !important;
}

.before-bg-grayDarker:before {
  background: #222222 !important;
}

.before-bg-grayLight:before {
  background: #999999 !important;
}

.before-bg-grayLighter:before {
  background: #eeeeee !important;
}

.before-bg-blue:before {
  background: #00aff0 !important;
}

.after-bg-black:after {
  background: #000000 !important;
}

.after-bg-white:after {
  background: #ffffff !important;
}

.after-bg-lime:after {
  background: #a4c400 !important;
}

.after-bg-green:after {
  background: #60a917 !important;
}

.after-bg-emerald:after {
  background: #008a00 !important;
}

.after-bg-teal:after {
  background: #00aba9 !important;
}

.after-bg-cyan:after {
  background: #1ba1e2 !important;
}

.after-bg-cobalt:after {
  background: #0050ef !important;
}

.after-bg-indigo:after {
  background: #6a00ff !important;
}

.after-bg-violet:after {
  background: #aa00ff !important;
}

.after-bg-pink:after {
  background: #dc4fad !important;
}

.after-bg-magenta:after {
  background: #d80073 !important;
}

.after-bg-crimson:after {
  background: #a20025 !important;
}

.after-bg-red:after {
  background: #ce352c !important;
}

.after-bg-orange:after {
  background: #fa6800 !important;
}

.after-bg-amber:after {
  background: #f0a30a !important;
}

.after-bg-yellow:after {
  background: #e3c800 !important;
}

.after-bg-brown:after {
  background: #825a2c !important;
}

.after-bg-olive:after {
  background: #6d8764 !important;
}

.after-bg-steel:after {
  background: #647687 !important;
}

.after-bg-mauve:after {
  background: #76608a !important;
}

.after-bg-taupe:after {
  background: #87794e !important;
}

.after-bg-gray:after {
  background: #555555 !important;
}

.after-bg-dark:after {
  background: #333333 !important;
}

.after-bg-darker:after {
  background: #222222 !important;
}

.after-bg-darkBrown:after {
  background: #63362f !important;
}

.after-bg-darkCrimson:after {
  background: #640024 !important;
}

.after-bg-darkMagenta:after {
  background: #81003c !important;
}

.after-bg-darkIndigo:after {
  background: #4b0096 !important;
}

.after-bg-darkCyan:after {
  background: #1b6eae !important;
}

.after-bg-darkCobalt:after {
  background: #00356a !important;
}

.after-bg-darkTeal:after {
  background: #004050 !important;
}

.after-bg-darkEmerald:after {
  background: #003e00 !important;
}

.after-bg-darkGreen:after {
  background: #128023 !important;
}

.after-bg-darkOrange:after {
  background: #bf5a15 !important;
}

.after-bg-darkRed:after {
  background: #9a1616 !important;
}

.after-bg-darkPink:after {
  background: #9a165a !important;
}

.after-bg-darkViolet:after {
  background: #57169a !important;
}

.after-bg-darkBlue:after {
  background: #16499a !important;
}

.after-bg-lightBlue:after {
  background: #4390df !important;
}

.after-bg-lightRed:after {
  background: #da5a53 !important;
}

.after-bg-lightGreen:after {
  background: #7ad61d !important;
}

.after-bg-lighterBlue:after {
  background: #00ccff !important;
}

.after-bg-lightTeal:after {
  background: #45fffd !important;
}

.after-bg-lightOlive:after {
  background: #78aa1c !important;
}

.after-bg-lightOrange:after {
  background: #ffc194 !important;
}

.after-bg-lightPink:after {
  background: #f472d0 !important;
}

.after-bg-grayDark:after {
  background: #333333 !important;
}

.after-bg-grayDarker:after {
  background: #222222 !important;
}

.after-bg-grayLight:after {
  background: #999999 !important;
}

.after-bg-grayLighter:after {
  background: #eeeeee !important;
}

.after-bg-blue:after {
  background: #00aff0 !important;
}

.before-fg-black:before {
  color: #000000 !important;
}

.before-fg-white:before {
  color: #ffffff !important;
}

.before-fg-lime:before {
  color: #a4c400 !important;
}

.before-fg-green:before {
  color: #60a917 !important;
}

.before-fg-emerald:before {
  color: #008a00 !important;
}

.before-fg-teal:before {
  color: #00aba9 !important;
}

.before-fg-cyan:before {
  color: #1ba1e2 !important;
}

.before-fg-cobalt:before {
  color: #0050ef !important;
}

.before-fg-indigo:before {
  color: #6a00ff !important;
}

.before-fg-violet:before {
  color: #aa00ff !important;
}

.before-fg-pink:before {
  color: #dc4fad !important;
}

.before-fg-magenta:before {
  color: #d80073 !important;
}

.before-fg-crimson:before {
  color: #a20025 !important;
}

.before-fg-red:before {
  color: #ce352c !important;
}

.before-fg-orange:before {
  color: #fa6800 !important;
}

.before-fg-amber:before {
  color: #f0a30a !important;
}

.before-fg-yellow:before {
  color: #e3c800 !important;
}

.before-fg-brown:before {
  color: #825a2c !important;
}

.before-fg-olive:before {
  color: #6d8764 !important;
}

.before-fg-steel:before {
  color: #647687 !important;
}

.before-fg-mauve:before {
  color: #76608a !important;
}

.before-fg-taupe:before {
  color: #87794e !important;
}

.before-fg-gray:before {
  color: #555555 !important;
}

.before-fg-dark:before {
  color: #333333 !important;
}

.before-fg-darker:before {
  color: #222222 !important;
}

.before-fg-darkBrown:before {
  color: #63362f !important;
}

.before-fg-darkCrimson:before {
  color: #640024 !important;
}

.before-fg-darkMagenta:before {
  color: #81003c !important;
}

.before-fg-darkIndigo:before {
  color: #4b0096 !important;
}

.before-fg-darkCyan:before {
  color: #1b6eae !important;
}

.before-fg-darkCobalt:before {
  color: #00356a !important;
}

.before-fg-darkTeal:before {
  color: #004050 !important;
}

.before-fg-darkEmerald:before {
  color: #003e00 !important;
}

.before-fg-darkGreen:before {
  color: #128023 !important;
}

.before-fg-darkOrange:before {
  color: #bf5a15 !important;
}

.before-fg-darkRed:before {
  color: #9a1616 !important;
}

.before-fg-darkPink:before {
  color: #9a165a !important;
}

.before-fg-darkViolet:before {
  color: #57169a !important;
}

.before-fg-darkBlue:before {
  color: #16499a !important;
}

.before-fg-lightBlue:before {
  color: #4390df !important;
}

.before-fg-lightRed:before {
  color: #da5a53 !important;
}

.before-fg-lightGreen:before {
  color: #7ad61d !important;
}

.before-fg-lighterBlue:before {
  color: #00ccff !important;
}

.before-fg-lightTeal:before {
  color: #45fffd !important;
}

.before-fg-lightOlive:before {
  color: #78aa1c !important;
}

.before-fg-lightOrange:before {
  color: #ffc194 !important;
}

.before-fg-lightPink:before {
  color: #f472d0 !important;
}

.before-fg-grayDark:before {
  color: #333333 !important;
}

.before-fg-grayDarker:before {
  color: #222222 !important;
}

.before-fg-grayLight:before {
  color: #999999 !important;
}

.before-fg-grayLighter:before {
  color: #eeeeee !important;
}

.before-fg-blue:before {
  color: #00aff0 !important;
}

.after-fg-black:after {
  color: #000000 !important;
}

.after-fg-white:after {
  color: #ffffff !important;
}

.after-fg-lime:after {
  color: #a4c400 !important;
}

.after-fg-green:after {
  color: #60a917 !important;
}

.after-fg-emerald:after {
  color: #008a00 !important;
}

.after-fg-teal:after {
  color: #00aba9 !important;
}

.after-fg-cyan:after {
  color: #1ba1e2 !important;
}

.after-fg-cobalt:after {
  color: #0050ef !important;
}

.after-fg-indigo:after {
  color: #6a00ff !important;
}

.after-fg-violet:after {
  color: #aa00ff !important;
}

.after-fg-pink:after {
  color: #dc4fad !important;
}

.after-fg-magenta:after {
  color: #d80073 !important;
}

.after-fg-crimson:after {
  color: #a20025 !important;
}

.after-fg-red:after {
  color: #ce352c !important;
}

.after-fg-orange:after {
  color: #fa6800 !important;
}

.after-fg-amber:after {
  color: #f0a30a !important;
}

.after-fg-yellow:after {
  color: #e3c800 !important;
}

.after-fg-brown:after {
  color: #825a2c !important;
}

.after-fg-olive:after {
  color: #6d8764 !important;
}

.after-fg-steel:after {
  color: #647687 !important;
}

.after-fg-mauve:after {
  color: #76608a !important;
}

.after-fg-taupe:after {
  color: #87794e !important;
}

.after-fg-gray:after {
  color: #555555 !important;
}

.after-fg-dark:after {
  color: #333333 !important;
}

.after-fg-darker:after {
  color: #222222 !important;
}

.after-fg-darkBrown:after {
  color: #63362f !important;
}

.after-fg-darkCrimson:after {
  color: #640024 !important;
}

.after-fg-darkMagenta:after {
  color: #81003c !important;
}

.after-fg-darkIndigo:after {
  color: #4b0096 !important;
}

.after-fg-darkCyan:after {
  color: #1b6eae !important;
}

.after-fg-darkCobalt:after {
  color: #00356a !important;
}

.after-fg-darkTeal:after {
  color: #004050 !important;
}

.after-fg-darkEmerald:after {
  color: #003e00 !important;
}

.after-fg-darkGreen:after {
  color: #128023 !important;
}

.after-fg-darkOrange:after {
  color: #bf5a15 !important;
}

.after-fg-darkRed:after {
  color: #9a1616 !important;
}

.after-fg-darkPink:after {
  color: #9a165a !important;
}

.after-fg-darkViolet:after {
  color: #57169a !important;
}

.after-fg-darkBlue:after {
  color: #16499a !important;
}

.after-fg-lightBlue:after {
  color: #4390df !important;
}

.after-fg-lightRed:after {
  color: #da5a53 !important;
}

.after-fg-lightGreen:after {
  color: #7ad61d !important;
}

.after-fg-lighterBlue:after {
  color: #00ccff !important;
}

.after-fg-lightTeal:after {
  color: #45fffd !important;
}

.after-fg-lightOlive:after {
  color: #78aa1c !important;
}

.after-fg-lightOrange:after {
  color: #ffc194 !important;
}

.after-fg-lightPink:after {
  color: #f472d0 !important;
}

.after-fg-grayDark:after {
  color: #333333 !important;
}

.after-fg-grayDarker:after {
  color: #222222 !important;
}

.after-fg-grayLight:after {
  color: #999999 !important;
}

.after-fg-grayLighter:after {
  color: #eeeeee !important;
}

.after-fg-blue:after {
  color: #00aff0 !important;
}

.dropdown-toggle {
  position: relative;
  cursor: pointer;
}

.dropdown-toggle:before {
  display: block;
  position: absolute;
  vertical-align: middle;
  color: transparent;
  font-size: 0;
  content: "";
  height: 5px;
  width: 5px;
  background-color: transparent;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: #1d1d1d;
  top: 50%;
  left: 100%;
  margin-left: -1rem;
  margin-top: -0.1625rem;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dropdown-toggle.drop-marker-light:before {
  border-color: #ffffff;
}

*.dropdown-toggle {
  padding-right: 1.625rem;
}

.shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.before-shadow:before {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.after-shadow:after {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.block-shadow {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.block-shadow-success {
  box-shadow: 0 0 25px 0 rgba(0, 128, 0, 0.7);
}

.block-shadow-error {
  box-shadow: 0 0 25px 0 rgba(128, 0, 0, 0.7);
}

.block-shadow-danger {
  box-shadow: 0 0 25px 0 rgba(128, 0, 0, 0.7);
}

.block-shadow-warning {
  box-shadow: 0 0 25px 0 rgba(255, 165, 0, 0.7);
}

.block-shadow-info {
  box-shadow: 0 0 25px 0 rgba(89, 205, 226, 0.7);
}

.bottom-shadow {
  box-shadow: -1px 6px 6px -6px rgba(0, 0, 0, 0.35);
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.before-text-shadow:before {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.after-text-shadow:after {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.no-shadow {
  box-shadow: none !important;
}

.full-size {
  width: 100% !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.no-display {
  display: none !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-float {
  float: none !important;
}

.no-visible {
  visibility: hidden !important;
}

.no-border {
  border: 0 !important;
}

.no-overflow {
  overflow: hidden !important;
}

.no-scroll {
  overflow: hidden !important;
}

.no-scroll-x {
  overflow-x: hidden !important;
}

.no-scroll-y {
  overflow-y: hidden !important;
}

.no-wrap {
  white-space: nowrap !important;
}

.no-border-left {
  border-left: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.place-right {
  float: right !important;
}

.place-left {
  float: left !important;
}

.clear-float:before,.clear-float:after {
  display: table;
  content: "";
}

.clear-float:after {
  clear: both;
}

.clearfix:before,.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.no-user-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.debug {
  border: 1px dashed red;
}

.example {
  padding: .625rem 1.825rem .625rem 2.5rem;
  border: 1px #ccc dashed;
  position: relative;
  margin: 0 0 .625rem 0;
  background-color: #ffffff;
}

.example:before,.example:after {
  display: table;
  content: "";
}

.example:after {
  clear: both;
}

.example:before {
  position: absolute;
  content: attr(data-text);
  text-transform: lowercase;
  left: 1.5rem;
  top: 11.875rem;
  color: gray;
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  height: 1rem;
  text-align: right;
  white-space: nowrap;
  direction: ltr;
  width: 12.5rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,.video-container object,.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.padding10 {
  padding: 0.625rem;
}

.padding20 {
  padding: 1.25rem;
}

.padding30 {
  padding: 1.875rem;
}

.padding40 {
  padding: 2.5rem;
}

.padding50 {
  padding: 3.125rem;
}

.padding60 {
  padding: 3.75rem;
}

.padding70 {
  padding: 4.375rem;
}

.padding80 {
  padding: 5rem;
}

.padding90 {
  padding: 5.625rem;
}

.padding100 {
  padding: 6.25rem;
}

.padding5 {
  padding: 5px;
}

.margin5 {
  margin: 5px;
}

.margin10 {
  margin: 0.625rem;
}

.margin20 {
  margin: 1.25rem;
}

.margin30 {
  margin: 1.875rem;
}

.margin40 {
  margin: 2.5rem;
}

.margin50 {
  margin: 3.125rem;
}

.margin60 {
  margin: 3.75rem;
}

.margin70 {
  margin: 4.375rem;
}

.margin80 {
  margin: 5rem;
}

.margin90 {
  margin: 5.625rem;
}

.margin100 {
  margin: 6.25rem;
}

.opacity {
  opacity: .9;
}

.half-opacity {
  opacity: .5;
}

.hi-opacity {
  opacity: .2;
}

.element-selected {
  border: 4px #4390df solid;
}

.element-selected:after {
  position: absolute;
  display: block;
  border-top: 28px solid #4390df;
  border-left: 28px solid transparent;
  right: 0;
  content: "";
  top: 0;
  z-index: 101;
}

.element-selected:before {
  position: absolute;
  display: block;
  content: "";
  background-color: transparent;
  border-color: #ffffff;
  border-left: 2px solid;
  border-bottom: 2px solid;
  height: .25rem;
  width: .5rem;
  right: 0;
  top: 0;
  z-index: 102;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Block function */

.set-border {
  border: 1px #d9d9d9 solid;
}

.set-border.medium-border {
  border-width: 8px;
}

.set-border.large-border {
  border-width: 16px;
}

/* transform functions */

.ani-ring,.ani-hover-ring:hover {
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
  -webkit-animation: ani-ring 2s ease infinite;
  animation: ani-ring 2s ease infinite;
}

.ani-ring.ani-fast,.ani-hover-ring.ani-fast:hover {
  -webkit-animation: ani-ring 1s ease infinite;
  animation: ani-ring 1s ease infinite;
}

.ani-ring.ani-slow,.ani-hover-ring.ani-slow:hover {
  -webkit-animation: ani-ring 3s ease infinite;
  animation: ani-ring 3s ease infinite;
}

.ani-vertical,.ani-hover-vertical:hover {
  -webkit-animation: ani-vertical 2s ease infinite;
  animation: ani-vertical 2s ease infinite;
}

.ani-vertical.ani-fast,.ani-vertical.ani-fast:hover {
  -webkit-animation: ani-vertical 1s ease infinite;
  animation: ani-vertical 1s ease infinite;
}

.ani-vertical.ani-slow,.ani-hover-vertical.ani-slow:hover {
  -webkit-animation: ani-vertical 4s ease infinite;
  animation: ani-vertical 4s ease infinite;
}

.ani-horizontal,.ani-hover-horizontal:hover {
  -webkit-animation: ani-horizontal 2s ease infinite;
  animation: ani-horizontal 2s ease infinite;
}

.ani-horizontal.ani-fast,.ani-horizontal.ani-fast:hover {
  -webkit-animation: ani-horizontal 1s ease infinite;
  animation: ani-horizontal 1s ease infinite;
}

.ani-horizontal.ani-slow,.ani-horizontal.ani-slow:hover {
  -webkit-animation: ani-horizontal 3s ease infinite;
  animation: ani-horizontal 3s ease infinite;
}

.ani-float,.ani-hover-float:hover {
  -webkit-animation: ani-float 2s linear infinite;
  animation: ani-float 2s linear infinite;
}

.ani-float.ani-fast,.ani-hover-float.ani-fast:hover {
  -webkit-animation: ani-float 1s linear infinite;
  animation: ani-float 1s linear infinite;
}

.ani-float.ani-slow,.ani-hover-float.ani-slow:hover {
  -webkit-animation: ani-float 3s linear infinite;
  animation: ani-float 3s linear infinite;
}

.ani-pass,.ani-hover-pass:hover {
  -webkit-animation: ani-pass 2s linear infinite;
  animation: ani-pass 2s linear infinite;
}

.ani-pass.ani-fast,.ani-hover-pass.ani-fast:hover {
  -webkit-animation: ani-pass 1s linear infinite;
  animation: ani-pass 1s linear infinite;
}

.ani-pass.ani-slow,.ani-hover-pass.ani-slow:hover {
  -webkit-animation: ani-pass 3s linear infinite;
  animation: ani-pass 3s linear infinite;
}

@-webkit-keyframes swinging {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  5% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  10% {
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }

  15% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }

  20% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }

  25% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  30% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  35% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }

  40% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }

  45% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swinging {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  5% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  10% {
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }

  15% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }

  20% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }

  25% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  30% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  35% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }

  40% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }

  45% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(10px) rotate(-90deg);
    transform: translateX(10px) rotate(-90deg);
  }

  50% {
    -webkit-transform: translateX(10px) translateY(10px) rotate(-179deg);
    transform: translateX(10px) translateY(10px) rotate(-179deg);
  }

  50.1% {
    -webkit-transform: translateX(10px) translateY(10px) rotate(-180deg);
    transform: translateX(10px) translateY(10px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0px) translateY(10px) rotate(-270deg);
    transform: translateX(0px) translateY(10px) rotate(-270deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes cubemove {
  25% {
    -webkit-transform: translateX(10px) rotate(-90deg);
    transform: translateX(10px) rotate(-90deg);
  }

  50% {
    -webkit-transform: translateX(10px) translateY(10px) rotate(-179deg);
    transform: translateX(10px) translateY(10px) rotate(-179deg);
  }

  50.1% {
    -webkit-transform: translateX(10px) translateY(10px) rotate(-180deg);
    transform: translateX(10px) translateY(10px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0px) translateY(10px) rotate(-270deg);
    transform: translateX(0px) translateY(10px) rotate(-270deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  7% {
    -webkit-transform: rotate(345deg);
    transform: rotate(345deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  35% {
    -webkit-transform: rotate(495deg);
    transform: rotate(495deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  42% {
    -webkit-transform: rotate(690deg);
    transform: rotate(690deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  70% {
    opacity: 1;
    -webkit-transform: rotate(835deg);
    transform: rotate(835deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  76% {
    opacity: 1;
  }

  77% {
    -webkit-transform: rotate(955deg);
    transform: rotate(955deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  78% {
    -webkit-transform: rotate(955deg);
    transform: rotate(955deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(955deg);
    transform: rotate(955deg);
    opacity: 0;
  }
}

@keyframes orbit {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  7% {
    -webkit-transform: rotate(345deg);
    transform: rotate(345deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  35% {
    -webkit-transform: rotate(495deg);
    transform: rotate(495deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  42% {
    -webkit-transform: rotate(690deg);
    transform: rotate(690deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  70% {
    opacity: 1;
    -webkit-transform: rotate(835deg);
    transform: rotate(835deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  76% {
    opacity: 1;
  }

  77% {
    -webkit-transform: rotate(955deg);
    transform: rotate(955deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  78% {
    -webkit-transform: rotate(955deg);
    transform: rotate(955deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(955deg);
    transform: rotate(955deg);
    opacity: 0;
  }
}

@-webkit-keyframes metro-slide {
  0% {
    left: -50%;
  }

  100% {
    left: 150%;
  }
}

@keyframes metro-slide {
  0% {
    left: -50%;
  }

  100% {
    left: 150%;
  }
}

@-webkit-keyframes metro-opacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes metro-opacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes ani-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes ani-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes ani-pulse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes ani-pulse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes ani-wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  18% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  28% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  38% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  48% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  58% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes ani-wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  18% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  28% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  38% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  48% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  58% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes ani-ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes ani-ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes ani-vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  4% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  8% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  12% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  16% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  20% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  22% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes ani-vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  4% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  8% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  12% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  16% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  20% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  22% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes ani-horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  36% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes ani-horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  36% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes ani-flash {
  0%, 100%, 50% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes ani-flash {
  0%, 100%, 50% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@-webkit-keyframes ani-bounce {
  0%, 10%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes ani-bounce {
  0%, 10%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes ani-float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ani-float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes ani-heartbeat {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes ani-heartbeat {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes ani-shuttle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }

  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }

  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }

  80% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes ani-shuttle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }

  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }

  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }

  80% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes ani-pass {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}

@keyframes ani-pass {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}

@-webkit-keyframes ani-ripple {
  0% {
    opacity: .6;
  }

  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ani-ripple {
  0% {
    opacity: .6;
  }

  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ani-shrink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes ani-shrink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes ani-drop {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  25% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes ani-drop {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  25% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes ani-drop2 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes ani-drop2 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes ani-drop3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  75% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes ani-drop3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  75% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes ani-pre-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-pre-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ani-bg-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes ani-bg-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.mif-ani-ring,.mif-ani-hover-ring:hover {
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
  -webkit-animation: ani-ring 2s ease infinite;
  animation: ani-ring 2s ease infinite;
}

.mif-ani-ring.mif-ani-fast,.mif-ani-hover-ring.mif-ani-fast:hover {
  -webkit-animation: ani-ring 1s ease infinite;
  animation: ani-ring 1s ease infinite;
}

.mif-ani-ring.mif-ani-slow,.mif-ani-hover-ring.mif-ani-slow:hover {
  -webkit-animation: ani-ring 3s ease infinite;
  animation: ani-ring 3s ease infinite;
}

.mif-ani-vertical,.mif-ani-hover-vertical:hover {
  -webkit-animation: ani-vertical 2s ease infinite;
  animation: ani-vertical 2s ease infinite;
}

.mif-ani-vertical.mif-ani-fast,.mif-ani-vertical.mif-ani-fast:hover {
  -webkit-animation: ani-vertical 1s ease infinite;
  animation: ani-vertical 1s ease infinite;
}

.mif-ani-vertical.mif-ani-slow,.mif-ani-hover-vertical.mif-ani-slow:hover {
  -webkit-animation: ani-vertical 4s ease infinite;
  animation: ani-vertical 4s ease infinite;
}

.mif-ani-horizontal,.mif-ani-hover-horizontal:hover {
  -webkit-animation: ani-horizontal 2s ease infinite;
  animation: ani-horizontal 2s ease infinite;
}

.mif-ani-horizontal.mif-ani-fast,.mif-ani-horizontal.mif-ani-fast:hover {
  -webkit-animation: ani-horizontal 1s ease infinite;
  animation: ani-horizontal 1s ease infinite;
}

.mif-ani-horizontal.mif-ani-slow,.mif-ani-horizontal.mif-ani-slow:hover {
  -webkit-animation: ani-horizontal 3s ease infinite;
  animation: ani-horizontal 3s ease infinite;
}

.mif-ani-float,.mif-ani-hover-float:hover {
  -webkit-animation: ani-float 2s linear infinite;
  animation: ani-float 2s linear infinite;
}

.mif-ani-float.mif-ani-fast,.mif-ani-hover-float.mif-ani-fast:hover {
  -webkit-animation: ani-float 1s linear infinite;
  animation: ani-float 1s linear infinite;
}

.mif-ani-float.mif-ani-slow,.mif-ani-hover-float.mif-ani-slow:hover {
  -webkit-animation: ani-float 3s linear infinite;
  animation: ani-float 3s linear infinite;
}

.mif-ani-pass,.mif-ani-hover-pass:hover {
  -webkit-animation: ani-pass 2s linear infinite;
  animation: ani-pass 2s linear infinite;
}

.mif-ani-pass.mif-ani-fast,.mif-ani-hover-pass.mif-ani-fast:hover {
  -webkit-animation: ani-pass 1s linear infinite;
  animation: ani-pass 1s linear infinite;
}

.mif-ani-pass.mif-ani-slow,.mif-ani-hover-pass.mif-ani-slow:hover {
  -webkit-animation: ani-pass 3s linear infinite;
  animation: ani-pass 3s linear infinite;
}

.mif-youtube2:before {
  content: "\f167";
}

.mif-try:before {
  content: "\f195";
}

.mif-language:before {
  content: "\f1ab";
}

.mif-copyright:before {
  content: "\f1f9";
}

.mif-user-md:before {
  content: "\f0f0";
}

.mif-file-word:before {
  content: "\f1c2";
}

.mif-file-image:before {
  content: "\f1c5";
}

.mif-file-code:before {
  content: "\f1c9";
}

.mif-mars:before {
  content: "\f222";
}

.mif-medium:before {
  content: "\f23a";
}

.mif-steps:before {
  content: "\f0c7";
}

.mif-versions:before {
  content: "\f064";
}

.mif-library:before {
  content: "\e921";
}

.mif-wind:before {
  content: "\e671";
}

.mif-none:before {
  content: "\e698";
}

.mif-home:before {
  content: "\e900";
}

.mif-image:before {
  content: "\e90d";
}

.mif-file-empty:before {
  content: "\e924";
}

.mif-file-text:before {
  content: "\e926";
}

.mif-file-picture:before {
  content: "\e927";
}

.mif-file-video:before {
  content: "\e92a";
}

.mif-stack:before {
  content: "\e92e";
}

.mif-tag:before {
  content: "\e935";
}

.mif-tags:before {
  content: "\e936";
}

.mif-help:before {
  content: "\e941";
}

.mif-location:before {
  content: "\e948";
}

.mif-map:before {
  content: "\e94b";
}

.mif-calendar:before {
  content: "\e953";
}

.mif-display:before {
  content: "\e956";
}

.mif-bubbles:before {
  content: "\e96c";
}

.mif-user:before {
  content: "\e971";
}

.mif-user-plus:before {
  content: "\e973";
}

.mif-user-minus:before {
  content: "\e974";
}

.mif-user-check:before {
  content: "\e975";
}

.mif-search:before {
  content: "\e986";
}

.mif-zoom-in:before {
  content: "\e987";
}

.mif-zoom-out:before {
  content: "\e988";
}

.mif-key:before {
  content: "\e98d";
}

.mif-meter:before {
  content: "\e9a6";
}

.mif-fire:before {
  content: "\e9a9";
}

.mif-target:before {
  content: "\e9b3";
}

.mif-switch:before {
  content: "\e9b6";
}

.mif-list:before {
  content: "\e9ba";
}

.mif-list2:before {
  content: "\e9bb";
}

.mif-tree:before {
  content: "\e9bc";
}

.mif-link:before {
  content: "\e9cb";
}

.mif-flag:before {
  content: "\e9cc";
}

.mif-star-empty:before {
  content: "\e9d7";
}

.mif-star-half:before {
  content: "\e9d8";
}

.mif-star-full:before {
  content: "\e9d9";
}

.mif-warning:before {
  content: "\ea07";
}

.mif-plus:before {
  content: "\ea0a";
}

.mif-minus:before {
  content: "\ea0b";
}

.mif-info:before {
  content: "\ea0c";
}

.mif-cancel:before {
  content: "\ea0d";
}

.mif-enter:before {
  content: "\ea13";
}

.mif-pause:before {
  content: "\ea1d";
}

.mif-stop:before {
  content: "\ea1e";
}

.mif-first:before {
  content: "\ea21";
}

.mif-last:before {
  content: "\ea22";
}

.mif-previous:before {
  content: "\ea23";
}

.mif-next:before {
  content: "\ea24";
}

.mif-loop:before {
  content: "\ea2d";
}

.mif-loop2:before {
  content: "\ea2e";
}

.mif-infinite:before {
  content: "\ea2f";
}

.mif-shuffle:before {
  content: "\ea30";
}

.mif-arrow-up-left:before {
  content: "\ea39";
}

.mif-arrow-up:before {
  content: "\ea3a";
}

.mif-arrow-up-right:before {
  content: "\ea3b";
}

.mif-arrow-right:before {
  content: "\ea3c";
}

.mif-arrow-down-right:before {
  content: "\ea3d";
}

.mif-arrow-down:before {
  content: "\ea3e";
}

.mif-arrow-down-left:before {
  content: "\ea3f";
}

.mif-arrow-left:before {
  content: "\ea40";
}

.mif-tab:before {
  content: "\ea45";
}

.mif-move-up:before {
  content: "\ea46";
}

.mif-move-down:before {
  content: "\ea47";
}

.mif-sort-asc:before {
  content: "\ea4c";
}

.mif-sort-desc:before {
  content: "\ea4d";
}

.mif-shift:before {
  content: "\ea4f";
}

.mif-filter:before {
  content: "\ea5b";
}

.mif-page-break:before {
  content: "\ea68";
}

.mif-table:before {
  content: "\ea71";
}

.mif-insert-template:before {
  content: "\ea72";
}

.mif-ltr:before {
  content: "\ea74";
}

.mif-rtl:before {
  content: "\ea75";
}

.mif-section:before {
  content: "\ea76";
}

.mif-embed:before {
  content: "\ea7f";
}

.mif-embed2:before {
  content: "\ea80";
}

.mif-google:before {
  content: "\ea87";
}

.mif-google-plus:before {
  content: "\ea88";
}

.mif-facebook:before {
  content: "\ea8d";
}

.mif-youtube:before {
  content: "\ea99";
}

.mif-github:before {
  content: "\eab3";
}

.mif-apple:before {
  content: "\eabf";
}

.mif-android:before {
  content: "\eac1";
}

.mif-html5:before {
  content: "\eadf";
}

.mif-css3:before {
  content: "\eae1";
}

.mif-ie:before {
  content: "\eae7";
}

.mif-stack2:before {
  content: "\e6b9";
}

.mif-stack3:before {
  content: "\e6ba";
}

.mif-lock:before {
  content: "\e660";
}

.mif-alarm:before {
  content: "\e601";
}

.mif-alarm-on:before {
  content: "\e602";
}

.mif-print:before {
  content: "\e605";
}

.mif-widgets:before {
  content: "\e617";
}

.mif-vertical-align-bottom:before {
  content: "\e63a";
}

.mif-vertical-align-center:before {
  content: "\e63b";
}

.mif-vertical-align-top:before {
  content: "\e63c";
}

.mif-map2:before {
  content: "\e620";
}

.mif-my-location:before {
  content: "\e61e";
}

.mif-expand-less:before {
  content: "\e64a";
}

.mif-expand-more:before {
  content: "\e64b";
}

.mif-menu:before {
  content: "\e64c";
}

.mif-not:before {
  content: "\e633";
}

.mif-event-available:before {
  content: "\e653";
}

.mif-sync-disabled:before {
  content: "\e622";
}

.mif-school:before {
  content: "\e61f";
}

/*
* params: name, background, backgroundHover, item, itemHover, itemDisabled, divider, dropdown-toggle
*/

.app-bar.pink {
  background-color: #dc4fad;
}

.app-bar.pink .app-bar-element:hover,.app-bar.pink .app-bar-menu > li:hover,.app-bar.pink .app-bar-menu > li > a:hover,.app-bar.pink .app-bar-element:active,.app-bar.pink .app-bar-menu > li:active,.app-bar.pink .app-bar-menu > li > a:active {
  background-color: #9a165a;
}

.app-bar.pink .app-bar-divider {
  background-color: #f472d0;
}

.app-bar.pink .app-bar-element .d-menu,.app-bar.pink .app-bar-menu > li .d-menu {
  background-color: #dc4fad;
  border-color: transparent;
}

.app-bar.pink .app-bar-element .d-menu li:not(.disabled) > a,.app-bar.pink .app-bar-menu > li .d-menu li:not(.disabled) > a,.app-bar.pink .app-bar-element .d-menu li > a,.app-bar.pink .app-bar-menu > li .d-menu li > a {
  background-color: #dc4fad;
  color: #ffffff;
}

.app-bar.pink .app-bar-element .d-menu li:not(.disabled) > a:hover,.app-bar.pink .app-bar-menu > li .d-menu li:not(.disabled) > a:hover,.app-bar.pink .app-bar-element .d-menu li > a:hover,.app-bar.pink .app-bar-menu > li .d-menu li > a:hover {
  background-color: #9a165a;
  color: #ffffff;
}

.app-bar.pink .app-bar-element .d-menu li:hover > a,.app-bar.pink .app-bar-menu > li .d-menu li:hover > a {
  background-color: #9a165a;
}

.app-bar.pink .app-bar-element .d-menu .divider,.app-bar.pink .app-bar-menu > li .d-menu .divider {
  background-color: #f472d0;
}

.app-bar.pink .app-bar-element .d-menu .divider:hover,.app-bar.pink .app-bar-menu > li .d-menu .divider:hover {
  background-color: #f472d0;
}

.app-bar.pink .app-bar-element .dropdown-toggle:before,.app-bar.pink .app-bar-menu li .dropdown-toggle:before {
  border-color: #ffffff;
}

.app-bar.pink .app-bar-element.disabled,.app-bar.pink .app-bar-menu li.disabled,.app-bar.pink .app-bar-element:disabled,.app-bar.pink .app-bar-menu li:disabled {
  color: #555555;
}

.app-bar.pink .app-bar-element.disabled a,.app-bar.pink .app-bar-menu li.disabled a,.app-bar.pink .app-bar-element:disabled a,.app-bar.pink .app-bar-menu li:disabled a {
  color: inherit !important;
}

.app-bar.pink .app-bar-pullbutton:hover {
  background-color: #9a165a;
}

.app-bar.pink .app-bar-drop-container {
  border: 2px solid #dc4fad;
  background-color: #dc4fad;
  color: #ffffff;
}

.app-bar.pink .app-bar-drop-container:before {
  background-color: #dc4fad;
  border-color: #dc4fad;
}

.app-bar.pink .app-bar-pullmenu .app-bar-menu {
  border-top: 1px solid #f472d0;
  background-color: #f472d0;
}

.app-bar.pink .app-bar-pullmenu .app-bar-menu li:hover {
  background-color: #dc4fad;
}

.app-bar.pink .app-bar-pullmenu .app-bar-menu li:hover a {
  background-color: #9a165a;
  color: #ffffff;
}

.app-bar.darcula {
  background-color: #3c3f41;
}

.app-bar.darcula .app-bar-element:hover,.app-bar.darcula .app-bar-menu > li:hover,.app-bar.darcula .app-bar-menu > li > a:hover,.app-bar.darcula .app-bar-element:active,.app-bar.darcula .app-bar-menu > li:active,.app-bar.darcula .app-bar-menu > li > a:active {
  background-color: #1d1d1d;
}

.app-bar.darcula .app-bar-divider {
  background-color: #616162;
}

.app-bar.darcula .app-bar-element .d-menu,.app-bar.darcula .app-bar-menu > li .d-menu {
  background-color: #3c3f41;
  border-color: transparent;
}

.app-bar.darcula .app-bar-element .d-menu li:not(.disabled) > a,.app-bar.darcula .app-bar-menu > li .d-menu li:not(.disabled) > a,.app-bar.darcula .app-bar-element .d-menu li > a,.app-bar.darcula .app-bar-menu > li .d-menu li > a {
  background-color: #3c3f41;
  color: #ffffff;
}

.app-bar.darcula .app-bar-element .d-menu li:not(.disabled) > a:hover,.app-bar.darcula .app-bar-menu > li .d-menu li:not(.disabled) > a:hover,.app-bar.darcula .app-bar-element .d-menu li > a:hover,.app-bar.darcula .app-bar-menu > li .d-menu li > a:hover {
  background-color: #1d1d1d;
  color: #ffffff;
}

.app-bar.darcula .app-bar-element .d-menu li:hover > a,.app-bar.darcula .app-bar-menu > li .d-menu li:hover > a {
  background-color: #1d1d1d;
}

.app-bar.darcula .app-bar-element .d-menu .divider,.app-bar.darcula .app-bar-menu > li .d-menu .divider {
  background-color: #616162;
}

.app-bar.darcula .app-bar-element .d-menu .divider:hover,.app-bar.darcula .app-bar-menu > li .d-menu .divider:hover {
  background-color: #616162;
}

.app-bar.darcula .app-bar-element .dropdown-toggle:before,.app-bar.darcula .app-bar-menu li .dropdown-toggle:before {
  border-color: #ffffff;
}

.app-bar.darcula .app-bar-element.disabled,.app-bar.darcula .app-bar-menu li.disabled,.app-bar.darcula .app-bar-element:disabled,.app-bar.darcula .app-bar-menu li:disabled {
  color: #555555;
}

.app-bar.darcula .app-bar-element.disabled a,.app-bar.darcula .app-bar-menu li.disabled a,.app-bar.darcula .app-bar-element:disabled a,.app-bar.darcula .app-bar-menu li:disabled a {
  color: inherit !important;
}

.app-bar.darcula .app-bar-pullbutton:hover {
  background-color: #1d1d1d;
}

.app-bar.darcula .app-bar-drop-container {
  border: 2px solid #3c3f41;
  background-color: #3c3f41;
  color: #ffffff;
}

.app-bar.darcula .app-bar-drop-container:before {
  background-color: #3c3f41;
  border-color: #3c3f41;
}

.app-bar.darcula .app-bar-pullmenu .app-bar-menu {
  border-top: 1px solid #616162;
  background-color: #616162;
}

.app-bar.darcula .app-bar-pullmenu .app-bar-menu li:hover {
  background-color: #3c3f41;
}

.app-bar.darcula .app-bar-pullmenu .app-bar-menu li:hover a {
  background-color: #1d1d1d;
  color: #ffffff;
}

.app-bar.navy {
  background-color: #0072c6;
}

.app-bar.navy .app-bar-element:hover,.app-bar.navy .app-bar-menu > li:hover,.app-bar.navy .app-bar-menu > li > a:hover,.app-bar.navy .app-bar-element:active,.app-bar.navy .app-bar-menu > li:active,.app-bar.navy .app-bar-menu > li > a:active {
  background-color: #005696;
}

.app-bar.navy .app-bar-divider {
  background-color: #4c9cd7;
}

.app-bar.navy .app-bar-element .d-menu,.app-bar.navy .app-bar-menu > li .d-menu {
  background-color: #0072c6;
  border-color: transparent;
}

.app-bar.navy .app-bar-element .d-menu li:not(.disabled) > a,.app-bar.navy .app-bar-menu > li .d-menu li:not(.disabled) > a,.app-bar.navy .app-bar-element .d-menu li > a,.app-bar.navy .app-bar-menu > li .d-menu li > a {
  background-color: #0072c6;
  color: #ffffff;
}

.app-bar.navy .app-bar-element .d-menu li:not(.disabled) > a:hover,.app-bar.navy .app-bar-menu > li .d-menu li:not(.disabled) > a:hover,.app-bar.navy .app-bar-element .d-menu li > a:hover,.app-bar.navy .app-bar-menu > li .d-menu li > a:hover {
  background-color: #005696;
  color: #ffffff;
}

.app-bar.navy .app-bar-element .d-menu li:hover > a,.app-bar.navy .app-bar-menu > li .d-menu li:hover > a {
  background-color: #005696;
}

.app-bar.navy .app-bar-element .d-menu .divider,.app-bar.navy .app-bar-menu > li .d-menu .divider {
  background-color: #4c9cd7;
}

.app-bar.navy .app-bar-element .d-menu .divider:hover,.app-bar.navy .app-bar-menu > li .d-menu .divider:hover {
  background-color: #4c9cd7;
}

.app-bar.navy .app-bar-element .dropdown-toggle:before,.app-bar.navy .app-bar-menu li .dropdown-toggle:before {
  border-color: #ffffff;
}

.app-bar.navy .app-bar-element.disabled,.app-bar.navy .app-bar-menu li.disabled,.app-bar.navy .app-bar-element:disabled,.app-bar.navy .app-bar-menu li:disabled {
  color: #555555;
}

.app-bar.navy .app-bar-element.disabled a,.app-bar.navy .app-bar-menu li.disabled a,.app-bar.navy .app-bar-element:disabled a,.app-bar.navy .app-bar-menu li:disabled a {
  color: inherit !important;
}

.app-bar.navy .app-bar-pullbutton:hover {
  background-color: #005696;
}

.app-bar.navy .app-bar-drop-container {
  border: 2px solid #0072c6;
  background-color: #0072c6;
  color: #ffffff;
}

.app-bar.navy .app-bar-drop-container:before {
  background-color: #0072c6;
  border-color: #0072c6;
}

.app-bar.navy .app-bar-pullmenu .app-bar-menu {
  border-top: 1px solid #4c9cd7;
  background-color: #4c9cd7;
}

.app-bar.navy .app-bar-pullmenu .app-bar-menu li:hover {
  background-color: #0072c6;
}

.app-bar.navy .app-bar-pullmenu .app-bar-menu li:hover a {
  background-color: #005696;
  color: #ffffff;
}

.app-bar.red {
  background-color: #ce352c;
}

.app-bar.red .app-bar-element:hover,.app-bar.red .app-bar-menu > li:hover,.app-bar.red .app-bar-menu > li > a:hover,.app-bar.red .app-bar-element:active,.app-bar.red .app-bar-menu > li:active,.app-bar.red .app-bar-menu > li > a:active {
  background-color: #9a1616;
}

.app-bar.red .app-bar-divider {
  background-color: #da5a53;
}

.app-bar.red .app-bar-element .d-menu,.app-bar.red .app-bar-menu > li .d-menu {
  background-color: #ce352c;
  border-color: transparent;
}

.app-bar.red .app-bar-element .d-menu li:not(.disabled) > a,.app-bar.red .app-bar-menu > li .d-menu li:not(.disabled) > a,.app-bar.red .app-bar-element .d-menu li > a,.app-bar.red .app-bar-menu > li .d-menu li > a {
  background-color: #ce352c;
  color: #ffffff;
}

.app-bar.red .app-bar-element .d-menu li:not(.disabled) > a:hover,.app-bar.red .app-bar-menu > li .d-menu li:not(.disabled) > a:hover,.app-bar.red .app-bar-element .d-menu li > a:hover,.app-bar.red .app-bar-menu > li .d-menu li > a:hover {
  background-color: #9a1616;
  color: #ffffff;
}

.app-bar.red .app-bar-element .d-menu li:hover > a,.app-bar.red .app-bar-menu > li .d-menu li:hover > a {
  background-color: #9a1616;
}

.app-bar.red .app-bar-element .d-menu .divider,.app-bar.red .app-bar-menu > li .d-menu .divider {
  background-color: #da5a53;
}

.app-bar.red .app-bar-element .d-menu .divider:hover,.app-bar.red .app-bar-menu > li .d-menu .divider:hover {
  background-color: #da5a53;
}

.app-bar.red .app-bar-element .dropdown-toggle:before,.app-bar.red .app-bar-menu li .dropdown-toggle:before {
  border-color: #ffffff;
}

.app-bar.red .app-bar-element.disabled,.app-bar.red .app-bar-menu li.disabled,.app-bar.red .app-bar-element:disabled,.app-bar.red .app-bar-menu li:disabled {
  color: #555555;
}

.app-bar.red .app-bar-element.disabled a,.app-bar.red .app-bar-menu li.disabled a,.app-bar.red .app-bar-element:disabled a,.app-bar.red .app-bar-menu li:disabled a {
  color: inherit !important;
}

.app-bar.red .app-bar-pullbutton:hover {
  background-color: #9a1616;
}

.app-bar.red .app-bar-drop-container {
  border: 2px solid #ce352c;
  background-color: #ce352c;
  color: #ffffff;
}

.app-bar.red .app-bar-drop-container:before {
  background-color: #ce352c;
  border-color: #ce352c;
}

.app-bar.red .app-bar-pullmenu .app-bar-menu {
  border-top: 1px solid #da5a53;
  background-color: #da5a53;
}

.app-bar.red .app-bar-pullmenu .app-bar-menu li:hover {
  background-color: #ce352c;
}

.app-bar.red .app-bar-pullmenu .app-bar-menu li:hover a {
  background-color: #9a1616;
  color: #ffffff;
}

.app-bar.green {
  background-color: #60a917;
}

.app-bar.green .app-bar-element:hover,.app-bar.green .app-bar-menu > li:hover,.app-bar.green .app-bar-menu > li > a:hover,.app-bar.green .app-bar-element:active,.app-bar.green .app-bar-menu > li:active,.app-bar.green .app-bar-menu > li > a:active {
  background-color: #128023;
}

.app-bar.green .app-bar-divider {
  background-color: #7ad61d;
}

.app-bar.green .app-bar-element .d-menu,.app-bar.green .app-bar-menu > li .d-menu {
  background-color: #60a917;
  border-color: transparent;
}

.app-bar.green .app-bar-element .d-menu li:not(.disabled) > a,.app-bar.green .app-bar-menu > li .d-menu li:not(.disabled) > a,.app-bar.green .app-bar-element .d-menu li > a,.app-bar.green .app-bar-menu > li .d-menu li > a {
  background-color: #60a917;
  color: #ffffff;
}

.app-bar.green .app-bar-element .d-menu li:not(.disabled) > a:hover,.app-bar.green .app-bar-menu > li .d-menu li:not(.disabled) > a:hover,.app-bar.green .app-bar-element .d-menu li > a:hover,.app-bar.green .app-bar-menu > li .d-menu li > a:hover {
  background-color: #128023;
  color: #ffffff;
}

.app-bar.green .app-bar-element .d-menu li:hover > a,.app-bar.green .app-bar-menu > li .d-menu li:hover > a {
  background-color: #128023;
}

.app-bar.green .app-bar-element .d-menu .divider,.app-bar.green .app-bar-menu > li .d-menu .divider {
  background-color: #7ad61d;
}

.app-bar.green .app-bar-element .d-menu .divider:hover,.app-bar.green .app-bar-menu > li .d-menu .divider:hover {
  background-color: #7ad61d;
}

.app-bar.green .app-bar-element .dropdown-toggle:before,.app-bar.green .app-bar-menu li .dropdown-toggle:before {
  border-color: #ffffff;
}

.app-bar.green .app-bar-element.disabled,.app-bar.green .app-bar-menu li.disabled,.app-bar.green .app-bar-element:disabled,.app-bar.green .app-bar-menu li:disabled {
  color: #555555;
}

.app-bar.green .app-bar-element.disabled a,.app-bar.green .app-bar-menu li.disabled a,.app-bar.green .app-bar-element:disabled a,.app-bar.green .app-bar-menu li:disabled a {
  color: inherit !important;
}

.app-bar.green .app-bar-pullbutton:hover {
  background-color: #128023;
}

.app-bar.green .app-bar-drop-container {
  border: 2px solid #60a917;
  background-color: #60a917;
  color: #ffffff;
}

.app-bar.green .app-bar-drop-container:before {
  background-color: #60a917;
  border-color: #60a917;
}

.app-bar.green .app-bar-pullmenu .app-bar-menu {
  border-top: 1px solid #7ad61d;
  background-color: #7ad61d;
}

.app-bar.green .app-bar-pullmenu .app-bar-menu li:hover {
  background-color: #60a917;
}

.app-bar.green .app-bar-pullmenu .app-bar-menu li:hover a {
  background-color: #128023;
  color: #ffffff;
}

.app-bar.orange {
  background-color: #fa6800;
}

.app-bar.orange .app-bar-element:hover,.app-bar.orange .app-bar-menu > li:hover,.app-bar.orange .app-bar-menu > li > a:hover,.app-bar.orange .app-bar-element:active,.app-bar.orange .app-bar-menu > li:active,.app-bar.orange .app-bar-menu > li > a:active {
  background-color: #bf5a15;
}

.app-bar.orange .app-bar-divider {
  background-color: #ffc194;
}

.app-bar.orange .app-bar-element .d-menu,.app-bar.orange .app-bar-menu > li .d-menu {
  background-color: #fa6800;
  border-color: transparent;
}

.app-bar.orange .app-bar-element .d-menu li:not(.disabled) > a,.app-bar.orange .app-bar-menu > li .d-menu li:not(.disabled) > a,.app-bar.orange .app-bar-element .d-menu li > a,.app-bar.orange .app-bar-menu > li .d-menu li > a {
  background-color: #fa6800;
  color: #ffffff;
}

.app-bar.orange .app-bar-element .d-menu li:not(.disabled) > a:hover,.app-bar.orange .app-bar-menu > li .d-menu li:not(.disabled) > a:hover,.app-bar.orange .app-bar-element .d-menu li > a:hover,.app-bar.orange .app-bar-menu > li .d-menu li > a:hover {
  background-color: #bf5a15;
  color: #ffffff;
}

.app-bar.orange .app-bar-element .d-menu li:hover > a,.app-bar.orange .app-bar-menu > li .d-menu li:hover > a {
  background-color: #bf5a15;
}

.app-bar.orange .app-bar-element .d-menu .divider,.app-bar.orange .app-bar-menu > li .d-menu .divider {
  background-color: #ffc194;
}

.app-bar.orange .app-bar-element .d-menu .divider:hover,.app-bar.orange .app-bar-menu > li .d-menu .divider:hover {
  background-color: #ffc194;
}

.app-bar.orange .app-bar-element .dropdown-toggle:before,.app-bar.orange .app-bar-menu li .dropdown-toggle:before {
  border-color: #ffffff;
}

.app-bar.orange .app-bar-element.disabled,.app-bar.orange .app-bar-menu li.disabled,.app-bar.orange .app-bar-element:disabled,.app-bar.orange .app-bar-menu li:disabled {
  color: #555555;
}

.app-bar.orange .app-bar-element.disabled a,.app-bar.orange .app-bar-menu li.disabled a,.app-bar.orange .app-bar-element:disabled a,.app-bar.orange .app-bar-menu li:disabled a {
  color: inherit !important;
}

.app-bar.orange .app-bar-pullbutton:hover {
  background-color: #bf5a15;
}

.app-bar.orange .app-bar-drop-container {
  border: 2px solid #fa6800;
  background-color: #fa6800;
  color: #ffffff;
}

.app-bar.orange .app-bar-drop-container:before {
  background-color: #fa6800;
  border-color: #fa6800;
}

.app-bar.orange .app-bar-pullmenu .app-bar-menu {
  border-top: 1px solid #ffc194;
  background-color: #ffc194;
}

.app-bar.orange .app-bar-pullmenu .app-bar-menu li:hover {
  background-color: #fa6800;
}

.app-bar.orange .app-bar-pullmenu .app-bar-menu li:hover a {
  background-color: #bf5a15;
  color: #ffffff;
}

/*
* params: name, background, backgroundHover, item, itemHover, itemDisabled, divider, dropdown-toggle
*/

.v-menu.darcula,.d-menu.darcula {
  background: #3c3f41;
}

.v-menu.darcula li > a,.d-menu.darcula li > a {
  background: #3c3f41;
  color: #ffffff;
}

.v-menu.darcula li > a .icon,.d-menu.darcula li > a .icon {
  color: #cccccc;
}

.v-menu.darcula li > a:hover,.d-menu.darcula li > a:hover {
  background: #1d1d1d;
  color: #ffffff;
}

.v-menu.darcula li > a:hover .icon,.d-menu.darcula li > a:hover .icon {
  color: #ffffff;
}

.v-menu.darcula li > .item-block,.d-menu.darcula li > .item-block {
  background: #484c4e;
}

.v-menu.darcula li.disabled > a,.d-menu.darcula li.disabled > a {
  background: #3c3f41;
  color: #555555;
}

.v-menu.darcula li > a.dropdown-toggle:before,.d-menu.darcula li > a.dropdown-toggle:before {
  border-color: #ffffff;
}

.v-menu.darcula li.menu-title,.d-menu.darcula li.menu-title {
  background: #303234;
  color: #cccccc;
}

.v-menu.darcula li.divider,.d-menu.darcula li.divider {
  background: #616162;
}

.v-menu.pink,.d-menu.pink {
  background: #dc4fad;
}

.v-menu.pink li > a,.d-menu.pink li > a {
  background: #dc4fad;
  color: #ffffff;
}

.v-menu.pink li > a .icon,.d-menu.pink li > a .icon {
  color: #cccccc;
}

.v-menu.pink li > a:hover,.d-menu.pink li > a:hover {
  background: #9a165a;
  color: #ffffff;
}

.v-menu.pink li > a:hover .icon,.d-menu.pink li > a:hover .icon {
  color: #ffffff;
}

.v-menu.pink li > .item-block,.d-menu.pink li > .item-block {
  background: #e064b7;
}

.v-menu.pink li.disabled > a,.d-menu.pink li.disabled > a {
  background: #dc4fad;
  color: #555555;
}

.v-menu.pink li > a.dropdown-toggle:before,.d-menu.pink li > a.dropdown-toggle:before {
  border-color: #ffffff;
}

.v-menu.pink li.menu-title,.d-menu.pink li.menu-title {
  background: #d83aa3;
  color: #cccccc;
}

.v-menu.pink li.divider,.d-menu.pink li.divider {
  background: #f472d0;
}

.v-menu.navy,.d-menu.navy {
  background: #0072c6;
}

.v-menu.navy li > a,.d-menu.navy li > a {
  background: #0072c6;
  color: #ffffff;
}

.v-menu.navy li > a .icon,.d-menu.navy li > a .icon {
  color: #cccccc;
}

.v-menu.navy li > a:hover,.d-menu.navy li > a:hover {
  background: #005696;
  color: #ffffff;
}

.v-menu.navy li > a:hover .icon,.d-menu.navy li > a:hover .icon {
  color: #ffffff;
}

.v-menu.navy li > .item-block,.d-menu.navy li > .item-block {
  background: #0081e0;
}

.v-menu.navy li.disabled > a,.d-menu.navy li.disabled > a {
  background: #0072c6;
  color: #555555;
}

.v-menu.navy li > a.dropdown-toggle:before,.d-menu.navy li > a.dropdown-toggle:before {
  border-color: #ffffff;
}

.v-menu.navy li.menu-title,.d-menu.navy li.menu-title {
  background: #0063ad;
  color: #cccccc;
}

.v-menu.navy li.divider,.d-menu.navy li.divider {
  background: #4c9cd7;
}

.v-menu.red,.d-menu.red {
  background: #ce352c;
}

.v-menu.red li > a,.d-menu.red li > a {
  background: #ce352c;
  color: #ffffff;
}

.v-menu.red li > a .icon,.d-menu.red li > a .icon {
  color: #cccccc;
}

.v-menu.red li > a:hover,.d-menu.red li > a:hover {
  background: #9a1616;
  color: #ffffff;
}

.v-menu.red li > a:hover .icon,.d-menu.red li > a:hover .icon {
  color: #ffffff;
}

.v-menu.red li > .item-block,.d-menu.red li > .item-block {
  background: #d6463e;
}

.v-menu.red li.disabled > a,.d-menu.red li.disabled > a {
  background: #ce352c;
  color: #555555;
}

.v-menu.red li > a.dropdown-toggle:before,.d-menu.red li > a.dropdown-toggle:before {
  border-color: #ffffff;
}

.v-menu.red li.menu-title,.d-menu.red li.menu-title {
  background: #b93028;
  color: #cccccc;
}

.v-menu.red li.divider,.d-menu.red li.divider {
  background: #da5a53;
}

.v-menu.green,.d-menu.green {
  background: #60a917;
}

.v-menu.green li > a,.d-menu.green li > a {
  background: #60a917;
  color: #ffffff;
}

.v-menu.green li > a .icon,.d-menu.green li > a .icon {
  color: #cccccc;
}

.v-menu.green li > a:hover,.d-menu.green li > a:hover {
  background: #128023;
  color: #ffffff;
}

.v-menu.green li > a:hover .icon,.d-menu.green li > a:hover .icon {
  color: #ffffff;
}

.v-menu.green li > .item-block,.d-menu.green li > .item-block {
  background: #6dbf1a;
}

.v-menu.green li.disabled > a,.d-menu.green li.disabled > a {
  background: #60a917;
  color: #555555;
}

.v-menu.green li > a.dropdown-toggle:before,.d-menu.green li > a.dropdown-toggle:before {
  border-color: #ffffff;
}

.v-menu.green li.menu-title,.d-menu.green li.menu-title {
  background: #539314;
  color: #cccccc;
}

.v-menu.green li.divider,.d-menu.green li.divider {
  background: #7ad61d;
}

.v-menu.orange,.d-menu.orange {
  background: #fa6800;
}

.v-menu.orange li > a,.d-menu.orange li > a {
  background: #fa6800;
  color: #ffffff;
}

.v-menu.orange li > a .icon,.d-menu.orange li > a .icon {
  color: #cccccc;
}

.v-menu.orange li > a:hover,.d-menu.orange li > a:hover {
  background: #bf5a15;
  color: #ffffff;
}

.v-menu.orange li > a:hover .icon,.d-menu.orange li > a:hover .icon {
  color: #ffffff;
}

.v-menu.orange li > .item-block,.d-menu.orange li > .item-block {
  background: #ff7615;
}

.v-menu.orange li.disabled > a,.d-menu.orange li.disabled > a {
  background: #fa6800;
  color: #555555;
}

.v-menu.orange li > a.dropdown-toggle:before,.d-menu.orange li > a.dropdown-toggle:before {
  border-color: #ffffff;
}

.v-menu.orange li.menu-title,.d-menu.orange li.menu-title {
  background: #e15d00;
  color: #cccccc;
}

.v-menu.orange li.divider,.d-menu.orange li.divider {
  background: #ffc194;
}

/*
* params: name, background, backgroundHover, item, itemHover, itemDisabled, divider, dropdown-toggle
*/

.t-menu.darcula {
  background-color: #3c3f41;
}

.t-menu.darcula .t-menu {
  background-color: #3c3f41;
}

.t-menu.darcula li > a {
  background: #3c3f41;
  color: #ffffff;
  border-bottom-color: #616162;
}

.t-menu.darcula li > a.dropdown-toggle:after,.t-menu.darcula li > a.dropdown-toggle:hover:after {
  border-color: transparent transparent #ffffff;
}

.t-menu.darcula li:hover > a {
  background: #1d1d1d;
  color: #ffffff;
}

.t-menu.darcula li:hover > a.dropdown-toggle:after {
  border-color: transparent transparent #ffffff;
}

.t-menu.darcula li.disabled > a {
  background: #3c3f41;
  color: #555555;
}

.t-menu.darcula li.disabled > a:hover {
  background: #3c3f41;
}

.t-menu.darcula.horizontal > li > a,.t-menu.darcula .horizontal > li > a {
  border-right-color: #616162;
}

.t-menu.pink {
  background-color: #dc4fad;
}

.t-menu.pink .t-menu {
  background-color: #dc4fad;
}

.t-menu.pink li > a {
  background: #dc4fad;
  color: #ffffff;
  border-bottom-color: #f472d0;
}

.t-menu.pink li > a.dropdown-toggle:after,.t-menu.pink li > a.dropdown-toggle:hover:after {
  border-color: transparent transparent #ffffff;
}

.t-menu.pink li:hover > a {
  background: #9a165a;
  color: #ffffff;
}

.t-menu.pink li:hover > a.dropdown-toggle:after {
  border-color: transparent transparent #ffffff;
}

.t-menu.pink li.disabled > a {
  background: #dc4fad;
  color: #555555;
}

.t-menu.pink li.disabled > a:hover {
  background: #dc4fad;
}

.t-menu.pink.horizontal > li > a,.t-menu.pink .horizontal > li > a {
  border-right-color: #f472d0;
}

.t-menu.navy {
  background-color: #0072c6;
}

.t-menu.navy .t-menu {
  background-color: #0072c6;
}

.t-menu.navy li > a {
  background: #0072c6;
  color: #ffffff;
  border-bottom-color: #4c9cd7;
}

.t-menu.navy li > a.dropdown-toggle:after,.t-menu.navy li > a.dropdown-toggle:hover:after {
  border-color: transparent transparent #ffffff;
}

.t-menu.navy li:hover > a {
  background: #005696;
  color: #ffffff;
}

.t-menu.navy li:hover > a.dropdown-toggle:after {
  border-color: transparent transparent #ffffff;
}

.t-menu.navy li.disabled > a {
  background: #0072c6;
  color: #555555;
}

.t-menu.navy li.disabled > a:hover {
  background: #0072c6;
}

.t-menu.navy.horizontal > li > a,.t-menu.navy .horizontal > li > a {
  border-right-color: #4c9cd7;
}

.t-menu.red {
  background-color: #ce352c;
}

.t-menu.red .t-menu {
  background-color: #ce352c;
}

.t-menu.red li > a {
  background: #ce352c;
  color: #ffffff;
  border-bottom-color: #da5a53;
}

.t-menu.red li > a.dropdown-toggle:after,.t-menu.red li > a.dropdown-toggle:hover:after {
  border-color: transparent transparent #ffffff;
}

.t-menu.red li:hover > a {
  background: #9a1616;
  color: #ffffff;
}

.t-menu.red li:hover > a.dropdown-toggle:after {
  border-color: transparent transparent #ffffff;
}

.t-menu.red li.disabled > a {
  background: #ce352c;
  color: #555555;
}

.t-menu.red li.disabled > a:hover {
  background: #ce352c;
}

.t-menu.red.horizontal > li > a,.t-menu.red .horizontal > li > a {
  border-right-color: #da5a53;
}

.t-menu.green {
  background-color: #60a917;
}

.t-menu.green .t-menu {
  background-color: #60a917;
}

.t-menu.green li > a {
  background: #60a917;
  color: #ffffff;
  border-bottom-color: #7ad61d;
}

.t-menu.green li > a.dropdown-toggle:after,.t-menu.green li > a.dropdown-toggle:hover:after {
  border-color: transparent transparent #ffffff;
}

.t-menu.green li:hover > a {
  background: #128023;
  color: #ffffff;
}

.t-menu.green li:hover > a.dropdown-toggle:after {
  border-color: transparent transparent #ffffff;
}

.t-menu.green li.disabled > a {
  background: #60a917;
  color: #555555;
}

.t-menu.green li.disabled > a:hover {
  background: #60a917;
}

.t-menu.green.horizontal > li > a,.t-menu.green .horizontal > li > a {
  border-right-color: #7ad61d;
}

.t-menu.orange {
  background-color: #fa6800;
}

.t-menu.orange .t-menu {
  background-color: #fa6800;
}

.t-menu.orange li > a {
  background: #fa6800;
  color: #ffffff;
  border-bottom-color: #ffc194;
}

.t-menu.orange li > a.dropdown-toggle:after,.t-menu.orange li > a.dropdown-toggle:hover:after {
  border-color: transparent transparent #ffffff;
}

.t-menu.orange li:hover > a {
  background: #bf5a15;
  color: #ffffff;
}

.t-menu.orange li:hover > a.dropdown-toggle:after {
  border-color: transparent transparent #ffffff;
}

.t-menu.orange li.disabled > a {
  background: #fa6800;
  color: #555555;
}

.t-menu.orange li.disabled > a:hover {
  background: #fa6800;
}

.t-menu.orange.horizontal > li > a,.t-menu.orange .horizontal > li > a {
  border-right-color: #ffc194;
}

/*
* params: name, background, backgroundHover, backgroundActive, item, itemHover, itemActive, itemDisabled
*/

.sidebar.darcula {
  background: #3c3f41;
}

.sidebar.darcula li > a {
  background: #3c3f41;
  color: #ffffff;
}

.sidebar.darcula li:hover > a {
  background: #4d5154;
  color: #ffffff;
}

.sidebar.darcula li.active > a {
  background: #1d1d1d;
  color: #ffffff;
}

.sidebar.darcula li.disabled > a {
  background: #3c3f41;
  color: #555555;
}

.sidebar.pink {
  background: #dc4fad;
}

.sidebar.pink li > a {
  background: #dc4fad;
  color: #ffffff;
}

.sidebar.pink li:hover > a {
  background: #b91a6c;
  color: #ffffff;
}

.sidebar.pink li.active > a {
  background: #9a165a;
  color: #ffffff;
}

.sidebar.pink li.disabled > a {
  background: #dc4fad;
  color: #555555;
}

.sidebar.navy {
  background: #0072c6;
}

.sidebar.navy li > a {
  background: #0072c6;
  color: #ffffff;
}

.sidebar.navy li:hover > a {
  background: #006aba;
  color: #ffffff;
}

.sidebar.navy li.active > a {
  background: #005696;
  color: #ffffff;
}

.sidebar.navy li.disabled > a {
  background: #0072c6;
  color: #555555;
}

.sidebar.red {
  background: #ce352c;
}

.sidebar.red li > a {
  background: #ce352c;
  color: #ffffff;
}

.sidebar.red li:hover > a {
  background: #b91a1a;
  color: #ffffff;
}

.sidebar.red li.active > a {
  background: #9a1616;
  color: #ffffff;
}

.sidebar.red li.disabled > a {
  background: #ce352c;
  color: #555555;
}

.sidebar.green {
  background: #60a917;
}

.sidebar.green li > a {
  background: #60a917;
  color: #ffffff;
}

.sidebar.green li:hover > a {
  background: #169f2c;
  color: #ffffff;
}

.sidebar.green li.active > a {
  background: #128023;
  color: #ffffff;
}

.sidebar.green li.disabled > a {
  background: #60a917;
  color: #555555;
}

.sidebar.orange {
  background: #fa6800;
}

.sidebar.orange li > a {
  background: #fa6800;
  color: #ffffff;
}

.sidebar.orange li:hover > a {
  background: #df6919;
  color: #ffffff;
}

.sidebar.orange li.active > a {
  background: #bf5a15;
  color: #ffffff;
}

.sidebar.orange li.disabled > a {
  background: #fa6800;
  color: #555555;
}

/*
* params: name, background, backgroundHover, backgroundActive, item, itemHover, itemActive, itemDisabled
*/

.calendar.darcula {
  background: #3c3f41;
}

.calendar.darcula a {
  color: #ffffff;
}

.calendar.darcula a:hover {
  background: #4d5154;
  color: #ffffff;
}

.calendar.darcula .calendar-header {
  background: #3c3f41;
}

.calendar.darcula .today a {
  background-color: #fa6800;
}

.calendar.darcula .day,.calendar.darcula .month,.calendar.darcula .year {
  border-color: #4d5154;
}

.calendar.darcula .other-day {
  background: #555555;
  border-color: #555555;
}

.calendar.darcula .day-of-week {
  color: #ffffff;
}

.calendar.darcula .calendar-actions .calendar-btn-today {
  background: #1d1d1d;
  border-color: #1d1d1d;
}

.calendar.darcula .calendar-actions .calendar-btn-today:active {
  background: #030303;
}

.calendar.darcula .calendar-actions .calendar-btn-clear {
  background: transparent;
  border-color: transparent;
}

.calendar.pink {
  background: #dc4fad;
}

.calendar.pink a {
  color: #ffffff;
}

.calendar.pink a:hover {
  background: #b91a6c;
  color: #ffffff;
}

.calendar.pink .calendar-header {
  background: #dc4fad;
}

.calendar.pink .today a {
  background-color: #fa6800;
}

.calendar.pink .day,.calendar.pink .month,.calendar.pink .year {
  border-color: #b91a6c;
}

.calendar.pink .other-day {
  background: #f472d0;
  border-color: #f472d0;
}

.calendar.pink .day-of-week {
  color: #ffffff;
}

.calendar.pink .calendar-actions .calendar-btn-today {
  background: #9a165a;
  border-color: #9a165a;
}

.calendar.pink .calendar-actions .calendar-btn-today:active {
  background: #6d1040;
}

.calendar.pink .calendar-actions .calendar-btn-clear {
  background: transparent;
  border-color: transparent;
}

.calendar.navy {
  background: #0072c6;
}

.calendar.navy a {
  color: #ffffff;
}

.calendar.navy a:hover {
  background: #006aba;
  color: #ffffff;
}

.calendar.navy .calendar-header {
  background: #0072c6;
}

.calendar.navy .today a {
  background-color: #fa6800;
}

.calendar.navy .day,.calendar.navy .month,.calendar.navy .year {
  border-color: #006aba;
}

.calendar.navy .other-day {
  background: #59cde2;
  border-color: #59cde2;
}

.calendar.navy .day-of-week {
  color: #ffffff;
}

.calendar.navy .calendar-actions .calendar-btn-today {
  background: #16499a;
  border-color: #16499a;
}

.calendar.navy .calendar-actions .calendar-btn-today:active {
  background: #10346d;
}

.calendar.navy .calendar-actions .calendar-btn-clear {
  background: transparent;
  border-color: transparent;
}

.calendar.red {
  background: #ce352c;
}

.calendar.red a {
  color: #ffffff;
}

.calendar.red a:hover {
  background: #b91a1a;
  color: #ffffff;
}

.calendar.red .calendar-header {
  background: #ce352c;
}

.calendar.red .today a {
  background-color: #fa6800;
}

.calendar.red .day,.calendar.red .month,.calendar.red .year {
  border-color: #b91a1a;
}

.calendar.red .other-day {
  background: #da5a53;
  border-color: #da5a53;
}

.calendar.red .day-of-week {
  color: #ffffff;
}

.calendar.red .calendar-actions .calendar-btn-today {
  background: #9a1616;
  border-color: #9a1616;
}

.calendar.red .calendar-actions .calendar-btn-today:active {
  background: #6d1010;
}

.calendar.red .calendar-actions .calendar-btn-clear {
  background: transparent;
  border-color: transparent;
}

.calendar.green {
  background: #60a917;
}

.calendar.green a {
  color: #ffffff;
}

.calendar.green a:hover {
  background: #169f2c;
  color: #ffffff;
}

.calendar.green .calendar-header {
  background: #60a917;
}

.calendar.green .today a {
  background-color: #fa6800;
}

.calendar.green .day,.calendar.green .month,.calendar.green .year {
  border-color: #169f2c;
}

.calendar.green .other-day {
  background: #7ad61d;
  border-color: #7ad61d;
}

.calendar.green .day-of-week {
  color: #ffffff;
}

.calendar.green .calendar-actions .calendar-btn-today {
  background: #128023;
  border-color: #128023;
}

.calendar.green .calendar-actions .calendar-btn-today:active {
  background: #0c5317;
}

.calendar.green .calendar-actions .calendar-btn-clear {
  background: transparent;
  border-color: transparent;
}

.calendar.orange {
  background: #fa6800;
}

.calendar.orange a {
  color: #ffffff;
}

.calendar.orange a:hover {
  background: #df6919;
  color: #ffffff;
}

.calendar.orange .calendar-header {
  background: #fa6800;
}

.calendar.orange .today a {
  background-color: #fa6800;
}

.calendar.orange .day,.calendar.orange .month,.calendar.orange .year {
  border-color: #df6919;
}

.calendar.orange .other-day {
  background: #ffc194;
  border-color: #ffc194;
}

.calendar.orange .day-of-week {
  color: #ffffff;
}

.calendar.orange .calendar-actions .calendar-btn-today {
  background: #bf5a15;
  border-color: #bf5a15;
}

.calendar.orange .calendar-actions .calendar-btn-today:active {
  background: #914410;
}

.calendar.orange .calendar-actions .calendar-btn-clear {
  background: transparent;
  border-color: transparent;
}



.mif-plus,.mif-minus {
  cursor: pointer;
}

a,a:hover,a:visited {
  color: #FFFFFF;
}

table tbody tr td div {
  padding-bottom: 0.2em;
  padding-top: 0.4em;
  padding-left: 0.2em;
}

table thead tr th,table thead tr td {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: .2em;
  padding-top: .4em;
  padding-left: .2em;
  border-bottom: 1px #ddd solid;
  border-right: 1px #ddd solid;
  border-left: 1px transparent solid;
  border-top: 1px transparent solid;
  font-weight: 400;
  letter-spacing: .01em;
  color: rgba(0,0,0,.6);
  text-align: left;
}

table tbody tr td {
  font-weight: 200;
  font-size: 1em;
  letter-spacing: .02em;
  line-height: 2.0em;
  padding: 0.2em .3em;
  border-right: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  box-sizing: border-box;
}

.flex-grid .row {
  min-height: 4.75em;
}

.mywidth {
  max-width: 728px;
}

.page-content {
  padding-top: 48px;
}

.color-list li {
  display: inline-block;
  padding: 10px;
  width: 14.2857%;
}

.demo-grid .row > .cell {
  padding: 10px;
  color: white;
  /* text-align: center;*/
  border: 1px #000 solid;
}

@media screen and (max-width: 800px) {
  .app-bar.fixed-top {
    position: relative !important;
  }

  .page-content {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .page-content {
    padding-top: 32px;
  }
}