@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
/*! 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; } }
.ease-height {
  transition: height 5s ease-in-out;
  -webkit-transition: height 5s ease-in-out;
  -moz-transition: height 5s ease-in-out;
  -o-transition: height 5s ease-in-out;
  -ms-transition: height 5s ease-in-out; }

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: 14px; }

p {
  color: #495057;
  font-weight: 300;
  font-size: 14px; }

.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: 14px !important; }

.font-15 {
  font-size: 14px !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; }

.weight400 {
  font-weight: 400 !important; }

.weight500 {
  font-weight: 500 !important; }

.lineh-20 {
  line-height: 20px !important; }

.color-white {
  color: #fff; }

.color-black {
  color: #343a40 !important; }

.color-gray {
  color: #adb5bd !important; }

.color-darkgray {
  color: #343a40 !important; }

.color-blue {
  color: #1976d2; }

.color-red {
  color: #ef5350; }

.asterisk {
  color: #ef5350; }

.color-green {
  color: #28a745; }

.bg-white {
  background: #fff; }

.bg-themegray {
  background: #eef5f9; }

.bg-gray {
  background: #dee2e6; }

.bg-gray {
  background: #adb5bd; }

.bg-darkgray {
  background: #343a40; }

.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; }

.c-pointer {
  cursor: pointer; }

.m-0 {
  margin: 0 !important; }

.m-10 {
  margin: 10px !important; }

.m-t-05 {
  margin-top: -5px !important; }

.m-t-010 {
  margin-top: -10px !important; }

.m-t-0 {
  margin-top: 0px !important; }

.m-t-2 {
  margin-top: 2px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-r-2 {
  margin-right: 2px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.m-lr-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.p-0 {
  padding: 0 !important; }

.p-10 {
  padding: 10px !important; }

.p-15 {
  padding: 15px !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-t-5 {
  padding-top: 5px !important; }

.p-t-8 {
  padding-top: 8px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-l-25 {
  padding-left: 25px !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.w-25 {
  width: 25%; }

.w-30 {
  width: 30%; }

.w-40 {
  width: 40% !important; }

.w-50 {
  width: 50%; }

.w-70 {
  width: 70%; }

.w-75 {
  width: 75%; }

.w-100 {
  width: 100%; }

.smallpopup.w-40 {
  width: 40% !important; }

.h-25 {
  height: 25%; }

.h-30 {
  height: 30%; }

.h-50 {
  height: 50%; }

.h-70 {
  height: 70%; }

.h-75 {
  height: 75%; }

.h-100 {
  height: 100%; }

.h-300 {
  height: 300px; }

.mh-25 {
  max-height: 25%; }

.mh-30 {
  max-height: 30%; }

.mh-50 {
  max-height: 50%; }

.mh-70 {
  max-height: 70%; }

.mh-75 {
  max-height: 75%; }

.mh-100 {
  max-height: 100%; }

.border-b-1 {
  border-bottom: 1px solid #E0E0E0 !important; }

.no-border {
  border: 0 !important; }

.no-shadow {
  box-shadow: none !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: 14px;
  line-height: 1.25;
  border-radius: 0.25rem;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 500; }
  .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; }

.dropdown-toggle:focus .dropdown-menu {
  display: block !important; }

.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; }

.btn-icon {
  padding: 0.6rem 1rem; }
  .btn-icon i.icon {
    font-size: 20px;
    color: #343a40; }
  .btn-icon.selected {
    border: 1px solid #1976d2; }
    .btn-icon.selected i.icon {
      color: #1976d2; }

.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: 14px;
  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;
  font-size: 14px;
  line-height: 24px; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #3d4349;
    text-decoration: none;
    background-color: #f8f9fa;
    cursor: pointer; }
  .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; }
  .dropdown-item i.icon {
    padding-right: 5px;
    font-size: 16px;
    padding-top: 1px;
    float: left; }

.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; }

.dropdown-menu {
  visibility: hidden;
  margin: 0;
  padding: 4px 2px;
  border-radius: 10px;
  display: block;
  z-index: 9000;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
  left: 80px !important; }

.dropdown .dropdown-menu {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -moz-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -o-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -ms-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1); }

.dropdown.open .dropdown-menu {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 29px -50px;
  -moz-transform-origin: 29px -50px;
  -o-transform-origin: 29px -50px;
  -ms-transform-origin: 29px -50px;
  transform-origin: 29px -50px; }

.open > .dropdown-menu {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }

.dropdown .dropdown-menu:before {
  border-bottom: 11px solid rgba(0, 0, 0, 0.2);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  left: 12px;
  top: -11px; }

.dropdown .dropdown-menu:after {
  border-bottom: 11px solid #FFFFFF;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  left: 12px;
  top: -10px; }

.user-menu {
  color: #000; }
  .user-menu:hover {
    color: #1976d2; }

.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; }

.dmstabs {
  margin: 0; }
  .dmstabs li a.nav-link {
    border: 0px;
    padding: 1rem 1.4rem;
    color: #868e96;
    font-weight: 500; }
  .dmstabs li:hover {
    color: #1976d2; }
  .dmstabs li.active {
    border-bottom: 3px solid #1976d2;
    color: #1976d2; }
    .dmstabs li.active a.nav-link {
      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;
    font-size: 13px; }
  .table th {
    font-weight: 500;
    color: #868e96; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #e9ecef;
    text-align: left;
    font-weight: 500; }
  .table tbody td {
    font-weight: 400; }
  .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(even) {
  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% 2px;
  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.3em .8em;
  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: 14px; }

.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: 14px;
  -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: 18px;
  line-height: 18px;
  font-size: 14px;
  -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: 12px;
  height: 12px;
  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: 12px;
  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: 18px;
  width: 18px;
  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: 18px;
  height: 18px;
  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); }

.k-checkbox-wrapper [type=checkbox]:checked,
.k-checkbox-wrapper [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0; }
.k-checkbox-wrapper [type=checkbox] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }
.k-checkbox-wrapper [type=checkbox] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 11px !important;
  width: 10px;
  height: 10px;
  z-index: 0;
  border: 1px solid #b1b8bb;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: 0.2s; }
.k-checkbox-wrapper [type=checkbox]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }
.k-checkbox-wrapper [type=checkbox] + label:after {
  border-radius: 2px;
  top: 2px !important;
  left: 12px !important; }
.k-checkbox-wrapper [type=checkbox]: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%; }
.k-checkbox-wrapper [type=checkbox]:not(:checked) + label:after {
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #b1b8bb;
  top: 0px;
  z-index: 0;
  transform: none;
  -webkit-transform: none; }
.k-checkbox-wrapper [type=checkbox]:checked + label:before {
  top: 3px;
  left: 0px;
  width: 4px;
  height: 8px;
  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%;
  z-index: 2; }
.k-checkbox-wrapper [type=checkbox]:checked + label:after {
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #1976d2;
  background-color: #1976d2;
  z-index: 0;
  transform: none;
  -webkit-transform: none; }
.k-checkbox-wrapper [type=checkbox].tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #495057;
  background-color: rgba(0, 0, 0, 0.1); }
.k-checkbox-wrapper [type=checkbox]:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent; }
.k-checkbox-wrapper [type=checkbox]:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #adb5bd; }
.k-checkbox-wrapper [type=checkbox]:disabled:checked + label:before {
  background-color: transparent; }
.k-checkbox-wrapper [type=checkbox]:disabled:checked + label:after {
  background-color: #adb5bd;
  border-color: #adb5bd; }

.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; }

.switch-small,
.switch-small * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }

.switch-small label {
  cursor: pointer; }

.switch-small label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }

.switch-small label input[type=checkbox]:checked + .lever {
  background-color: #c0dcf7; }

.switch-small label input[type=checkbox]:checked + .lever:after {
  background-color: #1976d2;
  left: 19px; }

.switch-small label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 24px;
  height: 12px;
  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;
  padding: 0 !important; }

.switch-small label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #f8f9fa;
  border-radius: 16px;
  -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-small input[type=checkbox][disabled] + .lever {
  cursor: default; }

.switch-small label input[type=checkbox][disabled] + .lever:after,
.switch-small label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #adb5bd; }

.switch-small-reverse,
.switch-small-reverse * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }

.switch-small-reverse label {
  cursor: pointer; }

.switch-small-reverse label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }

.switch-small-reverse label input[type=checkbox]:checked + .lever {
  background-color: #ced4da; }

.switch-small-reverse label input[type=checkbox]:checked + .lever:after {
  background-color: #adb5bd;
  left: 14px; }

.switch-small-reverse label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 24px;
  height: 12px;
  background-color: #c0dcf7;
  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;
  padding: 0 !important; }

.switch-small-reverse label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #1976d2;
  border-radius: 16px;
  -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-small-reverse input[type=checkbox][disabled] + .lever {
  cursor: default; }

.switch-small-reverse label input[type=checkbox][disabled] + .lever:after,
.switch-small-reverse 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; } }
[type=checkbox]:checked.k-checkbox,
[type=checkbox]:not(:checked).k-checkbox {
  left: auto !important; }

[type=checkbox].k-checkbox:checked + label:before {
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid #1976d2;
  border-bottom: 1px solid #1976d2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.k-checkbox-label:before {
  width: 12px;
  height: 12px;
  font-size: 15px;
  line-height: 14px;
  border: 1px solid #999 !important; }

.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-style1 .form-group textarea.form-control {
  height: auto !important; }

.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; }
.form-style2 .form-group textarea.form-control {
  height: auto !important; }

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #868e96;
  font-weight: 400; }

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #868e96;
  font-weight: 400; }

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #868e96;
  font-weight: 400; }

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #868e96;
  font-weight: 400; }

.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: 14px;
  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: 14px;
  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: 14px; }

.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: 20px; }

[tooltip] {
  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: 14px;
  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: 14px;
  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-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.2;
  font-size: 21px; }

.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, .toast-container {
  position: fixed;
  z-index: 999999; }

#toast-container *, .toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div, .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, .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, .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, .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, .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, .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,
.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: rgba(0, 0, 0, 0); }

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%; } }

@font-face {
  font-family: 'icondms';
  src: url("fonts/icondms.eot?15dotk");
  src: url("fonts/icondms.eot?15dotk#iefix") format("embedded-opentype"), url("fonts/icondms.ttf?15dotk") format("truetype"), url("fonts/icondms.woff?15dotk") format("woff"), url("fonts/icondms.svg?15dotk#icondms") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icondms' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-power:before {
  content: "\e900"; }

.icon-exit_to_app:before {
  content: "\e901"; }

.icon-chart:before {
  content: "\e902"; }

.icon-pie:before {
  content: "\e902"; }

.icon-graph:before {
  content: "\e902"; }

.icon-pie-chart:before {
  content: "\e903"; }

.icon-lock-closed:before {
  content: "\e904"; }

.icon-chart-pie:before {
  content: "\e905"; }

.icon-left-arrow:before {
  content: "\61"; }

.icon-right-arrow:before {
  content: "\62"; }

.icon-down-arrow:before {
  content: "\63"; }

.icon-medical-tablets:before {
  content: "\64"; }

.icon-file-time:before {
  content: "\65"; }

.icon-line-chart-dots:before {
  content: "\66"; }

.icon-refresh-2:before {
  content: "\67"; }

.icon-line-chart-dots1:before {
  content: "\1f3f7"; }

.icon-refresh-file:before {
  content: "\69"; }

.icon-reverse:before {
  content: "\6a"; }

.icon-filter:before {
  content: "\6b"; }

.icon-text-file:before {
  content: "\6c"; }

.icon-doc-file:before {
  content: "\6d"; }

.icon-folders:before {
  content: "\6e"; }

.icon-text-list-file:before {
  content: "\6f"; }

.icon-file-history:before {
  content: "\70"; }

.icon-empty-file:before {
  content: "\71"; }

.icon-code-file:before {
  content: "\72"; }

.icon-text-file1:before {
  content: "\73"; }

.icon-text-list-file1:before {
  content: "\74"; }

.icon-empty-file1:before {
  content: "\75"; }

.icon-folder:before {
  content: "\76"; }

.icon-books:before {
  content: "\77"; }

.icon-books1:before {
  content: "\78"; }

.icon-network-folders:before {
  content: "\79"; }

.icon-calendar:before {
  content: "\7a"; }

.icon-safe-time:before {
  content: "\41"; }

.icon-user-history:before {
  content: "\42"; }

.icon-chart2:before {
  content: "\43"; }

.icon-file-network:before {
  content: "\44"; }

.icon-flow-tree:before {
  content: "\45"; }

.icon-chart1:before {
  content: "\46"; }

.icon-flow-tree1:before {
  content: "\47"; }

.icon-chart22:before {
  content: "\48"; }

.icon-flow-tree2:before {
  content: "\49"; }

.icon-flow-tree-text:before {
  content: "\4a"; }

.icon-text-file2:before {
  content: "\4b"; }

.icon-text-list-file2:before {
  content: "\4c"; }

.icon-user:before {
  content: "\4d"; }

.icon-user-round:before {
  content: "\4e"; }

.icon-search:before {
  content: "\4f"; }

.icon-search1:before {
  content: "\50"; }

.icon-search2:before {
  content: "\51"; }

.icon-search3:before {
  content: "\52"; }

.icon-bookmark:before {
  content: "\53"; }

.icon-bookmark-empty:before {
  content: "\54"; }

.icon-printer:before {
  content: "\55"; }

.icon-open-folder:before {
  content: "\56"; }

.icon-closed-folder:before {
  content: "\57"; }

.icon-open-folder1:before {
  content: "\58"; }

.icon-menu:before {
  content: "\5a"; }

.icon-poll:before {
  content: "\30"; }

.icon-eye:before {
  content: "\31"; }

.icon-calendar-time:before {
  content: "\32"; }

.icon-delete-button-lines:before {
  content: "\33"; }

.icon-hourglass:before {
  content: "\34"; }

.icon-right-arrow-fill:before {
  content: "\35"; }

.icon-left-arrow-fill:before {
  content: "\36"; }

.icon-down-arrow-fill:before {
  content: "\37"; }

.icon-up-arrow-fill:before {
  content: "\38"; }

.icon-session-time:before {
  content: "\39"; }

.icon-star-fill:before {
  content: "\21"; }

.icon-sorting:before {
  content: "\22"; }

.icon-refresh:before {
  content: "\23"; }

.icon-user-icon:before {
  content: "\24"; }

.icon-download-file:before {
  content: "\25"; }

.icon-interface:before {
  content: "\26"; }

.icon-file-search:before {
  content: "\27"; }

.icon-sort-down:before {
  content: "\28"; }

.icon-sort-up:before {
  content: "\29"; }

.icon-sort-down1:before {
  content: "\2a"; }

.icon-replace:before {
  content: "\2b"; }

.icon-user-network:before {
  content: "\2c"; }

.icon-folder-network:before {
  content: "\2d"; }

.icon-flow-chart3:before {
  content: "\2e"; }

.icon-flow-chart-dots:before {
  content: "\2f"; }

.icon-time-correct:before {
  content: "\3a"; }

.icon-settings:before {
  content: "\3b"; }

.icon-settings1:before {
  content: "\3c"; }

.icon-collapse:before {
  content: "\3d"; }

.icon-expand:before {
  content: "\3e"; }

.icon-angle-left:before {
  content: "\3f"; }

.icon-angle-right:before {
  content: "\40"; }

.icon-chevron-left:before {
  content: "\5b"; }

.icon-chevron-right:before {
  content: "\5d"; }

.icon-chevron-up:before {
  content: "\5e"; }

.icon-chevron-down:before {
  content: "\5f"; }

.icon-angle-down:before {
  content: "\60"; }

.icon-angle-up:before {
  content: "\7b"; }

.icon-caret-left:before {
  content: "\7c"; }

.icon-caret-right:before {
  content: "\7d"; }

.icon-caret-down-two:before {
  content: "\7e"; }

.icon-caret-up-two:before {
  content: "\5c"; }

.icon-left-open-big:before {
  content: "\e000"; }

.icon-up-open-big:before {
  content: "\e001"; }

.icon-right-open-big:before {
  content: "\e002"; }

.icon-down-open-big:before {
  content: "\e003"; }

.icon-down-open:before {
  content: "\e004"; }

.icon-left-open:before {
  content: "\e005"; }

.icon-right-open:before {
  content: "\e006"; }

.icon-up-open:before {
  content: "\e007"; }

.icon-arrow-down:before {
  content: "\e008"; }

.icon-arrow-left:before {
  content: "\e009"; }

.icon-arrow-right:before {
  content: "\e00a"; }

.icon-arrow-up:before {
  content: "\e00b"; }

.icon-reload:before {
  content: "\e00c"; }

.icon-chevron-up-1:before {
  content: "\e00d"; }

.icon-chevron-right-1:before {
  content: "\e00e"; }

.icon-chevron-left-1:before {
  content: "\e00f"; }

.icon-chevron-down-1:before {
  content: "\e010"; }

.icon-arrow-swap:before {
  content: "\e011"; }

.icon-exchange:before {
  content: "\e012"; }

.icon-angle-double-down:before {
  content: "\e013"; }

.icon-download:before {
  content: "\e014"; }

.icon-download-1:before {
  content: "\e015"; }

.icon-close-button:before {
  content: "\e016"; }

.icon-close:before {
  content: "\e017"; }

.icon-close-round:before {
  content: "\e018"; }

.icon-cross-mark:before {
  content: "\e019"; }

.icon-cancel:before {
  content: "\e01a"; }

.icon-remove:before {
  content: "\e01b"; }

.icon-lock:before {
  content: "\e01c"; }

.icon-unlock-alt:before {
  content: "\e01d"; }

.icon-user-outline:before {
  content: "\e01e"; }

.icon-book:before {
  content: "\e01f"; }

.icon-content-7:before {
  content: "\e020"; }

.icon-folder-o:before {
  content: "\e021"; }

.icon-folder-open-o:before {
  content: "\e022"; }

.icon-folder-open:before {
  content: "\e023"; }

.icon-folder-1:before {
  content: "\e024"; }

.icon-file-close-alt:before {
  content: "\e025"; }

.icon-file-open:before {
  content: "\e026"; }

.icon-file-close:before {
  content: "\e027"; }

.icon-file-alt:before {
  content: "\e028"; }

.icon-calendar-peel:before {
  content: "\59"; }

.icon-draw:before {
  content: "\e029"; }

.icon-editing:before {
  content: "\e02a"; }

.icon-edit:before {
  content: "\e02b"; }

.icon-trash-o:before {
  content: "\e02c"; }

.icon-sort:before {
  content: "\e02d"; }

.icon-times:before {
  content: "\e02e"; }

.icon-close-1:before {
  content: "\e02f"; }

.icon-search-1:before {
  content: "\e030"; }

.icon-search-icon:before {
  content: "\e031"; }

.icon-search-1-1:before {
  content: "\e032"; }

.icon-search-2:before {
  content: "\e033"; }

.icon-search-find:before {
  content: "\e034"; }

.icon-id-card:before {
  content: "\e035"; }

.icon-resume:before {
  content: "\e036"; }

.icon-pie-chart2:before {
  content: "\e99a"; }

.icon-switch:before {
  content: "\e9b6"; }

.autocompletebox {
  position: fixed;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05); }
  .autocompletebox ul {
    margin: 0;
    padding: 5px 0;
    list-style-type: none; }
    .autocompletebox ul li {
      padding: 5px 15px; }
      .autocompletebox ul li:hover {
        background: #e9ecef;
        cursor: pointer; }
      .autocompletebox ul li div {
        color: #868e96; }

.autocomplete-selection {
  border: 1px solid #E0E0E0;
  padding: 5px 10px;
  margin: 5px 4px 0 0;
  color: #868e96;
  border-radius: 3px;
  float: left;
  background: #f8f9fa; }
  .autocomplete-selection i {
    color: #ef5350;
    padding: 3px 0 0 3px;
    float: right;
    line-height: 15px; }

.k-grid-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  background-color: transparent;
  color: #868e96; }
  .k-grid-content table th,
  .k-grid-content table td {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef; }
  .k-grid-content table th {
    font-weight: 400; }
  .k-grid-content table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #e9ecef;
    text-align: left;
    font-weight: 400; }
  .k-grid-content table tbody td {
    font-weight: 400; }
  .k-grid-content table tbody + tbody {
    border-top: 2px solid #e9ecef; }
  .k-grid-content table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.k-grid-content table tbody tr:nth-of-type(odd) {
  background-color: #f2f4f8; }
.k-grid-content table tbody tr:hover {
  background-color: #edf5fd !important; }
.k-grid-content table th, .k-grid-content table td {
  padding: 1rem;
  vertical-align: top;
  border: none;
  border-bottom: none; }
.k-grid-content table 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); }

.k-grid-content table {
  border: none; }
  .k-grid-content table th,
  .k-grid-content table td {
    border: 1px solid #e9ecef;
    border-width: 0 1px 0 0; }
  .k-grid-content table td:first-child {
    border-width: 0 1px 0 0; }
  .k-grid-content table thead th,
  .k-grid-content table thead td {
    border-bottom-width: 2px; }

.k-filter-row th, .k-grid-header th.k-header {
  border-width: 0 1px 0 0; }

.k-grid-header table {
  border: none; }
  .k-grid-header table th,
  .k-grid-header table td {
    border: 1px solid #e9ecef; }
  .k-grid-header table th {
    padding: none !important; }
  .k-grid-header table thead th,
  .k-grid-header table thead td {
    border-bottom-width: 2px; }

.k-grid-header {
  padding: 0 !important; }

.k-grid-header table th, .k-grid-header table th a.k-link, .k-grid-header .k-header {
  background: #fff !important;
  padding: 5px 6px !important;
  font-size: 13px;
  color: #868e96 !important;
  font-weight: 500 !important; }

.k-grid-header table th a.k-grid-filter {
  padding: 6px 6px 0 0 !important; }
  .k-grid-header table th a.k-grid-filter span {
    font-size: 13px; }

.k-grid-header table th:first-child {
  padding: 8px 10px !important; }

.k-grid-header table th {
  vertical-align: middle !important; }

.k-grid-content table tbody td {
  padding: 8px 10px !important;
  line-height: 25px !important;
  font-size: 13px; }

.k-grid-content table tbody td span {
  padding: .3rem;
  color: #868e96; }

.k-grid .btn {
  padding: 0;
  background: none;
  border: none;
  box-shadow: none; }
  .k-grid .btn i {
    color: #495057; }

.k-grid-content {
  overflow: auto !important; }

.k-state-selected:hover td {
  background-color: #edf5fd !important;
  border-color: #e9ecef !important; }

.k-state-selected, .k-state-selected td {
  border-color: #e9ecef !important; }

.k-grid tr.k-state-selected {
  background-color: #edf5fd !important; }

.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap {
  padding: 4px 0 2px 0; }
  .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap * {
    font-size: 13px; }
  .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap .k-dropdown-wrap .k-input, .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap .k-dropdown-wrap .k-select {
    padding: 0; }
  .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap .k-pager-numbers .k-state-selected {
    border-top: 2px solid #1976d2 !important;
    margin: -4px 0 0 0;
    padding: 1px 0 0 0;
    font-weight: 500;
    color: #1976d2;
    border-width: 1px 0 0; }
  .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap .k-dropdown {
    margin: -2px 4px 0 0;
    border: 1px solid #dcd6d6;
    width: 56px; }
    .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap .k-dropdown .k-dropdown-wrap {
      padding-right: 0px !important; }
      .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap .k-dropdown .k-dropdown-wrap .k-input {
        background: #fff;
        line-height: 21px;
        height: 20px;
        min-height: 16px;
        padding: 3px 0; }
      .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap .k-dropdown .k-dropdown-wrap .k-select {
        background: #fff;
        line-height: 21px;
        height: 20px;
        min-height: 16px;
        padding: 3px 0;
        width: 20px; }
  .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap span.k-pager-sizes.k-label {
    position: relative;
    top: -1px; }

.doccenter-tbl .k-grid-header {
  padding: 0 !important; }

.doccenter-tbl .k-grid-header th {
  padding: 10px 10px 11px 6px !important;
  font-size: 14px;
  line-height: 20px;
  background: #f2f4f8 !important; }
  .doccenter-tbl .k-grid-header th a {
    padding: 0 !important;
    line-height: 17px !important;
    font-size: 14px;
    background: #f2f4f8 !important;
    margin: 0 !important; }

.card table {
  word-wrap: initial; }

.has-toolbar.k-grid.k-widget {
  border: none; }
  .has-toolbar.k-grid.k-widget .k-grid-header, .has-toolbar.k-grid.k-widget .k-grid-content {
    border: 1px solid #eee;
    border-width: 0 1px; }
  .has-toolbar.k-grid.k-widget .k-header.k-grid-toolbar {
    background: transparent;
    padding: 0;
    margin: -10px 0 0 0;
    padding-bottom: 10px; }
    .has-toolbar.k-grid.k-widget .k-header.k-grid-toolbar a.k-button {
      float: left;
      margin: 0;
      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: 14px;
      line-height: 1.25;
      border-radius: 0.25rem;
      cursor: pointer;
      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); }
      .has-toolbar.k-grid.k-widget .k-header.k-grid-toolbar a.k-button:hover, .has-toolbar.k-grid.k-widget .k-header.k-grid-toolbar a.k-button:focus, .has-toolbar.k-grid.k-widget .k-header.k-grid-toolbar a.k-button:active {
        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); }

.documents-loader {
  background-color: rgba(249, 249, 249, 0.5);
  width: 100%;
  height: 100vh;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
  line-height: 90vh;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out; }

[role="progressbar"] {
  position: relative;
  padding: 0;
  width: 100px;
  height: 25px;
  list-style: none;
  margin: 50vh auto; }

[role="progressbar"] li {
  display: block;
  position: absolute;
  right: 0;
  width: 3px;
  height: 25px;
  border-radius: 1px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #1976d2;
  -webkit-animation: bar linear 2.8s infinite;
  animation: bar linear 2.8s infinite;
  will-change: transform; }

[role="progressbar"] li:nth-child(1) {
  -webkit-transform: translateX(0) rotate(0deg);
  transform: translateX(0) rotate(0deg);
  opacity: 0.2; }

[role="progressbar"] li:nth-child(2) {
  -webkit-transform: translateX(-15px) rotate(0deg);
  transform: translateX(-15px) rotate(0deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

[role="progressbar"] li:nth-child(3) {
  -webkit-transform: translateX(-30px) rotate(0deg);
  transform: translateX(-30px) rotate(0deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

[role="progressbar"] li:nth-child(4) {
  -webkit-transform: translateX(-45px) rotate(10deg);
  transform: translateX(-45px) rotate(10deg);
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s; }

[role="progressbar"] li:nth-child(5) {
  -webkit-transform: translateX(-60px) rotate(40deg);
  transform: translateX(-60px) rotate(40deg);
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s; }

[role="progressbar"] li:nth-child(6) {
  -webkit-transform: translateX(-75px) rotate(62deg);
  transform: translateX(-75px) rotate(62deg);
  -webkit-animation-delay: -2s;
  animation-delay: -2s; }

[role="progressbar"] li:nth-child(7) {
  -webkit-transform: translateX(-90px) rotate(72deg);
  transform: translateX(-90px) rotate(72deg);
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s; }

@-webkit-keyframes bar {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 0; }
  14.28% {
    -webkit-transform: translateX(-15px) rotate(0deg);
    transform: translateX(-15px) rotate(0deg);
    opacity: 1; }
  28.56% {
    -webkit-transform: translateX(-30px) rotate(0deg);
    transform: translateX(-30px) rotate(0deg);
    opacity: 1; }
  37.12% {
    -webkit-transform: translateX(-39px) rotate(0deg);
    transform: translateX(-39px) rotate(0deg);
    opacity: 1; }
  42.84% {
    -webkit-transform: translateX(-45px) rotate(10deg);
    transform: translateX(-45px) rotate(10deg);
    opacity: 1; }
  57.12% {
    -webkit-transform: translateX(-60px) rotate(40deg);
    transform: translateX(-60px) rotate(40deg);
    opacity: 1; }
  71.4% {
    -webkit-transform: translateX(-75px) rotate(62deg);
    transform: translateX(-75px) rotate(62deg);
    opacity: 1; }
  85.68% {
    -webkit-transform: translateX(-90px) rotate(72deg);
    transform: translateX(-90px) rotate(72deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-105px) rotate(74deg);
    transform: translateX(-105px) rotate(74deg);
    opacity: 0; } }
@keyframes bar {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 0; }
  14.28% {
    -webkit-transform: translateX(-15px) rotate(0deg);
    transform: translateX(-15px) rotate(0deg);
    opacity: 1; }
  28.56% {
    -webkit-transform: translateX(-30px) rotate(0deg);
    transform: translateX(-30px) rotate(0deg);
    opacity: 1; }
  37.12% {
    -webkit-transform: translateX(-39px) rotate(0deg);
    transform: translateX(-39px) rotate(0deg);
    opacity: 1; }
  42.84% {
    -webkit-transform: translateX(-45px) rotate(10deg);
    transform: translateX(-45px) rotate(10deg);
    opacity: 1; }
  57.12% {
    -webkit-transform: translateX(-60px) rotate(40deg);
    transform: translateX(-60px) rotate(40deg);
    opacity: 1; }
  71.4% {
    -webkit-transform: translateX(-75px) rotate(62deg);
    transform: translateX(-75px) rotate(62deg);
    opacity: 1; }
  85.68% {
    -webkit-transform: translateX(-90px) rotate(72deg);
    transform: translateX(-90px) rotate(72deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-105px) rotate(74deg);
    transform: translateX(-105px) rotate(74deg);
    opacity: 0; } }
.loader {
  color: #999;
  font-family: Consolas, Menlo, Monaco, monospace;
  font-weight: bold;
  font-size: 10vh;
  opacity: 0.8; }

.loader span {
  display: inline-block;
  -webkit-animation: pulse 0.4s alternate infinite ease-in-out;
  animation: pulse 0.4s alternate infinite ease-in-out; }

.loader span:nth-child(odd) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

@-webkit-keyframes pulse {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5; } }
@keyframes pulse {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5; } }
.bookshelf_wrapper {
  position: relative;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.books_list {
  margin: 0 auto;
  width: 300px;
  padding: 0; }

.book_item {
  position: absolute;
  top: -120px;
  box-sizing: border-box;
  list-style: none;
  width: 40px;
  height: 120px;
  opacity: 0;
  background-color: #1e6cc7;
  border: 5px solid white;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-animation: travel 2500ms linear infinite;
  animation: travel 2500ms linear infinite; }

.book_item.first {
  top: -140px;
  height: 140px; }

.book_item.first:before, .book_item.first:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: white; }

.book_item.first:after {
  top: initial;
  bottom: 10px; }

.book_item.second:before, .book_item.second:after, .book_item.fifth:before, .book_item.fifth:after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 17.5px;
  border-top: 5px solid white;
  border-bottom: 5px solid white; }

.book_item.second:after, .book_item.fifth:after {
  top: initial;
  bottom: 10px; }

.book_item.third:before, .book_item.third:after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 10px;
  left: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 5px solid white; }

.book_item.third:after {
  top: initial;
  bottom: 10px; }

.book_item.fourth {
  top: -130px;
  height: 130px; }

.book_item.fourth:before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  height: 17.5px;
  border-top: 5px solid white;
  border-bottom: 5px solid white; }

.book_item.fifth {
  top: -100px;
  height: 100px; }

.book_item.sixth {
  top: -140px;
  height: 140px; }

.book_item.sixth:before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  bottom: 31px;
  left: 0px;
  width: 100%;
  height: 5px;
  background-color: white; }

.book_item.sixth:after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  bottom: 10px;
  left: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 5px solid white; }

.book_item:nth-child(2) {
  -webkit-animation-delay: 416.66667ms;
  animation-delay: 416.66667ms; }

.book_item:nth-child(3) {
  -webkit-animation-delay: 833.33333ms;
  animation-delay: 833.33333ms; }

.book_item:nth-child(4) {
  -webkit-animation-delay: 1250ms;
  animation-delay: 1250ms; }

.book_item:nth-child(5) {
  -webkit-animation-delay: 1666.66667ms;
  animation-delay: 1666.66667ms; }

.book_item:nth-child(6) {
  -webkit-animation-delay: 2083.33333ms;
  animation-delay: 2083.33333ms; }

.shelf {
  width: 300px;
  height: 5px;
  margin: 0 auto;
  background-color: white;
  position: relative; }

.shelf:before, .shelf:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1e6cc7;
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0.5) 30%, rgba(0, 0, 0, 0) 0%);
  background-image: radial-gradient(rgba(255, 255, 255, 0.5) 30%, rgba(0, 0, 0, 0) 0%);
  background-size: 10px 10px;
  background-position: 0 -2.5px;
  top: 200%;
  left: 5%;
  -webkit-animation: move 250ms linear infinite;
  animation: move 250ms linear infinite; }

.shelf:after {
  top: 400%;
  left: 7.5%; }

@-webkit-keyframes move {
  from {
    background-position-x: 0; }
  to {
    background-position-x: 10px; } }
@keyframes move {
  from {
    background-position-x: 0; }
  to {
    background-position-x: 10px; } }
@-webkit-keyframes travel {
  0% {
    opacity: 0;
    -webkit-transform: translateX(300px) rotateZ(0deg) scaleY(1);
    transform: translateX(300px) rotateZ(0deg) scaleY(1); }
  6.5% {
    -webkit-transform: translateX(279.5px) rotateZ(0deg) scaleY(1.1);
    transform: translateX(279.5px) rotateZ(0deg) scaleY(1.1); }
  8.8% {
    -webkit-transform: translateX(273.6px) rotateZ(0deg) scaleY(1);
    transform: translateX(273.6px) rotateZ(0deg) scaleY(1); }
  10% {
    opacity: 1;
    -webkit-transform: translateX(270px) rotateZ(0deg);
    transform: translateX(270px) rotateZ(0deg); }
  17.6% {
    -webkit-transform: translateX(247.2px) rotateZ(-30deg);
    transform: translateX(247.2px) rotateZ(-30deg); }
  45% {
    -webkit-transform: translateX(165px) rotateZ(-30deg);
    transform: translateX(165px) rotateZ(-30deg); }
  49.5% {
    -webkit-transform: translateX(151.5px) rotateZ(-45deg);
    transform: translateX(151.5px) rotateZ(-45deg); }
  61.5% {
    -webkit-transform: translateX(115.5px) rotateZ(-45deg);
    transform: translateX(115.5px) rotateZ(-45deg); }
  67% {
    -webkit-transform: translateX(99px) rotateZ(-60deg);
    transform: translateX(99px) rotateZ(-60deg); }
  76% {
    -webkit-transform: translateX(72px) rotateZ(-60deg);
    transform: translateX(72px) rotateZ(-60deg); }
  83.5% {
    opacity: 1;
    -webkit-transform: translateX(49.5px) rotateZ(-90deg);
    transform: translateX(49.5px) rotateZ(-90deg); }
  90% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0px) rotateZ(-90deg);
    transform: translateX(0px) rotateZ(-90deg); } }
@keyframes travel {
  0% {
    opacity: 0;
    -webkit-transform: translateX(300px) rotateZ(0deg) scaleY(1);
    transform: translateX(300px) rotateZ(0deg) scaleY(1); }
  6.5% {
    -webkit-transform: translateX(279.5px) rotateZ(0deg) scaleY(1.1);
    transform: translateX(279.5px) rotateZ(0deg) scaleY(1.1); }
  8.8% {
    -webkit-transform: translateX(273.6px) rotateZ(0deg) scaleY(1);
    transform: translateX(273.6px) rotateZ(0deg) scaleY(1); }
  10% {
    opacity: 1;
    -webkit-transform: translateX(270px) rotateZ(0deg);
    transform: translateX(270px) rotateZ(0deg); }
  17.6% {
    -webkit-transform: translateX(247.2px) rotateZ(-30deg);
    transform: translateX(247.2px) rotateZ(-30deg); }
  45% {
    -webkit-transform: translateX(165px) rotateZ(-30deg);
    transform: translateX(165px) rotateZ(-30deg); }
  49.5% {
    -webkit-transform: translateX(151.5px) rotateZ(-45deg);
    transform: translateX(151.5px) rotateZ(-45deg); }
  61.5% {
    -webkit-transform: translateX(115.5px) rotateZ(-45deg);
    transform: translateX(115.5px) rotateZ(-45deg); }
  67% {
    -webkit-transform: translateX(99px) rotateZ(-60deg);
    transform: translateX(99px) rotateZ(-60deg); }
  76% {
    -webkit-transform: translateX(72px) rotateZ(-60deg);
    transform: translateX(72px) rotateZ(-60deg); }
  83.5% {
    opacity: 1;
    -webkit-transform: translateX(49.5px) rotateZ(-90deg);
    transform: translateX(49.5px) rotateZ(-90deg); }
  90% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0px) rotateZ(-90deg);
    transform: translateX(0px) rotateZ(-90deg); } }
.doctype-name {
  float: left;
  line-height: 24px;
  padding-left: 5px; }

.document-format {
  background-image: url("../../images/dms-documents.png") !important;
  width: 22px;
  height: 24px;
  float: left; }
  .document-format.folder, .document-format.zip {
    background-position: -4px 0 !important; }
  .document-format.ini {
    background-position: -29px 0px !important; }
    .document-format.ini.new {
      background-position: -18px -21px !important; }
    .document-format.ini.append {
      background-position: -18px -42px !important; }
    .document-format.ini.replace {
      background-position: -18px -62px !important; }
    .document-format.ini.delete {
      background-position: -18px -82px !important; }
  .document-format.jpg, .document-format.png {
    background-position: 47px 0px !important; }
    .document-format.jpg.new, .document-format.png.new {
      background-position: -126px -21px !important; }
    .document-format.jpg.append, .document-format.png.append {
      background-position: -126px -42px !important; }
    .document-format.jpg.replace, .document-format.png.replace {
      background-position: -126px -62px !important; }
    .document-format.jpg.delete, .document-format.png.delete {
      background-position: -126px -82px !important; }
  .document-format.pdf {
    background-position: -54px 0px !important; }
    .document-format.pdf.new {
      background-position: -35px -21px !important; }
    .document-format.pdf.append {
      background-position: -35px -42px !important; }
    .document-format.pdf.replace {
      background-position: -35px -62px !important; }
    .document-format.pdf.delete {
      background-position: -35px -82px !important; }
  .document-format.docx, .document-format.doc {
    background-position: -79px 0px !important; }
    .document-format.docx.new, .document-format.doc.new {
      background-position: -54px -21px !important; }
    .document-format.docx.append, .document-format.doc.append {
      background-position: -54px -42px !important; }
    .document-format.docx.replace, .document-format.doc.replace {
      background-position: -54px -62px !important; }
    .document-format.docx.delete, .document-format.doc.delete {
      background-position: -54px -82px !important; }
  .document-format.xls, .document-format.xlsx, .document-format.xlsm {
    background-position: -129px 0px !important; }
    .document-format.xls.new, .document-format.xlsx.new, .document-format.xlsm.new {
      background-position: -90px -21px !important; }
    .document-format.xls.append, .document-format.xlsx.append, .document-format.xlsm.append {
      background-position: -90px -42px !important; }
    .document-format.xls.replace, .document-format.xlsx.replace, .document-format.xlsm.replace {
      background-position: -90px -62px !important; }
    .document-format.xls.delete, .document-format.xlsx.delete, .document-format.xlsm.delete {
      background-position: -90px -82px !important; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }
.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }
.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }
.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }
.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }
.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }
.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }
.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }
.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  animation-name: slideOutUp; }

.accordion {
  background-color: #fff;
  color: #343a40;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: 1px solid #E0E0E0;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
  box-shadow: 1px 1px 1px #f7f7f7, 1px 0px 1px #f7f7f7, 0 0px 0px #f7f7f7;
  margin-bottom: 2px;
  font-weight: 500; }
  .accordion:hover {
    background-color: #f8f9fa; }
  .accordion:after {
    font-family: 'icondms' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e004";
    position: relative;
    right: 5px;
    float: right;
    top: 3px;
    font-size: 16px; }
  .accordion.tab-active {
    background-color: #f8f9fa; }
    .accordion.tab-active:after {
      font-family: 'icondms' !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e007";
      position: relative;
      right: 5px;
      float: right;
      top: 3px;
      font-size: 16px; }

.tab-panel {
  padding: 0;
  background-color: white;
  overflow: hidden;
  border: 1px solid #E0E0E0;
  float: left;
  max-height: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
     /*transition:max-height 0.5s ease-in-out;
	-webkit-transition:max-height 0.5s ease-in-out;
	-moz-transition:max-height 0.5s ease-in-out;
	-o-transition:max-height 0.5s ease-in-out;
	-ms-transition:max-height 0.5s ease-in-out;*/ }
  .tab-panel.tab-block {
    border: 1px solid #E0E0E0;
    margin-bottom: 10px;
    max-height: 650px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    overflow-y: auto; }

