@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1Mu51xMIzc.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgVxMIzc.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fABc9.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu5mxP.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfABc9.ttf') format('truetype');
}
.stuck {
  position: fixed;
  top: 0;
}
.clear:after {
  content: "";
  clear: both;
  display: block;
}
.center {
  text-align: center;
}
.show_block {
  display: block!important;
}
.image {
  background-repeat: no-repeat;
  display: block;
}
.image.image-adduser {
  background-position: -5px -5px;
  width: 20px;
  height: 20px;
}
.image.image-footerlogo {
  background-position: -35px -5px;
  width: 164px;
  height: 33px;
}
.image.image-key {
  background-position: -209px -5px;
  width: 11px;
  height: 11px;
}
.image.image-left {
  background-position: -230px -5px;
  width: 16px;
  height: 31px;
}
.image.image-right {
  background-position: -256px -5px;
  width: 16px;
  height: 31px;
}
.image.image-toplogo {
  background-position: -282px -5px;
  width: 200px;
  height: 42px;
}
/*
	Kube Framework 4
*/
/* =Reset
-----------------------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body,
div,
span,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
p,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
embed,
object,
iframe,
audio,
video,
canvas,
progress,
meter,
output,
textarea {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
/* To prevent some browsers from inserting quotes on q and p */
blockquote,
q {
  quotes: none;
}
blockquote p:before,
blockquote p:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* Table reset */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  vertical-align: top;
}
thead th,
thead td {
  font-weight: bold;
  vertical-align: bottom;
}
/* Image inside */
a img,
th img,
td img {
  vertical-align: top;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Normalize button:not(.button)s in IE */
/* Hand cursor on clickable controls */
/* Trick with vertical align for radio and checkbox  */
/* Normalize search fields */
/* Normalize horizontal line */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}
/* Responsive media */
img,
video,
audio,
embed,
object {
  max-width: 100%;
}
img,
video,
embed,
object {
  height: auto;
}
embed,
object {
  height: 100%;
}
img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
/* =Typography
-----------------------------------------------------------------------------*/
/* =Links
-----------------------------------------------------------------------------*/
/* =Headings
-----------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000000;
  text-rendering: optimizeLegibility;
  margin: 0 0 0.5em 0;
}
h1,
.h1,
h2,
.h2 {
  line-height: 1.1;
}
h3,
.h3,
h4,
.h4 {
  line-height: 1.3;
}
h1,
.h1 {
  font-size: 2.25em;
}
h2,
.h2 {
  font-size: 1.5em;
  margin-bottom: 0.7em;
}
h3,
.h3 {
  font-size: 1.3125em;
}
h4,
.h4 {
  font-size: 1.125em;
}
h5,
.h5 {
  font-size: 1em;
}
h6,
.h6 {
  font-size: 0.75em;
  text-transform: uppercase;
}
/* =Lead
-----------------------------------------------------------------------------*/
.lead {
  font-size: 1.3125em;
  line-height: 1.5;
  margin-bottom: 1.1em;
}
/* =Line height and margin
-----------------------------------------------------------------------------*/
p,
ul,
ol,
dl,
dd,
dt,
blockquote,
td,
th {
  line-height: 1.5;
}
ul,
ol,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0 0 0 3.3em;
}
ul li,
ol li {
  text-align: left;
}
ol ol li {
  list-style-type: lower-alpha;
}
ol ol ol li {
  list-style-type: lower-roman;
}
p {
  margin-bottom: 0.8rem;
}
/* =Blockquote
-----------------------------------------------------------------------------*/
blockquote {
  position: relative;
  font-style: italic;
  font-size: 1.125em;
  margin-left: 2.475em;
  padding-left: 1.65em;
  border-left: 2px solid #dddddd;
}
blockquote p {
  margin-bottom: 0.5em;
}
blockquote small,
cite {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
small,
blockquote cite {
  font-size: 12.75px;
  line-height: 1;
}
/* =Address
-----------------------------------------------------------------------------*/
address {
  font-style: normal;
}
/* =Definition list
-----------------------------------------------------------------------------*/
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.65em;
}
/* =Text-level
-----------------------------------------------------------------------------*/
s,
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #0f0f0f;
  cursor: help;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
