body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Cairo',sans-serif;
}

/* icons */
.handle{
  background: url(../img/handle.png) no-repeat center center;
  cursor: move;
}

[data-target="#update-modal"],.update-icon{
  background: url(../img/update.png) no-repeat center center;
  cursor: pointer;
  padding: 16px;
  border: 0;
}

[data-target="#delete-modal"],.delete-icon{
  background: url(../img/delete.png) no-repeat center center;
  cursor: pointer;
}

.details{
  background: url(../img/items.png) no-repeat center center;
  cursor: pointer;
}
/* /icons */

/* fixes */
th, td{
	text-align: center;
}
.fixed-table-container, .bootstrap-table .table {
    border: none;
}
.fixed-table-container .fixed-table-body{
    border: 1px solid #ddd;
}
.file-preview-thumbnails .img-responsive{
  max-height: 100%;
  margin: auto;
}
.fileinput-cancel-button, .fileinput-upload-button, .kv-upload-progress, .file-upload-indicator{
  display: none;
}
select.form-control{
  padding-top: 0;
}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    .chch-fixedPane
    {
        display: none !important;
    }
}
/* /fixes */

.highlight{
  background: rgba(255, 0, 0, 0.24) !important;
}