body {
	padding: 120px 0 80px;
}

/* Global */
.center {
	text-align: center;
}
.inline {
	display: inline-block;
}

h4 i {
	margin: 4px !important;
}

/* footer */
.footer {
	border-top: 1px #ccc solid;
	position: fixed;
	bottom: 0;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	font-size: 11px;
	color: #ccc;
	background: #fff;
}

/* page selector */
.page-selector {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 15000;
}

/* basic list */
.basic-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}
.basic-list label {
	width: 30%;
	margin-right: 20px;
	text-align: right;
	font-weight: bold;
	display: inline-block;
}

/* border classes */
.border-left {
	border-left: 1px #ccc solid;
}
.border-right {
	border-right: 1px #ccc solid;


}

/* padding classes */
.padding-10 {
	padding: 10px;
}

.panel-primary > .custom-header {
/*  background-color: #B3B3B3; */
    background-color: white;
    border: none;
    border-bottom: thin solid #B3B3B3;
    color: gray;
}
.custom-panel {
    border: thin solid #B3B3B3;
    border-radius: 0;
    background-color: white;
}
.my-reports-panel {
    padding: 25px 0;
    margin-top: 15px;
}
.my-reports-panel .btn {
    margin-top: 15px;
    border-radius: 0;
}
.custom-btn {
    background-color: #428bca;
    border: none;
}
.custom-btn:hover {
    background-color: #4F7FA8;
    border: none;
}
.custom-btn:focus {
    background-color: #4F7FA8;
    border: none;
}
.custom-btn .fa-star {
    color: #FFF394;
    font-size: 16px;
}
.custom-footer {
    border-top: thin solid #B3B3B3;
    background-color: white;
}
.btn-outline {
    border: thin solid white;
}
.aspNetDisabled {
	cursor: not-allowed
}
