body {
    background-color: #FCFCFC;
    color: #707171;
    font: 12px Verdana;
    margin: 0;
}

h1, h2, h3, h4, h5 {
    color: #346db9;
}

h1 {
    margin-top: 0px;
    font: 18pt Verdana;
}

h2 {
    font: 16pt Verdana;
}

h3 {
    font: 13pt Verdana;
}

p, ol, ul {
    margin-bottom: 1.8em;
    line-height: 160%;
}

a {
    color: #2a769d;
    text-decoration: none;
}

    a:hover {
        color: #f15e34;
    }

img {
    border: none;
}

a:hover img {
    border: none;
    background-color: transparent;
}

label {
    margin-left: 5px;
    margin-right: 5px;
}

/* sf:TextBox */
input.textbox {
    width: 150px;
    height: 17px;
}

    input.textbox[disabled] {
        background-color: #f1f1f1;
        cursor: default;
    }

        input.textbox[disabled]:hover {
            box-shadow: none;
        }


/* Stredne siroke textboxy */
input.midWidth {
    width: 300px;
}

/* Siroke tetxboxy (jako sf:Note) */
input.width {
    width: 500px;
}

/* sf:Document */
td.dxucTextBox_Glass
{
    height: 23px;
}

/* sf:ListBox */
select {
    min-width: 160px;
    margin: 0;
    height: 28px;
}

    select.width {
        width: 500px;
    }

/* sf:DateBox / sf:DateTimeBox / sf:TimeBox */
div.DateBox {
    display: inline-block;
}

    div.DateBox input, div.DateBox img {
        vertical-align: middle;
    }

/* sf:ColorBox */
div.Color {
    display: inline-block;
}

    div.Color input, div.Color img, div.Color div {
        vertical-align: middle;
        display: inline-block;
    }

    div.Color td {
        margin: 0px;
        padding: 0px;
    }

/* sf:Note */
textarea {
    width: 500px;
    height: 200px;
}

div.CharacterLeft {
    margin-bottom: 5px;
}

/* Formulářové pole - taskid#12347 */
input.textbox, textarea, select, input.watermark, span.select {
    background-color: #FCFCFC;
    border: 1px solid #7eacb1;
    color: black;
    line-height: 17px;
    padding: 4px;
    font: 12px Verdana;
    vertical-align: middle;
}

    input:focus, input:hover, textarea:hover, textarea:focus, select:hover, select:focus {
        border: 1px solid #0099CC;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 153, 204, 0.6);
    }

/* TextBox Watermark */
input.watermark {
    color: #AAAAAA;
    font-weight: normal;
}

input.MaskedEditError {
    background-color: Pink;
}

span.checkbox {
    border: 0px;
    background-color: transparent !important;
}

    span.checkbox label {
        display: inline;
    }

input.imagebox {
    border: 0px;
    background-color: transparent;
}

/* Vertical space after main components */
.toolbar, .treeview, div.AspNet-DetailsView, div.AspNet-GridView table, div.navigation, div.AspNet-FormView, .ValidationSummary, .info, .infoGreen, .error {
    margin-bottom: 14px;
}

    /* Tlacitka formulare (ulozit, storno apod.) */
    div.AspNet-FormView div.buttons {
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

div.FormSimple div.buttons {
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
}

/* Tlacitka v modal okne */
.dialogButtons, .modalPopUpWindow .buttons {
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: right;
}

/* Mezera mezi radky tlacitek */
.buttons .button, .toolbar .button {
    margin-bottom: 5px;
}

/* sf:CollapsibleFilter */
.filtry {
    background-color: #DEF2F3;
    border: 1px solid #7EACB1;
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px;
}

    .filtry td {
        padding: 2px;
    }

    .filtry input.textbox {
        width: 100px;
    }

        .filtry input.textbox.width {
            width: 200px;
        }

    .filtry span.select {
        width: 100px !important;
    }

    .filtry select {
        min-width: inherit;
        max-width: 200px;
    }

    /* Naseptavac ve filtrech */
    .filtry ul {
        margin: 0px;
    }


.filtryPolozka {
    white-space: nowrap;
    margin-bottom: 5px;
    display: inline-block;
}

    .filtryPolozka label {
        display: inline;
        font-size: inherit;
        color: inherit;
        float: left;
        line-height: 27px;
    }

    .filtryPolozka .toggle-group label {
        /*line-height: inherit;*/
    }

    .filtryPolozka input {
        /*height: 36px;*/
        /*padding-left: 4px;*/
        /*padding-right: 4px;*/
    }

        .filtryPolozka input[type=image] {
            /*padding-left: inherit;*/
            /*padding-right: inherit;*/
        }

    .filtryPolozka .Help {
        /*padding-top: 8px;*/
    }

/* Lookup ve filtrech */
.modalPopUpWindow .filtry {
    width: 100%;
}

/* -------- */

a.navigation {
    display: inline-block;
    padding: 2px 2px 2px 2px;
    cursor: pointer;
    color: #2a769d;
    vertical-align: middle;
}

a.current {
    font-weight: bold;
}

a.navigation:hover {
    background-color: #DEF2F3;
}

/* Header */
#header {
    width: 100%;
    margin: 0px;
    background-color: #01305A;
    background-position: left top;
    background-repeat: no-repeat;
}

/* Logo */
#logo {
    float: left;
    padding: 10px 0px 10px 20px;
}


    #logo h1, #logo p {
        margin: 0px;
        line-height: normal;
        color: #FCFCFC;
    }

    #logo a {
        text-decoration: none;
        color: #FCFCFC;
    }

        /* taskid#12348 */
        #logo a.user, #logo a.logout {
            text-decoration: underline;
        }

    #logo p {
        margin-top: 5px;
    }

        #logo p img {
            vertical-align: middle;
        }

    #logo span {
        margin-right: 10px;
    }

    #logo h1 {
        font-size: 2.4em;
    }


    #logo a.logout:hover, #logo a.user:hover {
        color: Red;
    }

/* Logo - right */
#rightLogo {
    float: right;
    padding: 10px 20px 10px 0px;
}

    #rightLogo h1, #rightLogo p {
        margin: 0px;
        line-height: normal;
        color: #FCFCFC;
    }

    #rightLogo p {
        margin-top: 5px;
    }

    #rightLogo h1 {
        font-size: 2.4em;
    }

