@charset "UTF-8";
.text-orange {
  color: #f07f1e; }

.btn-orange {
  background: #f07f1e;
  color: #fff; }
  .btn-orange:hover {
    background: #d6711e; }

html, body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; }

@media (min-width: 768px) {
  html, body {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    padding: 0 !important; }

  html {
    height: 100%; } }
@media (max-width: 768px) {
  html, body {
    background: #E6E7E9; } }
  /*
@media(max-width: 768px){
  html, body{
    width: 100%;
    min-height: auto;
    overflow: auto;

  }
  body{
    height: auto;
  }
}*/
.modal {
  padding-right: 0 !important; }

body.modal-open {
  padding-right: 0 !important;
  overflow: hidden !important; }

div {
  line-height: 1.3; }

.st-left-sidebar {
  padding: 5px 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #4C4F53;
  width: 80px; }
  .st-left-sidebar--top {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .st-left-sidebar--top a {
      cursor: pointer !important;
      position: relative;
      text-align: center;
      font-size: 40px;
      margin-bottom: 5px; }
      .st-left-sidebar--top a i {
        color: #698D9B; }
      .st-left-sidebar--top a span {
        float: right;
        display: block;
        position: absolute;
        top: 3px;
        right: -7px;
        background: #EE1D23;
        color: #fff;
        border-radius: 50%;
        font-size: 14px;
        min-width: 20px;
        text-align: center;
        padding: 1px 0px; }
      .st-left-sidebar--top a:hover i {
        color: #87CBE2; }
  .st-left-sidebar--bottom a {
    text-align: center;
    font-size: 40px; }
    .st-left-sidebar--bottom a i {
      color: #698D9B; }
    .st-left-sidebar--bottom a:hover i {
      color: #87CBE2; }

.st-main-header {
  display: none; }

@media (max-width: 768px) {
  .st-left-sidebar {
    display: none; }

  .st-main-header {
    display: flex;
    background: #4C4F53;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px; }
    .st-main-header .st-main-title-left {
      color: #fff;
      font-size: 16px; }
    .st-main-header .st-main-header-time {
      color: #87CBE2;
      font-size: 18px;
      padding-right: 10px; }
    .st-main-header .st-main-header--right {
      display: flex;
      align-items: center; }
      .st-main-header .st-main-header--right a {
        margin-left: 5px;
        cursor: pointer; }
        .st-main-header .st-main-header--right a i {
          font-size: 24px;
          color: #698D9B; }
        .st-main-header .st-main-header--right a:hover i {
          color: #87CBE2; } }
.st-main-sidebar {
  position: fixed;
  left: 80px;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #5E6165;
  width: 290px;
  padding: 5px 5px;
  overflow-y: auto; }
  .st-main-sidebar--user {
    width: 100%;
    height: 70px;
    border-radius: 4px;
    padding: 5px;
    display: flex;
    background: #303335; }
    .st-main-sidebar--user-photo {
      display: none;
      height: 60px;
      width: 60px;
      background: #fff;
      background-size: cover;
      background-position: center; }
    .st-main-sidebar--user-content {
      display: flex;
      flex-direction: column;
      padding: 5px 10px 0px 5px; }
    .st-main-sidebar--user-id {
      color: #fff;
      line-height: 10px;
      font-size: 12px;
      text-transform: uppercase;
      position: relative; }
      .st-main-sidebar--user-id .online {
        position: relative;
        top: -1px;
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #00A54F;
        border-radius: 50%; }
    .st-main-sidebar--user-name {
      color: #87CBE2;
      font-size: 20px; }
    .st-main-sidebar--user-status {
      color: #87CBE2;
      font-size: 12px;
      margin-top: auto; }
  .st-main-sidebar--search {
    width: 100%;
    position: relative;
    background: #fff;
    margin-top: 5px; }
    .st-main-sidebar--search-input {
      width: 100%;
      font-size: 16px;
      color: #333 !important;
      padding: 10px; }
    .st-main-sidebar--search-icon {
      position: absolute;
      width: 36px;
      height: 36px;
      right: 0;
      top: 4px;
      bottom: 0;
      background-size: cover;
      background-image: url(../icons/search.png); }
  .st-main-sidebar--toggle {
    display: flex;
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 1px solid #5C7F8C;
    padding-top: 10px; }
    .st-main-sidebar--toggle-btn {
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center;
      background: #54595E;
      font-size: 40px;
      width: 60px;
      height: 60px;
      margin-right: 10px;
      border-radius: 4px;
      cursor: pointer; }
      .st-main-sidebar--toggle-btn i {
        color: #5C7F8C; }
      .st-main-sidebar--toggle-btn.active {
        background: #53686E; }

.st-main-square-btns {
  display: none; }

@media (max-width: 768px) {
  .st-main-sidebar {
    width: 100%;
    position: static; }
    .st-main-sidebar--user {
      display: none; }
    .st-main-sidebar .st-main-square-btns {
      display: flex;
      margin: 10px 0;
      justify-content: space-between;
      width: 100%;
      padding: 2px 8%; }
      .st-main-sidebar .st-main-square-btns .st-main-square-btn {
        width: 44%;
        margin: 0;
        background: #f07f1e;
        border-radius: 5px;
        position: relative;
        color: #fff; }
        .st-main-sidebar .st-main-square-btns .st-main-square-btn.active {
          background: #00A54F; }
        .st-main-sidebar .st-main-square-btns .st-main-square-btn:after {
          content: "";
          display: block;
          padding-bottom: 100%; }
        .st-main-sidebar .st-main-square-btns .st-main-square-btn .b-content {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          position: absolute;
          width: 100%;
          height: 100%;
          text-align: center; }
        .st-main-sidebar .st-main-square-btns .st-main-square-btn .square-img {
          width: 100%;
          font-size: 30px; }
        .st-main-sidebar .st-main-square-btns .st-main-square-btn .square-text {
          margin-top: 10px;
          width: 100%; } }
.sidebar-current-day-Block {
  margin-top: 5px;
  padding: 5px;
  background: #43464B;
  border-radius: 4px; }
  .sidebar-current-day-Block .sidebar-openNewDayBtn {
    color: #fff !important;
    width: 100%; }
  .sidebar-current-day-Block .sidebar-current-day-timer {
    color: #87CBE2;
    text-align: center;
    font-size: 22px;
    line-height: 40px; }

@media (max-width: 768px) {
  .sidebar-current-day-Block {
    margin-top: 0;
    display: none !important; } }
.sidebar-project-statistic {
  display: flex;
  margin-top: 5px;
  border-radius: 4px;
  overflow: hidden; }
  .sidebar-project-statistic .stat-item {
    display: flex;
    flex-direction: column;
    width: 50%;
    border-right: 1px solid #5E6165;
    background: #4C4F53;
    color: #87CBE2;
    text-align: center;
    padding: 10px 0; }
    .sidebar-project-statistic .stat-item .stat-item-t {
      display: block;
      font-size: 25px; }
    .sidebar-project-statistic .stat-item .stat-item-b {
      display: block;
      line-height: 14px;
      font-size: 11px; }

.sidebar-project-comments {
  margin-top: 5px;
  border-radius: 4px;
  background: #43464B;
  padding: 15px; }
  .sidebar-project-comments .btn {
    color: #fff !important; }

@media (max-width: 768px) {
  .sidebar-project-comments .btn-primary {
    display: none !important; }
  .sidebar-project-comments .btn-info {
    padding: 20px 0 !important; } }
.sidebar-project-timers {
  margin-top: 5px;
  border-radius: 4px;
  background: #4C4F53;
  padding: 15px; }
  .sidebar-project-timers .btn {
    color: #fff !important; }

.sidebar-project-comment-item {
  position: relative;
  margin-top: 10px; }
  .sidebar-project-comment-item .sidebar-project-comment-date {
    color: #87CBE2;
    font-size: 12px; }
  .sidebar-project-comment-item .sidebar-project-comment-title {
    font-size: 11px;
    color: #fff; }
  .sidebar-project-comment-item .sidebar-project-comment-remove {
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: 0px;
    font-size: 18px;
    color: #EE1D23 !important;
    text-decoration: none !important; }

.st-main-sidebar-list-projects {
  display: none; }
  .st-main-sidebar-list-projects.active {
    display: block; }

.st-main-sidebar-list-users {
  display: none; }
  .st-main-sidebar-list-users.active {
    display: block; }

.search-user-item {
  width: 100%;
  height: 70px;
  cursor: pointer;
  margin-top: 5px;
  padding: 5px;
  border-radius: 4px;
  display: flex;
  background: #303335; }
  .search-user-item.active {
    background: #8FD4DC !important; }
    .search-user-item.active * {
      color: #fff !important; }
  .search-user-item--photo {
    display: none;
    height: 60px;
    width: 60px;
    background: #fff;
    background-size: cover;
    background-position: center; }
  .search-user-item--content {
    display: flex;
    flex-direction: column;
    padding: 5px 10px 0px 5px; }
  .search-user-item--id {
    color: #fff;
    line-height: 10px;
    font-size: 12px;
    text-transform: uppercase; }
    .search-user-item--id .online {
      display: inline-block;
      width: 8px;
      height: 8px;
      position: relative;
      top: -1px;
      background: #00A54F;
      border-radius: 50%; }
  .search-user-item--name {
    color: #87CBE2;
    font-size: 20px; }
  .search-user-item--status {
    color: #87CBE2;
    font-size: 12px;
    margin-top: auto; }

.content-projects {
  position: fixed;
  right: 0;
  top: 0;
  width: calc(100% - 370px);
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  flex-wrap: nowrap;
  overflow-y: auto;
  background: #E6E7E9; }
  .content-projects .content-projects--wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    padding: 0 0px 0px; }
  .content-projects .content-projects--header {
    display: flex;
    width: calc( 100% - 20px);
    margin: 0 auto 10px;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5px;
    border-bottom: 1px solid #333 !important; }
    .content-projects .content-projects--header-title {
      font-weight: bold;
      color: #333 !important;
      line-height: 16px;
      font-size: 19px; }
    .content-projects .content-projects--header-image img {
      height: 45px; }
  .content-projects .content-projects--list {
    margin-top: 20px;
    padding: 0 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%; }

@media (max-width: 768px) {
  .content-projects {
    width: 100%;
    position: static;
    min-height: auto;
    height: auto; }
    .content-projects .content-projects--header {
      display: none; }
    .content-projects .content-projects--wrap {
      display: flex;
      flex-direction: column;
      width: 100%;
      min-height: auto;
      padding: 0 0px 0px; }
    .content-projects .content-projects--list {
      margin-top: 10px;
      padding: 0 5px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%; } }
.big-project-item {
  min-height: 70px;
  width: 200px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  padding: 5px 10px 5px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column; }
  .big-project-item:hover {
    background: #f7f7f7; }
  .big-project-item:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 10px;
    height: 100%; }
  .big-project-item.blue:before {
    background: #00AEEF; }
  .big-project-item.red:before {
    background: #EE1D23; }
  .big-project-item.orange:before {
    background: #F58220; }
  .big-project-item.green:before {
    background: #00A54F; }
  .big-project-item.yellow:before {
    background: #FFF685; }
  .big-project-item.violet:before {
    background: #485E88; }
  .big-project-item.color1:before {
    background: #603411 !important; }
  .big-project-item.color2:before {
    background: #D3A87D !important; }
  .big-project-item.color3:before {
    background: #FABFC1 !important; }
  .big-project-item.color4:before {
    background: #C0415F !important; }
  .big-project-item.color5:before {
    background: #AB72BF !important; }
  .big-project-item.color6:before {
    background: #ABDD6E !important; }
  .big-project-item.color7:before {
    background: #B5E8BF !important; }
  .big-project-item.color8:before {
    background: #012653 !important; }
  .big-project-item.color9:before {
    background: #A9731D !important; }
  .big-project-item.color10:before {
    background: #00997B !important; }
  .big-project-item.color11:before {
    background: #3044B5 !important; }
  .big-project-item.color12:before {
    background: #0038A7 !important; }
  .big-project-item.color13:before {
    background: #441E1D !important; }
  .big-project-item.color14:before {
    background: #736443 !important; }
  .big-project-item--id {
    font-size: 12px;
    color: #333 !important; }
  .big-project-item--title {
    color: #333 !important;
    font-weight: bold;
    font-size: 18px; }
  .big-project-item--time {
    margin-top: auto;
    color: #00AEEF;
    font-size: 14px; }

@media (max-width: 768px) {
  .big-project-item {
    min-height: 65px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    margin-right: 0px;
    margin-bottom: 5px;
    position: relative;
    padding: 5px 10px 5px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column; }
    .big-project-item:hover {
      background: #f7f7f7; }
    .big-project-item:before {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      display: block;
      width: 10px;
      height: 100%; }
    .big-project-item.blue:before {
      background: #00AEEF; }
    .big-project-item.red:before {
      background: #EE1D23; }
    .big-project-item.orange:before {
      background: #F58220; }
    .big-project-item.green:before {
      background: #00A54F; }
    .big-project-item.yellow:before {
      background: #FFF685; }
    .big-project-item.violet:before {
      background: #485E88; }
    .big-project-item.color1:before {
      background: #603411 !important; }
    .big-project-item.color2:before {
      background: #D3A87D !important; }
    .big-project-item.color3:before {
      background: #FABFC1 !important; }
    .big-project-item.color4:before {
      background: #C0415F !important; }
    .big-project-item.color5:before {
      background: #AB72BF !important; }
    .big-project-item.color6:before {
      background: #ABDD6E !important; }
    .big-project-item.color7:before {
      background: #B5E8BF !important; }
    .big-project-item.color8:before {
      background: #012653 !important; }
    .big-project-item.color9:before {
      background: #A9731D !important; }
    .big-project-item.color10:before {
      background: #00997B !important; }
    .big-project-item.color11:before {
      background: #3044B5 !important; }
    .big-project-item.color12:before {
      background: #0038A7 !important; }
    .big-project-item.color13:before {
      background: #441E1D !important; }
    .big-project-item.color14:before {
      background: #736443 !important; }
    .big-project-item--id {
      font-size: 12px;
      color: #333 !important; }
    .big-project-item--title {
      color: #333 !important;
      font-weight: bold;
      font-size: 16px; }
    .big-project-item--time {
      margin-top: auto;
      color: #00AEEF;
      font-size: 12px; } }
.hot-message-block {
  margin-top: auto;
  background: #EFF4F8;
  width: 100%;
  padding: 20px; }
  .hot-message-block .hot-message-title {
    font-size: 20px;
    font-weight: bold; }
  .hot-message-block .hot-message-content {
    margin-top: 10px;
    font-size: 14px;
    color: #00AEEF; }

.content-work-panel-header {
  display: flex;
  align-items: flex-end;
  padding: 0 10px; }
  .content-work-panel-header .work_panel_label {
    position: relative;
    color: #00AEEF;
    top: -5px;
    margin-right: 5px;
    font-size: 16px;
    align-self: flex-end; }
  .content-work-panel-header .work_panel_input {
    color: #00AEEF;
    border: none;
    border-bottom: 1px solid #00AEEF;
    background: #E6E7E9;
    position: relative;
    padding: 0 0px 3px 0px;
    margin-right: 5px;
    font-size: 16px;
    line-height: 16px; }
  .content-work-panel-header .work_panel_filter_btn {
    cursor: pointer;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    background: #D9E3E8; }
    .content-work-panel-header .work_panel_filter_btn i {
      color: #00AEEF;
      font-size: 20px; }
    .content-work-panel-header .work_panel_filter_btn:hover {
      background: #00AEEF; }
      .content-work-panel-header .work_panel_filter_btn:hover i {
        color: #fff; }
  .content-work-panel-header .work-panel_total_time {
    margin-left: 30px;
    font-size: 40px;
    line-height: 40px;
    margin-right: 15px; }
  .content-work-panel-header .work_panel_time_block {
    margin-left: 10px;
    position: relative;
    top: 10px;
    padding: 10px;
    background: #D9E3E8; }
    .content-work-panel-header .work_panel_time_block .work_panel_time_block-t {
      line-height: 25px;
      font-size: 25px; }
    .content-work-panel-header .work_panel_time_block .work_panel_time_block-b {
      margin-top: 4px;
      font-size: 12px; }

.currentProjectTimer {
  color: #87CBE2; }

.user-block-header {
  width: calc(100% - 20px);
  margin: 20px 10px 15px;
  max-width: 1000px;
  position: relative;
  padding: 10px 10px 10px 20px;
  border-radius: 4px;
  background: #fff; }
  .user-block-header:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .user-block-header.blue:before {
    background: #00AEEF; }
  .user-block-header.red:before {
    background: #EE1D23; }
  .user-block-header.orange:before {
    background: #F58220; }
  .user-block-header.green:before {
    background: #00A54F; }
  .user-block-header.yellow:before {
    background: #FFF685; }
  .user-block-header.violet:before {
    background: #485E88; }
  .user-block-header.color1:before {
    background: #603411 !important; }
  .user-block-header.color2:before {
    background: #D3A87D !important; }
  .user-block-header.color3:before {
    background: #FABFC1 !important; }
  .user-block-header.color4:before {
    background: #C0415F !important; }
  .user-block-header.color5:before {
    background: #AB72BF !important; }
  .user-block-header.color6:before {
    background: #ABDD6E !important; }
  .user-block-header.color7:before {
    background: #B5E8BF !important; }
  .user-block-header.color8:before {
    background: #012653 !important; }
  .user-block-header.color9:before {
    background: #A9731D !important; }
  .user-block-header.color10:before {
    background: #00997B !important; }
  .user-block-header.color11:before {
    background: #3044B5 !important; }
  .user-block-header.color12:before {
    background: #0038A7 !important; }
  .user-block-header.color13:before {
    background: #441E1D !important; }
  .user-block-header.color14:before {
    background: #736443 !important; }
  .user-block-header .user-block-header-title {
    font-size: 20px;
    color: #333 !important;
    font-weight: bold; }
  .user-block-header .user-block-header-time-start {
    font-size: 20px;
    color: #333 !important; }
  .user-block-header .user-block-header-online {
    font-size: 16px;
    color: #00A54F;
    font-weight: normal; }
  .user-block-header .user-block-header-project {
    font-size: 20px; }
  .user-block-header .user-block-header-timer {
    font-size: 20px; }

.project-block-header {
  min-height: 80px;
  max-width: 1000px;
  width: calc(100% - 20px);
  margin: 20px 10px 15px;
  position: relative;
  padding: 10px 10px 10px 20px;
  border-radius: 4px;
  background: #fff; }
  .project-block-header:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .project-block-header.blue:before {
    background: #00AEEF; }
  .project-block-header.red:before {
    background: #EE1D23; }
  .project-block-header.orange:before {
    background: #F58220; }
  .project-block-header.green:before {
    background: #00A54F; }
  .project-block-header.yellow:before {
    background: #FFF685; }
  .project-block-header.violet:before {
    background: #485E88; }
  .project-block-header.color1:before {
    background: #603411 !important; }
  .project-block-header.color2:before {
    background: #D3A87D !important; }
  .project-block-header.color3:before {
    background: #FABFC1 !important; }
  .project-block-header.color4:before {
    background: #C0415F !important; }
  .project-block-header.color5:before {
    background: #AB72BF !important; }
  .project-block-header.color6:before {
    background: #ABDD6E !important; }
  .project-block-header.color7:before {
    background: #B5E8BF !important; }
  .project-block-header.color8:before {
    background: #012653 !important; }
  .project-block-header.color9:before {
    background: #A9731D !important; }
  .project-block-header.color10:before {
    background: #00997B !important; }
  .project-block-header.color11:before {
    background: #3044B5 !important; }
  .project-block-header.color12:before {
    background: #0038A7 !important; }
  .project-block-header.color13:before {
    background: #441E1D !important; }
  .project-block-header.color14:before {
    background: #736443 !important; }
  .project-block-header .project-block-header-id {
    font-size: 18px;
    color: #5E6165; }
  .project-block-header .project-block-header-title {
    font-size: 20px;
    color: #333 !important;
    font-weight: bold; }
  .project-block-header .project-block-header-employers {
    font-size: 20px; }

.big-user-item {
  min-height: 70px;
  width: 200px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  padding: 5px 10px 5px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column; }
  .big-user-item:hover {
    background: #f7f7f7; }
  .big-user-item--id {
    font-size: 12px;
    color: #333 !important; }
  .big-user-item--title {
    color: #333 !important;
    font-weight: bold;
    font-size: 18px; }
  .big-user-item--time {
    margin-top: auto;
    color: #00AEEF;
    font-size: 14px; }

.search-project-item {
  min-height: 60px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  margin-top: 5px;
  margin-right: 5px;
  position: relative;
  padding: 10px 10px 5px 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column; }
  .search-project-item.active {
    background: #8FD4DC !important; }
  .search-project-item:hover {
    background: #f7f7f7; }
  .search-project-item:before {
    position: absolute;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 10px;
    height: 100%; }
  .search-project-item.blue:before {
    background: #00AEEF; }
  .search-project-item.red:before {
    background: #EE1D23; }
  .search-project-item.orange:before {
    background: #F58220; }
  .search-project-item.green:before {
    background: #00A54F; }
  .search-project-item.yellow:before {
    background: #FFF685; }
  .search-project-item.violet:before {
    background: #485E88; }
  .search-project-item.color1:before {
    background: #603411 !important; }
  .search-project-item.color2:before {
    background: #D3A87D !important; }
  .search-project-item.color3:before {
    background: #FABFC1 !important; }
  .search-project-item.color4:before {
    background: #C0415F !important; }
  .search-project-item.color5:before {
    background: #AB72BF !important; }
  .search-project-item.color6:before {
    background: #ABDD6E !important; }
  .search-project-item.color7:before {
    background: #B5E8BF !important; }
  .search-project-item.color8:before {
    background: #012653 !important; }
  .search-project-item.color9:before {
    background: #A9731D !important; }
  .search-project-item.color10:before {
    background: #00997B !important; }
  .search-project-item.color11:before {
    background: #3044B5 !important; }
  .search-project-item.color12:before {
    background: #0038A7 !important; }
  .search-project-item.color13:before {
    background: #441E1D !important; }
  .search-project-item.color14:before {
    background: #736443 !important; }
  .search-project-item--top {
    display: flex;
    justify-content: space-between; }
  .search-project-item--id {
    font-size: 12px;
    color: #333 !important; }
  .search-project-item--title {
    color: #333 !important;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px; }
  .search-project-item--time {
    margin-top: auto;
    color: #00AEEF;
    font-size: 14px; }

.project-list-item {
  min-height: 60px;
  width: 100%;
  background: #fff;
  margin-top: 5px;
  border-radius: 4px;
  margin-right: 5px;
  color: #333 !important;
  position: relative;
  padding: 10px 10px 5px 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column; }
  .project-list-item:hover {
    background: #f7f7f7; }
  .project-list-item.active {
    color: #fff !important;
    background: #2ad285 !important; }
    .project-list-item.active:after {
      content: '✓';
      right: 4px;
      top: 2px;
      font-size: 18px;
      display: block;
      position: absolute; }
  .project-list-item:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .project-list-item.blue:before {
    background: #00AEEF; }
  .project-list-item.red:before {
    background: #EE1D23; }
  .project-list-item.orange:before {
    background: #F58220; }
  .project-list-item.green:before {
    background: #00A54F; }
  .project-list-item.yellow:before {
    background: #FFF685; }
  .project-list-item.violet:before {
    background: #485E88; }
  .project-list-item.color1:before {
    background: #603411 !important; }
  .project-list-item.color2:before {
    background: #D3A87D !important; }
  .project-list-item.color3:before {
    background: #FABFC1 !important; }
  .project-list-item.color4:before {
    background: #C0415F !important; }
  .project-list-item.color5:before {
    background: #AB72BF !important; }
  .project-list-item.color6:before {
    background: #ABDD6E !important; }
  .project-list-item.color7:before {
    background: #B5E8BF !important; }
  .project-list-item.color8:before {
    background: #012653 !important; }
  .project-list-item.color9:before {
    background: #A9731D !important; }
  .project-list-item.color10:before {
    background: #00997B !important; }
  .project-list-item.color11:before {
    background: #3044B5 !important; }
  .project-list-item.color12:before {
    background: #0038A7 !important; }
  .project-list-item.color13:before {
    background: #441E1D !important; }
  .project-list-item.color14:before {
    background: #736443 !important; }
  .project-list-item--top {
    display: flex;
    justify-content: space-between; }
  .project-list-item--id {
    font-size: 12px; }
  .project-list-item--title {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px; }
  .project-list-item--time {
    margin-top: auto;
    color: #00AEEF;
    font-size: 14px; }

.add-new-project-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  margin-top: 10px;
  padding: 15px 0;
  background: #53686E;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .add-new-project-btn--icon {
    color: #A3C2D1 !important;
    font-size: 35px !important; }
  .add-new-project-btn--plus {
    color: #A3C2D1 !important;
    font-size: 12px !important;
    margin-left: 5px; }
  .add-new-project-btn:hover {
    background: #A3C2D1 !important; }
  .add-new-project-btn:hover .add-new-project-btn--plus, .add-new-project-btn:hover .add-new-project-btn--icon {
    color: #fff !important; }

.colors {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .colors .color-circle {
    cursor: pointer;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 5px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .colors .color-circle.blue {
      background: #00AEEF; }
    .colors .color-circle.red {
      background: #EE1D23; }
    .colors .color-circle.orange {
      background: #F58220; }
    .colors .color-circle.green {
      background: #00A54F; }
    .colors .color-circle.yellow {
      background: #FFF685; }
    .colors .color-circle.violet {
      background: #485E88; }
    .colors .color-circle.color1 {
      background: #603411 !important; }
    .colors .color-circle.color2 {
      background: #D3A87D !important; }
    .colors .color-circle.color3 {
      background: #FABFC1 !important; }
    .colors .color-circle.color4 {
      background: #C0415F !important; }
    .colors .color-circle.color5 {
      background: #AB72BF !important; }
    .colors .color-circle.color6 {
      background: #ABDD6E !important; }
    .colors .color-circle.color7 {
      background: #B5E8BF !important; }
    .colors .color-circle.color8 {
      background: #012653 !important; }
    .colors .color-circle.color9 {
      background: #A9731D !important; }
    .colors .color-circle.color10 {
      background: #00997B !important; }
    .colors .color-circle.color11 {
      background: #3044B5 !important; }
    .colors .color-circle.color12 {
      background: #0038A7 !important; }
    .colors .color-circle.color13 {
      background: #441E1D !important; }
    .colors .color-circle.color14 {
      background: #736443 !important; }
    .colors .color-circle.active {
      width: 30px;
      height: 30px;
      min-width: 30px;
      min-height: 30px;
      max-width: 30px;
      max-height: 30px; }

.sidebar-current-project {
  margin-top: 5px;
  width: 100%;
  border-radius: 4px;
  padding: 20px 10px 10px 20px;
  position: relative;
  display: flex;
  background: #4C4F53;
  flex-direction: column;
  justify-content: space-between; }
  .sidebar-current-project:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 10px;
    height: 100%; }
  .sidebar-current-project.blue:before {
    background: #00AEEF; }
  .sidebar-current-project.red:before {
    background: #EE1D23; }
  .sidebar-current-project.orange:before {
    background: #F58220; }
  .sidebar-current-project.green:before {
    background: #00A54F; }
  .sidebar-current-project.yellow:before {
    background: #FFF685; }
  .sidebar-current-project.violet:before {
    background: #485E88; }
  .sidebar-current-project.color1:before {
    background: #603411 !important; }
  .sidebar-current-project.color2:before {
    background: #D3A87D !important; }
  .sidebar-current-project.color3:before {
    background: #FABFC1 !important; }
  .sidebar-current-project.color4:before {
    background: #C0415F !important; }
  .sidebar-current-project.color5:before {
    background: #AB72BF !important; }
  .sidebar-current-project.color6:before {
    background: #ABDD6E !important; }
  .sidebar-current-project.color7:before {
    background: #B5E8BF !important; }
  .sidebar-current-project.color8:before {
    background: #012653 !important; }
  .sidebar-current-project.color9:before {
    background: #A9731D !important; }
  .sidebar-current-project.color10:before {
    background: #00997B !important; }
  .sidebar-current-project.color11:before {
    background: #3044B5 !important; }
  .sidebar-current-project.color12:before {
    background: #0038A7 !important; }
  .sidebar-current-project.color13:before {
    background: #441E1D !important; }
  .sidebar-current-project.color14:before {
    background: #736443 !important; }
  .sidebar-current-project--title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #87CBE2;
    text-align: center; }
  .sidebar-current-project--subtitle {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center; }
  .sidebar-current-project--time {
    margin-top: 0px;
    text-align: center;
    font-size: 50px;
    margin-bottom: 10px;
    color: #87CBE2; }
  .sidebar-current-project--dates {
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #87CBE2; }
  .sidebar-current-project--button {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    padding: 10px;
    border-radius: 100%;
    color: #87CBE2; }
    .sidebar-current-project--button a {
      cursor: pointer;
      margin: 15px auto 0;
      font-size: 45px; }
      .sidebar-current-project--button a i {
        line-height: 35px;
        color: #87CBE2;
        font-size: 46px;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
      .sidebar-current-project--button a:hover i {
        color: #00AEEF; }

.registration-section {
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .registration-section .form-control {
    border-radius: 30px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .registration-section .registration-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
    .registration-section .registration-logo img {
      width: 70%; }

@media (max-width: 768px) {
  .registration-section {
    padding: 0 15px; } }
.login-btn {
  margin-top: 10px;
  background: #BE8D7D;
  border: 1px solid #BE8D7D;
  padding: 10px;
  font-size: 18px;
  width: 100%; }
  .login-btn:hover, .login-btn:focus {
    background: #a0776a; }

.page-loader {
  position: fixed;
  bottom: 5px;
  right: 10px;
  color: #00AEEF; }

.blackWorksModal .modal-content {
  background: #43464B; }
.blackWorksModal .closeBtn {
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 24px;
  line-height: 24px;
  color: #fff !important;
  cursor: pointer !important; }
.blackWorksModal hr {
  border-color: #87CBE2; }
.blackWorksModal .pTotalBottom {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  color: #87CBE2;
  padding: 0 30px; }
  .blackWorksModal .pTotalBottom span {
    padding: 10px;
    font-size: 14px; }
  .blackWorksModal .pTotalBottom div {
    font-size: 18px;
    line-height: 18px; }
.blackWorksModal table {
  margin-top: 20px;
  width: 100%; }
.blackWorksModal table tr:nth-of-type(odd) {
  background-color: #4E5156; }
.blackWorksModal table td {
  padding: 4px;
  color: #87CBE2;
  font-size: 14px; }
.blackWorksModal table .btn {
  color: #fff !important; }
.blackWorksModal .pHeadTitle {
  position: relative;
  width: 100%;
  padding: 10px 0 10px 20px;
  color: #87CBE2;
  font-size: 18px; }
  .blackWorksModal .pHeadTitle:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 10px;
    height: 100%; }
  .blackWorksModal .pHeadTitle.blue:before {
    background: #00AEEF; }
  .blackWorksModal .pHeadTitle.red:before {
    background: #EE1D23; }
  .blackWorksModal .pHeadTitle.orange:before {
    background: #F58220; }
  .blackWorksModal .pHeadTitle.green:before {
    background: #00A54F; }
  .blackWorksModal .pHeadTitle.yellow:before {
    background: #FFF685; }
  .blackWorksModal .pHeadTitle.violet:before {
    background: #485E88; }
  .blackWorksModal .pHeadTitle.color1:before {
    background: #603411 !important; }
  .blackWorksModal .pHeadTitle.color2:before {
    background: #D3A87D !important; }
  .blackWorksModal .pHeadTitle.color3:before {
    background: #FABFC1 !important; }
  .blackWorksModal .pHeadTitle.color4:before {
    background: #C0415F !important; }
  .blackWorksModal .pHeadTitle.color5:before {
    background: #AB72BF !important; }
  .blackWorksModal .pHeadTitle.color6:before {
    background: #ABDD6E !important; }
  .blackWorksModal .pHeadTitle.color7:before {
    background: #B5E8BF !important; }
  .blackWorksModal .pHeadTitle.color8:before {
    background: #012653 !important; }
  .blackWorksModal .pHeadTitle.color9:before {
    background: #A9731D !important; }
  .blackWorksModal .pHeadTitle.color10:before {
    background: #00997B !important; }
  .blackWorksModal .pHeadTitle.color11:before {
    background: #3044B5 !important; }
  .blackWorksModal .pHeadTitle.color12:before {
    background: #0038A7 !important; }
  .blackWorksModal .pHeadTitle.color13:before {
    background: #441E1D !important; }
  .blackWorksModal .pHeadTitle.color14:before {
    background: #736443 !important; }
.blackWorksModal .uHeadTitle {
  position: relative;
  width: 100%;
  padding: 5px 0 5px 20px;
  color: #87CBE2;
  font-size: 18px; }
  .blackWorksModal .uHeadTitle div {
    font-size: 16px;
    line-height: 20px; }
  .blackWorksModal .uHeadTitle span {
    font-size: 12px; }
  .blackWorksModal .uHeadTitle:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 10px;
    height: 100%; }
  .blackWorksModal .uHeadTitle.blue:before {
    background: #00AEEF; }
  .blackWorksModal .uHeadTitle.red:before {
    background: #EE1D23; }
  .blackWorksModal .uHeadTitle.orange:before {
    background: #F58220; }
  .blackWorksModal .uHeadTitle.green:before {
    background: #00A54F; }
  .blackWorksModal .uHeadTitle.yellow:before {
    background: #FFF685; }
  .blackWorksModal .uHeadTitle.violet:before {
    background: #485E88; }
  .blackWorksModal .uHeadTitle.color1:before {
    background: #603411 !important; }
  .blackWorksModal .uHeadTitle.color2:before {
    background: #D3A87D !important; }
  .blackWorksModal .uHeadTitle.color3:before {
    background: #FABFC1 !important; }
  .blackWorksModal .uHeadTitle.color4:before {
    background: #C0415F !important; }
  .blackWorksModal .uHeadTitle.color5:before {
    background: #AB72BF !important; }
  .blackWorksModal .uHeadTitle.color6:before {
    background: #ABDD6E !important; }
  .blackWorksModal .uHeadTitle.color7:before {
    background: #B5E8BF !important; }
  .blackWorksModal .uHeadTitle.color8:before {
    background: #012653 !important; }
  .blackWorksModal .uHeadTitle.color9:before {
    background: #A9731D !important; }
  .blackWorksModal .uHeadTitle.color10:before {
    background: #00997B !important; }
  .blackWorksModal .uHeadTitle.color11:before {
    background: #3044B5 !important; }
  .blackWorksModal .uHeadTitle.color12:before {
    background: #0038A7 !important; }
  .blackWorksModal .uHeadTitle.color13:before {
    background: #441E1D !important; }
  .blackWorksModal .uHeadTitle.color14:before {
    background: #736443 !important; }

.vertical-links a {
  position: relative;
  display: block;
  padding: 12px 1rem;
  font-size: 18px;
  line-height: 18px;
  color: #333 !important;
  text-decoration: none;
  outline: none;
  cursor: pointer; }
  .vertical-links a.active {
    background: #f5f5f5; }
  .vertical-links a.active:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #253F56; }
  .vertical-links a:hover, .vertical-links a:focus {
    background: #f5f5f5; }

.button-lg-m {
  min-height: 70px; }

.big-modal-btn {
  min-width: 200px; }

@media (max-width: 768px) {
  .big-modal-btn {
    width: 100%;
    padding: 20px 0 !important;
    font-size: 20px; } }
.confirm-user-item {
  min-height: 70px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 5px;
  position: relative;
  padding: 5px 10px 5px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column; }
  .confirm-user-item:hover {
    background: #f7f7f7; }
  .confirm-user-item--title {
    color: #333 !important;
    font-weight: bold;
    font-size: 18px; }
  .confirm-user-item--email {
    color: #333 !important;
    font-size: 14px; }
  .confirm-user-item--position {
    color: #333 !important;
    font-size: 14px; }
  .confirm-user-item--time {
    margin-top: auto;
    color: #00AEEF;
    font-size: 14px; }
  .confirm-user-item .btn {
    color: #fff !important; }

.firstDateColumn {
  width: 160px;
  min-width: 160px; }

.table-m tr {
  font-size: 14px; }

@media (max-width: 768px) {
  .table-m tr {
    font-size: 12px; }

  .table-m td,
  .table-m th {
    padding: 0.35rem; }

  .firstDateColumn {
    width: 130px;
    min-width: 130px; } }
.alertBlock {
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -o-pointer-events: none;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  width: 175px;
  height: 100vh;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-direction: column;
  /* Safari 6.1+ */
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.alertBlockContent {
  width: 100%; }

.successAlert {
  width: 94%;
  margin: 6px auto;
  min-height: 40px;
  color: #fff;
  padding: 1vh;
  font-size: 14px;
  background: rgba(0, 165, 79, 0.7);
  border-radius: 10px;
  display: table-cell;
  vertical-align: middle; }

.redAlert {
  width: 94%;
  margin: 6px auto;
  min-height: 40px;
  color: #fff;
  padding: 1vh;
  font-size: 14px;
  background: rgba(103, 20, 1, 0.7);
  border-radius: 2vh;
  display: table-cell;
  vertical-align: middle; }

.slide-blue {
  background: #00AEEF !important; }

.slide-red {
  background: #EE1D23 !important; }

.slide-orange {
  background: #F58220 !important; }

.slide-green {
  background: #00A54F !important; }

.slide-yellow {
  background: #FFF685 !important; }

.slide-violet {
  background: #485E88 !important; }

.slide-color1 {
  background: #603411 !important; }

.slide-color2 {
  background: #D3A87D !important; }

.slide-color3 {
  background: #FABFC1 !important; }

.slide-color4 {
  background: #C0415F !important; }

.slide-color5 {
  background: #AB72BF !important; }

.slide-color6 {
  background: #ABDD6E !important; }

.slide-color7 {
  background: #B5E8BF !important; }

.slide-color8 {
  background: #012653 !important; }

.slide-color9 {
  background: #A9731D !important; }

.slide-color10 {
  background: #00997B !important; }

.slide-color11 {
  background: #3044B5 !important; }

.slider-color12 {
  background: #0038A7 !important; }

.slide-color13 {
  background: #441E1D !important; }

.slide-color14 {
  background: #736443 !important; }

.lunch-color {
  background: #c4c5c7 !important; }

.modal-big {
  max-width: 1200px !important; }

/*# sourceMappingURL=timemanager.css.map */
