html {
    height: 100%;
}

body {
    font-family: Verdana,Arial,Trebuchet MS,Sans-serif,Helvetica;
    font-size: 11px;
    color: #232323;
    background-color: #fff;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 4px;
    margin: 8px;
}

legend {
    font-size: 1em;
    font-weight: bold;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

/*.textbox-disabled {
    color: #808080;
    border-width: 0px;
}*/

.req {
    color: #ff0000;
    font-weight: bold;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.div-row {
    padding: 4px;
    padding-top: 0px;
}

.div-col {
    padding: 2px;
}

.preview-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    .preview-list li {
        float: left;
        overflow: hidden;
        margin: 4px;
    }


div.preview2-list {
    padding: 0px;
    margin: 0px;
}

    div.preview2-list > div {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
    }


.preview-item-textfields {
    font-size: 10px;
    margin-top: 5px;
    line-height: 1.1;
}

.preview-item-desc {
    font-weight: bold;
    color: #2e6e9e;
}

div.preview2-list .preview-item-desc {
    display: inline-block;
    width: 55px;
}

.preview-item-val {
    font-weight: normal;
    color: #888;
}

.preview2-list .delete-attachment {
    right: 5px;
    top: 5px;
    line-height: 1;
    cursor: pointer;
}


.clickable {
    cursor: pointer;
}

.dirtyFilter {
    color: Red;
}

input.defaultButton {
    color: #E17009 !important;
}

/* codebooks */
/*-----------------------------------------------------------*/

#codeBookTab #list {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 263px;
}

#codeBookTab #edit {
    position: absolute;
    top: 0;
    left: 270px;
    right: 0;
    bottom: 0;
    overflow: auto;
}

#codeBookTab #editContent {
    padding: 10px;
}


#circuitTab .circuit-area {
    padding: 2px;
    padding-left: 0;
    font-weight: bold;
    line-height: 1.1;
    color: darkorange;
}

#circuitTab .circuit-folder-holder {
    padding: 4px;
    padding-left: 30px;
}

#circuitTab .circuit-folder {
    font-weight: bold;
    padding: 4px;
    font-weight: normal;
    color: #2e6e9e;
    background-color: #c5dbec;
    border-radius: 5px;
}

    #circuitTab .circuit-folder:hover {
        color: #fff;
        background: #2e6e9e;
        cursor: pointer;
    }

#circuitTab .circuit-section-holder {
    padding: 4px;
    padding-left: 5px;
}

#circuitTab .circuit-section {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 2px 6px;
    font-weight: normal;
    font-size: 90%;
    color: #2e6e9e;
    border: 1px solid #c5dbec;
    border-radius: 3px;
    background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
}

    #circuitTab .circuit-section:hover {
        color: #fff;
        background: #2e6e9e;
        cursor: pointer;
    }

.handle {
    cursor: move;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
    }

    .ui-timepicker-div dl dd {
        margin: -25px 0 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.gpsCoordinateDialog {
    z-index: 1005;
    position: absolute;
    /*padding: 5px;*/
    display: none;
}

    .gpsCoordinateDialog .format {
        background-color: #DDECF7;
        padding: 4px 8px;
        margin-top: 1px;
        margin-bottom: 1px;
        position: relative;
    }


#detailSelectorAttachmentsContainer .preview-list li,
#detailSelectorScannedAttachmentsContainer .preview-list li {
    float: none;
}

.dfl-combo-row {
    display: block;
    height: 25px;
    line-height: 25px;
}

.dfl-label-row {
    display: block;
    height: 20px;
    line-height: 25px;
}

    .dfl-label-row > div {
        display: inline-block;
        font-weight: bold;
    }

.dfl-text-row {
    display: block;
    height: 20px;
    line-height: 20px;
}

    .dfl-text-row > div {
        display: inline-block;
    }

/* FrS */

.contact-detail h1,
.operationalinfo-detail h1 {
    color: darkorange;
    font-weight: normal;
    margin-top: 1.6em;
    margin-bottom: .4em;
    line-height: 1;
}

    .contact-detail h1.top-h1,
    .operationalinfo-detail h1.top-h1 {
        margin-top: .6em;
    }

#taskSelectorTabs {
    margin: 3px;
}

.item-info-text {
    padding: 0 0 0 10px;
    color: #6A97B7;
    font-style: normal;
    font-size: 90%;
}

    .item-info-text .createdByName,
    .item-info-text .created,
    .item-info-text .changedByName,
    .item-info-text .changed {
        min-width: 100px;
    }

tr.even {
    background-color: #F8F8F8 !important;
}

    tr.even td.sorting_1 {
        background-color: #E8E8E8 !important;
    }

tr.odd {
    background-color: #E8E8E8 !important;
}

    tr.odd td.sorting_1 {
        background-color: #D8D8D8 !important;
    }

