.display-none { display:none; }

.wrap {
	width: 100%;
	height: auto;
}

.top_bar {
	position: relative;
	top: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #222d32;
	color: white;
	font-size: 25px;
	text-align: center;
}

.rozcestnik_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.rozcestnik {
	width: 100%;
	height: 100%;
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
}

.rozcestnik a {
	color: white;
}

.rozcestnik_d span {
	position: relative;
	top: 45%;
	transform: translateY(-45%);
	margin: 0;
	padding: 0;
	text-align: center;
}

.rozcestnik_d {
	position: relative;
	width: 50%;
	height: 50%;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	z-index: 99;
	-webkit-transition: all 0.5s ease; /* For Safari 3.1 to 6.0 */
    transition: all 0.5s ease;
}

.rozcestnik_d:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	opacity: 0.8;
	z-index: 9999;
}

.rozcestnik_l {
	float: left;
}

.rozcestnik_r {
	float: right;
}

.r_administrace {
	background: #dd4b39;
}

.r_office {
	background: #3c8dbc;
}

.r_sklad {
	background: #00a65a;
}

.r_dodavatel {
	background: #605ca8;
}

.no-left-margin, .widget-user-2 .no-left-margin {
	margin-left: 0;
}

.font-size-22px {
    font-size: 22px;
}

.small-box .icon {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.small-box .icon:hover, .small-box:hover .icon {
	font-size: 90px;
}

.box-main {
	overflow: hidden;
}

.box-main:before {
    content: ""; 
    font-family: FontAwesome;
    top:-50px;
    left: calc(50% - 225px);
    font-size: 400px;
    margin:0px auto;
    position:absolute;
    color: #f1f1f1;
    opacity: 0.18;
    z-index: 1;
    transform: rotate(20deg);
 }

.box-inpage .icon {
	transform: rotate(20deg);
    top: 0;
    right: 20px;
    z-index: 0;
    font-size: 80px;
}

.box-inpage:hover .icon, .box-inpage:hover .icon {
	font-size: 80px;
}

.box-main .box-header, .box-main .box-body, .box-main .box-footer {
 	z-index: 2;
 	position: relative;
}

.box-main .box-footer.z-index-1, .z-index-1, *.z-index-1 {
	z-index: 1;
}

.homepageBoxikBtn {
	width:100%;
	margin:0;
	border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    height:auto;
    font-size:20px;
    border:0;
}

.btn-app.homepageBoxikBtn>.fa  {
	font-size: 40px;
}

.btn-app.homepageBoxikBtn > .badge{
	font-size: 24px;
}

.homepageBoxikBtn span {
	font-size: 23px;
	text-align: center;
}

table.table {
	background: rgba(255, 255, 255, 0.7);
}

fieldset legend {
	color: white;
	padding: 5px;	
}

.box-primary fieldset legend {
	background-color: #3c8dbc;
}
.box-default fieldset legend {
	background-color: #f4f4f4;
}
.box-success fieldset legend {
	background-color: #00a65a;
}
.box-info fieldset legend {
	background-color: #00c0ef;
}
.box-warning fieldset legend {
	background-color: #f0ad4e;
}
.box-danger fieldset legend {
	background-color: #dd4b39;
}

@media only screen and (max-width: 500px) {

}