.fixed-top-notification{
	width: 80%;
	margin: auto;
	z-index: 10000;
	position: fixed;
	left: 10%;
}

#brand-image{
	width: 30px;
	height: auto;
	margin-right: 8px;
	display: inline-block;
}

.table-scroll {
  height:150px;
  overflow: auto;
}

.span-wrap-text{
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	display: block;
	/*white-space: nowrap;*/
	height:40px;
}

.table tr td{
	vertical-align: middle !important;
}

::-webkit-scrollbar { width: 10px; height: 3px;}

::-webkit-scrollbar-button {  display: none }

::-webkit-scrollbar-track {  background-color: #999;}

::-webkit-scrollbar-track-piece { background-color: #ffffff;}

::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 1px;}

::-webkit-scrollbar-corner { background-color: #999;}}

::-webkit-resizer { background-color: #666;}

.table-overlay{
    position: relative;
    opacity: 1;
}
.table-overlay:after{
	position: absolute;
	  top: 50%;
	  left: 50%;
	  margin: -20px 0 0 -20px;
	  width: 40px;
	  height: 40px;
	  line-height: 40px;
	  color: #646464;
	  font-family: FontAwesome;
	  font-size: 18px;
	  text-align: center;
	  z-index: 2;
	  content: "\f021";
	  -webkit-animation: fa-spin 2s infinite linear;
	  animation: fa-spin 2s infinite linear;
}
.table-overlay i{
	top: 50%;
    position: absolute;
}

.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.dt-table-no-header thead{
	display: none
}

.cursor{
	cursor: pointer;
}


.swal-web{
    width:40% !important;
}

/* Mimic table appearance */
div.table {
    display: table;
}
div.table .file-row {
    display: table-row;
}
div.table .file-row > div {
    display: table-cell;
    vertical-align: top;
    border-top: 1px solid #ddd;
    padding: 8px;
}
div.table .file-row:nth-child(odd) {
    background: #f9f9f9;
}

/* The total progress gets shown by event listeners */
#total-progress {
    opacity: 0;
    transition: opacity 0.3s linear;
    z-index:10000 !important;
}

/* Hide the progress bar when finished */
#previews .file-row.dz-success .progress {
opacity: 0;
transition: opacity 0.3s linear;
z-index:10000 !important;
}

/* Hide the delete button initially */
#previews .file-row .delete {
display: none;
}

/* Hide the start and cancel buttons and show the delete button */

#previews .file-row.dz-success .start,
#previews .file-row.dz-success .cancel {
display: none;
}
#previews .file-row.dz-success .delete {
display: block;
}

.font-12{
	font-size:12px !important;
}