.preview2-list .ui-widget-content.single-attachment-file {
    padding: 4px;
    position: relative;
    min-width: 160px;
    background: #E8E8E8;
}

.preview2-list .delete-attachment {
    position: absolute;
    right: 3px;
    top: 3px;
}

    .preview2-list .delete-attachment > img {
        width: 12px;
        height: 12px;
    }

#bindContactList table thead tr,
#timeFrame1List table thead tr,
#timeFrame1ListE table thead tr,
#operationalInfoList table thead tr,
#operationalTimeList table thead tr,
#operationalInfoDocumentList table thead tr,
#operationalInfoDocumentList1 table thead tr,
#operationalInfoDocumentList2 table thead tr,
#operationalInfoImageList table thead tr,
#operationalInfoImageList1 table thead tr,
#operationalInfoImageList2 table thead tr,
#operationalInfoContactsList table thead tr,
#contactList table thead tr {
    height: 28px;
}

#bindContactList div.dataTables_scrollHeadInner,
#timeFrame1List div.dataTables_scrollHeadInner,
#timeFrame1ListE div.dataTables_scrollHeadInner,
#operationalInfoList div.dataTables_scrollHeadInner,
#operationalTimeList div.dataTables_scrollHeadInner,
#operationalInfoDocumentList div.dataTables_scrollHeadInner,
#operationalInfoDocumentList1 div.dataTables_scrollHeadInner,
#operationalInfoDocumentList2 div.dataTables_scrollHeadInner,
#operationalInfoImageList div.dataTables_scrollHeadInner,
#operationalInfoImageList1 div.dataTables_scrollHeadInner,
#operationalInfoImageList2 div.dataTables_scrollHeadInner,
#operationalInfoContactsList div.dataTables_scrollHeadInner,
#contactList div.dataTables_scrollHeadInner {
    background-color: #e4f1fb;
    border-bottom: 1px solid #a6c9e2;
}

#bindContactList table thead tr th,
#timeFrame1List table thead tr th,
#timeFrame1ListE table thead tr th,
#operationalInfoList table thead tr th,
#operationalTimeList table thead tr th,
#operationalInfoDocumentList table thead tr th,
#operationalInfoDocumentList1 table thead tr th,
#operationalInfoDocumentList2 table thead tr th,
#operationalInfoImageList table thead tr th,
#operationalInfoImageList1 table thead tr th,
#operationalInfoImageList2 table thead tr th,
#operationalInfoContactsList table thead tr th,
#contactList table thead tr th {
    text-align: left;
    color: #2e6e9e;
    border-right: 1px solid #a6c9e2;
}

#bindContactList table.display td.dataTables_empty,
#timeFrame1List table.display td.dataTables_empty,
#timeFrame1ListE table.display td.dataTables_empty,
#operationalInfoList table.display td.dataTables_empty,
#operationalTimeList table.display td.dataTables_empty,
#operationalInfoDocumentList table.display td.dataTables_empty,
#operationalInfoImageList table.display td.dataTables_empty,
#operationalInfoContactsList table.display td.dataTables_empty,
#contactList table.display td.dataTables_empty {
    padding-top: 20px; /*@@*/
    padding-top: 10px; /*@*/
    padding-bottom: 20px; /*@@*/
    padding-bottom: 10px; /*@*/
    background-color: #fcfcfc; /*@@*/
    background-color: white; /*@*/
    color: #2e6e9e; /*@@*/
    color: #BBB; /*@*/
}

#contactList td.no-wrap {
    white-space: nowrap;
}

.ui-button[disabled] {
    cursor: default;
}

#operationalInfoDetailDialog .ui-state-disabled,
#operationalInfoDetailDialog .ui-widget-content .ui-state-disabled,
#operationalInfoDetailDialog .ui-widget-header .ui-state-disabled,
.ui-dialog-buttonpane .ui-state-disabled,
.ui-dialog-buttonpane.ui-widget-content .ui-state-disabled,
#bindContactDetailDialog .ui-state-disabled,
#contactDetailDialog .ui-widget-content .ui-state-disabled,
#contactDetailDialog .ui-widget-header .ui-state-disabled {
    opacity: 0.7;
}

input[type="button" i]:disabled,
input[type="submit" i]:disabled,
input[type="reset" i]:disabled,
input[type="file" i]:disabled::-webkit-file-upload-button,
button:disabled,
select:disabled,
optgroup:disabled,
option:disabled,
select[disabled] > option {
    border: 1px solid rgb(168,168,168);
    background-color: rgb(235,235,228);
    color: rgb(64,64,64);
    cursor: default;
}

