@import url(https://cdn.tjmt.jus.br/framework/vendor/webfonts/roboto.css);@import url(https://cdn.tjmt.jus.br/framework/vendor/webfonts/roboto.css);@import url(https://cdn.tjmt.jus.br/framework/vendor/webfonts/roboto.css);@import url(https://cdn.tjmt.jus.br/framework/vendor/webfonts/roboto.css);@charset "UTF-8";
/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
@keyframes easeTop {
  0% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(0%); } }

@keyframes easeLeft {
  0% {
    transform: translateX(-10%); }
  100% {
    transform: translateX(0%); } }

@keyframes scale {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.4); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loaders {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  height: 0px;
  top: 0;
  left: 0;
  width: 100%; }

.loaders:before {
  content: "";
  width: 100%;
  position: absolute;
  box-shadow: 0px 0 200px 80px black, 0px 12px 15px -10px rgba(0, 0, 0, 0.3) !important; }

.loaders .loader-txt {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: 37px;
  color: #fff;
  z-index: 9999;
  text-transform: uppercase;
  font-size: 13px;
  line-height: initial;
  background: #345f78;
  padding: 10px 15px;
  border-radius: 4px;
  box-shadow: 0px 7px 10px -6px rgba(0, 0, 0, 0.3), 0px 0px 3px rgba(0, 0, 0, 0.3); }

.loaders .loader-txt img {
  width: 25px;
  margin-right: 5px;
  margin-top: -2px; }
@charset "UTF-8";
/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
/*
 * Responsives Helpers
 */
@media all and (max-width: 1024px) {
  .hidden-1024 {
    display: none; } }

@keyframes easeTop {
  0% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(0%); } }

@keyframes easeLeft {
  0% {
    transform: translateX(-10%); }
  100% {
    transform: translateX(0%); } }

@keyframes scale {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.4); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.inner-sidebar {
  position: fixed;
  background-color: #13496a;
  width: 50px;
  z-index: 1003;
  height: 100vh;
  top: 0;
  transition: linear all .1s;
  box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.3); }

.hamburguer-menu {
  text-align: center;
  margin: 20px 0 35px 0;
  cursor: pointer; }

.hamburguer-menu i {
  color: #fff;
  font-size: 22px; }

li.menu-content-item {
  margin: 4px 7px;
  width: calc(100% - 7px * 2);
  color: #66b4e3 !important;
  list-style: none;
  cursor: pointer;
  position: relative;
  float: left;
  text-align: center;
  transition: linear .1s; }

li.menu-content-item:after {
  content: "";
  height: 1px;
  border-bottom: 1px dotted rgba(102, 180, 227, 0.3);
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  visibility: hidden; }

li.menu-content-item > a > i {
  color: #66b4e3;
  width: 36px;
  height: 34px;
  padding-top: 9px;
  display: block;
  text-align: center;
  background-color: #0f3a54;
  float: left;
  transition: linear .1s;
  z-index: 2;
  position: relative; }
  li.menu-content-item > a > i[class=""] {
    font-weight: 800;
    font-style: normal; }
    li.menu-content-item > a > i[class=""]:before {
      content: attr(data-first);
      position: absolute;
      margin-left: -5px;
      margin-top: -3px; }

li.menu-content-item > a .sidebar-title-menu {
  opacity: 0;
  padding: 6px 10px;
  font-size: 15px;
  color: #66b4e3;
  display: block;
  transform: translateX(-100%);
  position: absolute;
  transition: ease-in-out all .1s;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 245px; }

li.menu-content-item > a .zmdi {
  position: absolute;
  bottom: 0;
  width: 9px;
  right: 0px;
  font-size: 11px;
  line-height: 16px;
  opacity: .5; }

li.menu-content-item:hover, li.menu-content-item.active {
  background: #0f3a54; }
  li.menu-content-item:hover .zmdi, li.menu-content-item.active .zmdi {
    opacity: 1; }

li.menu-content-item:hover a,
li.menu-content-item:hover a .sidebar-title-menu,
li.menu-content-item:hover a i,
li.menu-content-item.active a,
li.menu-content-item.active a .sidebar-title-menu,
li.menu-content-item.active a i {
  color: #fff !important; }

li.menu-content-item:hover a i,
li.menu-content-item.active a i {
  background-color: #ffa751; }

.gran-menu {
  position: fixed;
  margin-left: 50px;
  top: 0;
  right: 5%;
  left: 0;
  bottom: 0;
  z-index: 1003;
  background-color: #edf3f8;
  padding: 20px;
  animation: easeLeft linear .1s;
  box-shadow: inset 10px 0 6px -9px rgba(0, 0, 0, 0.2), 2px 0 25px 0px rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 1;
  z-index: 1002; }
  .gran-menu.out {
    opacity: 0;
    transform: translateX(-10%);
    transition: all .1s ease-out; }

.gran-menu header {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 35px; }
  .gran-menu header .close-gran-menu {
    position: absolute;
    right: 0;
    font-size: 20px;
    color: #dbe7f1;
    top: -7px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2);
    width: 30px;
    height: 30px;
    background: #FFF;
    text-align: center;
    padding: 3px 0;
    transition: all .1s ease-in-out;
    cursor: pointer; }
    .gran-menu header .close-gran-menu:hover {
      background: #13496a;
      color: #fff;
      transform: scale(1.5); }

.gran-menu .inner-gran-menu {
  column-count: 3;
  column-gap: 20px; }

.gran-menu .inner-gran-menu .column-gran-menu {
  page-break-inside: avoid;
  break-inside: avoid;
  height: 100%; }

.gran-menu .inner-gran-menu .panel {
  border-radius: 0;
  border: none;
  width: 100%;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2); }

.gran-menu .inner-gran-menu .panel .panel-heading {
  background: #dbe7f1;
  color: #13496a;
  /*font-size: $font-size-md;
        border-radius: 0;
        text-transform: uppercase;
        font-weight: 600;
        border: none;
        padding: 15px;*/ }
  .gran-menu .inner-gran-menu .panel .panel-heading i {
    margin-right: 5px;
    color: #13496a; }

.gran-menu .inner-gran-menu .panel .panel-body ul {
  padding: 0;
  list-style: none;
  position: relative;
  margin: 0; }

.gran-menu .inner-gran-menu .panel .panel-body ul li {
  border-bottom: 1px dotted #dbe7f1 !important;
  text-align: left;
  margin: 0;
  padding: 0;
  background: transparent;
  position: relative; }

.gran-menu .inner-gran-menu .panel .panel-body ul li:last-child {
  border: none !important; }

.gran-menu .inner-gran-menu .panel .panel-body ul li i {
  color: #66b4e3;
  position: absolute;
  left: 5px;
  top: 12px;
  font-size: 12px !important; }

.gran-menu .inner-gran-menu .panel .panel-body ul li a {
  display: block;
  padding-left: 10px;
  color: gray !important;
  font-size: 14px !important;
  background: transparent;
  text-decoration: none;
  padding: 10px 25px;
  transition: all .1s ease-in-out; }

.gran-menu .inner-gran-menu .panel .panel-body ul li a:hover {
  background: #edf3f8 !important; }

.gran-menu-overlay {
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(15, 58, 84, 0.8);
  position: fixed;
  z-index: 1001;
  animation: fadeIn linear .1s; }

.gran-menu-overlay.out {
  opacity: 0;
  transition: all .1s ease-out; }

.open-sidebar .gran-menu {
  padding-left: 270px; }

.open-sidebar li.menu-content-item:after {
  visibility: visible; }

.open-sidebar .inner-sidebar {
  width: 300px; }

.open-sidebar .inner-sidebar .inner-body ul li {
  text-align: left !important; }

.open-sidebar .inner-sidebar + menu-gran-menu > .gran-menu {
  margin-left: 300px !important; }

.open-sidebar .inner-sidebar .hamburguer-menu {
  text-align: left; }

.open-sidebar .inner-sidebar .sidebar-title-menu {
  opacity: 1;
  display: block;
  transform: translateX(35px);
  transition-delay: .05s; }

.open-sidebar .inner-sidebar ul li .zmdi {
  display: block;
  background: none;
  position: absolute;
  color: #66b4e3;
  font-size: 15px;
  line-height: 19px;
  opacity: 1; }

.open-sidebar .inner-sidebar header {
  padding: 0 10px; }

.open-sidebar .inner-sidebar header .pin-menu {
  cursor: pointer;
  position: absolute;
  right: 46px;
  top: 20px;
  color: #fff;
  font-size: 11px; }

.open-sidebar .inner-sidebar header .pin-menu i {
  transition: all .2s linear;
  font-size: 11px;
  transform: rotate(46deg); }

.open-sidebar .inner-sidebar header .pin-menu i.active {
  transform: rotate(0deg); }

.open-sidebar .inner-sidebar header .hamburguer-menu {
  float: right;
  padding-right: 5px; }

.open-sidebar .inner-sidebar header .hamburguer-menu i {
  color: #fff; }

@media all and (max-width: 1024px) {
  .gran-menu {
    right: 0% !important; } }
@charset "UTF-8";
/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
@keyframes easeTop {
  0% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(0%); } }

@keyframes easeLeft {
  0% {
    transform: translateX(-10%); }
  100% {
    transform: translateX(0%); } }

@keyframes scale {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.4); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*
 * Responsives Helpers
 */
@media all and (max-width: 1024px) {
  .hidden-1024 {
    display: none; } }

.input-group .btn, .input-group .ui-spinner .ui-spinner-button, .ui-spinner .input-group .ui-spinner-button,
.input-group .btn-group-addon, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose {
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: auto !important;
  border-left: 0px !important;
  transition: all .1s ease;
  /*margin-left: 1px;
        margin-right: -1px;*/
  margin: 0px;
  z-index: 5; }

.input-group .btn:hover, .input-group .ui-spinner .ui-spinner-button:hover, .ui-spinner .input-group .ui-spinner-button:hover,
.input-group .btn-group-addon:hover, .ui-calendar .ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:hover, .input-group .btn:focus, .input-group .ui-spinner .ui-spinner-button:focus, .ui-spinner .input-group .ui-spinner-button:focus,
.input-group .btn-group-addon:focus, .ui-calendar .ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus, .input-group .btn:active, .input-group .ui-spinner .ui-spinner-button:active, .ui-spinner .input-group .ui-spinner-button:active,
.input-group .btn-group-addon:active, .ui-calendar .ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active {
  box-shadow: none !important;
  border-left: 0px !important; }

.ui-datatable tbody tr td.kebab-column .btn-kebab,
.ui-datatable tbody tr td.kebab-column .btn-kebab-view {
  width: auto !important;
  height: auto !important;
  pointer-events: none;
  background: none !important;
  border: none !important;
  color: #13496a;
  margin: 0px !important;
  min-width: auto !important;
  z-index: 1; }

.form-inline .form-group .form-control, .ui-inputtext:not(.ui-dropdown-filter), p-fileupload .ui-fileupload:not(.ui-dropdown-filter), p-dropdown .ui-dropdown .ui-dropdown-label {
  transition: all 0.2s linear !important;
  height: 58px;
  min-height: 58px;
  padding: 25px 12px 0 9px !important;
  margin: 0 !important;
  display: block !important;
  font-size: 14px !important;
  color: #555 !important;
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  border-left-width: 0px !important;
  width: 100%;
  position: relative;
  z-index: 5; }

.input-single, .ui-datatable thead.ui-datatable-thead tr th .ui-inputtext, .ui-datatable thead.ui-datatable-thead tr th p-fileupload .ui-fileupload, p-fileupload .ui-datatable thead.ui-datatable-thead tr th .ui-fileupload {
  height: 38px;
  min-height: auto;
  border-bottom-width: 2px !important;
  box-shadow: none !important;
  padding: 6px 12px !important;
  border-radius: 0px !important;
  border-left-width: 1px !important; }

.form-inline .form-group .form-control:focus, .ui-inputwrapper-focus .ui-inputtext, .ui-inputwrapper-focus p-fileupload .ui-fileupload, p-fileupload .ui-inputwrapper-focus .ui-fileupload, p-dropdown .ui-dropdown.ui-dropdown-open, p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-label, p-chips .ui-chips .ui-inputtext.ui-state-focus, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload, p-chips .ui-chips .ui-inputtext:active, p-chips .ui-chips p-fileupload .ui-fileupload:active, p-fileupload p-chips .ui-chips .ui-fileupload:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  outline: 0;
  transition: all 0.2s linear;
  border-color: #66afe9 !important;
  position: relative;
  z-index: 6; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid, .form-inline .form-group .control-label-textarea.ng-invalid, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-label {
  background-color: rgba(242, 217, 217, 0.6) !important;
  border-color: #e09f9f !important;
  color: #e09f9f !important; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid:focus, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e09f9f !important; }

.form-inline .form-group .form-control:disabled, .form-inline .form-group .form-control[disabled], .form-inline .form-group .form-control[read-only], .form-inline .form-group .form-control[readonly], .form-inline .form-group .control-label-textarea:disabled, .form-inline .form-group .control-label-textarea[disabled], .form-inline .form-group .control-label-textarea[read-only], .form-inline .form-group .control-label-textarea[readonly], .ui-inputtext:disabled, p-fileupload .ui-fileupload:disabled, .ui-inputtext[disabled], p-fileupload .ui-fileupload[disabled], .ui-inputtext[read-only], p-fileupload .ui-fileupload[read-only], .ui-inputtext[readonly], p-fileupload .ui-fileupload[readonly], p-dropdown .ui-dropdown.ui-state-disabled, p-dropdown .ui-dropdown:disabled, p-dropdown .ui-dropdown[disabled], p-dropdown .ui-dropdown[read-only], p-dropdown .ui-dropdown[readonly] {
  opacity: 0.5 !important;
  background-color: #eee;
  cursor: not-allowed !important; }

.control-label {
  pointer-events: none;
  transition: all 0.2s linear;
  position: absolute;
  color: #979797;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 10px;
  top: 7px;
  left: 0;
  z-index: 7;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px; }
  .is-invalid.control-label, .ng-invalid.control-label {
    color: #c03f3f !important; }
  .is-required.control-label:after, .ng-required.control-label:after {
    content: "*";
    position: absolute;
    right: 8px;
    color: #c03f3f;
    z-index: 7;
    font-size: 12px;
    top: -4px;
    font-weight: 400; }
  .is-disabled.control-label, .ng-disabled.control-label {
    opacity: 0.5; }

.form-inline .form-group .form-control:focus ~ .ui-messages-info, .form-control:focus ~ .ui-messages-info, .ui-inputwrapper-focus ~ .ui-messages-info,
.form-inline .form-group .form-control:focus ~ .ui-messages-error,
.form-control:focus ~ .ui-messages-error,
.ui-inputwrapper-focus ~ .ui-messages-error {
  display: block !important; }

.ui-dialog .ui-dialog-titlebar {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  float: left;
  margin: 0px;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #13496a;
  font-weight: 500; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title i, .ui-confirmdialog .ui-dialog-content i:first-child {
  float: left;
  color: #fff;
  background: #6ba6bf;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 15px;
  line-height: normal !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items, .ui-dropdown-panel, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items {
  padding: 0 1px !important;
  background: #fff; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li, .ui-dropdown-panel li, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li {
  padding: 6px 9px; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li:hover, .ui-dropdown-panel li:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li:hover {
  background: #f5f5f5; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight, .ui-dropdown-panel li.ui-state-highlight, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight {
  background-color: #66b4e3 !important;
  color: #fff !important; }
  p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight:hover, .ui-dropdown-panel li.ui-state-highlight:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight:hover {
    background-color: #3b9fdb !important; }

.card .footer, .data-card table tbody tr .footer, .tooltip .footer, .ui-datalist .ui-datalist-content .ui-datalist-data li .footer,
.card .panel-footer,
.data-card table tbody tr .panel-footer,
.tooltip .panel-footer,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-footer,
.panel .footer,
.panel .panel-footer {
  padding: 10px;
  background: #edf3f8;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px;
  float: left;
  margin-top: 10px; }

.panel-line.card .panel-heading, .data-card table tbody tr.panel-line .panel-heading, .panel-line.tooltip .panel-heading, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-line .panel-heading, .panel-line.panel .panel-heading, .data-card table tbody tr td div.panel-line .panel-heading {
  border-bottom: 1px solid #dfe5e8; }

.card > .header, .data-card table tbody tr > .header, .tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header, .panel > .header, .data-card table tbody tr td div > .header,
.card .panel-heading,
.data-card table tbody tr .panel-heading,
.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading,
.panel .panel-heading {
  padding: 10px;
  font-size: 16px;
  color: #13496a; }

.card > .header i, .data-card table tbody tr > .header i, .tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header i, .panel > .header i, .data-card table tbody tr td div > .header i,
.card .panel-heading i,
.data-card table tbody tr .panel-heading i,
.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading i,
.panel .panel-heading i {
  color: #c0d3db;
  margin-right: 10px; }

.bar.card, .data-card table tbody tr.bar, .bar.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar,
.bar.panel, .data-card table tbody tr td div.bar {
  border-left: 2px solid; }

.bar.card .header, .data-card table tbody tr.bar .header, .bar.tooltip .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header, .bar.panel .header, .data-card table tbody tr td div.bar .header,
.bar.card .panel-heading,
.data-card table tbody tr.bar .panel-heading,
.bar.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading,
.bar.panel .panel-heading,
.data-card table tbody tr td div.bar .panel-heading {
  background: transparent !important;
  color: #13496a; }

.bar.card .header i, .data-card table tbody tr.bar .header i, .bar.tooltip .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header i, .bar.panel .header i, .data-card table tbody tr td div.bar .header i,
.bar.card .panel-heading i,
.data-card table tbody tr.bar .panel-heading i,
.bar.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading i,
.bar.panel .panel-heading i,
.data-card table tbody tr td div.bar .panel-heading i {
  color: #c0d3db !important; }

.bar.default.card, .data-card table tbody tr.bar.default, .bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.default,
.bar.default.panel, .data-card table tbody tr td div.bar.default {
  border-color: #777777; }

.default.card > .header, .data-card table tbody tr.default > .header, .default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header, .default.panel > .header, .data-card table tbody tr td div.default > .header,
.default.card > .panel-heading,
.data-card table tbody tr.default > .panel-heading,
.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading,
.default.panel > .panel-heading,
.data-card table tbody tr td div.default > .panel-heading, .panel-default.card > .header, .data-card table tbody tr.panel-default > .header, .panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header, .panel-default.panel > .header, .data-card table tbody tr td div.panel-default > .header,
.panel-default.card > .panel-heading,
.data-card table tbody tr.panel-default > .panel-heading,
.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading,
.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.panel-default > .panel-heading {
  background: #777777;
  color: #FFF;
  border-radius: 0; }

.default.card > .header i, .data-card table tbody tr.default > .header i, .default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header i, .default.panel > .header i, .data-card table tbody tr td div.default > .header i,
.default.card > .panel-heading i,
.data-card table tbody tr.default > .panel-heading i,
.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading i,
.default.panel > .panel-heading i,
.data-card table tbody tr td div.default > .panel-heading i, .panel-default.card > .header i, .data-card table tbody tr.panel-default > .header i, .panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header i, .panel-default.panel > .header i, .data-card table tbody tr td div.panel-default > .header i,
.panel-default.card > .panel-heading i,
.data-card table tbody tr.panel-default > .panel-heading i,
.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading i,
.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.panel-default > .panel-heading i {
  color: #FFF; }

.bar.success.card, .data-card table tbody tr.bar.success, .bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.success,
.bar.success.panel, .data-card table tbody tr td div.bar.success {
  border-color: #459f47; }

.success.card > .header, .data-card table tbody tr.success > .header, .success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header, .success.panel > .header, .data-card table tbody tr td div.success > .header,
.success.card > .panel-heading,
.data-card table tbody tr.success > .panel-heading,
.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading,
.success.panel > .panel-heading,
.data-card table tbody tr td div.success > .panel-heading, .panel-success.card > .header, .data-card table tbody tr.panel-success > .header, .panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header, .panel-success.panel > .header, .data-card table tbody tr td div.panel-success > .header,
.panel-success.card > .panel-heading,
.data-card table tbody tr.panel-success > .panel-heading,
.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading,
.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.panel-success > .panel-heading {
  background: #459f47;
  color: #FFF;
  border-radius: 0; }

.success.card > .header i, .data-card table tbody tr.success > .header i, .success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header i, .success.panel > .header i, .data-card table tbody tr td div.success > .header i,
.success.card > .panel-heading i,
.data-card table tbody tr.success > .panel-heading i,
.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading i,
.success.panel > .panel-heading i,
.data-card table tbody tr td div.success > .panel-heading i, .panel-success.card > .header i, .data-card table tbody tr.panel-success > .header i, .panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header i, .panel-success.panel > .header i, .data-card table tbody tr td div.panel-success > .header i,
.panel-success.card > .panel-heading i,
.data-card table tbody tr.panel-success > .panel-heading i,
.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading i,
.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.panel-success > .panel-heading i {
  color: #FFF; }

.bar.danger.card, .data-card table tbody tr.bar.danger, .bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.danger,
.bar.danger.panel, .data-card table tbody tr td div.bar.danger {
  border-color: #a63837; }

.danger.card > .header, .data-card table tbody tr.danger > .header, .danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header, .danger.panel > .header, .data-card table tbody tr td div.danger > .header,
.danger.card > .panel-heading,
.data-card table tbody tr.danger > .panel-heading,
.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading,
.danger.panel > .panel-heading,
.data-card table tbody tr td div.danger > .panel-heading, .panel-danger.card > .header, .data-card table tbody tr.panel-danger > .header, .panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header, .panel-danger.panel > .header, .data-card table tbody tr td div.panel-danger > .header,
.panel-danger.card > .panel-heading,
.data-card table tbody tr.panel-danger > .panel-heading,
.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading,
.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.panel-danger > .panel-heading {
  background: #a63837;
  color: #FFF;
  border-radius: 0; }

.danger.card > .header i, .data-card table tbody tr.danger > .header i, .danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header i, .danger.panel > .header i, .data-card table tbody tr td div.danger > .header i,
.danger.card > .panel-heading i,
.data-card table tbody tr.danger > .panel-heading i,
.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading i,
.danger.panel > .panel-heading i,
.data-card table tbody tr td div.danger > .panel-heading i, .panel-danger.card > .header i, .data-card table tbody tr.panel-danger > .header i, .panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header i, .panel-danger.panel > .header i, .data-card table tbody tr td div.panel-danger > .header i,
.panel-danger.card > .panel-heading i,
.data-card table tbody tr.panel-danger > .panel-heading i,
.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading i,
.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.panel-danger > .panel-heading i {
  color: #FFF; }

.bar.warning.card, .data-card table tbody tr.bar.warning, .bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.warning,
.bar.warning.panel, .data-card table tbody tr td div.bar.warning {
  border-color: #f0ad4e; }

.warning.card > .header, .data-card table tbody tr.warning > .header, .warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header, .warning.panel > .header, .data-card table tbody tr td div.warning > .header,
.warning.card > .panel-heading,
.data-card table tbody tr.warning > .panel-heading,
.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading,
.warning.panel > .panel-heading,
.data-card table tbody tr td div.warning > .panel-heading, .panel-warning.card > .header, .data-card table tbody tr.panel-warning > .header, .panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header, .panel-warning.panel > .header, .data-card table tbody tr td div.panel-warning > .header,
.panel-warning.card > .panel-heading,
.data-card table tbody tr.panel-warning > .panel-heading,
.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading,
.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.panel-warning > .panel-heading {
  background: #f0ad4e;
  color: #FFF;
  border-radius: 0; }

.warning.card > .header i, .data-card table tbody tr.warning > .header i, .warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header i, .warning.panel > .header i, .data-card table tbody tr td div.warning > .header i,
.warning.card > .panel-heading i,
.data-card table tbody tr.warning > .panel-heading i,
.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading i,
.warning.panel > .panel-heading i,
.data-card table tbody tr td div.warning > .panel-heading i, .panel-warning.card > .header i, .data-card table tbody tr.panel-warning > .header i, .panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header i, .panel-warning.panel > .header i, .data-card table tbody tr td div.panel-warning > .header i,
.panel-warning.card > .panel-heading i,
.data-card table tbody tr.panel-warning > .panel-heading i,
.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading i,
.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.panel-warning > .panel-heading i {
  color: #FFF; }

.bar.info.card, .data-card table tbody tr.bar.info, .bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.info,
.bar.info.panel, .data-card table tbody tr td div.bar.info {
  border-color: #6ba6bf; }

.info.card > .header, .data-card table tbody tr.info > .header, .info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header, .info.panel > .header, .data-card table tbody tr td div.info > .header,
.info.card > .panel-heading,
.data-card table tbody tr.info > .panel-heading,
.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading,
.info.panel > .panel-heading,
.data-card table tbody tr td div.info > .panel-heading, .panel-info.card > .header, .data-card table tbody tr.panel-info > .header, .panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header, .panel-info.panel > .header, .data-card table tbody tr td div.panel-info > .header,
.panel-info.card > .panel-heading,
.data-card table tbody tr.panel-info > .panel-heading,
.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading,
.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.panel-info > .panel-heading {
  background: #6ba6bf;
  color: #13496a;
  border-radius: 0; }

.info.card > .header i, .data-card table tbody tr.info > .header i, .info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header i, .info.panel > .header i, .data-card table tbody tr td div.info > .header i,
.info.card > .panel-heading i,
.data-card table tbody tr.info > .panel-heading i,
.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading i,
.info.panel > .panel-heading i,
.data-card table tbody tr td div.info > .panel-heading i, .panel-info.card > .header i, .data-card table tbody tr.panel-info > .header i, .panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header i, .panel-info.panel > .header i, .data-card table tbody tr td div.panel-info > .header i,
.panel-info.card > .panel-heading i,
.data-card table tbody tr.panel-info > .panel-heading i,
.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading i,
.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.panel-info > .panel-heading i {
  color: #13496a; }

.light.bar.default.card, .data-card table tbody tr.light.bar.default, .light.bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.default,
.light.bar.default.panel, .data-card table tbody tr td div.light.bar.default {
  border-color: #eaeaea; }

.light.default.card > .header, .data-card table tbody tr.light.default > .header, .light.default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header, .light.default.panel > .header, .data-card table tbody tr td div.light.default > .header,
.light.default.card > .panel-heading,
.data-card table tbody tr.light.default > .panel-heading,
.light.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading,
.light.default.panel > .panel-heading,
.data-card table tbody tr td div.light.default > .panel-heading, .light.panel-default.card > .header, .data-card table tbody tr.light.panel-default > .header, .light.panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header, .light.panel-default.panel > .header, .data-card table tbody tr td div.light.panel-default > .header,
.light.panel-default.card > .panel-heading,
.data-card table tbody tr.light.panel-default > .panel-heading,
.light.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading,
.light.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-default > .panel-heading {
  background: #eaeaea;
  color: #777777;
  border-radius: 0; }

.light.default.card > .header i, .data-card table tbody tr.light.default > .header i, .light.default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header i, .light.default.panel > .header i, .data-card table tbody tr td div.light.default > .header i,
.light.default.card > .panel-heading i,
.data-card table tbody tr.light.default > .panel-heading i,
.light.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading i,
.light.default.panel > .panel-heading i,
.data-card table tbody tr td div.light.default > .panel-heading i, .light.panel-default.card > .header i, .data-card table tbody tr.light.panel-default > .header i, .light.panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header i, .light.panel-default.panel > .header i, .data-card table tbody tr td div.light.panel-default > .header i,
.light.panel-default.card > .panel-heading i,
.data-card table tbody tr.light.panel-default > .panel-heading i,
.light.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading i,
.light.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-default > .panel-heading i {
  color: #777777; }

.light.bar.success.card, .data-card table tbody tr.light.bar.success, .light.bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.success,
.light.bar.success.panel, .data-card table tbody tr td div.light.bar.success {
  border-color: #d1ded1; }

.light.success.card > .header, .data-card table tbody tr.light.success > .header, .light.success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header, .light.success.panel > .header, .data-card table tbody tr td div.light.success > .header,
.light.success.card > .panel-heading,
.data-card table tbody tr.light.success > .panel-heading,
.light.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading,
.light.success.panel > .panel-heading,
.data-card table tbody tr td div.light.success > .panel-heading, .light.panel-success.card > .header, .data-card table tbody tr.light.panel-success > .header, .light.panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header, .light.panel-success.panel > .header, .data-card table tbody tr td div.light.panel-success > .header,
.light.panel-success.card > .panel-heading,
.data-card table tbody tr.light.panel-success > .panel-heading,
.light.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading,
.light.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-success > .panel-heading {
  background: #d1ded1;
  color: #459f47;
  border-radius: 0; }

.light.success.card > .header i, .data-card table tbody tr.light.success > .header i, .light.success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header i, .light.success.panel > .header i, .data-card table tbody tr td div.light.success > .header i,
.light.success.card > .panel-heading i,
.data-card table tbody tr.light.success > .panel-heading i,
.light.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading i,
.light.success.panel > .panel-heading i,
.data-card table tbody tr td div.light.success > .panel-heading i, .light.panel-success.card > .header i, .data-card table tbody tr.light.panel-success > .header i, .light.panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header i, .light.panel-success.panel > .header i, .data-card table tbody tr td div.light.panel-success > .header i,
.light.panel-success.card > .panel-heading i,
.data-card table tbody tr.light.panel-success > .panel-heading i,
.light.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading i,
.light.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-success > .panel-heading i {
  color: #459f47; }

.light.bar.danger.card, .data-card table tbody tr.light.bar.danger, .light.bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.danger,
.light.bar.danger.panel, .data-card table tbody tr td div.light.bar.danger {
  border-color: #eadfde; }

.light.danger.card > .header, .data-card table tbody tr.light.danger > .header, .light.danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header, .light.danger.panel > .header, .data-card table tbody tr td div.light.danger > .header,
.light.danger.card > .panel-heading,
.data-card table tbody tr.light.danger > .panel-heading,
.light.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading,
.light.danger.panel > .panel-heading,
.data-card table tbody tr td div.light.danger > .panel-heading, .light.panel-danger.card > .header, .data-card table tbody tr.light.panel-danger > .header, .light.panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header, .light.panel-danger.panel > .header, .data-card table tbody tr td div.light.panel-danger > .header,
.light.panel-danger.card > .panel-heading,
.data-card table tbody tr.light.panel-danger > .panel-heading,
.light.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading,
.light.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-danger > .panel-heading {
  background: #eadfde;
  color: #a63837;
  border-radius: 0; }

.light.danger.card > .header i, .data-card table tbody tr.light.danger > .header i, .light.danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header i, .light.danger.panel > .header i, .data-card table tbody tr td div.light.danger > .header i,
.light.danger.card > .panel-heading i,
.data-card table tbody tr.light.danger > .panel-heading i,
.light.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading i,
.light.danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.danger > .panel-heading i, .light.panel-danger.card > .header i, .data-card table tbody tr.light.panel-danger > .header i, .light.panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header i, .light.panel-danger.panel > .header i, .data-card table tbody tr td div.light.panel-danger > .header i,
.light.panel-danger.card > .panel-heading i,
.data-card table tbody tr.light.panel-danger > .panel-heading i,
.light.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading i,
.light.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-danger > .panel-heading i {
  color: #a63837; }

.light.bar.warning.card, .data-card table tbody tr.light.bar.warning, .light.bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.warning,
.light.bar.warning.panel, .data-card table tbody tr td div.light.bar.warning {
  border-color: #ece5da; }

.light.warning.card > .header, .data-card table tbody tr.light.warning > .header, .light.warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header, .light.warning.panel > .header, .data-card table tbody tr td div.light.warning > .header,
.light.warning.card > .panel-heading,
.data-card table tbody tr.light.warning > .panel-heading,
.light.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading,
.light.warning.panel > .panel-heading,
.data-card table tbody tr td div.light.warning > .panel-heading, .light.panel-warning.card > .header, .data-card table tbody tr.light.panel-warning > .header, .light.panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header, .light.panel-warning.panel > .header, .data-card table tbody tr td div.light.panel-warning > .header,
.light.panel-warning.card > .panel-heading,
.data-card table tbody tr.light.panel-warning > .panel-heading,
.light.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading,
.light.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-warning > .panel-heading {
  background: #ece5da;
  color: #926c36;
  border-radius: 0; }

.light.warning.card > .header i, .data-card table tbody tr.light.warning > .header i, .light.warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header i, .light.warning.panel > .header i, .data-card table tbody tr td div.light.warning > .header i,
.light.warning.card > .panel-heading i,
.data-card table tbody tr.light.warning > .panel-heading i,
.light.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading i,
.light.warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.warning > .panel-heading i, .light.panel-warning.card > .header i, .data-card table tbody tr.light.panel-warning > .header i, .light.panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header i, .light.panel-warning.panel > .header i, .data-card table tbody tr td div.light.panel-warning > .header i,
.light.panel-warning.card > .panel-heading i,
.data-card table tbody tr.light.panel-warning > .panel-heading i,
.light.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading i,
.light.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-warning > .panel-heading i {
  color: #926c36; }

.light.bar.info.card, .data-card table tbody tr.light.bar.info, .light.bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.info,
.light.bar.info.panel, .data-card table tbody tr td div.light.bar.info {
  border-color: #d3e0ea; }

.light.info.card > .header, .data-card table tbody tr.light.info > .header, .light.info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header, .light.info.panel > .header, .data-card table tbody tr td div.light.info > .header,
.light.info.card > .panel-heading,
.data-card table tbody tr.light.info > .panel-heading,
.light.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading,
.light.info.panel > .panel-heading,
.data-card table tbody tr td div.light.info > .panel-heading, .light.panel-info.card > .header, .data-card table tbody tr.light.panel-info > .header, .light.panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header, .light.panel-info.panel > .header, .data-card table tbody tr td div.light.panel-info > .header,
.light.panel-info.card > .panel-heading,
.data-card table tbody tr.light.panel-info > .panel-heading,
.light.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading,
.light.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-info > .panel-heading {
  background: #d3e0ea;
  color: #13496a;
  border-radius: 0; }

.light.info.card > .header i, .data-card table tbody tr.light.info > .header i, .light.info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header i, .light.info.panel > .header i, .data-card table tbody tr td div.light.info > .header i,
.light.info.card > .panel-heading i,
.data-card table tbody tr.light.info > .panel-heading i,
.light.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading i,
.light.info.panel > .panel-heading i,
.data-card table tbody tr td div.light.info > .panel-heading i, .light.panel-info.card > .header i, .data-card table tbody tr.light.panel-info > .header i, .light.panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header i, .light.panel-info.panel > .header i, .data-card table tbody tr td div.light.panel-info > .header i,
.light.panel-info.card > .panel-heading i,
.data-card table tbody tr.light.panel-info > .panel-heading i,
.light.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading i,
.light.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-info > .panel-heading i {
  color: #13496a; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
* {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0; }

html,
body {
  font-size: 14px;
  background: #edf3f8;
  color: #595959;
  height: 100%;
  font-family: "Roboto";
  font-weight: normal;
  line-height: 24px; }

.well {
  border-radius: 0; }

.title {
  font-weight: normal;
  margin: 10px 0; }

.title i {
  font-size: 18px; }

.hr-dotted {
  border-top: 1px dotted #c1c1c1; }

.overflow {
  position: fixed;
  overflow-y: scroll; }

.modal-backdrop {
  opacity: 1 !important;
  background: rgba(15, 58, 84, 0.8); }

.list-item {
  list-style: none;
  text-align: left; }
  .list-item .zmdi {
    margin-right: 18px; }
  .list-item a {
    text-decoration: none; }

.caret.right {
  position: absolute;
  right: 10px;
  top: 16px;
  border-left: 4px solid;
  border-right: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent; }

.btn-fab-close {
  background-color: #ebebeb;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  float: right;
  right: 15px;
  top: 20px;
  color: #fff;
  font-size: 12px; }

.bg-white {
  background-color: #fff !important; }

.icon-toggle-system-info {
  position: relative;
  display: block;
  float: right;
  font-size: 9px;
  top: 3px;
  height: 30px;
  transition: linear all .1s; }

.icon-toggle-system-info span {
  transition: linear all .1s; }

.icon-toggle-system-info .icon-version-name {
  border: 1px solid #66b4e3;
  color: #66b4e3;
  border-right: none;
  display: block;
  padding: 2px 4px;
  font-size: 9px;
  float: left;
  line-height: 1;
  border-radius: 2px; }

.icon-toggle-system-info .icon-version-separator {
  display: block;
  width: 1px;
  height: 20px;
  position: relative;
  top: -2px;
  background: #66b4e3;
  float: left;
  margin: 0 3px; }

.icon-toggle-system-info .icon-version-number {
  border: dotted 1px #66b4e3;
  color: #66b4e3;
  border-left: none;
  display: block;
  float: left;
  padding: 2px 5px;
  font-size: 10px;
  line-height: 1; }

.icon-toggle-system-info .icon-footer {
  color: #66b4e3; }

.icon-toggle-system-info:hover {
  color: #ffa751; }

.icon-toggle-system-info:hover span {
  color: #ffa751; }

.icon-toggle-system-info:hover .icon-version-name {
  border-color: #ffa751; }

.icon-toggle-system-info:hover .icon-version-separator {
  background: #ffa751; }

.icon-toggle-system-info:hover .icon-version-number {
  border-color: #ffa751; }

.icon-toggle-system-info:hover .icon-footer {
  color: #ffa751; }

.submit-group button[type="submit"] {
  margin-left: 10px; }

form .submit-group {
  margin-top: 15px; }

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

.menu-lateral-fixed .cabecalho-grid .affix {
  padding-left: 310px !important; }

.menu-lateral-fixed .tag-container .affix {
  padding-left: 310px !important; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track-piece {
  background-color: #edf3f8; }

::-webkit-scrollbar-thumb {
  background-color: #aebfce;
  border-right: 1px solid #edf3f8; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
.btn-default, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose, .ui-spinner .ui-spinner-button {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-default, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose, .ui-spinner .ui-spinner-button, .btn-default[disabled]:hover, .ui-calendar .ui-button[disabled]:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose[disabled]:hover, .ui-spinner .ui-spinner-button[disabled]:hover, .btn-default.disabled:hover, .ui-calendar .disabled.ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .disabled.ui-fileupload-choose:hover, .ui-spinner .disabled.ui-spinner-button:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-default, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose, .ui-spinner .ui-spinner-button, .btn-default[disabled]:hover, .ui-calendar .ui-button[disabled]:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose[disabled]:hover, .ui-spinner .ui-spinner-button[disabled]:hover, .btn-default.disabled:hover, .ui-calendar .disabled.ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .disabled.ui-fileupload-choose:hover, .ui-spinner .disabled.ui-spinner-button:hover {
      border: 1px solid #b7cbdd !important;
      color: #2d475e !important;
      background-color: #d3dfea !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #b7cbdd, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-default:hover, .ui-calendar .ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:hover, .ui-spinner .ui-spinner-button:hover, .btn-default:focus, .ui-calendar .ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus, .ui-spinner .ui-spinner-button:focus, .btn-default:active, .ui-calendar .ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active, .ui-spinner .ui-spinner-button:active, .btn-default.active, .ui-calendar .active.ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .active.ui-fileupload-choose, .ui-spinner .active.ui-spinner-button {
    border: 1px solid #9fb9d1 !important;
    background-color: #9fb9d1 !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: white !important; }
  .btn-default:active, .ui-calendar .ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active, .ui-spinner .ui-spinner-button:active, .btn-default:focus, .ui-calendar .ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus, .ui-spinner .ui-spinner-button:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-default:active .tooltip, .ui-calendar .ui-button:active .tooltip, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active .tooltip, .ui-spinner .ui-spinner-button:active .tooltip, .btn-default:focus .tooltip, .ui-calendar .ui-button:focus .tooltip, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus .tooltip, .ui-spinner .ui-spinner-button:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-default[disabled], .ui-calendar .ui-button[disabled], p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose[disabled], .ui-spinner .ui-spinner-button[disabled], .btn-default.disabled, .ui-calendar .disabled.ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .disabled.ui-fileupload-choose, .ui-spinner .disabled.ui-spinner-button {
    opacity: .5; }
  .btn-default.btn-loading, .ui-calendar .btn-loading.ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-loading.ui-fileupload-choose, .ui-spinner .btn-loading.ui-spinner-button {
    opacity: .7 !important;
    border: 1px solid #6b94b9 !important; }
  .btn-default.btn-loading:before, .ui-calendar .btn-loading.ui-button:before, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-loading.ui-fileupload-choose:before, .ui-spinner .btn-loading.ui-spinner-button:before {
    background-color: #6b94b9 !important; }
  .btn-default.btn-tooltip div, .ui-calendar .btn-tooltip.ui-button div, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-tooltip.ui-fileupload-choose div, .ui-spinner .btn-tooltip.ui-spinner-button div {
    color: #2d475e;
    background-color: #d3dfea; }
    .btn-default.btn-tooltip div:before, .ui-calendar .btn-tooltip.ui-button div:before, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-tooltip.ui-fileupload-choose div:before, .ui-spinner .btn-tooltip.ui-spinner-button div:before {
      border-top: 5px solid #d3dfea; }
  .btn-default.btn-invert, .ui-calendar .btn-invert.ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.ui-fileupload-choose, .ui-spinner .btn-invert.ui-spinner-button, .btn-default.btn-invert[disabled]:hover, .ui-calendar .btn-invert.ui-button[disabled]:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.ui-fileupload-choose[disabled]:hover, .ui-spinner .btn-invert.ui-spinner-button[disabled]:hover, .btn-default.btn-invert.disabled:hover, .ui-calendar .btn-invert.disabled.ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.disabled.ui-fileupload-choose:hover, .ui-spinner .btn-invert.disabled.ui-spinner-button:hover {
    border: none !important;
    color: #d3dfea !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-default.btn-invert:hover, .ui-calendar .btn-invert.ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.ui-fileupload-choose:hover, .ui-spinner .btn-invert.ui-spinner-button:hover, .btn-default.btn-invert:focus, .ui-calendar .btn-invert.ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.ui-fileupload-choose:focus, .ui-spinner .btn-invert.ui-spinner-button:focus, .btn-default.btn-invert:active, .ui-calendar .btn-invert.ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.ui-fileupload-choose:active, .ui-spinner .btn-invert.ui-spinner-button:active, .btn-default.btn-invert.active, .ui-calendar .btn-invert.active.ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.active.ui-fileupload-choose, .ui-spinner .btn-invert.active.ui-spinner-button {
    background-color: #d3dfea !important;
    color: #2d475e !important; }

.btn-primary, [search-container] button[clear-button], [search-container][opened] i.icon-search {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-primary, [search-container] button[clear-button], [search-container][opened] i.icon-search, .btn-primary[disabled]:hover, [search-container] button[disabled]:hover[clear-button], [search-container][opened] i.icon-search[disabled]:hover, .btn-primary.disabled:hover, [search-container] button.disabled:hover[clear-button], [search-container][opened] i.disabled.icon-search:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-primary, [search-container] button[clear-button], [search-container][opened] i.icon-search, .btn-primary[disabled]:hover, [search-container] button[disabled]:hover[clear-button], [search-container][opened] i.icon-search[disabled]:hover, .btn-primary.disabled:hover, [search-container] button.disabled:hover[clear-button], [search-container][opened] i.disabled.icon-search:hover {
      border: 1px solid #1f79a0 !important;
      color: #ecf7fb !important;
      background-color: #2693c2 !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #1f79a0, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-primary:hover, [search-container] button:hover[clear-button], [search-container][opened] i.icon-search:hover, .btn-primary:focus, [search-container] button:focus[clear-button], [search-container][opened] i.icon-search:focus, .btn-primary:active, [search-container] button:active[clear-button], [search-container][opened] i.icon-search:active, .btn-primary.active, [search-container] button.active[clear-button], [search-container][opened] i.active.icon-search {
    border: 1px solid #196382 !important;
    background-color: #196382 !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: #acdbef !important; }
  .btn-primary:active, [search-container] button:active[clear-button], [search-container][opened] i.icon-search:active, .btn-primary:focus, [search-container] button:focus[clear-button], [search-container][opened] i.icon-search:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-primary:active .tooltip, [search-container] button:active[clear-button] .tooltip, [search-container][opened] i.icon-search:active .tooltip, .btn-primary:focus .tooltip, [search-container] button:focus[clear-button] .tooltip, [search-container][opened] i.icon-search:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-primary[disabled], [search-container] button[disabled][clear-button], [search-container][opened] i.icon-search[disabled], .btn-primary.disabled, [search-container] button.disabled[clear-button], [search-container][opened] i.disabled.icon-search {
    opacity: .5; }
  .btn-primary.btn-loading, [search-container] button.btn-loading[clear-button], [search-container][opened] i.btn-loading.icon-search {
    opacity: .7 !important;
    border: 1px solid #0d3242 !important; }
  .btn-primary.btn-loading:before, [search-container] button.btn-loading[clear-button]:before, [search-container][opened] i.btn-loading.icon-search:before {
    background-color: #0d3242 !important; }
  .btn-primary.btn-tooltip div, [search-container] button.btn-tooltip[clear-button] div, [search-container][opened] i.btn-tooltip.icon-search div {
    color: #ecf7fb;
    background-color: #2693c2; }
    .btn-primary.btn-tooltip div:before, [search-container] button.btn-tooltip[clear-button] div:before, [search-container][opened] i.btn-tooltip.icon-search div:before {
      border-top: 5px solid #2693c2; }
  .btn-primary.btn-invert, [search-container] button.btn-invert[clear-button], [search-container][opened] i.btn-invert.icon-search, .btn-primary.btn-invert[disabled]:hover, [search-container] button.btn-invert[disabled]:hover[clear-button], [search-container][opened] i.btn-invert.icon-search[disabled]:hover, .btn-primary.btn-invert.disabled:hover, [search-container] button.btn-invert.disabled:hover[clear-button], [search-container][opened] i.btn-invert.disabled.icon-search:hover {
    border: none !important;
    color: #2693c2 !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-primary.btn-invert:hover, [search-container] button.btn-invert:hover[clear-button], [search-container][opened] i.btn-invert.icon-search:hover, .btn-primary.btn-invert:focus, [search-container] button.btn-invert:focus[clear-button], [search-container][opened] i.btn-invert.icon-search:focus, .btn-primary.btn-invert:active, [search-container] button.btn-invert:active[clear-button], [search-container][opened] i.btn-invert.icon-search:active, .btn-primary.btn-invert.active, [search-container] button.btn-invert.active[clear-button], [search-container][opened] i.btn-invert.active.icon-search {
    background-color: #2693c2 !important;
    color: #ecf7fb !important; }

.btn-success {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-success, .btn-success[disabled]:hover, .btn-success.disabled:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-success, .btn-success[disabled]:hover, .btn-success.disabled:hover {
      border: 1px solid #44ac46 !important;
      color: white !important;
      background-color: #5bbe5d !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #44ac46, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    border: 1px solid #3a923c !important;
    background-color: #3a923c !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: #dbf1db !important; }
  .btn-success:active, .btn-success:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-success:active .tooltip, .btn-success:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-success[disabled], .btn-success.disabled {
    opacity: .5; }
  .btn-success.btn-loading {
    opacity: .7 !important;
    border: 1px solid #245c25 !important; }
  .btn-success.btn-loading:before {
    background-color: #245c25 !important; }
  .btn-success.btn-tooltip div {
    color: white;
    background-color: #5bbe5d; }
    .btn-success.btn-tooltip div:before {
      border-top: 5px solid #5bbe5d; }
  .btn-success.btn-invert, .btn-success.btn-invert[disabled]:hover, .btn-success.btn-invert.disabled:hover {
    border: none !important;
    color: #5bbe5d !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-success.btn-invert:hover, .btn-success.btn-invert:focus, .btn-success.btn-invert:active, .btn-success.btn-invert.active {
    background-color: #5bbe5d !important;
    color: white !important; }

.btn-danger {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-danger, .btn-danger[disabled]:hover, .btn-danger.disabled:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-danger, .btn-danger[disabled]:hover, .btn-danger.disabled:hover {
      border: 1px solid #a13535 !important;
      color: white !important;
      background-color: #c03f3f !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #a13535, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    border: 1px solid #862c2c !important;
    background-color: #862c2c !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: #ecc5c5 !important; }
  .btn-danger:active, .btn-danger:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-danger:active .tooltip, .btn-danger:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-danger[disabled], .btn-danger.disabled {
    opacity: .5; }
  .btn-danger.btn-loading {
    opacity: .7 !important;
    border: 1px solid #4d1919 !important; }
  .btn-danger.btn-loading:before {
    background-color: #4d1919 !important; }
  .btn-danger.btn-tooltip div {
    color: white;
    background-color: #c03f3f; }
    .btn-danger.btn-tooltip div:before {
      border-top: 5px solid #c03f3f; }
  .btn-danger.btn-invert, .btn-danger.btn-invert[disabled]:hover, .btn-danger.btn-invert.disabled:hover {
    border: none !important;
    color: #c03f3f !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-danger.btn-invert:hover, .btn-danger.btn-invert:focus, .btn-danger.btn-invert:active, .btn-danger.btn-invert.active {
    background-color: #c03f3f !important;
    color: white !important; }

.btn-warning {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-warning, .btn-warning[disabled]:hover, .btn-warning.disabled:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-warning, .btn-warning[disabled]:hover, .btn-warning.disabled:hover {
      border: 1px solid #f2ac15 !important;
      color: #8f6408 !important;
      background-color: #f4ba3c !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #f2ac15, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    border: 1px solid #d7970c !important;
    background-color: #d7970c !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: #fef6e5 !important; }
  .btn-warning:active, .btn-warning:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-warning:active .tooltip, .btn-warning:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-warning[disabled], .btn-warning.disabled {
    opacity: .5; }
  .btn-warning.btn-loading {
    opacity: .7 !important;
    border: 1px solid #8f6408 !important; }
  .btn-warning.btn-loading:before {
    background-color: #8f6408 !important; }
  .btn-warning.btn-tooltip div {
    color: #8f6408;
    background-color: #f4ba3c; }
    .btn-warning.btn-tooltip div:before {
      border-top: 5px solid #f4ba3c; }
  .btn-warning.btn-invert, .btn-warning.btn-invert[disabled]:hover, .btn-warning.btn-invert.disabled:hover {
    border: none !important;
    color: #f4ba3c !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-warning.btn-invert:hover, .btn-warning.btn-invert:focus, .btn-warning.btn-invert:active, .btn-warning.btn-invert.active {
    background-color: #f4ba3c !important;
    color: #8f6408 !important; }

.btn-info {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-info, .btn-info[disabled]:hover, .btn-info.disabled:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-info, .btn-info[disabled]:hover, .btn-info.disabled:hover {
      border: 1px solid #00b1fd !important;
      color: #00638d !important;
      background-color: #27beff !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #00b1fd, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    border: 1px solid #0098da !important;
    background-color: #0098da !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: #daf4ff !important; }
  .btn-info:active, .btn-info:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-info:active .tooltip, .btn-info:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-info[disabled], .btn-info.disabled {
    opacity: .5; }
  .btn-info.btn-loading {
    opacity: .7 !important;
    border: 1px solid #00638d !important; }
  .btn-info.btn-loading:before {
    background-color: #00638d !important; }
  .btn-info.btn-tooltip div {
    color: #00638d;
    background-color: #27beff; }
    .btn-info.btn-tooltip div:before {
      border-top: 5px solid #27beff; }
  .btn-info.btn-invert, .btn-info.btn-invert[disabled]:hover, .btn-info.btn-invert.disabled:hover {
    border: none !important;
    color: #27beff !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-info.btn-invert:hover, .btn-info.btn-invert:focus, .btn-info.btn-invert:active, .btn-info.btn-invert.active {
    background-color: #27beff !important;
    color: #00638d !important; }

.btn, .ui-spinner .ui-spinner-button {
  border-radius: 0;
  height: 38px;
  outline: none !important;
  padding: 8px 13px;
  position: relative;
  z-index: 1;
  float: left;
  margin-left: 5px;
  position: relative; }

.btn:first-child, .ui-spinner .ui-spinner-button:first-child {
  margin-left: 0 !important; }

.btn i:after, .ui-spinner .ui-spinner-button i:after {
  content: "";
  position: relative;
  height: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 12px;
  margin-right: 7px; }

.btn.btn-no-text, .ui-calendar .ui-button, .ui-spinner .ui-spinner-button {
  min-width: 36px;
  text-align: center;
  padding: 0;
  z-index: 5; }

.btn.btn-no-text i:after, .ui-calendar .ui-button i:after, .ui-spinner .ui-spinner-button i:after {
  display: none; }

.btn.btn-no-bg, .ui-spinner .btn-no-bg.ui-spinner-button, .btn.btn-no-bg:hover, .ui-spinner .btn-no-bg.ui-spinner-button:hover {
  background-color: transparent !important; }

.btn-group > .btn:first-child, .ui-spinner .btn-group > .ui-spinner-button:first-child {
  margin-left: 5px !important; }

.btn-group .dropdown-menu {
  width: calc(100% - 4px);
  margin-left: 0;
  border-radius: 0px;
  padding: 0;
  left: 4px; }

.btn-group .dropdown-menu > li > a {
  padding: 8px 17px;
  cursor: pointer; }
  .btn-group .dropdown-menu > li > a i {
    margin-right: 10px; }

.btn-mini {
  width: auto !important;
  height: auto !important;
  min-width: 26px !important;
  min-height: 26px !important;
  padding: 0px 10px; }

.btn-block {
  text-align: left;
  float: none; }
  .btn-block:not(:first-child) {
    margin-top: 2px !important; }
  .btn-block.text-center {
    text-align: center !important; }

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

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

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

.btn-loading {
  pointer-events: none; }

.btn-loading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1; }

.btn-loading:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
  background-image: url(/assets/loading/loader-alt.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important; }

.btn-tooltip:hover div:not(:empty) {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -35px;
  padding: 5px 5px;
  border-radius: 3px;
  margin-right: 0px;
  font-size: 12px;
  display: inline-block; }

.btn-tooltip:hover div:not(:empty):before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -5px;
  right: 8px; }

.btn-tooltip div {
  display: none; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
.form-control {
  border-right: transparent !important; }

.control-label.is-required.ng-invalid ~ .ui-messages-required {
  display: block; }

.control-label.control-label-textarea {
  top: 0;
  padding: 6px 10px 2px 10px;
  background: #FFF;
  width: calc(100% - 20px);
  margin: 1px; }

.control-label.control-label-textarea:after {
  top: 4px !important; }

.form-inline {
  margin: 0 !important; }

.form-inline .row {
  margin: 0; }

.form-inline .row > div:not(:last-child) .row {
  margin-right: 0px !important; }

.form-inline .row .row {
  margin: 0 -15px !important; }

.form-inline .row fieldset legend {
  margin-left: -15px; }

.form-inline fieldset {
  line-height: 16px;
  margin-top: 30px !important;
  position: relative; }

.form-inline fieldset:first-child {
  margin-top: 5px !important; }

.form-inline fieldset legend i {
  margin-right: 5px; }

.form-inline fieldset legend {
  border-bottom: 2px solid #e4e4e4;
  width: auto;
  padding-bottom: 5px;
  color: #6b6b6b;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0 5px 5px; }

.form-inline fieldset legend:before {
  content: "";
  width: calc(100% - 20px);
  border-bottom: 1px solid #e4e4e4;
  position: absolute;
  margin-left: -5px;
  margin-top: 23px; }

.form-inline .form-group {
  padding: 0;
  margin-top: -1px; }

.form-inline .form-group:first-child .form-control,
.form-inline .form-group:first-child .ui-dropdown-label,
.form-inline .form-group:first-child .ui-inputtext,
.form-inline .form-group:first-child p-fileupload .ui-fileupload,
p-fileupload .form-inline .form-group:first-child .ui-fileupload,
.form-inline .form-group:first-child .ui-fileupload, .form-inline .form-group.col-md-12 .form-control,
.form-inline .form-group.col-md-12 .ui-dropdown-label,
.form-inline .form-group.col-md-12 .ui-inputtext,
.form-inline .form-group.col-md-12 p-fileupload .ui-fileupload,
p-fileupload .form-inline .form-group.col-md-12 .ui-fileupload,
.form-inline .form-group.col-md-12 .ui-fileupload {
  border-left-width: 1px !important; }

.form-inline .form-group select.form-control {
  padding: 27px 12px 0 5px !important; }

.form-inline .form-group .control-label-radio {
  cursor: pointer;
  font-weight: normal;
  margin-right: 10px;
  margin-top: 3px; }

.form-inline .form-group .control-label-radio:first-child {
  margin-right: 0; }

.form-inline .form-group .control-label-radio input {
  vertical-align: middle;
  margin-top: -1px; }

.form-inline .form-group textarea {
  height: auto !important; }

.input-group {
  display: flex !important;
  width: 100% !important; }
  .input-group .ui-message, .input-group p-fileupload .ui-fileupload .ui-messages, p-fileupload .ui-fileupload .input-group .ui-messages {
    right: 30px; }
  .input-group .input-group-btn {
    width: auto !important; }
  .input-group .control-label.is-required:after, .input-group .control-label.ng-required:after {
    right: 40px; }

.hll {
  background-color: #ffffcc; }

/*{ background: #f0f3f3; }*/
.c {
  color: #999; }

/* Comment */
.err {
  color: #AA0000;
  background-color: #FFAAAA; }

/* Error */
.k {
  color: #006699; }

/* Keyword */
.o {
  color: #555555; }

/* Operator */
.cm {
  color: #999; }

/* Comment.Multiline */
/* Edited to remove italics and make into comment */
.cp {
  color: #009999; }

/* Comment.Preproc */
.c1 {
  color: #999; }

/* Comment.Single */
.cs {
  color: #999; }

/* Comment.Special */
.gd {
  background-color: #FFCCCC;
  border: 1px solid #CC0000; }

/* Generic.Deleted */
.ge {
  font-style: italic; }

/* Generic.Emph */
.gr {
  color: #FF0000; }

/* Generic.Error */
.gh {
  color: #003300; }

/* Generic.Heading */
.gi {
  background-color: #CCFFCC;
  border: 1px solid #00CC00; }

/* Generic.Inserted */
.go {
  color: #AAAAAA; }

/* Generic.Output */
.gp {
  color: #000099; }

/* Generic.Prompt */
/* Generic.Strong */
.gu {
  color: #003300; }

/* Generic.Subheading */
.gt {
  color: #99CC66; }

/* Generic.Traceback */
.kc {
  color: #006699; }

/* Keyword.Constant */
.kd {
  color: #006699; }

/* Keyword.Declaration */
.kn {
  color: #006699; }

/* Keyword.Namespace */
.kp {
  color: #006699; }

/* Keyword.Pseudo */
.kr {
  color: #006699; }

/* Keyword.Reserved */
.kt {
  color: #007788; }

/* Keyword.Type */
.m {
  color: #FF6600; }

/* Literal.Number */
.s {
  color: #d44950; }

/* Literal.String */
.na {
  color: #4f9fcf; }

/* Name.Attribute */
.nb {
  color: #336666; }

/* Name.Builtin */
.nc {
  color: #00AA88; }

/* Name.Class */
.no {
  color: #336600; }

/* Name.Constant */
.nd {
  color: #9999FF; }

/* Name.Decorator */
.ni {
  color: #999999; }

/* Name.Entity */
.ne {
  color: #CC0000; }

/* Name.Exception */
.nf {
  color: #CC00FF; }

/* Name.Function */
.nl {
  color: #9999FF; }

/* Name.Label */
.nn {
  color: #00CCFF; }

/* Name.Namespace */
.nt {
  color: #2f6f9f; }

/* Name.Tag */
.nv {
  color: #003333; }

/* Name.Variable */
.ow {
  color: #000000; }

/* Operator.Word */
.w {
  color: #bbbbbb; }

/* Text.Whitespace */
.mf {
  color: #FF6600; }

/* Literal.Number.Float */
.mh {
  color: #FF6600; }

/* Literal.Number.Hex */
.mi {
  color: #FF6600; }

/* Literal.Number.Integer */
.mo {
  color: #FF6600; }

/* Literal.Number.Oct */
.sb {
  color: #CC3300; }

/* Literal.String.Backtick */
.sc {
  color: #CC3300; }

/* Literal.String.Char */
.sd {
  color: #CC3300;
  font-style: italic; }

/* Literal.String.Doc */
.s2 {
  color: #CC3300; }

/* Literal.String.Double */
.se {
  color: #CC3300; }

/* Literal.String.Escape */
.sh {
  color: #CC3300; }

/* Literal.String.Heredoc */
.si {
  color: #AA0000; }

/* Literal.String.Interpol */
.sx {
  color: #CC3300; }

/* Literal.String.Other */
.sr {
  color: #33AAAA; }

/* Literal.String.Regex */
.s1 {
  color: #CC3300; }

/* Literal.String.Single */
.ss {
  color: #FFCC33; }

/* Literal.String.Symbol */
.bp {
  color: #336666; }

/* Name.Builtin.Pseudo */
.vc {
  color: #003333; }

/* Name.Variable.Class */
.vg {
  color: #003333; }

/* Name.Variable.Global */
.vi {
  color: #003333; }

/* Name.Variable.Instance */
.il {
  color: #FF6600; }

/* Literal.Number.Integer.Long */
.css .o,
.css .o + .nt,
.css .nt + .nt {
  color: #999; }

.grid-card li {
  list-style: none;
  color: #767676;
  padding: 10px 0;
  border-bottom: 1px solid #edf3f8;
  font-size: 14px;
  line-height: 22px; }
  .grid-card li:hover {
    background: #edf3f8; }
  .grid-card li b {
    color: #13496a;
    font-weight: 500;
    font-size: 15px; }
  .grid-card li p {
    margin: 0; }
  .grid-card li span {
    color: #000; }

@media (max-width: 1024px) {
  .grid-card li > div {
    margin-bottom: 10px; } }

.card, .data-card table tbody tr, .tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li,
.panel {
  background: #FFF;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  border-radius: 0; }

.card .content, .data-card table tbody tr .content, .tooltip .content, .ui-datalist .ui-datalist-content .ui-datalist-data li .content,
.card .panel-body,
.data-card table tbody tr .panel-body,
.tooltip .panel-body,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-body,
.panel .content,
.panel .panel-body {
  padding: 10px;
  color: #767676;
  font-size: 13px;
  line-height: 16px; }

.ui-state-highlight .ui-selection-column:before {
  display: none; }

.data-card table {
  display: grid; }
  .data-card table thead th {
    width: 100%; }
  .data-card table tbody {
    display: block; }
    .data-card table tbody tr {
      display: inline-block;
      position: relative; }
      .data-card table tbody tr .ui-selection-column {
        position: absolute;
        margin-top: 15px;
        margin-left: 11px; }
      .data-card table tbody tr .ui-selection-column + td .header {
        padding-left: 40px; }
      .data-card table tbody tr td {
        border: none !important;
        padding: 0 !important;
        display: flex !important;
        width: 100%; }
        .data-card table tbody tr td .ui-cell-data {
          width: 100%; }
        .data-card table tbody tr td.ui-datatable-emptymessage {
          padding: 9px 10px !important; }
        .data-card table tbody tr td.kebab-column {
          display: table-cell;
          position: absolute;
          right: 5px;
          top: 2px;
          height: auto; }

.tooltip {
  padding: 0px !important;
  font-family: inherit;
  display: none;
  position: absolute;
  top: 44px;
  min-width: 424px;
  box-shadow: 0 5px 13px -4px rgba(0, 0, 0, 0.5), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
  text-align: left;
  background: #ffffff;
  border: 1px solid #ccc; }

.tooltip .header {
  background: #9eb8d0 !important;
  color: #fff !important; }

.tooltip ul li {
  margin-top: 10px; }

.tooltip ul li .fa {
  width: 20px;
  text-align: center; }

.tooltip:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ccc;
  position: absolute;
  top: -5px; }

.tooltip.right {
  right: -1px; }
  .tooltip.right:before {
    right: 12px; }

.tooltip.left {
  left: -1px; }
  .tooltip.left:before {
    left: 12px; }

.ui-inputtext, p-fileupload .ui-fileupload {
  width: 100%; }

.ui-inputwrapper-focus {
  /*
    .ui-fileupload-buttonbar {
        @extend %style-form-input-focus;
    }*/ }

p-dropdown {
  width: 100%; }

p-dropdown .ui-dropdown {
  width: 100% !important;
  border: none !important;
  border-radius: 0 !important; }

p-dropdown .ui-dropdown.ui-state-disabled .ui-dropdown-label, p-dropdown .ui-dropdown:disabled .ui-dropdown-label, p-dropdown .ui-dropdown[disabled] .ui-dropdown-label, p-dropdown .ui-dropdown[read-only] .ui-dropdown-label, p-dropdown .ui-dropdown[readonly] .ui-dropdown-label {
  cursor: not-allowed !important; }

p-dropdown .ui-dropdown.ui-state-focus, p-dropdown .ui-dropdown:not(.ui-state-disabled) {
  background-color: transparent !important;
  border-color: initial !important; }

p-dropdown .ui-dropdown.ui-state-focus .ui-dropdown-label, p-dropdown .ui-dropdown:not(.ui-state-disabled) .ui-dropdown-label {
  background-color: transparent !important; }

p-dropdown .ui-dropdown.ui-state-focus .ui-dropdown-trigger, p-dropdown .ui-dropdown:not(.ui-state-disabled) .ui-dropdown-trigger {
  background-color: transparent !important; }

p-dropdown .ui-dropdown.ui-dropdown-open {
  z-index: 15 !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-trigger .fa {
  transform: translate(-50%, -50%) rotate(180deg) !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel {
  animation: easeTop 0.1s ease;
  box-shadow: black 0 5px 15px -8px !important;
  margin-top: -1px !important;
  border-radius: 0 !important;
  top: 0;
  background: #FFF;
  border: 1px solid #ccc; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel .ui-dropdown-filter-container {
  width: 100% !important;
  background: #f5f5f5 !important;
  padding: 8px !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel .ui-dropdown-filter-container .fa {
  top: 1.18em !important;
  z-index: 6; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel .ui-dropdown-filter-container .ui-dropdown-filter {
  border-radius: 0 !important;
  padding: 2px 5px !important;
  border: 1px solid #ccc;
  font-size: 13px;
  min-height: 32px; }

p-dropdown .ui-dropdown .ui-dropdown-trigger {
  background-color: transparent !important; }

p-dropdown .ui-dropdown .ui-dropdown-trigger .fa {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  position: absolute !important;
  margin: 0 !important;
  transition: all 0.1s ease; }

p-inputmask {
  width: 100%;
  /*
     &.ng-dirty.ng-invalid {
         .ui-inputtext {
            @extend %style-form-input-error;
            &:focus { 
                @extend %style-form-input-error-focus;
            }
        }
    }*/ }

/*****************************
FAIXA DO Z-INDEX: 9000~9999
*****************************/
.ui-growl {
  width: 30em;
  left: 50%;
  margin-left: -15em;
  z-index: 9999 !important; }

.ui-growl .ui-growl-item-container {
  box-shadow: 0px 12px 15px -10px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  top: 0;
  opacity: 1;
  border-width: 2px !important;
  border-style: solid;
  animation: slideDownTop 0.1s ease; }
  .ui-growl .ui-growl-item-container:first-child {
    box-shadow: 0px calc( -100vh + -70px) 150px 100vh black, 0px 12px 15px -10px rgba(0, 0, 0, 0.3) !important; }

.ui-growl .ui-growl-item-container.ui-growl-message-success {
  border-top-color: #5eb960 !important;
  border-right-color: #5eb960 !important;
  border-bottom-color: #367b37 !important;
  border-left-color: #367b37 !important;
  background: rgba(69, 159, 71, 0.95) !important;
  color: #FFF !important; }

.ui-growl .ui-growl-item-container.ui-growl-message-success .ui-growl-image {
  background: #459f47;
  border-right: 1px solid #367b37;
  box-shadow: inset -1px 0px 0px #5eb960;
  color: #5eb960; }

.ui-growl .ui-growl-item-container.ui-growl-message-info {
  border-top-color: #098ad4 !important;
  border-right-color: #098ad4 !important;
  border-bottom-color: #054a72 !important;
  border-left-color: #054a72 !important;
  background: rgba(7, 106, 163, 0.95) !important;
  color: #FFF !important; }

.ui-growl .ui-growl-item-container.ui-growl-message-info .ui-growl-image {
  background: #076aa3;
  border-right: 1px solid #054a72;
  box-shadow: inset -1px 0px 0px #098ad4;
  color: #098ad4; }

.ui-growl .ui-growl-item-container.ui-growl-message-warn {
  border-top-color: #f19512 !important;
  border-right-color: #f19512 !important;
  border-bottom-color: #945b09 !important;
  border-left-color: #945b09 !important;
  background: rgba(196, 120, 12, 0.95) !important;
  color: #FFF !important; }

.ui-growl .ui-growl-item-container.ui-growl-message-warn .ui-growl-image {
  background: #c4780c;
  border-right: 1px solid #945b09;
  box-shadow: inset -1px 0px 0px #f19512;
  color: #f19512; }

.ui-growl .ui-growl-item-container.ui-growl-message-error {
  border-top-color: #c44d4c !important;
  border-right-color: #c44d4c !important;
  border-bottom-color: #802b2a !important;
  border-left-color: #802b2a !important;
  background: rgba(166, 56, 55, 0.95) !important;
  color: #FFF !important; }

.ui-growl .ui-growl-item-container.ui-growl-message-error .ui-growl-image {
  background: #a63837;
  border-right: 1px solid #802b2a;
  box-shadow: inset -1px 0px 0px #c44d4c;
  color: #c44d4c; }

.ui-growl .ui-growl-item-container .ui-growl-item {
  min-height: 5.3em;
  display: table;
  width: 100%; }

.ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-image {
  height: 100%;
  width: 3em;
  left: 0;
  top: 0; }
  .ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-image:before {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }

.ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-message {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 6em; }

.ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-message span, .ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-message p {
  padding: 0; }

.ui-message, p-fileupload .ui-fileupload .ui-messages {
  font-size: 0.85em;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  right: 5px;
  z-index: 16 !important;
  padding: 4px 6px;
  margin: 0;
  line-height: 13px;
  top: 49px;
  border: none;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.03em;
  color: #FFF;
  animation: easeTop 0.1s ease, fadeIn 0.1s ease;
  cursor: default !important; }

.ui-message.ui-messages-limited, p-fileupload .ui-fileupload .ui-messages-limited.ui-messages {
  display: inline-block;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis; }

.ui-message.ui-messages-limited:hover, p-fileupload .ui-fileupload .ui-messages-limited.ui-messages:hover {
  max-width: 100%;
  white-space: normal; }

.ui-message .fa, p-fileupload .ui-fileupload .ui-messages .fa {
  font-size: 10px;
  margin-right: 5px; }

.ui-message:before, p-fileupload .ui-fileupload .ui-messages:before {
  content: "";
  border: 1px solid;
  position: absolute;
  top: -4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: transparent; }

.ui-message.ui-messages-always-visible, p-fileupload .ui-fileupload .ui-messages-always-visible.ui-messages {
  display: block !important; }

.ui-message.ui-messages-error, p-fileupload .ui-fileupload .ui-messages-error.ui-messages, .ui-message.ui-messages-required, p-fileupload .ui-fileupload .ui-messages-required.ui-messages {
  background: #c74c4c; }

.ui-message.ui-messages-error:before, p-fileupload .ui-fileupload .ui-messages-error.ui-messages:before, .ui-message.ui-messages-required:before, p-fileupload .ui-fileupload .ui-messages-required.ui-messages:before {
  border-bottom: 4px solid #c74c4c; }

.ui-message.ui-messages-required, p-fileupload .ui-fileupload .ui-messages-required.ui-messages {
  display: none; }

.ui-message.ui-messages-info, p-fileupload .ui-fileupload .ui-messages-info.ui-messages {
  background: #ccc;
  display: none;
  color: #7d7d7d; }

.ui-message.ui-messages-info:before, p-fileupload .ui-fileupload .ui-messages-info.ui-messages:before {
  border-bottom: 4px solid #ccc; }

.ui-message.ui-message ~ .ui-message, p-fileupload .ui-fileupload .ui-messages ~ .ui-message, p-fileupload .ui-fileupload .ui-message.ui-message ~ .ui-messages, p-fileupload .ui-fileupload .ui-messages ~ .ui-messages {
  top: 73px !important; }

.ui-chkbox .ui-state-default,
.ui-radiobutton .ui-state-default {
  border: 1px solid #d6d6d6;
  background: #ffffff;
  color: #555555; }
  .ui-chkbox .ui-state-default.ui-state-active,
  .ui-radiobutton .ui-state-default.ui-state-active {
    border: 1px solid #6ba6bf;
    background: #6ba6bf;
    color: #FFFFFF; }

.ui-datatable thead.ui-datatable-thead tr {
  border-bottom: 2px solid #6ba6bf !important;
  border: transparent; }

.ui-datatable thead.ui-datatable-thead tr th {
  padding: 15px 10px;
  position: relative;
  text-align: left;
  overflow: inherit; }

.ui-datatable thead.ui-datatable-thead tr th:first-child:before {
  display: none !important; }

.ui-datatable thead.ui-datatable-thead tr th:before {
  content: "";
  position: absolute;
  border-right: 1px solid #eaeff2;
  height: 80%;
  left: -1px;
  top: 50%;
  transform: translateY(-50%); }

.ui-datatable thead.ui-datatable-thead tr th .ui-column-title {
  font-size: 15px;
  font-weight: bold; }

.ui-datatable thead.ui-datatable-thead tr th.col-icon {
  width: 40px;
  text-align: center; }

.ui-datatable thead.ui-datatable-thead tr th.kebab-column {
  width: 20px; }

.ui-datatable.ui-datatable-strippes tbody tr:nth-child(odd) {
  background: rgba(244, 247, 249, 0.53); }

.ui-datatable tbody {
  color: #767676;
  border-color: #eaeff2;
  border-left: transparent;
  cursor: pointer; }

.ui-datatable tbody tr.ui-widget-content.ui-state-highlight {
  background: #eaeff2; }

.ui-datatable tbody tr.ui-widget-content.ui-state-highlight td {
  overflow: initial; }

.ui-datatable tbody tr.ui-widget-content.ui-state-highlight td:first-child:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  background: #ffa751; }

.ui-datatable tbody tr.ui-widget-content:hover {
  background: #edf3f8; }

.ui-datatable tbody tr td {
  overflow: initial !important;
  position: relative;
  padding: 9px 10px !important; }

.ui-datatable tbody tr td .ui-data-strike {
  text-decoration: line-through;
  opacity: .6;
  pointer-events: none; }

.ui-datatable tbody tr td.ui-editable-column:not(.ui-cell-editing) .ui-cell-data:empty {
  min-height: 32px;
  display: inline-block; }

.ui-datatable tbody tr td.ui-editable-column:not(.ui-cell-editing) .ui-cell-data:empty:before {
  content: "";
  position: absolute;
  border: 1px solid #ccc !important;
  background: #Fff !important;
  padding: 3px !important;
  height: auto !important;
  min-height: 32px !important;
  display: inline-block;
  width: calc(100% - 20px);
  top: 0px;
  margin: 12px 10px;
  left: 0px; }

.ui-datatable tbody tr td .ui-cell-data .ui-inputtext, .ui-datatable tbody tr td .ui-cell-data p-fileupload .ui-fileupload, p-fileupload .ui-datatable tbody tr td .ui-cell-data .ui-fileupload,
.ui-datatable tbody tr td .ui-cell-editor .ui-inputtext,
.ui-datatable tbody tr td .ui-cell-editor p-fileupload .ui-fileupload,
p-fileupload .ui-datatable tbody tr td .ui-cell-editor .ui-fileupload {
  border: 1px solid #ccc !important;
  background: #Fff !important;
  padding: 3px !important;
  height: auto !important;
  min-height: auto !important; }

.ui-datatable tbody tr td .ui-cell-data .ui-dropdown-trigger,
.ui-datatable tbody tr td .ui-cell-editor .ui-dropdown-trigger {
  z-index: 10 !important; }

.ui-datatable tbody tr td .ui-cell-data .ui-inputwrapper-focus,
.ui-datatable tbody tr td .ui-cell-editor .ui-inputwrapper-focus {
  z-index: 100; }

.ui-datatable tbody tr td:last-child {
  border-right: transparent; }

.ui-datatable tbody tr td.kebab-column {
  width: 20px;
  text-align: center;
  position: relative;
  overflow: visible !important;
  height: 100%;
  cursor: pointer; }

.ui-datatable tbody tr td .ui-grid {
  margin: -10px;
  padding: 15px;
  background: #eaeff2; }

.ui-datatable tbody tr td .ui-grid .ui-grid-row:before {
  content: "";
  width: 2px;
  height: calc(100% + 1px);
  position: absolute;
  left: -1px;
  top: -1px;
  background: #ffa751; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
.input-group .btn, .input-group .ui-spinner .ui-spinner-button, .ui-spinner .input-group .ui-spinner-button,
.input-group .btn-group-addon, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose {
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: auto !important;
  border-left: 0px !important;
  transition: all .1s ease;
  /*margin-left: 1px;
        margin-right: -1px;*/
  margin: 0px;
  z-index: 5; }

.input-group .btn:hover, .input-group .ui-spinner .ui-spinner-button:hover, .ui-spinner .input-group .ui-spinner-button:hover,
.input-group .btn-group-addon:hover, .ui-calendar .ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:hover, .input-group .btn:focus, .input-group .ui-spinner .ui-spinner-button:focus, .ui-spinner .input-group .ui-spinner-button:focus,
.input-group .btn-group-addon:focus, .ui-calendar .ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus, .input-group .btn:active, .input-group .ui-spinner .ui-spinner-button:active, .ui-spinner .input-group .ui-spinner-button:active,
.input-group .btn-group-addon:active, .ui-calendar .ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active {
  box-shadow: none !important;
  border-left: 0px !important; }

.ui-datatable tbody tr td.kebab-column .btn-kebab,
.ui-datatable tbody tr td.kebab-column .btn-kebab-view {
  width: auto !important;
  height: auto !important;
  pointer-events: none;
  background: none !important;
  border: none !important;
  color: #13496a;
  margin: 0px !important;
  min-width: auto !important;
  z-index: 1; }

.form-inline .form-group .form-control, .ui-inputtext:not(.ui-dropdown-filter), p-fileupload .ui-fileupload:not(.ui-dropdown-filter), p-dropdown .ui-dropdown .ui-dropdown-label {
  transition: all 0.2s linear !important;
  height: 58px;
  min-height: 58px;
  padding: 25px 12px 0 9px !important;
  margin: 0 !important;
  display: block !important;
  font-size: 14px !important;
  color: #555 !important;
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  border-left-width: 0px !important;
  width: 100%;
  position: relative;
  z-index: 5; }

.input-single, .ui-datatable thead.ui-datatable-thead tr th .ui-inputtext, .ui-datatable thead.ui-datatable-thead tr th p-fileupload .ui-fileupload, p-fileupload .ui-datatable thead.ui-datatable-thead tr th .ui-fileupload {
  height: 38px;
  min-height: auto;
  border-bottom-width: 2px !important;
  box-shadow: none !important;
  padding: 6px 12px !important;
  border-radius: 0px !important;
  border-left-width: 1px !important; }

.form-inline .form-group .form-control:focus, .ui-inputwrapper-focus .ui-inputtext, .ui-inputwrapper-focus p-fileupload .ui-fileupload, p-fileupload .ui-inputwrapper-focus .ui-fileupload, p-dropdown .ui-dropdown.ui-dropdown-open, p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-label, p-chips .ui-chips .ui-inputtext.ui-state-focus, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload, p-chips .ui-chips .ui-inputtext:active, p-chips .ui-chips p-fileupload .ui-fileupload:active, p-fileupload p-chips .ui-chips .ui-fileupload:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  outline: 0;
  transition: all 0.2s linear;
  border-color: #66afe9 !important;
  position: relative;
  z-index: 6; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid, .form-inline .form-group .control-label-textarea.ng-invalid, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-label {
  background-color: rgba(242, 217, 217, 0.6) !important;
  border-color: #e09f9f !important;
  color: #e09f9f !important; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid:focus, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e09f9f !important; }

.form-inline .form-group .form-control:disabled, .form-inline .form-group .form-control[disabled], .form-inline .form-group .form-control[read-only], .form-inline .form-group .form-control[readonly], .form-inline .form-group .control-label-textarea:disabled, .form-inline .form-group .control-label-textarea[disabled], .form-inline .form-group .control-label-textarea[read-only], .form-inline .form-group .control-label-textarea[readonly], .ui-inputtext:disabled, p-fileupload .ui-fileupload:disabled, .ui-inputtext[disabled], p-fileupload .ui-fileupload[disabled], .ui-inputtext[read-only], p-fileupload .ui-fileupload[read-only], .ui-inputtext[readonly], p-fileupload .ui-fileupload[readonly], p-dropdown .ui-dropdown.ui-state-disabled, p-dropdown .ui-dropdown:disabled, p-dropdown .ui-dropdown[disabled], p-dropdown .ui-dropdown[read-only], p-dropdown .ui-dropdown[readonly] {
  opacity: 0.5 !important;
  background-color: #eee;
  cursor: not-allowed !important; }

.control-label {
  pointer-events: none;
  transition: all 0.2s linear;
  position: absolute;
  color: #979797;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 10px;
  top: 7px;
  left: 0;
  z-index: 7;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px; }
  .is-invalid.control-label, .ng-invalid.control-label {
    color: #c03f3f !important; }
  .is-required.control-label:after, .ng-required.control-label:after {
    content: "*";
    position: absolute;
    right: 8px;
    color: #c03f3f;
    z-index: 7;
    font-size: 12px;
    top: -4px;
    font-weight: 400; }
  .is-disabled.control-label, .ng-disabled.control-label {
    opacity: 0.5; }

.form-inline .form-group .form-control:focus ~ .ui-messages-info, .form-control:focus ~ .ui-messages-info, .ui-inputwrapper-focus ~ .ui-messages-info,
.form-inline .form-group .form-control:focus ~ .ui-messages-error,
.form-control:focus ~ .ui-messages-error,
.ui-inputwrapper-focus ~ .ui-messages-error {
  display: block !important; }

.ui-dialog .ui-dialog-titlebar {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  float: left;
  margin: 0px;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #13496a;
  font-weight: 500; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title i, .ui-confirmdialog .ui-dialog-content i:first-child {
  float: left;
  color: #fff;
  background: #6ba6bf;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 15px;
  line-height: normal !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items, .ui-dropdown-panel, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items {
  padding: 0 1px !important;
  background: #fff; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li, .ui-dropdown-panel li, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li {
  padding: 6px 9px; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li:hover, .ui-dropdown-panel li:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li:hover {
  background: #f5f5f5; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight, .ui-dropdown-panel li.ui-state-highlight, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight {
  background-color: #66b4e3 !important;
  color: #fff !important; }
  p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight:hover, .ui-dropdown-panel li.ui-state-highlight:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight:hover {
    background-color: #3b9fdb !important; }

.card .footer, .data-card table tbody tr .footer, .tooltip .footer, .ui-datalist .ui-datalist-content .ui-datalist-data li .footer,
.card .panel-footer,
.data-card table tbody tr .panel-footer,
.tooltip .panel-footer,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-footer,
.panel .footer,
.panel .panel-footer {
  padding: 10px;
  background: #edf3f8;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px;
  float: left;
  margin-top: 10px; }

.panel-line.card .panel-heading, .data-card table tbody tr.panel-line .panel-heading, .panel-line.tooltip .panel-heading, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-line .panel-heading, .panel-line.panel .panel-heading, .data-card table tbody tr td div.panel-line .panel-heading {
  border-bottom: 1px solid #dfe5e8; }

.card > .header, .data-card table tbody tr > .header, .tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header, .panel > .header, .data-card table tbody tr td div > .header,
.card .panel-heading,
.data-card table tbody tr .panel-heading,
.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading,
.panel .panel-heading {
  padding: 10px;
  font-size: 16px;
  color: #13496a; }

.card > .header i, .data-card table tbody tr > .header i, .tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header i, .panel > .header i, .data-card table tbody tr td div > .header i,
.card .panel-heading i,
.data-card table tbody tr .panel-heading i,
.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading i,
.panel .panel-heading i {
  color: #c0d3db;
  margin-right: 10px; }

.bar.card, .data-card table tbody tr.bar, .bar.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar,
.bar.panel, .data-card table tbody tr td div.bar {
  border-left: 2px solid; }

.bar.card .header, .data-card table tbody tr.bar .header, .bar.tooltip .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header, .bar.panel .header, .data-card table tbody tr td div.bar .header,
.bar.card .panel-heading,
.data-card table tbody tr.bar .panel-heading,
.bar.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading,
.bar.panel .panel-heading,
.data-card table tbody tr td div.bar .panel-heading {
  background: transparent !important;
  color: #13496a; }

.bar.card .header i, .data-card table tbody tr.bar .header i, .bar.tooltip .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header i, .bar.panel .header i, .data-card table tbody tr td div.bar .header i,
.bar.card .panel-heading i,
.data-card table tbody tr.bar .panel-heading i,
.bar.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading i,
.bar.panel .panel-heading i,
.data-card table tbody tr td div.bar .panel-heading i {
  color: #c0d3db !important; }

.bar.default.card, .data-card table tbody tr.bar.default, .bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.default,
.bar.default.panel, .data-card table tbody tr td div.bar.default {
  border-color: #777777; }

.default.card > .header, .data-card table tbody tr.default > .header, .default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header, .default.panel > .header, .data-card table tbody tr td div.default > .header,
.default.card > .panel-heading,
.data-card table tbody tr.default > .panel-heading,
.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading,
.default.panel > .panel-heading,
.data-card table tbody tr td div.default > .panel-heading, .panel-default.card > .header, .data-card table tbody tr.panel-default > .header, .panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header, .panel-default.panel > .header, .data-card table tbody tr td div.panel-default > .header,
.panel-default.card > .panel-heading,
.data-card table tbody tr.panel-default > .panel-heading,
.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading,
.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.panel-default > .panel-heading {
  background: #777777;
  color: #FFF;
  border-radius: 0; }

.default.card > .header i, .data-card table tbody tr.default > .header i, .default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header i, .default.panel > .header i, .data-card table tbody tr td div.default > .header i,
.default.card > .panel-heading i,
.data-card table tbody tr.default > .panel-heading i,
.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading i,
.default.panel > .panel-heading i,
.data-card table tbody tr td div.default > .panel-heading i, .panel-default.card > .header i, .data-card table tbody tr.panel-default > .header i, .panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header i, .panel-default.panel > .header i, .data-card table tbody tr td div.panel-default > .header i,
.panel-default.card > .panel-heading i,
.data-card table tbody tr.panel-default > .panel-heading i,
.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading i,
.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.panel-default > .panel-heading i {
  color: #FFF; }

.bar.success.card, .data-card table tbody tr.bar.success, .bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.success,
.bar.success.panel, .data-card table tbody tr td div.bar.success {
  border-color: #459f47; }

.success.card > .header, .data-card table tbody tr.success > .header, .success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header, .success.panel > .header, .data-card table tbody tr td div.success > .header,
.success.card > .panel-heading,
.data-card table tbody tr.success > .panel-heading,
.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading,
.success.panel > .panel-heading,
.data-card table tbody tr td div.success > .panel-heading, .panel-success.card > .header, .data-card table tbody tr.panel-success > .header, .panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header, .panel-success.panel > .header, .data-card table tbody tr td div.panel-success > .header,
.panel-success.card > .panel-heading,
.data-card table tbody tr.panel-success > .panel-heading,
.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading,
.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.panel-success > .panel-heading {
  background: #459f47;
  color: #FFF;
  border-radius: 0; }

.success.card > .header i, .data-card table tbody tr.success > .header i, .success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header i, .success.panel > .header i, .data-card table tbody tr td div.success > .header i,
.success.card > .panel-heading i,
.data-card table tbody tr.success > .panel-heading i,
.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading i,
.success.panel > .panel-heading i,
.data-card table tbody tr td div.success > .panel-heading i, .panel-success.card > .header i, .data-card table tbody tr.panel-success > .header i, .panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header i, .panel-success.panel > .header i, .data-card table tbody tr td div.panel-success > .header i,
.panel-success.card > .panel-heading i,
.data-card table tbody tr.panel-success > .panel-heading i,
.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading i,
.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.panel-success > .panel-heading i {
  color: #FFF; }

.bar.danger.card, .data-card table tbody tr.bar.danger, .bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.danger,
.bar.danger.panel, .data-card table tbody tr td div.bar.danger {
  border-color: #a63837; }

.danger.card > .header, .data-card table tbody tr.danger > .header, .danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header, .danger.panel > .header, .data-card table tbody tr td div.danger > .header,
.danger.card > .panel-heading,
.data-card table tbody tr.danger > .panel-heading,
.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading,
.danger.panel > .panel-heading,
.data-card table tbody tr td div.danger > .panel-heading, .panel-danger.card > .header, .data-card table tbody tr.panel-danger > .header, .panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header, .panel-danger.panel > .header, .data-card table tbody tr td div.panel-danger > .header,
.panel-danger.card > .panel-heading,
.data-card table tbody tr.panel-danger > .panel-heading,
.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading,
.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.panel-danger > .panel-heading {
  background: #a63837;
  color: #FFF;
  border-radius: 0; }

.danger.card > .header i, .data-card table tbody tr.danger > .header i, .danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header i, .danger.panel > .header i, .data-card table tbody tr td div.danger > .header i,
.danger.card > .panel-heading i,
.data-card table tbody tr.danger > .panel-heading i,
.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading i,
.danger.panel > .panel-heading i,
.data-card table tbody tr td div.danger > .panel-heading i, .panel-danger.card > .header i, .data-card table tbody tr.panel-danger > .header i, .panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header i, .panel-danger.panel > .header i, .data-card table tbody tr td div.panel-danger > .header i,
.panel-danger.card > .panel-heading i,
.data-card table tbody tr.panel-danger > .panel-heading i,
.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading i,
.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.panel-danger > .panel-heading i {
  color: #FFF; }

.bar.warning.card, .data-card table tbody tr.bar.warning, .bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.warning,
.bar.warning.panel, .data-card table tbody tr td div.bar.warning {
  border-color: #f0ad4e; }

.warning.card > .header, .data-card table tbody tr.warning > .header, .warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header, .warning.panel > .header, .data-card table tbody tr td div.warning > .header,
.warning.card > .panel-heading,
.data-card table tbody tr.warning > .panel-heading,
.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading,
.warning.panel > .panel-heading,
.data-card table tbody tr td div.warning > .panel-heading, .panel-warning.card > .header, .data-card table tbody tr.panel-warning > .header, .panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header, .panel-warning.panel > .header, .data-card table tbody tr td div.panel-warning > .header,
.panel-warning.card > .panel-heading,
.data-card table tbody tr.panel-warning > .panel-heading,
.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading,
.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.panel-warning > .panel-heading {
  background: #f0ad4e;
  color: #FFF;
  border-radius: 0; }

.warning.card > .header i, .data-card table tbody tr.warning > .header i, .warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header i, .warning.panel > .header i, .data-card table tbody tr td div.warning > .header i,
.warning.card > .panel-heading i,
.data-card table tbody tr.warning > .panel-heading i,
.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading i,
.warning.panel > .panel-heading i,
.data-card table tbody tr td div.warning > .panel-heading i, .panel-warning.card > .header i, .data-card table tbody tr.panel-warning > .header i, .panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header i, .panel-warning.panel > .header i, .data-card table tbody tr td div.panel-warning > .header i,
.panel-warning.card > .panel-heading i,
.data-card table tbody tr.panel-warning > .panel-heading i,
.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading i,
.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.panel-warning > .panel-heading i {
  color: #FFF; }

.bar.info.card, .data-card table tbody tr.bar.info, .bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.info,
.bar.info.panel, .data-card table tbody tr td div.bar.info {
  border-color: #6ba6bf; }

.info.card > .header, .data-card table tbody tr.info > .header, .info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header, .info.panel > .header, .data-card table tbody tr td div.info > .header,
.info.card > .panel-heading,
.data-card table tbody tr.info > .panel-heading,
.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading,
.info.panel > .panel-heading,
.data-card table tbody tr td div.info > .panel-heading, .panel-info.card > .header, .data-card table tbody tr.panel-info > .header, .panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header, .panel-info.panel > .header, .data-card table tbody tr td div.panel-info > .header,
.panel-info.card > .panel-heading,
.data-card table tbody tr.panel-info > .panel-heading,
.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading,
.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.panel-info > .panel-heading {
  background: #6ba6bf;
  color: #13496a;
  border-radius: 0; }

.info.card > .header i, .data-card table tbody tr.info > .header i, .info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header i, .info.panel > .header i, .data-card table tbody tr td div.info > .header i,
.info.card > .panel-heading i,
.data-card table tbody tr.info > .panel-heading i,
.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading i,
.info.panel > .panel-heading i,
.data-card table tbody tr td div.info > .panel-heading i, .panel-info.card > .header i, .data-card table tbody tr.panel-info > .header i, .panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header i, .panel-info.panel > .header i, .data-card table tbody tr td div.panel-info > .header i,
.panel-info.card > .panel-heading i,
.data-card table tbody tr.panel-info > .panel-heading i,
.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading i,
.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.panel-info > .panel-heading i {
  color: #13496a; }

.light.bar.default.card, .data-card table tbody tr.light.bar.default, .light.bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.default,
.light.bar.default.panel, .data-card table tbody tr td div.light.bar.default {
  border-color: #eaeaea; }

.light.default.card > .header, .data-card table tbody tr.light.default > .header, .light.default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header, .light.default.panel > .header, .data-card table tbody tr td div.light.default > .header,
.light.default.card > .panel-heading,
.data-card table tbody tr.light.default > .panel-heading,
.light.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading,
.light.default.panel > .panel-heading,
.data-card table tbody tr td div.light.default > .panel-heading, .light.panel-default.card > .header, .data-card table tbody tr.light.panel-default > .header, .light.panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header, .light.panel-default.panel > .header, .data-card table tbody tr td div.light.panel-default > .header,
.light.panel-default.card > .panel-heading,
.data-card table tbody tr.light.panel-default > .panel-heading,
.light.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading,
.light.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-default > .panel-heading {
  background: #eaeaea;
  color: #777777;
  border-radius: 0; }

.light.default.card > .header i, .data-card table tbody tr.light.default > .header i, .light.default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header i, .light.default.panel > .header i, .data-card table tbody tr td div.light.default > .header i,
.light.default.card > .panel-heading i,
.data-card table tbody tr.light.default > .panel-heading i,
.light.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading i,
.light.default.panel > .panel-heading i,
.data-card table tbody tr td div.light.default > .panel-heading i, .light.panel-default.card > .header i, .data-card table tbody tr.light.panel-default > .header i, .light.panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header i, .light.panel-default.panel > .header i, .data-card table tbody tr td div.light.panel-default > .header i,
.light.panel-default.card > .panel-heading i,
.data-card table tbody tr.light.panel-default > .panel-heading i,
.light.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading i,
.light.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-default > .panel-heading i {
  color: #777777; }

.light.bar.success.card, .data-card table tbody tr.light.bar.success, .light.bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.success,
.light.bar.success.panel, .data-card table tbody tr td div.light.bar.success {
  border-color: #d1ded1; }

.light.success.card > .header, .data-card table tbody tr.light.success > .header, .light.success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header, .light.success.panel > .header, .data-card table tbody tr td div.light.success > .header,
.light.success.card > .panel-heading,
.data-card table tbody tr.light.success > .panel-heading,
.light.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading,
.light.success.panel > .panel-heading,
.data-card table tbody tr td div.light.success > .panel-heading, .light.panel-success.card > .header, .data-card table tbody tr.light.panel-success > .header, .light.panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header, .light.panel-success.panel > .header, .data-card table tbody tr td div.light.panel-success > .header,
.light.panel-success.card > .panel-heading,
.data-card table tbody tr.light.panel-success > .panel-heading,
.light.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading,
.light.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-success > .panel-heading {
  background: #d1ded1;
  color: #459f47;
  border-radius: 0; }

.light.success.card > .header i, .data-card table tbody tr.light.success > .header i, .light.success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header i, .light.success.panel > .header i, .data-card table tbody tr td div.light.success > .header i,
.light.success.card > .panel-heading i,
.data-card table tbody tr.light.success > .panel-heading i,
.light.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading i,
.light.success.panel > .panel-heading i,
.data-card table tbody tr td div.light.success > .panel-heading i, .light.panel-success.card > .header i, .data-card table tbody tr.light.panel-success > .header i, .light.panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header i, .light.panel-success.panel > .header i, .data-card table tbody tr td div.light.panel-success > .header i,
.light.panel-success.card > .panel-heading i,
.data-card table tbody tr.light.panel-success > .panel-heading i,
.light.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading i,
.light.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-success > .panel-heading i {
  color: #459f47; }

.light.bar.danger.card, .data-card table tbody tr.light.bar.danger, .light.bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.danger,
.light.bar.danger.panel, .data-card table tbody tr td div.light.bar.danger {
  border-color: #eadfde; }

.light.danger.card > .header, .data-card table tbody tr.light.danger > .header, .light.danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header, .light.danger.panel > .header, .data-card table tbody tr td div.light.danger > .header,
.light.danger.card > .panel-heading,
.data-card table tbody tr.light.danger > .panel-heading,
.light.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading,
.light.danger.panel > .panel-heading,
.data-card table tbody tr td div.light.danger > .panel-heading, .light.panel-danger.card > .header, .data-card table tbody tr.light.panel-danger > .header, .light.panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header, .light.panel-danger.panel > .header, .data-card table tbody tr td div.light.panel-danger > .header,
.light.panel-danger.card > .panel-heading,
.data-card table tbody tr.light.panel-danger > .panel-heading,
.light.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading,
.light.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-danger > .panel-heading {
  background: #eadfde;
  color: #a63837;
  border-radius: 0; }

.light.danger.card > .header i, .data-card table tbody tr.light.danger > .header i, .light.danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header i, .light.danger.panel > .header i, .data-card table tbody tr td div.light.danger > .header i,
.light.danger.card > .panel-heading i,
.data-card table tbody tr.light.danger > .panel-heading i,
.light.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading i,
.light.danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.danger > .panel-heading i, .light.panel-danger.card > .header i, .data-card table tbody tr.light.panel-danger > .header i, .light.panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header i, .light.panel-danger.panel > .header i, .data-card table tbody tr td div.light.panel-danger > .header i,
.light.panel-danger.card > .panel-heading i,
.data-card table tbody tr.light.panel-danger > .panel-heading i,
.light.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading i,
.light.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-danger > .panel-heading i {
  color: #a63837; }

.light.bar.warning.card, .data-card table tbody tr.light.bar.warning, .light.bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.warning,
.light.bar.warning.panel, .data-card table tbody tr td div.light.bar.warning {
  border-color: #ece5da; }

.light.warning.card > .header, .data-card table tbody tr.light.warning > .header, .light.warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header, .light.warning.panel > .header, .data-card table tbody tr td div.light.warning > .header,
.light.warning.card > .panel-heading,
.data-card table tbody tr.light.warning > .panel-heading,
.light.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading,
.light.warning.panel > .panel-heading,
.data-card table tbody tr td div.light.warning > .panel-heading, .light.panel-warning.card > .header, .data-card table tbody tr.light.panel-warning > .header, .light.panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header, .light.panel-warning.panel > .header, .data-card table tbody tr td div.light.panel-warning > .header,
.light.panel-warning.card > .panel-heading,
.data-card table tbody tr.light.panel-warning > .panel-heading,
.light.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading,
.light.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-warning > .panel-heading {
  background: #ece5da;
  color: #926c36;
  border-radius: 0; }

.light.warning.card > .header i, .data-card table tbody tr.light.warning > .header i, .light.warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header i, .light.warning.panel > .header i, .data-card table tbody tr td div.light.warning > .header i,
.light.warning.card > .panel-heading i,
.data-card table tbody tr.light.warning > .panel-heading i,
.light.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading i,
.light.warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.warning > .panel-heading i, .light.panel-warning.card > .header i, .data-card table tbody tr.light.panel-warning > .header i, .light.panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header i, .light.panel-warning.panel > .header i, .data-card table tbody tr td div.light.panel-warning > .header i,
.light.panel-warning.card > .panel-heading i,
.data-card table tbody tr.light.panel-warning > .panel-heading i,
.light.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading i,
.light.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-warning > .panel-heading i {
  color: #926c36; }

.light.bar.info.card, .data-card table tbody tr.light.bar.info, .light.bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.info,
.light.bar.info.panel, .data-card table tbody tr td div.light.bar.info {
  border-color: #d3e0ea; }

.light.info.card > .header, .data-card table tbody tr.light.info > .header, .light.info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header, .light.info.panel > .header, .data-card table tbody tr td div.light.info > .header,
.light.info.card > .panel-heading,
.data-card table tbody tr.light.info > .panel-heading,
.light.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading,
.light.info.panel > .panel-heading,
.data-card table tbody tr td div.light.info > .panel-heading, .light.panel-info.card > .header, .data-card table tbody tr.light.panel-info > .header, .light.panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header, .light.panel-info.panel > .header, .data-card table tbody tr td div.light.panel-info > .header,
.light.panel-info.card > .panel-heading,
.data-card table tbody tr.light.panel-info > .panel-heading,
.light.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading,
.light.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-info > .panel-heading {
  background: #d3e0ea;
  color: #13496a;
  border-radius: 0; }

.light.info.card > .header i, .data-card table tbody tr.light.info > .header i, .light.info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header i, .light.info.panel > .header i, .data-card table tbody tr td div.light.info > .header i,
.light.info.card > .panel-heading i,
.data-card table tbody tr.light.info > .panel-heading i,
.light.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading i,
.light.info.panel > .panel-heading i,
.data-card table tbody tr td div.light.info > .panel-heading i, .light.panel-info.card > .header i, .data-card table tbody tr.light.panel-info > .header i, .light.panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header i, .light.panel-info.panel > .header i, .data-card table tbody tr td div.light.panel-info > .header i,
.light.panel-info.card > .panel-heading i,
.data-card table tbody tr.light.panel-info > .panel-heading i,
.light.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading i,
.light.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-info > .panel-heading i {
  color: #13496a; }

.ui-widget-overlay {
  z-index: 9000 !important;
  background: rgba(3, 21, 33, 0.85); }

.ui-dialog {
  z-index: 9001 !important;
  position: fixed;
  padding: 0;
  background: #fff;
  box-shadow: 0 9px 20px -6px rgba(0, 0, 0, 0.5);
  top: 40px !important; }
  .ui-dialog:not(.ui-confirmdialog) {
    width: 480px !important; }
  @media (min-width: 768px) {
    .ui-dialog:not(.ui-confirmdialog).modal-fluid {
      width: 90% !important; } }
  @media (max-width: 768px) {
    .ui-dialog:not(.ui-confirmdialog).modal-fluid {
      width: calc(100vw - 15px) !important; } }
  @media (min-width: 768px) {
    .ui-dialog:not(.ui-confirmdialog).modal-lg {
      width: 768px !important; } }
  @media (min-width: 992px) {
    .ui-dialog:not(.ui-confirmdialog).modal-lg {
      width: 992px !important; } }
  @media (min-width: 1200px) {
    .ui-dialog:not(.ui-confirmdialog).modal-lg {
      width: 1200px !important; } }
  @media (min-width: 768px) {
    .ui-dialog:not(.ui-confirmdialog).modal-md {
      width: 768px !important; } }
  @media (min-width: 992px) {
    .ui-dialog:not(.ui-confirmdialog).modal-md {
      width: 992px !important; } }
  @media (min-width: 768px) {
    .ui-dialog:not(.ui-confirmdialog).modal-sm {
      width: 768px !important; } }
  @media (min-width: 480px) {
    .ui-dialog:not(.ui-confirmdialog).modal-xs {
      width: 480px !important; } }

.ui-dialog .ui-dialog-titlebar {
  padding: 10px 20px;
  height: 65px;
  border-bottom: 1px solid #e5e5e5;
  background: #edf3f8; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  padding-top: 3px; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title h1, .ui-dialog .ui-dialog-titlebar .ui-dialog-title h2, .ui-dialog .ui-dialog-titlebar .ui-dialog-title h3, .ui-dialog .ui-dialog-titlebar .ui-dialog-title h4, .ui-dialog .ui-dialog-titlebar .ui-dialog-title h5, .ui-dialog .ui-dialog-titlebar .ui-dialog-title h6 {
  margin: 0px !important; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title p-header {
  width: 100%;
  display: flex;
  align-items: center; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  position: absolute;
  top: -10px;
  right: 10px;
  border-radius: 20px;
  width: 26px;
  height: 26px;
  padding: 4px 3px;
  background: #fff;
  color: #1f79a0;
  transition: all .1s ease; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  transform: scale(1.5);
  box-shadow: 0 4px 10px -5px #000;
  background: #1f79a0;
  color: #fff; }

.ui-dialog .ui-dialog-content {
  padding: 20px;
  overflow: auto;
  max-height: calc(100vh - 130px); }

.ui-dialog .ui-dialog-content .ui-dialog-overflow {
  overflow: auto;
  max-height: calc(100vh - 300px);
  padding: 20px;
  margin: -20px; }

.ui-dialog .ui-dialog-content p-footer {
  width: calc(100% + 40px);
  margin: -20px;
  margin-top: 20px; }

.ui-dialog .ui-dialog-footer {
  padding: 0; }

.ui-dialog p-footer {
  background: #edf3f8;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 15px 20px;
  margin-top: 0;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  float: left; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
app-calendar {
  width: 100%; }

.ui-calendar {
  width: 100%;
  display: flex; }

.ui-calendar .ui-button {
  position: relative; }

.ui-calendar .ui-button .ui-button-text {
  display: none; }

.ui-calendar .ui-button .ui-button-icon-left {
  margin: 0;
  margin-left: 2px;
  left: 0;
  position: relative; }

.ui-calendar .ui-datepicker {
  background: #FFF;
  right: 0px !important;
  left: auto !important;
  padding: 0; }

.ui-calendar .ui-datepicker .ui-datepicker-header.ui-widget-header {
  background: #d3dfea;
  border: 1px solid #d9d9d9;
  color: #1b1d1f;
  font-weight: normal; }

.ui-calendar .ui-datepicker .ui-datepicker-calendar thead {
  text-transform: uppercase; }

.ui-calendar .ui-datepicker .ui-datepicker-calendar td {
  border-bottom: 1px solid rgba(213, 213, 213, 0.5);
  padding: 0; }
  .ui-calendar .ui-datepicker .ui-datepicker-calendar td a {
    color: #222222;
    padding: 0.4em;
    text-align: center; }
    .ui-calendar .ui-datepicker .ui-datepicker-calendar td a.ui-state-highlight {
      background-color: #d3dfea; }
    .ui-calendar .ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
      background: #2693c2;
      color: #ffffff; }
    .ui-calendar .ui-datepicker .ui-datepicker-calendar td a:hover {
      color: #ffffff;
      background: #2693c2; }

.ui-calendar .ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
  cursor: default !important; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
p-chips {
  width: 100%; }

p-chips .ui-chips {
  height: 58px !important;
  position: relative; }

p-chips .ui-chips .ui-inputtext, p-chips .ui-chips p-fileupload .ui-fileupload, p-fileupload p-chips .ui-chips .ui-fileupload {
  overflow: hidden !important;
  position: relative !important;
  box-sizing: border-box;
  height: 58px !important;
  padding-top: 26px !important;
  padding-bottom: 3px !important; }

p-chips .ui-chips .ui-inputtext:before, p-chips .ui-chips p-fileupload .ui-fileupload:before, p-fileupload p-chips .ui-chips .ui-fileupload:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: calc(100% - 53px);
  left: 0;
  bottom: 0;
  z-index: 1; }

p-chips .ui-chips .ui-inputtext.ui-state-focus, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload, p-chips .ui-chips .ui-inputtext:active, p-chips .ui-chips p-fileupload .ui-fileupload:active, p-fileupload p-chips .ui-chips .ui-fileupload:active {
  overflow: hidden !important;
  padding-top: 26px !important;
  height: auto !important;
  z-index: 8 !important; }

p-chips .ui-chips .ui-inputtext.ui-state-focus:before, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload:before, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload:before, p-chips .ui-chips .ui-inputtext:active:before, p-chips .ui-chips p-fileupload .ui-fileupload:active:before, p-fileupload p-chips .ui-chips .ui-fileupload:active:before {
  z-index: 0; }

p-chips .ui-chips .ui-inputtext.ui-state-focus .ui-chips-input-token input, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload .ui-chips-input-token input, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload .ui-chips-input-token input, p-chips .ui-chips .ui-inputtext:active .ui-chips-input-token input, p-chips .ui-chips p-fileupload .ui-fileupload:active .ui-chips-input-token input, p-fileupload p-chips .ui-chips .ui-fileupload:active .ui-chips-input-token input {
  background: #edf3f8; }

p-chips .ui-chips .ui-chips-token {
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-right: 3px;
  margin-top: 2px;
  position: relative;
  float: left !important; }

p-chips .ui-chips .ui-chips-token:hover .ui-chips-token-icon {
  opacity: 1;
  z-index: 1; }

p-chips .ui-chips .ui-chips-token .ui-chips-token-label {
  background: #6ba6bf;
  color: #FFF;
  border-radius: 2px;
  padding: 4px 10px;
  position: relative;
  font-size: 12px;
  height: auto;
  cursor: pointer;
  line-height: initial;
  margin: 0; }

p-chips .ui-chips .ui-chips-token .ui-chips-token-icon {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 !important;
  background: rgba(59, 114, 137, 0.8);
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 7px;
  opacity: 0;
  transition: all 0.1s ease;
  border-radius: 2px;
  color: #fff; }

p-chips .ui-chips .ui-chips-input-token {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 1px; }

p-chips .ui-chips .ui-chips-input-token input {
  border-radius: 2px;
  padding: 4px 10px;
  position: relative;
  font-size: 12px;
  height: auto;
  line-height: initial;
  margin: 0; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
.input-group .btn, .input-group .ui-spinner .ui-spinner-button, .ui-spinner .input-group .ui-spinner-button,
.input-group .btn-group-addon, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose {
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: auto !important;
  border-left: 0px !important;
  transition: all .1s ease;
  /*margin-left: 1px;
        margin-right: -1px;*/
  margin: 0px;
  z-index: 5; }

.input-group .btn:hover, .input-group .ui-spinner .ui-spinner-button:hover, .ui-spinner .input-group .ui-spinner-button:hover,
.input-group .btn-group-addon:hover, .ui-calendar .ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:hover, .input-group .btn:focus, .input-group .ui-spinner .ui-spinner-button:focus, .ui-spinner .input-group .ui-spinner-button:focus,
.input-group .btn-group-addon:focus, .ui-calendar .ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus, .input-group .btn:active, .input-group .ui-spinner .ui-spinner-button:active, .ui-spinner .input-group .ui-spinner-button:active,
.input-group .btn-group-addon:active, .ui-calendar .ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active {
  box-shadow: none !important;
  border-left: 0px !important; }

.ui-datatable tbody tr td.kebab-column .btn-kebab,
.ui-datatable tbody tr td.kebab-column .btn-kebab-view {
  width: auto !important;
  height: auto !important;
  pointer-events: none;
  background: none !important;
  border: none !important;
  color: #13496a;
  margin: 0px !important;
  min-width: auto !important;
  z-index: 1; }

.form-inline .form-group .form-control, .ui-inputtext:not(.ui-dropdown-filter), p-fileupload .ui-fileupload:not(.ui-dropdown-filter), p-dropdown .ui-dropdown .ui-dropdown-label {
  transition: all 0.2s linear !important;
  height: 58px;
  min-height: 58px;
  padding: 25px 12px 0 9px !important;
  margin: 0 !important;
  display: block !important;
  font-size: 14px !important;
  color: #555 !important;
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  border-left-width: 0px !important;
  width: 100%;
  position: relative;
  z-index: 5; }

.input-single, .ui-datatable thead.ui-datatable-thead tr th .ui-inputtext, .ui-datatable thead.ui-datatable-thead tr th p-fileupload .ui-fileupload, p-fileupload .ui-datatable thead.ui-datatable-thead tr th .ui-fileupload {
  height: 38px;
  min-height: auto;
  border-bottom-width: 2px !important;
  box-shadow: none !important;
  padding: 6px 12px !important;
  border-radius: 0px !important;
  border-left-width: 1px !important; }

.form-inline .form-group .form-control:focus, .ui-inputwrapper-focus .ui-inputtext, .ui-inputwrapper-focus p-fileupload .ui-fileupload, p-fileupload .ui-inputwrapper-focus .ui-fileupload, p-dropdown .ui-dropdown.ui-dropdown-open, p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-label, p-chips .ui-chips .ui-inputtext.ui-state-focus, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload, p-chips .ui-chips .ui-inputtext:active, p-chips .ui-chips p-fileupload .ui-fileupload:active, p-fileupload p-chips .ui-chips .ui-fileupload:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  outline: 0;
  transition: all 0.2s linear;
  border-color: #66afe9 !important;
  position: relative;
  z-index: 6; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid, .form-inline .form-group .control-label-textarea.ng-invalid, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-label {
  background-color: rgba(242, 217, 217, 0.6) !important;
  border-color: #e09f9f !important;
  color: #e09f9f !important; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid:focus, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e09f9f !important; }

.form-inline .form-group .form-control:disabled, .form-inline .form-group .form-control[disabled], .form-inline .form-group .form-control[read-only], .form-inline .form-group .form-control[readonly], .form-inline .form-group .control-label-textarea:disabled, .form-inline .form-group .control-label-textarea[disabled], .form-inline .form-group .control-label-textarea[read-only], .form-inline .form-group .control-label-textarea[readonly], .ui-inputtext:disabled, p-fileupload .ui-fileupload:disabled, .ui-inputtext[disabled], p-fileupload .ui-fileupload[disabled], .ui-inputtext[read-only], p-fileupload .ui-fileupload[read-only], .ui-inputtext[readonly], p-fileupload .ui-fileupload[readonly], p-dropdown .ui-dropdown.ui-state-disabled, p-dropdown .ui-dropdown:disabled, p-dropdown .ui-dropdown[disabled], p-dropdown .ui-dropdown[read-only], p-dropdown .ui-dropdown[readonly] {
  opacity: 0.5 !important;
  background-color: #eee;
  cursor: not-allowed !important; }

.control-label {
  pointer-events: none;
  transition: all 0.2s linear;
  position: absolute;
  color: #979797;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 10px;
  top: 7px;
  left: 0;
  z-index: 7;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px; }
  .is-invalid.control-label, .ng-invalid.control-label {
    color: #c03f3f !important; }
  .is-required.control-label:after, .ng-required.control-label:after {
    content: "*";
    position: absolute;
    right: 8px;
    color: #c03f3f;
    z-index: 7;
    font-size: 12px;
    top: -4px;
    font-weight: 400; }
  .is-disabled.control-label, .ng-disabled.control-label {
    opacity: 0.5; }

.form-inline .form-group .form-control:focus ~ .ui-messages-info, .form-control:focus ~ .ui-messages-info, .ui-inputwrapper-focus ~ .ui-messages-info,
.form-inline .form-group .form-control:focus ~ .ui-messages-error,
.form-control:focus ~ .ui-messages-error,
.ui-inputwrapper-focus ~ .ui-messages-error {
  display: block !important; }

.ui-dialog .ui-dialog-titlebar {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  float: left;
  margin: 0px;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #13496a;
  font-weight: 500; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title i, .ui-confirmdialog .ui-dialog-content i:first-child {
  float: left;
  color: #fff;
  background: #6ba6bf;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 15px;
  line-height: normal !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items, .ui-dropdown-panel, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items {
  padding: 0 1px !important;
  background: #fff; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li, .ui-dropdown-panel li, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li {
  padding: 6px 9px; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li:hover, .ui-dropdown-panel li:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li:hover {
  background: #f5f5f5; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight, .ui-dropdown-panel li.ui-state-highlight, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight {
  background-color: #66b4e3 !important;
  color: #fff !important; }
  p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight:hover, .ui-dropdown-panel li.ui-state-highlight:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight:hover {
    background-color: #3b9fdb !important; }

.card .footer, .data-card table tbody tr .footer, .tooltip .footer, .ui-datalist .ui-datalist-content .ui-datalist-data li .footer,
.card .panel-footer,
.data-card table tbody tr .panel-footer,
.tooltip .panel-footer,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-footer,
.panel .footer,
.panel .panel-footer {
  padding: 10px;
  background: #edf3f8;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px;
  float: left;
  margin-top: 10px; }

.panel-line.card .panel-heading, .data-card table tbody tr.panel-line .panel-heading, .panel-line.tooltip .panel-heading, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-line .panel-heading, .panel-line.panel .panel-heading, .data-card table tbody tr td div.panel-line .panel-heading {
  border-bottom: 1px solid #dfe5e8; }

.card > .header, .data-card table tbody tr > .header, .tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header, .panel > .header, .data-card table tbody tr td div > .header,
.card .panel-heading,
.data-card table tbody tr .panel-heading,
.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading,
.panel .panel-heading {
  padding: 10px;
  font-size: 16px;
  color: #13496a; }

.card > .header i, .data-card table tbody tr > .header i, .tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header i, .panel > .header i, .data-card table tbody tr td div > .header i,
.card .panel-heading i,
.data-card table tbody tr .panel-heading i,
.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading i,
.panel .panel-heading i {
  color: #c0d3db;
  margin-right: 10px; }

.bar.card, .data-card table tbody tr.bar, .bar.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar,
.bar.panel, .data-card table tbody tr td div.bar {
  border-left: 2px solid; }

.bar.card .header, .data-card table tbody tr.bar .header, .bar.tooltip .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header, .bar.panel .header, .data-card table tbody tr td div.bar .header,
.bar.card .panel-heading,
.data-card table tbody tr.bar .panel-heading,
.bar.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading,
.bar.panel .panel-heading,
.data-card table tbody tr td div.bar .panel-heading {
  background: transparent !important;
  color: #13496a; }

.bar.card .header i, .data-card table tbody tr.bar .header i, .bar.tooltip .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header i, .bar.panel .header i, .data-card table tbody tr td div.bar .header i,
.bar.card .panel-heading i,
.data-card table tbody tr.bar .panel-heading i,
.bar.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading i,
.bar.panel .panel-heading i,
.data-card table tbody tr td div.bar .panel-heading i {
  color: #c0d3db !important; }

.bar.default.card, .data-card table tbody tr.bar.default, .bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.default,
.bar.default.panel, .data-card table tbody tr td div.bar.default {
  border-color: #777777; }

.default.card > .header, .data-card table tbody tr.default > .header, .default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header, .default.panel > .header, .data-card table tbody tr td div.default > .header,
.default.card > .panel-heading,
.data-card table tbody tr.default > .panel-heading,
.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading,
.default.panel > .panel-heading,
.data-card table tbody tr td div.default > .panel-heading, .panel-default.card > .header, .data-card table tbody tr.panel-default > .header, .panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header, .panel-default.panel > .header, .data-card table tbody tr td div.panel-default > .header,
.panel-default.card > .panel-heading,
.data-card table tbody tr.panel-default > .panel-heading,
.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading,
.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.panel-default > .panel-heading {
  background: #777777;
  color: #FFF;
  border-radius: 0; }

.default.card > .header i, .data-card table tbody tr.default > .header i, .default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header i, .default.panel > .header i, .data-card table tbody tr td div.default > .header i,
.default.card > .panel-heading i,
.data-card table tbody tr.default > .panel-heading i,
.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading i,
.default.panel > .panel-heading i,
.data-card table tbody tr td div.default > .panel-heading i, .panel-default.card > .header i, .data-card table tbody tr.panel-default > .header i, .panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header i, .panel-default.panel > .header i, .data-card table tbody tr td div.panel-default > .header i,
.panel-default.card > .panel-heading i,
.data-card table tbody tr.panel-default > .panel-heading i,
.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading i,
.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.panel-default > .panel-heading i {
  color: #FFF; }

.bar.success.card, .data-card table tbody tr.bar.success, .bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.success,
.bar.success.panel, .data-card table tbody tr td div.bar.success {
  border-color: #459f47; }

.success.card > .header, .data-card table tbody tr.success > .header, .success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header, .success.panel > .header, .data-card table tbody tr td div.success > .header,
.success.card > .panel-heading,
.data-card table tbody tr.success > .panel-heading,
.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading,
.success.panel > .panel-heading,
.data-card table tbody tr td div.success > .panel-heading, .panel-success.card > .header, .data-card table tbody tr.panel-success > .header, .panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header, .panel-success.panel > .header, .data-card table tbody tr td div.panel-success > .header,
.panel-success.card > .panel-heading,
.data-card table tbody tr.panel-success > .panel-heading,
.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading,
.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.panel-success > .panel-heading {
  background: #459f47;
  color: #FFF;
  border-radius: 0; }

.success.card > .header i, .data-card table tbody tr.success > .header i, .success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header i, .success.panel > .header i, .data-card table tbody tr td div.success > .header i,
.success.card > .panel-heading i,
.data-card table tbody tr.success > .panel-heading i,
.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading i,
.success.panel > .panel-heading i,
.data-card table tbody tr td div.success > .panel-heading i, .panel-success.card > .header i, .data-card table tbody tr.panel-success > .header i, .panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header i, .panel-success.panel > .header i, .data-card table tbody tr td div.panel-success > .header i,
.panel-success.card > .panel-heading i,
.data-card table tbody tr.panel-success > .panel-heading i,
.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading i,
.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.panel-success > .panel-heading i {
  color: #FFF; }

.bar.danger.card, .data-card table tbody tr.bar.danger, .bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.danger,
.bar.danger.panel, .data-card table tbody tr td div.bar.danger {
  border-color: #a63837; }

.danger.card > .header, .data-card table tbody tr.danger > .header, .danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header, .danger.panel > .header, .data-card table tbody tr td div.danger > .header,
.danger.card > .panel-heading,
.data-card table tbody tr.danger > .panel-heading,
.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading,
.danger.panel > .panel-heading,
.data-card table tbody tr td div.danger > .panel-heading, .panel-danger.card > .header, .data-card table tbody tr.panel-danger > .header, .panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header, .panel-danger.panel > .header, .data-card table tbody tr td div.panel-danger > .header,
.panel-danger.card > .panel-heading,
.data-card table tbody tr.panel-danger > .panel-heading,
.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading,
.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.panel-danger > .panel-heading {
  background: #a63837;
  color: #FFF;
  border-radius: 0; }

.danger.card > .header i, .data-card table tbody tr.danger > .header i, .danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header i, .danger.panel > .header i, .data-card table tbody tr td div.danger > .header i,
.danger.card > .panel-heading i,
.data-card table tbody tr.danger > .panel-heading i,
.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading i,
.danger.panel > .panel-heading i,
.data-card table tbody tr td div.danger > .panel-heading i, .panel-danger.card > .header i, .data-card table tbody tr.panel-danger > .header i, .panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header i, .panel-danger.panel > .header i, .data-card table tbody tr td div.panel-danger > .header i,
.panel-danger.card > .panel-heading i,
.data-card table tbody tr.panel-danger > .panel-heading i,
.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading i,
.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.panel-danger > .panel-heading i {
  color: #FFF; }

.bar.warning.card, .data-card table tbody tr.bar.warning, .bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.warning,
.bar.warning.panel, .data-card table tbody tr td div.bar.warning {
  border-color: #f0ad4e; }

.warning.card > .header, .data-card table tbody tr.warning > .header, .warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header, .warning.panel > .header, .data-card table tbody tr td div.warning > .header,
.warning.card > .panel-heading,
.data-card table tbody tr.warning > .panel-heading,
.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading,
.warning.panel > .panel-heading,
.data-card table tbody tr td div.warning > .panel-heading, .panel-warning.card > .header, .data-card table tbody tr.panel-warning > .header, .panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header, .panel-warning.panel > .header, .data-card table tbody tr td div.panel-warning > .header,
.panel-warning.card > .panel-heading,
.data-card table tbody tr.panel-warning > .panel-heading,
.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading,
.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.panel-warning > .panel-heading {
  background: #f0ad4e;
  color: #FFF;
  border-radius: 0; }

.warning.card > .header i, .data-card table tbody tr.warning > .header i, .warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header i, .warning.panel > .header i, .data-card table tbody tr td div.warning > .header i,
.warning.card > .panel-heading i,
.data-card table tbody tr.warning > .panel-heading i,
.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading i,
.warning.panel > .panel-heading i,
.data-card table tbody tr td div.warning > .panel-heading i, .panel-warning.card > .header i, .data-card table tbody tr.panel-warning > .header i, .panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header i, .panel-warning.panel > .header i, .data-card table tbody tr td div.panel-warning > .header i,
.panel-warning.card > .panel-heading i,
.data-card table tbody tr.panel-warning > .panel-heading i,
.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading i,
.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.panel-warning > .panel-heading i {
  color: #FFF; }

.bar.info.card, .data-card table tbody tr.bar.info, .bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.info,
.bar.info.panel, .data-card table tbody tr td div.bar.info {
  border-color: #6ba6bf; }

.info.card > .header, .data-card table tbody tr.info > .header, .info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header, .info.panel > .header, .data-card table tbody tr td div.info > .header,
.info.card > .panel-heading,
.data-card table tbody tr.info > .panel-heading,
.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading,
.info.panel > .panel-heading,
.data-card table tbody tr td div.info > .panel-heading, .panel-info.card > .header, .data-card table tbody tr.panel-info > .header, .panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header, .panel-info.panel > .header, .data-card table tbody tr td div.panel-info > .header,
.panel-info.card > .panel-heading,
.data-card table tbody tr.panel-info > .panel-heading,
.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading,
.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.panel-info > .panel-heading {
  background: #6ba6bf;
  color: #13496a;
  border-radius: 0; }

.info.card > .header i, .data-card table tbody tr.info > .header i, .info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header i, .info.panel > .header i, .data-card table tbody tr td div.info > .header i,
.info.card > .panel-heading i,
.data-card table tbody tr.info > .panel-heading i,
.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading i,
.info.panel > .panel-heading i,
.data-card table tbody tr td div.info > .panel-heading i, .panel-info.card > .header i, .data-card table tbody tr.panel-info > .header i, .panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header i, .panel-info.panel > .header i, .data-card table tbody tr td div.panel-info > .header i,
.panel-info.card > .panel-heading i,
.data-card table tbody tr.panel-info > .panel-heading i,
.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading i,
.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.panel-info > .panel-heading i {
  color: #13496a; }

.light.bar.default.card, .data-card table tbody tr.light.bar.default, .light.bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.default,
.light.bar.default.panel, .data-card table tbody tr td div.light.bar.default {
  border-color: #eaeaea; }

.light.default.card > .header, .data-card table tbody tr.light.default > .header, .light.default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header, .light.default.panel > .header, .data-card table tbody tr td div.light.default > .header,
.light.default.card > .panel-heading,
.data-card table tbody tr.light.default > .panel-heading,
.light.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading,
.light.default.panel > .panel-heading,
.data-card table tbody tr td div.light.default > .panel-heading, .light.panel-default.card > .header, .data-card table tbody tr.light.panel-default > .header, .light.panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header, .light.panel-default.panel > .header, .data-card table tbody tr td div.light.panel-default > .header,
.light.panel-default.card > .panel-heading,
.data-card table tbody tr.light.panel-default > .panel-heading,
.light.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading,
.light.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-default > .panel-heading {
  background: #eaeaea;
  color: #777777;
  border-radius: 0; }

.light.default.card > .header i, .data-card table tbody tr.light.default > .header i, .light.default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header i, .light.default.panel > .header i, .data-card table tbody tr td div.light.default > .header i,
.light.default.card > .panel-heading i,
.data-card table tbody tr.light.default > .panel-heading i,
.light.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading i,
.light.default.panel > .panel-heading i,
.data-card table tbody tr td div.light.default > .panel-heading i, .light.panel-default.card > .header i, .data-card table tbody tr.light.panel-default > .header i, .light.panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header i, .light.panel-default.panel > .header i, .data-card table tbody tr td div.light.panel-default > .header i,
.light.panel-default.card > .panel-heading i,
.data-card table tbody tr.light.panel-default > .panel-heading i,
.light.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading i,
.light.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-default > .panel-heading i {
  color: #777777; }

.light.bar.success.card, .data-card table tbody tr.light.bar.success, .light.bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.success,
.light.bar.success.panel, .data-card table tbody tr td div.light.bar.success {
  border-color: #d1ded1; }

.light.success.card > .header, .data-card table tbody tr.light.success > .header, .light.success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header, .light.success.panel > .header, .data-card table tbody tr td div.light.success > .header,
.light.success.card > .panel-heading,
.data-card table tbody tr.light.success > .panel-heading,
.light.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading,
.light.success.panel > .panel-heading,
.data-card table tbody tr td div.light.success > .panel-heading, .light.panel-success.card > .header, .data-card table tbody tr.light.panel-success > .header, .light.panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header, .light.panel-success.panel > .header, .data-card table tbody tr td div.light.panel-success > .header,
.light.panel-success.card > .panel-heading,
.data-card table tbody tr.light.panel-success > .panel-heading,
.light.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading,
.light.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-success > .panel-heading {
  background: #d1ded1;
  color: #459f47;
  border-radius: 0; }

.light.success.card > .header i, .data-card table tbody tr.light.success > .header i, .light.success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header i, .light.success.panel > .header i, .data-card table tbody tr td div.light.success > .header i,
.light.success.card > .panel-heading i,
.data-card table tbody tr.light.success > .panel-heading i,
.light.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading i,
.light.success.panel > .panel-heading i,
.data-card table tbody tr td div.light.success > .panel-heading i, .light.panel-success.card > .header i, .data-card table tbody tr.light.panel-success > .header i, .light.panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header i, .light.panel-success.panel > .header i, .data-card table tbody tr td div.light.panel-success > .header i,
.light.panel-success.card > .panel-heading i,
.data-card table tbody tr.light.panel-success > .panel-heading i,
.light.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading i,
.light.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-success > .panel-heading i {
  color: #459f47; }

.light.bar.danger.card, .data-card table tbody tr.light.bar.danger, .light.bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.danger,
.light.bar.danger.panel, .data-card table tbody tr td div.light.bar.danger {
  border-color: #eadfde; }

.light.danger.card > .header, .data-card table tbody tr.light.danger > .header, .light.danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header, .light.danger.panel > .header, .data-card table tbody tr td div.light.danger > .header,
.light.danger.card > .panel-heading,
.data-card table tbody tr.light.danger > .panel-heading,
.light.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading,
.light.danger.panel > .panel-heading,
.data-card table tbody tr td div.light.danger > .panel-heading, .light.panel-danger.card > .header, .data-card table tbody tr.light.panel-danger > .header, .light.panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header, .light.panel-danger.panel > .header, .data-card table tbody tr td div.light.panel-danger > .header,
.light.panel-danger.card > .panel-heading,
.data-card table tbody tr.light.panel-danger > .panel-heading,
.light.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading,
.light.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-danger > .panel-heading {
  background: #eadfde;
  color: #a63837;
  border-radius: 0; }

.light.danger.card > .header i, .data-card table tbody tr.light.danger > .header i, .light.danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header i, .light.danger.panel > .header i, .data-card table tbody tr td div.light.danger > .header i,
.light.danger.card > .panel-heading i,
.data-card table tbody tr.light.danger > .panel-heading i,
.light.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading i,
.light.danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.danger > .panel-heading i, .light.panel-danger.card > .header i, .data-card table tbody tr.light.panel-danger > .header i, .light.panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header i, .light.panel-danger.panel > .header i, .data-card table tbody tr td div.light.panel-danger > .header i,
.light.panel-danger.card > .panel-heading i,
.data-card table tbody tr.light.panel-danger > .panel-heading i,
.light.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading i,
.light.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-danger > .panel-heading i {
  color: #a63837; }

.light.bar.warning.card, .data-card table tbody tr.light.bar.warning, .light.bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.warning,
.light.bar.warning.panel, .data-card table tbody tr td div.light.bar.warning {
  border-color: #ece5da; }

.light.warning.card > .header, .data-card table tbody tr.light.warning > .header, .light.warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header, .light.warning.panel > .header, .data-card table tbody tr td div.light.warning > .header,
.light.warning.card > .panel-heading,
.data-card table tbody tr.light.warning > .panel-heading,
.light.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading,
.light.warning.panel > .panel-heading,
.data-card table tbody tr td div.light.warning > .panel-heading, .light.panel-warning.card > .header, .data-card table tbody tr.light.panel-warning > .header, .light.panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header, .light.panel-warning.panel > .header, .data-card table tbody tr td div.light.panel-warning > .header,
.light.panel-warning.card > .panel-heading,
.data-card table tbody tr.light.panel-warning > .panel-heading,
.light.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading,
.light.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-warning > .panel-heading {
  background: #ece5da;
  color: #926c36;
  border-radius: 0; }

.light.warning.card > .header i, .data-card table tbody tr.light.warning > .header i, .light.warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header i, .light.warning.panel > .header i, .data-card table tbody tr td div.light.warning > .header i,
.light.warning.card > .panel-heading i,
.data-card table tbody tr.light.warning > .panel-heading i,
.light.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading i,
.light.warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.warning > .panel-heading i, .light.panel-warning.card > .header i, .data-card table tbody tr.light.panel-warning > .header i, .light.panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header i, .light.panel-warning.panel > .header i, .data-card table tbody tr td div.light.panel-warning > .header i,
.light.panel-warning.card > .panel-heading i,
.data-card table tbody tr.light.panel-warning > .panel-heading i,
.light.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading i,
.light.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-warning > .panel-heading i {
  color: #926c36; }

.light.bar.info.card, .data-card table tbody tr.light.bar.info, .light.bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.info,
.light.bar.info.panel, .data-card table tbody tr td div.light.bar.info {
  border-color: #d3e0ea; }

.light.info.card > .header, .data-card table tbody tr.light.info > .header, .light.info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header, .light.info.panel > .header, .data-card table tbody tr td div.light.info > .header,
.light.info.card > .panel-heading,
.data-card table tbody tr.light.info > .panel-heading,
.light.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading,
.light.info.panel > .panel-heading,
.data-card table tbody tr td div.light.info > .panel-heading, .light.panel-info.card > .header, .data-card table tbody tr.light.panel-info > .header, .light.panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header, .light.panel-info.panel > .header, .data-card table tbody tr td div.light.panel-info > .header,
.light.panel-info.card > .panel-heading,
.data-card table tbody tr.light.panel-info > .panel-heading,
.light.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading,
.light.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-info > .panel-heading {
  background: #d3e0ea;
  color: #13496a;
  border-radius: 0; }

.light.info.card > .header i, .data-card table tbody tr.light.info > .header i, .light.info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header i, .light.info.panel > .header i, .data-card table tbody tr td div.light.info > .header i,
.light.info.card > .panel-heading i,
.data-card table tbody tr.light.info > .panel-heading i,
.light.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading i,
.light.info.panel > .panel-heading i,
.data-card table tbody tr td div.light.info > .panel-heading i, .light.panel-info.card > .header i, .data-card table tbody tr.light.panel-info > .header i, .light.panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header i, .light.panel-info.panel > .header i, .data-card table tbody tr td div.light.panel-info > .header i,
.light.panel-info.card > .panel-heading i,
.data-card table tbody tr.light.panel-info > .panel-heading i,
.light.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading i,
.light.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-info > .panel-heading i {
  color: #13496a; }

.ui-confirmdialog {
  z-index: 9003 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 400px; }

.ui-confirmdialog .ui-dialog-titlebar .ui-dialog-title {
  padding-left: 45px !important; }

.ui-confirmdialog .ui-dialog-content {
  overflow: inherit !important;
  padding: 20px !important; }

.ui-confirmdialog .ui-dialog-content i:first-child {
  top: -44px !important;
  position: absolute;
  left: 20px; }

.ui-confirmdialog .ui-dialog-buttonpane {
  margin: 0px;
  padding: 0px; }

.ui-confirmdialog .ui-dialog-buttonpane p-footer {
  width: 100%;
  padding: 5px;
  margin: 0px;
  margin-bottom: -13px; }

.ui-confirmdialog .ui-dialog-footer p-footer button {
  float: right;
  margin-right: 5px; }

.ui-widget-overlay ~ .ui-widget-overlay {
  z-index: 9002 !important; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
p-paginator {
  text-align: right;
  display: block; }

p-paginator .ui-paginator {
  background: #f0f5f9;
  padding: 4px !important;
  border: 1px solid #e1e8ed !important;
  display: inline-block;
  margin-top: 10px; }

p-paginator .ui-paginator.ui-paginator-bottom {
  margin-right: 5px; }

p-paginator .ui-paginator .ui-paginator-element {
  color: #6ba6bf;
  text-align: center;
  width: 30px;
  margin: 0px;
  float: left;
  border-right: 1px solid #e1e8ed; }

p-paginator .ui-paginator .ui-paginator-element:last-child {
  border-right: none; }

p-paginator .ui-paginator .ui-paginator-element:not(.ui-state-disabled):hover {
  background: #e1e8ed; }

p-paginator .ui-paginator .ui-paginator-element.ui-state-disabled {
  cursor: not-allowed !important; }

p-paginator .ui-paginator .ui-paginator-element.ui-state-disabled span {
  opacity: .3; }

p-paginator .ui-paginator .ui-paginator-element span {
  font-size: 11px; }

p-paginator .ui-paginator .ui-paginator-pages {
  padding: 0px;
  margin: 0px;
  float: left;
  border-right: 1px solid #e1e8ed; }

p-paginator .ui-paginator .ui-paginator-pages a {
  color: #767676;
  padding: 2px; }

p-paginator .ui-paginator .ui-paginator-pages a.ui-state-active {
  background: #f8842a !important;
  color: #fff !important; }

.ui-accordion .ui-accordion .ui-accordion-header {
  background: #417f9a; }
  .ui-accordion .ui-accordion .ui-accordion-header.ui-state-active, .ui-accordion .ui-accordion .ui-accordion-header:hover {
    background: #285f77; }

.ui-accordion .ui-accordion-header {
  background: #6ba6bf;
  padding: 15px;
  font-weight: 400;
  transition: linear all .1s; }

.ui-accordion .ui-accordion-header a {
  color: #fff;
  text-decoration: none; }

.ui-accordion .ui-accordion-header .fa {
  color: #fff;
  margin-left: 6px; }

.ui-accordion .ui-accordion-header.ui-state-active, .ui-accordion .ui-accordion-header:hover {
  background: #417f9a; }

.ui-accordion .ui-accordion-content-wrapper {
  background: #fff;
  border: 1px solid #d4dce1;
  margin-bottom: 5px; }

.ui-tabview {
  padding: 0 !important; }

.ui-tabview .ui-tabview-nav {
  padding: 0 !important; }

.ui-tabview .ui-tabview-nav .ui-state-default {
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  color: #6ba6bf; }

.ui-tabview .ui-tabview-nav .ui-state-default a {
  color: inherit; }

.ui-tabview .ui-tabview-nav .ui-state-default a .ui-tabview-left-icon ~ .ui-tabview-title {
  margin-left: 5px; }

.ui-tabview .ui-tabview-nav .ui-state-default.ui-state-active {
  background: #fff;
  box-shadow: 0 -2px 2px 1px #ddd !important;
  color: #093854; }

.ui-tabview .ui-tabview-nav .ui-state-default.ui-state-active:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -2px;
  background: #ffa751; }

.ui-tabview .ui-tabview-panels {
  background: #FFF;
  box-shadow: 0 0 2px 1px #ddd !important; }

.ui-tabview .ui-tabview-panels .footer {
  background: #edf3f8;
  display: inline-block;
  position: relative;
  margin-top: 0;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  padding: 10px;
  margin: -14px;
  margin-top: 20px;
  width: calc(100% + 28px);
  margin-bottom: -21px; }

.ui-tabview.ui-tabview-left .ui-tabview-nav {
  width: 17%; }

.ui-tabview.ui-tabview-left .ui-tabview-nav .ui-state-default {
  width: 100% !important; }

.ui-tabview.ui-tabview-left .ui-tabview-nav .ui-state-default a {
  padding: .5em 0px; }

.ui-tabview.ui-tabview-left .ui-tabview-nav .ui-state-default.ui-state-active {
  box-shadow: -3px 0px 2px 1px #ddd !important; }
  .ui-tabview.ui-tabview-left .ui-tabview-nav .ui-state-default.ui-state-active:before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: -2px;
    top: 0;
    background: #ffa751; }

.ui-tabview.ui-tabview-left .ui-tabview-panels {
  width: 83%;
  min-height: 400px; }

.ui-contextmenu {
  position: absolute;
  display: none;
  z-index: 100000;
  margin-top: -60px !important;
  background: #FFF;
  border: 1px solid #ccc !important;
  min-width: 250px !important;
  padding: 0px !important; }

.ui-contextmenu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ccc;
  position: absolute;
  top: -5px; }

.ui-contextmenu .ui-menuitem {
  margin: 0px; }

.ui-contextmenu .ui-menuitem .ui-menuitem-link {
  color: #797979;
  padding: 10px 5px; }

.ui-contextmenu .ui-menuitem .ui-menuitem-link:hover {
  background: #eaeff2; }

.ui-contextmenu .ui-menuitem .ui-menuitem-link .ui-menuitem-icon {
  width: 20px;
  text-align: center;
  margin-right: 5px; }

.ui-contextmenu .ui-menuitem .ui-menuitem-link .ui-menuitem-text {
  font-size: 13px !important; }

p-autocomplete {
  display: flex;
  width: 100%; }

p-autocomplete .ui-autocomplete {
  width: 100%;
  background: #FFF; }
  p-autocomplete .ui-autocomplete:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    cursor: default;
    right: 10px;
    top: 30px;
    z-index: 7;
    color: #d3dfea; }

p-autocomplete .ui-autocomplete .ui-inputtext, p-autocomplete .ui-autocomplete p-fileupload .ui-fileupload, p-fileupload p-autocomplete .ui-autocomplete .ui-fileupload {
  padding-right: 30px !important; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
app-file-upload {
  width: 100%;
  display: inline-block; }

p-fileupload .ui-fileupload {
  width: calc(100% - 200px) !important; }

p-fileupload .ui-fileupload .ui-progressbar {
  height: 100% !important;
  top: 0 !important;
  width: calc(200px - 1px) !important;
  right: -200px !important;
  left: auto !important;
  margin-right: 2px !important; }

p-fileupload .ui-fileupload .ui-fileupload-content {
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline-block;
  position: initial !important; }

p-fileupload .ui-fileupload .ui-fileupload-content .fileupload-list-content {
  list-style-type: none; }

p-fileupload .ui-fileupload .ui-fileupload-content .fileupload-list-content li {
  display: flex;
  height: auto;
  top: 0;
  position: absolute;
  width: 100%;
  left: 0; }

p-fileupload .ui-fileupload .ui-fileupload-content .fileupload-list-content span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  margin-top: 3px;
  position: relative;
  height: auto;
  margin-top: 29px;
  padding: 0 0 0 9px; }

p-fileupload .ui-fileupload .ui-fileupload-content .fileupload-list-content button {
  width: 30px !important;
  min-width: auto !important;
  position: relative;
  float: left;
  right: auto !important;
  height: 57px;
  top: 0px;
  right: auto !important; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar {
  margin: 0;
  padding: 0;
  position: absolute;
  height: calc(100% + 2px);
  top: -1px;
  right: 0;
  margin-right: calc(-200px - 1px) !important;
  width: 200px !important;
  display: flex; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose[disabled='true'], p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:disabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
  background-color: #eee;
  cursor: not-allowed !important; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose[disabled='false'] {
  opacity: 1 !important; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose {
  width: 100%;
  display: table;
  height: 58px !important; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose .ui-button-text {
  display: table-cell;
  vertical-align: middle; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose .ui-button-icon-left:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  cursor: default; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose .ui-button-icon-left + .ui-button-text {
  margin-left: 10px; }

p-fileupload .ui-fileupload .ui-messages {
  padding-right: 30px;
  padding-left: 23px;
  line-height: 14px; }

p-fileupload .ui-fileupload .ui-messages .ui-messages-icon {
  position: absolute;
  top: 9px;
  left: 2px; }

p-fileupload .ui-fileupload .ui-messages .ui-messages-icon:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  cursor: default; }

p-fileupload .ui-fileupload .ui-messages li span {
  display: block;
  font-weight: normal; }

p-fileupload .ui-fileupload.ui-fileupload-hide-files-list .ui-fileupload-choose {
  height: auto !important; }

p-fileupload .ui-fileupload.ui-fileupload-hide-files-list, p-fileupload .ui-fileupload.ui-fileupload-multiple {
  width: 100% !important; }

p-fileupload .ui-fileupload.ui-fileupload-hide-files-list .ui-progressbar, p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-progressbar {
  height: 25px !important;
  top: 30px !important;
  width: 100% !important;
  right: auto !important;
  left: 0 !important; }

p-fileupload .ui-fileupload.ui-fileupload-hide-files-list .ui-fileupload-buttonbar, p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-buttonbar {
  margin-right: 0 !important;
  width: calc(100% + 1px) !important;
  height: 26px;
  bottom: 0;
  left: 0px;
  top: auto; }

p-fileupload .ui-fileupload.ui-fileupload-multiple {
  padding: 0 !important; }

p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-content .fileupload-list-content {
  border: 1px solid #ccc;
  border-top: 0;
  position: relative;
  margin-top: 55px;
  width: calc(100% + 2px);
  left: -1px;
  background: #FFF;
  box-shadow: 0 2px 5px -3px; }

p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-content .fileupload-list-content li {
  display: flex;
  width: 100%;
  position: relative;
  border-bottom: 1px dotted #ccc;
  padding: 5px 10px;
  font-size: 13px; }

p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-content .fileupload-list-content li:last-child {
  border: none;
  margin-bottom: 0; }

p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-content .fileupload-list-content li span {
  float: none !important;
  word-break: break-all;
  line-height: 16px;
  width: 100%;
  margin-top: 4px; }

p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-content .fileupload-list-content li button {
  position: relative;
  top: 0;
  width: 25px;
  height: 25px;
  min-width: auto;
  right: auto !important; }

.ui-progressbar {
  height: 3px;
  z-index: 9;
  top: 0;
  background: #d3dfea; }

.ui-progressbar .ui-progressbar-value {
  background: #6ba6bf; }

.ui-spinner .ui-spinner-button {
  z-index: 6;
  height: 30px;
  float: inherit;
  position: absolute;
  min-width: auto; }
  .ui-spinner .ui-spinner-button:hover, .ui-spinner .ui-spinner-button:focus {
    box-shadow: none !important;
    border-left: 0px !important; }

p-inputswitch {
  display: flex; }

p-inputswitch .ui-inputswitch {
  border-radius: 25px;
  border: 1px solid #b7cbdd;
  background: #edf3f8;
  min-width: 50px;
  height: 25px; }

p-inputswitch .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-on {
  width: 100% !important;
  padding-left: 10px; }

p-inputswitch .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-handle {
  margin-left: -5px;
  background: #ffffff; }

p-inputswitch .ui-inputswitch .ui-inputswitch-offlabel,
p-inputswitch .ui-inputswitch .ui-inputswitch-onlabel {
  margin-right: 0px;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  margin: 0 10px; }

p-inputswitch .ui-inputswitch .ui-inputswitch-on {
  background: #5bbe5d;
  transition: all .1s ease-in-out; }

p-inputswitch .ui-inputswitch .ui-inputswitch-on .ui-inputswitch-onlabel {
  color: #bbf1bc;
  text-align: left !important; }

p-inputswitch .ui-inputswitch .ui-inputswitch-off {
  margin-right: 10px;
  transition: all .1s ease-in-out; }

p-inputswitch .ui-inputswitch .ui-inputswitch-off .ui-inputswitch-offlabel {
  color: #b7cbdd;
  text-align: right !important; }

p-inputswitch .ui-inputswitch .ui-inputswitch-handle {
  border-radius: 32px;
  width: 15px !important;
  height: 15px !important;
  background: #9bb4cc;
  top: 4px;
  margin-left: 4px;
  transition: all .1s ease-in-out; }

p-radiobutton {
  margin-top: 3px;
  display: inline-block; }

p-radiobutton .ui-radiobutton-label {
  font-weight: normal !important;
  float: left;
  margin-right: 10px;
  cursor: pointer; }

p-radiobutton .ui-radiobutton {
  float: left;
  margin-right: 5px;
  margin-top: 3px; }

p-radiobutton .ui-radiobutton .ui-radiobutton-box {
  border: 1px solid #a8a8a8 !important;
  color: #6b6b6b !important;
  width: 12px;
  height: 12px;
  background: #dedede !important; }

p-radiobutton .ui-radiobutton .ui-radiobutton-box .ui-radiobutton-icon {
  margin-top: -2px; }

/* @extend %style-form-input; */
p-multiselect {
  display: inline-flex;
  width: 100%;
  padding: 0px !important; }

p-multiselect .ui-multiselect {
  width: 100%; }

p-multiselect .ui-multiselect-label-container {
  height: 58px;
  padding: 5px;
  padding-top: 18px;
  line-height: 1.2;
  background-color: #fff;
  border: solid 1px #ccc; }

p-multiselect .ui-multiselect-panel {
  width: 100%;
  background-color: #fff; }

p-multiselect .ui-multiselect-items .ui-multiselect-item {
  padding: 0px 3px !important;
  cursor: pointer !important; }

p-multiselect .ui-multiselect-items label {
  font-weight: normal;
  padding-top: 6px; }

p-multiselect .ui-multiselect-header {
  background: #f5f5f5;
  border-bottom: 1px solid #ccc; }
  p-multiselect .ui-multiselect-header .ui-multiselect-close {
    margin-right: 2px;
    color: #7d7d7d;
    margin-top: 2px; }
  p-multiselect .ui-multiselect-header .ui-multiselect-filter-container {
    width: calc(100% - 46px); }
    p-multiselect .ui-multiselect-header .ui-multiselect-filter-container .ui-inputtext, p-multiselect .ui-multiselect-header .ui-multiselect-filter-container p-fileupload .ui-fileupload, p-fileupload p-multiselect .ui-multiselect-header .ui-multiselect-filter-container .ui-fileupload {
      min-height: auto !important;
      padding-top: 0px !important;
      height: 30px !important; }
      p-multiselect .ui-multiselect-header .ui-multiselect-filter-container .ui-inputtext:not(.ui-dropdown-filter), p-multiselect .ui-multiselect-header .ui-multiselect-filter-container p-fileupload .ui-fileupload:not(.ui-dropdown-filter), p-fileupload p-multiselect .ui-multiselect-header .ui-multiselect-filter-container .ui-fileupload:not(.ui-dropdown-filter) {
        padding-top: 0px !important; }

@media screen and (max-width: 970px) {
  [search-container] {
    transition: all 0.1s ease-in-out !important;
    position: fixed !important;
    left: 50px !important;
    right: 150px !important; }
    [search-container] i[search-icon] {
      width: 30px !important; }
    [search-container] input {
      min-width: 200px; }
    [search-container]:not([opened]) input {
      display: none; }
    [search-container]:not([opened]) i {
      border-left: 0px !important; }
    [search-container][opened] {
      right: 0px !important;
      top: 58px; }
      [search-container][opened] input {
        width: 100% !important;
        max-width: 100% !important; } }

[search-container] {
  position: absolute;
  display: block;
  border-radius: 0px;
  z-index: 1099;
  -webkit-user-select: none;
  right: 15px; }

[search-container] input::-webkit-input-placeholder {
  color: #66b4e3 !important; }

[search-container] input:-moz-placeholder {
  color: #66b4e3 !important; }

[search-container] input::-moz-placeholder {
  color: #66b4e3 !important; }

[search-container] input:-ms-input-placeholder {
  color: #66b4e3 !important; }

[search-container] input {
  font-size: 13px;
  color: #66b4e3;
  padding: 0;
  padding-right: 75px;
  padding-left: 15px;
  box-sizing: border-box;
  height: 36px;
  line-height: 34px;
  width: 100%;
  font-weight: 400;
  outline: none;
  background: transparent;
  border: none;
  border-bottom: 2px solid #66b4e3;
  width: 250px;
  position: relative;
  top: 12px;
  background-color: #13496a;
  height: 36px;
  transition: ease-in-out .1s all, background linear .15s; }

[search-container] i[search-icon] {
  transition: ease-in-out .1s all;
  width: 40px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 19px;
  right: 0px;
  z-index: 2;
  font-size: 15px;
  border-left: 1px solid #66b4e3;
  color: #66b4e3;
  text-align: center; }

[search-container] button[clear-button] {
  top: 7px;
  height: 56px;
  width: 39px;
  line-height: 54px;
  color: #FFF;
  position: absolute;
  right: 0;
  z-index: 3;
  border: none;
  visibility: hidden; }
  [search-container] button[clear-button]:hover {
    box-shadow: inset 0 -56px 0px #196382; }

[search-container] button[clear-button] i {
  font-size: 15px;
  font-weight: 100; }

[search-container] [resultados-container] {
  visibility: hidden;
  display: none;
  height: 0;
  position: relative;
  padding-bottom: 10px; }

[search-container] ul {
  padding: 0 10px;
  margin: 0;
  list-style: none; }

[search-container] ul li {
  line-height: 1; }

[search-container] ul li[header] + li::before {
  height: 15px !important;
  top: 0; }

[search-container] ul li i {
  color: #aaa;
  margin-left: -11px; }

[search-container] ul li a[resultado] {
  padding-left: 22px;
  padding-right: 22px;
  display: block;
  text-decoration: none; }

[search-container] ul li:not([header]) a {
  display: block; }

[search-container] ul li:not([header])::before {
  clear: both;
  content: '';
  border-left: 1px dotted #788896;
  border-bottom: 1px dotted #788896;
  display: block;
  float: left;
  margin: 0px 5px 0px 5px;
  height: 25px;
  width: 15px;
  position: relative;
  top: -11px; }

[search-container] ul li:not([header]):first-child::before {
  height: 15px !important;
  top: 0; }

[search-container] ul li:not([header]) span {
  display: block;
  text-decoration: none;
  line-height: 24px;
  color: #0f3a54;
  outline: none;
  font-size: 14px !important;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  font-weight: normal;
  padding: 0px 10px;
  transition: ease-in-out all .1s;
  border: 1px solid #FFF; }
  [search-container] ul li:not([header]) span strong {
    font-size: 14px !important;
    text-decoration: underline;
    font-weight: 400 !important; }

[search-container] ul li:not([header]) a[selected] span {
  background-color: #e5f7ff;
  color: #344656;
  border: 1px dotted #7dd8ff; }

[search-container] ul li:not([header]) a:hover span {
  background-color: #e5f7ff;
  color: #344656;
  border: 1px dotted #7dd8ff; }

[search-container] ul li[header] {
  margin-top: 15px; }

[search-container] ul li[header] > [group-header] {
  padding-left: 10px;
  padding-bottom: 10px; }

[search-container] ul li[header] > [group-header] span {
  list-style-type: none;
  outline: none;
  padding: 8px 0px 2px 16px;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  font-weight: 500;
  font-size: 13px !important;
  padding-left: 10px !important;
  color: rgba(15, 58, 84, 0.5);
  margin-top: -4px; }

[search-container] ul li[header] > [group-header] span.zmdi {
  position: relative;
  left: -3px; }

[search-container] ul li[header] > [group-header] .first-letter {
  color: rgba(128, 128, 128, 0.5);
  width: 23px;
  height: 23px;
  padding-top: 7px;
  display: block;
  text-align: center;
  float: left;
  transition: linear .1s all;
  z-index: 2;
  position: relative;
  font-style: normal;
  font-weight: bold;
  margin-left: -14px;
  font-size: 13px;
  background: #edf3f8; }
  [search-container] ul li[header] > [group-header] .first-letter:before {
    content: attr(data-first);
    position: absolute;
    margin-left: -5px;
    margin-top: -3px; }

[search-container] ul li [aviso] {
  font-size: 14px !important;
  padding: 7px 0; }

[search-container][opened] {
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.4); }
  [search-container][opened] button[clear-button] {
    top: 2px !important;
    visibility: visible; }
  [search-container][opened] button[clear-button] i {
    color: #dbe7f1; }
  [search-container][opened] [resultados-container] {
    background: #FFF;
    visibility: visible;
    display: block;
    overflow: auto;
    height: auto;
    max-height: calc(100vh - 250px); }
  [search-container][opened] input {
    color: gray !important;
    border-bottom: 1px solid #e5e5e5;
    background: #FFF;
    width: 600px;
    height: 56px;
    top: 0;
    margin-top: 2px; }
    [search-container][opened] input::-webkit-input-placeholder {
      color: gray !important; }
    [search-container][opened] input:-moz-placeholder {
      color: gray !important; }
    [search-container][opened] input::-moz-placeholder {
      color: gray !important; }
    [search-container][opened] input:-ms-input-placeholder {
      color: gray !important; }
  [search-container][opened] i.icon-search {
    top: 2px;
    height: 56px;
    line-height: 54px;
    color: #FFF; }
    [search-container][opened] i.icon-search:hover {
      box-shadow: inset 0 -56px 0px #196382; }

@media all and (max-width: 1024px) {
  .is-horizontal-menu [search-container] {
    margin-left: 6px;
    right: 10px !important; }
    .is-horizontal-menu [search-container] i {
      border: none !important;
      width: 30px !important;
      font-size: 13px !important; }
    .is-horizontal-menu [search-container] input {
      padding-right: 21px;
      border: none;
      width: 30px;
      height: 30px;
      text-align: center;
      border-radius: 20px;
      position: relative;
      vertical-align: middle;
      line-height: 30px;
      padding: 0;
      padding-right: 30px;
      margin: 0;
      margin-top: 3px;
      cursor: pointer; }
    .is-horizontal-menu [search-container][opened] {
      width: auto; }
      .is-horizontal-menu [search-container][opened] button[clear-button] {
        width: 29px;
        padding: 0; }
      .is-horizontal-menu [search-container][opened] button[clear-button] i {
        top: -2px !important;
        position: relative;
        right: 1px; }
      .is-horizontal-menu [search-container][opened] input {
        width: 600px !important;
        border-radius: 0;
        text-align: left;
        padding-left: 15px;
        padding-right: 35px;
        color: gray !important;
        cursor: auto !important; }
        .is-horizontal-menu [search-container][opened] input::-webkit-input-placeholder {
          color: gray !important; }
        .is-horizontal-menu [search-container][opened] input:-moz-placeholder {
          color: gray !important; }
        .is-horizontal-menu [search-container][opened] input::-moz-placeholder {
          color: gray !important; }
        .is-horizontal-menu [search-container][opened] input:-ms-input-placeholder {
          color: gray !important; } }
@charset "UTF-8";
/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
@keyframes easeTop {
  0% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(0%); } }

@keyframes easeLeft {
  0% {
    transform: translateX(-10%); }
  100% {
    transform: translateX(0%); } }

@keyframes scale {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.4); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*
 * Responsives Helpers
 */
@media all and (max-width: 1024px) {
  .hidden-1024 {
    display: none; } }

.input-group .btn, .input-group .ui-spinner .ui-spinner-button, .ui-spinner .input-group .ui-spinner-button,
.input-group .btn-group-addon, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose {
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: auto !important;
  border-left: 0px !important;
  transition: all .1s ease;
  /*margin-left: 1px;
        margin-right: -1px;*/
  margin: 0px;
  z-index: 5; }

.input-group .btn:hover, .input-group .ui-spinner .ui-spinner-button:hover, .ui-spinner .input-group .ui-spinner-button:hover,
.input-group .btn-group-addon:hover, .ui-calendar .ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:hover, .input-group .btn:focus, .input-group .ui-spinner .ui-spinner-button:focus, .ui-spinner .input-group .ui-spinner-button:focus,
.input-group .btn-group-addon:focus, .ui-calendar .ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus, .input-group .btn:active, .input-group .ui-spinner .ui-spinner-button:active, .ui-spinner .input-group .ui-spinner-button:active,
.input-group .btn-group-addon:active, .ui-calendar .ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active {
  box-shadow: none !important;
  border-left: 0px !important; }

.ui-datatable tbody tr td.kebab-column .btn-kebab,
.ui-datatable tbody tr td.kebab-column .btn-kebab-view {
  width: auto !important;
  height: auto !important;
  pointer-events: none;
  background: none !important;
  border: none !important;
  color: #13496a;
  margin: 0px !important;
  min-width: auto !important;
  z-index: 1; }

.form-inline .form-group .form-control, .ui-inputtext:not(.ui-dropdown-filter), p-fileupload .ui-fileupload:not(.ui-dropdown-filter), p-dropdown .ui-dropdown .ui-dropdown-label {
  transition: all 0.2s linear !important;
  height: 58px;
  min-height: 58px;
  padding: 25px 12px 0 9px !important;
  margin: 0 !important;
  display: block !important;
  font-size: 14px !important;
  color: #555 !important;
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  border-left-width: 0px !important;
  width: 100%;
  position: relative;
  z-index: 5; }

.input-single, .ui-datatable thead.ui-datatable-thead tr th .ui-inputtext, .ui-datatable thead.ui-datatable-thead tr th p-fileupload .ui-fileupload, p-fileupload .ui-datatable thead.ui-datatable-thead tr th .ui-fileupload {
  height: 38px;
  min-height: auto;
  border-bottom-width: 2px !important;
  box-shadow: none !important;
  padding: 6px 12px !important;
  border-radius: 0px !important;
  border-left-width: 1px !important; }

.form-inline .form-group .form-control:focus, .ui-inputwrapper-focus .ui-inputtext, .ui-inputwrapper-focus p-fileupload .ui-fileupload, p-fileupload .ui-inputwrapper-focus .ui-fileupload, p-dropdown .ui-dropdown.ui-dropdown-open, p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-label, p-chips .ui-chips .ui-inputtext.ui-state-focus, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload, p-chips .ui-chips .ui-inputtext:active, p-chips .ui-chips p-fileupload .ui-fileupload:active, p-fileupload p-chips .ui-chips .ui-fileupload:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  outline: 0;
  transition: all 0.2s linear;
  border-color: #66afe9 !important;
  position: relative;
  z-index: 6; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid, .form-inline .form-group .control-label-textarea.ng-invalid, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-label {
  background-color: rgba(242, 217, 217, 0.6) !important;
  border-color: #e09f9f !important;
  color: #e09f9f !important; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid:focus, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e09f9f !important; }

.form-inline .form-group .form-control:disabled, .form-inline .form-group .form-control[disabled], .form-inline .form-group .form-control[read-only], .form-inline .form-group .form-control[readonly], .form-inline .form-group .control-label-textarea:disabled, .form-inline .form-group .control-label-textarea[disabled], .form-inline .form-group .control-label-textarea[read-only], .form-inline .form-group .control-label-textarea[readonly], .ui-inputtext:disabled, p-fileupload .ui-fileupload:disabled, .ui-inputtext[disabled], p-fileupload .ui-fileupload[disabled], .ui-inputtext[read-only], p-fileupload .ui-fileupload[read-only], .ui-inputtext[readonly], p-fileupload .ui-fileupload[readonly], p-dropdown .ui-dropdown.ui-state-disabled, p-dropdown .ui-dropdown:disabled, p-dropdown .ui-dropdown[disabled], p-dropdown .ui-dropdown[read-only], p-dropdown .ui-dropdown[readonly] {
  opacity: 0.5 !important;
  background-color: #eee;
  cursor: not-allowed !important; }

.control-label {
  pointer-events: none;
  transition: all 0.2s linear;
  position: absolute;
  color: #979797;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 10px;
  top: 7px;
  left: 0;
  z-index: 7;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px; }
  .is-invalid.control-label, .ng-invalid.control-label {
    color: #c03f3f !important; }
  .is-required.control-label:after, .ng-required.control-label:after {
    content: "*";
    position: absolute;
    right: 8px;
    color: #c03f3f;
    z-index: 7;
    font-size: 12px;
    top: -4px;
    font-weight: 400; }
  .is-disabled.control-label, .ng-disabled.control-label {
    opacity: 0.5; }

.form-inline .form-group .form-control:focus ~ .ui-messages-info, .form-control:focus ~ .ui-messages-info, .ui-inputwrapper-focus ~ .ui-messages-info,
.form-inline .form-group .form-control:focus ~ .ui-messages-error,
.form-control:focus ~ .ui-messages-error,
.ui-inputwrapper-focus ~ .ui-messages-error {
  display: block !important; }

.ui-dialog .ui-dialog-titlebar {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  float: left;
  margin: 0px;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #13496a;
  font-weight: 500; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title i, .ui-confirmdialog .ui-dialog-content i:first-child {
  float: left;
  color: #fff;
  background: #6ba6bf;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 15px;
  line-height: normal !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items, .ui-dropdown-panel, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items {
  padding: 0 1px !important;
  background: #fff; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li, .ui-dropdown-panel li, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li {
  padding: 6px 9px; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li:hover, .ui-dropdown-panel li:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li:hover {
  background: #f5f5f5; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight, .ui-dropdown-panel li.ui-state-highlight, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight {
  background-color: #66b4e3 !important;
  color: #fff !important; }
  p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight:hover, .ui-dropdown-panel li.ui-state-highlight:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight:hover {
    background-color: #3b9fdb !important; }

.card .footer, .data-card table tbody tr .footer, .tooltip .footer, .ui-datalist .ui-datalist-content .ui-datalist-data li .footer,
.card .panel-footer,
.data-card table tbody tr .panel-footer,
.tooltip .panel-footer,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-footer,
.panel .footer,
.panel .panel-footer {
  padding: 10px;
  background: #edf3f8;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px;
  float: left;
  margin-top: 10px; }

.panel-line.card .panel-heading, .data-card table tbody tr.panel-line .panel-heading, .panel-line.tooltip .panel-heading, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-line .panel-heading, .panel-line.panel .panel-heading, .data-card table tbody tr td div.panel-line .panel-heading {
  border-bottom: 1px solid #dfe5e8; }

.card > .header, .data-card table tbody tr > .header, .tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header, .panel > .header, .data-card table tbody tr td div > .header,
.card .panel-heading,
.data-card table tbody tr .panel-heading,
.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading,
.panel .panel-heading {
  padding: 10px;
  font-size: 16px;
  color: #13496a; }

.card > .header i, .data-card table tbody tr > .header i, .tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header i, .panel > .header i, .data-card table tbody tr td div > .header i,
.card .panel-heading i,
.data-card table tbody tr .panel-heading i,
.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading i,
.panel .panel-heading i {
  color: #c0d3db;
  margin-right: 10px; }

.bar.card, .data-card table tbody tr.bar, .bar.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar,
.bar.panel, .data-card table tbody tr td div.bar {
  border-left: 2px solid; }

.bar.card .header, .data-card table tbody tr.bar .header, .bar.tooltip .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header, .bar.panel .header, .data-card table tbody tr td div.bar .header,
.bar.card .panel-heading,
.data-card table tbody tr.bar .panel-heading,
.bar.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading,
.bar.panel .panel-heading,
.data-card table tbody tr td div.bar .panel-heading {
  background: transparent !important;
  color: #13496a; }

.bar.card .header i, .data-card table tbody tr.bar .header i, .bar.tooltip .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header i, .bar.panel .header i, .data-card table tbody tr td div.bar .header i,
.bar.card .panel-heading i,
.data-card table tbody tr.bar .panel-heading i,
.bar.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading i,
.bar.panel .panel-heading i,
.data-card table tbody tr td div.bar .panel-heading i {
  color: #c0d3db !important; }

.bar.default.card, .data-card table tbody tr.bar.default, .bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.default,
.bar.default.panel, .data-card table tbody tr td div.bar.default {
  border-color: #777777; }

.default.card > .header, .data-card table tbody tr.default > .header, .default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header, .default.panel > .header, .data-card table tbody tr td div.default > .header,
.default.card > .panel-heading,
.data-card table tbody tr.default > .panel-heading,
.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading,
.default.panel > .panel-heading,
.data-card table tbody tr td div.default > .panel-heading, .panel-default.card > .header, .data-card table tbody tr.panel-default > .header, .panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header, .panel-default.panel > .header, .data-card table tbody tr td div.panel-default > .header,
.panel-default.card > .panel-heading,
.data-card table tbody tr.panel-default > .panel-heading,
.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading,
.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.panel-default > .panel-heading {
  background: #777777;
  color: #FFF;
  border-radius: 0; }

.default.card > .header i, .data-card table tbody tr.default > .header i, .default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header i, .default.panel > .header i, .data-card table tbody tr td div.default > .header i,
.default.card > .panel-heading i,
.data-card table tbody tr.default > .panel-heading i,
.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading i,
.default.panel > .panel-heading i,
.data-card table tbody tr td div.default > .panel-heading i, .panel-default.card > .header i, .data-card table tbody tr.panel-default > .header i, .panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header i, .panel-default.panel > .header i, .data-card table tbody tr td div.panel-default > .header i,
.panel-default.card > .panel-heading i,
.data-card table tbody tr.panel-default > .panel-heading i,
.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading i,
.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.panel-default > .panel-heading i {
  color: #FFF; }

.bar.success.card, .data-card table tbody tr.bar.success, .bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.success,
.bar.success.panel, .data-card table tbody tr td div.bar.success {
  border-color: #459f47; }

.success.card > .header, .data-card table tbody tr.success > .header, .success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header, .success.panel > .header, .data-card table tbody tr td div.success > .header,
.success.card > .panel-heading,
.data-card table tbody tr.success > .panel-heading,
.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading,
.success.panel > .panel-heading,
.data-card table tbody tr td div.success > .panel-heading, .panel-success.card > .header, .data-card table tbody tr.panel-success > .header, .panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header, .panel-success.panel > .header, .data-card table tbody tr td div.panel-success > .header,
.panel-success.card > .panel-heading,
.data-card table tbody tr.panel-success > .panel-heading,
.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading,
.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.panel-success > .panel-heading {
  background: #459f47;
  color: #FFF;
  border-radius: 0; }

.success.card > .header i, .data-card table tbody tr.success > .header i, .success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header i, .success.panel > .header i, .data-card table tbody tr td div.success > .header i,
.success.card > .panel-heading i,
.data-card table tbody tr.success > .panel-heading i,
.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading i,
.success.panel > .panel-heading i,
.data-card table tbody tr td div.success > .panel-heading i, .panel-success.card > .header i, .data-card table tbody tr.panel-success > .header i, .panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header i, .panel-success.panel > .header i, .data-card table tbody tr td div.panel-success > .header i,
.panel-success.card > .panel-heading i,
.data-card table tbody tr.panel-success > .panel-heading i,
.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading i,
.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.panel-success > .panel-heading i {
  color: #FFF; }

.bar.danger.card, .data-card table tbody tr.bar.danger, .bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.danger,
.bar.danger.panel, .data-card table tbody tr td div.bar.danger {
  border-color: #a63837; }

.danger.card > .header, .data-card table tbody tr.danger > .header, .danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header, .danger.panel > .header, .data-card table tbody tr td div.danger > .header,
.danger.card > .panel-heading,
.data-card table tbody tr.danger > .panel-heading,
.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading,
.danger.panel > .panel-heading,
.data-card table tbody tr td div.danger > .panel-heading, .panel-danger.card > .header, .data-card table tbody tr.panel-danger > .header, .panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header, .panel-danger.panel > .header, .data-card table tbody tr td div.panel-danger > .header,
.panel-danger.card > .panel-heading,
.data-card table tbody tr.panel-danger > .panel-heading,
.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading,
.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.panel-danger > .panel-heading {
  background: #a63837;
  color: #FFF;
  border-radius: 0; }

.danger.card > .header i, .data-card table tbody tr.danger > .header i, .danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header i, .danger.panel > .header i, .data-card table tbody tr td div.danger > .header i,
.danger.card > .panel-heading i,
.data-card table tbody tr.danger > .panel-heading i,
.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading i,
.danger.panel > .panel-heading i,
.data-card table tbody tr td div.danger > .panel-heading i, .panel-danger.card > .header i, .data-card table tbody tr.panel-danger > .header i, .panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header i, .panel-danger.panel > .header i, .data-card table tbody tr td div.panel-danger > .header i,
.panel-danger.card > .panel-heading i,
.data-card table tbody tr.panel-danger > .panel-heading i,
.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading i,
.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.panel-danger > .panel-heading i {
  color: #FFF; }

.bar.warning.card, .data-card table tbody tr.bar.warning, .bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.warning,
.bar.warning.panel, .data-card table tbody tr td div.bar.warning {
  border-color: #f0ad4e; }

.warning.card > .header, .data-card table tbody tr.warning > .header, .warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header, .warning.panel > .header, .data-card table tbody tr td div.warning > .header,
.warning.card > .panel-heading,
.data-card table tbody tr.warning > .panel-heading,
.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading,
.warning.panel > .panel-heading,
.data-card table tbody tr td div.warning > .panel-heading, .panel-warning.card > .header, .data-card table tbody tr.panel-warning > .header, .panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header, .panel-warning.panel > .header, .data-card table tbody tr td div.panel-warning > .header,
.panel-warning.card > .panel-heading,
.data-card table tbody tr.panel-warning > .panel-heading,
.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading,
.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.panel-warning > .panel-heading {
  background: #f0ad4e;
  color: #FFF;
  border-radius: 0; }

.warning.card > .header i, .data-card table tbody tr.warning > .header i, .warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header i, .warning.panel > .header i, .data-card table tbody tr td div.warning > .header i,
.warning.card > .panel-heading i,
.data-card table tbody tr.warning > .panel-heading i,
.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading i,
.warning.panel > .panel-heading i,
.data-card table tbody tr td div.warning > .panel-heading i, .panel-warning.card > .header i, .data-card table tbody tr.panel-warning > .header i, .panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header i, .panel-warning.panel > .header i, .data-card table tbody tr td div.panel-warning > .header i,
.panel-warning.card > .panel-heading i,
.data-card table tbody tr.panel-warning > .panel-heading i,
.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading i,
.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.panel-warning > .panel-heading i {
  color: #FFF; }

.bar.info.card, .data-card table tbody tr.bar.info, .bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.info,
.bar.info.panel, .data-card table tbody tr td div.bar.info {
  border-color: #6ba6bf; }

.info.card > .header, .data-card table tbody tr.info > .header, .info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header, .info.panel > .header, .data-card table tbody tr td div.info > .header,
.info.card > .panel-heading,
.data-card table tbody tr.info > .panel-heading,
.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading,
.info.panel > .panel-heading,
.data-card table tbody tr td div.info > .panel-heading, .panel-info.card > .header, .data-card table tbody tr.panel-info > .header, .panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header, .panel-info.panel > .header, .data-card table tbody tr td div.panel-info > .header,
.panel-info.card > .panel-heading,
.data-card table tbody tr.panel-info > .panel-heading,
.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading,
.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.panel-info > .panel-heading {
  background: #6ba6bf;
  color: #13496a;
  border-radius: 0; }

.info.card > .header i, .data-card table tbody tr.info > .header i, .info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header i, .info.panel > .header i, .data-card table tbody tr td div.info > .header i,
.info.card > .panel-heading i,
.data-card table tbody tr.info > .panel-heading i,
.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading i,
.info.panel > .panel-heading i,
.data-card table tbody tr td div.info > .panel-heading i, .panel-info.card > .header i, .data-card table tbody tr.panel-info > .header i, .panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header i, .panel-info.panel > .header i, .data-card table tbody tr td div.panel-info > .header i,
.panel-info.card > .panel-heading i,
.data-card table tbody tr.panel-info > .panel-heading i,
.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading i,
.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.panel-info > .panel-heading i {
  color: #13496a; }

.light.bar.default.card, .data-card table tbody tr.light.bar.default, .light.bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.default,
.light.bar.default.panel, .data-card table tbody tr td div.light.bar.default {
  border-color: #eaeaea; }

.light.default.card > .header, .data-card table tbody tr.light.default > .header, .light.default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header, .light.default.panel > .header, .data-card table tbody tr td div.light.default > .header,
.light.default.card > .panel-heading,
.data-card table tbody tr.light.default > .panel-heading,
.light.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading,
.light.default.panel > .panel-heading,
.data-card table tbody tr td div.light.default > .panel-heading, .light.panel-default.card > .header, .data-card table tbody tr.light.panel-default > .header, .light.panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header, .light.panel-default.panel > .header, .data-card table tbody tr td div.light.panel-default > .header,
.light.panel-default.card > .panel-heading,
.data-card table tbody tr.light.panel-default > .panel-heading,
.light.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading,
.light.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-default > .panel-heading {
  background: #eaeaea;
  color: #777777;
  border-radius: 0; }

.light.default.card > .header i, .data-card table tbody tr.light.default > .header i, .light.default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header i, .light.default.panel > .header i, .data-card table tbody tr td div.light.default > .header i,
.light.default.card > .panel-heading i,
.data-card table tbody tr.light.default > .panel-heading i,
.light.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading i,
.light.default.panel > .panel-heading i,
.data-card table tbody tr td div.light.default > .panel-heading i, .light.panel-default.card > .header i, .data-card table tbody tr.light.panel-default > .header i, .light.panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header i, .light.panel-default.panel > .header i, .data-card table tbody tr td div.light.panel-default > .header i,
.light.panel-default.card > .panel-heading i,
.data-card table tbody tr.light.panel-default > .panel-heading i,
.light.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading i,
.light.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-default > .panel-heading i {
  color: #777777; }

.light.bar.success.card, .data-card table tbody tr.light.bar.success, .light.bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.success,
.light.bar.success.panel, .data-card table tbody tr td div.light.bar.success {
  border-color: #d1ded1; }

.light.success.card > .header, .data-card table tbody tr.light.success > .header, .light.success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header, .light.success.panel > .header, .data-card table tbody tr td div.light.success > .header,
.light.success.card > .panel-heading,
.data-card table tbody tr.light.success > .panel-heading,
.light.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading,
.light.success.panel > .panel-heading,
.data-card table tbody tr td div.light.success > .panel-heading, .light.panel-success.card > .header, .data-card table tbody tr.light.panel-success > .header, .light.panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header, .light.panel-success.panel > .header, .data-card table tbody tr td div.light.panel-success > .header,
.light.panel-success.card > .panel-heading,
.data-card table tbody tr.light.panel-success > .panel-heading,
.light.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading,
.light.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-success > .panel-heading {
  background: #d1ded1;
  color: #459f47;
  border-radius: 0; }

.light.success.card > .header i, .data-card table tbody tr.light.success > .header i, .light.success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header i, .light.success.panel > .header i, .data-card table tbody tr td div.light.success > .header i,
.light.success.card > .panel-heading i,
.data-card table tbody tr.light.success > .panel-heading i,
.light.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading i,
.light.success.panel > .panel-heading i,
.data-card table tbody tr td div.light.success > .panel-heading i, .light.panel-success.card > .header i, .data-card table tbody tr.light.panel-success > .header i, .light.panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header i, .light.panel-success.panel > .header i, .data-card table tbody tr td div.light.panel-success > .header i,
.light.panel-success.card > .panel-heading i,
.data-card table tbody tr.light.panel-success > .panel-heading i,
.light.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading i,
.light.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-success > .panel-heading i {
  color: #459f47; }

.light.bar.danger.card, .data-card table tbody tr.light.bar.danger, .light.bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.danger,
.light.bar.danger.panel, .data-card table tbody tr td div.light.bar.danger {
  border-color: #eadfde; }

.light.danger.card > .header, .data-card table tbody tr.light.danger > .header, .light.danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header, .light.danger.panel > .header, .data-card table tbody tr td div.light.danger > .header,
.light.danger.card > .panel-heading,
.data-card table tbody tr.light.danger > .panel-heading,
.light.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading,
.light.danger.panel > .panel-heading,
.data-card table tbody tr td div.light.danger > .panel-heading, .light.panel-danger.card > .header, .data-card table tbody tr.light.panel-danger > .header, .light.panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header, .light.panel-danger.panel > .header, .data-card table tbody tr td div.light.panel-danger > .header,
.light.panel-danger.card > .panel-heading,
.data-card table tbody tr.light.panel-danger > .panel-heading,
.light.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading,
.light.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-danger > .panel-heading {
  background: #eadfde;
  color: #a63837;
  border-radius: 0; }

.light.danger.card > .header i, .data-card table tbody tr.light.danger > .header i, .light.danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header i, .light.danger.panel > .header i, .data-card table tbody tr td div.light.danger > .header i,
.light.danger.card > .panel-heading i,
.data-card table tbody tr.light.danger > .panel-heading i,
.light.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading i,
.light.danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.danger > .panel-heading i, .light.panel-danger.card > .header i, .data-card table tbody tr.light.panel-danger > .header i, .light.panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header i, .light.panel-danger.panel > .header i, .data-card table tbody tr td div.light.panel-danger > .header i,
.light.panel-danger.card > .panel-heading i,
.data-card table tbody tr.light.panel-danger > .panel-heading i,
.light.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading i,
.light.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-danger > .panel-heading i {
  color: #a63837; }

.light.bar.warning.card, .data-card table tbody tr.light.bar.warning, .light.bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.warning,
.light.bar.warning.panel, .data-card table tbody tr td div.light.bar.warning {
  border-color: #ece5da; }

.light.warning.card > .header, .data-card table tbody tr.light.warning > .header, .light.warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header, .light.warning.panel > .header, .data-card table tbody tr td div.light.warning > .header,
.light.warning.card > .panel-heading,
.data-card table tbody tr.light.warning > .panel-heading,
.light.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading,
.light.warning.panel > .panel-heading,
.data-card table tbody tr td div.light.warning > .panel-heading, .light.panel-warning.card > .header, .data-card table tbody tr.light.panel-warning > .header, .light.panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header, .light.panel-warning.panel > .header, .data-card table tbody tr td div.light.panel-warning > .header,
.light.panel-warning.card > .panel-heading,
.data-card table tbody tr.light.panel-warning > .panel-heading,
.light.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading,
.light.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-warning > .panel-heading {
  background: #ece5da;
  color: #926c36;
  border-radius: 0; }

.light.warning.card > .header i, .data-card table tbody tr.light.warning > .header i, .light.warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header i, .light.warning.panel > .header i, .data-card table tbody tr td div.light.warning > .header i,
.light.warning.card > .panel-heading i,
.data-card table tbody tr.light.warning > .panel-heading i,
.light.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading i,
.light.warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.warning > .panel-heading i, .light.panel-warning.card > .header i, .data-card table tbody tr.light.panel-warning > .header i, .light.panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header i, .light.panel-warning.panel > .header i, .data-card table tbody tr td div.light.panel-warning > .header i,
.light.panel-warning.card > .panel-heading i,
.data-card table tbody tr.light.panel-warning > .panel-heading i,
.light.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading i,
.light.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-warning > .panel-heading i {
  color: #926c36; }

.light.bar.info.card, .data-card table tbody tr.light.bar.info, .light.bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.info,
.light.bar.info.panel, .data-card table tbody tr td div.light.bar.info {
  border-color: #d3e0ea; }

.light.info.card > .header, .data-card table tbody tr.light.info > .header, .light.info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header, .light.info.panel > .header, .data-card table tbody tr td div.light.info > .header,
.light.info.card > .panel-heading,
.data-card table tbody tr.light.info > .panel-heading,
.light.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading,
.light.info.panel > .panel-heading,
.data-card table tbody tr td div.light.info > .panel-heading, .light.panel-info.card > .header, .data-card table tbody tr.light.panel-info > .header, .light.panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header, .light.panel-info.panel > .header, .data-card table tbody tr td div.light.panel-info > .header,
.light.panel-info.card > .panel-heading,
.data-card table tbody tr.light.panel-info > .panel-heading,
.light.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading,
.light.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-info > .panel-heading {
  background: #d3e0ea;
  color: #13496a;
  border-radius: 0; }

.light.info.card > .header i, .data-card table tbody tr.light.info > .header i, .light.info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header i, .light.info.panel > .header i, .data-card table tbody tr td div.light.info > .header i,
.light.info.card > .panel-heading i,
.data-card table tbody tr.light.info > .panel-heading i,
.light.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading i,
.light.info.panel > .panel-heading i,
.data-card table tbody tr td div.light.info > .panel-heading i, .light.panel-info.card > .header i, .data-card table tbody tr.light.panel-info > .header i, .light.panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header i, .light.panel-info.panel > .header i, .data-card table tbody tr td div.light.panel-info > .header i,
.light.panel-info.card > .panel-heading i,
.data-card table tbody tr.light.panel-info > .panel-heading i,
.light.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading i,
.light.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-info > .panel-heading i {
  color: #13496a; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
* {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0; }

html,
body {
  font-size: 14px;
  background: #edf3f8;
  color: #595959;
  height: 100%;
  font-family: "Roboto";
  font-weight: normal;
  line-height: 24px; }

.well {
  border-radius: 0; }

.title {
  font-weight: normal;
  margin: 10px 0; }

.title i {
  font-size: 18px; }

.hr-dotted {
  border-top: 1px dotted #c1c1c1; }

.overflow {
  position: fixed;
  overflow-y: scroll; }

.modal-backdrop {
  opacity: 1 !important;
  background: rgba(15, 58, 84, 0.8); }

.list-item {
  list-style: none;
  text-align: left; }
  .list-item .zmdi {
    margin-right: 18px; }
  .list-item a {
    text-decoration: none; }

.caret.right {
  position: absolute;
  right: 10px;
  top: 16px;
  border-left: 4px solid;
  border-right: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent; }

.btn-fab-close {
  background-color: #ebebeb;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  float: right;
  right: 15px;
  top: 20px;
  color: #fff;
  font-size: 12px; }

.bg-white {
  background-color: #fff !important; }

.icon-toggle-system-info {
  position: relative;
  display: block;
  float: right;
  font-size: 9px;
  top: 3px;
  height: 30px;
  transition: linear all .1s; }

.icon-toggle-system-info span {
  transition: linear all .1s; }

.icon-toggle-system-info .icon-version-name {
  border: 1px solid #66b4e3;
  color: #66b4e3;
  border-right: none;
  display: block;
  padding: 2px 4px;
  font-size: 9px;
  float: left;
  line-height: 1;
  border-radius: 2px; }

.icon-toggle-system-info .icon-version-separator {
  display: block;
  width: 1px;
  height: 20px;
  position: relative;
  top: -2px;
  background: #66b4e3;
  float: left;
  margin: 0 3px; }

.icon-toggle-system-info .icon-version-number {
  border: dotted 1px #66b4e3;
  color: #66b4e3;
  border-left: none;
  display: block;
  float: left;
  padding: 2px 5px;
  font-size: 10px;
  line-height: 1; }

.icon-toggle-system-info .icon-footer {
  color: #66b4e3; }

.icon-toggle-system-info:hover {
  color: #ffa751; }

.icon-toggle-system-info:hover span {
  color: #ffa751; }

.icon-toggle-system-info:hover .icon-version-name {
  border-color: #ffa751; }

.icon-toggle-system-info:hover .icon-version-separator {
  background: #ffa751; }

.icon-toggle-system-info:hover .icon-version-number {
  border-color: #ffa751; }

.icon-toggle-system-info:hover .icon-footer {
  color: #ffa751; }

.submit-group button[type="submit"] {
  margin-left: 10px; }

form .submit-group {
  margin-top: 15px; }

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

.menu-lateral-fixed .cabecalho-grid .affix {
  padding-left: 310px !important; }

.menu-lateral-fixed .tag-container .affix {
  padding-left: 310px !important; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track-piece {
  background-color: #edf3f8; }

::-webkit-scrollbar-thumb {
  background-color: #aebfce;
  border-right: 1px solid #edf3f8; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
.btn-default, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose, .ui-spinner .ui-spinner-button {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-default, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose, .ui-spinner .ui-spinner-button, .btn-default[disabled]:hover, .ui-calendar .ui-button[disabled]:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose[disabled]:hover, .ui-spinner .ui-spinner-button[disabled]:hover, .btn-default.disabled:hover, .ui-calendar .disabled.ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .disabled.ui-fileupload-choose:hover, .ui-spinner .disabled.ui-spinner-button:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-default, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose, .ui-spinner .ui-spinner-button, .btn-default[disabled]:hover, .ui-calendar .ui-button[disabled]:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose[disabled]:hover, .ui-spinner .ui-spinner-button[disabled]:hover, .btn-default.disabled:hover, .ui-calendar .disabled.ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .disabled.ui-fileupload-choose:hover, .ui-spinner .disabled.ui-spinner-button:hover {
      border: 1px solid #b7cbdd !important;
      color: #2d475e !important;
      background-color: #d3dfea !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #b7cbdd, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-default:hover, .ui-calendar .ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:hover, .ui-spinner .ui-spinner-button:hover, .btn-default:focus, .ui-calendar .ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus, .ui-spinner .ui-spinner-button:focus, .btn-default:active, .ui-calendar .ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active, .ui-spinner .ui-spinner-button:active, .btn-default.active, .ui-calendar .active.ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .active.ui-fileupload-choose, .ui-spinner .active.ui-spinner-button {
    border: 1px solid #9fb9d1 !important;
    background-color: #9fb9d1 !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: white !important; }
  .btn-default:active, .ui-calendar .ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active, .ui-spinner .ui-spinner-button:active, .btn-default:focus, .ui-calendar .ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus, .ui-spinner .ui-spinner-button:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-default:active .tooltip, .ui-calendar .ui-button:active .tooltip, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active .tooltip, .ui-spinner .ui-spinner-button:active .tooltip, .btn-default:focus .tooltip, .ui-calendar .ui-button:focus .tooltip, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus .tooltip, .ui-spinner .ui-spinner-button:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-default[disabled], .ui-calendar .ui-button[disabled], p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose[disabled], .ui-spinner .ui-spinner-button[disabled], .btn-default.disabled, .ui-calendar .disabled.ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .disabled.ui-fileupload-choose, .ui-spinner .disabled.ui-spinner-button {
    opacity: .5; }
  .btn-default.btn-loading, .ui-calendar .btn-loading.ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-loading.ui-fileupload-choose, .ui-spinner .btn-loading.ui-spinner-button {
    opacity: .7 !important;
    border: 1px solid #6b94b9 !important; }
  .btn-default.btn-loading:before, .ui-calendar .btn-loading.ui-button:before, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-loading.ui-fileupload-choose:before, .ui-spinner .btn-loading.ui-spinner-button:before {
    background-color: #6b94b9 !important; }
  .btn-default.btn-tooltip div, .ui-calendar .btn-tooltip.ui-button div, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-tooltip.ui-fileupload-choose div, .ui-spinner .btn-tooltip.ui-spinner-button div {
    color: #2d475e;
    background-color: #d3dfea; }
    .btn-default.btn-tooltip div:before, .ui-calendar .btn-tooltip.ui-button div:before, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-tooltip.ui-fileupload-choose div:before, .ui-spinner .btn-tooltip.ui-spinner-button div:before {
      border-top: 5px solid #d3dfea; }
  .btn-default.btn-invert, .ui-calendar .btn-invert.ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.ui-fileupload-choose, .ui-spinner .btn-invert.ui-spinner-button, .btn-default.btn-invert[disabled]:hover, .ui-calendar .btn-invert.ui-button[disabled]:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.ui-fileupload-choose[disabled]:hover, .ui-spinner .btn-invert.ui-spinner-button[disabled]:hover, .btn-default.btn-invert.disabled:hover, .ui-calendar .btn-invert.disabled.ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.disabled.ui-fileupload-choose:hover, .ui-spinner .btn-invert.disabled.ui-spinner-button:hover {
    border: none !important;
    color: #d3dfea !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-default.btn-invert:hover, .ui-calendar .btn-invert.ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.ui-fileupload-choose:hover, .ui-spinner .btn-invert.ui-spinner-button:hover, .btn-default.btn-invert:focus, .ui-calendar .btn-invert.ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.ui-fileupload-choose:focus, .ui-spinner .btn-invert.ui-spinner-button:focus, .btn-default.btn-invert:active, .ui-calendar .btn-invert.ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.ui-fileupload-choose:active, .ui-spinner .btn-invert.ui-spinner-button:active, .btn-default.btn-invert.active, .ui-calendar .btn-invert.active.ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.active.ui-fileupload-choose, .ui-spinner .btn-invert.active.ui-spinner-button {
    background-color: #d3dfea !important;
    color: #2d475e !important; }

.btn-primary {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-primary, .btn-primary[disabled]:hover, .btn-primary.disabled:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-primary, .btn-primary[disabled]:hover, .btn-primary.disabled:hover {
      border: 1px solid #1f79a0 !important;
      color: #ecf7fb !important;
      background-color: #2693c2 !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #1f79a0, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    border: 1px solid #196382 !important;
    background-color: #196382 !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: #acdbef !important; }
  .btn-primary:active, .btn-primary:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-primary:active .tooltip, .btn-primary:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-primary[disabled], .btn-primary.disabled {
    opacity: .5; }
  .btn-primary.btn-loading {
    opacity: .7 !important;
    border: 1px solid #0d3242 !important; }
  .btn-primary.btn-loading:before {
    background-color: #0d3242 !important; }
  .btn-primary.btn-tooltip div {
    color: #ecf7fb;
    background-color: #2693c2; }
    .btn-primary.btn-tooltip div:before {
      border-top: 5px solid #2693c2; }
  .btn-primary.btn-invert, .btn-primary.btn-invert[disabled]:hover, .btn-primary.btn-invert.disabled:hover {
    border: none !important;
    color: #2693c2 !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-primary.btn-invert:hover, .btn-primary.btn-invert:focus, .btn-primary.btn-invert:active, .btn-primary.btn-invert.active {
    background-color: #2693c2 !important;
    color: #ecf7fb !important; }

.btn-success {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-success, .btn-success[disabled]:hover, .btn-success.disabled:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-success, .btn-success[disabled]:hover, .btn-success.disabled:hover {
      border: 1px solid #44ac46 !important;
      color: white !important;
      background-color: #5bbe5d !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #44ac46, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    border: 1px solid #3a923c !important;
    background-color: #3a923c !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: #dbf1db !important; }
  .btn-success:active, .btn-success:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-success:active .tooltip, .btn-success:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-success[disabled], .btn-success.disabled {
    opacity: .5; }
  .btn-success.btn-loading {
    opacity: .7 !important;
    border: 1px solid #245c25 !important; }
  .btn-success.btn-loading:before {
    background-color: #245c25 !important; }
  .btn-success.btn-tooltip div {
    color: white;
    background-color: #5bbe5d; }
    .btn-success.btn-tooltip div:before {
      border-top: 5px solid #5bbe5d; }
  .btn-success.btn-invert, .btn-success.btn-invert[disabled]:hover, .btn-success.btn-invert.disabled:hover {
    border: none !important;
    color: #5bbe5d !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-success.btn-invert:hover, .btn-success.btn-invert:focus, .btn-success.btn-invert:active, .btn-success.btn-invert.active {
    background-color: #5bbe5d !important;
    color: white !important; }

.btn-danger {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-danger, .btn-danger[disabled]:hover, .btn-danger.disabled:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-danger, .btn-danger[disabled]:hover, .btn-danger.disabled:hover {
      border: 1px solid #a13535 !important;
      color: white !important;
      background-color: #c03f3f !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #a13535, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    border: 1px solid #862c2c !important;
    background-color: #862c2c !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: #ecc5c5 !important; }
  .btn-danger:active, .btn-danger:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-danger:active .tooltip, .btn-danger:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-danger[disabled], .btn-danger.disabled {
    opacity: .5; }
  .btn-danger.btn-loading {
    opacity: .7 !important;
    border: 1px solid #4d1919 !important; }
  .btn-danger.btn-loading:before {
    background-color: #4d1919 !important; }
  .btn-danger.btn-tooltip div {
    color: white;
    background-color: #c03f3f; }
    .btn-danger.btn-tooltip div:before {
      border-top: 5px solid #c03f3f; }
  .btn-danger.btn-invert, .btn-danger.btn-invert[disabled]:hover, .btn-danger.btn-invert.disabled:hover {
    border: none !important;
    color: #c03f3f !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-danger.btn-invert:hover, .btn-danger.btn-invert:focus, .btn-danger.btn-invert:active, .btn-danger.btn-invert.active {
    background-color: #c03f3f !important;
    color: white !important; }

.btn-warning {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-warning, .btn-warning[disabled]:hover, .btn-warning.disabled:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-warning, .btn-warning[disabled]:hover, .btn-warning.disabled:hover {
      border: 1px solid #f2ac15 !important;
      color: #8f6408 !important;
      background-color: #f4ba3c !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #f2ac15, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    border: 1px solid #d7970c !important;
    background-color: #d7970c !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: #fef6e5 !important; }
  .btn-warning:active, .btn-warning:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-warning:active .tooltip, .btn-warning:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-warning[disabled], .btn-warning.disabled {
    opacity: .5; }
  .btn-warning.btn-loading {
    opacity: .7 !important;
    border: 1px solid #8f6408 !important; }
  .btn-warning.btn-loading:before {
    background-color: #8f6408 !important; }
  .btn-warning.btn-tooltip div {
    color: #8f6408;
    background-color: #f4ba3c; }
    .btn-warning.btn-tooltip div:before {
      border-top: 5px solid #f4ba3c; }
  .btn-warning.btn-invert, .btn-warning.btn-invert[disabled]:hover, .btn-warning.btn-invert.disabled:hover {
    border: none !important;
    color: #f4ba3c !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-warning.btn-invert:hover, .btn-warning.btn-invert:focus, .btn-warning.btn-invert:active, .btn-warning.btn-invert.active {
    background-color: #f4ba3c !important;
    color: #8f6408 !important; }

.btn-info {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-info, .btn-info[disabled]:hover, .btn-info.disabled:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-info, .btn-info[disabled]:hover, .btn-info.disabled:hover {
      border: 1px solid #00b1fd !important;
      color: #00638d !important;
      background-color: #27beff !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #00b1fd, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    border: 1px solid #0098da !important;
    background-color: #0098da !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: #daf4ff !important; }
  .btn-info:active, .btn-info:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-info:active .tooltip, .btn-info:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-info[disabled], .btn-info.disabled {
    opacity: .5; }
  .btn-info.btn-loading {
    opacity: .7 !important;
    border: 1px solid #00638d !important; }
  .btn-info.btn-loading:before {
    background-color: #00638d !important; }
  .btn-info.btn-tooltip div {
    color: #00638d;
    background-color: #27beff; }
    .btn-info.btn-tooltip div:before {
      border-top: 5px solid #27beff; }
  .btn-info.btn-invert, .btn-info.btn-invert[disabled]:hover, .btn-info.btn-invert.disabled:hover {
    border: none !important;
    color: #27beff !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-info.btn-invert:hover, .btn-info.btn-invert:focus, .btn-info.btn-invert:active, .btn-info.btn-invert.active {
    background-color: #27beff !important;
    color: #00638d !important; }

.btn, .ui-spinner .ui-spinner-button {
  border-radius: 0;
  height: 38px;
  outline: none !important;
  padding: 8px 13px;
  position: relative;
  z-index: 1;
  float: left;
  margin-left: 5px;
  position: relative; }

.btn:first-child, .ui-spinner .ui-spinner-button:first-child {
  margin-left: 0 !important; }

.btn i:after, .ui-spinner .ui-spinner-button i:after {
  content: "";
  position: relative;
  height: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 12px;
  margin-right: 7px; }

.btn.btn-no-text, .ui-calendar .ui-button, .ui-spinner .ui-spinner-button {
  min-width: 36px;
  text-align: center;
  padding: 0;
  z-index: 5; }

.btn.btn-no-text i:after, .ui-calendar .ui-button i:after, .ui-spinner .ui-spinner-button i:after {
  display: none; }

.btn.btn-no-bg, .ui-spinner .btn-no-bg.ui-spinner-button, .btn.btn-no-bg:hover, .ui-spinner .btn-no-bg.ui-spinner-button:hover {
  background-color: transparent !important; }

.btn-group > .btn:first-child, .ui-spinner .btn-group > .ui-spinner-button:first-child {
  margin-left: 5px !important; }

.btn-group .dropdown-menu {
  width: calc(100% - 4px);
  margin-left: 0;
  border-radius: 0px;
  padding: 0;
  left: 4px; }

.btn-group .dropdown-menu > li > a {
  padding: 8px 17px;
  cursor: pointer; }
  .btn-group .dropdown-menu > li > a i {
    margin-right: 10px; }

.btn-mini {
  width: auto !important;
  height: auto !important;
  min-width: 26px !important;
  min-height: 26px !important;
  padding: 0px 10px; }

.btn-block {
  text-align: left;
  float: none; }
  .btn-block:not(:first-child) {
    margin-top: 2px !important; }
  .btn-block.text-center {
    text-align: center !important; }

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

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

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

.btn-loading {
  pointer-events: none; }

.btn-loading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1; }

.btn-loading:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
  background-image: url(/assets/loading/loader-alt.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important; }

.btn-tooltip:hover div:not(:empty) {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -35px;
  padding: 5px 5px;
  border-radius: 3px;
  margin-right: 0px;
  font-size: 12px;
  display: inline-block; }

.btn-tooltip:hover div:not(:empty):before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -5px;
  right: 8px; }

.btn-tooltip div {
  display: none; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
.form-control {
  border-right: transparent !important; }

.control-label.is-required.ng-invalid ~ .ui-messages-required {
  display: block; }

.control-label.control-label-textarea {
  top: 0;
  padding: 6px 10px 2px 10px;
  background: #FFF;
  width: calc(100% - 20px);
  margin: 1px; }

.control-label.control-label-textarea:after {
  top: 4px !important; }

.form-inline {
  margin: 0 !important; }

.form-inline .row {
  margin: 0; }

.form-inline .row > div:not(:last-child) .row {
  margin-right: 0px !important; }

.form-inline .row .row {
  margin: 0 -15px !important; }

.form-inline .row fieldset legend {
  margin-left: -15px; }

.form-inline fieldset {
  line-height: 16px;
  margin-top: 30px !important;
  position: relative; }

.form-inline fieldset:first-child {
  margin-top: 5px !important; }

.form-inline fieldset legend i {
  margin-right: 5px; }

.form-inline fieldset legend {
  border-bottom: 2px solid #e4e4e4;
  width: auto;
  padding-bottom: 5px;
  color: #6b6b6b;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0 5px 5px; }

.form-inline fieldset legend:before {
  content: "";
  width: calc(100% - 20px);
  border-bottom: 1px solid #e4e4e4;
  position: absolute;
  margin-left: -5px;
  margin-top: 23px; }

.form-inline .form-group {
  padding: 0;
  margin-top: -1px; }

.form-inline .form-group:first-child .form-control,
.form-inline .form-group:first-child .ui-dropdown-label,
.form-inline .form-group:first-child .ui-inputtext,
.form-inline .form-group:first-child p-fileupload .ui-fileupload,
p-fileupload .form-inline .form-group:first-child .ui-fileupload,
.form-inline .form-group:first-child .ui-fileupload, .form-inline .form-group.col-md-12 .form-control,
.form-inline .form-group.col-md-12 .ui-dropdown-label,
.form-inline .form-group.col-md-12 .ui-inputtext,
.form-inline .form-group.col-md-12 p-fileupload .ui-fileupload,
p-fileupload .form-inline .form-group.col-md-12 .ui-fileupload,
.form-inline .form-group.col-md-12 .ui-fileupload {
  border-left-width: 1px !important; }

.form-inline .form-group select.form-control {
  padding: 27px 12px 0 5px !important; }

.form-inline .form-group .control-label-radio {
  cursor: pointer;
  font-weight: normal;
  margin-right: 10px;
  margin-top: 3px; }

.form-inline .form-group .control-label-radio:first-child {
  margin-right: 0; }

.form-inline .form-group .control-label-radio input {
  vertical-align: middle;
  margin-top: -1px; }

.form-inline .form-group textarea {
  height: auto !important; }

.input-group {
  display: flex !important;
  width: 100% !important; }
  .input-group .ui-message, .input-group p-fileupload .ui-fileupload .ui-messages, p-fileupload .ui-fileupload .input-group .ui-messages {
    right: 30px; }
  .input-group .input-group-btn {
    width: auto !important; }
  .input-group .control-label.is-required:after, .input-group .control-label.ng-required:after {
    right: 40px; }

.hll {
  background-color: #ffffcc; }

/*{ background: #f0f3f3; }*/
.c {
  color: #999; }

/* Comment */
.err {
  color: #AA0000;
  background-color: #FFAAAA; }

/* Error */
.k {
  color: #006699; }

/* Keyword */
.o {
  color: #555555; }

/* Operator */
.cm {
  color: #999; }

/* Comment.Multiline */
/* Edited to remove italics and make into comment */
.cp {
  color: #009999; }

/* Comment.Preproc */
.c1 {
  color: #999; }

/* Comment.Single */
.cs {
  color: #999; }

/* Comment.Special */
.gd {
  background-color: #FFCCCC;
  border: 1px solid #CC0000; }

/* Generic.Deleted */
.ge {
  font-style: italic; }

/* Generic.Emph */
.gr {
  color: #FF0000; }

/* Generic.Error */
.gh {
  color: #003300; }

/* Generic.Heading */
.gi {
  background-color: #CCFFCC;
  border: 1px solid #00CC00; }

/* Generic.Inserted */
.go {
  color: #AAAAAA; }

/* Generic.Output */
.gp {
  color: #000099; }

/* Generic.Prompt */
/* Generic.Strong */
.gu {
  color: #003300; }

/* Generic.Subheading */
.gt {
  color: #99CC66; }

/* Generic.Traceback */
.kc {
  color: #006699; }

/* Keyword.Constant */
.kd {
  color: #006699; }

/* Keyword.Declaration */
.kn {
  color: #006699; }

/* Keyword.Namespace */
.kp {
  color: #006699; }

/* Keyword.Pseudo */
.kr {
  color: #006699; }

/* Keyword.Reserved */
.kt {
  color: #007788; }

/* Keyword.Type */
.m {
  color: #FF6600; }

/* Literal.Number */
.s {
  color: #d44950; }

/* Literal.String */
.na {
  color: #4f9fcf; }

/* Name.Attribute */
.nb {
  color: #336666; }

/* Name.Builtin */
.nc {
  color: #00AA88; }

/* Name.Class */
.no {
  color: #336600; }

/* Name.Constant */
.nd {
  color: #9999FF; }

/* Name.Decorator */
.ni {
  color: #999999; }

/* Name.Entity */
.ne {
  color: #CC0000; }

/* Name.Exception */
.nf {
  color: #CC00FF; }

/* Name.Function */
.nl {
  color: #9999FF; }

/* Name.Label */
.nn {
  color: #00CCFF; }

/* Name.Namespace */
.nt {
  color: #2f6f9f; }

/* Name.Tag */
.nv {
  color: #003333; }

/* Name.Variable */
.ow {
  color: #000000; }

/* Operator.Word */
.w {
  color: #bbbbbb; }

/* Text.Whitespace */
.mf {
  color: #FF6600; }

/* Literal.Number.Float */
.mh {
  color: #FF6600; }

/* Literal.Number.Hex */
.mi {
  color: #FF6600; }

/* Literal.Number.Integer */
.mo {
  color: #FF6600; }

/* Literal.Number.Oct */
.sb {
  color: #CC3300; }

/* Literal.String.Backtick */
.sc {
  color: #CC3300; }

/* Literal.String.Char */
.sd {
  color: #CC3300;
  font-style: italic; }

/* Literal.String.Doc */
.s2 {
  color: #CC3300; }

/* Literal.String.Double */
.se {
  color: #CC3300; }

/* Literal.String.Escape */
.sh {
  color: #CC3300; }

/* Literal.String.Heredoc */
.si {
  color: #AA0000; }

/* Literal.String.Interpol */
.sx {
  color: #CC3300; }

/* Literal.String.Other */
.sr {
  color: #33AAAA; }

/* Literal.String.Regex */
.s1 {
  color: #CC3300; }

/* Literal.String.Single */
.ss {
  color: #FFCC33; }

/* Literal.String.Symbol */
.bp {
  color: #336666; }

/* Name.Builtin.Pseudo */
.vc {
  color: #003333; }

/* Name.Variable.Class */
.vg {
  color: #003333; }

/* Name.Variable.Global */
.vi {
  color: #003333; }

/* Name.Variable.Instance */
.il {
  color: #FF6600; }

/* Literal.Number.Integer.Long */
.css .o,
.css .o + .nt,
.css .nt + .nt {
  color: #999; }

.grid-card li {
  list-style: none;
  color: #767676;
  padding: 10px 0;
  border-bottom: 1px solid #edf3f8;
  font-size: 14px;
  line-height: 22px; }
  .grid-card li:hover {
    background: #edf3f8; }
  .grid-card li b {
    color: #13496a;
    font-weight: 500;
    font-size: 15px; }
  .grid-card li p {
    margin: 0; }
  .grid-card li span {
    color: #000; }

@media (max-width: 1024px) {
  .grid-card li > div {
    margin-bottom: 10px; } }

.card, .data-card table tbody tr, .tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li,
.panel {
  background: #FFF;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  border-radius: 0; }

.card .content, .data-card table tbody tr .content, .tooltip .content, .ui-datalist .ui-datalist-content .ui-datalist-data li .content,
.card .panel-body,
.data-card table tbody tr .panel-body,
.tooltip .panel-body,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-body,
.panel .content,
.panel .panel-body {
  padding: 10px;
  color: #767676;
  font-size: 13px;
  line-height: 16px; }

.ui-state-highlight .ui-selection-column:before {
  display: none; }

.data-card table {
  display: grid; }
  .data-card table thead th {
    width: 100%; }
  .data-card table tbody {
    display: block; }
    .data-card table tbody tr {
      display: inline-block;
      position: relative; }
      .data-card table tbody tr .ui-selection-column {
        position: absolute;
        margin-top: 15px;
        margin-left: 11px; }
      .data-card table tbody tr .ui-selection-column + td .header {
        padding-left: 40px; }
      .data-card table tbody tr td {
        border: none !important;
        padding: 0 !important;
        display: flex !important;
        width: 100%; }
        .data-card table tbody tr td .ui-cell-data {
          width: 100%; }
        .data-card table tbody tr td.ui-datatable-emptymessage {
          padding: 9px 10px !important; }
        .data-card table tbody tr td.kebab-column {
          display: table-cell;
          position: absolute;
          right: 5px;
          top: 2px;
          height: auto; }

.tooltip {
  padding: 0px !important;
  font-family: inherit;
  display: none;
  position: absolute;
  top: 44px;
  min-width: 424px;
  box-shadow: 0 5px 13px -4px rgba(0, 0, 0, 0.5), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
  text-align: left;
  background: #ffffff;
  border: 1px solid #ccc; }

.tooltip .header {
  background: #9eb8d0 !important;
  color: #fff !important; }

.tooltip ul li {
  margin-top: 10px; }

.tooltip ul li .fa {
  width: 20px;
  text-align: center; }

.tooltip:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ccc;
  position: absolute;
  top: -5px; }

.tooltip.right {
  right: -1px; }
  .tooltip.right:before {
    right: 12px; }

.tooltip.left {
  left: -1px; }
  .tooltip.left:before {
    left: 12px; }

.ui-inputtext, p-fileupload .ui-fileupload {
  width: 100%; }

.ui-inputwrapper-focus {
  /*
    .ui-fileupload-buttonbar {
        @extend %style-form-input-focus;
    }*/ }

p-dropdown {
  width: 100%; }

p-dropdown .ui-dropdown {
  width: 100% !important;
  border: none !important;
  border-radius: 0 !important; }

p-dropdown .ui-dropdown.ui-state-disabled .ui-dropdown-label, p-dropdown .ui-dropdown:disabled .ui-dropdown-label, p-dropdown .ui-dropdown[disabled] .ui-dropdown-label, p-dropdown .ui-dropdown[read-only] .ui-dropdown-label, p-dropdown .ui-dropdown[readonly] .ui-dropdown-label {
  cursor: not-allowed !important; }

p-dropdown .ui-dropdown.ui-state-focus, p-dropdown .ui-dropdown:not(.ui-state-disabled) {
  background-color: transparent !important;
  border-color: initial !important; }

p-dropdown .ui-dropdown.ui-state-focus .ui-dropdown-label, p-dropdown .ui-dropdown:not(.ui-state-disabled) .ui-dropdown-label {
  background-color: transparent !important; }

p-dropdown .ui-dropdown.ui-state-focus .ui-dropdown-trigger, p-dropdown .ui-dropdown:not(.ui-state-disabled) .ui-dropdown-trigger {
  background-color: transparent !important; }

p-dropdown .ui-dropdown.ui-dropdown-open {
  z-index: 15 !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-trigger .fa {
  transform: translate(-50%, -50%) rotate(180deg) !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel {
  animation: easeTop 0.1s ease;
  box-shadow: black 0 5px 15px -8px !important;
  margin-top: -1px !important;
  border-radius: 0 !important;
  top: 0;
  background: #FFF;
  border: 1px solid #ccc; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel .ui-dropdown-filter-container {
  width: 100% !important;
  background: #f5f5f5 !important;
  padding: 8px !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel .ui-dropdown-filter-container .fa {
  top: 1.18em !important;
  z-index: 6; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel .ui-dropdown-filter-container .ui-dropdown-filter {
  border-radius: 0 !important;
  padding: 2px 5px !important;
  border: 1px solid #ccc;
  font-size: 13px;
  min-height: 32px; }

p-dropdown .ui-dropdown .ui-dropdown-trigger {
  background-color: transparent !important; }

p-dropdown .ui-dropdown .ui-dropdown-trigger .fa {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  position: absolute !important;
  margin: 0 !important;
  transition: all 0.1s ease; }

p-inputmask {
  width: 100%;
  /*
     &.ng-dirty.ng-invalid {
         .ui-inputtext {
            @extend %style-form-input-error;
            &:focus { 
                @extend %style-form-input-error-focus;
            }
        }
    }*/ }

/*****************************
FAIXA DO Z-INDEX: 9000~9999
*****************************/
.ui-growl {
  width: 30em;
  left: 50%;
  margin-left: -15em;
  z-index: 9999 !important; }

.ui-growl .ui-growl-item-container {
  box-shadow: 0px 12px 15px -10px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  top: 0;
  opacity: 1;
  border-width: 2px !important;
  border-style: solid;
  animation: slideDownTop 0.1s ease; }
  .ui-growl .ui-growl-item-container:first-child {
    box-shadow: 0px calc( -100vh + -70px) 150px 100vh black, 0px 12px 15px -10px rgba(0, 0, 0, 0.3) !important; }

.ui-growl .ui-growl-item-container.ui-growl-message-success {
  border-top-color: #5eb960 !important;
  border-right-color: #5eb960 !important;
  border-bottom-color: #367b37 !important;
  border-left-color: #367b37 !important;
  background: rgba(69, 159, 71, 0.95) !important;
  color: #FFF !important; }

.ui-growl .ui-growl-item-container.ui-growl-message-success .ui-growl-image {
  background: #459f47;
  border-right: 1px solid #367b37;
  box-shadow: inset -1px 0px 0px #5eb960;
  color: #5eb960; }

.ui-growl .ui-growl-item-container.ui-growl-message-info {
  border-top-color: #098ad4 !important;
  border-right-color: #098ad4 !important;
  border-bottom-color: #054a72 !important;
  border-left-color: #054a72 !important;
  background: rgba(7, 106, 163, 0.95) !important;
  color: #FFF !important; }

.ui-growl .ui-growl-item-container.ui-growl-message-info .ui-growl-image {
  background: #076aa3;
  border-right: 1px solid #054a72;
  box-shadow: inset -1px 0px 0px #098ad4;
  color: #098ad4; }

.ui-growl .ui-growl-item-container.ui-growl-message-warn {
  border-top-color: #f19512 !important;
  border-right-color: #f19512 !important;
  border-bottom-color: #945b09 !important;
  border-left-color: #945b09 !important;
  background: rgba(196, 120, 12, 0.95) !important;
  color: #FFF !important; }

.ui-growl .ui-growl-item-container.ui-growl-message-warn .ui-growl-image {
  background: #c4780c;
  border-right: 1px solid #945b09;
  box-shadow: inset -1px 0px 0px #f19512;
  color: #f19512; }

.ui-growl .ui-growl-item-container.ui-growl-message-error {
  border-top-color: #c44d4c !important;
  border-right-color: #c44d4c !important;
  border-bottom-color: #802b2a !important;
  border-left-color: #802b2a !important;
  background: rgba(166, 56, 55, 0.95) !important;
  color: #FFF !important; }

.ui-growl .ui-growl-item-container.ui-growl-message-error .ui-growl-image {
  background: #a63837;
  border-right: 1px solid #802b2a;
  box-shadow: inset -1px 0px 0px #c44d4c;
  color: #c44d4c; }

.ui-growl .ui-growl-item-container .ui-growl-item {
  min-height: 5.3em;
  display: table;
  width: 100%; }

.ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-image {
  height: 100%;
  width: 3em;
  left: 0;
  top: 0; }
  .ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-image:before {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }

.ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-message {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 6em; }

.ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-message span, .ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-message p {
  padding: 0; }

.ui-message, p-fileupload .ui-fileupload .ui-messages {
  font-size: 0.85em;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  right: 5px;
  z-index: 16 !important;
  padding: 4px 6px;
  margin: 0;
  line-height: 13px;
  top: 49px;
  border: none;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.03em;
  color: #FFF;
  animation: easeTop 0.1s ease, fadeIn 0.1s ease;
  cursor: default !important; }

.ui-message.ui-messages-limited, p-fileupload .ui-fileupload .ui-messages-limited.ui-messages {
  display: inline-block;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis; }

.ui-message.ui-messages-limited:hover, p-fileupload .ui-fileupload .ui-messages-limited.ui-messages:hover {
  max-width: 100%;
  white-space: normal; }

.ui-message .fa, p-fileupload .ui-fileupload .ui-messages .fa {
  font-size: 10px;
  margin-right: 5px; }

.ui-message:before, p-fileupload .ui-fileupload .ui-messages:before {
  content: "";
  border: 1px solid;
  position: absolute;
  top: -4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: transparent; }

.ui-message.ui-messages-always-visible, p-fileupload .ui-fileupload .ui-messages-always-visible.ui-messages {
  display: block !important; }

.ui-message.ui-messages-error, p-fileupload .ui-fileupload .ui-messages-error.ui-messages, .ui-message.ui-messages-required, p-fileupload .ui-fileupload .ui-messages-required.ui-messages {
  background: #c74c4c; }

.ui-message.ui-messages-error:before, p-fileupload .ui-fileupload .ui-messages-error.ui-messages:before, .ui-message.ui-messages-required:before, p-fileupload .ui-fileupload .ui-messages-required.ui-messages:before {
  border-bottom: 4px solid #c74c4c; }

.ui-message.ui-messages-required, p-fileupload .ui-fileupload .ui-messages-required.ui-messages {
  display: none; }

.ui-message.ui-messages-info, p-fileupload .ui-fileupload .ui-messages-info.ui-messages {
  background: #ccc;
  display: none;
  color: #7d7d7d; }

.ui-message.ui-messages-info:before, p-fileupload .ui-fileupload .ui-messages-info.ui-messages:before {
  border-bottom: 4px solid #ccc; }

.ui-message.ui-message ~ .ui-message, p-fileupload .ui-fileupload .ui-messages ~ .ui-message, p-fileupload .ui-fileupload .ui-message.ui-message ~ .ui-messages, p-fileupload .ui-fileupload .ui-messages ~ .ui-messages {
  top: 73px !important; }

.ui-chkbox .ui-state-default,
.ui-radiobutton .ui-state-default {
  border: 1px solid #d6d6d6;
  background: #ffffff;
  color: #555555; }
  .ui-chkbox .ui-state-default.ui-state-active,
  .ui-radiobutton .ui-state-default.ui-state-active {
    border: 1px solid #6ba6bf;
    background: #6ba6bf;
    color: #FFFFFF; }

.ui-datatable thead.ui-datatable-thead tr {
  border-bottom: 2px solid #6ba6bf !important;
  border: transparent; }

.ui-datatable thead.ui-datatable-thead tr th {
  padding: 15px 10px;
  position: relative;
  text-align: left;
  overflow: inherit; }

.ui-datatable thead.ui-datatable-thead tr th:first-child:before {
  display: none !important; }

.ui-datatable thead.ui-datatable-thead tr th:before {
  content: "";
  position: absolute;
  border-right: 1px solid #eaeff2;
  height: 80%;
  left: -1px;
  top: 50%;
  transform: translateY(-50%); }

.ui-datatable thead.ui-datatable-thead tr th .ui-column-title {
  font-size: 15px;
  font-weight: bold; }

.ui-datatable thead.ui-datatable-thead tr th.col-icon {
  width: 40px;
  text-align: center; }

.ui-datatable thead.ui-datatable-thead tr th.kebab-column {
  width: 20px; }

.ui-datatable.ui-datatable-strippes tbody tr:nth-child(odd) {
  background: rgba(244, 247, 249, 0.53); }

.ui-datatable tbody {
  color: #767676;
  border-color: #eaeff2;
  border-left: transparent;
  cursor: pointer; }

.ui-datatable tbody tr.ui-widget-content.ui-state-highlight {
  background: #eaeff2; }

.ui-datatable tbody tr.ui-widget-content.ui-state-highlight td {
  overflow: initial; }

.ui-datatable tbody tr.ui-widget-content.ui-state-highlight td:first-child:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  background: #ffa751; }

.ui-datatable tbody tr.ui-widget-content:hover {
  background: #edf3f8; }

.ui-datatable tbody tr td {
  overflow: initial !important;
  position: relative;
  padding: 9px 10px !important; }

.ui-datatable tbody tr td .ui-data-strike {
  text-decoration: line-through;
  opacity: .6;
  pointer-events: none; }

.ui-datatable tbody tr td.ui-editable-column:not(.ui-cell-editing) .ui-cell-data:empty {
  min-height: 32px;
  display: inline-block; }

.ui-datatable tbody tr td.ui-editable-column:not(.ui-cell-editing) .ui-cell-data:empty:before {
  content: "";
  position: absolute;
  border: 1px solid #ccc !important;
  background: #Fff !important;
  padding: 3px !important;
  height: auto !important;
  min-height: 32px !important;
  display: inline-block;
  width: calc(100% - 20px);
  top: 0px;
  margin: 12px 10px;
  left: 0px; }

.ui-datatable tbody tr td .ui-cell-data .ui-inputtext, .ui-datatable tbody tr td .ui-cell-data p-fileupload .ui-fileupload, p-fileupload .ui-datatable tbody tr td .ui-cell-data .ui-fileupload,
.ui-datatable tbody tr td .ui-cell-editor .ui-inputtext,
.ui-datatable tbody tr td .ui-cell-editor p-fileupload .ui-fileupload,
p-fileupload .ui-datatable tbody tr td .ui-cell-editor .ui-fileupload {
  border: 1px solid #ccc !important;
  background: #Fff !important;
  padding: 3px !important;
  height: auto !important;
  min-height: auto !important; }

.ui-datatable tbody tr td .ui-cell-data .ui-dropdown-trigger,
.ui-datatable tbody tr td .ui-cell-editor .ui-dropdown-trigger {
  z-index: 10 !important; }

.ui-datatable tbody tr td .ui-cell-data .ui-inputwrapper-focus,
.ui-datatable tbody tr td .ui-cell-editor .ui-inputwrapper-focus {
  z-index: 100; }

.ui-datatable tbody tr td:last-child {
  border-right: transparent; }

.ui-datatable tbody tr td.kebab-column {
  width: 20px;
  text-align: center;
  position: relative;
  overflow: visible !important;
  height: 100%;
  cursor: pointer; }

.ui-datatable tbody tr td .ui-grid {
  margin: -10px;
  padding: 15px;
  background: #eaeff2; }

.ui-datatable tbody tr td .ui-grid .ui-grid-row:before {
  content: "";
  width: 2px;
  height: calc(100% + 1px);
  position: absolute;
  left: -1px;
  top: -1px;
  background: #ffa751; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
.input-group .btn, .input-group .ui-spinner .ui-spinner-button, .ui-spinner .input-group .ui-spinner-button,
.input-group .btn-group-addon, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose {
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: auto !important;
  border-left: 0px !important;
  transition: all .1s ease;
  /*margin-left: 1px;
        margin-right: -1px;*/
  margin: 0px;
  z-index: 5; }

.input-group .btn:hover, .input-group .ui-spinner .ui-spinner-button:hover, .ui-spinner .input-group .ui-spinner-button:hover,
.input-group .btn-group-addon:hover, .ui-calendar .ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:hover, .input-group .btn:focus, .input-group .ui-spinner .ui-spinner-button:focus, .ui-spinner .input-group .ui-spinner-button:focus,
.input-group .btn-group-addon:focus, .ui-calendar .ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus, .input-group .btn:active, .input-group .ui-spinner .ui-spinner-button:active, .ui-spinner .input-group .ui-spinner-button:active,
.input-group .btn-group-addon:active, .ui-calendar .ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active {
  box-shadow: none !important;
  border-left: 0px !important; }

.ui-datatable tbody tr td.kebab-column .btn-kebab,
.ui-datatable tbody tr td.kebab-column .btn-kebab-view {
  width: auto !important;
  height: auto !important;
  pointer-events: none;
  background: none !important;
  border: none !important;
  color: #13496a;
  margin: 0px !important;
  min-width: auto !important;
  z-index: 1; }

.form-inline .form-group .form-control, .ui-inputtext:not(.ui-dropdown-filter), p-fileupload .ui-fileupload:not(.ui-dropdown-filter), p-dropdown .ui-dropdown .ui-dropdown-label {
  transition: all 0.2s linear !important;
  height: 58px;
  min-height: 58px;
  padding: 25px 12px 0 9px !important;
  margin: 0 !important;
  display: block !important;
  font-size: 14px !important;
  color: #555 !important;
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  border-left-width: 0px !important;
  width: 100%;
  position: relative;
  z-index: 5; }

.input-single, .ui-datatable thead.ui-datatable-thead tr th .ui-inputtext, .ui-datatable thead.ui-datatable-thead tr th p-fileupload .ui-fileupload, p-fileupload .ui-datatable thead.ui-datatable-thead tr th .ui-fileupload {
  height: 38px;
  min-height: auto;
  border-bottom-width: 2px !important;
  box-shadow: none !important;
  padding: 6px 12px !important;
  border-radius: 0px !important;
  border-left-width: 1px !important; }

.form-inline .form-group .form-control:focus, .ui-inputwrapper-focus .ui-inputtext, .ui-inputwrapper-focus p-fileupload .ui-fileupload, p-fileupload .ui-inputwrapper-focus .ui-fileupload, p-dropdown .ui-dropdown.ui-dropdown-open, p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-label, p-chips .ui-chips .ui-inputtext.ui-state-focus, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload, p-chips .ui-chips .ui-inputtext:active, p-chips .ui-chips p-fileupload .ui-fileupload:active, p-fileupload p-chips .ui-chips .ui-fileupload:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  outline: 0;
  transition: all 0.2s linear;
  border-color: #66afe9 !important;
  position: relative;
  z-index: 6; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid, .form-inline .form-group .control-label-textarea.ng-invalid, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-label {
  background-color: rgba(242, 217, 217, 0.6) !important;
  border-color: #e09f9f !important;
  color: #e09f9f !important; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid:focus, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e09f9f !important; }

.form-inline .form-group .form-control:disabled, .form-inline .form-group .form-control[disabled], .form-inline .form-group .form-control[read-only], .form-inline .form-group .form-control[readonly], .form-inline .form-group .control-label-textarea:disabled, .form-inline .form-group .control-label-textarea[disabled], .form-inline .form-group .control-label-textarea[read-only], .form-inline .form-group .control-label-textarea[readonly], .ui-inputtext:disabled, p-fileupload .ui-fileupload:disabled, .ui-inputtext[disabled], p-fileupload .ui-fileupload[disabled], .ui-inputtext[read-only], p-fileupload .ui-fileupload[read-only], .ui-inputtext[readonly], p-fileupload .ui-fileupload[readonly], p-dropdown .ui-dropdown.ui-state-disabled, p-dropdown .ui-dropdown:disabled, p-dropdown .ui-dropdown[disabled], p-dropdown .ui-dropdown[read-only], p-dropdown .ui-dropdown[readonly] {
  opacity: 0.5 !important;
  background-color: #eee;
  cursor: not-allowed !important; }

.control-label {
  pointer-events: none;
  transition: all 0.2s linear;
  position: absolute;
  color: #979797;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 10px;
  top: 7px;
  left: 0;
  z-index: 7;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px; }
  .is-invalid.control-label, .ng-invalid.control-label {
    color: #c03f3f !important; }
  .is-required.control-label:after, .ng-required.control-label:after {
    content: "*";
    position: absolute;
    right: 8px;
    color: #c03f3f;
    z-index: 7;
    font-size: 12px;
    top: -4px;
    font-weight: 400; }
  .is-disabled.control-label, .ng-disabled.control-label {
    opacity: 0.5; }

.form-inline .form-group .form-control:focus ~ .ui-messages-info, .form-control:focus ~ .ui-messages-info, .ui-inputwrapper-focus ~ .ui-messages-info,
.form-inline .form-group .form-control:focus ~ .ui-messages-error,
.form-control:focus ~ .ui-messages-error,
.ui-inputwrapper-focus ~ .ui-messages-error {
  display: block !important; }

.ui-dialog .ui-dialog-titlebar {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  float: left;
  margin: 0px;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #13496a;
  font-weight: 500; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title i, .ui-confirmdialog .ui-dialog-content i:first-child {
  float: left;
  color: #fff;
  background: #6ba6bf;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 15px;
  line-height: normal !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items, .ui-dropdown-panel, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items {
  padding: 0 1px !important;
  background: #fff; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li, .ui-dropdown-panel li, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li {
  padding: 6px 9px; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li:hover, .ui-dropdown-panel li:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li:hover {
  background: #f5f5f5; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight, .ui-dropdown-panel li.ui-state-highlight, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight {
  background-color: #66b4e3 !important;
  color: #fff !important; }
  p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight:hover, .ui-dropdown-panel li.ui-state-highlight:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight:hover {
    background-color: #3b9fdb !important; }

.card .footer, .data-card table tbody tr .footer, .tooltip .footer, .ui-datalist .ui-datalist-content .ui-datalist-data li .footer,
.card .panel-footer,
.data-card table tbody tr .panel-footer,
.tooltip .panel-footer,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-footer,
.panel .footer,
.panel .panel-footer {
  padding: 10px;
  background: #edf3f8;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px;
  float: left;
  margin-top: 10px; }

.panel-line.card .panel-heading, .data-card table tbody tr.panel-line .panel-heading, .panel-line.tooltip .panel-heading, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-line .panel-heading, .panel-line.panel .panel-heading, .data-card table tbody tr td div.panel-line .panel-heading {
  border-bottom: 1px solid #dfe5e8; }

.card > .header, .data-card table tbody tr > .header, .tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header, .panel > .header, .data-card table tbody tr td div > .header,
.card .panel-heading,
.data-card table tbody tr .panel-heading,
.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading,
.panel .panel-heading {
  padding: 10px;
  font-size: 16px;
  color: #13496a; }

.card > .header i, .data-card table tbody tr > .header i, .tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header i, .panel > .header i, .data-card table tbody tr td div > .header i,
.card .panel-heading i,
.data-card table tbody tr .panel-heading i,
.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading i,
.panel .panel-heading i {
  color: #c0d3db;
  margin-right: 10px; }

.bar.card, .data-card table tbody tr.bar, .bar.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar,
.bar.panel, .data-card table tbody tr td div.bar {
  border-left: 2px solid; }

.bar.card .header, .data-card table tbody tr.bar .header, .bar.tooltip .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header, .bar.panel .header, .data-card table tbody tr td div.bar .header,
.bar.card .panel-heading,
.data-card table tbody tr.bar .panel-heading,
.bar.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading,
.bar.panel .panel-heading,
.data-card table tbody tr td div.bar .panel-heading {
  background: transparent !important;
  color: #13496a; }

.bar.card .header i, .data-card table tbody tr.bar .header i, .bar.tooltip .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header i, .bar.panel .header i, .data-card table tbody tr td div.bar .header i,
.bar.card .panel-heading i,
.data-card table tbody tr.bar .panel-heading i,
.bar.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading i,
.bar.panel .panel-heading i,
.data-card table tbody tr td div.bar .panel-heading i {
  color: #c0d3db !important; }

.bar.default.card, .data-card table tbody tr.bar.default, .bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.default,
.bar.default.panel, .data-card table tbody tr td div.bar.default {
  border-color: #777777; }

.default.card > .header, .data-card table tbody tr.default > .header, .default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header, .default.panel > .header, .data-card table tbody tr td div.default > .header,
.default.card > .panel-heading,
.data-card table tbody tr.default > .panel-heading,
.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading,
.default.panel > .panel-heading,
.data-card table tbody tr td div.default > .panel-heading, .panel-default.card > .header, .data-card table tbody tr.panel-default > .header, .panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header, .panel-default.panel > .header, .data-card table tbody tr td div.panel-default > .header,
.panel-default.card > .panel-heading,
.data-card table tbody tr.panel-default > .panel-heading,
.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading,
.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.panel-default > .panel-heading {
  background: #777777;
  color: #FFF;
  border-radius: 0; }

.default.card > .header i, .data-card table tbody tr.default > .header i, .default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header i, .default.panel > .header i, .data-card table tbody tr td div.default > .header i,
.default.card > .panel-heading i,
.data-card table tbody tr.default > .panel-heading i,
.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading i,
.default.panel > .panel-heading i,
.data-card table tbody tr td div.default > .panel-heading i, .panel-default.card > .header i, .data-card table tbody tr.panel-default > .header i, .panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header i, .panel-default.panel > .header i, .data-card table tbody tr td div.panel-default > .header i,
.panel-default.card > .panel-heading i,
.data-card table tbody tr.panel-default > .panel-heading i,
.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading i,
.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.panel-default > .panel-heading i {
  color: #FFF; }

.bar.success.card, .data-card table tbody tr.bar.success, .bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.success,
.bar.success.panel, .data-card table tbody tr td div.bar.success {
  border-color: #459f47; }

.success.card > .header, .data-card table tbody tr.success > .header, .success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header, .success.panel > .header, .data-card table tbody tr td div.success > .header,
.success.card > .panel-heading,
.data-card table tbody tr.success > .panel-heading,
.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading,
.success.panel > .panel-heading,
.data-card table tbody tr td div.success > .panel-heading, .panel-success.card > .header, .data-card table tbody tr.panel-success > .header, .panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header, .panel-success.panel > .header, .data-card table tbody tr td div.panel-success > .header,
.panel-success.card > .panel-heading,
.data-card table tbody tr.panel-success > .panel-heading,
.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading,
.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.panel-success > .panel-heading {
  background: #459f47;
  color: #FFF;
  border-radius: 0; }

.success.card > .header i, .data-card table tbody tr.success > .header i, .success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header i, .success.panel > .header i, .data-card table tbody tr td div.success > .header i,
.success.card > .panel-heading i,
.data-card table tbody tr.success > .panel-heading i,
.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading i,
.success.panel > .panel-heading i,
.data-card table tbody tr td div.success > .panel-heading i, .panel-success.card > .header i, .data-card table tbody tr.panel-success > .header i, .panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header i, .panel-success.panel > .header i, .data-card table tbody tr td div.panel-success > .header i,
.panel-success.card > .panel-heading i,
.data-card table tbody tr.panel-success > .panel-heading i,
.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading i,
.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.panel-success > .panel-heading i {
  color: #FFF; }

.bar.danger.card, .data-card table tbody tr.bar.danger, .bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.danger,
.bar.danger.panel, .data-card table tbody tr td div.bar.danger {
  border-color: #a63837; }

.danger.card > .header, .data-card table tbody tr.danger > .header, .danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header, .danger.panel > .header, .data-card table tbody tr td div.danger > .header,
.danger.card > .panel-heading,
.data-card table tbody tr.danger > .panel-heading,
.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading,
.danger.panel > .panel-heading,
.data-card table tbody tr td div.danger > .panel-heading, .panel-danger.card > .header, .data-card table tbody tr.panel-danger > .header, .panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header, .panel-danger.panel > .header, .data-card table tbody tr td div.panel-danger > .header,
.panel-danger.card > .panel-heading,
.data-card table tbody tr.panel-danger > .panel-heading,
.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading,
.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.panel-danger > .panel-heading {
  background: #a63837;
  color: #FFF;
  border-radius: 0; }

.danger.card > .header i, .data-card table tbody tr.danger > .header i, .danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header i, .danger.panel > .header i, .data-card table tbody tr td div.danger > .header i,
.danger.card > .panel-heading i,
.data-card table tbody tr.danger > .panel-heading i,
.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading i,
.danger.panel > .panel-heading i,
.data-card table tbody tr td div.danger > .panel-heading i, .panel-danger.card > .header i, .data-card table tbody tr.panel-danger > .header i, .panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header i, .panel-danger.panel > .header i, .data-card table tbody tr td div.panel-danger > .header i,
.panel-danger.card > .panel-heading i,
.data-card table tbody tr.panel-danger > .panel-heading i,
.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading i,
.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.panel-danger > .panel-heading i {
  color: #FFF; }

.bar.warning.card, .data-card table tbody tr.bar.warning, .bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.warning,
.bar.warning.panel, .data-card table tbody tr td div.bar.warning {
  border-color: #f0ad4e; }

.warning.card > .header, .data-card table tbody tr.warning > .header, .warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header, .warning.panel > .header, .data-card table tbody tr td div.warning > .header,
.warning.card > .panel-heading,
.data-card table tbody tr.warning > .panel-heading,
.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading,
.warning.panel > .panel-heading,
.data-card table tbody tr td div.warning > .panel-heading, .panel-warning.card > .header, .data-card table tbody tr.panel-warning > .header, .panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header, .panel-warning.panel > .header, .data-card table tbody tr td div.panel-warning > .header,
.panel-warning.card > .panel-heading,
.data-card table tbody tr.panel-warning > .panel-heading,
.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading,
.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.panel-warning > .panel-heading {
  background: #f0ad4e;
  color: #FFF;
  border-radius: 0; }

.warning.card > .header i, .data-card table tbody tr.warning > .header i, .warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header i, .warning.panel > .header i, .data-card table tbody tr td div.warning > .header i,
.warning.card > .panel-heading i,
.data-card table tbody tr.warning > .panel-heading i,
.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading i,
.warning.panel > .panel-heading i,
.data-card table tbody tr td div.warning > .panel-heading i, .panel-warning.card > .header i, .data-card table tbody tr.panel-warning > .header i, .panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header i, .panel-warning.panel > .header i, .data-card table tbody tr td div.panel-warning > .header i,
.panel-warning.card > .panel-heading i,
.data-card table tbody tr.panel-warning > .panel-heading i,
.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading i,
.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.panel-warning > .panel-heading i {
  color: #FFF; }

.bar.info.card, .data-card table tbody tr.bar.info, .bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.info,
.bar.info.panel, .data-card table tbody tr td div.bar.info {
  border-color: #6ba6bf; }

.info.card > .header, .data-card table tbody tr.info > .header, .info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header, .info.panel > .header, .data-card table tbody tr td div.info > .header,
.info.card > .panel-heading,
.data-card table tbody tr.info > .panel-heading,
.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading,
.info.panel > .panel-heading,
.data-card table tbody tr td div.info > .panel-heading, .panel-info.card > .header, .data-card table tbody tr.panel-info > .header, .panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header, .panel-info.panel > .header, .data-card table tbody tr td div.panel-info > .header,
.panel-info.card > .panel-heading,
.data-card table tbody tr.panel-info > .panel-heading,
.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading,
.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.panel-info > .panel-heading {
  background: #6ba6bf;
  color: #13496a;
  border-radius: 0; }

.info.card > .header i, .data-card table tbody tr.info > .header i, .info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header i, .info.panel > .header i, .data-card table tbody tr td div.info > .header i,
.info.card > .panel-heading i,
.data-card table tbody tr.info > .panel-heading i,
.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading i,
.info.panel > .panel-heading i,
.data-card table tbody tr td div.info > .panel-heading i, .panel-info.card > .header i, .data-card table tbody tr.panel-info > .header i, .panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header i, .panel-info.panel > .header i, .data-card table tbody tr td div.panel-info > .header i,
.panel-info.card > .panel-heading i,
.data-card table tbody tr.panel-info > .panel-heading i,
.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading i,
.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.panel-info > .panel-heading i {
  color: #13496a; }

.light.bar.default.card, .data-card table tbody tr.light.bar.default, .light.bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.default,
.light.bar.default.panel, .data-card table tbody tr td div.light.bar.default {
  border-color: #eaeaea; }

.light.default.card > .header, .data-card table tbody tr.light.default > .header, .light.default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header, .light.default.panel > .header, .data-card table tbody tr td div.light.default > .header,
.light.default.card > .panel-heading,
.data-card table tbody tr.light.default > .panel-heading,
.light.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading,
.light.default.panel > .panel-heading,
.data-card table tbody tr td div.light.default > .panel-heading, .light.panel-default.card > .header, .data-card table tbody tr.light.panel-default > .header, .light.panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header, .light.panel-default.panel > .header, .data-card table tbody tr td div.light.panel-default > .header,
.light.panel-default.card > .panel-heading,
.data-card table tbody tr.light.panel-default > .panel-heading,
.light.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading,
.light.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-default > .panel-heading {
  background: #eaeaea;
  color: #777777;
  border-radius: 0; }

.light.default.card > .header i, .data-card table tbody tr.light.default > .header i, .light.default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header i, .light.default.panel > .header i, .data-card table tbody tr td div.light.default > .header i,
.light.default.card > .panel-heading i,
.data-card table tbody tr.light.default > .panel-heading i,
.light.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading i,
.light.default.panel > .panel-heading i,
.data-card table tbody tr td div.light.default > .panel-heading i, .light.panel-default.card > .header i, .data-card table tbody tr.light.panel-default > .header i, .light.panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header i, .light.panel-default.panel > .header i, .data-card table tbody tr td div.light.panel-default > .header i,
.light.panel-default.card > .panel-heading i,
.data-card table tbody tr.light.panel-default > .panel-heading i,
.light.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading i,
.light.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-default > .panel-heading i {
  color: #777777; }

.light.bar.success.card, .data-card table tbody tr.light.bar.success, .light.bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.success,
.light.bar.success.panel, .data-card table tbody tr td div.light.bar.success {
  border-color: #d1ded1; }

.light.success.card > .header, .data-card table tbody tr.light.success > .header, .light.success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header, .light.success.panel > .header, .data-card table tbody tr td div.light.success > .header,
.light.success.card > .panel-heading,
.data-card table tbody tr.light.success > .panel-heading,
.light.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading,
.light.success.panel > .panel-heading,
.data-card table tbody tr td div.light.success > .panel-heading, .light.panel-success.card > .header, .data-card table tbody tr.light.panel-success > .header, .light.panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header, .light.panel-success.panel > .header, .data-card table tbody tr td div.light.panel-success > .header,
.light.panel-success.card > .panel-heading,
.data-card table tbody tr.light.panel-success > .panel-heading,
.light.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading,
.light.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-success > .panel-heading {
  background: #d1ded1;
  color: #459f47;
  border-radius: 0; }

.light.success.card > .header i, .data-card table tbody tr.light.success > .header i, .light.success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header i, .light.success.panel > .header i, .data-card table tbody tr td div.light.success > .header i,
.light.success.card > .panel-heading i,
.data-card table tbody tr.light.success > .panel-heading i,
.light.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading i,
.light.success.panel > .panel-heading i,
.data-card table tbody tr td div.light.success > .panel-heading i, .light.panel-success.card > .header i, .data-card table tbody tr.light.panel-success > .header i, .light.panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header i, .light.panel-success.panel > .header i, .data-card table tbody tr td div.light.panel-success > .header i,
.light.panel-success.card > .panel-heading i,
.data-card table tbody tr.light.panel-success > .panel-heading i,
.light.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading i,
.light.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-success > .panel-heading i {
  color: #459f47; }

.light.bar.danger.card, .data-card table tbody tr.light.bar.danger, .light.bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.danger,
.light.bar.danger.panel, .data-card table tbody tr td div.light.bar.danger {
  border-color: #eadfde; }

.light.danger.card > .header, .data-card table tbody tr.light.danger > .header, .light.danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header, .light.danger.panel > .header, .data-card table tbody tr td div.light.danger > .header,
.light.danger.card > .panel-heading,
.data-card table tbody tr.light.danger > .panel-heading,
.light.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading,
.light.danger.panel > .panel-heading,
.data-card table tbody tr td div.light.danger > .panel-heading, .light.panel-danger.card > .header, .data-card table tbody tr.light.panel-danger > .header, .light.panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header, .light.panel-danger.panel > .header, .data-card table tbody tr td div.light.panel-danger > .header,
.light.panel-danger.card > .panel-heading,
.data-card table tbody tr.light.panel-danger > .panel-heading,
.light.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading,
.light.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-danger > .panel-heading {
  background: #eadfde;
  color: #a63837;
  border-radius: 0; }

.light.danger.card > .header i, .data-card table tbody tr.light.danger > .header i, .light.danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header i, .light.danger.panel > .header i, .data-card table tbody tr td div.light.danger > .header i,
.light.danger.card > .panel-heading i,
.data-card table tbody tr.light.danger > .panel-heading i,
.light.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading i,
.light.danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.danger > .panel-heading i, .light.panel-danger.card > .header i, .data-card table tbody tr.light.panel-danger > .header i, .light.panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header i, .light.panel-danger.panel > .header i, .data-card table tbody tr td div.light.panel-danger > .header i,
.light.panel-danger.card > .panel-heading i,
.data-card table tbody tr.light.panel-danger > .panel-heading i,
.light.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading i,
.light.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-danger > .panel-heading i {
  color: #a63837; }

.light.bar.warning.card, .data-card table tbody tr.light.bar.warning, .light.bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.warning,
.light.bar.warning.panel, .data-card table tbody tr td div.light.bar.warning {
  border-color: #ece5da; }

.light.warning.card > .header, .data-card table tbody tr.light.warning > .header, .light.warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header, .light.warning.panel > .header, .data-card table tbody tr td div.light.warning > .header,
.light.warning.card > .panel-heading,
.data-card table tbody tr.light.warning > .panel-heading,
.light.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading,
.light.warning.panel > .panel-heading,
.data-card table tbody tr td div.light.warning > .panel-heading, .light.panel-warning.card > .header, .data-card table tbody tr.light.panel-warning > .header, .light.panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header, .light.panel-warning.panel > .header, .data-card table tbody tr td div.light.panel-warning > .header,
.light.panel-warning.card > .panel-heading,
.data-card table tbody tr.light.panel-warning > .panel-heading,
.light.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading,
.light.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-warning > .panel-heading {
  background: #ece5da;
  color: #926c36;
  border-radius: 0; }

.light.warning.card > .header i, .data-card table tbody tr.light.warning > .header i, .light.warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header i, .light.warning.panel > .header i, .data-card table tbody tr td div.light.warning > .header i,
.light.warning.card > .panel-heading i,
.data-card table tbody tr.light.warning > .panel-heading i,
.light.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading i,
.light.warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.warning > .panel-heading i, .light.panel-warning.card > .header i, .data-card table tbody tr.light.panel-warning > .header i, .light.panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header i, .light.panel-warning.panel > .header i, .data-card table tbody tr td div.light.panel-warning > .header i,
.light.panel-warning.card > .panel-heading i,
.data-card table tbody tr.light.panel-warning > .panel-heading i,
.light.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading i,
.light.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-warning > .panel-heading i {
  color: #926c36; }

.light.bar.info.card, .data-card table tbody tr.light.bar.info, .light.bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.info,
.light.bar.info.panel, .data-card table tbody tr td div.light.bar.info {
  border-color: #d3e0ea; }

.light.info.card > .header, .data-card table tbody tr.light.info > .header, .light.info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header, .light.info.panel > .header, .data-card table tbody tr td div.light.info > .header,
.light.info.card > .panel-heading,
.data-card table tbody tr.light.info > .panel-heading,
.light.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading,
.light.info.panel > .panel-heading,
.data-card table tbody tr td div.light.info > .panel-heading, .light.panel-info.card > .header, .data-card table tbody tr.light.panel-info > .header, .light.panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header, .light.panel-info.panel > .header, .data-card table tbody tr td div.light.panel-info > .header,
.light.panel-info.card > .panel-heading,
.data-card table tbody tr.light.panel-info > .panel-heading,
.light.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading,
.light.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-info > .panel-heading {
  background: #d3e0ea;
  color: #13496a;
  border-radius: 0; }

.light.info.card > .header i, .data-card table tbody tr.light.info > .header i, .light.info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header i, .light.info.panel > .header i, .data-card table tbody tr td div.light.info > .header i,
.light.info.card > .panel-heading i,
.data-card table tbody tr.light.info > .panel-heading i,
.light.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading i,
.light.info.panel > .panel-heading i,
.data-card table tbody tr td div.light.info > .panel-heading i, .light.panel-info.card > .header i, .data-card table tbody tr.light.panel-info > .header i, .light.panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header i, .light.panel-info.panel > .header i, .data-card table tbody tr td div.light.panel-info > .header i,
.light.panel-info.card > .panel-heading i,
.data-card table tbody tr.light.panel-info > .panel-heading i,
.light.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading i,
.light.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-info > .panel-heading i {
  color: #13496a; }

.ui-widget-overlay {
  z-index: 9000 !important;
  background: rgba(3, 21, 33, 0.85); }

.ui-dialog {
  z-index: 9001 !important;
  position: fixed;
  padding: 0;
  background: #fff;
  box-shadow: 0 9px 20px -6px rgba(0, 0, 0, 0.5);
  top: 40px !important; }
  .ui-dialog:not(.ui-confirmdialog) {
    width: 480px !important; }
  @media (min-width: 768px) {
    .ui-dialog:not(.ui-confirmdialog).modal-fluid {
      width: 90% !important; } }
  @media (max-width: 768px) {
    .ui-dialog:not(.ui-confirmdialog).modal-fluid {
      width: calc(100vw - 15px) !important; } }
  @media (min-width: 768px) {
    .ui-dialog:not(.ui-confirmdialog).modal-lg {
      width: 768px !important; } }
  @media (min-width: 992px) {
    .ui-dialog:not(.ui-confirmdialog).modal-lg {
      width: 992px !important; } }
  @media (min-width: 1200px) {
    .ui-dialog:not(.ui-confirmdialog).modal-lg {
      width: 1200px !important; } }
  @media (min-width: 768px) {
    .ui-dialog:not(.ui-confirmdialog).modal-md {
      width: 768px !important; } }
  @media (min-width: 992px) {
    .ui-dialog:not(.ui-confirmdialog).modal-md {
      width: 992px !important; } }
  @media (min-width: 768px) {
    .ui-dialog:not(.ui-confirmdialog).modal-sm {
      width: 768px !important; } }
  @media (min-width: 480px) {
    .ui-dialog:not(.ui-confirmdialog).modal-xs {
      width: 480px !important; } }

.ui-dialog .ui-dialog-titlebar {
  padding: 10px 20px;
  height: 65px;
  border-bottom: 1px solid #e5e5e5;
  background: #edf3f8; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  padding-top: 3px; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title h1, .ui-dialog .ui-dialog-titlebar .ui-dialog-title h2, .ui-dialog .ui-dialog-titlebar .ui-dialog-title h3, .ui-dialog .ui-dialog-titlebar .ui-dialog-title h4, .ui-dialog .ui-dialog-titlebar .ui-dialog-title h5, .ui-dialog .ui-dialog-titlebar .ui-dialog-title h6 {
  margin: 0px !important; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title p-header {
  width: 100%;
  display: flex;
  align-items: center; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  position: absolute;
  top: -10px;
  right: 10px;
  border-radius: 20px;
  width: 26px;
  height: 26px;
  padding: 4px 3px;
  background: #fff;
  color: #1f79a0;
  transition: all .1s ease; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  transform: scale(1.5);
  box-shadow: 0 4px 10px -5px #000;
  background: #1f79a0;
  color: #fff; }

.ui-dialog .ui-dialog-content {
  padding: 20px;
  overflow: auto;
  max-height: calc(100vh - 130px); }

.ui-dialog .ui-dialog-content .ui-dialog-overflow {
  overflow: auto;
  max-height: calc(100vh - 300px);
  padding: 20px;
  margin: -20px; }

.ui-dialog .ui-dialog-content p-footer {
  width: calc(100% + 40px);
  margin: -20px;
  margin-top: 20px; }

.ui-dialog .ui-dialog-footer {
  padding: 0; }

.ui-dialog p-footer {
  background: #edf3f8;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 15px 20px;
  margin-top: 0;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  float: left; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
app-calendar {
  width: 100%; }

.ui-calendar {
  width: 100%;
  display: flex; }

.ui-calendar .ui-button {
  position: relative; }

.ui-calendar .ui-button .ui-button-text {
  display: none; }

.ui-calendar .ui-button .ui-button-icon-left {
  margin: 0;
  margin-left: 2px;
  left: 0;
  position: relative; }

.ui-calendar .ui-datepicker {
  background: #FFF;
  right: 0px !important;
  left: auto !important;
  padding: 0; }

.ui-calendar .ui-datepicker .ui-datepicker-header.ui-widget-header {
  background: #d3dfea;
  border: 1px solid #d9d9d9;
  color: #1b1d1f;
  font-weight: normal; }

.ui-calendar .ui-datepicker .ui-datepicker-calendar thead {
  text-transform: uppercase; }

.ui-calendar .ui-datepicker .ui-datepicker-calendar td {
  border-bottom: 1px solid rgba(213, 213, 213, 0.5);
  padding: 0; }
  .ui-calendar .ui-datepicker .ui-datepicker-calendar td a {
    color: #222222;
    padding: 0.4em;
    text-align: center; }
    .ui-calendar .ui-datepicker .ui-datepicker-calendar td a.ui-state-highlight {
      background-color: #d3dfea; }
    .ui-calendar .ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
      background: #2693c2;
      color: #ffffff; }
    .ui-calendar .ui-datepicker .ui-datepicker-calendar td a:hover {
      color: #ffffff;
      background: #2693c2; }

.ui-calendar .ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
  cursor: default !important; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
p-chips {
  width: 100%; }

p-chips .ui-chips {
  height: 58px !important;
  position: relative; }

p-chips .ui-chips .ui-inputtext, p-chips .ui-chips p-fileupload .ui-fileupload, p-fileupload p-chips .ui-chips .ui-fileupload {
  overflow: hidden !important;
  position: relative !important;
  box-sizing: border-box;
  height: 58px !important;
  padding-top: 26px !important;
  padding-bottom: 3px !important; }

p-chips .ui-chips .ui-inputtext:before, p-chips .ui-chips p-fileupload .ui-fileupload:before, p-fileupload p-chips .ui-chips .ui-fileupload:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: calc(100% - 53px);
  left: 0;
  bottom: 0;
  z-index: 1; }

p-chips .ui-chips .ui-inputtext.ui-state-focus, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload, p-chips .ui-chips .ui-inputtext:active, p-chips .ui-chips p-fileupload .ui-fileupload:active, p-fileupload p-chips .ui-chips .ui-fileupload:active {
  overflow: hidden !important;
  padding-top: 26px !important;
  height: auto !important;
  z-index: 8 !important; }

p-chips .ui-chips .ui-inputtext.ui-state-focus:before, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload:before, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload:before, p-chips .ui-chips .ui-inputtext:active:before, p-chips .ui-chips p-fileupload .ui-fileupload:active:before, p-fileupload p-chips .ui-chips .ui-fileupload:active:before {
  z-index: 0; }

p-chips .ui-chips .ui-inputtext.ui-state-focus .ui-chips-input-token input, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload .ui-chips-input-token input, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload .ui-chips-input-token input, p-chips .ui-chips .ui-inputtext:active .ui-chips-input-token input, p-chips .ui-chips p-fileupload .ui-fileupload:active .ui-chips-input-token input, p-fileupload p-chips .ui-chips .ui-fileupload:active .ui-chips-input-token input {
  background: #edf3f8; }

p-chips .ui-chips .ui-chips-token {
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-right: 3px;
  margin-top: 2px;
  position: relative;
  float: left !important; }

p-chips .ui-chips .ui-chips-token:hover .ui-chips-token-icon {
  opacity: 1;
  z-index: 1; }

p-chips .ui-chips .ui-chips-token .ui-chips-token-label {
  background: #6ba6bf;
  color: #FFF;
  border-radius: 2px;
  padding: 4px 10px;
  position: relative;
  font-size: 12px;
  height: auto;
  cursor: pointer;
  line-height: initial;
  margin: 0; }

p-chips .ui-chips .ui-chips-token .ui-chips-token-icon {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 !important;
  background: rgba(59, 114, 137, 0.8);
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 7px;
  opacity: 0;
  transition: all 0.1s ease;
  border-radius: 2px;
  color: #fff; }

p-chips .ui-chips .ui-chips-input-token {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 1px; }

p-chips .ui-chips .ui-chips-input-token input {
  border-radius: 2px;
  padding: 4px 10px;
  position: relative;
  font-size: 12px;
  height: auto;
  line-height: initial;
  margin: 0; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
.input-group .btn, .input-group .ui-spinner .ui-spinner-button, .ui-spinner .input-group .ui-spinner-button,
.input-group .btn-group-addon, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose {
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: auto !important;
  border-left: 0px !important;
  transition: all .1s ease;
  /*margin-left: 1px;
        margin-right: -1px;*/
  margin: 0px;
  z-index: 5; }

.input-group .btn:hover, .input-group .ui-spinner .ui-spinner-button:hover, .ui-spinner .input-group .ui-spinner-button:hover,
.input-group .btn-group-addon:hover, .ui-calendar .ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:hover, .input-group .btn:focus, .input-group .ui-spinner .ui-spinner-button:focus, .ui-spinner .input-group .ui-spinner-button:focus,
.input-group .btn-group-addon:focus, .ui-calendar .ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus, .input-group .btn:active, .input-group .ui-spinner .ui-spinner-button:active, .ui-spinner .input-group .ui-spinner-button:active,
.input-group .btn-group-addon:active, .ui-calendar .ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active {
  box-shadow: none !important;
  border-left: 0px !important; }

.ui-datatable tbody tr td.kebab-column .btn-kebab,
.ui-datatable tbody tr td.kebab-column .btn-kebab-view {
  width: auto !important;
  height: auto !important;
  pointer-events: none;
  background: none !important;
  border: none !important;
  color: #13496a;
  margin: 0px !important;
  min-width: auto !important;
  z-index: 1; }

.form-inline .form-group .form-control, .ui-inputtext:not(.ui-dropdown-filter), p-fileupload .ui-fileupload:not(.ui-dropdown-filter), p-dropdown .ui-dropdown .ui-dropdown-label {
  transition: all 0.2s linear !important;
  height: 58px;
  min-height: 58px;
  padding: 25px 12px 0 9px !important;
  margin: 0 !important;
  display: block !important;
  font-size: 14px !important;
  color: #555 !important;
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  border-left-width: 0px !important;
  width: 100%;
  position: relative;
  z-index: 5; }

.input-single, .ui-datatable thead.ui-datatable-thead tr th .ui-inputtext, .ui-datatable thead.ui-datatable-thead tr th p-fileupload .ui-fileupload, p-fileupload .ui-datatable thead.ui-datatable-thead tr th .ui-fileupload {
  height: 38px;
  min-height: auto;
  border-bottom-width: 2px !important;
  box-shadow: none !important;
  padding: 6px 12px !important;
  border-radius: 0px !important;
  border-left-width: 1px !important; }

.form-inline .form-group .form-control:focus, .ui-inputwrapper-focus .ui-inputtext, .ui-inputwrapper-focus p-fileupload .ui-fileupload, p-fileupload .ui-inputwrapper-focus .ui-fileupload, p-dropdown .ui-dropdown.ui-dropdown-open, p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-label, p-chips .ui-chips .ui-inputtext.ui-state-focus, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload, p-chips .ui-chips .ui-inputtext:active, p-chips .ui-chips p-fileupload .ui-fileupload:active, p-fileupload p-chips .ui-chips .ui-fileupload:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  outline: 0;
  transition: all 0.2s linear;
  border-color: #66afe9 !important;
  position: relative;
  z-index: 6; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid, .form-inline .form-group .control-label-textarea.ng-invalid, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-label {
  background-color: rgba(242, 217, 217, 0.6) !important;
  border-color: #e09f9f !important;
  color: #e09f9f !important; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid:focus, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e09f9f !important; }

.form-inline .form-group .form-control:disabled, .form-inline .form-group .form-control[disabled], .form-inline .form-group .form-control[read-only], .form-inline .form-group .form-control[readonly], .form-inline .form-group .control-label-textarea:disabled, .form-inline .form-group .control-label-textarea[disabled], .form-inline .form-group .control-label-textarea[read-only], .form-inline .form-group .control-label-textarea[readonly], .ui-inputtext:disabled, p-fileupload .ui-fileupload:disabled, .ui-inputtext[disabled], p-fileupload .ui-fileupload[disabled], .ui-inputtext[read-only], p-fileupload .ui-fileupload[read-only], .ui-inputtext[readonly], p-fileupload .ui-fileupload[readonly], p-dropdown .ui-dropdown.ui-state-disabled, p-dropdown .ui-dropdown:disabled, p-dropdown .ui-dropdown[disabled], p-dropdown .ui-dropdown[read-only], p-dropdown .ui-dropdown[readonly] {
  opacity: 0.5 !important;
  background-color: #eee;
  cursor: not-allowed !important; }

.control-label {
  pointer-events: none;
  transition: all 0.2s linear;
  position: absolute;
  color: #979797;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 10px;
  top: 7px;
  left: 0;
  z-index: 7;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px; }
  .is-invalid.control-label, .ng-invalid.control-label {
    color: #c03f3f !important; }
  .is-required.control-label:after, .ng-required.control-label:after {
    content: "*";
    position: absolute;
    right: 8px;
    color: #c03f3f;
    z-index: 7;
    font-size: 12px;
    top: -4px;
    font-weight: 400; }
  .is-disabled.control-label, .ng-disabled.control-label {
    opacity: 0.5; }

.form-inline .form-group .form-control:focus ~ .ui-messages-info, .form-control:focus ~ .ui-messages-info, .ui-inputwrapper-focus ~ .ui-messages-info,
.form-inline .form-group .form-control:focus ~ .ui-messages-error,
.form-control:focus ~ .ui-messages-error,
.ui-inputwrapper-focus ~ .ui-messages-error {
  display: block !important; }

.ui-dialog .ui-dialog-titlebar {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  float: left;
  margin: 0px;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #13496a;
  font-weight: 500; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title i, .ui-confirmdialog .ui-dialog-content i:first-child {
  float: left;
  color: #fff;
  background: #6ba6bf;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 15px;
  line-height: normal !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items, .ui-dropdown-panel, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items {
  padding: 0 1px !important;
  background: #fff; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li, .ui-dropdown-panel li, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li {
  padding: 6px 9px; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li:hover, .ui-dropdown-panel li:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li:hover {
  background: #f5f5f5; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight, .ui-dropdown-panel li.ui-state-highlight, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight {
  background-color: #66b4e3 !important;
  color: #fff !important; }
  p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight:hover, .ui-dropdown-panel li.ui-state-highlight:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight:hover {
    background-color: #3b9fdb !important; }

.card .footer, .data-card table tbody tr .footer, .tooltip .footer, .ui-datalist .ui-datalist-content .ui-datalist-data li .footer,
.card .panel-footer,
.data-card table tbody tr .panel-footer,
.tooltip .panel-footer,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-footer,
.panel .footer,
.panel .panel-footer {
  padding: 10px;
  background: #edf3f8;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px;
  float: left;
  margin-top: 10px; }

.panel-line.card .panel-heading, .data-card table tbody tr.panel-line .panel-heading, .panel-line.tooltip .panel-heading, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-line .panel-heading, .panel-line.panel .panel-heading, .data-card table tbody tr td div.panel-line .panel-heading {
  border-bottom: 1px solid #dfe5e8; }

.card > .header, .data-card table tbody tr > .header, .tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header, .panel > .header, .data-card table tbody tr td div > .header,
.card .panel-heading,
.data-card table tbody tr .panel-heading,
.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading,
.panel .panel-heading {
  padding: 10px;
  font-size: 16px;
  color: #13496a; }

.card > .header i, .data-card table tbody tr > .header i, .tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header i, .panel > .header i, .data-card table tbody tr td div > .header i,
.card .panel-heading i,
.data-card table tbody tr .panel-heading i,
.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading i,
.panel .panel-heading i {
  color: #c0d3db;
  margin-right: 10px; }

.bar.card, .data-card table tbody tr.bar, .bar.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar,
.bar.panel, .data-card table tbody tr td div.bar {
  border-left: 2px solid; }

.bar.card .header, .data-card table tbody tr.bar .header, .bar.tooltip .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header, .bar.panel .header, .data-card table tbody tr td div.bar .header,
.bar.card .panel-heading,
.data-card table tbody tr.bar .panel-heading,
.bar.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading,
.bar.panel .panel-heading,
.data-card table tbody tr td div.bar .panel-heading {
  background: transparent !important;
  color: #13496a; }

.bar.card .header i, .data-card table tbody tr.bar .header i, .bar.tooltip .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header i, .bar.panel .header i, .data-card table tbody tr td div.bar .header i,
.bar.card .panel-heading i,
.data-card table tbody tr.bar .panel-heading i,
.bar.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading i,
.bar.panel .panel-heading i,
.data-card table tbody tr td div.bar .panel-heading i {
  color: #c0d3db !important; }

.bar.default.card, .data-card table tbody tr.bar.default, .bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.default,
.bar.default.panel, .data-card table tbody tr td div.bar.default {
  border-color: #777777; }

.default.card > .header, .data-card table tbody tr.default > .header, .default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header, .default.panel > .header, .data-card table tbody tr td div.default > .header,
.default.card > .panel-heading,
.data-card table tbody tr.default > .panel-heading,
.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading,
.default.panel > .panel-heading,
.data-card table tbody tr td div.default > .panel-heading, .panel-default.card > .header, .data-card table tbody tr.panel-default > .header, .panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header, .panel-default.panel > .header, .data-card table tbody tr td div.panel-default > .header,
.panel-default.card > .panel-heading,
.data-card table tbody tr.panel-default > .panel-heading,
.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading,
.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.panel-default > .panel-heading {
  background: #777777;
  color: #FFF;
  border-radius: 0; }

.default.card > .header i, .data-card table tbody tr.default > .header i, .default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header i, .default.panel > .header i, .data-card table tbody tr td div.default > .header i,
.default.card > .panel-heading i,
.data-card table tbody tr.default > .panel-heading i,
.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading i,
.default.panel > .panel-heading i,
.data-card table tbody tr td div.default > .panel-heading i, .panel-default.card > .header i, .data-card table tbody tr.panel-default > .header i, .panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header i, .panel-default.panel > .header i, .data-card table tbody tr td div.panel-default > .header i,
.panel-default.card > .panel-heading i,
.data-card table tbody tr.panel-default > .panel-heading i,
.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading i,
.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.panel-default > .panel-heading i {
  color: #FFF; }

.bar.success.card, .data-card table tbody tr.bar.success, .bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.success,
.bar.success.panel, .data-card table tbody tr td div.bar.success {
  border-color: #459f47; }

.success.card > .header, .data-card table tbody tr.success > .header, .success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header, .success.panel > .header, .data-card table tbody tr td div.success > .header,
.success.card > .panel-heading,
.data-card table tbody tr.success > .panel-heading,
.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading,
.success.panel > .panel-heading,
.data-card table tbody tr td div.success > .panel-heading, .panel-success.card > .header, .data-card table tbody tr.panel-success > .header, .panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header, .panel-success.panel > .header, .data-card table tbody tr td div.panel-success > .header,
.panel-success.card > .panel-heading,
.data-card table tbody tr.panel-success > .panel-heading,
.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading,
.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.panel-success > .panel-heading {
  background: #459f47;
  color: #FFF;
  border-radius: 0; }

.success.card > .header i, .data-card table tbody tr.success > .header i, .success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header i, .success.panel > .header i, .data-card table tbody tr td div.success > .header i,
.success.card > .panel-heading i,
.data-card table tbody tr.success > .panel-heading i,
.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading i,
.success.panel > .panel-heading i,
.data-card table tbody tr td div.success > .panel-heading i, .panel-success.card > .header i, .data-card table tbody tr.panel-success > .header i, .panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header i, .panel-success.panel > .header i, .data-card table tbody tr td div.panel-success > .header i,
.panel-success.card > .panel-heading i,
.data-card table tbody tr.panel-success > .panel-heading i,
.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading i,
.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.panel-success > .panel-heading i {
  color: #FFF; }

.bar.danger.card, .data-card table tbody tr.bar.danger, .bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.danger,
.bar.danger.panel, .data-card table tbody tr td div.bar.danger {
  border-color: #a63837; }

.danger.card > .header, .data-card table tbody tr.danger > .header, .danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header, .danger.panel > .header, .data-card table tbody tr td div.danger > .header,
.danger.card > .panel-heading,
.data-card table tbody tr.danger > .panel-heading,
.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading,
.danger.panel > .panel-heading,
.data-card table tbody tr td div.danger > .panel-heading, .panel-danger.card > .header, .data-card table tbody tr.panel-danger > .header, .panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header, .panel-danger.panel > .header, .data-card table tbody tr td div.panel-danger > .header,
.panel-danger.card > .panel-heading,
.data-card table tbody tr.panel-danger > .panel-heading,
.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading,
.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.panel-danger > .panel-heading {
  background: #a63837;
  color: #FFF;
  border-radius: 0; }

.danger.card > .header i, .data-card table tbody tr.danger > .header i, .danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header i, .danger.panel > .header i, .data-card table tbody tr td div.danger > .header i,
.danger.card > .panel-heading i,
.data-card table tbody tr.danger > .panel-heading i,
.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading i,
.danger.panel > .panel-heading i,
.data-card table tbody tr td div.danger > .panel-heading i, .panel-danger.card > .header i, .data-card table tbody tr.panel-danger > .header i, .panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header i, .panel-danger.panel > .header i, .data-card table tbody tr td div.panel-danger > .header i,
.panel-danger.card > .panel-heading i,
.data-card table tbody tr.panel-danger > .panel-heading i,
.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading i,
.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.panel-danger > .panel-heading i {
  color: #FFF; }

.bar.warning.card, .data-card table tbody tr.bar.warning, .bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.warning,
.bar.warning.panel, .data-card table tbody tr td div.bar.warning {
  border-color: #f0ad4e; }

.warning.card > .header, .data-card table tbody tr.warning > .header, .warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header, .warning.panel > .header, .data-card table tbody tr td div.warning > .header,
.warning.card > .panel-heading,
.data-card table tbody tr.warning > .panel-heading,
.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading,
.warning.panel > .panel-heading,
.data-card table tbody tr td div.warning > .panel-heading, .panel-warning.card > .header, .data-card table tbody tr.panel-warning > .header, .panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header, .panel-warning.panel > .header, .data-card table tbody tr td div.panel-warning > .header,
.panel-warning.card > .panel-heading,
.data-card table tbody tr.panel-warning > .panel-heading,
.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading,
.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.panel-warning > .panel-heading {
  background: #f0ad4e;
  color: #FFF;
  border-radius: 0; }

.warning.card > .header i, .data-card table tbody tr.warning > .header i, .warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header i, .warning.panel > .header i, .data-card table tbody tr td div.warning > .header i,
.warning.card > .panel-heading i,
.data-card table tbody tr.warning > .panel-heading i,
.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading i,
.warning.panel > .panel-heading i,
.data-card table tbody tr td div.warning > .panel-heading i, .panel-warning.card > .header i, .data-card table tbody tr.panel-warning > .header i, .panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header i, .panel-warning.panel > .header i, .data-card table tbody tr td div.panel-warning > .header i,
.panel-warning.card > .panel-heading i,
.data-card table tbody tr.panel-warning > .panel-heading i,
.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading i,
.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.panel-warning > .panel-heading i {
  color: #FFF; }

.bar.info.card, .data-card table tbody tr.bar.info, .bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.info,
.bar.info.panel, .data-card table tbody tr td div.bar.info {
  border-color: #6ba6bf; }

.info.card > .header, .data-card table tbody tr.info > .header, .info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header, .info.panel > .header, .data-card table tbody tr td div.info > .header,
.info.card > .panel-heading,
.data-card table tbody tr.info > .panel-heading,
.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading,
.info.panel > .panel-heading,
.data-card table tbody tr td div.info > .panel-heading, .panel-info.card > .header, .data-card table tbody tr.panel-info > .header, .panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header, .panel-info.panel > .header, .data-card table tbody tr td div.panel-info > .header,
.panel-info.card > .panel-heading,
.data-card table tbody tr.panel-info > .panel-heading,
.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading,
.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.panel-info > .panel-heading {
  background: #6ba6bf;
  color: #13496a;
  border-radius: 0; }

.info.card > .header i, .data-card table tbody tr.info > .header i, .info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header i, .info.panel > .header i, .data-card table tbody tr td div.info > .header i,
.info.card > .panel-heading i,
.data-card table tbody tr.info > .panel-heading i,
.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading i,
.info.panel > .panel-heading i,
.data-card table tbody tr td div.info > .panel-heading i, .panel-info.card > .header i, .data-card table tbody tr.panel-info > .header i, .panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header i, .panel-info.panel > .header i, .data-card table tbody tr td div.panel-info > .header i,
.panel-info.card > .panel-heading i,
.data-card table tbody tr.panel-info > .panel-heading i,
.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading i,
.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.panel-info > .panel-heading i {
  color: #13496a; }

.light.bar.default.card, .data-card table tbody tr.light.bar.default, .light.bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.default,
.light.bar.default.panel, .data-card table tbody tr td div.light.bar.default {
  border-color: #eaeaea; }

.light.default.card > .header, .data-card table tbody tr.light.default > .header, .light.default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header, .light.default.panel > .header, .data-card table tbody tr td div.light.default > .header,
.light.default.card > .panel-heading,
.data-card table tbody tr.light.default > .panel-heading,
.light.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading,
.light.default.panel > .panel-heading,
.data-card table tbody tr td div.light.default > .panel-heading, .light.panel-default.card > .header, .data-card table tbody tr.light.panel-default > .header, .light.panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header, .light.panel-default.panel > .header, .data-card table tbody tr td div.light.panel-default > .header,
.light.panel-default.card > .panel-heading,
.data-card table tbody tr.light.panel-default > .panel-heading,
.light.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading,
.light.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-default > .panel-heading {
  background: #eaeaea;
  color: #777777;
  border-radius: 0; }

.light.default.card > .header i, .data-card table tbody tr.light.default > .header i, .light.default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header i, .light.default.panel > .header i, .data-card table tbody tr td div.light.default > .header i,
.light.default.card > .panel-heading i,
.data-card table tbody tr.light.default > .panel-heading i,
.light.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading i,
.light.default.panel > .panel-heading i,
.data-card table tbody tr td div.light.default > .panel-heading i, .light.panel-default.card > .header i, .data-card table tbody tr.light.panel-default > .header i, .light.panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header i, .light.panel-default.panel > .header i, .data-card table tbody tr td div.light.panel-default > .header i,
.light.panel-default.card > .panel-heading i,
.data-card table tbody tr.light.panel-default > .panel-heading i,
.light.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading i,
.light.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-default > .panel-heading i {
  color: #777777; }

.light.bar.success.card, .data-card table tbody tr.light.bar.success, .light.bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.success,
.light.bar.success.panel, .data-card table tbody tr td div.light.bar.success {
  border-color: #d1ded1; }

.light.success.card > .header, .data-card table tbody tr.light.success > .header, .light.success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header, .light.success.panel > .header, .data-card table tbody tr td div.light.success > .header,
.light.success.card > .panel-heading,
.data-card table tbody tr.light.success > .panel-heading,
.light.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading,
.light.success.panel > .panel-heading,
.data-card table tbody tr td div.light.success > .panel-heading, .light.panel-success.card > .header, .data-card table tbody tr.light.panel-success > .header, .light.panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header, .light.panel-success.panel > .header, .data-card table tbody tr td div.light.panel-success > .header,
.light.panel-success.card > .panel-heading,
.data-card table tbody tr.light.panel-success > .panel-heading,
.light.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading,
.light.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-success > .panel-heading {
  background: #d1ded1;
  color: #459f47;
  border-radius: 0; }

.light.success.card > .header i, .data-card table tbody tr.light.success > .header i, .light.success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header i, .light.success.panel > .header i, .data-card table tbody tr td div.light.success > .header i,
.light.success.card > .panel-heading i,
.data-card table tbody tr.light.success > .panel-heading i,
.light.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading i,
.light.success.panel > .panel-heading i,
.data-card table tbody tr td div.light.success > .panel-heading i, .light.panel-success.card > .header i, .data-card table tbody tr.light.panel-success > .header i, .light.panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header i, .light.panel-success.panel > .header i, .data-card table tbody tr td div.light.panel-success > .header i,
.light.panel-success.card > .panel-heading i,
.data-card table tbody tr.light.panel-success > .panel-heading i,
.light.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading i,
.light.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-success > .panel-heading i {
  color: #459f47; }

.light.bar.danger.card, .data-card table tbody tr.light.bar.danger, .light.bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.danger,
.light.bar.danger.panel, .data-card table tbody tr td div.light.bar.danger {
  border-color: #eadfde; }

.light.danger.card > .header, .data-card table tbody tr.light.danger > .header, .light.danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header, .light.danger.panel > .header, .data-card table tbody tr td div.light.danger > .header,
.light.danger.card > .panel-heading,
.data-card table tbody tr.light.danger > .panel-heading,
.light.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading,
.light.danger.panel > .panel-heading,
.data-card table tbody tr td div.light.danger > .panel-heading, .light.panel-danger.card > .header, .data-card table tbody tr.light.panel-danger > .header, .light.panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header, .light.panel-danger.panel > .header, .data-card table tbody tr td div.light.panel-danger > .header,
.light.panel-danger.card > .panel-heading,
.data-card table tbody tr.light.panel-danger > .panel-heading,
.light.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading,
.light.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-danger > .panel-heading {
  background: #eadfde;
  color: #a63837;
  border-radius: 0; }

.light.danger.card > .header i, .data-card table tbody tr.light.danger > .header i, .light.danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header i, .light.danger.panel > .header i, .data-card table tbody tr td div.light.danger > .header i,
.light.danger.card > .panel-heading i,
.data-card table tbody tr.light.danger > .panel-heading i,
.light.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading i,
.light.danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.danger > .panel-heading i, .light.panel-danger.card > .header i, .data-card table tbody tr.light.panel-danger > .header i, .light.panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header i, .light.panel-danger.panel > .header i, .data-card table tbody tr td div.light.panel-danger > .header i,
.light.panel-danger.card > .panel-heading i,
.data-card table tbody tr.light.panel-danger > .panel-heading i,
.light.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading i,
.light.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-danger > .panel-heading i {
  color: #a63837; }

.light.bar.warning.card, .data-card table tbody tr.light.bar.warning, .light.bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.warning,
.light.bar.warning.panel, .data-card table tbody tr td div.light.bar.warning {
  border-color: #ece5da; }

.light.warning.card > .header, .data-card table tbody tr.light.warning > .header, .light.warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header, .light.warning.panel > .header, .data-card table tbody tr td div.light.warning > .header,
.light.warning.card > .panel-heading,
.data-card table tbody tr.light.warning > .panel-heading,
.light.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading,
.light.warning.panel > .panel-heading,
.data-card table tbody tr td div.light.warning > .panel-heading, .light.panel-warning.card > .header, .data-card table tbody tr.light.panel-warning > .header, .light.panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header, .light.panel-warning.panel > .header, .data-card table tbody tr td div.light.panel-warning > .header,
.light.panel-warning.card > .panel-heading,
.data-card table tbody tr.light.panel-warning > .panel-heading,
.light.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading,
.light.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-warning > .panel-heading {
  background: #ece5da;
  color: #926c36;
  border-radius: 0; }

.light.warning.card > .header i, .data-card table tbody tr.light.warning > .header i, .light.warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header i, .light.warning.panel > .header i, .data-card table tbody tr td div.light.warning > .header i,
.light.warning.card > .panel-heading i,
.data-card table tbody tr.light.warning > .panel-heading i,
.light.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading i,
.light.warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.warning > .panel-heading i, .light.panel-warning.card > .header i, .data-card table tbody tr.light.panel-warning > .header i, .light.panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header i, .light.panel-warning.panel > .header i, .data-card table tbody tr td div.light.panel-warning > .header i,
.light.panel-warning.card > .panel-heading i,
.data-card table tbody tr.light.panel-warning > .panel-heading i,
.light.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading i,
.light.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-warning > .panel-heading i {
  color: #926c36; }

.light.bar.info.card, .data-card table tbody tr.light.bar.info, .light.bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.info,
.light.bar.info.panel, .data-card table tbody tr td div.light.bar.info {
  border-color: #d3e0ea; }

.light.info.card > .header, .data-card table tbody tr.light.info > .header, .light.info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header, .light.info.panel > .header, .data-card table tbody tr td div.light.info > .header,
.light.info.card > .panel-heading,
.data-card table tbody tr.light.info > .panel-heading,
.light.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading,
.light.info.panel > .panel-heading,
.data-card table tbody tr td div.light.info > .panel-heading, .light.panel-info.card > .header, .data-card table tbody tr.light.panel-info > .header, .light.panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header, .light.panel-info.panel > .header, .data-card table tbody tr td div.light.panel-info > .header,
.light.panel-info.card > .panel-heading,
.data-card table tbody tr.light.panel-info > .panel-heading,
.light.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading,
.light.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-info > .panel-heading {
  background: #d3e0ea;
  color: #13496a;
  border-radius: 0; }

.light.info.card > .header i, .data-card table tbody tr.light.info > .header i, .light.info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header i, .light.info.panel > .header i, .data-card table tbody tr td div.light.info > .header i,
.light.info.card > .panel-heading i,
.data-card table tbody tr.light.info > .panel-heading i,
.light.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading i,
.light.info.panel > .panel-heading i,
.data-card table tbody tr td div.light.info > .panel-heading i, .light.panel-info.card > .header i, .data-card table tbody tr.light.panel-info > .header i, .light.panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header i, .light.panel-info.panel > .header i, .data-card table tbody tr td div.light.panel-info > .header i,
.light.panel-info.card > .panel-heading i,
.data-card table tbody tr.light.panel-info > .panel-heading i,
.light.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading i,
.light.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-info > .panel-heading i {
  color: #13496a; }

.ui-confirmdialog {
  z-index: 9003 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 400px; }

.ui-confirmdialog .ui-dialog-titlebar .ui-dialog-title {
  padding-left: 45px !important; }

.ui-confirmdialog .ui-dialog-content {
  overflow: inherit !important;
  padding: 20px !important; }

.ui-confirmdialog .ui-dialog-content i:first-child {
  top: -44px !important;
  position: absolute;
  left: 20px; }

.ui-confirmdialog .ui-dialog-buttonpane {
  margin: 0px;
  padding: 0px; }

.ui-confirmdialog .ui-dialog-buttonpane p-footer {
  width: 100%;
  padding: 5px;
  margin: 0px;
  margin-bottom: -13px; }

.ui-confirmdialog .ui-dialog-footer p-footer button {
  float: right;
  margin-right: 5px; }

.ui-widget-overlay ~ .ui-widget-overlay {
  z-index: 9002 !important; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
p-paginator {
  text-align: right;
  display: block; }

p-paginator .ui-paginator {
  background: #f0f5f9;
  padding: 4px !important;
  border: 1px solid #e1e8ed !important;
  display: inline-block;
  margin-top: 10px; }

p-paginator .ui-paginator.ui-paginator-bottom {
  margin-right: 5px; }

p-paginator .ui-paginator .ui-paginator-element {
  color: #6ba6bf;
  text-align: center;
  width: 30px;
  margin: 0px;
  float: left;
  border-right: 1px solid #e1e8ed; }

p-paginator .ui-paginator .ui-paginator-element:last-child {
  border-right: none; }

p-paginator .ui-paginator .ui-paginator-element:not(.ui-state-disabled):hover {
  background: #e1e8ed; }

p-paginator .ui-paginator .ui-paginator-element.ui-state-disabled {
  cursor: not-allowed !important; }

p-paginator .ui-paginator .ui-paginator-element.ui-state-disabled span {
  opacity: .3; }

p-paginator .ui-paginator .ui-paginator-element span {
  font-size: 11px; }

p-paginator .ui-paginator .ui-paginator-pages {
  padding: 0px;
  margin: 0px;
  float: left;
  border-right: 1px solid #e1e8ed; }

p-paginator .ui-paginator .ui-paginator-pages a {
  color: #767676;
  padding: 2px; }

p-paginator .ui-paginator .ui-paginator-pages a.ui-state-active {
  background: #f8842a !important;
  color: #fff !important; }

.ui-accordion .ui-accordion .ui-accordion-header {
  background: #417f9a; }
  .ui-accordion .ui-accordion .ui-accordion-header.ui-state-active, .ui-accordion .ui-accordion .ui-accordion-header:hover {
    background: #285f77; }

.ui-accordion .ui-accordion-header {
  background: #6ba6bf;
  padding: 15px;
  font-weight: 400;
  transition: linear all .1s; }

.ui-accordion .ui-accordion-header a {
  color: #fff;
  text-decoration: none; }

.ui-accordion .ui-accordion-header .fa {
  color: #fff;
  margin-left: 6px; }

.ui-accordion .ui-accordion-header.ui-state-active, .ui-accordion .ui-accordion-header:hover {
  background: #417f9a; }

.ui-accordion .ui-accordion-content-wrapper {
  background: #fff;
  border: 1px solid #d4dce1;
  margin-bottom: 5px; }

.ui-tabview {
  padding: 0 !important; }

.ui-tabview .ui-tabview-nav {
  padding: 0 !important; }

.ui-tabview .ui-tabview-nav .ui-state-default {
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  color: #6ba6bf; }

.ui-tabview .ui-tabview-nav .ui-state-default a {
  color: inherit; }

.ui-tabview .ui-tabview-nav .ui-state-default a .ui-tabview-left-icon ~ .ui-tabview-title {
  margin-left: 5px; }

.ui-tabview .ui-tabview-nav .ui-state-default.ui-state-active {
  background: #fff;
  box-shadow: 0 -2px 2px 1px #ddd !important;
  color: #093854; }

.ui-tabview .ui-tabview-nav .ui-state-default.ui-state-active:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -2px;
  background: #ffa751; }

.ui-tabview .ui-tabview-panels {
  background: #FFF;
  box-shadow: 0 0 2px 1px #ddd !important; }

.ui-tabview .ui-tabview-panels .footer {
  background: #edf3f8;
  display: inline-block;
  position: relative;
  margin-top: 0;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  padding: 10px;
  margin: -14px;
  margin-top: 20px;
  width: calc(100% + 28px);
  margin-bottom: -21px; }

.ui-tabview.ui-tabview-left .ui-tabview-nav {
  width: 17%; }

.ui-tabview.ui-tabview-left .ui-tabview-nav .ui-state-default {
  width: 100% !important; }

.ui-tabview.ui-tabview-left .ui-tabview-nav .ui-state-default a {
  padding: .5em 0px; }

.ui-tabview.ui-tabview-left .ui-tabview-nav .ui-state-default.ui-state-active {
  box-shadow: -3px 0px 2px 1px #ddd !important; }
  .ui-tabview.ui-tabview-left .ui-tabview-nav .ui-state-default.ui-state-active:before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: -2px;
    top: 0;
    background: #ffa751; }

.ui-tabview.ui-tabview-left .ui-tabview-panels {
  width: 83%;
  min-height: 400px; }

.ui-contextmenu {
  position: absolute;
  display: none;
  z-index: 100000;
  margin-top: -60px !important;
  background: #FFF;
  border: 1px solid #ccc !important;
  min-width: 250px !important;
  padding: 0px !important; }

.ui-contextmenu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ccc;
  position: absolute;
  top: -5px; }

.ui-contextmenu .ui-menuitem {
  margin: 0px; }

.ui-contextmenu .ui-menuitem .ui-menuitem-link {
  color: #797979;
  padding: 10px 5px; }

.ui-contextmenu .ui-menuitem .ui-menuitem-link:hover {
  background: #eaeff2; }

.ui-contextmenu .ui-menuitem .ui-menuitem-link .ui-menuitem-icon {
  width: 20px;
  text-align: center;
  margin-right: 5px; }

.ui-contextmenu .ui-menuitem .ui-menuitem-link .ui-menuitem-text {
  font-size: 13px !important; }

p-autocomplete {
  display: flex;
  width: 100%; }

p-autocomplete .ui-autocomplete {
  width: 100%;
  background: #FFF; }
  p-autocomplete .ui-autocomplete:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    cursor: default;
    right: 10px;
    top: 30px;
    z-index: 7;
    color: #d3dfea; }

p-autocomplete .ui-autocomplete .ui-inputtext, p-autocomplete .ui-autocomplete p-fileupload .ui-fileupload, p-fileupload p-autocomplete .ui-autocomplete .ui-fileupload {
  padding-right: 30px !important; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
app-file-upload {
  width: 100%;
  display: inline-block; }

p-fileupload .ui-fileupload {
  width: calc(100% - 200px) !important; }

p-fileupload .ui-fileupload .ui-progressbar {
  height: 100% !important;
  top: 0 !important;
  width: calc(200px - 1px) !important;
  right: -200px !important;
  left: auto !important;
  margin-right: 2px !important; }

p-fileupload .ui-fileupload .ui-fileupload-content {
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline-block;
  position: initial !important; }

p-fileupload .ui-fileupload .ui-fileupload-content .fileupload-list-content {
  list-style-type: none; }

p-fileupload .ui-fileupload .ui-fileupload-content .fileupload-list-content li {
  display: flex;
  height: auto;
  top: 0;
  position: absolute;
  width: 100%;
  left: 0; }

p-fileupload .ui-fileupload .ui-fileupload-content .fileupload-list-content span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  margin-top: 3px;
  position: relative;
  height: auto;
  margin-top: 29px;
  padding: 0 0 0 9px; }

p-fileupload .ui-fileupload .ui-fileupload-content .fileupload-list-content button {
  width: 30px !important;
  min-width: auto !important;
  position: relative;
  float: left;
  right: auto !important;
  height: 57px;
  top: 0px;
  right: auto !important; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar {
  margin: 0;
  padding: 0;
  position: absolute;
  height: calc(100% + 2px);
  top: -1px;
  right: 0;
  margin-right: calc(-200px - 1px) !important;
  width: 200px !important;
  display: flex; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose[disabled='true'], p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:disabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
  background-color: #eee;
  cursor: not-allowed !important; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose[disabled='false'] {
  opacity: 1 !important; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose {
  width: 100%;
  display: table;
  height: 58px !important; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose .ui-button-text {
  display: table-cell;
  vertical-align: middle; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose .ui-button-icon-left:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  cursor: default; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose .ui-button-icon-left + .ui-button-text {
  margin-left: 10px; }

p-fileupload .ui-fileupload .ui-messages {
  padding-right: 30px;
  padding-left: 23px;
  line-height: 14px; }

p-fileupload .ui-fileupload .ui-messages .ui-messages-icon {
  position: absolute;
  top: 9px;
  left: 2px; }

p-fileupload .ui-fileupload .ui-messages .ui-messages-icon:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  cursor: default; }

p-fileupload .ui-fileupload .ui-messages li span {
  display: block;
  font-weight: normal; }

p-fileupload .ui-fileupload.ui-fileupload-hide-files-list .ui-fileupload-choose {
  height: auto !important; }

p-fileupload .ui-fileupload.ui-fileupload-hide-files-list, p-fileupload .ui-fileupload.ui-fileupload-multiple {
  width: 100% !important; }

p-fileupload .ui-fileupload.ui-fileupload-hide-files-list .ui-progressbar, p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-progressbar {
  height: 25px !important;
  top: 30px !important;
  width: 100% !important;
  right: auto !important;
  left: 0 !important; }

p-fileupload .ui-fileupload.ui-fileupload-hide-files-list .ui-fileupload-buttonbar, p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-buttonbar {
  margin-right: 0 !important;
  width: calc(100% + 1px) !important;
  height: 26px;
  bottom: 0;
  left: 0px;
  top: auto; }

p-fileupload .ui-fileupload.ui-fileupload-multiple {
  padding: 0 !important; }

p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-content .fileupload-list-content {
  border: 1px solid #ccc;
  border-top: 0;
  position: relative;
  margin-top: 55px;
  width: calc(100% + 2px);
  left: -1px;
  background: #FFF;
  box-shadow: 0 2px 5px -3px; }

p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-content .fileupload-list-content li {
  display: flex;
  width: 100%;
  position: relative;
  border-bottom: 1px dotted #ccc;
  padding: 5px 10px;
  font-size: 13px; }

p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-content .fileupload-list-content li:last-child {
  border: none;
  margin-bottom: 0; }

p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-content .fileupload-list-content li span {
  float: none !important;
  word-break: break-all;
  line-height: 16px;
  width: 100%;
  margin-top: 4px; }

p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-content .fileupload-list-content li button {
  position: relative;
  top: 0;
  width: 25px;
  height: 25px;
  min-width: auto;
  right: auto !important; }

.ui-progressbar {
  height: 3px;
  z-index: 9;
  top: 0;
  background: #d3dfea; }

.ui-progressbar .ui-progressbar-value {
  background: #6ba6bf; }

.ui-spinner .ui-spinner-button {
  z-index: 6;
  height: 30px;
  float: inherit;
  position: absolute;
  min-width: auto; }
  .ui-spinner .ui-spinner-button:hover, .ui-spinner .ui-spinner-button:focus {
    box-shadow: none !important;
    border-left: 0px !important; }

p-inputswitch {
  display: flex; }

p-inputswitch .ui-inputswitch {
  border-radius: 25px;
  border: 1px solid #b7cbdd;
  background: #edf3f8;
  min-width: 50px;
  height: 25px; }

p-inputswitch .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-on {
  width: 100% !important;
  padding-left: 10px; }

p-inputswitch .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-handle {
  margin-left: -5px;
  background: #ffffff; }

p-inputswitch .ui-inputswitch .ui-inputswitch-offlabel,
p-inputswitch .ui-inputswitch .ui-inputswitch-onlabel {
  margin-right: 0px;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  margin: 0 10px; }

p-inputswitch .ui-inputswitch .ui-inputswitch-on {
  background: #5bbe5d;
  transition: all .1s ease-in-out; }

p-inputswitch .ui-inputswitch .ui-inputswitch-on .ui-inputswitch-onlabel {
  color: #bbf1bc;
  text-align: left !important; }

p-inputswitch .ui-inputswitch .ui-inputswitch-off {
  margin-right: 10px;
  transition: all .1s ease-in-out; }

p-inputswitch .ui-inputswitch .ui-inputswitch-off .ui-inputswitch-offlabel {
  color: #b7cbdd;
  text-align: right !important; }

p-inputswitch .ui-inputswitch .ui-inputswitch-handle {
  border-radius: 32px;
  width: 15px !important;
  height: 15px !important;
  background: #9bb4cc;
  top: 4px;
  margin-left: 4px;
  transition: all .1s ease-in-out; }

p-radiobutton {
  margin-top: 3px;
  display: inline-block; }

p-radiobutton .ui-radiobutton-label {
  font-weight: normal !important;
  float: left;
  margin-right: 10px;
  cursor: pointer; }

p-radiobutton .ui-radiobutton {
  float: left;
  margin-right: 5px;
  margin-top: 3px; }

p-radiobutton .ui-radiobutton .ui-radiobutton-box {
  border: 1px solid #a8a8a8 !important;
  color: #6b6b6b !important;
  width: 12px;
  height: 12px;
  background: #dedede !important; }

p-radiobutton .ui-radiobutton .ui-radiobutton-box .ui-radiobutton-icon {
  margin-top: -2px; }

/* @extend %style-form-input; */
p-multiselect {
  display: inline-flex;
  width: 100%;
  padding: 0px !important; }

p-multiselect .ui-multiselect {
  width: 100%; }

p-multiselect .ui-multiselect-label-container {
  height: 58px;
  padding: 5px;
  padding-top: 18px;
  line-height: 1.2;
  background-color: #fff;
  border: solid 1px #ccc; }

p-multiselect .ui-multiselect-panel {
  width: 100%;
  background-color: #fff; }

p-multiselect .ui-multiselect-items .ui-multiselect-item {
  padding: 0px 3px !important;
  cursor: pointer !important; }

p-multiselect .ui-multiselect-items label {
  font-weight: normal;
  padding-top: 6px; }

p-multiselect .ui-multiselect-header {
  background: #f5f5f5;
  border-bottom: 1px solid #ccc; }
  p-multiselect .ui-multiselect-header .ui-multiselect-close {
    margin-right: 2px;
    color: #7d7d7d;
    margin-top: 2px; }
  p-multiselect .ui-multiselect-header .ui-multiselect-filter-container {
    width: calc(100% - 46px); }
    p-multiselect .ui-multiselect-header .ui-multiselect-filter-container .ui-inputtext, p-multiselect .ui-multiselect-header .ui-multiselect-filter-container p-fileupload .ui-fileupload, p-fileupload p-multiselect .ui-multiselect-header .ui-multiselect-filter-container .ui-fileupload {
      min-height: auto !important;
      padding-top: 0px !important;
      height: 30px !important; }
      p-multiselect .ui-multiselect-header .ui-multiselect-filter-container .ui-inputtext:not(.ui-dropdown-filter), p-multiselect .ui-multiselect-header .ui-multiselect-filter-container p-fileupload .ui-fileupload:not(.ui-dropdown-filter), p-fileupload p-multiselect .ui-multiselect-header .ui-multiselect-filter-container .ui-fileupload:not(.ui-dropdown-filter) {
        padding-top: 0px !important; }

.list-user-info {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
  padding-top: 15px; }

.list-user-info li {
  display: block;
  float: left;
  position: relative; }

.list-user-info li.box-user-info a:first-child:before {
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 0;
  left: 10px;
  width: 75%;
  height: 30px;
  background: #13496a;
  border-radius: 20px;
  transition: all 0.1s ease-in-out; }

.list-user-info li.box-user-info a:first-child:hover:before {
  opacity: 1; }

.list-user-info li.box-user-info a:first-child:hover .user-name {
  color: #66b4e3; }

.list-user-info li:after {
  content: "";
  position: absolute;
  border-left: 1px solid #13496a;
  height: 20px;
  width: 1px;
  top: 5px;
  left: 0;
  margin: 0; }

.list-user-info li a {
  font-size: .8em;
  margin: 0 19px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block; }

.list-user-info li a:last-child {
  margin: 0 0 0 19px; }

.list-user-info li a .user-name {
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-width: 100px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
  padding-top: 3px;
  padding-right: 5px;
  position: relative;
  z-index: 2;
  color: #66b4e3; }

.list-user-info li a .icon-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #13496a;
  color: #66b4e3;
  position: relative;
  vertical-align: middle;
  line-height: 30px;
  margin-left: 6px;
  float: right; }

.list-user-info li a .icon-circle .icon-caret {
  position: absolute;
  text-align: center;
  bottom: -5px;
  color: #ffa751;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center; }

.list-user-info li a .icon-notifications {
  position: relative;
  font-size: 20px;
  top: 4px; }

.list-user-info li a .icon-notifications .ellipse {
  background-color: #ffa751;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  top: -5px;
  right: -8px;
  border-radius: 50%;
  line-height: 13px;
  font-size: 10px;
  text-align: center; }

.list-user-info li .user-actions {
  margin-top: 15px; }

.list-user-info li .user-info {
  transition: all .12s linear;
  position: absolute;
  background: white;
  width: 280px;
  opacity: 0;
  border: 1px solid #ebebeb;
  border-top: none;
  right: 0;
  visibility: hidden;
  margin-top: 0;
  padding: 10px;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.4);
  color: gray; }

.list-user-info li .user-info.active {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  margin-top: 9px; }

.list-user-info li .user-info .welcome {
  font-size: 14px !important; }

.list-user-info li .user-info .usuario-logado {
  border-left: 3px solid #dbe7f1;
  margin-top: 6px;
  margin-bottom: 15px;
  padding-left: 12px;
  position: relative; }

.list-user-info li .user-info .usuario-logado i {
  color: #13496a;
  font-size: 14px;
  margin-right: 10px;
  position: absolute;
  margin-top: 7px; }

.list-user-info li .user-info .usuario-logado .name {
  padding-left: 20px;
  display: inline-table;
  color: #13496a;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 17px; }

.list-user-info li .user-info .usuario-logado .perfis ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-top: 5px; }
  .list-user-info li .user-info .usuario-logado .perfis ul li {
    margin-left: 21px;
    font-size: 13px;
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 16px;
    margin-bottom: 5px; }
    .list-user-info li .user-info .usuario-logado .perfis ul li::after {
      content: '';
      border-left: 1px dotted #788896;
      border-bottom: 1px dotted #788896;
      display: block;
      margin: 0 5px 0px 5px;
      height: 16px;
      width: 10px;
      position: absolute;
      top: -5px;
      left: -22px; }

.list-user-info li .user-info .caret {
  position: absolute;
  right: 28px;
  top: -4px;
  color: #fff;
  transform: rotate(180deg); }

@media all and (max-width: 1024px) {
  .list-user-info li.box-user-info a:first-child:before {
    visibility: hidden; }
  .list-user-info li .user-info {
    margin-right: -9px; }
    .list-user-info li .user-info.active {
      margin-top: 6px; }
  .list-user-info li:after {
    content: "";
    position: absolute;
    border-left: 1px solid #13496a;
    height: 20px;
    width: 1px;
    top: 5px;
    left: 0;
    margin: 0; }
  .list-user-info a {
    margin: 0 10px 0 5px !important; }
  .list-user-info a:last-child {
    margin: 0 0 0 10px !important; } }
@charset "UTF-8";
/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
@keyframes easeTop {
  0% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(0%); } }

@keyframes easeLeft {
  0% {
    transform: translateX(-10%); }
  100% {
    transform: translateX(0%); } }

@keyframes scale {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.4); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*
 * Responsives Helpers
 */
@media all and (max-width: 1024px) {
  .hidden-1024 {
    display: none; } }

.input-group .btn, .input-group .ui-spinner .ui-spinner-button, .ui-spinner .input-group .ui-spinner-button,
.input-group .btn-group-addon, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose {
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: auto !important;
  border-left: 0px !important;
  transition: all .1s ease;
  /*margin-left: 1px;
        margin-right: -1px;*/
  margin: 0px;
  z-index: 5; }

.input-group .btn:hover, .input-group .ui-spinner .ui-spinner-button:hover, .ui-spinner .input-group .ui-spinner-button:hover,
.input-group .btn-group-addon:hover, .ui-calendar .ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:hover, .input-group .btn:focus, .input-group .ui-spinner .ui-spinner-button:focus, .ui-spinner .input-group .ui-spinner-button:focus,
.input-group .btn-group-addon:focus, .ui-calendar .ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus, .input-group .btn:active, .input-group .ui-spinner .ui-spinner-button:active, .ui-spinner .input-group .ui-spinner-button:active,
.input-group .btn-group-addon:active, .ui-calendar .ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active {
  box-shadow: none !important;
  border-left: 0px !important; }

.ui-datatable tbody tr td.kebab-column .btn-kebab,
.ui-datatable tbody tr td.kebab-column .btn-kebab-view {
  width: auto !important;
  height: auto !important;
  pointer-events: none;
  background: none !important;
  border: none !important;
  color: #13496a;
  margin: 0px !important;
  min-width: auto !important;
  z-index: 1; }

.form-inline .form-group .form-control, .ui-inputtext:not(.ui-dropdown-filter), p-fileupload .ui-fileupload:not(.ui-dropdown-filter), p-dropdown .ui-dropdown .ui-dropdown-label {
  transition: all 0.2s linear !important;
  height: 58px;
  min-height: 58px;
  padding: 25px 12px 0 9px !important;
  margin: 0 !important;
  display: block !important;
  font-size: 14px !important;
  color: #555 !important;
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  border-left-width: 0px !important;
  width: 100%;
  position: relative;
  z-index: 5; }

.input-single, .ui-datatable thead.ui-datatable-thead tr th .ui-inputtext, .ui-datatable thead.ui-datatable-thead tr th p-fileupload .ui-fileupload, p-fileupload .ui-datatable thead.ui-datatable-thead tr th .ui-fileupload {
  height: 38px;
  min-height: auto;
  border-bottom-width: 2px !important;
  box-shadow: none !important;
  padding: 6px 12px !important;
  border-radius: 0px !important;
  border-left-width: 1px !important; }

.form-inline .form-group .form-control:focus, .ui-inputwrapper-focus .ui-inputtext, .ui-inputwrapper-focus p-fileupload .ui-fileupload, p-fileupload .ui-inputwrapper-focus .ui-fileupload, p-dropdown .ui-dropdown.ui-dropdown-open, p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-label, p-chips .ui-chips .ui-inputtext.ui-state-focus, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload, p-chips .ui-chips .ui-inputtext:active, p-chips .ui-chips p-fileupload .ui-fileupload:active, p-fileupload p-chips .ui-chips .ui-fileupload:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  outline: 0;
  transition: all 0.2s linear;
  border-color: #66afe9 !important;
  position: relative;
  z-index: 6; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid, .form-inline .form-group .control-label-textarea.ng-invalid, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-label {
  background-color: rgba(242, 217, 217, 0.6) !important;
  border-color: #e09f9f !important;
  color: #e09f9f !important; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid:focus, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e09f9f !important; }

.form-inline .form-group .form-control:disabled, .form-inline .form-group .form-control[disabled], .form-inline .form-group .form-control[read-only], .form-inline .form-group .form-control[readonly], .form-inline .form-group .control-label-textarea:disabled, .form-inline .form-group .control-label-textarea[disabled], .form-inline .form-group .control-label-textarea[read-only], .form-inline .form-group .control-label-textarea[readonly], .ui-inputtext:disabled, p-fileupload .ui-fileupload:disabled, .ui-inputtext[disabled], p-fileupload .ui-fileupload[disabled], .ui-inputtext[read-only], p-fileupload .ui-fileupload[read-only], .ui-inputtext[readonly], p-fileupload .ui-fileupload[readonly], p-dropdown .ui-dropdown.ui-state-disabled, p-dropdown .ui-dropdown:disabled, p-dropdown .ui-dropdown[disabled], p-dropdown .ui-dropdown[read-only], p-dropdown .ui-dropdown[readonly] {
  opacity: 0.5 !important;
  background-color: #eee;
  cursor: not-allowed !important; }

.control-label {
  pointer-events: none;
  transition: all 0.2s linear;
  position: absolute;
  color: #979797;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 10px;
  top: 7px;
  left: 0;
  z-index: 7;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px; }
  .is-invalid.control-label, .ng-invalid.control-label {
    color: #c03f3f !important; }
  .is-required.control-label:after, .ng-required.control-label:after {
    content: "*";
    position: absolute;
    right: 8px;
    color: #c03f3f;
    z-index: 7;
    font-size: 12px;
    top: -4px;
    font-weight: 400; }
  .is-disabled.control-label, .ng-disabled.control-label {
    opacity: 0.5; }

.form-inline .form-group .form-control:focus ~ .ui-messages-info, .form-control:focus ~ .ui-messages-info, .ui-inputwrapper-focus ~ .ui-messages-info,
.form-inline .form-group .form-control:focus ~ .ui-messages-error,
.form-control:focus ~ .ui-messages-error,
.ui-inputwrapper-focus ~ .ui-messages-error {
  display: block !important; }

.ui-dialog .ui-dialog-titlebar {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  float: left;
  margin: 0px;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #13496a;
  font-weight: 500; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title i, .ui-confirmdialog .ui-dialog-content i:first-child {
  float: left;
  color: #fff;
  background: #6ba6bf;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 15px;
  line-height: normal !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items, .ui-dropdown-panel, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items {
  padding: 0 1px !important;
  background: #fff; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li, .ui-dropdown-panel li, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li {
  padding: 6px 9px; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li:hover, .ui-dropdown-panel li:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li:hover {
  background: #f5f5f5; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight, .ui-dropdown-panel li.ui-state-highlight, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight {
  background-color: #66b4e3 !important;
  color: #fff !important; }
  p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight:hover, .ui-dropdown-panel li.ui-state-highlight:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight:hover {
    background-color: #3b9fdb !important; }

.card .footer, .data-card table tbody tr .footer, .tooltip .footer, .ui-datalist .ui-datalist-content .ui-datalist-data li .footer,
.card .panel-footer,
.data-card table tbody tr .panel-footer,
.tooltip .panel-footer,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-footer,
.panel .footer,
.panel .panel-footer {
  padding: 10px;
  background: #edf3f8;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px;
  float: left;
  margin-top: 10px; }

.panel-line.card .panel-heading, .data-card table tbody tr.panel-line .panel-heading, .panel-line.tooltip .panel-heading, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-line .panel-heading, .panel-line.panel .panel-heading, .data-card table tbody tr td div.panel-line .panel-heading {
  border-bottom: 1px solid #dfe5e8; }

.card > .header, .data-card table tbody tr > .header, .tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header, .panel > .header, .data-card table tbody tr td div > .header,
.card .panel-heading,
.data-card table tbody tr .panel-heading,
.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading,
.panel .panel-heading {
  padding: 10px;
  font-size: 16px;
  color: #13496a; }

.card > .header i, .data-card table tbody tr > .header i, .tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header i, .panel > .header i, .data-card table tbody tr td div > .header i,
.card .panel-heading i,
.data-card table tbody tr .panel-heading i,
.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading i,
.panel .panel-heading i {
  color: #c0d3db;
  margin-right: 10px; }

.bar.card, .data-card table tbody tr.bar, .bar.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar,
.bar.panel, .data-card table tbody tr td div.bar {
  border-left: 2px solid; }

.bar.card .header, .data-card table tbody tr.bar .header, .bar.tooltip .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header, .bar.panel .header, .data-card table tbody tr td div.bar .header,
.bar.card .panel-heading,
.data-card table tbody tr.bar .panel-heading,
.bar.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading,
.bar.panel .panel-heading,
.data-card table tbody tr td div.bar .panel-heading {
  background: transparent !important;
  color: #13496a; }

.bar.card .header i, .data-card table tbody tr.bar .header i, .bar.tooltip .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header i, .bar.panel .header i, .data-card table tbody tr td div.bar .header i,
.bar.card .panel-heading i,
.data-card table tbody tr.bar .panel-heading i,
.bar.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading i,
.bar.panel .panel-heading i,
.data-card table tbody tr td div.bar .panel-heading i {
  color: #c0d3db !important; }

.bar.default.card, .data-card table tbody tr.bar.default, .bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.default,
.bar.default.panel, .data-card table tbody tr td div.bar.default {
  border-color: #777777; }

.default.card > .header, .data-card table tbody tr.default > .header, .default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header, .default.panel > .header, .data-card table tbody tr td div.default > .header,
.default.card > .panel-heading,
.data-card table tbody tr.default > .panel-heading,
.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading,
.default.panel > .panel-heading,
.data-card table tbody tr td div.default > .panel-heading, .panel-default.card > .header, .data-card table tbody tr.panel-default > .header, .panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header, .panel-default.panel > .header, .data-card table tbody tr td div.panel-default > .header,
.panel-default.card > .panel-heading,
.data-card table tbody tr.panel-default > .panel-heading,
.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading,
.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.panel-default > .panel-heading {
  background: #777777;
  color: #FFF;
  border-radius: 0; }

.default.card > .header i, .data-card table tbody tr.default > .header i, .default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header i, .default.panel > .header i, .data-card table tbody tr td div.default > .header i,
.default.card > .panel-heading i,
.data-card table tbody tr.default > .panel-heading i,
.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading i,
.default.panel > .panel-heading i,
.data-card table tbody tr td div.default > .panel-heading i, .panel-default.card > .header i, .data-card table tbody tr.panel-default > .header i, .panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header i, .panel-default.panel > .header i, .data-card table tbody tr td div.panel-default > .header i,
.panel-default.card > .panel-heading i,
.data-card table tbody tr.panel-default > .panel-heading i,
.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading i,
.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.panel-default > .panel-heading i {
  color: #FFF; }

.bar.success.card, .data-card table tbody tr.bar.success, .bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.success,
.bar.success.panel, .data-card table tbody tr td div.bar.success {
  border-color: #459f47; }

.success.card > .header, .data-card table tbody tr.success > .header, .success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header, .success.panel > .header, .data-card table tbody tr td div.success > .header,
.success.card > .panel-heading,
.data-card table tbody tr.success > .panel-heading,
.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading,
.success.panel > .panel-heading,
.data-card table tbody tr td div.success > .panel-heading, .panel-success.card > .header, .data-card table tbody tr.panel-success > .header, .panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header, .panel-success.panel > .header, .data-card table tbody tr td div.panel-success > .header,
.panel-success.card > .panel-heading,
.data-card table tbody tr.panel-success > .panel-heading,
.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading,
.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.panel-success > .panel-heading {
  background: #459f47;
  color: #FFF;
  border-radius: 0; }

.success.card > .header i, .data-card table tbody tr.success > .header i, .success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header i, .success.panel > .header i, .data-card table tbody tr td div.success > .header i,
.success.card > .panel-heading i,
.data-card table tbody tr.success > .panel-heading i,
.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading i,
.success.panel > .panel-heading i,
.data-card table tbody tr td div.success > .panel-heading i, .panel-success.card > .header i, .data-card table tbody tr.panel-success > .header i, .panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header i, .panel-success.panel > .header i, .data-card table tbody tr td div.panel-success > .header i,
.panel-success.card > .panel-heading i,
.data-card table tbody tr.panel-success > .panel-heading i,
.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading i,
.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.panel-success > .panel-heading i {
  color: #FFF; }

.bar.danger.card, .data-card table tbody tr.bar.danger, .bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.danger,
.bar.danger.panel, .data-card table tbody tr td div.bar.danger {
  border-color: #a63837; }

.danger.card > .header, .data-card table tbody tr.danger > .header, .danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header, .danger.panel > .header, .data-card table tbody tr td div.danger > .header,
.danger.card > .panel-heading,
.data-card table tbody tr.danger > .panel-heading,
.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading,
.danger.panel > .panel-heading,
.data-card table tbody tr td div.danger > .panel-heading, .panel-danger.card > .header, .data-card table tbody tr.panel-danger > .header, .panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header, .panel-danger.panel > .header, .data-card table tbody tr td div.panel-danger > .header,
.panel-danger.card > .panel-heading,
.data-card table tbody tr.panel-danger > .panel-heading,
.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading,
.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.panel-danger > .panel-heading {
  background: #a63837;
  color: #FFF;
  border-radius: 0; }

.danger.card > .header i, .data-card table tbody tr.danger > .header i, .danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header i, .danger.panel > .header i, .data-card table tbody tr td div.danger > .header i,
.danger.card > .panel-heading i,
.data-card table tbody tr.danger > .panel-heading i,
.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading i,
.danger.panel > .panel-heading i,
.data-card table tbody tr td div.danger > .panel-heading i, .panel-danger.card > .header i, .data-card table tbody tr.panel-danger > .header i, .panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header i, .panel-danger.panel > .header i, .data-card table tbody tr td div.panel-danger > .header i,
.panel-danger.card > .panel-heading i,
.data-card table tbody tr.panel-danger > .panel-heading i,
.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading i,
.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.panel-danger > .panel-heading i {
  color: #FFF; }

.bar.warning.card, .data-card table tbody tr.bar.warning, .bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.warning,
.bar.warning.panel, .data-card table tbody tr td div.bar.warning {
  border-color: #f0ad4e; }

.warning.card > .header, .data-card table tbody tr.warning > .header, .warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header, .warning.panel > .header, .data-card table tbody tr td div.warning > .header,
.warning.card > .panel-heading,
.data-card table tbody tr.warning > .panel-heading,
.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading,
.warning.panel > .panel-heading,
.data-card table tbody tr td div.warning > .panel-heading, .panel-warning.card > .header, .data-card table tbody tr.panel-warning > .header, .panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header, .panel-warning.panel > .header, .data-card table tbody tr td div.panel-warning > .header,
.panel-warning.card > .panel-heading,
.data-card table tbody tr.panel-warning > .panel-heading,
.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading,
.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.panel-warning > .panel-heading {
  background: #f0ad4e;
  color: #FFF;
  border-radius: 0; }

.warning.card > .header i, .data-card table tbody tr.warning > .header i, .warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header i, .warning.panel > .header i, .data-card table tbody tr td div.warning > .header i,
.warning.card > .panel-heading i,
.data-card table tbody tr.warning > .panel-heading i,
.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading i,
.warning.panel > .panel-heading i,
.data-card table tbody tr td div.warning > .panel-heading i, .panel-warning.card > .header i, .data-card table tbody tr.panel-warning > .header i, .panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header i, .panel-warning.panel > .header i, .data-card table tbody tr td div.panel-warning > .header i,
.panel-warning.card > .panel-heading i,
.data-card table tbody tr.panel-warning > .panel-heading i,
.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading i,
.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.panel-warning > .panel-heading i {
  color: #FFF; }

.bar.info.card, .data-card table tbody tr.bar.info, .bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.info,
.bar.info.panel, .data-card table tbody tr td div.bar.info {
  border-color: #6ba6bf; }

.info.card > .header, .data-card table tbody tr.info > .header, .info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header, .info.panel > .header, .data-card table tbody tr td div.info > .header,
.info.card > .panel-heading,
.data-card table tbody tr.info > .panel-heading,
.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading,
.info.panel > .panel-heading,
.data-card table tbody tr td div.info > .panel-heading, .panel-info.card > .header, .data-card table tbody tr.panel-info > .header, .panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header, .panel-info.panel > .header, .data-card table tbody tr td div.panel-info > .header,
.panel-info.card > .panel-heading,
.data-card table tbody tr.panel-info > .panel-heading,
.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading,
.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.panel-info > .panel-heading {
  background: #6ba6bf;
  color: #13496a;
  border-radius: 0; }

.info.card > .header i, .data-card table tbody tr.info > .header i, .info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header i, .info.panel > .header i, .data-card table tbody tr td div.info > .header i,
.info.card > .panel-heading i,
.data-card table tbody tr.info > .panel-heading i,
.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading i,
.info.panel > .panel-heading i,
.data-card table tbody tr td div.info > .panel-heading i, .panel-info.card > .header i, .data-card table tbody tr.panel-info > .header i, .panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header i, .panel-info.panel > .header i, .data-card table tbody tr td div.panel-info > .header i,
.panel-info.card > .panel-heading i,
.data-card table tbody tr.panel-info > .panel-heading i,
.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading i,
.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.panel-info > .panel-heading i {
  color: #13496a; }

.light.bar.default.card, .data-card table tbody tr.light.bar.default, .light.bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.default,
.light.bar.default.panel, .data-card table tbody tr td div.light.bar.default {
  border-color: #eaeaea; }

.light.default.card > .header, .data-card table tbody tr.light.default > .header, .light.default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header, .light.default.panel > .header, .data-card table tbody tr td div.light.default > .header,
.light.default.card > .panel-heading,
.data-card table tbody tr.light.default > .panel-heading,
.light.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading,
.light.default.panel > .panel-heading,
.data-card table tbody tr td div.light.default > .panel-heading, .light.panel-default.card > .header, .data-card table tbody tr.light.panel-default > .header, .light.panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header, .light.panel-default.panel > .header, .data-card table tbody tr td div.light.panel-default > .header,
.light.panel-default.card > .panel-heading,
.data-card table tbody tr.light.panel-default > .panel-heading,
.light.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading,
.light.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-default > .panel-heading {
  background: #eaeaea;
  color: #777777;
  border-radius: 0; }

.light.default.card > .header i, .data-card table tbody tr.light.default > .header i, .light.default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header i, .light.default.panel > .header i, .data-card table tbody tr td div.light.default > .header i,
.light.default.card > .panel-heading i,
.data-card table tbody tr.light.default > .panel-heading i,
.light.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading i,
.light.default.panel > .panel-heading i,
.data-card table tbody tr td div.light.default > .panel-heading i, .light.panel-default.card > .header i, .data-card table tbody tr.light.panel-default > .header i, .light.panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header i, .light.panel-default.panel > .header i, .data-card table tbody tr td div.light.panel-default > .header i,
.light.panel-default.card > .panel-heading i,
.data-card table tbody tr.light.panel-default > .panel-heading i,
.light.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading i,
.light.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-default > .panel-heading i {
  color: #777777; }

.light.bar.success.card, .data-card table tbody tr.light.bar.success, .light.bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.success,
.light.bar.success.panel, .data-card table tbody tr td div.light.bar.success {
  border-color: #d1ded1; }

.light.success.card > .header, .data-card table tbody tr.light.success > .header, .light.success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header, .light.success.panel > .header, .data-card table tbody tr td div.light.success > .header,
.light.success.card > .panel-heading,
.data-card table tbody tr.light.success > .panel-heading,
.light.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading,
.light.success.panel > .panel-heading,
.data-card table tbody tr td div.light.success > .panel-heading, .light.panel-success.card > .header, .data-card table tbody tr.light.panel-success > .header, .light.panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header, .light.panel-success.panel > .header, .data-card table tbody tr td div.light.panel-success > .header,
.light.panel-success.card > .panel-heading,
.data-card table tbody tr.light.panel-success > .panel-heading,
.light.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading,
.light.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-success > .panel-heading {
  background: #d1ded1;
  color: #459f47;
  border-radius: 0; }

.light.success.card > .header i, .data-card table tbody tr.light.success > .header i, .light.success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header i, .light.success.panel > .header i, .data-card table tbody tr td div.light.success > .header i,
.light.success.card > .panel-heading i,
.data-card table tbody tr.light.success > .panel-heading i,
.light.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading i,
.light.success.panel > .panel-heading i,
.data-card table tbody tr td div.light.success > .panel-heading i, .light.panel-success.card > .header i, .data-card table tbody tr.light.panel-success > .header i, .light.panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header i, .light.panel-success.panel > .header i, .data-card table tbody tr td div.light.panel-success > .header i,
.light.panel-success.card > .panel-heading i,
.data-card table tbody tr.light.panel-success > .panel-heading i,
.light.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading i,
.light.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-success > .panel-heading i {
  color: #459f47; }

.light.bar.danger.card, .data-card table tbody tr.light.bar.danger, .light.bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.danger,
.light.bar.danger.panel, .data-card table tbody tr td div.light.bar.danger {
  border-color: #eadfde; }

.light.danger.card > .header, .data-card table tbody tr.light.danger > .header, .light.danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header, .light.danger.panel > .header, .data-card table tbody tr td div.light.danger > .header,
.light.danger.card > .panel-heading,
.data-card table tbody tr.light.danger > .panel-heading,
.light.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading,
.light.danger.panel > .panel-heading,
.data-card table tbody tr td div.light.danger > .panel-heading, .light.panel-danger.card > .header, .data-card table tbody tr.light.panel-danger > .header, .light.panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header, .light.panel-danger.panel > .header, .data-card table tbody tr td div.light.panel-danger > .header,
.light.panel-danger.card > .panel-heading,
.data-card table tbody tr.light.panel-danger > .panel-heading,
.light.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading,
.light.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-danger > .panel-heading {
  background: #eadfde;
  color: #a63837;
  border-radius: 0; }

.light.danger.card > .header i, .data-card table tbody tr.light.danger > .header i, .light.danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header i, .light.danger.panel > .header i, .data-card table tbody tr td div.light.danger > .header i,
.light.danger.card > .panel-heading i,
.data-card table tbody tr.light.danger > .panel-heading i,
.light.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading i,
.light.danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.danger > .panel-heading i, .light.panel-danger.card > .header i, .data-card table tbody tr.light.panel-danger > .header i, .light.panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header i, .light.panel-danger.panel > .header i, .data-card table tbody tr td div.light.panel-danger > .header i,
.light.panel-danger.card > .panel-heading i,
.data-card table tbody tr.light.panel-danger > .panel-heading i,
.light.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading i,
.light.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-danger > .panel-heading i {
  color: #a63837; }

.light.bar.warning.card, .data-card table tbody tr.light.bar.warning, .light.bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.warning,
.light.bar.warning.panel, .data-card table tbody tr td div.light.bar.warning {
  border-color: #ece5da; }

.light.warning.card > .header, .data-card table tbody tr.light.warning > .header, .light.warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header, .light.warning.panel > .header, .data-card table tbody tr td div.light.warning > .header,
.light.warning.card > .panel-heading,
.data-card table tbody tr.light.warning > .panel-heading,
.light.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading,
.light.warning.panel > .panel-heading,
.data-card table tbody tr td div.light.warning > .panel-heading, .light.panel-warning.card > .header, .data-card table tbody tr.light.panel-warning > .header, .light.panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header, .light.panel-warning.panel > .header, .data-card table tbody tr td div.light.panel-warning > .header,
.light.panel-warning.card > .panel-heading,
.data-card table tbody tr.light.panel-warning > .panel-heading,
.light.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading,
.light.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-warning > .panel-heading {
  background: #ece5da;
  color: #926c36;
  border-radius: 0; }

.light.warning.card > .header i, .data-card table tbody tr.light.warning > .header i, .light.warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header i, .light.warning.panel > .header i, .data-card table tbody tr td div.light.warning > .header i,
.light.warning.card > .panel-heading i,
.data-card table tbody tr.light.warning > .panel-heading i,
.light.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading i,
.light.warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.warning > .panel-heading i, .light.panel-warning.card > .header i, .data-card table tbody tr.light.panel-warning > .header i, .light.panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header i, .light.panel-warning.panel > .header i, .data-card table tbody tr td div.light.panel-warning > .header i,
.light.panel-warning.card > .panel-heading i,
.data-card table tbody tr.light.panel-warning > .panel-heading i,
.light.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading i,
.light.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-warning > .panel-heading i {
  color: #926c36; }

.light.bar.info.card, .data-card table tbody tr.light.bar.info, .light.bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.info,
.light.bar.info.panel, .data-card table tbody tr td div.light.bar.info {
  border-color: #d3e0ea; }

.light.info.card > .header, .data-card table tbody tr.light.info > .header, .light.info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header, .light.info.panel > .header, .data-card table tbody tr td div.light.info > .header,
.light.info.card > .panel-heading,
.data-card table tbody tr.light.info > .panel-heading,
.light.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading,
.light.info.panel > .panel-heading,
.data-card table tbody tr td div.light.info > .panel-heading, .light.panel-info.card > .header, .data-card table tbody tr.light.panel-info > .header, .light.panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header, .light.panel-info.panel > .header, .data-card table tbody tr td div.light.panel-info > .header,
.light.panel-info.card > .panel-heading,
.data-card table tbody tr.light.panel-info > .panel-heading,
.light.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading,
.light.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-info > .panel-heading {
  background: #d3e0ea;
  color: #13496a;
  border-radius: 0; }

.light.info.card > .header i, .data-card table tbody tr.light.info > .header i, .light.info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header i, .light.info.panel > .header i, .data-card table tbody tr td div.light.info > .header i,
.light.info.card > .panel-heading i,
.data-card table tbody tr.light.info > .panel-heading i,
.light.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading i,
.light.info.panel > .panel-heading i,
.data-card table tbody tr td div.light.info > .panel-heading i, .light.panel-info.card > .header i, .data-card table tbody tr.light.panel-info > .header i, .light.panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header i, .light.panel-info.panel > .header i, .data-card table tbody tr td div.light.panel-info > .header i,
.light.panel-info.card > .panel-heading i,
.data-card table tbody tr.light.panel-info > .panel-heading i,
.light.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading i,
.light.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-info > .panel-heading i {
  color: #13496a; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
* {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0; }

html,
body {
  font-size: 14px;
  background: #edf3f8;
  color: #595959;
  height: 100%;
  font-family: "Roboto";
  font-weight: normal;
  line-height: 24px; }

.well {
  border-radius: 0; }

.title {
  font-weight: normal;
  margin: 10px 0; }

.title i {
  font-size: 18px; }

.hr-dotted {
  border-top: 1px dotted #c1c1c1; }

.overflow {
  position: fixed;
  overflow-y: scroll; }

.modal-backdrop {
  opacity: 1 !important;
  background: rgba(15, 58, 84, 0.8); }

.list-item {
  list-style: none;
  text-align: left; }
  .list-item .zmdi {
    margin-right: 18px; }
  .list-item a {
    text-decoration: none; }

.caret.right {
  position: absolute;
  right: 10px;
  top: 16px;
  border-left: 4px solid;
  border-right: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent; }

.btn-fab-close {
  background-color: #ebebeb;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  float: right;
  right: 15px;
  top: 20px;
  color: #fff;
  font-size: 12px; }

.bg-white {
  background-color: #fff !important; }

.icon-toggle-system-info {
  position: relative;
  display: block;
  float: right;
  font-size: 9px;
  top: 3px;
  height: 30px;
  transition: linear all .1s; }

.icon-toggle-system-info span {
  transition: linear all .1s; }

.icon-toggle-system-info .icon-version-name {
  border: 1px solid #66b4e3;
  color: #66b4e3;
  border-right: none;
  display: block;
  padding: 2px 4px;
  font-size: 9px;
  float: left;
  line-height: 1;
  border-radius: 2px; }

.icon-toggle-system-info .icon-version-separator {
  display: block;
  width: 1px;
  height: 20px;
  position: relative;
  top: -2px;
  background: #66b4e3;
  float: left;
  margin: 0 3px; }

.icon-toggle-system-info .icon-version-number {
  border: dotted 1px #66b4e3;
  color: #66b4e3;
  border-left: none;
  display: block;
  float: left;
  padding: 2px 5px;
  font-size: 10px;
  line-height: 1; }

.icon-toggle-system-info .icon-footer {
  color: #66b4e3; }

.icon-toggle-system-info:hover {
  color: #ffa751; }

.icon-toggle-system-info:hover span {
  color: #ffa751; }

.icon-toggle-system-info:hover .icon-version-name {
  border-color: #ffa751; }

.icon-toggle-system-info:hover .icon-version-separator {
  background: #ffa751; }

.icon-toggle-system-info:hover .icon-version-number {
  border-color: #ffa751; }

.icon-toggle-system-info:hover .icon-footer {
  color: #ffa751; }

.submit-group button[type="submit"] {
  margin-left: 10px; }

form .submit-group {
  margin-top: 15px; }

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

.menu-lateral-fixed .cabecalho-grid .affix {
  padding-left: 310px !important; }

.menu-lateral-fixed .tag-container .affix {
  padding-left: 310px !important; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track-piece {
  background-color: #edf3f8; }

::-webkit-scrollbar-thumb {
  background-color: #aebfce;
  border-right: 1px solid #edf3f8; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
.btn-default, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose, .ui-spinner .ui-spinner-button {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-default, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose, .ui-spinner .ui-spinner-button, .btn-default[disabled]:hover, .ui-calendar .ui-button[disabled]:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose[disabled]:hover, .ui-spinner .ui-spinner-button[disabled]:hover, .btn-default.disabled:hover, .ui-calendar .disabled.ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .disabled.ui-fileupload-choose:hover, .ui-spinner .disabled.ui-spinner-button:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-default, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose, .ui-spinner .ui-spinner-button, .btn-default[disabled]:hover, .ui-calendar .ui-button[disabled]:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose[disabled]:hover, .ui-spinner .ui-spinner-button[disabled]:hover, .btn-default.disabled:hover, .ui-calendar .disabled.ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .disabled.ui-fileupload-choose:hover, .ui-spinner .disabled.ui-spinner-button:hover {
      border: 1px solid #b7cbdd !important;
      color: #2d475e !important;
      background-color: #d3dfea !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #b7cbdd, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-default:hover, .ui-calendar .ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:hover, .ui-spinner .ui-spinner-button:hover, .btn-default:focus, .ui-calendar .ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus, .ui-spinner .ui-spinner-button:focus, .btn-default:active, .ui-calendar .ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active, .ui-spinner .ui-spinner-button:active, .btn-default.active, .ui-calendar .active.ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .active.ui-fileupload-choose, .ui-spinner .active.ui-spinner-button {
    border: 1px solid #9fb9d1 !important;
    background-color: #9fb9d1 !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: white !important; }
  .btn-default:active, .ui-calendar .ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active, .ui-spinner .ui-spinner-button:active, .btn-default:focus, .ui-calendar .ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus, .ui-spinner .ui-spinner-button:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-default:active .tooltip, .ui-calendar .ui-button:active .tooltip, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active .tooltip, .ui-spinner .ui-spinner-button:active .tooltip, .btn-default:focus .tooltip, .ui-calendar .ui-button:focus .tooltip, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus .tooltip, .ui-spinner .ui-spinner-button:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-default[disabled], .ui-calendar .ui-button[disabled], p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose[disabled], .ui-spinner .ui-spinner-button[disabled], .btn-default.disabled, .ui-calendar .disabled.ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .disabled.ui-fileupload-choose, .ui-spinner .disabled.ui-spinner-button {
    opacity: .5; }
  .btn-default.btn-loading, .ui-calendar .btn-loading.ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-loading.ui-fileupload-choose, .ui-spinner .btn-loading.ui-spinner-button {
    opacity: .7 !important;
    border: 1px solid #6b94b9 !important; }
  .btn-default.btn-loading:before, .ui-calendar .btn-loading.ui-button:before, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-loading.ui-fileupload-choose:before, .ui-spinner .btn-loading.ui-spinner-button:before {
    background-color: #6b94b9 !important; }
  .btn-default.btn-tooltip div, .ui-calendar .btn-tooltip.ui-button div, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-tooltip.ui-fileupload-choose div, .ui-spinner .btn-tooltip.ui-spinner-button div {
    color: #2d475e;
    background-color: #d3dfea; }
    .btn-default.btn-tooltip div:before, .ui-calendar .btn-tooltip.ui-button div:before, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-tooltip.ui-fileupload-choose div:before, .ui-spinner .btn-tooltip.ui-spinner-button div:before {
      border-top: 5px solid #d3dfea; }
  .btn-default.btn-invert, .ui-calendar .btn-invert.ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.ui-fileupload-choose, .ui-spinner .btn-invert.ui-spinner-button, .btn-default.btn-invert[disabled]:hover, .ui-calendar .btn-invert.ui-button[disabled]:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.ui-fileupload-choose[disabled]:hover, .ui-spinner .btn-invert.ui-spinner-button[disabled]:hover, .btn-default.btn-invert.disabled:hover, .ui-calendar .btn-invert.disabled.ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.disabled.ui-fileupload-choose:hover, .ui-spinner .btn-invert.disabled.ui-spinner-button:hover {
    border: none !important;
    color: #d3dfea !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-default.btn-invert:hover, .ui-calendar .btn-invert.ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.ui-fileupload-choose:hover, .ui-spinner .btn-invert.ui-spinner-button:hover, .btn-default.btn-invert:focus, .ui-calendar .btn-invert.ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.ui-fileupload-choose:focus, .ui-spinner .btn-invert.ui-spinner-button:focus, .btn-default.btn-invert:active, .ui-calendar .btn-invert.ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.ui-fileupload-choose:active, .ui-spinner .btn-invert.ui-spinner-button:active, .btn-default.btn-invert.active, .ui-calendar .btn-invert.active.ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.active.ui-fileupload-choose, .ui-spinner .btn-invert.active.ui-spinner-button {
    background-color: #d3dfea !important;
    color: #2d475e !important; }

.btn-primary {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-primary, .btn-primary[disabled]:hover, .btn-primary.disabled:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-primary, .btn-primary[disabled]:hover, .btn-primary.disabled:hover {
      border: 1px solid #1f79a0 !important;
      color: #ecf7fb !important;
      background-color: #2693c2 !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #1f79a0, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    border: 1px solid #196382 !important;
    background-color: #196382 !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: #acdbef !important; }
  .btn-primary:active, .btn-primary:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-primary:active .tooltip, .btn-primary:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-primary[disabled], .btn-primary.disabled {
    opacity: .5; }
  .btn-primary.btn-loading {
    opacity: .7 !important;
    border: 1px solid #0d3242 !important; }
  .btn-primary.btn-loading:before {
    background-color: #0d3242 !important; }
  .btn-primary.btn-tooltip div {
    color: #ecf7fb;
    background-color: #2693c2; }
    .btn-primary.btn-tooltip div:before {
      border-top: 5px solid #2693c2; }
  .btn-primary.btn-invert, .btn-primary.btn-invert[disabled]:hover, .btn-primary.btn-invert.disabled:hover {
    border: none !important;
    color: #2693c2 !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-primary.btn-invert:hover, .btn-primary.btn-invert:focus, .btn-primary.btn-invert:active, .btn-primary.btn-invert.active {
    background-color: #2693c2 !important;
    color: #ecf7fb !important; }

.btn-success {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-success, .btn-success[disabled]:hover, .btn-success.disabled:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-success, .btn-success[disabled]:hover, .btn-success.disabled:hover {
      border: 1px solid #44ac46 !important;
      color: white !important;
      background-color: #5bbe5d !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #44ac46, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    border: 1px solid #3a923c !important;
    background-color: #3a923c !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: #dbf1db !important; }
  .btn-success:active, .btn-success:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-success:active .tooltip, .btn-success:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-success[disabled], .btn-success.disabled {
    opacity: .5; }
  .btn-success.btn-loading {
    opacity: .7 !important;
    border: 1px solid #245c25 !important; }
  .btn-success.btn-loading:before {
    background-color: #245c25 !important; }
  .btn-success.btn-tooltip div {
    color: white;
    background-color: #5bbe5d; }
    .btn-success.btn-tooltip div:before {
      border-top: 5px solid #5bbe5d; }
  .btn-success.btn-invert, .btn-success.btn-invert[disabled]:hover, .btn-success.btn-invert.disabled:hover {
    border: none !important;
    color: #5bbe5d !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-success.btn-invert:hover, .btn-success.btn-invert:focus, .btn-success.btn-invert:active, .btn-success.btn-invert.active {
    background-color: #5bbe5d !important;
    color: white !important; }

.btn-danger {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-danger, .btn-danger[disabled]:hover, .btn-danger.disabled:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-danger, .btn-danger[disabled]:hover, .btn-danger.disabled:hover {
      border: 1px solid #a13535 !important;
      color: white !important;
      background-color: #c03f3f !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #a13535, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    border: 1px solid #862c2c !important;
    background-color: #862c2c !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: #ecc5c5 !important; }
  .btn-danger:active, .btn-danger:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-danger:active .tooltip, .btn-danger:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-danger[disabled], .btn-danger.disabled {
    opacity: .5; }
  .btn-danger.btn-loading {
    opacity: .7 !important;
    border: 1px solid #4d1919 !important; }
  .btn-danger.btn-loading:before {
    background-color: #4d1919 !important; }
  .btn-danger.btn-tooltip div {
    color: white;
    background-color: #c03f3f; }
    .btn-danger.btn-tooltip div:before {
      border-top: 5px solid #c03f3f; }
  .btn-danger.btn-invert, .btn-danger.btn-invert[disabled]:hover, .btn-danger.btn-invert.disabled:hover {
    border: none !important;
    color: #c03f3f !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-danger.btn-invert:hover, .btn-danger.btn-invert:focus, .btn-danger.btn-invert:active, .btn-danger.btn-invert.active {
    background-color: #c03f3f !important;
    color: white !important; }

.btn-warning {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-warning, .btn-warning[disabled]:hover, .btn-warning.disabled:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-warning, .btn-warning[disabled]:hover, .btn-warning.disabled:hover {
      border: 1px solid #f2ac15 !important;
      color: #8f6408 !important;
      background-color: #f4ba3c !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #f2ac15, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    border: 1px solid #d7970c !important;
    background-color: #d7970c !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: #fef6e5 !important; }
  .btn-warning:active, .btn-warning:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-warning:active .tooltip, .btn-warning:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-warning[disabled], .btn-warning.disabled {
    opacity: .5; }
  .btn-warning.btn-loading {
    opacity: .7 !important;
    border: 1px solid #8f6408 !important; }
  .btn-warning.btn-loading:before {
    background-color: #8f6408 !important; }
  .btn-warning.btn-tooltip div {
    color: #8f6408;
    background-color: #f4ba3c; }
    .btn-warning.btn-tooltip div:before {
      border-top: 5px solid #f4ba3c; }
  .btn-warning.btn-invert, .btn-warning.btn-invert[disabled]:hover, .btn-warning.btn-invert.disabled:hover {
    border: none !important;
    color: #f4ba3c !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-warning.btn-invert:hover, .btn-warning.btn-invert:focus, .btn-warning.btn-invert:active, .btn-warning.btn-invert.active {
    background-color: #f4ba3c !important;
    color: #8f6408 !important; }

.btn-info {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-info, .btn-info[disabled]:hover, .btn-info.disabled:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-info, .btn-info[disabled]:hover, .btn-info.disabled:hover {
      border: 1px solid #00b1fd !important;
      color: #00638d !important;
      background-color: #27beff !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #00b1fd, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    border: 1px solid #0098da !important;
    background-color: #0098da !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: #daf4ff !important; }
  .btn-info:active, .btn-info:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-info:active .tooltip, .btn-info:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-info[disabled], .btn-info.disabled {
    opacity: .5; }
  .btn-info.btn-loading {
    opacity: .7 !important;
    border: 1px solid #00638d !important; }
  .btn-info.btn-loading:before {
    background-color: #00638d !important; }
  .btn-info.btn-tooltip div {
    color: #00638d;
    background-color: #27beff; }
    .btn-info.btn-tooltip div:before {
      border-top: 5px solid #27beff; }
  .btn-info.btn-invert, .btn-info.btn-invert[disabled]:hover, .btn-info.btn-invert.disabled:hover {
    border: none !important;
    color: #27beff !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-info.btn-invert:hover, .btn-info.btn-invert:focus, .btn-info.btn-invert:active, .btn-info.btn-invert.active {
    background-color: #27beff !important;
    color: #00638d !important; }

.btn, .ui-spinner .ui-spinner-button {
  border-radius: 0;
  height: 38px;
  outline: none !important;
  padding: 8px 13px;
  position: relative;
  z-index: 1;
  float: left;
  margin-left: 5px;
  position: relative; }

.btn:first-child, .ui-spinner .ui-spinner-button:first-child {
  margin-left: 0 !important; }

.btn i:after, .ui-spinner .ui-spinner-button i:after {
  content: "";
  position: relative;
  height: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 12px;
  margin-right: 7px; }

.btn.btn-no-text, .ui-calendar .ui-button, .ui-spinner .ui-spinner-button {
  min-width: 36px;
  text-align: center;
  padding: 0;
  z-index: 5; }

.btn.btn-no-text i:after, .ui-calendar .ui-button i:after, .ui-spinner .ui-spinner-button i:after {
  display: none; }

.btn.btn-no-bg, .ui-spinner .btn-no-bg.ui-spinner-button, .btn.btn-no-bg:hover, .ui-spinner .btn-no-bg.ui-spinner-button:hover {
  background-color: transparent !important; }

.btn-group > .btn:first-child, .ui-spinner .btn-group > .ui-spinner-button:first-child {
  margin-left: 5px !important; }

.btn-group .dropdown-menu {
  width: calc(100% - 4px);
  margin-left: 0;
  border-radius: 0px;
  padding: 0;
  left: 4px; }

.btn-group .dropdown-menu > li > a {
  padding: 8px 17px;
  cursor: pointer; }
  .btn-group .dropdown-menu > li > a i {
    margin-right: 10px; }

.btn-mini {
  width: auto !important;
  height: auto !important;
  min-width: 26px !important;
  min-height: 26px !important;
  padding: 0px 10px; }

.btn-block {
  text-align: left;
  float: none; }
  .btn-block:not(:first-child) {
    margin-top: 2px !important; }
  .btn-block.text-center {
    text-align: center !important; }

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

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

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

.btn-loading {
  pointer-events: none; }

.btn-loading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1; }

.btn-loading:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
  background-image: url(/assets/loading/loader-alt.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important; }

.btn-tooltip:hover div:not(:empty) {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -35px;
  padding: 5px 5px;
  border-radius: 3px;
  margin-right: 0px;
  font-size: 12px;
  display: inline-block; }

.btn-tooltip:hover div:not(:empty):before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -5px;
  right: 8px; }

.btn-tooltip div {
  display: none; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
.form-control {
  border-right: transparent !important; }

.control-label.is-required.ng-invalid ~ .ui-messages-required {
  display: block; }

.control-label.control-label-textarea {
  top: 0;
  padding: 6px 10px 2px 10px;
  background: #FFF;
  width: calc(100% - 20px);
  margin: 1px; }

.control-label.control-label-textarea:after {
  top: 4px !important; }

.form-inline {
  margin: 0 !important; }

.form-inline .row {
  margin: 0; }

.form-inline .row > div:not(:last-child) .row {
  margin-right: 0px !important; }

.form-inline .row .row {
  margin: 0 -15px !important; }

.form-inline .row fieldset legend {
  margin-left: -15px; }

.form-inline fieldset {
  line-height: 16px;
  margin-top: 30px !important;
  position: relative; }

.form-inline fieldset:first-child {
  margin-top: 5px !important; }

.form-inline fieldset legend i {
  margin-right: 5px; }

.form-inline fieldset legend {
  border-bottom: 2px solid #e4e4e4;
  width: auto;
  padding-bottom: 5px;
  color: #6b6b6b;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0 5px 5px; }

.form-inline fieldset legend:before {
  content: "";
  width: calc(100% - 20px);
  border-bottom: 1px solid #e4e4e4;
  position: absolute;
  margin-left: -5px;
  margin-top: 23px; }

.form-inline .form-group {
  padding: 0;
  margin-top: -1px; }

.form-inline .form-group:first-child .form-control,
.form-inline .form-group:first-child .ui-dropdown-label,
.form-inline .form-group:first-child .ui-inputtext,
.form-inline .form-group:first-child p-fileupload .ui-fileupload,
p-fileupload .form-inline .form-group:first-child .ui-fileupload,
.form-inline .form-group:first-child .ui-fileupload, .form-inline .form-group.col-md-12 .form-control,
.form-inline .form-group.col-md-12 .ui-dropdown-label,
.form-inline .form-group.col-md-12 .ui-inputtext,
.form-inline .form-group.col-md-12 p-fileupload .ui-fileupload,
p-fileupload .form-inline .form-group.col-md-12 .ui-fileupload,
.form-inline .form-group.col-md-12 .ui-fileupload {
  border-left-width: 1px !important; }

.form-inline .form-group select.form-control {
  padding: 27px 12px 0 5px !important; }

.form-inline .form-group .control-label-radio {
  cursor: pointer;
  font-weight: normal;
  margin-right: 10px;
  margin-top: 3px; }

.form-inline .form-group .control-label-radio:first-child {
  margin-right: 0; }

.form-inline .form-group .control-label-radio input {
  vertical-align: middle;
  margin-top: -1px; }

.form-inline .form-group textarea {
  height: auto !important; }

.input-group {
  display: flex !important;
  width: 100% !important; }
  .input-group .ui-message, .input-group p-fileupload .ui-fileupload .ui-messages, p-fileupload .ui-fileupload .input-group .ui-messages {
    right: 30px; }
  .input-group .input-group-btn {
    width: auto !important; }
  .input-group .control-label.is-required:after, .input-group .control-label.ng-required:after {
    right: 40px; }

.hll {
  background-color: #ffffcc; }

/*{ background: #f0f3f3; }*/
.c {
  color: #999; }

/* Comment */
.err {
  color: #AA0000;
  background-color: #FFAAAA; }

/* Error */
.k {
  color: #006699; }

/* Keyword */
.o {
  color: #555555; }

/* Operator */
.cm {
  color: #999; }

/* Comment.Multiline */
/* Edited to remove italics and make into comment */
.cp {
  color: #009999; }

/* Comment.Preproc */
.c1 {
  color: #999; }

/* Comment.Single */
.cs {
  color: #999; }

/* Comment.Special */
.gd {
  background-color: #FFCCCC;
  border: 1px solid #CC0000; }

/* Generic.Deleted */
.ge {
  font-style: italic; }

/* Generic.Emph */
.gr {
  color: #FF0000; }

/* Generic.Error */
.gh {
  color: #003300; }

/* Generic.Heading */
.gi {
  background-color: #CCFFCC;
  border: 1px solid #00CC00; }

/* Generic.Inserted */
.go {
  color: #AAAAAA; }

/* Generic.Output */
.gp {
  color: #000099; }

/* Generic.Prompt */
/* Generic.Strong */
.gu {
  color: #003300; }

/* Generic.Subheading */
.gt {
  color: #99CC66; }

/* Generic.Traceback */
.kc {
  color: #006699; }

/* Keyword.Constant */
.kd {
  color: #006699; }

/* Keyword.Declaration */
.kn {
  color: #006699; }

/* Keyword.Namespace */
.kp {
  color: #006699; }

/* Keyword.Pseudo */
.kr {
  color: #006699; }

/* Keyword.Reserved */
.kt {
  color: #007788; }

/* Keyword.Type */
.m {
  color: #FF6600; }

/* Literal.Number */
.s {
  color: #d44950; }

/* Literal.String */
.na {
  color: #4f9fcf; }

/* Name.Attribute */
.nb {
  color: #336666; }

/* Name.Builtin */
.nc {
  color: #00AA88; }

/* Name.Class */
.no {
  color: #336600; }

/* Name.Constant */
.nd {
  color: #9999FF; }

/* Name.Decorator */
.ni {
  color: #999999; }

/* Name.Entity */
.ne {
  color: #CC0000; }

/* Name.Exception */
.nf {
  color: #CC00FF; }

/* Name.Function */
.nl {
  color: #9999FF; }

/* Name.Label */
.nn {
  color: #00CCFF; }

/* Name.Namespace */
.nt {
  color: #2f6f9f; }

/* Name.Tag */
.nv {
  color: #003333; }

/* Name.Variable */
.ow {
  color: #000000; }

/* Operator.Word */
.w {
  color: #bbbbbb; }

/* Text.Whitespace */
.mf {
  color: #FF6600; }

/* Literal.Number.Float */
.mh {
  color: #FF6600; }

/* Literal.Number.Hex */
.mi {
  color: #FF6600; }

/* Literal.Number.Integer */
.mo {
  color: #FF6600; }

/* Literal.Number.Oct */
.sb {
  color: #CC3300; }

/* Literal.String.Backtick */
.sc {
  color: #CC3300; }

/* Literal.String.Char */
.sd {
  color: #CC3300;
  font-style: italic; }

/* Literal.String.Doc */
.s2 {
  color: #CC3300; }

/* Literal.String.Double */
.se {
  color: #CC3300; }

/* Literal.String.Escape */
.sh {
  color: #CC3300; }

/* Literal.String.Heredoc */
.si {
  color: #AA0000; }

/* Literal.String.Interpol */
.sx {
  color: #CC3300; }

/* Literal.String.Other */
.sr {
  color: #33AAAA; }

/* Literal.String.Regex */
.s1 {
  color: #CC3300; }

/* Literal.String.Single */
.ss {
  color: #FFCC33; }

/* Literal.String.Symbol */
.bp {
  color: #336666; }

/* Name.Builtin.Pseudo */
.vc {
  color: #003333; }

/* Name.Variable.Class */
.vg {
  color: #003333; }

/* Name.Variable.Global */
.vi {
  color: #003333; }

/* Name.Variable.Instance */
.il {
  color: #FF6600; }

/* Literal.Number.Integer.Long */
.css .o,
.css .o + .nt,
.css .nt + .nt {
  color: #999; }

.grid-card li {
  list-style: none;
  color: #767676;
  padding: 10px 0;
  border-bottom: 1px solid #edf3f8;
  font-size: 14px;
  line-height: 22px; }
  .grid-card li:hover {
    background: #edf3f8; }
  .grid-card li b {
    color: #13496a;
    font-weight: 500;
    font-size: 15px; }
  .grid-card li p {
    margin: 0; }
  .grid-card li span {
    color: #000; }

@media (max-width: 1024px) {
  .grid-card li > div {
    margin-bottom: 10px; } }

.card, .data-card table tbody tr, .tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li,
.panel {
  background: #FFF;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  border-radius: 0; }

.card .content, .data-card table tbody tr .content, .tooltip .content, .ui-datalist .ui-datalist-content .ui-datalist-data li .content,
.card .panel-body,
.data-card table tbody tr .panel-body,
.tooltip .panel-body,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-body,
.panel .content,
.panel .panel-body {
  padding: 10px;
  color: #767676;
  font-size: 13px;
  line-height: 16px; }

.ui-state-highlight .ui-selection-column:before {
  display: none; }

.data-card table {
  display: grid; }
  .data-card table thead th {
    width: 100%; }
  .data-card table tbody {
    display: block; }
    .data-card table tbody tr {
      display: inline-block;
      position: relative; }
      .data-card table tbody tr .ui-selection-column {
        position: absolute;
        margin-top: 15px;
        margin-left: 11px; }
      .data-card table tbody tr .ui-selection-column + td .header {
        padding-left: 40px; }
      .data-card table tbody tr td {
        border: none !important;
        padding: 0 !important;
        display: flex !important;
        width: 100%; }
        .data-card table tbody tr td .ui-cell-data {
          width: 100%; }
        .data-card table tbody tr td.ui-datatable-emptymessage {
          padding: 9px 10px !important; }
        .data-card table tbody tr td.kebab-column {
          display: table-cell;
          position: absolute;
          right: 5px;
          top: 2px;
          height: auto; }

.tooltip {
  padding: 0px !important;
  font-family: inherit;
  display: none;
  position: absolute;
  top: 44px;
  min-width: 424px;
  box-shadow: 0 5px 13px -4px rgba(0, 0, 0, 0.5), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
  text-align: left;
  background: #ffffff;
  border: 1px solid #ccc; }

.tooltip .header {
  background: #9eb8d0 !important;
  color: #fff !important; }

.tooltip ul li {
  margin-top: 10px; }

.tooltip ul li .fa {
  width: 20px;
  text-align: center; }

.tooltip:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ccc;
  position: absolute;
  top: -5px; }

.tooltip.right {
  right: -1px; }
  .tooltip.right:before {
    right: 12px; }

.tooltip.left {
  left: -1px; }
  .tooltip.left:before {
    left: 12px; }

.ui-inputtext, p-fileupload .ui-fileupload {
  width: 100%; }

.ui-inputwrapper-focus {
  /*
    .ui-fileupload-buttonbar {
        @extend %style-form-input-focus;
    }*/ }

p-dropdown {
  width: 100%; }

p-dropdown .ui-dropdown {
  width: 100% !important;
  border: none !important;
  border-radius: 0 !important; }

p-dropdown .ui-dropdown.ui-state-disabled .ui-dropdown-label, p-dropdown .ui-dropdown:disabled .ui-dropdown-label, p-dropdown .ui-dropdown[disabled] .ui-dropdown-label, p-dropdown .ui-dropdown[read-only] .ui-dropdown-label, p-dropdown .ui-dropdown[readonly] .ui-dropdown-label {
  cursor: not-allowed !important; }

p-dropdown .ui-dropdown.ui-state-focus, p-dropdown .ui-dropdown:not(.ui-state-disabled) {
  background-color: transparent !important;
  border-color: initial !important; }

p-dropdown .ui-dropdown.ui-state-focus .ui-dropdown-label, p-dropdown .ui-dropdown:not(.ui-state-disabled) .ui-dropdown-label {
  background-color: transparent !important; }

p-dropdown .ui-dropdown.ui-state-focus .ui-dropdown-trigger, p-dropdown .ui-dropdown:not(.ui-state-disabled) .ui-dropdown-trigger {
  background-color: transparent !important; }

p-dropdown .ui-dropdown.ui-dropdown-open {
  z-index: 15 !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-trigger .fa {
  transform: translate(-50%, -50%) rotate(180deg) !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel {
  animation: easeTop 0.1s ease;
  box-shadow: black 0 5px 15px -8px !important;
  margin-top: -1px !important;
  border-radius: 0 !important;
  top: 0;
  background: #FFF;
  border: 1px solid #ccc; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel .ui-dropdown-filter-container {
  width: 100% !important;
  background: #f5f5f5 !important;
  padding: 8px !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel .ui-dropdown-filter-container .fa {
  top: 1.18em !important;
  z-index: 6; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel .ui-dropdown-filter-container .ui-dropdown-filter {
  border-radius: 0 !important;
  padding: 2px 5px !important;
  border: 1px solid #ccc;
  font-size: 13px;
  min-height: 32px; }

p-dropdown .ui-dropdown .ui-dropdown-trigger {
  background-color: transparent !important; }

p-dropdown .ui-dropdown .ui-dropdown-trigger .fa {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  position: absolute !important;
  margin: 0 !important;
  transition: all 0.1s ease; }

p-inputmask {
  width: 100%;
  /*
     &.ng-dirty.ng-invalid {
         .ui-inputtext {
            @extend %style-form-input-error;
            &:focus { 
                @extend %style-form-input-error-focus;
            }
        }
    }*/ }

/*****************************
FAIXA DO Z-INDEX: 9000~9999
*****************************/
.ui-growl {
  width: 30em;
  left: 50%;
  margin-left: -15em;
  z-index: 9999 !important; }

.ui-growl .ui-growl-item-container {
  box-shadow: 0px 12px 15px -10px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  top: 0;
  opacity: 1;
  border-width: 2px !important;
  border-style: solid;
  animation: slideDownTop 0.1s ease; }
  .ui-growl .ui-growl-item-container:first-child {
    box-shadow: 0px calc( -100vh + -70px) 150px 100vh black, 0px 12px 15px -10px rgba(0, 0, 0, 0.3) !important; }

.ui-growl .ui-growl-item-container.ui-growl-message-success {
  border-top-color: #5eb960 !important;
  border-right-color: #5eb960 !important;
  border-bottom-color: #367b37 !important;
  border-left-color: #367b37 !important;
  background: rgba(69, 159, 71, 0.95) !important;
  color: #FFF !important; }

.ui-growl .ui-growl-item-container.ui-growl-message-success .ui-growl-image {
  background: #459f47;
  border-right: 1px solid #367b37;
  box-shadow: inset -1px 0px 0px #5eb960;
  color: #5eb960; }

.ui-growl .ui-growl-item-container.ui-growl-message-info {
  border-top-color: #098ad4 !important;
  border-right-color: #098ad4 !important;
  border-bottom-color: #054a72 !important;
  border-left-color: #054a72 !important;
  background: rgba(7, 106, 163, 0.95) !important;
  color: #FFF !important; }

.ui-growl .ui-growl-item-container.ui-growl-message-info .ui-growl-image {
  background: #076aa3;
  border-right: 1px solid #054a72;
  box-shadow: inset -1px 0px 0px #098ad4;
  color: #098ad4; }

.ui-growl .ui-growl-item-container.ui-growl-message-warn {
  border-top-color: #f19512 !important;
  border-right-color: #f19512 !important;
  border-bottom-color: #945b09 !important;
  border-left-color: #945b09 !important;
  background: rgba(196, 120, 12, 0.95) !important;
  color: #FFF !important; }

.ui-growl .ui-growl-item-container.ui-growl-message-warn .ui-growl-image {
  background: #c4780c;
  border-right: 1px solid #945b09;
  box-shadow: inset -1px 0px 0px #f19512;
  color: #f19512; }

.ui-growl .ui-growl-item-container.ui-growl-message-error {
  border-top-color: #c44d4c !important;
  border-right-color: #c44d4c !important;
  border-bottom-color: #802b2a !important;
  border-left-color: #802b2a !important;
  background: rgba(166, 56, 55, 0.95) !important;
  color: #FFF !important; }

.ui-growl .ui-growl-item-container.ui-growl-message-error .ui-growl-image {
  background: #a63837;
  border-right: 1px solid #802b2a;
  box-shadow: inset -1px 0px 0px #c44d4c;
  color: #c44d4c; }

.ui-growl .ui-growl-item-container .ui-growl-item {
  min-height: 5.3em;
  display: table;
  width: 100%; }

.ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-image {
  height: 100%;
  width: 3em;
  left: 0;
  top: 0; }
  .ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-image:before {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }

.ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-message {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 6em; }

.ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-message span, .ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-message p {
  padding: 0; }

.ui-message, p-fileupload .ui-fileupload .ui-messages {
  font-size: 0.85em;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  right: 5px;
  z-index: 16 !important;
  padding: 4px 6px;
  margin: 0;
  line-height: 13px;
  top: 49px;
  border: none;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.03em;
  color: #FFF;
  animation: easeTop 0.1s ease, fadeIn 0.1s ease;
  cursor: default !important; }

.ui-message.ui-messages-limited, p-fileupload .ui-fileupload .ui-messages-limited.ui-messages {
  display: inline-block;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis; }

.ui-message.ui-messages-limited:hover, p-fileupload .ui-fileupload .ui-messages-limited.ui-messages:hover {
  max-width: 100%;
  white-space: normal; }

.ui-message .fa, p-fileupload .ui-fileupload .ui-messages .fa {
  font-size: 10px;
  margin-right: 5px; }

.ui-message:before, p-fileupload .ui-fileupload .ui-messages:before {
  content: "";
  border: 1px solid;
  position: absolute;
  top: -4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: transparent; }

.ui-message.ui-messages-always-visible, p-fileupload .ui-fileupload .ui-messages-always-visible.ui-messages {
  display: block !important; }

.ui-message.ui-messages-error, p-fileupload .ui-fileupload .ui-messages-error.ui-messages, .ui-message.ui-messages-required, p-fileupload .ui-fileupload .ui-messages-required.ui-messages {
  background: #c74c4c; }

.ui-message.ui-messages-error:before, p-fileupload .ui-fileupload .ui-messages-error.ui-messages:before, .ui-message.ui-messages-required:before, p-fileupload .ui-fileupload .ui-messages-required.ui-messages:before {
  border-bottom: 4px solid #c74c4c; }

.ui-message.ui-messages-required, p-fileupload .ui-fileupload .ui-messages-required.ui-messages {
  display: none; }

.ui-message.ui-messages-info, p-fileupload .ui-fileupload .ui-messages-info.ui-messages {
  background: #ccc;
  display: none;
  color: #7d7d7d; }

.ui-message.ui-messages-info:before, p-fileupload .ui-fileupload .ui-messages-info.ui-messages:before {
  border-bottom: 4px solid #ccc; }

.ui-message.ui-message ~ .ui-message, p-fileupload .ui-fileupload .ui-messages ~ .ui-message, p-fileupload .ui-fileupload .ui-message.ui-message ~ .ui-messages, p-fileupload .ui-fileupload .ui-messages ~ .ui-messages {
  top: 73px !important; }

.ui-chkbox .ui-state-default,
.ui-radiobutton .ui-state-default {
  border: 1px solid #d6d6d6;
  background: #ffffff;
  color: #555555; }
  .ui-chkbox .ui-state-default.ui-state-active,
  .ui-radiobutton .ui-state-default.ui-state-active {
    border: 1px solid #6ba6bf;
    background: #6ba6bf;
    color: #FFFFFF; }

.ui-datatable thead.ui-datatable-thead tr {
  border-bottom: 2px solid #6ba6bf !important;
  border: transparent; }

.ui-datatable thead.ui-datatable-thead tr th {
  padding: 15px 10px;
  position: relative;
  text-align: left;
  overflow: inherit; }

.ui-datatable thead.ui-datatable-thead tr th:first-child:before {
  display: none !important; }

.ui-datatable thead.ui-datatable-thead tr th:before {
  content: "";
  position: absolute;
  border-right: 1px solid #eaeff2;
  height: 80%;
  left: -1px;
  top: 50%;
  transform: translateY(-50%); }

.ui-datatable thead.ui-datatable-thead tr th .ui-column-title {
  font-size: 15px;
  font-weight: bold; }

.ui-datatable thead.ui-datatable-thead tr th.col-icon {
  width: 40px;
  text-align: center; }

.ui-datatable thead.ui-datatable-thead tr th.kebab-column {
  width: 20px; }

.ui-datatable.ui-datatable-strippes tbody tr:nth-child(odd) {
  background: rgba(244, 247, 249, 0.53); }

.ui-datatable tbody {
  color: #767676;
  border-color: #eaeff2;
  border-left: transparent;
  cursor: pointer; }

.ui-datatable tbody tr.ui-widget-content.ui-state-highlight {
  background: #eaeff2; }

.ui-datatable tbody tr.ui-widget-content.ui-state-highlight td {
  overflow: initial; }

.ui-datatable tbody tr.ui-widget-content.ui-state-highlight td:first-child:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  background: #ffa751; }

.ui-datatable tbody tr.ui-widget-content:hover {
  background: #edf3f8; }

.ui-datatable tbody tr td {
  overflow: initial !important;
  position: relative;
  padding: 9px 10px !important; }

.ui-datatable tbody tr td .ui-data-strike {
  text-decoration: line-through;
  opacity: .6;
  pointer-events: none; }

.ui-datatable tbody tr td.ui-editable-column:not(.ui-cell-editing) .ui-cell-data:empty {
  min-height: 32px;
  display: inline-block; }

.ui-datatable tbody tr td.ui-editable-column:not(.ui-cell-editing) .ui-cell-data:empty:before {
  content: "";
  position: absolute;
  border: 1px solid #ccc !important;
  background: #Fff !important;
  padding: 3px !important;
  height: auto !important;
  min-height: 32px !important;
  display: inline-block;
  width: calc(100% - 20px);
  top: 0px;
  margin: 12px 10px;
  left: 0px; }

.ui-datatable tbody tr td .ui-cell-data .ui-inputtext, .ui-datatable tbody tr td .ui-cell-data p-fileupload .ui-fileupload, p-fileupload .ui-datatable tbody tr td .ui-cell-data .ui-fileupload,
.ui-datatable tbody tr td .ui-cell-editor .ui-inputtext,
.ui-datatable tbody tr td .ui-cell-editor p-fileupload .ui-fileupload,
p-fileupload .ui-datatable tbody tr td .ui-cell-editor .ui-fileupload {
  border: 1px solid #ccc !important;
  background: #Fff !important;
  padding: 3px !important;
  height: auto !important;
  min-height: auto !important; }

.ui-datatable tbody tr td .ui-cell-data .ui-dropdown-trigger,
.ui-datatable tbody tr td .ui-cell-editor .ui-dropdown-trigger {
  z-index: 10 !important; }

.ui-datatable tbody tr td .ui-cell-data .ui-inputwrapper-focus,
.ui-datatable tbody tr td .ui-cell-editor .ui-inputwrapper-focus {
  z-index: 100; }

.ui-datatable tbody tr td:last-child {
  border-right: transparent; }

.ui-datatable tbody tr td.kebab-column {
  width: 20px;
  text-align: center;
  position: relative;
  overflow: visible !important;
  height: 100%;
  cursor: pointer; }

.ui-datatable tbody tr td .ui-grid {
  margin: -10px;
  padding: 15px;
  background: #eaeff2; }

.ui-datatable tbody tr td .ui-grid .ui-grid-row:before {
  content: "";
  width: 2px;
  height: calc(100% + 1px);
  position: absolute;
  left: -1px;
  top: -1px;
  background: #ffa751; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
.input-group .btn, .input-group .ui-spinner .ui-spinner-button, .ui-spinner .input-group .ui-spinner-button,
.input-group .btn-group-addon, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose {
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: auto !important;
  border-left: 0px !important;
  transition: all .1s ease;
  /*margin-left: 1px;
        margin-right: -1px;*/
  margin: 0px;
  z-index: 5; }

.input-group .btn:hover, .input-group .ui-spinner .ui-spinner-button:hover, .ui-spinner .input-group .ui-spinner-button:hover,
.input-group .btn-group-addon:hover, .ui-calendar .ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:hover, .input-group .btn:focus, .input-group .ui-spinner .ui-spinner-button:focus, .ui-spinner .input-group .ui-spinner-button:focus,
.input-group .btn-group-addon:focus, .ui-calendar .ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus, .input-group .btn:active, .input-group .ui-spinner .ui-spinner-button:active, .ui-spinner .input-group .ui-spinner-button:active,
.input-group .btn-group-addon:active, .ui-calendar .ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active {
  box-shadow: none !important;
  border-left: 0px !important; }

.ui-datatable tbody tr td.kebab-column .btn-kebab,
.ui-datatable tbody tr td.kebab-column .btn-kebab-view {
  width: auto !important;
  height: auto !important;
  pointer-events: none;
  background: none !important;
  border: none !important;
  color: #13496a;
  margin: 0px !important;
  min-width: auto !important;
  z-index: 1; }

.form-inline .form-group .form-control, .ui-inputtext:not(.ui-dropdown-filter), p-fileupload .ui-fileupload:not(.ui-dropdown-filter), p-dropdown .ui-dropdown .ui-dropdown-label {
  transition: all 0.2s linear !important;
  height: 58px;
  min-height: 58px;
  padding: 25px 12px 0 9px !important;
  margin: 0 !important;
  display: block !important;
  font-size: 14px !important;
  color: #555 !important;
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  border-left-width: 0px !important;
  width: 100%;
  position: relative;
  z-index: 5; }

.input-single, .ui-datatable thead.ui-datatable-thead tr th .ui-inputtext, .ui-datatable thead.ui-datatable-thead tr th p-fileupload .ui-fileupload, p-fileupload .ui-datatable thead.ui-datatable-thead tr th .ui-fileupload {
  height: 38px;
  min-height: auto;
  border-bottom-width: 2px !important;
  box-shadow: none !important;
  padding: 6px 12px !important;
  border-radius: 0px !important;
  border-left-width: 1px !important; }

.form-inline .form-group .form-control:focus, .ui-inputwrapper-focus .ui-inputtext, .ui-inputwrapper-focus p-fileupload .ui-fileupload, p-fileupload .ui-inputwrapper-focus .ui-fileupload, p-dropdown .ui-dropdown.ui-dropdown-open, p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-label, p-chips .ui-chips .ui-inputtext.ui-state-focus, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload, p-chips .ui-chips .ui-inputtext:active, p-chips .ui-chips p-fileupload .ui-fileupload:active, p-fileupload p-chips .ui-chips .ui-fileupload:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  outline: 0;
  transition: all 0.2s linear;
  border-color: #66afe9 !important;
  position: relative;
  z-index: 6; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid, .form-inline .form-group .control-label-textarea.ng-invalid, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-label {
  background-color: rgba(242, 217, 217, 0.6) !important;
  border-color: #e09f9f !important;
  color: #e09f9f !important; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid:focus, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e09f9f !important; }

.form-inline .form-group .form-control:disabled, .form-inline .form-group .form-control[disabled], .form-inline .form-group .form-control[read-only], .form-inline .form-group .form-control[readonly], .form-inline .form-group .control-label-textarea:disabled, .form-inline .form-group .control-label-textarea[disabled], .form-inline .form-group .control-label-textarea[read-only], .form-inline .form-group .control-label-textarea[readonly], .ui-inputtext:disabled, p-fileupload .ui-fileupload:disabled, .ui-inputtext[disabled], p-fileupload .ui-fileupload[disabled], .ui-inputtext[read-only], p-fileupload .ui-fileupload[read-only], .ui-inputtext[readonly], p-fileupload .ui-fileupload[readonly], p-dropdown .ui-dropdown.ui-state-disabled, p-dropdown .ui-dropdown:disabled, p-dropdown .ui-dropdown[disabled], p-dropdown .ui-dropdown[read-only], p-dropdown .ui-dropdown[readonly] {
  opacity: 0.5 !important;
  background-color: #eee;
  cursor: not-allowed !important; }

.control-label {
  pointer-events: none;
  transition: all 0.2s linear;
  position: absolute;
  color: #979797;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 10px;
  top: 7px;
  left: 0;
  z-index: 7;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px; }
  .is-invalid.control-label, .ng-invalid.control-label {
    color: #c03f3f !important; }
  .is-required.control-label:after, .ng-required.control-label:after {
    content: "*";
    position: absolute;
    right: 8px;
    color: #c03f3f;
    z-index: 7;
    font-size: 12px;
    top: -4px;
    font-weight: 400; }
  .is-disabled.control-label, .ng-disabled.control-label {
    opacity: 0.5; }

.form-inline .form-group .form-control:focus ~ .ui-messages-info, .form-control:focus ~ .ui-messages-info, .ui-inputwrapper-focus ~ .ui-messages-info,
.form-inline .form-group .form-control:focus ~ .ui-messages-error,
.form-control:focus ~ .ui-messages-error,
.ui-inputwrapper-focus ~ .ui-messages-error {
  display: block !important; }

.ui-dialog .ui-dialog-titlebar {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  float: left;
  margin: 0px;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #13496a;
  font-weight: 500; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title i, .ui-confirmdialog .ui-dialog-content i:first-child {
  float: left;
  color: #fff;
  background: #6ba6bf;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 15px;
  line-height: normal !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items, .ui-dropdown-panel, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items {
  padding: 0 1px !important;
  background: #fff; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li, .ui-dropdown-panel li, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li {
  padding: 6px 9px; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li:hover, .ui-dropdown-panel li:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li:hover {
  background: #f5f5f5; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight, .ui-dropdown-panel li.ui-state-highlight, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight {
  background-color: #66b4e3 !important;
  color: #fff !important; }
  p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight:hover, .ui-dropdown-panel li.ui-state-highlight:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight:hover {
    background-color: #3b9fdb !important; }

.card .footer, .data-card table tbody tr .footer, .tooltip .footer, .ui-datalist .ui-datalist-content .ui-datalist-data li .footer,
.card .panel-footer,
.data-card table tbody tr .panel-footer,
.tooltip .panel-footer,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-footer,
.panel .footer,
.panel .panel-footer {
  padding: 10px;
  background: #edf3f8;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px;
  float: left;
  margin-top: 10px; }

.panel-line.card .panel-heading, .data-card table tbody tr.panel-line .panel-heading, .panel-line.tooltip .panel-heading, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-line .panel-heading, .panel-line.panel .panel-heading, .data-card table tbody tr td div.panel-line .panel-heading {
  border-bottom: 1px solid #dfe5e8; }

.card > .header, .data-card table tbody tr > .header, .tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header, .panel > .header, .data-card table tbody tr td div > .header,
.card .panel-heading,
.data-card table tbody tr .panel-heading,
.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading,
.panel .panel-heading {
  padding: 10px;
  font-size: 16px;
  color: #13496a; }

.card > .header i, .data-card table tbody tr > .header i, .tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header i, .panel > .header i, .data-card table tbody tr td div > .header i,
.card .panel-heading i,
.data-card table tbody tr .panel-heading i,
.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading i,
.panel .panel-heading i {
  color: #c0d3db;
  margin-right: 10px; }

.bar.card, .data-card table tbody tr.bar, .bar.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar,
.bar.panel, .data-card table tbody tr td div.bar {
  border-left: 2px solid; }

.bar.card .header, .data-card table tbody tr.bar .header, .bar.tooltip .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header, .bar.panel .header, .data-card table tbody tr td div.bar .header,
.bar.card .panel-heading,
.data-card table tbody tr.bar .panel-heading,
.bar.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading,
.bar.panel .panel-heading,
.data-card table tbody tr td div.bar .panel-heading {
  background: transparent !important;
  color: #13496a; }

.bar.card .header i, .data-card table tbody tr.bar .header i, .bar.tooltip .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header i, .bar.panel .header i, .data-card table tbody tr td div.bar .header i,
.bar.card .panel-heading i,
.data-card table tbody tr.bar .panel-heading i,
.bar.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading i,
.bar.panel .panel-heading i,
.data-card table tbody tr td div.bar .panel-heading i {
  color: #c0d3db !important; }

.bar.default.card, .data-card table tbody tr.bar.default, .bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.default,
.bar.default.panel, .data-card table tbody tr td div.bar.default {
  border-color: #777777; }

.default.card > .header, .data-card table tbody tr.default > .header, .default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header, .default.panel > .header, .data-card table tbody tr td div.default > .header,
.default.card > .panel-heading,
.data-card table tbody tr.default > .panel-heading,
.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading,
.default.panel > .panel-heading,
.data-card table tbody tr td div.default > .panel-heading, .panel-default.card > .header, .data-card table tbody tr.panel-default > .header, .panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header, .panel-default.panel > .header, .data-card table tbody tr td div.panel-default > .header,
.panel-default.card > .panel-heading,
.data-card table tbody tr.panel-default > .panel-heading,
.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading,
.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.panel-default > .panel-heading {
  background: #777777;
  color: #FFF;
  border-radius: 0; }

.default.card > .header i, .data-card table tbody tr.default > .header i, .default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header i, .default.panel > .header i, .data-card table tbody tr td div.default > .header i,
.default.card > .panel-heading i,
.data-card table tbody tr.default > .panel-heading i,
.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading i,
.default.panel > .panel-heading i,
.data-card table tbody tr td div.default > .panel-heading i, .panel-default.card > .header i, .data-card table tbody tr.panel-default > .header i, .panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header i, .panel-default.panel > .header i, .data-card table tbody tr td div.panel-default > .header i,
.panel-default.card > .panel-heading i,
.data-card table tbody tr.panel-default > .panel-heading i,
.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading i,
.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.panel-default > .panel-heading i {
  color: #FFF; }

.bar.success.card, .data-card table tbody tr.bar.success, .bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.success,
.bar.success.panel, .data-card table tbody tr td div.bar.success {
  border-color: #459f47; }

.success.card > .header, .data-card table tbody tr.success > .header, .success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header, .success.panel > .header, .data-card table tbody tr td div.success > .header,
.success.card > .panel-heading,
.data-card table tbody tr.success > .panel-heading,
.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading,
.success.panel > .panel-heading,
.data-card table tbody tr td div.success > .panel-heading, .panel-success.card > .header, .data-card table tbody tr.panel-success > .header, .panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header, .panel-success.panel > .header, .data-card table tbody tr td div.panel-success > .header,
.panel-success.card > .panel-heading,
.data-card table tbody tr.panel-success > .panel-heading,
.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading,
.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.panel-success > .panel-heading {
  background: #459f47;
  color: #FFF;
  border-radius: 0; }

.success.card > .header i, .data-card table tbody tr.success > .header i, .success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header i, .success.panel > .header i, .data-card table tbody tr td div.success > .header i,
.success.card > .panel-heading i,
.data-card table tbody tr.success > .panel-heading i,
.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading i,
.success.panel > .panel-heading i,
.data-card table tbody tr td div.success > .panel-heading i, .panel-success.card > .header i, .data-card table tbody tr.panel-success > .header i, .panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header i, .panel-success.panel > .header i, .data-card table tbody tr td div.panel-success > .header i,
.panel-success.card > .panel-heading i,
.data-card table tbody tr.panel-success > .panel-heading i,
.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading i,
.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.panel-success > .panel-heading i {
  color: #FFF; }

.bar.danger.card, .data-card table tbody tr.bar.danger, .bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.danger,
.bar.danger.panel, .data-card table tbody tr td div.bar.danger {
  border-color: #a63837; }

.danger.card > .header, .data-card table tbody tr.danger > .header, .danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header, .danger.panel > .header, .data-card table tbody tr td div.danger > .header,
.danger.card > .panel-heading,
.data-card table tbody tr.danger > .panel-heading,
.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading,
.danger.panel > .panel-heading,
.data-card table tbody tr td div.danger > .panel-heading, .panel-danger.card > .header, .data-card table tbody tr.panel-danger > .header, .panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header, .panel-danger.panel > .header, .data-card table tbody tr td div.panel-danger > .header,
.panel-danger.card > .panel-heading,
.data-card table tbody tr.panel-danger > .panel-heading,
.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading,
.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.panel-danger > .panel-heading {
  background: #a63837;
  color: #FFF;
  border-radius: 0; }

.danger.card > .header i, .data-card table tbody tr.danger > .header i, .danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header i, .danger.panel > .header i, .data-card table tbody tr td div.danger > .header i,
.danger.card > .panel-heading i,
.data-card table tbody tr.danger > .panel-heading i,
.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading i,
.danger.panel > .panel-heading i,
.data-card table tbody tr td div.danger > .panel-heading i, .panel-danger.card > .header i, .data-card table tbody tr.panel-danger > .header i, .panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header i, .panel-danger.panel > .header i, .data-card table tbody tr td div.panel-danger > .header i,
.panel-danger.card > .panel-heading i,
.data-card table tbody tr.panel-danger > .panel-heading i,
.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading i,
.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.panel-danger > .panel-heading i {
  color: #FFF; }

.bar.warning.card, .data-card table tbody tr.bar.warning, .bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.warning,
.bar.warning.panel, .data-card table tbody tr td div.bar.warning {
  border-color: #f0ad4e; }

.warning.card > .header, .data-card table tbody tr.warning > .header, .warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header, .warning.panel > .header, .data-card table tbody tr td div.warning > .header,
.warning.card > .panel-heading,
.data-card table tbody tr.warning > .panel-heading,
.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading,
.warning.panel > .panel-heading,
.data-card table tbody tr td div.warning > .panel-heading, .panel-warning.card > .header, .data-card table tbody tr.panel-warning > .header, .panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header, .panel-warning.panel > .header, .data-card table tbody tr td div.panel-warning > .header,
.panel-warning.card > .panel-heading,
.data-card table tbody tr.panel-warning > .panel-heading,
.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading,
.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.panel-warning > .panel-heading {
  background: #f0ad4e;
  color: #FFF;
  border-radius: 0; }

.warning.card > .header i, .data-card table tbody tr.warning > .header i, .warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header i, .warning.panel > .header i, .data-card table tbody tr td div.warning > .header i,
.warning.card > .panel-heading i,
.data-card table tbody tr.warning > .panel-heading i,
.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading i,
.warning.panel > .panel-heading i,
.data-card table tbody tr td div.warning > .panel-heading i, .panel-warning.card > .header i, .data-card table tbody tr.panel-warning > .header i, .panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header i, .panel-warning.panel > .header i, .data-card table tbody tr td div.panel-warning > .header i,
.panel-warning.card > .panel-heading i,
.data-card table tbody tr.panel-warning > .panel-heading i,
.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading i,
.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.panel-warning > .panel-heading i {
  color: #FFF; }

.bar.info.card, .data-card table tbody tr.bar.info, .bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.info,
.bar.info.panel, .data-card table tbody tr td div.bar.info {
  border-color: #6ba6bf; }

.info.card > .header, .data-card table tbody tr.info > .header, .info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header, .info.panel > .header, .data-card table tbody tr td div.info > .header,
.info.card > .panel-heading,
.data-card table tbody tr.info > .panel-heading,
.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading,
.info.panel > .panel-heading,
.data-card table tbody tr td div.info > .panel-heading, .panel-info.card > .header, .data-card table tbody tr.panel-info > .header, .panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header, .panel-info.panel > .header, .data-card table tbody tr td div.panel-info > .header,
.panel-info.card > .panel-heading,
.data-card table tbody tr.panel-info > .panel-heading,
.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading,
.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.panel-info > .panel-heading {
  background: #6ba6bf;
  color: #13496a;
  border-radius: 0; }

.info.card > .header i, .data-card table tbody tr.info > .header i, .info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header i, .info.panel > .header i, .data-card table tbody tr td div.info > .header i,
.info.card > .panel-heading i,
.data-card table tbody tr.info > .panel-heading i,
.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading i,
.info.panel > .panel-heading i,
.data-card table tbody tr td div.info > .panel-heading i, .panel-info.card > .header i, .data-card table tbody tr.panel-info > .header i, .panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header i, .panel-info.panel > .header i, .data-card table tbody tr td div.panel-info > .header i,
.panel-info.card > .panel-heading i,
.data-card table tbody tr.panel-info > .panel-heading i,
.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading i,
.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.panel-info > .panel-heading i {
  color: #13496a; }

.light.bar.default.card, .data-card table tbody tr.light.bar.default, .light.bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.default,
.light.bar.default.panel, .data-card table tbody tr td div.light.bar.default {
  border-color: #eaeaea; }

.light.default.card > .header, .data-card table tbody tr.light.default > .header, .light.default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header, .light.default.panel > .header, .data-card table tbody tr td div.light.default > .header,
.light.default.card > .panel-heading,
.data-card table tbody tr.light.default > .panel-heading,
.light.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading,
.light.default.panel > .panel-heading,
.data-card table tbody tr td div.light.default > .panel-heading, .light.panel-default.card > .header, .data-card table tbody tr.light.panel-default > .header, .light.panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header, .light.panel-default.panel > .header, .data-card table tbody tr td div.light.panel-default > .header,
.light.panel-default.card > .panel-heading,
.data-card table tbody tr.light.panel-default > .panel-heading,
.light.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading,
.light.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-default > .panel-heading {
  background: #eaeaea;
  color: #777777;
  border-radius: 0; }

.light.default.card > .header i, .data-card table tbody tr.light.default > .header i, .light.default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header i, .light.default.panel > .header i, .data-card table tbody tr td div.light.default > .header i,
.light.default.card > .panel-heading i,
.data-card table tbody tr.light.default > .panel-heading i,
.light.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading i,
.light.default.panel > .panel-heading i,
.data-card table tbody tr td div.light.default > .panel-heading i, .light.panel-default.card > .header i, .data-card table tbody tr.light.panel-default > .header i, .light.panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header i, .light.panel-default.panel > .header i, .data-card table tbody tr td div.light.panel-default > .header i,
.light.panel-default.card > .panel-heading i,
.data-card table tbody tr.light.panel-default > .panel-heading i,
.light.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading i,
.light.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-default > .panel-heading i {
  color: #777777; }

.light.bar.success.card, .data-card table tbody tr.light.bar.success, .light.bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.success,
.light.bar.success.panel, .data-card table tbody tr td div.light.bar.success {
  border-color: #d1ded1; }

.light.success.card > .header, .data-card table tbody tr.light.success > .header, .light.success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header, .light.success.panel > .header, .data-card table tbody tr td div.light.success > .header,
.light.success.card > .panel-heading,
.data-card table tbody tr.light.success > .panel-heading,
.light.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading,
.light.success.panel > .panel-heading,
.data-card table tbody tr td div.light.success > .panel-heading, .light.panel-success.card > .header, .data-card table tbody tr.light.panel-success > .header, .light.panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header, .light.panel-success.panel > .header, .data-card table tbody tr td div.light.panel-success > .header,
.light.panel-success.card > .panel-heading,
.data-card table tbody tr.light.panel-success > .panel-heading,
.light.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading,
.light.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-success > .panel-heading {
  background: #d1ded1;
  color: #459f47;
  border-radius: 0; }

.light.success.card > .header i, .data-card table tbody tr.light.success > .header i, .light.success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header i, .light.success.panel > .header i, .data-card table tbody tr td div.light.success > .header i,
.light.success.card > .panel-heading i,
.data-card table tbody tr.light.success > .panel-heading i,
.light.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading i,
.light.success.panel > .panel-heading i,
.data-card table tbody tr td div.light.success > .panel-heading i, .light.panel-success.card > .header i, .data-card table tbody tr.light.panel-success > .header i, .light.panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header i, .light.panel-success.panel > .header i, .data-card table tbody tr td div.light.panel-success > .header i,
.light.panel-success.card > .panel-heading i,
.data-card table tbody tr.light.panel-success > .panel-heading i,
.light.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading i,
.light.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-success > .panel-heading i {
  color: #459f47; }

.light.bar.danger.card, .data-card table tbody tr.light.bar.danger, .light.bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.danger,
.light.bar.danger.panel, .data-card table tbody tr td div.light.bar.danger {
  border-color: #eadfde; }

.light.danger.card > .header, .data-card table tbody tr.light.danger > .header, .light.danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header, .light.danger.panel > .header, .data-card table tbody tr td div.light.danger > .header,
.light.danger.card > .panel-heading,
.data-card table tbody tr.light.danger > .panel-heading,
.light.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading,
.light.danger.panel > .panel-heading,
.data-card table tbody tr td div.light.danger > .panel-heading, .light.panel-danger.card > .header, .data-card table tbody tr.light.panel-danger > .header, .light.panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header, .light.panel-danger.panel > .header, .data-card table tbody tr td div.light.panel-danger > .header,
.light.panel-danger.card > .panel-heading,
.data-card table tbody tr.light.panel-danger > .panel-heading,
.light.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading,
.light.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-danger > .panel-heading {
  background: #eadfde;
  color: #a63837;
  border-radius: 0; }

.light.danger.card > .header i, .data-card table tbody tr.light.danger > .header i, .light.danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header i, .light.danger.panel > .header i, .data-card table tbody tr td div.light.danger > .header i,
.light.danger.card > .panel-heading i,
.data-card table tbody tr.light.danger > .panel-heading i,
.light.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading i,
.light.danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.danger > .panel-heading i, .light.panel-danger.card > .header i, .data-card table tbody tr.light.panel-danger > .header i, .light.panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header i, .light.panel-danger.panel > .header i, .data-card table tbody tr td div.light.panel-danger > .header i,
.light.panel-danger.card > .panel-heading i,
.data-card table tbody tr.light.panel-danger > .panel-heading i,
.light.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading i,
.light.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-danger > .panel-heading i {
  color: #a63837; }

.light.bar.warning.card, .data-card table tbody tr.light.bar.warning, .light.bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.warning,
.light.bar.warning.panel, .data-card table tbody tr td div.light.bar.warning {
  border-color: #ece5da; }

.light.warning.card > .header, .data-card table tbody tr.light.warning > .header, .light.warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header, .light.warning.panel > .header, .data-card table tbody tr td div.light.warning > .header,
.light.warning.card > .panel-heading,
.data-card table tbody tr.light.warning > .panel-heading,
.light.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading,
.light.warning.panel > .panel-heading,
.data-card table tbody tr td div.light.warning > .panel-heading, .light.panel-warning.card > .header, .data-card table tbody tr.light.panel-warning > .header, .light.panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header, .light.panel-warning.panel > .header, .data-card table tbody tr td div.light.panel-warning > .header,
.light.panel-warning.card > .panel-heading,
.data-card table tbody tr.light.panel-warning > .panel-heading,
.light.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading,
.light.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-warning > .panel-heading {
  background: #ece5da;
  color: #926c36;
  border-radius: 0; }

.light.warning.card > .header i, .data-card table tbody tr.light.warning > .header i, .light.warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header i, .light.warning.panel > .header i, .data-card table tbody tr td div.light.warning > .header i,
.light.warning.card > .panel-heading i,
.data-card table tbody tr.light.warning > .panel-heading i,
.light.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading i,
.light.warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.warning > .panel-heading i, .light.panel-warning.card > .header i, .data-card table tbody tr.light.panel-warning > .header i, .light.panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header i, .light.panel-warning.panel > .header i, .data-card table tbody tr td div.light.panel-warning > .header i,
.light.panel-warning.card > .panel-heading i,
.data-card table tbody tr.light.panel-warning > .panel-heading i,
.light.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading i,
.light.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-warning > .panel-heading i {
  color: #926c36; }

.light.bar.info.card, .data-card table tbody tr.light.bar.info, .light.bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.info,
.light.bar.info.panel, .data-card table tbody tr td div.light.bar.info {
  border-color: #d3e0ea; }

.light.info.card > .header, .data-card table tbody tr.light.info > .header, .light.info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header, .light.info.panel > .header, .data-card table tbody tr td div.light.info > .header,
.light.info.card > .panel-heading,
.data-card table tbody tr.light.info > .panel-heading,
.light.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading,
.light.info.panel > .panel-heading,
.data-card table tbody tr td div.light.info > .panel-heading, .light.panel-info.card > .header, .data-card table tbody tr.light.panel-info > .header, .light.panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header, .light.panel-info.panel > .header, .data-card table tbody tr td div.light.panel-info > .header,
.light.panel-info.card > .panel-heading,
.data-card table tbody tr.light.panel-info > .panel-heading,
.light.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading,
.light.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-info > .panel-heading {
  background: #d3e0ea;
  color: #13496a;
  border-radius: 0; }

.light.info.card > .header i, .data-card table tbody tr.light.info > .header i, .light.info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header i, .light.info.panel > .header i, .data-card table tbody tr td div.light.info > .header i,
.light.info.card > .panel-heading i,
.data-card table tbody tr.light.info > .panel-heading i,
.light.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading i,
.light.info.panel > .panel-heading i,
.data-card table tbody tr td div.light.info > .panel-heading i, .light.panel-info.card > .header i, .data-card table tbody tr.light.panel-info > .header i, .light.panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header i, .light.panel-info.panel > .header i, .data-card table tbody tr td div.light.panel-info > .header i,
.light.panel-info.card > .panel-heading i,
.data-card table tbody tr.light.panel-info > .panel-heading i,
.light.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading i,
.light.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-info > .panel-heading i {
  color: #13496a; }

.ui-widget-overlay {
  z-index: 9000 !important;
  background: rgba(3, 21, 33, 0.85); }

.ui-dialog {
  z-index: 9001 !important;
  position: fixed;
  padding: 0;
  background: #fff;
  box-shadow: 0 9px 20px -6px rgba(0, 0, 0, 0.5);
  top: 40px !important; }
  .ui-dialog:not(.ui-confirmdialog) {
    width: 480px !important; }
  @media (min-width: 768px) {
    .ui-dialog:not(.ui-confirmdialog).modal-fluid {
      width: 90% !important; } }
  @media (max-width: 768px) {
    .ui-dialog:not(.ui-confirmdialog).modal-fluid {
      width: calc(100vw - 15px) !important; } }
  @media (min-width: 768px) {
    .ui-dialog:not(.ui-confirmdialog).modal-lg {
      width: 768px !important; } }
  @media (min-width: 992px) {
    .ui-dialog:not(.ui-confirmdialog).modal-lg {
      width: 992px !important; } }
  @media (min-width: 1200px) {
    .ui-dialog:not(.ui-confirmdialog).modal-lg {
      width: 1200px !important; } }
  @media (min-width: 768px) {
    .ui-dialog:not(.ui-confirmdialog).modal-md {
      width: 768px !important; } }
  @media (min-width: 992px) {
    .ui-dialog:not(.ui-confirmdialog).modal-md {
      width: 992px !important; } }
  @media (min-width: 768px) {
    .ui-dialog:not(.ui-confirmdialog).modal-sm {
      width: 768px !important; } }
  @media (min-width: 480px) {
    .ui-dialog:not(.ui-confirmdialog).modal-xs {
      width: 480px !important; } }

.ui-dialog .ui-dialog-titlebar {
  padding: 10px 20px;
  height: 65px;
  border-bottom: 1px solid #e5e5e5;
  background: #edf3f8; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  padding-top: 3px; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title h1, .ui-dialog .ui-dialog-titlebar .ui-dialog-title h2, .ui-dialog .ui-dialog-titlebar .ui-dialog-title h3, .ui-dialog .ui-dialog-titlebar .ui-dialog-title h4, .ui-dialog .ui-dialog-titlebar .ui-dialog-title h5, .ui-dialog .ui-dialog-titlebar .ui-dialog-title h6 {
  margin: 0px !important; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title p-header {
  width: 100%;
  display: flex;
  align-items: center; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  position: absolute;
  top: -10px;
  right: 10px;
  border-radius: 20px;
  width: 26px;
  height: 26px;
  padding: 4px 3px;
  background: #fff;
  color: #1f79a0;
  transition: all .1s ease; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  transform: scale(1.5);
  box-shadow: 0 4px 10px -5px #000;
  background: #1f79a0;
  color: #fff; }

.ui-dialog .ui-dialog-content {
  padding: 20px;
  overflow: auto;
  max-height: calc(100vh - 130px); }

.ui-dialog .ui-dialog-content .ui-dialog-overflow {
  overflow: auto;
  max-height: calc(100vh - 300px);
  padding: 20px;
  margin: -20px; }

.ui-dialog .ui-dialog-content p-footer {
  width: calc(100% + 40px);
  margin: -20px;
  margin-top: 20px; }

.ui-dialog .ui-dialog-footer {
  padding: 0; }

.ui-dialog p-footer {
  background: #edf3f8;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 15px 20px;
  margin-top: 0;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  float: left; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
app-calendar {
  width: 100%; }

.ui-calendar {
  width: 100%;
  display: flex; }

.ui-calendar .ui-button {
  position: relative; }

.ui-calendar .ui-button .ui-button-text {
  display: none; }

.ui-calendar .ui-button .ui-button-icon-left {
  margin: 0;
  margin-left: 2px;
  left: 0;
  position: relative; }

.ui-calendar .ui-datepicker {
  background: #FFF;
  right: 0px !important;
  left: auto !important;
  padding: 0; }

.ui-calendar .ui-datepicker .ui-datepicker-header.ui-widget-header {
  background: #d3dfea;
  border: 1px solid #d9d9d9;
  color: #1b1d1f;
  font-weight: normal; }

.ui-calendar .ui-datepicker .ui-datepicker-calendar thead {
  text-transform: uppercase; }

.ui-calendar .ui-datepicker .ui-datepicker-calendar td {
  border-bottom: 1px solid rgba(213, 213, 213, 0.5);
  padding: 0; }
  .ui-calendar .ui-datepicker .ui-datepicker-calendar td a {
    color: #222222;
    padding: 0.4em;
    text-align: center; }
    .ui-calendar .ui-datepicker .ui-datepicker-calendar td a.ui-state-highlight {
      background-color: #d3dfea; }
    .ui-calendar .ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
      background: #2693c2;
      color: #ffffff; }
    .ui-calendar .ui-datepicker .ui-datepicker-calendar td a:hover {
      color: #ffffff;
      background: #2693c2; }

.ui-calendar .ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
  cursor: default !important; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
p-chips {
  width: 100%; }

p-chips .ui-chips {
  height: 58px !important;
  position: relative; }

p-chips .ui-chips .ui-inputtext, p-chips .ui-chips p-fileupload .ui-fileupload, p-fileupload p-chips .ui-chips .ui-fileupload {
  overflow: hidden !important;
  position: relative !important;
  box-sizing: border-box;
  height: 58px !important;
  padding-top: 26px !important;
  padding-bottom: 3px !important; }

p-chips .ui-chips .ui-inputtext:before, p-chips .ui-chips p-fileupload .ui-fileupload:before, p-fileupload p-chips .ui-chips .ui-fileupload:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: calc(100% - 53px);
  left: 0;
  bottom: 0;
  z-index: 1; }

p-chips .ui-chips .ui-inputtext.ui-state-focus, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload, p-chips .ui-chips .ui-inputtext:active, p-chips .ui-chips p-fileupload .ui-fileupload:active, p-fileupload p-chips .ui-chips .ui-fileupload:active {
  overflow: hidden !important;
  padding-top: 26px !important;
  height: auto !important;
  z-index: 8 !important; }

p-chips .ui-chips .ui-inputtext.ui-state-focus:before, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload:before, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload:before, p-chips .ui-chips .ui-inputtext:active:before, p-chips .ui-chips p-fileupload .ui-fileupload:active:before, p-fileupload p-chips .ui-chips .ui-fileupload:active:before {
  z-index: 0; }

p-chips .ui-chips .ui-inputtext.ui-state-focus .ui-chips-input-token input, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload .ui-chips-input-token input, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload .ui-chips-input-token input, p-chips .ui-chips .ui-inputtext:active .ui-chips-input-token input, p-chips .ui-chips p-fileupload .ui-fileupload:active .ui-chips-input-token input, p-fileupload p-chips .ui-chips .ui-fileupload:active .ui-chips-input-token input {
  background: #edf3f8; }

p-chips .ui-chips .ui-chips-token {
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-right: 3px;
  margin-top: 2px;
  position: relative;
  float: left !important; }

p-chips .ui-chips .ui-chips-token:hover .ui-chips-token-icon {
  opacity: 1;
  z-index: 1; }

p-chips .ui-chips .ui-chips-token .ui-chips-token-label {
  background: #6ba6bf;
  color: #FFF;
  border-radius: 2px;
  padding: 4px 10px;
  position: relative;
  font-size: 12px;
  height: auto;
  cursor: pointer;
  line-height: initial;
  margin: 0; }

p-chips .ui-chips .ui-chips-token .ui-chips-token-icon {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 !important;
  background: rgba(59, 114, 137, 0.8);
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 7px;
  opacity: 0;
  transition: all 0.1s ease;
  border-radius: 2px;
  color: #fff; }

p-chips .ui-chips .ui-chips-input-token {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 1px; }

p-chips .ui-chips .ui-chips-input-token input {
  border-radius: 2px;
  padding: 4px 10px;
  position: relative;
  font-size: 12px;
  height: auto;
  line-height: initial;
  margin: 0; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
.input-group .btn, .input-group .ui-spinner .ui-spinner-button, .ui-spinner .input-group .ui-spinner-button,
.input-group .btn-group-addon, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose {
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: auto !important;
  border-left: 0px !important;
  transition: all .1s ease;
  /*margin-left: 1px;
        margin-right: -1px;*/
  margin: 0px;
  z-index: 5; }

.input-group .btn:hover, .input-group .ui-spinner .ui-spinner-button:hover, .ui-spinner .input-group .ui-spinner-button:hover,
.input-group .btn-group-addon:hover, .ui-calendar .ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:hover, .input-group .btn:focus, .input-group .ui-spinner .ui-spinner-button:focus, .ui-spinner .input-group .ui-spinner-button:focus,
.input-group .btn-group-addon:focus, .ui-calendar .ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus, .input-group .btn:active, .input-group .ui-spinner .ui-spinner-button:active, .ui-spinner .input-group .ui-spinner-button:active,
.input-group .btn-group-addon:active, .ui-calendar .ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active {
  box-shadow: none !important;
  border-left: 0px !important; }

.ui-datatable tbody tr td.kebab-column .btn-kebab,
.ui-datatable tbody tr td.kebab-column .btn-kebab-view {
  width: auto !important;
  height: auto !important;
  pointer-events: none;
  background: none !important;
  border: none !important;
  color: #13496a;
  margin: 0px !important;
  min-width: auto !important;
  z-index: 1; }

.form-inline .form-group .form-control, .ui-inputtext:not(.ui-dropdown-filter), p-fileupload .ui-fileupload:not(.ui-dropdown-filter), p-dropdown .ui-dropdown .ui-dropdown-label {
  transition: all 0.2s linear !important;
  height: 58px;
  min-height: 58px;
  padding: 25px 12px 0 9px !important;
  margin: 0 !important;
  display: block !important;
  font-size: 14px !important;
  color: #555 !important;
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  border-left-width: 0px !important;
  width: 100%;
  position: relative;
  z-index: 5; }

.input-single, .ui-datatable thead.ui-datatable-thead tr th .ui-inputtext, .ui-datatable thead.ui-datatable-thead tr th p-fileupload .ui-fileupload, p-fileupload .ui-datatable thead.ui-datatable-thead tr th .ui-fileupload {
  height: 38px;
  min-height: auto;
  border-bottom-width: 2px !important;
  box-shadow: none !important;
  padding: 6px 12px !important;
  border-radius: 0px !important;
  border-left-width: 1px !important; }

.form-inline .form-group .form-control:focus, .ui-inputwrapper-focus .ui-inputtext, .ui-inputwrapper-focus p-fileupload .ui-fileupload, p-fileupload .ui-inputwrapper-focus .ui-fileupload, p-dropdown .ui-dropdown.ui-dropdown-open, p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-label, p-chips .ui-chips .ui-inputtext.ui-state-focus, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload, p-chips .ui-chips .ui-inputtext:active, p-chips .ui-chips p-fileupload .ui-fileupload:active, p-fileupload p-chips .ui-chips .ui-fileupload:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  outline: 0;
  transition: all 0.2s linear;
  border-color: #66afe9 !important;
  position: relative;
  z-index: 6; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid, .form-inline .form-group .control-label-textarea.ng-invalid, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-label {
  background-color: rgba(242, 217, 217, 0.6) !important;
  border-color: #e09f9f !important;
  color: #e09f9f !important; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid:focus, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e09f9f !important; }

.form-inline .form-group .form-control:disabled, .form-inline .form-group .form-control[disabled], .form-inline .form-group .form-control[read-only], .form-inline .form-group .form-control[readonly], .form-inline .form-group .control-label-textarea:disabled, .form-inline .form-group .control-label-textarea[disabled], .form-inline .form-group .control-label-textarea[read-only], .form-inline .form-group .control-label-textarea[readonly], .ui-inputtext:disabled, p-fileupload .ui-fileupload:disabled, .ui-inputtext[disabled], p-fileupload .ui-fileupload[disabled], .ui-inputtext[read-only], p-fileupload .ui-fileupload[read-only], .ui-inputtext[readonly], p-fileupload .ui-fileupload[readonly], p-dropdown .ui-dropdown.ui-state-disabled, p-dropdown .ui-dropdown:disabled, p-dropdown .ui-dropdown[disabled], p-dropdown .ui-dropdown[read-only], p-dropdown .ui-dropdown[readonly] {
  opacity: 0.5 !important;
  background-color: #eee;
  cursor: not-allowed !important; }

.control-label {
  pointer-events: none;
  transition: all 0.2s linear;
  position: absolute;
  color: #979797;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 10px;
  top: 7px;
  left: 0;
  z-index: 7;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px; }
  .is-invalid.control-label, .ng-invalid.control-label {
    color: #c03f3f !important; }
  .is-required.control-label:after, .ng-required.control-label:after {
    content: "*";
    position: absolute;
    right: 8px;
    color: #c03f3f;
    z-index: 7;
    font-size: 12px;
    top: -4px;
    font-weight: 400; }
  .is-disabled.control-label, .ng-disabled.control-label {
    opacity: 0.5; }

.form-inline .form-group .form-control:focus ~ .ui-messages-info, .form-control:focus ~ .ui-messages-info, .ui-inputwrapper-focus ~ .ui-messages-info,
.form-inline .form-group .form-control:focus ~ .ui-messages-error,
.form-control:focus ~ .ui-messages-error,
.ui-inputwrapper-focus ~ .ui-messages-error {
  display: block !important; }

.ui-dialog .ui-dialog-titlebar {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  float: left;
  margin: 0px;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #13496a;
  font-weight: 500; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title i, .ui-confirmdialog .ui-dialog-content i:first-child {
  float: left;
  color: #fff;
  background: #6ba6bf;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 15px;
  line-height: normal !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items, .ui-dropdown-panel, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items {
  padding: 0 1px !important;
  background: #fff; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li, .ui-dropdown-panel li, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li {
  padding: 6px 9px; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li:hover, .ui-dropdown-panel li:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li:hover {
  background: #f5f5f5; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight, .ui-dropdown-panel li.ui-state-highlight, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight {
  background-color: #66b4e3 !important;
  color: #fff !important; }
  p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight:hover, .ui-dropdown-panel li.ui-state-highlight:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight:hover {
    background-color: #3b9fdb !important; }

.card .footer, .data-card table tbody tr .footer, .tooltip .footer, .ui-datalist .ui-datalist-content .ui-datalist-data li .footer,
.card .panel-footer,
.data-card table tbody tr .panel-footer,
.tooltip .panel-footer,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-footer,
.panel .footer,
.panel .panel-footer {
  padding: 10px;
  background: #edf3f8;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px;
  float: left;
  margin-top: 10px; }

.panel-line.card .panel-heading, .data-card table tbody tr.panel-line .panel-heading, .panel-line.tooltip .panel-heading, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-line .panel-heading, .panel-line.panel .panel-heading, .data-card table tbody tr td div.panel-line .panel-heading {
  border-bottom: 1px solid #dfe5e8; }

.card > .header, .data-card table tbody tr > .header, .tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header, .panel > .header, .data-card table tbody tr td div > .header,
.card .panel-heading,
.data-card table tbody tr .panel-heading,
.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading,
.panel .panel-heading {
  padding: 10px;
  font-size: 16px;
  color: #13496a; }

.card > .header i, .data-card table tbody tr > .header i, .tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header i, .panel > .header i, .data-card table tbody tr td div > .header i,
.card .panel-heading i,
.data-card table tbody tr .panel-heading i,
.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading i,
.panel .panel-heading i {
  color: #c0d3db;
  margin-right: 10px; }

.bar.card, .data-card table tbody tr.bar, .bar.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar,
.bar.panel, .data-card table tbody tr td div.bar {
  border-left: 2px solid; }

.bar.card .header, .data-card table tbody tr.bar .header, .bar.tooltip .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header, .bar.panel .header, .data-card table tbody tr td div.bar .header,
.bar.card .panel-heading,
.data-card table tbody tr.bar .panel-heading,
.bar.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading,
.bar.panel .panel-heading,
.data-card table tbody tr td div.bar .panel-heading {
  background: transparent !important;
  color: #13496a; }

.bar.card .header i, .data-card table tbody tr.bar .header i, .bar.tooltip .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header i, .bar.panel .header i, .data-card table tbody tr td div.bar .header i,
.bar.card .panel-heading i,
.data-card table tbody tr.bar .panel-heading i,
.bar.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading i,
.bar.panel .panel-heading i,
.data-card table tbody tr td div.bar .panel-heading i {
  color: #c0d3db !important; }

.bar.default.card, .data-card table tbody tr.bar.default, .bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.default,
.bar.default.panel, .data-card table tbody tr td div.bar.default {
  border-color: #777777; }

.default.card > .header, .data-card table tbody tr.default > .header, .default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header, .default.panel > .header, .data-card table tbody tr td div.default > .header,
.default.card > .panel-heading,
.data-card table tbody tr.default > .panel-heading,
.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading,
.default.panel > .panel-heading,
.data-card table tbody tr td div.default > .panel-heading, .panel-default.card > .header, .data-card table tbody tr.panel-default > .header, .panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header, .panel-default.panel > .header, .data-card table tbody tr td div.panel-default > .header,
.panel-default.card > .panel-heading,
.data-card table tbody tr.panel-default > .panel-heading,
.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading,
.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.panel-default > .panel-heading {
  background: #777777;
  color: #FFF;
  border-radius: 0; }

.default.card > .header i, .data-card table tbody tr.default > .header i, .default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header i, .default.panel > .header i, .data-card table tbody tr td div.default > .header i,
.default.card > .panel-heading i,
.data-card table tbody tr.default > .panel-heading i,
.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading i,
.default.panel > .panel-heading i,
.data-card table tbody tr td div.default > .panel-heading i, .panel-default.card > .header i, .data-card table tbody tr.panel-default > .header i, .panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header i, .panel-default.panel > .header i, .data-card table tbody tr td div.panel-default > .header i,
.panel-default.card > .panel-heading i,
.data-card table tbody tr.panel-default > .panel-heading i,
.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading i,
.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.panel-default > .panel-heading i {
  color: #FFF; }

.bar.success.card, .data-card table tbody tr.bar.success, .bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.success,
.bar.success.panel, .data-card table tbody tr td div.bar.success {
  border-color: #459f47; }

.success.card > .header, .data-card table tbody tr.success > .header, .success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header, .success.panel > .header, .data-card table tbody tr td div.success > .header,
.success.card > .panel-heading,
.data-card table tbody tr.success > .panel-heading,
.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading,
.success.panel > .panel-heading,
.data-card table tbody tr td div.success > .panel-heading, .panel-success.card > .header, .data-card table tbody tr.panel-success > .header, .panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header, .panel-success.panel > .header, .data-card table tbody tr td div.panel-success > .header,
.panel-success.card > .panel-heading,
.data-card table tbody tr.panel-success > .panel-heading,
.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading,
.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.panel-success > .panel-heading {
  background: #459f47;
  color: #FFF;
  border-radius: 0; }

.success.card > .header i, .data-card table tbody tr.success > .header i, .success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header i, .success.panel > .header i, .data-card table tbody tr td div.success > .header i,
.success.card > .panel-heading i,
.data-card table tbody tr.success > .panel-heading i,
.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading i,
.success.panel > .panel-heading i,
.data-card table tbody tr td div.success > .panel-heading i, .panel-success.card > .header i, .data-card table tbody tr.panel-success > .header i, .panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header i, .panel-success.panel > .header i, .data-card table tbody tr td div.panel-success > .header i,
.panel-success.card > .panel-heading i,
.data-card table tbody tr.panel-success > .panel-heading i,
.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading i,
.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.panel-success > .panel-heading i {
  color: #FFF; }

.bar.danger.card, .data-card table tbody tr.bar.danger, .bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.danger,
.bar.danger.panel, .data-card table tbody tr td div.bar.danger {
  border-color: #a63837; }

.danger.card > .header, .data-card table tbody tr.danger > .header, .danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header, .danger.panel > .header, .data-card table tbody tr td div.danger > .header,
.danger.card > .panel-heading,
.data-card table tbody tr.danger > .panel-heading,
.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading,
.danger.panel > .panel-heading,
.data-card table tbody tr td div.danger > .panel-heading, .panel-danger.card > .header, .data-card table tbody tr.panel-danger > .header, .panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header, .panel-danger.panel > .header, .data-card table tbody tr td div.panel-danger > .header,
.panel-danger.card > .panel-heading,
.data-card table tbody tr.panel-danger > .panel-heading,
.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading,
.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.panel-danger > .panel-heading {
  background: #a63837;
  color: #FFF;
  border-radius: 0; }

.danger.card > .header i, .data-card table tbody tr.danger > .header i, .danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header i, .danger.panel > .header i, .data-card table tbody tr td div.danger > .header i,
.danger.card > .panel-heading i,
.data-card table tbody tr.danger > .panel-heading i,
.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading i,
.danger.panel > .panel-heading i,
.data-card table tbody tr td div.danger > .panel-heading i, .panel-danger.card > .header i, .data-card table tbody tr.panel-danger > .header i, .panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header i, .panel-danger.panel > .header i, .data-card table tbody tr td div.panel-danger > .header i,
.panel-danger.card > .panel-heading i,
.data-card table tbody tr.panel-danger > .panel-heading i,
.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading i,
.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.panel-danger > .panel-heading i {
  color: #FFF; }

.bar.warning.card, .data-card table tbody tr.bar.warning, .bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.warning,
.bar.warning.panel, .data-card table tbody tr td div.bar.warning {
  border-color: #f0ad4e; }

.warning.card > .header, .data-card table tbody tr.warning > .header, .warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header, .warning.panel > .header, .data-card table tbody tr td div.warning > .header,
.warning.card > .panel-heading,
.data-card table tbody tr.warning > .panel-heading,
.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading,
.warning.panel > .panel-heading,
.data-card table tbody tr td div.warning > .panel-heading, .panel-warning.card > .header, .data-card table tbody tr.panel-warning > .header, .panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header, .panel-warning.panel > .header, .data-card table tbody tr td div.panel-warning > .header,
.panel-warning.card > .panel-heading,
.data-card table tbody tr.panel-warning > .panel-heading,
.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading,
.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.panel-warning > .panel-heading {
  background: #f0ad4e;
  color: #FFF;
  border-radius: 0; }

.warning.card > .header i, .data-card table tbody tr.warning > .header i, .warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header i, .warning.panel > .header i, .data-card table tbody tr td div.warning > .header i,
.warning.card > .panel-heading i,
.data-card table tbody tr.warning > .panel-heading i,
.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading i,
.warning.panel > .panel-heading i,
.data-card table tbody tr td div.warning > .panel-heading i, .panel-warning.card > .header i, .data-card table tbody tr.panel-warning > .header i, .panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header i, .panel-warning.panel > .header i, .data-card table tbody tr td div.panel-warning > .header i,
.panel-warning.card > .panel-heading i,
.data-card table tbody tr.panel-warning > .panel-heading i,
.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading i,
.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.panel-warning > .panel-heading i {
  color: #FFF; }

.bar.info.card, .data-card table tbody tr.bar.info, .bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.info,
.bar.info.panel, .data-card table tbody tr td div.bar.info {
  border-color: #6ba6bf; }

.info.card > .header, .data-card table tbody tr.info > .header, .info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header, .info.panel > .header, .data-card table tbody tr td div.info > .header,
.info.card > .panel-heading,
.data-card table tbody tr.info > .panel-heading,
.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading,
.info.panel > .panel-heading,
.data-card table tbody tr td div.info > .panel-heading, .panel-info.card > .header, .data-card table tbody tr.panel-info > .header, .panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header, .panel-info.panel > .header, .data-card table tbody tr td div.panel-info > .header,
.panel-info.card > .panel-heading,
.data-card table tbody tr.panel-info > .panel-heading,
.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading,
.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.panel-info > .panel-heading {
  background: #6ba6bf;
  color: #13496a;
  border-radius: 0; }

.info.card > .header i, .data-card table tbody tr.info > .header i, .info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header i, .info.panel > .header i, .data-card table tbody tr td div.info > .header i,
.info.card > .panel-heading i,
.data-card table tbody tr.info > .panel-heading i,
.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading i,
.info.panel > .panel-heading i,
.data-card table tbody tr td div.info > .panel-heading i, .panel-info.card > .header i, .data-card table tbody tr.panel-info > .header i, .panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header i, .panel-info.panel > .header i, .data-card table tbody tr td div.panel-info > .header i,
.panel-info.card > .panel-heading i,
.data-card table tbody tr.panel-info > .panel-heading i,
.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading i,
.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.panel-info > .panel-heading i {
  color: #13496a; }

.light.bar.default.card, .data-card table tbody tr.light.bar.default, .light.bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.default,
.light.bar.default.panel, .data-card table tbody tr td div.light.bar.default {
  border-color: #eaeaea; }

.light.default.card > .header, .data-card table tbody tr.light.default > .header, .light.default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header, .light.default.panel > .header, .data-card table tbody tr td div.light.default > .header,
.light.default.card > .panel-heading,
.data-card table tbody tr.light.default > .panel-heading,
.light.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading,
.light.default.panel > .panel-heading,
.data-card table tbody tr td div.light.default > .panel-heading, .light.panel-default.card > .header, .data-card table tbody tr.light.panel-default > .header, .light.panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header, .light.panel-default.panel > .header, .data-card table tbody tr td div.light.panel-default > .header,
.light.panel-default.card > .panel-heading,
.data-card table tbody tr.light.panel-default > .panel-heading,
.light.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading,
.light.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-default > .panel-heading {
  background: #eaeaea;
  color: #777777;
  border-radius: 0; }

.light.default.card > .header i, .data-card table tbody tr.light.default > .header i, .light.default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header i, .light.default.panel > .header i, .data-card table tbody tr td div.light.default > .header i,
.light.default.card > .panel-heading i,
.data-card table tbody tr.light.default > .panel-heading i,
.light.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading i,
.light.default.panel > .panel-heading i,
.data-card table tbody tr td div.light.default > .panel-heading i, .light.panel-default.card > .header i, .data-card table tbody tr.light.panel-default > .header i, .light.panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header i, .light.panel-default.panel > .header i, .data-card table tbody tr td div.light.panel-default > .header i,
.light.panel-default.card > .panel-heading i,
.data-card table tbody tr.light.panel-default > .panel-heading i,
.light.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading i,
.light.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-default > .panel-heading i {
  color: #777777; }

.light.bar.success.card, .data-card table tbody tr.light.bar.success, .light.bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.success,
.light.bar.success.panel, .data-card table tbody tr td div.light.bar.success {
  border-color: #d1ded1; }

.light.success.card > .header, .data-card table tbody tr.light.success > .header, .light.success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header, .light.success.panel > .header, .data-card table tbody tr td div.light.success > .header,
.light.success.card > .panel-heading,
.data-card table tbody tr.light.success > .panel-heading,
.light.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading,
.light.success.panel > .panel-heading,
.data-card table tbody tr td div.light.success > .panel-heading, .light.panel-success.card > .header, .data-card table tbody tr.light.panel-success > .header, .light.panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header, .light.panel-success.panel > .header, .data-card table tbody tr td div.light.panel-success > .header,
.light.panel-success.card > .panel-heading,
.data-card table tbody tr.light.panel-success > .panel-heading,
.light.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading,
.light.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-success > .panel-heading {
  background: #d1ded1;
  color: #459f47;
  border-radius: 0; }

.light.success.card > .header i, .data-card table tbody tr.light.success > .header i, .light.success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header i, .light.success.panel > .header i, .data-card table tbody tr td div.light.success > .header i,
.light.success.card > .panel-heading i,
.data-card table tbody tr.light.success > .panel-heading i,
.light.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading i,
.light.success.panel > .panel-heading i,
.data-card table tbody tr td div.light.success > .panel-heading i, .light.panel-success.card > .header i, .data-card table tbody tr.light.panel-success > .header i, .light.panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header i, .light.panel-success.panel > .header i, .data-card table tbody tr td div.light.panel-success > .header i,
.light.panel-success.card > .panel-heading i,
.data-card table tbody tr.light.panel-success > .panel-heading i,
.light.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading i,
.light.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-success > .panel-heading i {
  color: #459f47; }

.light.bar.danger.card, .data-card table tbody tr.light.bar.danger, .light.bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.danger,
.light.bar.danger.panel, .data-card table tbody tr td div.light.bar.danger {
  border-color: #eadfde; }

.light.danger.card > .header, .data-card table tbody tr.light.danger > .header, .light.danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header, .light.danger.panel > .header, .data-card table tbody tr td div.light.danger > .header,
.light.danger.card > .panel-heading,
.data-card table tbody tr.light.danger > .panel-heading,
.light.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading,
.light.danger.panel > .panel-heading,
.data-card table tbody tr td div.light.danger > .panel-heading, .light.panel-danger.card > .header, .data-card table tbody tr.light.panel-danger > .header, .light.panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header, .light.panel-danger.panel > .header, .data-card table tbody tr td div.light.panel-danger > .header,
.light.panel-danger.card > .panel-heading,
.data-card table tbody tr.light.panel-danger > .panel-heading,
.light.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading,
.light.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-danger > .panel-heading {
  background: #eadfde;
  color: #a63837;
  border-radius: 0; }

.light.danger.card > .header i, .data-card table tbody tr.light.danger > .header i, .light.danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header i, .light.danger.panel > .header i, .data-card table tbody tr td div.light.danger > .header i,
.light.danger.card > .panel-heading i,
.data-card table tbody tr.light.danger > .panel-heading i,
.light.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading i,
.light.danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.danger > .panel-heading i, .light.panel-danger.card > .header i, .data-card table tbody tr.light.panel-danger > .header i, .light.panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header i, .light.panel-danger.panel > .header i, .data-card table tbody tr td div.light.panel-danger > .header i,
.light.panel-danger.card > .panel-heading i,
.data-card table tbody tr.light.panel-danger > .panel-heading i,
.light.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading i,
.light.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-danger > .panel-heading i {
  color: #a63837; }

.light.bar.warning.card, .data-card table tbody tr.light.bar.warning, .light.bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.warning,
.light.bar.warning.panel, .data-card table tbody tr td div.light.bar.warning {
  border-color: #ece5da; }

.light.warning.card > .header, .data-card table tbody tr.light.warning > .header, .light.warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header, .light.warning.panel > .header, .data-card table tbody tr td div.light.warning > .header,
.light.warning.card > .panel-heading,
.data-card table tbody tr.light.warning > .panel-heading,
.light.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading,
.light.warning.panel > .panel-heading,
.data-card table tbody tr td div.light.warning > .panel-heading, .light.panel-warning.card > .header, .data-card table tbody tr.light.panel-warning > .header, .light.panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header, .light.panel-warning.panel > .header, .data-card table tbody tr td div.light.panel-warning > .header,
.light.panel-warning.card > .panel-heading,
.data-card table tbody tr.light.panel-warning > .panel-heading,
.light.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading,
.light.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-warning > .panel-heading {
  background: #ece5da;
  color: #926c36;
  border-radius: 0; }

.light.warning.card > .header i, .data-card table tbody tr.light.warning > .header i, .light.warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header i, .light.warning.panel > .header i, .data-card table tbody tr td div.light.warning > .header i,
.light.warning.card > .panel-heading i,
.data-card table tbody tr.light.warning > .panel-heading i,
.light.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading i,
.light.warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.warning > .panel-heading i, .light.panel-warning.card > .header i, .data-card table tbody tr.light.panel-warning > .header i, .light.panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header i, .light.panel-warning.panel > .header i, .data-card table tbody tr td div.light.panel-warning > .header i,
.light.panel-warning.card > .panel-heading i,
.data-card table tbody tr.light.panel-warning > .panel-heading i,
.light.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading i,
.light.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-warning > .panel-heading i {
  color: #926c36; }

.light.bar.info.card, .data-card table tbody tr.light.bar.info, .light.bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.info,
.light.bar.info.panel, .data-card table tbody tr td div.light.bar.info {
  border-color: #d3e0ea; }

.light.info.card > .header, .data-card table tbody tr.light.info > .header, .light.info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header, .light.info.panel > .header, .data-card table tbody tr td div.light.info > .header,
.light.info.card > .panel-heading,
.data-card table tbody tr.light.info > .panel-heading,
.light.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading,
.light.info.panel > .panel-heading,
.data-card table tbody tr td div.light.info > .panel-heading, .light.panel-info.card > .header, .data-card table tbody tr.light.panel-info > .header, .light.panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header, .light.panel-info.panel > .header, .data-card table tbody tr td div.light.panel-info > .header,
.light.panel-info.card > .panel-heading,
.data-card table tbody tr.light.panel-info > .panel-heading,
.light.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading,
.light.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-info > .panel-heading {
  background: #d3e0ea;
  color: #13496a;
  border-radius: 0; }

.light.info.card > .header i, .data-card table tbody tr.light.info > .header i, .light.info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header i, .light.info.panel > .header i, .data-card table tbody tr td div.light.info > .header i,
.light.info.card > .panel-heading i,
.data-card table tbody tr.light.info > .panel-heading i,
.light.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading i,
.light.info.panel > .panel-heading i,
.data-card table tbody tr td div.light.info > .panel-heading i, .light.panel-info.card > .header i, .data-card table tbody tr.light.panel-info > .header i, .light.panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header i, .light.panel-info.panel > .header i, .data-card table tbody tr td div.light.panel-info > .header i,
.light.panel-info.card > .panel-heading i,
.data-card table tbody tr.light.panel-info > .panel-heading i,
.light.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading i,
.light.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-info > .panel-heading i {
  color: #13496a; }

.ui-confirmdialog {
  z-index: 9003 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 400px; }

.ui-confirmdialog .ui-dialog-titlebar .ui-dialog-title {
  padding-left: 45px !important; }

.ui-confirmdialog .ui-dialog-content {
  overflow: inherit !important;
  padding: 20px !important; }

.ui-confirmdialog .ui-dialog-content i:first-child {
  top: -44px !important;
  position: absolute;
  left: 20px; }

.ui-confirmdialog .ui-dialog-buttonpane {
  margin: 0px;
  padding: 0px; }

.ui-confirmdialog .ui-dialog-buttonpane p-footer {
  width: 100%;
  padding: 5px;
  margin: 0px;
  margin-bottom: -13px; }

.ui-confirmdialog .ui-dialog-footer p-footer button {
  float: right;
  margin-right: 5px; }

.ui-widget-overlay ~ .ui-widget-overlay {
  z-index: 9002 !important; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
p-paginator {
  text-align: right;
  display: block; }

p-paginator .ui-paginator {
  background: #f0f5f9;
  padding: 4px !important;
  border: 1px solid #e1e8ed !important;
  display: inline-block;
  margin-top: 10px; }

p-paginator .ui-paginator.ui-paginator-bottom {
  margin-right: 5px; }

p-paginator .ui-paginator .ui-paginator-element {
  color: #6ba6bf;
  text-align: center;
  width: 30px;
  margin: 0px;
  float: left;
  border-right: 1px solid #e1e8ed; }

p-paginator .ui-paginator .ui-paginator-element:last-child {
  border-right: none; }

p-paginator .ui-paginator .ui-paginator-element:not(.ui-state-disabled):hover {
  background: #e1e8ed; }

p-paginator .ui-paginator .ui-paginator-element.ui-state-disabled {
  cursor: not-allowed !important; }

p-paginator .ui-paginator .ui-paginator-element.ui-state-disabled span {
  opacity: .3; }

p-paginator .ui-paginator .ui-paginator-element span {
  font-size: 11px; }

p-paginator .ui-paginator .ui-paginator-pages {
  padding: 0px;
  margin: 0px;
  float: left;
  border-right: 1px solid #e1e8ed; }

p-paginator .ui-paginator .ui-paginator-pages a {
  color: #767676;
  padding: 2px; }

p-paginator .ui-paginator .ui-paginator-pages a.ui-state-active {
  background: #f8842a !important;
  color: #fff !important; }

.ui-accordion .ui-accordion .ui-accordion-header {
  background: #417f9a; }
  .ui-accordion .ui-accordion .ui-accordion-header.ui-state-active, .ui-accordion .ui-accordion .ui-accordion-header:hover {
    background: #285f77; }

.ui-accordion .ui-accordion-header {
  background: #6ba6bf;
  padding: 15px;
  font-weight: 400;
  transition: linear all .1s; }

.ui-accordion .ui-accordion-header a {
  color: #fff;
  text-decoration: none; }

.ui-accordion .ui-accordion-header .fa {
  color: #fff;
  margin-left: 6px; }

.ui-accordion .ui-accordion-header.ui-state-active, .ui-accordion .ui-accordion-header:hover {
  background: #417f9a; }

.ui-accordion .ui-accordion-content-wrapper {
  background: #fff;
  border: 1px solid #d4dce1;
  margin-bottom: 5px; }

.ui-tabview {
  padding: 0 !important; }

.ui-tabview .ui-tabview-nav {
  padding: 0 !important; }

.ui-tabview .ui-tabview-nav .ui-state-default {
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  color: #6ba6bf; }

.ui-tabview .ui-tabview-nav .ui-state-default a {
  color: inherit; }

.ui-tabview .ui-tabview-nav .ui-state-default a .ui-tabview-left-icon ~ .ui-tabview-title {
  margin-left: 5px; }

.ui-tabview .ui-tabview-nav .ui-state-default.ui-state-active {
  background: #fff;
  box-shadow: 0 -2px 2px 1px #ddd !important;
  color: #093854; }

.ui-tabview .ui-tabview-nav .ui-state-default.ui-state-active:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -2px;
  background: #ffa751; }

.ui-tabview .ui-tabview-panels {
  background: #FFF;
  box-shadow: 0 0 2px 1px #ddd !important; }

.ui-tabview .ui-tabview-panels .footer {
  background: #edf3f8;
  display: inline-block;
  position: relative;
  margin-top: 0;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  padding: 10px;
  margin: -14px;
  margin-top: 20px;
  width: calc(100% + 28px);
  margin-bottom: -21px; }

.ui-tabview.ui-tabview-left .ui-tabview-nav {
  width: 17%; }

.ui-tabview.ui-tabview-left .ui-tabview-nav .ui-state-default {
  width: 100% !important; }

.ui-tabview.ui-tabview-left .ui-tabview-nav .ui-state-default a {
  padding: .5em 0px; }

.ui-tabview.ui-tabview-left .ui-tabview-nav .ui-state-default.ui-state-active {
  box-shadow: -3px 0px 2px 1px #ddd !important; }
  .ui-tabview.ui-tabview-left .ui-tabview-nav .ui-state-default.ui-state-active:before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: -2px;
    top: 0;
    background: #ffa751; }

.ui-tabview.ui-tabview-left .ui-tabview-panels {
  width: 83%;
  min-height: 400px; }

.ui-contextmenu {
  position: absolute;
  display: none;
  z-index: 100000;
  margin-top: -60px !important;
  background: #FFF;
  border: 1px solid #ccc !important;
  min-width: 250px !important;
  padding: 0px !important; }

.ui-contextmenu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ccc;
  position: absolute;
  top: -5px; }

.ui-contextmenu .ui-menuitem {
  margin: 0px; }

.ui-contextmenu .ui-menuitem .ui-menuitem-link {
  color: #797979;
  padding: 10px 5px; }

.ui-contextmenu .ui-menuitem .ui-menuitem-link:hover {
  background: #eaeff2; }

.ui-contextmenu .ui-menuitem .ui-menuitem-link .ui-menuitem-icon {
  width: 20px;
  text-align: center;
  margin-right: 5px; }

.ui-contextmenu .ui-menuitem .ui-menuitem-link .ui-menuitem-text {
  font-size: 13px !important; }

p-autocomplete {
  display: flex;
  width: 100%; }

p-autocomplete .ui-autocomplete {
  width: 100%;
  background: #FFF; }
  p-autocomplete .ui-autocomplete:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    cursor: default;
    right: 10px;
    top: 30px;
    z-index: 7;
    color: #d3dfea; }

p-autocomplete .ui-autocomplete .ui-inputtext, p-autocomplete .ui-autocomplete p-fileupload .ui-fileupload, p-fileupload p-autocomplete .ui-autocomplete .ui-fileupload {
  padding-right: 30px !important; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
app-file-upload {
  width: 100%;
  display: inline-block; }

p-fileupload .ui-fileupload {
  width: calc(100% - 200px) !important; }

p-fileupload .ui-fileupload .ui-progressbar {
  height: 100% !important;
  top: 0 !important;
  width: calc(200px - 1px) !important;
  right: -200px !important;
  left: auto !important;
  margin-right: 2px !important; }

p-fileupload .ui-fileupload .ui-fileupload-content {
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline-block;
  position: initial !important; }

p-fileupload .ui-fileupload .ui-fileupload-content .fileupload-list-content {
  list-style-type: none; }

p-fileupload .ui-fileupload .ui-fileupload-content .fileupload-list-content li {
  display: flex;
  height: auto;
  top: 0;
  position: absolute;
  width: 100%;
  left: 0; }

p-fileupload .ui-fileupload .ui-fileupload-content .fileupload-list-content span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  margin-top: 3px;
  position: relative;
  height: auto;
  margin-top: 29px;
  padding: 0 0 0 9px; }

p-fileupload .ui-fileupload .ui-fileupload-content .fileupload-list-content button {
  width: 30px !important;
  min-width: auto !important;
  position: relative;
  float: left;
  right: auto !important;
  height: 57px;
  top: 0px;
  right: auto !important; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar {
  margin: 0;
  padding: 0;
  position: absolute;
  height: calc(100% + 2px);
  top: -1px;
  right: 0;
  margin-right: calc(-200px - 1px) !important;
  width: 200px !important;
  display: flex; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose[disabled='true'], p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:disabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
  background-color: #eee;
  cursor: not-allowed !important; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose[disabled='false'] {
  opacity: 1 !important; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose {
  width: 100%;
  display: table;
  height: 58px !important; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose .ui-button-text {
  display: table-cell;
  vertical-align: middle; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose .ui-button-icon-left:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  cursor: default; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose .ui-button-icon-left + .ui-button-text {
  margin-left: 10px; }

p-fileupload .ui-fileupload .ui-messages {
  padding-right: 30px;
  padding-left: 23px;
  line-height: 14px; }

p-fileupload .ui-fileupload .ui-messages .ui-messages-icon {
  position: absolute;
  top: 9px;
  left: 2px; }

p-fileupload .ui-fileupload .ui-messages .ui-messages-icon:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  cursor: default; }

p-fileupload .ui-fileupload .ui-messages li span {
  display: block;
  font-weight: normal; }

p-fileupload .ui-fileupload.ui-fileupload-hide-files-list .ui-fileupload-choose {
  height: auto !important; }

p-fileupload .ui-fileupload.ui-fileupload-hide-files-list, p-fileupload .ui-fileupload.ui-fileupload-multiple {
  width: 100% !important; }

p-fileupload .ui-fileupload.ui-fileupload-hide-files-list .ui-progressbar, p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-progressbar {
  height: 25px !important;
  top: 30px !important;
  width: 100% !important;
  right: auto !important;
  left: 0 !important; }

p-fileupload .ui-fileupload.ui-fileupload-hide-files-list .ui-fileupload-buttonbar, p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-buttonbar {
  margin-right: 0 !important;
  width: calc(100% + 1px) !important;
  height: 26px;
  bottom: 0;
  left: 0px;
  top: auto; }

p-fileupload .ui-fileupload.ui-fileupload-multiple {
  padding: 0 !important; }

p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-content .fileupload-list-content {
  border: 1px solid #ccc;
  border-top: 0;
  position: relative;
  margin-top: 55px;
  width: calc(100% + 2px);
  left: -1px;
  background: #FFF;
  box-shadow: 0 2px 5px -3px; }

p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-content .fileupload-list-content li {
  display: flex;
  width: 100%;
  position: relative;
  border-bottom: 1px dotted #ccc;
  padding: 5px 10px;
  font-size: 13px; }

p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-content .fileupload-list-content li:last-child {
  border: none;
  margin-bottom: 0; }

p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-content .fileupload-list-content li span {
  float: none !important;
  word-break: break-all;
  line-height: 16px;
  width: 100%;
  margin-top: 4px; }

p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-content .fileupload-list-content li button {
  position: relative;
  top: 0;
  width: 25px;
  height: 25px;
  min-width: auto;
  right: auto !important; }

.ui-progressbar {
  height: 3px;
  z-index: 9;
  top: 0;
  background: #d3dfea; }

.ui-progressbar .ui-progressbar-value {
  background: #6ba6bf; }

.ui-spinner .ui-spinner-button {
  z-index: 6;
  height: 30px;
  float: inherit;
  position: absolute;
  min-width: auto; }
  .ui-spinner .ui-spinner-button:hover, .ui-spinner .ui-spinner-button:focus {
    box-shadow: none !important;
    border-left: 0px !important; }

p-inputswitch {
  display: flex; }

p-inputswitch .ui-inputswitch {
  border-radius: 25px;
  border: 1px solid #b7cbdd;
  background: #edf3f8;
  min-width: 50px;
  height: 25px; }

p-inputswitch .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-on {
  width: 100% !important;
  padding-left: 10px; }

p-inputswitch .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-handle {
  margin-left: -5px;
  background: #ffffff; }

p-inputswitch .ui-inputswitch .ui-inputswitch-offlabel,
p-inputswitch .ui-inputswitch .ui-inputswitch-onlabel {
  margin-right: 0px;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  margin: 0 10px; }

p-inputswitch .ui-inputswitch .ui-inputswitch-on {
  background: #5bbe5d;
  transition: all .1s ease-in-out; }

p-inputswitch .ui-inputswitch .ui-inputswitch-on .ui-inputswitch-onlabel {
  color: #bbf1bc;
  text-align: left !important; }

p-inputswitch .ui-inputswitch .ui-inputswitch-off {
  margin-right: 10px;
  transition: all .1s ease-in-out; }

p-inputswitch .ui-inputswitch .ui-inputswitch-off .ui-inputswitch-offlabel {
  color: #b7cbdd;
  text-align: right !important; }

p-inputswitch .ui-inputswitch .ui-inputswitch-handle {
  border-radius: 32px;
  width: 15px !important;
  height: 15px !important;
  background: #9bb4cc;
  top: 4px;
  margin-left: 4px;
  transition: all .1s ease-in-out; }

p-radiobutton {
  margin-top: 3px;
  display: inline-block; }

p-radiobutton .ui-radiobutton-label {
  font-weight: normal !important;
  float: left;
  margin-right: 10px;
  cursor: pointer; }

p-radiobutton .ui-radiobutton {
  float: left;
  margin-right: 5px;
  margin-top: 3px; }

p-radiobutton .ui-radiobutton .ui-radiobutton-box {
  border: 1px solid #a8a8a8 !important;
  color: #6b6b6b !important;
  width: 12px;
  height: 12px;
  background: #dedede !important; }

p-radiobutton .ui-radiobutton .ui-radiobutton-box .ui-radiobutton-icon {
  margin-top: -2px; }

/* @extend %style-form-input; */
p-multiselect {
  display: inline-flex;
  width: 100%;
  padding: 0px !important; }

p-multiselect .ui-multiselect {
  width: 100%; }

p-multiselect .ui-multiselect-label-container {
  height: 58px;
  padding: 5px;
  padding-top: 18px;
  line-height: 1.2;
  background-color: #fff;
  border: solid 1px #ccc; }

p-multiselect .ui-multiselect-panel {
  width: 100%;
  background-color: #fff; }

p-multiselect .ui-multiselect-items .ui-multiselect-item {
  padding: 0px 3px !important;
  cursor: pointer !important; }

p-multiselect .ui-multiselect-items label {
  font-weight: normal;
  padding-top: 6px; }

p-multiselect .ui-multiselect-header {
  background: #f5f5f5;
  border-bottom: 1px solid #ccc; }
  p-multiselect .ui-multiselect-header .ui-multiselect-close {
    margin-right: 2px;
    color: #7d7d7d;
    margin-top: 2px; }
  p-multiselect .ui-multiselect-header .ui-multiselect-filter-container {
    width: calc(100% - 46px); }
    p-multiselect .ui-multiselect-header .ui-multiselect-filter-container .ui-inputtext, p-multiselect .ui-multiselect-header .ui-multiselect-filter-container p-fileupload .ui-fileupload, p-fileupload p-multiselect .ui-multiselect-header .ui-multiselect-filter-container .ui-fileupload {
      min-height: auto !important;
      padding-top: 0px !important;
      height: 30px !important; }
      p-multiselect .ui-multiselect-header .ui-multiselect-filter-container .ui-inputtext:not(.ui-dropdown-filter), p-multiselect .ui-multiselect-header .ui-multiselect-filter-container p-fileupload .ui-fileupload:not(.ui-dropdown-filter), p-fileupload p-multiselect .ui-multiselect-header .ui-multiselect-filter-container .ui-fileupload:not(.ui-dropdown-filter) {
        padding-top: 0px !important; }

[container] {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 350px;
  background: white;
  z-index: 9999;
  transition: linear all .1s;
  transform: translateX(110%);
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.3); }

[container][open=true] {
  transform: translateX(0%); }

[container] header {
  background: #6ba6bf;
  padding: 21px 10px;
  height: 60px; }

[container] header .icon-toggle-system-info {
  top: -1px; }

[container] header .icon-toggle-system-info .icon-version-name {
  border-color: #fff;
  color: #fff; }

[container] header .icon-toggle-system-info .icon-version-separator {
  background: #fff; }

[container] header .icon-toggle-system-info .icon-version-number {
  border-color: #fff;
  color: #fff; }

[container] header h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  float: left;
  display: block; }

[container] header .zmdi {
  cursor: pointer;
  color: white;
  position: relative; }

[container] header .icon-toggle-system-info {
  margin: -2px 15px 0 0; }

[container] .scroll-container {
  width: 100%;
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 245px);
  direction: rtl;
  margin: 5px 4px;
  padding: 0 10px 0 6px; }

[container] .scroll-container * {
  direction: ltr; }

[container] .scroll-container > section {
  clear: both;
  margin: 0 -15px;
  padding: 0 15px; }

[container] .scroll-container .logo-system {
  margin: 35px 60px 40px 70px;
  text-align: center; }

[container] .container-buttons-footer hr {
  border-style: dotted;
  border-color: #788896; }

[container] .container-buttons-footer .btn, [container] .container-buttons-footer .ui-spinner .ui-spinner-button, .ui-spinner [container] .container-buttons-footer .ui-spinner-button {
  border-radius: 0;
  line-height: 20px;
  text-align: left; }

[container] .container-buttons-footer .btn i, [container] .container-buttons-footer .ui-spinner .ui-spinner-button i, .ui-spinner [container] .container-buttons-footer .ui-spinner-button i {
  float: left;
  text-align: center;
  margin-top: 3px; }

[container] .panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 10px; }

[container] .panel .panel-heading {
  background: #edf3f8;
  font-size: 13px;
  color: #13496a;
  font-weight: 700;
  border: none;
  border-radius: 0;
  padding: 15px 15px 13px 15px; }

[container] .panel .panel-body {
  border: none; }

[container] .panel .panel-body p {
  font-size: 13px;
  line-height: 17px; }
@charset "UTF-8";
/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
.app-bar .bar {
  width: 100%;
  z-index: 1001;
  padding-left: 50px;
  position: fixed;
  top: 0; }

.app-bar .topo {
  background: #0f3a54 !important;
  width: 100%; }

.app-bar .topo .cabecalho {
  background: #0f3a54 !important;
  height: 60px;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.4);
  padding-left: 190px; }

.logotipo {
  position: fixed;
  left: 5px;
  transition: linear all .1s;
  z-index: 1006 !important;
  padding: 20px 0;
  max-width: 150px;
  margin: 0 0 0 60px;
  top: 0;
  height: 60px;
  text-align: left; }
  .logotipo:after {
    content: "";
    position: absolute;
    border-right: 1px solid #13496a;
    height: 20px;
    width: 1px;
    top: 20px;
    right: -15px;
    margin: 0; }

.logotipo img {
  max-width: 150px;
  height: 20px; }

.open-sidebar .logotipo {
  display: block;
  left: -53px !important; }

.overflow:not(.open-sidebar) .logotipo {
  display: none; }

.menu-lateral-fixed .app-bar .col-logotipo {
  width: 250px; }

@media (min-width: 768px) {
  .header-row {
    background-color: #0f3a54 !important;
    position: fixed;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 9; }
  .header-row .logotipo img {
    margin-left: 15px !important; } }

.app-bar-horizontal .bar {
  padding-left: 0; }

.app-bar-horizontal .logotipo {
  margin-left: 10px; }
@charset "UTF-8";
/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
.header-title-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0; }

.header-title-container .title h1 {
  float: left;
  margin: 0px;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #13496a;
  font-weight: 500; }

.header-title-container .icon {
  float: left;
  color: #fff;
  background: #6ba6bf;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 15px;
  line-height: normal !important; }

.header-title-container {
  padding-bottom: 15px; }

.header-title-container .icon .icon-footer {
  font-size: 11px;
  float: right;
  padding-left: 5px;
  padding-top: 2px; }

.header-title-container .bread-crumb {
  display: inline-block;
  font-size: 13px;
  float: left; }

.header-title-container .bread-crumb li {
  float: left;
  color: #6ba6bf;
  position: relative;
  padding-right: 12px;
  margin-right: 8px; }

.header-title-container .bread-crumb li i {
  font-size: 15px;
  position: absolute;
  top: 5px;
  right: 0; }
.form-group-pessoa, .form-group-pessoa-after {
  margin-top: 2px; }
  .form-group-pessoa .form-group, .form-group-pessoa-after .form-group {
    display: flex; }
  .form-group-pessoa .ant-row.ant-form-item, .form-group-pessoa-after .ant-row.ant-form-item {
    width: 100%; }
  .form-group-pessoa .btn-group-addon, .form-group-pessoa-after .btn-group-addon {
    margin-left: 0px;
    height: 58px; }

.form-group-pessoa-after .ant-form-item .has-error.has-feedback:after,
.form-group-pessoa-after .ant-form-item .has-success.has-feedback:after {
  margin: 14px 0px 0 0 !important;
  z-index: 10; }

.form-group-pessoa-after .form-group {
  display: flex !important; }

.form-group-pessoa .form-group {
  display: flex !important; }
.form-group-pessoa, .form-group-pessoa-after {
  margin-top: 2px; }
  .form-group-pessoa .form-group, .form-group-pessoa-after .form-group {
    display: flex; }
  .form-group-pessoa .ant-row.ant-form-item, .form-group-pessoa-after .ant-row.ant-form-item {
    width: 100%; }
  .form-group-pessoa .btn-group-addon, .form-group-pessoa-after .btn-group-addon {
    margin-left: 0px;
    height: 58px; }

.form-group-pessoa-after .ant-form-item .has-error.has-feedback:after,
.form-group-pessoa-after .ant-form-item .has-success.has-feedback:after {
  margin: 14px 0px 0 0 !important;
  z-index: 10; }

.form-group-pessoa-after .form-group {
  display: flex !important; }

.form-group-pessoa .form-group {
  display: flex !important; }
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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;
  -moz-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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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;
    -webkit-box-shadow: none !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 {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .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;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/static/media/glyphicons-halflings-regular.f4769f9b.eot);
  src: url(/static/media/glyphicons-halflings-regular.f4769f9b.eot?#iefix) format("embedded-opentype"), url(/static/media/glyphicons-halflings-regular.448c34a5.woff2) format("woff2"), url(/static/media/glyphicons-halflings-regular.fa277232.woff) format("woff"), url(/static/media/glyphicons-halflings-regular.e18bbf61.ttf) format("truetype"), url(/static/media/glyphicons-halflings-regular.89889688.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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.42857143;
  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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .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,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .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 {
  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;
  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,
ol ul,
ul ol,
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.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@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%;
  text-transform: uppercase;
}
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.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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 > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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 > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
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.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(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[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .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,
.checkbox.disabled label,
fieldset[disabled] .radio 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,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
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,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  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-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-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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  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;
}
@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 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .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 > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .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 > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .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;
  -webkit-box-shadow: none;
  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,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  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%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  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;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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.42857143;
  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.42857143;
  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 {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn: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 > .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 {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn: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 {
  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 {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn: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) {
  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 {
  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) > .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 {
  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-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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 {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  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-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-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-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.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.42857143;
  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-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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 {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-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 {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-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 {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    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,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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 > .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;
    -webkit-box-shadow: none;
    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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  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;
    -webkit-box-shadow: none;
    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 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  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,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.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: #080808;
}
.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: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .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: #080808;
  }
  .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,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
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: "/\00a0";
}
.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.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.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 > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.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;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.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;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.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 {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.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;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.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 {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.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:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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,
button.list-group-item:hover,
a.list-group-item:focus,
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,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
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,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
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,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
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,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
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;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.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-responsive:first-child > .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 > 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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:last-child > .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 > 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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.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 {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  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;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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 .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    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.42857143;
  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.42857143;
  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;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.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 {
  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,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer: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;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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;
  }
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/static/media/fontawesome-webfont.674f50d2.eot);
  src: url(/static/media/fontawesome-webfont.674f50d2.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/static/media/fontawesome-webfont.af7ae505.woff2) format('woff2'), url(/static/media/fontawesome-webfont.fee66e71.woff) format('woff'), url(/static/media/fontawesome-webfont.b06871f2.ttf) format('truetype'), url(/static/media/fontawesome-webfont.912ec66d.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
/*!
 * antd v2.13.10
 * 
 * Copyright 2015-present, Alipay, Inc.
 * All rights reserved.
 */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  /* stylelint-disable-line */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  /* stylelint-disable-line */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: "Helvetica Neue For Number";
  src: local("Helvetica Neue");
  unicode-range: U+30-39;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
input[type="text"],
textarea {
  -webkit-appearance: none;
}
ul,
ol {
  list-style: none;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
::-moz-selection {
  background: #108ee9;
  color: #fff;
}
::selection {
  background: #108ee9;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
a {
  color: #108ee9;
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
a:focus {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}
a:hover {
  color: #49a9ee;
}
a:active {
  color: #0e77ca;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
.ant-divider {
  margin: 0 6px;
  display: inline-block;
  height: 8px;
  width: 1px;
  background: #ccc;
}
code,
kbd,
pre,
samp {
  font-family: Consolas, Menlo, Courier, monospace;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
@font-face {
  font-family: 'anticon';
  src: url('https://at.alicdn.com/t/font_zck90zmlh7hf47vi.eot');
  /* IE9*/
  src: url('https://at.alicdn.com/t/font_zck90zmlh7hf47vi.eot?#iefix') format('embedded-opentype'), /* chrome、firefox */ url('https://at.alicdn.com/t/font_zck90zmlh7hf47vi.woff') format('woff'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('https://at.alicdn.com/t/font_zck90zmlh7hf47vi.ttf') format('truetype'), /* iOS 4.1- */ url('https://at.alicdn.com/t/font_zck90zmlh7hf47vi.svg#iconfont') format('svg');
}
.anticon {
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon:before {
  display: block;
  font-family: "anticon" !important;
}
.anticon-step-forward:before {
  content: "\E600";
}
.anticon-step-backward:before {
  content: "\E601";
}
.anticon-forward:before {
  content: "\E602";
}
.anticon-backward:before {
  content: "\E603";
}
.anticon-caret-right:before {
  content: "\E604";
}
.anticon-caret-left:before {
  content: "\E605";
}
.anticon-caret-down:before {
  content: "\E606";
}
.anticon-caret-up:before {
  content: "\E607";
}
.anticon-right-circle:before {
  content: "\E608";
}
.anticon-circle-right:before {
  content: "\E608";
}
.anticon-caret-circle-right:before {
  content: "\E608";
}
.anticon-left-circle:before {
  content: "\E609";
}
.anticon-circle-left:before {
  content: "\E609";
}
.anticon-caret-circle-left:before {
  content: "\E609";
}
.anticon-up-circle:before {
  content: "\E60A";
}
.anticon-circle-up:before {
  content: "\E60A";
}
.anticon-caret-circle-up:before {
  content: "\E60A";
}
.anticon-down-circle:before {
  content: "\E60B";
}
.anticon-circle-down:before {
  content: "\E60B";
}
.anticon-caret-circle-down:before {
  content: "\E60B";
}
.anticon-right-circle-o:before {
  content: "\E60C";
}
.anticon-circle-o-right:before {
  content: "\E60C";
}
.anticon-caret-circle-o-right:before {
  content: "\E60C";
}
.anticon-left-circle-o:before {
  content: "\E60D";
}
.anticon-circle-o-left:before {
  content: "\E60D";
}
.anticon-caret-circle-o-left:before {
  content: "\E60D";
}
.anticon-up-circle-o:before {
  content: "\E60E";
}
.anticon-circle-o-up:before {
  content: "\E60E";
}
.anticon-caret-circle-o-up:before {
  content: "\E60E";
}
.anticon-down-circle-o:before {
  content: "\E60F";
}
.anticon-circle-o-down:before {
  content: "\E60F";
}
.anticon-caret-circle-o-down:before {
  content: "\E60F";
}
.anticon-verticle-left:before {
  content: "\E610";
}
.anticon-verticle-right:before {
  content: "\E611";
}
.anticon-rollback:before {
  content: "\E612";
}
.anticon-retweet:before {
  content: "\E613";
}
.anticon-shrink:before {
  content: "\E614";
}
.anticon-arrows-alt:before {
  content: "\E615";
}
.anticon-arrow-salt:before {
  content: "\E615";
}
.anticon-reload:before {
  content: "\E616";
}
.anticon-double-right:before {
  content: "\E617";
}
.anticon-double-left:before {
  content: "\E618";
}
.anticon-arrow-down:before {
  content: "\E619";
}
.anticon-arrow-up:before {
  content: "\E61A";
}
.anticon-arrow-right:before {
  content: "\E61B";
}
.anticon-arrow-left:before {
  content: "\E61C";
}
.anticon-down:before {
  content: "\E61D";
}
.anticon-up:before {
  content: "\E61E";
}
.anticon-right:before {
  content: "\E61F";
}
.anticon-left:before {
  content: "\E620";
}
.anticon-minus-square-o:before {
  content: "\E621";
}
.anticon-minus-circle:before {
  content: "\E622";
}
.anticon-minus-circle-o:before {
  content: "\E623";
}
.anticon-minus:before {
  content: "\E624";
}
.anticon-plus-circle-o:before {
  content: "\E625";
}
.anticon-plus-circle:before {
  content: "\E626";
}
.anticon-plus:before {
  content: "\E627";
}
.anticon-info-circle:before {
  content: "\E628";
}
.anticon-info-circle-o:before {
  content: "\E629";
}
.anticon-info:before {
  content: "\E62A";
}
.anticon-exclamation:before {
  content: "\E62B";
}
.anticon-exclamation-circle:before {
  content: "\E62C";
}
.anticon-exclamation-circle-o:before {
  content: "\E62D";
}
.anticon-close-circle:before {
  content: "\E62E";
}
.anticon-cross-circle:before {
  content: "\E62E";
}
.anticon-close-circle-o:before {
  content: "\E62F";
}
.anticon-cross-circle-o:before {
  content: "\E62F";
}
.anticon-check-circle:before {
  content: "\E630";
}
.anticon-check-circle-o:before {
  content: "\E631";
}
.anticon-check:before {
  content: "\E632";
}
.anticon-close:before {
  content: "\E633";
}
.anticon-cross:before {
  content: "\E633";
}
.anticon-customer-service:before {
  content: "\E634";
}
.anticon-customerservice:before {
  content: "\E634";
}
.anticon-credit-card:before {
  content: "\E635";
}
.anticon-code-o:before {
  content: "\E636";
}
.anticon-book:before {
  content: "\E637";
}
.anticon-bar-chart:before {
  content: "\E638";
}
.anticon-bars:before {
  content: "\E639";
}
.anticon-question:before {
  content: "\E63A";
}
.anticon-question-circle:before {
  content: "\E63B";
}
.anticon-question-circle-o:before {
  content: "\E63C";
}
.anticon-pause:before {
  content: "\E63D";
}
.anticon-pause-circle:before {
  content: "\E63E";
}
.anticon-pause-circle-o:before {
  content: "\E63F";
}
.anticon-clock-circle:before {
  content: "\E640";
}
.anticon-clock-circle-o:before {
  content: "\E641";
}
.anticon-swap:before {
  content: "\E642";
}
.anticon-swap-left:before {
  content: "\E643";
}
.anticon-swap-right:before {
  content: "\E644";
}
.anticon-plus-square-o:before {
  content: "\E645";
}
.anticon-frown:before {
  content: "\E646";
}
.anticon-frown-circle:before {
  content: "\E646";
}
.anticon-ellipsis:before {
  content: "\E647";
}
.anticon-copy:before {
  content: "\E648";
}
.anticon-menu-fold:before {
  content: "\E658";
}
.anticon-mail:before {
  content: "\E659";
}
.anticon-logout:before {
  content: "\E65A";
}
.anticon-link:before {
  content: "\E65B";
}
.anticon-area-chart:before {
  content: "\E65C";
}
.anticon-line-chart:before {
  content: "\E65D";
}
.anticon-home:before {
  content: "\E65E";
}
.anticon-laptop:before {
  content: "\E65F";
}
.anticon-star:before {
  content: "\E660";
}
.anticon-star-o:before {
  content: "\E661";
}
.anticon-folder:before {
  content: "\E662";
}
.anticon-filter:before {
  content: "\E663";
}
.anticon-file:before {
  content: "\E664";
}
.anticon-exception:before {
  content: "\E665";
}
.anticon-meh:before {
  content: "\E666";
}
.anticon-meh-circle:before {
  content: "\E666";
}
.anticon-meh-o:before {
  content: "\E667";
}
.anticon-shopping-cart:before {
  content: "\E668";
}
.anticon-save:before {
  content: "\E669";
}
.anticon-user:before {
  content: "\E66A";
}
.anticon-video-camera:before {
  content: "\E66B";
}
.anticon-to-top:before {
  content: "\E66C";
}
.anticon-team:before {
  content: "\E66D";
}
.anticon-tablet:before {
  content: "\E66E";
}
.anticon-solution:before {
  content: "\E66F";
}
.anticon-search:before {
  content: "\E670";
}
.anticon-share-alt:before {
  content: "\E671";
}
.anticon-setting:before {
  content: "\E672";
}
.anticon-poweroff:before {
  content: "\E6D5";
}
.anticon-picture:before {
  content: "\E674";
}
.anticon-phone:before {
  content: "\E675";
}
.anticon-paper-clip:before {
  content: "\E676";
}
.anticon-notification:before {
  content: "\E677";
}
.anticon-mobile:before {
  content: "\E678";
}
.anticon-menu-unfold:before {
  content: "\E679";
}
.anticon-inbox:before {
  content: "\E67A";
}
.anticon-lock:before {
  content: "\E67B";
}
.anticon-qrcode:before {
  content: "\E67C";
}
.anticon-play-circle:before {
  content: "\E6D0";
}
.anticon-play-circle-o:before {
  content: "\E6D1";
}
.anticon-tag:before {
  content: "\E6D2";
}
.anticon-tag-o:before {
  content: "\E6D3";
}
.anticon-tags:before {
  content: "\E67D";
}
.anticon-tags-o:before {
  content: "\E67E";
}
.anticon-cloud-o:before {
  content: "\E67F";
}
.anticon-cloud:before {
  content: "\E680";
}
.anticon-cloud-upload:before {
  content: "\E681";
}
.anticon-cloud-download:before {
  content: "\E682";
}
.anticon-cloud-download-o:before {
  content: "\E683";
}
.anticon-cloud-upload-o:before {
  content: "\E684";
}
.anticon-environment:before {
  content: "\E685";
}
.anticon-environment-o:before {
  content: "\E686";
}
.anticon-eye:before {
  content: "\E687";
}
.anticon-eye-o:before {
  content: "\E688";
}
.anticon-camera:before {
  content: "\E689";
}
.anticon-camera-o:before {
  content: "\E68A";
}
.anticon-windows:before {
  content: "\E68B";
}
.anticon-apple:before {
  content: "\E68C";
}
.anticon-apple-o:before {
  content: "\E6D4";
}
.anticon-android:before {
  content: "\E938";
}
.anticon-android-o:before {
  content: "\E68D";
}
.anticon-aliwangwang:before {
  content: "\E68E";
}
.anticon-aliwangwang-o:before {
  content: "\E68F";
}
.anticon-export:before {
  content: "\E691";
}
.anticon-edit:before {
  content: "\E692";
}
.anticon-circle-down-o:before {
  content: "\E693";
}
.anticon-circle-down-:before {
  content: "\E694";
}
.anticon-appstore-o:before {
  content: "\E695";
}
.anticon-appstore:before {
  content: "\E696";
}
.anticon-scan:before {
  content: "\E697";
}
.anticon-file-text:before {
  content: "\E698";
}
.anticon-folder-open:before {
  content: "\E699";
}
.anticon-hdd:before {
  content: "\E69A";
}
.anticon-ie:before {
  content: "\E69B";
}
.anticon-file-jpg:before {
  content: "\E69C";
}
.anticon-like:before {
  content: "\E64C";
}
.anticon-like-o:before {
  content: "\E69D";
}
.anticon-dislike:before {
  content: "\E64B";
}
.anticon-dislike-o:before {
  content: "\E69E";
}
.anticon-delete:before {
  content: "\E69F";
}
.anticon-enter:before {
  content: "\E6A0";
}
.anticon-pushpin-o:before {
  content: "\E6A1";
}
.anticon-pushpin:before {
  content: "\E6A2";
}
.anticon-heart:before {
  content: "\E6A3";
}
.anticon-heart-o:before {
  content: "\E6A4";
}
.anticon-pay-circle:before {
  content: "\E6A5";
}
.anticon-pay-circle-o:before {
  content: "\E6A6";
}
.anticon-smile:before {
  content: "\E6A7";
}
.anticon-smile-circle:before {
  content: "\E6A7";
}
.anticon-smile-o:before {
  content: "\E6A8";
}
.anticon-frown-o:before {
  content: "\E6A9";
}
.anticon-calculator:before {
  content: "\E6AA";
}
.anticon-message:before {
  content: "\E6AB";
}
.anticon-chrome:before {
  content: "\E6AC";
}
.anticon-github:before {
  content: "\E6AD";
}
.anticon-file-unknown:before {
  content: "\E6AF";
}
.anticon-file-excel:before {
  content: "\E6B0";
}
.anticon-file-ppt:before {
  content: "\E6B1";
}
.anticon-file-word:before {
  content: "\E6B2";
}
.anticon-file-pdf:before {
  content: "\E6B3";
}
.anticon-desktop:before {
  content: "\E6B4";
}
.anticon-upload:before {
  content: "\E6B6";
}
.anticon-download:before {
  content: "\E6B7";
}
.anticon-pie-chart:before {
  content: "\E6B8";
}
.anticon-unlock:before {
  content: "\E6BA";
}
.anticon-calendar:before {
  content: "\E6BB";
}
.anticon-windows-o:before {
  content: "\E6BC";
}
.anticon-dot-chart:before {
  content: "\E6BD";
}
.anticon-bar-chart:before {
  content: "\E6BE";
}
.anticon-code:before {
  content: "\E6BF";
}
.anticon-api:before {
  content: "\E951";
}
.anticon-plus-square:before {
  content: "\E6C0";
}
.anticon-minus-square:before {
  content: "\E6C1";
}
.anticon-close-square:before {
  content: "\E6C2";
}
.anticon-close-square-o:before {
  content: "\E6C3";
}
.anticon-check-square:before {
  content: "\E6C4";
}
.anticon-check-square-o:before {
  content: "\E6C5";
}
.anticon-fast-backward:before {
  content: "\E6C6";
}
.anticon-fast-forward:before {
  content: "\E6C7";
}
.anticon-up-square:before {
  content: "\E6C8";
}
.anticon-down-square:before {
  content: "\E6C9";
}
.anticon-left-square:before {
  content: "\E6CA";
}
.anticon-right-square:before {
  content: "\E6CB";
}
.anticon-right-square-o:before {
  content: "\E6CC";
}
.anticon-left-square-o:before {
  content: "\E6CD";
}
.anticon-down-square-o:before {
  content: "\E6CE";
}
.anticon-up-square-o:before {
  content: "\E6CF";
}
.anticon-loading:before {
  content: "\E64D";
}
.anticon-loading-3-quarters:before {
  content: "\E6AE";
}
.anticon-bulb:before {
  content: "\E649";
}
.anticon-select:before {
  content: "\E64A";
}
.anticon-addfile:before,
.anticon-file-add:before {
  content: "\E910";
}
.anticon-addfolder:before,
.anticon-folder-add:before {
  content: "\E914";
}
.anticon-switcher:before {
  content: "\E913";
}
.anticon-rocket:before {
  content: "\E90F";
}
.anticon-dingding:before {
  content: "\E923";
}
.anticon-dingding-o:before {
  content: "\E925";
}
.anticon-bell:before {
  content: "\E64E";
}
.anticon-disconnect:before {
  content: "\E64F";
}
.anticon-database:before {
  content: "\E650";
}
.anticon-compass:before {
  content: "\E6DB";
}
.anticon-barcode:before {
  content: "\E652";
}
.anticon-hourglass:before {
  content: "\E653";
}
.anticon-key:before {
  content: "\E654";
}
.anticon-flag:before {
  content: "\E655";
}
.anticon-layout:before {
  content: "\E656";
}
.anticon-login:before {
  content: "\E657";
}
.anticon-printer:before {
  content: "\E673";
}
.anticon-sound:before {
  content: "\E6E9";
}
.anticon-usb:before {
  content: "\E6D7";
}
.anticon-skin:before {
  content: "\E6D8";
}
.anticon-tool:before {
  content: "\E6D9";
}
.anticon-sync:before {
  content: "\E6DA";
}
.anticon-wifi:before {
  content: "\E6D6";
}
.anticon-car:before {
  content: "\E6DC";
}
.anticon-copyright:before {
  content: "\E6DE";
}
.anticon-schedule:before {
  content: "\E6DF";
}
.anticon-user-add:before {
  content: "\E6ED";
}
.anticon-user-delete:before {
  content: "\E6E0";
}
.anticon-usergroup-add:before {
  content: "\E6DD";
}
.anticon-usergroup-delete:before {
  content: "\E6E1";
}
.anticon-man:before {
  content: "\E6E2";
}
.anticon-woman:before {
  content: "\E6EC";
}
.anticon-shop:before {
  content: "\E6E3";
}
.anticon-gift:before {
  content: "\E6E4";
}
.anticon-idcard:before {
  content: "\E6E5";
}
.anticon-medicine-box:before {
  content: "\E6E6";
}
.anticon-red-envelope:before {
  content: "\E6E7";
}
.anticon-coffee:before {
  content: "\E6E8";
}
.anticon-trademark:before {
  content: "\E651";
}
.anticon-safety:before {
  content: "\E6EA";
}
.anticon-wallet:before {
  content: "\E6EB";
}
.anticon-bank:before {
  content: "\E6EE";
}
.anticon-trophy:before {
  content: "\E6EF";
}
.anticon-contacts:before {
  content: "\E6F0";
}
.anticon-global:before {
  content: "\E6F1";
}
.anticon-shake:before {
  content: "\E94F";
}
.anticon-fork:before {
  content: "\E6F2";
}
.anticon-spin:before {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  -webkit-animation-name: antFadeIn;
          animation-name: antFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-leave.fade-leave-active {
  -webkit-animation-name: antFadeOut;
          animation-name: antFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.fade-leave {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  -webkit-animation-name: antMoveUpIn;
          animation-name: antMoveUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  -webkit-animation-name: antMoveUpOut;
          animation-name: antMoveUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  -webkit-animation-name: antMoveDownIn;
          animation-name: antMoveDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  -webkit-animation-name: antMoveDownOut;
          animation-name: antMoveDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  -webkit-animation-name: antMoveLeftIn;
          animation-name: antMoveLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  -webkit-animation-name: antMoveLeftOut;
          animation-name: antMoveLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  -webkit-animation-name: antMoveRightIn;
          animation-name: antMoveRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  -webkit-animation-name: antMoveRightOut;
          animation-name: antMoveRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@-webkit-keyframes antMoveDownIn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes antMoveDownIn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes antMoveDownOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes antMoveDownOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
}
@-webkit-keyframes antMoveLeftIn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes antMoveLeftIn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes antMoveLeftOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes antMoveLeftOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes antMoveRightIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes antMoveRightIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes antMoveRightOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes antMoveRightOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes antMoveUpIn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes antMoveUpIn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes antMoveUpOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes antMoveUpOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes loadingCircle {
  0% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loadingCircle {
  0% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.slide-up-enter,
.slide-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  -webkit-animation-name: antSlideLeftIn;
          animation-name: antSlideLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  -webkit-animation-name: antSlideLeftOut;
          animation-name: antSlideLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  -webkit-animation-name: antSlideRightIn;
          animation-name: antSlideRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  -webkit-animation-name: antSlideRightOut;
          animation-name: antSlideRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes antSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes antSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes antSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@keyframes antSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@-webkit-keyframes antSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes antSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes antSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@keyframes antSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@-webkit-keyframes antSlideLeftIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes antSlideLeftIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes antSlideLeftOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
}
@keyframes antSlideLeftOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
}
@-webkit-keyframes antSlideRightIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes antSlideRightIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes antSlideRightOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
}
@keyframes antSlideRightOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
}
.swing-enter,
.swing-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  -webkit-animation-name: antSwingIn;
          animation-name: antSwingIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes antSwingIn {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes antSwingIn {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.zoom-enter,
.zoom-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  -webkit-animation-name: antZoomIn;
          animation-name: antZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  -webkit-animation-name: antZoomOut;
          animation-name: antZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-leave {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  -webkit-animation-name: antZoomUpIn;
          animation-name: antZoomUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  -webkit-animation-name: antZoomUpOut;
          animation-name: antZoomUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  -webkit-animation-name: antZoomDownIn;
          animation-name: antZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  -webkit-animation-name: antZoomDownOut;
          animation-name: antZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  -webkit-animation-name: antZoomLeftIn;
          animation-name: antZoomLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  -webkit-animation-name: antZoomLeftOut;
          animation-name: antZoomLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  -webkit-animation-name: antZoomRightIn;
          animation-name: antZoomRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  -webkit-animation-name: antZoomRightOut;
          animation-name: antZoomRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@-webkit-keyframes antZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes antZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
}
@keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
}
@-webkit-keyframes antZoomBigIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes antZoomBigIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes antZoomUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes antZoomUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes antZoomUpOut {
  0% {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes antZoomUpOut {
  0% {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes antZoomLeftIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes antZoomLeftIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes antZoomLeftOut {
  0% {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes antZoomLeftOut {
  0% {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes antZoomRightIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes antZoomRightIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes antZoomRightOut {
  0% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes antZoomRightOut {
  0% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes antZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes antZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes antZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes antZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.ant-motion-collapse {
  overflow: hidden;
}
.ant-motion-collapse-active {
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-affix {
  position: fixed;
  z-index: 10;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-alert {
  position: relative;
  padding: 8px 48px 8px 38px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 1.5;
}
.ant-alert.ant-alert-no-icon {
  padding: 8px 48px 8px 16px;
}
.ant-alert-icon {
  font-size: 14px;
  top: 10px;
  left: 16px;
  position: absolute;
}
.ant-alert-description {
  font-size: 12px;
  line-height: 21px;
  display: none;
}
.ant-alert-success {
  border: 1px solid #cfefdf;
  background-color: #ebf8f2;
}
.ant-alert-success .ant-alert-icon {
  color: #00a854;
}
.ant-alert-info {
  border: 1px solid #d2eafb;
  background-color: #ecf6fd;
}
.ant-alert-info .ant-alert-icon {
  color: #108ee9;
}
.ant-alert-warning {
  border: 1px solid #fff3cf;
  background-color: #fffaeb;
}
.ant-alert-warning .ant-alert-icon {
  color: #ffbf00;
}
.ant-alert-error {
  border: 1px solid #fcdbd9;
  background-color: #fef0ef;
}
.ant-alert-error .ant-alert-icon {
  color: #f04134;
}
.ant-alert-close-icon {
  font-size: 12px;
  position: absolute;
  right: 16px;
  top: 10px;
  height: 12px;
  line-height: 12px;
  overflow: hidden;
  cursor: pointer;
}
.ant-alert-close-icon .anticon-cross {
  color: rgba(0, 0, 0, 0.43);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
.ant-alert-close-icon .anticon-cross:hover {
  color: #404040;
}
.ant-alert-close-text {
  position: absolute;
  right: 16px;
}
.ant-alert-with-description {
  padding: 16px 16px 16px 60px;
  position: relative;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 16px;
}
.ant-alert-with-description .ant-alert-icon {
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  font-size: 12px;
}
.ant-alert-with-description .ant-alert-message {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  display: block;
  margin-bottom: 4px;
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-close {
  height: 0 !important;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
.ant-alert-slide-up-leave {
  -webkit-animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-alert-banner {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
@-webkit-keyframes antAlertSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes antAlertSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes antAlertSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes antAlertSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-anchor {
  position: relative;
}
.ant-anchor-wrapper {
  background-color: #fff;
}
.ant-anchor-ink {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.ant-anchor-ink:before {
  content: ' ';
  position: relative;
  width: 2px;
  height: 100%;
  display: block;
  background-color: #e9e9e9;
  margin: 0 auto;
}
.ant-anchor-ink-ball {
  display: none;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  border: 3px solid #108ee9;
  background-color: #fff;
  left: 50%;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ant-anchor-ink-ball.visible {
  display: inline-block;
}
.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none;
}
.ant-anchor-link {
  padding: 8px 0 8px 18px;
  line-height: 1;
}
.ant-anchor-link-title {
  display: block;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.ant-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ant-anchor-link-active > .ant-anchor-link-title {
  color: #108ee9;
}
.ant-anchor-link .ant-anchor-link {
  padding-top: 6px;
  padding-bottom: 6px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-select-auto-complete.ant-select .ant-select-selection {
  border: 0;
  box-shadow: none;
}
.ant-select-auto-complete.ant-select .ant-select-selection__rendered {
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  line-height: 28px;
}
.ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
  margin-left: 8px;
  margin-right: 8px;
}
.ant-select-auto-complete.ant-select .ant-select-selection--single {
  height: auto;
}
.ant-select-auto-complete.ant-select .ant-select-search--inline {
  position: static;
  float: left;
}
.ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 0 !important;
}
.ant-select-auto-complete.ant-select .ant-input {
  background: transparent;
  border-width: 1px;
  line-height: 1.5;
  height: 28px;
}
.ant-select-auto-complete.ant-select .ant-input:focus,
.ant-select-auto-complete.ant-select .ant-input:hover {
  border-color: #49a9ee;
}
.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered {
  line-height: 32px;
}
.ant-select-auto-complete.ant-select-lg .ant-input {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 32px;
}
.ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered {
  line-height: 22px;
}
.ant-select-auto-complete.ant-select-sm .ant-input {
  padding-top: 1px;
  padding-bottom: 1px;
  height: 22px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-select {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
}
.ant-select > ul > li > a {
  padding: 0;
  background-color: #fff;
}
.ant-select-arrow {
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 8px;
  line-height: 1;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.43);
  display: inline-block;
  font-size: 12px;
  font-size: 9px \9;
  -webkit-transform: scale(0.75) rotate(0deg);
      -ms-transform: scale(0.75) rotate(0deg);
          transform: scale(0.75) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
.ant-select-arrow:before {
  display: block;
  font-family: "anticon" !important;
}
:root .ant-select-arrow {
  -webkit-filter: none;
          filter: none;
}
:root .ant-select-arrow {
  font-size: 12px;
}
.ant-select-arrow * {
  display: none;
}
.ant-select-arrow:before {
  content: '\E61D';
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.ant-select-selection {
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection:hover {
  border-color: #49a9ee;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #49a9ee;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(16, 142, 233, 0.2);
}
.ant-select-selection__clear {
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  opacity: 0;
  position: absolute;
  right: 8px;
  z-index: 1;
  background: #fff;
  top: 50%;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  width: 12px;
  height: 12px;
  margin-top: -6px;
  line-height: 12px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, opacity 0.15s ease;
  transition: color 0.3s ease, opacity 0.15s ease;
}
.ant-select-selection__clear:before {
  display: block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E62E";
}
.ant-select-selection__clear:hover {
  color: rgba(0, 0, 0, 0.43);
}
.ant-select-selection:hover .ant-select-selection__clear {
  opacity: 1;
}
.ant-select-selection-selected-value {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding-right: 14px;
}
.ant-select-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-disabled .ant-select-selection {
  background: #f7f7f7;
  cursor: not-allowed;
}
.ant-select-disabled .ant-select-selection:hover,
.ant-select-disabled .ant-select-selection:focus,
.ant-select-disabled .ant-select-selection:active {
  border-color: #d9d9d9;
  box-shadow: none;
}
.ant-select-disabled .ant-select-selection__clear {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  background: #eee;
  color: #aaa;
  padding-right: 10px;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
  display: none;
}
.ant-select-selection--single {
  height: 28px;
  position: relative;
  cursor: pointer;
}
.ant-select-selection__rendered {
  display: block;
  margin-left: 7px;
  margin-right: 7px;
  position: relative;
  line-height: 26px;
}
.ant-select-selection__rendered:after {
  content: '.';
  visibility: hidden;
  pointer-events: none;
  display: inline-block;
  width: 0;
}
.ant-select-lg .ant-select-selection--single {
  height: 32px;
}
.ant-select-lg .ant-select-selection__rendered {
  line-height: 30px;
}
.ant-select-lg .ant-select-selection--multiple {
  min-height: 32px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 24px;
  line-height: 24px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear {
  top: 16px;
}
.ant-select-sm .ant-select-selection--single {
  height: 22px;
}
.ant-select-sm .ant-select-selection__rendered {
  line-height: 20px;
}
.ant-select-sm .ant-select-selection--multiple {
  min-height: 22px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 14px;
  line-height: 14px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear {
  top: 11px;
}
.ant-select-disabled .ant-select-selection__choice__remove {
  color: rgba(0, 0, 0, 0.25);
  cursor: default;
}
.ant-select-disabled .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-search__field__wrap {
  display: inline-block;
  position: relative;
}
.ant-select-selection__placeholder,
.ant-select-search__field__placeholder {
  position: absolute;
  top: 50%;
  left: 0;
  right: 9px;
  color: #bfbfbf;
  line-height: 20px;
  height: 20px;
  max-width: 100%;
  margin-top: -10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.ant-select-search__field__placeholder {
  left: 8px;
}
.ant-select-search__field__mirror {
  position: absolute;
  top: 0;
  left: -9999px;
  white-space: pre;
  pointer-events: none;
}
.ant-select-search--inline {
  position: absolute;
  height: 100%;
  width: 100%;
}
.ant-select-selection--multiple .ant-select-search--inline {
  float: left;
  position: static;
}
.ant-select-search--inline .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-search--inline .ant-select-search__field {
  border-width: 0;
  font-size: 100%;
  height: 100%;
  width: 100%;
  background: transparent;
  outline: 0;
  border-radius: 4px;
  line-height: 1;
}
.ant-select-search--inline > i {
  float: right;
}
.ant-select-selection--multiple {
  min-height: 28px;
  cursor: text;
  padding-bottom: 3px;
  zoom: 1;
}
.ant-select-selection--multiple:before,
.ant-select-selection--multiple:after {
  content: " ";
  display: table;
}
.ant-select-selection--multiple:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-select-selection--multiple .ant-select-search--inline {
  width: auto;
  padding: 0;
  max-width: 100%;
}
.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
  max-width: 100%;
  width: 0.75em;
}
.ant-select-selection--multiple .ant-select-selection__rendered {
  margin-left: 5px;
  margin-bottom: -3px;
  height: auto;
}
.ant-select-selection--multiple > ul > li,
.ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  margin-top: 3px;
  height: 20px;
  line-height: 20px;
}
.ant-select-selection--multiple .ant-select-selection__choice {
  color: rgba(0, 0, 0, 0.65);
  background-color: #f3f3f3;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 4px;
  max-width: 99%;
  position: relative;
  overflow: hidden;
  -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0 20px 0 10px;
}
.ant-select-selection--multiple .ant-select-selection__choice__disabled {
  padding: 0 10px;
}
.ant-select-selection--multiple .ant-select-selection__choice__content {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  -webkit-transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.43);
  line-height: inherit;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  -webkit-transform: scale(0.66666667) rotate(0deg);
      -ms-transform: scale(0.66666667) rotate(0deg);
          transform: scale(0.66666667) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  position: absolute;
  right: 4px;
  padding: 0 0 0 8px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:before {
  display: block;
  font-family: "anticon" !important;
}
:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
  -webkit-filter: none;
          filter: none;
}
:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-size: 12px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
  color: #404040;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:before {
  content: "\E633";
}
.ant-select-selection--multiple .ant-select-selection__clear {
  top: 14px;
}
.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-open .ant-select-arrow {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
}
.ant-select-open .ant-select-arrow:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ant-select-open .ant-select-selection {
  border-color: #49a9ee;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(16, 142, 233, 0.2);
}
.ant-select-combobox .ant-select-arrow {
  display: none;
}
.ant-select-combobox .ant-select-search--inline {
  height: 100%;
  width: 100%;
  float: none;
}
.ant-select-combobox .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-combobox .ant-select-search__field {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: none;
}
.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-dropdown {
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 1050;
  left: -9999px;
  top: -9999px;
  position: absolute;
  outline: none;
  overflow: hidden;
  font-size: 12px;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-menu {
  outline: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow: auto;
}
.ant-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item {
  padding-left: 16px;
}
.ant-select-dropdown-menu-item-group-title {
  color: rgba(0, 0, 0, 0.43);
  line-height: 1.5;
  padding: 8px;
}
.ant-select-dropdown-menu-item {
  position: relative;
  display: block;
  padding: 7px 8px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-select-dropdown-menu-item:hover {
  background-color: #ecf6fd;
}
.ant-select-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-selected,
.ant-select-dropdown-menu-item-selected:hover {
  background-color: #f7f7f7;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
}
.ant-select-dropdown-menu-item-active {
  background-color: #ecf6fd;
}
.ant-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  line-height: 0;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E632";
  color: transparent;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  font-weight: bold;
  text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
}
:root .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
  -webkit-filter: none;
          filter: none;
}
:root .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
  font-size: 12px;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover:after {
  color: #ddd;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled:after {
  display: none;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:after,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover:after {
  color: #108ee9;
  display: inline-block;
}
.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
  display: block;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-input-search-icon {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
}
.ant-input-search-icon:hover {
  color: #108ee9;
}
.ant-search-input-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.ant-search-input.ant-input-group .ant-input:first-child,
.ant-search-input.ant-input-group .ant-select:first-child {
  border-radius: 4px;
  position: absolute;
  top: -1px;
  width: 100%;
}
.ant-search-input.ant-input-group .ant-input:first-child {
  padding-right: 36px;
}
.ant-search-input .ant-search-btn {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
  border-radius: 0 3px 3px 0;
  left: -1px;
  position: relative;
  border-width: 0 0 0 1px;
  z-index: 2;
  padding-left: 8px;
  padding-right: 8px;
}
.ant-search-input .ant-search-btn > a:only-child {
  color: currentColor;
}
.ant-search-input .ant-search-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input .ant-search-btn:hover,
.ant-search-input .ant-search-btn:focus {
  color: #108ee9;
  background-color: #fff;
  border-color: #108ee9;
}
.ant-search-input .ant-search-btn:hover > a:only-child,
.ant-search-input .ant-search-btn:focus > a:only-child {
  color: currentColor;
}
.ant-search-input .ant-search-btn:hover > a:only-child:after,
.ant-search-input .ant-search-btn:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input .ant-search-btn:active,
.ant-search-input .ant-search-btn.active {
  color: #0e77ca;
  background-color: #fff;
  border-color: #0e77ca;
}
.ant-search-input .ant-search-btn:active > a:only-child,
.ant-search-input .ant-search-btn.active > a:only-child {
  color: currentColor;
}
.ant-search-input .ant-search-btn:active > a:only-child:after,
.ant-search-input .ant-search-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input .ant-search-btn.disabled,
.ant-search-input .ant-search-btn[disabled],
.ant-search-input .ant-search-btn.disabled:hover,
.ant-search-input .ant-search-btn[disabled]:hover,
.ant-search-input .ant-search-btn.disabled:focus,
.ant-search-input .ant-search-btn[disabled]:focus,
.ant-search-input .ant-search-btn.disabled:active,
.ant-search-input .ant-search-btn[disabled]:active,
.ant-search-input .ant-search-btn.disabled.active,
.ant-search-input .ant-search-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-search-input .ant-search-btn.disabled > a:only-child,
.ant-search-input .ant-search-btn[disabled] > a:only-child,
.ant-search-input .ant-search-btn.disabled:hover > a:only-child,
.ant-search-input .ant-search-btn[disabled]:hover > a:only-child,
.ant-search-input .ant-search-btn.disabled:focus > a:only-child,
.ant-search-input .ant-search-btn[disabled]:focus > a:only-child,
.ant-search-input .ant-search-btn.disabled:active > a:only-child,
.ant-search-input .ant-search-btn[disabled]:active > a:only-child,
.ant-search-input .ant-search-btn.disabled.active > a:only-child,
.ant-search-input .ant-search-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-search-input .ant-search-btn.disabled > a:only-child:after,
.ant-search-input .ant-search-btn[disabled] > a:only-child:after,
.ant-search-input .ant-search-btn.disabled:hover > a:only-child:after,
.ant-search-input .ant-search-btn[disabled]:hover > a:only-child:after,
.ant-search-input .ant-search-btn.disabled:focus > a:only-child:after,
.ant-search-input .ant-search-btn[disabled]:focus > a:only-child:after,
.ant-search-input .ant-search-btn.disabled:active > a:only-child:after,
.ant-search-input .ant-search-btn[disabled]:active > a:only-child:after,
.ant-search-input .ant-search-btn.disabled.active > a:only-child:after,
.ant-search-input .ant-search-btn[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input .ant-search-btn:hover,
.ant-search-input .ant-search-btn:focus,
.ant-search-input .ant-search-btn:active,
.ant-search-input .ant-search-btn.active {
  background: #fff;
}
.ant-search-input .ant-search-btn:hover {
  border-color: #d9d9d9;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty,
.ant-search-input:hover .ant-search-btn-noempty {
  color: #fff;
  background-color: #108ee9;
  border-color: #108ee9;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty > a:only-child {
  color: currentColor;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover,
.ant-search-input:hover .ant-search-btn-noempty:hover,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus,
.ant-search-input:hover .ant-search-btn-noempty:focus {
  color: #fff;
  background-color: #49a9ee;
  border-color: #49a9ee;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty:hover > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty:focus > a:only-child {
  color: currentColor;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty:hover > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active,
.ant-search-input:hover .ant-search-btn-noempty:active,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active,
.ant-search-input:hover .ant-search-btn-noempty.active {
  color: #fff;
  background-color: #0e77ca;
  border-color: #0e77ca;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty:active > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.active > a:only-child {
  color: currentColor;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty:active > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled,
.ant-search-input:hover .ant-search-btn-noempty.disabled,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled],
.ant-search-input:hover .ant-search-btn-noempty[disabled],
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover,
.ant-search-input:hover .ant-search-btn-noempty.disabled:hover,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:hover,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus,
.ant-search-input:hover .ant-search-btn-noempty.disabled:focus,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:focus,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active,
.ant-search-input:hover .ant-search-btn-noempty.disabled:active,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:active,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active,
.ant-search-input:hover .ant-search-btn-noempty.disabled.active,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active,
.ant-search-input:hover .ant-search-btn-noempty[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.disabled > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled] > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty[disabled] > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.disabled:hover > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:hover > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.disabled:focus > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:focus > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.disabled:active > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:active > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.disabled.active > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty[disabled].active > a:only-child {
  color: currentColor;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.disabled > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled] > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty[disabled] > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.disabled:hover > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:hover > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.disabled:focus > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:focus > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.disabled:active > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:active > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.disabled.active > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input .ant-select-combobox .ant-select-selection__rendered {
  margin-right: 29px;
}
.ant-input {
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  width: 100%;
  height: 28px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input:hover {
  border-color: #49a9ee;
}
.ant-input:focus {
  border-color: #49a9ee;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(16, 142, 233, 0.2);
}
.ant-input-disabled {
  background-color: #f7f7f7;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-disabled:hover {
  border-color: #e2e2e2;
}
textarea.ant-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all .3s, height 0s;
  transition: all .3s, height 0s;
}
.ant-input-lg {
  padding: 6px 7px;
  height: 32px;
}
.ant-input-sm {
  padding: 1px 7px;
  height: 22px;
}
.ant-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.ant-input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.ant-input-group > [class*="col-"] {
  padding-right: 8px;
}
.ant-input-group > [class*="col-"]:last-child {
  padding-right: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}
.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ant-input-group-wrap > * {
  display: block !important;
}
.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.ant-input-group .ant-input:focus {
  z-index: 1;
}
.ant-input-group-addon {
  padding: 4px 7px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  background-color: #eee;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-input-group-addon .ant-select {
  margin: -5px -7px;
}
.ant-input-group-addon .ant-select .ant-select-selection {
  background-color: inherit;
  margin: -1px;
  border: 1px solid transparent;
  box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selection,
.ant-input-group-addon .ant-select-focused .ant-select-selection {
  color: #108ee9;
}
.ant-input-group-addon > i:only-child:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ant-input-group > .ant-input:first-child .ant-select .ant-select-selection,
.ant-input-group-addon:first-child .ant-select .ant-select-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ant-input-group-addon:first-child {
  border-right: 0;
}
.ant-input-group-addon:last-child {
  border-left: 0;
}
.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selection,
.ant-input-group-addon:last-child .ant-select .ant-select-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  padding: 6px 7px;
  height: 32px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  padding: 1px 7px;
  height: 22px;
}
.ant-input-group-lg .ant-select-selection--single {
  height: 32px;
}
.ant-input-group-sm .ant-select-selection--single {
  height: 22px;
}
.ant-input-group .ant-input-affix-wrapper {
  display: table-cell;
  width: 100%;
  float: left;
}
.ant-input-group.ant-input-group-compact {
  display: block;
  zoom: 1;
}
.ant-input-group.ant-input-group-compact:before,
.ant-input-group.ant-input-group-compact:after {
  content: " ";
  display: table;
}
.ant-input-group.ant-input-group-compact:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-input-group.ant-input-group-compact > * {
  border-radius: 0;
  border-right-width: 0;
  vertical-align: top;
  float: none;
  display: inline-block;
}
.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
  z-index: auto;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input {
  border-radius: 0;
  border-right-width: 0;
}
.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right-width: 1px;
}
.ant-input-group-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.ant-input-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.ant-input-affix-wrapper .ant-input {
  z-index: 1;
}
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #49a9ee;
}
.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  line-height: 0;
  color: rgba(0, 0, 0, 0.65);
}
.ant-input-affix-wrapper .ant-input-prefix {
  left: 7px;
}
.ant-input-affix-wrapper .ant-input-suffix {
  right: 7px;
}
.ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 24px;
}
.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 24px;
}
.ant-input-affix-wrapper .ant-input {
  min-height: 100%;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-avatar {
  display: inline-block;
  text-align: center;
  background: #ccc;
  color: #fff;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
}
.ant-avatar > * {
  line-height: 32px;
}
.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}
.ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}
.ant-avatar-lg > * {
  line-height: 40px;
}
.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}
.ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
}
.ant-avatar-sm > * {
  line-height: 24px;
}
.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}
.ant-avatar-square {
  border-radius: 4px;
}
.ant-avatar > img {
  width: 100%;
  height: 100%;
  display: block;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-back-top {
  z-index: 10;
  position: fixed;
  right: 100px;
  bottom: 50px;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.ant-back-top-content {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: rgba(64, 64, 64, 0.4);
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-back-top-content:hover {
  background-color: rgba(64, 64, 64, 0.6);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-back-top-icon {
  font-size: 20px;
  margin-top: 10px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-badge {
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.ant-badge-count {
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -10px;
  height: 20px;
  border-radius: 10px;
  min-width: 20px;
  background: #f04134;
  color: #fff;
  line-height: 20px;
  text-align: center;
  padding: 0 6px;
  font-size: 12px;
  white-space: nowrap;
  -webkit-transform-origin: -10% center;
      -ms-transform-origin: -10% center;
          transform-origin: -10% center;
  font-family: tahoma;
}
.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}
.ant-badge-dot {
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: 0 center;
      -ms-transform-origin: 0 center;
          transform-origin: 0 center;
  top: -4px;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #f04134;
  z-index: 10;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ant-badge-status-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
}
.ant-badge-status-success {
  background-color: #00a854;
}
.ant-badge-status-processing {
  background-color: #108ee9;
  position: relative;
}
.ant-badge-status-processing:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #108ee9;
  content: '';
  -webkit-animation: antStatusProcessing 1.2s infinite ease-in-out;
          animation: antStatusProcessing 1.2s infinite ease-in-out;
}
.ant-badge-status-default {
  background-color: #d9d9d9;
}
.ant-badge-status-error {
  background-color: #f04134;
}
.ant-badge-status-warning {
  background-color: #ffbf00;
}
.ant-badge-status-text {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  margin-left: 8px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  -webkit-animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-badge-zoom-leave {
  -webkit-animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
          animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-badge-not-a-wrapper .ant-badge-count {
  top: auto;
  display: block;
  position: relative;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
@-webkit-keyframes antStatusProcessing {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
    opacity: 0;
  }
}
@keyframes antStatusProcessing {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
    opacity: 0;
  }
}
.ant-scroll-number {
  overflow: hidden;
}
.ant-scroll-number-only {
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 20px;
}
.ant-scroll-number-only > p {
  height: 20px;
}
@-webkit-keyframes antZoomBadgeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-50%);
            transform: scale(0) translateX(-50%);
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}
@keyframes antZoomBadgeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-50%);
            transform: scale(0) translateX(-50%);
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}
@-webkit-keyframes antZoomBadgeOut {
  0% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-50%);
            transform: scale(0) translateX(-50%);
  }
}
@keyframes antZoomBadgeOut {
  0% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-50%);
            transform: scale(0) translateX(-50%);
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-breadcrumb {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: color .3s;
  transition: color .3s;
}
.ant-breadcrumb a:hover {
  color: #49a9ee;
}
.ant-breadcrumb > span:last-child {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.3);
}
.ant-breadcrumb-link > .anticon + span {
  margin-left: 4px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.15;
  padding: 0 15px;
  font-size: 12px;
  border-radius: 4px;
  height: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-btn > .anticon {
  line-height: 1;
}
.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}
.ant-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-btn:not([disabled]):active {
  outline: 0;
  -webkit-transition: none;
  transition: none;
}
.ant-btn.disabled,
.ant-btn[disabled] {
  cursor: not-allowed;
}
.ant-btn.disabled > *,
.ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  height: 32px;
}
.ant-btn-sm {
  padding: 0 7px;
  font-size: 12px;
  border-radius: 4px;
  height: 22px;
}
.ant-btn > a:only-child {
  color: currentColor;
}
.ant-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:hover,
.ant-btn:focus {
  color: #108ee9;
  background-color: #fff;
  border-color: #108ee9;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentColor;
}
.ant-btn:hover > a:only-child:after,
.ant-btn:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:active,
.ant-btn.active {
  color: #0e77ca;
  background-color: #fff;
  border-color: #0e77ca;
}
.ant-btn:active > a:only-child,
.ant-btn.active > a:only-child {
  color: currentColor;
}
.ant-btn:active > a:only-child:after,
.ant-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-btn.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn.disabled > a:only-child:after,
.ant-btn[disabled] > a:only-child:after,
.ant-btn.disabled:hover > a:only-child:after,
.ant-btn[disabled]:hover > a:only-child:after,
.ant-btn.disabled:focus > a:only-child:after,
.ant-btn[disabled]:focus > a:only-child:after,
.ant-btn.disabled:active > a:only-child:after,
.ant-btn[disabled]:active > a:only-child:after,
.ant-btn.disabled.active > a:only-child:after,
.ant-btn[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active,
.ant-btn.active {
  background: #fff;
}
.ant-btn > i,
.ant-btn > span {
  pointer-events: none;
}
.ant-btn-primary {
  color: #fff;
  background-color: #108ee9;
  border-color: #108ee9;
}
.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #49a9ee;
  border-color: #49a9ee;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-primary:hover > a:only-child:after,
.ant-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary:active,
.ant-btn-primary.active {
  color: #fff;
  background-color: #0e77ca;
  border-color: #0e77ca;
}
.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-primary:active > a:only-child:after,
.ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-primary.disabled > a:only-child:after,
.ant-btn-primary[disabled] > a:only-child:after,
.ant-btn-primary.disabled:hover > a:only-child:after,
.ant-btn-primary[disabled]:hover > a:only-child:after,
.ant-btn-primary.disabled:focus > a:only-child:after,
.ant-btn-primary[disabled]:focus > a:only-child:after,
.ant-btn-primary.disabled:active > a:only-child:after,
.ant-btn-primary[disabled]:active > a:only-child:after,
.ant-btn-primary.disabled.active > a:only-child:after,
.ant-btn-primary[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #0e77ca;
  border-left-color: #0e77ca;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #0e77ca;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #0e77ca;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.ant-btn-ghost {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border-color: #d9d9d9;
}
.ant-btn-ghost > a:only-child {
  color: currentColor;
}
.ant-btn-ghost > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #108ee9;
  background-color: transparent;
  border-color: #108ee9;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:hover > a:only-child:after,
.ant-btn-ghost:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost:active,
.ant-btn-ghost.active {
  color: #0e77ca;
  background-color: transparent;
  border-color: #0e77ca;
}
.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:active > a:only-child:after,
.ant-btn-ghost.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost.disabled > a:only-child:after,
.ant-btn-ghost[disabled] > a:only-child:after,
.ant-btn-ghost.disabled:hover > a:only-child:after,
.ant-btn-ghost[disabled]:hover > a:only-child:after,
.ant-btn-ghost.disabled:focus > a:only-child:after,
.ant-btn-ghost[disabled]:focus > a:only-child:after,
.ant-btn-ghost.disabled:active > a:only-child:after,
.ant-btn-ghost[disabled]:active > a:only-child:after,
.ant-btn-ghost.disabled.active > a:only-child:after,
.ant-btn-ghost[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: dashed;
}
.ant-btn-dashed > a:only-child {
  color: currentColor;
}
.ant-btn-dashed > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #108ee9;
  background-color: #fff;
  border-color: #108ee9;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:hover > a:only-child:after,
.ant-btn-dashed:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed:active,
.ant-btn-dashed.active {
  color: #0e77ca;
  background-color: #fff;
  border-color: #0e77ca;
}
.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:active > a:only-child:after,
.ant-btn-dashed.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed.disabled,
.ant-btn-dashed[disabled],
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed.disabled > a:only-child:after,
.ant-btn-dashed[disabled] > a:only-child:after,
.ant-btn-dashed.disabled:hover > a:only-child:after,
.ant-btn-dashed[disabled]:hover > a:only-child:after,
.ant-btn-dashed.disabled:focus > a:only-child:after,
.ant-btn-dashed[disabled]:focus > a:only-child:after,
.ant-btn-dashed.disabled:active > a:only-child:after,
.ant-btn-dashed[disabled]:active > a:only-child:after,
.ant-btn-dashed.disabled.active > a:only-child:after,
.ant-btn-dashed[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger {
  color: #f04134;
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  color: #fff;
  background-color: #f04134;
  border-color: #f04134;
}
.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-danger:hover > a:only-child:after,
.ant-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:active,
.ant-btn-danger.active {
  color: #fff;
  background-color: #d73435;
  border-color: #d73435;
}
.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-danger:active > a:only-child:after,
.ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger.disabled,
.ant-btn-danger[disabled],
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger.disabled:active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger.disabled.active,
.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-danger.disabled > a:only-child:after,
.ant-btn-danger[disabled] > a:only-child:after,
.ant-btn-danger.disabled:hover > a:only-child:after,
.ant-btn-danger[disabled]:hover > a:only-child:after,
.ant-btn-danger.disabled:focus > a:only-child:after,
.ant-btn-danger[disabled]:focus > a:only-child:after,
.ant-btn-danger.disabled:active > a:only-child:after,
.ant-btn-danger[disabled]:active > a:only-child:after,
.ant-btn-danger.disabled.active > a:only-child:after,
.ant-btn-danger[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-circle,
.ant-btn-circle-outline {
  width: 28px;
  padding: 0;
  font-size: 14px;
  border-radius: 50%;
  height: 28px;
}
.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
  width: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
  height: 32px;
}
.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
  width: 22px;
  padding: 0;
  font-size: 12px;
  border-radius: 50%;
  height: 22px;
}
.ant-btn:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: #fff;
  opacity: 0.35;
  content: '';
  border-radius: inherit;
  z-index: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  display: none;
}
.ant-btn .anticon {
  -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn.ant-btn-loading:before {
  display: block;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 29px;
  pointer-events: none;
  position: relative;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -14px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 24px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -17px;
}
.ant-btn-group {
  position: relative;
  display: inline-block;
}
.ant-btn-group > .ant-btn {
  position: relative;
  z-index: 1;
}
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > .ant-btn.active {
  z-index: 2;
}
.ant-btn-group > .ant-btn:disabled {
  z-index: 0;
}
.ant-btn-group-lg > .ant-btn {
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  height: 32px;
}
.ant-btn-group-sm > .ant-btn {
  padding: 0 7px;
  font-size: 12px;
  border-radius: 4px;
  height: 22px;
}
.ant-btn-group-sm > .ant-btn > .anticon {
  font-size: 12px;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}
.ant-btn-group .ant-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  padding-left: 8px;
  padding-right: 8px;
}
.ant-btn-group > .ant-btn:first-child {
  margin-left: 0;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 8px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 8px;
}
.ant-btn-group > .ant-btn-group {
  float: left;
}
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 8px;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 8px;
}
.ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 0.5em;
}
.ant-btn-clicked:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: inherit;
  border: 0 solid #108ee9;
  opacity: 0.4;
  -webkit-animation: buttonEffect .4s;
          animation: buttonEffect .4s;
  display: block;
}
.ant-btn-danger.ant-btn-clicked:after {
  border-color: #f04134;
}
.ant-btn-background-ghost {
  background: transparent !important;
  border-color: #fff;
  color: #fff;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #108ee9;
  background-color: transparent;
  border-color: #108ee9;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #49a9ee;
  background-color: transparent;
  border-color: #49a9ee;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary:active,
.ant-btn-background-ghost.ant-btn-primary.active {
  color: #0e77ca;
  background-color: transparent;
  border-color: #0e77ca;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary.disabled:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary.disabled.active,
.ant-btn-background-ghost.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger {
  color: #f04134;
  background-color: transparent;
  border-color: #f04134;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #f46e65;
  background-color: transparent;
  border-color: #f46e65;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger:active,
.ant-btn-background-ghost.ant-btn-danger.active {
  color: #d73435;
  background-color: transparent;
  border-color: #d73435;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger.disabled:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger.disabled.active,
.ant-btn-background-ghost.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
@-webkit-keyframes buttonEffect {
  to {
    opacity: 0;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border-width: 6px;
  }
}
@keyframes buttonEffect {
  to {
    opacity: 0;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border-width: 6px;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-fullcalendar {
  font-size: 12px;
  line-height: 1.5;
  outline: none;
  border-top: 1px solid #d9d9d9;
}
.ant-fullcalendar-month-select {
  margin-left: 5px;
}
.ant-fullcalendar-header {
  padding: 11px 16px 11px 0;
  text-align: right;
}
.ant-fullcalendar-header .ant-select-dropdown {
  text-align: left;
}
.ant-fullcalendar-header .ant-radio-group {
  margin-left: 8px;
  text-align: left;
}
.ant-fullcalendar-header label.ant-radio-button {
  height: 22px;
  line-height: 20px;
  padding: 0 10px;
}
.ant-fullcalendar-date-panel {
  position: relative;
  outline: none;
}
.ant-fullcalendar-calendar-body {
  padding: 8px 8px 14px;
}
.ant-fullcalendar table {
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  width: 100%;
  height: 246px;
}
.ant-fullcalendar table,
.ant-fullcalendar th,
.ant-fullcalendar td {
  border: 0;
}
.ant-fullcalendar td {
  position: relative;
}
.ant-fullcalendar-calendar-table {
  border-spacing: 0;
  margin-bottom: 0;
}
.ant-fullcalendar-column-header {
  line-height: 18px;
  padding: 0;
  width: 33px;
  text-align: center;
}
.ant-fullcalendar-column-header .ant-fullcalendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-fullcalendar-week-number-header .ant-fullcalendar-column-header-inner {
  display: none;
}
.ant-fullcalendar-month,
.ant-fullcalendar-date {
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-fullcalendar-value {
  display: block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  width: 22px;
  height: 22px;
  padding: 0;
  background: transparent;
  line-height: 22px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-fullcalendar-value:hover {
  background: #ecf6fd;
  cursor: pointer;
}
.ant-fullcalendar-value:active {
  background: #108ee9;
  color: #fff;
}
.ant-fullcalendar-month-panel-cell .ant-fullcalendar-value {
  width: 48px;
}
.ant-fullcalendar-today .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value {
  box-shadow: 0 0 0 1px #108ee9;
}
.ant-fullcalendar-selected-day .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value {
  background: #108ee9;
  color: #fff;
}
.ant-fullcalendar-disabled-cell-first-of-row .ant-fullcalendar-value {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-fullcalendar-disabled-cell-last-of-row .ant-fullcalendar-value {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-fullcalendar-last-month-cell .ant-fullcalendar-value,
.ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.25);
}
.ant-fullcalendar-month-panel-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
}
.ant-fullcalendar-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -9px;
}
.ant-fullcalendar-fullscreen {
  border-top: 0;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-table {
  table-layout: fixed;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-header .ant-radio-group {
  margin-left: 16px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-header label.ant-radio-button {
  height: 28px;
  line-height: 26px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date {
  text-align: left;
  margin: 0 4px;
  display: block;
  color: rgba(0, 0, 0, 0.65);
  height: 116px;
  padding: 4px 8px;
  border-top: 2px solid #e9e9e9;
  -webkit-transition: background .3s;
  transition: background .3s;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:hover,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:hover {
  background: #ecf6fd;
  cursor: pointer;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:active,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:active {
  background: #d2eafb;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-column-header {
  text-align: right;
  padding-right: 12px;
  padding-bottom: 5px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-value {
  text-align: right;
  background: transparent;
  width: auto;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.65);
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-date {
  border-top-color: #108ee9;
  background: transparent;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  box-shadow: none;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-date {
  background: #ecf6fd;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value {
  color: #108ee9;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-last-month-cell .ant-fullcalendar-date,
.ant-fullcalendar-fullscreen .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-date {
  color: rgba(0, 0, 0, 0.25);
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-content {
  height: 90px;
  overflow-y: auto;
  position: static;
  width: auto;
  left: auto;
  bottom: auto;
}
.ant-fullcalendar-disabled-cell .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell .ant-fullcalendar-date:hover {
  cursor: not-allowed;
}
.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date:hover {
  background: transparent;
}
.ant-fullcalendar-disabled-cell .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  width: auto;
  cursor: not-allowed;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-radio-group {
  display: inline-block;
  font-size: 12px;
}
.ant-radio-wrapper {
  font-size: 12px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-right: 8px;
  cursor: pointer;
}
.ant-radio {
  white-space: nowrap;
  outline: none;
  display: inline-block;
  position: relative;
  line-height: 1;
  vertical-align: text-bottom;
  cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio .ant-radio-inner,
.ant-radio:hover .ant-radio-inner,
.ant-radio-focused .ant-radio-inner {
  border-color: #108ee9;
}
.ant-radio-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #108ee9;
  content: '';
  -webkit-animation: antRadioEffect 0.36s ease-in-out;
          animation: antRadioEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  visibility: hidden;
}
.ant-radio:hover:after,
.ant-radio-wrapper:hover .ant-radio:after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 14px;
  border-color: #d9d9d9;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-radio-inner:after {
  position: absolute;
  width: 6px;
  height: 6px;
  left: 3px;
  top: 3px;
  border-radius: 4px;
  display: table;
  border-top: 0;
  border-left: 0;
  content: ' ';
  background-color: #108ee9;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #108ee9;
}
.ant-radio-checked .ant-radio-inner:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled .ant-radio-inner {
  border-color: #d9d9d9 !important;
  background-color: #f7f7f7;
}
.ant-radio-disabled .ant-radio-inner:after {
  background-color: #ccc;
}
.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}
.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.ant-radio + * {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-radio-button-wrapper {
  margin: 0;
  height: 28px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.65);
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-left: 0;
  background: #fff;
  padding: 0 16px;
  position: relative;
}
.ant-radio-button-wrapper a {
  color: rgba(0, 0, 0, 0.65);
}
.ant-radio-button-wrapper > .ant-radio-button {
  margin-left: 0;
  display: block;
  width: 0;
  height: 0;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 32px;
  line-height: 30px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 22px;
  line-height: 20px;
  padding: 0 12px;
}
.ant-radio-group-small .ant-radio-button-wrapper:first-child {
  border-radius: 2px 0 0 2px;
}
.ant-radio-group-small .ant-radio-button-wrapper:last-child {
  border-radius: 0 2px 2px 0;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  content: "";
  display: block;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #d9d9d9;
}
.ant-radio-button-wrapper:first-child {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #d9d9d9;
}
.ant-radio-button-wrapper:last-child {
  border-radius: 0 4px 4px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 4px;
}
.ant-radio-button-wrapper:hover,
.ant-radio-button-wrapper-focused {
  color: #108ee9;
  position: relative;
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type="checkbox"],
.ant-radio-button-wrapper input[type="radio"] {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
  height: 0;
}
.ant-radio-button-wrapper-checked {
  background: #fff;
  border-color: #108ee9;
  color: #108ee9;
  box-shadow: -1px 0 0 0 #108ee9;
  z-index: 1;
}
.ant-radio-button-wrapper-checked::before {
  background-color: #108ee9 !important;
  opacity: 0.1;
}
.ant-radio-button-wrapper-checked:first-child {
  border-color: #108ee9;
  box-shadow: none !important;
}
.ant-radio-button-wrapper-checked:hover {
  border-color: #49a9ee;
  box-shadow: -1px 0 0 0 #49a9ee;
  color: #49a9ee;
}
.ant-radio-button-wrapper-checked:active {
  border-color: #0e77ca;
  box-shadow: -1px 0 0 0 #0e77ca;
  color: #0e77ca;
}
.ant-radio-button-wrapper-disabled {
  border-color: #d9d9d9;
  background-color: #f7f7f7;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  border-color: #d9d9d9;
  background-color: #f7f7f7;
  color: rgba(0, 0, 0, 0.25);
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  box-shadow: none;
}
@-webkit-keyframes antRadioEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antRadioEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-card {
  background: #fff;
  border-radius: 2px;
  font-size: 12px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-card:not(.ant-card-no-hovering):hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
.ant-card-bordered {
  border: 1px solid #e9e9e9;
}
.ant-card-head {
  height: 48px;
  line-height: 48px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 24px;
  border-radius: 2px 2px 0 0;
  zoom: 1;
  margin-bottom: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ant-card-head:before,
.ant-card-head:after {
  content: " ";
  display: table;
}
.ant-card-head:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-card-head-title {
  font-size: 14px;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-card-extra {
  float: right;
  text-align: right;
  margin-left: auto;
}
.ant-card-body {
  padding: 24px;
  zoom: 1;
}
.ant-card-body:before,
.ant-card-body:after {
  content: " ";
  display: table;
}
.ant-card-body:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-card-contain-grid .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.ant-card-grid {
  border-radius: 0;
  border: 0;
  box-shadow: 1px 0 0 0 #e9e9e9, 0 1px 0 0 #e9e9e9, 1px 1px 0 0 #e9e9e9, 1px 0 0 0 #e9e9e9 inset, 0 1px 0 0 #e9e9e9 inset;
  width: 33.33%;
  float: left;
  padding: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-card-grid:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.ant-card-wider-padding .ant-card-head {
  padding: 0 32px;
}
.ant-card-wider-padding .ant-card-body {
  padding: 24px 32px;
}
.ant-card-wider-padding .ant-card-extra {
  right: 32px;
}
.ant-card-padding-transition .ant-card-head,
.ant-card-padding-transition .ant-card-body {
  -webkit-transition: padding .3s;
  transition: padding .3s;
}
.ant-card-padding-transition .ant-card-extra {
  -webkit-transition: right .3s;
  transition: right .3s;
}
.ant-card-loading .ant-card-body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
}
.ant-card-loading-content {
  padding: 24px;
}
.ant-card-loading-block {
  display: inline-block;
  margin: 5px 1% 0;
  height: 14px;
  border-radius: 2px;
  background: -webkit-linear-gradient(left, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  -webkit-animation: card-loading 1.4s ease infinite;
          animation: card-loading 1.4s ease infinite;
  background-size: 600% 600%;
}
@-webkit-keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ant-carousel .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.ant-carousel .slick-track:before,
.ant-carousel .slick-track:after {
  content: "";
  display: table;
}
.ant-carousel .slick-track:after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .ant-carousel .slick-slide {
  float: right;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: 0;
  outline: none;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.ant-carousel .slick-prev:hover:before,
.ant-carousel .slick-next:hover:before,
.ant-carousel .slick-prev:focus:before,
.ant-carousel .slick-next:focus:before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled:before,
.ant-carousel .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev:before {
  content: "\2190";
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next:before {
  content: "\2192";
}
.ant-carousel .slick-dots {
  position: absolute;
  bottom: 12px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  height: 3px;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 2px;
  padding: 0;
}
.ant-carousel .slick-dots li button {
  border: 0;
  cursor: pointer;
  background: #fff;
  opacity: 0.3;
  display: block;
  width: 16px;
  height: 3px;
  border-radius: 1px;
  outline: none;
  font-size: 0;
  color: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
  width: 24px;
}
.ant-carousel .slick-dots li.slick-active button:hover,
.ant-carousel .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  width: 3px;
  bottom: auto;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
}
.ant-carousel-vertical .slick-dots li {
  margin: 0 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-cascader {
  font-size: 12px;
}
.ant-cascader-input.ant-input {
  background-color: transparent !important;
  cursor: pointer;
  width: 100%;
  display: block;
}
.ant-cascader-picker {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  background-color: #fff;
  border-radius: 4px;
  outline: 0;
}
.ant-cascader-picker-with-value .ant-cascader-picker-label {
  color: transparent;
}
.ant-cascader-picker-disabled {
  cursor: not-allowed;
  background: #f7f7f7;
  color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-picker-disabled .ant-cascader-input {
  cursor: not-allowed;
}
.ant-cascader-picker:focus .ant-cascader-input {
  border-color: #49a9ee;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(16, 142, 233, 0.2);
}
.ant-cascader-picker-label {
  position: absolute;
  left: 0;
  height: 20px;
  line-height: 20px;
  top: 50%;
  margin-top: -10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  padding: 0 12px 0 8px;
}
.ant-cascader-picker-clear {
  opacity: 0;
  position: absolute;
  right: 8px;
  z-index: 2;
  background: #fff;
  top: 50%;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  width: 12px;
  height: 12px;
  margin-top: -6px;
  line-height: 12px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, opacity 0.15s ease;
  transition: color 0.3s ease, opacity 0.15s ease;
}
.ant-cascader-picker-clear:hover {
  color: rgba(0, 0, 0, 0.43);
}
.ant-cascader-picker:hover .ant-cascader-picker-clear {
  opacity: 1;
}
.ant-cascader-picker-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 8px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.43);
  display: inline-block;
  font-size: 12px;
  font-size: 9px \9;
  -webkit-transform: scale(0.75) rotate(0deg);
      -ms-transform: scale(0.75) rotate(0deg);
          transform: scale(0.75) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-cascader-picker-arrow {
  -webkit-filter: none;
          filter: none;
}
:root .ant-cascader-picker-arrow {
  font-size: 12px;
}
.ant-cascader-picker-arrow:before {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}
.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ant-cascader-menus {
  font-size: 12px;
  background: #fff;
  position: absolute;
  z-index: 1050;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.ant-cascader-menus-empty,
.ant-cascader-menus-hidden {
  display: none;
}
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-bottomLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-bottomLeft {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-topLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-topLeft {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-cascader-menu {
  display: inline-block;
  vertical-align: top;
  min-width: 111px;
  height: 180px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #e9e9e9;
  overflow: auto;
}
.ant-cascader-menu:first-child {
  border-radius: 4px 0 0 4px;
}
.ant-cascader-menu:last-child {
  border-right-color: transparent;
  margin-right: -1px;
  border-radius: 0 4px 4px 0;
}
.ant-cascader-menu:only-child {
  border-radius: 4px;
}
.ant-cascader-menu-item {
  padding: 7px 8px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-cascader-menu-item:hover {
  background: #ecf6fd;
}
.ant-cascader-menu-item-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-menu-item-disabled:hover {
  background: transparent;
}
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  background: #f7f7f7;
  font-weight: 600;
}
.ant-cascader-menu-item-expand {
  position: relative;
  padding-right: 24px;
}
.ant-cascader-menu-item-expand:after {
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E61F";
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  -webkit-transform: scale(0.66666667) rotate(0deg);
      -ms-transform: scale(0.66666667) rotate(0deg);
          transform: scale(0.66666667) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  color: rgba(0, 0, 0, 0.43);
  position: absolute;
  right: 8px;
}
:root .ant-cascader-menu-item-expand:after {
  -webkit-filter: none;
          filter: none;
}
:root .ant-cascader-menu-item-expand:after {
  font-size: 12px;
}
.ant-cascader-menu-item-loading:after {
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E64D";
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.ant-cascader-menu-item .ant-cascader-menu-item-keyword {
  color: #f04134;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
@-webkit-keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: text-bottom;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #108ee9;
}
.ant-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #108ee9;
  content: '';
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  visibility: hidden;
}
.ant-checkbox:hover:after,
.ant-checkbox-wrapper:hover .ant-checkbox:after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-checkbox-inner:after {
  -webkit-transform: rotate(45deg) scale(0);
      -ms-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4px;
  top: 1px;
  display: table;
  width: 5px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ant-checkbox-indeterminate .ant-checkbox-inner:after {
  content: ' ';
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  position: absolute;
  left: 2px;
  top: 5px;
  width: 8px;
  height: 1px;
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-checkbox-checked .ant-checkbox-inner:after {
  -webkit-transform: rotate(45deg) scale(1);
      -ms-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.ant-checkbox-checked .ant-checkbox-inner,
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #108ee9;
  border-color: #108ee9;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
  -webkit-animation-name: none;
          animation-name: none;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  border-color: #d9d9d9 !important;
  background-color: #f7f7f7;
}
.ant-checkbox-disabled .ant-checkbox-inner:after {
  -webkit-animation-name: none;
          animation-name: none;
  border-color: #f7f7f7;
}
.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-checkbox-wrapper {
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox-wrapper + span,
.ant-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-checkbox-group {
  font-size: 12px;
}
.ant-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
@media \0screen {
  .ant-checkbox-checked .ant-checkbox-inner:before,
  .ant-checkbox-checked .ant-checkbox-inner:after {
    font-family: 'anticon';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E632";
    font-weight: bold;
    font-size: 8px;
    border: 0;
    color: #fff;
    left: 2px;
    top: 3px;
    position: absolute;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  zoom: 1;
  display: block;
}
.ant-row:before,
.ant-row:after {
  content: " ";
  display: table;
}
.ant-row:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.ant-row-flex:before,
.ant-row-flex:after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ant-row-flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ant-row-flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-row-flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ant-row-flex-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ant-row-flex-space-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.ant-row-flex-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ant-row-flex-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ant-row-flex-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ant-col {
  position: relative;
  display: block;
}
.ant-col-1, .ant-col-xs-1, .ant-col-sm-1, .ant-col-md-1, .ant-col-lg-1, .ant-col-2, .ant-col-xs-2, .ant-col-sm-2, .ant-col-md-2, .ant-col-lg-2, .ant-col-3, .ant-col-xs-3, .ant-col-sm-3, .ant-col-md-3, .ant-col-lg-3, .ant-col-4, .ant-col-xs-4, .ant-col-sm-4, .ant-col-md-4, .ant-col-lg-4, .ant-col-5, .ant-col-xs-5, .ant-col-sm-5, .ant-col-md-5, .ant-col-lg-5, .ant-col-6, .ant-col-xs-6, .ant-col-sm-6, .ant-col-md-6, .ant-col-lg-6, .ant-col-7, .ant-col-xs-7, .ant-col-sm-7, .ant-col-md-7, .ant-col-lg-7, .ant-col-8, .ant-col-xs-8, .ant-col-sm-8, .ant-col-md-8, .ant-col-lg-8, .ant-col-9, .ant-col-xs-9, .ant-col-sm-9, .ant-col-md-9, .ant-col-lg-9, .ant-col-10, .ant-col-xs-10, .ant-col-sm-10, .ant-col-md-10, .ant-col-lg-10, .ant-col-11, .ant-col-xs-11, .ant-col-sm-11, .ant-col-md-11, .ant-col-lg-11, .ant-col-12, .ant-col-xs-12, .ant-col-sm-12, .ant-col-md-12, .ant-col-lg-12, .ant-col-13, .ant-col-xs-13, .ant-col-sm-13, .ant-col-md-13, .ant-col-lg-13, .ant-col-14, .ant-col-xs-14, .ant-col-sm-14, .ant-col-md-14, .ant-col-lg-14, .ant-col-15, .ant-col-xs-15, .ant-col-sm-15, .ant-col-md-15, .ant-col-lg-15, .ant-col-16, .ant-col-xs-16, .ant-col-sm-16, .ant-col-md-16, .ant-col-lg-16, .ant-col-17, .ant-col-xs-17, .ant-col-sm-17, .ant-col-md-17, .ant-col-lg-17, .ant-col-18, .ant-col-xs-18, .ant-col-sm-18, .ant-col-md-18, .ant-col-lg-18, .ant-col-19, .ant-col-xs-19, .ant-col-sm-19, .ant-col-md-19, .ant-col-lg-19, .ant-col-20, .ant-col-xs-20, .ant-col-sm-20, .ant-col-md-20, .ant-col-lg-20, .ant-col-21, .ant-col-xs-21, .ant-col-sm-21, .ant-col-md-21, .ant-col-lg-21, .ant-col-22, .ant-col-xs-22, .ant-col-sm-22, .ant-col-md-22, .ant-col-lg-22, .ant-col-23, .ant-col-xs-23, .ant-col-sm-23, .ant-col-md-23, .ant-col-lg-23, .ant-col-24, .ant-col-xs-24, .ant-col-sm-24, .ant-col-md-24, .ant-col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.ant-col-1, .ant-col-2, .ant-col-3, .ant-col-4, .ant-col-5, .ant-col-6, .ant-col-7, .ant-col-8, .ant-col-9, .ant-col-10, .ant-col-11, .ant-col-12, .ant-col-13, .ant-col-14, .ant-col-15, .ant-col-16, .ant-col-17, .ant-col-18, .ant-col-19, .ant-col-20, .ant-col-21, .ant-col-22, .ant-col-23, .ant-col-24 {
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ant-col-24 {
  display: block;
  width: 100%;
}
.ant-col-push-24 {
  left: 100%;
}
.ant-col-pull-24 {
  right: 100%;
}
.ant-col-offset-24 {
  margin-left: 100%;
}
.ant-col-order-24 {
  -webkit-box-ordinal-group: 25;
  -webkit-order: 24;
      -ms-flex-order: 24;
          order: 24;
}
.ant-col-23 {
  display: block;
  width: 95.83333333%;
}
.ant-col-push-23 {
  left: 95.83333333%;
}
.ant-col-pull-23 {
  right: 95.83333333%;
}
.ant-col-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-order-23 {
  -webkit-box-ordinal-group: 24;
  -webkit-order: 23;
      -ms-flex-order: 23;
          order: 23;
}
.ant-col-22 {
  display: block;
  width: 91.66666667%;
}
.ant-col-push-22 {
  left: 91.66666667%;
}
.ant-col-pull-22 {
  right: 91.66666667%;
}
.ant-col-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-order-22 {
  -webkit-box-ordinal-group: 23;
  -webkit-order: 22;
      -ms-flex-order: 22;
          order: 22;
}
.ant-col-21 {
  display: block;
  width: 87.5%;
}
.ant-col-push-21 {
  left: 87.5%;
}
.ant-col-pull-21 {
  right: 87.5%;
}
.ant-col-offset-21 {
  margin-left: 87.5%;
}
.ant-col-order-21 {
  -webkit-box-ordinal-group: 22;
  -webkit-order: 21;
      -ms-flex-order: 21;
          order: 21;
}
.ant-col-20 {
  display: block;
  width: 83.33333333%;
}
.ant-col-push-20 {
  left: 83.33333333%;
}
.ant-col-pull-20 {
  right: 83.33333333%;
}
.ant-col-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-order-20 {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
      -ms-flex-order: 20;
          order: 20;
}
.ant-col-19 {
  display: block;
  width: 79.16666667%;
}
.ant-col-push-19 {
  left: 79.16666667%;
}
.ant-col-pull-19 {
  right: 79.16666667%;
}
.ant-col-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-order-19 {
  -webkit-box-ordinal-group: 20;
  -webkit-order: 19;
      -ms-flex-order: 19;
          order: 19;
}
.ant-col-18 {
  display: block;
  width: 75%;
}
.ant-col-push-18 {
  left: 75%;
}
.ant-col-pull-18 {
  right: 75%;
}
.ant-col-offset-18 {
  margin-left: 75%;
}
.ant-col-order-18 {
  -webkit-box-ordinal-group: 19;
  -webkit-order: 18;
      -ms-flex-order: 18;
          order: 18;
}
.ant-col-17 {
  display: block;
  width: 70.83333333%;
}
.ant-col-push-17 {
  left: 70.83333333%;
}
.ant-col-pull-17 {
  right: 70.83333333%;
}
.ant-col-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-order-17 {
  -webkit-box-ordinal-group: 18;
  -webkit-order: 17;
      -ms-flex-order: 17;
          order: 17;
}
.ant-col-16 {
  display: block;
  width: 66.66666667%;
}
.ant-col-push-16 {
  left: 66.66666667%;
}
.ant-col-pull-16 {
  right: 66.66666667%;
}
.ant-col-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-order-16 {
  -webkit-box-ordinal-group: 17;
  -webkit-order: 16;
      -ms-flex-order: 16;
          order: 16;
}
.ant-col-15 {
  display: block;
  width: 62.5%;
}
.ant-col-push-15 {
  left: 62.5%;
}
.ant-col-pull-15 {
  right: 62.5%;
}
.ant-col-offset-15 {
  margin-left: 62.5%;
}
.ant-col-order-15 {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
      -ms-flex-order: 15;
          order: 15;
}
.ant-col-14 {
  display: block;
  width: 58.33333333%;
}
.ant-col-push-14 {
  left: 58.33333333%;
}
.ant-col-pull-14 {
  right: 58.33333333%;
}
.ant-col-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-order-14 {
  -webkit-box-ordinal-group: 15;
  -webkit-order: 14;
      -ms-flex-order: 14;
          order: 14;
}
.ant-col-13 {
  display: block;
  width: 54.16666667%;
}
.ant-col-push-13 {
  left: 54.16666667%;
}
.ant-col-pull-13 {
  right: 54.16666667%;
}
.ant-col-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-order-13 {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}
.ant-col-12 {
  display: block;
  width: 50%;
}
.ant-col-push-12 {
  left: 50%;
}
.ant-col-pull-12 {
  right: 50%;
}
.ant-col-offset-12 {
  margin-left: 50%;
}
.ant-col-order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}
.ant-col-11 {
  display: block;
  width: 45.83333333%;
}
.ant-col-push-11 {
  left: 45.83333333%;
}
.ant-col-pull-11 {
  right: 45.83333333%;
}
.ant-col-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}
.ant-col-10 {
  display: block;
  width: 41.66666667%;
}
.ant-col-push-10 {
  left: 41.66666667%;
}
.ant-col-pull-10 {
  right: 41.66666667%;
}
.ant-col-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}
.ant-col-9 {
  display: block;
  width: 37.5%;
}
.ant-col-push-9 {
  left: 37.5%;
}
.ant-col-pull-9 {
  right: 37.5%;
}
.ant-col-offset-9 {
  margin-left: 37.5%;
}
.ant-col-order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}
.ant-col-8 {
  display: block;
  width: 33.33333333%;
}
.ant-col-push-8 {
  left: 33.33333333%;
}
.ant-col-pull-8 {
  right: 33.33333333%;
}
.ant-col-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}
.ant-col-7 {
  display: block;
  width: 29.16666667%;
}
.ant-col-push-7 {
  left: 29.16666667%;
}
.ant-col-pull-7 {
  right: 29.16666667%;
}
.ant-col-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}
.ant-col-6 {
  display: block;
  width: 25%;
}
.ant-col-push-6 {
  left: 25%;
}
.ant-col-pull-6 {
  right: 25%;
}
.ant-col-offset-6 {
  margin-left: 25%;
}
.ant-col-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}
.ant-col-5 {
  display: block;
  width: 20.83333333%;
}
.ant-col-push-5 {
  left: 20.83333333%;
}
.ant-col-pull-5 {
  right: 20.83333333%;
}
.ant-col-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}
.ant-col-4 {
  display: block;
  width: 16.66666667%;
}
.ant-col-push-4 {
  left: 16.66666667%;
}
.ant-col-pull-4 {
  right: 16.66666667%;
}
.ant-col-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
.ant-col-3 {
  display: block;
  width: 12.5%;
}
.ant-col-push-3 {
  left: 12.5%;
}
.ant-col-pull-3 {
  right: 12.5%;
}
.ant-col-offset-3 {
  margin-left: 12.5%;
}
.ant-col-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.ant-col-2 {
  display: block;
  width: 8.33333333%;
}
.ant-col-push-2 {
  left: 8.33333333%;
}
.ant-col-pull-2 {
  right: 8.33333333%;
}
.ant-col-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.ant-col-1 {
  display: block;
  width: 4.16666667%;
}
.ant-col-push-1 {
  left: 4.16666667%;
}
.ant-col-pull-1 {
  right: 4.16666667%;
}
.ant-col-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.ant-col-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-offset-0 {
  margin-left: 0;
}
.ant-col-order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
.ant-col-xs-1, .ant-col-xs-2, .ant-col-xs-3, .ant-col-xs-4, .ant-col-xs-5, .ant-col-xs-6, .ant-col-xs-7, .ant-col-xs-8, .ant-col-xs-9, .ant-col-xs-10, .ant-col-xs-11, .ant-col-xs-12, .ant-col-xs-13, .ant-col-xs-14, .ant-col-xs-15, .ant-col-xs-16, .ant-col-xs-17, .ant-col-xs-18, .ant-col-xs-19, .ant-col-xs-20, .ant-col-xs-21, .ant-col-xs-22, .ant-col-xs-23, .ant-col-xs-24 {
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ant-col-xs-24 {
  display: block;
  width: 100%;
}
.ant-col-xs-push-24 {
  left: 100%;
}
.ant-col-xs-pull-24 {
  right: 100%;
}
.ant-col-xs-offset-24 {
  margin-left: 100%;
}
.ant-col-xs-order-24 {
  -webkit-box-ordinal-group: 25;
  -webkit-order: 24;
      -ms-flex-order: 24;
          order: 24;
}
.ant-col-xs-23 {
  display: block;
  width: 95.83333333%;
}
.ant-col-xs-push-23 {
  left: 95.83333333%;
}
.ant-col-xs-pull-23 {
  right: 95.83333333%;
}
.ant-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-xs-order-23 {
  -webkit-box-ordinal-group: 24;
  -webkit-order: 23;
      -ms-flex-order: 23;
          order: 23;
}
.ant-col-xs-22 {
  display: block;
  width: 91.66666667%;
}
.ant-col-xs-push-22 {
  left: 91.66666667%;
}
.ant-col-xs-pull-22 {
  right: 91.66666667%;
}
.ant-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-xs-order-22 {
  -webkit-box-ordinal-group: 23;
  -webkit-order: 22;
      -ms-flex-order: 22;
          order: 22;
}
.ant-col-xs-21 {
  display: block;
  width: 87.5%;
}
.ant-col-xs-push-21 {
  left: 87.5%;
}
.ant-col-xs-pull-21 {
  right: 87.5%;
}
.ant-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ant-col-xs-order-21 {
  -webkit-box-ordinal-group: 22;
  -webkit-order: 21;
      -ms-flex-order: 21;
          order: 21;
}
.ant-col-xs-20 {
  display: block;
  width: 83.33333333%;
}
.ant-col-xs-push-20 {
  left: 83.33333333%;
}
.ant-col-xs-pull-20 {
  right: 83.33333333%;
}
.ant-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-xs-order-20 {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
      -ms-flex-order: 20;
          order: 20;
}
.ant-col-xs-19 {
  display: block;
  width: 79.16666667%;
}
.ant-col-xs-push-19 {
  left: 79.16666667%;
}
.ant-col-xs-pull-19 {
  right: 79.16666667%;
}
.ant-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-xs-order-19 {
  -webkit-box-ordinal-group: 20;
  -webkit-order: 19;
      -ms-flex-order: 19;
          order: 19;
}
.ant-col-xs-18 {
  display: block;
  width: 75%;
}
.ant-col-xs-push-18 {
  left: 75%;
}
.ant-col-xs-pull-18 {
  right: 75%;
}
.ant-col-xs-offset-18 {
  margin-left: 75%;
}
.ant-col-xs-order-18 {
  -webkit-box-ordinal-group: 19;
  -webkit-order: 18;
      -ms-flex-order: 18;
          order: 18;
}
.ant-col-xs-17 {
  display: block;
  width: 70.83333333%;
}
.ant-col-xs-push-17 {
  left: 70.83333333%;
}
.ant-col-xs-pull-17 {
  right: 70.83333333%;
}
.ant-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-xs-order-17 {
  -webkit-box-ordinal-group: 18;
  -webkit-order: 17;
      -ms-flex-order: 17;
          order: 17;
}
.ant-col-xs-16 {
  display: block;
  width: 66.66666667%;
}
.ant-col-xs-push-16 {
  left: 66.66666667%;
}
.ant-col-xs-pull-16 {
  right: 66.66666667%;
}
.ant-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-xs-order-16 {
  -webkit-box-ordinal-group: 17;
  -webkit-order: 16;
      -ms-flex-order: 16;
          order: 16;
}
.ant-col-xs-15 {
  display: block;
  width: 62.5%;
}
.ant-col-xs-push-15 {
  left: 62.5%;
}
.ant-col-xs-pull-15 {
  right: 62.5%;
}
.ant-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ant-col-xs-order-15 {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
      -ms-flex-order: 15;
          order: 15;
}
.ant-col-xs-14 {
  display: block;
  width: 58.33333333%;
}
.ant-col-xs-push-14 {
  left: 58.33333333%;
}
.ant-col-xs-pull-14 {
  right: 58.33333333%;
}
.ant-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-xs-order-14 {
  -webkit-box-ordinal-group: 15;
  -webkit-order: 14;
      -ms-flex-order: 14;
          order: 14;
}
.ant-col-xs-13 {
  display: block;
  width: 54.16666667%;
}
.ant-col-xs-push-13 {
  left: 54.16666667%;
}
.ant-col-xs-pull-13 {
  right: 54.16666667%;
}
.ant-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-xs-order-13 {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}
.ant-col-xs-12 {
  display: block;
  width: 50%;
}
.ant-col-xs-push-12 {
  left: 50%;
}
.ant-col-xs-pull-12 {
  right: 50%;
}
.ant-col-xs-offset-12 {
  margin-left: 50%;
}
.ant-col-xs-order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}
.ant-col-xs-11 {
  display: block;
  width: 45.83333333%;
}
.ant-col-xs-push-11 {
  left: 45.83333333%;
}
.ant-col-xs-pull-11 {
  right: 45.83333333%;
}
.ant-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-xs-order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}
.ant-col-xs-10 {
  display: block;
  width: 41.66666667%;
}
.ant-col-xs-push-10 {
  left: 41.66666667%;
}
.ant-col-xs-pull-10 {
  right: 41.66666667%;
}
.ant-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-xs-order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}
.ant-col-xs-9 {
  display: block;
  width: 37.5%;
}
.ant-col-xs-push-9 {
  left: 37.5%;
}
.ant-col-xs-pull-9 {
  right: 37.5%;
}
.ant-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ant-col-xs-order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}
.ant-col-xs-8 {
  display: block;
  width: 33.33333333%;
}
.ant-col-xs-push-8 {
  left: 33.33333333%;
}
.ant-col-xs-pull-8 {
  right: 33.33333333%;
}
.ant-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-xs-order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}
.ant-col-xs-7 {
  display: block;
  width: 29.16666667%;
}
.ant-col-xs-push-7 {
  left: 29.16666667%;
}
.ant-col-xs-pull-7 {
  right: 29.16666667%;
}
.ant-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-xs-order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}
.ant-col-xs-6 {
  display: block;
  width: 25%;
}
.ant-col-xs-push-6 {
  left: 25%;
}
.ant-col-xs-pull-6 {
  right: 25%;
}
.ant-col-xs-offset-6 {
  margin-left: 25%;
}
.ant-col-xs-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}
.ant-col-xs-5 {
  display: block;
  width: 20.83333333%;
}
.ant-col-xs-push-5 {
  left: 20.83333333%;
}
.ant-col-xs-pull-5 {
  right: 20.83333333%;
}
.ant-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-xs-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}
.ant-col-xs-4 {
  display: block;
  width: 16.66666667%;
}
.ant-col-xs-push-4 {
  left: 16.66666667%;
}
.ant-col-xs-pull-4 {
  right: 16.66666667%;
}
.ant-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-xs-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
.ant-col-xs-3 {
  display: block;
  width: 12.5%;
}
.ant-col-xs-push-3 {
  left: 12.5%;
}
.ant-col-xs-pull-3 {
  right: 12.5%;
}
.ant-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ant-col-xs-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.ant-col-xs-2 {
  display: block;
  width: 8.33333333%;
}
.ant-col-xs-push-2 {
  left: 8.33333333%;
}
.ant-col-xs-pull-2 {
  right: 8.33333333%;
}
.ant-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-xs-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.ant-col-xs-1 {
  display: block;
  width: 4.16666667%;
}
.ant-col-xs-push-1 {
  left: 4.16666667%;
}
.ant-col-xs-pull-1 {
  right: 4.16666667%;
}
.ant-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-xs-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.ant-col-xs-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-xs-push-0 {
  left: auto;
}
.ant-col-xs-pull-0 {
  right: auto;
}
.ant-col-xs-offset-0 {
  margin-left: 0;
}
.ant-col-xs-order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
@media (min-width: 768px) {
  .ant-col-sm-1, .ant-col-sm-2, .ant-col-sm-3, .ant-col-sm-4, .ant-col-sm-5, .ant-col-sm-6, .ant-col-sm-7, .ant-col-sm-8, .ant-col-sm-9, .ant-col-sm-10, .ant-col-sm-11, .ant-col-sm-12, .ant-col-sm-13, .ant-col-sm-14, .ant-col-sm-15, .ant-col-sm-16, .ant-col-sm-17, .ant-col-sm-18, .ant-col-sm-19, .ant-col-sm-20, .ant-col-sm-21, .ant-col-sm-22, .ant-col-sm-23, .ant-col-sm-24 {
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .ant-col-sm-24 {
    display: block;
    width: 100%;
  }
  .ant-col-sm-push-24 {
    left: 100%;
  }
  .ant-col-sm-pull-24 {
    right: 100%;
  }
  .ant-col-sm-offset-24 {
    margin-left: 100%;
  }
  .ant-col-sm-order-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-sm-23 {
    display: block;
    width: 95.83333333%;
  }
  .ant-col-sm-push-23 {
    left: 95.83333333%;
  }
  .ant-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-sm-order-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-sm-22 {
    display: block;
    width: 91.66666667%;
  }
  .ant-col-sm-push-22 {
    left: 91.66666667%;
  }
  .ant-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-sm-order-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-sm-21 {
    display: block;
    width: 87.5%;
  }
  .ant-col-sm-push-21 {
    left: 87.5%;
  }
  .ant-col-sm-pull-21 {
    right: 87.5%;
  }
  .ant-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-sm-order-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-sm-20 {
    display: block;
    width: 83.33333333%;
  }
  .ant-col-sm-push-20 {
    left: 83.33333333%;
  }
  .ant-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-sm-order-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-sm-19 {
    display: block;
    width: 79.16666667%;
  }
  .ant-col-sm-push-19 {
    left: 79.16666667%;
  }
  .ant-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-sm-order-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-sm-18 {
    display: block;
    width: 75%;
  }
  .ant-col-sm-push-18 {
    left: 75%;
  }
  .ant-col-sm-pull-18 {
    right: 75%;
  }
  .ant-col-sm-offset-18 {
    margin-left: 75%;
  }
  .ant-col-sm-order-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-sm-17 {
    display: block;
    width: 70.83333333%;
  }
  .ant-col-sm-push-17 {
    left: 70.83333333%;
  }
  .ant-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-sm-order-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-sm-16 {
    display: block;
    width: 66.66666667%;
  }
  .ant-col-sm-push-16 {
    left: 66.66666667%;
  }
  .ant-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-sm-order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-sm-15 {
    display: block;
    width: 62.5%;
  }
  .ant-col-sm-push-15 {
    left: 62.5%;
  }
  .ant-col-sm-pull-15 {
    right: 62.5%;
  }
  .ant-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-sm-order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-sm-14 {
    display: block;
    width: 58.33333333%;
  }
  .ant-col-sm-push-14 {
    left: 58.33333333%;
  }
  .ant-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-sm-order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-sm-13 {
    display: block;
    width: 54.16666667%;
  }
  .ant-col-sm-push-13 {
    left: 54.16666667%;
  }
  .ant-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-sm-order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-sm-12 {
    display: block;
    width: 50%;
  }
  .ant-col-sm-push-12 {
    left: 50%;
  }
  .ant-col-sm-pull-12 {
    right: 50%;
  }
  .ant-col-sm-offset-12 {
    margin-left: 50%;
  }
  .ant-col-sm-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-sm-11 {
    display: block;
    width: 45.83333333%;
  }
  .ant-col-sm-push-11 {
    left: 45.83333333%;
  }
  .ant-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-sm-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-sm-10 {
    display: block;
    width: 41.66666667%;
  }
  .ant-col-sm-push-10 {
    left: 41.66666667%;
  }
  .ant-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-sm-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-sm-9 {
    display: block;
    width: 37.5%;
  }
  .ant-col-sm-push-9 {
    left: 37.5%;
  }
  .ant-col-sm-pull-9 {
    right: 37.5%;
  }
  .ant-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-sm-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-sm-8 {
    display: block;
    width: 33.33333333%;
  }
  .ant-col-sm-push-8 {
    left: 33.33333333%;
  }
  .ant-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-sm-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-sm-7 {
    display: block;
    width: 29.16666667%;
  }
  .ant-col-sm-push-7 {
    left: 29.16666667%;
  }
  .ant-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-sm-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-sm-6 {
    display: block;
    width: 25%;
  }
  .ant-col-sm-push-6 {
    left: 25%;
  }
  .ant-col-sm-pull-6 {
    right: 25%;
  }
  .ant-col-sm-offset-6 {
    margin-left: 25%;
  }
  .ant-col-sm-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-sm-5 {
    display: block;
    width: 20.83333333%;
  }
  .ant-col-sm-push-5 {
    left: 20.83333333%;
  }
  .ant-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-sm-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-sm-4 {
    display: block;
    width: 16.66666667%;
  }
  .ant-col-sm-push-4 {
    left: 16.66666667%;
  }
  .ant-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-sm-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-sm-3 {
    display: block;
    width: 12.5%;
  }
  .ant-col-sm-push-3 {
    left: 12.5%;
  }
  .ant-col-sm-pull-3 {
    right: 12.5%;
  }
  .ant-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-sm-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-sm-2 {
    display: block;
    width: 8.33333333%;
  }
  .ant-col-sm-push-2 {
    left: 8.33333333%;
  }
  .ant-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-sm-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-sm-1 {
    display: block;
    width: 4.16666667%;
  }
  .ant-col-sm-push-1 {
    left: 4.16666667%;
  }
  .ant-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-sm-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-sm-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-sm-push-0 {
    left: auto;
  }
  .ant-col-sm-pull-0 {
    right: auto;
  }
  .ant-col-sm-offset-0 {
    margin-left: 0;
  }
  .ant-col-sm-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 992px) {
  .ant-col-md-1, .ant-col-md-2, .ant-col-md-3, .ant-col-md-4, .ant-col-md-5, .ant-col-md-6, .ant-col-md-7, .ant-col-md-8, .ant-col-md-9, .ant-col-md-10, .ant-col-md-11, .ant-col-md-12, .ant-col-md-13, .ant-col-md-14, .ant-col-md-15, .ant-col-md-16, .ant-col-md-17, .ant-col-md-18, .ant-col-md-19, .ant-col-md-20, .ant-col-md-21, .ant-col-md-22, .ant-col-md-23, .ant-col-md-24 {
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .ant-col-md-24 {
    display: block;
    width: 100%;
  }
  .ant-col-md-push-24 {
    left: 100%;
  }
  .ant-col-md-pull-24 {
    right: 100%;
  }
  .ant-col-md-offset-24 {
    margin-left: 100%;
  }
  .ant-col-md-order-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-md-23 {
    display: block;
    width: 95.83333333%;
  }
  .ant-col-md-push-23 {
    left: 95.83333333%;
  }
  .ant-col-md-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-md-order-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-md-22 {
    display: block;
    width: 91.66666667%;
  }
  .ant-col-md-push-22 {
    left: 91.66666667%;
  }
  .ant-col-md-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-md-order-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-md-21 {
    display: block;
    width: 87.5%;
  }
  .ant-col-md-push-21 {
    left: 87.5%;
  }
  .ant-col-md-pull-21 {
    right: 87.5%;
  }
  .ant-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-md-order-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-md-20 {
    display: block;
    width: 83.33333333%;
  }
  .ant-col-md-push-20 {
    left: 83.33333333%;
  }
  .ant-col-md-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-md-order-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-md-19 {
    display: block;
    width: 79.16666667%;
  }
  .ant-col-md-push-19 {
    left: 79.16666667%;
  }
  .ant-col-md-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-md-order-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-md-18 {
    display: block;
    width: 75%;
  }
  .ant-col-md-push-18 {
    left: 75%;
  }
  .ant-col-md-pull-18 {
    right: 75%;
  }
  .ant-col-md-offset-18 {
    margin-left: 75%;
  }
  .ant-col-md-order-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-md-17 {
    display: block;
    width: 70.83333333%;
  }
  .ant-col-md-push-17 {
    left: 70.83333333%;
  }
  .ant-col-md-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-md-order-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-md-16 {
    display: block;
    width: 66.66666667%;
  }
  .ant-col-md-push-16 {
    left: 66.66666667%;
  }
  .ant-col-md-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-md-order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-md-15 {
    display: block;
    width: 62.5%;
  }
  .ant-col-md-push-15 {
    left: 62.5%;
  }
  .ant-col-md-pull-15 {
    right: 62.5%;
  }
  .ant-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-md-order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-md-14 {
    display: block;
    width: 58.33333333%;
  }
  .ant-col-md-push-14 {
    left: 58.33333333%;
  }
  .ant-col-md-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-md-order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-md-13 {
    display: block;
    width: 54.16666667%;
  }
  .ant-col-md-push-13 {
    left: 54.16666667%;
  }
  .ant-col-md-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-md-order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-md-12 {
    display: block;
    width: 50%;
  }
  .ant-col-md-push-12 {
    left: 50%;
  }
  .ant-col-md-pull-12 {
    right: 50%;
  }
  .ant-col-md-offset-12 {
    margin-left: 50%;
  }
  .ant-col-md-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-md-11 {
    display: block;
    width: 45.83333333%;
  }
  .ant-col-md-push-11 {
    left: 45.83333333%;
  }
  .ant-col-md-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-md-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-md-10 {
    display: block;
    width: 41.66666667%;
  }
  .ant-col-md-push-10 {
    left: 41.66666667%;
  }
  .ant-col-md-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-md-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-md-9 {
    display: block;
    width: 37.5%;
  }
  .ant-col-md-push-9 {
    left: 37.5%;
  }
  .ant-col-md-pull-9 {
    right: 37.5%;
  }
  .ant-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-md-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-md-8 {
    display: block;
    width: 33.33333333%;
  }
  .ant-col-md-push-8 {
    left: 33.33333333%;
  }
  .ant-col-md-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-md-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-md-7 {
    display: block;
    width: 29.16666667%;
  }
  .ant-col-md-push-7 {
    left: 29.16666667%;
  }
  .ant-col-md-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-md-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-md-6 {
    display: block;
    width: 25%;
  }
  .ant-col-md-push-6 {
    left: 25%;
  }
  .ant-col-md-pull-6 {
    right: 25%;
  }
  .ant-col-md-offset-6 {
    margin-left: 25%;
  }
  .ant-col-md-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-md-5 {
    display: block;
    width: 20.83333333%;
  }
  .ant-col-md-push-5 {
    left: 20.83333333%;
  }
  .ant-col-md-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-md-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-md-4 {
    display: block;
    width: 16.66666667%;
  }
  .ant-col-md-push-4 {
    left: 16.66666667%;
  }
  .ant-col-md-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-md-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-md-3 {
    display: block;
    width: 12.5%;
  }
  .ant-col-md-push-3 {
    left: 12.5%;
  }
  .ant-col-md-pull-3 {
    right: 12.5%;
  }
  .ant-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-md-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-md-2 {
    display: block;
    width: 8.33333333%;
  }
  .ant-col-md-push-2 {
    left: 8.33333333%;
  }
  .ant-col-md-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-md-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-md-1 {
    display: block;
    width: 4.16666667%;
  }
  .ant-col-md-push-1 {
    left: 4.16666667%;
  }
  .ant-col-md-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-md-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-md-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-md-push-0 {
    left: auto;
  }
  .ant-col-md-pull-0 {
    right: auto;
  }
  .ant-col-md-offset-0 {
    margin-left: 0;
  }
  .ant-col-md-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 1200px) {
  .ant-col-lg-1, .ant-col-lg-2, .ant-col-lg-3, .ant-col-lg-4, .ant-col-lg-5, .ant-col-lg-6, .ant-col-lg-7, .ant-col-lg-8, .ant-col-lg-9, .ant-col-lg-10, .ant-col-lg-11, .ant-col-lg-12, .ant-col-lg-13, .ant-col-lg-14, .ant-col-lg-15, .ant-col-lg-16, .ant-col-lg-17, .ant-col-lg-18, .ant-col-lg-19, .ant-col-lg-20, .ant-col-lg-21, .ant-col-lg-22, .ant-col-lg-23, .ant-col-lg-24 {
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .ant-col-lg-24 {
    display: block;
    width: 100%;
  }
  .ant-col-lg-push-24 {
    left: 100%;
  }
  .ant-col-lg-pull-24 {
    right: 100%;
  }
  .ant-col-lg-offset-24 {
    margin-left: 100%;
  }
  .ant-col-lg-order-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-lg-23 {
    display: block;
    width: 95.83333333%;
  }
  .ant-col-lg-push-23 {
    left: 95.83333333%;
  }
  .ant-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-lg-order-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-lg-22 {
    display: block;
    width: 91.66666667%;
  }
  .ant-col-lg-push-22 {
    left: 91.66666667%;
  }
  .ant-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-lg-order-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-lg-21 {
    display: block;
    width: 87.5%;
  }
  .ant-col-lg-push-21 {
    left: 87.5%;
  }
  .ant-col-lg-pull-21 {
    right: 87.5%;
  }
  .ant-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-lg-order-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-lg-20 {
    display: block;
    width: 83.33333333%;
  }
  .ant-col-lg-push-20 {
    left: 83.33333333%;
  }
  .ant-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-lg-order-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-lg-19 {
    display: block;
    width: 79.16666667%;
  }
  .ant-col-lg-push-19 {
    left: 79.16666667%;
  }
  .ant-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-lg-order-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-lg-18 {
    display: block;
    width: 75%;
  }
  .ant-col-lg-push-18 {
    left: 75%;
  }
  .ant-col-lg-pull-18 {
    right: 75%;
  }
  .ant-col-lg-offset-18 {
    margin-left: 75%;
  }
  .ant-col-lg-order-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-lg-17 {
    display: block;
    width: 70.83333333%;
  }
  .ant-col-lg-push-17 {
    left: 70.83333333%;
  }
  .ant-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-lg-order-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-lg-16 {
    display: block;
    width: 66.66666667%;
  }
  .ant-col-lg-push-16 {
    left: 66.66666667%;
  }
  .ant-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-lg-order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-lg-15 {
    display: block;
    width: 62.5%;
  }
  .ant-col-lg-push-15 {
    left: 62.5%;
  }
  .ant-col-lg-pull-15 {
    right: 62.5%;
  }
  .ant-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-lg-order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-lg-14 {
    display: block;
    width: 58.33333333%;
  }
  .ant-col-lg-push-14 {
    left: 58.33333333%;
  }
  .ant-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-lg-order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-lg-13 {
    display: block;
    width: 54.16666667%;
  }
  .ant-col-lg-push-13 {
    left: 54.16666667%;
  }
  .ant-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-lg-order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-lg-12 {
    display: block;
    width: 50%;
  }
  .ant-col-lg-push-12 {
    left: 50%;
  }
  .ant-col-lg-pull-12 {
    right: 50%;
  }
  .ant-col-lg-offset-12 {
    margin-left: 50%;
  }
  .ant-col-lg-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-lg-11 {
    display: block;
    width: 45.83333333%;
  }
  .ant-col-lg-push-11 {
    left: 45.83333333%;
  }
  .ant-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-lg-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-lg-10 {
    display: block;
    width: 41.66666667%;
  }
  .ant-col-lg-push-10 {
    left: 41.66666667%;
  }
  .ant-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-lg-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-lg-9 {
    display: block;
    width: 37.5%;
  }
  .ant-col-lg-push-9 {
    left: 37.5%;
  }
  .ant-col-lg-pull-9 {
    right: 37.5%;
  }
  .ant-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-lg-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-lg-8 {
    display: block;
    width: 33.33333333%;
  }
  .ant-col-lg-push-8 {
    left: 33.33333333%;
  }
  .ant-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-lg-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-lg-7 {
    display: block;
    width: 29.16666667%;
  }
  .ant-col-lg-push-7 {
    left: 29.16666667%;
  }
  .ant-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-lg-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-lg-6 {
    display: block;
    width: 25%;
  }
  .ant-col-lg-push-6 {
    left: 25%;
  }
  .ant-col-lg-pull-6 {
    right: 25%;
  }
  .ant-col-lg-offset-6 {
    margin-left: 25%;
  }
  .ant-col-lg-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-lg-5 {
    display: block;
    width: 20.83333333%;
  }
  .ant-col-lg-push-5 {
    left: 20.83333333%;
  }
  .ant-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-lg-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-lg-4 {
    display: block;
    width: 16.66666667%;
  }
  .ant-col-lg-push-4 {
    left: 16.66666667%;
  }
  .ant-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-lg-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-lg-3 {
    display: block;
    width: 12.5%;
  }
  .ant-col-lg-push-3 {
    left: 12.5%;
  }
  .ant-col-lg-pull-3 {
    right: 12.5%;
  }
  .ant-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-lg-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-lg-2 {
    display: block;
    width: 8.33333333%;
  }
  .ant-col-lg-push-2 {
    left: 8.33333333%;
  }
  .ant-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-lg-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-lg-1 {
    display: block;
    width: 4.16666667%;
  }
  .ant-col-lg-push-1 {
    left: 4.16666667%;
  }
  .ant-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-lg-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-lg-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-lg-push-0 {
    left: auto;
  }
  .ant-col-lg-pull-0 {
    right: auto;
  }
  .ant-col-lg-offset-0 {
    margin-left: 0;
  }
  .ant-col-lg-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 1600px) {
  .ant-col-xl-1, .ant-col-xl-2, .ant-col-xl-3, .ant-col-xl-4, .ant-col-xl-5, .ant-col-xl-6, .ant-col-xl-7, .ant-col-xl-8, .ant-col-xl-9, .ant-col-xl-10, .ant-col-xl-11, .ant-col-xl-12, .ant-col-xl-13, .ant-col-xl-14, .ant-col-xl-15, .ant-col-xl-16, .ant-col-xl-17, .ant-col-xl-18, .ant-col-xl-19, .ant-col-xl-20, .ant-col-xl-21, .ant-col-xl-22, .ant-col-xl-23, .ant-col-xl-24 {
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .ant-col-xl-24 {
    display: block;
    width: 100%;
  }
  .ant-col-xl-push-24 {
    left: 100%;
  }
  .ant-col-xl-pull-24 {
    right: 100%;
  }
  .ant-col-xl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xl-order-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-xl-23 {
    display: block;
    width: 95.83333333%;
  }
  .ant-col-xl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xl-order-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-xl-22 {
    display: block;
    width: 91.66666667%;
  }
  .ant-col-xl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xl-order-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-xl-21 {
    display: block;
    width: 87.5%;
  }
  .ant-col-xl-push-21 {
    left: 87.5%;
  }
  .ant-col-xl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xl-order-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-xl-20 {
    display: block;
    width: 83.33333333%;
  }
  .ant-col-xl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xl-order-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-xl-19 {
    display: block;
    width: 79.16666667%;
  }
  .ant-col-xl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xl-order-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-xl-18 {
    display: block;
    width: 75%;
  }
  .ant-col-xl-push-18 {
    left: 75%;
  }
  .ant-col-xl-pull-18 {
    right: 75%;
  }
  .ant-col-xl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xl-order-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-xl-17 {
    display: block;
    width: 70.83333333%;
  }
  .ant-col-xl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xl-order-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-xl-16 {
    display: block;
    width: 66.66666667%;
  }
  .ant-col-xl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xl-order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-xl-15 {
    display: block;
    width: 62.5%;
  }
  .ant-col-xl-push-15 {
    left: 62.5%;
  }
  .ant-col-xl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xl-order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-xl-14 {
    display: block;
    width: 58.33333333%;
  }
  .ant-col-xl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xl-order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-xl-13 {
    display: block;
    width: 54.16666667%;
  }
  .ant-col-xl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xl-order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-xl-12 {
    display: block;
    width: 50%;
  }
  .ant-col-xl-push-12 {
    left: 50%;
  }
  .ant-col-xl-pull-12 {
    right: 50%;
  }
  .ant-col-xl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xl-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-xl-11 {
    display: block;
    width: 45.83333333%;
  }
  .ant-col-xl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xl-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-xl-10 {
    display: block;
    width: 41.66666667%;
  }
  .ant-col-xl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xl-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-xl-9 {
    display: block;
    width: 37.5%;
  }
  .ant-col-xl-push-9 {
    left: 37.5%;
  }
  .ant-col-xl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xl-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-xl-8 {
    display: block;
    width: 33.33333333%;
  }
  .ant-col-xl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xl-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-xl-7 {
    display: block;
    width: 29.16666667%;
  }
  .ant-col-xl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xl-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-xl-6 {
    display: block;
    width: 25%;
  }
  .ant-col-xl-push-6 {
    left: 25%;
  }
  .ant-col-xl-pull-6 {
    right: 25%;
  }
  .ant-col-xl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xl-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-xl-5 {
    display: block;
    width: 20.83333333%;
  }
  .ant-col-xl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xl-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-xl-4 {
    display: block;
    width: 16.66666667%;
  }
  .ant-col-xl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xl-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-xl-3 {
    display: block;
    width: 12.5%;
  }
  .ant-col-xl-push-3 {
    left: 12.5%;
  }
  .ant-col-xl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xl-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-xl-2 {
    display: block;
    width: 8.33333333%;
  }
  .ant-col-xl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xl-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-xl-1 {
    display: block;
    width: 4.16666667%;
  }
  .ant-col-xl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xl-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-xl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xl-push-0 {
    left: auto;
  }
  .ant-col-xl-pull-0 {
    right: auto;
  }
  .ant-col-xl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xl-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-collapse {
  background-color: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 4px 4px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  line-height: 22px;
  padding: 8px 0 8px 32px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow {
  font-size: 12px;
  font-size: 9px \9;
  -webkit-transform: scale(0.75) rotate(0);
      -ms-transform: scale(0.75) rotate(0);
          transform: scale(0.75) rotate(0);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: rgba(0, 0, 0, 0.43);
  display: inline-block;
  font-weight: bold;
  line-height: 40px;
  vertical-align: top;
  -webkit-transition: -webkit-transform 0.24s;
  transition: -webkit-transform 0.24s;
  transition: transform 0.24s;
  transition: transform 0.24s, -webkit-transform 0.24s;
  top: 0;
  left: 16px;
}
:root .ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow {
  -webkit-filter: none;
          filter: none;
}
:root .ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow {
  font-size: 12px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow:before {
  display: block;
  font-family: "anticon" !important;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow:before {
  content: "\E61F";
}
.ant-collapse-anim-active {
  -webkit-transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-collapse-content {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  padding: 0 16px;
  background-color: #fff;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ant-collapse-content-inactive {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 4px 4px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header[aria-expanded="true"] .arrow {
  display: inline-block;
  font-size: 12px;
  font-size: 9px \9;
  -webkit-transform: scale(0.75) rotate(90deg);
      -ms-transform: scale(0.75) rotate(90deg);
          transform: scale(0.75) rotate(90deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.00000000000000006123, M12=-1, M21=1, M22=0.00000000000000006123)";
  zoom: 1;
}
:root .ant-collapse > .ant-collapse-item > .ant-collapse-header[aria-expanded="true"] .arrow {
  -webkit-filter: none;
          filter: none;
}
:root .ant-collapse > .ant-collapse-item > .ant-collapse-header[aria-expanded="true"] .arrow {
  font-size: 12px;
}
.ant-collapse-borderless {
  background-color: #fff;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item-active {
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-header {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-header:hover {
  background-color: #f7f7f7;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
}
.ant-collapse > .ant-collapse-item:not(.ant-collapse-item-disabled) > .ant-collapse-header:active {
  background-color: #eee;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-calendar-picker-container {
  position: absolute;
  z-index: 1050;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-calendar-picker {
  position: relative;
  display: inline-block;
  outline: none;
  font-size: 12px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-calendar-picker-input {
  outline: none;
  display: block;
}
.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #108ee9;
}
.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 8px;
  top: 50%;
  margin-top: -7px;
  line-height: 14px;
  font-size: 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-picker-clear {
  opacity: 0;
  z-index: 1;
  color: rgba(0, 0, 0, 0.25);
  background: #fff;
  pointer-events: none;
  cursor: pointer;
}
.ant-calendar-picker-clear:hover {
  color: rgba(0, 0, 0, 0.43);
}
.ant-calendar-picker:hover .ant-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-calendar-picker-icon {
  color: rgba(0, 0, 0, 0.43);
}
.ant-calendar-picker-icon:after {
  content: "\E6BB";
  font-family: "anticon";
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
  display: inline-block;
  line-height: 1;
}
.ant-calendar {
  position: relative;
  outline: none;
  width: 231px;
  border: 1px solid #fff;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  line-height: 1.5;
}
.ant-calendar-input-wrap {
  height: 34px;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.ant-calendar-input {
  border: 0;
  width: 100%;
  cursor: auto;
  outline: 0;
  height: 22px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
.ant-calendar-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-week-number {
  width: 286px;
}
.ant-calendar-week-number-cell {
  text-align: center;
}
.ant-calendar-header {
  height: 34px;
  line-height: 34px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid #e9e9e9;
}
.ant-calendar-header a:hover {
  color: #49a9ee;
}
.ant-calendar-header .ant-calendar-century-select,
.ant-calendar-header .ant-calendar-decade-select,
.ant-calendar-header .ant-calendar-year-select,
.ant-calendar-header .ant-calendar-month-select {
  padding: 0 2px;
  font-weight: bold;
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  line-height: 34px;
}
.ant-calendar-header .ant-calendar-century-select-arrow,
.ant-calendar-header .ant-calendar-decade-select-arrow,
.ant-calendar-header .ant-calendar-year-select-arrow,
.ant-calendar-header .ant-calendar-month-select-arrow {
  display: none;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-prev-month-btn,
.ant-calendar-header .ant-calendar-next-month-btn,
.ant-calendar-header .ant-calendar-prev-year-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.43);
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 34px;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-prev-year-btn {
  left: 7px;
}
.ant-calendar-header .ant-calendar-prev-century-btn:after,
.ant-calendar-header .ant-calendar-prev-decade-btn:after,
.ant-calendar-header .ant-calendar-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  right: 7px;
}
.ant-calendar-header .ant-calendar-next-century-btn:after,
.ant-calendar-header .ant-calendar-next-decade-btn:after,
.ant-calendar-header .ant-calendar-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-header .ant-calendar-prev-month-btn {
  left: 29px;
}
.ant-calendar-header .ant-calendar-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-header .ant-calendar-next-month-btn {
  right: 29px;
}
.ant-calendar-header .ant-calendar-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-body {
  padding: 4px 8px;
}
.ant-calendar table {
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  width: 100%;
}
.ant-calendar table,
.ant-calendar th,
.ant-calendar td {
  border: 0;
}
.ant-calendar-calendar-table {
  border-spacing: 0;
  margin-bottom: 0;
}
.ant-calendar-column-header {
  line-height: 18px;
  width: 33px;
  padding: 6px 0;
  text-align: center;
}
.ant-calendar-column-header .ant-calendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-calendar-week-number-header .ant-calendar-column-header-inner {
  display: none;
}
.ant-calendar-cell {
  padding: 4px 0;
}
.ant-calendar-date {
  display: block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 2px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  border: 1px solid transparent;
  padding: 0;
  background: transparent;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-date-panel {
  position: relative;
}
.ant-calendar-date:hover {
  background: #ecf6fd;
  cursor: pointer;
}
.ant-calendar-date:active {
  color: #fff;
  background: #49a9ee;
}
.ant-calendar-today .ant-calendar-date {
  border-color: #108ee9;
  font-weight: bold;
  color: #108ee9;
}
.ant-calendar-last-month-cell .ant-calendar-date,
.ant-calendar-next-month-btn-day .ant-calendar-date {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-selected-day .ant-calendar-date {
  background: #108ee9;
  color: #fff;
  border: 1px solid transparent;
}
.ant-calendar-selected-day .ant-calendar-date:hover {
  background: #108ee9;
}
.ant-calendar-disabled-cell .ant-calendar-date {
  cursor: not-allowed;
  color: #bcbcbc;
  background: #f7f7f7;
  border-radius: 0;
  width: auto;
  border: 1px solid transparent;
}
.ant-calendar-disabled-cell .ant-calendar-date:hover {
  background: #f7f7f7;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date {
  position: relative;
  margin-right: 5px;
  padding-left: 5px;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date:before {
  content: " ";
  position: absolute;
  top: -1px;
  left: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
}
.ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-calendar-footer {
  border-top: 1px solid #e9e9e9;
  line-height: 38px;
  padding: 0 12px;
}
.ant-calendar-footer:empty {
  border-top: 0;
}
.ant-calendar-footer-btn {
  text-align: center;
  display: block;
}
.ant-calendar-footer-extra + .ant-calendar-footer-btn {
  border-top: 1px solid #e9e9e9;
  margin: 0 -12px;
  padding: 0 12px;
}
.ant-calendar .ant-calendar-today-btn,
.ant-calendar .ant-calendar-clear-btn {
  display: inline-block;
  text-align: center;
  margin: 0 0 0 8px;
}
.ant-calendar .ant-calendar-today-btn-disabled,
.ant-calendar .ant-calendar-clear-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-today-btn:only-child,
.ant-calendar .ant-calendar-clear-btn:only-child {
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn {
  display: none;
  position: absolute;
  right: 5px;
  text-indent: -76px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 7px;
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn:after {
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E62E";
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 1;
  width: 20px;
  text-indent: 43px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.ant-calendar .ant-calendar-clear-btn:hover:after {
  color: rgba(0, 0, 0, 0.43);
}
.ant-calendar .ant-calendar-ok-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.15;
  padding: 0 15px;
  height: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: #fff;
  background-color: #108ee9;
  border-color: #108ee9;
  padding: 0 7px;
  font-size: 12px;
  border-radius: 4px;
  height: 22px;
  line-height: 20px;
}
.ant-calendar .ant-calendar-ok-btn > .anticon {
  line-height: 1;
}
.ant-calendar .ant-calendar-ok-btn,
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn:focus {
  outline: 0;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
  outline: 0;
  -webkit-transition: none;
  transition: none;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled] {
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn.disabled > *,
.ant-calendar .ant-calendar-ok-btn[disabled] > * {
  pointer-events: none;
}
.ant-calendar .ant-calendar-ok-btn-lg {
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  height: 32px;
}
.ant-calendar .ant-calendar-ok-btn-sm {
  padding: 0 7px;
  font-size: 12px;
  border-radius: 4px;
  height: 22px;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus {
  color: #fff;
  background-color: #49a9ee;
  border-color: #49a9ee;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active {
  color: #fff;
  background-color: #0e77ca;
  border-color: #0e77ca;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar-range-picker-input {
  background-color: transparent;
  border: 0;
  height: 99%;
  outline: 0;
  width: 43%;
  text-align: center;
  vertical-align: top;
}
.ant-calendar-range-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input[disabled] {
  cursor: not-allowed;
}
.ant-calendar-range-picker-separator {
  color: rgba(0, 0, 0, 0.43);
  width: 8px;
  display: inline-block;
  line-height: 18px;
  vertical-align: top;
}
.ant-calendar-range {
  width: 470px;
  overflow: hidden;
}
.ant-calendar-range .ant-calendar-date-panel::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ant-calendar-range-part {
  width: 50%;
  position: relative;
}
.ant-calendar-range-left {
  float: left;
}
.ant-calendar-range-left .ant-calendar-time-picker-inner {
  border-right: 2px solid #e9e9e9;
}
.ant-calendar-range-right {
  float: right;
}
.ant-calendar-range-right .ant-calendar-time-picker-inner {
  border-left: 2px solid #e9e9e9;
}
.ant-calendar-range-middle {
  position: absolute;
  left: 50%;
  width: 20px;
  margin-left: -132px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: -118px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle {
  margin-left: -12px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: 0;
}
.ant-calendar-range .ant-calendar-input-wrap {
  position: relative;
  height: 34px;
}
.ant-calendar-range .ant-calendar-input,
.ant-calendar-range .ant-calendar-time-picker-input {
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  width: 100%;
  height: 28px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 22px;
  border: 0;
  box-shadow: none;
}
.ant-calendar-range .ant-calendar-input::-moz-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input:hover,
.ant-calendar-range .ant-calendar-time-picker-input:hover {
  border-color: #49a9ee;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #49a9ee;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(16, 142, 233, 0.2);
}
.ant-calendar-range .ant-calendar-input-disabled,
.ant-calendar-range .ant-calendar-time-picker-input-disabled {
  background-color: #f7f7f7;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-range .ant-calendar-input-disabled:hover,
.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
  border-color: #e2e2e2;
}
textarea.ant-calendar-range .ant-calendar-input,
textarea.ant-calendar-range .ant-calendar-time-picker-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all .3s, height 0s;
  transition: all .3s, height 0s;
}
.ant-calendar-range .ant-calendar-input-lg,
.ant-calendar-range .ant-calendar-time-picker-input-lg {
  padding: 6px 7px;
  height: 32px;
}
.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
  padding: 1px 7px;
  height: 22px;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  box-shadow: none;
}
.ant-calendar-range .ant-calendar-time-picker-icon {
  display: none;
}
.ant-calendar-range.ant-calendar-week-number {
  width: 574px;
}
.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
  width: 286px;
}
.ant-calendar-range .ant-calendar-year-panel,
.ant-calendar-range .ant-calendar-month-panel {
  top: 34px;
}
.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
  top: 0;
}
.ant-calendar-range .ant-calendar-decade-panel-table,
.ant-calendar-range .ant-calendar-year-panel-table,
.ant-calendar-range .ant-calendar-month-panel-table {
  height: 208px;
}
.ant-calendar-range .ant-calendar-in-range-cell {
  border-radius: 0;
  position: relative;
}
.ant-calendar-range .ant-calendar-in-range-cell > div {
  position: relative;
  z-index: 1;
}
.ant-calendar-range .ant-calendar-in-range-cell:before {
  content: '';
  display: block;
  background: #ecf6fd;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  right: 0;
}
div.ant-calendar-range-quick-selector {
  text-align: left;
}
div.ant-calendar-range-quick-selector > a {
  margin-right: 8px;
}
.ant-calendar-range .ant-calendar-header,
.ant-calendar-range .ant-calendar-month-panel-header,
.ant-calendar-range .ant-calendar-year-panel-header {
  border-bottom: 0;
}
.ant-calendar-range .ant-calendar-body,
.ant-calendar-range .ant-calendar-month-panel-body,
.ant-calendar-range .ant-calendar-year-panel-body {
  border-top: 1px solid #e9e9e9;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
  height: 207px;
  width: 100%;
  top: 68px;
  z-index: 2;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 241px;
  margin-top: -34px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
  padding-top: 34px;
  height: 100%;
  background: none;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
  height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
  max-height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  margin-right: 8px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
  margin: 8px 12px;
  height: 22px;
  line-height: 22px;
}
.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
  height: 247px;
}
.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 281px;
}
.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
  border-top-color: transparent;
}
.ant-calendar-time-picker {
  position: absolute;
  width: 100%;
  top: 34px;
  background-color: #fff;
}
.ant-calendar-time-picker-panel {
  z-index: 1050;
  position: absolute;
  width: 100%;
}
.ant-calendar-time-picker-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
}
.ant-calendar-time-picker-combobox {
  width: 100%;
}
.ant-calendar-time-picker-column-1,
.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select {
  width: 100%;
}
.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
  width: 50%;
}
.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
  width: 33.33%;
}
.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
  width: 25%;
}
.ant-calendar-time-picker-input-wrap {
  display: none;
}
.ant-calendar-time-picker-select {
  float: left;
  font-size: 12px;
  border-right: 1px solid #e9e9e9;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  height: 206px;
}
.ant-calendar-time-picker-select:hover {
  overflow-y: auto;
}
.ant-calendar-time-picker-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.ant-calendar-time-picker-select:last-child {
  border-right: 0;
}
.ant-calendar-time-picker-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 206px;
}
.ant-calendar-time-picker-select li {
  text-align: center;
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  width: 100%;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-time-picker-select li:last-child:after {
  content: '';
  height: 182px;
  display: block;
}
.ant-calendar-time-picker-select li:hover {
  background: #ecf6fd;
}
li.ant-calendar-time-picker-select-option-selected {
  background: #f7f7f7;
  font-weight: bold;
}
li.ant-calendar-time-picker-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-calendar-time-picker-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-calendar-time .ant-calendar-day-select {
  padding: 0 2px;
  font-weight: bold;
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  line-height: 34px;
}
.ant-calendar-time .ant-calendar-footer {
  position: relative;
  height: auto;
  line-height: auto;
}
.ant-calendar-time .ant-calendar-footer-btn {
  text-align: right;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn {
  float: left;
  margin: 0;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  display: inline-block;
  margin-right: 8px;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-month-panel {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  border-radius: 4px;
  background: #fff;
  outline: none;
}
.ant-calendar-month-panel > div {
  height: 100%;
}
.ant-calendar-month-panel-hidden {
  display: none;
}
.ant-calendar-month-panel-header {
  height: 34px;
  line-height: 34px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid #e9e9e9;
}
.ant-calendar-month-panel-header a:hover {
  color: #49a9ee;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
  padding: 0 2px;
  font-weight: bold;
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  line-height: 34px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.43);
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 34px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-month-panel-body {
  height: calc(100% - 34px);
}
.ant-calendar-month-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  background: #108ee9;
  color: #fff;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  background: #108ee9;
  color: #fff;
}
.ant-calendar-month-panel-cell {
  text-align: center;
}
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
  cursor: not-allowed;
  color: #bcbcbc;
  background: #f7f7f7;
}
.ant-calendar-month-panel-month {
  display: inline-block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  border-radius: 4px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-month-panel-month:hover {
  background: #ecf6fd;
  cursor: pointer;
}
.ant-calendar-year-panel {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  border-radius: 4px;
  background: #fff;
  outline: none;
}
.ant-calendar-year-panel > div {
  height: 100%;
}
.ant-calendar-year-panel-hidden {
  display: none;
}
.ant-calendar-year-panel-header {
  height: 34px;
  line-height: 34px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid #e9e9e9;
}
.ant-calendar-year-panel-header a:hover {
  color: #49a9ee;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
  padding: 0 2px;
  font-weight: bold;
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  line-height: 34px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.43);
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 34px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-year-panel-body {
  height: calc(100% - 34px);
}
.ant-calendar-year-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-year-panel-cell {
  text-align: center;
}
.ant-calendar-year-panel-year {
  display: inline-block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  border-radius: 4px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-year-panel-year:hover {
  background: #ecf6fd;
  cursor: pointer;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  background: #108ee9;
  color: #fff;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  background: #108ee9;
  color: #fff;
}
.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-decade-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.ant-calendar-decade-panel-hidden {
  display: none;
}
.ant-calendar-decade-panel-header {
  height: 34px;
  line-height: 34px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid #e9e9e9;
}
.ant-calendar-decade-panel-header a:hover {
  color: #49a9ee;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
  padding: 0 2px;
  font-weight: bold;
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  line-height: 34px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.43);
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 34px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-decade-panel-body {
  height: calc(100% - 34px);
}
.ant-calendar-decade-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-decade-panel-cell {
  text-align: center;
  white-space: nowrap;
}
.ant-calendar-decade-panel-decade {
  display: inline-block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  border-radius: 4px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-decade-panel-decade:hover {
  background: #ecf6fd;
  cursor: pointer;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  background: #108ee9;
  color: #fff;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  background: #108ee9;
  color: #fff;
}
.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,
.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-month .ant-calendar-month-panel,
.ant-calendar-month .ant-calendar-year-panel {
  top: 0;
  height: 248px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-time-picker-panel {
  z-index: 1050;
  position: absolute;
}
.ant-time-picker-panel-inner {
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  line-height: 1.5;
  overflow: hidden;
  left: -2px;
}
.ant-time-picker-panel-input {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
}
.ant-time-picker-panel-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-panel-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.ant-time-picker-panel-input-invalid {
  border-color: red;
}
.ant-time-picker-panel-clear-btn {
  position: absolute;
  right: 5px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 5px;
  margin: 0;
}
.ant-time-picker-panel-clear-btn:after {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 1;
  width: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E62E";
}
.ant-time-picker-panel-clear-btn:hover:after {
  color: rgba(0, 0, 0, 0.43);
}
.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
  max-width: 112px;
}
.ant-time-picker-panel-select {
  float: left;
  font-size: 12px;
  border-left: 1px solid #e9e9e9;
  box-sizing: border-box;
  width: 56px;
  overflow: hidden;
  position: relative;
  max-height: 144px;
}
.ant-time-picker-panel-select:hover {
  overflow-y: auto;
}
.ant-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.ant-time-picker-panel-select:last-child {
  border-right: 0;
}
.ant-time-picker-panel-select:only-child {
  width: 100%;
}
.ant-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 120px;
  width: 100%;
}
.ant-time-picker-panel-select li {
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  padding: 0 0 0 8px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.ant-time-picker-panel-select li:hover {
  background: #ecf6fd;
}
li.ant-time-picker-panel-select-option-selected {
  background: #f7f7f7;
  font-weight: bold;
}
li.ant-time-picker-panel-select-option-selected:hover {
  background: #f7f7f7;
}
li.ant-time-picker-panel-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-time-picker-panel-combobox {
  zoom: 1;
}
.ant-time-picker-panel-combobox:before,
.ant-time-picker-panel-combobox:after {
  content: " ";
  display: table;
}
.ant-time-picker-panel-combobox:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-time-picker-panel-addon {
  padding: 8px;
  border-top: 1px solid #e9e9e9;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-time-picker {
  position: relative;
  display: inline-block;
  outline: none;
  font-size: 12px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100px;
}
.ant-time-picker-input {
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  width: 100%;
  height: 28px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input:hover {
  border-color: #49a9ee;
}
.ant-time-picker-input:focus {
  border-color: #49a9ee;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(16, 142, 233, 0.2);
}
.ant-time-picker-input-disabled {
  background-color: #f7f7f7;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-time-picker-input-disabled:hover {
  border-color: #e2e2e2;
}
textarea.ant-time-picker-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all .3s, height 0s;
  transition: all .3s, height 0s;
}
.ant-time-picker-input-lg {
  padding: 6px 7px;
  height: 32px;
}
.ant-time-picker-input-sm {
  padding: 1px 7px;
  height: 22px;
}
.ant-time-picker-input[disabled] {
  background-color: #f7f7f7;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-time-picker-input[disabled]:hover {
  border-color: #e2e2e2;
}
.ant-time-picker-large .ant-time-picker-input {
  padding: 6px 7px;
  height: 32px;
}
.ant-time-picker-small .ant-time-picker-input {
  padding: 1px 7px;
  height: 22px;
}
.ant-time-picker-open {
  opacity: 0;
}
.ant-time-picker-icon {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 14px;
  height: 12px;
  line-height: 12px;
  right: 8px;
  color: rgba(0, 0, 0, 0.43);
  top: 50%;
  margin-top: -6px;
}
.ant-time-picker-icon:after {
  content: "\E641";
  font-family: "anticon";
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
  display: block;
  line-height: 1;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-dropdown {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1050;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  -webkit-filter: none;
          filter: none;
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 12px;
}
.ant-dropdown-wrap .anticon-down:before {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.ant-dropdown-wrap-open .anticon-down:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
  display: none;
}
.ant-dropdown-menu {
  outline: none;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.ant-dropdown-menu-item-group-title {
  color: rgba(0, 0, 0, 0.43);
  padding: 6px 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  padding: 7px 8px;
  margin: 0;
  clear: both;
  font-size: 12px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  color: rgba(0, 0, 0, 0.65);
  display: block;
  padding: 7px 8px;
  margin: -7px -8px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-dropdown-menu-item > a:focus,
.ant-dropdown-menu-submenu-title > a:focus {
  text-decoration: none;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
  color: #108ee9;
  background-color: #ecf6fd;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #ecf6fd;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item:first-child,
.ant-dropdown-menu-submenu-title:first-child,
.ant-dropdown-menu-item:first-child > a,
.ant-dropdown-menu-submenu-title:first-child > a {
  border-radius: 4px 4px 0 0;
}
.ant-dropdown-menu-item:last-child,
.ant-dropdown-menu-submenu-title:last-child,
.ant-dropdown-menu-item:last-child > a,
.ant-dropdown-menu-submenu-title:last-child > a {
  border-radius: 0 0 4px 4px;
}
.ant-dropdown-menu-item:only-child,
.ant-dropdown-menu-submenu-title:only-child,
.ant-dropdown-menu-item:only-child > a,
.ant-dropdown-menu-submenu-title:only-child > a {
  border-radius: 4px;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  overflow: hidden;
  background-color: #e9e9e9;
  line-height: 0;
}
.ant-dropdown-menu-submenu-title:after {
  font-family: "anticon" !important;
  position: absolute;
  content: "\E61F";
  right: 8px;
  color: rgba(0, 0, 0, 0.43);
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-dropdown-menu-submenu-title:after {
  -webkit-filter: none;
          filter: none;
}
:root .ant-dropdown-menu-submenu-title:after {
  font-size: 12px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  top: 0;
  left: 100%;
  position: absolute;
  min-width: 100%;
  margin-left: 4px;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title:after {
  color: rgba(0, 0, 0, 0.25);
}
.ant-dropdown-menu-submenu:first-child .ant-dropdown-menu-submenu-title {
  border-radius: 4px 4px 0 0;
}
.ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
  border-radius: 0 0 4px 4px;
}
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-dropdown-trigger .anticon-down,
.ant-dropdown-link .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-dropdown-trigger .anticon-down,
:root .ant-dropdown-link .anticon-down {
  -webkit-filter: none;
          filter: none;
}
:root .ant-dropdown-trigger .anticon-down,
:root .ant-dropdown-link .anticon-down {
  font-size: 12px;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  padding-right: 8px;
}
.ant-dropdown-button .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-dropdown-button .anticon-down {
  -webkit-filter: none;
          filter: none;
}
:root .ant-dropdown-button .anticon-down {
  font-size: 12px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #404040;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a {
  color: rgba(255, 255, 255, 0.67);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:after {
  color: rgba(255, 255, 255, 0.67);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover {
  color: #fff;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  background: #108ee9;
  color: #fff;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: inherit;
  color: rgba(0, 0, 0, 0.43);
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
label {
  font-size: 12px;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
}
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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 15px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
}
label {
  position: relative;
}
label > .anticon {
  vertical-align: top;
  font-size: 12px;
}
.ant-form-item-required:before {
  display: inline-block;
  margin-right: 4px;
  content: "*";
  font-family: SimSun;
  line-height: 1;
  font-size: 12px;
  color: #f04134;
}
.ant-form-hide-required-mark .ant-form-item-required:before {
  display: none;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed;
}
.ant-radio-inline.disabled,
.ant-radio-vertical.disabled,
.ant-checkbox-inline.disabled,
.ant-checkbox-vertical.disabled {
  cursor: not-allowed;
}
.ant-radio.disabled label,
.ant-checkbox.disabled label {
  cursor: not-allowed;
}
.ant-form-item {
  font-size: 12px;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: top;
}
.ant-form-item > .ant-form-item:last-child,
.ant-form-item :not(.ant-form) > .ant-form-item {
  margin-bottom: -24px;
}
.ant-form-item-control {
  line-height: 32px;
  position: relative;
  zoom: 1;
}
.ant-form-item-control:before,
.ant-form-item-control:after {
  content: " ";
  display: table;
}
.ant-form-item-control:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-form-item-with-help {
  margin-bottom: 6px;
}
.ant-form-item-label {
  text-align: right;
  vertical-align: middle;
  line-height: 32px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ant-form-item-label label {
  color: rgba(0, 0, 0, 0.85);
}
.ant-form-item-label label:after {
  content: ":";
  margin: 0 8px 0 2px;
  position: relative;
  top: -0.5px;
}
.ant-form-item .ant-switch {
  margin: 4px 0;
}
.ant-form-item-no-colon .ant-form-item-label label:after {
  content: " ";
}
.ant-form-explain,
.ant-form-extra {
  color: rgba(0, 0, 0, 0.43);
  line-height: 1.5;
}
.ant-form-extra {
  padding-top: 4px;
}
.ant-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-form-split {
  display: block;
  text-align: center;
}
form .has-feedback .ant-input {
  padding-right: 24px;
}
form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 28px;
}
form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}
form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 21px;
}
form .has-feedback .ant-cascader-picker-clear {
  right: 28px;
}
form .has-feedback .ant-input-search .ant-input-suffix {
  right: 28px;
}
form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
  right: 28px;
}
form textarea.ant-input {
  height: auto;
}
form .ant-upload {
  background: transparent;
}
form input[type="radio"],
form input[type="checkbox"] {
  width: 14px;
  height: 14px;
}
form .ant-radio-inline,
form .ant-checkbox-inline {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
  margin-left: 8px;
}
form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
  margin-left: 0;
}
form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block;
}
form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}
form .ant-input-number {
  margin-top: -1px;
  margin-right: 8px;
}
form .ant-select,
form .ant-cascader-picker {
  width: 100%;
}
form .ant-select:only-child,
form .ant-cascader-picker:only-child {
  display: block;
}
form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
  width: auto;
}
form .ant-input-group-addon .ant-select:only-child,
form .ant-input-group-addon .ant-cascader-picker:only-child {
  display: inline-block;
}
.ant-input-group-wrap .ant-select-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group-wrap .ant-select-selection:hover {
  border-color: #d9d9d9;
}
.ant-input-group-wrap .ant-select-selection--single {
  margin-left: -1px;
  height: 32px;
  background-color: #eee;
}
.ant-input-group-wrap .ant-select-selection--single .ant-select-selection__rendered {
  padding-left: 8px;
  padding-right: 25px;
  line-height: 30px;
}
.ant-input-group-wrap .ant-select-open .ant-select-selection {
  border-color: #d9d9d9;
  box-shadow: none;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  padding: 0 0 8px;
  margin: 0;
  display: block;
  text-align: left;
  line-height: 1.5;
}
.ant-form-vertical .ant-form-item-label label:after,
.ant-col-24.ant-form-item-label label:after,
.ant-col-xl-24.ant-form-item-label label:after {
  display: none;
}
@media (max-width: 767px) {
  .ant-col-xs-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-xs-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .ant-col-sm-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-sm-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ant-col-md-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-md-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .ant-col-lg-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-lg-24.ant-form-item-label label:after {
    display: none;
  }
}
.ant-form-inline .ant-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}
.ant-form-inline .ant-form-item > div {
  display: inline-block;
  vertical-align: middle;
}
.ant-form-inline .ant-form-text {
  display: inline-block;
}
.ant-form-inline .has-feedback {
  display: inline-block;
}
.ant-form-inline .ant-form-explain {
  position: absolute;
}
.has-success.has-feedback:after,
.has-warning.has-feedback:after,
.has-error.has-feedback:after,
.is-validating.has-feedback:after {
  position: absolute;
  top: 0;
  right: 0;
  visibility: visible;
  pointer-events: none;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  -webkit-animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  z-index: 1;
}
.has-success.has-feedback:after {
  -webkit-animation-name: diffZoomIn1 !important;
          animation-name: diffZoomIn1 !important;
}
.has-error.has-feedback:after {
  -webkit-animation-name: diffZoomIn2 !important;
          animation-name: diffZoomIn2 !important;
}
.has-warning.has-feedback:after {
  -webkit-animation-name: diffZoomIn3 !important;
          animation-name: diffZoomIn3 !important;
}
.has-success.has-feedback:after {
  content: '\E630';
  color: #00a854;
}
.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #ffbf00;
}
.has-warning .ant-input,
.has-warning .ant-input:hover {
  border-color: #ffbf00;
}
.has-warning .ant-input:focus {
  border-color: #ffce3d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 191, 0, 0.2);
}
.has-warning .ant-input:not([disabled]):hover {
  border-color: #ffbf00;
}
.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffce3d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 191, 0, 0.2);
}
.has-warning .ant-input-prefix {
  color: #ffbf00;
}
.has-warning .ant-input-group-addon {
  color: #ffbf00;
  border-color: #ffbf00;
  background-color: #fff;
}
.has-warning .has-feedback {
  color: #ffbf00;
}
.has-warning.has-feedback:after {
  content: '\E62C';
  color: #ffbf00;
}
.has-warning .ant-select-selection {
  border-color: #ffbf00;
}
.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
  border-color: #ffce3d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 191, 0, 0.2);
}
.has-warning .ant-calendar-picker-icon:after,
.has-warning .ant-time-picker-icon:after,
.has-warning .ant-picker-icon:after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
  color: #ffbf00;
}
.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #ffbf00;
}
.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
  border-color: #ffce3d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 191, 0, 0.2);
}
.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #ffbf00;
}
.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ffce3d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 191, 0, 0.2);
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #f04134;
}
.has-error .ant-input,
.has-error .ant-input:hover {
  border-color: #f04134;
}
.has-error .ant-input:focus {
  border-color: #f46e65;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2);
}
.has-error .ant-input:not([disabled]):hover {
  border-color: #f04134;
}
.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #f46e65;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2);
}
.has-error .ant-input-prefix {
  color: #f04134;
}
.has-error .ant-input-group-addon {
  color: #f04134;
  border-color: #f04134;
  background-color: #fff;
}
.has-error .has-feedback {
  color: #f04134;
}
.has-error.has-feedback:after {
  content: '\E62E';
  color: #f04134;
}
.has-error .ant-select-selection {
  border-color: #f04134;
}
.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
  border-color: #f46e65;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2);
}
.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  box-shadow: none;
}
.has-error .ant-calendar-picker-icon:after,
.has-error .ant-time-picker-icon:after,
.has-error .ant-picker-icon:after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
  color: #f04134;
}
.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #f04134;
}
.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
  border-color: #f46e65;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2);
}
.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #f04134;
}
.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #f04134;
}
.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #f46e65;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2);
}
.has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #f46e65;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2);
}
.is-validating.has-feedback:after {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
  content: "\E64D";
  color: #108ee9;
}
.ant-advanced-search-form .ant-form-item {
  margin-bottom: 16px;
}
.ant-advanced-search-form .ant-input,
.ant-advanced-search-form .ant-input-group .ant-input,
.ant-advanced-search-form .ant-input-group .ant-input-group-addon {
  height: 28px;
}
@-webkit-keyframes diffZoomIn1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes diffZoomIn1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes diffZoomIn2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes diffZoomIn3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-input-number {
  position: relative;
  padding: 4px 7px;
  width: 100%;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  background-image: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0;
  padding: 0;
  font-size: 12px;
  height: 28px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 80px;
}
.ant-input-number::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number:hover {
  border-color: #49a9ee;
}
.ant-input-number:focus {
  border-color: #49a9ee;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(16, 142, 233, 0.2);
}
.ant-input-number-disabled {
  background-color: #f7f7f7;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-disabled:hover {
  border-color: #e2e2e2;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all .3s, height 0s;
  transition: all .3s, height 0s;
}
.ant-input-number-lg {
  padding: 6px 7px;
  height: 32px;
}
.ant-input-number-sm {
  padding: 1px 7px;
  height: 22px;
}
.ant-input-number-handler {
  text-align: center;
  line-height: 0;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.43);
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: block;
  width: 100%;
  font-weight: bold;
}
.ant-input-number-handler:active {
  background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #49a9ee;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: inline-block;
  font-size: 12px;
  font-size: 7px \9;
  -webkit-transform: scale(0.58333333) rotate(0deg);
      -ms-transform: scale(0.58333333) rotate(0deg);
          transform: scale(0.58333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  right: 4px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-input-number-handler-up-inner:before,
.ant-input-number-handler-down-inner:before {
  display: block;
  font-family: "anticon" !important;
}
:root .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-down-inner {
  -webkit-filter: none;
          filter: none;
}
:root .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-down-inner {
  font-size: 12px;
}
.ant-input-number:hover {
  border-color: #49a9ee;
}
.ant-input-number-focused {
  border-color: #49a9ee;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(16, 142, 233, 0.2);
}
.ant-input-number-disabled {
  background-color: #f7f7f7;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-disabled:hover {
  border-color: #e2e2e2;
}
.ant-input-number-input {
  width: 100%;
  text-align: left;
  outline: 0;
  -moz-appearance: textfield;
  height: 26px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 0 7px;
  display: block;
}
.ant-input-number-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input[disabled] {
  background-color: #f7f7f7;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-input[disabled]:hover {
  border-color: #e2e2e2;
}
.ant-input-number-lg {
  padding: 0;
}
.ant-input-number-lg input {
  height: 30px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 20px;
}
.ant-input-number-handler-wrap {
  border-left: 1px solid #d9d9d9;
  width: 22px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  border-radius: 0 4px 4px 0;
  -webkit-transition: opacity 0.24s linear 0.1s;
  transition: opacity 0.24s linear 0.1s;
  z-index: 2;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1;
}
.ant-input-number-handler-up {
  cursor: pointer;
}
.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -6px;
}
.ant-input-number-handler-up-inner:before {
  text-align: center;
  content: "\E61E";
}
.ant-input-number-handler-up:hover {
  height: 60% !important;
}
.ant-input-number-handler-down {
  border-top: 1px solid #d9d9d9;
  top: -1px;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  margin-top: -6px;
}
.ant-input-number-handler-down-inner:before {
  text-align: center;
  content: "\E61D";
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-handler-down-disabled .ant-input-number-handler-down-inner,
.ant-input-number-handler-up-disabled .ant-input-number-handler-down-inner,
.ant-input-number-disabled .ant-input-number-handler-down-inner,
.ant-input-number-handler-down-disabled .ant-input-number-handler-up-inner,
.ant-input-number-handler-up-disabled .ant-input-number-handler-up-inner,
.ant-input-number-disabled .ant-input-number-handler-up-inner {
  opacity: 0.72;
  color: #ccc !important;
  cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-input {
  opacity: 0.72;
  cursor: not-allowed;
  background-color: #f7f7f7;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-disabled .ant-input-number-handler {
  opacity: 0.72;
  color: #ccc !important;
  cursor: not-allowed;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  background: #ececec;
}
.ant-layout.ant-layout-has-sider {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
  overflow-x: hidden;
}
.ant-layout-header,
.ant-layout-footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ant-layout-header {
  background: #404040;
  padding: 0 50px;
  height: 64px;
  line-height: 64px;
}
.ant-layout-footer {
  background: #ececec;
  padding: 24px 50px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
}
.ant-layout-content {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
.ant-layout-sider {
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  background: #404040;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
}
.ant-layout-sider-children {
  height: 100%;
  padding-top: 0.1px;
  margin-top: -0.1px;
}
.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ant-layout-sider-right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.ant-layout-sider-trigger {
  position: fixed;
  text-align: center;
  bottom: 0;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background: #404040;
  z-index: 1;
  -webkit-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-layout-sider-zero-width > * {
  overflow: hidden;
}
.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  text-align: center;
  width: 36px;
  height: 42px;
  line-height: 42px;
  background: #404040;
  color: #fff;
  font-size: 18px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}
.ant-layout-sider-zero-width-trigger:hover {
  background: #535353;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-mention-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.ant-mention-wrapper .ant-mention-editor {
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  width: 100%;
  height: 28px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 1.5;
  padding: 0;
  display: block;
}
.ant-mention-wrapper .ant-mention-editor::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-mention-wrapper .ant-mention-editor:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-mention-wrapper .ant-mention-editor::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-mention-wrapper .ant-mention-editor:hover {
  border-color: #49a9ee;
}
.ant-mention-wrapper .ant-mention-editor:focus {
  border-color: #49a9ee;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(16, 142, 233, 0.2);
}
.ant-mention-wrapper .ant-mention-editor-disabled {
  background-color: #f7f7f7;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-mention-wrapper .ant-mention-editor-disabled:hover {
  border-color: #e2e2e2;
}
textarea.ant-mention-wrapper .ant-mention-editor {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all .3s, height 0s;
  transition: all .3s, height 0s;
}
.ant-mention-wrapper .ant-mention-editor-lg {
  padding: 6px 7px;
  height: 32px;
}
.ant-mention-wrapper .ant-mention-editor-sm {
  padding: 1px 7px;
  height: 22px;
}
.ant-mention-wrapper .ant-mention-editor-wrapper {
  overflow-y: auto;
  height: auto;
}
.ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
  border-color: #49a9ee;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(16, 142, 233, 0.2);
}
.ant-mention-wrapper.disabled .ant-mention-editor {
  background-color: #f7f7f7;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-mention-wrapper.disabled .ant-mention-editor:hover {
  border-color: #e2e2e2;
}
.ant-mention-wrapper .public-DraftEditorPlaceholder-root {
  position: absolute;
}
.ant-mention-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {
  color: #bfbfbf;
  opacity: 1;
  outline: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  height: auto;
  padding: 4px 7px;
}
.ant-mention-wrapper .DraftEditor-editorContainer .public-DraftEditor-content {
  height: auto;
  padding: 4px 7px;
}
.ant-mention-dropdown {
  margin-top: 1.5em;
  max-height: 250px;
  min-width: 120px;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 1050;
  left: -9999px;
  top: -9999px;
  position: absolute;
  outline: none;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 12px;
}
.ant-mention-dropdown-notfound.ant-mention-dropdown-item {
  color: rgba(0, 0, 0, 0.25);
}
.ant-mention-dropdown-notfound.ant-mention-dropdown-item .anticon-loading {
  color: #108ee9;
  text-align: center;
  display: block;
}
.ant-mention-dropdown-item {
  position: relative;
  display: block;
  padding: 7px 8px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.ant-mention-dropdown-item:hover {
  background-color: #ecf6fd;
}
.ant-mention-dropdown-item.focus,
.ant-mention-dropdown-item-active {
  background-color: #ecf6fd;
}
.ant-mention-dropdown-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-mention-dropdown-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-mention-dropdown-item-selected,
.ant-mention-dropdown-item-selected:hover {
  background-color: #f7f7f7;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
}
.ant-mention-dropdown-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  background-color: #e9e9e9;
  line-height: 0;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-menu {
  outline: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  z-index: 1050;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  line-height: 46px;
  -webkit-transition: background .3s, width .2s;
  transition: background .3s, width .2s;
}
.ant-menu-hidden {
  display: none;
}
.ant-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-menu-item-group-title {
  color: rgba(0, 0, 0, 0.43);
  font-size: 12px;
  line-height: 1.5;
  padding: 8px 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-menu-item,
.ant-menu-submenu,
.ant-menu-submenu-title {
  cursor: pointer;
}
.ant-menu-submenu,
.ant-menu-submenu-inline {
  -webkit-transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item,
.ant-menu-submenu-title {
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #ecf6fd;
}
.ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  -webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item > a {
  display: block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-item > a:hover {
  color: #108ee9;
}
.ant-menu-item > a:focus {
  text-decoration: none;
}
.ant-menu-item > a:before {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
}
.ant-menu-item-divider {
  height: 1px;
  overflow: hidden;
  background-color: #e9e9e9;
  line-height: 0;
}
.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover {
  color: #108ee9;
}
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open {
  z-index: 1050;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent;
}
.ant-menu-item-selected {
  color: #108ee9;
}
.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
  color: #108ee9;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #ecf6fd;
}
.ant-menu-horizontal,
.ant-menu-inline,
.ant-menu-vertical {
  z-index: auto;
}
.ant-menu-inline,
.ant-menu-vertical {
  border-right: 1px solid #e9e9e9;
}
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-item {
  margin-left: -1px;
  left: 1px;
  position: relative;
  z-index: 1;
}
.ant-menu-inline .ant-menu-item:after,
.ant-menu-vertical .ant-menu-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 3px solid #108ee9;
  -webkit-transform: scaleY(0.0001);
      -ms-transform: scaleY(0.0001);
          transform: scaleY(0.0001);
  opacity: 0;
  -webkit-transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-menu-vertical.ant-menu-sub {
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item {
  border-right: 0;
  margin-left: 0;
  left: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item:after {
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item:first-child {
  border-radius: 4px 4px 0 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item:last-child,
.ant-menu-vertical.ant-menu-sub > .ant-menu-item-group:last-child > .ant-menu-item-group-list:last-child > .ant-menu-item:last-child {
  border-radius: 0 0 4px 4px;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item:only-child {
  border-radius: 4px;
}
.ant-menu-inline {
  width: 100%;
}
.ant-menu-inline .ant-menu-selected:after,
.ant-menu-inline .ant-menu-item-selected:after {
  -webkit-transition: opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.ant-menu-submenu-horizontal > .ant-menu {
  top: 100%;
  left: 0;
  position: absolute;
  min-width: 100%;
  margin-top: 7px;
  z-index: 1050;
}
.ant-menu-submenu-vertical {
  z-index: 1;
}
.ant-menu-submenu-vertical > .ant-menu {
  top: 0;
  left: 100%;
  position: absolute;
  min-width: 160px;
  margin-left: 4px;
  z-index: 1050;
}
.ant-menu-item,
.ant-menu-submenu-title {
  margin: 0;
  padding: 0 20px;
  position: relative;
  display: block;
  white-space: nowrap;
}
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  margin-right: 8px;
  -webkit-transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
}
.ant-menu > .ant-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  padding: 0;
  line-height: 0;
  background-color: #e9e9e9;
}
.ant-menu-submenu {
  position: relative;
}
.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  border-radius: 4px;
}
.ant-menu-submenu > .ant-menu-submenu-title:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title:after {
  font-family: "anticon" !important;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  position: absolute;
  content: "\E61D";
  right: 16px;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg) scale(0.75);
      -ms-transform: rotate(270deg) scale(0.75);
          transform: rotate(270deg) scale(0.75);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title:after {
  font-family: "anticon" !important;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  position: absolute;
  content: "\E61D";
  right: 16px;
  top: 0;
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  -webkit-transform: scale(0.66666667) rotate(0deg);
      -ms-transform: scale(0.66666667) rotate(0deg);
          transform: scale(0.66666667) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-menu-submenu-inline > .ant-menu-submenu-title:after {
  -webkit-filter: none;
          filter: none;
}
:root .ant-menu-submenu-inline > .ant-menu-submenu-title:after {
  font-size: 12px;
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(180deg) scale(0.75);
      -ms-transform: rotate(180deg) scale(0.75);
          transform: rotate(180deg) scale(0.75);
}
.ant-menu-vertical .ant-menu-submenu-selected {
  color: #108ee9;
}
.ant-menu-vertical .ant-menu-submenu-selected > a {
  color: #108ee9;
}
.ant-menu-horizontal {
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  box-shadow: none;
  z-index: 0;
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  float: left;
  border-bottom: 2px solid transparent;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-submenu:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu-active,
.ant-menu-horizontal > .ant-menu-item-open,
.ant-menu-horizontal > .ant-menu-submenu-open,
.ant-menu-horizontal > .ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-submenu-selected {
  border-bottom: 2px solid #108ee9;
  color: #108ee9;
}
.ant-menu-horizontal > .ant-menu-item > a,
.ant-menu-horizontal > .ant-menu-submenu > a {
  display: block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-horizontal > .ant-menu-item > a:hover,
.ant-menu-horizontal > .ant-menu-submenu > a:hover {
  color: #108ee9;
}
.ant-menu-horizontal:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  padding: 0 16px;
  font-size: 12px;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-menu-inline-collapsed {
  width: 64px;
}
.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  text-overflow: clip;
  padding: 0 24px !important;
}
.ant-menu-inline-collapsed > .ant-menu-item:after,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item:after,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title:after {
  display: none;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  font-size: 16px;
  line-height: 42px;
  margin: 0;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  max-width: 0;
  display: inline-block;
  opacity: 0;
}
.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.91);
}
.ant-menu-inline-collapsed .ant-menu-item-group-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 4px;
  padding-right: 4px;
}
.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.ant-menu-vertical.ant-menu-sub {
  padding: 0;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-inline {
  box-shadow: none;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  line-height: 42px;
  height: 42px;
  list-style-type: disc;
  list-style-position: inside;
}
.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px;
}
.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
  background: none;
  border-color: transparent !important;
}
.ant-menu-item-disabled > a,
.ant-menu-submenu-disabled > a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.ant-menu-dark,
.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.67);
  background: #404040;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #333;
}
.ant-menu-dark.ant-menu-horizontal {
  border-bottom-color: #404040;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  border-color: #404040;
  border-bottom: 0;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a {
  color: rgba(255, 255, 255, 0.67);
}
.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item {
  border-right: 0;
  margin-left: 0;
  left: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item:after {
  border-right: 0;
}
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  background-color: transparent;
  color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark:not(.ant-menu-inline) .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected {
  border-right: 0;
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected:after {
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > a:hover {
  color: #fff;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected {
  background-color: #108ee9;
}
.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a {
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-tooltip {
  position: absolute;
  z-index: 1060;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 8px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 8px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 8px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 8px;
}
.ant-tooltip-inner {
  max-width: 250px;
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  min-height: 34px;
}
.ant-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: 3px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.75);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 16px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 16px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: 3px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.75);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 8px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 8px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: 3px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.75);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 8px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 8px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: 3px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.75);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 16px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 16px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-message {
  font-size: 12px;
  position: fixed;
  z-index: 1010;
  width: 100%;
  top: 16px;
  left: 0;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice:first-child {
  margin-top: -8px;
}
.ant-message-notice-content {
  padding: 8px 16px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  display: inline-block;
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #00a854;
}
.ant-message-error .anticon {
  color: #f04134;
}
.ant-message-warning .anticon {
  color: #ffbf00;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #108ee9;
}
.ant-message .anticon {
  margin-right: 8px;
  font-size: 14px;
  top: 1px;
  position: relative;
}
.ant-message-notice.move-up-leave.move-up-leave-active {
  -webkit-animation-name: MessageMoveOut;
          animation-name: MessageMoveOut;
  overflow: hidden;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
}
@-webkit-keyframes MessageMoveOut {
  0% {
    opacity: 1;
    max-height: 150px;
    padding: 8px;
  }
  100% {
    opacity: 0;
    max-height: 0;
    padding: 0;
  }
}
@keyframes MessageMoveOut {
  0% {
    opacity: 1;
    max-height: 150px;
    padding: 8px;
  }
  100% {
    opacity: 0;
    max-height: 0;
    padding: 0;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-modal {
  position: relative;
  width: auto;
  margin: 0 auto;
  top: 100px;
  padding-bottom: 24px;
}
.ant-modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.ant-modal-title {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  background-clip: padding-box;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.ant-modal-close {
  cursor: pointer;
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  color: rgba(0, 0, 0, 0.43);
  outline: 0;
}
.ant-modal-close-x {
  display: block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
}
.ant-modal-close-x:before {
  content: "\E633";
  display: block;
  font-family: "anticon" !important;
}
.ant-modal-close:focus,
.ant-modal-close:hover {
  color: #444;
  text-decoration: none;
}
.ant-modal-header {
  padding: 13px 16px;
  border-radius: 4px 4px 0 0;
  background: #fff;
  color: rgba(0, 0, 0, 0.65);
  border-bottom: 1px solid #e9e9e9;
}
.ant-modal-body {
  padding: 16px;
  font-size: 12px;
  line-height: 1.5;
}
.ant-modal-footer {
  border-top: 1px solid #e9e9e9;
  padding: 10px 16px 10px 10px;
  text-align: right;
  border-radius: 0 0 4px 4px;
}
.ant-modal-footer button + button {
  margin-left: 8px;
  margin-bottom: 0;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 0;
}
.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #373737;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
  z-index: 1000;
  filter: alpha(opacity=50);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-open {
  overflow: hidden;
}
@media (max-width: 768px) {
  .ant-modal {
    width: auto !important;
    margin: 10px;
  }
  .vertical-center-modal .ant-modal {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.ant-confirm .ant-modal-header {
  display: none;
}
.ant-confirm .ant-modal-close {
  display: none;
}
.ant-confirm .ant-modal-body {
  padding: 30px 40px;
}
.ant-confirm-body-wrapper {
  zoom: 1;
}
.ant-confirm-body-wrapper:before,
.ant-confirm-body-wrapper:after {
  content: " ";
  display: table;
}
.ant-confirm-body-wrapper:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-confirm-body .ant-confirm-title {
  color: rgba(0, 0, 0, 0.65);
  font-weight: bold;
  font-size: 14px;
}
.ant-confirm-body .ant-confirm-content {
  margin-left: 42px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 8px;
}
.ant-confirm-body > .anticon {
  font-size: 24px;
  margin-right: 16px;
  padding: 0 1px;
  float: left;
}
.ant-confirm .ant-confirm-btns {
  margin-top: 30px;
  float: right;
}
.ant-confirm .ant-confirm-btns button + button {
  margin-left: 10px;
  margin-bottom: 0;
}
.ant-confirm-error .ant-confirm-body > .anticon {
  color: #f04134;
}
.ant-confirm-warning .ant-confirm-body > .anticon,
.ant-confirm-confirm .ant-confirm-body > .anticon {
  color: #ffbf00;
}
.ant-confirm-info .ant-confirm-body > .anticon {
  color: #108ee9;
}
.ant-confirm-success .ant-confirm-body > .anticon {
  color: #00a854;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-notification {
  position: fixed;
  z-index: 1010;
  width: 335px;
  margin-right: 24px;
}
.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-left: 24px;
  margin-right: 0;
}
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationLeftFadeIn;
          animation-name: NotificationLeftFadeIn;
}
.ant-notification-notice {
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  line-height: 1.5;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.ant-notification-notice-message {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 4px;
  line-height: 20px;
  display: inline-block;
}
.ant-notification-notice-message-single-line-auto-margin {
  width: calc(335px - 16px * 2 - 24px - 48px - 100%);
  background-color: transparent;
  pointer-events: none;
  display: block;
  max-width: 4px;
}
.ant-notification-notice-message-single-line-auto-margin:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.ant-notification-notice-description {
  font-size: 12px;
}
.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px;
}
.ant-notification-notice-with-icon .ant-notification-notice-message {
  font-size: 14px;
  margin-left: 48px;
  margin-bottom: 4px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 12px;
}
.ant-notification-notice-icon {
  position: absolute;
  font-size: 32px;
  line-height: 32px;
}
.ant-notification-notice-icon-success {
  color: #00a854;
}
.ant-notification-notice-icon-info {
  color: #108ee9;
}
.ant-notification-notice-icon-warning {
  color: #ffbf00;
}
.ant-notification-notice-icon-error {
  color: #f04134;
}
.ant-notification-notice-close-x:after {
  font-size: 12px;
  content: "\E633";
  font-family: "anticon";
  cursor: pointer;
}
.ant-notification-notice-close {
  position: absolute;
  right: 16px;
  top: 10px;
  color: rgba(0, 0, 0, 0.43);
  outline: none;
  text-decoration: none;
}
.ant-notification-notice-close:hover {
  color: #404040;
}
.ant-notification-notice-btn {
  float: right;
  margin-top: 16px;
}
.ant-notification .notification-fade-effect {
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-notification-fade-enter,
.ant-notification-fade-appear {
  opacity: 0;
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-notification-fade-leave {
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationFadeIn;
          animation-name: NotificationFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-notification-fade-leave.ant-notification-fade-leave-active {
  -webkit-animation-name: NotificationFadeOut;
          animation-name: NotificationFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes NotificationFadeIn {
  0% {
    opacity: 0;
    left: 335px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationFadeIn {
  0% {
    opacity: 0;
    left: 335px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes NotificationLeftFadeIn {
  0% {
    opacity: 0;
    right: 335px;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    opacity: 0;
    right: 335px;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@-webkit-keyframes NotificationFadeOut {
  0% {
    opacity: 1;
    margin-bottom: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    max-height: 150px;
  }
  100% {
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
  }
}
@keyframes NotificationFadeOut {
  0% {
    opacity: 1;
    margin-bottom: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    max-height: 150px;
  }
  100% {
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-pagination {
  font-size: 12px;
}
.ant-pagination:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.ant-pagination-total-text {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  line-height: 28px;
  margin-right: 8px;
}
.ant-pagination-item {
  cursor: pointer;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  margin-right: 8px;
  font-family: Arial;
  outline: 0;
}
.ant-pagination-item a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: none;
  transition: none;
  margin: 0 6px;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: #108ee9;
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #108ee9;
}
.ant-pagination-item-active {
  background-color: #108ee9;
  border-color: #108ee9;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  background-color: #49a9ee;
  border-color: #49a9ee;
}
.ant-pagination-item-active a,
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #fff;
}
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}
.ant-pagination-jump-prev:after,
.ant-pagination-jump-next:after {
  content: "\2022\2022\2022";
  display: block;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
}
.ant-pagination-jump-prev:focus:after,
.ant-pagination-jump-next:focus:after,
.ant-pagination-jump-prev:hover:after,
.ant-pagination-jump-next:hover:after {
  color: #108ee9;
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  -webkit-transform: scale(0.66666667) rotate(0deg);
      -ms-transform: scale(0.66666667) rotate(0deg);
          transform: scale(0.66666667) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  letter-spacing: -1px;
  font-family: "anticon";
}
:root .ant-pagination-jump-prev:focus:after,
:root .ant-pagination-jump-next:focus:after,
:root .ant-pagination-jump-prev:hover:after,
:root .ant-pagination-jump-next:hover:after {
  -webkit-filter: none;
          filter: none;
}
:root .ant-pagination-jump-prev:focus:after,
:root .ant-pagination-jump-next:focus:after,
:root .ant-pagination-jump-prev:hover:after,
:root .ant-pagination-jump-next:hover:after {
  font-size: 12px;
}
.ant-pagination-jump-prev:focus:after,
.ant-pagination-jump-prev:hover:after {
  content: "\E620\E620";
}
.ant-pagination-jump-next:focus:after,
.ant-pagination-jump-next:hover:after {
  content: "\E61F\E61F";
}
.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  font-family: Arial;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  list-style: none;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  vertical-align: middle;
}
.ant-pagination-prev,
.ant-pagination-next {
  outline: 0;
}
.ant-pagination-prev a,
.ant-pagination-next a {
  color: rgba(0, 0, 0, 0.65);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
  color: #108ee9;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-pagination-prev .ant-pagination-item-link:after,
.ant-pagination-next .ant-pagination-item-link:after {
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  -webkit-transform: scale(0.66666667) rotate(0deg);
      -ms-transform: scale(0.66666667) rotate(0deg);
          transform: scale(0.66666667) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: block;
  height: 26px;
  line-height: 26px;
  font-family: "anticon";
  text-align: center;
  font-weight: 500;
}
:root .ant-pagination-prev .ant-pagination-item-link:after,
:root .ant-pagination-next .ant-pagination-item-link:after {
  -webkit-filter: none;
          filter: none;
}
:root .ant-pagination-prev .ant-pagination-item-link:after,
:root .ant-pagination-next .ant-pagination-item-link:after {
  font-size: 12px;
}
.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  border-color: #108ee9;
  color: #108ee9;
}
.ant-pagination-prev .ant-pagination-item-link:after {
  content: "\E620";
  display: block;
}
.ant-pagination-next .ant-pagination-item-link:after {
  content: "\E61F";
  display: block;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus {
  cursor: not-allowed;
}
.ant-pagination-disabled a,
.ant-pagination-disabled:hover a,
.ant-pagination-disabled:focus a,
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link {
  border-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-pagination-slash {
  margin: 0 10px 0 5px;
}
.ant-pagination-options {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.ant-pagination-options-size-changer {
  display: inline-block;
  margin-right: 8px;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 28px;
  line-height: 28px;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  width: 100%;
  height: 28px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0 8px;
  width: 50px;
}
.ant-pagination-options-quick-jumper input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #49a9ee;
}
.ant-pagination-options-quick-jumper input:focus {
  border-color: #49a9ee;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(16, 142, 233, 0.2);
}
.ant-pagination-options-quick-jumper input-disabled {
  background-color: #f7f7f7;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #e2e2e2;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all .3s, height 0s;
  transition: all .3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
  padding: 6px 7px;
  height: 32px;
}
.ant-pagination-options-quick-jumper input-sm {
  padding: 1px 7px;
  height: 22px;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  border: 0;
  height: 24px;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:after {
  line-height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  margin-right: 8px;
  height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager input {
  margin-right: 8px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  outline: none;
  padding: 0 6px;
  height: 100%;
  text-align: center;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #108ee9;
}
.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
  height: 20px;
  line-height: 20px;
}
.ant-pagination.mini .ant-pagination-item {
  border: 0;
  margin: 0;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
}
.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  margin: 0;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  border: 0;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link:after,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link:after {
  height: 20px;
  line-height: 20px;
}
.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-jump-next {
  height: 20px;
  line-height: 20px;
}
.ant-pagination.mini .ant-pagination-options {
  margin-left: 8px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 20px;
  line-height: 20px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  padding: 1px 7px;
  height: 22px;
  width: 44px;
}
@media only screen and (max-width: 1024px) {
  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  cursor: auto;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  white-space: normal;
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.ant-popover:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 8px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 8px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 8px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 8px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.ant-popover-title {
  min-width: 177px;
  margin: 0;
  padding: 8px 16px;
  min-height: 32px;
  border-bottom: 1px solid #e9e9e9;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
}
.ant-popover-inner-content {
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.65);
}
.ant-popover-message {
  padding: 8px 0 16px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
}
.ant-popover-message > .anticon {
  color: #ffbf00;
  line-height: 17px;
  position: absolute;
}
.ant-popover-message-title {
  padding-left: 20px;
}
.ant-popover-buttons {
  text-align: right;
  margin-bottom: 8px;
}
.ant-popover-buttons button {
  margin-left: 8px;
}
.ant-popover-arrow,
.ant-popover-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ant-popover-arrow {
  border-width: 5px;
}
.ant-popover-arrow:after {
  border-width: 4px;
  content: "";
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  border-bottom-width: 0;
  border-top-color: rgba(217, 217, 217, 0.7);
  bottom: 3px;
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -4px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  margin-left: -5px;
}
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  left: 3px;
  border-left-width: 0;
  border-right-color: rgba(217, 217, 217, 0.7);
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow:after {
  content: " ";
  left: 1px;
  bottom: -4px;
  border-left-width: 0;
  border-right-color: #fff;
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  margin-top: -5px;
}
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  border-top-width: 0;
  border-bottom-color: rgba(217, 217, 217, 0.7);
  top: 3px;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -4px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  margin-left: -5px;
}
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  right: 3px;
  border-right-width: 0;
  border-left-color: rgba(217, 217, 217, 0.7);
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -4px;
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  margin-top: -5px;
}
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-progress {
  display: inline-block;
}
.ant-progress-line {
  width: 100%;
  font-size: 12px;
  position: relative;
}
.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
  padding-right: 2.75em;
  margin-right: -2.75em;
}
.ant-progress-inner {
  display: inline-block;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 100px;
  vertical-align: middle;
}
.ant-progress-circle-trail {
  stroke: #f7f7f7;
}
.ant-progress-circle-path {
  stroke: #108ee9;
  -webkit-animation: ant-progress-appear 0.3s;
          animation: ant-progress-appear 0.3s;
}
.ant-progress-bg {
  border-radius: 100px;
  background-color: #108ee9;
  -webkit-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  position: relative;
}
.ant-progress-text {
  width: 2em;
  text-align: left;
  font-size: 1em;
  margin-left: 0.75em;
  vertical-align: middle;
  display: inline-block;
}
.ant-progress-text .anticon {
  font-size: 12px;
}
.ant-progress-status-active .ant-progress-bg:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 10px;
  -webkit-animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
          animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
.ant-progress-status-exception .ant-progress-bg {
  background-color: #f04134;
}
.ant-progress-status-exception .ant-progress-text {
  color: #f04134;
}
.ant-progress-status-exception .ant-progress-circle-path {
  stroke: #f04134;
}
.ant-progress-status-success .ant-progress-bg {
  background-color: #00a854;
}
.ant-progress-status-success .ant-progress-text {
  color: #00a854;
}
.ant-progress-status-success .ant-progress-circle-path {
  stroke: #00a854;
}
.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}
.ant-progress-circle .ant-progress-text {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-family: tahoma;
  margin: 0;
}
.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}
.ant-progress-circle .ant-progress-status-exception .ant-progress-text {
  color: #f04134;
}
.ant-progress-circle .ant-progress-status-success .ant-progress-text {
  color: #00a854;
}
@-webkit-keyframes ant-progress-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ant-progress-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ant-progress-active {
  0% {
    opacity: 0.1;
    width: 0;
  }
  20% {
    opacity: 0.5;
    width: 0;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@keyframes ant-progress-active {
  0% {
    opacity: 0.1;
    width: 0;
  }
  20% {
    opacity: 0.5;
    width: 0;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-rate {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.ant-rate-disabled .ant-rate-star {
  cursor: not-allowed;
}
.ant-rate-disabled .ant-rate-star:hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.ant-rate-star {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #e9e9e9;
  cursor: pointer;
}
.ant-rate-star-first,
.ant-rate-star-second {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-rate-star:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.ant-rate-star-first {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-half .ant-rate-star-second {
  opacity: 1;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-full .ant-rate-star-second {
  color: #f5a623;
}
.ant-rate-star-half:hover .ant-rate-star-first,
.ant-rate-star-full:hover .ant-rate-star-second {
  color: #f7b84f;
}
.ant-rate-text {
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-slider {
  position: relative;
  margin: 10px 6px;
  padding: 4px 0;
  height: 12px;
  cursor: pointer;
}
.ant-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
}
.ant-slider-vertical .ant-slider-rail {
  height: 100%;
  width: 4px;
}
.ant-slider-vertical .ant-slider-track {
  width: 4px;
}
.ant-slider-vertical .ant-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px;
}
.ant-slider-vertical .ant-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-mark-text {
  left: 4px;
  white-space: nowrap;
}
.ant-slider-vertical .ant-slider-step {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-dot {
  top: auto;
  left: 2px;
  margin-bottom: -4px;
}
.ant-slider-with-marks {
  margin-bottom: 28px;
}
.ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #e9e9e9;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.ant-slider-track {
  position: absolute;
  height: 4px;
  border-radius: 4px;
  background-color: #9fd2f6;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.ant-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #88c7f4;
  background-color: #fff;
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: border-color 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: border-color 0.3s ease, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: border-color 0.3s ease, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28), -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ant-slider-handle:hover {
  border-color: #49a9ee;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.ant-slider-handle:active {
  box-shadow: 0 0 0 2px rgba(16, 142, 233, 0.2);
}
.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}
.ant-slider:hover .ant-slider-track {
  background-color: #70bbf2;
}
.ant-slider:hover .ant-slider-handle {
  border-color: #49a9ee;
}
.ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.43);
}
.ant-slider-mark-text-active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.ant-slider-dot {
  position: absolute;
  top: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.ant-slider-dot:first-child {
  margin-left: -4px;
}
.ant-slider-dot:last-child {
  margin-left: -4px;
}
.ant-slider-dot-active {
  border-color: #88c7f4;
}
.ant-slider-disabled {
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-track {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.ant-slider-disabled .ant-slider-handle,
.ant-slider-disabled .ant-slider-dot {
  border-color: rgba(0, 0, 0, 0.25) !important;
  background-color: #fff;
  cursor: not-allowed;
  box-shadow: none;
}
.ant-slider-disabled .ant-slider-mark-text,
.ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed !important;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-spin {
  color: #108ee9;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  font-size: 12px;
  display: none;
}
.ant-spin-spinning {
  opacity: 1;
  position: static;
  display: inline-block;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  height: 100%;
  max-height: 320px;
  width: 100%;
  z-index: 4;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 6px;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 3px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 12px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
}
.ant-spin-blur {
  overflow: hidden;
  opacity: 0.7;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  /* autoprefixer: off */
  filter: progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false);
  -webkit-transform: translateZ(0);
}
.ant-spin-blur:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.3;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 10;
}
.ant-spin-tip {
  color: rgba(0, 0, 0, 0.43);
}
.ant-spin-dot {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: antRotate 1.2s infinite linear;
          animation: antRotate 1.2s infinite linear;
}
.ant-spin-dot i {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #108ee9;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  display: block;
  position: absolute;
  opacity: 0.3;
  -webkit-animation: antSpinMove 1s infinite linear alternate;
          animation: antSpinMove 1s infinite linear alternate;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.ant-spin-dot i:nth-child(1) {
  left: 0;
  top: 0;
}
.ant-spin-dot i:nth-child(2) {
  right: 0;
  top: 0;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ant-spin-dot i:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ant-spin-dot i:nth-child(4) {
  left: 0;
  bottom: 0;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.ant-spin-sm .ant-spin-dot {
  width: 14px;
  height: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  width: 32px;
  height: 32px;
}
.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@-webkit-keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
@keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-steps {
  font-size: 0;
  line-height: 1.5;
}
.ant-steps .ant-steps-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-head-inner {
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-head-inner > .ant-steps-icon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-head-inner > .ant-steps-icon .ant-steps-icon-dot {
  background: rgba(0, 0, 0, 0.25);
}
.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-title {
  color: rgba(0, 0, 0, 0.43);
}
.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-description {
  color: rgba(0, 0, 0, 0.43);
}
.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-tail > i {
  background-color: #e9e9e9;
}
.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-head-inner {
  border-color: #108ee9;
  background-color: #108ee9;
}
.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-head-inner > .ant-steps-icon {
  color: #fff;
}
.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-head-inner > .ant-steps-icon .ant-steps-icon-dot {
  background: #108ee9;
}
.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-title {
  color: rgba(0, 0, 0, 0.65);
}
.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-description {
  color: rgba(0, 0, 0, 0.65);
}
.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-tail > i {
  background-color: #e9e9e9;
}
.ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-head-inner {
  border-color: #108ee9;
  background-color: #fff;
}
.ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-head-inner > .ant-steps-icon {
  color: #108ee9;
}
.ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-head-inner > .ant-steps-icon .ant-steps-icon-dot {
  background: #108ee9;
}
.ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-tail > i:after {
  width: 100%;
  background: #108ee9;
  -webkit-transition: all .6s;
  transition: all .6s;
  opacity: 1;
  box-shadow: 0 0 0 0 #108ee9;
  -webkit-animation: tailEffect .4s;
          animation: tailEffect .4s;
}
.ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-title {
  color: rgba(0, 0, 0, 0.43);
}
.ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-description {
  color: rgba(0, 0, 0, 0.43);
}
.ant-steps .ant-steps-item.ant-steps-status-error .ant-steps-head-inner {
  border-color: #f04134;
  background-color: #fff;
}
.ant-steps .ant-steps-item.ant-steps-status-error .ant-steps-head-inner > .ant-steps-icon {
  color: #f04134;
}
.ant-steps .ant-steps-item.ant-steps-status-error .ant-steps-head-inner > .ant-steps-icon .ant-steps-icon-dot {
  background: #f04134;
}
.ant-steps .ant-steps-item.ant-steps-status-error .ant-steps-title {
  color: #f04134;
}
.ant-steps .ant-steps-item.ant-steps-status-error .ant-steps-description {
  color: #f04134;
}
.ant-steps .ant-steps-item.ant-steps-status-error .ant-steps-tail > i {
  background-color: #e9e9e9;
}
.ant-steps .ant-steps-item.ant-steps-next-error .ant-steps-tail > i,
.ant-steps .ant-steps-item.ant-steps-next-error .ant-steps-tail > i:after {
  background-color: #f04134;
}
.ant-steps .ant-steps-item.ant-steps-custom .ant-steps-head-inner {
  background: none;
  border: 0;
  width: auto;
  height: auto;
}
.ant-steps .ant-steps-item.ant-steps-custom .ant-steps-head-inner > .ant-steps-icon {
  font-size: 26px;
  width: 26px;
  height: 26px;
}
.ant-steps .ant-steps-item.ant-steps-custom.ant-steps-status-process .ant-steps-head-inner > .ant-steps-icon {
  color: #108ee9;
}
.ant-steps .ant-steps-head,
.ant-steps .ant-steps-main {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.ant-steps .ant-steps-head {
  background: #fff;
}
.ant-steps .ant-steps-head-inner {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 26px;
  height: 26px;
  line-height: 23px;
  text-align: center;
  border-radius: 26px;
  font-size: 14px;
  margin-right: 8px;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ant-steps .ant-steps-head-inner > .ant-steps-icon {
  line-height: 1;
  color: #108ee9;
  position: relative;
}
.ant-steps .ant-steps-head-inner > .ant-steps-icon.anticon {
  font-size: 12px;
}
.ant-steps .ant-steps-head-inner > .ant-steps-icon.anticon-cross,
.ant-steps .ant-steps-head-inner > .ant-steps-icon.anticon-check {
  font-weight: bold;
}
.ant-steps .ant-steps-title {
  font-size: 14px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: bold;
  background-color: #fff;
  display: inline-block;
  padding-right: 10px;
}
.ant-steps .ant-steps-title > a:first-child:last-child {
  color: rgba(0, 0, 0, 0.65);
}
.ant-steps .ant-steps-item:last-child .ant-steps-title {
  padding-right: 0;
  width: 100%;
}
.ant-steps .ant-steps-item:last-child .ant-steps-tail {
  display: none;
}
.ant-steps .ant-steps-description {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-steps .ant-steps-tail {
  position: absolute;
  left: 0;
  width: 100%;
  top: 13px;
  padding: 0 10px;
}
.ant-steps .ant-steps-tail > i {
  display: inline-block;
  vertical-align: top;
  background: #e9e9e9;
  height: 1px;
  border-radius: 1px;
  width: 100%;
  position: relative;
}
.ant-steps .ant-steps-tail > i:after {
  position: absolute;
  content: '';
  top: 0;
  width: 0;
  background: #e9e9e9;
  height: 100%;
  opacity: 0;
}
.ant-steps.ant-steps-small .ant-steps-head-inner {
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 18px;
  height: 18px;
  line-height: 15px;
  text-align: center;
  border-radius: 18px;
  font-size: 12px;
  margin-right: 10px;
}
.ant-steps.ant-steps-small .ant-steps-head-inner > .ant-steps-icon.anticon {
  display: inline-block;
  font-size: 12px;
  font-size: 9px \9;
  -webkit-transform: scale(0.75) rotate(0deg);
      -ms-transform: scale(0.75) rotate(0deg);
          transform: scale(0.75) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  top: 0;
}
:root .ant-steps.ant-steps-small .ant-steps-head-inner > .ant-steps-icon.anticon {
  -webkit-filter: none;
          filter: none;
}
:root .ant-steps.ant-steps-small .ant-steps-head-inner > .ant-steps-icon.anticon {
  font-size: 12px;
}
.ant-steps.ant-steps-small .ant-steps-main {
  margin-top: 0;
}
.ant-steps.ant-steps-small .ant-steps-title {
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: bold;
}
.ant-steps.ant-steps-small .ant-steps-description {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-steps.ant-steps-small .ant-steps-tail {
  top: 8px;
  padding: 0 8px;
}
.ant-steps.ant-steps-small .ant-steps-tail > i {
  height: 1px;
  border-radius: 1px;
  width: 100%;
}
.ant-steps.ant-steps-small .ant-steps-custom .ant-steps-head-inner > .ant-steps-icon {
  font-size: 18px;
  width: 18px;
  height: 18px;
}
.ant-steps-vertical > .ant-steps-item {
  display: block;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-tail {
  position: absolute;
  left: 13px;
  top: 0;
  height: 100%;
  width: 1px;
  padding: 30px 0 4px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-tail > i {
  height: 100%;
  width: 1px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-tail > i:after {
  height: 0;
  width: 100%;
}
.ant-steps-vertical .ant-steps-status-finish .ant-steps-tail > i:after {
  height: 100%;
}
.ant-steps-vertical .ant-steps-head {
  float: left;
}
.ant-steps-vertical .ant-steps-head-inner {
  margin-right: 16px;
}
.ant-steps-vertical .ant-steps-main {
  min-height: 47px;
  overflow: hidden;
  display: block;
}
.ant-steps-vertical .ant-steps-main .ant-steps-title {
  line-height: 26px;
}
.ant-steps-vertical .ant-steps-main .ant-steps-description {
  padding-bottom: 12px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-tail {
  position: absolute;
  left: 9px;
  top: 0;
  padding: 22px 0 4px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-tail > i {
  height: 100%;
}
.ant-steps-vertical.ant-steps-small .ant-steps-title {
  line-height: 18px;
}
.ant-steps-horizontal.ant-steps-hidden {
  visibility: hidden;
}
.ant-steps-horizontal .ant-steps-description {
  max-width: 120px;
}
.ant-steps-horizontal .ant-steps-item:not(:first-child) .ant-steps-head {
  padding-left: 10px;
  margin-left: -10px;
}
.ant-steps-dot .ant-steps-item .ant-steps-step {
  display: inline-block;
  text-align: center;
  width: 120px;
}
.ant-steps-dot .ant-steps-item:not(:first-child) .ant-steps-head {
  margin-left: 0;
  padding-left: 0;
}
.ant-steps-dot .ant-steps-tail {
  margin: 0 0 0 60px;
  padding: 0;
  width: 100%;
  top: 1px;
}
.ant-steps-dot .ant-steps-tail > i {
  height: 3px;
}
.ant-steps-dot .ant-steps-head {
  display: inline-block;
  padding-right: 0;
}
.ant-steps-dot .ant-steps-head-inner {
  margin: 0 auto;
  width: 5px;
  height: 5px;
  line-height: 5px;
  border: 0;
}
.ant-steps-dot .ant-steps-head-inner .ant-steps-icon-dot {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 2.5px;
  position: relative;
}
.ant-steps-dot .ant-steps-head-inner .ant-steps-icon-dot:after {
  content: '';
  background: rgba(255, 255, 255, 0.001);
  width: 40px;
  height: 24px;
  position: absolute;
  top: -8px;
  left: -16px;
}
.ant-steps-dot .ant-steps-head-inner .ant-steps-icon-dot:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.ant-steps-dot .ant-steps-main {
  display: block;
  margin-top: 10px;
}
.ant-steps-dot .ant-steps-main .ant-steps-title {
  padding-right: 0;
  background-color: transparent;
}
.ant-steps-dot .ant-steps-status-process .ant-steps-head {
  top: -1px;
}
.ant-steps-dot .ant-steps-status-process .ant-steps-head-inner {
  width: 7px;
  height: 7px;
  line-height: 7px;
}
.ant-steps-dot .ant-steps-status-process .ant-steps-head-inner .ant-steps-icon-dot {
  border-radius: 3.5px;
}
.ant-steps-dot.ant-steps-vertical .ant-steps-tail {
  left: 2px;
  height: 100%;
  padding: 0;
  top: 15px;
}
.ant-steps-dot.ant-steps-vertical .ant-steps-tail > i {
  height: 100%;
  width: 3px;
}
.ant-steps-dot.ant-steps-vertical .ant-steps-head {
  top: 12px;
  left: 1px;
}
.ant-steps-dot.ant-steps-vertical .ant-steps-status-process .ant-steps-head {
  left: 0;
}
@-webkit-keyframes tailEffect {
  to {
    box-shadow: 0 0 3px 3px transparent;
  }
}
@keyframes tailEffect {
  to {
    box-shadow: 0 0 3px 3px transparent;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 22px;
  min-width: 44px;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 20px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  -webkit-transition: all 0.36s;
  transition: all 0.36s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-switch-inner {
  color: #fff;
  font-size: 12px;
  margin-left: 24px;
  margin-right: 6px;
  display: block;
}
.ant-switch:after {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 1px;
  top: 1px;
  border-radius: 18px;
  background-color: #fff;
  content: " ";
  cursor: pointer;
  -webkit-transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-switch:active:after {
  width: 24px;
}
.ant-switch:focus {
  box-shadow: 0 0 0 2px rgba(16, 142, 233, 0.2);
  outline: 0;
}
.ant-switch:focus:hover {
  box-shadow: none;
}
.ant-switch-small {
  height: 14px;
  min-width: 28px;
  line-height: 12px;
}
.ant-switch-small .ant-switch-inner {
  margin-left: 18px;
  margin-right: 3px;
}
.ant-switch-small:after {
  width: 12px;
  height: 12px;
  top: 0;
  left: 0.5px;
}
.ant-switch-small:active:after {
  width: 16px;
}
.ant-switch-small.ant-switch-checked:after {
  left: 100%;
  margin-left: -12.5px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin-left: 3px;
  margin-right: 18px;
}
.ant-switch-small:active.ant-switch-checked:after {
  margin-left: -16.5px;
}
.ant-switch-checked {
  background-color: #108ee9;
}
.ant-switch-checked .ant-switch-inner {
  margin-left: 6px;
  margin-right: 24px;
}
.ant-switch-checked:after {
  left: 100%;
  margin-left: -19px;
}
.ant-switch-checked:active:after {
  margin-left: -25px;
}
.ant-switch-disabled {
  cursor: not-allowed;
  background: #f4f4f4;
}
.ant-switch-disabled:after {
  background: #ccc;
  cursor: not-allowed;
}
.ant-switch-disabled .ant-switch-inner {
  color: rgba(0, 0, 0, 0.25);
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-table-wrapper {
  zoom: 1;
}
.ant-table-wrapper:before,
.ant-table-wrapper:after {
  content: " ";
  display: table;
}
.ant-table-wrapper:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-table {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  overflow: hidden;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.ant-table-body {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.ant-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.ant-table-thead > tr > th {
  background: #f7f7f7;
  font-weight: 500;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
}
.ant-table-thead > tr > th[colspan] {
  text-align: center;
}
.ant-table-thead > tr > th .anticon-filter,
.ant-table-thead > tr > th .ant-table-filter-icon {
  position: relative;
  margin-left: 4px;
  font-size: 12px;
  cursor: pointer;
  color: #999;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 14px;
}
.ant-table-thead > tr > th .anticon-filter:hover,
.ant-table-thead > tr > th .ant-table-filter-icon:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-table-thead > tr > th .anticon-filter:after,
.ant-table-thead > tr > th .ant-table-filter-icon:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 50px;
  left: 0;
  top: -19px;
}
.ant-table-thead > tr > th .ant-table-filter-selected.anticon-filter {
  color: #108ee9;
}
.ant-table-tbody > tr > td {
  border-bottom: 1px solid #e9e9e9;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-table-thead > tr,
.ant-table-tbody > tr {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-table-thead > tr.ant-table-row-hover > td,
.ant-table-tbody > tr.ant-table-row-hover > td,
.ant-table-thead > tr:hover > td,
.ant-table-tbody > tr:hover > td {
  background: #ecf6fd;
}
.ant-table-thead > tr:hover {
  background: none;
}
.ant-table-footer {
  padding: 16px 8px;
  background: #f7f7f7;
  border-radius: 0 0 4px 4px;
  position: relative;
}
.ant-table-footer:before {
  content: '';
  height: 1px;
  background: #f7f7f7;
  position: absolute;
  top: -1px;
  width: 100%;
  left: 0;
}
.ant-table.ant-table-bordered .ant-table-footer {
  border: 1px solid #e9e9e9;
}
.ant-table-title {
  padding: 16px 0;
  position: relative;
  top: 1px;
  border-radius: 4px 4px 0 0;
}
.ant-table.ant-table-bordered .ant-table-title {
  border: 1px solid #e9e9e9;
  padding-left: 8px;
  padding-right: 8px;
}
.ant-table-title + .ant-table-content {
  position: relative;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.ant-table-bordered .ant-table-title + .ant-table-content,
.ant-table-bordered .ant-table-title + .ant-table-content table {
  border-radius: 0;
}
.ant-table-without-column-header .ant-table-title + .ant-table-content,
.ant-table-without-column-header table {
  border-radius: 0;
}
.ant-table-tbody > tr.ant-table-row-selected {
  background: #fafafa;
}
.ant-table-thead > tr > th.ant-table-column-sort {
  background: #eee;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  padding: 16px 8px;
  word-break: break-all;
}
.ant-table-thead > tr > th.ant-table-selection-column-custom {
  padding-left: 16px;
  padding-right: 0;
}
.ant-table-thead > tr > th.ant-table-selection-column,
.ant-table-tbody > tr > td.ant-table-selection-column {
  text-align: center;
  min-width: 62px;
  width: 62px;
}
.ant-table-thead > tr > th.ant-table-selection-column .ant-radio-wrapper,
.ant-table-tbody > tr > td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}
.ant-table-expand-icon-th,
.ant-table-row-expand-icon-cell {
  text-align: center;
  min-width: 50px;
  width: 50px;
}
.ant-table-header {
  background: #f7f7f7;
  overflow: hidden;
}
.ant-table-header table {
  border-radius: 4px 4px 0 0;
}
.ant-table-loading {
  position: relative;
}
.ant-table-loading .ant-table-body {
  background: #fff;
  opacity: 0.5;
}
.ant-table-loading .ant-table-spin-holder {
  height: 20px;
  line-height: 20px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  position: absolute;
}
.ant-table-loading .ant-table-with-pagination {
  margin-top: -20px;
}
.ant-table-loading .ant-table-without-pagination {
  margin-top: 10px;
}
.ant-table-middle .ant-table-thead > tr > th,
.ant-table-middle .ant-table-tbody > tr > td {
  padding: 10px 8px;
}
.ant-table-middle .ant-table-title,
.ant-table-middle .ant-table-footer {
  padding: 10px 8px;
}
.ant-table-middle .ant-table-column-sorter-up:after {
  top: -13px;
  height: 13px;
}
.ant-table-middle .ant-table-column-sorter-down:after {
  bottom: -11px;
  height: 13px;
}
.ant-table-middle .ant-table-thead > tr > th .anticon-filter:after,
.ant-table-middle .ant-table-thead > tr > th .ant-table-filter-icon:after {
  height: 38px;
  top: -13px;
}
.ant-table-small {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}
.ant-table-small .ant-table-header > table,
.ant-table-small .ant-table-body > table {
  border: 0;
  padding: 0 8px;
}
.ant-table-small .ant-table-thead > tr > th {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
}
.ant-table-small .ant-table-tbody > tr > td {
  padding: 6px 8px;
}
.ant-table-small .ant-table-title,
.ant-table-small .ant-table-footer,
.ant-table-small .ant-table-thead > tr > th {
  padding: 10px 8px;
}
.ant-table-small .ant-table-title {
  border-bottom: 1px solid #e9e9e9;
  top: 0;
}
.ant-table-small .ant-table-header {
  background: #fff;
}
.ant-table-small .ant-table-placeholder,
.ant-table-small .ant-table-row:last-child td {
  border-bottom: 0;
}
.ant-table-small .ant-table-column-sorter-up:after {
  top: -14px;
  height: 13px;
}
.ant-table-small .ant-table-column-sorter-down:after {
  bottom: -11px;
  height: 13px;
}
.ant-table-small .ant-table-thead > tr > th .anticon-filter:after,
.ant-table-small .ant-table-thead > tr > th .ant-table-filter-icon:after {
  height: 39px;
  top: -14px;
}
.ant-table-column-sorter {
  position: relative;
  margin-left: 4px;
  display: inline-block;
  width: 14px;
  vertical-align: middle;
  text-align: center;
}
.ant-table-column-sorter-up,
.ant-table-column-sorter-down {
  line-height: 4px;
  display: block;
  width: 14px;
  height: 6px;
  cursor: pointer;
}
.ant-table-column-sorter-up:hover .anticon,
.ant-table-column-sorter-down:hover .anticon {
  color: rgba(0, 0, 0, 0.65);
}
.ant-table-column-sorter-up.on .anticon-caret-up,
.ant-table-column-sorter-down.on .anticon-caret-up,
.ant-table-column-sorter-up.on .anticon-caret-down,
.ant-table-column-sorter-down.on .anticon-caret-down {
  color: #108ee9;
}
.ant-table-column-sorter-up:after,
.ant-table-column-sorter-down:after {
  position: absolute;
  content: '';
  height: 20px;
  width: 14px;
  left: 0;
}
.ant-table-column-sorter-up:after {
  top: -19px;
}
.ant-table-column-sorter-down:after {
  bottom: -17px;
}
.ant-table-column-sorter .anticon-caret-up,
.ant-table-column-sorter .anticon-caret-down {
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  -webkit-transform: scale(0.66666667) rotate(0deg);
      -ms-transform: scale(0.66666667) rotate(0deg);
          transform: scale(0.66666667) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  line-height: 4px;
  height: 4px;
  color: #999;
  -webkit-transition: all .3s;
  transition: all .3s;
}
:root .ant-table-column-sorter .anticon-caret-up,
:root .ant-table-column-sorter .anticon-caret-down {
  -webkit-filter: none;
          filter: none;
}
:root .ant-table-column-sorter .anticon-caret-up,
:root .ant-table-column-sorter .anticon-caret-down {
  font-size: 12px;
}
.ant-table-bordered .ant-table-header > table,
.ant-table-bordered .ant-table-body > table,
.ant-table-bordered .ant-table-fixed-left table,
.ant-table-bordered .ant-table-fixed-right table {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
}
.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-header > table {
  border-bottom: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-body > table {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner > table {
  border-top: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-placeholder {
  border: 0;
}
.ant-table-bordered .ant-table-thead > tr > th {
  border-bottom: 1px solid #e9e9e9;
}
.ant-table-bordered .ant-table-thead > tr > th,
.ant-table-bordered .ant-table-tbody > tr > td {
  border-right: 1px solid #e9e9e9;
}
.ant-table-bordered.ant-table-small {
  border-right: 0;
}
.ant-table-bordered.ant-table-small .ant-table-header > table,
.ant-table-bordered.ant-table-small .ant-table-body > table,
.ant-table-bordered.ant-table-small .ant-table-fixed-left table,
.ant-table-bordered.ant-table-small .ant-table-fixed-right table {
  border: 0;
  padding: 0;
}
.ant-table-bordered.ant-table-small .ant-table-title {
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.ant-table-bordered.ant-table-small .ant-table-footer {
  border: 0;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.ant-table-bordered.ant-table-small .ant-table-footer:before {
  display: none;
}
.ant-table-bordered.ant-table-small .ant-table-placeholder {
  border-left: 0;
  border-bottom: 0;
}
.ant-table-placeholder {
  position: relative;
  padding: 16px 8px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
  z-index: 1;
}
.ant-table-placeholder .anticon {
  margin-right: 4px;
}
.ant-table-pagination {
  margin: 16px 0;
  float: right;
}
.ant-table-filter-dropdown {
  min-width: 96px;
  margin-left: -8px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  border: 0;
  box-shadow: none;
  border-radius: 4px 4px 0 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-without-submenu {
  max-height: 400px;
  overflow-x: hidden;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item > label + span {
  padding-right: 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-sub {
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title:after {
  color: #108ee9;
  font-weight: bold;
  text-shadow: 0 0 2px #d2eafb;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item {
  overflow: hidden;
}
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-item:last-child,
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
  border-radius: 0;
}
.ant-table-filter-dropdown-btns {
  overflow: hidden;
  padding: 7px 8px;
  border-top: 1px solid #e9e9e9;
}
.ant-table-filter-dropdown-link {
  color: #108ee9;
}
.ant-table-filter-dropdown-link:hover {
  color: #49a9ee;
}
.ant-table-filter-dropdown-link:active {
  color: #0e77ca;
}
.ant-table-filter-dropdown-link.confirm {
  float: left;
}
.ant-table-filter-dropdown-link.clear {
  float: right;
}
.ant-table-selection-select-all-custom {
  margin-right: 4px !important;
}
.ant-table-selection .anticon-down {
  color: #999;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-table-selection-menu {
  min-width: 96px;
  margin-top: 5px;
  margin-left: -30px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.ant-table-selection-menu .ant-action-down {
  color: #999;
}
.ant-table-selection-down {
  cursor: pointer;
  padding: 0;
  display: inline-block;
  line-height: 1;
}
.ant-table-selection-down:hover .anticon-down {
  color: #666;
}
.ant-table-row-expand-icon {
  cursor: pointer;
  display: inline-block;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 14px;
  border: 1px solid #e9e9e9;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fff;
}
.ant-table-row-expanded:after {
  content: '-';
}
.ant-table-row-collapsed:after {
  content: '+';
}
.ant-table-row-spaced {
  visibility: hidden;
}
.ant-table-row-spaced:after {
  content: '.';
}
.ant-table-row[class*="ant-table-row-level-0"] .ant-table-selection-column > span {
  display: inline-block;
}
tr.ant-table-expanded-row,
tr.ant-table-expanded-row:hover {
  background: #fbfbfb;
}
.ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 8px;
}
.ant-table-scroll {
  overflow: auto;
  overflow-x: hidden;
}
.ant-table-scroll table {
  width: auto;
  min-width: 100%;
}
.ant-table-body-inner {
  height: 100%;
}
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  position: relative;
  background: #fff;
}
.ant-table-fixed-header .ant-table-body-inner {
  overflow: scroll;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  overflow: scroll;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.ant-table-fixed-left,
.ant-table-fixed-right {
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  border-radius: 0;
}
.ant-table-fixed-left table,
.ant-table-fixed-right table {
  width: auto;
  background: #fff;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,
.ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed {
  border-radius: 0;
}
.ant-table-fixed-left {
  left: 0;
  box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.2);
}
.ant-table-fixed-left .ant-table-header {
  overflow-y: hidden;
}
.ant-table-fixed-left .ant-table-body-inner {
  margin-right: -20px;
  padding-right: 20px;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner {
  padding-right: 0;
}
.ant-table-fixed-left,
.ant-table-fixed-left table {
  border-radius: 4px 0 0 0;
}
.ant-table-fixed-right {
  right: 0;
  box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.2);
}
.ant-table-fixed-right,
.ant-table-fixed-right table {
  border-radius: 0 4px 0 0;
}
.ant-table-fixed-right .ant-table-expanded-row {
  color: transparent;
  pointer-events: none;
}
.ant-table.ant-table-scroll-position-left .ant-table-fixed-left {
  box-shadow: none;
}
.ant-table.ant-table-scroll-position-right .ant-table-fixed-right {
  box-shadow: none;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container {
  height: 32px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  margin: 0;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #f9f9f9;
  margin-right: 2px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  padding: 5px 16px 4px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  background: #fff;
  border-color: #d9d9d9;
  color: #108ee9;
  padding-bottom: 5px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-inactive {
  padding: 0;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close {
  color: rgba(0, 0, 0, 0.43);
  -webkit-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  margin-right: 0;
  opacity: 0;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -5px;
  overflow: hidden;
  text-align: center;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  line-height: 1;
}
:root .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close {
  -webkit-filter: none;
          filter: none;
}
:root .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close {
  font-size: 12px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tabs.ant-tabs-card .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs.ant-tabs-editable-card .ant-tabs-content > .ant-tabs-tabpane {
  -webkit-transition: none !important;
  transition: none !important;
}
.ant-tabs.ant-tabs-card .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs.ant-tabs-editable-card .ant-tabs-content > .ant-tabs-tabpane-inactive {
  overflow: hidden;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:hover .anticon-close {
  opacity: 1;
}
.ant-tabs-extra-content {
  line-height: 32px;
}
.ant-tabs-extra-content .ant-tabs-new-tab {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  color: rgba(0, 0, 0, 0.43);
  -webkit-transition: all .3s;
  transition: all .3s;
}
:root .ant-tabs-extra-content .ant-tabs-new-tab {
  -webkit-filter: none;
          filter: none;
}
:root .ant-tabs-extra-content .ant-tabs-new-tab {
  font-size: 12px;
}
.ant-tabs-extra-content .ant-tabs-new-tab:hover {
  color: #108ee9;
  border-color: #108ee9;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container {
  height: auto;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 8px;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  padding-bottom: 4px;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:last-child {
  margin-bottom: 8px;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-new-tab {
  width: 90%;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-right: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab {
  border-right: 0;
  border-radius: 4px 0 0 4px;
  margin-right: 1px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab-active {
  margin-right: -1px;
  padding-right: 18px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-left: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-tab {
  border-left: 0;
  border-radius: 0 4px 4px 0;
  margin-left: 1px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-tab-active {
  margin-left: -1px;
  padding-left: 18px;
}
.ant-tabs {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  zoom: 1;
  color: rgba(0, 0, 0, 0.65);
}
.ant-tabs:before,
.ant-tabs:after {
  content: " ";
  display: table;
}
.ant-tabs:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-tabs-ink-bar {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 1px;
  box-sizing: border-box;
  height: 2px;
  background-color: #108ee9;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-tabs-bar {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 16px;
  outline: none;
  -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav-container {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  margin-bottom: -1px;
  -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  zoom: 1;
}
.ant-tabs-nav-container:before,
.ant-tabs-nav-container:after {
  content: " ";
  display: table;
}
.ant-tabs-nav-container:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-tabs-nav-container-scrolling {
  padding-left: 32px;
  padding-right: 32px;
}
.ant-tabs-tab-prev,
.ant-tabs-tab-next {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
  width: 0;
  height: 100%;
  line-height: 32px;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  position: absolute;
  text-align: center;
  color: rgba(0, 0, 0, 0.43);
  -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  pointer-events: none;
}
.ant-tabs-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs-tab-next.ant-tabs-tab-arrow-show {
  opacity: 1;
  width: 32px;
  height: 100%;
  pointer-events: auto;
}
.ant-tabs-tab-prev:hover,
.ant-tabs-tab-next:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tabs-tab-prev-icon,
.ant-tabs-tab-next-icon {
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: inherit;
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  text-transform: none;
}
.ant-tabs-tab-prev-icon:before,
.ant-tabs-tab-next-icon:before {
  display: block;
  font-family: "anticon" !important;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-tabs-tab-prev-icon:before,
:root .ant-tabs-tab-next-icon:before {
  -webkit-filter: none;
          filter: none;
}
:root .ant-tabs-tab-prev-icon:before,
:root .ant-tabs-tab-next-icon:before {
  font-size: 12px;
}
.ant-tabs-tab-btn-disabled {
  cursor: not-allowed;
}
.ant-tabs-tab-btn-disabled,
.ant-tabs-tab-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-tab-next {
  right: 2px;
}
.ant-tabs-tab-next-icon:before {
  content: "\E61F";
}
.ant-tabs-tab-prev {
  left: 0;
}
.ant-tabs-tab-prev-icon:before {
  content: "\E620";
}
:root .ant-tabs-tab-prev {
  -webkit-filter: none;
          filter: none;
}
.ant-tabs-nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
}
.ant-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}
.ant-tabs-nav {
  box-sizing: border-box;
  padding-left: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.ant-tabs-nav:before,
.ant-tabs-nav:after {
  display: table;
  content: " ";
}
.ant-tabs-nav:after {
  clear: both;
}
.ant-tabs-nav .ant-tabs-tab-disabled {
  pointer-events: none;
  cursor: default;
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-nav .ant-tabs-tab {
  display: inline-block;
  height: 100%;
  margin-right: 24px;
  box-sizing: border-box;
  position: relative;
  padding: 8px 20px;
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  text-decoration: none;
}
.ant-tabs-nav .ant-tabs-tab:last-child {
  margin-right: 0;
}
.ant-tabs-nav .ant-tabs-tab:hover {
  color: #49a9ee;
}
.ant-tabs-nav .ant-tabs-tab:active {
  color: #0e77ca;
}
.ant-tabs-nav .ant-tabs-tab .anticon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.ant-tabs-nav .ant-tabs-tab-active {
  color: #108ee9;
}
.ant-tabs-mini .ant-tabs-nav-container {
  font-size: 12px;
}
.ant-tabs-mini .ant-tabs-tab {
  margin-right: 0;
  padding: 8px 16px;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content {
  width: 100%;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  -webkit-transition: opacity .45s;
  transition: opacity .45s;
  opacity: 1;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  opacity: 0;
  height: 0;
  padding: 0 !important;
  pointer-events: none;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content-animated {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  will-change: margin-left;
  -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-vertical > .ant-tabs-bar {
  border-bottom: 0;
  height: 100%;
}
.ant-tabs-vertical > .ant-tabs-bar-tab-prev,
.ant-tabs-vertical > .ant-tabs-bar-tab-next {
  width: 32px;
  height: 0;
  -webkit-transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-vertical > .ant-tabs-bar-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs-vertical > .ant-tabs-bar-tab-next.ant-tabs-tab-arrow-show {
  width: 100%;
  height: 32px;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab {
  float: none;
  margin-right: 0;
  margin-bottom: 16px;
  display: block;
  padding: 8px 24px;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab:last-child {
  margin-bottom: 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-extra-content {
  text-align: center;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-scroll {
  width: auto;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container,
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-wrap {
  height: 100%;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container {
  margin-bottom: 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
  padding: 32px 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav {
  width: 100%;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-ink-bar {
  width: 2px;
  left: auto;
  height: auto;
  top: 0;
}
.ant-tabs-vertical > .ant-tabs-content {
  overflow: hidden;
  width: auto;
  margin-top: 0 !important;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-next {
  width: 100%;
  bottom: 0;
  height: 32px;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-next-icon:before {
  content: "\E61D";
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-prev {
  top: 0;
  width: 100%;
  height: 32px;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-prev-icon:before {
  content: "\E61E";
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar {
  float: left;
  border-right: 1px solid #e9e9e9;
  margin-right: -1px;
  margin-bottom: 0;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab {
  text-align: right;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-container {
  margin-right: -1px;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-right: -1px;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-ink-bar {
  right: 1px;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-content {
  padding-left: 24px;
  border-left: 1px solid #e9e9e9;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar {
  float: right;
  border-left: 1px solid #e9e9e9;
  margin-left: -1px;
  margin-bottom: 0;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-container {
  margin-left: -1px;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-left: -1px;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-ink-bar {
  left: 1px;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-content {
  padding-right: 24px;
  border-right: 1px solid #e9e9e9;
}
.ant-tabs-bottom > .ant-tabs-bar {
  margin-bottom: 0;
  margin-top: 16px;
}
.ant-tabs-top .ant-tabs-ink-bar-animated,
.ant-tabs-bottom .ant-tabs-ink-bar-animated {
  -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-left .ant-tabs-ink-bar-animated,
.ant-tabs-right .ant-tabs-ink-bar-animated {
  -webkit-transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.no-flex > .ant-tabs-content-animated,
.ant-tabs-no-animation > .ant-tabs-content-animated,
.ant-tabs-vertical > .ant-tabs-content-animated {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  margin-left: 0 !important;
}
.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs-vertical > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  display: none;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-tag {
  display: inline-block;
  line-height: 20px;
  height: 22px;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  background: #f3f3f3;
  font-size: 12px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  margin-right: 8px;
  cursor: pointer;
  white-space: nowrap;
}
.ant-tag:hover {
  opacity: 0.85;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tag-text a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag .anticon-cross {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  cursor: pointer;
  font-weight: bold;
  margin-left: 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.66;
}
:root .ant-tag .anticon-cross {
  -webkit-filter: none;
          filter: none;
}
:root .ant-tag .anticon-cross {
  font-size: 12px;
}
.ant-tag .anticon-cross:hover {
  opacity: 1;
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-cross,
.ant-tag-has-color .anticon-cross:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #108ee9;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #108ee9;
}
.ant-tag-checkable:active {
  background-color: #0e77ca;
}
.ant-tag-close {
  width: 0 !important;
  padding: 0;
  margin: 0;
}
.ant-tag-zoom-enter,
.ant-tag-zoom-appear {
  -webkit-animation: antFadeIn 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation: antFadeIn 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-tag-zoom-leave {
  -webkit-animation: antZoomOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation: antZoomOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-tag-pink {
  color: #f5317f;
  background: #fdd8e7;
  border-color: #fdd8e7;
}
.ant-tag-pink-inverse {
  background: #f5317f;
  border-color: #f5317f;
  color: #fff;
}
.ant-tag-red {
  color: #f04134;
  background: #fcdbd9;
  border-color: #fcdbd9;
}
.ant-tag-red-inverse {
  background: #f04134;
  border-color: #f04134;
  color: #fff;
}
.ant-tag-orange {
  color: #f56a00;
  background: #fde3cf;
  border-color: #fde3cf;
}
.ant-tag-orange-inverse {
  background: #f56a00;
  border-color: #f56a00;
  color: #fff;
}
.ant-tag-yellow {
  color: #ffbf00;
  background: #fff3cf;
  border-color: #fff3cf;
}
.ant-tag-yellow-inverse {
  background: #ffbf00;
  border-color: #ffbf00;
  color: #fff;
}
.ant-tag-cyan {
  color: #00a2ae;
  background: #cfedf0;
  border-color: #cfedf0;
}
.ant-tag-cyan-inverse {
  background: #00a2ae;
  border-color: #00a2ae;
  color: #fff;
}
.ant-tag-green {
  color: #00a854;
  background: #cfefdf;
  border-color: #cfefdf;
}
.ant-tag-green-inverse {
  background: #00a854;
  border-color: #00a854;
  color: #fff;
}
.ant-tag-blue {
  color: #108ee9;
  background: #d2eafb;
  border-color: #d2eafb;
}
.ant-tag-blue-inverse {
  background: #108ee9;
  border-color: #108ee9;
  color: #fff;
}
.ant-tag-purple {
  color: #7265e6;
  background: #e4e2fa;
  border-color: #e4e2fa;
}
.ant-tag-purple-inverse {
  background: #7265e6;
  border-color: #7265e6;
  color: #fff;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ant-timeline-item {
  position: relative;
  padding: 0 0 12px;
  list-style: none;
  margin: 0;
}
.ant-timeline-item-tail {
  position: absolute;
  left: 5px;
  top: 0;
  height: 100%;
  border-left: 2px solid #e9e9e9;
}
.ant-timeline-item-pending .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-head {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 100px;
  border: 2px solid transparent;
}
.ant-timeline-item-head-blue {
  border-color: #108ee9;
  color: #108ee9;
}
.ant-timeline-item-head-red {
  border-color: #f04134;
  color: #f04134;
}
.ant-timeline-item-head-green {
  border-color: #00a854;
  color: #00a854;
}
.ant-timeline-item-head-custom {
  position: absolute;
  text-align: center;
  width: 40px;
  left: -14px;
  line-height: 1;
  margin-top: 6px;
  border: 0;
  height: auto;
  border-radius: 0;
  padding: 3px 0;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-timeline-item-content {
  padding: 0 0 10px 24px;
  font-size: 12px;
  position: relative;
  top: -3px;
}
.ant-timeline-item-last .ant-timeline-item-tail {
  border-left: 2px dotted #e9e9e9;
  display: none;
}
.ant-timeline-item-last .ant-timeline-item-content {
  min-height: 48px;
}
.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  display: block;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
@-webkit-keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
.ant-transfer {
  position: relative;
  line-height: 1.5;
}
.ant-transfer-list {
  font-size: 12px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  border-radius: 4px;
  vertical-align: middle;
  position: relative;
  width: 180px;
  height: 200px;
  padding-top: 33px;
}
.ant-transfer-list-with-footer {
  padding-bottom: 33px;
}
.ant-transfer-list-search-action {
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  width: 28px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
}
.ant-transfer-list-search-action .anticon {
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
}
.ant-transfer-list-search-action .anticon:hover {
  color: rgba(0, 0, 0, 0.43);
}
span.ant-transfer-list-search-action {
  pointer-events: none;
}
.ant-transfer-list-header {
  padding: 7px 15px;
  border-radius: 4px 4px 0 0;
  background: #fff;
  color: rgba(0, 0, 0, 0.65);
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ant-transfer-list-header-title {
  position: absolute;
  right: 15px;
}
.ant-transfer-list-body {
  font-size: 12px;
  position: relative;
  height: 100%;
}
.ant-transfer-list-body-search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px;
  width: 100%;
}
.ant-transfer-list-body-with-search {
  padding-top: 34px;
}
.ant-transfer-list-content {
  height: 100%;
  overflow: auto;
}
.ant-transfer-list-content > .LazyLoad {
  -webkit-animation: transferHighlightIn 1s;
          animation: transferHighlightIn 1s;
}
.ant-transfer-list-content-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 15px;
  min-height: 32px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  cursor: pointer;
  background-color: #ecf6fd;
}
.ant-transfer-list-content-item-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-transfer-list-body-not-found {
  padding-top: 0;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -10px;
}
.ant-transfer-list-content:empty + .ant-transfer-list-body-not-found {
  display: block;
}
.ant-transfer-list-footer {
  border-top: 1px solid #e9e9e9;
  border-radius: 0 0 4px 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ant-transfer-operation {
  display: inline-block;
  overflow: hidden;
  margin: 0 8px;
  vertical-align: middle;
}
.ant-transfer-operation .ant-btn {
  display: block;
}
.ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 4px;
}
.ant-transfer-operation .ant-btn .anticon {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-transfer-operation .ant-btn .anticon {
  -webkit-filter: none;
          filter: none;
}
:root .ant-transfer-operation .ant-btn .anticon {
  font-size: 12px;
}
@-webkit-keyframes transferHighlightIn {
  0% {
    background: #d2eafb;
  }
  100% {
    background: transparent;
  }
}
@keyframes transferHighlightIn {
  0% {
    background: #d2eafb;
  }
  100% {
    background: transparent;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
@-webkit-keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
.ant-select-tree-checkbox {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: text-bottom;
}
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #108ee9;
}
.ant-select-tree-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #108ee9;
  content: '';
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  visibility: hidden;
}
.ant-select-tree-checkbox:hover:after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox:after {
  visibility: visible;
}
.ant-select-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-select-tree-checkbox-inner:after {
  -webkit-transform: rotate(45deg) scale(0);
      -ms-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4px;
  top: 1px;
  display: table;
  width: 5px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-select-tree-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner:after {
  content: ' ';
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  position: absolute;
  left: 2px;
  top: 5px;
  width: 8px;
  height: 1px;
}
.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
  -webkit-transform: rotate(45deg) scale(1);
      -ms-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  background-color: #108ee9;
  border-color: #108ee9;
}
.ant-select-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
  -webkit-animation-name: none;
          animation-name: none;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  border-color: #d9d9d9 !important;
  background-color: #f7f7f7;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after {
  -webkit-animation-name: none;
          animation-name: none;
  border-color: #f7f7f7;
}
.ant-select-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-tree-checkbox-wrapper {
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
}
.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-select-tree-checkbox-wrapper + span,
.ant-select-tree-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-select-tree-checkbox-group {
  font-size: 12px;
}
.ant-select-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-select-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-left: 0;
}
@media \0screen {
  .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:before,
  .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
    font-family: 'anticon';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E632";
    font-weight: bold;
    font-size: 8px;
    border: 0;
    color: #fff;
    left: 2px;
    top: 3px;
    position: absolute;
  }
}
.ant-select-tree {
  margin: 0;
  padding: 0 4px;
  margin-top: -4px;
  font-size: 12px;
}
.ant-select-tree li {
  padding: 0;
  margin: 8px 0;
  list-style: none;
  white-space: nowrap;
  outline: 0;
}
.ant-select-tree li.filter-node > span {
  font-weight: 500;
}
.ant-select-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 2px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all .3s;
  transition: all .3s;
  width: calc(100% - 24px);
}
.ant-select-tree li .ant-select-tree-node-content-wrapper:hover {
  background-color: #ecf6fd;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #d2eafb;
}
.ant-select-tree li span.ant-select-tree-checkbox {
  margin: 0 4px 0 0;
}
.ant-select-tree li span.ant-select-tree-checkbox + .ant-select-tree-node-content-wrapper {
  width: calc(100% - 46px);
}
.ant-select-tree li span.ant-select-tree-switcher,
.ant-select-tree li span.ant-select-tree-iconEle {
  margin: 0;
  width: 24px;
  height: 24px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.ant-select-tree li span.ant-select-tree-icon_loading:after {
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E6AE";
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
  color: #108ee9;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop {
  cursor: auto;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open:after {
  font-size: 12px;
  font-size: 7px \9;
  -webkit-transform: scale(0.58333333) rotate(0deg);
      -ms-transform: scale(0.58333333) rotate(0deg);
          transform: scale(0.58333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E606";
  font-weight: bold;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open:after {
  -webkit-filter: none;
          filter: none;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open:after {
  font-size: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
  font-size: 12px;
  font-size: 7px \9;
  -webkit-transform: scale(0.58333333) rotate(0deg);
      -ms-transform: scale(0.58333333) rotate(0deg);
          transform: scale(0.58333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E606";
  font-weight: bold;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
  -webkit-filter: none;
          filter: none;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
  font-size: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
  -webkit-transform: rotate(270deg) scale(0.59);
      -ms-transform: rotate(270deg) scale(0.59);
          transform: rotate(270deg) scale(0.59);
}
.ant-select-tree-child-tree {
  display: none;
}
.ant-select-tree-child-tree-open {
  display: block;
}
li.ant-select-tree-treenode-disabled > span,
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper,
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper span,
li.ant-select-tree-treenode-disabled > span.ant-select-tree-switcher {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-select-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-dropdown .ant-select-dropdown-search {
  display: block;
  padding: 4px;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap {
  width: 100%;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
  padding: 4px 7px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
}
.ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide {
  display: none;
}
.ant-select-tree-dropdown .ant-select-not-found {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  padding: 7px 16px;
  display: block;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
@-webkit-keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
.ant-tree-checkbox {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: text-bottom;
}
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #108ee9;
}
.ant-tree-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #108ee9;
  content: '';
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  visibility: hidden;
}
.ant-tree-checkbox:hover:after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox:after {
  visibility: visible;
}
.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-tree-checkbox-inner:after {
  -webkit-transform: rotate(45deg) scale(0);
      -ms-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4px;
  top: 1px;
  display: table;
  width: 5px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-tree-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner:after {
  content: ' ';
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  position: absolute;
  left: 2px;
  top: 5px;
  width: 8px;
  height: 1px;
}
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  -webkit-transform: rotate(45deg) scale(1);
      -ms-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner,
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #108ee9;
  border-color: #108ee9;
}
.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  -webkit-animation-name: none;
          animation-name: none;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  border-color: #d9d9d9 !important;
  background-color: #f7f7f7;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
  -webkit-animation-name: none;
          animation-name: none;
  border-color: #f7f7f7;
}
.ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree-checkbox-wrapper {
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
}
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-tree-checkbox-wrapper + span,
.ant-tree-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-tree-checkbox-group {
  font-size: 12px;
}
.ant-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}
@media \0screen {
  .ant-tree-checkbox-checked .ant-tree-checkbox-inner:before,
  .ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
    font-family: 'anticon';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E632";
    font-weight: bold;
    font-size: 8px;
    border: 0;
    color: #fff;
    left: 2px;
    top: 3px;
    position: absolute;
  }
}
.ant-tree {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.ant-tree li {
  padding: 4px 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  outline: 0;
}
.ant-tree li span[draggable],
.ant-tree li span[draggable="true"] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-top: 2px transparent solid;
  border-bottom: 2px transparent solid;
  margin-top: -2px;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.ant-tree li.drag-over > span[draggable] {
  background-color: #108ee9;
  color: white;
  opacity: 0.8;
}
.ant-tree li.drag-over-gap-top > span[draggable] {
  border-top-color: #108ee9;
}
.ant-tree li.drag-over-gap-bottom > span[draggable] {
  border-bottom-color: #108ee9;
}
.ant-tree li.filter-node > span {
  color: #f04134 !important;
  font-weight: 500 !important;
}
.ant-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-tree li .ant-tree-node-content-wrapper {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 2px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}
.ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: #ecf6fd;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #d2eafb;
}
.ant-tree li span.ant-tree-checkbox {
  margin: 0 4px 0 2px;
  vertical-align: middle;
}
.ant-tree li span.ant-tree-switcher,
.ant-tree li span.ant-tree-iconEle {
  margin: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.ant-tree li span.ant-tree-icon_loading {
  position: absolute;
  left: 0;
  top: 1px;
  background: #fff;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-tree li span.ant-tree-icon_loading:after {
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E6AE";
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
  color: #108ee9;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop {
  cursor: default;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 12px;
  font-size: 7px \9;
  -webkit-transform: scale(0.58333333) rotate(0deg);
      -ms-transform: scale(0.58333333) rotate(0deg);
          transform: scale(0.58333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E606";
  font-weight: bold;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open:after {
  -webkit-filter: none;
          filter: none;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 12px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 12px;
  font-size: 7px \9;
  -webkit-transform: scale(0.58333333) rotate(0deg);
      -ms-transform: scale(0.58333333) rotate(0deg);
          transform: scale(0.58333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E606";
  font-weight: bold;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
  -webkit-filter: none;
          filter: none;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 12px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
  -webkit-transform: rotate(270deg) scale(0.59);
      -ms-transform: rotate(270deg) scale(0.59);
          transform: rotate(270deg) scale(0.59);
}
.ant-tree li:last-child > span.ant-tree-switcher:before,
.ant-tree li:last-child > span.ant-tree-iconEle:before {
  display: none;
}
.ant-tree > li:first-child {
  padding-top: 7px;
}
.ant-tree > li:last-child {
  padding-bottom: 7px;
}
.ant-tree-child-tree {
  display: none;
}
.ant-tree-child-tree-open {
  display: block;
}
li.ant-tree-treenode-disabled > span,
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper,
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span,
li.ant-tree-treenode-disabled > span.ant-tree-switcher {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree.ant-tree-show-line li {
  position: relative;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher {
  background: #fff;
  color: rgba(0, 0, 0, 0.65);
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop:after {
  font-size: 12px;
  font-size: 12px \9;
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E664";
  vertical-align: baseline;
  font-weight: normal;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop:after {
  -webkit-filter: none;
          filter: none;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop:after {
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open {
  color: rgba(0, 0, 0, 0.43);
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 12px;
  font-size: 12px \9;
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E621";
  vertical-align: baseline;
  font-weight: normal;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open:after {
  -webkit-filter: none;
          filter: none;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close {
  color: rgba(0, 0, 0, 0.43);
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 12px;
  font-size: 12px \9;
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E645";
  vertical-align: baseline;
  font-weight: normal;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close:after {
  -webkit-filter: none;
          filter: none;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li:not(:last-child):before {
  content: ' ';
  width: 1px;
  border-left: 1px solid #d9d9d9;
  height: 100%;
  position: absolute;
  left: 12px;
  margin: 22px 0;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-upload {
  font-size: 12px;
  outline: 0;
}
.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}
.ant-upload input[type="file"] {
  cursor: pointer;
}
.ant-upload.ant-upload-select {
  display: inline-block;
}
.ant-upload.ant-upload-select-picture-card {
  border: 1px dashed #d9d9d9;
  width: 96px;
  height: 96px;
  border-radius: 4px;
  background-color: #fbfbfb;
  text-align: center;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 8px;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #108ee9;
}
.ant-upload.ant-upload-drag {
  border: 1px dashed #d9d9d9;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border: 2px dashed #49a9ee;
}
.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%;
}
.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #49a9ee;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  height: 60px;
  margin-bottom: 24px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  font-size: 80px;
  margin-top: -5px;
  color: #49a9ee;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  font-size: 14px;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-upload.ant-upload-drag .anticon-plus {
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgba(0, 0, 0, 0.25);
}
.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.43);
}
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.43);
}
.ant-upload-list {
  overflow: hidden;
}
.ant-upload-list-item {
  overflow: hidden;
  margin-top: 8px;
  font-size: 12px;
  position: relative;
  height: 24px;
}
.ant-upload-list-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 16px;
  width: 100%;
  display: inline-block;
}
.ant-upload-list-item-info {
  line-height: 24px;
  padding: 0 12px 0 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ant-upload-list-item-info .anticon-loading,
.ant-upload-list-item-info .anticon-paper-clip {
  margin-right: 4px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
  position: absolute;
  top: 5.5px;
}
.ant-upload-list-item .anticon-cross {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 4px;
  color: rgba(0, 0, 0, 0.43);
  line-height: 24px;
}
:root .ant-upload-list-item .anticon-cross {
  -webkit-filter: none;
          filter: none;
}
:root .ant-upload-list-item .anticon-cross {
  font-size: 12px;
}
.ant-upload-list-item .anticon-cross:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #ecf6fd;
}
.ant-upload-list-item:hover .anticon-cross {
  opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .anticon-paper-clip,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #f04134;
}
.ant-upload-list-item-error .anticon-cross {
  opacity: 1;
  color: #f04134 !important;
}
.ant-upload-list-item-progress {
  line-height: 0;
  font-size: 12px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  height: 66px;
  position: relative;
}
.ant-upload-list-picture .ant-upload-list-item:hover,
.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-error,
.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #f04134;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  width: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail.anticon:before,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail.anticon:before {
  line-height: 48px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 0 8px;
  line-height: 44px;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-left: 48px;
  padding-right: 8px;
  max-width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  line-height: 28px;
}
.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-left: 56px;
  margin-top: 0;
  bottom: 24px;
  width: calc(100% - 24px);
}
.ant-upload-list-picture .anticon-cross,
.ant-upload-list-picture-card .anticon-cross {
  position: absolute;
  right: 8px;
  top: 8px;
  line-height: 1;
}
.ant-upload-list-picture-card {
  display: inline;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  float: left;
  width: 96px;
  height: 96px;
  margin: 0 8px 8px 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  font-size: 16px;
  width: 16px;
  color: rgba(255, 255, 255, 0.91);
  margin: 0 4px;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  position: static;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fbfbfb;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-left: 0;
  bottom: 32px;
}
.ant-upload-list .ant-upload-success-icon {
  color: #00a854;
  font-weight: bold;
}
.ant-upload-list .ant-upload-animate-enter,
.ant-upload-list .ant-upload-animate-leave,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-upload-list .ant-upload-animate-enter {
  -webkit-animation-name: uploadAnimateIn;
          animation-name: uploadAnimateIn;
}
.ant-upload-list .ant-upload-animate-leave {
  -webkit-animation-name: uploadAnimateOut;
          animation-name: uploadAnimateOut;
}
.ant-upload-list .ant-upload-animate-inline-enter {
  -webkit-animation-name: uploadAnimateInlineIn;
          animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-name: uploadAnimateInlineOut;
          animation-name: uploadAnimateInlineOut;
}
@-webkit-keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
  }
}
@keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
  }
}
@-webkit-keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@-webkit-keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
  }
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
  }
}
@-webkit-keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}.rdw-option-wrapper {
  border: 1px solid #F1F1F1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-dropdown-wrapper {
  height: 30px;
  background: white;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white;
}
.rdw-dropdown-wrapper:focus {
  outline: none;
}
.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}
.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll;
}
.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}

.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdownoption-highlighted {
  background: #F1F1F1;
}
.rdw-dropdownoption-active {
  background: #f5f5f5;
}
.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-inline-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-inline-dropdown {
  width: 50px;
}
.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-block-dropdown {
  width: 110px;
}

.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-fontsize-dropdown {
  min-width: 40px;
}
.rdw-fontsize-option {
  display: flex;
  justify-content: center;
}

.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-fontfamily-dropdown {
  width: 115px;
}
.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rdw-fontfamily-optionwrapper {
  width: 140px;
}

.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-list-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-right-aligned-block {
  text-align: right;
}
.rdw-left-aligned-block {
  text-align: left !important;
}
.rdw-center-aligned-block {
  text-align: center !important;
}
.rdw-justify-aligned-block {
  text-align: justify !important;
}
.rdw-right-aligned-block > div {
  display: inline-block;
}
.rdw-left-aligned-block > div {
  display: inline-block;
}
.rdw-center-aligned-block > div {
  display: inline-block;
}
.rdw-justify-aligned-block > div {
  display: inline-block;
}

.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px;
}
.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px;
}
.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7;
}
.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll;
}
.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1;
}
.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset;
}
.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD;
}
.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD;
}
.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #BFBDBD;
}

.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-link-dropdown {
  width: 50px;
}
.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-link-dropdownPlaceholder {
  margin-left: 8px;
}
.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-link-modal-label {
  font-size: 15px;
}
.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px;
}
.rdw-link-modal-input:focus {
  outline: none;
}
.rdw-link-modal-buttonsection {
  margin: 0 auto;
}
.rdw-link-modal-target-option {
  margin-bottom: 20px;
}
.rdw-link-modal-target-option > span {
  margin-left: 5px;
}
.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-link-modal-btn:focus {
  outline: none !important;
}
.rdw-link-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}

.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex;
}
.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column;
}
.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-embedded-modal-link-input-wrapper {
  display: flex;
  align-items: center;
}
.rdw-embedded-modal-link-input:focus {
  outline: none;
}
.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center;
}
.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-embedded-modal-btn:focus {
  outline: none !important;
}
.rdw-embedded-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-embedded-modal-size-input:focus {
  outline: none;
}

.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex;
}
.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}
.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-image-modal-upload-option {
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
  padding: 9px 0;
}
.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7;
}
.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.rdw-image-modal-upload-option-label span{
  padding: 0 20px;
}
.rdw-image-modal-upload-option-image-preview {
  max-width: 100%;
  max-height: 200px;
}
.rdw-image-modal-upload-option-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.rdw-image-modal-url-section {
  display: flex;
  align-items: center;
}
.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-image-modal-btn-section {
  margin: 10px auto 0;
}
.rdw-image-modal-url-input:focus {
  outline: none;
}
.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-image-modal-btn:focus {
  outline: none !important;
}
.rdw-image-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px;
}
.rdw-image-modal-alt-input:focus {
  outline: none;
}
.rdw-image-modal-alt-lbl {
  font-size: 12px;
}
.rdw-image-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-image-modal-size-input:focus {
  outline: none;
}
.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px;
}

.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}

.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}

.rdw-link-decorator-wrapper {
  position: relative;
}
.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white;
}

.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-suggestion-wrapper {
  position: relative;
}
.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100;
}
.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.rdw-suggestion-option-active {
  background-color: #F1F1F1;
}

.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100;
}
.rdw-alignment-option-left {
  justify-content: flex-start;
}
.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px;
}
.rdw-image-alignment {
  position: relative;
}
.rdw-image-imagewrapper {
  position: relative;
}
.rdw-image-center {
  display: flex;
  justify-content: center;
}
.rdw-image-left {
  display: flex;
}
.rdw-image-right {
  display: flex;
  justify-content: flex-end;
}
.rdw-image-alignment-options-popup-right {
  right: 0;
}

.rdw-editor-main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  user-select: none;
}
.public-DraftStyleDefault-block {
  margin: 1em 0;
}
.rdw-editor-wrapper:focus {
  outline: none;
}
.rdw-editor-wrapper {
  box-sizing: content-box;
}
.rdw-editor-main blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px;
}
.rdw-editor-main pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px;
}
/**
 * Draft v0.9.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}@charset "UTF-8";
.ant-form .ant-form-item {
  margin: 0; }
  .ant-form .ant-form-item .has-error.has-feedback:after,
  .ant-form .ant-form-item .has-success.has-feedback:after {
    margin: 14px 5px 0 0;
    z-index: 10; }

.ant-modal-header {
  padding: 8px 24px; }

.ant-modal-body {
  line-height: 20px;
  font-size: 13px; }

.ant-modal-close-x {
  height: 49px;
  width: 49px;
  line-height: 49px; }

.ant-modal-icon-header {
  height: 46px !important;
  top: -8px !important;
  line-height: 46px !important; }

.ant-modal-wrap .ant-modal-content {
  border-radius: 0; }
  .ant-modal-wrap .ant-modal-content .ant-modal-close {
    color: rgba(255, 255, 255, 0.5); }
  .ant-modal-wrap .ant-modal-content .ant-modal-header {
    background-color: #0078d7;
    border-radius: 0; }
    .ant-modal-wrap .ant-modal-content .ant-modal-header .ant-modal-title {
      color: white;
      font-size: 20px;
      font-weight: 300;
      line-height: 30px; }
    .ant-modal-wrap .ant-modal-content .ant-modal-header .ant-modal-icon-header {
      background-color: #0c56a0;
      width: 62px;
      height: 62px;
      display: block;
      float: left;
      position: relative;
      top: -16px;
      left: -24px;
      right: -16px;
      text-align: center;
      line-height: 62px;
      font-size: 20px; }

.ant-modal.warning .ant-modal-header {
  background-color: #faad14 !important; }

.ant-btn {
  border-radius: 0;
  height: 38px;
  outline: none !important;
  padding: 8px 13px;
  position: relative;
  z-index: 1;
  margin-left: 5px; }

.ant-btn {
  border: 1px solid #b7cbdd !important;
  color: #2d475e !important;
  background-color: #d3dfea !important;
  box-shadow: inset 0 7px 17px -5px transparent, inset 0 -1px 0px #b7cbdd, 0 3px 2px -1px transparent !important;
  transition: all .05s ease-in !important; }
  .ant-btn.ant-btn-primary {
    border: 1px solid #1f79a0 !important;
    color: #ecf7fb !important;
    background-color: #2693c2 !important;
    box-shadow: inset 0 7px 17px -5px transparent, inset 0 -1px 0px #1f79a0, 0 3px 2px -1px transparent !important;
    transition: all .05s ease-in !important; }

.ant-alert-info {
  background-color: #ecf6fd !important; }

.ant-input-number-input,
.ant-calendar-picker-input {
  background: transparent;
  border: none; }

.number-select:hover .has-success.has-feedback::after,
.number-select:hover .has-error.has-feedback::after {
  margin-right: 20px !important;
  transition: all 0.5s; }

.number-select .has-success.has-feedback::after,
.number-select .has-error.has-feedback::after {
  margin-right: 5px !important;
  transition: all 0.5s; }

.card.no-margin, .data-card table tbody tr.no-margin, .no-margin.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.no-margin {
  margin: 0 !important; }

.ant-collapse-content.ant-collapse-content-active, .ant-collapse-content-box {
  margin: 0 !important;
  padding: 0 !important; }

.ant-collapse-content-box {
  max-height: 400px;
  overflow: auto; }

.editorObservacoesCertidao.rdw-editor-main {
  min-height: calc(100vh - 400px); }

.ant-select-selection.ant-select-selection--multiple {
  color: gray;
  margin: 3px 0 0 2px;
  font-size: 12px; }

.form-group .ant-spin {
  position: absolute;
  top: 30px;
  left: 10px;
  z-index: 9; }

.form-group .ant-spin .ant-spin-dot,
.form-group .ant-spin .ant-spin-text {
  float: left; }

.form-group .ant-spin .ant-spin-text {
  margin-left: 10px;
  margin-top: 3px; }

.form-group-bottom-child {
  margin-bottom: 0; }

.form-control {
  transition: all 0.2s linear !important;
  height: 58px;
  min-height: 58px;
  padding: 25px 12px 0 9px !important;
  margin: 0 !important;
  display: block !important;
  font-size: 14px !important;
  color: #555 !important;
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  border-left-width: 0px !important;
  width: 100%;
  position: relative;
  z-index: 5; }
  .form-control.form-control-bordered {
    border: 1px solid #ccc !important; }

.button-pull-rigth {
  width: 100%; }

@media (min-width: 768px) and (max-width: 992px) {
  .button-pull-rigth {
    width: 200px;
    float: right; } }

@media (max-width: 768px) {
  .button-pull-rigth {
    width: 200px;
    float: right; } }

.strech-items,
.strech-items div {
  display: flex !important;
  align-items: stretch;
  align-content: center; }
  .strech-items .form-button-inline,
  .strech-items div .form-button-inline {
    height: auto; }
  .strech-items .form-button-inline button,
  .strech-items div .form-button-inline button {
    top: calc(50% - 24px); }
  .strech-items .form-control.ant-checkbox-wrapper,
  .strech-items div .form-control.ant-checkbox-wrapper {
    height: 100% !important; }
  .strech-items .ant-row.ant-form-item,
  .strech-items .ant-form-item-control-wrapper,
  .strech-items .ant-form-item-control,
  .strech-items .form-control.ant-checkbox-wrapper,
  .strech-items div .ant-row.ant-form-item,
  .strech-items div .ant-form-item-control-wrapper,
  .strech-items div .ant-form-item-control,
  .strech-items div .form-control.ant-checkbox-wrapper {
    width: 100%; }
  .strech-items .ant-form-item-control.has-error .ant-form-explain,
  .strech-items div .ant-form-item-control.has-error .ant-form-explain {
    position: absolute;
    bottom: 0;
    margin-bottom: -18px; }
  .strech-items .form-control.ant-checkbox-wrapper span,
  .strech-items div .form-control.ant-checkbox-wrapper span {
    color: #6b6b6b !important; }
  .strech-items .form-control.ant-checkbox-wrapper,
  .strech-items div .form-control.ant-checkbox-wrapper {
    padding-right: 30px !important; }
  .strech-items .strech-items,
  .strech-items div .strech-items {
    flex-direction: row; }

@media (max-width: 991px) {
  .strech-items {
    flex-direction: column; } }

.emissao-certidao,
.emissao-certidao > .flex-container {
  width: 100%; }

.viewer-pdf {
  margin-bottom: 15px; }

.emissao-certidao .viewer-pdf .ant-spin {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%; }

.emissao-certidao .viewer-pdf {
  height: calc(100vh - 300px); }

.modal-detalhes-pedido .ant-row:nth-child(2n + 1) {
  background: #efefef; }

.ant-confirm-content,
.ant-alert-description,
.ant-table-body {
  font-size: 14px !important; }

.ant-table-thead th {
  text-align: left !important; }

.ant-table-thead th.center {
  text-align: center !important; }

.alert-important span {
  font-size: 14px;
  line-height: 14px; }

.flex-blox-item-grow-1 {
  display: flex;
  flex-grow: 1; }

.flex-container {
  display: flex; }

.center {
  text-align: center; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
@keyframes easeTop {
  0% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(0%); } }

@keyframes easeLeft {
  0% {
    transform: translateX(-10%); }
  100% {
    transform: translateX(0%); } }

@keyframes scale {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.4); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*
 * Responsives Helpers
 */
@media all and (max-width: 1024px) {
  .hidden-1024 {
    display: none; } }

.input-group .btn, .input-group .ui-spinner .ui-spinner-button, .ui-spinner .input-group .ui-spinner-button,
.input-group .btn-group-addon, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose {
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: auto !important;
  border-left: 0px !important;
  transition: all .1s ease;
  /*margin-left: 1px;
        margin-right: -1px;*/
  margin: 0px;
  z-index: 5; }

.input-group .btn:hover, .input-group .ui-spinner .ui-spinner-button:hover, .ui-spinner .input-group .ui-spinner-button:hover,
.input-group .btn-group-addon:hover, .ui-calendar .ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:hover, .input-group .btn:focus, .input-group .ui-spinner .ui-spinner-button:focus, .ui-spinner .input-group .ui-spinner-button:focus,
.input-group .btn-group-addon:focus, .ui-calendar .ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus, .input-group .btn:active, .input-group .ui-spinner .ui-spinner-button:active, .ui-spinner .input-group .ui-spinner-button:active,
.input-group .btn-group-addon:active, .ui-calendar .ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active {
  box-shadow: none !important;
  border-left: 0px !important; }

.ui-datatable tbody tr td.kebab-column .btn-kebab,
.ui-datatable tbody tr td.kebab-column .btn-kebab-view {
  width: auto !important;
  height: auto !important;
  pointer-events: none;
  background: none !important;
  border: none !important;
  color: #13496a;
  margin: 0px !important;
  min-width: auto !important;
  z-index: 1; }

.form-inline .form-group .form-control, .ui-inputtext:not(.ui-dropdown-filter), p-fileupload .ui-fileupload:not(.ui-dropdown-filter), p-dropdown .ui-dropdown .ui-dropdown-label {
  transition: all 0.2s linear !important;
  height: 58px;
  min-height: 58px;
  padding: 25px 12px 0 9px !important;
  margin: 0 !important;
  display: block !important;
  font-size: 14px !important;
  color: #555 !important;
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  border-left-width: 0px !important;
  width: 100%;
  position: relative;
  z-index: 5; }

.input-single, .ui-datatable thead.ui-datatable-thead tr th .ui-inputtext, .ui-datatable thead.ui-datatable-thead tr th p-fileupload .ui-fileupload, p-fileupload .ui-datatable thead.ui-datatable-thead tr th .ui-fileupload {
  height: 38px;
  min-height: auto;
  border-bottom-width: 2px !important;
  box-shadow: none !important;
  padding: 6px 12px !important;
  border-radius: 0px !important;
  border-left-width: 1px !important; }

.form-inline .form-group .form-control:focus, .ui-inputwrapper-focus .ui-inputtext, .ui-inputwrapper-focus p-fileupload .ui-fileupload, p-fileupload .ui-inputwrapper-focus .ui-fileupload, p-dropdown .ui-dropdown.ui-dropdown-open, p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-label, p-chips .ui-chips .ui-inputtext.ui-state-focus, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload, p-chips .ui-chips .ui-inputtext:active, p-chips .ui-chips p-fileupload .ui-fileupload:active, p-fileupload p-chips .ui-chips .ui-fileupload:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  outline: 0;
  transition: all 0.2s linear;
  border-color: #66afe9 !important;
  position: relative;
  z-index: 6; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid, .form-inline .form-group .control-label-textarea.ng-invalid, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-label {
  background-color: rgba(242, 217, 217, 0.6) !important;
  border-color: #e09f9f !important;
  color: #e09f9f !important; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid:focus, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e09f9f !important; }

.form-inline .form-group .form-control:disabled, .form-inline .form-group .form-control[disabled], .form-inline .form-group .form-control[read-only], .form-inline .form-group .form-control[readonly], .form-inline .form-group .control-label-textarea:disabled, .form-inline .form-group .control-label-textarea[disabled], .form-inline .form-group .control-label-textarea[read-only], .form-inline .form-group .control-label-textarea[readonly], .ui-inputtext:disabled, p-fileupload .ui-fileupload:disabled, .ui-inputtext[disabled], p-fileupload .ui-fileupload[disabled], .ui-inputtext[read-only], p-fileupload .ui-fileupload[read-only], .ui-inputtext[readonly], p-fileupload .ui-fileupload[readonly], p-dropdown .ui-dropdown.ui-state-disabled, p-dropdown .ui-dropdown:disabled, p-dropdown .ui-dropdown[disabled], p-dropdown .ui-dropdown[read-only], p-dropdown .ui-dropdown[readonly] {
  opacity: 0.5 !important;
  background-color: #eee;
  cursor: not-allowed !important; }

.control-label {
  pointer-events: none;
  transition: all 0.2s linear;
  position: absolute;
  color: #979797;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 10px;
  top: 7px;
  left: 0;
  z-index: 7;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px; }
  .is-invalid.control-label, .ng-invalid.control-label {
    color: #c03f3f !important; }
  .is-required.control-label:after, .ng-required.control-label:after {
    content: "*";
    position: absolute;
    right: 8px;
    color: #c03f3f;
    z-index: 7;
    font-size: 12px;
    top: -4px;
    font-weight: 400; }
  .is-disabled.control-label, .ng-disabled.control-label {
    opacity: 0.5; }

.form-inline .form-group .form-control:focus ~ .ui-messages-info, .form-control:focus ~ .ui-messages-info, .ui-inputwrapper-focus ~ .ui-messages-info,
.form-inline .form-group .form-control:focus ~ .ui-messages-error,
.form-control:focus ~ .ui-messages-error,
.ui-inputwrapper-focus ~ .ui-messages-error {
  display: block !important; }

.ui-dialog .ui-dialog-titlebar {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  float: left;
  margin: 0px;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #13496a;
  font-weight: 500; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title i, .ui-confirmdialog .ui-dialog-content i:first-child {
  float: left;
  color: #fff;
  background: #6ba6bf;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 15px;
  line-height: normal !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items, .ui-dropdown-panel, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items {
  padding: 0 1px !important;
  background: #fff; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li, .ui-dropdown-panel li, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li {
  padding: 6px 9px; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li:hover, .ui-dropdown-panel li:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li:hover {
  background: #f5f5f5; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight, .ui-dropdown-panel li.ui-state-highlight, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight {
  background-color: #66b4e3 !important;
  color: #fff !important; }
  p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight:hover, .ui-dropdown-panel li.ui-state-highlight:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight:hover {
    background-color: #3b9fdb !important; }

.card .footer, .data-card table tbody tr .footer, .tooltip .footer, .ui-datalist .ui-datalist-content .ui-datalist-data li .footer,
.card .panel-footer,
.data-card table tbody tr .panel-footer,
.tooltip .panel-footer,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-footer,
.panel .footer,
.panel .panel-footer {
  padding: 10px;
  background: #edf3f8;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px;
  float: left;
  margin-top: 10px; }

.panel-line.card .panel-heading, .data-card table tbody tr.panel-line .panel-heading, .panel-line.tooltip .panel-heading, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-line .panel-heading, .panel-line.panel .panel-heading, .data-card table tbody tr td div.panel-line .panel-heading {
  border-bottom: 1px solid #dfe5e8; }

.card > .header, .data-card table tbody tr > .header, .tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header, .panel > .header, .data-card table tbody tr td div > .header,
.card .panel-heading,
.data-card table tbody tr .panel-heading,
.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading,
.panel .panel-heading {
  padding: 10px;
  font-size: 16px;
  color: #13496a; }

.card > .header i, .data-card table tbody tr > .header i, .tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header i, .panel > .header i, .data-card table tbody tr td div > .header i,
.card .panel-heading i,
.data-card table tbody tr .panel-heading i,
.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading i,
.panel .panel-heading i {
  color: #c0d3db;
  margin-right: 10px; }

.bar.card, .data-card table tbody tr.bar, .bar.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar,
.bar.panel, .data-card table tbody tr td div.bar {
  border-left: 2px solid; }

.bar.card .header, .data-card table tbody tr.bar .header, .bar.tooltip .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header, .bar.panel .header, .data-card table tbody tr td div.bar .header,
.bar.card .panel-heading,
.data-card table tbody tr.bar .panel-heading,
.bar.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading,
.bar.panel .panel-heading,
.data-card table tbody tr td div.bar .panel-heading {
  background: transparent !important;
  color: #13496a; }

.bar.card .header i, .data-card table tbody tr.bar .header i, .bar.tooltip .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header i, .bar.panel .header i, .data-card table tbody tr td div.bar .header i,
.bar.card .panel-heading i,
.data-card table tbody tr.bar .panel-heading i,
.bar.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading i,
.bar.panel .panel-heading i,
.data-card table tbody tr td div.bar .panel-heading i {
  color: #c0d3db !important; }

.bar.default.card, .data-card table tbody tr.bar.default, .bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.default,
.bar.default.panel, .data-card table tbody tr td div.bar.default {
  border-color: #777777; }

.default.card > .header, .data-card table tbody tr.default > .header, .default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header, .default.panel > .header, .data-card table tbody tr td div.default > .header,
.default.card > .panel-heading,
.data-card table tbody tr.default > .panel-heading,
.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading,
.default.panel > .panel-heading,
.data-card table tbody tr td div.default > .panel-heading, .panel-default.card > .header, .data-card table tbody tr.panel-default > .header, .panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header, .panel-default.panel > .header, .data-card table tbody tr td div.panel-default > .header,
.panel-default.card > .panel-heading,
.data-card table tbody tr.panel-default > .panel-heading,
.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading,
.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.panel-default > .panel-heading {
  background: #777777;
  color: #FFF;
  border-radius: 0; }

.default.card > .header i, .data-card table tbody tr.default > .header i, .default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header i, .default.panel > .header i, .data-card table tbody tr td div.default > .header i,
.default.card > .panel-heading i,
.data-card table tbody tr.default > .panel-heading i,
.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading i,
.default.panel > .panel-heading i,
.data-card table tbody tr td div.default > .panel-heading i, .panel-default.card > .header i, .data-card table tbody tr.panel-default > .header i, .panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header i, .panel-default.panel > .header i, .data-card table tbody tr td div.panel-default > .header i,
.panel-default.card > .panel-heading i,
.data-card table tbody tr.panel-default > .panel-heading i,
.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading i,
.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.panel-default > .panel-heading i {
  color: #FFF; }

.bar.success.card, .data-card table tbody tr.bar.success, .bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.success,
.bar.success.panel, .data-card table tbody tr td div.bar.success {
  border-color: #459f47; }

.success.card > .header, .data-card table tbody tr.success > .header, .success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header, .success.panel > .header, .data-card table tbody tr td div.success > .header,
.success.card > .panel-heading,
.data-card table tbody tr.success > .panel-heading,
.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading,
.success.panel > .panel-heading,
.data-card table tbody tr td div.success > .panel-heading, .panel-success.card > .header, .data-card table tbody tr.panel-success > .header, .panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header, .panel-success.panel > .header, .data-card table tbody tr td div.panel-success > .header,
.panel-success.card > .panel-heading,
.data-card table tbody tr.panel-success > .panel-heading,
.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading,
.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.panel-success > .panel-heading {
  background: #459f47;
  color: #FFF;
  border-radius: 0; }

.success.card > .header i, .data-card table tbody tr.success > .header i, .success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header i, .success.panel > .header i, .data-card table tbody tr td div.success > .header i,
.success.card > .panel-heading i,
.data-card table tbody tr.success > .panel-heading i,
.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading i,
.success.panel > .panel-heading i,
.data-card table tbody tr td div.success > .panel-heading i, .panel-success.card > .header i, .data-card table tbody tr.panel-success > .header i, .panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header i, .panel-success.panel > .header i, .data-card table tbody tr td div.panel-success > .header i,
.panel-success.card > .panel-heading i,
.data-card table tbody tr.panel-success > .panel-heading i,
.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading i,
.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.panel-success > .panel-heading i {
  color: #FFF; }

.bar.danger.card, .data-card table tbody tr.bar.danger, .bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.danger,
.bar.danger.panel, .data-card table tbody tr td div.bar.danger {
  border-color: #a63837; }

.danger.card > .header, .data-card table tbody tr.danger > .header, .danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header, .danger.panel > .header, .data-card table tbody tr td div.danger > .header,
.danger.card > .panel-heading,
.data-card table tbody tr.danger > .panel-heading,
.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading,
.danger.panel > .panel-heading,
.data-card table tbody tr td div.danger > .panel-heading, .panel-danger.card > .header, .data-card table tbody tr.panel-danger > .header, .panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header, .panel-danger.panel > .header, .data-card table tbody tr td div.panel-danger > .header,
.panel-danger.card > .panel-heading,
.data-card table tbody tr.panel-danger > .panel-heading,
.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading,
.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.panel-danger > .panel-heading {
  background: #a63837;
  color: #FFF;
  border-radius: 0; }

.danger.card > .header i, .data-card table tbody tr.danger > .header i, .danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header i, .danger.panel > .header i, .data-card table tbody tr td div.danger > .header i,
.danger.card > .panel-heading i,
.data-card table tbody tr.danger > .panel-heading i,
.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading i,
.danger.panel > .panel-heading i,
.data-card table tbody tr td div.danger > .panel-heading i, .panel-danger.card > .header i, .data-card table tbody tr.panel-danger > .header i, .panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header i, .panel-danger.panel > .header i, .data-card table tbody tr td div.panel-danger > .header i,
.panel-danger.card > .panel-heading i,
.data-card table tbody tr.panel-danger > .panel-heading i,
.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading i,
.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.panel-danger > .panel-heading i {
  color: #FFF; }

.bar.warning.card, .data-card table tbody tr.bar.warning, .bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.warning,
.bar.warning.panel, .data-card table tbody tr td div.bar.warning {
  border-color: #f0ad4e; }

.warning.card > .header, .data-card table tbody tr.warning > .header, .warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header, .warning.panel > .header, .data-card table tbody tr td div.warning > .header,
.warning.card > .panel-heading,
.data-card table tbody tr.warning > .panel-heading,
.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading,
.warning.panel > .panel-heading,
.data-card table tbody tr td div.warning > .panel-heading, .panel-warning.card > .header, .data-card table tbody tr.panel-warning > .header, .panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header, .panel-warning.panel > .header, .data-card table tbody tr td div.panel-warning > .header,
.panel-warning.card > .panel-heading,
.data-card table tbody tr.panel-warning > .panel-heading,
.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading,
.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.panel-warning > .panel-heading {
  background: #f0ad4e;
  color: #FFF;
  border-radius: 0; }

.warning.card > .header i, .data-card table tbody tr.warning > .header i, .warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header i, .warning.panel > .header i, .data-card table tbody tr td div.warning > .header i,
.warning.card > .panel-heading i,
.data-card table tbody tr.warning > .panel-heading i,
.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading i,
.warning.panel > .panel-heading i,
.data-card table tbody tr td div.warning > .panel-heading i, .panel-warning.card > .header i, .data-card table tbody tr.panel-warning > .header i, .panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header i, .panel-warning.panel > .header i, .data-card table tbody tr td div.panel-warning > .header i,
.panel-warning.card > .panel-heading i,
.data-card table tbody tr.panel-warning > .panel-heading i,
.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading i,
.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.panel-warning > .panel-heading i {
  color: #FFF; }

.bar.info.card, .data-card table tbody tr.bar.info, .bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.info,
.bar.info.panel, .data-card table tbody tr td div.bar.info {
  border-color: #6ba6bf; }

.info.card > .header, .data-card table tbody tr.info > .header, .info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header, .info.panel > .header, .data-card table tbody tr td div.info > .header,
.info.card > .panel-heading,
.data-card table tbody tr.info > .panel-heading,
.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading,
.info.panel > .panel-heading,
.data-card table tbody tr td div.info > .panel-heading, .panel-info.card > .header, .data-card table tbody tr.panel-info > .header, .panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header, .panel-info.panel > .header, .data-card table tbody tr td div.panel-info > .header,
.panel-info.card > .panel-heading,
.data-card table tbody tr.panel-info > .panel-heading,
.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading,
.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.panel-info > .panel-heading {
  background: #6ba6bf;
  color: #13496a;
  border-radius: 0; }

.info.card > .header i, .data-card table tbody tr.info > .header i, .info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header i, .info.panel > .header i, .data-card table tbody tr td div.info > .header i,
.info.card > .panel-heading i,
.data-card table tbody tr.info > .panel-heading i,
.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading i,
.info.panel > .panel-heading i,
.data-card table tbody tr td div.info > .panel-heading i, .panel-info.card > .header i, .data-card table tbody tr.panel-info > .header i, .panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header i, .panel-info.panel > .header i, .data-card table tbody tr td div.panel-info > .header i,
.panel-info.card > .panel-heading i,
.data-card table tbody tr.panel-info > .panel-heading i,
.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading i,
.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.panel-info > .panel-heading i {
  color: #13496a; }

.light.bar.default.card, .data-card table tbody tr.light.bar.default, .light.bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.default,
.light.bar.default.panel, .data-card table tbody tr td div.light.bar.default {
  border-color: #eaeaea; }

.light.default.card > .header, .data-card table tbody tr.light.default > .header, .light.default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header, .light.default.panel > .header, .data-card table tbody tr td div.light.default > .header,
.light.default.card > .panel-heading,
.data-card table tbody tr.light.default > .panel-heading,
.light.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading,
.light.default.panel > .panel-heading,
.data-card table tbody tr td div.light.default > .panel-heading, .light.panel-default.card > .header, .data-card table tbody tr.light.panel-default > .header, .light.panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header, .light.panel-default.panel > .header, .data-card table tbody tr td div.light.panel-default > .header,
.light.panel-default.card > .panel-heading,
.data-card table tbody tr.light.panel-default > .panel-heading,
.light.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading,
.light.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-default > .panel-heading {
  background: #eaeaea;
  color: #777777;
  border-radius: 0; }

.light.default.card > .header i, .data-card table tbody tr.light.default > .header i, .light.default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header i, .light.default.panel > .header i, .data-card table tbody tr td div.light.default > .header i,
.light.default.card > .panel-heading i,
.data-card table tbody tr.light.default > .panel-heading i,
.light.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading i,
.light.default.panel > .panel-heading i,
.data-card table tbody tr td div.light.default > .panel-heading i, .light.panel-default.card > .header i, .data-card table tbody tr.light.panel-default > .header i, .light.panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header i, .light.panel-default.panel > .header i, .data-card table tbody tr td div.light.panel-default > .header i,
.light.panel-default.card > .panel-heading i,
.data-card table tbody tr.light.panel-default > .panel-heading i,
.light.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading i,
.light.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-default > .panel-heading i {
  color: #777777; }

.light.bar.success.card, .data-card table tbody tr.light.bar.success, .light.bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.success,
.light.bar.success.panel, .data-card table tbody tr td div.light.bar.success {
  border-color: #d1ded1; }

.light.success.card > .header, .data-card table tbody tr.light.success > .header, .light.success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header, .light.success.panel > .header, .data-card table tbody tr td div.light.success > .header,
.light.success.card > .panel-heading,
.data-card table tbody tr.light.success > .panel-heading,
.light.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading,
.light.success.panel > .panel-heading,
.data-card table tbody tr td div.light.success > .panel-heading, .light.panel-success.card > .header, .data-card table tbody tr.light.panel-success > .header, .light.panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header, .light.panel-success.panel > .header, .data-card table tbody tr td div.light.panel-success > .header,
.light.panel-success.card > .panel-heading,
.data-card table tbody tr.light.panel-success > .panel-heading,
.light.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading,
.light.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-success > .panel-heading {
  background: #d1ded1;
  color: #459f47;
  border-radius: 0; }

.light.success.card > .header i, .data-card table tbody tr.light.success > .header i, .light.success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header i, .light.success.panel > .header i, .data-card table tbody tr td div.light.success > .header i,
.light.success.card > .panel-heading i,
.data-card table tbody tr.light.success > .panel-heading i,
.light.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading i,
.light.success.panel > .panel-heading i,
.data-card table tbody tr td div.light.success > .panel-heading i, .light.panel-success.card > .header i, .data-card table tbody tr.light.panel-success > .header i, .light.panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header i, .light.panel-success.panel > .header i, .data-card table tbody tr td div.light.panel-success > .header i,
.light.panel-success.card > .panel-heading i,
.data-card table tbody tr.light.panel-success > .panel-heading i,
.light.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading i,
.light.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-success > .panel-heading i {
  color: #459f47; }

.light.bar.danger.card, .data-card table tbody tr.light.bar.danger, .light.bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.danger,
.light.bar.danger.panel, .data-card table tbody tr td div.light.bar.danger {
  border-color: #eadfde; }

.light.danger.card > .header, .data-card table tbody tr.light.danger > .header, .light.danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header, .light.danger.panel > .header, .data-card table tbody tr td div.light.danger > .header,
.light.danger.card > .panel-heading,
.data-card table tbody tr.light.danger > .panel-heading,
.light.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading,
.light.danger.panel > .panel-heading,
.data-card table tbody tr td div.light.danger > .panel-heading, .light.panel-danger.card > .header, .data-card table tbody tr.light.panel-danger > .header, .light.panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header, .light.panel-danger.panel > .header, .data-card table tbody tr td div.light.panel-danger > .header,
.light.panel-danger.card > .panel-heading,
.data-card table tbody tr.light.panel-danger > .panel-heading,
.light.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading,
.light.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-danger > .panel-heading {
  background: #eadfde;
  color: #a63837;
  border-radius: 0; }

.light.danger.card > .header i, .data-card table tbody tr.light.danger > .header i, .light.danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header i, .light.danger.panel > .header i, .data-card table tbody tr td div.light.danger > .header i,
.light.danger.card > .panel-heading i,
.data-card table tbody tr.light.danger > .panel-heading i,
.light.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading i,
.light.danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.danger > .panel-heading i, .light.panel-danger.card > .header i, .data-card table tbody tr.light.panel-danger > .header i, .light.panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header i, .light.panel-danger.panel > .header i, .data-card table tbody tr td div.light.panel-danger > .header i,
.light.panel-danger.card > .panel-heading i,
.data-card table tbody tr.light.panel-danger > .panel-heading i,
.light.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading i,
.light.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-danger > .panel-heading i {
  color: #a63837; }

.light.bar.warning.card, .data-card table tbody tr.light.bar.warning, .light.bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.warning,
.light.bar.warning.panel, .data-card table tbody tr td div.light.bar.warning {
  border-color: #ece5da; }

.light.warning.card > .header, .data-card table tbody tr.light.warning > .header, .light.warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header, .light.warning.panel > .header, .data-card table tbody tr td div.light.warning > .header,
.light.warning.card > .panel-heading,
.data-card table tbody tr.light.warning > .panel-heading,
.light.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading,
.light.warning.panel > .panel-heading,
.data-card table tbody tr td div.light.warning > .panel-heading, .light.panel-warning.card > .header, .data-card table tbody tr.light.panel-warning > .header, .light.panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header, .light.panel-warning.panel > .header, .data-card table tbody tr td div.light.panel-warning > .header,
.light.panel-warning.card > .panel-heading,
.data-card table tbody tr.light.panel-warning > .panel-heading,
.light.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading,
.light.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-warning > .panel-heading {
  background: #ece5da;
  color: #926c36;
  border-radius: 0; }

.light.warning.card > .header i, .data-card table tbody tr.light.warning > .header i, .light.warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header i, .light.warning.panel > .header i, .data-card table tbody tr td div.light.warning > .header i,
.light.warning.card > .panel-heading i,
.data-card table tbody tr.light.warning > .panel-heading i,
.light.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading i,
.light.warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.warning > .panel-heading i, .light.panel-warning.card > .header i, .data-card table tbody tr.light.panel-warning > .header i, .light.panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header i, .light.panel-warning.panel > .header i, .data-card table tbody tr td div.light.panel-warning > .header i,
.light.panel-warning.card > .panel-heading i,
.data-card table tbody tr.light.panel-warning > .panel-heading i,
.light.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading i,
.light.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-warning > .panel-heading i {
  color: #926c36; }

.light.bar.info.card, .data-card table tbody tr.light.bar.info, .light.bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.info,
.light.bar.info.panel, .data-card table tbody tr td div.light.bar.info {
  border-color: #d3e0ea; }

.light.info.card > .header, .data-card table tbody tr.light.info > .header, .light.info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header, .light.info.panel > .header, .data-card table tbody tr td div.light.info > .header,
.light.info.card > .panel-heading,
.data-card table tbody tr.light.info > .panel-heading,
.light.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading,
.light.info.panel > .panel-heading,
.data-card table tbody tr td div.light.info > .panel-heading, .light.panel-info.card > .header, .data-card table tbody tr.light.panel-info > .header, .light.panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header, .light.panel-info.panel > .header, .data-card table tbody tr td div.light.panel-info > .header,
.light.panel-info.card > .panel-heading,
.data-card table tbody tr.light.panel-info > .panel-heading,
.light.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading,
.light.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-info > .panel-heading {
  background: #d3e0ea;
  color: #13496a;
  border-radius: 0; }

.light.info.card > .header i, .data-card table tbody tr.light.info > .header i, .light.info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header i, .light.info.panel > .header i, .data-card table tbody tr td div.light.info > .header i,
.light.info.card > .panel-heading i,
.data-card table tbody tr.light.info > .panel-heading i,
.light.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading i,
.light.info.panel > .panel-heading i,
.data-card table tbody tr td div.light.info > .panel-heading i, .light.panel-info.card > .header i, .data-card table tbody tr.light.panel-info > .header i, .light.panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header i, .light.panel-info.panel > .header i, .data-card table tbody tr td div.light.panel-info > .header i,
.light.panel-info.card > .panel-heading i,
.data-card table tbody tr.light.panel-info > .panel-heading i,
.light.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading i,
.light.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-info > .panel-heading i {
  color: #13496a; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
* {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0; }

html,
body {
  font-size: 14px;
  background: #edf3f8;
  color: #595959;
  height: 100%;
  font-family: "Roboto";
  font-weight: normal;
  line-height: 24px; }

.well {
  border-radius: 0; }

.title {
  font-weight: normal;
  margin: 10px 0; }

.title i {
  font-size: 18px; }

.hr-dotted {
  border-top: 1px dotted #c1c1c1; }

.overflow {
  position: fixed;
  overflow-y: scroll; }

.modal-backdrop {
  opacity: 1 !important;
  background: rgba(15, 58, 84, 0.8); }

.list-item {
  list-style: none;
  text-align: left; }
  .list-item .zmdi {
    margin-right: 18px; }
  .list-item a {
    text-decoration: none; }

.caret.right {
  position: absolute;
  right: 10px;
  top: 16px;
  border-left: 4px solid;
  border-right: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent; }

.btn-fab-close {
  background-color: #ebebeb;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  float: right;
  right: 15px;
  top: 20px;
  color: #fff;
  font-size: 12px; }

.bg-white {
  background-color: #fff !important; }

.icon-toggle-system-info {
  position: relative;
  display: block;
  float: right;
  font-size: 9px;
  top: 3px;
  height: 30px;
  transition: linear all .1s; }

.icon-toggle-system-info span {
  transition: linear all .1s; }

.icon-toggle-system-info .icon-version-name {
  border: 1px solid #66b4e3;
  color: #66b4e3;
  border-right: none;
  display: block;
  padding: 2px 4px;
  font-size: 9px;
  float: left;
  line-height: 1;
  border-radius: 2px; }

.icon-toggle-system-info .icon-version-separator {
  display: block;
  width: 1px;
  height: 20px;
  position: relative;
  top: -2px;
  background: #66b4e3;
  float: left;
  margin: 0 3px; }

.icon-toggle-system-info .icon-version-number {
  border: dotted 1px #66b4e3;
  color: #66b4e3;
  border-left: none;
  display: block;
  float: left;
  padding: 2px 5px;
  font-size: 10px;
  line-height: 1; }

.icon-toggle-system-info .icon-footer {
  color: #66b4e3; }

.icon-toggle-system-info:hover {
  color: #ffa751; }

.icon-toggle-system-info:hover span {
  color: #ffa751; }

.icon-toggle-system-info:hover .icon-version-name {
  border-color: #ffa751; }

.icon-toggle-system-info:hover .icon-version-separator {
  background: #ffa751; }

.icon-toggle-system-info:hover .icon-version-number {
  border-color: #ffa751; }

.icon-toggle-system-info:hover .icon-footer {
  color: #ffa751; }

.submit-group button[type="submit"] {
  margin-left: 10px; }

form .submit-group {
  margin-top: 15px; }

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

.menu-lateral-fixed .cabecalho-grid .affix {
  padding-left: 310px !important; }

.menu-lateral-fixed .tag-container .affix {
  padding-left: 310px !important; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track-piece {
  background-color: #edf3f8; }

::-webkit-scrollbar-thumb {
  background-color: #aebfce;
  border-right: 1px solid #edf3f8; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
.btn-default, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose, .ui-spinner .ui-spinner-button {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-default, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose, .ui-spinner .ui-spinner-button, .btn-default[disabled]:hover, .ui-calendar .ui-button[disabled]:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose[disabled]:hover, .ui-spinner .ui-spinner-button[disabled]:hover, .btn-default.disabled:hover, .ui-calendar .disabled.ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .disabled.ui-fileupload-choose:hover, .ui-spinner .disabled.ui-spinner-button:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-default, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose, .ui-spinner .ui-spinner-button, .btn-default[disabled]:hover, .ui-calendar .ui-button[disabled]:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose[disabled]:hover, .ui-spinner .ui-spinner-button[disabled]:hover, .btn-default.disabled:hover, .ui-calendar .disabled.ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .disabled.ui-fileupload-choose:hover, .ui-spinner .disabled.ui-spinner-button:hover {
      border: 1px solid #b7cbdd !important;
      color: #2d475e !important;
      background-color: #d3dfea !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #b7cbdd, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-default:hover, .ui-calendar .ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:hover, .ui-spinner .ui-spinner-button:hover, .btn-default:focus, .ui-calendar .ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus, .ui-spinner .ui-spinner-button:focus, .btn-default:active, .ui-calendar .ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active, .ui-spinner .ui-spinner-button:active, .btn-default.active, .ui-calendar .active.ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .active.ui-fileupload-choose, .ui-spinner .active.ui-spinner-button {
    border: 1px solid #9fb9d1 !important;
    background-color: #9fb9d1 !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: white !important; }
  .btn-default:active, .ui-calendar .ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active, .ui-spinner .ui-spinner-button:active, .btn-default:focus, .ui-calendar .ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus, .ui-spinner .ui-spinner-button:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-default:active .tooltip, .ui-calendar .ui-button:active .tooltip, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active .tooltip, .ui-spinner .ui-spinner-button:active .tooltip, .btn-default:focus .tooltip, .ui-calendar .ui-button:focus .tooltip, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus .tooltip, .ui-spinner .ui-spinner-button:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-default[disabled], .ui-calendar .ui-button[disabled], p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose[disabled], .ui-spinner .ui-spinner-button[disabled], .btn-default.disabled, .ui-calendar .disabled.ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .disabled.ui-fileupload-choose, .ui-spinner .disabled.ui-spinner-button {
    opacity: .5; }
  .btn-default.btn-loading, .ui-calendar .btn-loading.ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-loading.ui-fileupload-choose, .ui-spinner .btn-loading.ui-spinner-button {
    opacity: .7 !important;
    border: 1px solid #6b94b9 !important; }
  .btn-default.btn-loading:before, .ui-calendar .btn-loading.ui-button:before, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-loading.ui-fileupload-choose:before, .ui-spinner .btn-loading.ui-spinner-button:before {
    background-color: #6b94b9 !important; }
  .btn-default.btn-tooltip div, .ui-calendar .btn-tooltip.ui-button div, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-tooltip.ui-fileupload-choose div, .ui-spinner .btn-tooltip.ui-spinner-button div {
    color: #2d475e;
    background-color: #d3dfea; }
    .btn-default.btn-tooltip div:before, .ui-calendar .btn-tooltip.ui-button div:before, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-tooltip.ui-fileupload-choose div:before, .ui-spinner .btn-tooltip.ui-spinner-button div:before {
      border-top: 5px solid #d3dfea; }
  .btn-default.btn-invert, .ui-calendar .btn-invert.ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.ui-fileupload-choose, .ui-spinner .btn-invert.ui-spinner-button, .btn-default.btn-invert[disabled]:hover, .ui-calendar .btn-invert.ui-button[disabled]:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.ui-fileupload-choose[disabled]:hover, .ui-spinner .btn-invert.ui-spinner-button[disabled]:hover, .btn-default.btn-invert.disabled:hover, .ui-calendar .btn-invert.disabled.ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.disabled.ui-fileupload-choose:hover, .ui-spinner .btn-invert.disabled.ui-spinner-button:hover {
    border: none !important;
    color: #d3dfea !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-default.btn-invert:hover, .ui-calendar .btn-invert.ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.ui-fileupload-choose:hover, .ui-spinner .btn-invert.ui-spinner-button:hover, .btn-default.btn-invert:focus, .ui-calendar .btn-invert.ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.ui-fileupload-choose:focus, .ui-spinner .btn-invert.ui-spinner-button:focus, .btn-default.btn-invert:active, .ui-calendar .btn-invert.ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.ui-fileupload-choose:active, .ui-spinner .btn-invert.ui-spinner-button:active, .btn-default.btn-invert.active, .ui-calendar .btn-invert.active.ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .btn-invert.active.ui-fileupload-choose, .ui-spinner .btn-invert.active.ui-spinner-button {
    background-color: #d3dfea !important;
    color: #2d475e !important; }

.btn-primary {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-primary, .btn-primary[disabled]:hover, .btn-primary.disabled:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-primary, .btn-primary[disabled]:hover, .btn-primary.disabled:hover {
      border: 1px solid #1f79a0 !important;
      color: #ecf7fb !important;
      background-color: #2693c2 !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #1f79a0, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    border: 1px solid #196382 !important;
    background-color: #196382 !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: #acdbef !important; }
  .btn-primary:active, .btn-primary:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-primary:active .tooltip, .btn-primary:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-primary[disabled], .btn-primary.disabled {
    opacity: .5; }
  .btn-primary.btn-loading {
    opacity: .7 !important;
    border: 1px solid #0d3242 !important; }
  .btn-primary.btn-loading:before {
    background-color: #0d3242 !important; }
  .btn-primary.btn-tooltip div {
    color: #ecf7fb;
    background-color: #2693c2; }
    .btn-primary.btn-tooltip div:before {
      border-top: 5px solid #2693c2; }
  .btn-primary.btn-invert, .btn-primary.btn-invert[disabled]:hover, .btn-primary.btn-invert.disabled:hover {
    border: none !important;
    color: #2693c2 !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-primary.btn-invert:hover, .btn-primary.btn-invert:focus, .btn-primary.btn-invert:active, .btn-primary.btn-invert.active {
    background-color: #2693c2 !important;
    color: #ecf7fb !important; }

.btn-success {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-success, .btn-success[disabled]:hover, .btn-success.disabled:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-success, .btn-success[disabled]:hover, .btn-success.disabled:hover {
      border: 1px solid #44ac46 !important;
      color: white !important;
      background-color: #5bbe5d !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #44ac46, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    border: 1px solid #3a923c !important;
    background-color: #3a923c !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: #dbf1db !important; }
  .btn-success:active, .btn-success:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-success:active .tooltip, .btn-success:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-success[disabled], .btn-success.disabled {
    opacity: .5; }
  .btn-success.btn-loading {
    opacity: .7 !important;
    border: 1px solid #245c25 !important; }
  .btn-success.btn-loading:before {
    background-color: #245c25 !important; }
  .btn-success.btn-tooltip div {
    color: white;
    background-color: #5bbe5d; }
    .btn-success.btn-tooltip div:before {
      border-top: 5px solid #5bbe5d; }
  .btn-success.btn-invert, .btn-success.btn-invert[disabled]:hover, .btn-success.btn-invert.disabled:hover {
    border: none !important;
    color: #5bbe5d !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-success.btn-invert:hover, .btn-success.btn-invert:focus, .btn-success.btn-invert:active, .btn-success.btn-invert.active {
    background-color: #5bbe5d !important;
    color: white !important; }

.btn-danger {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-danger, .btn-danger[disabled]:hover, .btn-danger.disabled:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-danger, .btn-danger[disabled]:hover, .btn-danger.disabled:hover {
      border: 1px solid #a13535 !important;
      color: white !important;
      background-color: #c03f3f !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #a13535, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    border: 1px solid #862c2c !important;
    background-color: #862c2c !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: #ecc5c5 !important; }
  .btn-danger:active, .btn-danger:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-danger:active .tooltip, .btn-danger:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-danger[disabled], .btn-danger.disabled {
    opacity: .5; }
  .btn-danger.btn-loading {
    opacity: .7 !important;
    border: 1px solid #4d1919 !important; }
  .btn-danger.btn-loading:before {
    background-color: #4d1919 !important; }
  .btn-danger.btn-tooltip div {
    color: white;
    background-color: #c03f3f; }
    .btn-danger.btn-tooltip div:before {
      border-top: 5px solid #c03f3f; }
  .btn-danger.btn-invert, .btn-danger.btn-invert[disabled]:hover, .btn-danger.btn-invert.disabled:hover {
    border: none !important;
    color: #c03f3f !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-danger.btn-invert:hover, .btn-danger.btn-invert:focus, .btn-danger.btn-invert:active, .btn-danger.btn-invert.active {
    background-color: #c03f3f !important;
    color: white !important; }

.btn-warning {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-warning, .btn-warning[disabled]:hover, .btn-warning.disabled:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-warning, .btn-warning[disabled]:hover, .btn-warning.disabled:hover {
      border: 1px solid #f2ac15 !important;
      color: #8f6408 !important;
      background-color: #f4ba3c !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #f2ac15, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    border: 1px solid #d7970c !important;
    background-color: #d7970c !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: #fef6e5 !important; }
  .btn-warning:active, .btn-warning:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-warning:active .tooltip, .btn-warning:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-warning[disabled], .btn-warning.disabled {
    opacity: .5; }
  .btn-warning.btn-loading {
    opacity: .7 !important;
    border: 1px solid #8f6408 !important; }
  .btn-warning.btn-loading:before {
    background-color: #8f6408 !important; }
  .btn-warning.btn-tooltip div {
    color: #8f6408;
    background-color: #f4ba3c; }
    .btn-warning.btn-tooltip div:before {
      border-top: 5px solid #f4ba3c; }
  .btn-warning.btn-invert, .btn-warning.btn-invert[disabled]:hover, .btn-warning.btn-invert.disabled:hover {
    border: none !important;
    color: #f4ba3c !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-warning.btn-invert:hover, .btn-warning.btn-invert:focus, .btn-warning.btn-invert:active, .btn-warning.btn-invert.active {
    background-color: #f4ba3c !important;
    color: #8f6408 !important; }

.btn-info {
  /*
    &:focus {
        &:before {
            height: calc(100% + 8px);
            top: -4px;
            border-color: darken($bg, 15%);
        }
    }*/ }
  .btn-info, .btn-info[disabled]:hover, .btn-info.disabled:hover {
    /*
        &:before {
            content: "";
            position: absolute;
            width: calc(100% + 2px);
            height: calc(100% - 8px);
            left: -1px;
            top: 0;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            transition: all .05s ease-in !important;
        }*/ }
    .btn-info, .btn-info[disabled]:hover, .btn-info.disabled:hover {
      border: 1px solid #00b1fd !important;
      color: #00638d !important;
      background-color: #27beff !important;
      box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -1px 0px #00b1fd, 0 3px 2px -1px rgba(0, 0, 0, 0) !important;
      transition: all .05s ease-in !important; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    border: 1px solid #0098da !important;
    background-color: #0098da !important;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important;
    color: #daf4ff !important; }
  .btn-info:active, .btn-info:focus {
    box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), 0 3px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .btn-info:active .tooltip, .btn-info:focus .tooltip {
    display: block;
    opacity: 1; }
  .btn-info[disabled], .btn-info.disabled {
    opacity: .5; }
  .btn-info.btn-loading {
    opacity: .7 !important;
    border: 1px solid #00638d !important; }
  .btn-info.btn-loading:before {
    background-color: #00638d !important; }
  .btn-info.btn-tooltip div {
    color: #00638d;
    background-color: #27beff; }
    .btn-info.btn-tooltip div:before {
      border-top: 5px solid #27beff; }
  .btn-info.btn-invert, .btn-info.btn-invert[disabled]:hover, .btn-info.btn-invert.disabled:hover {
    border: none !important;
    color: #27beff !important;
    background-color: transparent !important;
    box-shadow: none !important; }
  .btn-info.btn-invert:hover, .btn-info.btn-invert:focus, .btn-info.btn-invert:active, .btn-info.btn-invert.active {
    background-color: #27beff !important;
    color: #00638d !important; }

.btn, .ui-spinner .ui-spinner-button {
  border-radius: 0;
  height: 38px;
  outline: none !important;
  padding: 8px 13px;
  position: relative;
  z-index: 1;
  float: left;
  margin-left: 5px;
  position: relative; }

.btn:first-child, .ui-spinner .ui-spinner-button:first-child {
  margin-left: 0 !important; }

.btn i:after, .ui-spinner .ui-spinner-button i:after {
  content: "";
  position: relative;
  height: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 12px;
  margin-right: 7px; }

.btn.btn-no-text, .ui-calendar .ui-button, .ui-spinner .ui-spinner-button {
  min-width: 36px;
  text-align: center;
  padding: 0;
  z-index: 5; }

.btn.btn-no-text i:after, .ui-calendar .ui-button i:after, .ui-spinner .ui-spinner-button i:after {
  display: none; }

.btn.btn-no-bg, .ui-spinner .btn-no-bg.ui-spinner-button, .btn.btn-no-bg:hover, .ui-spinner .btn-no-bg.ui-spinner-button:hover {
  background-color: transparent !important; }

.btn-group > .btn:first-child, .ui-spinner .btn-group > .ui-spinner-button:first-child {
  margin-left: 5px !important; }

.btn-group .dropdown-menu {
  width: calc(100% - 4px);
  margin-left: 0;
  border-radius: 0px;
  padding: 0;
  left: 4px; }

.btn-group .dropdown-menu > li > a {
  padding: 8px 17px;
  cursor: pointer; }
  .btn-group .dropdown-menu > li > a i {
    margin-right: 10px; }

.btn-mini {
  width: auto !important;
  height: auto !important;
  min-width: 26px !important;
  min-height: 26px !important;
  padding: 0px 10px; }

.btn-block {
  text-align: left;
  float: none; }
  .btn-block:not(:first-child) {
    margin-top: 2px !important; }
  .btn-block.text-center {
    text-align: center !important; }

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

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

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

.btn-loading {
  pointer-events: none; }

.btn-loading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1; }

.btn-loading:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
  background-image: url(/assets/loading/loader-alt.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important; }

.btn-tooltip:hover div:not(:empty) {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -35px;
  padding: 5px 5px;
  border-radius: 3px;
  margin-right: 0px;
  font-size: 12px;
  display: inline-block; }

.btn-tooltip:hover div:not(:empty):before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -5px;
  right: 8px; }

.btn-tooltip div {
  display: none; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
.form-control {
  border-right: transparent !important; }

.control-label.is-required.ng-invalid ~ .ui-messages-required {
  display: block; }

.control-label.control-label-textarea {
  top: 0;
  padding: 6px 10px 2px 10px;
  background: #FFF;
  width: calc(100% - 20px);
  margin: 1px; }

.control-label.control-label-textarea:after {
  top: 4px !important; }

.form-inline {
  margin: 0 !important; }

.form-inline .row {
  margin: 0; }

.form-inline .row > div:not(:last-child) .row {
  margin-right: 0px !important; }

.form-inline .row .row {
  margin: 0 -15px !important; }

.form-inline .row fieldset legend {
  margin-left: -15px; }

.form-inline fieldset {
  line-height: 16px;
  margin-top: 30px !important;
  position: relative; }

.form-inline fieldset:first-child {
  margin-top: 5px !important; }

.form-inline fieldset legend i {
  margin-right: 5px; }

.form-inline fieldset legend {
  border-bottom: 2px solid #e4e4e4;
  width: auto;
  padding-bottom: 5px;
  color: #6b6b6b;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0 5px 5px; }

.form-inline fieldset legend:before {
  content: "";
  width: calc(100% - 20px);
  border-bottom: 1px solid #e4e4e4;
  position: absolute;
  margin-left: -5px;
  margin-top: 23px; }

.form-inline .form-group {
  padding: 0;
  margin-top: -1px; }

.form-inline .form-group:first-child .form-control,
.form-inline .form-group:first-child .ui-dropdown-label,
.form-inline .form-group:first-child .ui-inputtext,
.form-inline .form-group:first-child p-fileupload .ui-fileupload,
p-fileupload .form-inline .form-group:first-child .ui-fileupload,
.form-inline .form-group:first-child .ui-fileupload, .form-inline .form-group.col-md-12 .form-control,
.form-inline .form-group.col-md-12 .ui-dropdown-label,
.form-inline .form-group.col-md-12 .ui-inputtext,
.form-inline .form-group.col-md-12 p-fileupload .ui-fileupload,
p-fileupload .form-inline .form-group.col-md-12 .ui-fileupload,
.form-inline .form-group.col-md-12 .ui-fileupload {
  border-left-width: 1px !important; }

.form-inline .form-group select.form-control {
  padding: 27px 12px 0 5px !important; }

.form-inline .form-group .control-label-radio {
  cursor: pointer;
  font-weight: normal;
  margin-right: 10px;
  margin-top: 3px; }

.form-inline .form-group .control-label-radio:first-child {
  margin-right: 0; }

.form-inline .form-group .control-label-radio input {
  vertical-align: middle;
  margin-top: -1px; }

.form-inline .form-group textarea {
  height: auto !important; }

.input-group {
  display: flex !important;
  width: 100% !important; }
  .input-group .ui-message, .input-group p-fileupload .ui-fileupload .ui-messages, p-fileupload .ui-fileupload .input-group .ui-messages {
    right: 30px; }
  .input-group .input-group-btn {
    width: auto !important; }
  .input-group .control-label.is-required:after, .input-group .control-label.ng-required:after {
    right: 40px; }

.hll {
  background-color: #ffffcc; }

/*{ background: #f0f3f3; }*/
.c {
  color: #999; }

/* Comment */
.err {
  color: #AA0000;
  background-color: #FFAAAA; }

/* Error */
.k {
  color: #006699; }

/* Keyword */
.o {
  color: #555555; }

/* Operator */
.cm {
  color: #999; }

/* Comment.Multiline */
/* Edited to remove italics and make into comment */
.cp {
  color: #009999; }

/* Comment.Preproc */
.c1 {
  color: #999; }

/* Comment.Single */
.cs {
  color: #999; }

/* Comment.Special */
.gd {
  background-color: #FFCCCC;
  border: 1px solid #CC0000; }

/* Generic.Deleted */
.ge {
  font-style: italic; }

/* Generic.Emph */
.gr {
  color: #FF0000; }

/* Generic.Error */
.gh {
  color: #003300; }

/* Generic.Heading */
.gi {
  background-color: #CCFFCC;
  border: 1px solid #00CC00; }

/* Generic.Inserted */
.go {
  color: #AAAAAA; }

/* Generic.Output */
.gp {
  color: #000099; }

/* Generic.Prompt */
/* Generic.Strong */
.gu {
  color: #003300; }

/* Generic.Subheading */
.gt {
  color: #99CC66; }

/* Generic.Traceback */
.kc {
  color: #006699; }

/* Keyword.Constant */
.kd {
  color: #006699; }

/* Keyword.Declaration */
.kn {
  color: #006699; }

/* Keyword.Namespace */
.kp {
  color: #006699; }

/* Keyword.Pseudo */
.kr {
  color: #006699; }

/* Keyword.Reserved */
.kt {
  color: #007788; }

/* Keyword.Type */
.m {
  color: #FF6600; }

/* Literal.Number */
.s {
  color: #d44950; }

/* Literal.String */
.na {
  color: #4f9fcf; }

/* Name.Attribute */
.nb {
  color: #336666; }

/* Name.Builtin */
.nc {
  color: #00AA88; }

/* Name.Class */
.no {
  color: #336600; }

/* Name.Constant */
.nd {
  color: #9999FF; }

/* Name.Decorator */
.ni {
  color: #999999; }

/* Name.Entity */
.ne {
  color: #CC0000; }

/* Name.Exception */
.nf {
  color: #CC00FF; }

/* Name.Function */
.nl {
  color: #9999FF; }

/* Name.Label */
.nn {
  color: #00CCFF; }

/* Name.Namespace */
.nt {
  color: #2f6f9f; }

/* Name.Tag */
.nv {
  color: #003333; }

/* Name.Variable */
.ow {
  color: #000000; }

/* Operator.Word */
.w {
  color: #bbbbbb; }

/* Text.Whitespace */
.mf {
  color: #FF6600; }

/* Literal.Number.Float */
.mh {
  color: #FF6600; }

/* Literal.Number.Hex */
.mi {
  color: #FF6600; }

/* Literal.Number.Integer */
.mo {
  color: #FF6600; }

/* Literal.Number.Oct */
.sb {
  color: #CC3300; }

/* Literal.String.Backtick */
.sc {
  color: #CC3300; }

/* Literal.String.Char */
.sd {
  color: #CC3300;
  font-style: italic; }

/* Literal.String.Doc */
.s2 {
  color: #CC3300; }

/* Literal.String.Double */
.se {
  color: #CC3300; }

/* Literal.String.Escape */
.sh {
  color: #CC3300; }

/* Literal.String.Heredoc */
.si {
  color: #AA0000; }

/* Literal.String.Interpol */
.sx {
  color: #CC3300; }

/* Literal.String.Other */
.sr {
  color: #33AAAA; }

/* Literal.String.Regex */
.s1 {
  color: #CC3300; }

/* Literal.String.Single */
.ss {
  color: #FFCC33; }

/* Literal.String.Symbol */
.bp {
  color: #336666; }

/* Name.Builtin.Pseudo */
.vc {
  color: #003333; }

/* Name.Variable.Class */
.vg {
  color: #003333; }

/* Name.Variable.Global */
.vi {
  color: #003333; }

/* Name.Variable.Instance */
.il {
  color: #FF6600; }

/* Literal.Number.Integer.Long */
.css .o,
.css .o + .nt,
.css .nt + .nt {
  color: #999; }

.grid-card li {
  list-style: none;
  color: #767676;
  padding: 10px 0;
  border-bottom: 1px solid #edf3f8;
  font-size: 14px;
  line-height: 22px; }
  .grid-card li:hover {
    background: #edf3f8; }
  .grid-card li b {
    color: #13496a;
    font-weight: 500;
    font-size: 15px; }
  .grid-card li p {
    margin: 0; }
  .grid-card li span {
    color: #000; }

@media (max-width: 1024px) {
  .grid-card li > div {
    margin-bottom: 10px; } }

.card, .data-card table tbody tr, .tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li,
.panel {
  background: #FFF;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  border-radius: 0; }

.card .content, .data-card table tbody tr .content, .tooltip .content, .ui-datalist .ui-datalist-content .ui-datalist-data li .content,
.card .panel-body,
.data-card table tbody tr .panel-body,
.tooltip .panel-body,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-body,
.panel .content,
.panel .panel-body {
  padding: 10px;
  color: #767676;
  font-size: 13px;
  line-height: 16px; }

.ui-state-highlight .ui-selection-column:before {
  display: none; }

.data-card table {
  display: grid; }
  .data-card table thead th {
    width: 100%; }
  .data-card table tbody {
    display: block; }
    .data-card table tbody tr {
      display: inline-block;
      position: relative; }
      .data-card table tbody tr .ui-selection-column {
        position: absolute;
        margin-top: 15px;
        margin-left: 11px; }
      .data-card table tbody tr .ui-selection-column + td .header {
        padding-left: 40px; }
      .data-card table tbody tr td {
        border: none !important;
        padding: 0 !important;
        display: flex !important;
        width: 100%; }
        .data-card table tbody tr td .ui-cell-data {
          width: 100%; }
        .data-card table tbody tr td.ui-datatable-emptymessage {
          padding: 9px 10px !important; }
        .data-card table tbody tr td.kebab-column {
          display: table-cell;
          position: absolute;
          right: 5px;
          top: 2px;
          height: auto; }

.tooltip {
  padding: 0px !important;
  font-family: inherit;
  display: none;
  position: absolute;
  top: 44px;
  min-width: 424px;
  box-shadow: 0 5px 13px -4px rgba(0, 0, 0, 0.5), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
  text-align: left;
  background: #ffffff;
  border: 1px solid #ccc; }

.tooltip .header {
  background: #9eb8d0 !important;
  color: #fff !important; }

.tooltip ul li {
  margin-top: 10px; }

.tooltip ul li .fa {
  width: 20px;
  text-align: center; }

.tooltip:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ccc;
  position: absolute;
  top: -5px; }

.tooltip.right {
  right: -1px; }
  .tooltip.right:before {
    right: 12px; }

.tooltip.left {
  left: -1px; }
  .tooltip.left:before {
    left: 12px; }

.ui-inputtext, p-fileupload .ui-fileupload {
  width: 100%; }

.ui-inputwrapper-focus {
  /*
    .ui-fileupload-buttonbar {
        @extend %style-form-input-focus;
    }*/ }

p-dropdown {
  width: 100%; }

p-dropdown .ui-dropdown {
  width: 100% !important;
  border: none !important;
  border-radius: 0 !important; }

p-dropdown .ui-dropdown.ui-state-disabled .ui-dropdown-label, p-dropdown .ui-dropdown:disabled .ui-dropdown-label, p-dropdown .ui-dropdown[disabled] .ui-dropdown-label, p-dropdown .ui-dropdown[read-only] .ui-dropdown-label, p-dropdown .ui-dropdown[readonly] .ui-dropdown-label {
  cursor: not-allowed !important; }

p-dropdown .ui-dropdown.ui-state-focus, p-dropdown .ui-dropdown:not(.ui-state-disabled) {
  background-color: transparent !important;
  border-color: initial !important; }

p-dropdown .ui-dropdown.ui-state-focus .ui-dropdown-label, p-dropdown .ui-dropdown:not(.ui-state-disabled) .ui-dropdown-label {
  background-color: transparent !important; }

p-dropdown .ui-dropdown.ui-state-focus .ui-dropdown-trigger, p-dropdown .ui-dropdown:not(.ui-state-disabled) .ui-dropdown-trigger {
  background-color: transparent !important; }

p-dropdown .ui-dropdown.ui-dropdown-open {
  z-index: 15 !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-trigger .fa {
  transform: translate(-50%, -50%) rotate(180deg) !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel {
  animation: easeTop 0.1s ease;
  box-shadow: black 0 5px 15px -8px !important;
  margin-top: -1px !important;
  border-radius: 0 !important;
  top: 0;
  background: #FFF;
  border: 1px solid #ccc; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel .ui-dropdown-filter-container {
  width: 100% !important;
  background: #f5f5f5 !important;
  padding: 8px !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel .ui-dropdown-filter-container .fa {
  top: 1.18em !important;
  z-index: 6; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel .ui-dropdown-filter-container .ui-dropdown-filter {
  border-radius: 0 !important;
  padding: 2px 5px !important;
  border: 1px solid #ccc;
  font-size: 13px;
  min-height: 32px; }

p-dropdown .ui-dropdown .ui-dropdown-trigger {
  background-color: transparent !important; }

p-dropdown .ui-dropdown .ui-dropdown-trigger .fa {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  position: absolute !important;
  margin: 0 !important;
  transition: all 0.1s ease; }

p-inputmask {
  width: 100%;
  /*
     &.ng-dirty.ng-invalid {
         .ui-inputtext {
            @extend %style-form-input-error;
            &:focus { 
                @extend %style-form-input-error-focus;
            }
        }
    }*/ }

/*****************************
FAIXA DO Z-INDEX: 9000~9999
*****************************/
.ui-growl {
  width: 30em;
  left: 50%;
  margin-left: -15em;
  z-index: 9999 !important; }

.ui-growl .ui-growl-item-container {
  box-shadow: 0px 12px 15px -10px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  top: 0;
  opacity: 1;
  border-width: 2px !important;
  border-style: solid;
  animation: slideDownTop 0.1s ease; }
  .ui-growl .ui-growl-item-container:first-child {
    box-shadow: 0px calc( -100vh + -70px) 150px 100vh black, 0px 12px 15px -10px rgba(0, 0, 0, 0.3) !important; }

.ui-growl .ui-growl-item-container.ui-growl-message-success {
  border-top-color: #5eb960 !important;
  border-right-color: #5eb960 !important;
  border-bottom-color: #367b37 !important;
  border-left-color: #367b37 !important;
  background: rgba(69, 159, 71, 0.95) !important;
  color: #FFF !important; }

.ui-growl .ui-growl-item-container.ui-growl-message-success .ui-growl-image {
  background: #459f47;
  border-right: 1px solid #367b37;
  box-shadow: inset -1px 0px 0px #5eb960;
  color: #5eb960; }

.ui-growl .ui-growl-item-container.ui-growl-message-info {
  border-top-color: #098ad4 !important;
  border-right-color: #098ad4 !important;
  border-bottom-color: #054a72 !important;
  border-left-color: #054a72 !important;
  background: rgba(7, 106, 163, 0.95) !important;
  color: #FFF !important; }

.ui-growl .ui-growl-item-container.ui-growl-message-info .ui-growl-image {
  background: #076aa3;
  border-right: 1px solid #054a72;
  box-shadow: inset -1px 0px 0px #098ad4;
  color: #098ad4; }

.ui-growl .ui-growl-item-container.ui-growl-message-warn {
  border-top-color: #f19512 !important;
  border-right-color: #f19512 !important;
  border-bottom-color: #945b09 !important;
  border-left-color: #945b09 !important;
  background: rgba(196, 120, 12, 0.95) !important;
  color: #FFF !important; }

.ui-growl .ui-growl-item-container.ui-growl-message-warn .ui-growl-image {
  background: #c4780c;
  border-right: 1px solid #945b09;
  box-shadow: inset -1px 0px 0px #f19512;
  color: #f19512; }

.ui-growl .ui-growl-item-container.ui-growl-message-error {
  border-top-color: #c44d4c !important;
  border-right-color: #c44d4c !important;
  border-bottom-color: #802b2a !important;
  border-left-color: #802b2a !important;
  background: rgba(166, 56, 55, 0.95) !important;
  color: #FFF !important; }

.ui-growl .ui-growl-item-container.ui-growl-message-error .ui-growl-image {
  background: #a63837;
  border-right: 1px solid #802b2a;
  box-shadow: inset -1px 0px 0px #c44d4c;
  color: #c44d4c; }

.ui-growl .ui-growl-item-container .ui-growl-item {
  min-height: 5.3em;
  display: table;
  width: 100%; }

.ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-image {
  height: 100%;
  width: 3em;
  left: 0;
  top: 0; }
  .ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-image:before {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }

.ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-message {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 6em; }

.ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-message span, .ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-message p {
  padding: 0; }

.ui-message, p-fileupload .ui-fileupload .ui-messages {
  font-size: 0.85em;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  right: 5px;
  z-index: 16 !important;
  padding: 4px 6px;
  margin: 0;
  line-height: 13px;
  top: 49px;
  border: none;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.03em;
  color: #FFF;
  animation: easeTop 0.1s ease, fadeIn 0.1s ease;
  cursor: default !important; }

.ui-message.ui-messages-limited, p-fileupload .ui-fileupload .ui-messages-limited.ui-messages {
  display: inline-block;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis; }

.ui-message.ui-messages-limited:hover, p-fileupload .ui-fileupload .ui-messages-limited.ui-messages:hover {
  max-width: 100%;
  white-space: normal; }

.ui-message .fa, p-fileupload .ui-fileupload .ui-messages .fa {
  font-size: 10px;
  margin-right: 5px; }

.ui-message:before, p-fileupload .ui-fileupload .ui-messages:before {
  content: "";
  border: 1px solid;
  position: absolute;
  top: -4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: transparent; }

.ui-message.ui-messages-always-visible, p-fileupload .ui-fileupload .ui-messages-always-visible.ui-messages {
  display: block !important; }

.ui-message.ui-messages-error, p-fileupload .ui-fileupload .ui-messages-error.ui-messages, .ui-message.ui-messages-required, p-fileupload .ui-fileupload .ui-messages-required.ui-messages {
  background: #c74c4c; }

.ui-message.ui-messages-error:before, p-fileupload .ui-fileupload .ui-messages-error.ui-messages:before, .ui-message.ui-messages-required:before, p-fileupload .ui-fileupload .ui-messages-required.ui-messages:before {
  border-bottom: 4px solid #c74c4c; }

.ui-message.ui-messages-required, p-fileupload .ui-fileupload .ui-messages-required.ui-messages {
  display: none; }

.ui-message.ui-messages-info, p-fileupload .ui-fileupload .ui-messages-info.ui-messages {
  background: #ccc;
  display: none;
  color: #7d7d7d; }

.ui-message.ui-messages-info:before, p-fileupload .ui-fileupload .ui-messages-info.ui-messages:before {
  border-bottom: 4px solid #ccc; }

.ui-message.ui-message ~ .ui-message, p-fileupload .ui-fileupload .ui-messages ~ .ui-message, p-fileupload .ui-fileupload .ui-message.ui-message ~ .ui-messages, p-fileupload .ui-fileupload .ui-messages ~ .ui-messages {
  top: 73px !important; }

.ui-chkbox .ui-state-default,
.ui-radiobutton .ui-state-default {
  border: 1px solid #d6d6d6;
  background: #ffffff;
  color: #555555; }
  .ui-chkbox .ui-state-default.ui-state-active,
  .ui-radiobutton .ui-state-default.ui-state-active {
    border: 1px solid #6ba6bf;
    background: #6ba6bf;
    color: #FFFFFF; }

.ui-datatable thead.ui-datatable-thead tr {
  border-bottom: 2px solid #6ba6bf !important;
  border: transparent; }

.ui-datatable thead.ui-datatable-thead tr th {
  padding: 15px 10px;
  position: relative;
  text-align: left;
  overflow: inherit; }

.ui-datatable thead.ui-datatable-thead tr th:first-child:before {
  display: none !important; }

.ui-datatable thead.ui-datatable-thead tr th:before {
  content: "";
  position: absolute;
  border-right: 1px solid #eaeff2;
  height: 80%;
  left: -1px;
  top: 50%;
  transform: translateY(-50%); }

.ui-datatable thead.ui-datatable-thead tr th .ui-column-title {
  font-size: 15px;
  font-weight: bold; }

.ui-datatable thead.ui-datatable-thead tr th.col-icon {
  width: 40px;
  text-align: center; }

.ui-datatable thead.ui-datatable-thead tr th.kebab-column {
  width: 20px; }

.ui-datatable.ui-datatable-strippes tbody tr:nth-child(odd) {
  background: rgba(244, 247, 249, 0.53); }

.ui-datatable tbody {
  color: #767676;
  border-color: #eaeff2;
  border-left: transparent;
  cursor: pointer; }

.ui-datatable tbody tr.ui-widget-content.ui-state-highlight {
  background: #eaeff2; }

.ui-datatable tbody tr.ui-widget-content.ui-state-highlight td {
  overflow: initial; }

.ui-datatable tbody tr.ui-widget-content.ui-state-highlight td:first-child:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  background: #ffa751; }

.ui-datatable tbody tr.ui-widget-content:hover {
  background: #edf3f8; }

.ui-datatable tbody tr td {
  overflow: initial !important;
  position: relative;
  padding: 9px 10px !important; }

.ui-datatable tbody tr td .ui-data-strike {
  text-decoration: line-through;
  opacity: .6;
  pointer-events: none; }

.ui-datatable tbody tr td.ui-editable-column:not(.ui-cell-editing) .ui-cell-data:empty {
  min-height: 32px;
  display: inline-block; }

.ui-datatable tbody tr td.ui-editable-column:not(.ui-cell-editing) .ui-cell-data:empty:before {
  content: "";
  position: absolute;
  border: 1px solid #ccc !important;
  background: #Fff !important;
  padding: 3px !important;
  height: auto !important;
  min-height: 32px !important;
  display: inline-block;
  width: calc(100% - 20px);
  top: 0px;
  margin: 12px 10px;
  left: 0px; }

.ui-datatable tbody tr td .ui-cell-data .ui-inputtext, .ui-datatable tbody tr td .ui-cell-data p-fileupload .ui-fileupload, p-fileupload .ui-datatable tbody tr td .ui-cell-data .ui-fileupload,
.ui-datatable tbody tr td .ui-cell-editor .ui-inputtext,
.ui-datatable tbody tr td .ui-cell-editor p-fileupload .ui-fileupload,
p-fileupload .ui-datatable tbody tr td .ui-cell-editor .ui-fileupload {
  border: 1px solid #ccc !important;
  background: #Fff !important;
  padding: 3px !important;
  height: auto !important;
  min-height: auto !important; }

.ui-datatable tbody tr td .ui-cell-data .ui-dropdown-trigger,
.ui-datatable tbody tr td .ui-cell-editor .ui-dropdown-trigger {
  z-index: 10 !important; }

.ui-datatable tbody tr td .ui-cell-data .ui-inputwrapper-focus,
.ui-datatable tbody tr td .ui-cell-editor .ui-inputwrapper-focus {
  z-index: 100; }

.ui-datatable tbody tr td:last-child {
  border-right: transparent; }

.ui-datatable tbody tr td.kebab-column {
  width: 20px;
  text-align: center;
  position: relative;
  overflow: visible !important;
  height: 100%;
  cursor: pointer; }

.ui-datatable tbody tr td .ui-grid {
  margin: -10px;
  padding: 15px;
  background: #eaeff2; }

.ui-datatable tbody tr td .ui-grid .ui-grid-row:before {
  content: "";
  width: 2px;
  height: calc(100% + 1px);
  position: absolute;
  left: -1px;
  top: -1px;
  background: #ffa751; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
.input-group .btn, .input-group .ui-spinner .ui-spinner-button, .ui-spinner .input-group .ui-spinner-button,
.input-group .btn-group-addon, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose {
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: auto !important;
  border-left: 0px !important;
  transition: all .1s ease;
  /*margin-left: 1px;
        margin-right: -1px;*/
  margin: 0px;
  z-index: 5; }

.input-group .btn:hover, .input-group .ui-spinner .ui-spinner-button:hover, .ui-spinner .input-group .ui-spinner-button:hover,
.input-group .btn-group-addon:hover, .ui-calendar .ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:hover, .input-group .btn:focus, .input-group .ui-spinner .ui-spinner-button:focus, .ui-spinner .input-group .ui-spinner-button:focus,
.input-group .btn-group-addon:focus, .ui-calendar .ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus, .input-group .btn:active, .input-group .ui-spinner .ui-spinner-button:active, .ui-spinner .input-group .ui-spinner-button:active,
.input-group .btn-group-addon:active, .ui-calendar .ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active {
  box-shadow: none !important;
  border-left: 0px !important; }

.ui-datatable tbody tr td.kebab-column .btn-kebab,
.ui-datatable tbody tr td.kebab-column .btn-kebab-view {
  width: auto !important;
  height: auto !important;
  pointer-events: none;
  background: none !important;
  border: none !important;
  color: #13496a;
  margin: 0px !important;
  min-width: auto !important;
  z-index: 1; }

.form-inline .form-group .form-control, .ui-inputtext:not(.ui-dropdown-filter), p-fileupload .ui-fileupload:not(.ui-dropdown-filter), p-dropdown .ui-dropdown .ui-dropdown-label {
  transition: all 0.2s linear !important;
  height: 58px;
  min-height: 58px;
  padding: 25px 12px 0 9px !important;
  margin: 0 !important;
  display: block !important;
  font-size: 14px !important;
  color: #555 !important;
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  border-left-width: 0px !important;
  width: 100%;
  position: relative;
  z-index: 5; }

.input-single, .ui-datatable thead.ui-datatable-thead tr th .ui-inputtext, .ui-datatable thead.ui-datatable-thead tr th p-fileupload .ui-fileupload, p-fileupload .ui-datatable thead.ui-datatable-thead tr th .ui-fileupload {
  height: 38px;
  min-height: auto;
  border-bottom-width: 2px !important;
  box-shadow: none !important;
  padding: 6px 12px !important;
  border-radius: 0px !important;
  border-left-width: 1px !important; }

.form-inline .form-group .form-control:focus, .ui-inputwrapper-focus .ui-inputtext, .ui-inputwrapper-focus p-fileupload .ui-fileupload, p-fileupload .ui-inputwrapper-focus .ui-fileupload, p-dropdown .ui-dropdown.ui-dropdown-open, p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-label, p-chips .ui-chips .ui-inputtext.ui-state-focus, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload, p-chips .ui-chips .ui-inputtext:active, p-chips .ui-chips p-fileupload .ui-fileupload:active, p-fileupload p-chips .ui-chips .ui-fileupload:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  outline: 0;
  transition: all 0.2s linear;
  border-color: #66afe9 !important;
  position: relative;
  z-index: 6; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid, .form-inline .form-group .control-label-textarea.ng-invalid, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-label {
  background-color: rgba(242, 217, 217, 0.6) !important;
  border-color: #e09f9f !important;
  color: #e09f9f !important; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid:focus, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e09f9f !important; }

.form-inline .form-group .form-control:disabled, .form-inline .form-group .form-control[disabled], .form-inline .form-group .form-control[read-only], .form-inline .form-group .form-control[readonly], .form-inline .form-group .control-label-textarea:disabled, .form-inline .form-group .control-label-textarea[disabled], .form-inline .form-group .control-label-textarea[read-only], .form-inline .form-group .control-label-textarea[readonly], .ui-inputtext:disabled, p-fileupload .ui-fileupload:disabled, .ui-inputtext[disabled], p-fileupload .ui-fileupload[disabled], .ui-inputtext[read-only], p-fileupload .ui-fileupload[read-only], .ui-inputtext[readonly], p-fileupload .ui-fileupload[readonly], p-dropdown .ui-dropdown.ui-state-disabled, p-dropdown .ui-dropdown:disabled, p-dropdown .ui-dropdown[disabled], p-dropdown .ui-dropdown[read-only], p-dropdown .ui-dropdown[readonly] {
  opacity: 0.5 !important;
  background-color: #eee;
  cursor: not-allowed !important; }

.control-label {
  pointer-events: none;
  transition: all 0.2s linear;
  position: absolute;
  color: #979797;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 10px;
  top: 7px;
  left: 0;
  z-index: 7;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px; }
  .is-invalid.control-label, .ng-invalid.control-label {
    color: #c03f3f !important; }
  .is-required.control-label:after, .ng-required.control-label:after {
    content: "*";
    position: absolute;
    right: 8px;
    color: #c03f3f;
    z-index: 7;
    font-size: 12px;
    top: -4px;
    font-weight: 400; }
  .is-disabled.control-label, .ng-disabled.control-label {
    opacity: 0.5; }

.form-inline .form-group .form-control:focus ~ .ui-messages-info, .form-control:focus ~ .ui-messages-info, .ui-inputwrapper-focus ~ .ui-messages-info,
.form-inline .form-group .form-control:focus ~ .ui-messages-error,
.form-control:focus ~ .ui-messages-error,
.ui-inputwrapper-focus ~ .ui-messages-error {
  display: block !important; }

.ui-dialog .ui-dialog-titlebar {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  float: left;
  margin: 0px;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #13496a;
  font-weight: 500; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title i, .ui-confirmdialog .ui-dialog-content i:first-child {
  float: left;
  color: #fff;
  background: #6ba6bf;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 15px;
  line-height: normal !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items, .ui-dropdown-panel, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items {
  padding: 0 1px !important;
  background: #fff; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li, .ui-dropdown-panel li, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li {
  padding: 6px 9px; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li:hover, .ui-dropdown-panel li:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li:hover {
  background: #f5f5f5; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight, .ui-dropdown-panel li.ui-state-highlight, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight {
  background-color: #66b4e3 !important;
  color: #fff !important; }
  p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight:hover, .ui-dropdown-panel li.ui-state-highlight:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight:hover {
    background-color: #3b9fdb !important; }

.card .footer, .data-card table tbody tr .footer, .tooltip .footer, .ui-datalist .ui-datalist-content .ui-datalist-data li .footer,
.card .panel-footer,
.data-card table tbody tr .panel-footer,
.tooltip .panel-footer,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-footer,
.panel .footer,
.panel .panel-footer {
  padding: 10px;
  background: #edf3f8;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px;
  float: left;
  margin-top: 10px; }

.panel-line.card .panel-heading, .data-card table tbody tr.panel-line .panel-heading, .panel-line.tooltip .panel-heading, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-line .panel-heading, .panel-line.panel .panel-heading, .data-card table tbody tr td div.panel-line .panel-heading {
  border-bottom: 1px solid #dfe5e8; }

.card > .header, .data-card table tbody tr > .header, .tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header, .panel > .header, .data-card table tbody tr td div > .header,
.card .panel-heading,
.data-card table tbody tr .panel-heading,
.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading,
.panel .panel-heading {
  padding: 10px;
  font-size: 16px;
  color: #13496a; }

.card > .header i, .data-card table tbody tr > .header i, .tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header i, .panel > .header i, .data-card table tbody tr td div > .header i,
.card .panel-heading i,
.data-card table tbody tr .panel-heading i,
.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading i,
.panel .panel-heading i {
  color: #c0d3db;
  margin-right: 10px; }

.bar.card, .data-card table tbody tr.bar, .bar.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar,
.bar.panel, .data-card table tbody tr td div.bar {
  border-left: 2px solid; }

.bar.card .header, .data-card table tbody tr.bar .header, .bar.tooltip .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header, .bar.panel .header, .data-card table tbody tr td div.bar .header,
.bar.card .panel-heading,
.data-card table tbody tr.bar .panel-heading,
.bar.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading,
.bar.panel .panel-heading,
.data-card table tbody tr td div.bar .panel-heading {
  background: transparent !important;
  color: #13496a; }

.bar.card .header i, .data-card table tbody tr.bar .header i, .bar.tooltip .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header i, .bar.panel .header i, .data-card table tbody tr td div.bar .header i,
.bar.card .panel-heading i,
.data-card table tbody tr.bar .panel-heading i,
.bar.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading i,
.bar.panel .panel-heading i,
.data-card table tbody tr td div.bar .panel-heading i {
  color: #c0d3db !important; }

.bar.default.card, .data-card table tbody tr.bar.default, .bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.default,
.bar.default.panel, .data-card table tbody tr td div.bar.default {
  border-color: #777777; }

.default.card > .header, .data-card table tbody tr.default > .header, .default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header, .default.panel > .header, .data-card table tbody tr td div.default > .header,
.default.card > .panel-heading,
.data-card table tbody tr.default > .panel-heading,
.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading,
.default.panel > .panel-heading,
.data-card table tbody tr td div.default > .panel-heading, .panel-default.card > .header, .data-card table tbody tr.panel-default > .header, .panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header, .panel-default.panel > .header, .data-card table tbody tr td div.panel-default > .header,
.panel-default.card > .panel-heading,
.data-card table tbody tr.panel-default > .panel-heading,
.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading,
.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.panel-default > .panel-heading {
  background: #777777;
  color: #FFF;
  border-radius: 0; }

.default.card > .header i, .data-card table tbody tr.default > .header i, .default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header i, .default.panel > .header i, .data-card table tbody tr td div.default > .header i,
.default.card > .panel-heading i,
.data-card table tbody tr.default > .panel-heading i,
.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading i,
.default.panel > .panel-heading i,
.data-card table tbody tr td div.default > .panel-heading i, .panel-default.card > .header i, .data-card table tbody tr.panel-default > .header i, .panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header i, .panel-default.panel > .header i, .data-card table tbody tr td div.panel-default > .header i,
.panel-default.card > .panel-heading i,
.data-card table tbody tr.panel-default > .panel-heading i,
.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading i,
.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.panel-default > .panel-heading i {
  color: #FFF; }

.bar.success.card, .data-card table tbody tr.bar.success, .bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.success,
.bar.success.panel, .data-card table tbody tr td div.bar.success {
  border-color: #459f47; }

.success.card > .header, .data-card table tbody tr.success > .header, .success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header, .success.panel > .header, .data-card table tbody tr td div.success > .header,
.success.card > .panel-heading,
.data-card table tbody tr.success > .panel-heading,
.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading,
.success.panel > .panel-heading,
.data-card table tbody tr td div.success > .panel-heading, .panel-success.card > .header, .data-card table tbody tr.panel-success > .header, .panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header, .panel-success.panel > .header, .data-card table tbody tr td div.panel-success > .header,
.panel-success.card > .panel-heading,
.data-card table tbody tr.panel-success > .panel-heading,
.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading,
.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.panel-success > .panel-heading {
  background: #459f47;
  color: #FFF;
  border-radius: 0; }

.success.card > .header i, .data-card table tbody tr.success > .header i, .success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header i, .success.panel > .header i, .data-card table tbody tr td div.success > .header i,
.success.card > .panel-heading i,
.data-card table tbody tr.success > .panel-heading i,
.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading i,
.success.panel > .panel-heading i,
.data-card table tbody tr td div.success > .panel-heading i, .panel-success.card > .header i, .data-card table tbody tr.panel-success > .header i, .panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header i, .panel-success.panel > .header i, .data-card table tbody tr td div.panel-success > .header i,
.panel-success.card > .panel-heading i,
.data-card table tbody tr.panel-success > .panel-heading i,
.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading i,
.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.panel-success > .panel-heading i {
  color: #FFF; }

.bar.danger.card, .data-card table tbody tr.bar.danger, .bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.danger,
.bar.danger.panel, .data-card table tbody tr td div.bar.danger {
  border-color: #a63837; }

.danger.card > .header, .data-card table tbody tr.danger > .header, .danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header, .danger.panel > .header, .data-card table tbody tr td div.danger > .header,
.danger.card > .panel-heading,
.data-card table tbody tr.danger > .panel-heading,
.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading,
.danger.panel > .panel-heading,
.data-card table tbody tr td div.danger > .panel-heading, .panel-danger.card > .header, .data-card table tbody tr.panel-danger > .header, .panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header, .panel-danger.panel > .header, .data-card table tbody tr td div.panel-danger > .header,
.panel-danger.card > .panel-heading,
.data-card table tbody tr.panel-danger > .panel-heading,
.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading,
.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.panel-danger > .panel-heading {
  background: #a63837;
  color: #FFF;
  border-radius: 0; }

.danger.card > .header i, .data-card table tbody tr.danger > .header i, .danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header i, .danger.panel > .header i, .data-card table tbody tr td div.danger > .header i,
.danger.card > .panel-heading i,
.data-card table tbody tr.danger > .panel-heading i,
.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading i,
.danger.panel > .panel-heading i,
.data-card table tbody tr td div.danger > .panel-heading i, .panel-danger.card > .header i, .data-card table tbody tr.panel-danger > .header i, .panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header i, .panel-danger.panel > .header i, .data-card table tbody tr td div.panel-danger > .header i,
.panel-danger.card > .panel-heading i,
.data-card table tbody tr.panel-danger > .panel-heading i,
.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading i,
.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.panel-danger > .panel-heading i {
  color: #FFF; }

.bar.warning.card, .data-card table tbody tr.bar.warning, .bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.warning,
.bar.warning.panel, .data-card table tbody tr td div.bar.warning {
  border-color: #f0ad4e; }

.warning.card > .header, .data-card table tbody tr.warning > .header, .warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header, .warning.panel > .header, .data-card table tbody tr td div.warning > .header,
.warning.card > .panel-heading,
.data-card table tbody tr.warning > .panel-heading,
.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading,
.warning.panel > .panel-heading,
.data-card table tbody tr td div.warning > .panel-heading, .panel-warning.card > .header, .data-card table tbody tr.panel-warning > .header, .panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header, .panel-warning.panel > .header, .data-card table tbody tr td div.panel-warning > .header,
.panel-warning.card > .panel-heading,
.data-card table tbody tr.panel-warning > .panel-heading,
.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading,
.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.panel-warning > .panel-heading {
  background: #f0ad4e;
  color: #FFF;
  border-radius: 0; }

.warning.card > .header i, .data-card table tbody tr.warning > .header i, .warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header i, .warning.panel > .header i, .data-card table tbody tr td div.warning > .header i,
.warning.card > .panel-heading i,
.data-card table tbody tr.warning > .panel-heading i,
.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading i,
.warning.panel > .panel-heading i,
.data-card table tbody tr td div.warning > .panel-heading i, .panel-warning.card > .header i, .data-card table tbody tr.panel-warning > .header i, .panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header i, .panel-warning.panel > .header i, .data-card table tbody tr td div.panel-warning > .header i,
.panel-warning.card > .panel-heading i,
.data-card table tbody tr.panel-warning > .panel-heading i,
.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading i,
.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.panel-warning > .panel-heading i {
  color: #FFF; }

.bar.info.card, .data-card table tbody tr.bar.info, .bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.info,
.bar.info.panel, .data-card table tbody tr td div.bar.info {
  border-color: #6ba6bf; }

.info.card > .header, .data-card table tbody tr.info > .header, .info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header, .info.panel > .header, .data-card table tbody tr td div.info > .header,
.info.card > .panel-heading,
.data-card table tbody tr.info > .panel-heading,
.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading,
.info.panel > .panel-heading,
.data-card table tbody tr td div.info > .panel-heading, .panel-info.card > .header, .data-card table tbody tr.panel-info > .header, .panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header, .panel-info.panel > .header, .data-card table tbody tr td div.panel-info > .header,
.panel-info.card > .panel-heading,
.data-card table tbody tr.panel-info > .panel-heading,
.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading,
.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.panel-info > .panel-heading {
  background: #6ba6bf;
  color: #13496a;
  border-radius: 0; }

.info.card > .header i, .data-card table tbody tr.info > .header i, .info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header i, .info.panel > .header i, .data-card table tbody tr td div.info > .header i,
.info.card > .panel-heading i,
.data-card table tbody tr.info > .panel-heading i,
.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading i,
.info.panel > .panel-heading i,
.data-card table tbody tr td div.info > .panel-heading i, .panel-info.card > .header i, .data-card table tbody tr.panel-info > .header i, .panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header i, .panel-info.panel > .header i, .data-card table tbody tr td div.panel-info > .header i,
.panel-info.card > .panel-heading i,
.data-card table tbody tr.panel-info > .panel-heading i,
.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading i,
.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.panel-info > .panel-heading i {
  color: #13496a; }

.light.bar.default.card, .data-card table tbody tr.light.bar.default, .light.bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.default,
.light.bar.default.panel, .data-card table tbody tr td div.light.bar.default {
  border-color: #eaeaea; }

.light.default.card > .header, .data-card table tbody tr.light.default > .header, .light.default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header, .light.default.panel > .header, .data-card table tbody tr td div.light.default > .header,
.light.default.card > .panel-heading,
.data-card table tbody tr.light.default > .panel-heading,
.light.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading,
.light.default.panel > .panel-heading,
.data-card table tbody tr td div.light.default > .panel-heading, .light.panel-default.card > .header, .data-card table tbody tr.light.panel-default > .header, .light.panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header, .light.panel-default.panel > .header, .data-card table tbody tr td div.light.panel-default > .header,
.light.panel-default.card > .panel-heading,
.data-card table tbody tr.light.panel-default > .panel-heading,
.light.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading,
.light.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-default > .panel-heading {
  background: #eaeaea;
  color: #777777;
  border-radius: 0; }

.light.default.card > .header i, .data-card table tbody tr.light.default > .header i, .light.default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header i, .light.default.panel > .header i, .data-card table tbody tr td div.light.default > .header i,
.light.default.card > .panel-heading i,
.data-card table tbody tr.light.default > .panel-heading i,
.light.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading i,
.light.default.panel > .panel-heading i,
.data-card table tbody tr td div.light.default > .panel-heading i, .light.panel-default.card > .header i, .data-card table tbody tr.light.panel-default > .header i, .light.panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header i, .light.panel-default.panel > .header i, .data-card table tbody tr td div.light.panel-default > .header i,
.light.panel-default.card > .panel-heading i,
.data-card table tbody tr.light.panel-default > .panel-heading i,
.light.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading i,
.light.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-default > .panel-heading i {
  color: #777777; }

.light.bar.success.card, .data-card table tbody tr.light.bar.success, .light.bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.success,
.light.bar.success.panel, .data-card table tbody tr td div.light.bar.success {
  border-color: #d1ded1; }

.light.success.card > .header, .data-card table tbody tr.light.success > .header, .light.success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header, .light.success.panel > .header, .data-card table tbody tr td div.light.success > .header,
.light.success.card > .panel-heading,
.data-card table tbody tr.light.success > .panel-heading,
.light.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading,
.light.success.panel > .panel-heading,
.data-card table tbody tr td div.light.success > .panel-heading, .light.panel-success.card > .header, .data-card table tbody tr.light.panel-success > .header, .light.panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header, .light.panel-success.panel > .header, .data-card table tbody tr td div.light.panel-success > .header,
.light.panel-success.card > .panel-heading,
.data-card table tbody tr.light.panel-success > .panel-heading,
.light.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading,
.light.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-success > .panel-heading {
  background: #d1ded1;
  color: #459f47;
  border-radius: 0; }

.light.success.card > .header i, .data-card table tbody tr.light.success > .header i, .light.success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header i, .light.success.panel > .header i, .data-card table tbody tr td div.light.success > .header i,
.light.success.card > .panel-heading i,
.data-card table tbody tr.light.success > .panel-heading i,
.light.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading i,
.light.success.panel > .panel-heading i,
.data-card table tbody tr td div.light.success > .panel-heading i, .light.panel-success.card > .header i, .data-card table tbody tr.light.panel-success > .header i, .light.panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header i, .light.panel-success.panel > .header i, .data-card table tbody tr td div.light.panel-success > .header i,
.light.panel-success.card > .panel-heading i,
.data-card table tbody tr.light.panel-success > .panel-heading i,
.light.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading i,
.light.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-success > .panel-heading i {
  color: #459f47; }

.light.bar.danger.card, .data-card table tbody tr.light.bar.danger, .light.bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.danger,
.light.bar.danger.panel, .data-card table tbody tr td div.light.bar.danger {
  border-color: #eadfde; }

.light.danger.card > .header, .data-card table tbody tr.light.danger > .header, .light.danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header, .light.danger.panel > .header, .data-card table tbody tr td div.light.danger > .header,
.light.danger.card > .panel-heading,
.data-card table tbody tr.light.danger > .panel-heading,
.light.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading,
.light.danger.panel > .panel-heading,
.data-card table tbody tr td div.light.danger > .panel-heading, .light.panel-danger.card > .header, .data-card table tbody tr.light.panel-danger > .header, .light.panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header, .light.panel-danger.panel > .header, .data-card table tbody tr td div.light.panel-danger > .header,
.light.panel-danger.card > .panel-heading,
.data-card table tbody tr.light.panel-danger > .panel-heading,
.light.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading,
.light.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-danger > .panel-heading {
  background: #eadfde;
  color: #a63837;
  border-radius: 0; }

.light.danger.card > .header i, .data-card table tbody tr.light.danger > .header i, .light.danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header i, .light.danger.panel > .header i, .data-card table tbody tr td div.light.danger > .header i,
.light.danger.card > .panel-heading i,
.data-card table tbody tr.light.danger > .panel-heading i,
.light.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading i,
.light.danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.danger > .panel-heading i, .light.panel-danger.card > .header i, .data-card table tbody tr.light.panel-danger > .header i, .light.panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header i, .light.panel-danger.panel > .header i, .data-card table tbody tr td div.light.panel-danger > .header i,
.light.panel-danger.card > .panel-heading i,
.data-card table tbody tr.light.panel-danger > .panel-heading i,
.light.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading i,
.light.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-danger > .panel-heading i {
  color: #a63837; }

.light.bar.warning.card, .data-card table tbody tr.light.bar.warning, .light.bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.warning,
.light.bar.warning.panel, .data-card table tbody tr td div.light.bar.warning {
  border-color: #ece5da; }

.light.warning.card > .header, .data-card table tbody tr.light.warning > .header, .light.warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header, .light.warning.panel > .header, .data-card table tbody tr td div.light.warning > .header,
.light.warning.card > .panel-heading,
.data-card table tbody tr.light.warning > .panel-heading,
.light.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading,
.light.warning.panel > .panel-heading,
.data-card table tbody tr td div.light.warning > .panel-heading, .light.panel-warning.card > .header, .data-card table tbody tr.light.panel-warning > .header, .light.panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header, .light.panel-warning.panel > .header, .data-card table tbody tr td div.light.panel-warning > .header,
.light.panel-warning.card > .panel-heading,
.data-card table tbody tr.light.panel-warning > .panel-heading,
.light.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading,
.light.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-warning > .panel-heading {
  background: #ece5da;
  color: #926c36;
  border-radius: 0; }

.light.warning.card > .header i, .data-card table tbody tr.light.warning > .header i, .light.warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header i, .light.warning.panel > .header i, .data-card table tbody tr td div.light.warning > .header i,
.light.warning.card > .panel-heading i,
.data-card table tbody tr.light.warning > .panel-heading i,
.light.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading i,
.light.warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.warning > .panel-heading i, .light.panel-warning.card > .header i, .data-card table tbody tr.light.panel-warning > .header i, .light.panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header i, .light.panel-warning.panel > .header i, .data-card table tbody tr td div.light.panel-warning > .header i,
.light.panel-warning.card > .panel-heading i,
.data-card table tbody tr.light.panel-warning > .panel-heading i,
.light.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading i,
.light.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-warning > .panel-heading i {
  color: #926c36; }

.light.bar.info.card, .data-card table tbody tr.light.bar.info, .light.bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.info,
.light.bar.info.panel, .data-card table tbody tr td div.light.bar.info {
  border-color: #d3e0ea; }

.light.info.card > .header, .data-card table tbody tr.light.info > .header, .light.info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header, .light.info.panel > .header, .data-card table tbody tr td div.light.info > .header,
.light.info.card > .panel-heading,
.data-card table tbody tr.light.info > .panel-heading,
.light.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading,
.light.info.panel > .panel-heading,
.data-card table tbody tr td div.light.info > .panel-heading, .light.panel-info.card > .header, .data-card table tbody tr.light.panel-info > .header, .light.panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header, .light.panel-info.panel > .header, .data-card table tbody tr td div.light.panel-info > .header,
.light.panel-info.card > .panel-heading,
.data-card table tbody tr.light.panel-info > .panel-heading,
.light.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading,
.light.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-info > .panel-heading {
  background: #d3e0ea;
  color: #13496a;
  border-radius: 0; }

.light.info.card > .header i, .data-card table tbody tr.light.info > .header i, .light.info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header i, .light.info.panel > .header i, .data-card table tbody tr td div.light.info > .header i,
.light.info.card > .panel-heading i,
.data-card table tbody tr.light.info > .panel-heading i,
.light.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading i,
.light.info.panel > .panel-heading i,
.data-card table tbody tr td div.light.info > .panel-heading i, .light.panel-info.card > .header i, .data-card table tbody tr.light.panel-info > .header i, .light.panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header i, .light.panel-info.panel > .header i, .data-card table tbody tr td div.light.panel-info > .header i,
.light.panel-info.card > .panel-heading i,
.data-card table tbody tr.light.panel-info > .panel-heading i,
.light.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading i,
.light.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-info > .panel-heading i {
  color: #13496a; }

.ui-widget-overlay {
  z-index: 9000 !important;
  background: rgba(3, 21, 33, 0.85); }

.ui-dialog {
  z-index: 9001 !important;
  position: fixed;
  padding: 0;
  background: #fff;
  box-shadow: 0 9px 20px -6px rgba(0, 0, 0, 0.5);
  top: 40px !important; }
  .ui-dialog:not(.ui-confirmdialog) {
    width: 480px !important; }
  @media (min-width: 768px) {
    .ui-dialog:not(.ui-confirmdialog).modal-fluid {
      width: 90% !important; } }
  @media (max-width: 768px) {
    .ui-dialog:not(.ui-confirmdialog).modal-fluid {
      width: calc(100vw - 15px) !important; } }
  @media (min-width: 768px) {
    .ui-dialog:not(.ui-confirmdialog).modal-lg {
      width: 768px !important; } }
  @media (min-width: 992px) {
    .ui-dialog:not(.ui-confirmdialog).modal-lg {
      width: 992px !important; } }
  @media (min-width: 1200px) {
    .ui-dialog:not(.ui-confirmdialog).modal-lg {
      width: 1200px !important; } }
  @media (min-width: 768px) {
    .ui-dialog:not(.ui-confirmdialog).modal-md {
      width: 768px !important; } }
  @media (min-width: 992px) {
    .ui-dialog:not(.ui-confirmdialog).modal-md {
      width: 992px !important; } }
  @media (min-width: 768px) {
    .ui-dialog:not(.ui-confirmdialog).modal-sm {
      width: 768px !important; } }
  @media (min-width: 480px) {
    .ui-dialog:not(.ui-confirmdialog).modal-xs {
      width: 480px !important; } }

.ui-dialog .ui-dialog-titlebar {
  padding: 10px 20px;
  height: 65px;
  border-bottom: 1px solid #e5e5e5;
  background: #edf3f8; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  padding-top: 3px; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title h1, .ui-dialog .ui-dialog-titlebar .ui-dialog-title h2, .ui-dialog .ui-dialog-titlebar .ui-dialog-title h3, .ui-dialog .ui-dialog-titlebar .ui-dialog-title h4, .ui-dialog .ui-dialog-titlebar .ui-dialog-title h5, .ui-dialog .ui-dialog-titlebar .ui-dialog-title h6 {
  margin: 0px !important; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title p-header {
  width: 100%;
  display: flex;
  align-items: center; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  position: absolute;
  top: -10px;
  right: 10px;
  border-radius: 20px;
  width: 26px;
  height: 26px;
  padding: 4px 3px;
  background: #fff;
  color: #1f79a0;
  transition: all .1s ease; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  transform: scale(1.5);
  box-shadow: 0 4px 10px -5px #000;
  background: #1f79a0;
  color: #fff; }

.ui-dialog .ui-dialog-content {
  padding: 20px;
  overflow: auto;
  max-height: calc(100vh - 130px); }

.ui-dialog .ui-dialog-content .ui-dialog-overflow {
  overflow: auto;
  max-height: calc(100vh - 300px);
  padding: 20px;
  margin: -20px; }

.ui-dialog .ui-dialog-content p-footer {
  width: calc(100% + 40px);
  margin: -20px;
  margin-top: 20px; }

.ui-dialog .ui-dialog-footer {
  padding: 0; }

.ui-dialog p-footer {
  background: #edf3f8;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 15px 20px;
  margin-top: 0;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  float: left; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
app-calendar {
  width: 100%; }

.ui-calendar {
  width: 100%;
  display: flex; }

.ui-calendar .ui-button {
  position: relative; }

.ui-calendar .ui-button .ui-button-text {
  display: none; }

.ui-calendar .ui-button .ui-button-icon-left {
  margin: 0;
  margin-left: 2px;
  left: 0;
  position: relative; }

.ui-calendar .ui-datepicker {
  background: #FFF;
  right: 0px !important;
  left: auto !important;
  padding: 0; }

.ui-calendar .ui-datepicker .ui-datepicker-header.ui-widget-header {
  background: #d3dfea;
  border: 1px solid #d9d9d9;
  color: #1b1d1f;
  font-weight: normal; }

.ui-calendar .ui-datepicker .ui-datepicker-calendar thead {
  text-transform: uppercase; }

.ui-calendar .ui-datepicker .ui-datepicker-calendar td {
  border-bottom: 1px solid rgba(213, 213, 213, 0.5);
  padding: 0; }
  .ui-calendar .ui-datepicker .ui-datepicker-calendar td a {
    color: #222222;
    padding: 0.4em;
    text-align: center; }
    .ui-calendar .ui-datepicker .ui-datepicker-calendar td a.ui-state-highlight {
      background-color: #d3dfea; }
    .ui-calendar .ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
      background: #2693c2;
      color: #ffffff; }
    .ui-calendar .ui-datepicker .ui-datepicker-calendar td a:hover {
      color: #ffffff;
      background: #2693c2; }

.ui-calendar .ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
  cursor: default !important; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
p-chips {
  width: 100%; }

p-chips .ui-chips {
  height: 58px !important;
  position: relative; }

p-chips .ui-chips .ui-inputtext, p-chips .ui-chips p-fileupload .ui-fileupload, p-fileupload p-chips .ui-chips .ui-fileupload {
  overflow: hidden !important;
  position: relative !important;
  box-sizing: border-box;
  height: 58px !important;
  padding-top: 26px !important;
  padding-bottom: 3px !important; }

p-chips .ui-chips .ui-inputtext:before, p-chips .ui-chips p-fileupload .ui-fileupload:before, p-fileupload p-chips .ui-chips .ui-fileupload:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: calc(100% - 53px);
  left: 0;
  bottom: 0;
  z-index: 1; }

p-chips .ui-chips .ui-inputtext.ui-state-focus, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload, p-chips .ui-chips .ui-inputtext:active, p-chips .ui-chips p-fileupload .ui-fileupload:active, p-fileupload p-chips .ui-chips .ui-fileupload:active {
  overflow: hidden !important;
  padding-top: 26px !important;
  height: auto !important;
  z-index: 8 !important; }

p-chips .ui-chips .ui-inputtext.ui-state-focus:before, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload:before, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload:before, p-chips .ui-chips .ui-inputtext:active:before, p-chips .ui-chips p-fileupload .ui-fileupload:active:before, p-fileupload p-chips .ui-chips .ui-fileupload:active:before {
  z-index: 0; }

p-chips .ui-chips .ui-inputtext.ui-state-focus .ui-chips-input-token input, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload .ui-chips-input-token input, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload .ui-chips-input-token input, p-chips .ui-chips .ui-inputtext:active .ui-chips-input-token input, p-chips .ui-chips p-fileupload .ui-fileupload:active .ui-chips-input-token input, p-fileupload p-chips .ui-chips .ui-fileupload:active .ui-chips-input-token input {
  background: #edf3f8; }

p-chips .ui-chips .ui-chips-token {
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-right: 3px;
  margin-top: 2px;
  position: relative;
  float: left !important; }

p-chips .ui-chips .ui-chips-token:hover .ui-chips-token-icon {
  opacity: 1;
  z-index: 1; }

p-chips .ui-chips .ui-chips-token .ui-chips-token-label {
  background: #6ba6bf;
  color: #FFF;
  border-radius: 2px;
  padding: 4px 10px;
  position: relative;
  font-size: 12px;
  height: auto;
  cursor: pointer;
  line-height: initial;
  margin: 0; }

p-chips .ui-chips .ui-chips-token .ui-chips-token-icon {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 !important;
  background: rgba(59, 114, 137, 0.8);
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 7px;
  opacity: 0;
  transition: all 0.1s ease;
  border-radius: 2px;
  color: #fff; }

p-chips .ui-chips .ui-chips-input-token {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 1px; }

p-chips .ui-chips .ui-chips-input-token input {
  border-radius: 2px;
  padding: 4px 10px;
  position: relative;
  font-size: 12px;
  height: auto;
  line-height: initial;
  margin: 0; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
.input-group .btn, .input-group .ui-spinner .ui-spinner-button, .ui-spinner .input-group .ui-spinner-button,
.input-group .btn-group-addon, .ui-calendar .ui-button, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose {
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: auto !important;
  border-left: 0px !important;
  transition: all .1s ease;
  /*margin-left: 1px;
        margin-right: -1px;*/
  margin: 0px;
  z-index: 5; }

.input-group .btn:hover, .input-group .ui-spinner .ui-spinner-button:hover, .ui-spinner .input-group .ui-spinner-button:hover,
.input-group .btn-group-addon:hover, .ui-calendar .ui-button:hover, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:hover, .input-group .btn:focus, .input-group .ui-spinner .ui-spinner-button:focus, .ui-spinner .input-group .ui-spinner-button:focus,
.input-group .btn-group-addon:focus, .ui-calendar .ui-button:focus, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:focus, .input-group .btn:active, .input-group .ui-spinner .ui-spinner-button:active, .ui-spinner .input-group .ui-spinner-button:active,
.input-group .btn-group-addon:active, .ui-calendar .ui-button:active, p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:active {
  box-shadow: none !important;
  border-left: 0px !important; }

.ui-datatable tbody tr td.kebab-column .btn-kebab,
.ui-datatable tbody tr td.kebab-column .btn-kebab-view {
  width: auto !important;
  height: auto !important;
  pointer-events: none;
  background: none !important;
  border: none !important;
  color: #13496a;
  margin: 0px !important;
  min-width: auto !important;
  z-index: 1; }

.form-inline .form-group .form-control, .ui-inputtext:not(.ui-dropdown-filter), p-fileupload .ui-fileupload:not(.ui-dropdown-filter), p-dropdown .ui-dropdown .ui-dropdown-label {
  transition: all 0.2s linear !important;
  height: 58px;
  min-height: 58px;
  padding: 25px 12px 0 9px !important;
  margin: 0 !important;
  display: block !important;
  font-size: 14px !important;
  color: #555 !important;
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  border-left-width: 0px !important;
  width: 100%;
  position: relative;
  z-index: 5; }

.input-single, .ui-datatable thead.ui-datatable-thead tr th .ui-inputtext, .ui-datatable thead.ui-datatable-thead tr th p-fileupload .ui-fileupload, p-fileupload .ui-datatable thead.ui-datatable-thead tr th .ui-fileupload {
  height: 38px;
  min-height: auto;
  border-bottom-width: 2px !important;
  box-shadow: none !important;
  padding: 6px 12px !important;
  border-radius: 0px !important;
  border-left-width: 1px !important; }

.form-inline .form-group .form-control:focus, .ui-inputwrapper-focus .ui-inputtext, .ui-inputwrapper-focus p-fileupload .ui-fileupload, p-fileupload .ui-inputwrapper-focus .ui-fileupload, p-dropdown .ui-dropdown.ui-dropdown-open, p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-label, p-chips .ui-chips .ui-inputtext.ui-state-focus, p-chips .ui-chips p-fileupload .ui-state-focus.ui-fileupload, p-fileupload p-chips .ui-chips .ui-state-focus.ui-fileupload, p-chips .ui-chips .ui-inputtext:active, p-chips .ui-chips p-fileupload .ui-fileupload:active, p-fileupload p-chips .ui-chips .ui-fileupload:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  outline: 0;
  transition: all 0.2s linear;
  border-color: #66afe9 !important;
  position: relative;
  z-index: 6; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid, .form-inline .form-group .control-label-textarea.ng-invalid, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-label {
  background-color: rgba(242, 217, 217, 0.6) !important;
  border-color: #e09f9f !important;
  color: #e09f9f !important; }

.form-inline .form-group .form-control.ng-dirty.ng-invalid:focus, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open, p-dropdown.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open, p-multiselect.ng-dirty.ng-invalid .ui-dropdown-open .ui-dropdown-label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e09f9f !important; }

.form-inline .form-group .form-control:disabled, .form-inline .form-group .form-control[disabled], .form-inline .form-group .form-control[read-only], .form-inline .form-group .form-control[readonly], .form-inline .form-group .control-label-textarea:disabled, .form-inline .form-group .control-label-textarea[disabled], .form-inline .form-group .control-label-textarea[read-only], .form-inline .form-group .control-label-textarea[readonly], .ui-inputtext:disabled, p-fileupload .ui-fileupload:disabled, .ui-inputtext[disabled], p-fileupload .ui-fileupload[disabled], .ui-inputtext[read-only], p-fileupload .ui-fileupload[read-only], .ui-inputtext[readonly], p-fileupload .ui-fileupload[readonly], p-dropdown .ui-dropdown.ui-state-disabled, p-dropdown .ui-dropdown:disabled, p-dropdown .ui-dropdown[disabled], p-dropdown .ui-dropdown[read-only], p-dropdown .ui-dropdown[readonly] {
  opacity: 0.5 !important;
  background-color: #eee;
  cursor: not-allowed !important; }

.control-label {
  pointer-events: none;
  transition: all 0.2s linear;
  position: absolute;
  color: #979797;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 10px;
  top: 7px;
  left: 0;
  z-index: 7;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px; }
  .is-invalid.control-label, .ng-invalid.control-label {
    color: #c03f3f !important; }
  .is-required.control-label:after, .ng-required.control-label:after {
    content: "*";
    position: absolute;
    right: 8px;
    color: #c03f3f;
    z-index: 7;
    font-size: 12px;
    top: -4px;
    font-weight: 400; }
  .is-disabled.control-label, .ng-disabled.control-label {
    opacity: 0.5; }

.form-inline .form-group .form-control:focus ~ .ui-messages-info, .form-control:focus ~ .ui-messages-info, .ui-inputwrapper-focus ~ .ui-messages-info,
.form-inline .form-group .form-control:focus ~ .ui-messages-error,
.form-control:focus ~ .ui-messages-error,
.ui-inputwrapper-focus ~ .ui-messages-error {
  display: block !important; }

.ui-dialog .ui-dialog-titlebar {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  float: left;
  margin: 0px;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #13496a;
  font-weight: 500; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title i, .ui-confirmdialog .ui-dialog-content i:first-child {
  float: left;
  color: #fff;
  background: #6ba6bf;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 15px;
  line-height: normal !important; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items, .ui-dropdown-panel, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items {
  padding: 0 1px !important;
  background: #fff; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li, .ui-dropdown-panel li, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li {
  padding: 6px 9px; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li:hover, .ui-dropdown-panel li:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li:hover {
  background: #f5f5f5; }

p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight, .ui-dropdown-panel li.ui-state-highlight, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight {
  background-color: #66b4e3 !important;
  color: #fff !important; }
  p-dropdown .ui-dropdown.ui-dropdown-open .ui-dropdown-panel ul.ui-dropdown-items li.ui-state-highlight:hover, .ui-dropdown-panel li.ui-state-highlight:hover, p-autocomplete .ui-autocomplete ul.ui-autocomplete-items li.ui-state-highlight:hover {
    background-color: #3b9fdb !important; }

.card .footer, .data-card table tbody tr .footer, .tooltip .footer, .ui-datalist .ui-datalist-content .ui-datalist-data li .footer,
.card .panel-footer,
.data-card table tbody tr .panel-footer,
.tooltip .panel-footer,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-footer,
.panel .footer,
.panel .panel-footer {
  padding: 10px;
  background: #edf3f8;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px;
  float: left;
  margin-top: 10px; }

.panel-line.card .panel-heading, .data-card table tbody tr.panel-line .panel-heading, .panel-line.tooltip .panel-heading, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-line .panel-heading, .panel-line.panel .panel-heading, .data-card table tbody tr td div.panel-line .panel-heading {
  border-bottom: 1px solid #dfe5e8; }

.card > .header, .data-card table tbody tr > .header, .tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header, .panel > .header, .data-card table tbody tr td div > .header,
.card .panel-heading,
.data-card table tbody tr .panel-heading,
.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading,
.panel .panel-heading {
  padding: 10px;
  font-size: 16px;
  color: #13496a; }

.card > .header i, .data-card table tbody tr > .header i, .tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li > .header i, .panel > .header i, .data-card table tbody tr td div > .header i,
.card .panel-heading i,
.data-card table tbody tr .panel-heading i,
.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li .panel-heading i,
.panel .panel-heading i {
  color: #c0d3db;
  margin-right: 10px; }

.bar.card, .data-card table tbody tr.bar, .bar.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar,
.bar.panel, .data-card table tbody tr td div.bar {
  border-left: 2px solid; }

.bar.card .header, .data-card table tbody tr.bar .header, .bar.tooltip .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header, .bar.panel .header, .data-card table tbody tr td div.bar .header,
.bar.card .panel-heading,
.data-card table tbody tr.bar .panel-heading,
.bar.tooltip .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading,
.bar.panel .panel-heading,
.data-card table tbody tr td div.bar .panel-heading {
  background: transparent !important;
  color: #13496a; }

.bar.card .header i, .data-card table tbody tr.bar .header i, .bar.tooltip .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar .header i, .bar.panel .header i, .data-card table tbody tr td div.bar .header i,
.bar.card .panel-heading i,
.data-card table tbody tr.bar .panel-heading i,
.bar.tooltip .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.bar .panel-heading i,
.bar.panel .panel-heading i,
.data-card table tbody tr td div.bar .panel-heading i {
  color: #c0d3db !important; }

.bar.default.card, .data-card table tbody tr.bar.default, .bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.default,
.bar.default.panel, .data-card table tbody tr td div.bar.default {
  border-color: #777777; }

.default.card > .header, .data-card table tbody tr.default > .header, .default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header, .default.panel > .header, .data-card table tbody tr td div.default > .header,
.default.card > .panel-heading,
.data-card table tbody tr.default > .panel-heading,
.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading,
.default.panel > .panel-heading,
.data-card table tbody tr td div.default > .panel-heading, .panel-default.card > .header, .data-card table tbody tr.panel-default > .header, .panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header, .panel-default.panel > .header, .data-card table tbody tr td div.panel-default > .header,
.panel-default.card > .panel-heading,
.data-card table tbody tr.panel-default > .panel-heading,
.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading,
.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.panel-default > .panel-heading {
  background: #777777;
  color: #FFF;
  border-radius: 0; }

.default.card > .header i, .data-card table tbody tr.default > .header i, .default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.default > .header i, .default.panel > .header i, .data-card table tbody tr td div.default > .header i,
.default.card > .panel-heading i,
.data-card table tbody tr.default > .panel-heading i,
.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.default > .panel-heading i,
.default.panel > .panel-heading i,
.data-card table tbody tr td div.default > .panel-heading i, .panel-default.card > .header i, .data-card table tbody tr.panel-default > .header i, .panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .header i, .panel-default.panel > .header i, .data-card table tbody tr td div.panel-default > .header i,
.panel-default.card > .panel-heading i,
.data-card table tbody tr.panel-default > .panel-heading i,
.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-default > .panel-heading i,
.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.panel-default > .panel-heading i {
  color: #FFF; }

.bar.success.card, .data-card table tbody tr.bar.success, .bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.success,
.bar.success.panel, .data-card table tbody tr td div.bar.success {
  border-color: #459f47; }

.success.card > .header, .data-card table tbody tr.success > .header, .success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header, .success.panel > .header, .data-card table tbody tr td div.success > .header,
.success.card > .panel-heading,
.data-card table tbody tr.success > .panel-heading,
.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading,
.success.panel > .panel-heading,
.data-card table tbody tr td div.success > .panel-heading, .panel-success.card > .header, .data-card table tbody tr.panel-success > .header, .panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header, .panel-success.panel > .header, .data-card table tbody tr td div.panel-success > .header,
.panel-success.card > .panel-heading,
.data-card table tbody tr.panel-success > .panel-heading,
.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading,
.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.panel-success > .panel-heading {
  background: #459f47;
  color: #FFF;
  border-radius: 0; }

.success.card > .header i, .data-card table tbody tr.success > .header i, .success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.success > .header i, .success.panel > .header i, .data-card table tbody tr td div.success > .header i,
.success.card > .panel-heading i,
.data-card table tbody tr.success > .panel-heading i,
.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.success > .panel-heading i,
.success.panel > .panel-heading i,
.data-card table tbody tr td div.success > .panel-heading i, .panel-success.card > .header i, .data-card table tbody tr.panel-success > .header i, .panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .header i, .panel-success.panel > .header i, .data-card table tbody tr td div.panel-success > .header i,
.panel-success.card > .panel-heading i,
.data-card table tbody tr.panel-success > .panel-heading i,
.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-success > .panel-heading i,
.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.panel-success > .panel-heading i {
  color: #FFF; }

.bar.danger.card, .data-card table tbody tr.bar.danger, .bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.danger,
.bar.danger.panel, .data-card table tbody tr td div.bar.danger {
  border-color: #a63837; }

.danger.card > .header, .data-card table tbody tr.danger > .header, .danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header, .danger.panel > .header, .data-card table tbody tr td div.danger > .header,
.danger.card > .panel-heading,
.data-card table tbody tr.danger > .panel-heading,
.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading,
.danger.panel > .panel-heading,
.data-card table tbody tr td div.danger > .panel-heading, .panel-danger.card > .header, .data-card table tbody tr.panel-danger > .header, .panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header, .panel-danger.panel > .header, .data-card table tbody tr td div.panel-danger > .header,
.panel-danger.card > .panel-heading,
.data-card table tbody tr.panel-danger > .panel-heading,
.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading,
.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.panel-danger > .panel-heading {
  background: #a63837;
  color: #FFF;
  border-radius: 0; }

.danger.card > .header i, .data-card table tbody tr.danger > .header i, .danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .header i, .danger.panel > .header i, .data-card table tbody tr td div.danger > .header i,
.danger.card > .panel-heading i,
.data-card table tbody tr.danger > .panel-heading i,
.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.danger > .panel-heading i,
.danger.panel > .panel-heading i,
.data-card table tbody tr td div.danger > .panel-heading i, .panel-danger.card > .header i, .data-card table tbody tr.panel-danger > .header i, .panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .header i, .panel-danger.panel > .header i, .data-card table tbody tr td div.panel-danger > .header i,
.panel-danger.card > .panel-heading i,
.data-card table tbody tr.panel-danger > .panel-heading i,
.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-danger > .panel-heading i,
.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.panel-danger > .panel-heading i {
  color: #FFF; }

.bar.warning.card, .data-card table tbody tr.bar.warning, .bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.warning,
.bar.warning.panel, .data-card table tbody tr td div.bar.warning {
  border-color: #f0ad4e; }

.warning.card > .header, .data-card table tbody tr.warning > .header, .warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header, .warning.panel > .header, .data-card table tbody tr td div.warning > .header,
.warning.card > .panel-heading,
.data-card table tbody tr.warning > .panel-heading,
.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading,
.warning.panel > .panel-heading,
.data-card table tbody tr td div.warning > .panel-heading, .panel-warning.card > .header, .data-card table tbody tr.panel-warning > .header, .panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header, .panel-warning.panel > .header, .data-card table tbody tr td div.panel-warning > .header,
.panel-warning.card > .panel-heading,
.data-card table tbody tr.panel-warning > .panel-heading,
.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading,
.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.panel-warning > .panel-heading {
  background: #f0ad4e;
  color: #FFF;
  border-radius: 0; }

.warning.card > .header i, .data-card table tbody tr.warning > .header i, .warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .header i, .warning.panel > .header i, .data-card table tbody tr td div.warning > .header i,
.warning.card > .panel-heading i,
.data-card table tbody tr.warning > .panel-heading i,
.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.warning > .panel-heading i,
.warning.panel > .panel-heading i,
.data-card table tbody tr td div.warning > .panel-heading i, .panel-warning.card > .header i, .data-card table tbody tr.panel-warning > .header i, .panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .header i, .panel-warning.panel > .header i, .data-card table tbody tr td div.panel-warning > .header i,
.panel-warning.card > .panel-heading i,
.data-card table tbody tr.panel-warning > .panel-heading i,
.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-warning > .panel-heading i,
.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.panel-warning > .panel-heading i {
  color: #FFF; }

.bar.info.card, .data-card table tbody tr.bar.info, .bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.bar.info,
.bar.info.panel, .data-card table tbody tr td div.bar.info {
  border-color: #6ba6bf; }

.info.card > .header, .data-card table tbody tr.info > .header, .info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header, .info.panel > .header, .data-card table tbody tr td div.info > .header,
.info.card > .panel-heading,
.data-card table tbody tr.info > .panel-heading,
.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading,
.info.panel > .panel-heading,
.data-card table tbody tr td div.info > .panel-heading, .panel-info.card > .header, .data-card table tbody tr.panel-info > .header, .panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header, .panel-info.panel > .header, .data-card table tbody tr td div.panel-info > .header,
.panel-info.card > .panel-heading,
.data-card table tbody tr.panel-info > .panel-heading,
.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading,
.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.panel-info > .panel-heading {
  background: #6ba6bf;
  color: #13496a;
  border-radius: 0; }

.info.card > .header i, .data-card table tbody tr.info > .header i, .info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.info > .header i, .info.panel > .header i, .data-card table tbody tr td div.info > .header i,
.info.card > .panel-heading i,
.data-card table tbody tr.info > .panel-heading i,
.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.info > .panel-heading i,
.info.panel > .panel-heading i,
.data-card table tbody tr td div.info > .panel-heading i, .panel-info.card > .header i, .data-card table tbody tr.panel-info > .header i, .panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .header i, .panel-info.panel > .header i, .data-card table tbody tr td div.panel-info > .header i,
.panel-info.card > .panel-heading i,
.data-card table tbody tr.panel-info > .panel-heading i,
.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.panel-info > .panel-heading i,
.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.panel-info > .panel-heading i {
  color: #13496a; }

.light.bar.default.card, .data-card table tbody tr.light.bar.default, .light.bar.default.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.default,
.light.bar.default.panel, .data-card table tbody tr td div.light.bar.default {
  border-color: #eaeaea; }

.light.default.card > .header, .data-card table tbody tr.light.default > .header, .light.default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header, .light.default.panel > .header, .data-card table tbody tr td div.light.default > .header,
.light.default.card > .panel-heading,
.data-card table tbody tr.light.default > .panel-heading,
.light.default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading,
.light.default.panel > .panel-heading,
.data-card table tbody tr td div.light.default > .panel-heading, .light.panel-default.card > .header, .data-card table tbody tr.light.panel-default > .header, .light.panel-default.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header, .light.panel-default.panel > .header, .data-card table tbody tr td div.light.panel-default > .header,
.light.panel-default.card > .panel-heading,
.data-card table tbody tr.light.panel-default > .panel-heading,
.light.panel-default.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading,
.light.panel-default.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-default > .panel-heading {
  background: #eaeaea;
  color: #777777;
  border-radius: 0; }

.light.default.card > .header i, .data-card table tbody tr.light.default > .header i, .light.default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .header i, .light.default.panel > .header i, .data-card table tbody tr td div.light.default > .header i,
.light.default.card > .panel-heading i,
.data-card table tbody tr.light.default > .panel-heading i,
.light.default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.default > .panel-heading i,
.light.default.panel > .panel-heading i,
.data-card table tbody tr td div.light.default > .panel-heading i, .light.panel-default.card > .header i, .data-card table tbody tr.light.panel-default > .header i, .light.panel-default.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .header i, .light.panel-default.panel > .header i, .data-card table tbody tr td div.light.panel-default > .header i,
.light.panel-default.card > .panel-heading i,
.data-card table tbody tr.light.panel-default > .panel-heading i,
.light.panel-default.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-default > .panel-heading i,
.light.panel-default.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-default > .panel-heading i {
  color: #777777; }

.light.bar.success.card, .data-card table tbody tr.light.bar.success, .light.bar.success.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.success,
.light.bar.success.panel, .data-card table tbody tr td div.light.bar.success {
  border-color: #d1ded1; }

.light.success.card > .header, .data-card table tbody tr.light.success > .header, .light.success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header, .light.success.panel > .header, .data-card table tbody tr td div.light.success > .header,
.light.success.card > .panel-heading,
.data-card table tbody tr.light.success > .panel-heading,
.light.success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading,
.light.success.panel > .panel-heading,
.data-card table tbody tr td div.light.success > .panel-heading, .light.panel-success.card > .header, .data-card table tbody tr.light.panel-success > .header, .light.panel-success.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header, .light.panel-success.panel > .header, .data-card table tbody tr td div.light.panel-success > .header,
.light.panel-success.card > .panel-heading,
.data-card table tbody tr.light.panel-success > .panel-heading,
.light.panel-success.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading,
.light.panel-success.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-success > .panel-heading {
  background: #d1ded1;
  color: #459f47;
  border-radius: 0; }

.light.success.card > .header i, .data-card table tbody tr.light.success > .header i, .light.success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .header i, .light.success.panel > .header i, .data-card table tbody tr td div.light.success > .header i,
.light.success.card > .panel-heading i,
.data-card table tbody tr.light.success > .panel-heading i,
.light.success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.success > .panel-heading i,
.light.success.panel > .panel-heading i,
.data-card table tbody tr td div.light.success > .panel-heading i, .light.panel-success.card > .header i, .data-card table tbody tr.light.panel-success > .header i, .light.panel-success.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .header i, .light.panel-success.panel > .header i, .data-card table tbody tr td div.light.panel-success > .header i,
.light.panel-success.card > .panel-heading i,
.data-card table tbody tr.light.panel-success > .panel-heading i,
.light.panel-success.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-success > .panel-heading i,
.light.panel-success.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-success > .panel-heading i {
  color: #459f47; }

.light.bar.danger.card, .data-card table tbody tr.light.bar.danger, .light.bar.danger.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.danger,
.light.bar.danger.panel, .data-card table tbody tr td div.light.bar.danger {
  border-color: #eadfde; }

.light.danger.card > .header, .data-card table tbody tr.light.danger > .header, .light.danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header, .light.danger.panel > .header, .data-card table tbody tr td div.light.danger > .header,
.light.danger.card > .panel-heading,
.data-card table tbody tr.light.danger > .panel-heading,
.light.danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading,
.light.danger.panel > .panel-heading,
.data-card table tbody tr td div.light.danger > .panel-heading, .light.panel-danger.card > .header, .data-card table tbody tr.light.panel-danger > .header, .light.panel-danger.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header, .light.panel-danger.panel > .header, .data-card table tbody tr td div.light.panel-danger > .header,
.light.panel-danger.card > .panel-heading,
.data-card table tbody tr.light.panel-danger > .panel-heading,
.light.panel-danger.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading,
.light.panel-danger.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-danger > .panel-heading {
  background: #eadfde;
  color: #a63837;
  border-radius: 0; }

.light.danger.card > .header i, .data-card table tbody tr.light.danger > .header i, .light.danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .header i, .light.danger.panel > .header i, .data-card table tbody tr td div.light.danger > .header i,
.light.danger.card > .panel-heading i,
.data-card table tbody tr.light.danger > .panel-heading i,
.light.danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.danger > .panel-heading i,
.light.danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.danger > .panel-heading i, .light.panel-danger.card > .header i, .data-card table tbody tr.light.panel-danger > .header i, .light.panel-danger.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .header i, .light.panel-danger.panel > .header i, .data-card table tbody tr td div.light.panel-danger > .header i,
.light.panel-danger.card > .panel-heading i,
.data-card table tbody tr.light.panel-danger > .panel-heading i,
.light.panel-danger.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-danger > .panel-heading i,
.light.panel-danger.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-danger > .panel-heading i {
  color: #a63837; }

.light.bar.warning.card, .data-card table tbody tr.light.bar.warning, .light.bar.warning.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.warning,
.light.bar.warning.panel, .data-card table tbody tr td div.light.bar.warning {
  border-color: #ece5da; }

.light.warning.card > .header, .data-card table tbody tr.light.warning > .header, .light.warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header, .light.warning.panel > .header, .data-card table tbody tr td div.light.warning > .header,
.light.warning.card > .panel-heading,
.data-card table tbody tr.light.warning > .panel-heading,
.light.warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading,
.light.warning.panel > .panel-heading,
.data-card table tbody tr td div.light.warning > .panel-heading, .light.panel-warning.card > .header, .data-card table tbody tr.light.panel-warning > .header, .light.panel-warning.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header, .light.panel-warning.panel > .header, .data-card table tbody tr td div.light.panel-warning > .header,
.light.panel-warning.card > .panel-heading,
.data-card table tbody tr.light.panel-warning > .panel-heading,
.light.panel-warning.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading,
.light.panel-warning.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-warning > .panel-heading {
  background: #ece5da;
  color: #926c36;
  border-radius: 0; }

.light.warning.card > .header i, .data-card table tbody tr.light.warning > .header i, .light.warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .header i, .light.warning.panel > .header i, .data-card table tbody tr td div.light.warning > .header i,
.light.warning.card > .panel-heading i,
.data-card table tbody tr.light.warning > .panel-heading i,
.light.warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.warning > .panel-heading i,
.light.warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.warning > .panel-heading i, .light.panel-warning.card > .header i, .data-card table tbody tr.light.panel-warning > .header i, .light.panel-warning.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .header i, .light.panel-warning.panel > .header i, .data-card table tbody tr td div.light.panel-warning > .header i,
.light.panel-warning.card > .panel-heading i,
.data-card table tbody tr.light.panel-warning > .panel-heading i,
.light.panel-warning.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-warning > .panel-heading i,
.light.panel-warning.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-warning > .panel-heading i {
  color: #926c36; }

.light.bar.info.card, .data-card table tbody tr.light.bar.info, .light.bar.info.tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.bar.info,
.light.bar.info.panel, .data-card table tbody tr td div.light.bar.info {
  border-color: #d3e0ea; }

.light.info.card > .header, .data-card table tbody tr.light.info > .header, .light.info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header, .light.info.panel > .header, .data-card table tbody tr td div.light.info > .header,
.light.info.card > .panel-heading,
.data-card table tbody tr.light.info > .panel-heading,
.light.info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading,
.light.info.panel > .panel-heading,
.data-card table tbody tr td div.light.info > .panel-heading, .light.panel-info.card > .header, .data-card table tbody tr.light.panel-info > .header, .light.panel-info.tooltip > .header, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header, .light.panel-info.panel > .header, .data-card table tbody tr td div.light.panel-info > .header,
.light.panel-info.card > .panel-heading,
.data-card table tbody tr.light.panel-info > .panel-heading,
.light.panel-info.tooltip > .panel-heading,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading,
.light.panel-info.panel > .panel-heading,
.data-card table tbody tr td div.light.panel-info > .panel-heading {
  background: #d3e0ea;
  color: #13496a;
  border-radius: 0; }

.light.info.card > .header i, .data-card table tbody tr.light.info > .header i, .light.info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .header i, .light.info.panel > .header i, .data-card table tbody tr td div.light.info > .header i,
.light.info.card > .panel-heading i,
.data-card table tbody tr.light.info > .panel-heading i,
.light.info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.info > .panel-heading i,
.light.info.panel > .panel-heading i,
.data-card table tbody tr td div.light.info > .panel-heading i, .light.panel-info.card > .header i, .data-card table tbody tr.light.panel-info > .header i, .light.panel-info.tooltip > .header i, .ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .header i, .light.panel-info.panel > .header i, .data-card table tbody tr td div.light.panel-info > .header i,
.light.panel-info.card > .panel-heading i,
.data-card table tbody tr.light.panel-info > .panel-heading i,
.light.panel-info.tooltip > .panel-heading i,
.ui-datalist .ui-datalist-content .ui-datalist-data li.light.panel-info > .panel-heading i,
.light.panel-info.panel > .panel-heading i,
.data-card table tbody tr td div.light.panel-info > .panel-heading i {
  color: #13496a; }

.ui-confirmdialog {
  z-index: 9003 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 400px; }

.ui-confirmdialog .ui-dialog-titlebar .ui-dialog-title {
  padding-left: 45px !important; }

.ui-confirmdialog .ui-dialog-content {
  overflow: inherit !important;
  padding: 20px !important; }

.ui-confirmdialog .ui-dialog-content i:first-child {
  top: -44px !important;
  position: absolute;
  left: 20px; }

.ui-confirmdialog .ui-dialog-buttonpane {
  margin: 0px;
  padding: 0px; }

.ui-confirmdialog .ui-dialog-buttonpane p-footer {
  width: 100%;
  padding: 5px;
  margin: 0px;
  margin-bottom: -13px; }

.ui-confirmdialog .ui-dialog-footer p-footer button {
  float: right;
  margin-right: 5px; }

.ui-widget-overlay ~ .ui-widget-overlay {
  z-index: 9002 !important; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
p-paginator {
  text-align: right;
  display: block; }

p-paginator .ui-paginator {
  background: #f0f5f9;
  padding: 4px !important;
  border: 1px solid #e1e8ed !important;
  display: inline-block;
  margin-top: 10px; }

p-paginator .ui-paginator.ui-paginator-bottom {
  margin-right: 5px; }

p-paginator .ui-paginator .ui-paginator-element {
  color: #6ba6bf;
  text-align: center;
  width: 30px;
  margin: 0px;
  float: left;
  border-right: 1px solid #e1e8ed; }

p-paginator .ui-paginator .ui-paginator-element:last-child {
  border-right: none; }

p-paginator .ui-paginator .ui-paginator-element:not(.ui-state-disabled):hover {
  background: #e1e8ed; }

p-paginator .ui-paginator .ui-paginator-element.ui-state-disabled {
  cursor: not-allowed !important; }

p-paginator .ui-paginator .ui-paginator-element.ui-state-disabled span {
  opacity: .3; }

p-paginator .ui-paginator .ui-paginator-element span {
  font-size: 11px; }

p-paginator .ui-paginator .ui-paginator-pages {
  padding: 0px;
  margin: 0px;
  float: left;
  border-right: 1px solid #e1e8ed; }

p-paginator .ui-paginator .ui-paginator-pages a {
  color: #767676;
  padding: 2px; }

p-paginator .ui-paginator .ui-paginator-pages a.ui-state-active {
  background: #f8842a !important;
  color: #fff !important; }

.ui-accordion .ui-accordion .ui-accordion-header {
  background: #417f9a; }
  .ui-accordion .ui-accordion .ui-accordion-header.ui-state-active, .ui-accordion .ui-accordion .ui-accordion-header:hover {
    background: #285f77; }

.ui-accordion .ui-accordion-header {
  background: #6ba6bf;
  padding: 15px;
  font-weight: 400;
  transition: linear all .1s; }

.ui-accordion .ui-accordion-header a {
  color: #fff;
  text-decoration: none; }

.ui-accordion .ui-accordion-header .fa {
  color: #fff;
  margin-left: 6px; }

.ui-accordion .ui-accordion-header.ui-state-active, .ui-accordion .ui-accordion-header:hover {
  background: #417f9a; }

.ui-accordion .ui-accordion-content-wrapper {
  background: #fff;
  border: 1px solid #d4dce1;
  margin-bottom: 5px; }

.ui-tabview {
  padding: 0 !important; }

.ui-tabview .ui-tabview-nav {
  padding: 0 !important; }

.ui-tabview .ui-tabview-nav .ui-state-default {
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  color: #6ba6bf; }

.ui-tabview .ui-tabview-nav .ui-state-default a {
  color: inherit; }

.ui-tabview .ui-tabview-nav .ui-state-default a .ui-tabview-left-icon ~ .ui-tabview-title {
  margin-left: 5px; }

.ui-tabview .ui-tabview-nav .ui-state-default.ui-state-active {
  background: #fff;
  box-shadow: 0 -2px 2px 1px #ddd !important;
  color: #093854; }

.ui-tabview .ui-tabview-nav .ui-state-default.ui-state-active:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -2px;
  background: #ffa751; }

.ui-tabview .ui-tabview-panels {
  background: #FFF;
  box-shadow: 0 0 2px 1px #ddd !important; }

.ui-tabview .ui-tabview-panels .footer {
  background: #edf3f8;
  display: inline-block;
  position: relative;
  margin-top: 0;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  padding: 10px;
  margin: -14px;
  margin-top: 20px;
  width: calc(100% + 28px);
  margin-bottom: -21px; }

.ui-tabview.ui-tabview-left .ui-tabview-nav {
  width: 17%; }

.ui-tabview.ui-tabview-left .ui-tabview-nav .ui-state-default {
  width: 100% !important; }

.ui-tabview.ui-tabview-left .ui-tabview-nav .ui-state-default a {
  padding: .5em 0px; }

.ui-tabview.ui-tabview-left .ui-tabview-nav .ui-state-default.ui-state-active {
  box-shadow: -3px 0px 2px 1px #ddd !important; }
  .ui-tabview.ui-tabview-left .ui-tabview-nav .ui-state-default.ui-state-active:before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: -2px;
    top: 0;
    background: #ffa751; }

.ui-tabview.ui-tabview-left .ui-tabview-panels {
  width: 83%;
  min-height: 400px; }

.ui-contextmenu {
  position: absolute;
  display: none;
  z-index: 100000;
  margin-top: -60px !important;
  background: #FFF;
  border: 1px solid #ccc !important;
  min-width: 250px !important;
  padding: 0px !important; }

.ui-contextmenu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ccc;
  position: absolute;
  top: -5px; }

.ui-contextmenu .ui-menuitem {
  margin: 0px; }

.ui-contextmenu .ui-menuitem .ui-menuitem-link {
  color: #797979;
  padding: 10px 5px; }

.ui-contextmenu .ui-menuitem .ui-menuitem-link:hover {
  background: #eaeff2; }

.ui-contextmenu .ui-menuitem .ui-menuitem-link .ui-menuitem-icon {
  width: 20px;
  text-align: center;
  margin-right: 5px; }

.ui-contextmenu .ui-menuitem .ui-menuitem-link .ui-menuitem-text {
  font-size: 13px !important; }

p-autocomplete {
  display: flex;
  width: 100%; }

p-autocomplete .ui-autocomplete {
  width: 100%;
  background: #FFF; }
  p-autocomplete .ui-autocomplete:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    cursor: default;
    right: 10px;
    top: 30px;
    z-index: 7;
    color: #d3dfea; }

p-autocomplete .ui-autocomplete .ui-inputtext, p-autocomplete .ui-autocomplete p-fileupload .ui-fileupload, p-fileupload p-autocomplete .ui-autocomplete .ui-fileupload {
  padding-right: 30px !important; }

/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
app-file-upload {
  width: 100%;
  display: inline-block; }

p-fileupload .ui-fileupload {
  width: calc(100% - 200px) !important; }

p-fileupload .ui-fileupload .ui-progressbar {
  height: 100% !important;
  top: 0 !important;
  width: calc(200px - 1px) !important;
  right: -200px !important;
  left: auto !important;
  margin-right: 2px !important; }

p-fileupload .ui-fileupload .ui-fileupload-content {
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline-block;
  position: initial !important; }

p-fileupload .ui-fileupload .ui-fileupload-content .fileupload-list-content {
  list-style-type: none; }

p-fileupload .ui-fileupload .ui-fileupload-content .fileupload-list-content li {
  display: flex;
  height: auto;
  top: 0;
  position: absolute;
  width: 100%;
  left: 0; }

p-fileupload .ui-fileupload .ui-fileupload-content .fileupload-list-content span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  margin-top: 3px;
  position: relative;
  height: auto;
  margin-top: 29px;
  padding: 0 0 0 9px; }

p-fileupload .ui-fileupload .ui-fileupload-content .fileupload-list-content button {
  width: 30px !important;
  min-width: auto !important;
  position: relative;
  float: left;
  right: auto !important;
  height: 57px;
  top: 0px;
  right: auto !important; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar {
  margin: 0;
  padding: 0;
  position: absolute;
  height: calc(100% + 2px);
  top: -1px;
  right: 0;
  margin-right: calc(-200px - 1px) !important;
  width: 200px !important;
  display: flex; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose[disabled='true'], p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose:disabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
  background-color: #eee;
  cursor: not-allowed !important; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose[disabled='false'] {
  opacity: 1 !important; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose {
  width: 100%;
  display: table;
  height: 58px !important; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose .ui-button-text {
  display: table-cell;
  vertical-align: middle; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose .ui-button-icon-left:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  cursor: default; }

p-fileupload .ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose .ui-button-icon-left + .ui-button-text {
  margin-left: 10px; }

p-fileupload .ui-fileupload .ui-messages {
  padding-right: 30px;
  padding-left: 23px;
  line-height: 14px; }

p-fileupload .ui-fileupload .ui-messages .ui-messages-icon {
  position: absolute;
  top: 9px;
  left: 2px; }

p-fileupload .ui-fileupload .ui-messages .ui-messages-icon:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  cursor: default; }

p-fileupload .ui-fileupload .ui-messages li span {
  display: block;
  font-weight: normal; }

p-fileupload .ui-fileupload.ui-fileupload-hide-files-list .ui-fileupload-choose {
  height: auto !important; }

p-fileupload .ui-fileupload.ui-fileupload-hide-files-list, p-fileupload .ui-fileupload.ui-fileupload-multiple {
  width: 100% !important; }

p-fileupload .ui-fileupload.ui-fileupload-hide-files-list .ui-progressbar, p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-progressbar {
  height: 25px !important;
  top: 30px !important;
  width: 100% !important;
  right: auto !important;
  left: 0 !important; }

p-fileupload .ui-fileupload.ui-fileupload-hide-files-list .ui-fileupload-buttonbar, p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-buttonbar {
  margin-right: 0 !important;
  width: calc(100% + 1px) !important;
  height: 26px;
  bottom: 0;
  left: 0px;
  top: auto; }

p-fileupload .ui-fileupload.ui-fileupload-multiple {
  padding: 0 !important; }

p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-content .fileupload-list-content {
  border: 1px solid #ccc;
  border-top: 0;
  position: relative;
  margin-top: 55px;
  width: calc(100% + 2px);
  left: -1px;
  background: #FFF;
  box-shadow: 0 2px 5px -3px; }

p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-content .fileupload-list-content li {
  display: flex;
  width: 100%;
  position: relative;
  border-bottom: 1px dotted #ccc;
  padding: 5px 10px;
  font-size: 13px; }

p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-content .fileupload-list-content li:last-child {
  border: none;
  margin-bottom: 0; }

p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-content .fileupload-list-content li span {
  float: none !important;
  word-break: break-all;
  line-height: 16px;
  width: 100%;
  margin-top: 4px; }

p-fileupload .ui-fileupload.ui-fileupload-multiple .ui-fileupload-content .fileupload-list-content li button {
  position: relative;
  top: 0;
  width: 25px;
  height: 25px;
  min-width: auto;
  right: auto !important; }

.ui-progressbar {
  height: 3px;
  z-index: 9;
  top: 0;
  background: #d3dfea; }

.ui-progressbar .ui-progressbar-value {
  background: #6ba6bf; }

.ui-spinner .ui-spinner-button {
  z-index: 6;
  height: 30px;
  float: inherit;
  position: absolute;
  min-width: auto; }
  .ui-spinner .ui-spinner-button:hover, .ui-spinner .ui-spinner-button:focus {
    box-shadow: none !important;
    border-left: 0px !important; }

p-inputswitch {
  display: flex; }

p-inputswitch .ui-inputswitch {
  border-radius: 25px;
  border: 1px solid #b7cbdd;
  background: #edf3f8;
  min-width: 50px;
  height: 25px; }

p-inputswitch .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-on {
  width: 100% !important;
  padding-left: 10px; }

p-inputswitch .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-handle {
  margin-left: -5px;
  background: #ffffff; }

p-inputswitch .ui-inputswitch .ui-inputswitch-offlabel,
p-inputswitch .ui-inputswitch .ui-inputswitch-onlabel {
  margin-right: 0px;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  margin: 0 10px; }

p-inputswitch .ui-inputswitch .ui-inputswitch-on {
  background: #5bbe5d;
  transition: all .1s ease-in-out; }

p-inputswitch .ui-inputswitch .ui-inputswitch-on .ui-inputswitch-onlabel {
  color: #bbf1bc;
  text-align: left !important; }

p-inputswitch .ui-inputswitch .ui-inputswitch-off {
  margin-right: 10px;
  transition: all .1s ease-in-out; }

p-inputswitch .ui-inputswitch .ui-inputswitch-off .ui-inputswitch-offlabel {
  color: #b7cbdd;
  text-align: right !important; }

p-inputswitch .ui-inputswitch .ui-inputswitch-handle {
  border-radius: 32px;
  width: 15px !important;
  height: 15px !important;
  background: #9bb4cc;
  top: 4px;
  margin-left: 4px;
  transition: all .1s ease-in-out; }

p-radiobutton {
  margin-top: 3px;
  display: inline-block; }

p-radiobutton .ui-radiobutton-label {
  font-weight: normal !important;
  float: left;
  margin-right: 10px;
  cursor: pointer; }

p-radiobutton .ui-radiobutton {
  float: left;
  margin-right: 5px;
  margin-top: 3px; }

p-radiobutton .ui-radiobutton .ui-radiobutton-box {
  border: 1px solid #a8a8a8 !important;
  color: #6b6b6b !important;
  width: 12px;
  height: 12px;
  background: #dedede !important; }

p-radiobutton .ui-radiobutton .ui-radiobutton-box .ui-radiobutton-icon {
  margin-top: -2px; }

/* @extend %style-form-input; */
p-multiselect {
  display: inline-flex;
  width: 100%;
  padding: 0px !important; }

p-multiselect .ui-multiselect {
  width: 100%; }

p-multiselect .ui-multiselect-label-container {
  height: 58px;
  padding: 5px;
  padding-top: 18px;
  line-height: 1.2;
  background-color: #fff;
  border: solid 1px #ccc; }

p-multiselect .ui-multiselect-panel {
  width: 100%;
  background-color: #fff; }

p-multiselect .ui-multiselect-items .ui-multiselect-item {
  padding: 0px 3px !important;
  cursor: pointer !important; }

p-multiselect .ui-multiselect-items label {
  font-weight: normal;
  padding-top: 6px; }

p-multiselect .ui-multiselect-header {
  background: #f5f5f5;
  border-bottom: 1px solid #ccc; }
  p-multiselect .ui-multiselect-header .ui-multiselect-close {
    margin-right: 2px;
    color: #7d7d7d;
    margin-top: 2px; }
  p-multiselect .ui-multiselect-header .ui-multiselect-filter-container {
    width: calc(100% - 46px); }
    p-multiselect .ui-multiselect-header .ui-multiselect-filter-container .ui-inputtext, p-multiselect .ui-multiselect-header .ui-multiselect-filter-container p-fileupload .ui-fileupload, p-fileupload p-multiselect .ui-multiselect-header .ui-multiselect-filter-container .ui-fileupload {
      min-height: auto !important;
      padding-top: 0px !important;
      height: 30px !important; }
      p-multiselect .ui-multiselect-header .ui-multiselect-filter-container .ui-inputtext:not(.ui-dropdown-filter), p-multiselect .ui-multiselect-header .ui-multiselect-filter-container p-fileupload .ui-fileupload:not(.ui-dropdown-filter), p-fileupload p-multiselect .ui-multiselect-header .ui-multiselect-filter-container .ui-fileupload:not(.ui-dropdown-filter) {
        padding-top: 0px !important; }

[card] {
  box-shadow: 0 0 2px 1px #ddd;
  background-color: white;
  min-height: calc(100vh - 150px);
  padding: 10px;
  margin: 15px 0;
  overflow: hidden; }

.menu-lateral-fixed .inner-sidebar {
  box-shadow: none; }

.menu-lateral-fixed .main-content > div {
  width: calc(100% - 280px); }

.app-bar-horizontal .main-content {
  padding-left: 0 !important; }

.main-content > div {
  width: calc(100% - 30px);
  top: 75px;
  margin: 0 15px;
  position: relative;
  display: block;
  float: right;
  transition: all .1s ease-in-out; }

.main-content h1 {
  padding: 0;
  font-size: 1.8em;
  color: #333;
  font-weight: 300;
  margin: 0; }

.main-content [body] {
  box-shadow: 0 0 2px 1px #ddd;
  background-color: white;
  min-height: calc(100vh - 150px);
  padding: 10px;
  margin: 15px 0;
  overflow: hidden; }

.main-content .component-title {
  min-height: 42px;
  position: relative; }

.main-content .component-title .titulo {
  position: absolute;
  top: 0;
  left: 50px;
  padding-left: 15px;
  border-left: 1px solid #ffa751;
  height: 38px; }

.main-content .component-title .info-menu {
  display: inline-block;
  text-align: center;
  color: #6ba6bf;
  width: 45px;
  left: 0; }

.main-content .component-title .info-menu .id-menu {
  font-size: 12px;
  margin-top: -6px; }

.main-content .component-title .info-menu .zmdi {
  font-size: 24px; }

.main-content .component-title .bread-crumb {
  text-transform: uppercase;
  font-size: 13px;
  color: #6ba6bf; }

.main-content .component-title h1 {
  font-weight: 300;
  font-size: 24px;
  font-family: 'Roboto';
  color: #13496a; }

.main-content {
  padding-left: 50px; }

.filtro-container {
  text-align: right !important; }

.form-group .form-button-inline {
  background: #edf3f8;
  transition: all 0.2s linear !important;
  height: 58px;
  min-height: 58px;
  padding: 9px 9px 0 9px !important;
  margin: 0 !important;
  display: block !important;
  font-size: 14px !important;
  color: #555 !important;
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  width: 100%;
  position: relative;
  z-index: 5; }

.form-group .ant-select-lg .ant-select-selection {
  border: none !important;
  top: -1px;
  background: transparent;
  position: relative; }

.form-group .ant-select-selection {
  box-shadow: none !important; }

.ant-table-row {
  height: 50px; }

.ant-modal-mask,
.ant-modal-wrap {
  z-index: 9999; }

.ant-steps-title {
  text-transform: uppercase;
  color: gray !important; }

.rowExpanded div:not(.ant-collapse) {
  margin: 15px; }

.ant-collapse,
.ant-collapse-item,
.ant-collapse-header {
  margin: 0 !important;
  border-radius: 0 !important;
  border: none !important; }

.ant-collapse,
.ant-collapse-content {
  background: none; }

.ant-collapse-header {
  color: #108ee9 !important;
  padding: 8px 0 8px 15px !important; }

.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow {
  left: 0 !important; }

.ant-modal-wrap .ant-confirm .ant-modal-body {
  padding: 16px; }

.ant-modal-wrap .ant-confirm.ant-confirm-error .anticon, .ant-modal-wrap .ant-confirm.ant-confirm-warning .anticon {
  margin-top: 5px; }

.ant-modal-wrap .ant-confirm.ant-confirm-error .anticon-cross-circle, .ant-modal-wrap .ant-confirm.ant-confirm-warning .anticon-cross-circle {
  color: white; }

.ant-modal-wrap .ant-confirm.ant-confirm-error .ant-confirm-body, .ant-modal-wrap .ant-confirm.ant-confirm-warning .ant-confirm-body {
  padding: 10px 16px;
  margin: -16px; }
  .ant-modal-wrap .ant-confirm.ant-confirm-error .ant-confirm-body .ant-confirm-title, .ant-modal-wrap .ant-confirm.ant-confirm-warning .ant-confirm-body .ant-confirm-title {
    color: white;
    padding-top: 7px;
    display: block;
    font-size: 18px; }
  .ant-modal-wrap .ant-confirm.ant-confirm-error .ant-confirm-body .ant-confirm-content, .ant-modal-wrap .ant-confirm.ant-confirm-warning .ant-confirm-body .ant-confirm-content {
    background: white;
    margin: -10px -16px;
    margin-top: 20px;
    padding: 40px;
    font-size: 20px;
    text-align: justify; }

.ant-modal-wrap .ant-confirm.ant-confirm-error .ant-confirm-body {
  background: #f04134; }

.ant-modal-wrap .ant-confirm.ant-confirm-warning .ant-confirm-body {
  background: #f08435; }

.ant-modal-wrap .ant-modal-footer {
  background: #f3f3f3; }

.observacoes-certidao ul,
.observacoes-certidao ol {
  list-style-position: inside !important; }

.observacoes-certidao ul {
  list-style: disc; }

.observacoes-certidao ul > ul {
  list-style: circle;
  margin: 10px; }

.observacoes-certidao ol {
  list-style: decimal; }

.ant-card-bordered {
  margin-bottom: 50px; }

.rendered-step {
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  height: 0; }

span,
label {
  font-size: 13px; }

.has-error .ant-form-explain,
.has-error .ant-form-split,
.required-sinal {
  color: #c03f3f !important; }

.table-striped tbody tr:nth-child(odd) {
  background-color: #f9f9f9; }

.main-frame {
  padding-bottom: 100px; }

.ant-table .ant-table-selection-column {
  min-width: 30px !important;
  width: 30px !important; }

.ant-table-body {
  transition: all .1s; }

.ant-table-tbody > tr > td {
  transition: all .1s; }

.ant-table-small {
  border: 0; }
  .ant-table-small .ant-table-thead > tr > th {
    font-size: 14px; }
  .ant-table-small .ant-table-tbody > tr > td {
    padding: 4px;
    font-size: 14px; }

.table-link tbody tr {
  cursor: pointer; }

.card, .data-card table tbody tr, .tooltip, .ui-datalist .ui-datalist-content .ui-datalist-data li {
  padding: 20px 0 20px 0; }
  .card .header, .data-card table tbody tr .header, .tooltip .header, .ui-datalist .ui-datalist-content .ui-datalist-data li .header, .card .content, .data-card table tbody tr .content, .tooltip .content, .ui-datalist .ui-datalist-content .ui-datalist-data li .content {
    margin: 0; }

th.column-money,
td.column-money {
  text-align: right !important; }

.form-group .ant-select .ant-select-selection {
  border: none; }
  .form-group .ant-select .ant-select-selection .ant-select-arrow {
    position: absolute;
    top: 5px;
    right: 0; }

.ant-select-dropdown {
  z-index: 10500; }

.pin-menu-detalhes-pedido {
  position: absolute;
  cursor: pointer;
  float: right;
  background-color: #13496a;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 15px;
  right: 10px;
  transition: all .2s linear;
  top: 10px; }

.pin-menu-detalhes-pedido i {
  transition: all .2s linear;
  z-index: 9;
  transform: rotate(46deg);
  position: absolute;
  right: 18px;
  top: 18px; }

.pin-menu-detalhes-pedido i.active {
  transform: rotate(0deg); }

.card-pedidos-area-interna.sticky {
  position: sticky;
  top: 70px; }

.card-pedidos-area-interna {
  position: relative; }

::-webkit-scrollbar {
  width: 15px; }

.ant-tag {
  border: 1px solid #a7a7a7;
  background: #f3f3f3;
  color: #8b8b8b;
  text-transform: uppercase; }

.ant-tag-green {
  color: #627c57;
  background: #f6ffed;
  border-color: #b7eb8f; }

.ant-tag-blue {
  color: #4e9ff7;
  background: #e6f7ff;
  border-color: #91d5ff; }

.ant-tag-orange {
  color: #f18365;
  background: #fff2e8;
  border-color: #ffbb96; }

.ant-tag-red {
  color: #cf1322;
  background: #fff1f0;
  border-color: #ffa39e; }

.ant-tag-yellow {
  color: #d48806;
  background: #fffbe6;
  border-color: #ffe58f; }

.menu-lateral-fixed.open-sidebar .grecaptcha-badge {
  display: none; }

.resultadosConsultaProcesso .ant-table-thead th:nth-child(3),
.resultadosConsultaProcesso .ant-table-thead th:nth-child(6),
.resultadosConsultaProcesso .ant-table-thead th:nth-child(7) {
  text-align: center !important; }
.list-simples {
  padding: 0;
  margin: 0; }

.list-simples li {
  padding: 12px 8px;
  display: block;
  float: left;
  width: 100%;
  transition: ease .2s all;
  border-bottom: 1px dashed #efefed; }
  .list-simples li:hover {
    background: #f3f3f3;
    cursor: pointer; }
  .list-simples li span.ant-avatar {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px; }
    .list-simples li span.ant-avatar .ant-avatar-string {
      line-height: 32px !important;
      font-size: 18px; }
  .list-simples li span.item,
  .list-simples li span.item-right {
    padding: 10px;
    font-size: 16px;
    float: left; }
  .list-simples li span.item {
    color: #333; }
  .list-simples li span.item-right {
    float: right;
    padding: 10px;
    font-size: 18px; }
.botoes-acao-certidao {
  float: right; }
.botoes-acao-certidao {
  float: right; }
.titulo-processo {
  font-weight: 900;
  font-size: 12px;
  color: gray !important;
  padding: 0px 0px 20px 10px; }
.menu-header {
  list-style: 'none';
  padding: 0;
  margin: 0;
  background-color: '#0d395c';
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%; }

.menu-header > li {
  padding: 0;
  word-wrap: 'break-word' !important;
  width: 25%;
  white-space: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 30px;
  color: white !important;
  font-size: 16px;
  padding: 8px; }

.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover {
  color: #ffffff !important; }
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  word-break: inherit; }

.app-publico {
  padding-top: 160px; }
  .app-publico .logo-publico {
    margin-top: 60px;
    margin-bottom: 60px;
    cursor: pointer; }
  .app-publico .topo-publico {
    border-bottom: 300px solid #0d395c;
    position: absolute;
    background-size: 50% auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: url(/static/media/bg-sec.9c8558a4.png);
    background-repeat: repeat-x;
    background-size: 50% 100%; }
  .app-publico .title-page-publico {
    font-weight: 300;
    color: white;
    font-size: 2.5em;
    margin: 15px 0; }
  .app-publico .content-page {
    margin-top: 50px; }
  .app-publico .container {
    width: 100%;
    margin: auto;
    max-width: 1200px; }
  .app-publico .menu-home {
    height: 220px;
    background: #fff;
    padding: 16px;
    position: relative;
    margin-bottom: 20px;
    transition: all ease 0.3s;
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
    cursor: pointer; }
    .app-publico .menu-home:hover {
      transform: scale(1.2);
      z-index: 9; }
    .app-publico .menu-home .menu-home-icon {
      font-size: 40px;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      text-align: center;
      position: absolute;
      left: 50%;
      top: 25px;
      transform: translateX(-50%);
      background: #dedede;
      z-index: 1;
      line-height: 100px; }
    .app-publico .menu-home .menu-home-footer {
      font-size: 18px;
      height: 70px;
      padding: 10px 16px;
      text-align: center;
      position: absolute;
      bottom: 10px;
      left: 16px;
      vertical-align: middle;
      right: 16px; }
    .app-publico .menu-home.blue .menu-home-icon {
      background: #44c1ff;
      color: white; }
    .app-publico .menu-home.blue-dark .menu-home-icon {
      background: #056ea2;
      color: white; }
    .app-publico .menu-home.green .menu-home-icon {
      background: #0f8223;
      color: white; }
    .app-publico .menu-home.purple .menu-home-icon {
      background: #913dce;
      color: white; }
  @media all and (max-width: 768px) {
    .app-publico .menu-home {
      width: 100%; } }
  .app-publico .table-striped tbody tr:nth-child(odd) {
    background-color: #f9f9f9; }
  .app-publico .ant-table .ant-table-selection-column {
    min-width: 30px !important;
    width: 30px !important; }
  .app-publico .ant-table-body {
    transition: all 0.1s; }
  .app-publico .ant-table-tbody > tr > td {
    transition: all 0.1s; }
  .app-publico .ant-table-small {
    border: 0; }
    .app-publico .ant-table-small .ant-table-thead > tr > th {
      font-size: 13px; }
    .app-publico .ant-table-small .ant-table-tbody > tr > td {
      padding: 4px;
      font-size: 13px; }
  .app-publico .table-link tbody tr {
    cursor: pointer; }
  .app-publico .card {
    position: relative; }
    .app-publico .card .header,
    .app-publico .card .content {
      margin: 0; }
  .app-publico .card .header {
    font-size: 18px; }
  .app-publico th.column-money,
  .app-publico td.column-money {
    text-align: right !important; }
  .app-publico .img-subtitle,
  .app-publico .text-result {
    color: #666;
    font-weight: 400; }
  .app-publico .descricao-autenticidade {
    text-align: justify;
    margin: 10px 100px 10px 100px; }
  .app-publico .assinatura-page {
    margin-top: 40px; }
  .app-publico .data-assinatura {
    border-top: 2px dashed gray;
    border-bottom: 2px dashed gray;
    margin: 10px 100px 10px 100px;
    padding: 10px 10px 10px 10px; }
  .app-publico .page-spark {
    position: fixed;
    top: 0;
    z-index: 999;
    transition: ease all 0.3s;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #000000;
    opacity: 1;
    filter: blur(2px) contrast(2); }
    .app-publico .page-spark h1 {
      font-size: 256px;
      font-weight: bold;
      text-align: center;
      margin: 100px auto;
      display: table;
      color: white; }
    .app-publico .page-spark._hide {
      transition: ease all 0.3s;
      opacity: 0 !important;
      background-color: #fff;
      z-index: -1; }
    .app-publico .page-spark canvas {
      position: absolute;
      display: block;
      left: 0;
      top: 0; }
    .app-publico .page-spark #canvas {
      opacity: 1;
      filter: blur(20px) contrast(40); }
    .app-publico .page-spark #buffer {
      opacity: 0.8;
      filter: blur(1px) contrast(15); }
  .app-publico .form-group .ant-select .ant-select-selection {
    border: none; }
    .app-publico .form-group .ant-select .ant-select-selection .ant-select-arrow {
      position: absolute;
      top: 5px;
      right: 0; }
  .app-publico .content-padding {
    padding: 14px;
    overflow: hidden; }
  .app-publico .center-table {
    display: table;
    margin: auto; }

@media print {
  body,
  .app-publico,
  #boleto,
  .app-publico .container {
    padding: 0 !important; }
  .content-page {
    margin-top: 0 !important; }
  .ant-menu-horizontal,
  .border-card,
  .hidden-card,
  .hidden-div {
    display: none; }
  .ant-card:hover {
    border: none; }
  .ant-modal-footer {
    border-top: 0; }
  .logo-print {
    display: block !important;
    margin-top: -50px !important; }
  .ant-modal-wrap {
    position: static !important; }
  .topo-publico,
  .hidden-print,
  .ant-modal-close-x,
  .title-page-publico,
  .ant-pagination,
  .ant-table-body,
  .topo-publico,
  #boleto > .center-table {
    display: none !important; }
  .ant-modal-header {
    border: none !important; }
  .ant-modal {
    top: 0 !important; } }

.logo-print {
  display: none;
  text-align: center; }

.ant-menu-item-selected {
  background-color: #ec6a14; }

.ant-menu-horizontal > .ant-menu-submenu-selected {
  background-color: #ec6a14 !important;
  border-bottom: #ec6a14 !important; }

.ant-menu-horizontal > .ant-menu-submenu:hover {
  background-color: #ec6a14 !important;
  border-bottom: #ec6a14 !important; }

.ant-menu-horizontal > .ant-menu-item-selected {
  background-color: #ec6a14 !important;
  border-bottom: #ec6a14 !important; }

.ant-menu-horizontal {
  border-bottom: #ec6a14 !important; }

.ant-menu-horizontal > .ant-menu-item:hover {
  background-color: #ec6a14 !important;
  border-bottom: #ec6a14 !important; }

.ant-menu-vertical > .ant-menu-item:hover {
  background-color: #ec6a14 !important;
  border-bottom: #ec6a14 !important; }

.gran-menu .inner-gran-menu {
  column-count: 2 !important; }

@media (max-width: 1199px) {
  .ant-menu-horizontal > .ant-menu-item {
    border-bottom: 0px; } }

.ant-menu-horizontal > .ant-menu-item-selected {
  border-bottom: #ec6a14; }

.border-card {
  border-bottom: 6px solid #ec6a14;
  position: relative; }

.ant-menu-item-selected {
  top: 3px !important; }

.item-data:hover {
  background: #ebebeb; }
  .item-data:hover .data-icon {
    background: #ec6a14; }
  .item-data:hover .title-header {
    color: #ec6a14; }

.data-icon {
  width: 120px;
  height: 120px;
  font-size: 65px;
  background: #0d395c;
  color: #fff;
  border-radius: 50%;
  padding: 27px; }

.title-header {
  text-align: left;
  margin-left: 45px;
  color: #0d395c;
  font-size: 25px;
  padding-bottom: 3px; }

.titulo {
  font-weight: 900;
  font-size: 23px;
  color: #0D395C;
  padding: 0px 0px 20px 10px; }

.titulo span {
  color: #ec6a14; }

.custom-file-upload {
  display: flex !important;
  padding: 9px !important; }

.file-upload-view {
  margin: 10px 10px;
  font-weight: bold; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.stepEndereco {
  line-height: 55%; }

.grecaptcha-badge {
  display: block;
  z-index: 99999; }

.aumentar-campo-upload {
  min-height: 87px; }
  .aumentar-campo-upload .form-control {
    height: 90px !important; }
#boleto {
  /*table td strong { letter-spacing: 1px;}*/ }
  #boleto {
    overflow: hidden;
    background: white;
    margin: auto;
    display: table;
    padding: 0 16px;
    font: 8px Verdana, Arial, Helvetica, sans-serif !important;
    color: #000 !important;
    cursor: default !important;
    max-width: 900px; }
  #boleto .notice-bg,
  #boleto .cabecalho {
    display: none !important; }
  #boleto h1 {
    float: left !important;
    font-size: 15px !important;
    margin-top: 3px !important;
    text-align: left !important;
    font-weight: normal !important; }
  #boleto h2 {
    float: left !important;
    font-size: 9px !important;
    margin: 0 !important;
    text-align: right !important;
    vertical-align: bottom !important; }
  #boleto hr {
    float: left !important;
    clear: left !important;
    width: 98% !important;
    border-width: 0 !important;
    border-top: 1px dashed #000 !important;
    height: 1px !important;
    margin: 2px 1px 10px !important; }
  #boleto p.aut {
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    float: right !important;
    font-size: 8px !important; }
  #boleto table {
    float: left !important;
    width: 98% !important;
    border-collapse: collapse !important; }
  #boleto table.tab {
    border: 1px solid #000 !important; }
  #boleto table.tab td {
    border: 1px solid #000 !important;
    text-align: left !important;
    vertical-align: top !important;
    padding: 0px 2px 0px 2px !important; }
  #boleto table.rec td {
    width: 25% !important; }
  #boleto table.tab td span,
  #boleto table.infRec td span {
    display: block !important;
    font-size: 10px;
    padding: 0 5px 0 5px !important; }
  #boleto table.tab td span.vV {
    font-size: 9px !important; }
  #boleto table.infRec td {
    vertical-align: top !important;
    border: 0 !important !important; }
  #boleto table.infRec td.sacAv {
    width: 60px !important; }
  #boleto table.infRec td.codBaixa {
    text-align: right !important;
    vertical-align: bottom !important; }
  #boleto table.tab table.infRec td {
    padding-bottom: 0 !important !important;
    height: auto !important; }
  #boleto table .lD {
    text-align: right !important !important; }
  #boleto div.viaprocesso,
  #boleto div.viaprocesso {
    display: block !important;
    clear: left !important;
    width: 100% !important; }
  #boleto div.viaprocesso {
    font-size: 9px !important; }
  #boleto div.viaparte {
    border: 1px solid #fff !important; }
  #boleto div.viabanco {
    border: 1px solid #fff !important; }
  #boleto .nGuia {
    text-align: center; }
  #boleto .top5 {
    padding-top: 5px; }
  #boleto .brasoes {
    float: left !important;
    padding: 3px 5px 0px 0px !important;
    width: 30px;
    height: 28px; }
  #boleto .col1 {
    width: 65%; }
  #boleto .col2 {
    width: 35%; }
  #boleto .vertical-text {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg) !important;
    /* Safari/Chrome */
    -moz-transform: rotate(90deg) !important;
    /* Firefox */
    -o-transform: rotate(90deg) !important;
    /* Opera */
    -ms-transform: rotate(90deg) !important;
    /* IE 9 */
    transform-origin: right top 0 !important;
    float: right !important;
    width: 200px !important;
    display: block !important;
    font-weight: bold !important; }
  #boleto .sacAv {
    padding-top: 28px !important;
    float: left !important; }
  #boleto .codBaixa {
    padding-top: 28px !important;
    float: right !important; }
  #boleto .ficha td {
    font-size: 6px; }
  @media print {
    #boleto .btn,
    #boleto .btn-primary {
      visibility: hidden !important;
      display: none !important; } }
  #boleto .tbZoneamentoHeader {
    border: none !important;
    font-weight: bold; }
  #boleto .tbZoneamento {
    border: none !important; }
.cn-sg .buttonSearchCpf {
  position: absolute;
  right: 0;
  top: 0;
  height: 57px;
  z-index: 10 !important;
}

.cn-sg .fa {
  position: absolute;
  z-index: 10;
  top: 23px;
  right: 45px;
  font-size: 18px;
}
.cn-sg .fa.fa-check-circle {
  color: green;
}
.cn-sg .fa.fa-times-circle,
.cn-sg .content .ng-invalid {
  color: #ca3e3e;
}

.ant-modal {
  width: 600px !important;
}

.ant-modal-hom {
  width: 950px !important;
}
.autenticidade-adimplencia {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-top: 15px; }

.autenticidade-adimplencia .title {
  background-color: #eeeeee;
  padding: 15px;
  line-height: 1.5;
  font-size: 14px;
  border: 1px solid #d0d0d0;
  margin: 0 0 15px 0; }

.autenticidade-adimplencia .itens {
  display: flex;
  flex-direction: column; }

.autenticidade-adimplencia .itens div {
  display: flex;
  background-color: #eeeeee;
  border: 1px solid #d0d0d0; }

.autenticidade-adimplencia .itens div span {
  padding: 5px 0; }

.autenticidade-adimplencia .itens div span:first-child {
  width: 15%;
  padding-right: 15px;
  text-align: right; }
.mt-25 {
  margin-top: 15px; }

.icone {
  font-size: 17px !important;
  font-weight: 600; }

.alertaText {
  text-align: justify;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px; }

.deco {
  font-size: 10px;
  text-transform: uppercase;
  color: #0d395c;
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer; }

.deco:hover {
  color: #ec6a14; }

.filter-result .job-box {
  -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  box-shadow: 0 1px 10px 1.5px rgba(130, 130, 130, 0.2);
  border-radius: 10px;
  padding: 5px 20px;
  transition: all 0.3s; }

.filter-result .job-box:hover {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  animation-duration: 0.5s;
  border-left: 8px solid #ec6a14;
  box-shadow: 0 7px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transform: scale(1);
  transition-delay: 0ms; }
  .filter-result .job-box:hover i {
    color: #ec6a14; }

.job-box .img-holder {
  height: 65px;
  width: 65px;
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#f4f4f4));
  background-image: linear-gradient(to right, #dadada 0%, #dadada 100%);
  font-family: "Open Sans", sans-serif;
  color: #0d395c;
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 65px; }

.mb-20 {
  margin-bottom: 20px; }

.ant-alert-warning {
  border: 1px solid #e5d9b3 !important;
  background-color: #fffaeb !important; }

.custom-titulo {
  font-weight: 900;
  font-size: 23px;
  color: #0D395C;
  text-transform: uppercase;
  padding: 0px 0px 10px 10px; }

.custom-titulo span {
  color: #000000A6;
  font-size: 11px; }

.custom-formcontrol .form-control {
  color: none !important;
  border: none !important;
  border-radius: none !important;
  box-shadow: none !important;
  padding: 0px 12px 0 9px !important; }

.font-custom-h5 {
  font-size: 20px;
  color: red; }

form .ant-upload {
  margin-top: -9px !important; }

.incluir-documento {
  height: 70px !important; }

.aumentar-campo-ativo {
  min-height: 87px;
  margin-bottom: 27px !important; }
  .aumentar-campo-ativo .form-control {
    height: 100px !important; }

.aumentar-campo-inativo {
  min-height: 87px;
  margin-bottom: 27px !important; }
  .aumentar-campo-inativo .form-control {
    height: 80px !important; }

.captchaModal {
  width: 344px !important; }
.mt-25 {
  margin-top: 15px; }

.icone {
  font-size: 17px !important;
  font-weight: 600; }

.alertaText {
  text-align: justify;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px; }

.deco {
  font-size: 10px;
  text-transform: uppercase;
  color: #0d395c;
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer; }

.deco:hover {
  color: #ec6a14; }

.filter-result .job-box {
  -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  box-shadow: 0 1px 10px 1.5px rgba(130, 130, 130, 0.2);
  border-radius: 10px;
  padding: 5px 20px;
  transition: all 0.3s; }

.filter-result .job-box:hover {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  animation-duration: 0.5s;
  border-left: 8px solid #ec6a14;
  box-shadow: 0 7px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transform: scale(1);
  transition-delay: 0ms; }
  .filter-result .job-box:hover i {
    color: #ec6a14; }

.job-box .img-holder {
  height: 65px;
  width: 65px;
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#f4f4f4));
  background-image: linear-gradient(to right, #dadada 0%, #dadada 100%);
  font-family: "Open Sans", sans-serif;
  color: #0d395c;
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 65px; }

.mb-20 {
  margin-bottom: 20px; }

.ant-alert-warning {
  border: 1px solid #e5d9b3 !important;
  background-color: #fffaeb !important; }

.custom-titulo {
  font-weight: 900;
  font-size: 23px;
  color: #0D395C;
  text-transform: uppercase;
  padding: 0px 0px 10px 10px; }

.custom-titulo span {
  color: #000000A6;
  font-size: 11px; }

.custom-formcontrol .form-control {
  color: none !important;
  border: none !important;
  border-radius: none !important;
  box-shadow: none !important;
  padding: 0px 12px 0 9px !important; }

.card {
  padding: 0 !important;
  margin-bottom: 0 !important; }

.ant-card-bordered {
  margin-bottom: 0 !important; }

.ant-alert.ant-alert-no-icon {
  margin-bottom: 10px !important; }

.procuracao .custom-file-upload {
  background: #ecf6fd;
  height: 100%;
  align-items: center; }
  .procuracao .custom-file-upload .info {
    border-left: 1px solid silver;
    padding: 5px 5px 5px 15px;
    margin-left: 15px;
    width: 100%; }
    .procuracao .custom-file-upload .info ul {
      list-style: square;
      font-size: small;
      margin-left: 14px; }
  .procuracao .custom-file-upload .file-upload-view {
    margin: 10px 10px;
    font-weight: bold;
    background: #c3e6ff;
    padding: 5px; }
    .procuracao .custom-file-upload .file-upload-view i {
      margin-right: 10px; }

.pessoa {
  height: auto;
  display: flex !important;
  flex-direction: column; }
  .pessoa .radio-item {
    font-size: larger;
    font-weight: 400;
    margin-bottom: 0px !important; }

.space {
  height: 20px; }
