body {
	background-color: #e4e4e4;
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing:antialiased !important;
}
:focus {
	outline: 0;
}

/* zaoblenie tlacitok */
input[type=button] {
	border-radius : 20px;
}
/* prepisy povodneho stylu */
div#hlavicka {
	display: none;
}
div#header {
	display: block;
}
div.form_div {
    background-color: #e4e4e4;	/* initial;	*/
    color: white;
    font-weight: bold;
    position: relative;
    display: none;
    border-radius: 10px;
}
div.form_div.forceinit {
    display: block;
}
.form_label {
    display: table;
    /* cursor: pointer; */
}
fieldset {
	/* border-radius: 8px; */
	border: none;
	/* border-top: 2px solid; */
	/* border-bottom: 2px solid; */
	/* border-radius: 0; */
}
input.closer {
	display: none !important;
}
div.back_next_menu {
	display: none !important;
}
div#material_searcher, div#obec_searcher {
    background-color: chartreuse;
}
div.form_div.inner {
	background-color: darkcyan;
}

.tabs , .tab label {
	color: black !important;
}
table.vrstvy_table {
	color: black !important;
}
table.vrstvy_table thead tr:nth-child(1) td, table.vrstvy_table thead tr:nth-child(1) th,
table.vrstvy_table tfoot td, table.vrstvy_table tfoot th {
	border: none;
}
.material_table>table.vrstvy_table thead tr:nth-child(1), 
.material_table>table.vrstvy_table tfoot tr {
	color: white;
}

table.vrstvy_table option.inSkladba {
    background-color: yellow;
}

/* ------------------------- checkbox styling START ----- */

/* The container */
.chck_container {
  display: block;
  position: relative;
  /* padding-left: 35px; */
  margin-bottom: 16px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chck_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 2px;
  height: 15px;
  width: 15px;
  /* background-color: #eee; */
}