/* Pravá část headeru */
#header .rightHeader {
    float: right;
    padding: 10px 20px 10px 0px;
}

/* Hledani */
#header .search {
    padding-bottom: 10px;
    text-align: right;
}

.search input[type="text"] {
    width: 150px !important;
    height: 17px !important;
}

div.Search {
    margin-top: 10px;
    margin-bottom: 10px;
}

    div.Search .Result {
        margin: 0;
        margin-bottom: 5px;
    }

        div.Search .Result img {
            vertical-align: baseline;
            margin-right: 5px;
        }

/* Prepinani jazyku */
#header .language {
    padding: 10px 20px 10px 0px;
}

    #header .language a {
        color: gray;
    }

        #header .language a:hover {
            color: red;
        }

        #header .language a.active {
            color: white;
        }

/* Menu */
#menu {
    float: right;
}

    #menu ul {
        margin: 0px;
        padding: 49px 0px 0px 0px;
        list-style: none;
        line-height: normal;
    }

    #menu li {
        float: left;
        margin: 0px;
    }

    #menu a {
        display: block;
        width: auto;
        padding: 6px 20px;
    }

        #menu a:hover {
            text-decoration: underline;
        }

    #menu .active {
        background: #404040;
    }

        #menu .active a {
        }

/* Page */
#page {
    float: left;
    margin: 0px;
    background: #FCFCFC;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
}

/* Content */
#content {
    min-height: 550px;
    overflow: hidden;
    padding: 10px 0 10px 0;
}

#contentwide {
    float: none;
    text-align: justify;
}

    #content #paper, #contentwide #paper {
        border: #cfd4db 1px solid;
        padding: 15px;
    }

    #content h1.title, #contentwide h1.title {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 12px 0px 12px 20px;
        border: #cfd4db 1px solid;
        border-bottom: 0px;
        background-color: #f1f1f1;
    }

/* Sidebar */
#sidebar {
    width: 158px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

#ratesbar {
    margin: 15px 0 0 3px;
}

    #ratesbar table {
        width: 100%;
        margin-top: 5px;
        border-collapse: collapse;
    }

        #ratesbar table td {
            text-align: center;
            border: 1px solid #C2D4DA;
            padding: 0;
        }

#menubar {
    border: 1px solid #7eacb1;
}

#loginbar {
    border: 1px solid #7eacb1;
}

    #loginbar table {
        margin: 5px;
    }

/* IE7 hack */
*:first-child + html #sidebar {
    margin-top: 10px;
}

    #sidebar h1 {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        margin: 0px;
        font-size: 12pt;
        color: White;
        background-color: #01305A;
    }

    #sidebar h2 {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        margin: 0px;
        font-size: 11pt;
        color: White;
        background-color: #01305A;
    }

/* sf:ASPxNavBar */
.dxnbLite_Glass a.dx-vam {
    text-decoration: none !important;
}

/* Footer */
#footer {
    clear: both;
    width: 100%;
    margin: 10px auto 10px auto;
    text-align: center;
}

    #footer a {
    }

        #footer a:hover {
            color: Red;
        }

/* CSS Friendly */

/* AspNet-GridView */
div.AspNet-GridView {
}

    div.AspNet-GridView table {
        border-collapse: collapse;
        margin-top: 0px;
    }

/* GridView roztazene pres celou sirku */
table.width {
    width: 100%;
}

table td.checkbox {
    width: 20px;
}

div.AspNet-GridView .label {
    min-height: 0 !important;
    line-height: normal !important;
}

div.AspNet-GridView td, div.AspNet-GridView th {
    border-bottom: 1px solid #C2D4DA;
    border-right: 1px solid #C2D4DA;
    border-top: 1px solid #C2D4DA;
    border-left: 1px solid #C2D4DA;
    padding: 2px 5px 2px 5px;
}

div.AspNet-GridView .emptyData {
    text-align: center;
    background-color: #fcfcfc;
}

div.AspNet-GridView img {
    padding-left: 2px;
}

div.AspNet-GridView .left {
    text-align: left;
}

div.AspNet-GridView .center {
    text-align: center;
}

div.AspNet-GridView .right {
    text-align: right;
}

div.AspNet-GridView .justify {
    text-align: justify;
}

div.AspNet-GridView tr:hover {
    background-color: #DEF2F3;
}

div.AspNet-GridView tr.Highlight {
    font-weight: bold;
}

div.AspNet-GridView th {
    cursor: pointer;
    padding: 4px 6px 5px 6px;
    border: solid 1px #7EACB1;
    background-image: url('images/table_header.gif');
    background-position: top;
    background-repeat: repeat-x;
    background-color: #C0DDE0;
    overflow: hidden;
    -moz-user-select: none;
    font-weight: normal;
    text-align: left;
}

tr.AspNet-GridView-Normal {
    background-color: White;
}


tr.AspNet-GridView-Alternate {
    background-color: White;
}

tr.AspNet-GridView-Group {
    background-color: #DEF2F3;
}

.AspNet-GridView-Selected {
    background-color: lemonchiffon !important;
}


div.AspNet-GridView a.disabled {
    color: silver;
}

    div.AspNet-GridView a.disabled:hover {
        color: silver;
    }

tr.AspNet-GridView-Pager {
    background-color: #edf3f4;
    border: solid 1px #7EACB1;
}

    tr.AspNet-GridView-Pager hover {
        background-color: #edf3f4;
    }

.AspNet-GridView-Pager div {
    width: auto !important;
}


div.AspNet-GridView-Pagination {
    float: left;
    padding-top: 4px;
    padding-bottom: 4px;
}

div.AspNet-GridView-ItemCount {
    float: right;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 30px;
}

.gridview {
    color: black;
}

/* Text v zapati gridView */
div.AspNet-GridView-FooterText {
    float: right;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
}

/* Panel akci v GridView */
div.AspNet-GridView div.actions {
    margin-bottom: 5px;
    background-color: #DEF2F3;
    border: 1px solid #7EACB1;
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
}

    div.AspNet-GridView div.actions select {
        vertical-align: middle;
    }

/* taskid#19566 - scrollování gridu  */

/* jinak se neobjevi scrollbar*/
table.nopage tbody, table.nopage thead {
    display: block;
}

/* scrollbar a vychozi vyska */
table.nopage tbody {
    overflow-x: auto;
    height: 400px;
}

