.w-10 {
  width: 10% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

html {
  overflow-y: scroll;
}

.pt-20 {
  padding-top: 20px;
}

.pl-10 {
  padding-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.blank_row {
  display: none;
}

.del-form-row {
  cursor: pointer;
}

#modal .del-form-row {
  display: none;
}

@media (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
}

.sticky-top {
  position: fixed;
  top: 60px;
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
}

.fixed_footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 230px;
  width: auto;
  margin: 0;
}

.sidebar-collapse .fixed_footer {
  left: 50px;
}

@media (max-width: 768px) {
  .fixed_footer {
    left: 0px !important;
  }
}

.greyed_out {
  color: #b6b6b6;
}

.align-top {
  vertical-align: top;
}

.main-header .logo {
  line-height: 45px;
}

.edit_container {
  min-height: calc(100vh - 117px);
}

.edit_container.not_fixed {
  min-height: 200px;
}

.central {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.item hr {
  border-bottom: 1px solid #a9a9a9;
  margin-top: 7px;
}

.item:last-child hr {
  display: none;
}

#classified-list #table_wrapper .col-sm-6 {
  width: 100% !important;
}

#classified-list #table_filter {
  width: 100%;
}

#classified-list #table_filter label {
  width: 100%;
  font-size: 0;
}

#classified-list #table_filter input {
  width: 100%;
  font-size: 12px;
  margin: 0;
}

.tab-pane {
  padding-top: 15px;
}

.estimate_items .item.row,
.estimate_items .subheading-row,
.estimate_items .breakdown-item {
  padding-left: 27px;
  position: relative;
  clear: both;
}

.estimate_items .item.row .handle,
.estimate_items .subheading-row .handle,
.estimate_items .breakdown-item .handle {
  position: absolute;
  top: 6px;
  left: 20px;
  z-index: 9;
}

.estimate_items .item label {
  display: none;
}

.estimate_items .item:first-of-type label {
  display: block;
}

.estimate_items .breakdown {
  margin: 15px 0;
  padding: 15px 0 15px 15px;
}

.estimate_items .breakdown .handle {
  top: 19px !important;
  left: 15px !important;
}

.estimate_items .breakdown .breakdown-item {
  position: relative;
}

.estimate_items .breakdown .breakdown-item .breakdown-handle {
  position: absolute;
  top: 8px;
  left: 18px;
}

.estimate_totals p {
  font-size: 1.2em;
}

.estimate_totals span {
  margin-left: 5px;
}

.one_line_description {
  resize: none;
  height: 34px;
}

.clockpicker {
  width: calc(100% - 50px);
}

.form-control.inline {
  width: auto;
}

.timerecord.item {
  margin-bottom: 15px;
}

.timerecord.item .stop-timer {
  display: none;
}

.timerecord.item .stop-timer,
.timerecord.item .start-timer {
  padding-right: 7px;
  border-right: 1px solid #c0c0c0;
  margin-right: 10px;
  height: 34px;
  line-height: 34px;
}

.timerecord.item .del-form-row,
.timerecord.item .check-timer {
  line-height: 34px;
}

.timerecording .info-box {
  min-height: 62px;
}

.timerecording .info-box .progress {
  margin: 5px 0px;
}

.timerecording .info-box-content {
  margin-left: 0;
}

.monthly-report .box-header h4,
.monthly-report .box-header a {
  display: block;
}

.monthly-report .box-header span {
  float: right;
}

.week {
  position: relative;
  padding: 0 !important;
}

.team {
  overflow-x: auto;
}

.team table {
  table-layout: fixed;
  min-width: 900px;
}

.team ul {
  padding: 0;
}

.team li {
  list-style: none;
  padding: 0;
  margin: 5px;
}

.team .sortable-placholder {
  background: #e2e2e2;
  height: 25px;
  border: 1px solid #0c0c0c;
  border-radius: 10px;
  box-sizing: border-box;
}

.team .ui-sortable-helper .tooltip,
.team .ui-draggable-dragging .tooltip {
  display: none !important;
}