/* On mouse-over, add a grey background color */
.chck_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chck_container input:checked ~ .checkmark {
  background-color: #267a21;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chck_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chck_container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ------------------------- checkbox styling END ----- */



div.form_div.inner.sorry {
	background-color: #71553e;
}

/* select disabled bez sipok */
select[disabled] {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

/* SCROLLBAR */
::-webkit-scrollbar {
	  height: 6px;
	  width: 6px; /*8px;*/
	  /*padding-right:2px;*/
}
::-webkit-scrollbar-track {
      background-color: rgba(255,255,255, 0);
}
::-webkit-scrollbar-thumb {
      background-color: #787575;/*#83b22e; */
}
::-webkit-scrollbar-button {
      /* background-color: #7c2929; */
} 
::-webkit-scrollbar-corner {
      background-color: black;
}
.jspTrack
{
    background: #ffffff; /* changed from #dde */
    position: relative;
}
.jspDrag
{
    background: #83b22e; /* changed from #bbd */
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

/* COMMON STYLES */
.textInput {
	line-height:18px;
	border:0px solid #808183;
	border-radius:9px;
	-moz-box-shadow:    inset 0 0 6px #808183;
	-webkit-box-shadow: inset 0 0 6px #808183;
	box-shadow:         inset 0 0 6px #808183;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	padding-left:6px;
	color:#808183;
}
.submitBtn {
	border:0px;
	padding:	 0;
	background-color:rgba(255,255,255,0);
	line-height:18px;
	vertical-align:middle;
	font-size: 14px !important;
	font-weight:	 800;
	color: #ffffff;
	cursor:pointer;
}
.glow {
	-webkit-filter: drop-shadow( -2px 2px 4px #808183 );
	   -moz-filter: drop-shadow( -2px 2px 4px #808183 );
            filter: drop-shadow( -2px 2px 4px #808183 );
}
.greenGradient {
	background: #8FAD15;
	background: -moz-linear-gradient(#83b22e 0%, #509c54 100%);
	/* background: -webkit-linear-gradient(#83b22e 0%, #509c54 100%); */
	/* background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #83b22e), to(#509c54)); */
	background: -o-linear-gradient(#83b22e 0%, #509c54 100%);
	/* background: linear-gradient(#83b22e 0%, #509c54 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83b22e', endColorstr='#509c54',GradientType=0 );
}
.greenGradientReverse {
	background: #509c54;
	background: -moz-linear-gradient(#509c54 0%, #83b22e 100%);
	background: -webkit-linear-gradient(#509c54 0%, #83b22e 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#509c54), to(#83b22e));
	background: -o-linear-gradient(#509c54 0%, #83b22e 100%);
	background: linear-gradient(#509c54 0%, #83b22e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#509c54', endColorstr='#83b22e',GradientType=0 ); /* IE6-9 */
}
#content {
	position:relative;
	width:1000px;
	top:50px;
	margin:0 auto;	
}

/* HEADER */
#header {
	position:relative;
	width: 620px; /*1000px;*/
	height:120px;
	/*	margin: 0 auto;	*/
	overflow: hidden;
}
#headerYellow {
	position:relative;
	width:100%;
	height:21px;
	background-color: #FFBD00;
}
#headerGray {
	position: absolute;
	bottom:0;
	right:0;
	height:4px;
	width:240px;
	background-color:#808183;
}
#logoWrapper {
	position:relative;
	height:0px;
	-moz-box-shadow: 0px 0px 5px #808183;
	-webkit-box-shadow: 0px 0px 5px #808183;
	box-shadow: 0px 0px 5px #808183;
}
#logo {
	position:absolute;
	top: 1px;
	left: 10px;
}
#fragmentLogoWrapper {
	position:absolute;
	right:0;
	top:0;
	width:240px;
	height:54px;
}
#fragmentLogoWrapper p {
/*	line-height:54px;
	font-weight:700;	*/
	vertical-align:middle;
	color:#808183;
	margin-left:50px;
}
.kolok {
	font-weight: 900;
	font-size: 18px;
	background-color: white;
}
#cube {
	position:absolute;
	top:6px;
}
#headerGreen {
	position:absolute;
	top:52px;
	width:100%;
	height:28px;
	background-color: #28232A;
}
#searchBar {
	position:absolute;
	top:56px;
	right:10px;
	width:260px;
	height:22px;
}
#searchIcon {
	margin-top:1px;
}
#searchInput {
	position:absolute;
	left: 30px;
	top: 0px;
	width:180px;
}
#searchSubmit {
	position:absolute;
	left: 220px;
	top: 0px;
}
#headerMenu {
	position:absolute;
	top:53px;
	width:450px;
	height:27px;
	left:290px;
	overflow:hidden;
}
#headerMenu a, #headerMenu a:visited, #headerMenu a:hover, #headerMenu a:link {
	line-height:28px;
	vertical-align:middle;
	font-size: 14px !important;
	font-weight:	 800;
	color: #ffffff;
	text-decoration:none;
	opacity:1;
}
#headerMenu a:hover {
	text-decoration:underline !important;	
}
.linkActive {
	text-decoration:underline !important;	
}
.menuSeparator {
	width:2px;
	height:27px;
	transform:skewX(-40deg);
	-ms-transform:skewX(-40deg);
	-moz-transform:skewX(-40deg);
	-webkit-transform:skewX(-40deg);
	background-color:rgba(4,101,0,0.2);
	/* display: none; */
}
#l1 {
	float:left;
}
#sp1 {
	float:left;
	margin-left:15px;
}
#l2 {
	float:left;
	margin-left:15px;
}
#sp2 {
	float:left;
	margin-left: 50px;/*120px;*/
}
.headerMenuIcons {
	float:left;
	margin-left:10px;
	margin-top:4px;
}
.headerMenuIconsPNG {
	float:left;
	margin-left: 8px;
	margin-top: -2px;
	width: 31px;
	/* color: black; */
	/* background-color: white; */
}
#sp3, #sp4, #sp5 {
	float:left;
	/* margin-left:10px; */
}
#sp6 {
	float:left;
	margin-left:40px;
	margin-right:10px;
}