/* je potreba nastavit obema radkam stejny padding */
table.nopage th, table.nopage td {
    padding-left: 5px;
    padding-right: 5px;
}

    /* posuv o velikost scrollbaru */
    table.nopage th:last-child {
        padding-right: 22px !important;
    }

/* Form ve strance */
div.form {
    color: Black;
}

/* AspNet-FormView */
div.AspNet-FormView {
    color: Black;
}

    div.AspNet-FormView div.content {
        margin: 5px;
    }

        div.AspNet-FormView div.content fieldset {
            margin: 0px 5px 5px 5px;
            padding: 0px 10px 5px 10px;
        }

    div.AspNet-FormView h2 {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        margin: 0px;
        font-size: 12pt;
        color: #01305A;
    }

/* Bily (zjednoduseny) formular */
div.FormSimple {
    color: Black;
}

/* sf:Link */
a.link {
    font-weight: bold;
    display: inline-block;
    min-height: 28px;
    line-height: 28px;
}

/* Popisek ve formulari */
div.AspNet-FormView .label, div.FormSimple .label {
    font-weight: bold;
    display: inline-block;
    min-height: 28px;
    line-height: 28px;
}

/* Odkaz na jiny objekt s ikonou (nadrazeny apod.) */
table.Object-Link {
    margin: 0px !important;
}

    table.Object-Link td {
        padding: 0px !important;
    }

    table.Object-Link img {
        padding-right: 5px;
    }

/* AspNet-DetailsView */
div.AspNet-DetailsView {
    padding: 5px 5px 5px 5px;
    border: 1px solid #7eacb1;
    background-color: #edf3f4;
    color: Black;
}

div.AspNet-DetailsView-Data ul {
    margin: 0;
    padding: 0;
}

div.AspNet-DetailsView-Data li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

div.AspNet-DetailsView-Data li {
    list-style: none;
    padding-bottom: 4px;
}

span.AspNet-DetailsView-Name {
    font-weight: normal;
    min-width: 150px;
    float: left;
}

span.AspNet-DetailsView-ActivePage {
    font-weight: bold;
    padding: 0px 2px;
}

.AspNet-DetailsView-OtherPage, .AspNet-DetailsView-FirstPage, .AspNet-DetailsView-NextPage, .AspNet-DetailsView-PrevPage, .AspNet-DetailsView-LastPage {
    padding: 0px 2px;
}

/* sf:Button */
li.AspNet-DetailsView-RowCommand a, a.button {
    display: inline-block;
    color: black;
    font-size: 12px;
    font-family: Verdana;
    background: #4986a2 url('images/button.gif');
    border: solid 1px #4986A2;
    padding: 0px 15px 0px 15px;
    text-align: left;
    line-height: 21px;
    z-index: 0;
    vertical-align: middle;
    margin-left: 0px;
    margin-right: 4px;
}

    a.button.highlight {
        font-weight: bold;
    }

    a.button.green {
        background: url('images/button_green.gif');
        font-weight: normal;
    }

    li.AspNet-DetailsView-RowCommand a:hover, a.button:hover {
        background-image: url('images/button_hover.gif');
        color: white;
    }

    a.button span {
        background-repeat: no-repeat;
        background-position: left 50%;
        padding-left: 20px;
    }

a.button_disabled {
    display: inline-block;
    color: silver;
    background: url('images/button.gif') repeat-x top;
    border: solid 1px #4986A2;
    padding: 2px 20px 2px 20px;
    background-color: #4986a2;
    text-align: center;
    height: 17px;
    line-height: 17px;
    z-index: 0;
}

    a.button_disabled:hover {
        color: silver;
    }

/* AspNet-Menu */
ul.AspNet-Menu {
    margin: 0px;
    list-style: none;
}

.AspNet-Menu-NonLink, .AspNet-Menu-WithChildren > a {
    /*color: #2a769d;
    display: block;*/
    background-image: url('images/submenu.png');
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 10px;
}

ul.AspNet-Menu li ul {
    list-style: none;
}

ul.AspNet-Menu a:hover {
    color: #2a769d;
    background-color: #DEF2F3;
}

li.AspNet-Menu-Selected {
    font-weight: bold;
}

.AspNet-Menu-WithChildren ul a {
    font-weight: normal;
}

.AspNet-Menu-WithChildren ul li.AspNet-Menu-Selected a {
    font-weight: bold;
}

ul.AspNet-Menu, ul.AspNet-Menu ul {
    padding-left: 0px;
    list-style: none;
    display: block;
    background-color: #fcfcfc;
}

    ul.AspNet-Menu li {
        list-style: none;
    }

        ul.AspNet-Menu li a, ul.AspNet-Menu li span {
            padding: 3px 3px 3px 10px;
            display: block;
            text-decoration: none;
        }

            ul.AspNet-Menu li a img {
                padding-right: 5px;
                vertical-align: middle;
            }

li.AspNet-Menu-WithChildren {
    position: relative;
}

/* podmenu */
ul.AspNet-Menu ul {
    position: absolute;
    display: none;
    border: 1px solid #7eacb1;
    z-index: 100;
    left: 70px;
    top: -28px;
}