.team .job {
  cursor: pointer;
  display: block;
  height: 25px;
  line-height: 25px;
  color: #fff !important;
  padding: 0 8px;
  box-sizing: border-box;
  font-size: 13px;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*&.days-5{ width:100%; }
  &.days-4{ width:80%; }
  &.days-3{ width:60%; }
  &.days-2{ width:40%; }
  &.days-1{ width:20%; }

  &clear{ clear:left; }

  &.space-1{ margin-left:20% }
  &.space-2{ margin-left:40% }
  &.space-3{ margin-left:60% }
  &.space-4{ margin-left:80% }*/
}

.team .later .job {
  opacity: 0.64;
}

.team .trash {
  min-height: 30px;
  width: 150px;
  margin-bottom: 0;
  overflow: hidden;
}

.team .trash li {
  margin: 0;
}

.team .fa-trash,
.team .close-fa {
  margin: 0px 9px 0 10px;
  font-size: 20px;
}

.team .close_job {
  border-top: 1px solid #0c0c0c;
  border-bottom: 1px solid #0c0c0c;
  padding: 4px 0 5px 0;
  margin-bottom: 7px;
}

.todo-list > li .label {
  font-size: 11px;
  margin-top: -1px;
}

#incomplete span.complete {
  display: none;
}

#complete span.deadline {
  display: none;
}

#legend ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

#legend li {
  display: inline-block;
}

#legend li span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 7px;
  margin-left: 17px;
}

.mailbox-attachments.project_view {
  height: 348px;
  overflow: hidden;
}

.mailbox-attachments li {
  width: 117px;
}

.upload_container .preview {
  margin-bottom: 10px;
}

.mailbox-attachment-icon {
  width: 100%;
  height: 110px;
  padding: 10px 10px;
}

.mailbox-attachment-name {
  font-size: 1.3rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-weight: normal;
}

.drop {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.drop .progress {
  display: none;
}

.drop .preview {
  width: 110px;
  display: block;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
}

.drop .preview img,
.drop .preview span {
  width: 100%;
  height: 110px;
}

.drop .preview span {
  border: 1px #ccc solid;
}

.drop .preview p {
  font-size: 1rem;
  margin: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.delete_team {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.team-member {
  position: relative;
}

.team-member:hover .delete_team {
  display: block;
}

.thread textarea {
  resize: none;
}

.select_team {
  display: none;
}

.select2-hidden-accessible {
  width: 1px !important;
  height: 1px !important;
}

.user-round {
  width: 40px !important;
  height: 40px !important;
  border-radius: 80px;
  display: inline-block;
  border: 1px #a5a5a5 solid !important;
}

.user-round-large {
  width: 70px !important;
  height: 70px !important;
  border-radius: 80px;
  display: inline-block;
  border: 1px #a5a5a5 solid !important;
  max-width: none !important;
}

.user-block .user-round {
  float: left;
}

#user-list-container #table-user-list_filter {
  width: 100%;
}

#user-list-container #table-user-list_filter label {
  width: 100%;
  font-size: 0;
}

#user-list-container #table-user-list_filter input {
  width: 100%;
  font-size: 12px;
  margin: 0;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-draggable {
  cursor: move;
}

/* Override the js setting of content-wrapper in /dist/js/app.js
 */

@media (max-width: 640px) {
  .content-wrapper {
    min-height: unset !important;
  }
}

.height-auto {
  height: auto !important;
}

.box-window-min-height {
  min-height: calc(100vh - 200px);
}

@media (min-width: 767px) {
  .box-window-min-height {
    min-height: calc(100vh - 300px);
  }
}

.btn-container {
  width: 202px;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

span.message {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  line-height: 1.1;
  font-size: 0.9em;
  vertical-align: middle;
}

span.message + span.message {
  margin-right: 0;
}

@media (max-width: 640px) {
  .btn {
    padding: 8px 13px;
  }
}

@media print {
  .hide-print {
    display: none !important;
  }
}

.fc-time {
  display: none;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

