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

td,
th {
  padding: 0;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}


/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */



a {
  color: #0088cc;
  text-decoration: none;
}

a.shy {
  color: #999;
  font-size: 9pt;
}

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

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

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

img {
  vertical-align: middle;
  border: 0;
}


button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

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

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

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

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

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

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

.row {
  margin-left: -20px;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

[class*="span"].hide {
  display: none;
}

[class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

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

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

input,
textarea {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  height: 30px;
  line-height: 30px;
}

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

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

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls>.radio:first-child,
.controls>.checkbox:first-child {
  padding-top: 5px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-prepend input[class*="span"] {
  display: inline-block;
}

input,
textarea {
  margin-left: 0;
}

.controls-row [class*="span"]+[class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12 {
  width: 926px;
}

input.span11,
textarea.span11 {
  width: 846px;
}

input.span10,
textarea.span10 {
  width: 766px;
}

input.span9,
textarea.span9 {
  width: 686px;
}

input.span8,
textarea.span8 {
  width: 606px;
}

input.span7,
textarea.span7 {
  width: 526px;
}

input.span6,
textarea.span6 {
  width: 446px;
}

input.span5,
textarea.span5 {
  width: 366px;
}

input.span4,
textarea.span4 {
  width: 286px;
}

input.span3,
textarea.span3 {
  width: 206px;
}

input.span2,
textarea.span2 {
  width: 126px;
}

input.span1,
textarea.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input.visible {
  cursor: default;
  background-color: #f5f5f5;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
} */
.help-block {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group>.dropdown-toggle,
.input-prepend .btn-group>.dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-append input+.btn-group .btn:last-child,
.input-append select+.btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child>.dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-prepend.input-append input+.btn-group .btn,
.input-prepend.input-append select+.btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}


legend+.control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

table {
  max-width: 100%;
  background-color: transparent;
}

table td[class*="span"],
table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../lib/bootstrap/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */

.icon-white,
.nav-pills>.active>a>[class^="icon-"],
.nav-pills>.active>a>[class*=" icon-"],
.nav-list>.active>a>[class^="icon-"],
.nav-list>.active>a>[class*=" icon-"],
.dropdown-menu>li>a:hover>[class^="icon-"],
.dropdown-menu>li>a:focus>[class^="icon-"],
.dropdown-menu>li>a:hover>[class*=" icon-"],
.dropdown-menu>li>a:focus>[class*=" icon-"],
.dropdown-menu>.active>a>[class^="icon-"],
.dropdown-menu>.active>a>[class*=" icon-"],
.dropdown-submenu:hover>a>[class^="icon-"],
.dropdown-submenu:focus>a>[class^="icon-"],
.dropdown-submenu:hover>a>[class*=" icon-"],
.dropdown-submenu:focus>a>[class*=" icon-"] {
  background-image: url("../lib/bootstrap/img/glyphicons-halflings-white.png");
}

.icon-remove {
  background-position: -312px 0;
}

.icon-edit {
  background-position: -96px -72px;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.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;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

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

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

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

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

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

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

.open {
  *z-index: 1000;
}

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

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

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

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

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

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu>.dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu>a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover>a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}



button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group+.btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group {
  margin-left: 5px;
}

.btn-group>.btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

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

.btn-group>.btn,
.btn-group>.dropdown-menu {
  font-size: 14px;
}

.btn-group>.btn-mini {
  font-size: 10.5px;
}

.btn-group>.btn-small {
  font-size: 11.9px;
}

.btn-group>.btn-large {
  font-size: 17.5px;
}

.btn-group>.btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group>.btn:last-child,
.btn-group>.dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group>.btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group>.btn.large:last-child,
.btn-group>.large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group>.btn-mini+.dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group>.btn-small+.dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group>.btn-large+.dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
}

.btn-group-vertical>.btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group-vertical>.btn+.btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.btn-group-vertical>.btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.btn-group-vertical>.btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.btn-group-vertical>.btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block>p,
.alert-block>ul {
  margin-bottom: 0;
}

.alert-block p+p {
  margin-top: 5px;
}

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

.nav>li>a {
  display: block;
}

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

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

.nav>.pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li+.nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list>li>a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list>li>a {
  padding: 3px 15px;
}

.nav-list>.active>a,
.nav-list>.active>a:hover,
.nav-list>.active>a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-pills:before,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-pills:after {
  clear: both;
}

.nav-pills>li {
  display: inline-block;
}

.nav-pills>li>a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-pills>li>a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nav-pills>.active>a,
.nav-pills>.active>a:hover,
.nav-pills>.active>a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav>.dropdown.active>a:hover,
.nav>.dropdown.active>a:focus {
  cursor: pointer;
}

.nav-pills .open .dropdown-toggle,
.nav>li.dropdown.open.active>a:hover,
.nav>li.dropdown.open.active>a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open>a:hover,
.tabs-stacked .open>a:focus {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

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

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

.nav>.disabled>a {
  color: #999999;
}

.nav>.disabled>a:hover,
.nav>.disabled>a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

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

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

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

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

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

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav>li {
  float: left;
}

.navbar .nav>li>a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

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

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar+.icon-bar {
  margin-top: 3px;
}

.navbar .nav>li>.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .nav>li>.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.navbar .nav li.dropdown>a:hover .caret,
.navbar .nav li.dropdown>a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .pull-right>li>.dropdown-menu,
.navbar .nav>li>.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right>li>.dropdown-menu:before,
.navbar .nav>li>.dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right>li>.dropdown-menu:after,
.navbar .nav>li>.dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.navbar .pull-right>li>.dropdown-menu .dropdown-menu,
.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.modal {
  box-sizing: border-box;
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

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

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

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

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress .bar+.bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}


/*from bootstrap*/





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

  background-color: #f8f8f6;

  margin: 0;
  padding-top: 0px;
  padding-bottom: 40px;
}

a:hover,
a:active,
a:focus {
  color: #08c;
}

.headline_container a {
  color: #454545;
}

.header_container a,
a:hover,
a:active,
a:focus {
  color: #000;
}

a.blue_bold_font {
  color: #789eb3;
}

.centered {
  margin: 0 auto;
}

.halfwidth {
  width: 544px;
}

.btn {
  background-image: none !important;
}

.btn-success {
  background-color: #538bb0;
}

.btn-success:hover,
.btn-success:active {
  background-color: #4b7fa2;
}

/* Custom container */
.header_container {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
}

.headline_container_big {
  padding-top: 20px;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
  color: #1F1F1F;
}

.headline_container {
  padding-top: 1px;
  border-bottom: 1px solid #ececec;
  background-color: #FFF;
  color: #1F1F1F;
}

.acp_headline_container {
  padding-top: 1px;
  border-bottom: 1px solid #ececec;
  background-color: #FFF;
  color: #1F1F1F;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  /* Optional: Fügt links und rechts Padding hinzu */
  box-sizing: border-box;
  /* Box-Sizing setzen, um Padding in die Berechnung der Breite einzuschließen */
}

.headline_container_wide {
  background-color: #F0F0F0 !important;
}

.content_container {
  margin-top: 30px;
}

.container-narrow {
  margin: 0 auto;
  max-width: 940px;
}

.container-narrow>hr {
  margin: 30px 0;
}

.footer {
  text-align: center;
  font-size: 9pt;
  margin-top: 1em;
}

.container-wide {
  margin: 0 auto;
  padding: 0 20px;
}

.acp-container-wide {
  margin: 0 0;
  padding: 0 0px;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.acp-container-wide:first-child h4 {
  text-align: left;
}

.acp-container-wide:last-child h4 {
  text-align: right;
}


.content_container_wide {
  background-color: #FFF;
  border-bottom: 1px solid #E0E0E0;
  padding: 20px;
}

/* Main marketing message and sign up button */
.jumbotron {
  margin: 10px 0;
  text-align: center;
  padding: 20px 30px;
}

.loginForm {
  padding-bottom: 20px;
}

.registration_container {
  background-color: #f8f8f6;
  border-radius: 5px;
  border: 1px solid #ececec;
  margin: 0 auto;
  padding-bottom: 20px;
}

.registration_container li {
  /*There's a warning that gets suppressed by this*/
  /*Dieses Formular sollte keine zusätzlichen Felder enthalten.*/
  /*Maybe we should deal with that*/
  list-style: none;
  display: none;
  margin-bottom: 1em;
  border: 1px dashed #DDD;
}

.registration_container h2 {
  margin-bottom: 20px;
  font-size: 17.5px;
}

.registration_container legend {
  width: 93%;
}

.registration_container p:last-child {
  margin-bottom: 20px;
}

label.inactive {
  color: #999;
}

.login_container {
  width: 300px;
  margin: 0 auto;
}

.kinofreund_banner_center {
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 40px;
  width: 365px;
  text-align: center;
}

.kinofreund_banner_center h2 {
  color: #ccc;
  font-size: 20px;
  margin-top: 2px;
}

/* Supporting marketing content */
.marketing {
  margin: 60px 0;
}

.marketing p+h4 {
  margin-top: 28px;
}

.jumbotron .btn {
  font-size: 18px;
  padding: 5px 20px;
}

.muted {
  color: #999999;
}

.nav>li>a {
  padding: 5px 10px;
}

.logged_in_message {
  width: auto;
  position: relative;
}

.logged_in_message>a {
  display: inline-block !important;
  /*padding-left:0px !important;*/
}

.logged_in_message .dropdown-menu {

  right: 0px;
  left: auto;
  position: absolute;
}

#reg_form>div>div>ul {
  display: none;
}

.listrow {
  min-height: 30px;
  margin-top: 10px;
}

.fp-ui {
  background-color: black !important;
}

#filmposter_container {
  border: 1px solid #ececec;
  background-color: #fff;
  /*keep right padding zero for trailers to
	bounce around with their margin-right */
  padding: 10px 0 10px 10px;
  border-radius: 2px;
}

.calweek_container {
  position: absolute;
  left: -95px;
}

#filter_container #verleiher_list .badge {
  background-color: #FFF;
  color: #333;
  font-weight: normal;
  line-height: 18px;
}

#filter_container #verleiher_list .badge input {
  height: 19px;
  line-height: 20px;
}