/* polozka podmenu */
li.AspNet-Menu-WithChildren li.AspNet-Menu-Leaf {
    white-space: nowrap;
    width: auto;
    padding-right: 5px;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul ul, ul.AspNet-Menu li.AspNet-Menu-Hover ul ul {
    display: none;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul, ul.AspNet-Menu li li:hover ul, ul.AspNet-Menu li li li:hover ul, ul.AspNet-Menu li.AspNet-Menu-Hover ul, ul.AspNet-Menu li li.AspNet-Menu-Hover ul, ul.AspNet-Menu li li li.AspNet-Menu-Hover ul {
    display: block;
}

.AspNet-Menu-Vertical ul.AspNet-Menu li {
    width: 100%;
}


/* DetailsView */
table.detailsview {
    /* border: solid 1px #7EACB1; */
    color: #333333;
    padding: 5px;
    margin: 8px 0px 8px 0px;
}

    table.detailsview td {
        padding: 3px 5px 5px 5px;
        vertical-align: top;
    }

    table.detailsview .footerstyle {
    }

    table.detailsview .rowstyle {
    }

    table.detailsview .headerstyle {
        /* background-color: #edf3f4; */
    }

    table.detailsview .editrowstyle {
    }

    table.detailsview .alternatingrowstyle {
    }

/* Validator */
.validatorCalloutHighlight {
    background-color: lemonchiffon;
}

/* ValidationSummary */
div.ValidationSummary {
}

    div.ValidationSummary ul {
        background: #ffe0af url('images/icon_warning.png') top left no-repeat;
        font-size: 12px;
        color: #f00;
        border: 1px dotted #e7a500;
        padding: .7em 1em .7em 60px;
        min-width: 250px;
        max-width: 60%;
        _width: 250px;
        min-height: 30px;
        _height: 30px;
        margin: 0px;
    }

.dxgvEditingErrorRow_Glass td.dxgv {
    background: #ffe0af url('images/icon_warning.png') top left no-repeat;
    font-size: 12px;
    color: #f00;
    border: 1px dotted #e7a500;
    margin: 0;
    padding-left: 45px;
    height: 40px;
}

.dxgvEditingErrorRow_Glass ul {
    margin: 0;
    padding: 0 1em 0 60px;
}

div.ValidationSummary li, .dxgvEditingErrorRow_Glass li {
    margin: .3em .5em;
    padding: 0;
}

/* ajaxToolkit:ComboBox */
.combobox {
    margin: 2px;
}

    .combobox table.ajax__combobox_inputcontainer {
        margin: 0px !important;
    }

        .combobox table.ajax__combobox_inputcontainer td {
            padding: 0px;
        }

    .combobox .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
        margin: 0;
        border: solid 1px #7F9DB9;
        border-right: 0px none;
        padding: 1px 0px 0px 5px;
        font: 12px Verdana;
        height: 18px;
    }

    .combobox .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
        margin: 0;
        padding: 0;
        background-image: url(images/windows-arrow.gif);
        background-position: top left;
        border: 0px none;
        height: 21px;
        width: 21px;
    }

    .combobox .ajax__combobox_itemlist {
        border-color: #7F9DB9;
        font: 12px Verdana;
    }

/* Zarovnani vlevo a vpravo na jednom radku*/
.container {
    position: relative;
    height: 50px;
}

.left-element {
    position: absolute;
    left: 0;
    width: 50%;
}

.right-element {
    position: absolute;
    right: 0;
    width: 50%;
    text-align: right;
}

.darkBlue {
    color: #2a769d;
}

.nowrap {
    white-space: nowrap;
}

.space {
    margin: 0px 0px 5px 0px;
}

.icon {
    text-align: left;
    vertical-align: middle;
}

/* sf:Info */
.info, .infoGreen {
    color: RoyalBlue;
    background-color: #f3f5fa;
    font-size: 12px !important;
    border: 1px dotted #C8C8C8;
    min-width: 250px;
    max-width: 60%;
    _width: 250px;
    min-height: 30px;
    _height: 30px;
    line-height: 18px;
}

    .info table tr td:nth-child(2), .infoGreen table tr td:nth-child(2), .error table tr td:nth-child(2) {
        padding: 10px 0 10px 0;
    }

.infoGreen {
    color: green;
    background-color: #DAFADA;
    border: 1px dotted #C8C8C8;
}

.error {
    color: Red;
    background-color: #f8e9ea;
    font-size: 12px;
    border: 1px dotted #C8C8C8;
    min-width: 250px;
    max-width: 60%;
    _width: 250px;
    min-height: 30px;
    _height: 30px;
    line-height: 18px;
}

/* Modal Popup */
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopUpWindow {
    border: 1px solid #7eacb1;
    background-color: #edf3f4;
    color: Black;
}

    .modalPopUpWindow h2 {
        color: White !important;
        background-color: #01305A !important;
    }

.modalPopup {
    background-color: #ffffdd;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 5px;
}

.modalPopUpWindow .info {
    width: 100%;
    max-width: none;
}

/* ReorderList */
.ReorderList li {
    list-style-type: none;
}

.ReorderListLine {
    border: outset thin #7eacb1;
    background-color: #edf3f4;
    margin-bottom: 2px;
    color: Black;
    height: 20px;
    border-left: none;
}

.ReorderListDragLine {
    background-color: #edf3f4;
    color: Black;
    height: 20px;
}

.ReorderListDragHandle {
    width: 16px;
    height: 16px;
    cursor: move;
}

.ReorderList td {
    padding: 0px;
    vertical-align: top;
}

.dragVisualContainer li {
    list-style: none;
    background-repeat: repeat-x;
    color: #FFF;
}

/* sf:Tab */
/*******************************************************************
 *	                    TABS (zalozky)
 *******************************************************************/

/* TABS: scrolling */
.scroll_horiz {
    overflow-x: scroll;
}

.scroll_vert {
    overflow-y: scroll;
}

.scroll_both {
    overflow: scroll;
}

.scroll_auto {
    overflow: auto;
}

/* TABS: Default layout */
.tab_default .tab_header {
    white-space: nowrap;
}

.tab_default .tab_outer {
    display: -moz-inline-box;
    display: inline-block;
}

.tab_default .tab_inner {
    display: -moz-inline-box;
    display: inline-block;
}

.tab_default .tab_tab {
    margin-right: 4px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
}

/* TABS: Windows XP theme */
.tab_xp .tab_header {
    font-family: verdana,Verdana,helvetica;
    font-size: 10.5px;
    background: url('images/tab_header.gif') bottom repeat-x;
    margin-top: 5px;
}

    .tab_xp .tab_header a {
        color: #000;
        text-decoration: none;
        line-height: 21px;
    }

.tab_xp .tab_outer {
    height: 12px;
    padding: 4px 4px 4px 0;
    background: url('images/tab_outer.gif') right bottom no-repeat;
}

.tab_xp .tab_inner {
    height: 12px;
    padding: 4px 0 4px 3px;
    background: url('images/tab_inner.gif') left no-repeat;
    &background-position: 0 4px;
}

.tab_xp .tab_tab {
    height: 12px;
    padding: 4px;
    margin: 0;
    background: url('images/tab_tab.gif') repeat-x;
}

.tab_xp .tab_header a:hover .tab_outer {
    background: url('images/tab_outer_hover.gif') right bottom no-repeat;
}

.tab_xp .tab_header a:hover .tab_inner {
    background: url('images/tab_inner_hover.gif') left no-repeat;
    &background-position: 0 4px;
}

.tab_xp .tab_header a:hover .tab_tab {
    background: url('images/tab_tab_hover.gif') repeat-x;
}

