/* Obecne */
a {
    color: #153c88;
}

a:hover {
    color: #2b7bd6;
}

td {
    vertical-align: middle;
}

input {
    font-family: Calibri, Tahoma, Arial, Helvetica, Verdana, sans-serif;
    font-size: 100%;
    padding: 2px;
    /*border: solid 1px #808080;*/
}
input[readonly] {
    color: #606060;
    border: dashed 1px #E0E0F0;
    margin: 1px;
}


select {
    font-family: Calibri, Tahoma, Arial, Helvetica, Verdana, sans-serif;
    font-size: 100%;
    padding: 1px;
    /*border: solid 1px #808080;*/
}
select[disabled] {
    color: #606060;
    background-color: white;
    border: dashed 1px #E0E0F0;
    margin: 1px;
}


/* zakladni layout */
body {
    background: white;
    margin: 0;
    font-size: 83%;
    font-family: Calibri, Tahoma, Arial, Helvetica, Verdana, sans-serif;
}

.bodylogin {
    margin: 0;
    background: white url(images/iw_loginheader.png) repeat-x;
    /*  background: white url(images/iw_loginheader2.png) no-repeat left top; --nova hlavicka
      background-size: 100% 78px;*/
    font-family: Calibri, Tahoma, Arial, Helvetica, Verdana, sans-serif;
    color: #747474;
}

/* pro mobily s velkym dpi */
/*
@media only screen and (-moz-min-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (min-device-pixel-ratio: 2) {

    .bodylogin {
        font-size: 200%;
    }
}
*/
/* pro mobily s malou obrazovkou */
/*
@media (max-width: 480px) {
    .bodylogin {
        font-size: 200%;
    }
}
*/

.loginpagecontent {
    position: relative;
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

.loginerror {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.logintable {
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
}


.pagecontent {
    /* cely obsah stranky vcetne hlavicky a paticky */
    position: relative;
}


.header {
    /*  height: 78px; --nova hlavicka
      background: url(images/iw_header2.png) no-repeat scroll left bottom,
                  rgba(0,0,0,0) url(images/iw_pageheader2.png) repeat-x scroll right -50px;*/
    height: 120px;
    background: #3774B8 url(images/iw_header.png) no-repeat left bottom;
    position: relative;
    top: 4px;
    left: 0;
    right: 0;
}

.logo {
    height: 41px;
    /*   height: 40px; --nova hlavicka
       background: url(images/logo_portal2.png) no-repeat;*/
    width: 150px;
    background: url(images/logo_portal.png) no-repeat;
    display: inline-block;
    position: absolute;
    left: 822px;
    top: 12px;
    /*bottom: 24px; --nova hlavicka */
    /*-webkit-transform: rotate(10deg);*/
    /*-moz-transform: rotate(10deg);*/
    /*-ms-transform: rotate(10deg);*/
    /*-o-transform: rotate(10deg);*/
    /*transform: rotate(10deg);*/
    /*-webkit-border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    /*border-radius: 10px;;*/
}

.apptitle {
    background: #0D4A8E;
    position: absolute;
    width: 870px;
    /*width: 235px;*/
    left: 100px;
    height: 46px;
    bottom: 10px;
    /*  bottom: 24px;*/
    color: white;
    /*color: #024c94;
    border-bottom: #d9dde6 solid 1px;*/
    font-size: 15pt;
    _font-size: 160%;
    text-transform:uppercase;
}
.apptitletext {
    display: block;
    margin-top: 12px;
    margin-left: 30px;

    /*margin-top: 20px;
    margin-left: 126px;
    font-weight: bold;*/
    vertical-align: middle;
}



.topmenu {
    background: white;
    text-transform:uppercase;
    margin: 2px 10px 0 10px;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0 7px 0;
    font-size: 110%;
}


.appselect {
    display: inline-block;
    margin-right: 0;
    padding-right: 0;
}
.appselect li a {
    color: #c0c0c0;
    text-decoration: none;
}
.appselect li a:hover {
    text-decoration: underline;
}
.appselect li.active a {
    color: black;
    text-decoration: none;
}
.appselect li.active a {
    text-decoration: none;
}
.appselect li.active a:hover {
    text-decoration: underline;
}


.langselect {
    display: inline-block;
    float: right;
}
.topmenu ul {
    list-style-type: none;
    margin: 0;
    padding-left: 10px;
}
.topmenu ul li {
    display: inline;
    margin-right: 10px;
}
.topmenu ul li:before {
    content: "/ ";
}
.topmenu ul li:first-child:before {
    content: "";
}


.userpanel {
    background: white;
    margin: 0 10px 0 10px;
    padding: 8px 0 8px 10px;
    border-bottom: 1px solid #e0e0e0;
    text-align: right;
}
.userinfo {
    margin: 15px 10px 0 0;
    color: #0D4A8E;
}
.userpanel ul {
    list-style-type: none;
    margin: 0;
    padding-left: 10px;
    font-size: 110%;
}
.userpanel ul li {
    display: inline;
    margin-right: 10px;
}
.userpanel ul li:before {
    content: "/ ";
}
.userpanel ul li:first-child:before {
    content: "";
}


.container {
    display: table-row;
    /*vertical-align: top;*/
}
.container td {
    /*vertical-align: top;*/
}


.menupanel {
    display: table-cell;
    padding: 5px 0 0 10px;
    min-width: 210px;
}
.menupanel ul {
    list-style-type: none;
    padding-left: 10px;
    font-size: 110%;
    text-transform:uppercase;
}
.menupanel ul li {
    padding-bottom: 6px;
}
.menupanel a {
    color: black;
    text-decoration: none;
}
.menupanel a:hover {
    color: #335ca6;
    text-decoration: underline;
}


.menuframe {
    padding: 17px 0 5px 10px;
    min-width: 210px;
}
.menuframecaption {
    font-size: 110%;
    text-transform:uppercase;
    padding-bottom: 10px;
    _color: #335ca6;
}



.appcontent {
    display: table-cell;
    padding: 10px 0 0 10px;
}


.footer {
    clear: both;
    border-top: 1px solid #e0e0e0;
    margin: 0 10px 0 10px;
}
.bodylogin .footer {
    position:fixed;
    bottom:0;
    left:0;
    right: 0;
}

.copyright {
    color: black;
    font-size: 90%;
    float: left;
    padding: 20px 0 20px 0;
}
.copyright a {
    color: black;
    text-decoration: none;
}

.version {
    color: black;
    font-size: 90%;
    float: right;
    padding: 20px 0 20px 0;
}
.version a {
    color: black;
    text-decoration: none;
}

#nojs {
    display: none;
    float: left;
    width : 100%;
    text-align: center;
    padding-top: 20px;
}

.no-print {
  /* styl pro netisknutelne elementy (tlacitka apod.) */
}

.middle {
    vertical-align: middle;
}

.middle td {
    vertical-align: middle;
}


.align-bottom {
    vertical-align: bottom;
}
 
.align-middle {
    vertical-align: middle;
}
  
.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}
 
