/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar, .main-navbar-alianca {
    display: none;
  }

  .btn > .caret, .btn-filters-mobile > .caret,
.dropup > .btn > .caret,
.dropup > .btn-filters-mobile > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role=button] {
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}
h1, .h1 {
  font-size: 36px;
}
h2, .h2 {
  font-size: 30px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase, .initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
.container, .pagination-blank, .main-content,
.main-content-message {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .pagination-blank:before, .main-content:before,
.main-content-message:before, .container:after, .pagination-blank:after, .main-content:after,
.main-content-message:after {
  display: table;
  content: " ";
}
.container:after, .pagination-blank:after, .main-content:after,
.main-content-message:after {
  clear: both;
}
@media (min-width: 768px) {
  .container, .pagination-blank, .main-content,
.main-content-message {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container, .pagination-blank, .main-content,
.main-content-message {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container, .pagination-blank, .main-content,
.main-content-message {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type=search] {
  box-sizing: border-box;
  appearance: none;
}
input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn,
.input-group-sm > .input-group-btn > input[type=date].btn-filters-mobile, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm > .input-group-btn > input[type=time].btn-filters-mobile,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn-filters-mobile,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm > .input-group-btn > input[type=month].btn-filters-mobile,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn,
.input-group-lg > .input-group-btn > input[type=date].btn-filters-mobile, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg > .input-group-btn > input[type=time].btn-filters-mobile,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn-filters-mobile,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg > .input-group-btn > input[type=month].btn-filters-mobile,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > .form-control-static.btn-filters-mobile, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > .form-control-static.btn-filters-mobile {
  padding-right: 0;
  padding-left: 0;
}
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .btn-filters-mobile {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.btn-filters-mobile {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.btn-filters-mobile,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].btn-filters-mobile {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .btn-filters-mobile {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.btn-filters-mobile {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.btn-filters-mobile,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].btn-filters-mobile {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn-filters-mobile + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn-filters-mobile + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn, .btn-filters-mobile {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}
.btn:focus, .btn-filters-mobile:focus, .btn.focus, .focus.btn-filters-mobile, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn-filters-mobile:hover, .btn:focus, .btn-filters-mobile:focus, .btn.focus, .focus.btn-filters-mobile {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn-filters-mobile:active, .btn.active, .active.btn-filters-mobile {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .disabled.btn-filters-mobile, .btn[disabled], [disabled].btn-filters-mobile, fieldset[disabled] .btn, fieldset[disabled] .btn-filters-mobile {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.btn.disabled, a.disabled.btn-filters-mobile, fieldset[disabled] a.btn, fieldset[disabled] a.btn-filters-mobile {
  pointer-events: none;
}
.btn-default, .btn-filters-mobile, .action-steps-content .btn-back {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-filters-mobile:focus, .action-steps-content .btn-back:focus, .btn-default.focus, .focus.btn-filters-mobile, .action-steps-content .focus.btn-back {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover, .btn-filters-mobile:hover, .action-steps-content .btn-back:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-filters-mobile:active, .action-steps-content .btn-back:active, .btn-default.active, .active.btn-filters-mobile, .action-steps-content .active.btn-back, .open > .btn-default.dropdown-toggle, .open > .dropdown-toggle.btn-filters-mobile, .action-steps-content .open > .dropdown-toggle.btn-back {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-filters-mobile:active:hover, .action-steps-content .btn-back:active:hover, .btn-default:active:focus, .btn-filters-mobile:active:focus, .action-steps-content .btn-back:active:focus, .btn-default:active.focus, .btn-filters-mobile:active.focus, .action-steps-content .btn-back:active.focus, .btn-default.active:hover, .active.btn-filters-mobile:hover, .action-steps-content .active.btn-back:hover, .btn-default.active:focus, .active.btn-filters-mobile:focus, .action-steps-content .active.btn-back:focus, .btn-default.active.focus, .active.focus.btn-filters-mobile, .action-steps-content .active.focus.btn-back, .open > .btn-default.dropdown-toggle:hover, .open > .dropdown-toggle.btn-filters-mobile:hover, .action-steps-content .open > .dropdown-toggle.btn-back:hover, .open > .btn-default.dropdown-toggle:focus, .open > .dropdown-toggle.btn-filters-mobile:focus, .action-steps-content .open > .dropdown-toggle.btn-back:focus, .open > .btn-default.dropdown-toggle.focus, .open > .dropdown-toggle.focus.btn-filters-mobile, .action-steps-content .open > .dropdown-toggle.focus.btn-back {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .disabled.btn-filters-mobile:hover, .action-steps-content .disabled.btn-back:hover, .btn-default.disabled:focus, .disabled.btn-filters-mobile:focus, .action-steps-content .disabled.btn-back:focus, .btn-default.disabled.focus, .disabled.focus.btn-filters-mobile, .action-steps-content .disabled.focus.btn-back, .btn-default[disabled]:hover, [disabled].btn-filters-mobile:hover, .action-steps-content [disabled].btn-back:hover, .btn-default[disabled]:focus, [disabled].btn-filters-mobile:focus, .action-steps-content [disabled].btn-back:focus, .btn-default[disabled].focus, [disabled].focus.btn-filters-mobile, .action-steps-content [disabled].focus.btn-back, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-filters-mobile:hover, fieldset[disabled] .action-steps-content .btn-back:hover, .action-steps-content fieldset[disabled] .btn-back:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-filters-mobile:focus, fieldset[disabled] .action-steps-content .btn-back:focus, .action-steps-content fieldset[disabled] .btn-back:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .focus.btn-filters-mobile, fieldset[disabled] .action-steps-content .focus.btn-back, .action-steps-content fieldset[disabled] .focus.btn-back {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge, .btn-filters-mobile .badge, .action-steps-content .btn-back .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success, .action-steps-content .btn-approve {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .action-steps-content .btn-approve:focus, .btn-success.focus, .action-steps-content .focus.btn-approve {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover, .action-steps-content .btn-approve:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .action-steps-content .btn-approve:active, .btn-success.active, .action-steps-content .active.btn-approve, .open > .btn-success.dropdown-toggle, .action-steps-content .open > .dropdown-toggle.btn-approve {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover, .action-steps-content .btn-approve:active:hover, .btn-success:active:focus, .action-steps-content .btn-approve:active:focus, .btn-success:active.focus, .action-steps-content .btn-approve:active.focus, .btn-success.active:hover, .action-steps-content .active.btn-approve:hover, .btn-success.active:focus, .action-steps-content .active.btn-approve:focus, .btn-success.active.focus, .action-steps-content .active.focus.btn-approve, .open > .btn-success.dropdown-toggle:hover, .action-steps-content .open > .dropdown-toggle.btn-approve:hover, .open > .btn-success.dropdown-toggle:focus, .action-steps-content .open > .dropdown-toggle.btn-approve:focus, .open > .btn-success.dropdown-toggle.focus, .action-steps-content .open > .dropdown-toggle.focus.btn-approve {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover, .action-steps-content .disabled.btn-approve:hover, .btn-success.disabled:focus, .action-steps-content .disabled.btn-approve:focus, .btn-success.disabled.focus, .action-steps-content .disabled.focus.btn-approve, .btn-success[disabled]:hover, .action-steps-content [disabled].btn-approve:hover, .btn-success[disabled]:focus, .action-steps-content [disabled].btn-approve:focus, .btn-success[disabled].focus, .action-steps-content [disabled].focus.btn-approve, fieldset[disabled] .btn-success:hover, fieldset[disabled] .action-steps-content .btn-approve:hover, .action-steps-content fieldset[disabled] .btn-approve:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .action-steps-content .btn-approve:focus, .action-steps-content fieldset[disabled] .btn-approve:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .action-steps-content .focus.btn-approve, .action-steps-content fieldset[disabled] .focus.btn-approve {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge, .action-steps-content .btn-approve .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger, .action-steps-content .btn-deny {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .action-steps-content .btn-deny:focus, .btn-danger.focus, .action-steps-content .focus.btn-deny {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover, .action-steps-content .btn-deny:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .action-steps-content .btn-deny:active, .btn-danger.active, .action-steps-content .active.btn-deny, .open > .btn-danger.dropdown-toggle, .action-steps-content .open > .dropdown-toggle.btn-deny {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover, .action-steps-content .btn-deny:active:hover, .btn-danger:active:focus, .action-steps-content .btn-deny:active:focus, .btn-danger:active.focus, .action-steps-content .btn-deny:active.focus, .btn-danger.active:hover, .action-steps-content .active.btn-deny:hover, .btn-danger.active:focus, .action-steps-content .active.btn-deny:focus, .btn-danger.active.focus, .action-steps-content .active.focus.btn-deny, .open > .btn-danger.dropdown-toggle:hover, .action-steps-content .open > .dropdown-toggle.btn-deny:hover, .open > .btn-danger.dropdown-toggle:focus, .action-steps-content .open > .dropdown-toggle.btn-deny:focus, .open > .btn-danger.dropdown-toggle.focus, .action-steps-content .open > .dropdown-toggle.focus.btn-deny {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover, .action-steps-content .disabled.btn-deny:hover, .btn-danger.disabled:focus, .action-steps-content .disabled.btn-deny:focus, .btn-danger.disabled.focus, .action-steps-content .disabled.focus.btn-deny, .btn-danger[disabled]:hover, .action-steps-content [disabled].btn-deny:hover, .btn-danger[disabled]:focus, .action-steps-content [disabled].btn-deny:focus, .btn-danger[disabled].focus, .action-steps-content [disabled].focus.btn-deny, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .action-steps-content .btn-deny:hover, .action-steps-content fieldset[disabled] .btn-deny:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .action-steps-content .btn-deny:focus, .action-steps-content fieldset[disabled] .btn-deny:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .action-steps-content .focus.btn-deny, .action-steps-content fieldset[disabled] .focus.btn-deny {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge, .action-steps-content .btn-deny .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn-filters-mobile {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn-filters-mobile {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .btn-filters-mobile {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .btn-filters-mobile,
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-filters-mobile {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn-filters-mobile:hover, .btn-group > .btn:focus, .btn-group > .btn-filters-mobile:focus, .btn-group > .btn:active, .btn-group > .btn-filters-mobile:active, .btn-group > .btn.active, .btn-group > .active.btn-filters-mobile,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn-filters-mobile:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn-filters-mobile:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn-filters-mobile:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.btn-filters-mobile {
  z-index: 2;
}
.btn-group .btn + .btn, .btn-group .btn-filters-mobile + .btn, .btn-group .btn + .btn-filters-mobile, .btn-group .btn-filters-mobile + .btn-filters-mobile,
.btn-group .btn + .btn-group,
.btn-group .btn-filters-mobile + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-filters-mobile,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar .btn-filters-mobile,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .btn-toolbar > .btn-filters-mobile,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn-filters-mobile:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child, .btn-group > .btn-filters-mobile:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-filters-mobile:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .btn-filters-mobile:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-filters-mobile {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .btn-filters-mobile:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .btn-filters-mobile:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-filters-mobile + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .btn-filters-mobile + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret, .btn-filters-mobile .caret {
  margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .btn-filters-mobile .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .btn-filters-mobile .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-filters-mobile,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .btn-filters-mobile {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .btn-filters-mobile {
  float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn-filters-mobile + .btn, .btn-group-vertical > .btn + .btn-filters-mobile, .btn-group-vertical > .btn-filters-mobile + .btn-filters-mobile,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-filters-mobile + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-filters-mobile,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .btn-filters-mobile:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .btn-filters-mobile:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .btn-filters-mobile:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-filters-mobile {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-filters-mobile:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-filters-mobile:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, .btn-group-justified > .btn-filters-mobile,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .btn-filters-mobile {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-filters-mobile input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-filters-mobile input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > .input-group-addon.btn-filters-mobile {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > .input-group-addon.btn-filters-mobile {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-filters-mobile,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .btn-filters-mobile,
.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-filters-mobile:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-filters-mobile {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-filters-mobile,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .btn-filters-mobile,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-filters-mobile:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-filters-mobile {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn, .input-group-btn > .btn-filters-mobile {
  position: relative;
}
.input-group-btn > .btn + .btn, .input-group-btn > .btn-filters-mobile + .btn, .input-group-btn > .btn + .btn-filters-mobile, .input-group-btn > .btn-filters-mobile + .btn-filters-mobile {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn-filters-mobile:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn-filters-mobile:focus, .input-group-btn > .btn:active, .input-group-btn > .btn-filters-mobile:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-filters-mobile,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-filters-mobile,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar, .main-navbar-alianca {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .main-navbar-alianca:before, .navbar:after, .main-navbar-alianca:after {
  display: table;
  content: " ";
}
.navbar:after, .main-navbar-alianca:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar, .main-navbar-alianca {
    border-radius: 4px;
  }
}
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header, .pagination-blank > .navbar-header, .main-content > .navbar-header,
.main-content-message > .navbar-header,
.container > .navbar-collapse,
.pagination-blank > .navbar-collapse,
.main-content > .navbar-collapse,
.main-content-message > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header, .pagination-blank > .navbar-header, .main-content > .navbar-header,
.main-content-message > .navbar-header,
.container > .navbar-collapse,
.pagination-blank > .navbar-collapse,
.main-content > .navbar-collapse,
.main-content-message > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .pagination-blank .navbar-brand, .navbar > .main-content .navbar-brand,
.navbar > .main-content-message .navbar-brand, .main-navbar-alianca > .container .navbar-brand, .main-navbar-alianca > .pagination-blank .navbar-brand, .main-navbar-alianca > .main-content .navbar-brand,
.main-navbar-alianca > .main-content-message .navbar-brand, .navbar > .container-fluid .navbar-brand, .main-navbar-alianca > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.btn-filters-mobile {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.btn-filters-mobile {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label, .btn-filters-mobile .label {
  position: relative;
  top: -1px;
}
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge, .btn-filters-mobile .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn-filters-mobile .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning, .alert-copy-agendamento {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr, .alert-copy-agendamento hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link, .alert-copy-agendamento .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  appearance: none;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .btn-filters-mobile + .btn, .modal-footer .btn + .btn-filters-mobile, .modal-footer .btn-filters-mobile + .btn-filters-mobile {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .btn-filters-mobile + .btn, .modal-footer .btn-group .btn + .btn-filters-mobile, .modal-footer .btn-group .btn-filters-mobile + .btn-filters-mobile {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption .btn-filters-mobile {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url('open-sans-v13-latin-300.2417db693943eb02.eot');
  /* IE9 Compat Modes */
  src: local(Open Sans Light), local(OpenSans-Light) url('open-sans-v13-latin-300.2417db693943eb02.eot?#iefix') format("embedded-opentype"), url('open-sans-v13-latin-300.25f033c49c47adac.woff2') format("woff2"), url('open-sans-v13-latin-300.2a5a1b9fe343bfaa.woff') format("woff"), url('open-sans-v13-latin-300.b911e2e2af74dfd4.ttf') format("truetype"), url('open-sans-v13-latin-300.1f350eb6f33d45ca.svg#OpenSans') format("svg");
  /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url('open-sans-v13-latin-300italic.5b40a12b4918151d.eot');
  /* IE9 Compat Modes */
  src: local(Open Sans Light Italic), local(OpenSansLight-Italic), url('open-sans-v13-latin-300italic.5b40a12b4918151d.eot?#iefix') format("embedded-opentype"), url('open-sans-v13-latin-300italic.da578de11d79e419.woff2') format("woff2"), url('open-sans-v13-latin-300italic.88275d7f86b09834.woff') format("woff"), url('open-sans-v13-latin-300italic.24b42afe971429b9.ttf') format("truetype"), url('open-sans-v13-latin-300italic.b51cf24cfc76ace7.svg#OpenSans') format("svg");
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url('open-sans-v13-latin-regular.2a6d4c1e670a6e9c.eot');
  /* IE9 Compat Modes */
  src: local(Open Sans), local(OpenSans), url('open-sans-v13-latin-regular.2a6d4c1e670a6e9c.eot?#iefix') format("embedded-opentype"), url('open-sans-v13-latin-regular.d815ad06551033e1.woff2') format("woff2"), url('open-sans-v13-latin-regular.2872b846e11449f4.woff') format("woff"), url('open-sans-v13-latin-regular.3ce6de97732b82eb.ttf') format("truetype"), url('open-sans-v13-latin-regular.d293011c3c85b0b0.svg#OpenSans') format("svg");
  /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url('open-sans-v13-latin-italic.99ecdb5f3980ea70.eot');
  /* IE9 Compat Modes */
  src: local(Open Sans Italic), local(OpenSans-Italic), url('open-sans-v13-latin-italic.99ecdb5f3980ea70.eot?#iefix') format("embedded-opentype"), url('open-sans-v13-latin-italic.ef62495561bed788.woff2') format("woff2"), url('open-sans-v13-latin-italic.3717c9806221627d.woff') format("woff"), url('open-sans-v13-latin-italic.f52e0f56e2a9f1ab.ttf') format("truetype"), url('open-sans-v13-latin-italic.70d93c02e64a905c.svg#OpenSans') format("svg");
  /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url('montserrat-v7-latin-regular.b8af3e9514b50cf2.eot');
  /* IE9 Compat Modes */
  src: local(Montserrat-Regular), url('montserrat-v7-latin-regular.b8af3e9514b50cf2.eot?#iefix') format("embedded-opentype"), url('montserrat-v7-latin-regular.3698f86f7d6fc760.woff2') format("woff2"), url('montserrat-v7-latin-regular.268eb5102c36e42a.woff') format("woff"), url('montserrat-v7-latin-regular.6e15058229611416.ttf') format("truetype"), url('montserrat-v7-latin-regular.9b28a53af5a1fc40.svg#Montserrat') format("svg");
  /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url('montserrat-v7-latin-700.54cd8be300e843a0.eot');
  /* IE9 Compat Modes */
  src: local(Montserrat-Bold), url('montserrat-v7-latin-700.54cd8be300e843a0.eot?#iefix') format("embedded-opentype"), url('montserrat-v7-latin-700.6101e17b65ceb916.woff2') format("woff2"), url('montserrat-v7-latin-700.ee2c0767cea502bd.woff') format("woff"), url('montserrat-v7-latin-700.5c0b00a863c71e53.ttf') format("truetype"), url('montserrat-v7-latin-700.e026c4aada9c169d.svg#Montserrat') format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "maersk_textregular";
  src: url('maersktext-regular-webfont.fc34850167a9301d.woff2') format("woff2"), url('maersktext-regular-webfont.c530978caa8a719b.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "maersk_textbold";
  src: url('maersktext-bold-webfont.f74c3524845d3ec1.woff2') format("woff2"), url('maersktext-bold-webfont.b2dc4fde0c42ff8a.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "maersk_textlight";
  src: url('maersktext-light-webfont.4bc4f7c2c652b4cf.woff2') format("woff2"), url('maersktext-light-webfont.a30683dea5c9a790.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "alianca-icons";
  src: url('alianca-icons.54b3291c52bc3e8a.eot');
  src: url('alianca-icons.54b3291c52bc3e8a.eot?#iefix') format("embedded-opentype"), url('alianca-icons.2ba8b04f869eeb3f.woff') format("woff"), url('alianca-icons.7c8000d864cd0205.ttf') format("truetype"), url('alianca-icons.98a7287146e3d99a.svg#alianca-icons') format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "alianca-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "alianca-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-icon]:before {
  font-family: "alianca-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "alianca-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-page-copy:before {
  content: "c";
}
.icon-pencil:before {
  content: "d";
}
.icon-trash:before {
  content: "e";
}
.icon-linkedin:before {
  content: "f";
}
.icon-youtube-play:before {
  content: "g";
}
.icon-user:before {
  content: "a";
}
.icon-play-circle:before {
  content: "b";
}
.icon-angle-left:before {
  content: "h";
}
.icon-angle-right:before {
  content: "i";
}
.icon-calendar-o:before {
  content: "j";
}
.icon-down-open-big:before {
  content: "l";
}
.icon-cancel:before {
  content: "m";
}
.icon-lock:before {
  content: "n";
}
.icon-forbidden:before {
  content: "o";
}
.icon-window-delete:before {
  content: "p";
}
.icon-home:before {
  content: "q";
}
.icon-ship:before {
  content: "r";
}
.icon-book-open:before {
  content: "s";
}
.icon-checklist:before {
  content: "t";
}
.icon-marker:before {
  content: "u";
}
.icon-mail:before {
  content: "v";
}
.icon-logout:before {
  content: "w";
}
.icon-up-thin:before {
  content: "x";
}
.icon-arrow-up:before {
  content: "y";
}
.icon-down-thin:before {
  content: "z";
}
.icon-arrow-down:before {
  content: "A";
}
.icon-clock:before {
  content: "B";
}
.icon-hourglass-o:before {
  content: "C";
}
.icon-page-export:before {
  content: "D";
}
.icon-truck:before {
  content: "E";
}
.icon-child:before {
  content: "F";
}
.icon-comments:before {
  content: "G";
}
.icon-cloud-upload:before {
  content: "H";
}
.icon-cloud-download:before {
  content: "I";
}
.icon-check:before, .result-cargas-wrapper .product-cargas.realizadas .icon-step .icon:before {
  content: "J";
}
.icon-plus:before {
  content: "K";
}
.icon-telephone:before {
  content: "L";
}
.icon-hospital-o:before {
  content: "M";
}
.icon-briefcase:before {
  content: "N";
}
.icon-paper-plane:before {
  content: "O";
}
.icon-paper-plane-o:before {
  content: "P";
}
.icon-check-1:before {
  content: "Q";
}
.icon-check-square:before {
  content: "R";
}
.icon-chain-broken:before {
  content: "S";
}
.icon-bell:before {
  content: "T";
}
.icon-bell-o:before {
  content: "U";
}
.icon-alert:before {
  content: "V";
}
.icon-calendar:before {
  content: "W";
}
.icon-calendar-times-o:before {
  content: "X";
}
.icon-calendar-plus-o:before {
  content: "Y";
}
.icon-calendar-check-o:before {
  content: "Z";
}
.icon-calendar-minus-o:before {
  content: "0";
}
.icon-building-o:before {
  content: "1";
}
.icon-expand:before {
  content: "2";
}
.icon-exchange:before {
  content: "4";
}
.icon-files-o:before {
  content: "5";
}
.icon-file-o:before {
  content: "6";
}
.icon-file-pdf-o:before {
  content: "7";
}
.icon-file-image-o:before {
  content: "8";
}
.icon-file-text:before {
  content: "9";
}
.icon-folder-open:before {
  content: "!";
}
.icon-map:before {
  content: '"';
}
.icon-globe:before {
  content: "#";
}
.icon-map-marker:before {
  content: "$";
}
.icon-pencil-1:before {
  content: "%";
}
.icon-tree-file:before {
  content: "&";
}
.icon-search:before {
  content: "'";
}
.icon-lightbulb-o:before {
  content: "(";
}
.icon-feet:before {
  content: ")";
}
.icon-dry:before {
  content: "*";
}
.icon-port:before {
  content: "+";
}
.icon-reefer:before {
  content: ",";
}
.icon-sliders:before {
  content: "-";
}
.icon-csv:before {
  content: ".";
}
.icon-external-link:before {
  content: "3";
}
.icon-angle-down:before {
  content: "/";
}
.icon-angle-up:before {
  content: ":";
}
.icon-up-dir:before {
  content: ";";
}
.icon-down-dir:before {
  content: "<";
}
.icon-circle-o:before {
  content: "=";
}
.icon-check-circle:before, .result-cargas-wrapper .product-cargas.confirmadas .icon-step .icon:before {
  content: ">";
}
.icon-help-circled:before {
  content: "k";
}
.icon-pallet:before {
  content: "?";
}
.icon-team:before {
  content: "@";
}
.icon-truck-1:before {
  content: "[";
}
.icon-data-storege:before {
  content: "]";
}
.icon-navegando:before, .result-cargas-wrapper .product-cargas.navegando .icon-step .icon:before {
  content: "_";
}
.icon-package-delivery:before, .result-cargas-wrapper .product-cargas.coletadas .icon-step .icon:before {
  content: "`";
}
.icon-transport:before, .result-cargas-wrapper .product-cargas.depositadas .icon-step .icon:before {
  content: "{";
}
.icon-truck-movement:before, .result-cargas-wrapper .product-cargas.em-entrega .icon-step .icon:before {
  content: "|";
}
.icon-desembarcadas:before, .result-cargas-wrapper .product-cargas.desembarcadas .icon-step .icon:before {
  content: "^";
}
.icon-next:before {
  content: "}";
}
.icon-back:before {
  content: "~";
}
.icon-download:before {
  content: "\\";
}
.icon-printer-1:before {
  content: "\e001";
}
.icon-hashtag-symbol:before {
  content: "\e000";
}
.icon-money-bag-with-dollar-symbol:before {
  content: "\e002";
}
.icon-circle:before {
  content: "\e003";
}
.icon-thumbs-o-up:before {
  content: "\e004";
}
.icon-thumbs-o-down:before {
  content: "\e005";
}
.icon-thumbs-up:before {
  content: "\e006";
}
.icon-thumbs-down:before {
  content: "\e007";
}
.icon-dollar:before {
  content: "\e008";
}
.icon-list-bullet:before {
  content: "\e009";
}
.icon-file:before {
  content: "\e00a";
}
.icon-photo:before {
  content: "\e00b";
}
.icon-truck-aberto:before {
  content: "\e00c";
}
.icon-logistics-transport:before {
  content: "\e00d";
}
.icon-truck-2:before {
  content: "\e00e";
}
.icon-logistics-truck:before {
  content: "\e00f";
}
.icon-handle-with-care:before {
  content: "\e010";
}
.icon-siren-light:before {
  content: "\e011";
}
.icon-humidity:before {
  content: "\e012";
}
.icon-truck-3:before, .result-cargas-wrapper .product-cargas.retirada-cheio .icon-step .icon:before {
  content: "\e013";
}
.icon-pallet-1:before {
  content: "\e014";
}
.icon-icon-safety:before {
  content: "\e015";
}
.icon-devolucao-vazio {
  background: url('retirada-vazio.000c1a96729a4aea.svg');
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  display: block;
  margin-top: 5px;
  opacity: 1;
  width: 35%;
  text-align: center;
  font-size: 0.8em;
}
.icon-devolucao-vazio-rastreio:before {
  content: url('retirada-vazio.000c1a96729a4aea.svg');
}
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  animation-delay: 1s;
}
.animated.delay-2s {
  animation-delay: 2s;
}
.animated.delay-3s {
  animation-delay: 3s;
}
.animated.delay-4s {
  animation-delay: 4s;
}
.animated.delay-5s {
  animation-delay: 5s;
}
.animated.fast {
  animation-duration: 800ms;
}
.animated.faster {
  animation-duration: 500ms;
}
.animated.slow {
  animation-duration: 2s;
}
.animated.slower {
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .action-steps-content .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-approve, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .action-steps-content .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-deny, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*------------------------------------------------------------*\
    VARIABLES
\*------------------------------------------------------------*/
/* Colors helpers */
.bg-danger {
  background-color: #e73737 !important;
}
.bg-success {
  background-color: #18b73d !important;
}
/* Texts helpers */
.text-black {
  color: #21292c !important;
}
.text-white {
  color: #fff !important;
}
/* --------- All --------- */
.m-all-0 {
  margin: 0;
}
.m-all-xs {
  margin: 5px;
}
.m-all-sm {
  margin: 10px;
}
.m-all-md {
  margin: 20px;
}
.m-all-lg {
  margin: 30px;
}
/* --------- Top --------- */
.m-top-0 {
  margin-top: 0 !important;
}
.m-top-xs {
  margin-top: 5px !important;
}
.m-top-sm {
  margin-top: 10px !important;
}
.m-top-md {
  margin-top: 20px !important;
}
.m-top-lg {
  margin-top: 30px;
}
.m-top-xlg {
  margin-top: 40px;
}
/* --------- Right --------- */
.m-right-0 {
  margin-right: 0;
}
.m-right-xs {
  margin-right: 5px;
}
.m-right-sm {
  margin-right: 10px;
}
.m-right-md {
  margin-right: 20px !important;
}
.m-right-lg {
  margin-right: 30px;
}
/* --------- Bottom --------- */
.m-bottom-0 {
  margin-bottom: 0 !important;
}
.m-bottom-xs {
  margin-bottom: 5px !important;
}
.m-bottom-sm {
  margin-bottom: 10px !important;
}
.m-bottom-md {
  margin-bottom: 20px !important;
}
.m-bottom-lg {
  margin-bottom: 30px !important;
}
.m-bottom-xlg {
  margin-bottom: 40px !important;
}
/* --------- Left --------- */
.m-left-0 {
  margin-left: 0 !important;
}
.m-left-xs {
  margin-left: 5px !important;
}
.m-left-sm {
  margin-left: 10px !important;
}
.m-left-md {
  margin-left: 20px !important;
}
.m-left-lg {
  margin-left: 30px !important;
}
/* --------- Padding --------- */
/* --------- All --------- */
.p-all-0 {
  padding: 0;
}
.p-all-xs {
  padding: 5px;
}
.p-all-sm {
  padding: 10px;
}
.p-all-md {
  padding: 20px;
}
.p-all-lg {
  padding: 30px;
}
.p-all-xlg {
  padding: 40px;
}
/* --------- Top --------- */
.p-top-0 {
  padding-top: 0 !important;
}
.p-top-xs {
  padding-top: 5px !important;
}
.p-top-sm {
  padding-top: 10px !important;
}
.p-top-md {
  padding-top: 20px !important;
}
.p-top-lg {
  padding-top: 30px;
}
.p-top-xlg {
  padding-top: 40px;
}
/* --------- Right --------- */
.p-right-0 {
  padding-right: 0;
}
.p-right-xs {
  padding-right: 5px;
}
.p-right-sm {
  padding-right: 10px;
}
.p-right-md {
  padding-right: 20px;
}
.p-right-lg {
  padding-right: 30px;
}
.p-right-xlg {
  padding-right: 40px;
}
/* --------- Bottom --------- */
.p-bottom-0 {
  padding-bottom: 0 !important;
}
.p-bottom-xs {
  padding-bottom: 5px !important;
}
.p-bottom-sm {
  padding-bottom: 10px !important;
}
.p-bottom-md {
  padding-bottom: 20px !important;
}
.p-bottom-lg {
  padding-bottom: 30px;
}
.p-bottom-xlg {
  padding-bottom: 40px;
}
.p-bottom-120 {
  padding-bottom: 120px !important;
}
/* --------- Left --------- */
.p-left-0 {
  padding-left: 0;
}
.p-left-xs {
  padding-left: 5px;
}
.p-left-sm {
  padding-left: 10px;
}
.p-left-md {
  padding-left: 20px;
}
.p-left-lg {
  padding-left: 30px;
}
.p-left-xlg {
  padding-left: 40px;
}
/* --------- Border --------- */
.b-r-0 {
  border-right: 0 !important;
}
/* --------- after --------- */
.a-r-0:after {
  content: "" !important;
}
@media screen and (min-width: 992px) {
  .equal,
.equal > div[class*=col-] {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    flex: 1 1 auto;
  }
}
::-ms-clear {
  display: none;
}
/* Min element size
------------------------------------
*/
.nomin-h {
  min-height: none !important;
}
.nomin-w {
  min-width: none !important;
}
.mn-h-10 {
  min-height: 10px !important;
}
.mn-w-10 {
  min-width: 10px !important;
}
.mn-h-20 {
  min-height: 20px !important;
}
.mn-w-20 {
  min-width: 20px !important;
}
.mn-h-30 {
  min-height: 30px !important;
}
.mn-w-30 {
  min-width: 30px !important;
}
.mn-h-35 {
  min-height: 35px !important;
}
.mn-w-35 {
  min-width: 35px !important;
}
.mn-h-40 {
  min-height: 40px !important;
}
.mn-w-40 {
  min-width: 40px !important;
}
.mn-h-50 {
  min-height: 50px !important;
}
.mn-w-50 {
  min-width: 50px !important;
}
/* Max element size
------------------------------------
*/
.nomax-h {
  max-height: none !important;
}
.nomax-w {
  max-width: none !important;
}
.mx-h-10 {
  max-height: 10px !important;
}
.mx-w-10 {
  max-width: 10px !important;
}
.mx-h-20 {
  max-height: 20px !important;
}
.mx-w-20 {
  max-width: 20px !important;
}
.mx-w-30 {
  max-width: 30px !important;
}
.mx-h-30 {
  max-height: 30px !important;
}
.mx-h-40 {
  max-height: 40px !important;
}
.mx-w-40 {
  max-width: 40px !important;
}
.mx-h-50 {
  max-height: 50px !important;
}
.mx-w-50 {
  max-width: 50px !important;
}
.mx-h-60 {
  max-height: 60px !important;
}
.mx-w-60 {
  max-width: 60px !important;
}
.mx-h-70 {
  max-height: 70px !important;
}
.mx-w-70 {
  max-width: 70px !important;
}
.mx-h-80 {
  max-height: 80px !important;
}
.mx-w-80 {
  max-width: 80px !important;
}
.mx-h-90 {
  max-height: 90px !important;
}
.mx-w-90 {
  max-width: 90px !important;
}
.mx-h-100 {
  max-height: 100px !important;
}
.mx-w-100 {
  max-width: 100px !important;
}
.mx-h-200 {
  max-height: 200px !important;
}
.mx-w-200 {
  max-width: 200px !important;
}
.mx-h-300 {
  max-height: 300px !important;
}
.mx-w-300 {
  max-width: 300px !important;
}
.mx-w-350 {
  max-width: 350px !important;
}
.mx-h-400 {
  max-height: 400px !important;
}
.mx-w-400 {
  max-width: 400px !important;
}
.mx-h-500 {
  max-height: 500px !important;
}
.mx-w-500 {
  max-width: 500px !important;
}
.mx-h-100p {
  max-height: 100% !important;
}
.mx-w-100p {
  max-width: 100% !important;
}
/* Element size
------------------------------------
*/
.height-10 {
  height: 10px !important;
}
.width-10 {
  width: 10px !important;
}
.height-20 {
  height: 20px !important;
}
.width-20 {
  width: 20px !important;
}
.height-30 {
  height: 30px !important;
}
.width-30 {
  width: 30px !important;
}
.height-35 {
  height: 35px !important;
}
.width-35 {
  width: 35px !important;
}
.height-40 {
  height: 40px !important;
}
.width-40 {
  width: 40px !important;
}
.height-50 {
  height: 50px !important;
}
.width-50 {
  width: 50px !important;
}
.height-100p {
  height: 100% !important;
}
.width-100p {
  width: 100% !important;
}
/* Padding Helpers
------------------------------------
*/
.padding-inherit {
  padding: inherit !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.padding-0 {
  padding: 0px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.padding-5 {
  padding: 5px !important;
}
.p-t-9 {
  padding-top: 9px !important;
}
.p-r-9 {
  padding-right: 9px !important;
}
.p-l-9 {
  padding-left: 9px !important;
}
.p-b-9 {
  padding-bottom: 9px !important;
}
.padding-9 {
  padding: 9px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.padding-10 {
  padding: 10px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.padding-15 {
  padding: 15px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.padding-20 {
  padding: 20px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.padding-25 {
  padding: 25px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.padding-30 {
  padding: 30px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-r-35 {
  padding-right: 35px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.padding-35 {
  padding: 35px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.padding-40 {
  padding: 40px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.padding-45 {
  padding: 45px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.padding-50 {
  padding: 50px !important;
}
.p-t-55 {
  padding-top: 55px !important;
}
.p-r-55 {
  padding-right: 55px !important;
}
.p-l-55 {
  padding-left: 55px !important;
}
.p-b-55 {
  padding-bottom: 55px !important;
}
.padding-55 {
  padding: 55px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.p-r-60 {
  padding-right: 60px !important;
}
.p-l-60 {
  padding-left: 60px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.padding-60 {
  padding: 60px !important;
}
.p-t-65 {
  padding-top: 65px !important;
}
.p-r-65 {
  padding-right: 65px !important;
}
.p-l-65 {
  padding-left: 65px !important;
}
.p-b-65 {
  padding-bottom: 65px !important;
}
.padding-65 {
  padding: 65px !important;
}
.p-t-70 {
  padding-top: 70px !important;
}
.p-r-70 {
  padding-right: 70px !important;
}
.p-l-70 {
  padding-left: 70px !important;
}
.p-b-70 {
  padding-bottom: 70px !important;
}
.padding-70 {
  padding: 70px !important;
}
.p-t-75 {
  padding-top: 75px !important;
}
.p-r-75 {
  padding-right: 75px !important;
}
.p-l-75 {
  padding-left: 75px !important;
}
.p-b-75 {
  padding-bottom: 75px !important;
}
.padding-75 {
  padding: 75px !important;
}
.p-t-80 {
  padding-top: 80px !important;
}
.p-r-80 {
  padding-right: 80px !important;
}
.p-l-80 {
  padding-left: 80px !important;
}
.p-b-80 {
  padding-bottom: 80px !important;
}
.padding-80 {
  padding: 80px !important;
}
.p-t-85 {
  padding-top: 85px !important;
}
.p-r-85 {
  padding-right: 85px !important;
}
.p-l-85 {
  padding-left: 85px !important;
}
.p-b-85 {
  padding-bottom: 85px !important;
}
.padding-85 {
  padding: 85px !important;
}
.p-t-90 {
  padding-top: 90px !important;
}
.p-r-90 {
  padding-right: 90px !important;
}
.p-l-90 {
  padding-left: 90px !important;
}
.p-b-90 {
  padding-bottom: 90px !important;
}
.padding-90 {
  padding: 90px !important;
}
.p-t-95 {
  padding-top: 95px !important;
}
.p-r-95 {
  padding-right: 95px !important;
}
.p-l-95 {
  padding-left: 95px !important;
}
.p-b-95 {
  padding-bottom: 95px !important;
}
.padding-95 {
  padding: 95px !important;
}
.p-t-100 {
  padding-top: 100px !important;
}
.p-r-100 {
  padding-right: 100px !important;
}
.p-l-100 {
  padding-left: 100px !important;
}
.p-b-100 {
  padding-bottom: 100px !important;
}
.padding-100 {
  padding: 100px !important;
}
/* Margin Helpers
------------------------------------
*/
.margin-inherit {
  margin: inherit;
}
.m-t-0 {
  margin-top: 0px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.margin-0 {
  margin: 0;
}
.m-t-5 {
  margin-top: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.margin-5 {
  margin: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.margin-10 {
  margin: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-t-55 {
  margin-top: 55px;
}
.m-r-55 {
  margin-right: 55px;
}
.m-l-55 {
  margin-left: 55px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-t-65 {
  margin-top: 65px;
}
.m-r-65 {
  margin-right: 65px;
}
.m-l-65 {
  margin-left: 65px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.m-t-70 {
  margin-top: 70px;
}
.m-r-70 {
  margin-right: 70px;
}
.m-l-70 {
  margin-left: 70px;
}
.m-b-70 {
  margin-bottom: 70px;
}
.m-t-75 {
  margin-top: 75px;
}
.m-r-75 {
  margin-right: 75px;
}
.m-l-75 {
  margin-left: 75px;
}
.m-b-75 {
  margin-bottom: 75px;
}
.m-t-80 {
  margin-top: 80px;
}
.m-r-80 {
  margin-right: 80px;
}
.m-l-80 {
  margin-left: 80px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.m-t-85 {
  margin-top: 85px;
}
.m-r-85 {
  margin-right: 85px;
}
.m-l-85 {
  margin-left: 85px;
}
.m-b-85 {
  margin-bottom: 85px;
}
.m-t-90 {
  margin-top: 90px;
}
.m-r-90 {
  margin-right: 90px;
}
.m-l-90 {
  margin-left: 90px;
}
.m-b-90 {
  margin-bottom: 90px;
}
.m-t-95 {
  margin-top: 95px;
}
.m-r-95 {
  margin-right: 95px;
}
.m-l-95 {
  margin-left: 95px;
}
.m-b-95 {
  margin-bottom: 95px;
}
.m-t-100 {
  margin-top: 100px;
}
.m-r-100 {
  margin-right: 100px;
}
.m-l-100 {
  margin-left: 100px;
}
.m-b-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sm-pull-bottom,
.sm-pull-up {
    position: relative !important;
  }

  .sm-p-t-0 {
    padding-top: 0px !important;
  }

  .sm-p-r-0 {
    padding-right: 0px !important;
  }

  .sm-p-l-0 {
    padding-left: 0px !important;
  }

  .sm-p-b-0 {
    padding-bottom: 0px !important;
  }

  .sm-padding-0 {
    padding: 0px !important;
  }

  .sm-p-t-5 {
    padding-top: 5px !important;
  }

  .sm-p-r-5 {
    padding-right: 5px !important;
  }

  .sm-p-l-5 {
    padding-left: 5px !important;
  }

  .sm-p-b-5 {
    padding-bottom: 5px !important;
  }

  .sm-padding-5 {
    padding: 5px !important;
  }

  .sm-p-t-10 {
    padding-top: 10px !important;
  }

  .sm-p-r-10 {
    padding-right: 10px !important;
  }

  .sm-p-l-10 {
    padding-left: 10px !important;
  }

  .sm-p-b-10 {
    padding-bottom: 10px !important;
  }

  .sm-padding-10 {
    padding: 10px !important;
  }

  .sm-p-t-15 {
    padding-top: 15px !important;
  }

  .sm-p-r-15 {
    padding-right: 15px !important;
  }

  .sm-p-l-15 {
    padding-left: 15px !important;
  }

  .sm-p-b-15 {
    padding-bottom: 15px !important;
  }

  .sm-padding-15 {
    padding: 15px !important;
  }

  .sm-p-t-20 {
    padding-top: 20px !important;
  }

  .sm-p-r-20 {
    padding-right: 20px !important;
  }

  .sm-p-l-20 {
    padding-left: 20px !important;
  }

  .sm-p-b-20 {
    padding-bottom: 20px !important;
  }

  .sm-padding-20 {
    padding: 20px !important;
  }

  .sm-p-t-25 {
    padding-top: 25px !important;
  }

  .sm-p-r-25 {
    padding-right: 25px !important;
  }

  .sm-p-l-25 {
    padding-left: 25px !important;
  }

  .sm-p-b-25 {
    padding-bottom: 25px !important;
  }

  .sm-padding-25 {
    padding: 25px !important;
  }

  .sm-p-t-30 {
    padding-top: 30px !important;
  }

  .sm-p-r-30 {
    padding-right: 30px !important;
  }

  .sm-p-l-30 {
    padding-left: 30px !important;
  }

  .sm-p-b-30 {
    padding-bottom: 30px !important;
  }

  .sm-padding-30 {
    padding: 30px !important;
  }

  .sm-p-t-35 {
    padding-top: 35px !important;
  }

  .sm-p-r-35 {
    padding-right: 35px !important;
  }

  .sm-p-l-35 {
    padding-left: 35px !important;
  }

  .sm-p-b-35 {
    padding-bottom: 35px !important;
  }

  .sm-padding-35 {
    padding: 35px !important;
  }

  .sm-p-t-40 {
    padding-top: 40px !important;
  }

  .sm-p-r-40 {
    padding-right: 40px !important;
  }

  .sm-p-l-40 {
    padding-left: 40px !important;
  }

  .sm-p-b-40 {
    padding-bottom: 40px !important;
  }

  .sm-padding-40 {
    padding: 40px !important;
  }

  .sm-p-t-45 {
    padding-top: 45px !important;
  }

  .sm-p-r-45 {
    padding-right: 45px !important;
  }

  .sm-p-l-45 {
    padding-left: 45px !important;
  }

  .sm-p-b-45 {
    padding-bottom: 45px !important;
  }

  .sm-padding-45 {
    padding: 45px !important;
  }

  .sm-p-t-50 {
    padding-top: 50px !important;
  }

  .sm-p-r-50 {
    padding-right: 50px !important;
  }

  .sm-p-l-50 {
    padding-left: 50px !important;
  }

  .sm-p-b-50 {
    padding-bottom: 50px !important;
  }

  .sm-padding-50 {
    padding: 50px !important;
  }

  .sm-m-t-5 {
    margin-top: 5px !important;
  }

  .sm-m-r-5 {
    margin-right: 5px !important;
  }

  .sm-m-l-5 {
    margin-left: 5px !important;
  }

  .sm-m-b-5 {
    margin-bottom: 5px !important;
  }

  .sm-m-t-10 {
    margin-top: 10px !important;
  }

  .sm-m-r-10 {
    margin-right: 10px !important;
  }

  .sm-m-l-10 {
    margin-left: 10px !important;
  }

  .sm-m-b-10 {
    margin-bottom: 10px !important;
  }

  .sm-m-t-15 {
    margin-top: 15px !important;
  }

  .sm-m-r-15 {
    margin-right: 15px !important;
  }

  .sm-m-l-15 {
    margin-left: 15px !important;
  }

  .sm-m-b-15 {
    margin-bottom: 15px !important;
  }

  .sm-m-t-20 {
    margin-top: 20px !important;
  }

  .sm-m-r-20 {
    margin-right: 20px !important;
  }

  .sm-m-l-20 {
    margin-left: 20px !important;
  }

  .sm-m-b-20 {
    margin-bottom: 20px !important;
  }

  .sm-m-t-25 {
    margin-top: 25px !important;
  }

  .sm-m-r-25 {
    margin-right: 25px !important;
  }

  .sm-m-l-25 {
    margin-left: 25px !important;
  }

  .sm-m-b-25 {
    margin-bottom: 25px !important;
  }

  .sm-m-t-30 {
    margin-top: 30px !important;
  }

  .sm-m-r-30 {
    margin-right: 30px !important;
  }

  .sm-m-l-30 {
    margin-left: 30px !important;
  }

  .sm-m-b-30 {
    margin-bottom: 30px !important;
  }

  .sm-m-t-35 {
    margin-top: 35px !important;
  }

  .sm-m-r-35 {
    margin-right: 35px !important;
  }

  .sm-m-l-35 {
    margin-left: 35px !important;
  }

  .sm-m-b-35 {
    margin-bottom: 35px !important;
  }

  .sm-m-t-40 {
    margin-top: 40px !important;
  }

  .sm-m-r-40 {
    margin-right: 40px !important;
  }

  .sm-m-l-40 {
    margin-left: 40px !important;
  }

  .sm-m-b-40 {
    margin-bottom: 40px !important;
  }

  .sm-m-t-45 {
    margin-top: 45px !important;
  }

  .sm-m-r-45 {
    margin-right: 45px !important;
  }

  .sm-m-l-45 {
    margin-left: 45px !important;
  }

  .sm-m-b-45 {
    margin-bottom: 45px !important;
  }

  .sm-m-t-50 {
    margin-top: 50px !important;
  }

  .sm-m-r-50 {
    margin-right: 50px !important;
  }

  .sm-m-l-50 {
    margin-left: 50px !important;
  }

  .sm-m-b-50 {
    margin-bottom: 50px !important;
  }

  .sm-no-margin {
    margin: 0px !important;
  }

  .sm-no-padding {
    padding: 0px !important;
  }

  .sm-text-right {
    text-align: right !important;
  }

  .sm-text-left {
    text-align: left !important;
  }

  .sm-text-center {
    text-align: center !important;
  }

  .sm-pull-right {
    float: right !important;
  }

  .sm-pull-left {
    float: left !important;
  }

  .sm-pull-reset {
    float: none !important;
  }

  .sm-block {
    display: block;
  }
}
.sm-image-responsive-height {
  width: 100%;
  height: auto;
}
.error-container {
  width: auto;
}
.full-height {
  height: 100% !important;
}
.full-width {
  width: 100%;
}
.hide {
  display: none;
}
.inline {
  display: inline-block !important;
}
.block {
  display: block;
}
/* Border Helpers
------------------------------------
*/
.b-a,
.b-r,
.b-l,
.b-t,
.b-b {
  border-style: solid;
  border-width: 0;
}
.b-r {
  border-right-width: 1px;
}
.b-l {
  border-left-width: 1px;
}
.b-t {
  border-top-width: 1px;
}
.b-b {
  border-bottom-width: 1px;
}
.b-a {
  border-width: 1px;
}
.b-dashed {
  border-style: dashed;
}
.b-thick {
  border-width: 2px;
}
.b-transparent {
  border-color: rgba(0, 0, 0, 0.4);
}
.b-transparent-white {
  border-color: rgba(255, 255, 255, 0.3);
}
.b-grey {
  border-color: #dbdee0;
}
.b-white {
  border-color: #fff;
}
.b-primary {
  border-color: #5d598d;
}
.b-complete {
  border-color: #5d598d;
}
.b-success {
  border-color: #2eaeb3;
}
.b-info {
  border-color: #1f3853;
}
.b-danger {
  border-color: #e95555;
}
.b-warning {
  border-color: #fbc25e;
}
/* Border Radius Helpers
------------------------------------
*/
.b-rad-tl-0 {
  border-top-left-radius: 0 !important;
}
.b-rad-tr-0 {
  border-top-right-radius: 0 !important;
}
.b-rad-bl-0 {
  border-bottom-left-radius: 0 !important;
}
.b-rad-br-0 {
  border-bottom-right-radius: 0 !important;
}
.b-rad-tl-1 {
  border-top-left-radius: 1px !important;
}
.b-rad-tr-1 {
  border-top-right-radius: 1px !important;
}
.b-rad-bl-1 {
  border-bottom-left-radius: 1px !important;
}
.b-rad-br-1 {
  border-bottom-right-radius: 1px !important;
}
.b-rad-tl-2 {
  border-top-left-radius: 2px !important;
}
.b-rad-tr-2 {
  border-top-right-radius: 2px !important;
}
.b-rad-bl-2 {
  border-bottom-left-radius: 2px !important;
}
.b-rad-br-2 {
  border-bottom-right-radius: 2px !important;
}
.b-rad-tl-3 {
  border-top-left-radius: 3px !important;
}
.b-rad-tr-3 {
  border-top-right-radius: 3px !important;
}
.b-rad-bl-3 {
  border-bottom-left-radius: 3px !important;
}
.b-rad-br-3 {
  border-bottom-right-radius: 3px !important;
}
.b-rad-tl-50 {
  border-top-left-radius: 50% !important;
}
.b-rad-tr-50 {
  border-top-right-radius: 50% !important;
}
.b-rad-bl-50 {
  border-bottom-left-radius: 50% !important;
}
.b-rad-br-50 {
  border-bottom-right-radius: 50% !important;
}
.b-rad-sm {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -oz-border-radius: 3px;
}
.b-rad-md {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.b-rad-lg {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.no-border {
  border: none !important;
}
/* Opacity helpers */
.opacity-10 {
  opacity: 0.1 !important;
}
.opacity-20 {
  opacity: 0.2 !important;
}
.opacity-30 {
  opacity: 0.3 !important;
}
.opacity-40 {
  opacity: 0.4 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-60 {
  opacity: 0.6 !important;
}
.opacity-70 {
  opacity: 0.7 !important;
}
.opacity-80 {
  opacity: 0.8 !important;
}
.opacity-90 {
  opacity: 0.9 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@viewport {
  width: device-width;
}
.login-modal .modal-dialog {
  width: 420px;
}
@media screen and (max-width: 768px) {
  .login-modal .modal-dialog {
    width: 95%;
    margin: 20px auto;
  }
}
.login-modal .modal-content {
  background-color: #f0f0f0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.02);
  border-radius: 3px;
  outline: 0;
}
.login-modal .modal-body {
  position: relative;
  padding: 30px 20px;
}
.login-modal .modal-footer {
  padding: 0 20px 20px;
  text-align: left;
  border-top: 0;
}
.login-modal .control-label {
  font-size: 0.7857142857em;
}
.login-modal .btn, .login-modal .btn-filters-mobile {
  padding: 15px;
  border-radius: 8px;
  transition: all 0.2s;
}
.login-modal .btn-link {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  padding: 10px;
  color: #95a5a6;
}
.login-modal .close {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  position: absolute;
  top: 15px;
  right: 5px;
  padding: 10px 15px;
}
/*------------------------------------------------------------*\
    TOPNAV
\*------------------------------------------------------------*/
.main-navbar-alianca {
  margin-bottom: 0;
  z-index: 1050;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26), 0 -1px 0 rgba(0, 0, 0, 0.02);
  border-radius: 0;
  border-bottom: 0;
}
@media screen and (min-width: 992px) {
  .main-navbar-alianca {
    background-color: #057DC8;
    min-height: 80px;
  }
}
@media screen and (max-width: 991px) {
  .main-navbar-alianca {
    overflow: hidden;
    position: fixed;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
  }
}
@media screen and (max-width: 991px) {
  .main-navbar-alianca .container, .main-navbar-alianca .pagination-blank, .main-navbar-alianca .main-content,
.main-navbar-alianca .main-content-message {
    width: 100%;
    padding: 0;
  }
}
.main-navbar-alianca .navbar-header {
  background-color: #057DC8;
}
@media screen and (max-width: 991px) {
  .main-navbar-alianca .navbar-header {
    height: 50px;
    width: 100%;
    margin: 0;
  }
}
.main-navbar-alianca .login-message {
  font-size: 0.8571428571em;
  display: inline-block;
  margin-top: 2px;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.74);
}
.main-navbar-alianca .logged {
  margin-top: 1px;
}
.main-navbar-alianca .login-user {
  font-size: 0.9285714286em;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.main-navbar-alianca .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .main-navbar-alianca .navbar-collapse {
    background-color: #057DC8;
  }
}
.main-navbar-alianca.peril-admin .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-navbar-alianca.peril-admin .navbar-collapse {
    background-color: #057DC8;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-navbar-alianca.peril-admin .navbar-brand {
    padding: 15px 15px;
  }
  .main-navbar-alianca.peril-admin .navbar-toggle {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .main-navbar-alianca.peril-admin .icon-mobile {
    display: block;
  }
}
.main-navbar-alianca .navbar-brand {
  /*padding: 30px 15px 25px 15px;*/
}
.main-navbar-alianca .navbar-brand:before, .main-navbar-alianca .navbar-brand:after {
  display: table;
  content: " ";
}
.main-navbar-alianca .navbar-brand:after {
  clear: both;
}
@media screen and (max-width: 991px) {
  .main-navbar-alianca .navbar-brand {
    padding: 0;
    width: calc(85% - 81px);
    height: inherit;
  }
}
@media screen and (max-width: 420px) {
  .main-navbar-alianca .navbar-brand {
    width: calc(85% - 98px);
  }
}
.main-navbar-alianca .navbar-brand img {
  width: 100%;
  max-width: 160px;
}
@media screen and (max-width: 991px) {
  .main-navbar-alianca .navbar-brand img {
    max-width: 100px;
    margin: 0 auto;
    margin-top: 15px;
  }
}
.main-navbar-alianca .break {
  display: none;
}
.main-navbar-alianca .navbar-toggle {
  float: left;
  margin-left: 10px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.main-navbar-alianca .navbar-toggle .icon-bar {
  width: 25px;
  background-color: #fff;
}
.main-navbar-alianca .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-navbar-alianca .navbar-toggle {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .main-navbar-alianca .navbar-nav {
    margin: 7.5px 15px;
  }
}
@media screen and (min-width: 992px) {
  .main-navbar-alianca .navbar-nav {
    float: right;
  }
}
.main-navbar-alianca .navbar-nav > li.active > a {
  background-color: #021859;
}
@media screen and (max-width: 991px) {
  .main-navbar-alianca .navbar-nav > li.active > a {
    color: #ffdc00;
    background-color: #021859;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-navbar-alianca .navbar-nav > li {
    float: inherit !important;
    width: 100%;
  }
}
.main-navbar-alianca .navbar-nav > li > a {
  color: #fff;
  font-size: 0.75em;
  text-transform: uppercase;
  padding: 30px 10px;
  font-family: "maersk_textregular", "Helvetica", "Calibri", sans-serif;
  font-weight: 600;
  transition: all 0.25s ease-in-out 0s;
}
.main-navbar-alianca .navbar-nav > li > a:focus, .main-navbar-alianca .navbar-nav > li > a:hover {
  color: white;
  background-color: #046daf;
}
@media screen and (max-width: 991px) {
  .main-navbar-alianca .navbar-nav > li > a {
    line-height: inherit;
    font-weight: lighter;
    text-transform: none;
    font-size: 0.7142857143em;
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-navbar-alianca .navbar-nav > li > a {
    float: inherit !important;
    width: 100%;
    padding: 20px 5px;
  }
}
.main-navbar-alianca .navbar-nav.padding-small {
  text-align: right;
}
.main-navbar-alianca .navbar-nav.padding-small > li {
  float: none;
  display: inline-block;
}
.main-navbar-alianca .navbar-nav.padding-small > li a {
  padding: 10px 10px;
}
.main-navbar-alianca .navbar-nav.padding-small .break {
  display: block;
}
.main-navbar-alianca .navbar-nav.padding-small .divider {
  display: none;
}
.main-navbar-alianca .navbar-user .dropdown-menu,
.main-navbar-alianca .navbar-user-mobile .dropdown-menu {
  font-family: "maersk_textregular", "Helvetica", "Calibri", sans-serif;
  margin-top: 10px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 99999 !important;
  position: absolute;
}
.main-navbar-alianca .navbar-user .dropdown-menu li > a,
.main-navbar-alianca .navbar-user-mobile .dropdown-menu li > a {
  font-size: 0.8571428571em;
  padding: 10px;
}
.main-navbar-alianca .navbar-user .dropdown-menu .divider-drop,
.main-navbar-alianca .navbar-user-mobile .dropdown-menu .divider-drop {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.main-navbar-alianca .navbar-user-mobile .dropdown-menu {
  position: fixed;
  top: 40px;
}
.main-navbar-alianca .divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.14);
  margin-top: -5px;
}
.main-navbar-alianca .divider:before, .main-navbar-alianca .divider:after {
  display: table;
  content: " ";
}
.main-navbar-alianca .divider:after {
  clear: both;
}
@media screen and (min-width: 992px) {
  .main-navbar-alianca .divider {
    display: none;
  }
}
.main-navbar-alianca .user {
  font-size: 1.2857142857em;
  font-weight: bold;
}
.main-navbar-alianca .mail {
  font-size: 0.8571428571em;
  font-weight: lighter;
}
.main-navbar-alianca .icon-mobile {
  font-size: 1.4285714286em;
  float: left;
  margin-right: 20px;
}
@media screen and (min-width: 992px) {
  .main-navbar-alianca .icon-mobile {
    display: none;
  }
}
.main-navbar-alianca .navbar-user {
  width: 100.5%;
  margin-left: -1px;
  min-height: 25px;
  background-color: #000;
  text-align: right;
}
.main-navbar-alianca .navbar-user .dropdown-toggle {
  margin-top: 5px;
  color: #fff;
  font-size: 0.8571428571em;
  font-family: "maersk_textregular", "Helvetica", "Calibri", sans-serif;
  font-weight: 500;
  transition: all 0.25s ease-in-out 0s;
}
.main-navbar-alianca .navbar-user .dropdown-toggle i {
  position: relative;
  top: 2px;
}
.main-navbar-alianca .navbar-user .dropdown-toggle:hover {
  color: #cccccc;
}
.main-navbar-alianca .navbar-user-mobile .dropdown a {
  display: inline-block;
}
.main-navbar-alianca .navbar-user-mobile .dropdown-toggle {
  display: block;
  margin-top: 17px;
  margin-right: 10px;
  color: #fff;
  font-size: 1.1428571429em;
  font-family: "maersk_textregular", "Helvetica", "Calibri", sans-serif;
  font-weight: 500;
  transition: all 0.25s ease-in-out 0s;
  width: 20px;
  height: 20px;
}
.main-navbar-alianca .navbar-user-mobile .dropdown-toggle:hover {
  color: #cccccc;
}
.dropdown-menu-admin {
  z-index: 8 !important;
  padding: 10px;
  min-width: 220px;
}
.dropdown-menu-admin .title, .dropdown-menu-admin .tp-contact .title-contact-info, .tp-contact .dropdown-menu-admin .title-contact-info {
  color: #999999;
  font-size: 0.7142857143em;
  margin-left: 10px;
  font-weight: 700;
  font-family: "maersk_textregular", "Helvetica", "Calibri", sans-serif;
  text-transform: uppercase;
}
.grupo-economico {
  font-size: 0.7857142857em;
  position: relative;
  top: 1px;
  margin-right: 3px;
  color: #fff;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 992px) {
  .grupo-economico {
    font-size: 1em;
    margin-top: 17px;
    margin-right: 0;
    padding-right: 10px;
  }
}
.grupo-economico:hover {
  color: white;
}
.tp-home-carousel {
  width: 100%;
  border-bottom: 4px solid #191c20;
}
.tp-home-carousel .container, .tp-home-carousel .pagination-blank, .tp-home-carousel .main-content,
.tp-home-carousel .main-content-message {
  position: relative;
}
.tp-home-carousel .carousel-indicators li {
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  .tp-home-carousel .carousel-inner {
    overflow: inherit;
  }
}
.tp-home-carousel .carousel-inner img {
  width: 100%;
  max-height: 450px;
}
@media screen and (max-width: 991px) {
  .tp-home-carousel .carousel-inner img {
    min-height: 100%;
  }
}
.tp-home-carousel .carousel-inner .item {
  max-height: 460px;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
}
.tp-home-carousel .carousel-inner .item#video {
  position: relative;
  background-color: #000e23;
  height: 80vh !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 0;
}
.tp-home-carousel .carousel-inner .item#video .item {
  max-height: none !important;
  overflow: visible !important;
}
.tp-home-carousel .carousel-inner .item#video .video {
  height: 80vh;
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.tp-home-carousel .carousel-inner .item#video .video video {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .tp-home-carousel .carousel-inner .item {
    height: 200px;
  }
}
.tp-home-carousel .carousel-caption {
  left: 2%;
  right: 40%;
  bottom: 150px;
  text-align: left;
  z-index: 2;
}
@media (min-width: 767px) and (max-width: 1080px) {
  .tp-home-carousel .carousel-caption {
    position: absolute;
    left: 5%;
    right: 10%;
    bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .tp-home-carousel .carousel-caption {
    position: absolute;
    left: 5%;
    right: 10%;
    bottom: 50px;
    max-width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tp-home-carousel .carousel-caption {
    position: absolute;
    left: 5%;
    right: 10%;
    bottom: 70px;
    max-width: 400px;
  }
}
.tp-home-carousel .carousel-caption .title, .tp-home-carousel .carousel-caption .tp-contact .title-contact-info, .tp-contact .tp-home-carousel .carousel-caption .title-contact-info {
  text-transform: uppercase;
  font-size: 2.2857142857em;
  line-height: 1.3em;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .tp-home-carousel .carousel-caption .title, .tp-home-carousel .carousel-caption .tp-contact .title-contact-info, .tp-contact .tp-home-carousel .carousel-caption .title-contact-info {
    font-size: 1em;
  }
}
.tp-home-carousel .carousel-caption .link {
  text-transform: uppercase;
  font-size: 1.2857142857em;
  font-weight: 600;
  color: #ffdc00;
}
@media screen and (max-width: 991px) {
  .tp-home-carousel .carousel-caption .link {
    font-size: 0.7142857143em;
  }
}
.tp-home-carousel .carousel-caption .link:hover {
  color: #e6c600;
}
.tp-home-carousel .carousel-caption i {
  font-size: 1.4285714286em;
  position: relative;
  top: 5px;
}
.tp-home-carousel-2 {
  width: 100%;
  border-bottom: 4px solid #191c20;
}
.tp-home-carousel-2 .carousel-indicators li {
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  .tp-home-carousel-2 .carousel-inner {
    overflow: inherit;
  }
}
.tp-home-carousel-2 .carousel-inner img {
  width: 100%;
  max-height: 450px;
}
@media screen and (max-width: 991px) {
  .tp-home-carousel-2 .carousel-inner img {
    min-height: 100%;
  }
}
.tp-home-carousel-2 .carousel-inner .item {
  max-height: 460px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .tp-home-carousel-2 .carousel-inner .item {
    height: 50vh;
  }
}
@media screen and (max-width: 991px) {
  .tp-home-carousel-2 .carousel-inner .item img {
    display: none;
  }
}
.tp-home-carousel-2 .carousel-inner .item .white {
  color: white !important;
}
.tp-home-carousel-2 .carousel-inner .item h3.title, .tp-home-carousel-2 .carousel-inner .item .tp-contact h3.title-contact-info, .tp-contact .tp-home-carousel-2 .carousel-inner .item h3.title-contact-info {
  color: #047cca;
  font-weight: normal;
  font-family: "maersk_textregular", "Helvetica", "Calibri", sans-serif;
}
.tp-home-carousel-2 .carousel-inner .item .description {
  font-size: 26px !important;
}
.tp-home-carousel-2 .carousel-inner .item h4.subtitle {
  color: #021859;
  font-weight: normal;
  font-family: "maersk_textregular", "Helvetica", "Calibri", sans-serif;
}
@media screen and (min-width: 991px) {
  .tp-home-carousel-2 .carousel-inner .item#banner-1 .carousel-description {
    left: 15.5%;
    top: 50px;
    text-align: left;
  }
}
.tp-home-carousel-2 .carousel-inner .item#banner-2 .white {
  color: #021859 !important;
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  border-radius: 5px;
}
@media screen and (min-width: 991px) {
  .tp-home-carousel-2 .carousel-inner .item#banner-2 .carousel-description {
    left: 15.5%;
    top: 50px;
    text-align: left;
  }
}
@media screen and (min-width: 991px) {
  .tp-home-carousel-2 .carousel-inner .item#banner-3 .carousel-description {
    left: 15.5%;
    top: 50px;
    text-align: left;
  }
}
@media screen and (min-width: 991px) {
  .tp-home-carousel-2 .carousel-inner .item#banner-4 .carousel-description {
    left: 15.5%;
    top: 50px;
    text-align: left;
  }
}
.tp-home-carousel-2 .carousel-description {
  position: absolute;
  text-shadow: none;
  z-index: 2;
  width: 100%;
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .tp-home-carousel-2 .carousel-description {
    text-align: center;
    font-size: 9px;
    text-shadow: 0 0 5px #fff;
    top: 0px;
  }
}
@media screen and (min-width: 991px) {
  .tp-home-carousel-2 .carousel-description {
    width: 50%;
  }
}
.tp-home-carousel-2 .carousel-description .title, .tp-home-carousel-2 .carousel-description .tp-contact .title-contact-info, .tp-contact .tp-home-carousel-2 .carousel-description .title-contact-info {
  font-size: 2.1428571429em;
  color: #fff;
  margin: 0;
}
.tp-home-carousel-2 .carousel-description .subtitle {
  font-size: 2em;
  margin: 0;
}
.tp-home-carousel-2 .carousel-description .link {
  background: #057dc9;
  border-radius: 10px;
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
  font-weight: 200;
}
@media screen and (max-width: 991px) {
  .tp-home-carousel-2 .carousel-description .link {
    margin-top: 5px;
  }
}
.tp-home-footer {
  width: 100%;
  padding: 40px 0;
  background-color: #ffffff;
}
.tp-home-footer .container, .tp-home-footer .pagination-blank, .tp-home-footer .main-content,
.tp-home-footer .main-content-message {
  position: relative;
}
.tp-home-footer .title, .tp-home-footer .tp-contact .title-contact-info, .tp-contact .tp-home-footer .title-contact-info {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.1428571429em;
  font-weight: bold;
  color: #143058;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .tp-home-footer .title, .tp-home-footer .tp-contact .title-contact-info, .tp-contact .tp-home-footer .title-contact-info {
    font-size: 0.8571428571em;
  }
}
.tp-home-footer .social {
  margin-top: 20px;
  text-align: center;
}
.tp-home-footer .social figure {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0 auto 5px;
}
@media screen and (max-width: 991px) {
  .tp-home-footer .social figure {
    width: 35px;
    height: 35px;
  }
}
.tp-home-footer .social figure .icon-linkedin,
.tp-home-footer .social figure .icon-youtube-play {
  display: block;
  color: #0061a6;
  font-size: 2em !important;
}
.tp-home-footer .social figure .icon-linkedin {
  padding: 7px 0 0 2px;
}
.tp-home-footer .social figure .icon-youtube-play {
  padding: 9px 0 0 2px;
}
.tp-home-footer .social > li {
  width: 70px;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}
.tp-home-footer .social a {
  color: #143058;
  text-transform: uppercase;
  font-size: 0.7142857143em;
}
@media screen and (max-width: 991px) {
  .tp-home-footer .social a {
    font-size: 0.5714285714em;
  }
}
.tp-home-cards {
  width: 100%;
  background-color: #057DC8;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 991px) {
  .tp-home-cards {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .tp-home-cards .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.tp-home-cards .container, .tp-home-cards .pagination-blank, .tp-home-cards .main-content,
.tp-home-cards .main-content-message {
  position: relative;
}
.tp-home-cards .col-xs-12,
.tp-home-cards .col-sm-4,
.tp-home-cards .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}
.tp-home-cards .tp-home-card {
  padding: 60px 30px;
  text-align: center;
}
.tp-home-cards .tp-home-card:before, .tp-home-cards .tp-home-card:after {
  display: table;
  content: " ";
}
.tp-home-cards .tp-home-card:after {
  clear: both;
}
@media screen and (max-width: 991px) {
  .tp-home-cards .tp-home-card {
    padding: 20px 30px;
  }
}
.tp-home-cards .tp-home-card.tp-home-card-1 {
  background-color: #057DC8;
}
.tp-home-cards .tp-home-card.tp-home-card-2 {
  background-color: #021859;
}
.tp-home-cards .tp-home-card.tp-home-card-3 {
  background-color: #057DC8;
}
.tp-home-cards .figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin: 0 auto 30px;
}
@media screen and (max-width: 991px) {
  .tp-home-cards .figure {
    width: 70px;
    height: 70px;
  }
}
.tp-home-cards .figure img {
  width: 95%;
  padding: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .tp-home-cards .figure img {
    padding: 15px;
  }
}
.tp-home-cards .title, .tp-home-cards .tp-contact .title-contact-info, .tp-contact .tp-home-cards .title-contact-info {
  color: #ffffff;
  font-size: 1.5714285714em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 20px 0 10px;
  font-family: "maersk_textregular", "Helvetica", "Calibri", sans-serif;
}
@media screen and (max-width: 991px) {
  .tp-home-cards .title, .tp-home-cards .tp-contact .title-contact-info, .tp-contact .tp-home-cards .title-contact-info {
    font-size: 1em;
  }
}
.tp-home-cards .description {
  font-family: "maersk_textregular", "Helvetica", "Calibri", sans-serif;
  font-size: 0.8571428571em;
  color: #ffffff;
  min-height: 72px;
}
@media screen and (max-width: 991px) {
  .tp-home-cards .description {
    font-size: 0.7857142857em;
    padding-bottom: 10px;
    min-height: inherit;
  }
}
.tp-home-cards .btn-action {
  margin: 20px 0;
  padding: 10px 30px;
  border-radius: 18px;
  text-transform: uppercase;
  font-family: "maersk_textregular", "Helvetica", "Calibri", sans-serif;
  font-size: 0.8571428571em;
  background: #0f4c81;
}
@media screen and (max-width: 991px) {
  .tp-home-cards .btn-action {
    margin: 0 0 10px;
    font-size: 0.5714285714em;
  }
}
.main-footer-alianca {
  background-color: #fff;
  margin: 0;
}
.main-footer-alianca .nav {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .main-footer-alianca .nav {
    margin: 20px 0;
  }
}
.main-footer-alianca .nav > li {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .main-footer-alianca .nav > li {
    width: 100%;
    display: block;
  }
}
.main-footer-alianca .nav > li > a {
  display: inline-block;
  color: #033f64;
  font-size: 0.7857142857em;
  text-transform: uppercase;
  padding: 30px 20px;
  font-family: "maersk_textregular", "Helvetica", "Calibri", sans-serif;
  font-weight: 400;
  transition: all 0.25s ease-in-out 0s;
}
@media screen and (max-width: 991px) {
  .main-footer-alianca .nav > li > a {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 0.6428571429em;
  }
}
.main-search {
  width: 100%;
  padding: 30px 20px;
  min-height: 230px;
  background-color: #0a3955;
  background-position: top center;
  background-size: cover;
}
.main-search.main-header {
  min-height: 100px;
  padding: 25px 20px 15px;
}
@media screen and (max-width: 991px) {
  .main-search {
    padding: 30px 5px;
  }
}
.main-search.main-programacao-navios {
  background-image: url('bg-programacao.1004ebc0d62d0944.png');
}
.main-search.main-rastreamento-cargas {
  background-image: url('bg-rastreamento.eebc8eb6a17cd1ce.jpg');
}
.main-search.main-cotacao {
  background-image: url('bg-cotacao.d56f8eb8349053e8.png');
}
.main-search.main-booking {
  background-image: url('bg-booking.a9b44089c887676d.png');
  background-position: top left;
}
.main-search.main-documentacao {
  background-image: url('bg-documentacao.c5ed9b6ab93fc40a.png');
}
.main-search.main-ordens-servico {
  background-image: url('bg-ordens-servico.1a95aede573c2f65.png');
}
.main-search .more-filters a {
  color: #fff;
}
.main-search .select-container {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 2px 7px 0px rgba(43, 66, 92, 0.5);
  position: relative;
}
.main-search .select-container .dropdown-inline {
  width: 100%;
}
.main-search .select-container .dropdown-menu .empty {
  display: none;
}
.main-search .select-group {
  position: relative;
  width: 200px;
  padding: 3px 10px 0 10px;
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #e4e4e4;
}
@media screen and (min-width: 1199px) {
  .main-search .select-group {
    /*max-width: 200px;*/
  }
}
.main-search .select-group .form-control-loading {
  right: 2% !important;
  top: 35% !important;
  background-color: #ffffff;
  height: 30px;
  z-index: 10;
}
.main-search .select-group.sm {
  width: 130px;
  max-width: 130px;
}
.main-search .select-group.lg {
  width: 400px;
  max-width: 400px;
}
@media screen and (max-width: 420px) {
  .main-search .select-group {
    display: inline-block;
    width: 50%;
    max-width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e4e4e4;
  }
}
@media (min-width: 420px) and (max-width: 768px) {
  .main-search .select-group {
    display: inline-block;
    width: 50%;
    max-width: 50%;
    border-bottom: 1px solid #e4e4e4;
  }
}
.main-search .select-group .control-label {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  font-weight: 500;
  color: #8b8b8b;
  display: block;
  margin: 5px 0 0;
}
.main-search .select-group .form-control {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  height: 32px;
  font-weight: bold;
  color: #0a4793;
  background-color: transparent;
  border: 0;
  outline: none !important;
  box-shadow: inherit;
  padding: 0;
}
.main-search .bootstrap-select,
.main-search .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.main-search .select-group .btn-default, .main-search .select-group .btn-filters-mobile, .main-search .select-group .action-steps-content .btn-back, .action-steps-content .main-search .select-group .btn-back {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  font-weight: bold;
  color: #0a4793;
  background-color: transparent;
  border: 0;
  outline: none !important;
  box-shadow: inherit;
  padding: 0;
}
.main-search .select-group .btn-default:hover, .main-search .select-group .btn-filters-mobile:hover, .main-search .select-group .action-steps-content .btn-back:hover, .action-steps-content .main-search .select-group .btn-back:hover, .main-search .select-group .btn-default:focus, .main-search .select-group .btn-filters-mobile:focus, .main-search .select-group .action-steps-content .btn-back:focus, .action-steps-content .main-search .select-group .btn-back:focus {
  color: #0f6adb;
  background-color: transparent;
  border: 0;
  outline: none !important;
  box-shadow: inherit;
}
.main-search .select-group .dropdown-menu > .selected > a {
  font-weight: bold;
}
.main-search .select-group .dropdown-menu > .selected > a .check-mark {
  font-family: alianca-icons !important;
  font-style: normal !important;
  font-weight: 400 !important;
  position: relative;
  top: -1px;
}
.main-search .select-group .dropdown-menu > .selected > a .check-mark:before {
  content: "J";
}
.main-search .select-group .dropdown-menu .form-control {
  border: 1px solid #bebebe;
}
.main-search .select-group .dropdown-menu > li > a {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  padding: 5px 10px;
}
.main-search .select-group .filter-option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95% !important;
}
.main-search .select-group .dropdown-toggle .caret {
  right: 0;
}
.main-search .datetimepicker {
  position: relative;
  height: 32px;
}
.main-search .datetimepicker .icon {
  font-size: 1em;
  top: 0;
  right: 0;
}
.main-search .datetimepicker.input-icon:after {
  font-family: "alianca-icons" !important;
  content: "W";
  position: absolute;
  left: 80%;
  color: #8b8b8b;
  top: 5px;
}
.main-search .search-action, .main-search .tp-b-search-action {
  display: inline-block;
  float: right;
}
@media screen and (max-width: 768px) {
  .main-search .search-action, .main-search .tp-b-search-action {
    margin-top: 10px;
    width: 100%;
    display: block;
    float: inherit;
  }
}
.main-search .btn-search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ffdc00;
  color: #fff;
  font-size: 1.4285714286em;
  min-width: 60px;
}
@media screen and (max-width: 420px) {
  .main-search .btn-search {
    width: 94%;
    margin: 10px 0 10px 10px;
    border-radius: 4px;
  }
}
@media (min-width: 420px) and (max-width: 768px) {
  .main-search .btn-search {
    width: 95%;
    margin: 10px 0 10px 15px;
    border-radius: 4px;
  }
}
.main-search .btn-search:hover {
  background-color: #dbbd00;
  transition: all 0.3s !important;
}
.main-search .select-group,
.main-search .btn-search {
  min-height: 60px;
}
@media screen and (max-width: 420px) {
  .main-search .select-group,
.main-search .btn-search {
    min-height: 40px;
  }
}
@media (min-width: 420px) and (max-width: 768px) {
  .main-search .select-group,
.main-search .btn-search {
    min-height: 40px;
  }
}
@media screen and (max-width: 420px) {
  .main-search .select-group {
    min-height: 62px;
  }
}
.tp-contact {
  position: relative;
}
.tp-contact.main-maps {
  background-image: url('bg-contato.140a2cfe19567a47.jpg');
  background-color: #1d2c4d;
  background-size: inherit;
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .tp-contact.main-maps {
    background-size: cover;
  }
}
.tp-contact .page-title {
  font-size: 2.5714285714em;
  margin: 35px 0 0;
  text-align: center;
}
.tp-contact .title, .tp-contact .title-contact-info {
  font-weight: lighter;
  font-size: 1.1428571429em;
  font-weight: bold;
  color: #002353;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .tp-contact .title, .tp-contact .title-contact-info {
    font-size: 0.8571428571em;
  }
}
.tp-contact .title-contact-info {
  color: #fff;
}
.tp-contact .panel {
  position: relative;
  top: -80px;
}
.tp-contact .panel-body {
  padding: 40px 0 30px 30px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .tp-contact .panel-body {
    padding: 40px 30px;
  }
}
.tp-contact .loading-contact {
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 0;
  right: 0;
}
.tp-contact .control-label {
  font-size: 0.8571428571em;
}
.tp-contact .highlights {
  width: 100%;
  padding: 0 0 100px;
  border-top-right-radius: 4px;
  background-color: #0061a6;
}
@media screen and (max-width: 991px) {
  .tp-contact .highlights {
    padding: 0;
  }
}
.tp-contact .btn-action {
  border-radius: 20px;
  padding: 10px 50px;
}
.tp-contact .btn-action .icon {
  font-size: 1.2857142857em;
  position: relative;
  top: 3px;
}
.contact-info {
  position: relative;
  margin-right: 30px;
}
.contact-info:before, .contact-info:after {
  display: table;
  content: " ";
}
.contact-info:after {
  clear: both;
}
.contact-info .title, .contact-info .tp-contact .title-contact-info, .tp-contact .contact-info .title-contact-info {
  font-size: 0.9285714286em;
  margin-bottom: 10px;
  color: #fff;
}
.contact-info .phone {
  font-size: 1.0714285714em !important;
  margin-top: 3px !important;
}
.contact-info .icon {
  position: absolute;
  font-size: 1.4285714286em;
  color: #fff;
  left: 0;
}
.contact-info .link {
  color: #ffdc00;
  font-size: 1.0714285714em !important;
}
.contact-info .link:hover, .contact-info .link:focus {
  color: #998400;
}
.contact-info .content {
  margin: 0 0 35px 35px;
  float: left;
}
.contact-info .content p {
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 0.8571428571em;
  margin: 0;
}
.home-loader {
  background-image: linear-gradient(to right, #057dc8 -45deg, rgba(5, 125, 200, 0.74) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF057DC8", endColorstr="#BD057DC8", GradientType=1);
  background-repeat: repeat-x;
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: #057DC8;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
}
.home-loader .loading-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-loader .loading-bar .bar {
  flex: 0 0 20%;
  height: 30%;
  animation: pulse 1s ease infinite;
  background-color: rgba(255, 255, 255, 0.74);
  animation-delay: 0;
  border-radius: 12px;
}
.home-loader .loading-bar .bar:nth-child(2) {
  animation-delay: 0.3s;
}
.home-loader .loading-bar .bar:nth-child(3) {
  animation-delay: 0.6s;
}
@keyframes pulse {
  0% {
    height: 30%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 30%;
  }
}
.product-cargas-collapse .page-loader {
  background-color: #f7f7f7;
}
.page-loader {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border-radius: 6px;
  z-index: 3;
  position: relative;
  background-color: #fff;
  top: -15px;
  right: 0;
  left: 0;
  bottom: 0;
}
.page-loader .loading-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-loader .loading-bar .bar {
  flex: 0 0 20%;
  height: 30%;
  /*animation: pulse 1s ease infinite;*/
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  background-color: rgba(5, 125, 200, 0.54);
  animation-delay: 0;
  border-radius: 12px;
}
.page-loader .loading-bar .bar:nth-child(2) {
  animation-delay: 0.3s;
}
.page-loader .loading-bar .bar:nth-child(3) {
  animation-delay: 0.6s;
}
@keyframes pulse {
  0% {
    height: 30%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 30%;
  }
}
.co2-loader {
  width: 100%;
  height: 100%;
  position: relative;
  right: 0;
  left: 0;
  margin-bottom: 15%;
  margin-top: 5%;
  bottom: 0;
  left: -5%;
}
.co2-loader .loading-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.co2-loader .loading-bar .bar {
  flex: 0 0 20%;
  height: 30%;
  /*animation: pulse 1s ease infinite;*/
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  background-color: rgba(5, 125, 200, 0.54);
  animation-delay: 0;
  border-radius: 12px;
}
.co2-loader .loading-bar .bar:nth-child(2) {
  animation-delay: 0.3s;
}
.co2-loader .loading-bar .bar:nth-child(3) {
  animation-delay: 0.6s;
}
@keyframes pulse {
  0% {
    height: 30%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 30%;
  }
}
@keyframes form-control-loading {
  0% {
    transform-origin: 100% 100%;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: 100% 100%;
    transform: rotate(360deg);
  }
}
.form-control-loading {
  width: 24px;
  height: 24px;
  margin: 5px 5px 0 0;
  position: absolute;
  top: 10%;
  right: 5%;
}
.form-control-loading:before {
  position: absolute;
  display: block;
  content: "";
  z-index: 3;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFF;
}
.btn-group.dropdown .form-control-loading {
  top: 30%;
}
.btn-group.dropdown .form-control-loading:before {
  background-color: #eaeff6;
}
.form-control-loading:after {
  position: absolute;
  display: block;
  content: "";
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 200px 0 0;
  background: linear-gradient(45deg, transparent 0, #459ad7 50%, #459ad7 100%);
  animation-name: form-control-loading;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.conteiner {
  background-size: cover;
  display: inline-block;
  position: relative;
  float: left;
  background-image: url('standard_not_found.5a95284c07063fed.gif');
}
.conteiner-xs {
  width: 24px;
  height: 24px;
  position: relative;
  top: 0;
}
.conteiner-lg {
  width: 52px;
  height: 52px;
  position: relative;
  top: 0;
}
.flat_rack_20 {
  background-image: url('flat_rack_20.107f21472c72b7a8.gif');
}
.flat_rack_40 {
  background-image: url('flat_rack_40.d573f0dd5ca1d2f5.gif');
}
.open_top_20 {
  background-image: url('open_top_20.1420367ce2280880.gif');
}
.open_top_40 {
  background-image: url('open_top_40.0f20ea5317a35ca4.gif');
}
.reefer_20 {
  background-image: url('reefer_20.7258b05f27cb0e23.gif');
}
.reefer_40 {
  background-image: url('reefer_40.ecefea15a50dd116.gif');
}
.standard_20 {
  background-image: url('standard_20.bdb664734ed0a48b.gif');
}
.standard_40 {
  background-image: url('standard_40.2dd4b93b541a4146.gif');
}
.conteiner-group .conteiner {
  float: left;
}
.conteiner-group .conteiner-type {
  float: left;
  margin-top: 15px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .btn-filters-mobile {
    margin-top: 10px;
  }
}
.export {
  color: #0061a6;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  font-size: 11px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .export {
    float: right;
  }
}
.export .icon {
  color: #18b73d;
  font-size: 18px;
  float: left;
}
@media screen and (max-width: 767px) {
  .export {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .filter-action {
    float: none !important;
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .filter-action {
    float: right !important;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .filter-action ul {
    float: right;
  }
}
.filter-action ul li {
  float: left;
  font-size: 11px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  min-height: 30px;
}
@media screen and (min-width: 768px) {
  .filter-action ul li {
    margin: 10px 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .filter-action ul li {
    float: none;
    min-height: 46px;
  }
}
.filter-action ul li a.export {
  color: #0061a6;
  height: 40px;
  line-height: 40px;
  display: block;
  vertical-align: middle;
}
.filter-action ul li a.export .icon {
  color: #18b73d;
  font-size: 18px;
  float: left;
}
.filter-action ul li .select-group {
  height: 45px;
  border: 1px solid #cbd5e7;
  color: #133157;
  font-size: 0.9285714286em;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  background-color: #fff;
  box-shadow: 0px 1px 1px 0px rgba(204, 215, 230, 0.5);
  border-radius: 8px;
  transition: border-color 0.2s ease;
  outline: 0;
}
.result-list-wrapper {
  width: 100%;
}
#no-result h4 {
  color: #057DC8;
  line-height: 1.8em;
}
.content-new-cotacao .page-loader,
.content-new-booking .page-loader {
  min-height: 460px;
}
.content-new-cotacao h4,
.content-new-booking h4 {
  padding: 0 20px;
}
.content-new-cotacao .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
  width: 320px;
}
.content-new-cotacao label,
.content-new-booking label {
  line-height: 45px;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .content-new-cotacao label,
.content-new-booking label {
    line-height: 30px;
  }
}
.content-new-cotacao label.no-line-middle,
.content-new-booking label.no-line-middle {
  line-height: inherit;
  line-height: 1.3em;
}
.content-new-cotacao .form-group:before, .content-new-cotacao .form-group:after,
.content-new-booking .form-group:before,
.content-new-booking .form-group:after {
  display: table;
  content: " ";
}
.content-new-cotacao .form-group:after,
.content-new-booking .form-group:after {
  clear: both;
}
.content-new-cotacao .line-middle,
.content-new-booking .line-middle {
  line-height: 45px;
  vertical-align: middle;
}
.branco {
  background: #ffffff;
}
.nav-steps {
  width: 100%;
  background: #e6e6e6;
}
.nav-steps:before, .nav-steps:after {
  display: table;
  content: " ";
}
.nav-steps:after {
  clear: both;
}
.nav-steps.booking ul li {
  text-align: center;
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .nav-steps.booking ul li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .nav-steps.booking ul li {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 420px) {
  .nav-steps .container, .nav-steps .pagination-blank, .nav-steps .main-content,
.nav-steps .main-content-message {
    padding: 0;
  }
}
.nav-steps ul li {
  text-align: center;
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .nav-steps ul li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .nav-steps ul li {
    float: left;
    width: 33.3333333333%;
  }
}
.nav-steps ul li a {
  display: block;
  font-size: 0.9285714286em;
  border: 1px solid #d9d9d9;
  border-top: none;
  padding: 20px;
}
.nav-steps ul li a span {
  position: relative;
  top: -5px;
}
@media screen and (max-width: 420px) {
  .nav-steps ul li a {
    min-height: 75px;
  }
}
@media screen and (max-width: 991px) {
  .nav-steps ul li a {
    font-size: 0.7857142857em;
    padding: 10px;
  }
}
.nav-steps ul li a.disable {
  background: #e6e6e6;
  color: #057DC8;
}
.nav-steps ul li a.active {
  background: #0061a6;
  color: #fff;
}
.nav-steps ul li a.completed {
  background: #e6e6e6;
  color: #057DC8;
}
.nav-steps ul li a.completed i {
  color: #18b73d;
}
.nav-steps ul li a i {
  margin-right: 5px;
  font-size: 1.4285714286em;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .nav-steps ul li a i {
    display: block;
  }
}
.btn-xlg {
  padding: 10px 40px;
  border: 1px solid;
  border-radius: 4px;
}
.btn-xlg.btn-default, .btn-xlg.btn-filters-mobile, .action-steps-content .btn-xlg.btn-back {
  color: #057DC8;
  border: 1px solid #cbd5e7;
}
.btn-xlg i {
  font-size: 2em;
}
.checkbox-carga {
  text-transform: uppercase;
}
.action-steps-content {
  margin: 50px 0;
}
.action-steps-content:before, .action-steps-content:after {
  display: table;
  content: " ";
}
.action-steps-content:after {
  clear: both;
}
.action-steps-content .btn, .action-steps-content .btn-filters-mobile {
  font-size: 0.9285714286em;
  padding: 20px;
  text-transform: uppercase;
}
.action-steps-content .btn-back,
.action-steps-content .btn-deny,
.action-steps-content .btn-approve {
  width: 100%;
  min-width: 195px;
}
@media (min-width: 992px) {
  .action-steps-content .btn-back,
.action-steps-content .btn-deny,
.action-steps-content .btn-approve {
    float: left !important;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .action-steps-content .btn-back,
.action-steps-content .btn-deny,
.action-steps-content .btn-approve {
    width: 47%;
  }
}
.action-steps-content .btn-warning {
  background-color: #ffdc00;
  border-color: #fad800;
  color: #057DC8;
}
.action-steps-content .btn-warning:hover, .action-steps-content .btn-warning:focus {
  background-color: #f0cf00;
}
.quotation-status {
  font-size: 1.1428571429em;
  text-align: center;
}
.content-new-cotacao .controle-padding div {
  padding: 0;
}
.content-new-cotacao .controle-padding .cnpj-dropdown:first-child + div {
  padding-right: 15px;
}
.content-new-cotacao .controle-padding .cnpj-dropdown:first-child {
  padding-right: 15px;
}
.content-new-cotacao .controle-padding .cnpj-dropdown:last-child {
  padding-left: 15px;
}
#filtro-cargas {
  background: #fff;
  padding: 30px;
  position: absolute;
  height: 100%;
  z-index: 999;
  width: 300px;
  box-shadow: 0 5px 6px #666;
  top: 230px;
  left: -300px;
}
#filtro-cargas.open {
  left: 0 !important;
  transition: 0.2s all ease-in-out;
}
#filtro-cargas .close {
  margin-right: -20px;
  margin-top: -20px;
}
@media screen and (max-width: 991px) {
  .comp_endereco {
    padding: 10px;
  }
}
.modal-agendamento-entrega .comp_endereco .cep-label.cep-input {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px 5px 5px 0/2;
  padding-left: 5px 5px 5px 0/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px 0/2;
  padding-left: 5px 5px 5px 0/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px 0/2;
  padding-left: 5px 5px 5px 0/2;
}
@media (min-width: 768px) {
  .modal-agendamento-entrega .comp_endereco .cep-label.cep-input {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .modal-agendamento-entrega .comp_endereco .cep-label.cep-input {
    float: left;
    width: 100%;
  }
}
.booking-endereco .comp_endereco .cep-label, .booking-endereco .comp_endereco .cep-input {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
}
@media (min-width: 768px) {
  .booking-endereco .comp_endereco .cep-label, .booking-endereco .comp_endereco .cep-input {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .booking-endereco .comp_endereco .cep-label, .booking-endereco .comp_endereco .cep-input {
    float: left;
    width: 50%;
  }
}
.booking-endereco .comp_endereco .lagradouro-label {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
}
@media (min-width: 768px) {
  .booking-endereco .comp_endereco .lagradouro-label {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .booking-endereco .comp_endereco .lagradouro-label {
    float: left;
    width: 33.3333333333%;
  }
}
.booking-endereco .comp_endereco .lagradouro-input {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
}
@media (min-width: 768px) {
  .booking-endereco .comp_endereco .lagradouro-input {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .booking-endereco .comp_endereco .lagradouro-input {
    float: left;
    width: 66.6666666667%;
  }
}
.booking-endereco .comp_endereco .numero-label {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
}
@media (min-width: 768px) {
  .booking-endereco .comp_endereco .numero-label {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .booking-endereco .comp_endereco .numero-label {
    float: left;
    width: 41.6666666667%;
  }
}
.booking-endereco .comp_endereco .numero-input {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
}
@media (min-width: 768px) {
  .booking-endereco .comp_endereco .numero-input {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .booking-endereco .comp_endereco .numero-input {
    float: left;
    width: 58.3333333333%;
  }
}
.booking-endereco .comp_endereco .complemento-label {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
}
@media (min-width: 768px) {
  .booking-endereco .comp_endereco .complemento-label {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .booking-endereco .comp_endereco .complemento-label {
    float: left;
    width: 50%;
  }
}
.booking-endereco .comp_endereco .complemento-input {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
}
@media (min-width: 768px) {
  .booking-endereco .comp_endereco .complemento-input {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .booking-endereco .comp_endereco .complemento-input {
    float: left;
    width: 50%;
  }
}
.booking-endereco .comp_endereco .bairro-label {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
}
@media (min-width: 768px) {
  .booking-endereco .comp_endereco .bairro-label {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .booking-endereco .comp_endereco .bairro-label {
    float: left;
    width: 33.3333333333%;
  }
}
.booking-endereco .comp_endereco .bairro-input {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
}
@media (min-width: 768px) {
  .booking-endereco .comp_endereco .bairro-input {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .booking-endereco .comp_endereco .bairro-input {
    float: left;
    width: 66.6666666667%;
  }
}
.booking-endereco .comp_endereco .municipio-label {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
}
@media (min-width: 768px) {
  .booking-endereco .comp_endereco .municipio-label {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .booking-endereco .comp_endereco .municipio-label {
    float: left;
    width: 33.3333333333%;
  }
}
.booking-endereco .comp_endereco .municipio-input {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
}
@media (min-width: 768px) {
  .booking-endereco .comp_endereco .municipio-input {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .booking-endereco .comp_endereco .municipio-input {
    float: left;
    width: 66.6666666667%;
  }
}
.main-usuario + .main-content td, .main-usuario + .main-content th {
  padding: 20px 10px;
}
.main-usuario .select-container {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 2px 7px 0px rgba(43, 66, 92, 0.5);
  position: relative;
}
.main-usuario .select-container .dropdown-inline {
  width: 100%;
}
.main-usuario .select-container .dropdown-menu .empty {
  display: none;
}
.main-usuario .t-b-filter-cliente {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-usuario .t-b-filter-cliente {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .main-usuario .t-b-filter-cliente {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .main-usuario .t-b-filter-cliente {
    float: left;
    width: 12.5%;
  }
}
.main-usuario .t-b-filter-email {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-usuario .t-b-filter-email {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .main-usuario .t-b-filter-email {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-usuario .t-b-filter-email {
    float: left;
    width: 12.5%;
  }
}
.main-usuario .t-b-filter-nome-empresa {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-usuario .t-b-filter-nome-empresa {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .main-usuario .t-b-filter-nome-empresa {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-usuario .t-b-filter-nome-empresa {
    float: left;
    width: 14.1666666667%;
  }
}
.main-usuario .t-b-filter-perfil {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-usuario .t-b-filter-perfil {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-usuario .t-b-filter-perfil {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-usuario .t-b-filter-perfil {
    float: left;
    width: 14.1666666667%;
  }
}
.main-usuario .t-b-filter-status {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-usuario .t-b-filter-status {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .main-usuario .t-b-filter-status {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-usuario .t-b-filter-status {
    float: left;
    width: 11.6666666667%;
  }
}
.main-usuario .t-b-filter-cnpj {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-usuario .t-b-filter-cnpj {
    float: left;
    width: 20.8333333333%;
  }
}
@media (min-width: 992px) {
  .main-usuario .t-b-filter-cnpj {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-usuario .t-b-filter-cnpj {
    float: left;
    width: 8.3333333333%;
  }
}
.main-usuario .t-b-filter-data {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-usuario .t-b-filter-data {
    float: left;
    width: 37.5%;
  }
}
@media (min-width: 992px) {
  .main-usuario .t-b-filter-data {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-usuario .t-b-filter-data {
    float: left;
    width: 22.5%;
  }
}
@media screen and (max-width: 991px) {
  .main-usuario .search-action-usuarios {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .main-usuario .search-action-usuarios .btn-search {
    width: 98%;
    min-height: inherit;
    margin: 5px;
    border-radius: 4px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .main-usuario .search-action-usuarios .btn-search {
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-usuario .search-action-usuarios {
    position: relative;
    right: -8px;
  }
}
@media (min-width: 991px) {
  .main-usuario .search-action-usuarios {
    position: absolute;
    border-top-right-radius: 0;
    right: -7px;
  }
}
.main-usuario .select-group {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #e4e4e4;
}
.main-usuario .select-group .form-control-loading {
  right: 2% !important;
  top: 35% !important;
  background-color: #ffffff;
  height: 30px;
  z-index: 10;
}
.main-usuario .select-group.sm {
  width: 130px;
  max-width: 130px;
}
.main-usuario .select-group.lg {
  width: 400px;
  max-width: 400px;
}
@media screen and (max-width: 420px) {
  .main-usuario .select-group {
    display: inline-block;
    max-width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e4e4e4;
  }
}
@media (min-width: 420px) and (max-width: 768px) {
  .main-usuario .select-group {
    display: inline-block;
    border-bottom: 1px solid #e4e4e4;
  }
}
.main-usuario .select-group .control-label {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  font-weight: 500;
  color: #8b8b8b;
  display: block;
  margin: 5px 0 0;
}
.main-usuario .select-group .form-control {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  height: 58px;
  font-weight: bold;
  color: #0a4793;
  background-color: transparent;
  border: 0;
  outline: none !important;
  box-shadow: inherit;
  padding: 0;
}
.main-usuario .t-b-filter-cliente,
.main-usuario .t-b-filter-email,
.main-usuario .t-b-filter-nome-empresa,
.main-usuario .t-b-filter-perfil,
.main-usuario .t-b-filter-status,
.main-usuario .t-b-filter-cnpj {
  max-width: inherit !important;
  display: inline-block !important;
  min-height: 58px !important;
}
.main-usuario .t-b-filter-cliente .select-group,
.main-usuario .t-b-filter-email .select-group,
.main-usuario .t-b-filter-nome-empresa .select-group,
.main-usuario .t-b-filter-perfil .select-group,
.main-usuario .t-b-filter-status .select-group,
.main-usuario .t-b-filter-cnpj .select-group {
  min-height: 58px !important;
}
.main-usuario .t-b-filter-cliente .datepicker-container,
.main-usuario .t-b-filter-cliente .datepicker-input-container,
.main-usuario .t-b-filter-cliente .datepicker-input,
.main-usuario .t-b-filter-email .datepicker-container,
.main-usuario .t-b-filter-email .datepicker-input-container,
.main-usuario .t-b-filter-email .datepicker-input,
.main-usuario .t-b-filter-nome-empresa .datepicker-container,
.main-usuario .t-b-filter-nome-empresa .datepicker-input-container,
.main-usuario .t-b-filter-nome-empresa .datepicker-input,
.main-usuario .t-b-filter-perfil .datepicker-container,
.main-usuario .t-b-filter-perfil .datepicker-input-container,
.main-usuario .t-b-filter-perfil .datepicker-input,
.main-usuario .t-b-filter-status .datepicker-container,
.main-usuario .t-b-filter-status .datepicker-input-container,
.main-usuario .t-b-filter-status .datepicker-input,
.main-usuario .t-b-filter-cnpj .datepicker-container,
.main-usuario .t-b-filter-cnpj .datepicker-input-container,
.main-usuario .t-b-filter-cnpj .datepicker-input {
  width: 85px !important;
}
@media screen and (max-width: 1199px) {
  .main-usuario .t-b-filter-cliente,
.main-usuario .t-b-filter-email,
.main-usuario .t-b-filter-nome-empresa,
.main-usuario .t-b-filter-perfil,
.main-usuario .t-b-filter-status,
.main-usuario .t-b-filter-cnpj {
    border-bottom: 1px solid #e4e4e4;
  }
}
.main-usuario .bootstrap-select,
.main-usuario .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.main-usuario .select-group .btn-default, .main-usuario .select-group .btn-filters-mobile, .main-usuario .select-group .action-steps-content .btn-back, .action-steps-content .main-usuario .select-group .btn-back {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  font-weight: bold;
  color: #0a4793;
  background-color: transparent;
  border: 0;
  outline: none !important;
  box-shadow: inherit;
  padding: 0;
}
.main-usuario .select-group .btn-default:hover, .main-usuario .select-group .btn-filters-mobile:hover, .main-usuario .select-group .action-steps-content .btn-back:hover, .action-steps-content .main-usuario .select-group .btn-back:hover, .main-usuario .select-group .btn-default:focus, .main-usuario .select-group .btn-filters-mobile:focus, .main-usuario .select-group .action-steps-content .btn-back:focus, .action-steps-content .main-usuario .select-group .btn-back:focus {
  color: #0f6adb;
  background-color: transparent;
  border: 0;
  outline: none !important;
  box-shadow: inherit;
}
.main-usuario .select-group .dropdown-menu > .selected > a {
  font-weight: bold;
}
.main-usuario .select-group .dropdown-menu > .selected > a .check-mark {
  font-family: alianca-icons !important;
  font-style: normal !important;
  font-weight: 400 !important;
  position: relative;
  top: -1px;
}
.main-usuario .select-group .dropdown-menu > .selected > a .check-mark:before {
  content: "J";
}
.main-usuario .select-group .dropdown-menu .form-control {
  border: 1px solid #bebebe;
}
.main-usuario .select-group .dropdown-menu > li > a {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  padding: 5px 10px;
}
.main-usuario .select-group .filter-option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95% !important;
}
.main-usuario .select-group .dropdown-toggle .caret {
  right: 0;
}
.main-usuario .search-action, .main-usuario .tp-b-search-action {
  display: inline-block;
  float: right;
}
@media screen and (max-width: 768px) {
  .main-usuario .search-action, .main-usuario .tp-b-search-action {
    margin-top: 10px;
    width: 100%;
    display: block;
    float: inherit;
  }
}
.main-usuario .btn-search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ffdc00;
  color: #fff;
  font-size: 1.4285714286em;
  min-width: 60px;
}
@media screen and (max-width: 420px) {
  .main-usuario .btn-search {
    width: 94%;
    margin: 0 0 10px 10px;
    border-radius: 4px;
  }
}
@media (min-width: 420px) and (max-width: 768px) {
  .main-usuario .btn-search {
    width: 95%;
    margin: 0 0 10px 15px;
    border-radius: 4px;
  }
}
.main-usuario .btn-search:hover {
  background-color: #dbbd00;
  transition: all 0.3s !important;
}
.main-usuario .select-group,
.main-usuario .btn-search {
  min-height: 58px;
}
@media screen and (max-width: 420px) {
  .main-usuario .select-group {
    min-height: 62px;
  }
}
#grupoEconomico .btn, #grupoEconomico .btn-filters-mobile {
  height: 37px;
  margin-top: 3px;
}
#grupoEconomico .select-group {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: #fff;
  padding: 3px 10px 0 10px;
  display: table;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}
#grupoEconomico .select-group .dropdown-inline {
  display: block !important;
}
#grupoEconomico .select-group .form-control-loading {
  right: 5px !important;
  top: 0px !important;
  background-color: #ffffff;
  height: 30px;
  z-index: 10;
}
#grupoEconomico .select-group.sm {
  width: 130px;
  max-width: 130px;
}
#grupoEconomico .select-group.lg {
  width: 400px;
  max-width: 400px;
}
@media screen and (max-width: 420px) {
  #grupoEconomico .select-group {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e4e4e4;
  }
}
@media (min-width: 420px) and (max-width: 768px) {
  #grupoEconomico .select-group {
    display: inline-block;
    width: 100%;
    max-width: 50%;
    border-bottom: 1px solid #e4e4e4;
  }
}
#grupoEconomico .select-group .control-label {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  font-weight: 500;
  color: #8b8b8b;
  display: block;
  margin: 5px 0 0;
}
#grupoEconomico .select-group .form-control {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  height: 32px;
  font-weight: bold;
  color: #0a4793;
  background-color: transparent;
  border: 0;
  outline: none !important;
  box-shadow: inherit;
  padding: 0;
}
#grupoEconomico .bootstrap-select,
#grupoEconomico .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
#grupoEconomico .select-group .btn-default, #grupoEconomico .select-group .btn-filters-mobile, #grupoEconomico .select-group .action-steps-content .btn-back, .action-steps-content #grupoEconomico .select-group .btn-back {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  font-weight: bold;
  color: #0a4793;
  background-color: transparent;
  border: 0;
  outline: none !important;
  box-shadow: inherit;
  padding: 0;
}
#grupoEconomico .select-group .btn-default:hover, #grupoEconomico .select-group .btn-filters-mobile:hover, #grupoEconomico .select-group .action-steps-content .btn-back:hover, .action-steps-content #grupoEconomico .select-group .btn-back:hover, #grupoEconomico .select-group .btn-default:focus, #grupoEconomico .select-group .btn-filters-mobile:focus, #grupoEconomico .select-group .action-steps-content .btn-back:focus, .action-steps-content #grupoEconomico .select-group .btn-back:focus {
  color: #0f6adb;
  background-color: transparent;
  border: 0;
  outline: none !important;
  box-shadow: inherit;
}
#grupoEconomico .select-group .dropdown-menu > .selected > a {
  font-weight: bold;
}
#grupoEconomico .select-group .dropdown-menu > .selected > a .check-mark {
  font-family: alianca-icons !important;
  font-style: normal !important;
  font-weight: 400 !important;
  position: relative;
  top: -1px;
}
#grupoEconomico .select-group .dropdown-menu > .selected > a .check-mark:before {
  content: "J";
}
#grupoEconomico .select-group .dropdown-menu {
  max-width: none;
  width: 106%;
  margin-left: -11px;
}
#grupoEconomico .select-group .dropdown-menu .form-control {
  border: 1px solid #bebebe;
}
#grupoEconomico .select-group .dropdown-menu > li > a {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  padding: 5px 10px;
}
#grupoEconomico .select-group .filter-option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95% !important;
}
#grupoEconomico .select-group .dropdown-toggle .caret {
  right: 0;
}
.form-group-upload {
  height: 45px;
  border: 1px solid #cbd5e7;
  color: #133157;
  font-size: 0.9285714286em;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  background-color: #fff;
  box-shadow: 0px 1px 1px 0px rgba(204, 215, 230, 0.5);
  border-radius: 4px;
  transition: border-color 0.2s ease;
  -webkit-transition: border-color 0.2s ease;
  outline: 0;
  position: relative;
}
.form-group-upload input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.form-group-upload button {
  position: absolute;
  right: 5px;
  top: 5px;
}
.main-search.main-cotacao .t-t-filter-cnpj {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #e4e4e4 !important;
}
@media (min-width: 768px) {
  .main-search.main-cotacao .t-t-filter-cnpj {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search.main-cotacao .t-t-filter-cnpj {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search.main-cotacao .t-t-filter-cnpj {
    float: left;
    width: 12.5%;
  }
}
.main-search.main-cotacao .t-t-filter-cnpj .form-control {
  margin-left: 1px !important;
}
.main-search.main-cotacao .t-t-filter-number {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.main-cotacao .t-t-filter-number {
    float: left;
    width: 20.8333333333%;
  }
}
@media (min-width: 992px) {
  .main-search.main-cotacao .t-t-filter-number {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search.main-cotacao .t-t-filter-number {
    float: left;
    width: 10.8333333333%;
  }
}
.main-search.main-cotacao .t-t-filter-number .form-control {
  margin-left: 1px !important;
  height: 55px;
  padding-top: 10px;
}
.main-search.main-cotacao .t-t-filter-navio-viagem {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  height: 60px;
  border-bottom: 1px solid #e4e4e4;
}
@media (min-width: 768px) {
  .main-search.main-cotacao .t-t-filter-navio-viagem {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .main-search.main-cotacao .t-t-filter-navio-viagem {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search.main-cotacao .t-t-filter-navio-viagem {
    float: left;
    width: 12.5%;
  }
}
.main-search.main-cotacao .t-t-filter-navio-viagem .form-control {
  margin-left: 1px !important;
  height: 55px;
}
.main-search.main-cotacao .t-t-filter-origem {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.main-cotacao .t-t-filter-origem {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .main-search.main-cotacao .t-t-filter-origem {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search.main-cotacao .t-t-filter-origem {
    float: left;
    width: 10.8333333333%;
  }
}
.main-search.main-cotacao .t-t-filter-embarque {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.main-cotacao .t-t-filter-embarque {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search.main-cotacao .t-t-filter-embarque {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.main-cotacao .t-t-filter-embarque {
    float: left;
    width: 10.8333333333%;
  }
}
.main-search.main-cotacao .t-t-filter-destino {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.main-cotacao .t-t-filter-destino {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search.main-cotacao .t-t-filter-destino {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.main-cotacao .t-t-filter-destino {
    float: left;
    width: 10%;
  }
}
.main-search.main-cotacao .t-t-filter-desembarque {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.main-cotacao .t-t-filter-desembarque {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search.main-cotacao .t-t-filter-desembarque {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.main-cotacao .t-t-filter-desembarque {
    float: left;
    width: 11.6666666667%;
  }
}
.main-search.main-cotacao .t-t-filter-periodo {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 0;
}
@media (min-width: 768px) {
  .main-search.main-cotacao .t-t-filter-periodo {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search.main-cotacao .t-t-filter-periodo {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.main-cotacao .t-t-filter-periodo {
    float: left;
    width: 10%;
  }
}
.main-search.main-cotacao .t-t-filter-inicio {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  display: none !important;
}
@media (min-width: 768px) {
  .main-search.main-cotacao .t-t-filter-inicio {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search.main-cotacao .t-t-filter-inicio {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.main-cotacao .t-t-filter-inicio {
    float: left;
    width: 10%;
  }
}
.main-search.main-cotacao .t-t-filter-inicio .datepicker-container,
.main-search.main-cotacao .t-t-filter-inicio .datepicker-input,
.main-search.main-cotacao .t-t-filter-inicio .datepicker-input-container {
  width: 90px;
}
@media (max-width: 768px) {
  .main-search.main-cotacao .t-t-filter-inicio .datepicker-container,
.main-search.main-cotacao .t-t-filter-inicio .datepicker-input,
.main-search.main-cotacao .t-t-filter-inicio .datepicker-input-container {
    width: 110px !important;
  }
}
.collapse-transbordo {
  float: left;
  width: 100%;
  font-size: 0.85em;
  margin-top: 20px;
}
.collapse-transbordo .item-transbordo {
  float: left;
  width: 25%;
  padding: 0 10px;
}
.collapse-transbordo .item-transbordo h5 {
  color: #0061a6;
}
#modalVerMapa .list-head li {
  font-size: 0.9em;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
#modalVerMapa .list-head li label {
  display: inline;
  position: relative;
}
#modalVerMapa .list-head li label i {
  top: 0;
}
#modalVerMapa .list-head li .n-booking {
  display: inline;
}
#modalVerMapa .list-head li .n-booking span {
  font-weight: bold;
}
#modalVerMapa .list-head li .n-booking span:first-child {
  color: #057DC8;
  font-size: 1.1em;
}
#modalVerMapa .list-head li .tp-container-details p {
  display: inline;
}
#modalVerMapa h5 {
  color: #057DC8;
  font-size: 0.85em;
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  font-weight: 700;
}
#modalVerMapa #mapa {
  margin: 10px 0;
}
#modalVerMapa .timeline {
  padding-bottom: 30px;
}
#modalVerMapa .timeline:before, #modalVerMapa .timeline:after {
  display: table;
  content: " ";
}
#modalVerMapa .timeline:after {
  clear: both;
}
#modalVerMapa .timeline > li {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
  position: relative;
}
#modalVerMapa .timeline > li:first-child ul li:first-child .line {
  width: 50%;
  left: 50%;
}
@media screen and (max-width: 991px) {
  #modalVerMapa .timeline > li:first-child ul li:first-child .line {
    width: 2px !important;
    left: 0;
    height: 100%;
  }
}
#modalVerMapa .timeline > li:last-child .line {
  width: 50%;
  right: 50%;
}
@media screen and (max-width: 991px) {
  #modalVerMapa .timeline > li:last-child .line {
    display: none;
  }
}
@media (min-width: 768px) {
  #modalVerMapa .timeline > li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #modalVerMapa .timeline > li {
    float: left;
    width: 12.5%;
  }
}
@media screen and (max-width: 991px) {
  #modalVerMapa .timeline > li {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  #modalVerMapa .timeline > li {
    width: 16%;
  }
}
#modalVerMapa .timeline > li.item-transbordo {
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #modalVerMapa .timeline > li.item-transbordo {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #modalVerMapa .timeline > li.item-transbordo {
    height: 200px;
  }
}
#modalVerMapa .timeline > li.item-transbordo .slick-track {
  min-width: 247px;
}
@media screen and (min-width: 1200px) {
  #modalVerMapa .timeline > li.item-transbordo {
    width: 22% !important;
  }
}
#modalVerMapa .timeline > li.item-transbordo .slick-arrow {
  top: 170px;
}
#modalVerMapa .timeline > li.item-transbordo .slick-arrow::before {
  color: #797979;
}
#modalVerMapa .timeline > li.item-transbordo .slick-arrow.slick-prev {
  left: 40%;
}
#modalVerMapa .timeline > li.item-transbordo .slick-arrow.slick-next {
  right: 40%;
}
#modalVerMapa .timeline > li.item-transbordo .slick-slide {
  position: relative;
}
#modalVerMapa .timeline > li.item-transbordo-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  #modalVerMapa .timeline > li.item-transbordo-mobile {
    display: block;
  }
}
#modalVerMapa .timeline li ul .line {
  height: 2px;
  background: #90a4b2;
  position: absolute;
  width: 100%;
  top: 28px;
}
@media screen and (max-width: 991px) {
  #modalVerMapa .timeline li ul .line {
    width: 2px;
    height: 100%;
  }
}
#modalVerMapa .timeline li ul .line.ok {
  background: #18b73d;
}
@media screen and (min-width: 991px) {
  #modalVerMapa .timeline li ul .line.ok-last {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#18b73d+48,7db909+50,90a4b2+50 */
    background: #18b73d;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #18b73d 48%, #7db909 50%, #90a4b2 50%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#18b73d", endColorstr="#90a4b2",GradientType=1 ) !important;
    /* IE6-9 */
  }
}
@media screen and (max-width: 991px) {
  #modalVerMapa .timeline li ul .line.ok-last {
    background: #90a4b2;
  }
}
#modalVerMapa .timeline li ul .line.proximo {
  background: #ff6600;
}
@media screen and (min-width: 991px) {
  #modalVerMapa .timeline li ul .line.proximo-last {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#18b73d+48,7db909+50,90a4b2+50 */
    background: #ff6600;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff6600 48%, #ff6600 50%, #ff6600 50%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff6600", endColorstr="#ff6600",GradientType=1 ) !important;
    /* IE6-9 */
  }
}
@media screen and (max-width: 991px) {
  #modalVerMapa .timeline li ul .line.proximo-last {
    background: #ff6600;
  }
}
#modalVerMapa .timeline li ul .circle {
  width: 16px;
  height: 16px;
  background: #90a4b2;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  border-radius: 20px;
  top: 20px;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  #modalVerMapa .timeline li ul .circle {
    left: 3px;
  }
}
#modalVerMapa .timeline li ul .circle-success {
  width: 16px;
  height: 16px;
  background: #18b73d;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  border-radius: 20px;
  top: 20px;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  #modalVerMapa .timeline li ul .circle-success {
    left: 3px;
  }
}
#modalVerMapa .timeline li ul .circle-proximo {
  width: 16px;
  height: 16px;
  background: #ff6600;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  border-radius: 20px;
  top: 20px;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  #modalVerMapa .timeline li ul .circle-proximo {
    left: 3px;
  }
}
#modalVerMapa .timeline li ul .atrasado {
  color: red;
}
#modalVerMapa .timeline li ul .realizado {
  color: #18b73d;
}
#modalVerMapa .timeline li ul .proximo {
  color: #ff6600 !important;
}
#modalVerMapa .timeline li ul .nao-visitado {
  color: #90a4b2 !important;
}
#modalVerMapa .timeline li ul .title, #modalVerMapa .timeline li ul .tp-contact .title-contact-info, .tp-contact #modalVerMapa .timeline li ul .title-contact-info {
  font-size: 0.7142857143em;
  text-transform: uppercase;
  font-weight: 600;
  color: #18b73d;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  #modalVerMapa .timeline li ul .title, #modalVerMapa .timeline li ul .tp-contact .title-contact-info, .tp-contact #modalVerMapa .timeline li ul .title-contact-info {
    margin-top: 20px;
  }
}
#modalVerMapa .timeline li ul .local {
  font-size: 0.7857142857em;
  color: #057DC8;
  font-weight: 500;
}
#modalVerMapa .timeline li ul p {
  font-size: 0.7857142857em;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  #modalVerMapa .timeline li ul .title, #modalVerMapa .timeline li ul .tp-contact .title-contact-info, .tp-contact #modalVerMapa .timeline li ul .title-contact-info,
#modalVerMapa .timeline li ul .local,
#modalVerMapa .timeline li ul p {
    margin-left: 20px;
  }
}
.panel-pixReport-settings .control-switch {
  position: relative;
  float: left;
  margin-right: 30px;
}
.panel-pixReport-settings .control-switch .control-label {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  text-transform: none;
  position: relative;
  top: -10px;
  margin-left: 5px;
  color: #2b3542;
}
.panel-pixReport-settings .control-switch-sm {
  position: relative;
  float: left;
  margin: 0 5px 10px 0;
  min-width: 500px;
}
.panel-pixReport-settings .control-switch-sm .control-label {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  text-transform: none;
  position: relative;
  top: -5px;
  margin-left: 3px;
  color: #2b3542;
}
/*------------------------------------------------------------*\
    MAIN
\*------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}
*:focus,
*:active {
  outline: none !important;
}
html {
  overflow-y: hidden;
  height: 100%;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}
* html #all {
  height: 100%;
  min-height: 100%;
}
#all {
  margin: 0 auto;
  min-height: 100%;
  position: relative;
}
body {
  background-color: #ededed !important;
  backface-visibility: hidden;
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #2b3542;
  position: relative;
  min-height: 100%;
}
body.swal2-shown {
  overflow-y: auto !important;
}
body.swal2-shown {
  overflow-y: auto !important;
}
ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
a {
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
  color: #b5bcca;
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  font-weight: 300;
}
.main-wrapper {
  min-height: 100%;
  position: relative;
  margin: 0 auto -75px;
}
@media screen and (max-width: 991px) {
  .main-wrapper {
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .peril-admin .side-collapse-container {
    width: 100%;
    position: relative;
    left: 0;
    transition: left 0.4s;
    -webkit-transition: left 0.4s;
  }
  .peril-admin .side-collapse {
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    overflow: auto;
  }
  .peril-admin .side-collapse.in {
    width: 0;
    position: fixed;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .peril-admin .side-collapse-container.out {
    left: 40%;
  }
  .peril-admin .side-collapse {
    width: 40%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .peril-admin .navbar-nav {
    margin: 7.5px 15px;
  }
}
@media screen and (min-width: 992px) {
  .peril-admin .navbar-nav {
    float: right;
  }
}
.peril-admin .navbar-nav > li.active > a {
  background-color: #046daf;
}
@media screen and (max-width: 1199px) {
  .peril-admin .navbar-nav > li.active > a {
    color: #ffdc00;
    background-color: #057ac3;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .peril-admin .navbar-nav > li {
    float: inherit !important;
    width: 100%;
  }
}
.peril-admin .navbar-nav > li > a {
  color: #fff;
  font-size: 0.75em;
  text-transform: uppercase;
  padding: 30px 10px;
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  font-weight: 600;
  transition: all 0.25s ease-in-out 0s;
}
.peril-admin .navbar-nav > li > a:focus, .peril-admin .navbar-nav > li > a:hover {
  color: white;
  background-color: #046daf;
}
@media screen and (max-width: 1199px) {
  .peril-admin .navbar-nav > li > a {
    line-height: inherit;
    font-weight: lighter;
    text-transform: none;
    font-size: 0.7142857143em;
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .peril-admin .navbar-nav > li > a {
    float: inherit !important;
    width: 100%;
    padding: 20px 5px;
  }
}
@media screen and (max-width: 991px) {
  .side-collapse-container {
    width: 100%;
    position: relative;
    left: 0;
    transition: left 0.4s;
    -webkit-transition: left 0.4s;
  }

  .side-collapse {
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    overflow: auto;
  }

  .side-collapse.in {
    width: 0;
    position: fixed;
  }
}
@media screen and (max-width: 768px) {
  .side-collapse-container.out {
    left: 75%;
  }

  .main-navbar-alianca.out {
    min-height: 100%;
  }

  .side-collapse {
    width: 80%;
    height: 100%;
    position: fixed;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .side-collapse-container.out {
    left: 40%;
  }

  .side-collapse {
    width: 40%;
  }
}
.sa-button-container button,
.sa-confirm-button-container button {
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  font-weight: bold;
  font-size: 1em;
  border: 0;
}
.main-content,
.main-content-message {
  position: relative;
  padding: 20px 0;
}
.main-content:before, .main-content:after,
.main-content-message:before,
.main-content-message:after {
  display: table;
  content: " ";
}
.main-content:after,
.main-content-message:after {
  clear: both;
}
@media screen and (max-width: 991px) {
  .main-content,
.main-content-message {
    padding: 20px 0;
    min-height: inherit;
  }
}
.main-content {
  padding-bottom: 120px;
}
.main-content-message {
  padding-bottom: 0 !important;
}
.main-content-message {
  margin-bottom: 20px;
}
.product-list-wrapper, .rastreamento-list-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .product-list-wrapper, .rastreamento-list-wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .product-list-wrapper, .rastreamento-list-wrapper {
    float: left;
    width: 79.1666666667%;
  }
}
@media (min-width: 1200px) {
  .product-list-wrapper, .rastreamento-list-wrapper {
    float: left;
    width: 79.1666666667%;
  }
}
@media screen and (max-width: 420px) {
  .product-list-wrapper, .rastreamento-list-wrapper {
    margin: 0 20px;
    width: 87%;
  }
}
@media (min-width: 420px) and (max-width: 991px) {
  .product-list-wrapper, .rastreamento-list-wrapper {
    margin: 0 20px;
    width: 93%;
  }
}
@media (min-width: 992px) {
  .product-list-wrapper, .rastreamento-list-wrapper {
    width: 79%;
  }
}
@media (min-width: 1200px) {
  .product-list-wrapper, .rastreamento-list-wrapper {
    width: 83%;
  }
}
.product-list-wrapper .panel-footer, .rastreamento-list-wrapper .panel-footer {
  background-color: transparent;
  border-top: 0;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) and (min-width: 991px) {
  .product-list-content {
    margin-bottom: 50px;
  }
}
.product-list {
  position: relative;
  padding: 15px 0 15px 10px;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 1px 0px rgba(98, 98, 98, 0.5);
}
.product-list:before, .product-list:after {
  display: table;
  content: " ";
}
.product-list:after {
  clear: both;
}
@media screen and (max-width: 991px) {
  .product-list {
    padding: 15px 0 35px 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  .product-list_item {
    margin-bottom: 10px;
  }
}
.product-list_item .control-label {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  font-weight: 600;
  text-transform: none;
  color: #838591;
}
.product-list_item .icon {
  position: relative;
  top: 5px;
  color: #9ea0a9;
}
.product-list_details {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.8571428571em;
}
.product-list .local,
.product-list .period {
  font-size: 0.9285714286em;
  margin: 0 0 5px;
}
.product-list .local:before, .product-list .local:after,
.product-list .period:before,
.product-list .period:after {
  display: table;
  content: " ";
}
.product-list .local:after,
.product-list .period:after {
  clear: both;
}
@media (min-width: 500px) {
  .product-list .local,
.product-list .period {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.product-list .local {
  color: #057DC8;
}
.product-list .date {
  font-size: 0.8571428571em;
  color: #057DC8;
  margin: 0 0 3px;
}
.product-list .date:before, .product-list .date:after {
  display: table;
  content: " ";
}
.product-list .date:after {
  clear: both;
}
.product-list .small {
  font-size: 0.8571428571em;
  margin: 0 0 2px;
}
.product-list .small:before, .product-list .small:after {
  display: table;
  content: " ";
}
.product-list .small:after {
  clear: both;
}
.product-list .n-booking {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1em;
  font-weight: bold;
  color: #057DC8;
  margin: 5px 0 0;
}
@media screen and (max-width: 991px) {
  .product-list .n-booking {
    font-size: 0.8571428571em;
  }
}
.product-list .n-proposta {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1em;
  font-weight: bold;
  color: #057DC8;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .product-list .n-proposta {
    font-size: 0.8571428571em;
  }
}
@media (min-width: 500px) {
  .product-list p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.product-list p .sub-label {
  font-size: 0.8571428571em;
  color: #838591;
}
.product-list-collapse {
  position: relative;
  margin-top: -10px;
  margin-bottom: 10px;
  background-color: #f7f7f7;
  box-shadow: 0 1px 1px 0 rgba(98, 98, 98, 0.5);
}
.product-list-collapse:before, .product-list-collapse:after {
  display: table;
  content: " ";
}
.product-list-collapse:after {
  clear: both;
}
.product-list-collapse .panel-body {
  padding: 20px 20px 10px;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  min-height: 120px;
}
.product-list-collapse .panel-body .page-loader {
  background-color: #f7f7f7;
  min-height: inherit;
  position: absolute;
  top: -8px;
  border-radius: 0;
}
.product-list-collapse .control-label {
  font-size: 0.7857142857em;
}
.product-list-collapse .control-info {
  font-size: 0.8571428571em;
  word-wrap: break-word;
}
.product-list-collapse .row-collapse {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.product-list-collapse .row-collapse:before, .product-list-collapse .row-collapse:after {
  display: table;
  content: " ";
}
.product-list-collapse .row-collapse:after {
  clear: both;
}
.pointer {
  cursor: pointer;
}
.navio {
  margin-bottom: 20px;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.highlight-content {
  padding: 30px 10px 20px;
  margin-bottom: 20px;
  background-color: #f4f6f9;
  border-radius: 4px;
}
.highlight-content.view-only label {
  line-height: normal !important;
}
.highlight-content .highlight-message {
  color: #365b88;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.9285714286em;
  margin-top: 20px;
  margin-bottom: 0;
}
.panel {
  position: relative;
}
.panel-settings .panel-body {
  min-height: 300px;
}
@media screen and (max-width: 768px) {
  .panel-settings .panel-body {
    padding: 10px 5px;
  }
}
.pagination-blank {
  margin-bottom: 20px;
}
.pagination-blank:before, .pagination-blank:after {
  display: table;
  content: " ";
}
.pagination-blank:after {
  clear: both;
}
.pagination-blank .panel-footer {
  background-color: transparent;
  border-top: 0;
}
.pagination > .active > a {
  z-index: 2;
}
.form-group-municipios .form-control-loading {
  top: 33%;
  right: 8%;
}
.text-center {
  text-align: center !important;
}
.datepicker-input,
.datepicker-container,
.datepicker-input-container {
  width: 100% !important;
}
.modal-lg {
  max-width: 800px !important;
}
input[type=text] {
  min-height: 35px !important;
}
.ali-alterado {
  color: #0061a6 !important;
  font-weight: bold !important;
}
/*------------------------------------------------------------*\
    TYPOGRAPHY
\*------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  color: #2b3542;
  letter-spacing: 0.3px;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
small {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-weight: 600;
  font-size: 0.7857142857em;
}
a {
  color: #0c8eff;
  outline: none;
}
a:hover, a:focus {
  color: rgba(78, 124, 178, 0.74);
  text-decoration: none;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-block {
  overflow: inherit !important;
  text-overflow: inherit !important;
  white-space: inherit !important;
}
.page-title {
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  font-size: 2.2857142857em;
  font-weight: 500;
  color: #fff;
  margin: 20px 0 30px;
  text-align: center;
  text-shadow: 0px 2px 2px rgba(33, 73, 97, 0.5);
}
@media screen and (max-width: 991px) {
  .page-title {
    font-size: 1.5714285714em;
    margin: 0 0 20px;
  }
}
.admin-subtitle {
  margin-bottom: 20px;
}
.login-message {
  font-size: 1.5714285714em !important;
  color: #2b3542 !important;
  margin-bottom: 0;
}
.modal-body-message {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
}
.modal-body-message .control-label {
  font-weight: 700;
}
.title-noresults {
  font-size: 1.3571428571em;
  line-height: 1.5em;
  margin: 30px 0;
  padding-top: 25px;
  border-top: 1px solid gainsboro;
}
@media screen and (max-width: 991px) {
  .title-noresults {
    font-size: 1.2857142857em;
  }
}
.title-empty {
  font-size: 1.2857142857em;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .title-empty {
    font-size: 1.1428571429em;
  }
}
.page-subtitle {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .page-subtitle {
    text-align: center;
    margin: 0 0 15px;
  }
}
.text-muted {
  color: #777 !important;
}
.text-primary {
  color: #337ab7 !important;
}
.text-success {
  color: #18b73d !important;
}
.text-danger {
  color: #b71818 !important;
}
.text-warning {
  color: #8a6d3b !important;
}
.input-group-addon {
  font-size: 0.8571428571em;
}
p.blocked {
  overflow: inherit;
  text-overflow: inherit;
  white-space: normal;
}
.control-title {
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  font-size: 0.9285714286em;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(78, 124, 178, 0.74);
  line-height: inherit !important;
}
.no-line-height {
  line-height: 25px !important;
}
.filter-group_name {
  font-size: 0.7857142857em !important;
}
.collapse-details-title {
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  font-size: 0.9285714286em;
  font-weight: 500;
  color: #079cf9;
  margin-bottom: 5px;
  padding: 0 15px;
}
.control-user-info label {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.8571428571em;
  font-weight: 400;
  float: left;
  margin-right: 20px;
}
.panel-title {
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  font-weight: 500;
  font-size: 1em;
}
.control-content {
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  font-size: 0.9285714286em;
  font-weight: 400;
}
.tooltip {
  font-size: 0.8em;
}
.tooltip .tooltip-inner {
  min-width: 80px;
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  letter-spacing: 0.6;
  padding: 5px 10px;
  z-index: 999999999999;
}
@media screen and (max-width: 991px) {
  .tooltip {
    display: none;
  }
}
.tooltip-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .tooltip-mobile {
    display: inline-block;
  }
}
.tooltip-mobile,
.tooltip-mobile-2 {
  margin-left: 5px;
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7142857143em;
}
@media screen and (max-width: 991px) {
  .tooltip {
    display: none !important;
  }
}
.control-label {
  font-size: 0.8571428571em;
  color: #909799;
  font-weight: 500;
  text-transform: uppercase;
}
.control-label-admin {
  font-size: 0.9285714286em;
  font-weight: lighter;
}
.control-label-perfil {
  font-size: 0.8571428571em;
  text-transform: inherit !important;
  color: #133157;
  font-weight: lighter;
  position: relative;
  top: -8px;
}
.form-control {
  height: 45px;
  border: 1px solid #cbd5e7;
  color: #133157;
  font-size: 0.9285714286em;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  background-color: #fff;
  box-shadow: 0px 1px 1px 0px rgba(204, 215, 230, 0.5);
  border-radius: 4px;
  transition: border-color 0.2s ease;
  -webkit-transition: border-color 0.2s ease;
  outline: 0;
}
.input-icon {
  position: relative;
}
.input-icon:before, .input-icon:after {
  display: table;
  content: " ";
}
.input-icon:after {
  clear: both;
}
.input-icon .icon {
  font-size: 1.2857142857em;
  position: absolute;
  top: 15px;
  right: 20px;
  color: #909799;
}
.input-icon .form-control {
  width: 100%;
  height: 50px;
}
.bootstrap-datetimepicker-widget {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.8571428571em;
}
.label {
  display: inline-block;
  padding: 5px;
}
.label-xs {
  font-size: 0.7142857143em;
  padding: 3px 5px;
  min-width: 20px;
}
.label-block {
  min-width: 75px;
}
.alert {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.9285714286em;
}
.alert-xs {
  padding: 10px;
  font-size: 0.9285714286em;
}
.alert-danger {
  color: #e73737;
  margin-bottom: 20px;
}
.has-error .form-control {
  border-color: #e73737;
}
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .btn-filters-mobile {
  height: 35px !important;
}
@media screen and (max-width: 991px) {
  .radio-btn-custom {
    text-align: center;
  }
}
.radio-btn-custom input[type=radio] {
  position: absolute;
  left: -9999px;
}
.radio-btn-custom input[type=radio] + label {
  color: #999999;
}
.radio-btn-custom input[type=radio] + label span {
  width: 100%;
  display: inline-block;
  padding: 20px 30px 10px;
  margin: -1px 4px 5px 0px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #cbd5e7;
  font-weight: 400;
}
.radio-btn-custom input[type=radio] + label span i {
  display: block;
  font-size: 2.5em;
  text-align: center;
  height: 24px;
}
.radio-btn-custom input[type=radio] + label span {
  color: #057DC8;
}
.radio-btn-custom input[type=radio]:checked + label span {
  background-color: #057DC8;
  color: #fff;
}
.radio-btn-custom input[type=radio] + label span,
.radio-btn-custom input[type=radio]:checked + label span {
  transition: background-color 0.2s linear;
}
.radio-btn-custom input[type=radio][disabled] + label span {
  cursor: not-allowed !important;
  color: #bbc2cc;
  border-color: #e9e9e9;
  background: #eeeeee !important;
}
.radio-btn-custom input[type=radio]:focus + label span {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-group .alert {
  margin-top: 5px;
  padding: 10px;
}
.form-group-assuntos {
  position: relative;
}
.form-group-assuntos .form-control-loading {
  top: 40%;
  right: 3%;
}
.check-service-item {
  background-color: #fbfbfb;
  font-size: 0.8571428571em;
  margin-bottom: 10px;
}
.check-service-item:before, .check-service-item:after {
  display: table;
  content: " ";
}
.check-service-item:after {
  clear: both;
}
.check-service-item input[type=checkbox] {
  display: none;
}
.check-service-item input[type=checkbox] + label {
  color: #999999;
  width: 100%;
  margin-bottom: 0;
}
.check-service-item input[type=checkbox] + label span {
  width: 100%;
  display: inline-block;
  padding: 10px 20px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #cbd5e7;
  font-weight: 400;
  line-height: normal;
}
.check-service-item input[type=checkbox] + label span .icon {
  height: 32px;
  float: left;
  margin-right: 10px;
  font-size: 2.5714285714em;
  color: #0773c0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .check-service-item input[type=checkbox] + label span .icon {
    font-size: 2.1428571429em;
  }
}
.check-service-item input[type=checkbox] + label span {
  color: #133157;
}
.check-service-item input[type=checkbox]:checked + label span {
  background-color: #1c4981;
  color: #fff;
}
.check-service-item input[type=checkbox]:checked + label span .icon {
  color: #fff;
}
.check-service-item input[type=checkbox] + label span,
.check-service-item input[type=checkbox]:checked + label span {
  transition: background-color 0.2s linear;
}
.radio-service-item {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  padding: 10px 15px 15px;
  vertical-align: middle;
  border-radius: 0;
  border: 0;
  background: #f5f6f8;
  box-shadow: 0 2px 4px 0 rgba(193, 195, 199, 0.3);
  transition: all 0.3s ease;
}
.radio-service-item:before, .radio-service-item:after {
  display: table;
  content: " ";
}
.radio-service-item:after {
  clear: both;
}
.radio-service-item .divisor {
  border-left: 1px solid #ccd5e6;
}
.radio-service-item .title, .radio-service-item .tp-contact .title-contact-info, .tp-contact .radio-service-item .title-contact-info {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.8571428571em;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
  display: block;
}
.radio-service-item .icon {
  height: 36px;
  float: left;
  margin-right: 10px;
  font-size: 1.7142857143em;
  color: #0773c0;
  text-align: center;
}
.radio-service-item .radio-group {
  display: inline-flex;
  border-radius: 12px;
  height: 20px;
  min-width: 90px;
  background: #f6f6f6;
  border: solid 1px #e7eaeb;
  position: relative;
  transition: background-color 0.2s linear;
}
.radio-service-item .radio-group:hover {
  background-color: rgba(216, 233, 251, 0.3);
  border: solid 1px #8bc8f6;
}
.radio-service-item .radio-group input {
  display: none !important;
}
.radio-service-item .radio-group .radio,
.radio-service-item .radio-group .radio-group-ui {
  width: 14px;
  height: 14px;
  padding: 5px 14px;
  margin: 2px;
  border-radius: 50%;
  cursor: pointer;
}
.radio-service-item .radio-group .radio {
  position: relative;
}
.radio-service-item .radio-group .radio:not(:last-child) {
  margin-right: 0;
}
.radio-service-item .radio-group .radio::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f6f6f6;
  box-shadow: inset 0 0 3px #aaa;
}
.radio-service-item .radio-group input[type=radio]:checked + .radio::after {
  transition: 0.2s cubic-bezier(1, -1, 0.4, 1.4) all;
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
}
.radio-service-item .radio-group input[type=radio]:checked + .radio-yes::after {
  background-color: #18b73d;
  box-shadow: none;
}
.radio-service-item .radio-group input[type=radio]:checked + .radio-no::after {
  background-color: #e73737;
  box-shadow: none;
}
.radio-service-item .radio-group input[type=radio]:checked + .radio-empty::after {
  background-color: #fff;
  box-shadow: 0 0 3px #aaa;
}
.radio-service-item .radio-content {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  font-weight: 400;
  color: #000;
  position: relative;
  top: -7px;
  left: 2px;
}
.services-hint {
  margin: -10px 0 30px;
  list-style: none;
  list-style-type: none;
  text-align: center;
}
.services-hint:before, .services-hint:after {
  display: table;
  content: " ";
}
.services-hint:after {
  clear: both;
}
.services-hint li {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  font-weight: 400;
  padding-right: 10px;
  display: inline;
}
.services-hint .bullet:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.services-hint .bullet.yes:before {
  background-color: #18b73d;
}
.services-hint .bullet.no:before {
  background-color: #e73737;
}
.services-hint .bullet.empty:before {
  background-color: #fff;
  box-shadow: 0 0 3px #aaa;
}
#modalFinalizarNota .form-control-loading {
  width: 24px;
  height: 24px;
  margin: 5px 5px 0 0;
  position: absolute;
  top: 16px;
  right: 12px;
}
.btn, .btn-filters-mobile {
  border-radius: 4px;
  min-width: 32px;
  min-height: 32px;
  position: relative;
}
.btn i, .btn-filters-mobile i {
  position: relative;
  top: 3px;
}
.btn-link {
  font-weight: 500;
  box-shadow: none !important;
}
.btn-primary {
  background-color: #057DC8;
  border: 0;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #0580cd;
}
.btn-new {
  margin-left: 20px;
  padding: 9px 20px 5px !important;
  color: #fff;
  font-size: 0.7857142857em;
  padding: 5px 20px;
  background-color: #0480e0;
  border: 0;
  border-radius: 20px;
  top: -2px;
}
.btn-new:hover, .btn-new:focus {
  color: #fff;
  background-color: #048ef9;
}
.btn-m-w-40 {
  min-width: 40px;
}
.btn-cancel {
  border-radius: 20px;
  padding: 10px 20px;
}
.btn-action {
  border-radius: 20px;
  padding: 10px 50px;
  transition: box-shadow 0.2s ease, border 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease, border 0.2s ease;
}
.btn-action:hover {
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
}
.btn-add {
  border-radius: 20px;
  padding: 5px 20px;
  min-height: inherit;
}
.input-group-btn .btn, .input-group-btn .btn-filters-mobile {
  height: 45px;
}
.input-group-date .datepicker-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-date .btn-search {
  color: #057DC8;
}
.clear-filters {
  margin-top: 15px;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  display: inline-block;
  font-size: 1.0714285714em;
}
.btn-new-quote {
  background-color: #057DC8;
  border-radius: 4px;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 0.8571428571em;
  font-weight: 600;
}
.btn-border-radius {
  border-radius: 30px;
  padding: 5px 10px;
}
.btn-border-radius.btn-xs, .btn-group-xs > .btn-border-radius.btn, .btn-group-xs > .btn-border-radius.btn-filters-mobile {
  font-size: 0.8em;
}
.modal-backdrop {
  z-index: 4;
}
.modal-dialog {
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .modal-dialog.modal-lg {
    width: 95%;
    margin: 10px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-dialog.modal-lg {
    width: 90%;
    margin: 10px auto;
  }
}
.modal-dialog.modal-xlg {
  width: 990px;
}
@media screen and (max-width: 768px) {
  .modal-dialog.modal-xlg {
    width: 95%;
    margin: 10px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-dialog.modal-xlg {
    width: 90%;
    margin: 10px auto;
  }
}
.modal-header .close {
  padding: 0 10px;
}
.modal-content {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  border: 0;
}
.modal-repair-team {
  max-width: 420px;
}
.modal-xs-overflow {
  max-height: 320px;
  overflow: auto;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 10px 20px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  font-weight: 500;
  font-size: 0.8571428571em;
  padding: 20px 20px;
  text-transform: uppercase;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ececec;
}
.table > thead > tr > th a {
  color: #2b3542;
}
.table > thead > tr > th a:hover {
  color: #69809d;
}
.table > thead > tr > th .order-dec,
.table > thead > tr > th .order-cres {
  position: relative;
}
.table > thead > tr > th .order-dec:after,
.table > thead > tr > th .order-cres:after {
  font-size: 1.2142857143em;
  position: absolute;
  top: -2px;
  margin-left: 3px;
  font-family: alianca-icons !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.table > thead > tr > th .order-dec:after {
  content: ";";
}
.table > thead > tr > th .order-cres:after {
  content: "<";
}
.table > tbody > tr > td {
  padding: 10px 20px;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.9285714286em;
  vertical-align: middle;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .table-responsive-mobile {
    min-height: 0.01%;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive-mobile > .table {
    margin-bottom: 0;
  }
  .table-responsive-mobile > .table > thead > tr > th,
.table-responsive-mobile > .table > thead > tr > td,
.table-responsive-mobile > .table > tbody > tr > th,
.table-responsive-mobile > .table > tbody > tr > td,
.table-responsive-mobile > .table > tfoot > tr > th,
.table-responsive-mobile > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive-mobile > .table-bordered {
    border: 0;
  }
  .table-responsive-mobile > .table-bordered > thead > tr > th:first-child,
.table-responsive-mobile > .table-bordered > thead > tr > td:first-child,
.table-responsive-mobile > .table-bordered > tbody > tr > th:first-child,
.table-responsive-mobile > .table-bordered > tbody > tr > td:first-child,
.table-responsive-mobile > .table-bordered > tfoot > tr > th:first-child,
.table-responsive-mobile > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive-mobile > .table-bordered > thead > tr > th:last-child,
.table-responsive-mobile > .table-bordered > thead > tr > td:last-child,
.table-responsive-mobile > .table-bordered > tbody > tr > th:last-child,
.table-responsive-mobile > .table-bordered > tbody > tr > td:last-child,
.table-responsive-mobile > .table-bordered > tfoot > tr > th:last-child,
.table-responsive-mobile > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive-mobile > .table-bordered > tbody > tr:last-child > th,
.table-responsive-mobile > .table-bordered > tbody > tr:last-child > td,
.table-responsive-mobile > .table-bordered > tfoot > tr:last-child > th,
.table-responsive-mobile > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.custom-checkbox {
  /* checkbox design */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
}
.custom-checkbox label {
  margin: 0;
  font-size: 0.8571428571em;
  font-weight: 400;
}
.custom-checkbox [type=checkbox]:not(:checked),
.custom-checkbox [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.custom-checkbox [type=checkbox]:not(:checked) + label,
.custom-checkbox [type=checkbox]:checked + label {
  position: relative;
  padding-left: 28px !important;
  cursor: pointer;
}
.custom-checkbox [type=checkbox]:not(:checked) + label:before,
.custom-checkbox [type=checkbox]:checked + label:before,
.custom-checkbox [type=checkbox]:not(:checked) + label:after,
.custom-checkbox [type=checkbox]:checked + label:after {
  border-radius: 4px;
  position: absolute;
  top: -4px;
  left: 0;
  width: 22px;
  height: 22px;
  transition: opacity 200ms ease;
  -webkit-transition: opacity 200ms ease;
}
.custom-checkbox [type=checkbox]:not(:checked) + label:before,
.custom-checkbox [type=checkbox]:checked + label:before {
  content: "";
  border: 1px solid #cbd5e7;
  box-sizing: border-box;
  background: white;
}
.custom-checkbox [type=checkbox]:not(:checked) + label:after,
.custom-checkbox [type=checkbox]:checked + label:after {
  font-size: 1.2857142857em;
  font-family: "alianca-icons" !important;
  content: "J";
  text-align: center;
  vertical-align: middle;
  padding-top: 3px !important;
  padding-left: 1px !important;
  background: #0773c0;
  color: white !important;
}
.custom-checkbox [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom-checkbox [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.custom-checkbox [type=checkbox]:disabled + label,
.custom-checkbox [type=checkbox]:disabled:not(:checked) + label:after,
.custom-checkbox [type=checkbox]:disabled:checked + label:after {
  box-shadow: none;
  cursor: not-allowed !important;
  opacity: 0.9 !important;
  color: #354151;
  border-color: #adadad;
}
.custom-checkbox [type=checkbox]:disabled + label:hover,
.custom-checkbox [type=checkbox]:disabled:not(:checked) + label:after:hover,
.custom-checkbox [type=checkbox]:disabled:checked + label:after:hover {
  border-color: #ced8e9;
}
.custom-checkbox [type=checkbox]:disabled:checked + label:after {
  cursor: not-allowed !important;
  color: #354151;
  border-color: #adadad;
  background: #b2b2b2 !important;
}
.custom-checkbox [type=checkbox]:disabled + label {
  color: #97abcf;
}
.custom-checkbox [type=checkbox]:checked:focus + label:before,
.custom-checkbox [type=checkbox]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}
.custom-checkbox label:hover:before {
  border: 1px solid #a8b9d7 !important;
}
.label-switch {
  border-radius: 28px;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  position: relative;
  width: 52px;
  margin: 5px 0 0;
}
.label-switch input[type=checkbox] {
  display: none;
}
.label-switch input[type=checkbox] + .checkbox {
  background: #e8e8e8;
  border: 0;
  border-radius: 28px;
  cursor: pointer;
  height: 28px;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 52px;
  z-index: 0;
}
.label-switch input[type=checkbox] + .checkbox::before {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 2px;
  background: white;
  border-radius: 32px;
  content: "";
  height: 24px;
  transform: scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 48px;
  z-index: 1;
}
.label-switch input[type=checkbox] + .checkbox::after {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 2px;
  height: 24px;
  width: 24px;
  background: white;
  border-radius: 24px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  content: "";
  transition: all 0.3s ease;
  z-index: 2;
}
.label-switch input[type=checkbox]:checked + .checkbox {
  background: #18b73d;
}
.label-switch input[type=checkbox]:checked + .checkbox::before {
  transform: scale(0);
}
.label-switch input[type=checkbox]:checked + .checkbox::after {
  left: 26px;
}
.label-switch-sm {
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  position: relative;
  width: 42px;
  margin: 5px 0 0;
}
.label-switch-sm input[type=checkbox] {
  display: none;
}
.label-switch-sm input[type=checkbox] + .checkbox {
  background: #e8e8e8;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  height: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.3s ease;
  width: 42px;
  z-index: 0;
}
.label-switch-sm input[type=checkbox] + .checkbox::before {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 2px;
  background: white;
  border-radius: 32px;
  content: "";
  height: 16px;
  transform: scale(1);
  transition: all 0.3s ease;
  width: 48px;
  z-index: 1;
}
.label-switch-sm input[type=checkbox] + .checkbox::after {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 2px;
  height: 16px;
  width: 16px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  content: "";
  transition: all 0.3s ease;
  z-index: 2;
}
.label-switch-sm input[type=checkbox]:checked + .checkbox {
  background: #18b73d;
}
.label-switch-sm input[type=checkbox]:checked + .checkbox::before {
  transform: scale(0);
}
.label-switch-sm input[type=checkbox]:checked + .checkbox::after {
  left: 24px;
}
.custom-radio input {
  position: absolute;
  left: -9999px;
}
.custom-radio label {
  line-height: normal;
}
.custom-radio input + label {
  color: #2b3542;
  font-weight: normal;
  font-size: 0.9285714286em;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
.custom-radio input:checked + label {
  color: #057DC8;
  font-weight: 600;
}
.custom-radio label:before {
  content: "";
  top: -2px;
  left: 0;
  width: 22px;
  height: 22px;
  position: absolute;
  background: #057DC8;
  border-radius: 100%;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 18px #eaedee;
}
.custom-radio input:focus + label:before {
  border: none;
  box-shadow: inset 0 0 0 3px #057DC8;
  background-color: #fff;
}
.custom-radio input:checked + label:before {
  border: 1px solid #057DC8;
  box-shadow: inset 0 0 0 4px #fff;
  background-color: #003f8c;
}
.main-admin {
  width: 100%;
  padding: 20px;
  min-height: 100px;
  background-color: #0a3955;
  background-position: top center;
  background-size: cover;
  background-image: url('bg-admin.064a69f234e49bd0.jpg');
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .main-admin .page-title {
    font-size: 1.8em;
    margin-top: 10px;
  }
}
.main-admin .bhoechie-tab-container .control-label {
  text-transform: inherit;
}
#panel-parametrizacoes-navios {
  margin-top: 20px;
}
.box-slings .row {
  margin-top: 20px;
}
.panel-settings .nav-settings-menu li {
  width: 100%;
  margin-left: 0;
}
.panel-settings .nav-settings-menu a {
  padding: 15px 20px;
  margin: 0 10px 0 0;
}
.selectIdenSearch .dropdown-inline {
  width: 100%;
}
.selectIdenSearch.select-group {
  position: relative;
  width: 200px;
  padding: 3px 10px 0 10px;
  display: table-cell;
  vertical-align: middle;
}
.selectIdenSearch.select-group .btn-default, .selectIdenSearch.select-group .btn-filters-mobile, .selectIdenSearch.select-group .action-steps-content .btn-back, .action-steps-content .selectIdenSearch.select-group .btn-back {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.9285714286em;
  font-weight: bold;
  color: #0a4793;
  background-color: transparent;
  border: 0;
  outline: none !important;
  box-shadow: inherit;
  padding: 0;
}
.selectIdenSearch.select-group .btn-default:hover, .selectIdenSearch.select-group .btn-filters-mobile:hover, .selectIdenSearch.select-group .action-steps-content .btn-back:hover, .action-steps-content .selectIdenSearch.select-group .btn-back:hover, .selectIdenSearch.select-group .btn-default:focus, .selectIdenSearch.select-group .btn-filters-mobile:focus, .selectIdenSearch.select-group .action-steps-content .btn-back:focus, .action-steps-content .selectIdenSearch.select-group .btn-back:focus {
  color: #0f6adb;
  background-color: transparent;
  border: 0;
  outline: none !important;
  box-shadow: inherit;
}
.selectIdenSearch.select-group .dropdown-menu > .selected > a {
  font-weight: bold;
}
.selectIdenSearch.select-group .dropdown-menu > .selected > a .check-mark {
  font-family: alianca-icons !important;
  font-style: normal !important;
  font-weight: 400 !important;
  position: relative;
  top: -1px;
}
.selectIdenSearch.select-group .dropdown-menu > .selected > a .check-mark:before {
  content: "J";
}
.selectIdenSearch.select-group .dropdown-menu .form-control {
  border: 1px solid #bebebe;
}
.selectIdenSearch.select-group .dropdown-menu > li > a {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.9285714286em;
  padding: 5px 10px;
}
.selectIdenSearch.select-group .filter-option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95% !important;
}
.selectIdenSearch.select-group .dropdown-toggle .caret {
  right: 0;
}
@media screen and (min-width: 1199px) {
  .selectIdenSearch.select-group {
    /*max-width: 200px;*/
  }
}
.selectIdenSearch.select-group .form-control-loading {
  right: 2% !important;
  top: 35% !important;
  background-color: #ffffff;
  height: 30px;
  z-index: 10;
}
.selectIdenSearch.select-group.sm {
  width: 130px;
  max-width: 130px;
}
.selectIdenSearch.select-group.lg {
  width: 400px;
  max-width: 400px;
}
@media screen and (max-width: 420px) {
  .selectIdenSearch.select-group {
    display: inline-block;
    /*  width: 50%;
      max-width: 100%;*/
    border-right: 0;
  }
}
@media (min-width: 420px) and (max-width: 768px) {
  .selectIdenSearch.select-group {
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }
}
.selectIdenSearch.select-group .control-label {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.9285714286em;
  font-weight: 500;
  color: #8b8b8b;
  display: block;
  margin: 5px 0 0;
}
.selectIdenSearch.select-group .form-control {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.9285714286em;
  height: 32px;
  font-weight: bold;
  color: #0a4793;
  background-color: transparent;
  border: 0;
  outline: none !important;
  box-shadow: inherit;
  padding: 0;
}
/*  bhoechie tab */
div.bhoechie-tab-container {
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ddd;
  margin: 20px 0 50px;
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group > a {
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group > a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
  background-color: #0061a6;
  background-image: #0061a6;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group > a.active:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #0061a6;
}
div.bhoechie-tab-content {
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}
.bhoechie-tab {
  border-left: 1px solid #ddd;
  margin-left: -1px;
  padding: 20px;
}
.content-filters-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .content-filters-wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .content-filters-wrapper {
    float: left;
    width: 18.3333333333%;
  }
}
@media (min-width: 1200px) {
  .content-filters-wrapper {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 992px) {
  .content-filters-wrapper {
    width: 21%;
  }
}
@media (min-width: 1200px) {
  .content-filters-wrapper {
    width: 17%;
  }
}
@media screen and (max-width: 991px) {
  .content-filters-wrapper {
    padding: 0 20px;
  }
}
.filter-group {
  margin-bottom: 35px;
}
.filter-group:before, .filter-group:after {
  display: table;
  content: " ";
}
.filter-group:after {
  clear: both;
}
@media screen and (max-width: 991px) {
  .filter-group {
    margin-bottom: 20px;
  }
}
.filter-group_name {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.9285714286em;
  font-weight: 600;
  color: #949aa6;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .filter-group_name {
    width: 100%;
  }
}
.filter-group [type=checkbox]:not(:checked) + label:after,
.filter-group [type=checkbox]:checked + label:after {
  padding-top: 1px !important;
}
.filter-group_item {
  position: relative;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  margin: 15px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .filter-group_item {
    float: left;
    min-width: 30%;
    font-size: 0.9285714286em;
    margin: 10px 20px 10px 0;
  }
}
.filter-group .icon {
  font-size: 1.2857142857em;
  color: #949aa6;
  margin: 0 15px 0 10px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 991px) {
  .filter-group .icon {
    margin: 0 5px 0 5px;
  }
}
.filter-group .icon-group .icon:first-of-type {
  margin-left: 10px;
}
.filter-group .icon-group .icon:last-of-type {
  margin-right: 10px;
}
.filter-group .icon-group .icon {
  margin: 0 2px;
}
.filter-group .custom-checkbox [type=checkbox]:checked + label:after,
.filter-group .custom-checkbox [type=checkbox]:checked + label:before,
.filter-group .custom-checkbox [type=checkbox]:not(:checked) + label:after,
.filter-group .custom-checkbox [type=checkbox]:not(:checked) + label:before,
.filter-group .custom-radio [type=checkbox]:checked + label:after,
.filter-group .custom-radio [type=checkbox]:checked + label:before,
.filter-group .custom-radio [type=checkbox]:not(:checked) + label:after,
.filter-group .custom-radio [type=checkbox]:not(:checked) + label:before,
.filter-group .report-checkbox [type=checkbox]:checked + label:after,
.filter-group .report-checkbox [type=checkbox]:checked + label:before,
.filter-group .report-checkbox [type=checkbox]:not(:checked) + label:after,
.filter-group .report-checkbox [type=checkbox]:not(:checked) + label:before {
  top: -1px !important;
}
@media screen and (max-width: 991px) {
  .filter-group .custom-checkbox [type=checkbox]:checked + label,
.filter-group .custom-checkbox [type=checkbox]:not(:checked) + label,
.filter-group .custom-radio [type=checkbox]:checked + label,
.filter-group .custom-radio [type=checkbox]:not(:checked) + label,
.filter-group .report-checkbox [type=checkbox]:checked + label,
.filter-group .report-checkbox [type=checkbox]:not(:checked) + label {
    padding-left: 22px;
  }
}
.btn-filters-mobile {
  font-size: 0.7857142857em;
  padding: 5px 30px;
  border-radius: 12px;
}
.content-filters-js.in,
.content-filters-js.collapsing {
  display: block !important;
}
@media (min-width: 992px) {
  .content-filters-js.collapse {
    display: block !important;
  }
}
.tp-q_proposta {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .tp-q_proposta {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .tp-q_proposta {
    float: left;
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .tp-q_proposta {
    float: left;
    width: 15%;
  }
}
.tp-q_container {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .tp-q_container {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .tp-q_container {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .tp-q_container {
    float: left;
    width: 16.6666666667%;
  }
}
.tp-q_embarque {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .tp-q_embarque {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .tp-q_embarque {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  .tp-q_embarque {
    float: left;
    width: 19.1666666667%;
  }
}
.tp-q_desembarque {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .tp-q_desembarque {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .tp-q_desembarque {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  .tp-q_desembarque {
    float: left;
    width: 19.1666666667%;
  }
}
.tp-q_navio_viagem {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .tp-q_navio_viagem {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .tp-q_navio_viagem {
    float: left;
    width: 17.5%;
  }
}
@media (min-width: 1200px) {
  .tp-q_navio_viagem {
    float: left;
    width: 17.5%;
  }
}
.tp-q_transit_time {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .tp-q_transit_time {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .tp-q_transit_time {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .tp-q_transit_time {
    float: left;
    width: 12.5%;
  }
}
.tp-q_deadline {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .tp-q_deadline {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .tp-q_deadline {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .tp-q_deadline {
    float: left;
    width: 12.5%;
  }
}
.tp-q_booking {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .tp-q_booking {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tp-q_booking {
    float: left;
    width: 17.5%;
  }
}
@media (min-width: 1200px) {
  .tp-q_booking {
    float: left;
    width: 16.6666666667%;
  }
}
.tp-q_actions {
  position: relative;
  float: left;
  width: 16.6666666667%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .tp-q_actions {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .tp-q_actions {
    float: left;
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .tp-q_actions {
    float: left;
    width: 10%;
  }
}
.tp-q_booking {
  text-align: center;
}
.tp-q_booking .btn-booking {
  min-width: 90px;
  min-height: inherit;
  border-radius: 20px;
  font-size: 0.7857142857em;
  transition: box-shadow 0.2s ease, border 0.2s ease;
  padding: 6px 10px;
  margin-top: 15px;
}
.tp-q_booking .btn-booking:hover {
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
}
.tp-q_booking .btn-status {
  min-height: inherit;
  border-radius: 20px;
  font-size: 0.7142857143em;
  transition: box-shadow 0.2s ease, border 0.2s ease;
  padding: 4px 10px;
  margin-top: 0;
}
.tp-q_booking .btn-status:hover {
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
}
.tp-q_actions {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eaeff6;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .tp-q_actions {
    width: 100%;
    top: inherit;
    bottom: -16px;
  }
}
.tp-q_actions .btn, .tp-q_actions .btn-filters-mobile {
  padding: 37px 12px;
  color: #057DC8;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .tp-q_actions .btn, .tp-q_actions .btn-filters-mobile {
    padding: 10px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .tp-q_actions .btn, .tp-q_actions .btn-filters-mobile {
    padding: 41px 8px;
  }
}
.tp-q_actions .btn:hover, .tp-q_actions .btn-filters-mobile:hover {
  color: #045e96;
}
.main-search .t-q-filter-cnpj {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .t-q-filter-cnpj {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-search .t-q-filter-cnpj {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-q-filter-cnpj {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .main-search .t-q-filter-cnpj {
    border-right: 0;
    border-bottom: 1px solid #e4e4e4;
  }
}
.main-search .t-q-filter-cnpj .select-group {
  max-width: inherit !important;
  display: inline-block !important;
  min-height: 60px !important;
}
.main-search .t-q-filter-cnpj .form-control {
  margin-left: 1px !important;
}
.customer-profile .t-q-filter-cnpj {
  display: none !important;
}
.quotation-status {
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  text-align: center;
  margin: 5px 0;
}
.quotation-status.active {
  color: #18b73d;
}
.quotation-status.expired {
  color: #e73737;
  margin-top: 25px;
}
.quotation-status.waiting {
  color: #9cd8fd;
  text-overflow: inherit;
  white-space: normal;
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .quotation-status {
    display: block;
  }
}
.tp-s_embarque {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .tp-s_embarque {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .tp-s_embarque {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  .tp-s_embarque {
    float: left;
    width: 19.1666666667%;
  }
}
.tp-s_desembarque {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .tp-s_desembarque {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .tp-s_desembarque {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  .tp-s_desembarque {
    float: left;
    width: 19.1666666667%;
  }
}
.tp-s_navio_viagem {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .tp-s_navio_viagem {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .tp-s_navio_viagem {
    float: left;
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .tp-s_navio_viagem {
    float: left;
    width: 15%;
  }
}
.tp-s_transit_time {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .tp-s_transit_time {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .tp-s_transit_time {
    float: left;
    width: 14.1666666667%;
  }
}
@media (min-width: 1200px) {
  .tp-s_transit_time {
    float: left;
    width: 14.1666666667%;
  }
}
.tp-s_deadline {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .tp-s_deadline {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .tp-s_deadline {
    float: left;
    width: 15.8333333333%;
  }
}
@media (min-width: 1200px) {
  .tp-s_deadline {
    float: left;
    width: 15.8333333333%;
  }
}
.tp-s_booking {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  text-align: center;
}
@media (min-width: 768px) {
  .tp-s_booking {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tp-s_booking {
    float: left;
    width: 13.3333333333%;
  }
}
@media (min-width: 1200px) {
  .tp-s_booking {
    float: left;
    width: 13.3333333333%;
  }
}
.tp-s_booking .btn-booking {
  min-height: inherit;
  border-radius: 20px;
  font-size: 0.7857142857em;
  transition: box-shadow 0.2s ease, border 0.2s ease;
  padding: 6px 10px;
  margin-top: 15px;
}
.tp-s_booking .btn-booking:hover {
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
}
.btn-transbordo {
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  border-radius: 20px;
  border-color: #ccddf3;
  font-size: 0.7857142857em;
  font-weight: normal;
  padding: 4px 12px;
  min-height: inherit;
}
.btn-transbordo .icon {
  top: 1px;
  left: -2px;
  color: #ccddf3;
}
@media (min-width: 992px) {
  .tp-s_navio_viagem {
    width: 18% !important;
  }
}
.tp-s_navio_viagem popover-container {
  min-width: 320px;
}
.tp-s_navio_viagem popover-container h5 {
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  font-size: 0.8571428571em;
  font-weight: 500;
}
.tp-s_navio_viagem popover-container p {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.8571428571em;
  margin-bottom: 5px;
}
.tp-s_navio_viagem popover-container .popover-title {
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  font-size: 1em;
}
.tp-s_navio_viagem popover-container .popover-content {
  padding: 10px 15px 20px;
}
.tp-s_navio_viagem popover-container .control-label {
  font-size: 0.8571428571em;
  min-width: 120px;
  display: inline-block;
}
.tp-b_proposta {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .tp-b_proposta {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .tp-b_proposta {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .tp-b_proposta {
    float: left;
    width: 15%;
  }
}
.tp-b_container {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .tp-b_container {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .tp-b_container {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .tp-b_container {
    float: left;
    width: 15%;
  }
}
.tp-b_vessel {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .tp-b_vessel {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .tp-b_vessel {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .tp-b_vessel {
    float: left;
    width: 14.1666666667%;
  }
}
.tp-b_embarque {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .tp-b_embarque {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .tp-b_embarque {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .tp-b_embarque {
    float: left;
    width: 16.6666666667%;
  }
}
.tp-b_desembarque {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .tp-b_desembarque {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .tp-b_desembarque {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .tp-b_desembarque {
    float: left;
    width: 16.6666666667%;
  }
}
.tp-b_coleta {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .tp-b_coleta {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .tp-b_coleta {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .tp-b_coleta {
    float: left;
    width: 12.5%;
  }
}
.tp-b_actions {
  position: relative;
  float: left;
  width: 16.6666666667%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .tp-b_actions {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .tp-b_actions {
    float: left;
    width: 9.1666666667%;
  }
}
@media (min-width: 1200px) {
  .tp-b_actions {
    float: left;
    width: 6.6666666667%;
  }
}
.tp-b_coleta {
  text-align: center;
}
.tp-b_coleta .btn-coleta {
  width: 100%;
  min-height: inherit;
  border-radius: 20px;
  font-size: 0.7142857143em;
  transition: box-shadow 0.2s ease, border 0.2s ease;
  padding: 5px 10px;
}
.tp-b_coleta .btn-coleta:hover {
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
}
.tp-b_actions {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eaeff6;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .tp-b_actions {
    width: 100%;
    top: inherit;
    bottom: -10px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .tp-b_actions {
    width: 100%;
    top: inherit;
    bottom: -40px;
  }
}
.tp-b_actions .btn, .tp-b_actions .btn-filters-mobile {
  min-width: 30px;
  float: left;
  padding: 40px 7px 38px;
  color: #057DC8;
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  .tp-b_actions .btn, .tp-b_actions .btn-filters-mobile {
    padding: 10px;
    float: inherit;
  }
}
.tp-b_actions .btn:hover, .tp-b_actions .btn-filters-mobile:hover {
  color: #045e96;
}
.coleta-status {
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  text-align: center;
  margin: 10px 0 5px;
}
.coleta-status.active {
  color: #18b73d;
}
.coleta-status.expired {
  color: #e73737;
  margin-top: 25px;
}
.coleta-status.waiting {
  color: #9cd8fd;
  text-overflow: inherit;
  white-space: normal;
  margin-top: 15px;
}
.booking-subtitle {
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #909799;
}
.service-item {
  background-color: #f4f6f9;
  color: #133157;
  font-size: 0.8571428571em;
  border-radius: 4px;
  padding: 15px 20px 5px;
  margin-bottom: 10px;
}
.service-item:before, .service-item:after {
  display: table;
  content: " ";
}
.service-item:after {
  clear: both;
}
@media screen and (max-width: 991px) {
  .service-item {
    padding: 10px 10px 0;
  }
}
.service-item .icon {
  float: left;
  margin-right: 10px;
  font-size: 2.1428571429em;
  color: #0773c0;
}
@media screen and (max-width: 991px) {
  .service-item .icon {
    font-size: 2.1428571429em;
  }
}
.service-item .service-title {
  float: left;
  max-width: 65%;
  min-height: 35px;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  padding-left: 10px;
  border-left: 1px solid #cde2ef;
}
@media screen and (max-width: 991px) {
  .service-item .service-title {
    font-size: 0.7857142857em;
  }
}
.tp-agendamento-header {
  background-color: #7486a5;
  padding: 10px 10px 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tp-agendamento-header:before, .tp-agendamento-header:after {
  display: table;
  content: " ";
}
.tp-agendamento-header:after {
  clear: both;
}
.tp-agendamento-header .control-label {
  line-height: normal;
  color: #fff;
  font-size: 0.7857142857em;
}
.tp-agendamento-content {
  padding: 15px 10px;
  border-bottom: 1px solid #f5f5f5;
  font-size: 0.8571428571em;
}
.tp-agendamento-content:before, .tp-agendamento-content:after {
  display: table;
  content: " ";
}
.tp-agendamento-content:after {
  clear: both;
}
.tp-agendamento-content .form-control {
  height: 40px;
  border-color: #cbd5e7;
}
.tp-agendamento-content .datepicker-input-container {
  width: 75px;
}
@media screen and (max-width: 1199px) {
  .tp-agendamento-content .datepicker-input-container {
    width: 100%;
  }
}
.tp-container-title {
  font-size: 0.7857142857em;
  color: #909799;
  font-weight: 500;
  margin-left: 10px;
  margin-bottom: 0;
}
.tp-container-type {
  font-size: 0.8571428571em;
  min-height: 15px;
  margin: 0 0 3px;
}
.tp-container-details {
  margin-left: 35px;
}
.tp-container-details p {
  margin: 0;
}
.tp-container-details .icon {
  font-size: 1.1428571429em;
  color: #59639f;
  margin-right: 3px;
}
.tp-conteiner {
  float: left;
  margin-left: 10px;
}
.tp-conteiner p {
  margin: 0 0 5px;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.9285714286em;
}
.tp-conteiner .icon {
  font-size: 1.1428571429em;
  color: #59639f;
  margin-right: 3px;
}
.alert-copy-agendamento {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  padding: 10px;
  margin: 20px;
  text-align: center;
}
.alert-copy-agendamento .btn, .alert-copy-agendamento .btn-filters-mobile {
  padding: 2px 10px;
}
.control-date-booking {
  color: #39b0fa;
  text-transform: inherit;
  font-weight: 500;
}
.tp-b-search-action {
  display: table-cell !important;
  vertical-align: middle;
  float: inherit !important;
}
.select-group.booking {
  width: 220px;
  min-width: 200px;
}
@media screen and (max-width: 1199px) {
  .main-booking .container, .main-booking .main-content,
.main-booking .main-content-message, .main-booking .pagination-blank {
    width: 100%;
  }
}
.main-booking .select-container {
  width: 100%;
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .main-search.main-booking .t-b-filter-inicio .datepicker-calendar {
    left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .main-search.main-booking .t-b-filter-inicio .datepicker-calendar {
    right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .main-search.main-booking .t-b-filter-fim .datepicker-calendar {
    right: 0 !important;
  }
}
.main-search .customer-profile .t-b-filter-number {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .customer-profile .t-b-filter-number {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search .customer-profile .t-b-filter-number {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .main-search .customer-profile .t-b-filter-number {
    float: left;
    width: 20.8333333333%;
  }
}
.main-search .customer-profile .t-b-filter-origem {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .customer-profile .t-b-filter-origem {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .customer-profile .t-b-filter-origem {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search .customer-profile .t-b-filter-origem {
    float: left;
    width: 12.5%;
  }
}
.main-search .customer-profile .t-b-filter-embarque {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .customer-profile .t-b-filter-embarque {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .customer-profile .t-b-filter-embarque {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search .customer-profile .t-b-filter-embarque {
    float: left;
    width: 12.5%;
  }
}
.main-search .customer-profile .t-b-filter-destino {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .customer-profile .t-b-filter-destino {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .customer-profile .t-b-filter-destino {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search .customer-profile .t-b-filter-destino {
    float: left;
    width: 12.5%;
  }
}
.main-search .customer-profile .t-b-filter-desembarque {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .customer-profile .t-b-filter-desembarque {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .customer-profile .t-b-filter-desembarque {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search .customer-profile .t-b-filter-desembarque {
    float: left;
    width: 12.5%;
  }
}
.main-search .customer-profile .t-b-filter-inicio {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .customer-profile .t-b-filter-inicio {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .customer-profile .t-b-filter-inicio {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search .customer-profile .t-b-filter-inicio {
    float: left;
    width: 11.6666666667%;
  }
}
.main-search .customer-profile .t-b-filter-fim {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .customer-profile .t-b-filter-fim {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .customer-profile .t-b-filter-fim {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search .customer-profile .t-b-filter-fim {
    float: left;
    width: 11.6666666667%;
  }
}
.main-search .t-b-filter-cnpj {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .t-b-filter-cnpj {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .t-b-filter-cnpj {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-b-filter-cnpj {
    float: left;
    width: 14.1666666667%;
  }
}
.main-search .t-b-filter-cnpj .form-control {
  margin-left: 1px !important;
}
.main-search .t-b-filter-number {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .t-b-filter-number {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .t-b-filter-number {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-b-filter-number {
    float: left;
    width: 19.1666666667%;
  }
}
.main-search .t-b-filter-number .form-control {
  margin-left: 1px !important;
}
.main-search .t-b-filter-origem {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .t-b-filter-origem {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .t-b-filter-origem {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-b-filter-origem {
    float: left;
    width: 10%;
  }
}
.main-search .t-b-filter-embarque {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .t-b-filter-embarque {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .t-b-filter-embarque {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-b-filter-embarque {
    float: left;
    width: 10%;
  }
}
.main-search .t-b-filter-destino {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .t-b-filter-destino {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .t-b-filter-destino {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-b-filter-destino {
    float: left;
    width: 10%;
  }
}
.main-search .t-b-filter-desembarque {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .t-b-filter-desembarque {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .t-b-filter-desembarque {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-b-filter-desembarque {
    float: left;
    width: 10%;
  }
}
.main-search .t-b-filter-inicio {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .t-b-filter-inicio {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .t-b-filter-inicio {
    float: left;
    width: 22.5%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-b-filter-inicio {
    float: left;
    width: 10%;
  }
}
.main-search .t-b-filter-fim {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .t-b-filter-fim {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .t-b-filter-fim {
    float: left;
    width: 22.5%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-b-filter-fim {
    float: left;
    width: 10%;
  }
}
.main-search .search-action-booking {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .search-action-booking {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-search .search-action-booking {
    float: left;
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .main-search .search-action-booking {
    float: left;
    width: 6.6666666667%;
  }
}
@media screen and (max-width: 991px) {
  .main-search .search-action-booking {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .main-search .search-action-booking .btn-search {
    width: 98%;
    min-height: inherit;
    margin: 5px;
    border-radius: 4px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .main-search .search-action-booking .btn-search {
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-search .search-action-booking {
    position: relative;
    right: -8px;
  }
}
@media (min-width: 991px) {
  .main-search .search-action-booking {
    position: absolute;
    border-top-right-radius: 0;
    right: -7px;
  }
}
.main-search .t-b-filter-cnpj,
.main-search .t-b-filter-number,
.main-search .t-b-filter-origem,
.main-search .t-b-filter-embarque,
.main-search .t-b-filter-destino,
.main-search .t-b-filter-desembarque,
.main-search .t-b-filter-inicio,
.main-search .t-b-filter-fim {
  max-width: inherit !important;
  display: inline-block !important;
  min-height: 60px !important;
}
.main-search .t-b-filter-cnpj .select-group,
.main-search .t-b-filter-number .select-group,
.main-search .t-b-filter-origem .select-group,
.main-search .t-b-filter-embarque .select-group,
.main-search .t-b-filter-destino .select-group,
.main-search .t-b-filter-desembarque .select-group,
.main-search .t-b-filter-inicio .select-group,
.main-search .t-b-filter-fim .select-group {
  min-height: 60px !important;
}
.main-search .t-b-filter-cnpj .datepicker-container,
.main-search .t-b-filter-cnpj .datepicker-input-container,
.main-search .t-b-filter-cnpj .datepicker-input,
.main-search .t-b-filter-number .datepicker-container,
.main-search .t-b-filter-number .datepicker-input-container,
.main-search .t-b-filter-number .datepicker-input,
.main-search .t-b-filter-origem .datepicker-container,
.main-search .t-b-filter-origem .datepicker-input-container,
.main-search .t-b-filter-origem .datepicker-input,
.main-search .t-b-filter-embarque .datepicker-container,
.main-search .t-b-filter-embarque .datepicker-input-container,
.main-search .t-b-filter-embarque .datepicker-input,
.main-search .t-b-filter-destino .datepicker-container,
.main-search .t-b-filter-destino .datepicker-input-container,
.main-search .t-b-filter-destino .datepicker-input,
.main-search .t-b-filter-desembarque .datepicker-container,
.main-search .t-b-filter-desembarque .datepicker-input-container,
.main-search .t-b-filter-desembarque .datepicker-input,
.main-search .t-b-filter-inicio .datepicker-container,
.main-search .t-b-filter-inicio .datepicker-input-container,
.main-search .t-b-filter-inicio .datepicker-input,
.main-search .t-b-filter-fim .datepicker-container,
.main-search .t-b-filter-fim .datepicker-input-container,
.main-search .t-b-filter-fim .datepicker-input {
  width: 85px !important;
}
@media screen and (max-width: 1199px) {
  .main-search .t-b-filter-cnpj,
.main-search .t-b-filter-number,
.main-search .t-b-filter-origem,
.main-search .t-b-filter-embarque,
.main-search .t-b-filter-destino,
.main-search .t-b-filter-desembarque,
.main-search .t-b-filter-inicio,
.main-search .t-b-filter-fim {
    border-bottom: 1px solid #e4e4e4;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-search .t-b-filter-embarque {
    border-right: 0;
  }
}
.main-search .t-b-filter-fim {
  border-right: 0;
}
.main-search .t-b-filter-number .form-control {
  height: 55px;
}
@media (max-width: 768px) {
  .main-search .t-b-filter-origem,
.main-search .t-b-filter-destino,
.main-search .t-b-filter-inicio {
    border-right: 1px solid #e4e4e4 !important;
  }
}
.customer-profile .t-b-filter-cnpj {
  display: none !important;
}
.select-group .datepicker-container[_ngcontent-c6] .datepicker-input-container[_ngcontent-c6] .datepicker-input[_ngcontent-c6] {
  width: 96% !important;
}
.radio-service-item .icon:before,
.radio-service-item .icon-not-found,
.service-item .icon:before,
.service-item .icon-not-found,
.check-service-item .icon:before,
.check-service-item .icon-not-found {
  content: "\e013";
}
.radio-service-item .icon-34:before,
.radio-service-item .icon-47:before,
.radio-service-item .icon-21:before,
.service-item .icon-34:before,
.service-item .icon-47:before,
.service-item .icon-21:before,
.check-service-item .icon-34:before,
.check-service-item .icon-47:before,
.check-service-item .icon-21:before {
  content: "\e00c";
}
.radio-service-item .icon-122:before,
.service-item .icon-122:before,
.check-service-item .icon-122:before {
  content: "\e00e";
}
.radio-service-item .icon-48:before,
.radio-service-item .icon-143:before,
.service-item .icon-48:before,
.service-item .icon-143:before,
.check-service-item .icon-48:before,
.check-service-item .icon-143:before {
  content: "\e00f";
}
.radio-service-item .icon-133:before,
.service-item .icon-133:before,
.check-service-item .icon-133:before {
  content: "@";
}
.radio-service-item .icon-4:before,
.radio-service-item .icon-60:before,
.radio-service-item .icon-61:before,
.radio-service-item .icon-62:before,
.radio-service-item .icon-63:before,
.service-item .icon-4:before,
.service-item .icon-60:before,
.service-item .icon-61:before,
.service-item .icon-62:before,
.service-item .icon-63:before,
.check-service-item .icon-4:before,
.check-service-item .icon-60:before,
.check-service-item .icon-61:before,
.check-service-item .icon-62:before,
.check-service-item .icon-63:before {
  content: "?";
}
.radio-service-item .icon-5:before,
.radio-service-item .icon-40:before,
.radio-service-item .icon-41:before,
.radio-service-item .icon-42:before,
.radio-service-item .icon-43:before,
.radio-service-item .icon-147:before,
.service-item .icon-5:before,
.service-item .icon-40:before,
.service-item .icon-41:before,
.service-item .icon-42:before,
.service-item .icon-43:before,
.service-item .icon-147:before,
.check-service-item .icon-5:before,
.check-service-item .icon-40:before,
.check-service-item .icon-41:before,
.check-service-item .icon-42:before,
.check-service-item .icon-43:before,
.check-service-item .icon-147:before {
  content: "\e00d";
}
.radio-service-item .icon-76:before,
.radio-service-item .icon-141:before,
.service-item .icon-76:before,
.service-item .icon-141:before,
.check-service-item .icon-76:before,
.check-service-item .icon-141:before {
  content: ",";
}
.radio-service-item .icon-52:before,
.service-item .icon-52:before,
.check-service-item .icon-52:before {
  content: "2";
}
.radio-service-item .icon-91:before,
.radio-service-item .icon-118:before,
.service-item .icon-91:before,
.service-item .icon-118:before,
.check-service-item .icon-91:before,
.check-service-item .icon-118:before {
  content: "\e008";
}
.radio-service-item .icon-25:before,
.service-item .icon-25:before,
.check-service-item .icon-25:before {
  content: "\e015";
}
.radio-service-item .icon-73:before,
.service-item .icon-73:before,
.check-service-item .icon-73:before {
  content: "[";
}
.radio-service-item .icon-9:before,
.radio-service-item .icon-73:before,
.radio-service-item .icon-127:before,
.radio-service-item .icon-128:before,
.radio-service-item .icon-126:before,
.service-item .icon-9:before,
.service-item .icon-73:before,
.service-item .icon-127:before,
.service-item .icon-128:before,
.service-item .icon-126:before,
.check-service-item .icon-9:before,
.check-service-item .icon-73:before,
.check-service-item .icon-127:before,
.check-service-item .icon-128:before,
.check-service-item .icon-126:before {
  content: "\e010";
}
.radio-service-item .icon-carga_perigosa:before,
.service-item .icon-carga_perigosa:before,
.check-service-item .icon-carga_perigosa:before {
  content: "V";
}
.radio-service-item .icon-carga_seca:before,
.service-item .icon-carga_seca:before,
.check-service-item .icon-carga_seca:before {
  content: "*";
}
.radio-service-item .icon-escolta:before,
.service-item .icon-escolta:before,
.check-service-item .icon-escolta:before {
  content: "\e011";
}
.radio-service-item .icon-lavagem:before,
.radio-service-item .icon-quimica:before,
.service-item .icon-lavagem:before,
.service-item .icon-quimica:before,
.check-service-item .icon-lavagem:before,
.check-service-item .icon-quimica:before {
  content: "\e012";
}
.radio-service-item .icon-paletizacao:before,
.service-item .icon-paletizacao:before,
.check-service-item .icon-paletizacao:before {
  content: "\e014";
}
.radio-service-item .icon-conferente:before,
.service-item .icon-conferente:before,
.check-service-item .icon-conferente:before {
  content: "a";
}
.n-booking a {
  color: #057DC8;
}
.n-booking a:hover {
  color: #045e96;
}
.panel-body-coleta {
  padding: 20px 0;
  margin-top: 10px;
}
.panel-register .control-label {
  text-align: left !important;
}
.panel-register .register-message {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 1.5714285714em;
  color: #586163;
  text-align: center;
  margin: 30px 0 20px;
}
.panel-register .row {
  padding: 10px 0;
  border-bottom: 1px solid #edeeee;
}
@media screen and (min-width: 768px) {
  .panel-register .row {
    margin: 20px;
  }
}
.panel-register .custom-checkbox {
  /* checked mark aspect */
}
.panel-register .custom-checkbox [type=checkbox]:not(:checked) + label,
.panel-register .custom-checkbox [type=checkbox]:checked + label {
  padding-left: 45px !important;
  font-size: 1em;
  font-weight: normal;
}
.panel-register .custom-checkbox [type=checkbox]:not(:checked) + label:before,
.panel-register .custom-checkbox [type=checkbox]:checked + label:before,
.panel-register .custom-checkbox [type=checkbox]:not(:checked) + label:after,
.panel-register .custom-checkbox [type=checkbox]:checked + label:after {
  border-radius: 4px;
  position: absolute;
  top: -10px;
  left: 0;
  width: 36px;
  height: 36px;
}
.panel-register .custom-checkbox [type=checkbox]:not(:checked) + label:after,
.panel-register .custom-checkbox [type=checkbox]:checked + label:after {
  font-size: 1.4285714286em;
  padding-top: 3px !important;
}
.panel-perfil-settings .control-switch {
  position: relative;
  float: left;
  margin-right: 30px;
}
.panel-perfil-settings .control-switch .control-label {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  text-transform: none;
  position: relative;
  top: -10px;
  margin-left: 5px;
  color: #2b3542;
}
.panel-perfil-settings .control-switch-sm {
  position: relative;
  float: left;
  margin: 0 5px 10px 0;
  min-width: 235px;
}
.panel-perfil-settings .control-switch-sm .control-label {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  text-transform: none;
  position: relative;
  top: -5px;
  margin-left: 3px;
  color: #2b3542;
}
.all-cargas i,
.all-cargas .total {
  font-size: 1.5em;
}
.all-cargas p {
  margin-top: 5px;
  font-size: 0.7em;
}
.steps-wrapper {
  margin-bottom: 10px;
}
.steps-wrapper .dropdown {
  padding: 0 10px 20px;
}
@media screen and (max-width: 991px) {
  .steps-wrapper .dropdown-menu {
    width: 100%;
  }
}
.steps-wrapper .steps-cargas {
  display: flex;
}
.steps-wrapper .steps-cargas li {
  display: inline-block;
  font-size: 2em;
  padding: 5px;
  position: relative;
  margin-right: 15px;
  opacity: 0.3;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .steps-wrapper .steps-cargas li {
    float: left;
    width: 10%;
  }
}
@media (min-width: 992px) {
  .steps-wrapper .steps-cargas li {
    float: left;
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .steps-wrapper .steps-cargas li {
    float: left;
    width: 10%;
  }
}
.steps-wrapper .steps-cargas li a {
  padding: 5px;
  display: table;
}
.steps-wrapper .steps-cargas li a.active {
  background-color: #fff;
  border: #ccc 1px solid;
  border-radius: 5px;
}
.steps-wrapper .steps-cargas li .label {
  position: absolute;
  right: 10px;
  top: 0;
  background: #e73737;
  font-size: 10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  padding: 0;
  line-height: 20px;
  z-index: 1;
}
.steps-wrapper .steps-cargas li .icon {
  float: left;
  margin-top: 5px;
  opacity: 1;
  width: 35%;
  text-align: center;
  font-size: 0.8em;
}
.steps-wrapper .steps-cargas li .total {
  float: left;
  letter-spacing: -1px;
  opacity: 1;
  width: 65%;
  text-align: center;
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
}
.steps-wrapper .steps-cargas li .legenda {
  font-size: 0.35em;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  opacity: 1;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-weight: 400;
  position: relative;
  top: -5px;
}
.steps-wrapper .steps-cargas li.possui-itens {
  opacity: 1;
}
.steps-wrapper .steps-cargas li.step-total {
  width: 14%;
  margin-right: 0;
}
.steps-wrapper .steps-cargas li.step-total a {
  color: black;
}
.steps-wrapper .steps-cargas li.step-confirmadas {
  color: #57a5a4;
}
.steps-wrapper .steps-cargas li.step-confirmadas a {
  color: #57a5a4;
}
.steps-wrapper .steps-cargas li.step-coletadas {
  color: #981e1e;
}
.steps-wrapper .steps-cargas li.step-coletadas a {
  color: #981e1e;
}
.steps-wrapper .steps-cargas li.step-navegando {
  color: #002b5c;
}
.steps-wrapper .steps-cargas li.step-navegando a {
  color: #002b5c;
}
.steps-wrapper .steps-cargas li.step-depositadas {
  color: #0061a6;
}
.steps-wrapper .steps-cargas li.step-depositadas a {
  color: #0061a6;
}
.steps-wrapper .steps-cargas li.step-desembarcadas {
  color: #8e6cd5;
}
.steps-wrapper .steps-cargas li.step-desembarcadas a {
  color: #8e6cd5;
}
.steps-wrapper .steps-cargas li.step-em-entregas {
  color: #ff7e00;
  margin-left: 15px;
}
.steps-wrapper .steps-cargas li.step-em-entregas a {
  color: #ff7e00;
}
.steps-wrapper .steps-cargas li.step-realizadas {
  color: #2ea94b;
}
.steps-wrapper .steps-cargas li.step-realizadas a {
  color: #2ea94b;
}
.steps-wrapper .steps-cargas li.step-retirada-cheio {
  color: #002b5c;
}
.steps-wrapper .steps-cargas li.step-retirada-cheio a {
  color: #002b5c;
}
.steps-wrapper .steps-cargas li.step-retirada-cheio .icon-truck-3, .steps-wrapper .steps-cargas li.step-retirada-cheio .result-cargas-wrapper .product-cargas.retirada-cheio .icon-step .icon, .result-cargas-wrapper .product-cargas.retirada-cheio .icon-step .steps-wrapper .steps-cargas li.step-retirada-cheio .icon {
  transform: scaleX(1);
}
.steps-wrapper .steps-cargas li.step-devolucao-vazio {
  color: #981e1e;
}
.steps-wrapper .steps-cargas li.step-devolucao-vazio a {
  color: #981e1e;
}
.steps-wrapper .steps-cargas li.step-devolucao-vazio .icon-devolucao-vazio {
  width: 23px;
  height: 23px;
  margin-right: 2px;
}
.steps-wrapper .steps-cargas li .icon-next {
  position: absolute;
  right: -20%;
  top: 20px;
  font-size: 0.7em;
}
.result-cargas-wrapper .product-cargas {
  position: relative;
  padding: 15px 0 2px 10px;
  min-height: 114px;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(98, 98, 98, 0.5);
}
.result-cargas-wrapper .product-cargas:before, .result-cargas-wrapper .product-cargas:after {
  display: table;
  content: " ";
}
.result-cargas-wrapper .product-cargas:after {
  clear: both;
}
@media screen and (max-width: 991px) {
  .result-cargas-wrapper .product-cargas {
    padding: 15px 10px 40px;
  }
}
.result-cargas-wrapper .product-cargas .icon-step {
  min-height: 114px;
}
.result-cargas-wrapper .product-cargas .icon-step .icon:before {
  font-family: "alianca-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.result-cargas-wrapper .product-cargas.confirmadas .icon-step {
  background-color: #57a5a4;
}
.result-cargas-wrapper .product-cargas.coletadas .icon-step {
  background-color: #981e1e;
}
.result-cargas-wrapper .product-cargas.depositadas .icon-step {
  background-color: #0061a6;
}
.result-cargas-wrapper .product-cargas.navegando .icon-step {
  background-color: #002b5c;
}
.result-cargas-wrapper .product-cargas.desembarcadas .icon-step {
  background-color: #8e6cd5;
}
.result-cargas-wrapper .product-cargas.em-entrega .icon-step {
  background-color: #ff7e00;
}
.result-cargas-wrapper .product-cargas.realizadas .icon-step {
  background-color: #2ea94b;
}
.result-cargas-wrapper .product-cargas.retirada-cheio .icon-step {
  background-color: #002b5c;
}
.result-cargas-wrapper .product-cargas.devolucao-vazio .icon-step {
  background-color: #981e1e;
}
.result-cargas-wrapper .product-cargas.devolucao-vazio .icon-step .icon {
  background: url('retirada-vazio-branco.ca4a3595a1f624a6.svg');
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 20px;
  margin: 40px 0px;
}
@media screen and (max-width: 420px) {
  .result-cargas-wrapper .product-cargas_item {
    margin-bottom: 10px;
  }
}
.result-cargas-wrapper .product-cargas_item .control-label {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  font-weight: 600;
  text-transform: none;
  color: #838591;
}
.result-cargas-wrapper .product-cargas_item .icon {
  position: relative;
  top: 5px;
  color: #9ea0a9;
}
.result-cargas-wrapper .product-cargas_details {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.8571428571em;
}
.result-cargas-wrapper .product-cargas .data,
.result-cargas-wrapper .product-cargas .local {
  font-size: 1.0714285714em;
  color: #057DC8;
  margin: 0 0 5px;
}
.result-cargas-wrapper .product-cargas .data:before, .result-cargas-wrapper .product-cargas .data:after,
.result-cargas-wrapper .product-cargas .local:before,
.result-cargas-wrapper .product-cargas .local:after {
  display: table;
  content: " ";
}
.result-cargas-wrapper .product-cargas .data:after,
.result-cargas-wrapper .product-cargas .local:after {
  clear: both;
}
.result-cargas-wrapper .product-cargas .data {
  font-weight: bold;
}
.result-cargas-wrapper .product-cargas .n-proposta {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1em;
  font-weight: bold;
  color: #057DC8;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .result-cargas-wrapper .product-cargas .n-proposta {
    font-size: 0.8571428571em;
  }
}
.result-cargas-wrapper .product-cargas .conteiner {
  font-size: 0.9285714286em;
}
.result-cargas-wrapper .product-cargas .deadline {
  color: #057DC8;
}
.result-cargas-wrapper .product-cargas .container-details {
  margin-left: 35px;
}
.result-cargas-wrapper .product-cargas .container-details p {
  margin: 0;
}
.result-cargas-wrapper .product-cargas .container-details .icon {
  font-size: 1.1428571429em;
  color: #59639f;
  margin-right: 3px;
}
.result-cargas-wrapper .product-cargas .agendar p {
  opacity: 1;
}
.result-cargas-wrapper .product-cargas p {
  color: #616161;
  font-size: 10px;
  opacity: 0.85;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.result-cargas-wrapper .product-cargas p .sub-label {
  color: #616161;
  font-weight: 700 !important;
  font-size: 11px;
}
.result-cargas-wrapper .product-cargas.confirmadas .agendar p {
  color: #57a5a4;
  font-size: 10px;
}
.result-cargas-wrapper .product-cargas.coletadas .agendar p {
  color: #981e1e;
  font-size: 10px;
}
.result-cargas-wrapper .product-cargas.depositadas .agendar p {
  color: #0061a6;
  font-size: 10px;
}
.result-cargas-wrapper .product-cargas.navegando .agendar p {
  color: #002b5c;
  font-size: 10px;
}
.result-cargas-wrapper .product-cargas.desembarcadas .agendar p {
  color: #8e6cd5;
  font-size: 10px;
}
.result-cargas-wrapper .product-cargas.em-entrega .agendar p {
  color: #ff7e00;
  font-size: 10px;
}
.result-cargas-wrapper .product-cargas.realizadas .agendar p {
  color: #2ea94b;
  font-size: 10px;
}
.result-cargas-wrapper .product-cargas.devolucao-vazio .agendar p {
  color: #981e1e;
  font-size: 10px;
}
.result-cargas-wrapper .product-cargas.retirada-cheio .agendar p {
  color: #002b5c;
  font-size: 10px;
}
.result-cargas-wrapper .icon {
  position: relative;
  top: 5px;
  color: #9ea0a9;
}
.result-cargas-wrapper .icon-step {
  position: relative;
  float: left;
  width: 10%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .result-cargas-wrapper .icon-step {
    float: left;
    width: 5.8333333333%;
  }
}
@media (min-width: 992px) {
  .result-cargas-wrapper .icon-step {
    float: left;
    width: 3.3333333333%;
  }
}
@media (min-width: 1200px) {
  .result-cargas-wrapper .icon-step {
    float: left;
    width: 3.3333333333%;
  }
}
.result-cargas-wrapper .icon-step i {
  font-size: 1.5em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .result-cargas-wrapper .icon-step {
    line-height: 315px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .result-cargas-wrapper .icon-step {
    line-height: 230px;
  }
}
@media screen and (min-width: 991px) {
  .result-cargas-wrapper .icon-step {
    line-height: 95px;
  }
}
.result-cargas-wrapper .booking {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .result-cargas-wrapper .booking {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .result-cargas-wrapper .booking {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .result-cargas-wrapper .booking {
    float: left;
    width: 33.3333333333%;
  }
}
.result-cargas-wrapper .booking label, .result-cargas-wrapper .booking h3, .result-cargas-wrapper .booking p {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
}
.result-cargas-wrapper .booking h3 {
  margin: 0 5px !important;
}
.result-cargas-wrapper .booking p {
  font-size: 13px;
  vertical-align: top;
  color: #323843;
  opacity: 1;
  letter-spacing: 0;
}
.result-cargas-wrapper .booking p span {
  display: inline-block;
  line-height: 10px;
  vertical-align: bottom;
  font-weight: 300;
}
.result-cargas-wrapper .container, .result-cargas-wrapper .main-content,
.result-cargas-wrapper .main-content-message, .result-cargas-wrapper .pagination-blank {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .result-cargas-wrapper .container, .result-cargas-wrapper .main-content,
.result-cargas-wrapper .main-content-message, .result-cargas-wrapper .pagination-blank {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .result-cargas-wrapper .container, .result-cargas-wrapper .main-content,
.result-cargas-wrapper .main-content-message, .result-cargas-wrapper .pagination-blank {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .result-cargas-wrapper .container, .result-cargas-wrapper .main-content,
.result-cargas-wrapper .main-content-message, .result-cargas-wrapper .pagination-blank {
    float: left;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .result-cargas-wrapper .container, .result-cargas-wrapper .main-content,
.result-cargas-wrapper .main-content-message, .result-cargas-wrapper .pagination-blank {
    margin: 15px 0;
  }
}
.result-cargas-wrapper .container label, .result-cargas-wrapper .main-content label,
.result-cargas-wrapper .main-content-message label, .result-cargas-wrapper .pagination-blank label, .result-cargas-wrapper .container h3, .result-cargas-wrapper .main-content h3,
.result-cargas-wrapper .main-content-message h3, .result-cargas-wrapper .pagination-blank h3, .result-cargas-wrapper .container p, .result-cargas-wrapper .main-content p,
.result-cargas-wrapper .main-content-message p, .result-cargas-wrapper .pagination-blank p, .result-cargas-wrapper .container .tp-container-details, .result-cargas-wrapper .main-content .tp-container-details,
.result-cargas-wrapper .main-content-message .tp-container-details, .result-cargas-wrapper .pagination-blank .tp-container-details {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
  opacity: 1;
}
.result-cargas-wrapper .container .tp-container-title, .result-cargas-wrapper .main-content .tp-container-title,
.result-cargas-wrapper .main-content-message .tp-container-title, .result-cargas-wrapper .pagination-blank .tp-container-title {
  margin-bottom: 5px;
}
.result-cargas-wrapper .container .tp-container-details, .result-cargas-wrapper .main-content .tp-container-details,
.result-cargas-wrapper .main-content-message .tp-container-details, .result-cargas-wrapper .pagination-blank .tp-container-details {
  margin-left: 5px;
  margin-bottom: 5px;
}
.result-cargas-wrapper .container .tp-container-details p, .result-cargas-wrapper .main-content .tp-container-details p,
.result-cargas-wrapper .main-content-message .tp-container-details p, .result-cargas-wrapper .pagination-blank .tp-container-details p {
  font-size: 0.9em;
  letter-spacing: 0px;
}
.result-cargas-wrapper .container .tp-container-details i, .result-cargas-wrapper .main-content .tp-container-details i,
.result-cargas-wrapper .main-content-message .tp-container-details i, .result-cargas-wrapper .pagination-blank .tp-container-details i {
  display: inline-block;
  vertical-align: middle;
  color: #5c639c;
  font-size: 1.1428571429em;
}
.result-cargas-wrapper .container .tp-container-details .tp-container-type, .result-cargas-wrapper .main-content .tp-container-details .tp-container-type,
.result-cargas-wrapper .main-content-message .tp-container-details .tp-container-type, .result-cargas-wrapper .pagination-blank .tp-container-details .tp-container-type {
  margin-right: 5px;
  color: #323843;
}
.result-cargas-wrapper .check-ordem {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
@media (min-width: 768px) {
  .result-cargas-wrapper .check-ordem {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .result-cargas-wrapper .check-ordem {
    float: left;
    width: 3.3333333333%;
  }
}
@media (min-width: 1200px) {
  .result-cargas-wrapper .check-ordem {
    float: left;
    width: 3.3333333333%;
  }
}
.result-cargas-wrapper .check-ordem p span {
  display: inline-block;
  line-height: 10px;
  vertical-align: bottom;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .result-cargas-wrapper .agendar,
.result-cargas-wrapper .navio_viagem,
.result-cargas-wrapper .booking,
.result-cargas-wrapper .destinatario,
.result-cargas-wrapper .container,
.result-cargas-wrapper .main-content,
.result-cargas-wrapper .main-content-message,
.result-cargas-wrapper .pagination-blank {
    margin-left: 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .result-cargas-wrapper .booking,
.result-cargas-wrapper .embarcador,
.result-cargas-wrapper .agendar,
.result-cargas-wrapper .previsao_chegada {
    margin-left: 8%;
  }
}
@media screen and (min-width: 991px) {
  .result-cargas-wrapper .booking,
.result-cargas-wrapper .check-ordem,
.result-cargas-wrapper .navio_viagem {
    margin-left: 4%;
  }
}
.result-cargas-wrapper .navio_viagem {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .result-cargas-wrapper .navio_viagem {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .result-cargas-wrapper .navio_viagem {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .result-cargas-wrapper .navio_viagem {
    float: left;
    width: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .result-cargas-wrapper .navio_viagem {
    margin-left: 55px !important;
  }
}
.result-cargas-wrapper .ordem-servico {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .result-cargas-wrapper .ordem-servico {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .result-cargas-wrapper .ordem-servico {
    float: left;
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .result-cargas-wrapper .ordem-servico {
    float: left;
    width: 10%;
  }
}
.result-cargas-wrapper .tipo-servico {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .result-cargas-wrapper .tipo-servico {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .result-cargas-wrapper .tipo-servico {
    float: left;
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .result-cargas-wrapper .tipo-servico {
    float: left;
    width: 10%;
  }
}
.result-cargas-wrapper .fatura {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .result-cargas-wrapper .fatura {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .result-cargas-wrapper .fatura {
    float: left;
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .result-cargas-wrapper .fatura {
    float: left;
    width: 10%;
  }
}
.result-cargas-wrapper .data-programacao {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .result-cargas-wrapper .data-programacao {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .result-cargas-wrapper .data-programacao {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .result-cargas-wrapper .data-programacao {
    float: left;
    width: 12.5%;
  }
}
.result-cargas-wrapper .embarcador {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .result-cargas-wrapper .embarcador {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 992px) {
  .result-cargas-wrapper .embarcador {
    float: left;
    width: 18.3333333333%;
  }
}
@media (min-width: 1200px) {
  .result-cargas-wrapper .embarcador {
    float: left;
    width: 18.3333333333%;
  }
}
.result-cargas-wrapper .embarque {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .result-cargas-wrapper .embarque {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 992px) {
  .result-cargas-wrapper .embarque {
    float: left;
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .result-cargas-wrapper .embarque {
    float: left;
    width: 16.6666666667%;
  }
}
.result-cargas-wrapper .destinatario {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .result-cargas-wrapper .destinatario {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 992px) {
  .result-cargas-wrapper .destinatario {
    float: left;
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .result-cargas-wrapper .destinatario {
    float: left;
    width: 16.6666666667%;
  }
}
.result-cargas-wrapper .previsao_chegada {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .result-cargas-wrapper .previsao_chegada {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .result-cargas-wrapper .previsao_chegada {
    float: left;
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .result-cargas-wrapper .previsao_chegada {
    float: left;
    width: 16.6666666667%;
  }
}
.result-cargas-wrapper .agendar {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .result-cargas-wrapper .agendar {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .result-cargas-wrapper .agendar {
    float: left;
    width: 18.3333333333%;
  }
}
@media (min-width: 1200px) {
  .result-cargas-wrapper .agendar {
    float: left;
    width: 18.3333333333%;
  }
}
@media screen and (max-width: 991px) {
  .result-cargas-wrapper .agendar {
    text-align: left;
  }
}
.result-cargas-wrapper .agendar .btn-agendar {
  border-radius: 30px;
  font-weight: 300;
  font-size: 0.7em;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .result-cargas-wrapper .agendar .btn-agendar {
    width: 90%;
  }
}
.result-cargas-wrapper .agendar .btn-agendar i {
  color: #fff;
  font-size: 2em;
}
.result-cargas-wrapper .agendar .btn-consultar {
  border-radius: 30px;
  text-align: center;
  line-height: 1.5em;
  font-weight: 300;
  font-size: 0.75em;
  padding: 5px 12px;
  min-height: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .result-cargas-wrapper .agendar .btn-consultar {
    width: 90%;
  }
}
.result-cargas-wrapper .agendar p {
  margin: 0;
}
.result-cargas-wrapper .agendar .quotation-status {
  opacity: 1;
}
.result-cargas-wrapper .actions {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eaeff6;
  text-align: center;
}
@media (min-width: 768px) {
  .result-cargas-wrapper .actions {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .result-cargas-wrapper .actions {
    float: left;
    width: 5%;
  }
}
@media (min-width: 1200px) {
  .result-cargas-wrapper .actions {
    float: left;
    width: 5%;
  }
}
@media screen and (max-width: 991px) {
  .result-cargas-wrapper .actions {
    width: 100%;
    top: inherit;
    bottom: -10px;
  }
}
.result-cargas-wrapper .actions .btn, .result-cargas-wrapper .actions .btn-filters-mobile {
  padding: 47px 8px 45px;
  color: #057DC8;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .result-cargas-wrapper .actions .btn, .result-cargas-wrapper .actions .btn-filters-mobile {
    padding: 10px;
    width: 100%;
  }
}
.result-cargas-wrapper .actions .btn:hover, .result-cargas-wrapper .actions .btn-filters-mobile:hover {
  color: #045e96;
}
.result-cargas-wrapper .control-label {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  font-weight: 600;
  text-transform: none;
  color: #838591;
}
.product-cargas-collapse {
  position: relative;
  margin-top: -10px;
  margin-bottom: 10px;
  background-color: #f7f7f7;
  box-shadow: 0 1px 1px 0 rgba(98, 98, 98, 0.5);
}
.product-cargas-collapse:before, .product-cargas-collapse:after {
  display: table;
  content: " ";
}
.product-cargas-collapse:after {
  clear: both;
}
@media screen and (max-width: 991px) {
  .product-cargas-collapse {
    margin-top: -5px;
  }
}
.product-cargas-collapse .panel-body {
  padding: 20px 20px 10px;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
}
.btVerMapa {
  float: right;
  background: #057DC8;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 4px 3px;
}
.btVerMapa img {
  max-width: 100%;
  height: auto;
}
.detalhes-rastreamento {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  position: relative;
}
.detalhes-rastreamento h4 {
  font-size: 0.8571428571em;
  font-weight: 600;
  text-transform: uppercase;
  color: #949aa6;
  border-bottom: 1px solid #e0e5ef;
  padding-top: 20px;
  padding-bottom: 10px;
}
.detalhes-rastreamento .timeline {
  padding-bottom: 30px;
}
.detalhes-rastreamento .timeline:before, .detalhes-rastreamento .timeline:after {
  display: table;
  content: " ";
}
.detalhes-rastreamento .timeline:after {
  clear: both;
}
.detalhes-rastreamento .timeline > li {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
  position: relative;
}
.detalhes-rastreamento .timeline > li:first-child ul li:first-child .line {
  width: 50%;
  left: 50%;
}
@media screen and (max-width: 991px) {
  .detalhes-rastreamento .timeline > li:first-child ul li:first-child .line {
    width: 2px !important;
    left: 0;
    height: 100%;
  }
}
.detalhes-rastreamento .timeline > li:last-child .line {
  width: 50%;
  right: 50%;
}
@media screen and (max-width: 991px) {
  .detalhes-rastreamento .timeline > li:last-child .line {
    display: none;
  }
}
@media (min-width: 768px) {
  .detalhes-rastreamento .timeline > li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .detalhes-rastreamento .timeline > li {
    float: left;
    width: 12.5%;
  }
}
@media screen and (max-width: 991px) {
  .detalhes-rastreamento .timeline > li {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .detalhes-rastreamento .timeline > li {
    width: 11%;
  }
}
.detalhes-rastreamento .timeline > li.item-transbordo {
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .detalhes-rastreamento .timeline > li.item-transbordo {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .detalhes-rastreamento .timeline > li.item-transbordo {
    height: 250px;
  }
}
.detalhes-rastreamento .timeline > li.item-transbordo .slick-track {
  min-width: 247px;
}
@media screen and (min-width: 1200px) {
  .detalhes-rastreamento .timeline > li.item-transbordo {
    width: 22% !important;
  }
}
.detalhes-rastreamento .timeline > li.item-transbordo .slick-arrow {
  top: 170px;
}
.detalhes-rastreamento .timeline > li.item-transbordo .slick-arrow::before {
  color: #797979;
}
.detalhes-rastreamento .timeline > li.item-transbordo .slick-arrow.slick-prev {
  left: 40%;
}
.detalhes-rastreamento .timeline > li.item-transbordo .slick-arrow.slick-next {
  right: 40%;
}
.detalhes-rastreamento .timeline > li.item-transbordo .slick-slide {
  position: relative;
}
.detalhes-rastreamento .timeline > li.item-transbordo-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .detalhes-rastreamento .timeline > li.item-transbordo-mobile {
    display: block;
  }
}
.detalhes-rastreamento .timeline li ul .line {
  height: 2px;
  background: #90a4b2;
  position: absolute;
  width: 100%;
  top: 28px;
}
@media screen and (max-width: 991px) {
  .detalhes-rastreamento .timeline li ul .line {
    width: 2px;
    height: 100%;
  }
}
.detalhes-rastreamento .timeline li ul .line.ok {
  background: #18b73d;
}
@media screen and (min-width: 991px) {
  .detalhes-rastreamento .timeline li ul .line.ok-last {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#18b73d+48,7db909+50,90a4b2+50 */
    background: #18b73d;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #18b73d 48%, #7db909 50%, #90a4b2 50%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#18b73d", endColorstr="#90a4b2",GradientType=1 ) !important;
    /* IE6-9 */
  }
}
@media screen and (max-width: 991px) {
  .detalhes-rastreamento .timeline li ul .line.ok-last {
    background: #90a4b2;
  }
}
.detalhes-rastreamento .timeline li ul .circle {
  width: 16px;
  height: 16px;
  background: #90a4b2;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  border-radius: 20px;
  top: 20px;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .detalhes-rastreamento .timeline li ul .circle {
    left: 3px;
  }
}
.detalhes-rastreamento .timeline li ul .circle-success {
  width: 16px;
  height: 16px;
  background: #18b73d;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  border-radius: 20px;
  top: 20px;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .detalhes-rastreamento .timeline li ul .circle-success {
    left: 3px;
  }
}
.detalhes-rastreamento .timeline li ul .atrasado {
  color: red;
}
.detalhes-rastreamento .timeline li ul .realizado {
  color: #18b73d;
}
.detalhes-rastreamento .timeline li ul .title, .detalhes-rastreamento .timeline li ul .tp-contact .title-contact-info, .tp-contact .detalhes-rastreamento .timeline li ul .title-contact-info {
  font-size: 0.7142857143em;
  text-transform: uppercase;
  font-weight: 600;
  color: #18b73d;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .detalhes-rastreamento .timeline li ul .title, .detalhes-rastreamento .timeline li ul .tp-contact .title-contact-info, .tp-contact .detalhes-rastreamento .timeline li ul .title-contact-info {
    margin-top: 20px;
  }
}
.detalhes-rastreamento .timeline li ul .local {
  font-size: 0.7857142857em;
  color: #057DC8;
  font-weight: 500;
}
.detalhes-rastreamento .timeline li ul p {
  font-size: 0.7857142857em;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .detalhes-rastreamento .timeline li ul .title, .detalhes-rastreamento .timeline li ul .tp-contact .title-contact-info, .tp-contact .detalhes-rastreamento .timeline li ul .title-contact-info,
.detalhes-rastreamento .timeline li ul .local,
.detalhes-rastreamento .timeline li ul p {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .main-rastreamento-cargas .container, .main-rastreamento-cargas .main-content,
.main-rastreamento-cargas .main-content-message, .main-rastreamento-cargas .pagination-blank {
    width: 100%;
  }
}
.main-rastreamento-cargas .controle-inputs {
  width: 100%;
  float: left;
}
@media screen and (min-width: 769px) {
  .main-rastreamento-cargas .controle-inputs {
    width: calc(100% - 60px);
  }
}
.main-rastreamento-cargas .select-container {
  width: 100%;
}
@media (min-width: 1355px) {
  .main-rastreamento-cargas .select-container.has-period {
    width: 90%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .main-rastreamento-cargas .datepicker-calendar {
    left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .main-rastreamento-cargas .datepicker-calendar {
    right: 0 !important;
  }
}
.main-search {
  /*.select-group.t-t-filter-navio-viagem {
     @media screen and (max-width: $tablet-landscape) {
       width:100% !important;
       max-width: 100% !important;
     }
   }
   */
  /*
  .search-action-tracking {
  // @include make-xs-column(12, $gutter: 20px);
   // @include make-sm-column(12, $gutter: 20px);
   // @include make-md-column(0.8, $gutter: 20px);
  //  @include make-lg-column(0.8, $gutter: 20px);
    width: 10%;

    float: right !important;
    @media screen and (min-width: $tablet-landscape) {
      max-width: 60px;
    }

  }
  .search-action-tracking {

    @media screen and (max-width: $tablet-landscape) {
      margin-top: 0;
    }
    .btn-search {
      @media screen and (max-width: 767px) {
        width: 98%;
        min-height: inherit;
        margin: $xs;
        border-radius: 4px;
      }
      @media (min-width: $tablet-landscape) and (max-width: $desktop) {
        border-top-left-radius: 0;
      }

      @media (min-width: $tablet-landscape) and (max-width: $desktop) {
        min-height: 120px;

      }
    }
    @media (min-width: $tablet) and (max-width: 992px) {
      position: relative;
      right: -2px;
    }
    @media (min-width: 768px) {
      position: absolute;
      border-top-right-radius: 0;
      right: 0px;
    }
  }
  */
}
.main-search .disabled {
  background: #e0e0e0;
}
.main-search .disabled .form-control {
  opacity: 0.1 !important;
}
.main-search .t-t-filter-fim {
  display: none;
}
.main-search .has-period.customer-profile .t-t-filter-cnpj {
  display: none !important;
}
.main-search .has-period.customer-profile .t-t-filter-number {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .has-period.customer-profile .t-t-filter-number {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search .has-period.customer-profile .t-t-filter-number {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search .has-period.customer-profile .t-t-filter-number {
    float: left;
    width: 12.5%;
  }
}
.main-search .has-period.customer-profile .t-t-filter-navio-viagem {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .has-period.customer-profile .t-t-filter-navio-viagem {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .has-period.customer-profile .t-t-filter-navio-viagem {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .main-search .has-period.customer-profile .t-t-filter-navio-viagem {
    float: left;
    width: 8.3333333333%;
  }
}
.main-search .has-period.customer-profile .t-t-filter-navio-viagem .form-control {
  margin-left: 1px !important;
  height: 55px;
}
.main-search .has-period.customer-profile .t-t-filter-periodo {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #e4e4e4 !important;
}
@media (min-width: 768px) {
  .main-search .has-period.customer-profile .t-t-filter-periodo {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .has-period.customer-profile .t-t-filter-periodo {
    float: left;
    width: 11.6666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search .has-period.customer-profile .t-t-filter-periodo {
    float: left;
    width: 11.6666666667%;
  }
}
.main-search .has-period .t-t-filter-cnpj {
  /* @include make-xs-column(12, $gutter: 20px);
   @include make-sm-column(2.7, $gutter: 20px);
  @include make-md-column(4, $gutter: 5px);

   @include make-lg-column(1.2, $gutter: 5px);
   */
  /* Landscape tablets and medium desktops */
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */
  border-right: 1px solid #e4e4e4 !important;
}
@media (min-width: 1355px) {
  .main-search .has-period .t-t-filter-cnpj {
    padding: 0 5px;
    width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1354px) {
  .main-search .has-period .t-t-filter-cnpj {
    padding: 0 5px;
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-search .has-period .t-t-filter-cnpj {
    padding: 0 5px;
    width: 20%;
  }
}
@media (max-width: 480px) {
  .main-search .has-period .t-t-filter-cnpj {
    width: 100%;
    padding: 0 20px;
  }
}
.main-search .has-period .t-t-filter-cnpj .form-control {
  margin-left: 1px !important;
}
.main-search .has-period .t-t-filter-number {
  /* Landscape tablets and medium desktops */
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */
}
@media (min-width: 1355px) {
  .main-search .has-period .t-t-filter-number {
    padding: 0 5px;
    width: 20%;
  }
  .main-search .has-period .t-t-filter-number .form-control {
    padding-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1354px) {
  .main-search .has-period .t-t-filter-number {
    padding: 0 5px;
    width: 20%;
  }
  .main-search .has-period .t-t-filter-number .form-control {
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-search .has-period .t-t-filter-number {
    padding: 0 5px;
    width: 20%;
  }
  .main-search .has-period .t-t-filter-number .main-search .has-period .t-t-filter-number .form-control {
    padding-top: 14px;
  }
}
@media (max-width: 480px) {
  .main-search .has-period .t-t-filter-number {
    width: 100%;
    padding: 0 20px;
  }
}
.main-search .has-period .t-t-filter-navio-viagem {
  /* Landscape tablets and medium desktops */
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */
}
@media (min-width: 1355px) {
  .main-search .has-period .t-t-filter-navio-viagem {
    padding: 0 5px;
    width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1354px) {
  .main-search .has-period .t-t-filter-navio-viagem {
    padding: 0 5px;
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-search .has-period .t-t-filter-navio-viagem {
    padding: 0 5px;
    width: 20%;
  }
}
@media (max-width: 480px) {
  .main-search .has-period .t-t-filter-navio-viagem {
    width: 100%;
    padding: 0 20px;
  }
}
.main-search .has-period .t-t-filter-navio-viagem .form-control {
  margin-left: 1px !important;
  height: 55px;
}
.main-search .has-period .t-t-filter-origem {
  /* @include make-xs-column(6, $gutter: 20px);
   @include make-sm-column(3, $gutter: 20px);
   @include make-md-column(1.9, $gutter: 20px);
   @include make-lg-column(1.4, $gutter: 20px);*/
  /* Landscape tablets and medium desktops */
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */
}
@media (min-width: 1355px) {
  .main-search .has-period .t-t-filter-origem {
    padding: 0 5px;
    width: 20%;
    border-right: none;
  }
}
@media (min-width: 992px) and (max-width: 1354px) {
  .main-search .has-period .t-t-filter-origem {
    padding: 0 5px;
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-search .has-period .t-t-filter-origem {
    padding: 0 5px;
    width: 20%;
    border-right: none;
  }
}
@media (max-width: 480px) {
  .main-search .has-period .t-t-filter-origem {
    width: 100%;
    padding: 0 20px;
  }
}
.main-search .has-period .t-t-filter-embarque {
  /*  @include make-xs-column(6, $gutter: 20px);
    @include make-sm-column(3, $gutter: 20px);
    @include make-md-column(1.9, $gutter: 20px);
    @include make-lg-column(1.3, $gutter: 20px);*/
  /* Landscape tablets and medium desktops */
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */
}
@media (min-width: 1355px) {
  .main-search .has-period .t-t-filter-embarque {
    padding: 0 5px;
    width: 16.5%;
  }
}
@media (min-width: 992px) and (max-width: 1354px) {
  .main-search .has-period .t-t-filter-embarque {
    padding: 0 5px;
    width: 16.5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-search .has-period .t-t-filter-embarque {
    padding: 0 5px;
    width: 16.5%;
  }
}
@media (max-width: 480px) {
  .main-search .has-period .t-t-filter-embarque {
    width: 100%;
    padding: 0 20px;
  }
}
.main-search .has-period .t-t-filter-desembarque {
  /* @include make-xs-column(6, $gutter: 20px);
   @include make-sm-column(3, $gutter: 20px);
   @include make-md-column(1.9, $gutter: 20px);
   @include make-lg-column(1.4, $gutter: 20px);*/
  /* Landscape tablets and medium desktops */
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */
}
@media (min-width: 1355px) {
  .main-search .has-period .t-t-filter-desembarque {
    padding: 0 5px;
    width: 16.5%;
  }
}
@media (min-width: 992px) and (max-width: 1354px) {
  .main-search .has-period .t-t-filter-desembarque {
    padding: 0 5px;
    width: 16.5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-search .has-period .t-t-filter-desembarque {
    padding: 0 5px;
    width: 16.5%;
  }
}
@media (max-width: 480px) {
  .main-search .has-period .t-t-filter-desembarque {
    width: 100%;
    padding: 0 20px;
  }
}
.main-search .has-period .t-t-filter-destino {
  /* @include make-xs-column(6, $gutter: 20px);
   @include make-sm-column(3, $gutter: 20px);
   @include make-md-column(1.9, $gutter: 20px);
   @include make-lg-column(1.2, $gutter: 20px); */
  /* Landscape tablets and medium desktops */
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */
}
@media (min-width: 1355px) {
  .main-search .has-period .t-t-filter-destino {
    padding: 0 5px;
    width: 16.5%;
  }
}
@media (min-width: 992px) and (max-width: 1354px) {
  .main-search .has-period .t-t-filter-destino {
    padding: 0 5px;
    width: 16.5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-search .has-period .t-t-filter-destino {
    padding: 0 5px;
    width: 16.5%;
  }
}
@media (max-width: 480px) {
  .main-search .has-period .t-t-filter-destino {
    width: 100%;
    padding: 0 20px;
  }
}
.main-search .has-period .t-t-filter-periodo {
  /* @include make-xs-column(6, $gutter: 20px);
   @include make-sm-column(3, $gutter: 20px);
   @include make-md-column(1.9, $gutter: $md);
   @include make-lg-column(1, $gutter: $md);
   */
  /* Landscape tablets and medium desktops */
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */
  border-right: 1px solid #e4e4e4 !important;
}
@media (min-width: 1355px) {
  .main-search .has-period .t-t-filter-periodo {
    padding: 0 5px;
    width: 16.5%;
  }
}
@media (min-width: 992px) and (max-width: 1354px) {
  .main-search .has-period .t-t-filter-periodo {
    padding: 0 5px;
    width: 16.5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-search .has-period .t-t-filter-periodo {
    padding: 0 5px;
    width: 16.5%;
  }
}
@media (max-width: 767px) {
  .main-search .has-period .t-t-filter-periodo {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .main-search .has-period .t-t-filter-periodo {
    width: 33%;
  }
}
.main-search .has-period .t-t-filter-inicio {
  /* Landscape tablets and medium desktops */
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */
  display: inline-block !important;
}
@media (min-width: 1355px) {
  .main-search .has-period .t-t-filter-inicio {
    padding: 0 5px;
    width: 16.5%;
  }
}
@media (min-width: 992px) and (max-width: 1354px) {
  .main-search .has-period .t-t-filter-inicio {
    padding: 0 5px;
    width: 16.5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-search .has-period .t-t-filter-inicio {
    padding: 0 5px;
    width: 16.5%;
  }
}
@media (max-width: 767px) {
  .main-search .has-period .t-t-filter-inicio {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .main-search .has-period .t-t-filter-inicio {
    width: 33%;
  }
}
.main-search .has-period .t-t-filter-inicio .datepicker-input-container,
.main-search .has-period .t-t-filter-inicio .datepicker-container,
.main-search .has-period .t-t-filter-inicio .datepicker-input {
  /* width: 83px !important;*/
}
.main-search .has-period .t-t-filter-fim {
  display: inline-block;
  border-right: none;
  height: 60px !important;
  text-align: left !important;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  color: #8a8a8a !important;
  /* Landscape tablets and medium desktops */
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */
}
.main-search .has-period .t-t-filter-fim span {
  line-height: 38px;
  vertical-align: middle;
}
@media (min-width: 1355px) {
  .main-search .has-period .t-t-filter-fim {
    padding: 0 5px;
    width: 16.5%;
  }
}
@media (min-width: 992px) and (max-width: 1354px) {
  .main-search .has-period .t-t-filter-fim {
    padding: 0 5px;
    width: 16.5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-search .has-period .t-t-filter-fim {
    padding: 0 5px;
    width: 17.5%;
    border-bottom: 1px solid #e4e4e4;
  }
}
@media (max-width: 767px) {
  .main-search .has-period .t-t-filter-fim {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .main-search .has-period .t-t-filter-fim {
    width: 33%;
  }
}
@media (min-width: 1355px) {
  .main-search .has-period .search-action-tracking .btn-search {
    height: 120px;
  }
}
.main-search .customer-profile .t-t-filter-cnpj {
  display: none !important;
}
.main-search .customer-profile .t-t-filter-number {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .customer-profile .t-t-filter-number {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search .customer-profile .t-t-filter-number {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search .customer-profile .t-t-filter-number {
    float: left;
    width: 12.5%;
  }
}
.main-search .customer-profile .t-t-filter-navio-viagem {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .customer-profile .t-t-filter-navio-viagem {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .customer-profile .t-t-filter-navio-viagem {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search .customer-profile .t-t-filter-navio-viagem {
    float: left;
    width: 12.5%;
  }
}
.main-search .customer-profile .t-t-filter-navio-viagem .form-control {
  margin-left: 1px !important;
  height: 55px;
}
.main-search .customer-profile .t-t-filter-origem {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .customer-profile .t-t-filter-origem {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .customer-profile .t-t-filter-origem {
    float: left;
    width: 14.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search .customer-profile .t-t-filter-origem {
    float: left;
    width: 14.1666666667%;
  }
}
.main-search .customer-profile .t-t-filter-embarque {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .customer-profile .t-t-filter-embarque {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .customer-profile .t-t-filter-embarque {
    float: left;
    width: 14.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search .customer-profile .t-t-filter-embarque {
    float: left;
    width: 14.1666666667%;
  }
}
.main-search .customer-profile .t-t-filter-destino {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .customer-profile .t-t-filter-destino {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .customer-profile .t-t-filter-destino {
    float: left;
    width: 14.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search .customer-profile .t-t-filter-destino {
    float: left;
    width: 14.1666666667%;
  }
}
.main-search .customer-profile .t-t-filter-desembarque {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .customer-profile .t-t-filter-desembarque {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .customer-profile .t-t-filter-desembarque {
    float: left;
    width: 14.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search .customer-profile .t-t-filter-desembarque {
    float: left;
    width: 14.1666666667%;
  }
}
.main-search .customer-profile .t-t-filter-periodo {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 0;
}
@media (min-width: 768px) {
  .main-search .customer-profile .t-t-filter-periodo {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search .customer-profile .t-t-filter-periodo {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .main-search .customer-profile .t-t-filter-periodo {
    float: left;
    width: 12.5%;
  }
}
.main-search .customer-profile .t-t-filter-inicio {
  border-right: 0;
}
.main-search .t-t-filter-cnpj {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #e4e4e4 !important;
}
@media (min-width: 768px) {
  .main-search .t-t-filter-cnpj {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .t-t-filter-cnpj {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-t-filter-cnpj {
    float: left;
    width: 12.5%;
  }
}
.main-search .t-t-filter-cnpj .form-control {
  margin-left: 1px !important;
}
.main-search .t-t-filter-number {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .t-t-filter-number {
    float: left;
    width: 20.8333333333%;
  }
}
@media (min-width: 992px) {
  .main-search .t-t-filter-number {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-t-filter-number {
    float: left;
    width: 10.8333333333%;
  }
}
.main-search .t-t-filter-number .form-control {
  margin-left: 1px !important;
  height: 55px;
  padding-top: 10px;
}
.main-search .t-t-filter-navio-viagem {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  height: 60px;
  border-bottom: 1px solid #e4e4e4;
}
@media (min-width: 768px) {
  .main-search .t-t-filter-navio-viagem {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .main-search .t-t-filter-navio-viagem {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-t-filter-navio-viagem {
    float: left;
    width: 12.5%;
  }
}
.main-search .t-t-filter-navio-viagem .form-control {
  margin-left: 1px !important;
  height: 55px;
}
.main-search .t-t-filter-origem {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .t-t-filter-origem {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .main-search .t-t-filter-origem {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-t-filter-origem {
    float: left;
    width: 10.8333333333%;
  }
}
.main-search .t-t-filter-embarque {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .t-t-filter-embarque {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .t-t-filter-embarque {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-t-filter-embarque {
    float: left;
    width: 10.8333333333%;
  }
}
.main-search .t-t-filter-destino {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .t-t-filter-destino {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .t-t-filter-destino {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-t-filter-destino {
    float: left;
    width: 10%;
  }
}
.main-search .t-t-filter-desembarque {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .t-t-filter-desembarque {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .t-t-filter-desembarque {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-t-filter-desembarque {
    float: left;
    width: 11.6666666667%;
  }
}
.main-search .t-t-filter-periodo {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 0;
}
@media (min-width: 768px) {
  .main-search .t-t-filter-periodo {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .t-t-filter-periodo {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-t-filter-periodo {
    float: left;
    width: 10%;
  }
}
.main-search .t-t-filter-inicio {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  display: none !important;
}
@media (min-width: 768px) {
  .main-search .t-t-filter-inicio {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .main-search .t-t-filter-inicio {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-t-filter-inicio {
    float: left;
    width: 10%;
  }
}
.main-search .t-t-filter-inicio .datepicker-container,
.main-search .t-t-filter-inicio .datepicker-input,
.main-search .t-t-filter-inicio .datepicker-input-container {
  width: 90px;
}
@media (max-width: 768px) {
  .main-search .t-t-filter-inicio .datepicker-container,
.main-search .t-t-filter-inicio .datepicker-input,
.main-search .t-t-filter-inicio .datepicker-input-container {
    width: 110px !important;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .main-search .search-action-tracking .btn-search {
    height: 120px;
  }
}
.main-search .t-t-filter-cnpj,
.main-search .t-t-filter-desembarque,
.main-search .t-t-filter-destino,
.main-search .t-t-filter-embarque,
.main-search .t-t-filter-inicio,
.main-search .t-t-filter-number,
.main-search .t-t-filter-origem,
.main-search .t-t-filter-periodo {
  /* max-width: inherit !important;*/
  display: inline-block;
  min-height: 60px !important;
  border-bottom: 1px solid #e4e4e4;
}
.main-search .t-t-filter-cnpj .select-group,
.main-search .t-t-filter-desembarque .select-group,
.main-search .t-t-filter-destino .select-group,
.main-search .t-t-filter-embarque .select-group,
.main-search .t-t-filter-inicio .select-group,
.main-search .t-t-filter-number .select-group,
.main-search .t-t-filter-origem .select-group,
.main-search .t-t-filter-periodo .select-group {
  min-height: 60px !important;
}
@media (max-width: 768px) {
  .main-search .t-t-filter-cnpj {
    border-right: 0;
  }
}
@media (max-width: 768px) {
  .main-search .t-t-filter-destino,
.main-search .t-t-filter-origem {
    border-right: 1px solid #e4e4e4 !important;
  }
}
.tp-agendamento-content .tp-container-details {
  /*top: -15px;*/
  position: relative;
}
.modal-agendamento-entrega .header-agendar_entrega {
  background-color: #7486a5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 15px 10px 10px;
}
.modal-agendamento-entrega .header-agendar_entrega:before, .modal-agendamento-entrega .header-agendar_entrega:after {
  display: table;
  content: " ";
}
.modal-agendamento-entrega .header-agendar_entrega:after {
  clear: both;
}
.modal-agendamento-entrega .header-agendar_entrega .control-label {
  line-height: normal;
  color: #fff;
  font-size: 0.7857142857em;
}
.modal-agendamento-entrega ul li {
  padding: 0 10px;
}
.modal-agendamento-entrega ul li .icon {
  top: 12px;
}
.modal-agendamento-entrega .col_ae_status {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .modal-agendamento-entrega .col_ae_status {
    float: left;
    width: 4.1666666667%;
  }
}
.modal-agendamento-entrega .col_ae_status .icon-forbidden {
  color: #e73737;
}
.modal-agendamento-entrega .col_ae_status .icon-check, .modal-agendamento-entrega .col_ae_status .result-cargas-wrapper .product-cargas.realizadas .icon-step .icon, .result-cargas-wrapper .product-cargas.realizadas .icon-step .modal-agendamento-entrega .col_ae_status .icon {
  color: #18b73d;
}
.modal-agendamento-entrega .col_ae_status .icon-alert {
  color: #ffd300;
}
.modal-agendamento-entrega .col_ae_id {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .modal-agendamento-entrega .col_ae_id {
    float: left;
    width: 4.1666666667%;
  }
}
.modal-agendamento-entrega .col_ae_conteiner {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .modal-agendamento-entrega .col_ae_conteiner {
    float: left;
    width: 29.1666666667%;
  }
}
.modal-agendamento-entrega .col_ae_referencia {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
}
@media (min-width: 768px) {
  .modal-agendamento-entrega .col_ae_referencia {
    float: left;
    width: 19.1666666667%;
  }
}
.modal-agendamento-entrega .col_ae_data_entrega {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
}
@media (min-width: 768px) {
  .modal-agendamento-entrega .col_ae_data_entrega {
    float: left;
    width: 16.6666666667%;
  }
}
.modal-agendamento-entrega .col_ae_data_entrega .datepicker-input {
  min-height: 40px !important;
}
.modal-agendamento-entrega .col_ae_horario {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
  position: relative;
  min-height: 1px;
  padding-right: 5px 5px 5px/2;
  padding-left: 5px 5px 5px/2;
}
@media (min-width: 768px) {
  .modal-agendamento-entrega .col_ae_horario {
    float: left;
    width: 16.6666666667%;
  }
}
.modal-agendamento-entrega .col_ae_transport {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  line-height: 40px;
  vertical-align: bottom;
  text-align: center;
}
@media (min-width: 768px) {
  .modal-agendamento-entrega .col_ae_transport {
    float: left;
    width: 10%;
  }
}
.modal-agendamento-entrega .col_ae_transport i {
  font-size: 1.5em;
  color: #59639f;
}
.modal-agendamento-entrega .tp-agendamento-content {
  padding: 15px 10px;
}
.modal-agendamento-entrega .tp-agendamento-destinatario .control-label {
  text-transform: inherit;
  font-size: 0.9285714286em;
}
.modal-agendamento-entrega .tp-agendamento-content,
.modal-agendamento-entrega .tp-agendamento-destinatario,
.modal-agendamento-entrega .tp-agendamento-observacoes {
  border-bottom: 1px solid #f5f5f5;
  font-size: 0.8571428571em;
}
.modal-agendamento-entrega .tp-agendamento-content:before, .modal-agendamento-entrega .tp-agendamento-content:after,
.modal-agendamento-entrega .tp-agendamento-destinatario:before,
.modal-agendamento-entrega .tp-agendamento-destinatario:after,
.modal-agendamento-entrega .tp-agendamento-observacoes:before,
.modal-agendamento-entrega .tp-agendamento-observacoes:after {
  display: table;
  content: " ";
}
.modal-agendamento-entrega .tp-agendamento-content:after,
.modal-agendamento-entrega .tp-agendamento-destinatario:after,
.modal-agendamento-entrega .tp-agendamento-observacoes:after {
  clear: both;
}
.modal-agendamento-entrega .tp-agendamento-content .panel-title,
.modal-agendamento-entrega .tp-agendamento-destinatario .panel-title,
.modal-agendamento-entrega .tp-agendamento-observacoes .panel-title {
  font-size: 1.0714285714em;
  font-weight: 600;
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
}
.modal-agendamento-entrega .tp-agendamento-content .form-control,
.modal-agendamento-entrega .tp-agendamento-destinatario .form-control,
.modal-agendamento-entrega .tp-agendamento-observacoes .form-control {
  height: 40px;
  border-color: #cbd5e7;
}
.modal-agendamento-entrega .tp-agendamento-content .datepicker-input-container,
.modal-agendamento-entrega .tp-agendamento-destinatario .datepicker-input-container,
.modal-agendamento-entrega .tp-agendamento-observacoes .datepicker-input-container {
  width: 75px;
}
@media screen and (max-width: 1199px) {
  .modal-agendamento-entrega .tp-agendamento-content .datepicker-input-container,
.modal-agendamento-entrega .tp-agendamento-destinatario .datepicker-input-container,
.modal-agendamento-entrega .tp-agendamento-observacoes .datepicker-input-container {
    width: 100%;
  }
}
.modal-agendamento-entrega .tp-agendamento-content .col_ae_conteiner .tp-container-title,
.modal-agendamento-entrega .tp-agendamento-destinatario .col_ae_conteiner .tp-container-title,
.modal-agendamento-entrega .tp-agendamento-observacoes .col_ae_conteiner .tp-container-title {
  /*display: none;*/
}
.modal-agendamento-entrega .tp-agendamento-content .col_ae_conteiner span,
.modal-agendamento-entrega .tp-agendamento-destinatario .col_ae_conteiner span,
.modal-agendamento-entrega .tp-agendamento-observacoes .col_ae_conteiner span {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-weight: 400;
  font-size: 0.7857142857em;
}
.modal-agendamento-entrega .tp-agendamento-content.col_ae_id,
.modal-agendamento-entrega .tp-agendamento-destinatario.col_ae_id,
.modal-agendamento-entrega .tp-agendamento-observacoes.col_ae_id {
  border-right: 1px solid #cbd5e7;
}
.result-ordem-servicos-wrapper .product-cargas {
  position: relative;
  padding: 15px 0 11px 10px;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(98, 98, 98, 0.5);
}
.result-ordem-servicos-wrapper .product-cargas:before, .result-ordem-servicos-wrapper .product-cargas:after {
  display: table;
  content: " ";
}
.result-ordem-servicos-wrapper .product-cargas:after {
  clear: both;
}
.result-ordem-servicos-wrapper .product-cargas.os {
  min-height: 98px;
}
@media screen and (max-width: 991px) {
  .result-ordem-servicos-wrapper .product-cargas {
    padding: 15px 10px 40px;
  }
}
@media screen and (max-width: 768px) {
  .result-ordem-servicos-wrapper .product-cargas_item {
    margin-bottom: 10px;
  }
}
.result-ordem-servicos-wrapper .product-cargas_item .control-label {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  font-weight: 600;
  text-transform: none;
  color: #838591;
}
.result-ordem-servicos-wrapper .product-cargas_item .icon {
  position: relative;
  top: 4px;
  color: #9ea0a9;
  float: left;
  margin-right: 5px;
}
.result-ordem-servicos-wrapper .product-cargas_details {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.8571428571em;
}
.result-ordem-servicos-wrapper .product-cargas .data,
.result-ordem-servicos-wrapper .product-cargas .local {
  font-size: 1.0714285714em;
  color: #057DC8;
  margin: 0 0 5px;
}
.result-ordem-servicos-wrapper .product-cargas .data:before, .result-ordem-servicos-wrapper .product-cargas .data:after,
.result-ordem-servicos-wrapper .product-cargas .local:before,
.result-ordem-servicos-wrapper .product-cargas .local:after {
  display: table;
  content: " ";
}
.result-ordem-servicos-wrapper .product-cargas .data:after,
.result-ordem-servicos-wrapper .product-cargas .local:after {
  clear: both;
}
.result-ordem-servicos-wrapper .product-cargas .data {
  font-weight: bold;
}
.result-ordem-servicos-wrapper .product-cargas .n-proposta {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.9285714286em;
  font-weight: bold;
  color: #057DC8;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .result-ordem-servicos-wrapper .product-cargas .n-proposta {
    font-size: 0.8571428571em;
  }
}
.result-ordem-servicos-wrapper .product-cargas .deadline {
  color: #057DC8;
}
.result-ordem-servicos-wrapper .product-cargas .container-details {
  margin-left: 35px;
}
.result-ordem-servicos-wrapper .product-cargas .container-details p {
  margin: 0;
}
.result-ordem-servicos-wrapper .product-cargas .container-details .icon {
  font-size: 1.1428571429em;
  color: #59639f;
  margin-right: 3px;
}
.result-ordem-servicos-wrapper .product-cargas p {
  /*@include text-overflow();*/
}
.result-ordem-servicos-wrapper .product-cargas p .sub-label {
  font-size: 0.8571428571em;
  color: #838591;
}
.result-ordem-servicos-wrapper .icon {
  position: relative;
  top: 5px;
  color: #9ea0a9;
}
.result-ordem-servicos-wrapper .icon-step {
  position: relative;
  float: left;
  width: 10%;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #0061a6;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .result-ordem-servicos-wrapper .icon-step {
    float: left;
    width: 5.8333333333%;
  }
}
@media (min-width: 992px) {
  .result-ordem-servicos-wrapper .icon-step {
    float: left;
    width: 3.3333333333%;
  }
}
@media (min-width: 1200px) {
  .result-ordem-servicos-wrapper .icon-step {
    float: left;
    width: 3.3333333333%;
  }
}
.result-ordem-servicos-wrapper .icon-step i {
  top: 40%;
  font-size: 1.5em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .result-ordem-servicos-wrapper .icon-step i {
    top: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .result-ordem-servicos-wrapper .icon-step i {
    top: 45%;
  }
}
@media screen and (min-width: 992px) {
  .result-ordem-servicos-wrapper .icon-step i {
    top: 40%;
  }
}
.result-ordem-servicos-wrapper .booking {
  margin-left: 6% !important;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
@media (min-width: 768px) {
  .result-ordem-servicos-wrapper .booking {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .result-ordem-servicos-wrapper .booking {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .result-ordem-servicos-wrapper .booking {
    float: left;
    width: 100%;
  }
}
.result-ordem-servicos-wrapper .booking p span {
  display: inline-block;
  line-height: 10px;
  vertical-align: bottom;
  font-weight: 300;
}
.result-ordem-servicos-wrapper .booking h3 {
  display: inline;
}
.result-ordem-servicos-wrapper .check-ordem {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
@media (min-width: 768px) {
  .result-ordem-servicos-wrapper .check-ordem {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .result-ordem-servicos-wrapper .check-ordem {
    float: left;
    width: 3.3333333333%;
  }
}
@media (min-width: 1200px) {
  .result-ordem-servicos-wrapper .check-ordem {
    float: left;
    width: 3.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .result-ordem-servicos-wrapper .check-ordem {
    margin-left: 10%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .result-ordem-servicos-wrapper .check-ordem {
    margin-left: 8%;
  }
}
.result-ordem-servicos-wrapper .check-ordem p span {
  display: inline-block;
  line-height: 10px;
  vertical-align: bottom;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .result-ordem-servicos-wrapper .ordem-servico,
.result-ordem-servicos-wrapper .fatura,
.result-ordem-servicos-wrapper .data-programacao,
.result-ordem-servicos-wrapper .agendar,
.result-ordem-servicos-wrapper .navio_viagem,
.result-ordem-servicos-wrapper .booking,
.result-ordem-servicos-wrapper .destinatario,
.result-ordem-servicos-wrapper .tipo-servico,
.result-ordem-servicos-wrapper .previsao_chegada,
.result-ordem-servicos-wrapper .embarque {
    margin-left: 10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .result-ordem-servicos-wrapper .ordem-servico,
.result-ordem-servicos-wrapper .fatura,
.result-ordem-servicos-wrapper .data-programacao,
.result-ordem-servicos-wrapper .agendar,
.result-ordem-servicos-wrapper .navio_viagem,
.result-ordem-servicos-wrapper .booking,
.result-ordem-servicos-wrapper .destinatario,
.result-ordem-servicos-wrapper .tipo-servico,
.result-ordem-servicos-wrapper .previsao_chegada,
.result-ordem-servicos-wrapper .embarque {
    margin-left: 8%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .result-ordem-servicos-wrapper .booking,
.result-ordem-servicos-wrapper .embarcador,
.result-ordem-servicos-wrapper .agendar {
    margin-left: 8%;
  }
}
@media screen and (min-width: 992px) {
  .result-ordem-servicos-wrapper .booking,
.result-ordem-servicos-wrapper .check-ordem {
    margin-left: 3%;
  }
}
.result-ordem-servicos-wrapper .navio_viagem {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
@media (min-width: 768px) {
  .result-ordem-servicos-wrapper .navio_viagem {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .result-ordem-servicos-wrapper .navio_viagem {
    float: left;
    width: 13.3333333333%;
  }
}
@media (min-width: 1200px) {
  .result-ordem-servicos-wrapper .navio_viagem {
    float: left;
    width: 11.6666666667%;
  }
}
.result-ordem-servicos-wrapper .ordem-servico {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
@media (min-width: 768px) {
  .result-ordem-servicos-wrapper .ordem-servico {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .result-ordem-servicos-wrapper .ordem-servico {
    float: left;
    width: 10.8333333333%;
  }
}
@media (min-width: 1200px) {
  .result-ordem-servicos-wrapper .ordem-servico {
    float: left;
    width: 11.6666666667%;
  }
}
.result-ordem-servicos-wrapper .tipo-servico {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
@media (min-width: 768px) {
  .result-ordem-servicos-wrapper .tipo-servico {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .result-ordem-servicos-wrapper .tipo-servico {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .result-ordem-servicos-wrapper .tipo-servico {
    float: left;
    width: 8.3333333333%;
  }
}
.result-ordem-servicos-wrapper .fatura {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
@media (min-width: 768px) {
  .result-ordem-servicos-wrapper .fatura {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .result-ordem-servicos-wrapper .fatura {
    float: left;
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .result-ordem-servicos-wrapper .fatura {
    float: left;
    width: 8.3333333333%;
  }
}
.result-ordem-servicos-wrapper .data-programacao {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
@media (min-width: 768px) {
  .result-ordem-servicos-wrapper .data-programacao {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .result-ordem-servicos-wrapper .data-programacao {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .result-ordem-servicos-wrapper .data-programacao {
    float: left;
    width: 8.3333333333%;
  }
}
.result-ordem-servicos-wrapper .embarcador {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
@media (min-width: 768px) {
  .result-ordem-servicos-wrapper .embarcador {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 992px) {
  .result-ordem-servicos-wrapper .embarcador {
    float: left;
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .result-ordem-servicos-wrapper .embarcador {
    float: left;
    width: 8.3333333333%;
  }
}
.result-ordem-servicos-wrapper .embarque {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
@media (min-width: 768px) {
  .result-ordem-servicos-wrapper .embarque {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .result-ordem-servicos-wrapper .embarque {
    float: left;
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .result-ordem-servicos-wrapper .embarque {
    float: left;
    width: 11.6666666667%;
  }
}
.result-ordem-servicos-wrapper .destinatario {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
@media (min-width: 768px) {
  .result-ordem-servicos-wrapper .destinatario {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 992px) {
  .result-ordem-servicos-wrapper .destinatario {
    float: left;
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .result-ordem-servicos-wrapper .destinatario {
    float: left;
    width: 8.3333333333%;
  }
}
.result-ordem-servicos-wrapper .previsao_chegada {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
@media (min-width: 768px) {
  .result-ordem-servicos-wrapper .previsao_chegada {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .result-ordem-servicos-wrapper .previsao_chegada {
    float: left;
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .result-ordem-servicos-wrapper .previsao_chegada {
    float: left;
    width: 10%;
  }
}
.result-ordem-servicos-wrapper .agendar {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  text-align: center;
}
@media (min-width: 768px) {
  .result-ordem-servicos-wrapper .agendar {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .result-ordem-servicos-wrapper .agendar {
    float: left;
    width: 11%;
  }
}
@media (min-width: 1200px) {
  .result-ordem-servicos-wrapper .agendar {
    float: left;
    width: 11%;
  }
}
@media screen and (max-width: 991px) {
  .result-ordem-servicos-wrapper .agendar {
    text-align: left;
  }
}
.result-ordem-servicos-wrapper .agendar .btn-finalizar {
  border-radius: 30px;
  width: 100%;
  font-weight: 300;
  font-size: 0.7em;
  padding: 0 10px;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .result-ordem-servicos-wrapper .agendar .btn-finalizar {
    max-width: 90%;
  }
}
.result-ordem-servicos-wrapper .actions {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #eaeff6;
  text-align: center;
}
@media (min-width: 768px) {
  .result-ordem-servicos-wrapper .actions {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .result-ordem-servicos-wrapper .actions {
    float: left;
    width: 3.3333333333%;
  }
}
@media (min-width: 1200px) {
  .result-ordem-servicos-wrapper .actions {
    float: left;
    width: 3.3333333333%;
  }
}
@media screen and (max-width: 991px) {
  .result-ordem-servicos-wrapper .actions {
    width: 100%;
    top: inherit;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .result-ordem-servicos-wrapper .actions {
    bottom: -10px;
  }
}
.result-ordem-servicos-wrapper .actions .btn, .result-ordem-servicos-wrapper .actions .btn-filters-mobile {
  padding: 40px 12px 37px;
  color: #057DC8;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .result-ordem-servicos-wrapper .actions .btn, .result-ordem-servicos-wrapper .actions .btn-filters-mobile {
    padding: 10px;
    width: 100%;
  }
}
.result-ordem-servicos-wrapper .actions .btn:hover, .result-ordem-servicos-wrapper .actions .btn-filters-mobile:hover {
  color: #045e96;
}
.result-ordem-servicos-wrapper .control-label {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  font-weight: 600;
  text-transform: none;
  color: #838591;
}
.product-cargas-collapse {
  position: relative;
  margin-top: -10px;
  margin-bottom: 10px;
  background-color: #f7f7f7;
  box-shadow: 0 1px 1px 0 rgba(98, 98, 98, 0.5);
}
.product-cargas-collapse:before, .product-cargas-collapse:after {
  display: table;
  content: " ";
}
.product-cargas-collapse:after {
  clear: both;
}
@media screen and (max-width: 991px) {
  .product-cargas-collapse {
    margin-top: -5px;
  }
}
.product-cargas-collapse .panel-body {
  padding: 20px 20px 10px;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
}
@media screen and (max-width: 767px) {
  .ordem-servico.check-ordem {
    margin-left: 10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .ordem-servico.check-ordem {
    margin-left: 8%;
  }
}
@media screen and (min-width: 992px) {
  .ordem-servico.check-ordem {
    margin-left: 6%;
  }
}
.ordem-servico .tipo-os {
  background-color: #9db1c9;
  border: 0;
  margin-top: 3px;
  padding: 2px 10px;
  border-radius: 4px;
  color: #fff;
  font-weight: normal;
  font-size: 0.7142857143em;
}
.detalhes-rastreamento-nf {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
}
.detalhes-rastreamento-nf h4 {
  font-size: 0.8571428571em;
  font-weight: 600;
  text-transform: uppercase;
  color: #949aa6;
  border-bottom: 1px solid #e0e5ef;
  padding-top: 20px;
  padding-bottom: 10px;
}
.detalhes-rastreamento-nf .timeline {
  padding-bottom: 30px;
  text-align: center;
}
.detalhes-rastreamento-nf .timeline:before, .detalhes-rastreamento-nf .timeline:after {
  display: table;
  content: " ";
}
.detalhes-rastreamento-nf .timeline:after {
  clear: both;
}
.detalhes-rastreamento-nf .timeline li {
  width: 20%;
  display: inline-block;
  text-align: center;
  position: relative;
  color: #91a3b1;
}
@media screen and (max-width: 991px) {
  .detalhes-rastreamento-nf .timeline li {
    text-align: left;
  }
}
.detalhes-rastreamento-nf .timeline li .active .circle {
  background-color: #18b73d !important;
}
.detalhes-rastreamento-nf .timeline li .active .title, .detalhes-rastreamento-nf .timeline li .active .tp-contact .title-contact-info, .tp-contact .detalhes-rastreamento-nf .timeline li .active .title-contact-info {
  color: #18b73d;
}
.detalhes-rastreamento-nf .timeline li .active p {
  color: #383e40;
}
.detalhes-rastreamento-nf .timeline li .line {
  height: 2px;
  background: #90a4b2;
  position: absolute;
  width: 100%;
  top: 28px;
}
@media screen and (max-width: 991px) {
  .detalhes-rastreamento-nf .timeline li .line {
    width: 2px;
    height: 100%;
  }
}
.detalhes-rastreamento-nf .timeline li .circle {
  width: 12px;
  height: 12px;
  background-color: #91a3b1;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  border-radius: 20px;
  top: 22px;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .detalhes-rastreamento-nf .timeline li .circle {
    left: 3px;
  }
}
.detalhes-rastreamento-nf .timeline li:first-child .line {
  width: 50%;
  left: 50%;
}
@media screen and (max-width: 991px) {
  .detalhes-rastreamento-nf .timeline li:first-child .line {
    width: 2px !important;
    left: 0;
    height: 100%;
  }
}
.detalhes-rastreamento-nf .timeline li:last-child .line {
  width: 50%;
  right: 50%;
}
@media screen and (max-width: 991px) {
  .detalhes-rastreamento-nf .timeline li:last-child .line {
    display: none;
  }
}
.detalhes-rastreamento-nf .timeline li .title, .detalhes-rastreamento-nf .timeline li .tp-contact .title-contact-info, .tp-contact .detalhes-rastreamento-nf .timeline li .title-contact-info {
  font-size: 0.7142857143em;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .detalhes-rastreamento-nf .timeline li .title, .detalhes-rastreamento-nf .timeline li .tp-contact .title-contact-info, .tp-contact .detalhes-rastreamento-nf .timeline li .title-contact-info {
    margin-top: 20px;
  }
}
.detalhes-rastreamento-nf .timeline li .local {
  font-size: 0.7857142857em;
  color: #057DC8;
  font-weight: 500;
}
.detalhes-rastreamento-nf .timeline li p {
  font-size: 0.7857142857em;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .detalhes-rastreamento-nf .timeline li .title, .detalhes-rastreamento-nf .timeline li .tp-contact .title-contact-info, .tp-contact .detalhes-rastreamento-nf .timeline li .title-contact-info,
.detalhes-rastreamento-nf .timeline li .local,
.detalhes-rastreamento-nf .timeline li p {
    margin-left: 20px;
  }
}
.result-cargas-wrapper .control-label {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7142857143em;
}
.result-cargas-wrapper .control-info {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.8571428571em;
  word-wrap: break-word;
}
.result-cargas-wrapper .btn-link {
  text-decoration: none;
}
.result-cargas-wrapper .btn-link i {
  top: 1px;
  color: #057DC8;
}
#modalFinalizarNota .modal {
  padding-right: 0 !important;
}
#modalFinalizarNota .alert {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
#modalFinalizarNota .modal-body {
  background-color: #f4f8fb;
}
#modalFinalizarNota .panel {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
#modalFinalizarNota .panel-body .form-control-feedback.icon {
  top: 7px;
  right: 17px;
}
#modalFinalizarNota .panel-body .form-group .control-label {
  padding-top: 10px;
  height: 45px;
}
#modalFinalizarNota .custom-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #7486a5;
  color: #ffffff;
}
#modalFinalizarNota .label-index-nf {
  height: 40px !important;
}
#modalFinalizarNota .input-key-nf {
  height: 35px;
}
#modalFinalizarNota .btn-add-nf {
  height: 46px;
}
#modalFinalizarNota .btn-remove-nf {
  height: 35px;
}
@media (max-width: 420px) {
  #modalFinalizarNota .btn-remove-nf {
    min-width: 40px;
    width: 100%;
  }
}
@media (min-width: 420px) and (max-width: 991px) {
  #modalFinalizarNota .btn-remove-nf {
    width: 100%;
  }
}
#modalFinalizarNota #header-nf .item-provedor {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  #modalFinalizarNota #header-nf .item-provedor {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #modalFinalizarNota #header-nf .item-provedor {
    float: left;
    width: 37.5%;
  }
}
@media (min-width: 1200px) {
  #modalFinalizarNota #header-nf .item-provedor {
    float: left;
    width: 37.5%;
  }
}
#modalFinalizarNota #header-nf .item-ordem-servico {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  #modalFinalizarNota #header-nf .item-ordem-servico {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #modalFinalizarNota #header-nf .item-ordem-servico {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  #modalFinalizarNota #header-nf .item-ordem-servico {
    float: left;
    width: 19.1666666667%;
  }
}
#modalFinalizarNota #header-nf .item-servico {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  #modalFinalizarNota #header-nf .item-servico {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #modalFinalizarNota #header-nf .item-servico {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  #modalFinalizarNota #header-nf .item-servico {
    float: left;
    width: 19.1666666667%;
  }
}
#modalFinalizarNota #header-nf .item-programado {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  #modalFinalizarNota #header-nf .item-programado {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #modalFinalizarNota #header-nf .item-programado {
    float: left;
    width: 14.5833333333%;
  }
}
@media (min-width: 1200px) {
  #modalFinalizarNota #header-nf .item-programado {
    float: left;
    width: 14.5833333333%;
  }
}
#modalFinalizarNota #header-nf .item-status {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  #modalFinalizarNota #header-nf .item-status {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #modalFinalizarNota #header-nf .item-status {
    float: left;
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  #modalFinalizarNota #header-nf .item-status {
    float: left;
    width: 8.3333333333%;
  }
}
#modalFinalizarNota #header-nf p {
  font-size: 0.85em;
}
#modalFinalizarNota #informacoesNF .title, #modalFinalizarNota #informacoesNF .tp-contact .title-contact-info, .tp-contact #modalFinalizarNota #informacoesNF .title-contact-info {
  font-size: 0.75em;
}
#modalFinalizarNota .input-icon-xs .form-control {
  height: 35px;
}
#modalFinalizarNota .input-icon-xs .form-control {
  padding-right: 20px;
  font-size: 0.75em;
  padding: 5px;
}
#modalFinalizarNota .input-icon-xs .icon {
  top: 10px;
  right: 8px;
  font-size: 0.95em;
}
#modalFinalizarNota .bg-blue {
  background: #f4f8fb;
}
#modalFinalizarNota .bg-icon-user {
  background: #0061a6;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: #fff;
  line-height: 32px;
  vertical-align: middle;
  text-align: center;
  float: left;
  margin-right: 5px;
}
#modalFinalizarNota .bg-icon-file {
  background: #678ba5;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: #fff;
  line-height: 32px;
  vertical-align: middle;
  text-align: center;
  float: left;
  margin-right: 5px;
}
#modalFinalizarNota .provedor p {
  color: #057DC8;
  font-weight: 700;
  font-size: 0.8em;
  padding-left: 36px;
}
#modalFinalizarNota #header-agendar_entrega {
  background-color: #7486a5;
}
#modalFinalizarNota #header-agendar_entrega:before, #modalFinalizarNota #header-agendar_entrega:after {
  display: table;
  content: " ";
}
#modalFinalizarNota #header-agendar_entrega:after {
  clear: both;
}
#modalFinalizarNota #header-agendar_entrega .control-label {
  line-height: normal;
  color: #fff;
  font-size: 0.7857142857em;
}
#modalFinalizarNota ul li {
  padding: 15px 10px 10px;
}
#modalFinalizarNota ul li.col_ae_indicador {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px 10px 10px/2;
  padding-left: 15px 10px 10px/2;
  position: relative;
  min-height: 1px;
  padding-right: 15px 10px 10px/2;
  padding-left: 15px 10px 10px/2;
}
@media (min-width: 768px) {
  #modalFinalizarNota ul li.col_ae_indicador {
    float: left;
    width: 33.3333333333%;
  }
}
#modalFinalizarNota ul li.col_ae_checked {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-right: 15px 10px 10px/2;
  padding-left: 15px 10px 10px/2;
  position: relative;
  min-height: 1px;
  padding-right: 15px 10px 10px/2;
  padding-left: 15px 10px 10px/2;
}
@media (min-width: 768px) {
  #modalFinalizarNota ul li.col_ae_checked {
    float: left;
    width: 4.1666666667%;
  }
}
#modalFinalizarNota ul li.col_ae_justificativa-provedor {
  position: relative;
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding-right: 15px 10px 10px/2;
  padding-left: 15px 10px 10px/2;
  position: relative;
  min-height: 1px;
  padding-right: 15px 10px 10px/2;
  padding-left: 15px 10px 10px/2;
}
@media (min-width: 768px) {
  #modalFinalizarNota ul li.col_ae_justificativa-provedor {
    float: left;
    width: 62.5%;
  }
}
#modalFinalizarNota ul li .icon {
  top: 12px;
}
#modalFinalizarNota .tp-agendamento-content .col_ae_conteiner label {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-weight: 400;
  font-size: 0.9285714286em;
}
#modalFinalizarNota .tp-agendamento-content .col_ae_conteiner span {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-weight: 400;
  font-size: 0.7857142857em;
}
#modalFinalizarNota .tp-agendamento-content.col_ae_id {
  border-right: 1px solid #cbd5e7;
}
.modal-finalizar-os {
  font-size: 11px;
}
.modal-finalizar-os .modal {
  padding-right: 0 !important;
}
.modal-finalizar-os .alert {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  font-size: 13px;
}
.modal-finalizar-os .modal-body {
  background-color: #f4f8fb;
}
.modal-finalizar-os .panel {
  box-shadow: none;
  background-color: inherit;
}
.modal-finalizar-os .panel-body .form-control-feedback.icon {
  top: 7px;
  right: 17px;
}
.modal-finalizar-os .panel-body .form-group .control-label {
  padding-top: 10px;
  height: 45px;
}
.modal-finalizar-os .custom-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #7486a5;
  color: #ffffff;
}
.modal-finalizar-os .input-icon {
  padding: 0 !important;
}
.modal-finalizar-os .input-icon .form-control {
  max-height: 35px;
  width: 90%;
}
.modal-finalizar-os .input-icon .icon {
  top: 9px;
  right: 20px;
}
.modal-finalizar-os .fechar-ordem {
  margin: 0;
  padding: 10px 0 5px 0;
  min-height: 50px;
  background: #fff;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 991px) {
  .modal-finalizar-os .fechar-ordem {
    max-height: none !important;
  }
}
.modal-finalizar-os .fechar-ordem:last-of-type {
  border-radius: 0 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.modal-finalizar-os .coluna-indice, .modal-finalizar-os .coluna-servico, .modal-finalizar-os .coluna-programacao, .modal-finalizar-os .coluna-embarcador, .modal-finalizar-os .coluna-municipio, .modal-finalizar-os .coluna-ordem, .modal-finalizar-os .coluna-container, .modal-finalizar-os .coluna-inicio, .modal-finalizar-os .coluna-fim, .modal-finalizar-os .coluna-data, .modal-finalizar-os .coluna-hora {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .modal-finalizar-os .coluna-indice, .modal-finalizar-os .coluna-servico, .modal-finalizar-os .coluna-programacao, .modal-finalizar-os .coluna-embarcador, .modal-finalizar-os .coluna-municipio, .modal-finalizar-os .coluna-ordem, .modal-finalizar-os .coluna-container, .modal-finalizar-os .coluna-inicio, .modal-finalizar-os .coluna-fim, .modal-finalizar-os .coluna-data, .modal-finalizar-os .coluna-hora {
    float: left;
    width: 50%;
  }
}
.modal-finalizar-os .coluna-indice {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .modal-finalizar-os .coluna-indice {
    float: left;
    width: 2.5%;
  }
}
@media (min-width: 1200px) {
  .modal-finalizar-os .coluna-indice {
    float: left;
    width: 2.5%;
  }
}
.modal-finalizar-os .coluna-servico {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .modal-finalizar-os .coluna-servico {
    float: left;
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .modal-finalizar-os .coluna-servico {
    float: left;
    width: 8.3333333333%;
  }
}
.modal-finalizar-os .coluna-programacao {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .modal-finalizar-os .coluna-programacao {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .modal-finalizar-os .coluna-programacao {
    float: left;
    width: 12.5%;
  }
}
.modal-finalizar-os .coluna-embarcador {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .modal-finalizar-os .coluna-embarcador {
    float: left;
    width: 11.6666666667%;
  }
}
@media (min-width: 1200px) {
  .modal-finalizar-os .coluna-embarcador {
    float: left;
    width: 11.6666666667%;
  }
}
.modal-finalizar-os .coluna-municipio {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .modal-finalizar-os .coluna-municipio {
    float: left;
    width: 7.5%;
  }
}
@media (min-width: 1200px) {
  .modal-finalizar-os .coluna-municipio {
    float: left;
    width: 7.5%;
  }
}
.modal-finalizar-os .coluna-ordem {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .modal-finalizar-os .coluna-ordem {
    float: left;
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .modal-finalizar-os .coluna-ordem {
    float: left;
    width: 8.3333333333%;
  }
}
.modal-finalizar-os .coluna-container {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .modal-finalizar-os .coluna-container {
    float: left;
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .modal-finalizar-os .coluna-container {
    float: left;
    width: 10%;
  }
}
.modal-finalizar-os .coluna-inicio, .modal-finalizar-os .coluna-fim {
  margin-left: 8px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .modal-finalizar-os .coluna-inicio, .modal-finalizar-os .coluna-fim {
    float: left;
    width: 18.3333333333%;
  }
}
@media (min-width: 1200px) {
  .modal-finalizar-os .coluna-inicio, .modal-finalizar-os .coluna-fim {
    float: left;
    width: 18.3333333333%;
  }
}
.modal-finalizar-os .coluna-data {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .modal-finalizar-os .coluna-data {
    float: left;
    width: 54.1666666667%;
  }
}
@media (min-width: 1200px) {
  .modal-finalizar-os .coluna-data {
    float: left;
    width: 54.1666666667%;
  }
}
.modal-finalizar-os .coluna-hora {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .modal-finalizar-os .coluna-hora {
    float: left;
    width: 45.8333333333%;
  }
}
@media (min-width: 1200px) {
  .modal-finalizar-os .coluna-hora {
    float: left;
    width: 45.8333333333%;
  }
}
.main-search.vincular-nfs {
  /*
  .search-action-os {
    @media screen and (max-width: $tablet-landscape) {
      margin-top: 0;
    }
    .btn-search {
      @media screen and (max-width: $tablet-landscape) {
        width: 98%;
        min-height: inherit;
        margin: $xs;
        border-radius: 4px;
      }
    }
    @media (min-width: $tablet) and (max-width: $tablet-landscape) {
      position: relative; // right: -8px;
    }
    @media (min-width: $tablet-landscape) {
      position: absolute;
    }
  }
  */
}
.main-search.vincular-nfs .controle-inputs {
  width: 100%;
  float: left;
}
@media screen and (min-width: 992px) {
  .main-search.vincular-nfs .controle-inputs {
    width: calc(100% - 60px);
  }
}
.main-search.vincular-nfs .customer-profile .t-pp-filter-cnpj {
  display: none !important;
}
.main-search.vincular-nfs .customer-profile .t-pp-filter-number {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .customer-profile .t-pp-filter-number {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .customer-profile .t-pp-filter-number {
    float: left;
    width: 20.8333333333%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .customer-profile .t-pp-filter-number {
    float: left;
    width: 20.8333333333%;
  }
}
.main-search.vincular-nfs .customer-profile .t-pp-filter-navio {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .customer-profile .t-pp-filter-navio {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .customer-profile .t-pp-filter-navio {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .customer-profile .t-pp-filter-navio {
    float: left;
    width: 19.1666666667%;
  }
}
.main-search.vincular-nfs .customer-profile .t-pp-filter-os {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .customer-profile .t-pp-filter-os {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .customer-profile .t-pp-filter-os {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .customer-profile .t-pp-filter-os {
    float: left;
    width: 19.1666666667%;
  }
}
.main-search.vincular-nfs .customer-profile .t-pp-filter-porto {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .customer-profile .t-pp-filter-porto {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .customer-profile .t-pp-filter-porto {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .customer-profile .t-pp-filter-porto {
    float: left;
    width: 19.1666666667%;
  }
}
.main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-number {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-number {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-number {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-number {
    float: left;
    width: 18.3333333333%;
  }
}
.main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-navio {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-navio {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-navio {
    float: left;
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-navio {
    float: left;
    width: 15%;
  }
}
.main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-os {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-os {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-os {
    float: left;
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-os {
    float: left;
    width: 16.6666666667%;
  }
}
.main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-porto {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-porto {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-porto {
    float: left;
    width: 13.3333333333%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-porto {
    float: left;
    width: 13.3333333333%;
  }
}
.main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-periodo {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #e4e4e4 !important;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-periodo {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-periodo {
    float: left;
    width: 11.6666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-periodo {
    float: left;
    width: 12.5%;
  }
}
.main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-date {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block !important;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-date {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-date {
    float: left;
    width: 11.6666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .customer-profile.has-period .t-pp-filter-date {
    float: left;
    width: 11.6666666667%;
  }
}
.main-search.vincular-nfs .has-period .t-pp-filter-cnpj {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-cnpj {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-cnpj {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-cnpj {
    float: left;
    width: 12.5%;
  }
}
.main-search.vincular-nfs .has-period .t-pp-filter-number {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-number {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-number {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-number {
    float: left;
    width: 12.5%;
  }
}
.main-search.vincular-nfs .has-period .t-pp-filter-navio {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-navio {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-navio {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-navio {
    float: left;
    width: 12.5%;
  }
}
.main-search.vincular-nfs .has-period .t-pp-filter-os {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-os {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-os {
    float: left;
    width: 11.6666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-os {
    float: left;
    width: 11.6666666667%;
  }
}
.main-search.vincular-nfs .has-period .t-pp-filter-porto {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-porto {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-porto {
    float: left;
    width: 11.6666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-porto {
    float: left;
    width: 11.6666666667%;
  }
}
.main-search.vincular-nfs .has-period .t-pp-filter-periodo {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #e4e4e4 !important;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-periodo {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-periodo {
    float: left;
    width: 11.6666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-periodo {
    float: left;
    width: 11.6666666667%;
  }
}
.main-search.vincular-nfs .has-period .t-pp-filter-date {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block !important;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-date {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-date {
    float: left;
    width: 11.6666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .has-period .t-pp-filter-date {
    float: left;
    width: 11.6666666667%;
  }
}
@media (max-width: 991px) {
  .main-search.vincular-nfs .has-period .search-action-tracking {
    margin-top: 10px;
    width: 100%;
    display: block;
    float: left;
    padding: 0 10px 10px;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .has-period .search-action-tracking .btn-search {
    height: 60px;
  }
}
@media (max-width: 991px) {
  .main-search.vincular-nfs .has-period .search-action-tracking .btn-search {
    width: 100%;
    margin: 0 !important;
    border-radius: 4px;
    height: 40px;
    min-height: 40px;
  }
}
.main-search.vincular-nfs .t-pp-filter-cnpj {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .t-pp-filter-cnpj {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .t-pp-filter-cnpj {
    float: left;
    width: 15.8333333333%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .t-pp-filter-cnpj {
    float: left;
    width: 15.8333333333%;
  }
}
.main-search.vincular-nfs .t-pp-filter-number {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .t-pp-filter-number {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .t-pp-filter-number {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .t-pp-filter-number {
    float: left;
    width: 16.6666666667%;
  }
}
.main-search.vincular-nfs .t-pp-filter-number .form-control {
  margin-left: 1px !important;
  height: 55px;
}
.main-search.vincular-nfs .t-pp-filter-navio {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .t-pp-filter-navio {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .t-pp-filter-navio {
    float: left;
    width: 13.3333333333%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .t-pp-filter-navio {
    float: left;
    width: 13.3333333333%;
  }
}
.main-search.vincular-nfs .t-pp-filter-os {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .t-pp-filter-os {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .t-pp-filter-os {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .t-pp-filter-os {
    float: left;
    width: 16.6666666667%;
  }
}
.main-search.vincular-nfs .t-pp-filter-porto {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .t-pp-filter-porto {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .t-pp-filter-porto {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .t-pp-filter-porto {
    float: left;
    width: 16.6666666667%;
  }
}
.main-search.vincular-nfs .t-pp-filter-periodo {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 0;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .t-pp-filter-periodo {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .t-pp-filter-periodo {
    float: left;
    width: 14.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .t-pp-filter-periodo {
    float: left;
    width: 16.6666666667%;
  }
}
.main-search.vincular-nfs .search-action-os {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.vincular-nfs .search-action-os {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-search.vincular-nfs .search-action-os {
    float: left;
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .main-search.vincular-nfs .search-action-os {
    float: left;
    width: 8.3333333333%;
  }
}
@media (max-width: 991px) {
  .main-search.vincular-nfs .search-action-tracking {
    margin-top: 10px;
    width: 100%;
    display: block;
    float: left;
    padding: 0 10px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-search.vincular-nfs .search-action-tracking .btn-search {
    height: 60px;
  }
}
@media (max-width: 991px) {
  .main-search.vincular-nfs .search-action-tracking .btn-search {
    width: 100%;
    margin: 0 !important;
    border-radius: 4px;
    height: 40px;
    min-height: 40px;
  }
}
.main-search.vincular-nfs .select-group select.form-control {
  margin-left: -4px !important;
}
.main-search.vincular-nfs .t-pp-filter-date {
  max-width: inherit !important;
  display: none;
}
.main-search.vincular-nfs .t-pp-filter-number,
.main-search.vincular-nfs .t-pp-filter-navio,
.main-search.vincular-nfs .t-pp-filter-os,
.main-search.vincular-nfs .t-pp-filter-servico,
.main-search.vincular-nfs .t-pp-filter-periodo,
.main-search.vincular-nfs .t-pp-filter-porto {
  max-width: inherit !important;
  display: inline-block !important;
  min-height: 60px !important;
}
.main-search.vincular-nfs .t-pp-filter-number .select-group,
.main-search.vincular-nfs .t-pp-filter-navio .select-group,
.main-search.vincular-nfs .t-pp-filter-os .select-group,
.main-search.vincular-nfs .t-pp-filter-servico .select-group,
.main-search.vincular-nfs .t-pp-filter-periodo .select-group,
.main-search.vincular-nfs .t-pp-filter-porto .select-group {
  min-height: 60px !important;
}
@media screen and (max-width: 1199px) {
  .main-search.vincular-nfs .t-pp-filter-number,
.main-search.vincular-nfs .t-pp-filter-navio,
.main-search.vincular-nfs .t-pp-filter-os,
.main-search.vincular-nfs .t-pp-filter-servico,
.main-search.vincular-nfs .t-pp-filter-periodo,
.main-search.vincular-nfs .t-pp-filter-porto {
    border-bottom: 1px solid #e4e4e4;
  }
}
.main-search.vincular-nfs .t-pp-filter-cnpj {
  max-width: inherit !important;
  display: inline-block !important;
  min-height: 60px !important;
}
.main-search.vincular-nfs .t-pp-filter-cnpj .select-group {
  min-height: 60px !important;
}
@media screen and (max-width: 991px) {
  .main-search.vincular-nfs .t-pp-filter-cnpj {
    border-bottom: 1px solid #e4e4e4 !important;
    border-right: none !important;
  }
}
.main-search.vincular-nfs .t-pp-filter-number,
.main-search.vincular-nfs .t-pp-filter-navio {
  padding-top: 0;
}
.main-search.vincular-nfs .t-pp-filter-number .form-control,
.main-search.vincular-nfs .t-pp-filter-navio .form-control {
  height: 55px;
  margin-left: 0 !important;
}
.main-search.vincular-nfs .control-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.main-search.vincular-nfs .select-container {
  width: 100%;
}
.main-search.minhas-os .controle-inputs {
  width: 100%;
  float: left;
}
@media screen and (min-width: 992px) {
  .main-search.minhas-os .controle-inputs {
    width: calc(100% - 60px);
  }
}
@media (max-width: 991px) {
  .main-search.minhas-os .search-action-tracking {
    margin-top: 10px;
    width: 100%;
    display: block;
    float: left;
    padding: 0 10px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-search.minhas-os .search-action-tracking .btn-search {
    height: 120px;
  }
}
@media (max-width: 991px) {
  .main-search.minhas-os .search-action-tracking .btn-search {
    width: 100%;
    margin: 0 !important;
    border-radius: 4px;
    height: 40px;
    min-height: 40px;
  }
}
.main-search.minhas-os .customer-profile .t-pp-filter-cnpj {
  display: none !important;
}
.main-search.minhas-os .customer-profile .t-pp-filter-number {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .customer-profile .t-pp-filter-number {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .customer-profile .t-pp-filter-number {
    float: left;
    width: 17.5%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .customer-profile .t-pp-filter-number {
    float: left;
    width: 17.5%;
  }
}
.main-search.minhas-os .customer-profile .t-pp-filter-navio {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .customer-profile .t-pp-filter-navio {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .customer-profile .t-pp-filter-navio {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .customer-profile .t-pp-filter-navio {
    float: left;
    width: 16.6666666667%;
  }
}
.main-search.minhas-os .customer-profile .t-pp-filter-os {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .customer-profile .t-pp-filter-os {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .customer-profile .t-pp-filter-os {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .customer-profile .t-pp-filter-os {
    float: left;
    width: 16.6666666667%;
  }
}
.main-search.minhas-os .customer-profile .t-pp-filter-porto {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .customer-profile .t-pp-filter-porto {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .customer-profile .t-pp-filter-porto {
    float: left;
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .customer-profile .t-pp-filter-porto {
    float: left;
    width: 15%;
  }
}
.main-search.minhas-os .customer-profile .t-pp-filter-periodo {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #e4e4e4 !important;
}
@media (min-width: 768px) {
  .main-search.minhas-os .customer-profile .t-pp-filter-periodo {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .customer-profile .t-pp-filter-periodo {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .customer-profile .t-pp-filter-periodo {
    float: left;
    width: 12.5%;
  }
}
.main-search.minhas-os .customer-profile.has-period .t-pp-filter-number {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .customer-profile.has-period .t-pp-filter-number {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .customer-profile.has-period .t-pp-filter-number {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .customer-profile.has-period .t-pp-filter-number {
    float: left;
    width: 12.5%;
  }
}
.main-search.minhas-os .customer-profile.has-period .t-pp-filter-navio {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .customer-profile.has-period .t-pp-filter-navio {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .customer-profile.has-period .t-pp-filter-navio {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .customer-profile.has-period .t-pp-filter-navio {
    float: left;
    width: 12.5%;
  }
}
.main-search.minhas-os .customer-profile.has-period .t-pp-filter-os {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .customer-profile.has-period .t-pp-filter-os {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .customer-profile.has-period .t-pp-filter-os {
    float: left;
    width: 14.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .customer-profile.has-period .t-pp-filter-os {
    float: left;
    width: 14.1666666667%;
  }
}
.main-search.minhas-os .customer-profile.has-period .t-pp-filter-porto {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .customer-profile.has-period .t-pp-filter-porto {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .customer-profile.has-period .t-pp-filter-porto {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .customer-profile.has-period .t-pp-filter-porto {
    float: left;
    width: 12.5%;
  }
}
.main-search.minhas-os .customer-profile.has-period .t-pp-filter-periodo {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #e4e4e4 !important;
}
@media (min-width: 768px) {
  .main-search.minhas-os .customer-profile.has-period .t-pp-filter-periodo {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .customer-profile.has-period .t-pp-filter-periodo {
    float: left;
    width: 10.8333333333%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .customer-profile.has-period .t-pp-filter-periodo {
    float: left;
    width: 10.8333333333%;
  }
}
.main-search.minhas-os .customer-profile.has-period .t-pp-filter-date {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block !important;
}
@media (min-width: 768px) {
  .main-search.minhas-os .customer-profile.has-period .t-pp-filter-date {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .customer-profile.has-period .t-pp-filter-date {
    float: left;
    width: 10.8333333333%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .customer-profile.has-period .t-pp-filter-date {
    float: left;
    width: 10.8333333333%;
  }
}
.main-search.minhas-os .has-period .t-pp-filter-cnpj {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .has-period .t-pp-filter-cnpj {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .has-period .t-pp-filter-cnpj {
    float: left;
    width: 11.6666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .has-period .t-pp-filter-cnpj {
    float: left;
    width: 11.6666666667%;
  }
}
.main-search.minhas-os .has-period .t-pp-filter-number {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .has-period .t-pp-filter-number {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .has-period .t-pp-filter-number {
    float: left;
    width: 11.6666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .has-period .t-pp-filter-number {
    float: left;
    width: 11.6666666667%;
  }
}
.main-search.minhas-os .has-period .t-pp-filter-navio {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .has-period .t-pp-filter-navio {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .has-period .t-pp-filter-navio {
    float: left;
    width: 10.8333333333%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .has-period .t-pp-filter-navio {
    float: left;
    width: 10.8333333333%;
  }
}
.main-search.minhas-os .has-period .t-pp-filter-os {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .has-period .t-pp-filter-os {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .has-period .t-pp-filter-os {
    float: left;
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .has-period .t-pp-filter-os {
    float: left;
    width: 10%;
  }
}
.main-search.minhas-os .has-period .t-pp-filter-porto {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .has-period .t-pp-filter-porto {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .has-period .t-pp-filter-porto {
    float: left;
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .has-period .t-pp-filter-porto {
    float: left;
    width: 10%;
  }
}
.main-search.minhas-os .has-period .t-pp-filter-servico {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .has-period .t-pp-filter-servico {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .has-period .t-pp-filter-servico {
    float: left;
    width: 10.8333333333%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .has-period .t-pp-filter-servico {
    float: left;
    width: 10.8333333333%;
  }
}
.main-search.minhas-os .has-period .t-pp-filter-periodo {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #e4e4e4 !important;
}
@media (min-width: 768px) {
  .main-search.minhas-os .has-period .t-pp-filter-periodo {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .has-period .t-pp-filter-periodo {
    float: left;
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .has-period .t-pp-filter-periodo {
    float: left;
    width: 10%;
  }
}
.main-search.minhas-os .has-period .t-pp-filter-date {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block !important;
}
@media (min-width: 768px) {
  .main-search.minhas-os .has-period .t-pp-filter-date {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .has-period .t-pp-filter-date {
    float: left;
    width: 9.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .has-period .t-pp-filter-date {
    float: left;
    width: 12.5%;
  }
}
.main-search.minhas-os .has-period .btn-search {
  height: 60px;
}
.main-search.minhas-os .t-pp-filter-cnpj {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .t-pp-filter-cnpj {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .t-pp-filter-cnpj {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .t-pp-filter-cnpj {
    float: left;
    width: 14.1666666667%;
  }
}
.main-search.minhas-os .t-pp-filter-number {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .t-pp-filter-number {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .t-pp-filter-number {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .t-pp-filter-number {
    float: left;
    width: 16.6666666667%;
  }
}
.main-search.minhas-os .t-pp-filter-number .form-control {
  margin-left: 1px !important;
  height: 55px;
}
.main-search.minhas-os .t-pp-filter-navio {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .t-pp-filter-navio {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .t-pp-filter-navio {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .t-pp-filter-navio {
    float: left;
    width: 12.5%;
  }
}
.main-search.minhas-os .t-pp-filter-os {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .t-pp-filter-os {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .t-pp-filter-os {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .t-pp-filter-os {
    float: left;
    width: 12.5%;
  }
}
.main-search.minhas-os .t-pp-filter-servico {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .t-pp-filter-servico {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .t-pp-filter-servico {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .t-pp-filter-servico {
    float: left;
    width: 16.6666666667%;
  }
}
.main-search.minhas-os .t-pp-filter-porto {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .t-pp-filter-porto {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .t-pp-filter-porto {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .t-pp-filter-porto {
    float: left;
    width: 12.5%;
  }
}
.main-search.minhas-os .t-pp-filter-periodo {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 0;
}
@media (min-width: 768px) {
  .main-search.minhas-os .t-pp-filter-periodo {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .t-pp-filter-periodo {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .t-pp-filter-periodo {
    float: left;
    width: 14.1666666667%;
  }
}
.main-search.minhas-os .search-action-os {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search.minhas-os .search-action-os {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-search.minhas-os .search-action-os {
    float: left;
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .main-search.minhas-os .search-action-os {
    float: left;
    width: 8.3333333333%;
  }
}
@media screen and (max-width: 991px) {
  .main-search.minhas-os .search-action-os {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .main-search.minhas-os .search-action-os .btn-search {
    width: 98%;
    min-height: inherit;
    margin: 5px;
    border-radius: 4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-search.minhas-os .search-action-os {
    position: relative;
  }
}
@media (min-width: 991px) {
  .main-search.minhas-os .search-action-os {
    position: absolute;
  }
}
.main-search.minhas-os .select-group select.form-control {
  margin-left: -4px !important;
}
.main-search.minhas-os .t-pp-filter-date {
  max-width: inherit !important;
  display: none;
}
.main-search.minhas-os .t-pp-filter-cnpj,
.main-search.minhas-os .t-pp-filter-number,
.main-search.minhas-os .t-pp-filter-navio,
.main-search.minhas-os .t-pp-filter-os,
.main-search.minhas-os .t-pp-filter-servico,
.main-search.minhas-os .t-pp-filter-periodo,
.main-search.minhas-os .t-pp-filter-porto {
  max-width: inherit !important;
  display: inline-block !important;
  min-height: 60px !important;
}
.main-search.minhas-os .t-pp-filter-cnpj .select-group,
.main-search.minhas-os .t-pp-filter-number .select-group,
.main-search.minhas-os .t-pp-filter-navio .select-group,
.main-search.minhas-os .t-pp-filter-os .select-group,
.main-search.minhas-os .t-pp-filter-servico .select-group,
.main-search.minhas-os .t-pp-filter-periodo .select-group,
.main-search.minhas-os .t-pp-filter-porto .select-group {
  min-height: 60px !important;
}
@media screen and (max-width: 1199px) {
  .main-search.minhas-os .t-pp-filter-cnpj,
.main-search.minhas-os .t-pp-filter-number,
.main-search.minhas-os .t-pp-filter-navio,
.main-search.minhas-os .t-pp-filter-os,
.main-search.minhas-os .t-pp-filter-servico,
.main-search.minhas-os .t-pp-filter-periodo,
.main-search.minhas-os .t-pp-filter-porto {
    border-bottom: 1px solid #e4e4e4;
  }
}
.main-search.minhas-os .t-pp-filter-cnpj {
  max-width: inherit !important;
  display: inline-block !important;
  min-height: 60px !important;
}
.main-search.minhas-os .t-pp-filter-cnpj .select-group {
  min-height: 60px !important;
}
@media screen and (max-width: 991px) {
  .main-search.minhas-os .t-pp-filter-cnpj {
    border-bottom: 1px solid #e4e4e4 !important;
    border-right: none !important;
  }
}
.main-search.minhas-os .t-pp-filter-number,
.main-search.minhas-os .t-pp-filter-navio {
  padding-top: 0;
}
.main-search.minhas-os .t-pp-filter-number .form-control,
.main-search.minhas-os .t-pp-filter-navio .form-control {
  height: 55px;
  margin-left: 0 !important;
}
.main-search.minhas-os .control-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.main-search.minhas-os .select-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-search.minhas-os .datepicker-calendar {
    right: 0 !important;
  }
}
#modalFinalizarNota .page-loader {
  height: 100px !important;
  min-height: auto !important;
}
.botao-cancelar {
  margin-top: 5px;
}
.botao-cancelar a {
  font-size: 16px;
  margin-left: 5px;
  color: #999;
}
@media (max-width: 992px) {
  .vincular-nfs .product-cargas {
    padding: 15px 10px 0;
  }
}
.minhas-os.steps-wrapper .steps-cargas li,
.vincular-nfs.steps-wrapper .steps-cargas li {
  width: auto !important;
  max-width: 150px !important;
}
.minhas-os.steps-wrapper .steps-cargas li .icon-next,
.vincular-nfs.steps-wrapper .steps-cargas li .icon-next {
  padding-left: 13px;
}
.step-a-vincular a {
  color: #ff7e00;
}
.step-vinculadas a {
  color: #24b543;
}
.step-ctes-emitidos a {
  color: #002b5c;
}
.step-pendentes a {
  color: #b53030;
}
.agendar.step-a-vincular {
  color: #ff7e00;
}
.agendar.step-vinculadas {
  color: #24b543;
}
.agendar.step-ctes-emitidos {
  color: #002b5c;
}
.agendar.step-pendentes {
  color: #b53030;
}
.agendar .btn-finalizar.step-a-vincular {
  color: white;
  background-color: #ff7e00;
}
.agendar .btn-finalizar.step-a-vincular:hover, .agendar .btn-finalizar.step-a-vincular:focus {
  background-color: #c96a12;
}
.agendar .btn-finalizar.step-a-vincular:active {
  background-color: #a5540d;
}
.agendar .btn-finalizar.step-vinculadas {
  color: white;
  background-color: #24b543;
}
.agendar .btn-finalizar.step-vinculadas:hover, .agendar .btn-finalizar.step-vinculadas:focus {
  background-color: #117725;
}
.agendar .btn-finalizar.step-vinculadas:active {
  background-color: #0d5a1b;
}
.agendar .btn-finalizar.step-ctes-emitidos {
  color: white;
  background-color: #002b5c;
}
.agendar .btn-finalizar.step-ctes-emitidos:hover, .agendar .btn-finalizar.step-ctes-emitidos:focus {
  background-color: #072647;
}
.agendar .btn-finalizar.step-ctes-emitidos:active {
  background-color: #041c35;
}
.agendar .btn-finalizar.step-pendentes {
  color: white;
  background-color: #b53030;
}
.agendar .btn-finalizar.step-pendentes:hover, .agendar .btn-finalizar.step-pendentes:focus {
  background-color: #a72727;
}
.agendar .btn-finalizar.step-pendentes:active {
  background-color: #8d1515;
}
.main-documentacao .select-container {
  width: 100% !important;
}
.main-documentacao .t-d-filter-cnpj, .main-documentacao .t-d-filter-number, .main-documentacao .t-d-filter-navio, .main-documentacao .t-d-filter-data {
  width: 100% !important;
}
@media screen and (min-width: 920px) {
  .main-documentacao .t-d-filter-cnpj, .main-documentacao .t-d-filter-number, .main-documentacao .t-d-filter-navio, .main-documentacao .t-d-filter-data {
    width: 20% !important;
  }
}
@media screen and (max-width: 419px) {
  .main-documentacao .t-d-filter-cnpj, .main-documentacao .t-d-filter-number {
    width: 100% !important;
  }
}
@media screen and (max-width: 549px) and (min-width: 420px) {
  .main-documentacao .t-d-filter-cnpj, .main-documentacao .t-d-filter-number {
    width: 50% !important;
  }
}
@media screen and (max-width: 919px) and (min-width: 550px) {
  .main-documentacao .t-d-filter-cnpj, .main-documentacao .t-d-filter-number {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .main-documentacao .t-d-filter-navio {
    width: 100% !important;
  }
}
@media screen and (max-width: 555px) {
  .main-documentacao .t-d-filter-data {
    width: 100% !important;
  }
  .main-documentacao .t-d-filter-data .datepicker-calendar {
    left: 0;
  }
}
@media screen and (max-width: 919px) and (min-width: 556px) {
  .main-documentacao .t-d-filter-data {
    width: 50% !important;
  }
  .main-documentacao .t-d-filter-data .datepicker-calendar {
    left: 0;
  }
}
@media screen and (min-width: 920px) {
  .main-documentacao .t-d-filter-data .datepicker-calendar {
    left: auto;
    right: 0;
  }
}
.main-documentacao .customer-profile .t-d-filter-cnpj {
  display: none !important;
}
@media screen and (max-width: 919px) {
  .main-documentacao .customer-profile .t-d-filter-number {
    width: 100% !important;
  }
}
@media screen and (min-width: 920px) {
  .main-documentacao .customer-profile .t-d-filter-number {
    width: 25% !important;
  }
}
@media screen and (min-width: 920px) {
  .main-documentacao .customer-profile .t-d-filter-number, .main-documentacao .customer-profile .t-d-filter-navio, .main-documentacao .customer-profile .t-d-filter-data {
    width: 25% !important;
  }
}
.main-search .t-d-filter-number {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .t-d-filter-number {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search .t-d-filter-number {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-d-filter-number {
    float: left;
    width: 20%;
  }
}
.main-search .t-d-filter-number .form-control {
  margin-left: 2px !important;
  height: 55px !important;
}
.main-search .t-d-filter-navio {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .t-d-filter-navio {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search .t-d-filter-navio {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-d-filter-navio {
    float: left;
    width: 16.6666666667%;
  }
}
.main-search .t-d-filter-status {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .t-d-filter-status {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .main-search .t-d-filter-status {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-d-filter-status {
    float: left;
    width: 16.6666666667%;
  }
}
.main-search .t-d-filter-data {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .t-d-filter-data {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .main-search .t-d-filter-data {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 1200px) {
  .main-search .t-d-filter-data {
    float: left;
    width: 14.1666666667%;
  }
}
.main-search .search-action-documents {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-search .search-action-documents {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-search .search-action-documents {
    float: left;
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .main-search .search-action-documents {
    float: left;
    width: 6.6666666667%;
  }
}
.main-search .t-d-filter-number,
.main-search .t-d-filter-navio,
.main-search .t-d-filter-status,
.main-search .t-d-filter-data {
  max-width: inherit !important;
  display: inline-block !important;
  min-height: 60px !important;
}
.main-search .t-d-filter-number .select-group,
.main-search .t-d-filter-navio .select-group,
.main-search .t-d-filter-status .select-group,
.main-search .t-d-filter-data .select-group {
  min-height: 60px !important;
}
.main-search .t-d-filter-number .datepicker-container,
.main-search .t-d-filter-number .datepicker-input-container,
.main-search .t-d-filter-number .datepicker-input,
.main-search .t-d-filter-navio .datepicker-container,
.main-search .t-d-filter-navio .datepicker-input-container,
.main-search .t-d-filter-navio .datepicker-input,
.main-search .t-d-filter-status .datepicker-container,
.main-search .t-d-filter-status .datepicker-input-container,
.main-search .t-d-filter-status .datepicker-input,
.main-search .t-d-filter-data .datepicker-container,
.main-search .t-d-filter-data .datepicker-input-container,
.main-search .t-d-filter-data .datepicker-input {
  width: 85px !important;
}
@media screen and (max-width: 1199px) {
  .main-search .t-d-filter-number,
.main-search .t-d-filter-navio,
.main-search .t-d-filter-status,
.main-search .t-d-filter-data {
    border-bottom: 1px solid #e4e4e4;
  }
}
.main-search .t-d-filter-number .form-control {
  min-height: 55px;
}
@media screen and (max-width: 768px) {
  .main-search .t-d-filter-navio,
.main-search .t-d-filter-data {
    border-right: 1px solid #e4e4e4;
  }
}
@media screen and (max-width: 991px) {
  .main-search .search-action-documents {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .main-search .search-action-documents .btn-search {
    width: 98%;
    min-height: inherit;
    margin: 5px;
    border-radius: 4px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .main-search .search-action-documents .btn-search {
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-search .search-action-documents {
    position: relative;
    right: -8px;
  }
}
@media (min-width: 991px) {
  .main-search .search-action-documents {
    position: absolute;
    border-top-right-radius: 0;
    right: -7px;
  }
}
.result-documentacao-wrapper .product-documentacao {
  position: relative;
  padding: 15px 0 15px 10px;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(98, 98, 98, 0.5);
}
.result-documentacao-wrapper .product-documentacao:before, .result-documentacao-wrapper .product-documentacao:after {
  display: table;
  content: " ";
}
.result-documentacao-wrapper .product-documentacao:after {
  clear: both;
}
@media screen and (max-width: 991px) {
  .result-documentacao-wrapper .product-documentacao {
    padding: 15px 10px 60px;
  }
}
@media screen and (max-width: 420px) {
  .result-documentacao-wrapper .product-documentacao_item {
    margin-bottom: 10px;
  }
}
.result-documentacao-wrapper .product-documentacao_item .control-label {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  font-weight: 600;
  text-transform: none;
  color: #838591;
}
.result-documentacao-wrapper .product-documentacao_item .icon {
  position: relative;
  top: 5px;
  color: #9ea0a9;
}
.result-documentacao-wrapper .product-documentacao_details {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.8571428571em;
}
.result-documentacao-wrapper .product-documentacao .local {
  font-size: 1.0714285714em;
  color: #057DC8;
  margin: 0 0 5px;
}
.result-documentacao-wrapper .product-documentacao .local:before, .result-documentacao-wrapper .product-documentacao .local:after {
  display: table;
  content: " ";
}
.result-documentacao-wrapper .product-documentacao .local:after {
  clear: both;
}
.result-documentacao-wrapper .product-documentacao .n-proposta {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1em;
  font-weight: bold;
  color: #057DC8;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .result-documentacao-wrapper .product-documentacao .n-proposta {
    font-size: 0.8571428571em;
  }
}
.result-documentacao-wrapper .product-documentacao .deadline {
  color: #057DC8;
}
.result-documentacao-wrapper .product-documentacao .container-details {
  margin-left: 35px;
}
.result-documentacao-wrapper .product-documentacao .container-details p {
  margin: 0;
}
.result-documentacao-wrapper .product-documentacao .container-details .icon {
  font-size: 1.1428571429em;
  color: #59639f;
  margin-right: 3px;
}
.result-documentacao-wrapper .product-documentacao p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.result-documentacao-wrapper .product-documentacao p .sub-label {
  font-size: 0.8571428571em;
  color: #838591;
}
.result-documentacao-wrapper .icon {
  position: relative;
  top: 5px;
  color: #9ea0a9;
}
.result-documentacao-wrapper .check-documentacao {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  text-align: center;
}
@media (min-width: 768px) {
  .result-documentacao-wrapper .check-documentacao {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .result-documentacao-wrapper .check-documentacao {
    float: left;
    width: 4.1666666667%;
  }
}
@media (min-width: 1200px) {
  .result-documentacao-wrapper .check-documentacao {
    float: left;
    width: 4.1666666667%;
  }
}
@media screen and (max-width: 1199px) {
  .result-documentacao-wrapper .check-documentacao {
    height: 100px;
    padding-top: 29px;
  }
}
.result-documentacao-wrapper .navio_viagem {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .result-documentacao-wrapper .navio_viagem {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 992px) {
  .result-documentacao-wrapper .navio_viagem {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 1200px) {
  .result-documentacao-wrapper .navio_viagem {
    float: left;
    width: 20.8333333333%;
  }
}
.result-documentacao-wrapper .referencia {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .result-documentacao-wrapper .referencia {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 992px) {
  .result-documentacao-wrapper .referencia {
    float: left;
    width: 18.3333333333%;
  }
}
@media (min-width: 1200px) {
  .result-documentacao-wrapper .referencia {
    float: left;
    width: 10%;
  }
}
.result-documentacao-wrapper .numero-cte {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .result-documentacao-wrapper .numero-cte {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 992px) {
  .result-documentacao-wrapper .numero-cte {
    float: left;
    width: 20.8333333333%;
  }
}
@media (min-width: 1200px) {
  .result-documentacao-wrapper .numero-cte {
    float: left;
    width: 10.8333333333%;
  }
}
.result-documentacao-wrapper .boleto {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .result-documentacao-wrapper .boleto {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 992px) {
  .result-documentacao-wrapper .boleto {
    float: left;
    width: 20.8333333333%;
  }
}
@media (min-width: 1200px) {
  .result-documentacao-wrapper .boleto {
    float: left;
    width: 10.8333333333%;
  }
}
.result-documentacao-wrapper .nota_fiscal {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .result-documentacao-wrapper .nota_fiscal {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 992px) {
  .result-documentacao-wrapper .nota_fiscal {
    float: left;
    width: 19.1666666667%;
  }
}
@media (min-width: 1200px) {
  .result-documentacao-wrapper .nota_fiscal {
    float: left;
    width: 10%;
  }
}
.result-documentacao-wrapper .emissao {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .result-documentacao-wrapper .emissao {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 992px) {
  .result-documentacao-wrapper .emissao {
    float: left;
    width: 20.8333333333%;
  }
}
@media (min-width: 1200px) {
  .result-documentacao-wrapper .emissao {
    float: left;
    width: 10.8333333333%;
  }
}
.result-documentacao-wrapper .vencimento {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .result-documentacao-wrapper .vencimento {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 992px) {
  .result-documentacao-wrapper .vencimento {
    float: left;
    width: 21.6666666667%;
  }
}
@media (min-width: 1200px) {
  .result-documentacao-wrapper .vencimento {
    float: left;
    width: 9.1666666667%;
  }
}
.result-documentacao-wrapper .vencimento.a-vencer i,
.result-documentacao-wrapper .vencimento.a-vencer p {
  color: #18b73d;
}
.result-documentacao-wrapper .vencimento.vencido i,
.result-documentacao-wrapper .vencimento.vencido p {
  color: #e73737;
}
.result-documentacao-wrapper .compensacaoCo2 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .result-documentacao-wrapper .compensacaoCo2 {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 992px) {
  .result-documentacao-wrapper .compensacaoCo2 {
    float: left;
    width: 22.0833333333%;
  }
}
@media (min-width: 1200px) {
  .result-documentacao-wrapper .compensacaoCo2 {
    float: left;
    width: 12.9166666667%;
  }
}
.result-documentacao-wrapper .compensacaoCo2 img {
  height: 18px;
}
.result-documentacao-wrapper .compensacaoCo2 a {
  color: #49a010;
}
.result-documentacao-wrapper .compensacaoCo2 strong {
  font-size: 14px;
  color: #49a010;
}
.result-documentacao-wrapper .compensacaoCo2 .numero {
  font-size: 11px;
}
.result-documentacao-wrapper .solicitar-boleto {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  text-align: center;
}
@media (min-width: 768px) {
  .result-documentacao-wrapper .solicitar-boleto {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 992px) {
  .result-documentacao-wrapper .solicitar-boleto {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .result-documentacao-wrapper .solicitar-boleto {
    float: left;
    width: 13.3333333333%;
  }
}
.result-documentacao-wrapper .solicitar-boleto .btn-boleto {
  border-radius: 30px;
  font-weight: 300;
  font-size: 0.7em;
  padding: 0 10px;
  margin-top: 5px;
}
@media screen and (max-width: 420px) {
  .result-documentacao-wrapper .solicitar-boleto {
    padding-bottom: 10px;
  }
}
.result-documentacao-wrapper .actions {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eaeff6;
  text-align: center;
}
@media (min-width: 768px) {
  .result-documentacao-wrapper .actions {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 992px) {
  .result-documentacao-wrapper .actions {
    float: left;
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .result-documentacao-wrapper .actions {
    float: left;
    width: 12.5%;
  }
}
@media screen and (min-width: 1199px) {
  .result-documentacao-wrapper .actions {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .result-documentacao-wrapper .actions {
    height: 130px;
  }
}
@media screen and (max-width: 991px) {
  .result-documentacao-wrapper .actions {
    width: 100%;
    top: inherit;
    bottom: 0;
  }
}
.result-documentacao-wrapper .actions .btn-co2 img {
  display: block;
  height: 15px;
  width: auto;
  margin: 0 auto;
}
.result-documentacao-wrapper .actions .btn-co2 .caret {
  color: #49a010;
}
.result-documentacao-wrapper .actions .btn, .result-documentacao-wrapper .actions .btn-filters-mobile {
  padding: 19px 4px;
  color: #057DC8;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .result-documentacao-wrapper .actions .btn, .result-documentacao-wrapper .actions .btn-filters-mobile {
    padding: 10px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .result-documentacao-wrapper .actions .btn, .result-documentacao-wrapper .actions .btn-filters-mobile {
    padding: 49px 4px !important;
  }
}
.result-documentacao-wrapper .actions .btn:hover, .result-documentacao-wrapper .actions .btn-filters-mobile:hover {
  color: #045e96;
}
.result-documentacao-wrapper .actions .btn .icon, .result-documentacao-wrapper .actions .btn-filters-mobile .icon {
  color: #057DC8;
}
.result-documentacao-wrapper .actions .dropdown-menu {
  border: 1px solid #cbd5e7;
  padding: 0;
}
.result-documentacao-wrapper .actions .dropdown-menu .caret {
  color: #057DC8 !important;
}
.result-documentacao-wrapper .actions .dropdown-menu li {
  border-bottom: 1px solid #cbd5e7;
}
.result-documentacao-wrapper .actions .dropdown-menu li:last-child {
  background-color: #cbd5e7;
}
.result-documentacao-wrapper .actions .dropdown-menu a {
  display: block;
  padding: 10px;
  font-size: 0.8em;
}
.result-documentacao-wrapper .actions .dropdown-menu a img {
  margin-right: 10px;
}
.result-documentacao-wrapper .control-label {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.7857142857em;
  font-weight: 600;
  text-transform: none;
  color: #838591;
}
.nav-doc-actions {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  margin-top: -15px;
  margin-bottom: 20px;
}
.nav-doc-actions:before, .nav-doc-actions:after {
  display: table;
  content: " ";
}
.nav-doc-actions:after {
  clear: both;
}
.nav-doc-actions .btn, .nav-doc-actions .btn-filters-mobile {
  font-size: 0.8571428571em;
  min-width: 80px;
}
.nav-doc-actions .dropdown-menu {
  border: 1px solid #cbd5e7;
  padding: 0;
}
.nav-doc-actions .dropdown-menu .caret {
  color: #057DC8 !important;
}
.nav-doc-actions .dropdown-menu li {
  border-bottom: 1px solid #cbd5e7;
}
.nav-doc-actions .dropdown-menu li:last-child {
  background-color: #cbd5e7;
}
.nav-doc-actions .dropdown-menu a {
  display: block;
  padding: 10px;
  font-size: 0.8em;
}
.nav-doc-actions .dropdown-menu a img {
  margin-right: 10px;
}
.datepicker-container {
  /* z-index: 3 !important;*/
}
#step04 .form-datepicker.lg .datepicker-input {
  height: 45px;
  border-radius: 4px 0 0 4px;
}
#step04 .form-datepicker .datepicker-input-icon {
  top: 15px;
}
#step04 .form-datepicker + .input-group-btn {
  vertical-align: top;
}
.form-datepicker {
  min-height: 45px;
}
.form-datepicker.lg .datepicker-container,
.form-datepicker.lg .datepicker-input-container,
.form-datepicker.lg .datepicker-input {
  width: 100% !important;
}
.form-datepicker.lg .datepicker-input {
  font-size: 0.9285714286em !important;
  padding-left: 10px;
}
.form-datepicker.lg .datepicker-input-icon {
  right: 7px;
  top: 10px;
}
.form-datepicker .datepicker-input {
  width: 100%;
  /*@media screen and (min-width: $tablet-landscape) {
  width: 80px !important;
  }*/
  border: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 5px !important;
  text-align: left !important;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif !important;
  font-weight: normal !important;
  font-size: 11px !important;
  color: #0a4793 !important;
  border: 1px solid #cbd5e7 !important;
  box-shadow: 0 1px 1px 0 rgba(204, 215, 230, 0.5);
  border-radius: 4px;
  transition: border-color 0.2s ease;
  padding: 5px;
}
.form-datepicker .form-control {
  height: 32px;
  margin-left: -7px !important;
}
.form-datepicker .datepicker-input-icon {
  position: absolute;
  right: 15px;
  top: 14px;
  cursor: pointer;
}
.form-datepicker .datepicker-input-icon i {
  display: none;
}
.select-group .datepicker-input {
  border: 0 !important;
  height: 32px !important;
  text-align: left !important;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  color: #0a4793 !important;
}
.select-group .form-control {
  height: 32px;
  margin-left: -7px !important;
}
.select-group .datepicker-input-icon {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}
.select-group .datepicker-input-icon i {
  display: none;
}
.form-datepicker .btn, .form-datepicker .btn-filters-mobile,
.select-group .btn,
.select-group .btn-filters-mobile {
  width: 100%;
  text-align: left;
  position: relative;
  padding: 0 10px 0 0 !important;
}
.form-datepicker .btn .caret, .form-datepicker .btn-filters-mobile .caret,
.select-group .btn .caret,
.select-group .btn-filters-mobile .caret {
  top: 50%;
  right: 5px;
  position: absolute;
}
.form-datepicker .datepicker-input-container,
.select-group .datepicker-input-container {
  position: relative;
}
@media screen and (max-width: 768px) {
  .form-datepicker .datepicker-container .datepicker-input-container .datepicker-input,
.select-group .datepicker-container .datepicker-input-container .datepicker-input {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .form-datepicker .datepicker-container .datepicker-calendar,
.select-group .datepicker-container .datepicker-calendar {
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .form-datepicker .datepicker-container .datepicker-calendar,
.select-group .datepicker-container .datepicker-calendar {
    width: 100% !important;
    position: fixed !important;
    top: 20% !important;
    width: 90% !important;
    left: 5%;
  }
}
@media screen and (max-width: 480px) {
  .form-datepicker .datepicker-container .datepicker-calendar .datepicker-calendar-days-container, .form-datepicker .datepicker-container .datepicker-calendar .datepicker-calendar-day-names,
.select-group .datepicker-container .datepicker-calendar .datepicker-calendar-days-container,
.select-group .datepicker-container .datepicker-calendar .datepicker-calendar-day-names {
    width: 100% !important;
  }
}
.form-datepicker .datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-calendar-days-container .day.selected,
.form-datepicker .datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-calendar-days-container .day:hover:not(.disabled),
.select-group .datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-calendar-days-container .day.selected,
.select-group .datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-calendar-days-container .day:hover:not(.disabled) {
  background: #366bad;
}
@media screen and (max-width: 768px) {
  .form-datepicker .datepicker-container .datepicker-calendar .datepicker-calendar-top .close svg,
.select-group .datepicker-container .datepicker-calendar .datepicker-calendar-top .close svg {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    margin-right: 4px;
  }
}
.form-datepicker .datepicker-calendar-top,
.select-group .datepicker-calendar-top {
  background-color: #0a458e !important;
  height: auto !important;
  padding: 10px !important;
}
.form-datepicker .datepicker-calendar-top .year-title,
.select-group .datepicker-calendar-top .year-title {
  margin-top: 0 !important;
  font-size: 1.4285714286em !important;
}
.form-datepicker .datepicker-calendar-top button:hover,
.select-group .datepicker-calendar-top button:hover {
  text-decoration: underline;
}
.form-datepicker .datepicker-calendar-container,
.select-group .datepicker-calendar-container {
  color: #2b3542 !important;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif !important;
  background-color: #fcfcfc !important;
}
.form-datepicker .datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-calendar-days-container .day,
.select-group .datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-calendar-days-container .day {
  color: #2b3542 !important;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif !important;
  font-size: 0.7857142857em;
}
.form-datepicker .datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-calendar-days-container .day.selected,
.form-datepicker .datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-calendar-days-container .day:hover:not(.disabled),
.select-group .datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-calendar-days-container .day.selected,
.select-group .datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-calendar-days-container .day:hover:not(.disabled) {
  background-color: #0a458e !important;
  border: 0 !important;
  border-radius: 4px;
  color: #fff !important;
}
.form-datepicker .datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-calendar-month-section i,
.select-group .datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-calendar-month-section i {
  background-color: #0a458e !important;
  padding: 4px 4px 4px 2px !important;
  margin: 0 !important;
  border-radius: 4px !important;
  float: left \9 ;
}
.form-datepicker .datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-calendar-month-section i svg,
.select-group .datepicker-container .datepicker-calendar .datepicker-calendar-container .datepicker-calendar-month-section i svg {
  width: 16px;
  height: 16px;
}
.form-datepicker .month-title,
.select-group .month-title {
  color: #2b3542 !important;
}
.form-datepicker .a-button.u-is-primary,
.select-group .a-button.u-is-primary {
  border: 0 !important;
  background-color: #0a458e !important;
  color: #fff !important;
  font-size: 0.8571428571em !important;
}
.form-datepicker .a-button.u-is-secondary,
.select-group .a-button.u-is-secondary {
  border: 0 !important;
  background-color: #efefef !important;
  color: #2b3542 !important;
  font-size: 0.8571428571em !important;
}
.form-datepicker .datepicker-input-icon:before,
.select-group .datepicker-input-icon:before {
  color: #0a4793;
  font-size: 1.0714285714em;
  font-family: "alianca-icons" !important;
  content: "j" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-ok:before {
  font-family: "alianca-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "J";
}
.glyphicon-remove:before {
  font-family: "alianca-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "m";
}
.swal2-modal {
  background-color: #f0f0f0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.02);
  border-radius: 3px;
}
.swal2-modal h2 {
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
}
.swal2-modal .swal2-content {
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
}
.swal2-modal .swal2-styled {
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  font-size: 0.8571428571em;
  border-radius: 6px;
  padding: 10px 40px;
}
.swal2-modal .swal2-confirm {
  background-color: #057DC8;
}
.form-group-carga .form-control {
  padding: 6px 5px 6px 8px;
}
.form-group-carga .input-group-addon {
  padding: 6px 5px;
  font-size: 0.7142857143em;
}
.ngui-auto-complete-wrapper {
  z-index: 9;
}
.ngui-auto-complete {
  max-height: 300px;
  overflow-x: auto;
  border-color: #cbd5e7;
  border-bottom: 1px solid #cbd5e7;
  border-radius: 4px;
}
.ngui-auto-complete > ul li {
  padding: 5px 10px;
  font-family: "Open Sans", "Helvetica", "Calibri", sans-serif;
  font-size: 0.9285714286em;
  cursor: pointer;
}
[hidden] {
  display: none !important;
}
.content-new-cotacao .form-group .alert-danger {
  font-size: 0.7857142857em;
  margin: 10px 15px -5px !important;
}
.table > tbody > tr > td {
  word-break: break-all;
  word-wrap: break-word;
  max-width: 400px;
}
.dropdown-item.search .input-group-addon {
  display: none;
}
.dropdown-item.search .input-group {
  width: 95%;
}
.dropdown-item.search .form-control {
  font-size: 0.8571428571em;
  margin-left: 8px !important;
  border: 0 !important;
}
.select-filter-input {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .select-filter-input .col-xs-12 {
    margin-bottom: 10px;
  }
}
.select-group-cnpj {
  float: left;
  height: 60px;
  min-height: 60px;
  border-right: 1px solid #e4e4e4;
  position: relative;
}
.select-group-cnpj .col-xs-12 {
  padding: 0;
}
.select-group-cnpj .caret {
  position: absolute;
  right: 0;
  top: 50%;
}
.select-group-cnpj .control-label,
.select-group-cnpj .select-filter-label,
.select-group-cnpj hr {
  display: none;
}
.select-group-cnpj .select-filter-input {
  width: 100%;
  padding: 0;
}
.select-group-cnpj .select-filter-input .form-control {
  height: 58px;
  border: 0;
  box-shadow: none;
  font-weight: 600;
  font-size: 0.7857142857em;
  padding: 0;
}
.select-group-cnpj .select-filter-input .btn, .select-group-cnpj .select-filter-input .btn-filters-mobile {
  width: 100%;
  text-align: left;
  height: 58px;
  color: #0A4795;
  font-size: 0.7857142857em;
  border: 0;
  border-radius: 0;
  padding: 0 0 0 5px;
  box-shadow: none;
}
.select-group-cnpj .select-filter-input .btn:active, .select-group-cnpj .select-filter-input .btn-filters-mobile:active, .select-group-cnpj .select-filter-input .btn:hover, .select-group-cnpj .select-filter-input .btn-filters-mobile:hover {
  background-color: transparent;
  box-shadow: none;
}
.panel-body .tp-main-message {
  max-width: 100% !important;
  padding-top: 10px !important;
  padding-bottom: 20px !important;
}
.tp-main-message {
  padding-bottom: 0;
  font-size: 0.9285714286em;
}
@media screen and (max-width: 768px) {
  .tp-main-message {
    margin: 0 10px;
  }
}
.tp-main-message .close {
  top: -5px;
  right: -5px;
}
@media screen and (max-width: 768px) {
  .tp-main-message .close {
    top: -10px;
    right: -10px;
  }
}
.tp-main-message h4 {
  font-family: "Montserrat", "Helvetica", "Calibri", sans-serif;
  font-weight: 600;
}
.tp-main-message .alert-danger {
  padding: 20px;
  margin-bottom: 0;
}
.tp-main-message ul > li {
  padding-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .cnpj-dropdown {
    padding: 0;
  }
}
.cnpj-insc-dropdown {
  padding-right: 0;
}
/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/sweetalert2/dist/sweetalert2.min.css ***!
  \*******************************************************************************************************************************************************************************************************************************************/
body.swal2-shown{overflow-y:hidden}body.swal2-iosfix{position:fixed;left:0;right:0}.swal2-container{display:flex;flex-direction:row;align-items:center;justify-content:center;position:fixed;top:0;left:0;bottom:0;right:0;padding:10px;background-color:transparent;z-index:1060}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-top-left{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none), (-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-fade{transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.swal2-modal{flex-direction:column;background-color:#fff;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border-radius:5px;box-sizing:border-box;text-align:center;overflow-x:hidden;overflow-y:auto;display:none;position:relative;max-width:100%}.swal2-modal:focus{outline:0}.swal2-modal.swal2-loading{overflow-y:hidden}.swal2-modal .swal2-title{color:#595959;font-size:30px;text-align:center;font-weight:600;text-transform:none;position:relative;margin:0 0 .4em;padding:0;display:block;word-wrap:break-word}.swal2-modal .swal2-buttonswrapper{margin-top:15px}.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4;cursor:no-drop}.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm{box-sizing:border-box;border:4px solid transparent;border-color:transparent;width:40px;height:40px;padding:0;margin:7.5px;vertical-align:top;background-color:transparent!important;color:transparent;cursor:default;border-radius:100%;animation:rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;user-select:none}.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel{margin-left:30px;margin-right:30px}.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after{display:inline-block;content:'';margin-left:5px;vertical-align:-1px;height:15px;width:15px;border:3px solid #999;box-shadow:1px 1px 1px #fff;border-right-color:transparent;border-radius:50%;animation:rotate-loading 1.5s linear 0s infinite normal}.swal2-modal .swal2-styled{border:0;border-radius:3px;box-shadow:none;color:#fff;cursor:pointer;font-size:17px;font-weight:500;margin:15px 5px 0;padding:10px 32px}.swal2-modal .swal2-styled:focus{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.swal2-modal .swal2-image{margin:20px auto;max-width:100%}.swal2-modal .swal2-close{background:0 0;border:0;margin:0;padding:0;width:38px;height:40px;font-size:36px;line-height:40px;font-family:serif;position:absolute;top:5px;right:8px;cursor:pointer;color:#ccc;transition:color .1s ease}.swal2-modal .swal2-close:hover{color:#d55}.swal2-modal>.swal2-checkbox,.swal2-modal>.swal2-file,.swal2-modal>.swal2-input,.swal2-modal>.swal2-radio,.swal2-modal>.swal2-select,.swal2-modal>.swal2-textarea{display:none}.swal2-modal .swal2-content{font-size:18px;text-align:center;font-weight:300;position:relative;float:none;margin:0;padding:0;line-height:normal;color:#545454;word-wrap:break-word}.swal2-modal .swal2-checkbox,.swal2-modal .swal2-file,.swal2-modal .swal2-input,.swal2-modal .swal2-radio,.swal2-modal .swal2-select,.swal2-modal .swal2-textarea{margin:20px auto}.swal2-modal .swal2-file,.swal2-modal .swal2-input,.swal2-modal .swal2-textarea{width:100%;box-sizing:border-box;font-size:18px;border-radius:3px;border:1px solid #d9d9d9;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);transition:border-color .3s,box-shadow .3s}.swal2-modal .swal2-file.swal2-inputerror,.swal2-modal .swal2-input.swal2-inputerror,.swal2-modal .swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-modal .swal2-file:focus,.swal2-modal .swal2-input:focus,.swal2-modal .swal2-textarea:focus{outline:0;border:1px solid #b4dbed;box-shadow:0 0 3px #c4e6f5}.swal2-modal .swal2-file::placeholder,.swal2-modal .swal2-input::placeholder,.swal2-modal .swal2-textarea::placeholder{color:#ccc}.swal2-modal .swal2-range input{float:left;width:80%}.swal2-modal .swal2-range output{float:right;width:20%;font-size:20px;font-weight:600;text-align:center}.swal2-modal .swal2-range input,.swal2-modal .swal2-range output{height:43px;line-height:43px;vertical-align:middle;margin:20px auto;padding:0}.swal2-modal .swal2-input{height:43px;padding:0 12px}.swal2-modal .swal2-input[type=number]{max-width:150px}.swal2-modal .swal2-file{font-size:20px}.swal2-modal .swal2-textarea{height:108px;padding:12px}.swal2-modal .swal2-select{color:#545454;font-size:inherit;padding:5px 10px;min-width:40%;max-width:100%}.swal2-modal .swal2-radio{border:0}.swal2-modal .swal2-radio label:not(:first-child){margin-left:20px}.swal2-modal .swal2-radio input,.swal2-modal .swal2-radio span{vertical-align:middle}.swal2-modal .swal2-radio input{margin:0 3px 0 0}.swal2-modal .swal2-checkbox{color:#545454}.swal2-modal .swal2-checkbox input,.swal2-modal .swal2-checkbox span{vertical-align:middle}.swal2-modal .swal2-validationerror{background-color:#f0f0f0;margin:0 -20px;overflow:hidden;padding:10px;color:gray;font-size:16px;font-weight:300;display:none}.swal2-modal .swal2-validationerror::before{content:'!';display:inline-block;width:24px;height:24px;border-radius:50%;background-color:#ea7d7d;color:#fff;line-height:24px;text-align:center;margin-right:10px}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none), (-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}.swal2-icon{width:80px;height:80px;border:4px solid transparent;border-radius:50%;margin:20px auto 30px;padding:0;position:relative;box-sizing:content-box;cursor:default;-webkit-user-select:none;user-select:none}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;display:block}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{position:absolute;height:5px;width:47px;background-color:#f27474;display:block;top:37px;border-radius:2px}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{transform:rotate(45deg);left:17px}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{transform:rotate(-45deg);right:16px}.swal2-icon.swal2-warning{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:#f8bb86;border-color:#facea8;font-size:60px;line-height:80px;text-align:center}.swal2-icon.swal2-info{font-family:'Open Sans',sans-serif;color:#3fc3ee;border-color:#9de0f6;font-size:60px;line-height:80px;text-align:center}.swal2-icon.swal2-question{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:#87adbd;border-color:#c9dae1;font-size:60px;line-height:80px;text-align:center}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{border-radius:50%;position:absolute;width:60px;height:120px;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{border-radius:120px 0 0 120px;top:-7px;left:-33px;transform:rotate(-45deg);transform-origin:60px 60px}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{border-radius:0 120px 120px 0;top:-11px;left:30px;transform:rotate(-45deg);transform-origin:0 60px}.swal2-icon.swal2-success .swal2-success-ring{width:80px;height:80px;border:4px solid rgba(165,220,134,.2);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.swal2-icon.swal2-success .swal2-success-fix{width:7px;height:90px;position:absolute;left:28px;top:8px;z-index:1;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{height:5px;background-color:#a5dc86;display:block;border-radius:2px;position:absolute;z-index:2}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{width:25px;left:14px;top:46px;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{width:47px;right:8px;top:38px;transform:rotate(-45deg)}.swal2-progresssteps{font-weight:600;margin:0 0 20px;padding:0}.swal2-progresssteps li{display:inline-block;position:relative}.swal2-progresssteps .swal2-progresscircle{background:#3085d6;border-radius:2em;color:#fff;height:2em;line-height:2em;text-align:center;width:2em;z-index:20}.swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle{background:#add8e6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.swal2-progresssteps .swal2-progressline{background:#3085d6;height:.4em;margin:0 -1px;z-index:10}[class^=swal2]{-webkit-tap-highlight-color:transparent}@keyframes showSweetAlert{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes hideSweetAlert{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}.swal2-show{animation:showSweetAlert .3s}.swal2-show.swal2-noanimation{animation:none}.swal2-hide{animation:hideSweetAlert .15s forwards}.swal2-hide.swal2-noanimation{animation:none}@keyframes animate-success-tip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animate-success-long{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@keyframes rotatePlaceholder{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}.swal2-animate-success-line-tip{animation:animate-success-tip .75s}.swal2-animate-success-line-long{animation:animate-success-long .75s}.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right{animation:rotatePlaceholder 4.25s ease-in}@keyframes animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}.swal2-animate-error-icon{animation:animate-error-icon .5s}@keyframes animate-x-mark{0%{transform:scale(.4);margin-top:26px;opacity:0}50%{transform:scale(.4);margin-top:26px;opacity:0}80%{transform:scale(1.15);margin-top:-6px}100%{transform:scale(1);margin-top:0;opacity:1}}.swal2-animate-x-mark{animation:animate-x-mark .5s}@keyframes rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}

/*# sourceMappingURL=styles.e934d4676f8db44c.css.map*/