#filter_container #verleiher_list .badge label {
  display: inline;
  margin-left: .4em;
  font-size: 12px;
}

.trailer_updated {
  width: 85px;
  height: 45px;
  background-image: url(/bundles/kinofreundportal/images/update_badge.png);
  position: absolute;
  right: -15px;
  z-index: 10;
  top: 5px;
}

.trailer_new {
  width: 62px;
  height: 45px;
  background-image: url(/bundles/kinofreundportal/images/neu_badge.png);
  position: absolute;
  right: -15px;
  z-index: 10;
  top: 5px;
}

/*REGISTRATION*/
.username_status,
.email_status,
.password_status {
  position: absolute;
  top: 30px;
  left: 235px;
}

#filter_row {
  position: relative;
}

#filter_container {
  margin-bottom: 10px;
  display: table;
  width: 100%;
}

#filter_container>* {
  display: table-cell;
  vertical-align: top;
}

#filter_container .btn {
  padding: 1px 8px !important;
}

#filter_container #searchbox {
  height: 15px;
  line-height: 15px;
}

#filter_container select {
  margin-top: 1px;
  font-size: 12px;
}

#filter_container select,
#filter_container input {
  height: 24px;
  line-height: 24px;
}

#filter_container>.span7 {
  position: relative;
}

#filter_container b {
  color: #789eb3;
}

.twitter-typeahead .tt-hint {

  height: 14px !important;
  margin-left: 8px;
  margin-top: 1px;
}

#current_filter_container {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ececec;
}

#current_filter_container>div:first-child {
  width: 160px;
}

#current_filter_container>div {
  display: table-cell;
  vertical-align: middle;
}

#current_filter .badge {
  border-radius: 2px;
  background-color: #ececec;
  color: #000;
  font-weight: normal;
}

#current_filter_info {
  color: #789eb3;
}

#verleiher_list {
  position: absolute;
  top: 60px;
  z-index: 50;
  background-color: #F8F8F6;
  border: 1px solid #ECECEC;
  border-radius: 2px;
  margin-left: 0px;
  padding: 5px;

  width: 260px;
  overflow-y: auto;
  max-height: 400px;

  -webkit-box-shadow: 0 5px 10px hsla(0, 0%, 0%, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px hsla(0, 0%, 0%, 0.1);
}

#verleiher_list span {
  margin: 3px 5px;
  float: left;
  clear: left;
}

.trailer_list_item h4 {
  font-size: 10px;
}

.trailer_list_item {
  display: inline-block;
  position: relative;
  width: 132px;
  margin-bottom: 10px;
  margin-right: 7px;
  padding: 5px;
  font-size: 9px;
  line-height: 11px;
  border-radius: 5px;
  border: 1px solid #ececec;
}

.trailer_list_item div.film-title {
  display: block;
  margin: 0;
  font-size: 11px;
  line-height: 13px;
  height: 26px;
  overflow: hidden;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}

.trailer_list_item div.distributor-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trailer_list_item div.release-date {
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}

.trailerbag {
  position: relative;
  /*width: 904px;*/
}

.trailerbag .calweek {
  font-size: 60px;
  line-height: 55px;
  /*font-weight:bold;*/
  color: #e0e1d8;
  clear: left;
  float: left;
}

.trailerbag .calweek_date {
  color: #b2b3ab;
  font-size: 13px;

  clear: left;
  float: left;
}

.badge .close-icon {
  color: #707070;
  font-weight: bold;
  cursor: pointer;

  background-color: #CACACA;
  border-radius: 7px;

  line-height: 5px;
  padding: 0 3px;
  margin-left: 5px;
  margin-right: -3px;
}

.badge {
  margin-bottom: 2px;
}



/*TYPEAHEAD*/

/* base styles */
/* ----------- */
.typeahead,
.tt-query,
.tt-hint {
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-dropdown-menu {
  width: 220px;
  margin-top: 0px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -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);
}

