@charset "UTF-8";
/**
 * Admin variables and mixins
 */
/* bootsrap override */
/* bootsrap additions */
/* fontawesom override */
/* CUBE CMS */
/* cubecms base */
/* cubecms - widgets paddings */
/* cookie info bar */
/* admin menu */
/* admin toolbox */
/* module navigation */
/* cubecms - forms */
/* js tree */
/* js tree */
/* tool buttons */
/* table widget */
/*@color-primary: #0080FF;*/
/*$color-primary: theme-color("primary") !default;*/
/*$color-primary-light: lighten(theme-color("primary"), 15%) !default;*/
/*$color-border: #ddd;

$color-border-hover: #999;
$color-border-important: #fc4949;
$color-border-gray: lighten(#efefef, 25%);
$color-border-danger: #d9534f;
$color-text: #666;
$color-text-invert: #fff;
$color-text-hover: #fff;
$color-text-hover-alt: darken($color-text, 50);
$color-text-gray: #333;
$color-text-light: lighten($color-text, 20%);
$color-text-important: #FF3323;
$color-text-danger: #d9534f;
$color-bg: #fff;
$color-bg-header: #fff;
$color-bg-content: #fff;
$color-bg-hover: $color-primary-light;
$color-bg-hover-light: lighten($color-bg-hover, 30%);
$color-bg-important: #FF3323;
$color-bg-gray: #efefef;
$color-bg-gray-dark: darken($color-bg-gray, 30%);
$color-bg-danger: lighten($color-border-danger, 30%);

$color-bg-hightlight: #FFF7B4;
$color-border-hightlight: darken($color-bg-hightlight, 30%);*/
/*$font-size: 14px;
$font-size-base: $font-size;
$font-size-small: $font-size - 2;
$font-size-large: $font-size + 2;*/
/*$font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
/*$line-height-base:        1.428571429; // 20/14*/
/*$line-height-computed:    floor(($font-size-base * $line-height-base)); // ~20px*/
/*$border-radius: 5px;*/
/*$padding-content: 3px;*/
/*$padding-base: 10px;
$padding-small: 5px;
$padding-large: 20px;*/
/*$padding-base-vertical: $padding-base;*/
/*$imgdir: $dirCoreImages;*/
/*$text-gold: gold;*/
/*
 * Mixins
 */
/*.rounded-corners($radius: @border-radius) {
   border-radius: @radius;
   -webkit-border-radius: @radius;
   -moz-border-radius: @radius;
}
.tools-box-sahadow() {
   -webkit-box-shadow: 0 0 3px 0px @color-bg-hover;
   -mox-box-shadow: 0 0 3px 0px @color-bg-hover;
   box-shadow: 0 0 3px 0px @color-bg-hover;
}
.widget-sahadow() {
   -moz-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
   -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
   box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
}
// zatím nevyužito
.admin-box-sahadow() { 
   -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
   -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
   box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
}
// elemtn
.inner-box-sahadow() { 
   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.cube-gradient() { 
   background: @color-primary;  Old browsers 
   background: -moz-linear-gradient(top, @color-primary-light 0%, @color-primary 100%);  FF3.6+ 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,@color-primary-light), color-stop(100%,@color-primary));  Chrome,Safari4+ 
   background: -webkit-linear-gradient(top, @color-primary-light 0%,@color-primary 100%);  Chrome10+,Safari5.1+ 
   background: -o-linear-gradient(top, @color-primary-light 0%,@color-primary 100%);  Opera 11.10+ 
   background: -ms-linear-gradient(top, @color-primary-light 0%,@color-primary 100%);  IE10+ 
   background: linear-gradient(to bottom, @color-primary-light 0%,@color-primary 100%);  W3C 
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@color-primary-light', endColorstr='@color-primary',GradientType=0 );  IE6-9 
}

.full-width() {
   width: 100%;
}*/
/*@import "bootstrap/utilities/borders";*/
.cubecms-debug-buttons {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #fae3e5;
  border-top: 1px solid #dc3545;
  border-left: 1px solid #dc3545;
  padding: 0.2em 0.2em;
  z-index: 255;
}
.cubecms-debug-window {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 0;
  max-height: 400px;
  width: 900px;
  padding: 0.2em 0.2em;
  border: 1px solid #dc3545;
  background-color: #fff;
  overflow: auto;
  z-index: 254;
}
.cubecms-debug-window.active {
  display: block;
}
.cubecms-debug-window .cubecms-debug-window-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
  line-height: 1;
}
