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 {
  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;
     -moz-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;
     -moz-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;
     -moz-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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  line-height: 1.42857143;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

.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;
  -o-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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

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-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-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: 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:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .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[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .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,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.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-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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 .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: #a94442;
  -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-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.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;
}
@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: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}


.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;
  
}
.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 dashed;
  border-bottom: 4px solid \9;
  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;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  
}
.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 #dddddd;
}
.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: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.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: #ffffff;
  
}
.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 {
  text-align: center;
  margin-bottom: 5px;
}
.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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-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 {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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);
  -webkit-overflow-scrolling: touch;
}
.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-left: 0;
    padding-right: 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;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.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;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  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 {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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);
  margin-top: 8px;
  margin-bottom: 8px;
}
@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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-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-left: 15px;
    margin-right: 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: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.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 {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.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: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  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: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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 {
  background-color: #080808;
  color: #ffffff;
}
@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: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.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: #444444;
}
.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;
}



.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.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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);
  border-radius: 6px;
  -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;
}
.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;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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: 600px;
    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;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header: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;
}


/*!
 * Cropper v2.3.4
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2014-2016 Fengyuan Chen and contributors
 * Released under the MIT license
 *
 * Date: 2016-09-03T05:50:45.412Z
 */
.cropper-container {
  font-size: 0;
  line-height: 0;

  position: relative;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  direction: ltr !important;
}

.cropper-container img {
  display: block;

  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;

  image-orientation: 0deg !important;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  opacity: 0;
  background-color: #fff;

  filter: alpha(opacity=0);
}

.cropper-modal {
  opacity: .5;
  background-color: #000;

  filter: alpha(opacity=50);
}

.cropper-view-box {
  display: block;
  overflow: hidden;

  width: 100%;
  height: 100%;

  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, .75);
}

.cropper-dashed {
  position: absolute;

  display: block;

  opacity: .5;
  border: 0 dashed #eee;

  filter: alpha(opacity=50);
}

.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;

  width: 100%;
  height: 33.33333%;

  border-top-width: 1px;
  border-bottom-width: 1px;
}

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;

  width: 33.33333%;
  height: 100%;

  border-right-width: 1px;
  border-left-width: 1px;
}

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;

  display: block;

  width: 0;
  height: 0;

  opacity: .75;

  filter: alpha(opacity=75);
}

.cropper-center:before,
.cropper-center:after {
  position: absolute;

  display: block;

  content: ' ';

  background-color: #eee;
}

.cropper-center:before {
  top: 0;
  left: -3px;

  width: 7px;
  height: 1px;
}

.cropper-center:after {
  top: -3px;
  left: 0;

  width: 1px;
  height: 7px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;

  display: block;

  width: 100%;
  height: 100%;

  opacity: .1;

  filter: alpha(opacity=10);
}

.cropper-face {
  top: 0;
  left: 0;

  background-color: #fff;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  top: 0;
  right: -3px;

  width: 5px;

  cursor: e-resize;
}

.cropper-line.line-n {
  top: -3px;
  left: 0;

  height: 5px;

  cursor: n-resize;
}

.cropper-line.line-w {
  top: 0;
  left: -3px;

  width: 5px;

  cursor: w-resize;
}

.cropper-line.line-s {
  bottom: -3px;
  left: 0;

  height: 5px;

  cursor: s-resize;
}

.cropper-point {
  width: 5px;
  height: 5px;

  opacity: .75;
  background-color: #39f;

  filter: alpha(opacity=75);
}

.cropper-point.point-e {
  top: 50%;
  right: -3px;

  margin-top: -3px;

  cursor: e-resize;
}

.cropper-point.point-n {
  top: -3px;
  left: 50%;

  margin-left: -3px;

  cursor: n-resize;
}

.cropper-point.point-w {
  top: 50%;
  left: -3px;

  margin-top: -3px;

  cursor: w-resize;
}

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;

  margin-left: -3px;

  cursor: s-resize;
}

.cropper-point.point-ne {
  top: -3px;
  right: -3px;

  cursor: ne-resize;
}

.cropper-point.point-nw {
  top: -3px;
  left: -3px;

  cursor: nw-resize;
}

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;

  cursor: sw-resize;
}

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;

  width: 20px;
  height: 20px;

  cursor: se-resize;

  opacity: 1;

  filter: alpha(opacity=100);
}

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;

  display: block;

  width: 200%;
  height: 200%;

  content: ' ';

  opacity: 0;
  background-color: #39f;

  filter: alpha(opacity=0);
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;

    opacity: .75;

    filter: alpha(opacity=75);
  }
}

.cropper-invisible {
  opacity: 0;

  filter: alpha(opacity=0);
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  position: absolute;

  display: block;

  width: 0;
  height: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}


.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #00b7ee;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick-hover {
	background: #00a2d4;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}



/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('./lib/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('./lib/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('./lib/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('./lib/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('./lib/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('./lib/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}


treecontrol {
    /* prevent user selection */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* default */
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:13px;
    color: #555;
    text-decoration: none;
    overflow: auto;
}

treecontrol ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
/*    overflow: hidden;*/
}

treecontrol li {
    position: relative;
    padding: 0 0 0 10px;
    line-height: 20px;
}

treecontrol li.tree-expanded i.tree-leaf-head, treecontrol li.tree-collapsed i.tree-leaf-head {display:none;}
treecontrol li.tree-expanded i.tree-branch-head, treecontrol li.tree-collapsed i.tree-branch-head {display:inline;}
treecontrol li.tree-leaf i.tree-branch-head {display:none;}
treecontrol li.tree-leaf i.tree-leaf-head {display:inline;}

treecontrol li i.tree-branch-head {
    cursor: pointer;
}

treecontrol li .tree-label {
    cursor: pointer;
    display: inline;
}

treecontrol li .tree-unselectable {
    cursor: not-allowed;
}

treecontrol.tree-classic li.tree-expanded i.tree-branch-head {
    padding: 1px 10px;
    background: url("./folder.png") no-repeat;
}

treecontrol.tree-classic li.tree-collapsed i.tree-branch-head {
    padding: 1px 10px;
    background: url("./folder-closed.png") no-repeat;
}

treecontrol.tree-classic li.tree-leaf i.tree-leaf-head {
    padding: 1px 10px;
    background: url("./file.png") no-repeat;
}

treecontrol.tree-classic li .tree-selected {
    background-color: #d64541;
    /* background-color: #aaddff; */
    font-weight: bold;
}

treecontrol.tree-classic li .tree-unselectable {
    color: #ddd;
}

treecontrol.tree-light li.tree-expanded i.tree-branch-head {
    padding: 1px 10px;
    background: url("./node-opened-2.png") no-repeat;
}

treecontrol.tree-light li.tree-collapsed i.tree-branch-head {
    padding: 1px 10px;
    background: url("./node-closed-2.png") no-repeat;
}

treecontrol.tree-light li.tree-leaf i.tree-leaf-head {
    padding: 1px 10px;
    width: 16px; height: 16px;
    background: none no-repeat;
}

treecontrol.tree-light li .tree-selected {
    font-weight: bold;
}

treecontrol.tree-light li .tree-unselectable {
    color: #ddd;
}

treecontrol.tree-dark li.tree-expanded i.tree-branch-head {
    padding: 1px 10px;
    background: url("./node-opened-light.png") no-repeat;
}

treecontrol.tree-dark li.tree-collapsed i.tree-branch-head {
    padding: 1px 10px;
    background: url("./node-closed-light.png") no-repeat;
}

treecontrol.tree-dark li.tree-leaf i.tree-leaf-head {
    padding: 1px 10px;
    width: 16px; height: 16px;
    background: none no-repeat;
}

treecontrol.tree-dark li .tree-selected {
    font-weight: bold;
}

treecontrol.tree-dark li .tree-unselectable {
    color: #777;
}

treecontrol.tree-dark {
    color: #ddd;
}

treecontrol li .tree-label span {
        white-space: nowrap;
}

tags-input {
    display: block
}

tags-input *,
tags-input :after,
tags-input :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

tags-input .host {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 100%
}

tags-input .host:active {
    outline: 0
}

tags-input .tags {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    padding: 1px;
    overflow: hidden;
    word-wrap: break-word;
    cursor: text;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    box-shadow: 1px 1px 1px 0 #d3d3d3 inset;
    height: 100%
}

tags-input .tags.focused {
    outline: 0;
    -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, .6);
    -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, .6);
    box-shadow: 0 0 3px 1px rgba(5, 139, 242, .6)
}

tags-input .tags .tag-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

