

/* 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/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/AJAXPageBrowse/AJAXPageBrowse.class.css' */
._AJAXPageBrowseInitial {
    display: none;
}

/* VISUAL PHP MIN FILE '/core/classes/_new/Debug/Debug.class.css' */
.debug-container {
    background: #F0F0F0;
    border: 1px solid #646464;
    min-width: 100px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    padding: 2px 0px;
    font-family: Arial;
    font-size: 10px;
    z-index: 1000000;
    color: #000000 !important;
}

.debug-container, .debug-container * {
    box-sizing: content-box !important;
    line-height: normal !important;
}

.debug-panel {
    height: 30px;    
    float: left;
    /*min-width: 10px;*/
    padding: 0px 8px;
    border-right: 1px solid #999999;
    line-height: normal !important;
    color: #000000 !important;
}

.debug-panel-move {
    border-left: 3px dotted #444444 !important;
    width: 1px;
    height: 16px;
    margin: 4px 0px 4px 6px;  
    padding-right: 0px;  
    cursor: move;
}

.debug-panel-noseparator {
    border-right: 0px !important;
}

.debug-panel-icons > img {
    margin-right: 2px;
    cursor: pointer;
    opacity: 0.3;
    width: auto !important;
}

.debug-panel-icons img:hover {
    opacity: 0.7;
}

.debug-panel-float {
    display: none;
    /*visibility: hidden;*/
    
    position: fixed;
    border: 1px solid #000000;
    border-radius: 2px;
    
    background: #F0F0F0;
    padding: 2px;
    z-index: 10000000;
    overflow: hidden;
    font-family: Arial;
    font-size: 10px;
    
    min-width: 500px;
    width: 500px; /* IE7 hack */
    min-height: 200px;
    height: 200px; /* IE7 hack */

    line-height: normal !important;
    text-align: left;
    color: #000000 !important;
}

.debug-panel-float a {
    font-weight: normal !important;
    color: #000000 !important;
    text-decoration: none !important;
}

.debug-panel-float-title {
    background: #1D68CE;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px;
    /*height: 10px;*/
}

.debug-panel-float-title img {
    vertical-align: middle;
    width: auto !important;
}

.debug-panel-float-content {
    padding: 2px;
    overflow: auto;
    
}

div.debug-panel-float-item, table.debug-panel-float-item td {
    padding: 2px;
    margin: 2px;
    font-family: Arial;
    font-size: 10px;
    color: #000000 !important;
}

table.debug-panel-float-item td {
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
}


div.debug-panel-float-item div.debug-panel-float-item {
    border: 0px;
    margin-left: 10px;
}

table.debug-panel-float-item {
    width: 100%;
}

.debug-panel-float-item a {
    padding-left: 12px;
}

.debug-panel-float-item .expandable {
    background-image: url(/core/classes/_new/Debug/img/plus.png); 
    background-repeat: no-repeat;
    background-position: 2px center;
    cursor: pointer;
    padding-left: 14px;
}

.debug-panel-float-item .expanded {
    background-image: url(/core/classes/_new/Debug/img/minus.png); 
    background-repeat: no-repeat;
    background-position: 2px center;
}

.debug-panel-float-item .expand {
    border: 1px dotted #DDDDDD;
    margin-top: 2px;
    margin-left: 24px;
    padding: 2px;
}

.debug-panel-float-item-hidden
{
    display: none;
}

.debug-panel-float-item-php-dump
{
    background: #0000FF;
}

.debug-panel-float-item-php {
    background: #DDDDFF;
    border: 1px solid #BBBBFF;
    /*white-space: nowrap;*/
}

.debug-panel-float-item-javascript {
    background: #FFFFCC;  
    border: 1px solid #EEEE00;  
    /*white-space: nowrap;*/
}

.debug-panel-float-item-unknown {
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    /*white-space: nowrap;*/
}

.debug-panel-float-item-text {
    border: 0px; 
    background: #FFFFFF;
    margin: 0px;
    /*white-space: nowrap;*/
}

#PerformancePHPDebugPanelContent .debug-panel-float-item-javascript {
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
}

#PerformancePHPDebugPanelContent .debug-panel-float-row:hover td {
    background: #EEEEFF;
}

table.debug-panel-reload-hint {
    width: 100%;
    height: 100%;
    margin: 0px;
    border: 0px;
}

table.debug-panel-reload-hint td {
    text-align: center;
    vertical-align: middle;
}

