@font-face {
  font-family: 'delgenium_icons';
  src:  url("fonts/delgenium_icons-d9eb433299303a204c80e0670c9b68b7.eot");
  src:  url("fonts/delgenium_icons-d9eb433299303a204c80e0670c9b68b7.eot") format('embedded-opentype'),
    url("fonts/delgenium_icons-6a8504a69673e50fa38b6ba6fd332aed.ttf") format('truetype'),
    url("fonts/delgenium_icons-68c1e4eed4124cf79d7d3a927c9c7c02.woff") format('woff'),
    url("fonts/delgenium_icons-02653cadf1bdf5ec4188c7d6ce21ba1d.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="del-icon-"], [class*=" del-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'delgenium_icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.del-icon-open-paper:before {
  content: "\e900";
}
.del-icon-calendar:before {
  content: "\e901";
}
.navbar-static-top .navbar-left{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}

/*.navbar-custom-menu {
    position: fixed;
    right: 0;
}*/

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

.sp-palette {
    max-width: unset !important;
}
.sp-palette .sp-thumb-el {
    width: 30px !important;
    height:30px !important;
}

.select2-drop-mask{
    pointer-events: none;
}

.select_time_range button:focus, .select_time_range input:focus{
    outline:none!important;
    outline-style: none!important;
}