@font-face {
      font-family: "Lato";
      src: url("fonts/LatoRegular.eot");
      src: url("fonts/LatoRegular.eot?#iefix")format("embedded-opentype"),
      url("fonts/LatoRegular.woff") format("woff"),
      url("fonts/LatoRegular.ttf") format("truetype");
      font-style: normal;
      font-weight: normal;
  }


      body,html,p,div,input,a,select,.input,.control,.button,.textarea,textarea,tspan{     
        font-family: 'Lato', sans-serif!important;
      }
      


/*
6156c1
*/

            .tabs li.is-active a {
    border-bottom-color: #525252;
    color: #525252;
    font-weight: bold;
    border-bottom-width: 3px;
}
.tabs li.is-active a:hover {
    border-bottom-color: #525252;
    color: #525252;
    font-weight: bold;
    border-bottom-width: 3px;
}
.tabs li a:hover {
    border-bottom-color: #6156c1;
    color: #6156c1;
    font-weight: bold;
    border-bottom-width: 3px;
}
.tabs ul {
    align-items: center;
    border-bottom-color: #6156c1;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start;
}
.tabs a {
    align-items: center;
    border-bottom-color: #6156c1;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    color: #6156c1;
    display: flex;
    justify-content: center;
    margin-bottom: -3px;
    padding: .5em 1em;
    vertical-align: top;
    font-weight: bold;
}
td{
  vertical-align: middle!important;
}
a{
  color:#4a4a4a;
  font-weight: bold;
}
a:hover{
  color:#6156c1;
}
.is-bold{
  font-weight: bold;
}
.has-text-danger{
  color:#cc0f35!important;
}



 html{
    height: 100%;
    background: #eef6fc;
  }
  body{
    background: #eef6fc;
    height: auto;
  }
  .chb {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
  a.panel-block, label.panel-block {
    background: #fff;
}
.tag:not(body).is-danger {
    background-color: #de4647;
    color: #fff;
}
.card-danger {
    background-color: #fff;
    cursor: pointer;
    }
 .card-danger:hover {
    background-color: #f6f6f6;
    }
    


    .card-tv-active {
    background-color: #fff;
    cursor: pointer;
    }
    .card-tv-active:hover {
    background-color: #f6f6f6;
    cursor: pointer;
    }
    .card-tv-noactive {
    background-color: #f6f6f6;
    cursor: pointer;
    opacity: 0.5;
    }
    .a_sales{
      color:#6156c1;
    }
    .a_sales:hover{
      color:#6156c1;
    }
    .cmd_active{
      color:#525252!important;
    }
    .hide{
      display: none;
    }
    .is-box{
      padding:15px;
      box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
      border-radius: 8px;
      background-color: #fff;
      cursor: pointer;
    }
    .is-box a{
      color:#525252;
    }
    .is-box:hover{
      background-color: #eef6fc;
     
    }
    .button.is-info{
      background: #7365e1;
    }
    .button.is-info:hover{
      background: #6156c1;
    }
    .title{
      font-size: 68px;
      font-weight:bold;
      color:#6156c1;
    }
    .subtitle{
      font-size: 16px;
      font-weight:normal;
      color:#525252;
    }
    .button.is-info.is-light {
    background-color: #fff;
    color: #6156c1;
    }
    .button.is-info.is-light:hover {
    color: #6156c1;
    }
    .color-main,.color-main:hover{
      color:#6156c1;
    }
    .bg-main{
      background:#6156c1;
    }



    .progress.is-info:indeterminate {
    background-image: linear-gradient(to right,#6156c1 30%,#ededed 30%);
}