html.progress, html.progress * {
    cursor: progress !important;
}

root { 
    display: block;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #3a4f54;
/*    background-color: #dfecf1;  */
    font-size: small;
}

a {
    color: #e33b06;
}

table {
    empty-cells: show;
}

form.jsfcrud_list_form th, td th {
    font-size: x-small;
    color: #4e6a71;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #b2d5d6;
    border-bottom-color: #b2d5d6;
    border-left-color: #90b4bd;
    border-right-color: #90b4bd;
    letter-spacing: 3px;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #b2d5d6;
}

td {
    vertical-align: top;
    padding-bottom: 8px;
    font-size: small;
}
/*
form.jsfcrud_list_form td, td td {
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #b2d5d6;
    border-bottom-color: #b2d5d6;
    border-left-color: #b2d5d6;
    border-right-color: #b2d5d6;
    vertical-align: baseline;
    padding-bottom: 0px;
}
*/
tr.jsfcrud_odd_row {
    background-color: #fefeff;
    color: #4e6a71;
}


tr.jsfcrud_even_row {
    background-color: #eff5fa;
    color: #4e6a71;
}

#busyImage {
    position: absolute;
    left: 50%;
    top: 50%;
}

.col_width_dynamic {
}
.col_width_5 {
    width: 5em;
}

.col_width_10 {
    width: 10em;
}

.col_width_20 {
    width: 20em;
}
.col_width_30 {
    width: 30em;
}
.col_width_40 {
    width: 40em;
}
.col_width_50 {
    width: 50em;
}

.noBorder tr,.noBorder td {
    border: none !important;
    background-color: #F2F2F2;
    padding: 1px 2px;
} 

/*Sjednocení vyzáže h:inputtext a p:input komponentů */
input[type=text], textarea, select {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #CFCFCF;
}
 
input[type=text]:focus, textarea:focus, select:focus {
    box-shadow: none;

  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #3F947F;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    background: #ffffff;
    /*padding: 2px 2px;*/
    padding: 3px 0px 3px 3px;
    border-radius: 0px;
    -moz-box-shadow: inset 0 0px 0px #ffffff;
    -webkit-box-shadow: inset 0 0px 0px #ffffff;
    box-shadow: inset 0 0px 0px #ffffff;
    border: 1px solid #CFCFCF;
}

.ui-inputfield.ui-state-focus, .ui-widget-content .ui-inputfield.ui-state-focus, .ui-widget-header .ui-inputfield.ui-state-focus {
    -moz-box-shadow: 0px 0px 0px #ffffff, inset 0 0px 0px #ffffff;
    -webkit-box-shadow: 0px 0px 0px #ffffff, inset 0 0px 0px #ffffff;
    box-shadow: 0px 0px 0px #ffffff, inset 0 0px 0px #ffffff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid  #3F947F;
}

:focus {
    outline: none;
}
/*Quill*/
    .home .ql-container{
        border:none !important;
    }
/*Konec sjednocení vyzáže h:inputtext a p:input komponentů */