.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}

.acl-group {
  margin-left: 20px;
}
.acl-permission {
  line-height: 40px;
}
.acl-permission>div[id] {
  display: inline-block;
}
.acl-permission-toggle {
  padding: 5px;
  cursor: pointer;
  font-size: 1.5165em;
}
.acl-permission-toggle.granted {
  color: #67b373;
}
.acl-permission-toggle.non-granted {
  padding: 5px 7px;
  color: #973426;
}
.acl-group-permission-toggle {
  cursor: pointer;
  font-size: 1.2132em;
  margin: 0;
}
.acl-group-permission-toggle.icon-circle {
  padding: 1px 7px 0 6px;
  font-size: 1.011em;
  color: #bbb;
}
.acl-group-permission-toggle.icon-ok {
  padding: 0 5px 0 4px;
  color: #67b373;
}
.acl-group-permission-toggle.icon-remove {
  padding: 0 6px;
  color: #973426;
}

.dashboard {
  color: #67768A;
  background-color: white;
}
.dashboard .shortcuts {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
.dashboard .shortcuts img {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}
.dashboard .shortcuts .btn.shortcut {
  display: inline-block;
  width: 220px;
  zoom: 1;
  vertical-align: top;
  height: 180px;
  padding: 20px;
  font-weight: bold;
  font-size: 12.132px;
  background-color: #f8f8f9;
}
.dashboard .shortcuts .btn.shortcut:hover {
  background-color: #e6e8ec;
}
.dashboard .shortcuts .btn-mini {
  height: 22px;
  line-height: 22px;
}
.dashboard .shortcuts .label {
  min-height: 22px;
  line-height: 22px;
  padding: 0 4px;
}
.dashboard.quick-launchpad > .container {
  padding-top: 30px;
}
.dashboard .quick-launchpad-widget {
  margin-bottom: 20px;
}
.dashboard h3 {
  margin: 0;
  font-size: 18.198px;
  color: #52267D;
  font-weight: normal;
}
.dashboard.header {
  background-color: #f9f9f9;
  padding: 15px;
}
.dashboard .version-container .current-version,
.dashboard .version-container .last-version {
  display: inline-block;
  margin-left: 10px;
}
.dashboard .version-container .current-version:first-child,
.dashboard .version-container .last-version:first-child {
  margin-right: 3px;
}
.widget-header {
  font-weight: bold;
  border-bottom: 3px solid #381a56;
  line-height: 44px;
  font-size: 15.165px;
  color: #381a56;
  text-transform: uppercase;
}
.widget-header .btn-mini {
  margin: 5px;
  color: #381a56;
  font-weight: bold;
}
.widget-header .btn-refresh {
  margin-right: 3px;
}
.widget-header .btn-refresh i {
  color: #67768A;
  cursor: pointer;
}
.completeness-widget {
  color: #67768A;
}
.completeness-widget > div {
  padding-top: 15px;
}
.completeness-widget .channels {
  display: flex;
  justify-content: space-between;
}
.completeness-widget .channels .channel {
  display: inline-block;
  border: 12px solid #f8f8f9;
  transition: opacity 0.2s linear;
  flex-grow: 1;
}
.completeness-widget .channels .channel:not(:first-child) {
  margin-left: 20px;
}
.completeness-widget .channels .channel .header {
  border-bottom: 2px solid #67768A;
  padding: 10px;
  font-size: 13.143px;
  font-weight: bold;
}
.completeness-widget .channels .channel .locale-result {
  width: 100%;
  *zoom: 1;
}
.completeness-widget .channels .channel .locale-result:before,
.completeness-widget .channels .channel .locale-result:after {
  display: table;
  line-height: 0;
  content: "";
}
.completeness-widget .channels .channel .locale-result:after {
  clear: both;
}
.completeness-widget .channels .channel .locale-result tr {
  line-height: 46px;
}
.completeness-widget .channels .channel .locale-result tr td {
  border-bottom: 2px solid #f8f8f9;
}
.completeness-widget .channels .channel .locale-result .locale {
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 155px;
}
.completeness-widget .channels .channel .locale-result .progress-cell {
  width: 50%;
}
.completeness-widget .channels .channel .locale-result .progress-cell span.progress-info {
  padding: 5px;
  cursor: default;
}
.completeness-widget .channels .channel .locale-result .progress-cell .progress {
  height: 18px;
  margin-bottom: 0;
  border-radius: 6px;
}
.completeness-widget .channels .channel .locale-result .total {
  text-align: right;
  padding: 0 10px;
}
.completeness-widget .btn {
  background-color: #67768A;
  color: #F1F4F9;
}
.completeness-widget .btn:hover,
.completeness-widget .btn:focus {
  background-color: #515d6d;
  color: #F1F4F9;
}
table.last-operations,
table.proposal-widget {
  width: 100%;
}
table.last-operations tr td,
table.last-operations tr th,
table.proposal-widget tr td,
table.proposal-widget tr th {
  padding: 0 10px;
  line-height: 48px;
  border-bottom: 2px solid #f8f8f9;
}
table.last-operations tr td.text-right,
table.last-operations tr th.text-right,
table.proposal-widget tr td.text-right,
table.proposal-widget tr th.text-right {
  text-align: right;
}
table.last-operations tr td.text-center,
table.last-operations tr th.text-center,
table.proposal-widget tr td.text-center,
table.proposal-widget tr th.text-center {
  text-align: center;
}
table.last-operations tr th,
table.proposal-widget tr th {
  background: #f8f8f9;
  font-size: 13.143px;
  border-bottom: 2px solid #67768A;
  text-align: left;
}
table.last-operations .label,
table.last-operations .btn,
table.proposal-widget .label,
table.proposal-widget .btn {
  font-size: 12.132px;
  border-radius: 6px;
  text-shadow: none;
  line-height: 34px;
  height: 34px;
  padding: 0 20px;
  font-weight: normal;
  vertical-align: middle;
}
.widget-content {
  position: relative;
  transition: 0.7s ease-out;
  max-height: 700px;
  overflow-y: auto;
}
.widget-content.loading {
  min-height: 100px;
  overflow-y: hidden;
}

.comment-threads a {
  color: #444;
}
.comment-threads textarea {
  height: 31px;
  width: 100%;
  transition: height .5s ease-in-out;
  border: none;
  resize: none;
  box-sizing: border-box;
  margin-bottom: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  line-height: 23px;
}
.comment-threads .comment-buttons {
  padding: 3px;
}
.comment-threads .comment-buttons .btn {
  margin-left: 3px;
}
.comment-threads .comment-create .comment-buttons,
.comment-threads .comment-thread .comment-buttons {
  display: none;
  -webkit-box-justify-content: flex-end;
  -moz-box-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.comment-threads .active .comment-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.comment-threads .active textarea {
  height: 60px;
  border-bottom: 1px solid #ddd;
}
.comment-threads .comment-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 25px;
}
.comment-threads .comment-meta .author {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.comment-threads .comment-meta .date {
  margin-right: 3px;
  color: #888;
}
.comment-threads .remove-comment {
  border: 1px solid #ddd;
  margin: 2px 0;
  padding: 0 1px;
  border-radius: 2px;
  height: 20px;
  line-height: 20px;
}
.comment-threads .remove-comment:hover {
  cursor: pointer;
}
.comment-threads .no-data {
  border: none;
}
li.comment-create {
  border: 1px solid #ddd;
}
ol.comment-thread li {
  border: 1px solid #ddd;
  border-top: none;
}
ol.comment-thread > :first-child {
  margin-top: 15px;
  border: 1px solid #ddd;
}
ol.comment-thread > :last-child {
  overflow: hidden;
}
li.comment-reply:last-child {
  border-bottom: 1px solid #ddd;
}
li.comment-topic {
  background-color: #f4f4f4;
  border-bottom: 1px solid #ddd;
  padding: 3px;
}
li.comment-topic .message,
li.comment-reply .message {
  word-break: normal;
}
.comment-reply {
  border: 1px solid #ddd;
  padding: 5px;
}
.comment-reply-action {
  border-top: none;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  width: auto \9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  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;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.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,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .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;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [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;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21.231px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
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-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 small {
  font-size: 24.264px;
}
h2 small {
  font-size: 17.187px;
}
h3 small {
  font-size: 14.154px;
}
h4 small {
  font-size: 14.154px;
}
.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;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}
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;
  clear: left;
  text-align: right;
  overflow: hidden;
  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 #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.187px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12.132px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13.143px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21.231px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15.165px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14.154px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
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"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12.132px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  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"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #cccccc;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.04);
  -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;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
}
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,
.uneditable-input:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -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"] {
  margin: 4px 0 0;
  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,
input[type="file"] {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
}
select {
  width: 220px;
  background-color: #fff;
  border: 1px solid #cccccc;
}
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;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
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;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 100px;
}
.input-medium {
  width: 200px;
}
.input-large {
  width: 300px;
}
.input-xlarge {
  width: 400px;
}
.input-xxlarge {
  width: 600px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.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"],
.row-fluid .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[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,
.control-group.warning .help-inline {
  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,
.control-group.error .help-inline {
  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,
.control-group.success .help-inline {
  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,
.control-group.info .help-inline {
  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;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}
.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 .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14.154px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  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,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input: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: 14.154px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  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,
.input-append .uneditable-input {
  -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,
.input-append .uneditable-input + .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,
.input-prepend.input-append .uneditable-input {
  -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,
.input-prepend.input-append .uneditable-input + .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;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > tbody > tr:last-child > td {
  border-bottom: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #F1F4F9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
[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("../bundles/pimui/lib/bootstrap/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
.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-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .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("../bundles/pimui/lib/bootstrap/img/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0 0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  width: 16px;
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}
.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.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: #fff;
  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 #fff;
}
.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: #fff;
  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: #fff;
  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: static;
  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: #fff;
}
.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: 20.22px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  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: 14.154px;
  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: #eee;
  background-image: -moz-linear-gradient(top,#fff,#eee);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#eee));
  background-image: -webkit-linear-gradient(top,#fff,#eee);
  background-image: -o-linear-gradient(top,#fff,#eee);
  background-image: linear-gradient(to bottom,#fff,#eee);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #eee #eee #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: #eee;
  *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.187px;
  -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: 12.132px;
  -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.11px;
  -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,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn-primary {
  color: #fff;
  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: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  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: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  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: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  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: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  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: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top,#444,#222222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222222));
  background-image: -webkit-linear-gradient(top,#444,#222222);
  background-image: -o-linear-gradient(top,#444,#222222);
  background-image: linear-gradient(to bottom,#444,#222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  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='#ff444444',endColorstr='#ff222222',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \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,
.btn-group > .popover {
  font-size: 14.154px;
}
.btn-group > .btn-mini {
  font-size: 10.11px;
}
.btn-group > .btn-small {
  font-size: 12.132px;
}
.btn-group > .btn-large {
  font-size: 17.187px;
}
.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;
}
.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;
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #eee;
}
.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-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.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,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.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-bottom: 20px;
  margin-left: 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: 11.121px;
  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: #fff;
  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 #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.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: #fff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.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-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  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: #fff;
  border-bottom-color: #fff;
  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;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #ddd;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.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,#fff,#f2f2f2);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
  background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
  background-image: -o-linear-gradient(top,#fff,#f2f2f2);
  background-image: linear-gradient(to bottom,#fff,#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: 20.22px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #fff;
}
.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 #fff;
  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-size: 13.143px;
  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 #fff;
}
.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: #fff;
  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: #fff;
  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 #fff;
  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 #fff;
  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;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top,#222222,#111111);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111));
  background-image: -webkit-linear-gradient(top,#222222,#111111);
  background-image: -o-linear-gradient(top,#222222,#111111);
  background-image: linear-gradient(to bottom,#222222,#111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0);
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #fff;
  background-color: #111111;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
  box-shadow: 0 0 3px rgba(0,0,0,0.15);
}
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top,#151515,#040404);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
  background-image: -webkit-linear-gradient(top,#151515,#040404);
  background-image: -o-linear-gradient(top,#151515,#040404);
  background-image: linear-gradient(to bottom,#151515,#040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  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='#ff151515',endColorstr='#ff040404',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #fff;
  *zoom: 1;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -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;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -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;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.187px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -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;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -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;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 12.132px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.11px;
}
.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}
.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.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  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: 600px;
  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 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
}
.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: 11.121px;
  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: #fff;
  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;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -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;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14.154px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,0.25);
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,0.25);
  border-left-width: 0;
}
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,0.25);
  border-top-width: 0;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,0.25);
  border-right-width: 0;
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #fff;
  border-right-width: 0;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 12.132px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}
.label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.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: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #d36050;
}
.label-important[href],
.badge-important[href] {
  background-color: #973426;
}
.label-warning,
.badge-warning {
  background-color: #f8b43f;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #ca8207;
}
.label-success,
.badge-success {
  background-color: #67b373;
}
.label-success[href],
.badge-success[href] {
  background-color: #3c7845;
}
.label-info,
.badge-info {
  background-color: #5992c7;
}
.label-info[href],
.badge-info[href] {
  background-color: #2f5f8b;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 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: 12.132px;
  color: #fff;
  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: #67b373;
  background-image: none;
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #67b373;
  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: #f8b43f;
  background-image: none;
}
.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);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 40.44px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  right: 15px;
  left: auto;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255,255,255,0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0,0,0,0.75);
}
.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #fff;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18.198px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60.66px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../bundles/pimui/lib/font-awesome/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../bundles/pimui/lib/font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../bundles/pimui/lib/font-awesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../bundles/pimui/lib/font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../bundles/pimui/lib/font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571428571em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
.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-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  transform: scale(-1,1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1,-1);
  -moz-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  -o-transform: scale(1,-1);
  transform: scale(1,-1);
}
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}

.has-switch {
  display: inline-block;
  cursor: pointer;
  border: 1px solid;
  border-color: #ddd;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  min-width: 100px;
}
.has-switch.switch-mini {
  min-width: 72px;
}
.has-switch.switch-small {
  min-width: 80px;
}
.has-switch.switch-large {
  min-width: 120px;
}
.has-switch.deactivate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
  cursor: default !important;
}
.has-switch > div {
  display: inline-block;
  width: 150%;
  position: relative;
  top: 0;
}
.has-switch > div.switch-animate {
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.has-switch > div.switch-off {
  left: -50%;
}
.has-switch > div.switch-on {
  left: 0%;
}
.has-switch input[type=checkbox] {
  display: none;
}
.has-switch span,
.has-switch label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.has-switch span.switch-mini,
.has-switch label.switch-mini {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.has-switch span.switch-small,
.has-switch label.switch-small {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.has-switch span.switch-large,
.has-switch label.switch-large {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.has-switch label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 34%;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: white;
  border-color: #ddd;
}
.has-switch label:hover,
.has-switch label:focus,
.has-switch label:active,
.has-switch label.active,
.has-switch label.disabled,
.has-switch label[disabled] {
  color: #ffffff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.has-switch label:active,
.has-switch label.active {
  background-color: #cccccc \9;
}
.has-switch label i {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 18px;
  pointer-events: none;
}
.has-switch span {
  text-align: center;
  z-index: 1;
  width: 33%;
}
.has-switch span.switch-right {
  color: #333333;
  background-color: #f0f0f0;
}
.has-switch span.switch-right:hover,
.has-switch span.switch-right:focus,
.has-switch span.switch-right:active,
.has-switch span.switch-right.active,
.has-switch span.switch-right.disabled,
.has-switch span.switch-right[disabled] {
  color: #333333;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}
.has-switch span.switch-right:active,
.has-switch span.switch-right.active {
  background-color: #e6e6e6 \9;
}
.has-switch span.switch-primary,
.has-switch span.switch-left {
  color: #ffffff;
  background-color: #67b373;
}
.has-switch span.switch-primary:hover,
.has-switch span.switch-left:hover,
.has-switch span.switch-primary:focus,
.has-switch span.switch-left:focus,
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active,
.has-switch span.switch-primary.disabled,
.has-switch span.switch-left.disabled,
.has-switch span.switch-primary[disabled],
.has-switch span.switch-left[disabled] {
  color: #ffffff;
  background-color: #67b373;
}
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active {
  background-color: #006699 \9;
}
.has-switch span.switch-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #41a7c5;
  background-image: -moz-linear-gradient(top,#2f96b4,#5bc0de);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#2f96b4),to(#5bc0de));
  background-image: -webkit-linear-gradient(top,#2f96b4,#5bc0de);
  background-image: -o-linear-gradient(top,#2f96b4,#5bc0de);
  background-image: linear-gradient(to bottom,#2f96b4,#5bc0de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f96b4',endColorstr='#ff5bc0de',GradientType=0);
  border-color: #5bc0de #5bc0de #28a1c5;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #5bc0de;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-info:hover,
.has-switch span.switch-info:focus,
.has-switch span.switch-info:active,
.has-switch span.switch-info.active,
.has-switch span.switch-info.disabled,
.has-switch span.switch-info[disabled] {
  color: #ffffff;
  background-color: #5bc0de;
  *background-color: #46b8da;
}
.has-switch span.switch-info:active,
.has-switch span.switch-info.active {
  background-color: #31b0d5 \9;
}
.has-switch span.switch-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #58b058;
  background-image: -moz-linear-gradient(top,#51a351,#62c462);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#51a351),to(#62c462));
  background-image: -webkit-linear-gradient(top,#51a351,#62c462);
  background-image: -o-linear-gradient(top,#51a351,#62c462);
  background-image: linear-gradient(to bottom,#51a351,#62c462);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51a351',endColorstr='#ff62c462',GradientType=0);
  border-color: #62c462 #62c462 #3b9e3b;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #62c462;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-success:hover,
.has-switch span.switch-success:focus,
.has-switch span.switch-success:active,
.has-switch span.switch-success.active,
.has-switch span.switch-success.disabled,
.has-switch span.switch-success[disabled] {
  color: #ffffff;
  background-color: #62c462;
  *background-color: #4fbd4f;
}
.has-switch span.switch-success:active,
.has-switch span.switch-success.active {
  background-color: #42b142 \9;
}
.has-switch span.switch-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #f9a123;
  background-image: -moz-linear-gradient(top,#f89406,#fbb450);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f89406),to(#fbb450));
  background-image: -webkit-linear-gradient(top,#f89406,#fbb450);
  background-image: -o-linear-gradient(top,#f89406,#fbb450);
  background-image: linear-gradient(to bottom,#f89406,#fbb450);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89406',endColorstr='#fffbb450',GradientType=0);
  border-color: #fbb450 #fbb450 #f89406;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #fbb450;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-warning:hover,
.has-switch span.switch-warning:focus,
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active,
.has-switch span.switch-warning.disabled,
.has-switch span.switch-warning[disabled] {
  color: #ffffff;
  background-color: #fbb450;
  *background-color: #faa937;
}
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active {
  background-color: #fa9f1e \9;
}
.has-switch span.switch-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #d14641;
  background-image: -moz-linear-gradient(top,#bd362f,#ee5f5b);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#bd362f),to(#ee5f5b));
  background-image: -webkit-linear-gradient(top,#bd362f,#ee5f5b);
  background-image: -o-linear-gradient(top,#bd362f,#ee5f5b);
  background-image: linear-gradient(to bottom,#bd362f,#ee5f5b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f',endColorstr='#ffee5f5b',GradientType=0);
  border-color: #ee5f5b #ee5f5b #e51d18;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #ee5f5b;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-danger:hover,
.has-switch span.switch-danger:focus,
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active,
.has-switch span.switch-danger.disabled,
.has-switch span.switch-danger[disabled] {
  color: #ffffff;
  background-color: #ee5f5b;
  *background-color: #ec4844;
}
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active {
  background-color: #e9322d \9;
}

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999999;
  border-top: 0;
  border-bottom-color: rgba(0,0,0,0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom,#fdd49a,#fdf59a);
  background-image: -ms-linear-gradient(to bottom,#fdd49a,#fdf59a);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);
  background-image: -o-linear-gradient(to bottom,#fdd49a,#fdf59a);
  background-image: linear-gradient(to bottom,#fdd49a,#fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a',endColorstr='#fdf59a',GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  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(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom,#f3c17a,#f3e97a);
  background-image: -ms-linear-gradient(to bottom,#f3c17a,#f3e97a);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);
  background-image: -o-linear-gradient(to bottom,#f3c17a,#f3e97a);
  background-image: linear-gradient(to bottom,#f3c17a,#f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a',endColorstr='#f3e97a',GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  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(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom,#b3b3b3,#808080);
  background-image: -ms-linear-gradient(to bottom,#b3b3b3,#808080);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(#808080));
  background-image: -webkit-linear-gradient(to bottom,#b3b3b3,#808080);
  background-image: -o-linear-gradient(to bottom,#b3b3b3,#808080);
  background-image: linear-gradient(to bottom,#b3b3b3,#808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3',endColorstr='#808080',GradientType=0);
  border-color: #808080 #808080 #595959;
  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(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom,#0088cc,#0044cc);
  background-image: -ms-linear-gradient(to bottom,#0088cc,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom,#0088cc,#0044cc);
  background-image: -o-linear-gradient(to bottom,#0088cc,#0044cc);
  background-image: linear-gradient(to bottom,#0088cc,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);
  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(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom,#0088cc,#0044cc);
  background-image: -ms-linear-gradient(to bottom,#0088cc,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom,#0088cc,#0044cc);
  background-image: -o-linear-gradient(to bottom,#0088cc,#0044cc);
  background-image: linear-gradient(to bottom,#0088cc,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);
  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(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-container .select2-choice {
  display: block;
  height: 30px;
  padding: 0 0 0 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 30px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f1f4f9;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eeeeee),color-stop(0.9,white));
  background-image: -webkit-linear-gradient(center bottom,#eeeeee 0%,white 90%);
  background-image: -moz-linear-gradient(center bottom,#eeeeee 0%,white 90%);
  background-image: -o-linear-gradient(bottom,#eeeeee 0%,white 90%);
  background-image: -ms-linear-gradient(top,#eeeeee 0%,#ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
  background-image: linear-gradient(top,#eeeeee 0%,#ffffff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 40px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('../bundles/pimui/lib/select2/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-undermask {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  background-color: transparent;
  filter: alpha(opacity=0);
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(0.6,#eee));
  background-image: -webkit-linear-gradient(center bottom,#ccc 0%,#eee 60%);
  background-image: -moz-linear-gradient(center bottom,#ccc 0%,#eee 60%);
  background-image: -o-linear-gradient(bottom,#ccc 0%,#eee 60%);
  background-image: -ms-linear-gradient(top,#cccccc 0%,#eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0);
  background-image: linear-gradient(top,#cccccc 0%,#eeeeee 60%);
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../bundles/pimui/lib/select2/select2.png') no-repeat 0 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff url('../bundles/pimui/lib/select2/select2.png') no-repeat 100% -22px;
  background: url('../bundles/pimui/lib/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear,left bottom,left top,color-stop(0.85,white),color-stop(0.99,#eeeeee));
  background: url('../bundles/pimui/lib/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom,white 85%,#eeeeee 99%);
  background: url('../bundles/pimui/lib/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom,white 85%,#eeeeee 99%);
  background: url('../bundles/pimui/lib/select2/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom,white 85%,#eeeeee 99%);
  background: url('../bundles/pimui/lib/select2/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top,#ffffff 85%,#eeeeee 99%);
  background: url('../bundles/pimui/lib/select2/select2.png') no-repeat 100% -22px, linear-gradient(top,#ffffff 85%,#eeeeee 99%);
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #fff url('../bundles/pimui/lib/select2/select2-spinner.gif') no-repeat 100%;
  background: url('../bundles/pimui/lib/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear,left bottom,left top,color-stop(0.85,white),color-stop(0.99,#eeeeee));
  background: url('../bundles/pimui/lib/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom,white 85%,#eeeeee 99%);
  background: url('../bundles/pimui/lib/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom,white 85%,#eeeeee 99%);
  background: url('../bundles/pimui/lib/select2/select2-spinner.gif') no-repeat 100%, -o-linear-gradient(bottom,white 85%,#eeeeee 99%);
  background: url('../bundles/pimui/lib/select2/select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top,#ffffff 85%,#eeeeee 99%);
  background: url('../bundles/pimui/lib/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(top,#ffffff 85%,#eeeeee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,white),color-stop(0.5,#eeeeee));
  background-image: -webkit-linear-gradient(center bottom,white 0%,#eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom,white 0%,#eeeeee 50%);
  background-image: -o-linear-gradient(bottom,white 0%,#eeeeee 50%);
  background-image: -ms-linear-gradient(top,#ffffff 0%,#eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
  background-image: linear-gradient(top,#ffffff 0%,#eeeeee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,white),color-stop(0.5,#eeeeee));
  background-image: -webkit-linear-gradient(center top,white 0%,#eeeeee 50%);
  background-image: -moz-linear-gradient(center top,white 0%,#eeeeee 50%);
  background-image: -o-linear-gradient(top,white 0%,#eeeeee 50%);
  background-image: -ms-linear-gradient(bottom,#ffffff 0%,#eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
  background-image: linear-gradient(bottom,#ffffff 0%,#eeeeee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: white;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('../bundles/pimui/lib/select2/select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #e7e7eC;
  background-image: none;
  border-left: 0;
  display: none;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none !important;
}
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 30px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('../bundles/pimui/lib/select2/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 20px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 19px;
  color: #67768a;
  cursor: default;
  border: 1px solid #ccc;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f1f4f9;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  color: #67768a;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('../bundles/pimui/lib/select2/select2.png') right top no-repeat;
}
.select2-container-multi .select2-search-choice-close {
  left: 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  outline: 0;
  left: 0px;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('../bundles/pimui/lib/select2/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}

.jstree-default li,
.jstree-default ins {
  background-image: url("../bundles/pimui/lib/jstree/themes/default/d.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
.jstree-default li {
  background-position: -90px 0;
  background-repeat: repeat-y;
}
.jstree-default li.jstree-last {
  background: transparent;
}
.jstree-default .jstree-open > ins {
  background-position: -72px 0;
}
.jstree-default .jstree-closed > ins {
  background-position: -54px 0;
}
.jstree-default .jstree-leaf > ins {
  background-position: -36px 0;
}
.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border: 1px solid #d8f0fa;
  padding: 0 2px 0 1px;
}
.jstree-default .jstree-clicked {
  background: #beebff;
  border: 1px solid #99defd;
  padding: 0 2px 0 1px;
}
.jstree-default a .jstree-icon {
  background-position: -56px -19px;
  width: 18px;
}
.jstree-default a.jstree-loading .jstree-icon {
  background: url("../bundles/pimui/lib/jstree/themes/default/throbber.gif") center center no-repeat !important;
}
.jstree-default .jstree-no-dots li,
.jstree-default .jstree-no-dots .jstree-leaf > ins {
  background: transparent;
}
.jstree-default .jstree-no-dots .jstree-open > ins {
  background-position: -18px 0;
}
.jstree-default .jstree-no-dots .jstree-closed > ins {
  background-position: 0 0;
}
.jstree-default .jstree-no-icons a .jstree-icon {
  display: none;
}
.jstree-default .jstree-search {
  font-style: italic;
}
.jstree-default .jstree-no-icons .jstree-checkbox {
  display: inline-block;
}
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree-default .jstree-checked > a > .jstree-checkbox {
  background-position: -38px -19px;
}
.jstree-default .jstree-unchecked > a > .jstree-checkbox {
  background-position: -2px -19px;
}
.jstree-default .jstree-undetermined > a > .jstree-checkbox {
  background-position: -20px -19px;
}
.jstree-default .jstree-checked > a > .jstree-checkbox:hover {
  background-position: -38px -37px;
}
.jstree-default .jstree-unchecked > a > .jstree-checkbox:hover {
  background-position: -2px -37px;
}
.jstree-default .jstree-undetermined > a > .jstree-checkbox:hover {
  background-position: -20px -37px;
}
#vakata-dragged.jstree-default ins {
  background: transparent !important;
}
#vakata-dragged.jstree-default .jstree-ok {
  background: url("../bundles/pimui/lib/jstree/themes/default/d.png") -2px -53px no-repeat !important;
}
#vakata-dragged.jstree-default .jstree-invalid {
  background: url("../bundles/pimui/lib/jstree/themes/default/d.png") -18px -53px no-repeat !important;
}
#jstree-marker.jstree-default {
  background: url("../bundles/pimui/lib/jstree/themes/default/d.png") -41px -57px no-repeat !important;
  text-indent: -100px;
}
.jstree-default a.jstree-search {
  color: aqua;
}
.jstree-default .jstree-locked a {
  color: silver;
  cursor: default;
}
#vakata-contextmenu.jstree-default-context,
#vakata-contextmenu.jstree-default-context li ul {
  background: #f0f0f0;
  border: 1px solid #979797;
  -moz-box-shadow: 1px 1px 2px #999;
  -webkit-box-shadow: 1px 1px 2px #999;
  box-shadow: 1px 1px 2px #999;
}
#vakata-contextmenu.jstree-default-context a {
  color: black;
}
#vakata-contextmenu.jstree-default-context a:hover,
#vakata-contextmenu.jstree-default-context .vakata-hover > a {
  padding: 0 5px;
  background: #e8eff7;
  border: 1px solid #aecff7;
  color: black;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a,
#vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a:hover {
  color: silver;
  background: transparent;
  border: 0;
  padding: 1px 4px;
}
#vakata-contextmenu.jstree-default-context li.vakata-separator {
  background: white;
  border-top: 1px solid #e0e0e0;
  margin: 0;
}
#vakata-contextmenu.jstree-default-context li ul {
  margin-left: -4px;
}
.jstree-default li,
.jstree-default ins,
#vakata-dragged.jstree-default .jstree-invalid,
#vakata-dragged.jstree-default .jstree-ok,
#jstree-marker.jstree-default {
  _background-image: url("../bundles/pimui/lib/jstree/themes/default/d.gif");
}
.jstree-default .jstree-open ins {
  _background-position: -72px 0;
}
.jstree-default .jstree-closed ins {
  _background-position: -54px 0;
}
.jstree-default .jstree-leaf ins {
  _background-position: -36px 0;
}
.jstree-default a ins.jstree-icon {
  _background-position: -56px -19px;
}
#vakata-contextmenu.jstree-default-context ins {
  _display: none;
}
#vakata-contextmenu.jstree-default-context li {
  _zoom: 1;
}
.jstree-default .jstree-undetermined a .jstree-checkbox {
  _background-position: -20px -19px;
}
.jstree-default .jstree-checked a .jstree-checkbox {
  _background-position: -38px -19px;
}
.jstree-default .jstree-unchecked a .jstree-checkbox {
  _background-position: -2px -19px;
}

#lbOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}
#lbCenter,
#lbBottomContainer {
  position: absolute;
  overflow: hidden;
  background-color: #fff;
}
.lbLoading {
  background: #fff url(../bundles/pimui/lib/slimbox2/loading.gif) no-repeat center;
}
#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
  z-index: 1;
}
#lbPrevLink,
#lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}
#lbPrevLink {
  left: 0;
}
#lbPrevLink:hover {
  background: transparent url(../bundles/pimui/lib/slimbox2/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
  right: 0;
}
#lbNextLink:hover {
  background: transparent url(../bundles/pimui/lib/slimbox2/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}
#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(../bundles/pimui/lib/slimbox2/closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}
#lbCaption,
#lbNumber {
  margin-right: 71px;
}
#lbCaption {
  font-weight: bold;
}

.note-editor {
  position: relative;
  border: 1px solid #a9a9a9;
}
.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: white;
  border: 2px dashed #87cefa;
  opacity: .95;
  pointer-event: none;
}
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.note-editor .note-dropzone.hover {
  color: #098ddf;
  border: 2px dashed #098ddf;
}
.note-editor.dragover .note-dropzone {
  display: table;
}
.note-editor .note-toolbar {
  background-color: #f5f5f5;
  border-bottom: 1px solid #a9a9a9;
}
.note-editor.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
}
.note-editor.fullscreen .note-editable {
  background-color: white;
}
.note-editor.fullscreen .note-resizebar {
  display: none;
}
.note-editor.codeview .note-editable {
  display: none;
}
.note-editor.codeview .note-codable {
  display: block;
}
.note-editor .note-statusbar {
  background-color: #f5f5f5;
}
.note-editor .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  cursor: ns-resize;
  border-top: 1px solid #a9a9a9;
}
.note-editor .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}
.note-editor .note-editable[contenteditable=true]:empty:not(:focus):before {
  color: #a9a9a9;
  content: attr(data-placeholder);
}
.note-editor .note-editable {
  padding: 10px;
  overflow: auto;
  outline: 0;
}
.note-editor .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}
.note-editor .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
.note-air-editor {
  outline: 0;
}
.note-popover .popover {
  max-width: none;
}
.note-popover .popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.note-popover .popover .arrow {
  left: 20px;
}
.note-popover .popover .popover-content,
.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0;
}
.note-popover .popover .popover-content>.btn-group,
.note-toolbar>.btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0;
}
.note-popover .popover .popover-content .btn-group .note-table,
.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker,
.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.note-popover .popover .popover-content .note-style h1,
.note-toolbar .note-style h1,
.note-popover .popover .popover-content .note-style h2,
.note-toolbar .note-style h2,
.note-popover .popover .popover-content .note-style h3,
.note-toolbar .note-style h3,
.note-popover .popover .popover-content .note-style h4,
.note-toolbar .note-style h4,
.note-popover .popover .popover-content .note-style h5,
.note-toolbar .note-style h5,
.note-popover .popover .popover-content .note-style h6,
.note-toolbar .note-style h6,
.note-popover .popover .popover-content .note-style blockquote,
.note-toolbar .note-style blockquote {
  margin: 0;
}
.note-popover .popover .popover-content .note-color .dropdown-toggle,
.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu,
.note-toolbar .note-color .dropdown-menu {
  min-width: 340px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group,
.note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child,
.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title,
.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
  height: 20px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee;
}
.note-popover .popover .popover-content .note-para .dropdown-menu,
.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}
.note-popover .popover .popover-content .note-para .dropdown-menu>div:first-child,
.note-toolbar .note-para .dropdown-menu>div:first-child {
  margin-right: 5px;
}
.note-popover .popover .popover-content .dropdown-menu,
.note-toolbar .dropdown-menu {
  min-width: 90px;
}
.note-popover .popover .popover-content .dropdown-menu.right,
.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}
.note-popover .popover .popover-content .dropdown-menu.right::before,
.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}
.note-popover .popover .popover-content .dropdown-menu.right::after,
.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}
.note-popover .popover .popover-content .dropdown-menu li a i,
.note-toolbar .dropdown-menu li a i {
  color: deepskyblue;
  visibility: hidden;
}
.note-popover .popover .popover-content .dropdown-menu li a.checked i,
.note-toolbar .dropdown-menu li a.checked i {
  visibility: visible;
}
.note-popover .popover .popover-content .note-fontsize-10,
.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}
.note-popover .popover .popover-content .note-color-palette,
.note-toolbar .note-color-palette {
  line-height: 1;
}
.note-popover .popover .popover-content .note-color-palette div .note-color-btn,
.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}
.note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover,
.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}
.note-dialog>div {
  display: none;
}
.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0;
}
.note-dialog .note-modal-form {
  margin: 0;
}
.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
}
.note-dialog .note-help-dialog {
  font-size: 12px;
  color: #ccc;
  background: transparent;
  background-color: #222 !important;
  border: 0;
  -webkit-opacity: .9;
  -khtml-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
}
.note-dialog .note-help-dialog .modal-content {
  background: transparent;
  border: 1px solid white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.note-dialog .note-help-dialog a {
  font-size: 12px;
  color: white;
}
.note-dialog .note-help-dialog .title {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  border-bottom: white 1px solid;
}
.note-dialog .note-help-dialog .modal-close {
  font-size: 14px;
  color: #dd0;
  cursor: pointer;
}
.note-dialog .note-help-dialog .text-center {
  margin: 10px 0 0;
}
.note-dialog .note-help-dialog .note-shortcut {
  padding-top: 8px;
  padding-bottom: 8px;
}
.note-dialog .note-help-dialog .note-shortcut-row {
  margin-right: -5px;
  margin-left: -5px;
}
.note-dialog .note-help-dialog .note-shortcut-col {
  padding-right: 5px;
  padding-left: 5px;
}
.note-dialog .note-help-dialog .note-shortcut-title {
  font-size: 13px;
  font-weight: bold;
  color: #dd0;
}
.note-dialog .note-help-dialog .note-shortcut-key {
  font-family: "Courier New";
  color: #dd0;
  text-align: right;
}
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}
.note-handle .note-control-selection>div {
  position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
}
.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}
.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 1px solid black;
}
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none;
}
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: white;
  background-color: black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}

* {
  box-sizing: border-box;
}
body {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12.132px;
  line-height: 20px;
  color: #444;
  margin: 0;
  padding: 0;
  min-width: 980px;
  background: #fff;
}
h2 {
  font-size: 27.297px;
}
h3 {
  font-size: 19.209px;
}
h4 {
  font-size: 15.165px;
}
h5 {
  font-size: 12.132px;
}
h6 {
  font-size: 12.132px;
}
.btn {
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
}
html {
  margin: 0;
  padding: 0;
  height: 100%;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
#main {
  background-color: #fff;
}
.dropdown-menu {
  margin-top: -1px;
  border-radius: 0;
  background-clip: padding-box;
  z-index: 900;
}
.btn-group > .btn {
  font-size: 14.154px;
}
.btn {
  border-radius: 3px;
  background-clip: padding-box;
  padding: 0 12px;
  height: 28px;
  line-height: 26px;
  font-size: 14.154px;
  font-weight: bold;
  background-repeat: none;
  display: inline-block;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#f9f9f9,#eee);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f9f9f9),to(#eee));
  background-image: -webkit-linear-gradient(top,#f9f9f9,#eee);
  background-image: -o-linear-gradient(top,#f9f9f9,#eee);
  background-image: linear-gradient(to bottom,#f9f9f9,#eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffeeeeee', GradientType=0);
  color: #555;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  background-position: 0 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  color: #555;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top,#f9f9f9,#f4f4f4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f9f9f9),to(#f4f4f4));
  background-image: -webkit-linear-gradient(top,#f9f9f9,#f4f4f4);
  background-image: -o-linear-gradient(top,#f9f9f9,#f4f4f4);
  background-image: linear-gradient(to bottom,#f9f9f9,#f4f4f4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff4f4f4', GradientType=0);
}
.btn:active {
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top,#eee,#f4f4f4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#eee),to(#f4f4f4));
  background-image: -webkit-linear-gradient(top,#eee,#f4f4f4);
  background-image: -o-linear-gradient(top,#eee,#f4f4f4);
  background-image: linear-gradient(to bottom,#eee,#f4f4f4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#fff4f4f4', GradientType=0);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
}
.btn-small {
  height: 24px;
  line-height: 24px;
  font-size: 13.143px;
}
.btn-large {
  font-size: 15.165px;
  min-width: 90px;
  padding: 0 20px;
  height: 34px;
  line-height: 32px;
  font-weight: bold;
}
.btn-mini {
  height: 22px;
  line-height: 20px;
  font-size: 11.121px;
  padding: 0 6px;
}
.btn .caret {
  margin-top: 13px;
}
.btn-group+.btn-group {
  margin-left: 8px;
}
.btn-group > .dropdown-menu li a,
.btn-group > .dropdown-menu li button {
  padding: 1px 20px;
  font-size: 12.132px;
  color: #444;
  text-shadow: none !important;
  background: #fff;
  text-align: left;
  width: 100%;
  border: none;
}
.btn-group > .dropdown-menu li a:hover,
.btn-group > .dropdown-menu li button:hover {
  background: #f8f8f9;
}
label,
input,
button,
select,
textarea {
  font-size: 12.132px;
}
.form-horizontal .control-label {
  font-size: 12.132px;
  text-align: left;
  line-height: 1.2em;
}
.control-group .controls p.control-label {
  width: auto;
}
.form-horizontal .control-group + .control-group {
  padding-top: 5px;
}
.form-horizontal .control-group label.control-label {
  box-sizing: border-box;
  display: block;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  width: 100%;
  -webkit-box-flex: 1;
  padding-top: 0;
}
.form-horizontal .control-group label.control-label:after {
  content: ":";
}
.form-horizontal .control-group .controls {
  margin-left: 0;
}
.form-horizontal .control-group .controls input[type="text"],
.form-horizontal .control-group .controls input[type="password"],
.form-horizontal .control-group .controls input[type="date"],
.form-horizontal .control-group .controls input[type="number"],
.form-horizontal .control-group .controls input[type="email"],
.form-horizontal .control-group .controls input[type="url"],
.form-horizontal .control-group .controls input[type="search"],
.form-horizontal .control-group .controls textarea {
  width: 500px;
  font-size: 12.132px;
}
input[type='checkbox'] + label {
  margin-bottom: 2px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
select {
  border-color: #ddd;
  color: #333;
  font-size: 12.132px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.btn-group > .btn:first-child {
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #f4f4f4;
}
.table thead th {
  padding-top: 2px;
  padding-bottom: 2px;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block !important;
}
[class^='icon-'].hide-text:after,
[class^='icon-'].hide-text:before {
  padding: 0;
  text-indent: 0;
  font-size: 14.154px;
  color: #555;
}
.navbar .navbar-inner .divider-vertical {
  border: none;
}
.navbar-inner {
  min-height: 0;
}
.navbar-inner .nav {
  margin-right: 0;
}
.dropdown-menu .divider {
  border-bottom-color: #eee;
  margin: 4px 0;
}
.layout-content .navbar-inner {
  z-index: 1;
}
.form-row {
  padding: 0 0 10px;
}
.open-filter .filter-criteria-selector {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#eee,#fff);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#eee),to(#fff));
  background-image: -webkit-linear-gradient(top,#eee,#fff);
  background-image: -o-linear-gradient(top,#eee,#fff);
  background-image: linear-gradient(to bottom,#eee,#fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
}
.label-important,
.badge-important {
  background-color: #d36050;
}
.input-large {
  width: 300px;
}
.extra-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.layout-content {
  overflow: hidden;
}
.tab-content > .tab-pane {
  padding: 0;
}
[class^="icon-"],
[class*=" icon-"] {
  margin: 0 3px;
}
.icons-holder [class^="icon-"],
.icons-holder [class*=" icon-"] {
  margin: 0 -3px;
}
.navbar .nav > li a {
  padding-top: 7px;
  padding-bottom: 7px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #444;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  box-shadow: none;
  color: #fff;
}
.filter-box {
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.02);
  background: #eee;
  border: 1px solid #ddd;
  border-width: 1px 0;
  padding: 15px 20px 8px 150px;
}
.filter-box .icon-remove:before {
  color: #aaa;
  font-size: 14.154px;
}
.filter-box .filter-list {
  float: left;
  margin: 0 0 0 -120px;
  position: relative;
}
.filter-box .filter-item .filter-criteria-selector,
.filter-box .filter-item [class$=dropdown-toggle].btn {
  height: 29px;
  font-weight: normal;
  padding-top: 1px;
}
.filter-box .filter-item .filter-criteria-selector button,
.filter-box .filter-item [class$=dropdown-toggle].btn button {
  color: #555;
  font-size: 12.132px;
}
.filter-box .filter-item .filter-criteria-selector .caret,
.filter-box .filter-item [class$=dropdown-toggle].btn .caret {
  margin-top: 11px;
}
.filter-box .filter-item .select-filter-widget .caret {
  margin-top: 8px;
}
.filter-box .filter-item .choicefilter input[type='text'] {
  margin-right: -7px;
  border-radius: 0;
  background-clip: padding-box;
}
.filter-box .filter-item .choicefilter .filter-update {
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
  position: relative;
  font-size: 14.154px;
  height: 29px;
  line-height: 28px;
}
.filter-box .filter-item .disable-filter {
  line-height: 18px !important;
}
.btn .caret {
  margin-left: 5px;
}
.filter-box .btn-group {
  margin-bottom: 7px;
}
.badge-enabled,
.badge-disabled {
  padding: 3px 10px 3px 5px;
  font-size: 12.132px;
  font-weight: normal;
}
.badge-enabled {
  background-color: #cde6d1;
  color: #3c7845;
}
.badge-disabled {
  color: #aaa;
  background-color: #f9f9f9;
}
.status-disabled {
  margin-top: -4px;
  color: #aaa;
  text-shadow: none;
  padding: 3px 10px 3px 5px;
}
.status-enabled {
  margin-top: -4px;
  color: #3c7845;
  text-shadow: none;
  padding: 3px 10px 3px 5px;
}
.status-disabled [class^='icon-']:before,
.status-enabled [class^='icon-']:before {
  font-size: 12.132px;
}
.status-enabled [class^='icon-']:before {
  color: #4d9a59;
}
.status-disabled [class^='icon-']:before {
  color: #c04230;
}
.dib {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  line-height: 26px;
}
.grid-toolbar {
  position: relative;
  margin: 0 0 -15px;
}
.grid-toolbar .actions-panel {
  margin-left: 5px;
  margin-bottom: 14px;
}
.grid-toolbar .pagination {
  margin: 0;
}
.grid-toolbar .pagination > ul > li a {
  width: 22px;
  height: 27px;
  padding: 0;
}
.grid-toolbar .pagination > ul > li .icon-chevron-left:before,
.grid-toolbar .pagination > ul > li .icon-chevron-right:before {
  margin: 7px 5px;
  font-size: 12.132px;
  color: #eee;
}
.grid-toolbar .pagination input[type="text"] {
  width: 23px;
  height: 27px;
  padding: 0;
}
.grid-toolbar .btn-group .btn {
  border-color: #ccc;
  height: 27px;
  padding-left: 7px;
  padding-right: 9px;
  line-height: 26px;
  font-size: 12.132px;
}
.grid-toolbar .btn-group .btn [class^='icon-']:before {
  display: inline-block;
  margin: 4px 1px 0 0;
  color: #555;
  font-size: 13.143px;
  line-height: 1.3em;
  margin-left: 1px;
}
.grid-toolbar .mass-actions-panel .btn [class^='icon-'] {
  margin: 0 -4px 0 -2px;
}
.grid-toolbar .mass-actions-panel .btn.dropdown-toggle [class^='icon-'] {
  margin: 0 3px;
}
.grid-toolbar .mass-actions-panel .dropdown-menu .btn {
  border: none;
  text-align: left;
}
.grid-toolbar .caret {
  margin-top: 11px;
}
.grid-container {
  width: 100%;
  position: relative;
  margin-top: 10px;
  overflow: visible;
}
.grid-container .table-bordered {
  border-left: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.grid-container .table-bordered td,
.grid-container .table-bordered th {
  border-left: 0;
}
.grid-container .table-bordered .boolean-cell input[type='checkbox'],
.grid-container .table-bordered .boolean-cell input[type='radio'] {
  margin-top: 0;
}
.grid {
  margin-bottom: 50px;
}
.grid .action-cell {
  vertical-align: bottom;
  width: 60px;
}
.grid .action-column {
  width: 60px;
}
.grid thead th {
  padding: 5px 10px;
  white-space: nowrap;
  border-bottom: solid 2px #11324D;
  line-height: 44px;
  color: #11324D;
}
.grid tbody td {
  line-height: 24px;
  padding: 12px 10px;
}
.grid thead .caret {
  margin: 20px 0 0 5px;
}
.table thead th {
  padding: 0 10px;
  font-size: 11.121px;
}
.table thead th a {
  color: #5e5e5e;
  text-shadow: 0 1px 0 #f2f2f2;
}
.grid .user-name {
  margin: 0 0 0 12px;
  font-size: 20.22px;
  font-weight: bold;
}
.grid dl {
  margin: 0 0 15px;
}
#loading-wrapper {
  background: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.loading-frame {
  position: absolute;
  top: 40%;
  left: 48%;
  width: 180px;
  z-index: 9999;
}
.loading-frame .box {
  background: #fff;
  font-size: 14.154px;
  font-weight: bold;
  line-height: 24px;
}
.navbar-extra .btn {
  padding: 0 11px;
}
.navbar-extra .icons-holder a {
  height: 24px;
  line-height: 24px;
}
.icons-holder .icons-holder-text [class^="icon-"] {
  margin-right: 5px;
}
.navigation {
  position: relative;
}
.navigation .top-action-box {
  padding: 4px 0 0;
  background-color: #fff;
  float: right;
}
.navigation .icons-holder-text.btn [class^='icon-'].hide-text {
  float: left;
  margin: 0;
}
.navigation .icons-holder-text.btn [class^='icon-'].hide-text:before {
  display: inline-block;
  font-size: 16.176px;
}
.navigation .icons-holder-text.btn .icon-chevron-left.hide-text:before {
  font-size: 11.121px;
  line-size: 19px;
}
.navigation .icons-holder-text.btn.btn-success [class^='icon-'].hide-text:before,
.navigation .icons-holder-text.btn.btn-primary [class^='icon-'].hide-text:before,
.navigation .icons-holder-text.btn.btn-danger [class^='icon-'].hide-text:before {
  color: #fff;
}
.oro-drop > .btn {
  display: inline-block;
  vertical-align: top;
}
.btn-group > .disable-filter {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-style: solid;
  border-color: #ccc #ccc #bbb;
  border-width: 1px 1px 1px 0;
  font-size: 18.198px;
  display: inline-block;
  vertical-align: top;
  height: 28px;
  padding: 4px 2px 0;
  line-height: 28px;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top,#fff,#eee);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#eee));
  background-image: -webkit-linear-gradient(top,#fff,#eee);
  background-image: -o-linear-gradient(top,#fff,#eee);
  background-image: linear-gradient(to bottom,#fff,#eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}
.grid .dropdown-menu {
  padding: 5px 0 0;
}
.grid .dropdown-menu > li {
  margin: 0;
}
.dropdown:after {
  content: "";
  clear: both;
  display: block;
}
.sub-title a {
  color: #52267D;
}
.navbar-content .customer-info .sub-title {
  float: none;
}
.customer-info {
  padding-left: 60px;
  padding-bottom: 0;
  line-height: 18px;
}
.customer-info .sub-title {
  font-size: 17.187px;
  color: #999;
  float: left;
}
.customer-info .separator {
  float: left;
  padding: 0 3px;
  color: #52267D;
  font-size: 18.198px;
}
.customer-info .user-name {
  margin: 0 10px 5px 0;
  font-size: 17.187px;
  line-height: 18px;
  float: left;
}
.customer-info .dropdown.open .caret,
.customer-info .user-name .caret,
.customer-info .user-name:hover .caret {
  border-top-color: #444 !important;
  border-bottom-color: #444 !important;
}
.customer-info .visual {
  border-radius: 3px;
  float: left;
  position: relative;
  width: 60px;
  margin: 0 0 0 -60px;
}
.customer-info .visual img {
  margin-top: -3px;
  border-radius: 3px;
  background-clip: padding-box;
  width: 45px;
}
.customer-info .nav {
  margin: 0;
}
.customer-info ul.inline {
  margin-bottom: 0;
  color: #777;
}
.customer-info ul.inline li {
  padding: 0 10px;
  border-left: 1px solid #eee;
  font-size: 11.121px;
  line-height: 14px;
}
.customer-info ul.inline li:first-child {
  padding: 0 10px 0 0;
  border: 0;
}
.scrollspy-nav {
  background-color: #f4f4f4;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  box-shadow: 0 2px 0 rgba(0,0,0,0.03);
}
.scrollspy-nav .navbar-inner {
  padding: 0;
  border: 0;
  background: 0;
}
.scrollspy-nav .navbar-inner .container-fluid {
  padding: 0 15px;
}
.scrollspy-nav .navbar-inner .container-fluid .nav > li a {
  padding: 5px 15px;
  color: #555;
  font-size: 13.143px;
}
.scrollspy-nav .navbar-inner .container-fluid .nav > li a:hover {
  border-bottom: 3px solid #ddd;
  background: none;
  padding-bottom: 2px;
  color: #444 !important;
}
.scrollspy-nav .navbar-inner .container-fluid .nav .active a,
.scrollspy-nav .navbar-inner .container-fluid .nav .active a:hover {
  border-bottom: 3px solid #555;
  background: none;
  padding-bottom: 2px;
  color: #222;
  font-weight: bold;
}
.customer-info-actions {
  background-color: #f4f4f4;
  border-bottom: 1px solid #eee;
}
.customer-info-actions .alert {
  margin-bottom: 0;
}
.scrollspy {
  position: relative;
  overflow: auto;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clearfix-oro {
  width: 100%;
}
.clearfix-oro:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
label.required em,
.form-horizontal label.required em {
  font-style: normal;
}
input,
textarea {
  width: 280px;
}
textarea {
  height: 150px;
  resize: vertical;
  text-align: justify;
  vertical-align: top;
}
.scrollspy .responsive-section:nth-of-type(1) .scrollspy-title {
  display: none;
}
.scrollspy-title {
  line-height: 18px;
  padding: 10px 20px;
}
.oro-clearfix-width:after,
.oro-clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.oro-clearfix-width {
  height: 1%;
}
.oro-clearfix {
  width: 100%;
}
.horizontal .oro-clearfix input[type="checkbox"],
.horizontal .oro-clearfix input[type="radio"] {
  float: left;
  margin: 3px 10px 0 0;
}
.horizontal .oro-clearfix label {
  float: left;
}
.controls .horizontal {
  padding-top: 5px;
}
.dot-menu-empty-message {
  padding: 4px 15px;
  color: #919191;
  font-style: italic;
}
.oro-drop.open-filter .filter-criteria.dropdown-menu {
  min-width: 120px;
}
.filter-criteria .oro-action {
  width: 100%;
  margin: 0;
}
.filter-criteria .oro-action .btn-group {
  float: right;
}
.filter-criteria .oro-action .btn {
  outline: none;
  position: static;
}
.filter-criteria .input-prepend > .btn-group > .dropdown-menu {
  min-width: 125px;
}
.filter-criteria .input-prepend > .btn-group > .dropdown-menu a {
  padding: 1px 13px;
}
.filter-box .filter-item .filter-criteria {
  top: 125%;
}
.filter-box .filter-item .filter-criteria:before {
  border-bottom: 9px solid rgba(0,0,0,0.2);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  top: -9px;
}
.filter-box .filter-item .filter-criteria:after {
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  top: -8px;
}
.filter-criteria.right-dropdown-menu:before {
  left: 11px;
  right: auto;
}
.filter-criteria.right-dropdown-menu:after {
  left: 10px;
  right: auto;
}
.filter-criteria.left-dropdown-menu:before {
  left: auto;
  right: 30px;
}
.filter-criteria.left-dropdown-menu:after {
  left: auto;
  right: 29px;
}
.filter-box .filter-select-oro {
  height: 30px;
  line-height: 20px;
  width: 85px;
}
.filter-box .filter-item .divider {
  background: none;
  line-height: 40px;
  font-size: 16.176px;
  padding: 0;
  margin: 0;
  position: relative;
  top: -3px;
}
.filter-item .btn {
  vertical-align: top;
}
.btn-group > .btn-small {
  font-size: 11.121px;
}
.btn-group > a.btn {
  height: 34px;
  line-height: 34px;
}
.oro-action .btn-group > .btn,
.oro-action .btn-group > .dropdown-menu,
.oro-action .btn-group > .popover {
  font-size: 14.154px;
}
.oro-action .btn-group {
  margin-right: 0;
}
.top-messages {
  margin-bottom: 0;
}
select {
  height: 26px;
  line-height: 26px;
}
.responsive-section .inner-grid {
  margin: -20px -20px 20px -20px;
}
.container-fluid > .responsive-section .scrollspy-title {
  margin-left: 0;
}
.row-fluid.row-fluid-divider {
  background: url("../bundles/pimui/img/vertical-separator.png") repeat-y 50% 0;
}
@media only screen and (max-width: 1340px) {
  .row-fluid.row-fluid-divider {
    background: none;
  }
}
h5.user-fiedset {
  font-size: 15.165px;
  line-height: 18px;
  margin: 0 10px 10px 0;
}
.page-size .dropdown-menu {
  min-width: 20px;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  color: #555;
}
.pagination-centered > label {
  margin-right: -4px;
  padding-left: 5px;
}
.grid-toolbar {
  padding: 9px 20px;
}
.grid-toolbar .pagination-centered {
  width: 375px;
  margin: 0 auto;
}
.grid-toolbar .pagination-centered .icons-holder {
  margin-left: 5px;
}
.grid-toolbar .page-size .control-label {
  text-align: right;
}
.alert-error > ul {
  margin-bottom: 0;
}
#flash-messages .alert {
  margin: 3px 0 0;
  background-color: #fdeed3;
  background-image: url('../bundles/pimui/img/warning-ico.png');
  background-position: 10px 48%;
  background-repeat: no-repeat;
  padding: 3px 35px 1px 37px;
  border: 1px solid rgba(241,216,103,0.3);
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
#flash-messages .alert .close {
  font-size: 18.198px;
  color: #f6a10e;
  opacity: 1;
}
#flash-messages .alert-success {
  background-color: #cde6d1;
  background-image: url('../bundles/pimui/img/sucsses-ico.png');
  border: 1px solid rgba(77,161,36,0.3);
  color: #3c7845;
}
#flash-messages .alert-success .close {
  color: #4d9a59;
}
#flash-messages .alert-danger,
#flash-messages .alert-error {
  background-image: url('../bundles/pimui/img/error-ico.png');
  background-color: #f2cfca;
  border: 1px solid rgba(203,17,17,0.3);
  color: #973426;
}
#flash-messages .alert-danger .close,
#flash-messages .alert-error .close {
  color: #c04230;
}
#flash-messages .alert-empty {
  display: none;
}
#flash-messages {
  overflow: hidden;
}
.flash-messages-frame {
  position: fixed;
  top: 74px;
  left: 25%;
  z-index: 500;
  width: 50%;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.validation-error .error {
  border: 1px solid #c04230;
  outline: 0;
  outline: thin dotted \9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(211,33,33,0.6);
  color: #555;
}
.validation-tooltip {
  font-size: 0;
  text-indent: -9999em;
}
.validation-tooltip:before {
  display: inline-block;
  margin-left: 8px;
  font: normal 18px/1em 'FontAwesome';
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f06a";
  color: #973426;
  text-indent: 0;
  speak: none;
}
.validation-error .validation-tooltip {
  display: inline-block;
}
.validate-group {
  display: inline-block;
  vertical-align: middle;
  min-width: 230px;
}
.validate-group:after {
  content: "";
  clear: both;
  display: block;
}
label.checkbox.error,
label.radio.error {
  padding-right: 12px;
}
.scrollable-container .oro-subtitle {
  margin: 0 5px 0 -25px;
  line-height: 28px;
  font-size: 20.22px;
  padding: 0;
}
.customer-info.customer-simple {
  padding: 6px 0 0;
}
button.filter-update {
  margin: 0 0 0 6px;
}
.choicefilter select,
.choicefilter textarea,
.choicefilter input[type="text"],
.choicefilter input[type="date"],
.choicefilter input[type="number"],
.choicefilter input[type="email"],
.choicefilter input[type="url"],
.choicefilter input[type="search"] {
  height: 30px;
}
.choicefilter .input-append,
.choicefilter .input-prepend {
  margin-bottom: 0;
}
.input-append .add-on,
.input-prepend .add-on {
  height: 32px;
}
.input-append .add-on input[type='checkbox'],
.input-append .add-on input[type='radio'],
.input-prepend .add-on input[type='checkbox'],
.input-prepend .add-on input[type='radio'] {
  margin-top: -1px;
}
.filter-separator {
  font-size: 16.176px;
  padding: 0 3px;
  position: relative;
  top: -3px;
}
.form-horizontal .control-group {
  margin: 0;
  max-width: 700px;
}
.form-container .control-group {
  margin: 0 0 10px;
}
.breadcrumb {
  float: left;
  background: none;
  margin: 0;
  padding: 6px 15px 0;
}
.breadcrumb > li.active,
.breadcrumb > li {
  color: #777;
  font: 11px/14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.breadcrumb > li > .divider {
  color: #777;
  padding: 0 1px 0 4px;
}
.btn.favorite-button,
.btn.minimize-button {
  background: none;
  padding: 1px;
  border: 0;
  box-shadow: none;
  height: 28px;
}
.btn.minimize-button {
  margin-right: 12px;
}
.btn.favorite-button .icon-star:before,
.btn.minimize-button .icon-pushpin:before {
  color: #eee;
  font-size: 19.209px;
}
.btn.favorite-button .icon-gold:before,
.btn.minimize-button .icon-gold:before,
.btn.minimize-button .icon-minimize-active:before {
  color: #f8b43f;
}
#pin-button-div .container-fluid {
  padding-right: 10px;
}
.breadcrumb-pin {
  border-bottom: 1px solid #f4f4f4;
  padding: 0;
}
.breadcrumb-pin #pin-button-div {
  float: right;
}
.breadcrumb-pin #breadcrumb {
  float: left;
}
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
span.validation-failed {
  color: #973426;
  display: block;
  margin: 5px 0 5px 14px;
  line-height: 1.1em;
  clear: both;
}
span.validation-failed:before {
  content: "\f00d";
  color: #973426;
  font: normal 1.15em/1em 'FontAwesome';
  display: inline-block;
  width: 14px;
  margin-left: -14px;
}
.input-addon {
  width: 258px;
}

#page {
  width: 100%;
}
#top-page {
  width: 100%;
}
.checkbox {
  margin: 0;
}
.layout-content {
  background: #fff;
}
.version-container {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14.154px;
  line-height: 1em;
}

.sidebarized .sidebar-controls {
  background-color: #f9f9f9;
}
.sidebarized .sidebar-controls i {
  color: #444;
  cursor: pointer;
}
.sidebarized .sidebar-controls a,
.sidebarized .sidebar-controls button {
  display: block;
  float: left;
  width: 30px;
  font-size: 13.143px;
  color: #000;
  text-align: center;
  text-decoration: none;
  background-color: #f4f4f4;
  border: 0;
  border-right: 1px solid #ddd;
}
.sidebarized .sidebar-controls .btn-group .dropdown-toggle {
  border-radius: 0;
}
.sidebarized .sidebar-controls .btn-group .dropdown-toggle .caret {
  vertical-align: middle;
}
.sidebarized .sidebar-controls li {
  text-align: left;
}
.sidebarized .sidebar-controls a {
  cursor: pointer;
}
.sidebarized .sidebar-content {
  background-color: #f9f9f9;
}
.sidebar-list ul {
  margin: 0;
}
.sidebar-list li {
  padding: 0 10px;
  line-height: 35px;
  list-style: none;
  cursor: pointer;
}
.sidebar-list li:hover {
  background-color: #fafafa;
}
.sidebar-list li a {
  display: block;
  color: #444;
}
.sidebar-list li a:hover {
  text-decoration: none;
}
.sidebar-list .active,
.sidebar-list .active:hover {
  background-color: #ebe0f5;
}
.sidebar-list .handle {
  float: left;
  padding-right: 5px;
}

.select-filter-widget .ui-helper-reset,
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.select-filter-widget .ui-helper-clearfix:before,
.ui-helper-clearfix:before,
.select-filter-widget .ui-helper-clearfix:after,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.select-filter-widget .ui-helper-clearfix:after,
.ui-helper-clearfix:after {
  clear: both;
}
.select-filter-widget .ui-helper-clearfix,
.ui-helper-clearfix {
  min-height: 0;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #aaa url(../bundles/pimui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7077em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-widget-content {
  background: #fff url(../bundles/pimui/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222;
  overflow: visible;
}

[class^="icon-"] {
  margin: 0 3px;
}
.validation-tooltip {
  margin: 0 3px;
  font-size: inherit;
  text-indent: 0;
}
.validation-tooltip:before {
  margin: 0;
}
.icon-category,
.icon-product {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-left: -1px;
}
.icon-category {
  background-image: url("../bundles/pimui/images/small-icon-category.png");
}
.icon-product {
  background-image: url("../bundles/pimui/images/small-icon-product.png");
}

#main-menu li.dropdown ul {
  display: none !important;
}
#main-menu li.dropdown ul ul {
  top: 5px;
  border: 1px solid #bbb !important;
  margin: 0;
}
#main-menu li.dropdown:hover > .menu-level-1 {
  display: block !important;
}
#main-menu li.dropdown .menu-level-2 li:hover > .menu-level-3,
#main-menu li.dropdown .menu-level-1 li:hover > .menu-level-2 {
  display: block !important;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background: none;
}
#oroplatform-header .navbar-inner {
  display: block;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 900;
}
#oroplatform-header .navbar-inner .divider-vertical {
  border: none;
  margin: 9px 6px;
  height: 22px;
}
#oroplatform-header .navbar-inner .logo {
  position: relative;
  height: 50px;
  padding: 0 14px 0 0;
  margin: 0 5px 0 0;
  line-height: 36px;
  float: left;
}
#oroplatform-header .navbar-inner .logo a:hover,
#oroplatform-header .navbar-inner .logo a:focus,
#oroplatform-header .navbar-inner .logo a:active {
  color: #fff;
  outline: 0;
}
#oroplatform-header .navbar-inner .logo img {
  height: 50px;
}
#oroplatform-header .navbar-inner .btn-group {
  margin: 0;
}
#oroplatform-header .navbar-inner .nav {
  margin: 0;
}
#oroplatform-header .navbar-inner .nav > li > a {
  color: #fff;
  font-weight: normal;
  text-shadow: none;
  line-height: 50px;
  padding: 0 15px;
}
#oroplatform-header .navbar-inner .nav a.help {
  padding: 0 15px 0 0;
  line-height: 50px;
  color: #fff;
  font-size: 16.176px;
}
#oroplatform-header .navbar-inner .dark {
  border: 1px solid #eee;
  border-width: 1px 0;
  background-color: #f9f9f9;
  padding: 15px 15px 7px;
}
#oroplatform-header > .navbar-inner {
  border-radius: 0;
  background-clip: padding-box;
  border: none;
  margin: 0;
  padding: 0;
}
header:after {
  content: "";
  clear: both;
  display: block;
}
header.navbar {
  margin: 0;
  z-index: 800;
}
#oroplatform-header .divider-vertical {
  float: left;
  margin-right: 0;
}
#oroplatform-header .nav.pull-right li.dropdown {
  line-height: 50px;
  height: 50px;
}
#oroplatform-header .nav.pull-right li.dropdown > a {
  padding: 0 15px;
  color: #fff;
  text-shadow: none;
}
#oroplatform-header .nav.pull-right li.dropdown > a [class^='icon-'] {
  font-size: 14.154px;
}
#oroplatform-header .nav.pull-right li.dropdown .dropdown-menu {
  width: 100px;
  margin: -4px -4px 0 0;
}
#oroplatform-header .nav.pull-right li.dropdown .dropdown-menu li a {
  color: #444;
}
#oroplatform-header .nav.pull-right li.dropdown .dropdown-menu li a:hover {
  color: #444;
}
#oroplatform-header .oroplatform-menu > li.dropdown {
  margin: 0;
}
#oroplatform-header .oroplatform-menu > li.dropdown > a {
  padding: 0 15px;
  margin: 0;
  line-height: 50px;
  font-size: 14.154px;
  color: #fff;
  text-shadow: none;
}
#oroplatform-header .oroplatform-menu > li.dropdown:hover > a,
#oroplatform-header .oroplatform-menu > li.dropdown:focus > a {
  background: #fff;
  color: #444;
}
#oroplatform-header .oroplatform-menu > li.dropdown:hover > a:hover,
#oroplatform-header .oroplatform-menu > li.dropdown:focus > a:hover {
  background: #fff;
  color: #444;
}
#oroplatform-header .oroplatform-menu > li.dropdown .dropdown-menu {
  border: none;
  width: auto;
  padding: 0;
  font-size: 14.154px;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}
#oroplatform-header .oroplatform-menu > li.dropdown .dropdown-menu:after,
#oroplatform-header .oroplatform-menu > li.dropdown .dropdown-menu:before {
  border: none;
}
#oroplatform-header .oroplatform-menu > li.dropdown .dropdown-menu li {
  line-height: 44px;
  border-top: 1px solid #f8f8f9;
}
#oroplatform-header .oroplatform-menu > li.dropdown .dropdown-menu li a {
  color: #444;
}
#oroplatform-header .oroplatform-menu > li.dropdown .dropdown-menu li.active a {
  background: none;
}
#oroplatform-header .oroplatform-menu > li.dropdown .dropdown-menu li a:hover,
#oroplatform-header .oroplatform-menu > li.dropdown .dropdown-menu li.active a:hover {
  background: #f4f4f4;
}
#oroplatform-header .oroplatform-menu li.dropdown:hover .dropdown-menu {
  display: block;
}
#oroplatform-header .oroplatform-menu li.dropdown .dropdown-menu {
  left: 160px;
  top: -2px;
}
#oroplatform-header .oroplatform-menu > li.dropdown > .dropdown-menu {
  left: auto;
  top: 51px;
}
#oroplatform-header div.navbar-inner {
  background: #52267D;
}
#oroplatform-header div.navbar-inner .logo:before,
#oroplatform-header div.navbar-inner .logo:after {
  border: none;
}
#oroplatform-header div.navbar-inner .logo a {
  padding: 0;
}
#oroplatform-header div.navbar-inner .nav.top-search .dropdown > .dropdown-toggle [class^='icon-'] {
  text-shadow: 0 1px 1px #52267D;
}
#oroplatform-header div.navbar-inner .nav.top-search .dropdown > .dropdown-toggle:hover [class^='icon-'] {
  background-color: #5c2b8d;
  background-image: -moz-linear-gradient(top,#6c32a4,#452069);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#6c32a4),to(#452069));
  background-image: -webkit-linear-gradient(top,#6c32a4,#452069);
  background-image: -o-linear-gradient(top,#6c32a4,#452069);
  background-image: linear-gradient(to bottom,#6c32a4,#452069);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b31a4', endColorstr='#ff452069', GradientType=0);
  border: 1px solid #381a56;
}
#oroplatform-header div.navbar-inner .nav.top-search .dropdown > .dropdown-toggle:active > [class^=icon-],
#oroplatform-header div.navbar-inner .nav.top-search .dropdown > .dropdown-toggle:focus > [class^=icon-],
#oroplatform-header div.navbar-inner .nav.top-search .dropdown.open > .dropdown-toggle > [class^=icon-] {
  background-color: #612d94;
  background-image: -moz-linear-gradient(top,#6c32a4,#52267D);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#6c32a4),to(#52267D));
  background-image: -webkit-linear-gradient(top,#6c32a4,#52267D);
  background-image: -o-linear-gradient(top,#6c32a4,#52267D);
  background-image: linear-gradient(to bottom,#6c32a4,#52267D);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b31a4', endColorstr='#ff52267d', GradientType=0);
  border: 1px solid #1a0c27;
}
#oroplatform-header div.navbar-inner a.help i {
  padding-top: 3px;
}
#oroplatform-header .oroplatform-menu>li.dropdown:not(:hover).active>a {
  background: #1f0e2f;
}
.navbar .small-divider {
  width: 2px;
}
.pin-bar .list-bar li.active {
  background-color: #381a56;
}
.pin-bar .pin-menus .oro-dropdown-toggle:hover {
  background-color: #2e1546;
  background-image: -moz-linear-gradient(top,#381a56,#1f0e2f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#381a56),to(#1f0e2f));
  background-image: -webkit-linear-gradient(top,#381a56,#1f0e2f);
  background-image: -o-linear-gradient(top,#381a56,#1f0e2f);
  background-image: linear-gradient(to bottom,#381a56,#1f0e2f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff381a55', endColorstr='#ff1e0e2e', GradientType=0);
}
.pin-bar .pin-menus .dropdown-menu .tabs-left.tabbable {
  background-color: #fafafa;
}
.pin-bar .pin-menus .dropdown-menu .tabs-left.tabbable >ul.nav-tabs li a {
  background-color: #fafafa;
}
.pin-bar .pin-menus .dropdown-menu .tabs-left.tabbable >ul.nav-tabs li a:hover {
  background-color: #ebe0f5;
}
.pin-bar .pin-menus .dropdown-menu .tabs-left.tabbable >ul.nav-tabs li.active a {
  background-color: #ebe0f5;
}

.pin-bar {
  padding: 0 30px 0 0;
  position: relative;
  z-index: 998;
  background-color: #381a56;
  background-image: none;
}
.pin-bar .icon-remove {
  position: absolute;
  right: -7px;
  top: 1px;
  font-size: 0;
}
.pin-bar .icon-remove:before {
  position: absolute;
  top: 5px;
  right: -13px;
  font-size: 12.132px;
  color: #cdd8ea;
}
.pin-bar-empty {
  display: inline-block;
  padding: 1px 0 0 10px;
  color: #A1A9B7;
  font-size: 12.132px;
  line-height: 22px;
}
.pin-bar-empty:hover,
.pin-bar-empty:focus {
  color: #A1A9B7;
}
.list-bar {
  display: table;
}
.list-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table-row;
}
.list-bar li {
  box-shadow: inset 0 -1px 2px 0 rgba(0,0,0,0.1);
  display: table-cell;
  text-align: left;
  text-shadow: 0 -1px 2px #11324D;
  line-height: 24px;
  font-size: 11.121px;
  padding: 0 25px 0 11px;
  border-right: 1px solid #11324D;
  margin: 0 -1px 0 0;
  position: relative;
}
.list-bar li.active {
  background-color: #1f0e2f;
}
.list-bar .pin-holder a {
  color: #cdd8ea;
}
.pin-holder {
  position: relative;
  padding: 0;
}
.pin-holder div {
  display: block;
  overflow: hidden;
  height: 24px;
}
.pin-frame {
  white-space: nowrap;
  width: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pin-menus .extra-list {
  padding: 5px 0;
}
.pin-menus .extra-list li {
  border-bottom: 1px solid #f4f4f4;
  padding: 3px 12px;
  font-size: 12.132px;
}
.pin-menus .extra-list li a:hover {
  text-decoration: none;
}
.pin-menus .extra-list li:last-child {
  border-bottom: none;
}
.pin-menus .extra-list > li:hover {
  background-color: #f4f4f4;
}
.pin-menus {
  float: right;
  position: relative;
  width: 30px;
  height: 24px;
  margin: 0 -29px 0 0;
  border-left: 1px solid #000;
  cursor: pointer;
}
.pin-menus.open .icon-ellipsis-horizontal {
  box-shadow: inset 0 2px 4px 0 #11324D;
}
.pin-menus .oro-dropdown-toggle:hover {
  background-color: #2e1546;
  background-image: -moz-linear-gradient(top,#381a56,#1f0e2f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#381a56),to(#1f0e2f));
  background-image: -webkit-linear-gradient(top,#381a56,#1f0e2f);
  background-image: -o-linear-gradient(top,#381a56,#1f0e2f);
  background-image: linear-gradient(to bottom,#381a56,#1f0e2f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff381a55', endColorstr='#ff1e0e2e', GradientType=0);
}
.pin-menus .oro-dropdown-toggle.icon-ellipsis-horizontal {
  width: 30px;
  height: 24px;
  margin: 0;
  color: #fff;
  font-size: 18.198px;
  text-align: center;
  line-height: 26px;
}
.pin-menus .oro-dropdown-toggle:active,
.pin-menus .oro-dropdown-toggle:focus {
  box-shadow: inset 0 2px 4px 0 #11324D;
}
.pin-menus .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: 415px;
}
.pin-menus .dropdown-menu .tabs-left {
  background-color: #fafafa;
}
.pin-menus .dropdown-menu .tabs-left > .nav-tabs {
  margin: 0;
  width: 120px;
}
.pin-menus .dropdown-menu .tabs-left > .nav-tabs li {
  width: auto;
  height: auto;
  float: none;
}
.pin-menus .dropdown-menu .tabs-left > .nav-tabs li > a {
  border: none;
  border-bottom: 1px solid #cdd8ea;
  border-radius: 0;
  padding: 7px 8px;
  line-height: 14px;
  margin-right: 0;
  margin-bottom: 0;
  color: #444;
  text-shadow: 0 1px 0 #F1F4F9;
  background: transparent;
}
.pin-menus .dropdown-menu .tabs-left > .nav-tabs li > a:hover {
  border-bottom: 1px solid #cdd8ea;
  color: #444;
  cursor: pointer;
}
.pin-menus .dropdown-menu .tabs-left > .nav-tabs li > a i {
  color: #848fa1;
}
.pin-menus .dropdown-menu .tabs-left > .nav-tabs li:hover,
.pin-menus .dropdown-menu .tabs-left > .nav-tabs li:active,
.pin-menus .dropdown-menu .tabs-left > .nav-tabs li:focus {
  background-color: #ebe0f5;
}
.pin-menus .dropdown-menu .tabs-left > .nav-tabs li.active {
  position: relative;
  background-color: #ebe0f5;
  font-weight: bold;
}
.pin-menus .dropdown-menu .tabs-left > .nav-tabs li.active:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 8px 7.5px 0;
  border-color: transparent #cdd8ea transparent transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 7px;
  bottom: 0;
}
.pin-menus .dropdown-menu .tabs-left > .nav-tabs li.active:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 8px 7.5px 0;
  border-color: transparent #fff transparent transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -1px;
  top: 7px;
  bottom: 0;
}
.pin-menus .dropdown-menu .tabs-left > .nav-tabs li.active a,
.pin-menus .dropdown-menu .tabs-left > .nav-tabs li a:hover,
.pin-menus .dropdown-menu .tabs-left > .nav-tabs li a:active,
.pin-menus .dropdown-menu .tabs-left > .nav-tabs li a:focus {
  text-shadow: 0 1px 0 #F1F4F9;
}
.pin-menus .dropdown-menu .tabs-left > .nav-tabs li:last-child > a {
  border-bottom: none;
}
.pin-menus .dropdown-menu .tabs-left > .tab-content {
  border-left: 1px solid #cdd8ea;
  background-color: #fff;
  min-height: 167px;
  max-height: 330px;
  overflow: auto;
  z-index: 99;
}
.pin-menus .dropdown-menu .tabs-left > .tab-content .tab-pane .extra-list li a {
  padding-right: 0;
  padding-left: 0;
}

.select2-container {
  color: #333;
  font-size: 12.132px;
  border: 1px solid #ddd;
  border-radius: 0;
  outline: none;
}
.select2-container .select2-choice {
  border: none;
  background: inherit;
}
.select2-container .select2-choice abbr {
  top: 7px;
  z-index: 2;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-container .select2-choice abbr:before {
  content: "x";
  font-size: 11.121px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -8px;
}
.select2-container .select2-choice .select2-arrow {
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #eee;
  text-align: center;
  border-radius: 0;
  font: normal 16px 'FontAwesome';
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  border: none;
  background-image: none;
}
.select2-container .select2-choice .select2-arrow:before {
  content: "\f0d7";
  color: #67768A;
  text-decoration: inherit;
  display: inline-block;
  line-height: 30px;
  speak: none;
}
.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
  background: transparent !important;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: 0;
  outline: thin dotted \9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  color: #555;
}
.select2-container,
.select2-search input {
  box-sizing: border-box;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: none;
}
.select2-drop {
  margin-top: -2px;
}
.select2-drop.select2-drop-active {
  border-color: #aaa;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-default {
  color: #444 !important;
}
.select2-container .select2-choice div b {
  display: block;
  width: 100%;
  height: 100%;
}
body .select2-dropdown-open,
body .select2-dropdown-open.select2-drop-above {
  border-color: #aaa;
}
body .select2-dropdown-open .select2-choice,
body .select2-dropdown-open.select2-drop-above .select2-choice {
  outline: none;
  color: #444;
  background: transparent;
  box-shadow: 0 1px 0 #fff inset;
}
.select2-container-multi .select2-choices {
  border: none;
  background: transparent;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 3px 5px;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 4px;
  background-clip: padding-box;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: transparent !important;
}
.select2-search input,
.select2-search input.select2-active {
  background: initial;
}
.select2-offscreen,
.select2-offscreen:focus {
  border: none !important;
}
a.select2-choice {
  outline: none;
}
.select2-results .select2-highlighted {
  background: #6c32a4;
}
.select2-container.select2-container-active .select2-choice,
.select2-container.select2-container-disabled .select2-choice,
.select2-container-multi.select2-container-active .select2-choices,
.select2-container-multi.select2-container-disabled .select2-choices {
  border: none;
}
.select2-allowclear abbr.select2-search-choice-close,
.select2-container-multi .select2-search-choice-close {
  font-family: FontAwesome;
  font-size: 12.132px;
}
.select2-allowclear abbr.select2-search-choice-close:before,
.select2-container-multi .select2-search-choice-close:before {
  content: "\f00d";
}
.select2-allowclear abbr.select2-search-choice-close {
  margin-top: 2px;
}
.add-attribute.bigdrop,
.form-horizontal .add-attribute.bigdrop {
  width: 300px !important;
}
.add-attribute .select2-container,
.form-horizontal .add-attribute .select2-container {
  margin: 6px 5px;
  width: 200px;
}
.add-attribute .select2-container a.select2-choice,
.form-horizontal .add-attribute .select2-container a.select2-choice {
  background: #fff;
}
.add-attribute .select2-search,
.form-horizontal .add-attribute .select2-search {
  padding: 6px;
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.add-attribute .select2-search .select2-input,
.form-horizontal .add-attribute .select2-search .select2-input {
  background: #fff !important;
}
.add-attribute .select2-results .select2-result-label,
.form-horizontal .add-attribute .select2-results .select2-result-label {
  padding: 0;
}
.add-attribute .select2-results .select2-result-label .select2-result-label-attribute,
.form-horizontal .add-attribute .select2-results .select2-result-label .select2-result-label-attribute {
  padding: 3px 7px 4px;
}
.add-attribute .select2-results .select2-result-label .select2-result-label-attribute .attribute-label,
.form-horizontal .add-attribute .select2-results .select2-result-label .select2-result-label-attribute .attribute-label {
  padding-left: 5px;
}
.add-attribute .select2-results .select2-result-label .select2-result-label-attribute .group-label,
.form-horizontal .add-attribute .select2-results .select2-result-label .select2-result-label-attribute .group-label {
  float: right;
  font-style: italic;
  color: #bbb;
}
.add-attribute .select2-results .select2-result-label .select2-result-label-attribute input,
.form-horizontal .add-attribute .select2-results .select2-result-label .select2-result-label-attribute input {
  margin: 0;
}
.add-attribute .select2-results .select2-more-results,
.add-attribute .select2-results .select2-no-results,
.add-attribute .select2-results .select2-searching,
.form-horizontal .add-attribute .select2-results .select2-more-results,
.form-horizontal .add-attribute .select2-results .select2-no-results,
.form-horizontal .add-attribute .select2-results .select2-searching {
  text-align: center;
  padding: 5px;
  color: #777;
}
.add-attribute .ui-multiselect-footer,
.form-horizontal .add-attribute .ui-multiselect-footer {
  padding: 4px;
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  *zoom: 1;
}
.add-attribute .ui-multiselect-footer:before,
.add-attribute .ui-multiselect-footer:after,
.form-horizontal .add-attribute .ui-multiselect-footer:before,
.form-horizontal .add-attribute .ui-multiselect-footer:after {
  display: table;
  line-height: 0;
  content: "";
}
.add-attribute .ui-multiselect-footer:after,
.form-horizontal .add-attribute .ui-multiselect-footer:after {
  clear: both;
}
.add-attribute .ui-multiselect-footer .attribute-counter,
.form-horizontal .add-attribute .ui-multiselect-footer .attribute-counter {
  padding-left: 5px;
  line-height: 30px;
  color: #777;
}
.add-attribute .ui-multiselect-footer .btn-primary,
.form-horizontal .add-attribute .ui-multiselect-footer .btn-primary {
  padding: 0 10px 0 38px;
  overflow: hidden;
}
.add-attribute .ui-multiselect-footer .btn-primary i,
.form-horizontal .add-attribute .ui-multiselect-footer .btn-primary i {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0;
  background-color: #4d9a59;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.form-horizontal .select2-container {
  width: 500px;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.04);
}
.form-inline .select2-search-field,
.form-inline .select2-container {
  width: 314px;
  min-width: 314px;
}
form.product-edit .select2-container {
  width: 365px;
}
form.product-edit .metric .select2-container {
  width: 160px;
}
.modal .select2-container {
  overflow-y: hidden;
}

#form-navbar li a {
  padding-bottom: 4px;
  color: #444;
  background-color: transparent;
  border-bottom: 3px solid transparent;
}
#form-navbar li a:hover {
  border-bottom: 3px solid #dddddd;
}
#form-navbar li.active a {
  border-bottom: 3px solid #555555;
}
#form-navbar li a.error {
  border-bottom: none;
  color: #c04230;
  font-weight: bold;
}
#form-navbar li a.error:before {
  display: inline-block;
  margin-right: 5px;
  font-family: 'FontAwesome';
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f06a";
  text-indent: 0;
  speak: none;
}
.icons-container {
  display: inline-block;
  margin-top: 6px;
  margin-left: 5px;
  font-size: 17.187px;
  color: #777777;
  vertical-align: top;
}
.icons-container i {
  outline: none;
}
.icons-container i[data-dialog] {
  cursor: pointer;
}
.form-row button.btn {
  height: 32px;
  line-height: 32px;
}
.form-row .btn {
  margin-top: 8px;
  margin-right: 8px;
  font-weight: bold;
}
.form-row h3 {
  padding-left: 20px;
}
.btn-primary {
  text-shadow: 0 1px 0 #97cb9f;
  background-color: #c6e3cb;
  background-image: -moz-linear-gradient(top,#cde6d1,#bcdec1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#cde6d1),to(#bcdec1));
  background-image: -webkit-linear-gradient(top,#cde6d1,#bcdec1);
  background-image: -o-linear-gradient(top,#cde6d1,#bcdec1);
  background-image: linear-gradient(to bottom,#cde6d1,#bcdec1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcde6d0', endColorstr='#ffbcddc1', GradientType=0);
  border-color: #b5dabb #abd5b2 #abd5b2 #abd5b2;
  box-shadow: inset 0 1px 0 0 #e5f2e7;
  border-radius: 4px;
  background-clip: padding-box;
  color: #fff;
  font-weight: bold;
}
.btn-primary:hover {
  color: #fff;
  background-color: #d2e8d5;
  background-image: -moz-linear-gradient(top,#deefe1,#bfdfc4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#deefe1),to(#bfdfc4));
  background-image: -webkit-linear-gradient(top,#deefe1,#bfdfc4);
  background-image: -o-linear-gradient(top,#deefe1,#bfdfc4);
  background-image: linear-gradient(to bottom,#deefe1,#bfdfc4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdeeee0', endColorstr='#ffbfdfc4', GradientType=0);
  box-shadow: inset 0 1px 0 0 #cde6d1;
}
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  background-color: #cae4ce;
  background-image: -moz-linear-gradient(top,#deefe1,#abd5b2);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#deefe1),to(#abd5b2));
  background-image: -webkit-linear-gradient(top,#deefe1,#abd5b2);
  background-image: -o-linear-gradient(top,#deefe1,#abd5b2);
  background-image: linear-gradient(to bottom,#deefe1,#abd5b2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdeeee0', endColorstr='#ffabd4b1', GradientType=0);
  box-shadow: inset 0 1px 4px 0 #abd5b2;
}
.btn-info {
  color: #fff;
  text-shadow: 0 1px 0 #34699a;
  background-color: #518dc4;
  background-image: -moz-linear-gradient(top,#5992c7,#4685c1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5992c7),to(#4685c1));
  background-image: -webkit-linear-gradient(top,#5992c7,#4685c1);
  background-image: -o-linear-gradient(top,#5992c7,#4685c1);
  background-image: linear-gradient(to bottom,#5992c7,#4685c1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5992c7', endColorstr='#ff4585c0', GradientType=0);
  border-color: #4080bd #3c79b1 #3c79b1 #3c79b1;
  box-shadow: inset 0 1px 0 0 #74a4d0;
}
.btn-info:hover {
  background-color: #5e96c9;
  background-image: -moz-linear-gradient(top,#6c9fcd,#4a88c2);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#6c9fcd),to(#4a88c2));
  background-image: -webkit-linear-gradient(top,#6c9fcd,#4a88c2);
  background-image: -o-linear-gradient(top,#6c9fcd,#4a88c2);
  background-image: linear-gradient(to bottom,#6c9fcd,#4a88c2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6c9ecd', endColorstr='#ff4987c1', GradientType=0);
  box-shadow: inset 0 1px 0 0 #5992c7;
  color: #fff;
}
.btn-info:active,
.btn-info:focus {
  background-color: #598fc2;
  background-image: -moz-linear-gradient(top,#6c9fcd,#3c79b1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#6c9fcd),to(#3c79b1));
  background-image: -webkit-linear-gradient(top,#6c9fcd,#3c79b1);
  background-image: -o-linear-gradient(top,#6c9fcd,#3c79b1);
  background-image: linear-gradient(to bottom,#6c9fcd,#3c79b1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6c9ecd', endColorstr='#ff3b78b1', GradientType=0);
  box-shadow: inset 0 1px 4px 0 #3c79b1;
  color: #fff;
}
.btn-info.disabled {
  background-color: #7fabd4;
}
.btn.hide {
  display: none;
}
.navbar-buttons .btn-group>.btn {
  font-size: 14.154px;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #4d9a59;
}
.tabsections .tabsection {
  border: 1px solid #e6e8ec;
}
.tabsections .tabsection .tabsection-title:not(:empty) {
  height: 44px;
  padding: 0 20px;
  background-color: #e6e8ec;
  line-height: 44px;
}
.tabsections .tabsection .tabsection-title .add-attribute .select2-container {
  margin: 0 5px 5px;
}
.tabsections .tabsection .tabsection-title #locale-switcher .btn.dropdown-toggle,
.tabsections .tabsection .tabsection-title #attribute-buttons button {
  background: white;
  height: 30px;
  line-height: 30px;
  margin-top: -4px;
}
.tabsections .tabsection .tabsection-title #locale-switcher .btn.dropdown-toggle > i,
.tabsections .tabsection .tabsection-title #attribute-buttons button > i {
  background: #f8f8f9;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.tabsections .tabsection .tabsection-content {
  padding: 20px 20px 10px;
}
.oro-tab-form > .tab-pane {
  border: 1px solid #e6e8ec;
  padding-bottom: 10px;
}
.oro-tab-form > .tab-pane .control-group {
  margin-left: 20px;
  margin-top: 15px;
}
.tabsections.scrollspy .control-group {
  margin-bottom: 0;
}
.tabsections.scrollspy .control-group label {
  width: 200px;
}
a.accordion-toggle {
  color: #444;
  text-decoration: none;
}
a.accordion-toggle:hover {
  color: #444;
}
.accordion-group {
  margin: 10px;
}
.accordion-group li span.label {
  margin-bottom: 5px;
}
.form-horizontal .control-group:not(:empty) {
  margin-bottom: 15px;
}
.form-horizontal .control-group:not(:empty) label.control-label:not(.add-on) {
  max-height: 25px;
}
.form-horizontal .control-group:not(:empty) label.control-label:after {
  content: '';
}
.scrollspy .form-horizontal .control-group:not(:empty) {
  margin-bottom: 0;
}
.handle {
  cursor: move;
}
.groups {
  margin: 10px 0;
}
.groups thead tr {
  background-color: #f4f4f4;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.groups thead tr th {
  font-size: 12.132px;
  line-height: 20px;
}
.groups thead tr th.channel {
  text-align: center;
}
.groups tbody,
.groups tbody + tbody {
  border: 0;
}
.groups tbody tr.group,
.groups tbody + tbody tr.group {
  font-weight: bold;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.groups tbody tr,
.groups tbody + tbody tr {
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
}
#form-tab tbody td {
  border: none;
}
th label {
  text-align: center;
}
.table-condensed:not(.grid) td,
.table-condensed:not(.grid) th.center {
  text-align: center;
}
.table-vertically-condensed > tbody > tr > td {
  padding: 5px 10px;
}
.table-striped tbody>tr:nth-child(even)>td,
.table-light tbody tr {
  background-color: #fff;
}
.fullwidth {
  width: 100%;
}
i.remove-attribute {
  cursor: pointer;
}
a.add-attribute-option {
  margin-left: 5px;
}
.input-prepend a.add-attribute-option {
  border-radius: 3px;
}
.has-switch {
  margin-right: 3px;
  margin-bottom: -6px;
  border-radius: 0;
}
.has-switch label {
  z-index: 10;
}
.has-switch span {
  padding: 4px 7px;
  font-size: 12.132px;
  font-weight: bold;
}
.has-switch span.switch-primary,
.has-switch span.switch-left {
  background-color: #67b373;
  background-image: none;
  border-radius: 0;
  text-shadow: none;
}
.has-switch>div.switch-off,
.has-switch>div.switch-on {
  height: 26px;
}
div.btn-group > .has-switch {
  display: block;
}
#channel-switcher .dropdown-toggle {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#channel-switcher .icons-holder {
  width: 40px;
}
#comparison-buttons {
  position: relative;
  float: right;
  padding: 4px 10px 22px 0;
  text-align: right;
}
#comparison-buttons.compare {
  width: 50%;
  border-left: 1px solid #ddd;
}
.tab-pane.product-associations .association-buttons {
  padding-top: 7px;
}
.comparison {
  width: 100%;
}
.comparison td {
  width: 50%;
  vertical-align: top;
  border-right: 1px solid #e1e1e1;
}
.comparison td.no-label .control-group label.control-label {
  width: 30px;
}
.comparison td.no-label .control-group label.control-label.add-on {
  width: 25px;
}
.comparison td.no-label .control-group .controls {
  margin-left: 40px;
}
.comparison td.no-label .control-group .controls.metric {
  margin-left: 10px;
}
#lbCenter {
  z-index: 1000;
}
#lbOverlay {
  z-index: 900;
}
.control-group.upload-zone-container {
  width: 900px;
  max-width: 900px;
  margin: auto auto 5px auto;
}
.upload-zone {
  height: 100px;
  cursor: pointer;
  background: #eee;
}
.upload-zone.empty {
  margin: 0;
}
.upload-zone.empty div.upload-info {
  min-width: 278px;
}
.upload-zone.disabled {
  background-color: #eee;
  color: #A1A9B7;
}
.upload-zone div.upload-info {
  min-width: 229px;
  padding: 10px;
  text-align: center;
}
.upload-zone div.upload-info .upload-preview,
.upload-zone div.upload-info img {
  display: inline-block;
  max-width: 120px;
  min-width: 40px;
  font-size: 40.44px;
  line-height: 40.44px;
  color: #999;
  cursor: pointer;
  padding: 20px 0 5px 0;
}
.upload-zone div.upload-info img {
  display: block;
}
.upload-zone div.upload-info span.upload-filename {
  line-height: 12.132px;
  font-weight: normal;
  display: block;
  color: #555;
}
.upload-zone .remove-upload {
  float: right;
  width: 45px;
  height: 100px;
  padding: 0 9px;
  font-size: 26.286px;
  line-height: 100px;
}
.upload-zone input[type="file"] {
  position: relative;
  top: -100px;
  z-index: 99;
  display: block;
  width: 100% !important;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.upload-zone input[type="file"].hide {
  display: none;
}
.accordion-inner td {
  border: none;
}
.accordion-inner-unbuffered {
  padding: 0;
  border-top: 1px solid #eee;
}
.form-inline label {
  width: 200px;
  text-align: left;
}
.form-inline input {
  width: 300px;
}
.attribute-choice {
  background: transparent;
  height: 50px;
  line-height: 48px;
  padding-left: 10px;
}
.attribute-choice:hover {
  background-image: none;
  background-color: #c2a1e2;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.attribute-choice i {
  line-height: 34px;
  font-size: 20.22px;
}
.attribute-type-selector {
  display: table;
  margin-bottom: -10px;
}
.attribute-type-selector>div {
  width: 49%;
  margin-bottom: 10px;
}
.attribute-type-selector>div:nth-child(even) {
  margin-left: 2%;
}
table.ui-sortable td.handle,
tbody.ui-sortable td.handle {
  line-height: 30px;
}
table.ui-sortable td a.btn,
tbody.ui-sortable td a.btn {
  height: 28px;
}
table i {
  color: #444;
}
.classify,
.product-edit,
.form-tabbed {
  margin-bottom: 0;
}
.classify .nav-list,
.product-edit .nav-list,
.form-tabbed .nav-list {
  padding-right: 0;
  padding-left: 0;
}
.classify .nav-list > .active > a,
.product-edit .nav-list > .active > a,
.form-tabbed .nav-list > .active > a {
  font-weight: bold;
  color: #000;
  text-shadow: none;
  background-color: #ebe0f5;
}
.classify .nav-list > li,
.product-edit .nav-list > li,
.form-tabbed .nav-list > li {
  padding-right: 15px;
  padding-left: 15px;
  line-height: 25px;
  border-bottom: 1px solid #eee;
}
.classify .nav-list > li > a,
.product-edit .nav-list > li > a,
.form-tabbed .nav-list > li > a {
  color: #000;
  background-color: #fafafa;
}
.classify .tab-content,
.product-edit .tab-content,
.form-tabbed .tab-content {
  border-left: 1px solid #bbb;
}
.classify .tab-pane h3,
.product-edit .tab-pane h3,
.form-tabbed .tab-pane h3 {
  padding-left: 20px;
  margin-top: 0;
  border-bottom: 1px solid #eee;
}
#edit-family {
  cursor: pointer;
}
.submit-form .dropdown-menu.right-align {
  right: 0;
  left: auto;
}
.attribute-field .input-large {
  width: 350px;
}
.attribute-field .datepicker.input-large {
  width: 200px;
}
.attribute-field .datepicker.add-on {
  background-color: #fff;
}
.ui-datepicker-today .ui-state-default {
  font-weight: bold !important;
}
.attribute-field.currency {
  max-width: inherit;
}
.attribute-field.currency>label.control-label {
  margin-top: 21px;
}
.attribute-field.currency .control-group {
  max-width: inherit;
}
.attribute-field.currency .currency-header {
  display: inline-block;
  margin-left: 10px;
}
.attribute-field.currency .currency-header .currency-label {
  display: inline-block;
  width: 103px;
  font-weight: bold;
  text-align: center;
}
.attribute-field.currency .currency-header.small .currency-label {
  width: 74px;
}
.attribute-field.currency.scopable .currency-header {
  padding-left: 25px;
}
.attribute-field.currency .controls .input-small,
.attribute-field.currency .controls .input-mini {
  height: 21px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.attribute-field.currency .controls .input-small:not(:last-of-type),
.attribute-field.currency .controls .input-mini:not(:last-of-type) {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
table.comparison .no-label .attribute-field.scopable.currency .currency-header {
  padding-left: 55px;
}
table.comparison .no-label .attribute-field.scopable>div>.control-group>.control-label {
  margin-left: 10px;
}
table.comparison .no-label .attribute-field.scopable>div.first>.control-group>.control-label {
  position: relative;
}
table.comparison .no-label .attribute-field.scopable>div.first>.control-group>.control-label .field-toggle {
  position: absolute;
  left: -9px;
  top: 7px;
}
table.comparison .no-label .attribute-field.scopable>div:not(.first) .field-toggle {
  display: none !important;
}
.attribute-field.scopable {
  max-width: inherit;
  margin-bottom: 20px;
}
.attribute-field.scopable >div:first-of-type .controls .control-label.add-on {
  background-color: #fff;
  border-top-left-radius: 3px;
}
.attribute-field.scopable >div:first-of-type .controls input,
.attribute-field.scopable >div:first-of-type .controls select,
.attribute-field.scopable >div:first-of-type .controls textarea {
  border-top-right-radius: 3px;
}
.attribute-field.scopable >div:first-of-type .controls:first-child {
  margin-left: 10px;
}
.attribute-field.scopable >div:last-of-type .controls .control-label.add-on {
  border-bottom-left-radius: 3px;
}
.attribute-field.scopable >div:last-of-type .controls input,
.attribute-field.scopable >div:last-of-type .controls select,
.attribute-field.scopable >div:last-of-type .controls textarea {
  border-bottom-right-radius: 3px;
}
.attribute-field.scopable >div:not(.first):not(:first-of-type)>.control-group .control-label.add-on,
.attribute-field.scopable >div:not(.first):not(:first-of-type)>.control-group input,
.attribute-field.scopable >div:not(.first):not(:first-of-type)>.control-group select,
.attribute-field.scopable >div:not(.first):not(:first-of-type)>.control-group textarea {
  border-top: 0;
}
.attribute-field.scopable label.control-label i.field-toggle {
  padding-left: 5px;
  font-size: 14.154px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.attribute-field.scopable label.control-label.add-on {
  width: 25px;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  background-color: #f9f9f9;
  border-right-width: 0;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.attribute-field.scopable .control-group {
  margin: 0;
}
.attribute-field.scopable .control-group>.controls.input-prepend {
  position: relative;
}
.attribute-field.scopable .control-group>.controls.input-prepend .control-label.add-on {
  position: absolute;
  height: 100%;
  font-size: 15.165px;
}
.attribute-field.scopable .control-group>.controls.input-prepend .control-label.add-on[style] {
  text-shadow: none;
}
.attribute-field.scopable .control-group>.controls.input-prepend .scopable-input {
  position: relative;
  left: 25px;
}
.attribute-field.scopable textarea.input-large {
  width: 350px;
}
.attribute-field.scopable div.controls input,
.attribute-field.scopable div.controls select,
.attribute-field.scopable div.controls textarea {
  border-radius: 0;
}
.attribute-field.scopable div.controls input.select2-offscreen,
.attribute-field.scopable div.controls input.select2-focusser,
.attribute-field.scopable div.controls select.select2-offscreen,
.attribute-field.scopable div.controls select.select2-focusser,
.attribute-field.scopable div.controls textarea.select2-offscreen,
.attribute-field.scopable div.controls textarea.select2-focusser {
  position: absolute;
}
.attribute-field.scopable div.controls .validation-tooltip {
  display: inline-block;
}
.attribute-field.scopable.collapsed .controls .control-label {
  border-bottom-left-radius: 3px;
}
.attribute-field.scopable.collapsed .controls input,
.attribute-field.scopable.collapsed .controls select,
.attribute-field.scopable.collapsed .controls textarea {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.attribute-field.scopable .input-append,
.attribute-field.scopable .input-prepend {
  font-size: 12.132px;
}
.attribute-field.scopable .upload-zone {
  margin: 0;
  border-radius: 0;
}
.attribute-field.scopable .upload-zone .remove-upload {
  float: none;
  border-radius: 0;
}
#copy-selection-switcher,
#copy-selection {
  margin-left: 10px;
}
h1 {
  font-size: 18.198px;
  font-weight: normal;
  line-height: 33px;
  color: #52267D;
}
.navbar-extra {
  padding: 10px 7px 10px 12px;
}
.navbar-content ul.inline {
  margin-top: 10px;
}
.navbar-content,
.content {
  line-height: 18px;
}
.navbar-content .sub-title,
.content .sub-title {
  float: left;
  font-size: 18.198px;
  color: #999999;
}
.navbar-content .separator,
.content .separator {
  float: left;
  padding: 0 3px;
  font-size: 18.198px;
  color: #999;
}
.navbar-content ul.inline,
.content ul.inline {
  color: #777777;
  margin-bottom: 0;
}
.navbar-content ul.inline li,
.content ul.inline li {
  padding: 0 10px;
  font-size: 11.121px;
  line-height: 14px;
  border-left: 1px solid #eee;
}
.navbar-content ul.inline li:first-of-type,
.content ul.inline li:first-of-type {
  padding-left: 0;
  border-left: none;
}
.navbar-content .product-name,
.content .product-name {
  float: left;
  font-size: 14.154px;
  font-weight: bold;
  line-height: 20px;
}
.navbar-title {
  line-height: 35px;
}
.tab-groups {
  float: left;
  min-width: 120px;
}
.tab-groups i.validation-tooltip {
  display: block;
  float: right;
  margin-top: 4px;
  margin-right: -8px;
}
#container .buffer-top {
  padding-top: 20px;
}
#container .buffer-right {
  padding-right: 20px;
}
#container .buffer-bottom {
  padding-bottom: 20px;
}
#container .buffer-left {
  padding-left: 20px;
}
#container .buffer-small-top {
  padding-top: 10px;
}
#container .buffer-small-right {
  padding-right: 10px;
}
#container .buffer-small-bottom {
  padding-bottom: 10px;
}
#container .buffer-small-left {
  padding-left: 10px;
}
#container .buffer-extra-top {
  padding-top: 50px;
}
#container .buffer-extra-right {
  padding-right: 50px;
}
#container .buffer-extra-bottom {
  padding-bottom: 50px;
}
#container .buffer-extra-left {
  padding-left: 50px;
}
#container .left-aligned {
  text-align: left;
}
#container .right-aligned {
  text-align: right;
}
.unspaced {
  margin: 0;
}
span.muted.small {
  font-size: 14.154px;
}
div.dropdown-menu.channel {
  padding: 10px;
}
div.dropdown-menu.channel h5 {
  margin: 0;
  text-transform: uppercase;
}
div.dropdown-menu.channel a {
  display: block;
  float: left;
  clear: both;
}
div.dropdown-menu.channel label {
  float: left;
  margin-right: 10px;
  line-height: 26px;
}
div.dropdown-menu.channel select {
  width: auto;
}
#channel-controls {
  display: inline-block;
  float: left;
  max-width: 400px;
  min-width: 210px;
}
#locale-switcher span.dropdown-toggle,
#comparison-switcher span.dropdown-toggle {
  padding: 0px 44px 0px 10px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 0;
  color: #444;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  position: relative;
  background-color: #e6e8ec;
  overflow: hidden;
}
#locale-switcher span.dropdown-toggle:hover,
#comparison-switcher span.dropdown-toggle:hover {
  background-color: #ccd1d8;
}
#locale-switcher span.dropdown-toggle > i,
#comparison-switcher span.dropdown-toggle > i {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0;
  text-align: center;
  background-color: #ccd1d8;
}
#locale-switcher span.dropdown-toggle .flag-language .language,
#comparison-switcher span.dropdown-toggle .flag-language .language {
  width: auto;
  padding-right: 3px;
}
#locale-switcher .dropdown-menu,
#comparison-switcher .dropdown-menu {
  padding: 0;
}
#locale-switcher .dropdown-menu li>a,
#comparison-switcher .dropdown-menu li>a {
  padding: 5px;
  color: #444;
}
#locale-switcher .dropdown-menu li>a:hover,
#locale-switcher .dropdown-menu li>a:active,
#locale-switcher .dropdown-menu li>a:focus,
#comparison-switcher .dropdown-menu li>a:hover,
#comparison-switcher .dropdown-menu li>a:active,
#comparison-switcher .dropdown-menu li>a:focus {
  background: #eee;
}
#locale-switcher .dropdown-menu li>a span.indicator,
#comparison-switcher .dropdown-menu li>a span.indicator {
  display: inline-block;
  width: 25px;
  padding: 0 5px;
  font-size: 9.099px;
}
#locale-switcher .dropdown-menu li>a span.indicator i,
#comparison-switcher .dropdown-menu li>a span.indicator i {
  color: #777777;
}
#locale-switcher .dropdown-menu li>a span.title,
#comparison-switcher .dropdown-menu li>a span.title {
  padding: 0 5px;
  font-weight: bold;
}
.no-attribute {
  color: #67768A;
  font-size: 13px;
  padding-top: 13px;
  margin-right: 10px;
}
.flag-language {
  color: #444;
  background-color: transparent;
  border: none;
}
.flag {
  display: inline-block;
}
.language {
  display: inline-block;
  padding-left: 5px;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12.132px;
  color: #777777;
  vertical-align: bottom;
}
#comparison-switcher .dropdown-toggle .flag-language .flag {
  margin-top: 2px;
  vertical-align: middle;
}
#comparison-switcher .dropdown-toggle .flag-language .language {
  padding-left: 0;
}
#entity-updated {
  margin-top: 10px;
  margin-right: 5px;
  clear: right;
  cursor: default;
  opacity: 0;
  display: none;
}
#entity-updated .label-warning {
  color: #777;
  text-shadow: none;
  background-color: #fdeed3;
  border-radius: 10px;
  font-weight: 400;
  padding: 2px 10px 2px 2px;
}
#entity-updated .label-warning .icon {
  color: #f8b43f;
}
.classify .nav-list li a i,
#association-list .nav-list li a i,
#pim_enrich-product-tab-category .nav-list li a i {
  padding-right: 5px;
  font-size: 16.176px;
}
.classify .nav-list li a i.gray,
#association-list .nav-list li a i.gray,
#pim_enrich-product-tab-category .nav-list li a i.gray {
  color: #ddd;
}
.classify .nav-list li a i.green,
#association-list .nav-list li a i.green,
#pim_enrich-product-tab-category .nav-list li a i.green {
  color: #67b373;
}
.mass-edit-form .classify.classify-remove .jstree-default .jstree-checked > a > .jstree-checkbox {
  background-position: -20px -73px;
}
.mass-edit-form .classify.classify-remove .jstree-default .jstree-checked > a > .jstree-checkbox:hover {
  background-position: -38px -73px;
}
form.form-upload {
  text-align: center;
}
form.form-upload .control-group .control-label {
  display: none;
}
form.form-upload .control-group .controls {
  margin-right: 20px;
  margin-left: 20px;
}
form.form-upload .control-group .controls .upload-zone {
  width: 100%;
}
form.form-upload .control-group .controls .upload-zone input[type="file"] {
  font-size: 202.2px;
}
form.form-upload .control-group .controls .icons-container {
  float: right;
}
button.pimmultiselect {
  height: 28px;
  padding: 0 10px;
  line-height: 28px;
  color: #666666;
  font-size: 13.143px;
}
button.pimmultiselect:hover {
  color: #444;
}
.pimmultiselect.ui-multiselect-menu {
  padding: 0;
  border: 1px solid #ccc;
}
.pimmultiselect.ui-multiselect-menu .ui-multiselect-hasfilter {
  background-color: #f4f4f4;
  border: none;
  border-bottom: 1px solid #ccc;
}
.pimmultiselect.ui-multiselect-menu .ui-multiselect-hasfilter .ui-multiselect-filter {
  width: auto;
}
.pimmultiselect.ui-multiselect-menu .ui-multiselect-hasfilter .ui-multiselect-filter input {
  padding: 5px;
  margin: 3px;
  font-size: 12.132px;
  color: #999999;
  border-color: #ddd;
}
.pimmultiselect.ui-multiselect-menu ul.ui-multiselect-checkboxes li {
  border: none;
}
.pimmultiselect.ui-multiselect-menu ul.ui-multiselect-checkboxes li a {
  padding-left: 10px;
  text-align: left;
  text-transform: uppercase;
}
.pimmultiselect.ui-multiselect-menu ul.ui-multiselect-checkboxes li label {
  padding: 0;
  padding-left: 10px;
  margin: 0;
}
.pimmultiselect.ui-multiselect-menu ul.ui-multiselect-checkboxes li input[type="checkbox"] {
  margin: 0;
  margin-right: 5px;
  margin-bottom: 5px;
}
.pimmultiselect.ui-multiselect-menu .ui-multiselect-footer {
  border-top: 1px solid #ccc;
}
.pimmultiselect.ui-multiselect-menu .ui-multiselect-footer a {
  float: right;
  margin: 5px;
}
.ui-multiselect-optgroup-label a:hover {
  color: #444;
}
.ui-multiselect-menu {
  z-index: 800;
}
.attribute-requirement {
  height: 20px;
  text-align: center;
  cursor: pointer;
}
.attribute-requirement .required {
  padding: 3px;
  margin: 0;
  font-size: 1.5165em;
  color: #67b373;
}
.attribute-requirement .non-required {
  padding: 7px;
  margin: 0;
  color: #bbb;
}
.attribute-field.scopable>div:not(.first) .controls div.select2-container {
  border-top-right-radius: 0;
}
.attribute-field.scopable>div:not(.first):not(:last-of-type) .controls div.select2-container {
  border-bottom-right-radius: 0;
}
.attribute-field.scopable:not(.collapsed)>div.first .controls div.select2-container {
  border-bottom-right-radius: 0;
}
.attribute-field.scopable .controls.input-prepend div.select2-container {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.controls.metric.input-append:not(.input-prepend) {
  margin-left: 10px;
}
.controls.metric.input-append select.select2-offscreen {
  display: none;
}
.controls.metric.input-append div.select2-container {
  border-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.controls.metric.input-append div.select2-container>a {
  height: 28px;
  line-height: 28px;
}
.controls.metric.input-append div.select2-container>a .select2-arrow {
  top: 5px;
}
.controls.metric.input-append div.select2-container .select2-focusser {
  display: none;
}
.controls.metric.input-append .scopable-input input[type=text] {
  height: 20px;
  margin-left: -1px;
  border-radius: 0;
}
.attribute-field.scopable>div:not(.first) .controls.metric input {
  height: 21px;
}
div#legend {
  margin-top: 15px;
  margin-left: 15px;
}
div#legend .progress {
  height: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  background-color: none;
  background-image: none;
}
div#legend .bar {
  margin-right: 10px;
}
div#legend .progress-bars {
  width: 100px;
}
div#legend .progress-legend {
  margin-left: 10px;
}
div#legend .progress-legend span {
  display: block;
  margin-bottom: 5px;
}
table#progress-table .progress {
  height: 10px;
  margin-bottom: 5px;
  background-image: linear-gradient(to bottom,#ddd,#eee);
  border-radius: 6px;
}
table#progress-table .progress-cell {
  margin-right: 15px;
  margin-left: 15px;
}
table#progress-table .progress-cell div.center {
  text-align: center;
}
table#progress-table .progress-cell span.progress-info {
  padding: 5px;
  color: #5992c7;
  cursor: default;
}
.table-bordered.groups {
  border-left: 1px solid #ddd;
}
.table-bordered.groups td,
.table-bordered.groups th {
  border-left: 0;
}
.mass-edit-form {
  padding: 25px;
  background-color: #f8f8f8;
}
.mass-edit-form .entity-edit-form {
  min-height: 300px;
}
.mass-edit-form .entity-edit-form .tabs-left > .sidebar > .nav-tabs li.header {
  border-left: 0;
}
.mass-edit-form hr {
  height: 3px;
  background-color: #f3f3f3;
  border-top: 1px solid #fbfbfb;
  border-bottom: 1px solid #f8f8f8;
}
.mass-edit-form .tab-content {
  padding: 0;
  border-left: solid 1px #ccc;
}
.mass-edit-form header {
  display: none;
}
.column-configurator-modal .modal-body {
  padding: 0;
  background-color: #F1F4F9;
}
#column-configurator h4 {
  height: 52px;
  line-height: 30px;
  margin: 0;
  padding: 10px;
  color: #999;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#column-configurator i.icon-search {
  font-size: 18.198px;
}
#column-configurator input[type="search"] {
  width: 80%;
  border: none;
  outline: none;
  margin: 0;
  background: transparent;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  box-shadow: inset 0 0 0 transparent;
}
#column-configurator input[type="search"]:focus {
  box-shadow: none;
}
#column-configurator .span4 {
  margin-left: 0;
  width: 33.333333333333%;
}
#column-configurator .span4:not(:first-of-type) {
  background-color: #f9f9f9;
}
#column-configurator .span4:last-of-type {
  background-color: #fff;
}
#column-configurator ul {
  padding: 10px;
  margin: 0;
  overflow-y: auto;
  list-style-type: none;
  font-size: 13.143px;
  border-left: 1px solid #eee;
}
#column-configurator ul li {
  cursor: pointer;
  padding: 15px 10px;
  border: 1px solid #eee;
}
#column-configurator ul li:not(:first-of-type) {
  border-top: none;
}
#column-configurator ul li.filtered {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  border: none;
}
#column-configurator ul li i {
  font-size: 15.165px;
  color: #ccc;
  padding-right: 8px;
}
#column-configurator ul.connected-sortable li {
  background-color: #f9f9f9;
}
#column-configurator ul.connected-sortable li .action i {
  margin: 0 2px;
  padding: 3px 8px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-clip: padding-box;
}
#column-configurator ul.connected-sortable li:hover .action i {
  background-color: #fff;
}
#column-configurator ul.connected-sortable li:hover .action i:hover {
  background-color: #eee;
}
#column-configurator ul#column-list li .action {
  display: none;
}
#column-configurator .nav-list .badge-transparent {
  border-radius: 5px;
  border: 1px solid #ddd;
  background: transparent;
  color: #999;
  font-size: 14.154px;
  text-shadow: initial;
}
#column-configurator .nav-list li.active {
  background-color: #eee;
}
.highlight-hover li:hover {
  background-color: #6c32a4;
  color: #fff;
}
.highlight-hover li label {
  cursor: pointer;
}
button.view-button {
  margin-top: -6px;
  font-size: 13.143px;
}
button.view-button.hide {
  display: none;
}
.bootstrap-datetimepicker-widget .has-switch {
  display: table-cell;
}
.bootstrap-datetimepicker-widget ul {
  margin: 0;
  padding: 0;
}
.bootstrap-datetimepicker-widget ul li {
  display: block;
  list-style: none;
}
.bootstrap-datetimepicker-widget ul li.picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget table {
  text-align: center;
  width: 100%;
}
.tabbable.properties .accordion,
.tabbable.history .grid-drop {
  width: 100%;
}
.job-profile-content-tab .control-group {
  max-width: 100%;
}
.job-profile-content-tab .control-group .control-label.required {
  font-weight: bold;
}
.job-profile-content-tab .control-group .filter-input {
  display: inline-block;
}

