@charset "UTF-8";
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=32a1ee313345e6247263)
 * Config saved to config.json and https://gist.github.com/32a1ee313345e6247263
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  outline: 0;
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-shadow: none;
  box-shadow: none; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #ffffff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
  color: #4A4A4A; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 28px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #5BA6F4;
  border-width: 1px;
  padding: 6px 11px;
  outline: 0; }

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999999; }

.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px; }

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .help-warning,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #D62522;
  background-color: #E8D6D6;
  color: #a94442; }

.has-error .form-control:focus {
  border-color: #843534; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-size: 12px; }

.help-warning {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-size: 12px;
  float: left; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal .message {
    text-align: center;
    padding: 48px 20px;
    font-size: 16px; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

.modal-header .close {
  margin-top: -8px;
  position: absolute;
  right: 10px;
  border: none;
  background: #fff;
  font-size: 24px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  text-align: center;
  color: #878787;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px; }

.modal-body {
  position: relative;
  padding: 0 15px; }
  .modal-body .tips, .modal-body .multiple-line-tips {
    text-align: center;
    line-height: 30px;
    padding: 20px; }

.modal-footer {
  text-align: center; }
  .modal-footer .btn-ok {
    height: 30px;
    width: 15%;
    margin: 20px 10%;
    vertical-align: inherit; }

.model_text {
  display: inline-block;
  vertical-align: text-top; }

.model_text_pay {
  text-align: left;
  margin-left: 10%; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 580px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.text-center {
  text-align: center; }

.text-danger {
  color: #FF6C64; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc; }

.breadcrumb > .active {
  color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px; }

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed; }

.clearfix:before,
.clearfix:after,
.pager:before,
.pager:after {
  content: " ";
  display: table; }

.clearfix:after,
.pager:after {
  clear: both; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs:before, .nav-tabs:after {
    content: " ";
    display: table; }
  .nav-tabs:after {
    clear: both; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333; }

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }

a {
  outline: none !important; }

.clearfix {
  zoom: 1; }
  .clearfix:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  min-height: 100%; }

html {
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template,
script {
  display: none; }

a {
  background-color: transparent; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

ins, a {
  text-decoration: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

em {
  font-style: normal; }

img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", "FontAwesome", monospace;
  font-size: 1em; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  background: #F6F6F6;
  font-family: "Microsoft YaHei", 微软雅黑, STHeiti, 宋体, sans-serif;
  font-weight: normal;
  color: #4A4A4A;
  font-size: 14px; }

body,
input,
textarea,
select,
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern"; }

@media only screen and (max-width: 640px) {
  body {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; } }

abbr[title],
dfn[title] {
  cursor: help; }

dfn[title] {
  border-bottom: 1px dotted;
  font-style: normal; }

p,
hr,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0;
  padding: 0; }
  p:last-child,
  hr:last-child,
  ul:last-child,
  ol:last-child,
  dl:last-child,
  blockquote:last-child,
  pre:last-child,
  address:last-child,
  fieldset:last-child,
  figure:last-child {
    margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0 0;
  font-weight: 600;
  font-size: 100%; }

h1 {
  font-size: 16px; }

h2 {
  font-size: 14px; }

hr {
  display: block;
  padding: 0;
  border: 0;
  height: 0;
  border-top: 1px solid #eee;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

li {
  list-style: none; }

address {
  font-style: normal; }

iframe {
  border: 0; }

button,
input:not([type="radio"]):not([type="checkbox"]),
select {
  vertical-align: middle; }

html, body {
  width: 100%;
  min-height: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: normal;
  overflow-x: hidden; }

a {
  color: #4A4A4A; }
  a:hover {
    color: #313131; }

.form-group .ng-binding {
  word-break: break-all; }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  background: #F6F6F6;
  line-height: normal; }
  html img {
    width: 100%; }

.g-ly-nav {
  width: 100%; }
  .g-ly-nav .container {
    position: relative; }
  .g-ly-nav .logo {
    left: 0;
    top: 0;
    display: inline-block;
    width: 265px;
    height: 64px;
    background: url(../images/common/logo.png) 0 40% no-repeat;
    float: left; }
    .g-ly-nav .logo.logo-en {
      width: 360px;
      background: url(../images/common/enlogo@2x.png) 0 50% no-repeat;
      -webkit-background-size: 98% 98%;
      background-size: 98%; }
    .g-ly-nav .logo a {
      display: block;
      line-height: 200px;
      height: 60px;
      overflow: hidden;
      font-size: 0; }
  .g-ly-nav .nav-user {
    zoom: 1;
    float: right;
    text-align: center; }
    .g-ly-nav .nav-user:after {
      display: block;
      content: "";
      clear: both;
      height: 0;
      overflow: hidden; }
    .g-ly-nav .nav-user a {
      text-decoration: none;
      color: #FFF; }
    .g-ly-nav .nav-user .caret {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transition: -webkit-transform .4s;
      transition: transform .4s; }
    .g-ly-nav .nav-user .dropdown-toggle {
      height: 60px;
      line-height: 60px;
      padding: 0 20px;
      min-width: 140px;
      display: inline-block;
      position: relative;
      z-index: 2000;
      font-size: 12px; }
    .g-ly-nav .nav-user .md-user-menus {
      left: auto;
      color: #FFF;
      right: 0;
      width: 100%;
      border: none;
      min-width: 100px;
      border-radius: 0;
      margin: 0;
      padding: 0;
      text-align: center;
      -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3); }
      .g-ly-nav .nav-user .md-user-menus a {
        height: 40px;
        line-height: 40px;
        padding: 0;
        color: #4A4A4A; }
      .g-ly-nav .nav-user .md-user-menus a:hover {
        background: rgba(91, 166, 244, 0.25); }
    .g-ly-nav .nav-user.open .dropdown-toggle {
      background: #fff;
      color: #4A4A4A; }
    .g-ly-nav .nav-user.open .caret {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .g-ly-nav .g-translate-btns {
    zoom: 1;
    display: block;
    padding: 15px 0;
    float: right; }
    .g-ly-nav .g-translate-btns .btn {
      font-size: 12px;
      padding: 4px 10px;
      height: auto;
      min-height: auto;
      line-height: normal;
      margin-right: 5px;
      width: 60px;
      text-align: center;
      margin-top: 2px; }
      .g-ly-nav .g-translate-btns .btn:last-child {
        margin-right: 0; }

.g-ly-cont {
  margin-top: 50px; }
  .g-ly-cont.md-more-space {
    margin-top: 150px; }
  .g-ly-cont .g-ly-main {
    width: 100%;
    margin: 0 auto;
    min-height: 768px; }
    .g-ly-cont .g-ly-main .container {
      width: 1000px; }
    .g-ly-cont .g-ly-main .g-foot {
      height: 30px;
      text-align: center;
      font-size: 12px;
      margin-top: 60px; }

.g-ly-noframe .g-ly-nav {
  top: -60px; }

.g-ly-noframe .g-ly-cont {
  margin: 0; }

.g-ly-noframe .g-foot {
  position: fixed;
  z-index: 999;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 12px; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes borderGrow {
  0% {
    border-bottom: 0; }
  100% {
    border-bottom: 3px; } }

@keyframes borderGrow {
  0% {
    border-bottom: 0; }
  100% {
    border-bottom: 3px; } }

.container-top-nav {
  position: relative;
  z-index: 999;
  background-color: #0c2e74; }
  .container-top-nav .extend-bar {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px 0;
    -webkit-box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.35); }
    .container-top-nav .extend-bar ul {
      margin-right: 50px; }
      .container-top-nav .extend-bar ul li {
        min-width: 160px;
        font-size: 14px;
        color: #808080;
        margin-bottom: 4px;
        cursor: default; }
        .container-top-nav .extend-bar ul li a {
          cursor: pointer;
          color: #808080; }
        .container-top-nav .extend-bar ul li a:hover {
          text-decoration: none;
          color: #3d5890; }
      .container-top-nav .extend-bar ul li:first-of-type {
        font-size: 16px;
        color: #333;
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid #e1e1e1; }
    .container-top-nav .extend-bar ul:last-of-type {
      margin: 0; }
  .container-top-nav .extend-bar-user {
    position: absolute;
    top: 100%;
    background-color: #fff;
    padding: 30px 45px;
    -webkit-box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.35);
    right: 0;
    width: 250px; }
    .container-top-nav .extend-bar-user .drop-list li {
      margin-bottom: 19px;
      height: 30px;
      line-height: 30px;
      text-align: left; }
      .container-top-nav .extend-bar-user .drop-list li .image {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: 15px;
        vertical-align: middle; }
      .container-top-nav .extend-bar-user .drop-list li a {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        text-decoration: none;
        color: #333; }
      .container-top-nav .extend-bar-user .drop-list li:last-of-type {
        margin-bottom: 0; }
      .container-top-nav .extend-bar-user .drop-list li:hover {
        cursor: pointer; }
        .container-top-nav .extend-bar-user .drop-list li:hover a {
          color: #3d5890; }
    .container-top-nav .extend-bar-user .drop-list li.profile .image {
      background: url("../images/index/profile.svg");
      background-position: center center;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat; }
    .container-top-nav .extend-bar-user .drop-list li.profile:hover .image {
      background: url("../images/index/profile_hover.svg");
      background-position: center center;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat; }
    .container-top-nav .extend-bar-user .drop-list li.home .image {
      background: url("../images/index/home.svg");
      background-position: center center;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat; }
    .container-top-nav .extend-bar-user .drop-list li.home:hover .image {
      background: url("../images/index/home_hover.svg");
      background-position: center center;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat; }
    .container-top-nav .extend-bar-user .drop-list li.lock .image {
      background: url("../images/index/lock.svg");
      background-position: center center;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat; }
    .container-top-nav .extend-bar-user .drop-list li.lock:hover .image {
      background: url("../images/index/lock_hover.svg");
      background-position: center center;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat; }
    .container-top-nav .extend-bar-user .drop-list li.logout .image {
      background: url("../images/index/logout.svg");
      background-position: center center;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat; }
    .container-top-nav .extend-bar-user .drop-list li.logout:hover .image {
      background: url("../images/index/logout_hover.svg");
      background-position: center center;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat; }
  .container-top-nav .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100px;
    width: 1200px;
    margin: 0 auto; }
  .container-top-nav .left, .container-top-nav .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .container-top-nav .log__container {
    margin-right: 50px; }
    .container-top-nav .log__container .logo {
      display: inline-block;
      width: 325px;
      height: 64px;
      background: url(../images/common/logo@3x.png);
      background-position: center center;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat; }
    .container-top-nav .log__container .logo-en {
      background: url(../images/common/enlogo@2x.png) center no-repeat/cover; }
  .container-top-nav .navigation-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .container-top-nav .navigation-bar li {
      position: relative; }
      .container-top-nav .navigation-bar li a {
        display: inline-block;
        height: 100px;
        line-height: 100px;
        padding: 0 12px;
        font-size: 16px;
        color: #fff;
        text-decoration: none; }
        .container-top-nav .navigation-bar li a:hover {
          cursor: pointer;
          text-decoration: none; }
      .container-top-nav .navigation-bar li a:hover:after {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #fff;
        -webkit-animation: borderGrow 2s ease-out;
        animation: borderGrow 2s ease-out; }
      .container-top-nav .navigation-bar li .arror {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        width: 8px;
        height: 8px;
        background: url(../images/common/arror@3x.png) center no-repeat;
        -webkit-background-size: contain;
        background-size: contain; }
      .container-top-nav .navigation-bar li .arror.down {
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg); }
    .container-top-nav .navigation-bar li.gap:after {
      content: "|";
      color: #fff;
      padding: 0 0px; }
  .container-top-nav .action__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .container-top-nav .action__container .g-reg-btns a, .container-top-nav .action__container .g-translate-btns a {
      display: inline-block;
      margin: 0;
      color: #fff;
      font-size: 16px;
      cursor: pointer;
      text-decoration: none; }
    .container-top-nav .action__container .g-reg-btns a:hover, .container-top-nav .action__container .g-translate-btns a:hover {
      text-decoration: none; }
    .container-top-nav .action__container .g-reg-btns span, .container-top-nav .action__container .g-translate-btns span {
      color: #fff;
      padding: 0 10px; }
    .container-top-nav .action__container .g-translate-btns {
      margin-left: 40px; }
      .container-top-nav .action__container .g-translate-btns a {
        opacity: .5; }
      .container-top-nav .action__container .g-translate-btns .currentLang {
        opacity: 1; }
    .container-top-nav .action__container .nav-user {
      position: relative;
      height: 100px;
      max-width: 255px;
      padding-right: 15px;
      line-height: 100px;
      color: #fff;
      font-size: 16px;
      cursor: pointer; }
      .container-top-nav .action__container .nav-user span {
        padding-right: 15px; }
      .container-top-nav .action__container .nav-user span.name {
        display: inline-block;
        width: 125px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .container-top-nav .action__container .nav-user .arror {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        width: 6px;
        height: 6px;
        background: url(../images/common/arror@3x.png) center no-repeat;
        -webkit-background-size: contain;
        background-size: contain; }
      .container-top-nav .action__container .nav-user:hover .arror {
        -webkit-transform: translateY(-50%) rotateZ(180deg);
        transform: translateY(-50%) rotateZ(180deg); }

.backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fadeIn .5s ease-in-out forwards;
  animation: fadeIn .5s ease-in-out forwards; }
  .backdrop.fadeout {
    -webkit-animation: fadeOut .5s ease-in-out forwards;
    animation: fadeOut .5s ease-in-out forwards; }
  .backdrop.nobackdrop {
    background: none; }

.g-load {
  min-width: 150px;
  max-width: 280px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #4A4A4A;
  padding: 10px 15px;
  border-radius: 10px;
  z-index: 1050;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  top: 40%; }

.g-load .load-icon {
  font-size: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  list-style: none;
  display: block;
  vertical-align: middle;
  margin: 0 auto 3px; }

.g-load .load-icon li {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e1e1e1; }

.g-load .load-icon li:nth-child(1) {
  left: 50%;
  top: 0;
  margin: 0 0 0 -2px;
  -webkit-transform-origin: 50% 250%;
  transform-origin: 50% 250%;
  -webkit-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate; }

.g-load .load-icon li:nth-child(2) {
  top: 50%;
  right: 0;
  margin: -2px 0 0 0;
  -webkit-transform-origin: -150% 50%;
  transform-origin: -150% 50%;
  -webkit-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate; }

.g-load .load-icon li:nth-child(3) {
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -2px;
  -webkit-transform-origin: 50% -150%;
  transform-origin: 50% -150%;
  -webkit-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate; }

.g-load .load-icon li:nth-child(4) {
  top: 50%;
  left: 0;
  margin: -3px 0 0 0;
  -webkit-transform-origin: 250% 50%;
  transform-origin: 250% 50%;
  -webkit-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate; }

.g-md-loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1070;
  height: 100%;
  text-align: center; }
  .g-md-loading img {
    display: block;
    margin: 0 auto 5px;
    width: 25px; }
  .g-md-loading .g-load {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  .g-md-loading.preshow-load .g-load {
    -webkit-animation: fadeInUp .5s ease-in-out forwards;
    animation: fadeInUp .5s ease-in-out forwards; }

@keyframes fadeIn {
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  to {
    opacity: 0; } }

@keyframes fadeOut {
  to {
    opacity: 0; } }

@-webkit-keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes rota {
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes rota {
  to {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes opa {
  12.0% {
    opacity: 0.80; }
  19.5% {
    opacity: 0.88; }
  37.2% {
    opacity: 0.64; }
  40.5% {
    opacity: 0.52; }
  52.7% {
    opacity: 0.69; }
  60.2% {
    opacity: 0.60; }
  66.6% {
    opacity: 0.52; }
  70.0% {
    opacity: 0.63; }
  79.9% {
    opacity: 0.60; }
  84.2% {
    opacity: 0.75; }
  91.0% {
    opacity: 0.87; } }

@keyframes opa {
  12.0% {
    opacity: 0.80; }
  19.5% {
    opacity: 0.88; }
  37.2% {
    opacity: 0.64; }
  40.5% {
    opacity: 0.52; }
  52.7% {
    opacity: 0.69; }
  60.2% {
    opacity: 0.60; }
  66.6% {
    opacity: 0.52; }
  70.0% {
    opacity: 0.63; }
  79.9% {
    opacity: 0.60; }
  84.2% {
    opacity: 0.75; }
  91.0% {
    opacity: 0.87; } }

.box-bid .bodding-bid .pdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  font-size: 12px; }
  .box-bid .bodding-bid .pdiv p {
    width: 40%; }
    .box-bid .bodding-bid .pdiv p .text {
      background: skyblue;
      border-radius: 3px;
      width: 60px;
      height: 19px;
      text-align: center;
      line-height: 19px;
      color: #fff;
      cursor: pointer; }
  .box-bid .bodding-bid .pdiv .pdonw {
    width: 80%; }

.box-bid .bd-btn {
  padding-top: 15px;
  padding-bottom: 15px; }
  .box-bid .bd-btn .g-btn-cont {
    margin: 0; }
    .box-bid .bd-btn .g-btn-cont button {
      border-radius: 4px;
      width: 130px; }

.g-md-attchement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-bottom: 25px; }
  .g-md-attchement .attachement-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 15px; }
    .g-md-attchement .attachement-item:last-child {
      margin-right: 0; }
    .g-md-attchement .attachement-item .attachement-title {
      margin-bottom: 28px; }
    .g-md-attchement .attachement-item .g-btn-cont {
      margin-top: 15px; }

.g-md-attchement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-bottom: 25px; }
  .g-md-attchement .attachement-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    margin-right: 15px; }
    .g-md-attchement .attachement-item:last-child {
      margin-right: 0; }
    .g-md-attchement .attachement-item .attachement-title {
      margin-bottom: 28px;
      color: #878787;
      height: 38px;
      vertical-align: middle; }
    .g-md-attchement .attachement-item .thumbnail {
      margin-bottom: 15px; }
    .g-md-attchement .attachement-item .g-btn-cont .btn {
      background: #5DBCFA;
      width: 100px; }
      .g-md-attchement .attachement-item .g-btn-cont .btn[disabled] {
        background-color: #d2d2d2; }
      .g-md-attchement .attachement-item .g-btn-cont .btn.btn-danger {
        background: #FB6B6B; }

.g-md-attachement-list {
  border: 1px solid #ccc;
  padding: 0;
  border-radius: 4px; }
  .g-md-attachement-list .attachement-title {
    float: left;
    line-height: 40px;
    padding-left: 10px; }
  .g-md-attachement-list .action {
    float: right; }
    .g-md-attachement-list .action .btn {
      height: 40px;
      line-height: 38px;
      font-size: 12px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      .g-md-attachement-list .action .btn:hover {
        color: #FFF; }

.g-tips {
  color: #A5A5A5;
  text-align: center;
  font-size: 12px; }

.red-color {
  color: #FF6C64; }

.g-md-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .g-md-location .level {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 8px; }
    .g-md-location .level:last-child {
      margin-right: 0; }

.btn {
  border: 0 none;
  color: #fff;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  min-width: 70px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  vertical-align: middle;
  text-align: center;
  text-overflow: ellipsis;
  cursor: pointer;
  outline: none; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn.btn-block {
    display: block;
    width: 100%; }
  .btn.disabled, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:active {
    cursor: not-allowed;
    background-color: lightgray;
    border-color: lightgray; }

.btn-lg {
  height: 48px;
  line-height: 48px;
  min-width: 250px;
  font-size: 18px; }

.btn-md {
  height: 40px;
  line-height: 40px;
  min-width: 250px;
  font-size: 14px; }

.btn-primary {
  background-color: #408BDE;
  border-color: #408BDE; }
  .btn-primary, .btn-primary:link, .btn-primary:visited {
    color: #fff; }
  .btn-primary:hover {
    background-color: #2371c8; }

.btn-search {
  background-color: #5DBCFA;
  border-color: #5DBCFA; }
  .btn-search, .btn-search:link, .btn-search:visited {
    color: #fff; }
  .btn-search:hover {
    background-color: #2ca8f8; }

.btn-danger {
  background-color: #FB6B6B;
  border-color: #FB6B6B; }
  .btn-danger, .btn-danger:link, .btn-danger:visited {
    color: #fff; }
  .btn-danger:hover {
    background-color: #fa3939; }

.btn-success {
  background-color: #57CA96;
  border-color: #57CA96; }
  .btn-success, .btn-success:link, .btn-success:visited {
    color: #fff; }
  .btn-success:hover {
    background-color: #39b57d; }
  .btn-success.btn-success-o {
    background-color: #fff;
    color: #57CA96;
    border: 1px solid #57CA96; }

.btn-logout {
  background-color: #878787;
  border-color: #878787; }
  .btn-logout, .btn-logout:link, .btn-logout:visited {
    color: #fff; }
  .btn-logout:hover {
    background-color: #6e6e6e; }

.g-btn-cont {
  text-align: center;
  margin-bottom: 10px; }
  .g-btn-cont .btn {
    margin: 0 20px; }

.g-md-box {
  position: relative;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px; }
  .g-md-box .hd {
    height: 40px;
    line-height: 40px;
    color: #FFF;
    padding: 0 25px; }
  .g-md-box .bd {
    padding: 40px 100px;
    background: #FFF; }
    .g-md-box .bd.bd-border {
      border-top: 1px solid #DDE4E5; }
  .g-md-box .g-mk-status {
    position: absolute;
    right: -7px;
    top: 5px; }

.box-info .hd {
  background: #57CA96; }

.box-bid .hd {
  background: #56A8E9; }

.md-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .md-box .md-box-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 8px; }
    .md-box .md-box-item:last-child {
      margin-right: 0; }

.g-md-avatar-upload {
  position: relative;
  height: 80px; }
  .g-md-avatar-upload .g-md-avatar {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .g-md-avatar-upload .thumbnail_note {
    margin-left: 100px; }

.g-md-avatar {
  width: 80px;
  overflow: hidden;
  max-height: 80px; }
  .g-md-avatar img {
    width: 100%;
    height: 100%; }
  .g-md-avatar.avatar-sm {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px; }

.g-md-comment {
  border-top: 1px solid #D1D1D1;
  padding-top: 15px;
  margin: 0 60px; }
  .g-md-comment .hd {
    margin-bottom: 10px; }
    .g-md-comment .hd strong {
      font-size: 16px;
      font-weight: 400;
      margin-right: 5px; }
  .g-md-comment .comment-submit {
    position: relative; }
    .g-md-comment .comment-submit .g-md-avatar {
      position: absolute;
      right: 30px;
      top: 0; }
    .g-md-comment .comment-submit .g-btn-cont {
      text-align: right; }
      .g-md-comment .comment-submit .g-btn-cont .btn {
        margin: 0 0 0 20px; }
    .g-md-comment .comment-submit .submit-content {
      margin-right: 100px; }
      .g-md-comment .comment-submit .submit-content textarea {
        margin-bottom: 10px; }

.g-md-pager {
  font-size: 12px;
  position: relative; }
  .g-md-pager .pager-info {
    line-height: 30px;
    margin: 0; }
    .g-md-pager .pager-info strong {
      padding: 0 3px;
      font-weight: 700; }
  .g-md-pager .pager-pagination {
    position: absolute;
    margin: 0;
    right: 0;
    top: 0; }

.g-md-table {
  width: 100%;
  margin-bottom: 30px;
  border-spacing: 0; }
  .g-md-table th {
    background-color: #4D647B;
    height: 40px;
    color: #fff;
    font-weight: 400; }
  .g-md-table td {
    height: 70px;
    background: #fff; }
  .g-md-table th, .g-md-table td {
    text-align: center; }
  .g-md-table tr:nth-child(2n) td {
    background: #EFF1F3; }

.quickdate {
  display: inline-block;
  position: relative; }

.quickdate-button div,
.quickdate-action-link div {
  display: inline; }

.quickdate-popup {
  z-index: 10;
  background-color: #fff;
  border: solid 1px #000;
  text-align: center;
  display: none;
  position: absolute;
  padding: 5px; }

.quickdate-popup.open {
  display: block; }

.quickdate-close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #333;
  font-size: 110%;
  margin-top: -6px;
  text-decoration: none; }

.quickdate-close:hover {
  text-decoration: underline; }

.quickdate-close:hover,
.quickdate-close:visited {
  color: #333; }

.quickdate-calendar-header {
  display: block;
  padding: 2px 0;
  margin-bottom: 5px;
  text-align: center; }

.quickdate-month {
  display: inline-block; }

a.quickdate-prev-month {
  float: left; }

a.quickdate-next-month {
  float: right; }

.quickdate-text-inputs {
  text-align: left;
  margin-bottom: 5px; }

.quickdate-input-wrapper {
  width: 48%;
  display: inline-block; }

input.quickdate-date-input,
input.quickdate-time-input {
  width: 100px;
  margin: 0;
  height: auto;
  padding: 2px 3px; }

table.quickdate-calendar {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 5px; }

table.quickdate-calendar th,
table.quickdate-calendar td {
  padding: 5px; }

table.quickdate-calendar td:hover {
  cursor: pointer; }

.quickdate-popup-footer {
  text-align: right;
  display: block; }

.quickdate input.ng-invalid {
  border: 1px solid #dd3b30; }

.quickdate input.ng-invalid:focus {
  outline-color: #dd3b30; }

.quickdate {
  display: inline-block;
  vertical-align: bottom;
  font-size: 15px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.quickdate input,
.quickdate select {
  font-size: 13px; }

.quickdate-button {
  background: #ffffff;
  color: #333333;
  border: solid 1px #cccccc;
  -webkit-box-shadow: outset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: outset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  padding: 4px 8px;
  display: inline-block;
  text-decoration: none; }

.quickdate-button:hover {
  text-decoration: underline; }

.quickdate-button:hover i {
  text-decoration: none; }

.quickdate-button i {
  padding-right: 4px; }

.quickdate-popup {
  color: #333333;
  font-size: 15px;
  background-color: #fafafa;
  border: solid 1px #dddddd;
  border-radius: 3px;
  -webkit-box-shadow: 0px 10px 30px rgba(25, 25, 25, 0.92);
  box-shadow: 0px 10px 30px rgba(25, 25, 25, 0.92); }

.quickdate-action-link:visited,
.quickdate-action-link:hover {
  color: #333333; }

.quickdate-next-month i {
  padding-left: 10px; }

.quickdate-prev-month i {
  padding-right: 10px; }

table.quickdate-calendar {
  border: solid 1px #ccc;
  background-color: #ffffff; }

table.quickdate-calendar th,
table.quickdate-calendar td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

table.quickdate-calendar td a {
  display: block; }
  table.quickdate-calendar td a.frozen:hover {
    cursor: not-allowed; }

table.quickdate-calendar td:hover {
  background-color: #e6e6e6; }

table.quickdate-calendar td.other-month {
  background-color: #dbdbdb;
  color: #808080; }

table.quickdate-calendar td.other-month:hover {
  background-color: #c7c7c7; }

table.quickdate-calendar td.disabled-date {
  background-color: inherit;
  color: #ffffff; }

table.quickdate-calendar td.disabled-date:hover {
  background-color: inherit;
  cursor: default; }

table.quickdate-calendar td.selected {
  background-color: #b0ccde;
  font-weight: bold; }

table.quickdate-calendar td.is-today {
  color: #b58922;
  font-weight: bold; }

table.quickdate-calendar td.is-today.disabled-date {
  color: #929292;
  font-weight: normal; }

.quickdate-popup-footer {
  margin: 3px 1px 0; }

.quickdate-clear {
  display: inline-block;
  padding: 2px 4px;
  background-color: #ffffff;
  color: #333333;
  border: solid 1px #cccccc;
  -webkit-box-shadow: outset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: outset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  text-decoration: none; }

.quickdate-clear:hover {
  background-color: #f2f2f2; }

.g-md-imgloading .fa-spinner {
  font-size: 24px;
  margin: 20px;
  color: #57CA96;
  text-align: center;
  -webkit-animation: rota 1.72s linear infinite;
  animation: rota 1.72s linear infinite;
  -webkit-transform: none;
  transform: none; }

@keyframes rota {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.g-md-time-picker label {
  margin-bottom: 0;
  padding: 10px 0; }

.g-md-time-picker .quickdate-button {
  padding: 9px 8px; }

.g-md-time-picker .has-error .quickdate-button {
  background: #E8D6D6; }

.g-md-time-picker .has-error .quickdate-button:focus {
  border-color: #843534; }

.g-md-time-picker .btn {
  border-radius: 0;
  min-width: 40px; }
  .g-md-time-picker .btn .fa {
    content: ""; }
  .g-md-time-picker .btn .glyphicon {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  .g-md-time-picker .btn .glyphicon-chevron-left::before {
    content: ""; }
  .g-md-time-picker .btn .glyphicon-chevron-right::before {
    content: ""; }
  .g-md-time-picker .btn.active {
    background: #4A4A4A; }
  .g-md-time-picker .btn:hover {
    background: #7d7d7d; }

.g-md-breadcrumb .breadcrumb {
  font-size: 13px;
  padding: 8px 0; }

.g-md-multiple-select .item span {
  margin-left: 5px; }

.multi-level-select.en {
  line-height: 1.5; }
  .multi-level-select.en .display {
    line-height: 40px; }
  .multi-level-select.en .list {
    width: 185px; }
  .multi-level-select.en .list li {
    padding: 10px 5px; }
  .multi-level-select.en .children {
    margin-left: 65px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 632px;
    height: 340px;
    max-height: 340px;
    overflow: scroll; }
    .multi-level-select.en .children .group {
      width: 200px;
      word-wrap: break-word;
      display: inline-block;
      vertical-align: top;
      margin-right: 5px; }
      .multi-level-select.en .children .group li {
        height: 65px; }
        .multi-level-select.en .children .group li label {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: start;
          color: #555555;
          font-size: 14px; }
          .multi-level-select.en .children .group li label input {
            font-size: 16px;
            margin-right: 10px; }
          .multi-level-select.en .children .group li label span {
            font-size: 12px;
            word-break: keep-all; }

.multi-level-select {
  border-radius: 4px;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  position: relative; }
  .multi-level-select .display {
    padding: 0 12px; }
    .multi-level-select .display p {
      overflow: hidden;
      width: 80%;
      height: 40px; }
    .multi-level-select .display .delete-selected {
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .multi-level-select .display .fa {
      cursor: pointer;
      padding: 0 20px 0 5px;
      color: #818185; }
  .multi-level-select img.select-arrow {
    position: absolute;
    right: 14px;
    width: 9px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; }
  .multi-level-select img.select-right-arrow {
    top: 50%;
    width: 9px;
    right: 14px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .multi-level-select .list {
    overflow-y: auto;
    display: none;
    width: 135px;
    float: left;
    background: #fff;
    border-radius: 5px;
    z-index: 999;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08); }
    .multi-level-select .list li {
      cursor: pointer; }
    .multi-level-select .list li {
      float: none;
      padding: 0 20px 0 12px;
      cursor: pointer;
      position: relative; }
      .multi-level-select .list li:hover {
        color: #0893ee; }
    .multi-level-select .list .active {
      background-color: #e1e1e1; }
  .multi-level-select .children {
    width: 570px;
    margin-left: 15px;
    float: left; }
    .multi-level-select .children .group {
      width: 190px;
      word-wrap: break-word;
      display: inline-block;
      vertical-align: top; }
      .multi-level-select .children .group li label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #555555;
        font-size: 14px; }
        .multi-level-select .children .group li label input {
          font-size: 16px;
          margin-right: 5px;
          margin-top: 0; }
    .multi-level-select .children li {
      height: 35px; }

.g-md-comment-panel .g-md-comment-panel-topic {
  background: #EFF1F3;
  padding: 20px 60px;
  position: relative;
  overflow: auto; }
  .g-md-comment-panel .g-md-comment-panel-topic.reply {
    margin-top: 10px; }
  .g-md-comment-panel .g-md-comment-panel-topic .g-md-comment-panel-headpic {
    position: absolute;
    top: 20px;
    left: 60px; }
  .g-md-comment-panel .g-md-comment-panel-topic .g-md-comment-panel-form {
    padding-left: 50px; }
    .g-md-comment-panel .g-md-comment-panel-topic .g-md-comment-panel-form textarea.form-control {
      height: auto;
      line-height: 1.5; }
    .g-md-comment-panel .g-md-comment-panel-topic .g-md-comment-panel-form .g-md-comment-panel-form-tips {
      margin-bottom: 8px;
      font-size: 15px;
      color: #878787; }
      .g-md-comment-panel .g-md-comment-panel-topic .g-md-comment-panel-form .g-md-comment-panel-form-tips.little-tips {
        font-size: 12px; }
      .g-md-comment-panel .g-md-comment-panel-topic .g-md-comment-panel-form .g-md-comment-panel-form-tips span {
        font-size: 10px;
        margin-left: 10px; }
    .g-md-comment-panel .g-md-comment-panel-topic .g-md-comment-panel-form .g-md-comment-panel-form-sub-tips {
      font-size: 10px;
      color: #878787;
      margin-top: 10px;
      float: left; }
    .g-md-comment-panel .g-md-comment-panel-topic .g-md-comment-panel-form .g-md-comment-panel-form-sub-tips-no-float {
      font-size: 10px;
      color: #878787;
      margin-top: 10px;
      margin-bottom: 10px; }
    .g-md-comment-panel .g-md-comment-panel-topic .g-md-comment-panel-form .g-md-comment-panel-form-submit-btn {
      float: right;
      margin-top: 10px; }

.g-md-comment-panel .g-md-comment-panel-reply .g-md-comment-panel-reply-item {
  border-bottom: 1px solid #EBEBEB;
  padding-top: 15px;
  padding-bottom: 10px; }
  .g-md-comment-panel .g-md-comment-panel-reply .g-md-comment-panel-reply-item .g-md-comment-item-detail .row {
    position: relative; }
    .g-md-comment-panel .g-md-comment-panel-reply .g-md-comment-panel-reply-item .g-md-comment-item-detail .row .g-md-avatar {
      position: absolute;
      left: 0; }
    .g-md-comment-panel .g-md-comment-panel-reply .g-md-comment-panel-reply-item .g-md-comment-item-detail .row .detail {
      padding-left: 60px;
      color: #878787;
      margin-bottom: 10px; }
      .g-md-comment-panel .g-md-comment-panel-reply .g-md-comment-panel-reply-item .g-md-comment-item-detail .row .detail .owner-name {
        font-size: 15px;
        margin-right: 10px; }
      .g-md-comment-panel .g-md-comment-panel-reply .g-md-comment-panel-reply-item .g-md-comment-item-detail .row .detail .time-created {
        font-size: 10px; }
      .g-md-comment-panel .g-md-comment-panel-reply .g-md-comment-panel-reply-item .g-md-comment-item-detail .row .detail input {
        margin-left: 10px;
        margin-right: 5px; }
      .g-md-comment-panel .g-md-comment-panel-reply .g-md-comment-panel-reply-item .g-md-comment-item-detail .row .detail .operation-tip {
        font-size: 12px;
        color: #5BA6F4; }
      .g-md-comment-panel .g-md-comment-panel-reply .g-md-comment-panel-reply-item .g-md-comment-item-detail .row .detail .comment-content {
        font-size: 12px;
        color: #4A4A4A;
        margin-top: 10px; }
      .g-md-comment-panel .g-md-comment-panel-reply .g-md-comment-panel-reply-item .g-md-comment-item-detail .row .detail .reply-btn {
        font-size: 12px;
        color: #5DBCFA;
        cursor: pointer;
        margin-left: 10px; }

p.password-validate-error {
  color: #f00;
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 6px; }

.page-password-forget.page-login .bd .email {
  top: 33px; }

.g-md-process-bar {
  margin: 50px auto;
  width: 400px;
  height: 2px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px; }
  .g-md-process-bar li {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    position: relative; }
    .g-md-process-bar li .icon {
      z-index: 2;
      display: inline-block;
      height: 20px;
      width: 20px;
      position: absolute;
      left: 50%;
      margin-left: -8px;
      top: -8px;
      -webkit-transition: all .5s;
      transition: all .5s;
      background-color: #4A90E2;
      font-size: 12px;
      color: #fff;
      padding: 4px;
      border-radius: 10px;
      cursor: pointer; }
    .g-md-process-bar li .text {
      position: absolute;
      top: 10px;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      width: 100px;
      text-align: center;
      color: #9B9B9B;
      font-size: 13px;
      top: 20px;
      margin-left: 2px; }
    .g-md-process-bar li .arrow-tip {
      margin-left: 2px;
      font-size: 12px;
      font-weight: normal;
      position: absolute;
      top: 52px;
      border: 1px solid #DAB67B;
      border-radius: 6px;
      background-color: #FAEFDB;
      color: #9B9B9B;
      padding: 10px;
      z-index: 2;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      left: 50%;
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      width: 160px;
      margin-left: -80px;
      text-align: center; }
      .g-md-process-bar li .arrow-tip:before {
        content: '';
        width: 16px;
        height: 16px;
        background-color: #FAEFDB;
        border: 1px solid #DAB67B;
        border-radius: 6px;
        display: block;
        position: absolute;
        top: -9px;
        left: 50%;
        margin-left: -8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1;
        border-right: none;
        border-bottom: none;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0; }
    .g-md-process-bar li:before, .g-md-process-bar li:after {
      content: '';
      display: block;
      width: 50%;
      height: 3px;
      z-index: 1;
      position: absolute;
      background-color: #9B9B9B; }
    .g-md-process-bar li:before {
      left: 0; }
    .g-md-process-bar li:after {
      right: 0; }
    .g-md-process-bar li:first-child:before {
      display: none; }
    .g-md-process-bar li:last-child:after {
      display: none; }
    .g-md-process-bar li.past:before, .g-md-process-bar li.past:after {
      background-color: #4A90E2; }
    .g-md-process-bar li.current:before {
      background-color: #4A90E2; }
    .g-md-process-bar li.current .icon {
      width: 26px;
      height: 26px;
      border-radius: 13px;
      text-align: center;
      line-height: 20px;
      top: -12px;
      font-size: 16px;
      margin-left: -11px; }
    .g-md-process-bar li.currentee:before, .g-md-process-bar li.currentee:after {
      background-color: #4A90E2; }
    .g-md-process-bar li.future .icon {
      background-color: #F6F6F6;
      color: #9B9B9B;
      font-size: 16px;
      font-weight: bold;
      margin-left: -6px;
      top: -11px;
      width: 14px;
      padding: 0;
      margin-top: 4px; }
    .g-md-process-bar li.future .text {
      margin-left: 4px; }
    .g-md-process-bar li.future .arrow-tip {
      margin-left: -76px; }
    .g-md-process-bar li.step-hover .arrow-tip {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }

.modal.view-image-modal {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 0; }

.price-sheet-table th > span {
  display: block; }

.price-sheet-table th:nth-child(0) {
  max-width: 110px; }

.price-sheet-table td.price-sheet-workload input, .price-sheet-table td.price-sheet-time-period input {
  width: 80px; }

.price-sheet-table td.price-sheet-cost input, .price-sheet-table td.price-sheet-extra-cost input {
  width: 120px; }

.price-sheet-table td.price-sheet-total-fees {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px; }

.legacy-g-md-process-bar {
  margin: 50px auto;
  width: 400px;
  height: 2px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px; }
  .legacy-g-md-process-bar li {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    position: relative;
    background-color: #E0DBDB; }
    .legacy-g-md-process-bar li .icon {
      border: 2px solid #D1D1D1;
      background-color: #D1D1D1;
      display: inline-block;
      height: 16px;
      width: 16px;
      border-radius: 8px;
      position: absolute;
      left: 50%;
      margin-left: -8px;
      top: -8px;
      -webkit-transition: all .5s;
      transition: all .5s;
      background: #F6F6F6;
      border: 2px solid #9B9B9B; }
    .legacy-g-md-process-bar li .text {
      position: absolute;
      top: 20px;
      margin-left: 2px;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      width: 100px;
      text-align: center;
      font-size: 13px; }
    .legacy-g-md-process-bar li:first-child {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .legacy-g-md-process-bar li:first-child .icon {
        left: -8px; }
      .legacy-g-md-process-bar li:first-child .text {
        position: absolute;
        top: 20px;
        left: 0;
        margin-left: -4px;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0); }
    .legacy-g-md-process-bar li:last-child {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .legacy-g-md-process-bar li:last-child .icon {
        left: auto;
        right: -8px; }
      .legacy-g-md-process-bar li:last-child .text {
        position: absolute;
        top: 20px;
        left: auto;
        right: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0); }
    .legacy-g-md-process-bar li.past {
      background-color: #3275BB; }
      .legacy-g-md-process-bar li.past .icon {
        -webkit-box-shadow: inset 0 16px #3275BB;
        box-shadow: inset 0 16px #3275BB;
        background: #3275BB;
        border: 3px solid #81DDFF; }
        .legacy-g-md-process-bar li.past .icon.active {
          -webkit-box-shadow: inset 0 16px #3275BB;
          box-shadow: inset 0 16px #3275BB;
          background: #3275BB;
          border: 3px solid #81DDFF;
          height: 20px;
          width: 20px;
          border-radius: 10px; }
      .legacy-g-md-process-bar li.past span.active_text {
        color: #3275BB; }

.pdf-preview {
  margin: 20px auto; }
  .pdf-preview .view-container {
    overflow: auto; }

.md-index .md-index-control {
  position: absolute;
  bottom: 20%;
  left: 20%; }
  .md-index .md-index-control .md-index-login-btn {
    padding: 0 30px;
    background-color: #57CA96; }
  .md-index .md-index-control .md-index-register-btn {
    color: #fff;
    border-color: #fff;
    background: transparent;
    line-height: 28px;
    margin-left: 10px; }

.md-index .md-index-carousel .glyphicon {
  font: normal normal normal 14px/1 FontAwesome; }
  .md-index .md-index-carousel .glyphicon:after {
    font-size: 30px; }
  .md-index .md-index-carousel .glyphicon.glyphicon-chevron-left:after {
    content: "\f053"; }
  .md-index .md-index-carousel .glyphicon.glyphicon-chevron-right:after {
    content: "\f054"; }

.md-index .md-index-carousel .carousel-control {
  cursor: pointer; }

.md-index .md-index-carousel .carousel-indicators {
  display: none; }

.md-index .page-top-translate-bar {
  padding: 10px 20% 10px 0; }
  .md-index .page-top-translate-bar .btn {
    font-size: 12px;
    line-height: 28px; }
    .md-index .page-top-translate-bar .btn:nth-child(2) {
      margin-left: 20px; }

body > a {
  display: none; }

.g-ly-loading p {
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .g-ly-loading p .fa-spinner {
    margin-right: 4px;
    -webkit-animation: rota 1.72s linear infinite;
    animation: rota 1.72s linear infinite;
    -webkit-transform: none;
    transform: none; }

.notification-and-bulletin {
  padding-left: 24px;
  padding-right: 24px; }
  .notification-and-bulletin .title-wrapper {
    margin-top: 25px;
    height: 20px;
    padding: 0 21px; }
    .notification-and-bulletin .title-wrapper .title {
      float: left;
      font-size: 20px;
      line-height: 1;
      letter-spacing: 0.6px;
      text-align: left;
      color: #000000; }
    .notification-and-bulletin .title-wrapper .more {
      float: right; }
      .notification-and-bulletin .title-wrapper .more a {
        font-size: 14px;
        line-height: 1.43;
        letter-spacing: 0.4px;
        text-align: right;
        color: #0893ee;
        text-decoration: none; }
    .notification-and-bulletin .title-wrapper:after {
      clear: both; }
    .notification-and-bulletin .title-wrapper.bulletin {
      margin-top: 40px; }
  .notification-and-bulletin table {
    margin-top: 16px;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    color: #333333; }
    .notification-and-bulletin table th {
      background-color: rgba(179, 179, 179, 0.6);
      height: 32px;
      line-height: 32px;
      padding: 0 21px; }
      .notification-and-bulletin table th.time {
        width: 200px;
        padding-left: 37px; }
    .notification-and-bulletin table td {
      padding: 0 21px;
      height: 46px;
      line-height: 46px;
      border-bottom: solid 1px #f2f2f2; }
      .notification-and-bulletin table td.text {
        max-width: 650px;
        padding-right: 41px;
        width: 650px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer; }
        .notification-and-bulletin table td.text:hover {
          text-decoration: underline; }
      .notification-and-bulletin table td.time {
        text-align: right; }
    .notification-and-bulletin table tr:last-child td {
      border-bottom: solid 1px #e1e1e1; }

.g-mk-status {
  background-color: #3C6894;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 13px; }
  .g-mk-status:before, .g-mk-status:after {
    border-style: solid;
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    left: -6px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 50px solid #3C6894;
    border-top: 50px solid #3C6894; }
  .g-mk-status:before {
    border-width: 15px 10px 0 6px;
    top: 0; }
  .g-mk-status:after {
    border-width: 0 10px 15px 6px;
    bottom: 0; }
  .g-mk-status .triangle {
    position: absolute;
    right: 0px;
    bottom: -10px;
    height: 8px;
    width: 7px;
    border-top: 10px solid #323A45;
    border-right: 7px solid transparent; }
  .g-mk-status.g-mk-status--rejected {
    background-color: #FB6B6B; }
    .g-mk-status.g-mk-status--rejected:before, .g-mk-status.g-mk-status--rejected:after {
      border-bottom-color: #FB6B6B;
      border-top-color: #FB6B6B; }

.g-mk-bid-status {
  background-color: #3C6894;
  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  right: 0;
  top: 10px;
  background: #fff;
  width: 93px;
  border-top-left-radius: 30px; }
  .g-mk-bid-status span {
    display: inline-block;
    padding: 5px 8px;
    margin-left: 10px;
    margin-top: 8px;
    line-height: 12px;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    color: #FFF; }
  .g-mk-bid-status .red-bg {
    background: #F5A623; }
  .g-mk-bid-status .green-bg {
    background: #57CA96; }

.vendor-title {
  text-align: center;
  font-size: 24px; }

.vendor-title-desc {
  font-size: 14px;
  text-align: center;
  color: #8F8F8F;
  margin-top: 10px; }

.vendor-filed-required {
  color: #D0021B;
  margin: 0 4px; }

.md-step {
  width: 320px; }

.md-vendor-box .brief_intro {
  height: auto; }

.md-vendor-box .row label {
  color: #878787;
  margin-bottom: 7px; }

.md-vendor-box .modify {
  position: absolute;
  display: inline-block;
  top: 0;
  height: 40px;
  right: -1px; }
  .md-vendor-box .modify a {
    display: block;
    line-height: 40px;
    text-decoration: none;
    color: #FFF;
    padding: 0 25px;
    font-size: 13px;
    background-color: #339D6D; }
    .md-vendor-box .modify a:hover {
      background-color: #267752; }

.md-vendor-box .from-money {
  display: inline-block;
  width: 90%;
  margin-right: 8px; }

.md-vendor-box .money-unit {
  font-size: 12px;
  color: #878787; }

.md-vendor-box .md-time-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .md-vendor-box .md-time-picker .time-start {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    padding-right: 0; }
    .md-vendor-box .md-time-picker .time-start .form-control {
      background: #FFF; }
    .md-vendor-box .md-time-picker .time-start:first-child {
      padding-left: 0; }
    .md-vendor-box .md-time-picker .time-start:last-child {
      padding-left: 0; }
    .md-vendor-box .md-time-picker .time-start .quickdate {
      width: 200%; }
      .md-vendor-box .md-time-picker .time-start .quickdate .quickdate-button {
        width: 50%; }
  .md-vendor-box .md-time-picker .to {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 14px;
    text-align: center;
    font-size: 12px;
    color: #878787; }
  .md-vendor-box .md-time-picker .unit {
    margin-left: 5px; }

.md-vendor-box .multi-level-select.en .children {
  padding: 10px 0 0 0;
  max-height: 340px;
  overflow: scroll;
  width: 570px;
  margin-left: 15px; }

.md-vendor-box .thumbnail_note {
  display: table;
  height: 80px;
  padding-left: 40px; }
  .md-vendor-box .thumbnail_note .md-uploder {
    vertical-align: middle;
    display: table-cell; }
    .md-vendor-box .thumbnail_note .md-uploder .upload-btn {
      font-size: 14px;
      margin-right: 5px; }
    .md-vendor-box .thumbnail_note .md-uploder a {
      font-size: 14px;
      color: #878787;
      text-decoration: underline; }
    .md-vendor-box .thumbnail_note .md-uploder .head-pic-note {
      font-size: 12px;
      color: #A5A5A5; }

.home a {
  cursor: pointer; }

.home__info {
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden; }

.home__info-image {
  height: 200px;
  width: 200px; }

.home__info-left {
  text-align: center; }

.home__info-body .info-heading {
  color: #808485; }
  .home__info-body .info-heading .info-title {
    font-size: 24px;
    font-weight: 900;
    vertical-align: middle; }

.home__info-body .info-mail {
  text-decoration: underline;
  color: #408BDE; }

.home__info-body p {
  margin: 10px 0 20px; }

.home__info-body a {
  margin-right: 30px; }

.home__info-body .description {
  line-height: 20px;
  max-height: 60px;
  overflow: hidden; }
  .home__info-body .description .caret {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }

.home__info-body .open-description {
  text-align: right; }
  .home__info-body .open-description .caret {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
  .home__info-body .open-description a {
    text-decoration: none; }
  .home__info-body .open-description a:hover {
    text-decoration: none; }

.home__info-body .description-open {
  height: auto;
  max-height: 100%;
  overflow: auto; }

.home__info-body .button-open .caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.home .push-news-button {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  padding: 0 20px;
  background: #00A255;
  line-height: 40px; }

.home__news-list li {
  border-bottom: 1px solid #EBEDF0;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .home__news-list li:last-of-type {
    border: none;
    margin-bottom: 0; }

.home__news-list .news-heading {
  margin-bottom: 10px; }
  .home__news-list .news-heading .subtitle {
    font-size: 24px;
    color: #333;
    font-weight: 900; }
  .home__news-list .news-heading .create-time {
    float: right; }

.home__news-list .news-body {
  margin-bottom: 10px; }

.home__news-list .news-footer {
  text-align: right; }
  .home__news-list .news-footer .news-detail {
    margin-left: 20px; }
    .home__news-list .news-footer .news-detail::after {
      content: '\f105';
      padding: 0 5px; }

.home__comment {
  background: #EBEDF0 !important; }
  .home__comment textarea {
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
    resize: none; }
  .home__comment p {
    overflow: hidden; }
    .home__comment p span {
      float: left;
      color: #808485;
      vertical-align: middle; }
    .home__comment p .push-comment {
      float: right; }

.home__comment-list .comment-left a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border: 1px solid #EBEDF0; }

.home__comment-list .comment-left img {
  width: 100px;
  height: 100px;
  border: none; }

.home__comment-list .comment-right .comment-heading {
  margin-bottom: 10px;
  overflow: hidden; }
  .home__comment-list .comment-right .comment-heading .subtitle {
    color: #808485; }
  .home__comment-list .comment-right .comment-heading .create-time {
    display: inline-block;
    float: right; }

.home__comment-list .comment-right .comment-body a {
  color: #408BDE;
  margin-left: 40px;
  display: inline-block; }

.home__comment-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EBEDF0;
  overflow: hidden; }
  .home__comment-list li:last-of-type {
    margin-bottom: 0;
    border: none; }

.dropdown-multiselect {
  font-size: 12px; }
  .dropdown-multiselect * {
    font-size: 12px; }
  .dropdown-multiselect button {
    background: #fff;
    color: #555;
    max-width: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden; }
    .dropdown-multiselect button span {
      position: absolute;
      right: 0;
      height: 4px;
      margin: auto;
      top: 0;
      bottom: 0; }
  .dropdown-multiselect li > a {
    line-height: 30px;
    text-indent: 10px; }
  .dropdown-multiselect .dropdown-header {
    font-weight: bold; }
  .dropdown-multiselect .glyphicon {
    text-indent: 10px; }
  .dropdown-multiselect .glyphicon-ok {
    font-family: 'FontAwesome'; }
    .dropdown-multiselect .glyphicon-ok:before {
      content: '\f00c'; }

.page-vendor-info .error-tips {
  color: #D62522;
  position: absolute;
  font-size: 12px; }

.page-vendor-info .bd-baseinfo {
  background: #EFF1F3; }

.page-vendor-info .quickdate-button {
  padding: 12px 30px 12px 30px;
  font-size: 12px;
  border: none;
  color: #555; }

.page-vendor-info .g-md-avatar-upload .md-uploder a.btn {
  color: #ffffff;
  text-decoration: none;
  background: #5DBCFA;
  padding: 0 24px;
  font-size: 12px; }
  .page-vendor-info .g-md-avatar-upload .md-uploder a.btn[disabled] {
    background: #d2d2d2; }

.page-vendor-info .g-md-avatar-upload .head-pic-note {
  margin-top: 10px; }

.page-vendor-info .g-md-process-bar li .text {
  width: 100px; }

.page-vendor-info .edit-form-button {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  cursor: pointer;
  padding: 0 20px;
  background: #00A255;
  line-height: 40px; }
  .page-vendor-info .edit-form-button:hover {
    text-decoration: none; }

.page-vendor-info .no-wrap {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

.page-vendor-info .text-warp {
  height: auto;
  word-break: break-word; }

.page-vendor-info .bg-gray {
  background: #EEE !important; }

.page-vendor-info .md-btn-cont {
  margin-bottom: 40px;
  text-align: center; }
  .page-vendor-info .md-btn-cont .btn {
    padding: 0 40px; }

.page-vendor-info .isDisable {
  background: #EFF1F3; }

.page-vendor-info .form-control {
  border-color: #EFF1F3; }

.page-vendor-info .has-error button {
  background: #E8D6D6; }

.page-vendor-info .inline-tips {
  font-size: 10px;
  padding: 0 10px; }

.page-vendor-info .mask-layer-parent {
  position: relative; }

.page-vendor-info .mask-layer {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.page-vendor-view .form-control {
  border-color: #EFF1F3;
  background: #EFF1F3; }

.page-vendor-view .row-content {
  height: auto;
  min-height: 40px;
  word-break: break-word; }

.page-vendor-view .input-group-addon {
  border: none;
  font-size: 12px; }

.info-box .md-annex {
  font-size: 12px;
  color: #878787; }
  .info-box .md-annex label {
    font-weight: normal; }
  .info-box .md-annex a {
    margin-left: 5px; }
  .info-box .md-annex .g-md-imgloading {
    position: absolute;
    z-index: 10;
    right: 2px;
    top: 1px;
    line-height: 30px; }
    .info-box .md-annex .g-md-imgloading .fa-spinner {
      font-size: 16px;
      margin: 0;
      color: #fff; }
  .info-box .md-annex .btn {
    padding: 0 20px; }
  .info-box .md-annex .annex-btn-add {
    margin-top: 12px; }
  .info-box .md-annex .annex-btn-more {
    text-align: center;
    margin-top: 40px; }
  .info-box .md-annex .help-block {
    margin: 24px 0 -20px 0;
    text-align: center; }

.info-box .g-md-avatar-upload .g-md-imgloading, .info-box .g-md-attchement .g-md-imgloading {
  position: absolute;
  right: 4px;
  top: 1px; }
  .info-box .g-md-avatar-upload .g-md-imgloading .fa-spinner, .info-box .g-md-attchement .g-md-imgloading .fa-spinner {
    color: #fff;
    margin: 0;
    font-size: 16px; }

.md-annex-list {
  margin-top: 10px; }
  .md-annex-list .annex-list {
    width: 150px;
    margin-top: 16px; }
    .md-annex-list .annex-list .thumbnail {
      text-align: center; }
      .md-annex-list .annex-list .thumbnail .annex-note {
        color: #878787;
        font-weight: normal;
        margin-bottom: 10px; }
      .md-annex-list .annex-list .thumbnail .annex-file-thumb img {
        width: 64px; }
      .md-annex-list .annex-list .thumbnail .annex-file-name {
        margin: 10px 0 16px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .md-annex-list .annex-list .thumbnail .btn {
        margin: 0; }

.box-info .form-group .form-group {
  padding: 0; }

.box-info .g-tips {
  text-align: left;
  margin-bottom: 65px;
  color: #000;
  font-size: 12px; }
  .box-info .g-tips .head {
    color: #fa8c0e;
    padding-right: 5px; }
    .box-info .g-tips .head:before {
      content: '*';
      padding: 5px; }
    .box-info .g-tips .head:after {
      content: ':';
      padding: 5px; }

.box-info .g-md-attchement {
  display: block; }
  .box-info .g-md-attchement .attachement-item:nth-of-type(3) {
    margin-right: 0; }
  .box-info .g-md-attchement .attachement-item {
    float: left;
    overflow: initial;
    margin-right: 43px;
    height: 255px; }
    .box-info .g-md-attchement .attachement-item.upload-other .upload-btn {
      width: 200px !important;
      height: 160px;
      border: 1px dashed rgba(0, 0, 0, 0.33);
      border-radius: 8px;
      line-height: 120px;
      font-family: PingFangSC;
      font-weight: 300;
      font-size: 14px;
      background: initial;
      color: #000; }
      .box-info .g-md-attchement .attachement-item.upload-other .upload-btn:before {
        content: "+";
        font-size: 16px; }
    .box-info .g-md-attchement .attachement-item.upload-other .inside-btn {
      text-decoration: none; }
    .box-info .g-md-attchement .attachement-item .attachement-title {
      position: relative;
      font-size: 13px;
      color: #878787;
      margin-bottom: 10px;
      text-align: left; }
      .box-info .g-md-attchement .attachement-item .attachement-title .number {
        font-weight: 300;
        font-family: PingFangSC;
        font-size: 30px;
        color: #878787; }
      .box-info .g-md-attchement .attachement-item .attachement-title .title {
        position: relative;
        bottom: 1px; }
      .box-info .g-md-attchement .attachement-item .attachement-title .help {
        display: inline-block;
        width: 13px;
        margin-bottom: 7px;
        color: #fff;
        font-size: 12px;
        border-radius: 50%;
        text-align: center;
        cursor: pointer; }
      .box-info .g-md-attchement .attachement-item .attachement-title .help-text {
        position: absolute;
        background-color: #fff;
        border-radius: 4px;
        -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.12);
        width: 216px;
        padding: 15px 10px;
        z-index: 2;
        left: -24px;
        top: 40px;
        font-size: 12px;
        line-height: 1.5; }
        .box-info .g-md-attchement .attachement-item .attachement-title .help-text .help-text-title {
          color: #fa8c0e;
          margin-bottom: 4px; }
          .box-info .g-md-attchement .attachement-item .attachement-title .help-text .help-text-title:after {
            content: ":"; }
        .box-info .g-md-attchement .attachement-item .attachement-title .help-text:after {
          content: "";
          position: absolute;
          left: 106px;
          top: -5px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 5px 5px 5px;
          border-color: transparent transparent #fff transparent; }
    .box-info .g-md-attchement .attachement-item .thumbnail {
      position: relative;
      height: 160px;
      width: 200px;
      margin: auto;
      border-radius: 8px;
      border: 1px dashed rgba(0, 0, 0, 0.33);
      overflow: hidden; }
      .box-info .g-md-attchement .attachement-item .thumbnail img {
        width: initial;
        height: 120px !important; }
    .box-info .g-md-attchement .attachement-item .ass-link {
      margin: 0 auto;
      width: 190px;
      margin-top: 16px; }
      .box-info .g-md-attchement .attachement-item .ass-link .text {
        font-size: 12px;
        color: #0893ee; }
      .box-info .g-md-attchement .attachement-item .ass-link .icon {
        margin-right: 4px;
        width: 12px; }
    .box-info .g-md-attchement .attachement-item .g-btn-cont .btn {
      background: #408BDE; }

.submit-vendor-info-tips {
  text-align: center;
  margin: 10px auto; }
  .submit-vendor-info-tips p {
    line-height: 20px;
    color: #9B9B9B; }

.multiple-line-tips p {
  line-height: 20px; }

.capital-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .capital-control .capital-control-item:nth-child(1) {
    -webkit-box-flex: 10;
    -ms-flex: 10;
    flex: 10; }
  .capital-control .capital-control-item:nth-child(2) {
    -webkit-box-flex: 7;
    -ms-flex: 7;
    flex: 7; }

.submitVendorSuccModal .modal-dialog {
  margin-top: 20%; }

.vendorSurveyModal .close {
  display: none; }

.survey-form {
  padding: 40px;
  text-align: left; }
  .survey-form .tips, .survey-form .multiple-line-tips {
    text-align: left;
    line-height: 30px;
    color: #9b9b9b;
    padding: 0; }
  .survey-form label {
    line-height: 30px; }
  .survey-form input[type="radio"] {
    margin-right: 10px; }
  .survey-form .hasError {
    color: #D0021B;
    text-align: center; }

.md-news-box {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  padding: 30px 60px; }
  .md-news-box input, .md-news-box textarea {
    outline: none; }

.md-news-list-page .uncheck,
.md-news-list-page .checking {
  background: #F5A623; }

.md-news-list-page .assigned {
  background: #2d8e62; }

.md-news-list-page .eliminated {
  background: #444242; }

.md-news-list-page .eliminated_review {
  background: #F5A623; }

.md-news-list-page .pool {
  background: #56A8E9; }

.md-news-list-page .freeze {
  background-color: #A5A5A5; }

.md-news-list-page .md-news-box.md-vendor-box {
  padding-top: 60px;
  margin-top: 20px; }

.md-news-list-page .md-news-box .news-vendor-brief {
  margin-bottom: 20px; }
  .md-news-list-page .md-news-box .news-vendor-brief .md-left {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 30px; }
    .md-news-list-page .md-news-box .news-vendor-brief .md-left .vendor-avatar img {
      width: 100%;
      height: 100%; }
  .md-news-list-page .md-news-box .news-vendor-brief .md-right {
    padding-left: 200px; }
    .md-news-list-page .md-news-box .news-vendor-brief .md-right .vendor-name {
      font-size: 28px;
      font-family: Arial;
      font-weight: normal;
      color: #9B9B9B; }
      .md-news-list-page .md-news-box .news-vendor-brief .md-right .vendor-name label {
        font-family: 'Microsoft YaHei', 微软雅黑, STHeiti, 宋体, sans-serif;
        font-size: 13px;
        color: #ffffff;
        display: inline-block;
        border-radius: 6px;
        padding: 6px 12px; }
    .md-news-list-page .md-news-box .news-vendor-brief .md-right .vendor-link {
      margin-top: 20px;
      margin-bottom: 20px; }
      .md-news-list-page .md-news-box .news-vendor-brief .md-right .vendor-link .btn {
        font-size: 13px; }
      .md-news-list-page .md-news-box .news-vendor-brief .md-right .vendor-link .vendor-website {
        margin-left: 20px;
        color: #4A90E2;
        text-decoration: underline; }
    .md-news-list-page .md-news-box .news-vendor-brief .md-right .vendor-info {
      color: #9B9B9B;
      word-break: break-all;
      max-height: 50px;
      overflow: hidden;
      font-size: 12px; }
      .md-news-list-page .md-news-box .news-vendor-brief .md-right .vendor-info.vendor-info-expand {
        max-height: inherit; }
    .md-news-list-page .md-news-box .news-vendor-brief .md-right .vendor-info-tool {
      font-size: 12px;
      text-align: right;
      margin-top: 8px; }
      .md-news-list-page .md-news-box .news-vendor-brief .md-right .vendor-info-tool a {
        text-decoration: none; }
        .md-news-list-page .md-news-box .news-vendor-brief .md-right .vendor-info-tool a span {
          color: #9B9B9B; }
        .md-news-list-page .md-news-box .news-vendor-brief .md-right .vendor-info-tool a i {
          color: #D8D8D8;
          margin-left: 6px; }

.md-news-list-page .md-news-box .box-info {
  position: absolute;
  width: 100%;
  left: 15px;
  top: 0; }
  .md-news-list-page .md-news-box .box-info .hd h3 {
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding-left: 33px; }
  .md-news-list-page .md-news-box .box-info .hd .fa {
    font-size: 22px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    margin-right: 6px; }

.md-news-list-page .md-news-box .news-list-item {
  margin-top: 20px;
  border-bottom: 1px solid rgba(155, 155, 155, 0.34); }
  .md-news-list-page .md-news-box .news-list-item .news-list-head {
    margin-bottom: 34px;
    margin-top: 12px; }
    .md-news-list-page .md-news-box .news-list-item .news-list-head .news-list-title h3 {
      font-size: 22px;
      color: #4A4A4A;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .md-news-list-page .md-news-box .news-list-item .news-list-head .news-list-time {
      font-size: 12px;
      line-height: 30px;
      color: #9B9B9B;
      text-align: right; }
  .md-news-list-page .md-news-box .news-list-item .news-list-summary {
    word-break: break-word;
    margin-bottom: 20px;
    color: #9B9B9B; }
    .md-news-list-page .md-news-box .news-list-item .news-list-summary .news-list-summary-image {
      height: 150px;
      width: 100%;
      text-align: left;
      margin-bottom: 20px; }
      .md-news-list-page .md-news-box .news-list-item .news-list-summary .news-list-summary-image img {
        width: auto;
        max-width: 100%;
        max-height: 100%; }
    .md-news-list-page .md-news-box .news-list-item .news-list-summary .image-list-summary-detail {
      color: #9B9B9B;
      font-size: 12px; }
  .md-news-list-page .md-news-box .news-list-item .news-list-operation {
    margin-bottom: 26px;
    text-align: right; }
    .md-news-list-page .md-news-box .news-list-item .news-list-operation .fa.fa-pencil-square-o {
      margin-right: 10px; }
    .md-news-list-page .md-news-box .news-list-item .news-list-operation .fa.fa-angle-right {
      margin-left: 10px; }

.md-news-list-page .md-news-box .news-list-pager {
  margin-top: 20px; }

.md-news-list-page .g-md-comment-panel {
  margin-top: 20px; }

.md-news-publish-page, .md-news-edit-page {
  font-size: 14px;
  color: #4A4A4A; }
  .md-news-publish-page .row, .md-news-edit-page .row {
    margin-bottom: 10px; }
    .md-news-publish-page .row p, .md-news-edit-page .row p {
      line-height: 30px; }
  .md-news-publish-page .news-publish-title input, .md-news-publish-page .news-edit-title input, .md-news-edit-page .news-publish-title input, .md-news-edit-page .news-edit-title input {
    border: 1px solid #C4CFD1;
    width: 100%;
    padding: 8px 12px; }
  .md-news-publish-page .news-publish-summary p, .md-news-publish-page .news-edit-summary p, .md-news-edit-page .news-publish-summary p, .md-news-edit-page .news-edit-summary p {
    line-height: 31px;
    margin-bottom: 10px; }
  .md-news-publish-page .news-publish-summary textarea, .md-news-publish-page .news-edit-summary textarea, .md-news-edit-page .news-publish-summary textarea, .md-news-edit-page .news-edit-summary textarea {
    border: 1px solid #C4CFD1;
    width: 100%;
    height: 100px;
    padding: 8px 12px; }
  .md-news-publish-page .news-publish-summary .md-uploder, .md-news-publish-page .news-edit-summary .md-uploder, .md-news-edit-page .news-publish-summary .md-uploder, .md-news-edit-page .news-edit-summary .md-uploder {
    display: inline-block;
    margin-left: 10px;
    position: relative; }
    .md-news-publish-page .news-publish-summary .md-uploder .btn, .md-news-publish-page .news-edit-summary .md-uploder .btn, .md-news-edit-page .news-publish-summary .md-uploder .btn, .md-news-edit-page .news-edit-summary .md-uploder .btn {
      padding: 0 20px; }
    .md-news-publish-page .news-publish-summary .md-uploder .g-md-imgloading .fa-spinner, .md-news-publish-page .news-edit-summary .md-uploder .g-md-imgloading .fa-spinner, .md-news-edit-page .news-publish-summary .md-uploder .g-md-imgloading .fa-spinner, .md-news-edit-page .news-edit-summary .md-uploder .g-md-imgloading .fa-spinner {
      margin: 0;
      position: absolute;
      font-size: 16px;
      right: 2px;
      top: 0;
      line-height: 30px;
      color: #ffffff; }
  .md-news-publish-page .news-publish-summary .btn-danger, .md-news-publish-page .news-edit-summary .btn-danger, .md-news-edit-page .news-publish-summary .btn-danger, .md-news-edit-page .news-edit-summary .btn-danger {
    margin-left: 10px;
    padding: 0 10px; }
  .md-news-publish-page .news-publish-summary .news-publish-thumb, .md-news-publish-page .news-publish-summary .news-edit-thumb, .md-news-publish-page .news-edit-summary .news-publish-thumb, .md-news-publish-page .news-edit-summary .news-edit-thumb, .md-news-edit-page .news-publish-summary .news-publish-thumb, .md-news-edit-page .news-publish-summary .news-edit-thumb, .md-news-edit-page .news-edit-summary .news-publish-thumb, .md-news-edit-page .news-edit-summary .news-edit-thumb {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 20px; }
    .md-news-publish-page .news-publish-summary .news-publish-thumb img, .md-news-publish-page .news-publish-summary .news-edit-thumb img, .md-news-publish-page .news-edit-summary .news-publish-thumb img, .md-news-publish-page .news-edit-summary .news-edit-thumb img, .md-news-edit-page .news-publish-summary .news-publish-thumb img, .md-news-edit-page .news-publish-summary .news-edit-thumb img, .md-news-edit-page .news-edit-summary .news-publish-thumb img, .md-news-edit-page .news-edit-summary .news-edit-thumb img {
      width: 100%;
      height: 100%; }
  .md-news-publish-page .news-publish-body.has-error .simditor-body, .md-news-publish-page .news-edit-body.has-error .simditor-body, .md-news-edit-page .news-publish-body.has-error .simditor-body, .md-news-edit-page .news-edit-body.has-error .simditor-body {
    border-color: #D62522;
    background-color: #E8D6D6;
    color: #a94442; }
  .md-news-publish-page .news-publish-error, .md-news-publish-page .news-edit-error, .md-news-edit-page .news-publish-error, .md-news-edit-page .news-edit-error {
    color: #a94442;
    font-size: 12px;
    text-align: center; }
  .md-news-publish-page .news-publish-submit, .md-news-publish-page .news-edit-submit, .md-news-edit-page .news-publish-submit, .md-news-edit-page .news-edit-submit {
    text-align: center;
    margin-top: 30px; }

.md-news-detail-page .md-news-box {
  padding-top: 60px; }

.md-news-detail-page .news-detail-operation {
  border-bottom: 1px solid rgba(151, 151, 151, 0.43);
  position: absolute;
  width: 100%;
  left: 15px;
  top: 0;
  text-align: right;
  color: #9B9B9B;
  height: 40px;
  line-height: 40px;
  padding-right: 45px;
  font-size: 12px; }
  .md-news-detail-page .news-detail-operation a:nth-child(1) {
    margin-right: 30px; }
  .md-news-detail-page .news-detail-operation a .fa:before {
    margin-right: 10px; }

.md-news-detail-page .news-detail-title {
  line-height: 32px; }
  .md-news-detail-page .news-detail-title h1 {
    color: #4A4A4A;
    font-size: 22px;
    word-break: break-word; }
    .md-news-detail-page .news-detail-title h1 span {
      color: #9B9B9B;
      font-size: 12px;
      float: right; }

.md-news-detail-page .news-detail-summary-image {
  width: 100%;
  height: 100px;
  overflow: hidden;
  text-align: center;
  margin: 20px 0; }
  .md-news-detail-page .news-detail-summary-image img {
    width: auto;
    max-width: 100%;
    max-height: 100%; }

.md-news-detail-page .news-detail-summary, .md-news-detail-page .news-detail-body {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #9B9B9B;
  font-size: 12px;
  line-height: 20px;
  word-break: break-word; }
  .md-news-detail-page .news-detail-summary p img, .md-news-detail-page .news-detail-body p img {
    margin: 8px 0; }

.agreement-information {
  font-size: 12px;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px;
  background: red; }
  .agreement-information .g-md-table .unstriped .ng-scope {
    background: red; }

.md-auth-page {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 600px;
  background: url("./../images/common/bg.jpg");
  background-repeat: no-repeat;
  background-position: center 20%;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 2; }
  .md-auth-page .md-auth-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

.md-auth-box {
  width: 400px;
  background-color: #FFF;
  border-radius: 8px; }
  .md-auth-box .box-title {
    padding: 15px;
    background-color: #323A45;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 18px;
    color: #fff;
    height: 56px;
    margin: 0;
    text-align: center; }
  .md-auth-box .bd {
    padding: 25px 60px;
    min-height: 300px; }
    .md-auth-box .bd .tips, .md-auth-box .bd .multiple-line-tips {
      color: #A5A5A5;
      text-align: center; }
    .md-auth-box .bd .link-login {
      text-decoration: underline;
      margin-left: 5px;
      color: #4A4A4A; }

.page-welcome .btn-block {
  margin-top: 80px;
  margin-bottom: 10px; }

.page-welcome .tips-login {
  font-size: 12px; }

.page-register .btn {
  margin-bottom: 20px;
  margin-top: 25px; }

.page-register .tips-register {
  font-size: 12px; }
  .page-register .tips-register .link-login {
    color: #5DBCFA; }

.page-register .password-tips {
  color: #A5A5A5;
  text-align: center;
  font-size: small;
  float: right; }

.page-register .g-md-process-bar li .text {
  font-size: 12px;
  width: 100px; }

.page-register .md-auth-box .md-step {
  width: 300px; }

.page-register .md-auth-box .bd {
  padding: 25px 40px; }

.page-register .error-tip {
  text-align: center;
  font-size: 12px;
  color: #D0021B; }

.button-box {
  margin: 45px auto 0; }
  .button-box .btn {
    margin-bottom: 20px; }

.tips-login {
  font-size: 12px; }
  .tips-login .link-login {
    color: #5DBCFA; }

.agreement-btn {
  padding: 15px 0 0;
  text-align: center;
  font-size: 12px; }
  .agreement-btn label {
    cursor: pointer; }
    .agreement-btn label input {
      margin-right: 3px; }
  .agreement-btn input[type="checkbox"] {
    margin-right: 10px; }
  .agreement-btn a {
    text-decoration: underline; }

.agreement {
  font-size: 12px;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px; }
  .agreement p {
    padding-left: 10px; }
    .agreement p ul {
      padding-left: 10px; }
      .agreement p ul li {
        padding-left: 10px; }
  .agreement ul {
    padding-left: 10px; }
    .agreement ul li {
      padding-left: 10px; }
  .agreement .g-md-table tbody tr td:nth-child(1) {
    width: 97px; }
  .agreement .g-md-table tbody tr td:nth-child(2) {
    padding: 5px 0; }
  .agreement .g-md-table tbody tr td:nth-child(3) {
    width: 97px;
    padding: 0 5px; }
  .agreement .g-md-table tbody td {
    height: 40px; }

.page-login .md-auth-box {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.page-login .bd {
  padding-top: 40px;
  padding-bottom: 16px;
  min-height: 240px; }
  .page-login .bd label {
    position: relative;
    display: block; }
  .page-login .bd input {
    padding-left: 40px; }
  .page-login .bd .email {
    background: url("../images/auth/account.png") 12px 50% no-repeat;
    -webkit-background-size: 18px 18px;
    background-size: 18px;
    position: absolute;
    height: 17px;
    width: 30px;
    top: 13px;
    left: 0; }
    .page-login .bd .email.password-with-label {
      top: 33px; }
  .page-login .bd .password {
    background: url("../images/auth/key.png") 10px 50% no-repeat;
    -webkit-background-size: 18px 18px;
    background-size: 18px;
    height: 17px;
    width: 30px;
    top: 13px;
    left: 3px;
    position: absolute; }
    .page-login .bd .password.password-with-label {
      top: 33px; }
  .page-login .bd .forget_password {
    height: 17px;
    width: 100px;
    top: 0px;
    right: -22px;
    position: absolute; }

.page-login .btn-block {
  margin-top: 25px; }

.page-login .forget-password {
  margin-top: 5px;
  font-size: 12px;
  text-align: right; }
  .page-login .forget-password a {
    color: #A5A5A5; }

.page-login .register-btn-cont {
  position: absolute;
  left: 0;
  right: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  opacity: 0.8;
  background: #EFF1F3;
  height: 72px; }

.page-login .register_btn {
  position: absolute;
  width: 280px;
  margin-top: 16px;
  margin-left: 62px;
  margin-right: 62px; }

.page-login .form-email-field {
  margin-bottom: 24px; }

.page-mailed .md-auth-box .bd {
  padding: 25px 45px 0 40px; }
  .page-mailed .md-auth-box .bd .md-step {
    width: 300px; }
    .page-mailed .md-auth-box .bd .md-step li .text {
      width: 100px; }

.page-mailed .page-mailed-send-again {
  display: block;
  text-align: center;
  font-size: 22px;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: underline; }

.page-mailed .message-box {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 0; }
  .page-mailed .message-box .error-title {
    font-size: 20px;
    color: #A5A5A5;
    font-weight: normal; }
    .page-mailed .message-box .error-title:first-child {
      padding-top: 10px; }
  .page-mailed .message-box .error-description {
    font-size: 12px; }
    .page-mailed .message-box .error-description span {
      font-weight: bold; }
  .page-mailed .message-box .check-text, .page-mailed .message-box .error-brief {
    font-size: 16px;
    line-height: 22px;
    word-break: break-word;
    color: #4A4A4A; }
  .page-mailed .message-box p {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    margin: 6px 0; }
    .page-mailed .message-box p.page-mailed-resend, .page-mailed .message-box p.error-description {
      color: #9B9B9B;
      font-size: 14px;
      position: absolute;
      left: 50%;
      bottom: 20px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      white-space: normal;
      word-break: break-word;
      width: 90%;
      line-height: 16px; }
      .page-mailed .message-box p.page-mailed-resend a, .page-mailed .message-box p.error-description a {
        color: #5DBCFA; }
    .page-mailed .message-box p a {
      text-decoration: underline; }

.page-mailed .page-back-operation {
  text-align: right; }

.md-auth-page.page-password-forget .bd, .md-auth-page.page-password-reset .bd {
  padding: 25px 40px; }
  .md-auth-page.page-password-forget .bd .login-box, .md-auth-page.page-password-reset .bd .login-box {
    margin-top: 8px; }
  .md-auth-page.page-password-forget .bd .login-box, .md-auth-page.page-password-reset .bd .login-box {
    padding: 0 10px; }

.md-auth-page.page-password-mailed .bd p.page-mailed-resend {
  bottom: 36px; }

.md-auth-page .page-back-operation {
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  color: #9B9B9B; }
  .md-auth-page .page-back-operation a {
    margin-left: 4px;
    color: #5DBCFA;
    text-decoration: underline; }

.page-auth-error .bd {
  padding: 40px 20px;
  min-height: 100px; }
  .page-auth-error .bd .redirection {
    margin-top: 10px;
    color: #57CA96; }
    .page-auth-error .bd .redirection span {
      color: #FF6464;
      font-weight: bold;
      font-size: 32px;
      margin: 0 5px; }
    .page-auth-error .bd .redirection a {
      margin: 0 5px; }

.page-top-translate-bar {
  text-align: right;
  padding: 10px 20% 10px 0; }
  .page-top-translate-bar .btn {
    margin: 0 10px 0 0; }
    .page-top-translate-bar .btn:last-child {
      margin-right: 0; }
  .page-top-translate-bar .logo {
    display: inline-block;
    width: 270px;
    height: 32px;
    line-height: 32px;
    background: url(../images/common/logo_b.png) 0 50% no-repeat;
    text-decoration: none;
    display: block;
    overflow: hidden;
    font-size: 0;
    margin-left: 10%;
    float: left; }
    .page-top-translate-bar .logo.logo-en {
      background: url(../images/common/logo_b_en.png) 0 20% no-repeat; }

.md-bid-box .breadcrumb {
  margin-bottom: 10px; }
  .md-bid-box .breadcrumb .active {
    color: #4A4A4A; }

.md-bid-box .flag {
  display: inline-block;
  font-size: 41px;
  position: absolute;
  top: -2px;
  line-height: 0;
  right: 15px;
  color: #FF6C64; }

.md-bid-box .md-detail {
  position: relative;
  border: none;
  -webkit-box-shadow: 0px 0px 6px #FFF;
  box-shadow: 0px 0px 6px #FFF; }
  .md-bid-box .md-detail label {
    font-weight: normal;
    padding-left: 30px; }
  .md-bid-box .md-detail .invite-btn {
    margin-left: 5px; }
  .md-bid-box .md-detail .title-bar {
    position: absolute;
    right: 0px;
    z-index: 10;
    border-top-left-radius: 100px;
    background: #fff;
    height: 37px;
    top: 10px;
    width: 107px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc; }
    .md-bid-box .md-detail .title-bar span {
      display: block;
      margin: 10px 23px;
      border-radius: 4px;
      color: #fff;
      font-size: 14px;
      text-align: center; }
    .md-bid-box .md-detail .title-bar .red-bg {
      background-color: #FF6C64; }
    .md-bid-box .md-detail .title-bar .green-bg {
      background-color: #57CA96; }
  .md-bid-box .md-detail .panel-heading {
    background-color: #56A8E9;
    height: 44px;
    color: #FFF;
    font-size: 16px;
    margin-left: 16px;
    margin-right: 16px;
    border: none; }
  .md-bid-box .md-detail .panel-body {
    border: 1px solid #CCC;
    -webkit-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc; }
    .md-bid-box .md-detail .panel-body .content {
      font-size: 14px;
      color: #4A4A4A; }
  .md-bid-box .md-detail .lg {
    font-size: 20px;
    display: inline;
    margin: 0 5px; }
  .md-bid-box .md-detail .time-period .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .md-bid-box .md-detail .time-period .form-group .time {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .md-bid-box .md-detail .time-period .form-group .note {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-top: 8px;
      margin-left: 10px; }

.md-bid-box .invite-box .panel-heading {
  border-bottom: none;
  background-color: #FFF; }
  .md-bid-box .invite-box .panel-heading .panel-title {
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 16px;
    font-size: 13px; }

.page-bid-list .bid-filter {
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1; }
  .page-bid-list .bid-filter .row:nth-child(1) select {
    width: 110px; }
    .page-bid-list .bid-filter .row:nth-child(1) select.filter-select-lg {
      width: 150px; }
  .page-bid-list .bid-filter .form-group {
    margin-right: 13px;
    margin-bottom: 5px; }
    .page-bid-list .bid-filter .form-group select {
      max-width: 200px; }
  .page-bid-list .bid-filter .quickdate .quickdate-button {
    font-size: 12px;
    width: 100px; }

.page-bid-list .search {
  background-color: #FFF;
  padding-left: 35px;
  background: url("../images/common/search.png") 10px 50% no-repeat;
  box-size: 18px 18px;
  -webkit-background-size: 15px 15px;
  background-size: 15px;
  width: 225px; }
  .page-bid-list .search.form-control {
    background-color: #FFF; }

.page-bid-list .flow-switch-tab {
  margin: 10px 0px; }
  .page-bid-list .flow-switch-tab li {
    cursor: pointer;
    margin-right: 5px;
    text-align: center;
    font-weight: bolder; }
    .page-bid-list .flow-switch-tab li a {
      min-width: 150px;
      color: #444;
      background-color: #DCDCDC; }
    .page-bid-list .flow-switch-tab li.active {
      cursor: none; }
      .page-bid-list .flow-switch-tab li.active a {
        color: #FFF;
        background-color: #58CA96; }

.page-bid-list .favourite-switch-tab li {
  cursor: pointer; }
  .page-bid-list .favourite-switch-tab li:last-child a:before {
    content: "\f006";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #F5A623;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: inline-block;
    margin-right: 4px; }
  .page-bid-list .favourite-switch-tab li:last-child.active a:before {
    content: "\f005"; }

.page-bid-list table {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  font-size: 12px; }
  .page-bid-list table .pre {
    color: #FF6C64;
    margin-right: 8px; }
  .page-bid-list table td {
    max-width: 130px;
    padding: 0 4px;
    word-break: break-all;
    word-warp: break-word; }
    .page-bid-list table td.date {
      word-break: normal;
      width: 80px; }
    .page-bid-list table td span {
      position: relative; }
      .page-bid-list table td span .fa-user {
        position: absolute;
        left: -14px;
        line-height: 17px;
        margin-right: 0; }
    .page-bid-list table td .btn-primary {
      border: 1px solid #408BDE;
      color: #408BDE;
      font-size: 12px;
      background: #FFF;
      line-height: 26px;
      width: 80px; }
      .page-bid-list table td .btn-primary:hover {
        border-color: #2371c8;
        color: #2371c8; }
    .page-bid-list table td .btn-search {
      border-color: #5dbcfa;
      color: #FFFFFF;
      background: #5dbcfa;
      font-size: 12px;
      width: 80px; }
      .page-bid-list table td .btn-search:hover {
        border-color: #2ca8f8;
        background: #2ca8f8;
        color: #FFFFFF; }
  .page-bid-list table tr:nth-child(2n) td .btn-primary {
    background: #EFF1F3; }
  .page-bid-list table.g-md-record-table tbody tr td:nth-child(1), .page-bid-list table.g-md-record-table tbody tr td:nth-child(2), .page-bid-list table.g-md-record-table tbody tr td:nth-child(3) {
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px; }
  .page-bid-list table.g-md-record-table tbody tr td:nth-child(4) {
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px; }
  .page-bid-list table.g-md-record-table.g-md-record-table--hairihaigao tbody tr td:nth-child(1), .page-bid-list table.g-md-record-table.g-md-record-table--hairihaigao tbody tr td:nth-child(2), .page-bid-list table.g-md-record-table.g-md-record-table--hairihaigao tbody tr td:nth-child(3) {
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px; }
  .page-bid-list table.g-md-record-table.g-md-record-table--hairihaigao tbody tr td:nth-child(5) {
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px; }
  .page-bid-list table.g-md-invite-table th:nth-child(3) {
    width: 60px; }
  .page-bid-list table.g-md-invite-table th.th-status {
    width: 70px; }
  .page-bid-list table.g-md-invite-table tbody tr td:nth-child(1), .page-bid-list table.g-md-invite-table tbody tr td:nth-child(3), .page-bid-list table.g-md-invite-table tbody tr td:nth-child(5) {
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px; }
  .page-bid-list table.g-md-invite-table tbody tr td:nth-child(2), .page-bid-list table.g-md-invite-table tbody tr td:nth-child(4) {
    width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px; }
  .page-bid-list table.g-md-invite-table tbody tr td:nth-last-child(2) {
    width: 100px; }
  .page-bid-list table.g-md-invite-table tbody tr td:nth-last-child(1) {
    width: 80px;
    position: relative;
    overflow: hidden;
    color: #F5A623; }
    .page-bid-list table.g-md-invite-table tbody tr td:nth-last-child(1):before, .page-bid-list table.g-md-invite-table tbody tr td:nth-last-child(1):after {
      -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      content: "\f005";
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      display: inline-block;
      opacity: 0; }
    .page-bid-list table.g-md-invite-table tbody tr td:nth-last-child(1):before {
      opacity: 1; }
    .page-bid-list table.g-md-invite-table tbody tr td:nth-last-child(1):after {
      width: 50px;
      height: 50px;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transform: rotate(45deg) translateY(-50px);
      transform: rotate(45deg) translateY(-50px);
      line-height: 80px;
      background-color: #F5A623;
      color: #ffffff;
      opacity: 0; }
    .page-bid-list table.g-md-invite-table tbody tr td:nth-last-child(1) span {
      padding: 6px;
      cursor: pointer; }
    .page-bid-list table.g-md-invite-table tbody tr td:nth-last-child(1).favourite:before {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px); }
    .page-bid-list table.g-md-invite-table tbody tr td:nth-last-child(1).favourite:after {
      width: 50px;
      height: 50px;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transform: rotate(45deg) translateY(-35px);
      transform: rotate(45deg) translateY(-35px);
      line-height: 80px;
      background-color: #F5A623;
      color: #ffffff;
      opacity: 1; }

.page-bid-detail .tips, .page-bid-detail .multiple-line-tips {
  font-size: 12px;
  padding-left: 0; }

.page-bid-detail .tips-group .adjust-tips:last-of-type {
  margin-bottom: 0; }

.page-bid-detail .adjust-tips {
  margin-bottom: -10px; }

.page-bid-detail .form-group > .tips, .page-bid-detail .form-group > .multiple-line-tips {
  padding-left: 15px; }

.page-bid-detail .form-group label {
  white-space: nowrap; }

.page-bid-detail .form-group.col-md-pricesheet .col-md-12, .page-bid-detail .form-group.col-md-pricesheet .col-md-10 {
  padding-right: 0; }

.page-bid-detail .form-group.col-md-pricesheet .capital-control {
  font-size: 12px; }

.page-bid-detail .modal-dialog {
  margin: 120px auto; }

.page-bid-detail .page-bid-before-view-more-bd {
  padding-bottom: 0px; }

.page-bid-detail .g-md-box {
  background: #FFF; }

.page-bid-detail .g-md-template-download {
  margin-top: 10px; }

.page-bid-detail .page-bid-detail-view-more-bd {
  background: #EFF1F3;
  margin-top: 15px;
  position: relative; }
  .page-bid-detail .page-bid-detail-view-more-bd::before {
    content: '';
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 17px solid #EFF1F3;
    position: absolute;
    width: 34px;
    height: 17px;
    top: -13px;
    left: 27%; }
  .page-bid-detail .page-bid-detail-view-more-bd label {
    color: #878787;
    margin-bottom: 15px; }
  .page-bid-detail .page-bid-detail-view-more-bd .tips, .page-bid-detail .page-bid-detail-view-more-bd .multiple-line-tips {
    padding-left: 0; }
  .page-bid-detail .page-bid-detail-view-more-bd .preview-files.md-annex-list {
    margin-top: 0; }
  .page-bid-detail .page-bid-detail-view-more-bd .preview-files .tips, .page-bid-detail .page-bid-detail-view-more-bd .preview-files .multiple-line-tips {
    font-size: 14px;
    padding-bottom: 10px; }
  .page-bid-detail .page-bid-detail-view-more-bd .preview-files .annex-list {
    margin: 0;
    width: auto;
    overflow: hidden; }
  .page-bid-detail .page-bid-detail-view-more-bd .preview-files .thumbnail {
    width: 150px;
    float: left;
    margin-bottom: 20px; }

.page-bid-detail .page-bid-detail-bd .btn-default {
  background-color: #FFF;
  border-color: #CCC;
  color: #878787; }

.page-bid-detail .page-bid-detail-bd .row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px; }
  .page-bid-detail .page-bid-detail-bd .row:last-child {
    margin-bottom: 0px; }
  .page-bid-detail .page-bid-detail-bd .row .form-group {
    margin-bottom: 0; }
    .page-bid-detail .page-bid-detail-bd .row .form-group label {
      margin-right: 22px;
      width: 116px;
      text-align: left;
      color: #878787;
      display: block;
      float: left; }
    .page-bid-detail .page-bid-detail-bd .row .form-group .page-vendor-item {
      display: table;
      float: left;
      width: 80%; }
      .page-bid-detail .page-bid-detail-bd .row .form-group .page-vendor-item span {
        vertical-align: top; }
      .page-bid-detail .page-bid-detail-bd .row .form-group .page-vendor-item .btn {
        padding: 0 22px;
        margin-left: 10px;
        font-size: 12px; }
        .page-bid-detail .page-bid-detail-bd .row .form-group .page-vendor-item .btn:nth-child(1) {
          margin-left: 0; }
      .page-bid-detail .page-bid-detail-bd .row .form-group .page-vendor-item .currencyTooltip {
        display: inline-block; }
    .page-bid-detail .page-bid-detail-bd .row .form-group .md-annex-list .annex-list {
      margin-top: 0; }

.page-bid-detail .network-share-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page-bid-detail .network-share-box .box {
    margin-right: 8px; }
    .page-bid-detail .network-share-box .box:first-child {
      -webkit-box-flex: 5;
      -ms-flex: 5;
      flex: 5; }
    .page-bid-detail .network-share-box .box:last-child {
      margin-right: 0;
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2; }

.page-bid-detail .sub-title {
  font-size: 12px; }

.page-bid-detail .form-control {
  font-size: 14px; }
  .page-bid-detail .form-control.auto-height {
    height: auto; }

.page-bid-detail .btn-view-invite {
  margin-left: 8px; }

.page-bid-detail .md-step {
  margin-bottom: 85px;
  margin-top: 55px;
  width: 50%; }
  .page-bid-detail .md-step .past .icon.active {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    top: -15px;
    right: 0;
    border: 4px solid #81DDFF; }

.page-bid-detail .content-with-comment {
  font-size: 12px; }

.page-bid-detail .g-md-attchement {
  text-align: left;
  margin-bottom: 0; }
  .page-bid-detail .g-md-attchement .attachement-item .attachement-title {
    margin-bottom: 5px;
    color: #4A4A4A;
    height: auto; }
  .page-bid-detail .g-md-attchement .attachement-item .thumbnail {
    margin-bottom: 0; }

.page-bid-detail .lg {
  color: #4A4A4A;
  font-size: 16px;
  margin-right: 5px; }

.page-bid-detail .form-group {
  line-height: 30px; }

.page-bid-detail .g-mk-bid-status {
  position: absolute;
  width: auto; }

.page-bid-detail .box-record-bid .row {
  margin-bottom: 15px; }
  .page-bid-detail .box-record-bid .row .bid-notice-agreement {
    text-align: center; }
    .page-bid-detail .box-record-bid .row .bid-notice-agreement input[type="checkbox"] {
      margin-right: 4px; }
    .page-bid-detail .box-record-bid .row .bid-notice-agreement a {
      color: #4A4A4A;
      text-decoration: underline; }
  .page-bid-detail .box-record-bid .row .g-md-attachement-list {
    position: relative;
    margin-bottom: 10px; }
    .page-bid-detail .box-record-bid .row .g-md-attachement-list .action {
      position: static; }
      .page-bid-detail .box-record-bid .row .g-md-attachement-list .action .md-uploder {
        position: static;
        padding: 0; }
        .page-bid-detail .box-record-bid .row .g-md-attachement-list .action .md-uploder .md-uploder-error {
          cursor: text;
          position: absolute;
          left: 0;
          top: 40px;
          line-height: 12px; }
        .page-bid-detail .box-record-bid .row .g-md-attachement-list .action .md-uploder .btn {
          margin-top: -1px; }
          .page-bid-detail .box-record-bid .row .g-md-attachement-list .action .md-uploder .btn:focus {
            color: #ffffff; }
          .page-bid-detail .box-record-bid .row .g-md-attachement-list .action .md-uploder .btn .g-md-imgloading .fa-spinner {
            margin: 0;
            position: absolute;
            top: 0;
            line-height: 40px;
            right: 2px;
            font-size: 16px;
            color: #fff; }

.page-bid-detail .box-record-bid .time {
  position: relative; }
  .page-bid-detail .box-record-bid .time .form-control {
    width: 70%;
    display: inline-block;
    margin-right: 8px; }
  .page-bid-detail .box-record-bid .time .project_period_input {
    padding-left: 2em; }
  .page-bid-detail .box-record-bid .time .project_period_range {
    position: absolute;
    left: 13px;
    top: 0;
    line-height: 40px; }
  .page-bid-detail .box-record-bid .time .capital-control {
    display: inline-block;
    width: 140px; }
    .page-bid-detail .box-record-bid .time .capital-control select {
      margin-left: 0;
      padding-left: 6px;
      max-width: 100%; }

.page-bid-detail .box-record-bid .capital-control {
  margin-bottom: 10px;
  line-height: 40px; }
  .page-bid-detail .box-record-bid .capital-control select {
    width: 110px;
    margin-left: 10px; }

.page-bid-detail .bd-btn {
  padding-top: 15px;
  padding-bottom: 15px; }
  .page-bid-detail .bd-btn .g-btn-cont {
    margin: 0; }
    .page-bid-detail .bd-btn .g-btn-cont .bredius {
      border-radius: 4px; }

.page-bid-detail .dropdown div {
  color: #4A4A4A;
  font-size: 12px;
  font-weight: normal; }

.page-bid-detail .dropdown .caret {
  color: #4A4A4A;
  margin-top: 11px; }

.page-bid-detail .dropdown-menu {
  min-width: 110px; }
  .page-bid-detail .dropdown-menu li {
    text-align: center;
    white-space: nowrap;
    padding: 0 4px; }

.page-bid-detail table thead tr th {
  color: #4A4A4A;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  text-align: center; }

.page-bid-detail table td {
  vertical-align: middle; }

.page-bid-detail .table > tbody > tr > td {
  vertical-align: middle;
  text-align: center; }

.page-bid-detail .table-bordered > tbody > tr > td:first-child {
  border-top: 0; }

.page-bid-detail .page-bid-hairi-detail-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page-bid-detail .page-bid-hairi-detail-images li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px; }
    .page-bid-detail .page-bid-hairi-detail-images li:last-child {
      margin-right: 0; }
    .page-bid-detail .page-bid-hairi-detail-images li img {
      height: 200px; }

.page-bid-detail .page-bid-abolish-reason {
  font-size: 12px; }

.page-bid-detail .sheet-stage-head {
  width: 80px; }

.page-bid-detail .sheet-stage-other-invalid.sheet-stage-other-dirty {
  border-color: #0f0; }

.page-bid-detail .g-md-network-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page-bid-detail .g-md-network-share .box {
    margin-right: 8px; }
    .page-bid-detail .g-md-network-share .box:first-child {
      -webkit-box-flex: 5;
      -ms-flex: 5;
      flex: 5; }
    .page-bid-detail .g-md-network-share .box:last-child {
      margin-right: 0;
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2; }

.modal-body .tips.policy-tips, .modal-body .policy-tips.multiple-line-tips {
  text-align: left;
  text-indent: 2em;
  line-height: 22px; }

.g-ly-en .page-bid-detail .col-md-2 {
  width: 25%; }

.g-ly-en .page-bid-detail .col-md-10 {
  width: 75%; }

.quotation-sheet-container .price-sheet-tips span {
  color: #408BDE; }

.quotation-sheet-container .price-sheet-bottom-tips {
  margin-top: -20px; }
  .quotation-sheet-container .price-sheet-bottom-tips .error {
    float: left;
    color: #D0021B; }
  .quotation-sheet-container .price-sheet-bottom-tips .info {
    float: right;
    color: #408BDE; }

.quotation-sheet-container .table td {
  word-break: unset; }

.quotation-sheet-container .table input[type="number"] {
  padding-right: 0; }

.quotation-sheet-container .stage {
  position: relative; }
  .quotation-sheet-container .stage .remove-btn {
    background: none;
    outline: none;
    border: none;
    color: red;
    position: absolute;
    top: 2px;
    left: 2px;
    padding: 0; }

.ui-select-highlight {
  font-weight: 700; }

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important; }

.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950; }

.select2-result-single {
  padding-left: 0; }

.select-locked > .ui-select-match-close, .select2-locked > .select2-search-choice-close {
  display: none; }

body > .select2-container.open {
  z-index: 9999; }

.ui-select-container[theme=select2].direction-up .ui-select-match {
  border-radius: 0 0 4px 4px; }

.ui-select-container[theme=select2].direction-up .ui-select-dropdown {
  border-radius: 4px 4px 0 0;
  border-top-width: 1px;
  border-top-style: solid;
  -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px; }

.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px; }

.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb; }

.selectize-input.selectize-focus {
  border-color: #007FBB !important; }

.selectize-control > .selectize-dropdown, .selectize-control > .selectize-input > input {
  width: 100%; }

.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950; }

.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
  -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px; }

.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ui-select-bootstrap .ui-select-toggle {
  position: relative; }

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px; }

.input-group > .ui-select-bootstrap.dropdown {
  position: static; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px 0 0 4px; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px 0 0 4px !important; }

.ui-select-bootstrap > .ui-select-match > .btn {
  text-align: left !important; }

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px; }

.ui-select-bootstrap > .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px; }

body > .ui-select-bootstrap.open {
  z-index: 1000; }

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0; }

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  border: none;
  outline: 0;
  height: 1.666666em;
  margin-bottom: 3px; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: .75; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0; }

.ui-select-multiple .ui-select-match-item {
  position: relative; }

.ui-select-multiple .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca; }

.ui-select-multiple .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca; }

.ui-select-bootstrap .ui-select-choices-row > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.ui-select-bootstrap .ui-select-choices-row > a:focus, .ui-select-bootstrap .ui-select-choices-row > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.ui-select-bootstrap .ui-select-choices-row.active > a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.ui-select-bootstrap .ui-select-choices-row.active.disabled > a, .ui-select-bootstrap .ui-select-choices-row.disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.ui-select-match.ng-hide-add, .ui-select-search.ng-hide-add {
  display: none !important; }

.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950; }

.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
  -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25); }

.form-control-like.ui-select-bootstrap > .ui-select-match > .btn-default,
.form-control-like.ui-select-bootstrap > .ui-select-search {
  background-color: #FFF;
  color: #878787;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  height: 40px; }

.form-control-like.ui-select-bootstrap .btn-default-focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

.form-control-like1.ui-select-bootstrap > .ui-select-match > .btn-default,
.form-control-like1.ui-select-bootstrap > .ui-select-search {
  background-color: #eeeeee;
  color: #878787;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  height: 40px; }

.form-control-like1.ui-select-bootstrap .btn-default-focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }
