
@charset "UTF-8";

@keyframes lds-rolling {
   0% {
     -webkit-transform: translate(-50%, -50%) rotate(0deg);
     transform: translate(-50%, -50%) rotate(0deg);
   }
   100% {
     -webkit-transform: translate(-50%, -50%) rotate(360deg);
     transform: translate(-50%, -50%) rotate(360deg);
   }
 }
 @-webkit-keyframes lds-rolling {
   0% {
     -webkit-transform: translate(-50%, -50%) rotate(0deg);
     transform: translate(-50%, -50%) rotate(0deg);
   }
   100% {
     -webkit-transform: translate(-50%, -50%) rotate(360deg);
     transform: translate(-50%, -50%) rotate(360deg);
   }
 }

 ::-webkit-input-placeholder {
  color: #b4b4b5 !important; font-size:8pt;
  }

  :-ms-input-placeholder {
    color: #b4b4b5 !important; font-size:8pt;
  }

  ::placeholder {
    color: #b4b4b5 !important; font-size:8pt;
  }

 .lds-rolling {
   position: relative;
 }
 .lds-rolling div,
 .lds-rolling div:after {
   position: absolute;
   width: 160px;
   height: 160px;
   border: 20px solid #ffffff;
   border-top-color: transparent;
   border-radius: 50%;
 }
 .lds-rolling div {
   -webkit-animation: lds-rolling 1s linear infinite;
   animation: lds-rolling 1s linear infinite;
   top: 100px;
   left: 100px;
 }
 .lds-rolling div:after {
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
 }
 .lds-rolling {
   width: 22px !important;
   height: 22px !important;
   -webkit-transform: translate(-11px, -11px) scale(0.11) translate(11px, 11px);
   transform: translate(-11px, -11px) scale(0.11) translate(11px, 11px);
 }

