html {
        background-color: silver;
        font-family: 'Open Sans';
}

body {
	background-color: white;
        margin-left: auto;
        margin-right: auto;
        padding: 30px;
        min-width: 1180px;
        width: 95%;
        font-size: 15px;
	line-height: 1.6;
	color: #333;
        position: relative;
}

h1 {
        color: white;
        font-size: 24px;
}

h2 {
    
}

h2.with-background {
        background-color: #004a80; 
        color: white; 
        width: 100%; 
        text-align: center;
}


h3 {
        font-size: 16px;
        font-weight: bold;
}

.button {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  cursor: pointer;
}

.hidden-control a.button {
    display: none;
}

.hidden-control:hover a.button {
    display: inline;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.pac-container, div.pac-logo {
        width: auto !important;
}

div#banner {
        background-color: #004a80;
        /* background-image: url('../images/header.png'); */
        padding: 10px 30px;
        height: 110px;
}

div#logo {
        float: left;
        margin-top: 25px;
        width: 33%;
}

div#nazev-sekce {
        float: left;
        margin-top: 10px;
        margin-left: 10px;
        width: 33%;
        height: 50px;
        
}

div#banner h1 {
        text-align: center;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

div.flash.error {
        color: black;
        background-color: #ea4335;
        border: 1px solid #9f1405;
        padding: 1em;
	margin: 1em 0;        
}

div.flash.success {
        color: black;
        background-color: #bde47b;
        border: 1px solid #004600;
        padding: 1em;
	margin: 1em 0;
}

div#menu {
        background-color: #9ed6ff;
        padding: 0 5px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        color: #004a80;
        vertical-align: central;
}



div#menu span.menubutton {
        background-color: #004a80;
        padding: 3px 10px;
        color: #f5f5f5;
}

div#menu a {
        text-decoration: none;
        color: white;
}

div#menu span.menubutton a img {
        height: 32px;
        padding-bottom: 5px;
}

div#aktualni-datum {
        padding-right: 15px;
}

div#submenu {
        background-color: #004a80;
        padding: 0 5px;
        /* height: 40px; */
        line-height: 40px;
        font-size: 20px;
        color: #004a80;
        vertical-align: central;
}

div#submenu span.menusection {
        background-color: #c9302c;
        padding: 3px 10px;
        color: #FFFFFF;
}

div#submenu span.menusection a {
        color: #FFFFFF;
}

div#submenu span.menusection-buttons {
        display: none;
}

div#submenu span.menubutton {
        background-color: #9ed6ff;
        padding: 3px 10px;
        color: #004a80;
}

div#submenu a {
        text-decoration: none;
        color: #004a80;
}

img.autoreload {
        width: 24px; 
        vertical-align: -5px;
}

.invert {
        filter: invert(100%);
}

img.redirect {
        width: 18px;
}

img.fr-dib.fr-draggable {
        cursor: pointer;
}

div.lastupdate {
        background-image: url("/images/clock-128.png");
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: 5px;
        text-align: right;
        width: 100%; 
}

div#countdown {
	z-index: 9999;
	position: fixed;
	bottom: 10%;
	right: 10%;
	width: 165px;
	height: 100px;
	padding: 10px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid grey;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div#customerActionButtons {
	z-index: 9999;
	position: fixed;
	left: 0;
        bottom: 0;
	width: 100%;
	height: 24px;
        font-size: 12px;
        background-color: #f5f5f5;
        border-top: 2px solid silver;
        padding-left: 5px;
}

div#customerActionButtons ul {
        float: left;
        padding-left: 5px;
}

div#customerActionButtons li {
        display: inline-block;
}

div#customerActionButtons li img {
        padding-bottom: 2px;
}

div#customerActionButtons font {
        padding-top: -5px;
}

div#customerActionMobileButtons {
        top: 0;
        position: fixed;
        margin-left: -275px; 
        width: 240px; 
        height: auto;
}

div#customerActionMobileButtons ul {
        margin-left: -35px;
        list-style-type: none;
}

div#customerActionMobileButtons li {
        list-style-type: none;
        width: 220px;
        background-color: grey;
        border: 1px solid silver;
        color: white;
}

div#customerActionMobileButtons a {
        color: black;
        font-weight: bold;
}


div#chars-left {
        position: relative;
        margin: -30px 10px 0 0;
        padding-bottom: 10px;
        text-align: right;
        font-style: italic;
        color: silver;
}