tags-input .tags .tag-item {
    margin: 2px;
    padding: 0 5px;
    display: inline-block;
    float: left;
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 26px;
    line-height: 25px;
    border: 1px solid #acacac;
    border-radius: 3px;
    background: -webkit-linear-gradient(top, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
    background: linear-gradient(to bottom, #f0f9ff 0, #cbebff 47%, #a1dbff 100%)
}

tags-input .tags .tag-item.selected {
    background: -webkit-linear-gradient(top, #febbbb 0, #fe9090 45%, #ff5c5c 100%);
    background: linear-gradient(to bottom, #febbbb 0, #fe9090 45%, #ff5c5c 100%)
}

tags-input .tags .tag-item .remove-button {
    margin: 0 0 0 5px;
    padding: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
    vertical-align: middle;
    font: 700 16px Arial, sans-serif;
    color: #585858
}

tags-input .tags .input.invalid-tag,
tags-input .tags .tag-item .remove-button:active {
    color: #f76280;
}

tags-input .tags .input {
    border: 0;
    outline: 0;
    margin: 2px;
    padding: 0 0 0 5px;
    float: left;
    height: 26px;
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif
}

tags-input .tags .input::-ms-clear {
    display: none
}

tags-input.ng-invalid .tags {
    -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, .6);
    -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, .6);
    box-shadow: 0 0 3px 1px rgba(255, 0, 0, .6)
}

tags-input[disabled] .host:focus {
    outline: 0
}

tags-input[disabled] .tags {
    background-color: #eee;
    cursor: default
}

tags-input[disabled] .tags .tag-item {
    opacity: .65;
    background: -webkit-linear-gradient(top, #f0f9ff 0, rgba(203, 235, 255, .75)47%, rgba(161, 219, 255, .62)100%);
    background: linear-gradient(to bottom, #f0f9ff 0, rgba(203, 235, 255, .75)47%, rgba(161, 219, 255, .62)100%)
}

tags-input[disabled] .tags .tag-item .remove-button {
    cursor: default
}

tags-input[disabled] .tags .tag-item .remove-button:active {
    color: #585858
}

tags-input[disabled] .tags .input {
    background-color: #eee;
    cursor: default
}

tags-input .autocomplete {
    margin-top: 5px;
    position: absolute;
    padding: 5px 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

tags-input .autocomplete .suggestion-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-height: 280px;
    overflow-y: auto;
    position: relative
}

tags-input .autocomplete .suggestion-item {
    padding: 5px 10px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    background-color: #fff
}

tags-input .autocomplete .suggestion-item.selected,
tags-input .autocomplete .suggestion-item.selected em {
    color: #fff;
    background-color: #0097cf
}

tags-input .autocomplete .suggestion-item em {
    font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    background-color: #fff
}

.cg-busy{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1001}.cg-busy-animation.ng-hide-add,.cg-busy-animation.ng-hide-remove{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;display:block!important}.cg-busy-animation.ng-hide-remove{opacity:0;-webkit-transform:translate(0px,-40px);-moz-transform:translate(0px,-40px);-ms-transform:translate(0px,-40px);-o-transform:translate(0px,-40px);transform:translate(0px,-40px)}.cg-busy-animation.ng-hide-add,.cg-busy-animation.ng-hide-remove.ng-hide-remove-active{opacity:1;-webkit-transform:translate(0px,0);-moz-transform:translate(0px,0);-ms-transform:translate(0px,0);-o-transform:translate(0px,0);transform:translate(0px,0)}.cg-busy-animation.ng-hide-add.ng-hide-add-active{opacity:0;-webkit-transform:translate(0px,-40px);-moz-transform:translate(0px,-40px);-ms-transform:translate(0px,-40px);-o-transform:translate(0px,-40px);transform:translate(0px,-40px)}.cg-busy-backdrop{background-color:#fff;opacity:.7}.cg-busy-backdrop-animation.ng-hide-add,.cg-busy-backdrop-animation.ng-hide-remove{-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;display:block!important}.cg-busy-backdrop-animation.ng-hide{opacity:0}.cg-busy-default-wrapper{text-align:center}.cg-busy-default-sign{display:inline-block;position:relative;z-index:1002;padding-bottom:6px;color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);background-color:#e9eeee;border:1px solid #ddd;border-top-width:0;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;border-top-left-radius:0;border-top-right-radius:0;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.cg-busy-default-text{margin:13px 12px 6px 49px;font-size:16px;color:#555;text-align:left;max-width:400px}.cg-busy-default-spinner{position:absolute;width:25px;height:25px;display:inline-block;top:12px;left:14px}.cg-busy-default-spinner div{width:12%;height:26%;background:#000;position:absolute;left:44.5%;top:37%;opacity:0;-webkit-animation:cg-busy-spinner-anim 1s linear infinite;-moz-animation:cg-busy-spinner-anim 1s linear infinite;-ms-animation:cg-busy-spinner-anim 1s linear infinite;-o-animation:cg-busy-spinner-anim 1s linear infinite;animation:cg-busy-spinner-anim 1s linear infinite;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);-moz-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px rgba(0,0,0,.2)}.cg-busy-default-spinner div.bar1{-webkit-transform:rotate(0deg) translate(0,-142%);-moz-transform:rotate(0deg) translate(0,-142%);-ms-transform:rotate(0deg) translate(0,-142%);-o-transform:rotate(0deg) translate(0,-142%);transform:rotate(0deg) translate(0,-142%);-webkit-animation-delay:0s;-moz-animation-delay:0s;-ms-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.cg-busy-default-spinner div.bar2{-webkit-transform:rotate(30deg) translate(0,-142%);-moz-transform:rotate(30deg) translate(0,-142%);-ms-transform:rotate(30deg) translate(0,-142%);-o-transform:rotate(30deg) translate(0,-142%);transform:rotate(30deg) translate(0,-142%);-webkit-animation-delay:-.9167s;-moz-animation-delay:-.9167s;-ms-animation-delay:-.9167s;-o-animation-delay:-.9167s;animation-delay:-.9167s}.cg-busy-default-spinner div.bar3{-webkit-transform:rotate(60deg) translate(0,-142%);-moz-transform:rotate(60deg) translate(0,-142%);-ms-transform:rotate(60deg) translate(0,-142%);-o-transform:rotate(60deg) translate(0,-142%);transform:rotate(60deg) translate(0,-142%);-webkit-animation-delay:-.833s;-moz-animation-delay:-.833s;-ms-animation-delay:-.833s;-o-animation-delay:-.833s;animation-delay:-.833s}.cg-busy-default-spinner div.bar4{-webkit-transform:rotate(90deg) translate(0,-142%);-moz-transform:rotate(90deg) translate(0,-142%);-ms-transform:rotate(90deg) translate(0,-142%);-o-transform:rotate(90deg) translate(0,-142%);transform:rotate(90deg) translate(0,-142%);-webkit-animation-delay:-.75s;-moz-animation-delay:-.75s;-ms-animation-delay:-.75s;-o-animation-delay:-.75s;animation-delay:-.75s}.cg-busy-default-spinner div.bar5{-webkit-transform:rotate(120deg) translate(0,-142%);-moz-transform:rotate(120deg) translate(0,-142%);-ms-transform:rotate(120deg) translate(0,-142%);-o-transform:rotate(120deg) translate(0,-142%);transform:rotate(120deg) translate(0,-142%);-webkit-animation-delay:-.667s;-moz-animation-delay:-.667s;-ms-animation-delay:-.667s;-o-animation-delay:-.667s;animation-delay:-.667s}.cg-busy-default-spinner div.bar6{-webkit-transform:rotate(150deg) translate(0,-142%);-moz-transform:rotate(150deg) translate(0,-142%);-ms-transform:rotate(150deg) translate(0,-142%);-o-transform:rotate(150deg) translate(0,-142%);transform:rotate(150deg) translate(0,-142%);-webkit-animation-delay:-.5833s;-moz-animation-delay:-.5833s;-ms-animation-delay:-.5833s;-o-animation-delay:-.5833s;animation-delay:-.5833s}.cg-busy-default-spinner div.bar7{-webkit-transform:rotate(180deg) translate(0,-142%);-moz-transform:rotate(180deg) translate(0,-142%);-ms-transform:rotate(180deg) translate(0,-142%);-o-transform:rotate(180deg) translate(0,-142%);transform:rotate(180deg) translate(0,-142%);-webkit-animation-delay:-.5s;-moz-animation-delay:-.5s;-ms-animation-delay:-.5s;-o-animation-delay:-.5s;animation-delay:-.5s}.cg-busy-default-spinner div.bar8{-webkit-transform:rotate(210deg) translate(0,-142%);-moz-transform:rotate(210deg) translate(0,-142%);-ms-transform:rotate(210deg) translate(0,-142%);-o-transform:rotate(210deg) translate(0,-142%);transform:rotate(210deg) translate(0,-142%);-webkit-animation-delay:-.41667s;-moz-animation-delay:-.41667s;-ms-animation-delay:-.41667s;-o-animation-delay:-.41667s;animation-delay:-.41667s}.cg-busy-default-spinner div.bar9{-webkit-transform:rotate(240deg) translate(0,-142%);-moz-transform:rotate(240deg) translate(0,-142%);-ms-transform:rotate(240deg) translate(0,-142%);-o-transform:rotate(240deg) translate(0,-142%);transform:rotate(240deg) translate(0,-142%);-webkit-animation-delay:-.333s;-moz-animation-delay:-.333s;-ms-animation-delay:-.333s;-o-animation-delay:-.333s;animation-delay:-.333s}.cg-busy-default-spinner div.bar10{-webkit-transform:rotate(270deg) translate(0,-142%);-moz-transform:rotate(270deg) translate(0,-142%);-ms-transform:rotate(270deg) translate(0,-142%);-o-transform:rotate(270deg) translate(0,-142%);transform:rotate(270deg) translate(0,-142%);-webkit-animation-delay:-.25s;-moz-animation-delay:-.25s;-ms-animation-delay:-.25s;-o-animation-delay:-.25s;animation-delay:-.25s}.cg-busy-default-spinner div.bar11{-webkit-transform:rotate(300deg) translate(0,-142%);-moz-transform:rotate(300deg) translate(0,-142%);-ms-transform:rotate(300deg) translate(0,-142%);-o-transform:rotate(300deg) translate(0,-142%);transform:rotate(300deg) translate(0,-142%);-webkit-animation-delay:-.1667s;-moz-animation-delay:-.1667s;-ms-animation-delay:-.1667s;-o-animation-delay:-.1667s;animation-delay:-.1667s}.cg-busy-default-spinner div.bar12{-webkit-transform:rotate(330deg) translate(0,-142%);-moz-transform:rotate(330deg) translate(0,-142%);-ms-transform:rotate(330deg) translate(0,-142%);-o-transform:rotate(330deg) translate(0,-142%);transform:rotate(330deg) translate(0,-142%);-webkit-animation-delay:-.0833s;-moz-animation-delay:-.0833s;-ms-animation-delay:-.0833s;-o-animation-delay:-.0833s;animation-delay:-.0833s}@-webkit-keyframes cg-busy-spinner-anim{from{opacity:1}to{opacity:.25}}@-moz-keyframes cg-busy-spinner-anim{from{opacity:1}to{opacity:.25}}@keyframes cg-busy-spinner-anim{from{opacity:1}to{opacity:.25}}

/*Gloal CSS*/

html,
body {
    width: 100%;
    height: 100%;
}

input::-ms-clear {
    display: none;
}

.btn-trs {
    font-size: 12px;
}

.btn-trs .fa {
    color: #4395cf;
}

.nowrap {
    white-space: nowrap;
    overflow: visible;
}

.red {
    color: red;
}

.noresize {
    resize: none;
}

.fa-cursor {
    cursor: pointer;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.notcur {
    cursor: not-allowed !important;
}

/* .left {
  float: left;
}
.right {
  float: right;
} */

/*Width */

.w54 {
    width: 54px;
}

.w45 {
    width: 45px;
}

.w60 {
    width: 60px;
}

.minw45 {
    min-width: 45px;
}

.minw54 {
    min-width: 54px;
}

.minw80 {
    min-width: 80px;
}

.minw88 {
    min-width: 88px;
}

.w88 {
    width: 88px;
}

.w90 {
    width: 90px;
}

.w80 {
    width: 80px;
}

.w100 {
    width: 100px;
}

.w216 {
    width: 216px;
}

.w124 {
    width: 124px;
}

.w126 {
    width: 126px;
}

.w128 {
    width: 128px;
}

.w134 {
    width: 134px;
}

.w140 {
    width: 140px;
}

.w148 {
    width: 148px;
}

.w158 {
    width: 158px !important;
}

.w160 {
    width: 160px;
}

.w200 {
    width: 200px;
}

.w220 {
    width: 220px;
}

.w224 {
    width: 224px;
}

.w226 {
    width: 226px;
}

.w231 {
    width: 231px;
}

.w234 {
    width: 234px;
}

.w350 {
    width: 350px;
}

.w352 {
    width: 352px;
}

.w392 {
    width: 392px;
}

.w460 {
    width: 460px;
}

.w640 {
    width: 640px;
}

.w867 {
    width: 867px;
}

.w18pen {
    width: 18%;
}

.w70pen {
    width: 70%;
}

.w68pen {
    width: 68%;
}

.w30pen {
    width: 30%;
}

.w45pen {
    width: 45%;
}

.w62pen {
    width: 62%;
}

.w100pen {
    width: 100% !important;
}

/*Height*/

.h10 {
    height: 10px;
}

.h20 {
    height: 20px;
}

.h30 {
    height: 30px !important;
    display: block;
}

.h35 {
    height: 35px;
    display: block;
}

.h33 {
    height: 33px;
    display: block;
    line-height: 33px;
}

.h50 {
    height: 50px;
    display: block;
}

.h55 {
    height: 55px;
    display: block;
}

.h120 {
    height: 120px !important;
    display: block;
}

.ht40 {
    height: 40px;
}

.h140 {
    height: 140px;
}

.h147 {
    height: 147px;
}

.h159 {
    height: 159px;
}

.h128 {
    height: 128px;
}

.h234 {
    height: 234px;
}

.h318 {
    height: 318px;
}

.h347 {
    height: 347px;
}

.min_h_13 {
    min-height: 13px;
}

.line30 {
    line-height: 30px;
}

/*Text Align*/

.txt_r {
    text-align: right;
}

.txt_c {
    text-align: center;
}

.txt_l {
    text-align: left;
}

.block {
    display: block;
}

/*Margin Helper*/

.mc-margin-xs,
.mt_10 {
    margin: 10px;
}

.mc-margin-sm,
.mt_20 {
    margin: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mc-margin {
    margin: 30px;
}

.ml5 {
    margin-left: 5px;
}

.ml14 {
    margin-left: 14px;
}

.ml8 {
    margin-left: 8px;
}

.ml40 {
    margin-left: 40px;
}

.mr20 {
    margin-right: 20px;
}

.ml58 {
    margin-left: 58px;
}

.mr10 {
    margin-right: 10px;
}

.mr40 {
    margin-right: 40px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml75 {
    margin-left: 75px;
}

.ml100 {
    margin-left: 86px;
}

.mc-margin-lg {
    margin: 40px;
}

.mc-margin-xl {
    margin: 50px;
}

.mc-margin-0 {
    margin: 0px;
}

.mt5 {
    margin-top: 5px !important;
}

.mc-margin-top-xs,
.mt10 {
    margin-top: 10px;
}

.mt13 {
    margin-top: 13px;
}

.mc-margin-top-sm,
.mt20 {
    margin-top: 20px;
}

.mc-margin-top {
    margin-top: 30px;
}

.mc-margin-top-lg,
.mt40 {
    margin-top: 40px;
}

.mc-margin-top-xl {
    margin-top: 50px;
}

.mc-margin-top-0,
.mt0 {
    margin-top: 0;
}

.mt100 {
    margin-top: 100px;
}

.mt103 {
    margin-top: 103px;
}

.mc-margin-right-xs,
.mr10 {
    margin-right: 10px;
}

.mc-margin-right-sm {
    margin-right: 20px;
}

.mc-margin-right {
    margin-right: 30px;
}

.mc-margin-right-lg,
.mr40 {
    margin-right: 40px;
}

.mc-margin-right-xl {
    margin-right: 50px;
}

.mc-margin-right-0,
.mr0 {
    margin-right: 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mc-margin-bottom-xs,
.mb10 {
    margin-bottom: 10px;
}

.mc-margin-bottom-sm {
    margin-bottom: 20px;
}

.mc-margin-bottom {
    margin-bottom: 30px;
}

.mc-margin-bottom-lg {
    margin-bottom: 40px;
}

.mc-margin-bottom-xl {
    margin-bottom: 50px;
}

.mc-margin-bottom-0,
.mb0 {
    margin-bottom: 0;
}

.mc-margin-left-xs,
.ml10 {
    margin-left: 10px;
}

.mc-margin-left-sm,
.ml20 {
    margin-left: 20px;
}

.ml12 {
    margin-left: 12px;
}

.mc-margin-left,
.ml30 {
    margin-left: 30px;
}

.mc-margin-left-lg {
    margin-left: 40px;
}

.mc-margin-left-xl {
    margin-left: 50px;
}

.mc-margin-left-0 {
    margin-left: 0;
}

.mc-margin-vertical-xs {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mc-margin-vertical-sm,
.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mc-margin-vertical {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mc-margin-vertical-lg {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mc-margin-vertical-xl {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mc-margin-vertical-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.mc-margin-horizontal-xs {
    margin-left: 10px;
    margin-right: 10px;
}

.mc-margin-horizontal-sm {
    margin-left: 20px;
    margin-right: 20px;
}

.mc-margin-horizontal {
    margin-left: 30px;
    margin-right: 30px;
}

.mc-margin-horizontal-lg {
    margin-left: 40px;
    margin-right: 40px;
}

.mc-margin-horizontal-xl {
    margin-left: 50px;
    margin-right: 50px;
}

.mc-margin-horizontal-0 {
    margin-left: 0;
    margin-right: 0;
}

.margin0 {
    margin: 0px !important;
}

.mt02 {
    margin-top: -2px;
}

.mt-5 {
    margin-top: -5px;
}

input.ueditorReplace {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 0px;
    height: 0px;
    float: left;
}

.w73pen {
    width: 73%;
}

/*Padding Helper*/

.mc-padding-xs,
.pt_10 {
    padding: 10px;
}

.mc-padding-sm,
.plr20 {
    padding: 20px;
}

.pb15 {
    padding-bottom: 15px;
}

.mc-padding {
    padding: 30px;
}

.mc-padding-lg {
    padding: 40px;
}

.mc-padding-xl {
    padding: 50px;
}

.mc-padding {
    padding: 30px;
}

.mc-padding-0 {
    padding: 0;
}

.mc-padding-top-xs {
    padding-top: 10px;
}

.mc-padding-top-sm {
    padding-top: 20px;
}

.mc-padding-top {
    padding-top: 30px;
}

.mc-padding-top-lg {
    padding-top: 40px;
}

.mc-padding-top-xl {
    padding-top: 50px;
}

.mc-padding-top-0,
.pt0 {
    padding-top: 0 !important;
}

.mc-padding-right-xs {
    padding-right: 10px;
}

.mc-padding-right-sm {
    padding-right: 20px;
}

.mc-padding-right {
    padding-right: 30px;
}

.mc-padding-right-lg {
    padding-right: 40px;
}

.mc-padding-right-xl {
    padding-right: 50px;
}

.mc-padding-right-0 {
    padding-right: 0;
}

.mc-padding-right-12 {
    padding-right: 12px;
}

.mc-padding-bottom-xs {
    padding-bottom: 10px;
}

.mc-padding-bottom-sm {
    padding-bottom: 20px;
}

.mc-padding-bottom {
    padding-bottom: 30px;
}

.mc-padding-bottom-lg {
    padding-bottom: 40px;
}

.mc-padding-bottom-xl {
    padding-bottom: 50px;
}

.mc-padding-bottom-0 {
    padding-bottom: 0;
}

.pl5 {
    padding-left: 5px;
}

.mc-padding-left-xs {
    padding-left: 10px;
}

.mc-padding-left-sm {
    padding-left: 20px;
}

.mc-padding-left {
    padding-left: 30px;
}

.mc-padding-left-lg {
    padding-left: 40px;
}

.mc-padding-left-xl {
    padding-left: 50px;
}

.mc-padding-left-0,
.pl0 {
    padding-left: 0;
}

.mc-padding-vertical-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mc-padding-vertical-sm {
    padding-top: 13px;
    padding-bottom: 13px;
}

.mc-padding-vertical {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mc-padding-vertical-lg {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mc-padding-vertical-xl {
    padding-top: 50px;
    padding-bottom: 50px;
}

.mc-padding-vertical-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.mc-padding-horizontal-xs {
    padding-left: 10px;
    padding-right: 10px;
}

.mc-padding-horizontal-sm {
    padding-left: 20px;
    padding-right: 20px;
}

.mc-padding-horizontal {
    padding-left: 30px;
    padding-right: 30px;
}

.mc-padding-horizontal-lg {
    padding-left: 40px;
    padding-right: 40px;
}

.mc-padding-horizontal-xl {
    padding-left: 50px;
    padding-right: 50px;
}

.mc-padding-horizontal-0,
.pdfix {
    padding-left: 0;
    padding-right: 0;
}

.row .br0 {
    border: 0;
}

.pdfix-4 {
    padding-right: 4px;
}

/*Text color*/

.text_red {
    color: red;
}

.font-red {
    color: #e44a57;
}

.fa-primary {
    color: #4696cf;
}

.fa-success {
    color: #1ac025;
}

/*ICONS*/

/*.s_icon img{
    width: 21px;
    height: 21px;
}*/

/* app css stylesheet */

.menu {
    list-style: none;
    border-bottom: 0.1em solid black;
    margin-bottom: 2em;
    padding: 0 0 0.5em;
}

.menu:before {
    content: '[';
}

.menu:after {
    content: ']';
}

.menu > li {
    display: inline;
}

.menu > li:before {
    content: '|';
    padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
    content: '';
    padding: 0;
}

#fragment_preview {
    height: 350px;
    border-right-color: #333;
    border-right-width: 1px;
    border-right-style: inset;
}

ul.resourceCenter li a {
    border: none;
    margin-right: 0px;
    padding: 10px 11px;
}

.pieceMgr-main-left ul li a {
    border: none;
    margin-right: 0px;
}

.resourceCenter {
    font-size: 14px;
    font-family: '微软雅黑';
    color: white;
    padding-right: 0px;
    padding-left: 0px;
}

.resourceCenter .resourceCenter-tl {
    height: 36px;
    background: rgb(34, 41, 51);
    line-height: 36px;
    text-align: center;
}

body.stop-scrolling {
    overflow: auto !important;
}

.cursorPointer,
.clickable {
    cursor: pointer;
}

.cursorDefault {
    cursor: default !important;
}

.imgCenter {
    display: block;
    margin: 0 auto;
}

.table tbody tr td a.not-read {
    color: red;
}

/*数据缓冲效果*/

.mlf-busy {
    width: 100%;
    height: 100%;
    /* 为了在缓冲过程中，能进行操作，取消这个定位 */
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1002;
    background: rgba(0, 0, 0, 0.1);
    filter: alpha(opacity=50);
}

.mlf-busy .cg-busy-default-wrapper {
    top: 50%;
}

.mlf-busy .cg-busy-default-sign {
    display: inline-block;
    border-radius: 7px;
    color: #333;
    width: 300px;
    height: 44px;
    margin-top: 260px;
    line-height: 44px;
    border: medium none;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
}

.mlf-busy .cg-busy-default-spinner {
    position: absolute;
    width: 32px;
    display: inline-block;
    height: 32px;
    left: 90px;
    top: 6px;
}

.mlf-busy .cg-busy-default-text {
    font-size: 15px;
    margin-top: 0px;
    color: #000;
    margin-left: 130px;
    font-family: 'Microsoft Yahei';
    font-weight: bold;
}

.data-table {
    table-layout: fixed;
}

.xcol-autofit {
    width: auto !important;
}

.xcol-date {
    width: 120px !important;
}

.xcol-datetime {
    width: 154px !important;
}

.xcol-source {
    width: 140px;
}

.xcol-nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xcol-people {
    width: 140px;
}

.xcol-telephone {
    width: 140px;
}

.xcol-number {
    width: 70px;
    text-align: center;
}

.col-cbx {
    width: 48px;
}

.col-index {
    width: 42px;
}

.xcol-docpubtime {
    width: 152px;
}

.xcol-txs {
    width: 70px;
}

.xcol-bc {
    width: 60px;
}

.xcol-docauthor {
    width: 140px;
}

.xcol-mc {
    width: 120px;
}

.xcol-doctype {
    width: 60px;
    /* padding: 4px 0 0 0!important; */
}

.xcol-zb_source_site {
    width: 120px;
}

.xcol-docchannel {
    width: 150px;
}

.xcol-words {
    width: 70px;
}

.m_diylist {
    display: none !important;
}

.xcol-picture {
    width: 64px;
}

.xcol-operation {
    width: 60px;
}

.xcol-lastDate {
    width: 155px;
}

.xcol-type {
    width: 60px;
}

.xcol-state {
    width: 50px;
}

.xcol-draft {
    width: 90px;
}

.xcol-releaseBuild {
    width: 90px;
}

.xcol-archives-operation {
    width: 60px;
}

.xcol-icon {
    width: 40px;
}

.xcol-newspaper-id {
    width: 70px;
}

.xcol-newspaper-words {
    width: 70px;
}

.xcol-newspaper-emp {
    width: 98px;
}

.xcol-newspaper-releaseBuild {
    width: 86px;
}

.xcol-newspaper-picture {
    width: 64px;
}

.xcol-newspaper-bigPicture {
    width: 106px !important;
}

.xcol-newspaper-cbx {
    width: 55px;
}

.xcol-words {
    width: 70px;
}

.xcol-newspaper-state {
    width: 72px;
}

.xcol-newspaper-date {
    width: 154px;
}

.xcol-newspaper-operation {
    width: 50px;
}

.xcol-newspaper-type {
    width: 60px;
}

.xcol-newspaper-column {
    width: 120px;
}

.row .opacity100 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.btn_confirm {
    background-color: #4496d2 !important;
}

.pr20 {
    padding-right: 20px;
}

.p0 {
    padding: 0px;
}

.btn_cancel,
.btn_cancel:hover,
.btn_cancel:focus,
.btn_cancel:link,
.btn_cancel:visited,
.btn_cancel:active {
    border-color: #c1c1c1 !important;
    background-color: #c1c1c1 !important;
}

.edit_table {
    min-height: 90px;
}

@media screen and (min-width: 1023px) and (max-width: 1280px) {
    .page.allsearch {
        position: inherit;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
    .page.allsearch {
        position: inherit;
    }

    .editing_maini .page {
        /*bottom: 0px;*/
    }
}

@media screen and (max-width: 1439px) {
    .edit_table {
        min-height: 643px;
    }

    .edit_table .edit_table {
        min-height: auto;
    }

    .page.allsearch {
        position: inherit;
    }

    .editing_maini .page {
        /*bottom: 0px;*/
    }
}

@media screen and (min-width: 1440px) and (max-width: 1681px) {
    .edit_table {
        min-height: 643px;
    }

    /*.edit_table .edit_table {
        min-height: auto;
    }*/
    .xcol-docauthor {
        width: 180px;
    }

    .page.allsearch {
        position: inherit;
    }

    .editing_maini .page {
        /* bottom: 0px;*/
    }
}

@media screen and (min-width: 1682px) and (max-width: 1920px) {
    .edit_table {
        min-height: 842px;
    }

    .edit_table .edit_table {
        min-height: auto;
    }

    .page.allsearch {
        position: inherit;
    }
}

.table tbody tr {
    border-bottom: 1px solid #fff;
}

.suggestion ul {
    height: 220px;
    overflow: auto;
    width: 335px;
    background: #fff !important;
}

td.suggestion ul li {
    background: #fff !important;
    display: block;
}

.display_none {
    display: none !important;
}

/*所有表格行间距调整*/

/*.planningCenter-right-main .table tbody tr td,
.plandetail_pd .table tbody tr td,
.overviewbody_pd .table tbody tr td,
.plancueOverview_pd .table tbody tr td {
    padding: 8px;
}*/

.resourcec_pd .table tbody tr td,
.editing_pd .table tbody tr td {
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: middle;
}

.table tbody tr {
    border-top: 1px solid #fff;
}

.text-word-all {
    word-break: break-all;
}

.btn_confirm[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}

.fwb {
    font-weight: bold;
}
/**解决树组件Hover后字体显示不清的情况**/
.modal-dialog .treecontrol treecontrol ul .tree-label:hover {
    color: #555;
}


.calendarModal {
    overflow: hidden;
}

.calendarModal .modal-dialog {
    width: 540px;
    margin-top: 200px;
}

.calendarModal .stickc {
    width: 100%;
    background: #f0f2f4;
    border: 2px solid #E0DED9;
    border-radius: 4px;
    overflow: hidden;
}

.calendarModal .stickc .head {
    height: 42px;
    background: #fff;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 42px;
}

.calendarModal .stickc .head img {
    float: right;
    margin-right: 10px;
    margin-top: 12px;
    width: 18px;
    height: 18px;
    border: 0;
    cursor: pointer;
}

.calendarModal .stickc .main {
    min-height: 240px;
    font-size: 12px;
    background-color: #fff;
    margin: 5px;
    border: 1px solid #d4d0cb;
    overflow-y: auto;
}

.calendarModal .stickc .main .children {
    height: 41px;
    position: relative;
    padding-top: 10px;
    margin-left: 12px;
}

.calendarModal .main .children input.timepicker {
    width: 128px;
    height: 24px;
    border-radius: 4px;
    padding: 0px;
    background: #fff url("./editingCenter/app/toBeCompiled/images/t3.png") no-repeat 103px 3px;
}

.stickc .main .children .date {
    float: left;
    margin-right: 8px;
    cursor: pointer;
    padding-top: 5px;
    position: relative;
}

.stickc .main .children .date img {
    position: absolute;
    right: 8px;
    top: 8px;
}

.stickc .main .children .stickTime {
    float: left;
    margin-right: 5px;
    line-height: 34px;
    font-size: 14px;
    color: #666;
}

.stickc .main .children .title {
    width: 498px;
    height: 30px;
    color: #000;
    text-indent: 10px;
    font-size: 14px;
    border-radius: 4px;
    padding: 0px;
}

.stickc .main .children textarea {
    height: 122px;
    width: 498px;
    color: #000;
    font-size: 14px;
    resize: none;
    border-radius: 4px;
}

.stickc .invalidate-input-box span.ng-scope {
    left: -6px;
}

.stickc .bottom button {
    width: 80px;
    height: 28px;
    text-align: center;
    color: #fff;
    background: #0095ce;
    font-size: 12px;
    line-height: 28px;
    float: right;
    margin-right: 10px;
    padding: 0px;
    border: none;
    margin-top: 6px;
    border: 1px solid #0095ce;
    border-radius: 4px;
    margin-bottom: 10px;
}

.modal-content .stickc .bottom .left {
    float: left;
    margin-left: 6px;
}

div.fc-content-skeleton tr td a {
    border: none;
}


/*div.fc-content-skeleton .fc-content{
    white-space: nowrap;
    text-overflow:ellipsis;
    width: 100%;
    overflow: hidden;
}*/

.fc-event-container span {
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: block;
    height: 15px;
    word-break: break-all;
    cursor: pointer;
}

.fc-widget-header th {
    background: #f2f5f5;
    border: none;
    margin-left: 12px;
    margin-right: 6px;
}


/**
 * 
 */

.stickc p.choosed-manu {
    height: 42px;
    line-height: 42px;
    color: #444;
    font-weight: bold;
    margin-left: 14px;
    margin-bottom: 0px;
}

.stickc .list-wrap {
    width: 502px;
    /* height: 222px;*/
    margin: 0 auto;
    border-top: 1px solid #d3d7da;
    border-left: 1px solid #d3d7da;
    border-right: 1px solid #d3d7da;
    margin-left: 10px;
    margin-top: 20px;
}

.stickc .list-wrap .list-header {
    background: #f0f2f5;
    border-bottom: none;
    height: 41px;
    line-height: 41px;
    background: #f0f2f5;
    border-bottom: 1px solid #d3d7da;
}

.stickc .list-wrap .list-header span {
    display: inline-block;
    float: left;
    border-right: 1px solid #d3d7da;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.stickc .list-wrap .list-header span:nth-child(1) {
    width: 236px;
}

.stickc .list-wrap .list-header span:nth-child(2) {
    width: 105px;
}

.stickc .list-wrap .list-header span:nth-child(3) {
    width: 105px;
}

.stickc .list-wrap .list-header span:nth-child(4) {
    width: 54px;
    border-right: none;
}

.stickc .list-wrap .list-body {
    /*  height: 180px;*/
    overflow-y: auto;
}

.stickc .list-wrap .list-body p {
    height: 37px;
    line-height: 37px;
    overflow: hidden;
    border-bottom: 1px solid #d3d7da;
    margin-bottom: 0px;
}

.stickc .list-wrap .list-body p span {
    float: left;
    text-align: center;
    border-right: 1px solid #d3d7da;
    color: #666460;
}

.stickc .list-wrap .list-body p span img {
    cursor: pointer;
}

.stickc .list-wrap .list-body p span:nth-child(1) {
    width: 236px;
}

.stickc .list-wrap .list-body p span:nth-child(2) {
    width: 105px;
}

.stickc .list-wrap .list-body p span:nth-child(3) {
    width: 105px;
}

.stickc .list-wrap .list-body p span:nth-child(4) {
    width: 54px;
    border-right: none;
    cursor: pointer;
}

.stickc .list-wrap .list-body p span.cur {
    background: #4595d2;
    color: #fff;
}

.stickc .list-wrap .list-body p span a {
    color: #666460;
}

.calendar a.fc-more {
    color: #000;
}

.calendar a.fc-more:hover {
    text-decoration: none;
}


.personal-file .modal-dialog {
    width: 620px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 80%;
    margin: auto;
}

.personal-file .chooseFile {
    width: 620px;
    min-height: 450px;
    border: 5px solid #E1DFDB;
    border-radius: 4px;
    background-color: #E4E4E4;
}

.personal-file .chooseFile_head {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    margin: 5px;
}

.personal-file .chooseFile_head p {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-left: 18px;
    float: left;
}

.personal-file .chooseFile_head img {
    cursor: pointer;
    float: right;
    margin-right: 11px;
    margin-top: 7px;
}

.personal-file .chooseFile_body {
    height: 330px;
    background-color: #fff;
    margin: 5px;
    margin-top: 10px;
}

.personal-file .chooseFile_body .chooseFile_main {
    overflow: hidden;
    clear: both;
}

.personal-file .chooseFile_body .chooseFile_left {
    width: 180px;
    height: 330px;
    border: 2px solid #9A9A9A;
    border-bottom: none;
    float: left;
}

.personal-file .chooseFile_body .chooseFile_left .chooseFile_allFile {
    height: 26px;
    background-color: #0095CE;
}

.personal-file .chooseFile_body .chooseFile_left .chooseFile_allFile img {
    top: 8px;
    left: 300px;
    cursor: pointer;
    position: initial;
    margin-left: 5px;
}

.personal-file .chooseFile_body .chooseFile_left .chooseFile_allFile span.chooseFile_allFile_span {
    position: relative;
    top: 2px;
    left: 4px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.personal-file .chooseFile_body .chooseFile_left .chooseFile_tree {
    padding-top: 10px;
    overflow: auto;
    height: 304px;
}

.personal-file .chooseFile_body .chooseFile_left .chooseFile_tree treecontrol li {
    line-height: 30px;
    white-space: nowrap;
}

.personal-file .chooseFile_body .chooseFile_left .chooseFile_tree treecontrol.tree-light li.tree-collapsed i.tree-branch-head {
    padding: 3px 10px;
    background: url("./editingCenter/app/images/m1-l.png") no-repeat !important;
    /*background: url(./editingCenter/iWo/images/sc19.png) no-repeat !important;*/
}

.personal-file .chooseFile_body .chooseFile_left .chooseFile_tree treecontrol.tree-light li.tree-expanded i.tree-branch-head {
    /*padding: 3px 10px;*/
    padding: 1px 10px;
    background: url("./editingCenter/app/images/m2-l.png") no-repeat;
    /*background: url(./editingCenter/iWo/images/sc19.png) no-repeat;*/
}

.personal-file .chooseFile_body .chooseFile_left .chooseFile_tree treecontrol li .tree-label {
    position: relative;
    top: -5px;
    white-space: nowrap;
}

.personal-file .chooseFile_body .chooseFile_left .chooseFile_singleRadio {
    margin-right: 0px!important;
}

.personal-file .chooseFile_body .chooseFile_right {
    width: 420px;
    max-height: 330px;
    border-top: 2px solid #9A9A9A;
    overflow: auto;
    float: left;
}

.personal-file .chooseFile_body .chooseFile_right .chooseFile_fileBox {
    float: left;
    position: relative;
    width: 130px;
    height: 140px;
}

.personal-file .chooseFile_body .chooseFile_right .chooseFile_fileBox:hover {
    background-color: #F1F5FA;
}

.personal-file .chooseFile_body .chooseFile_right .chooseFile_fileBox.active {
    background-color: #F1F5FA;
}

.personal-file .chooseFile_body .chooseFile_right .chooseFile_fileCheckbox {
    margin-left: 5px;
    margin-top: 5px;
    height: 21px;
}

.personal-file .chooseFile_body .chooseFile_right .chooseFile_fileIcon {
    text-align: center;
    margin-top: 5px;
}

.personal-file .chooseFile_body .chooseFile_right .chooseFile_fileIcon img {
    cursor: pointer;
    height: 66px;
    max-width: 130px;
}

.personal-file .chooseFile_body .chooseFile_right .chooseFile_fileName {
    text-align: center;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.personal-file .chooseFile_foot {
    position: static;
    top: 345px;
    overflow: hidden;
    margin: 5px;
    margin-top: 15px;
}

.personal-file .chooseFile_foot .chooseFile_selected {
    margin-bottom: 5px;
}

.personal-file .chooseFile_foot .chooseFile_selected .chooseFile_selectedSpan {
    font-size: 14px;
    border: 1px solid #9A9A9A;
    padding: 5px;
    height: 28px;
    line-height: 15px;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
}

.personal-file .chooseFile_foot .chooseFile_selected .chooseFile_fileDesc {
    font-size: 13px;
}

.personal-file .chooseFile_foot .chooseFile_selected .chooseFile_myClose {
    cursor: pointer;
}

.personal-file .chooseFile_foot .chooseFile_button {
    overflow: hidden;
}

.personal-file .chooseFile_foot .chooseFile_button .chooseFile_cancel {
    float: right;
    margin-right: 20px;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border: none;
    border-radius: 4px;
    border-color: #C1C1C1!important;
    background-color: #C1C1C1!important;
}

.personal-file .chooseFile_foot .chooseFile_button .chooseFile_confirm {
    float: right;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #4496d2;
    border: none;
    border-radius: 4px;
    margin-right: 10px;
}

.personal-file .chooseFile_foot .chooseFile_button .chooseFile_confirm[disabled] {
    cursor: not-allowed;
}

.winPrint {
    /*display: none;*/
}

.print_Date_seconed {
    display: none;
}

.photoCropCtrl .modal-dialog {
    width: 1211px;
    margin: 30px auto;
}

@page {
    size: A4;
    margin-top: 2cm;
}

.winPrint {
    display: block;
    height: auto;
    width: 100%;
    padding-top: 25px;
}


/* .edit-header,
    .edit_right_head,
    .edit_right_mid,
    .edit_table,
    .standby-draft-panel-body,
    .editing_foot,
    .editing-left-fixed {
        display: none;
    }*/

.printTit,
.printDesc {
    width: 100%;
}

.printTit {
    text-align: center;
    border-top: 2px solid #000;
    font-weight: bolder;
    font-size: 32px;
    background: none;
    /*margin-top: 30px;*/
    margin-bottom: 10px;
    font-family: "黑体";
    word-break: break-all;
}

.printDesc {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    overflow: hidden;
}


/*.printDesc ul li>p {
    display: inline-block;
    vertical-align: top;
}*/

.printCtrl {
    visibility: hidden;
}

.printDesc ul {
    width: 100%;
}

.printDesc ul li:nth-child(5) p span {
    word-break: break-all;
}

.printDesc ul li:nth-child(1)>p:nth-child(2)>span {
    text-decoration: underline;
}

.printDesc ul li:nth-child(1)>p,
.printDesc ul li:nth-child(2)>p {
    float: left;
}

.printDesc ul li:nth-child(1)>p {
    width: 25%;
}

.printDesc ul li:nth-child(2)>p:nth-child(1) {
    width: 75%;
}

.printDesc ul li:nth-child(2)>p:nth-child(2),
.printDesc ul li:nth-child(2)>p:nth-child(3) {
    width: 12%;
}

.printDesc ul li {
    list-style: none;
}

.printDesc li p.print_wordCount,
.printDesc li p.print_rowCount {
    width: 12%;
}

.printDesc li p.print_xiaoyangFile {
    width: 75%;
}

.printDesc li p.print_banmianNumber span {
    text-decoration: underline;
}

.printDesc li p.print_remarks {
    word-break: break-all;
}

.printDesc li p.print_InNewspaper,
.printDesc li p.print_banmianNumber,
.printDesc li p.print_banmian,
.printDesc li p.print_orderNum {
    width: 25%;
}

.printDesc li p.print_xiaoyangFile,
.printDesc li p.print_wordCount,
.printDesc li p.print_rowCount,
.printDesc li p.print_InNewspaper,
.printDesc li p.print_banmianNumber,
.printDesc li p.print_banmian,
.printDesc li p.print_orderNum {
    float: left;
}

.printContent {
    width: 70%;
    margin: 0 auto;
}

.printContent span.print_pic_desc {
    font-size: 26px;
}

.printContent p {
    font-size: 26px;
}

.winPrint .force-next-page {
    page-break-before: always;
    /*margin: 100px 0 100px 0;*/
}

.winPrint .print_seize_seat {
    height: 100px;
}

.printContent .printTit {
    border-top: none;
    font-weight: bold;
}

.printContent span {
    text-align: center;
    display: block;
}

.printContent span.win_print_shoulder,
.printContent span.win_print_yinti,
.printContent span.printAuthor {
    font-size: 30px;
    text-align: center;
}

.print-date-window .modal-dialog {
    width: 925px;
}

.print-date-window .modal-dialog .trsPrintDateOuter {
    /*width: 2479px;*/
    overflow: auto;
}

.print-date-window,
.print-date-window .trsPrintDate_container {
    /*display: none;*/
    visibility: hidden;
}

.trsPrintDate_container .trsPrintDate_main .table > thead > tr > th {
    border: none;
}

.trsPrintDate_container .trsPrintDate_main .table > thead > tr > td {
    text-align: left;
}

.trsPrintDate_container .trsPrintDate_main .table .trsPrintDate-table-num {
    width: 5%;
}

.trsPrintDate_container .trsPrintDate_main .table .trsPrintDate-table-title {
    width: 50%;
}

.trsPrintDate_container .trsPrintDate_main .table .trsPrintDate-table-count {
    width: 5%;
}

.trsPrintDate_container .trsPrintDate_main .table .trsPrintDate-table-time {
    width: 20%;
}

.trsPrintDate_container .trsPrintDate_main .table .trsPrintDate-table-info {
    width: 20%;
}

@page {
    size: A4;
}

.trsPrintDateOuter {
    width: 100%;
}

.trsPrintDate_container {
    display: block;
    width: 100%;
}

.trsPrintDate_container .trsPrintDate_header {
    height: 40px;
}

.trsPrintDate_container .trsPrintDate_header>div:nth-child(1) {
    float: left;
    margin-left: 10%;
}

.trsPrintDate_container .trsPrintDate_header>div:nth-child(2) {
    float: right;
    margin-right: 10%;
}

.trsPrintDate_container .trsPrintDate_main {
    /*border: 1px solid #000;*/
}

.trsPrintDate_container .trsPrintDate_main .table td.trsPrintDate-table-title,
.trsPrintDate_container .trsPrintDate_main .table td.trsPrintDate-table-info {
    text-align: left;
}

.trsPrintDate_container .trsPrintDate_main .table {
    border: 1px solid #000;
}

.trsPrintDate_container .trsPrintDate_main hr {
    border-color: #000;
    margin-top: -15px;
}

.trs-print-big-data {
    display: none;
    height: 0;
}

@page {
    size: A4;
}

.trs-print-big-data .force-next-page {
    page-break-before: always;
    /*margin: 100px 0 100px 0;*/
}

.trs-print-big-data {
    padding-top: 25px;
    display: block;
    height: auto;
    width: 100%;
}

.trs-print-big-data .print-big-data-title {
    /*border-top: 2px solid #000;
        border-bottom: 2px solid #000;*/
}

.trs-print-big-data .print-big-data-title h3 {
    font-size: 32px;
    width: 100%;
    text-align: center;
}

.trs-print-big-data .print-big-data-title ul {
    font-size: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.trs-print-big-data .print-big-data-title ul li {
    margin-bottom: 5px;
}

.trs-print-big-data .print-big-data-main {
    width: 70%;
    margin: 0 auto;
    font-size: 26px;
    padding-top: 20px;
}

.trs-print-big-data .printDesc ul li:nth-child(1)>p:nth-child(1) {
    width: 25%;
}

.trs-print-big-data .printDesc ul li:nth-child(1)>p:nth-child(2),
.trs-print-big-data .printDesc ul li:nth-child(1)>p:nth-child(3) {
    width: 15%;
}

.trs-print-big-data .printDesc ul li:nth-child(1)>p:nth-child(4) {
    width: 45%;
}

.trs-print-big-data .printDesc ul li >p >span {
    display: inline-block;
    vertical-align: top;
}

.trs-print-big-data .printDesc ul li >p >span.print-banmian {
    max-width: 90px;
    word-break: break-all;
}

.trs-print-big-data .printDesc ul li {
    display: block;
    vertical-align: top;
}

.trs-print-big-data .printDesc ul li.clearBoth {
    clear: both;
}

.trs-print-share {
    display: none;
    height: 0;
}

@media print {
    @page {
        size: A4;
    }
    .trs-print-share .force-next-page {
        page-break-before: always;
        /*margin: 100px 0 100px 0;*/
    }
    .trs-print-share {
        padding-top: 25px;
        display: block;
        height: auto;
        width: 100%;
    }
    .trs-print-share .print-share-title {
        /*border-top: 2px solid #000;
        border-bottom: 2px solid #000;*/
    }
    .trs-print-share .print-share-title h3 {
        width: 100%;
        font-size: 32px;
        text-align: center;
    }
    .trs-print-share .print-share-title ul {
        font-size: 20px;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .trs-print-share .print-share-title ul li {
        margin-bottom: 5px;
    }
    .trs-print-share .print-share-pic-main {
        text-align: center;
    }
    .trs-print-share .print-share-pic-main img {
        display: block;
        margin: 20px auto 10px auto;
        width: 70%;
    }
    .trs-print-share .print-share-news-main {
        padding-top: 20px;
        font-size: 26px;
        width: 70%;
        margin: 0 auto;
    }
    .trs-print-share .print-share-main p.print_pic_desc {
        text-align: left;
        width: 70%;
        margin: 0 auto;
        font-size: 26px;
    }
    p.print_pic_all_desc {
        width: 70%;
        margin: 0 auto;
        font-size: 26px;
        text-align: left;
    }
}

@page {
    size: A4;
}

.print_editing_main {
    padding-top: 20px;
    font-size: 26px;
    width: 70%;
    margin: 0 auto;
}

.print_Date_seconed {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
}

@media print {
    @page {
        size: A4;
    }
    .printTopicWindowClass .force-next-page {
        page-break-before: always;
        /*margin: 100px 0 100px 0;*/
    }
    .printTopicWindowClass {
        padding-top: 25px;
        display: block;
        height: auto;
        width: 100%;
    }
    .printTopicWindowClass >h3 {
        border-top: 2px solid #000;
        font-weight: bolder;
        font-size: 32px;
        background: none;
        margin-bottom: 20px;
        font-family: "黑体";
        word-break: break-all;
        padding: 20px 15% 0 15%;
    }
    .printTopicWindowClass .printTopicContent {
        width: 70%;
        margin: 0 auto;
    }
    .printTopicWindowClass .printTopicContent>h2 {
        width: 100%;
        font-size: 26px;
        font-family: "黑体";
        font-weight: bold;
    }
    .printTopicWindowClass .printTopicContent>p {
        margin: 20px 0 0 1.5em;
        font-size: 26px;
        word-break: break-all;
    }
}

@media print {
    @page {
        size: A4;
    }
    .trs-print-history-pictures {
        padding-top: 25px;
        display: block;
        height: auto;
        width: 100%;
    }
    .trs-print-history-pictures .print-share-title h3 {
        width: 100%;
        font-size: 32px;
        text-align: center;
    }
    .trs-print-history-pictures .print-share-title ul {
        font-size: 20px;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .trs-print-history-pictures .print-share-title ul li {
        margin-bottom: 5px;
    }
    .trs-print-history-pictures .print-share-pic-main {
        text-align: center;
    }
    .trs-print-history-pictures .print-share-pic-main img {
        display: block;
        margin: 20px auto 10px auto;
        width: 70%;
    }
    .trs-print-history-pictures .print-share-news-main {
        padding-top: 20px;
        font-size: 26px;
        width: 70%;
        margin: 0 auto;
    }
    .trs-print-history-pictures .print-share-main p.print_pic_desc {
        text-align: left;
        width: 70%;
        margin: 0 auto;
        font-size: 26px;
    }
}

.trs-picture-preview-class .modal-dialog {
    margin-top: 150px;
    width: 660px;
}

.trs-picture-preview-class .modal-dialog .modal-content {
    padding: 0 30px 30px;
    vertical-align: middle;
    text-align: center;
}

.trs-picture-preview-class .modal-dialog .modal-content div {
    overflow: hidden;
    height: 30px;
}

.trs-picture-preview-class .modal-dialog .modal-content img.close-img {
    float: right;
    cursor: pointer;
    padding: 5px 0;
}

.trs-picture-preview-class .modal-dialog .modal-content img.preview-pic {
    max-width: 600px;
}




.smallIcon{
    position:absolute;
}
.smallIcon-body{
    position:relative;
    cursor:pointer;
}
.smallIcon-iconList{
    width:320px;
    position:absolute;
    top:30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #9BD2E8;
}
.smallIcon-show{
    display:block;
}
.smallIcon-hide{
    display:none;
}

trs-frame {
  display: block;
}


.arrowBtn {
    cursor: pointer;
    position: absolute;
    right: -13px;
    top: 0;
    /* padding: 10px; */
    width: 45px;
    height: 40px;
    display: block !important;
    background: url(./editingCenter/app/images/ej5.png);
    background-repeat: no-repeat;
    background-position: 5px 16px;
}

.arrowBtnActive {
    background-image: url(./editingCenter/app/images/ej1.png);
    background-repeat: no-repeat;
    background-position: 32px 0px;
    background-size: 8px;
    z-index: 300;
}

.subLevelMenu {
    height: 500px;
    left: 100%!important;
    top: -119px!important;
    width: 100%;
    position: absolute!important;
    z-index: 200;
    display: none !important;
}

.panel-body-editcenter .subLevelMenu {
    top: -34px!important;
}
.subLevelMenu .menuContent,
.subLevelMenu .menuContent1,
.subLevelMenu .menuContent2,
.subLevelMenu .menuContent3 {
    width: 196px;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 496px;
    border: 2px solid #e4e3e2;
    background: #fff;
}

.subLevelMenu .menuContent2 {
    left: 194px;
}

.subLevelMenu .menuContent3 {
    left: 388px;
}

.subLevelMenu .children {
    height: 35px;
    cursor: pointer;
    position: relative;
}

.subLevelMenu .children a {
    font-size: 12px;
    text-indent: 10px;
    float: left;
    line-height: 35px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: block;
    height: 35px;
    text-indent: 50px;
    color: #337ab7 !important;
    text-decoration: none;
    background: url("./editingCenter/app/images/ej2.png") 10px 10px no-repeat;
}

.subLevelMenu a.panel-body-hasChild {
    background: url("./editingCenter/app/images/ej3.png") 10px 10px no-repeat;
}

.subLevelMenu .children a.selectedchnlHasChl {
    background: #337ab7 url("./editingCenter/app/images/ej3-1.png") 10px 10px no-repeat;
    color: #fff !important;
}

.subLevelMenu a.selectedchnlHasnoChl {
    background: #337ab7 url("./editingCenter/app/images/ej2-1.png") 10px 10px no-repeat;
    color: #fff !important;
}

.subLevelMenu .children i.selectedchnlHasChl {
    background-image: url(./editingCenter/app/images/ej5.png);
    background-repeat: no-repeat;
    background-position: 9px 13px;
}

.subLevelMenu .children a:hover {
    background: url("./editingCenter/app/images/ej2.png") 10px 10px no-repeat #dcdcdc;
}

.subLevelMenu .children a.panel-body-hasChild:hover {
    background: url("./editingCenter/app/images/ej3.png") 10px 10px no-repeat #dcdcdc;
}

.subLevelMenu .children i {
    position: absolute;
    top: 0px;
    right: 0px;
    /* padding: 10px; */
    height: 38px;
    width: 35px;
    background-image: url(./editingCenter/app/images/ej4.png);
    background-repeat: no-repeat;
    background-position: 9px 13px;
}

.subLevelMenu .children i.activeIco {
    background-image: url(./editingCenter/app/images/ej5.png);
}

.subLevelMenu .children .active {
    background: url("./editingCenter/app/images/ej3-1.png") 10px 10px no-repeat #4595d2;
    color: #fff;
}

.subLevelMenu .children .selectedchnlHasNoChl {
    background: url("./editingCenter/app/images/ej2-1.png") 10px 10px no-repeat #4595d2;
    color: #fff;
}



td .show-td-icon-btn {
    background: none;
    outline: none;
    border: none;
}

.trs-list-icon-main {
    position: absolute;
    width: 460px;
    height: 320px;
}

.trs-list-icon-img-main {
    position: absolute;
    max-width: 590px;
    margin-bottom: 10px;
    z-index: 1000000;
    background: #b7b6b6;
    text-align: center;
    width: 460px;
    height: 320px;
    overflow: hidden;
    border: 6px solid #ddd;
    border-radius: 5px;
    padding: 5px;
}

.trs-list-icon-img-main img {
    width: 100%;
    max-width: 450px;
}

td .edit-list-icon {
    width: 40px;
    max-height: 30px;
}

.trs-list-icon-video-main,
.trs-list-icon-audio-main {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 6px solid #ddd;
}

.trs-list-icon-video-main iframe,
.trs-list-icon-audio-main iframe {
    width: 100%;
    height: 100%;
}


.popoverUser table td,
.popoverUser table {
    text-align: left;
    border: 0 !important;
    font-size: 12px !important;
}

.popoverUser {
    position: absolute;
    z-index: 1060;
    max-width: 276px;
    padding: 1px;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popoverUser > .arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: -22px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    border-width: 11px;
}

.popoverUser > .arrow:after {
    top: -9px;
    margin-left: -10px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
    border-width: 10px;
}

.popoverUser table tr:hover {
    background-color: #F1F3F4;
}

.popoverUser table tr {
    border-bottom: 1px solid #F1F3F4;
    cursor: pointer;
}

.popoverUser table tr.selected {
    background-color: #86A1C5;
}

.popoverUser table tr.selected td {
    color: white !important;
}

.popoverUser .popover-content {
    padding: 4px 7px;
}

.popoverUser table {
    margin-bottom: 0px !important;
}

.popoverUser .groupBg {
    background-color: #F1F3F4;
}

.popoverUser .toBeCompiled-directSign-footer {
    background: none;
    padding-top: 13px;
    text-align: center;
    padding-bottom: 0;
}

.edit-use .userGroup {
    display: block;
}

.popoverUser_alignment {
    top: 27px;
    left: 582px;
}

@media screen and (min-width: 1440px) and (max-width: 1681px) {
    .popoverUser_alignment {
        left: 792px;
    }
}


.personal_video_upload {
    display: inline-block;
}

.personal_video_upload .video_upload_btn {
    width: 94px;
    height: 30px;
    margin: 0 10px;
    cursor: pointer;
    line-height: 18px;
    background-color: #1ABA9F;
}

.scroll-fix-active {
    z-index: 1000;
}

.modal-open .scroll-fix-active {
    margin-left: 3px!important;
}


/*css*/

.trsScrollPicture .smallPics_div {
    width: 300px;
}

.trsScrollPicture .smallPics_div img {
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.trsScrollPicture .smallPics_div div.list_divs {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.trsScrollPicture .smallPics_div ul {
    display: table;
}

.trsScrollPicture .smallPics_div li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}


/*放大镜：放大效果*/

.trsScrollPicture .smallPics_div img.list_imgs:hover {
    cursor: url(./components/util/trsScrollPictures/images/big.cur), auto;
}


/*放大镜：缩小效果*/

.scrollPicture_lists .carousel-img img.pointer:hover {
    cursor: url(./components/util/trsScrollPictures/images/small.cur), auto;
}


.editing-downlist .tab-content treecontrol ul {
    height: 120%;
    background: #3F5974;
    overflow-y: auto;
}

.editing-downlist .tab-content treecontrol ul li {
    /*width: 120%;*/
    min-width: 100%;
    display: inline-block;
}

.editing-list .editing-downlist ul li:hover {
    background-color: transparent;
}

.editing-downlist .tab-content treecontrol.tree-classic li treeitem ul {
    overflow-x: hidden;
}

.editing-downlist .tab-content treecontrol.tree-classic li i {
    margin-left: 74px;
    position: absolute;
    top: 12px;
    width: 20px;
    height: 16px
}

.editing-downlist .tab-content treecontrol.tree-classic li span {
    padding-left: 100px;
}

.editing-downlist .tab-content treecontrol.tree-classic li treeitem li i {
    margin-left: 86px;
}

.editing-downlist .tab-content treecontrol.tree-classic li b {
    margin-left: 5px;
    width: 12px;
    height: 8px;
    position: absolute;
    top: 0;
    padding: 22px 8px;
    cursor: pointer;
    z-index: 10;
}

.editing-downlist .tab-content treecontrol.tree-classic li b.tree-branch-head-preview {
    background: url("./editingCenter/website/images/i54.png") no-repeat left center;
    left: 0px;
}

.editing-downlist .tab-content treecontrol.tree-classic li b.tree-branch-head-preview:hover {
    background: url("./editingCenter/website/images/i54-1.png") no-repeat left center;
}

.editing-downlist .tab-content treecontrol.tree-classic li b.tree-branch-head-fragement {
    background: url("./editingCenter/website/images/i55.png") no-repeat left center;
    left: 50px;
    /* top: 40px;*/
}

.editing-downlist .tab-content treecontrol.tree-classic li b.tree-branch-head-fragement:hover {
    background: url("./editingCenter/website/images/i55-1.png") no-repeat left center;
}

.editing-downlist .tab-content treecontrol.tree-classic li b.tree-branch-head-file {
    background: url("./editingCenter/website/images/i57.png") no-repeat left center;
    background-size: 12px;
    left: 34px;
}

.editing-downlist .tab-content treecontrol.tree-classic li b.tree-branch-head-file:hover {
    background: url("./editingCenter/website/images/i57-1.png") no-repeat left center;
    background-size: 12px;
}

.editing-downlist .tab-content treecontrol.tree-classic li b.tree-branch-head-subject {
    background: url("./editingCenter/website/images/i56.png") no-repeat left center;
    left: 16px;
}

.editing-downlist .tab-content treecontrol.tree-classic li b.tree-branch-head-subject:hover {
    background: url("./editingCenter/website/images/i56-1.png") no-repeat left center;
}

.editing-downlist .tab-content treecontrol.tree-classic li b.tree-branch-head-more {
    background: url("/editingCenter/app/images/b8-1.png") no-repeat left center;
    background-size: 12px 12px;
    left: 20px;
}

.editing-downlist .tab-content treecontrol.tree-classic ul li:last-child,
.editing-downlist .tab-content treecontrol.tree-classic ul ul li:last-child,
.editing-downlist .tab-content treecontrol.tree-classic ul ul ul li:last-child,
.editing-downlist .tab-content treecontrol.tree-classic ul ul ul ul li:last-child,
.editing-downlist .tab-content treecontrol.tree-classic ul ul ul ul ul li:last-child,
.editing-downlist .tab-content treecontrol.tree-classic ul ul ul ul ul ul li:last-child,
.editing-downlist .tab-content treecontrol.tree-classic ul ul ul ul ul ul ul li:last-child,
.editing-downlist .tab-content treecontrol.tree-classic ul ul ul ul ul ul ul ul li:last-child,
.editing-downlist .tab-content treecontrol.tree-classic ul ul ul ul ul ul ul ul ul li:last-child {
    border-bottom: 0;
}

.editing-downlist .tab-content treecontrol.tree-classic ul ul li:first-child,
.editing-downlist .tab-content treecontrol.tree-classic ul ul ul li:first-child,
.editing-downlist .tab-content treecontrol.tree-classic ul ul ul ul li:first-child,
.editing-downlist .tab-content treecontrol.tree-classic ul ul ul ul ul li:first-child,
.editing-downlist .tab-content treecontrol.tree-classic ul ul ul ul ul ul li:first-child,
.editing-downlist .tab-content treecontrol.tree-classic ul ul ul ul ul ul ul li:first-child,
.editing-downlist .tab-content treecontrol.tree-classic ul ul ul ul ul ul ul ul li:first-child,
.editing-downlist .tab-content treecontrol.tree-classic ul ul ul ul ul ul ul ul ul li:first-child {
    border-top: 1px solid #304558;
}

.editing-downlist .tab-content treecontrol.tree-classic li.tree-leaf i.tree-leaf-head {
    background: url("./lib/angular-tree-control/file.png") no-repeat 6px 2px;
}

.treeContent treecontrol li li span.mySelect .website-left-panel-opened {
    left: 37px;
}

.treeContent treecontrol li li span.mySelect .website-left-panel-opened b {
    margin-left: 10px;
}

.editing-downlist .tab-content treecontrol.tree-classic li li b {
    margin-left: 20px;
}

.editing-downlist .tab-content treecontrol.tree-classic li li li b {
    margin-left: 30px;
}

.editing-downlist .tab-content treecontrol.tree-classic li li li li b {
    margin-left: 52px;
}

.editing-downlist .tab-content treecontrol.tree-classic li li li li li b {
    margin-left: 52px;
}

.editing-downlist .tab-content treecontrol.tree-classic li li li li li li b {
    margin-left: 72px;
}

.editing-downlist .tab-content treecontrol.tree-classic li li li li li li b {
    margin-left: 98px;
}

.editing-downlist .tab-content treecontrol.tree-classic li treeitem li span {
    padding-left: 112px;
}

.editing-downlist .tab-content treecontrol.tree-classic li treeitem li treeitem li i {
    margin-left: 98px;
}

.editing-downlist .tab-content treecontrol.tree-classic li treeitem li treeitem li span {
    padding-left: 124px;
}

.editing-downlist .tab-content treecontrol.tree-classic li treeitem li treeitem li treeitem li i {
    margin-left: 110px;
}

.editing-downlist .tab-content treecontrol.tree-classic li treeitem li treeitem li treeitem li span {
    padding-left: 135px;
}

.editing-downlist .tab-content treecontrol.tree-classic li treeitem li treeitem li treeitem li treeitem li i {
    margin-left: 130px;
}

.editing-downlist .tab-content treecontrol.tree-classic li treeitem li treeitem li treeitem li treeitem li span {
    padding-left: 155px;
}

.editing-downlist .tab-content treecontrol.tree-classic li treeitem li treeitem li treeitem li treeitem li treeitem li i {
    margin-left: 150px;
}

.editing-downlist .tab-content treecontrol.tree-classic li treeitem li treeitem li treeitem li treeitem li treeitem li span {
    padding-left: 175px;
}

.editing-downlist .tab-content treecontrol li {
    padding: 0 0 0 0;
    border-bottom: 1px solid #304558;
}

.editing-downlist .tab-content treecontrol li .tree-label {
    line-height: 44px;
    /*margin-left: 25px;*/
    width: 100%;
    display: inline-block;
}

.editing-downlist .tab-content treecontrol li .tree-label:hover {
    background-color: #4f6f95;
}

.editing-downlist .tab-content treecontrol ul {}

.editing-downlist .tab-content treecontrol li .tree-label span {
    color: #fff;
    font-size: 14px;
    font-family: "微软雅黑";
}

.editing-downlist .tab-content treecontrol ul {}

.editing-downlist .tab-content treecontrol.tree-classic li.tree-expanded i.tree-branch-head {
    background: url("./components/util/trsTree/images/s2.png") no-repeat;
    padding: 1px 14px;
}

.editing-downlist .tab-content treecontrol.tree-classic li.tree-collapsed i.tree-branch-head {
    padding: 1px 14px;
    background: url("./components/util/trsTree/images/s1.png") no-repeat;
}

.editing-downlist .tab-content treecontrol.tree-classic li.tree-expanded i.tree-selected {
    background: url("./components/util/trsTree/images/s2-1.png") no-repeat;
    padding: 1px 14px;
}

.editing-downlist .tab-content treecontrol li .tree-label span.mySelect {
    /*padding-right: 100px;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.editing-downlist .tab-content treecontrol.tree-classic li.tree-collapsed b.tree-selected,
.editing-downlist .tab-content treecontrol.tree-classic li.tree-leaf b.tree-selected,
.editing-downlist .tab-content treecontrol.tree-classic li.tree-expanded b.tree-selected {
    display: block !important;
}

.editing-downlist .tab-content treecontrol.tree-classic li.tree-collapsed i.tree-selected {
    padding: 1px 14px;
    background: url("./components/util/trsTree/images/s1-1.png") no-repeat;
}

.editing-downlist .tab-content treecontrol.tree-classic li.tree-selected {
    background: #2676BD !important;
    font-weight: normal;
}

.treeClass {
    height: 900px;
}

.editing-downlist .tab-content treecontrol.tree-classic li .tree-selected {
    background-color: #2676BD;
    font-weight: normal;
}

.product-manage-left-content .editing-nav .editing-downlist .tab-content treecontrol ul li:nth-child(1),
.product-manage-left-content .editing-nav .editing-downlist .tab-content treecontrol ul li:nth-child(2),
.product-manage-left-content .editing-nav .editing-downlist .tab-content treecontrol ul li:nth-child(3) {
    background: none;
    padding-left: 0;
}

@media screen and (max-width: 1366px) {
    .editing-downlist .tab-content treecontrol ul li {
        /*width: 140%;*/
        display: inline-block
    }
}

.website-left-panel-opened {
    position: absolute;
    overflow: hidden;
    height: 90px;
    width: 33px;
    left: 20px;
    z-index: 12;
    top: 44px;
    background-color: #2676BD;
}

.weixin_editor-template-list {
    width: 384px;
    padding-left: 0
}

.weixin_insert-style-list {
    height: 593px;
    overflow-y: auto
}

.weixin_insert-style-list li {
    position: relative;
    background: #FFF;
    border-bottom: 1px dotted #ddd;
    padding: 10px 15px;
    cursor: pointer
}

.weixin_insert-style-list li:hover {
    background: #f0f0f0
}

.weixin_insert-style-list .ui-portlet-list>li p {
    clear: both;
    margin: 0;
    line-height: 1.6
}

.weixin_headline .weixin_islist trs-color-picker {
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 2px;
    z-index: 2;
    height: 70px;
    width: 70px;
    margin-left: -35px
}

.weixin_headline .weixin_islist trs-color-picker .sp-replacer {
    height: 70px;
    width: 70px
}

.weixin_headline .weixin_islist .colorScheme {
    position: relative;
    z-index: 1
}


div.row.previewToolContainer {
    margin: 0;
}

.previewToolContainer .leftList {
    background-color: #F2F2F2;
    width: 16.66666%;
    position: fixed;
    height: 100%;
    border-right: 2px solid #ccc;
    z-index: 1000;
}

.previewToolContainer .leftList.active {
    width: 24px;
}

.previewToolContainer .col-md-12 {
    padding-left: 26px;
}

.previewToolContainer .urlList {
    border: 1px solid #ccc;
    background: #f7f7f7;
    border-radius: 3px;
    margin: 2% 20px 2% 10px;
    padding: 10px;
    box-shadow: 0 0 10px #ccc inset;
    height: 96%;
    overflow: auto;
}

.previewToolContainer .leftList b {
    display: block;
}

.previewToolContainer .leftList p {
    color: green;
}

.previewToolContainer .leftList ul {
    width: 90%;
}

.previewToolContainer .leftList ul li {
    cursor: pointer;
    padding-left: 20px;
    margin-bottom: 10px;
}

.previewToolContainer .leftList .clickArrow {
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #5878A2;
    font-size: 10px;
    width: 24px;
    text-align: center;
    color: #5878A2;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    background: linear-gradient(to left, #ECF9FF, #C9EDFC);
    cursor: pointer;
}

.previewToolContainer .leftList .clickArrow .iconfont {
    transform: rotate(-90deg);
    position: absolute;
    left: 5px;
}

.previewToolContainer .leftList .clickArrow.active span {
    /*transform: rotate(180deg);*/
}

.previewToolContainer .leftList ul li:hover {
    text-decoration: underline;
}

.previewToolContainer .leftList ul li span.active {
    color: purple;
}

.previewToolContainer .iframeContainer {
    width: calc(100% - 24px);
    position: fixed;
    height: 100%;
    left: 24px;
    /*width: calc(100% - );*/
}
.iframeContainer iframe{
    width:  100%;
    height:  100%;
}

.previewToolContainer .iframeContainer.showMenu {
    width: calc(100% - 16.66666%);
    left: 16.66666%;
}

.trsInlineCreate {
    cursor: pointer;
    display: none;
    z-index: 9999;
    position: absolute;
    border-radius: 2px;
    font-size: 14px;
}

.drag-el-active {
    border: 2px dashed blue;
}

span.emoji {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: baseline;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 1em;
    height: 1em;
    background-size: 1em;
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-position: 50%, 50%;
    background-size: contain;
}

span.emoji-sizer {
    line-height: 0.81em;
    font-size: 1em;
    margin: -2px 0;
}

span.emoji-outer {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    height: 1em;
    width: 1em;
}

span.emoji-inner {
    display: -moz-inline-box;
    display: inline-block;
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    vertical-align: baseline;
    *vertical-align: auto;
    *zoom: 1;
}

img.emoji {
    width: 1em;
    height: 1em;
}

// .IM_bg {
//     position: absolute;
//     top: 0;
//     left: 0;
//     bottom: 0;
//     right: 0;
//     padding: 20px 0;
//     min-height: 680px;
//     background: url('./components/util/IM/images/tx-bg.png') no-repeat;
//     background-size: 100% 100%;
// }

// .IM_chatBox {
//     width: 800px;
//     height: 620px;
//     margin: 0px auto;
//     position: relative;
//     vertical-align: middle;
//     color: #fff;
//     text-align: center;
//     font-size: 14px;
//     font-family: "Microsoft Yahei";
// }

// .IM_chatLeft {
//     float: left;
//     width: 238px;
//     height: 620px;
//     background: #466385;
// }

// .IM_chat01_title {
//     height: 110px;
//     padding: 0 10px;
// }

// .IM_chat02_title {
//     height: 40px;
//     line-height: 40px;
//     position: relative;
//     border-bottom: 1px solid #D6D6D6;
// }

// .IM_chat01_title_head {
//     height: 75px;
//     line-height: 75px;
// }

// .IM_chat01_title_head a,
// .IM_chat01_title_head a:hover {
//     display: inline-block;
//     color: #EFEEEC;
//     text-decoration: none;
// }

// .IM_chat01_title_head .IM_chat01_title_tx img,
// .IM_chat01_content ul li img,
// .IM_user-logo img,
// .IM_user_right-logo img {
//     width: 40px;
//     height: 40px;
// }

// .IM_chat01_title_head .IM_chat01_title_tx {
//     float: left;
//     cursor: default;
// }

// .IM_chat01_title_head .IM_chat01_title_nr {
//     float: left;
//     padding: 0px 10px;
//     font-size: 16px;
//     cursor: default;
// }

// .IM_chat01_title_head .IM_chat01_title_txl {
//     float: right;
// }

// .IM_chatLeft .IM_chat01_title .edit_input_group {
//     float: left;
//     width: 100%;
//     z-index: 999;
//     /*background: #354D67;*/
// }

// .IM_chatLeft .IM_chat01_title .input-group .edit_form_control {
//     padding-left: 24px;
//     width: 100%;
//     background: url("./components/util/IM/images/tx3.png") 5px center #354067 no-repeat;
//     border-color: #354067;
//     color: #fff;
// }

// .IM_chatLeft .IM_chat01_title .IM_input_select ul {
//     height: 220px;
//     overflow-y: auto;
// }

// .IM_chat01_content_news {
//     background: url("./components/util/IM/images/tx5.png") #466385 center no-repeat;
// }

// .IM_chat01_content_address {
//     background: url("./components/util/IM/images/tx6-1.png") #466385 center no-repeat;
// }

// .IM_chat01_content .nav-tabs.nav-justified {
//     width: 221px;
//     border-bottom: 0;
//     position: absolute;
//     z-index: 12;
// }

// .IM_chat01_content .nav-tabs.nav-justified > li {
//     width: 50%!important;
// }

// .IM_chat01_content .tab-content {
//     position: relative;
//     z-index: 11;
//     top: 39px;
// }

// .IM_chat01_content_nav ul li a:hover {
//     background: none!important;
// }

// .IM_chat01_content_nav ul li.active a {
//     color: #36b6ff;
// }

// .IM_chat01_content_nav ul li.active:nth-child(1) {
//     background: url("./components/util/IM/images/tx5-1.png") #466385 center no-repeat;
// }

// .IM_chat01_content_nav ul li.active:nth-child(2) {
//     background: url("./components/util/IM/images/tx6.png") #466385 center no-repeat;
// }

// .IM_chat01_content_nav .tab-pane li {
//     border-top: 1px solid #374F69;
// }

// .IM_chat01_content_nav .tab-pane {
//     overflow-x: hidden;
//     height: 471px;
// }

// .IM_chat01_content_nav treecontrol li {
//     border-top: 1px solid #374F69;
// }

// .IM_chat01_content_nav treecontrol li .tree-label span {
//     color: #ddd;
// }

// .IM_chat01_content_nav treecontrol.tree-light li.tree-collapsed i.tree-branch-head {
//     background: url("./manageConfig/roleManageMent/images/j-r.png") no-repeat 0 center !important;
// }

// .IM_chat01_content_nav treecontrol.tree-light li.tree-expanded i.tree-branch-head {
//     background: url("./manageConfig/roleManageMent/images/j-x.png") no-repeat 0 center;
// }

// .IM_chat01_content ul {
//     padding-left: 0px;
// }

// .IM_chat01_content ul li {
//     padding: 10px;
//     text-align: left;
//     list-style-type: none;
//     cursor: pointer;
// }

// .IM_chat01_content ul li.IM_choosed {
//     background: #4E6C90;
// }

// .IM_chat01_content ul li a {
//     color: #fff;
//     text-decoration: none;
// }

// .IM_chat02_title a,
// .IM_chat03_title a,
// .IM_wrap-text h5,
// .IM_wrap-text div {
//     color: #000;
//     text-decoration: none;
// }

// .IM_wrap-text div {
//     word-wrap: break-word;
//     white-space: normal;
// }

// .IM_chat01_content ul li a.IM_chat01_name {
//     padding-left: 10px;
//     width: 130px;
//     display: inline-block;
//     position: relative;
//     top: 5px;
//     white-space: nowrap;
//     overflow: hidden;
//     text-overflow: ellipsis;
// }

// .IM_chat01_content ul li span.IM_chat01_delete {
//     float: right;
//     position: relative;
//     top: 7px;
// }

// .IM_chat01_content ul li span.IM_chat01_delete img {
//     width: 24px;
//     height: 24px;
// }

// .IM_chatRight {
//     width: 562px;
//     height: 620px;
//     float: right;
//     background: #F5F5F5;
// }

// .IM_chat02_content {
//     height: 400px;
//     overflow: auto;
//     padding-bottom: 15px;
// }

// .IM_message_box {}

// .IM_message,
// .IM_right_message {
//     min-height: 50px;
//     text-align: left;
// }

// .IM_right_message {
//     padding-right: 10px;
// }

// .IM_user-logo,
// .IM_wrap-text {
//     float: left;
//     padding-left: 10px;
// }

// .IM_wrap-text {
//     width: 88%;
// }

// .IM_wrap-text h5 {
//     margin-top: 0px;
// }

// .IM_wrap-ri {
//     margin: 5px 10px 5px 0;
//     text-align: right;
//     text-align: center;
// }

// .IM_chat03 {
//     height: 180px;
// }

// .IM_chat03_content {
//     height: 108px;
// }

// .IM_chat03_title {
//     height: 38px;
//     line-height: 38px;
//     padding-right: 10px;
//     text-align: right;
//     border-top: 1px solid #D6D6D6;
// }

// .IM_chat03_content textarea {
//     border: medium none;
//     display: block;
//     width: 100%;
//     height: 100%;
//     overflow-y: auto;
//     padding: 5px;
//     resize: none;
//     color: #000;
// }

// .IM_chat03_bar {
//     float: right;
//     margin-top: 5px;
// }

// .IM_chat03_bar span {
//     color: #919191;
//     display: inline-block;
//     padding-right: 10px;
//     font-size: 12px;
//     padding-top: 4px;
// }

// .IM_chat03_bar button {
//     width: 80px;
//     height: 24px;
//     background: #FFF;
//     float: right;
//     color: #000;
//     text-align: center;
//     line-height: 24px;
//     padding: 0px;
//     margin-right: 10px;
//     font-size: 12px;
//     border-radius: 4px;
//     border: 1px solid #E1E1E1;
// }

// .IM_chat03_title .IM_chat03_title_btn {
//     float: left;
//     padding-left: 10px;
// }

// .IM_chat03_title .IM_chat03_title_btn img {
//     padding: 0 10px;
// }

// .IM_clearfix span {
//     width: 200px;
//     display: inline-block;
//     text-align: center;
//     color: #919191;
//     text-decoration: none;
//     font-size: 12px;
// }

// .IM_right_message .IM_user-logo {
//     float: right;
// }


// /*气泡*/

// .IM_message .IM_wrap_send {
//     position: relative;
//     width: auto;
//     max-width: 75%;
//     min-height: 35px;
//     background: #ffffff;
//     border-radius: 5px;
//     margin: auto auto auto 18px;
//     padding: 0px 10px 10px;
// }

// .IM_message .IM_wrap_send .IM_wrap_send_arrow {
//     position: absolute;
//     margin-left: -26px;
//     top: 5px;
//     width: 0;
//     height: 0;
//     font-size: 0;
//     border: 8px solid;
//     border-color: #F5F5F5 #ffffff #F5F5F5 #F5F5F5;
// }

// .IM_right_message .IM_wrap_send {
//     position: relative;
//     float: right;
//     width: auto;
//     max-width: 75%;
//     min-height: 35px;
//     background: #4496d2;
//     border-radius: 5px;
//     margin: auto 18px auto auto;
//     padding: 0px 10px 10px;
// }

// .IM_right_message .IM_wrap_send .IM_wrap_send_arrow {
//     position: absolute;
//     top: 5px;
//     right: -16px;
//     width: 0;
//     height: 0;
//     font-size: 0;
//     border: 8px solid;
//     border-color: #F5F5F5 #F5F5F5 #F5F5F5 #4496d2;
// }

// .IM_right_message .IM_wrap_send div {
//     color: #fff;
// }

// .treecontrol {}

// .IM_chatRight_add {
//     position: absolute;
//     top: 0;
//     right: 0px;
//     z-index: 9;
// }

// .IM_chatRight_add span {
//     width: 80px;
//     text-align: center;
//     margin: 0 auto;
//     display: inline-block;
// }

// .IM_chatRight_add span img {
//     cursor: pointer;
// }

// .IM_chatRight_add .IM_chatRight_add_ul {
//     background: #608cb0;
//     border-radius: 5px;
//     position: relative;
//     top: -8px;
// }

// .IM_chatRight_add .IM_chatRight_add_ul li {
//     height: 30px;
//     line-height: 30px;
//     padding: 0 5px;
// }

// .IM_chatRight_add .IM_chatRight_add_ul li a {
//     display: inline-block;
//     color: #fff;
// }

// .IM_chatRight_add .IM_chatRight_add_ul li a:hover {
//     color: #000;
// }

// .IM_chatRight_add .IM_chatRight_add_ul li:hover {
//     background: #fff;
//     color: #000;
//     cursor: pointer;
//     border-radius: 5px;
// }

// .discussionGroup-rotate {
//     transform: rotate(180deg) !important;
//     -webkit-transform: rotate(180deg) !important;
//     position: relative;
//     top: 0px;
//     left: 5px;
// }


// /*聊天信息*/

// .IM_chatRight .IM_chat02_title button.IM_groupMembersBtn {
//     background: none;
//     border: none;
//     outline: none;
// }

// .IM_chatRight .IM_chat02_title div.Group {
//     margin: 0;
// }

// .IM_chatRight .IM_chat02_title .Group_Information {
//     max-height: 214px;
//     overflow-y: auto;
// }

// .Group {
//     position: relative;
//     top: -5px;
//     z-index: 99;
//     width: 350px;
//     margin: 0 auto;
//     background: white;
//     overflow: hidden;
//     border-radius: 5px;
//     border: 4px solid #dddddd;
// }

// .Group_head {
//     background: #F5F5F5;
//     color: #666;
//     height: 40px;
//     line-height: 40px;
// }

// .Group_Information {
//     padding: 8px 5px;
//     overflow: hidden;
// }

// .Group_Information ul {
//     margin-top: 5px;
// }

// .Group_Information ul li {
//     float: left;
//     width: 20%;
//     color: #000;
//     min-height: 76px;
// }

// .Group_Information ul li img {
//     width: 50px;
//     height: 50px;
// }

// .Group_Information ul li b {
//     display: block;
//     height: 26px;
//     line-height: 26px;
//     font-weight: normal;
//     text-align: center;
//     font-size: 12px;
// }

// .Group_Information .Group_Information_img {
//     width: 66px;
//     float: left;
// }

// .Group_Information .Group_Information_img img {
//     position: relative;
//     float: left;
//     left: 10px;
//     cursor: pointer;
// }

// .IM_chatRight_add_group img {
//     padding-left: 5px;
//     cursor: pointer;
// }

// .IM_input_select .dropdown-menu {
//     width: 100%;
// }

// .IM_selected {
//     background-color: #4E6C90;
//     color: white !important;
// }

// .IM_chat01_content ul li.tree-selected,
// .IM_chat01_content .content_news_hover li:hover,
// .IM_chat01_content .content_address_hover li:hover {
//     background-color: #4E6C90!important;
//     font-weight: normal;
// }

// .content_news_hover {
//     height: 471px;
//     overflow: auto;
// }

// .tab_currName_bubble {
//     float: left;
//     position: relative;
//     width: 8px;
//     height: 8px;
//     color: #fff;
//     background-color: red;
//     border-radius: 37px;
//     text-align: center;
//     font-size: 12px;
//     vertical-align: middle;
//     margin: -4px;
// }


// /*退出弹框*/

// .dropOut {
//     position: absolute;
//     top: 60px;
//     left: 88px;
//     width: 140px;
//     height: 150px;
//     background: #fff;
//     z-index: 1000;
//     border-radius: 5px;
// }

// .dropOut ol {
//     padding-left: 0px;
//     list-style-type: none;
// }

// .dropOut ol li {
//     height: 50px;
//     line-height: 50px;
//     border-bottom: 1px solid #F1F1F1;
//     cursor: pointer;
// }

// .dropOut ol li:hover {
//     background-color: #D9DCE1;
// }

// .dropOut ol li:last-child {
//     border-bottom: transparent;
// }

// .dropOut ol li .dropOut_span {
//     display: inline-block;
//     padding-left: 10px;
//     width: 90px;
//     color: #333;
//     text-align: left;
//     font-weight: bold;
// }

// .dropOut ol li .dropOut_span:hover {
//     color: #fff;
// }


// /*添加讨论组样式*/

// .discussionGrou .modal-content {
//     border-radius: 5px 5px 0 0;
// }

// .discussionGrou .IM_joinGroup_form >.invalidate-input-box {
//     padding: 10px;
//     border-bottom: 1px solid #eee;
// }

// .add_edit_group {
//     margin: 0 auto;
//     /*width: 588px;
//     height: 484px;
//     border: 1px solid #D2D2D2;
//     border-radius: 5px;*/
// }

// .add_edit_group_left {
//     float: left;
//     width: 50%;
//     height: 482px;
//     background-color: #F6F6F6;
//     border-radius: 0 0 0 5px;
// }

// .add_edit_group_left .edit_input_group {
//     float: none!important;
//     width: 290px;
//     height: 40px;
//     padding: 7px 10px 0 10px;
// }

// .add_edit_group_left .edit_input_group.input-group .edit_form_control {
//     width: 100%!important;
//     height: 22px;
//     font-size: 13px;
//     background: url("./components/util/IM/images/tx-27.png") no-repeat 10px center;
// }

// .edit_form_control {
//     background: #354D67;
// }

// .group_left_con {
//     height: 441px;
//     overflow: auto;
// }

// .group_left_con li .con_hook,
// .group_right_con li .con_delete {
//     float: right;
//     padding-top: 10px;
//     cursor: default;
// }

// .group_right_con li .con_delete {
//     cursor: pointer;
// }

// .group_left_con li,
// .group_right_con li {
//     font-size: 13px;
//     color: #5E5E5E;
//     padding: 10px;
//     border-bottom: 1px solid #EFEFEF;
// }

// .group_left_con li:last-child,
// .group_right_con li:last-child {
//     border-bottom: transparent;
// }

// .group_left_con li .con_icon,
// .group_right_con li .con_icon {
//     width: 36px;
//     height: 36px;
// }

// .group_left_con li span,
// .group_right_con li span {
//     cursor: Default;
// }

// .add_edit_group_right {
//     background-color: #fff;
//     float: right;
//     width: 50%;
//     height: 482px;
//     border-radius: 0 0 5px 0;
// }

// .group_right_head {
//     font-size: 13px;
//     height: 40px;
//     line-height: 40px;
//     padding-left: 10px;
//     color: #7A7A7A;
// }

// .group_right_head span {
//     cursor: default;
// }

// .group_right_head img {
//     float: right;
//     margin: 13px 15px 0 0;
//     cursor: pointer;
// }

// .group_right_con {
//     height: 392px;
//     overflow: auto;
// }

// .group_right_button {
//     height: 50px;
//     padding: 10px 10px 0 0;
//     text-align: right;
// }

// .group_right_button button {
//     width: 60px;
//     height: 28px;
//     color: #fff;
//     text-align: center;
//     line-height: 28px;
//     padding: 0px;
//     font-size: 14px;
//     border-radius: 4px;
// }

// .group_right_button .group_btn_confirm {
//     color: #fff;
//     margin-right: 50px;
//     border: 1px solid #3DCE3D;
//     background-color: #3DCE3D;
// }

// .group_right_button .group_btn_cancel {
//     color: #606060;
//     border: 1px solid #E5E5E5;
//     background-color: #fff;
// }


// /*踢除群组成员样式*/

// .IMDeleteGroupMember .modal-dialog {
//     width: 300px;
// }

// .IMDeleteGroupMember .modal-content {
//     height: 462px;
// }

// .IMDeleteGroupMember div.deleteGoupMember_head {
//     height: 40px;
//     line-height: 40px;
//     padding: 0 10px;
//     color: #666;
// }

// .IMDeleteGroupMember div.deleteGoupMember_head >img {
//     float: right;
//     margin-top: 10px;
//     cursor: pointer;
// }

// .IMDeleteGroupMember ul.deleteGoupMember_content {
//     width: 100%;
//     height: 355px;
//     overflow-y: auto;
//     background: #f6f6f6;
// }

// .IMDeleteGroupMember ul.deleteGoupMember_content li {
//     padding: 10px;
//     border-bottom: 1px solid #efefef;
//     width: 100%;
// }

// .IMDeleteGroupMember div.deleteGoupMember_footer {
//     height: 60px;
//     padding: 18px 20px 0 0;
//     text-align: right;
// }

// .IMDeleteGroupMember .group_btn_confirm {
//     color: #fff;
//     margin-right: 10px;
//     border: 1px solid #3DCE3D;
//     background-color: #3DCE3D;
//     width: 60px;
//     height: 30px;
//     border-radius: 5px;
// }

// .IMDeleteGroupMember .group_btn_cancel {
//     color: #606060;
//     border: 1px solid #E5E5E5;
//     background-color: #fff;
//     width: 60px;
//     height: 30px;
//     border-radius: 5px;
// }

// .IMDeleteGroupMember .group_btn_quit {
//     color: #fff;
//     margin-right: 10px;
//     border: none;
//     background-color: #E34944;
//     width: 60px;
//     height: 30px;
//     border-radius: 5px;
// }

// .IMDeleteGroupMember .con_delete {
//     float: right;
//     margin-top: 15px;
//     cursor: pointer;
// }

// .IMDeleteGroupMember .deleteGoupMember_headImg {
//     width: 70px;
//     height: 70px;
//     margin-right: 10px;
// }


// /*表情包样式*/

// .IM_expressionContainer {
//     line-height: 20px;
//     text-align: left;
// }

// .IM_expressionPack_btn {
//     float: left;
//     margin-top: 5px;
//     margin-left: 10px;
//     width: 24px;
//     height: 24px;
//     border-color: transparent;
//     background-color: transparent;
// }

// .IM_expressionPack_btn .IM_chat03_title_btn {
//     padding-left: 0px!important;
// }

// .IM_expressionPack_btn .IM_chat03_title_btn img {
//     padding: 0px;
//     vertical-align: inherit;
// }

// .IM_expressionPack {
//     position: absolute;
//     left: 250px!important;
//     top: 220px!important;
//     border: 1px solid #D6D6D6;
//     width: 292px;
//     height: 221px;
//     background: #fff;
// }

// .IM_expressionPack .IM_expressionPack_firstAngle {
//     display: block;
//     border-width: 8px;
//     position: absolute;
//     bottom: -17px;
//     left: 8px;
//     border-style: solid dashed dashed;
//     border-color: #D6D6D6 transparent transparent;
//     font-size: 0;
//     line-height: 0;
// }

// .IM_expressionPack .IM_expressionPack_twoAngle {
//     display: block;
//     border-width: 8px;
//     position: absolute;
//     bottom: -16px;
//     left: 8px;
//     border-style: solid dashed dashed;
//     border-color: #FFF transparent transparent;
//     font-size: 0;
//     line-height: 0;
// }

// .IM_expressionPack .expressionPack_container {
//     width: 290px;
//     overflow-y: scroll;
//     height: 219px;
// }

// .IM_expressionPack .expressionPack_container .container_emojiesOut {
//     cursor: pointer;
//     padding: 0 2px 0 4px;
//     text-align: left;
//     border-right: 1px solid #D6D6D6;
//     border-bottom: 1px solid #D6D6D6;
// }

// .IM_chat03_content pre {
//     text-align: left;
//     outline: none;
//     border: none;
// }

// .IM_chat02_content .notSelected {
//     margin-top: 130px;
// }

// .IM_chat02_content .notSelected p {
//     margin-top: 10px;
//     color: #ccc;
//     font-size: 13px;
// }

// .IM_chat03_title .IM_chat03_title_btn .tx32 {
//     padding-top: 8px;
// }


 .IM_bg .search {
    margin: 0 auto;
    width: 208px;
    height: 300px;
    overflow: auto;
    color: #fff;
    background-color: #4E6C90;
    position: absolute !important;
    top:30px !important;

}

.IM_bg .search .search_Friends,
.search_Contacts {}

.IM_bg .search .search_Friends p,
.search_Contacts p {
    color: #C1C1C1;
    margin: 0px;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #445D7B;
}

.IM_bg .search .search_Friends .search_Friends_con,
.search_Contacts .search_Contacts_con {
    margin: 0px;
    padding-left: 0px;
}

.IM_bg .search .search_Friends .search_Friends_con:hover {
    background-color: #54769C;
}

.IM_bg .search .search_Friends .search_Friends_con,
.search_Contacts .search_Contacts_con {
    padding: 5px 10px;
    height: 41px;
    line-height: 30px;
    border-bottom: 1px solid #445D7B;
    list-style-type: none;
    cursor: pointer;
}

.IM_bg .search .search_Friends .search_Friends_con .friend_img,
.search_Friends .search_Friends_con .friend_img img,
.search_Contacts .search_Contacts_con .contact_img,
.search_Contacts .search_Contacts_con .contact_img img {
    float: left;
    width: 30px;
    height: 30px;
}

.IM_bg .search .search_Friends .search_Friends_con span,
.search_Contacts .search_Contacts_con span {
    float: left;
    display: block;
    padding-left: 10px;
    width: 140px;
    text-align: left;
}

.IM_bg .search .search_Contacts p {
    clear: both;
}


.trsGraph{
	width: 800px;height:400px;
}

.trsPie {
    width: 800px;
    height: 400px;
}


/**
*  Module:图集幻灯片
*
* Description：fanglijuan
* createTime:2016/07/27
*/

.w_auto {
    width: auto!important;
}

.scrollPicture_lists {
    /*min-height: 630px;*/
    margin: 0 auto;
    width: 780px;
    border: 1px solid #E8E8E8;
    background: #ECEAEA;
    overflow: hidden;
}

.scrollPicture_lists .carousel-row {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    /*margin-bottom: 20px;*/
    margin-bottom: 10px;
}

.scrollPicture_lists .carousel-row .carousel {
    overflow: hidden;
    background-color:#ECEAEA;
}

.scrollPicture_lists .carousel-row .up_close {
    height: 30px;
    line-height: 30px;
}

.scrollPicture_lists .carousel-row .up_close a {
    cursor: pointer;
    text-decoration: none;
    color: #666666;
}

.scrollPicture_lists .carousel-row .up_close a img {
    width: 14px;
    margin: 0 5px 0 0!important;
}

.scrollPicture_lists .carousel-inner {
    /*    min-height: 780px;*/
    top:0!important;
    height:auto!important;
}

.scrollPicture_lists .carousel-con {
    margin-bottom: 10px;
}

.scrollPicture_lists .carousel-con .carousel-control.left,
.scrollPicture_lists .carousel-con .carousel-control.right {
    background: none;
}

.scrollPicture_lists .carousel-list {}

.scrollPicture_lists .carousel-list img {
    max-width: 100%;
    max-height: 100%;
}

.scrollPicture_lists .carousel-breviary {
    /*height: 110px;*/
    overflow: hidden;
    width: 3500px;
    position: relative;
    left: 0;
}

.scrollPicture_lists .carousel-breviary li {
    padding: 0!important;
}

.scrollPicture_lists .carousel-img {
    /*width: 770px;*/
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.scrollPicture_lists .carousel-img img {
    margin: 0 0 10px 0!important;
}

.scrollPicture_lists .carousel-breviary p,
.scrollPicture_lists .carousel-breviary li {
    /*width: 140px;
    height: 100px;*/
    width: 59px;
    height: 59px;
    float: left;
    margin-right: 0px;
    overflow: hidden;
    line-height: 0px;
    text-align: center;
    min-height:auto!important;
    border-bottom:2px solid transparent;
    border:2px solid transparent;
}

.scrollPicture_lists .carousel-breviary p img,
.scrollPicture_lists .carousel-breviary li img {
    height: 100px
}

.scrollPicture_lists .carousel-breviary img {
    margin: 2px 0px 0px 0!important;
    /*width: 120px;
    height: 90px!important;*/
    width: 93%;
    height: 93%!important;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: pointer;
}

.scrollPicture_lists .carousel-breviary li.active img {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

.scrollPicture_lists .carousel-control {
    height: 465px;
    cursor: pointer;
    width: 35%;
}

.scrollPicture_lists .carousel-control .left-scroll-pic,
.scrollPicture_lists .carousel-control .right-scroll-pic {
    cursor: pointer;
}

.scrollPicture_lists .carousel-control .right-scroll-pic {
    position: absolute;
    top: 50%;
    right: 10%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-size: 35px;
    opacity: 1;
}

.scrollPicture_lists .carousel-control .left-scroll-pic {
    position: absolute;
    top: 50%;
    right: 43%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-size: 35px;
    opacity: 1;
}

.scrollPicture_lists .carousel-num {
    width: 70px;
    float: left
}

.scrollPicture_lists .carousel-list-row {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 99;
    line-height: 30px;
    bottom: 0px
}

.scrollPicture_lists .ft-red {
    font-size: 16px;
    font-weight: 700;
    color: red;
    margin-right: 3px
}

.scrollPicture_lists .mgl3 {
    margin-left: 3px
}

.scrollPicture_lists .carousel-list-detail {
    margin-left: 70px;
    text-align: left;
}

.scrollPicture_lists .carousel-list-detail p {}

.scrollPicture_lists .carousel-list-row p {
    line-height: 30px
}

.scrollPicture_lists ol.carousel-breviary li.active {
    border: 2px solid #fa7d3c
}

.scrollPicture_lists ol.carousel-breviary li:hover {
    border: 2px solid #fa7d3c;
}

.scrollPicture_lists .carousel-breviary li:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

.scrollPicture_lists .carousel-con .carousel-control.left:hover {
    cursor: url(./components/util/trsScrollPictures/images/pic_prev.cur), auto;
}

.scrollPicture_lists .carousel-con .carousel-control.right:hover {
    cursor: url(./components/util/trsScrollPictures/images/pic_next.cur), auto;
}


.newCropperPreview .modal-dialog {
    width: 1210px;
}

.newCropperPreview_window {
    /*width: 1210px;*/
    /*height: 610px;*/
    border-radius: 4px;
    padding: 10px 20px 20px 20px;
    background: #fff;
    border: 4px solid #dddddd;
}

.newCropperPreview_window .newCropperPreview_window_header {
    height: 28px;
    font-weight: bold;
    border-bottom: 2px solid #EEEEEE;
}

.newCropperPreview_window .newCropperPreview_window_header img {
    float: right;
    border: 0;
    cursor: pointer;
}

.newCropperPreview_window .newCropperPreview_window_container {
    overflow: hidden;
    width: 100%;
    /*height: 92%;*/
}

.newCropperPreview_window .newCropperPreview_window_container .prev_con {
    margin: 10px 0px 0px 10px;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 98%;
    border-radius: 4px;
}

.newCropperPreview_window .newCropperPreview_window_container .prev_con span.prev_tit {
    margin-bottom: 5px;
    display: block;
}

.newCropperPreview_window .newCropperPreview_window_container .prev_con .prew_img {
    border: 1px solid #d0d0bf;
    height: 385px;
    overflow: hidden;
}

.newCropperPreview_window .newCropperPreview_window_container .prev_con .prew_info {
    margin-top: 10px;
    border: 1px solid #d0d0bf;
    padding-bottom: 10px;
}

.newCropperPreview_window .newCropperPreview_window_container .prev_con,
.newCropperPreview_window .newCropperPreview_window_container .prev_con .prew_img,
.newCropperPreview_window .newCropperPreview_window_container .prev_con .prew_info {
    font-size: 12px;
}

.newCropperPreview_window .newCropperPreview_window_container .prev_con .prew_info legend {
    display: block;
    padding: 4px;
    width: inherit;
    margin-bottom: 0;
    font-size: 12px;
    color: #333;
    border: 0;
}

.newCropperPreview_window .newCropperPreview_window_container .prev_con .prew_info div {
    margin: 0px 10px;
}

.newCropperPreview_window .newCropperPreview_window_footer {
    text-align: center;
}

.newCropperPreview_window .newCropperPreview_window_footer button {
    width: 80px;
    height: 28px;
    background: #4496d2;
    color: #fff;
    text-align: center;
    line-height: 28px;
    padding: 0px;
    margin-right: 10px;
    font-size: 12px;
}


.cutOut .modal-dialog {
    position: relative;
    top: 60px;
    width: 850px;
    height: 548px;
    margin: 0 auto;
}

.cutOut .modal-content {
    border: 4px solid #e2e0d8;
    background: #f1f2f4;
}

.cutOut .cutOut_header {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    background-color: #fff;
}

.cutOut .cutOut_header span {
    font-weight: bold;
}

.cutOut .cutOut_header .cutOut_header_img {
    cursor: pointer;
    float: right;
    margin-right: 11px;
    margin-top: 7px;
}

.cutOut .cutOut_content {
    height: 500px;
    padding: 10px;
    background-color: #fff;
    margin: 0px 5px;
    border-bottom: 1px solid #E5E2DF;
}

.cutOut .cutOut_content .cutOut_content_images {
    width: 100%;
    height: 100%;
}

.cutOut .cutOut_footer {
    height: 40px;
    margin: 0 5px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
}

.cutOut .cutOut_footer_btn {
    min-width: 66px;
    height: 24px;
    line-height: 24px;
    background: #0097d0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 4px;
}

.cutOut .share-btn[disabled] {
    cursor: not-allowed;
    border-color: #C1C1C1;
    background-color: #C1C1C1;
}

@media screen and (min-width: 1440px) and (max-width: 1681px) {
    .cutOut .modal-dialog {
        top: 160px;
    }
}
@media screen and (min-width: 1700px) and (max-width: 2560px) {
    .cutOut .modal-dialog {
        top: 160px;
    }
}


/*# sourceMappingURL=app.css.map */