.tt-suggestion {
  padding: 3px 6px;
  font-size: 14px;
  line-height: 18px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

/*Styles*/
a.btn-success {
  color: #fff;
}

.white_bg {
  background-color: #fff;
}

.black_font {
  color: #000;

  border-top-color: #000 !important;
  border-bottom-color: #000 !important;
}

a.black_font:hover {
  color: #000;

}

.blue_font {
  color: #789eb3;
}

.blue_bold_font {
  color: #789eb3;
  font-weight: bold;
}

label.required:after {
  content: "*";
  font-weight: bold;
  color: Red;
}

.modal-body {
  max-height: 410px;
}

.subheadline {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

.subheadline>div {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dev-indicator {
  font-size: 17pt;
  color: #B4482D;
  font-weight: bold;
  vertical-align: bottom;
  opacity: .4;
}

table {
  width: 100%;
}

div.white-box {
  background-color: #fff;
  border: 1px solid #ececec;
  padding: 20px;
  margin-bottom: 15px;
}

.dltable {
  margin-bottom: 2em;
}

.dltable>thead>tr>th:first-child {
  max-width: 48px;
  width: 48px;
}

.dltable .descr {
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dltable td {
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

.dltable>tbody>tr>td:first-child {
  padding-left: 14px;
  padding-right: 14px;
}

.dltable>tbody>tr {
  border-bottom: 1px solid #DEDEDE;
}

.dltable>thead {
  background-color: #EDEDED;
  font-size: 8pt;
  color: #666;
}

.dltable th {
  padding: 4px;
}

ul.filmtabs {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row;
  flex-direction: row;
}

ul.filmtabs>li {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 2px;
}

ul.filmtabs>li.filminfos {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.filmtabs>li.backbtn {
  padding: 0;
}

ul.filmtabs>li.backbtn>a {
  padding: 7px 15px 5px;
  display: block;
}

ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  border-bottom: 1px solid #ececec;
}

ul.tabs>li:first-child {
  margin-left: 0;
}

ul.tabs-right {
  text-align: right;
}

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

ul.tabs>li {
  display: inline-block;
  white-space: nowrap;
  position: relative;

  background-color: #FAFAFA;
  margin-top: 5px;
  border: 1px solid #ECECEC;

  margin-bottom: -1px;

  font-size: 15.5px;
  font-weight: bold;

  color: #000;
  padding: 7px 15px 5px;
  outline: none;

  cursor: pointer;
}

ul.tabs-small>li {
  padding: 2px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #F5F5F5;
  cursor: pointer;
}

ul.tabs-small>li:first-child {
  margin-left: 8px;
}

ul.tabs>li.active {
  border-bottom-color: #FFF;
  background-color: #FFF;
}

ul.tabs li:focus,
ul.tabs li:hover {
  text-decoration: initial;
}

ul.tabs+div.white-box {
  border-top: none;
}

.kftab {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

ul.video_player_playlist {
  list-style: none;
  padding: 0;
  margin: 0;

  display: block;
  text-align: center;
}

ul.video_player_playlist li {
  display: inline-block;
  margin: 1em;
}

ul.video_player_playlist li.active a {
  font-weight: bold;
}

div.filminfos_split1 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 17px 17px 20px 17px;
}

div.filminfos_split1>div:first-child {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 30px;
}

div.filminfos_split1>div:last-child {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

table.filminfos>tbody>tr>td:first-child {
  font-weight: bold;
  width: 90px;
}

table.filminfos>tbody>tr>td:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10px;
  /* max-width: 100px; */
}

table.filminfos>tbody>tr>td {
  vertical-align: top;
}

div.filminfos_split2 {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 17px;
}

div.filminfos_split2>div {
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

div.filminfos_split2>div:first-child {
  margin-right: 15px;
}

div.filminfos_split2>div:last-child {
  margin-left: 15px;
}

div.filmdescription {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
}

.downloads-container h5:first-child {
  margin-top: 0px;
}

.kf-btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  /*letter-spacing: 0.5px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-color: #357ebd;
  color: #ffffff !important;
  background-color: #3a8cb5;
  text-decoration: none;
  font-style: normal;
}

.kf-btn:hover,
.kf-btn:focus {
  text-decoration: none;
  color: #ffffff !important;
  background-color: #1476a7;
  border-color: #285e8e;
}

.kf-btn[disabled] {
  background-color: #969696;
  border-color: #A3A3A3;
  cursor: not-allowed;
}

.kf-btn-danger {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  /*letter-spacing: 0.5px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-color: #CE433B;
  color: #ffffff !important;
  text-decoration: none;
  background-color: #D2524B;
}

.kf-btn-danger:hover,
.kf-btn-danger:focus {
  text-decoration: none;
  color: #ffffff !important;
  background-color: #D62D24;
  border-color: #C83932;
}

.kf-btn1 {
  font-size: 14px;
  padding: 6px 12px;
}

.kf-btn2 {
  font-size: 14px;
  padding: 4px 12px;
}

.kf-btn3 {
  font-size: 12px;
  padding: 4px 12px;
}

button {
  white-space: nowrap;
}

.btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.badge {
  text-shadow: none;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../lib/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.eot');
  src: url('../lib/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../lib/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../lib/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../lib/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-cloud-download {
  font-size: 20px;
  margin: 0 5px 1px 0;
  color: #D9D9D9;
}

.glyphicon-cloud-download:not(.downloaded) {
  visibility: hidden;
}

.glyphicon-comment {
  color: #B8B8B8;
}

.glyphicon-download-alt {
  color: #B8B8B8;
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-copy:before {
  content: "\e205";
}

.spacious-helper {
  display: block;
  text-align: center;
  margin: 4em;
  padding-right: 10px;
  font-style: italic;
}

address {
  position: relative;
  display: block;
  padding: 1em;
  border: 1px solid #F0F0F0;
  vertical-align: top;
  background-color: #F7F7F7;
  font-weight: bold;
  font-style: normal;
}

address.soft {
  font-weight: normal;
}

span.billableName,
span.companyType {
  color: #CCC;
  margin: 0 10px;
}

.branch-container {
  margin-bottom: 3em;
}

.container-deleted {
  color: #B94846;
  padding: 10px;
  border: 1px solid;
}

.address-space-container {
  margin: 0 2em;
}

ul.address-holder {
  margin: 0;
}

ul.address-holder li {
  list-style: none;
  margin-bottom: 1em;
}

div.cinema-search-results-container {
  margin: 12px 0;
  border: 1px solid #D1D1D1;
}

div.cinema-search-results-container-inner {}

div.cinema-search-results {
  display: none;
  margin-bottom: 2em;
}

ul#recipient-container {
  margin: 15px 0 0 0;
}

ul#recipient-container>li {
  list-style: none;
  padding-bottom: 10px;
}

ul#recipient-container>li:not(:first-child) {
  padding-top: 10px;
  border-top: 1px solid #DEDEDE;
}

input#cinema-searchbox,
input#cineserver-searchbox {
  width: 100%;
}

address>span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 9px;
  padding: 3px;
}

form#print_order_form>div {
  margin-bottom: 2em;
}

form#print_order_form input,
form#print_order_form textarea,
form#print_order_form select {
  margin-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form#print_order_form textarea.addressText {
  display: none;
  width: 100%;
  height: 87px;
}

form#print_order_form input {
  height: 30px;
}

form#print_order_form input.showtime {
  width: 100%;
}

form#print_order_form select.porder-dmaster {
  width: 100%;
}

.cinema-search-results-container ul.results,
.cinema-search-results-container ul.branch,
.cinema-search-results-container ul.results>li {
  margin: 0;
  list-style: none;
}

li.addrHQx {
  opacity: .7;
}

.cinema-search-results-container ul.results>li:not(:first-child)>div.branchRow {
  border-top: 1px solid #DEDEDE;
}

.cinema-search-results-container ul.branch>li {
  display: inline-block;
  padding: 15px 30px 25px;
  cursor: pointer;
  max-width: 16%;
  min-width: 16%;
  border: 1px solid transparent;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

  -webkit-transition: max-width 0.4s ease 0s;
  -moz-transition: max-width 0.4s ease 0s;
  -o-transition: max-width 0.4s ease 0s;
  transition: max-width 0.4s ease 0s;
}

.cinema-search-results-container ul.branch>li.addrHQ:hover,
.cinema-search-results-container ul.branch>li.addrCinema:hover {
  background-color: #F5F5F5;

  max-width: 25%;
}

ul.selected-address {
  margin: 0;
}

ul.selected-address li {
  list-style: none;
}

div.notfound-helper {
  font-size: 12px;
  text-align: center;
  display: block;
  background-color: #F5F5F5;
  padding: 5px;
  border-top: 1px solid #D1D1D1;
}

table.porder-recipient-row td:first-child {
  padding-right: 6px;
}

table.porder-recipient-row input.comment {
  display: none;
}

.company-form * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.company-form input,
.company-form select {
  margin-bottom: 0;
}

.cmp1 {
  width: 40%;
}

.cmp2 {
  width: 60%;
}

.company-form table td:first-child {
  padding-right: 5px;
}

.company-form table td:not(:first-child) {
  padding-left: 5px;
}

.company-form table label {
  /* anti bootstrap */
  display: block;
}

.company-form label {
  /* anti bootstrap */
  /*display: inline-block;
	width: 20em;*/
}

.company-form ul {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}

.company-form ul.addresses {
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 20px;
  padding-left: 10px;
  border-left: 5px solid #F7F7F7;
  background-color: #FAFAFA;
}

.company-form .btnNewAddress {
  margin-left: 30px;
  /*margin: auto;
	display: block;*/
}

.company-form ul.branches select {
  width: 100%;
}

.company-form ul.branches>li {
  padding: 0 0 40px;
  /*border: 1px solid #DDD;*/
}

.company-form ul.branches>li:not(:first-child) {
  border-top: 1px solid #DEDEDE;
  padding-top: 20px;
}

.company-form ul.addresses>li {
  padding: 0;
}

.company-form ul.addresses>li:not(:first-child) {
  border-top: 1px solid #DEDEDE;
  padding-top: 20px;
}

.company-form table input,
.company-form table select,
.company-form table textarea {
  width: 100%;
}

.company-form input,
.company-form select {
  height: 30px;
}

table.addressForm {
  width: 66%;
  margin-left: 3%;
  display: inline-table;
  vertical-align: top;
}

div.addressType {
  width: 30%;
  margin-top: 20px;
  display: inline-block;
}

table.companyDetailsForm {
  margin-bottom: 45px;
}

table.companyDetailsForm td {
  padding-bottom: 10px;
}

table.addressForm hr {
  margin: 4px 0;
}

div.branchTypeForm {
  display: inline-block;
}

div.branchHead {
  display: table;
  width: 100%;
}

div.branchHead>div {
  display: table-cell;
}

div.branchHead>div:last-child {
  width: 44px;
  text-align: center;
}

div.stat-item-counter {
  display: inline-block;
  margin-right: 8px;
  border: 1px solid #ADADAD;
  color: #8C8C8C;
  vertical-align: top;
  border-radius: 0 7px;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  padding: 3px 11px;
  text-transform: uppercase;
}

table.poinfo {
  width: auto;
  margin-bottom: 40px;
}

table.poinfo td {
  padding: 3px 5px;
}

table.poinfo td:first-child {
  font-weight: bold;
}

div.poinfo {
  margin-bottom: 10px;
  border-radius: 10px 10px 0 0;
  padding: 6px 20px;
  border-bottom: 1px solid #E6E6E6;
  font-weight: bold;
}

div.poinfo span {
  margin-right: 1em;
  display: inline-block;
  width: 140px;
  padding: 4px;
  border-radius: 0 4px;
}

div.printorderblock {
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  margin-bottom: 40px;
}

tr.expanded form {
  display: block;
}

tr.unseen {
  display: none;
}

td.cell_status {
  font-weight: bold;
  white-space: nowrap;
}

.ui-datepicker td.date-highlight a {
  background: #FCE28D;
}

.ui-datepicker td .ui-state-active {
  border: 2px solid #F0AC00;
}

.st {
  display: none;
}

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

table.printorders>tbody>tr:not(.expanded)>td:first-child {
  background-color: white;
}

table.printorders>tbody>tr>td:first-child {
  white-space: nowrap;
}

table.printorders>tbody>tr>td:nth-child(2) {
  white-space: nowrap;
}

table.printorders>tbody>tr>td {
  white-space: nowrap;
}

table.printorders td {
  padding: 4px 6px;
}

table.printorders th {
  padding: 8px;
}

table.kf-table td {
  padding: 4px 6px;
}

table.kf-table th {
  padding: 8px;
}

td.printorder-comments {
  padding-left: 20px;
  font-style: italic;
}

div.printorder-comments {
  font-style: italic;
  margin-top: 12px;
}

div.companyHead {
  margin-bottom: 30px;
}

div.more_results {
  font-weight: bold;
}

td.rowExpander {
  cursor: pointer;
}

ul.selected-address span.addressTypeLabel {
  display: block;
  font-size: 8pt;
  text-transform: uppercase;
  font-weight: bold;
  color: #CCC;
}

ul.branch span.addressTypeLabel {
  display: block;
  font-size: 8pt;
  text-transform: uppercase;
  line-height: 28px;
  font-weight: bold;
  color: hsl(0, 0%, 45%);
  margin-bottom: 4px;
  text-align: center;
  border: 1px solid hsl(0, 0%, 54%);
  border-radius: 2px;
  padding-left: 2px;
  padding-right: 2px;
  overflow: hidden;
}

img.spinner {
  margin: 20px;
}



ul.branch {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  align-items: stretch;

  -webkit-flex-flow: row wrap;
  justify-content: flex-start;
}

div.branchRow {
  justify-content: space-between;
  align-items: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.smallMenuEntry {
  font-size: 10pt;
}

li.msg {
  padding: 20px;
}

div.moreOptions {
  padding: 2em 3px 2em 2em;
  position: relative;
}

ul.moreOptionsBox {
  position: absolute;
  top: auto;
  left: auto;
}

div.loginError {
  color: #B94846;
  padding: 11px;
  border: 1px solid;
  margin: 1em;
  text-align: center;
}

div.loginError a {
  color: #B94846;
  text-decoration: underline;
}

div.regComplete {
  text-align: center;
  padding-top: 2em;
  border-top: 1px solid hsl(0, 0%, 94%);
}

div.regComplete>* {
  margin-bottom: 1.2em;
  margin-top: 1em;
}

div.regComplete h3 {
  line-height: normal;
}

div.regComplete p.regBigger {
  font-size: 13pt;
  line-height: 20pt;
}

div.regComplete p.regSmaller {
  font-size: 9pt;
}

.status1 {
  background-color: hsl(45, 100%, 89%);
}

.status1.status_grid_cell {
  background-color: hsl(45, 100%, 89%);
}

.status2 {
  background-color: hsl(60, 81%, 80%);
}

.status2.status_grid_cell {
  background-color: hsl(60, 88%, 75%);
}

.status3 {
  background-color: hsl(100, 100%, 90%);
}

.status3.status_grid_cell {
  background-color: hsl(100, 100%, 81%);
}

.status4 {
  background-color: hsl(21, 70%, 86%);
}

.status5 {
  background-color: hsl(36, 100%, 90%);
}

.status5.status_grid_cell {
  background-color: hsl(36, 100%, 50%);
}

table.printorders select,
table.printorders input,
table.printorders form {
  margin-bottom: 0;
}

ul.qq-upload-list {
  margin-top: 15px !important;

}

#upload-list-container {
  position: fixed;
  bottom: 20px;
  left: 60%;
  width: 320px;
  min-height: 140px;
  border: 1px solid #bbb;
  background-color: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.09);
}

#upload-list li {
  padding: 6px 9px;
  list-style: none;
  border-bottom: 1px solid #e8e8e8;
}

.fv-ul-h {
  color: #484848;
  background-color: #f1f1f1;
  font-size: 10pt;
  padding: 4px 10px;
  border-bottom: 1px solid #e8e8e8;
}

.fv-ul-f {
  color: #484848;
  background-color: #f1f1f1;
  font-size: 8pt;
  padding: 0px 10px;
  border-top: 1px solid #e8e8e8;
}

.fv-ul-cancel {
  display: inline-block;
  padding: 0;
  width: 13px;
  height: 13px;
  margin: 0;
  margin-left: 4px;
  background-image: url('../images/close_circle.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

a.fv-ul-close {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 2px;
  background-image: url('../images/close.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.downloadarea {
  margin-top: 1em;
}

form.restrfilespwd {
  width: 60%;
  margin-top: 120px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

form.restrfilespwd div.slogan {
  margin: 20px;
}

form.restrfilespwd input,
form.restrfilespwd select {
  margin-bottom: 0;
}

div#printorder_send {
  text-align: center;
}

tr.unseen table td {
  vertical-align: top;
  white-space: initial;
}

tr.expanded {
  font-weight: bold;
  border: 2px solid black;
  border-bottom: none;
}

tr.unseen {
  border: 2px solid black;
  border-top: none;
}

tr.unseen>td {
  padding: 0;
}

tr.expanded>td {
  border: none;
}

table.pod_drawer>tbody>tr>td {
  border-right: 1px solid #DDD;
}

form.billing input {
  width: 100px;
}

form.billing table>tbody>tr>td {
  padding: 1px;
}

ol.bare {
  margin: 0;
  list-style: none;
  padding: 4px;
  min-height: 150px;
}

ol.bare input,
ol.bare select {
  margin: 0;
}

ol.bare select {
  width: 100px;
}

select.statusCode {
  padding: 0;
  line-height: 25px;
  font-size: 17px;
  border-radius: initial;
}

ol.statusOptions {
  list-style: none;
  margin: 0;
}

ol.statusOptions li {
  display: block;
  padding: 1px;
}

ol.statusOptions div {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ddhighlight {
  background-color: hsl(53, 100%, 79%);
}

.warn-highlight {
  background-color: #ff9994;
}

.pulse {
  -webkit-animation: pulsate .8s ease-out;
  -webkit-animation-iteration-count: infinite;
  background-color: #FFF;
}

@-webkit-keyframes pulsate {
  0% {
    background-color: #FFF
  }

  50% {
    background-color: #F0F0F0
  }

  100% {
    background-color: #FFF
  }
}

a.trackingNumberLink {
  color: hsl(0, 0%, 0%);
  text-decoration: underline;
}

.pod_price {
  font-size: 18pt;
  line-height: initial;
}

.amount {
  text-align: right;
}

.cut_the_crap input,
.cut_the_crap label {
  margin: 0;
  display: inline;
}

.month_1 {
  background-color: #FFF
}

.month_0 {
  background-color: #EEE
}

.form_printorderdetails_filter input,
.form_printorderdetails_filter select,
.form_printorderdetails_filter label {
  display: inline-block;
  margin: 0;
}

.form_printorderdetails_filter {
  margin-bottom: 20px;
}

.podj_delete {
  background-color: #ff6a2e;
  border-radius: 10px;
  padding: 3px;
  color: white;
  font-size: 15px;
  line-height: 6px;
  margin: 0;
  height: 8px;
  width: 8px;
  display: inline-block;
  margin-left: 4px;
  cursor: pointer;
}


/*visual where clause*/
ul.and,
ul.or,
ul.and>li,
ul.or>li {
  padding: 5px;
  margin: 0;
}

ul.and {
  min-height: 50px;
  background-color: #EEE;
}

ul.and li,
ul.and ul {
  display: inline-block;
  border: 1px solid red;
  margin-left: 15px;
}

ul.or>li {
  display: block;
  border: 1px solid green;
  margin-bottom: 4px;
  position: relative;
}

ul.or>li:not(:first-child) {
  margin-top: 20px;
}

ul.and>* {
  vertical-align: middle;
}

ul.and>li {}

ul.or>ul:not(:first-child):before,
ul.or>li:not(:first-child):before {
  content: 'ODER';
  position: absolute;
  text-align: center;
  width: 100%;
  top: -20px;
  font-size: 10pt;
}

ul.and>ul:before,
ul.and>li:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  content: "\e080";
  left: -25px;
  position: relative;
}

select.time_operator {
  width: 60px;
}


.status_grid_cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 6px;
}

.status_grid_cell:not(:first-child) {
  border-left: 1px solid grey;
}

.cell_status {
  padding: 0 !important;
}

.status_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  border: none;
}

.status_grid .dot {
  font-size: 27pt;
  position: relative;
  line-height: 4px;
  top: 8px;
  color: hsl(36, 100%, 50%);
}

div.listsubgroup {
  display: table;
  width: 100%;
  table-layout: fixed;
}

div.filebin {
  padding: 0;
  margin: 0;
  cursor: default;
  display: table-row-group;
  width: 100%;
}

div.filebin:empty {
  min-height: 20px;
  display: block;
}

div.tbr {
  display: table-row;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.fv-tbr-d {
  -webkit-user-drag: element;
}

div.tbh {
  font-weight: bold;
  background-color: #F9F9F9;
}

div.tbr.selected div:not([contenteditable]),
div.tbr.selected a:not(.btn) {
  color: #ffffff;
  background-color: #3a8cb5;
}

div.tbr div[contenteditable] {
  border: 1px solid #3a8cb5;
  overflow: hidden;
  text-overflow: initial;
  padding-left: 5px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}

div.tbr>* {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #F0F0F0;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.descr {
  padding-left: 5px;
}

div.descr:empty::after {
  font-style: italic;
  opacity: .3;
  content: "Beschreibung";
}

div.fn {
  padding-left: 5px;
  width: 45%;
}

div.fsize {
  padding-left: 1em;
  width: 15%;
}

div.tbr>div.img {
  width: 42px;
  height: 20px;
  /* background-size: contain; */
  /* opacity: .1; */
  /* background-size: 18px; */
  padding: 3px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

div.tbr.f_document>div.img {
  background-image: url('/bundles/kinofreundportal/images/sfiles/document.png');
}

div.tbr.f_video>div.img {
  background-image: url('/bundles/kinofreundportal/images/sfiles/video.png');
}

div.tbr.f_audio>div.img {
  background-image: url('/bundles/kinofreundportal/images/sfiles/audio.png');
}

div.tbr.f_dcp>div.img {
  background-image: url('/bundles/kinofreundportal/images/sfiles/dcp.png');
}

div.tbr.f_zip>div.img {
  background-image: url('/bundles/kinofreundportal/images/sfiles/zip.png');
}

div.tbr.f_image>div.img {
  background-image: url('/bundles/kinofreundportal/images/sfiles/image.png');
}

.contextmenu {
  border: 1px solid #DEDEDE;
  background-color: #FFF;
  position: absolute;
  display: none;
  padding: 0px;
  margin: 0;
  list-style: none;
  cursor: default;
  font-size: 10pt;
  z-index: 5000;
}

.contextmenu li {
  padding: 6px 45px 6px 30px;
}

.contextmenu li:hover {
  background-color: #F0F0F0;
}

div#sidebar>table>tbody>tr>td {
  vertical-align: middle;
}

div#sidebar>table>tbody>tr>td:first-child {
  text-align: right;
  padding-right: .5em;
}

div#sidebar>table>tbody>tr>td:last-child {
  font-weight: bold;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div#sidebar>table>tbody>tr>td.separator {
  text-align: center;
  font-size: 10pt;
  padding-top: 1em;
}

div.filemgmt_main {
  /*addition*/
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;


  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #FFF;
  overflow: auto;

  outline: none;
  position: relative;

  border: 1px solid #E8E8E8;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

div.filemgmt_left {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 210px;
  background-color: #F0F0F0;
  /*overflow: hidden;*/
  padding-top: 10px;
  position: relative;
}

div#sidebar {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 350px;
  padding: 1em;
  background-color: #F0F0F0;
  overflow: auto;
}

div.filemgmt_left_button_small {
  cursor: pointer;
  line-height: 2em;
  padding-left: 30px;
  padding-right: 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

div.filemgmt_left_button:not(.selected):hover {
  background-color: #E5E5E5;
}

div.filemgmt_left_button.selected {
  background-color: #3B8CB5;
  color: white;
}

div.filegroup-name {
  font-weight: bold;
  padding-left: 10px;
  line-height: 2em;
  display: table-caption;
  background-color: inherit;
}

#btnNewFilegroup {
  margin: 10px;
}

.ns {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

div#filemgmt_llc {
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  width: 100%;
}

div.filemgmt_divider {
  text-align: center;
  border-bottom: 1px solid #E8E8E8;
  text-align: center;
  margin: 4px 0px;
}

div.header_splitter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  padding: 9px 0px 7px 0px;
  background-color: #FFF;
}

div.header_splitter div:first-child {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 210px;
}

div.header_splitter div:last-child {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
  padding-right: 20px;
}

div.header_middle {
  padding-left: 20px;
}

div.header_middle span.filmselect {
  margin-right: 10px;
  font-size: 14pt;
}

div.header_middle a {
  color: #333;
}

.filmmgmt-status-indicator-orange {
  color: hsla(26, 82%, 43%, 0.87);
}

.kfp-1 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.kfp-3 {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#resumable_uploads_infobox {
  margin: 1em;
  margin-top: 3em;
}

div.bd_press {
  margin: 26px;
  text-align: center;
}

div#filmpane {
  margin-bottom: 45px;
  box-shadow: 0px 0px 25px #F0F0F0;
}

div#filemgmt_llc div.help {
  margin-bottom: 5px;
  font-size: 9pt;
}

div#security>form {
  display: inline-block;
  border-right: 1px solid #F0F0F0;
}

label.secoption input[type="checkbox"] {
  margin-right: 0.8em;
}

label.secoption input[type="text"] {
  margin-left: 0.8em;
}

label.secoption {
  /*display: block;*/
  padding: 0.8em;
}

label.secoption:hover {
  /*background-color: #F0F0F0;*/
}

div.secdiv {
  margin-bottom: 40px;
}

div#security {
  padding-left: 20px;
}

div#security h5:first-child {
  margin-top: 20px;
}

button.secsave {
  margin-top: 2em;
}

.filmmgmt_settings {
  height: auto;
  padding: 10px 14px;
  background-color: #F0F0F0;
  text-align: right;
  font-size: 10pt;
}

.company_manager_search_dialog,
.cmpmgr_cineserver_search_dialog {
  padding: 20px;
}

.kfdialog {
  width: 80%;
  max-width: 1000px;
}

.kfdialog-huge {
  width: 85%;
  max-width: 1200px;
}

div.filmmgmt_security_dialog {
  padding: 20px;
  top: 40%;
}

.filmmgmt_security_form_container {}


/*keymgmt*/
div#shader {
  z-index: 1000;
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}

div#keymgmt {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;

  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

div#keymgmt_header {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: 0px -1px 5px #AAA;
  z-index: 100;
  height: auto;
  padding: 10px 14px;
}