.align-center {
    text-align: center;
}
 
#align-right {
    text-align: right;
}
 
.no-wrap {
    white-space: nowrap;
}


.float-right {
    float: right;
}

 
.txt {
    font-size: 70%;
    line-height: 130%;
    text-align: justify;
}
 
.txt a {
    text-decoration: none;
}
 
.txt a:hover {
    text-decoration: underline;
}

 

.date {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: #335ca6;
 }

.align-number {
  text-align: right;
}
.align-number input {
  text-align: right;
}

/*
.debugwindow {
  position: absolute;
  right: 5px;
  left: 300px;
  top: 5px;
  height: 120px;
  font-size: 9px;
  color: silver;
  overflow: auto;
}
.debugwindowtime {
  padding-right: 10px;
}
.debugwindowmessage {
}
*/

.debugmsg {
  color: grey;
  font-style: italic;
  text-decoration: none;
  padding-left: 30px;
  padding-right: 4px;
}
.longdebugmsg {
  height: 20px;
  max-width: 1000px;
  color: grey;
  font-style: italic;
  text-decoration: underline;
  overflow: hidden; 
  cursor: pointer;
  padding-left: 30px;
}
.longdebugmsgexpanded {
  height: auto;
  max-width: none;
  color: grey;
  text-decoration: none;
  cursor: auto;
  padding-left: 30px;
}
 
 

.submitbutton {
  background-color: #0D4A8E;
  color: white;
  font-weight: bold;
  border: solid 1px #808080;
  padding: 2px 20px 4px 20px;
  min-width: 90px;
  margin-left: 0;
  margin-right: 10px;
}
.submitbutton:hover {
  background-color: #0F5AAE;
  color: white;
}
.submitbutton:active {
  background-color: #F3F6F9;
  color: black;
}
.submitbutton:disabled {
    background: grey;
}
.submitbutton:disabled:active {
    background: grey;
    color: white;
}