.wizard li {
  position: relative;
  display: inline-block;
  width: 250px;
  padding-top: 10px;
  padding-bottom: 30px;
  font-weight: bold;
  text-align: center;
  list-style: none;
}
.wizard li .dot {
  position: absolute;
  bottom: -6px;
  left: 119px;
  line-height: 0;
  color: #6c32a4;
}
.wizard li .dot .icon-circle {
  margin: 0;
  font-size: 14.154px;
}
.progress-start,
.progress-end {
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #eee;
}
.progress-start.active,
.progress-end.active {
  background-color: #6c32a4;
}
.progress-start {
  left: 0;
}
.progress-end {
  right: 0;
}
.wizard-header {
  padding: 25px 0;
  margin-bottom: 25px;
  background-color: #f8f8f8;
  box-shadow: inset 0 3px 5px #ccc;
}

.jstree-default {
  height: 100%;
  overflow: auto;
}
.jstree.jstree-default .jstree-hovered {
  background: none;
  border: none;
  color: #52267D;
  padding: 1px 2px;
}
.jstree.jstree-default .jstree-clicked {
  padding: 1px 2px;
}
.jstree.jstree-default li.jstree-open > a:not(.jstree-loading) .jstree-icon {
  background: url("../bundles/pimui/css/jstree/folder_standard_opened.png") 0 0 no-repeat;
}
.jstree.jstree-default li.jstree-open > a.jstree-clicked {
  color: #52267D;
  background: none;
  border: none;
}
.jstree.jstree-default li.jstree-open > a.jstree-clicked .jstree-icon {
  background: url("../bundles/pimui/css/jstree/folder_selected_opened.png") 0 0 no-repeat;
}
.jstree.jstree-default li.jstree-closed > a:not(.jstree-loading) .jstree-icon {
  background: url("../bundles/pimui/css/jstree/folder_standard_closed.png") 0 0 no-repeat;
}
.jstree.jstree-default li.jstree-closed > a.jstree-clicked {
  color: #52267D;
  background: none;
  border: none;
}
.jstree.jstree-default li.jstree-closed > a.jstree-clicked .jstree-icon {
  background: url("../bundles/pimui/css/jstree/folder_selected_closed.png") 0 0 no-repeat;
}
.jstree.jstree-default li.jstree-leaf > a:not(.jstree-loading) .jstree-icon {
  background: url("../bundles/pimui/css/jstree/folder_leaf.png") 0 0 no-repeat;
}
.jstree.jstree-default li.jstree-leaf > a.jstree-clicked {
  color: #52267D;
  background: none;
  border: none;
}
.jstree.jstree-default li.jstree-leaf > a.jstree-clicked .jstree-icon {
  background: url("../bundles/pimui/css/jstree/folder_selected_leaf.png") 0 0 no-repeat;
}
.jstree.jstree-default li.jstree-unclassified > a:not(.jstree-loading) .jstree-icon {
  background: url("../bundles/pimui/css/jstree/folder_unclassified.png") 0 0 no-repeat;
}
.jstree.jstree-default li.jstree-unclassified > a.jstree-clicked {
  color: #52267D;
  background: none;
  border: none;
}
.jstree.jstree-default li.jstree-unclassified > a.jstree-clicked .jstree-icon {
  background: url("../bundles/pimui/css/jstree/folder_selected_closed.png") 0 0 no-repeat;
}
.root-unselectable .jstree-root > a > .jstree-checkbox {
  display: none;
}
.jstree-tree-toolbar {
  padding: 16px 20px;
  margin-bottom: 10px;
  background-color: #eee;
  border: solid #ccc;
  border-width: 1px 0;
}
#nested-switch {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  background-color: #eee;
  border: solid #ccc;
  border-width: 1px 0;
}
#nested-switch .has-switch {
  margin: 5px;
}
#nested-switch label.control-label {
  padding-top: 9px;
  padding-left: 9px;
}
.jstree li {
  line-height: 28px;
}
.jstree li.separated {
  margin-top: 20px;
  border-top: solid 1px #381a56;
}
.jstree-modal .modal-body {
  padding: 0 15px;
  height: 400px;
}
.jstree-modal .modal-body hr {
  margin: 10px 0;
}
.jstree-modal .modal-body .jstree-default {
  height: auto;
}

