@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.box-close, .cap-box .cap-box-close {
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  color: #999;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  z-index: 1;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.box-close:before, .cap-box .cap-box-close:before {
  font-family: san-serif;
  content: "×";
}
.box-close:hover, .cap-box .cap-box-close:hover {
  color: #555;
  color: rgba(0, 0, 0, 0.8);
}

@-webkit-keyframes infinite-rotate {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes infinite-rotate {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes infinite-rotate {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes infinite-rotate {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scaleX-opacity {
  0% {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -moz-transform: scaleX(1.5);
    -ms-transform: scaleX(1.5);
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    opacity: 0;
  }
}
@-moz-keyframes scaleX-opacity {
  0% {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -moz-transform: scaleX(1.5);
    -ms-transform: scaleX(1.5);
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    opacity: 0;
  }
}
@-ms-keyframes scaleX-opacity {
  0% {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -moz-transform: scaleX(1.5);
    -ms-transform: scaleX(1.5);
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    opacity: 0;
  }
}
@keyframes scaleX-opacity {
  0% {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -moz-transform: scaleX(1.5);
    -ms-transform: scaleX(1.5);
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    opacity: 0;
  }
}
.table-light, .md-text table, .dataTable {
  width: 100%;
  border-left: none;
  border-bottom: none;
  border-collapse: separate;
  font-size: 1em;
  line-height: 1.5em;
}
.table-light td p:last-child, .md-text table td p:last-child, .dataTable td p:last-child, .table-light th p:last-child, .md-text table th p:last-child, .dataTable th p:last-child {
  margin-bottom: 0;
}
.table-light th, .md-text table th, .dataTable th, .table-light td, .md-text table td, .dataTable td {
  border-bottom: 1px solid #dddddd;
  border-collapse: collapse;
}
.table-light th, .md-text table th, .dataTable th {
  font-weight: bolder;
  border-bottom: 2px solid #bbb;
}

.ui-widget button, .button-attention, .button-primary, .button-error, .button-alert, .button {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  line-height: 1.3;
  padding: 0.5em 0.8em;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.ui-widget button:visited, .button-attention:visited, .button-primary:visited, .button-error:visited, .button-alert:visited, .button:visited {
  color: white;
}
.ui-widget button:focus, .button-attention:focus, .button-primary:focus, .button-error:focus, .button-alert:focus, .button:focus {
  color: white;
}
.ui-widget button:hover, .button-attention:hover, .button-primary:hover, .button-error:hover, .button-alert:hover, .button:hover {
  color: white;
}
.ui-widget button:active, .button-attention:active, .button-primary:active, .button-error:active, .button-alert:active, .button:active {
  color: white;
}
.ui-widget button.light, .light.button-attention, .light.button-primary, .light.button-error, .light.button-alert, .light.button {
  text-shadow: none;
  border: 1px solid #cecbcb;
  background-color: #f5f5f5;
}
.ui-widget button.light:hover, .light.button-attention:hover, .light.button-primary:hover, .light.button-error:hover, .light.button-alert:hover, .light.button:hover, .ui-widget button.light.current, .light.current.button-attention, .light.current.button-primary, .light.current.button-error, .light.current.button-alert, .light.current.button, .ui-widget button.light.selected, .light.selected.button-attention, .light.selected.button-primary, .light.selected.button-error, .light.selected.button-alert, .light.selected.button, .ui-widget button.light.active, .light.active.button-attention, .light.active.button-primary, .light.active.button-error, .light.active.button-alert, .light.active.button {
  background-color: #e6e5e5;
  border: 1px solid #cecbcb;
  -moz-box-shadow: inset 0 0.1em 0.5em 0.2em rgba(218, 216, 216, 0.6), 0 0 0.5em rgba(230, 229, 229, 0.3);
  -webkit-box-shadow: inset 0 0.1em 0.5em 0.2em rgba(218, 216, 216, 0.6), 0 0 0.5em rgba(230, 229, 229, 0.3);
  box-shadow: inset 0 0.1em 0.5em 0.2em rgba(218, 216, 216, 0.6), 0 0 0.5em rgba(230, 229, 229, 0.3);
}
.ui-widget button.light.disable, .light.disable.button-attention, .light.disable.button-primary, .light.disable.button-error, .light.disable.button-alert, .light.disable.button, .ui-widget button.light.disabled, .light.disabled.button-attention, .light.disabled.button-primary, .light.disabled.button-error, .light.disabled.button-alert, .light.disabled.button {
  background-color: #fafafa;
}
.ui-widget button.disable, .disable.button-attention, .disable.button-primary, .disable.button-error, .disable.button-alert, .disable.button {
  cursor: not-allowed;
  color: #ddd;
  pointer-events: none;
  opacity: 0.6;
}
.ui-widget button.disable:hover, .disable.button-attention:hover, .disable.button-primary:hover, .disable.button-error:hover, .disable.button-alert:hover, .disable.button:hover, .ui-widget button.disable.current, .disable.current.button-attention, .disable.current.button-primary, .disable.current.button-error, .disable.current.button-alert, .disable.current.button, .ui-widget button.disable.selected, .disable.selected.button-attention, .disable.selected.button-primary, .disable.selected.button-error, .disable.selected.button-alert, .disable.selected.button {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.row-divider:before, .row-divider-attention:before, .row-divider-primary:before, .row-divider-error:before, .row-divider-alert:before {
  content: "";
  position: absolute;
  width: 1px;
  margin-left: -1px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #ccc;
}

.cap-box .cap-box-footer-fill .button-fill, .cap-box .cap-box-footer-fill .button-fill-attention, .cap-box .cap-box-footer-fill .button-fill-primary, .cap-box .cap-box-footer-fill .button-fill-error, .cap-box .cap-box-footer-fill .button-fill-alert {
  display: block;
  padding: 20px;
  color: white;
  text-align: center;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.block-message, .block-message-attention, .block-message-primary, .block-message-error, .block-message-alert {
  padding: 0.75em 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.block-message p:last-child, .block-message-attention p:last-child, .block-message-primary p:last-child, .block-message-error p:last-child, .block-message-alert p:last-child {
  margin-bottom: 0;
}
.block-message .box-close, .block-message-attention .box-close, .block-message-primary .box-close, .block-message-error .box-close, .block-message-alert .box-close {
  float: right;
}
.notice.block-message, .notice.block-message-attention, .notice.block-message-primary, .notice.block-message-error, .notice.block-message-alert {
  position: fixed;
  right: 15px;
  bottom: 15px;
  margin-bottom: 0;
  z-index: 125;
}

.dataTables_wrapper .dataTables_paginate, .dataTables_wrapper ul.dataTables_paginate, .pagination, ul.pagination {
  *zoom: 1;
  list-style: none;
  margin: 0;
  text-align: center;
  line-height: 1em;
  display: inline-block;
}
.dataTables_wrapper .dataTables_paginate:after, .pagination:after {
  content: "";
  display: table;
  clear: both;
}

.dataTables_wrapper .dataTables_paginate li, .pagination li, .dataTables_wrapper .dataTables_paginate span, .pagination span {
  display: inline;
}
.dataTables_wrapper .dataTables_paginate a, .pagination a {
  cursor: pointer;
  display: block;
  float: left;
  padding: 0.8em 1em;
  margin-right: -1px;
  border: 1px solid #ddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.dataTables_wrapper .dataTables_paginate .disabled, .pagination .disabled, .dataTables_wrapper .dataTables_paginate .disabled a, .pagination .disabled a {
  color: white;
  background-color: #ddd;
  cursor: default;
}
.dataTables_wrapper .dataTables_paginate .disabled:hover, .pagination .disabled:hover, .dataTables_wrapper .dataTables_paginate .disabled a:hover, .pagination .disabled a:hover {
  background-color: #ddd;
}
.dataTables_wrapper .dataTables_paginate .active, .pagination .active, .dataTables_wrapper .dataTables_paginate .active a, .pagination .active a, .dataTables_wrapper .dataTables_paginate .selected, .pagination .selected, .dataTables_wrapper .dataTables_paginate .selected a, .pagination .selected a, .dataTables_wrapper .dataTables_paginate .current, .pagination .current {
  color: #aaa;
  cursor: default;
  border-bottom-color: #ddd;
}
.dataTables_wrapper .dataTables_paginate .active:hover, .pagination .active:hover, .dataTables_wrapper .dataTables_paginate .active a:hover, .pagination .active a:hover, .dataTables_wrapper .dataTables_paginate .selected:hover, .pagination .selected:hover, .dataTables_wrapper .dataTables_paginate .selected a:hover, .pagination .selected a:hover, .dataTables_wrapper .dataTables_paginate .current:hover, .pagination .current:hover {
  color: #aaa;
  background-color: white;
}
.dataTables_wrapper .dataTables_paginate .first-page, .pagination .first-page {
  margin-right: 1em;
  border-bottom-color: #ddd;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dataTables_wrapper .dataTables_paginate .last-page, .pagination .last-page {
  margin-left: 1em;
  border-bottom-color: #ddd;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.progress .progress-bar, .progress .progress-bar-attention, .progress .progress-bar-primary, .progress .progress-bar-error, .progress .progress-bar-alert {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #0082D7;
  -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress {
  overflow: hidden;
  height: 24px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-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-striped.progress > [class*="progress-bar"] {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}
.progress .sr-only {
  position: absolute;
  top: 100%;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.progress-thin.progress {
  height: 3px;
  border-radius: 0;
}
.progress-thin.progress > [class*="progress-bar"] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-wrap {
  position: relative;
  margin-bottom: 1.4em;
}
.input-wrap label, .input-wrap span {
  color: #777;
  display: block;
}
.input-wrap textarea, .input-wrap select, .input-wrap input, .input-wrap .form-input {
  background-color: #fefefe;
  padding: 0.38em 0.8em;
  color: #333;
  outline: none;
  margin: 0;
  width: 100%;
  border-color: #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0 1px 0.3em rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0.3em rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0.3em rgba(0, 0, 0, 0.075);
}
.input-wrap textarea:focus, .input-wrap select:focus, .input-wrap input:focus, .input-wrap .form-input:focus {
  border-color: #0082D7;
}
.input-wrap textarea:focus + label, .input-wrap textarea:focus + span, .input-wrap select:focus + label, .input-wrap select:focus + span, .input-wrap input:focus + label, .input-wrap input:focus + span, .input-wrap .form-input:focus + label, .input-wrap .form-input:focus + span {
  bottom: -2em;
  border-color: #0082D7;
  background-color: #0082D7;
}
.input-wrap textarea + label, .input-wrap textarea + span, .input-wrap select + label, .input-wrap select + span, .input-wrap input + label, .input-wrap input + span, .input-wrap .form-input + label, .input-wrap .form-input + span {
  position: absolute;
  bottom: -2em;
  font-size: 12px;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0.2em 1em;
  margin-top: -1px;
  color: white;
  overflow: hidden;
  -moz-transition: background-color 0.25s, bottom 0.25s;
  -o-transition: background-color 0.25s, bottom 0.25s;
  -webkit-transition: background-color 0.25s, bottom 0.25s;
  transition: background-color 0.25s, bottom 0.25s;
}

.fade {
  opacity: 0;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.fade .modal-dialog {
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.fade.in {
  opacity: 1;
}

.modal-open .dropdown-menu {
  z-index: 205;
}
.modal-open .dropdown.open {
  *z-index: 205;
}
.modal-open .popover {
  z-index: 206;
}
.modal-open .tooltip {
  z-index: 207;
}

.dropdown ul.dropdown-menu {
  margin-left: 0;
  list-style-type: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.6;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.in .modal-dialog {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal .modal-dialog {
  max-width: 960px;
  margin: 30px auto;
  padding: 20px;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-open {
  overflow: hidden;
}

.modal-sm {
  width: 300px;
}

.modal-md {
  width: 600px;
}

.modal-lg {
  width: 960px;
}

[data-toggle=buttons] > .btn > input {
  display: none;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tooltip {
  position: absolute;
  z-index: 102;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.8;
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid black;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: #000;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
  max-width: 280px;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover.top .arrow {
  margin-bottom: -6px;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ccc;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  border-bottom-width: 0;
  border-top-color: white;
  right: -5px;
}
.popover.right .arrow {
  margin-left: -6px;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #ccc;
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  border-left-width: 0;
  border-right-color: white;
  bottom: -5px;
}
.popover.bottom .arrow {
  margin-top: -6px;
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ccc;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  border-top-width: 0;
  border-bottom-color: white;
  right: -5px;
}
.popover.left .arrow {
  margin-right: -6px;
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ccc;
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -5px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  border-width: 5px;
  content: "";
}

.popover-inner {
  padding: 3px;
  width: 280px;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  background--moz-border-radius: 6px;
  background--webkit-border-radius: 6px;
  background-border-radius: 6px;
  background--moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background--webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.popover-title {
  padding: 9px 15px;
  font-size: 20px;
  margin: 0 !important;
  font-weight: normal !important;
  line-height: 1 !important;
  background-color: #e6e6e6;
  border-bottom: 1px solid #cdcdcd;
}

.popover-content {
  padding: 14px;
  background-color: white;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
.popover-content p, .popover-content ul, .popover-content ol {
  margin-bottom: 0;
}

.inline-loading, .btn-loading:before {
  display: inline-block;
  height: 1em;
  width: 1em;
  border: transparent 2px solid;
  border-radius: 50%;
  vertical-align: base;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: infinite-rotate 0.5s infinite linear;
  -moz-animation: infinite-rotate 0.5s infinite linear;
  -ms-animation: infinite-rotate 0.5s infinite linear;
  animation: infinite-rotate 0.5s infinite linear;
}

.inline-loading {
  border-top-color: black;
  border-left-color: rgba(0, 0, 0, 0.5);
}

.inline-loading.loading-attention {
  border-top-color: #64DD00;
  border-left-color: rgba(100, 221, 0, 0.5);
}

.inline-loading.loading-primary {
  border-top-color: #0082D7;
  border-left-color: rgba(0, 130, 215, 0.5);
}

.inline-loading.loading-error {
  border-top-color: #E60044;
  border-left-color: rgba(230, 0, 68, 0.5);
}

.inline-loading.loading-alert {
  border-top-color: orange;
  border-left-color: rgba(255, 165, 0, 0.5);
}

.inline-loading.loading-white {
  border-top-color: white;
  border-left-color: rgba(255, 255, 255, 0.5);
}

.loading-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 999;
}
.loading-wrap .inline-loading.center {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  margin-top: -0.5em;
  margin-left: -0.5em;
}

.btn-loading:before {
  content: "";
  border-top-color: white;
  border-left-color: rgba(255, 255, 255, 0.5);
}
.btn-loading.light:before {
  border-top-color: black;
  border-left-color: rgba(0, 0, 0, 0.5);
}

.top-loading {
  position: fixed;
  height: 3px;
  left: 0;
  top: 0;
  right: 0;
  background-color: #555;
  z-index: 999;
  color: white;
  -moz-transition: height 0.8s;
  -o-transition: height 0.8s;
  -webkit-transition: height 0.8s;
  transition: height 0.8s;
}
.top-loading:after, .top-loading:before {
  content: "";
  display: block;
  position: fixed;
  height: 3px;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.top-loading:before {
  background-color: #0082D7;
  -webkit-animation: scaleX-opacity 1.5s infinite linear;
  -moz-animation: scaleX-opacity 1.5s infinite linear;
  -ms-animation: scaleX-opacity 1.5s infinite linear;
  animation: scaleX-opacity 1.5s infinite linear;
}
.top-loading:after {
  background-color: #24a9ff;
  -webkit-animation: scaleX-opacity 1.5s infinite linear 1s;
  -moz-animation: scaleX-opacity 1.5s infinite linear 1s;
  -ms-animation: scaleX-opacity 1.5s infinite linear 1s;
  animation: scaleX-opacity 1.5s infinite linear 1s;
}
.top-loading > * {
  max-height: 0;
  overflow: hidden;
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -moz-transition: max-height 0.8s, -moz-transform 0.4s;
  -o-transition: max-height 0.8s, -o-transform 0.4s;
  -webkit-transition: max-height 0.8s, -webkit-transform 0.4s;
  transition: max-height 0.8s, transform 0.4s;
}
.top-loading.show {
  height: auto;
  padding: 15px;
}
.top-loading.show:after, .top-loading.show:before {
  content: "";
  display: none;
}
.top-loading.show > * {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  max-height: 300px;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
}

.fancybox-skin:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  bottom: 0px;
  left: 5px;
  right: 5px;
  height: 10px;
  z-index: -1;
  -webkit-box-shadow: black 0 0 30px;
  -moz-box-shadow: black 0 0 30px;
  box-shadow: black 0 0 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../Images/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../Images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  display: none;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../Images/blank.gif');
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../Images/fancybox_overlay.png');
  background: none, rgba(0, 0, 0, 0.65);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../Images/fancybox_sprite@2x.png');
    background-size: 44px 152px;
  }

  #fancybox-loading div {
    background-image: url('../Images/fancybox_loading@2x.gif');
    background-size: 24px 24px;
  }
}
/**
 * Nestable
 */
.ui-helper-clearfix {
  *zoom: 1;
}
.ui-helper-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
}

.ui-widget-content {
  color: #363636;
  background-color: #ddd;
}

.ui-state-default {
  border: 1px solid #d8d8d8;
  font-weight: normal;
  color: #363636;
  background-color: #f8f8f8;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background-color: #e8e8e8;
  color: #333;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #0082D7;
  color: white;
  border: #0073be;
  text-shadow: -1px -1px 0 #215c83;
}

.ui-state-active + .ui-widget-content {
  border: 1px solid #0063a4;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #0063a4;
  color: white;
  border: #004471;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  border: none;
  opacity: 0.35;
}

.ui-state-default .ui-icon:before {
  content: "▸";
}

.ui-state-active .ui-icon:before {
  content: "▾";
}

.ui-corner-all {
  border-radius: 3px;
}

.ui-widget button {
  color: #575757;
}
.ui-widget button:hover, .ui-widget button .ui-state-hover {
  color: #333;
}

.ui-slider {
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  cursor: default;
  touch-action: none;
  border-radius: 50%;
  outline: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
}
.ui-slider .ui-widget-header {
  background-color: #0082D7;
}

.ui-slider-horizontal {
  height: 3px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -6.5px;
  margin-left: -6.5px;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-datepicker {
  display: none;
  width: 230px;
  padding: 2px;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  cursor: default;
  background: #aaa;
  margin: 1px;
  color: #fff;
  text-align: center;
  padding: 4px;
}
.ui-datepicker .ui-datepicker-header a {
  color: white;
}
.ui-datepicker .ui-datepicker-header a:hover {
  color: #0082D7;
  background: none;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  display: block;
  position: absolute;
  top: 1px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 12px;
  padding: 2px 6px;
}
.ui-datepicker .ui-datepicker-prev span.ui-icon, .ui-datepicker .ui-datepicker-next span.ui-icon {
  display: none;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0.2em;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "◀";
  display: block;
}
.ui-datepicker .ui-datepicker-next {
  right: 0.2em;
}
.ui-datepicker .ui-datepicker-next:after {
  content: "▶";
  display: block;
}
.ui-datepicker .ui-state-active {
  background: #64c025;
  color: white;
  border: #59ab21;
  text-shadow: -1px -1px 0 #547240;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: 2px 0 0;
  font-size: 11px;
  border-spacing: 0;
  background-color: #fff;
}
.ui-datepicker table th, .ui-datepicker table td {
  table-layout: auto;
  border: 1px solid #eee;
}
.ui-datepicker table th {
  text-align: center;
  background: #3087c0;
  text-shadow: -1px -1px 0 #215c83;
  color: white;
  height: 30px;
}
.ui-datepicker table td {
  text-align: right;
}
.ui-datepicker table a, .ui-datepicker table span {
  display: block;
  padding: 5px;
  border: none;
  text-decoration: none;
}
.ui-datepicker select {
  height: auto;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: both;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2em;
}
.ui-accordion .ui-accordion-header {
  display: block;
  position: relative;
  min-height: 0;
  padding: 0.5em 1.5em 0.5em 3em;
  margin-top: 3px;
  cursor: pointer;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  outline: none;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 1.5em 1em 3em;
  border-top: 0;
  overflow: auto;
}
.ui-accordion .ui-accordion-header-icon {
  position: absolute;
  left: 1em;
  top: 50%;
  margin-top: -0.75em;
}

html {
  font-size: 100%;
  line-height: 1.5em;
}

.text, .md-text {
  *zoom: 1;
}
.text:after, .md-text:after {
  content: "";
  display: table;
  clear: both;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6, .md-text h1, .md-text h2, .md-text h3, .md-text h4, .md-text h5, .md-text h6 {
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
.text h1.title, .text h2.title, .text h3.title, .text h4.title, .text h5.title, .text h6.title, .md-text h1.title, .md-text h2.title, .md-text h3.title, .md-text h4.title, .md-text h5.title, .md-text h6.title {
  margin-top: 0;
}
.text h1.subheader, .text h1 .subheader, .text h2.subheader, .text h2 .subheader, .text h3.subheader, .text h3 .subheader, .text h4.subheader, .text h4 .subheader, .text h5.subheader, .text h5 .subheader, .text h6.subheader, .text h6 .subheader, .md-text h1.subheader, .md-text h1 .subheader, .md-text h2.subheader, .md-text h2 .subheader, .md-text h3.subheader, .md-text h3 .subheader, .md-text h4.subheader, .md-text h4 .subheader, .md-text h5.subheader, .md-text h5 .subheader, .md-text h6.subheader, .md-text h6 .subheader {
  color: #666;
}
.text h1 small, .text h2 small, .text h3 small, .text h4 small, .text h5 small, .text h6 small, .md-text h1 small, .md-text h2 small, .md-text h3 small, .md-text h4 small, .md-text h5 small, .md-text h6 small {
  font-weight: normal;
  color: #666;
  font-size: 80%;
}
.text h1, .md-text h1 {
  margin-bottom: 0.75em;
}
.text h1, .text h2, .md-text h1, .md-text h2 {
  font-size: 2em;
  line-height: 1.5em;
  margin-top: 0.75em;
}
.text h3, .md-text h3 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
}
.text h4, .md-text h4 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-top: 1.2em;
}
.text p, .md-text p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.text p code, .md-text p code {
  color: #E60044;
  padding: 0.3em 0.5em;
  background-color: #f7f7f7;
  border: #e1e1e1 1px solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.text strong, .md-text strong {
  font-weight: bolder;
}
.text em, .md-text em {
  font-style: italic;
}
.text hr, .md-text hr {
  margin: 24px 0 24px;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ffffff;
  clear: both;
}

.ul-list, .md-text ul {
  margin-bottom: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  margin-left: 1.5em;
  list-style-type: disc;
}
.ul-list ul, .ul-list ol, .md-text ul ul, .md-text ul ol {
  margin: 0 0 0 1.5em;
  list-style-type: disc;
}

.ol-list, .md-text ol {
  margin-bottom: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  margin-left: 1.5em;
  list-style-type: decimal;
}
.ol-list ul, .ol-list ol, .md-text ol ul, .md-text ol ol {
  margin: 0 0 0 1.5em;
  list-style-type: decimal;
}

.blockquote, .md-text blockquote {
  padding: 0 0 0 15px;
  border-left: 5px solid #ccc;
}
.blockquote p, .blockquote ul, .blockquote ol, .md-text blockquote p, .md-text blockquote ul, .md-text blockquote ol {
  margin-bottom: 0;
  color: #555;
}
.blockquote small, .blockquote em, .md-text blockquote small, .md-text blockquote em {
  color: #999;
}

.dl-list, .md-text dl {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.dl-list dt, .md-text dl dt {
  font-weight: bolder;
}
.dl-list dd, .md-text dl dd {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
  color: #555;
  position: relative;
}
.dl-list dd:before, .md-text dl dd:before {
  content: "";
  display: inline-block;
  width: 1em;
  border-top: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 0.75em;
}

.pre, .md-text pre {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  padding: 0.75em 1em;
  color: #0082D7;
  background-color: rgba(255, 255, 255, 0.8);
  border: dashed 1px #ff4d82;
  overflow-x: auto;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background: #999;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background: #999;
}

.label-attention {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background: #64DD00;
}

.label-primary {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background: #0082D7;
}

.label-error {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background: #E60044;
}

.label-alert {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background: orange;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.align-top {
  vertical-align: top !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-middle {
  vertical-align: middle !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.font {
  color: #333 !important;
}

.font-attention {
  color: #64DD00 !important;
}

.font-primary {
  color: #0082D7 !important;
}

.font-error {
  color: #E60044 !important;
}

.font-alert {
  color: orange !important;
}

.font-gray {
  color: #999 !important;
}

.font-white {
  color: white !important;
}

.table-light th, .table-light td, .md-text table th, .md-text table td {
  text-align: left;
  padding: 0.4em;
}
.table-light tbody tr:nth-child(odd), .md-text table tbody tr:nth-child(odd) {
  background-color: #fbfbfb;
  background-color: rgba(251, 251, 251, 0.8);
}
.table-light tbody tr:nth-child(even), .md-text table tbody tr:nth-child(even) {
  background-color: #eee;
  background-color: rgba(238, 238, 238, 0.8);
}
.table-light.tr-s-bg tbody tr, .md-text table.tr-s-bg tbody tr {
  background-color: #fbfbfb;
}

.dataTable {
  clear: both;
  margin-bottom: 1.5em;
}
.dataTable th, .dataTable td {
  text-align: left;
  padding: 0.4em;
}
.dataTable tbody tr:nth-child(odd) {
  background-color: #fbfbfb;
  background-color: rgba(251, 251, 251, 0.8);
}
.dataTable tbody tr:nth-child(even) {
  background-color: #eee;
  background-color: rgba(238, 238, 238, 0.8);
}
.dataTable.tr-s-bg tbody tr {
  background-color: #fbfbfb;
}
.dataTable thead .sorting_asc, .dataTable thead .sorting_desc, .dataTable thead .sorting {
  cursor: pointer;
  position: relative;
}
.dataTable thead .sorting_asc:before, .dataTable thead .sorting_desc:before, .dataTable thead .sorting:before {
  position: absolute;
  right: 4px;
  top: 0.4em;
  color: #ccc;
}
.dataTable thead .sorting_asc:before {
  content: "▴";
}
.dataTable thead .sorting_desc:before {
  content: "▾";
}
.dataTable tbody tr:nth-child(odd) .sorting_1, .dataTable tbody tr.odd .sorting_1 {
  background-color: #eee;
}
.dataTable tbody tr:nth-child(even) .sorting_1, .dataTable tbody tr.even .sorting_1 {
  background-color: #e1e1e1;
}
.dataTable.tr-s-bg tbody tr .sorting_1 {
  background-color: #eee;
}
.dataTable tfoot th {
  border-bottom: none;
}
.dataTable.cell-border tr td {
  border-right: 1px solid #dddddd;
}
.dataTable.cell-border tr td:first-child {
  border-left: 1px solid #dddddd;
}

.dataTables_wrapper {
  *zoom: 1;
}
.dataTables_wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  margin-bottom: 1.5em;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_length {
  float: left;
  margin-bottom: 1.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  margin-top: 6px;
  padding-top: 0.8em;
}
.dataTables_wrapper .dataTables_paginate, .dataTables_wrapper ul.dataTables_paginate {
  margin: 10px auto 10px auto;
}
.dataTables_wrapper .dataTables_paginate a {
  border-bottom-color: #777;
  color: #777;
}
.dataTables_wrapper .dataTables_paginate a:hover {
  background-color: #f6f6f6;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_paginate a {
  display: inline-block;
  float: none;
}

.button-attention {
  border: 1px solid #5bc900;
  background-color: #64DD00;
}
.button-attention:hover {
  background-color: #5bc900;
  border: 1px solid #4faf00;
}
.button-attention.current, .button-attention.selected, .button-attention.active {
  background-color: #5bc900;
  border: 1px solid #4faf00;
  box-shadow: inset 0 -0.3em 0.5em rgba(72, 160, 0, 0.4);
}
.button-attention.selected, .button-attention.active {
  border: 1px solid #387c00;
  background-color: #5bc900;
}
.button-attention.disable, .button-attention.disabled {
  background-color: #9be360;
  border: 1px solid #90e04f;
}

.button-attention.light {
  color: #64DD00;
}
.button-attention.light:visited {
  color: #5bc900;
}
.button-attention.light:focus {
  color: #5bc900;
}
.button-attention.light:hover {
  color: #5bc900;
}
.button-attention.light:active {
  color: #5bc900;
}
.button-attention.light.selected, .button-attention.light.active {
  color: white;
  border: 1px solid #64DD00;
  background-color: #5bc900;
  box-shadow: none;
}
.button-attention.light.disable {
  border: 1px solid #90e04f;
}

.button-primary {
  border: 1px solid #0076c3;
  background-color: #0082D7;
}
.button-primary:hover {
  background-color: #0076c3;
  border: 1px solid #0066a9;
}
.button-primary.current, .button-primary.selected, .button-primary.active {
  background-color: #0076c3;
  border: 1px solid #0066a9;
  box-shadow: inset 0 -0.3em 0.5em rgba(0, 93, 154, 0.4);
}
.button-primary.selected, .button-primary.active {
  border: 1px solid #004776;
  background-color: #0076c3;
}
.button-primary.disable, .button-primary.disabled {
  background-color: #5bade2;
  border: 1px solid #4aa4df;
}

.button-primary.light {
  color: #0082D7;
}
.button-primary.light:visited {
  color: #0076c3;
}
.button-primary.light:focus {
  color: #0076c3;
}
.button-primary.light:hover {
  color: #0076c3;
}
.button-primary.light:active {
  color: #0076c3;
}
.button-primary.light.selected, .button-primary.light.active {
  color: white;
  border: 1px solid #0082D7;
  background-color: #0076c3;
  box-shadow: none;
}
.button-primary.light.disable {
  border: 1px solid #4aa4df;
}

.button-error {
  border: 1px solid #d2003e;
  background-color: #E60044;
}
.button-error:hover {
  background-color: #d2003e;
  border: 1px solid #b80036;
}
.button-error.current, .button-error.selected, .button-error.active {
  background-color: #d2003e;
  border: 1px solid #b80036;
  box-shadow: inset 0 -0.3em 0.5em rgba(169, 0, 50, 0.4);
}
.button-error.selected, .button-error.active {
  border: 1px solid #850027;
  background-color: #d2003e;
}
.button-error.disable, .button-error.disabled {
  background-color: #e4688d;
  border: 1px solid #e1567f;
}

.button-error.light {
  color: #E60044;
}
.button-error.light:visited {
  color: #d2003e;
}
.button-error.light:focus {
  color: #d2003e;
}
.button-error.light:hover {
  color: #d2003e;
}
.button-error.light:active {
  color: #d2003e;
}
.button-error.light.selected, .button-error.light.active {
  color: white;
  border: 1px solid #E60044;
  background-color: #d2003e;
  box-shadow: none;
}
.button-error.light.disable {
  border: 1px solid #e1567f;
}

.button-alert {
  border: 1px solid #eb9800;
  background-color: orange;
}
.button-alert:hover {
  background-color: #eb9800;
  border: 1px solid #d18700;
}
.button-alert.current, .button-alert.selected, .button-alert.active {
  background-color: #eb9800;
  border: 1px solid #d18700;
  box-shadow: inset 0 -0.3em 0.5em rgba(194, 125, 0, 0.4);
}
.button-alert.selected, .button-alert.active {
  border: 1px solid #9e6600;
  background-color: #eb9800;
}
.button-alert.disable, .button-alert.disabled {
  background-color: #e8c27d;
  border: 1px solid #e5ba6c;
}

.button-alert.light {
  color: orange;
}
.button-alert.light:visited {
  color: #eb9800;
}
.button-alert.light:focus {
  color: #eb9800;
}
.button-alert.light:hover {
  color: #eb9800;
}
.button-alert.light:active {
  color: #eb9800;
}
.button-alert.light.selected, .button-alert.light.active {
  color: white;
  border: 1px solid orange;
  background-color: #eb9800;
  box-shadow: none;
}
.button-alert.light.disable {
  border: 1px solid #e5ba6c;
}

.button {
  border: 1px solid #e4e3e3;
  background-color: #eee;
}
.button:hover {
  background-color: #e4e3e3;
  border: 1px solid #d8d6d6;
}
.button.current, .button.selected, .button.active {
  background-color: #e4e3e3;
  border: 1px solid #d8d6d6;
  box-shadow: inset 0 -0.3em 0.5em rgba(208, 206, 206, 0.4);
}
.button.selected, .button.active {
  border: 1px solid #bfbcbc;
  background-color: #e4e3e3;
}
.button.disable, .button.disabled {
  background-color: white;
  border: 1px solid white;
}

.button.light {
  color: #eee;
}
.button.light:visited {
  color: #e4e3e3;
}
.button.light:focus {
  color: #e4e3e3;
}
.button.light:hover {
  color: #e4e3e3;
}
.button.light:active {
  color: #e4e3e3;
}
.button.light.selected, .button.light.active {
  color: white;
  border: 1px solid #eee;
  background-color: #e4e3e3;
  box-shadow: none;
}
.button.light.disable {
  border: 1px solid white;
}

.button {
  color: #777;
  text-shadow: none;
}
.button:visited {
  color: #777;
}
.button:focus {
  color: #777;
}
.button:hover {
  color: #777;
}
.button:active {
  color: #777;
}

.button-group {
  *zoom: 1;
  display: inline-block;
  vertical-align: middle;
}
.button-group:after {
  content: "";
  display: table;
  clear: both;
}
.button-group > [class*="button"] {
  float: left;
  margin-left: -1px;
  margin-right: 0;
}
.button-group > [class*="button"]:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.button-group > [class*="button"]:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.button-group > [class*="button"]:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

.no-margin {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mbm {
  margin-bottom: 10px;
}

.mtm {
  margin-top: 10px;
}

.mbs {
  margin-bottom: 5px;
}

.mts {
  margin-top: 5px;
}

.mbl {
  margin-bottom: 20px;
}

.mtl {
  margin-top: 20px;
}

.mr0 {
  margin-right: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mrm {
  margin-right: 10px;
}

.mlm {
  margin-left: 10px;
}

.mrs {
  margin-right: 5px;
}

.mls {
  margin-left: 5px;
}

.mrl {
  margin-right: 20px;
}

.mll {
  margin-left: 20px;
}

.display-none, .none {
  display: none;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.font-size-xs {
  font-size: 12px;
}

.font-size-s {
  font-size: 14px;
}

.font-size-l {
  font-size: 20px;
}

.font-size-xl {
  font-size: 24px;
}

.font-size-xxl {
  font-size: 32px;
}

.relative {
  position: relative;
}

.bg-attention, tr.bg-attention > td {
  background-color: #64DD00;
}

.bg-attention.light, tr.bg-attention.light > td {
  background-color: #a7ff5e;
}

.bg-attention.lighter, tr.bg-attention.lighter > td {
  background-color: #d0ffaa;
}

.bg-primary, tr.bg-primary > td {
  background-color: #0082D7;
}

.bg-primary.light, tr.bg-primary.light > td {
  background-color: #58bdff;
}

.bg-primary.lighter, tr.bg-primary.lighter > td {
  background-color: #a4dbff;
}

.bg-error, tr.bg-error > td {
  background-color: #E60044;
}

.bg-error.light, tr.bg-error.light > td {
  background-color: #ff6694;
}

.bg-error.lighter, tr.bg-error.lighter > td {
  background-color: #ffb3c9;
}

.bg-alert, tr.bg-alert > td {
  background-color: orange;
}

.bg-alert.light, tr.bg-alert.light > td {
  background-color: #ffd280;
}

.bg-alert.lighter, tr.bg-alert.lighter > td {
  background-color: #ffedcc;
}

.text-shadow-attention {
  text-shadow: 0 0 5px #64DD00;
}

.text-shadow-primary {
  text-shadow: 0 0 5px #0082D7;
}

.text-shadow-error {
  text-shadow: 0 0 5px #E60044;
}

.text-shadow-alert {
  text-shadow: 0 0 5px orange;
}

label {
  color: #777;
  font-weight: 600;
}
label.block {
  margin-top: 1em;
  display: block;
}

option {
  outline: none;
}

input, textarea, select, .form-input, .form-control, .input-group-addon {
  margin: 0;
  background-color: #fefefe;
  vertical-align: middle;
  padding: 0.5em 0.8em;
  line-height: 1.3;
  color: #333;
  outline: none;
  background-image: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0 1px 0.3em rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0.3em rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0.3em rgba(0, 0, 0, 0.075);
}
input[disabled], textarea[disabled], select[disabled], .form-input[disabled], .form-control[disabled], .input-group-addon[disabled] {
  cursor: default;
  background-color: #eee;
}

input {
  height: 2.4em;
}

button, input, textarea, select {
  font-size: 16px;
}

select {
  cursor: pointer;
  text-transform: none;
  height: 2.4em;
}

input[type="checkbox"], input[type="checkbox"]:focus, input[type="checkbox"]:active, input[type="checkbox"]:hover, input[type="radio"], input[type="radio"]:focus, input[type="radio"]:active, input[type="radio"]:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
}

textarea, input, select, .form-input {
  border: 1px solid #ccc;
  max-width: 100%;
  border-radius: 2px;
  -moz-transition: box-shadow 0.3s, border-color 0.3s;
  -o-transition: box-shadow 0.3s, border-color 0.3s;
  -webkit-transition: box-shadow 0.3s, border-color 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s;
}
textarea:hover, input:hover, select:hover, .form-input:hover {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
textarea:focus, input:focus, select:focus, .form-input:focus {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(0, 130, 215, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(0, 130, 215, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(0, 130, 215, 0.3);
  background-color: #ffffff;
  border: 1px solid #0b9fff;
}

.form-input-attention {
  border-color: #7dff11;
}
.form-input-attention:focus, .form-input-attention:active {
  border-color: #4daa00;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(100, 221, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(100, 221, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(100, 221, 0, 0.3);
}

.form-input-primary {
  border-color: #0b9fff;
}
.form-input-primary:focus, .form-input-primary:active {
  border-color: #0063a4;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(0, 130, 215, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(0, 130, 215, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(0, 130, 215, 0.3);
}

.form-input-error {
  border-color: #ff1a5e;
}
.form-input-error:focus, .form-input-error:active {
  border-color: #b30035;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(230, 0, 68, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(230, 0, 68, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(230, 0, 68, 0.3);
}

.form-input-alert {
  border-color: #ffb733;
}
.form-input-alert:focus, .form-input-alert:active {
  border-color: #cc8400;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(255, 165, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(255, 165, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(255, 165, 0, 0.3);
}

.form-group {
  margin-bottom: 1.5em;
  *zoom: 1;
  margin-left: -15px;
  margin-right: -15px;
}
.form-group:after {
  content: "";
  display: table;
  clear: both;
}
.form-group.has-feedback {
  position: relative;
}
.form-group.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-group.inline-block {
  display: inline-block;
  margin: 0;
}

.form-control-feedback {
  position: absolute;
  color: #b3b3b3;
  bottom: 0.1em;
  right: 0;
  z-index: 2;
  display: block;
  padding: 0.6em 0.8em;
  line-height: 1.3;
  text-align: center;
}

.form-control {
  width: 100%;
}

.control-label {
  padding-top: 0.6em;
  line-height: 1.3;
}

.has-attention {
  border-color: #7dff11;
}
.has-attention label {
  color: #64DD00;
}
.has-attention input {
  border-color: #64DD00;
}
.has-attention input:focus, .has-attention input:active {
  border-color: #4daa00;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(100, 221, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(100, 221, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(100, 221, 0, 0.3);
}
.has-attention .form-control-feedback {
  color: #7dff11;
}

.has-primary {
  border-color: #0b9fff;
}
.has-primary label {
  color: #0082D7;
}
.has-primary input {
  border-color: #0082D7;
}
.has-primary input:focus, .has-primary input:active {
  border-color: #0063a4;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(0, 130, 215, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(0, 130, 215, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(0, 130, 215, 0.3);
}
.has-primary .form-control-feedback {
  color: #0b9fff;
}

.has-error {
  border-color: #ff1a5e;
}
.has-error label {
  color: #E60044;
}
.has-error input {
  border-color: #E60044;
}
.has-error input:focus, .has-error input:active {
  border-color: #b30035;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(230, 0, 68, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(230, 0, 68, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(230, 0, 68, 0.3);
}
.has-error .form-control-feedback {
  color: #ff1a5e;
}

.has-alert {
  border-color: #ffb733;
}
.has-alert label {
  color: orange;
}
.has-alert input {
  border-color: orange;
}
.has-alert input:focus, .has-alert input:active {
  border-color: #cc8400;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(255, 165, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(255, 165, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0.6em rgba(255, 165, 0, 0.3);
}
.has-alert .form-control-feedback {
  color: #ffb733;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .form-control {
  display: table-cell;
}
.input-group > [class*="button"] {
  display: table-cell;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.input-group > [class*="button"]:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.input-group > [class*="button"]:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group > [class*="button"]:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0;
}

.input-group-addon {
  text-align: center;
  white-space: nowrap;
  display: table-cell;
  line-height: 1.3;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #e6e6e6;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-wrap.attention {
  margin-bottom: 2em;
}
.input-wrap.attention textarea, .input-wrap.attention select, .input-wrap.attention input, .input-wrap.attention .form-input {
  border-color: #64DD00;
}
.input-wrap.attention input:focus, .input-wrap.attention textarea:focus, .input-wrap.attention select:focus, .input-wrap.attention .form-input:focus {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 1em rgba(100, 221, 0, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 1em rgba(100, 221, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 1em rgba(100, 221, 0, 0.6);
  border-color: #4daa00;
}
.input-wrap.attention input + label, .input-wrap.attention input + span, .input-wrap.attention textarea + label, .input-wrap.attention textarea + span, .input-wrap.attention select + label, .input-wrap.attention select + span, .input-wrap.attention .form-input + label, .input-wrap.attention .form-input + span {
  border-color: #64DD00;
  background-color: #64DD00;
}
.input-wrap.primary {
  margin-bottom: 2em;
}
.input-wrap.primary textarea, .input-wrap.primary select, .input-wrap.primary input, .input-wrap.primary .form-input {
  border-color: #0082D7;
}
.input-wrap.primary input:focus, .input-wrap.primary textarea:focus, .input-wrap.primary select:focus, .input-wrap.primary .form-input:focus {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 1em rgba(0, 130, 215, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 1em rgba(0, 130, 215, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 1em rgba(0, 130, 215, 0.6);
  border-color: #0063a4;
}
.input-wrap.primary input + label, .input-wrap.primary input + span, .input-wrap.primary textarea + label, .input-wrap.primary textarea + span, .input-wrap.primary select + label, .input-wrap.primary select + span, .input-wrap.primary .form-input + label, .input-wrap.primary .form-input + span {
  border-color: #0082D7;
  background-color: #0082D7;
}
.input-wrap.error {
  margin-bottom: 2em;
}
.input-wrap.error textarea, .input-wrap.error select, .input-wrap.error input, .input-wrap.error .form-input {
  border-color: #E60044;
}
.input-wrap.error input:focus, .input-wrap.error textarea:focus, .input-wrap.error select:focus, .input-wrap.error .form-input:focus {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 1em rgba(230, 0, 68, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 1em rgba(230, 0, 68, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 1em rgba(230, 0, 68, 0.6);
  border-color: #b30035;
}
.input-wrap.error input + label, .input-wrap.error input + span, .input-wrap.error textarea + label, .input-wrap.error textarea + span, .input-wrap.error select + label, .input-wrap.error select + span, .input-wrap.error .form-input + label, .input-wrap.error .form-input + span {
  border-color: #E60044;
  background-color: #E60044;
}
.input-wrap.alert {
  margin-bottom: 2em;
}
.input-wrap.alert textarea, .input-wrap.alert select, .input-wrap.alert input, .input-wrap.alert .form-input {
  border-color: orange;
}
.input-wrap.alert input:focus, .input-wrap.alert textarea:focus, .input-wrap.alert select:focus, .input-wrap.alert .form-input:focus {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 1em rgba(255, 165, 0, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 1em rgba(255, 165, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 1em rgba(255, 165, 0, 0.6);
  border-color: #cc8400;
}
.input-wrap.alert input + label, .input-wrap.alert input + span, .input-wrap.alert textarea + label, .input-wrap.alert textarea + span, .input-wrap.alert select + label, .input-wrap.alert select + span, .input-wrap.alert .form-input + label, .input-wrap.alert .form-input + span {
  border-color: orange;
  background-color: orange;
}

.fieldset {
  padding: 0.75em 0.75em 0.75em;
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
}
.fieldset legend {
  color: #575757;
  padding: 0 4px;
}
.fieldset legend:empty {
  margin: 0;
  padding: 0;
}

.divider {
  position: relative;
  font-size: 1em;
  line-height: 1.5em;
  margin: 3em 5em;
  height: auto;
  padding: 0;
  text-align: center;
}
.divider:after, .divider:before {
  position: absolute;
  content: " ";
  z-index: 1;
  width: 50%;
  top: 50%;
  height: 0;
  border-top-color: #ccc;
  border-bottom-color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.divider:after {
  left: 0;
  margin-left: -5em;
}
.divider:before {
  right: 0;
  margin-right: -5em;
}

.grid-row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.grid-row:after {
  content: "";
  display: table;
  clear: both;
}

.col1 {
  width: 8.3333333333%;
}

.offset1 {
  margin-left: 8.3333333333%;
}

.col2 {
  width: 16.6666666667%;
}

.offset2 {
  margin-left: 16.6666666667%;
}

.col3 {
  width: 25%;
}

.offset3 {
  margin-left: 25%;
}

.col4 {
  width: 33.3333333333%;
}

.offset4 {
  margin-left: 33.3333333333%;
}

.col5 {
  width: 41.6666666667%;
}

.offset5 {
  margin-left: 41.6666666667%;
}

.col6 {
  /*width: 50%;*/
}

.offset6 {
  margin-left: 50%;
}

.col7 {
  width: 58.3333333333%;
}

.offset7 {
  margin-left: 58.3333333333%;
}

.col8 {
  width: 66.6666666667%;
}

.offset8 {
  margin-left: 66.6666666667%;
}

.col9 {
  width: 75%;
}

.offset9 {
  margin-left: 75%;
}

.col10 {
  width: 83.3333333333%;
}

.offset10 {
  margin-left: 83.3333333333%;
}

.col11 {
  width: 91.6666666667%;
}

.offset11 {
  margin-left: 91.6666666667%;
}

.col12 {
  width: 100%;
}

.offset12 {
  margin-left: 100%;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  position: relative;
  min-height: 1px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}
@media (max-width: 767px) {
  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    float: none;
    width: auto;
  }
}

@media (max-width: 767px) {
  .offset1, .offset2, .offset3, .offset4, .offset5, .offset6, .offset7, .offset8, .offset9, .offset10, .offset11, .offset12 {
    margin-left: 0;
  }
}

.row {
  *zoom: 1;
  position: relative;
  margin-bottom: 1.5em;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row-divider-attention:before {
  background-color: #b5ff77;
}

.row-divider-primary:before {
  background-color: #71c7ff;
}

.row-divider-error:before {
  background-color: #ff80a6;
}

.row-divider-alert:before {
  background-color: #ffdb99;
}

.flu-box {
  margin: 0;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flu-box.half {
  width: 48.75%;
  margin-right: 2.5%;
}
.flu-box.quarter {
  width: 23.125%;
  margin-right: 2.5%;
}
.flu-box.third-one {
  width: 31.6666666667%;
  margin-right: 2.5%;
}
.flu-box.third-two {
  width: 65.8333333333%;
  margin-right: 2.5%;
}
.flu-box.last {
  margin-right: 0;
}

.full {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block-message {
  *border: #0082D7 1px solid;
  -moz-box-shadow: 0 0 0 1px #0082D7 inset;
  -webkit-box-shadow: 0 0 0 1px #0082D7 inset;
  box-shadow: 0 0 0 1px #0082D7 inset;
  background-color: #b8ddf5;
}

.block-message-attention {
  *border: #64DD00 1px solid;
  -moz-box-shadow: 0 0 0 1px #64DD00 inset;
  -webkit-box-shadow: 0 0 0 1px #64DD00 inset;
  box-shadow: 0 0 0 1px #64DD00 inset;
  background-color: #d7f6be;
}

.block-message-primary {
  *border: #0082D7 1px solid;
  -moz-box-shadow: 0 0 0 1px #0082D7 inset;
  -webkit-box-shadow: 0 0 0 1px #0082D7 inset;
  box-shadow: 0 0 0 1px #0082D7 inset;
  background-color: #b8ddf5;
}

.block-message-error {
  *border: #E60044 1px solid;
  -moz-box-shadow: 0 0 0 1px #E60044 inset;
  -webkit-box-shadow: 0 0 0 1px #E60044 inset;
  box-shadow: 0 0 0 1px #E60044 inset;
  background-color: #f7c5d4;
}

.block-message-alert {
  *border: orange 1px solid;
  -moz-box-shadow: 0 0 0 1px orange inset;
  -webkit-box-shadow: 0 0 0 1px orange inset;
  box-shadow: 0 0 0 1px orange inset;
  background-color: #faefdb;
}

.pagination, ul.pagination {
  margin: 30px auto 30px auto;
}

.pagination a {
  border-bottom-color: #0082D7;
  color: #0082D7;
}
.pagination a:hover {
  background-color: #d7efff;
}

.nav-tabs {
  margin-bottom: 1.5em;
  border-bottom: #c6c3c3 1px solid;
  *zoom: 1;
}
.nav-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  display: block;
}
.nav-tabs > li > a {
  display: block;
  padding: 0.72em 1em;
  margin-right: 3px;
  line-height: 1;
  border: 1px solid transparent;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background-color: #eee;
  border-bottom-color: #c6c3c3;
}
.nav-tabs > li.active > a, .nav-tabs > li.selected > a {
  color: #555;
  background-color: white;
  border-color: #c6c3c3;
  border-bottom-color: transparent;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.breadcrumb {
  list-style-type: none;
  margin: 1em 0;
  color: #999;
  *zoom: 1;
}
.breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li + li:before {
  content: "/";
  padding: 0 5px;
  color: #ccc;
}

.dropdown {
  position: relative;
}
.dropdown.open {
  *z-index: 100;
}

.open .dropdown-menu {
  display: block;
}

.navbar-right .dropdown-menu {
  right: 0;
  left: auto;
}

.dropdown-toggle:active, .dropdown-toggle.dropdown-toggle {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  float: left;
  display: none;
  min-width: 160px;
  padding: 0.3em 0;
  margin: 0;
  list-style: none;
  background-color: white;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.dropdown-menu.bottom-up {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 5px 1px;
  overflow: hidden;
  background-color: #eaeaea;
  border-bottom: 1px solid white;
  *width: 100%;
  *margin: -5px 0 5px;
}
.dropdown-menu li > a {
  display: block;
  padding: 0.2em 15px;
  clear: both;
  color: #333;
  white-space: nowrap;
  outline: none;
  border-left: 2px solid transparent;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  color: #333;
  background-color: #eaeaea;
  border-color: #aaa;
}
.dropdown-menu li.disabled > a {
  color: #aaa;
  cursor: not-allowed;
  background: none;
  border-color: transparent;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  *text-indent: 0;
  margin: 0 8px;
  vertical-align: top;
  opacity: 0.8;
}
.caret:before {
  content: "▾";
}

.dropdown:hover .caret, .open.dropdown .caret {
  opacity: 1;
}

.progress .progress-bar-attention {
  background-color: #64DD00;
}

.progress .progress-bar-primary {
  background-color: #0082D7;
}

.progress .progress-bar-error {
  background-color: #E60044;
}

.progress .progress-bar-alert {
  background-color: orange;
}

.loading-double-bounce {
  background-color: rgba(0, 0, 0, 0.75);
}
.loading-double-bounce:after, .loading-double-bounce:before, .loading-double-bounce {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.loading-double-bounce:after, .loading-double-bounce:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  margin: auto;
  border-radius: 50%;
  opacity: 0.6;
  background-color: #FFF;
  z-index: 1000;
  -webkit-animation: loading-double-bounce 2s infinite ease-in-out;
  -moz-animation: loading-double-bounce 2s infinite ease-in-out;
  -ms-animation: loading-double-bounce 2s infinite ease-in-out;
  animation: loading-double-bounce 2s infinite ease-in-out;
}
.loading-double-bounce:after {
  -webkit-animation: loading-double-bounce 2s infinite -1s ease-in-out;
  -moz-animation: loading-double-bounce 2s infinite -1s ease-in-out;
  -ms-animation: loading-double-bounce 2s infinite -1s ease-in-out;
  animation: loading-double-bounce 2s infinite -1s ease-in-out;
}

@-webkit-keyframes loading-double-bounce {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes loading-double-bounce {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-ms-keyframes loading-double-bounce {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes loading-double-bounce {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.cap-box {
  max-width: 100%;
  background-color: #FFF;
  border: 1px solid #ccc;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
}
.cap-box:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  bottom: 0px;
  left: 5px;
  right: 5px;
  height: 10px;
  z-index: -1;
  -moz-box-shadow: black 0 0 30px;
  -webkit-box-shadow: black 0 0 30px;
  box-shadow: black 0 0 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cap-box .cap-box-title {
  padding: 10px 20px;
  margin: 0;
  border-bottom: #ccc solid 1px;
  color: #777;
}
.cap-box .cap-box-content {
  padding: 20px;
}
.cap-box .cap-box-content input[type="text"] {
  width: 100%;
}
.cap-box .cap-box-content label:first-child {
  margin-top: 0;
}
.cap-box .cap-box-footer {
  border-top: #ccc dashed 1px;
  position: relative;
  padding: 20px;
  text-align: right;
}
.cap-box .cap-box-footer-fill {
  margin-top: 20px;
  margin-bottom: 0;
}
.cap-box .cap-box-footer-fill .button-fill {
  background-color: #777;
}
.cap-box .cap-box-footer-fill .button-fill:hover {
  background-color: #555;
}
.cap-box .cap-box-footer-fill .button-fill-attention {
  background-color: #64DD00;
}
.cap-box .cap-box-footer-fill .button-fill-attention:hover {
  background-color: #4daa00;
}
.cap-box .cap-box-footer-fill .button-fill-primary {
  background-color: #0082D7;
}
.cap-box .cap-box-footer-fill .button-fill-primary:hover {
  background-color: #0063a4;
}
.cap-box .cap-box-footer-fill .button-fill-error {
  background-color: #E60044;
}
.cap-box .cap-box-footer-fill .button-fill-error:hover {
  background-color: #b30035;
}
.cap-box .cap-box-footer-fill .button-fill-alert {
  background-color: orange;
}
.cap-box .cap-box-footer-fill .button-fill-alert:hover {
  background-color: #cc8400;
}
.cap-box .cap-box-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.process-box .process-box-bar {
  list-style: none;
  margin: 0 auto;
  padding: 10px 0;
  *zoom: 1;
}
.process-box .process-box-bar:after {
  content: "";
  display: table;
  clear: both;
}
.process-box .process-box-bar li {
  float: left;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0 20px 20px 20px;
  color: #aaa;
}
.process-box .process-box-bar li:before {
  content: "";
  width: 10px;
  height: 10px;
  border: #aaa 3px solid;
  background-color: #fff;
  margin: 0 auto 14px auto;
  display: block;
  position: relative;
  z-index: 2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.process-box .process-box-bar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #aaa;
  position: absolute;
  left: -50%;
  top: 7px;
  z-index: 1;
}
.process-box .process-box-bar li:first-child:after {
  content: none;
}
.process-box .process-box-bar li.current, .process-box .process-box-bar li.current a {
  color: orange;
}
.process-box .process-box-bar li.current:before, .process-box .process-box-bar li.current a:before {
  border-color: orange;
}
.process-box .process-box-bar li.current:after, .process-box .process-box-bar li.current a:after {
  background: orange;
}
.process-box .process-box-bar li.selected, .process-box .process-box-bar li.selected a {
  color: #0082D7;
}
.process-box .process-box-bar li.selected:before, .process-box .process-box-bar li.selected a:before {
  border-color: #0082D7;
  border-style: dotted;
  -webkit-animation: infinite-rotate 3s infinite linear;
  -moz-animation: infinite-rotate 3s infinite linear;
  -ms-animation: infinite-rotate 3s infinite linear;
  animation: infinite-rotate 3s infinite linear;
}
.process-box .process-box-bar li.selected:after, .process-box .process-box-bar li.selected a:after {
  background: orange;
}
.process-box .process-box-bar.step-2 li {
  width: 50%;
}
.process-box .process-box-bar.step-3 li {
  width: 33.3333333333%;
}
.process-box .process-box-bar.step-4 li {
  width: 25%;
}
.process-box .process-box-bar.step-5 li {
  width: 20%;
}
.process-box .process-box-bar.step-6 li {
  width: 16.6666666667%;
}
.process-box .process-box-bar.step-7 li {
  width: 14.2857142857%;
}
.process-box .process-box-bar.step-8 li {
  width: 12.5%;
}
.process-box .process-box-bar.step-9 li {
  width: 11.1111111111%;
}

.wizard {
  display: none;
}

.wizard-header h2 {
  display: inline;
}

.wizard-subtitle {
  font-weight: bold;
  color: #AFAFAF;
  padding-left: 20px;
}

.wizard-body {
  *zoom: 1;
}
.wizard-body:after {
  content: "";
  display: table;
  clear: both;
}

.wizard-steps {
  width: 28%;
  background-color: #f5f5f5;
  position: relative;
}

.wizard-nav-container {
  padding-bottom: 30px;
}

.wizard-nav-list {
  margin-bottom: 0;
}

.wizard-nav-link .glyphicon-chevron-right {
  float: right;
  margin-top: 12px;
  margin-right: -6px;
  opacity: 0.25;
}

li.wizard-nav-item.active .glyphicon-chevron-right {
  opacity: 1;
}

li.wizard-nav-item {
  line-height: 40px;
}

.wizard-nav-list > li > a {
  background-color: #f5f5f5;
  padding: 3px 15px 3px 20px;
  cursor: default;
  color: #B4B4B4;
  position: relative;
  display: block;
}

.wizard-nav-list > li {
  position: relative;
  display: block;
}

.wizard-nav-list > li > a:hover {
  background-color: transparent;
}

.wizard-nav-list > li.already-visited > a.wizard-nav-link {
  color: #08C;
  cursor: pointer;
}

.wizard-nav-list > li.active > a.wizard-nav-link {
  color: white;
}

.wizard-nav-item .already-visited .active {
  background-color: #0082D7;
}

.wizard-nav-list li.active > a {
  background-color: #0082D7;
}

.wizard-body form {
  padding: 0;
  margin: 0;
}

.wizard-progress-container {
  margin-top: 20px;
  padding: 15px;
  width: 100%;
  position: absolute;
  bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wizard-card-container {
  margin-left: 28%;
  overflow-y: auto;
}

.wizard-card > *:first-child {
  margin-top: 0;
}

.wizard-error,
.wizard-failure,
.wizard-success,
.wizard-loading,
.wizard-card {
  border-top: 1px solid #EEE;
  display: none;
  padding: 30px;
  padding-top: 15px;
  overflow-y: auto;
}

.wizard-card-overlay {
  overflow-y: initial;
}

.wizard-card > h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  font-weight: normal;
}

.wizard-footer {
  padding: 0;
}

.wizard-buttons-container {
  border-top: 1px solid #ddd;
  padding: 20px;
}

.wizard-cancel {
  margin-left: 30px;
}

.wizard-input-section {
  margin-bottom: 20px;
}

.wizard-dialog .popover.error-popover {
  background-color: #F2DEDE;
  color: #B94A48;
  border-color: #953B39;
}

.wizard-dialog .popover.error-popover .arrow::after {
  border-right-color: #F2DEDE;
}

.wizard-dialog .popover.error-popover .popover-title {
  display: none;
}

.wizard-dialog .popover.error-popover .arrow {
  border-right-color: #953B39;
}

html, body, input, button, select, textarea, .btn , a , p{
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  color: #333;
}
@media (max-width: 767px) {
  html, body, input, button, select, textarea, a {
    font-family: Helvetica, Arial, sans-serif;
  }
}

a {
  text-decoration: none;
  color: #0082D7;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
a:visited {
  color: #0b9fff;
}
a:focus {
  color: #004471;
}
a:hover {
  color: #004471;
}
a:active {
  color: #004471;
}

h1 {
  font-weight: bold;
}

h2 {
  font-weight: bold;
}

h3 {
  font-weight: bold;
}

h4 {
  font-weight: bold;
}

h5 {
  font-weight: bold;
}

h6 {
  font-weight: bold;
}

::-moz-selection {
  background: #333;
  color: white;
  text-shadow: none;
}

::selection {
  background: #333;
  color: white;
  text-shadow: none;
}

img, image, svg {
  max-width: 100%;
}

hr {
  width: 100%;
}

.body {
  padding-top: 64px;
}

.container {
  *zoom: 1;
  max-width: 956px;
  max-width: 59.75rem;
  _width: 956px;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

.main-nav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  -moz-transition: height 0.25s;
  -o-transition: height 0.25s;
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
}

.main-header {
  height: 450px;
}

.section-feature .box {
  width: 49.1631799163%;
  float: left;
  margin-right: 1.6736401674%;
  display: inline;
}
.section-feature .box.last {
  float: right;
  margin-right: 0;
  *margin-left: -16px;
  display: inline;
}

.section-services .box {
  width: 32.2175732218%;
  float: left;
  margin-right: 1.6736401674%;
  display: inline;
}
.section-services .box.last {
  float: right;
  margin-right: 0;
  *margin-left: -16px;
  display: inline;
}

.section {
  margin-top: 30px;
}
.section .content {
  *zoom: 1;
}
.section .content:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .section .box {
    width: 100%;
    float: left;
    margin-right: 2.5316455696%;
    margin-right: -100%;
    margin-bottom: 3em;
  }
  .section .box:nth-child(1n + 1) {
    margin-left: 0%;
    clear: left;
  }
}

.main-footer {
  padding: 30px 0;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}

.page-aside-menu {
  width: 23.7447698745%;
  float: left;
  margin-right: 1.6736401674%;
  display: inline;
}
@media (max-width: 767px) {
  .page-aside-menu {
    width: 100%;
    float: none;
  }
}

.page-content {
  width: 74.5815899582%;
  float: right;
  margin-right: 0;
  *margin-left: -16px;
  display: inline;
}
@media (max-width: 767px) {
  .page-content {
    width: 100%;
    float: none;
  }
}

.wrap {
  position: relative;
}

.button-tryit {
  display: block;
  line-height: 1;
  font-size: 24px;
  width: 100%;
  margin-bottom: 0.75em;
}

.btn {
  height: 48px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 6px 12px;
  line-height: 35px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.add-signup-form {
  overflow: auto;
}
@media (min-height: 700px) {
  .add-signup-form {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .add-signup-form {
    overflow: auto;
  }
}

.icons-sprite, .icons-logo-color-mid, .icons-logo-color-small, .icons-logo, .icons-logo_blue {
  background-image: url('../Images/icons-s07ff16e94e.png');
  background-repeat: no-repeat;
}

.icons-logo-color-mid {
  background-position: 0 0;
  height: 66px;
  width: 253px;
}

.icons-logo-color-small {
  background-position: 0 -67px;
  height: 50px;
  width: 180px;
}

.icons-logo {
  background-position: 0 -118px;
  height: 42px;
  width: 161px;
}

.icons-logo_blue {
  background-position: 0 -161px;
  height: 42px;
  width: 161px;
}

.icons2x-sprite, .icons2x-logo-color-mid, .icons2x-logo-color-small, .icons2x-logo, .icons2x-logo_blue {
  background-image: url('../Images/icons2x-s4f159a84d6.png');
  background-repeat: no-repeat;
}

.icons2x-logo-color-mid {
  background-position: 0 0;
  height: 132px;
  width: 506px;
}

.icons2x-logo-color-small {
  background-position: 0 -133px;
  height: 100px;
  width: 360px;
}

.icons2x-logo {
  background-position: 0 -234px;
  height: 84px;
  width: 322px;
}

.icons2x-logo_blue {
  background-position: 0 -319px;
  height: 42px;
  width: 161px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .icons-all-retina-sprites, .icons-logo-color-mid, .icons-logo-color-small, .icons-logo, .icons-logo_blue {
    background-image: url('../Images/icons2x-s4f159a84d6.png');
    -moz-background-size: 253px auto;
    -o-background-size: 253px auto;
    -webkit-background-size: 253px auto;
    background-size: 253px auto;
  }

  .icons-logo-color-mid {
    background-position: 0 0;
  }

  .icons-logo-color-small {
    background-position: 0 -66.5px;
  }

  .icons-logo {
    background-position: 0 -117px;
  }

  .icons-logo_blue {
    background-position: 0 -159.5px;
  }
}
.main-nav .main-menu a, .mobile-menu-top a {
  height: 64px;
  line-height: 64px;
  -moz-transition: height 0.25s, line-height 0.25s, right 0.25s, background-color 0.25S;
  -o-transition: height 0.25s, line-height 0.25s, right 0.25s, background-color 0.25S;
  -webkit-transition: height 0.25s, line-height 0.25s, right 0.25s, background-color 0.25S;
  transition: height 0.25s, line-height 0.25s, right 0.25s, background-color 0.25S;
}

.main-nav {
  /*background-color: #0082D7;*/
  background-image:url(../Images/navbar_bg.jpg);
  border-top: 3px solid #000c14;
  color: white;
  *zoom: 1;
  /*-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);*/
  -moz-transition: background-color 0.5s, -moz-transform 0.3s;
  -o-transition: background-color 0.5s, -o-transform 0.3s;
  -webkit-transition: background-color 0.5s, -webkit-transform 0.3s;
  transition: background-color 0.5s, transform 0.3s;
}
.main-nav:after {
  content: "";
  display: table;
  clear: both;
}
.main-nav a {
  color: white;
}
.main-nav a:visited {
  color: white;
}
.main-nav a:focus {
  color: white;
}
.main-nav a:hover {
  color: white;
}
.main-nav a:active {
  color: white;
}
.small .main-nav {
	background-image:url(../Images/navbar_bg.jpg);
  /*background-color: #fafafa;
  background-color: rgba(255, 255, 255, 0.85);*/
}
.small .main-nav a {
  /*color: #777;*/
}
.main-nav .table-row {
  display: table;
}
.main-nav .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.main-nav .left-group {
  float: left;
  height: 64px;
}
.main-nav .right-group {
  float: right;
  position: relative;
  height: 64px;
  *zoom: 1;
}
.main-nav .right-group:after {
  content: "";
  display: table;
  clear: both;
}
.main-nav .logo {
  width: 280px;
}
.main-nav .logo a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: block;
  background-image: url('../Images/logo.png?1405560600');
  /*background-image: none, url('../Images/logo.svg?1405560600');*/
  width: 193px;
  height: 58px;
  background-position: 0 0;
  -moz-transition: background-position 0.3s;
  -o-transition: background-position 0.3s;
  -webkit-transition: background-position 0.3s;
  transition: background-position 0.3s;
}
.small .main-nav .logo a {
  /*background-position: 0 42px;*/
}
@media (max-width: 767px) {
  .main-nav .logo {
    display: none;
  }
}
.main-nav .logo a {
  display: block;
}
.main-nav .main-menu ul {
  *zoom: 1;
  margin-left:40px;
}
.main-nav .main-menu ul:after {
  content: "";
  display: table;
  clear: both;
}
.main-nav .main-menu li {
  float: left;
}
.main-nav .main-menu a {
  background-color: transparent;
  display: block;
  padding: 0 20px;
}
.main-nav .main-menu a:hover, .main-nav .main-menu a:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.main-nav .account-login {
  border-color: white;
  border-color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.small .main-nav .account-login {
  /*border-color: #0082D7;
  color: #0082D7;*/
}
.main-nav .account-login:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .mobile-menu .main-nav {
    -moz-transform: translateX(70%);
    -ms-transform: translateX(70%);
    -webkit-transform: translateX(70%);
    transform: translateX(70%);
  }
}

.mobile-menu-top a {
  padding: 0 26px;
  display: block;
}
.mobile-menu-top a [class*="icon"] {
  font-size: 2em;
  line-height: inherit;
}

.sub-menu {
  position: fixed;
  width: 100%;
  padding: 16px 0;
  background-color: #1a1e26;
  top: -400px;
  -moz-transition: top 0.4s;
  -o-transition: top 0.4s;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
  z-index: 2;
}
.sub-menu .sub-menu-container {
  *zoom: 1;
  max-width: 956px;
  max-width: 59.75rem;
  _width: 956px;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
}
.sub-menu .sub-menu-container:after {
  content: "";
  display: table;
  clear: both;
}
.sub-menu.show {
  top: 60px;
}
.sub-menu .first {
  margin-left: 25.4184100418%;
}
.sub-menu .sub-menu-list {
  float: left;
  margin-right: 30px;
  padding: 0 26px;
  font-size: 1.25em;
  line-height: 1.68em;
}
.sub-menu .sub-menu-list a {
  color: #0082D7;
}
.sub-menu .sub-menu-list a:visited {
  color: #0b9fff;
}
.sub-menu .sub-menu-list a:focus {
  color: #004471;
}
.sub-menu .sub-menu-list a:hover {
  color: #004471;
}
.sub-menu .sub-menu-list a:active {
  color: #004471;
}
.sub-menu .sub-menu-list dt {
  color: #586681;
}

@media (max-width: 767px) {
  .menu-wrap {
    position: fixed;
    top: 0;
    left: -70%;
    bottom: 0;
    width: 70%;
    z-index: 11;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 64px;
    background-color: #1a1e26;
    overflow-y: auto;
  }
  .menu-wrap .sub-menu {
    position: static;
  }
  .menu-wrap .first {
    margin-left: 0%;
  }
  .menu-wrap .sub-menu-list {
    float: none;
    margin-bottom: 30px;
    margin-left: 0 !important;
  }
  .mobile-menu .menu-wrap {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@media (max-width: 767px) {
  .mobile-menu {
    position: fixed;
  }
}

.main-header {
  background-color: #1a1e26;
  position: relative;
  overflow: hidden;
}

.banner {
  height: 330px;
}
.banner .container {
  position: relative;
}
.banner .slogan-wrap {
  padding-top: 10em;
  text-align: center;
}
.banner .slogan {
  font-size: 48px;
  padding: 20px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(157, 210, 255, 0.5);
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
  line-height: 1;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .banner .slogan {
    font-size: 36px;
  }
}
.banner .banner-sign-up {
  color: white;
  border-color: white;
  border-color: rgba(89, 171, 33, 0.95);
  background-color: #64c025;
  background-color: rgba(89, 171, 33, 0.95);
  padding-left: 45px;
  padding-right: 45px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.banner .banner-sign-up:hover {
  background-color: rgba(89, 171, 33, 0.85);
}

.banner-image {
  background: url('../Images/fixo-banner-1503.png?1425275581') no-repeat center center;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  height: 450px;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 1280px) {
  .banner-image {
    background: url('../Images/fixo-banner-1503.png?1425275581') no-repeat center center;
  }
}
@media (max-width: 767px) {
  .banner-image {
    background: url('../Images/fixo-banner-1503s.png?1425281399') no-repeat center center;
  }
}

.section {
  margin-top: 3em;
}
.section h1 {
  color: #808080;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 2em;
  margin-bottom: 0.6em;
}
.section h2 {
  font-size: 1.25em;
  color: rgb(113, 179, 58);
  line-height: 1.2em;
  margin-bottom: 0.6em;
  position: relative;
}
.section-services h2 {
  text-align: center;
}
.section h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 1px;
  width: 1.5em;
  background-color: #ccc;
}

.section-services h2:before {
  width: 40%;
  margin: 0px 30%
}

.section h2 .sub {
  /*color: #808080;*/
  color: rgb(113, 179, 58);
}
.section .section-img {
  margin-bottom: 2.25em;
}
.section .section-img img {
  width: 100%;
  display: block;
}
.section .section-article {
  padding: 0 15px;
}

.section-feature {
  padding-bottom: 3em;
  border-bottom: 1px solid #dddddd;
}
.section-feature .section-img {
  border: 1px solid #CBCBCB;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.section-services {
  padding-bottom: 3em;
}
.section-services .section-img {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  /*box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(255, 255, 255, 0.2) inset;*/
}
.section-content {
    text-align: center;
}
.section-content [class*="service-intro"] {
    display: inline-block;
    text-align: left;
}
.section-services .section-img.fico {
  /*background-color: #0082D7;*/
}
.section-services .section-img.fibo {
  /*background-color: #EA1981;*/
}
.section-services .section-img.lbs {
  /*background-color: #62B706;*/
}
.section-services .section-img.rds {
  /*background-color: #EAAE19;*/
}
.section-help {
  position: relative;
  padding: 100px 0 80px;
  background-image: url('../Images/section-help-bg.png?1405325163');
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white;
}
.section-help .section-icon-help {
  background: url('../Images/section-icon-help.png?1405324546');
  width: 92px;
  height: 92px;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.account-form .account-login, .account-form .account-signup {
  position: relative;
  z-index: 11;
}
.add-login-form .account-form .account-login, .add-login-form .account-form .account-signup {
  color: #0082D7;
  text-shadow: none;
}
.account-form .top {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background-color: #FFF;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 10;
}
.add-login-form .account-form .top {
  display: block;
}

.login-form-wrap, .signup-form .wrap {
  line-height: 24px;
  background-color: #FFF;
  text-shadow: none;
  color: #333;
  border: solid #ccc 1px;
  border-top: none;
  padding-bottom: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
}
.login-form-wrap:before, .signup-form .wrap:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  bottom: 0px;
  left: 5px;
  right: 5px;
  height: 10px;
  z-index: -1;
  -moz-box-shadow: black 0 0 30px;
  -webkit-box-shadow: black 0 0 30px;
  box-shadow: black 0 0 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.login-form-wrap .login-form-title, .signup-form .wrap .login-form-title, .login-form-wrap .signup-form-title, .signup-form .wrap .signup-form-title {
  font-size: 24px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 0.75em;
}
.login-form-wrap .signup-form-title, .signup-form .wrap .signup-form-title {
  margin-right: auto;
  margin-left: auto;
}
.login-form-wrap .login-form-content, .signup-form .wrap .login-form-content {
  padding: 30px;
}
.login-form-wrap a, .signup-form .wrap a {
  color: #0082D7;
}
.login-form-wrap a:visited, .signup-form .wrap a:visited {
  color: #0082D7;
}
.login-form-wrap a:hover, .signup-form .wrap a:hover {
  color: #004471;
}
.login-form-wrap a:active, .signup-form .wrap a:active {
  color: #0082D7;
}
.login-form-wrap .button-login, .signup-form .wrap .button-login, .login-form-wrap .button-signup, .signup-form .wrap .button-signup {
  text-align: center;
  position: absolute;
  font-size: 32px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  height: 60px;
  line-height: 60px;
  background-color: #0082D7;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  color: white;
}
.login-form-wrap .button-login:visited, .signup-form .wrap .button-login:visited, .login-form-wrap .button-signup:visited, .signup-form .wrap .button-signup:visited {
  color: white;
}
.login-form-wrap .button-login:hover, .signup-form .wrap .button-login:hover, .login-form-wrap .button-signup:hover, .signup-form .wrap .button-signup:hover {
  color: white;
}
.login-form-wrap .button-login:active, .signup-form .wrap .button-login:active, .login-form-wrap .button-signup:active, .signup-form .wrap .button-signup:active {
  color: white;
}
.login-form-wrap .button-login:hover, .signup-form .wrap .button-login:hover, .login-form-wrap .button-signup:hover, .signup-form .wrap .button-signup:hover {
  background-color: #0091f1;
}

.login-form-panel {
  position: absolute;
  right: 0;
  top: auto;
  width: 360px;
  max-width: 320px;
  z-index: 11;
}

.login-form-wrap {
  display: none;
}
.add-login-form .login-form-wrap {
  display: block;
}

.auth-form .form-wrap {
  margin-bottom: 1.5em;
}
.auth-form .form-wrap input {
  width: 100%;
}
.auth-form .forgot-password {
  float: right;
}

.signup-form {
  position: absolute;
  margin: 0 auto;
  top: 30px;
  margin-top: 0;
  left: 0;
  right: 0;
  max-width: 800px;
  z-index: 13;
  display: none;
}
@media (min-height: 700px) {
  .signup-form {
    top: 84px;
  }
}
.signup-form .wrap {
  padding: 30px;
}
.signup-form .wrap .close {
  width: 55px;
  height: 55px;
  position: absolute;
  right: -1px;
  top: 0;
  background-color: #999;
  font-size: 55px;
  color: white;
}
.signup-form .wrap .close:visited {
  color: white;
}
.signup-form .wrap .close:hover {
  color: #eee;
}
.signup-form .wrap .close:active {
  color: white;
}
.add-signup-form .signup-form {
  display: block;
}

.signup-form-content {
  position: relative;
  margin-bottom: 60px;
}
.signup-form-content .content-left {
  width: 50%;
  margin-right: 3%;
}
.signup-form-content .content-right {
  position: absolute;
  top: 0;
  bottom: 30px;
  left: 50%;
  right: 30px;
}
.signup-form-content .term-title {
  font-size: 1.25em;
  line-height: 1.2em;
  color: #0082D7;
  margin: 0;
  margin-bottom: 0.6em;
}
.signup-form-content .term-text {
  max-height: 100%;
  overflow-y: auto;
  font-size: 0.8125em;
  line-height: 1.8461538462em;
}
.signup-form-content .relative {
  position: relative;
}
.signup-form-content .signup-form-title {
  margin-left: auto;
  margin-right: auto;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .signup-form-content .content-left {
    width: auto;
    margin-right: 0;
  }
  .signup-form-content .content-right {
    margin-top: 30px;
    position: relative;
    left: 0;
  }
  .signup-form-content .term-text {
    display: none;
  }
  .signup-form-content .term-text.show {
    display: block;
  }
}

.main-footer {
  padding: 30px 0;
  margin-top: 30px;
  color: #575757;
}

.copyright .left {
  float: left;
}
.copyright .right {
  float: right;
}

.language ul {
  display: inline;
}
.language li {
  display: inline;
  display: inline-block;
  padding: 0 0.6em;
  border-right: dotted 1px #ccc;
}

.page {
  background-color: #eee;
}

.page-header {
  margin-bottom: 1.5em;
}
.page-header h1 {
  font-size: 2em;
  line-height: 1.5em;
  padding-top: 0.75em;
  color: #777;
  border-bottom: #ccc solid 1px;
}

.page-content .title {
  color: #37aaa7;
  border-bottom: #ccc solid 1px;
  margin-bottom: 0em;
}
.page-content .title + .page-content .title {
  margin-top: 0;
}
.page-content img {
  max-width: 100%;
}

.page-article * :first-child {
  margin-top: 0em;
}

.page-aside-menu {
  position: relative;
  display: block;
}
.page-aside-menu .aside-menu-class {
  color: #b3b3b3;
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  border-bottom: #ccc solid 1px;
}
.page-aside-menu .left-menu {
  width: 100%;
}
.page-aside-menu li {
  font-weight: 300;
  border-bottom: 1px solid #eaeaea;
}
.page-aside-menu li a {
  color: #777;
  display: block;
  padding: 0.375em 0;
  position: relative;
}
.page-aside-menu li a.selected {
  color: #808080;
  border-right: 2px solid #0082D7;
}
.page-aside-menu li a:hover, .page-aside-menu li a:focus, .page-aside-menu li a.selected {
  color: #0082D7;
}
.page-aside-menu li [class*="icon-"] {
  font-size: 24px;
  vertical-align: sub;
  margin-right: 4px;
}
.page-aside-menu li .selected + ul {
  display: block;
}
.page-aside-menu li ul {
  display: none;
  margin-left: 20px;
}
.page-aside-menu li li, .page-aside-menu li.l2 {
  font-weight: normal;
  border-bottom: none;
}
.page-aside-menu li li a, .page-aside-menu li.l2 a {
  padding-top: 0;
}
.page-aside-menu li li a.selected, .page-aside-menu li.l2 a.selected {
  border-right: 1px solid #0082D7;
}

.forget-password-section {
  margin: 0 auto;
  max-width: 49.1631799163%;
}
.forget-password-section .box-content {
  padding: 15px;
}
.forget-password-section .box-footer {
  padding: 15px;
  text-align: right;
}

ul.menu-list > li > a, div.menu-footer > a{
  text-decoration: none;
}

a[class*="menu-"], a[class*="button"] {
  text-decoration: none;
}
a[class*="console_menu"]{
  text-decoration: none;
}
a[class*="drop-menu"]{
  text-decoration: none;
}
a[class*="console-service"]{
  text-decoration: none;
}

.password-verdict {
    white-space: nowrap;
	color: white !important;
}

.progress-bar-danger .password-verdict {
    white-space: nowrap;
	color: black !important;
}

.progress-custom-bar {
	box-shadow: none;
}

.progress-custom-bar .progress-bar {
	box-shadow: none;
}


/*# sourceMappingURL=fixo-screen.css.map */

/* Set Input Placeholder Color #919191; */
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#919191 !important;
}
