
.page-heading {
    margin: 20px 0;
    color: #666;
    -webkit-font-smoothing: antialiased;
    font-family: "Segoe UI Light", "Arial", serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}

#my-dropzone .message {
    font-family: "Segoe UI Light", "Arial", serif;
    font-weight: 600;
    color: #0087F7;
    font-size: 1.5em;
    letter-spacing: 0.05em;
}

.dropzone {
    border: 2px dashed #0087F7;
    background: white;
    border-radius: 5px;
    min-height: 100px;
    padding: 60px 0;
    vertical-align: baseline;
}
.dz-default{
    color: #2498f8;
}

.form-rowdz {   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30%;
    margin-left: 4%;
    /*position: relative;*/
    width: 200%;
    min-height: 1px;
}

.form-rowsubmit {
    display: flex;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80% !important;
    max-width: 800px;
    max-height: 600px;
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 600px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 60px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 80%;
    }
  }

  #table_info.dataTables_info{
    position: absolute;
    top: -15px;
    float:left;
    text-align:left;
    color:#111;
  }

  .col-md-05 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6%;
    flex: 0 0 6%;
    max-width: 6%;
}
.col-md-75 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7.2%;
    flex: 0 0 7.2%;
    max-width: 7.2%;
}
.col-md-25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.2%;
  flex: 0 0 23.2%;
  max-width: 23.2%;
}
b, strong {
    font-weight: 600 !important;
}
.swal2-popup .swal2-title {
    font-weight: 500 !important;
}
.nav-pills:hover {
    background-color: #fdfdfd00 !important;
}
.form-group {
    margin-bottom: 0.5rem !important;
}
.dataTables_scrollBody{
    position: unset !important;
    overflow: unset !important;
    max-height: none !important;
    width: auto !important;
}
.dropzone .dz-preview .dz-error-message {

    top: 30px !important;
    left: 130px !important;


}
.dropzone .dz-preview .dz-error-message:after{
    content:none !important;
}

.btn-new{
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    border: 1px solid transparent;
    padding: .5625rem 1rem;
    font-size: .75rem;
    line-height: 1.125;
    border-radius: .25rem;
    transition: all 250ms cubic-bezier(.27,.01,.38,1.06);
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;

}

.card-small .card-body, .card-small .card-footer, .card-small .card-header {
  padding: 16px 24px;
}

.flex-check-search {
  display: flex; 
  justify-content: space-between; 
  flex-wrap: nowrap;
}
.flex-check-search .form-row:last-child {
  justify-content: flex-end;
}

.ellipsis-2-lines, .ellipsis-url {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsis-url {
  width: 550px;
}

@media screen and (max-width: 1450px) { 
  .ellipsis-url {
    width: 450px;
  }
}

@media screen and (max-width: 991px) {
  .flex-check-search {
    flex-direction: column;
  }
  .flex-check-search .form-row:last-child {
    justify-content: flex-start;
  }
  .ellipsis-url {
    width: 250px;
  }
}