html, body {
    height: 100%;
    margin: 0;
    background: #F0F0F0;
    color: #0059a9;
}

div.container {
    height: 100%;
}

div.container input[type="text"], 
div.container input[type="password"] {
    box-shadow: none;
    border-radius: 0; 
}

div.clear {
    clear: both;
}

div.center {
    margin: auto;
}

.text-center {
    text-align: center;
}

.text-rigth {
    text-align: right;
}

.pure-form label {
    font-weight: bold;
}

.spinner{
    /* position: fixed; */
    overflow-y: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 1234;
    overflow: auto;
    vertical-align: middle;
    background-color: #d3d3d3;
    opacity: 0.6;
    padding-top: 10%;
    position: absolute;
    height: 2000px;
}

.borderBottom{
    border-bottom:1px solid #0059a9; 
}

.borderLeft{
    border-left:1px solid #0059a9; 
}

.borderRight{
    border-right:1px solid #0059a9; 
}

.right{
    text-align:right;
}

.paddingBottomRemove{
    padding-bottom: 15px;
}

 hr {
border: 0;
color: #0059a9;
background-color: #0059a9;
height: 1px;
width: 100%;
text-align: left;
}


.headerGroup{
    margin-top:10px;
    margin-bottom:2px;
    font-size: 14pt;
    font-weight: bold;
    background-color: #0059a9;
    color: #FFF;
    padding: 5px;
}

.scrollToTop{
	/* cursor: pointer; */
	/* display: none; */
	/* position: fixed; */
	/* bottom: 5px; */
	/* right: 30px; */
	/* width: 47px; */
	/* height: 44px; */
	/* text-indent: -5555px; */
	/* width:100px; */
	/* height:130px; */
	/* padding:10px; */
	/* text-align:center; */
	/* background: whiteSmoke; */
	/* font-weight: bold; */
	/* color: #444; */
	/* text-decoration: none; */
	/* top:75px; */
	/* right:40px; */
	/* display:none; */
	/* text-indent: -5555px; */
	/* bottom: 0px; */
	/* right: 30px; */
	/* z-index: 950; */
	/* position: fixed; */
	/* background-position: left bottom; */
	/* background: url('../img/arrow_up.png') no-repeat 0px 20px; */
	cursor: pointer;
	display: none;
	position: fixed;
	bottom: 0px;
	right: 30px;
	width: 47px;
	height: 44px;
	text-indent: -5555px;
	background: transparent url(../img/up_page.png) no-repeat left top;
	z-index: 950;
}
.scrollToTop:hover{
	text-decoration:none;
}