.tooltip-debug {
    background: #000000;
    color: #FFFFFF;
    padding: 4px;
    font-family: 'Lucida Sans Unicode','Lucida Grande',arial,helvetica,sans-serif;
    font-size: 12px;
    margin-top: 10px;
}

@media print 
{
    .debug-container, .debug-panel, .debug-panel-float {
        display:none !important;
    }
}


.debug-panel-float th {
    font-size: 10px;
    background: #BBBBBB;
    border: 1px solid #DDDDDD;
    padding: 2px;
    font-weight: bold;
    color: #000000;
}

/* nested table */
.debug-panel-float td th {
    font-weight: normal;
    background: #EEEEEE;
    color: #000000;
}

.debug-panel-float-item td {
    vertical-align: top;
}

.debug-panel-float-item-separator {
    height: 8px;    
}

.debug-panel-float-item-error {
    background: #FFBBBB;
    border: 1px solid #FF9999;
}

.debug-panel-float-item-warning {
    background: #FFEEEE;
    border: 1px solid #FFCCCC;
}

.debug-panel-float-item-icon {
    font-size: 7px;
    padding: 1px;
    display: inline-block;
    margin-right: 4px;
    border-radius: 2px;
    vertical-align: middle;
}

.debug-panel-float-item-icon-php {
    background: #4444FF;    
    color: #FFFFFF;
}

.debug-panel-float-item-icon-javascript {
    background: #FFFF66;    
    margin-right: 10px;
}

.debug-panel-float-item-icon-empty {
    margin-right: 20px;
}

/* VISUAL PHP MIN FILE '/core/classes/_new/Debug/panels/Design/DesignDebugPanel.class.css' */
.debug-outline-caption {
    font-size: 9px;
    position: absolute;
    text-align: left;
    padding: 2px 4px 2px 4px;
    line-height: normal !important;
}
.debug-outline-caption a {
    text-decoration: none !important;
    color: white !important;
    font-size: 11px !important;
    font-family: Arial !important;
    font-weight: normal !important;
    padding: 0px !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: 0px !important;
    border-radius: 0px !important;
}

.debug-outline-caption a:hover {
    text-decoration: underline !important;
    color: white;
    font-weight: normal;
    background: inherit !important;
}

.debug-outline-layout {
    outline: 2px dashed #0000FF;
}

.debug-outline-layout-caption {
    background: #0000FF !important;
    color: #FFFFFF;
}

.debug-outline-template {
    outline: 2px dashed #00AA00;
}

.debug-outline-template-caption {
    background: #00AA00;
    color: #FFFFFF;
}

.debug-outline-object {
    outline: 2px dashed #FF00FF;
}

.debug-outline-object-caption {
    background: #FF00FF;
    color: #FFFFFF;  
}

.debug-outline-record {
    outline: 2px dashed #FF8000;
}

.debug-outline-record-caption {
    background: #FF8000;
    color: #FFFFFF;  
}

.debug-outline-htmlcache {
    outline: 2px dashed #800080;
}

.debug-outline-htmlcache-caption {
    background: #800080;
    color: #FFFFFF;  
}

#OutlineLayoutsDebugPanel, #OutlineTemplatesDebugPanel, #OutlineObjectsDebugPanel, #OutlineRecordsDebugPanel, #OutlineHtmlCacheDebugPanel, #AdminOutlineLayoutsDebugPanel, #AdminOutlineTemplatesDebugPanel, #AdminOutlineRecordsDebugPanel, #AdminOutlineObjectsDebugPanel, #AdminOutlineHtmlCacheDebugPanel, #OutlineExpandCaptionsDebugPanel {
    visibility: hidden !important;
}

@media print 
{
    .debug-outline-layout, .debug-outline-template, .debug-outline-record, .debug-outline-htmlcache {
        outline: 0px !important;
    }

    .debug-outline-layout-caption, .debug-outline-template-caption, .debug-outline-record-caption, .debug-outline-htmlcache-caption {
        display: none !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/PasswordEdit/PasswordEdit.class.css' */
._PasswordEdit {
    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/PasswordEdit//core/classes/_new/CrossBrowser/box-sizing.htc); 
    
    //min-height: 16px;
    border: 1px solid #707070;
    background-color: #FFFFFF;
    vertical-align: middle;
}

._PasswordEditCheck {
    margin-top: 4px;
}

/* VISUAL PHP MIN FILE '/core/classes/_new/PageNumber/PageNumber.class.css' */


/* VISUAL PHP MIN FILE '/core/classes/_new/PageBrowse/PageBrowse.class.css' */


/* 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;
}
