@font-face {
  font-family: 'fontello';
  src: url(/fonts/fontello.eot?0f89608ebb21330fdfc30bf35e5ef67a);
  src: url(/fonts/fontello.eot?0f89608ebb21330fdfc30bf35e5ef67a#iefix) format('embedded-opentype'),
       url(/fonts/fontello.woff2?1a49404f9ce85d357847da2997bb3cf7) format('woff2'),
       url(/fonts/fontello.woff?b6abed13f0b01b1f784c5f9dab71ab3a) format('woff'),
       url(/fonts/fontello.ttf?c3736a9d9402720ebfbf30a3f8c4627d) format('truetype'),
       url(/fonts/fontello.svg?3e75cd1b678aabe5edfc4ddd9d33cf39#fontello) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?573677#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-plus:before { content: '\E800'; } /* '' */
.icon-search:before { content: '\E801'; } /* '' */
.icon-logout:before { content: '\E802'; } /* '' */
.icon-conversation:before { content: '\E803'; } /* '' */
.icon-chart:before { content: '\E804'; } /* '' */
.icon-profile:before { content: '\E805'; } /* '' */
.icon-folder:before { content: '\E806'; } /* '' */
.icon-down-open:before { content: '\E807'; } /* '' */
.icon-sort:before { content: '\E808'; } /* '' */
.icon-list:before { content: '\E809'; } /* '' */
.icon-star:before { content: '\E80A'; } /* '' */
.icon-lifebuoy:before { content: '\E80B'; } /* '' */
.icon-th-large:before { content: '\E80C'; } /* '' */
.icon-attach:before { content: '\E80D'; } /* '' */
.icon-calendar:before { content: '\E80E'; } /* '' */
.icon-trash:before { content: '\E80F'; } /* '' */
.icon-check:before { content: '\E810'; } /* '' */
.icon-left:before { content: '\E811'; } /* '' */
.icon-attention-alt-1:before { content: '\E812'; } /* '' */
.icon-phone:before { content: '\E813'; } /* '' */
.icon-cancel-circled2:before { content: '\E814'; } /* '' */
.icon-cancel:before { content: '\E815'; } /* '' */
.icon-edit:before { content: '\E829'; } /* '' */
.icon-table:before { content: '\F0CE'; } /* '' */
.icon-mail-alt:before { content: '\F0E0'; } /* '' */
.icon-attention-alt:before { content: '\F12A'; } /* '' */
.icon-sort-alt-up:before { content: '\F160'; } /* '' */
.icon-sort-alt-down:before { content: '\F161'; } /* '' */
.icon-bug:before { content: '\F188'; } /* '' */ul.notifications-list li {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}
.notificationsCounter {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}
.notificationIcon {
  font-size: 30px;
}
.removeNotification {
  z-index: 999;
  font-size: 12px !important;
  position: absolute;
  top: -35px;
  right: 0px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  position: absolute;
  bottom: -30px;
  right: 0px;
  top: auto;
}
.notification {
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.notification span {
  display: inline-block;
  position: relative;
  top: -4px;
  padding-left: 10px;
  font-weight: 600;
  font-size: 14px;
}
.notification.warning {
  background: #fbae5c;
  color: white;
}
.notification.warning i {
  color: #e5614e;
  font-size: 25px;
}
.notification.warning i.close {
  opacity: 1;
  text-shadow: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.notification.warning i.close:hover {
  opacity: 0.5;
}
.btn-upload {
  margin-bottom: 12px;
}
.jsThumbnailImageWrapper {
  padding-top: 8px;
  overflow-y: auto;
}
.jsThumbnailImageWrapper figure {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 3px;
  border-radius: 3px;
  vertical-align: bottom;
}
.jsThumbnailImageWrapper i.removeIcon {
  position: absolute;
  top: -10px;
  right: -10px;
  color: #f56954;
  font-size: 2em;
  background: white;
  border-radius: 20px;
  height: 25px;
}
figure.ui-state-highlight {
  border: none;
  width: 100px;
  height: 0;
}
/* ------------------------------------------------------------------------------- */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-08-19, 09:37:11
    Author     : niqs
*/
.login-page {
  background-color: #2f2839;
  background-image: url(/themes/adminlte/img/mtm-bg.jpg);
  background-size: cover;
  height: auto;
}
.login-page .login-box {
  max-width: 460px;
  margin: 20vh auto;
  width: auto;
}
.login-page .login-box .login-box-body {
  padding: 39px 26px;
  -webkit-box-shadow: 1px 2px 10px 0px rgba(255, 255, 255, 0.39);
  box-shadow: 1px 2px 10px 0px rgba(255, 255, 255, 0.39);
}
.login-page .login-box .login-box-body .btn.btn-flat {
  padding: 15px;
  background-color: black;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 100% !important;
  float: none !important;
  border-radius: 25px !important;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
.login-page .login-box .login-box-body .btn.btn-flat:hover {
  background-color: #93da00;
  color: black;
  border-color: #82c100;
}
.login-page .login-box .login-box-body .btn.btn-flat:active {
  outline: none  !important;
}
.login-page .login-box .login-box-body label {
  padding-left: 0px;
}
.login-page .login-box .login-box-body .icheckbox_square-blue {
  margin-right: 5px;
}
.login-page .login-box .login-box-msg {
  text-align: left;
  padding-left: 0px;
  margin-bottom: 45px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-08-19, 11:21:04
    Author     : niqs
*/
.layout-top-nav .main-header {
  max-height: initial;
}
.layout-top-nav .main-header .navbar {
  background-color: #89cb00;
  padding: 0 23px;
}
.layout-top-nav .main-header .navbar .navbar-header {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-top-nav .main-header .navbar .navbar-header .first-logo {
  max-width: 50px;
  max-height: 50px;
  display: block;
}
@media (max-width: 767px) {
  .layout-top-nav .main-header .navbar .navbar-header {
    position: relative;
    padding: 0 40px 0 10px;
  }
  .layout-top-nav .main-header .navbar .navbar-header a.navbar-brand {
    margin: 5px 10px 8px 0;
    width: 130px;
  }
  .layout-top-nav .main-header .navbar .navbar-header a.navbar-brand div:first-child {
    margin: 0 10px 0 0;
  }
  .layout-top-nav .main-header .navbar .navbar-header .navbar-toggle {
    position: absolute;
    top: 18px;
    right: 10px;
    float: none;
    padding: 0;
  }
}
.layout-top-nav .main-header .navbar .navbar-header .navbar-brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0px 15px 0;
  padding: 0;
  float: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.layout-top-nav .main-header .navbar .navbar-header .navbar-brand div:first-child {
  margin: 0 0px 0 0;
}
.layout-top-nav .main-header .navbar .navbar-header .navbar-brand div img {
  max-width: 100%;
}
.layout-top-nav .main-header .navbar .navbar-header .navbar-brand:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.layout-top-nav .main-header .navbar .navbar-header .btn-add-box {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px;
  margin-left: 20px;
  height: auto !important;
}
.layout-top-nav .main-header .navbar .navbar-header .btn-add-box a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 3px 7px 2px 7px;
  color: #ffffff;
  background-color: #222;
}
.layout-top-nav .main-header .navbar .navbar-header .btn-add-box a:hover {
  color: #fff;
  background-color: #444;
}
.layout-top-nav .main-header .navbar .navbar-header .btn-add-box a span {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  font-family: 'myriadpro';
  letter-spacing: -0.32px;
}
.layout-top-nav .main-header .navbar .navbar-header .btn-add-box a i {
  font-size: 8px;
  margin: 0 0 3px 5px;
}
.layout-top-nav .main-header .navbar .navbar-header .btn-add-box a span,
.layout-top-nav .main-header .navbar .navbar-header .btn-add-box a i {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .layout-top-nav .main-header .navbar .collapse > .navbar-nav > li:first-child > a.dropdown-toggle,
  .layout-top-nav .main-header .navbar .collapsing > .navbar-nav > li:first-child > a.dropdown-toggle {
    border-left: none;
  }
}
.layout-top-nav .main-header .navbar .collapse > .navbar-nav > li > a.dropdown-toggle,
.layout-top-nav .main-header .navbar .collapsing > .navbar-nav > li > a.dropdown-toggle {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 14px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000 !important;
}
.layout-top-nav .main-header .navbar .collapse > .navbar-nav > li > a.dropdown-toggle.large,
.layout-top-nav .main-header .navbar .collapsing > .navbar-nav > li > a.dropdown-toggle.large {
  font-size: 17px;
}
.layout-top-nav .main-header .navbar .collapse > .navbar-nav > li > a.dropdown-toggle:hover,
.layout-top-nav .main-header .navbar .collapsing > .navbar-nav > li > a.dropdown-toggle:hover {
  background-color: #93da00;
}
@media (max-width: 767px) {
  .layout-top-nav .main-header .navbar .collapse > .navbar-nav > li > a.dropdown-toggle,
  .layout-top-nav .main-header .navbar .collapsing > .navbar-nav > li > a.dropdown-toggle {
    border: none;
  }
}
.layout-top-nav .main-header .navbar .collapse > .navbar-nav > li a,
.layout-top-nav .main-header .navbar .collapsing > .navbar-nav > li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  font-family: 'myriadpro';
  padding: 5px 12px;
}
@media (max-width: 767px) {
  .layout-top-nav .main-header .navbar .collapse > .navbar-nav > li a,
  .layout-top-nav .main-header .navbar .collapsing > .navbar-nav > li a {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    font-family: 'myriadpro';
    height: auto !important;
  }
}
.layout-top-nav .main-header .navbar .collapse > .navbar-nav > li a i,
.layout-top-nav .main-header .navbar .collapsing > .navbar-nav > li a i {
  margin: 0 16px 0 0;
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 767px) {
  .layout-top-nav .main-header .navbar .collapse > .navbar-nav > li a i,
  .layout-top-nav .main-header .navbar .collapsing > .navbar-nav > li a i {
    margin: 0 10px 0 0;
    font-size: 13px;
  }
}
.layout-top-nav .main-header .navbar .collapse > .navbar-nav a span,
.layout-top-nav .main-header .navbar .collapsing > .navbar-nav a span {
  display: inline-block;
  margin: 2px 0 0;
}
.layout-top-nav .main-header .navbar .collapse > .navbar-nav .dropdown.open .dropdown-menu,
.layout-top-nav .main-header .navbar .collapsing > .navbar-nav .dropdown.open .dropdown-menu {
  padding: 5px;
  background-color: #89cb00;
  border: none;
  border-top: 1px solid #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.layout-top-nav .main-header .navbar .collapse > .navbar-nav .dropdown.open .dropdown-menu a,
.layout-top-nav .main-header .navbar .collapsing > .navbar-nav .dropdown.open .dropdown-menu a {
  color: #000;
}
.layout-top-nav .main-header .navbar .collapse > .navbar-nav .dropdown.open .dropdown-menu a:hover,
.layout-top-nav .main-header .navbar .collapsing > .navbar-nav .dropdown.open .dropdown-menu a:hover,
.layout-top-nav .main-header .navbar .collapse > .navbar-nav .dropdown.open .dropdown-menu a:focus,
.layout-top-nav .main-header .navbar .collapsing > .navbar-nav .dropdown.open .dropdown-menu a:focus {
  background-color: #93da00;
}
@media (max-width: 767px) {
  .layout-top-nav .main-header .navbar .collapse {
    -webkit-box-shadow: 0 1px 0 #669800 inset, 0 -1px 0 #669800 inset;
            box-shadow: 0 1px 0 #669800 inset, 0 -1px 0 #669800 inset;
    margin: 0 0 7px;
  }
}
@media (min-width: 768px) {
  .layout-top-nav .main-header .navbar .collapse {
    border-top: 1px solid transparent;
  }
}
@media (min-width: 768px) {
  .layout-top-nav .main-header .navbar .navbar-custom-menu {
    border-top: 1px solid transparent;
  }
}
@media (max-width: 991px) {
  .layout-top-nav .main-header .navbar .navbar-custom-menu {
    position: static;
    float: none;
  }
}
@media (max-width: 1199px) {
  .layout-top-nav .main-header .navbar .navbar-custom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0 0 8px;
  }
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external {
  position: relative;
}
@media (max-width: 639px) {
  .layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external {
    width: 100%;
  }
  .layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external div.search-box-internal {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external .search-box-internal {
  width: 270px;
  margin: 0;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external .search-box-internal input {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'myriadpro';
  letter-spacing: -0.32px;
  width: calc(100% - 43px);
  padding: 8px 15px 5px 15px;
  border: 1px solid #3f4c61;
  border-radius: 5px;
  color: #222;
  background-color: white;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external .search-box-internal input::-webkit-input-placeholder {
  color: #66768d;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external .search-box-internal input:-ms-input-placeholder {
  color: #66768d;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external .search-box-internal input::placeholder {
  color: #66768d;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external .search-box-internal input:focus {
  outline: none;
  border: 1px solid #96a0ad;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external .search-box-internal i {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 35px;
  height: 34px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-color: #222;
  cursor: pointer;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external .search-box-internal i:hover {
  color: #fff;
  background-color: #444;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external .topbar-search-results {
  min-width: 100%;
  background: white;
  z-index: 99999999999;
  position: absolute;
  top: 50px;
  right: 0px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  max-height: 100vh;
  overflow: hidden;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external .topbar-search-results h5 {
  font-size: 12px;
  color: #888;
  margin-left: 10px;
  margin-bottom: 0px;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external .topbar-search-results h5.stronger {
  display: none;
  font-weight: 600;
  color: #555;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external .topbar-search-results ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external .topbar-search-results ul li {
  list-style-type: none !important;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external .topbar-search-results ul li a {
  padding: 10px 15px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external .topbar-search-results ul li a:hover,
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external .topbar-search-results ul li a:active {
  background: #eee;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external .topbar-search-results.unfocus {
  max-height: 0px;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external:hover .topbar-search-results,
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external:active .topbar-search-results,
.layout-top-nav .main-header .navbar .navbar-custom-menu .search-box-external:focus .topbar-search-results {
  max-height: 100vh;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .conversation-box-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 7px 0 15px;
  border-left: 1px solid #7db900;
}
@media (max-width: 639px) {
  .layout-top-nav .main-header .navbar .navbar-custom-menu .conversation-box-external {
    border-left: none;
  }
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .conversation-box-external .custom-dropdown {
  left: -70px;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .conversation-box-external .conversation-box-internal {
  position: relative;
  margin: 4px 0 0;
  cursor: pointer;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .conversation-box-external .conversation-box-internal:hover .counter {
  background-color: #ffffff;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .conversation-box-external .conversation-box-internal i {
  font-size: 20px;
  line-height: 20px;
  color: #222;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .conversation-box-external .conversation-box-internal .counter {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  font-family: 'roboto';
  min-width: 17px;
  height: 17px;
  padding: 3px 4px 4px;
  position: absolute;
  top: -10px;
  right: -7px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  background-color: #ccff00;
  z-index: 100;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu {
  border-right: 1px solid #7db900;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu {
    position: static;
  }
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu .dropdown-toggle {
  background-color: #89cb00;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu .dropdown-toggle:focus {
  background-color: #89cb00;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu .dropdown-toggle:hover {
  background-color: #93da00;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu.open .dropdown-toggle {
  background-color: #89cb00;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu.open .dropdown-toggle:focus {
  background-color: #89cb00;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu.open .dropdown-menu {
  right: -1px;
  width: calc(100% - 2px);
  padding: 0;
  border: 1px solid #2a323f;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 767px) {
  .layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu.open .dropdown-menu {
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu.open .dropdown-menu {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu.open .dropdown-menu {
    width: 205px;
  }
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu.open .dropdown-menu .user-header {
  height: auto;
  background-color: #89cb00 !important;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu.open .dropdown-menu .user-header img {
  border: 1px solid #7db900;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu.open .dropdown-menu .user-header p {
  margin: 10px 0 0;
  color: black;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu.open .dropdown-menu .user-footer {
  background-color: #89cb00;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu.open .dropdown-menu .user-footer a {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  font-family: 'myriadpro';
  letter-spacing: -0.32px;
  border-radius: 2px;
  padding: 4px 7px 2px 7px;
  color: #fff;
  background: #222;
  border-color: #444;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu.open .dropdown-menu .user-footer a:hover {
  color: #fff;
  background: #444;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu > a {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu > a img {
  max-width: 100%;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu > a span {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  font-family: 'myriadpro';
  letter-spacing: -0.36px;
  display: inline-block;
  margin: 2px 0 0 13px;
  color: #222;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu > a i {
  font-size: 20px;
  margin: 0 0 0 17px;
  color: #7db900;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .btn-logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 10px 15px 18px;
}
@media (max-width: 1199px) {
  .layout-top-nav .main-header .navbar .navbar-custom-menu .btn-logout {
    margin: 6px 15px;
  }
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .btn-logout a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  font-family: 'myriadpro';
  color: #000;
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .btn-logout a:hover {
  color: red;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .btn-logout a:focus {
  outline: none;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .btn-logout a span {
  display: inline-block;
  margin: 2px 0 0;
  letter-spacing: -0.32px;
}
.layout-top-nav .main-header .navbar .navbar-custom-menu .btn-logout a i {
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 0 10px;
}
.layout-top-nav .main-header .navbar .collapse > .navbar-nav > li > a,
.layout-top-nav .main-header .navbar .search-box-internal,
.layout-top-nav .main-header .navbar .conversation-box-external,
.layout-top-nav .main-header .navbar .user-menu > a {
  height: 70px;
}
.layout-top-nav .main-header .navbar .navbar-header .navbar-brand,
.layout-top-nav .main-header .navbar .btn-add-box,
.layout-top-nav .main-header .navbar .btn-logout {
  height: 40px;
}
@media (max-width: 991px) {
  .layout-top-nav .main-header .navbar .float-box {
    float: none !important;
  }
}
.layout-top-nav .main-header .settings {
  float: left;
  height: 100%;
  padding: 25px 10px;
  border-right: 1px solid #7db900;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.layout-top-nav .main-header .settings i {
  color: #222;
  font-size: 16px;
}
.layout-top-nav .main-header .settings:hover {
  background-color: #93da00;
}
@media (max-width: 1750px) {
  .layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu > a i {
    margin-left: 5px;
  }
  .layout-top-nav .main-header .navbar .navbar-custom-menu .user-menu > a span {
    font-size: 14px;
    max-width: 70px;
    margin-left: 5px;
  }
}
@media (max-width: 1700px) {
  .layout-top-nav .main-header .navbar .navbar-custom-menu .btn-logout span {
    display: none !important;
  }
  .layout-top-nav .main-header .navbar .navbar-custom-menu .btn-logout i {
    color: #222;
    margin-left: 0px !important;
  }
}
@media (max-width: 1620px) {
  .layout-top-nav .main-header .navbar .collapse > .navbar-nav a {
    padding: 0 15px !important;
  }
  .layout-top-nav .main-header .navbar .collapse > .navbar-nav a i {
    margin-right: 10px !important;
  }
}
@media (max-width: 1440px) {
  .layout-top-nav .main-header .navbar .collapse > .navbar-nav a {
    padding: 0 10px !important;
  }
  .layout-top-nav .main-header .navbar .collapse > .navbar-nav a i {
    margin-right: 10px !important;
  }
}
@media (max-width: 1390px) {
  .layout-top-nav .main-header .navbar .collapse > .navbar-nav a {
    padding: 0 10px !important;
  }
  .layout-top-nav .main-header .navbar .collapse > .navbar-nav a i {
    display: none;
  }
}
@media (max-width: 1270px) {
  .layout-top-nav .navbar-static-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .layout-top-nav .navbar-custom-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .layout-top-nav .navbar-custom-menu > * {
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-header .collapse.navbar-collapse {
    text-align: center;
  }
  .main-header .collapse.navbar-collapse .navbar-nav {
    display: inline-block;
    float: none;
  }
  .main-header .collapse.navbar-collapse .navbar-nav li {
    width: auto !important;
  }
  .main-header .collapse.navbar-collapse .navbar-nav li a {
    padding: 0 20px !important;
  }
}
@media (max-width: 767px) {
  .layout-top-nav .navbar-header {
    width: 100% !important;
  }
}
.layout-top-nav footer.main-footer {
  padding: 17px 33px;
  border: none;
  background-color: #2a323f;
}
.layout-top-nav footer.main-footer p {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  font-family: 'roboto';
  letter-spacing: -0.32px;
  color: #677790;
  margin: 0;
}
@media (max-width: 991px) {
  .layout-top-nav footer.main-footer p.footer-text-1 {
    margin: 0 0 5px;
  }
}
.layout-top-nav footer.main-footer p.footer-text-1 span:first-child {
  margin: 0 7px 0 0;
}
.layout-top-nav footer.main-footer p.footer-text-2 {
  text-align: right;
}
.layout-top-nav footer.main-footer p.footer-text-2 span:first-child {
  margin: 0 3px 0 0;
}
@media (max-width: 991px) {
  .layout-top-nav footer.main-footer p.footer-text-1,
  .layout-top-nav footer.main-footer p.footer-text-2 {
    text-align: center;
  }
}
.layout-top-nav footer.main-footer p a {
  color: #677790;
}
.layout-top-nav footer.main-footer p a:hover {
  color: #ffffff;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 5, 2019 */
@font-face {
  font-family: 'roboto';
  src: url('/fonts/roboto/roboto-bold-webfont.eot');
  src: url('/fonts/roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/roboto-bold-webfont.woff2') format('woff2'), url('/fonts/roboto/roboto-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('/fonts/roboto/roboto-regular-webfont.eot');
  src: url('/fonts/roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/roboto-regular-webfont.woff2') format('woff2'), url('/fonts/roboto/roboto-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('/fonts/roboto/roboto-thin-webfont.eot');
  src: url('/fonts/roboto/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/roboto-thin-webfont.woff2') format('woff2'), url('/fonts/roboto/roboto-thin-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
/* ------------------------------------------------------------------------------- */
@font-face {
  font-family: 'myriadpro';
  src: url('/fonts/myriadpro/myriadpro-bold.eot');
  src: url('/fonts/myriadpro/myriadpro-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/myriadpro/myriadpro-bold.woff2') format('woff2'), url('/fonts/myriadpro/myriadpro-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'myriadpro';
  src: url('/fonts/myriadpro/myriadpro-regular.eot');
  src: url('/fonts/myriadpro/myriadpro-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/myriadpro/myriadpro-regular.woff2') format('woff2'), url('/fonts/myriadpro/myriadpro-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
.icheckbox_flat-blue {
  background: url(/themes/adminlte/vendor/iCheck/skins/flat/custom.png) no-repeat;
}
.icheckbox_square-blue,
.iradio_square-blue {
  background-image: url(/themes/adminlte/vendor/admin-lte/plugins/iCheck/square/green.png?v=2) !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .icheckbox_square-blue,
  .iradio_square-blue {
    background-image: url(/themes/adminlte/vendor/admin-lte/plugins/iCheck/square/green2.png?v=2) !important;
  }
}
.btn-primary {
  background-color: #78b200;
  font-weight: 600;
  border-color: #89cb00;
}
.ui-tooltip {
  display: none !important;
}
.layout-top-nav {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'roboto';
  color: #2a323f;
}
.layout-top-nav input:focus {
  outline: none;
}
.layout-top-nav a {
  color: #2a323f;
}
.layout-top-nav .content-wrapper {
  padding: 13px 16px 15px 16px;
  border: none;
  background-color: #eaedf1;
}
.layout-top-nav .content-wrapper .content-header {
  background-color: #eaedf1;
}
@media (max-width: 767px) {
  .layout-top-nav .content-wrapper .content {
    padding-left: 0;
    padding-right: 0;
  }
}
.layout-top-nav .content-wrapper .content .box {
  margin: 0 0 17px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.layout-top-nav .content-wrapper .content .box .box-header {
  padding: 0;
}
.layout-top-nav .content-wrapper .content .box .box-header .box-title {
  margin-top: 0px !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  font-family: 'myriadpro';
  letter-spacing: -0.32px;
  padding: 14px 50px 11px 19px;
  color: #3c3d3f;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.layout-top-nav .content-wrapper .content .box .box-header .box-title a {
  margin: 0px !important;
  padding-right: 10px;
  padding-left: 10px;
  position: absolute;
  right: 20px;
  top: 1px;
  border-radius: 0px !important;
}
.layout-top-nav .content-wrapper .content .box .box-header .box-title a i {
  font-size: 18px;
  margin-right: 5px;
}
.layout-top-nav .content-wrapper .content .box .box-header .box-title.user {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.layout-top-nav .content-wrapper .content .box .box-header .box-title.user span {
  margin-right: 15px;
}
.layout-top-nav .content-wrapper .content .box .box-header .box-tools {
  right: 15px;
  top: 8px;
  z-index: 11;
}
.layout-top-nav .content-wrapper .content .box .box-body {
  padding: 20px 20px 14px;
}
.layout-top-nav .content-wrapper .content .box .box-body .work-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-top-nav .content-wrapper .content .box .box-body .work-info-box .info-box-icon {
  width: 90px;
}
.layout-top-nav .content-wrapper .content .box .box-body .work-info-box .info-box-text {
  width: calc(100% - 90px);
}
.layout-top-nav .content-wrapper .content .box .box-body .table:not(.dataTable) thead tr:first-child th {
  border-top: none;
}
.layout-top-nav .content-wrapper .content .box .box-body .table:not(.dataTable) thead tr th {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  font-family: 'roboto';
  color: #3e3e3e;
}
.layout-top-nav .content-wrapper .content .box .box-body .table:not(.dataTable) thead tr th .th-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout-top-nav .content-wrapper .content .box .box-body .table:not(.dataTable) thead tr th .th-flex:before {
  opacity: 0.2;
  font-size: 15px;
  width: auto;
  margin-right: 0;
}
.layout-top-nav .content-wrapper .content .box .box-body .table:not(.dataTable) tbody tr td {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'roboto';
  color: #2a323f;
}
.layout-top-nav .content-wrapper .content .box .box-body .table:not(.dataTable) th,
.layout-top-nav .content-wrapper .content .box .box-body .table:not(.dataTable) td {
  border: 1px solid #e7e7e7;
  border-left: none;
  border-bottom: none;
  padding: 11px 20px;
}
.layout-top-nav .content-wrapper .content .box .box-body .table:not(.dataTable) th:last-child,
.layout-top-nav .content-wrapper .content .box .box-body .table:not(.dataTable) td:last-child {
  border-right: none;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f8f8f8;
  margin-bottom: 0;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom.tasks-tabs .nav-tabs li {
  min-width: initial;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom.tasks-tabs .nav-tabs li a {
  padding: 8px 40px 10px;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .nav-tabs {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  font-family: 'myriadpro';
  border-bottom: 2px solid #e9e9e9;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .nav-tabs li {
  min-width: 194px;
  margin: 0;
  border-top: 4px solid transparent;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .nav-tabs li.active {
  border-top: 4px solid #89cb00;
  margin: 0 0 -2px;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .nav-tabs li.active a {
  border: 2px solid transparent;
  border-left-color: #e9e9e9;
  border-right-color: #e9e9e9;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .nav-tabs li:first-child.active a {
  border-left-color: transparent;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .nav-tabs li a {
  padding: 11px 20px 12px;
  color: #3c3d3f;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content {
  padding: 20px;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .tab-pane ul.task-gropus {
  margin-bottom: -3px;
}
@media (max-width: 767px) {
  .layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .tab-pane ul.task-gropus ul,
  .layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .tab-pane ul.task-gropus .tasks {
    padding-left: 15px;
  }
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .tab-pane ul.task-gropus li {
  background-color: transparent;
  margin: 0;
  padding: 3px 0;
  border: none;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .tab-pane ul.task-gropus li h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  font-family: 'myriadpro';
  letter-spacing: -0.28px;
  padding: 14px 19px 11px 19px;
  color: #151515;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .tab-pane ul.task-gropus .tasks {
  width: 100%;
  padding-left: 40px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'myriadpro';
  color: #151515;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .tab-pane ul.task-gropus .tasks table {
  width: 100%;
  border-spacing: 0px 5px;
  border-collapse: separate;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .tab-pane ul.task-gropus .tasks table td {
  padding: 3px 6px;
  border: 1px solid #e9e9e9;
  border-left: none;
  border-right: none;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .tab-pane ul.task-gropus .tasks table td:first-of-type {
  border-left: 1px solid #e9e9e9;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .tab-pane ul.task-gropus .tasks table td:last-of-type {
  border-right: 1px solid #e9e9e9;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .tab-pane ul.task-gropus .tasks li,
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .tab-pane ul.task-gropus .tasks tr {
  border: 1px solid #e9e9e9;
  padding: 3px 6px;
  margin: 3px 0 6px;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .tab-pane ul.task-gropus .tasks li:last-child,
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .tab-pane ul.task-gropus .tasks tr:last-child {
  margin: 3px 0 12px;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .timeline-inverse {
  margin-top: 15px;
  margin-bottom: 0;
  margin-right: 0;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .timeline-inverse::before {
  width: 2px;
  background: #e8e8e8;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .timeline-inverse li {
  margin-bottom: 11px;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .timeline-inverse li .timeline-item {
  margin-left: 72px;
  margin-right: 0;
  border-radius: 2px;
  border: none;
  background-color: #f0f2f6;
}
@media (max-width: 767px) {
  .layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .timeline-inverse li .timeline-item .time {
    float: none;
  }
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .timeline-inverse li .timeline-item .time > div {
  display: inline-block;
  margin: 0 6px;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .timeline-inverse li .timeline-item .time > div img {
  width: 20px;
  margin: 0 2px 0 0;
  border-radius: 50%;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .timeline-inverse li .timeline-item .timeline-header {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  font-family: 'roboto';
  border-bottom: none;
  padding: 12px 15px;
  color: #3e3e3e;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .timeline-inverse li .timeline-item .timeline-header .klient-box {
  margin: 0 0 0 25px;
}
@media (max-width: 1199px) {
  .layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .timeline-inverse li .timeline-item .timeline-header .klient-box {
    margin: 0;
    display: block;
  }
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .timeline-inverse li .timeline-item .timeline-header .klient-box span {
  font-weight: 400;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .timeline-inverse li .timeline-item .timeline-body {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'roboto';
  padding: 4px 15px 12px 15px;
  color: #3e3e3e;
}
.layout-top-nav .content-wrapper .content .nav-tabs-custom .tab-content .timeline-inverse li .timeline-item .timeline-body a {
  text-decoration: underline;
  color: #00769d;
}
.layout-top-nav .table-responsive {
  overflow: visible !important;
}
.layout-top-nav .dataTables_wrapper {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'roboto';
}
.layout-top-nav .dataTables_wrapper thead tr:last-child th {
  border-bottom: none;
}
.layout-top-nav .dataTables_wrapper thead tr th {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  font-family: 'roboto';
  padding: 11px 20px !important;
  color: #3e3e3e;
}
.layout-top-nav .dataTables_wrapper thead tr th::after {
  display: none;
}
.layout-top-nav .dataTables_wrapper thead tr th .th-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout-top-nav .dataTables_wrapper thead tr th .th-flex:before {
  opacity: 0.2;
  font-size: 15px;
  width: auto;
  margin-right: 0;
}
.layout-top-nav .dataTables_wrapper tbody tr td {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'roboto';
  padding: 11px 20px;
  color: #2a323f;
}
.layout-top-nav .dataTables_wrapper tbody tr td .link-with-icon {
  position: relative;
  display: block;
  padding: 0 0 0 25px;
}
.layout-top-nav .dataTables_wrapper tbody tr td .link-with-icon .label {
  position: absolute;
  top: 2px;
  left: 0;
}
.layout-top-nav .dataTables_wrapper .dataTables_filter label .input-sm {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.layout-top-nav .dataTables_wrapper .dataTables_length select.input-sm {
  border-radius: 2px;
  border: 1px solid #e0e0e0;
}
.layout-top-nav .pagination {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'myriadpro';
  color: #000000;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
}
.layout-top-nav .pagination [id=DataTables_Table_0_previous] {
  z-index: 2 !important;
  position: relative;
}
.layout-top-nav .pagination [rel=prev],
.layout-top-nav .pagination li:first-of-type span {
  font-size: 0px;
  color: white;
  z-index: 2;
  border-right: 1px solid #f4f4f4;
}
.layout-top-nav .pagination [rel=prev]:after,
.layout-top-nav .pagination li:first-of-type span:after {
  font-size: 14px;
  color: #222;
  content: 'Poprzednia';
  letter-spacing: 0px !important;
}
.layout-top-nav .pagination [rel=prev]:hover:after,
.layout-top-nav .pagination li:first-of-type span:hover:after {
  color: white;
}
.layout-top-nav .pagination [rel=next],
.layout-top-nav .pagination li:last-of-type span {
  font-size: 0px;
  color: white;
  border-left: 1px solid #f4f4f4;
}
.layout-top-nav .pagination [rel=next]:after,
.layout-top-nav .pagination li:last-of-type span:after {
  font-size: 14px;
  color: #222;
  content: 'Nast\119pna';
}
.layout-top-nav .pagination [rel=next]:hover:after,
.layout-top-nav .pagination li:last-of-type span:hover:after {
  color: white;
}
.layout-top-nav .pagination .disabled {
  color: #222 !important;
}
.layout-top-nav .pagination .disabled span {
  border: none !important;
  font-size: 17px;
  line-height: 16px;
  letter-spacing: 2px;
  position: relative;
  top: 2px;
  padding-top: 8px;
  padding-bottom: 3px;
}
.layout-top-nav .pagination .disabled span:after {
  letter-spacing: 0px !important;
}
.layout-top-nav .pagination .disabled:hover span:after {
  color: #222 !important;
}
.layout-top-nav .pagination li.active a,
.layout-top-nav .pagination li.active span {
  color: #000000;
  background-color: #efeeee;
  border-color: #efeeee;
}
.layout-top-nav .pagination li.active span {
  padding-top: 7px;
  padding-bottom: 5px;
}
.layout-top-nav .pagination li.previous a {
  border-right: 1px solid #f4f4f4;
}
.layout-top-nav .pagination li.next a {
  border-left: 1px solid #f4f4f4;
}
.layout-top-nav .pagination li a {
  border: none;
  padding: 8px 12px 5px 12px;
  color: #000000;
}
.layout-top-nav .pagination li a:not([href=#]) {
  background-color: #93DA00;
}
.layout-top-nav .pagination li a:hover {
  color: black;
}
.layout-top-nav .pagination li a:hover:not([href=#]) {
  background-color: #93DA00;
}
.layout-top-nav .table-hover > tbody > tr:hover {
  background-color: #f0f2f6;
}
.layout-top-nav .table th,
.layout-top-nav .table td {
  width: auto !important;
}
.layout-top-nav .table td .team-person-images {
  position: relative;
  margin-bottom: -15px;
  top: -2px;
}
.layout-top-nav .table td.col-actions {
  padding: 5px !important;
}
.layout-top-nav .task-main-info .btn-add-project {
  margin-right: 0px !important;
  margin-bottom: 10px;
  position: relative;
  top: -10px;
}
.layout-top-nav .task-main-info .btn-back {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left !important;
  margin-bottom: 10px;
}
.layout-top-nav .task-main-info p,
.layout-top-nav .task-main-info > span {
  margin: 10px 0 0;
}
.layout-top-nav .task-main-info p .page-name,
.layout-top-nav .task-main-info > span .page-name {
  font-size: 19px;
  font-weight: 700;
  line-height: 29px;
  font-family: 'myriadpro';
  color: #010101;
  padding: 0 15px 0 0;
  margin: 0 12px 0 0;
  position: relative;
}
.layout-top-nav .task-main-info p .page-name.separator::after,
.layout-top-nav .task-main-info > span .page-name.separator::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #c4c8cf;
}
.layout-top-nav .task-main-info p .customer-name,
.layout-top-nav .task-main-info > span .customer-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'myriadpro';
  letter-spacing: -0.32px;
  color: #000000;
}
.layout-top-nav .task-main-info p .customer-name span,
.layout-top-nav .task-main-info > span .customer-name span {
  text-decoration: underline;
}
.layout-top-nav .task-main-info p .page-name,
.layout-top-nav .task-main-info > span .page-name,
.layout-top-nav .task-main-info p .customer-name,
.layout-top-nav .task-main-info > span .customer-name {
  display: inline-block;
  vertical-align: middle;
}
.layout-top-nav .table.less-space {
  border-left: 0px !important;
  border-right: 0px !important;
}
.layout-top-nav .table.less-space th,
.layout-top-nav .table.less-space td {
  padding: 10px !important;
  padding-left: 0px !important;
  padding-right: 10px !important;
  border-right: 0px !important;
  border-left: 0px !important;
}
.layout-top-nav .data-table-ajax .sorting {
  cursor: pointer;
  position: relative;
  padding-right: 25px !important;
}
.layout-top-nav .data-table-ajax .sorting i {
  position: absolute;
  right: 10px;
  font-size: 14px;
}
.layout-top-nav .data-table-ajax .sorting:not(.active-sorting) i {
  color: #ddd;
}
.layout-top-nav .data-table-ajax .sorting.active-sorting i {
  color: #555 !important;
}
.layout-top-nav .filtrations-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-top-nav .filtrations-section span.title {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'myriadpro';
  letter-spacing: -0.36px;
  color: #3c3d3f;
  vertical-align: middle;
  margin: 5px;
  display: inline-block;
}
.layout-top-nav .filtrations-section .removal {
  font-family: 'fontello';
  content: '\E815';
  font-size: 15px;
  position: absolute;
  left: unset;
  top: 11px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 8px;
  opacity: 0.2;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.layout-top-nav .filtrations-section .removal:hover {
  opacity: 0.4;
}
.layout-top-nav .filtrations-section .bootstrap-select .removal {
  right: 30px;
  top: 2px;
  z-index: 444444;
  background: white;
  width: 30px;
  height: 30px;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #aaa !important;
}
.layout-top-nav .filtrations-section .bootstrap-select .removal:hover {
  color: #555 !important;
}
.layout-top-nav .filtrations-section .phrase {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'roboto';
  letter-spacing: -0.28px;
  color: #3c3d3f;
  border: none;
  padding: 4px 10px;
  font-size: 14px;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  position: relative;
  top: 2px;
  min-width: 300px;
}
.layout-top-nav .filtrations-section .filtration-box {
  position: relative;
}
.layout-top-nav .filtrations-section .filtration-box.search .removal {
  top: 10px !important;
}
.layout-top-nav .filtrations-section .filtrations-boxes {
  display: inline-block;
  vertical-align: middle;
}
.layout-top-nav .filtrations-section .filtrations-boxes .filtration-box {
  display: inline-block;
  margin: 5px;
}
.layout-top-nav .filtrations-section .filtrations-boxes .filtration-box input {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'roboto';
  letter-spacing: -0.28px;
  color: #3c3d3f;
  border: none;
  padding: 4px 10px;
  font-size: 14px;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  position: relative;
  top: 2px;
  min-width: 180px;
}
.layout-top-nav .filtrations-section .filtrations-boxes .filtration-box button {
  border-radius: 2px;
  background-color: white !important;
  border: 1px solid #c4c4c4;
}
.layout-top-nav .filtrations-section .filtrations-boxes .filtration-box button .bs-caret {
  border: none;
  position: absolute;
  top: 0;
  right: 0px;
  width: 30px;
  height: 100%;
  color: #ffffff;
  background-color: #c4c4c4 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout-top-nav .filtrations-section .filtrations-boxes .filtration-box button .bs-caret .caret {
  right: 11px !important;
}
.layout-top-nav .progress {
  font-weight: 400;
  margin: 0 !important;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background-color: #efeeee;
  min-width: 160px;
  display: inline-block;
  vertical-align: middle;
}
.layout-top-nav .progress .progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.layout-top-nav .progress .progress-bar span {
  position: absolute;
  left: 5px;
  color: #3c3d3f;
}
.layout-top-nav .progress .progress-bar.progress-bar-info {
  border: 1px solid #30d1bb;
  background-color: #30d1bb;
}
.layout-top-nav .progress .progress-bar.progress-bar-danger {
  border: 1px solid #FC0000;
  background-color: #FC0000;
}
.layout-top-nav .progress .progress-bar.progress-bar-danger span {
  color: white !important;
}
.layout-top-nav .progress .progress-bar.text-white span {
  color: white !important;
}
.layout-top-nav .progress-large {
  overflow: visible;
  height: 15px;
  font-weight: 400;
  margin: 0 !important;
  margin-top: 2px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 218px;
}
@media (max-width: 1420px) {
  .layout-top-nav .progress-large {
    min-width: 100px;
  }
}
.layout-top-nav .progress-large .back-bar {
  height: 25px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  width: 100%;
  background-color: white;
}
.layout-top-nav .progress-large .back-bar .inside-bar {
  height: 100%;
  border-radius: 2px;
}
.layout-top-nav .progress-large .back-bar .inside-bar.red {
  border: 1px solid #ef6165;
  background-color: #ef6165;
}
.layout-top-nav .progress-large .back-bar .inside-bar.yellow {
  border: 1px solid #f3a000;
  background-color: #f3a000;
}
.layout-top-nav .progress-large .back-bar .inside-bar.blue {
  border: 1px solid #00bff3;
  background-color: #00bff3;
}
.layout-top-nav .progress-large .back-bar .inside-bar.ok {
  border: 1px solid #45bf73;
  background-color: #45bf73;
}
.layout-top-nav .progress-large .text {
  padding-left: 5px;
  text-align: right;
}
.layout-top-nav .raporty-pg-box {
  background: #f8f8f8;
  border: 1px solid #c4c4c4;
  height: 27px;
  border-radius: 2px;
  position: relative;
  top: -1px;
}
.layout-top-nav .raporty-pg-box .prev-element,
.layout-top-nav .raporty-pg-box .element,
.layout-top-nav .raporty-pg-box .next-element {
  display: inline-block;
  vertical-align: middle;
}
.layout-top-nav .raporty-pg-box .prev-element,
.layout-top-nav .raporty-pg-box .next-element {
  width: 27px;
  height: 100%;
  background-color: #c4c4c4;
  color: #ffffff;
  border: none;
  padding: 3px 3px 0;
  font-size: 15px;
  line-height: 15px;
}
.layout-top-nav .raporty-pg-box .prev-element::before,
.layout-top-nav .raporty-pg-box .next-element::before {
  width: auto;
  margin: 0;
}
.layout-top-nav .raporty-pg-box .prev-element.disabled,
.layout-top-nav .raporty-pg-box .next-element.disabled {
  cursor: default;
  background: #ddd;
}
.layout-top-nav .raporty-pg-box .prev-element::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.layout-top-nav .raporty-pg-box .next-element::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.layout-top-nav .raporty-pg-box .element {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'myriadpro';
  padding: 3px 25px 0;
  letter-spacing: -0.28px;
  color: #3c3d3f;
}
.layout-top-nav i::before {
  width: auto;
  margin: 0;
}
.layout-top-nav img {
  max-width: 100% !important;
}
.layout-top-nav .dial-box {
  width: 150px;
  margin: 0 auto;
  position: relative;
  pointer-events: none !important;
}
.layout-top-nav .dial-box .donut-values {
  position: absolute;
  top: 57px;
  text-align: center;
  max-width: 100px;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-weight: 600;
  font-size: 14px;
  color: #888;
}
.layout-top-nav .dial-box .donut-values b {
  font-size: 28px;
  color: #222;
}
.layout-top-nav .dial-box input {
  color: #3c3d3f !important;
}
.layout-top-nav .dial-box input:focus {
  outline: none;
}
.layout-top-nav .dial-box p {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'myriadpro';
  letter-spacing: -0.28px;
  text-align: center;
  margin: 4px 0 0;
  color: #aeaeaf;
}
.layout-top-nav .dial-box.one-line .donut-values {
  margin-top: 10px;
}
.layout-top-nav .polar-area-box {
  height: 400px;
  width: 100%;
  position: relative;
}
.layout-top-nav .polar-area-box iframe {
  position: absolute;
}
.layout-top-nav .reports-boxes {
  padding: 20px 0 15px;
  padding-left: 20px;
}
.layout-top-nav .reports-boxes .reports-titles p {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  font-family: 'myriadpro';
  letter-spacing: -0.38px;
  color: #3c3d3f;
  margin: 0;
}
.layout-top-nav .reports-boxes .reports-titles p::before {
  color: #ffffff;
  padding: 4px;
  width: auto;
  min-width: 20px;
  font-size: 12px;
  margin: 0 10px 0 0;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.layout-top-nav .reports-boxes .reports-titles p:nth-child(1)::before {
  background-color: #04c1ff;
}
.layout-top-nav .reports-boxes .reports-titles p:nth-child(2)::before {
  background-color: #ffc704;
}
.layout-top-nav .reports-boxes .reports-titles p:nth-child(3)::before {
  background-color: #ff9000;
}
.layout-top-nav .reports-boxes .reports-titles p:nth-child(4)::before {
  background-color: #d84d40;
}
.layout-top-nav .reports-boxes .reports-titles p:nth-child(5)::before {
  background-color: #ff0000;
}
.layout-top-nav .reports-boxes .reports-titles p span {
  font-weight: 700;
  letter-spacing: -0.38px;
}
.layout-top-nav button:focus,
.layout-top-nav a.btn:focus {
  outline: none;
}
.layout-top-nav button:active,
.layout-top-nav a.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.layout-top-nav button:active:focus,
.layout-top-nav a.btn:active:focus {
  outline: none;
}
.layout-top-nav .btn-cancel {
  padding: 8px 16px 7px 16px;
  color: #3c3d3f;
  background-color: #e7e7e7;
  border: 1px solid #e7e7e7;
}
.layout-top-nav .btn-cancel:hover {
  border: 1px solid #3c3d3f;
  background-color: #ffffff;
}
.layout-top-nav .btn-cancel span {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  font-family: 'myriadpro';
  letter-spacing: -0.32px;
}
.layout-top-nav .btn-light {
  border: none !important;
  color: white !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  /* Text style for "Dodaj urlo" */
  padding: 5px 12px;
  border-radius: 2px;
  background-color: #8bbfe3;
}
.layout-top-nav .grey-with-shadow {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px 15px;
  padding-top: 6px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  /* Text style for "Realizowan" */
  letter-spacing: -0.32px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  background-color: #f7f7f7;
}
.layout-top-nav .grey-with-shadow i {
  font-size: 16px;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 1px;
}
.layout-top-nav .btn-link {
  color: #8bbfe3;
  font-weight: 600;
  text-decoration: underline;
}
.layout-top-nav .btn-add-client {
  padding: 6px 14px 3px 14px;
  color: #3c3d3f;
  background-color: #e7e7e7;
  border: 1px solid #e7e7e7;
}
.layout-top-nav .btn-add-client:hover {
  border: 1px solid #3c3d3f;
  background-color: #ffffff;
}
.layout-top-nav .btn-add-client span {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  font-family: 'myriadpro';
  letter-spacing: -0.32px;
}
.layout-top-nav .btn-add-client i {
  font-size: 10px;
  line-height: 10px;
  margin: 0 0 3px 5px;
}
.layout-top-nav .btn-add-client span,
.layout-top-nav .btn-add-client i {
  display: inline-block;
  vertical-align: middle;
}
.layout-top-nav .btn-save-changes {
  padding: 8px 16px 7px 16px;
  color: #ffffff;
  background-color: #89cb00;
  border: 1px solid #89cb00;
}
.layout-top-nav .btn-save-changes:hover {
  color: #89cb00;
  background-color: #ffffff;
}
.layout-top-nav .btn-save-changes span {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  font-family: 'myriadpro';
  letter-spacing: -0.32px;
}
.layout-top-nav .btn-success {
  background-color: #89cb00;
  border-color: #89cb00;
}
.layout-top-nav .btn-success.large {
  background-color: #89cb00;
  border-color: #89cb00;
  color: #fff;
  padding: 8px 20px;
  font-weight: 600;
}
.layout-top-nav .btn-variant-2 {
  padding: 7px 20px 7px 20px;
  background-color: #c4c6c3;
  color: white;
  border-radius: 3px;
  font-weight: 600;
}
.layout-top-nav .btn-add {
  padding: 9px 16px 6px 16px;
}
.layout-top-nav .btn-add.btn-add-project,
.layout-top-nav .btn-add.btn-add-task,
.layout-top-nav .btn-add.btn-a {
  color: #ffffff;
  background-color: #7bb600;
  border: 1px solid #7bb600;
  margin: 0 35px 0 0;
  cursor: pointer;
}
.layout-top-nav .btn-add.btn-add-project .icon,
.layout-top-nav .btn-add.btn-add-task .icon,
.layout-top-nav .btn-add.btn-a .icon {
  font-size: 25px;
  padding-left: 25px;
  position: relative;
  top: -1px;
}
.layout-top-nav .btn-add.btn-add-project:hover,
.layout-top-nav .btn-add.btn-add-task:hover,
.layout-top-nav .btn-add.btn-a:hover {
  color: #89cb00;
  background-color: #ffffff;
}
.layout-top-nav .btn-add span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: 'myriadpro';
  letter-spacing: -0.32px;
}
.layout-top-nav .btn-add i {
  font-size: 10px;
  line-height: 10px;
  margin: 0 0 3px 5px;
}
.layout-top-nav .btn-add span,
.layout-top-nav .btn-add i {
  display: inline-block;
  vertical-align: middle;
}
.layout-top-nav .btn-show {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  font-family: 'roboto';
  padding: 3px 13px 4px 13px;
  border-radius: 2px;
  border: 1px solid transparent;
  color: #ffffff;
  background-color: #7bb600;
}
.layout-top-nav .btn-show:hover {
  border: 1px solid #89cb00;
  color: #89cb00;
  background-color: #ffffff;
}
.layout-top-nav .btn-icon-add {
  background: #ebebeb;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  line-height: 10px;
  margin: 0 3px;
}
.layout-top-nav .btn-icon-add::before {
  width: auto;
  margin: 0;
  color: #8a8a8a;
}
.layout-top-nav .btn-icon-add:hover {
  background-color: #8a8a8a;
}
.layout-top-nav .btn-icon-add:hover::before {
  color: #ebebeb;
}
.layout-top-nav .btn-trash {
  background-color: #f1f1f1;
  padding: 4px 6px;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
}
.layout-top-nav .btn-trash::before {
  font-size: 11px;
  line-height: 11px;
  width: auto;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-top-nav .btn-back {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  background-color: transparent;
  padding: 0;
}
.layout-top-nav .btn-to-right {
  text-align: right;
}
.layout-top-nav .box-btn {
  padding: 10px 20px;
  border: 1px solid #e9e7e7;
}
.layout-top-nav .actions-box {
  text-align: center;
}
.layout-top-nav .actions-box .action-box {
  display: inline-block;
  margin: 3px 2px;
}
@media (min-width: 1200px) {
  .layout-top-nav .actions-box .action-box.nowrap {
    white-space: nowrap;
  }
  .layout-top-nav .actions-box .action-box.nowrap > * {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.layout-top-nav .actions-box .action-box > * {
  border-radius: 5px;
  padding: 1px;
  border: 2px solid #e8e8e8;
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 25px;
}
.layout-top-nav .actions-box .action-box > *:hover {
  background-color: #3c3d3f;
}
.layout-top-nav .actions-box .action-box > *:hover::before {
  color: #e8e8e8;
}
.layout-top-nav .actions-box .action-box > *::before {
  width: auto;
  min-width: 20px;
  margin: 0;
  font-size: 11px;
  line-height: 11px;
}
.layout-top-nav .actions-box .action-box > *.icon-attach::before {
  font-size: 8px;
  line-height: 8px;
  -webkit-transform: rotate(45deg) scaleY(-1);
  transform: rotate(45deg) scaleY(-1);
}
.layout-top-nav .layout-horizontal-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.layout-top-nav .layout-horizontal-vertical .pull-right {
  float: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-left: auto;
}
.layout-top-nav .layout-horizontal-between-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-top-nav .tasks .layout-horizontal-between-vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 2px;
}
.layout-top-nav .tasks .layout-horizontal-between-vertical span.label {
  margin-right: 7px;
}
.layout-top-nav .tasks .layout-horizontal-between-vertical > div {
  width: auto !important;
}
.layout-top-nav .tasks .task-info-boxes {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 12px;
}
.layout-top-nav .box-internal {
  margin: 0 0 17px;
}
.layout-top-nav .label-box {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'myriadpro';
  letter-spacing: -0.28px;
  color: #151515;
  display: inline-block;
  margin: 0 6px 0 0;
}
.layout-top-nav .team-person-images {
  text-align: center;
}
.layout-top-nav .team-person-images .team-person-image {
  width: 23px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 2px 0;
}
.layout-top-nav .team-person-images.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.layout-top-nav .team-person-images.inline .team-person-image {
  margin-left: 5px;
}
.layout-top-nav .modal {
  padding-left: 15px;
  padding-right: 15px;
}
.layout-top-nav .modal .modal-dialog {
  max-width: 100%;
}
.layout-top-nav .modal.wide {
  width: 100%;
}
.layout-top-nav .modal.wide > * {
  width: 95%;
}
.layout-top-nav .modal.wide > * > * {
  width: 100%;
}
.layout-top-nav .bg-light-blue,
.layout-top-nav .label-primary,
.layout-top-nav .modal-primary .modal-body {
  background-color: #04c1ff !important;
}
.layout-top-nav .label-default {
  background-color: #d1d4dd;
}
.layout-top-nav .bg-green,
.layout-top-nav .callout.callout-success,
.layout-top-nav .alert-success,
.layout-top-nav .label-success,
.layout-top-nav .modal-success .modal-body {
  background-color: #89cb00 !important;
}
.layout-top-nav .bg-yellow,
.layout-top-nav .callout.callout-warning,
.layout-top-nav .alert-warning,
.layout-top-nav .label-warning,
.layout-top-nav .modal-warning .modal-body {
  background-color: #ffc704 !important;
  color: #444444 !important;
}
.layout-top-nav .label-paused {
  background-color: #555 !important;
  color: #fff !important;
}
.layout-top-nav .no-margin {
  margin: 0 !important;
}
.task-info-boxes {
  margin: 0 -3px;
}
.task-info-boxes .task-info-box {
  padding: 3px;
}
.task-info-boxes .task-info-box i {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.task-info-boxes .task-info-box.actions > * {
  display: inline-block;
}
.task-info-box.with-progress {
  white-space: nowrap;
}
.task-info-box.with-progress i {
  position: relative;
  top: 1px;
}
label {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  font-family: 'myriadpro';
  color: #000000;
  letter-spacing: -0.28px;
}
.bootstrap-select .dropdown-menu > .active > a,
.bootstrap-select .dropdown-menu > .active > a:focus,
.bootstrap-select .dropdown-menu > .active > a:hover {
  background-color: #89cb00;
}
.form-group .bootstrap-select.form-control.open .dropdown-toggle,
.form-group .bootstrap-select.form-control.open .dropdown-toggle:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #eeeeee;
}
.form-group .bootstrap-select.form-control.open > .dropdown-toggle.btn-default:hover {
  background-color: #eeeeee;
  border: 1px solid #e7e7e7;
}
.form-group .bootstrap-select.form-control button {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'myriadpro';
  letter-spacing: -0.28px;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-group .bootstrap-select.form-control .dropdown-menu {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'myriadpro';
  letter-spacing: -0.28px;
}
.form-group .bootstrap-select.form-control .dropdown-menu > .active > a,
.form-group .bootstrap-select.form-control .dropdown-menu > .active > a:focus,
.form-group .bootstrap-select.form-control .dropdown-menu > .active > a:hover {
  background-color: #89cb00;
}
.form-group input.form-control {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'myriadpro';
  letter-spacing: -0.28px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}
.form-group .input-group.date input {
  border-left: none;
}
.form-group .input-group.date .input-group-addon {
  border-color: #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-right: 3px;
}
.ck-content {
  min-height: 200px;
}
.cke.cke_editor_description {
  padding: 0;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}
.cke.cke_editor_description .cke_top,
.cke.cke_editor_description .cke_bottom {
  background-color: #eeeeee;
}
.cke.cke_editor_description .cke_top {
  padding: 6px 6px 4px;
}
.cke.cke_editor_description .cke_bottom {
  display: none;
}
.cke.cke_editor_description .cke_contents {
  border: none;
  border-radius: 0;
}
.box-footer {
  margin: 26px 0 0;
  padding: 15px 0 0;
  padding-bottom: 15px;
}
.discussion-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f8f8f8;
  border: 1px solid #e9e9e9;
  padding: 10px 19px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .discussion-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.discussion-box .description-box .box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .discussion-box .description-box .box-1 {
    display: block;
  }
}
.discussion-box .description-box .box-1 .company-branch {
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  font-family: 'roboto';
  letter-spacing: -0.2px;
  color: #151515;
  padding: 0 11px;
  margin-right: 10px !important;
  border-radius: 3px;
  border: 2px solid #e1e1e1;
  white-space: nowrap;
  display: inline-block;
}
.discussion-box .description-box .box-1 h5 {
  padding: 4px 10px !important;
  padding-left: 0px !important;
}
@media (max-width: 767px) {
  .discussion-box .description-box .box-1 h5 {
    padding: 7px 0 0 !important;
  }
}
.discussion-box .description-box .box-2 .date-box {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'myriadpro';
  letter-spacing: -0.24px;
  color: #151515;
  padding: 7px 0 0;
}
.discussion-box .description-box .box-2 .date-box .person {
  margin: 0 6px;
}
.discussion-box .conversation-box-external {
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  .discussion-box .conversation-box-external {
    margin: 6px 0 0;
  }
}
.discussion-box .conversation-box-external .conversation-box-internal {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'myriadpro';
  letter-spacing: -0.28px;
  color: #151515;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discussion-box .conversation-box-external .conversation-box-internal .icon-conversation {
  color: #34d3bd;
  font-size: 15px;
  line-height: 15px;
}
.discussion-box .conversation-box-external .conversation-box-internal .comment {
  margin: 0 10px;
  white-space: nowrap;
}
.discussion-box .conversation-box-external .conversation-box-internal .counter {
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  font-family: 'roboto';
  letter-spacing: -0.2px;
  color: #151515;
  background-color: #ccff00;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team-images-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 0;
  position: relative;
}
.team-images-box .text-box {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  font-family: 'myriadpro';
  color: #3c3d3f;
  margin: 0 10px 0 0;
}
.team-images-box .image-box {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 3px 0;
}
.dial-box-border {
  border: 1px solid #f1f1f1;
  width: 250px;
  padding: 27px 0 28px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.dial-box-border .dial-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'myriadpro';
}
.line-chart-box {
  position: relative;
  width: 550px;
  height: 300px;
}
.line-chart-box canvas {
  width: 550px;
  height: 300px;
}
.layout-info-dial-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.layout-info-dial-chart .reports-boxes-external {
  margin-top: 20px;
}
@media (min-width: 1750px) {
  .layout-info-dial-chart .reports-boxes-external {
    margin-right: 150px;
    max-width: 320px;
  }
}
@media (max-width: 991px) {
  .layout-info-dial-chart .reports-boxes-external {
    width: 100%;
  }
}
.layout-info-dial-chart > div {
  margin-right: 25px;
}
.layout-info-dial-chart > div:last-child {
  margin-right: 0;
}
@media (min-width: 650px) {
  .layout-info-dial-chart .team-images-box {
    margin-bottom: 18px;
  }
}
@media (min-width: 650px) and (max-width: 991px) {
  .layout-info-dial-chart .dial-box-border {
    margin: 30px auto;
  }
}
@media (max-width: 649px) {
  .layout-info-dial-chart .dial-box-border {
    width: 100%;
    margin: 30px auto 0;
  }
}
@media (min-width: 500px) and (max-width: 649px) {
  .layout-info-dial-chart .dial-box-border.dial-box-border-2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 499px) {
  .layout-info-dial-chart .dial-box-border.dial-box-border-2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1599px) {
  .layout-info-dial-chart .line-chart-box {
    margin-left: auto;
    margin-right: auto !important;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .layout-info-dial-chart .line-chart-box {
    width: 35%;
  }
}
@media (max-width: 1350px) {
  .layout-info-dial-chart .line-chart-box {
    width: 30%;
  }
}
@media (max-width: 1270px) {
  .layout-info-dial-chart .line-chart-box {
    width: 25%;
  }
}
@media (max-width: 499px) {
  .layout-info-dial-chart .line-chart-box {
    display: none;
  }
}
@media (max-width: 479px) {
  .tabs-rwd .nav-tabs li {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .tabs-rwd .nav-tabs li {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tabs-rwd .nav-tabs li {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .tabs-rwd .nav-tabs li {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .tabs-rwd .nav-tabs li.active:first-child a {
    border-left-color: #e9e9e9 !important;
  }
}
@media (max-width: 991px) {
  .tabs-rwd .nav-tabs li.active a {
    border-bottom-color: #e9e9e9 !important;
  }
}
.hr-full-size {
  position: relative;
  width: calc(140%);
  left: -20px;
  background-color: #eaedf1;
  height: 2px;
}
::-moz-selection {
  background-color: #93DA00;
  color: black;
}
::selection {
  background-color: #93DA00;
  color: black;
}
.space-1-t-b {
  margin-top: 24px;
  margin-bottom: 24px;
}
.space-2-r {
  margin-right: 4px;
}
h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  font-family: 'myriadpro';
  letter-spacing: -0.32px;
  color: #3c3d3f;
}
.play-stop-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.play-stop-buttons a {
  border-radius: 5px !important;
  padding: 3px 8px;
  width: auto !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.play-stop-buttons a.btn-default,
.play-stop-buttons a.btn-primary {
  background: white !important;
  border-color: #aaa;
}
.play-stop-buttons a.btn-default i,
.play-stop-buttons a.btn-primary i {
  color: #30d1bb;
}
.play-stop-buttons a.btn-default:hover,
.play-stop-buttons a.btn-primary:hover {
  border-color: #1c7f71;
  color: #1c7f71;
}
.play-stop-buttons a.btn-default.green,
.play-stop-buttons a.btn-primary.green {
  background: #7bb600 !important;
  border-color: #7bb600;
  color: white;
}
.play-stop-buttons a.btn-default.green i:before,
.play-stop-buttons a.btn-primary.green i:before {
  color: white;
}
.play-stop-buttons a.btn-default.green:hover,
.play-stop-buttons a.btn-primary.green:hover {
  background: #669800 !important;
  border-color: #223200;
}
.play-stop-buttons a.btn-warning {
  background: white !important;
  border-color: #aaa;
  color: #222;
}
.play-stop-buttons a.btn-warning i {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #e1746a;
}
.play-stop-buttons a.btn-warning:hover {
  border-color: #e1746a;
}
.play-stop-buttons a.btn-warning:hover i {
  color: #d84d40;
}
.play-stop-buttons a.btn-success {
  color: white;
  padding: 3px 7px;
}
.play-stop-buttons a.btn-success i {
  color: white;
}
.play-stop-buttons a.btn-success:hover {
  border-color: #1c7f71;
}
.play-stop-buttons a.disabled {
  background: #ccc !important;
}
.play-stop-buttons a.disabled i {
  color: #222;
}
.play-stop-buttons a + a {
  margin-left: 3px;
}
.play-stop-buttons.actions {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
tr.separator {
  border-top: 2px solid #ddd;
}
.content > .box-primary > .box-header {
  display: block;
  background: #f8f8f8;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 18px;
  padding: 12px 20px !important;
  padding-right: 0px !important;
}
.content-header .simple-head-style {
  margin-bottom: 30px;
}
.content-header .simple-head-style h1 {
  padding: 10px 20px !important;
  padding-top: 14px !important;
  padding-right: 0px !important;
  margin-right: 0px !important;
  margin-top: 20px !important;
  float: left;
  width: 100%;
  background: #f8f8f8;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 18px;
}
.content-header .simple-head-style .btn-primary {
  float: right;
  color: white !Important;
  padding-top: 6px;
}
.info-box-text {
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  white-space: normal !important;
}
.info-box-number {
  display: block;
}
@media (max-width: 1700px) {
  .more-than-1700 {
    display: none !important;
  }
}
label + .bootstrap-select {
  display: block !important;
}
.bootstrap-select.small {
  max-width: 80px;
}
.bootstrap-select.small button {
  background: white !important;
  max-height: 27px;
  padding-top: 3px !important;
}
th .bootstrap-select.small {
  max-width: unset !important;
  width: unset !important;
  margin-left: 10px !important;
}
.selectable-list-container .top-actions {
  margin-top: 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.selectable-list-container .top-actions .all-in-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.selectable-list-container .top-actions .all-in-one > * {
  border: 1px solid #bfbfbf;
  background-color: #f9f9f9;
}
.selectable-list-container .top-actions .all-in-one > div:first-of-type {
  border-right: 0px;
}
.selectable-list-container .top-actions .all-in-one .dropdown button {
  border: none;
  padding: 7px 10px;
  border-radius: 0px !important;
}
.selectable-list-container .top-actions .all-in-one .select-all label {
  padding: 7px 10px;
  margin-bottom: 0px !important;
  cursor: pointer;
}
.selectable-list-container .top-actions .all-in-one .select-all label > div {
  pointer-events: none !important;
}
.selectable-list-container .top-actions .all-in-one .select-all label:hover {
  background-color: #eee;
}
.selectable-list-container .top-actions .dropdown-menu {
  border-radius: 0px !important;
  padding: 0px !important;
}
.selectable-list-container .top-actions .search {
  position: relative;
}
.selectable-list-container .top-actions .search input {
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 15px;
  min-width: 235px;
  padding-right: 30px;
}
.selectable-list-container .top-actions .search:after {
  font-family: fontello;
  position: absolute;
  right: 10px;
  top: 8px;
  content: '\E801';
  font-size: 20px;
  color: #aaa;
  pointer-events: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.selectable-list-container ul {
  width: 100%;
  list-style-type: none !important;
  padding-left: 0px !important;
}
.selectable-list-container ul li {
  border-top: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 0px;
}
.selectable-list-container ul li:last-of-type {
  border-bottom: 1px solid #ebebeb;
}
.selectable-list-container ul li > div.checkbox {
  width: 50px;
  text-align: center;
  padding-right: 10px;
}
.selectable-list-container ul li > div.icon {
  width: 48px;
  text-align: center;
}
.selectable-list-container ul li > div.name {
  padding-left: 10px;
}
.selectable-list-container ul li > div.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: end;
  margin-left: auto;
  padding-left: 30px;
}
.selectable-list-container ul li > div.actions > * {
  margin-left: 5px;
}
.selectable-list-container .modal-danger .btn {
  background: transparent !important;
  border: 1px solid white !important;
  color: white !important;
}
.selectable-list-container .modal-danger h3 {
  color: white;
  margin-top: 0px;
  margin-bottom: 10px !important;
  font-size: 20px !important;
  font-weight: 300 !important;
}
.selectable-list-container .modal-danger .el-to-delete {
  margin-bottom: 10px;
  font-size: 14px !important;
  color: #eee !important;
}
.file-modal .files-upload-container form {
  min-height: 204px;
}
.dz-default.dz-message {
  background: none !important;
  text-align: center;
  line-height: 1.8 !important;
  padding-top: 10px;
  width: 100% !important;
  margin-left: 0px !important;
  margin-right: unset !important;
  cursor: pointer !important;
  left: 0px !important;
  right: unset !important;
}
.dz-default.dz-message * {
  cursor: pointer !important;
}
.dz-default.dz-message span {
  display: block !important;
  font-size: 16px;
  color: #888;
}
.dz-default.dz-message span.middle {
  font-weight: 500;
  color: #444;
}
.dz-default.dz-message b {
  color: #444;
  font-size: 32px;
  font-weight: 600;
}
.dz-default.dz-message b.smaller {
  font-size: 24px;
  font-weight: 600;
}
form.non-ajax > .dz-default.dz-message {
  display: none;
}
form.non-ajax .custom-preview-container,
.modal .custom-preview-container {
  min-height: 204px;
  padding-top: 0px;
  padding-bottom: 0px;
}
form.non-ajax .custom-preview-container > .dz-preview,
.modal .custom-preview-container > .dz-preview {
  position: relative;
  z-index: 2;
}
form.non-ajax .custom-files-root,
.modal .custom-files-root {
  margin-top: 15px;
}
form.non-ajax .files-upload-container,
.modal .files-upload-container {
  position: relative;
}
form.non-ajax.dropzone,
.modal.dropzone {
  background: white;
  border: none !important;
  padding: 0px !important;
  cursor: default;
}
form.non-ajax .btn-a,
.modal .btn-a {
  cursor: pointer !important;
}
form.non-ajax .btn-a *,
.modal .btn-a * {
  cursor: pointer !important;
}
.btn-list-action {
  border-radius: 5px;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-list-action i:before {
  font-size: 20px;
}
.btn-list-action:hover {
  background-color: #eee;
  border-color: #89cb00 !important;
  color: #223200;
}
.btn-list-action.remove:hover {
  border-color: #f40 !important;
  color: #992900;
}
#linkUsers .dropdown-menu {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.collapse-popup {
  position: absolute;
  top: 30px;
  left: 0px;
  background: white;
  border-radius: 5px;
  z-index: 9999999999999;
  height: auto !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.collapse-popup .inside {
  padding: 10px;
}
.bootstrap-select.always-open {
  height: auto !important;
}
.bootstrap-select.always-open > .dropdown-menu {
  position: relative !important;
  max-height: 70vh !important;
}
.project-hours {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.project-hours .grey-group {
  margin-bottom: 15px;
}
.project-hours .info-container {
  position: relative;
}
.project-hours .info-container .balance-info {
  position: absolute;
  top: -12px;
  color: #05b;
}
.project-hours .group-hours {
  display: table !important;
}
.project-hours .group-hours .group {
  display: table-row !important;
}
.project-hours .group-hours .group > * {
  display: table-cell !important;
}
.project-hours .group-hours .group .name {
  padding-right: 10px;
  padding-bottom: 17px;
}
.discussion #addTopicButton {
  margin-bottom: 20px;
}
.discussion h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px !important;
}
.discussion h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}
.discussion .add-comment-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
}
.discussion .add-comment-area > div:not(.thumb) {
  width: 100%;
  padding-left: 3px;
}
.discussion .add-comment-area > div:not(.thumb) label {
  display: none;
}
.discussion .created {
  font-size: 11px;
  font-weight: 400;
  color: #151515;
}
.discussion .created img {
  position: relative;
  top: -4px;
}
.discussion .description {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 400;
  color: #444;
}
.discussion .description .text-huge {
  font-size: 18px;
}
.discussion .description .text-big {
  font-size: 16px;
}
.discussion .description .text-small {
  font-size: 11px;
}
.discussion .description .text-tiny {
  font-size: 9px;
}
.discussion .description > div {
  white-space: normal !important;
}
.discussion .description p,
.discussion .description span {
  color: #333;
}
.discussion .question .added-by {
  margin-right: 10px;
}
.discussion .question .description {
  margin-top: 30px;
}
.discussion .attachments {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 40px;
}
.discussion .attachments .attachment {
  padding: 5px 7px;
  border: 1px solid #eee;
  cursor: pointer;
  margin-right: -1px;
}
.discussion .attachments .attachment:hover,
.discussion .attachments .attachment:active,
.discussion .attachments .attachment:focus {
  background: #f8f8f8;
}
.discussion .user-image {
  margin-left: 0px !important;
}
.discussion .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}
.discussion .actions > * {
  margin-left: 5px;
}
.discussion .belt .correction-info {
  color: #aaa;
  margin-left: 10px;
}
.discussion .belt.answer .description {
  margin-top: 10px;
  margin-bottom: 10px;
}
.discussion .belt.answer .attachments {
  margin-bottom: 30px;
}
.discussion .belt.answer .change-topic {
  display: none !important;
}
.discussion .belt.edition-now .description {
  display: none;
}
.discussion .belt.edition-now .attachments {
  margin-top: 0px;
}
.discussion .belt .unreaded {
  float: right;
  display: inline-block;
  padding: 2px 7px;
  border-radius: 5px;
  background: #ccff00;
  margin-left: 0px;
}
.discussion .correct-form {
  position: relative;
  margin-top: -20px;
  margin-bottom: 20px;
}
.discussion .correct-form h5 {
  top: 20px;
  position: relative;
}
.discussion .back-icon-btn {
  float: left;
  position: relative;
  top: 2px;
}
.discussion .back-icon-btn i {
  margin: 0px !important;
  font-size: 16px;
  position: relative;
  top: -2px;
}
#create-discuss-form .bootstrap-select {
  min-width: 100%;
  margin-bottom: 5px;
}
.answers-count {
  display: block;
  margin-top: 10px;
  width: 100%;
}
.answers-count i {
  display: block;
  position: relative;
  padding-left: 7px;
}
.answers-count i > div {
  position: absolute;
  top: -10px;
  left: 10px;
  border-radius: 50%;
  padding: 0px 6px;
  font-weight: 400;
  font-style: normal;
  background-color: #d8d8d8;
}
.answers-count i > div.unread {
  font-weight: 600;
  background-color: #ccff00;
  font-size: 14px;
}
.answers-count i:before {
  position: absolute;
  left: 0px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.answers-count.small i {
  display: block;
  position: relative;
  padding-left: 7px;
}
.answers-count.small i > div {
  position: absolute;
  top: -10px;
  left: 10px;
  border-radius: 50%;
  padding: 0px 4px;
  font-weight: 400;
  font-style: normal;
  background-color: #d8d8d8;
}
.answers-count.small i > div.unread {
  font-weight: 600;
  background-color: #ccff00;
  font-size: 10px;
}
.answers-count.small i:before {
  position: absolute;
  left: 0px;
  font-size: 16px;
  width: 15px;
  height: 15px;
}
.answers-count.absolute {
  position: absolute;
  right: -10px;
  width: 20px;
  top: -5px;
}
.answers-count.style-2 i > div.unread {
  background-color: #00ccff !important;
}
.start-stop-list .answers-count {
  float: right;
  max-width: 30px;
  margin: 10px;
}
.start-stop-list .answers-count + .answers-count,
.start-stop-list-admin .answers-count + .answers-count {
  margin-left: 28px !important;
}
.nav-link .answers-count {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  float: none !important;
  width: auto;
  margin-right: 10px;
  position: relative;
  top: -9px;
  margin-left: 8px;
}
.upload-working-with-form {
  position: relative;
  border: 1px solid #ddd;
  background: #f8f8f8;
  width: 100%;
  min-height: 100px;
  text-align: center;
  border-radius: 1em;
  cursor: pointer;
}
.upload-working-with-form .dragover {
  background: #F7FBFC !important;
}
.upload-working-with-form .upload-info {
  position: absolute;
  font-size: 30px;
  margin-top: 35px;
  font-weight: 200;
  color: #555;
  width: 100%;
  text-align: center;
}
.upload-working-with-form .preview {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  z-index: 2;
  position: relative;
}
.upload-working-with-form .preview .tile {
  background: white;
  max-width: 300px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.upload-working-with-form .preview .tile img {
  display: block;
  max-width: 100%;
  max-height: 100px;
  margin: 0 auto;
}
.upload-working-with-form .preview .tile img + .name {
  margin-top: 5px;
}
.upload-working-with-form .loading-message {
  font-size: 20px;
  background: white;
  padding: 20px;
}
.new-task-like-form .bx-foot {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px !important;
}
.new-task-like-form .form-group .bootstrap-select > button,
.new-task-like-form .form-group input[type=text],
.new-task-like-form .form-group input[type=number],
.new-task-like-form .form-group input[type=email],
.new-task-like-form .form-group input[type=date],
.new-task-like-form .form-group input[type=password],
.new-task-like-form .form-group textarea {
  border: 1px solid #1cb4c9;
  border-radius: 0px !important;
}
.new-task-like-form .box-body {
  padding: 0px !important;
}
.new-task-like-form .modal-header {
  background-color: #8fb9ff;
}
.new-task-like-form .modal-header h4 {
  color: white;
  font-weight: 700 !important;
}
.new-task-like-form .modal-header .close {
  margin-top: 0px !important;
}
.new-task-like-form .modal-footer {
  text-align: left;
}
.new-task-like-form .box-title {
  display: inline-block !important;
  background: none !important;
  padding-left: 0px !important;
}
.new-task-like-form .table-responsive td,
.new-task-like-form .table-responsive th {
  border-right: 0px !important;
}
.grey-group {
  padding: 20px 20px;
  border: 1px solid #e9edf0;
  background-color: #f9f9f9;
}
.grey-group h4 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0px;
}
.modal-content-2 {
  background: white;
}
.start-stop-list-admin .dataTables_length,
.start-stop-list-admin .dataTables_info {
  margin-top: 10px;
  margin-left: 17px;
}
.start-stop-list-admin .dataTables_filter,
.start-stop-list-admin .dataTables_paginate {
  margin-right: 17px;
  margin-top: 10px;
}
.start-stop-list-admin .data-table {
  margin-top: 0px !important;
}
.fast-status-changer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fast-status-changer .status {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                      supported by Chrome and Opera */
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  max-width: 0px;
  overflow: hidden;
  opacity: 0;
  display: block;
  margin: 0px;
}
.fast-status-changer .status.selected {
  max-width: 200px;
  opacity: 1;
}
.fast-status-changer.active .status {
  max-width: 200px;
  opacity: 1;
}
.fast-status-changer.active .status.selected .label {
  -webkit-box-shadow: 0 0 0 1px #000000 inset;
          box-shadow: 0 0 0 1px #000000 inset;
}
.user-layout .content-wrapper .content .box .box-header .box-title {
  width: 100%;
  margin-top: 20px;
}
.new-edit-form .box-body {
  border: none !important;
}
.new-edit-form > div:not(:last-of-type) {
  border-right: 1px solid #f2f2f2 !important;
}
.new-edit-form > div:not(.col-xs-12) {
  margin-top: 30px;
  margin-bottom: 30px;
}
.new-edit-form > div:not(.col-xs-12) .box-primary {
  margin-bottom: 0px !important;
}
.new-edit-form > div:not(.col-xs-12) .box-body {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.new-edit-form > div:not(.col-xs-12) .box-body h3 {
  margin-top: 0px;
}
.new-edit-form > div:not(.col-xs-12) .box-body .table {
  margin-bottom: 0px;
}
.customer-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.customer-services > * {
  padding: 5px;
  width: 33.3%;
}
.customer-services > * .inside {
  padding: 15px 15px;
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
}
.customer-services > * .inside h4 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 5px;
}
.customer-services > * .inside .bootstrap-select {
  width: 100% !important;
}
.customer-services > * .inside .bootstrap-select > button {
  width: 100%;
  background: white;
}
.customer-services > * .inside .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.customer-services > * .inside .form-group label {
  font-weight: 300;
  width: 50%;
  margin-bottom: 0px;
  line-height: 1.2;
}
.customer-services > * .inside .form-group .input-inside {
  width: 50%;
}
.btn-green-black {
  margin-top: 10px;
  color: #222 !important;
  font-weight: 600;
  padding: 5px 30px !important;
}
.input-with-icon {
  position: relative;
}
.input-with-icon i {
  position: absolute;
  top: 9px;
  left: 12px;
  font-size: 15px;
  color: #555;
}
.input-with-icon input {
  padding-left: 35px;
}
.current-services {
  margin-top: 25px;
}
.current-services.create-mode .status {
  display: none;
}
.current-services .sample {
  display: none;
}
.current-services td,
.current-services .is-empty-message {
  white-space: nowrap;
  padding: 5px 15px;
  border: 1px solid #e8e8e8;
}
.current-services td:first-of-type {
  width: 100%;
}
.current-services td:nth-of-type(2) {
  border-left: 0px;
}
.current-services td:nth-of-type(3) {
  text-align: right;
}
.current-services td:not(:last-of-type) {
  border-right: 0px;
}
.current-services td:last-of-type {
  position: relative;
}
.current-services .edit-form {
  z-index: 99;
  position: absolute;
  right: 0px;
  background: white;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: 1px solid #c1c1c1;
}
.current-services .edit-form .inside {
  padding: 15px;
}
.status-lamp {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #ddd;
  display: inline-block;
  margin-left: 5px;
}
.status-lamp.margin-right {
  margin-left: 0px;
  margin-right: 3px;
}
.status-lamp.ok {
  background-color: #22ac43;
}
.status-lamp.not-ok,
.status-lamp.red {
  background-color: #d42;
}
.status-lamp.blue {
  background-color: #04c1ff;
}
.status-lamp.orange {
  background-color: #ff9000;
}
.customer-projects {
  margin-bottom: 50px;
}
.customer-projects > table {
  width: 100%;
}
.customer-projects > table td {
  border: 1px solid #ececec;
  padding: 2px 20px;
}
.customer-projects > table td.with-progress,
.customer-projects > table td.actions {
  padding: 2px 10px;
}
.customer-projects > table td .team-person-images {
  top: 2px;
  position: relative;
}
.customer-projects > table td:not(:last-of-type) {
  border-right: none !important;
}
@media (min-width: 1475px) {
  .customer-projects > table td:last-of-type {
    width: 184px !important;
  }
}
@media (max-width: 1474px) {
  .customer-projects > table td:last-of-type {
    width: 118px !important;
  }
  .layout-top-nav .progress {
    min-width: 100px !important;
  }
}
.box-footer .btn.btn-primary,
.modal-footer .btn.btn-primary {
  padding: 9px 16px 6px 16px;
  color: #ffffff;
  background-color: #89cb00;
  border: 1px solid #89cb00;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  font-family: 'myriadpro';
  letter-spacing: -0.32px;
  border-radius: 3px;
}
.box-footer .btn.btn-danger,
.modal-footer .btn.btn-danger,
.box-footer .btn.btn-default,
.modal-footer .btn.btn-default {
  border-radius: 3px;
  padding: 9px 16px 6px 16px;
  color: #3c3d3f;
  background-color: #e7e7e7;
  border: 1px solid #e7e7e7;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  font-family: 'myriadpro';
  letter-spacing: -0.32px;
  float: none !important;
  margin-left: 4px;
}
.box-footer .btn.btn-danger i,
.modal-footer .btn.btn-danger i,
.box-footer .btn.btn-default i,
.modal-footer .btn.btn-default i {
  display: none !important;
}
.bx-foot {
  padding: 30px 42px;
  padding-bottom: 0px;
}
section.content > form {
  background: white;
}
section.content > form .box-body {
  border-top: none !important;
}
section.content > form .box-footer {
  margin-top: 0px !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
}
section.content > form .box-footer .btn.btn-primary.btn-flat {
  padding: 9px 16px 6px 16px;
  color: #ffffff;
  background-color: #89cb00;
  border: 1px solid #89cb00;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  font-family: 'myriadpro';
  letter-spacing: -0.32px;
  border-radius: 3px;
}
section.content > form .box-footer .btn.btn-danger.pull-right.btn-flat {
  border-radius: 3px;
  padding: 9px 16px 6px 16px;
  color: #3c3d3f;
  background-color: #e7e7e7;
  border: 1px solid #e7e7e7;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  font-family: 'myriadpro';
  letter-spacing: -0.32px;
  float: none !important;
  margin-left: 4px;
}
section.content > form .box-footer .btn.btn-danger.pull-right.btn-flat i {
  display: none !important;
}
.settings-form {
  padding: 0px 10px;
}
.settings-form h3 {
  background: none !important;
  font-size: 18px !important;
}
.settings-form .box-footer {
  padding-left: 20px !important;
  padding-right: 0px !important;
}
.settings-form .col-md-10 {
  margin-bottom: 0px !important;
}
.breadcrumb {
  display: none;
}
.content-header h1 {
  font-size: 19px;
  font-weight: 700;
  line-height: 29px;
  font-family: 'myriadpro';
  color: #010101;
  padding: 0 15px 0 0;
  margin: 5px 12px 0 0;
}
.badge.bg-blue {
  background-color: #04c1ff !important;
}
.selectable-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.selectable-status .bootstrap-select {
  max-height: 10px !important;
  position: relative;
  top: -8px;
  margin-left: 10px !important;
}
.selectable-status .bootstrap-select .dropdown-menu {
  top: 20px !important;
}
@media (max-width: 1510px) {
  .selectable-status .status {
    text-align: center;
    line-height: 1.2;
  }
  .selectable-status .status .status-lamp {
    margin-right: 5px;
  }
}
table th[data-column=worked_hours] {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
table th[data-column=worked_hours] .bootstrap-select {
  display: inline-block !important;
  float: right !important;
  position: relative;
  top: -5px;
}
@media (max-width: 1537px) {
  table th[data-column=worked_hours] .bootstrap-select {
    display: block !important;
    top: 0px;
    float: none !important;
  }
}
.search-big-list h5 {
  font-size: 20px;
  font-weight: 300;
}
.search-big-list h5.stronger {
  font-weight: 400;
}
.search-big-list ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.search-big-list ul li {
  list-style-type: none !important;
}
.search-big-list ul li a {
  border-top: 1px solid #eee;
  padding: 8px 15px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.search-big-list ul li a:hover,
.search-big-list ul li a:active {
  background: #eee;
}
.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background: #202227;
}
.skin-blue .sidebar-menu > li.menu-title {
  color: #93AFBB;
  background: #25272d;
  padding: 10px 25px 10px 15px;
  font-size: 12px;
}
.sidebar-menu .append {
  margin-top: -44px;
}
.sidebar-menu .treeview-menu .append {
  margin-top: -30px;
}
.skin-blue .sidebar-menu .append:hover,
.skin-blue .sidebar-menu > li.active > a.append {
  color: #fff;
  background: none;
  border: 0;
}
.sidebar-mini.sidebar-collapse .sidebar-menu a.append,
.sidebar-mini.sidebar-collapse .sidebar-menu li.menu-title {
  display: none;
}
.checkbox label {
  padding-left: 0;
}
.checkbox label div {
  margin-right: 5px;
  margin-top: -2px;
}
.user-image {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  margin: 0px 5px;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  padding: 5px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  white-space: normal;
}
.skin-blue-light .content-header {
  padding: 0px 15px;
  background: #fff;
}
.skin-blue-light .content-header .breadcrumb {
  position: initial;
  float: none;
  padding: 0px 5px;
  font-size: 10px;
}
ul.task-gropus {
  list-style: none;
  padding: 0px;
}
ul.task-gropus h5 {
  font-weight: 600;
  margin: 0px;
}
ul.task-gropus ul {
  list-style: none;
}
ul.task-gropus li {
  background: #fbfdff;
  padding: 10px 15px;
  border: 1px solid #c0e8ff;
  margin: 5px 0px;
}
ul.task-gropus ul.tasks li {
  border: 1px solid #c3c3c3;
}
.label {
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  font-family: 'roboto';
  padding: 2px 5px;
  display: inline-block;
  margin: 0 3px 0 0;
}
.logo-mtm {
  margin: 30px 50px;
}
#kanban .tilt.right {
  transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
}
#kanban .tilt.left {
  transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
}
#kanban .column {
  padding-bottom: 100px;
}
#kanban .column .callout {
  cursor: pointer;
}
#kanban .column.column-to-do .callout {
  background-color: #00c0ef !important;
  border-color: #0097bc;
  color: #fff;
}
#kanban .column.column-in-progress .callout {
  background: #f9f8f8;
}
#kanban .column.column-tests .callout {
  background-color: #f39c12 !important;
  border-color: #c87f0a;
  color: #fff;
}
#kanban .column.column-done .callout {
  background-color: #89cb00 !important;
  border-color: #00733e;
  color: #fff;
}
#kanban .column .callout.rejected {
  background-color: #ff4400 !important;
  border-color: #cc3600;
  color: #fff;
}
#kanban .portlet {
  margin: 15px 0px;
}
#kanban .portlet-header {
  padding: 0.2em 0.3em;
  margin-bottom: 0.5em;
  position: relative;
}
#kanban .portlet-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}
#kanban .portlet-content {
  padding: 0.4em;
}
#kanban .portlet-placeholder {
  border: 1px dotted black;
  margin: 0 1em 1em 0;
  height: 50px;
}
#kanban .callout.callout-default {
  background: #f9f8f8;
}
#kanban .right-sidebar {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: -40%;
  width: 40%;
  z-index: 1000;
  background: #fff;
  height: 100%;
  padding: 50px 0px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-box-shadow: -5px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
#kanban .right-sidebar.open {
  margin-right: 0px;
}
.box {
  margin-bottom: 10px;
}
.widget-user-2 .widget-user-header {
  padding: 10px;
}
.nav-stacked > li > a {
  padding: 5px;
}
.widget-user-2 .widget-user-username {
  font-size: 20px;
}
.widget-user-2 .widget-user-image > img {
  width: 56px;
}
.timeline-log {
  height: 800px;
  overflow-y: scroll;
}
.datepicker.datepicker-dropdown {
  z-index: 99999999999999999999 !important;
}
.notifications-list {
  list-style-type: none;
  padding-left: 0px;
}
.notifications-list > li {
  border-bottom: 1px solid #eee;
  padding: 0px;
}
.notifications-list > li > a {
  padding: 10px 10px;
  display: block;
}
.notifications-list > li > a:hover {
  background: #f4f4f4;
}
.notifications-list > li i {
  padding: 10px;
  background: #eee;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.notifications-list > li i:hover {
  background: #93DA00;
}
.notifications-list > li .notification-title {
  font-weight: 600;
}
.notifications-list > li .notification-body {
  font-size: 12px;
  color: #444;
}
.notifications-list > li.alert100 {
  border: 1px solid red;
}
.notifications-list > li.remove-all {
  background: #93DA00;
  color: black;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.notifications-list > li.remove-all a {
  background: none !important;
}
.notifications-list > li.remove-all strong {
  color: black;
  font-size: 12px;
}
.notifications-list > li.remove-all i {
  margin-top: 0px;
  background: none !important;
  position: relative;
  margin-top: -9px;
  margin-right: -10px;
}
.notifications-list > li.remove-all:hover {
  background: #9de900;
}
.notifications-list > li .only-text {
  padding: 10px;
  display: block;
}
.wrapper {
  overflow: unset !important;
  overflow-x: unset !important;
  overflow-y: unset !important;
}
#timer-container {
  font-size: 26px;
  font-weight: 900;
  margin: 15px 0px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 9px;
}
.info-box-content {
  padding-top: 15px;
}
.control-buttons {
  text-align: center;
}
.control-buttons a {
  margin: 5px 0px;
}
.control-buttons a .fa {
  margin-right: 10px;
}
.no-padding .timer-inside {
  padding: 5px;
}
.no-padding .timer-inside .center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  float: right;
  margin-right: 20px;
}
.no-padding .timer-inside > * {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.image-preview {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #ecf0f1;
  background-color: #888;
  background-position: center !important;
  max-height: 100%;
}
.image-preview label {
  padding-top: 5px;
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #f8f8f8;
  width: 150px;
  height: 40px;
  font-size: 16px;
  line-height: 30px;
  left: 20px;
  right: 0;
  bottom: 10px;
  font-weight: 600;
  text-align: center;
}
.image-preview label i {
  margin-right: 10px;
  font-size: 22px;
}
.image-preview label i:before {
  position: relative;
  top: 2px;
}
.image-preview .image-upload {
  height: 400px;
}
.image-preview input {
  line-height: 200px;
  font-size: 200px;
  position: absolute;
  opacity: 0;
  z-index: 10;
}
#kanban .task-title a {
  text-decoration: none;
  color: #444;
}
#kanban .task-title a:hover {
  color: #000;
}
#kanban.small .col-1-5 .box-body {
  padding: 5px !important;
}
#kanban.small .task .callout {
  padding: 5px 10px;
}
#kanban.small .task h4 {
  margin-bottom: 0px !important;
}
#kanban.small .task h4 a {
  font-size: 12px;
  font-weight: 400;
}
#kanban.small .task h4 a:hover {
  color: black !important;
}
#kanban.small .task h6 {
  margin-top: 3px;
  margin-bottom: 3px;
}
#kanban.small .task h6 a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.0 !important;
}
#kanban.small .task h6 i {
  height: 10px;
  width: 7px;
  display: block;
}
#kanban.small .task h6 i:before {
  font-size: 10px;
  position: relative;
  left: -1px;
}
#kanban.small .task h6 .label {
  padding: 3px 5px;
}
#kanban.small .task p {
  display: none !important;
}
#kanban.small .task .users {
  line-height: 0;
}
.user-modal .vacations {
  margin-top: 44px;
}
.user-modal .vacations-list {
  padding-left: 0px !important;
  width: 100%;
  list-style-type: none !important;
  border-radius: 2px;
  background-color: #f0f0f0;
}
.user-modal .vacations-list li {
  padding: 5px 15px;
  padding-bottom: 7px;
  font-weight: 600;
}
.user-modal .vacations-list li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.user-modal .vacations-list li i {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.user-modal .vacations-list li .btn-group {
  float: right;
}
.user-modal .with-password .btn-light {
  margin-right: 10px;
}
.user-modal .with-password .btn-link {
  font-size: 13px;
}
.user-modal .bottom-buttons > a:not(:first-of-type) {
  margin-left: 10px;
}
@media (max-width: 1680px) {
  .dashboard-content .polar-area-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dashboard-content .row-with-reports {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dashboard-content .row-with-reports #reportAjaxContainerToFill {
    padding-top: 0px;
  }
  .dashboard-content .table-responsive > div > .row > div.col-sm-12 {
    overflow-x: scroll;
  }
  .dashboard-content .with-active-tasks td.actions > * {
    width: 100%;
  }
}
@media (max-width: 1460px) {
  .dashboard-content .row-with-reports > * {
    width: 100% !important;
  }
  .dashboard-content .row-with-reports .polar-area-box {
    max-width: 300px;
    max-height: 300px;
  }
  .dashboard-content .row-with-reports .reports-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dashboard-content .row-with-reports .reports-boxes > * {
    width: 100%;
  }
  .dashboard-content .row-with-reports .reports-titles {
    margin-bottom: 20px;
  }
  .dashboard-content .row-with-reports .reports-titles p {
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (max-width: 1360px) {
  .dashboard-content .with-active-tasks .progress {
    min-width: 80px !important;
  }
  .dashboard-content .with-active-tasks .task-info-box i {
    display: none !important;
  }
  .dashboard-content .with-active-tasks td:first-of-type,
  .dashboard-content .with-active-tasks th:first-of-type {
    display: none;
  }
  .dashboard-content .control-buttons a {
    margin-top: 0px;
  }
  .dashboard-content .control-buttons a span {
    display: none;
  }
}
@media (max-width: 1199px) {
  .dashboard-content .row-with-reports .polar-area-box {
    max-width: 250px;
    max-height: 250px;
  }
}
@media (max-width: 1065px) {
  .dashboard-content .row-with-reports .polar-area-box {
    max-width: 210px;
    max-height: 210px;
  }
  .dashboard-content .with-active-tasks .with-progress {
    display: none;
  }
}
@media (max-width: 991px) {
  .dashboard-content .control-buttons a span {
    display: inline;
  }
  .dashboard-content .row-with-reports .polar-area-box {
    max-width: 350px;
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .dashboard-content .new-task-like-form .box-header .play-stop-buttons {
    position: relative !important;
    float: none !important;
    top: -12px !important;
    left: 0px !important;
  }
  .dashboard-content .new-task-like-form #addAnswerForm {
    margin-bottom: 30px;
  }
  .dashboard-content .new-task-like-form .table-responsive > .table > tbody > tr > td,
  .dashboard-content .new-task-like-form .table-responsive > .table > tbody > tr > th {
    white-space: normal;
  }
  .dashboard-content .dataTables_length {
    margin-top: 10px !important;
  }
  .dashboard-content .reports-boxes {
    padding: 0px 15px !important;
  }
  .dashboard-content .reports-boxes .reports-titles {
    margin-top: 20px;
  }
  .dashboard-content .dial-box {
    margin-top: 20px;
  }
  .dashboard-content .polar-area {
    max-width: 300px !important;
    max-height: 300px !important;
    margin: 0 auto;
  }
  .dashboard-content .polar-area-box {
    margin-bottom: 20px;
  }
  .dashboard-content .with-active-tasks thead {
    display: none;
  }
  .dashboard-content .with-active-tasks tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #eee;
  }
  .dashboard-content .with-active-tasks table,
  .dashboard-content .with-active-tasks tbody,
  .dashboard-content .with-active-tasks td {
    border: none !important;
    display: block;
  }
  .dashboard-content .with-active-tasks table.task-name,
  .dashboard-content .with-active-tasks tbody.task-name,
  .dashboard-content .with-active-tasks td.task-name {
    width: 100% !important;
  }
  .dashboard-content .with-active-tasks table.task-name a,
  .dashboard-content .with-active-tasks tbody.task-name a,
  .dashboard-content .with-active-tasks td.task-name a {
    font-size: 16px;
  }
  .dashboard-content .with-active-tasks table.project-name,
  .dashboard-content .with-active-tasks tbody.project-name,
  .dashboard-content .with-active-tasks td.project-name {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .dashboard-content .with-active-tasks table.project-name a,
  .dashboard-content .with-active-tasks tbody.project-name a,
  .dashboard-content .with-active-tasks td.project-name a {
    color: #555;
  }
  .dashboard-content .with-active-tasks table.actions,
  .dashboard-content .with-active-tasks tbody.actions,
  .dashboard-content .with-active-tasks td.actions {
    width: 100% !important;
  }
  .dashboard-content .with-active-tasks table.actions > *,
  .dashboard-content .with-active-tasks tbody.actions > *,
  .dashboard-content .with-active-tasks td.actions > * {
    white-space: wrap !important;
    width: 25% !important;
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  .dashboard-content .with-active-tasks table.actions > *,
  .dashboard-content .with-active-tasks tbody.actions > *,
  .dashboard-content .with-active-tasks td.actions > * {
    width: 35% !important;
  }
}
@media (max-width: 565px) {
  .dashboard-content .row-with-reports {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dashboard-content .row-with-reports > * {
    width: 100%;
  }
  .dashboard-content .row-with-reports > * .polar-area-box {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 555px) {
  .dashboard-content .dash-active-action > .row > div {
    width: 100% !important;
  }
  .dashboard-content .dash-active-action > .row > div.timer-inside .center {
    float: none !important;
    margin: 0 auto !important;
  }
}
.customer-panel .top-box > * {
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 1px solid #eee;
  min-height: 280px;
}
.customer-panel .top-box > * .header-small {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.customer-panel .top-box .setting-up-logo .btn-variant-2 {
  display: block;
  margin: 0 auto;
  margin-top: 70px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.customer-panel .top-box .setting-up-logo img {
  display: block;
  margin: 0 auto;
  max-height: 120px;
}
.customer-panel .top-box .header {
  font-size: 18px;
  display: block;
  height: 90px;
}
.customer-panel .top-box .header2 {
  font-size: 17px;
  font-weight: 600;
  display: block;
}
.customer-panel .top-box .description {
  color: #777;
  font-weight: 500;
}
.customer-panel .top-box .selectable-status {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.time-manager-wrapper {
  margin: 0px auto;
  padding: 30px;
  width: 100%;
}
.time-manager-wrapper .sticky {
  position: -webkit-sticky;
  position: sticky;
  margin-top: 0px;
  top: 20px;
}
.time-manager-wrapper .inside {
  padding: 20px;
  background: white;
}
.time-manager-wrapper .components {
  display: none !important;
}
.time-manager-wrapper h3 .other {
  font-weight: 200;
}
.time-manager {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.time-manager th {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.time-manager td {
  text-align: center;
  width: 100px;
  height: 100px;
  font-size: 18px;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
.time-manager td:last-of-type {
  border-right: 1px solid #eee;
}
.time-manager td .number {
  padding: 15px;
  position: relative;
  z-index: 2;
}
.time-manager td:not(:last-of-type).num-0,
.time-manager th:not(:last-of-type).num-0 {
  border-right: 2px solid #ccc;
}
.time-manager .weeks-row .day {
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.time-manager .weeks-row .day::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.time-manager .weeks-row .day:nth-of-type(2n) {
  background: #f8f8f8;
}
.time-manager .weeks-row .day:hover {
  background-color: #b2ee98;
}
.time-manager .weeks-row .day.free-day {
  color: #888;
  background: repeating-linear-gradient(45deg, #ddd, #ddd 10px, #eee 10px, #eee 20px);
}
.time-manager .weeks-row .day.is-today {
  background-color: #b7e7e7;
}
.time-manager .weeks-row .day.preview {
  -webkit-box-shadow: 0 0 0 1px inset #d0fd7b;
          box-shadow: 0 0 0 1px inset #d0fd7b;
}
.time-manager .weeks-row .day.preview:before {
  background-color: rgba(128, 206, 36, 0.5);
}
.time-manager .weeks-row .day.preview.is-today:before {
  background-color: rgba(220, 255, 220, 0.1);
}
.time-manager .weeks-row .day.selected {
  -webkit-box-shadow: 0 0 0 1px inset #bdfc49;
          box-shadow: 0 0 0 1px inset #bdfc49;
}
.time-manager .weeks-row .day.selected:before {
  background-color: rgba(128, 206, 36, 0.7);
}
.time-manager .weeks-row .day.selected.is-today:before {
  background-color: rgba(220, 255, 220, 0.1);
}
.time-manager .weeks-row .day.selected.selected-ending {
  -webkit-box-shadow: 0 0 0 1px inset #90DB04;
          box-shadow: 0 0 0 1px inset #90DB04;
  background-color: #90DB04;
}
.time-manager .weeks-row .day.selected.selected-ending.is-today:before {
  background-color: rgba(255, 220, 220, 0.2);
}
.time-manager .weeks-row .day.selected.selected-ending.free-day:before {
  opacity: 0.3;
  background-color: #000;
}
.time-manager .weeks-row .day.is-adapted:not(.has-events) {
  display: none;
}
.time-manager .weeks-row:last-of-type td {
  border-bottom: 1px solid #eee;
}
.time-manager .weeks-row .first-empty-day {
  border: none !important;
  border-left: 1px dashed #eee !important;
  border-bottom: 1px solid #eee !important;
}
.time-manager .weeks-row .first-empty-day.is-adapted {
  display: none;
}
.time-manager .weeks-row .last-empty-day {
  border: none !important;
  border-top: 1px solid #eee !important;
}
.time-manager .weeks-row .day + .last-empty-day {
  border-left: 1px solid #eee !important;
}
.time-manager .month-head-row th {
  border: none !important;
}
.time-manager .day-names-row th {
  padding: 20px;
  border-left: 1px dashed #eee !important;
}
.time-manager .day-names-row th:last-of-type {
  border-right: 1px dashed #eee !important;
}
.time-manager h2 {
  margin: 40px;
}
.time-manager .slots {
  width: 100%;
}
.time-manager .slots .slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  height: 22px;
  width: 100%;
  opacity: 1;
  font-size: 14px;
  background-color: #444;
  color: white;
  position: relative;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.time-manager .slots .slot small {
  color: white;
  position: relative;
  font-size: 10px;
  top: 5px;
  font-weight: 400;
  margin-left: 3px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: rgba(0, 0, 0, 0.7);
}
.time-manager .slots .empty {
  opacity: 0;
}
.time-manager .last-day .slot:not(.is-last):after {
  background-color: transparent;
  border-top: 1px dashed #777;
  border-bottom: 1px dashed #777;
  color: white;
  display: block;
  content: '';
  position: absolute;
  left: 100%;
  top: 0px;
  width: 50%;
  height: 22px;
}
.time-manager .first-day .slot:not(.is-first):before {
  background-color: transparent;
  border-top: 1px dashed #777;
  border-bottom: 1px dashed #777;
  color: white;
  display: block;
  content: '';
  position: absolute;
  left: -50%;
  top: 0px;
  width: 50%;
  height: 22px;
}
.time-manager .free-day .slot:not(.empty) {
  opacity: 0.5;
}
.time-manager .icons {
  max-width: 40px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
  color: white;
}
.time-manager .icons i {
  display: block;
  font-weight: 900;
  text-decoration: none;
  font-style: normal;
  background: rgba(0, 0, 0, 0.7);
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
}
.time-manager .icons > img {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: block;
  margin-top: 3px;
  border: 1px solid white;
  max-height: 17px !important;
  font-size: 0px;
}
.control-panel {
  max-height: 70vh;
  overflow-y: auto;
}
@media (min-width: 1600px) {
  .control-panel {
    max-height: 85vh;
  }
}
.control-panel .slots {
  color: white;
}
.control-panel .slots .slot {
  width: 100%;
  max-width: unset;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.control-panel .slots .slot span {
  margin-left: 10px;
  margin-right: 10px;
}
.control-panel .slots .slot img {
  max-width: 30px;
  max-height: 30px;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.control-panel .slots .slot i {
  color: white;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  padding: 5px 11px;
  text-decoration: none;
  font-style: normal;
  display: block;
}
.control-panel .slots .slot.active {
  -webkit-box-shadow: 0 0 0 4px #90DB04;
          box-shadow: 0 0 0 4px #90DB04;
  z-index: 9;
  position: relative;
}
.control-panel .btn-primary {
  width: 100%;
}
.control-panel .actions {
  float: right;
  color: white;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.control-panel .actions a {
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: rgba(0, 0, 0, 0.4);
  padding: 4px 5px;
  display: block;
}
.control-panel .actions a:before {
  color: white;
}
.control-panel .actions a:hover {
  background: rgba(0, 0, 0, 0.7);
}
.form-box {
  border: 1px solid #eee;
  padding: 10px;
  margin-top: 10px;
}
.time-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.time-events .event {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3px;
  margin-right: 3px;
  display: block;
}
.reminder-list-and-form .event {
  cursor: pointer;
}
.reminder-list-and-form .event-editable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reminder-list-and-form .event-editable .btn-danger {
  height: 38px;
  padding-top: 12px;
  border-radius: 0px;
}
