.h1, h1 {
font-size: 20px !important;  
}

.container-header {
  background-image: none;
  background-color: white;
}

.input-group {
  width:35% !important;
}

.w-100 {
width: 35% !important;  
}

.breadcrumb {
  width: 50%;
}

.container-header .mod-menu {
   color: #000;
   padding: 0;
}
.container-header {
    display: flex;
}
.container-header .container-nav {
    justify-content: flex-end;
}

body  [class^="k-icon-document-"]:before,
body  [class*=" k-icon-document-"]:before {
  content: " ";
}

body .k-icon-document-archive:before {
  background-image: url("/images/my_icons/archive.png");
}
body .k-icon-document-audio:before {
  background-image: url("/images/my_icons/audio.png");
}
body .k-icon-document-default:before {
  background-image: url("/images/my_icons/default.png");
}
body .k-icon-document-document:before {
  background-image: url("/images/my_icons/document.png");
}
body .k-icon-document-folder:before {
  background-image: url("/images/my_icons/folder.png");
}
body .k-icon-document-image:before {
  background-image: url("/images/my_icons/img.png");
}
body .k-icon-document-pdf:before {
  background-image: url("/images/my_icons/pdf.png");
}
body .k-icon-document-spreadsheet:before {
  background-image: url("/images/my_icons/spreadsheet.png");
}
body .k-icon-document-video:before {
  background-image: url("/images/my_icons/video.png");
}

.table {
  width: 70% !Important;
}

.table>:not(caption)>*>* {
padding: 2px 2px 2px 2px !important;
}

.k-ui-namespace table tr, .k-ui-namespace table td {
  line-height: 15px !important;
  vertical-align: middle !important;
}
.btn {
  line-height: 0.6;
}

.k-icon--size-medium {
  font-size: 32px !important;
}

/*
.k-ui-namespace table td * {
  vertical-align: top !important;
}

.table td, .table th {
  vertical-align: middle !Important;
}
*/
.table-striped>tbody>tr:nth-of-type(odd)>* {
  --table-accent-bg: none;
}

.container-footer {
color: #fff !important;
}

.footer {
background-image: none !important;
background-color: #fff !important;
}
