Document/* 
Document   : style
Created on : 31.1.2009, 22:27:48
Author     : kubajz
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    height: 100%;
    margin: 0;
    padding: 0;
}

em {font-weight: bold;}

img {
    border: 0;
}

table {
    border: 1px solid #111111;
    border-collapse: collapse;
}

thead tr th {
    position: sticky;
    top: -1px;
}

thead tr td {
    position: sticky;
    top: -1px;
}

thead tr {
    background-color: #009ee0;
    color: #ffffff;
}

tfoot tr {
    background-color: #009ee0;
    color: #ffffff;
}

td {
    vertical-align: top;
    font-size: 8pt;
    font-weight: bold;
}

table td:first-child {
    white-space: nowrap;
}

h1 {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
    text-indent: -10000px;
    background-color: #009ee0;
}

h1 a {
    display: block;
    width: 116px;
    height: 50px;
    margin-left: 20px;
    background: url('../images/ehamnet.png?20150608') no-repeat;
}

h2 {
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
    margin: 0;
}

a {
    color: #0000ff;
    text-decoration:none;
    cursor: hand;
    cursor: pointer
}

a:visited {
    color: #0000ff;
    cursor: hand;                                                                                                                                                                   
    cursor: pointer   
}

a:hover {
    text-decoration: underline;
    cursor: hand;                                                                                                                                                                   
    cursor: pointer   
}

a:active {
    color: #00ff00;
}

a.active {
    color: #00ff00;
}

.beige {
    background-color: #009ee0;
}

.content-text-centered {
    text-align: center;
}

.centered-box {
    margin-left: auto;
    margin-right: auto;
}

.bold {
    font-weight: bold;
}

.width-80p {
    width: 80%;
}

.width-100p {
    width: 100%;
}

.emphasized-box {
    border: 0;
    width:  75%;
    border-color: #ff0000;
    background-color: #ffffaa;
    margin-top: 10pt;
    margin-bottom: 10pt;
}

.bordered {
    border: 1px solid #111111;
}

.bordered th {
    border: 1px solid #111111;
}

.bordered td {
    border: 1px solid #111111;
}

.checker tr:nth-child(even) {
    background-color: #f5f5f5;
}

.borderless {
    border: 0;
}


.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

.layout-fixed {
    table-layout: fixed;
}

.collapsed {
    border-collapse: collapse;
}

.neaktivni_zakaznik {
    text-decoration: line-through;
}


div#fresnelcontainer {margin: 0; padding: 0; width: 400px; height: 250px; background: url('../images/fresnelka.png') no-repeat; position: relative;}
label#fresnel_l_label {position: absolute; left: 160px; top: 0px;}
label#fresnel_d_label {position: absolute; left: 45px; top: 130px}
label#fresnel_f_label {position: absolute; top: 160px}

#menu		{
    background-color: #009ee0;
    margin: 0;
    height: 30px;
    width: 100%;
    position: relative;
    color: #ffffff;
}

#CCwidget {
    margin: 5px 10px 0 5px;
    padding: 5px 10px 5px 10px;
    font-size: 10pt;
}

#CCwidget span {
    margin-right: 5px;
}

#menu input {
    margin: 5px 10px 0 5px;
    font-family: sans-serif;
    font-size: 10pt;
    float: right;
}

#menu div	{
    float: right;
    color: #ffffff;
}

#menu ul	{
    background-color: #009ee0;
    display: block;
    float: left;
    position: relative;
    list-style: none;
    height: auto;
    margin: 0px;
    padding: 0 0 0 30px;
}

#menu ul li	{
    list-style: none;
    line-height: 30px;
    float: left;
    margin: 0 10px 0 0;
    color: #ffffff;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 10pt;
    position: relative;
}

#menu ul li:hover	{
    xbackground-color: #ffffff;
    text-decoration: none;
}

#menu ul li a	{
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    font-size: 10pt;
    /* border: 1px solid #ff0000; */
}

#menu ul li a:hover	{	color: #ffffff;
                      background-color: #052256;
}

#menu ul li ul	{
    position:absolute;
    float: none;
    left: 0;
    top: 25px;
    overflow:visible;
    display:none;
    background-color: #009ee0;
    border: 1px solid #052256;
    z-index:10000;
    height: auto;
    padding: 5px;
    margin: 0 0 0 5px;

    /* pruhlednost */
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

#menu ul li ul li	{	font-size: 10pt;
                    display: block;
                    float: none;
                    line-height: 1.5em;
                    margin:0;
                    white-space: nowrap;
}

#menu ul li ul li ul	{
    display: block;
    visibility: visible;
    position: static;
}

#menu ul li ul li a	{
    font-size: 10pt;
    white-space: nowrap;
    display: inline;
    padding: 0;
    margin: 0;
}

#menu hr {
    height:1px;
    background-color: #052256;
    width: 100%;
    border: 0;
}

#searchtextbox {
    border: 1px solid  #052256;
    z-index:5000;
}

.postit {
    float: left;
    width: 351px;
    height: 255px;
    overflow: hidden;
    margin: 10px;
    background-repeat: no-repeat;
    background-image: url('../images/postit.png');
    text-align: right;
    position: relative;
}

.postit > div {
    position: absolute;
    margin: 45px 60px 35px 25px;
    text-align: left;
    left: 0;
    top: 0;
    width: 270px;
    height: 170px;
    font-family: "Purisa", "Comic Sans MS", "Comic Sans", cursive, sans-serif;
}