.tab_xp a.active .tab_outer, .tab_xp a:hover.active .tab_outer {
    background: url('images/tab_outer_active.gif') no-repeat right bottom;
}

.tab_xp a.active .tab_inner, .tab_xp a:hover.active .tab_inner {
    background: url('images/tab_inner_active.gif') left no-repeat;
    &background-position: 0 4px;
}

.tab_xp a.active .tab_tab, .tab_xp a:hover.active .tab_tab {
    background: url('images/tab_tab_active.gif') repeat-x;
}

.tab_xp .tab_body {
    border: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    background-color: #ffffff;
}

.ajax__tab_xp .ajax__tab_body {
    font: 12px Verdana !important;
}

/* Kontextova napoveda */
div.Help {
    width: 400px;
    color: white;
    background-color: #4986A2;
    padding: 5px;
    text-align: justify;
    font-family: verdana, Verdana, helvetica;
    font-size: 12px;
    font-weight: normal;
    display: none;
    border: 1px solid #4986A2;
    border-radius: 5px;
}

img.Help {
    cursor: help;
}

/* Collapsible Panel */
.collapsePanel {
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader {
    width: 100%;
    height: 30px;
    background-image: url('images/bg-menu-main.png');
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
}

.filterImage {
    vertical-align: top;
    margin-right: 4px;
    height: 15px;
}

a.filterButton, div.filterButton {
    display: inline-block;
    line-height: 15px;
    border: 1px solid #7eacb1;
    border-bottom: none;
    vertical-align: middle;
    height: 15px;
    padding: 3px 10px;
    text-align: center;
    background-color: #ffffff;
    color: #2a769d;
    cursor: pointer;
}

    div.filterButton:hover {
        color: red;
    }

/* Neviditelny prvek */

.invisible {
    display: none;
}

/* AjaxProgress */
img.ajaxloader {
    vertical-align: middle;
}

/* ukonci obtekani elemntu */
.noflow:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/* Position */
.PositionDisplayBox {
}

.PanelMap {
    width: 550px;
}

    .PanelMap p {
        margin: 5px;
    }

    .PanelMap div.PanelSearch {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

div.addthis_toolbox {
    height: 20px;
    padding: 5px;
    margin: 0px;
}

td.HeadlineColumn {
    width: 50px;
}

/* Povinna polozka */
.required {
    background-color: #FFF5F5 !important;
}

/* Polozka ke cteni */
input.readonly {
    background-color: transparent !important;
}

/* sf:BooleanBox */
.BooleanBox {
    background-color: transparent !important;
}

/* Položka se zobrazením ajax loader ikony */
input.ajax-loader {
    background-image: url(images/ajax-loader.gif);
    background-position: right;
    background-repeat: no-repeat;
}

.nofloat:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

/* Mozilla browsers */
fieldset, x:-moz-any-link, x:default {
    border: 1px solid #D5DFE5;
    -moz-border-radius: 4px;
}

/* Webkit browsers */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    fieldset {
        border: 1px solid #D5DFE5;
        -webkit-border-radius: 4px;
    }
}

/* Opera */
noindex:-o-prefocus, fieldset {
    border: 1px solid #D5DFE5;
}

    fieldset legend {
        color: #000000;
        padding-bottom: 5px;
    }


/* Nahled obrazku */
.imagePreviewStyle {
    max-width: 650px;
    margin-top: 10px;
}

/* Mapa */
div.GoogleMapInfoText h3 {
    margin: 0;
    padding: 0;
    padding-left: 2px;
}

div.GoogleMapInfoText table {
    padding-bottom: 5px;
    padding-top: 5px;
    color: Black;
}

div.GoogleMapInfoText .label {
    font-weight: bold;
}

div.GoogleMapInfoText a {
    padding-left: 2px;
}

/* Modal Popup */
#modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 9999;
}

#modal-popup {
    display: none;
    position: fixed;
    width: 200px;
    left: 50%;
    top: 200px;
    margin-left: -100px;
    background-color: white;
    border: 1px dotted black;
    z-index: 10000;
    padding: 10px;
    font: 12px Verdana;
}

    #modal-popup img {
        vertical-align: middle;
    }

/* sf:Note */
.html {
    display: block;
    background-color: white;
    padding-top: 7px;
    padding-bottom: 5px;
}

/* sf:Map */
.PanelSearchContainer {
    margin: 0;
    padding: 0;
    border: 0;
}

.PanelMapSearch {
    position: relative;
    height: 30px;
    margin: 0px;
    padding: 0px;
}

.PanelSearchLiteral {
    position: relative;
    padding-left: 11px;
}

.PanelMapSearch .textbox, .PanelMapSearch .watermark {
    position: relative;
    padding-left: 7px;
    width: 245px;
    height: 15px;
    margin: 0;
}

.selectMapResults {
    visibility: hidden;
    width: 254px;
    position: absolute;
    margin: 19px 0 0 83px;
    padding: 0 5px 0 5px;
    z-index: 999;
    left: 0;
}

/* sf:Lookup */
div.Lookup {
    display: inline-block;
    vertical-align: middle;
}

table.lookup td.image, table.lookup th.image {
    width: 20px;
}

.LookupList {
    color: WindowText;
    list-style: none;
    padding-left: 0;
    margin: 0;
    border-left: 1px solid #7eacb1;
    border-top: 1px solid #7eacb1;
    border-right: 1px solid #7eacb1;
    cursor: default;
    background-color: white;
    width: auto !important;
}

    .LookupList li {
        border-bottom: 1px solid #7eacb1;
        padding: 2px !important;
        cursor: pointer;
    }

/* Vybrana hodnota v Lookupu */
span.select {
    display: block;
    overflow: hidden;
    height: 17px !important;
    line-height: 17px !important;
}

    span.select span {
        font-weight: normal !important;
        text-align: left;
    }

/* Vybirana hodnota ze seznamu */
.LookupItemHighlighted {
    background-color: #DEF2F3 !important;
}

.Invisible input {
    visibility: hidden;
}

.Invisible label {
    margin-left: 25px;
}

/*taskid#8322*/
li.AspNet-DetailsView-RowCommand input, input.imagebox {
    display: inline-block;
    border: solid 1px #4986A2;
    z-index: 0;
    vertical-align: middle;
}

.ImageButtonsTitles td {
    text-align: center;
}

a.barva {
    color: white;
}

    a.barva:hover {
        color: red;
    }

