﻿.jsqcss{
	width: 500px;
    height: 650px;
    position: fixed;
    right: 120px;
    top: 50%;
    margin-top: -300px;
    z-index: 1000;
    background: #ffffff;
    overflow: hidden;
    text-align: left;
}
.jsqcss .span {
    font-size: 23px;
    color: #ffffff;
    font-weight: bold;
    line-height: 23px;
    margin: 40px 0 10px 0;
	text-align: CENTER;
}
.jsqcss .p {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    opacity: 0.8;
	text-align: CENTER;
}
.jsqcss .paint-box {
    /* background: #e35762; */
    background-size: cover;
    color: rgba(51,51,51,1);
    max-width: 800px;
	margin-top: 77px;
}
.jsqcss .paint-box h4 {
    font-size: 20px;
    background-color: #d8212f;
    padding: 15px 20px;
    line-height: 50px;
    font-weight: bold;
    margin: 0px;
	color: #fff;
}
.jsqcss .paint-box h4 span.glyphicon {
    color: #d8212f;
    background-color: #fff;
    font-size: 28px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    padding-left: 2px;
    margin-right: 20px;
    vertical-align: middle;
}
.jsqcss .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.jsqcss .vertical-space2 {
    height: 20px;
    border: none;
    margin: 0;
}
.jsqcss .paint-form {
    margin: 0px 40px 15px;
    font-size: 20px;
    border-bottom: 1px solid #d8212f;
    padding: 0 15px 15px;
}
.jsqcss label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}
.jsqcss .paint-form input {
    border-radius: 5px;
    border: 1px solid #ccc;
    line-height: 40px;
    height: 40px;
    width: 105px;
    margin-right: 10px;
    color: #818180;
    font-size: 16px;
    padding-left: 15px;
	display: initial;
}
.jsqcss sup {
    top: -0.5em;
}
.jsqcss sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.jsqcss .paint-form .button {
    line-height: 35px;
    background-color: #d8212f;
    border: 0;
    width: 121px;
    color: #fff;
    margin-left: 20px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
    font-family: inherit;
    display: inline-block;
}
.jsqcss .paint-remarks {
    font-size: 15px;
    margin: 0 40px 15px;
    line-height: 30px;
    border-bottom: 1px solid #d8212f;
    padding: 0 10px 15px;
    line-height: 2;
}
.jsqcss .paint-remarks p {
    margin: 0;
}
.jsqcss .paint-box h3 {
    font-size: 18px;
    margin: 0 40px 0;
    padding: 5px 10px 10px;
    color: #cc0817;
    font-weight: bold;
}
.jsqcss .paint-box h3 span {
    font-size: 18px;
    padding: 0 10px;
}
@font-face{
	font-family:'Glyphicons Halflings';
	src:url('../fonts/glyphicons-halflings-regular.eot');
	src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
	url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
	url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
	url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}
.glyphicon-calendar:before {
    content: "\e109";
}