input[data-readonly-shown-as-disabled],
[data-readonly-shown-as-disabled] {
    opacity: 0.7;
    border: 1px solid rgb(168,168,168);
    background-color: rgb(235,235,228);
    color: rgb(64,64,64);
    cursor: default;
}

.ta-center {
    text-align: center;
}

.n-buttons-menu {
    border: 1px solid #4397D5;
    border-radius: 5px;
    background: white;
    padding: 5px;
    width: 180px;
}

    .n-buttons-menu.nb-220 {
        width: 220px;
    }

    .n-buttons-menu.nb-240 {
        width: 240px;
    }

    .n-buttons-menu > button {
        display: block;
        width: 180px;
    }

    .n-buttons-menu.nb-220 > button {
        width: 220px;
    }

    .n-buttons-menu.nb-240 > button {
        width: 240px;
    }

#taskSelectorTabs { /* presunuto z html */
    padding-left: 160px;
    line-height: 19px;
    background: none;
}

.main-partial { /* presunuto z html */
    position: absolute;
    left: 6px;
    top: 6px;
    right: 6px;
    bottom: 4px;
}

#operationalInfoContentSelector,
#contactContentSelector { /* presunuto z html */
    position: absolute;
    left: 265px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 0;
}

##operationalInfoContentSelectorTabs,
#contactContentSelectorTabs { /* presunuto z html */
    padding-left: 30px;
    margin: -1px;
}

#operationalInfoFilterPanel,
#contactFilterPanel { /* presunuto z html */
    position: absolute;
    left: 0px;
    top: 40px;
    bottom: 0px;
    width: 260px;
}

#pasportMapFolder { /* presunuto z html */
    padding: 0px;
    margin: -1px;
}

#contactList { /* presunuto z html */
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}

#operationalInfoList { /* presunuto z html */
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    // overflow-y: scroll;
}

#operationalInfoListTable_paginate {
    opacity: 0.1;
}
#contactListTable_paginate {
    opacity: 0.1;
}

#codeBookTab #codeBookList { /* presunuto z html */
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
}

#codeBookTab #saveChangesButton {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
}

.list-table-header .btn-column-settings { /* presunout do obecnych, je ve vsech formularich */
    width: 30px;
}

.filter-clear-button,
.filter-find-button,
.filter-reset-button {
    width: 26px;
    height: 26px;
}

div.filter-info-button {
    width: 17px;
    height: 17px;
    border: 1px dotted silver;
    border-radius: 13px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA/UExURf///9/f36mpqfb29tLS0oCAgOfn58/Pz8nJycLCwuvr693d3cbGxtnZ2fz8/L6+vqysrKampqWlpfj4+Pf39+7yMqcAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA/SURBVBhXY8AOGJmYoSwIYGFlg7KIAuwcnFxQJhhw87DyQpkQwMfKDWVBAIV8fgFWQSEoGwSERYAAykYGDAwAg8MBoTiLXw8AAAAASUVORK5CYII=);
    background-position:center center;
    background-repeat:no-repeat;
}

#operationalInfoFilterForm .filter-buttons #operationalInfoFilterXButton.ui-state-default,
#operationalInfoFilterForm .filter-buttons #operationalInfoFilterClearButton.ui-state-default,
#operationalInfoFilterForm #operationalInfoFilterResetButton.ui-state-default {
    background-color: #EF8300;
}

#btnPurgeSPS {
    margin-left: 10px;
}

#operationalInfoPreviewDialog #operationalInfoImageList1 table tr.image-selected,
#operationalInfoPreviewDialog #operationalInfoImageList2 table tr.image-selected {
    background-color: #F7F6F2 !important;
}


.flag {
    width:26px;
    height:18px;
    background-repeat:no-repeat;
    background-position: left top;
}

