.display-inline-block {display: inline-block;}
.display-block {display: block;}
.float-left {float: left;}
div.panel-body-padding {padding: 10px 40px;}
.red-color {color: #A30000;}
.text-align-right {text-align: right; }
.text-align-center {text-align: center; }
.cursor-click { cursor: pointer;}
.unselectable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 1200px){
	.lg-float-right { float: right;  position: relative; left: 20px; text-align: right;}
	.login-button {height: 35px; }
}