/*	<style type="text/css"> <!-- prepis dlzky pre teplo   -->	*/

#header, #resulter {
	width: 927px; /*854px;*/
}
div.mainContentNavi {
    left: 781px; /*708px;*/
}


div#hlavicka {
    max-width: 943px; /*870px;620px;*/
}
div.form_div {
	max-width : 927px; /*854px;600px;*/
}


div.hidden {
	left: 150px;
}

/*
table input[type=number] {
	width: 100%;
}
*/
input.dims {
	width:98%;
}


input.svg_coord {
	width:60px;
}
input.svg_length {
	width:80px;
}
input.coord_3D {
	width:59px; /* kvoli firefoz */
}
input.rel_rot_3D {
	width: 39px;
}

table.tbl_plocha thead, table.tbl_otvory thead {
    background-color: darkslategrey;
}
table.tbl_plocha tfoot, table.tbl_otvory tfoot {
    background-color: darkslategrey;
}
/* table.tbl_plocha tr.obdlznik,	*/
table.tbl_plocha tr.uholnik,
table.tbl_plocha tr.trojuholnik,
table.tbl_plocha tr.stitnik,
table.tbl_plocha tr.stituholnik,
table.tbl_plocha tr.polygon {
	display: none
}
table.tbl_otvory tr.obdlznik,
table.tbl_otvory tr.uholnik,
table.tbl_otvory tr.trojuholnik,
table.tbl_otvory tr.stitnik,
table.tbl_otvory tr.stituholnik,
table.tbl_otvory tr.polygon {
	display: none
}


/* vlastne CSS pre teplo */

fieldset, div.asfieldset {
    /* border-radius: 8px; */
    padding: 2px 2px 2px 5px;
}

span.fragment {
}
span.supis {
    padding-left: 20px;
    background-color: lightgrey;
}

.warn3D {
	background-color: red;
}


div#editor_GBXML {
	left: initial;
	right: 10px; 
	width: 600px;
	height: 650px;	/*732px;*/
}

div#divPopUp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px;
    height: 450px;	/*732px;*/
    border: 2px solid blue;
    background-color: aliceblue;
    z-index:125;
}

div#editor_3D {
	left: initial;
	right: 10px; 
	width: 600px;
	height: 650px;	/*732px;*/
}
div#aktivita_panelov_3D {
	display: none;
    position: absolute;
    top: 60px;
    width: 200px;
    background-color: #FFD532;
    border: 6px solid #FFD532;
}

.tblMarked {
	outline: 2px solid red;
}

table.husto {
}
table.husto td input[type=tel], table.husto th input[type=tel] {
	font-size: 10px;
	padding: 0;
	border: 0;
	width: 34px;
}

option.obal {
	background-color: #FFD532;
}
option.osolar {
	background-color: #FFD532;
}

table#ph_CENY, table#ph_CENOVKA {
	 color:black;
	 background-color:white;
}
table#ph_CENY input, table#ph_CENOVKA input {
	font-size: 12px;
	width: 40px;
	font-weight: bold;
    color: black;
}
table#ph_CENY input[type=tel], table#ph_CENOVKA input[type=tel] {
	width: 46px;
}

/*	</style>	*/

div.overselholder {
    position: relative;
    display: inline-block;
}
span.overselnext {
    cursor: pointer;
    background-color: yellow;
}
span.overselnext:hover ~ .overselect {
    display: block;
}
div.overselect:hover {
    display: block;
}
div.overselect {
    position: absolute;
    z-index: 1;
    display: none;
    padding: 2px;
    border: 1px solid;
    top: 12px;
}


#cenotvorba_nosic_table input:disabled {
	color: black;
    font-weight: bold;
}


#section_tabber {
    position: absolute;
    left: 759px;
    width: 150px;
    height: 515px;
    top: -56px;
    float: right;
    font-size: 14px;
    padding: 2px 0 2px 2px;
}

#section_tabber div {
    /* height: 20px; */
    cursor: pointer;
    background: #eee;
    padding: 8px;
    border: 1px solid #ccc;
    margin-left: -1px;
}

#section_tabber div.checked {
    background: white;
    border-bottom: 1px solid white;
    z-index: 2;
}

#section_displayer {
    width: 120px;
    height: 644px;
    position: sticky;
    top: 0px;
    float: right;
    font-size: 11px;
    padding-left: 2px;
}
#section_displayer.closed {
    width: 20px;
    height: 20px;
    overflow: hidden;
}
#section_displayer ul  {
    margin: 0;
    padding-left: 7px;
    list-style-type: none;
}
#section_displayer li.asWrap {
    background-color: aquamarine;
    color: black;
}

.sectionwrap {
    height: 4px;
    overflow: hidden;
    background-color: aquamarine;
    border: 1px solid green;
}

input[type=button].staver {
    cursor:pointer;
}

input[type=button].stavOFF {
    background-color: black;
    color: white;
}

div.inStavOFF .accStav {
    display: none;
}

tr.lh7 {
    line-height: 7px;
}