

/* VISUAL PHP MIN FILE '/core/classes/_new/AutoSize/AutoSize.css' */
._AutoSizeDebugOutline {
    outline: 2px dotted #FF0000 !important;
    background: #FFAAAA !important;
}

/*
form {
    outline: 1px solid #00FF00 !important;
    margin: 0px !important; 
    padding: 0px !important; 
}
*/
/*.autosize {
    width: 100%;
    height: 100%;
}

.autowidth {
    width: 100%;
}

.autoheight {
    height: 100%;
}

.autofill {
    width: 100%;
    height: 100%;
}
*/

/* VISUAL PHP MIN FILE '/core/classes/_new/Component/Component.class.css' */
._Component {
    display: inline-block;
    margin: 0px;
}



/* VISUAL PHP MIN FILE '/core/classes/_new/AntiSpamEmailProtect/AntiSpamEmailProtect.class.css' */
span.antiSpamEmail {
    unicode-bidi:bidi-override;
    direction: rtl;
    white-space: nowrap;
}

span.antiSpamEmailPostfix {
    unicode-bidi:bidi-override;
    direction: ltr;
    white-space: nowrap;
    font-size:1px;
    display: inline-block;
}


/* VISUAL PHP MIN FILE '/core/classes/_new/CheckBox/CheckBox.class.css' */
._CheckBox {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/core/classes/_new/CheckBox//core/classes/_new/CrossBrowser/box-sizing.htc); 
    
    width: 16px;
    height: 16px;
    border: 1px solid #707070;
    background-color: #FFFFFF;
    vertical-align: middle;
    
    font-size: 0px;
    cursor: pointer;
}

._CheckBox + .button {
    display: inline-block;
    
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/core/classes/_new/CheckBox//core/classes/_new/CrossBrowser/box-sizing.htc); 

    border: 0px;
    background: #2656A0;

    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    
    font-size: 0px;
    width: 10px;
    height: 10px;
    margin-left: -14px;
    cursor: pointer;
    margin-right: 10px;
}

/*
._CheckBox + .button + label {
    display: inline-block;  /* to enable set width */
/*
    vertical-align: middle;
    margin-left: 6px;
}
*/

._CheckBox + .checked {
    /* do not use opacity 1 - disabled BG on IE8 */
}

._CheckBox + .unchecked {
    background: transparent !important;
    
    display: inline-block;
}

._CheckBox.disabled {
    opacity: 0.5;
}

