* {margin: 0px; padding: 0 0px;} 
* 
html{
  height: 100%;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    .printable
    {
        display: inline-block !important;
    }
  pre, blockquote, div {page-break-inside: avoid;}
}

@font-face {
  font-family: formoid;
  src:url('formoid.eot');
  src:url('formoid.eot?#iefix') format('embedded-opentype'),
  url('formoid.ttf') format('truetype'),
  url('formoid.woff') format('woff'),
  url('formoid.svg#formoid') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('/surface/Assets/css/fonts/all/normal/segoeui.eot');
    src: url('/surface/Assets/css/fonts/all/normal/segoeui.eot?#iefix') format('embedded-opentype'),
         url('/surface/Assets/css/fonts/all/normal/segoeui.woff') format('woff'),
         url('/surface/Assets/css/fonts/all/normal/segoeui.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Semibold';
    src: url('/surface/Assets/css/fonts/all/semibold/seguisb.eot');
    src: url('/surface/Assets/css/fonts/all/semibold/seguisb.eot?#iefix') format('embedded-opentype'),
         url('/surface/Assets/css/fonts/all/semibold/seguisb.woff') format('woff'),
         url('/surface/Assets/css/fonts/all/semibold/seguisb.svg#SegoeUISemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

 @font-face {
    font-family: 'Segoe UI Bold';
    src: url('/surface/Assets/css/fonts/all/bold/segoeuib.eot');
    src: url('/surface/Assets/css/fonts/all/bold/segoeuib.eot?#iefix') format('eot'), /* Wrong format will tell IE9+ to ignore and use WOFF instead. MSHAR-2822 */
         url('/surface/Assets/css/fonts/all/bold/segoeuib.woff') format('woff'),
         url('/surface/Assets/css/fonts/all/bold/segoeuib.svg#SegoeUIBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Light';
    src: url('/surface/Assets/css/fonts/all/light/segoeuil.eot');
    src: url('/surface/Assets/css/fonts/all/light/segoeuil.eot?#iefix') format('embedded-opentype'),
         url('/surface/Assets/css/fonts/all/light/segoeuil.woff') format('woff'),
         url('/surface/Assets/css/fonts/all/light/segoeuil.svg#SegoeUILight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
  margin: 0px; padding: 0 0px;
  width:100%;
  min-width:100%;
  min-height:500px;
  height:100%;
  text-align: left; 
  font-size: 1em;
  line-height: 1.231;
  background-color:#FFFFFF;
  font-size:14px;
  font-family:Segoe UI,Arial,Helvetica,sans-serif;
  color:#34495E;
}

table {
table-layout: auto;
width: 100%;
}

input[type=text], select, textarea{

  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  resize: vertical;
}


select {
  font: 400 14px/1.3 Segoe UI Semibold,Arial;
  color: var #ccc;
  border: 1px solid #ccc;
  line-height: 1;
  outline: 0;
  border-radius: 2px;
  background-color: white;
}

 option {
   line-height:200px;
    padding:5px
}

b {
font: 400 14px/1.3 Segoe UI Semibold;
}
a, a:visited, a:active{
  color:#F0F0F0;
  text-decoration:none;
}

a:hover {
  color:#FFF;
  text-decoration:underline;
}
p a, p a:active, p a:visited, p a:hover{
  color:#555;
  text-decoration:none;
  font-weight:bold;
  margin:8px 8px;
}

#logged{
  background-color:#34495E;
  color:#FFFFFF;
  display:inline-block;
  width:100%;
  min-width:100%;
  min-height:60px;
}

#logged div {
  padding:20px 20px 20px 20px;
  height:20px;
  background-color:#A5A5A5;
  height: 20px;
  font-size: 16px;
}


#hornimenu{ 
  background-color:#34495E;
  color:#FFFFFF;
  display:inline-block;
  width:100%;
  min-width:100%;
  min-height:60px;
  margin-bottom:20px;
}


#hornimenu div {
  background-color:#34495E;
  padding:20px 20px 20px 20px;
  height:20px;
  height: 20px;
  font-size: 16px;
}

#hornimenu div select,input{
  width:150px;
}

#hlavni{
  margin:10px 20px 10px 20px;
}

#infos{
  display:none;
  position: fixed;
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
  top: 50%;
  right: 0px;
  background: #34495E;
  text-align:center;
  padding-right:20px;
  padding-left:20px;
  padding-top:30px;
  padding-bottom:30px;
  opacity:0.7;
  color:white;
  font-weight:normal;
}

#login{
  width:100%;
  height:100%;
  padding-top:60px;
}

#chyba{
  margin-top:30px;
  width:100%;
  text-align:center;
  color:#AA0000;
}

#primary_nav_wrap
{
height:20px;
margin:-20px;
z-index:100;
}

#primary_nav_wrap ul
{
	list-style:none;
  z-index:100;
}

#primary_nav_wrap ul a
{
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	font-weight:700;
	font-size:14px;
	padding:20px 20px 23px 20px;
  z-index:100;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
  z-index:100;
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#A5A5A5;
}

