﻿.languagepicker {
  background-color: #FFF;
  display: inline-block;
  padding: 0;
  height: 29px;
  overflow: hidden;
  transition: all .3s ease;
  margin: 0 0px 10px 0;
  vertical-align: top;
  border: 1px solid #BBB;
  float: left;
  border-radius: 4px; }
  .languagepicker:hover {
    /* don't forget the 1px border */
    height: 280px; }
  .languagepicker a {
    color: #222;
    text-decoration: none; }
  .languagepicker li {
    display: block;
    padding: 0px 20px;
    line-height: 30px;
    border-top: 1px solid #BBB; }
    .languagepicker li:hover {
      background-color: #EEE; }
    .languagepicker li img {
      margin-right: 5px;
      position: relative;
      top: -1px; }
  .languagepicker > li:first-child {
    border: none;
    background-color: #FFF;
    color: #222;
    cursor: default; }
  .languagepicker .roundborders {
    border-radius: 5px; }
  .languagepicker .large:hover {
    height: 280px; }

div#hik-language {
  position: absolute;
  z-index: 99;
  top: 14px;
  left: -90px; }

.uk-form-error {
  background: #fff1f0;
  color: #d85030;
  padding: 5px 10px;
  display: block;
  border-radius: 4px;
  margin-top: 5px; }

.uk-form-success {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  display: block;
  background: #ebf7fd;
  color: #2d7091;
  border: 1px solid rgba(45, 112, 145, 0.3);
  border-radius: 4px;
  text-shadow: 0 1px 0 #fff; }

.ellips-container {
  position: relative;
  vertical-align: top;
  width: 65%; }
  .ellips-container.two-row {
    height: 37px;
    line-height: 20px; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ellipsis-absolute {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  width: calc(100% - 10px);
  line-height: 25px; }

.fullpath {
  color: gray;
  font-size: 0.75em; }

.date, .size {
  word-break: keep-all;
  white-space: nowrap; }

.huss-checkbox > input[type=checkbox] {
  width: 26px !important;
  height: 26px !important;
  padding: 6px !important; }
