/* Write your custom CSS here */

.panel .panel-counter {
    position: relative;
    padding: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	font-size: 150%;
	text-align: center;
	background-color: #e9edf2;
	cursor: pointer;
}

.panel .panel-caution {
    position: relative;
    padding: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	font-size: 150%;
	text-align: center;
	background-color: #ffff99;
	color:#2b343b;
	cursor: pointer;
}

.panel .panel-warning {
    position: relative;
    padding: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	font-size: 150%;
	text-align: center;
	background-color: #f57070;
	color:#2b343b;
	cursor: pointer;
}

.shadow {
	box-shadow: 6px 6px 2px grey;
}

.page-inner {
	background: #96acb7;
}

.page-footer {
}

.label-adjust {
	position:relative;
	top:6px;
	text-align:right;
}

.scrollable-list {
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 6px 10px !important;
    margin: 0;
	margin-bottom: 15px;
    list-style-type: none;
	border: 1px solid #dce1e4;
}

.scrollable-list li {
    padding: 4px 8px;
    cursor: pointer;
}

.scrollable-list li:hover {
    background-color: #f0f0f0;
}
