﻿body {
	overflow-x: auto;
	overflow-y: auto;
}

header, footer {
	position: relative;
}

footer {
	bottom: 0px;
}

body div#page-container {
	min-height: calc(100vh - 100px);
	padding-top: 0px;
    margin-left: 0px;
}

#login-container #login-panel {
	width: 100% !important;
}
header a#header-menu {
    left: 25px;
}
header a.fa {
    position: absolute;
    top: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 23px;
    line-height: 50px;
}
header ul li a {
    line-height: 40px;
}
#dropdown-menu {
	top: 50px; 
	background-color: #333;
    z-index: 1;
}

body input[type="submit"]:not([type="checkbox"]):not([type="radio"]):not([type="range"]) i.fa, body button i.fa, body a.c4btn i.fa {
    top: 2px;
}

i.fa.fa-plus {
	padding: 15px;
	color: #fff;
	margin-right: 20px;
}

i.fa.fa-minus {
	padding: 15px;
	color: #fff;
}

body input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"])[disabled], body textarea[disabled], body select[disabled], body select option[disabled], body button[disabled], body a.c4btn[disabled], body .bubble-filter-input[disabled] {
	color: #373737!important;
    background-color: #ccc!important;
}

.comment {
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.placeholder-wrapper .placeholder-text {
	color: #5A5A5A;
}

@media (min-width: 1200px) {
	body header {
		width: 100%;
		z-index: 3;
	}

	i.fa.fa-plus {
		padding: 5px;
		margin-right: 5px;
	}

	i.fa.fa-minus {
		padding: 5px;
	}
}

@media (max-width: 700px) {
	i.fa.fa-plus, 
	i.fa.fa-minus {
		padding: 20px;
		margin-right: 20px;
	}
}

@media print {
	html, body {
		height: auto;
		font-size: 10px;
		line-height: 8px;
	}

	#print-container {
		border: solid 1px #E0E0E0;
		margin: 0;
		width: auto;
	}

	div.table > div.row,
	div.table .body > div.row {
		min-height: unset;
	}

	header, footer {
		display: none;
	}
}

div#locationInfo {
	display: none;
}

label:hover + div#locationInfo {
	display: block;
}

div#locationInfo {
	width: 500px;    
    left: 235px;
    z-index: 2;
    position: absolute;
}

div.table div.head div.row > div[class^=col-],
div.table div.body div.row > div[class^=col-] {
    padding-left: 6px;
    padding-right: 6px;
}

div.table div.head > div.row > div[class^=col-]:first-child,
div.table div.body > div.row > div[class^=col-]:first-child {
    padding-left: 0;
}

div.table div.head > div.row > div[class^=col-]:last-child,
div.table div.body > div.row > div[class^=col-]:last-child {
	padding-right: 0;
}

div.head.sort div[class^=col-] {
	cursor: pointer;
}

/*div.body div[class^=col-] {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

.ng2-pagination .current {
	background: #981a26 !important;
}