.hiddenformblock {
  border: 2px solid red;
}

.card-box {
  border-radius: 3px;
  background-color: #fff;
}

.btn-back {
  padding: 0.4rem 0.4rem;
  font-size: 1.1rem;
  line-height: 1;
  border-radius: 0.2rem;
  margin: 0;
}

.file-man-box {
  padding: 20px;
  border: 1px solid #e3eaef;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}

.file-man-box .file-close {
  color: #f1556c;
  position: absolute;
  line-height: 24px;
  font-size: 24px;
  right: 10px;
  top: 10px;
  visibility: hidden;
}

.file-man-box .file-img-box {
  line-height: 120px;
  text-align: center;
}

.file-man-box .file-img-box img {
  height: 64px;
}

.file-man-box .file-download {
  font-size: 32px;
  color: #98a6ad;
  position: absolute;
  right: 10px;
}

.file-man-box .file-download:hover {
  color: #313a46;
}

.file-man-box .file-man-title {
  padding-right: 25px;
}

.file-man-box:hover {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}

.file-man-box:hover .file-close {
  visibility: visible;
}

.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
}

.overlay {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  opacity: 0;
  background: rgba(39, 42, 43, 0.8);
  transition: opacity 200ms ease-in-out;
  border-radius: 4px;
  opacity: 1;
  width: 495px;
  height: 70px;
}

#timeline-header {
  font-size: 26px;
}

.cancelled {
  text-decoration: line-through;
}

.timeline-panel.today {
  height: 5px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px;
  margin-bottom: 10px;
  background: #000;
}

.timeline-panel.today:before {
  visibility: hidden !important;
  display: none !important;
}

.timeline-panel.today:after {
  visibility: hidden !important;
  display: none !important;
}

.timeline-badge.warning {
  top: -20px !important;
}

.timeline-panel.past {
  background: #eee;
}

.timeline-panel.past:after {
  border-right: 14px solid #eee !important;
}

.timeline-panel.main_element {
  font-weight: bolder;
  color: #FFFFFF !important;
  background: #0196a3;
  border-color: #0196a3 !important;
}

.timeline-panel.main_element:after {
  border-right: 14px solid #0196a3 !important;
}

.timeline-panel.selected_past {
  font-weight: bolder;
  color: #FFFFFF !important;
  background: #333;
  border-color: #333 !important;
}

.timeline-panel.selected_past:after {
  border-right: 14px solid #333 !important;
}

.timeline {
  list-style: none;
  padding: 10px 0 10px;
  position: relative;
  width: 600px;
}

.timeline:before {
  background-color: #eee;
  bottom: 0;
  content: " ";
  left: 50px;
  margin-left: -1.5px;
  position: absolute;
  top: 0;
  width: 3px;
}

.timeline > li {
  margin-bottom: 10px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  border-radius: 2px;
  border: 1px solid #d4d4d4;
  box-shadow: 0 1px 2px rgba(100, 100, 100, 0.2);
  margin-left: 100px;
  padding: 20px;
  position: relative;
}

.timeline > li > .timeline-panel .timeline-heading .timeline-panel-controls {
  position: absolute;
  right: 8px;
  top: 5px;
}

.timeline > li > .timeline-panel .timeline-heading .timeline-panel-controls .timestamp {
  display: inline-block;
}

.timeline > li > .timeline-panel .timeline-heading .timeline-panel-controls .controls {
  display: inline-block;
  padding-right: 5px;
  border-right: 1px solid #aaa;
}

.timeline > li > .timeline-panel .timeline-heading .timeline-panel-controls .controls a {
  color: #999;
  font-size: 11px;
  padding: 0 5px;
}

.timeline > li > .timeline-panel .timeline-heading .timeline-panel-controls .controls a:hover {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.timeline > li > .timeline-panel .timeline-heading .timeline-panel-controls .controls + .timestamp {
  padding-left: 5px;
}

.timeline > li .timeline-badge {
  background-color: #999;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4em;
  height: 50px;
  left: 50px;
  line-height: 52px;
  margin-left: -25px;
  position: absolute;
  text-align: center;
  top: 16px;
  width: 50px;
  z-index: 100;
}

.timeline > li .timeline-badge + .timeline-panel:before {
  border-bottom: 15px solid transparent;
  border-left: 0 solid #ccc;
  border-right: 15px solid #ccc;
  border-top: 15px solid transparent;
  content: " ";
  display: inline-block;
  position: absolute;
  left: -15px;
  right: auto;
  top: 26px;
}

.timeline > li .timeline-badge + .timeline-panel:after {
  border-bottom: 14px solid transparent;
  border-left: 0 solid #fff;
  border-right: 14px solid #fff;
  border-top: 14px solid transparent;
  content: " ";
  display: inline-block;
  position: absolute;
  left: -14px;
  right: auto;
  top: 27px;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #0196a3 !important;
}

.timeline-badge.warning {
  background-color: #000000 !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-badge.planning {
  background-color: #00629c !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.copy {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #aaa;
  font-size: 11px;
}

.copy > * {
  color: #444;
}

.btn > i {
  margin-right: 0;
}

.table td,
.table th {
  padding: 0.4rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 1.1rem;
  line-height: 2;
  border-radius: 0.2rem;
}

.multiselect__tag {
  background: #888;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #2b2f2d;
}

.multiselect__tag-icon::after {
  color: #e2eae6;
}

.multiselect__option--highlight {
  background: #e8e8e8;
  color: black;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #e8e8e8;
  color: black;
}

.multiselect__option {
  background: #f4f7fa;
}

.is-invalid ~ .invalid-feedback {
  display: block;
}

#f6,
#f12 {
  display: block;
}

.offertrow,
.customerrow {
  padding: 5px;
  border-top: none;
  border-right: none;
  border-left: none;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 800px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.mymodal-body {
  margin: 10px 0;
}

.modal-default-button {
  float: right;
}

/*
   * The following styles are auto-applied to elements with
   * transition="modal" when their visibility is toggled
   * by Vue.js.
   *
   * You can easily play with the modal transition by editing
   * these styles.
   */

.modal-enter-from {
  opacity: 0;
}

.modal-leave-to {
  opacity: 0;
}

.modal-enter-from .modal-container,
.modal-leave-to .modal-container {
  transform: scale(1.1);
}