div#autoreload img {
        text-align: left;
} 

div.userinfo {
        float: right;
        width: 33%;
        height: 80px;
        color: #9ed6ff;
        font-size: 14px;
        text-align: right;
}

div.userinfo a {
        color: white;
        text-decoration: none;
}

div.lastupdate {
        background-color: #f5f5f5; 
        border-top: 2px solid #e4e4e4;
        padding: 5px 10px; 
        width: 100%; 
        text-align: right; 
        font-size: 10px; 
        font-style: italic;
}

div#content {
        min-height: 400px;
        padding: 10px 0;
}

div#container {
        width: 100%;
}

div#container div#content-left {
        width: 70%;
        height: auto;
        float: left;
}


div#container div#content-right {
        width: 30%;
        height: auto;
        float: right;
}

div#snippet--nastenka {
        width: 100%;
        height: auto;
        padding-left: 5px;
        padding-right: 5px;
}

div#snippet--nastenka a {
        color: black;
}

div#snippet--weather {
        width: 100%;
}

div#snippet--vypadkycez {
        width: 100%;
}

div#snippet--vypadkycez h3 {
        width: auto;
        margin-top: 10px;
}

div.tickety {
        
}

div.tickety-nahled {
    background-color: #9ed6ff;
    text-align: center;
}

div.tickety-nahled table {
    width: 100%;
}    

div#tickety table th {
    padding: 5px;
    background-color: #004a80;
    color: #fff;
    text-align: center;
}

div#tickety table td {
    padding: 5px;
    text-align: left;
}

div.svatek {
        background-color: #9ed6ff;
        margin-bottom: 10px;
        margin-right: 15px;
}

div#startConfetti {
        cursor: pointer;
}

div#nastenka {
        padding: 0 16px 10px 0;
        width: auto;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 1000px;
}

div#nastenka-wrapper {
    position: absolute;
    height: auto;
    width: 66%;
}

/*
div#nastenka-wrapper:before, div#nastenka-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

div#nastenka-wrapper:before {
    top: auto;
    height: 10px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
}

div#nastenka-wrapper:after {
    bottom: 0px;
    height: 50px;
    background-image: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
}
*/

div#nastenka span.fr-emoticon {
        padding: 0 8px;
}

div#nastenka-form form, div#nastenka-form table {
        width: 100%;
}

div.fr-box div.fr-view {
        width: 300px;
        height: 400px;
}
     
/* Zobrazeni odkazu */
div.fr-element.fr-view a:last-child {
        display: inline !important;
}

/* Skryti upozorneni o nelicencovanem produktu Froala Editoru */
div.fr-box a:last-child {
        display: none !important;
}

div#nastenka-form span.fr-emoticon {
        padding: 0 6px;
}

span.nastenka-akce-prispevku {
        display: none;
}

div.nastenka-obsah {
        float: left;
        width: 100%;
        padding: 5px;
        margin-bottom: 10px;
        background-color:rgba(240, 240, 240, 0.6);
        background-image: url("/images/info.png");
        background-size: 30px 30px;
        background-position: 5px 5px; 
        background-repeat: no-repeat;
        border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
        box-shadow: 3px 3px 3px grey;
}

div.nastenka-obsah:nth-child(n+2) {
        float: left;
        width: 49%;
        margin-bottom: 10px;
        margin-right: 15px;
}

div.nastenka-obsah:nth-child(odd) {
        margin-right: 0;
}

div.nastenka-obsah:hover {
        background-color:rgba(240, 240, 240, 0.9);
        box-shadow: 10px 10px 10px grey;
}

div.nastenka-obsah.vacation {
        background-color: #9ed6ff;
        background-image: url("/images/vacation.png");
        background-size: 30px 30px;
        background-position: 5px 5px; 
        background-repeat: no-repeat;
        /* cursor: url("/images/vacation-cursor.ico"), default; */
}

div.nastenka-obsah.leaflet {
        background-color: #c98bdb;
        background-image: url("/images/letter.png");
        background-size: 30px 30px;
        background-position: 5px 5px; 
        background-repeat: no-repeat;
}

div.nastenka-obsah.warning {
        background-color: #fed5a7;
        background-image: url("/images/warning.png");
        background-size: 30px 30px;
        background-position: 5px 5px; 
        background-repeat: no-repeat;
}

