@charset "UTF-8";
* {
  -webkit-font-smoothing: antialiased; }

a {
  color: #303641; }

.btn:focus,
a:focus {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

a.disabled {
  cursor: default; }

/* main content */
.page-container .sidebar-menu {
  position: fixed;
  height: 100%; }
  .page-container .sidebar-menu .logo-env {
    padding: 28px 20px; }
.page-container .main-content {
  padding: 20px 20px 20px 300px; }
.page-container.sidebar-collapsed .main-content {
  padding-left: 85px; }

/* login */
.login-page .form-login-error {
  display: block; }

.login-page .form-login-error ul {
  list-style: none;
  padding: 0 0 5px;
  margin: 0; }

.login-page .form-login-error p {
  background: #b62020;
  padding: 10px;
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.breadcrumb {
  padding: 10px 15px;
  margin-bottom: 25px; }

h1.title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px; }

form h1.title {
  margin-bottom: 30px; }

.dropdown-menu > li > a {
  padding: 8px; }

.dropdown-menu > li > a.text-danger {
  color: #ac1818; }

.dropdown-menu > li > a.text-success {
  color: #008651; }

.tile-stats {
  position: relative;
  overflow: visible; }
  .tile-stats .num {
    font-size: 24px;
    line-height: 26px; }
  .tile-stats .icon i {
    vertical-align: top;
    display: inline; }
  .tile-stats.updatable {
    min-height: 140px; }
  .tile-stats .status-update {
    position: absolute;
    z-index: 21;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    opacity: 0; }
    .tile-stats .status-update a {
      position: absolute;
      left: 50%;
      top: 50%;
      font-size: 40px;
      display: block;
      transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%); }
  .tile-stats.active .status-update, .tile-stats:hover .status-update {
    opacity: 1; }
  .tile-stats .status-form {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 15px;
    display: none; }
    .tile-stats .status-form .form-group {
      margin-bottom: 4px; }
    .tile-stats .status-form .btn {
      width: 100%; }
  .tile-stats .btn-close {
    position: absolute;
    top: -14px;
    right: -14px;
    z-index: 22;
    width: 28px;
    height: 28px;
    line-height: 26px;
    padding: 0;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    display: none; }
  .tile-stats.active .btn-close {
    display: block; }

.grid-view tr td:last-child {
  white-space: nowrap; }

.grid-view tr td:last-child a {
  margin: 0 1px;
  display: inline-block;
  width: 24px;
  text-align: center; }

.toggle-link {
  display: block;
  width: 100%;
  text-align: center; }

#main-menu .caret {
  display: none; }

.grid-view .filters select {
  opacity: 0; }
.grid-view .filters input {
  border-color: #ebebeb; }

.grid-view .select2-container {
  min-width: 120px; }

.grid-view .summary {
  padding: 10px; }

.grid-view .tile-stats,
.grid-view .tile-stats p,
#search-results .tile-stats,
#search-results .tile-stats p {
  padding: 0;
  margin: 0;
  background: none !important;
  border: 0 !important; }

.pagination > li > a, .pagination > li > span {
  color: #303641; }

/*.nav > li > a:hover, .nav > li > a:focus,
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: inherit !important;
    border-color: inherit !important;
}*/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: inherit;
  border-color: #373e4a; }

/* quick search form */
.form-quick-search {
  padding-top: 4px;
  margin-left: 10px; }
  .form-quick-search .form-control {
    width: 280px; }

#search-results .results > li {
  padding: 10px;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s; }
  #search-results .results > li:hover {
    background-color: #f0f0f0; }
  #search-results .results > li:not(:last-child) {
    border-bottom: 1px solid #eeeeee; }
  #search-results .results > li:nth-child(2n) {
    /*background-color: #f5f5f5;*/
    /*border-bottom: 1px solid #eeeeee;*/ }

.shortcuts.dropdown > a {
  padding: 8px 10px 8px;
  display: block;
  background: #f5f5f6; }

.shortcuts.dropdown > a i {
  font-size: 19px; }

.panel-heading {
  padding: 0 !important; }

/*.panel-primary > .panel-heading {
    background: #f5f5f5 !important;
}*/
.panel > .panel-body.with-table table {
  margin-bottom: 0; }

.radio, .checkbox {
  padding-left: 0 !important; }

.radio label, .checkbox label {
  font-weight: bold !important;
  padding-left: 0 !important; }

.icheckbox_minimal {
  margin: 3px 5px 7px 0 !important; }

input.icheck {
  opacity: 0;
  width: 23px;
  height: 15px; }

.page-container .sidebar-menu #main-menu li a:focus {
  text-decoration: none; }
.page-container .sidebar-menu #main-menu li.active > a {
  font-weight: 600; }

