﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #FFF;
    font-size: .80em;
    font-family: "Segoe UI", Arial, Verdana, "Helvetica Neue", "Lucida Grande", Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000;
}

a:link, a:visited {
    color: #005882;
}

.header a:link, .header a:visited {
    /*color: #FFF;*/
}

a:hover {
    /*  color: #1d60ff;*/
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
    text-transform: none;
    font-weight: 100;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px; 
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 100%;
    background-color: #fff;
}

.header {
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #22619C;
    /*background: #6394B7 url("../img/logo.png") 22px 20px no-repeat;*/
    background: #D3E9FE url("https://mpo-enex.cz/img/bck_header.png") 10px 10px no-repeat;
    z-index: 1500;
}

.main {
    padding: 0px 12px;
    margin: 112px 8px 8px 8px;
    min-height: 420px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 130px; 
    width: 100%;
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #000;
    padding: 5px; 
    background-color: #EFEFEF;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #000;
    padding: 5px;
    background-color: #EFEFEF;
}

input.passwordEntry:hover {
    border: 1px solid #25A0DA;   
}

input.textEntry:hover {
    border: 1px solid #25A0DA;   
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    padding-top: 5px;  
    /*display: block;
    float: left;
    text-align: left;
    background: url("/img/logo.png") top left no-repeat;
    padding: 0 0px 0px 0px;
    width: 100%;
    margin-left: 10px;*/
}

    .title h1 {
        padding-left: 280px;
        color: #6394B7;
    }

.loginDisplay {
    position: absolute;
    right: 0px;
    top: 0px;    
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #FFF;
}

.loginDisplay a:link, .loginDisplay a:visited, .loginDisplay a:hover {
    color: #FFF;
}


.failureNotification h2, .failureNotification {
    font-size: 0.9em;
    color: Red;
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.buttonDis {
    background-color: #EFEFEF;
    padding: 6px;
    border: 1px solid #bfbfbf; 
}

.submitButton {
    text-align: left;
    padding-left: 5px;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

table {
    margin-top: 3px;
    margin-bottom: 2px;
}

div.header table td {
    padding: 0px;
}

table td {
    padding: 4px;
}
table.tblform td.tdLight {
    background-color: #f7e1e1;
}



table.tblForm {
    background-color: #EFEFEF;
    border-spacing: 1px;
    border-collapse: separate; 
    border: 1px solid #C1C1C1; 
}

table.tblForm td {
    font-weight: normal;
    /*background-color: #FFF;*/
    /*border: 1px solid red;*/
}

table.tblZAprint {
    display: none;
}

    table.tblForm tr td input, .button, select, table.tblForm tr td .txt, table.tblSeznam tr td input, .txt {
        background-repeat: repeat-x;
        background-attachment: scroll;
        background-position: left top;
        background-clip: border-box;
        background-origin: padding-box;
        background-size: auto auto;
        border-image-source: none;
        border-image-slice: 100% 100% 100% 100%;
        border-image-width: 1 1 1 1;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
        border: 1px solid #728faa;
        padding: 5px;
        font-family: "Segoe UI";
        font-size: 1.0em;
    }

table.tblSeznam {
    margin-top: 2px; 
}

table.tblSeznam .tdHeaderTbl{
    padding: 8px; 
    background-color: #EFEFEF;
}

table.tblSeznam tr td input {
    font-size: 13px;
    padding-right: 6px;
    padding-left: 6px;
    border: none;
}

table.tblSeznam tr td .txt {
    border: 1px solid #000;
}
table.tblForm tr td .txt:hover, .ddl:hover, .txt:hover {
    border: 1px solid #25A0DA;
}

table.tblForm tr td .button, .button, table.tblSeznam tr td .button, div.RadUpload .ruBrowse, .disButton {
    background-color: #0099cc;
    background-image: none;
    color: #FFFFFF;
    font-size: 13px;
    padding: 6px;
    padding: 6px;
    border: none;
    margin-top: 0px;
}

.btsearch {
    font-size: 16px;    
    padding-top: 9px;
    padding-bottom: 9px;
}

table.tblForm tr td .button, table.tblForm tr td .disButton 
{
    font-size: 16px;
    width: 70%;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 20px;
    font-weight: bolder;
}

table.tblForm tr td .disButton, .disButton, table.tblFormHla, table.tblFormHla tr td .disButton, table.tblSeznam tr td .disButton {
    background-color: #EFEFEF;
    background-image: none;
    color: #000;
    /*font-size: 16px;*/
    /*padding-top: 9px;*/
    /*padding-bottom: 9px;  
  width: 70%; 
  border: 1px solid #CDCDCD;*/
}

.tblSeznam td, .tblSeznam th {
    border-top:  1px solid #EFEFEF;
    padding: 4px;
}

.tblVystup td {
    padding: 10px;
}

.tblSeznam th {
    background-color: #4b859e;
    padding: 4px;
    color: #FFF;
}

.tblSeznam th a {
    color: #000;
}


.tblSeznamAlter td {
    //*background-color: #f4f4f4;*//
}


.tdPadding {
    padding: 4px;
}

table.tblDetail {
    border-collapse: collapse;
    border: solid 1px #ccc;
    margin-top: 3px;
    margin-bottom: 2px;
}

    table.tblDetail td {
        border-collapse: collapse;
        border: solid 1px #000;
        padding: 3px;
    }

td.zv {
    background-color: #efefef;
}

div.center {
    margin: 0 auto;
}

.hlaseni {
    display: block;
    margin: 5px 0px 5px 0px;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    color: #000;
    border: solid 1px #000;
    background-color: #98CCFE;
    width: 300px;
    text-align: center;
    margin: 0 auto;
    font-size: 1em;
}

.reserr {
    display: block;
    text-align: center;  
    color: #FFF;
    font-size: 1.6em;
    white-space: nowrap;
    background-color: orangered; 
    border: 1px solid orangered; 
    padding: 3px; 
}

.resok {
    display: block;
    text-align: center;  
    color: #FFF;
    font-size: 1.6em;
    white-space: nowrap;
    border: 1px solid forestgreen; 
    background-color: forestgreen; 
    padding: 3px; 
}

td.center {
    text-align: center;
}

ol li {
    padding: 2px 0px 2px 0px;
}

#hlaska {
    position: absolute;
    background-color: #A3CA7E;
    border: solid 1px #3A7304;
    font-size: 1.2em;
    z-index: 210000;
    text-align: center;
    font-weight: bold;
    clear: both;
    width: 450px;
    height: 200px;  
    border-radius:6px;
}

.vertical {
  writing-mode: vertical-rl;
  width: 60px;
  height: 140px;  
  font-weight: bold; 
  line-height: 15px;
  margin: 0px; 
}

.sumFont {
  font-size: 12px;
  color:#1B69A0;
}
