340 lines
8.1 KiB
CSS
340 lines
8.1 KiB
CSS
body,html{height: 100%;}
|
|
|
|
@media (min-width:1200px){.container{width:100%}}
|
|
@media (min-width: 768px){.col-sm-8{width:100%}}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
background: #f8f8f8;
|
|
}
|
|
.top {
|
|
padding: 10px 20px;
|
|
position: relative;
|
|
}
|
|
.err_span2 {
|
|
border-color: #f00 !important;
|
|
border: 1px solid #f00 !important;
|
|
}
|
|
.show {
|
|
color: #f00 !important;
|
|
}
|
|
.main {
|
|
background: #fff;
|
|
border: 1px solid #d7d7d7;
|
|
border-radius: 4px;
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
padding: 20px;
|
|
}
|
|
img.i98.pull-right {
|
|
width: 33px;
|
|
}
|
|
.im {
|
|
margin: 15px 1px;
|
|
}
|
|
|
|
.form-group {
|
|
position: relative;
|
|
}
|
|
|
|
|
|
|
|
span.select_ {
|
|
border-bottom: 1px solid black;
|
|
width: 100%;
|
|
display: block;
|
|
padding: 8px 1px;
|
|
position: relative;
|
|
font-weight: 700;
|
|
}
|
|
|
|
i.fa.fa-angle-down {
|
|
float: right;
|
|
position: relative;
|
|
top: 1px;
|
|
font-size: 21px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.form-control, .form-control:focus {
|
|
width: 100%;
|
|
margin-bottom: 10px;
|
|
height: 30px;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 4px;
|
|
padding: 10px;
|
|
border-color: #d9d9d9;
|
|
box-shadow: none;
|
|
}
|
|
.col-xs-10 {
|
|
width: 100%;
|
|
}
|
|
|
|
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
|
|
float: none;
|
|
}
|
|
span.err_span {
|
|
display: none;
|
|
color: #b90909;
|
|
}
|
|
|
|
span.input_icon {
|
|
position: absolute;
|
|
top: -2px;
|
|
/* left: 11px; */
|
|
}
|
|
|
|
span.input_icon2 {
|
|
position: absolute;
|
|
top: 7px;
|
|
left: 11px;
|
|
}
|
|
|
|
|
|
.footer {
|
|
position: fixed;
|
|
bottom: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
/* background: red; */
|
|
}
|
|
|
|
|
|
.select_layer {
|
|
position: fixed;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(37, 37, 37, 0.64);
|
|
text-align: center;
|
|
}
|
|
|
|
.select_div {
|
|
background: white;
|
|
max-width: 500px;
|
|
margin: 1px 15px;
|
|
top: 101px;
|
|
position: relative;
|
|
padding: 15px 17px;
|
|
text-align: left;
|
|
}
|
|
|
|
h2.select_h1 {
|
|
font-size: 17px;
|
|
font-weight: 700;
|
|
margin: 0px;
|
|
margin: 9px 1px;
|
|
}
|
|
|
|
#clear {
|
|
height: 1px;
|
|
background: grey none repeat scroll 0% 0%;
|
|
margin-top: 23px;
|
|
margin-bottom: 14px;
|
|
}
|
|
|
|
.select_item {
|
|
position: relative;
|
|
padding-left: 27px;
|
|
}
|
|
|
|
span.select_span {
|
|
position: absolute;
|
|
left: 0px;
|
|
}
|
|
|
|
.selects {
|
|
padding-left: 3px;
|
|
margin: 14px 1px;
|
|
}
|
|
|
|
input[type=radio] {
|
|
/* display: none; */
|
|
display: inline-block;
|
|
}
|
|
|
|
.radio {transform: scale(1.5,1.5);}
|
|
|
|
.button_b98 {
|
|
text-align: right;
|
|
}
|
|
|
|
a.buton_ser989 {
|
|
text-decoration: none;
|
|
color: #045fa7;
|
|
margin-right: 12px;
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.sel_ {
|
|
margin: 19px 1px;
|
|
}
|
|
|
|
img.ilogo {
|
|
width: 142px;
|
|
}
|
|
|
|
.form-group.has_err .err_span {
|
|
display: block !important;
|
|
}
|
|
|
|
.form-group.has_err .form-control{
|
|
border: 1px solid;
|
|
border-color: #af0909;
|
|
|
|
}
|
|
|
|
span.fa.fa-circle-o-notch.fa-stack-1x.fa-spin {
|
|
color: #178cf3;
|
|
}
|
|
|
|
.loader__ {
|
|
background: rgba(255, 255, 255, 0.54) !important;
|
|
}
|
|
|
|
span.fa.fa-circle-o-notch.fa-stack-1x.fa-spin {
|
|
top: 194px !important;
|
|
}
|
|
|
|
span.delete {
|
|
position: absolute;
|
|
top: 31px;
|
|
right: 10px;
|
|
color: rgb(14, 14, 14);
|
|
font-size: 19px;
|
|
display: none;
|
|
z-index: 2;
|
|
}
|
|
|
|
.form-control.has-value+.delete {
|
|
display:block !important
|
|
}
|
|
.logo {
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
.logo img {
|
|
width: 40%;
|
|
padding: 100px;
|
|
}
|
|
|
|
.header {
|
|
border: 0;
|
|
border-bottom: 2px solid #a9a9a9;
|
|
text-align: center;
|
|
display: block;
|
|
background: #fff;
|
|
margin-bottom: 20px;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
color: #555555;
|
|
display: block;
|
|
font-size: 1.5em;
|
|
-webkit-margin-before: 1em;
|
|
-webkit-margin-after: 1em;
|
|
-webkit-margin-start: 0px;
|
|
-webkit-margin-end: 0px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
|
|
.images {
|
|
margin: 0 auto;
|
|
}
|
|
.images1, .images2, .images3 {
|
|
display: inline-block;
|
|
width: 78px;
|
|
text-align: center;
|
|
}
|
|
.headline {
|
|
font-size: 13px;
|
|
padding: 0;
|
|
max-width: 100%;
|
|
overflow: hidden;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
font-weight: bold;
|
|
}
|
|
.form-group {
|
|
margin-bottom: 15px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
|
|
.footer {
|
|
background-color: #efefef;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
|
|
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
|
|
box-shadow: inset 0 1px 0 rgba(255,255,255,1);
|
|
border-top: 1px solid #ccc;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.footer > #text {
|
|
font-size: 10px;
|
|
text-align: right;
|
|
padding: 7px 10px 0 0;
|
|
color: #4c4c4c;
|
|
height: 15px;
|
|
margin-right: 10px;
|
|
}
|
|
/* deete icon */
|
|
|
|
.iconfield {
|
|
width: 20px;
|
|
height: 20px;
|
|
padding-left: 5%;
|
|
}
|
|
|
|
label {
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
margin-bottom: 5px;
|
|
font-weight: 700;
|
|
color: #2c220e;
|
|
}
|
|
.image1 {
|
|
color: rgb(49,186,233);
|
|
display: inline-block;
|
|
text-align: center;
|
|
width: 48%;
|
|
font-weight: 100;
|
|
}
|
|
|
|
.input_submitBtn:disabled {
|
|
width: 100%;
|
|
height: 60px;
|
|
margin-top: 30px;
|
|
border: 0;
|
|
color: #ffaa00;
|
|
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAA0CAMAAADG3yrFAAABOFBMVEX/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgD/qgCc0HqcAAAAaHRSTlMAARg4U2Z1e4B3cF5KLAwQQnF/XzADD1B9cjYCO3ppHBQWc1EzIBEaKD5dVw4kCTpMYyUFfjdDCh18FU9uW1QSKWsGImceH1ZNJ0tJF0QyeFhFBxMIVWJ0Uj9AbAQqTmFICyFHNXkNb9a4U8AAAAGwSURBVEjHzZXpXwFBGMdnS2xLyLkiokNJSelUyZVcHSRE6e7//w9inln3rueVT79XM8/zNZ5rZgkZFDczq5pTa/h5Qatb0BMlGYyLfJ9MZotVDrXZRX5YjiXnOJRzLfPj5PaMsnozLyPRxQ2xKwIvL/tgKF511+NbXVv3bvg3twK9DLb76aBDMmt3evbdUNe812OtYWYT9geDOzBGmOewaztiFvPxSN4nPnCdepnhjAUXHdcBwzk4w6wkF7C95Ma2KsZyv6I7P2ziCZnGJk3Un6Jn2WEO0rITE4XTrtvLBHQ5Iz9eeg0lbtrLLPzOrzCMOUqo23HkYVyUJtcD5xUIgYYUlWAOin1LyB1dZBUvxT1lHkgJ/qKsCBdZDYIAPyrCIRgyYgM4U1FSijJPEozRtOFqTRcQcbCp3pnrWBgFP0O5Sg0EXG2y4r4gYJXUiQQCfu2OjzgZbklwGXGyqcDgN0w14u+QXwTVFKHvTk+EGx04jWx3gH4GkDAtnjOCg+s0QQEHWyjcwsEfFK7hYHiKP3FwvvNe6pEx8+76V+57uhf25xetCmkm0fL/5xdJDv4Du219auWY4jEAAAAASUVORK5CYII=');
|
|
border-radius: 4px;
|
|
background-color: #ffe3ad;
|
|
background-position: 27%;
|
|
background-repeat: no-repeat;
|
|
background-size: 20px;
|
|
}
|
|
|
|
.input_submitBtn {
|
|
width: 100%;
|
|
height: 60px;
|
|
margin-top: 30px;
|
|
border: 0;
|
|
color: #4e3402;
|
|
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAA0CAMAAADG3yrFAAABnlBMVEUiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwIiFwL+viHYAAAAinRSTlMAAi9wpcvp9f/u4LyTVxcghOH9vl8GHp/642wEdfPRN70BJ98s6uahZkAiM097uq4DHEgSc+SYBcZJCftthRM6+Cqe3MW1pyRS1gtE/s6gO509qxj2mk6WkdIuh2PvTa+KDSYbD7uqzcPnpJR9gNfoB1Omm8KQ1RZU/EPYPJxBK45+apXxGt2pCDQRue79AAABwElEQVRIx82VZ1/CMBDGg7PiwgV1jwIOFLfi3gvq3ltx74V7b/3W0ksKIm29V/58Xl3u/oTkniQlJFC6kNCw8IhILkofHRMbR7QUb0jgvikxKTlFDTWaeO6nUtPSlVBdRianpKzsYDYuh1MRn5H7g80TOHWZApditvgq1vyCQnORrbjE7t9Badk3tjxVTkdX+POVVdVyusbP1jpYTqgLXFy9oYFVGn25JpZJag7ad4uVllrNLNHGFtdeq+RTBy12spZ00WG3TtGqHrb3XhjZ6KDPqWKsS4R6P0w9ALE4qHpihuhsw97QSV0eUT9eo2NAjHvDCfo7m8ZhnATC4l3HFETTWic3m843Qwg1ZFYLzqXNniNkHoIFzUuxCMwSWaZ/4daEZ1kPVii8qglXAbNGjBQeWdfSBjCbMozRX8Nb2zt2HgeLu9LL0uNAwXu0Xcv7CPjgkDX3CAEfy044EfCJ7z3jf4c9MuxGzCzOMPgU042zc2AvLlGmCBJ7JeIcvJbgG6TddvgMIOFbCU5vwMG7sEE9Dk4G2IOD7wDexsH3AD/g4CnpvRwVkDdl+vHp+eVvL+zrG1rv5MOF1ud/fpHU4C8G75UmM1S4eQAAAABJRU5ErkJggg==');
|
|
border-radius: 4px;
|
|
background-color: #ffa700;
|
|
background-position: 27%;
|
|
background-repeat: no-repeat;
|
|
background-size: 20px;
|
|
} |