div.nastenka-obsah.work {
        background-image: url("/images/work.png");
        background-size: 30px 30px;
        background-position: 5px 5px; 
        background-repeat: no-repeat;
}

div.nastenka-vzkaz {
        padding: 5px;
        font-family: "Comic Sans MS";
}

div.nastenka-vzkaz-hlavicka, div.nastenka-vzkaz-paticka {
        width: 100%;
        padding: 2px 5px;
        text-align: right;
}

div.nastenka-vzkaz-hlavicka a {
        font-size: 10px;
        font-weight: bold;
}

div.nastenka-vzkaz-paticka {
        border-top: 1px solid #c8c8c8;
}

div.nastenka-komentare {
        padding-left: 5px;
}

div.nastenka-komentar {
        margin-top: 5px;
        padding-left: 10px;
        border-left: 5px solid #004b7c;
}

div.nastenka-komentar:hover {
        background-color: silver;
}

div.nastenka-komentar p img {
        width: 100%;
}

div.nastenka-komentar-hlavicka {
        display: none;
        text-align: right;
        margin-top: -16px;
        padding-right: 15px;
        font-size: 10px;
        font-weight: bold;
}

div#google-calendar {
        background: none;
}

div#dnesniAgendaTechniku {
        margin-right: 20px;
}

div#dnesniAgendaTechniku table {
        background-color: rgba(240, 240, 240, 0.8);
        width: 100%;
        padding: 5px;
}

div#dnesniAgendaTechniku table th {
        padding-left: 5px;
        background-color: black; 
        color: white
}

div#dnesniAgendaTechniku table tr {
        border-bottom: 1px solid silver; 
}

div#dnesniAgendaTechniku table td {
        padding-left: 5px;
}

div#dnesniAgendaTechniku table td ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
}

div#cez {
        background-color: rgba(240, 240, 240, 0.6);
        padding: 10px;
        overflow-y: auto;
        height: 700px;
        width: 100%;
}

div#cez h3 {
        margin-left: 0;
}

div#mailbox-quota-prehled {
    padding: 5px;
    background-color: #f1f1f1;
}

div#mobilni-data-prehled {
    padding: 5px;
    background-color: #f1f1f1;
}

div.progress-mailbox-quota progress {
    width: 95%;
    height: 50px;
    color: #9ed6ff;
}

div.progress-onenet progress {
    width: 95%;
    height: 50px;
    color: #004a80;
}

div#switch-tab {
        margin-top: 15px;
        width: 100%;
        background-color: #F1F1F1;
}

div#switch-tab-buttons {
        height: 35px;
}

div#switch-tab-buttons p {
        float: left;
        height: 100%;
        background-color: black;
        border: 5px solid black;
        color: white;
        margin-right: 2px;
        padding: 0 5px;
}

div#switch-tab-buttons p:hover {
        background-color: grey;
        color: black;
        cursor: pointer;
}

div#switch-tab-buttons p.pin {
        padding-left: 25px;
        background-image: url('/images/menu/home.png');
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: left center;
}

div#switch-tab-content {
        padding: 5px;
        background-color: silver;
}

div#switch-tab-content div[id^=snippet] {
        display: none;
}

div#weather {
        background-color:rgba(240, 240, 240, 0.6);
        height: auto;
        width: auto;
        font-weight: bold;
}

div#weather img {
        width: 50px;
        height: 50px;
}

div.float-left, span.float-left {
        margin-left: auto;
        margin-right: auto;
        float: left;
}

div.form-w-keyboard {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
}

div.form-w-top10 {
        min-width: 875px;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
}

div.clear {
        clear: both;
}

table.contacts {
        width: 100%;
}

table.contacts thead {
        background-color: silver;
}

table.contacts thead th {
        text-align: center;
        border-right: 1px solid silver;
}

table.contacts tbody tr:hover {
        background-color: #e1e1e1;
}

table.contacts tbody td:first-child {
        font-weight: bold;
}

table.contacts tbody td {
        border-right: 1px solid silver;
        padding-left: 5px;
}

table[name="dodatek-zmeny"] {
        width: 500px;
}

table[name="dodatek-zmeny"] th, td {
        padding-left: 10px;
}

table[name="dodatek-zmeny"] td {
        padding: 10px;
}

table[name="dodatek-zmeny"] td:first-child {
        text-align: left;
}

table[name="vypis-ip-ping"] tr {
        border: 1px solid silver;
}

