body { 
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
}

.fileinput-upload-button {
  display: none !important;
}

html body .pace .pace-progress {
  background: #000000;
}
html body a {
  color: #000000;
}

html body a:hover {
  color: #E71F78;
}

mark, .mark {
  padding: 0.2em;
  background-color: #222;
  color: #fff;
}

.content-body {
  min-height: 600px;
}


form label
{
  color: #000000;
}

form .form-control
{
  color: #000000; 
  border: 1px solid #000000;
}

form .form-control:focus
{
  border: 1px solid #E71F78;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .navigation, .navigation .navigation-header, .header-navbar, .breadcrumb { 
font-family: 'Montserrat', sans-serif;
}

.btn-outline-success {
    color: #000000;
    border-color: #000000;
}

.btn-outline-success:hover
{
    color: #fff !important; 
    background-color: #000000;
    border-color: #000000;
}

.btn-xs {
    font-size: .875rem;
    line-height: 1;
    padding: 0.5rem 0.75rem;
    border-radius: 0.18rem;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #000000 !important; 
    background-color: transparent;
}

.navigation {
    font-size: .9rem;
}

.btn-primary {
    color: #fff;
    border-color: #000000 !important;
    background-color: #000000 !important;
}

.btn-primary:hover
{
    color: #fff !important; 
    border-color: #000000 !important;
    background-color: #000000 !important;
}
.btn-primary:focus,
.btn-primary:active
{
    color: #fff !important; 
    border-color: #000000 !important;
    background-color: #000000 !important;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 36px;
}

.has-feedback-left .form-control {
    padding-right: 12px;
    padding-left: 36px;
}

.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-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.has-feedback .form-control.input-xlg {
    padding-right: 42px;
}

.has-feedback-left .form-control.input-xlg {
    padding-right: 10px;
    padding-left: 42px;
}

.panel .main-search input[type=text] {
    background-color: #FAFAFA;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none;
}

.form-control-feedback {
    width: 38px;
    color: #333333;
    z-index: 3;
}

.has-feedback-left .form-control-feedback {
    right: auto;
    left: 0;
}

.input-xlg + .form-control-feedback, .form-group-xlg > .form-control-feedback {
    width: 44px;
    height: 42px;
    line-height: 42px;
}

.input-group .form-control-feedback {
    z-index: 3;
}

.text-muted {
    color: #999999;
}

.text-size-base {
    font-size: 13px;
}

.input-group-btn .btn {
    border-radius: 0;
}

.preco, .quantidade {
    text-align: right;
}

.dataTables_length {
    margin-top: 1rem;
}

.pagination .disabled > a, .pagination .disabled > a:hover, .pagination .disabled > a:focus, .pagination .disabled > span {
    color: #55595c;
    background-color: #fff;
}

.pagination .page-link {
    color: #000000;
}

.pagination .page-item.active .page-link {
    border-color: #000000;
    background-color: #000000;
}

.btn {
    position: relative;
}

.btn-labeled.btn-xs {
    padding-left: 42px;
}