.grid-tabs-container {
  float: left;
  width: 99%; }

.grid-navtabs {
  list-style-type: none;
  margin: 0;
  float: left;
  padding: 2px 2px 0 8px;
  width: 100%;
  background: #f8f9fa; }
  .grid-navtabs li {
    float: left;
    width: auto;
    margin-left: 5px;
    padding: 2px 8px;
    border-radius: 3px; }
    .grid-navtabs li:first-child {
      margin-left: 0 !important;
      padding-left: 0 !important; }
    .grid-navtabs li a {
      color: #343a40;
      font-weight: 500; }
    .grid-navtabs li:hover a {
      color: #1976d2; }
    .grid-navtabs li.active > a {
      color: #1976d2;
      border-bottom: 2px solid #1976d2;
      padding-bottom: 4px;
      font-weight: 500; }

.grid-navtab-content {
  float: left;
  width: 100%;
  padding: 5px;
  background: #f8f9fa; }

.project-status-border {
  float: left;
  width: 100%;
  background: #e9ecef;
  border-radius: 10px; }

.project-status {
  height: 16px;
  float: left;
  background: #1976d2;
  line-height: 16px;
  color: #fff;
  text-align: center;
  border-radius: 10px; }

.project-status[style="width:0%"] {
  color: #343a40;
  margin-left: 5px; }

.export_option label {
  float: left;
  padding: 0px 8px 2px 20px;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  background-color: #E6E6E6; }

.checkbox label {
  position: relative;
  color: #495057;
  padding-left: 20px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block; }

.checkbox.export_option {
  margin: 0px 9px 0 0;
  float: left;
  width: 120px; }
  .checkbox.export_option label:after {
    max-width: 20px;
    margin-top: 2px;
    margin-left: 1px; }

.checkbox {
  margin: 0;
  padding: 0;
  width: auto;
  display: initial; }

.smallpopup {
  width: 450px !important; }

.loginpage {
  background: #ccc;
  /* fallback for old browsers */
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(../../images/dms-login.png) #0F487F no-repeat;
  background-size: 42%;
  background-position: 140px 20px; }

.login-page {
  width: 480px;
  padding: 12% 6% 0 6%;
  float: right;
  background: #fff;
  height: 100vh; }

.login-title span {
  font-size: 24px;
  color: #868e96;
  border-left: 1px solid #dee2e6;
  padding: 10px 40px; }

.loginform input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #ffffff;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px; }

.loginform button, .loginform .button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background-color: #1976d2;
  border-color: #1976d2;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer; }

.loginform button:hover, .loginform button:active, .loginform button:focus,
.loginform .button:hover, .loginform .button:active, .loginform .button:focus {
  background: #176ec4; }

.loginform .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px; }

.loginform .message a {
  color: #4CAF50;
  text-decoration: none; }

.loginform .register-form {
  display: none; }

.logincontainer {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto; }

.logincontainer:before, .logincontainer:after {
  content: "";
  display: block;
  clear: both; }

.logincontainer .info {
  margin: 50px auto;
  text-align: center; }

.logincontainer .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a; }

.logincontainer .info span {
  color: #4d4d4d;
  font-size: 12px; }

.logincontainer .info span a {
  color: #000000;
  text-decoration: none; }

.logincontainer .info span .fa {
  color: #EF3B3A; }

.forgotpassworddiv {
  float: left;
  text-align: left; }

.content-view {
  float: left;
  width: 100%;
  height: 91%;
  margin-bottom: 10px; }

.doccenter-lefttree {
  float: left;
  height: 100%;
  padding: 15px;
  width: 25%;
  border-right: 1px solid #e0e8ec;
  overflow: auto; }
  .doccenter-lefttree .left-tree-search {
    margin: -15px -15px 0px -15px;
    background: #eef5f9;
    float: left;
    width: 107%;
    padding: 8px 0 10px 8px; }
    .doccenter-lefttree .left-tree-search ul.filter-buttons {
      margin: 0 0 0 4px;
      padding: 0;
      list-style-type: none; }
      .doccenter-lefttree .left-tree-search ul.filter-buttons > li {
        float: left;
        margin: 2px 3px;
        background: #fff;
        padding: 8px 10px 5px 10px;
        border-radius: 3px;
        box-shadow: 1px 1px 1px 0px #dadada; }
        .doccenter-lefttree .left-tree-search ul.filter-buttons > li:hover {
          opacity: 0.8; }

.btn-export-icon {
  float: left;
  background: #fff;
  padding: 4px 6px 2px;
  border-radius: 3px;
  box-shadow: 0px 0px 1px 1px rgba(140, 140, 140, 0.6);
  color: #343a40;
  border: none;
  margin: 0 4px; }
  .btn-export-icon i {
    font-size: 16px; }

.doccenter-rightcontent {
  float: right;
  width: 75%;
  padding: 15px;
  overflow: auto;
  height: 100%; }

.basic-container {
  float: left;
  width: 100%;
  height: 100%; }

.btn-transparent {
  background: none !important;
  border: none !important;
  box-shadow: none !important; }

.doccenter-treeview {
  float: left;
  width: 100%;
  display: inline-table; }
  .doccenter-treeview ul li {
    padding: 5px 0 0 16px !important; }
    .doccenter-treeview ul li .k-in {
      border: none;
      font-size: 13px;
      margin-left: 0px; }
      .doccenter-treeview ul li .k-in:before {
        border: none;
        background: url(../../images/dms-sprite.png) no-repeat 0 1px;
        content: "";
        width: 18px;
        height: 20px;
        position: absolute;
        margin-left: -22px;
        display: none; }
      .doccenter-treeview ul li .k-in.k-state-focused input {
        color: #495057; }
      .doccenter-treeview ul li .k-in .k-sprite {
        width: 18px;
        height: 20px; }
        .doccenter-treeview ul li .k-in .k-sprite.emptyFolder {
          background: url(../../images/dms-sprite.png) no-repeat 0 1px; }
        .doccenter-treeview ul li .k-in .k-sprite.filledFolder {
          background: url(../../images/dms-sprite.png) no-repeat 0 -17px; }
        .doccenter-treeview ul li .k-in .k-sprite.pdf {
          background: url(../../images/dms-sprite.png) no-repeat -18px 1px; }
        .doccenter-treeview ul li .k-in .k-sprite.text {
          background: url(../../images/dms-sprite.png) no-repeat -37px 1px; }
        .doccenter-treeview ul li .k-in .k-sprite.xml {
          background: url(../../images/dms-sprite.png) no-repeat -54px 1px; }
        .doccenter-treeview ul li .k-in .k-sprite.word {
          background: url(../../images/dms-sprite.png) no-repeat -73px 3px; }
        .doccenter-treeview ul li .k-in .k-sprite.html {
          background: url(../../images/dms-sprite.png) no-repeat -109px 1px; }
        .doccenter-treeview ul li .k-in .k-sprite.image {
          background: url(../../images/dms-sprite.png) no-repeat -127px 1px; }
        .doccenter-treeview ul li .k-in .k-sprite.excel {
          background: url(../../images/dms-sprite.png) no-repeat -146px 1px; }
        .doccenter-treeview ul li .k-in .k-sprite.unknown-file {
          background: url(../../images/dms-sprite.png) no-repeat -165px 1px; }
  .doccenter-treeview ul .k-checkbox-label:before {
    border: none; }
  .doccenter-treeview .k-checkbox-label {
    margin-top: 2px; }

.k-drag-clue.k-state-selected,
.k-draghandle.k-state-selected:hover,
.k-ghost-splitbar-horizontal,
.k-ghost-splitbar-vertical,
.k-list > .k-state-highlight,
.k-list > .k-state-selected,
.k-marquee-color, .k-panel > .k-state-selected,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-state-selected, .k-state-selected:link,
.k-state-selected:visited,
.k-treeview .k-state-focused {
  color: #fff;
  background: #1976d2; }

.managedatatables * {
  float: left; }
.managedatatables .paginate_button {
  background: #fff;
  margin: 0 2px; }
  .managedatatables .paginate_button button {
    padding: 0 !important; }

.upload-readers {
  list-style-type: none;
  margin: 0;
  -webkit-padding-start: 0;
  max-height: calc(100vh - 32vh);
  overflow: auto; }

.bulkupload.k-content {
  max-height: calc(100vh - 200px);
  overflow: auto; }
  .bulkupload.k-content.upload-autoheight {
    max-height: inherit !important;
    overflow: hidden; }
    .bulkupload.k-content.upload-autoheight .k-file:last-child {
      border-bottom: 0 !important; }
    .bulkupload.k-content.upload-autoheight .k-upload-files.k-reset {
      border-top: 0 !important; }

.folderoverlap {
  width: 99%;
  height: 30px;
  position: relative;
  top: 39px;
  float: left;
  padding: 0 10px;
  font-weight: 500;
  z-index: 1000; }

.folderupload-tree {
  list-style-type: none; }

ul.nolist {
  list-style-type: none;
  padding: 5px 0 0 0; }

.basic-container {
  float: left;
  width: 100%;
  height: 99%;
  overflow: auto; }

/* ngIf animation */
.animationIf.ng-enter,
.animationIf.ng-leave {
  -webkit-transition: height ease-in-out 10s;
  -moz-transition: height ease-in-out 10s;
  -ms-transition: height ease-in-out 10s;
  -o-transition: height ease-in-out 10s;
  transition: height ease-in-out 10s; }

.animationIf.ng-enter,
.animationIf.ng-leave.ng-leave-active {
  opacity: 0;
  height: 0; }

.animationIf.ng-leave,
.animationIf.ng-enter.ng-enter-active {
  opacity: 1;
  height: auto; }

.user-menu {
  padding: 15px 20px; }
  .user-menu > span > i {
    color: #868e96;
    font-size: 21px;
    padding: 10px 8px;
    position: relative;
    top: 6px; }
  .user-menu .dropdown-menu a {
    color: #868e96; }
    .user-menu .dropdown-menu a i {
      color: #868e96;
      font-size: 16px;
      position: relative;
      top: 3px;
      padding: 0 5px 0 0; }

.copy-right-text {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 5px;
  margin: 0;
  text-align: center; }
  .copy-right-text p {
    font-size: 11px;
    color: #868e96;
    margin: 0; }

i.icon.icon-download-1 {
  transform: rotate(90deg);
  padding-top: 4px;
  margin-left: -5px;
  margin-right: 5px; }

.doc-options.icon {
  color: #1976d2;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  padding: 1px;
  line-height: 10px;
  position: relative;
  opacity: 0;
  cursor: pointer; }

.has-file-options .k-grid-content tr:hover .doc-options.icon {
  opacity: 1; }

.calendar-event {
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05); }

.calendar-event h3 {
  color: #1976d2;
  font-size: 16px;
  font-weight: 500; }

label.info-label {
  float: left;
  margin-right: 20px;
  position: relative;
  padding-left: 18px;
  font-size: 12px;
  line-height: 20px; }
  label.info-label:before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%; }
  label.info-label.info-green:before {
    background: #4caf50; }
  label.info-label.info-orange:before {
    background: #F79647; }
  label.info-label.info-red:before {
    background: #dc1c1c; }
  label.info-label.info-purple:before {
    background: #9933CC; }
  label.info-label.info-blue:before {
    background: #6633FF; }

.searchbox-col .form-control {
  width: 80%;
  float: left;
  height: 36px !important; }
.searchbox-col .input-group-btn {
  width: 20%;
  float: left; }
  .searchbox-col .input-group-btn .btn {
    height: 38px !important; }

.calender-fullwidth {
  width: 100%;
  float: left;
  transition: width 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out; }
  .calender-fullwidth + .calender-eventinfo {
    width: 0%;
    float: right; }

.calender-limitedwidth {
  width: 70%;
  float: left;
  transition: width 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out; }
  .calender-limitedwidth + .calender-eventinfo {
    width: 29%;
    float: right;
    transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out; }

.calendar-theme .fc-button {
  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);
  text-transform: capitalize;
  font-weight: 500;
  margin: 0 !important;
  padding: 4px .6em; }
.calendar-theme .fc-today {
  background: #eef5f9 !important;
  font-weight: 500; }

.kendo-mastertable .k-master-row .k-hierarchy-cell {
  width: 20px; }
.kendo-mastertable .k-detail-cell .btn-primary {
  background-color: #1976d2 !important;
  border-color: #1976d2 !important;
  padding: 0.5rem .8rem;
  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) !important;
  font-size: 13px; }
  .kendo-mastertable .k-detail-cell .btn-primary:hover {
    color: #fff;
    background-color: #1563b0 !important;
    border-color: #145ca4 !important;
    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) !important; }
  .kendo-mastertable .k-detail-cell .btn-primary i {
    color: #fff !important; }
.kendo-mastertable .k-detail-cell .k-grid {
  max-width: 97% !important; }

.workload-boxes > div {
  width: 30%;
  margin: 0 1%;
  float: left;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05); }
  .workload-boxes > div h4 {
    font-weight: 500;
    text-align: center; }
  .workload-boxes > div h6 {
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #1976d2;
    font-size: 15px; }
  .workload-boxes > div .form-group {
    color: #888; }
    .workload-boxes > div .form-group label {
      color: #333; }
  .workload-boxes > div p {
    text-align: center;
    margin: 0 0 10px; }
.workload-boxes .workload-icon {
  width: 80px;
  margin: 0 auto 10px;
  float: none;
  display: block;
  padding: 10px;
  background: #0a437b;
  border-radius: 20%; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #495057;
  background-color: transparent;
  margin: 0 auto;
  font-weight: 400; }

.wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden; }
  .wrapper .left-sidebar {
    width: 14%;
    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: 100;
    transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out; }
    .wrapper .left-sidebar ul {
      list-style-type: none;
      padding: 0; }
      .wrapper .left-sidebar ul > li {
        padding: 6px 0 6px 20px;
        display: block;
        cursor: pointer; }
        .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: #495057;
          font-weight: 300;
          font-size: 16px; }
          .wrapper .left-sidebar ul > li a:hover, .wrapper .left-sidebar ul > li a:focus {
            text-decoration: none; }
          .wrapper .left-sidebar ul > li a i {
            margin-right: 5px;
            position: relative;
            top: 4px;
            font-size: 21px; }
          .wrapper .left-sidebar ul > li a span {
            transition: opacity 0.8s ease-in-out;
            -webkit-transition: opacity 0.8s ease-in-out;
            -moz-transition: opacity 0.8s ease-in-out;
            -o-transition: opacity 0.8s ease-in-out;
            opacity: 1;
            position: absolute;
            margin: 4px 0 0 4px;
            width: 110px ;
    } 
        .wrapper .left-sidebar ul > li li {
          padding: 4px 0 4px 15px; }
      .wrapper .left-sidebar ul ul {
        padding-top: 5px; }
    .wrapper .left-sidebar .toggle-button {
      top: -25px;
      right: 10px;
      float: right;
      font-size: 15px;
      color: #bbb;
      position: relative;
      cursor: pointer; }
    .wrapper .left-sidebar .dms-logo {
      margin: 10px auto 0;
      display: block;
      background: url(../../images/Freyr-rdmsold.png) no-repeat 45% 0;
      height: 46px;
      /* background-size: 110px; */
      transition: background 0.5s ease-in-out;
      -webkit-transition: background 0.5s ease-in-out;
      -moz-transition: background 0.5s ease-in-out;
      -o-transition: background 0.5s ease-in-out; }
    .wrapper .left-sidebar.minimenu {
      width: 65px;
      transition: width 0.5s ease-in-out;
      -webkit-transition: width 0.5s ease-in-out;
      -moz-transition: width 0.5s ease-in-out;
      -o-transition: width 0.5s ease-in-out; }
      .wrapper .left-sidebar.minimenu .toggle-button {
        top: -25px;
        right: 8px; }
      .wrapper .left-sidebar.minimenu ul > li > a > span {
        transition: opacity 0.5s ease-in-out;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        position: absolute;
        margin: 6px 0 0 4px;
        opacity: 0;
        width: 120px; }
      .wrapper .left-sidebar.minimenu ul > li:hover > a {
        position: relative; }
        .wrapper .left-sidebar.minimenu ul > li:hover > a:after, .wrapper .left-sidebar.minimenu ul > li:hover > a:before {
          right: -78%;
          top: 60%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
          animation: flipInX 0.3s both;
          -webkit-animation: flipInX 0.3s both;
          -moz-animation: flipInX 0.3s both;
          -o-animation: flipInX 0.3s both;
          -ms-animation: flipInX 0.3s both; }
        .wrapper .left-sidebar.minimenu ul > li:hover > a:after {
          border-color: rgba(136, 183, 213, 0);
          border-right-color: #1976d2;
          border-width: 5px;
          margin-top: -5px; }
        .wrapper .left-sidebar.minimenu ul > li:hover > a:before {
          border-color: rgba(194, 225, 245, 0);
          border-right-color: #1976d2;
          border-width: 6px;
          margin-top: -6px; }
      .wrapper .left-sidebar.minimenu ul > li:hover > a i:after {
        content: attr(title);
        position: absolute;
        background: #1976d2;
        color: #fff;
        padding: 6px 7px;
        font-size: 15px;
        white-space: nowrap;
        margin: -1px 0 0 32px;
        border-radius: 3px;
        font-style: normal;
        animation: flipInX 0.3s both;
        -webkit-animation: flipInX 0.3s both;
        -moz-animation: flipInX 0.3s both;
        -o-animation: flipInX 0.3s both;
        -ms-animation: flipInX 0.3s both;
        font-family: "Roboto", sans-serif; }
      .wrapper .left-sidebar.minimenu ul > li.active:hover > a i:after {
        font-weight: 500; }
      .wrapper .left-sidebar.minimenu .dms-logo {
        margin: 10px auto 0;
        display: block;
        background: url(../../images/Freyr-rdms-mini.png) no-repeat 0% 2px;
        height: 40px;
        background-size: 40px;
        transition: background 0.5s ease-in-out;
        -webkit-transition: background 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out;
        -o-transition: background 0.5s ease-in-out; }
  .wrapper .right-content {
    width: calc(100% - 14%);
    height: 100%;
    float: right;
    transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out; }
    .wrapper .right-content.menu-collapsed {
      width: calc(100% - 65px);
      transition: width 0.5s ease-in-out;
      -webkit-transition: width 0.5s ease-in-out;
      -moz-transition: width 0.5s ease-in-out;
      -o-transition: width 0.5s ease-in-out; }
    .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 .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); }

.cursor-hand {
  cursor: pointer; }

/*09.11.2017*/
/*datepicker*/
.form-style1 .form-group .form-control.k-datepicker {
  border: 2px solid #eee;
  float: left;
  height: 36px;
  min-height: 28px; }

.form-style1 .form-group .form-control.k-datepicker .k-picker-wrap {
  border: none; }

.form-style1 .form-group .form-control.k-datepicker .k-picker-wrap .k-select {
  line-height: 35px;
  border: none;
  background: #fff; }

.form-style1 .form-group .form-control.k-datepicker .k-picker-wrap .k-input {
  border: none;
  height: 30px;
  min-height: 28px;
  background: #fff; }

.form-style1 .form-group .form-control.k-datepicker .k-state-hover,
.form-style1 .form-group .form-control.k-datepicker .k-state-focused {
  box-shadow: none; }

/*datepicker*/
.grid-centerbtn {
  margin: 5px auto 0;
  display: grid; }

/* line 683, Sass/styles.scss */
.dropdownProdCat dd, .dropdownProdCat dt {
  margin: 0;
  padding: 0; }

/* line 688, Sass/styles.scss */
.dropdownProdCat ul {
  margin: -3px 0 0 0;
  overflow: auto; }

/* line 693, Sass/styles.scss */
.dropdownProdCat dd {
  position: relative; }

/* line 697, Sass/styles.scss */
.dropdownProdCat a, .dropdownProdCat a:visited {
  color: white;
  text-decoration: none;
  outline: none;
  font-size: 12px; }

/* line 704, Sass/styles.scss */
.dropdownProdCat dt, .ProdCatComboBox span {
  cursor: pointer;
  min-width: 180px;
  display: inline-block;
  padding: 0 2px 2px 0; }

/* line 711, Sass/styles.scss */
.ProdCatComboBox .caret {
  border-top: 7px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top-color: #999;
  margin: 10px 0 0 0px;
  padding: 0px;
  float: right;
  cursor: pointer; }

/* line 722, Sass/styles.scss */
.dropdownProdCat span.value {
  display: none; }

/* line 726, Sass/styles.scss */
.dropdownProdCat dd ul li a {
  padding: 5px;
  display: block; }

/* line 731, Sass/styles.scss */
.dropdownProdCat dd ul li a:hover {
  background-color: white; }

/* line 735, Sass/styles.scss */
.col-centered {
  float: none;
  margin: 0 auto; }

/* line 740, Sass/styles.scss */
.dd_plus, .dd_minus {
  float: left;
  width: 5%;
  color: #646464;
  font-weight: bold;
  font-size: 16px;
  margin: 0 4px 0 0;
  padding: 0px;
  line-height: 16px; }

/* line 751, Sass/styles.scss */
#divCheckALLSearch_1 {
  float: left;
  width: 92%;
  color: #333;
  font-size: 13px;
  text-align: left; }

/* line 759, Sass/styles.scss */
.ProdCatComboBox {
  min-width: 200px;
  border-radius: 3px;
  padding: 3px;
  font-weight: normal;
  border: 1px solid #cccccc;
  float: left;
  text-align: left;
  padding-left: 12px;
  height: 34px;
  line-height: 26px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

/* line 774, Sass/styles.scss */
.dropdownProdCat dd ul {
  background-color: white;
  height: 170px;
  display: none;
  max-height: 300px;
  overflow: auto !important;
  min-width: 210px;
  border: 1px solid #cccccc;
  position: absolute;
  z-index: 10;
  padding: 0 5px 10px;
  overflow-x: hidden !important;
  list-style-type: none; }

/* line 788, Sass/styles.scss */
.detailscategorydiv {
  width: 100%;
  box-shadow: 0 0 3px rgba(16, 16, 16, 0.25);
  border: 1px solid #cccccc;
  margin: 10px 0;
  height: auto; }

.scroll-y {
  overflow-y: auto; }

.btn-head-back {
  margin: -1px -5px; }

span.view-label {
  line-height: 30px;
  float: left;
  width: 100%; }

.form-section {
  border: 1px dashed #d0d0d0;
  padding: 10px 10px 0 10px; }

.border-light {
  border: 1px solid #eee; }

.border-ddd {
  border: 1px solid #ddd; }

.border-0 {
  border: none !important; }

.modal-footer.tab-footer {
  margin: 0 -20px -20px;
  border-top: 1px solid #ddd;
  padding: 10px; }

.no-scroll {
  overflow: hidden !important; }

.task-details {
  width: 100%;
  float: left;
  padding: 15px; }

.task-right-grid {
  height: auto !important;
  width: 73%;
  margin-right: 1%; }

.task-lefttree {
  position: fixed;
  height: calc(100vh - 66px) !important;
  overflow: hidden;
  width: 22%; }

.page-title-fixed {
  position: absolute;
  margin-top: -3.5%;
  z-index: 10;
  font-weight: 400;
  left: 15%;
  float: left;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.sidebar-mini .menu-collapsed .page-title-fixed {
  left: 6%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.task-container {
  height: auto !important; }

.content-visible .k-grid-content {
  overflow: visible !important; }

.taskcomment-btn {
  position: fixed;
  top: 20%;
  right: -30px;
  padding: 10px;
  background: #1976d2;
  color: #fff;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  cursor: pointer; }
  .taskcomment-btn:hover, .taskcomment-btn:focus, .taskcomment-btn:active {
    cursor: pointer;
    color: #fff;
    background: #145ca4; }
  .taskcomment-btn.active {
    right: 266px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; }

.tasks-conversations {
  width: 0;
  height: 560px;
  float: left;
  min-height: 455px;
  background: #f2f4f8;
  border: 1px solid #e4e4e4;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 10%;
  transition: width 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out; }
  .tasks-conversations.taskshow {
    width: 300px;
    padding: 10px;
    transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.18); }

.task-conversation-content {
  background: #ffffff;
  padding: 8px 10px;
  border-radius: 3px;
  float: left;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.0902) 0px 2px 6px;
    margin-top: 27px;
  position: relative; }

.task-conversation-footer {
  font-size: 10px;
  margin-top: 5px;
  float: left;
  width: 100%;
  color: #999; }

.task-conversation-comment {
  float: left;
  width: 100%;
  font-size: 13px; }

.task-commented-user {
  font-weight: 500;
  color: #495057; }

.task-commented-doc {
  font-weight: 500;
  color: #495057;
  font-size: 10px; }

.setpassword-popup .modal-dialog {
  width: 900px !important;
  max-width: 75% !important;
  top: 5% !important; }

.file-upload {
  float: left;
  width: 100%;
  background: #eef5f9;
  padding: 6px;
  font-weight: 500; }
  .file-upload .closeicon {
    color: #b90000;
    margin-top: 3px; }

/*Check Box Users*/
.multisearch_dd li:first-child .styledchkbox.checkbox {
  margin-bottom: 5px;
  margin-top: 5px; }
  .multisearch_dd li:first-child .styledchkbox.checkbox label {
    font-size: 13px;
    font-weight: 500; }
  .multisearch_dd li:first-child .styledchkbox.checkbox input[type="checkbox"]:checked + label {
    background: none;
    color: #1976d2 !important; }

.styledchkbox.checkbox input[type="checkbox"] + label:before {
  opacity: 0; }

.styledchkbox.checkbox input[type="checkbox"] + label:after {
  left: 90%;
  content: "\f00c";
  top: 6px;
  font-size: 12px; }

.styledchkbox.checkbox label {
  width: 100%;
  padding: 2px 6px;
  font-weight: 400;
  color: #212529 !important;
  height: auto; }

.styledchkbox.checkbox input[type="checkbox"]:checked + label {
  background: #1976d2;
  color: #fff !important;
  width: 100%;
  padding: 2px 6px;
  height: auto;
  margin: 0;
  font-weight: 400; }

.marketdtcontrol {
  width: 100%; }

.dropdownarrow {
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  padding: 3px;
  font-weight: normal;
  border: 2px solid #eeeeee;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), url(../../images/allicons.png) no-repeat 120% -12px white;
  float: left;
  text-align: left;
  padding-left: 12px;
  height: 38px;
  line-height: 26px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .dropdownarrow span.ProdhidaSearch {
    line-height: 29px;
    color: #868e96; }

.img-display {
  max-width: 240px;
  margin: 10px 10% 0;
  float: none; }

.doc-info-icon {
  width: 20px; }
  .doc-info-icon img {
    width: 16px;
    position: relative;
    top: -10px;
    left: -5px; }

.doc-lock-icon {
  width: 20px;
  position: relative;
  left: -10px;
  margin-right: -10px; }
  .doc-lock-icon img {
    width: 9px;
    margin-left: 5px;
    margin-top: -4px; }

a[disabled="disabled"] {
  pointer-events: none; }

.export-img-btn {
  float: left; }
  .export-img-btn img {
    width: 22px;
    margin-right: 5px; }

.linkDisabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  box-shadow: none; }

.nvtooltip {
  position: absolute; }

.modal-small-title {
  font-size: 16px; }

.doctag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 18px 0 12px;
  position: absolute;
     margin: -29px 0px 5px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  float: right;
  right: 0; }

.doctag::before {
  background: #f2f4f8;
  border-bottom: 10px solid transparent;
  border-right: 11px solid #eee;
  border-top: 10px solid transparent;
  content: '';
  position: absolute;
  left: 0;
  top: 0; }

.doctag::after {
  background: #f2f4f8;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  right: 6px;
  position: absolute;
  width: 6px;
  top: 7px; }

.doctag:hover {
  background-color: #1976d2;
  color: white; }

.doctag:hover::before, .doctag:hover::after {
  border-right-color: #1976d2; }

.tree-only-scroll {
  width: 100%;
  height: 95%;
  float: left;
  overflow: auto; }

.tree-diagram .k-layer {
  width: 100% !important;
  height: 100% !important;
  float: left; }

.stataticsgraph .mypiechart {
  width: 90% !important;
  height: 400px !important;
  margin: 0 5% !important;
  float: none !important; }

.dynamic-table {
  margin-top: 57px;
  border-radius: 3px !important;
  margin-left: -16px;
  border-left: none !important; }

.dynamic-table th {
  background: none !important;
  line-height: 32px; }

.dynamic-table td {
  line-height: 30px;
  padding: .9rem 1rem; }
  .dynamic-table td .text-danger {
    float: left;
    line-height: 35px !important;
    position: fixed;
    top: 0px;
    z-index: 1000;
    right: 35%;
    width: 200px;
    padding: 0px 10px;
    background: #ffeeee;
    font-size: 13px;
    /*border: 1px solid #f7c7c7;*/ }

.dynamic-table td:first-child {
  border-left: snow; }

.checkbox label {
  position: relative;
  color: #666;
  padding-left: 20px;
  font-size: 13px;
  cursor: pointer;
  display: inline-block; }

.checkbox label:before, .checkbox label:after {
  font-family: FontAwesome;
  font-size: 17px;
  position: absolute;
  top: -2px;
  left: 0; }

.checkbox label:before {
  content: '\f096'; }

.checkbox label:after {
  content: '\f046';
  max-width: 0;
  overflow: hidden;
  opacity: 0.5;
  transition: all 0.35s; }

label.checkbox:before, label.checkbox :after {
  color: #389438; }

.checkbox input[type="checkbox"] {
  display: none; }

.checkbox input[type="checkbox"]:checked + label:after {
  max-width: 25px;
  opacity: 1; }

.multisearch_dd input[type="text"] {
  margin: 5px 0px; }

.multisearch_dd label {
  font-weight: normal; }

.dropdownzeroitems {
  min-width: 200px;
  margin: 1px; }

.devices {
  width: 100%; }

.marketdropdowncontrol {
  width: 100%; }

.dropdownProdCat dd, .dropdownProdCat dt {
  margin: 0;
  padding: 0; }

.dropdownProdCat ul {
  margin: -3px 0 0 0;
  overflow: auto; }

.dropdownProdCat dd {
  position: relative; }

.dropdownProdCat a, .dropdownProdCat a:visited {
  color: white;
  text-decoration: none;
  outline: none;
  font-size: 12px; }

.dropdownProdCat dt, .ProdCatComboBox span {
  cursor: pointer;
  min-width: 180px;
  display: inline-block;
  padding: 0 2px 2px 0; }

.ProdCatComboBox .caret {
  border-top: 7px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top-color: #999;
  margin: 10px 0 0 0px;
  padding: 0px;
  float: right;
  cursor: pointer; }

.dropdownProdCat span.value {
  display: none; }

.dropdownProdCat dd ul li a {
  padding: 5px;
  display: block; }

.dropdownProdCat dd ul li a:hover {
  background-color: white; }

.ProdCatComboBox {
  min-width: 200px;
  border-radius: 3px;
  padding: 3px;
  font-weight: normal;
  border: 1px solid #cccccc;
  float: left;
  text-align: left;
  padding-left: 12px;
  height: 34px;
  line-height: 26px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.dropdownProdCat dd ul {
  background-color: white;
  height: 170px;
  display: none;
  max-height: 300px;
  overflow: auto !important;
  min-width: 210px;
  border: 1px solid #cccccc;
  position: absolute;
  z-index: 10;
  padding: 0 5px 10px;
  overflow-x: hidden !important;
  list-style-type: none; }

textarea.form-control {
  min-height: 80px !important;
  max-width: 100% !important; }

.panel-group {
  margin-bottom: 20px; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.nopadding {
  padding: 0; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.left {
  float: left; }

.panel-default {
  border-color: #ddd; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-group .panel-heading {
  border-bottom: 0; }

.cursor-hand {
  cursor: pointer; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

/*Task*/
textarea.form-control {
  min-height: 80px !important;
  max-width: 100% !important; }

.panel-group {
  margin-bottom: 20px; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.nopadding {
  padding: 0; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.left {
  float: left; }

.panel-default {
  border-color: #ddd; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-group .panel-heading {
  border-bottom: 0; }

.cursor-hand {
  cursor: pointer; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.dynamiccursor {
  cursor: not-allowed !important; }

.dynamicColor {
  font-weight: bold;
  background: gainsboro; }

.contenttitle a {
  word-break: break-word; }

.modal {
  z-index: 9999; }

.rotation {
  -ms-transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
  transform: rotate(-43deg); }

.customizetooltipTitle {
  position: absolute;
  z-index: 999;
  margin-top: 10px;
  box-shadow: #e2e2e2 3px 3px 10px;
  border: 1px solid #ccc;
  background: white;
  padding: 5px;
  color: #ced4da;
  margin-left: -40px;
  width: auto; }

.customizetooltipTitle:before {
  content: '';
  top: -6px;
  left: 59px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ccc;
  position: absolute; }

.customizetooltipTitle a {
  width: auto;
  font-size: 14px;
  color: #343a40;
  display: inline-block;
  padding: 2px 6px;
  cursor: pointer;
  display: block; }

.customizetooltipTitle a:hover {
  background: #1976d2;
  color: #fff;
  text-decoration: none; }

.customizetooltipTitle .headingdropdown {
  color: #1976d2;
  font-size: 15px;
  font-weight: 600;
  text-align: center; }

.rightsidediv {
  margin-bottom: 160px; }

/*End Task*/
/*Other Index Files*/
.regclr {
  border: 1px solid #e26363 !important; }

/*Manage*/
.container {
  width: 900px;
  border: 1px solid #CCC;
  box-shadow: 0 1px 5px #CCC;
  border-radius: 2px;
  font-family: verdana;
  margin: 25px auto; }

.container header {
  background: #f1f1f1;
  background-image: -webkit-linear-gradient(top, #f1f1f1, #CCC);
  background-image: -ms-linear-gradient(top, #f1f1f1, #CCC);
  background-image: -moz-linear-gradient(top, #f1f1f1, #CCC);
  background-image: -o-linear-gradient(top, #f1f1f1, #CCC);
  box-shadow: 0 1px 2px #888;
  padding: 10px; }

.container h1 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 0 1px 2px white;
  color: #888;
  text-align: center; }

.container section {
  padding: 10px 30px;
  font-size: 12px;
  line-height: 175%;
  color: #333; }

.spn {
  color: #A52A2A;
  font-size: 12px;
  background-color: #F0FFFF;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 2px;
  padding: 5px;
  border-radius: 5px 5px 5px;
  border: 1px solid black;
  padding-left: 25px; }

/*Doc Center*/
.dynamiccursor {
  cursor: not-allowed !important; }

.dynamicColor {
  font-weight: bold;
  background: gainsboro; }

.contenttitle a {
  word-break: break-word; }

.modal {
  z-index: 9999; }

.rotation {
  -ms-transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
  transform: rotate(-43deg); }

.rightsidediv {
  margin-bottom: 160px; }

.fa, .icon {
  font-size: 16px; }

.smallpopup {
  width: 50% !important; }

.text-center {
  text-align: center; }

.project-details-legendscroll {
  height: 260px;
  overflow: auto; }

/*Password css*/
.password-requirements {
  width: 150%;
  float: left;
  border-radius: 2px;
  margin: 20px 0 0 0%; }

.myprofile-page.password-requirements {
  width: 50%;
  border-radius: 2px;
  margin: 0 42% 20px;
  float: left; }

.password-requirements h4 {
  font-size: 13px; }

.password-requirements.forget {
  width: 91%;
  float: left;
  background: #FFFECD;
  border: 1px solid #E2E1A5;
  border-radius: 2px;
  padding: 8px 10px;
  margin: 0 15px 10px; }

.password-requirements.forget h4 {
  font-size: 14px;
  border: none;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0px; }

.password-requirements ul {
  margin: 0px;
  padding-left: 20px; }

.password-requirements ul li {
  float: left;
  list-style-type: disc;
  padding-left: 1px;
  line-height: 21px;
  font-size: 13px;
  width: 100%; }

.password-requirements ul li.valid {
  background: url(../images/tick.png) no-repeat 0px 6px;
  background-size: 14px 14px;
  color: #3a7d34; }

.password-requirements ul li.invalid {
  background: url(../images/cross.png) no-repeat 0 6px;
  background-size: 14px 14px;
  color: #ec3f41; }

.password-requirements div[on="strength"] div, .password-requirements span#spnStrength, .password-requirements #spnEsignStrength {
  font-size: 16px;
  font-weight: 500; }

.modal-blockuser .modal-dialog .modal-content {
  width: 60%;
  margin: 0 auto; }

.modal-blockuser .modal-header {
  border-bottom: 1px solid #E0E0E0;
  padding: 6px 12px 3px 12px; }

.modal-blockuser .modal-header h3 {
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px; }

.modal-blockuser .modal-body p {
  font-size: 14px; }

.modal-blockuser .modal-footer {
  padding: 8px 12px;
  border-top: 1px solid #E0E0E0; }

@media screen and (min-width: 1400px) {
 .dynamic-table {
    margin-top: 35px;
    }
}

.doccenter-treeview .k-in input {
    color: #333;
}