div#ui-datepicker-div {
        margin-left: 250px;
}
    
div#keyboard {
        width: 65px;
        height: auto;
        margin-left: 10px;
        padding: 5px;
        float: left;
}

div#keyboard p {
        text-align: center;
        font-size: 28px;
        width: 50px;
        height: 50px;
        padding-left: 0;
        padding-top: 5px;
        background-image: url('/images/keyboard-button.png');
        background-size: 50px 50px;
        background-repeat: no-repeat;
        opacity: 0.6;
}

div#keyboard p:hover {
        opacity: 1;
        cursor: pointer;
}

div#help {
        display: none;
}

div#help-box {
        display: none;
        /*
        z-index: -1;
        opacity: 0.4;
        position: fixed;
        height: 150px;
        width: 200px;
        top: 50px;
        right: 50px;
        background-color: white;
        border: 1px solid black;
        border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
        */
}

div#help-box:hover {
        opacity: 1;
        cursor: help;
}

div#help-box img {
        margin-left: -60px;
        margin-top: -20px;
}

div#help-box div {
        margin: 0 15px;
}

div#help-box p {
        padding-top: 15px;
}


div#log {
        display: none;
        border: 1px solid #004a80;
        background-color: silver;
        padding: 10px;
        width: 100%;
        min-height: 200px;
        max-height: 500px;
        overflow-x: auto;
        overflow-y: scroll;
}

div#log p {
        font-family: consolas;
        font-size: 12px;
        font-weight: bold;
        border-bottom: 1px solid grey;
}

div#footer {
        background-color: #004a80;
        color: #9ed6ff;
        height: 45px;
        padding: 10px 10px;
        text-align: right;
}

div#footer div.menubutton {
        float: left;
        background-color: #9ed6ff;
        padding: 0px 10px;
        margin-right: 10px;
        color: #004a80;
}

div#footer div.version, .float-right {
        float: right;
}

div#footer a {
        text-decoration: none;
        color: #004a80;
}

div.pager-form {
    display: none;
    visibility: hidden;
}

div#popis-letaku {
    width: 50%;
    height: auto;
}

div#nahled-letaku {
    width: 50%;
    height: auto;
}

div#zobrazovane-detaily-zakaznika {
    background-color: #f5f5f5;
    width: 100%;
    height: auto;
    padding: 5px 15px;
}

div#zobrazovane-detaily-zakaznika ul li {
    display: inline;
}
    
div#zobrazovane-detaily-zakaznika-tlacitko {
    position: absolute;
    right: 30px;
}

div#upozorneni {
        display: none;
}

div#detail-serveru table,
div#detail-zarizeni table,
div#detail-zarizeni-ruian table,
div#detail-objektu table,
div#udaje-zakaznika table,
div#zavolejte-mi table,
div#upozorneni table,
div#dotazy table,
div#penezenka-zakaznika table {
        width: 100%;
}

div#detail-serveru table th,
div#detail-zarizeni table th,
div#detail-zarizeni-ruian th,
div#detail-objektu table th,
div#udaje-zakaznika table th,
div#zavolejte-mi table th,
div#upozorneni table th,
div#dotazy table th,
div#penezenka-zakaznika table th,
div#sluzby-zakaznika-celkem {
        background-color: #9ed6ff;
        border-top: 2px solid #004a80;
        padding: 5px;
}

div#detail-serveru table tr,
div#detail-zarizeni table tr,
div#detail-zarizeni-ruian table tr,
div#detail-objektu table tr,
div#udaje-zakaznika table tr,
div#zavolejte-mi table tr,
div#upozorneni table tr,
div#dotazy table tr,
div#penezenka-zakaznika table tr {
        background-color: #f5f5f5;
}

div#detail-serveru table td,
div#detail-zarizeni table td,
div#detail-zarizeni-ruian table td,
div#detail-objektu table td,
div#udaje-zakaznika table td,
div#zavolejte-mi table td,
div#upozorneni table td,
div#dotazy table td,
div#penezenka-zakaznika table td {
        padding: 5px;
}

div#detail-objektu table tr:nth-child(odd) {
        background-color: silver;
}

div#zavolejte-mi td.poznamka {
        background-color: silver;
}

div#udaje-zakaznika table a {
        text-decoration: none;
}

