﻿/* redefinice KENDO stylu */
.k-state-selected, .k-button:active, .k-draghandle.k-state-selected:hover
{
    background-image: none, linear-gradient(to bottom, rgb(240, 201, 0) 0px, rgb(240, 201, 0) 100%);
    color: Black;
}

.k-ff
{
    overflow: inherit !important;
}

.k-edit-form-container
{
    width: 100%;
}

div.k-window-content
{
    font-size:12px;
    padding: 8px;
}

.k-button {
    line-height: 1.3em;
}

.k-tabstrip > .k-content {
    padding: 0.3em 0.3em;
}
/* redefinice PRAGUE BEST stylu*/

fieldset
{
    border-width: 1px;
    border-color: Black;
    border-style: solid;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 0px;
}

legend
{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 0px;
    color: Black;
    font-size: 1.0em;
    font-weight:bold;
}

#logo-fix
{
    left: 190px;
}

#lang-selector
{
    position: absolute;
    top: 12px;
    right: 10px;
    list-style: none;
}

#lang-selector a
{
    color: #BBBBBB;
    text-decoration: none;
}


form.common input.text, form.common input[type="text"], form.common input[type="password"], form.common textarea
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    font-family: Arial,sans-serif;
    margin: 0;
    padding: 5px 11px;
}

.mark-required-field
{
    color: #DB052C;
    font-weight: bold;
}

.field-validation-error
{
    color: #DB052C;
}

.formErrorMessage
{
    border: 4px solid #DB052C;
    padding: 8px;
}

.validationerror
{
    color: #DB052C;
}


/*
.formTable
{
	background-color: #FFFFB3;
	margin-bottom: 15px;
	margin-bottom: 300px;
}
body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    background: #ffffff url(../Images/columnbg.png) repeat-y 0 0;
}

a
{
    text-decoration: none;
    color: #0000cc;
}


.leftMainColumn
{
    width: 200px;
    float: left;
    display: block;
    overflow: auto;
    margin: 10px;
    margin-top: 0px;
}


.rightMainColumn
{
    width: auto;
    display: block;
    overflow: auto;
}


.topStatusBar
{
    background-color: #00417b;
    width: auto;
    display: block;
    overflow: auto;
    padding: 8px;
    
    color: White;
}


.mainContentSpace
{
    width: auto;
    display: block;
    overflow: auto;
    padding: 8px;
}




.appTitle
{
    font-size:16px;
    font-weight:bold;
    width: 400px;
    float: left;
}



.regionInfo
{
    width: auto;
    text-align: right;
    float: right;
    height:100%;
}


.editForm
{
    background-color: #F0F0F0;
    padding: 10px;
}

.editFormLabel
{
    font-weight:bold;
}

.editFormValue
{
    background-color:#FAFAFA;

}
*/