/* Hledani v mape */
.MapCanvas {
    width: 100%;
    height: 600px;
}


/* taskid#12227 */

/*------------------ 
   Nový responzivní
-----------------*/

/* Header */
header {
    width: 100%;
    margin: 0px;
    background-color: #01305A;
    background-position: left top;
    background-repeat: no-repeat;
}

    header .rightHeader {
        float: right;
        padding: 10px 20px 10px 0px;
    }

    /* Hledani */
    header .search {
        padding-bottom: 10px;
        text-align: right;
    }

        header .search input {
            vertical-align: middle;
        }

    /* Prepinani jazyku */
    header .language {
        padding: 10px 20px 10px 0px;
    }

        header .language a {
            color: gray;
        }

            header .language a:hover {
                color: red;
            }

            header .language a.active {
                color: white;
            }

/* Footer */
footer {
    clear: both;
    width: 100%;
    margin: 10px auto 10px auto;
    text-align: center;
}

    footer a {
    }

        footer a:hover {
            color: Red;
        }

#handle {
    display: none;
}

table {
    box-sizing: border-box;
}

input[type="file"]:focus, input[type="file"]:hover, input[type="file"]:active, input[type="file"]:visited, input[type="file"] {
    box-shadow: none;
    border-style: none;
    display: inline-block;
    border: 0;
    color: black;
    height: 29px !important;
}


/* DevExpress */
td.dxgv a {
    color: #2a769d;
}

    .dxeHyperlink_Glass:visited, td.dxgv a:visited {
        color: #2a769d !important;
    }

    .dxeHyperlink_Glass:hover, td.dxgv a:hover {
        color: #f15e34 !important;
    }


/**/
dxeButtonEdit_Glass, .dxeButtonEditSys {
    background-color: #FCFCFC;
    border: 1px solid #7eacb1;
    color: black;
    line-height: 17px;
    padding: 4px;
    font: 12px Verdana;
    width: 160px;
}

.dxeButtonEdit_Glass:hover {
    border: 1px solid #0099CC;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 153, 204, 0.6);
}

.dxeButtonEdit_Glass .dxic, .dxeButtonEdit_Glass dxpc-mainDiv, .dxeButtonEdit_Glass dxpc-mainDiv:hover, .dxeButtonEdit_Glass .dxpc-contentWrapper,
.dxpc-mainDiv:hover, .dxpc-mainDiv {
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}



/* Desktopová verze */
@media only screen and (min-width: 800px) {

    #menubar .menu {
        display: block !important;
    }

        #menubar .menu li:hover ul {
            display: block !important;
        }

    #navMenu {
        display: block !important;
    }
}

/* Mobilní verze */
@media (max-width:800px), (max-device-width: 800px) {

    body {
        margin: 0;
        padding: 0;
    }

    form {
        padding: 0;
        margin: 0;
    }

    #sidebar {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        border: 0;
    }

        #sidebar #menubar div {
            display: block;
            float: left;
            width: 100%;
        }


    #content {
        width: 100%;
        min-height: 0px;
        float: left;
        margin: 0;
        padding: 0;
        border: 0;
    }

    #paper {
        margin: 0;
        padding: 0;
        border: 0 !important;
        float: left;
        box-sizing: border-box;
        width: 100%;
        padding: 5px;
    }

    .title {
        border: 0 !important;
    }

    /* Menu */
    #menubar {
        margin: 0;
        padding: 0;
        border: 0;
    }

        #menubar .menu {
            display: normal !important;
        }

        #menubar h1 {
            display: none;
        }

    .AspNet-Menu-WithChildren a {
        background: none;
        margin: 0;
    }

    .AspNet-Menu-WithChildren {
    }

        .AspNet-Menu-WithChildren ul {
            display: none;
            visibility: hidden;
        }


        .AspNet-Menu-WithChildren:hover ul {
            display: none;
        }


    .AspNet-Menu-Vertical ul {
        overflow: hidden;
        display: block;
        float: left;
        width: 100%;
    }

    #handle {
        float: left;
        width: 100%;
        padding: 0 0 0 35px;
        font: 15px Verdana;
        color: #444444;
        height: 35px;
        line-height: 35px;
        display: inline-block;
        text-align: left;
        box-sizing: border-box;
        cursor: pointer;
        background-image: url("images/BurgerMenu.png");
        background-position: 8px 7px;
        background-size: 20px;
        background-repeat: no-repeat;
    }

    .handleClose {
        background-image: url("images/BurgerMenuClose.png") !important;
    }

    /* Filter */
    .filtry {
        max-height: none;
    }

        .filtry tr {
            display: block;
            float: left;
            width: auto;
        }

            .filtry tr td {
                display: list-item;
                list-style-type: none;
            }

    .filtryPolozka select {
        width: inherit !important;
    }

    /* Tabulka */
    .AspNet-GridView table, .dxgvControl, .modalPopUpWindow .gridview {
        overflow-x: scroll;
        white-space: nowrap;
        width: 100%;
        box-sizing: border-box;
        display: block;
        float: left;
    }



    /* ValidationSummary */
    .ValidationSummary, .info, .info table, .error, .error table, .ValidationSummary ul {
        width: 100%;
        min-width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    /* tlacitka */
    .buttons {
        width: 100%;
        box-sizing: border-box;
        float: left;
    }

        .buttons .button {
            float: left;
        }




    /*zalozky*/
    .tab_xp .tab_header {
        font-size: 10.5px;
        float: left;
        width: 100%;
    }

        .tab_xp .tab_header span {
            font-size: 10.5px;
            float: left;
            height: 21px;
            box-sizing: border-box;
            display: inline-block;
            margin: 0;
            padding: 0 2px 0 2px;
        }

            .tab_xp .tab_header span a {
                line-height: 21px;
            }

    .tab_body {
        float: left;
        width: 100%;
        box-sizing: border-box;
    }

    /*vyskakovaci okno*/
    .modalPopUpWindow {
        width: 100%;
    }


        .modalPopUpWindow .AspNet-FormView {
            height: 100%;
        }

            .modalPopUpWindow .AspNet-FormView .content {
                height: 100%;
            }

                .modalPopUpWindow .AspNet-FormView .content .PanelMap {
                    width: 100% !important;
                    height: 100%;
                }

    .modalPopUpWindow {
        width: 100% !important;
        height: 100%;
        top: 0 !important;
    }

        .modalPopUpWindow .AspNet-FormView .content .GoogleMap {
            height: 70% !important;
            width: 100% !important;
            box-sizing: border-box;
        }


    /*DateBox*/
    .DateBox td {
        display: table-cell !important;
    }


    .PanelMapSearch {
        min-height: 30px;
        height: auto !important;
    }


    /* htmleditor*/
    .ajax__htmleditor_editor_container {
        width: 100% !important;
    }

    .separator {
        display: block;
        visibility: hidden;
    }


    /*Formulare*/

    .filtry select[multiple="multiple"] {
        height: 55px;
    }


    table input, table textarea, .width {
        width: calc(100% - 32px) !important;
        min-width: 0px !important;
    }

    table select {
        width: calc(100% - 22px) !important;
        min-width: 0px !important;
    }

    table input[type="image"] {
        float: right !important;
        width: auto !important;
        margin-left: 5px;
    }

    table input[type="checkbox"], table input[type="radio"] {
        width: auto !important;
    }

    .AspNet-FormView table {
        width: 100% !important;
        box-sizing: border-box;
    }

    /*table div {
        width: 100%;
    }*/

    .Color span {
        width: calc(100% - 32px) !important;
    }

    .Lookup > span > span {
        width: calc(100% - 32px) !important;
    }

        .Lookup > span > span img {
            float: left !important;
            margin: 4px 0 0 0 !important;
        }

    .loginPanel {
        display: block !important;
    }

    .loginExternal {
        border-left: none !important;
        float: left !important;
        padding-left: 0 !important;
    }
}

