@charset "UTF-8";

body{
	/*font-size: 26px!important;*/
	/*font-size: 0.95rem;*/
	margin-top: -16px;
}

/*body, */html{
	height: 100%;
}

h2{
	font-size: 1.5em;
}

.main_container{
	width: 100%!important;
	padding-left:5px!important;
	padding-right:5px!important;
	max-width: 100%!important;
	height: 100%!important;
	position: relative;
}

.datepicker{
	width: 80%;
}

.table-condensed{
	width: 100%;
}

@media (min-width: 100px){
	.container {
    	min-width: 100%;
	}
}

#loginDiv{
	margin: 0;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 100%;
  	padding-left: 20%;
  	padding-right: 20%;
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
}

.navbar{
	padding: 0px;
	display: none;
}

.btn-toolbar{
	width: 100%;
}

.btn{
	padding: 0.5rem;
}

.main-menu-container{
	z-index: 997;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 28px;
}

.menu-button{
	padding: 0px;	
}

.col-xs-3{
	width: 25%;
}

.col-xs-4{
	width: 33.333%;
}

.col-xs-5{
	width: 41.666%;
}

.col-xs-6{
	width: 50%;
}

.col-xs-7{
	width: 58.3333%;
}

.col-xs-12{
	width: 100%;	
}

.noTitleStuff .ui-dialog-titlebar{
	display: none;
}

.ui-widget-overlay{
	z-index: 998;
}

.ui-state-active{
	font-weight: normal!important;
}

.ibe-form-container{
	/*padding-left: 20px!important;
	padding-right: 20px!important;*/
	display: none;
}

.ui-menu-item{
	/*width: max-content;*/
	white-space: nowrap;
}

.mainmenu{
	display: none;
}

label{
	margin-bottom: 0px;
}

.label-cell{
	white-space: nowrap;
}

.number-input{
	text-align: right;
}

.form-toolbar{
	position: absolute;
	top: 3px;
	left: 0px;
	right: 0px;
	height: 40px;
}

.form-toolbar button{
	height: 40px;
}

.form-body{
	position: absolute;
	top: 44px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.form-filter{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	bottom: 0px;
	overflow-y: auto;
	padding: 5px;
}

.form-filter button, .form-filter input, .form-filter label, .form-filter select{
	width: 100%;
}

.form-grid{
	position: absolute;
	top: 0px;
	left: 201px;
	right: 0px;
	bottom: 0px;
	/*overflow: auto;*/	
	padding: 5px;
}

.form-grid iframe{
	width: 100%;
	height: 100%;
}

.jsgrid{
	height: 100%!important;
}

.jsgrid-grid-body{
	height: 95%!important;
}

.grid-table{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
}

.jsgrid-cell {
    white-space: nowrap;
    overflow: hidden
   }
/*
.grid-table{
	table-layout: fixed;
}

.grid-table th{
    text-align: left;
    vertical-align: top;
    background: lightblue;
    border-right: 1px solid white;
}

.grid-table tbody{
	background: white;
}

.grid-table-tr-selected{
	background: lightsteelblue;
}


*/

#row_komitent{
	/*height: 40px;*/
}

#row_page{
	position: absolute;
	top: 120px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow-y: scroll;
	margin: 0px;
}

#row_page_container{
	height: 100%;
	/*overflow-y: scroll;*/
}

.menu{
	padding: 0px;
}

.menu-button{
	width: 100%;
	/*height: 80px;
	/*font-size: 2vw;*/
	/*font-size: 16px;*/
	padding-top: 5px;
	padding-bottom: 5px;
}

.komitent-filter{
	padding-top: 5px;
	padding-bottom: 5px; 
}

.komitent-filter:hover{
	background: silver;
}

.row_page>.row :nth-child(even){
  background-color: #dcdcdc;
}
.row_page>.row :nth-child(odd){
  background-color: #aaaaaa;
}

.row{
	margin: 0px;
}

#lblKomitent{
	line-height: initial;
	overflow: hidden;
}

.ui-dialog{
	top: 50px!important;
	z-index: 10000;
}

#form-container .ui-dialog{
	top: 0px!important;
}

@media (max-width: 575px){
	.col-sm-2 {
    	-webkit-box-flex: 0;
    	-ms-flex: 0 0 16.666667%;
    	flex: 0 0 16.666667%;
    	max-width: 16.666667%;
	}

	.menu-button{
    	font-size: 12px;
	}

}