.postit > div > span {
    position: absolute;
    float: right;
    right: 0;
    top: 150px;
}

.postit > span {
    display: block;
    position: absolute;
    left: 280px;
    top: 10px;
}

.postit > span a {
    color: #aaa;
}

.postit > span a:hover {
    color: #f00;
}      

.postit_bottom {
    width: 100%;
    clear: both;
    font-size: 6pt;
}

#map {
    width: 100%;
    height: 100%;
}

#main_container {
    xheight: 100%;
    width: 100%;
    overflow: auto;
    clear: both;
    min-height: 400px;
}

a.smlouvaANO {
    color: #0a0;
}

a.smlouvaNE {
    color: #f00;
}

.block {
    display: block;
}

img.button {
    border: 0;
    margin: 1px;
    cursor: hand;
    cursor: pointer;
}

img.button:hover {
    margin: 0;
    border: 1px solid #00ff00;
}

#aisir {
    color: #aaa;
}

.hiddenIP {
    color: #aaa;
}

.hiddenIP a {
    color: #aaf;
}

a.blokacene {
    color: #0a0;
}

a.blokacečástečná {
    color: #ff8c00;
}

a.blokaceúplná {
    color: #f00;
}

#table_zakaznik tr td {
    padding: 3px;
    border: 1px solid;
}

#table_zakaznik tr td:first-child {
    min-width: 250px;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 300px;
}

caption {
    font-weight: bold;
    margin-top: 2em;
}

.ipaddress {
    text-align: right;
}

#dlgEditIP label {
    display: block;
}

#dlgEditIP {
    display:none;
}

#dlgEditKontakt label {
    display: block;
}

#dlgEditKontakt {
    display:none;
}

.sms {
    background-image: url('../images/sms.png');
    display: block;
    width: 16;
    height: 16;
}

.hidden {
    display:none;
    xvisibility: hidden;
}

.nowrap {
    white-space: nowrap;
}

.ajaxload {
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    min-width: 220px;
    min-height: 19px;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
}

#smluvni_ujednani {
    display: none;
}

#smluvni_ujednani_div {
    font-weight: normal;
    max-width: 100%;
    text-align: justify;
    min-height: 2em;
    background-color: #fff;
}

#zakaznikform {
    margin: 2em;
}

.ajaxloading-inline:after {
    content: "";
    display: block;
    background: url(../images/ajax-loader-ball.gif) no-repeat;
    width: 16px;
    height: 16px;
    float: right;
}

small {
    font-weight: lighter;
    font-size: smaller;
}

a.negative {
    color: #ff8c00;
}

a.positive {
    color: #0a0;
}

a.neutral {
    color: #aaa;
}


.highlight {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    color: #f00;
}

.ui-icon-color-red {
    -webkit-filter: hue-rotate(130deg);
    filter: hue-rotate(130deg);
}

.inline-block {
    display: inline-block;
    white-space: nowrap;
}

.pre {
    font-family: monospace;
    white-space: pre-wrap;
}

.thumbnail {
    display: inline-block;
    text-align: center;
    margin: 5px;
}

.thumbnail img {
    max-width: 100px;
    max-height: 75px;
    margin: 5px;
}

.thumbnail:hover {
    background-color: #eee;
}

.inactive_customer {
    text-decoration: line-through;
    color: #aaa;
    font-weight: lighter;
}

.dude_state {
    xxwidth: 100%;
    xxxheight: 100%;
    border: 1px dotted;
}

.dude_state div {
    margin-left: 5em;
}

.dude_state_up {
    background-color: #a6e22e;
}

.dude_state_partially_down {
    background-color: #eeb420;
}

.dude_state_unknown {
    background-color: #f5f5f5;
}

.dude_state_acked {
    background-color: #009ee0;
}

.dude_state_down {
    background-color: #f88;
}

.ui-autocomplete {z-index: 9999;}

.opravný.daňový.doklad {
    background-color: #fedddd;
    color: red;
}

.opravný.daňový.doklad a {
    color: red;
}

.faktura.dobropisovana {
    color: #aaa;    
}

.faktura.dobropisovana a {
    color: #aaa;    
}

.ui-state-not-active {
    opacity: .35;
    filter:Alpha(Opacity=35);
    background-image: none !important;
}

.mbits {
    text-align: right;
}

.mbits:after {
    content: " Mbit";
}

.limited-height {
    max-height: 25em;
}

.scrollable {
    overflow: scroll;
}

tbody > tr:hover {
    background-color: #dbf4ff;
}

.checker tr:nth-child(even):hover {
    background-color: #dbf4ff;
}

.currency {
    text-align: right;

}

.currency::after {
    content: " Kč";
}

.ui-tooltip {
    max-width: 800px;
}

#txtFakturyFilter {
    display: block;
    float: right;
}

.elipsa {
    max-width: 50em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    border: 0;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1; 
    -webkit-box-orient: vertical;
}

tr.ticket-status-new {
    color: #0a0;
}

tr.ticket-status-rejected, tr.ticket-status-resolved, tr.ticket-status-rejected, tr.ticket-status-invoice, tr.ticket-status-returned {
    color: #aaa;
}

tr.ticket-status-rejected a, tr.ticket-status-resolved a, tr.ticket-status-rejected a, tr.ticket-status-invoice a, tr.ticket-status-returned a {
    color: #aaf;
}