﻿/*Top Button Css START*/
*,
*:after,
*:before {
	margin:0;
	padding:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	background: #efefef;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 auto 10px;
}
p {
	font-size: 1em;
	line-height: 1.8em;
}

.mainContent {
	width: 800px;
	margin: 40px auto;
}

.backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: no-repeat 0 0 #333;
    /*width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;*/
    /*background: url('@Url.Content("~")images/arrow.png') no-repeat 0 0 #333;*/ /* fallback for older browsers 
	background: url('@Url.Content("~")images/arrow.png') no-repeat 0 0 rgba(0,0,0,0.7);*/
    /*border-radius: 5px;*/
}
/*Top Button Css END*/

/*Top Logo Css START*/
.wrap_header {
    width: 100%;
    height: 60px;
    border-bottom: 2px solid #60c1f7;
    background: #fff;
}

.header {
    vertical-align: middle;
    height: 60px;
    margin: auto;
    position: relative;
}

.logo_header {
    position: absolute;
    left: 0;
    top: 0;
}

.header h1 {
    font-size: 22px;
    line-height: 60px;
    color: #60c1f7;
    padding: 0 0 0 140px;
    margin: 0;
}

.header_nav {
    position: absolute;
    right: 20px;
    top: 21px;
}
/*Top Logo Css END*/

/*Other START*/
#query {
    display: none;
}

#query-browser th.money label {
    width: 90px;
}

#query-browser th.money {
    width: 90px;
}

#query-browser td div.money-mark {
    float: left;
    padding-right: 1px;
}

#query-browser td div.money {
    float: left;
    width: 50px;
}

#query1 div.row {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#query1 div.row:nth-child(even) {
    background-color: #efefef;
}

#query1 .inputMore {
    width: 100%;
    display: inline-block;
}
/*Other END*/