div#detail-serveru h3,
div#detail-zarizeni h3,
div#detail-objektu h3,
div#smlouvy-zakaznika h3,
div#penezenka-zakaznika h3,
div#dokumenty-zakaznika h3,
div#faktury-zakaznika h3,
div#mista-pripojeni-zakaznika h3,
div#sluzby-zakaznika h3,
div#zarizeni-zakaznika h3,
div#historie-zakaznika h3,
div#poznamky-zakaznika h3,
div#servisni-zasahy-zakaznika h3,
div#pozadavky-zakaznika h3
{
        padding: 15px;
        background-color: #f5f5f5;
}

div#mapy-legenda {
    border: 1px solid black; 
    background-color: #fff9d7; 
    padding: 10px; 
    width: 350px; 
    margin-left: auto; 
    margin-right: 0%;
}

img.icon {
        width: 16px;
        height: 16px;
}

img.icon-w16 {
        width: 16px;
}

img.icon-big {
        width: 32px;
        height: 32px;
}

img.icon-smaller {
        width: 20px;
        height: 20px;
}

img.icon-small {
        width: 24px;
        height: 24px;
}

img.system-icon, img.device-icon {
        padding-right: 5px;
        width: 32px;
        height: 32px;
}

img.service-icon {
        vertical-align: initial;
        width: 24px;
        height: 24px;
}

div.cela-poznamka {
        display: none;
        position: absolute;
        z-index: 999 !important;
        background-color: #f5f5f5; 
        border: 2px solid #e4e4e4;
        left: 0;
        width: 100%;
        margin-top: 20px;
        padding: 15px;
        font-weight: bold;
}

div[class*="cela-poznamka-ext-"], div#poznamka-popup {
    display: none;
}

div#poznamka-popup li.doplnujici-poznamka {
    padding-top: 10px;
}

div.odchozi-zprava {
        margin-top: 15px;
        font-size: 10px;
}

div#snippet--novaSMS {
    float: left;
    width: 600px;
}

div#snippet--nejcastejsiPrijemci {
    float: left;
    width: 250px;
    padding: 10px 10px 25px 10px;
    background-color: #f5f5f5;
}

div#snippet--nejcastejsiPrijemci ul {
    margin: 25px 0 0 -25px;
    list-style: none;
    cursor: pointer;
}

div#snippet--nejcastejsiPrijemci img {
    width: 25px;
}

div#pokladna-pohyby-forms {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

div#pokladna-pohyby-forms div.pokladna-pohyb {
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

div#pokladna-pohyby-forms div.pokladna-pohyb h3
{
    text-align: center;
}

div#pokladna-pohyby-forms #frm-novyVydajPokladnyForm-poznamka {
    background-image: url('/images/minus-icon.png');
    background-size: 80px 80px;
    background-repeat: no-repeat;
    background-position: center;
}

div#pokladna-pohyby-forms #frm-novyPrijemPokladnyForm-poznamka {
    background-image: url('/images/plus-icon.png');
    background-size: 150px 150px;
    background-repeat: no-repeat;
    background-position: center;
}

/* objekty */
div#poznamky-objektu div.objekt-poznamka {
    border-left: 5px solid #004A80;
    font-family: verdana;
    width: 100%;
    background-color: #ddd;
}

div#poznamky-objektu div.objekt-poznamka:nth-child(even)
{
    background-color: #F1F1F1;
}

div#poznamky-objektu div.objekt-poznamka:hover
{
    background-color: #9ed6ff;
}

div#poznamky-objektu div.objekt-poznamka-autor {
    float: left;
    padding: 10px;
    width: 300px;
}

div#poznamky-objektu div.objekt-poznamka-text {
    float: left;
    padding: 10px;
    width: auto;
}
/* objekty konec */

form {
        margin-left: auto;
        margin-right: auto;
        background-color: #9ed6ff;
        width: 500px;
        padding: 30px;
}

form td {
        padding-left: 10px;
}

form input[type="text"], form input[type="number"], form input[type="password"], form textarea {
        width: 280px;
}

form textarea {
    height: 300px;
}

form select {
        height: 30px;
        width: 280px;
}

select {
        color: black;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

fieldset {
        width: 415px;
}

div#letter {
    padding: 10px;
    background-color: silver;
}

div#letter table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

img.letak {
    max-width: 550px;
}

