@import "reset.css";
@import url("/public/design/fonts/OpenSans.css");
.stream-post .edit-btn.selected,
.stream-post .preview-btn.selected {
  border-color: #3b5998 !important;
}
input.input-error,
textarea.input-error,
.input-box.input-error {
  background: rgba(231,76,60,0.1) !important;
  border-color: #e74c3c !important;
}
.text-content {
  padding: 0.5em;
  line-height: 1.5em;
  color: light-dark(#33333f, #e8e8e8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.text-content table {
  border: 1px solid rgba(0,0,0,0.2);
}
.text-content td,
.text-content th {
  padding: 0.3em;
  border: 1px solid rgba(0,0,0,0.1);
}
.text-content th {
  background: rgba(0,0,0,0.05);
}
.text-content strong,
.text-content b {
  font-weight: bold;
}
.text-content em,
.text-content i {
  font-style: oblique;
}
.text-content a {
  text-decoration: underline;
  color: #888;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}
.text-content a:hover {
  color: #000;
}
.text-content blockquote {
  padding: 0.5em 2em;
  font-style: oblique;
  border-left: 2px solid rgba(0,0,0,0.1);
}
.text-content blockquote:before,
.text-content blockquote:after {
  font-size: 300%;
  font-weight: bold;
  color: rgba(0,0,0,0.15);
}
.text-content blockquote:before {
  content: "“";
  float: left;
  margin-left: -20px;
}
.text-content blockquote:after {
  content: "”";
  float: right;
  margin-top: -10px;
}
.text-content pre {
  margin: 1em 0;
  padding: 0.5em;
  background: rgba(0,0,0,0.05);
  overflow: auto;
}
.text-content code {
  font-family: monospace;
}
.text-content.wrap code {
  text-wrap: wrap;
}
.text-content p {
  margin: 0.5em 0;
}
.text-content ul {
  margin: 0.5em 0;
  list-style-type: circle;
}
.text-content ol {
  margin: 0.5em 0;
  list-style-type: decimal;
}
.text-content ul > ul,
.text-content ol > ol,
.text-content ul > ol,
.text-content ol > ul {
  margin-left: 2em;
}
.text-content li {
  margin: 0 1.5em;
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4 {
  margin: 1em 0 0.5em;
  padding: 0;
  color: inherit;
}
.text-content h1 {
  font-size: 200%;
  font-weight: 800;
}
.text-content h2 {
  font-size: 160%;
  font-weight: 600;
}
.text-content h3 {
  font-size: 140%;
  font-weight: 400;
}
.text-content h4 {
  font-size: 120%;
}
.text-content hr {
  height: 0;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.text-content.dark {
  background: #444;
  color: #f0f0f0;
}
.text-content.dark pre {
  background: #232323;
  border-left: 0;
}
.color-theme {
  color: #3b5998 !important;
}
.hover-color-theme:hover {
  color: #3b5998 !important;
}
.border-theme {
  border-color: #3b5998 !important;
}
.bg-theme {
  background: #3b5998 !important;
}
.hover-bg-theme:hover {
  background: #3b5998 !important;
}
.color-black {
  color: #111 !important;
}
.color-white {
  color: #fff !important;
}
.border-black {
  border-color: #111 !important;
}
.border-white {
  border-color: #fff !important;
}
.bg-black {
  background: rgba(17,17,17,0.05) !important;
}
.bg-black.bg-marked {
  background: rgba(17,17,17,0.3) !important;
}
.bg-black.bg-full {
  background: #111 !important;
}
.bg-white {
  background: #fff !important;
}
.color-red {
  color: #e74c3c !important;
}
.border-red {
  border-color: #e74c3c !important;
}
.hover-color-red:hover {
  color: #e74c3c !important;
}
.hover-border-red:hover {
  border-color: #e74c3c !important;
}
.color-orange {
  color: #e67e22 !important;
}
.border-orange {
  border-color: #e67e22 !important;
}
.hover-color-orange:hover {
  color: #e67e22 !important;
}
.hover-border-orange:hover {
  border-color: #e67e22 !important;
}
.color-yellow {
  color: #f1c40f !important;
}
.border-yellow {
  border-color: #f1c40f !important;
}
.hover-color-yellow:hover {
  color: #f1c40f !important;
}
.hover-border-yellow:hover {
  border-color: #f1c40f !important;
}
.color-yellowgreen {
  color: #bad80d !important;
}
.border-yellowgreen {
  border-color: #bad80d !important;
}
.hover-color-yellowgreen:hover {
  color: #bad80d !important;
}
.hover-border-yellowgreen:hover {
  border-color: #bad80d !important;
}
.color-green {
  color: #2ecc71 !important;
}
.border-green {
  border-color: #2ecc71 !important;
}
.hover-color-green:hover {
  color: #2ecc71 !important;
}
.hover-border-green:hover {
  border-color: #2ecc71 !important;
}
.color-seagreen {
  color: #20b2aa !important;
}
.border-seagreen {
  border-color: #20b2aa !important;
}
.hover-color-seagreen:hover {
  color: #20b2aa !important;
}
.hover-border-seagreen:hover {
  border-color: #20b2aa !important;
}
.color-skyblue {
  color: #87cefa !important;
}
.border-skyblue {
  border-color: #87cefa !important;
}
.hover-color-skyblue:hover {
  color: #87cefa !important;
}
.hover-border-skyblue:hover {
  border-color: #87cefa !important;
}
.color-blue {
  color: #3498db !important;
}
.border-blue {
  border-color: #3498db !important;
}
.hover-color-blue:hover {
  color: #3498db !important;
}
.hover-border-blue:hover {
  border-color: #3498db !important;
}
.color-slateblue {
  color: #6b5fe0 !important;
}
.border-slateblue {
  border-color: #6b5fe0 !important;
}
.hover-color-slateblue:hover {
  color: #6b5fe0 !important;
}
.hover-border-slateblue:hover {
  border-color: #6b5fe0 !important;
}
.color-purple {
  color: #9b59b6 !important;
}
.border-purple {
  border-color: #9b59b6 !important;
}
.hover-color-purple:hover {
  color: #9b59b6 !important;
}
.hover-border-purple:hover {
  border-color: #9b59b6 !important;
}
.color-pink {
  color: #ff74e4 !important;
}
.border-pink {
  border-color: #ff74e4 !important;
}
.hover-color-pink:hover {
  color: #ff74e4 !important;
}
.hover-border-pink:hover {
  border-color: #ff74e4 !important;
}
.color-rose {
  color: #eb6b5e !important;
}
.border-rose {
  border-color: #eb6b5e !important;
}
.hover-color-rose:hover {
  color: #eb6b5e !important;
}
.hover-border-rose:hover {
  border-color: #eb6b5e !important;
}
.color-wheat {
  color: #f5deb3 !important;
}
.border-wheat {
  border-color: #f5deb3 !important;
}
.hover-color-wheat:hover {
  color: #f5deb3 !important;
}
.hover-border-wheat:hover {
  border-color: #f5deb3 !important;
}
.color-goldenrod {
  color: #bd8941 !important;
}
.border-goldenrod {
  border-color: #bd8941 !important;
}
.hover-color-goldenrod:hover {
  color: #bd8941 !important;
}
.hover-border-goldenrod:hover {
  border-color: #bd8941 !important;
}
.color-brown {
  color: #745429 !important;
}
.border-brown {
  border-color: #745429 !important;
}
.hover-color-brown:hover {
  color: #745429 !important;
}
.hover-border-brown:hover {
  border-color: #745429 !important;
}
.color-darkbrown {
  color: #382d2b !important;
}
.border-darkbrown {
  border-color: #382d2b !important;
}
.hover-color-darkbrown:hover {
  color: #382d2b !important;
}
.hover-border-darkbrown:hover {
  border-color: #382d2b !important;
}
.color-black {
  color: #000 !important;
}
.border-black {
  border-color: #000 !important;
}
.hover-color-black:hover {
  color: #000 !important;
}
.hover-border-black:hover {
  border-color: #000 !important;
}
.color-darkgrey {
  color: #737373 !important;
}
.border-darkgrey {
  border-color: #737373 !important;
}
.hover-color-darkgrey:hover {
  color: #737373 !important;
}
.hover-border-darkgrey:hover {
  border-color: #737373 !important;
}
.color-lightgrey {
  color: #c3c3c3 !important;
}
.border-lightgrey {
  border-color: #c3c3c3 !important;
}
.hover-color-lightgrey:hover {
  color: #c3c3c3 !important;
}
.hover-border-lightgrey:hover {
  border-color: #c3c3c3 !important;
}
.color-white {
  color: #fff !important;
}
.border-white {
  border-color: #fff !important;
}
.hover-color-white:hover {
  color: #fff !important;
}
.hover-border-white:hover {
  border-color: #fff !important;
}
.theme-color-red {
  color: #e74c3c !important;
}
.theme-border-red {
  border-color: #e74c3c !important;
}
.theme-hover-color-red:hover {
  color: #e74c3c !important;
}
.theme-hover-border-red:hover {
  border-color: #e74c3c !important;
}
.theme-color-blue {
  color: #3498db !important;
}
.theme-border-blue {
  border-color: #3498db !important;
}
.theme-hover-color-blue:hover {
  color: #3498db !important;
}
.theme-hover-border-blue:hover {
  border-color: #3498db !important;
}
.theme-color-green {
  color: #2ecc71 !important;
}
.theme-border-green {
  border-color: #2ecc71 !important;
}
.theme-hover-color-green:hover {
  color: #2ecc71 !important;
}
.theme-hover-border-green:hover {
  border-color: #2ecc71 !important;
}
.theme-color-orange {
  color: #e67e22 !important;
}
.theme-border-orange {
  border-color: #e67e22 !important;
}
.theme-hover-color-orange:hover {
  color: #e67e22 !important;
}
.theme-hover-border-orange:hover {
  border-color: #e67e22 !important;
}
.theme-color-purple {
  color: #9b59b6 !important;
}
.theme-border-purple {
  border-color: #9b59b6 !important;
}
.theme-hover-color-purple:hover {
  color: #9b59b6 !important;
}
.theme-hover-border-purple:hover {
  border-color: #9b59b6 !important;
}
.theme-color-yellow {
  color: #f1c40f !important;
}
.theme-border-yellow {
  border-color: #f1c40f !important;
}
.theme-hover-color-yellow:hover {
  color: #f1c40f !important;
}
.theme-hover-border-yellow:hover {
  border-color: #f1c40f !important;
}
.theme-color-brown {
  color: #745429 !important;
}
.theme-border-brown {
  border-color: #745429 !important;
}
.theme-hover-color-brown:hover {
  color: #745429 !important;
}
.theme-hover-border-brown:hover {
  border-color: #745429 !important;
}
.theme-color-pink {
  color: #ff74e4 !important;
}
.theme-border-pink {
  border-color: #ff74e4 !important;
}
.theme-hover-color-pink:hover {
  color: #ff74e4 !important;
}
.theme-hover-border-pink:hover {
  border-color: #ff74e4 !important;
}
.theme-color-turquoise {
  color: #69a8a4 !important;
}
.theme-border-turquoise {
  border-color: #69a8a4 !important;
}
.theme-hover-color-turquoise:hover {
  color: #69a8a4 !important;
}
.theme-hover-border-turquoise:hover {
  border-color: #69a8a4 !important;
}
.theme-color-navy {
  color: #235785 !important;
}
.theme-border-navy {
  border-color: #235785 !important;
}
.theme-hover-color-navy:hover {
  color: #235785 !important;
}
.theme-hover-border-navy:hover {
  border-color: #235785 !important;
}
.theme-color-social {
  color: #3b5998 !important;
}
.theme-border-social {
  border-color: #3b5998 !important;
}
.theme-hover-color-social:hover {
  color: #3b5998 !important;
}
.theme-hover-border-social:hover {
  border-color: #3b5998 !important;
}
.theme-color-vodafone {
  color: #e60000 !important;
}
.theme-border-vodafone {
  border-color: #e60000 !important;
}
.theme-hover-color-vodafone:hover {
  color: #e60000 !important;
}
.theme-hover-border-vodafone:hover {
  border-color: #e60000 !important;
}
.theme-color-deep-purple {
  color: #505a7c !important;
}
.theme-border-deep-purple {
  border-color: #505a7c !important;
}
.theme-hover-color-deep-purple:hover {
  color: #505a7c !important;
}
.theme-hover-border-deep-purple:hover {
  border-color: #505a7c !important;
}
.theme-color-sugar-candy {
  color: #e40046 !important;
}
.theme-border-sugar-candy {
  border-color: #e40046 !important;
}
.theme-hover-color-sugar-candy:hover {
  color: #e40046 !important;
}
.theme-hover-border-sugar-candy:hover {
  border-color: #e40046 !important;
}
.theme-color-surgery-blue {
  color: #00c9cc !important;
}
.theme-border-surgery-blue {
  border-color: #00c9cc !important;
}
.theme-hover-color-surgery-blue:hover {
  color: #00c9cc !important;
}
.theme-hover-border-surgery-blue:hover {
  border-color: #00c9cc !important;
}
.theme-color-sky-blue {
  color: #189dfc !important;
}
.theme-border-sky-blue {
  border-color: #189dfc !important;
}
.theme-hover-color-sky-blue:hover {
  color: #189dfc !important;
}
.theme-hover-border-sky-blue:hover {
  border-color: #189dfc !important;
}
.theme-color-light-blue {
  color: #0cf !important;
}
.theme-border-light-blue {
  border-color: #0cf !important;
}
.theme-hover-color-light-blue:hover {
  color: #0cf !important;
}
.theme-hover-border-light-blue:hover {
  border-color: #0cf !important;
}
.theme-color-trackingdiary {
  color: #f60 !important;
}
.theme-border-trackingdiary {
  border-color: #f60 !important;
}
.theme-hover-color-trackingdiary:hover {
  color: #f60 !important;
}
.theme-hover-border-trackingdiary:hover {
  border-color: #f60 !important;
}
.theme-color-nature-green {
  color: #a8b400 !important;
}
.theme-border-nature-green {
  border-color: #a8b400 !important;
}
.theme-hover-color-nature-green:hover {
  color: #a8b400 !important;
}
.theme-hover-border-nature-green:hover {
  border-color: #a8b400 !important;
}
.theme-color-military {
  color: #505645 !important;
}
.theme-border-military {
  border-color: #505645 !important;
}
.theme-hover-color-military:hover {
  color: #505645 !important;
}
.theme-hover-border-military:hover {
  border-color: #505645 !important;
}
.theme-color-mustard {
  color: #f0c200 !important;
}
.theme-border-mustard {
  border-color: #f0c200 !important;
}
.theme-hover-color-mustard:hover {
  color: #f0c200 !important;
}
.theme-hover-border-mustard:hover {
  border-color: #f0c200 !important;
}
.theme-color-thinkdigital {
  color: #0085ca !important;
}
.theme-border-thinkdigital {
  border-color: #0085ca !important;
}
.theme-hover-color-thinkdigital:hover {
  color: #0085ca !important;
}
.theme-hover-border-thinkdigital:hover {
  border-color: #0085ca !important;
}
.theme-color-rose {
  color: #ff24ad !important;
}
.theme-border-rose {
  border-color: #ff24ad !important;
}
.theme-hover-color-rose:hover {
  color: #ff24ad !important;
}
.theme-hover-border-rose:hover {
  border-color: #ff24ad !important;
}
.theme-color-corporate-dark {
  color: #46526d !important;
}
.theme-border-corporate-dark {
  border-color: #46526d !important;
}
.theme-hover-color-corporate-dark:hover {
  color: #46526d !important;
}
.theme-hover-border-corporate-dark:hover {
  border-color: #46526d !important;
}
.theme-color-fiamma {
  color: #eb6b5e !important;
}
.theme-border-fiamma {
  border-color: #eb6b5e !important;
}
.theme-hover-color-fiamma:hover {
  color: #eb6b5e !important;
}
.theme-hover-border-fiamma:hover {
  border-color: #eb6b5e !important;
}
.bg-red {
  background-color: rgba(231,76,60,0.15) !important;
}
.bg-red.bg-marked {
  background-color: rgba(231,76,60,0.6) !important;
}
.bg-red.bg-full {
  background-color: rgba(231,76,60,0.8) !important;
}
.hover-bg-red:hover {
  background-color: rgba(231,76,60,0.15) !important;
}
.hover-bg-red.bg-marked:hover {
  background-color: rgba(231,76,60,0.6) !important;
}
.hover-bg-red.bg-full:hover {
  background-color: rgba(231,76,60,0.8) !important;
}
.bg-orange {
  background-color: rgba(230,126,34,0.15) !important;
}
.bg-orange.bg-marked {
  background-color: rgba(230,126,34,0.6) !important;
}
.bg-orange.bg-full {
  background-color: rgba(230,126,34,0.8) !important;
}
.hover-bg-orange:hover {
  background-color: rgba(230,126,34,0.15) !important;
}
.hover-bg-orange.bg-marked:hover {
  background-color: rgba(230,126,34,0.6) !important;
}
.hover-bg-orange.bg-full:hover {
  background-color: rgba(230,126,34,0.8) !important;
}
.bg-yellow {
  background-color: rgba(241,196,15,0.15) !important;
}
.bg-yellow.bg-marked {
  background-color: rgba(241,196,15,0.6) !important;
}
.bg-yellow.bg-full {
  background-color: rgba(241,196,15,0.8) !important;
}
.hover-bg-yellow:hover {
  background-color: rgba(241,196,15,0.15) !important;
}
.hover-bg-yellow.bg-marked:hover {
  background-color: rgba(241,196,15,0.6) !important;
}
.hover-bg-yellow.bg-full:hover {
  background-color: rgba(241,196,15,0.8) !important;
}
.bg-yellowgreen {
  background-color: rgba(186,216,13,0.15) !important;
}
.bg-yellowgreen.bg-marked {
  background-color: rgba(186,216,13,0.6) !important;
}
.bg-yellowgreen.bg-full {
  background-color: rgba(186,216,13,0.8) !important;
}
.hover-bg-yellowgreen:hover {
  background-color: rgba(186,216,13,0.15) !important;
}
.hover-bg-yellowgreen.bg-marked:hover {
  background-color: rgba(186,216,13,0.6) !important;
}
.hover-bg-yellowgreen.bg-full:hover {
  background-color: rgba(186,216,13,0.8) !important;
}
.bg-green {
  background-color: rgba(46,204,113,0.15) !important;
}
.bg-green.bg-marked {
  background-color: rgba(46,204,113,0.6) !important;
}
.bg-green.bg-full {
  background-color: rgba(46,204,113,0.8) !important;
}
.hover-bg-green:hover {
  background-color: rgba(46,204,113,0.15) !important;
}
.hover-bg-green.bg-marked:hover {
  background-color: rgba(46,204,113,0.6) !important;
}
.hover-bg-green.bg-full:hover {
  background-color: rgba(46,204,113,0.8) !important;
}
.bg-seagreen {
  background-color: rgba(32,178,170,0.15) !important;
}
.bg-seagreen.bg-marked {
  background-color: rgba(32,178,170,0.6) !important;
}
.bg-seagreen.bg-full {
  background-color: rgba(32,178,170,0.8) !important;
}
.hover-bg-seagreen:hover {
  background-color: rgba(32,178,170,0.15) !important;
}
.hover-bg-seagreen.bg-marked:hover {
  background-color: rgba(32,178,170,0.6) !important;
}
.hover-bg-seagreen.bg-full:hover {
  background-color: rgba(32,178,170,0.8) !important;
}
.bg-skyblue {
  background-color: rgba(135,206,250,0.15) !important;
}
.bg-skyblue.bg-marked {
  background-color: rgba(135,206,250,0.6) !important;
}
.bg-skyblue.bg-full {
  background-color: rgba(135,206,250,0.8) !important;
}
.hover-bg-skyblue:hover {
  background-color: rgba(135,206,250,0.15) !important;
}
.hover-bg-skyblue.bg-marked:hover {
  background-color: rgba(135,206,250,0.6) !important;
}
.hover-bg-skyblue.bg-full:hover {
  background-color: rgba(135,206,250,0.8) !important;
}
.bg-blue {
  background-color: rgba(52,152,219,0.15) !important;
}
.bg-blue.bg-marked {
  background-color: rgba(52,152,219,0.6) !important;
}
.bg-blue.bg-full {
  background-color: rgba(52,152,219,0.8) !important;
}
.hover-bg-blue:hover {
  background-color: rgba(52,152,219,0.15) !important;
}
.hover-bg-blue.bg-marked:hover {
  background-color: rgba(52,152,219,0.6) !important;
}
.hover-bg-blue.bg-full:hover {
  background-color: rgba(52,152,219,0.8) !important;
}
.bg-slateblue {
  background-color: rgba(107,95,224,0.15) !important;
}
.bg-slateblue.bg-marked {
  background-color: rgba(107,95,224,0.6) !important;
}
.bg-slateblue.bg-full {
  background-color: rgba(107,95,224,0.8) !important;
}
.hover-bg-slateblue:hover {
  background-color: rgba(107,95,224,0.15) !important;
}
.hover-bg-slateblue.bg-marked:hover {
  background-color: rgba(107,95,224,0.6) !important;
}
.hover-bg-slateblue.bg-full:hover {
  background-color: rgba(107,95,224,0.8) !important;
}
.bg-purple {
  background-color: rgba(155,89,182,0.15) !important;
}
.bg-purple.bg-marked {
  background-color: rgba(155,89,182,0.6) !important;
}
.bg-purple.bg-full {
  background-color: rgba(155,89,182,0.8) !important;
}
.hover-bg-purple:hover {
  background-color: rgba(155,89,182,0.15) !important;
}
.hover-bg-purple.bg-marked:hover {
  background-color: rgba(155,89,182,0.6) !important;
}
.hover-bg-purple.bg-full:hover {
  background-color: rgba(155,89,182,0.8) !important;
}
.bg-pink {
  background-color: rgba(255,116,228,0.15) !important;
}
.bg-pink.bg-marked {
  background-color: rgba(255,116,228,0.6) !important;
}
.bg-pink.bg-full {
  background-color: rgba(255,116,228,0.8) !important;
}
.hover-bg-pink:hover {
  background-color: rgba(255,116,228,0.15) !important;
}
.hover-bg-pink.bg-marked:hover {
  background-color: rgba(255,116,228,0.6) !important;
}
.hover-bg-pink.bg-full:hover {
  background-color: rgba(255,116,228,0.8) !important;
}
.bg-rose {
  background-color: rgba(235,107,94,0.15) !important;
}
.bg-rose.bg-marked {
  background-color: rgba(235,107,94,0.6) !important;
}
.bg-rose.bg-full {
  background-color: rgba(235,107,94,0.8) !important;
}
.hover-bg-rose:hover {
  background-color: rgba(235,107,94,0.15) !important;
}
.hover-bg-rose.bg-marked:hover {
  background-color: rgba(235,107,94,0.6) !important;
}
.hover-bg-rose.bg-full:hover {
  background-color: rgba(235,107,94,0.8) !important;
}
.bg-wheat {
  background-color: rgba(245,222,179,0.15) !important;
}
.bg-wheat.bg-marked {
  background-color: rgba(245,222,179,0.6) !important;
}
.bg-wheat.bg-full {
  background-color: rgba(245,222,179,0.8) !important;
}
.hover-bg-wheat:hover {
  background-color: rgba(245,222,179,0.15) !important;
}
.hover-bg-wheat.bg-marked:hover {
  background-color: rgba(245,222,179,0.6) !important;
}
.hover-bg-wheat.bg-full:hover {
  background-color: rgba(245,222,179,0.8) !important;
}
.bg-goldenrod {
  background-color: rgba(189,137,65,0.15) !important;
}
.bg-goldenrod.bg-marked {
  background-color: rgba(189,137,65,0.6) !important;
}
.bg-goldenrod.bg-full {
  background-color: rgba(189,137,65,0.8) !important;
}
.hover-bg-goldenrod:hover {
  background-color: rgba(189,137,65,0.15) !important;
}
.hover-bg-goldenrod.bg-marked:hover {
  background-color: rgba(189,137,65,0.6) !important;
}
.hover-bg-goldenrod.bg-full:hover {
  background-color: rgba(189,137,65,0.8) !important;
}
.bg-brown {
  background-color: rgba(116,84,41,0.15) !important;
}
.bg-brown.bg-marked {
  background-color: rgba(116,84,41,0.6) !important;
}
.bg-brown.bg-full {
  background-color: rgba(116,84,41,0.8) !important;
}
.hover-bg-brown:hover {
  background-color: rgba(116,84,41,0.15) !important;
}
.hover-bg-brown.bg-marked:hover {
  background-color: rgba(116,84,41,0.6) !important;
}
.hover-bg-brown.bg-full:hover {
  background-color: rgba(116,84,41,0.8) !important;
}
.bg-darkbrown {
  background-color: rgba(56,45,43,0.15) !important;
}
.bg-darkbrown.bg-marked {
  background-color: rgba(56,45,43,0.6) !important;
}
.bg-darkbrown.bg-full {
  background-color: rgba(56,45,43,0.8) !important;
}
.hover-bg-darkbrown:hover {
  background-color: rgba(56,45,43,0.15) !important;
}
.hover-bg-darkbrown.bg-marked:hover {
  background-color: rgba(56,45,43,0.6) !important;
}
.hover-bg-darkbrown.bg-full:hover {
  background-color: rgba(56,45,43,0.8) !important;
}
.bg-black {
  background-color: rgba(0,0,0,0.15) !important;
}
.bg-black.bg-marked {
  background-color: rgba(0,0,0,0.6) !important;
}
.bg-black.bg-full {
  background-color: rgba(0,0,0,0.8) !important;
}
.hover-bg-black:hover {
  background-color: rgba(0,0,0,0.15) !important;
}
.hover-bg-black.bg-marked:hover {
  background-color: rgba(0,0,0,0.6) !important;
}
.hover-bg-black.bg-full:hover {
  background-color: rgba(0,0,0,0.8) !important;
}
.bg-darkgrey {
  background-color: rgba(115,115,115,0.15) !important;
}
.bg-darkgrey.bg-marked {
  background-color: rgba(115,115,115,0.6) !important;
}
.bg-darkgrey.bg-full {
  background-color: rgba(115,115,115,0.8) !important;
}
.hover-bg-darkgrey:hover {
  background-color: rgba(115,115,115,0.15) !important;
}
.hover-bg-darkgrey.bg-marked:hover {
  background-color: rgba(115,115,115,0.6) !important;
}
.hover-bg-darkgrey.bg-full:hover {
  background-color: rgba(115,115,115,0.8) !important;
}
.bg-lightgrey {
  background-color: rgba(195,195,195,0.15) !important;
}
.bg-lightgrey.bg-marked {
  background-color: rgba(195,195,195,0.6) !important;
}
.bg-lightgrey.bg-full {
  background-color: rgba(195,195,195,0.8) !important;
}
.hover-bg-lightgrey:hover {
  background-color: rgba(195,195,195,0.15) !important;
}
.hover-bg-lightgrey.bg-marked:hover {
  background-color: rgba(195,195,195,0.6) !important;
}
.hover-bg-lightgrey.bg-full:hover {
  background-color: rgba(195,195,195,0.8) !important;
}
.bg-white {
  background-color: rgba(255,255,255,0.15) !important;
}
.bg-white.bg-marked {
  background-color: rgba(255,255,255,0.6) !important;
}
.bg-white.bg-full {
  background-color: rgba(255,255,255,0.8) !important;
}
.hover-bg-white:hover {
  background-color: rgba(255,255,255,0.15) !important;
}
.hover-bg-white.bg-marked:hover {
  background-color: rgba(255,255,255,0.6) !important;
}
.hover-bg-white.bg-full:hover {
  background-color: rgba(255,255,255,0.8) !important;
}
.tag,
.sticker {
  font-size: 90%;
  background: #3b5998;
  color: #fff;
  white-space: nowrap;
}
.tag .progressbar:not(.warning),
.sticker .progressbar:not(.warning) {
  background: rgba(255,255,255,0.3);
  border-color: #fff !important;
}
.tag .progressbar:not(.warning) > div,
.sticker .progressbar:not(.warning) > div,
.tag .progressbar:not(.warning) > span,
.sticker .progressbar:not(.warning) > span {
  background: rgba(255,255,255,0.5);
}
.tag {
  padding: 0.2em 0.8em 0.3em 1em;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}
.tag:before {
  content: "•";
  margin-left: -0.5em;
  margin-right: 0.5em;
  color: #fff;
}
.print .tag {
  display: none;
}
.sticker {
  padding: 0.1em 0.5em 0.2em;
  cursor: default;
  border-radius: 0.4em;
}
.sticker:not(.compact) {
  margin-left: 0.6em;
}
.sticker.left-icon {
  padding-left: 0;
}
.sticker .progressbar {
  position: relative;
  top: 1px;
  margin-left: 3px;
}
html,
body {
  height: 100%;
  overflow: hidden;
}
body {
  color-scheme: light dark;
  font: 12px/18px Open Sans, Helvetica, Arial, Tahoma, sans-serif;
}
body.darkmode {
  color-scheme: dark;
}
body.lightmode {
  color-scheme: light;
}
#notice {
  color: light-dark(#5c6975, #6a6a6a);
}
#stage {
  width: 100vw;
  height: 100vh;
  background: light-dark(#e3e3e3, #14181c);
  background-size: cover;
  background-position: center bottom;
}
#stage .login-container {
  height: 80vh;
  max-width: 1000px;
  position: relative;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  background: light-dark(#ececec, #22272e);
  border-radius: 20px;
  padding: 20px;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#stage .login-input {
  position: relative;
  width: 40%;
  margin: 0 80px;
}
#stage .login-input .login-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 20px;
  margin-top: 150px;
  margin-bottom: 40px;
}
#stage .login-input .login-header .app-icon {
  padding: 4px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #f4f4f4;
}
#stage .login-input .login-header .app-icon .box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
#stage .login-input .login-header .app-icon .box > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#stage .login-input .login-header .app-icon .box > svg {
  height: 32px;
}
#stage .login-input .login-header .title {
  width: 100%;
}
#stage .login-input h2 {
  font-size: 2.5em;
  font-weight: bold;
  color: light-dark(#33333f, #e8e8e8);
  margin-bottom: 5px;
  line-height: 1em;
}
#stage .login-input h3 {
  font-size: 1.8em;
  font-weight: bold;
  line-height: normal;
}
#stage .login-input h4 {
  font-size: 1.2em;
  color: light-dark(#404258, #9b9b9b);
  font-weight: normal;
}
#stage .login-input .content {
  color: light-dark(#33333f, #e8e8e8);
}
#stage .login-input.hidden {
  margin-top: 40%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#stage .login-image {
  position: relative;
  width: 60%;
  border-radius: 15px;
}
#stage .login-image img,
#stage .login-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-clip-path: inset(0 0 0 0 round 15px);
  clip-path: inset(0 0 0 0 round 15px);
}
#stage .container-2fa {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: light-dark(#33333f, #e8e8e8);
}
#stage .container-2fa center svg {
  height: 80px;
  color: light-dark(#33333f, #e8e8e8);
  margin-bottom: 50px;
}
.display-none {
  display: none;
}
.width-full {
  width: 100% !important;
}
.width-half {
  width: 50% !important;
}
.width-half.second-half {
  margin-left: 0.5%;
  width: 49.5% !important;
}
.width-xlarge {
  width: 660px !important;
}
.width-large {
  width: 440px !important;
}
.width-medium {
  width: 330px !important;
}
.width-small {
  width: 220px !important;
}
.width-tiny {
  width: 110px !important;
}
.width-teeny {
  width: 55px !important;
}
.width-auto {
  width: auto !important;
  min-width: auto !important;
}
.selectize-control ~ .selectize-control {
  margin-left: 5px;
}
.selectize-control ~ .selectize-control.width-half {
  width: calc(50% - 5px) !important;
}
.selectize-control ~ .selectize-control.width-xlarge {
  width: 655px !important;
}
.selectize-control ~ .selectize-control.width-large {
  width: 435px !important;
}
.selectize-control ~ .selectize-control.width-medium {
  width: 325px !important;
}
.selectize-control ~ .selectize-control.width-small {
  width: 215px !important;
}
.selectize-control ~ .selectize-control.width-tiny {
  width: 105px !important;
}
.height-full {
  height: 100% !important;
}
.height-xlarge {
  height: 660px !important;
}
.height-large {
  height: 440px !important;
}
.height-medium {
  height: 330px !important;
}
.height-small {
  height: 220px !important;
}
.height-tiny {
  height: 110px !important;
}
.height-teeny {
  height: 55px !important;
}
.height-auto {
  height: auto !important;
}
.blur-half {
  filter: blur(6px) !important;
}
.opacity-half {
  opacity: 0.5 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
  filter: alpha(opacity=50) !important;
}
.opacity-rare {
  opacity: 0.3 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
  filter: alpha(opacity=30) !important;
}
.display-none {
  display: none;
}
.display-inline-block {
  display: inline-block;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  position: relative;
  overflow: auto;
}
.overflow-scroll {
  position: relative;
  overflow: scroll;
}
.float-right {
  float: right;
}
.float-right.padding {
  padding: 0.4em;
}
.float-right.margin {
  margin: 0.4em;
}
.float-left {
  float: left;
}
.float-left.padding {
  padding: 0.4em;
}
.float-left.margin {
  margin: 0.4em;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.clear-both {
  clear: both;
}
.whitespace-no-wrap {
  white-space: nowrap;
}
.whitespace-no-pre {
  white-space: pre;
}
.padding-none {
  padding: 0 !important;
}
.padding-base {
  padding: 0.5em;
}
.padding-large {
  padding: 1em;
}
.margin-none {
  margin: 0 !important;
}
.margin-base {
  margin: 0.5em;
}
.margin-large {
  margin: 1em;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-align-justify {
  text-align: justify;
}
.font-xxlarge {
  font-size: 200% !important;
}
.font-xlarge {
  font-size: 150% !important;
}
.font-large {
  font-size: 120% !important;
}
.font-small {
  font-size: 80% !important;
}
.font-xsmall {
  font-size: 70% !important;
}
.font-monospace {
  font-family: monospace !important;
}
.font-bold {
  font-weight: 800 !important;
}
.font-normal {
  font-weight: 100 !important;
}
input[type=text]:not(.selectize-inputbox),
input[type=search],
input[type=password],
textarea,
.input-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  min-height: 34px;
  line-height: 18px;
  vertical-align: middle;
  border-radius: 5px;
  border: 0;
  outline: 0;
  color: light-dark(#33333f, #fff);
  background: light-dark(#f4f4f4, #2a323b);
  border: 1px solid light-dark(#e3e3e3, #14181c);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
input[type=text]:not(.selectize-inputbox)::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
textarea::placeholder,
.input-box::placeholder {
  color: light-dark(#5c6975, #9b9b9b);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
input[type=text]:not(.selectize-inputbox):focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
.input-box:focus {
  border: 1px solid #3b5998;
}
input[type=text]:not(.selectize-inputbox):not([type=range]):disabled,
input[type=search]:not([type=range]):disabled,
input[type=password]:not([type=range]):disabled,
textarea:not([type=range]):disabled,
.input-box:not([type=range]):disabled,
input[type=text]:not(.selectize-inputbox).disabled,
input[type=search].disabled,
input[type=password].disabled,
textarea.disabled,
.input-box.disabled {
  cursor: not-allowed;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
input[type=text]:not(.selectize-inputbox).striped,
input[type=search].striped,
input[type=password].striped,
textarea.striped,
.input-box.striped {
  display: inline;
  width: auto !important;
  padding: 0 !important;
  font-weight: inherit !important;
  background: none !important;
  color: inherit !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
input[type=text]:not(.selectize-inputbox),
input[type=password],
.input-box {
  height: 34px;
}
input ~ input {
  margin-left: 1px !important;
}
.input-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.selectize-input {
  -webkit-transition: border-color, box-shadow 0.2s !important;
  -moz-transition: border-color, box-shadow 0.2s !important;
  -o-transition: border-color, box-shadow 0.2s !important;
  -ms-transition: border-color, box-shadow 0.2s !important;
  transition: border-color, box-shadow 0.2s !important;
}
.selectize-input > input {
  height: auto;
}
.selectize-input > input::placeholder {
  color: light-dark(#5c6975, #9b9b9b);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.selectize-input {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 34px;
  width: 100%;
  padding: 7px;
  border-radius: 5px;
  outline: 0;
  z-index: 1;
  text-align: left;
  background: light-dark(#f4f4f4, #2a323b);
  color: light-dark(#5c6975, #6a6a6a);
  border: 1px solid light-dark(#e3e3e3, #14181c);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.selectize-input.focus {
  border: 1px solid #3b5998;
}
.selectize-control .selectize-input.disabled {
  opacity: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5000%)";
  filter: alpha(opacity=5000%);
}
.selectize-dropdown {
  margin-top: 2px;
  padding: 5px;
  background: light-dark(#e3e3e3, #14181c);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2) !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.2) !important;
}
.selectize-dropdown .selectize-dropdown-content > * {
  color: light-dark(#404258, #9b9b9b);
  border-radius: 5px;
}
.selectize-dropdown .selectize-dropdown-content > * > [role=img] {
  margin-right: 8px;
}
.selectize-input.items [data-value] > [role=img] {
  margin-right: 8px;
  border: 1px solid transparent;
}
.selectize-control.multi .selectize-input [data-value] {
  margin: 2px;
  border-radius: 5px;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin-right: 2px;
  padding: 4px;
  color: #fff;
}
.selectize-control.multi .selectize-input {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  overflow: auto;
}
.selectize-control.multi .selectize-input > div {
  min-width: max-content;
}
.selectize-control.multi.width-full .selectize-input {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.selectize-dropdown .active:not(.separator),
.selectize-control.multi .selectize-input [data-value]:not(.separator),
.selectize-control.multi .selectize-input > div.active:not(.separator),
.selectize-control.multi .selectize-input [data-value].active:not(.separator) {
  background: #3b5998 !important;
  color: #fff !important;
}
.selectize-dropdown .optgroup-header {
  padding-top: 8px;
  font-weight: 700;
  font-size: 80%;
  cursor: default;
}
.selectize-dropdown .optgroup:not(:first-child) {
  border-top: 1px solid light-dark(#fff, #374152);
}
.selectize-dropdown .optgroup > :not(.optgroup-header) {
  padding-left: 16px;
}
.selectize-dropdown .active.create,
.selectize-dropdown .active .badge {
  color: #fff;
}
.datepicker-dropdown:before {
  border-bottom-color: light-dark(#fff, #374152);
}
.datepicker-dropdown:after {
  border-bottom-color: light-dark(#ececec, #22272e);
}
.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid light-dark(#fff, #374152);
}
.datepicker-dropdown.datepicker-orient-top:after {
  border-top: 7px solid light-dark(#ececec, #22272e);
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  color: light-dark(#33333f, #e8e8e8);
  background: light-dark(#fff, #374152);
  cursor: pointer;
}
.datepicker:not(.datepicker-week-select) td.active,
.datepicker:not(.datepicker-week-select) td.active:hover {
  background: #3b5998 !important;
  color: #fff !important;
}
.datepicker .day.today,
.datepicker .day.today:hover {
  background: light-dark(#fff, #374152) !important;
  color: light-dark(#33333f, #e8e8e8) !important;
}
.datepicker:not(.datepicker-week-select) table tr td.active {
  background: #95a5a6;
  color: #fff;
}
.datepicker.dropdown-menu {
  color: light-dark(#404258, #9b9b9b);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: light-dark(#fff, #374152);
  border: 1px solid light-dark(#fff, #374152);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.CodeMirror {
  border: 0;
  outline: 0;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  transition: 0.4s all;
}
.CodeMirror.CodeMirror-focused {
  border: 1px solid #3b5998;
}
.float-input-label {
  display: inline-block;
  position: relative;
}
.float-input-label > label[float] {
  position: absolute;
  margin-left: 2px;
  margin-top: 1px;
  color: rgba(0,0,0,0.4) !important;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
}
.float-input-label > label[float].focus {
  color: #263961 !important;
}
.float-input-label > label[float]:not(.focus):not(.filled) {
  padding: 8px;
}
.float-input-label > label[float].filled {
  font-size: 80%;
}
.float-input-label > label[float][center]:not(.focus):not(.filled) {
  text-align: center;
}
.float-input-label > label[float] + input {
  padding-top: 12px;
  padding-bottom: 4px;
}
.input-box.focused {
  border: 1px solid #3b5998;
}
input[type=checkbox]:before,
input[type=checkbox]:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  vertical-align: middle;
}
input[type=checkbox]:has(+ label) {
  height: 22px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
input[type=checkbox]:not(:has(+ label)) {
  outline: 0;
  -webkit-appearance: none;
}
input[type=checkbox]:not(:has(+ label)):focus:after {
  -webkit-box-shadow: 0 0 0 5px rgba(38,57,97,0.2);
  box-shadow: 0 0 0 5px rgba(38,57,97,0.2);
}
input[type=checkbox]:not(:has(+ label)):after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-left: -2px;
  text-align: center;
  font-size: 8px;
  line-height: 18px;
  background: light-dark(#e3e3e3, #14181c);
  border: 0;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
  tabindex: -1;
}
input[type=checkbox]:not(:has(+ label)):not(:disabled):after {
  color: #fff;
}
input[type=checkbox]:not(:has(+ label)):checked:after {
  content: "✓";
}
input[type=checkbox]:not(:has(+ label)):checked:not(:disabled):after {
  background-color: #3b5998;
  border-color: #3b5998;
}
input[type=checkbox]:not(:has(+ label)).expander:not(:checked):after {
  content: "+";
  font-size: 12px;
  color: light-dark(#14181c, #e3e3e3);
}
input[type=checkbox]:not(:has(+ label)).expander:checked:after {
  content: "-";
  font-size: 12px;
}
input[type=checkbox]:not(:has(+ label)):disabled:after {
  opacity: 40%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4000%)";
  filter: alpha(opacity=4000%);
  border-style: dotted;
}
label.toggle-checkbox {
  margin-top: 5px;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
label.toggle-checkbox.floated {
  margin-top: 0;
  margin-left: 45px;
}
label[mandatory]::before {
  content: "\2022";
  display: inline;
  margin-right: 0.5em;
  color: #e32;
}
input[type=checkbox] + label.toggle-checkbox::before {
  position: absolute;
  display: block;
  content: "";
  margin-left: -55px;
  width: 45px;
  height: 27px;
  background: light-dark(#e3e3e3, #14181c);
  border-radius: 22px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -ms-transition: background 0.4s;
  transition: background 0.4s;
}
input[type=checkbox] + label.toggle-checkbox::after {
  position: absolute;
  display: block;
  content: "";
  margin-left: -54px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.8);
  box-shadow: 0 0 1px rgba(0,0,0,0.8);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
input[type=checkbox] + label.toggle-checkbox.floated::before {
  margin-left: 5px;
  margin-top: -25px;
}
input[type=checkbox] + label.toggle-checkbox.floated::after {
  margin-left: 5px;
  margin-top: -25px;
}
input[type=checkbox]:focus + label.toggle-checkbox::before {
  border: 1px solid #3b5998;
}
input[type=checkbox]:checked + label.toggle-checkbox::before {
  background: #3b5998;
}
input[type=checkbox]:checked + label.toggle-checkbox::after {
  margin-left: -36px;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
input[type=checkbox]:checked + label.toggle-checkbox.floated:after {
  margin-left: 34px;
}
input[type=checkbox]:disabled + label.toggle-checkbox::before {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
input[type=checkbox]:disabled + label.toggle-checkbox::after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
input[type=range] {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 5px;
  background: none;
  border: 0;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -moz-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -o-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -ms-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: linear-gradient(to right, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
}
input[type=range]::-moz-slider-runnable-track {
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -moz-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -o-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -ms-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: linear-gradient(to right, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  background: -webkit-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -moz-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -o-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -ms-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: linear-gradient(to right, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  border-radius: 5px;
}
input[type=range]::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  border: 5px #b7b7b7 solid;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  border: 5px #b7b7b7 solid;
  margin-top: -7px;
}
input[type=range]:disabled {
  background: none;
  cursor: not-allowed;
}
fieldset {
  white-space: nowrap;
  height: 2em;
}
fieldset > label {
  float: left;
}
fieldset > label > span {
  display: inline-block;
  min-width: 2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  line-height: 2em;
  text-align: center;
  cursor: pointer;
  background: rgba(0,0,0,0.05);
  color: rgba(0,0,0,0.9);
  border: 1px solid rgba(0,0,0,0.3);
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
  transition: 0.2s all;
}
fieldset > label > span > * {
  line-height: inherit !important;
}
fieldset > label:not(:first-child) > span {
  border-left: 0;
}
fieldset > label:not(:last-child) > span {
  border-right: 0;
}
fieldset > label:first-child > span {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
fieldset > label:last-child > span {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
fieldset > label > input[type=radio],
fieldset > label > input[type=checkbox] {
  display: none;
}
fieldset > label > input[type=radio]:checked + span,
fieldset > label > input[type=checkbox]:checked + span {
  background: rgba(59,89,152,0.8);
  color: rgba(255,255,255,0.9);
}
small {
  font-size: 90%;
  opacity: 80%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8000%)";
  filter: alpha(opacity=8000%);
}
button,
a.button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 16px;
  margin-right: 4px;
  margin-bottom: 4px;
  height: 34px;
  line-height: 18px;
  vertical-align: middle;
  border-radius: 5px;
  cursor: pointer;
  outline: 0;
  color: light-dark(#222, #fff);
  background: light-dark(#f9f9f9, #333);
  border: 1px solid light-dark(#b8b8b8, #555);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
button:focus:not(:disabled):not(.disabled),
a.button:focus:not(:disabled):not(.disabled),
button:active:not(:disabled):not(.disabled),
a.button:active:not(:disabled):not(.disabled) {
  border-color: rgba(0,0,0,0.4) !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.01), 0 0 0 3px rgba(0,0,0,0.15) !important;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.01), 0 0 0 3px rgba(0,0,0,0.15) !important;
}
button:disabled,
a.button:disabled,
button.disabled,
a.button.disabled {
  background: light-dark(#f0f0f0, #333);
  color: light-dark(#ccc, #888);
  border-color: light-dark(#dfdfdf, #666);
  cursor: not-allowed;
}
button:not([cancel]):not(.cancel):not(:disabled):not(.disabled):not(.type-clear),
a.button:not([cancel]):not(.cancel):not(:disabled):not(.disabled):not(.type-clear) {
  color: #fff;
  background: #3b5998;
  border-color: #293e6a;
}
button:not([cancel]):not(.cancel):not(:disabled):not(.disabled):not(.type-clear):focus,
a.button:not([cancel]):not(.cancel):not(:disabled):not(.disabled):not(.type-clear):focus,
button:not([cancel]):not(.cancel):not(:disabled):not(.disabled):not(.type-clear):active,
a.button:not([cancel]):not(.cancel):not(:disabled):not(.disabled):not(.type-clear):active {
  border: 1px solid #3b5998;
}
button.type-red:not(:disabled):not(.disabled),
a.button.type-red:not(:disabled):not(.disabled) {
  background: #e74c3c !important;
  border-color: #b52516 !important;
  -webkit-box-shadow: 0 1px 0 rgba(231,76,60,0.05);
  box-shadow: 0 1px 0 rgba(231,76,60,0.05);
}
button.type-red:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-red:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-red:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-red:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #e74c3c !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(231,76,60,0.05), 0 0 0 3px rgba(231,76,60,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(231,76,60,0.05), 0 0 0 3px rgba(231,76,60,0.3) !important;
}
button.type-orange:not(:disabled):not(.disabled),
a.button.type-orange:not(:disabled):not(.disabled) {
  background: #e67e22 !important;
  border-color: #a65813 !important;
  -webkit-box-shadow: 0 1px 0 rgba(230,126,34,0.05);
  box-shadow: 0 1px 0 rgba(230,126,34,0.05);
}
button.type-orange:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-orange:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-orange:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-orange:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #e67e22 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(230,126,34,0.05), 0 0 0 3px rgba(230,126,34,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(230,126,34,0.05), 0 0 0 3px rgba(230,126,34,0.3) !important;
}
button.type-yellow:not(:disabled):not(.disabled),
a.button.type-yellow:not(:disabled):not(.disabled) {
  background: #f1c40f !important;
  border-color: #a98a0a !important;
  -webkit-box-shadow: 0 1px 0 rgba(241,196,15,0.05);
  box-shadow: 0 1px 0 rgba(241,196,15,0.05);
}
button.type-yellow:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-yellow:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-yellow:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-yellow:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #f1c40f !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(241,196,15,0.05), 0 0 0 3px rgba(241,196,15,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(241,196,15,0.05), 0 0 0 3px rgba(241,196,15,0.3) !important;
}
button.type-yellowgreen:not(:disabled):not(.disabled),
a.button.type-yellowgreen:not(:disabled):not(.disabled) {
  background: #bad80d !important;
  border-color: #829709 !important;
  -webkit-box-shadow: 0 1px 0 rgba(186,216,13,0.05);
  box-shadow: 0 1px 0 rgba(186,216,13,0.05);
}
button.type-yellowgreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-yellowgreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-yellowgreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-yellowgreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #bad80d !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(186,216,13,0.05), 0 0 0 3px rgba(186,216,13,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(186,216,13,0.05), 0 0 0 3px rgba(186,216,13,0.3) !important;
}
button.type-green:not(:disabled):not(.disabled),
a.button.type-green:not(:disabled):not(.disabled) {
  background: #2ecc71 !important;
  border-color: #208f4f !important;
  -webkit-box-shadow: 0 1px 0 rgba(46,204,113,0.05);
  box-shadow: 0 1px 0 rgba(46,204,113,0.05);
}
button.type-green:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-green:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-green:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-green:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #2ecc71 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(46,204,113,0.05), 0 0 0 3px rgba(46,204,113,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(46,204,113,0.05), 0 0 0 3px rgba(46,204,113,0.3) !important;
}
button.type-seagreen:not(:disabled):not(.disabled),
a.button.type-seagreen:not(:disabled):not(.disabled) {
  background: #20b2aa !important;
  border-color: #167d77 !important;
  -webkit-box-shadow: 0 1px 0 rgba(32,178,170,0.05);
  box-shadow: 0 1px 0 rgba(32,178,170,0.05);
}
button.type-seagreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-seagreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-seagreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-seagreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #20b2aa !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(32,178,170,0.05), 0 0 0 3px rgba(32,178,170,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(32,178,170,0.05), 0 0 0 3px rgba(32,178,170,0.3) !important;
}
button.type-skyblue:not(:disabled):not(.disabled),
a.button.type-skyblue:not(:disabled):not(.disabled) {
  background: #87cefa !important;
  border-color: #18a1f5 !important;
  -webkit-box-shadow: 0 1px 0 rgba(135,206,250,0.05);
  box-shadow: 0 1px 0 rgba(135,206,250,0.05);
}
button.type-skyblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-skyblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-skyblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-skyblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #87cefa !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(135,206,250,0.05), 0 0 0 3px rgba(135,206,250,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(135,206,250,0.05), 0 0 0 3px rgba(135,206,250,0.3) !important;
}
button.type-blue:not(:disabled):not(.disabled),
a.button.type-blue:not(:disabled):not(.disabled) {
  background: #3498db !important;
  border-color: #1d6ca1 !important;
  -webkit-box-shadow: 0 1px 0 rgba(52,152,219,0.05);
  box-shadow: 0 1px 0 rgba(52,152,219,0.05);
}
button.type-blue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-blue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-blue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-blue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #3498db !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(52,152,219,0.05), 0 0 0 3px rgba(52,152,219,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(52,152,219,0.05), 0 0 0 3px rgba(52,152,219,0.3) !important;
}
button.type-slateblue:not(:disabled):not(.disabled),
a.button.type-slateblue:not(:disabled):not(.disabled) {
  background: #6b5fe0 !important;
  border-color: #3224bb !important;
  -webkit-box-shadow: 0 1px 0 rgba(107,95,224,0.05);
  box-shadow: 0 1px 0 rgba(107,95,224,0.05);
}
button.type-slateblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-slateblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-slateblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-slateblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #6b5fe0 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(107,95,224,0.05), 0 0 0 3px rgba(107,95,224,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(107,95,224,0.05), 0 0 0 3px rgba(107,95,224,0.3) !important;
}
button.type-purple:not(:disabled):not(.disabled),
a.button.type-purple:not(:disabled):not(.disabled) {
  background: #9b59b6 !important;
  border-color: #6e3a84 !important;
  -webkit-box-shadow: 0 1px 0 rgba(155,89,182,0.05);
  box-shadow: 0 1px 0 rgba(155,89,182,0.05);
}
button.type-purple:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-purple:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-purple:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-purple:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #9b59b6 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(155,89,182,0.05), 0 0 0 3px rgba(155,89,182,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(155,89,182,0.05), 0 0 0 3px rgba(155,89,182,0.3) !important;
}
button.type-pink:not(:disabled):not(.disabled),
a.button.type-pink:not(:disabled):not(.disabled) {
  background: #ff74e4 !important;
  border-color: #ff05ce !important;
  -webkit-box-shadow: 0 1px 0 rgba(255,116,228,0.05);
  box-shadow: 0 1px 0 rgba(255,116,228,0.05);
}
button.type-pink:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-pink:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-pink:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-pink:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #ff74e4 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,116,228,0.05), 0 0 0 3px rgba(255,116,228,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(255,116,228,0.05), 0 0 0 3px rgba(255,116,228,0.3) !important;
}
button.type-rose:not(:disabled):not(.disabled),
a.button.type-rose:not(:disabled):not(.disabled) {
  background: #eb6b5e !important;
  border-color: #cd2a19 !important;
  -webkit-box-shadow: 0 1px 0 rgba(235,107,94,0.05);
  box-shadow: 0 1px 0 rgba(235,107,94,0.05);
}
button.type-rose:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-rose:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-rose:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-rose:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #eb6b5e !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(235,107,94,0.05), 0 0 0 3px rgba(235,107,94,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(235,107,94,0.05), 0 0 0 3px rgba(235,107,94,0.3) !important;
}
button.type-wheat:not(:disabled):not(.disabled),
a.button.type-wheat:not(:disabled):not(.disabled) {
  background: #f5deb3 !important;
  border-color: #e6ad43 !important;
  -webkit-box-shadow: 0 1px 0 rgba(245,222,179,0.05);
  box-shadow: 0 1px 0 rgba(245,222,179,0.05);
}
button.type-wheat:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-wheat:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-wheat:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-wheat:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #f5deb3 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(245,222,179,0.05), 0 0 0 3px rgba(245,222,179,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(245,222,179,0.05), 0 0 0 3px rgba(245,222,179,0.3) !important;
}
button.type-goldenrod:not(:disabled):not(.disabled),
a.button.type-goldenrod:not(:disabled):not(.disabled) {
  background: #bd8941 !important;
  border-color: #84602d !important;
  -webkit-box-shadow: 0 1px 0 rgba(189,137,65,0.05);
  box-shadow: 0 1px 0 rgba(189,137,65,0.05);
}
button.type-goldenrod:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-goldenrod:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-goldenrod:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-goldenrod:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #bd8941 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(189,137,65,0.05), 0 0 0 3px rgba(189,137,65,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(189,137,65,0.05), 0 0 0 3px rgba(189,137,65,0.3) !important;
}
button.type-brown:not(:disabled):not(.disabled),
a.button.type-brown:not(:disabled):not(.disabled) {
  background: #745429 !important;
  border-color: #513b1d !important;
  -webkit-box-shadow: 0 1px 0 rgba(116,84,41,0.05);
  box-shadow: 0 1px 0 rgba(116,84,41,0.05);
}
button.type-brown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-brown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-brown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-brown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #745429 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(116,84,41,0.05), 0 0 0 3px rgba(116,84,41,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(116,84,41,0.05), 0 0 0 3px rgba(116,84,41,0.3) !important;
}
button.type-darkbrown:not(:disabled):not(.disabled),
a.button.type-darkbrown:not(:disabled):not(.disabled) {
  background: #382d2b !important;
  border-color: #27201e !important;
  -webkit-box-shadow: 0 1px 0 rgba(56,45,43,0.05);
  box-shadow: 0 1px 0 rgba(56,45,43,0.05);
}
button.type-darkbrown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-darkbrown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-darkbrown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-darkbrown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #382d2b !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(56,45,43,0.05), 0 0 0 3px rgba(56,45,43,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(56,45,43,0.05), 0 0 0 3px rgba(56,45,43,0.3) !important;
}
button.type-black:not(:disabled):not(.disabled),
a.button.type-black:not(:disabled):not(.disabled) {
  background: #000 !important;
  border-color: #000 !important;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
}
button.type-black:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-black:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-black:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-black:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #000 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05), 0 0 0 3px rgba(0,0,0,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.05), 0 0 0 3px rgba(0,0,0,0.3) !important;
}
button.type-darkgrey:not(:disabled):not(.disabled),
a.button.type-darkgrey:not(:disabled):not(.disabled) {
  background: #737373 !important;
  border-color: #515151 !important;
  -webkit-box-shadow: 0 1px 0 rgba(115,115,115,0.05);
  box-shadow: 0 1px 0 rgba(115,115,115,0.05);
}
button.type-darkgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-darkgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-darkgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-darkgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #737373 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(115,115,115,0.05), 0 0 0 3px rgba(115,115,115,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(115,115,115,0.05), 0 0 0 3px rgba(115,115,115,0.3) !important;
}
button.type-lightgrey:not(:disabled):not(.disabled),
a.button.type-lightgrey:not(:disabled):not(.disabled) {
  background: #c3c3c3 !important;
  border-color: #898989 !important;
  -webkit-box-shadow: 0 1px 0 rgba(195,195,195,0.05);
  box-shadow: 0 1px 0 rgba(195,195,195,0.05);
}
button.type-lightgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-lightgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-lightgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-lightgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #c3c3c3 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(195,195,195,0.05), 0 0 0 3px rgba(195,195,195,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(195,195,195,0.05), 0 0 0 3px rgba(195,195,195,0.3) !important;
}
button.type-white:not(:disabled):not(.disabled),
a.button.type-white:not(:disabled):not(.disabled) {
  background: #fff !important;
  border-color: #b3b3b3 !important;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.05);
  box-shadow: 0 1px 0 rgba(255,255,255,0.05);
}
button.type-white:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-white:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-white:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-white:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #fff !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 0 0 3px rgba(255,255,255,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 0 0 3px rgba(255,255,255,0.3) !important;
}
a.button {
  padding-bottom: 8px !important;
}
.toolbar > button {
  margin-bottom: 0;
}
path.tz.selected {
  fill: #3b5998 !important;
}
path.tz:hover {
  fill: rgba(59,89,152,0.9) !important;
}
.pickr .pcr-button::before,
.pickr .pcr-button::after {
  border-radius: 5px;
}
#login-form input {
  width: 100%;
}
#login-form button {
  position: relative;
  margin: 40px 0;
}
.warn {
  margin-bottom: 1em !important;
  color: #db0d2a !important;
}
.notice,
.info {
  position: relative;
  top: 0;
}
.input-rack {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 10px 0 50px 0;
}
.input-rack > input {
  border: 2px #ccc solid !important;
  border-radius: 10px !important;
  width: 50px !important;
  height: 70px;
  font-size: 2em !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-rack > input:focus {
  outline: none;
  border: 2px #000 solid;
}
.buttons-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.buttons-container .type-clear {
  background: #fff;
  color: #006cff;
}
#username,
#password,
#no-username-form,
#login {
  font-size: 1.2em;
  margin-bottom: 10px;
}
#not-you {
  position: absolute;
  right: 0;
  color: #006cff;
}
#copyright {
  position: absolute;
  bottom: 30px;
  color: light-dark(#5c6975, #6a6a6a);
  width: 100%;
  text-align: center;
}
@media (max-width: 1000px) {
  #stage .login-container {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 70vw;
    height: min-content;
    max-height: 100dvh;
  }
  #stage .login-image {
    width: 100%;
  }
  #stage .login-input {
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #stage .login-input .login-header {
    margin-top: 0;
  }
  #stage #copyright {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #stage #not-you {
    right: 10%;
  }
}
@media (min-width: 1800px) {
  #stage .login-container {
    max-width: 1200px;
  }
}
@media (max-width: 600px) {
  #stage .login-container {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 80vw;
  }
  #stage .login-header {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #stage .login-image {
    display: none;
  }
  #stage .login-input {
    height: unset;
  }
}
.width-full {
  width: 100% !important;
}
.width-half {
  width: 50% !important;
}
.width-half.second-half {
  margin-left: 0.5%;
  width: 49.5% !important;
}
.width-xlarge {
  width: 660px !important;
}
.width-large {
  width: 440px !important;
}
.width-medium {
  width: 330px !important;
}
.width-small {
  width: 220px !important;
}
.width-tiny {
  width: 110px !important;
}
.width-teeny {
  width: 55px !important;
}
.width-auto {
  width: auto !important;
  min-width: auto !important;
}
.selectize-control ~ .selectize-control {
  margin-left: 5px;
}
.selectize-control ~ .selectize-control.width-half {
  width: calc(50% - 5px) !important;
}
.selectize-control ~ .selectize-control.width-xlarge {
  width: 655px !important;
}
.selectize-control ~ .selectize-control.width-large {
  width: 435px !important;
}
.selectize-control ~ .selectize-control.width-medium {
  width: 325px !important;
}
.selectize-control ~ .selectize-control.width-small {
  width: 215px !important;
}
.selectize-control ~ .selectize-control.width-tiny {
  width: 105px !important;
}
.height-full {
  height: 100% !important;
}
.height-xlarge {
  height: 660px !important;
}
.height-large {
  height: 440px !important;
}
.height-medium {
  height: 330px !important;
}
.height-small {
  height: 220px !important;
}
.height-tiny {
  height: 110px !important;
}
.height-teeny {
  height: 55px !important;
}
.height-auto {
  height: auto !important;
}
.blur-half {
  filter: blur(6px) !important;
}
.opacity-half {
  opacity: 0.5 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
  filter: alpha(opacity=50) !important;
}
.opacity-rare {
  opacity: 0.3 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
  filter: alpha(opacity=30) !important;
}
.display-none {
  display: none;
}
.display-inline-block {
  display: inline-block;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  position: relative;
  overflow: auto;
}
.overflow-scroll {
  position: relative;
  overflow: scroll;
}
.float-right {
  float: right;
}
.float-right.padding {
  padding: 0.4em;
}
.float-right.margin {
  margin: 0.4em;
}
.float-left {
  float: left;
}
.float-left.padding {
  padding: 0.4em;
}
.float-left.margin {
  margin: 0.4em;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.clear-both {
  clear: both;
}
.whitespace-no-wrap {
  white-space: nowrap;
}
.whitespace-no-pre {
  white-space: pre;
}
.padding-none {
  padding: 0 !important;
}
.padding-base {
  padding: 0.5em;
}
.padding-large {
  padding: 1em;
}
.margin-none {
  margin: 0 !important;
}
.margin-base {
  margin: 0.5em;
}
.margin-large {
  margin: 1em;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-align-justify {
  text-align: justify;
}
.font-xxlarge {
  font-size: 200% !important;
}
.font-xlarge {
  font-size: 150% !important;
}
.font-large {
  font-size: 120% !important;
}
.font-small {
  font-size: 80% !important;
}
.font-xsmall {
  font-size: 70% !important;
}
.font-monospace {
  font-family: monospace !important;
}
.font-bold {
  font-weight: 800 !important;
}
.font-normal {
  font-weight: 100 !important;
}
input[type=text]:not(.selectize-inputbox),
input[type=search],
input[type=password],
textarea,
.input-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  min-height: 34px;
  line-height: 18px;
  vertical-align: middle;
  border-radius: 5px;
  border: 0;
  outline: 0;
  color: light-dark(#33333f, #fff);
  background: light-dark(#f4f4f4, #2a323b);
  border: 1px solid light-dark(#e3e3e3, #14181c);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
input[type=text]:not(.selectize-inputbox)::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
textarea::placeholder,
.input-box::placeholder {
  color: light-dark(#5c6975, #9b9b9b);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
input[type=text]:not(.selectize-inputbox):focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
.input-box:focus {
  border: 1px solid #3b5998;
}
input[type=text]:not(.selectize-inputbox):not([type=range]):disabled,
input[type=search]:not([type=range]):disabled,
input[type=password]:not([type=range]):disabled,
textarea:not([type=range]):disabled,
.input-box:not([type=range]):disabled,
input[type=text]:not(.selectize-inputbox).disabled,
input[type=search].disabled,
input[type=password].disabled,
textarea.disabled,
.input-box.disabled {
  cursor: not-allowed;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
input[type=text]:not(.selectize-inputbox).striped,
input[type=search].striped,
input[type=password].striped,
textarea.striped,
.input-box.striped {
  display: inline;
  width: auto !important;
  padding: 0 !important;
  font-weight: inherit !important;
  background: none !important;
  color: inherit !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
input[type=text]:not(.selectize-inputbox),
input[type=password],
.input-box {
  height: 34px;
}
input ~ input {
  margin-left: 1px !important;
}
.input-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.selectize-input {
  -webkit-transition: border-color, box-shadow 0.2s !important;
  -moz-transition: border-color, box-shadow 0.2s !important;
  -o-transition: border-color, box-shadow 0.2s !important;
  -ms-transition: border-color, box-shadow 0.2s !important;
  transition: border-color, box-shadow 0.2s !important;
}
.selectize-input > input {
  height: auto;
}
.selectize-input > input::placeholder {
  color: light-dark(#5c6975, #9b9b9b);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.selectize-input {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 34px;
  width: 100%;
  padding: 7px;
  border-radius: 5px;
  outline: 0;
  z-index: 1;
  text-align: left;
  background: light-dark(#f4f4f4, #2a323b);
  color: light-dark(#5c6975, #6a6a6a);
  border: 1px solid light-dark(#e3e3e3, #14181c);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.selectize-input.focus {
  border: 1px solid #3b5998;
}
.selectize-control .selectize-input.disabled {
  opacity: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5000%)";
  filter: alpha(opacity=5000%);
}
.selectize-dropdown {
  margin-top: 2px;
  padding: 5px;
  background: light-dark(#e3e3e3, #14181c);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2) !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.2) !important;
}
.selectize-dropdown .selectize-dropdown-content > * {
  color: light-dark(#404258, #9b9b9b);
  border-radius: 5px;
}
.selectize-dropdown .selectize-dropdown-content > * > [role=img] {
  margin-right: 8px;
}
.selectize-input.items [data-value] > [role=img] {
  margin-right: 8px;
  border: 1px solid transparent;
}
.selectize-control.multi .selectize-input [data-value] {
  margin: 2px;
  border-radius: 5px;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin-right: 2px;
  padding: 4px;
  color: #fff;
}
.selectize-control.multi .selectize-input {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  overflow: auto;
}
.selectize-control.multi .selectize-input > div {
  min-width: max-content;
}
.selectize-control.multi.width-full .selectize-input {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.selectize-dropdown .active:not(.separator),
.selectize-control.multi .selectize-input [data-value]:not(.separator),
.selectize-control.multi .selectize-input > div.active:not(.separator),
.selectize-control.multi .selectize-input [data-value].active:not(.separator) {
  background: #3b5998 !important;
  color: #fff !important;
}
.selectize-dropdown .optgroup-header {
  padding-top: 8px;
  font-weight: 700;
  font-size: 80%;
  cursor: default;
}
.selectize-dropdown .optgroup:not(:first-child) {
  border-top: 1px solid light-dark(#fff, #374152);
}
.selectize-dropdown .optgroup > :not(.optgroup-header) {
  padding-left: 16px;
}
.selectize-dropdown .active.create,
.selectize-dropdown .active .badge {
  color: #fff;
}
.datepicker-dropdown:before {
  border-bottom-color: light-dark(#fff, #374152);
}
.datepicker-dropdown:after {
  border-bottom-color: light-dark(#ececec, #22272e);
}
.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid light-dark(#fff, #374152);
}
.datepicker-dropdown.datepicker-orient-top:after {
  border-top: 7px solid light-dark(#ececec, #22272e);
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  color: light-dark(#33333f, #e8e8e8);
  background: light-dark(#fff, #374152);
  cursor: pointer;
}
.datepicker:not(.datepicker-week-select) td.active,
.datepicker:not(.datepicker-week-select) td.active:hover {
  background: #3b5998 !important;
  color: #fff !important;
}
.datepicker .day.today,
.datepicker .day.today:hover {
  background: light-dark(#fff, #374152) !important;
  color: light-dark(#33333f, #e8e8e8) !important;
}
.datepicker:not(.datepicker-week-select) table tr td.active {
  background: #95a5a6;
  color: #fff;
}
.datepicker.dropdown-menu {
  color: light-dark(#404258, #9b9b9b);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: light-dark(#fff, #374152);
  border: 1px solid light-dark(#fff, #374152);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.CodeMirror {
  border: 0;
  outline: 0;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  transition: 0.4s all;
}
.CodeMirror.CodeMirror-focused {
  border: 1px solid #3b5998;
}
.float-input-label {
  display: inline-block;
  position: relative;
}
.float-input-label > label[float] {
  position: absolute;
  margin-left: 2px;
  margin-top: 1px;
  color: rgba(0,0,0,0.4) !important;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
}
.float-input-label > label[float].focus {
  color: #263961 !important;
}
.float-input-label > label[float]:not(.focus):not(.filled) {
  padding: 8px;
}
.float-input-label > label[float].filled {
  font-size: 80%;
}
.float-input-label > label[float][center]:not(.focus):not(.filled) {
  text-align: center;
}
.float-input-label > label[float] + input {
  padding-top: 12px;
  padding-bottom: 4px;
}
.input-box.focused {
  border: 1px solid #3b5998;
}
input[type=checkbox]:before,
input[type=checkbox]:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  vertical-align: middle;
}
input[type=checkbox]:has(+ label) {
  height: 22px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
input[type=checkbox]:not(:has(+ label)) {
  outline: 0;
  -webkit-appearance: none;
}
input[type=checkbox]:not(:has(+ label)):focus:after {
  -webkit-box-shadow: 0 0 0 5px rgba(38,57,97,0.2);
  box-shadow: 0 0 0 5px rgba(38,57,97,0.2);
}
input[type=checkbox]:not(:has(+ label)):after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-left: -2px;
  text-align: center;
  font-size: 8px;
  line-height: 18px;
  background: light-dark(#e3e3e3, #14181c);
  border: 0;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
  tabindex: -1;
}
input[type=checkbox]:not(:has(+ label)):not(:disabled):after {
  color: #fff;
}
input[type=checkbox]:not(:has(+ label)):checked:after {
  content: "✓";
}
input[type=checkbox]:not(:has(+ label)):checked:not(:disabled):after {
  background-color: #3b5998;
  border-color: #3b5998;
}
input[type=checkbox]:not(:has(+ label)).expander:not(:checked):after {
  content: "+";
  font-size: 12px;
  color: light-dark(#14181c, #e3e3e3);
}
input[type=checkbox]:not(:has(+ label)).expander:checked:after {
  content: "-";
  font-size: 12px;
}
input[type=checkbox]:not(:has(+ label)):disabled:after {
  opacity: 40%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4000%)";
  filter: alpha(opacity=4000%);
  border-style: dotted;
}
label.toggle-checkbox {
  margin-top: 5px;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
label.toggle-checkbox.floated {
  margin-top: 0;
  margin-left: 45px;
}
label[mandatory]::before {
  content: "\2022";
  display: inline;
  margin-right: 0.5em;
  color: #e32;
}
input[type=checkbox] + label.toggle-checkbox::before {
  position: absolute;
  display: block;
  content: "";
  margin-left: -55px;
  width: 45px;
  height: 27px;
  background: light-dark(#e3e3e3, #14181c);
  border-radius: 22px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -ms-transition: background 0.4s;
  transition: background 0.4s;
}
input[type=checkbox] + label.toggle-checkbox::after {
  position: absolute;
  display: block;
  content: "";
  margin-left: -54px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.8);
  box-shadow: 0 0 1px rgba(0,0,0,0.8);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
input[type=checkbox] + label.toggle-checkbox.floated::before {
  margin-left: 5px;
  margin-top: -25px;
}
input[type=checkbox] + label.toggle-checkbox.floated::after {
  margin-left: 5px;
  margin-top: -25px;
}
input[type=checkbox]:focus + label.toggle-checkbox::before {
  border: 1px solid #3b5998;
}
input[type=checkbox]:checked + label.toggle-checkbox::before {
  background: #3b5998;
}
input[type=checkbox]:checked + label.toggle-checkbox::after {
  margin-left: -36px;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
input[type=checkbox]:checked + label.toggle-checkbox.floated:after {
  margin-left: 34px;
}
input[type=checkbox]:disabled + label.toggle-checkbox::before {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
input[type=checkbox]:disabled + label.toggle-checkbox::after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
input[type=range] {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 5px;
  background: none;
  border: 0;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -moz-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -o-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -ms-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: linear-gradient(to right, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
}
input[type=range]::-moz-slider-runnable-track {
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -moz-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -o-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -ms-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: linear-gradient(to right, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  background: -webkit-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -moz-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -o-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -ms-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: linear-gradient(to right, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  border-radius: 5px;
}
input[type=range]::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  border: 5px #b7b7b7 solid;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  border: 5px #b7b7b7 solid;
  margin-top: -7px;
}
input[type=range]:disabled {
  background: none;
  cursor: not-allowed;
}
fieldset {
  white-space: nowrap;
  height: 2em;
}
fieldset > label {
  float: left;
}
fieldset > label > span {
  display: inline-block;
  min-width: 2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  line-height: 2em;
  text-align: center;
  cursor: pointer;
  background: rgba(0,0,0,0.05);
  color: rgba(0,0,0,0.9);
  border: 1px solid rgba(0,0,0,0.3);
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
  transition: 0.2s all;
}
fieldset > label > span > * {
  line-height: inherit !important;
}
fieldset > label:not(:first-child) > span {
  border-left: 0;
}
fieldset > label:not(:last-child) > span {
  border-right: 0;
}
fieldset > label:first-child > span {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
fieldset > label:last-child > span {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
fieldset > label > input[type=radio],
fieldset > label > input[type=checkbox] {
  display: none;
}
fieldset > label > input[type=radio]:checked + span,
fieldset > label > input[type=checkbox]:checked + span {
  background: rgba(59,89,152,0.8);
  color: rgba(255,255,255,0.9);
}
small {
  font-size: 90%;
  opacity: 80%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8000%)";
  filter: alpha(opacity=8000%);
}
button,
a.button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 16px;
  margin-right: 4px;
  margin-bottom: 4px;
  height: 34px;
  line-height: 18px;
  vertical-align: middle;
  border-radius: 5px;
  cursor: pointer;
  outline: 0;
  color: light-dark(#222, #fff);
  background: light-dark(#f9f9f9, #333);
  border: 1px solid light-dark(#b8b8b8, #555);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
button:focus:not(:disabled):not(.disabled),
a.button:focus:not(:disabled):not(.disabled),
button:active:not(:disabled):not(.disabled),
a.button:active:not(:disabled):not(.disabled) {
  border-color: rgba(0,0,0,0.4) !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.01), 0 0 0 3px rgba(0,0,0,0.15) !important;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.01), 0 0 0 3px rgba(0,0,0,0.15) !important;
}
button:disabled,
a.button:disabled,
button.disabled,
a.button.disabled {
  background: light-dark(#f0f0f0, #333);
  color: light-dark(#ccc, #888);
  border-color: light-dark(#dfdfdf, #666);
  cursor: not-allowed;
}
button:not([cancel]):not(.cancel):not(:disabled):not(.disabled):not(.type-clear),
a.button:not([cancel]):not(.cancel):not(:disabled):not(.disabled):not(.type-clear) {
  color: #fff;
  background: #3b5998;
  border-color: #293e6a;
}
button:not([cancel]):not(.cancel):not(:disabled):not(.disabled):not(.type-clear):focus,
a.button:not([cancel]):not(.cancel):not(:disabled):not(.disabled):not(.type-clear):focus,
button:not([cancel]):not(.cancel):not(:disabled):not(.disabled):not(.type-clear):active,
a.button:not([cancel]):not(.cancel):not(:disabled):not(.disabled):not(.type-clear):active {
  border: 1px solid #3b5998;
}
button.type-red:not(:disabled):not(.disabled),
a.button.type-red:not(:disabled):not(.disabled) {
  background: #e74c3c !important;
  border-color: #b52516 !important;
  -webkit-box-shadow: 0 1px 0 rgba(231,76,60,0.05);
  box-shadow: 0 1px 0 rgba(231,76,60,0.05);
}
button.type-red:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-red:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-red:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-red:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #e74c3c !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(231,76,60,0.05), 0 0 0 3px rgba(231,76,60,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(231,76,60,0.05), 0 0 0 3px rgba(231,76,60,0.3) !important;
}
button.type-orange:not(:disabled):not(.disabled),
a.button.type-orange:not(:disabled):not(.disabled) {
  background: #e67e22 !important;
  border-color: #a65813 !important;
  -webkit-box-shadow: 0 1px 0 rgba(230,126,34,0.05);
  box-shadow: 0 1px 0 rgba(230,126,34,0.05);
}
button.type-orange:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-orange:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-orange:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-orange:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #e67e22 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(230,126,34,0.05), 0 0 0 3px rgba(230,126,34,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(230,126,34,0.05), 0 0 0 3px rgba(230,126,34,0.3) !important;
}
button.type-yellow:not(:disabled):not(.disabled),
a.button.type-yellow:not(:disabled):not(.disabled) {
  background: #f1c40f !important;
  border-color: #a98a0a !important;
  -webkit-box-shadow: 0 1px 0 rgba(241,196,15,0.05);
  box-shadow: 0 1px 0 rgba(241,196,15,0.05);
}
button.type-yellow:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-yellow:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-yellow:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-yellow:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #f1c40f !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(241,196,15,0.05), 0 0 0 3px rgba(241,196,15,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(241,196,15,0.05), 0 0 0 3px rgba(241,196,15,0.3) !important;
}
button.type-yellowgreen:not(:disabled):not(.disabled),
a.button.type-yellowgreen:not(:disabled):not(.disabled) {
  background: #bad80d !important;
  border-color: #829709 !important;
  -webkit-box-shadow: 0 1px 0 rgba(186,216,13,0.05);
  box-shadow: 0 1px 0 rgba(186,216,13,0.05);
}
button.type-yellowgreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-yellowgreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-yellowgreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-yellowgreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #bad80d !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(186,216,13,0.05), 0 0 0 3px rgba(186,216,13,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(186,216,13,0.05), 0 0 0 3px rgba(186,216,13,0.3) !important;
}
button.type-green:not(:disabled):not(.disabled),
a.button.type-green:not(:disabled):not(.disabled) {
  background: #2ecc71 !important;
  border-color: #208f4f !important;
  -webkit-box-shadow: 0 1px 0 rgba(46,204,113,0.05);
  box-shadow: 0 1px 0 rgba(46,204,113,0.05);
}
button.type-green:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-green:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-green:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-green:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #2ecc71 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(46,204,113,0.05), 0 0 0 3px rgba(46,204,113,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(46,204,113,0.05), 0 0 0 3px rgba(46,204,113,0.3) !important;
}
button.type-seagreen:not(:disabled):not(.disabled),
a.button.type-seagreen:not(:disabled):not(.disabled) {
  background: #20b2aa !important;
  border-color: #167d77 !important;
  -webkit-box-shadow: 0 1px 0 rgba(32,178,170,0.05);
  box-shadow: 0 1px 0 rgba(32,178,170,0.05);
}
button.type-seagreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-seagreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-seagreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-seagreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #20b2aa !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(32,178,170,0.05), 0 0 0 3px rgba(32,178,170,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(32,178,170,0.05), 0 0 0 3px rgba(32,178,170,0.3) !important;
}
button.type-skyblue:not(:disabled):not(.disabled),
a.button.type-skyblue:not(:disabled):not(.disabled) {
  background: #87cefa !important;
  border-color: #18a1f5 !important;
  -webkit-box-shadow: 0 1px 0 rgba(135,206,250,0.05);
  box-shadow: 0 1px 0 rgba(135,206,250,0.05);
}
button.type-skyblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-skyblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-skyblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-skyblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #87cefa !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(135,206,250,0.05), 0 0 0 3px rgba(135,206,250,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(135,206,250,0.05), 0 0 0 3px rgba(135,206,250,0.3) !important;
}
button.type-blue:not(:disabled):not(.disabled),
a.button.type-blue:not(:disabled):not(.disabled) {
  background: #3498db !important;
  border-color: #1d6ca1 !important;
  -webkit-box-shadow: 0 1px 0 rgba(52,152,219,0.05);
  box-shadow: 0 1px 0 rgba(52,152,219,0.05);
}
button.type-blue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-blue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-blue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-blue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #3498db !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(52,152,219,0.05), 0 0 0 3px rgba(52,152,219,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(52,152,219,0.05), 0 0 0 3px rgba(52,152,219,0.3) !important;
}
button.type-slateblue:not(:disabled):not(.disabled),
a.button.type-slateblue:not(:disabled):not(.disabled) {
  background: #6b5fe0 !important;
  border-color: #3224bb !important;
  -webkit-box-shadow: 0 1px 0 rgba(107,95,224,0.05);
  box-shadow: 0 1px 0 rgba(107,95,224,0.05);
}
button.type-slateblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-slateblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-slateblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-slateblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #6b5fe0 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(107,95,224,0.05), 0 0 0 3px rgba(107,95,224,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(107,95,224,0.05), 0 0 0 3px rgba(107,95,224,0.3) !important;
}
button.type-purple:not(:disabled):not(.disabled),
a.button.type-purple:not(:disabled):not(.disabled) {
  background: #9b59b6 !important;
  border-color: #6e3a84 !important;
  -webkit-box-shadow: 0 1px 0 rgba(155,89,182,0.05);
  box-shadow: 0 1px 0 rgba(155,89,182,0.05);
}
button.type-purple:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-purple:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-purple:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-purple:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #9b59b6 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(155,89,182,0.05), 0 0 0 3px rgba(155,89,182,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(155,89,182,0.05), 0 0 0 3px rgba(155,89,182,0.3) !important;
}
button.type-pink:not(:disabled):not(.disabled),
a.button.type-pink:not(:disabled):not(.disabled) {
  background: #ff74e4 !important;
  border-color: #ff05ce !important;
  -webkit-box-shadow: 0 1px 0 rgba(255,116,228,0.05);
  box-shadow: 0 1px 0 rgba(255,116,228,0.05);
}
button.type-pink:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-pink:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-pink:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-pink:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #ff74e4 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,116,228,0.05), 0 0 0 3px rgba(255,116,228,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(255,116,228,0.05), 0 0 0 3px rgba(255,116,228,0.3) !important;
}
button.type-rose:not(:disabled):not(.disabled),
a.button.type-rose:not(:disabled):not(.disabled) {
  background: #eb6b5e !important;
  border-color: #cd2a19 !important;
  -webkit-box-shadow: 0 1px 0 rgba(235,107,94,0.05);
  box-shadow: 0 1px 0 rgba(235,107,94,0.05);
}
button.type-rose:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-rose:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-rose:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-rose:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #eb6b5e !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(235,107,94,0.05), 0 0 0 3px rgba(235,107,94,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(235,107,94,0.05), 0 0 0 3px rgba(235,107,94,0.3) !important;
}
button.type-wheat:not(:disabled):not(.disabled),
a.button.type-wheat:not(:disabled):not(.disabled) {
  background: #f5deb3 !important;
  border-color: #e6ad43 !important;
  -webkit-box-shadow: 0 1px 0 rgba(245,222,179,0.05);
  box-shadow: 0 1px 0 rgba(245,222,179,0.05);
}
button.type-wheat:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-wheat:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-wheat:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-wheat:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #f5deb3 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(245,222,179,0.05), 0 0 0 3px rgba(245,222,179,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(245,222,179,0.05), 0 0 0 3px rgba(245,222,179,0.3) !important;
}
button.type-goldenrod:not(:disabled):not(.disabled),
a.button.type-goldenrod:not(:disabled):not(.disabled) {
  background: #bd8941 !important;
  border-color: #84602d !important;
  -webkit-box-shadow: 0 1px 0 rgba(189,137,65,0.05);
  box-shadow: 0 1px 0 rgba(189,137,65,0.05);
}
button.type-goldenrod:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-goldenrod:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-goldenrod:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-goldenrod:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #bd8941 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(189,137,65,0.05), 0 0 0 3px rgba(189,137,65,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(189,137,65,0.05), 0 0 0 3px rgba(189,137,65,0.3) !important;
}
button.type-brown:not(:disabled):not(.disabled),
a.button.type-brown:not(:disabled):not(.disabled) {
  background: #745429 !important;
  border-color: #513b1d !important;
  -webkit-box-shadow: 0 1px 0 rgba(116,84,41,0.05);
  box-shadow: 0 1px 0 rgba(116,84,41,0.05);
}
button.type-brown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-brown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-brown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-brown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #745429 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(116,84,41,0.05), 0 0 0 3px rgba(116,84,41,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(116,84,41,0.05), 0 0 0 3px rgba(116,84,41,0.3) !important;
}
button.type-darkbrown:not(:disabled):not(.disabled),
a.button.type-darkbrown:not(:disabled):not(.disabled) {
  background: #382d2b !important;
  border-color: #27201e !important;
  -webkit-box-shadow: 0 1px 0 rgba(56,45,43,0.05);
  box-shadow: 0 1px 0 rgba(56,45,43,0.05);
}
button.type-darkbrown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-darkbrown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-darkbrown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-darkbrown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #382d2b !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(56,45,43,0.05), 0 0 0 3px rgba(56,45,43,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(56,45,43,0.05), 0 0 0 3px rgba(56,45,43,0.3) !important;
}
button.type-black:not(:disabled):not(.disabled),
a.button.type-black:not(:disabled):not(.disabled) {
  background: #000 !important;
  border-color: #000 !important;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
}
button.type-black:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-black:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-black:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-black:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #000 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05), 0 0 0 3px rgba(0,0,0,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.05), 0 0 0 3px rgba(0,0,0,0.3) !important;
}
button.type-darkgrey:not(:disabled):not(.disabled),
a.button.type-darkgrey:not(:disabled):not(.disabled) {
  background: #737373 !important;
  border-color: #515151 !important;
  -webkit-box-shadow: 0 1px 0 rgba(115,115,115,0.05);
  box-shadow: 0 1px 0 rgba(115,115,115,0.05);
}
button.type-darkgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-darkgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-darkgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-darkgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #737373 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(115,115,115,0.05), 0 0 0 3px rgba(115,115,115,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(115,115,115,0.05), 0 0 0 3px rgba(115,115,115,0.3) !important;
}
button.type-lightgrey:not(:disabled):not(.disabled),
a.button.type-lightgrey:not(:disabled):not(.disabled) {
  background: #c3c3c3 !important;
  border-color: #898989 !important;
  -webkit-box-shadow: 0 1px 0 rgba(195,195,195,0.05);
  box-shadow: 0 1px 0 rgba(195,195,195,0.05);
}
button.type-lightgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-lightgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-lightgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-lightgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #c3c3c3 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(195,195,195,0.05), 0 0 0 3px rgba(195,195,195,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(195,195,195,0.05), 0 0 0 3px rgba(195,195,195,0.3) !important;
}
button.type-white:not(:disabled):not(.disabled),
a.button.type-white:not(:disabled):not(.disabled) {
  background: #fff !important;
  border-color: #b3b3b3 !important;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.05);
  box-shadow: 0 1px 0 rgba(255,255,255,0.05);
}
button.type-white:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-white:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-white:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-white:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #fff !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 0 0 3px rgba(255,255,255,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 0 0 3px rgba(255,255,255,0.3) !important;
}
a.button {
  padding-bottom: 8px !important;
}
.toolbar > button {
  margin-bottom: 0;
}
path.tz.selected {
  fill: #3b5998 !important;
}
path.tz:hover {
  fill: rgba(59,89,152,0.9) !important;
}
.pickr .pcr-button::before,
.pickr .pcr-button::after {
  border-radius: 5px;
}
.datalabel-tooltip {
  padding: 2px 5px;
  font-size: 9px;
  color: #fff;
  background: rgba(0,0,0,0.7);
  border-radius: 2px;
}
.tooltip {
  position: absolute;
  z-index: 2030;
  display: block;
  visibility: visible;
  font-size: 12px;
  font-weight: normal !important;
  line-height: 1.4;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tooltip.in {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 400px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.5);
  box-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.tooltip-inner td {
  padding: 0.5em 1em;
  color: #fff;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
