/* Eric Meyer's CSS Reset */

/* HTML5 display-role reset for older browsers */




/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	background-color: #EFEFEF;
}
.wrapper {
	width: 1500px;
	margin: 0 auto;
        position:relative;
        top:20px;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
    float: left;
    height: 100px;
    width: 1400px;
    background: #EFEFEF;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
        
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 180px 0 0;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 160px;
	margin-left: -160px;
	position: relative;
	background: #EFEFEF; 
        //background: black; 
        height: 230px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 20px;
	background:#EFEFEF;
        color: #000000;
    font-family: helvetica;
    font-style: normal;
    font-size: 10px;
    line-height: 15px;
    text-align: center;       
}
.logo1
{
  font-family: georgia, serif;
color: #EFEFEF;
background-color: #000000;
font-size: 40px;
letter-spacing: 2pt;
word-spacing: 0pt;
line-height: 1;
  left: 33px;


}
.logo2
{
font-family: courier, 'courier new', monospace;
color: #EFEFEF;
background-color: #405299;
font-size: 40px;
letter-spacing: 2pt;
word-spacing: 0pt;
line-height: 1;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.logo3
{
    position: relative;
  left: 150px;
}
.headerp {
  color: #000000;
  margin: 2px;
  font-family: verdana;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  font-variant: normal;
  line-height: 19px;
  text-align: left;
  text-decoration: none;
  text-indent: 15px;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-transform: none;
  position: relative;
  left: 90px;
}
.maintext 
{
  color: #000000;
  font-family: helvetica;
  font-style: normal;
  font-size: 13px;
  line-height: 15px;
  text-align: justify;
}
:root .css3-metro-dropdown option,
:root .css3-metro-dropdown:after,
:root .css3-metro-dropdown::after,
:root .css3-metro-dropdown select
{
    color: #fff;
}
 
:root .css3-metro-dropdown select,
:root .css3-metro-dropdown:after,
:root .css3-metro-dropdown::after
{
    display: block;
    background:#6D6E71;
}
 
:root .css3-metro-dropdown select,
:root .css3-metro-dropdown option
{
    padding: 8px;
}
 
:root .css3-metro-dropdown
{
    position: relative;
    display: inline-block;
    border: 0;
}
 
:root .css3-metro-dropdown::after
{
    content: "\25bc";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 32px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
     
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
 
:root .css3-metro-dropdown select
{
   height: 34px;
   border: 0;
   vertical-align: middle;
   font: normal 12px/14px "Segoe UI", Arial, Helvetica, Sans-serif;
   outline: 0 none;
}
 
:root .css3-metro-dropdown option
{
    background: #fff;
    color: #333;
}
 


 
input[type=range] {
  -webkit-appearance: none;
  width: 90%;
  margin: 8px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6.6px;
  cursor: pointer;
  box-shadow: 1.5px 1.5px 1px #000000, 0px 0px 1.5px #0d0d0d;
  background: #eeeeff;
  border-radius: 4.8px;
  border: 0.7px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0.4px 0.4px 3.7px #670000, 0px 0px 0.4px #810000;
  border: 0.5px solid #159058;
  height: 24px;
  width: 10px;
  border-radius: 2px;
  background: rgba(42, 67, 95, 0.93);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9.4px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #eeeeff;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 6.6px;
  cursor: pointer;
  box-shadow: 1.5px 1.5px 1px #000000, 0px 0px 1.5px #0d0d0d;
  background: #eeeeff;
  border-radius: 4.8px;
  border: 0.7px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0.4px 0.4px 3.7px #670000, 0px 0px 0.4px #810000;
  border: 0.5px solid #159058;
  height: 24px;
  width: 10px;
  border-radius: 2px;
  background: rgba(42, 67, 95, 0.93);
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 6.6px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #eeeeff;
  border: 0.7px solid #010101;
  border-radius: 9.6px;
  box-shadow: 1.5px 1.5px 1px #000000, 0px 0px 1.5px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #eeeeff;
  border: 0.7px solid #010101;
  border-radius: 9.6px;
  box-shadow: 1.5px 1.5px 1px #000000, 0px 0px 1.5px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0.4px 0.4px 3.7px #670000, 0px 0px 0.4px #810000;
  border: 0.5px solid #159058;
  height: 24px;
  width: 10px;
  border-radius: 2px;
  background: rgba(42, 67, 95, 0.93);
  cursor: pointer;
  height: 6.6px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #eeeeff;
}
input[type=range]:focus::-ms-fill-upper {
  background: #eeeeff;
}

            body
            {
                background-color: #EFEFEF;
            }
            table,td,th
            {
            border-collapse: collapse;
            border: 1px solid black;
            }
            tr,td
            {
                height: 5px;
                width: 5px;
            }
            .noIbar
            {
                cursor:default;
                -moz-user-select: -moz-none;             
                -khtml-user-select: none;
                -webkit-user-select: none;
            }
            .tabelka
            {
                max-width: 1300px;
                margin: 20px auto;
                float:inside;
            }
            .btn
            {
            //-webkit-border-radius: 9;
           // -moz-border-radius: 9;
            font: normal 14px/16px "Segoe UI", Arial, Helvetica, Sans-serif;
            color: #ffffff;
            margin:2px;
            background:#6D6E71;
            padding: 7px 20px 8px 20px;
            text-decoration: none;
            border: none;
            }

            .btn:hover 
            {
            background:#405299;
            text-decoration: none;
            }
.introclass
{
    margin-right: 60px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 50px;  
}
.textareacode
{
	border: 2px solid #765942;
	border-radius: 5px;
	height: 350px;
	width: 700px;
        //resize: vertical;
}
.opis
{
  margin: 12px;
  color: #000000;
  font-family: helvetica;
  font-style: normal;
  font-size: 13px;
  line-height: 15px;
  text-align: justify;
}
#demo {
	background-color: #333;
	height: 100px;
	position: relative;
	width: 100px;
}
#demo:after {
	//content: ' ';
	height: 0;
	position: absolute;
	width: 0;

	border: 10px solid transparent;
	border-top-color: #333;
        top: 100%;
	left: 10px;
}
.ontop
{
    overflow: auto;
     margin: 10px auto;
    position: absolute;
    top: 0; left: 25%; 
}
.allblack
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 10;
}
                     
.labelstyle {
	font: normal 14px/16px "Segoe UI", Arial, Helvetica, Sans-serif;
            color: #ffffff;
            background:#6D6E71;
            margin: 2px;
            padding: 7px 20px 6px 20px;
            border:none;
            //border-left: 2px double #6D6E71;
            //border-top : 2px double #6D6E71;
            //border-right: 2px double grey;
            //border-bottom: 2px double grey;
            text-decoration: none;
            //height: 10px;
            //width:10px;
}
.labelstyle:hover 
            {
            background:#405299;
            text-decoration: none;
            }

.convbm {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
        background-color: black;
        height: 10px;
            width:10px;
}
.glownatabela
{
     max-width: 1300px;
}

