/* 
    Document   : gokTablesStyles
    Created on : 2013-02-01, 14:11:33
    Author     : niestroj
    Description:
        Purpose of the stylesheet follows.
*/

.gokStatement table {
   /*width: 822px;*/
   border-collapse: collapse;
   font-family: Arial;
   font-size: 10pt;
   border: 1px solid black;
   empty-cells: show;
}

.gokStatement thead {
   text-align: left;
}

.gokStatement th {
   padding: 5px;
}

.gokStatement td {
   text-align: center;
   padding: 2px;
   border-right: 1px solid black;
   vertical-align: top;
}

.gokStatement .textAlignLeft {
   text-align: left;
}

.gokStatement .textAlignRight {
   text-align: right;
}

.gokStatement .textAlignJustify {
   text-align: justify;
}

.gokStatement .topBorder {
   border-top: 1px solid black;
}

.gokStatement .leftBorder {
   border-left: 1px solid black;
}

.gokStatement .rightBorder {
   border-right: 1px solid black;
}

.gokStatement .bottomBorder {
   border-bottom: 1px solid black;
}

.gokStatement .noTopBorder {
   border-top: none;
}

.gokStatement .noRightBorder {
   border-right: none;
}

.gokStatement .noBottomBorder {
   border-bottom: none;
}

.gokStatement .tableSubmitDelete {
   text-decoration: none;
   font-size: 14px;
}

.print-mode .tableSubmitDelete {
   visibility: hidden !important;
}

.gokStatement .noSideBorders {
   border-top: none;
   border-right: none;
   border-bottom: none;
}

.gokStatement .secondaryTableHeader {
   text-align: center;
}

.gokStatement .silverBackground {
   background-color: silver;
   vertical-align: middle;
   padding: 10px 5px;
}

.gokStatement .lightSilverBackground {
   background-color: #DEDEDE;
}

.gokStatement hr {
   margin: 20px;
}

.gokStatement input:not([type="checkbox"]):not([type="radio"]), textarea {
   border: none;
   display: block;
   width: 100%;
   padding-right: 10%;
   height: 100%;
}

.gokStatement input {
   text-align: right;
}

.gokStatement input[type="submit"] {
   width: 14px;
   height: 20px;
   float: left;
   border: none;
   background: none;
   font-size: 16px;
}

.gokStatement input[type="text"] {
   float: left;
}

.gokStatement td {
   background: white;
}

.test-print .gokStatement td:not(.silverBackground):not(.lightSilverBackground) {
   background: transparent;
}

.print-mode .t5a tbody tr td:nth-child(4) {
   display: none !important;
}

.transparent {
   background: transparent;
}

.gokStatement .tableSubmitSave {
   color: #86b625;
}

.gokStatement table a {
   color: black;
}

.gokStatement sup {
   margin-left: 3px;
   font-size: 10px;
   top: -3px;
   position: relative;
}

.gokStatement .sup {
   margin-left: 3px;
   font-size: 10px;
   top: -3px;
   position: relative;
}

.gokStatement ol.supDescriptions li span.sup {
   min-width: 22px;
   display: inline-block;
   text-align: right;
   margin: 3px;
}

.gokStatement ol.supDescriptions li {
   text-indent: -29px;
   margin-left: 15px;
}

.gokStatement sub {
   margin-left: 3px;
   font-size: 10px;
   top: 3px;
   position: relative;
}

.gokStatement .ui-widget-header .ui-buttonset {
   display: inline;
}

.gokStatement .objasnienia li sup {
   margin-right: 3px;
}

.gokStatement .ie9 .hackIe9plus, .ie10 .hackIe9plus, .ie11 .hackIe9plus {
   width: 813px;
}

.gokStatement .imageTooltip {
   color: black;
   font-weight: bolder;
   padding-left: 5px;
   padding-right: 5px;
   font-size: 13px;
   background-color: green;
   border-radius: 10px;
   z-index: 20199;
}

.ub2type input {
   display: inline-block !important;
   width: auto !important;
   height: auto !important;
}

.ub2type label {
   display: inline !important;
   margin-left: 3px;
}

.ub2type sub {
   margin: 0;
}
