﻿.logo-element {
  padding: 17px;
}
table tr.shown .fa-plus-circle:before {
  content: "\f056";
}
#task-detail-modal.modal {
  pointer-events: none;
}
#task-detail-modal.modal .modal-dialog {
  pointer-events: none;
}
#task-detail-modal.modal .modal-dialog .modal-content {
  pointer-events: auto;
}
.media-upload .col-md-6 {
  width: 50%;
  text-align: center;
  padding: 0 50px;
}
.media-upload .col-md-6:first-child {
  border-right: 1px dashed #000;
}
.media-upload .col-md-6 button {
  margin: 10px 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 30px;
  width: 100%;
}
.media-upload .col-md-6 button i {
  display: block;
  font-size: 25px;
  margin-bottom: 12px;
}
.media-popup {
  position: fixed;
  display: none;
  z-index: 9999;
  padding: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-popup.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-popup .fa-times {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 22px;
}
.media-popup .popup-content {
  position: relative;
  background-color: #ffffff;
  max-width: 600px;
  width: 95%;
  position: absolute;
  margin: 1%;
  padding: 20px 40px 40px;
  box-sizing: border-box;
}
.media-popup .popup-content h2 {
  text-align: center;
  margin-bottom: 20px;
}
.media-popup:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.timeline-container .timeline-wrapper {
  min-height: 259px;
}
.tab-pane .fa-hourglass-half {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 100%;
  background-color: orange;
  font-size: 15px;
  display: none;
  color: white;
}
.budget-summary .conflict {
  position: relative;
}
.budget-summary .conflict i.text-danger.has-tooltip {
  position: absolute;
  top: -20px;
  left: -10px;
  background-color: #a94442;
  color: #fff !important;
  border-radius: 100%;
  padding: 5px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
  padding: 6px 7px;
}
.project-rooms .row > .col-md-1:first-child {
  padding-right: 0;
  width: 10%;
}
.back-btn .btn-white {
  margin-top: 10px;
  border-color: #1ab394;
  color: #1ab394;
  transition: 0.1s all ease-in;
}
.back-btn .btn-white:hover {
  background-color: #1ab394;
  color: #fff;
}
.list-view {
  margin-right: 25px;
  border-right: 2px solid #1ab394;
  padding-right: 15px;
}
.list-view i {
  font-size: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.list-view i.text-success {
  color: #1ab394 !important;
}
.btn-eye {
  background-color: #ffbf28;
  border-color: #ffbf28;
}
.btn-eye:hover {
  background-color: #ffc030;
  border-color: #ffc030;
}
.btn {
  transition: 0.3s all ease-in;
}
.btn.orange {
  background-color: #f8ac59;
  border-color: #f8ac59;
}
.btn.orange:hover {
  background-color: #f69428;
}
.btn.green-ghost {
  background-color: transparent;
  border: 1px solid #1ab394;
  color: #1ab394;
}
.btn.green-ghost:hover {
  background-color: #1ab394;
  color: #fff;
}
.media-types .fa-filter {
  font-size: 16px;
  color: #1ab394;
  margin-right: 10px;
}
.media-upload {
  display: flex;
  align-items: center;
}
.media-upload .btn-primary {
  margin: 0;
}
.file-uploads {
  cursor: pointer;
  width: 100%;
}
.search-window {
  position: relative;
}
.search-window input {
  padding-right: 50px;
  height: 40px;
}
.search-window .fa-search {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 17px;
  padding: 11px;
  cursor: pointer;
  box-sizing: border-box;
}
.full-width {
  width: 100% !important;
  max-width: 100% !important;
}
.dataTables_wrapper .top .dataTables_length select {
  margin-right: 10px;
}
.dataTables_wrapper .top .dataTables_filter {
  position: relative;
}
.dataTables_wrapper .top .dataTables_filter:after {
  content: '\f002';
  font-family: FontAwesome;
  position: absolute;
  right: 23px;
  bottom: 20px;
  font-size: 16px;
  display: block;
  user-select: none;
  pointer-events: none;
  cursor: pointer;
}
.dataTables_wrapper .top .dataTables_filter input {
  padding-right: 25px;
}
.dashboard {
  display: flex;
  flex-flow: wrap;
}
.dashboard > .col-lg-4 {
  margin-bottom: 20px;
}
.dashboard > .col-lg-4 > a {
  height: 100%;
  margin-bottom: 0;
}
.dashboard:after {
  content: '';
  clear: both;
  display: block;
}
.modal-header .close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 35px;
}
#task-detail-modal.modal {
  top: 0;
  padding: 0 !important;
  background-color: rgba(0, 0, 0, 0.5);
}
#task-detail-modal.modal .modal-dialog .modal-content {
  overflow: auto;
  max-height: calc(100vh - 60px);
}
#task-detail-modal.modal .modal-dialog .modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
#task-detail-modal.modal .modal-dialog .modal-content::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
  border-radius: 0 4px 4px 0;
}
#task-detail-modal.modal .modal-dialog .modal-content::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.coloured-circle {
  width: 12px !important;
  height: 12px !important;
  padding: 0!important;
}
.coloured-circle-table {
  position: absolute;
}
.coloured-circle-table ~ a,
.coloured-circle-table ~ span,
.coloured-circle-table ~ div {
  padding-left: 20px;
}
.calendar-filter {
  border-bottom: 1px solid #b3c2c9;
  padding-bottom: 10px;
  margin-top: 20px;
  display: block;
  padding-right: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.calendar-filter.slide-up .fa-angle-down {
  transform: rotate(180deg);
}
.calendar-filter .fa-angle-down {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(0);
  transition: all 0.3s ease-in;
}
.calendar-filter-group .checkbox-custom label {
  position: relative;
  padding-left: 25px;
  box-sizing: border-box;
}
.calendar-filter-group .checkbox-custom label:before {
  left: 0;
  position: absolute;
  width: 18px !important;
  height: 18px !important;
}
.calendar-filter-group .checkbox-custom label:after {
  top: 1px !important;
  left: 3px !important;
  font-size: 13px !important;
}
.tab-overview .close {
  display: none;
}
.heading-flex h2 {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.heading-flex h2 .label {
  margin-left: 10px;
}
.filter-new {
  display: flex;
  justify-content: space-between;
  align-content: center;
  border-bottom: 2px solid #1bb394;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.filter-new .filter {
  display: flex;
  align-items: center;
}
.breadcrumb .fa-level-up {
  color: #1bb394;
}
.breadcrumb li {
  cursor: pointer;
}
.media-grid {
  display: flex;
  flex-flow: wrap;
}
.media-grid .image-grid {
  display: flex;
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
.mobile-tab-fixed {
  display: none;
}
.file-box {
  width: 20%;
}
.file-box > .dragArea {
  height: 100%;
}
.file-box .image {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}
.file-box .image img {
  max-width: 100% !important;
  max-height: 100px;
  cursor: pointer;
}
.file-box .file .fa-trash {
  color: #ED5565;
}
.file-box .file i {
  padding: 7px;
  box-sizing: border-box;
  cursor: pointer;
}
.file-box .file i.fa-pencil,
.file-box .file i.fa-trash {
  background-color: transparent;
  transition: all 0.3s ease-in;
}
.file-box .file i.fa-pencil:hover,
.file-box .file i.fa-trash:hover {
  background-color: #f1f1f1;
}
.file-box .file .file-name {
  word-break: break-word;
  min-height: 75px;
  padding: 10px 7px;
}
.info-element {
  user-select: none;
}
.info-element .taskhandle {
  user-select: none;
}
.info-element .taskhandle span,
.info-element .taskhandle div,
.info-element .taskhandle i,
.info-element .taskhandle b,
.info-element .taskhandle ul,
.info-element .taskhandle li,
.info-element .taskhandle button {
  user-select: none;
}
.swal2-popup {
  padding: 20px 30px !important;
}
.swal2-popup .swal2-content {
  margin-left: 15px;
  margin-right: 10px;
}
.add-task {
  padding: 6px 22px;
  border-color: #1ab394;
  color: #1ab394;
}
.folder-list {
  padding-left: 0;
}
.folder-list span {
  display: inline-block;
  margin-left: 10px;
  float: right;
}
.folder-name {
  padding-left: 7px;
}
.checkbox-custom input[type="checkbox"]:not(:checked) + label span,
.checkbox-custom input[type="checkbox"]:checked + label span {
  width: calc(100% - 27px);
  text-align: left;
}
.vertical-container .file-detail {
  padding: 10px;
}
.vertical-container .file-detail .image img {
  max-width: 100% !important;
}
.vertical-container .image-controls {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.vertical-container .image-controls a {
  float: none;
  width: 48%;
}
.vertical-container .image-controls a:last-child {
  width: 100%;
  margin-top: 10px;
}
#task-detail-modal .modal-header {
  padding: 20px 15px;
}
#task-detail-modal .modal-footer {
  position: sticky;
  bottom: 1px;
  background-color: #FFFFFF;
  padding: 15px 30px;
  padding-bottom: 50px;
}
#task-detail-modal .modal-footer button {
  width: 100%;
  margin-top: 5px;
}
#task-detail-modal .modal-footer .btn + .btn {
  margin-left: 0;
}
#task-detail-modal .modal-footer .cancel {
  display: block;
  background-color: transparent;
  border: 1px solid #d3d3d3;
}
#task-detail-modal .modal-footer .proceed-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#task-detail-modal .modal-footer .proceed-buttons button {
  width: 49%;
}
.mobile-filter-toggle {
  display: none;
}
@media (min-width: 768px) {
  .budget-summary .col-sm-3 {
    width: 24.5%;
  }
  .budget-summary .col-sm-1 {
    width: 12.5%;
  }
  .budget-summary .col-md-12 .row .col-sm-1:last-child {
    width: 13%;
  }
  .budget-summary .col-md-11 {
    width: 87.5%;
  }
  .budget-summary .budget-lines input[type=number] {
    max-width: 100%;
  }
}
@media (max-width: 1250px) {
  .media-grid .file-box {
    width: 25%;
  }
  .tab-overview {
    display: flex;
    flex-flow: wrap;
    width: calc(100% - 10px);
    align-items: center;
  }
  .tab-overview a,
  .tab-overview > div {
    margin: 5px;
  }
  .tab-overview a button,
  .tab-overview > div button {
    margin: 0;
  }
  .tab-overview a.pull-right,
  .tab-overview > div.pull-right {
    position: relative;
    right: auto;
    top: auto;
  }
}
.task-table thead tr th {
  text-transform: uppercase;
  border-width: 2px;
  border-color: #1ab394;
}
@media (max-width: 1000px) {
  .media-grid .file-box {
    width: 33.333333%;
  }
}
@media (max-width: 991px) {
  .ibox-content .col-md-3 .vue-tags-input {
    max-width: 100%;
    margin-bottom: 5px;
  }
  .mobile-filter {
    padding: 5px 35px;
  }
  .mobile-filter .col-md-3 {
    width: 100%;
    margin: 10px 0;
  }
  .mobile-filter .select2 {
    width: 100% !important;
  }
  .mobile-tab-overview {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  #side-menu > li.active > ul > li span {
    display: inline-block;
  }
  #task-detail-modal.modal .modal-dialog .modal-content {
    max-height: calc(100vh - 20px);
  }
}
@media (max-width: 600px) {
  .media-upload .col-md-6 {
    width: 90%;
    padding: 10px 0;
  }
  .media-upload .col-md-6:first-child {
    border: none;
    border-bottom: 1px dashed #000;
  }
  .mobile-dropdown {
    display: none;
  }
  .mobile-filter-nav a.btn {
    display: none;
  }
  .mobile-filter-parent.active .mobile-dropdown {
    display: block;
  }
  .mobile-filter-toggle {
    display: inline-block;
  }
  .media-upload {
    flex-flow: column;
  }
  .media-upload .border-right {
    border-right: none;
    border-bottom: 1px dashed #333;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .filter-new {
    flex-flow: column;
  }
  .filter-new .filter {
    flex-flow: column;
    align-items: flex-start;
  }
  .filter-new .filter .list-view {
    border-right: none;
    margin-bottom: 5px;
  }
  .media-grid .file-box {
    width: 50%;
  }
  .add-task {
    color: #1ab394;
    border-color: #1ab394;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 15px;
    border: 1px solid #1ab394;
  }
  .add-task.large {
    font-size: 17px;
    line-height: 25px;
    padding: 8px 15px;
    border: 2px solid #1ab394;
  }
  .nav-tabs {
    width: 100%;
    position: relative;
    min-height: 45px;
    border-bottom: 0;
  }
  .nav-tabs li {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
  }
  .nav-tabs li.active {
    z-index: 3;
    background-color: #ffffff;
  }
  .nav-tabs li.active a:after {
    content: '\f0d7';
    font-family: FontAwesome;
    color: #1ab394;
    float: right;
  }
  .nav-tabs li a {
    border: 1px solid #dddddd;
    cursor: pointer;
    border-radius: 5px;
  }
  .nav-tabs.active li {
    position: relative;
  }
  .nav-tabs.active li a:after {
    content: none;
  }
  .mobile-tab-fixed {
    display: block;
    margin: auto;
  }
  .mobile-tab-overview .tab-overview {
    display: none;
  }
  .mobile-tab-overview .close {
    display: block;
  }
  .mobile-tab-overview.active:before {
    content: '';
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
  .mobile-tab-overview.active .tab-overview {
    display: block;
    position: fixed;
    flex-flow: column;
    left: 0;
    right: 0;
    width: 90%;
    background-color: #fff;
    z-index: 99;
    padding: 30px;
    margin: auto;
    max-width: 400px;
  }
  .mobile-tab-overview.active .tab-overview > a,
  .mobile-tab-overview.active .tab-overview > div,
  .mobile-tab-overview.active .tab-overview button {
    display: block;
    width: 100%;
    float: none !important;
  }
  .mobile-tab-overview.active .tab-overview .dropdown-menu {
    position: relative;
    width: 100%;
    float: none;
  }
  .mobile-tab-overview.active .tab-overview .close {
    text-align: right;
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .task-lists .col-lg-3 {
    width: 100%;
  }
  .list-view {
    display: inline-block;
    border-right: none;
  }
  .task-table > thead > tr > th:not(:first-child) {
    display: none;
  }
  .task-table > tbody > tr > td:not(:first-child) {
    display: none;
  }
}
@media (max-width: 500px) {
  .main-nav-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main-nav-top:before,
  .main-nav-top:after {
    content: none;
  }
  .main-nav-top .logout span {
    display: none;
  }
}
@media (max-width: 400px) {
  .select2 {
    width: 100% !important;
  }
  .media-grid .file-box {
    width: 100%;
  }
  .media-types {
    display: flex;
    flex-flow: column;
  }
  .media-types .btn {
    text-align: left;
    margin-bottom: 4px;
  }
  div.dataTables_wrapper div.dataTables_length {
    float: none;
  }
  div.dataTables_wrapper div.dataTables_length label,
  div.dataTables_wrapper div.dataTables_filter label {
    white-space: normal;
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_length label select,
  div.dataTables_wrapper div.dataTables_filter label select {
    display: block;
    text-align: center;
    margin: 3px auto !important;
  }
}