/* RequestEntityNote */
.entityNoteContainer {
    margin-bottom: 15px;
    color: black;
}

    .entityNoteContainer table {
        margin-left: 0px;
    }

        .entityNoteContainer table td:nth-of-type(1), .entityNoteContainer table td:nth-of-type(2) {
            padding-right: 10px;
            font-weight: bold;
        }

.entityNoteText {
    padding: 10px;
}

/* Formuláře */
/* ********* */

/* Skupina radek formulare */
.form-group {
    margin-top: 5px;
    margin-bottom: 5px;
}

fieldset.form-group {
    border: 1px initial grey;
}

.form-group legend {
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
}

    .form-group legend img.Help {
        margin-left: 5px;
    }

/* Radek formulare */
div.form-row {
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    min-height: 28px;
}

    div.form-row:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

/* Popisek radku */
.control-label {
    float: left;
    line-height: 28px;
}

    .control-label .required {
        color: #f00;
        font-weight: 700;
        margin-left: 2px;
    }

/* Komponenty radku */
div.form-row div.controls {
    margin-left: 150px;
}

.width div.controls {
    margin-left: 200px !important;
}

.extrawidth div.controls {
    margin-left: 250px !important;
}

.smallWidth div.controls {
    margin-left: 100px !important;
}

.noLabel div.controls {
    margin-left: 0 !important;
}

div.form-row .value {
    font-weight: bold;
    line-height: 28px;
    margin: 0;
}

/* Text (instrukce) ve fomulari */
p.form-text {
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
}

/* Napoveda FormRow / FormGroup */
div.HelpContainer {
    display: inline-block;
}

span.HelpContainer {
    display: inline-block;
    float: left;
}

div.HelpText {
    width: 400px;
    color: white;
    background-color: #4986A2;
    padding: 5px;
    text-align: justify;
    font-family: verdana, Verdana, helvetica;
    font-size: 12px;
    font-weight: normal;
    z-index: 100;
    display: none;
    position: absolute;
    border: 1px solid #4986A2;
    border-radius: 5px;
}

/* Dashboard */
.dxdzControlVert {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

.dxpc-mainDiv {
    background-color: white;
    padding-bottom: 5px;
    border-left: 1px solid whitesmoke !important;
    border-right: 1px solid whitesmoke !important;
    border-top: 1px solid whitesmoke !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
    box-shadow: 1px 4px 4px #888888 !important;
    transition: border-bottom 0.2s, padding-bottom 0.2s, border-left 0.2s, border-top 0.2s, border-right 0.2s !important;
    position: relative !important;
    z-index: 1 !important;
    overflow: hidden !important;
}

    .dxpc-mainDiv:before {
        z-index: -1 !important;
        position: absolute !important;
        right: 10px !important;
        bottom: 0 !important;
        opacity: 0.4 !important;
    }

    .dxpc-mainDiv:hover {
        border-bottom-width: 4px !important;
        border-left: 1px solid #cccccc !important;
        border-right: 1px solid #cccccc !important;
        border-top: 1px solid #cccccc !important;
        padding-bottom: 3px !important;
    }



.dxpc-header {
    background: white !important;
    border: 1px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-right: 12px !important;
}

    .dxpc-header .dxpc-closeBtn {
        background-repeat: no-repeat !important;
        background-position-y: top !important;
        height: 16px !important;
        width: 16px !important;
        content: none !important;
        padding: 0;
    }

    .dxpc-header .dxpc-closeBtnHover {
        background-position-y: bottom !important;
        height: 16px !important;
        width: 16px !important;
        padding: 0;
    }

.dxpc-headerText {
    font-size: 18px !important;
    font-weight: 100;
}

.dxpc-content {
    min-height: 40px;
}

.dxdpLite * {
    height: auto !important;
}

#dashboard_setting {
    width: 100%;
}

#boxs_setting {
    box-sizing: border-box;
    width: calc(100% - 20px);
    float: left;
    padding: 10px;
    margin: 0 10px 20px 10px;
    background: white;
    border: 1px solid whitesmoke;
    box-shadow: 1px 4px 4px #888888;
}

    #boxs_setting span {
        float: right;
        margin: 0 5px 0 0;
        line-height: 24px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
    }

    #boxs_setting input[type="checkbox"], #boxs_setting label {
        cursor: pointer;
        user-select: none;
    }

#setting_show {
    font-family: Verdana;
    font-size: 14px;
    line-height: 30px;
    font-weight: 100;
    color: #2a769d;
    cursor: pointer;
    float: right;
    margin-right: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

    #setting_show:hover {
        color: #f15e34;
    }


/* sf:SubMenu */
.SubMenuSite {
    list-style: none;
    padding: 0 0 0 5px;
    margin: 20px 0;
}

    .SubMenuSite .NoneIcon {
        padding: 0 0 0 23px;
    }

    .SubMenuSite a {
        line-height: 25px;
    }

        .SubMenuSite a img {
            padding: 0 7px 0 0;
            vertical-align: middle;
        }





