a,
button {
	outline: none;
	box-shadow: none;
	border: none;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a:hover,
a:active,
a:focus,
button:hover,
button:focus,
button:active {
	outline: none;
	box-shadow: none;
	border: none;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}




.HideDiv {
	display: none!important;
}




.EventsNone {
	pointer-events: none;
}

.top100 {
	margin-top:100px!important;
}
.bottom100 {
	margin-bottom:100px!important;
}
.top90 {
	margin-top:90px!important;
}
.bottom90 {
	margin-bottom:90px!important;
}
.top80 {
	margin-top:80px!important;
}
.bottom80 {
	margin-bottom:80px!important;
}
.top70 {
	margin-top:70px!important;
}
.bottom70 {
	margin-bottom:70px!important;
}
.top60 {
	margin-top:60px!important;
}
.bottom60 {
	margin-bottom:60px!important;
}
.top50 {
	margin-top:50px!important;
}
.bottom50 {
	margin-bottom:50px!important;
}
.top40 {
	margin-top:40px!important;
}
.bottom40 {
	margin-bottom:40px!important;
}
.top30 {
	margin-top:30px!important;
}
.bottom30 {
	margin-bottom:30px!important;
}
.top20 {
	margin-top:20px!important;
}
.bottom20 {
	margin-bottom:20px!important;
}
.top10 {
	margin-top:10px!important;
}
.bottom10 {
	margin-bottom:10px!important;
}
.top5 {
	margin-top:5px!important;
}
.bottom5 {
	margin-bottom:5px!important;
}
.NoPadding {
	padding:0!important;
}
.NoMargin {
	margin:0!important;
}
.PaddingMenor {
    padding-left: 8px;
    padding-right: 8px;
}
.PaddingOnlyRight {
    padding-left: 0;
    padding-right: 10px;
}
.NoMarginSide {
    margin-left: 0!important;
    margin-right: 0 !important;
}





.MarginRight5 {
	margin-right: 5px;
}

.MarginRight10 {
	margin-right: 10px;
}

.MarginRight15 {
	margin-right: 15px;
}

.MarginRight20 {
	margin-right: 20px;
}

.MarginRight25 {
	margin-right: 25px;
}

.MarginRight30 {
	margin-right: 30px;
}

.MarginLeft5 {
	margin-left: 5px;
}

.MarginLeft10 {
	margin-left: 10px;
}

.MarginLeft15 {
	margin-left: 15px;
}

.MarginLeft20 {
	margin-left: 20px;
}

.MarginLeft25 {
	margin-left: 25px;
}

.MarginLeft30 {
	margin-left: 30px;
}







.row {
	margin-right: 0!important;
    margin-left: 0!important;
}

.Borda {
	border: 1px solid red;
}

 .rowBlock {
     display: block!important;
 }






.tooltip {
	margin-right: 10px!important;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
    opacity: 1!important;
    max-width: 100%;
    border-radius: 12px!important;
}

.tooltip-inner {
    max-width: 350px;
    border-radius: 12px!important;
    opacity: 1!important;
    padding: 20px 10px;
}



.bs-tooltip-top { 
    margin-left: 10px;
 }









/**
    Desabilitar TAG a com atributo href usando CSS
 */
.DesabilitarLink{
    cursor: default !important;
    pointer-events: none !important;
    text-decoration: none !important;
    opacity: 0.5 !important;
}

.DesabilitarLinkSemOpacidade{
    cursor: default !important;
    pointer-events: none !important;
    text-decoration: none !important;
}

.bgCONSULTS th{
    background-color: #306b9f !important;
    color: black;
}

.bgSAVE th{
    background-color: #306b9f !important;
}

.bgSOLD th{
    background-color: #81c3cd !important;
}

.bgDRFT th{
    background-color: #ffc56e !important;
}

/**
    Adiciona sinal de +
 */

.mathSignNumber {
    float: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 45px;
    padding: 3px;
    text-align: center;
    border: 0 solid #c1c1c1;
    background: transparent;
    outline: none;
    position: absolute;
    margin-left: -26px;
    margin-top: 8px;
}


/*
  <--  Comparação Produtos
 */
.col-6 .LinkCollapse{
    /*border-bottom: 1px solid rgba(0,0,0,0.10);*/
}

.col-6 .LinkCollapse:hover,
.col-6 .LinkCollapse:focus,
.col-6 .LinkCollapse:active{
    /*border-bottom: 1px solid rgba(0,0,0,0.10)!important;*/
}

.badge.badge-info.badge-selecionado {
    background: #19799f;
    background-color: #19799f;
}

.badge.badge-info.badge-historico {
    background: #e0e0e0;
    background-color: #e0e0e0;
}
/*
    Comparação Produtos -->
 */




/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}


.Opacidade4 {
    opacity: .4;
}

.Opacidade5 {
    opacity: .5;
}

.Opacidade6 {
    opacity: .6;
}

.Opacidade7 {
    opacity: .7;
}



