.sign-in-form {
	max-width: 450px;
	margin: 10% auto;
	padding: 30px
}

.login-text{
  font-size:1.8em;
  text-align: center;
  margin-top:20px;
  margin-bottom:20px;
}

.space{
  height:80px;
}

.form-outline{
  margin-bottom:15px;
}

.select-wrapper{position:relative; top:6px;}

.breadcrumbs{
  margin-bottom:10px;
  font-size:0.9em;
}

.item{
  width:100px; 
  border:1px solid #bbb;
  position:absolute !important;
  text-align:right;
  border-radius: 2px;
  padding-right:5px;
  color:#fff;
  font-size:0.8em;
  line-height:1.3em;
  border-radius: 3px;
}

.item-line{
  font-weight: bold;
}


.ticket-bar{
  display:flex;
}

.ticket-bar > div{
  margin-right:20px;
}

.ticket-message{
  margin: 20px 0px;
  padding:15px;
  background-color:#f4f4f4;
  border:1px solid #eee;
  border-radius:3px;
}
.ticket-message-header{
  border-bottom:1px solid #fff;
  padding-bottom:10px;
  margin-bottom:10px;
}

.ticket-right{
  background-color:#e9edf0;
  padding:20px 20px 10px 20px;
}

.ticket-right-header{
  border-bottom:1px solid #fff;
  padding-bottom:10px;
  margin-bottom:10px;
  font-weight:700;
}

.ticket-right-line{
  display:flex;
  justify-content: space-between;
  margin-bottom:5px;
  padding-bottom:5px;
  border-bottom:1px solid #f4f4f4;
}

.btn-sm2{
  padding:2px 10px !important;
  margin-bottom: 5px !important;
}

.dt-body-center{
  text-align:center !important;
}

.dz-message{
  padding:10px;
  border:1px solid #eee;
  text-align: center;
}

.image-dropped-div{
  position:relative;
  width:100px;
  height:120px;
  text-align:center;
  border:1px solid #bdbdbd; 
  border-radius:3px;
  margin-right:5px;
  float:left;
}
.image-dropped{
  max-width:95%;
  max-height:95%;
  margin-top:2.5%
}
.image-dropped-wrapper{
  height:75%;
}
.visualize-delete-dropped-div{
  height:25%;
  border-top:1px solid #bdbdbd;
}
.visualize-dropped-div{
  width:50%;
  float:left;
}
.delete-dropped-div{
  width:50%;
  float:left;
  border-left:1px solid #bdbdbd;
  height:100%;
}