/* BODY - CHOOSE */
#startChooseWrapper {
	position:relative;
	height:120px;
	width:100%;
	margin-top:150px;
	overflow:hidden;
}
#startChoose {
	position:relative;
	top:10px;
	width:120%;
	margin-left:-10%;
	height:100px;
}
#startLaik {
	position: relative;
	width:50%;
	height:100%;
	float:left;
	transform:skewX(-40deg);
    -ms-transform:skewX(-40deg);
    -moz-transform:skewX(-40deg);
    -webkit-transform:skewX(-40deg);
	text-align:right;
}
#startOdbornik {
	position: relative;
	width:50%;
	height:100%;
	float:right;
	transform:skewX(-40deg);
    -ms-transform:skewX(-40deg);
    -moz-transform:skewX(-40deg);
    -webkit-transform:skewX(-40deg);
}
#startChoose p {
	line-height: 100px;
	vertical-align:middle;
	font-size:60px;
	font-weight:700;
	color:#ffffff;
	transform:skewX(40deg);
    -ms-transform:skewX(40deg);
    -moz-transform:skewX(40deg);
    -webkit-transform:skewX(40deg);
}
#startLaik p {
	padding-right:50px;
	cursor:pointer;
}
#startOdbornik p {
	padding-left:50px;
	cursor:pointer;
}
#startLaik:hover {
	background: #688e26;
	background: -moz-linear-gradient(#688e26 0%, #3e7c44 100%);
	background: -webkit-linear-gradient(#688e26 0%, #3e7c44 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#688e26), to(#3e7c44));
	background: -o-linear-gradient(#688e26 0%, #3e7c44 100%);
	background: linear-gradient(#688e26 0%, #3e7c44 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#688e26', endColorstr='#3e7c44',GradientType=0 );
}
#startOdbornik:hover {
	background: #3e7c44;
	background: -moz-linear-gradient(#3e7c44 0%, #688e26 100%);
	background: -webkit-linear-gradient(#3e7c44 0%, #688e26 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#3e7c44), to(#688e26));
	background: -o-linear-gradient(#3e7c44 0%, #688e26 100%);
	background: linear-gradient(#3e7c44 0%, #688e26 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7c44', endColorstr='#688e26',GradientType=0 ); /* IE6-9 */
}

/* DOMCEK */
#domcek {
	position:relative;
	margin-left:203px;
}
.domcekPoint {
	width:28px;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	text-align:center;
	font-size:26px;
	font-weight:800;
	color:#808183;
	background-color:#ffffff;
	border: solid #DA162A 6px;
	border-radius:28px;
	cursor:pointer;
}
#pt1 {
	position:absolute;
	left:108px;
	top:108px;
}
#pt2 {
	position:absolute;
	left:164px;
	top:174px;
}
#pt3 {
	position:absolute;
	left:445px;
	top:90px;
}
#pt4 {
	position:absolute;
	left:525px;
	top:124px;
}
#pt5 {
	position:absolute;
	left:168px;
	top:252px;
}
#pt6 {
	position:absolute;
	left:178px;
	top:334px;
}
#pt7 {
	position:absolute;
	left:378px;
	top:308px;
}
#pt8 {
	position:absolute;
	left:295px;
	top:458px;
}
#pt9 {
	position:absolute;
	left:362px;
	top:94px;
}
#ptHoverTextWrapper {
	position:absolute;
	border:1px solid #808183;
	transform:skewX(-20deg);
    -ms-transform:skewX(-20deg);
    -moz-transform:skewX(-20deg);
    -webkit-transform:skewX(-20deg);
	display:none;
	width:240px;
	text-align:center;
}
#ptHoverText {
	position:relative;
	background-color:#FFD532;
	border:2px solid #ffffff;
}
#ptHoverText p {
	font-size:14px;
	font-weight:600;
	color: #808183;
	padding:15px;
	transform:skewX(20deg);
    -ms-transform:skewX(20deg);
    -moz-transform:skewX(20deg);
    -webkit-transform:skewX(20deg);
}

