.bg-viva {
    background-color: #3AAA49 !important;
}

.bg-viva-x1 {
    background-color: #7BC685 !important;
    
}

.text-viva-x1 {
    color: #ffffff !important;
}

.text-viva-x2 {
    color: #29422C !important;
}

.text-viva-x3    {
    color: #DC2C26 !important;
}

.border-none { border: 0px !important; }

.border-radius-left-top-px5 { border-top-left-radius: 5px;}
.border-radius-left-bottom-px5 { border-bottom-left-radius: 5px;}
.border-radius-right-top-px5 { border-top-right-radius: 5px;}
.border-radius-right-bottom-px5 { border-bottom-right-radius: 5px;}
.border-radius-full-px5 { border-radius: 5px; }

a {
    color: #00b7e6;
	text-decoration: none;
	background-color:transparent;
}
a:hover{
	color: #009ad6;
}
.kt-footer .kt-footer__bottom .kt-footer__logo .kt-footer__copyright > a:hover {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #009ad6;
}



.kt-subheader .kt-subheader__toolbar .btn.kt-subheader__btn-secondary{
        background-color: rgba(100,100,100, 0.3);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link.active, .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link.active{
    color: #00b7e6;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link.active, .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link.active{
    border-bottom: 1px solid #009ad6;
}
.btn-info {
    color: #fff;
    background-color: #0099d6;
    border-color: #0596D0;
    color: #ffffff;
}
.kt-avatar .kt-img__holder{
    width: 150px;
    height: 150px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: contain;
}
.img-product{
    max-width: 8.5rem;
    border-radius: 4px;
}
.mb-2{
    margin-bottom: 2em;
}
.mt-2{
    margin-top: 2em;
}
.kt-phpto .kt-avatar__holder {
    width: 180px;
    height: 180px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;

}

.kt-avatar .kt-avatar__holder {
    width: 140px;
    height: 140px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;

}

label.required::before {
    content: '*';
    margin-right: 4px;
    color: #CB1515;
}
.kt-svg-icon.kt-svg-icon--danger g [fill]{
   fill: #D91414 !important;
}

.kt-svg-icon.kt-svg-icon--secondary g [fill]{
   fill: #FFFFFF !important;
}
.hiddenfile {
 width: 0px;
 height: 0px;
 overflow: hidden;
}


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

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

::-ms-input-placeholder { /* Microsoft Edge */
  color: #E6E6E6;
}

.shadow-picker {
    position: absolute;
    top: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.1)), color-stop(90%, rgba(0, 0, 0, 0.5))) no-repeat scroll 0 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.5) 90%) no-repeat scroll 0 0;
}

.content-image{
    position: fixed;
    top: -100%;
    height: 100%;
    width: 100%;
    left: 0px;
    background: rgba(0,0,0,0.6);
    opacity: 1;
}

.content-image > .image {
    width: 90%;
    height: 75%;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.content-image .image .image-img{ 
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}

.content-image .btn-close {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 26px;
}
@media (min-width: 1025px) {
    .kt-header {
        border-bottom: 0px;
    }
}
.btn-darky{
    background-color: #cacad2;
    border-color: #cacad2;
}
.simpleItem{
    border-radius: 5px;
    background: #73AD21;
    padding: 20px;
    width: 36px;
    height: 36px;
}
.simpleItem2{
    border-radius: 5px;
    background: #2196f3;
    padding: 20px;
    width: 36px;
    height: 36px;
}
.list-group-flush .list-group-item{
    border-radius: 0;
    border:1px solid #ccc;
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 1px solid #ccc;
}
.list-group-flush:first-child .list-group-item:first-child{
    border-top: 1px solid #ccc;
}
.symplyicon{
    font-size: 24px;
    position: absolute;
    top: 1px;
    left: 20px;    
}

.alignlist{
    position: relative;
    top: -2px;
}
.w-90{
    width:90%;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    border-radius: 14px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }
  #destino-documentos-catalogo_wrapper{
      width:100%;
  }
  .px-25{
      padding:0 25px;
  }

  .tophead{
    border-top: 1px solid #ebedf2;
  }
  .descriptionflow{
      height: 100px;
      overflow-y: auto;
  }
.kt-nav__link-text{
  font-size: 15px !important;
}
.kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 1 0 auto;
}
a.kt-menu__link.selected .kt-menu__link-text{
    color:#3a8644 !important;
    font-weight: bold !important;
}
.kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text,
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-welcome,
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-username,
.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon i{
    color:#666 !important;
}
.kt-menu__item.kt-menu__item--submenu.kt-menu__item--rel a:hover{
    color:#666 !important;
}
.kt-menu__link-text{
    font-size:15px !important;
}
a.kt-menu__link.selected{
    background-color:#ccc;
}

