/* ONLY PRINT START -------------------------------------------------------------------------- */

@media print {
    button {
        display: none;
        background-color: #ea650d;
        border: 1px solid #ea650d;
        color: white;
        cursor: pointer;
        margin-top: 2px;
        padding-top: 5px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
}

/* ONLY PRINT END -------------------------------------------------------------------------- */

/* GENERAL START -------------------------------------------------------------------------- */
    body, td, a, tr, th, div, button {
        font-family: Calibri,Corbel,Verdana,sans-serif;
        font-size: 14px;
        color: #414141;
    }

    body {
        margin: 2px 0px 0px 0px;
        padding: 0px;
        overflow-y: scroll;
    }

    a:focus {
        outline: none;
    }

    /* CSS cellspacing */
    table {
        border-spacing: 0px;
        border-collapse: collapse;
    }

    /* CSS cellpadding */
    table th, table td {
        padding: 0px;
    }
    hr {
        border-width: 1px;
        border-color: #e5ded9;
    }

/* GENERAL END -------------------------------------------------------------------------- */

/* FORM START -------------------------------------------------------------------------- */

/* FORM ELEMENTS */

    input, select, textarea {
        font-family: Calibri,Corbel,Verdana,sans-serif;
        font-weight: normal;
        font-size: 12px;

        border: 1px solid #8c9b9d;
        height: 13px;
        padding: 2px;
        margin: 0px;

        scrollbar-track-color: #FFFFFF;
        scrollbar-face-color: #8C9B9D;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-3dlight-color: #FFFFFF;
        scrollbar-darkshadow-color: #FFFFFF;
        scrollbar-shadow-color: #FFFFFF;
        scrollbar-arrow-color: #FFFFFF;
    }

    fieldset {
        padding-left: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 1px solid #8C9B9D;
    }

    legend {
        font-weight: bold;
        margin-bottom: 5px;
        /*font-color: #0046D5;*/
    }

    input.edit {
        width: 100%;
        margin-right: 0px;
    }

    input.editcred {
        width: 100%;
        margin-right: 0px;
		border-radius: 4px;
    	font-size: 16px;
    	margin-right: 0;
    	min-height: 22px;
    	min-width: 160px;
    	padding-left: 6px;
    	width: 100%;
    }
    
    input.required {
        background-image: url( '../../img/layouts/eisis/editcorner.gif' );
        background-repeat: no-repeat;
        background-position: bottom right;
        width: 100%;
        margin-right: 0px;
    }

    input.readonly {
        background-color: #E6E6E6;
        width: 100%;
        margin-right: 0px;
    }

    input[disabled] {
        background: none;
    }

    textarea.edit {
        width: 100%;
        margin-right: 0px;
        height: 55px;
    }

    textarea.required {
        width: 100%;
        margin-right: 0px;
        height: 55px;
    }

    textarea.readonly {
        background-color: #E6E6E6;
        width: 100%;
        height: 55px;
    }

    select {
        width: 100%;
        height: 18px;
        padding: 0px;
        margin-top: 1px;
    }
    
    input[type="submit"] {
        height: 26px; 
    }

    input[type="submit"],
    button {
/*         font-weight: bold; */
/*         padding: 1px 8px; */
/*         color: white; */
/*         cursor: pointer; */
/*         border: 1px solid #ea650d; */
/*         background-color: #ea650d; */
/*         margin-right: 3px; */
/*         overflow: visible; hack na IE6,7 browsre, ktore pridavaju extra padding na buttony -> podobne to je pri <input type="button"/> */
/*         margin-top: 2px; */
/*         padding-top: 5px; */
/*         -webkit-border-radius: 4px; */
/*         -moz-border-radius: 4px; */
/*         border-radius: 4px; */

        /* background: linear-gradient(to bottom, #fe9254 1%, #ee7f00 4%, #fe9254 5%, #ea650d 75%) repeat scroll 0 0 rgba(0, 0, 0, 0); */
        background-color: #ea650d;
        border: 0 none;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        box-shadow: 0 1px 0 0 #999999;
        color: #fff;
        cursor: pointer;
        font-size: 15px;
        font-weight: normal;
        padding: 4px 8px 2px 8px;
        margin: 3px 3px 3px 0;
        position: relative;
        text-shadow: 0 -1px 0 rgb(150, 150, 150);
        white-space: nowrap;
    }
    
/*     button:hover, button:focus { */
/*         background-color: #ee7f00; */
/*     } */
    
/*     button:active { */
/*         background-color: #e64415; */
/*     } */
    
    button.dis {
        color: #e5ded9;
    }
    
    button.yellowBtn {
        height: 22px;
        width: 22px;
        padding: 0!important;
        padding-left: 0!important;
        padding-right: 0!important;
        padding-top: 0!important;
        padding-right: 0!important;
        margin-left: 2px;
    }
    
    button.upload {
        background: #ea650d url('../../img/nn/res_16/icon-upload.png') no-repeat 2px 5px!important;
        padding-left: 20px!important;
    }
    
    button.download {
        background: #ea650d url('../../img/nn/res_16/icon-download.png') no-repeat 2px 6px!important;
        padding-left: 20px!important;
    }
    
    button.register {
        background: #ea650d url('../../img/nn/res_16/icon-register.png') no-repeat 2px 6px!important;
        padding-left: 20px!important;
    }
    
    button.database {
        background: #ea650d url('../../img/nn/res_16/icon-database.png') no-repeat 2px 6px!important;
        padding-left: 20px!important;
    }
    
    button.calculator {
        background: #ea650d url('../../img/nn/res_16/icon-calculator.png') no-repeat 2px 6px!important;
        padding-left: 20px!important;
    }
    
    button.question {
        background: #ea650d url('../../img/nn/res_16/icon-question.png') no-repeat 2px 6px!important;
        padding-left: 20px!important;
    }
    
    button.cancel,
    button.delete {
        background: #ea650d url('../../img/nn/res_16/icon-delete.png') no-repeat 2px 6px!important;
        padding-left: 20px!important;
    }
    
    button.prev,
    button.back {
        background: #ea650d url('../../img/nn/res_16/icon-prev.png') no-repeat 2px 6px!important;
        padding-left: 20px!important;
    }
    
    button.up {
        background: #ea650d url('../../img/nn/res_16/icon-up.png') no-repeat 2px 6px!important;
    }
    
    button.down {
        background: #ea650d url('../../img/nn/res_16/icon-down.png') no-repeat 2px 6px!important;
    }
    
    button.next {
        background: #ea650d url('../../img/nn/res_16/icon-next.png') no-repeat 98% 6px!important;
        padding-right: 20px!important;
    }
    
    button.print {
        background: #ea650d url('../../img/nn/res_16/icon-print.png') no-repeat 2px 6px!important;
        padding-left: 20px!important;
    }
    
    button.ok,
    button.check {
        background: #ea650d url('../../img/nn/res_16/icon-authorization.png') no-repeat 2px 6px!important;
        padding-left: 20px!important;
    }
    
    button.work {
        background: #ea650d url('../../img/nn/res_16/icon-work.png') no-repeat 2px 6px!important;
        padding-left: 20px!important;
    }
    
    button.refresh {
        background: url("../../img/icons/refresh.png") no-repeat scroll 3px center #ea650d;
        height: 20px;
        margin-left: 4px;
        margin-right: 0px;
        padding: 0 5px 0 20px;
        width: 80px;
    }
    
    button.editDate {
        background-image: url( '../../img/popup/edit.gif' );
        background-position: 3px 0px;
        background-repeat: no-repeat;
        height: 17px;
        width: 20px;
        border: 0px solid white;
        background-color: white;
    }
    
    .popLink04 {
        background: url("../../img/nn/btns.png") no-repeat scroll right 0 transparent !important;
        border: 0 none;
        border-radius: 3px;
        box-shadow: 0 1px 0 0 #999999;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        font-weight: normal;
        height: 35px;
        margin-right: 0;
        padding: 0 40px 0 14px;
        position: relative;
        text-shadow: 0 -1px 0 rgb(150, 150, 150);
        white-space: nowrap;
    }

    .popLink04:hover, .popLink04:focus {
        background: url("../../img/nn/btns.png") no-repeat scroll right -36px transparent !important;
        border: 0 none;
        border-radius: 3px;
        color: #fff;
    }
    
    .popLink04:active {
        background: url("../../img/nn/btns.png") no-repeat scroll right -72px transparent !important;
        border: 0 none;
        border-radius: 3px;
        color: #fff;
    }

/*     button.cancel { */
/*         background-image: url( '../../img/layouts/eisis/button_cancel.gif' ); */
/*         background-position: 4px; */
/*         background-repeat: no-repeat; */
/*         padding-left: 22px; */
/*     } */

/*     button.ok { */
/*         background-image: url( '../../img/layouts/eisis/button_ok.gif' ); */
/*         background-position: 4px; */
/*         background-repeat: no-repeat; */
/*         padding-left: 22px; */
/*     } */

    /* NON FORM ELEMENTS */
    div.fieldLabel {
        font-weight: bold;
        margin-top: 5px;
    }

    td.field {
        padding-right: 5px;
    }

/* FORM END ---------------------------------------------------------------------------- */

/* FOLDER START ------------------------------------------------------------------------ */

    /* TABLE, TD, TH, TR */
    td.folders_header {
        white-space: nowrap;
    }

    td.folders_body {
        border: 0px;
        padding: 0px;
        background-color: white;
    }

    /* ANCHORS */
    a.folder_active, a.folder_active:hover, a.folder_passive, a.folder_passive:hover {
        float:left;        
        border: 1px solid #8C9B9D;
        border-top: 3px solid #ea650d;
        border-bottom: none;
        margin-right: 2px;
        padding: 3px 5px 3px 5px;
        background-color: white;
        color: black;
        font-weight: bold;
        white-space: nowrap;
        text-decoration: none;
        cursor: default;
        position: relative;
        top: 1px;
    }

    a.folder_active:hover {
        color: black;
        text-decoration: none;
    }

    a.folder_passive, a.folder_passive:hover {
        border-top: 1px solid #8C9B9D;
        padding-top: 4px;
        padding-bottom: 2px;
        margin-top: 1px;
        background-color: #F2F2ED;
        font-weight: normal;
        cursor: pointer;
    }

    a.folder_passive:hover {
        border-top: 3px solid #FAA150;
        padding-top: 2px;
    }

/* FOLDER END ------------------------------------------------------------------------ */

/* TABLE START ----------------------------------------------------------------------- */

    /* TABLE, TD, TH, TR */
    th.grid_header {
        background-color: #EDEAE0;
        border: 1px solid #D6D2CB;
        text-align: left;
    }

    table.grid {
        border-collapse: collapse;
    }

    td.grid_cell {
        border: 1px solid #D6D2CB;
        padding: 2px 5px 1px 5px;
        text-align: left;
    }

    td.grid_cell_id {
        border: 1px solid #D6D2CB;
        padding: 2px 5px 2px 5px;
        background-color: #EDEAE0;
    }

    /* ANCHORS */
    a.grid_sorter, a.grid_sorter_asc, a.grid_sorter_desc {
        color: black;
        text-decoration: none;
        font-weight: normal;
        width: 100%;
        height: 19px;
        padding: 3px 20px 0px 5px;
    }

    a.grid_sorter:hover, a.grid_sorter_asc:hover, a.grid_sorter_desc:hover {
        background-color: #FAF9F4;
        border-bottom: 2px solid #F9B119;
        color: black;
        text-decoration: none;
    }

    a.grid_sorter_asc {
        background: url( '../../img/layouts/eisis/grid_asc.gif' ) no-repeat;
        background-position: right top;
    }

    a.grid_sorter_desc {
        background: url( '../../img/layouts/eisis/grid_desc.gif' ) no-repeat;
        background-position: right top;
    }

/* TABLE END ----------------------------------------------------------------------- */

/* LAYOUT START ----------------------------------------------------------------------- */

    /* TABLE, TD, TH, TR  --------------------------------- */
    td.topGreyRow {
        height: 6px;
        background-color: #f1edeb;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    td.topWhiteRow {
        height: 2px;
        background-color: white;
        width: 100%;
        font-size: 0px;
    }

    td.topMenuClock {
        text-align: right;
    }

    td.controlPanelRight {
        text-align: right;
        padding-right: 2px;
        color: white;
        height: 20px;
        font-weight: bold;
    }

    td.controlPanelLeft {
        text-align: left;
        padding-left: 5px;
        color: white;
        height: 20px;
        font-weight: bold;
    }

    /* DIV  --------------------------------- */
    div.topMenu {
        background-color: #f1edeb;
        border: 1px solid #999;
        background-repeat: repeat-x;
        background-position: top;
        width: 100%;
        height: auto;
        padding: 3px 8px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        
    }
    
    div.footerRow {
        background-color: #f1edeb;
        border: 1px solid #999;
        width: 100%;
        height: auto;
        padding: 10px;
        margin-bottom: 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }

    div.controlPanel {
        background-color: #ea650d;
        min-height: 1.5em;
        width: 100%;
        color: white;
        border: 1px solid #999;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    #loginDiv{
        width: 1240px;
    }

    div.topMainRowNN {
        width: 100%;
        height: 60px;
        position: relative;
        font-size: 20px;
        width: 100%;
        background-image: url( '../../img/nn/logo_60_40.png' );
        background-repeat: no-repeat;
        background-position: 6px 12px;
        text-align: left;
        color: #000066;
        font-weight: bold;
        vertical-align: bottom;
        box-sizing: border-box;
        overflow: hidden;
    }
    
    div.topMainRowNN div.releaseType {
       float: left; 
       width: 50%;
       color: #5b9853;
       background-color: white; 
       margin-left: 92px; 
       height: 60px;
       line-height: 48px;
       font-size: 26px; 
       border-top: 4px solid #5b9853;
       border-left: 1px solid #5b9853;
       border-bottom: 4px solid #5b9853;
       border-right: 1px solid #5b9853;
       background-color: #eff8f6;
       text-align: center;
       overflow: hidden;
    }

    .service-navigation {
        position: absolute;
        right: 10px;
        top: 5px;
    }

    .service-navigation img {
        border: 1px solid #cac7c7;
    }

    .service-navigation2 {
        color: #666666;
        position: absolute;
        right: 10px;
        top: 23px;
    }

    .service-navigation3 {
       color: #666666;
        position: absolute;
        right: 10px;
        top: 40px;
    }

    .service-navigation3 a {
       color: #666666;
       text-decoration: none;
    }

    .service-navigation3 a:hover {
       text-decoration: underline;
    }

    .topMainRowNN .NNColorize {
        font-size: 20px;
    }

    .topMainRowNN .colorizeCustomSpan0 {
        font-size: 12px;
    }

    .topMainRowNN .colorizeCustomSpan1 {
        font-size: 26px;
    }

    .topMainRowNN .colorCustomSpanNameING {
        font-size: 26px;
    }

    div.topMainRow {
        height: 40px;
        font-size: 23px;
        width: 100%;
        background-image: url( '../../img/ing/logo110x30.gif' );
        background-repeat: no-repeat;
        background-position: left center;
        text-align: right;
        color: #000066;
        font-weight: bold;
        padding-top: 10px;
        vertical-align: bottom;
    }
    .topMainRow .NNColorize{
        font-size: 20px;
    }
    .topMainRow .colorizeCustomSpan0{
        font-size: 12px;
    }
    .topMainRow .colorizeCustomSpan1{
        font-size: 26px;
    }

    .topMainRow .colorCustomSpanNameING{
        font-size: 26px;
    }

    span.topMainVersion {
    	font-size: 1ex;
    }

    div.footer {
        text-align: center;
        background-color: #f1edeb;
        /* height: 16px; */
        color: #414141;
        padding-top: 2px;
        display: none;
    }

    div.menu {
        width: 170px;
        padding: 10px;
        margin: 0px;
    }
    
    div.menu-client {
        width: 180px;
    }
    
    div.menu-client div.tabWindowBody {
        padding: 2px 5px 10px 5px;
    }

    div.body {
        width: 98%;
        margin-left: 10px;
        vertical-align: top;
        padding: 5px 0px 10px 0px;
    }

    div.pageDetailTitle {
        background-image: url( '../../img/icons/detail.png' );
        font-size: 18px;
        color: #3D3D3D;
        font-weight: bold;
        background-position: right;
        background-repeat: no-repeat;
        height: 50px;
        padding-top: 15px;
        padding-right: 70px;
        padding-bottom: 10px;
        vertical-align: top;
    }

    div.pageListTitle {
        background-image: url( '../../img/icons/list.gif' );
        font-size: 18px;
        color: #3D3D3D;
        font-weight: bold;
        background-position: right;
        background-repeat: no-repeat;
        height: 50px;
        padding-top: 15px;
        padding-right: 70px;
        padding-bottom: 10px;
        vertical-align: top;
    }

    div.pageTitle {
        font-size: 18px;
        color: #3D3D3D;
        font-weight: bold;
        background-position: right;
        background-repeat: no-repeat;
        height: 20px;
        padding-top: 10px;
    }

    div.subFormTitle {
        font-size: 14px;
        color: #3D3D3D;
        font-weight: bold;
        padding-bottom: 5px;
    }

    div.messageWindowContent {
        height: 52px;
        width: 220px;
        padding-left: 10px;
        font-weight: bold;
        overflow: auto;
    }
    
    table.messageWindowContent {
    	padding-left: 10px;
        font-weight: bold;
    }

    div.messageWindowFooter {
        text-align: center;
        padding-top: 10px;
    }

    div.listLabel {
        font-weight: bold;
        margin-bottom: 3px;

    }
    #languageDiv{
        margin-top: 4px;
    }

    /* ANCHORS  --------------------------------- */
    a.topMenuItem {
        border-bottom: 1px solid white;
        border-right: 1px solid white;
        font-weight: bold;
        color: black;
        height: 24px;
        line-height: 24px;
        padding: 1px 8px;
        text-decoration: none;
        -webkit-box-shadow: 0 0 2px 0 rgb(65, 65, 65);
        -moz-box-shadow:    0 0 2px 0 rgb(65, 65, 65);
        box-shadow:         0 0 2px 0 rgb(65, 65, 65);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        
        cursor: pointer;
        white-space: nowrap;
    }

    a.topMenuItem:hover {
        color: black;
        text-decoration: underline;
    }

    a.topMenuActiveItem {
        background-color: #ea650d;
        border: 1px solid #f1edeb;
        font-weight: bold;
        color: white;
        height: 24px;
        line-height: 24px;
        padding: 1px 8px;
        text-decoration: none;
        cursor: pointer;
        text-shadow: 0 -1px 0 rgb(150, 150, 150);
        white-space: nowrap;
        -webkit-box-shadow: 0 0 2px 0 rgb(255, 102, 0);
        -moz-box-shadow: 0 0 2px 0 rgb(255, 102, 0);
        box-shadow: 0 0 2px 0 rgb(255, 102, 0);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    a.topMenuActiveItem:hover {
        text-decoration: none;
    }

    a.footerMenuItem {
        color: #999999;
        font-weight: normal;
        text-decoration: none;
        margin: 0px 0px 0px 5px;
        height: 15px;
    }

    a.footerMenuItem:hover {
        color: #DCE1E4;
        text-decoration: none;
    }

    a.controlPanel {
        color: white;
        text-decoration: underline;
    }

    a.controlPanel:hover {
        color: #FFE1CD;
    }

    /* SPANS --------------------------------- */
    span.footerMenuItemSpacer {
        /*font-size: 0px; Ve firefoxu ok, IE nezalamuje radky */
        height: 11px;
        width: 0px;
    /*border-left: 1px solid #CDCDCD;*/
        margin: 5px 8px 0px 0px;
    }

    span.menuItemSpacer { 
        /* height: 53px;
        width: 0px; */
    	/*border-left: 1px solid #A0A2A3;*/
    	/*border-right: 1px solid white;*/
        /* margin: 3px 8px 0px 0px; */
        font-size: 13px; /* Pomoci tohoto lze upravovat velikost mezery mezi seznamem aplikaci. */
    }

    span.clock {
        background-image: url( '../../img/layouts/eisis/clock.gif' );
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 13px;
        color: #5A5B54;
        height: 10px;
    }

    /* FORM ELEMENTS  --------------------------------- */
    select.language {
        width: 70px;
        background-color: white;
    }

    button.controlPanel {
        height: 18px;
        background-color: #C14500;
        border: 0px solid white;
        margin-left: 2px;
        padding: 0px 2px 0px 2px;
        color: white;
        margin-top: 2px;
        cursor: pointer;
        font-weight: normal;
    }

    input.button {
    	height: auto;
    }

    tr.togglePanel {
		background-color: #a4ccea;
    }

    #mainLayout {
        background-clip: content-box;
        width: 1240px;
        height: 100%;
        padding: 0px 10px;
        margin: auto;
        -webkit-box-shadow: 0px 10px 20px 0px rgb(65, 65, 65);
        -moz-box-shadow:    0px 10px 20px 0px rgb(65, 65, 65);
        box-shadow:         0px 10px 20px 0px rgb(65, 65, 65);
    }
    
    table tr.content {
        height: 500px;
    }

/* LAYOUT END ----------------------------------------------------------------------- */
