* {
  box-sizing: border-box;
}
a {
  color: #153c88;
}
a:hover {
  color: #2b7bd6;
}
td {
  vertical-align: middle;
}
th {
  text-align: left;
}
input {
  font-family: Calibri, Tahoma, Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  padding: 2px;
}
input[readonly], textarea[readonly] {
  color: #606060;
  border: solid 1px #e0e0f0;
}
select {
  font-family: Calibri, Tahoma, Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  padding: 1px;
}
select[disabled] {
  color: #606060;
  background-color: white;
  border: dashed 1px #fcfcfc;
  margin: 1px;
}
body {
  background: white;
  margin: 0;
  font-size: 0.85rem;
  font-family: Calibri, Tahoma, Arial, Helvetica, Verdana, sans-serif;
}
@media (max-width: 768px) {
  body {
    font-size: 1rem;
  }
  .bodylogin .header {
    margin-bottom: 0;
  }
}
h1, .appcontent-headerdiv {
  font-weight: bold;
  font-size: 1rem;
  color: #335ca6;
  padding: 10px 0 5px 0;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 769px) {
  h1, .appcontent-headerdiv {
    font-size: 1.2rem;
  }
}
h2, .appcontent-headerdiv2 {
  /* mensi nadpis */
  font-weight: bold;
  font-size: 1rem;
  color: #335ca6;
  /*padding-top: 10px;*/
  padding-bottom: 0;
  text-transform: uppercase;
  /*margin: 0;*/
  margin: 0.25rem 0 0.5rem 0;
}
@media (min-width: 769px) {
  h2, .appcontent-headerdiv2 {
    font-size: 1.2rem;
  }
}
h4 {
  margin-top: 5px;
  margin-bottom: 2px;
}
/* predefinovani stylu pro jQuery-ui */
.ui-widget {
  font-size: 1rem;
}
.ui-dialog {
  background: #fcfcfc;
  border: 1px solid black;
  border-radius: 0.25rem;
}
.ui-dialog .ui-dialog-titlebar {
  background: #fcfcfc;
  color: black;
  font-weight: bold;
  padding: 0;
  border: none;
  border-bottom: 1px solid #e0e0f0;
}
.ui-dialog .ui-dialog-title {
  padding: 2px 5px;
}
.ui-dialog .ui-dialog-content {
  padding: 0.5em;
}
.ui-dialog .buttons {
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-top: 0.25em;
  border-top: solid 1px #e0e0f0;
  padding-bottom: 0;
}
.ui-dialog .ui-dialog-content.no-padding {
  padding: 0;
}
.ui-dialog .ui-dialog-content.no-padding .buttons {
  margin-left: 0;
  margin-right: 0;
}
.ui-dialog .ui-dialog-content.small-padding {
  padding: 1px;
}
.ui-dialog .ui-dialog-content.small-padding .buttons {
  margin-left: 0;
  margin-right: 0;
}
.ui-dialog-titlebar-close {
  display: none;
}
.ui-sortable-helper {
  background-color: rgba(255, 255, 255, 0.8);
}
.ui-tabs {
  border: none;
  background: none;
}
.ui-tabs .ui-tabs-nav {
  background: #93a5c3;
  color: white;
  border: none;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0.3em 1em;
}
.ui-tabs .ui-tabs-panel {
  background: transparent;
  padding: 0;
}
.ui-tabs .ui-state-default {
  background: #808080;
  border: solid 1px #808080;
}
.ui-tabs .ui-state-default a {
  color: white;
}
.ui-tabs .ui-state-active {
  background: #f0f0f0;
}
.ui-tabs .ui-state-active a {
  color: black;
}
.ui-tabs .mce-container {
  border-top: none;
}
.tox-tbtn i.fa {
  font-family: "Font Awesome 5 Pro";
}
@media (max-width: 768px) {
  .confirmQuestion, .clickHref, .autoExpand, .toggleClass, .comboBoxMove {
    cursor: pointer;
  }
}
.form-input {
  width: 100%;
  display: inline-block;
  vertical-align: baseline;
}
select.form-input {
  padding: 2px;
}
.input-group {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.input-group > .form-input {
  flex: 1 1 auto;
}
.input-group-text {
  border: solid 1px black;
  border-left: none;
  border-right: none;
  padding: 0.25rem;
  background-color: white;
}
.input-group-text:first-child {
  border-left: solid 1px black;
}
.input-group-text:last-child {
  border-right: solid 1px black;
}
.ronselect {
  background: white;
  padding: 2px;
  border-bottom: 1px solid silver;
  margin: 1px 1px 1px 0;
  display: inline-block;
  position: relative;
}
.ronselect-button {
  overflow: hidden;
  width: 16px;
  display: inline-block;
  padding: 5px 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  text-align: center;
}
.ronselect-button:before {
  content: "\f107";
  font-weight: 300;
}
.ronselect-button:hover {
  background-color: #f3f6f9;
  border: solid 1px #0f5aae;
}
.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;
  max-width: calc(100% - 20px);
}
.rontabs {
  display: flex;
  border-bottom: solid 1px #e0e0f0;
  padding-left: 0;
  margin: 0;
}
.rontabs li {
  list-style: none;
  display: block;
  background-color: white;
  border: solid 1px transparent;
  padding: 6px 10px;
}
.rontabs a {
  text-decoration: none;
}
.rontabs li.active {
  margin-bottom: -1px;
  border: solid 1px #e0e0f0;
  border-bottom-color: white;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rontabs li.active a {
  color: black;
}
/* formulare */
.form {
  display: table;
  margin-top: 0.5rem;
  border: 1px solid #e0e0f0;
  border-radius: 0.25rem;
  /*width : 100%;*/
  background-color: #fcfcfc;
  text-align: left;
}
.form .buttons {
  padding: 0.5rem;
  border-top: solid 1px #e0e0f0;
}
@media (max-width: 575px) {
  .form {
    display: block;
    min-width: 100%;
  }
}
.form-content {
  padding: 0.5rem;
}
.row {
  margin-bottom: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.row.top-margin {
  margin-top: 1rem;
}
.col {
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form-section {
  padding: 3px 5px;
  background-color: #e4e4e8;
  border-bottom: solid 1px silver;
  font-weight: bold;
}
.form-gap {
  margin-top: 0.5rem;
}
.form-control {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid #e0e0f0;
}
@media (min-width: 576px) {
  .form-sm .caption {
    text-align: right;
    padding-right: 0.5rem;
  }
}
@media (min-width: 769px) {
  .form .caption {
    text-align: right;
    padding-right: 0.5rem;
  }
  .form-row .caption {
    display: inline-block;
    width: 25%;
    text-align: right;
    padding-right: 0.5rem;
  }
  .form-row .form-data {
    display: inline-block;
    width: 74%;
  }
}
.form-row {
  margin-bottom: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.form-row.top-margin {
  margin-top: 1rem;
}
.form-col {
  width: 100%;
}
@media (min-width: 769px) {
  .form.small-form {
    display: inline-block;
    min-width: 30rem;
  }
  .middle-form {
    min-width: 45rem;
  }
  .large-form {
    min-width: 60rem;
  }
  .form-row {
    flex-wrap: nowrap;
  }
  .form-25-75 .form-col1 {
    width: 25%;
  }
  .form-25-75 .form-col2 {
    width: 75%;
  }
  .form-25-75 .form-col1-2 {
    width: 100%;
  }
  .form-30-70 .form-col1 {
    width: 30%;
  }
  .form-30-70 .form-col2 {
    width: 70%;
  }
  .form-30-70 .form-col1-2 {
    width: 100%;
  }
  .form-50-50 .form-col1 {
    width: 50%;
  }
  .form-50-50 .form-col2 {
    width: 50%;
  }
  .form-50-50 .form-col1-2 {
    width: 100%;
  }
  .form-25-50-25 .form-col1 {
    width: 25%;
  }
  .form-25-50-25 .form-col2 {
    width: 50%;
  }
  .form-25-50-25 .form-col3 {
    width: 25%;
  }
  .form-25-50-25 .form-col1-2 {
    width: 75%;
  }
  .form-25-50-25 .form-col2-3 {
    width: 75%;
  }
  .form-25-50-25 .form-col1-3 {
    width: 100%;
  }
  .form-100 .form-row {
    flex-wrap: wrap;
  }
  .form-100 .form-row .caption {
    text-align: left;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .form-100 .form-col1 {
    width: 100%;
  }
  .form-100 .form-col2 {
    width: 100%;
  }
  .form-100 .form-col1-2 {
    width: 100%;
  }
}
.form-row .ronselect {
  width: 100%;
}
.input-group {
  white-space: nowrap;
}
.no-flex-wrap {
  flex-wrap: nowrap;
}
.input-grid-form input {
  border: solid 1px transparent;
  border-bottom: solid 1px silver;
  background-color: transparent;
}
.input-grid-form input:hover {
  border: solid 1px silver;
}
.input-grid-form input:focus, .input-grid-form input.active {
  border: solid 1px silver;
  background-color: white;
}
.input-grid-form input[readonly] {
  border: solid 1px transparent;
}
.selectiontable-selection {
  border: solid 2px #93a5d3;
  position: absolute;
  left: 0;
  top: 0;
}
.selectiontable-selected {
  background: rgba(147, 165, 195, 0.3);
  text-align: center;
  font-weight: bold;
  z-index: 51;
}
.selectiontable-multiple {
  background: none;
  z-index: 50;
}
.ui-progressbar {
  position: relative;
  text-align: center;
}
.progress-label {
  position: absolute;
  top: 0.25rem;
  text-align: center;
  width: 100%;
}
.scrollbar {
  position: absolute;
  overflow: hidden;
  background-color: #e9e9e9;
}
.verticalscroll {
  width: 23px;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 23px;
  border-left: solid 1px black;
}
.horizontalscroll {
  height: 23px;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 23px;
  border-top: solid 1px black;
}
.scrollbar .slider {
  background-color: gray;
  position: relative;
}
.horizontalscroll .slider {
  height: 100%;
  width: 50px;
}
.verticalscroll .slider {
  width: 100%;
  height: 50px;
}
.slider_active {
  background-color: #93a5d3;
}
.splitter {
  position: absolute;
  z-index: 30;
  background: transparent;
}
.splitter:hover {
  background: gray;
}
.splitter.active {
  background-color: #93a5d3;
}
.splitter.vertical {
  left: 0;
  right: 0;
  height: 5px;
  cursor: ns-resize;
}
.appcontainer {
  display: flex;
}
@media (max-width: 768px) {
  .appcontainer {
    display: block;
  }
}
.pagecontent, .loginpagecontent {
  position: relative;
}
.loginpagecontent .container {
  text-align: center;
  padding: 0 0.5rem;
}
.appcontent {
  padding: 0 0.5rem;
}
@media (min-width: 769px) {
  .appcontent {
    flex-grow: 1;
  }
}
.loginpagecontent {
  margin-left: auto;
  margin-right: auto;
}
.header {
  background: #3774b8;
  height: 52px;
  position: relative;
  left: 0;
  right: 0;
  color: white;
}
@media (min-width: 769px) {
  .bodylogin .header {
    margin-bottom: 2rem;
  }
}
.logo {
  height: 41px;
  width: 150px;
  background: url(../images/logo_portal.png) no-repeat left bottom;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 5px;
}
.apptitle {
  position: absolute;
  top: 5px;
  left: calc(1rem + 32px);
  font-size: 1.2rem;
  text-transform: uppercase;
}
.apptitletext {
  display: block;
  margin: 10px 0;
  vertical-align: middle;
}
.header-button {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
}
.header-button:hover {
  border: solid 1px white;
}
#menu-expand-button {
  position: absolute;
  top: 12px;
  left: 0.5rem;
  color: white;
}
.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;
}
.footer {
  clear: both;
  padding: 1.5rem 0;
}
@media (min-width: 769px) {
  .footer {
    border-top: 1px solid #e0e0e0;
    margin: 0 1rem;
    padding: 1.5rem 0;
  }
}
.copyright {
  color: black;
  font-size: 90%;
  float: left;
}
.copyright a {
  color: black;
  text-decoration: none;
}
.version {
  color: black;
  font-size: 90%;
  float: right;
}
.version a {
  color: black;
  text-decoration: none;
}
.topmenu {
  text-transform: uppercase;
  margin: 2px 10px 0 10px;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0 7px 0;
  font-size: 110%;
}
#topmenu {
  display: none;
}
@media (min-width: 769px) {
  #topmenu {
    display: block;
  }
}
.appselect {
  display: inline-block;
  margin-right: 0;
  padding-right: 0;
}
.appselect-item {
  display: inline-block;
}
.appselect-item:before {
  content: "/";
  padding: 0 0.5rem;
}
.appselect-item:first-child:before {
  content: "";
  padding: 0;
}
.appselect-item a {
  color: #c0c0c0;
  text-decoration: none;
}
.appselect-item a :hover {
  text-decoration: underline;
}
.appselect-item.active a {
  color: black;
  text-decoration: none;
}
.appselect-item.active a:hover {
  text-decoration: underline;
}
.appselect-section {
  display: inline-block;
}
.floatingmenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  background-color: #3774b8;
}
.floatingmenu .topmenu {
  margin: 0;
  border-bottom: none;
  padding: 2px 0;
}
@media (min-width: 769px) {
  .floatingmenu.visible {
    display: block;
  }
}
.floatingmenu .appselect-item.active > a {
  color: white;
}
.floatingmenu .floatingmenulist {
  display: none;
}
.floatingmenu .floatingmenulist a {
  color: black;
}
.floatingmenu-header {
  display: none;
}
#closeFloatingMenu {
  position: absolute;
  top: 9px;
  left: 0.5rem;
  padding-top: 2px;
}
.floatingmenu.expanded {
  display: block;
  position: absolute;
  top: 0;
  background: white;
  min-height: 100%;
}
.floatingmenu.expanded a:hover {
  text-decoration: none;
}
.floatingmenu.expanded .floatingmenu-header {
  display: block;
  position: fixed;
  top: 0;
}
.floatingmenu.expanded .topmenu {
  padding-top: 52px;
}
.floatingmenu.expanded .appselect {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
.floatingmenu.expanded .appselect-section {
  padding: 0.3rem;
  color: grey;
}
.floatingmenu.expanded .appselect-section a {
  color: grey;
}
.floatingmenu.expanded .appselect-item {
  width: 100%;
  margin: 0 0.5rem;
}
.floatingmenu.expanded .appselect-item:before {
  content: "";
  padding: 0;
}
.floatingmenu.expanded .appselect-item a {
  color: black;
  white-space: nowrap;
}
.floatingmenu.expanded .appselect-item li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-top: dotted 1px lightgrey;
}
@media (min-width: 769px) {
  .floatingmenu.expanded .appselect-item {
    flex: none;
    flex-basis: 200px;
    -moz-flex-basis: 200px;
    /* Mozilla Firefox */
  }
}
.floatingmenu.expanded .floatingmenulist {
  display: block;
}
.popupmenulist, .popupmenu {
  margin: 0;
  padding: 3px;
}
.popupmenulist li, .popupmenu li {
  list-style: none;
  padding: 0.3rem;
}
.popupmenulist li:hover, .popupmenu li:hover, .popupmenulist li.selected, .popupmenu li.selected {
  color: #202020;
  background-color: #c0c0c0;
  text-decoration: none;
}
.popupmenulist a, .popupmenu a {
  text-decoration: none;
  color: black;
}
.popupmenulist li.margin-top, .popupmenu li.margin-top {
  margin-top: 0.3rem;
  border-top: solid 1px lightgrey;
}
.popupmenu {
  position: absolute;
  z-index: 1000;
  display: none;
  padding: 3px;
  /*
   background-color: white;
   border: 2px solid black;
   padding: 5px;
   color: black;
   text-align: left;
   */
}
.menupanel {
  display: none;
  padding: 5px 0 0 10px;
  min-width: 14rem;
  vertical-align: top;
}
@media (min-width: 769px) {
  .menupanel {
    display: inline-block;
  }
}
.mainmenu {
  padding-left: 5px;
  font-size: 110%;
  text-transform: uppercase;
}
.mainmenu li {
  padding-bottom: 6px;
  margin: 0;
}
.mainmenu li.margin-top {
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  border-top: solid 1px lightgrey;
}
.mainmenu a {
  color: black;
  text-decoration: none;
}
.mainmenu a:hover {
  color: #335ca6;
  text-decoration: underline;
}
li.margin-top:first-child {
  margin-top: 0;
  border-top: none;
}
.mainmenu li.active {
  font-weight: bold;
}
.browser {
  empty-cells: show;
  border-collapse: collapse;
  margin-top: 0.5rem;
  background-color: #fafafa;
}
.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;
  border-bottom: solid 1px #e0e0f0;
  border-right: solid 1px #e0e0f0;
}
.browser tr th:last-child {
  border-right: none;
}
.browser th a {
  color: white;
  text-decoration: none;
}
.browser th a img {
  border-width: 0;
}
.browser td {
  padding: 5px 5px 2px 5px;
  vertical-align: middle;
}
.browser td a img {
  border-width: 0;
}
.browserfooter {
  background-color: #e8e8f8;
  color: black;
  font-weight: bold;
}
.browsercolor1, .oddEvenRows > tr:not(.browserfooter):nth-child(even), .oddEvenRows > tbody > tr:not(.browserfooter):nth-child(even) {
  background-color: #fafafa;
}
.browsercolor2, .oddEvenRows > tr:not(.browserfooter):nth-child(odd), .oddEvenRows > tbody > tr:not(.browserfooter):nth-child(odd) {
  background-color: #f3f6f9;
}
.browserseparator {
  border: solid 1px white;
  height: 2px;
}
.browserseparator td {
  background-color: #dae4f5;
  height: 1px;
  padding: 0;
  margin: 0;
}
.browserhighlightrow, .browserhighlightrow td {
  background-color: #e3e3ec !important;
}
.browserselectedrow {
  background-color: #ccd6e7;
}
.browserpoznamka {
  font-style: italic;
  white-space: normal;
  color: #707080;
  padding-left: 10px;
}
.browserpagenumber {
  display: inline-block;
}
@media (max-width: 768px) {
  .mobile-table-rows {
    width: 100%;
  }
  .mobile-table-rows tr {
    display: block;
  }
  .mobile-table-rows td {
    padding-left: 2rem;
    display: block;
  }
  .mobile-table-rows td:empty {
    padding: 0;
  }
  .mobile-table-rows td.browser_rowheader {
    border-bottom: solid 1px #e0e0f0;
  }
}
@media (max-width: 575px) {
  .xs-flex {
    display: block;
    width: 100%;
  }
  .xs-flex thead, .xs-flex tbody {
    display: block;
    width: 100%;
  }
  .xs-flex tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
.langselect {
  display: inline-block;
  float: right;
}
/*
 .floatingmenu .topmenu >ul>li >a {
 color: white;
 }
 .floatingmenu .topmenu >ul>li.active >a {
 color: white;
 }
 */
.defaultmenuitem {
  display: inline-block;
}
.menuframe {
  padding: 1rem 0.5rem 0.3rem 0.5rem;
  width: 100%;
}
.menuframecaption {
  font-size: 110%;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  _color: #335ca6;
}
#nojs {
  display: none;
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.txt a {
  text-decoration: none;
}
.txt a:hover {
  text-decoration: underline;
}
.date {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #335ca6;
}
.debugmsg {
  color: grey;
  font-style: italic;
  text-decoration: none;
  padding-left: 30px;
  padding-right: 4px;
}
.button, .submitbutton {
  background-color: #0d4a8e;
  color: white;
  border: solid 1px #808080;
  min-width: 6.5em;
  padding: 0.15em 1.5em;
  margin: 0.4em 0.75em 0.4em 0;
}
.submitbutton {
  font-weight: bold;
}
.button:hover, .submitbutton:hover {
  background-color: #0f5aae;
}
.button:active, .submitbutton:active {
  background-color: #f3f6f9;
  color: black;
}
.button:disabled, .submitbutton:disabled {
  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;
}
a.button, a.submitbutton {
  text-decoration: none;
}
a.button:hover, a.submitbutton:hover {
  color: white;
}
a.button:active, a.submitbutton:active {
  color: black;
}
.float-right .submitbutton, .float-right .button {
  margin-right: 0;
  margin-left: 10px;
}
.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;
  padding-left: 0;
  margin: 0.25rem 0;
}
.linkslist li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0;
  padding-left: 0;
}
.listseparator {
  background-image: none;
  height: 12px;
}
.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;
}
.normaltext {
  text-align: left;
}
.errortext, .infomsg, .warning {
  border: 1px solid #e0e0f0;
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin-top: 0.2rem;
}
.errortext {
  background-color: #fcd0c0;
  font-weight: bold;
}
.infomsg {
  background-color: #fcfcfc;
}
.warning {
  background-color: #fcd0c0;
}
.errorcolor {
  color: red;
  font-weight: bold;
}
.text_link {
  text-align: left;
  padding-bottom: 5px;
}
.selectedlink {
  font-weight: bold;
}
.selectedlink a {
  text-decoration: none;
}
.linksSeparator {
  display: 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;
}
.js:hover {
  text-decoration: underline;
}
.clickLink {
  cursor: pointer;
}
.autoExpand {
  max-height: 6rem;
  overflow: hidden;
  background: url(../images/expand_down.png) no-repeat right top;
  border-bottom: dashed 1px whitesmoke;
}
.autoExpand.expanded {
  max-height: none;
  background: url(../images/expand_up.png) no-repeat right top;
  border-bottom: none;
}
.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 10px 0 0;
}
.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;
}
.input_margins {
  /* zarovnani elementu (div,span) podle inputu */
  padding: 2px;
  border: solid 1px transparent;
}
input.error, select.error, .app_input_error {
  background-color: #fcd0c0;
  border: solid 1px #808080;
}
.error-back, .error_back {
  background-color: #fcd0c0;
}
.checkbox_text_checked {
  font-weight: bold;
}
.filetable {
  line-height: 130%;
  text-align: justify;
  border-width: 0;
  border-spacing: 0;
  border-collapse: collapse;
  color: #747474;
}
@media (min-width: 769px) {
  .filetable {
    width: 840px;
  }
}
.filetable td, .filetable th {
  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;
}
.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;
}
.popup.visible {
  display: block;
}
.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, .floatingheadercol {
  position: fixed;
  /*absolute;*/
  top: 0;
  z-index: 99;
  background-color: #0d4a8e;
  color: white;
  font-weight: bold;
  overflow: hidden;
  opacity: 0.85;
}
.floatingheader a, .floatingheadercol a {
  color: white;
  text-decoration: none;
}
.floatingheader a:hover, .floatingheadercol a:hover {
  text-decoration: underline;
}
.floatingheadercontainer {
  position: absolute;
  top: 0;
  overflow: hidden;
  /*border-bottom: solid 1px #E9E9E9;*/
  /*display: table-cell;*/
  /* nefunguje */
  /*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;
  z-index: 200;
}
.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 {
  position: absolute;
  left: 250px;
  top: 180px;
  padding: 1px;
  z-index: 101;
  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: 50px;
  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;
}
.rondialog {
  display: none;
}
.rondialog .content {
  position: relative;
}
.rondialog .buttons {
  text-align: center;
}
.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;
}
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;
}
.ronimage {
  border: none;
}
.ronimage .ui-dialog-content {
  padding: 0;
}
.ronimage .ui-dialog-titlebar {
  display: none;
}
.drag-object {
  display: inline-block;
  padding: 0.25rem;
  margin: 0.25rem;
  cursor: move;
}
.glyphs {
  line-height: 0;
}
.glyph {
  display: block;
  background: no-repeat center;
  width: 23px;
  height: 23px;
}
.inline-glyph, .inline_glyph {
  display: inline-block;
  background: no-repeat center;
  width: 23px;
  height: 23px;
  line-height: 21px;
  text-align: center;
  border: solid 1px transparent;
}
.glyph-button:hover, .glyph_button:hover {
  border-color: #e0e0f0;
}
.glyph-button:active, .glyph_button:active {
  background-color: lightgrey;
}
.glyph-delete:before {
  content: "\f00d";
  font-weight: 300;
  color: red;
}
.glyph-lock:before {
  content: "\f023";
  font-weight: 300;
  color: red;
}
.glyph-new:before {
  content: "\f15b";
  font-weight: 300;
}
.glyph-edit:before {
  content: "\f044";
  font-weight: 300;
}
.glyph-copy:before {
  content: "\f0c5";
  font-weight: 300;
}
.glyph-attachment:before {
  content: "\f0c6";
  font-weight: 300;
}
.glyph-check:before {
  content: "\f00c";
  font-weight: 300;
  color: green;
}
.glyph-ok:before {
  content: "\f00c";
  font-weight: 300;
}
.glyph-cancel:before {
  content: "\f00d";
  font-weight: 300;
}
.glyph-search:before {
  content: "\f002";
  font-weight: 300;
}
.glyph-comment:before {
  content: "\f27a";
  font-weight: 300;
}
.glyph-move-left:before {
  content: "\f355";
  font-weight: 300;
}
.glyph-move-right:before {
  content: "\f356";
  font-weight: 300;
}
.glyph-left:before {
  content: "\f053";
  font-weight: 300;
}
.glyph-right:before {
  content: "\f054";
  font-weight: 300;
}
.glyph-calendar:before {
  content: "\f073";
  font-weight: 300;
}
.glyph-close:before {
  content: "\f00d";
  font-weight: 300;
  color: red;
}
.glyph-refresh:before {
  content: "\f2f1";
  font-weight: 300;
}
.glyph-print:before {
  content: "\f02f";
  font-weight: 300;
}
.glyph-business-trip:before {
  content: "\f0f2";
  font-weight: 300;
}
.glyph-sort-up:after {
  content: "\f176";
  font-weight: 300;
}
.glyph-sort-down:after {
  content: "\f175";
  font-weight: 300;
}
.glyph-gps:after {
  content: "\f3c5";
  font-weight: 300;
}
.glyph-video:after {
  content: "\f3a0";
  font-weight: 300;
}
.glyph-info:before {
  content: "\f111";
  font-weight: 900;
  color: white;
}
.glyph-info:after {
  content: "\f05a";
  font-weight: 900;
  color: blue;
  margin-left: -1em;
}
.glyph-warning:before {
  content: "\f111";
  font-weight: 900;
  color: white;
}
.glyph-warning:after {
  content: "\f06a";
  font-weight: 900;
  color: #ffef8f;
  margin-left: -1em;
}
.glyph-error:before {
  content: "\f111";
  font-weight: 900;
  color: white;
}
.glyph-error:after {
  content: "\f057";
  font-weight: 900;
  color: red;
  margin-left: -1em;
}
.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 td:first-child {
  width: 1%;
  white-space: nowrap;
}
.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;
  background-color: #fcfcfc;
}
.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;
  background-color: #fcfcfc;
}
.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;
}
.no-print {
  /* styl pro netisknutelne elementy (tlacitka apod.) */
}
@media print {
  .no-print {
    display: none;
  }
}
.middle {
  vertical-align: middle;
}
.middle td {
  vertical-align: middle;
}
.align-top {
  vertical-align: top;
}
.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;
}
@media (max-width: 575px) {
  .align-xs-right {
    text-align: right;
  }
}
.no-wrap {
  white-space: nowrap;
}
.wrap {
  white-space: normal;
}
.float-right {
  float: right;
}
.margin-all {
  margin: 0.2rem;
}
.margin-all-2 {
  margin: 0.5rem;
}
.margin-right {
  margin-right: 0.2rem;
}
.margin-right-2 {
  margin-right: 0.5rem;
}
.margin-left {
  margin-left: 0.2rem;
}
.margin-left-2 {
  margin-left: 0.5rem;
}
.margin-top {
  margin-top: 0.2rem;
}
.margin-top-2 {
  margin-top: 0.5rem;
}
.margin-left {
  margin-left: 0.2rem;
}
.margin-left-2 {
  margin-left: 0.5rem;
}
.margin-bottom {
  margin-bottom: 0.2rem;
}
.margin-bottom-2 {
  margin-bottom: 0.5rem;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.padding-all {
  padding: 0.2rem;
}
.padding-all-2 {
  padding: 0.5rem;
}
.padding-right {
  padding-right: 0.2rem;
}
.padding-right-2 {
  padding-right: 0.5rem;
}
.padding-left {
  padding-left: 0.2rem;
}
.padding-left-2 {
  padding-left: 0.5rem;
}
.padding-top {
  padding-top: 0.2rem;
}
.padding-top-2 {
  padding-top: 0.5rem;
}
.padding-bottom {
  padding-bottom: 0.2rem;
}
.padding-bottom-2 {
  padding-bottom: 0.5rem;
}
.inline-list {
  margin: 0;
}
.inline-list li {
  display: inline;
  margin-right: 0.4rem;
}
.inline-list li:first-child:before {
  content: "";
}
.list-slash > li:before {
  content: "/ ";
}
.js-show.hidden {
  display: none;
}
.js-hide.hidden {
  display: none;
}
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}
@media (min-width: 576px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 575px) {
  .d-xs-none {
    display: none;
  }
}
@media (min-width: 769px) {
  .fixed-md-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.d-none {
  display: none;
}
.d-inline-block {
  display: inline-block;
}
.font-weight-bold {
  font-weight: bold;
}
.font-weight-normal {
  font-weight: normal;
}
.font-weight-light {
  font-weight: lighter;
}
.font-size-1 {
  font-size: 1rem;
}
.font-size-2 {
  font-size: 1.2rem;
}
.font-size-3 {
  font-size: 1.5rem;
}
.font-size-relative-1 {
  font-size: 1em;
}
.font-size-relative-2 {
  font-size: 1.2em;
}
.font-size-relative-3 {
  font-size: 1.5em;
}
.font-italic {
  font-style: italic;
}
.font-normal {
  font-style: normal;
}
.position-relative {
  position: relative;
}
.grid td {
  border: solid 1px #e0e0f0;
}
.vertical-grid td {
  border-right: solid 1px #e0e0f0;
}
.horizontal-grid td {
  border-bottom: solid 1px #e0e0f0;
}
.no-grid td {
  border: none;
}
.borders {
  border: solid 1px #e0e0f0;
}
.no-borders {
  border: none;
}
.border-top {
  border-top: solid 1px #e0e0f0;
}
.border-bottom {
  border-bottom: solid 1px #e0e0f0;
}
.border-left {
  border-left: solid 1px #e0e0f0;
}
.border-right {
  border-right: solid 1px #e0e0f0;
}
.no-border-top {
  border-top: none;
}
.no-border-bottom {
  border-bottom: none;
}
.no-border-left {
  border-left: none;
}
.no-border-right {
  border-right: none;
}
.border-form {
  border: 1px solid #e0e0f0;
  border-radius: 0.25rem;
}
tr.border-bottom td {
  border-bottom: solid 1px gray !important;
}
td.border-right, th.border-right {
  border-right: solid 1px gray !important;
}
tbody.border-bottom tr:last-child td {
  border-bottom: solid 1px gray !important;
}
td.light-border-right, th.light-border-right {
  border-right: solid 1px #e0e0f0 !important;
}
.min-width-200px {
  min-width: 200px;
}
.min-width-400px {
  min-width: 400px;
}
.min-width-600px {
  min-width: 600px;
}
.min-width-800px {
  min-width: 800px;
}
.max-height-70vh {
  max-height: 70vh;
}
.max-height-80vh {
  max-height: 80vh;
}
.max-height-90vh {
  max-height: 90vh;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.last-section-row td, .last-section-row th {
  border-bottom: solid 1px black !important;
}
.last-section-col {
  border-right: solid 1px black !important;
}
.background-form {
  background-color: #fcfcfc !important;
}
.background-form-title {
  background-color: #fcfcfc !important;
}
.background-form-section {
  background-color: #e4e4e8 !important;
}
.background-header {
  background-color: #3774b8 !important;
}
.background-table-header {
  background-color: #0d4a8e !important;
}
.background-table-footer {
  background-color: #e8e8f8 !important;
}
.background-button {
  background-color: #0d4a8e !important;
}
.color-black {
  color: black;
}
.color-gray {
  color: gray;
}
.color-silver {
  color: silver;
}
.color-lightgray {
  color: lightgrey;
}
.color-white {
  color: white;
}
.color-red {
  color: red;
}
.color-darkred {
  color: darkred;
}
.color-orangered {
  color: orangered;
}
.color-orange {
  color: orange;
}
.color-green {
  color: green;
}
.color-darkgreen {
  color: darkgreen;
}
.color-lightgreen {
  color: lightgreen;
}
.color-lime {
  color: lime;
}
.color-blue {
  color: blue;
}
.color-darkblue {
  color: darkblue;
}
.color-lightblue {
  color: lightblue;
}
.color-navy {
  color: navy;
}
.color-skyblue {
  color: skyblue;
}
.color-violet {
  color: violet;
}
.color-darkviolet {
  color: darkviolet;
}
.color-pink {
  color: pink;
}
.color-lightpink {
  color: lightpink;
}
.color-yellow {
  color: yellow;
}
.color-brown {
  color: brown;
}
.color-teal {
  color: teal;
}
.color-cyan {
  color: cyan;
}
.color-darkcyan {
  color: darkcyan;
}
.bg-transparent {
  background: transparent !important;
}
.background-black {
  background-color: black;
}
.background-gray {
  background-color: gray;
}
.background-silver {
  background-color: silver;
}
.background-lightgray {
  background-color: lightgrey;
}
.background-white {
  background-color: white;
}
.background-red {
  background-color: red;
}
.background-darkred {
  background-color: darkred;
}
.background-orangered {
  background-color: orangered;
}
.background-orange {
  background-color: orange;
}
.background-green {
  background-color: green;
}
.background-darkgreen {
  background-color: darkgreen;
}
.background-lightgreen {
  background-color: lightgreen;
}
.background-lime {
  background-color: lime;
}
.background-blue {
  background-color: blue;
}
.background-darkblue {
  background-color: darkblue;
}
.background-lightblue {
  background-color: lightblue;
}
.background-navy {
  background-color: navy;
}
.background-skyblue {
  background-color: skyblue;
}
.background-violet {
  background-color: violet;
}
.background-darkviolet {
  background-color: darkviolet;
}
.background-pink {
  background-color: pink;
}
.background-lightpink {
  background-color: lightpink;
}
.background-yellow {
  background-color: yellow;
}
.background-brown {
  background-color: brown;
}
.background-teal {
  background-color: teal;
}
.background-cyan {
  background-color: cyan;
}
.background-darkcyan {
  background-color: darkcyan;
}
/*# sourceMappingURL=s_ron.css.map */