* {
	padding:0;
	margin:0;
}
body {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: 100;
	font-size: medium;
    padding: 0;
    margin: 0;
}
html, body, #map {
    height: 100%;
}
#map{
 position:absolute;
 top:0;
 left:0;
 width:100%;
 z-index:0;
}
.section-pick{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	background-color:rgba(0,0,0,0.7);
	#opacity:0.8;
	z-index:999;
}
.section{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	background-color:rgba(0,0,0,0.7);
	#opacity:0.8;
	z-index:999;
	overflow-y:auto;
	overflow-x:hidden;
}

.section-title{
	display: flex;
	justify-content:center;
	flex-direction:row;
	margin-top:10px;
	color:white;
	#text-shadow: 2px 1px 4px #000000;
	font-size:x-large;
	font-weight:100;
	width:100%;
}
.section-title img{
 position:absolute;
 right:0px;
 top:0px;
 height:50px;
 max-height:100%;
 margin:10px;
 cursor:pointer;
 #background-color:white;
}
#section-pick{
	background-color:rgba(0,0,0,0.9);
}
.form-new-protocol{
 margin-top:20px;
 width:100%;
}
#protocol-name{
	position: relative;
	overflow: hidden;

	width:100%;
	margin-top:5px;
	border: 1px solid white;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: white !important;
	color:black !important;
	line-height:40px;
	vertical-align:middle !important;
	padding: 0px !important;
	padding-left:10px !important;
}
.protocol{
		position: relative;
    overflow: hidden;

    width:100%;
    margin-top:5px;
    border: 1px solid white;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: white !important;
    color:black !important;
    line-height:40px;
    vertical-align:middle !important;
		padding: 0px !important;
    padding-left:10px !important;
}
.protocol-50{
		width:50% !important;
}
.form-new-protocol input {
    margin-top: 10px;
}
.form-new-protocol input[type=submit]{
    width:100%;
}
#poz{
    width: 100%;
    #height: 100px;
    padding: 10px 10px;
    #margin-top:10px;
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: white;
    color:black;
    resize: none;
}
#protocol-poz{
	width: 100%;
	#height: 100px;
	padding: 12px 20px;
	#margin-top:10px;
	box-sizing: border-box;
	border: 1px solid black;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: black;
	color:white;
	resize: none;
}
#file-info{
background-color:white;
border:0px solid white;
color:black;
}
#objekt-label{
width:50%;
}
#objekt-info{
background-color:white;
border:0px solid white;
color:black;
width:50%;
}


.section-body{
 display: flex;
 justify-content:center;
 flex-direction:row;
 margin-bottom: 5px;
}
.vizitka{
	#margin-top:0px;
	width:39%;
	#background-color: white;
	#color:black;
	#border-radius: 4px;
	#margin-top: 5px;
	margin-right: 1%;
  overflow: hidden;
  #padding: 5px !important;
	word-wrap: break-word;
}
.vizitka h3 {
    margin-bottom: 10px;
    margin-top: 0px;
}
.section-body-form{
 margin-top:0px;
 width:40%;
}

.section-body-form input{
	margin-top:5px;
}
.section-body-form input[type=text] {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #000000;
    border-radius: 4px;
    #border-bottom-right-radius: 0;
    #border-top-right-radius: 0;
    box-sizing: border-box;

    background-color: #000000;
    color: white;
}

.section-body-form select{
    width: 100%;
    margin-top:10px;
}
.section-body-form input[type=submit]{
    width: 100%;
    padding:5px;
}
h4{
	margin-top:20px !important;
	text-align:center;
	color:white;
}
.section-data{
	display: flex;
  justify-content:center;
  flex-direction:row;
	margin-bottom:5px;
}
.section-data-form{
	width:80%;
}

.file-flex{
	display:flex;
	flex-direction:row;
	justify-content:center;
}
.file-flex button{
	width:100%;
	margin-top:5px;
}
.file-flex input{
	width:100%;
	margin-top:5px;
}
#objekt-user{
	width:100%;
	margin-right:5px;
}
#album{
	width:100%;
	margin-right:5px;
}
.btn-file {
    position: relative;
    overflow: hidden;
    width:100%;
    margin-top:5px;
	height:40px;
	line-height:40px;
    vertical-align:middle !important;
    padding:0px !important;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background-color: black;
    color:white;
    cursor: inherit;
    display: block;
}
.file-info{
	position: relative;
    overflow: hidden;
    margin-left:5px;
    width:100%;
    margin-top:5px;
    border: 1px solid #000000;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: black;
    color:white;
    line-height:38px;
    vertical-align:middle !important;
    padding-left:10px;
}
.toolboxinput{
	position:absolute;
	top:0;
	left:220px;
	height:100%;
	width:50%;
	z-index:999;
	display:none;
	background-color:#3D95FF;
	padding:40px;
	box-shadow: 5px 5px 5px 0px #888888;
	overflow-y:auto;
	overflow-x:hidden;
}
#object{
	width:70%;
}
#layer{
	width: 200px !important;
	padding:0px;
}
.btn-layer{
	background-color: #337ab7 !important;
}
.btn-layer-over{
	background-color: #5cb85c !important;
}
.layerthumb{
	word-wrap: break-word;
	white-space: normal;
	min-width: 100%;
	padding:25px;
	#width:80px;
	#height:80px;
	margin-top:0px;
	border:none;
	border-radius: 0px;
	background-color: #3d95ff;
	color:white;
}
.layerthumb img{
 width:100%;
 height:100%;
}
.layerthumbover{
	word-wrap: break-word;
	white-space: normal;
	min-width: 100%;
	padding:25px;
	#width:80px;
	#height:80px;
	margin-top:0px;
	border:none;
	border-radius: 0px;
	background-color: #3d95ff;
	color:white;
}
.layerthumbover img{
 width:100%;
 height:100%;
}
h1{
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  padding-bottom: 5px;
}
table{
  min-width:400px;
  width:100%;
  table-layout: fixed;
}
.tbl-header{
  background-color: rgba(255,255,255,0.3);
 }