.button {
    background-color: #0D4A8E;
    color: white;
    border: solid 1px #808080;
    padding: 2px 20px 4px 20px;
    margin: 5px 10px 5px 0;
    min-width: 90px;
}
.button:hover {
  background-color: #0F5AAE;
}
.button:active {
  background-color: #F3F6F9;
  color: black;
}
.button:disabled {
  background-color: #E0E0E0;
  border: solid 1px #D0D0D0;
  color: gray;
}
.button:disabled:hover {
  background-color: #E0E0E0;
  border: solid 1px #D0D0D0;
  color: gray;
}
.midbutton {
    padding: 2px 4px 4px 4px;
    min-width: 0;
}
.smallbutton {
    padding: 1px 6px 1px 6px;
    margin: 0 1px 0 1px;
    min-width: 0;
}

.float-right .submitbutton{
  margin-right: 0;
  margin-left: 10px;
}
.float-right .button{
  margin-right: 0;
  margin-left: 10px;
}


/** pro javascripty */
.rowOver {
}
.rowSelect {
}
.oddEvenRows {
}
table.keyInputMove {
}
.confirmQuestion {
    /* zobrazi dotaz z data-ron-confirm-id nebo data-ron-confirm-text a pripadne prejde na data-ron-href */
}
.clickHref {
    /* po kliknuti prejde na data-ron-href */
}


/*
@media only screen and (-moz-min-device-pixel-ratio: 2), 
       only screen and (-o-min-device-pixel-ratio: 2/1), 
       only screen and (-webkit-min-device-pixel-ratio: 2), 
       only screen and (min-device-pixel-ratio: 2) {
  .submitbutton {
    padding: 0.6em 3em 0.6em 3em;
  }
  .button {
    padding: 0.6em 3em 0.6em 3em;
  }
}
*/

.filtertable {  /* tabulka controlu ve filtru nad seznamem */
  margin: 0;
  padding: 0;
  _line-height: 130%;
  text-align:left;

  border: none;
  empty-cells:show;
}
.filtertable td {
  vertical-align: middle;
}