/*****/
@keyframes lds-rolling-gray {
   0% {
       -webkit-transform: translate(-50%, -50%) rotate(0deg);
       transform: translate(-50%, -50%) rotate(0deg);
   }
   100% {
       -webkit-transform: translate(-50%, -50%) rotate(360deg);
       transform: translate(-50%, -50%) rotate(360deg);
   }
   }
   @-webkit-keyframes lds-rolling-gray {
   0% {
       -webkit-transform: translate(-50%, -50%) rotate(0deg);
       transform: translate(-50%, -50%) rotate(0deg);
   }
   100% {
       -webkit-transform: translate(-50%, -50%) rotate(360deg);
       transform: translate(-50%, -50%) rotate(360deg);
   }
   }
   .lds-rolling-gray {
   position: relative;
   }
   .lds-rolling-gray div,
   .lds-rolling-gray div:after {
   position: absolute;
   width: 160px;
   height: 160px;
   border: 20px solid #d8d8d8;
   border-top-color: transparent;
   border-radius: 50%;
   }
   .lds-rolling-gray div {
   -webkit-animation: lds-rolling 1s linear infinite;
   animation: lds-rolling 1s linear infinite;
   top: 100px;
   left: 100px;
   }
   .lds-rolling-gray div:after {
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
   }
   .lds-rolling-gray {
   width: 59px !important;
   height: 59px !important;
   margin: auto;
   -webkit-transform: translate(-29.5px, -29.5px) scale(0.295) translate(29.5px, 29.5px);
   transform: translate(-29.5px, -29.5px) scale(0.295) translate(29.5px, 29.5px);
   }

   .backwhite{padding: 15px; background: #fff;}
   .js-sub-list{background: #ececec;}
   .openblock .js-sub-list{ display: block !important;}
   .busqueda-rapida { padding-bottom: 0px; margin-bottom: 30px; min-height: 150px; max-height: inherit;}

   .form-control:focus{box-shadow: none !important;}

   .btn-primary.focus, .btn-primary:focus, .btn-secondary.focus, .btn-secondary:focus{box-shadow: none !important;}

  .btn-primary {
    background-color: #187db2;
    border-color: #187db2;
    font-size: 12pt;
    font-weight: bold;
    padding: 5px 15px;
  }

  .btn-secondary {
    font-size: 12pt;
    padding: 5px 15px;
  }

  .cke_notifications_area{display:none !important;}

  #listasorteos_wrapper .dataTables_length, #listasorteos_wrapper .dataTables_filter{
    display:none !important;
  }

  .btn-download{
    color: #6c757d;
  }

  .toggle{
    margin-right: 15px;
    width: 30px;
    cursor: pointer;
    padding-top: 4px;
  }

  .toggle i{
    display: none;
    background: var(--green_primary);;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 25px;
  }

  .left0 .toggle i{
    display: block;
  }

  .section__content--p30{
    transition: left 0.3s ease;
  }

  .left0 .section__content--p30{
    padding: 0 10px;
  }

  .debugbox{
    font-family: monospace;
    color: #333;
    font-size: 7pt;
    margin-top: 20px;
    display: block;
    padding: 15px;
    background: #f1f1f1;
  }
  .linktocode{
    -webkit-appearance: button;
    padding: 0 10px;
    line-height: 20px;
    font-size: 8px;
    float: right;
    background: #ccc;
    color: #333;
    margin-top: 3px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .linktocode:hover{
    background: #ddd;
  }

  .buttons-csv{
    background: #8fc400;
    line-height: 30px;
    padding: 0 25px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 10pt;
  }
  .buttons-csv:hover {
    background: #59bd60;
  }

  .table-data2.table thead th{padding: 5px !important;}
  .table-data2.table tbody td{
    padding: 5px !important;
    font-size: 13px;
  }
  .table-data2.table tbody tr td:first-child{width: 18px;}
  .table-data2.table thead th:first-child{width: 18px;}

  .export{
    display: block;
    text-align:right;
    margin-bottom: 20px;
  }
  .whitecolor{color: #fff !important; font-size:10pt;}

  .searchresults{
    display:none;
  }

  .switch.switch-3d .switch-label{background-color: #fff; border: 1px solid #dedede;}

  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #495057;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: bold;
  }

  .search-results h3{font-weight: 300;}
  .search-results h3 b{
    font-weight: 800;
    background: #8fc400;
    padding: 2px 10px;
    border-radius: 5px;
    color: #fff;
  }

  .noround{border-radius:0px; border-right:0px; min-width: 87px; font-size: 10pt; text-align: left; line-height: 19px;}
  .leadgroup .input-group{margin-bottom: 17px;}
  .extraborder .switch.switch-default .switch-label{border: 1px solid rgba(0, 0, 0, 0.15);}
  .extraborder .switch.switch-default .switch-handle{border: 1px solid rgba(0, 0, 0, 0.15);}

  #createlead .input-group em{color: red;}

  select.form-control:not([size]):not([multiple]){height: calc(1.7rem + 2px);}
  .form-control{
    font-size: 11px;
  }

  .main-content{padding-top: 95px;}
  .title-1{margin-bottom: 15px !important; font-size: 25px; color: #000; text-transform: uppercase;}
  .card-header{padding: .5rem 1.25rem;}
  .card-footer{padding: .5rem 1.25rem;}
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{font-size: 9pt;}

  .listapaises {
    display: block;
    clear: both;
    padding-top: 3px;
    text-align: left;
  }
  .listapaises em {
    display: inline-block;
    padding: 2px;
    margin-right: 2px;
    background: #f5f5f5;
    font-style: normal;
    font-size: 7pt;
    color: #B4B4B4;
  }

  .jQWCP-wWidget{width: 270px !important; height: 200px;}

  table.dataTable tbody tr.even{background: #f6f6f6;}
  .table-data2.table thead th{font-size: 11px;}
  .table-data2.table tbody tr td:first-child{vertical-align: inherit;}

  .menu-sidebar{width: 250px; transition: left 0.3s ease;}
  .header-desktop{left: 250px; transition: left 0.3s ease;}
  .page-container{position: absolute; left: 250px; padding-left: 0px; transition: left 0.3s ease; width: -webkit-fill-available;}

  .navbar-sidebar .navbar__list li a i{margin-right: 0;}
  .menu-sidebar .navbar__list .navbar__sub-list{
    padding: 0px !important;
  }
  .menu-sidebar .navbar__list .navbar__sub-list li a{
    padding: 5px 0;
    font-size: 13px;
    display: block;
    padding-left: 25px;
    border-bottom: 2px solid #fff;
  }

  .menu-sidebar .navbar__list .navbar__sub-list li a:hover, .menu-sidebar .navbar__list .navbar__sub-list li.active a:hover{
    background: #187db2;
    color: #fff;
  }

  .menu-sidebar .navbar__list .navbar__sub-list li.active a{
    background: #d3e9f5;
  }

  .menu-collapsed{
    left: -250px;
  }
  .left0{
    left: 0px;
  }


  .overview-wrap .au-btn--small{margin-top:-20px;}

  .iconhelp{
    display: inline-block;
    font-size: 8pt;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
    background: #e6e6e6 !important;
    font-weight: bold;
    color: #999;
    margin-left: 5px;
    cursor: pointer;
    line-height: 15px;
  }

  ul.tagit{font-size: 11px; padding: 0 8px; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; min-height: calc(1.7rem + 2px);}

  .ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 5px 10px;
    color: white;
    border-radius: 0px;
    font-size: 8pt;
    box-shadow: none !important;
  }
  .ui-tooltip, .arrow:after {
    background: black;
    border: 0;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 25px;
    top: -21px;
    width: 22px;
    height: 22px;
    box-shadow: none !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

  .interior-marketing .dataTables_wrapper .dataTables_filter input{background:#f2f2f2; margin-bottom: 15px; padding: 5px 10px;}

  .ms-options-wrap,
  .ms-options-wrap * {
      box-sizing: border-box;
  }

  .ms-options-wrap > button:focus,
  .ms-options-wrap > button {
      position: relative;
      width: 100%;
      text-align: left;
      border: 1px solid #ced4da;
      background-color: #fff;
      padding: 5px 20px 5px 5px;
      margin-top: 1px;
      font-size: 11px;
      color: #000;
      outline-offset: -2px;
      white-space: nowrap;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      padding: .375rem .75rem;
      line-height: 1.4;
  }

  .ms-options-wrap > button > span {
      display: inline-block;
  }

  .ms-options-wrap > button[disabled] {
      background-color: #e5e9ed;
      color: #808080;
      opacity: 0.6;
  }

  .ms-options-wrap > button:after {
      content: " ";
      height: 0;
      position: absolute;
      top: 50%;
      right: 5px;
      width: 0;
      border: 6px solid rgba(0, 0, 0, 0);
      border-top-color: #999;
      margin-top: -3px;
  }

  .ms-options-wrap.ms-has-selections > button {
      color: #333;
  }

  .ms-options-wrap > .ms-options {
      position: absolute;
      left: 0;
      width: 100%;
      margin-top: 1px;
      margin-bottom: 20px;
      background: white;
      z-index: 2000;
      border: 1px solid #aaa;
      overflow: auto;
      visibility: hidden;
  }

  .ms-options-wrap.ms-active > .ms-options {
      visibility: visible
  }

  .ms-options-wrap > .ms-options > .ms-search input {
      width: 100%;
      padding: 4px 5px;
      border: none;
      border-bottom: 1px groove;
      outline: none;
  }

  .ms-options-wrap > .ms-options .ms-selectall {
      display: inline-block;
      font-size: .9em;
      text-transform: lowercase;
      text-decoration: none;
  }
  .ms-options-wrap > .ms-options .ms-selectall:hover {
      text-decoration: underline;
  }

  .ms-options-wrap > .ms-options > .ms-selectall.global {
      margin: 4px 5px;
  }

  .ms-options-wrap > .ms-options > ul,
  .ms-options-wrap > .ms-options > ul > li.optgroup ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
  }

  .ms-options-wrap > .ms-options > ul li.ms-hidden {
      display: none;
  }

  .ms-options-wrap > .ms-options > ul > li.optgroup {
      padding: 5px;
  }
  .ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
      border-top: 1px solid #aaa;
  }

  .ms-options-wrap > .ms-options > ul > li.optgroup .label {
      display: block;
      padding: 5px 0 0 0;
      font-weight: bold;
  }

  .ms-options-wrap > .ms-options > ul label {
      position: relative;
      display: inline-block;
      width: 100%;
      padding: 4px 4px 4px 25px;
      margin: 1px 0;
      border: 1px dotted transparent;
      font-size: 9pt;
  }
  .ms-options-wrap > .ms-options.checkbox-autofit > ul label,
  .ms-options-wrap > .ms-options.hide-checkbox > ul label {
      padding: 4px;
  }

  .ms-options-wrap > .ms-options > ul label.focused,
  .ms-options-wrap > .ms-options > ul label:hover {
      background-color: #efefef;
      border-color: #999;
  }

  .ms-options-wrap > .ms-options > ul li.selected label {
      background-color: #efefef;
      border-color: transparent;
  }

  .ms-options-wrap > .ms-options > ul input[type="checkbox"] {
      margin: 0 5px 0 0;
      position: absolute;
      left: 4px;
      top: 7px;
  }

  .ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
  }

  .selectize-control{
    border:0px;
    margin: 0px;
    padding: 0px;
  }

  .selectize-control.single .selectize-input{
    background: #fff !important;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
  }
  .selectize-control.single .selectize-input:after{
    border-color: #ced4da transparent transparent transparent;
  }

  .listadofuentes .dataTables_length{
    display: none;
  }
  .listadofuentes input{
    background: #f3f3f3;
  }

  .title-1 a{color: #000;}
  .title-1 a:hover{text-decoration: underline;}

  .btnsubsdf{margin-right: 10px; background: #e5e5e5; border:0px; color: #808080;}

  .buscarutp{
    background: #ffb64f;
    border: 0px;
    border-radius: 10px;
    padding: 5px 30px;
    color: #000;
  }
  .buscarutp:hover{
    background: #01c4d0 !important;
  }

  .restaurar{
    background: #828282;
    border-radius: 10px;
    padding: 5px 30px;
    color: #fff;
  }
  .restaurar:hover{
    background: #333 !important;
  }


  .utpbox .dataTables_length, .dataTables_info{display: none;}
  .utpbox th{background: #01c4d0; color: #fff !important; font-weight: bold; padding-top: 6px; padding-bottom: 6px;}
  .utpbox .table-data2.table thead th{padding: 15px !important; padding-top:0px !important;}
  .utpbox img{width: 30px; height: 30px; border-radius: 50%; max-width: 30px !important;}
  .utpbox .table-data2.table tbody tr td:first-child {text-align:center;}
  .utpbox .table-data2.table tbody td{padding: 10px !important;}

  .utpbox table.dataTable{border-bottom: 15px solid #01c4d0; border-top: 15px solid #01c4d0; border-radius: 10px;}
  .utpbox table.dataTable tfoot td{background: #bbeef1; color: #187278 !important; font-weight: bold;}
  .utpbox .dataTables_paginate{margin-top: 20px;}

  .utpbox .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    border: 0;
    background: #01c4d0;
    color: #fff !important;
    font-weight: bold;
  }

  .utpbox table.dataTable thead .sorting{background-position: top right;}
  .utpbox table.dataTable thead .sorting_asc, .utpbox table.dataTable thead .sorting_desc{background-position: top right;}
  .utpbox .item{cursor:pointer;}
  .utpbox .item:hover{background: #ffb64f; }
  .utpbox .item:hover i{color: #fff;}

  .utpbox h3{display: block; text-align:center;}
  .utpbox h4 b{color: #01c4d0;}
  .utpbox h4{display: block; text-align:center; font-weight: 300; margin-bottom: 15px;}

  .boxuserutp .modal-header, .boxuserutp .modal-footer{
    background: #01c4d0;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .boxuserutp .modal-header h5, .boxuserutp .modal-header .close{
    color: #fff;
  }

  .boxuserutp .card-body .tab-content{
    max-height: 450px;
    height: 450px;
    overflow: scroll;
  }

  .boxuserutp .modal-footer .btn-primary{
    background: #0f858c;
    border-color: #0f858c;
  }

  .boxuserutp .btn-primary{
    background: #01c4d0;
    border-color: #01c4d0;
  }
  .boxuserutp .btn-primary:hover{
    background: #ffb64f !important;
    border-color: #ffb64f !important;
  }

  .boxuserutp .card-body{padding: 10px;}

  .boxuserutp .nav-tabs .nav-link.active, .boxuserutp .nav-tabs .nav-link.active:hover{
    background: transparent;
    color: #01c4d0;
    font-size: 9pt;
    font-weight: normal;
    border:0px;
    border-left-color: #fff !important;
    border-right-color: #fff !important;
    border-top-color: #fff !important;
    border-bottom: 3px solid #01c4d0 !important;
  }
  .boxuserutp .nav-tabs .nav-link{
    font-size: 9pt;
    color: #aaa;
    font-weight: normal;
    padding:0px;
    padding-bottom:5px;
    padding-right: 15px;
  }

  .boxuserutp .nav-tabs .nav-link:hover{
    color: #01c4d0;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-color: #fff;
    border-bottom: inherit;
  }
  .boxuserutp .tab-pane{padding-top:15px;}

  .boxuserutp .card{margin-bottom: 0px; font-size: 9pt;}

  .boxuserutp .modal-lg{max-width: 1200px !important;}

  .boxuserutp .form-group{margin-bottom:5px;}

  div:where(.swal2-container) h2:where(.swal2-title){
    font-size: 16pt;
    font-weight: 800;
  }

  div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
    background: var(--blue_primary);
  }

  div:where(.swal2-container) div:where(.swal2-html-container){
    font-size: 16px;
    color: inherit;
  }
  

  .datoglobal {
    color: #333;
    font-size: 7pt;
    text-align:center;
  }

  .datoglobal .datobox{
    background: #e9ecef;
    border-radius:10px;
    padding-top: 5px;
  }

  .datoglobal b{
    font-size: 17pt;
    font-weight: bold;
    display: block;
    text-align:center;
    margin-top: -4px;
    color: #000;
  }

  .datoglobal b em{
    display: inline-block;
    font-style: normal;
    margin-left: 10px;
    color: #777;
    font-weight:normal;
  }

  .intereses{
    width: 80%;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
  }
  .intereses h5{display: block; text-align:center; margin-bottom: 10px; font-weight: normal;}
  .intereses ul{
    display: block;
    text-align:left;
  }
  .intereses ul li{
    padding:0px;
    margin:0px;
    list-style: none;
  }
  .intereses ul li b{
    display: inline-block;
    width: 20%;
    font-size: 8pt;
    padding:3px;
    font-weight:normal;
  }
  .intereses ul li em{
    display: inline-block;
    width: 80%;
    border-left: 3px solid #01c4d0;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  @keyframes bars {
    0%   {width:0%; background: #dcdcdc;}
    50%  {width:60%; background: #dcdcdc;}
  }

  @keyframes barsnumber {
    0%   {color: #fff;}
    50%  {color: #f6f6f6;}
  }


  .intereses ul li em span{
    display: inline-block;
    min-width: 0%;
    width: 5%;
    background: #01c4d0;
    text-indent: -1000000px;
    animation-name: bars;
    animation-duration: 3s;
  }

  .intereses ul li em b{
    animation-name: barsnumber;
    animation-duration: 3s;
    color: #01c4d0;
    font-style: normal;
  }

  .scores{
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
  }
  .scores h5{display: block; text-align:center; margin-bottom: 0px; font-weight: normal;}

  * {
    box-sizing: border-box;
  }
  
  .rt-container{
    display: block;
    margin-top:-20px;
    min-height: 200px;
  }

  .radialProgressBar {
    border-radius: 50%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #e9ecef;
    margin: 5px;
    margin-bottom:15px;
    margin-top:0px;
    float:left;
  }
  .radialProgressBar .overlay {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
    background: #fff;
    text-align: center;
    padding-top: 10%;
  }

  .radialProgressBar .overlay em{
    font-size: 8pt;
    font-style: normal;
    display: block;
  }

  .radialProgressBar .overlay b{
    font-size: 11pt;
    display: block;
    margin-top: -4px;
    font-weight: 600;
  }
  
  .progress-0 {
    background-image: -webkit-linear-gradient(left, #e9ecef 50%, transparent 50%), -webkit-linear-gradient(left, #01c4d0 50%, #e9ecef 50%);
    background-image: linear-gradient(90deg, #e9ecef 50%, transparent 50%), linear-gradient(90deg, #01c4d0 50%, #e9ecef 50%);
    
  }
  
  .progress-10 {
    background-image: -webkit-linear-gradient(36deg, #e9ecef 50%, transparent 50%), -webkit-linear-gradient(left, #01c4d0 50%, #e9ecef 50%);
    background-image: linear-gradient(54deg, #e9ecef 50%, transparent 50%), linear-gradient(90deg, #01c4d0 50%, #e9ecef 50%);
  }
  
  .progress-20 {
    background-image: -webkit-linear-gradient(72deg, #e9ecef 50%, transparent 50%), -webkit-linear-gradient(left, #01c4d0 50%, #e9ecef 50%);
    background-image: linear-gradient(18deg, #e9ecef 50%, transparent 50%), linear-gradient(90deg, #01c4d0 50%, #e9ecef 50%);
  }
  
  .progress-30 {
    background-image: -webkit-linear-gradient(108deg, #e9ecef 50%, transparent 50%), -webkit-linear-gradient(left, #01c4d0 50%, #e9ecef 50%);
    background-image: linear-gradient(-18deg, #e9ecef 50%, transparent 50%), linear-gradient(90deg, #01c4d0 50%, #e9ecef 50%);
  }
  
  .progress-40 {
    background-image: -webkit-linear-gradient(144deg, #e9ecef 50%, transparent 50%), -webkit-linear-gradient(left, #01c4d0 50%, #e9ecef 50%);
    background-image: linear-gradient(-54deg, #e9ecef 50%, transparent 50%), linear-gradient(90deg, #01c4d0 50%, #e9ecef 50%);
  }
  
  .progress-50 {
    background-image: -webkit-linear-gradient(right, #e9ecef 50%, transparent 50%), -webkit-linear-gradient(left, #01c4d0 50%, #e9ecef 50%);
    background-image: linear-gradient(-90deg, #e9ecef 50%, transparent 50%), linear-gradient(90deg, #01c4d0 50%, #e9ecef 50%);
  }
  
  .progress-60 {
    background-image: -webkit-linear-gradient(left, #01c4d0 50%, transparent 50%), -webkit-linear-gradient(36deg, #01c4d0 50%, #e9ecef 50%);
    background-image: linear-gradient(90deg, #01c4d0 50%, transparent 50%), linear-gradient(54deg, #01c4d0 50%, #e9ecef 50%);
  }
  
  .progress-70 {
    background-image: -webkit-linear-gradient(left, #01c4d0 50%, transparent 50%), -webkit-linear-gradient(72deg, #01c4d0 50%, #e9ecef 50%);
    background-image: linear-gradient(90deg, #01c4d0 50%, transparent 50%), linear-gradient(18deg, #01c4d0 50%, #e9ecef 50%);
  }
  
  .progress-80 {
    background-image: -webkit-linear-gradient(left, #01c4d0 50%, transparent 50%), -webkit-linear-gradient(108deg, #01c4d0 50%, #e9ecef 50%);
    background-image: linear-gradient(90deg, #01c4d0 50%, transparent 50%), linear-gradient(-18deg, #01c4d0 50%, #e9ecef 50%);
  }
  
  .progress-90 {
    background-image: -webkit-linear-gradient(left, #01c4d0 50%, transparent 50%), -webkit-linear-gradient(144deg, #01c4d0 50%, #e9ecef 50%);
    background-image: linear-gradient(90deg, #01c4d0 50%, transparent 50%), linear-gradient(-54deg, #01c4d0 50%, #e9ecef 50%);
  }
  
  .progress-100 {
    background-image: -webkit-linear-gradient(left, #01c4d0 50%, transparent 50%), -webkit-linear-gradient(right, #01c4d0 50%, #e9ecef 50%);
    background-image: linear-gradient(90deg, #01c4d0 50%, transparent 50%), linear-gradient(-90deg, #01c4d0 50%, #e9ecef 50%);
  }

  .progress-10-global {
    background-image: -webkit-linear-gradient(36deg, #e9ecef 50%, transparent 50%), -webkit-linear-gradient(left, #ffb64f 50%, #e9ecef 50%);
    background-image: linear-gradient(54deg, #e9ecef 50%, transparent 50%), linear-gradient(90deg, #ffb64f 50%, #e9ecef 50%);
  }
  
  .progress-20-global {
    background-image: -webkit-linear-gradient(72deg, #e9ecef 50%, transparent 50%), -webkit-linear-gradient(left, #ffb64f 50%, #e9ecef 50%);
    background-image: linear-gradient(18deg, #e9ecef 50%, transparent 50%), linear-gradient(90deg, #ffb64f 50%, #e9ecef 50%);
  }
  
  .progress-30-global {
    background-image: -webkit-linear-gradient(108deg, #e9ecef 50%, transparent 50%), -webkit-linear-gradient(left, #ffb64f 50%, #e9ecef 50%);
    background-image: linear-gradient(-18deg, #e9ecef 50%, transparent 50%), linear-gradient(90deg, #ffb64f 50%, #e9ecef 50%);
  }
  
  .progress-40-global {
    background-image: -webkit-linear-gradient(144deg, #e9ecef 50%, transparent 50%), -webkit-linear-gradient(left, #ffb64f 50%, #e9ecef 50%);
    background-image: linear-gradient(-54deg, #e9ecef 50%, transparent 50%), linear-gradient(90deg, #ffb64f 50%, #e9ecef 50%);
  }
  
  .progress-50-global {
    background-image: -webkit-linear-gradient(right, #e9ecef 50%, transparent 50%), -webkit-linear-gradient(left, #ffb64f 50%, #e9ecef 50%);
    background-image: linear-gradient(-90deg, #e9ecef 50%, transparent 50%), linear-gradient(90deg, #ffb64f 50%, #e9ecef 50%);
  }
  
  .progress-60-global {
    background-image: -webkit-linear-gradient(left, #ffb64f 50%, transparent 50%), -webkit-linear-gradient(36deg, #ffb64f 50%, #e9ecef 50%);
    background-image: linear-gradient(90deg, #ffb64f 50%, transparent 50%), linear-gradient(54deg, #ffb64f 50%, #e9ecef 50%);
  }
  
  .progress-70-global {
    background-image: -webkit-linear-gradient(left, #ffb64f 50%, transparent 50%), -webkit-linear-gradient(72deg, #ffb64f 50%, #e9ecef 50%);
    background-image: linear-gradient(90deg, #ffb64f 50%, transparent 50%), linear-gradient(18deg, #ffb64f 50%, #e9ecef 50%);
  }
  
  .progress-80-global {
    background-image: -webkit-linear-gradient(left, #ffb64f 50%, transparent 50%), -webkit-linear-gradient(108deg, #ffb64f 50%, #e9ecef 50%);
    background-image: linear-gradient(90deg, #ffb64f 50%, transparent 50%), linear-gradient(-18deg, #ffb64f 50%, #e9ecef 50%);
  }
  
  .progress-90-global {
    background-image: -webkit-linear-gradient(left, #ffb64f 50%, transparent 50%), -webkit-linear-gradient(144deg, #ffb64f 50%, #e9ecef 50%);
    background-image: linear-gradient(90deg, #ffb64f 50%, transparent 50%), linear-gradient(-54deg, #ffb64f 50%, #e9ecef 50%);
  }
  
  .progress-100-global {
    background-image: -webkit-linear-gradient(left, #ffb64f 50%, transparent 50%), -webkit-linear-gradient(right, #ffb64f 50%, #e9ecef 50%);
    background-image: linear-gradient(90deg, #ffb64f 50%, transparent 50%), linear-gradient(-90deg, #ffb64f 50%, #e9ecef 50%);
  }

  .radialProgressBar i{
    min-width: 10px;
    min-height: 10px;
    display: inline-block;
  }

  .c-min{
    width: 70px;
    height: 70px;
  }

  .c-min .inside-circle {
    width: 50px;
    height: 50px;
  }

  .c-min .circle .mask,
  .c-min .circle .fill {
    width: 70px !important;
    height: 70px !important;
    position: absolute;
    border-radius: 50%;
  }
  
  .c-min .circle .mask {
    clip: rect(0px, 70px, 70px, 35px);
  }
  
  .c-min .circle .mask .fill {
    clip: rect(0px, 35px, 70px, 0px);
    background-color: #454545;
  }

  .c-min .inside-circle em{display: block; font-size: 9pt; font-weight: normal; text-align:center; font-style: normal; margin-top:5px;}
  .c-min .inside-circle b{display: block; font-size: 14pt; text-align:center; margin-top:-6px;}

  #listaproveedores_wrapper table.dataTable tbody tr.even,
  #listacampanias_wrapper table.dataTable tbody tr.even{
    background: #fff !important;
  }
  #listaproveedores_wrapper .table-data2.table tbody td,
  #listacampanias_wrapper .table-data2.table tbody td{
    border-bottom: 1px solid #ddd !important;
  }

  #listacampanias_wrapper .table-data2.table tbody td{
    font-size: 8pt;
  }

  #listaproveedores_wrapper table thead tr,
  #listacampanias_wrapper table thead tr{
    background: #f1f1f1 !important;
  }
  #listaproveedores_wrapper .table-data2.table thead th,
  #listacampanias_wrapper .table-data2.table thead th{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 8pt;
  }
  #listaproveedores_wrapper,
  #listacampanias_wrapper{
    display: block;
    padding: 10px 20px;
  }
  #listaproveedores_filter,
  #listacampanias_filter{
    margin-top: -25px;
    margin-bottom: 20px;
  }
  .toggle-filter{
    font-size: 10pt;
    cursor:pointer;
    margin-bottom: 10px;
    display: block;
  }
  .showfilters{
    margin-top: 10px;
  }
  #listaproveedores_filter input,
  #listacampanias_filter input{
    background: #f6f6f6;
    padding: 5px 8px;
  }
  #listaproveedores_wrapper .dt-buttons,
  #listacampanias_wrapper .dt-buttons{
    margin-top: -20px;
  }

@media screen and (max-width: 991px) {
  body{
    font-size: 13px;
  }
  .main-content {
    padding-top: 30px;
  }
  .page-container {
    left: 0 !important;
  }
  .header-desktop{
    display:none;
  }
  .title-2{
    font-size: 18px;
  }
  .table-earning thead th{
    font-size: 13px;
  }
}

@media screen and (max-width: 780px) {
   
   

}

@media screen and (max-width: 350px) {
	
	
}