.table > thead > tr:first-child > th, .table > thead > tr:first-child > td {
  background-color: #f5f5f6;
  border-bottom-width: 1px;
  color: #a6a7aa; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: middle !important;
  padding: 10px 8px; }

.table-no-border td {
  padding: 0 !important;
  border: 0 !important; }

.items-table .form-group {
  margin-bottom: 0 !important; }

.items-table tbody tr .btn-add {
  display: none; }

/*.items-table tbody tr:nth-child(1) .btn-remove {
    visibility: hidden;
}*/
.items-table tbody tr:last-child td {
  position: relative;
  padding-bottom: 20px; }

.items-table tbody tr:last-child .btn-add {
  display: block;
  position: absolute;
  top: 44px; }

.items-table tr.group td {
  background: #eee;
  border-top: 0; }

.items-table tr.group td .row {
  margin: 0; }

.items-table tr.group td .select2-dropdown.select2-dropdown--above,
.items-table tr.group td .select2-container--open .select2-dropdown--below {
  width: 240px !important; }

.items-table tr.group td .row > div {
  padding-left: 0;
  padding-right: 0; }

.items-table tr.group td .btn {
  margin-top: 2px;
  margin-left: 2px; }

.items-table .group-name input {
  width: 220px;
  height: 28px;
  padding-top: 7px;
  float: right; }

.items-table .group-name .btn-group {
  float: right;
  margin-left: 10px; }

.items-table .select2-container {
  display: inline-block; }

/*.items-table#items-table-1 tr.group td .btn-group-remove {
    display: none;
}*/
/*.items-table tr.group + tr > td {
    border-top: 0;
}*/
.dropdown-menu-right {
  left: auto !important; }

table.overall th,
table.overall td {
  text-align: right;
  width: 25%;
  font-weight: bold; }

table.overall td .form-group,
table.overall td .help-block {
  margin: 0; }

.select2-dropdown {
  border-color: #ddd;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1); }

.select2-container {
  width: 100% !important;
  display: block; }
  .select2-container.select2-container--open {
    width: auto !important; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ebebeb;
  border-radius: 2px; }

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
  border-color: #c8cdd7; }

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  outline: none; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #373E4A; }

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  height: 36px;
  padding: 0; }
  .popover-form .select2-container--default .select2-selection--single, .popover-form
  .select2-container--default .select2-selection--multiple {
    border: 0;
    height: 28px; }
  .has-success .select2-container--default .select2-selection--single, .has-success
  .select2-container--default .select2-selection--multiple {
    border-color: #b4e8a8; }
  .has-error .select2-container--default .select2-selection--single, .has-error
  .select2-container--default .select2-selection--multiple {
    border-color: #ffafbd; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #c8cdd7; }

.select2-container .select2-search--inline .select2-search__field,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 7px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  right: 5px; }

.select2-selection__rendered strong {
  font-weight: normal; }

.select2-results__options .load-more {
  padding: 5px 15px; }

.has-success .select2-container--default .select2-selection--single {
  border-color: #b4e8a8; }

.select2-dropdown.select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  width: 400px;
  border-top: 1px solid #ddd;
  border-radius: 0; }

.popover-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0; }
.popover-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -5px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    top: -18px;
    right: -11px;
    width: 24px;
    font-size: 130%;
    text-align: center;
}