.ui-dialog {
  border-radius: 0;
  box-shadow: 0 1px 22px rgba(0,0,0,0.4);
  z-index: 900;
  background: #fff;
  position: absolute;
}
.ui-dialog:focus {
  outline: none;
}
.ui-dialog form {
  margin: 0;
}
.ui-dialog-titlebar {
  border-radius: 0;
  cursor: move;
  padding: 0 15px;
  background-color: #52267D;
  position: relative;
  padding-right: 30px;
  height: 44px;
  line-height: 44px;
}
.ui-dialog-titlebar-close {
  display: none;
}
.ui-dialog-title {
  font-weight: normal;
  color: #fff;
  font-size: 13.143px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-dialog-content {
  padding: 10px 10px;
  min-width: 250px;
}
.ui-widget-header {
  border: 0;
}
.ui-dialog-buttonpane {
  background-color: #fafafa;
  background-image: none;
  border-top: none;
  border-radius: 0;
}
.ui-dialog-buttonset button {
  float: right;
  margin: 10px 8px 12px 0;
}

.modal {
  border-radius: 0;
  border: none;
  top: 20%;
}
.modal-header {
  border-radius: 0;
  border: none;
  background-image: none;
  background-color: #52267D;
}
.modal-header .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.modal-header .close:hover {
  opacity: 0.6;
}
.modal-header h3 {
  color: white;
  font-weight: normal;
  font-size: 18.198px;
}
.modal-large {
  width: 90%;
  left: 5%;
  margin-left: 0;
  top: 5%;
}
.modal-large .modal-body {
  max-height: inherit;
}

#progressbar {
  display: block;
  margin-top: 200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 300px;
}
#progressbar .progress-striped .bar {
  background-color: #5992c7;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.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);
}
#progressbar .progress.active .bar {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  -moz-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
.progress-disabled .bar,
.progress .bar-disabled {
  background-color: #ccc;
  background-image: -moz-linear-gradient(top,#bbb,#ccc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#bbb),to(#ccc));
  background-image: -webkit-linear-gradient(top,#bbb,#ccc);
  background-image: -o-linear-gradient(top,#bbb,#ccc);
  background-image: linear-gradient(to bottom,#bbb,#ccc);
  background-repeat: repeat-x;
}

body {
  color: #444;
  background-color: #fff;
}
body.konami:hover {
  cursor: url("/bundles/pimui/images/unicorn-akeneo_43.png"), pointer !important;
}
@font-face {
  font-family: 'Lato';
  src: url('/bundles/pimui/fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/bundles/pimui/fonts/Lato-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
a {
  color: #381a56;
}
a:hover,
a:focus {
  color: #1f0e2f;
}
.badge-square {
  border-radius: 2px;
}
.highlight {
  font-weight: bold;
  color: #52267D;
}
.no-margin {
  margin: 0;
}
.table-hover tbody tr:hover > td {
  background-color: #F1F4F9;
  color: #11324D;
}
table.grid {
  margin-bottom: 20px;
}
.filter-box select.filter-select-oro {
  width: 100px;
  padding-right: 0;
}
.filter-box .btn-group {
  float: none;
}
.filter-box .filter-item .choicefilter .input-append input {
  margin-right: 0;
}
.grid-toolbar .pagination > ul > li .icon-chevron-left:before,
.grid-toolbar .pagination > ul > li .icon-chevron-right:before {
  color: #555;
}
@media all and (max-width: 1600px) {
  .grid-toolbar .pagination-centered,
  .grid-toolbar .page-size label {
    width: auto;
  }
}
.actions-panel .btn-group+.btn-group {
  margin-left: 5px;
}
.grid .action-cell {
  vertical-align: top;
}
.grid .action-cell a.action {
  display: table-cell;
}
.grid .action-cell a.action i {
  background: #A1A9B7;
  opacity: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 2px;
  background-clip: padding-box;
}
.grid .action-cell [class^='icon-'].hide-text:before {
  color: #515d6d;
}
tr:hover>.action-cell a.action>i {
  opacity: 0.7;
}
tr:hover>.action-cell a.action>i:hover {
  opacity: 1;
}
.ui-multiselect-menu.select-filter-widget .ui-multiselect-checkboxes label.ui-state-hover,
.ui-multiselect-menu.select-filter-widget .ui-multiselect-checkboxes label.ui-state-active {
  background-color: #6c32a4;
}
.ui-multiselect-filter input {
  box-sizing: content-box;
}
.filter-criteria .dropdown-menu li > a:hover,
.filter-criteria .dropdown-menu li > a:focus,
.filter-criteria .dropdown-menu li > a:active,
.filter-criteria .dropdown-menu li.active > a:hover,
.filter-criteria .dropdown-menu li.active > a:focus,
.filter-criteria .dropdown-menu li.active > a:active {
  background: #6c32a4;
}
.filter-criteria .dropdown-menu li.active > a {
  background: #bbbbbb;
}
.dropdown-menu>li>a,
.dropdown-menu>li.active>a {
  color: #6c32a4;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:active,
.dropdown-menu>li.active>a:hover,
.dropdown-menu>li.active>a:active {
  color: #381a56;
  cursor: pointer;
}
.btn-group>.dropdown-menu li a:hover {
  background: #f4f4f4;
  color: #444;
}
.btn-group>.dropdown-menu li.disabled a {
  color: #999999;
  background: #fff;
}
.btn-group>.dropdown-menu li.select2-search-choice a {
  padding: 0;
  color: #777777;
}
.btn-group>.dropdown-menu li.select2-search-choice a:hover {
  background: transparent;
}
a.back-link i {
  vertical-align: middle;
}
.icon-collapse-alt,
.icon-expand-alt {
  font-size: 14.154px;
}
.btn.scope-filter {
  height: 28px;
  min-width: 130px;
  padding-right: 0;
  padding-left: 5px;
}
table.job-execution tr.error > td,
table.job-execution tr.warning > td {
  background: none;
  border-top: none;
  padding: 0 20px 10px;
}
table.job-execution tr.error > td > div,
table.job-execution tr.warning > td > div {
  border-radius: 4px;
  background-clip: padding-box;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
}
table.job-execution tr.error > td > div {
  background: #f2cfca;
  border-color: #dd8579;
}
table.job-execution tr.warning > td > div {
  background: #fdeed3;
  border-color: #fac770;
}
table.job-execution table.table-vertically-condensed {
  width: 100%;
}
.configuration {
  width: 100%;
  margin-bottom: 20px;
}
.configuration thead td {
  padding: 10px;
  font-size: 1.1121em;
  font-weight: bold;
  background: #ebe0f5;
}
.configuration tbody td {
  padding: 5px 10px;
}
.configuration tbody tr td:first-child {
  width: 200px;
}
tr.warning .title,
tr.error .title {
  font-weight: bold;
  color: #444;
}
ul.inline .tooltip-inner {
  text-align: left;
}
span.link-label {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: 5px;
  font-size: 11.121px;
  line-height: 24px;
}
span.link-label.large {
  font-size: 14.154px;
}
.transparent {
  opacity: 0;
}
.diff {
  list-style-type: none;
}
.diff .file {
  display: inline-block;
  padding: 15px;
  margin: 0 5px;
}
.diff .base {
  background-color: #f2cfca;
}
.diff .base del {
  background-color: #e7aaa2;
}
.diff .changed {
  background-color: #cde6d1;
}
.diff .changed ins {
  background-color: #abd5b2;
}
.diff ins {
  text-decoration: none;
}
#sequentialEdit {
  font-weight: bold;
}
#sequentialEdit .row-fluid {
  margin: 6px;
}
#sequentialEdit .progress {
  margin-bottom: 0;
}
#sequentialEdit .progress .bar {
  background-color: #381a56;
  background-image: -moz-linear-gradient(left,#6c32a4,#381a56);
  background-image: -webkit-gradient(linear,0 0,100% 0,from(#6c32a4),to(#381a56));
  background-image: -webkit-linear-gradient(left,#6c32a4,#381a56);
  background-image: -o-linear-gradient(left,#6c32a4,#381a56);
  background-image: linear-gradient(to right,#6c32a4,#381a56);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b31a4', endColorstr='#ff381a55', GradientType=1);
}
#sequentialEdit [class*="span"] {
  min-height: 5px;
}
#header-notification-widget i.icon-bell {
  font-size: 18.198px !important;
  line-height: 20px;
  height: 20px;
  text-align: center;
}
#header-notification-widget .indicator {
  position: absolute;
  text-align: center;
  right: -3px;
  top: -7px;
}
#header-notification-widget .indicator .badge-square {
  font-size: 11.121px;
  font-weight: initial;
  padding: 0 3px;
  background: #c04230;
  box-shadow: 0 0.7px 0 RGBa(0,0,0,0.3), 0 0 3px rGBa(0,0,0,0.35);
  text-shadow: 0 1px 0 #973426;
}
#header-notification-widget .mark-as-read {
  border: none;
  width: 100%;
  margin: 0;
}
#header-notification-widget .dropdown-toggle {
  width: 40px;
  height: 40px;
}
.attribute-option-view {
  width: 100%;
  position: relative;
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-radius: 2px;
  table-layout: fixed;
  min-height: 100px;
}
.attribute-option-view input[type="text"] {
  padding: 2px 3px;
  font-size: 12.132px;
  width: 100%;
  box-sizing: border-box;
  height: 26px;
}
.attribute-option-view .handle {
  margin-right: 3px;
}
.attribute-option-view.in-edition tr:not(.in-edition) td {
  opacity: 0.65;
}
.attribute-option-view.in-edition tr:not(.in-edition) td .btn {
  cursor: default;
  background-image: none;
  box-shadow: none;
}
.attribute-option-view tr {
  background: white;
}
.attribute-option-view tr.in-edition .field-cell {
  padding: 2px;
}
.attribute-option-view tr.ui-sortable-helper {
  box-shadow: 0 0 20px RGBa(0,0,0,0.7);
  border-radius: 3px;
}
.attribute-option-view th {
  text-align: center;
  padding: 5px 0 !important;
  background: #f4f4f4;
}
.attribute-option-view td {
  border: 1px solid #ddd;
  line-height: 12px;
  vertical-align: middle;
  padding: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.attribute-option-view td .tooltip {
  white-space: normal;
}
.attribute-option-view .btn-small {
  margin-right: 3px;
}
.attribute-option-view .btn-small:last-child {
  margin-right: 0;
}
.attribute-option-view .btn-small i {
  width: 10px;
}
.attribute-option-view .validation-tooltip {
  position: relative;
  left: -25px;
  vertical-align: middle;
  height: 16px;
  display: none;
}
.attribute-option-view .validation-tooltip.visible {
  display: inline-block;
}
.attribute-option-view.ui-sortable-disabled .handle {
  display: none;
}
.attribute-option-view .code {
  width: 150px;
}
.attribute-option-view .action {
  width: 94px;
}
.tabs-top > .nav-tabs,
.tabs-top > header > .nav-tabs {
  background: none;
  border-bottom: 3px solid #52267D;
  margin: 0;
}
.tabs-top > .nav-tabs li a,
.tabs-top > header > .nav-tabs li a {
  background: #f4f4f4;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  margin-right: 4px;
  border: solid 1px #ddd;
  border-bottom: none;
  box-shadow: none;
  text-shadow: none;
  line-height: 24px;
  font-size: 12.132px;
  padding-left: 20px;
  padding-right: 25px;
  color: #444;
  font-weight: 400;
}
.tabs-top > .nav-tabs li a:hover,
.tabs-top > header > .nav-tabs li a:hover {
  cursor: pointer;
  border-bottom: none;
  background: #ebe0f5;
}
.tabs-top > .nav-tabs li.active a,
.tabs-top > header > .nav-tabs li.active a {
  background: #52267D;
  color: white;
  border: solid 1px #52267D;
}
.tabs-left > .sidebar > .nav-tabs > li {
  float: none;
}
.tabs-left > .sidebar > .nav-tabs > li:first-child a {
  border-top: none;
}
.tabs-left > .sidebar > .nav-tabs > li:first-child a:hover {
  border-top: none;
}
.tabs-left > .sidebar > .nav-tabs > li a {
  background-color: #f9f9f9;
  color: #999;
  border-radius: 0;
  background-clip: padding-box;
  border-color: #ddd;
  margin-bottom: 0;
  margin-right: 0;
  line-height: 28px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-right: none;
}
.tabs-left > .sidebar > .nav-tabs > li a:hover {
  background-color: #ebe0f5;
  border: solid 1px #ddd;
  border-right: none;
  cursor: pointer;
}
.tabs-left > .sidebar > .nav-tabs > li.active a {
  background-color: #ebe0f5;
  color: #444;
  font-weight: bold;
}
body {
  min-height: 600px;
}
header.tab-header {
  min-height: 44px;
  border-left: none;
  border-bottom: solid 1px #ccc;
  background: #e6e8ec;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
header.tab-header h3 {
  line-height: 24px;
  margin-left: 20px;
  font-size: 16.176px;
}
h3.tab-header {
  height: 44px;
  border-left: none;
  border-bottom: solid 1px #eee;
  background: #f9f9f9;
  padding: 0 20px;
}
.attribute-actions .attribute-edit-actions {
  margin-right: 0;
  flex-wrap: wrap;
}
.attribute-actions .attribute-edit-actions .context-selectors {
  min-width: 250px;
}
.attribute-actions > div {
  white-space: nowrap;
}
.attribute-actions .attribute-edit-actions,
.attribute-actions .attribute-copy-actions {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.attribute-actions .attribute-edit-actions .other-actions,
.attribute-actions .attribute-copy-actions .other-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-justify-content: flex-end;
  -moz-box-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  min-width: 100px;
}
.attribute-actions .attribute-edit-actions {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.attribute-actions .attribute-copy-actions .context-selectors {
  margin-left: 5px;
}
.attribute-actions .attribute-copy-actions > * > .btn,
.attribute-actions .attribute-copy-actions > * > .btn-group {
  margin-left: 8px;
}
.attribute-actions .attribute-copy-actions > div {
  -webkit-box-flex-shrink: 0;
  -moz-box-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.comparison-mode .comparison-elements-container {
  display: block;
}
.comparison-mode .attribute-edit-actions {
  max-width: 500px;
  margin-right: 0;
}
.comparison-mode .attribute-copy-actions {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
  border-left: 1px solid #ccc;
}
.entity-edit-form {
  letter-spacing: 0.03em;
  font-weight: 300;
}
.entity-edit-form .tabs-left > .sidebar > .nav-tabs a {
  padding: 8px 15px 8px 15px;
}
.entity-edit-form .tabs-left > .sidebar > .nav-tabs a .green {
  color: #67b373;
}
.edit-form > .content > .tabbable {
  padding: 10px 10px 0 10px;
}
.edit-form > .content > .tabbable > header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.edit-form > .content > .tabbable > header .form-tabs {
  border-bottom: none;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.edit-form .tabs-left > .sidebar > .nav-tabs a {
  padding: 8px 15px 8px 15px;
}
.edit-form .tabs-left > .sidebar > .nav-tabs a .green {
  color: #67b373;
}
.edit-form .form-container {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.edit-form .form-container > .tab-container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 3px solid #52267D;
}
.edit-form .form-container > .tab-container > .tabs-left > .sidebar {
  border-right: 1px solid #eee;
}
.edit-form .tabs-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.edit-form .tabs-left > .sidebar > .nav-tabs {
  margin: 0;
}
.edit-form .tabs-left > .sidebar > .nav-tabs li.header {
  height: 44px;
  border-left: 1px solid #ddd;
  border-right: none;
  background: #e6e8ec;
}
.edit-form .tabs-left > .tab-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.edit-form .tabs-left > .tab-content > .tab-pane {
  box-sizing: border-box;
  display: block;
  overflow: auto;
}
.edit-form .tabs-left > .tab-content > .tab-pane.object-values {
  padding: 15px 20px;
}
.edit-form .tabs-left > .tab-content > .tab-pane.association-type {
  padding-top: 0;
  margin: 0;
  display: none;
}
.edit-form .tabs-left > .tab-content > .tab-pane.association-type.active {
  display: block;
}
.edit-form > header {
  margin: 0 0 7px 0;
  padding: 15px 20px;
  background: #f9f9f9;
}
.edit-form > header > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.edit-form > header .title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align-items: center;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.edit-form > header .title h1 {
  font-size: 18.198px;
  font-weight: 400;
  color: #52267D;
  margin: 0;
  line-height: 20px;
}
.edit-form > header .title,
.edit-form > header .actions {
  margin-bottom: 5px;
}
.edit-form .baseline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align-items: flex-end;
  -moz-box-align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.edit-form .baseline .meta {
  white-space: nowrap;
  margin-right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.edit-form .baseline .meta > span {
  font-size: 11.121px;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.edit-form .baseline .meta > span:not(:first-child) > *:first-child:before {
  margin: 0 10px;
  content: "|";
}
.edit-form .baseline .state {
  -webkit-box-flex-shrink: 0;
  -moz-box-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  align-self: flex-end;
}
.edit-form header .btn-group+h1,
.edit-form header h1+.btn-group {
  margin-left: 12px;
}
.edit-form .actions > div:empty {
  display: none;
}
.object-attributes >.tab-content {
  overflow: hidden;
}
.panel-selector {
  margin-top: 5px;
}
.panel-selector .btn {
  background: #e6e8ec;
  font-weight: bold;
  font-size: 12px;
  border-color: #eee;
  height: 30px;
  line-height: 12px;
  padding: 8px 18px;
  border-radius: 1px;
}
.panel-selector .btn.active {
  background: #A1A9B7;
  text-shadow: none;
  border-color: #555;
  box-shadow: none;
}
.panel-container {
  border-top: 3px solid #333;
  width: 400px;
  background: #f9f9f9;
  border-left: 1px solid #eee;
  padding: 0 15px;
}
.panel-container.closed {
  display: none;
}
.panel-container > header {
  border-bottom: 3px solid #ddd;
  margin-bottom: 15px;
}
.panel-container > header .close {
  width: 22px;
  height: 22px;
  margin-top: 10px;
  background: #333;
  color: white;
  line-height: 22px;
  border-radius: 2px;
  text-shadow: none;
  opacity: 1;
  font-size: 14.154px;
}
.panel-container > header h1 {
  margin: 0;
  line-height: 42px;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
}
.panel-content {
  overflow: auto;
  position: relative;
}
.form-container.full-panel > .tab-container {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
}
.form-container.full-panel > .panels {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form-container.full-panel > .panels > .panel-container {
  width: auto;
}
.completeness-block {
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.completeness-block[data-closed="true"] {
  border-bottom: none;
}
.completeness-block[data-closed="true"] .content {
  display: none;
}
.completeness-block[data-closed="true"] i:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.completeness-block header {
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align-items: center;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.completeness-block header .locale {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  margin-left: 10px;
  font-size: 14.154px;
  color: #333;
  font-weight: 200;
  line-height: 35px;
  text-transform: capitalize;
}
.completeness-block header .stats {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align-items: center;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.completeness-block header .stats .progress {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  height: 15px;
  margin: 0 10px;
}
.completeness-block header .stats .progress .bar {
  background-image: none;
  box-shadow: none;
}
.completeness-block header .btn {
  border: none;
  border-left: 1px solid #eee;
  border-radius: 0;
  opacity: 1;
  background: none;
  box-shadow: none;
  padding: 4px 12px;
  color: #333;
  font-size: 20.22px;
  height: 100%;
}
.completeness-block .content {
  padding: 10px;
}
.completeness-block .content > div:not(:last-child) {
  margin-bottom: 20px;
}
.completeness-block .content .channel {
  display: block;
  font-size: 13.143px;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.completeness-block .content .progress {
  border-radius: 10px;
  margin-bottom: 5px;
  margin-right: 50px;
}
.completeness-block .content .progress .bar {
  background-image: none;
  box-shadow: none;
}
.completeness-block .content .literal-progress {
  float: right;
  color: #777;
}
.completeness-block .content .missing {
  color: #777;
}
.completeness-block .content .missing .missing-attributes span {
  text-decoration: underline;
}
.completeness-block .content .missing .missing-attributes span:hover {
  cursor: pointer;
}
.field-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.field-container > * {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.field-container > *:not(:last-child) {
  margin-right: 20px;
}
.comparison-elements-container {
  display: none;
}
.comparison-elements-container .copy-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.comparison-elements-container .copy-container .copy-field-selector {
  width: 20px;
}
.comparison-elements-container .copy-container .form-field {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 480px;
  min-width: 280px;
}
.field-context {
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.field-context > span {
  padding: 0 6px;
}
.field-context span:first-child:not(:last-child) {
  border-right: 1px solid #eee;
}
.field-context .flag-language {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align-items: center;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.field-context .language {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11.121px;
  color: #444;
  font-weight: normal;
}
.form-field {
  margin-bottom: 20px;
  max-width: 500px;
  min-width: 300px;
}
.form-field label {
  font-size: 12.132px;
  color: #444;
  font-weight: normal;
  display: inline-block;
}
.form-field header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align-items: top;
  -moz-box-align-items: top;
  -webkit-align-items: top;
  -ms-align-items: top;
  align-items: top;
}
.form-field header .field-info {
  font-size: 11.121px;
}
.form-field header label {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form-field header .field-context {
  padding: 1px;
  border: none;
}
.form-field header .field-context > span {
  padding: 0 4px;
}
.form-field header .field-context span:first-child:not(:last-child) {
  border-right: none;
}
.form-field header .remove-attribute {
  color: #888;
}
.form-field header .remove-attribute:hover {
  color: #555;
}
.form-field .footer-elements-container {
  color: #777;
  font-size: 12.132px;
}
.form-field .footer-elements-container > * {
  display: block;
}
.form-field input:not([type="file"]),
.form-field textarea {
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.04);
  font-size: 12.132px;
  color: #444;
  min-height: 30px;
  margin-bottom: 0;
  width: 100%;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-field.akeneo-text-field > input {
  width: 100%;
}
.form-field.akeneo-price-collection-field input {
  min-width: 80px;
  max-width: 100px;
}
.form-field.akeneo-price-collection-field .input-append .add-on {
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.04);
  font-size: 11.121px;
  padding: 5px;
  color: #444;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-field.akeneo-metric-field .metric-container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.form-field.akeneo-metric-field .metric-container > input {
  width: auto;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form-field.akeneo-metric-field .metric-container .unit {
  width: 150px;
}
.form-field.akeneo-boolean-field .switch {
  border-color: #ccc;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-field.akeneo-boolean-field .switch .switch-left,
.form-field.akeneo-boolean-field .switch .switch-right,
.form-field.akeneo-boolean-field .switch .switch-small {
  border-radius: 0;
  background-clip: padding-box;
  background-image: none;
  background-color: white;
  text-shadow: none;
}
.form-field.akeneo-boolean-field .switch .switch-left {
  background-color: #67b373;
}
.form-field.akeneo-boolean-field .switch .switch-right {
  background-color: #eee;
}
.form-field.akeneo-media-uploader-field.view .clear-field {
  display: none;
}
.akeneo-simple-select-field .field-input,
.akeneo-multi-select-field .field-input {
  display: flex;
}
.akeneo-simple-select-field .field-input .select-field,
.akeneo-multi-select-field .field-input .select-field {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.akeneo-simple-select-field .field-input .add-attribute-option,
.akeneo-multi-select-field .field-input .add-attribute-option {
  background: none;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  border-color: #ddd;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.akeneo-multi-select-field .btn.add-attribute-option {
  height: 34px;
  width: 34px;
  line-height: 34px;
}
.field-input .unavailable {
  color: #777;
}
.field-input .note-editable {
  background: #fff;
}
.media-uploader {
  background: #eee;
  width: 100%;
  height: 100px;
  border-radius: 2px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.media-uploader .file-uploader {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-uploader .file-uploader input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-uploader .file-uploader:hover {
  cursor: pointer;
}
.media-uploader .uploader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-direction: column;
  -moz-box-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.media-uploader .uploader img {
  align-self: center;
  margin-top: 20px;
}
.media-uploader .uploader span {
  align-self: center;
}
.media-uploader .preview {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-direction: row;
  -moz-box-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align-items: center;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100px;
}
.media-uploader .preview .file img {
  max-height: 90px;
  max-width: 150px;
  margin: 5px;
  border-radius: 2px;
}
.media-uploader .preview .file i {
  font-size: 90.99px;
  margin-left: 10px;
  color: #999;
}
.media-uploader .preview .info {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-direction: column;
  -moz-box-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align-items: center;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.media-uploader .preview .info .filename:first-letter {
  text-transform: uppercase;
}
.media-uploader .preview .info .actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-justify-content: center;
  -moz-box-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 10px;
}
.media-uploader .preview .info .actions:hover {
  cursor: pointer;
}
.media-uploader .preview .info .actions > *:not(:first-child) {
  margin-left: 10px;
}
.media-uploader .preview .info .actions i {
  font-size: 20.22px;
  color: #444;
}
.media-uploader .progress {
  height: 7px;
  opacity: 0;
  border-radius: 0;
}
.form-field .remove-attribute {
  margin-bottom: 3px;
  margin-right: 0;
  padding: 5px 5px 3px 5px;
  border: 1px solid #eee;
  border-radius: 2px;
}
.group-selector li > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 150px;
}
.group-selector li > a .group-label {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.group-selector .invalid-badge {
  background-color: #d36050;
  margin-left: 2px;
}
.validation-errors {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-direction: column;
  -moz-box-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.validation-errors > span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align-items: baseline;
  -moz-box-align-items: baseline;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  margin-top: 3px;
}
.validation-errors > span > * {
  margin-right: 5px;
}
.validation-errors > span > i,
.validation-errors > span > .error-message {
  color: #d36050;
  font-weight: 400;
}
.validation-errors .change-context:hover {
  cursor: pointer;
}
.form-field .select2-container {
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.04);
  background-image: none;
  background-color: white;
  font-size: 12.132px;
  color: #444;
  min-height: 30px;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 500px;
}
.form-field .select2-container .select2-choice {
  line-height: 30px;
}
.form-field .select2-container .select2-choices .select2-search-choice {
  border-radius: 0;
  background-clip: padding-box;
  background-image: none;
  background-color: #F1F4F9;
  line-height: 22px;
  border: 1px solid #ccc;
  padding: 0;
  margin: 2px 0 2px 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.form-field .select2-container .select2-choices .select2-search-choice div {
  margin: 0 6px 0 10px;
  line-height: 26px;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.form-field .select2-container .select2-choices .select2-search-choice-close {
  line-height: 26px;
  height: 26px;
  text-align: center;
  position: relative;
  top: auto;
  right: auto;
}
.form-field .select2-container .select2-choices .select2-search-choice-close:hover {
  background: #eee !important;
}
.form-field .select2-container .select2-input {
  min-width: 20px;
}
.form-field .select2-container.unit {
  display: inline-block;
  width: 100px;
  margin-left: -5px;
}
.form-field .select2-container .select2-search-choice-close {
  margin-top: 0;
}
.select2-search input {
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.history-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-direction: column;
  -moz-box-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-bottom: 20px;
}
.history-panel > .btn {
  -webkit-box-align-self: flex-end;
  -moz-box-align-self: flex-end;
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.history-panel .history-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  min-height: 150px;
  margin-bottom: 10px;
}
.history-panel .history-block table {
  border-left: 1px solid #ddd;
  text-align: left;
  margin-bottom: 0;
}
.history-panel .logged-at,
.history-panel .version {
  white-space: nowrap;
}
.history-panel .table-history-details {
  width: 80%;
  position: relative;
  margin: 20px auto;
}
.history-panel .table-history-details th {
  min-width: 100px;
}
.history-panel thead th {
  text-transform: uppercase;
  padding: 7px 15px;
}
.history-panel .table-condensed:not(.grid) td,
.history-panel .table-condensed:not(.grid) td,
.history-panel td,
.history-panel th {
  border-left: none;
  text-align: left;
  padding: 7px 15px;
}
.panel-content .table-history.table-condensed:not(.grid) td,
.panel-content .table-history.table-condensed:not(.grid)  th {
  text-align: left;
  padding: 7px 15px;
}
.entity-edit-form > header .btn {
  background-image: none;
  text-shadow: none;
  box-shadow: none;
}
.entity-edit-form .btn-success {
  background: #67b373;
  color: white;
  border: 1px solid #4d9a59;
}
.entity-edit-form .dropdown-menu a:hover .language {
  color: white;
}
.entity-edit-form .dropdown-toggle,
.entity-edit-form .btn,
.entity-edit-form .dropdown-menu {
  text-transform: capitalize;
  background-image: none;
}
.entity-edit-form .dropdown-toggle .caret,
.entity-edit-form .btn .caret,
.entity-edit-form .dropdown-menu .caret {
  margin-top: 14px;
}
.entity-edit-form .dropdown-toggle .flag-language .language,
.entity-edit-form .btn .flag-language .language,
.entity-edit-form .dropdown-menu .flag-language .language {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  padding-top: 1px;
}
.entity-edit-form > header .actions .btn-group {
  font-weight: 200;
}
.entity-edit-form > header .actions .btn-group.hidden {
  display: none;
}
.entity-edit-form > header .btn-dropdown .btn.dropdown-toggle {
  padding: 0;
}
.entity-edit-form > header .btn-dropdown .btn.dropdown-toggle:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.entity-edit-form > header .btn-dropdown .btn.dropdown-toggle:not(:first-child) {
  margin-left: 0;
  border-left: none;
}
.entity-edit-form > header .btn-dropdown .btn.dropdown-toggle .caret {
  margin: 15px 12px;
}
.status-switcher.btn-dropdown.enabled > a,
.status-switcher.btn-dropdown > .enabled {
  opacity: 1;
  background-color: #cde6d1 !important;
  color: #3c7845;
  border: solid 1px #67b373;
}
.status-switcher.btn-dropdown.enabled > a .icon-caret-down,
.status-switcher.btn-dropdown > .enabled .icon-caret-down {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background-color: #cde6d1;
  border-left: solid 1px #67b373;
  color: #3c7845;
  margin: 0;
}
.status-switcher.btn-dropdown.disabled > a,
.status-switcher.btn-dropdown > .disabled {
  opacity: 1;
  background-color: #f2cfca !important;
  color: #973426;
  border: solid 1px #d36050;
}
.status-switcher.btn-dropdown.disabled > a .icon-caret-down,
.status-switcher.btn-dropdown > .disabled .icon-caret-down {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background-color: #f2cfca;
  border-left: solid 1px #d36050;
  color: #973426;
  margin: 0;
}
.product-status {
  padding: 0 10px;
}
.updated-status {
  margin-top: 5px;
  transition: opacity .4s ease-in-out;
}
.updated-status .label-warning {
  color: #777;
  font-weight: 400;
  text-shadow: none;
  background-color: #fdeed3;
  border-radius: 10px;
  padding-right: 7px;
}
.updated-status .icon {
  position: relative;
  left: -2px;
  color: #f8b43f;
}
.attribute-info {
  display: inline-block;
  min-width: 120px;
  padding-left: 10px;
  color: #777;
}
.attribute-info > span {
  padding-left: 3px;
}
.note-link-dialog .modal-title {
  color: white;
  line-height: 12px;
}
.note-link-dialog .checkbox input {
  width: 22px;
  margin-right: 5px;
}
.note-link-dialog .checkbox label {
  line-height: 36px;
}
.note-link-dialog .modal-footer .btn-primary {
  background-color: #67b373;
}
.meta i {
  color: #52267D;
}
.meta i:hover {
  cursor: pointer;
}
.meta .product-family,
.meta .product-groups {
  flex-shrink: 0;
}
.comparison-elements-container .media-uploader .preview .info .actions {
  display: none;
}
.page-error-block {
  width: 600px;
  border-radius: 5px;
  background: #eee;
  margin: auto;
  margin-top: 100px;
  padding: 10px;
}
.page-error-block img {
  float: left;
  margin: 0 20px 0 0;
}
.oro-config-system .select2-container {
  min-width: 300px;
}
.oro-config-system .tab-pane {
  padding: 10px 20px;
}
.scopable-input .note-editor {
  display: inline-block;
}
.form-container .history > div {
  width: 100%;
}
.translation-container .validation-error {
  display: block;
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
}
.input-like {
  padding: 0 3px 10px 3px;
  width: 500px;
  box-sizing: content-box;
  font-size: 12.132px;
}
.input-like.disabled {
  background-color: #f4f4f4;
}
.input-like .form-control {
  line-height: 28px;
  padding-left: 7px;
}
.filter-input .select2-container-multi .select2-search-field input {
  margin: -1px 0;
}
.filter-input .select2-container-multi .select2-search-choice {
  margin: 2px 0 2px 2px;
  padding: 3px 5px 2px 20px;
}
[data-type="akeneo-attribute-metric"] .filter-input .value,
[data-type="akeneo-attribute-price-collection"] .filter-input .value {
  width: 80px;
}
[data-type="akeneo-attribute-metric"] .filter-input .unit,
[data-type="akeneo-attribute-metric"] .filter-input .currency,
[data-type="akeneo-attribute-price-collection"] .filter-input .unit,
[data-type="akeneo-attribute-price-collection"] .filter-input .currency {
  width: 114px;
}
.attributes .input-like,
[data-type="akeneo-product-category-filter"] .filter-input .input-like {
  padding: 2px 2px 2px 0;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.attributes .input-like {
  margin-left: 0;
}
[data-type="akeneo-attribute-select-reference-data"] .filter-input .operator,
[data-type="akeneo-attribute-select"] .filter-input .operator,
[data-type="akeneo-attribute-string"] .filter-input .operator,
[data-type="akeneo-attribute-media"] .filter-input .operator,
[data-type="akeneo-attribute-number"] .filter-input .operator,
[data-type="akeneo-attribute-date"] .filter-input .operator,
[data-type="akeneo-attribute-metric"] .filter-input .operator,
[data-type="akeneo-attribute-price-collection"] .filter-input .operator {
  width: 100px;
}
[data-type="akeneo-attribute-select-reference-data"] .filter-input .operator ~ input[type="text"],
[data-type="akeneo-attribute-select-reference-data"] .filter-input .operator ~ input[type="password"],
[data-type="akeneo-attribute-select-reference-data"] .filter-input .operator ~ input[type="date"],
[data-type="akeneo-attribute-select-reference-data"] .filter-input .operator ~ input[type="number"],
[data-type="akeneo-attribute-select-reference-data"] .filter-input .operator ~ input[type="email"],
[data-type="akeneo-attribute-select-reference-data"] .filter-input .operator ~ input[type="url"],
[data-type="akeneo-attribute-select-reference-data"] .filter-input .operator ~ input[type="search"],
[data-type="akeneo-attribute-select-reference-data"] .filter-input .operator ~ .start-date-wrapper input[type="text"],
[data-type="akeneo-attribute-select-reference-data"] .filter-input .operator + select + .select2-container,
[data-type="akeneo-attribute-select"] .filter-input .operator ~ input[type="text"],
[data-type="akeneo-attribute-select"] .filter-input .operator ~ input[type="password"],
[data-type="akeneo-attribute-select"] .filter-input .operator ~ input[type="date"],
[data-type="akeneo-attribute-select"] .filter-input .operator ~ input[type="number"],
[data-type="akeneo-attribute-select"] .filter-input .operator ~ input[type="email"],
[data-type="akeneo-attribute-select"] .filter-input .operator ~ input[type="url"],
[data-type="akeneo-attribute-select"] .filter-input .operator ~ input[type="search"],
[data-type="akeneo-attribute-select"] .filter-input .operator ~ .start-date-wrapper input[type="text"],
[data-type="akeneo-attribute-select"] .filter-input .operator + select + .select2-container,
[data-type="akeneo-attribute-string"] .filter-input .operator ~ input[type="text"],
[data-type="akeneo-attribute-string"] .filter-input .operator ~ input[type="password"],
[data-type="akeneo-attribute-string"] .filter-input .operator ~ input[type="date"],
[data-type="akeneo-attribute-string"] .filter-input .operator ~ input[type="number"],
[data-type="akeneo-attribute-string"] .filter-input .operator ~ input[type="email"],
[data-type="akeneo-attribute-string"] .filter-input .operator ~ input[type="url"],
[data-type="akeneo-attribute-string"] .filter-input .operator ~ input[type="search"],
[data-type="akeneo-attribute-string"] .filter-input .operator ~ .start-date-wrapper input[type="text"],
[data-type="akeneo-attribute-string"] .filter-input .operator + select + .select2-container,
[data-type="akeneo-attribute-media"] .filter-input .operator ~ input[type="text"],
[data-type="akeneo-attribute-media"] .filter-input .operator ~ input[type="password"],
[data-type="akeneo-attribute-media"] .filter-input .operator ~ input[type="date"],
[data-type="akeneo-attribute-media"] .filter-input .operator ~ input[type="number"],
[data-type="akeneo-attribute-media"] .filter-input .operator ~ input[type="email"],
[data-type="akeneo-attribute-media"] .filter-input .operator ~ input[type="url"],
[data-type="akeneo-attribute-media"] .filter-input .operator ~ input[type="search"],
[data-type="akeneo-attribute-media"] .filter-input .operator ~ .start-date-wrapper input[type="text"],
[data-type="akeneo-attribute-media"] .filter-input .operator + select + .select2-container,
[data-type="akeneo-attribute-number"] .filter-input .operator ~ input[type="text"],
[data-type="akeneo-attribute-number"] .filter-input .operator ~ input[type="password"],
[data-type="akeneo-attribute-number"] .filter-input .operator ~ input[type="date"],
[data-type="akeneo-attribute-number"] .filter-input .operator ~ input[type="number"],
[data-type="akeneo-attribute-number"] .filter-input .operator ~ input[type="email"],
[data-type="akeneo-attribute-number"] .filter-input .operator ~ input[type="url"],
[data-type="akeneo-attribute-number"] .filter-input .operator ~ input[type="search"],
[data-type="akeneo-attribute-number"] .filter-input .operator ~ .start-date-wrapper input[type="text"],
[data-type="akeneo-attribute-number"] .filter-input .operator + select + .select2-container,
[data-type="akeneo-attribute-date"] .filter-input .operator ~ input[type="text"],
[data-type="akeneo-attribute-date"] .filter-input .operator ~ input[type="password"],
[data-type="akeneo-attribute-date"] .filter-input .operator ~ input[type="date"],
[data-type="akeneo-attribute-date"] .filter-input .operator ~ input[type="number"],
[data-type="akeneo-attribute-date"] .filter-input .operator ~ input[type="email"],
[data-type="akeneo-attribute-date"] .filter-input .operator ~ input[type="url"],
[data-type="akeneo-attribute-date"] .filter-input .operator ~ input[type="search"],
[data-type="akeneo-attribute-date"] .filter-input .operator ~ .start-date-wrapper input[type="text"],
[data-type="akeneo-attribute-date"] .filter-input .operator + select + .select2-container,
[data-type="akeneo-attribute-metric"] .filter-input .operator ~ input[type="text"],
[data-type="akeneo-attribute-metric"] .filter-input .operator ~ input[type="password"],
[data-type="akeneo-attribute-metric"] .filter-input .operator ~ input[type="date"],
[data-type="akeneo-attribute-metric"] .filter-input .operator ~ input[type="number"],
[data-type="akeneo-attribute-metric"] .filter-input .operator ~ input[type="email"],
[data-type="akeneo-attribute-metric"] .filter-input .operator ~ input[type="url"],
[data-type="akeneo-attribute-metric"] .filter-input .operator ~ input[type="search"],
[data-type="akeneo-attribute-metric"] .filter-input .operator ~ .start-date-wrapper input[type="text"],
[data-type="akeneo-attribute-metric"] .filter-input .operator + select + .select2-container,
[data-type="akeneo-attribute-price-collection"] .filter-input .operator ~ input[type="text"],
[data-type="akeneo-attribute-price-collection"] .filter-input .operator ~ input[type="password"],
[data-type="akeneo-attribute-price-collection"] .filter-input .operator ~ input[type="date"],
[data-type="akeneo-attribute-price-collection"] .filter-input .operator ~ input[type="number"],
[data-type="akeneo-attribute-price-collection"] .filter-input .operator ~ input[type="email"],
[data-type="akeneo-attribute-price-collection"] .filter-input .operator ~ input[type="url"],
[data-type="akeneo-attribute-price-collection"] .filter-input .operator ~ input[type="search"],
[data-type="akeneo-attribute-price-collection"] .filter-input .operator ~ .start-date-wrapper input[type="text"],
[data-type="akeneo-attribute-price-collection"] .filter-input .operator + select + .select2-container {
  width: 400px;
}
.structure-filters .attributes .controls .flex-space-between {
  display: inline-flex;
}
.structure-filters .below-input {
  display: block;
}
.remove.icon-trash {
  cursor: pointer;
}
.column-configurator-modal {
  display: flex;
  flex-direction: column;
  height: 90%;
}
.column-configurator-modal .modal-body {
  flex: 1;
  display: flex;
}
.attribute-selector {
  display: flex;
  flex: 1;
  color: #7e878f;
  background: white;
}
.attribute-selector > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.attribute-selector > div.attributes > header {
  padding-top: 9px;
  padding-bottom: 9px;
}
.attribute-selector > div.attributes > header input {
  margin: 0;
  width: 100%;
}
.attribute-selector > div.attributes li .remove {
  display: none;
}
.attribute-selector > div.selected-attributes header {
  display: flex;
  padding: 8px 15px;
}
.attribute-selector > div.selected-attributes header span:first-child {
  flex: 1;
  align-self: center;
}
.attribute-selector > div.selected-attributes .empty-message {
  align-self: center;
}
.attribute-selector > div.selected-attributes .empty-message:not(.empty) {
  display: none;
}
.attribute-selector > div:not(:last-child) {
  border-right: 1px solid #95989e;
  background: #f1f4f9;
}
.attribute-selector > div > header {
  border-bottom: 1px solid #95989e;
  padding: 15px;
}
.attribute-selector > div > header:first-letter {
  text-transform: capitalize;
}
.attribute-selector > div > div {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.attribute-selector > div > div ul {
  list-style-type: none;
  margin: 0;
  flex: 1;
}
.attribute-selector > div > div ul li {
  background: #ecf1f2;
  border: 1px solid #95989e;
  border-bottom: none;
  padding: 15px;
  display: flex;
  align-items: center;
}
.attribute-selector > div > div ul li:hover {
  cursor: pointer;
}
.attribute-selector > div > div ul li.ui-sortable-helper {
  border-bottom: 1px solid #95989e;
}
.attribute-selector > div > div ul li.selected {
  background: #95989e;
  color: white;
}
.attribute-selector > div > div ul li:first-letter {
  text-transform: capitalize;
}
.attribute-selector > div > div ul li:last-child {
  border-bottom: 1px solid #95989e;
}
.attribute-selector > div > div ul li .attribute-label {
  flex: 1;
  padding-left: 10px;
}
.jstree > ul > li:last-child {
  padding-bottom: 80px;
}

.login-page {
  background: #112539;
  background: -moz-linear-gradient(top,#112539 0,#76324d 86%,#d1706a 100%);
  background: -webkit-linear-gradient(top,#112539 0,#76324d 86%,#d1706a 100%);
  background: linear-gradient(to bottom,#112539 0,#76324d 86%,#d1706a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#112539',endColorstr='#d1706a',GradientType=0);
  background-image: url("/bundles/pimui/images/background_login.png");
  background-position: bottom center;
  background-size: cover;
  height: 100%;
  min-height: 280px;
  color: #A1A9B7;
}
.login-page a {
  color: #A1A9B7;
}
.login-page #page {
  position: relative;
  top: 25%;
}
.login-page #page #top-page {
  margin: -90px 0 0;
}
.login-page h1 {
  text-align: center;
  padding: 0;
  margin: 0;
}
.login-page h1 img {
  max-width: 240px;
}
.login-page .title-box {
  margin-bottom: 80px;
}
.login-page .version-container {
  position: fixed;
  bottom: 45px;
  text-align: center;
  width: 100%;
  font-size: 12.132px;
}
.login-page .form-signin,
.login-page .form-reset,
.login-page .alert {
  margin: 0 auto;
  max-width: 520px;
  margin-bottom: 10px;
}
.form-signin button.btn,
.form-reset button.btn {
  text-transform: uppercase;
  font-size: 13.143px;
  height: 38px;
  border-radius: 2px;
  margin-right: 0;
  margin-top: 0;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-reset input[type="text"],
.form-reset input[type="password"] {
  padding: 0 16px;
  height: 38px;
  border-radius: 2px;
  background: #A1A9B7;
  border: none;
  color: #11324D;
  font-size: 14.154px;
}
.form-signin input[type="text"]:-webkit-autofill,
.form-signin input[type="password"]:-webkit-autofill,
.form-reset input[type="text"]:-webkit-autofill,
.form-reset input[type="password"]:-webkit-autofill {
  background-color: #A1A9B7 !important;
  color: #555 !important;
  -webkit-box-shadow: 0 0 0 1000px #A1A9B7 inset !important;
  -webkit-text-fill-color: #11324D !important;
}
.form-signin input[type="text"]::-webkit-input-placeholder,
.form-signin input[type="password"]::-webkit-input-placeholder,
.form-reset input[type="text"]::-webkit-input-placeholder,
.form-reset input[type="password"]::-webkit-input-placeholder {
  color: #67768A;
}
.form-signin h2,
.form-reset h2 {
  text-transform: uppercase;
  font-size: 15.165px;
  line-height: 15px;
  margin: 0 0 6px;
}
.form-signin .form-row {
  display: flex;
}
.form-signin .form-row input[type="text"],
.form-signin .form-row input[type="password"] {
  width: auto;
  margin-right: 5px;
  flex-grow: 1;
}
.form-signin .remember-me,
.form-signin .signin-help {
  flex-grow: 1;
  font-weight: normal;
  font-size: 13.143px;
}
.form-signin .remember-me input[type="checkbox"],
.form-signin .signin-help input[type="checkbox"] {
  width: auto;
}
.form-signin .signin-help {
  text-align: right;
  font-size: 13.143px;
}
.form-reset input[type="text"] {
  width: 418px;
}
.form-reset .cancel {
  float: right;
}

.flag {
  width: 16px;
  height: 11px;
  background: url(../bundles/pimui/css/flags.png) no-repeat;
}
.flag.flag-ad {
  background-position: -16px 0px;
}
.flag.flag-ae {
  background-position: -32px 0px;
}
.flag.flag-af {
  background-position: -48px 0px;
}
.flag.flag-ag {
  background-position: -64px 0px;
}
.flag.flag-ai {
  background-position: -80px 0px;
}
.flag.flag-al {
  background-position: -96px 0px;
}
.flag.flag-am {
  background-position: -112px 0px;
}
.flag.flag-an {
  background-position: -128px 0px;
}
.flag.flag-ao {
  background-position: -144px 0px;
}
.flag.flag-ar {
  background-position: -160px 0px;
}
.flag.flag-as {
  background-position: -176px 0px;
}
.flag.flag-at {
  background-position: -192px 0px;
}
.flag.flag-au {
  background-position: -208px 0px;
}
.flag.flag-aw {
  background-position: -224px 0px;
}
.flag.flag-az {
  background-position: -240px 0px;
}
.flag.flag-ba {
  background-position: 0px -11px;
}
.flag.flag-bb {
  background-position: -16px -11px;
}
.flag.flag-bd {
  background-position: -32px -11px;
}
.flag.flag-be {
  background-position: -48px -11px;
}
.flag.flag-bf {
  background-position: -64px -11px;
}
.flag.flag-bg {
  background-position: -80px -11px;
}
.flag.flag-bh {
  background-position: -96px -11px;
}
.flag.flag-bi {
  background-position: -112px -11px;
}
.flag.flag-bj {
  background-position: -128px -11px;
}
.flag.flag-bm {
  background-position: -144px -11px;
}
.flag.flag-bn {
  background-position: -160px -11px;
}
.flag.flag-bo {
  background-position: -176px -11px;
}
.flag.flag-br {
  background-position: -192px -11px;
}
.flag.flag-bs {
  background-position: -208px -11px;
}
.flag.flag-bt {
  background-position: -224px -11px;
}
.flag.flag-bv {
  background-position: -240px -11px;
}
.flag.flag-bw {
  background-position: 0px -22px;
}
.flag.flag-by {
  background-position: -16px -22px;
}
.flag.flag-bz {
  background-position: -32px -22px;
}
.flag.flag-ca {
  background-position: -48px -22px;
}
.flag.flag-catalonia {
  background-position: -64px -22px;
}
.flag.flag-cd {
  background-position: -80px -22px;
}
.flag.flag-cf {
  background-position: -96px -22px;
}
.flag.flag-cg {
  background-position: -112px -22px;
}
.flag.flag-ch {
  background-position: -128px -22px;
}
.flag.flag-ci {
  background-position: -144px -22px;
}
.flag.flag-ck {
  background-position: -160px -22px;
}
.flag.flag-cl {
  background-position: -176px -22px;
}
.flag.flag-cm {
  background-position: -192px -22px;
}
.flag.flag-cn {
  background-position: -208px -22px;
}
.flag.flag-co {
  background-position: -224px -22px;
}
.flag.flag-cr {
  background-position: -240px -22px;
}
.flag.flag-cu {
  background-position: 0px -33px;
}
.flag.flag-cv {
  background-position: -16px -33px;
}
.flag.flag-cw {
  background-position: -32px -33px;
}
.flag.flag-cy {
  background-position: -48px -33px;
}
.flag.flag-cz {
  background-position: -64px -33px;
}
.flag.flag-de {
  background-position: -80px -33px;
}
.flag.flag-dj {
  background-position: -96px -33px;
}
.flag.flag-dk {
  background-position: -112px -33px;
}
.flag.flag-dm {
  background-position: -128px -33px;
}
.flag.flag-do {
  background-position: -144px -33px;
}
.flag.flag-dz {
  background-position: -160px -33px;
}
.flag.flag-ec {
  background-position: -176px -33px;
}
.flag.flag-ee {
  background-position: -192px -33px;
}
.flag.flag-eg {
  background-position: -208px -33px;
}
.flag.flag-eh {
  background-position: -224px -33px;
}
.flag.flag-england {
  background-position: -240px -33px;
}
.flag.flag-er {
  background-position: 0px -44px;
}
.flag.flag-es {
  background-position: -16px -44px;
}
.flag.flag-et {
  background-position: -32px -44px;
}
.flag.flag-eu {
  background-position: -48px -44px;
}
.flag.flag-fi {
  background-position: -64px -44px;
}
.flag.flag-fj {
  background-position: -80px -44px;
}
.flag.flag-fk {
  background-position: -96px -44px;
}
.flag.flag-fm {
  background-position: -112px -44px;
}
.flag.flag-fo {
  background-position: -128px -44px;
}
.flag.flag-fr {
  background-position: -144px -44px;
}
.flag.flag-ga {
  background-position: -160px -44px;
}
.flag.flag-gb {
  background-position: -176px -44px;
}
.flag.flag-gd {
  background-position: -192px -44px;
}
.flag.flag-ge {
  background-position: -208px -44px;
}
.flag.flag-gf {
  background-position: -224px -44px;
}
.flag.flag-gg {
  background-position: -240px -44px;
}
.flag.flag-gh {
  background-position: 0px -55px;
}
.flag.flag-gi {
  background-position: -16px -55px;
}
.flag.flag-gl {
  background-position: -32px -55px;
}
.flag.flag-gm {
  background-position: -48px -55px;
}
.flag.flag-gn {
  background-position: -64px -55px;
}
.flag.flag-gp {
  background-position: -80px -55px;
}
.flag.flag-gq {
  background-position: -96px -55px;
}
.flag.flag-gr {
  background-position: -112px -55px;
}
.flag.flag-gs {
  background-position: -128px -55px;
}
.flag.flag-gt {
  background-position: -144px -55px;
}
.flag.flag-gu {
  background-position: -160px -55px;
}
.flag.flag-gw {
  background-position: -176px -55px;
}
.flag.flag-gy {
  background-position: -192px -55px;
}
.flag.flag-hk {
  background-position: -208px -55px;
}
.flag.flag-hm {
  background-position: -224px -55px;
}
.flag.flag-hn {
  background-position: -240px -55px;
}
.flag.flag-hr {
  background-position: 0px -66px;
}
.flag.flag-ht {
  background-position: -16px -66px;
}
.flag.flag-hu {
  background-position: -32px -66px;
}
.flag.flag-ic {
  background-position: -48px -66px;
}
.flag.flag-id {
  background-position: -64px -66px;
}
.flag.flag-ie {
  background-position: -80px -66px;
}
.flag.flag-il {
  background-position: -96px -66px;
}
.flag.flag-im {
  background-position: -112px -66px;
}
.flag.flag-in {
  background-position: -128px -66px;
}
.flag.flag-io {
  background-position: -144px -66px;
}
.flag.flag-iq {
  background-position: -160px -66px;
}
.flag.flag-ir {
  background-position: -176px -66px;
}
.flag.flag-is {
  background-position: -192px -66px;
}
.flag.flag-it {
  background-position: -208px -66px;
}
.flag.flag-je {
  background-position: -224px -66px;
}
.flag.flag-jm {
  background-position: -240px -66px;
}
.flag.flag-jo {
  background-position: 0px -77px;
}
.flag.flag-jp {
  background-position: -16px -77px;
}
.flag.flag-ke {
  background-position: -32px -77px;
}
.flag.flag-kg {
  background-position: -48px -77px;
}
.flag.flag-kh {
  background-position: -64px -77px;
}
.flag.flag-ki {
  background-position: -80px -77px;
}
.flag.flag-km {
  background-position: -96px -77px;
}
.flag.flag-kn {
  background-position: -112px -77px;
}
.flag.flag-kp {
  background-position: -128px -77px;
}
.flag.flag-kr {
  background-position: -144px -77px;
}
.flag.flag-kurdistan {
  background-position: -160px -77px;
}
.flag.flag-kw {
  background-position: -176px -77px;
}
.flag.flag-ky {
  background-position: -192px -77px;
}
.flag.flag-kz {
  background-position: -208px -77px;
}
.flag.flag-la {
  background-position: -224px -77px;
}
.flag.flag-lb {
  background-position: -240px -77px;
}
.flag.flag-lc {
  background-position: 0px -88px;
}
.flag.flag-li {
  background-position: -16px -88px;
}
.flag.flag-lk {
  background-position: -32px -88px;
}
.flag.flag-lr {
  background-position: -48px -88px;
}
.flag.flag-ls {
  background-position: -64px -88px;
}
.flag.flag-lt {
  background-position: -80px -88px;
}
.flag.flag-lu {
  background-position: -96px -88px;
}
.flag.flag-lv {
  background-position: -112px -88px;
}
.flag.flag-ly {
  background-position: -128px -88px;
}
.flag.flag-ma {
  background-position: -144px -88px;
}
.flag.flag-mc {
  background-position: -160px -88px;
}
.flag.flag-md {
  background-position: -176px -88px;
}
.flag.flag-me {
  background-position: -192px -88px;
}
.flag.flag-mg {
  background-position: -208px -88px;
}
.flag.flag-mh {
  background-position: -224px -88px;
}
.flag.flag-mk {
  background-position: -240px -88px;
}
.flag.flag-ml {
  background-position: 0px -99px;
}
.flag.flag-mm {
  background-position: -16px -99px;
}
.flag.flag-mn {
  background-position: -32px -99px;
}
.flag.flag-mo {
  background-position: -48px -99px;
}
.flag.flag-mp {
  background-position: -64px -99px;
}
.flag.flag-mq {
  background-position: -80px -99px;
}
.flag.flag-mr {
  background-position: -96px -99px;
}
.flag.flag-ms {
  background-position: -112px -99px;
}
.flag.flag-mt {
  background-position: -128px -99px;
}
.flag.flag-mu {
  background-position: -144px -99px;
}
.flag.flag-mv {
  background-position: -160px -99px;
}
.flag.flag-mw {
  background-position: -176px -99px;
}
.flag.flag-mx {
  background-position: -192px -99px;
}
.flag.flag-my {
  background-position: -208px -99px;
}
.flag.flag-mz {
  background-position: -224px -99px;
}
.flag.flag-na {
  background-position: -240px -99px;
}
.flag.flag-nc {
  background-position: 0px -110px;
}
.flag.flag-ne {
  background-position: -16px -110px;
}
.flag.flag-nf {
  background-position: -32px -110px;
}
.flag.flag-ng {
  background-position: -48px -110px;
}
.flag.flag-ni {
  background-position: -64px -110px;
}
.flag.flag-nl {
  background-position: -80px -110px;
}
.flag.flag-no {
  background-position: -96px -110px;
}
.flag.flag-np {
  background-position: -112px -110px;
}
.flag.flag-nr {
  background-position: -128px -110px;
}
.flag.flag-nu {
  background-position: -144px -110px;
}
.flag.flag-nz {
  background-position: -160px -110px;
}
.flag.flag-om {
  background-position: -176px -110px;
}
.flag.flag-pa {
  background-position: -192px -110px;
}
.flag.flag-pe {
  background-position: -208px -110px;
}
.flag.flag-pf {
  background-position: -224px -110px;
}
.flag.flag-pg {
  background-position: -240px -110px;
}
.flag.flag-ph {
  background-position: 0px -121px;
}
.flag.flag-pk {
  background-position: -16px -121px;
}
.flag.flag-pl {
  background-position: -32px -121px;
}
.flag.flag-pm {
  background-position: -48px -121px;
}
.flag.flag-pn {
  background-position: -64px -121px;
}
.flag.flag-pr {
  background-position: -80px -121px;
}
.flag.flag-ps {
  background-position: -96px -121px;
}
.flag.flag-pt {
  background-position: -112px -121px;
}
.flag.flag-pw {
  background-position: -128px -121px;
}
.flag.flag-py {
  background-position: -144px -121px;
}
.flag.flag-qa {
  background-position: -160px -121px;
}
.flag.flag-re {
  background-position: -176px -121px;
}
.flag.flag-ro {
  background-position: -192px -121px;
}
.flag.flag-rs {
  background-position: -208px -121px;
}
.flag.flag-ru {
  background-position: -224px -121px;
}
.flag.flag-rw {
  background-position: -240px -121px;
}
.flag.flag-sa {
  background-position: 0px -132px;
}
.flag.flag-sb {
  background-position: -16px -132px;
}
.flag.flag-sc {
  background-position: -32px -132px;
}
.flag.flag-scotland {
  background-position: -48px -132px;
}
.flag.flag-sd {
  background-position: -64px -132px;
}
.flag.flag-se {
  background-position: -80px -132px;
}
.flag.flag-sg {
  background-position: -96px -132px;
}
.flag.flag-sh {
  background-position: -112px -132px;
}
.flag.flag-si {
  background-position: -128px -132px;
}
.flag.flag-sk {
  background-position: -144px -132px;
}
.flag.flag-sl {
  background-position: -160px -132px;
}
.flag.flag-sm {
  background-position: -176px -132px;
}
.flag.flag-sn {
  background-position: -192px -132px;
}
.flag.flag-so {
  background-position: -208px -132px;
}
.flag.flag-somaliland {
  background-position: -224px -132px;
}
.flag.flag-sr {
  background-position: -240px -132px;
}
.flag.flag-ss {
  background-position: 0px -143px;
}
.flag.flag-st {
  background-position: -16px -143px;
}
.flag.flag-sv {
  background-position: -32px -143px;
}
.flag.flag-sx {
  background-position: -48px -143px;
}
.flag.flag-sy {
  background-position: -64px -143px;
}
.flag.flag-sz {
  background-position: -80px -143px;
}
.flag.flag-tc {
  background-position: -96px -143px;
}
.flag.flag-td {
  background-position: -112px -143px;
}
.flag.flag-tf {
  background-position: -128px -143px;
}
.flag.flag-tg {
  background-position: -144px -143px;
}
.flag.flag-th {
  background-position: -160px -143px;
}
.flag.flag-tj {
  background-position: -176px -143px;
}
.flag.flag-tk {
  background-position: -192px -143px;
}
.flag.flag-tl {
  background-position: -208px -143px;
}
.flag.flag-tm {
  background-position: -224px -143px;
}
.flag.flag-tn {
  background-position: -240px -143px;
}
.flag.flag-to {
  background-position: 0px -154px;
}
.flag.flag-tr {
  background-position: -16px -154px;
}
.flag.flag-tt {
  background-position: -32px -154px;
}
.flag.flag-tv {
  background-position: -48px -154px;
}
.flag.flag-tw {
  background-position: -64px -154px;
}
.flag.flag-tz {
  background-position: -80px -154px;
}
.flag.flag-ua {
  background-position: -96px -154px;
}
.flag.flag-ug {
  background-position: -112px -154px;
}
.flag.flag-um {
  background-position: -128px -154px;
}
.flag.flag-us {
  background-position: -144px -154px;
}
.flag.flag-uy {
  background-position: -160px -154px;
}
.flag.flag-uz {
  background-position: -176px -154px;
}
.flag.flag-va {
  background-position: -192px -154px;
}
.flag.flag-vc {
  background-position: -208px -154px;
}
.flag.flag-ve {
  background-position: -224px -154px;
}
.flag.flag-vg {
  background-position: -240px -154px;
}
.flag.flag-vi {
  background-position: 0px -165px;
}
.flag.flag-vn {
  background-position: -16px -165px;
}
.flag.flag-vu {
  background-position: -32px -165px;
}
.flag.flag-wales {
  background-position: -48px -165px;
}
.flag.flag-wf {
  background-position: -64px -165px;
}
.flag.flag-ws {
  background-position: -80px -165px;
}
.flag.flag-ye {
  background-position: -96px -165px;
}
.flag.flag-yt {
  background-position: -112px -165px;
}
.flag.flag-za {
  background-position: -128px -165px;
}
.flag.flag-zanzibar {
  background-position: -144px -165px;
}
.flag.flag-zm {
  background-position: -160px -165px;
}
.flag.flag-zw {
  background-position: -176px -165px;
}

.system-configuration-container {
  padding-top: 10px;
}
.system-configuration-container .nav.nav-tabs > .active > a,
.system-configuration-container .nav.nav-tabs > .active > a:hover,
.system-configuration-container .nav.nav-tabs > .active > a:focus {
  background-color: #fff;
}
.system-configuration-container .nav-stacked li.active a {
  background: #323B45;
  color: #D6D8DA;
}
.system-configuration-container .system-configuration-sidebar dl {
  margin: 0;
}
.system-configuration-container .row-fluid-divider {
  background-position: 16% 0;
}
.system-configuration-container .controls.control-subgroup {
  margin: 0;
}
.system-configuration-container .parent-scope-checkbox label {
  float: left;
}

.navigation.navbar-extra {
  padding: 15px 20px;
  background-color: #f8f8f9;
}
.navigation.navbar-extra .sub-title {
  color: #52267D;
}
#form-navbar.navbar,
#user-profile.navbar,
#group-profile.navbar {
  background-color: transparent;
  border-bottom: 3px solid #52267D;
  margin: 15px 15px 0 15px;
  box-shadow: none;
}
#form-navbar.navbar .navbar-inner,
#user-profile.navbar .navbar-inner,
#group-profile.navbar .navbar-inner {
  box-shadow: none;
}
#form-navbar.navbar li a,
#user-profile.navbar li a,
#group-profile.navbar li a {
  background: #f4f4f4;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  margin-right: 4px;
  border: solid 1px #ddd;
  border-bottom: solid 1px #f4f4f4;
  box-shadow: none;
  text-shadow: none;
  line-height: 24px;
  font-size: 12.132px;
  padding-left: 20px;
  padding-right: 25px;
}
#form-navbar.navbar li a:hover,
#user-profile.navbar li a:hover,
#group-profile.navbar li a:hover {
  cursor: pointer;
  border-bottom: solid 1px #ebe0f5;
  background: #ebe0f5;
}
#form-navbar.navbar li.active a,
#user-profile.navbar li.active a,
#group-profile.navbar li.active a {
  background: #52267D;
  color: white;
  border: solid 1px #52267D;
}
.tab-pane {
  padding-top: 15px;
}
.tab-pane.buffer-top {
  padding-top: 0;
}
.tab-content {
  padding: 0 15px;
}
.form-container .tab-content {
  padding: 0;
}

.navbar-extra .btn + .btn {
  margin-left: 8px;
}
.grid .action-cell a.action.btn-tiny,
.btn-tiny {
  line-height: 28px;
  height: 28px;
}
.grid .action-cell a.action.btn-tiny.icons-holder-text,
.btn-tiny.icons-holder-text {
  padding: 0 10px 0 38px;
}
.grid .action-cell a.action.btn-tiny.icons-holder-text i,
.btn-tiny.icons-holder-text i {
  line-height: 28px;
  height: 28px;
  width: 28px;
}
.btn {
  background-image: none;
  background-color: #e6e8ec;
  position: relative;
  border: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  line-height: 34px;
  height: 34px;
  font-weight: normal;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.btn.btn-small {
  line-height: 28px;
  height: 28px;
}
.btn.btn-small.icons-holder-text {
  padding: 0 10px 0 38px;
}
.btn.btn-small.icons-holder-text i {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.btn.push-bottom {
  margin-bottom: 10px;
}
.btn.icons-holder-text {
  padding: 0 10px 0 44px;
  white-space: nowrap;
}
.btn.icons-holder-text i {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0;
  background-color: #ccd1d8;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn:focus {
  background-color: #e6e8ec;
  color: #555;
}
.btn:focus,
.btn:hover,
.btn:active {
  outline: none;
  background-image: none;
  border: none;
  box-shadow: none;
}
.btn:hover,
.btn:active {
  background-color: #ccd1d8;
}
.btn.btn-primary {
  background-color: #67b373;
}
.btn.btn-primary.icons-holder-text {
  padding: 0 10px 0 44px;
}
.btn.btn-primary.icons-holder-text i {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0;
  color: white;
  background-color: #4d9a59;
}
.btn.btn-primary:hover {
  background-color: #4d9a59;
}
.btn.btn-primary:focus {
  color: white;
}
.btn.btn-primary.disabled:hover,
.btn.btn-primary.disabled.icons-holder-text i {
  background-color: #67b373;
}
.btn.attribute-choice {
  background-color: #F1F4F9;
  border-radius: 2px;
  overflow: hidden;
  text-align: left;
  padding: 0 10px 0 70px;
  height: 50px;
  line-height: 50px;
}
.btn.attribute-choice i {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #cdd8ea;
}
.btn.attribute-choice:hover,
.btn.attribute-choice:active,
.btn.attribute-choice:focus {
  background-image: none;
  border: none;
  box-shadow: none;
  background-color: #cdd8ea;
}
.btn.btn-submit,
.btn.btn-next,
.btn.send-comment {
  background-color: #67b373;
  border: none;
}
.btn.btn-submit.send-comment,
.btn.btn-next.send-comment,
.btn.send-comment.send-comment {
  padding: 0 10px;
}
.btn.btn-submit:not(.send-comment),
.btn.btn-next:not(.send-comment),
.btn.send-comment:not(.send-comment) {
  padding: 0 10px 0 44px;
}
.btn.btn-submit i,
.btn.btn-next i,
.btn.send-comment i {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0;
  background-color: #4d9a59;
}
.btn.btn-submit[title~="Next"],
.btn.btn-next[title~="Next"],
.btn.send-comment[title~="Next"] {
  padding: 0 44px 0 10px;
}
.btn.btn-submit[title~="Next"] i,
.btn.btn-next[title~="Next"] i,
.btn.send-comment[title~="Next"] i {
  left: inherit;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.btn.btn-submit:hover,
.btn.btn-next:hover,
.btn.send-comment:hover {
  background-color: #4d9a59;
}
.submit-form .btn.btn-primary.dropdown-toggle {
  background-color: #4d9a59;
  width: 34px;
}
.submit-form .btn.btn-primary.dropdown-toggle .caret {
  margin-left: 0;
}
.btn-publish {
  background-color: #5992c7;
}
.btn-publish i {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0;
  background-color: #3c79b1;
}
.btn-publish:hover {
  background-color: #3c79b1;
}
.btn-publish.icons-holder-text {
  padding: 0 10px 0 44px;
}
.btn-publish.icons-holder-text i {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0;
  background-color: #3c79b1;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn.btn-delete,
.btn.trash,
.btn.remove-button,
.btn.delete {
  background-color: #d36050;
  color: #fff;
  padding: 0 10px 0 44px;
  overflow: hidden;
}
.btn.btn-delete i,
.btn.trash i,
.btn.remove-button i,
.btn.delete i {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0;
  color: white;
  background-color: #c04230;
}
.btn.btn-delete:hover,
.btn.trash:hover,
.btn.remove-button:hover,
.btn.delete:hover {
  background-color: #c04230;
}
.btn-group.open .btn.btn-download.dropdown-toggle {
  background-color: #848fa1;
}
.btn.btn-download {
  background-color: #A1A9B7;
  color: #fff;
  padding: 0 10px 0 44px;
  overflow: hidden;
  border-radius: 2px;
}
.btn.btn-download i {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0;
  background-color: #848fa1;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn.btn-download .caret {
  margin-top: 15px;
  border-top: 4px solid #fff;
}
.btn.btn-download:hover {
  background-color: #848fa1;
}
.btn.cancel {
  background-color: #e6e8ec;
}
.btn.cancel:hover {
  background-color: #ccd1d8;
}
.btn.cancel.disabled:hover,
.btn.cancel.disabled.icons-holder-text i {
  background-color: #e6e8ec;
}
.btn.back-link {
  background-color: #e6e8ec;
  width: 34px;
}
.btn.back-link:hover {
  background-color: #ccd1d8;
}
.btn.pencil,
.btn.edit,
.btn.edit-user,
.btn.btn-show {
  background-color: #5992c7;
  color: #fff;
  padding: 0 10px 0 44px;
}
.btn.pencil i,
.btn.edit i,
.btn.edit-user i,
.btn.btn-show i {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0;
  color: #fff;
  background-color: #3c79b1;
}
.btn.pencil i:before,
.btn.edit i:before,
.btn.edit-user i:before,
.btn.btn-show i:before {
  color: #fff;
}
.btn.pencil:hover,
.btn.edit:hover,
.btn.edit-user:hover,
.btn.btn-show:hover {
  background-color: #3c79b1;
}
.btn-status {
  background-color: #A1A9B7;
  padding: 0;
}
.filter-box .btn {
  border-radius: 2px;
  background-color: #fff;
  border: solid 1px #ccc;
  font-size: 12.132px;
}
.filter-box .btn.filter-update {
  background-color: #67b373;
  border: none;
}
.select-all-header-cell .btn-group .btn {
  background-color: #A1A9B7;
  color: #fff;
  height: 28px;
  line-height: 28px;
}
.select-all-header-cell .btn-group .btn.dropdown-toggle {
  width: 28px;
  background-color: #848fa1;
  color: #fff;
  box-shadow: none;
}
.select-all-header-cell .btn-group .btn.dropdown-toggle i {
  border-top: 4px solid #fff;
}
.locale-switcher span.dropdown-toggle  {
  border-radius: 2px;
}
.toolbar .btn {
  background-image: none;
  background-color: #fff;
  position: relative;
  border: solid 1px #e6e8ec;
  text-shadow: none;
  box-shadow: none;
  line-height: 28px;
  height: 28px;
  font-weight: normal;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.toolbar .btn:hover,
.toolbar .btn:active,
.toolbar .btn:focus {
  background-image: none;
  border: solid 1px #e6e8ec;
  box-shadow: none;
  background-color: #e6e6e6;
}
.toolbar label {
  font-weight: normal;
}
.tab-header.attribute-actions .btn {
  height: 28px;
  line-height: 28px;
  margin: 8px 5px;
  border-radius: 2px;
  border: none;
  background-color: #fff;
}
.tab-header.attribute-actions .btn .caret {
  margin-top: 12px;
}
.tab-header.attribute-actions .attribute-copy-actions .btn {
  background-color: #A1A9B7;
  color: #fff;
}
.tab-header.attribute-actions .attribute-copy-actions .btn .caret {
  border-top: 4px solid #fff;
}
.tab-header.attribute-actions .locale-switcher {
  margin-left: 0;
}
.tab-header.attribute-actions .pimmultiselect {
  background-color: #fff;
}
.tab-header.attribute-actions .selection-dropdown .btn {
  background-color: #A1A9B7;
  color: #fff;
}
.tab-header.attribute-actions .btn.copy {
  background-color: #67b373;
  color: #fff;
}
.tab-header.attribute-actions .btn.copy:hover {
  background-color: #4d9a59;
}
.navbar-title .navbar-buttons {
  float: left;
  margin-right: 12px;
}
.navbar-title .sub-title .pimmultiselect {
  height: 34px;
  line-height: 34px;
  margin-top: 0 !important;
  padding: 0;
}
.navbar-title .sub-title .pimmultiselect .pull-left {
  background-color: transparent;
  padding-left: 10px;
  font-weight: bold;
}
.navbar-title .sub-title .pimmultiselect .icon-caret-down {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0;
  top: 0 !important;
  left: inherit !important;
  right: 0 !important;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  text-align: center;
  background-color: #ccd1d8;
}
.badge-enabled {
  background-color: #cde6d1;
}
.badge-enabled .status-enabled {
  margin-top: -4px;
  color: #3c7845;
  text-shadow: none;
  padding: 3px 10px 3px 5px;
}
.label-warning,
.badge-warning {
  background-color: #f8b43f;
}
.badge-info-large {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #cdd8ea;
  border: solid 1px #A1A9B7;
  color: #67768A;
  white-space: nowrap;
}
.grid .action-cell a.action.btn {
  border: none;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0;
}
.grid .action-cell a.action.btn i {
  text-align: center;
  border: none;
  border-radius: 2px 0 0 2px;
}
tr:hover>.action-cell a.action.btn {
  opacity: 1;
}
tr:hover>.action-cell a.action.btn.btn-primary i {
  background-color: #4d9a59;
}
tr:hover>.action-cell a.action.btn.btn-delete i {
  background-color: #c04230;
}
tr:hover>.action-cell a.action.btn i {
  background-color: #A1A9B7;
}

.accordion {
  margin-bottom: 0;
}
.accordion .accordion-group {
  margin: 0;
  border-radius: 0;
}
.accordion .accordion-group .accordion-heading {
  background-color: #e6e8ec;
}
.accordion .accordion-group .accordion-heading .accordion-toggle {
  padding: 10px 15px;
}

.filter-box {
  box-shadow: none;
  background: #e6e8ec;
  border: none;
  padding: 15px 20px 8px 150px;
}
.filter-box .icon-remove:before {
  color: #aaa;
  font-size: 14.154px;
}
.filter-box .filter-list {
  float: left;
  margin: 0 0 0 -120px;
  position: relative;
}
.filter-box .filter-item .filter-criteria-selector,
.filter-box .filter-item [class$=dropdown-toggle].btn {
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  padding-top: 0;
  box-sizing: border-box;
}
.filter-box .filter-item .filter-criteria-selector button,
.filter-box .filter-item [class$=dropdown-toggle].btn button {
  color: #555;
  font-size: 12.132px;
}
.filter-box .filter-item .filter-criteria-selector .caret,
.filter-box .filter-item [class$=dropdown-toggle].btn .caret {
  margin-top: 13px;
}
.filter-box .filter-item .select-filter-widget .caret {
  margin-top: 8px;
}
.filter-box .filter-item .choicefilter input[type="text"] {
  margin-right: -7px;
  border-radius: 0;
  background-clip: padding-box;
}
.filter-box .filter-item .choicefilter .filter-update {
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
  position: relative;
  font-size: 14.154px;
  height: 29px;
  line-height: 29px;
}
.filter-box .filter-item .disable-filter {
  line-height: 18px !important;
  background-color: transparent !important;
  background-image: none;
  border: none !important;
  color: #67768A;
}
.filter-box .filter-item .disable-filter .icon-remove:before {
  color: #67768A;
}
.btn .caret {
  margin-left: 5px;
}
.filter-box .btn-group {
  margin-bottom: 7px;
}

#oroplatform-header .nav #header-notification-widget ul.dropdown-menu {
  width: auto;
  margin: -3px -1px 0 0;
  padding-top: 1px;
  padding-bottom: 0;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu {
  list-style: none;
  margin: 0;
  width: 400px;
  max-height: 80vh;
  overflow-x: hidden;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li {
  border-top: none;
  border-bottom: 1px solid #ccc;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a {
  position: relative;
  padding: 15px;
  min-height: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  opacity: 0.4;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a:hover {
  background-color: #ebe0f5;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a:hover .comment {
  background-color: #ebe0f5;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a.new {
  background-color: white;
  opacity: 1;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a.new:hover {
  background-color: #ebe0f5;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a .btn {
  margin: 10px 0 0;
  height: 22px;
  line-height: 22px;
  font-size: 12.132px;
  background-color: white;
  color: #F1F4F9;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a .btn.icons-holder-text {
  padding: 0 10px 0 32px;
  background-color: #A1A9B7;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a .btn.icons-holder-text i {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a .btn:hover {
  background-color: #848fa1;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a .action-icon {
  width: 50px;
  height: 50px;
  border-radius: 2px;
  border: #A1A9B7 solid 1px;
  flex-grow: 0;
  flex-shrink: 1;
  position: relative;
  background-position: center center;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a .action-icon.import {
  background-image: url("/bundles/pimui/images/icon-import.svg");
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a .action-icon.export {
  background-image: url("/bundles/pimui/images/icon-export.svg");
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a .action-icon.mass-edit {
  background-image: url("/bundles/pimui/images/icon-edit.svg");
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a .action-icon.mass-upload {
  background-image: url("/bundles/pimui/images/icon-import.svg");
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a .action-icon.quick-export {
  background-image: url("/bundles/pimui/images/icon-export.svg");
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a .metas {
  font-size: 12.132px;
  flex-grow: 1;
  flex-shrink: 1;
  margin-left: 15px;
  margin-top: 5px;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a .metas time {
  font-size: 11px;
  color: #A1A9B7;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a .metas > span {
  display: block;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a .metas > span.title {
  font-size: 14.154px;
  font-weight: bold;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a .message {
  color: #11324D;
  line-height: 20px;
  width: 100%;
  margin-top: 10px;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a .message > strong {
  color: #52267D;
  font-weight: normal;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a .comment {
  background-color: #F1F4F9;
  color: #11324D;
  line-height: 20px;
  padding: 15px;
  margin-top: 10px;
  width: 100%;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a i.status {
  width: 20px;
  height: 20px;
  color: white;
  line-height: 20px;
  text-align: center;
  padding: 0;
  border-radius: 2px;
  position: absolute;
  top: -6px;
  right: -6px;
  margin: 0;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a i.status.icon-ok {
  background-color: #67b373;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a i.status.icon-warning-sign {
  background-color: #f8b43f;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a i.status.icon-remove {
  background-color: #d36050;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a i.action {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 26px;
  text-align: center;
  background-color: #F1F4F9;
  border: 1px solid #A1A9B7;
  color: #A1A9B7;
  border-radius: 2px;
  background-clip: padding-box;
  font-size: 14.154px;
  padding: 4px;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu ol.scroll-menu li>a i.action:hover {
  background-color: #A1A9B7;
  color: white;
}
#oroplatform-header .nav #header-notification-widget ul.dropdown-menu p span {
  padding: 0 10px;
}

.ui-multiselect {
  padding: 2px 0 2px 4px;
  text-align: left;
}
.ui-multiselect span.ui-icon {
  float: right;
}
.ui-multiselect-single .ui-multiselect-checkboxes input {
  position: absolute !important;
  top: auto !important;
  left: -9999px;
}
.ui-multiselect-single .ui-multiselect-checkboxes label {
  padding: 1px 5px !important;
}
.ui-multiselect-header {
  margin-bottom: 3px;
  padding: 3px 0 3px 4px;
}
.ui-multiselect-header ul {
  font-size: 0.9em;
}
.ui-multiselect-header ul li {
  float: left;
  padding: 0 10px 0 0;
}
.ui-multiselect-header a {
  text-decoration: none;
}
.ui-multiselect-header a:hover {
  text-decoration: underline;
}
.ui-multiselect-header span.ui-icon {
  float: left;
}
.ui-multiselect-header li.ui-multiselect-close {
  float: right;
  text-align: right;
  padding-right: 0;
}
.ui-multiselect-menu {
  display: none;
  padding: 3px;
  position: absolute;
  z-index: 10000;
  text-align: left;
}
.ui-multiselect-checkboxes {
  position: relative;
  overflow-y: auto;
}
.ui-multiselect-checkboxes label {
  cursor: default;
  display: block;
  border: 1px solid transparent;
  padding: 3px 1px;
}
.ui-multiselect-checkboxes label input {
  position: relative;
  top: 1px;
}
.ui-multiselect-checkboxes li {
  clear: both;
  font-size: 0.9em;
  padding-right: 3px;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
  display: block;
  padding: 3px;
  margin: 1px 0;
  text-decoration: none;
}
* html .ui-multiselect-checkboxes label {
  border: none;
}

.ui-multiselect-hasfilter ul {
  position: relative;
  top: 2px;
}
.ui-multiselect-filter {
  float: left;
  margin-right: 10px;
  font-size: 11px;
}
.ui-multiselect-filter input {
  width: 100px;
  font-size: 10px;
  margin-left: 5px;
  height: 15px;
  padding: 2px;
  border: 1px solid #292929;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

table.grid thead th > a,
table.grid thead th > span {
  text-transform: uppercase;
}
table.grid thead th span.caret {
  display: none;
  border: none;
  margin: 20px 0 0 5px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
table.grid thead tr th.ascending span.caret {
  margin: 15px 0 0 5px;
  display: inline-block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid #000;
}
table.grid thead tr th.descending span.caret {
  display: inline-block;
  border-bottom: 4px solid transparent;
  border-top: 4px solid #000;
}
table.grid tbody tr.row-click-action {
  cursor: pointer;
}
table.grid input[type=checkbox] {
  margin-top: 0;
}
.grid thead .btn-group .btn .caret {
  margin-top: 11px;
}
.grid-toolbar .pagination ul li input {
  display: inline;
  float: left;
  width: 40px;
  text-align: center;
  margin: 0;
  border-left: none;
  border-color: #ddd;
  border-radius: 0;
}
.no-data {
  text-align: center;
  font-size: 14.154px;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  margin: 10px 0;
}
.loading-frame .box.well {
  background: none;
  border: none;
  box-shadow: none;
  margin: 10px 0;
}
.loading-frame .loading-content {
  width: 40px;
  height: 40px;
  margin: auto auto;
  background-color: #fff;
  color: transparent;
  border-radius: 4px;
  -webkit-animation: scaleout 0.7s infinite ease-in-out;
  animation: scaleout 0.7s infinite ease-in-out;
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0.0);
  }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

.filter-item {
  padding-left: 5px;
}
.filter-item .below-input-elements-container {
  display: block;
}
.filter-box .btn-group [class^='icon-'] {
  padding-top: 2px;
  vertical-align: middle;
}
.filter-box .filter-item .disable-filter {
  background-color: #f4f4f4;
  border-bottom-right-radius: 4px;
  border-color: #ccc #ccc #bbb;
  border-style: solid;
  border-top-right-radius: 4px;
  border-width: 1px 1px 1px 0;
  display: inline-block;
  font-size: 18.198px;
  height: 29px;
  line-height: 29px;
  padding: 2px;
  vertical-align: top;
}
.filter-box .filter-item .filter-criteria {
  font-size: 12.132px;
  background-color: #fff;
  padding: 8px 8px 2px 8px;
  border: 1px solid #ddd;
  display: none;
  z-index: 700;
}
.filter-box .filter-item .filter-criteria.left-dropdown-menu {
  left: auto;
  float: right;
  right: 0;
}
.filter-box .filter-item .filter-criteria.right-dropdown-menu {
  left: 0;
  float: left;
  right: auto;
}
.filter-box .filter-item .filter-criteria select,
.filter-box .filter-item .filter-criteria textarea,
.filter-box .filter-item .filter-criteria input[type="text"],
.filter-box .filter-item .filter-criteria input[type="password"],
.filter-box .filter-item .filter-criteria input[type="date"],
.filter-box .filter-item .filter-criteria input[type="number"],
.filter-box .filter-item .filter-criteria input[type="email"],
.filter-box .filter-item .filter-criteria input[type="url"],
.filter-box .filter-item .filter-criteria input[type="search"] {
  margin-bottom: 10px;
}
.filter-box .filter-item .filter-criteria .input-append input,
.filter-box .filter-item .filter-criteria .input-prepend input,
.filter-box .filter-item .filter-criteria .input-append select,
.filter-box .filter-item .filter-criteria .input-prepend select {
  margin-bottom: 0;
}
.filter-box .filter-select {
  padding-right: 4px;
  height: 29px;
}
.filter-box .filter-select .disable-filter {
  margin-left: 3px;
}
.filter-select .select-filter-widget {
  font-weight: bold;
  color: #333;
  padding: 0 0 2px 0;
  background: none;
  border: none;
}
.filter-select .select-filter-widget .ui-icon {
  margin-top: 2px;
}
.ui-multiselect-menu.select-filter-widget {
  padding: 0 0 2px 0;
}
.ui-multiselect-menu.select-filter-widget ul {
  max-height: 170px;
}
.ui-multiselect-menu.select-filter-widget .ui-multiselect-close {
  display: none;
}
.ui-multiselect-menu.select-filter-widget .ui-multiselect-checkboxes label span {
  white-space: nowrap;
}
.ui-multiselect-menu.select-filter-widget .ui-multiselect-checkboxes li {
  padding: 0;
}
.ui-multiselect-menu.select-filter-widget .ui-multiselect-checkboxes label {
  margin: 0;
}
.ui-multiselect-menu.select-filter-widget .ui-multiselect-checkboxes label.ui-state-hover,
.ui-multiselect-menu.select-filter-widget .ui-multiselect-checkboxes label.ui-state-active {
  color: #fff;
}
.ui-multiselect-menu.select-filter-widget input[type="search"] {
  margin: 0;
}
.ui-multiselect-menu.select-filter-widget .ui-multiselect-header {
  padding: 0;
  margin: 0;
}
.ui-multiselect-menu.select-filter-widget .ui-multiselect-header > div {
  padding: 4px 4px 6px 4px;
}
.ui-multiselect-menu.select-filter-widget .ui-multiselect-header .ui-helper-reset {
  display: none;
}
.ui-multiselect-menu.select-filter-widget .ui-multiselect-checkboxes input[type="checkbox"] {
  margin: 0 6px 5px 5px;
}
.ui-multiselect-menu.select-filter-widget .ui-multiselect-optgroup-label {
  text-align: left;
  text-transform: uppercase;
  border-bottom: none;
}
.ui-multiselect-menu.select-filter-widget .ui-multiselect-optgroup-label a {
  padding-left: 10px;
}
.ui-multiselect-single .ui-multiselect-checkboxes label {
  line-height: 20px;
}
.ui-multiselect.select-filter-widget span.caret {
  margin-top: 8px;
  margin-right: 8px;
}
.ui-multiselect.filter-list {
  background: none;
  border: none;
  padding: 6px 0 4px 6px;
  font-size: 13.143px;
  font-weight: bold;
}
.ui-multiselect.filter-list.ui-state-hover {
  text-decoration: underline;
}
.filter-criteria .date-visual-element {
  width: 90px;
}
.filter-criteria .dropdown-menu a {
  color: #444;
}
.filter-criteria .dropdown-menu a:hover {
  color: #fff;
}
.filter-criteria .datetime-visual-element {
  width: 150px;
}
.ui-multiselect.select-filter-widget {
  width: auto !important;
}
