.ui-grid {
	/*height: calc(100vh - 300px)*/
	height: 300px;
}

.grid-auto-pager {
	position:relative;
}
.grid-auto-height {
	height:auto !important;
}
.view-container {
	margin-top: 60px;
	margin-bottom: 60px;
}
.empty-grid {
	position: relative;
	top : -180px;
	opacity: 0.25;
	font-size: 1.5em;
	width: 100%;
	text-align: center;
	z-index: 1000;
}

@media  (min-width: 1600px) {
.container {
	width: 90%;
}
}
.btn-group.datefilter > .btn.date-range.range-is-on {
	border-radius: 0
}
.btn-group.datefilter > .btn.date-range.range-is-off {
	border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.btn.date-range + label > .date-picker-picker {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
   /* border-color: #204d74; */
}
.datefilter.btn-group label, span[ui-view]  span.btn-group.dropdown{
	margin-bottom: 0
}

span[ui-view]  span.btn-group {
	display: table-cell;
}
 label.required span:first-of-type:after {
    color: #a94442;
    content: ' *';
    display:inline;
}

.modal-500 .modal-dialog {
  width: 500px;
}



/* added for displaying navigation color as white, 07/10/2018*/
.nav > li:not(.active):not(.open) > a, .nav > li:not(.active):not(.open) > a > i {
	color: white !important;
}

/* dashboard, google chart style */
.chart-dashboard {
	width: 100%;
	height: 55vh;
}

.container h2 + div {
	margin-bottom: 8px;
    margin-top: 16px;
    display: flow-root;
}

.search  .input-group input[type='text'] , .search  .input-group .input-group-btn button {
    border-left-width: 0;  
    height: 32px;   
}

.search  .input-group > * {
	height: 32px;
}
 
 
.select.btn-group span.caret {
	border-width: 4px;
}

/* override radio css defined in beyond.min.css */
input[type=radio], input[type=checkbox] {
	opacity: 1 !important;
	left: 10px !important;
}

/* override dialogs.min.css for issue #8 */
.dialog-header-confirm h4, .dialog-header-confirm span, .dialog-header-error h4, .dialog-header-error span, .dialog-header-wait h4, .dialog-header-wait span {
	color: black !important;
}

/* override google recaptcha badge css */
.grecaptcha-badge {
	z-index: 250;
}

/* enable cell text copy */
.ui-grid-disable-selection {
         -webkit-touch-callout: default;
         -webkit-user-select: text;
         -khtml-user-select: text;
         -moz-user-select: text;
         -ms-user-select: text;
         user-select: text;
         cursor:auto;
}