.tbl-content{
  height:100%;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
  margin-bottom:1em;
}
th{
  padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
td{
  padding: 15px;
  #text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
	word-wrap: break-word;
	white-space: normal;
  #border-bottom: solid 1px rgba(255,255,255,0.1);
}
.edit{
	height:30px;
	cursor:pointer;
}
.delete{
	height:30px;
	cursor:pointer;
}
.user-body{
display:flex;
flex-direction:row;
justify-content:center;
color:white;
font-weight:300;
height:45px;
width:100%;

}
.user-btn{
display:flex;
flex-direction:row;
justify-content:flex-start;
background-color:#1881FF;
width:50%;
padding:5px;
margin:2px;
margin-bottom:5px;
line-height:30px;
vertical-align:middle;
border-radius: 5px;
#border: 1px solid #FFFFFF;
box-shadow: 1px 0px 2px 0px #888888;
cursor:pointer;
}
.user-btn img{
width:30px;
}
.user-text{
padding-left:20px;
}
.user-content{

}
.user-content form{
margin-top:25px;
}
.user-save{
width:50%;
padding:5px;
margin-top:15px;
}
label{
color:white;
font-weight:300;
}

#panel{
display:none;
}
.alert{
	margin-top:10px;
	margin-bottom:2px;
}
#amodal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba(0,0,0, .8 )
                url('../image/ring.svg')
                50% 50%
                no-repeat;
}
.hform{
	display:none;
}
.btn-wait{
	#background-color: #FFD484;
}
.btn-access{
	background-color: #90EE90;
	color:black;

}
.data-protocol{
	width:100%;
	margin-top: 5px;
	word-wrap: break-word;
	border:0px;
	border-left: 15px solid #FFFFFF;
	#display:flex;
	#flex-direction:row;
	#justify-content:center;
}
.data-protocol td{
	color:black;
	padding:1px;
}
.left{
	width:100%;
	text-align:left;
}

.right{
	width:100%;
}
.refusal{
	word-wrap: break-word;
	white-space: normal;
	width:100%;
	margin-top: 5px;
	border: 0px solid transparent;
	border-left: 25px solid #ff0000;

}
.request-obj{
	word-wrap: break-word;
	white-space: normal;
	width:100%;
	margin-top: 5px;
	border: 0px solid transparent;
	border-left: 25px solid #A200FF;

}
.request{
	word-wrap: break-word;
	white-space: normal;
	width:100%;
	margin-top: 5px;
	border: 0px solid transparent;
	border-left: 25px solid #FFFF00;
}
.request p{
	word-wrap: break-word;
}
.request-body{
	margin-bottom: :15px;
}
.request-data{
	display: flex;
  flex-direction: row;
  margin-top: 5px;
  width: 100%;
}
.stavobj{
	word-wrap: break-word;
	white-space: normal;
}
#search-input{
	border-radius: 4px 0px 0px 4px !important;
}
.search button{
	border-radius: 0px 4px 4px 0px !important;
}
.sdata{
	margin-top:5px;
	width:100%;
}
.filestable{
	display:none;

}
.section-pick-body button{
	width: 100%;
	margin-top: 5px;
}
.row{
	width:100%;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding:2px;
}
.cancel-sel{
	z-index:3;
}
.doc{
	#background-color: black;
	color: white;
	display: flex;
	justify-content:space-between;
	flex-direction:row;
}
.doc a{
	color: white;
}
.dok{
	#background-color: black;
	color: white;
	display: flex;
	justify-content:space-between;
	flex-direction:row;
}
.dok a{
	color: white;
}
.disabled-m{
#box-shadow: 0px 5px 5px 5px #888888 !important;
background-color:#809AAF !important;
border-color:#809AAF !important;
}
#accept{
	margin-right: 5px;
}
#protocol-accept{
	margin-right: 5px;
}
#protocol-close{
	display:none;
	margin-right: 5px;
}
.expanded{
	background-color:black;
	border-radius: 4px 4px 4px 4px !important;
	color:white;
	padding: 12px 20px;
	margin-top:	5px;
}
.expanded table td{
	color: black;
}
.title{
	color:black;
	padding: 3px 12px;
	margin-right:2px;
	margin-top: 0px !important;
	opacity:0.7;
	width:100%;
}
.title:active{
	#background-color: yellow;
}
.note{
	width:100%;
	#opacity: 0.7;
  padding: 3px 12px;
	border-radius: 3px;
}
.popobj{
	padding: 0 !important;
}
.custom .leaflet-popup-content-wrapper {
	background-color: #90EE90;
}
