/* v2 STYLES */

.inlineblock { display: inline-block;}
xxxbutton { border: none; background: none; }
input.biginput { font-size: 16px; border: 1px solid gray; padding: 5px; font-weight: bold;}

.sekce_top { }
.sekce_top_item { border: 1px solid gray; padding: 10px; display: inline-block; font-weight: bold; text-transform: uppercase; border-top-right-radius: 5px; border-top-left-radius: 5px; margin-right: 5px; box-shadow: #C0C0C0 5px 5px 5px; border-bottom: none; color: black;}
.sekce { text-align: left; border: 3px solid gray; box-shadow: #C0C0C0 5px 5px 5px; min-width: 800px; min-height: 250px; display: inline-block; background-color: #F0F0F0; padding: 10px;}
.sekce H1 { margin: 0; margin-bottom: 10px;}

.sekce_2 { width: 600px; }
.sekce_2_item { width: 400px; padding: 15px; font-size: 16px; display: block; font-weight: bold; border-radius: 5px; margin-right: 10px; box-shadow: #C0C0C0 5px 5px 5px; color: black; margin-bottom: 10px; color: black; }
.sekce_2_item_short { display: inline-block; float: left;}
.sekce_2_item_count { padding: 15px; font-size: 16px; display: inline-block; font-weight: bold; border-radius: 5px; margin-right: 5px; box-shadow: #C0C0C0 5px 5px 5px; color: black; margin-bottom: 10px; color: black; }
.sekce_2_item:hover {color: white; box-shadow: gray 5px 5px 5px; }
A.sekce_2_item_link {text-decoration: none; }


table.list { border: 0; font-family: monospace; font-size: 16px;}
table.list tr:hover { background-color: white; border: 2px solid black;}
table.list tr:hover td { border-bottom: 1px solid black;}
table.list th { border-bottom: 1px dotted gray; padding-right: 10px; text-align: left; vertical-align: bottom;}
table.list td { border-bottom: 1px dotted gray; padding-right: 10px; text-align: left; vertical-align: top; font-size: 14px;}

.small_button { border-radius: 10px; box-shadow: #C0C0C0 5px 5px 5px; text-decoration: none; padding-left: 5px; padding-right: 5px; color: black;}
.small_button:hover {color: white; box-shadow: gray 5px 5px 5px; }
.small_button.red { background-color: red; }
.small_button.yellow { background-color: yellow; }
.small_button.green { background-color: greenyellow; }

.datum1 { font-color: green; font-weight: bold;}
.bigcheckbox1 { width: 35px; height: 35px; }
.bigselect1 { height: 35px; font-size: 20px; font-weight: bold;}
.bigbutton1.green { height: 35px; font-size: 20px; font-weight: bold; color: white; background-color: green;}
.bigbutton1.orange { height: 35px; font-size: 20px; font-weight: bold; color: white; background-color: orange;}
.bigbutton1.red { height: 35px; font-size: 20px; font-weight: bold; color: white; background-color: red;}
.bigbutton1.alza { height: 35px; font-size: 20px; font-weight: bold; color: black; background-color: chartreuse;}

.infoblok0 { width: 360px; min-height: 400px; border: 1px solid gray; margin: 15px; padding: 10px; background-color: white; float: left;}
.infoblok0 A { text-decoration: none; color: blue;}
.infoblok1 { float: right; display: block; width: 310px; border: 1px solid gray; margin: 15px; padding: 10px; padding-top: 0; padding-bottom: 0; background-color: white;}
.infoblok2 { width: 300px; min-height: 400px; border: 1px solid gray; margin: 15px; padding: 10px; background-color: white; float: left;}
.infoblok2 A { text-decoration: none; color: blue;}
.infoblok2 H3 { margin-top: 0; }
.infoblok3 { width: 800px; min-height: 400px; border: 1px solid gray; margin: 15px; padding: 10px; background-color: white; float: left;}
.infoblok3 A { text-decoration: none; color: blue;}
.infoblok3 H3 { margin-top: 0; }