@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600");
.hll {
  background-color: #ffffcc; }

/*{ background: #f0f3f3; }*/
.c {
  color: #999; }

/* Comment */
.err {
  color: #AA0000;
  background-color: #FFAAAA; }

/* Error */
.k {
  color: #006699; }

/* Keyword */
.o {
  color: #555555; }

/* Operator */
.cm {
  color: #999; }

/* Comment.Multiline */
/* Edited to remove italics and make into comment */
.cp {
  color: #009999; }

/* Comment.Preproc */
.c1 {
  color: #999; }

/* Comment.Single */
.cs {
  color: #999; }

/* Comment.Special */
.gd {
  background-color: #FFCCCC;
  border: 1px solid #CC0000; }

/* Generic.Deleted */
.ge {
  font-style: italic; }

/* Generic.Emph */
.gr {
  color: #FF0000; }

/* Generic.Error */
.gh {
  color: #003300; }

/* Generic.Heading */
.gi {
  background-color: #CCFFCC;
  border: 1px solid #00CC00; }

/* Generic.Inserted */
.go {
  color: #AAAAAA; }

/* Generic.Output */
.gp {
  color: #000099; }

/* Generic.Prompt */
/* Generic.Strong */
.gu {
  color: #003300; }

/* Generic.Subheading */
.gt {
  color: #99CC66; }

/* Generic.Traceback */
.kc {
  color: #006699; }

/* Keyword.Constant */
.kd {
  color: #006699; }

/* Keyword.Declaration */
.kn {
  color: #006699; }

/* Keyword.Namespace */
.kp {
  color: #006699; }

/* Keyword.Pseudo */
.kr {
  color: #006699; }

/* Keyword.Reserved */
.kt {
  color: #007788; }

/* Keyword.Type */
.m {
  color: #FF6600; }

/* Literal.Number */
.s {
  color: #d44950; }

/* Literal.String */
.na {
  color: #4f9fcf; }

/* Name.Attribute */
.nb {
  color: #336666; }

/* Name.Builtin */
.nc {
  color: #00AA88; }

/* Name.Class */
.no {
  color: #336600; }

/* Name.Constant */
.nd {
  color: #9999FF; }

/* Name.Decorator */
.ni {
  color: #999999; }

/* Name.Entity */
.ne {
  color: #CC0000; }

/* Name.Exception */
.nf {
  color: #CC00FF; }

/* Name.Function */
.nl {
  color: #9999FF; }

/* Name.Label */
.nn {
  color: #00CCFF; }

/* Name.Namespace */
.nt {
  color: #2f6f9f; }

/* Name.Tag */
.nv {
  color: #003333; }

/* Name.Variable */
.ow {
  color: #000000; }

/* Operator.Word */
.w {
  color: #bbbbbb; }

/* Text.Whitespace */
.mf {
  color: #FF6600; }

/* Literal.Number.Float */
.mh {
  color: #FF6600; }

/* Literal.Number.Hex */
.mi {
  color: #FF6600; }

/* Literal.Number.Integer */
.mo {
  color: #FF6600; }

/* Literal.Number.Oct */
.sb {
  color: #CC3300; }

/* Literal.String.Backtick */
.sc {
  color: #CC3300; }

/* Literal.String.Char */
.sd {
  color: #CC3300;
  font-style: italic; }

/* Literal.String.Doc */
.s2 {
  color: #CC3300; }

/* Literal.String.Double */
.se {
  color: #CC3300; }

/* Literal.String.Escape */
.sh {
  color: #CC3300; }

/* Literal.String.Heredoc */
.si {
  color: #AA0000; }

/* Literal.String.Interpol */
.sx {
  color: #CC3300; }

/* Literal.String.Other */
.sr {
  color: #33AAAA; }

/* Literal.String.Regex */
.s1 {
  color: #CC3300; }

/* Literal.String.Single */
.ss {
  color: #FFCC33; }

/* Literal.String.Symbol */
.bp {
  color: #336666; }

/* Name.Builtin.Pseudo */
.vc {
  color: #003333; }

/* Name.Variable.Class */
.vg {
  color: #003333; }

/* Name.Variable.Global */
.vi {
  color: #003333; }

/* Name.Variable.Instance */
.il {
  color: #FF6600; }

/* Literal.Number.Integer.Long */
.css .o,
.css .o + .nt,
.css .nt + .nt {
  color: #999; }

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: .25rem; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/*
input[type="search"] {
  -webkit-appearance: textfield; // 1
  box-sizing: content-box; //2
}*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
@mixin btntransition($btntransition...) {
    
    -moz-transition:    $btn-transition;
    -o-transition:      $btn-transition;
    -webkit-transition: $btn-transition;
    transition:         $btn-transition;
    
}
*/
@keyframes width-easing {
  0% {
    width: 40px; }
  100% {
    width: 400px; } }
@-webkit-keyframes width-easing {
  0% {
    width: 40px; }
  100% {
    width: 400px; } }
@-moz-keyframes width-easing {
  0% {
    width: 40px; }
  100% {
    width: 400px; } }
@-o-keyframes width-easing {
  0% {
    width: 40px; }
  100% {
    width: 400px; } }
h1, h2, h3, h4, h5, h6 {
  color: #495057;
  font-weight: 400;
  margin-bottom: .5rem;
  margin-top: 0; }

h1 {
  line-height: 40px;
  font-size: 36px; }

h2 {
  line-height: 36px;
  font-size: 24px; }

h3 {
  line-height: 30px;
  font-size: 21px; }

h4 {
  line-height: 22px;
  font-size: 18px; }

h5 {
  line-height: 18px;
  font-size: 16px; }

h6 {
  line-height: 16px;
  font-size: 15px; }

p {
  color: #495057;
  font-weight: 300;
  font-size: 15px; }

.centered-text {
  text-align: center; }

.left-text {
  text-align: left; }

.right-text {
  text-align: right; }

.font-12 {
  font-size: 12px !important; }

.font-14 {
  font-size: 15px !important; }

.font-16 {
  font-size: 16px !important; }

.font-18 {
  font-size: 18px !important; }

.font-21 {
  font-size: 21px !important; }

.font-24 {
  font-size: 24px !important; }

.font-36 {
  font-size: 36px !important; }

.font-weight-bold {
  font-weight: 600; }

.font-weight-normal {
  font-weight: 400; }

.font-italic {
  font-style: italic; }

.color-white {
  color: #fff; }

.color-black {
  color: #343a40; }

.color-blue {
  color: #1976d2; }

.color-red {
  color: #ef5350; }

.label {
  padding: 3px 10px;
  line-height: 13px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%;
  display: inline-block; }

.control-label {
  display: inline-block;
  margin-bottom: .5rem; }

.label-info {
  background-color: #17a2b8; }

.label-warning {
  background-color: #ffc107; }

.label-success {
  background-color: #28a745; }

.label-danger {
  background-color: #ef5350; }

.text-muted {
  color: #adb5bd; }

.text-primary {
  color: #1976d2; }

.text-success {
  color: #28a745; }

.text-info {
  color: #17a2b8; }

.text-warning {
  color: #ffc107; }

.text-danger {
  color: #ef5350; }

blockquote {
  border-left: 5px solid #1976d2;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 15px; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #495057; }

dt {
  font-weight: 600; }

dd {
  margin-bottom: .8rem;
  margin-left: 0; }

ul.has-icons {
  margin: 0px;
  padding: 0px; }
  ul.has-icons li {
    list-style: none;
    line-height: 30px;
    margin: 5px 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
    ul.has-icons li i {
      font-size: 13px;
      padding-right: 8px; }
    ul.has-icons li a {
      color: #868e96; }
      ul.has-icons li a:hover {
        color: #1976d2; }

.m-0 {
  margin: 0 !important; }

.m-t-5 {
  margin-top: 5px; }

.m-t-10 {
  margin-top: 10px; }

.m-t-20 {
  margin-top: 20px; }

.m-t-30 {
  margin-top: 30px; }

.m-t-40 {
  margin-top: 40px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-r-10 {
  margin-right: 10px; }

.p-0 {
  padding: 0 !important; }

.p-t-0 {
  padding-top: 0; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.w-25 {
  width: 25%; }

.w-30 {
  width: 30%; }

.w-50 {
  width: 50%; }

.w-70 {
  width: 70%; }

.w-75 {
  width: 75%; }

.w-100 {
  width: 100%; }

.h-25 {
  height: 25%; }

.h-30 {
  height: 30%; }

.h-50 {
  height: 50%; }

.h-70 {
  height: 70%; }

.h-75 {
  height: 75%; }

.h-100 {
  height: 100%; }

.border-b-1 {
  border-bottom: 1px solid #E0E0E0 !important; }

.display-block {
  display: block !important; }

.display-inline {
  display: inline !important; }

.display-flex {
  display: flex !important; }

.display-inline-block {
  display: inline-block !important; }

.display-table {
  display: table !important; }

.display-none {
  display: none !important; }

.card-header.has-nav {
  padding-bottom: 0; }
  .card-header.has-nav .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .card-header.has-nav .nav.nav-tabs {
      border-bottom: 1px solid #ddd; }
      .card-header.has-nav .nav.nav-tabs .nav-item {
        margin-bottom: -1px; }
        .card-header.has-nav .nav.nav-tabs .nav-item .nav-link {
          border: 1px solid transparent;
          border-top-left-radius: .25rem;
          border-top-right-radius: .25rem;
          display: block;
          padding: 1rem 1.5rem; }
          .card-header.has-nav .nav.nav-tabs .nav-item .nav-link:focus, .card-header.has-nav .nav.nav-tabs .nav-item .nav-link:hover {
            text-decoration: none;
            border-color: #e9ecef #e9ecef #ddd; }
          .card-header.has-nav .nav.nav-tabs .nav-item .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #ddd #ddd #fff; }
          .card-header.has-nav .nav.nav-tabs .nav-item .nav-link.disabled {
            color: #868e96;
            background-color: transparent;
            border-color: transparent; }
    .card-header.has-nav .nav.card-header-pills {
      margin-right: -.625rem;
      margin-left: -.625rem;
      margin-top: 0; }
      .card-header.has-nav .nav.card-header-pills .nav-link {
        border-radius: .25rem;
        display: block;
        padding: 1rem 1.5rem; }
        .card-header.has-nav .nav.card-header-pills .nav-link:focus, .card-header.has-nav .nav.card-header-pills .nav-link:hover {
          text-decoration: none; }
        .card-header.has-nav .nav.card-header-pills .nav-link.active {
          color: #fff;
          background-color: #007bff; }
        .card-header.has-nav .nav.card-header-pills .nav-link.disabled {
          color: #868e96;
          background-color: transparent;
          border-color: transparent; }

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.7rem 1rem;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 0.25rem; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0; }
  .btn.disabled, .btn:disabled {
    opacity: .65;
    box-shadow: none; }
  .btn:active, .btn.active {
    background-image: none;
    box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #1976d2;
  border-color: #1976d2;
  box-shadow: 0 2px 2px 0 rgba(25, 118, 210, 0.15), 0 3px 1px -2px rgba(25, 118, 210, 0.2), 0 1px 5px 0 rgba(25, 118, 210, 0.12); }
  .btn-primary:hover {
    color: #fff;
    background-color: #1563b0;
    border-color: #145ca4;
    box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0 rgba(25, 118, 210, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2); }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0 rgba(25, 118, 210, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #1976d2;
    border-color: #1976d2; }
  .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    background-color: #1563b0;
    background-image: none;
    border-color: #145ca4;
    box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0 rgba(25, 118, 210, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2); }
  .btn-primary .btn-label {
    color: #fff;
    background-color: #176cc0;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 6px 14px; }

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: 0 2px 2px 0 rgba(134, 142, 150, 0.15), 0 3px 1px -2px rgba(134, 142, 150, 0.2), 0 1px 5px 0 rgba(134, 142, 150, 0.12); }
  .btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
    box-shadow: 0 14px 26px -12px rgba(134, 142, 150, 0.42), 0 4px 23px 0 rgba(134, 142, 150, 0.12), 0 8px 10px -5px rgba(134, 142, 150, 0.2); }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 14px 26px -12px rgba(134, 142, 150, 0.42), 0 4px 23px 0 rgba(134, 142, 150, 0.12), 0 8px 10px -5px rgba(134, 142, 150, 0.2); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96; }
  .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
    background-color: #727b84;
    background-image: none;
    border-color: #6c757d;
    box-shadow: 0 14px 26px -12px rgba(134, 142, 150, 0.42), 0 4px 23px 0 rgba(134, 142, 150, 0.12), 0 8px 10px -5px rgba(134, 142, 150, 0.2); }
  .btn-secondary .btn-label {
    color: #fff;
    background-color: #7b848d;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 6px 14px; }

.btn-semiwhite {
  color: #111;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.15), 0 3px 1px -2px rgba(255, 255, 255, 0.2), 0 1px 5px 0 rgba(255, 255, 255, 0.12); }
  .btn-semiwhite:hover {
    color: #111;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 14px 26px -12px rgba(255, 255, 255, 0.42), 0 4px 23px 0 rgba(255, 255, 255, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2); }
  .btn-semiwhite:focus, .btn-semiwhite.focus {
    box-shadow: 0 14px 26px -12px rgba(255, 255, 255, 0.42), 0 4px 23px 0 rgba(255, 255, 255, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2); }
  .btn-semiwhite.disabled, .btn-semiwhite:disabled {
    background-color: #fff;
    border-color: #fff; }
  .btn-semiwhite:active, .btn-semiwhite.active, .show > .btn-semiwhite.dropdown-toggle {
    background-color: #ececec;
    background-image: none;
    border-color: #e6e6e6;
    box-shadow: 0 14px 26px -12px rgba(255, 255, 255, 0.42), 0 4px 23px 0 rgba(255, 255, 255, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2); }
  .btn-semiwhite .btn-label {
    color: #111;
    background-color: whitesmoke;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 6px 14px; }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 2px 2px 0 rgba(40, 167, 69, 0.15), 0 3px 1px -2px rgba(40, 167, 69, 0.2), 0 1px 5px 0 rgba(40, 167, 69, 0.12); }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 14px 26px -12px rgba(40, 167, 69, 0.42), 0 4px 23px 0 rgba(40, 167, 69, 0.12), 0 8px 10px -5px rgba(40, 167, 69, 0.2); }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 14px 26px -12px rgba(40, 167, 69, 0.42), 0 4px 23px 0 rgba(40, 167, 69, 0.12), 0 8px 10px -5px rgba(40, 167, 69, 0.2); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34;
    box-shadow: 0 14px 26px -12px rgba(40, 167, 69, 0.42), 0 4px 23px 0 rgba(40, 167, 69, 0.12), 0 8px 10px -5px rgba(40, 167, 69, 0.2); }
  .btn-success .btn-label {
    color: #fff;
    background-color: #24973e;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 6px 14px; }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 2px 2px 0 rgba(23, 162, 184, 0.15), 0 3px 1px -2px rgba(23, 162, 184, 0.2), 0 1px 5px 0 rgba(23, 162, 184, 0.12); }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 14px 26px -12px rgba(23, 162, 184, 0.42), 0 4px 23px 0 rgba(23, 162, 184, 0.12), 0 8px 10px -5px rgba(23, 162, 184, 0.2); }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 14px 26px -12px rgba(23, 162, 184, 0.42), 0 4px 23px 0 rgba(23, 162, 184, 0.12), 0 8px 10px -5px rgba(23, 162, 184, 0.2); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    background-color: #138496;
    background-image: none;
    border-color: #117a8b;
    box-shadow: 0 14px 26px -12px rgba(23, 162, 184, 0.42), 0 4px 23px 0 rgba(23, 162, 184, 0.12), 0 8px 10px -5px rgba(23, 162, 184, 0.2); }
  .btn-info .btn-label {
    color: #fff;
    background-color: #1592a6;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 6px 14px; }

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 2px 2px 0 rgba(255, 193, 7, 0.15), 0 3px 1px -2px rgba(255, 193, 7, 0.2), 0 1px 5px 0 rgba(255, 193, 7, 0.12); }
  .btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 14px 26px -12px rgba(255, 193, 7, 0.42), 0 4px 23px 0 rgba(255, 193, 7, 0.12), 0 8px 10px -5px rgba(255, 193, 7, 0.2); }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 14px 26px -12px rgba(255, 193, 7, 0.42), 0 4px 23px 0 rgba(255, 193, 7, 0.12), 0 8px 10px -5px rgba(255, 193, 7, 0.2); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
    background-color: #e0a800;
    background-image: none;
    border-color: #d39e00;
    box-shadow: 0 14px 26px -12px rgba(255, 193, 7, 0.42), 0 4px 23px 0 rgba(255, 193, 7, 0.12), 0 8px 10px -5px rgba(255, 193, 7, 0.2); }
  .btn-warning .btn-label {
    color: #111;
    background-color: #f2b500;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 6px 14px; }

.btn-danger {
  color: #fff;
  background-color: #ef5350;
  border-color: #ef5350;
  box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.15), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12); }
  .btn-danger:hover {
    color: #fff;
    background-color: #ec312d;
    border-color: #eb2521;
    box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(239, 83, 80, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2); }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(239, 83, 80, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #ef5350;
    border-color: #ef5350; }
  .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
    background-color: #ec312d;
    background-image: none;
    border-color: #eb2521;
    box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(239, 83, 80, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2); }
  .btn-danger .btn-label {
    color: #fff;
    background-color: #ed413d;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 6px 14px; }

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 2px 2px 0 rgba(248, 249, 250, 0.15), 0 3px 1px -2px rgba(248, 249, 250, 0.2), 0 1px 5px 0 rgba(248, 249, 250, 0.12); }
  .btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 14px 26px -12px rgba(248, 249, 250, 0.42), 0 4px 23px 0 rgba(248, 249, 250, 0.12), 0 8px 10px -5px rgba(248, 249, 250, 0.2); }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 14px 26px -12px rgba(248, 249, 250, 0.42), 0 4px 23px 0 rgba(248, 249, 250, 0.12), 0 8px 10px -5px rgba(248, 249, 250, 0.2); }
  .btn-light.disabled, .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
    background-color: #e2e6ea;
    background-image: none;
    border-color: #dae0e5;
    box-shadow: 0 14px 26px -12px rgba(248, 249, 250, 0.42), 0 4px 23px 0 rgba(248, 249, 250, 0.12), 0 8px 10px -5px rgba(248, 249, 250, 0.2); }
  .btn-light .btn-label {
    color: #111;
    background-color: #eceff2;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 6px 14px; }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 2px 2px 0 rgba(52, 58, 64, 0.15), 0 3px 1px -2px rgba(52, 58, 64, 0.2), 0 1px 5px 0 rgba(52, 58, 64, 0.12); }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 14px 26px -12px rgba(52, 58, 64, 0.42), 0 4px 23px 0 rgba(52, 58, 64, 0.12), 0 8px 10px -5px rgba(52, 58, 64, 0.2); }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 14px 26px -12px rgba(52, 58, 64, 0.42), 0 4px 23px 0 rgba(52, 58, 64, 0.12), 0 8px 10px -5px rgba(52, 58, 64, 0.2); }
  .btn-dark.disabled, .btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
    background-color: #23272b;
    background-image: none;
    border-color: #1d2124;
    box-shadow: 0 14px 26px -12px rgba(52, 58, 64, 0.42), 0 4px 23px 0 rgba(52, 58, 64, 0.12), 0 8px 10px -5px rgba(52, 58, 64, 0.2); }
  .btn-dark .btn-label {
    color: #fff;
    background-color: #2b3035;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 6px 14px; }

.btn-semiwhite {
  color: #111;
  background-color: #fff;
  border-color: #dee2e6;
  box-shadow: 0 2px 2px 0 rgba(222, 226, 230, 0.15), 0 3px 1px -2px rgba(222, 226, 230, 0.2), 0 1px 5px 0 rgba(222, 226, 230, 0.12); }
  .btn-semiwhite:hover {
    color: #111;
    background-color: #ececec;
    border-color: #c1c9d0;
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite:focus, .btn-semiwhite.focus {
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite.disabled, .btn-semiwhite:disabled {
    background-color: #fff;
    border-color: #dee2e6; }
  .btn-semiwhite:active, .btn-semiwhite.active, .show > .btn-semiwhite.dropdown-toggle {
    background-color: #ececec;
    background-image: none;
    border-color: #c1c9d0;
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite .btn-label {
    color: #111;
    background-color: whitesmoke;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 6px 14px; }

.btn-semiwhite {
  color: #111;
  background-color: #fff;
  border-color: #dee2e6;
  box-shadow: 0 2px 2px 0 rgba(222, 226, 230, 0.15), 0 3px 1px -2px rgba(222, 226, 230, 0.2), 0 1px 5px 0 rgba(222, 226, 230, 0.12); }
  .btn-semiwhite:hover {
    color: #111;
    background-color: #ececec;
    border-color: #c1c9d0;
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite:focus, .btn-semiwhite.focus {
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite.disabled, .btn-semiwhite:disabled {
    background-color: #fff;
    border-color: #dee2e6; }
  .btn-semiwhite:active, .btn-semiwhite.active, .show > .btn-semiwhite.dropdown-toggle {
    background-color: #ececec;
    background-image: none;
    border-color: #c1c9d0;
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite .btn-label {
    color: #111;
    background-color: whitesmoke;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 6px 14px; }

.btn-semiwhite {
  color: #111;
  background-color: #fff;
  border-color: #dee2e6;
  box-shadow: 0 2px 2px 0 rgba(222, 226, 230, 0.15), 0 3px 1px -2px rgba(222, 226, 230, 0.2), 0 1px 5px 0 rgba(222, 226, 230, 0.12); }
  .btn-semiwhite:hover {
    color: #111;
    background-color: #ececec;
    border-color: #c1c9d0;
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite:focus, .btn-semiwhite.focus {
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite.disabled, .btn-semiwhite:disabled {
    background-color: #fff;
    border-color: #dee2e6; }
  .btn-semiwhite:active, .btn-semiwhite.active, .show > .btn-semiwhite.dropdown-toggle {
    background-color: #ececec;
    background-image: none;
    border-color: #c1c9d0;
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite .btn-label {
    color: #111;
    background-color: whitesmoke;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 6px 14px; }

.btn-semiwhite {
  color: #111;
  background-color: #fff;
  border-color: #dee2e6;
  box-shadow: 0 2px 2px 0 rgba(222, 226, 230, 0.15), 0 3px 1px -2px rgba(222, 226, 230, 0.2), 0 1px 5px 0 rgba(222, 226, 230, 0.12); }
  .btn-semiwhite:hover {
    color: #111;
    background-color: #ececec;
    border-color: #c1c9d0;
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite:focus, .btn-semiwhite.focus {
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite.disabled, .btn-semiwhite:disabled {
    background-color: #fff;
    border-color: #dee2e6; }
  .btn-semiwhite:active, .btn-semiwhite.active, .show > .btn-semiwhite.dropdown-toggle {
    background-color: #ececec;
    background-image: none;
    border-color: #c1c9d0;
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite .btn-label {
    color: #111;
    background-color: whitesmoke;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 6px 14px; }

.btn-semiwhite {
  color: #111;
  background-color: #fff;
  border-color: #dee2e6;
  box-shadow: 0 2px 2px 0 rgba(222, 226, 230, 0.15), 0 3px 1px -2px rgba(222, 226, 230, 0.2), 0 1px 5px 0 rgba(222, 226, 230, 0.12); }
  .btn-semiwhite:hover {
    color: #111;
    background-color: #ececec;
    border-color: #c1c9d0;
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite:focus, .btn-semiwhite.focus {
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite.disabled, .btn-semiwhite:disabled {
    background-color: #fff;
    border-color: #dee2e6; }
  .btn-semiwhite:active, .btn-semiwhite.active, .show > .btn-semiwhite.dropdown-toggle {
    background-color: #ececec;
    background-image: none;
    border-color: #c1c9d0;
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite .btn-label {
    color: #111;
    background-color: whitesmoke;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 6px 14px; }

.btn-semiwhite {
  color: #111;
  background-color: #fff;
  border-color: #dee2e6;
  box-shadow: 0 2px 2px 0 rgba(222, 226, 230, 0.15), 0 3px 1px -2px rgba(222, 226, 230, 0.2), 0 1px 5px 0 rgba(222, 226, 230, 0.12); }
  .btn-semiwhite:hover {
    color: #111;
    background-color: #ececec;
    border-color: #c1c9d0;
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite:focus, .btn-semiwhite.focus {
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite.disabled, .btn-semiwhite:disabled {
    background-color: #fff;
    border-color: #dee2e6; }
  .btn-semiwhite:active, .btn-semiwhite.active, .show > .btn-semiwhite.dropdown-toggle {
    background-color: #ececec;
    background-image: none;
    border-color: #c1c9d0;
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite .btn-label {
    color: #111;
    background-color: whitesmoke;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 6px 14px; }

.btn-semiwhite {
  color: #111;
  background-color: #fff;
  border-color: #dee2e6;
  box-shadow: 0 2px 2px 0 rgba(222, 226, 230, 0.15), 0 3px 1px -2px rgba(222, 226, 230, 0.2), 0 1px 5px 0 rgba(222, 226, 230, 0.12); }
  .btn-semiwhite:hover {
    color: #111;
    background-color: #ececec;
    border-color: #c1c9d0;
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite:focus, .btn-semiwhite.focus {
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite.disabled, .btn-semiwhite:disabled {
    background-color: #fff;
    border-color: #dee2e6; }
  .btn-semiwhite:active, .btn-semiwhite.active, .show > .btn-semiwhite.dropdown-toggle {
    background-color: #ececec;
    background-image: none;
    border-color: #c1c9d0;
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite .btn-label {
    color: #111;
    background-color: whitesmoke;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 6px 14px; }

.btn-semiwhite {
  color: #111;
  background-color: #fff;
  border-color: #dee2e6;
  box-shadow: 0 2px 2px 0 rgba(222, 226, 230, 0.15), 0 3px 1px -2px rgba(222, 226, 230, 0.2), 0 1px 5px 0 rgba(222, 226, 230, 0.12); }
  .btn-semiwhite:hover {
    color: #111;
    background-color: #ececec;
    border-color: #c1c9d0;
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite:focus, .btn-semiwhite.focus {
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite.disabled, .btn-semiwhite:disabled {
    background-color: #fff;
    border-color: #dee2e6; }
  .btn-semiwhite:active, .btn-semiwhite.active, .show > .btn-semiwhite.dropdown-toggle {
    background-color: #ececec;
    background-image: none;
    border-color: #c1c9d0;
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite .btn-label {
    color: #111;
    background-color: whitesmoke;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 6px 14px; }

.btn-semiwhite {
  color: #111;
  background-color: #fff;
  border-color: #dee2e6;
  box-shadow: 0 2px 2px 0 rgba(222, 226, 230, 0.15), 0 3px 1px -2px rgba(222, 226, 230, 0.2), 0 1px 5px 0 rgba(222, 226, 230, 0.12); }
  .btn-semiwhite:hover {
    color: #111;
    background-color: #ececec;
    border-color: #c1c9d0;
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite:focus, .btn-semiwhite.focus {
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite.disabled, .btn-semiwhite:disabled {
    background-color: #fff;
    border-color: #dee2e6; }
  .btn-semiwhite:active, .btn-semiwhite.active, .show > .btn-semiwhite.dropdown-toggle {
    background-color: #ececec;
    background-image: none;
    border-color: #c1c9d0;
    box-shadow: 0 14px 26px -12px rgba(222, 226, 230, 0.42), 0 4px 23px 0 rgba(222, 226, 230, 0.12), 0 8px 10px -5px rgba(222, 226, 230, 0.2); }
  .btn-semiwhite .btn-label {
    color: #111;
    background-color: whitesmoke;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 6px 14px; }

.btn-outline-primary {
  color: #1976d2;
  background-color: transparent;
  background-image: none;
  border-color: #1976d2;
  box-shadow: 0 2px 2px 0 rgba(25, 118, 210, 0.15), 0 3px 1px -2px rgba(25, 118, 210, 0.2), 0 1px 5px 0 rgba(25, 118, 210, 0.12); }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #1976d2;
    border-color: #1976d2;
    box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0 rgba(25, 118, 210, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2); }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0 rgba(25, 118, 210, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1976d2;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1976d2;
    border-color: #1976d2; }
  .btn-outline-primary .btn-label {
    background-color: whitesmoke;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 5px 14px; }

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
  box-shadow: 0 2px 2px 0 rgba(134, 142, 150, 0.15), 0 3px 1px -2px rgba(134, 142, 150, 0.2), 0 1px 5px 0 rgba(134, 142, 150, 0.12); }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    box-shadow: 0 14px 26px -12px rgba(134, 142, 150, 0.42), 0 4px 23px 0 rgba(134, 142, 150, 0.12), 0 8px 10px -5px rgba(134, 142, 150, 0.2); }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 14px 26px -12px rgba(134, 142, 150, 0.42), 0 4px 23px 0 rgba(134, 142, 150, 0.12), 0 8px 10px -5px rgba(134, 142, 150, 0.2); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
  .btn-outline-secondary .btn-label {
    background-color: whitesmoke;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 5px 14px; }

.btn-outline-semiwhite {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.15), 0 3px 1px -2px rgba(255, 255, 255, 0.2), 0 1px 5px 0 rgba(255, 255, 255, 0.12); }
  .btn-outline-semiwhite:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 14px 26px -12px rgba(255, 255, 255, 0.42), 0 4px 23px 0 rgba(255, 255, 255, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2); }
  .btn-outline-semiwhite:focus, .btn-outline-semiwhite.focus {
    box-shadow: 0 14px 26px -12px rgba(255, 255, 255, 0.42), 0 4px 23px 0 rgba(255, 255, 255, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2); }
  .btn-outline-semiwhite.disabled, .btn-outline-semiwhite:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-semiwhite:active, .btn-outline-semiwhite.active, .show > .btn-outline-semiwhite.dropdown-toggle {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-semiwhite .btn-label {
    background-color: whitesmoke;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 5px 14px; }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
  box-shadow: 0 2px 2px 0 rgba(40, 167, 69, 0.15), 0 3px 1px -2px rgba(40, 167, 69, 0.2), 0 1px 5px 0 rgba(40, 167, 69, 0.12); }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: 0 14px 26px -12px rgba(40, 167, 69, 0.42), 0 4px 23px 0 rgba(40, 167, 69, 0.12), 0 8px 10px -5px rgba(40, 167, 69, 0.2); }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 14px 26px -12px rgba(40, 167, 69, 0.42), 0 4px 23px 0 rgba(40, 167, 69, 0.12), 0 8px 10px -5px rgba(40, 167, 69, 0.2); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success .btn-label {
    background-color: whitesmoke;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 5px 14px; }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
  box-shadow: 0 2px 2px 0 rgba(23, 162, 184, 0.15), 0 3px 1px -2px rgba(23, 162, 184, 0.2), 0 1px 5px 0 rgba(23, 162, 184, 0.12); }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0 14px 26px -12px rgba(23, 162, 184, 0.42), 0 4px 23px 0 rgba(23, 162, 184, 0.12), 0 8px 10px -5px rgba(23, 162, 184, 0.2); }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 14px 26px -12px rgba(23, 162, 184, 0.42), 0 4px 23px 0 rgba(23, 162, 184, 0.12), 0 8px 10px -5px rgba(23, 162, 184, 0.2); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info .btn-label {
    background-color: whitesmoke;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 5px 14px; }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
  box-shadow: 0 2px 2px 0 rgba(255, 193, 7, 0.15), 0 3px 1px -2px rgba(255, 193, 7, 0.2), 0 1px 5px 0 rgba(255, 193, 7, 0.12); }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 14px 26px -12px rgba(255, 193, 7, 0.42), 0 4px 23px 0 rgba(255, 193, 7, 0.12), 0 8px 10px -5px rgba(255, 193, 7, 0.2); }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 14px 26px -12px rgba(255, 193, 7, 0.42), 0 4px 23px 0 rgba(255, 193, 7, 0.12), 0 8px 10px -5px rgba(255, 193, 7, 0.2); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning .btn-label {
    background-color: whitesmoke;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 5px 14px; }

.btn-outline-danger {
  color: #ef5350;
  background-color: transparent;
  background-image: none;
  border-color: #ef5350;
  box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.15), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12); }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ef5350;
    border-color: #ef5350;
    box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(239, 83, 80, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2); }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(239, 83, 80, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ef5350;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ef5350;
    border-color: #ef5350; }
  .btn-outline-danger .btn-label {
    background-color: whitesmoke;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 5px 14px; }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
  box-shadow: 0 2px 2px 0 rgba(248, 249, 250, 0.15), 0 3px 1px -2px rgba(248, 249, 250, 0.2), 0 1px 5px 0 rgba(248, 249, 250, 0.12); }
  .btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 0 14px 26px -12px rgba(248, 249, 250, 0.42), 0 4px 23px 0 rgba(248, 249, 250, 0.12), 0 8px 10px -5px rgba(248, 249, 250, 0.2); }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 14px 26px -12px rgba(248, 249, 250, 0.42), 0 4px 23px 0 rgba(248, 249, 250, 0.12), 0 8px 10px -5px rgba(248, 249, 250, 0.2); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:active, .btn-outline-light.active, .show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light .btn-label {
    background-color: whitesmoke;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 5px 14px; }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
  box-shadow: 0 2px 2px 0 rgba(52, 58, 64, 0.15), 0 3px 1px -2px rgba(52, 58, 64, 0.2), 0 1px 5px 0 rgba(52, 58, 64, 0.12); }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0 14px 26px -12px rgba(52, 58, 64, 0.42), 0 4px 23px 0 rgba(52, 58, 64, 0.12), 0 8px 10px -5px rgba(52, 58, 64, 0.2); }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 14px 26px -12px rgba(52, 58, 64, 0.42), 0 4px 23px 0 rgba(52, 58, 64, 0.12), 0 8px 10px -5px rgba(52, 58, 64, 0.2); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:active, .btn-outline-dark.active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark .btn-label {
    background-color: whitesmoke;
    display: inline;
    margin: 0px 10px 0px -10px;
    padding: 5px 14px; }

.btn-link {
  font-weight: normal;
  color: #1976d2;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    box-shadow: none; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #11508e;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #868e96; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-rounded {
  border-radius: 60px;
  padding: 7px 18px; }

.btn-lg {
  padding: 1.2rem 2rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.25rem; }
  .btn-lg.btn-rounded {
    padding: 1.2rem 2rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 60px; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.25rem; }
  .btn-sm.btn-rounded {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: 60px; }

.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem; }
  .btn-xs.btn-rounded {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 60px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.split-button-group .btn {
  margin: 0 !important; }
.split-button-group .btn-primary.dropdown-toggle.dropdown-toggle-split {
  background: #176ec4;
  margin-left: -2px !important; }
.split-button-group .btn-secondary.dropdown-toggle.dropdown-toggle-split {
  background: #7e868f;
  margin-left: -2px !important; }
.split-button-group .btn-semiwhite.dropdown-toggle.dropdown-toggle-split {
  background: #f7f7f7;
  margin-left: -2px !important; }
.split-button-group .btn-success.dropdown-toggle.dropdown-toggle-split {
  background: #259b40;
  margin-left: -2px !important; }
.split-button-group .btn-info.dropdown-toggle.dropdown-toggle-split {
  background: #1596aa;
  margin-left: -2px !important; }
.split-button-group .btn-warning.dropdown-toggle.dropdown-toggle-split {
  background: #f7b900;
  margin-left: -2px !important; }
.split-button-group .btn-danger.dropdown-toggle.dropdown-toggle-split {
  background: #ee4542;
  margin-left: -2px !important; }
.split-button-group .btn-light.dropdown-toggle.dropdown-toggle-split {
  background: #eff1f4;
  margin-left: -2px !important; }
.split-button-group .btn-dark.dropdown-toggle.dropdown-toggle-split {
  background: #2d3238;
  margin-left: -2px !important; }

.button-group .btn {
  margin-bottom: 5px;
  margin-right: 5px; }
  .button-group .btn:focus + .dropdown-menu {
    display: block; }

.input-group .btn:focus + .dropdown-menu {
  display: block; }

.btn-inverse, .btn-inverse.disabled {
  background: #2f3d4a;
  border: 1px solid #2f3d4a;
  color: #ffffff; }

.btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .btn-inverse:hover, .open > .dropdown-toggle.btn-inverse {
  background-color: #232a37;
  border: 1px solid #232a37; }

.btn-inverse.disabled:hover, .btn-inverse:hover {
  background: #2f3d4a;
  opacity: 0.7;
  color: #ffffff;
  border: 1px solid #2f3d4a; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
  border-width: 1px 0; }

.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px; }

.btn-circle.btn-sm {
  width: 35px;
  height: 35px;
  padding: 8px 10px;
  font-size: 14px; }

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 22px; }

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 14px 15px;
  font-size: 24px; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.5rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #495057;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #3d4349;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1976d2; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96;
    background-color: transparent; }

.show > a {
  outline: 0; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #868e96;
  white-space: nowrap; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 1rem 1.4rem; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #868e96; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #e9ecef #e9ecef #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #868e96;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
  .nav-pills .nav-link.active, .show > .nav-pills .nav-link {
    color: #fff;
    background-color: #1976d2; }

.tabcontent-border {
  border: 1px solid #ddd;
  border-top: 0px; }

.customtab {
  margin: 0; }
  .customtab li a.nav-link {
    border: 0px;
    padding: 1rem 1.4rem;
    color: #1976d2; }
    .customtab li a.nav-link:hover {
      color: #1976d2; }
    .customtab li a.nav-link.active {
      border-bottom: 2px solid #1976d2;
      color: #1976d2; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  color: #868e96; }
  .table th,
  .table td {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #e9ecef;
    text-align: left;
    font-weight: 500; }
  .table tbody td {
    font-weight: 300; }
  .table tbody + tbody {
    border-top: 2px solid #e9ecef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f4f8; }
.table-striped th, .table-striped td {
  padding: 1rem;
  vertical-align: top;
  border: none;
  border-bottom: none; }
.table-striped thead th {
  border-bottom: none !important; }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bfd9f2; }

.table-hover .table-primary:hover {
  background-color: #aaccee; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #aaccee; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2; }

.table-hover .table-secondary:hover {
  background-color: #cfd2d6; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #cfd2d6; }

.table-semiwhite,
.table-semiwhite > th,
.table-semiwhite > td {
  background-color: white; }

.table-hover .table-semiwhite:hover {
  background-color: #f2f2f2; }
  .table-hover .table-semiwhite:hover > td,
  .table-hover .table-semiwhite:hover > th {
    background-color: #f2f2f2; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fbcfce; }

.table-hover .table-danger:hover {
  background-color: #f9b8b6; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f9b8b6; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.thead-inverse th {
  color: #fff;
  background-color: #212529; }

.thead-default th {
  color: #495057;
  background-color: #e9ecef; }

.table-inverse {
  color: #fff;
  background-color: #212529; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #32383e; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-inverse.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

.table-bordered {
  border: 1px solid #e9ecef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e9ecef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

@media (max-width: 991px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive.table-bordered {
      border: 0; } }

.dataTables_wrapper {
  padding-top: 10px; }

.dt-buttons {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 15px; }

.dt-buttons .dt-button {
  padding: 5px 15px;
  border-radius: 4px;
  background: #1976d2;
  color: #ffffff;
  margin-right: 3px; }

.dt-buttons .dt-button:hover {
  background: #2f3d4a; }

.dataTables_info,
.dataTables_length {
  display: inline-block; }

.dataTables_length {
  margin-top: 10px;
  margin-bottom: 10px; }

.dataTables_length select {
  border: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1976d2), to(#1976d2)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
  background-image: -webkit-linear-gradient(#1976d2, #1976d2), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: -o-linear-gradient(#1976d2, #1976d2), -o-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
  padding-bottom: 5px; }

.dataTables_length select:focus {
  outline: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1976d2), to(#1976d2)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
  background-image: -webkit-linear-gradient(#1976d2, #1976d2), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: -o-linear-gradient(#1976d2, #1976d2), -o-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
  background-size: 100% 2px, 100% 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.dataTables_filter {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px; }

.dataTables_filter input {
  border: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1976d2), to(#1976d2)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
  background-image: -webkit-linear-gradient(#1976d2, #1976d2), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: -o-linear-gradient(#1976d2, #1976d2), -o-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin-left: 10px; }

.dataTables_filter input:focus {
  outline: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1976d2), to(#1976d2)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
  background-image: -webkit-linear-gradient(#1976d2, #1976d2), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: -o-linear-gradient(#1976d2, #1976d2), -o-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
  background-size: 100% 2px, 100% 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  background: transparent; }

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  margin-left: 10px;
  font-family: fontawesome;
  cursor: pointer; }

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  margin-left: 10px;
  font-family: fontawesome;
  cursor: pointer; }

table.dataTable thead .sorting:after {
  content: "\f0dc";
  margin-left: 10px;
  font-family: fontawesome !important;
  cursor: pointer;
  color: rgba(50, 50, 50, 0.5); }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  *cursor: hand;
  color: #67757c;
  border: 1px solid #ddd; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
  border: 1px solid #1976d2;
  background-color: #1976d2; }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  cursor: default;
  color: #67757c;
  border: 1px solid #ddd;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white;
  border: 1px solid #1976d2;
  background-color: #1976d2; }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #67757c; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.tablesaw-bar .btn-group label {
  color: #67757c !important; }

.dt-bootstrap {
  display: block; }

.paging_simple_numbers .pagination .paginate_button {
  padding: 0px;
  background: #ffffff; }

.paging_simple_numbers .pagination .paginate_button:hover {
  background: #ffffff; }

.paging_simple_numbers .pagination .paginate_button a {
  padding: 2px 10px;
  border: 0px; }

.paging_simple_numbers .pagination .paginate_button.active a,
.paging_simple_numbers .pagination .paginate_button:hover a {
  background: #1976d2;
  color: #ffffff; }

.form-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 16px);
  margin-bottom: 0; }

.form-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 16px);
  margin: 0;
  opacity: 0; }

.form-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 16px);
  padding: 0.7rem 1rem;
  line-height: calc(1.25rem + 14px);
  color: #868e96;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.form-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 16px);
  padding: 0.7rem 1rem;
  line-height: calc(1.25rem + 14px);
  color: #343a40;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.form-file-control::before {
  content: "Browse"; }

.form-file-control:empty::after {
  content: "Choose file...";
  font-weight: 400; }

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle; }

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
  border-radius: 0px; }

.fileinput .input-group-addon {
  border: none;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  background: #ffffff;
  margin-bottom: 1px;
  font-size: 16px; }

.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text; }

.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center; }

.fileinput .thumbnail > img {
  max-height: 100%; }

.fileinput .btn {
  vertical-align: middle; }

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none; }

.fileinput-inline .fileinput-controls {
  display: inline; }

.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden; }

.form-control .fileinput-filename {
  vertical-align: bottom; }

.fileinput.input-group > * {
  position: relative;
  z-index: 2; }

.fileinput.input-group > .btn-file {
  z-index: 1; }

.form-material .form-group {
  overflow: hidden; }

.form-material .form-control {
  background-color: transparent;
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0;
  -webkit-transition: background 0s ease-out 0s;
  -o-transition: background 0s ease-out 0s;
  transition: background 0s ease-out 0s; }

.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1976d2), to(#1976d2)), -webkit-gradient(linear, left top, left bottom, from(rgba(120, 130, 140, 0.13)), to(rgba(120, 130, 140, 0.13)));
  background-image: -webkit-linear-gradient(#1976d2, #1976d2), -webkit-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
  background-image: -o-linear-gradient(#1976d2, #1976d2), -o-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
  background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none; }

.form-material .form-control.focus,
.form-material .form-control:focus {
  background-size: 100% 2px, 100% 1px;
  outline: 0 none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.form-control-line .form-group {
  overflow: hidden; }

.form-control-line .form-control {
  border: 0px;
  border-radius: 0px;
  padding-left: 0px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13); }

.form-control-line .form-control:focus {
  border-bottom: 1px solid #1976d2; }

.floating-labels .form-group {
  position: relative; }

.floating-labels .form-control {
  padding: 10px 10px 10px 0;
  display: block;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  box-shadow: none; }
  .floating-labels .form-control:focus {
    border: none;
    box-shadow: none; }

.floating-labels select.form-control > option {
  font-size: 15px; }

.floating-labels .has-error .form-control {
  border-bottom: 1px solid #ef5350; }

.floating-labels .has-warning .form-control {
  border-bottom: 1px solid #ffb22b; }

.floating-labels .has-success .form-control {
  border-bottom: 1px solid #26dad2; }

.floating-labels .form-control:focus {
  outline: none;
  border: none; }

.floating-labels label {
  color: #868e96;
  position: absolute;
  cursor: auto;
  top: 5px;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.floating-labels .focused label {
  top: -20px;
  font-size: 12px;
  color: #495057; }

.floating-labels .bar {
  position: relative;
  display: block; }

.floating-labels .bar:after,
.floating-labels .bar:before {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #1976d2;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.floating-labels .bar:before {
  left: 50%; }

.floating-labels .bar:after {
  right: 50%; }

.floating-labels .form-control:focus ~ .bar:after,
.floating-labels .form-control:focus ~ .bar:before {
  width: 50%; }

.floating-labels .form-control:focus ~ label {
  top: -20px;
  font-size: 12px;
  color: #495057; }

.floating-labels .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5; }

.floating-labels .input-lg,
.floating-labels .input-lg ~ label {
  font-size: 24px; }

.floating-labels .input-sm,
.floating-labels .input-sm ~ label {
  font-size: 16px; }

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  -webkit-transition: .28s ease;
  -o-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

[type=radio] + label:after,
[type=radio] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  -o-transition: .28s ease;
  transition: 0.28s ease; }

[type=radio].with-gap:checked + label:after,
[type=radio].with-gap:checked + label:before,
[type=radio]:checked + label:after,
[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:after,
[type=radio]:not(:checked) + label:before {
  border-radius: 50%; }

[type=radio]:not(:checked) + label:after,
[type=radio]:not(:checked) + label:before {
  border: 1px solid #b1b8bb; }

[type=radio]:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

[type=radio]:checked + label:before {
  border: 2px solid transparent;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type=radio].with-gap:checked + label:after,
[type=radio].with-gap:checked + label:before,
[type=radio]:checked + label:after {
  border: 2px solid #1976d2; }

[type=radio].with-gap:checked + label:after,
[type=radio]:checked + label:after {
  background-color: #1976d2;
  z-index: 0; }

[type=radio]:checked + label:after {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02); }

[type=radio].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5); }

[type=radio].tabbed:focus + label:before {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type=radio].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type=radio].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }

[type=radio]:disabled:checked + label:before,
[type=radio]:disabled:not(:checked) + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type=radio]:disabled + label {
  color: rgba(0, 0, 0, 0.26); }

[type=radio]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26); }

[type=radio]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #adb5bd; }

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type=checkbox] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }

[type=checkbox] + label:before,
[type=checkbox]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 1px solid #b1b8bb;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: 0.2s; }

[type=checkbox]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

[type=checkbox]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }

[type=checkbox].tabbed:focus + label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1); }

[type=checkbox]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #1976d2;
  border-bottom: 2px solid #1976d2;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type=checkbox]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }

[type=checkbox]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #1976d2;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type=checkbox]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent; }

[type=checkbox].filled-in + label:after {
  border-radius: 2px; }

[type=checkbox].filled-in + label:after,
[type=checkbox].filled-in + label:before {
  content: '';
  left: 0;
  position: absolute;
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  -o-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1; }

[type=checkbox].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type=checkbox].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #b1b8bb;
  top: 0px;
  z-index: 0; }

[type=checkbox].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type=checkbox].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #1976d2;
  background-color: #1976d2;
  z-index: 0; }

[type=checkbox].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #495057;
  background-color: rgba(0, 0, 0, 0.1); }

[type=checkbox].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #1976d2;
  border-color: #1976d2; }

[type=checkbox].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent; }

[type=checkbox].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #adb5bd; }

[type=checkbox].filled-in:disabled:checked + label:before {
  background-color: transparent; }

[type=checkbox].filled-in:disabled:checked + label:after {
  background-color: #adb5bd;
  border-color: #adb5bd; }

input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever:after,
input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1); }

input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever:after,
input[type=checkbox]:not(:disabled) ~ .lever:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08); }

.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }

.switch label {
  cursor: pointer; }

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }

.switch label input[type=checkbox]:checked + .lever {
  background-color: #c0dcf7; }

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #1976d2;
  left: 24px; }

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #868e96;
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px; }

.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #f8f9fa;
  border-radius: 21px;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease;
  transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease;
  -o-transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease; }

.switch input[type=checkbox][disabled] + .lever {
  cursor: default; }

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #adb5bd; }

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px transparent;
    box-shadow: 0px 0px 0px 1px transparent; }
  50% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1); }
  to {
    -webkit-box-shadow: 0px 0px 0px 15px transparent;
    box-shadow: 0px 0px 0px 15px transparent; } }
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px transparent;
    box-shadow: 0px 0px 0px 1px transparent; }
  50% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1); }
  to {
    -webkit-box-shadow: 0px 0px 0px 15px transparent;
    box-shadow: 0px 0px 0px 15px transparent; } }
.form-style1 h3 {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 20px; }
.form-style1 .form-group label {
  font-size: 13px;
  font-weight: 500;
  color: #868e96; }
.form-style1 .form-group .form-control {
  border-width: 2px;
  border-color: #eee;
  box-shadow: none;
  height: 40px; }
.form-style1 .form-group.has-danger .form-control {
  border-color: #ef5350; }
.form-style1 .form-group.has-warning .form-control {
  border-color: #ffb22b; }
.form-style1 .form-group.has-success .form-control {
  border-color: #26dad2; }

.form-style2 h3 {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 20px; }
.form-style2 .form-group .form-control {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 40px;
  border-color: #eee; }
.form-style2 .form-group.has-danger .form-control {
  border-color: #ef5350; }
.form-style2 .form-group.has-warning .form-control {
  border-color: #ffb22b; }
.form-style2 .form-group.has-success .form-control {
  border-color: #26dad2; }

.autoexpand {
  /* box-sizing: padding-box; */
  overflow: hidden;
  /* demo only: */
  padding: 10px;
  width: 250px;
  font-size: 14px;
  display: block;
  border-radius: 10px;
  border: 6px solid #556677;
  max-height: 160px; }

.wizard-content .wizard > .steps > ul > li:after,
.wizard-content .wizard > .steps > ul > li:before {
  content: '';
  z-index: 9;
  display: block;
  position: absolute; }

.wizard-content .wizard {
  width: 100%;
  overflow: hidden; }

.wizard-content .wizard .content {
  margin-left: 0 !important; }

.wizard-content .wizard > .steps {
  position: relative;
  display: block;
  width: 100%; }

.wizard-content .wizard > .steps .current-info {
  position: absolute;
  left: -99999px; }

.wizard-content .wizard > .steps > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none; }

.wizard-content .wizard > .steps > ul > li {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative; }

.wizard-content .wizard > .steps > ul > li a {
  position: relative;
  padding-top: 52px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block; }

.wizard-content .wizard > .steps > ul > li:before {
  left: 0; }

.wizard-content .wizard > .steps > ul > li:after {
  right: 0; }

.wizard-content .wizard > .steps > ul > li:first-child:before,
.wizard-content .wizard > .steps > ul > li:last-child:after {
  content: none; }

.wizard-content .wizard > .steps > ul > li.current > a {
  color: #343a40;
  cursor: default; }

.wizard-content .wizard > .steps > ul > li.current .step {
  border-color: #1976d2;
  background-color: #fff;
  color: #1976d2; }

.wizard-content .wizard > .steps > ul > li.disabled a,
.wizard-content .wizard > .steps > ul > li.disabled a:focus,
.wizard-content .wizard > .steps > ul > li.disabled a:hover {
  color: #868e96;
  cursor: default; }

.wizard-content .wizard > .steps > ul > li.done a,
.wizard-content .wizard > .steps > ul > li.done a:focus,
.wizard-content .wizard > .steps > ul > li.done a:hover {
  color: #868e96; }

.wizard-content .wizard > .steps > ul > li.done .step {
  background-color: #1976d2;
  border-color: #1976d2;
  color: #fff; }

.wizard-content .wizard > .steps > ul > li.error .step {
  border-color: #ef5350;
  color: #ef5350; }

.wizard-content .wizard > .steps .step {
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  z-index: 10;
  text-align: center; }

.wizard-content .wizard > .content {
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 0;
  margin: 0; }

.wizard-content .wizard > .content > .title {
  position: absolute;
  left: -99999px; }

.wizard-content .wizard > .content > .body {
  padding: 0 20px; }

.wizard-content .wizard > .content > iframe {
  border: 0;
  width: 100%;
  height: 100%; }

.wizard-content .wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  padding: 0 20px 20px; }

.wizard-content .wizard > .actions > ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0; }

.wizard-content .wizard > .actions > ul:after {
  content: '';
  display: table;
  clear: both; }

.wizard-content .wizard > .actions > ul > li {
  float: left; }

.wizard-content .wizard > .actions > ul > li + li {
  margin-left: 10px; }

.wizard-content .wizard > .actions > ul > li > a {
  background: #1976d2;
  color: #fff;
  display: block;
  padding: 7px 12px;
  border-radius: 4px;
  border: 1px solid transparent; }

.wizard-content .wizard > .actions > ul > li > a:focus,
.wizard-content .wizard > .actions > ul > li > a:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset; }

.wizard-content .wizard > .actions > ul > li > a:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset; }

.wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
  background-color: #fff;
  color: #54667a;
  border: 1px solid #d9d9d9; }

.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:focus,
.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset; }

.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset; }

.wizard-content .wizard > .actions > ul > li.disabled > a,
.wizard-content .wizard > .actions > ul > li.disabled > a:focus,
.wizard-content .wizard > .actions > ul > li.disabled > a:hover {
  color: #868e96; }

.wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"],
.wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:focus,
.wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.wizard-content .wizard.wizard-circle > .steps > ul > li:after,
.wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  top: 45px;
  width: 50%;
  height: 3px;
  background-color: #1976d2; }

.wizard-content .wizard.wizard-circle > .steps > ul > li.current:after,
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after,
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before {
  background-color: #e9ecef; }

.wizard-content .wizard.wizard-circle > .steps .step {
  width: 50px;
  height: 50px;
  line-height: 45px;
  border: 3px solid #e9ecef;
  font-size: 18px;
  border-radius: 50%; }

.wizard-content .wizard.wizard-notification > .steps > ul > li:after,
.wizard-content .wizard.wizard-notification > .steps > ul > li:before {
  top: 39px;
  width: 50%;
  height: 2px;
  background-color: #1976d2; }

.wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #1976d2;
  color: #1976d2;
  line-height: 36px; }

.wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after,
.wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
  border-top-color: #1976d2; }

.wizard-content .wizard.wizard-notification > .steps > ul > li.current:after,
.wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:after,
.wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:before {
  background-color: #e9ecef; }

.wizard-content .wizard.wizard-notification > .steps > ul > li.done .step {
  color: #fff; }

.wizard-content .wizard.wizard-notification > .steps .step {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 15%;
  background-color: #e9ecef; }

.wizard-content .wizard.wizard-notification > .steps .step:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  margin-bottom: -8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #e9ecef; }

.wizard-content .wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 20%; }

.wizard-content .wizard.vertical > .steps > ul > li {
  display: block;
  width: 100%; }

.wizard-content .wizard.vertical > .steps > ul > li.current:after,
.wizard-content .wizard.vertical > .steps > ul > li.current:before,
.wizard-content .wizard.vertical > .steps > ul > li.current ~ li:after,
.wizard-content .wizard.vertical > .steps > ul > li.current ~ li:before,
.wizard-content .wizard.vertical > .steps > ul > li:after,
.wizard-content .wizard.vertical > .steps > ul > li:before {
  background-color: transparent; }

@media (max-width: 768px) {
  .wizard-content .wizard > .steps > ul {
    margin-bottom: 20px; }

  .wizard-content .wizard > .steps > ul > li {
    display: block;
    float: left;
    width: 50%; }

  .wizard-content .wizard > .steps > ul > li > a {
    margin-bottom: 0; }

  .wizard-content .wizard > .steps > ul > li:first-child:before {
    content: ""; }

  .wizard-content .wizard > .steps > ul > li:last-child:after {
    content: '';
    background-color: #1976d2; }

  .wizard-content .wizard.vertical > .steps {
    width: 15%; } }
@media (max-width: 480px) {
  .wizard-content .wizard > .steps > ul > li {
    width: 100%; }

  .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #1976d2; }

  .wizard-content .wizard.vertical > .steps > ul > li {
    display: block;
    float: left;
    width: 50%; }

  .wizard-content .wizard.vertical > .steps {
    width: 100%;
    float: none; } }
.input-group {
  position: relative;
  display: flex;
  width: 100%; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  align-items: center; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.7rem 1rem;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 1.2rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 1.2rem 2rem;
    font-size: 2rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative;
    padding: 0.8rem 1rem;
    margin-top: -1px; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.7rem 1rem;
  font-size: 15px;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #7bb6ef;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(25, 118, 210, 0.25); }
  .form-control::placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(0.7rem - 1px * 2);
  padding-bottom: calc(0.7rem - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(1.2rem - 1px * 2);
  padding-bottom: calc(1.2rem - 1px * 2);
  font-size: 2rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 1.2rem; }

.col-form-legend {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-bottom: 0;
  font-size: 15px; }

.form-control-plaintext {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .form-control-plaintext.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .form-control-plaintext.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 1.2rem 2rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #868e96; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #ef5350; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(239, 83, 80, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .invalid-feedback,
  .was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback,
  .form-control.is-valid ~ .invalid-tooltip, .was-validated
  .custom-select:valid ~ .invalid-feedback,
  .was-validated
  .custom-select:valid ~ .invalid-tooltip,
  .custom-select.is-valid ~ .invalid-feedback,
  .custom-select.is-valid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25); }
.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
    border-color: inherit; }
.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ef5350; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #ef5350; }

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(239, 83, 80, 0.25); }
.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #ef5350; }

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #ef5350; }
  .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
    border-color: inherit; }
.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

textarea {
  resize: none; }

.form-control {
  color: #868e96;
  min-height: 38px;
  display: initial; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  min-height: 20px; }

.form-control:disabled,
.form-control[readonly] {
  opacity: 0.7; }

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: none;
  box-shadow: none; }

.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #26dad2; }

form label {
  font-weight: 400; }

.form-group {
  margin-bottom: 25px; }

.form-horizontal label {
  margin-bottom: 5px; }

.form-control-static {
  padding-top: 0px;
  text-align: left;
  margin: 0; }

.form-bordered .form-group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 20px; }

.form-material .form-group {
  overflow: hidden; }

.form-material .form-control {
  background-color: transparent;
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0;
  -webkit-transition: background 0s ease-out 0s;
  -o-transition: background 0s ease-out 0s;
  transition: background 0s ease-out 0s; }

.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1976d2), to(#1976d2)), -webkit-gradient(linear, left top, left bottom, from(rgba(120, 130, 140, 0.13)), to(rgba(120, 130, 140, 0.13)));
  background-image: -webkit-linear-gradient(#1976d2, #1976d2), -webkit-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
  background-image: -o-linear-gradient(#1976d2, #1976d2), -o-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
  background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none; }

.form-material .form-control.focus,
.form-material .form-control:focus {
  background-size: 100% 2px, 100% 1px;
  outline: 0 none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.form-control.form-select {
  background: url(../images/form-select.png) right 0.75rem center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem; }

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #26dad2; }

.has-success .form-control-success {
  background-image: url(../images/success.svg); }

.has-success .form-control {
  border-color: #26dad2; }

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #ffb22b; }

.has-warning .form-control-warning {
  background-image: url(../images/warning.svg); }

.has-warning .form-control {
  border-color: #ffb22b; }

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #ef5350; }

.has-danger .form-control-danger {
  background-image: url(../images/danger.svg); }

.has-danger .form-control {
  border-color: #ef5350; }

.input-group-addon [type=checkbox]:checked,
.input-group-addon [type=checkbox]:not(:checked),
.input-group-addon [type=radio]:checked,
.input-group-addon [type=radio]:not(:checked) {
  position: initial;
  opacity: 1; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

.form-control-danger, .form-control-success, .form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  -webkit-background-size: 1.5rem 1.5rem;
  background-size: 1.5rem 1.5rem; }

.form-group small {
  font-size: 90%;
  font-weight: 400;
  line-height: 24px; }

[tooltip] {
  margin: 20px;
  position: relative; }
  [tooltip]:after, [tooltip]:before {
    display: none; }
  [tooltip]:hover:after, [tooltip]:hover:before {
    display: block;
    z-index: 100000; }

[tooltip]::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  z-index: 100; }

[tooltip]::after {
  content: attr(tooltip);
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateX(-50%) translateY(-100%);
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  padding: 6px 10px;
  font-size: 15px;
  min-width: 80px;
  border-radius: 5px;
  pointer-events: none; }

[tooltip-position='left']::before {
  left: 0%;
  top: 50%;
  margin-left: -12px;
  transform: translatey(-50%) rotate(-90deg); }

[tooltip-position='top']::before {
  left: 50%; }

[tooltip-position='bottom']::before {
  top: 100%;
  margin-top: 8px;
  transform: translateX(-50%) translatey(-100%) rotate(-180deg); }

[tooltip-position='right']::before {
  left: 100%;
  top: 50%;
  margin-left: 1px;
  transform: translatey(-50%) rotate(90deg); }

[tooltip-position='left']::after {
  left: 0%;
  top: 50%;
  margin-left: -8px;
  transform: translateX(-100%) translateY(-50%); }

[tooltip-position='top']::after {
  left: 50%; }

[tooltip-position='bottom']::after {
  top: 100%;
  margin-top: 8px;
  transform: translateX(-50%) translateY(0%); }

[tooltip-position='right']::after {
  left: 100%;
  top: 50%;
  margin-left: 8px;
  transform: translateX(0%) translateY(-50%); }

.btn.has-popover {
  position: relative;
  margin: 20px; }
  .btn.has-popover .popover {
    display: none; }
  .btn.has-popover:focus .popover {
    display: block; }

.popover {
  position: fixed;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3rem;
  min-width: 250px; }

.popover .arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 5px; }

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid; }

.popover .arrow::before {
  content: "";
  border-width: 11px; }

.popover .arrow::after {
  content: "";
  border-width: 11px; }

.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
  margin: -14% 0 0 -1%; }

.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0px;
  left: 5%; }

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0; }

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -11px;
  margin-left: -6px;
  border-top-color: rgba(0, 0, 0, 0.25); }

.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: -10px;
  margin-left: -6px;
  border-top-color: #fff; }

.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
  margin: -5% 0 0 13%; }

.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
  top: 50%; }

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -8px;
  border-left-width: 0; }

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -11px;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: -10px;
  border-right-color: #fff; }

.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
  margin: 2% 0 0 -1%; }

.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0;
  left: 5%; }

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -7px;
  border-top-width: 0; }

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: -10px;
  border-bottom-color: #fff; }

.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #e9ecef; }

.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
  margin: -5% 0 0 -26%; }

.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
  top: 50%; }

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -8px;
  border-right-width: 0; }

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -11px;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: -10px;
  border-left-color: #fff; }

.popover-header {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  background-color: #e9ecef;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  color: #495057; }

.popover-header:empty {
  display: none; }

.popover-body {
  padding: 9px 14px;
  color: #212529;
  font-size: 15px;
  font-weight: 300; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%); }
  .modal.show .modal-dialog, .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 30px auto;
  max-width: 90%; }
  .modal-dialog.md-modal {
    max-width: 60%; }
  .modal-dialog.sm-modal {
    max-width: 40%; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #343a40; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show, .modal-backdrop.in {
    opacity: .5; }

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.modal-close {
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #212529;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  padding: 0;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }
  .modal-close:hover {
    color: #212529;
    text-decoration: none;
    opacity: .75; }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999; }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 108px; } }
@media all and (min-width: 241px) and (max-width: 320px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 128px; } }
@media all and (min-width: 321px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 192px; } }
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 300px; } }
.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #0d3d6d;
  background-color: #d1e4f6;
  border-color: #bfd9f2; }
  .alert-primary hr {
    border-top-color: #aaccee; }
  .alert-primary .alert-link {
    color: #08243f; }

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2; }
  .alert-secondary hr {
    border-top-color: #cfd2d6; }
  .alert-secondary .alert-link {
    color: #2e3133; }

.alert-semiwhite {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-semiwhite hr {
    border-top-color: #f2f2f2; }
  .alert-semiwhite .alert-link {
    color: #6c6c6c; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #7c2b2a;
  background-color: #fcdddc;
  border-color: #fbcfce; }
  .alert-danger hr {
    border-top-color: #f9b8b6; }
  .alert-danger .alert-link {
    color: #561e1d; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: none; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05); }

.card-body {
  flex: 1 1 auto;
  padding: 2rem; }

.card-title {
  margin-top: 0;
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 15px;
  font-weight: 300;
  color: #adb5bd; }

.card-text:last-child {
  margin-bottom: 0; }

.card-text {
  font-weight: 300;
  color: #495057; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 2rem; }

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
  color: #ffffff; }

.card-inverse .card-bodyquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65); }

.card-black {
  background-color: #343a40;
  border-color: #343a40; }

.card-blue {
  background: #1976d2;
  border-color: #1976d2; }

.card-purple {
  background: #5c4ac7;
  border-color: #5c4ac7; }

.card-red {
  background: #ef5350;
  border-color: #ef5350; }

.card-orange {
  background: #ffb22b;
  border-color: #ffb22b; }

.card-green {
  background: #26dad2;
  border-color: #26dad2; }

.card-outline-black .card-header {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff; }

.card-outline-blue .card-header {
  background: #1976d2;
  border-color: #1976d2;
  color: #fff; }

.card-outline-purple .card-header {
  background: #5c4ac7;
  border-color: #5c4ac7;
  color: #fff; }

.card-outline-red .card-header {
  background: #ef5350;
  border-color: #ef5350;
  color: #fff; }

.card-outline-orange .card-header {
  background: #ffb22b;
  border-color: #ffb22b;
  color: #fff; }

.card-outline-green .card-header {
  background: #26dad2;
  border-color: #26dad2;
  color: #fff; }

.card-header {
  padding: 1.25rem 2rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 16px;
  font-weight: 300;
  color: #868e96; }
  .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }
  .card-header h4 {
    margin: 0; }

.card-footer {
  padding: 0.75rem 2rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  color: #868e96; }
  .card-footer:last-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.card-header-tabs {
  margin-top: 0;
  margin-right: -1rem;
  margin-bottom: -1.575rem;
  margin-left: -1rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -1rem;
  margin-left: -1rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.card-img-top {
  width: 100%;
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.card-img-bottom {
  width: 100%;
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.card-actions {
  float: right; }
  .card-actions a {
    cursor: pointer;
    color: #868e96;
    opacity: 0.7;
    padding-left: 7px;
    font-size: 13px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      display: flex;
      flex: 1 0 0%;
      flex-direction: column;
      margin-right: 15px;
      margin-left: 15px; } }
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group .card {
      flex: 1 0 0%; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; } }
.card-columns .card {
  margin-bottom: 20px; }
  .card-columns .card.p-16 {
    padding: 16px; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #495057;
  background-color: transparent;
  margin: 0 auto;
  font-weight: 300; }

.wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden; }
  .wrapper .left-sidebar {
    width: 16%;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    float: left;
    position: relative;
    z-index: 10; }
    .wrapper .left-sidebar ul {
      list-style-type: none;
      padding: 0; }
      .wrapper .left-sidebar ul > li {
        padding: 8px 0 8px 20px; }
        .wrapper .left-sidebar ul > li:hover, .wrapper .left-sidebar ul > li:focus {
          background: #eef5f9; }
          .wrapper .left-sidebar ul > li:hover > a, .wrapper .left-sidebar ul > li:focus > a {
            color: #1976d2; }
        .wrapper .left-sidebar ul > li.active {
          background: #eef5f9; }
          .wrapper .left-sidebar ul > li.active > a {
            color: #1976d2;
            font-weight: 500; }
        .wrapper .left-sidebar ul > li a {
          color: #859eab;
          font-weight: 300;
          font-size: 15px; }
          .wrapper .left-sidebar ul > li a:hover, .wrapper .left-sidebar ul > li a:focus {
            text-decoration: none; }
        .wrapper .left-sidebar ul > li li {
          padding: 4px 0 4px 15px; }
      .wrapper .left-sidebar ul ul {
        padding-top: 5px; }
  .wrapper .right-content {
    width: 84%;
    height: 100%;
    float: right; }
    .wrapper .right-content .top-bar {
      width: 100%;
      height: 9vh;
      background: #fff;
      -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
      box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
      position: relative;
      z-index: 10; }
    .wrapper .right-content .content-area {
      background: #eef5f9;
      float: left;
      height: 100vh;
      width: 100%;
      overflow-y: hidden;
      overflow-x: hidden; }
  .wrapper .kit-logo {
    margin: 10px auto 0;
    display: block;
    max-width: 130px; }
  .wrapper .devider {
    height: 1px;
    background: rgba(120, 130, 140, 0.13);
    display: block;
    margin: 8px 0; }

.top-bar {
  width: 100%;
  height: 9vh;
  background: #fff;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  position: fixed;
  top: 0; }
  .top-bar h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #1976d2;
    line-height: 60px;
    padding: 0 20px; }

.p-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.p-lr-30 {
  padding-left: 30px;
  padding-right: 30px; }

.p-lr-10 {
  padding: 0 10px; }

.p-20 {
  padding: 20px; }

.uikit-section {
  padding: 20px;
  border: 0px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  margin: 0;
  margin-top: 60px;
  background: #fff; }
  .uikit-section.transparent {
    background: none;
    box-shadow: none; }
  .uikit-section h1.kit-h1 {
    font-size: 24px;
    color: #666;
    display: block;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .uikit-section h2.kit-h2 {
    font-size: 18px;
    color: #1976d2;
    display: block;
    margin: 0;
    font-weight: 400; }
  .uikit-section p.kit-p {
    font-weight: 300;
    margin: 0 0 10px 0;
    color: #99abb4; }

figure.highlight {
  font-size: 12px;
  padding: 10px;
  background: #ffffff;
  margin: 10px 0;
  border: 1px solid #d1d9de; }

.row.show-grid {
  margin: 0; }

.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86, 61, 124, 0.2); }
