body{
	background: url(../image/paper.png) whitesmoke;
}

.us-input{
	border: 1px solid gray;
}

.us-input-wide{
	width: 100%;
}

.us-input:focus{
	box-shadow: 0 0 3px skyblue;
}

.top-panel{
	position: absolute;
	background-color: #3498db;
	top: 0;
	left: 0;
	right: 0;
	height: 110px;
	border-bottom: 3px solid #2980b9;
	box-shadow: 0 3px 3px silver;
	padding: 10px 20px;
}

.user-info{
	display: inline-block;
	width: 250px;
	height: 87px;
	padding: 3px;
	color: whitesmoke;
}

.user-info a{
	color: whitesmoke;
}

.role-name{
	font-size: 120%;
	display: inline-block;
	margin-bottom: 7px;
}

.top-panel-button{
	width: 87px;
	height: 87px;
	border: 1px solid #2980b9;
	box-shadow: 2px 2px 3px #2980b9;
	border-radius: 5px;
	background-color: whitesmoke;
	text-align: center;
	margin-left: 30px;
	display: inline-block;
}

.content-wrap{
	background-color: white;
	margin: 0 20px;
	border: 3px solid #ecf0f1;
	padding: 20px;
	padding-top: 120px;
	min-height: 600px;
}

.light-text{
	color: #95a5a6;
}

.btn-splitter{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    color: silver;
}

.panelSelect .panel-heading{
	padding: 3px 7px;
}

.panelSelect .panel-body{
	padding: 3px 7px 3px 20px;
}

#flashMessage{
    display: none;
    position: absolute;
    top: 0;
    left: 30%;
    right: 30%;
}

#printDocOnly .printOnlyToolbar{
	margin-bottom: 10px;
}

#printDocOnly .printOnlyToolbar .btn{
	margin-right: 10px;
}