div#keymgmt_pane {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-bottom: 2px solid #DDD;
  background-color: #FEFEFE;
  overflow: auto;
}

div#keymgmt_entry,
div#keymgmt_release_details,
div#keymgmt_modal_newrelease {
  padding: 20px;
  top: 40%;
  width: 50%;
}

div#keymgmt_release_details {
  width: 70%;
}

div#keymgmt_entry input {
  /*fucking bootstrap*/
  margin-bottom: 0px;
}

input.keymgmt_time,
input.keymgmt_date {
  width: 90px;
}

.filemgmt_section-header {
  cursor: default;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 13px;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#keymgmt_title {
  width: 90%;
  margin-bottom: 0px;
}

#keymgmt_TargetSearchbox {
  width: 100%;
  min-height: 31px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*copied from bootstrap, doesn't deal with focus etc.*/
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

#keymgmt_TargetSearchbox:empty:not(:focus):before {
  content: attr(data-placeholder);
  color: grey;
  font-style: italic;
  cursor: text;
}

.keymgmt_targetSearchResults {
  box-sizing: border-box;
  background-color: white;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 0 0 2px 2px;
}

.keymgmt_searchres_col1 {
  display: inline-block;
  width: 60%;
  box-sizing: border-box;
}

.keymgmt_searchres_col2 {
  display: inline-block;
  width: 40%;
  box-sizing: border-box;
}

