299 lines
5.3 KiB
CSS
299 lines
5.3 KiB
CSS
h1, h2, h3, h4, h5, h6, label, legend {
|
|
font-family: 'Chivo';
|
|
}
|
|
#main-wrap .wrap-inner {
|
|
padding-bottom: 100px;
|
|
}
|
|
.page-client {
|
|
background: #fff;
|
|
padding: 20px;
|
|
border: 1px solid #ddd;
|
|
margin: 30px 0 30px 15px;
|
|
max-width: 1000px;
|
|
min-width: 900px;
|
|
position: relative;
|
|
}
|
|
.sub-title {
|
|
color: #337ab7;
|
|
font-size: 20px;
|
|
font-weight: 400;
|
|
margin: 50px 0 5px;
|
|
padding: 0 0 0 8px;
|
|
}
|
|
.sub-title .label {
|
|
padding: 4px 10px 5px;
|
|
font-size: 12px;
|
|
margin: 0 0 0 10px;
|
|
vertical-align: text-top;
|
|
}
|
|
.page-client > div:first-child .sub-title {
|
|
margin: 20px 0 5px;
|
|
}
|
|
.page-client > * {
|
|
margin: 0 0 30px;
|
|
}
|
|
.page-receipts .info-receipts {
|
|
overflow-x: auto;
|
|
}
|
|
.page-receipts table {
|
|
margin: 0 0 10px;
|
|
}
|
|
.page-receipts table .btn {
|
|
width: auto;
|
|
margin: 0;
|
|
}
|
|
.page-receipts table th {
|
|
width: 15%;
|
|
white-space: normal;
|
|
vertical-align: top;
|
|
}
|
|
.page-client > *:last-child {
|
|
margin: 0;
|
|
}
|
|
.line-content {
|
|
width: 100%;
|
|
margin: 0 0 15px;
|
|
font-size: 15px;
|
|
line-height: 2;
|
|
font-weight: 400;
|
|
border-top: 1px dashed #dadada;
|
|
padding: 15px 10px 0;
|
|
box-sizing: border-box;
|
|
}
|
|
.line-content:after {
|
|
content: ".";
|
|
display: block;
|
|
height: 0px;
|
|
clear: both;
|
|
visibility: hidden;
|
|
}
|
|
div .line-content:nth-child(1) {
|
|
border-top: 0px dashed #dadada;
|
|
}
|
|
.line-content.middle {
|
|
text-align: center;
|
|
}
|
|
.line-content .header-line {
|
|
color: #000;
|
|
font-weight: 500;
|
|
float: left;
|
|
width: 300px;
|
|
}
|
|
.line-content .header-line label {
|
|
color: #000;
|
|
font-size: 15px;
|
|
font-weight: 500;
|
|
float: left;
|
|
width: 300px;
|
|
}
|
|
.line-content .header-line .text_require {
|
|
display: block;
|
|
width: 210px;
|
|
margin: 30px 0 0;
|
|
padding: 5px;
|
|
min-height: 6em;
|
|
}
|
|
.line-content .content-line {
|
|
color: #888;
|
|
float: right;
|
|
width: calc(100% - 350px);
|
|
}
|
|
.line-content .content-line .label {
|
|
margin: 0 2px 0 0;
|
|
padding: 5px 10px;
|
|
font-size: 13px;
|
|
}
|
|
.line-content .content-line .label a {
|
|
font-size: 13px;
|
|
}
|
|
.line-content.qt .header-line {
|
|
width: calc(100% - 110px);
|
|
}
|
|
.line-content.qt .content-line {
|
|
width: 100px;
|
|
text-align: right;
|
|
}
|
|
.line-content.qt ol.custom-module {
|
|
background: rgba(0, 0, 0, 0.04);
|
|
padding: 10px 10px 10px 30px;
|
|
margin: 10px 0;
|
|
border-radius: 4px;
|
|
}
|
|
.line-content.qt div.requirement-text {
|
|
background: rgba(0,0,0,0.04);
|
|
padding: 10px;
|
|
margin: 10px 0;
|
|
border-radius: 4px;
|
|
}
|
|
.line-content.qt ol.custom-module li {
|
|
margin: 5px 0;
|
|
}
|
|
.line-content.qt.hr {
|
|
border-top: 1px solid #ccc;
|
|
border-bottom: 1px solid #ccc;
|
|
padding: 15px 10px;
|
|
}
|
|
.line-content.qt.hr .header-line {
|
|
font-size: 18px;
|
|
}
|
|
.line-content.qt.hr .content-line {
|
|
color: #333;
|
|
font-size: 18px;
|
|
}
|
|
.line-content input[type="file"] {
|
|
height: 30px;
|
|
line-height: 8px;
|
|
float: left;
|
|
font-size: 13px;
|
|
margin: 6px 0 0;
|
|
}
|
|
.line-content.file .btn {
|
|
float: right;
|
|
width: 100px;
|
|
margin: 0;
|
|
}
|
|
.line-content.button .btn {
|
|
margin: 0 5px 10px;
|
|
box-sizing: border-box;
|
|
width: auto;
|
|
min-width: 150px;
|
|
}
|
|
.line-content .selected-module {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
.line-content .selected-module:after {
|
|
content: ".";
|
|
display: block;
|
|
height: 0px;
|
|
clear: both;
|
|
visibility: hidden;
|
|
}
|
|
.line-content .selected-module li {
|
|
margin: 0 10px 10px 0;
|
|
float: left;
|
|
}
|
|
.line-content .selected-module li span {
|
|
position: relative;
|
|
padding: 5px 10px 5px 20px !important;
|
|
}
|
|
.line-content .selected-module li span:before {
|
|
content: "";
|
|
display: block;
|
|
width: 6px;
|
|
height: 6px;
|
|
position: absolute;
|
|
left: 7px;
|
|
top: 9px;
|
|
background: #fff;
|
|
border-radius: 50%;
|
|
}
|
|
.btn, input.btn {
|
|
width: 150px;
|
|
margin: 20px 0;
|
|
}
|
|
.btn.flat {
|
|
margin: 0;
|
|
}
|
|
.site_added_item {
|
|
margin: 0 0 10px;
|
|
position: relative;
|
|
padding: 0 0 0 15px;
|
|
}
|
|
.site_added_item:before {
|
|
content: "";
|
|
width: 5px;
|
|
height: 5px;
|
|
border-radius: 50%;
|
|
background: #888;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 13px;
|
|
}
|
|
.site_added_item .label {
|
|
background: #d9534f;
|
|
margin: 0 5px !important;
|
|
}
|
|
|
|
.site_added_item.success .label {
|
|
background: #5cb85c;
|
|
margin: 0 5px;
|
|
}
|
|
|
|
.contract-wrapper .contract-actions{
|
|
position: fixed;
|
|
left: 1150px;
|
|
top: 88px;
|
|
vertical-align: top;
|
|
margin-top: 30px;
|
|
padding-bottom: 10px;
|
|
background: #fff;
|
|
width: 250px;
|
|
min-height: 100px;
|
|
border: 1px solid #ddd;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
/*.contract-wrapper .contract-section{
|
|
display: inline-block;
|
|
}*/
|
|
|
|
.contract-actions .action-heading{
|
|
margin: 10px 10px;
|
|
/*color: #337ab7;*/
|
|
font-size: 20px;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
}
|
|
|
|
.contract-actions ul{
|
|
list-style: none;
|
|
}
|
|
|
|
.contract-actions ul li{
|
|
font-size: 16px;
|
|
margin: 10px 0;
|
|
padding-left: 10px;
|
|
margin-right: 20px;
|
|
padding-bottom: 10px;
|
|
border-bottom: 1px dashed #ddd;
|
|
}
|
|
|
|
.contract-actions ul li a{
|
|
text-decoration: none;
|
|
}
|
|
|
|
.contract-actions ul li i{
|
|
font-size: 18px !important;
|
|
vertical-align: middle !important;
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
.line-content .header-line {
|
|
display: block;
|
|
float: none;
|
|
width: 100%;
|
|
}
|
|
.line-content .content-line {
|
|
display: block;
|
|
float: none;
|
|
width: 100%;
|
|
}
|
|
.line-content.qt .header-line {
|
|
float: left;
|
|
width: calc(100% - 110px);
|
|
}
|
|
.line-content.qt .content-line {
|
|
float: right;
|
|
width: 100px;
|
|
text-align: right;
|
|
}
|
|
.line-content.file .btn {
|
|
float: left;
|
|
}
|
|
.line-content.button .btn {
|
|
margin: 0 0 10px;
|
|
width: 100%;
|
|
}
|
|
} |