


.pys-footer{
	height: 32px;
    background-color: white;
    z-index: 0;
    text-align: right;
    padding: 5px;
}

.pys-footer img{
    height: 19px;
	margin-right: 5px;
}

.pys-mobil-menu{
	display: none;
}

.btn-info {
    color: #fff;
    background-color: #3f7db5;
    border-color: #1567b1;
    font-weight: 400;
    font-size: 13px;
    padding: 2px 7px;
}


.jsgrid {
	font-size: 13px !important;
}


.jsgrid-pager-page {
    padding: .2em .6em;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    margin: 3px;
}


.jsgrid-pager-current-page {
    font-weight: 700;
    background-color: #e2e2e2;
}


.jsgrid-header-row>.jsgrid-header-cell {
    background: #ffffff !important;
    color: black !important;
    border-color: #e9e9e9 !important;
}

.jsgrid-grid-header {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}


.jsgrid-grid-body {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}


.jsgrid-pager {
	margin: 15px;
}



.jsgrid-cell {
    border-color:#e4e4e4  !important;
}



#query-result{
    -webkit-box-shadow: 0 1px 3px rgba(60,63,66,.32), 0 4px 12px rgba(60,63,66,.15);
    box-shadow: 0 1px 3px rgba(60,63,66,.32), 0 4px 12px rgba(60,63,66,.15);
    background-color: white;
    border-radius: 6px;
    padding: 0px;
}

body {
    color: #262626;
    font-family: 'Helvetica Neue Light', 'Open Sans', Helvetica;
    font-size: 14px;
    font-weight: 300;
}

h1 {
    margin: 0 0 8px 0;
    font-size: 24px;
    font-family: 'Helvetica Neue Light', 'Open Sans', Helvetica;
    font-weight: 300;
}

h2 {
    margin: 16px 0 8px 0;
    font-size: 18px;
    font-family: 'Helvetica Neue Light', 'Open Sans', Helvetica;
    font-weight: 300;
}

ul {
    list-style: none;
}

a {
    color: #3f7db5;
    text-decoration: none;
	font-weight: 600;
}

a:hover {
    text-decoration: underline;
    color: #258faf;
}

input, button, select {
    font-family: 'Helvetica Neue Light', 'Open Sans', Helvetica;
    font-weight: 300;
    font-size: 14px;
    padding: 2px;
}


.menu-name{
    margin-bottom: 24px;
    font-size: 28px;
	font-weight: 500;
	color:white;
}


.netigma-query-container{
    background-color: white;
    padding: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(60,63,66,.32), 0 4px 12px rgba(60,63,66,.15);
    box-shadow: 0 1px 3px rgba(60,63,66,.32), 0 4px 12px rgba(60,63,66,.15);
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
} 


.query-container{
	padding: 40px;
}

.pys-panel-content{
    margin-top: 100px;
	display: block;
}



.pys-title{
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: black;
}

.menucontainer{
    width: 300px;
    height: 100%;
    background-color: #eef1f6;
    float: left;
    position: relative;
    border-right: solid 1px #d6d6d6;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
    z-index: 1;
    -webkit-box-shadow: 2px 0px 10px rgba(0,0,0,.05), 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 2px 0px 10px rgba(0,0,0,.05), 0 1px 0 rgba(0,0,0,.1);
}




.menu-item-icon {
    border: 0;
    color: #5f6368;
    display: inline-block;
    fill: currentColor;
    height: 28px;
    line-height: 24px;
    width: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.menu-item-label{
	color: #3e3e3e;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    padding-left: 6px;
	padding-top: 3px;
}



.maincontent{
    margin-left: 300px;
    height: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #edf0f1;
	overflow: auto;
	background-image: url(../../images/bg.png);
	background-size: 100px;
	background-repeat-x: repeat;
	background-repeat-y: no-repeat;
}


.menu-item{
    padding: 12px;
    cursor: pointer;
    /* margin-bottom: 20px; */
    font-weight: 600;
    font-size: 15px;
    background-color: #eef1f6;
    color: #272727;
    /* border-radius: 4px; */
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,.05), 0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0px 2px 2px rgba(0,0,0,.05), 0 1px 0 rgba(0, 0, 0, 0.14);
    border-top: solid 1px #d6d6d6;
}


.menu-item .item{
	display: inline-flex;
}


.menu-item:hover{
    background-color: #d8dee8;
}


.menu-item.active{
    background-color: #fafafa;
}


.menu-item.announce{
	background-image: url(https://image.flaticon.com/icons/svg/246/246500.svg);
    background-repeat: no-repeat;
    background-size: 31px;
    background-position-x: 10px;
    background-position-y: 15px;	
}

.menu-item.announce.all{
	background-image: url(https://image.flaticon.com/icons/svg/709/709566.svg) !important;
}

.menu-item.announce.find{
	background-image: url(https://image.flaticon.com/icons/svg/149/149852.svg) !important;
}


._ncnavbar{
	display: none !important;
}

.sitecontainer{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100%;
}


.logo{
    width: 100%;
    height: 100px;
    padding: 15px;
    text-align: right;
    background-image: url(../../images/logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-bottom: 20px;
}

.logo img{
    height: 100%;
}




@media(max-width:768px) { 
	
	.menucontainer{
		width: 100%;
		height: 60px;
		background-color: #edf0f1;
		float: none;
		position: fixed;
		border-bottom: solid 1px #dddddd;
		z-index: 1;
		display: flex;
	}
	
	.maincontent{
		margin-left: 0px;
		height: 100%;
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fafafa;
		overflow: auto;
		background-image: none;
	}
	
	.logo {
		width: 40px;
		height: 40px;
		padding: 0px;
		text-align: center;
		background-image: url(../../images/logo.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		margin-top: 8px;
		margin-bottom: 0px;
		float: left;
		margin-left: 4px;
	}
	
	.pys-title h4{
		font-size: 12px;
		font-weight: 600;
	}
	
	.pys-title h5{
		font-size: 10px;
	}
	
	.pys-title {
		text-align: center;
		font-size: 20px;
		color: black;
		margin-top: 10px;
		width: 100%;
	}
	
	.pys-panel-content {
		margin-top: 0px;
		display: none;
		position: absolute;
		width: 100%;
		top: 60px;
	}
		
	.query-container {
		padding: 5px;
		margin-top: 70px;
	}
	
		
	.menu-name {
		margin-bottom: 8px;
		font-size: 16px;
		font-weight: 400;
		color: black;
	}
	
	.pys-mobil-menu{
		display: block;
		width: 50px;
		height: 100%;
		background-image: url(../../images/menu.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 23px;
	}
	
	.btn-info {
		font-size: 11px;
		padding: 4px;
	}
	
	
	.jsgrid {
		font-size: 10px !important;
	}
	
}