sub,
sup {
  font-size: 11.25px;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
figcaption {
  margin: 0.3em 0;
  font-size: 12.75px;
  font-style: italic;
}
ins,
u {
  text-decoration: underline;
}
mark {
  background-color: #ffc800;
  color: #0f0f0f;
  text-decoration: none;
}
/* =Code
-----------------------------------------------------------------------------*/
pre,
code,
kbd,
samp,
var,
output {
  font-size: 90%;
  font-style: normal;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
pre {
  margin-top: 1.65em;
  font-size: 100%;
  line-height: 1.5;
  color: #222222;
  overflow: auto;
}
code,
samp,
kbd {
  padding: 3px 6px 2px 6px;
  display: inline-block;
  line-height: 1;
  border-radius: 2px;
}
code {
  background: #f4f4f4;
  border: 1px solid #d4d4d4;
}
pre code {
  font-size: 100%;
  border: none;
  padding: 0;
  background: none;
  line-height: 1.65em;
}
var {
  color: rgba(0, 0, 0, 0.5);
}
samp {
  background: #d3e3fb;
  border: 1px solid #b2cef8;
}
kbd {
  background: #0f0f0f;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}
/* =Form
-----------------------------------------------------------------------------*/
textarea,
select {
  font-size: 1em;
  box-shadow: none;
}
textarea,
select[multiple],
select[multiple="multiple"] {
  padding: 0.55rem 0.8rem;
  width: 100%;
}
fieldset {
  padding: 1.65em;
  margin-bottom: 2rem;
  border: 1px solid #cccccc;
}
fieldset *:last-child {
  margin-bottom: 0 !important;
}
/* =Tables
-----------------------------------------------------------------------------*/
table {
  max-width: 100%;
  width: 100%;
  empty-cells: show;
}
table caption {
  text-transform: uppercase;
  padding: 0 1.1em;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12.75px;
}
table th,
table td {
  padding: 0.825em 1.1em;
}
table tfoot th,
table tfoot td {
  color: rgba(0, 0, 0, 0.4);
}
/* =Grid
-----------------------------------------------------------------------------*/
.units-container:after,
.units-row:after {
  content: "";
  display: table;
  clear: both;
}
.units-container:after,
.units-row:after {
  content: "";
  display: table;
  clear: both;
}
.units-container {
  /* it's the trick to not collapse padding-top in the child element */
  padding-top: 1px;
  margin-top: -1px;
}
.units-row {
  margin-bottom: 2rem;
}
.width-100,
.unit-100 {
  width: 100%;
}
.width-90,
.unit-90 {
  width: 90%;
}
.width-80,
.unit-80 {
  width: 80%;
}
.width-75,
.unit-75 {
  width: 75%;
}
.width-70,
.unit-70 {
  width: 70%;
}
.width-66,
.unit-66 {
  width: 66.6%;
}
.width-65,
.unit-65 {
  width: 65%;
}
.width-60,
.unit-60 {
  width: 60%;
}
.width-50,
.unit-50 {
  width: 50%;
}
.width-40,
.unit-40 {
  width: 40%;
}
.width-35,
.unit-35 {
  width: 35%;
}
.width-33,
.unit-33 {
  width: 33.3%;
}
.width-30,
.unit-30 {
  width: 30%;
}
.width-25,
.unit-25 {
  width: 25%;
}
.width-20,
.unit-20 {
  width: 20%;
}
.width-10,
.unit-10 {
  width: 10%;
}
.units-row .unit-90,
.units-row .unit-80,
.units-row .unit-75,
.units-row .unit-70,
.units-row .unit-66,
.units-row .unit-65,
.units-row .unit-60,
.units-row .unit-50,
.units-row .unit-40,
.units-row .unit-35,
.units-row .unit-33,
.units-row .unit-30,
.units-row .unit-25,
.units-row .unit-20,
.units-row .unit-10 {
  float: left;
  margin-left: 0.5%;
}
.units-row .unit-90:first-child,
.units-row .unit-80:first-child,
.units-row .unit-75:first-child,
.units-row .unit-70:first-child,
.units-row .unit-66:first-child,
.units-row .unit-65:first-child,
.units-row .unit-60:first-child,
.units-row .unit-50:first-child,
.units-row .unit-40:first-child,
.units-row .unit-35:first-child,
.units-row .unit-33:first-child,
.units-row .unit-30:first-child,
.units-row .unit-25:first-child,
.units-row .unit-20:first-child,
.units-row .unit-10:first-child {
  margin-left: 0;
}
.units-row .unit-95 {
  width: 94.5%;
}
.units-row .unit-90 {
  width: 89.7%;
}
.units-row .unit-80 {
  width: 79.4%;
}
.units-row .unit-75 {
  width: 74.25%;
}
.units-row .unit-70 {
  width: 69.1%;
}
.units-row .unit-66 {
  width: 65.66666667%;
}
.units-row .unit-65 {
  width: 65.66666667%;
}
.units-row .unit-60 {
  width: 58.8%;
}
.units-row .unit-50 {
  width: 49.5%;
}
.units-row .unit-40 {
  width: 38.2%;
}
.units-row .unit-35 {
  width: 31.33333333%;
}
.units-row .unit-33 {
  width: 31.33333333%;
}
.units-row .unit-30 {
  width: 30.4%;
}
.units-row .unit-25 {
  width: 22.75%;
}
.units-row .unit-20 {
  width: 20.1%;
}
.units-row .unit-10 {
  width: 7.3%;
}
.unit-push-90,
.unit-push-80,
.unit-push-75,
.unit-push-70,
.unit-push-66,
.unit-push-65,
.unit-push-60,
.unit-push-50,
.unit-push-40,
.unit-push-35,
.unit-push-33,
.unit-push-30,
.unit-push-25,
.unit-push-20,
.unit-push-10 {
  position: relative;
}
.unit-push-90 {
  left: 92.7%;
}
.unit-push-80 {
  left: 82.4%;
}
.unit-push-75 {
  left: 77.25%;
}
.unit-push-70 {
  left: 72.1%;
}
.unit-push-66 {
  left: 68.66666667%;
}
.unit-push-65 {
  left: 68.66666667%;
}
.unit-push-60 {
  left: 61.8%;
}
.unit-push-50 {
  left: 51.5%;
}
.unit-push-40 {
  left: 41.2%;
}
.unit-push-35 {
  left: 34.33333333%;
}
.unit-push-33 {
  left: 34.33333333%;
}
.unit-push-30 {
  left: 30.9%;
}
.unit-push-25 {
  left: 25.75%;
}
.unit-push-20 {
  left: 20.6%;
}
.unit-push-10 {
  left: 10.3%;
}
.units-row .unit-push-right {
  float: right;
}
.units-row .unit-role-right {
  margin-left: 3%;
  float: right;
}
.units-row .unit-role-left {
  margin-left: 0;
}
.centered,
.unit-centered {
  float: none !important;
  margin: 0 auto !important;
}
.unit-padding {
  padding: 1.65em;
}
.units-padding .unit-100,
.units-padding .unit-90,
.units-padding .unit-80,
.units-padding .unit-75,
.units-padding .unit-70,
.units-padding .unit-66,
.units-padding .unit-65,
.units-padding .unit-60,
.units-padding .unit-50,
.units-padding .unit-40,
.units-padding .unit-35,
.units-padding .unit-33,
.units-padding .unit-30,
.units-padding .unit-25,
.units-padding .unit-20,
.units-padding .unit-10 {
  padding: 1.65em;
}
.units-split .unit-90,
.units-split .unit-80,
.units-split .unit-75,
.units-split .unit-70,
.units-split .unit-66,
.units-split .unit-65,
.units-split .unit-60,
.units-split .unit-50,
.units-split .unit-40,
.units-split .unit-35,
.units-split .unit-33,
.units-split .unit-30,
.units-split .unit-25,
.units-split .unit-20,
.units-split .unit-10 {
  margin-left: 0;
}
.units-split .unit-90 {
  width: 90%;
}
.units-split .unit-80 {
  width: 80%;
}
.units-split .unit-75 {
  width: 75%;
}
.units-split .unit-70 {
  width: 70%;
}
.units-split .unit-66 {
  width: 66.6%;
}
.units-split .unit-65 {
  width: 65%;
}
.units-split .unit-60 {
  width: 60%;
}
.units-split .unit-50 {
  width: 50%;
}
.units-split .unit-40 {
  width: 40%;
}
.units-split .unit-35 {
  width: 35%;
}
.units-split .unit-33 {
  width: 33.3%;
}
.units-split .unit-30 {
  width: 30%;
}
.units-split .unit-25 {
  width: 25%;
}
.units-split .unit-20 {
  width: 20%;
}
.units-split .unit-10 {
  width: 10%;
}
/* =Blocks
-----------------------------------------------------------------------------*/
.blocks-2,
.blocks-3,
.blocks-4,
.blocks-5,
.blocks-6 {
  padding-left: 0;
  list-style: none;
  margin-left: -3%;
}
.blocks-2:after,
.blocks-3:after,
.blocks-4:after,
.blocks-5:after,
.blocks-6:after {
  content: "";
  display: table;
  clear: both;
}
.blocks-2:after,
.blocks-3:after,
.blocks-4:after,
.blocks-5:after,
.blocks-6:after {
  content: "";
  display: table;
  clear: both;
}
.blocks-2 > li,
.blocks-3 > li,
.blocks-4 > li,
.blocks-5 > li,
.blocks-6 > li {
  height: auto;
  float: left;
  margin-bottom: 2rem;
  margin-left: 3%;
}
.blocks-2 > li ul,
.blocks-3 > li ul,
.blocks-4 > li ul,
.blocks-5 > li ul,
.blocks-6 > li ul {
  list-style-type: disc;
}
.blocks-2 > li ul ul,
.blocks-3 > li ul ul,
.blocks-4 > li ul ul,
.blocks-5 > li ul ul,
.blocks-6 > li ul ul {
  list-style-type: circle;
}
.blocks-2 > li li,
.blocks-3 > li li,
.blocks-4 > li li,
.blocks-5 > li li,
.blocks-6 > li li {
  float: none;
  margin: 0;
}
.blocks-2 > li {
  width: 47%;
}
.blocks-3 > li {
  width: 30.33333333%;
}
.blocks-4 > li {
  width: 22%;
}
.blocks-5 > li {
  width: 17%;
}
.blocks-6 > li {
  width: 13.66666667%;
}
.block-first {
  clear: both;
}
/* =Tables
-----------------------------------------------------------------------------*/
table.table-bordered td,
table.table-bordered th {
  border: 1px solid #eeeeee;
}
table.table-simple td,
table.table-simple th,
table.table-simple caption {
  border: none;
  padding-left: 0;
}
table.table-flat td,
table.table-flat th,
table.table-flat caption {
  border: none;
  padding: 0;
}
table.table-stripped tbody tr:nth-child(odd) td {
  background: #f8f8f8;
}
table.table-hovered tbody tr:hover td {
  background-color: #f4f4f4;
}
/* Responsive Tables */
.table-container {
  width: 100%;
  overflow: auto;
  margin-bottom: 0.8rem;
}
/* =Forms
-----------------------------------------------------------------------------*/
form label,
.forms label {
  display: block;
  margin-bottom: 1.2rem;
  color: #7F8FA4;
  font-weight: 500;
}
form label input[type="checkbox"],
.forms label input[type="checkbox"],
form label input[type="radio"],
.forms label input[type="radio"] {
  margin-right: 0.5rem;
}
form input[type="checkbox"] + label,
.forms input[type="checkbox"] + label,
form input[type="radio"] + label,
.forms input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
}
form h1,
.forms h1,
form h2,
.forms h2,
form h3,
.forms h3,
form h4,
.forms h4,
form h5,
.forms h5,
form h6,
.forms h6 {
  margin-bottom: 1.2rem;
}
.forms-inline input:not(.input)[type="text"],
.forms-inline-list input:not(.input)[type="text"],
.forms-inline input:not(.input)[type="password"],
.forms-inline-list input:not(.input)[type="password"],
.forms-inline input:not(.input)[type="email"],
.forms-inline-list input:not(.input)[type="email"],
.forms-inline input:not(.input)[type="url"],
.forms-inline-list input:not(.input)[type="url"],
.forms-inline input:not(.input)[type="phone"],
.forms-inline-list input:not(.input)[type="phone"],
.forms-inline input:not(.input)[type="tel"],
.forms-inline-list input:not(.input)[type="tel"],
.forms-inline input:not(.input)[type="number"],
.forms-inline-list input:not(.input)[type="number"],
.forms-inline input:not(.input)[type="datetime"],
.forms-inline-list input:not(.input)[type="datetime"],
.forms-inline input:not(.input)[type="date"],
.forms-inline-list input:not(.input)[type="date"],
.forms-inline input:not(.input)[type="month"],
.forms-inline-list input:not(.input)[type="month"],
.forms-inline input:not(.input)[type="color"],
.forms-inline-list input:not(.input)[type="color"],
.forms-inline input:not(.input)[type="time"],
.forms-inline-list input:not(.input)[type="time"],
.forms-inline input:not(.input)[type="search"],
.forms-inline-list input:not(.input)[type="search"],
.forms-inline input:not(.input)[type="range"],
.forms-inline-list input:not(.input)[type="range"],
.forms-inline input:not(.input)[type="file"],
.forms-inline-list input:not(.input)[type="file"],
.forms-inline input:not(.input)[type="datetime-local"],
.forms-inline-list input:not(.input)[type="datetime-local"],
.forms-inline textarea,
.forms-inline-list textarea,
.forms-inline select,
.forms-inline-list select {
  display: inline-block;
}
.forms-list,
.forms-inline,
.forms-inline-list {
  margin: 0;
  padding: 0;
  margin-bottom: 1.1em;
  list-style: none;
}
.forms-list label,
.forms-inline label,
.forms-inline-list li,
.forms-inline-list li label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.forms-inline-list li label {
  margin-right: 0.825em;
}
.forms-inline-list li,
.forms-inline-list label {
  display: inline-block;
  margin-bottom: 3px;
  vertical-align: middle;
}
.forms-list li {
  margin-bottom: 6px;
}
.forms-desc {
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12.75px;
  line-height: 1.4em;
}
/* States */
.error,
.success {
  font-weight: normal;
  font-size: 12.75px;
}
/*
	Search
*/
/* Append & Prepend */
/* =Navs
-----------------------------------------------------------------------------*/
/* NavBar */
.navbar {
  font-size: 105%;
  margin-bottom: 2rem;
}
.navbar:after {
  content: "";
  display: table;
  clear: both;
}
.navbar:after {
  content: "";
  display: table;
  clear: both;
}
.navbar.navbar-left {
  float: left;
}
.navbar.navbar-right {
  float: right;
}
.navbar ul {
  list-style: none;
  margin: 0;
}
.navbar ul:after {
  content: "";
  display: table;
  clear: both;
}
.navbar ul:after {
  content: "";
  display: table;
  clear: both;
}
.navbar li {
  float: left;
  margin-right: 1.65em;
}
.navbar.navbar-right li {
  margin-right: 0;
  margin-left: 1.65em;
}
.navbar a,
.navbar span {
  display: block;
  text-decoration: none;
}
.navbar a:hover {
  color: #de2c3b;
  text-decoration: underline;
}
.navbar li.active a,
.navbar span {
  text-decoration: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.4);
}
.navigation-toggle {
  display: none;
  text-transform: uppercase;
  position: relative;
  color: #0f0f0f;
  background-color: #ffffff;
}
.navigation-toggle:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -12px;
  left: 10px;
  content: "\2630";
  font-size: 24px;
  line-height: 1;
}
.navigation-toggle.navigation-toggle-black {
  background-color: #0f0f0f;
  color: #ffffff;
}
.navigation-toggle.navigation-toggle-show {
  margin-bottom: 2rem;
}
.navigation-toggle span {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
  padding: 10px 20px 10px 40px;
}
.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
/* Pills */
.navbar-pills a,
.navbar-pills span {
  padding: 0.825em 1.65em;
}
.navbar-pills a:hover {
  color: #0f0f0f;
  background: #eee;
}
.navbar-pills li.active a,
.navbar-pills span {
  text-decoration: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.4);
  background: #eee;
}
.navbar-pills li {
  margin-right: 1px;
}
.navbar-pills.navbar-right li {
  margin-left: 1px;
}
/* Fullwidth */
.fullwidth ul {
  width: 100%;
}
.fullwidth li {
  float: none !important;
  margin: 0;
  display: table-cell;
  width: 1%;
  text-align: center;
}
.fullwidth li a,
.fullwidth li span {
  display: block;
}
/* Vertical */
.nav {
  margin-bottom: 2rem;
}
.nav ul {
  list-style: none;
  margin: 0;
}
.nav ul li ul {
  margin-left: 2em;
  font-size: 0.95em;
}
.nav a,
.nav span {
  display: block;
  padding: 0.5em 0;
}
.nav a {
  color: #0f0f0f;
  text-decoration: none;
}
.nav a:hover {
  color: #de2c3b;
  text-decoration: underline;
}
.nav li.active a,
.nav span {
  text-decoration: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.4);
}
.nav i.fa {
  width: 1.65em;
}
/* Stacked */
.nav-stacked li {
  margin-bottom: 1px;
}
.nav-stacked a,
.nav-stacked span {
  padding: 0.6em 0.7em;
}
.nav-stacked a {
  background: #f6f6f6;
}
.nav-stacked a:hover {
  color: #000;
  background: #eee;
}
.nav-stacked li.active a,
.nav-stacked span {
  background: #ffffff;
  text-decoration: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.3);
}
/* Stats */
.nav-stats li {
  position: relative;
}
.nav-stats a,
.nav-stats span {
  padding-right: 50px;
}
.nav-stats sup,
.nav-stats .badge {
  position: absolute;
  top: 50%;
  right: 0;
}
.nav-stats sup {
  color: rgba(0, 0, 0, 0.4);
}
.nav-stats .badge {
  margin-top: -8px;
}
/* =Tabs
-----------------------------------------------------------------------------*/
/* =Breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {
  margin-bottom: 2rem;
}
.breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs ul {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.4);
  list-style: none;
  margin: 0;
}
.breadcrumbs ul:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs ul:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs li {
  float: left;
  margin-right: 5px;
}
.breadcrumbs li + li:before {
  content: " > ";
  color: #aaa;
  font-size: 12px;
  margin: 0 7px 0 5px;
  position: relative;
  top: -1px;
}
.breadcrumbs.breadcrumbs-path li + li:before {
  content: " / ";
  top: 0;
}
.breadcrumbs a {
  color: #0f0f0f;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #0f0f0f;
  text-decoration: underline;
}
.breadcrumbs li.active a,
.breadcrumbs span,
.breadcrumbs li.active a:hover {
  text-decoration: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.4);
}
/* =Pagination
-----------------------------------------------------------------------------*/
.pagination {
  padding: 0.8rem;
}
.pagination *:not(:last-child) {
  margin-right: -0.3rem;
}
.pagination li {
  display: inline-block;
  font-size: 1.2rem;
  color: #334050;
  line-height: 1.5;
  border: 1px solid #DFE3E9;
  background: linear-gradient(0deg, #F2F4F7 0%, #fff 100%);
}
.pagination li.current:not(.disabled) a,
.pagination li.active:not(.disabled) a,
.pagination li.current:not(.disabled) span,
.pagination li.active:not(.disabled) span {
  background: #1DA1FC;
  border-color: #1DA1FC;
  color: #fff;
}
.pagination li.disabled a,
.pagination li.disabled span {
  opacity: 0.75;
  color: lightgrey;
  background: transparent;
  border: 0.1rem solid transparent;
}
.pagination li a,
.pagination li span {
  border: 0 !important;
  border-radius: 0 !important;
}
.pagination li:first-child {
  border-radius: 0.4rem 0 0 0.4rem;
}
.pagination li:last-child {
  border-radius: 0 0.4rem 0.4rem 0;
}
/* =button:not(.button)s
-----------------------------------------------------------------------------*/
/* =Notifications
-----------------------------------------------------------------------------*/
.tools-alert {
  padding: 0.8rem;
  background: #E2E7EE;
  color: #334050;
  border-radius: 0.4rem;
}
.tools-alert-mt {
  margin-top: 2rem;
}
.tools-alert-white {
  background: #fff;
}
.tools-message {
  display: none;
  position: fixed;
  z-index: 100;
  top: 10px;
  right: 10px;
  max-width: 350px;
  line-height: 1.5;
  font-size: 95%;
  padding: 12px 15px;
  color: #0f0f0f;
  background: #e0e3e5;
}
.tools-message ul {
  margin: 0;
  list-style: none;
}
.tools-message-black,
.tools-message-blue,
.tools-message-red,
.tools-message-green {
  color: rgba(255, 255, 255, 0.95);
}
.tools-message-black {
  background: #0f0f0f;
}
.tools-message-blue {
  background: #2575ed;
}
.tools-message-red {
  background: #de2c3b;
}
.tools-message-yellow {
  background: #ffc800;
}
.tools-message-green {
  background: #2c9f42;
}
.tools-alert-black {
  background: #dadada;
}
.tools-alert-blue {
  background: #d3e3fb;
}
.tools-alert-red {
  background: #f8d5d8;
}
.tools-alert-yellow {
  background: #fff4cc;
}
.tools-alert-green {
  background: #d5ecd9;
}
/* =Labels
-----------------------------------------------------------------------------*/
/* =Progress
-----------------------------------------------------------------------------*/
#tools-progress {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #DFE3E9;
  opacity: 0.55;
  z-index: 99999;
}
#tools-progress span {
  color: #516173;
}
#tools-progress span .icon {
  font-size: 5rem;
}
#tools-progress[hidden] {
  display: none;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* =Accordion