#celemenu li:hover
{
	background:#34495E
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#A5A5A5;
	padding:0;
  z-index:100;
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:250px;
  z-index:150;
}

#primary_nav_wrap ul ul a
{
	line-height:100%;
	padding:13px 20px
}

#primary_nav_wrap ul ul a:before
{
    content:'\25CB';
    padding-right:5px;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}
#celemenu{
    display:none;
}


#celemenu li:hover > ul
{
	display:block
}

.zavrene a:before { 
    content:'\25BC';padding-right:5px;
}
.otevrene a:before { 
    content:'\25B2';padding-right:5px;
}

.noback{
    background-color: white;
    width: 1%;
    white-space: nowrap;
    text-align:right;
}

#footer{
  width:100%;
  height:30px;
  background:#34495E;
  color:#dddddd;
  position:fixed;
  bottom:0;
  display:inline-block;
  font-size:10px;
  border-top: 1px solid #aaa;
  opacity:.8;
}

#footer div {   
  vertical-align:middle;
  margin:5px;
  text-align:right;
}

#footer span {
  vertical-align:middle; 
  margin:9px 3px;
  text-align:left;
  float:left;
}
#footer input {
  width:20px;
  background:#fff;
}
  
#footer a, #footer a:visited {
  color:#ddd;
  text-decoration:none;
}

#footer a:hover {
  color:#f4f4f2;
}

.vpravo{
  float:right;
  text-align:right;
}

.vlevo{
  float:left;
  text-align:left;
}

.clear{
  clear: both;
}


.odkazy {
  float:right;
  text-align:right;
  color:#330000;
  width:200px;
  font-size: 16px;
  font-weight:bold;
}

.neaktivni {
 text-decoration: line-through;
 color:#ff0000;
}

.vystup{
  width:100%;
  border-collapse: collapse;
}

.vystup td, .vystup th{
  min-width:100px;
  border: 2px solid white;
  padding:4px;
  vertical-align:top;

}

.vystup td a, .vystup td a:visited, .vystup td a:active, .vystup a:hover{
  color:#000;
  text-decoration:none;
}

.hlavicka{
  background-color:#34495E;
  color:#FFFFFF;
}
.hlavicka td a, .hlavicka td a:visited, .hlavicka td a:active,.hlavicka th a, .hlavicka th a:visited, .hlavicka th a:active, .hlavicka a:hover{
  color:#FFFFFF;
}

.licha{
  background-color:#F6F9F6;
  color:#000;
}

.suda{
  background-color:#E3E6E3;
  color:#000;
}

.licha2{
  background-color:#fffbee;
  color:#000;
  
}
.soub{
    min-height:100px;
}

.suda2{
  background-color:#FCF3D3;
  color:#000;
}

.zmenena{
  background-color:#FFDDDD;
  color:#000;
}

.bila{
  background-color:#FFFFFF;
  color:#000;
}

.zelena{
  background-color:#DDFFDD;
  color:#000;
}

.spacer {
  height:120px;
}

.for{
  font-size:16px;
}

.neaktivni td a,.neaktivni td a:visited,.neaktivni td a:active,.neaktivni td a:hover{
  color:#CC0000;
  text-decoration:line-through;
}

.status{
  width:5px;
  max-width:5px;
  padding:0px 0px 0px 0px;  
}

.prirazeno{
  width:5px;
  max-width:5px;
  background:#4F4;
  font-size:12px;
  padding:0px 0px 0px 0px;
}

.neprirazeno{
  width:5px;
  max-width:5px;
  background:#44F;
  font-size:12px;
  padding:0px 0px 0px 0px;  
}

.mini{
  width:25px;
  max-width: 25px;
}

.uzky{
  width:70px;
  max-width: 70px;
}

.copy{
  cursor: copy;
  color:#04095E;
}

.stredni{
  width:120px;
  max-width: 120px;
}

.siroky{
  width:240px;
  max-width: 240px;
}

.overlay {
  z-index:101;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Segoe UI, Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.nadpis{
    margin-top:60px;
    color:#3495E;
    font-size:70px;
    width:100%;
    text-align:center;
    font-family: Verdana;
    font-weight:bold;
    }
    
.verze{
    margin-top:20px;
    color:#333;
    font-size:9px;
    width:100%;
    text-align:center;
    font-family: Verdana;
    font-weight:bold;
}

.podnadpis{
    margin-top:10px;
    color:#333;
    font-size:24px;
    width:100%;
    text-align:center;
    font-family: Verdana;
    font-weight:bold;
}

.oddelit{
    margin-bottom:30px;
    padding:10px;
}



#drop_file_zone {
float:right;
    background-color: #CEC; 
    border: #999 5px dashed;
    width: 160px; 
    height: 20px;
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
}    

#drag_upload_file p {
    text-align: center;
}                                                                                             

.navx {
margin-top:20px;
margin-bottom:20px;
display:block;
font-weight :bold;
 text-align: center;
}

.navx a{
color:gray;
font-weight :bold;
}

.navx a.active{
color:red;
font-weight :bold;
}