.linkslist {
    display: inline-block;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.linkslist li {
    display: inline;
    margin-right: 10px;
    margin-left: 0;
    padding-left: 0;
}


.listseparator {
    background-image: none;
    height: 12px;
}


.mainmenu {
}
.mainmenu li {
    list-style: disc inside;
}
.submenu {
  padding-left: 15px;
}

.mainmenu li.listseparator {
    background-image: none;
    border-bottom: solid 1px lightgrey;
    height: 1px;
    margin-bottom: 8px;
    list-style: none;
}


.appcontent-div {
    font-size: 70%;
}

.appcontent-div-right {
    font-size: 70%;
    text-align: right;
}


h1, .appcontent-headerdiv {
    font-weight: bold;
    font-size: 130%;
    color: #335ca6;
    padding: 10px 0 5px 0;
    text-transform: uppercase;
    margin: 0;
}

h2, .appcontent-headerdiv2 {
    /* mensi nadpis */
    font-weight: bold;
    font-size: 110%;
    color: #335ca6;
    padding-top: 10px;
    padding-bottom: 0;
    text-transform: uppercase;
    margin: 0;
}



.normaltext {
    text-align: left;
}

.infomsg {
    padding: 5px 0 5px 0;
    font-weight: bold;
}

.errortext {
  color: red;
  font-family: tahoma, sans-serif;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.errordescription {

}

.errorcolor {
  color: red;
  font-weight: bold;
}



.text_link {
  text-align: left;
  padding-bottom: 5px;
}
.selectedlink {
  font-weight: bold;
}
.selectedlink a {
  text-decoration: none;
}

.linkscaption {
  margin-right: 10px;
}



.text_js
{
  font-size: 75%;
  text-decoration: underline;
  cursor: pointer;
  color: #153c88;
}
.js
{
  text-decoration: underline;
  cursor: pointer;
  color: #153c88;
}

.clickLink {
    cursor: pointer;
}

.browser {
/*
  margin-top: 10px;
  caption-side: top;
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
  font-size: 12px; */
  empty-cells: show;
  border-collapse: collapse;
  margin-top: 10px;
}
.browser caption {
  font-size: 8px;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: left;
}
.browser a {
  text-decoration: none;
}
.browser a:hover {
  text-decoration: underline;
}
.browser th {
  background-color: #0D4A8E;
  color: white;
  padding: 4px 5px 4px 5px;
  border-bottom: solid 1px #E9E9E9;
  border-right: solid 1px #E9E9E9;
}
.browser tr th:last-child {
  border-right: none;
}
.browser th a {
  color: white;
  text-decoration: none;
}
.browser th a img {
  border-width: 0;
}
.browser tr {
}
.browser td {
  padding: 5px 5px 2px 5px;
  vertical-align: middle; 
}
.browser td a img
{
  border-width: 0;
}



.browserfooter {
  background-color: #0D4A8E;
  color: white;
  font-weight: bold;
}
.browserfooter td {
  border-right: solid 1px #E9E9E9;
}
.browserfooter td:last-child {
  border-right: none;
}


.browsercolor1 {
  background-color: #FAFAFA;
}

.browsercolor2 {
  background-color: #F3F6F9;
}

.browserseparator {
  border: solid 1px white;
  height: 2px;
}
.browserseparator td {
  background-color: #dae4f5;
  height: 1px;
  padding: 0;
  margin: 0;
}

.browserhighlightrow {  
  background-color: #E3E3EC !important;
}
.browserselectedrow {
  background-color: #ccd6e7;  
}

.browserpoznamka { /* poznamka v seznamu, obvykle na samostatnem radku */
  font-style: italic;
  white-space: normal;
  color: #707080;
  padding-left: 10px;
}



.inputtable {
  background: #f0f0f0;
  margin-top: 10px;
  line-height: 150%;

  width: 100%;

  text-align: left;
  vertical-align: middle;

  padding: 10px;

  empty-cells: show;
}
.inputtable td {
  vertical-align: top;
  padding-top: 2px;
  padding-bottom: 0;
}
.inputtablesection td {
  padding-left: 5px;
  background-color: #E4E4E8;
  border-bottom: solid 1px silver;
  font-weight: bold;
}
.inputtable input[type="checkbox"] {
  vertical-align: bottom;
}
.inputformcaption {
  padding-right: 10px;
  white-space: nowrap;
  text-align: right;
}
.inputformtext {
  margin-top: 5px;
  margin-bottom: 5px;
}




.buttons {
  padding: 10px 0 10px 0;
}
.buttons a {
  padding: 0 5px 0 10px;
}




.formtablecaption {
  text-align: right;
  padding: 0 10px 0 5px;
  vertical-align: middle;
}
.formemptyrow td {
  height: 15px;
}

.forminfotext {
  white-space: normal;
  color: #93A5C3;
}

.formbuttons td {
  padding: 10px 0 10px 0;
}
 
.required {
  font-weight: bold;
}

.app_input {
}


.app_input_error {
  border: solid 1px #808080;
  background-color: #ffd0c0;
}
.error_back {
    background-color: #ffd0c0;
}


.app_check {
}
.checkbox_text_checked {  
  font-weight: bold;
}
.checkbox_text_unchecked {
}


.app_combo {
}



.filetable
{
  line-height: 130%;
  text-align: justify;
  width: 840px;
  border-width: 0;
  border-spacing: 0;
  border-collapse: collapse;
  color: #747474;
}
.filetable td
{
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
}
.filetablecaption
{
  font-size: 105%;
  font-weight: bold;
  color: #3161b8;
  text-align: left;
}
.filetablecaption td
{
  padding-top: 15px;
}
.filetableheader
{
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: normal;
  text-align: left;
  color: black;
}
.filetableactive
{
  background-color: #f0f0ff;
  border-width: 0;
}
.filetableinactive
{
  background-color: transparent;
  border-width: 0;
}

.sortarrow
{
  float: right;
}



.floatingdiv {
  background-image: url(images/transparent.png);
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  vertical-align: middle;
  color: white;
}



.progresstext {
  margin-top: 30px;
  margin-bottom: 20px;
}

.progressbar {
  width: 400px;
  height: 20px;
  vertical-align:middle;
  border: 2px solid #ccd6e7;
  background-color: white;
  margin:0 auto;
  text-align: left;
}

.progressbarcontent {
  background: #3161b8 url(images/progress.png) repeat;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
}

.progressmessage {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  text-align: left;
  overflow: auto;
}

.popup {
    position: absolute;
    z-index: 1000;
    display: none;
    background-color: white;
    border: 1px solid #aaa;
    overflow: auto;
}

.popupmenu {
    position: absolute;
    z-index: 1000;
    display: none;
    padding: 3px;
    /*
    background-color: white;
      border: 2px solid black;
      padding: 5px;
      color: black;
      text-align: left;
      */
}
.popupmenulist {
  padding: 0;
  margin: 0;
}

.popupmenulist li {
  list-style: none none;
  padding: 5px;
}

.popupmenufocus {
  background-color: #d0d0d0;
}
.popupmenu_separator {
    border-top: 1px solid grey;
    margin: 5px 0;
}

.calendar_old {

}
.calendar {
}
.calendarheader {
  /*background-color: #2b7bd6;
  border: 2px solid #2b7bd6; */
    background-color: white;
    border: 0;

    color: black;
    text-align: center;
    padding: 4px 0;
}
.calendartable {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 4px;
}
.calendartable th {
  border-bottom: solid 1px black;
  font-weight: normal;
}
.calendartable td {
  vertical-align: middle;
  text-align: center;
  padding: 4px;
}
.calendartable td:hover {
    color: white;
    background-color: #2b7bd6;
}
.calendarselected {
  background-color: #ccd6e7;
}
.calendardisabled {
  color: darkgray;
}
.calendartoday {
  border: 2px solid #ccd6e7;
}
.calendarbutton {
    border: 1px solid white;
    margin: -4px 4px 0 4px;
    padding: 4px;
}
.calendarbutton:hover {
  color: white;
  border: 1px solid #ccd6e7;
  background-color: #2b7bd6;
}
img.showcalendar {
  width: 16px;
  height: 16px;
}



.floatingheader {
  position: fixed; /*absolute;*/
  top: 0;
  z-index: 99;
  background-color: #0D4A8E;
  color: white; 
  font-weight: bold;
  overflow: hidden;
  opacity: 0.85;
}
.floatingheader a {
  color: white;
  text-decoration: none;
}
.floatingheader a:hover {
  text-decoration: underline;
}

.floatingheadercontainer {
  position: absolute;
  top: 0;
  overflow: hidden;
  /*border-bottom: solid 1px #E9E9E9;*/
  vertical-align: middle;
  /*border-right: solid 1px #E9E9E9;*/
  padding-left: 3px;
}
.floatingheadercell {
  padding: 5px 2px;
}

.workingInfo {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.9;
    cursor: progress;
    font-size: 120%;
    font-weight: bold;
    padding-top: 200px;
    text-align: center;
}

.dialog_container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    text-align: center;
    overflow: auto;
}
.dialog_formback { /* pozadi formulare */
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 80;
    background: white;
    opacity: 0.9;
}
.dialog {
  /* uprostred obrazovky
  position: relative;
  margin: auto;
  top: 70px;
  */
  position: absolute;
  left: 250px;
  top: 180px;
  padding: 1px;

  z-index: 101;
  /*background: white;*/
  background-color: #F6F6F9;
  border: solid 1px black;
  display: inline-block;
  text-align: left;
}
.dialog.center {
  /* uprostred obrazovky */
  position: relative;
  margin: auto;
  left: 0;
}
.dialog .inputtable {
  background-color: #F6F6F9;
}

.dialogcaption {
    background-color: #93A5C3;
    color: white;
    font-weight: bold;
    padding: 5px;
}
.dialogcontent {
    padding: 5px;
}
.dialogwaitmessage {
    /* zprava v dialogu, napr. "probiha nacitani ..." */
    position:absolute;
    width:100%;
    height: auto;
    top: 0;
    bottom: 0;
    text-align: center;
    padding-top: 80px;
    background: white;
    opacity: 0.9;
    font-weight: bold;
}
.waitmessage {
    position:absolute;
    width:100%;
    height: auto;
    top: 0;
    bottom: 0;
    text-align: center;
    background: white;
    opacity: 0.9;
    font-weight: bold;
}




.scrollbar {
  position: absolute;
  overflow: hidden;
  background-color: #E9E9E9;
}
.verticalscroll {
  width: 23px;
  min-height: 23px;
  border-left: solid 1px black; 
}
.horizontalscroll {
  height: 23px;
  min-width: 23px;
  border-top: solid 1px black; 
}
.slider {
  background-color: gray;
  position: relative;
}
.horizontalscroll .slider {
  height: 100%;
  width: 50px;
}
.verticalscroll .slider {
  width: 100%;
  height: 50px;
}
.slider_active {
  background-color: #93a5d3;
}

.imgbutton {
    background: none no-repeat;
    border: none;
    cursor: pointer;
}

.dndTargetActive {
    /*border: dashed 1px darkgray;*/
    /*background-color: whitesmoke;*/
    background-image: url("images/greyhatch.png");
    background-position-y: 5px;
}

.loading {
    background: url("images/loading.gif") center no-repeat;
}

.rontable .active {
  background-color : #93a5d3 !important;
  color: white;
}

.rontable .selected td {
    background-color: #ccd6e7;
}


.shiftformpanel {
    min-width: 400px;
    height: 400px;

    background-color: white;

    overflow: auto;
    border: solid black 1px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.leftpanel {
}
.rightpanel {
}
td.shiftformbuttonscell {
    vertical-align: middle;
}
.shiftformpanel table {
    border-collapse: collapse;
}
.shiftformpanel td {
    padding: 2px 5px 2px 5px;
}

.shiftformbuttons a img {
    border: solid 1px silver;
    padding: 7px;
}
.shiftformbuttons a:hover img {
    border: solid 1px black;
    background-color: #FAFAFA;
}
.shiftformbuttons a:active img {
    background-color: #F3F6F9;
}




/* predefinovani stylu pro jQuery-ui */
/*.no-close .ui-dialog-titlebar-close {
    display: none;
}*/

.ui-widget {
    font-size: 100%;
}
.ui-dialog {
    padding: 1px;
    background: #F6F6F9;
}
.ui-dialog-titlebar-close {
    display: none;
}
/*
.ui-dialog .ui-resizable-handle {
    background: none;
}
*/
/*
.ui-dialog .ui-dialog-content {
    padding: 1px;
    background: #F6F6F9;
    _font-size: 83%;
}
*/
.ui-dialog .ui-dialog-titlebar {
    background: #93A5C3;
    color: white;
    font-weight: bold;
    _font-size: 83%;
    padding: 0;
}
.ui-dialog .ui-dialog-title {
    padding: 2px 5px;
}

.ui-menu .ui-menu-item {
    margin: 2px;
}
.ui-state-focus, .ui-widget-content .ui-state-focus {
    background: #d0d0d0;
    border: none;
}


.ronimage {
    border: none;
}
.ronimage .ui-dialog-content {
    padding: 0;
}
.ronimage .ui-dialog-titlebar {
    display: none;
}

.ronselect {
    background: white;
    padding: 4px;
    border-bottom: 1px solid silver;
    border-right: 1px solid #f0f0f0;
    margin: 1px 1px 1px 0;
    display: inline-block;
}
.ronselect-button {
    background: url("script/images/ui-icons_888888_256x240.png") no-repeat -64px -16px;
    overflow: hidden;
    text-indent: -99999px;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: right;
}
.ronselect-button:hover {
    background-color: #0F5AAE;
}
.ronselect-button:hover {
    background-color: #e0e0e0;
}
.ronselect-button:active {
    background-color: #c0c0c0;
}
.ronselect-table {
    border-collapse: collapse;
    width: 100%;
}
.ronselect-table td {
    border-left: 1px solid silver;
    padding: 2px 5px;
}
.ronselect-table td:first-child {
    border: none;
}
.ronselect input {
    border: none;
}


/* Nastaveni aplikace */
.preferences_tabs {
    display: table-cell;
    min-width: 200px;
}
.preferences_tabs ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.preferences_tabs li {
    padding: 3px 0;
}
.preferences_form {
    display: table-cell;
}
.preferences td {
    vertical-align: top;
}.preferences .category {
    padding: 2px 5px;
    background-color: #E4E4E8;
    border-bottom: solid 1px silver;
    font-weight: bold;
}
.preferences .title {
    text-align: right;
    padding: 5px 8px 2px;
}
.preferences .preferencevalue {
    font-weight: bold;
    padding: 4px 0;
}
.preferences select {
    min-width: 450px;
    padding: 2px;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    border: none;
    border-bottom: solid 1px silver;
    border-right: solid 1px silver;
    margin: 2px 0;
}
.preferences input[type="text"] {
    min-width: 450px;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    border: none;
    border-bottom: solid 1px silver;
    border-right: solid 1px silver;
    margin: 2px 0;
}
.preferences input[type="checkbox"] {
    margin: 5px 0;
}
.preferences .infoText {
    white-space: normal;
    color: #93A5C3;
}
.preferences textarea {
    width: 700px;
    height: 150px;
}
.preferences textarea.longtext {
     width: 700px;
     height: 650px;
 }