.keymgmt_target {
  display: inline-block;
  background-color: #777;
  color: #EEE;
  border-radius: 2px;
  padding: 1px 5px;
  margin: 1px 2px;
  white-space: nowrap;
}

div.tbr>div.type {
  width: 6em;
}

.keymgmt_targetselect>li {
  cursor: pointer;
  padding: 1px;
}

.keymgmt_targetselect>li:hover {
  background-color: #DDD;
}

.keymgmt_shy {
  font-style: italic;
  color: grey;
}

.keymgmt_dot {
  font-size: 27pt;
  position: relative;
  line-height: 4px;
  top: 8px;
}

.keymgmt_dot_orange {
  color: #F90;
}

.keymgmt_dot_green {
  color: #62C462;
}

.keymgmt_validity_indicator {
  padding: 4px 14px;
  font-size: 10pt;
  font-weight: bold;
  border-radius: 3px;
  color: white;
}

.valid1 {
  background-color: #F90;
}

.valid2 {
  background-color: #62C462;
}

.valid3 {
  background-color: #FF4D44;
}

div.lr_splitter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

div.tb_splitter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

div.lr_splitter div,
div.tb_splitter div {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.fixed {
  table-layout: fixed;
}

/*keymgmt*/


div.reg_table {
  display: table;
  table-layout: fixed;
  margin: 6em auto 2em auto;
  width: 100%;
}

div.reg_table>div {
  display: table-cell;
  padding: 0 25px 40px 25px;
  vertical-align: top;
  border: 3px dashed transparent;
}

div.reg_table>div.selectable {
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}

div.reg_table>div.selected {
  border: 3px dashed #A0A0A0;
}

div.reg_table input[type=radio] {
  display: block;
  text-align: center;
  margin: 30px auto;
  height: 20px;
}

table.arc {
  table-layout: fixed;
}

table.arc>tbody>tr:nth-child(even) {
  background: #F4F4F4;
}

table.arc td,
table.arc th {
  border: 1px solid #DDD;
}

textarea#webdailies-user-invites {
  width: 600px;
  height: 200px;
}