.related {
  background: #f5f5f6; }

.related td.item {
  padding-left: 30px !important;
  position: relative; }

.related td.item:before {
  position: absolute;
  left: 10px;
  top: 11px;
  content: "↳"; }

/* tabs */
.nav-tabs {
  margin-top: 5px; }

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

.nav-tabs > li > a {
  padding: 5px 20px; }

.tab-content {
  padding: 0px 10px; }

/* forms */
label {
  font-weight: 400; }

select.select2 {
  display: none; }

.form-control {
  height: 36px;
  border-color: #ddd;
  border-radius: 2px;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important; }

.input-group.no-help-block .help-block {
  display: none; }

textarea {
  resize: vertical; }

.dynamic-label .form-group {
  position: relative; }
.dynamic-label .form-control {
  /*padding: 12px 0 10px 0;
  height: auto;
  border: 0;
  border-bottom: 1px solid #efefef;
  color: #8e8e93;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;*/ }
  .dynamic-label .form-control + ul + label,
  .dynamic-label .form-control + label {
    position: absolute;
    left: 0;
    top: 50%;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .dynamic-label .form-control:focus {
    /*border-color: #069dda;*/ }
  .dynamic-label .form-control:focus + ul + label,
  .dynamic-label .form-control:focus + label, .dynamic-label .form-control.filled + ul + label,
  .dynamic-label .form-control.filled + label {
    top: 0px;
    /*font-size: 90%; */
    /*color: #069dda;*/ }

/*.form-control.picker[disabled], 
fieldset[disabled] .form-control.picker*/
.form-control.picker[readonly] {
  cursor: default;
  background-color: inherit; }

.form-control.datetimepicker {
  padding: 6px 12px; }

.datetimepicker-hours .hour:nth-child(n):nth-child(-n+8),
.datetimepicker-hours .hour:nth-child(n+21) {
  display: none; }

.icheck-ctnr {
  margin-top: 18px; }

.icheck-ctnr-lg {
  margin-top: 27px; }

.icheck-ctnr label {
  margin-top: 10px;
  margin-bottom: 0; }

.inline-check {
  float: right;
  margin-top: 0; }

.inline-check .checkbox {
  margin-top: 0; }

.inline-check .form-group {
  margin-bottom: 0; }

/* progress */
.btn-progress-history,
.btn-progress-code {
  position: relative;
  top: -2px; }

.btn-progress-code {
  font-weight: 700; }

/* color picker */
.colorpicker-lg .colorpicker-saturation {
  width: 150px;
  height: 150px; }
.colorpicker-lg .colorpicker-hue,
.colorpicker-lg .colorpicker-alpha {
  width: 30px;
  height: 150px; }
.colorpicker-lg .colorpicker-color,
.colorpicker-lg .colorpicker-color div {
  height: 30px; }

/* delviery address */
.address span {
  display: block;
  margin-top: 10px; }

/* popover forms & content */
.popover .update-status {
  line-height: 31px;
  font-size: 12px;
  opacity: .6; }
  .popover .update-status span {
    display: none; }

.popover-content,
.popover-form {
  min-width: 300px; }

.popover-form {
  font-size: 12px; }

.popover-form .form-control {
  padding: 2px 0px;
  font-size: 12px;
  height: auto;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  resize: none; }

.popover-form .has-error .form-control {
  border-color: #ffafbd; }

.popover-form select.form-control {
  height: auto;
  -webkit-appearance: none;
  position: relative; }
  .popover-form select.form-control:after {
    position: absolute;
    right: 16px;
    top: 0;
    content: ""; }

.popover-form .form-group {
  margin-bottom: 10px; }

.popover .btn-close {
  margin: -6px -10px 0 0; }

@media (min-width: 440px) {
  .popover {
    max-width: 496px; } }
.fa-pull {
  position: relative;
  top: -1px;
  margin-right: 2px; }

/* events */
.calendar-sidebar {
  padding-top: 70px; }

.calendar-env a {
  text-decoration: none !important; }
.calendar-env .fc .fc-view-container .fc-view table tbody .fc-day.fc-state-highlight {
  background: #eefaee;
  color: #111 !important; }
.calendar-env .fc-event.color-primary {
  background: rgba(48, 54, 65, 0.8); }
.calendar-env .fc .fc-toolbar .fc-button.fc-state-active, .calendar-env .fc .fc-toolbar .fc-button.fc-state-down {
  background-color: #efefef; }

.fc-icon-entypo-resize-full:after {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  content: "\e869"; }

.events-list li > a {
  margin-right: 38px; }
  .events-list li > a + div {
    margin-top: -31px; }
.events-list li > label {
  width: 100%; }
.events-list li > label > div,
.events-list li > div {
  float: right;
  margin-top: -3px; }

.field-event-place {
  float: right;
  width: calc(100% - 20px); }

/* overwrite */
h1, h2, h3 {
  margin-bottom: 17px; }

.progress {
  height: 8px;
  margin-top: 8px;
  margin-bottom: 8px; }

.btn:not(.btn-sm, .btn-xs) {
  padding: 8px 12px; }

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  background-color: #1f232a;
  border-color: #16191e; }

/* input group addon */
.input-group-addon-btn {
  padding: 1px 0 0 5px;
  background: 0;
  border: 0;
  vertical-align: top; }

/* panels */
.panel-filter {
  float: right;
  margin-right: 20px;
  padding-top: 2px; }
  .panel-filter .select2-container {
    min-width: 200px !important; }

.panel-group.joined > .panel > .panel-heading + .panel-collapse {
  background: none; }

/* alerts */
.alert-dismissible .close,
.alert-dismissable .close {
  right: auto; }

/* quote snapshots */
.quote-snapshots {
  margin-left: -2px; }
  .quote-snapshots li {
    float: left;
    position: relative; }
    .quote-snapshots li div {
      opacity: 0;
      position: absolute;
      width: 100%;
      top: 50%;
      left: 0;
      text-align: center;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transition: all ease-in-out 0.3s;
      -webkit-transition: all ease-in-out 0.3s; }
    .quote-snapshots li:hover div {
      opacity: .8; }
  .quote-snapshots img {
    width: 86px;
    height: auto; }
  .quote-snapshots .thumbnail {
    margin: 2px; }
  .quote-snapshots:after {
    clear: both;
    display: table;
    content: " "; }

/* quote progress */
#quote-progress .progress {
  margin-top: 16px; }

.quote-progress-item {
  padding: 10px 0; }
  .quote-progress-item:not(:first-child) {
    padding-top: 20px; }
  .notifications .quote-progress-item {
    padding: 5px 20px; }

.quote-progress-status {
  font-size: 90%;
  margin-bottom: 10px; }

.quote-progress-status li {
  width: 50%;
  float: left;
  margin-top: 10px;
  vertical-align: top; }

.quote-progress-status li:nth-child(2n+1) {
  clear: both; }

.quote-progress-status li > div {
  margin-right: 1px; }

.quote-progress-status li > div:first-child {
  background: #e0e0e0;
  margin-bottom: 1px;
  padding: 5px 10px; }

.quote-progress-status li > div:nth-child(2) > div {
  background: #f0f0f0;
  padding: 10px;
  margin: 1px 0 0; }

.quote-progress-status li:nth-child(5n) {
  clear: both; }

.quote-progress-status label {
  margin-bottom: 0; }

.quote-progress-status label.label {
  margin-top: -2px; }

.quote-progress-status .notes {
  margin-top: 5px;
  font-style: italic; }

/* quote due date/days */
.btn-due-in,
.btn-due-on {
  opacity: .7;
  text-decoration: none !important; }

.btn-due-in.active,
.btn-due-on.active {
  opacity: 1;
  font-weight: 600; }

.due-options .form-group.field-quote-due_time {
  display: none; }

/* quote warranty */
.quote-warranty {
  position: absolute;
  right: 25px;
  top: -1px;
  text-transform: uppercase; }

/*.quote-warranty1 .form-group {
    margin: 0;
}*/
/* orders & quote items */
/*.order-item:not(.related),
.quote-item:not(.related) {*/
.order-item .btn-popover-form,
.quote-item .btn-popover-form {
  margin-top: 4px;
  margin-left: 5px;
  float: right;
  display: block;
  opacity: .6; }
.order-item:not(:last-child) .btn-popover-add,
.quote-item:not(:last-child) .btn-popover-add {
  display: none; }

.order-item .select2-container, .quote-item:last-child .select2-container {
  width: calc(100% - 40px) !important; }
.order-item:last-child .select2-container {
  width: calc(100% - 75px) !important; }

.quote-item th:not(:first-child),
.quote-item td:not(:first-child),
.order-item th:not(:first-child),
.order-item td:not(:first-child),
.order-item-view th:not(:first-child),
.order-item-view td:not(:first-child) {
  text-align: right; }
  .quote-item th:not(:first-child) input,
  .quote-item td:not(:first-child) input,
  .order-item th:not(:first-child) input,
  .order-item td:not(:first-child) input,
  .order-item-view th:not(:first-child) input,
  .order-item-view td:not(:first-child) input {
    text-align: right; }

.ui-sortable .quote-item .btn-sort-handle,
.ui-sortable .order-item .btn-sort-handle {
  float: left;
  opacity: .5;
  cursor: move;
  line-height: 34px;
  width: 20px;
  padding-left: 3px; }
  .ui-sortable .quote-item .btn-sort-handle + .form-group,
  .ui-sortable .order-item .btn-sort-handle + .form-group {
    float: left;
    width: calc(100% - 20px); }
.ui-sortable .quote-item.ui-sortable-helper td, .ui-sortable .quote-item.ui-sortable-helper th,
.ui-sortable .order-item.ui-sortable-helper td,
.ui-sortable .order-item.ui-sortable-helper th {
  border-color: transparent; }

.order-item-view .form-control {
  width: 50px;
  height: 30px;
  float: right;
  text-align: center;
  padding: 0px 8px; }
.order-item-view .icheckbox_minimal {
  margin: 6px 0 0 6px !important;
  float: right; }

#supplier-details {
  margin-top: 15px; }
  #supplier-details label {
    position: relative;
    top: -15px; }

.ordered-items-checked {
  display: none; }

/* quote accpetance */
.quote-review {
  padding-bottom: 123px; }
  @media (max-width: 981px) {
    .quote-review {
      padding-bottom: 250px; } }
  @media (max-width: 599px) {
    .quote-review {
      padding-bottom: 290px; } }

.quote-actions {
  /*margin-top: 40px;*/
  position: fixed;
  z-index: 120;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 2px solid #eee;
  padding: 10px 0; }
  .quote-actions .btn {
    min-width: 130px; }
    .quote-actions .btn.btn-accept {
      margin-right: 10px; }
  .quote-actions .form-control {
    position: relative;
    top: 4px; }
  .quote-actions .help-block {
    display: none; }

.quote-actions-result {
  display: none;
  text-align: center; }

/* number input */
input[type=number] {
  appearance: none;
  -moz-appearance: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

/* popover width */
.popover-xs {
  max-width: 460px; }

.popover-sm {
  max-width: 600px; }

.popover-md {
  max-width: 800px; }

.popover-progress {
  max-width: 520px; }

.progress-history {
  position: relative;
  z-index: 2; }

.progress-history a {
  position: absolute;
  top: 0px;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.progress-history a:hover {
  color: #000; }

.progress-bar-success {
  position: relative; }

#horizontal-style {
  display: table;
  width: 100%;
  position: absolute;
  height: 20px; }

#horizontal-style li {
  display: table-cell; }

/* toastr */
#toast-container {
  z-index: 99999999; }

/* empty layout */
.empty-layout {
  padding-top: 40px;
  padding-bottom: 40px; }
  .empty-layout .logo {
    margin: 0 0 30px; }

/* templates' placeholders */
.placeholders li {
  display: inline-block;
  margin-top: 5px; }

/* magnific popup */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px 30px;
  width: auto;
  max-width: 600px;
  margin: 20px auto; }

/* alerts */
.alert-ajax {
  display: none; }

/* general */
.text-md {
  font-size: 15px; }

hr.hr-sm {
  margin-top: 5px;
  margin-bottom: 5px; }

.well {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 0; }
  .well > div:last-child {
    padding-top: 10px; }
    .well > div:last-child .form-group {
      margin-bottom: 0; }

.help-block {
  color: #bbb; }

/*.well > div:last-child .input-group-addon {
    height: 36px !important;
    overflow: hidden;
}*/
/* language support */
[data-lang="pt"] {
  display: none; }

.language-tabs img {
  margin: -2px 4px 0 0; }

/* summernote editor */
.note-editor.note-frame {
  border-color: #ddd; }

.note-editable.panel-body {
  max-height: 414px; }

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