.cs-flag {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAASCAIAAADKe1n0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIuSURBVDhPrZTPaxNBFMf3vZmkjY2QbD35r3jwINZT8dCrNw8VChIqiAf14ElPgqcSVIooiuAhN5vgTZDSWO1BkRLB1q1NIbX50exOdnd2fDOzTT2JKXn7dvft7Mxn3/u+YaFerztjNMKpMRmh0EJLD15sNHZtfALzPM8GKa7ni9kbT++UV9q9gB4VHSeyFMeQTWYzr2qfzy8srX/zwAE7PqqlOACHMWCIQkSXby7fLa/sd/r21UiW4hA1iyFwhvncxOt3G5dKj6urm/RqpMKPswND1FyGHDEQ0fz9N/ee1Fptnyb8J/QoOwCOQCwNpCuBAfK57Mvqp7lbzyqrjX+ribmcDbi9WRAFZgOBzgUhSRSyjDo4aF5fbPz6IqkEMho184YOSvUuXjj7fFlz9Awq1tHC/eXIACTPzLa/P/xRnQmbzplp5haxWEDX5eRFl7nGp10knzplOcfakWSmG2gCmFLytvf+2t56QUWSc9N4EpXTp2hbGWd6UH8XqRTLSXHtbn+v1TkMBBUisxMzve1HW7Vz/Z2EcaOoXqnIKTbcYRXKcAGY5aQ4Eca/O4c/d/e3G1uLb5eurFUmW81BKLVMlDn1RZsW2ELpSnpbycmHfUpbQc8xsLnW16vNj4VI+ITods3eUEAF2qSoInOmi03XdDekHHS6Zugou3wUlDcrpZ0Pp2UoabFOxZbD9DIpkzCUYiCDIA782DceBFIIORgkUZTI2HLG/IMa6+/Tcf4AcFaA+nUP7M8AAAAASUVORK5CYII=);
}
.en-flag {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAASCAIAAADKe1n0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKqSURBVDhPrVRLb1JBFJ65Dx4XQbClWNBQW5qSFIIVWu3GsDB10Y2/wYXxLzT+BJPGbU18LIyJazcmRuOyCRATsSERiS2tIJZHQ3ldLsx4ZuYCujThzL2cOa/vfHPuBJxOp9EUBeDolASgFAH6YGfvfeo4thL4XT/PFSpB/6WAz537UbHpvTen6TaSIZvlwS97+CLgYRpTaiQTt5/vQtyE6xvDq/Oew1LNoiixcKDT7R+VajMurdlC0fTbflvnWRxxJAIfBGNcrlbF3oRTVLnT6bscdsMY1hotq1WdcTvqza7U7WVv3QN2iBKBRkekAI85KAV2g2Qi+PQxw2Ep0AEhTbMQQmVFuujSoEbvDzSb2nE6oq9etDuc3YgOFzCgiAmocrsp9iacMRj4ve7MweGsx7kami8UT49KZytL/lqpmn/4qEUxIkRk/jNEeAnCQ6JvRJbia+A24VwO2/d8I7EabLb1zEERTpqILBz/anh97sD9uy19YFJjEMCGGSYut2tWWexNOAkz5jar2tUNdmRZsqiKJGFKSOtzrmUIahzA5IVHFptd74qXJyBJqFDQt3l90TvrXF7w3dkMR5YDl72u9ei15M2wMSTQjQ8KesISj7AwBiIgAgV8cPfi8Xj+3ce5ofmpRIC1ZVcKDSCXB7hXhIWCBBYBtJqKwttbmUzGPGwjk9W/FiDOIEUx07CB6wpNeT03oQPXIocnD2nvRhhtb4HDZPdtP+XTLkAf2WaVVfUvUKFgM1biZCLKLFjl87PFtdiE3cne658f9jl7hBVZdWiK3c6grRYWHqMTswn3iEUxob2NCMBBYDS7L9k5t2dMRRRzjkiSZTYe6DQeOWgeFy84K416KBqZsCvuPjv5lKKTT/QfAtMkyfXQyyfMAHbAYioCUFP9+0ToD2BgAtrRXZKvAAAAAElFTkSuQmCC);
}
.de-flag {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAASCAIAAADKe1n0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAH4SURBVDhPrVS5jhNBEJ3uGXxobWNrM7QZERGBPwER4hA5IuazIOIrNtqAxA6RFon70BAsi73sHD3TB6+6umdHlsj89FRdXcebnmp7xGazSY4IyLkjAVKSRdfr9Xw+XywW9z1ms9l0Op1MJiceY4/RaDQcDgeDwT2P1ENKKYRYrVasE+SQyLIMOba87QeptYd+kOtZJ8jhCZzrwEVs+04HRPpZ1gkLjmfT1P2HnOrbjlZKtiyT8fJYiDEOjHliIwRZ5yx2PGQ4MXgXCSs5j0iDEOSeSXmK51A9dVLI13XkNopbe5AVzl0dzK4VokpTUHnWoJSwHOziIRWDna/5BP3Z4S5AnkiC688ybDFqEA4KQEr5Lcc5SF2HV2GE0ymYRNoWlJYcSanWZ70fUohEop1l6E+2XC4/vnn5YH/BwwaEX7ChEp4R+XCwtz1LQeFsfvr04YvX2+02yH15+/zs5FxmU5mOEznw1SiNlkCdURfHiHKICPujeHK2fAW58LKuVbq4rndfy9+X1dW7Zv9dl9dWKWcSZ/CCkfBNSpbePUQSpkeUCw8lOGd0s2+KvL75VP65rHbvq5sP9d/P6vabKn6CSDVlrspfqgBzdZu3ase98Sru1CIwXME/QbyRdraxpra6BI0ujHesqaxR1rbOaW468gfqqJ/PJPkHs7gMOq9WwkoAAAAASUVORK5CYII=);
}