-----------------------------------------------------------------------------*/
.accordion-title {
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 2px;
  padding: 12px 50px 12px 18px;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9375em;
  line-height: 1.4em;
  background: #f7f8f8;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion-title.accordion-title-opened {
  margin-bottom: 0;
  font-weight: bold;
  background: #f0f1f2;
}
.accordion-title a,
.accordion-title:hover {
  color: #000;
  text-decoration: none;
}
.accordion-panel {
  padding: 1.65em;
  margin-bottom: 10px;
}
.accordion-toggle {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  padding: 0;
  font-size: 0;
  line-height: 1;
}
.accordion-toggle-closed {
  background: #000;
  width: 1px;
  height: 15px;
  margin-left: 1px;
}
.accordion-toggle-closed:before {
  position: absolute;
  top: 7px;
  left: -7px;
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
}
.accordion-toggle-opened:before {
  position: absolute;
  top: 7px;
  left: -8px;
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
}
/* =Filterbox
-----------------------------------------------------------------------------*/
.filterbox {
  position: relative;
}
.filterbox span {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 1px;
  width: 26px;
  height: 100%;
  cursor: pointer;
}
.filterbox span:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 50%;
  margin-left: 8px;
  margin-top: -21px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid rgba(0, 0, 0, 0.6);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.filterbox-list {
  z-index: 1000;
  position: absolute;
  left: 0;
  display: none;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  max-height: 250px;
  overflow: auto;
}
.filterbox-list li {
  padding: 4px 10px;
  color: #000;
  cursor: pointer;
}
.filterbox-list li:hover {
  background: #f0f1f2;
}
.filterbox-list li.active {
  background: #2575ed;
  color: #fff;
}
/* =Tooltip
-----------------------------------------------------------------------------*/
.tooltip:not([class*="vue"]) {
  position: absolute;
  z-index: 10000;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  font-size: 12.75px;
  line-height: 1.5em;
  max-width: 250px;
  background: #0f0f0f;
}
.tooltip:not([class*="vue"]) * {
  color: white;
}
.tooltip-theme-red {
  background: #de2c3b;
}
.tooltip-theme-blue {
  background: #2575ed;
}
.tooltip-theme-green {
  background: #2c9f42;
}
.tooltip-theme-yellow {
  background: #ffc800;
}
.tooltip-theme-white {
  background: #ffffff;
}
.tooltip-theme-yellow,
.tooltip-theme-white {
  color: #000;
}
/* =Dropdown
-----------------------------------------------------------------------------*/
.dropdown {
  display: none;
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  width: 265px;
  color: #0f0f0f;
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  list-style: none;
  margin: 0;
  line-height: 1.5;
  font-size: 95%;
  padding: 0;
}
.dropdown li {
  font-size: 1.2rem;
}
.dropdown section {
  max-height: 250px;
  overflow: auto;
  padding: 20px;
}
.dropdown footer {
  padding: 20px;
}
.dropdown:empty {
  padding: 0.8rem;
}
.dropdown a:not(.btn) {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  color: #334050;
  white-space: nowrap;
  padding: 0.8rem;
  margin: 0;
}
.dropdown a:not(.btn) .icon,
.dropdown a:not(.btn) [class*="fa"] {
  margin-right: 0.8rem;
  color: #516173;
  height: 1.4rem;
}
.dropdown a:hover:not(.btn) {
  text-decoration: none;
  color: #2EA2F8;
}
.dropdown a:hover:not(.btn) .icon,
.dropdown a:hover:not(.btn) i[class^="fa"] {
  color: #2EA2F8;
}
.dropdown li.divider {
  border-bottom: 1px solid #e2e2e2;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.caret.caret-up {
  border-top: 0;
  border-bottom: 4px solid;
}
/* =Livesearch
-----------------------------------------------------------------------------*/
.livesearch-box {
  position: relative;
  display: inline-block;
  width: 100%;
}
.livesearch-box .close {
  position: absolute;
  top: 0.2em;
  right: 5px;
  z-index: 2;
  padding: 4px 6px;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.livesearch-box .close:before {
  content: '\00D7';
}
.livesearch-box .close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.livesearch-box .close:before {
  content: '\00D7';
}
.livesearch-box .close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.livesearch-icon {
  position: absolute;
  top: 53%;
  left: 10px;
  z-index: 2;
}
.livesearch-icon:before,
.livesearch-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8px 0 0;
  background: rgba(0, 0, 0, 0.5);
}
.livesearch-icon:before {
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  background: transparent;
  border-radius: 12px;
}
.livesearch-icon:after {
  left: 10px;
  width: 2px;
  height: 7px;
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* =Upload
-----------------------------------------------------------------------------*/
.tools-droparea {
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
  border: 3px dashed rgba(0, 0, 0, 0.1);
}
.tools-droparea.drag-hover {
  background: rgba(200, 222, 250, 0.75);
}
.tools-droparea.drag-drop {
  background: rgba(250, 248, 200, 0.5);
}
.tools-droparea-placeholder {
  text-align: center;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
}
/* =Autocomplete
-----------------------------------------------------------------------------*/
.autocomplete {
  position: absolute;
  z-index: 10000;
  left: 0;
  display: none;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 250px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  max-height: 50vh;
  overflow: auto;
}
.autocomplete a {
  padding: 4px 10px;
  color: #000;
  display: block;
  text-decoration: none;
}
.autocomplete a:hover {
  background: #f0f1f2;
}
.autocomplete a.active {
  background: #2575ed;
  color: #fff;
}
/* =Helpers
-----------------------------------------------------------------------------*/
.group:after {
  content: "";
  display: table;
  clear: both;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.hide {
  display: none;
}
.highlight {
  background-color: #f7f3e2;
}
.big {
  font-size: 18px;
}
.small {
  font-size: 12.75px;
}
.smaller {
  font-size: 11.25px;
}
.nowrap,
.nowrap td {
  white-space: nowrap;
}
.req {
  color: red;
}
.error {
  color: #de2c3b;
}
.success {
  color: #2c9f42;
}
.text-centered {
  text-align: center;
}
.text-right {
  text-align: right;
}
.last {
  margin-right: 0 !important;
}
.pause {
  margin-bottom: 0.825em !important;
}
.end {
  margin-bottom: 0 !important;
}
.normal {
  font-weight: normal;
}
.light {
  font-weight: 300;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.left {
  float: left;
}
.right {
  float: right;
}
.upper {
  text-transform: uppercase;
}
.list-flat {
  margin-left: 0;
  list-style: none;
}
.color-black {
  color: #0f0f0f;
}
.color-white {
  color: #ffffff;
}
/* Colors */
.color-gray-10 {
  color: rgba(0, 0, 0, 0.1);
}
.color-gray-20 {
  color: rgba(0, 0, 0, 0.2);
}
.color-gray-30 {
  color: rgba(0, 0, 0, 0.3);
}
.color-gray-40 {
  color: rgba(0, 0, 0, 0.4);
}
.color-gray-50 {
  color: rgba(0, 0, 0, 0.5);
}
.color-gray-60 {
  color: rgba(0, 0, 0, 0.6);
}
.color-gray-70 {
  color: rgba(0, 0, 0, 0.7);
}
.color-gray-80 {
  color: rgba(0, 0, 0, 0.8);
}
.color-gray-90 {
  color: rgba(0, 0, 0, 0.9);
}
.color-white-10 {
  color: rgba(255, 255, 255, 0.1);
}
.color-white-20 {
  color: rgba(255, 255, 255, 0.2);
}
.color-white-30 {
  color: rgba(255, 255, 255, 0.3);
}
.color-white-40 {
  color: rgba(255, 255, 255, 0.4);
}
.color-white-50 {
  color: rgba(255, 255, 255, 0.5);
}
.color-white-60 {
  color: rgba(255, 255, 255, 0.6);
}
.color-white-70 {
  color: rgba(255, 255, 255, 0.7);
}
.color-white-80 {
  color: rgba(255, 255, 255, 0.8);
}
.color-white-90 {
  color: rgba(255, 255, 255, 0.9);
}
/* Responsive embedded objects */
.video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 2rem;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* =Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .left,
  .right {
    float: none;
  }
  .hide-on-mobile {
    display: none;
  }
}
/* string content */
.str {
  color: #dd1144;
}
/* a keyword */
.kwd {
  color: #333333;
}
/* a comment */
.com {
  color: #999988;
}
/* a type name */
.typ {
  color: #445588;
}
/* a literal value */
.lit {
  color: #445588;
}
/* punctuation */
.pun {
  color: #888;
}
/* lisp open bracket */
.opn {
  color: #333333;
}
/* lisp close bracket */
.clo {
  color: #333333;
}
/* a markup tag name */
.tag {
  color: #367ac3;
}
/* a markup attribute name */
.atn {
  color: #51a7c9;
}
/* a markup attribute value */
.atv {
  color: #709c1a;
}
/* a declaration */
.dec {
  color: #666;
}
/* a variable name */
.var {
  color: teal;
}
/* a function name */
.fun {
  color: #990000;
}
.linenums ol li {
  list-style-type: none;
  counter-increment: list;
  position: relative;
}
.linenums ol li:after {
  content: counter(list);
  position: absolute;
  left: -3.3em;
  border-right: 1px solid #e5e5e5;
  padding-right: 9px;
  width: 2.45em;
  text-align: right;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
}
/* =Grid Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .mobile-width-100 {
    width: 100%;
  }
  .units-row .unit-90,
  .units-row .unit-80,
  .units-row .unit-75,
  .units-row .unit-70,
  .units-row .unit-66,
  .units-row .unit-65,
  .units-row .unit-60,
  .units-row .unit-50,
  .units-row .unit-40,
  .units-row .unit-35,
  .units-row .unit-33,
  .units-row .unit-30,
  .units-row .unit-25,
  .units-row .unit-20,
  .units-row .unit-10 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .unit-push-90,
  .unit-push-80,
  .unit-push-75,
  .unit-push-70,
  .unit-push-66,
  .unit-push-65,
  .unit-push-60,
  .unit-push-50,
  .unit-push-40,
  .unit-push-35,
  .unit-push-33,
  .unit-push-30,
  .unit-push-25,
  .unit-push-20,
  .unit-push-10 {
    left: 0;
  }
  .units-row .unit-push-right {
    float: none;
  }
  .units-mobile-50 .unit-90,
  .units-mobile-50 .unit-80,
  .units-mobile-50 .unit-75,
  .units-mobile-50 .unit-70,
  .units-mobile-50 .unit-66,
  .units-mobile-50 .unit-65,
  .units-mobile-50 .unit-60,
  .units-mobile-50 .unit-40,
  .units-mobile-50 .unit-30,
  .units-mobile-50 .unit-35,
  .units-mobile-50 .unit-33,
  .units-mobile-50 .unit-25,
  .units-mobile-50 .unit-20,
  .units-mobile-50 .unit-10 {
    float: left;
    margin-left: 3%;
    width: 48.5%;
  }
  .units-mobile-50 .unit-90:first-child,
  .units-mobile-50 .unit-80:first-child,
  .units-mobile-50 .unit-75:first-child,
  .units-mobile-50 .unit-70:first-child,
  .units-mobile-50 .unit-66:first-child,
  .units-mobile-50 .unit-65:first-child,
  .units-mobile-50 .unit-60:first-child,
  .units-mobile-50 .unit-40:first-child,
  .units-mobile-50 .unit-35:first-child,
  .units-mobile-50 .unit-30:first-child,
  .units-mobile-50 .unit-33:first-child,
  .units-mobile-50 .unit-25:first-child,
  .units-mobile-50 .unit-20:first-child,
  .units-mobile-50 .unit-10:first-child {
    margin-left: 0;
  }
}
/* =Blocks Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .blocks-2,
  .blocks-3,
  .blocks-4,
  .blocks-5,
  .blocks-6 {
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .blocks-2 > li,
  .blocks-3 > li,
  .blocks-4 > li,
  .blocks-5 > li,
  .blocks-6 > li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .blocks-mobile-50 > li,
  .blocks-mobile-33 > li {
    float: left;
    margin-left: 3%;
  }
  .blocks-mobile-33,
  .blocks-mobile-50 {
    margin-left: -3%;
  }
  .blocks-mobile-50 > li {
    width: 47%;
  }
  .blocks-mobile-33 > li {
    width: 30.33333333%;
  }
}
/* =Typography Responsive
-----------------------------------------------------------------------------*/
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  h1 {
    font-size: 2.25em;
    line-height: 1.125;
  }
  h2 {
    font-size: 1.5em;
    line-height: 1.25;
  }
  h3 {
    font-size: 1.3125em;
    line-height: 1.25;
  }
  h4 {
    font-size: 1.125em;
    line-height: 1.22222222;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 0.75em;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  h1 {
    font-size: 2.25em;
    line-height: 1.25;
  }
  h2 {
    font-size: 1.5em;
    line-height: 1.15384615;
  }
  h3 {
    font-size: 1.3125em;
    line-height: 1.13636364;
  }
  h4 {
    font-size: 1.125em;
    line-height: 1.11111111;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 0.75em;
  }
  .lead {
    font-size: 1.2em;
  }
  ul,
  ol,
  ul ul,
  ol ol,
  ul ol,
  ol ul {
    margin-left: 1.65em;
  }
  blockquote {
    margin-left: 0;
  }
}
/* =Navigation Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .navbar.navbar-left,
  .navbar.navbar-right,
  .navbar li,
  .navbar.navbar-left li,
  .navbar.navbar-right li {
    float: none;
    text-align: left;
    width: auto;
  }
  .navbar li,
  .navbar.navbar-right li {
    margin-left: 0;
    margin-right: 0;
  }
  .fullwidth ul,
  .fullwidth li {
    width: auto;
  }
  .fullwidth li {
    display: block;
  }
}
/* =Forms Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .forms-list label {
    display: inline-block;
  }
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 12pt;
  }
  .h1,
  h1 {
    font-size: 36pt;
  }
  .h2,
  h2 {
    font-size: 24pt;
  }
  .h3,
  h3 {
    font-size: 18pt;
  }
  .h4,
  h4 {
    font-size: 14pt;
  }
  .h5,
  h5 {
    font-size: 12pt;
  }
  .h6,
  h6 {
    font-size: 12pt;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  blockquote {
    border: none;
    font-style: italic;
  }
  img {
    max-width: 100% !important;
  }
  select {
    background: #fff !important;
  }
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.construct-tree .jstree-container-ul {
  padding: 0.8rem;
  background: #FFF;
  border: 0.1rem solid #DFE3E9;
  border-radius: 0.3rem;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  z-index: 99999;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 3.38rem;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0.6rem 0.8rem 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  padding-left: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  min-height: auto;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 0.3rem;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-container.select2-container--open .select2-selection.select2-selection--single,
.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border-color: #1DA1FC;
}
.select2-container.select2-container--open .select2-dropdown.select2-dropdown--below {
  position: relative;
  top: -0.5rem;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #DFE3E9;
  border-radius: 0 0 0.4rem 0.4rem;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 0.8rem;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  max-height: 3.2rem;
  background-color: #fff;
  border: 1px solid #dfe3e9;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #334050;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  width: 1rem;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 0.8rem;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3.2rem;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border: 1px solid #DFE3E9;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #2EA2F8;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 0.2rem;
  padding: 0.25rem 0.8rem;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.5rem;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #1DA1FC 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none !important;
  outline: 0 !important;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #2EA2F8;
  background-color: #F1F4F8;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #2EA2F8;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #334050;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  color: #2EA2F8;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}
.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-sizing: initial;
}
.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block;
}
.date-picker-wrapper.single-date {
  width: auto;
}
.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
  z-index: 100;
}
.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}
.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}
.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}
.date-picker-wrapper .month-name {
  text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}
.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}
.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #9cdbf7;
}
.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}
.date-picker-wrapper .time label {
  white-space: nowrap;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa;
}
.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}
.date-picker-wrapper table .caption {
  height: 40px;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}
.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}
.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .selected-days {
  display: none;
}
.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}
.date-picker-wrapper .drp_top-bar .error-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color: white;
  line-height: initial;
}
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
/*time styling*/
.date-picker-wrapper .time {
  position: relative;
}
.date-picker-wrapper.single-month .time {
  display: none;
}
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}
.date-picker-wrapper .time1,
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}
.date-picker-wrapper .time1 {
  float: left;
}
.date-picker-wrapper .time2 {
  float: right;
}
.date-picker-wrapper .hour,
.minute {
  text-align: right;
}
.date-picker-wrapper .hide {
  display: none;
}
.date-picker-wrapper .first-date-selected {
  background-color: #49e !important;
  color: white !important;
}
.date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: white !important;
}
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
  color: #4499EE;
  font-weight: bold;
}
.pagination {
  padding: 0.8rem;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 0.3rem 0.864rem 0.2rem;
  background: linear-gradient(0deg, #F2F4F7 0%, #fff 100%);
  font-size: 1.2rem;
  border: 1px solid #DFE3E9;
  color: #334050;
  line-height: 1.5;
}
.pagination a:not(:last-child),
.pagination span:not(:last-child) {
  border-right: 0;
}
.pagination a:first-child,
.pagination span:first-child {
  border-radius: 0.4rem 0 0 0.4rem;
}
.pagination a:last-child,
.pagination span:last-child {
  border-radius: 0 0.4rem 0.4rem 0;
}
.pagination a:hover,
.pagination span:hover {
  color: #1DA1FC;
  background: linear-gradient(0deg, #EAEEF3 0%, #fff 100%);
}
.pagination a:active:not([disabled]):not(.disabled),
.pagination span:active:not([disabled]):not(.disabled),
.pagination a:focus:not([disabled]):not(.disabled),
.pagination span:focus:not([disabled]):not(.disabled) {
  background: linear-gradient(0deg, #E0E4E8 0%, #F2F7FA 100%);
}
.pagination a.current,
.pagination span.current {
  background: #1DA1FC;
  border-color: #1DA1FC;
  color: #fff;
}
.pagination a.disabled,
.pagination span.disabled {
  opacity: 0.75;
  color: lightgrey;
}
.paginator {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
.paginator .page_scroll {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #e4e4e4;
  background: #ffffff;
  color: #337ab7;
  font-weight: 300;
}
.paginator .page_scroll:hover {
  cursor: pointer;
}
.paginator a {
  margin: 0 0.3rem;
}
.paginator a > .icon,
.paginator a > i[class^="fa"] {
  font-size: 1.2rem;
}
.paginator .dropdown-link {
  display: inline-block;
  font-size: 11px;
  line-height: 29px;
  padding: 0 5px;
  border: 0.1rem solid #DFE3E9;
  margin-top: -1%;
  border-radius: 0.4rem;
  font-weight: 300;
  color: #334050;
  background: linear-gradient(0deg, #f2f4f7 0%, #fff 100%);
}
.paginator .dropdown-link b {
  color: #516173;
}
.paginator .dropdown-link:hover {
  text-decoration: none;
  color: #334050;
  background: linear-gradient(0deg, #eaeef3 0%, #fff 100%);
}
.paginator .page-counter {
  list-style: none;
  padding: 0;
  margin: 0;
}
.paginator .page-counter li {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
.paginator .page-counter li a[data-role='prev'] i {
  margin-right: 5px;
}
.paginator .page-counter li a[data-role='next'] i {
  margin-left: 5px;
}
.paginator .page-counter li[hidden] {
  display: none;
}
.paginator .page-counter li b {
  border: 0.1rem solid #DFE3E9;
  background: #f5f5f5;
  border-radius: 0.4rem;
  color: #59595A;
  font-size: 11px;
  font-weight: 300;
  display: inline-block;
  line-height: 29px;
  padding: 0 5px;
}
.paginator .page-counter li b:hover {
  text-decoration: none;
  opacity: 0.8;
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
}
/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}
/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}
/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}
/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.tooltipster-light {
  border-radius: 5px;
  border: 1px solid #cccccc;
  background: #ededed;
  color: #666666;
}
.tooltipster-light .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
}
.table-container-pag .pagination,
.table-container-pag .paginator {
  margin-bottom: 1.5rem;
}
table.table {
  margin: 2rem 0;
}
table.table-no-margin {
  margin-top: 0 !important;
}
table.table thead tr {
  background: #f2f3f6;
  border-bottom: 0.1rem solid #dbdce2;
}
table.table thead tr th {
  padding: 1rem 1.3rem;
  color: #767d94;
  font-size: 1.2rem;
  text-transform: uppercase;
  border: 0;
  vertical-align: middle;
}
table.table thead tr th.checkbox_item {
  margin: 4.4rem;
  width: 2rem;
}
table.table thead tr th.sorting {
  background: url('/static/images/sort.png') right 47% no-repeat;
  padding-right: 2.2rem;
  cursor: pointer;
}
table.table tbody tr {
  transition: background 0.1s;
  cursor: pointer;
  border-bottom: 0.1rem solid #ebecef;
}
table.table tbody tr.active {
  background: #fefbf2;
}
table.table tbody tr:last-child {
  border-bottom: none;
}
table.table tbody tr:hover {
  background: #fefbf2;
}
table.table tbody tr td {
  font-size: 1.4rem;
  color: #333;
  font-weight: 400;
  padding: 1rem 1.5rem;
  vertical-align: middle;
}
table.table tbody tr td a {
  color: #333;
}
table.table tbody tr td a:hover {
  text-decoration: underline;
}
table.table tbody tr td input:not([type=checkbox]):not([type=file]) {
  width: 100%;
}
table.table tbody tr td select {
  width: 100%;
  height: 2.8rem;
}
table.table tbody tr td select + .select2-container {
  width: 100% !important;
}
table.table tbody tr td button {
  width: 100%;
  cursor: pointer;
}
table.table tbody tr td .fa-paste {
  color: #b9b9b9;
  float: right;
  position: relative;
  top: 0.5rem;
  transition: color 0.1s;
}
table.table tbody tr td .fa-paste:hover {
  color: rgba(51, 51, 51, 0.9);
}
table.table tbody tr td textarea {
  width: 100%;
}
table.table tbody tr td[data-type] textarea + span.btn-group > button {
  margin-top: 0.5rem;
}
table.table tbody tr td i.fa.fa-info-circle {
  color: #de2c3b;
}
table.table-detail tbody tr td .label-blue a {
  color: white !important;
}
table.table-fixed tbody tr td button {
  width: auto;
}
table.table-attributes tbody tr td {
  padding: 0 1.1em;
}
table.table-attributes tbody tr td a {
  float: left;
  display: inline-block;
  color: #333;
  text-decoration: none;
  line-height: 3rem;
  font-size: 1.2rem;
  width: 80%;
}
table.table-attributes tbody tr td a:hover {
  text-decoration: underline;
}
table.table-attributes tbody tr td .value-control-block {
  display: inline-block;
  width: 25%;
  float: right;
  line-height: 3rem;
}
table.table-attributes tbody tr td .value-control-block button {
  width: auto;
}
table.table-task tbody tr td {
  vertical-align: top;
}
table.table-small tbody > tr > td {
  padding: 0.5rem 1rem;
}
table.table-import tbody tr td {
  vertical-align: top;
  padding: 0.5rem 1rem;
  border-right: 0.1rem solid #eee;
}
table.table-import tbody tr td:last-child {
  border-right: none;
}
table.table-cluster {
  margin-bottom: 0;
}
table.table-group tbody tr td {
  padding: 0;
  height: auto;
}
table.table-group tbody tr td div {
  display: flex;
  justify-content: space-between;
}
table.table-group tbody tr td div > a {
  display: inline-block;
  width: 85%;
  vertical-align: middle;
  line-height: 2.7rem;
  padding: 0 1rem;
  font-size: 1.2rem;
}
table.table-group tbody tr td .js-swal-delete {
  margin-left: 0.2rem;
}
table.table-group tbody tr td .js-tooltipster:hover {
  text-decoration: none;
}
table.table-group tbody tr td .js-tooltipster:hover + button {
  width: 15%;
  text-align: center;
}
table.table-group tbody tr td > button {
  margin: 0;
  padding: 0;
}
table.table-group tbody tr td > button > a i.fa-trash {
  position: relative;
  top: -0.05rem;
}
#add {
  margin-bottom: 0.5rem;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.2rem;
}
.instruction {
  border-left: 7px solid lightgray !important;
}
.user-task-instruction p,
.instruction p {
  margin-bottom: 0.8rem;
}
.user-task-instruction ul,
.instruction ul {
  list-style: initial;
  padding-left: 2.3rem;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.ul-default {
  list-style: circle;
  margin: 0 0 0 3.3em;
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
.img-circle {
  border-radius: 50%;
}
.modal_overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.modal_overlay__bg {
  background: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}
.modal_overlay .units-row {
  padding: 2rem;
  padding-bottom: 0;
}
.modal_new {
  max-height: 95vh;
  width: 95rem;
  height: 100%;
  padding: 0;
  position: fixed;
  overflow-y: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff !important;
  z-index: 500;
  -webkit-box-shadow: 1rem 1rem 3rem 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1rem 1rem 3rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1rem 1rem 3rem 0 rgba(0, 0, 0, 0.25);
}
.modal_new__close {
  cursor: pointer;
  position: absolute;
  color: #444;
  top: 0.4rem;
  right: 1rem;
  font-size: 2.7rem;
  z-index: 500;
}
.modal_new__fullwidth {
  padding: 1.5rem;
  padding-top: 0;
  margin-top: 1.5rem;
}
.modal_new .tab_nav {
  padding: 0;
  border-bottom: 0.2rem solid transparent;
  min-height: 3.4rem;
  line-height: 3.4rem;
  background-color: #fff;
  margin: 0;
}
.modal_new .tab_nav li {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  border-right: 0.1rem solid lightgrey;
  margin-right: 1rem;
  padding: 0 0.5rem;
  cursor: pointer;
}
.modal_new .tab_nav li a {
  color: dimgray;
  display: block;
  padding: 0 0.5rem;
}
.modal_new .tab_nav li.active a {
  border-bottom: 0.2rem solid dimgray;
}
.modal_new .tab_nav li:last-child {
  margin-right: 0;
  border: none;
}
.modal_new table {
  font-weight: normal;
  font-size: 1.2rem;
}
.modal_new table tr {
  border-bottom: 0;
}
.modal_new table tr td {
  border-bottom: none;
}
.modal_new table tr td:first-child {
  width: 25rem;
  vertical-align: middle;
  font-weight: bold;
  color: dimgray;
}
.load-progress {
  margin: 40% auto;
}
.table-datatable {
  border: 0.1rem solid #dddee4;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-shadow: 0.4rem 0.4rem 1rem 0 rgba(50, 50, 50, 0.05);
  -moz-box-shadow: 0.4rem 0.4rem 1rem 0 rgba(50, 50, 50, 0.05);
  box-shadow: 0.4rem 0.4rem 1rem 0 rgba(50, 50, 50, 0.05);
  transition: all 0.3s;
}
.table-datatable thead tr {
  background: #f2f3f6;
  border-bottom: 0.1rem solid #dbdce2;
}
.table-datatable thead tr th {
  padding: 0 1.5rem;
  height: 4.4rem;
  color: #767d94;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  border: 0;
  vertical-align: middle;
}
.table-datatable thead tr th.checkbox_item {
  margin: 4.4rem;
  width: 2rem;
}
.table-datatable thead tr[data-tool] th[data-type] {
  position: relative;
}
.table-datatable thead tr[data-tool] th[data-type] > #overlay {
  top: 3rem !important;
  left: 1.5rem !important;
}
.table-datatable tbody tr {
  background: #ffffff;
  transition: all 0.3s;
  cursor: pointer;
}
.table-datatable tbody tr:hover {
  background: #fefbf2;
}
.table-datatable tbody tr td {
  border-bottom: 1px solid #ebecef;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0 1.5rem;
  vertical-align: top;
  color: #000;
}
.table-datatable tbody tr td:hover {
  background: #e7f7e5 !important;
}
.table-datatable tbody tr td span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-height: 15rem;
}
.table-datatable tbody tr td a {
  color: #000;
}
.table-datatable tbody tr td a:hover {
  text-decoration: underline;
  color: #000;
}
.table-datatable tbody tr td .label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.table-datatable tbody tr td .btn-group .btn {
  display: inline-block;
  min-width: 3rem;
}
.table-datatable tbody tr td .btn-group .btn:first-child {
  border-radius: 0.2rem 0 0 0.2rem;
}
.table-datatable tbody tr td .btn-group .btn:last-child {
  border-radius: 0 0.2rem 0.2rem 0;
}
.table-datatable .sorting {
  background: url('/static/images/sort.png') right center no-repeat;
  padding-right: 16px;
  cursor: pointer;
  vertical-align: middle;
}
.table-datatable.table-stripped tbody tr:nth-child(odd) td {
  background: #fff;
}
.table-datatable.table-stripped tbody tr td {
  border-bottom: 0.1rem solid #ebecef;
  font-size: 1.2rem;
  color: #000;
  font-weight: 400;
  padding: 0.5rem 1.5rem;
  vertical-align: middle;
}
.help {
  font-size: 1.1rem;
  color: gray;
  margin-top: 0.5rem;
}
.help-pattern {
  text-transform: none;
  color: red;
}
.overflow {
  height: 30rem;
  overflow-y: auto;
  border: 1px solid #ccc;
  margin-top: 5px;
  min-height: 300px;
}
.selectable {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  width: 100%;
}
.selectable .ui-selecting {
  background: #3875d7;
  color: #ffffff;
}
.selectable .ui-selected {
  background: #3875d7;
  color: #ffffff;
}
.selectable li {
  margin: 0;
  padding: 0.2rem;
  cursor: pointer;
  font-size: 1.1rem;
}
.file-result {
  text-align: center;
  font-size: 1.7rem;
  padding: 1rem;
  background-color: lavender;
}
.card {
  background: #FFF;
}
.card-pc {
  padding-bottom: 2rem;
}
.card-mt {
  margin-top: 2rem;
}
.card form {
  margin-bottom: 0.8rem;
}
.card form table {
  margin-bottom: 0.8rem;
}
.forms-no-margin {
  margin-bottom: 0 !important;
}
.forms.card {
  padding-bottom: 0.5rem;
}
.forms.card fieldset {
  margin: 2rem;
  padding: 0.5rem 2rem 2rem;
}
.wrapper-main {
  margin-left: 4.2rem;
}
.main {
  padding: 2rem;
  position: relative;
}
.main__header {
  margin-bottom: 2rem;
}
.main h3 {
  color: #5f666b;
  font-weight: 100;
  max-width: 87rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 2rem;
}
.main h4 {
  font-size: 1.6rem;
  font-weight: 300;
}
.loader {
  background: #fff;
  border-radius: 0.8rem;
  width: 6rem;
  height: 6rem;
  text-align: center;
  line-height: 6rem;
  font-size: 2.6rem;
  color: #999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  z-index: 1100;
}
.loader__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.search-uni {
  position: relative;
  margin-right: 0.8rem;
}
#filters .filter {
  margin: 0 1rem 1rem 0;
}
#filters .filter .filter-label,
#filters .filter .lab {
  cursor: pointer;
}
.red {
  color: red;
}
.tag-alphabet-container {
  border-bottom: 1px solid grey;
  padding-bottom: 8px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.tag-alphabet-container .tag-alphabet {
  line-height: 2.5em;
  overflow: hidden;
}
.tag-alphabet-container .tag-alphabet a {
  padding: 0 0.125em;
}
.tag-alphabet-container .tag-alphabet a:not(.active) {
  color: #696969;
}
.tag-alphabet-container .letters-container {
  white-space: nowrap;
  overflow-x: auto;
  margin-right: 5%;
  font-size: 1.05em;
}
.tag-alphabet-container .pull-right {
  color: #444;
}
.tag-modal {
  max-height: 100vh;
  overflow: hidden;
}
.tag-modal-body {
  max-height: 90vh;
}
.tag-modal-body .tag-list {
  overflow: auto;
  padding-right: 5px;
  max-height: 70vh;
}
.tag-modal-body .tag-list div {
  background-color: #eeee;
  border-radius: 2px;
  margin-bottom: 0.25em;
  position: relative;
  display: inline-block;
}
.tag-modal-body .tag-list div a {
  margin: 0.075em 0.225em 0;
  color: #696969;
}
.tag-modal-body .tag-list div a:hover {
  text-decoration: underline;
}
.tag-modal-body .tag-list div[hidden] {
  display: none!important;
}
.goods__container {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
}
.goods__container .button-action {
  margin-top: 20px;
  bottom: 20px;
  text-align: right;
  display: block;
}
.goods__shadow {
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.goods__section {
  background: #FFFFFF;
  max-width: 760px;
  margin: auto;
  padding: 20px;
  overflow: auto;
  text-align: left;
  height: auto;
  max-height: 100%;
}
.goods__title {
  text-transform: uppercase;
  font-size: 10pt;
  border-bottom: 2px solid #696969;
  margin-bottom: 15px;
  color: #696969;
}
.goods__part {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.goods__part .goods__cont_name {
  display: inline-block;
  width: 200px;
}
.goods__part .goods__cont_name .key {
  display: inline-block;
  color: #696969;
  font-size: 10pt;
  font-weight: 500;
}
.goods__part .goods__cont_value {
  display: inline-block;
  width: 535px;
}
.goods__part .goods__cont_value .value {
  width: 100%;
  height: 28px;
  line-height: 28px;
}
.construct-tree .jstree-container-ul {
  padding: 0.8rem;
  background: #FFF;
  border: 0.1rem solid #DFE3E9;
  border-radius: 0.3rem;
}
.arrow_box_type {
  background: #ffffff;
  position: absolute;
  top: 0.3rem;
  left: -2.5rem;
  box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.05), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.05);
  z-index: 9;
}
F .arrow_box_type input,
.arrow_box_type textarea {
  width: 90%;
  margin: 0.5rem 1.5rem 1rem 1.5rem;
  padding: 0.5rem;
  font-size: 1.4rem;
  border: 0;
  border-bottom: 0.1rem solid #d2d6dc;
  background: #fff;
}
F .arrow_box_type input:focus,
.arrow_box_type textarea:focus {
  outline: none;
  box-shadow: none;
}
.arrow_box_type .construct__select-item {
  display: inline-flex;
  width: 100%;
}
.arrow_box_type .construct__select-item > label {
  display: inline-block;
  flex: 1;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.arrow_box_type .construct__input-checkbox {
  display: inline-block;
  margin: 4px 0.5em 3px 0;
  width: 13px;
  cursor: pointer;
}
.arrow_box_type textarea {
  resize: none;
  font-size: 1.2rem;
}
.arrow_box_type ul {
  margin: 0;
  padding: 0;
  max-height: 25rem;
  overflow: auto;
}
.arrow_box_type li {
  list-style: none;
  padding: 5px 15px 5px 24px;
  font-size: 1.3rem;
  position: relative;
  font-weight: 300;
  color: #767777;
  cursor: pointer;
}
.arrow_box_type li:hover {
  color: #5d5d5d;
}
.arrow_box_type li:hover.selected {
  color: #3d8b40;
}
.arrow_box_type li.selected {
  color: #4CAF50;
}
.arrow_box_type li.selected:before {
  content: none;
}
.arrow_box_type li.selected i {
  position: absolute;
  left: 7px;
  top: 6px;
  font-size: 12px;
}
.arrow_box_type .forms-desc {
  padding: 0 1rem 1rem 1rem;
  display: block;
  margin-top: 0.4rem;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.275rem;
  line-height: 1.4em;
}
.arrow_box_type .forms-desc span {
  font: normal 0.85em/1 "Lucida Grande", Lucida, Arial, sans-serif;
  display: inline-block;
  color: #aaa;
  text-decoration: none;
  width: 4.4rem;
  height: 2rem;
  padding-left: 0.5rem;
  line-height: 2rem;
  margin: 0.5rem;
  background: #eff0f2;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  border-top: 0.1rem solid #f5f5f5;
  -webkit-box-shadow: inset 0 0 2.5rem #e8e8e8, 0 0.1rem 0 #c3c3c3, 0 0.1rem 0 #c9c9c9, 0 0.2rem 0.3rem #333;
  -moz-box-shadow: inset 0 0 2.5rem #e8e8e8, 0 0.1rem 0 #c3c3c3, 0 0.2rem 0 #c9c9c9, 0 0.2rem 0.3rem #333;
  box-shadow: inset 0 0 2.5rem #e8e8e8, 0 0.1rem 0 #c3c3c3, 0 0.2rem 0 #c9c9c9, 0 0.2rem 0.3rem #333;
  text-shadow: 0 0.1rem 0 #f5f5f5;
  text-transform: lowercase;
}
.ui-datepicker {
  z-index: 1000;
}
.ace_editor {
  min-height: 300px;
}
.header {
  height: 5.4rem;
  padding: 1rem 2rem;
  background: #fff;
  border-bottom: 0.1rem solid #e4e4e4;
}
.header__title {
  margin: 0;
  margin-top: 0.5rem;
  font-size: 2rem;
  color: #5f666b;
  font-weight: 100;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header__title a:not(.header-button):not(.dropdown-cluster__link) {
  display: inline-block;
  line-height: 1em;
  margin-right: 0.5rem;
  color: darkgrey;
  font-size: 11pt;
  font-weight: 400;
}
.header__title a:not(.header-button):not(.dropdown-cluster__link):hover {
  color: dimgray;
}
.right-panel {
  margin-top: 0.5rem;
}
.right-panel__search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 3rem;
}
.right-panel__search input + i.fa {
  top: 0.5rem;
}
.right-panel__link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
  color: #69716E;
}
.user-info__container {
  background-color: #4D89B3;
}
.user-info__container span {
  display: block;
  color: #fff;
  margin-left: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 18.5rem;
}
.user-info__container img {
  padding: 0.5rem;
}
.user-info__name {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 1.7rem;
}
.user-info__name > a {
  color: #fff !important;
  text-decoration: none !important;
  padding: 0 !important;
}
.user-info__name > a:hover {
  color: #fff !important;
  text-decoration: underline !important;
  background: none !important;
}
.user-info__role {
  font-size: 1.2rem;
}
.user-info__control {
  margin: 0;
}
.user-info__control li {
  margin: 0;
}
.user-info__control li a {
  display: block;
  padding: 0.5rem;
  clear: both;
  line-height: 1rem;
  color: #666;
  white-space: nowrap;
  text-decoration: none;
  font-size: 1.1rem;
}
.user-info__control li a > b.fa {
  width: 1rem;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.autocomplete a {
  padding: 4px 10px;
  color: #000;
  display: block;
  text-decoration: none;
  font-size: 10pt;
}
.autocomplete a b,
.autocomplete a em {
  color: gray;
  font-size: 9pt;
  font-style: normal;
}
.autocomplete a.active b,
.autocomplete a.active em {
  color: lightgrey;
  font-size: 9pt;
  font-style: normal;
}
.menu-left {
  padding: 0 0 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 4.2rem;
  color: #fff;
  background: #474747;
  z-index: 10;
}
.menu-left__item {
  line-height: 0;
}
.menu-left__item.active {
  background: #64c26b;
}
.menu-left__item.active > a {
  color: #fff;
}
.menu-left__item.active > a > i.fa {
  text-shadow: 0.1rem 0.1rem 0.1rem rgba(16, 16, 16, 0.42);
}
.menu-left__link {
  display: block;
  padding: 0.9rem 0;
  color: #AAAFB3;
  font-size: 1.2rem;
  font-weight: 100;
  transition: all 0.3s;
}
.menu-left__link > i.fa {
  font-size: 1.8rem;
  text-shadow: 0.1rem 0.1rem 0.1rem rgba(16, 16, 16, 0.38);
}
.menu-left__link:hover {
  color: #fff;
  background: #2fa869 linear-gradient(to right, #2fa869 0%, #2fa869 84%, #1e6d43 100%);
}
.menu-left__logo {
  width: 4.2rem;
  height: 3.6rem;
  line-height: 3.6rem;
  background: #808080;
  position: absolute;
  bottom: 0;
}
.tooltipster-menu {
  background: #64c26b;
  color: #fff;
  margin-left: -1.2rem;
}
.tooltipster-menu.tooltipster-base .tooltipster-content {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4rem;
  padding: 1.2rem 0.6rem;
}