._CheckBoxLabel {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
._CheckBox + .button + label img {
    vertical-align: middle;
}

/* VISUAL PHP MIN FILE '/core/classes/_new/Tree/Tree.class.css' */
/* ------ default ------- */
._Tree {
    margin: 0px;
    padding: 0px;
    overflow: auto;
    padding-left: 10px;
}

._Tree ul {
    padding: 0px;
    margin: 0px;
}

._Tree ul {
    border: 0px;
}

._Tree li {
    list-style: none;
    cursor: pointer;    
    text-align: left;
    white-space: nowrap;
}

._Tree li * {
    vertical-align: middle;
}

._Tree li.expandable {
}

._Tree li.disabled a, ._Tree li.disabled ._TreeButton {
    opacity: 0.5;
}

._Tree a {
    display: inline-block;
}

._Tree .selected > a {
    background: #0D5386;
    color: #FFFFFF;
}

._Tree li:hover, ._Tree li.hover, ._Tree li.active {
}

/*
._Tree .treeHLine {
    border-top: 1px dotted #999999;
    height: 1px;
    float: left;
    margin-top: 9px;
}

._Tree .treeVLine {
    border-left: 1px dotted #999999;
    float: left;
    width: 1px;
    margin-left: -11px;
}

._Tree .expandButton {
    background-image: url(/core/classes/_new/Tree/img/plus.png); 
    width: 9px;
    height: 9px;
    float: left;
    position: relative;
}

._Tree .collapseButton {
    background-image: url(/core/classes/_new/Tree/img/minus.png); 
    width: 9px;
    height: 9px;
    float: left;
    position: relative;
}

._Tree .noButton {
    width: 9px;
    height: 9px;
    float: left;
    position: relative;
}
*/

._Tree ._TreeLine {
}

._Tree ._TreeHLine {
    border-top: 1px dotted #999999;
    height: 1px;
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
}

._Tree ._TreeVLines {
    display: inline-block;
    vertical-align: top;
}

._Tree ._TreeVLine {
    border-left: 1px dotted #999999;
    display: inline-block;
    vertical-align: top;
    width: 15px;
}

._Tree ._TreeButton {
    width: 9px;
    height: 9px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

._Tree ._TreeExpandButton {
    background-image: url(/core/classes/_new/Tree/img/plus.png); 
}

._Tree ._TreeCollapseButton {
    background-image: url(/core/classes/_new/Tree/img/minus.png); 
}

._Tree .expandable ._TreeExpandCollapseButton {
    background-image: url(/core/classes/_new/Tree/img/plus.png); 
}

._Tree .expandable.expanded ._TreeExpandCollapseButton {
    background-image: url(/core/classes/_new/Tree/img/minus.png); 
}

._Tree {
}

._Tree li img {
    margin-right: 2px;
}

._Tree li input[type=checkbox] {
    margin-right: 2px;
}

._Tree ._CheckBox + .button {
    margin-right: 6px;
}


/* VISUAL PHP MIN FILE '/core/classes/_new/LoadingAnimation/LoadingAnimation.class.css' */
._LoadingAnimation {
    background-color: #FFFFFF;
    opacity: 0.7;
    position: relative;
    background-image: url(/core/classes/_new/LoadingAnimation/img/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

._LoadingAnimationLabel {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    display: block;
    vertical-align: middle;
    padding-top: 2px;
} 

._LoadingAnimationBody {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
    margin: 0px !important;
    z-index: 1000000000 !important;
}

/* VISUAL PHP MIN FILE '/core/classes/_new/Menu/Menu.class.css' */
/* ------ default ------- */
menu {
    margin: 0px;
    padding: 0px;
    /*z-index: 1000000;*/
}

menu, menu menu {
    padding: 0px;
    margin: 0px;
    display: block;
    width: auto;
}

menu menu {
    /*z-index: 1000000;*/
    position: absolute;
}

menu li {
    display: block; 
    list-style: none;
    background-image: none;
    padding:0px;
    margin:0px;    
    cursor: pointer;
}

menu li a {
    display: block;
    text-decoration: none;
}


/* zpusobuje problemy pri vertical menu, kdy se odkazy pri najeti na rodicovskou li zmeni barvu */
/* v adminu to ted blbne podkres pozadi u ContextMenu */
menu li:hover > a, menu li.hover > a, menu li.active > a {
    background-color: inherit;
    color: inherit;
}

menu li.disabled {
    opacity: .5;
    cursor: default;
}

menu li.invisible {
    display: none !important;
}

menu li.separator {
    cursor: default !important;
}
/* ------ admin ------ */

/* VISUAL PHP MIN FILE '/core/classes/_new/Content/effects/NivoSlider/src/themes/default/default.css' */
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(/core/classes/_new/Content/effects/NivoSlider/src/themes/default/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(/core/classes/_new/Content/effects/NivoSlider/src/themes/default/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/core/classes/_new/Content/effects/NivoSlider/src/themes/default/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/* VISUAL PHP MIN FILE '/core/classes/_new/Content/effects/NivoSlider/src/nivo-slider.css' */
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* VISUAL PHP MIN FILE '/core/classes/_new/Content/effects/NivoSlider/NivoSliderContentEffect.class.css' */
/*.nivo-main-image {
    width: auto !important;
}
*/


/* VISUAL PHP MIN FILE '/core/classes/_new/TextEdit/TextEdit.class.css' */
._TextEdit {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/core/classes/_new/TextEdit//core/classes/_new/CrossBrowser/box-sizing.htc); 
    
    min-height: 16px;
    border: 1px solid #707070;
    background-color: #FFFFFF;
    vertical-align: middle;
}

span._TextEdit {
    border: 0px;
    background: transparent;
}

span._TextEdit:hover {
    border: 0px;
}

._TextEditFixedPrefix, ._TextEditFixedPostfix {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/core/classes/_new/TextEdit//core/classes/_new/CrossBrowser/box-sizing.htc); 
    
    overflow: hidden;
    vertical-align: middle;
    line-height: 100%;
}

._ComponentTagName {
    /*opacity: 0 !important; PROC TO TU BYLO?  totalni chujovina*/ 

    /* je to tu kvuli TextEdit, kde je vlastni tag - napr. span - pri pouziti WebOptimizer se nejdriv ukaze input a pak az se zameni za span */
    opacity: 0 !important;
    border: 0px !important;
    background: transparent !important;
    color: inherit !important;
    padding: 0px !important;
    margin: 0px !important;
    width: auto !important;
    height: auto !important;
    
    /*
    border: 0px;
    background: transparent;
    color: inherit;
    padding: 0px;
    margin: 0px;
    width: auto;
    height: auto;
    */
}

/* VISUAL PHP MIN FILE '/core/classes/_new/ButtonEdit/ButtonEdit.class.css' */
._ButtonEdit {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ie-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/core/classes/_new/ButtonEdit//core/classes/_new/CrossBrowser/box-sizing.htc); 
    
    min-height: 16px;
    border: 1px solid #707070;
    background-color: #FFFFFF;
    vertical-align: middle;
    margin: 0px;
    outline: 0px;
    /*padding: 20px;*/
}

._ButtonEdit img {
    vertical-align: middle; /* will be recounted in onResize event */
}


._ButtonEdit + .button {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ie-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/core/classes/_new/ButtonEdit//core/classes/_new/CrossBrowser/box-sizing.htc); 

    border: 1px solid #707070;
    background-color: #D2D2D2;
    background-image: linear-gradient(top, #F2F2F2 50%, #CFCFCF 50%);
    background-image: -moz-linear-gradient(top, #F2F2F2 50%, #CFCFCF 50%);
    background-image: -o-linear-gradient(top, #F2F2F2 50%, #CFCFCF 50%);
    background-image: -webkit-linear-gradient(top, #F2F2F2 50%, #CFCFCF 50%);
    background-image: -ms-linear-gradient(top, #F2F2F2 50%, #CFCFCF 50%);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2F2F2', EndColorStr='#CFCFCF');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2F2F2', EndColorStr='#CFCFCF')";
    margin: 0px;
    /*margin-right: 0px !important;*/ /* PROC? */
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    /*position: absolute;*/
}

._ButtonEdit + div.button
    display: inline-block;
}

._ButtonEdit + .button, ._ButtonEdit + .button button {
    min-height: auto !important;
    min-width: auto !important;
}

._ButtonEdit + .button.buttonText {
    padding-left:10px;
    padding-right:10px;
}