/* LAIK ELEMENTS */
#domcekSmall {
	position:absolute;
	left: 40px;
}
#elementsLaik {
	position: relative;
	left:290px;
	width:710px;
}
#elementsLaik h1 {
	color:#4C9D57;
	font-size:24px;
	text-transform:uppercase;
	margin-bottom:30px;
	font-weight:600;
}
.bigButton {
	position: relative;
	margin-bottom:20px;
	width:555px;
	height:50px;
	border-radius:8px;
	text-align:center;
	line-height:50px;
	vertical-align:middle;
	font-weight:800;
	color:#ffffff;
	font-size:28px;
	text-transform:uppercase;
	cursor:pointer;
}
#b1:hover, #b2:hover, #b3:hover {
	background: #688e26;
	background: -moz-linear-gradient(#688e26 0%, #3e7c44 100%);
	background: -webkit-linear-gradient(#688e26 0%, #3e7c44 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#688e26), to(#3e7c44));
	background: -o-linear-gradient(#688e26 0%, #3e7c44 100%);
	background: linear-gradient(#688e26 0%, #3e7c44 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#688e26', endColorstr='#3e7c44',GradientType=0 );
}

/* ODBORNIK ELEMENTS */
#menuTop {
	position:absolute;
	width:100px;
	left:20px;
	background-color:#a2a2a2;
	text-align:center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#menuTop h2 {
	padding:12px;
	font-size:18px;
	color:#ffffff;
	font-weight:700;
}
#menuOdbornik {
	position: absolute;
	top:40px;
	left:20px;
	width:270px;
	background: #a2a2a2;
	background: -moz-linear-gradient(#a2a2a2 0%, #818181 100%);
	background: -webkit-linear-gradient(#a2a2a2 0%, #818181 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#a2a2a2), to(#818181));
	background: -o-linear-gradient(#a2a2a2 0%, #818181 100%);
	background: linear-gradient(#a2a2a2 0%, #818181 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#818181',GradientType=0 );
	border-bottom-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.menuElement {
	position:relative;
	width:270px;
	height:24px;
}
.menuElement:first-child {
	padding-top:12px;
}
.menuElement:last-child {
	padding-bottom:6px;
}
.menuElement a,a:link, a:visited {
	font-size:14px;
	font-weight:700;
	line-height:16px;
	vertical-align:
	middle;
	opacity:0.7;
	padding-left:0 !important;
}
.menuElement a:hover {
	opacity:1;
}
.menuElementActive {
	opacity:1 !important;
}
.doneIcon {
	float:left;
	margin-left:4px;
	margin-right:6px;
}
.iconHidden {
	visibility:hidden;
}
.editIcon {
	position:absolute;
	right:4px;
}

.mainContentTop {
	position: relative;
	width: calc( 100% - 214px);
	height:25px; /*40px;*/
	/*	left:350px;	*/
	/* border-top-right-radius: 8px; */
	/* border-top-left-radius: 8px; */
	background-color: #8FAD15;
	padding: 10px 0 0 20px;
}
.mainContentTop.toX {
	width: calc( 100% - 35px);
}

div.form_div>.mainContentTop {
    font-size: 20px;
}
div.form_div>.mainContentTop>span.arrow {
	display: none;
}

/*	.mainContentInside {
    width: 100%;
    font-size: 24px;
    padding: 10px 0 10px 20px;
}	*/

.mainContentTop h1 {
	font-size:18px;
	color:#ffffff;
	font-weight:700;
	padding:12px;
	text-transform:uppercase;
}
div.mainContentNavi {
	position: absolute;
	left:474px; /*800px;*/
	top: -35px;
	display: block;
}
div.mainContentNavi.bottom {
	position: absolute;
	left:474px; /*800px;*/
	top:inherit;
	bottom:10px;
	display: block;
}

.naviBtns {
	position:relative;
	width:40px;
	height:28px;
	border-radius:5px;
	float:left;
	margin-left:2px;/*7px;*/
	margin-top:5px;
	cursor:pointer;
}
.prevStep {
	background-color:#878787;
}
.cancelStep {
	background-color:#DC162A;
	visibility: hidden;
}
.goHomeStep {
	background-color:#418de4;
	visibility: hidden;
}
.submitStep {
	background-color:#86B52E;
}
.nextStep {
	background-color:#4b9d56;
}
.mainContentWrapper {
	position: relative;
	/*	width:650px;
	left:350px;	*/
	min-height:100px;
	/* border-bottom-left-radius: 8px; */
	/* border-top-right-radius: 8px; */
	/* border-bottom-right-radius: 8px; */
	/* padding: 4px; */
}
.mainContent {
	position: relative;
	width:616px;
	padding-left:12px;
	padding-top:8px;
	padding-bottom:8px;
}
.mainContent > a {
	font-size:14px;
	font-weight:700;
	line-height:16px;
	vertical-align:middle;
	opacity:1;
	padding-top:8px;
	padding-bottom:8px;
}
.mainContent a:hover {
	opacity:1;
	text-decoration:underline;
}
.mainContent p {
	font-size:14px;
	font-weight:700;
	line-height:18px;
	vertical-align:middle;
	color:#ffffff;
	margin-right:20px;
}
.uiElement {
	padding-top:8px;
	padding-bottom:8px;
}
.leftLbl {
	float:left;
}
hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #688e26, #3e7c44, #688e26);
}

/* CUSTOM TEXTINUPT */
.customTextInput {
	line-height:18px;
	border:0px solid #808183;
	border-radius:9px;
	-moz-box-shadow:    inset 0 0 6px #808183;
	-webkit-box-shadow: inset 0 0 6px #808183;
	box-shadow:         inset 0 0 6px #808183;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	padding-left:6px;
	color:#808183;
	min-width:400px;
}

/* CUSTOM TEXTAREA */
textarea {
    /* resize: none; */
}
.customTextArea {
	width:100%;
	min-height:60px;
	line-height:18px;
	border:0px solid #808183;
	border-radius:9px;
	-moz-box-shadow:    inset 0 0 6px #808183;
	-webkit-box-shadow: inset 0 0 6px #808183;
	box-shadow:         inset 0 0 6px #808183;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	padding-left:6px;
	color:#808183;
}

/* CUSTOM CHECKBOX */
input.ccb[type="checkbox"]:not(:checked),
input.ccb[type="checkbox"]:checked {
  /*  position: absolute;
  left: -9999px;	*/
  display:none;
  }
input.ccb[type="checkbox"]:not(:checked) + label,
input.ccb[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
  	font-size:14px;
	font-weight:700;
	line-height:18px;
	vertical-align:middle;
	color:#ffffff;
}
input.ccb[type="checkbox"]:not(:checked) + label:before,
input.ccb[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 0;
  width: 16px; height: 16px;
  border: 1px solid #aaa;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.3)
}
input.ccb[type="checkbox"]:not(:checked) + label:after,
input.ccb[type="checkbox"]:checked + label:after {
  content:url(../img/checkboxIcon.png);
  position: absolute;
  top: 0px; left: 4px;
  font-size: 18px;
  line-height: 0.8;
  color: #3e7c44;
  transition: all .2s;
}
input.ccb[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
input.ccb[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
input.ccb[type="checkbox"]:disabled:not(:checked) + label:before,
input.ccb[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input.ccb[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
input.ccb[type="checkbox"]:checked:focus + label:before,
input.ccb[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
 	
}

.uiElement label {
  	font-size:14px;
	font-weight:700;
	line-height:18px;
	vertical-align:middle;
	color:#ffffff;
}

/* CUSTOM RADIO */
input[type="radio"] {
    display:none;
}
input[type="radio"] + label {
    color: #ffffff;
    font-size:14px;
	cursor: pointer;
}
input[type="radio"] + label span {
    display:inline-block;
    width:10px;
    height:10px;
    margin:-2px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
	border:2px solid #ffffff;
}

input[type="radio"] + label span {
     background-color:#ffffff;
}

input[type="radio"]:checked + label span{
     background-color:#3e7c44;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.2s linear;
  -o-transition:background-color 0.2s linear;
  -moz-transition:background-color 0.2s linear;
  transition:background-color 0.2s linear;
}

/* CUSTOM SELECT */
.customSelect {
    padding: 0;
    width: 120px;
    background-color: #fff;
    background: #fff url(../img/selectArrow.png) no-repeat 90% 50%;

	line-height:18px;
	border:0px solid #808183;
	border-radius:9px;
	-moz-box-shadow:    inset 0 0 6px #808183;
	-webkit-box-shadow: inset 0 0 6px #808183;
	box-shadow:         inset 0 0 6px #808183;
}

.customSelect select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	padding-left:6px;
	color:#808183;
}

.select-style select:focus {
    outline: none;
}

div.nextInfo {
	position: absolute;
	left: 10px;
	display: none;
}
.infoNext {
    float: right;
    background-color: aliceblue;
    color: black;	
}
.infoNext:hover~div{
	display: block;
}

h2 small {
	font-size: small;
	color: black;
	padding: 10px;
}

#messager {
	position:fixed;
	top:50%;
	background-color:yellow;
	color:blue;
	width: 70%;
	left: 15%;
	/* padding-top: 32px; */
	z-index: 20000;
	opacity: 0.80;
}
#messager h1 {
    font-size: 24px;
    padding: 10px;
    line-height: initial;
    height: initial;
    background: #595a5c;
    margin: 10px;
}




/* ------------------------
speciality pre zaleny podton 
--------------------------- */

div#o_programe a {
    color: beige;
}

div#o_programe a.namail {
    margin-left: 30px;
    background-color: white;
    color: black;
    opacity: 1;
    border: 3px solid white;
}

div#popora {
    position: absolute;
    width: 278px;
    height: 90px;
    top: 20px;
    left: 656px;
    background-color: #FEBD00;
    color: #28232A;
    padding: 13px;
}
div#popora input[type=button] {
    float: right;
    border-radius: 0;
    border: none;
    background-color: #febd00;
    font-size: large;
    padding: 0;
    margin: 0;
    top: -10px;
    position: relative;
    right: -8px;
    cursor: pointer;
}

div#popc {
    position: absolute;
    width: 446px;
    height: 383px;
    top: 48px;
    left: 636px;
}