/*! 
 *   AdminLTE v1.2
 *   Author: AlmsaeedStudio.com
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
!*/
@font-face {
  font-family: 'NTFont';
  font-style: bold;
  font-weight: 900;
  font-size: 12pt;
  src: url(../fonts/NTFont.otf);
}
/*
    Core: General style
----------------------------
*/
html {
  padding-top: env(safe-area-inset-top);
}
html,
body {
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  background: #fff;
}
.html-body-login {
  height: 100%!important;
}
a {
  color: #004994;
}
/* Layouts */
.wrapper {
  min-height: 100%;
}
.wrapper:before,
.wrapper:after {
  display: table;
  content: " ";
}
.wrapper:after {
  clear: both;
}
/* Header */
body > .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
/* Define 2 column template */
.right-side,
.left-side {
  padding-top: 100px;
  min-height: 100%;
  display: block;
}
/*right side - contins main content*/
.right-side {
  background-color: #fff;
  min-height: 100%;
}
/*left side - contains sidebar*/
.left-side {
  position: absolute;
  z-index: 99;
  width: 220px;
}
@media screen and (min-width: 992px) {
  .left-side {
    top: 50px;
  }
  /*Right side strech mode*/
  .right-side.strech {
    margin-left: 0;
  }
  .right-side.strech > .content-header {
    margin-top: 0px;
  }
  /* Left side collapse */
  .left-side.collapse-left {
    left: -220px;
  }
}
/*Give content full width on xs screens*/
@media screen and (max-width: 992px) {
  .right-side {
    margin-left: 0;
  }
}
/*
    By default the layout is not fixed but if you add the class .fixed to the body element
    the sidebar and the navbar will automatically become poisitioned fixed
*/
body.fixed > .header,
body.fixed .left-side,
body.fixed .navbar {
  position: fixed;
}
body.fixed > .header {
  top: 0;
  right: 0;
  left: 0;
}
body.fixed .navbar {
  left: 0;
  right: 0;
}
body.fixed .wrapper {
  margin-top: 50px;
}
/* Content */
.content {
  padding: 40px 15px 0px 15px;
  background: #fff;
}
/* Utility */
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}
.page-header > small {
  color: #666;
  display: block;
  margin-top: 5px;
}
/* All images should be responsive */
img {
  max-width: 100% !important;
}
.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
/* 10px padding and margins */
.pad {
  padding: 10px;
}
.margin {
  margin: 10px;
}
/* Display inline */
.inline {
  display: inline;
  width: auto;
}
/* Background colors */
.bg-ntischeme-1,
.bg-ntischeme-2,
.bg-ntlightblue-l30,
.bg-ntlightblue,
.bg-ntblue,
.bg-ntblue-l30,
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black {
  color: #f9f9f9 !important;
}
.bg-gray {
  background-color: #eaeaec !important;
}
.bg-black {
  background-color: #222 !important;
}
.bg-red {
  background-color: #f56954 !important;
}
.bg-yellow {
  background-color: #f39c12 !important;
}
.bg-aqua {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue {
  background-color: #009fcb !important;
}
.bg-green {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001F3F !important;
}
.bg-teal {
  background-color: #39CCCC !important;
}
.bg-olive {
  background-color: #3D9970 !important;
}
.bg-lime {
  background-color: #01FF70 !important;
}
.bg-orange {
  background-color: #FF851B !important;
}
.bg-fuchsia {
  background-color: #F012BE !important;
}
.bg-purple {
  background-color: #932ab6 !important;
}
.bg-maroon {
  background-color: #85144B !important;
}
.bg-ntlightblue {
  background-color: #009fcb !important;
}
.bg-ntblue {
  background-color: #28515c !important;
}
.bg-ntblue-l30 {
  background-color: #62a8bb !important;
}
.bg-ntblue-l40 {
  background-color: #86bcca !important;
}
.bg-ntblue-l50 {
  background-color: #a9cfda !important;
}
.bg-locationtile {
  background-color: #b5ab92 !important;
}
.bg-ntlightblue-l30 {
  background-color: #65deff !important;
}
.bg-ntlightblue-l40 {
  background-color: #98e9ff !important;
}
.bg-ntlightblue-l50 {
  background-color: #cbf4ff !important;
}
.bg-ntischeme-1 {
  background-color: #009fcb !important;
}
.bg-ntischeme-2 {
  background-color: #28515c !important;
}
.bg-ntischeme-3 {
  background-color: #7EC8DE !important;
}
.bg-ntischeme-4 {
  background-color: #979FA1 !important;
}
.bg-ntischeme-5 {
  background-color: #f4f4f4 !important;
}
/* Text colors */
.text-white {
  color: #f4f4f4 !important;
}
.text-red {
  color: #f56954 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-light-blue {
  color: #009fcb !important;
}
.text-green {
  color: #00a65a !important;
}
.text-navy {
  color: #001F3F !important;
}
.text-teal {
  color: #39CCCC !important;
}
.text-olive {
  color: #3D9970 !important;
}
.text-lime {
  color: #01FF70 !important;
}
.text-orange {
  color: #FF851B !important;
}
.text-fuchsia {
  color: #F012BE !important;
}
.text-purple {
  color: #932ab6 !important;
}
.text-maroon {
  color: #85144B !important;
}
/*Hide elements by display none only*/
.hide {
  display: none !important;
}
/* Remove borders */
.no-border {
  border: 0px !important;
}
/* Remove padding */
.no-padding {
  padding: 0px !important;
}
/* Remove margins */
.no-margin {
  margin: 0px !important;
}
/* Remove box shadow */
.no-shadow {
  box-shadow: none!important;
}
.blur-5 {
  filter: blur(5px);
}
/* Don't display when printing */
@media print {
  .no-print {
    display: none;
  }
  .left-side,
  .header,
  .content-header {
    display: none;
  }
  .right-side {
    margin: 0;
  }
}
/* Remove border radius */
.flat {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* _fix for sparkline tooltip */
.jqstooltip {
  padding: 5px!important;
  width: auto!important;
  height: auto!important;
}
/*specific Mouse-Cursor*/
.mousepointer {
  cursor: pointer;
}
/*Fixed Elements*/
.inner-wrapper-overflow {
  overflow-y: auto;
}
.inner-wrapper-overflow.non-buttonbar {
  height: calc(100vh - (66px + 47px + 30px));
}
.inner-wrapper-overflow.buttonbar {
  height: calc(100vh - (66px + 47px + (1.5 * 56px + 30px)));
}
.inner-wrapper-overflow.buttonbar-2 {
  height: calc(100vh - (66px + 47px + (2.5 * 56px + 30px)));
}
.inner-wrapper-overflow.buttonbar-3 {
  height: calc(100vh - (66px + 47px + (3.5 * 56px + 30px)));
}
.inner-wrapper-overflow.buttonbar-4 {
  height: calc(100vh - (66px + 47px + (4.5 * 56px + 30px)));
}
.inner-wrapper-overflow.votingbar {
  height: calc(100vh - (66px + 47px + 56px + 30px + 80px));
}
.hiddenuploadcontent {
  width: 0;
  height: 0;
  opacity: 0;
}
/*
    Components: navbar, logo and content header
-------------------------------------------------
*/
body > .header {
  width: 100%;
  z-index: 6000;
  position: fixed;
  background: url('../images/essentials/background-header-s.svg') left no-repeat;
  background-size: 100% 100%;
  height: 120px;
  padding-top: env(safe-area-inset-top);
}
@supports (-webkit-overflow-scrolling: touch) {
  body > .header {
    height: 145px;
  }
}
body > .header .navbar {
  height: 75px;
  margin-bottom: 0;
}
body > .header .navbar .sidebar-toggle {
  padding: 15px 5px;
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 8px;
  margin-left: 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  position: absolute;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  z-index: 7000;
}
body > .header .navbar .sidebar-toggle .icon-bar {
  display: block;
  width: 32px;
  height: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body > .header .navbar .sidebar-toggle .icon-bar + .icon-bar {
  margin-top: 8px;
}
body > .header .navbar .nav > li.user > a {
  font-weight: bold;
}
body > .header .navbar .nav > li.user > a > .fa,
body > .header .navbar .nav > li.user > a > .glyphicon,
body > .header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}
body > .header .navbar .nav > li > a > .label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: 2px;
  font-size: 10px;
  font-weight: normal;
  width: 15px;
  height: 15px;
  line-height: 1em;
  text-align: center;
  padding: 2px;
}
body > .header .navbar .nav > li > a:hover > .label {
  top: 3px;
}
body > .header .logo {
  text-align: center;
  padding: 8px 10px;
  width: 100%;
  position: absolute;
}
body > .header .logo img {
  width: 60vw;
  max-height: 100px;
}
body > .header .logo .icon {
  margin-right: 10px;
}
@supports (-webkit-touch-callout: none) {
  body > .header .nav-tools {
    margin-top: 51px!important;
  }
}
body > .header .nav-tools {
  height: 35px;
  margin-top: 64px;
  display: flex;
  align-items: center;
}
body > .header .nav__indicator_item {
  margin-left: auto;
}
body > .header .indicator_flashing {
  animation-name: flashing;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@keyframes flashing {
  from {
    color: #FF851B;
  }
  to {
    color: #e10019;
  }
}
.right-side > .content-header {
  position: relative;
  padding: 15px 15px 10px 20px;
}
.right-side > .content-header > h1 {
  margin: 0;
  font-size: 24px;
}
.right-side > .content-header > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}
.right-side > .content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.right-side > .content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
}
.right-side > .content-header > .breadcrumb > li > a > .fa,
.right-side > .content-header > .breadcrumb > li > a > .glyphicon,
.right-side > .content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.right-side > .content-header > .breadcrumb > li + li:before {
  content: '>\00a0';
}
@media screen and (max-width: 767px) {
  .right-side > .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #efefef;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav > li {
    float: left;
  }
  .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
  .navbar .navbar-right {
    float: right;
  }
}
body .navbar {
  width: 100%;
  float: none;
  position: relative!important;
}
body .navbar {
  margin: 0;
}
body.fixed > .header {
  position: fixed;
}
body.fixed > .wrapper,
body.fixed .sidebar-offcanvas {
  margin-top: 100px!important;
}
.search.search-area {
  width: 50%;
}
/* 
   All form elements including input, select, textarea etc.
-----------------------------------------------------------------
*/
.form-horizontal .control-label {
  text-align: left;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.form-horizontal .control-animate {
  animation-name: fade-in;
  animation-fill-mode: both;
  animation-duration: 1s;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
}
.form-horizontal .control-group::before,
.form-horizontal .form-horizontal .control-group::after {
  content: "";
  display: table;
  line-height: 0;
}
.form-horizontal .control-group::after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  padding-top: 5px;
  text-align: right;
  width: 120px;
}
.form-horizontal .controls {
  margin-left: 130px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal .form-horizontal select + .help-block,
.form-horizontal .form-horizontal textarea + .help-block,
.form-horizontal .form-horizontal .uneditable-input + .help-block,
.form-horizontal .form-horizontal .input-prepend + .help-block,
.form-horizontal .form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 10px;
}
.form-horizontal .logo-container {
  display: block;
  border: thin solid lightblue;
  margin-top: 15px;
  padding: 15px;
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
}
.form-horizontal .pic-info {
  font-size: 8pt;
  color: gray;
}
.form-horizontal .help-line {
  margin-left: 13px;
}
.form-horizontal .warning {
  color: red;
}
.form-horizontal .pill {
  margin-top: 24px;
  font-weight: bold;
}
.form-horizontal .pill li {
  list-style: outside none none;
  margin-bottom: 30px;
}
.form-horizontal .pill li > a {
  color: #243539;
  display: inline-flex;
}
.form-horizontal .pill .number {
  background-color: #009fcb;
  border-radius: 30px 0 0 30px;
  padding: 9px;
}
.form-horizontal .pill .desc {
  background-color: lightgray;
  border-radius: 0 30px 30px 0;
  display: inline-block;
  padding: 8px 0 0 30px;
  width: 200px;
}
.form-horizontal .pill .active {
  background-color: #B3C902;
}
.form-horizontal .content {
  background-color: unset;
}
.form-horizontal .devpos {
  margin-left: 400px;
}
.form-horizontal .button-next {
  float: right;
}
.form-horizontal .button-back {
  display: inline;
  position: absolute;
}
.form-horizontal .button-ready {
  display: inline;
  margin-left: 30%;
}
.form-horizontal .button-cancel {
  display: inline;
  margin-left: 10px;
}
.form-horizontal .suffix {
  margin-left: 1ex;
}
.separator-line {
  border-top: thin solid #cfcfcf;
  padding-top: 10pt;
}
.form-control {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  box-shadow: none;
}
.form-control:focus {
  border-color: #009fcb !important;
  box-shadow: none;
}
.form-group.has-success label {
  color: #00a65a;
}
.form-group.has-success .form-control {
  border-color: #00a65a !important;
  box-shadow: none;
}
.form-group.has-warning label {
  color: #f39c12;
}
.form-group.has-warning .form-control {
  border-color: #f39c12 !important;
  box-shadow: none;
}
.form-group.has-error label {
  color: #f56954;
}
.form-group.has-error .form-control {
  border-color: #f56954 !important;
  box-shadow: none;
}
/* Input group */
.input-group .input-group-addon {
  border-radius: 0;
  background-color: #f4f4f4;
}
/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}
/* Checkbox and radio inputs */
.checkbox,
.radio {
  padding-left: 0;
}
input.span3 {
  width: 25%;
}
input.span6 {
  width: 50%;
}
input.span9 {
  width: 75%;
}
input.span12 {
  width: 100%;
}
.modifiedpos {
  margin-top: -2px;
}
.bottom-buttons {
  position: fixed;
  bottom: 0;
  padding: 0px 10px 10px 10px;
  left: 0;
  width: 100%;
  background: lightgray;
}
.bottom-buttons.visible {
  display: block;
}
.bottom-buttons .handle {
  text-align: center;
  font-size: 12pt;
}
.small-input-boxes {
  flex-grow: 2;
}
.small-input-boxes .small-input-boxes-form-query {
  align-items: flex-start;
  display: flex;
  flex-flow: row nowrap;
  /*border-bottom: thin solid lightgray;*/
  padding-top: 5px;
}
.small-input-boxes .small-input-boxes-form-query .small-input-boxes-form-query-content {
  flex-grow: 2;
}
.small-input-boxes .small-input-boxes-form-query .small-input-boxes-form-inline {
  display: flex;
  flex-flow: row wrap;
  line-height: 22pt;
}
.small-input-boxes .small-input-boxes-form-query .small-input-boxes-form {
  align-items: center;
  display: flex;
  flex-direction: row;
  line-height: 30px;
  margin-bottom: 0.25rem;
  position: relative;
  text-align: left;
}
.small-input-boxes .small-input-boxes-form-query .small-input-boxes-form-label {
  background-color: #f4f5f8;
  border: 1px solid transparent;
  border-radius: 0.1rem 0 0 0.1rem;
  display: block;
  flex-shrink: 0;
  margin: 1pt;
  padding: 5pt;
}
.small-input-boxes .small-input-boxes-form-query .small-input-boxes-form-label.tools {
  border: unset;
}
.small-input-boxes .small-input-boxes-form-query .small-input-boxes-form-label input {
  line-height: normal;
  width: 180pt;
  border: none;
  font-weight: bold;
}
.small-input-boxes .small-input-boxes-form-query .small-input-boxes-form-label > select {
  width: 320px;
}
.small-input-boxes .small-input-boxes-form-query .tags {
  padding: 12px!important;
}
.small-input-boxes .small-input-boxes-form-query .small-input-boxes-form--grow {
  flex-grow: 1;
}
.small-input-boxes .small-input-boxes-form-query .small-input-boxes-form--grow .tags {
  height: 5.6rem;
}
.small-input-boxes .small-input-boxes-form-query .gf-form-label--grow {
  flex-grow: 1;
  min-height: 4.6rem;
}
.small-input-boxes .small-input-boxes-form-query .btn-group > .modified-bs-button {
  background: inherit !important;
  border: medium none !important;
  box-shadow: none;
}
.small-input-boxes .small-input-boxes-form-query .btn-group > .modified-dd-list {
  border-radius: 0 !important;
  padding: 0 0 !important;
}
.small-input-boxes .small-input-boxes-form-query .small-input-boxes-form-label.query > input {
  width: 60rem !important;
  color: #009fcb;
  font-style: italic;
}
.small-input-boxes .addrow {
  padding: 15px;
}
/* 
    Compenent: Progress bars
--------------------------------
*/
/* size variation */
.progress.sm {
  height: 10px;
}
.progress.xs {
  height: 7px;
}
/* Vertical bars */
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.progress.vertical > .progress-bar {
  width: 100%!important;
  position: absolute;
  bottom: 0;
}
.progress.vertical.sm {
  width: 20px;
}
.progress.vertical.xs {
  width: 10px;
}
/* Remove margins from progress bars when put in a table */
.table tr > td .progress {
  margin: 0;
}
.progress-bar-light-blue,
.progress-bar-primary {
  background-color: #009fcb;
}
.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-green,
.progress-bar-success {
  background-color: #00a65a;
}
.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-aqua,
.progress-bar-info {
  background-color: #00c0ef;
}
.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-yellow,
.progress-bar-warning {
  background-color: #f39c12;
}
.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-red,
.progress-bar-danger {
  background-color: #f56954;
}
.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.summary-box-widget {
  margin-bottom: 30px;
  box-shadow: 0px 0px 5px gray;
}
.summary-box-widget .header {
  height: 100px;
  background-color: #AB4B33;
  color: #f4f4f4;
}
.summary-box-widget .header .header__text {
  padding: 15px 0px 0px 20px;
}
.summary-box-widget .header .header__text h2 {
  margin-top: unset;
}
.summary-box-widget .inner {
  background-color: #f4f4f4;
}
.summary-box-widget .inner .img-container {
  display: flex;
}
.summary-box-widget .inner img {
  width: 80px;
}
.summary-box-widget .inner .description {
  padding: 15px;
}
.summary-box-widget .footer {
  display: flex;
  justify-content: flex-end;
}
.summary-box-widget .footer > small {
  text-align: right;
  width: 100%;
  color: #979FA1;
  padding: 5px;
}
/*
    Component: Small boxes
*/
.small-box {
  position: relative;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 15px;
}
.small-box > .inner {
  padding: 10px;
  overflow-y: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.small-box > .inner.full-page {
  height: calc(100vh - (66px + 47px + 56px + 30px));
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box h3 {
  font-size: 2vw;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5px;
}
.small-box .icon {
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 5px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}
@keyframes tansformAnimation {
  from {
    font-size: 90px;
  }
  to {
    font-size: 100px;
  }
}
@-webkit-keyframes tansformAnimation {
  from {
    font-size: 90px;
  }
  to {
    font-size: 100px;
  }
}
/*
    component: Boxes
-------------------------
*/
.info-box {
  background-color: lime;
  border: thin solid gray;
  border-radius: 10px;
  float: right;
  font-weight: 700;
  margin-top: 68px;
  padding: 11px 66px 7px;
  position: absolute;
  right: 10px;
  z-index: 9999;
}
.box {
  position: relative;
  background: #ffffff;
  border-top: 2px solid #c1c1c1;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #009fcb;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #f56954;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .box-header {
  position: relative;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0px solid #f4f4f4;
  color: #444;
  padding-bottom: 10px;
}
.box .box-header:before,
.box .box-header:after {
  display: table;
  content: " ";
}
.box .box-header:after {
  clear: both;
}
.box .box-header > .fa,
.box .box-header > .fal,
.box .box-header > .fas,
.box .box-header > .glyphicon,
.box .box-header > .ion,
.box .box-header .box-title {
  display: inline-block;
  padding: 10px 0px 10px 10px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  float: left;
  cursor: default;
}
.box .box-header a {
  color: #444;
}
.box .box-header > .box-tools {
  padding: 5px 10px 5px 5px;
}
.box .box-body {
  padding: 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.box .box-body > table,
.box .box-body > .table {
  margin-bottom: 0;
}
.box .box-body.chart-responsive {
  width: 100%;
  overflow: hidden;
}
.box .box-body > .chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.box .box-body > .chart svg,
.box .box-body > .chart canvas {
  width: 100%!important;
}
.box .box-body .fc {
  margin-top: 5px;
}
.box .box-body .fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px;
}
.box .box-body .fc-header-right {
  padding-right: 10px;
}
.box .box-body .fc-header-left {
  padding-left: 10px;
}
.box .box-body .fc-widget-header {
  background: #fafafa;
  box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.02);
}
.box .box-body .fc-grid {
  width: 100%;
  border: 0;
}
.box .box-body .fc-widget-header:first-of-type,
.box .box-body .fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}
.box .box-body .fc-widget-header:last-of-type,
.box .box-body .fc-widget-content:last-of-type {
  border-right: 0;
}
.box .box-body .table {
  margin-bottom: 0;
}
.box .box-body .full-width-chart {
  margin: -19px;
}
.box .box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box .box-footer {
  border-top: 1px solid #f4f4f4;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
  background-color: #fff;
}
.box.box-solid {
  border-top: 0px;
}
.box.box-solid > .box-header {
  padding-bottom: 0px!important;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid.box-primary > .box-header {
  color: #fff;
  background: #009fcb;
  background-color: #009fcb;
}
.box.box-solid.box-primary > .box-header a {
  color: #444;
}
.box.box-solid.box-info > .box-header {
  color: #fff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a {
  color: #444;
}
.box.box-solid.box-danger > .box-header {
  color: #fff;
  background: #f56954;
  background-color: #f56954;
}
.box.box-solid.box-danger > .box-header a {
  color: #444;
}
.box.box-solid.box-warning > .box-header {
  color: #fff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a {
  color: #444;
}
.box.box-solid.box-success > .box-header {
  color: #fff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a {
  color: #444;
}
.box.box-solid > .box-header > .box-tools > .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid.collapsed-box .box-header {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box .todo-list {
  margin: 0;
  padding: 0px 0px;
  list-style: none;
}
.box .todo-list > li {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  background: #f4f1f7;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
.box .todo-list > li:last-of-type {
  margin-bottom: 0;
}
.box .todo-list > li.danger {
  border-left-color: #f56954;
}
.box .todo-list > li.warning {
  border-left-color: #f39c12;
}
.box .todo-list > li.info {
  border-left-color: #00c0ef;
}
.box .todo-list > li.success {
  border-left-color: #00a65a;
}
.box .todo-list > li.primary {
  border-left-color: #009fcb;
}
.box .todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}
.box .todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.box .todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.box .todo-list > li .tools {
  display: none;
  float: right;
  color: #f56954;
}
.box .todo-list > li .tools > .fa,
.box .todo-list > li .tools > .glyphicon,
.box .todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.box .todo-list > li:hover .tools {
  display: inline-block;
}
.box .todo-list > li.done {
  color: #999;
}
.box .todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
.box .todo-list > li.done .label {
  background: #eaeaec !important;
}
.box .todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}
.box .chat {
  padding: 5px 20px 5px 10px;
}
.box .chat .item {
  margin-bottom: 10px;
}
.box .chat .item:before,
.box .chat .item:after {
  display: table;
  content: " ";
}
.box .chat .item:after {
  clear: both;
}
.box .chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.box .chat .item > img.online {
  border: 2px solid #00a65a;
}
.box .chat .item > img.offline {
  border: 2px solid #f56954;
}
.box .chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
}
.box .chat .item > .message > .name {
  display: block;
  font-weight: 600;
}
.box .chat .item > .attachment {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f0f0f0;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}
.box .chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}
.box .chat .item > .attachment > p,
.box .chat .item > .attachment > .filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
.box .chat .item > .attachment:before,
.box .chat .item > .attachment:after {
  display: table;
  content: " ";
}
.box .chat .item > .attachment:after {
  clear: both;
}
.box > .overlay,
.box > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box > .overlay {
  z-index: 1010;
  background: rgba(255, 255, 255, 0.7);
}
.box > .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box > .loading-img {
  z-index: 1020;
  background: transparent url('../img/ajax-loader1.gif') 50% 50% no-repeat;
}
/* 
    Component: callout
------------------------
*/
.callout {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.callout h4 {
  margin-top: 0;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code,
.callout .highlight {
  background-color: #fff;
}
.callout.callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.callout.callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.callout.callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
.callout.callout-danger h4 {
  color: #B94A48;
}
.callout.callout-warning h4 {
  color: #C09853;
}
.callout.callout-info h4 {
  color: #3A87AD;
}
/* 
    Component: alert
------------------------
*/
.swal2-popup {
  font-size: 1.6rem !important;
  font-family: Georgia, serif;
}
.alert {
  padding-left: 30px;
  margin-left: 15px;
  position: relative;
}
.alert > .fa,
.alert > .glyphicon {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  background: inherit;
  border: inherit;
}
.textalert.error {
  color: red;
  font-weight: bold;
}
input.warning-indicate {
  border: 2px solid orangered;
}
.warning-line {
  clear: both;
  color: orangered;
  font-weight: bold;
}
/*
    Component: Sidebar
--------------------------
*/
.user-panel .project-name {
  color: #fff;
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
}
.user-panel .user-info {
  color: #fff;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.user-panel .put-center > img {
  width: 45px;
  height: 45px;
}
.user-panel .put-center.info {
  margin: 0px 10px;
}
.user-panel .put-center.info p {
  padding: unset;
  margin: unset;
}
.sidebar {
  margin-bottom: 5px;
}
.sidebar .sidebar-form input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent!important;
}
.sidebar .sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .sidebar-menu treeitem > li,
.sidebar .sidebar-menu .treeitem > li {
  margin: 0;
  padding: 0;
  font-size: larger;
}
.sidebar .sidebar-menu treeitem > li > a,
.sidebar .sidebar-menu .treeitem > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
}
.sidebar .sidebar-menu treeitem > li > a > .fa,
.sidebar .sidebar-menu .treeitem > li > a > .fa,
.sidebar .sidebar-menu treeitem > li > a > .glyphicon,
.sidebar .sidebar-menu .treeitem > li > a > .glyphicon,
.sidebar .sidebar-menu treeitem > li > a > .ion,
.sidebar .sidebar-menu .treeitem > li > a > .ion {
  width: 20px;
}
.sidebar .sidebar-menu .treeitem.footer {
  border-top: thin solid white;
  position: absolute;
  bottom: 3vh;
  width: 100%;
  font-size: normal;
}
.sidebar .sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .sidebar-menu .treeview-menu treeitem li {
  margin: 0;
  margin-left: 5px;
}
.sidebar .sidebar-menu .treeview-menu treeitem li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
  margin: 0px 0px;
}
.sidebar .sidebar-menu .treeview-menu treeitem li > a > .fa,
.sidebar .sidebar-menu .treeview-menu treeitem li > a > .glyphicon,
.sidebar .sidebar-menu .treeview-menu treeitem li > a > .ion {
  width: 20px;
}
.user-panel {
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.user-panel:before,
.user-panel:after {
  display: table;
  content: " ";
}
.user-panel:after {
  clear: both;
}
.user-panel > .image > img {
  width: 45px;
  height: 45px;
}
.user-panel > .info {
  font-weight: 600;
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  line-height: 1;
}
.user-panel > .info > p {
  margin-bottom: 9px;
}
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: normal;
}
.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
  margin-right: 3px;
}
.user-panel > .image > i {
  opacity: 0.4;
}
/*
 * Off Canvas
 * --------------------------------------------------
 *  Gives us the push menu effect
 */