.file-box{
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item-file, .dz-preview{
  display: flex;
  position:relative;
  width: 20%;
  padding:10px;
}

.dz-preview:before {
  content:'';
  float:left;
  padding-top:100%;
}

.item-image{
  position:relative;
  border:1px solid #ddd;
}

@media (max-width: 576px) {
  .item-file, .dz-preview{
    width:50%;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .item-file, .dz-preview{
    width:33%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .item-file, .dz-preview{
    width:25%;
  }
}

.dropzone,
.dropzone * {
   box-sizing: border-box;
}

.dz-clickable {
   cursor: pointer;
}

.dz-clickable * {
   cursor: default;
}

.dz-message{
  margin:0px !important;
}

.dz-clickable .dz-message,
.dz-clickable .dz-message * {
   cursor: pointer;
}

.dz-started .dz-message {
   display: none;
}

.dz-drag-hover {
   border-style: solid;
}

.dz-drag-hover .dz-message {
   opacity: .5
}

 .dz-preview.dz-file-preview .dz-details,
 .dz-preview:hover .dz-details {
   opacity: 1
}

.dz-message {
   text-align: center;
   margin: 1em 0
}

.dz-preview.dz-image-preview .dz-details {
   transition: opacity .2s linear
}

.dz-preview .dz-remove {
   font-size: 14px;
   text-align: center;
   display: block;
   cursor: pointer;
   border: none
}

.dz-preview .dz-details {
   z-index: 20;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   font-size: 13px;
   min-width: 100%;
   max-width: 100%;
   padding: 2em 1em;
   text-align: center;
   color: rgba(0, 0, 0, .9);
   line-height: 150%
}

.dz-preview .dz-details .dz-size {
   margin-bottom: 1em;
   font-size: 16px;
}

.dz-preview .dz-image {
   position: relative;
   z-index: 10;
   background-color: #f4f4f4;
   height:100%;
   width: 100%;
   border:1px solid #ddd;
}

.dz-preview .dz-image img {
   display: block;
   width: 100%;
}

.dz-preview.dz-success .dz-success-mark {
   -webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
   animation: passing-through 3s cubic-bezier(.77, 0, .175, 1)
}

.dz-preview.dz-error .dz-error-mark {
   opacity: 1;
   -webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
   animation: slide-in 3s cubic-bezier(.77, 0, .175, 1)
}

.dz-preview .dz-error-mark,
.dz-preview .dz-success-mark {
   pointer-events: none;
   opacity: 0;
   z-index: 500;
   position: absolute;
   display: block;
   top: 50%;
   left: 50%;
   margin-left: -27px;
   margin-top: -27px;
}

.dz-preview .dz-error-mark svg,
.dz-preview .dz-success-mark svg {
   display: block;
   width: 54px;
   height: 54px;
}

.dz-preview.dz-processing .dz-progress {
   opacity: 1;
   transition: all .2s linear;
}

.dz-preview.dz-complete .dz-progress {
   opacity: 0;
   transition: opacity .4s ease-in;
}

.dz-preview:not(.dz-processing) .dz-progress {
   -webkit-animation: pulse 6s ease infinite;
   animation: pulse 6s ease infinite;
}

.dz-preview .dz-progress {
   opacity: 1;
   z-index: 1000;
   pointer-events: none;
   position: absolute;
   height: 16px;
   left: 50%;
   top: 50%;
   margin-top: -8px;
   width: 80px;
   margin-left: -40px;
   background:#ccc;
   -webkit-transform: scale(1);
   border-radius: 8px;
   overflow: hidden;
}

.dz-preview .dz-progress .dz-upload {
   background: #00C851;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   width: 0;
   transition: width .3s ease-in-out;
}

.dz-preview.dz-error .dz-error-message {
   display: block;
}

.dz-preview.dz-error:hover .dz-error-message {
   opacity: 1;
   pointer-events: auto;
}

.dz-preview .dz-error-message {
   pointer-events: none;
   z-index: 1000;
   position: absolute;
   display: block;
   display: none;
   opacity: 0;
   transition: opacity .3s ease;
   border-radius: 8px;
   font-size: 13px;
   top: 130px;
   left: -10px;
   width: 140px;
   background: #ff5c75;
   padding: .5em 1.2em;
   color: #fff;
}

.dz-preview .dz-error-message:after {
   content: '';
   position: absolute;
   top: -6px;
   left: 64px;
   width: 0;
   height: 0;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-bottom: 6px solid #ff5c75;
}


table.dataTable thead tr {
  background-color: #f4f4f4;
  color: #555555;
}

.table thead th {
  border-top: none;
  font-weight: 500
}

.table td,
.table th,
.table thead th {
  border-bottom: 1px solid rgba(234, 243, 253, .9)
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f0f6ff
}

.table.table-bordered,
.table.table-bordered td,
.table.table-bordered th::after,
.table.table-bordered thead th {
  border: 1px solid rgba(234, 243, 253, .9)
}

.table.v-align-middle tr td {
  vertical-align: middle
}

.table.table-borderless td,
.table.table-borderless th,
.table.table-borderless thead th {
  border: none !important
}

table.dataTable {
  border-collapse: collapse !important
}

.dataTables_info,
.dataTables_paginate {
  margin: 25px 0 15px !important
}

.pagination .page-item.disabled .page-link,
.pagination .page-link {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}

.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #399AF2 !important;
  border-color: #399AF2;
  border-radius: 100%;
  box-shadow: none;
  outline: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 8px 0 0
}

.pagination a:link,
.pagination a:visited {
  color: #353a40;
  line-height: 1
}

.pagination a:hover {
  color: #399AF2
}

.pagination a:active,
.pagination a:focus {
  box-shadow: none;
  outline: 0
}

.table-bordered.dataTable,
.table-bordered.dataTable td,
.table-bordered.dataTable th {
  border: 1px solid rgba(234, 243, 253, .9)
}