.borderless td, .borderless th {
  border: none;
}

.btn-black-cmpl{background-color:#333;color: #FFF;}
.btn-black-cmpl:hover{color: #fff;}


input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.modal {
  background: rgba(0,0,0,0.5);
}

.rating-header {
    margin-top: -10px;
    margin-bottom: 10px;
}

.td-cmpl {
  word-break: break-all;
}

ol.progtrckr {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol.progtrckr li {
  display: inline-block;
  text-align: center;
  line-height: 3em;
}

ol.progtrckr li.progtrckr-done {
  color: #828282;
  border-top: 4px solid #0DA5C0;
}

ol.progtrckr li.progtrckr-current,
ol.progtrckr li.progtrckr-todo {
  border-top: 4px solid  #dbdbdb;
  color: #828282;
}

ol.progtrckr li:before {
  position: relative;
  bottom: .6em;
  float: left;
  left: 50%;
  line-height: 1em;
}

ol.progtrckr li.progtrckr-done:before {
  content: "";
  color: white;
  background-color: #0DA5C0;
  height: 1em;
  width: 1em;
  line-height: 1.2em;
  border: none;
  border-radius: 1.2em;
}

ol.progtrckr li.progtrckr-current:before {
  content: "";
  color: white;
  background-color: #fff;
  height: 10px;
  width: 10px;
  line-height: 1.2em;
  border: 4px solid #dbdbdb;
  border-radius: 50%;
}

ol.progtrckr li.progtrckr-todo:before {
  content: "";
  color: white;
  background-color: #dbdbdb;
  height: 1em;
  width: 1em;
  line-height: 1.2em;
  border-radius: 50%;
}

ol.progtrckr[data-progtrckr-steps="2"] li { width: 49%; }
ol.progtrckr[data-progtrckr-steps="3"] li { width: 33%; }
ol.progtrckr[data-progtrckr-steps="4"] li { width: 24%; }
ol.progtrckr[data-progtrckr-steps="5"] li { width: 19%; }
ol.progtrckr[data-progtrckr-steps="6"] li { width: 16%; }
ol.progtrckr[data-progtrckr-steps="7"] li { width: 14%; }
ol.progtrckr[data-progtrckr-steps="8"] li { width: 12%; }
ol.progtrckr[data-progtrckr-steps="9"] li { width: 11%; }

.quantity {
    float: left;
    margin-right: 15px;
    background-color: #eee;
    position: relative;
    width: 80px;
    overflow: hidden
}

.quantity input {
    margin: 0;
    text-align: center;
    width: 15px;
    height: 15px;
    padding: 0;
    float: right;
    color: #000;
    font-size: 20px;
    border: 0;
    outline: 0;
    background-color: #F6F6F6
}

.quantity input.qty {
    position: relative;
    border: 0;
    width: 100%;
    height: 40px;
    padding: 10px 25px 10px 10px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0;
    background-clip: padding-box
}

.quantity .minus, .quantity .plus {
    line-height: 0;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-size: 6px 30px;
    -moz-background-size: 6px 30px;
    color: #bbb;
    font-size: 20px;
    position: absolute;
    height: 50%;
    border: 0;
    right: 0;
    padding: 0;
    width: 25px;
    z-index: 3
}

.quantity .minus:hover, .quantity .plus:hover {
    background-color: #dad8da
}

.quantity .minus {
    bottom: 0
}
.shopping-cart {
    margin-top: 20px;
}

.badge-notify{
   background:red;
   position:relative;
   color: white;
   top: -12px;
   left: -5px;
  }

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    cursor: pointer;
}

.h4-cmpl {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  color: #aeaeae;
  text-transform: uppercase;
  margin: 0;
}

hr {
  margin-bottom: 16px;
  border: 1px solid #eaeaea;
}

.border-card {
  background: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  font-family: "Roboto";
  font-size: 14px;
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease;
}
.border-card:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1), 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.border-card.over {
  background: rgba(70, 222, 151, 0.15);
  padding-top: 24px;
  padding-bottom: 24px;
  border: 2px solid #47DE97;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0), 0 5px 10px 0 rgba(0, 0, 0, 0);
}
.border-card.over .card-type-icon {
  color: #47DE97 !important;
}
.border-card.over p {
  color: #47DE97 !important;
}

.content-wrapper-cmpl {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.25s ease;
}

.min-gap {
  flex: 0 0 40px;
}

.card-type-icon {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 16px;
  font-weight: 400;
  color: #323232;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  transition: all 0.25s ease;
}
.card-type-icon.with-border {
  color: black;
  border: 1px solid #eaeaea;
}
.card-type-icon i {
  line-height: 40px;
}

.label-group {
  white-space: nowrap;
  overflow: hidden;
}
.label-group.fixed {
  flex-shrink: 0;
}
.label-group p {
  margin: 0px;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.label-group p.title {
  color: #323232;
  font-weight: 500;
}
.label-group p.title.cta {
  text-transform: uppercase;
}
.label-group p.caption {
  font-weight: 400;
  color: #aeaeae;
}

.end-icon {
  margin-left: 16px;
}


/* Footer */
.navbar-cmpl {
  overflow: hidden;
  background-color: #e9ecef;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.navbar-cmpl a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 6px 16px;
  text-decoration: none;
  font-size: 17px;
  width: 25%;
}

.navbar-cmpl-express a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 6px 16px;
  text-decoration: none;
  font-size: 17px;
  width: 33%;
}

.footer-cmpl {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #e9ecef;
   color: black;
   height:70px;
   text-align: center;
   border-top: 2px solid #e9ecef;
   box-shadow: 0 -2px 5px -2px #333;
}

.navbar-cmpl a.active {
	border-bottom: 3px solid #D85B66;
}

.btnSupEsquerdo{
	position: fixed;
	float: bottom;
	bottom: 80px;
	right: 15px;
	z-index: 100;
}

.btnPesquisar{
	position: fixed;
	float: top;
	top: 115px;
	left: 15px;
	z-index: 100;
}

.btnSupDireito{
	position: fixed;
	float: bottom;
	bottom: 80px;
	left: 15px;
	z-index: 100;
}

.card-cmpl {
  display: block; 
    margin: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}
.card-cmpl:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card-cmpl {
  width: 300px;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card-cmpl img{
  width: 300px;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.card-content-cmpl {
  padding:15px;
  text-align:left;
}
.card-title-cmpl {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title-cmpl a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more-cmpl {
  width: 300px;
  border-top: 1px solid #D4D4D4;
}
.card-read-more-cmpl a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase;
}

.wrimagecard{	
	margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: left;
    position: relative;
    background: #fff;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    border-radius: 4px;
    transition: all 0.3s ease;
}
.wrimagecard .fa{
	position: relative;
    font-size: 70px;
}
.wrimagecard-topimage_header{
padding: 20px;
}
a.wrimagecard:hover, .wrimagecard-topimage:hover {
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}
.wrimagecard-topimage a {
    width: 100%;
    height: 100%;
    display: block;
}
.wrimagecard-topimage_title {
    padding: 20px 24px;
    height: 80px;
    padding-bottom: 0.75rem;
    position: relative;
}
.wrimagecard-topimage a {
    border-bottom: none;
    text-decoration: none;
    color: #525c65;
    transition: color 0.3s ease;
}

/*Dashboard*/
.icon {
width: 3rem;
height: 3rem;
}

.icon-shape {
display: inline-flex;
padding: 12px;
text-align: center;
border-radius: 50%;
align-items: center;
justify-content: center;
}

.bg-info {
background-color: #007bff !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #0da5c0 !important;
}

.bg-sucess {
background-color: #28a745 !important;
}

a.bg-sucess:hover,
a.bg-sucess:focus,
button.bg-sucess:hover,
button.bg-sucess:focus {
background-color: #fa3a0e !important;
}

.bg-danger {
background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #ec0c38 !important;
}

.bg-default {
background-color: #172b4d !important;
}

a.bg-default:hover,
a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
background-color: #0b1526 !important;
}

.rounded-circle {
border-radius: 50% !important;
}

.shadow {
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}

.mb-0 {
margin-bottom: 0 !important;
}

.mr-2 {
margin-right: .5rem !important;
}

.mt-3 {
margin-top: 1rem !important;
}

.mb-4 {
margin-bottom: 1.5rem !important;
}

.mb-5 {
margin-bottom: 3rem !important;
}

.card-stats .card-body {
padding: 1rem 1.5rem;
}

.bg-yellow {
background-color: #ffd600 !important;
}

a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
background-color: #ccab00 !important;
}

.text-nowrap {
white-space: nowrap !important;
}

.text-center {
text-align: center !important;
}

.text-uppercase {
text-transform: uppercase !important;
}

.font-weight-bold {
font-weight: 600 !important;
}

.text-white {
color: #fff !important;
}

.text-success {
color: #2dce89 !important;
}

a.text-success:hover,
a.text-success:focus {
color: #24a46d !important;
}

.text-warning {
color: #fb6340 !important;
}

a.text-warning:hover,
a.text-warning:focus {
color: #fa3a0e !important;
}

.text-danger {
color: #f5365c !important;
}

a.text-danger:hover,
a.text-danger:focus {
color: #ec0c38 !important;
}

.text-white {
color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
color: #e6e6e6 !important;
}

.text-muted {
color: #6c757d !important;
}


/* Remove o icone do dropdown dos grids da coluna de editar */
.dropdown-toggle::after {
    display:none;
}

/* Table ordenacao e icones de ordenacao */
th.sortable {
	cursor: pointer;
}
th.sortable:hover {
	background: #EEE;
}
.caret-blank {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.caret-up {
	border-bottom: 8px solid #333;
}
.caret-down {
	border-top: 8px solid #333;
}


/* Icones em Inputs */
.left-inner-addon {
    position: relative;
}

.left-inner-addon input {
    padding-left: 30px;
}

.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}

.right-inner-addon input {
    padding-right: 30px;
}

.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}

.fa-exclamation-circle {
	float: right;
	margin-top: -24px;
	margin-right: 8px;
}

/* Validação */
.ng-invalid.ng-dirty:not(.pesquisa){
  border-color: red;
}

.ng-valid.ng-dirty:not(.pesquisa){
  border-color: #337ab7;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

select:valid ,input:valid, textarea:valid {  }

select:invalid, input:invalid, textarea:invalid {
	background-color: #f0dddd;
}

#loading {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #C12E2A;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media print {
	.no-print {
		display: none;
	}
}
