Your IP : 3.144.101.80


Current Path : /data/web/virtuals/51568/virtual/www/www/plany.bak/
Upload File :
Current File : /data/web/virtuals/51568/virtual/www/www/plany.bak/plan.css

/* CSS Document */

 
.box {
	display: flex;
	justify-content: center;
	align-items: center;
	//  min-height: 500px;
}
.login {
	width: 400px;
	border: 1px solid green;
	padding: 10px 20px 5px 20px;
	margin-top: 20px;
	border-radius: 5px;
	position: relative;
	box-shadow: 5px 5px 5px 0px rgba(90,97,127,0.40);
}
.login h1 {
	color: green;
}
.login label {
	font-weight: bold;
}
header {
	/*  background: rgba(140,255,152,0.5);
*/
	background: #183BF0;
	padding: 1rem 0;
	margin-bottom: 0px;
}
header .h1 {
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	// color: #D4F7D4;
	color: white;
	-webkit-text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-khtml-text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-moz-text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
@media only screen and (max-width:992px) {
header .h1 {
	font-size: 1.6rem;
}
}
.navbar-plan, .dropdown-plan {
	background-color: #559E54;
	/* background-color: #6F7C12;
*/
}
.nav-link, .dropdown-item-plan {
	color: white !important;
	text-transform: uppercase;
	margin-right: 15px
}
.nav-link:hover, .dropdown-item-plan:hover, .nav-link:active, .dropdown-item-plan:active, .dropdown-item-plan:focus {
	background-color: white;
	color: #006c00  !important;
	transform: scale(1.04);
}
.dropdown-item-plan:hover, .dropdown-item-plan:active, .dropdown-item-plan:focus {
	border: 1px solid #006c00;
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data: image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30'  height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round'  stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
main >div {
	padding-top: 10px;
	border-left: 1px solid #D4F7D4;
	border-right: 1px solid #D4F7D4;
  min-height: 500px;
}
@media only screen and (max-width:576px) {
main >div {
	min-height: 300px;
}
}
.navbar-brand-plan {
	border: 1px solid white;
	padding: 0px 5px;
	border-radius: 3px;
}
.navbar-brand-plan:hover {
	color: #006c00 !important;
	background-color: white;
}
.footer-plan {
	background-color: #dfdfdf;
}
.table-roky {
	max-width: 100px; 
}
.table-tydny {
	max-width: 220px;   
}

.table-scroll-container-30 {
	max-height: 30em;
	overflow-y: auto;
}
.table-scroll-container-40 {
	max-height: 40em;
	overflow-y: auto;
}

.table-scroll thead td {
  background: lightblue;
  color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;

}

.odkaz {
	cursor: pointer;
}
input:invalid {
	border: 1px solid red;
	background-color: rgba(255,0,0,0.2)
}
.plany-flex {
	display: flex;
	flex-flow: row;
	align-items: stretch;
  justify-content: center;
}
@media  all and (max-width:800px) {
.plany-flex {
	flex-direction: column;
}
}
.plany-flex > div {
	margin-right: 15px;
}

.nav-zalozka {
  margin-bottom: 8px;
}

.zalozka {
  padding: 8px 16px;
  margin-right: 4px;
}


.nav-zalozka > a:hover {
  text-decoration: none;
}

.zalozka:hover,
.zalozka:focus {
  background-color: #3991c0;
}

.nav-zalozka a.text-info:focus, 
.nav-zalozka a.text-info:hover {
    color: white !important;
}

.wrapper{
  min-height: 100vh;
}

@media  all and (max-width:800px) {
.columns {
	flex-direction: column;
}
}

.content {
  display: flex;
  flex: 1; 
  flex-direction: rows;
}

.columns{
  display: flex;
  flex:1;
}
.main{
  flex: 1;
  order: 3; 
}

.plany-sidebar-left{
  width: 240px;
  order: 1;
  margin-right: 10px;
}
.sidebar-tydny{ 
  width: 200px;
  order: 2;
  margin-right: 10px;
}

.sidebar-tydny-plany { 
  width: 220px;
  order: 2;
  margin-right: 10px;
}

.plany-poznamky{
  flex: 0 0 200px;
  margin-right: 10px;
}

.plany-akce{
  flex: 0 0 300px;
  margin-right: 10px;
}
.editor {
  flex: 1;
  order: 2;
}

.ckEditFlex {
  display: flex;
  flex-direction: row;
  justify-content: space-between; 
}

.font-tisk {
	font-size: 12px;
  }