﻿html {
	/*BOOTSTRAP cely element*/
	/*
	background-image: url('/Img/Tires_II-1024x682.png');
	background-position: 0px 0px;
	background-size: cover;
	margin: 0px;
*/
	/*background-color: rgb(0, 30, 0);*/
	/*  background-image: url('/fotky67043/mikifoto/pozadi_3264_2448.jpg');*/
	/*    background-image: url('/fotky67043/mikifoto/pozadiNew.png'); */
	/*  background-image: url('/fotky67043/mikifoto/pozadiHv1.jpg');*/
	/*  background-position: center top; */
	/*background-repeat: repeat;*/
	/*  background-attachment: fixed;*/
	/*aby se mi stranka a potazmo pozadi roztahlo na minimalne celou stranku,
  pokud obsah stranky neni na celou obrazovku*/
	/*  min-height: 100%;*/
	/*Aby u body fongovalo height: xxx%*/
	/*height: 100%;*/
	/*  
  width: 100%;
  */
}


body {
	/*color: white;*/ /*barva textu BOOTSTRAP*/
	/*text-shadow: 3px 2px black;*/
	/*text-shadow: 1px 1px 2px black, -1px -1px 2px black, -1px 1px 2px black, 1px -1px 2px black;*/
	/*text-shadow: 1px 1px black, -1px -1px black, -1px 1px black, 1px -1px black;*/
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
}

.MyText_LoginBox {
	/*
	color:white;
	text-shadow: 1px 1px darkblue, -1px -1px darkblue, -1px 1px darkblue, 1px -1px darkblue;
	*/
	/*	text-shadow: 1px 1px #337ab7, -1px -1px #337ab7, -1px 1px #337ab7, 1px -1px #337ab7;*/
	color: white;
	font-weight: 700;
}

.MyLoginBox {
	margin: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 15px;
	/*background-color: rgba(0, 0, 139, 0.35);*/
	background-color: rgba(0, 0, 0, 0.35);
	/*	background-color: rgba(255, 255, 255, 0.7);*/
}

.MyloginBox_ErrorMsg {
	padding-top: 20px;
}


.head {
	background: #351c74;
	color: white;
}

.MyBodyUnlogged {
	/*background: #b1f8f0;*/
	background-image: url('Img/kamion1.png'); /* toto vrazit na uvodni obrazovku */
	/*background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%), url('Img/kamion1.png'); */ /* toto asi vrazit dale do aplikace, ne jen na uvodni obrazovku*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-attachment: fixed;
	/*background:rgba(255, 255, 255, 0.35);*/
}



.MyBody {
	/*background: #d2f9cc;*/ /*BOOTSTRAP*/
	/*background: #d2f9cc;*/
	/*	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%), url('Img/kamion1.png'); */ /* toto asi vrazit dale do aplikace, ne jen na uvodni obrazovku*/
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 100%), url('Img/kamion1.png'); /* toto asi vrazit dale do aplikace, ne jen na uvodni obrazovku*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-attachment: fixed;
}

.WhiteBg {
	background: white;
}

.TopVAlign {
	vertical-align: top;
}

.CenterHAlign {
	text-align: center;
}

.MyTable {
	background: #c9d373;
	color: black;
}

.MyTableHead {
	background: #ffd800;
	color: black;
}

.MyGridHover {
	background-color: #add8e6 !important;
}

.MyGrid td {
	border: 1px solid lightgray;
	padding: 0px 5px 0px 5px;
}

.MyGrid th {
	border: 1px solid lightgray;
	padding: 0px 5px 0px 5px;
}

.MyGrid2 th {
	border: 1px solid lightgray;
	padding: 0px 0px 0px 0px;
}

.MyGrid2 td {
	border: 1px solid lightgray;
	padding: 0px 0px 0px 0px;
}

.MyGridEmpty th {
	border: none;
}

.MyGridEmpty td {
	border: none;
}

/*
.MyMenu {
	color: white;
	border: 1px #4e667d solid;
	text-decoration: none;
	padding: 4px 12px;
}
*/
.MyMenu:hover {
	color: #465c71;
	background-color: #bfcbd6;
}