.vjs-loading-spinner:before {
  content: none;
}

.vjs-loading-spinner:after {
  content: none;
}

.vjs-loading-spinner {

  margin: auto;
  height: auto;
  width: 100%;
  position: absolute;
  opacity: 1;
  left: auto;
  /*text-align: center;*/
  border: none;
  background-clip: initial;
}

.vjs-loading-spinner-inner {
  margin: auto;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.vjs-loading-spinner span {
  display: inline-block;
  margin: 5px;
  width: 12px;
  border-radius: 7px;
  height: 12px;
  background-color: hsla(44, 91%, 55%, 0.3);
  animation: vidloading 1.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation: vidloading 1.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

.vjs-loading-spinner span:nth-child(2) {
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

.vjs-loading-spinner span:nth-child(3) {
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

@-webkit-keyframes vidloading {
  0% {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }

  20% {
    transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
  }

  40% {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}

@keyframes vidloading {
  0% {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }

  20% {
    transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
  }

  40% {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}

#trailer_container:-webkit-full-screen,
#screener_container:-webkit-full-screen {
  /* can't use class vidcnt because of this thing where .. precedence specificity??.. */
  background-color: transparent;
  position: relative;
  left: 0px;
  top: 0px;
  margin: 0px;
  min-width: 0px;
  max-width: none;
  min-height: 0px;
  max-height: none;
  width: 100%;
  height: 100%;
  flex: 1 1 0%;
  display: block;
  transform: none;
  outline: none;
}

#trailer_container:-webkit-full-screen video,
#screener_container:-webkit-full-screen video {
  background-color: transparent;
  width: 100%;
  height: 100%;
}

#trailer_container {
  background-color: #EDEDED;
  margin-top: 10px;
}

#screener_container {
  margin-top: 10px;
}

#trailer_container video {
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  background-color: black;
}

#screener_container video {
  width: 100%;
  background-color: black;
}

#trailer_flash {
  display: block;
  height: 505px;
  margin: auto;
}

#screener_flash {
  display: block;
  width: 100%;
  height: 505px;
  margin-bottom: 10px;
}

.flexContainerRow {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flexContainer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.flexContainerAlignCenter {
  align-items: center;
  -webkit-align-items: center;
}

.flexChild {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flexChild_expand {
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.fv-b-u {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.copy-button {
  background-color: white;
  border: none;
}