.btn-labeled > b {
    position: absolute;
    top: 0px;
    left: -1px;
    background-color: rgba(0, 0, 0, 0.15);
    display: block;
    line-height: 1;
    padding: 10px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.btn-labeled.btn-xs > b {
    padding: 5px;
}

.select2 {
  width: 100% !important;
}

.text-danger-700 {
  color: #D32F2F !important;
}

.text-warning-600 {
  color: #FF8942 !important;
}

.btn-roxo {
    color: #fff;
    border-color: #967adc !important;
    background-color: #967adc !important;
}

.text-pink-800 {
  color: #AD1457 !important;
}

.fileinput-remove-button {
  display: none !important;
}

.img-preview {
  max-width: 80px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ddd !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ddd !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ddd !important;
}


.input-group-text {
    border: 1px solid #000000;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: none;
}

/* ------------------------------------------------------------------------------
 *
 *  # Bootstrap file input
 *
 *  File input styling for Bootstrap 3.0
 *
 *  Version: 1.2
 *  Latest update: Mar 10, 2016
 *
 * ---------------------------------------------------------------------------- */

 .area-arquivos {
  margin: 20px 0; 
 }
 
 .caption h6 {
  height: 60px;
 }

 .file-input.has-error .form-control {
    border-color: #ddd;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  @media (min-width: 769px) {
    .file-input .btn > [class*=icon-],
    .file-input .btn > .glyphicon {
      margin-right: 5px;
    }
  }
  .file-object {
    margin: 0 0 -7px 0;
    padding: 0;
  }
  .btn-file {
    position: relative;
    overflow: hidden;
  }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
  }
  .file-caption-name {
    display: inline-block;
    overflow: hidden;
    word-break: break-all;
  }
  .file-caption-name [class*=icon-],
  .file-caption-name .glyphicon {
    margin-right: 7px;
  }
  .file-input-new .file-caption-name {
    color: #999999;
  }
  .file-input-new .file-caption-name > [class*=icon-],
  .file-input-new .file-caption-name > .glyphicon {
    display: none;
  }
  .file-error-message {
    position: relative;
    background-color: #f2dede;
    color: #a94442;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
    margin: 0 5px 5px 5px;
  }
  .file-drop-zone .file-error-message {
    margin-top: 5px;
  }
  .file-error-message .close {
    margin-top: 1px;
    color: #a94442;
  }
  .file-error-message pre,
  .file-error-message ul {
    margin: 7px 0;
    text-align: left;
  }
  .file-caption-disabled {
    background-color: #fafafa;
    cursor: not-allowed;
  }
  .file-caption-disabled .file-caption-name {
    color: #ccc;
  }
  .file-preview-detail-modal {
    text-align: left;
  }
  .file-preview {
    display: table;
    border-radius: 2px;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
  }
  .file-preview > .close {
    display: none;
    font-weight: 400;
    font-size: 17px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 8px;
    line-height: 0.6;
    border-radius: 3px;
    color: #555;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .file-preview-frame {
    margin: 7px;
    margin-right: 0;
    height: 160px;
    display: table;
    float: left;
    vertical-align: middle;
  }
  .file-drop-zone .file-preview-frame {
    border: 1px solid #ddd;
    border-radius: 3px;
  }
  .file-preview-image {
    height: 160px;
    vertical-align: middle;
    border-radius: 3px;
  }
  @media (max-width: 768px) {
    .file-preview-image {
      max-width: 100%;
    }
  }
  .file-preview-text {
    text-align: left;
    width: 160px;
    margin-bottom: 2px;
    color: #428bca;
    background-color: #fff;
    overflow-x: hidden;
  }
  .file-preview-other {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 160px;
    height: 160px;
  }
  .file-preview-other:after {
    content: "\ea0c";
    font-family: "icomoon";
    display: block;
    font-size: 64px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .file-preview-other .glyphicon {
    display: none;
  }
  .file-preview-status {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #333333;
    background-color: rgba(250, 250, 250, 0.8);
    border-top: 1px solid #ddd;
    padding: 7px 12px;
    font-size: 12px;
    color: #333333 !important;
  }
  .file-preview-status:empty {
    padding: 0;
    background-color: transparent;
    border: 0;
  }
  .file-thumb-loading:before,
  .file-uploading:before {
    content: "";
    display: inline-block;
    background-color: #263238;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 5px rgba(255, 255, 255, 0.5);
  }
  .file-thumb-loading:after,
  .file-uploading:after {
    content: "\eb55";
    font-family: "icomoon";
    display: inline-block;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: rotation 1s linear infinite;
    -o-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
  }
  .file-upload-indicator {
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: default;
    text-align: left;
    padding-left: 8px;
  }
  .file-input-new .file-preview,
  .file-input-new .close,
  .file-input-new .glyphicon-file,
  .file-input-new .fileinput-remove-button,
  .file-input-new .fileinput-upload-button {
    display: none;
  }
  .file-input-ajax-new .fileinput-remove-button,
  .file-input-ajax-new .fileinput-upload-button,
  .file-input-ajax-new .fileinput-remove,
  .file-input-ajax-new .file-caption-name > [class*=icon-],
  .file-input-ajax-new .file-caption-name > .glyphicon {
    display: none;
  }
  .file-actions {
    margin-top: 5px;
    border-top: 1px solid #eeeeee;
  }
  .file-actions .btn > [class*=icon-],
  .file-actions .btn > .glyphicon {
    margin-right: 0;
  }
  .file-footer-buttons {
    float: right;
  }
  .file-footer-caption {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
    text-align: center;
    font-size: 11px;
    padding: 12px 7px 7px 7px;
    margin-left: auto;
    margin-right: auto;
  }
  .file-preview-error {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .file-drop-zone {
    display: block;
    border: 1px dashed #ddd;
    border-radius: 3px;
    height: 100%;
    vertical-align: middle;
    margin: 5px;
    padding: 5px;
  }
  .file-drop-zone-title {
    color: #999999;
    font-size: 21px;
    font-weight: 300;
    padding: 85px 10px;
  }
  .file-highlighted {
    border-color: #ccc;
    background-color: #fafafa;
  }
  .file-thumb-progress {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
  }
  .file-thumb-progress .progress,
  .file-thumb-progress .progress-bar {
    height: 5px;
    border-radius: 0;
    font-size: 0;
  }
  .kv-upload-progress {
    margin-bottom: 20px;
  }
  .file-thumbnail-footer {
    position: relative;
  }
  .btn-file ::-ms-browse {
    width: 100%;
    height: 100%;
  }

  .hide {
    display: none !important;
}

.btn-whastapp {
    color: #fff;
    border-color: #34b022 !important;
    background-color: #34b022 !important;
}

.navigation li {
  white-space: initial;
}

.main-menu.menu-dark .navigation li a span {
  display: initial;
}

.swal2-confirm {
  background-color: #000 !important;
  border-left-color: #222 !important;
  border-right-color: #000 !important;
}

.swal2-confirm:hover {
  background-color: #353b48 !important;
  border-left-color: #2f3640 !important;
  border-right-color: #2f3640 !important;
}

.thumbnail {
  display: block;
  padding: 3px;
  margin-bottom: 20px;
  line-height: 1.5384616;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail {
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.thumb {
    position: relative;
    display: block;
    height: 100px;
    padding-top: 25px;
}

.thumb img:not(.media-preview) {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.thumb:not(.thumb-rounded) img {
  border-radius: 3px;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.fc-state-default.fc-corner-right + .fc-corner-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.notification-text {
  line-height: 18px;
}

@media print {
  body, table {
    background-color: transparent !important;
  }

  table {
      width: 900px !important;
      max-width: 100% !important;
  }

  .page-header,
  .sidebar,
  .content-header,
  .main-menu,
  #accordionWrap3 {
      display: none !important;
  }

  body.vertical-layout.vertical-menu.menu-expanded .content, body.vertical-layout.vertical-menu.menu-expanded .footer {
      margin-left: 0px;
  }

  .btn, .fc-right, .fc-left {
      display: none;
  }

  .footer {
      display: none;
  }

  table tr {
      padding: 2px 0 !important;
      margin: 0 !important;
  }

  table tr td {
      font-size: .8rem;
      padding: 2px 0 !important;
      margin: 0 !important;
  }

  table tr th {
      font-size: .8rem;
      padding: 2px 0 !important;
      margin: 0 !important;
  }

  .panel {
      border: 0px #fff;
  }

  h3,
  h2 {
      font-size: 1rem !important;
      padding: 2px 0 !important;
      margin: 0px !important;
  }
}