table.kalendar-letaku  {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

table.kalendar-letaku tr {
    background-color: #9ed6ff;
}

table.kalendar-letaku tr:nth-child(odd) {
    background-color: #9ed6ff;
}

table.kalendar-letaku tr:hover {
    background-color: white;
}

table.kalendar-letaku tr.active {
    background-color: #004a80;
    color: white;
}

table.kalendar-letaku th {
    background-color: #004a80;
    color: white;
    min-width: 75px;
    padding: 5px 10px;
}

form#newRecipientForm {
    width: 600px;
}

table#recipient-names {
    width: 400px;
}

table#recipient-names input, table#recipient-names select {
    width: 60px;
}

table#recipient-names input.jmeno, table#recipient-names input.prijmeni {
    width: 120px;
}

table.seznam-dokumentu {
    margin-top: 25px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

table.seznam-dokumentu tr {
    border-bottom: 1px solid silver;
    border-right: 1px dashed silver;
}

table.seznam-dokumentu tr.last {
    display: none;
    border-bottom: 3px solid black;
}

table.seznam-dokumentu tr.priorita {
    font-style: italic;
    font-weight: bold;
}

table.seznam-dokumentu tbody:hover {
    background-color: #e1e1e1;
}

table.seznam-dokumentu td {
    padding: 0 5px;
    height: 50px;
    border-left: 1px dashed silver;
}

table.seznam-dokumentu th {
    padding: 0 5px;
    border: 3px solid black;
    background-color: silver;
}

table.seznam-dokumentu td.nazev {
    font-weight: bold;
} 

table.seznam-dokumentu td.soubor {
    color: blue;
}

table#sw-graficke-znazorneni {
    width: 100%;
    table-layout: fixed;
    font-size: 12px;
}

table#sw-graficke-znazorneni td {
    border: 1px solid black;
    background-color: silver;
    padding: 5px;
}

table#sw-graficke-znazorneni a {
    text-decoration: none;
    color: black;
}

table[name^="ctu-"] {
    width: 100%;
    background-color: #d3f0b9;
}

table[name^="ctu-"] th, table[name^="ctu-"] td {
    width: 10%;
    border-right: 1px solid #bde678;
}

table[name^="ctu-"] tr {
    border-bottom: 1px solid #bde678;
}

/* portal prace */
div#detail-zadani {
    border-left: 5px solid #004A80;
    padding-left: 15px;
    width: 100%;
    min-height: 100px;
    font-family: verdana;
}

div#detail-zadani p.popis {
    font-size: 20px;
}

div#zadani-popis {
    border-left: 15px solid #004A80;
    background-color: #9ed6ff;
    padding: 25px;
}

div#zadani-popis p {
    font-size: 16px;
    font-family: verdana;
}

div#komentar-uzavreni {
    border-left: 15px solid #009900;
    background-color: #BDE678;
    padding: 25px;
    margin-top: 10px;   
}

div#komentar-uzavreni p {
    font-family: verdana;
    font-size: 16px;
}

div#zadani-komentare {
    margin-top: 25px;
}

div.zadani-komentar {
    margin-top: 5px;
    padding-left: 10px;
    border-left: 5px solid #004b7c;;
}

div.zadani-komentar:hover {
    background-color: silver;
}

span[name=zmenit-stav], .pointer {
    cursor: pointer;
}

/* portal prace - konec */

.width-50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.width-100 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* href styles */
.back {
    padding: 2px 0;    
    vertical-align: middle;
}

/* font styles */
.red:not(.full-reset) {
    color: red;
}

.green, .success {
    color: green;
}

.green-bg {
    background-color: #009500 !important;
}

.dark-blue-bg {
    background-color: #004a80 !important;
    color: white;
}

.active, .strong {
    font-weight: bold;
}

.inactive {
    cursor: not-allowed;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.small {
   font-size: 12px;
}

.big {
   font-size: 18px;
}

.bigger {
    font-size: 22px;
}

.italic {
    font-style: italic;
}

.notify {
    color: #ff7400;
}

.warning, .error {
    color: red;
}

.warning-background {
    background-color: #FFA500 !important;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 99% 0px;
    background-image: url(/images/warning.png);
}

.ltred-background {
    background-color: #ebb6be !important;
}

.ltgreen-background {
    background-color: #BDE678 !important;
}

.required label { 
    color: maroon; 
}

.padding-10 {
    padding: 10px;
}

.border-top {
    border-top: 1px solid silver;
}

.border-bottom {
    border-bottom: 1px solid silver;
}

