.wrap-content {
	padding: 0px 25px 15px;
}

.wrap-content > .control-buttons {
	margin-bottom: 15px;
	width: 100%;
	display: block;
}

.wrap-content > h1 {
    font-size: 24px;
}

input[type=checkbox] {
	opacity: 1!important;
}

.panel {
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	margin-bottom: 15px;
}

.panel .panel-body {
	padding: 15px;
}

.panel .panel-heading {
	padding: 5px 15px;
	background-color: #f5f5f5;
}

.panel .panel-body.panel-open {
	padding: 0px;
}

.panel .panel-body.panel-open .table {
	margin-bottom: 0px;
}

.panel .panel-body.panel-open .table tr {
	border: none;
}

.panel .panel-body.panel-open .table tr td {
	padding: 10px 15px;
}

.panel.panel-minimal .panel-heading {
	background-color: #ffffff;
	font-size: 17px;
	padding: 15px 15px;
}

body a.btn-sm {
	padding: 5px 10px;
	border: none !important;
	height: auto;
	line-height: 1;
}

.panel .panel-heading a {
	margin-left: 10px;
	margin-top: 8px;
}

.ace-nav.active-buttons > li:hover {
	background-color: #438eb9;
}

.ace-nav.active-buttons > li.green:hover {
	background-color: #87b87f;	
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.grid-view .button-column a {
    margin-right: 5px;
    display: inline-block;
}

.text-muted {
	color: #999999;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.show-on-mobile {
		display: block!important;
	}

	.sh_btn_right_bottom {
		display: none!important;
	}

	footer {
		max-height: 100px!important;
	}
}

@media only screen and (max-device-width : 320px) {
	.hide-on-mobile {
		display: none!important;
	}
}

.open-menu-button {
	display: none;
	position: fixed;
	padding: 10px;
	left: 40px;
	top: 50%;
	margin-top: -50px;
	text-align: center;
	background-color: #438eb9;
	color: #ffffff;
	z-index: 5000;
	transform: rotate(90deg);
	transform-origin: left top 0;
	border-radius: 5px 5px 0px 0px;
	cursor: pointer;
}