

@charset "UTF-8";

@font-face {
  font-family: "untitled-font-1";
  src:url("fonts/untitled-font-1.eot");
  src:url("fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"),
    url("fonts/untitled-font-1.woff") format("woff"),
    url("fonts/untitled-font-1.ttf") format("truetype"),
    url("fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "untitled-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-drawing-tools:before {
  content: "\e000";
}


.ui.grid > .reply-container {
  padding-left: 0rem;
  padding-right: 0rem;
}
.ui.segment.squished {
  padding-top:0.5em;
  padding-bottom:0.5em;
}

.toggle-tight .ui.toggle.checkbox label {
  padding-left: 4rem;
}
.toggle-tight .ui.toggle.checkbox {
  margin-top:-4px;
}

i.msg-icon {
  margin-left: -4px;
  margin-bottom: 5px;
}

.ui.grid > .row > .yellow.column, .ui.grid > .yellow.row {
  color:#000;
}

/* On Color */
.ui.slider.checkbox input:checked ~ .box:after,
.ui.slider.checkbox input:checked ~ label:after {
  background-color: #fbbd08 !important;
}

/* placeholder */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #AAA;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #AAA;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #AAA;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color:    #AAA;
  opacity: 1 !important;
}

#elevio-widget #elevio-widget-container #elevio-main .article-content a,
#elevio-widget #elevio-widget-container #elevio-main .support .message a,
#elevio-widget #elevio-widget-container #elevio-similar li a:hover,
#elevio-widget #elevio-widget-container .articles-menu li a:hover,
#elevio-widget #elevio-widget-container .tickets-list li a:hover,
#elevio-widget #elevio-widget-container .rss-menu li a,
#elevio-widget #elevio-base-menu .expanded .active,
#elevio-widget #elevio-base-menu .expanded .active .elv-fa {
  color:#FFF !important;
}