.table thead > tr > th {
  font-size: 16px;
  font-weight: 600;
}

form.dropzone {
  margin-bottom: 30px;
}

.archivo {
  margin-bottom: 15px;
}
a.sidebar-title {
  color: #818181;
}
a.sidebar-title strong {
  color: #fff;
}

.form-group .loc {
  margin-top: 15px;
  display: none;
}

.fc-event {
  color: #000000;
}

.error {
  color: #c00;
}

.autocomplete-suggestion {
  background: #fff;
  border-left: 1px solid #dae5e8;
  border-right: 1px solid #dae5e8;
  border-bottom: 1px solid #dae5e8;
}

#campos .campo {
  height: 30px;
}

#login-container h1 {
  margin-bottom: 20px;
}
#modal-clipboard textarea {
  position: absolute;
  right: 1000em;
}
#modal-clipboard .despues {
  display: none;
}
#modal-clipboard.copied .despues {
  display: block;
}
#modal-clipboard.copied .antes {
  display: none;
}

.danger td {
  color: #f00;
  font-weight: 700;
}

.red {
  color: red;
}

.bold {
  font-weight: 700;
}

table.dataTable thead > tr > th,
table.dataTable tbody > tr {
  background: #f9f9f9;
}
table.DTFC_Cloned {
  position: relative;
  top: 0px;
}

.DTFC_RightBodyLiner {
  overflow-x: hidden;
}

td.botones {
  background: #f9f9f9;
}

#top-search label.error {
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 20px;
  top: 30px;
}

body.dev {
  background-image: url(../img/dev.png);
  background-repeat: repeat;
}
body.dev #page-container,
body.dev .block,
body.dev .content-header {
  background-image: url(../img/dev.png);
  background-repeat: repeat;
}

/* notificacion bell */
.notificacion-bell {
  min-width: 50px;
  padding: 6px 7px;
  line-height: 40px;
  text-align: center;
  color: #454e59;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.notification-bell .btn .badge {
  background-color: #333;
  color: #fff;
}

.notificacion-bell:hover {
  color: #afde5c;
}

.dropdown-menu-noti {
  min-width: 260px;
}
.dropdown-menu-noti a {
  font-size: 13px;
}

/* otro dropzone para evitar conflicto de jquery (xD) */
.dropzone-other {
  position: relative;
  border: 2px dashed #ebeef2;
  background-color: #f9f9f9;
  padding: 1em;
  border-radius: 10px;
  -webkit-transition: border-color 0.35s ease-out;
  transition: border-color 0.35s ease-out;
}
.dropzone-other:hover {
  border-color: #777777;
}
.dropzone-other.dz-clickable {
  cursor: pointer;
}
.dropzone-other.dz-clickable .dz-message {
  cursor: pointer;
}
.dropzone-other.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone-other.dz-clickable * {
  cursor: default;
}
.dropzone-other .dz-message {
  -ms-filter: none;
  filter: none;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  padding: 68px 0;
}
.dropzone-other.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
}
.dropzone-other.dz-started .dz-message {
  display: none;
}
.dropzone-other .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}

.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}

.dropzone-other .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}

.dropzone-other .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}

.dropzone-other .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}

.dropzone-other .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}

.dropzone-other .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}

.dropzone-other .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark,
.dropzone-other .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}

.dropzone-other .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}

.dropzone-other .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone-other .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}

.dropzone-other .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}

.dropzone-other .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}

.dropzone-other .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}

.dropzone-other .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}

.dropzone-other .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}

.dropzone-other .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}

.dropzone-other .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}

/* vista previa de los archivo */
.fileContent.imagen {
  width: 130px;
  height: 190px;
  border: 1px solid #c5c5c5;
  padding: 2px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.fileContent.archivo {
  width: 100%;
  height: 32px;
  border: 1px solid #c5c5c5;
  padding: 2px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.fileContent .icon {
  width: 124px;
  height: 26px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  float: left;
  margin-right: 10px;
}
.fileContent .imagen {
  width: 124px;
  height: 124px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.fileContent .nombre {
  font-size: 12px;
  text-align: left;
  height: 26px;
}
.fileContent .nombre a {
  font-size: 14px;
  color: #333;
}
.fileContent .option {
  position: absolute;
  top: 0px;
  right: 0px;
}
.fileContent.imagen .option a {
  border-radius: 0px 0px 0px 3px;
}
.fileContent.archivo .option a {
  border-radius: 0px 0px 0px 0px;
}

.dd-handle {
  height: auto;
  min-height: 30px;
}

.chart {
  width: 100%;
  min-height: 450px;
}

#job-project-image {
  position: relative;
  display: inline-block;
  float: right;
  margin-bottom: 1em;
  padding: 0.75em;
  background: white;
  border: 1px solid #ebf1f2;
}
#job-project-image:empty {
  display: none;
}
#job-project-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 250px;
}

#project-date_range label.error {
  position: absolute;
  top: 35px;
  z-index: 10;
}

#date_start-error {
  left: 0;
}

#date_end-error {
  right: 0;
}

@media (min-width: 1200px) {
  .columns-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .columns-4 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
}
@media (max-width: 600px) {
  .columns-4 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
}
#modal-project-edit h3 {
  font-weight: 700;
  margin-top: 0;
}

#project-date_range {
  padding-top: 12px;
}

#project-edit-img {
  text-align: center;
}
#project-edit-img img {
  display: inline-block;
  max-height: 67px;
}

#imagepreview {
  display: inline-block;
}

#top-search button {
  padding: 9px 12px;
}
#top-search .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#modal-project-edit .nav-buttons {
  top: -3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#modal-project-edit .nav-buttons .input-group {
  margin-bottom: -11px;
}
#modal-project-edit .nav-buttons .input-group span {
  width: auto;
}

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