@media screen and (min-width: 1200px) {
  .row-offcanvas {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 992px) {
  .relative {
    position: relative;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -220px;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -220px;
  }
  .row-offcanvas-right.active {
    right: 220px;
  }
  .row-offcanvas-left.active {
    left: 220px;
  }
  .sidebar-offcanvas {
    left: 0;
  }
  body.fixed .sidebar-offcanvas {
    margin-top: 50px;
    left: -220px;
  }
  body.fixed .row-offcanvas-left.active .navbar {
    left: 220px !important;
    right: 0;
  }
  body.fixed .row-offcanvas-left.active .sidebar-offcanvas {
    left: 0px;
  }
}
/*
    Component: Navs
*/
/* NAV PILLS */
.nav.nav-pills > li > a {
  border-top: 3px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #444;
}
.nav.nav-pills > li > a > .fa,
.nav.nav-pills > li > a > .glyphicon,
.nav.nav-pills > li > a > .ion {
  margin-right: 5px;
}
.nav.nav-pills > li.active > a {
  font-weight: 600;
}
.nav.nav-pills.nav-stacked > li > a {
  border-top: 0;
  border-left: 3px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #444;
}
.nav.nav-pills.nav-stacked > li.header {
  border-bottom: 1px solid #ddd;
  color: #777;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}
/* NAV TABS */
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #f4f4f4;
}
.nav-tabs-custom > .nav-tabs > li {
  border-top: 3px solid transparent;
  margin-bottom: -2px;
  margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li > a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #009fcb;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0px;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
  border-left-width: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right {
  float: none!important;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
  float: right;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  margin-right: 0px;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  border-left-width: 1px;
  border-right-width: 0px;
}
.nav-tabs-custom > .nav-tabs > li.header {
  font-weight: 400;
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
  cursor: default;
}
.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
  margin-right: 10px;
}
.nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 10px;
}
/* PAGINATION */
.pagination > li > a {
  background: #fafafa;
  color: #666;
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
}
.pagination > li:first-of-type a,
.pagination > li:last-of-type a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
navtool-goback {
  display: flex;
  align-items: center;
}
navtool-goback > a {
  width: 4em;
  z-index: 99;
}
.list-group {
  margin-bottom: unset!important;
}
.treeview span.indent {
  margin-left: 0!important;
}
.slide-swipe-menu {
  height: 100%;
  width: 280px;
  background-color: #243539;
  left: 0;
  top: 0;
  z-index: 9999;
  position: fixed;
  overflow-y: auto;
  overflow-x: visible;
  transform: translate(-280px, 0);
}
/* overlay layer */
.ssm-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 9990;
}
/* prevent scroll when nav is open */
.is-navOpen {
  overflow: hidden;
}
/*
Component: widget
--------------------
*/
.widget-body {
  padding: 15px 15px;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.widget-body .form form {
  margin: 0px !important;
  padding: 0px !important;
}
.widget-body .form .control-group:last-child {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.widget-body .form .form-actions {
  margin-left: -15px !important;
  margin-right: -15px !important;
  margin-top: 20px !important;
  margin-bottom: -15px !important;
  margin-top: 20px;
  padding-left: 195px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}
.widget-body .dataTables_info,
.widget-body .widget-body .dataTables_paginate {
  margin-top: 5px !important;
  padding-bottom: 0px !important;
  margin-bottom: -4px !important;
}
.widget-body .table {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
/* widget container */
.sortable .widget .widget-title {
  cursor: move;
}
.sortable-box-placeholder {
  background-color: #f5f5f5;
  border: 1px dashed #DDDDDD;
  display: block;
  margin-top: 0px !important;
  margin-left: 1%;
  margin-right: 0.6%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sortable-box-placeholder * {
  visibility: hidden;
}
.widget {
  background: #fff;
  clear: both;
  margin-bottom: 20px;
  margin-top: 0;
  -webkit-box-shadow: 0 0px 5px #ddd;
  -moz-box-shadow: 0 0px 5px #ddd;
  box-shadow: 0 0px 5px #ddd;
}
.widget-title {
  background: #f2f2f2;
  background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /*background-image: -linear-gradient(top, #ffffff 0%, #f2f2f2 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  height: 36px;
  border-bottom: 1px solid #fff;
}
.widget-title > h4 {
  float: left;
  font-size: 13px;
  font-weight: bold;
  padding: 12px 11px 10px 15px;
  line-height: 12px;
  margin: 0;
}
.widget-title > h4 i {
  font-size: 14px;
  margin-right: 2px;
}
.widget-title span.tools {
  border-left: 1px solid #E0DEDE;
  float: right;
  margin: 2px 0 0;
  padding: 6px 5px 6px 10px;
}
.widget-title span.tools.selected {
  background: rgba(196, 196, 255, 0.08) none repeat scroll 0 0;
  box-shadow: 0 0 4px 2px white;
}
.widget-title span.tools .toolgroup .navButtons {
  font-size: 10pt;
  padding: 5px 20px;
}
.widget-title span.tools .toolgroup .navButtons:not(:first-child) {
  border-left: thin solid lightblue;
}
.widget-title span.tools .toolgroup .navButtons.selected {
  background: rgba(196, 196, 255, 0.08) none repeat scroll 0 0;
}
.widget-title span.tools .toolgroup .navButtons a {
  color: #606060;
}
.widget-title span.tools .toolgroup .navButtons a.active {
  font-weight: 700;
  font-size: 11pt;
}
.widget-title span.tools .toolgroup .navButtons a > span {
  margin-left: 5px;
}
.widget-title span.tools > a {
  display: inline-block;
  margin-right: 5px;
  color: #979797;
  font-size: 14px;
  text-decoration: none;
}
.widget-title span.tools > a:active {
  background: rgba(0, 0, 0, 0.08) none repeat scroll 0 0;
  box-shadow: 0 0 4px 2px white;
}
.widget-title .btn-group {
  margin-right: 5px;
}
.widget-title .btn-group .caret {
  margin-top: 8px;
  margin-left: 3px;
}
.form-actions {
  background-color: #fff;
  display: inline-block;
  width: 100%;
}
.icheckbox span {
  margin: 9px;
  vertical-align: top;
}
.icheckbox input[type="checkbox"] {
  transform: scale(1.2);
}
.global-preloader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  color: #94beca;
  opacity: 0.8;
}
.fast-spin {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
}
.notify-row .badge {
  position: absolute;
  top: -5px;
  z-index: 100;
  right: 1px;
}
.badge {
  -webkit-border-radius: 32px!important;
  -moz-border-radius: 32px !important;
  border-radius: 32px !important;
  padding: 2px 6px;
}
.label {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  text-shadow: none !important;
  padding: 5px !important;
}
.label-success,
.badge-success {
  background-color: #a5d16c;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5d16c), color-stop(100%, #a5d16c));
  background-image: -webkit-linear-gradient(top, #a5d16c, #a5d16c);
  background-image: -moz-linear-gradient(top, #a5d16c, #a5d16c);
  background-image: -ms-linear-gradient(top, #a5d16c, #a5d16c);
  background-image: -o-linear-gradient(top, #a5d16c, #a5d16c);
  background-image: linear-gradient(top, #a5d16c, #a5d16c);
}
.label-warning,
.badge-warning {
  background-color: #fcb322;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcb322), color-stop(100%, #fcb322));
  background-image: -webkit-linear-gradient(top, #fcb322, #fcb322);
  background-image: -moz-linear-gradient(top, #fcb322, #fcb322);
  background-image: -ms-linear-gradient(top, #fcb322, #fcb322);
  background-image: -o-linear-gradient(top, #fcb322, #fcb322);
  background-image: linear-gradient(top, #fcb322, #fcb322);
}
.label-important,
.badge-important {
  background-color: #e74955;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e74955), color-stop(100%, #e74955));
  background-image: -webkit-linear-gradient(top, #e74955, #e74955);
  background-image: -moz-linear-gradient(top, #e74955, #e74955);
  background-image: -ms-linear-gradient(top, #e74955, #e74955);
  background-image: -o-linear-gradient(top, #e74955, #e74955);
  background-image: linear-gradient(top, #e74955, #e74955);
}
.label-info,
.badge-info {
  background-color: #32c2cd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32c2cd), color-stop(100%, #32c2cd));
  background-image: -webkit-linear-gradient(top, #32c2cd, #32c2cd);
  background-image: -moz-linear-gradient(top, #32c2cd, #32c2cd);
  background-image: -ms-linear-gradient(top, #32c2cd, #32c2cd);
  background-image: -o-linear-gradient(top, #32c2cd, #32c2cd);
  background-image: linear-gradient(top, #32c2cd, #32c2cd);
}
.label-mini {
  font-size: 11px;
}
label {
  color: #737373;
}
/* advance tables*/
.table-advance {
  margin-bottom: 10px !important;
}
.table-advance thead {
  color: #999;
}
.table-advance thead .th1 {
  color: #9d808c;
}
.table-advance thead tr th {
  background-color: #DDD;
  color: #666;
}
.table-advance div.success,
.table-advance div.info,
.table-advance div.important,
.table-advance div.warning,
.table-advance div.danger {
  position: absolute;
  margin-top: 5px;
  float: left;
  width: 10px;
  height: 10px;
  margin-right: 20px !important;
}
.table-advance tr td {
  border-left-width: 0px;
}
.table-advance tr td .tabletools {
  float: right;
  display: flex;
}
.table-advance tr td .tabletools .modified-bs-button {
  color: gray;
  margin-right: 5px;
}
.table-advance tr td a {
  color: #450923;
}
.table-advance tr td:first-child {
  border-left-width: 1px !important;
}
.table-advance tr td.highlight:first-child a {
  margin-left: 15px;
}
.table-advance td.highlight div.success {
  border-left: 10px solid #A5D16C;
}
.table-advance td.highlight div.info {
  border-left: 10px solid #87ceeb;
}
.table-advance td.highlight div.important {
  border-left: 10px solid #f02c71;
}
.table-advance td.highlight div.warning {
  border-left: 10px solid #fdbb39;
}
.table-advance td.highlight div.danger {
  border-left: 10px solid #e23e29;
}
.btn.btn-default.fa.fa-arrow-left {
  line-height: inherit;
}
.btn.btn-default.fa.fa-arrow-right {
  line-height: inherit;
}
/* Change the color of the striped tables */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f4f1f7;
}
/* .text-center in tables */
table.text-center td,
table.text-center th {
  text-align: center;
}
.tag-bubble {
  border-radius: 5px;
  background: lightgray;
  border-radius: 25px;
  box-shadow: 0 0 2px black;
  margin-right: 4pt;
  padding: 2pt 8pt;
}
/* custom breadcrumb */
.breadcrumb {
  background: none;
  margin-left: -15px;
  /*general search  */
}
.breadcrumb > li {
  height: 33px;
  line-height: 33px;
  background: url("../../images/bread-crumb-bg.jpg") repeat-x;
  float: left;
  margin-bottom: 25px;
  padding: 0  0 0 8px;
}
.breadcrumb > li + li::before {
  content: unset!important;
}
.breadcrumb > li > a {
  color: #737373;
  vertical-align: 11px;
}
.breadcrumb > li > a:hover {
  text-decoration: none;
}
.breadcrumb > li > .divider {
  display: inline-block;
  padding: 0px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  background: url("../../images/bread-crumb-divider.jpg") no-repeat;
}
.breadcrumb > li > .divider-last {
  display: inline-block;
  padding: 0px;
  width: 19px;
  height: 33px;
  line-height: 33px;
  background: url("../../images/bread-crumb-last.jpg") no-repeat;
}
.breadcrumb .tooltip {
  text-shadow: none !important;
}
.breadcrumb > li.search-wrap {
  background: none !important;
  float: right;
}
.breadcrumb .search-input-area {
  float: right;
  position: relative;
  width: 94%;
}
@-webkit-keyframes dnx-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes dnx-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dnx-pulse {
  50% {
    background: white;
  }
}
@keyframes dnx-pulse {
  50% {
    background: white;
  }
}
.dnx-loading {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  -webkit-animation: dnx-spin 1s infinite linear;
  animation: dnx-spin 1s infinite linear;
}
.dnx-loading--double {
  border-style: double;
  border-width: 0.5rem;
}
.dnx-loading-pulse {
  position: relative;
  width: 6px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation: dnx-pulse 750ms infinite;
  animation: dnx-pulse 750ms infinite;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
.dnx-loading-pulse:before,
.loading-pulse:after {
  content: '';
  position: absolute;
  display: block;
  height: 16px;
  width: 6px;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: dnx-pulse 750ms infinite;
  animation: dnx-pulse 750ms infinite;
}
.dnx-loading-pulse:before {
  left: -12px;
}
.dnx-loading-pulse:after {
  left: 12px;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
textarea.fixed {
  height: 15vh!important;
  resize: none;
}
.loader {
  display: inline-block;
  font-size: 2rem;
  /* Change this to resize the loader */
  animation: 2s rotate infinite linear;
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
}
.loader circle {
  fill: transparent;
  stroke: hsl(210, 100%, 38%);
  stroke-width: 0.1em;
  stroke-linecap: round;
  stroke-dasharray: 2.3525em 0.4705em;
  animation: 1s strokeDashArray infinite linear;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes strokeDashArray {
  from {
    stroke-dasharray: 2.3525em 0.4705em;
    stroke-dashoffset: 0;
  }
  10% {
    stroke-dasharray: 2.3525em 0.4705em;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 0.001em 2.825em;
    stroke-dashoffset: -2.826em;
  }
  60% {
    stroke-dasharray: 0.001em 2.825em;
  }
  to {
    stroke-dasharray: 2.3525em 0.4705em;
    stroke-dashoffset: -2.826em;
  }
}
@keyframes colorBounce {
  1% {
    stroke: #2A8FBD;
  }
  24% {
    stroke: #2A8FBD;
  }
  26% {
    stroke: #8EBD2A;
  }
  49% {
    stroke: #8EBD2A;
  }
  51% {
    stroke: #BF2A2A;
  }
  74% {
    stroke: #BF2A2A;
  }
  76% {
    stroke: #ECB43E;
  }
  99% {
    stroke: #ECB43E;
  }
}
.banderole {
  position: absolute;
  margin-top: 20px;
  right: -80px;
  z-index: 10;
  display: inline-block;
  font-size: 12px;
  width: 270px;
  text-align: center;
  padding: 0.25em 0;
  transform: rotate(45deg);
  border: 5px solid #fff;
  color: white;
  background: #58a;
}
.banderole.green {
  color: white;
  background: #3a7a31;
}
.banderole.gray {
  color: white;
  background: #808080;
}
image-box {
  display: flex;
}
.responsive-image-box {
  height: 120px;
  width: 120px;
  margin-left: 5px;
  margin-top: 5px;
  overflow: hidden;
}
.responsive-image-box.extended {
  height: 40vw;
  width: 40vw;
}
.responsive-image-box img {
  width: auto;
  height: 100%;
  -webkit-transform: translate(-25%, 0%);
  -ms-transform: translate(-25%, 0%);
  transform: translate(-25%, 0%);
}
.responsive-image-box .add-image {
  border: thin solid gray;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.file-content.full-size {
  height: 85vh;
}
.file-content .small-box__extended {
  min-height: calc(100vh - (66px + 47px + 56px + 30px));
}
.file-content .small-box__extended .inner {
  min-height: calc(100vh - (66px + 47px + 56px + 30px));
}
.file-content .small-box__extended .small-box-footer {
  background-color: #162d33;
}
.file-content ul {
  padding: unset;
}
.file-content ul li {
  list-style-type: none;
  border-bottom: thin solid #009fcb;
  padding: 15px;
}
.file-content ul li a {
  color: #f4f4f4;
}
.file-content ul li span {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 71%;
  display: inline-block;
  overflow: hidden;
}
.file-content .fileloader {
  position: absolute;
  margin-top: -35px;
  right: 15px;
}
/*
    Page: register and login
*/
login .login-container {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  min-height: 330px;
  justify-content: center;
  align-items: center;
  background: #fff;
}
login .login-container .action-link {
  width: 100%;
  text-align: center;
  padding: 15px;
}
.login-wrapper .preloader {
  display: flex;
  justify-content: center;
}
.login-wrapper {
  animation-name: fade-in;
  animation-fill-mode: both;
  animation-duration: 1s;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.logoin {
  display: block;
  font-family: "NTFont";
  font-size: 26px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  text-align: center;
  color: white;
}
.loginform {
  margin-top: -50px;
}
#passChange .controls,
#passReset .controls {
  position: relative;
}
#passChange .action,
#passReset .action {
  margin-top: 15px;
  text-align: center;
}
#passChange .action a,
#passReset .action a {
  padding: 15px 15px 0px 15px;
}
#passChange input,
#passReset input {
  width: 100%;
  line-height: 24pt;
  border-bottom: thin solid gray;
  border-top: none;
  border-left: none;
  border-right: none;
}
#passChange .form-control-feedback,
#passReset .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
#login {
  background: #e3e3e3 none repeat scroll 0 0;
  box-shadow: 1px 0 1px #ffffff, 0 0 3px rgba(0, 0, 0, 0.2) inset;
  padding: 20px;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
#login h4 {
  font-size: 17pt;
  text-align: center;
}
#login .lock {
  float: left;
  font-size: 110px;
  vertical-align: middle;
  width: 100px;
}
#login .lock i {
  vertical-align: middle;
}
#login i {
  color: #999 !important;
}
#login .control-group {
  margin-bottom: -11px;
}
#login span.add-on {
  border-radius: 0;
  color: #828283;
  padding: 7px;
  text-shadow: none;
}
#login .control-wrap input {
  border: thin solid #ccc;
  border-radius: 0;
  box-shadow: none;
  color: black;
  height: 36px;
  padding: 10px;
}
#login input:focus {
  border-color: Highlight;
}
#login input[type="text"],
#login input[type="password"],
#login input[type="email"] {
  width: 232px;
}
#login input[type="checkbox"] {
  margin-top: -3px;
  width: auto;
  vertical-align: middle;
}
#login #forget-password {
  font-size: 11px;
  line-height: 31px;
}
.wrong-password {
  color: red;
  text-align: center;
  width: 201pt;
  font-weight: bold;
  margin-top: 10px;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.control-wrap {
  margin-bottom: 15px;
  width: 100%;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  white-space: nowrap;
}
.input-append .add-on,
.input-prepend .add-on {
  background-color: #eee;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: 36px;
  line-height: 20px;
  padding: 4px 5px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 36px;
}
.input-append,
.input-prepend {
  white-space: nowrap;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  border-radius: 0;
  vertical-align: top;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child,
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child,
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border: 1px solid #ddd;
  border-radius: 0;
}
.mtop10 {
  margin-top: 10px;
}
.space5 {
  clear: both;
  display: block;
  height: 5px !important;
}
.small {
  font-size: 11px !important;
}
.login-btn {
  background: #e10019;
  border: medium none;
  border-radius: 0;
  box-shadow: 1px 0 1px #ffffff, 0 0 3px rgba(0, 0, 0, 0.2) inset;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  text-shadow: none;
}
#login-copyright {
  color: #999;
  font-size: 11px;
  margin: 0 auto;
  padding: 10px 10px 0;
  text-align: center;
  width: 100%;
  white-space: normal;
}
.nt-logo {
  display: inherit;
  height: 0;
  position: relative;
  left: 246px;
  top: -42px;
  width: 0;
  z-index: 9999;
}
.nt-logo img {
  height: 66px;
}
.content-project-start {
  height: 80vh;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.button-choice {
  width: 100%;
}
project-start .menu-item,
home .menu-item {
  margin-top: 30px;
  background: url('../images/essentials/logo_background_circle.svg') no-repeat center;
  height: 15vh;
  background-size: contain;
}
project-start .menu-item.save-area,
home .menu-item.save-area {
  background: url('../images/essentials/logo_background_circle_x.svg') no-repeat center;
  background-size: contain;
}
project-start .menu-item i,
home .menu-item i {
  color: white;
}
project-start .menu-item .icon,
home .menu-item .icon {
  text-align: center;
  position: relative;
  top: 4vh;
}
project-start .menu-item .icon i,
home .menu-item .icon i {
  font-size: 6vh;
}
project-start .title,
home .title {
  text-align: center;
  width: 100%;
  text-overflow: ellipsis;
}
project-start .title h1,
home .title h1 {
  padding: 0;
}
project-start .title p,
home .title p {
  margin: 0.5vh;
  text-align: center;
  font-size: 12pt;
}
project-start .title .lc-line,
home .title .lc-line {
  display: inline;
}
project-start .title .notify,
home .title .notify {
  color: red;
}
project-start a.col-xs-6.col-md-4,
home a.col-xs-6.col-md-4 {
  animation-name: fade-in;
  animation-fill-mode: both;
  animation-duration: 1s;
}
project-start a.col-xs-6.col-md-4:nth-of-type(1),
home a.col-xs-6.col-md-4:nth-of-type(1) {
  animation-delay: 0.33333333s;
}
project-start a.col-xs-6.col-md-4:nth-of-type(2),
home a.col-xs-6.col-md-4:nth-of-type(2) {
  animation-delay: 0.36666667s;
}
project-start a.col-xs-6.col-md-4:nth-of-type(3),
home a.col-xs-6.col-md-4:nth-of-type(3) {
  animation-delay: 0.4s;
}
project-start a.col-xs-6.col-md-4:nth-of-type(4),
home a.col-xs-6.col-md-4:nth-of-type(4) {
  animation-delay: 0.43333333s;
}
project-start a.col-xs-6.col-md-4:nth-of-type(5),
home a.col-xs-6.col-md-4:nth-of-type(5) {
  animation-delay: 0.46666667s;
}
project-start a.col-xs-6.col-md-4:nth-of-type(6),
home a.col-xs-6.col-md-4:nth-of-type(6) {
  animation-delay: 0.5s;
}
project-start a.col-xs-6.col-md-4:nth-of-type(7),
home a.col-xs-6.col-md-4:nth-of-type(7) {
  animation-delay: 0.53333333s;
}
project-start a.col-xs-6.col-md-4:nth-of-type(8),
home a.col-xs-6.col-md-4:nth-of-type(8) {
  animation-delay: 0.56666667s;
}
project-start a.col-xs-6.col-md-4:nth-of-type(9),
home a.col-xs-6.col-md-4:nth-of-type(9) {
  animation-delay: 0.6s;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
project-start .slighted-gray,
home .slighted-gray {
  filter: opacity(0.5);
}
survey .survey-box {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  height: 40vh;
  border: thin solid #ffffff;
  border-radius: 10px;
  background: linear-gradient(to bottom, rgba(0, 70, 139, 0.28) 0%, #f4f4f4 100%);
  color: white;
}
survey .icon {
  opacity: 0.3;
  font-size: 13vw;
}
mission-statement h1,
merchandise h1,
contact h1,
gallery h1 {
  text-transform: uppercase;
  font-size: 1.4em;
}
mission-statement h2,
merchandise h2,
contact h2,
gallery h2 {
  text-transform: uppercase;
  font-size: 1em;
}
mission-statement h1 span.headline-first,
merchandise h1 span.headline-first,
contact h1 span.headline-first,
gallery h1 span.headline-first {
  font-family: "ff-dax-web-pro-condensed", sans-serif;
  display: block;
}
mission-statement .double-underlined,
merchandise .double-underlined,
contact .double-underlined,
gallery .double-underlined {
  display: block;
  position: relative;
  border-bottom: 2px solid #e10019;
  padding-bottom: 12px;
}
mission-statement .double-underlined:after,
merchandise .double-underlined:after,
contact .double-underlined:after,
gallery .double-underlined:after {
  display: block;
  content: '';
  background: #004488;
  height: 2px;
  position: absolute;
  bottom: 2px;
  width: 100%;
}
mission-statement .image-box .double-underlined:after,
merchandise .image-box .double-underlined:after,
contact .image-box .double-underlined:after,
gallery .image-box .double-underlined:after,
mission-statement .submenu .double-underlined:after,
merchandise .submenu .double-underlined:after,
contact .submenu .double-underlined:after,
gallery .submenu .double-underlined:after,
mission-statement .blue-box .double-underlined:after,
merchandise .blue-box .double-underlined:after,
contact .blue-box .double-underlined:after,
gallery .blue-box .double-underlined:after,
mission-statement .grey .double-underlined:after,
merchandise .grey .double-underlined:after,
contact .grey .double-underlined:after,
gallery .grey .double-underlined:after {
  background: #fff;
}
mission-statement h1 span.headline-small,
merchandise h1 span.headline-small,
contact h1 span.headline-small,
gallery h1 span.headline-small {
  font-size: 0.75em;
  text-transform: none;
}
mission-statement ul.liste1,
merchandise ul.liste1,
contact ul.liste1,
gallery ul.liste1 {
  margin: 0 0 10px 0;
}
mission-statement ul.liste1 li,
merchandise ul.liste1 li,
contact ul.liste1 li,
gallery ul.liste1 li {
  background: url(../images/icon-list-item.gif) left center no-repeat;
  list-style: none;
  margin-bottom: 5px;
  padding-left: 15px;
  line-height: 1.5em;
}
mission-statement .map,
merchandise .map,
contact .map,
gallery .map {
  padding-top: 2em;
  display: block;
  padding-bottom: 2em;
}
mission-statement .links,
merchandise .links,
contact .links,
gallery .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #0062c7;
  padding-top: 20px;
  padding-bottom: 20px;
}
mission-statement .links a,
merchandise .links a,
contact .links a,
gallery .links a {
  padding: 5px;
}
mission-statement .links a img,
merchandise .links a img,
contact .links a img,
gallery .links a img {
  border: 2px solid white;
}
quotation-requirements-input .form-horizontal > .control-group > textarea.form-control {
  resize: none;
  height: 10em;
}
.policity {
  margin-top: 125px;
  padding: 0px 5%;
}
.policity p,
.policity li {
  margin-bottom: 8pt;
  font-size: 10pt;
}
.policity ol {
  counter-reset: item;
  -webkit-padding-start: unset!important;
  margin-bottom: 2em;
}
.policity li {
  display: block;
}
.policity li::before {
  font-weight: bold;
  content: counters(item, ".") ". ";
  counter-increment: item;
}
consent-form .policity p {
  font-size: 14pt;
  text-align: justify;
}
illnesnotify-documents-input .form-horizontal input {
  font-size: 23pt;
  background: unset;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  text-align: left;
  height: 36pt;
}
@media only screen and (max-width: 600px) {
  illnesnotify-documents-input .bootstrap-datetimepicker-widget {
    width: 100% !important;
  }
}
illnesnotify-documents-overview td {
  vertical-align: middle;
  font-size: large;
}
illnesnotify-documents-overview .editable {
  background-color: #a6ff64;
}
illnesnotify-documents-overview .state-icon {
  text-align: right;
  padding-right: 22px!important;
}
.license-images {
  display: inline-block;
}
vacancy-notification-overview td {
  vertical-align: middle;
  font-size: large;
}
vacancy-notification-overview .state-icon {
  text-align: center;
}
vacancy-notification-itemview p {
  font-style: italic;
}
vacancy-notification-itemview label {
  line-height: 30px;
  vertical-align: super;
}
vacancy-notification-itemview .state-icon {
  float: right;
  margin-right: 15px;
}
vacancy-notification-input label {
  display: block;
}
vacancy-notification-input .day-input {
  width: 4em;
}
vacancy-notification-input .info-text {
  line-height: 34px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 24pt;
  margin-right: 1em;
}
vacancy-notification-input .lines {
  display: flex;
}
vacancy-notification-input .control-line {
  width: 40%;
}
vacancy-notification-input .control-line label {
  height: 3em;
}
vacancy-notification-input .hint {
  text-align: center;
  font-size: 10pt;
  clear: both;
}
@media only screen and (max-width: 600px) {
  vacancy-notification-input .bootstrap-datetimepicker-widget {
    width: 100% !important;
  }
}
vacancy-notification-input .datepicker {
  z-index: 99999 !important;
}
payrolls-overview table > tbody > tr > td {
  vertical-align: middle !important;
}
payrolls-overview table > tbody > tr > td:nth-child(1) {
  width: 5em;
}
payrolls-overview table > tbody > tr > td.state-icon {
  text-align: end;
}
.push-message-box {
  border-radius: 11px;
  background: #e1f0ff;
  box-shadow: 0 0 5px lightblue;
  margin-bottom: 1em;
}
.push-message-box .header {
  background: #fafcff;
  border-radius: 10px 10px 0 0;
  font-size: 8pt;
  height: 21px;
  width: 100%;
  text-align: right;
  padding: 4px 8px;
  color: gray;
  font-weight: bold;
}
.push-message-box .title {
  padding-left: 1em;
}
.push-message-box .body {
  padding: 0em 1em 1em 1em;
}
.push-message-box .body ul {
  margin: 0px;
  padding: 0px 0px 0px 10px;
}
.push-message-box .body ul li {
  list-style: none;
}
.error-contex {
  display: flex;
  align-items: center;
  justify-content: center;
}
job-offers-overview ul.list-view {
  list-style-type: none;
  padding: 0;
}
job-offers-overview li {
  font-size: medium;
}
job-offers-overview .disabled {
  background-color: #eee;
}
job-offers-overview .disabled .listlink {
  color: #aaa;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
/* 
    Skins
    -----
*/
/* 
    Skin Blue (North-Tec Industry)
    ---------
*/
/* skin-blue navbar */
.skin-blue .navbar .nav a {
  color: rgba(255, 255, 255, 0.8);
}
.skin-blue .navbar .nav > li > a:active,
.skin-blue .navbar .nav > li > a:focus,
.skin-blue .navbar .nav .open > a,
.skin-blue .navbar .nav .open > a:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-blue .navbar .navbar-right > .nav {
  margin-right: 10px;
}
.skin-blue .navbar .sidebar-toggle .icon-bar {
  background: rgba(255, 255, 255, 0.8);
}
/* skin-blue logo */
/* skin-blue content header */
.skin-blue .right-side > .content-header {
  background: #fbfbfb;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
/* Skin-blue user panel */
.skin-blue .user-panel > .image > img {
  border: 1px solid #dfdfdf;
}
.skin-blue .user-panel > .info,
.skin-blue .user-panel > .info > a {
  color: #555;
}
/* skin-blue sidebar */
.skin-blue .sidebar {
  border-bottom: 1px solid #fff;
}
.skin-blue .sidebar .sidebar-menu treeitem:first-of-type li {
  border-top: 1px solid #dbdbdb;
}
.skin-blue .sidebar .sidebar-menu treeitem:first-of-type li > a {
  border-top: 1px solid #fff;
}
.skin-blue .sidebar .sidebar-menu treeitem > li {
  border-top: 2px solid #e10019;
  border-bottom: 2px solid #dbdbdb;
}
.skin-blue .sidebar .sidebar-menu treeitem > li > a {
  margin-right: 1px;
}
.skin-blue .sidebar .sidebar-menu treeitem > li > .treeview-menu {
  margin: 0 1px;
  background: #fff;
}
.skin-blue .left-side {
  background: #e10019;
  -webkit-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
  box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.07);
}
.skin-blue .sidebar a {
  color: #f4f4f4;
}
.skin-blue .treeview-menu > li > a {
  color: #f4f4f4;
}
.skin-blue .sidebar-form {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  margin: 10px 10px;
}
.skin-blue .sidebar-form input[type="text"],
.skin-blue .sidebar-form .btn {
  box-shadow: none;
  background-color: #fafafa;
  border: 1px solid #fafafa;
  height: 35px;
}
.skin-blue .sidebar-form input[type="text"] {
  color: #666;
  -webkit-border-top-left-radius: 2px !important;
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 2px !important;
  -moz-border-radius-topleft: 2px !important;
  -moz-border-radius-topright: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-bottomleft: 2px !important;
  border-top-left-radius: 2px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 2px !important;
}
.skin-blue .sidebar-form input[type="text"]:focus,
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-blue .sidebar-form .btn {
  color: #999;
  -webkit-border-top-left-radius: 0 !important;
  -webkit-border-top-right-radius: 2px !important;
  -webkit-border-bottom-right-radius: 2px !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-topright: 2px !important;
  -moz-border-radius-bottomright: 2px !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 0 !important;
}
/* 
    Dropdown menus
----------------------------
*/
/*Dropdowns in general*/
.user-menu .dropdown-menu {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 2300;
}
.user-menu .dropdown-menu > li > a > .glyphicon,
.user-menu .dropdown-menu > li > a > .fa,
.user-menu .dropdown-menu > li > a > .ion {
  margin-right: 10px;
}
/*Drodown in navbars*/
.skin-blue .navbar .dropdown-menu > li > a {
  color: #444444;
}
/*
    Navbar custom dropdown menu
------------------------------------
*/
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0!important;
  margin: 0!important;
  top: 100%;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header:after,
.navbar-nav > .messages-menu > .dropdown-menu > li.header:after,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header:after {
  bottom: 100%;
  left: 92%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #f4f4f4;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444444;
  text-align: center;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  font-size: 12px;
  color: #444444;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  font-size: 20px;
  width: 50px;
  text-align: center;
  padding: 15px 0px;
  margin-right: 5px;
  /* Default background and font colors */
  background: #00c0ef;
  color: #f9f9f9;
  /* Fallback for browsers that doesn't support rgba */
  color: rgba(255, 255, 255, 0.7);
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.danger,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.danger,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.danger {
  background: #f56954;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.warning,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.warning,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.warning {
  background: #f39c12;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.success,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.success,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.success {
  background: #00a65a;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.info,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.info,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.info {
  background: #00c0ef;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0px;
  line-height: 20px;
  padding: 10px 5px 10px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
  border: 1px solid #dddddd;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #999999;
  font-size: 10px;
  float: right;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  display: table;
  content: " ";
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0;
}
.navbar-nav > .user-menu > .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu:after {
  bottom: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  background: #009fcb;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 8px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #f9f9f9;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  text-shadow: 2px 2px 3px #333333;
  margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
  display: table;
  content: " ";
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body > div > a {
  color: #0073b7;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer {
  background-color: #fff;
  padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
  display: table;
  content: " ";
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer .btn-default {
  color: #666666;
}
/* Add fade animation to dropdown menus */
.user-menu.open > .dropdown-menu {
  animation-name: fadeAnimation;
  animation-duration: 0.7s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeAnimation;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeAnimation;
  -moz-animation-duration: 0.7s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes fadeAnimation {
  from {
    opacity: 0;
    top: 120%;
  }
  to {
    opacity: 1;
    top: 100%;
  }
}
@-webkit-keyframes fadeAnimation {
  from {
    opacity: 0;
    top: 120%;
  }
  to {
    opacity: 1;
    top: 100%;
  }
}
/* Fix dropdown menu for small screens to display correctly on small screens */
@media screen and (max-width: 767px) {
  .navbar-nav > .notifications-menu > .dropdown-menu,
  .navbar-nav > .user-menu > .dropdown-menu,
  .navbar-nav > .tasks-menu > .dropdown-menu,
  .navbar-nav > .messages-menu > .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    background: #ffffff;
  }
}
/* Fix menu positions on xs screens to appear correctly and fully */
@media screen and (max-width: 480px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.header,
  .navbar-nav > .messages-menu > .dropdown-menu > li.header {
    /* Remove arrow from the top */
  }
  .navbar-nav > .notifications-menu > .dropdown-menu > li.header:after,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.header:after,
  .navbar-nav > .messages-menu > .dropdown-menu > li.header:after {
    border-width: 0px!important;
  }
  .navbar-nav > .tasks-menu > .dropdown-menu {
    position: absolute;
    right: -120px;
    left: auto;
  }
  .navbar-nav > .notifications-menu > .dropdown-menu {
    position: absolute;
    right: -170px;
    left: auto;
  }
  .navbar-nav > .messages-menu > .dropdown-menu {
    position: absolute;
    right: -210px;
    left: auto;
  }
}
.hlpr.top-buffer-1x {
  margin-top: 1em;
}
.hlpr.top-buffer-2x {
  margin-top: 2em;
}
.hlpr.top-buffer-3x {
  margin-top: 3em;
}
