body {
	padding-top: 76px;
	padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
	body.has-fixedheader {
		padding-top: 216px;
	}
	.fixedheader {
		position: fixed;
		top: 0px;
		padding-top: 76px;
		padding-right: 32px;
		width: 100%;
		z-index: 100;
		background: white;
	}
}

@media screen and (max-width: 767px) {
    .side-collapse-container {
        width: 100%;
        position: relative;
        right: 0;
        transition: left .4s;
    }
    .side-collapse-container.out {
        right: 0;
    }
    .side-collapse {
        top: 50px;
        bottom: 0;
        right: 0;
        width: 60%;
        position: fixed;
        overflow: hidden;
        transition: width .4s;
    }
    .side-collapse.in {
        width: 0;
    }
}

table.table th {
	white-space: nowrap;
}

.pagination {
	margin-top: 0px;
}

/*
body.layout-dashboard {
	background-color: #f5f5f5;
}

div.panel-dialog {
	margin-top: 50px;
}

div.content {
	margin: 0px;
	padding: 0px;
}

div.content-main {
	padding-left: 30px;
	padding-right: 30px;
	background-color: white;
}

div.checkbox-inline .checkbox {
	margin-right: 20px;
	display: inline;
}

li.list-group-item .checkbox {
	margin-top: -10px;
}

div.button-inline button {
	margin-bottom: 4px;
}

div.label-inline span {
	margin-right: 10px;
}

img.logo {
	display: inline;
}
*/

div.modal-dialog {
	z-index: 1050;
}

#loading {
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #f7f7f9;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
	background-image: url('../img/ajax-loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: none;
}

@media (min-width: 769px) {
	label ul.dropdown-menu {
		position: absolute;
		right: 0;
		text-align: right;
	}
}