@media (max-width:800px), (max-device-width: 800px) {

    #page {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }


    /*MENU DEVEXPRESS*/

    #navMenu {
        width: 100%;
    }

    .dxnbLite_Glass .dxnb-link:hover, .dxnbLite_Glass ul, .dxnbLite_Glass li, .dxnb-itemHover, .dxnb-item, .dxnb-headerCollapsed, .dxnbLite_Glass, .dxnb-link, .dxnbLite_Glass a {
        border: 0 !important;
        background: none;
        width: 100% !important;
        border: 0 !important;
        background: none;
        margin: 0 !important;
        padding: 0 !important;
    }

    .dxnb-headerCollapsed {
        background: none !important;
        width: 100%;
    }

    .dxnbLite_Glass div {
        background: none;
    }

    .dxnb-header, .dxnb-btn {
        display: none;
    }

    .dxnbLite_Glass li a, .dxnbLite_Glass li a:hover, .dxnbLite_Glass .dxnb-headerCollapsed a {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        text-decoration: none !important;
        padding-right: 5px;
        color: #2A769D;
    }

        .dxnbLite_Glass li a:hover, .dxnb-link:hover, .dxnb-itemHover {
            color: orange;
            text-decoration: none !important;
            background: #E0E0E0 !important;
        }


    .dxnbLite_Glass li:nth-child(n) .dxnb-headerCollapsed {
        display: block !important;
    }

    .dxnbLite_Glass li:nth-child(n) ul, .dxnbLite_Glass li:nth-child(n) ul, .dxnbLite_Glass li:nth-child(n) .dxnb-header {
        display: none !important;
    }

    .dxnbLite_Glass li:nth-child(n) .hidden {
        display: none !important;
    }

    .dxnb-content .dxnb-item, .dxnb-content .dxnb-itemHover {
        padding-left: 10px !important;
    }

    .dxnb-headerCollapsed .dx-vam {
        padding-left: 10px !important;
    }

    .dxeButtonEdit_Glass, .dxeButtonEditSys {
        background-color: #FCFCFC;
        border: 1px solid #7eacb1;
        color: black;
        line-height: 17px;
        padding: 4px;
        font: 12px Verdana;
        max-width: calc(100% - 32px) !important;
    }

        .dxeButtonEdit_Glass:hover {
            border: 1px solid #0099CC;
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 153, 204, 0.6);
        }

        .dxeButtonEdit_Glass .dxic, .dxeButtonEdit_Glass dxpc-mainDiv, .dxeButtonEdit_Glass dxpc-mainDiv:hover, .dxeButtonEdit_Glass .dxpc-contentWrapper,
        .dxpc-mainDiv:hover, .dxpc-mainDiv {
            padding: 0 !important;
            margin: 0 !important;
            box-shadow: none !important;
        }

        .dxeButtonEdit_Glass .dxpc-mainDiv input.textbox, textarea, select, input.watermark, span.select {
            width: calc(100% - 32px) !important;
            min-width: 0 !important;
        }

    .form-column {
        width: 100% !important;
    }

    .dxdzControlVert {
        width: 100% !important;
        padding-bottom: 20px;
        min-height: 0px !important;
        height: auto !important;
    }
}

@media only screen and (min-width: 800px) {
    .modalPopUpWindow table {
        width: auto !important;
    }

    .modalPopUpWindow .ValidationSummary, .modalPopUpWindow .info, .modalPopUpWindow .infoGreen, .modalPopUpWindow .error {
        width: auto !important;
    }


        .modalPopUpWindow .ValidationSummary table tr td:nth-child(2), .modalPopUpWindow .info table tr td:nth-child(2), .modalPopUpWindow .infoGreen table tr td:nth-child(2), .modalPopUpWindow .error table tr td:nth-child(2) {
            width: auto !important;
        }

    .dxnbLite_Glass .dxnb-item.dxnb-link, .dxnbLite_Glass .dxnb-item .dxnb-link {
        padding: 3px 4px 4px 4px !important;
        white-space: normal !important;
    }
}

.ui-wrapper {
    padding-bottom: 0 !important;
}

    .ui-wrapper textarea {
        width: calc(100% - 10px) !important;
    }

.loginMaster {
    display: table;
}

.loginPanel {
    display: table-cell;
    padding-right: 2em;
}

    .loginPanel.loginExternal {
        border-left: 1px solid lightgray;
        padding-left: 2em;
        padding-right: 0;
    }

/*
    ApplicationWebservice style
*/
body > #content {
    font: 12px Verdana;
    color: #707171;
    overflow: visible;
    padding: 0;
    margin: 10px;
}

    body > #content p.heading1, body > #content span p.intro {
        margin-left: 0;
    }

    body > #content p.heading1 {
        width: 99%;
    }

/* jQueryUI Dialog - taskid#15287 */
.ui-dialog.confirmDialog .ui-widget-header {
    background: #DEF2F3;
    font-weight: bold;
}

.ui-widget-content.confirmDialog {
    border: 1px solid #7EACB1;
}

.ui-widget.confirmDialog .ui-widget-content, .ui-dialog.dialogStyle .ui-widget-header {
    color: #222222;
    font: 12px Verdana;
}

.ui-dialog.confirmDialog .ui-dialog-buttonpane button {
    background: #4986a2 url('images/button.gif');
}

    .ui-dialog.confirmDialog .ui-dialog-buttonpane button:hover {
        background-image: url('images/button_hover.gif');
        color: white;
    }

.ui-dialog.confirmDialog .ui-dialog-content {
    padding-top: 2em;
}

.ui-corner-all.confirmDialog, .confirmDialog .ui-corner-all {
    border-radius: 0px;
}

.Lookup span.select span.label {
    line-height: 20px !important;
    min-height: unset !important;
    display: initial !important;
}

.Lookup span.select > img {
    padding: 4px 3px 3px 3px !important;
    float: left;
}

table {
    border-spacing: inherit !important;
}

/* taskid#50457 */
.dxeButtonEditSys.dxeButtonEdit_Glass.required input[type=text] {
    background-color: transparent !important;
}

/* taskid#57035 */
#reportEnvelope span:first-of-type {
    width: 100%;
}

/* taskid#51824 */
.iCInfo {
    display: none;
    padding: 4px;
    margin: 5px 0px;
    width: fit-content;
}